:root {
  --forest: #153f36;
  --forest-deep: #0c2e28;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --sage: #cbd8b9;
  --sage-light: #e8eedf;
  --coral: #ee8c75;
  --coral-light: #f8d4c8;
  --ink: #18342f;
  --muted: #60716d;
  --line: rgba(21, 63, 54, 0.16);
  --shadow: 0 22px 70px rgba(23, 53, 47, 0.13);
}

* { 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.55;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  height: 86px;
  padding: 0 clamp(24px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, box-shadow .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 5px 25px rgba(23, 53, 47, .05); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 700; letter-spacing: -.8px; white-space: nowrap; }
.brand > span:last-child span { color: var(--coral); }
.brand-mark { width: 31px; height: 26px; position: relative; display: inline-flex; gap: 3px; align-items: flex-end; justify-content: center; }
.brand-mark span { width: 7px; border-radius: 7px 7px 2px 2px; background: var(--forest); transform: rotate(-14deg); }
.brand-mark span:nth-child(1) { height: 14px; }
.brand-mark span:nth-child(2) { height: 23px; background: var(--coral); }
.brand-mark span:nth-child(3) { height: 17px; transform: rotate(14deg); }
.desktop-nav { display: flex; align-items: center; gap: clamp(19px, 2.5vw, 38px); margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; position: relative; }
.desktop-nav a:after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--coral); transition: right .25s; }
.desktop-nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.text-button { border: 0; background: none; font-weight: 600; cursor: pointer; padding: 9px 4px; }
.button { border: 0; border-radius: 999px; background: var(--forest); color: white; font-weight: 700; cursor: pointer; padding: 15px 25px; box-shadow: 0 9px 24px rgba(21, 63, 54, .15); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--forest-deep); box-shadow: 0 13px 29px rgba(21, 63, 54, .21); }
.button:active { transform: translateY(0); }
.button-small { padding: 12px 20px; font-size: 14px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: calc(100vh - 86px); max-width: 1500px; margin: 0 auto; padding: 52px clamp(24px, 6vw, 96px) 72px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px, 6vw, 100px); overflow: hidden; }
.hero-copy { max-width: 610px; padding-bottom: 12px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: 2.3px; font-size: 11px; line-height: 1.2; font-weight: 700; color: var(--forest); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; background: var(--sage-light); border-radius: 999px; }
.live-dot { width: 7px; height: 7px; background: #53a06d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(83,160,109,.15); }
h1, h2 { margin: 0; font-weight: 600; letter-spacing: -3.2px; line-height: 1.04; }
h1 { font-size: clamp(49px, 5.7vw, 86px); margin-top: 24px; }
h1 em, h2 em { font-family: Iowan Old Style, Baskerville, Georgia, serif; font-weight: 600; color: var(--coral); }
.hero-lead { max-width: 545px; margin: 27px 0 30px; color: #4f6460; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; gap: 19px; align-items: center; }
.button-large { padding: 18px 29px; font-size: 16px; }
.button span { padding-left: 9px; }
.microcopy { color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-availability b, .hero-availability span { display: block; }
.hero-availability b { color: var(--forest); font-size: 12px; }
.hero-availability span { color: #3e8c59; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.hero-availability.is-unavailable span { color: var(--muted); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; padding-top: 31px; margin-top: 31px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.trust-row b { color: var(--forest); margin-right: 3px; }
.hero-visual { position: relative; border-radius: 44% 44% 18px 18px; height: min(690px, 73vh); min-height: 530px; isolation: isolate; }
.hero-visual:before { content: ''; position: absolute; inset: -20px 22px 35px -24px; border: 1px solid var(--coral); border-radius: 47% 47% 22px 22px; z-index: -1; opacity: .52; }
.hero-visual:after { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -65px; top: 50px; z-index: -2; background: radial-gradient(circle at center, var(--coral-light) 0 22%, transparent 23% 37%, var(--coral-light) 38% 42%, transparent 43%); opacity: .75; }
.hero-visual > picture { width: 100%; height: 100%; display: block; border-radius: inherit; overflow: hidden; }
.hero-visual > picture img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; border-radius: inherit; transition: opacity .2s; }
.status-card, .message-card, .price-bubble { position: absolute; display: flex; align-items: center; background: rgba(255,253,248,.96); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.price-bubble { z-index: 2; right: -28px; top: 8%; width: 142px; min-height: 142px; padding: 20px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; flex-direction: column; justify-content: center; color: white; background: var(--coral); text-align: center; transform: rotate(5deg); }
.price-bubble span { font-size: 12px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.price-bubble strong { margin: 2px 0 1px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 45px; font-style: italic; line-height: .95; }
.price-bubble small { max-width: 85px; font-size: 9px; line-height: 1.25; opacity: .82; }
.status-card { left: -48px; top: 14%; padding: 14px 16px; border-radius: 15px; gap: 11px; min-width: 255px; }
.avatar { width: 41px; height: 41px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; color: white; flex: 0 0 auto; }
.avatar-olive { background: #78906b; }
.status-card b, .status-card small { display: block; }
.status-card b { font-size: 13px; }
.status-card small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.online-pulse { margin-left: auto; width: 9px; height: 9px; background: #53a06d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(83,160,109,.14); }
.status-card.is-unavailable .online-pulse { background: #9ca8a4; box-shadow: 0 0 0 4px rgba(80,96,91,.12); }
.message-card { right: -24px; bottom: 10%; border-radius: 16px 16px 4px 16px; padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 8px; }
.message-card p { font-size: 13px; margin: 0; font-weight: 500; }
.typing { display: flex; gap: 3px; }
.typing i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); animation: type 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .16s; }.typing i:nth-child(3) { animation-delay: .32s; }
@keyframes type { 0%, 70%, 100% { opacity: .35; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }

.comfort-strip { background: var(--forest); color: white; padding: 30px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.comfort-strip p { margin: 0; padding-left: clamp(15px, 3vw, 50px); border-left: 1px solid rgba(255,255,255,.18); }
.comfort-strip p:first-child { border-left: 0; padding-left: 0; }
.comfort-strip strong, .comfort-strip span { display: block; }
.comfort-strip strong { font-family: Iowan Old Style, Baskerville, Georgia, serif; font-style: italic; color: #f2b29e; font-size: 28px; line-height: 1; }
.comfort-strip span { margin-top: 6px; opacity: .72; font-size: 12px; }

.payment-section { display: grid; grid-template-columns: 1fr minmax(340px, 470px); align-items: center; gap: clamp(55px, 9vw, 140px); max-width: 1320px; margin: auto; }
.payment-copy { max-width: 650px; }
.payment-copy h2 { margin-top: 18px; }
.payment-copy > p { max-width: 590px; margin: 24px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.payment-copy ul { margin: 0; padding: 0; list-style: none; }
.payment-copy li { padding: 12px 0; border-top: 1px solid var(--line); color: #4e625e; font-size: 14px; }
.payment-copy li span { display: inline-grid; width: 24px; height: 24px; margin-right: 10px; place-items: center; border-radius: 50%; background: var(--sage-light); color: var(--forest); font-size: 11px; font-weight: 700; }
.payment-card { padding: clamp(31px, 5vw, 50px); border-radius: 26px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.payment-label { color: #efb19f; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; font-weight: 700; }
.payment-price { display: flex; align-items: baseline; margin: 17px 0 13px; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: 78px; font-weight: 600; line-height: 1; }
.payment-price sup { align-self: flex-start; margin: 9px 5px 0 0; color: #efb19f; font: 600 27px Inter, sans-serif; }
.payment-price small { margin-left: 7px; color: rgba(255,255,255,.66); font: 600 14px Inter, sans-serif; }
.payment-card > p:not(.payment-price) { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; }
.payment-card .button { margin: 20px 0 18px; background: var(--paper); color: var(--forest); }
.payment-card > small { display: block; color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.6; }

.section { padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 112px); }
.section-heading { max-width: 680px; }
.centered { text-align: center; margin: 0 auto; }
h2 { font-size: clamp(42px, 5vw, 71px); }
.section-heading h2, .chat-copy h2, .faq-intro h2 { margin-top: 18px; }
.section-heading > p, .chat-copy > p, .faq-intro > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 24px 0 0; }
.steps-section { background: var(--cream); text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1240px; margin: 64px auto 43px; text-align: left; }
.step-card { min-height: 390px; padding: 29px 31px 33px; border-radius: 22px; position: relative; overflow: hidden; transition: transform .25s; }
.step-card:hover { transform: translateY(-7px); }
.step-card.coral { background: var(--coral-light); }.step-card.cream { background: #fffdf8; }.step-card.sage { background: var(--sage); }
.step-number { font-size: 11px; font-weight: 700; letter-spacing: 2px; opacity: .55; }
.step-icon { width: 82px; height: 82px; margin: 53px 0 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.54); font-size: 32px; font-weight: 700; color: var(--forest); }
.step-card h3 { font-size: 22px; margin: 0 0 13px; letter-spacing: -.5px; }
.step-card p { color: #536762; line-height: 1.7; margin: 0; font-size: 14px; }
.faces { display: flex; justify-content: center; align-items: center; position: relative; }
.faces i { width: 24px; height: 24px; border-radius: 50%; background: var(--forest); border: 3px solid white; }
.faces i + i { margin-left: -6px; }.faces i:nth-child(2) { background: var(--coral); }.faces i:nth-child(3) { background: #9eaf83; }
.inline-link { border: 0; background: none; cursor: pointer; font-weight: 700; padding: 10px; border-bottom: 1px solid var(--forest); }
.inline-link span { color: var(--coral); padding-left: 12px; }

.topics-section { background: var(--paper); }
.topic-grid { max-width: 1180px; margin: 55px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.topic-grid a { min-height: 225px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; background: white; transition: transform .25s, box-shadow .25s; }
.topic-grid a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.topic-grid a > span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.topic-grid h3 { max-width: 260px; margin: 25px 0; font-size: 26px; line-height: 1.25; letter-spacing: -.8px; }
.topic-grid b { margin-top: auto; color: var(--coral); font-size: 24px; }
.topics-note { margin: 25px 0 0; color: var(--muted); text-align: center; font-size: 12px; }

.chat-section { display: grid; grid-template-columns: minmax(370px, .88fr) 1.12fr; gap: clamp(65px, 9vw, 150px); align-items: center; max-width: 1450px; margin: auto; overflow: hidden; }
.chat-demo { background: #f6f2e8; border-radius: 30px; box-shadow: var(--shadow); padding: 20px; position: relative; max-width: 580px; }
.chat-demo:before { content: ''; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: var(--coral-light); left: -56px; bottom: -45px; z-index: -1; }
.chat-topbar { background: white; margin: -20px -20px 20px; padding: 17px 20px; border-radius: 30px 30px 0 0; display: flex; align-items: center; gap: 11px; }
.avatar-coral { background: var(--coral); }
.chat-topbar b, .chat-topbar small { display: block; }
.chat-topbar b { font-size: 13px; }.chat-topbar small { color: var(--muted); font-size: 10px; margin-top: 2px; }.chat-topbar small i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #53a06d; margin-right: 3px; }
.chat-topbar button { margin-left: auto; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--sage-light); cursor: pointer; }
.chat-day { text-align: center; color: #88948f; text-transform: uppercase; font-size: 9px; letter-spacing: 1.5px; margin: 23px; }
.bubble { max-width: 79%; padding: 13px 16px; border-radius: 16px; font-size: 12px; line-height: 1.55; margin: 10px 0; }
.bubble.therapist { background: white; border-radius: 5px 16px 16px 16px; }
.bubble.client { margin-left: auto; color: white; background: var(--forest); border-radius: 16px 5px 16px 16px; }
.chat-input { background: white; border: 1px solid var(--line); border-radius: 999px; margin-top: 27px; padding: 7px 8px 7px 16px; display: flex; align-items: center; justify-content: space-between; color: #96a19d; font-size: 11px; }
.chat-input button { width: 33px; height: 33px; border: 0; border-radius: 50%; background: var(--coral); color: white; cursor: pointer; }
.chat-copy { max-width: 660px; }
.feature-list { margin: 34px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.feature-list li > span { width: 27px; height: 27px; border-radius: 50%; background: var(--sage-light); display: grid; place-items: center; font-size: 12px; color: var(--forest); flex: none; }
.feature-list b, .feature-list small { display: block; }.feature-list b { font-size: 15px; }.feature-list small { color: var(--muted); margin-top: 4px; }

.therapists-section { background: var(--forest); color: white; }
.therapists-section .kicker { color: #eeb19d; }.therapists-section .section-heading > p { color: rgba(255,255,255,.65); }.therapists-section h2 em { color: #f3b5a3; }
.therapist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 55px; }
.therapists-loading { grid-column: 1 / -1; color: rgba(255,255,255,.65); }
.therapist-card { min-width: 0; }
.therapist-card > button { width: 100%; padding: 0; border: 0; border-radius: 22px; background: #fffdf8; color: var(--ink); overflow: hidden; cursor: pointer; text-align: left; box-shadow: 0 18px 40px rgba(0,0,0,.13); transition: transform .28s, box-shadow .28s; }
.therapist-card > button:hover { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(0,0,0,.22); }
.therapist-card > button:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; }
.therapist-portrait { aspect-ratio: 4 / 4.45; position: relative; overflow: hidden; background: #d5d9cb; }
.therapist-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; display: block; transition: transform .55s; }
.therapist-card > button:hover .therapist-portrait img { transform: scale(1.025); }
.approach-pill { position: absolute; left: 16px; bottom: 16px; padding: 7px 10px; border-radius: 999px; color: white; background: rgba(12,46,40,.86); backdrop-filter: blur(8px); text-transform: uppercase; letter-spacing: 1.5px; font-size: 9px; font-weight: 700; }
.therapist-card-body { padding: 19px 20px 22px; }
.therapist-card-meta { display: flex; align-items: center; justify-content: space-between; color: #6b7c77; font-size: 9px; letter-spacing: 1.3px; text-transform: uppercase; }
.therapist-card-meta b { color: var(--coral); font-size: 17px; font-weight: 500; }
.therapist-card.availability-featured .therapist-card-meta span { color: #33764b; font-weight: 800; }
.therapist-card.availability-busy .therapist-card-meta span { color: #9b5c50; }
.therapist-card.availability-busy .therapist-portrait img { filter: saturate(.68); opacity: .82; }
.therapist-card h3 { margin: 9px 0 2px; font-size: 21px; letter-spacing: -.5px; }
.therapist-card p { margin: 0; color: var(--forest); font-size: 12px; font-weight: 600; }
.therapist-card small { display: block; min-height: 39px; margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.network-note { margin-top: 26px; color: rgba(255,255,255,.7); font-size: 12px; display: flex; gap: 12px; }.network-note b { color: white; }

.therapist-dialog { width: min(1120px, calc(100% - 30px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 26px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(6,35,29,.4); overflow: hidden; }
.therapist-dialog::backdrop { background: rgba(7,39,32,.78); backdrop-filter: blur(8px); }
.therapist-dialog-close { position: fixed; z-index: 6; width: 39px; height: 39px; margin: 18px 0 0 min(1057px, calc(100vw - 84px)); border: 0; border-radius: 50%; background: rgba(255,253,248,.92); color: var(--forest); box-shadow: 0 7px 25px rgba(0,0,0,.16); cursor: pointer; font-size: 25px; line-height: 1; }
.therapist-dialog-layout { display: grid; grid-template-columns: 335px 1fr; min-height: 700px; }
.therapist-dialog-aside { position: sticky; top: 0; align-self: start; min-height: 700px; padding: 22px; background: var(--forest); color: white; }
.therapist-dialog-aside img { width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; object-position: center top; border-radius: 17px; background: var(--sage); }
.concept-badge { display: inline-block; margin-top: 19px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; text-transform: uppercase; letter-spacing: 1.4px; font-size: 8px; }
.therapist-pronouns { margin: 12px 0; color: rgba(255,255,255,.6); font-size: 12px; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.profile-tags span { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.82); font-size: 10px; }
.therapist-dialog-content { padding: 60px clamp(35px, 6vw, 75px) 70px; overflow-y: auto; }
.therapist-dialog-content h2 { margin-top: 10px; font-size: clamp(45px, 5vw, 68px); }
.approach-name { margin: 8px 0 30px; color: var(--coral); font-weight: 700; }
.long-description { color: #4e625e; font-size: 16px; line-height: 1.82; }
.long-description p { margin: 0 0 17px; }
.profile-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 36px 0; }
.profile-detail-grid article { padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.profile-detail-grid article > span { display: block; margin-bottom: 8px; color: var(--forest); text-transform: uppercase; letter-spacing: 1.4px; font-size: 9px; font-weight: 700; }
.profile-detail-grid p, .profile-fit p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.profile-fit { margin: 0 0 27px; padding: 22px; border-radius: 14px; background: var(--sage-light); }
.profile-fit b { display: block; margin-bottom: 6px; }
.profile-disclaimer { max-width: 580px; margin: 17px 0 0; color: #84918d; font-size: 10px; line-height: 1.55; }

.quote-section { background: var(--coral-light); text-align: center; padding-left: max(24px, 15vw); padding-right: max(24px, 15vw); }
.quote-mark { font-family: Georgia, serif; color: var(--coral); font-size: 100px; line-height: .55; }
blockquote { font-family: Iowan Old Style, Baskerville, Georgia, serif; font-weight: 600; font-style: italic; font-size: clamp(30px, 4vw, 57px); line-height: 1.25; letter-spacing: -1.8px; margin: 31px auto; max-width: 1040px; }
.quote-section > p { font-weight: 700; font-size: 13px; }.quote-section > p span { font-weight: 400; color: var(--muted); margin-left: 8px; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 150px); max-width: 1450px; margin: auto; align-items: start; }
.faq-intro { position: sticky; top: 130px; }.faq-intro > p { max-width: 440px; }.button-dark { margin-top: 30px; }
.accordion details { border-top: 1px solid var(--line); padding: 26px 0; }.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; font-size: 19px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { width: 26px; height: 26px; border-radius: 50%; background: var(--sage-light); position: relative; flex: none; }.accordion summary span:before, .accordion summary span:after { content: ''; position: absolute; width: 10px; height: 1px; background: var(--forest); left: 8px; top: 12px; }.accordion summary span:after { transform: rotate(90deg); transition: transform .2s; }.accordion details[open] summary span:after { transform: rotate(0); }
.accordion details p { margin: 17px 50px 0 0; color: var(--muted); line-height: 1.75; }

.final-cta { min-height: 620px; padding: 90px 24px; background: var(--forest); color: white; display: grid; place-items: center; text-align: center; overflow: hidden; position: relative; }
.final-cta > div:last-child { position: relative; z-index: 2; }.final-cta .kicker { color: #efb19f; }.final-cta h2 { margin: 23px 0 34px; }.final-cta h2 em { color: #f3b5a3; }.button-light { background: var(--paper); color: var(--forest); }.button-light:hover { color: white; }.final-cta p { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; opacity: .6; margin-top: 22px; }
.cta-orbit { position: absolute; inset: 0; }.cta-orbit:before, .cta-orbit:after { content: ''; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }.cta-orbit:after { width: 770px; height: 770px; }.cta-orbit span { position: absolute; width: 13px; height: 13px; background: var(--coral); border-radius: 50%; }.cta-orbit span:nth-child(1){left: 18%;top: 30%}.cta-orbit span:nth-child(2){right: 17%;bottom: 29%;background:var(--sage)}.cta-orbit span:nth-child(3){right:29%;top:21%;width:7px;height:7px}

.auth-dialog { width: min(560px, calc(100% - 30px)); max-height: calc(100vh - 30px); border: 0; border-radius: 25px; padding: 42px clamp(25px, 5vw, 50px) 34px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(6,35,29,.35); overflow-y: auto; }
.auth-dialog::backdrop { background: rgba(7,39,32,.72); backdrop-filter: blur(7px); }.dialog-close { position: absolute; right: 20px; top: 16px; width: 36px; height: 36px; border: 0; background: var(--sage-light); border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; }.dialog-brand { margin-bottom: 27px; }.auth-dialog h2 { font-size: clamp(35px, 7vw, 48px); letter-spacing: -2px; margin: 10px 0 13px; }.form-intro { color: var(--muted); margin: 0 0 25px; }
.form-panel label { display: block; font-size: 13px; font-weight: 700; margin-top: 16px; }.form-panel input:not([type="checkbox"]), .form-panel select { width: 100%; height: 51px; padding: 0 15px; margin-top: 7px; border: 1px solid var(--line); background: white; border-radius: 9px; color: var(--ink); outline: none; }.form-panel input:focus, .form-panel select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(21,63,54,.1); }.form-panel label small { display: block; color: var(--muted); font-weight: 400; margin-top: 4px; }.check-label { display: flex!important; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 400!important; }.check-label input { margin-top: 4px; accent-color: var(--forest); }.button-full { width: 100%; margin-top: 20px; }.form-switch { text-align: center; color: var(--muted); font-size: 13px; margin: 20px 0 0; }.form-switch button { border: 0; background: none; color: var(--forest); text-decoration: underline; cursor: pointer; font-weight: 700; }.form-error { min-height: 0; margin: 12px 0 -8px; color: #a33d31; font-size: 12px; }.form-error:not(:empty) { padding: 9px 11px; border-radius: 7px; background: #ffebe5; }.success-panel { text-align: center; padding: 30px 0; }.success-check { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 27px; border-radius: 50%; background: var(--sage-light); color: var(--forest); font-size: 32px; }.success-panel p { color: var(--muted); }.crisis-note { position: fixed; left: 50%; bottom: 11px; z-index: 45; transform: translateX(-50%); padding: 7px 13px; border-radius: 999px; background: rgba(12,46,40,.9); color: rgba(255,255,255,.8); backdrop-filter: blur(10px); font-size: 9px; letter-spacing: .15px; white-space: nowrap; }

[hidden] { display: none!important; }
.visually-hidden { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.intake-dialog { width: min(820px, calc(100% - 28px)); height: min(760px, calc(100vh - 28px)); max-width: none; max-height: none; padding: 0; border: 0; border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 35px 120px rgba(4,32,26,.46); overflow: hidden; }
.intake-dialog::backdrop { background: rgba(7,39,32,.82); backdrop-filter: blur(9px); }
.intake-shell { height: 100%; display: flex; flex-direction: column; }
.intake-header { min-height: 78px; display: grid; grid-template-columns: auto minmax(250px, 1fr) auto; align-items: center; gap: 28px; padding: 0 23px; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.98); }
.intake-brand { display: flex; align-items: center; gap: 11px; }
.intake-brand > span:last-child b, .intake-brand > span:last-child small { display: block; }
.intake-brand b { font-size: 13px; }.intake-brand small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.intake-progress-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; }
.intake-progress-wrap > span { color: var(--forest); font-weight: 700; white-space: nowrap; }
.intake-progress { height: 6px; border-radius: 999px; background: #e4e8df; overflow: hidden; }
.intake-progress i { display: block; width: 4.5%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--coral),#d9a07d); transition: width .35s ease; }
.intake-dialog-close { justify-self: end; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--sage-light); color: var(--forest); cursor: pointer; font-size: 25px; line-height: 1; }
.intake-crisis-alert { display: flex; align-items: center; gap: 15px; padding: 12px 25px; background: #7e2f29; color: white; font-size: 12px; }
.intake-crisis-alert span { opacity: .88; }.intake-crisis-alert a { margin-left: auto; color: white; font-weight: 700; text-decoration: underline; white-space: nowrap; }
.intake-transport-alert { padding: 9px 25px; background: #fff0c7; color: #674d12; text-align: center; font-size: 10px; font-weight: 600; }
.intake-main { min-height: 0; flex: 1; display: grid; grid-template-columns: 1fr; }
.intake-aside { padding: 54px 38px 35px; background: var(--forest); color: white; overflow-y: auto; }
.intake-lock { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #efb29f; font-size: 23px; }
.intake-aside h2 { margin: 27px 0 18px; font-size: 40px; letter-spacing: -2px; }
.intake-aside > p { color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.75; }
.intake-aside ul { margin: 28px 0; padding: 0; list-style: none; }
.intake-aside li { position: relative; padding: 10px 0 10px 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.78); font-size: 11px; }
.intake-aside li:before { content: '✓'; position: absolute; left: 0; color: #efb29f; }
.intake-privacy-note { margin-top: 27px; padding: 16px; border-radius: 12px; background: rgba(255,255,255,.08); }
.intake-privacy-note b, .intake-privacy-note span { display: block; }.intake-privacy-note b { font-size: 11px; }.intake-privacy-note span { margin-top: 6px; color: rgba(255,255,255,.59); font-size: 9px; line-height: 1.6; }
.intake-chat-panel { min-width: 0; min-height: 0; display: flex; flex-direction: column; background: radial-gradient(circle at 100% 0, rgba(203,216,185,.22), transparent 40%), #f7f4ec; }
.intake-conversation { flex: 1; min-height: 180px; overflow-y: auto; padding: 38px clamp(28px, 6vw, 58px) 20px; scroll-behavior: smooth; }
.intake-message { display: flex; gap: 11px; max-width: 720px; margin: 0 0 16px; animation: intake-in .25s ease both; }
.intake-message.user { margin-left: auto; flex-direction: row-reverse; }
.intake-avatar { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-size: 10px; font-weight: 700; }
.intake-message.user .intake-avatar { background: var(--forest); }
.intake-bubble { padding: 15px 18px; border-radius: 6px 18px 18px 18px; background: white; box-shadow: 0 8px 28px rgba(21,63,54,.075); font-size: 14px; line-height: 1.58; }
.intake-message.user .intake-bubble { border-radius: 17px 5px 17px 17px; background: var(--forest); color: white; }
.intake-bubble small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }.intake-message.user .intake-bubble small { color: rgba(255,255,255,.62); }
@keyframes intake-in { from { opacity: 0; transform: translateY(6px); } }
.intake-answer-form { padding: 22px clamp(28px, 6vw, 58px) 24px; border-top: 1px solid var(--line); background: rgba(255,253,248,.98); }
.intake-controls { max-height: 275px; overflow-y: auto; padding: 3px; }
.intake-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.intake-choice { position: relative; display: flex; align-items: center; min-height: 49px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 13px; background: white; cursor: pointer; color: #4e625e; font-size: 12px; transition: border-color .18s, background .18s, transform .18s; }
.intake-choice:hover { transform: translateY(-1px); }
.intake-choice:hover { border-color: var(--forest); }.intake-choice:has(input:checked) { border-color: var(--forest); background: var(--sage-light); color: var(--forest); font-weight: 700; }
.intake-choice input { position: absolute; opacity: 0; pointer-events: none; }
.intake-choice > span { display: flex; flex-direction: column; gap: 2px; }
.intake-choice > span small { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .25px; }
.intake-choice.is-disabled { background: #f3f3f0; color: #929b98; cursor: not-allowed; opacity: .72; }
.intake-choice.is-disabled:hover { border-color: var(--line); transform: none; }
.intake-choice.is-disabled:before { background: #e5e7e4; border-color: #c8ceca; }
.intake-choice-grid.auto-advance .intake-choice.is-disabled:after { display: none; }
.intake-choice:before { content: ''; width: 14px; height: 14px; margin-right: 9px; border: 1px solid #9caaa6; border-radius: 50%; background: white; flex: 0 0 auto; }
.intake-choice.multi:before { border-radius: 4px; }.intake-choice:has(input:checked):before { border: 4px solid var(--forest); }.intake-choice.multi:has(input:checked):before { border-width: 1px; background: var(--forest); box-shadow: inset 0 0 0 3px white; }
.intake-text, .intake-textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: white; color: var(--ink); outline: none; }
.intake-text { height: 51px; padding: 0 15px; }.intake-textarea { min-height: 110px; max-height: 190px; resize: vertical; padding: 13px 15px; line-height: 1.55; }
.intake-text:focus, .intake-textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(21,63,54,.09); }
.intake-scale { grid-template-columns: repeat(5,1fr); }.intake-scale .intake-choice { justify-content: center; text-align: center; }.intake-scale .intake-choice:before { display: none; }
.intake-form-error { min-height: 17px; margin: 7px 0 0; color: #a33d31; font-size: 10px; }
.intake-actions { display: flex; align-items: center; gap: 15px; margin-top: 5px; }
.intake-back, .intake-skip { border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; }.intake-back { padding: 9px 5px 9px 0; }.intake-back span { margin-right: 5px; font-size: 17px; vertical-align: -1px; }.intake-back:disabled { opacity: .28; cursor: default; }.intake-skip { margin-left: auto; text-decoration: underline; letter-spacing: 0; font-weight: 500; }.intake-next { min-width: 47px; min-height: 47px; margin-left: auto; padding: 11px 16px; font-size: 12px; }.intake-next > span { padding: 0; font-size: 18px; }
.intake-next.multi-done { min-width: auto; padding: 12px 20px; }
.intake-choice-grid.auto-advance .intake-choice:after { content: '→'; margin-left: auto; color: var(--coral); font-size: 15px; opacity: 0; transform: translateX(-4px); transition: opacity .18s, transform .18s; }.intake-choice-grid.auto-advance .intake-choice:hover:after, .intake-choice-grid.auto-advance .intake-choice:has(input:checked):after { opacity: 1; transform: translateX(0); }
.payment-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 14px; background: rgba(7,39,32,.8); backdrop-filter: blur(8px); }
.payment-overlay[hidden] { display: none; }
body.payment-dialog-open { overflow: hidden; }
.payment-dialog { position: relative; width: min(590px, 100%); max-height: calc(100dvh - 28px); padding: 42px clamp(24px, 6vw, 52px); border: 0; border-radius: 25px; background: var(--paper); color: var(--ink); box-shadow: 0 35px 110px rgba(4,32,26,.43); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.payment-dialog-close { position: absolute; right: 18px; top: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--sage-light); color: var(--forest); cursor: pointer; font-size: 25px; line-height: 1; }
.payment-dialog-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: var(--muted); font-size: 11px; font-weight: 700; }
.payment-dialog-brand b { margin-left: auto; padding: 5px 8px; border-radius: 999px; background: #fff0c9; color: #76520a; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.payment-dialog h2 { margin: 10px 0 16px; font-size: clamp(44px, 9vw, 61px); }
.payment-dialog h2 em { font-size: .35em; letter-spacing: 0; }
.payment-dialog [data-payment-checkout] > p:not(.payment-error,.payment-status) { color: var(--muted); font-size: 13px; line-height: 1.65; }
.payment-summary { display: flex; justify-content: space-between; gap: 22px; margin: 24px 0 19px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.payment-summary b { white-space: nowrap; }
.payment-summary span small { display: block; max-width: 330px; margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 4px 0 16px; }
.payment-method { min-height: 92px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); cursor: pointer; text-align: left; transition: border-color .18s, transform .18s, box-shadow .18s; }
.payment-method:hover:not(:disabled), .payment-method:focus-visible { border-color: var(--coral); box-shadow: 0 8px 20px rgba(27,64,56,.1); transform: translateY(-2px); outline: none; }
.payment-method:disabled { cursor: not-allowed; opacity: .48; }
.payment-method-logo { display: block; margin-bottom: 8px; font-size: 18px; font-weight: 800; }
.paypal-logo { color: #073b80; font-style: italic; }
.stripe-logo { color: #635bff; }
.payment-method small { display: block; color: var(--muted); font-size: 9px; line-height: 1.4; }
.stripe-setup-note { margin: -5px 0 14px; padding: 9px 11px; border-radius: 8px; background: #f0efff; color: #514ba8; font-size: 10px; line-height: 1.45; }
.payment-status { margin: 0 0 13px; color: var(--muted); font-size: 11px; }
.payment-status:empty { display: none; }
#paypal-button-container { width: 100%; min-width: 0; min-height: 45px; overflow: visible; }
.payment-error { margin: 10px 0; color: #a33d31; font-size: 12px; }
.payment-error:not(:empty) { padding: 10px 12px; border-radius: 8px; background: #ffebe5; }
.payment-terms { display: block; margin-top: 15px; color: #87938f; font-size: 9px; line-height: 1.55; }
.payment-success { padding: 24px 0 8px; text-align: center; }
.payment-success .success-check { margin-bottom: 24px; }
.payment-success h2 { margin-top: 10px; }
.payment-success > p { color: var(--muted); }
.payment-reference { font-size: 10px; word-break: break-all; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.menu-button { width: 36px; height: 36px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 0; background: none; cursor: pointer; }.menu-button i { width: 23px; height: 2px; background: var(--forest); transition: transform .2s; }.menu-button[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }.mobile-nav { display: none; position: absolute; top: 85px; left: 0; right: 0; padding: 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }.mobile-nav.open { display: flex; flex-direction: column; gap: 18px; }.mobile-nav a { font-weight: 700; }.hero { grid-template-columns: 1fr 1fr; gap: 45px; }.hero-visual { height: 590px; }.status-card { left: -25px; }.price-bubble { right: -12px; }.comfort-strip { grid-template-columns: repeat(2,1fr); }.comfort-strip p:nth-child(3) { border-left: 0; padding-left: 0; }.therapist-grid { grid-template-columns: repeat(2, 1fr); }.therapist-dialog-layout { grid-template-columns: 290px 1fr; }.topic-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 18px; }.brand { font-size: 16px; }.brand-mark { transform: scale(.86); }.header-actions .text-button, .header-actions .button-small { display: none; }.mobile-nav { top: 71px; }.hero { grid-template-columns: 1fr; padding: 48px 21px 55px; min-height: auto; gap: 64px; }.hero-copy { text-align: center; margin: auto; }.eyebrow { font-size: 9px; }.hero h1 { font-size: clamp(47px, 14vw, 67px); letter-spacing: -2.5px; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; }.trust-row { justify-content: center; gap: 10px 16px; }.hero-visual { min-height: 510px; height: 68vh; border-radius: 44% 44% 15px 15px; }.hero-visual:before { inset: -12px 12px 22px -10px; }.status-card { left: 7px; top: -20px; min-width: 230px; }.price-bubble { right: 2px; top: 19%; width: 124px; min-height: 124px; }.price-bubble strong { font-size: 39px; }.message-card { right: 7px; bottom: 5%; }.comfort-strip { grid-template-columns: 1fr 1fr; padding: 27px 19px; }.comfort-strip p { padding-left: 13px; }.comfort-strip strong { font-size: 23px; }.section { padding: 85px 21px; } h2 { font-size: clamp(40px, 12vw, 54px); letter-spacing: -2.2px; }.steps-grid, .topic-grid { grid-template-columns: 1fr; margin-top: 45px; }.step-card { min-height: 340px; }.step-icon { margin-top: 37px; }.chat-section { grid-template-columns: 1fr; gap: 76px; }.chat-demo { order: 2; width: 100%; }.chat-copy { order: 1; }.therapist-grid { display: flex; overflow-x: auto; margin-left: -21px; margin-right: -21px; padding: 0 21px 12px; scroll-snap-type: x mandatory; }.therapist-card { min-width: 82vw; scroll-snap-align: center; }.network-note { display: block; }.network-note span { display: block; margin-top: 5px; }.therapist-dialog { overflow-y: auto; }.therapist-dialog-layout { display: block; }.therapist-dialog-aside { position: relative; min-height: 0; padding: 52px 22px 25px; }.therapist-dialog-aside img { max-height: 480px; }.therapist-dialog-content { padding: 38px 23px 55px; overflow: visible; }.therapist-dialog-close { position: fixed; margin: 12px 0 0 calc(100vw - 81px); }.profile-detail-grid { grid-template-columns: 1fr; }.quote-section { padding-left: 24px; padding-right: 24px; }.faq-section { grid-template-columns: 1fr; gap: 60px; }.faq-intro { position: static; }.final-cta { min-height: 570px; }.crisis-note { max-width: calc(100% - 20px); overflow: hidden; text-overflow: ellipsis; }.auth-dialog { padding-top: 36px; }
}

@media (max-width: 900px) {
  .intake-main { grid-template-columns: 1fr; }
  .intake-aside { display: none; }
}

@media (max-width: 760px) {
  .intake-dialog { width: 100%; height: 100dvh; max-height: 100dvh; border-radius: 0; }
  .intake-header { min-height: 70px; grid-template-columns: 1fr auto; gap: 12px; padding: 0 15px; }
  .intake-brand > span:last-child { display: none; }
  .intake-progress-wrap { grid-row: 2; grid-column: 1 / -1; margin: -8px 0 9px; }
  .intake-dialog-close { grid-column: 2; grid-row: 1; }
  .intake-crisis-alert { align-items: flex-start; flex-direction: column; gap: 5px; padding: 11px 16px; }
  .intake-crisis-alert a { margin-left: 0; }
  .intake-conversation { padding: 24px 15px 13px; }
  .intake-answer-form { padding: 15px; }
  .intake-controls { max-height: 220px; }
  .intake-choice-grid { grid-template-columns: 1fr; }
  .intake-scale { grid-template-columns: repeat(5,1fr); }
  .intake-scale .intake-choice { min-height: 48px; padding: 6px 3px; font-size: 9px; }
  .intake-actions { gap: 7px; }
  .intake-back, .intake-skip { font-size: 10px; }
  .intake-next { padding: 11px 16px; }
  .intake-complete { padding: 28px 20px; }
}

@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 (max-width: 1050px) and (min-width: 761px) {
  .payment-section { grid-template-columns: 1fr 390px; gap: 45px; }
}

@media (max-width: 760px) {
  .payment-section { grid-template-columns: 1fr; gap: 45px; }
  .payment-card { padding: 32px 25px; }
  .payment-overlay { padding: 0; }
  .payment-dialog { width: 100%; min-height: 100dvh; max-height: 100dvh; border-radius: 0; }
  .payment-methods { grid-template-columns: 1fr; }
}
