:root {
  --ink: #162a27;
  --muted: #52615e;
  --soft: #f7f4ed;
  --paper: #fffefb;
  --green: #1d665a;
  --green-dark: #114c43;
  --green-light: #dcebe5;
  --sage: #a6c9bf;
  --line: rgba(22, 42, 39, .14);
  --warm: #e4d3b8;
  --danger: #a23b3b;
  --shadow: 0 24px 70px rgba(20, 55, 48, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 254, 251, .92);
  border-bottom: 1px solid rgba(22, 42, 39, .08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 205px; }
.header-cta {
  color: var(--green-dark);
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--soft);
  padding: 78px 0 88px;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -220px; top: -220px; background: rgba(166, 201, 191, .4); }
.hero-glow-two { width: 360px; height: 360px; left: -220px; bottom: -250px; background: rgba(228, 211, 184, .55); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--green-dark);
  font-size: .78rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow span { color: var(--green); margin-right: 7px; }
.eyebrow-dark { color: var(--green); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
h1 { margin-bottom: 26px; font-size: clamp(3rem, 6.1vw, 5.35rem); max-width: 820px; }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.4vw, 4rem); }
h3 { font-size: 1.4rem; }
.hero-lead { max-width: 650px; margin: 0 0 30px; color: #40524e; font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.65; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-cta:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(29, 102, 90, .38); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 26px rgba(29, 102, 90, .2); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 16px 34px rgba(29, 102, 90, .27); }
.button-light { color: var(--green-dark); background: #fff; }
.hero-button { padding-inline: 28px; }

.trust-list, .credential-list { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 0; margin: 28px 0 0; list-style: none; color: #43534f; font-size: .94rem; }
.trust-list li, .credential-list li { display: flex; align-items: center; gap: 8px; }
.check { display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; flex: 0 0 auto; border-radius: 50%; color: var(--green-dark); background: var(--green-light); font-size: .78rem; font-weight: 900; }

.lead-card {
  position: relative;
  scroll-margin-top: 105px;
  padding: 28px;
  background: rgba(255, 254, 251, .98);
  border: 1px solid rgba(22, 42, 39, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.clinician-mini { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.clinician-mini img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; filter: grayscale(100%); }
.clinician-mini p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.4; }
.clinician-mini .clinician-name { color: var(--ink); font-size: 1rem; font-weight: 800; }
.form-heading { margin-bottom: 22px; }
.form-heading h2 { margin-bottom: 10px; font-size: clamp(2rem, 3vw, 2.65rem); }
.form-heading p { margin: 0; color: var(--muted); font-size: .94rem; }
.form-heading .form-kicker { margin-bottom: 8px; color: var(--green); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 750; }
.field label span { color: #6b7774; font-weight: 500; }
.field input, .field select {
  width: 100%;
  min-height: 49px;
  border: 1px solid #c7cfcc;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
  padding: 11px 13px;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field input:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(29, 102, 90, .1); outline: none; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); }
.field-error { display: block; min-height: 0; color: var(--danger); font-size: .78rem; line-height: 1.35; }
.field-error:not(:empty) { margin-top: 5px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin: 19px 0 0; color: #4d5b58; font-size: .79rem; line-height: 1.45; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.consent-row a { color: var(--green-dark); font-weight: 700; }
.consent-error { margin-bottom: 8px; }
.submit-button { width: 100%; margin-top: 16px; }
.submit-button[disabled] { cursor: wait; opacity: .75; transform: none; }
.button-spinner { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.is-loading .button-spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-reassurance { margin: 12px 0 0; color: #687572; font-size: .78rem; text-align: center; }
.direct-call { margin: 7px 0 0; color: #687572; font-size: .78rem; text-align: center; }
.direct-call a, .noscript-note a { color: var(--green-dark); font-weight: 800; }
.noscript-note { border-radius: 12px; padding: 12px 14px; color: #634e40; background: #f3eadc; font-size: .84rem; }
.form-status { display: none; margin-top: 16px; border-radius: 12px; padding: 13px 14px; font-size: .9rem; line-height: 1.45; }
.form-status.success { display: block; color: #174c42; background: #e4f2ed; }
.form-status.error { display: block; color: #7d2b2b; background: #fbeaea; }

.proof-strip { border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 24px 26px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; }
.proof-grid span { color: var(--muted); font-size: .83rem; }

.section { padding: clamp(82px, 10vw, 132px) 0; }
.narrow-heading { max-width: 780px; text-align: center; }
.narrow-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.concern-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.concern-card:nth-child(2) { background: var(--soft); }
.concern-card h3 { margin: 26px 0 12px; font-size: 1.55rem; }
.concern-card p { margin: 0; color: var(--muted); }
.icon-circle { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; background: var(--green-light); color: var(--green-dark); font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.topics { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; padding: 0; list-style: none; }
.topics li { border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; color: #43534f; background: #fff; font-size: .88rem; }

.process-section { color: #f7fbf9; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 110px); }
.process-section .eyebrow { color: var(--sage); }
.process-intro p:not(.eyebrow) { max-width: 390px; color: #b9c5c1; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 12px; color: var(--green); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.process-section .text-link { color: #c4e5dc; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 19px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.steps > li > span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #c4e5dc; font-weight: 750; }
.steps h3 { margin: 2px 0 7px; font-family: inherit; font-size: 1.03rem; font-weight: 800; letter-spacing: -.01em; }
.steps p { margin: 0; color: #b9c5c1; font-size: .93rem; }

.clinician-section { background: var(--soft); }
.clinician-grid { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.portrait-wrap { position: relative; max-width: 520px; }
.portrait-wrap > img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 28px; filter: grayscale(100%); box-shadow: var(--shadow); }
.portrait-caption { position: absolute; right: -25px; bottom: 28px; min-width: 245px; display: flex; flex-direction: column; padding: 18px 22px; border-radius: 14px; background: #fff; box-shadow: 0 16px 36px rgba(22,42,39,.15); }
.portrait-caption strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 500; }
.portrait-caption span { color: var(--muted); font-size: .82rem; }
.clinician-copy > p:not(.eyebrow) { color: var(--muted); }
.credential-list { display: grid; gap: 11px; margin: 27px 0 18px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 115px); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 24px 45px 24px 0; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--green); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 0 24px; padding-right: 45px; color: var(--muted); }
.faq-list details a { color: var(--green-dark); font-weight: 700; }

.final-cta { padding: 76px 0; color: #fff; background: var(--green); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { color: #cfe8e0; }
.final-cta h2 { max-width: 760px; margin-bottom: 12px; }
.final-cta p:last-child { margin: 0; color: rgba(255,255,255,.8); }
.final-cta .button { flex: 0 0 auto; }

.urgent-note { padding: 28px 0; background: #f3eadc; border-bottom: 1px solid rgba(22,42,39,.12); }
.urgent-inner { display: grid; grid-template-columns: 190px 1fr; gap: 26px; align-items: start; }
.urgent-inner strong { color: #5d3d28; }
.urgent-inner p { margin: 0; color: #634e40; font-size: .88rem; }
.urgent-inner a { font-weight: 800; }

.site-footer { padding: 68px 0 26px; color: #dce6e2; background: #101e1c; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .85fr 1.1fr .75fr; gap: 38px; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 310px; color: #9eaca8; font-size: .9rem; }
.footer-grid h2 { margin: 0 0 16px; font-family: inherit; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; color: #aebbb7; font-size: .86rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #7f918c; font-size: .74rem; }
.mobile-bar { display: none; }

.legal-main { min-height: 80vh; padding: 75px 0 110px; background: var(--soft); }
.legal-content { max-width: 760px; }
.legal-content h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); }
.legal-content h2 { margin-top: 40px; margin-bottom: 12px; font-family: inherit; font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em; }
.legal-content p { color: var(--muted); }
.legal-content a:not(.button) { color: var(--green-dark); font-weight: 700; }
.legal-updated { font-size: .87rem; }
.legal-content .button { margin-top: 25px; color: white; }

@media (max-width: 960px) {
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .trust-list { justify-content: center; }
  .lead-card { width: min(620px, 100%); margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .proof-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .process-grid, .faq-grid { grid-template-columns: 1fr; }
  .process-intro p:not(.eyebrow) { max-width: 600px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { padding-bottom: 78px; }
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { position: relative; }
  .header-inner { min-height: 70px; }
  .brand img { width: 165px; }
  .header-cta { display: none; }
  .hero { padding: 45px 0 58px; }
  .hero-grid { gap: 38px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.25rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-button { width: 100%; }
  .trust-list { display: grid; justify-content: start; text-align: left; gap: 10px; margin-top: 25px; }
  .lead-card { padding: 22px 18px; border-radius: 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 110px; padding: 18px 15px; }
  .proof-grid strong { font-size: 1.12rem; }
  .proof-grid span { font-size: .75rem; line-height: 1.4; }
  .section { padding: 76px 0; }
  .concern-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .concern-card { min-height: auto; }
  .topics { justify-content: flex-start; }
  .process-grid { gap: 42px; }
  .clinician-grid { grid-template-columns: 1fr; gap: 55px; }
  .portrait-caption { right: 12px; bottom: -28px; min-width: 225px; }
  .faq-grid { gap: 32px; }
  .faq-list details p { padding-right: 5px; }
  .final-cta { padding: 58px 0; }
  .final-cta-inner { display: block; text-align: center; }
  .final-cta .button { width: 100%; margin-top: 28px; }
  .urgent-inner { grid-template-columns: 1fr; gap: 6px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-bar { position: fixed; display: block; z-index: 45; right: 0; bottom: 0; left: 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,254,251,.95); border-top: 1px solid var(--line); backdrop-filter: blur(16px); transition: opacity .18s ease, transform .18s ease; }
  .mobile-bar.is-hidden { opacity: 0; pointer-events: none; transform: translateY(110%); }
  .mobile-bar .button { width: 100%; min-height: 52px; }
  .legal-main { padding-top: 52px; }
}

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