:root {
  --ink: #18232b;
  --muted: #64717a;
  --paper: #f5f8f7;
  --white: #ffffff;
  --line: #dce5e2;
  --teal: #0f6f6b;
  --teal-dark: #0a514f;
  --coral: #d86a4d;
  --gold: #bd8a2c;
  --blue: #315b85;
  --shadow: 0 18px 48px rgba(24, 35, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: -2px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--teal);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--teal-dark);
  box-shadow: 0 12px 26px rgba(15, 111, 107, 0.22);
}

.btn.secondary {
  color: var(--teal);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn.dark {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: #142026;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 32, 38, 0.93), rgba(20, 32, 38, 0.66) 48%, rgba(20, 32, 38, 0.16)),
    url("hero-workspace.png") center right / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: 86px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #9fe2db;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
}

.hero p {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-strip {
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-card,
.card,
.price-card,
.info-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(24, 35, 43, 0.06);
}

.quick-card {
  padding: 20px;
}

.quick-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 1.5rem;
}

section,
.page-section {
  padding: 76px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.page-hero {
  padding: 66px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 111, 107, 0.96), rgba(24, 35, 43, 0.94)),
    url("hero-workspace.png") center / cover no-repeat;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(2.3rem, 6vw, 4.5rem);
}

.page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.card,
.price-card,
.info-panel {
  padding: 24px;
}

.card h3,
.price-card h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.card p,
.price-card p,
.info-panel p,
.muted {
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--coral);
  font-weight: 900;
}

.card:nth-child(2n) .icon {
  background: var(--teal);
}

.card:nth-child(3n) .icon {
  background: var(--gold);
}

.service-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}

.service-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 10px;
}

.summary-tile {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(24, 35, 43, 0.05);
}

.summary-tile strong {
  display: block;
  color: var(--teal);
  font-size: 1.75rem;
  line-height: 1;
}

.summary-tile span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.service-groups {
  display: grid;
  gap: 22px;
}

.service-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(24, 35, 43, 0.07);
}

.service-group-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), #17313d);
}

.service-group-index {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  color: #d9fbf7;
  font-weight: 900;
}

.service-group-head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.service-group-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.service-count {
  min-width: 92px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: #d9fbf7;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 900;
}

.service-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.service-item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  background: var(--white);
}

.service-item-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.service-item h3 {
  margin: 0;
  font-size: 1.08rem;
}

.service-item p {
  margin: 0;
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--paper);
  font-size: 0.78rem;
  font-weight: 900;
}

.mini-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.mini-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--gold);
  vertical-align: middle;
}

.search-input,
.select,
.field {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}

.search-input {
  flex: 1 1 320px;
}

.select {
  flex: 0 1 250px;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 18px 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.price strong {
  color: var(--teal);
  font-size: 1.5rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--blue);
  background: #eaf1f7;
  font-size: 0.78rem;
  font-weight: 900;
}

.list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.list li {
  margin: 8px 0;
}

.notice {
  padding: 16px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: #fff7e7;
  color: #614817;
}

.form {
  display: grid;
  gap: 14px;
}

textarea.field {
  min-height: 130px;
  resize: vertical;
}

.contact-band {
  color: var(--white);
  background: #17232a;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-tile {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-tile span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
  font-weight: 800;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  color: var(--muted);
  background: #eef5f3;
  font-size: 0.82rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.status {
  color: var(--teal);
  font-weight: 900;
}

.footer {
  padding: 26px 0;
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 930px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .quick-grid,
  .grid,
  .service-summary,
  .service-items,
  .two-col,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-group-head {
    grid-template-columns: 1fr;
  }

  .service-count {
    width: fit-content;
  }

  .section-head {
    display: grid;
  }

  .quick-strip {
    margin-top: 0;
    padding-top: 18px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .hero {
    min-height: 660px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(20, 32, 38, 0.94), rgba(20, 32, 38, 0.66)),
      url("hero-workspace.png") center / cover no-repeat;
  }

  section,
  .page-section {
    padding: 58px 0;
  }

  .btn {
    width: 100%;
  }

  .card,
  .price-card,
  .info-panel {
    padding: 20px;
  }
}
