:root {
  --ink: #071a2d;
  --ink-2: #102a43;
  --paper: #f6f8f9;
  --white: #ffffff;
  --teal: #19d3b1;
  --teal-dark: #087f70;
  --blue: #316bff;
  --mist: #dce6ec;
  --muted: #5a6b78;
  --line: rgba(7, 26, 45, 0.14);
  --shadow: 0 24px 70px rgba(7, 26, 45, 0.12);
  --max: 1180px;
  --radius: 6px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; }

img, svg { display: block; max-width: 100%; }

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

button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  padding: .75rem 1rem;
  background: var(--teal);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus { top: 1rem; }

.container {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

.narrow { width: min(calc(100% - 2.5rem), 820px); margin-inline: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1.2rem;
  color: var(--teal-dark);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background: currentColor;
}

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.04;
}

h1 { font-size: clamp(3rem, 7vw, 6.75rem); }
h2 { font-size: clamp(2.15rem, 4.5vw, 4.4rem); }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.65rem); }

p { margin: 0 0 1rem; }

.lead {
  max-width: 720px;
  color: var(--ink-2);
  font-size: clamp(1.14rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.muted { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(7, 26, 45, .94);
  color: var(--white);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  flex: 0 0 auto;
  color: var(--white);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  background: var(--teal);
  color: var(--ink);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: -.04em;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: -.46rem;
  bottom: -.46rem;
  width: 1rem;
  height: 1rem;
  background: var(--blue);
  transform: rotate(45deg);
}

.brand-text { display: grid; line-height: 1.05; }
.brand-name { font-size: 1.02rem; font-weight: 820; letter-spacing: -.02em; }
.brand-sub { margin-top: .2rem; color: #a9bbc8; font-size: .62rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: .15rem; }
.main-nav a {
  padding: .65rem .72rem;
  border-radius: 3px;
  color: #d9e3e9;
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.09); }
.main-nav .nav-cta { margin-left: .5rem; background: var(--teal); color: var(--ink); }
.main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { background: #42e4c5; color: var(--ink); }

.menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255,255,255,.3);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: .28rem auto;
  background: currentColor;
  content: "";
  transition: transform .2s ease, opacity .2s ease;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 80px 80px,
    var(--ink);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -8%;
  width: 38rem;
  height: 55rem;
  background: linear-gradient(150deg, rgba(49,107,255,.85), rgba(25,211,177,.18));
  clip-path: polygon(42% 0, 100% 0, 62% 100%, 0 100%);
  opacity: .55;
  transform: rotate(7deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100vh - 76px);
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: 5.5rem;
}

.hero .eyebrow { color: var(--teal); }
.hero h1 { max-width: 850px; }
.hero h1 em { color: var(--teal); font-family: Georgia, serif; font-weight: 500; }
.hero-copy .lead { max-width: 660px; margin-top: 1.8rem; color: #c9d7df; }

.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .78rem 1.05rem;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: var(--white);
  font-weight: 780;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button::after { content: "→"; font-size: 1.15em; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(7,26,45,.2); }
.button-primary { border-color: var(--teal); background: var(--teal); color: var(--ink); }
.button-light { border-color: rgba(255,255,255,.35); background: transparent; color: var(--white); }
.button-plain { min-height: auto; padding: 0; border: 0; background: none; color: var(--ink); }
.button-plain:hover, .button-plain:focus-visible { box-shadow: none; }

.workboard {
  position: relative;
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(7,26,45,.68);
  box-shadow: 24px 24px 0 rgba(25,211,177,.14);
  backdrop-filter: blur(10px);
}

.board-label { display: flex; justify-content: space-between; padding: .15rem .2rem 1rem; color: #9eb0bc; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.board-step { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding: 1.2rem 1rem; border-top: 1px solid rgba(255,255,255,.13); }
.board-step:first-of-type { border-top: 0; background: var(--white); color: var(--ink); }
.board-number { font-size: .78rem; font-weight: 900; }
.board-step h3 { margin-bottom: .35rem; font-size: 1.12rem; }
.board-step p { margin: 0; color: inherit; opacity: .72; font-size: .91rem; line-height: 1.45; }
.board-stamp { display: inline-flex; margin-top: 1rem; padding: .42rem .6rem; border: 1px solid var(--teal); color: var(--teal); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-2deg); }

.proof-bar { border-bottom: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 1.5rem 1.4rem; border-left: 1px solid var(--line); }
.proof-item:last-child { border-right: 1px solid var(--line); }
.proof-item strong { display: block; font-size: 1.05rem; letter-spacing: -.02em; }
.proof-item span { color: var(--muted); font-size: .86rem; }

.section { padding-block: clamp(4.8rem, 9vw, 8.5rem); }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .lead, .section-dark .muted { color: #b8c7d0; }
.section-soft { background: #eaf0f3; }

.section-heading { display: grid; grid-template-columns: minmax(0,.95fr) minmax(300px,.65fr); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading p { margin: 0; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 320px; padding: 2rem; overflow: hidden; background: var(--white); }
.service-card::after { content: ""; position: absolute; right: -3rem; bottom: -3rem; width: 7rem; height: 7rem; border: 1px solid var(--line); transform: rotate(45deg); transition: background .25s ease, transform .25s ease; }
.service-card:hover::after { background: rgba(25,211,177,.16); transform: rotate(45deg) scale(1.1); }
.service-card .card-index { color: var(--teal-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 4.4rem 0 1rem; max-width: 12ch; font-size: 1.8rem; }
.service-card p { max-width: 35ch; color: var(--muted); }
.service-card a { position: absolute; left: 2rem; bottom: 1.8rem; z-index: 2; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .25rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.sticky-copy { position: sticky; top: 116px; }

.feature-list { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1.1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.feature-row b { color: var(--teal-dark); font-size: .78rem; letter-spacing: .08em; }
.feature-row h3 { margin-bottom: .5rem; font-size: 1.32rem; }
.feature-row p { margin: 0; color: var(--muted); }
.section-dark .feature-list, .section-dark .feature-row { border-color: rgba(255,255,255,.14); }
.section-dark .feature-row b { color: var(--teal); }
.section-dark .feature-row p { color: #b8c7d0; }

.quote-panel { position: relative; padding: clamp(2rem,5vw,4.3rem); background: var(--teal); color: var(--ink); }
.quote-panel::before { content: "“"; position: absolute; right: 2rem; top: -.9rem; color: rgba(7,26,45,.15); font-family: Georgia, serif; font-size: 11rem; line-height: 1; }
.quote-panel p { position: relative; max-width: 25ch; margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem,4vw,3.5rem); line-height: 1.18; letter-spacing: -.03em; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.16); }
.step { counter-increment: steps; min-height: 270px; padding: 1.6rem; border-left: 1px solid rgba(255,255,255,.16); }
.step:first-child { border-left: 0; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 4.5rem; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.step h3 { margin-bottom: .7rem; }
.step p { margin: 0; color: #b8c7d0; font-size: .94rem; }

.cta-band { position: relative; overflow: hidden; padding-block: clamp(4rem,8vw,7rem); background: var(--blue); color: var(--white); }
.cta-band::after { content: "→"; position: absolute; right: -2rem; top: 50%; color: rgba(255,255,255,.12); font-size: 25rem; line-height: .5; transform: translateY(-50%); }
.cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr auto; gap: 3rem; align-items: center; }
.cta-inner h2 { max-width: 12ch; }
.cta-inner p { max-width: 620px; margin: 1rem 0 0; color: #e3eaff; font-size: 1.1rem; }
.cta-band .button { border-color: var(--white); background: var(--white); color: var(--ink); }

.page-hero { position: relative; overflow: hidden; padding-block: clamp(5rem,9vw,8rem); background: var(--ink); color: var(--white); }
.page-hero::after { content: ""; position: absolute; right: -5rem; bottom: -12rem; width: 34rem; height: 34rem; border: 7rem solid rgba(25,211,177,.12); transform: rotate(28deg); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { color: var(--teal); }
.page-hero h1 { max-width: 950px; font-size: clamp(3rem,7vw,6rem); }
.page-hero .lead { max-width: 760px; margin-top: 1.6rem; color: #c5d3dc; }

.page-nav { border-bottom: 1px solid var(--line); background: var(--white); }
.page-nav .container { display: flex; gap: .6rem; overflow-x: auto; padding-block: .75rem; scrollbar-width: none; }
.page-nav a { flex: 0 0 auto; padding: .48rem .7rem; color: var(--muted); font-size: .85rem; font-weight: 750; text-decoration: none; }
.page-nav a:hover, .page-nav a:focus-visible { color: var(--ink); background: #eef3f5; }

.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.detail-card { padding: 2rem; border: 1px solid var(--line); background: var(--white); }
.detail-card .mini { color: var(--teal-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.detail-card h3 { margin: 2rem 0 .8rem; }
.detail-card p { margin: 0; color: var(--muted); }
.detail-card ul { margin: 1rem 0 0; padding-left: 1.1rem; color: var(--muted); }

.check-list { display: grid; gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal-dark); font-weight: 950; }
.section-dark .check-list li::before { color: var(--teal); }

.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: var(--white); }
.price-card.featured { border: 2px solid var(--teal-dark); box-shadow: var(--shadow); transform: translateY(-.5rem); }
.price-card .label { color: var(--teal-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 1rem 0 .5rem; font-size: 2rem; }
.price-card .price { margin: .8rem 0; font-size: 2.3rem; font-weight: 850; letter-spacing: -.05em; }
.price-card .price small { font-size: .95rem; font-weight: 600; letter-spacing: 0; }
.price-card p, .price-card li { color: var(--muted); }
.price-card ul { margin: .7rem 0 1.5rem; padding-left: 1.15rem; }
.price-card .button { margin-top: auto; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--ink); color: var(--white); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
td:last-child { font-weight: 800; white-space: nowrap; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; font-size: 1.18rem; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 50%; color: var(--teal-dark); font-size: 1.6rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 760px; padding: 0 3rem 1.5rem 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,8vw,8rem); }
.contact-links { display: grid; gap: .75rem; margin-top: 2rem; }
.contact-link { display: block; padding: 1rem; border: 1px solid var(--line); background: var(--white); font-weight: 750; text-decoration: none; }
.contact-link small { display: block; color: var(--muted); font-size: .75rem; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }

.form { display: grid; gap: 1.1rem; padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.field { display: grid; gap: .4rem; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: .75rem .85rem; border: 1px solid #aab9c2; border-radius: 2px; background: var(--white); color: var(--ink); }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(25,211,177,.28); border-color: var(--teal-dark); }
.form-note { color: var(--muted); font-size: .82rem; }
.form-status { display: none; padding: .8rem; background: #e7fbf6; color: #075e52; font-weight: 700; }
.form-status.visible { display: block; }

.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 4rem; align-items: start; }
.legal-nav { position: sticky; top: 112px; display: grid; border-top: 1px solid var(--line); }
.legal-nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .88rem; font-weight: 700; text-decoration: none; }
.legal-nav a:hover { color: var(--ink); }
.legal-copy { max-width: 790px; }
.legal-copy h2 { margin: 3.2rem 0 1rem; font-size: 2rem; }
.legal-copy h2:first-of-type { margin-top: 0; }
.legal-copy h3 { margin: 1.8rem 0 .7rem; font-size: 1.25rem; }
.legal-copy ul, .legal-copy ol { padding-left: 1.25rem; }
.legal-meta { margin-bottom: 2rem; padding: 1rem; border-left: 4px solid var(--teal); background: var(--white); color: var(--muted); }
.notice { padding: 1.4rem; border: 1px solid #acc0cd; background: #edf3f6; }

.site-footer { background: #04111f; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 3rem; padding-block: 4rem; }
.footer-intro p { max-width: 440px; margin-top: 1.2rem; color: #9fb1bc; }
.footer-column h3 { margin-bottom: 1rem; color: #8095a2; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: .45rem 0; color: #d8e3e9; text-decoration: none; }
.footer-column a:hover { color: var(--teal); }
.footer-bottom { padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); color: #8095a2; font-size: .78rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

.mobile-call { display: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 1rem 1.25rem 2rem;
    border-top: 1px solid rgba(255,255,255,.12);
    background: var(--ink);
  }
  .main-nav.open { display: grid; }
  .main-nav a { padding: .9rem; border-bottom: 1px solid rgba(255,255,255,.09); }
  .main-nav .nav-cta { margin: .6rem 0 0; text-align: center; }
  .menu-toggle[aria-expanded="true"] span { opacity: 0; }
  .menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .workboard { max-width: 660px; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .legal-layout { grid-template-columns: 1fr; gap: 2rem; }
  .legal-nav { position: static; grid-template-columns: repeat(2,1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(calc(100% - 1.5rem), var(--max)); }
  .brand-sub { display: none; }
  .hero-grid { padding-block: 4rem; gap: 3.5rem; }
  .hero::before { right: -20rem; opacity: .36; }
  .button-row .button { width: 100%; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(3) { border-top: 1px solid var(--line); }
  .proof-item:nth-child(4) { border-top: 1px solid var(--line); }
  .card-grid, .detail-grid, .split, .contact-layout { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .service-card { min-height: 290px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(3), .step:nth-child(4) { min-height: auto; border: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .step:first-child { border-top: 0; }
  .step::before { margin-bottom: 2rem; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-inner .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .footer-intro { grid-column: auto; }
  .legal-nav { grid-template-columns: 1fr; }
  .mobile-call { display: flex; position: fixed; z-index: 90; right: .8rem; bottom: .8rem; min-height: 48px; align-items: center; padding: .7rem .9rem; border: 1px solid rgba(7,26,45,.15); background: var(--teal); color: var(--ink); box-shadow: 0 12px 34px rgba(7,26,45,.25); font-size: .84rem; font-weight: 850; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .page-nav, .mobile-call, .button-row { display: none !important; }
  body { background: #fff; color: #000; }
  .page-hero { padding: 2rem 0; background: #fff; color: #000; }
  .page-hero .lead { color: #333; }
  .section { padding: 2rem 0; }
}
