@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/plus-jakarta-sans-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/plus-jakarta-sans-italic-variable.woff2") format("woff2");
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --lavender: #8270b8;
  --lavender-hover: #7060a8;
  --lavender-light: #eeeaf6;
  --lavender-mid: #a898d4;
  --peach: #e29a82;
  --peach-light: #faf0ec;
  --charcoal: #1c1b26;
  --charcoal-soft: #2e2c3a;
  --muted: #7a7782;
  --muted-light: #9e9ba6;
  --border: #e4e0d8;
  --border-light: #ede9e3;
  --background: #f8f6f3;
  --white: #fff;
  --dark: #17162a;
  --dark-card: #201e35;
  --dark-border: #2d2a44;
  --radius: 12px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--background); color: var(--charcoal); font-family: var(--font); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body, button { font-family: var(--font); }
img { display: block; max-width: 100%; }
a { color: inherit; }
p, h1, h2, h3, h4, dl, dd { margin-top: 0; }
dd { margin-left: 0; }
p { color: var(--muted); line-height: 1.7; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(130,112,184,.42); outline-offset: 3px; }
[hidden] { display: none !important; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { border-radius: 3px; background: #d0cbca; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; border-radius: 8px; background: var(--dark); color: white; font-size: 14px; font-weight: 700; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.shell, .section-shell { width: min(100% - 64px, 1136px); margin-inline: auto; }
.anchor-target { display: block; height: 0; position: relative; top: -80px; }
.section { padding-block: 96px; }
.section-border { border-top: 1px solid var(--border); }
.eyebrow { margin-bottom: 18px; color: var(--lavender); font-size: 11px; font-weight: 600; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.gradient-heading { background: linear-gradient(120deg, var(--lavender), #c48aae 50%, var(--peach)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.soft-heading { color: var(--muted-light); font-weight: 400; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--border); background: rgba(248,246,243,.94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.header-inner { min-height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand img, .footer-brand img { width: auto; height: 52px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.header-cta { justify-self: end; }
.desktop-nav a, .site-footer nav a { color: var(--muted); font-size: 13.5px; text-decoration: none; transition: color .15s; }
.desktop-nav a:hover, .site-footer nav a:hover { color: var(--charcoal); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 8px; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 21px; height: 2px; border-radius: 2px; background: var(--charcoal); transition: transform .18s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { padding: 12px 24px 22px; border-top: 1px solid var(--border); background: var(--background); }
.mobile-nav a:not(.button) { display: block; padding: 10px 0; color: var(--muted); font-size: 15px; text-decoration: none; }
.mobile-nav .button { margin-top: 8px; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 6px; padding: 11px 24px; border: 1px solid var(--lavender); border-radius: 8px; background: var(--lavender); box-shadow: 0 2px 12px rgba(130,112,184,.22); color: white; font-size: 14px; font-weight: 600; line-height: 1.35; text-align: center; text-decoration: none; transition: background .15s, border-color .15s, transform .15s; }
.button:hover { background: var(--lavender-hover); border-color: var(--lavender-hover); transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 7px 18px; font-size: 13.5px; }
.button-large { min-height: 50px; padding: 13px 31px; font-size: 15px; }
.button-secondary { border-color: var(--border); background: transparent; box-shadow: none; color: var(--charcoal); font-weight: 500; }
.button-secondary:hover { border-color: #c9c2d4; background: white; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; overflow: clip; padding: 84px 0 60px; }
.hero-glow { position: absolute; z-index: -1; top: 20px; right: 4%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(ellipse, rgba(130,112,184,.08), transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 464px) minmax(0, 1fr); align-items: start; gap: 64px; }
.hero-copy { padding-top: 2px; }
.hero .eyebrow { margin-bottom: 24px; }
.hero h1 { margin-bottom: 24px; font-size: clamp(40px, 4.15vw, 50px); font-weight: 700; letter-spacing: -.025em; line-height: 1.1; }
.hero h1 span { color: var(--lavender); }
.hero-lead { max-width: 440px; margin-bottom: 40px; font-size: 17px; }
.hero .button-row { margin-bottom: 48px; }
.stats { display: flex; align-items: stretch; gap: 0; padding-top: 24px; border-top: 1px solid var(--border); }
.stats > div { min-width: 0; flex: 1 1 0; padding-inline: 20px; border-left: 1px solid var(--border); text-align: left; }
.stats > div:first-child { padding-left: 0; border-left: 0; }
.stats dt { margin-bottom: 2px; font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.stats dd { color: var(--muted-light); font-size: 11px; line-height: 1.5; white-space: nowrap; }

.app-window { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 4px 32px rgba(130,112,184,.1), 0 1px 4px rgba(0,0,0,.04); }
.dashboard-window { margin-top: 16px; }
.window-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 16px; border-bottom: 1px solid var(--border); background: #f3f1f8; }
.window-dot { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; }
.dot-peach { background: #e4bfb4; }.dot-gold { background: #d8c8a0; }.dot-green { background: #aecab8; }
.window-title { margin-left: 7px; overflow: hidden; color: var(--muted-light); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-body { height: 480px; display: grid; grid-template-columns: 212px minmax(0, 1fr); overflow: hidden; }
.patient-sidebar { padding: 20px 14px; border-right: 1px solid var(--border-light); background: #faf8fd; }
.mock-label { margin-bottom: 11px; color: var(--muted-light); font-size: 10px; font-weight: 600; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.patient { padding: 8px; border-left: 2px solid transparent; border-radius: 6px; }
.patient.active { padding-left: 6px; border-left-color: var(--lavender); background: var(--lavender-light); }
.patient strong, .patient small { display: block; }
.patient strong { color: var(--charcoal); font-size: 12px; font-weight: 500; }
.patient.active strong { color: var(--lavender); }
.patient small { margin-top: 3px; color: var(--muted-light); font-size: 10px; }
.dashboard-main { min-width: 0; padding: 24px; }
.mock-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.mock-heading-row h2, .mock-heading-row h4 { margin-bottom: 3px; color: var(--charcoal); font-size: 14px; line-height: 1.4; }
.mock-heading-row p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.mock-actions { display: flex; gap: 6px; }
.mock-actions span { padding: 6px 9px; border: 1px solid var(--border); border-radius: 6px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.mock-actions .mock-primary { border-color: var(--lavender); background: var(--lavender); color: white; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 17px; }
.tags span { padding: 4px 7px; border-radius: 4px; background: var(--lavender-light); color: var(--lavender); font-size: 10px; font-weight: 500; }
.tags .peach-tag { background: var(--peach-light); color: var(--peach); }
.mock-card { padding: 14px; border: 1px solid var(--border-light); border-radius: 8px; background: #fdfcff; }
.mock-card > p:last-child { margin-bottom: 0; color: #3c3a48; font-size: 11px; line-height: 1.6; }
.mock-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.mock-card.compact { padding: 13px; }
.mock-data > div { display: flex; justify-content: space-between; gap: 7px; margin-top: 6px; font-size: 10px; }
.mock-data dt { color: var(--muted); }.mock-data dd { color: var(--charcoal); font-weight: 500; text-align: right; }
.mock-date { margin-top: 12px !important; padding-top: 8px; border-top: 1px solid var(--border-light); color: var(--muted-light) !important; }

.problem-grid { display: grid; grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr); align-items: center; gap: 64px; }
.problem-grid h2 { margin-bottom: 28px; font-size: clamp(29px, 3vw, 36px); font-weight: 700; letter-spacing: -.02em; line-height: 1.22; }
.problem-grid > div > p { max-width: 400px; margin-bottom: 32px; font-size: 15px; }
.problem-divider { background: var(--border); }
.task-list { margin: 0; padding: 0; list-style: none; }
.task-list li { display: flex; align-items: center; gap: 16px; padding: 13.5px 0; border-bottom: 1px solid var(--border-light); }
.task-list li > span { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--lavender-mid); }
.task-list strong, .task-list small { display: block; }
.task-list strong { font-size: 14px; font-weight: 600; }.task-list small { margin-top: 3px; color: var(--muted-light); font-size: 12px; }
.comparison-card { margin-top: 26px; padding: 23px; border: 1px solid var(--border); border-radius: var(--radius); background: white; }
.bar-row { margin-top: 13px; }.bar-row > div { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 5px; color: var(--muted); font-size: 11px; }.bar-row strong { color: var(--charcoal); }.bar-row i { display: block; height: 5px; overflow: hidden; border-radius: 99px; background: var(--border-light); }.bar-row i::before { content: ""; display: block; width: var(--bar); height: 100%; border-radius: inherit; background: var(--bar-color); }

.product-section { position: relative; background: white; }
.section-intro { max-width: 560px; margin-bottom: 64px; }
.section-intro h2 { margin-bottom: 0; font-size: clamp(30px, 3vw, 36px); letter-spacing: -.02em; line-height: 1.22; }
.workflow { display: flex; flex-direction: column; gap: 80px; }
.workflow-step { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 48px; }
.workflow-step.reverse .step-copy { order: 2; }.workflow-step.reverse .app-window { order: 1; }
.step-copy h3 { margin-bottom: 16px; font-size: 26px; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
.step-copy > p:not(.eyebrow) { margin-bottom: 22px; font-size: 15px; }
.check-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.check-list li::before { content: "✓"; position: absolute; left: 2px; top: 0; color: var(--lavender); font-weight: 750; }
.flow-arrow { display: flex; flex-direction: column; align-items: center; height: 54px; color: var(--border); }.flow-arrow span { width: 1px; height: 32px; background: currentColor; }.flow-arrow b { margin-top: -7px; font-size: 19px; font-weight: 400; }
.mock-content { min-height: 320px; padding: 24px; }
.transcript-line { display: grid; grid-template-columns: 38px 14px minmax(0,1fr); align-items: start; gap: 8px; margin-top: 14px; }
.transcript-line time { color: var(--muted-light); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; }.transcript-line b { font-size: 9px; }.transcript-line .therapist { color: var(--lavender); }.transcript-line .client { color: var(--peach); }.transcript-line p { margin: 0; color: #3c3a48; font-size: 10px; line-height: 1.6; }
.finding-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; padding-bottom: 17px; border-bottom: 1px solid var(--border-light); }
.finding-grid > div { display: flex; justify-content: space-between; gap: 10px; padding: 5px 0; border-bottom: 1px solid #f2eff8; font-size: 8.5px; }.finding-grid dt { color: var(--muted); }.finding-grid dd { color: var(--charcoal); font-weight: 650; text-align: right; }
.sorc { padding-top: 16px; }.sorc > p:not(.mock-label) { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 10px; margin-bottom: 8px; color: #3c3a48; font-size: 8.5px; line-height: 1.5; }.sorc b { color: var(--lavender); }
.session-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }.session-list li { display: flex; gap: 12px; }.session-list li > b { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--lavender-light); color: var(--lavender); font-size: 9px; font-weight: 700; }.session-list li > div { flex: 1; min-width: 0; padding-bottom: 12px; border-bottom: 1px solid #f2eff8; }.session-list li span { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.session-list time { color: var(--muted-light); font-size: 11px; }.session-list em { padding: 2px 6px; border-radius: 3px; background: var(--lavender-light); color: var(--lavender); font-size: 9px; font-style: normal; font-weight: 500; }.session-list p { margin: 3px 0 0; color: #3c3a48; font-size: 11px; line-height: 1.5; }

.features-layout { display: grid; grid-template-columns: minmax(260px,1fr) minmax(0,2fr); gap: 64px; }
.features-layout > div:first-child > p:last-child { font-size: 15px; }
.features-layout h2 { margin-bottom: 16px; font-size: 32px; font-weight: 700; letter-spacing: -.02em; line-height: 1.22; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--border); }
.feature-grid article { padding: 23px; background: white; }.feature-grid article > span { display: block; min-height: 24px; margin-bottom: 7px; color: var(--lavender); font-size: 18px; }.feature-grid h3 { margin-bottom: 6px; font-size: 14px; font-weight: 600; }.feature-grid p { margin: 0; font-size: 13px; line-height: 1.6; }

.security-section { background: var(--dark); }
.security-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); align-items: center; gap: 64px; }
.security-section h2 { margin-bottom: 21px; color: white; font-size: clamp(32px, 3.2vw, 38px); letter-spacing: -.025em; line-height: 1.16; }.security-section > div > div:first-child > p:not(.eyebrow) { color: #8e8ba8; font-size: 16px; }.security-section .eyebrow, .detail-link { color: var(--lavender-mid); }.detail-link { display: inline-flex; gap: 8px; padding-bottom: 2px; border-bottom: 1px solid rgba(168,152,212,.3); font-size: 14px; font-weight: 600; text-decoration: none; }
.trust-list { display: grid; gap: 12px; }.trust-list article { display: flex; gap: 16px; padding: 19px; border: 1px solid var(--dark-border); border-radius: 10px; background: var(--dark-card); }.trust-icon { flex: 0 0 20px; color: var(--lavender-mid); font-size: 17px; }.trust-list h3 { margin-bottom: 5px; color: white; font-size: 14px; font-weight: 600; }.trust-list p { margin: 0; color: #7a7890; font-size: 13px; line-height: 1.6; }

.final-cta { padding-block: 112px; text-align: center; }.gradient-rule { width: 48px; height: 3px; margin: 0 auto 40px; border-radius: 99px; background: linear-gradient(90deg,var(--lavender),var(--peach)); }.final-cta h2 { max-width: 640px; margin: 0 auto 20px; font-size: clamp(34px,4vw,44px); font-weight: 700; letter-spacing: -.025em; line-height: 1.12; }.final-cta > div > p { max-width: 440px; margin: 0 auto 40px; font-size: 16px; }.button-row.centered { justify-content: center; margin-bottom: 28px; }.final-cta .cta-note { margin-bottom: 12px; color: var(--muted-light); font-size: 13px; }.final-cta .contact-line { margin-bottom: 0; color: var(--muted); font-size: 13px; }.contact-line a { color: var(--lavender-hover); font-weight: 700; text-decoration: none; }

.site-footer { padding-block: 32px; border-top: 1px solid var(--border); }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }.footer-brand img { height: 32px; }.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }.site-footer p { margin: 0; color: var(--muted-light); font-size: 12px; }

.legal-page { min-height: 100vh; background: var(--background); }.legal-header { border-bottom: 1px solid var(--border); background: rgba(248,246,243,.96); }.legal-header .shell { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.legal-header a { color: var(--muted); font-size: 14px; text-decoration: none; }.legal-main { width: min(100% - 48px, 800px); margin: 0 auto; padding: 64px 0 88px; }.legal-main h1 { margin-bottom: 32px; font-size: clamp(34px,6vw,48px); letter-spacing: -.03em; }.legal-main h2 { margin-top: 38px; margin-bottom: 12px; font-size: 22px; }.legal-main h3 { margin-top: 24px; margin-bottom: 10px; font-size: 17px; }.legal-main p { color: #53505d; font-size: 15px; }.legal-main a { color: var(--lavender-hover); }

@media (min-width: 851px) {
  .features-section { padding-bottom: 116px; }
  .security-section { padding-bottom: 109px; }
}

@media (max-width: 1030px) {
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 36px; }
  .hero { width: min(100% - 48px, 1200px); }
  .problem-grid, .features-layout, .security-layout { gap: 42px; }
  .dashboard-body { grid-template-columns: 180px minmax(0,1fr); }
  .patient-sidebar { padding-inline: 10px; }
  .dashboard-main { padding: 18px; }
}

@media (max-width: 850px) {
  .shell, .section-shell { width: min(100% - 48px, 720px); }
  .header-inner { display: flex; }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: flex; }
  .hero, .section { padding-block: 72px; }
  .hero-grid, .problem-grid, .features-layout, .security-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 650px; }.hero-lead { max-width: 580px; }.dashboard-window { margin-top: 0; }
  .problem-divider { display: none; }
  .workflow { gap: 42px; }.workflow-step { grid-template-columns: 1fr; gap: 35px; }.workflow-step.reverse .step-copy, .workflow-step.reverse .app-window { order: initial; }.flow-arrow { height: 34px; }
  .features-layout > div:first-child { max-width: 560px; }
  .footer-inner { flex-wrap: wrap; }.site-footer p { width: 100%; }
}

@media (max-width: 580px) {
  .shell, .section-shell { width: min(100% - 32px, 540px); }
  .header-inner { min-height: 62px; }.brand img { height: 44px; }.mobile-nav { padding-inline: 16px; }
  .hero, .section { padding-block: 56px; }.hero { padding-top: 52px; }
  .hero h1 { font-size: 38px; }.hero-lead { font-size: 15.5px; }.hero-glow { width: 300px; height: 300px; right: -60px; }
  .button-row .button { width: 100%; }.stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }.stats > div { padding-inline: 10px; }.stats dt { font-size: 18px; }.stats dd { font-size: 9px; }
  .dashboard-body { min-height: 0; display: block; }.patient-sidebar { display: none; }.dashboard-main { padding: 15px; }.mock-actions { display: none; }.mock-card-grid { grid-template-columns: 1fr; }.mock-card-grid .mock-card:last-child { display: none; }
  .problem-grid { gap: 42px; }.problem-grid h2, .section-intro h2, .features-layout h2 { font-size: 30px; }.comparison-card { padding: 18px; }
  .section-intro { margin-bottom: 45px; }.workflow { gap: 30px; }.step-copy h3 { font-size: 23px; }.mock-content { min-height: 0; padding: 17px; }.transcript-line { grid-template-columns: 32px 12px minmax(0,1fr); gap: 6px; }.transcript-line:nth-of-type(5) { display: none; }
  .finding-grid { grid-template-columns: 1fr; }.finding-grid > div:nth-child(even) { display: none; }.sorc > p:not(.mock-label) { grid-template-columns: 88px minmax(0,1fr); }
  .feature-grid { grid-template-columns: 1fr; }.feature-grid article { padding: 20px; }
  .security-section { padding-block: 64px; }.trust-list article { padding: 17px; }
  .final-cta h2 { font-size: 34px; }.final-cta > div > p { font-size: 15px; }.cta-note { padding-inline: 10px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }.site-footer nav { gap: 18px; }.site-footer p { width: auto; }
  .legal-main { width: min(100% - 32px, 800px); padding-top: 48px; }
}

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