:root {
  --brand-navy: #163b43;
  --brand-navy-2: #204c55;
  --brand-blue: #4b7aa9;
  --brand-blue-dark: #3c6287;
  --brand-teal: #81bfc0;
  --brand-teal-dark: #356f78;
  --brand-teal-pale: #dceff0;
  --ink: #1d3035;
  --ink-soft: #536a70;
  --paper: #ffffff;
  --mist: #f0f6f6;
  --mist-2: #e7f1f2;
  --line: #d4e3e4;
  --warning: #765b25;
  --warning-bg: #fbf7ec;
  --warning-line: #e8d9b3;
  --shadow: 0 20px 60px rgba(22, 59, 67, 0.12);
  --shadow-soft: 0 14px 38px rgba(22, 59, 67, 0.09);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --content: 1140px;
  --text-width: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--brand-teal-dark); text-underline-offset: .18em; }
a:hover { color: var(--brand-navy); }
h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 680;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.55rem, 5.7vw, 4.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.18rem, 1.7vw, 1.4rem); }
p { margin: 0 0 1rem; }
.shell { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-160%);
  padding: 12px 16px; border-radius: 8px; color: var(--paper); background: var(--brand-navy); font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--brand-teal); outline-offset: 4px; }
.kicker {
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--brand-teal-dark);
  font-size: .79rem; font-weight: 750; letter-spacing: .105em; line-height: 1.4; text-transform: uppercase;
}
.kicker::before { width: 28px; height: 2px; border-radius: 999px; background: var(--brand-teal); content: ""; }
.kicker-light { color: var(--brand-teal-pale); }
.kicker-light::before { background: var(--brand-teal); }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 2px solid transparent; border-radius: 10px; padding: 13px 20px; font-size: .97rem;
  font-weight: 720; line-height: 1.2; text-align: center; text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--paper); background: var(--brand-teal-dark); box-shadow: 0 13px 28px rgba(53,111,120,.2); }
.button-primary:hover { color: var(--paper); background: var(--brand-navy-2); box-shadow: 0 16px 34px rgba(22,59,67,.22); }
.button-secondary { color: var(--brand-navy); border-color: var(--line); background: var(--paper); }
.button-secondary:hover { border-color: var(--brand-teal-dark); background: var(--mist); }
.button-light { color: var(--brand-navy); background: var(--brand-teal-pale); }
.button-light:hover { color: var(--brand-navy); background: var(--paper); }
.button-block { width: 100%; }
.site-header {
  position: sticky; z-index: 100; top: 0; color: var(--paper); background: rgba(22,59,67,.98);
  box-shadow: 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px);
}
.header-main { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 1 300px; display: flex; align-items: center; gap: 13px; border-radius: 6px; color: var(--paper); text-decoration: none; }
.brand:hover { color: var(--paper); }
.brand-mark { width: 44px; height: 44px; flex: none; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; color: #bad2d5; font-size: .75rem; letter-spacing: .045em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.desktop-nav a { color: rgba(255,255,255,.83); font-size: .93rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover { color: var(--paper); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta { white-space: nowrap; }
.menu-button {
  width: 50px; height: 48px; display: none; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.25); border-radius: 10px; color: var(--paper); background: transparent; cursor: pointer;
}
.menu-button-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.menu-icon { width: 22px; display: grid; gap: 5px; }
.menu-icon i { height: 2px; border-radius: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-button[aria-expanded="true"] .menu-icon i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon i:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] .menu-icon i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { border-top: 1px solid rgba(255,255,255,.1); background: var(--brand-navy); }
.mobile-menu-inner { max-height: calc(100vh - 78px); display: grid; overflow-y: auto; padding-block: 10px 22px; }
.mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--paper); font-weight: 650; text-decoration: none; }
.mobile-menu .mobile-reception { width: 100%; margin: 10px 0 6px; padding: 13px 20px; border: 2px solid transparent; color: var(--brand-navy); }
.mobile-menu .mobile-reception:hover { color: var(--brand-navy); }
.hero {
  position: relative; overflow: hidden; padding: clamp(64px, 8vw, 108px) 0 72px;
  background: radial-gradient(circle at 8% 8%, rgba(129,191,192,.18), transparent 28%), linear-gradient(180deg,#f8fbfb 0%,#fff 100%);
}
.hero::after {
  position: absolute; z-index: 0; right: -120px; bottom: -180px; width: 430px; aspect-ratio: 1;
  border: 54px solid rgba(129,191,192,.12); border-radius: 34% 66% 54% 46% / 58% 39% 61% 42%; content: ""; transform: rotate(18deg);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); align-items: center; gap: clamp(44px,7vw,84px); }
