:root {
  --ink: #18213e;
  --muted: #65708c;
  --soft: #f5f7ff;
  --paper: #ffffff;
  --line: #dfe4f2;
  --primary: #4f5bd5;
  --primary-deep: #3641ae;
  --primary-soft: #eceeff;
  --mint: #baf1de;
  --mint-deep: #278b6c;
  --coral: #ff826b;
  --coral-soft: #fff0ec;
  --sky: #dff2ff;
  --shadow: 0 28px 80px rgba(43, 53, 110, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 90px; }
body { margin: 0; color: var(--ink); background: #fbfcff; font-size: 1rem; line-height: 1.65; }
body:before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 8% 8%, rgba(186,241,222,.35), transparent 23rem), radial-gradient(circle at 92% 13%, rgba(223,242,255,.55), transparent 28rem); }
img { display: block; max-width: 100%; height: auto; }
button, a { font: inherit; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.shell { width: min(1180px, 90%); margin-inline: auto; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 14px; color: white; background: var(--primary-deep); border-radius: 8px; }
.skip:focus { top: 14px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,252,255,.87); border-bottom: 1px solid rgba(223,228,242,.78); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: var(--ink); font-size: 1.28rem; font-weight: 800; text-decoration: none; letter-spacing: -.035em; }
.loop-mark { position: relative; display: inline-block; width: 34px; height: 24px; }
.loop-mark i { position: absolute; top: 2px; width: 20px; height: 20px; border: 3px solid var(--primary); border-radius: 50%; }
.loop-mark i:first-child { left: 0; }
.loop-mark i:last-child { right: 0; border-color: var(--mint-deep); }
.loop-mark.small { width: 25px; height: 18px; }
.loop-mark.small i { width: 15px; height: 15px; border-width: 2px; }
.nav-wrap nav { display: flex; gap: 32px; }
.nav-wrap nav a { color: #4f5874; font-size: .92rem; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.nav-wrap nav a:hover { color: var(--primary); }
.nav-button { justify-self: end; padding: 10px 17px; color: white; background: var(--primary); border-radius: 10px; font-size: .9rem; font-weight: 750; text-decoration: none; box-shadow: 0 9px 25px rgba(79,91,213,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.nav-button:hover { transform: translateY(-2px); background: var(--primary-deep); box-shadow: 0 12px 30px rgba(79,91,213,.3); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -.045em; line-height: 1.08; }
h1 { margin-bottom: 25px; font-size: clamp(3.2rem, 6.5vw, 5.8rem); }
h1 em { color: var(--primary); font-style: normal; }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.2vw, 3.7rem); }
h3 { font-size: 1.65rem; }
h4 { margin: 0; font-size: 1rem; letter-spacing: -.02em; }
.hero { min-height: calc(100vh - 76px); padding-block: 70px 45px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; position: relative; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 13px; margin: 34px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 11px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--primary); box-shadow: 0 12px 28px rgba(79,91,213,.25); }
.button.primary:hover { background: var(--primary-deep); box-shadow: 0 16px 35px rgba(79,91,213,.34); }
.button.secondary { color: var(--primary-deep); background: var(--paper); border-color: var(--line); }
.button.secondary:hover { box-shadow: 0 12px 28px rgba(43,53,110,.1); }
.button.white { color: var(--primary-deep); background: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .82rem; }
.hero-points span { display: flex; align-items: center; gap: 8px; }
.hero-points span:before { content: ""; width: 6px; height: 6px; background: var(--mint-deep); border-radius: 50%; }
.hero-visual { position: relative; padding: 18px 18px 52px 52px; }
.image-frame { position: relative; z-index: 2; overflow: hidden; border-radius: 26px 26px 100px 26px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; }
.floating-summary { position: absolute; left: 0; bottom: 10px; z-index: 3; width: min(370px, 82%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 16px; background: rgba(255,255,255,.94); border: 1px solid rgba(223,228,242,.8); border-radius: 16px; box-shadow: 0 18px 50px rgba(43,53,110,.18); backdrop-filter: blur(12px); }
.summary-icon { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--primary); border-radius: 12px; font-size: .78rem; font-weight: 850; }
.floating-summary small, .floating-summary strong, .floating-summary span { display: block; }
.floating-summary small, .floating-summary span { color: var(--muted); font-size: .72rem; }
.floating-summary strong { font-size: .91rem; }
.floating-summary > b { display: grid; place-items: center; width: 25px; height: 25px; color: #17684e; background: var(--mint); border-radius: 50%; }
.orbit { position: absolute; border-radius: 50%; filter: blur(.2px); }
.orbit-one { top: -18px; right: -12px; width: 130px; height: 130px; background: var(--sky); }
.orbit-two { bottom: 0; right: 12px; width: 82px; height: 82px; background: var(--coral-soft); }
.hero-outcome { grid-column: 1 / -1; margin: 30px auto 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-style: italic; }
.proof-strip { overflow: hidden; border-block: 1px solid var(--line); background: white; }
.proof-strip .shell { min-height: 65px; display: flex; align-items: center; justify-content: center; gap: 22px; color: #768098; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.proof-strip i { width: 5px; height: 5px; flex: 0 0 auto; background: var(--mint-deep); border-radius: 50%; }
.section { padding-block: 105px; }
.section-heading { max-width: 820px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }

.product-showcase { position: relative; }
.preview-tabs { width: fit-content; margin: 0 auto 22px; display: flex; gap: 6px; padding: 6px; background: var(--primary-soft); border-radius: 13px; }
.preview-tabs button { padding: 9px 15px; color: #646d88; background: transparent; border: 0; border-radius: 9px; font-size: .84rem; font-weight: 750; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.preview-tabs button[aria-selected="true"] { color: var(--primary-deep); background: white; box-shadow: 0 6px 18px rgba(55,64,130,.12); }
.browser-frame { overflow: hidden; min-height: 660px; background: #f7f8fc; border: 1px solid #d8ddec; border-radius: 20px; box-shadow: 0 35px 90px rgba(48,57,112,.14); }
.browser-top { height: 46px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 17px; background: white; border-bottom: 1px solid var(--line); }
.browser-top > div { display: flex; gap: 6px; }
.browser-top > div span { width: 8px; height: 8px; background: #d9deea; border-radius: 50%; }
.browser-top small { justify-self: center; padding: 4px 40px; color: #8a92a8; background: #f5f6fa; border-radius: 6px; font-size: .7rem; }
.browser-top > b { justify-self: end; display: grid; place-items: center; width: 24px; height: 24px; color: white; background: var(--primary); border-radius: 7px; font-size: .6rem; }
.product-panel { min-height: 614px; grid-template-columns: 180px 1fr; color: #222a47; background: #f7f8fc; animation: panelIn .45s cubic-bezier(.2,.8,.2,1); }
.product-panel.active { display: grid; }
.product-panel[hidden] { display: none; }
.app-sidebar { display: flex; flex-direction: column; padding: 23px 18px; background: white; border-right: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 7px; color: #202844; font-size: .86rem; font-weight: 850; text-decoration: none; }
.side-links { display: grid; gap: 6px; margin-top: 38px; }
.side-links span, .side-links strong { padding: 8px 11px; border-radius: 7px; color: #7a839d; font-size: .74rem; font-weight: 650; }
.side-links strong { color: var(--primary); background: var(--primary-soft); }
.side-profile { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.side-profile > span { width: 29px; height: 29px; display: grid; place-items: center; color: var(--primary-deep); background: var(--primary-soft); border-radius: 8px; font-size: .65rem; font-weight: 850; }
.side-profile strong, .side-profile small { display: block; }
.side-profile strong { font-size: .72rem; }
.side-profile small { color: #8a92a8; font-size: .61rem; }
.app-content { min-width: 0; padding: 30px; }
.app-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.app-heading small, .card-heading small, .schedule-card > small, .timeline-card > small, .outcome-card > small { color: #8991a7; font-size: .66rem; }
.app-heading h3 { margin: 5px 0 7px; font-size: 1.55rem; }
.app-heading p { color: #7c859d; font-size: .75rem; }
.app-heading button, .member-head button { padding: 8px 12px; color: white; background: var(--primary); border: 0; border-radius: 7px; font-size: .68rem; font-weight: 750; }
.metric-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 23px 0; }
.metric-cards article { min-width: 0; padding: 16px; background: white; border: 1px solid #e2e5f0; border-radius: 10px; }
.metric-cards small, .metric-cards strong, .metric-cards span { display: block; }
.metric-cards small { color: #7b849c; font-size: .65rem; }
.metric-cards strong { margin: 7px 0 3px; font-size: 1.45rem; }
.metric-cards span { color: #8d95a9; font-size: .61rem; }
.metric-cards .trend { color: var(--mint-deep); }
.metric-cards .attention-card { border-color: #ffd5cc; background: #fffaf8; }
.metric-cards .attention-card strong { color: #d75540; }
.coach-grid { display: grid; grid-template-columns: 1.6fr .9fr; gap: 15px; }
.activity-card, .schedule-card, .goal-card, .notes-card, .timeline-card, .chart-card, .outcome-card { padding: 20px; background: white; border: 1px solid #e1e5f0; border-radius: 11px; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 13px; }
.card-heading h4 { margin-top: 3px; }
.card-heading > a { color: var(--primary); font-size: .65rem; font-weight: 700; text-decoration: none; }
.activity-row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid #edf0f6; }
.member-avatar { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; font-size: .65rem; font-weight: 850; }
.member-avatar.coral { color: #9f3e2d; background: #ffd8cf; }
.member-avatar.purple { color: #4940a4; background: #dfdcff; }
.member-avatar.mint { color: #17684e; background: var(--mint); }
.member-avatar.large { width: 48px; height: 48px; font-size: .8rem; }
.activity-row > div { min-width: 0; flex: 1; }
.activity-row strong, .activity-row small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.activity-row strong { font-size: .72rem; }
.activity-row small { color: #8c94a8; font-size: .61rem; }
.activity-row > b { padding: 3px 7px; color: #bd4d39; background: var(--coral-soft); border-radius: 10px; font-size: .57rem; }
.activity-row > b.ready { color: #17684e; background: #e5f9f2; }
.schedule-card h4 { margin: 3px 0 8px; }
.schedule-card > div { display: grid; grid-template-columns: 40px 1fr; gap: 7px; padding: 11px 0; border-top: 1px solid #edf0f6; }
.schedule-card time { color: var(--primary); font-size: .61rem; font-weight: 750; }
.schedule-card strong, .schedule-card span small { display: block; }
.schedule-card strong { font-size: .69rem; }
.schedule-card span small { color: #8c94a8; font-size: .58rem; }
.product-note { margin: 17px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.member-head, .member-identity { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.member-identity { justify-content: flex-start; }
.member-identity small, .member-identity p { color: #8b93a8; font-size: .64rem; }
.member-identity h3 { margin: 3px 0; font-size: 1.4rem; }
.member-identity p { margin-bottom: 0; }
.profile-tabs { display: flex; gap: 20px; margin: 22px 0; padding-bottom: 12px; border-bottom: 1px solid #e1e5f0; color: #8a92a8; font-size: .67rem; white-space: nowrap; overflow-x: auto; }
.profile-tabs strong { color: var(--primary); }
.member-layout { display: grid; grid-template-columns: 1.45fr .8fr; gap: 15px; }
.member-layout > div { display: grid; gap: 15px; }
.goal-card .card-heading > span { padding: 3px 7px; color: #17684e; background: #e5f9f2; border-radius: 9px; font-size: .58rem; }
.goal-progress { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; margin: 23px 0 10px; }
.goal-progress i, .outcome-card i { height: 7px; overflow: hidden; background: #ebedf4; border-radius: 10px; }
.goal-progress i b, .outcome-card i b { display: block; height: 100%; background: linear-gradient(90deg, var(--primary), #7f8aec); border-radius: inherit; }
.goal-progress strong { color: var(--primary); font-size: .74rem; }
.goal-card > p, .notes-card > p { color: #707991; font-size: .69rem; }
.ai-pill { display: grid; place-items: center; width: 27px; height: 27px; color: white; background: var(--primary); border-radius: 8px; font-size: .62rem; font-weight: 800; }
.notes-card > div:last-child { display: flex; flex-wrap: wrap; gap: 7px; }
.notes-card > div:last-child span { padding: 4px 7px; color: #5d66a1; background: var(--primary-soft); border-radius: 5px; font-size: .58rem; }
.timeline-card h4 { margin: 3px 0 18px; }
.timeline-card ol { list-style: none; padding: 0; margin: 0; }
.timeline-card li { display: flex; gap: 10px; position: relative; padding-bottom: 18px; }
.timeline-card li + li { margin-top: 0; }
.timeline-card li > b { position: relative; z-index: 1; width: 9px; height: 9px; flex: 0 0 auto; margin-top: 3px; background: var(--primary); border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 2px #cbd0f2; }
.timeline-card li:not(:last-child):after { content: ""; position: absolute; left: 4px; top: 10px; bottom: 0; width: 1px; background: #d9ddee; }
.timeline-card li strong, .timeline-card li small { display: block; }
.timeline-card li strong { font-size: .67rem; }
.timeline-card li small { color: #9098ab; font-size: .57rem; }
.org-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 15px; }
.chart-card .card-heading > span { color: #7d859b; font-size: .62rem; }
.chart { height: 170px; display: flex; align-items: end; gap: 14px; padding-top: 15px; border-bottom: 1px solid #e4e7f0; background: repeating-linear-gradient(to top, transparent 0 41px, #eef0f6 42px); }
.chart i { flex: 1; background: linear-gradient(180deg, #8290ef, var(--primary)); border-radius: 5px 5px 0 0; }
.chart-labels { display: flex; justify-content: space-around; color: #939aab; font-size: .56rem; margin-top: 7px; }
.outcome-card h4 { margin: 3px 0 18px; }
.outcome-card > div { display: grid; grid-template-columns: 1fr auto; gap: 6px; margin: 16px 0; }
.outcome-card span, .outcome-card strong { font-size: .65rem; }
.outcome-card i { grid-column: 1 / -1; }

.story-section { overflow: hidden; background: linear-gradient(180deg, #f4f8ff, #fbfcff); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 75px; }
.story-copy > p:not(.eyebrow), .continuity-copy > p, .difference-section .section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.feature-checks { display: grid; gap: 16px; padding: 0; margin: 30px 0 0; list-style: none; }
.feature-checks li { display: flex; gap: 12px; }
.feature-checks i { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: #17684e; background: var(--mint); border-radius: 50%; font-size: .7rem; font-style: normal; }
.feature-checks strong { display: block; font-size: .94rem; }
.feature-checks span { color: var(--muted); font-size: .85rem; }
.voice-visual { position: relative; padding: 0 0 90px 55px; }
.voice-visual > img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; border-radius: 90px 24px 24px 24px; box-shadow: var(--shadow); }
.voice-card { position: absolute; left: 0; bottom: 5px; width: min(410px, 83%); padding: 22px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 55px rgba(43,53,110,.17); backdrop-filter: blur(10px); }
.voice-head { display: flex; align-items: center; gap: 13px; }
.record-dot { width: 12px; height: 12px; flex: 0 0 auto; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px var(--coral-soft); }
.wave { height: 28px; flex: 1; display: flex; align-items: center; gap: 3px; }
.wave i { width: 3px; height: 35%; background: var(--primary); border-radius: 3px; }
.wave i:nth-child(2), .wave i:nth-child(6) { height: 65%; }
.wave i:nth-child(3), .wave i:nth-child(5) { height: 90%; }
.wave i:nth-child(4) { height: 55%; }
.wave i:nth-child(7) { height: 75%; }
.voice-head strong { font-size: .78rem; }
.voice-card > p { margin: 17px 0; color: var(--muted); font-size: .78rem; }
.voice-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.voice-tags span { padding: 4px 7px; color: var(--primary-deep); background: var(--primary-soft); border-radius: 5px; font-size: .62rem; }

.difference-section { color: white; background: var(--ink); }
.difference-section .section-heading { max-width: 790px; }
.difference-section .section-heading > p:last-child { color: #bbc3d7; }
.workflow-stack { display: grid; gap: 14px; }
.workflow-row { padding: 24px; border-radius: 14px; }
.workflow-row small { display: block; margin-bottom: 15px; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.workflow-row > div { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.workflow-row span { padding: 8px 11px; border-radius: 7px; font-size: .76rem; }
.workflow-row b { font-weight: 500; }
.workflow-row.old { color: #aeb7ca; background: #252e4c; }
.workflow-row.old span { background: rgba(255,255,255,.05); }
.workflow-row.new { color: white; background: var(--primary); box-shadow: 0 17px 45px rgba(31,39,90,.35); }
.workflow-row.new small, .workflow-row.new b { color: var(--mint); }
.workflow-row.new span { background: rgba(255,255,255,.12); }

.journey { display: grid; grid-template-columns: repeat(8, 1fr); padding: 0; margin: 60px 0 0; position: relative; list-style: none; }
.journey:before { content: ""; position: absolute; top: 23px; left: 5%; right: 5%; height: 2px; background: linear-gradient(90deg, var(--primary), #8a96ef, var(--mint-deep)); }
.journey li { position: relative; text-align: center; }
.journey li + li { margin-top: 0; }
.journey span { position: relative; z-index: 1; width: 48px; height: 48px; margin: 0 auto 15px; display: grid; place-items: center; color: white; background: var(--primary); border: 6px solid #fbfcff; border-radius: 50%; font-size: .63rem; font-weight: 800; }
.journey li:nth-child(n+5) span { color: #12533f; background: var(--mint); }
.journey strong { display: block; padding-inline: 4px; font-size: .74rem; line-height: 1.25; }

.continuity-section { background: #f4f8ff; }
.continuity-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.message-demo { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.message-top { display: flex; align-items: center; gap: 11px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.message-top > div { flex: 1; }
.message-top strong, .message-top small { display: block; }
.message-top strong { font-size: .9rem; }
.message-top small { color: var(--muted); font-size: .68rem; }
.sent-pill { padding: 4px 9px; color: var(--mint-deep); background: #e5f9f2; border-radius: 10px; font-size: .65rem; font-weight: 750; }
.message-body { padding: 24px; }
.message-body p { font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.55; }
.message-body small { color: var(--muted); }
.member-reply { width: 83%; margin: 0 20px 20px auto; padding: 16px; background: var(--primary-soft); border-radius: 14px 14px 3px 14px; }
.member-reply small { color: var(--primary); font-size: .65rem; font-weight: 750; }
.member-reply p { margin: 5px 0 0; font-size: .81rem; }
.escalation { display: flex; align-items: center; gap: 11px; padding: 15px 20px; background: var(--coral-soft); border-top: 1px solid #ffd9d1; }
.escalation > span { width: 28px; height: 28px; display: grid; place-items: center; color: #a94230; background: #ffd6cd; border-radius: 50%; font-weight: 850; }
.escalation strong, .escalation small { display: block; }
.escalation strong { color: #993e2d; font-size: .78rem; }
.escalation small { color: #a8665a; font-size: .65rem; }
.continuity-copy blockquote { margin: 27px 0; padding-left: 21px; color: var(--primary-deep); border-left: 3px solid var(--primary); font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; }
.continuity-copy ul { color: var(--muted); }

.organization-section .section-heading { max-width: 780px; }
.org-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.org-benefits article { padding: 28px; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 14px 40px rgba(43,53,110,.06); transition: transform .25s ease, box-shadow .25s ease; }
.org-benefits article:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(43,53,110,.12); }
.org-benefits article > span { display: block; margin-bottom: 45px; color: var(--primary); font-size: .72rem; font-weight: 800; }
.org-benefits h3 { font-size: 1.35rem; }
.org-benefits p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.capability-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 32px; }
.capability-cloud span { padding: 9px 13px; color: #566079; background: var(--soft); border: 1px solid var(--line); border-radius: 20px; font-size: .76rem; font-weight: 650; }

.pricing-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #f3f6ff 0%, #f8fffc 100%); }
.pricing-section:before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -210px; background: rgba(161,234,208,.32); border-radius: 50%; filter: blur(4px); }
.pricing-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.pricing-copy { max-width: 520px; }
.pricing-copy h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.2vw, 4rem); }
.pricing-copy > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 1.03rem; }
.pricing-card { padding: 12px 36px; background: rgba(255,255,255,.92); border: 1px solid rgba(106,120,220,.2); border-radius: 24px; box-shadow: 0 26px 70px rgba(43,53,110,.14); }
.price-item { display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 34px; padding: 34px 0; }
.price-item > div { display: grid; justify-items: start; }
.price-kicker { margin-bottom: 7px; color: var(--primary); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-amount { color: var(--ink); font-family: Georgia, serif; font-size: clamp(3.2rem, 6vw, 5.2rem); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.price-period { margin-top: 8px; color: var(--muted); font-size: .83rem; font-weight: 700; }
.price-item p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.price-divider { position: relative; display: grid; place-items: center; }
.price-divider:before { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--line); }
.price-divider span { position: relative; padding: 4px 13px; color: var(--primary); background: white; border: 1px solid var(--line); border-radius: 20px; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.monthly-price .price-amount { color: var(--primary); }

.demo-section { padding: 0 0 105px; }
.demo-panel { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; padding: 52px; color: white; background: linear-gradient(120deg, var(--primary-deep), var(--primary) 60%, #6572eb); border-radius: 25px; box-shadow: 0 25px 65px rgba(57,69,170,.28); }
.demo-copy h2 { max-width: 650px; font-size: clamp(2rem, 3.7vw, 3.25rem); }
.demo-copy > p:not(.eyebrow) { color: #e4e7ff; }
.demo-copy ul { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.demo-copy li { display: flex; align-items: center; gap: 10px; color: #eef0ff; font-size: .86rem; }
.demo-copy li:before { content: "✓"; width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; color: #17684e; background: var(--mint); border-radius: 50%; font-size: .65rem; font-weight: 850; }
.demo-form { display: grid; gap: 17px; padding: 30px; color: var(--ink); background: white; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; box-shadow: 0 22px 60px rgba(31,39,90,.25); }
.form-heading span { display: block; font-size: 1.35rem; font-weight: 850; letter-spacing: -.035em; }
.form-heading p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-form label { display: grid; gap: 6px; }
.demo-form label > span { color: #4f5874; font-size: .7rem; font-weight: 750; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbfcff; border: 1px solid #d9deec; border-radius: 8px; font: inherit; font-size: .82rem; line-height: 1.35; }
.demo-form textarea { min-height: 100px; resize: vertical; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { outline: 3px solid rgba(79,91,213,.17); border-color: var(--primary); }
.demo-form .button { width: 100%; cursor: pointer; }
.demo-form .button:disabled { cursor: wait; opacity: .7; }
.demo-form small { color: var(--muted); font-size: .67rem; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 0; margin: -5px 0 0; font-size: .76rem; font-weight: 700; }
.form-status:empty { display: none; }
.form-status.success { color: #17684e; }
.form-status.error { color: #b54634; }
.site-footer { padding-block: 50px; text-align: center; background: white; border-top: 1px solid var(--line); }
.site-footer .shell { display: grid; justify-items: center; gap: 8px; }
.site-footer p { margin: 5px 0 0; color: var(--primary); font-family: Georgia, serif; font-style: italic; }
.site-footer small { color: var(--muted); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.js .reveal.delay-1 { transition-delay: .12s; }
.js .reveal.delay-2 { transition-delay: .24s; }
.js .reveal.visible { opacity: 1; transform: none; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .nav-wrap nav { display: none; }
  .hero, .story-grid, .continuity-grid { gap: 45px; }
  .browser-frame { min-height: 600px; }
  .product-panel { min-height: 554px; grid-template-columns: 145px 1fr; }
  .app-content { padding: 22px; }
  .metric-cards { grid-template-columns: 1fr 1fr; }
  .journey { grid-template-columns: repeat(4, 1fr); gap: 32px 0; }
  .journey:before { display: none; }
}

@media (max-width: 780px) {
  .section { padding-block: 75px; }
  .hero { min-height: auto; padding-block: 65px; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-outcome { margin-top: 5px; }
  .proof-strip .shell { justify-content: flex-start; overflow-x: auto; }
  .product-panel { grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .coach-grid, .member-layout, .org-grid { grid-template-columns: 1fr; }
  .browser-frame { min-height: 760px; }
  .story-grid, .continuity-grid, .pricing-layout, .demo-panel { grid-template-columns: 1fr; }
  .pricing-layout { gap: 42px; }
  .pricing-copy { max-width: 640px; }
  .voice-visual { width: 100%; max-width: 600px; margin-inline: auto; }
  .org-benefits { grid-template-columns: 1fr; }
  .org-benefits article > span { margin-bottom: 20px; }
}

@media (max-width: 560px) {
  .shell { width: min(92%, 1180px); }
  .nav-wrap { min-height: 68px; }
  .nav-button { padding: 9px 12px; font-size: .76rem; }
  .brand { font-size: 1.1rem; }
  h1 { font-size: 3rem; }
  .hero { padding-top: 45px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { padding: 10px 8px 60px 25px; }
  .image-frame { border-radius: 18px 18px 65px 18px; }
  .image-frame img { aspect-ratio: 4 / 3; object-position: center 42%; }
  .floating-summary { width: 92%; }
  .preview-tabs { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; padding: 5px; }
  .preview-tabs button { min-width: 0; padding: 9px 5px; font-size: .68rem; white-space: nowrap; }
  .browser-frame { min-height: 810px; border-radius: 14px; }
  .browser-top small { padding-inline: 18px; }
  .app-content { padding: 16px; }
  .app-heading { flex-direction: column; }
  .metric-cards { grid-template-columns: 1fr 1fr; }
  .activity-card, .schedule-card, .goal-card, .notes-card, .timeline-card, .chart-card, .outcome-card { padding: 15px; }
  .member-head { align-items: flex-start; }
  .member-identity p { max-width: 180px; }
  .story-grid { gap: 50px; }
  .voice-visual { padding: 0 0 82px 18px; }
  .voice-visual > img { aspect-ratio: 4 / 3; object-position: center 38%; border-radius: 48px 18px 18px 18px; }
  .voice-card { width: 94%; }
  .workflow-row > div { align-items: flex-start; flex-direction: column; }
  .workflow-row b { transform: rotate(90deg); margin-left: 13px; }
  .journey { grid-template-columns: 1fr 1fr; }
  .message-body { padding: 19px; }
  .pricing-card { padding: 8px 24px; border-radius: 18px; }
  .price-item { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .demo-panel { padding: 30px; border-radius: 18px; }
  .demo-form { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
}

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