@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap");
:root {
  --ink: #1d2433;
  --navy: #0b1f4b;
  --navy-2: #081534;
  --green: #d17a22;
  --green-bright: #e8943f;
  --gold: #c9a24c;
  --gold-soft: #debe74;
  --paper: #f8f7f4;
  --white: #ffffff;
  --muted: #5a6275;
  --grey-light: #e4e7ec;
  --accent-bg: #fdf0e2;
  --success: #1a9c6b;
  --font-body: "Inter", system-ui, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --line: rgba(11, 31, 75, 0.14);
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand-logo-link { display: inline-flex; width: max-content; }
.brand-logo { display: block; width: 154px; height: auto; }
.footer-logo { width: 210px; }
.desktop-nav { display: flex; gap: 32px; font-size: 0.88rem; font-weight: 650; }
.desktop-nav a:hover { color: var(--green); }
.nav-shell > .button { justify-self: end; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: var(--radius); padding: 0 22px; font-size: 0.86rem; font-weight: 780; letter-spacing: 0.01em; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-compact { min-height: 42px; padding: 0 18px; }
.button-outline { border-color: var(--navy); background: var(--navy); color: white; }
.button-outline:hover { border-color: var(--green); background: var(--green); color: white; }
.button-gold { background: var(--green); color: white; }
.button-gold:hover { background: var(--green-bright); }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: var(--green); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--white); font-size: 0.9rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.text-link span { color: var(--gold); }
.dark-link { color: var(--ink); border-color: var(--line); }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .2em; line-height: 1.4; }
.eyebrow.dark { color: var(--green); }