.hero-copy h1 span { color: var(--brand-teal-dark); }
.hero-lead { max-width: 665px; margin: 25px 0 0; color: var(--ink-soft); font-size: clamp(1.07rem,1.55vw,1.25rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; color: var(--ink-soft); font-size: .92rem; font-weight: 650; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 9px; }
.hero-points li::before { width: 8px; height: 8px; border: 2px solid var(--brand-teal-dark); border-radius: 2px; content: ""; transform: rotate(45deg); }
.hero-media { position: relative; margin: 0; }
.image-shape { position: relative; overflow: hidden; border: 8px solid var(--paper); border-radius: 38% 62% 44% 56% / 58% 42% 58% 42%; background: var(--mist-2); box-shadow: var(--shadow); }
.image-shape::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(22,59,67,.12)); content: ""; pointer-events: none; }
.image-shape img { width: 100%; aspect-ratio: 1.03 / 1; object-fit: cover; object-position: 52% center; }
.hero-media figcaption {
  position: relative; width: min(88%,390px); display: flex; align-items: center; gap: 13px; margin: -28px auto 0;
  padding: 15px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink-soft);
  background: rgba(255,255,255,.96); box-shadow: var(--shadow-soft); font-size: .88rem; line-height: 1.45;
}
.caption-mark { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--paper); background: var(--brand-teal-dark); font-size: 1.6rem; font-weight: 300; line-height: 1; }
.orientation { padding: 0 0 30px; }
.orientation-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 26px 30px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink-soft); background: var(--mist); }
.orientation-card h2 { margin-bottom: 6px; color: var(--ink); font-size: 1.3rem; letter-spacing: -.01em; }
.orientation-card p { margin: 0; }
.orientation-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--brand-teal-dark); background: var(--brand-teal-pale); }
.orientation-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.section { padding: clamp(72px,9vw,116px) 0; }
.section-tint { border-block: 1px solid var(--line); background: var(--mist); }
.section-heading { max-width: var(--text-width); margin-bottom: 44px; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.section-heading-centered { margin-inline: auto; text-align: center; }
.section-heading-centered .kicker { justify-content: center; }
.reason-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.reason-card { position: relative; min-height: 245px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 30px rgba(22,59,67,.05); }
.reason-card::after { position: absolute; right: -40px; bottom: -50px; width: 130px; height: 130px; border: 23px solid var(--brand-teal-pale); border-radius: 38% 62% 55% 45%; content: ""; transform: rotate(22deg); }
.reason-number { display: block; margin-bottom: 30px; color: var(--brand-blue); font-size: .85rem; font-weight: 760; letter-spacing: .08em; }
.reason-card h3 { position: relative; z-index: 1; max-width: 18em; margin-bottom: 12px; }
.reason-card p { position: relative; z-index: 1; max-width: 38em; margin: 0; color: var(--ink-soft); font-size: .96rem; }
.individual-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); align-items: center; gap: clamp(45px,8vw,96px); }
.individual-copy p:not(.kicker) { color: var(--ink-soft); }
.individual-copy h2 { margin-bottom: 24px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 14px; color: var(--brand-teal-dark); font-weight: 730; text-decoration-thickness: 1px; }
.decision-panel { padding: clamp(28px,4vw,42px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-soft); }
.decision-step { display: grid; grid-template-columns: auto 1fr; gap: 19px; align-items: start; }
.decision-step h3 { margin: 4px 0 7px; }
.decision-step p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.decision-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: var(--paper); background: var(--brand-teal-dark); font-weight: 780; }
.decision-line { width: 2px; height: 35px; margin: 7px 0 7px 20px; background: var(--line); }
.process-list { position: relative; max-width: 900px; display: grid; gap: 0; margin: 0 auto; padding: 0; list-style: none; }
.process-list::before { position: absolute; top: 28px; bottom: 28px; left: 31px; width: 2px; background: var(--line); content: ""; }
.process-list li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 24px 0; }
.process-number { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; border: 5px solid var(--paper); border-radius: 20px; color: var(--paper); background: var(--brand-blue); box-shadow: 0 0 0 1px var(--line); font-size: 1.05rem; font-weight: 780; }
.process-list h3 { margin: 5px 0 8px; }
.process-list p { max-width: 700px; margin: 0; color: var(--ink-soft); }
.section-ink { color: #e7f1f2; background: radial-gradient(circle at 91% 9%,rgba(129,191,192,.14),transparent 25%), var(--brand-navy); }
.section-heading-light h2 { color: var(--paper); }
.section-heading-light > p:last-child { color: #c5d8db; }
.scope-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.scope-card { padding: clamp(28px,4vw,40px); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.scope-card-positive { border-color: rgba(129,191,192,.34); background: rgba(129,191,192,.1); }
.scope-card h3 { margin-bottom: 20px; color: var(--paper); }
.scope-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.scope-card li { position: relative; padding-left: 30px; color: #d5e4e6; }
.scope-card li::before { position: absolute; top: .5em; left: 2px; width: 10px; height: 6px; border-bottom: 2px solid var(--brand-teal); border-left: 2px solid var(--brand-teal); content: ""; transform: rotate(-45deg); }
.scope-card:not(.scope-card-positive) li::before { width: 11px; height: 11px; top: .45em; border: 0; background: linear-gradient(45deg,transparent 43%,var(--brand-teal) 44% 56%,transparent 57%), linear-gradient(-45deg,transparent 43%,var(--brand-teal) 44% 56%,transparent 57%); }
.scope-note { max-width: 850px; margin: 24px auto 0; color: #b9cfd2; font-size: .92rem; text-align: center; }
.cost-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); align-items: center; gap: clamp(48px,8vw,96px); }
.cost-copy h2 { margin-bottom: 24px; }
.cost-copy p:not(.kicker) { color: var(--ink-soft); }
.cost-card { padding: clamp(28px,4vw,42px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--mist); box-shadow: var(--shadow-soft); }
.cost-label { display: inline-flex; margin-bottom: 20px; padding: 7px 11px; border-radius: 7px; color: var(--brand-navy); background: var(--brand-teal-pale); font-size: .78rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.cost-card h3 { margin-bottom: 22px; font-size: clamp(1.5rem,2.8vw,2rem); }
.cost-total { display: grid; gap: 5px; margin-bottom: 22px; padding: 22px; border-radius: var(--radius-sm); color: var(--paper); background: var(--brand-navy); }
.cost-total span { color: #c8dadd; font-size: .84rem; font-weight: 720; letter-spacing: .05em; text-transform: uppercase; }
.cost-total strong { font-size: clamp(2rem,4vw,2.8rem); line-height: 1.05; }
.cost-total small { color: #d5e4e6; font-size: .9rem; line-height: 1.45; }
.cost-card dl { margin: 0; }
.cost-card dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.cost-card dt { font-weight: 700; }
.cost-card dd { margin: 0; color: var(--brand-teal-dark); font-weight: 720; text-align: right; }
.cost-card dl > .cost-follow-up { margin-top: 8px; padding: 18px 16px; border: 0; border-radius: var(--radius-sm); background: var(--brand-teal-pale); }
.cost-follow-up dd { color: var(--brand-navy); }
.cost-note { margin: 20px 0 24px; padding: 16px; border-left: 4px solid var(--brand-blue); color: var(--ink-soft); background: var(--paper); font-size: .91rem; }
.faq-shell { max-width: 900px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 56px 24px 0; color: var(--ink); font-size: 1.1rem; font-weight: 720; line-height: 1.4; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 2px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--brand-teal-dark); background: var(--paper); content: "+"; font-size: 1.35rem; font-weight: 450; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-answer { max-width: 740px; padding: 0 56px 24px 0; color: var(--ink-soft); }
.faq-answer p { margin: 0; }
.final-cta { padding: 34px 0 96px; background: var(--mist); }
.final-card { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); align-items: center; gap: 42px; padding: clamp(38px,6vw,62px); border-radius: var(--radius-lg); color: #d8e7e9; background: radial-gradient(circle at 88% 5%,rgba(129,191,192,.2),transparent 30%), var(--brand-navy); box-shadow: var(--shadow); }
.final-card h2 { max-width: 720px; color: var(--paper); }
.final-card p:not(.kicker) { max-width: 710px; margin: 18px 0 0; color: #d0e0e2; }
.final-actions { display: grid; gap: 15px; }
.final-phone { color: var(--paper); font-size: .95rem; font-weight: 650; text-align: center; }
.final-phone:hover { color: var(--brand-teal-pale); }
.site-footer { padding: 48px 0; color: #c8dadd; background: #102f35; }
.footer-grid { display: grid; grid-template-columns: minmax(260px,1.4fr) minmax(180px,.8fr) minmax(140px,.6fr); gap: 40px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand strong { color: var(--paper); font-size: 1.05rem; }
.footer-brand p { margin: 3px 0 0; }
.site-footer p, .site-footer address { margin: 0; color: #b9cfd2; font-style: normal; }
.site-footer a { color: #d9e8ea; }
.site-footer nav { display: grid; gap: 9px; }
.site-footer nav a { text-decoration: none; }
.embed-legal { padding: 22px 0; border-top: 1px solid var(--line); color: var(--ink-soft); background: var(--paper); font-size: .82rem; }
.embed-legal-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.embed-legal nav { display: flex; flex-wrap: wrap; gap: 18px; }
.embed-legal a { color: var(--ink-soft); }
.embed-legal a:hover { color: var(--brand-navy); }
@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(330px,.8fr); gap: 44px; }
  .individual-grid, .cost-grid { grid-template-columns: 1fr; }
  .individual-copy, .cost-copy { max-width: 760px; }
  .decision-panel, .cost-card { width: 100%; }
}
@media (max-width: 780px) {
  html { scroll-padding-top: 78px; }
  .shell { width: min(calc(100% - 36px),var(--content)); }
  .header-main { min-height: 70px; gap: 12px; }
  .brand-copy small { display: none; }
  .header-cta { display: none; }
  .hero { padding-top: 52px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { width: min(100%,560px); margin-inline: auto; }
  .reason-grid, .scope-grid, .final-card { grid-template-columns: 1fr; }
  .reason-card { min-height: 0; }
  .final-actions { max-width: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 32px),var(--content)); }
  .brand { gap: 9px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: .92rem; }
  .hero { padding: 44px 0 56px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 10px; }
  .hero-media figcaption { width: calc(100% - 18px); margin-top: -18px; }
  .orientation-card { grid-template-columns: 1fr; padding: 22px; }
  .section { padding: 70px 0; }
  .reason-card, .decision-panel, .scope-card, .cost-card { padding: 24px; }
  .process-list::before { left: 24px; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 17px; }
  .process-number { width: 50px; height: 50px; border-radius: 15px; }
  .cost-card dl > div { grid-template-columns: 1fr; gap: 3px; }
  .cost-card dd { text-align: left; }
  .faq-list summary { padding-right: 48px; }
  .faq-answer { padding-right: 0; }
  .final-cta { padding-bottom: 68px; }
  .final-card { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .embed-legal-inner { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
@media print {
  .site-header, .hero-actions, .final-cta, .site-footer, .menu-button { display: none !important; }
  body { color: #000; font-size: 11pt; }
  .hero, .section, .orientation, .section-ink, .section-tint { padding: 24px 0; color: #000; background: #fff; }
  .section-ink h2, .section-ink h3, .section-ink p, .section-ink li { color: #000; }
}
