:root {
  --ink: #2f3833;
  --ink-strong: #202722;
  --muted: #6f7672;
  --brand: #6b3f50;
  --brand-strong: #563241;
  --brand-mid: #815568;
  --brand-soft: #f5edf0;
  --rose: #eadde2;
  --cream: #f8f4f2;
  --surface: #ffffff;
  --surface-soft: #fbf9f8;
  --surface-tint: #f5f1ef;
  --border: #e2e4e1;
  --border-strong: #d6d8d4;
  --success: #3f6b58;
  --shadow: 0 28px 80px rgba(47, 56, 51, .12);
  --shadow-soft: 0 18px 48px rgba(47, 56, 51, .07);
  --radius: 24px;
  --focus: 0 0 0 4px rgba(107, 63, 80, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 3%, rgba(107,63,80,.08), transparent 27rem),
    radial-gradient(circle at 92% 18%, rgba(107,63,80,.05), transparent 30rem),
    linear-gradient(180deg, #fbf8f6 0, #fff 34rem);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 200; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--brand); transform: scaleX(0); transform-origin: left center; }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(223,228,224,.92);
  border-radius: 18px;
  background: rgba(255,255,255,.87);
  box-shadow: 0 14px 42px rgba(47,56,51,.07);
  backdrop-filter: blur(20px) saturate(1.1);
}
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; padding: 5px; border-radius: 12px; background: linear-gradient(145deg, var(--brand), #8b6071); box-shadow: inset 0 1px rgba(255,255,255,.28); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 13px; font-weight: 800; letter-spacing: -.01em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.main-nav { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.main-nav > a { color: var(--muted); transition: color .18s ease; }
.main-nav > a:hover { color: var(--ink); }
.link-button, .text-action { padding: 0; border: 0; color: var(--brand); background: transparent; font-weight: 750; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--brand);
  border-radius: 14px;
  color: #fff;
  background: var(--brand);
  font-weight: 780;
  box-shadow: 0 9px 25px rgba(107,63,80,.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--brand-strong); box-shadow: 0 14px 30px rgba(107,63,80,.23); }
.button:focus-visible, input:focus-visible, select:focus-visible, .link-button:focus-visible, .text-action:focus-visible, a:focus-visible, summary:focus-visible { outline: none; box-shadow: var(--focus); }
.button.small { min-height: 38px; padding: 0 16px; border-radius: 11px; font-size: 12px; }
.button-large { min-height: 54px; padding-inline: 25px; }
.button.secondary { color: var(--brand); background: rgba(255,255,255,.76); border-color: #d9cbd1; box-shadow: none; }
.button.secondary:hover { background: var(--brand-soft); }
.button.light { color: var(--brand); background: #fff; border-color: #fff; box-shadow: 0 12px 30px rgba(34,25,29,.12); }
.button.full { width: 100%; }
.text-cta { display: inline-flex; align-items: center; gap: 10px; padding: 0; border: 0; color: var(--brand); background: transparent; font-weight: 800; }
.text-cta span { transition: transform .18s ease; }
.text-cta:hover span { transform: translateX(4px); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  width: min(1200px, calc(100% - 40px));
  min-height: 760px;
  margin: 0 auto;
  padding: 96px 0 82px;
}
.hero-copy h1, .section-heading h2, .story-copy h2, .audience-copy h2, .faq-intro h2, .cta-section h2 {
  margin: 14px 0 20px;
  letter-spacing: -.052em;
  line-height: 1.02;
}
.hero-copy h1 { max-width: 720px; font-size: clamp(45px, 5.2vw, 74px); }
.hero-copy h1 span { color: var(--brand); }
.hero-copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.62; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 23px; height: 1px; background: currentColor; opacity: .7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-proof span { padding: 8px 11px; border: 1px solid rgba(107,63,80,.12); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.62); font-size: 11px; }
.hero-proof strong { color: var(--ink); font-weight: 820; }

.hero-visual { position: relative; min-width: 0; perspective: 1200px; }
.hero-glow { position: absolute; inset: 8% -8% -8% 14%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(107,63,80,.18), rgba(107,63,80,0) 68%); filter: blur(14px); }
.browser-shell { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; overflow: hidden; border: 1px solid rgba(210,201,203,.9); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: 0 38px 110px rgba(48,40,43,.17), 0 4px 18px rgba(48,40,43,.08); transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform .22s ease-out; }
.browser-bar { display: grid; grid-template-columns: 74px 1fr 74px; align-items: center; min-height: 46px; padding: 0 14px; border-bottom: 1px solid #ece8e8; background: #fbfaf9; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d8d2d4; }
.browser-address { justify-self: center; min-width: 190px; padding: 5px 14px; border: 1px solid #eee9ea; border-radius: 999px; color: #8a8f8c; background: #fff; text-align: center; font-size: 9px; }
.browser-status { justify-self: end; color: var(--success); font-size: 9px; font-weight: 800; }
.app-preview { display: grid; grid-template-columns: 58px 1fr; min-height: 460px; }
.preview-sidebar { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 18px 0; border-right: 1px solid #ece9e8; background: #faf8f7; }
.preview-logo { width: 28px; height: 28px; margin-bottom: 9px; border-radius: 9px; background: linear-gradient(145deg, var(--brand), #8e6474); }
.preview-sidebar i { width: 19px; height: 7px; border-radius: 5px; background: #dcd9d8; }
.preview-sidebar i.active { width: 26px; background: var(--brand); }
.preview-main { min-width: 0; padding: 23px; }
.preview-heading { display: flex; justify-content: space-between; align-items: start; gap: 15px; }
.preview-heading div { display: grid; gap: 3px; }
.preview-heading small, .metric-card small, .metric-card span, .preview-patient small, .preview-patient span, .chart-labels small { color: #8b918d; font-size: 9px; }
.preview-heading strong { font-size: 17px; letter-spacing: -.03em; }
.preview-heading > span { padding: 6px 8px; border-radius: 9px; color: var(--brand); background: var(--brand-soft); font-size: 9px; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: 1.45fr .8fr .9fr; gap: 9px; margin-top: 19px; }
.metric-card { display: grid; min-height: 112px; padding: 14px; border: 1px solid #e5e5e1; border-radius: 15px; background: #fff; }
.metric-card strong { margin: 9px 0 2px; font-size: 24px; letter-spacing: -.04em; }
.metric-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--brand), var(--brand-mid)); box-shadow: 0 12px 30px rgba(107,63,80,.16); }
.metric-card.featured small, .metric-card.featured span { color: rgba(255,255,255,.72); }
.preview-patient { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; margin-top: 11px; padding: 13px; border: 1px solid #e6e5e1; border-radius: 15px; background: #fbfaf9; }
.patient-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--brand); background: var(--brand-soft); font-size: 10px; font-weight: 900; }
.preview-patient div:nth-child(2) { display: grid; gap: 2px; }
.preview-patient strong { font-size: 11px; }
.preview-patient b { color: var(--brand); font-size: 15px; }
.preview-chart { margin-top: 11px; padding: 14px 14px 4px; border: 1px solid #e6e5e1; border-radius: 15px; background: #fff; }
.chart-labels { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; }
.preview-chart svg { display: block; width: 100%; height: 105px; overflow: visible; }
.chart-line { fill: none; stroke: var(--brand); stroke-width: 3; stroke-linecap: round; }
.chart-area { fill: rgba(107,63,80,.08); }
.preview-chart circle { fill: var(--brand); }
.floating-note { position: absolute; z-index: 3; display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; min-width: 205px; padding: 11px 13px; border: 1px solid rgba(220,216,214,.9); border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: 0 18px 48px rgba(47,56,51,.12); backdrop-filter: blur(16px); }
.floating-note > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #fff; background: var(--brand); font-size: 12px; font-weight: 900; }
.floating-note div { display: grid; gap: 1px; }
.floating-note strong { font-size: 9px; }
.floating-note small { color: var(--muted); font-size: 8px; }
.note-one { left: -28px; bottom: 48px; }
.note-two { right: -25px; top: 92px; }
[data-float] { animation: float-note 4.8s ease-in-out infinite; }
.note-two[data-float] { animation-delay: -2.2s; }
@keyframes float-note { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.signal-strip { overflow: hidden; border-block: 1px solid rgba(218,218,214,.75); background: #faf8f7; }
.signal-track { display: flex; align-items: center; width: max-content; min-width: 100%; padding: 14px 0; color: #777d79; font-size: 10px; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; animation: signal-scroll 28s linear infinite; }
.signal-track span { padding: 0 22px; }
.signal-track i { color: #bdabb2; font-style: normal; }
@keyframes signal-scroll { to { transform: translateX(-50%); } }

.section { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .story-copy h2, .audience-copy h2, .faq-intro h2, .cta-section h2 { font-size: clamp(35px, 4.3vw, 56px); }
.section-heading p, .story-copy > p, .faq-intro > p, .cta-section p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.problem-section { padding-top: 126px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pain-card { position: relative; overflow: hidden; min-height: 250px; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 50px rgba(47,56,51,.035); }
.pain-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; bottom: -90px; border-radius: 50%; background: rgba(107,63,80,.05); }
.pain-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--brand); background: var(--brand-soft); font-size: 10px; font-weight: 900; }
.pain-card h3 { margin: 62px 0 8px; font-size: 21px; letter-spacing: -.03em; }
.pain-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.problem-answer { display: grid; grid-template-columns: .35fr 1fr; gap: 28px; align-items: center; margin-top: 14px; padding: 24px 28px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--brand-strong), var(--brand-mid)); }
.problem-answer span { color: rgba(255,255,255,.68); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.problem-answer strong { font-size: clamp(19px, 2.2vw, 27px); letter-spacing: -.035em; }

.product-story { padding: 70px 20px 100px; }
.story-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 90px); align-items: center; width: min(1160px, 100%); margin: 0 auto; padding: clamp(36px, 6vw, 72px); border: 1px solid #e3dddf; border-radius: 34px; background: linear-gradient(145deg, #f4edef, #fbf8f7 56%, #fff); }
.story-copy h2 { margin-bottom: 18px; }
.story-steps { display: grid; gap: 8px; margin: 30px 0; }
.story-step { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 12px 13px; border: 1px solid transparent; border-radius: 14px; opacity: .68; }
.story-step.is-active { border-color: #ddcdd3; background: rgba(255,255,255,.72); opacity: 1; }
.story-step > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--brand); background: var(--brand-soft); font-size: 9px; font-weight: 900; }
.story-step div { display: grid; gap: 2px; }
.story-step strong { font-size: 12px; }
.story-step small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.story-stage { position: relative; min-height: 520px; }
.desktop-frame { position: absolute; inset: 46px 0 auto 60px; display: grid; grid-template-columns: 50px 1fr; min-height: 400px; overflow: hidden; border: 1px solid #ddd6d7; border-radius: 24px; background: #fff; box-shadow: 0 28px 75px rgba(70,53,59,.14); transform: rotate(1.5deg); }
.desktop-nav { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 18px 0; background: #f7f3f3; }
.desktop-nav span { width: 27px; height: 27px; margin-bottom: 7px; border-radius: 9px; background: var(--brand); }
.desktop-nav i { width: 18px; height: 6px; border-radius: 9px; background: #d7d2d1; }
.desktop-content { padding: 24px; }
.desktop-title { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.desktop-title div { display: grid; gap: 2px; }
.desktop-title small, .desktop-panel small, .desktop-panel span, .desktop-record small { color: var(--muted); font-size: 8px; }
.desktop-title strong { font-size: 16px; }
.desktop-title b { padding: 5px 8px; border-radius: 999px; color: var(--success); background: #eef5f1; font-size: 8px; }
.desktop-tabs { display: flex; gap: 18px; margin-top: 24px; border-bottom: 1px solid #eeeae9; color: #8a8f8c; font-size: 8px; }
.desktop-tabs span { padding-bottom: 9px; }
.desktop-tabs .active { color: var(--brand); border-bottom: 2px solid var(--brand); font-weight: 900; }
.desktop-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 15px; }
.desktop-panel { display: grid; padding: 14px; border: 1px solid #e8e5e2; border-radius: 13px; }
.desktop-panel strong { margin: 9px 0 1px; font-size: 20px; letter-spacing: -.04em; }
.desktop-record { display: grid; grid-template-columns: 8px 1fr; gap: 12px; margin-top: 10px; padding: 14px; border-radius: 13px; background: #f9f6f5; }
.desktop-record > span { width: 8px; border-radius: 99px; background: var(--brand); }
.desktop-record div { display: grid; gap: 3px; }
.desktop-record strong { font-size: 10px; }
.phone-frame { position: absolute; z-index: 3; left: 0; bottom: 0; width: 190px; height: 380px; padding: 8px; border: 1px solid #d8d2d3; border-radius: 36px; background: #252926; box-shadow: 0 30px 70px rgba(47,45,45,.22); transform: rotate(-5deg); }
.phone-screen { height: 100%; overflow: hidden; padding: 14px 12px; border-radius: 29px; background: linear-gradient(180deg, #fcf9f8, #f5efef); }
.phone-notch { position: absolute; z-index: 4; top: 15px; left: 50%; width: 62px; height: 18px; border-radius: 12px; background: #252926; transform: translateX(-50%); }
.phone-top { display: flex; justify-content: space-between; align-items: center; margin: 0 5px 24px; font-size: 7px; font-weight: 900; }
.phone-top i { width: 18px; height: 6px; border-radius: 5px; background: #353c37; }
.phone-welcome { display: grid; gap: 1px; }
.phone-welcome small, .phone-next span, .phone-next small { color: var(--muted); font-size: 7px; }
.phone-welcome strong { font-size: 15px; letter-spacing: -.04em; }
.phone-next { display: grid; margin-top: 18px; padding: 14px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-mid)); }
.phone-next span, .phone-next small { color: rgba(255,255,255,.72); }
.phone-next strong { margin: 9px 0 2px; font-size: 25px; }
.phone-list { display: grid; gap: 9px; margin-top: 14px; }
.phone-list i { height: 52px; border: 1px solid #e6e1df; border-radius: 13px; background: rgba(255,255,255,.7); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { position: relative; display: flex; flex-direction: column; min-height: 235px; padding: 25px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.feature-card.feature-large { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; overflow: hidden; }
.feature-number { display: inline-grid; place-items: center; align-self: flex-start; width: 36px; height: 36px; margin-bottom: auto; border-radius: 11px; color: var(--brand); background: var(--brand-soft); font-size: 10px; font-weight: 900; }
.feature-card h3 { margin: 38px 0 8px; font-size: 20px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.feature-large .feature-number { position: absolute; top: 24px; left: 24px; }
.feature-large > div:nth-of-type(1) { align-self: end; padding-top: 58px; }
.feature-large > div:nth-of-type(1) h3 { margin-top: 0; }
.agenda-mini { align-self: stretch; display: grid; gap: 9px; align-content: center; padding: 18px; border-radius: 18px; background: var(--brand-soft); }
.agenda-mini span { height: 43px; border-radius: 11px; background: #fff; box-shadow: 0 7px 20px rgba(107,63,80,.07); }
.agenda-mini span:nth-child(2) { margin-left: 25px; background: linear-gradient(90deg, #fff 0 22%, rgba(107,63,80,.12) 22%); }
.feature-card.feature-dark { color: #fff; border-color: transparent; background: linear-gradient(145deg, #4c333d, #6b3f50); }
.feature-card.feature-dark p { color: rgba(255,255,255,.7); }
.feature-card.feature-dark .feature-number { color: #fff; background: rgba(255,255,255,.12); }
.pro-chip { position: absolute; top: 24px; right: 24px; padding: 5px 8px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.12); font-size: 8px; font-weight: 900; letter-spacing: .1em; }

.audience-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; width: min(1160px, calc(100% - 40px)); margin: 30px auto 70px; padding: 78px 0; border-block: 1px solid var(--border); }
.audience-copy h2 { max-width: 520px; margin-bottom: 0; }
.audience-list { display: grid; gap: 0; }
.audience-list article { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.audience-list article:first-child { border-top: 1px solid var(--border); }
.audience-list span { grid-row: 1 / 3; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--brand); background: var(--brand-soft); font-size: 9px; font-weight: 900; }
.audience-list strong { font-size: 16px; letter-spacing: -.02em; }
.audience-list p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.plans-section { padding-top: 120px; }
.pricing-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 16px; align-items: stretch; max-width: 940px; margin: 0 auto; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--border); border-radius: 26px; background: #fff; box-shadow: 0 18px 55px rgba(47,56,51,.045); }
.price-card.pro { border-color: #bfa9b2; box-shadow: 0 26px 72px rgba(107,63,80,.12); }
.price-ribbon { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; color: #fff; background: var(--brand); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-label { display: inline-flex; align-self: flex-start; padding: 6px 9px; border-radius: 999px; color: var(--brand); background: var(--brand-soft); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-top h3 { margin: 20px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.price { display: flex; align-items: end; gap: 7px; }
.price strong { font-size: clamp(34px, 4vw, 49px); letter-spacing: -.055em; line-height: 1; }
.price span { padding-bottom: 5px; color: var(--muted); font-size: 11px; }
.price-top > p { min-height: 62px; margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.price-card ul { display: grid; gap: 11px; margin: 28px 0 30px; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }
.price-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 8px; border-radius: 50%; color: var(--success); background: #eef5f1; font-size: 9px; font-weight: 900; }
.price-card .button { margin-top: auto; }
.pro-actions { display: grid; gap: 9px; margin-top: auto; }
.annual-option { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; padding: 12px 14px; border: 1px solid #ddcdd3; border-radius: 13px; color: var(--brand); background: var(--brand-soft); text-align: left; }
.annual-option > span { display: grid; gap: 1px; }
.annual-option strong { font-size: 11px; }
.annual-option small { color: var(--muted); font-size: 9px; }
.annual-option b { font-size: 16px; }
.comparison-wrap { max-width: 940px; margin: 28px auto 0; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: #fff; }
.comparison-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 20px; border-bottom: 1px solid var(--border); background: #faf8f7; }
.comparison-heading span { font-size: 13px; font-weight: 850; }
.comparison-heading small { color: var(--muted); font-size: 10px; }
.comparison-table { display: grid; }
.comparison-row { display: grid; grid-template-columns: 1.4fr .8fr .8fr; align-items: center; min-height: 48px; padding: 0 20px; border-bottom: 1px solid #efefec; font-size: 11px; }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row span { color: var(--muted); }
.comparison-row b, .comparison-row strong { text-align: center; font-size: 11px; }
.comparison-head { min-height: 42px; color: var(--ink); background: #fdfcfc; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.payment-note { max-width: 940px; margin: 18px auto 0; color: var(--muted); text-align: center; font-size: 10px; line-height: 1.55; }

.faq-section { padding: 90px 20px 120px; background: #faf8f7; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; width: min(1100px, 100%); margin: 0 auto; }
.faq-intro { align-self: start; position: sticky; top: 120px; }
.faq-intro h2 { margin-bottom: 16px; }
.faq-intro .text-cta { margin-top: 25px; }
.faq-list { display: grid; }
.faq-list details { border-top: 1px solid #deded9; }
.faq-list details:last-child { border-bottom: 1px solid #deded9; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; min-height: 70px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 780; letter-spacing: -.01em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; color: var(--brand); background: var(--brand-soft); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 50px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.cta-section { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 48px; width: min(1160px, calc(100% - 40px)); margin: 90px auto 100px; overflow: hidden; padding: 58px 62px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, #52323f, #785265); box-shadow: var(--shadow); }
.cta-orb { position: absolute; right: 20%; bottom: -170px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018); }
.cta-section > div:not(.cta-orb) { position: relative; z-index: 1; }
.cta-section .eyebrow { color: rgba(255,255,255,.72); }
.cta-section h2 { max-width: 690px; margin-bottom: 13px; }
.cta-section p { max-width: 600px; color: rgba(255,255,255,.68); font-size: 13px; }
.cta-section .button { position: relative; z-index: 1; flex: 0 0 auto; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 42px; border-top: 1px solid var(--border); color: var(--muted); font-size: 11px; }
.footer-brand .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a:hover { color: var(--ink); }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(32, 36, 34, .56); backdrop-filter: blur(10px); }
.modal-backdrop[hidden], .auth-view[hidden] { display: none !important; }
.auth-modal { position: relative; width: min(620px, 100%); max-height: calc(100dvh - 40px); overflow: auto; padding: 34px; border: 1px solid rgba(255,255,255,.5); border-radius: 26px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.22); }
.modal-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 12px; color: var(--muted); background: #f6f4f4; font-size: 24px; }
.auth-view h2 { margin: 10px 0 6px; font-size: 32px; letter-spacing: -.035em; }
.muted { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.form-stack { display: grid; gap: 15px; }
.form-stack label { display: grid; gap: 7px; color: #505854; font-size: 12px; font-weight: 750; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input, select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #dce0dc; border-radius: 12px; color: var(--ink); background: #fff; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
input:focus, select:focus { border-color: #b69aa6; box-shadow: var(--focus); }
.form-switch { margin: 4px 0 0; text-align: center; color: var(--muted); font-size: 12px; }
.form-message { min-height: 20px; margin-top: 16px; color: var(--muted); font-size: 12px; }
.form-message.error { color: #963f3b; }
.form-message.success { color: var(--success); }
.success-view { text-align: center; }
.success-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%; color: #fff; background: var(--success); font-size: 25px; font-weight: 900; }

.landing-motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .68s cubic-bezier(.2,.7,.2,1), transform .68s cubic-bezier(.2,.7,.2,1); }
.landing-motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .main-nav > a { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; }
  .hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { width: min(720px, 100%); margin: 0 auto; }
  .story-shell { grid-template-columns: 1fr; }
  .story-copy { max-width: 670px; }
  .story-stage { min-height: 500px; }
  .audience-section { grid-template-columns: 1fr; gap: 35px; }
  .audience-copy h2 { max-width: 720px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; max-width: 650px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  .site-header { top: 8px; width: calc(100% - 16px); margin-top: 8px; padding: 8px 9px 8px 10px; }
  .brand-copy small { display: none; }
  .brand-copy strong { max-width: 118px; font-size: 11px; line-height: 1.08; }
  .main-nav { gap: 10px; }
  .main-nav .link-button { display: none; }
  .button.small { min-height: 36px; padding-inline: 12px; font-size: 10px; }
  .hero { width: min(100% - 28px, 680px); gap: 48px; padding: 72px 0 58px; }
  .hero-copy h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button-large { width: 100%; }
  .hero-proof { gap: 6px; }
  .hero-proof span { font-size: 9px; }
  .browser-shell { border-radius: 20px; }
  .browser-bar { grid-template-columns: 48px 1fr 48px; min-height: 38px; padding: 0 10px; }
  .browser-address { min-width: 0; width: 100%; font-size: 7px; }
  .app-preview { grid-template-columns: 42px 1fr; min-height: 355px; }
  .preview-sidebar { gap: 15px; padding-top: 13px; }
  .preview-main { padding: 15px; }
  .metric-grid { grid-template-columns: 1.4fr 1fr; }
  .metric-card:nth-child(3) { display: none; }
  .metric-card { min-height: 94px; }
  .metric-card strong { font-size: 20px; }
  .preview-chart svg { height: 75px; }
  .floating-note { display: none; }
  .signal-track { animation-duration: 21s; }
  .section { width: calc(100% - 28px); padding: 82px 0; }
  .section-heading.centered { text-align: left; }
  .section-heading.centered .eyebrow { justify-content: flex-start; }
  .section-heading h2, .story-copy h2, .audience-copy h2, .faq-intro h2, .cta-section h2 { font-size: clamp(32px, 9vw, 44px); }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 205px; }
  .pain-card h3 { margin-top: 38px; }
  .problem-answer { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .product-story { padding: 30px 14px 75px; }
  .story-shell { padding: 28px 20px; border-radius: 26px; }
  .story-stage { min-height: 430px; }
  .desktop-frame { inset: 35px -15px auto 38px; min-height: 335px; grid-template-columns: 40px 1fr; }
  .desktop-content { padding: 17px; }
  .desktop-tabs { gap: 9px; }
  .desktop-tabs span:last-child { display: none; }
  .phone-frame { width: 154px; height: 316px; border-radius: 30px; }
  .phone-screen { border-radius: 23px; }
  .phone-notch { width: 50px; height: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.feature-large { grid-column: auto; grid-template-columns: 1fr; }
  .agenda-mini { min-height: 165px; }
  .audience-section { width: calc(100% - 28px); padding: 62px 0; margin-bottom: 30px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 24px; }
  .price-top > p { min-height: 0; }
  .comparison-wrap { overflow-x: auto; }
  .comparison-table { min-width: 560px; }
  .comparison-heading { align-items: start; flex-direction: column; gap: 3px; }
  .faq-section { padding: 70px 14px 90px; }
  .faq-list summary { font-size: 13px; }
  .cta-section { align-items: stretch; flex-direction: column; width: calc(100% - 28px); margin: 70px auto 80px; padding: 36px 24px; }
  .site-footer { grid-template-columns: 1fr auto; width: calc(100% - 28px); }
  .footer-links { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .auth-modal { padding: 28px 20px 22px; border-radius: 22px; }
}

@media (max-width: 420px) {
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .brand-copy strong { max-width: 105px; font-size: 10px; }
  .button.small { padding-inline: 10px; }
  .hero { width: calc(100% - 22px); }
  .hero-copy h1 { font-size: 39px; }
  .hero-proof span { width: calc(50% - 4px); text-align: center; }
  .hero-proof span:last-child { width: 100%; }
  .preview-heading > span { display: none; }
  .preview-patient { grid-template-columns: 34px 1fr; }
  .preview-patient b { display: none; }
  .story-stage { min-height: 385px; }
  .desktop-frame { left: 24px; }
  .phone-frame { width: 140px; height: 290px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .landing-motion-ready [data-reveal] { opacity: 1; transform: none; }
  .browser-shell { transform: none !important; }
}