.home-hero, .product-hero, .vitals-hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.home-hero::before, .product-hero::before, .vitals-hero::before { content: ""; position: absolute; width: 680px; height: 680px; border: 1px solid rgba(209,122,34,.22); border-radius: 50%; right: -260px; top: -360px; box-shadow: 0 0 0 100px rgba(209,122,34,.045), 0 0 0 210px rgba(201,162,76,.035); }
.hero-grid, .product-hero-grid, .vitals-grid { min-height: 670px; padding: 92px 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; position: relative; }
.hero-copy h1, .product-hero h1, .vitals-hero h1, .pulse-hero h1 { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(3.8rem, 7.2vw, 7.4rem); line-height: .88; letter-spacing: -.055em; }
.hero-copy h1 em, .product-hero h1 em, .vitals-hero h1 em, .pulse-hero h1 em { color: var(--green-bright); font-weight: 400; }
.hero-lede { max-width: 690px; margin: 34px 0 0; color: #c8d2df; font-size: 1.11rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 34px; }

.signal-panel { align-self: stretch; max-height: 500px; padding: 30px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 26px 80px rgba(0,0,0,.24); }
.signal-topline { display: flex; justify-content: space-between; color: #9aabbd; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.signal-topline span:last-child { color: var(--green-bright); }
.signal-map { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.signal-map div { min-height: 116px; padding: 18px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; }
.signal-map b { color: var(--gold); font-size: .68rem; }
.signal-map span { margin-top: auto; font-family: var(--font-display); font-size: 1.45rem; }
.signal-map small { margin-top: 5px; color: #91a2b7; }
.signal-map .signal-result { background: rgba(209,122,34,.14); }
.signal-panel > p { margin: 0; color: #bac6d4; font-size: .9rem; line-height: 1.65; }

.product-section, .process-section, .vitals-capabilities { padding: 110px 0 125px; background: var(--paper); }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.section-heading h2, .outcome-band h2, .demo-copy h2, .metrics-grid h2, .vitals-capabilities h2 { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(2.7rem, 4.8vw, 5.2rem); line-height: 1; letter-spacing: -.045em; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-height: 430px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.product-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(209,122,34,.22); border-radius: 50%; right: -80px; top: -80px; }
.product-02 { background: var(--green); color: white; border-color: var(--green); }
.product-02::after { border-color: rgba(255,255,255,.25); box-shadow: 0 0 0 42px rgba(255,255,255,.035); }
.product-02 .card-top span:first-child,
.product-02 .card-top span:last-child { color: var(--navy-2); }
.product-02 h3 { color: white; font-weight: 700; }
.product-card.product-02 > p { color: #ffffff; font-size: 1rem; font-weight: 500; line-height: 1.7; }
.product-02 .button-dark { background: var(--navy); color: white; }
.product-02 .button-dark:hover { background: var(--navy-2); }
.product-02 .dark-link { color: var(--navy-2); border-color: rgba(8,21,52,.5); font-size: .95rem; }
.product-02 .dark-link span { color: var(--navy-2); }
.card-top { display: flex; justify-content: space-between; gap: 18px; text-transform: uppercase; letter-spacing: .11em; font-size: .66rem; font-weight: 800; }
.card-top span:first-child { color: var(--gold); }
.card-top span:last-child { color: var(--muted); }
.product-card h3 { margin: 88px 0 18px; font-family: var(--font-display); font-size: 2.3rem; font-weight: 400; letter-spacing: -.035em; }
.product-card > p { margin: 0; color: var(--muted); line-height: 1.65; }
.card-actions { margin-top: auto; padding-top: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }

.outcome-band { padding: 92px 0; background: var(--navy); color: white; }
.outcome-grid { display: grid; grid-template-columns: .55fr 1.35fr .75fr; gap: 60px; align-items: start; }
.outcome-grid > div p { margin: 0 0 28px; color: rgba(255,255,255,.72); line-height: 1.7; }

.product-hero h1, .vitals-hero h1 { font-size: clamp(3.5rem, 6.1vw, 6.4rem); }
.dashboard-card, .vitals-scorecard { padding: 27px; background: #f7f9fb; color: var(--ink); border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.3); position: relative; }
.dashboard-head, .score-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.dashboard-head div { display: flex; flex-direction: column; gap: 7px; }
.dashboard-head small, .score-head { color: var(--muted); font-size: .61rem; letter-spacing: .12em; }
.dashboard-head strong { font-size: 1.03rem; }
.dashboard-head > span, .score-head span:last-child { color: var(--green); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 26px 0; }
.metric-row div { padding: 13px; border: 1px solid var(--line); display: flex; flex-direction: column; }
.metric-row small, .metric-row span { color: var(--muted); font-size: .67rem; }
.metric-row strong { margin: 8px 0 4px; font-size: 1.45rem; }
.metric-row .positive { color: var(--success); font-weight: 800; }
.chart-label { display: flex; justify-content: space-between; color: var(--muted); font-size: .65rem; }
.chart-label span:first-child { color: var(--ink); font-weight: 750; }
.mini-chart { height: 132px; display: flex; gap: 13px; align-items: end; padding: 18px 5px 0; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top, transparent, transparent 32px, rgba(7,17,31,.06) 33px); }
.mini-chart i { flex: 1; background: linear-gradient(to top, var(--green), var(--green-bright)); border-radius: 2px 2px 0 0; }
.demo-ribbon { margin-top: 18px; padding: 10px; text-align: center; color: #6c571e; background: #fff3cf; font-size: .62rem; font-weight: 850; letter-spacing: .12em; }

.process-line { display: grid; grid-template-columns: repeat(5, 1fr); margin: 36px 0 62px; border-top: 1px solid var(--line); }
.process-line div { padding: 22px 14px 0 0; display: flex; flex-direction: column; position: relative; }
.process-line div::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); position: absolute; top: -5px; left: 0; }
.process-line span { color: var(--green); font-size: .68rem; font-weight: 800; }
.process-line strong { margin-top: 12px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; }
.outcome-cards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.outcome-cards article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); }
.outcome-cards article:last-child { border-right: 0; }
.outcome-cards span, .capability-grid article > span { color: var(--green); font-size: .68rem; font-weight: 800; }
.outcome-cards h2 { margin: 54px 0 14px; font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; }
.outcome-cards p { color: var(--muted); line-height: 1.65; }

.demo-section { padding: 110px 0; background: var(--navy); color: white; }
.demo-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 82px; align-items: start; }
.demo-copy > p { color: #c8d2df; line-height: 1.75; }
.demo-facts { margin: 38px 0 26px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.demo-facts div { padding: 17px 14px; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; gap: 5px; }
.demo-facts div:last-child { border: 0; }
.demo-facts strong { color: var(--gold); font-size: 1.3rem; }
.demo-facts span { color: #aab8c7; font-size: .66rem; line-height: 1.4; }
.demo-copy blockquote { margin: 0 0 28px; padding: 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.06); color: #ccd5df; font-size: .78rem; }
.demo-form { padding: 32px; background: white; color: var(--ink); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.demo-form label { display: flex; flex-direction: column; gap: 8px; font-size: .75rem; font-weight: 760; }
.demo-form input, .demo-form select { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid #c9d0d8; border-radius: 2px; background: #fbfbf8; color: var(--ink); outline: none; }
.demo-form input:focus, .demo-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(209,122,34,.14); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-submit { width: 100%; margin-top: 24px; }
.form-privacy { color: var(--muted); font-size: .68rem; line-height: 1.55; }
.form-error { color: #a22727; font-size: .75rem; }
.status-message { display: none; margin: 0 0 18px; padding: 14px 16px; border-radius: 4px; font-size: .8rem; line-height: 1.55; }
.status-message.success { display: block; background: #e8f6ef; color: #126746; }
.status-message.error { display: block; background: #fdecec; color: #8f2424; }
.form-success { padding: 44px; background: white; color: var(--ink); border-radius: var(--radius); }
.success-mark { width: 54px; height: 54px; margin-bottom: 24px; border-radius: 50%; display: grid; place-items: center; background: #e8f6ef; color: var(--success); font-size: 1.5rem; }
.form-success h3 { font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.form-success > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.form-success .button { margin-top: 12px; }

.pulse-hero { padding: 110px 0 95px; background: var(--navy); color: white; text-align: center; }
.pulse-intro { max-width: 1030px; }
.pulse-hero h1 { font-size: clamp(3.5rem, 6.2vw, 6.8rem); }
.pulse-hero p:not(.eyebrow) { max-width: 760px; margin: 30px auto 0; color: #c8d2df; font-size: 1.08rem; line-height: 1.7; }
.no-account { display: inline-block; margin-top: 28px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); color: var(--gold-soft); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.journey-section { padding: 86px 0; background: var(--paper); }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.journey-card { min-height: 430px; padding: 38px; position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.journey-view { background: var(--accent-bg); }
.journey-number { position: absolute; right: 30px; top: 22px; color: rgba(7,17,31,.08); font-family: var(--font-display); font-size: 7.5rem; }
.journey-card h2 { max-width: 470px; margin: 86px 0 16px; font-family: var(--font-display); font-size: 2.7rem; font-weight: 400; line-height: 1.03; }
.journey-card > p:not(.eyebrow) { max-width: 440px; color: var(--muted); line-height: 1.65; }
.journey-card .button { align-self: flex-start; margin-top: auto; }
.metrics-section { padding: 100px 0 115px; background: #f3f4f7; }
.metrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.metric-pills { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.metric-pills div { min-height: 110px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: end; }
.metric-pills div:last-child { grid-column: 1 / -1; }
.metric-pills strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; }
.metric-pills span { margin-top: 5px; color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; }
.neutrality-card { margin-top: 78px; padding: 48px; display: grid; grid-template-columns: auto 1fr; gap: 28px; border-radius: var(--radius); background: var(--green); color: white; }
.quote-mark { color: var(--gold); font-family: var(--font-display); font-size: 5rem; line-height: .8; }
.neutrality-card h2 { margin: 0; font-family: var(--font-display); font-size: 2.4rem; font-weight: 400; }
.neutrality-card p { margin: 10px 0 0; color: #fdf0e2; }
.cohort-note { margin-top: 24px; padding: 24px; border: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cohort-note strong { margin-right: 10px; }
.cohort-note > span { padding: 8px 10px; background: white; font-size: .69rem; }
.cohort-note small { width: 100%; color: var(--muted); line-height: 1.55; }

.score-main { padding: 30px 0; display: grid; grid-template-columns: auto 1fr; gap: 25px; align-items: center; }
.score-main strong { color: var(--green); font-family: var(--font-display); font-size: 4.5rem; font-weight: 400; }
.score-main span { color: var(--muted); }
.score-main p { color: var(--muted); line-height: 1.6; }
.score-main b { color: var(--ink); }
.score-bars { display: flex; flex-direction: column; gap: 16px; }
.score-bars > div { display: grid; grid-template-columns: 1.5fr 1fr 28px; gap: 10px; align-items: center; font-size: .67rem; }
.score-bars > div > span { color: var(--muted); }
.score-bars i { height: 6px; background: #e2e6e8; }
.score-bars i b { display: block; height: 100%; background: var(--green); }
.score-bars > div > strong { text-align: right; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid h3 { margin: 54px 0 12px; font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; }
.capability-grid p { color: var(--muted); line-height: 1.65; }
.center-action { margin-top: 36px; text-align: center; }

.site-footer { padding: 74px 0 28px; background: var(--navy-2); color: #b8c2ce; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; }
.footer-grid p { max-width: 470px; margin: 22px 0 0; color: #7f8fa2; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 38px; color: white; font-size: .82rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #66788b; font-size: .7rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .hero-grid, .product-hero-grid, .vitals-grid, .demo-grid, .metrics-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid, .product-hero-grid, .vitals-grid { padding: 80px 0; }
  .signal-panel { min-height: 430px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 360px; }
  .product-card h3 { margin-top: 55px; }
  .split-heading, .outcome-grid { grid-template-columns: 1fr; gap: 28px; }
  .journey-grid { grid-template-columns: 1fr; }
  .outcome-grid h2 { font-size: 3.4rem; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header .button { min-height: 38px; padding: 0 12px; font-size: .72rem; }
  .brand-logo { width: 128px; }
  .footer-logo { width: 190px; }
  .home-hero::before, .product-hero::before, .vitals-hero::before { display: none; }
  .hero-copy h1, .product-hero h1, .vitals-hero h1, .pulse-hero h1 { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .product-section, .process-section, .vitals-capabilities, .demo-section, .metrics-section { padding: 76px 0; }
  .signal-panel { padding: 20px; min-height: 390px; }
  .product-card, .journey-card { padding: 25px; }
  .section-heading h2, .outcome-band h2, .demo-copy h2, .metrics-grid h2, .vitals-capabilities h2 { font-size: 2.75rem; }
  .outcome-cards, .process-line { grid-template-columns: 1fr; }
  .process-line { border-top: 0; border-left: 1px solid var(--line); margin-left: 5px; }
  .process-line div { padding: 0 0 25px 26px; }
  .process-line div::before { top: 2px; left: -5px; }
  .outcome-cards article { border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-cards article:last-child { border-bottom: 0; }
  .form-grid, .demo-facts, .capability-grid { grid-template-columns: 1fr; }
  .demo-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .demo-form, .form-success { padding: 24px; }
  .metric-row { grid-template-columns: 1fr; }
  .pulse-hero { padding: 80px 0 72px; }
  .journey-card h2 { font-size: 2.25rem; }
  .neutrality-card { padding: 28px; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
