:root {
  --navy-950: #0a1424;
  --navy-900: #101d31;
  --navy-800: #172a45;
  --navy-700: #25405f;
  --green: #2ec27e;
  --green-dark: #14784c;
  --green-pale: #e8f8f0;
  --ink: #172033;
  --muted: #5d6878;
  --line: #dfe4e9;
  --warm: #f5f6f7;
  --white: #fff;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--green); color: var(--navy-950); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(16,29,49,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy-900); font-size: 19px; letter-spacing: -.4px; }
.wordmark strong { font-weight: 800; }
.logo-mark { position: relative; display: inline-block; width: 31px; height: 31px; border: 2px solid currentColor; border-radius: 8px; }
.logo-mark::before, .logo-mark::after, .logo-mark span { content: ""; position: absolute; left: 6px; height: 3px; background: var(--green); border-radius: 4px; }
.logo-mark::before { bottom: 6px; width: 7px; }
.logo-mark span { bottom: 11px; width: 12px; }
.logo-mark::after { bottom: 16px; width: 17px; }
nav { display: flex; align-items: center; gap: 30px; }
nav > a { color: #36445a; font-size: 14px; font-weight: 700; text-decoration: none; }
nav > a:not(.button):hover { color: var(--green-dark); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; border: 1px solid var(--green); border-radius: 7px; background: var(--green); color: var(--navy-950); font-size: 14px; font-weight: 800; text-decoration: none; box-shadow: 0 9px 28px rgba(46,194,126,.2); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #42d691; }
.button-small { min-height: 42px; padding-inline: 18px; box-shadow: none; }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy-900); box-shadow: none; }
.button-light:hover { background: var(--green-pale); }
.booking-link.is-unconfigured { cursor: not-allowed; opacity: .72; }

.hero { position: relative; overflow: hidden; background: var(--navy-900); color: var(--white); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; top: -270px; border: 1px solid rgba(46,194,126,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(46,194,126,.035), 0 0 0 180px rgba(46,194,126,.025); }
.hero-grid { position: relative; z-index: 1; min-height: 690px; padding-block: 110px; display: grid; grid-template-columns: 1.35fr .75fr; align-items: center; gap: 100px; }
.eyebrow { margin: 0 0 18px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.hero .eyebrow, .cta-section .eyebrow { color: #73e3ad; }
.hero .eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(46,194,126,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(43px, 5.4vw, 70px); line-height: 1.07; letter-spacing: -3.4px; }
h2 { margin-bottom: 24px; color: var(--navy-900); font-size: clamp(32px, 4vw, 48px); line-height: 1.13; letter-spacing: -2px; }
.lede { max-width: 700px; margin-bottom: 34px; color: #c8d0dc; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { color: var(--white); font-size: 14px; font-weight: 700; text-underline-offset: 6px; }
.microcopy { max-width: 600px; margin: 20px 0 0; color: #8f9cad; font-size: 12px; }
.signal-card { padding: 35px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.055); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.card-label { margin-bottom: 16px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.signal-card .card-label { color: #73e3ad; }
blockquote { margin: 0 0 28px; font-size: 20px; font-weight: 700; line-height: 1.45; }
.signal-lines { height: 90px; display: flex; align-items: end; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.13); }
.signal-lines span { flex: 1; background: linear-gradient(to top, var(--green), rgba(46,194,126,.3)); border-radius: 3px 3px 0 0; }
.signal-lines span:nth-child(1) { height: 28%; }.signal-lines span:nth-child(2) { height: 44%; }.signal-lines span:nth-child(3) { height: 41%; }.signal-lines span:nth-child(4) { height: 69%; }.signal-lines span:nth-child(5) { height: 86%; }
.signal-card dl { margin: 24px 0 0; }
.signal-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.signal-card dt { color: #8f9cad; }.signal-card dd { margin: 0; text-align: right; font-weight: 700; }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.principle-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.principle-grid p { margin: 0; padding: 8px 26px; border-right: 1px solid var(--line); color: #3f4b5c; font-size: 12px; font-weight: 700; }
.principle-grid p:first-child { padding-left: 0; }.principle-grid p:last-child { border: 0; }
.principle-grid span { margin-right: 9px; color: var(--green-dark); font-size: 10px; }

.section { padding-block: 120px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.body-copy { color: var(--muted); font-size: 17px; }
.body-copy p { margin-bottom: 24px; }
.process { background: var(--warm); }
.section-heading { max-width: 700px; margin-bottom: 58px; }
.section-heading > p:last-child { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.step-number { display: block; margin-bottom: 58px; color: var(--green-dark); font-size: 12px; font-weight: 800; }
.steps h3 { margin-bottom: 12px; color: var(--navy-900); font-size: 20px; }
.steps p { color: var(--muted); font-size: 14px; }
.handoff-note { margin-top: 20px; padding: 25px 30px; display: flex; align-items: center; gap: 20px; border: 1px solid #cceadb; border-radius: 10px; background: var(--green-pale); }
.handoff-note p { margin: 0; color: #385147; font-size: 14px; }
.pulse { flex: 0 0 auto; width: 12px; height: 12px; border: 3px solid var(--green-pale); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }

.pricing-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 110px; }
.pricing-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.pricing-card { padding: 42px; border: 1px solid #bdc9d4; border-radius: 12px; box-shadow: 0 24px 70px rgba(16,29,49,.09); }
.price { margin-bottom: 2px; color: var(--navy-900); font-size: 41px; font-weight: 800; letter-spacing: -2px; }
.price > span { font-size: 20px; vertical-align: top; }.price small { color: var(--muted); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.plus { padding-bottom: 25px; border-bottom: 1px solid var(--line); color: var(--green-dark); font-size: 13px; font-weight: 700; }
.pricing-card ul { margin: 25px 0 30px; padding: 0; list-style: none; }
.pricing-card li { position: relative; margin: 12px 0; padding-left: 24px; color: #4e5969; font-size: 14px; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 800; }
.pricing-card .button { width: 100%; }

.faq { background: var(--warm); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
details { border-bottom: 1px solid #ccd3da; }
summary { position: relative; padding: 24px 42px 24px 0; color: var(--navy-900); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--green-dark); font-size: 25px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { padding: 0 45px 24px 0; color: var(--muted); font-size: 14px; }

.cta-section { padding-block: 110px; background: var(--navy-800); color: var(--white); text-align: center; }
.cta-inner { max-width: 780px; }
.cta-section h2 { color: var(--white); }
.cta-section .cta-inner > p:not(.eyebrow, .config-notice) { max-width: 620px; margin: 0 auto 30px; color: #b9c5d4; }
.config-notice { margin: 18px 0 0; color: #b9c5d4; font-size: 12px; }
.config-notice code { color: #a4ebc8; }

footer { padding: 68px 0 24px; background: var(--navy-950); color: #9ba8b8; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr 1fr; gap: 65px; padding-bottom: 55px; }
.wordmark-light { color: var(--white); }
.footer-grid > div:first-child > p { margin: 16px 0 0; font-size: 13px; }
.footer-label { margin-bottom: 11px; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.footer-grid p, address { font-size: 12px; font-style: normal; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 10px; }
.footer-bottom a { color: #cbd5e1; text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--white); }

.legal-page { min-height: 70vh; padding-block: 90px; }
.legal-copy { max-width: 760px; }
.legal-copy h1 { color: var(--navy-900); font-size: clamp(38px, 5vw, 56px); }
.legal-copy h2 { margin-top: 40px; margin-bottom: 12px; font-size: 24px; letter-spacing: -.7px; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy li { margin-bottom: 9px; }

@media (max-width: 900px) {
  nav > a:not(.button) { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-block: 90px; }
  .signal-card { max-width: 520px; }
  .principle-grid { grid-template-columns: 1fr 1fr; padding-block: 14px; }
  .principle-grid p { min-height: 46px; display: flex; align-items: center; }
  .principle-grid p:nth-child(2) { border-right: 0; }
  .split, .pricing-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .step-number { margin-bottom: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .nav-wrap { min-height: 68px; }.wordmark { font-size: 16px; }.logo-mark { width: 28px; height: 28px; }
  nav .button { min-height: 38px; padding: 0 12px; font-size: 11px; }
  h1 { font-size: 42px; letter-spacing: -2.2px; }
  h2 { font-size: 33px; letter-spacing: -1.3px; }
  .hero-grid { padding-block: 72px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .signal-card { padding: 26px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid p { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid p:last-child { border-bottom: 0; }
  .section { padding-block: 82px; }
  .steps article, .pricing-card { padding: 28px; }
  .handoff-note { align-items: flex-start; padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
