:root {
  --ink: #0b1220;
  --ink-soft: #162536;
  --teal: #0f766e;
  --green: #15803d;
  --lime: #d9f99d;
  --mist: #f5f7f2;
  --paper: #ffffff;
  --muted: #68746d;
  --line: #dfe6df;
  --yellow: #fbbf24;
  --blue: #2563eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mist); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 78px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 40px; background: rgba(245,247,242,.86); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(223,230,223,.7); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; letter-spacing: -1px; white-space: nowrap; }
.brand img { object-fit: contain; width: 42px; height: 34px; }
.brand-accent { color: var(--teal); }
.desktop-nav { display: flex; gap: 28px; margin-right: auto; color: #51605a; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover, .text-link:hover, .card-link:hover, .persona-link:hover { color: var(--teal); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 21px; border-radius: 999px; font-size: 13px; font-weight: 800; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(11,18,32,.14); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 12px; }
.button-dark { color: white; background: var(--ink); }
.button-lime { color: var(--ink); background: var(--lime); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 24px; color: var(--ink); }
.mobile-nav { display: none; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-top: 68px; padding-bottom: 80px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; font-weight: 850; }
.eyebrow.dark { color: var(--teal); }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,249,157,.14); }
.eyebrow.dark .eyebrow-dot { background: var(--teal); box-shadow: 0 0 0 5px rgba(15,118,110,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(52px, 7vw, 88px); line-height: .98; letter-spacing: -5px; font-weight: 850; max-width: 650px; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-lede { max-width: 510px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.text-link, .card-link, .persona-link { color: var(--ink); font-size: 13px; font-weight: 800; transition: color .2s ease; }
.hero-proof { display: flex; gap: 15px; align-items: center; margin-top: 58px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.hero-proof strong { color: var(--ink); }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { width: 31px; height: 31px; margin-left: -10px; border: 2px solid var(--mist); display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 9px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--teal); color: white; }.avatar-stack span:nth-child(3) { background: var(--yellow); color: var(--ink); }.avatar-stack span:nth-child(4) { background: var(--paper); color: var(--ink); }
.hero-visual { min-height: 530px; position: relative; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(15,118,110,.16); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 530px; height: 360px; }.orbit-two { width: 430px; height: 500px; transform: rotate(40deg); border-color: rgba(217,249,157,.54); }
.device-card { width: min(100%, 390px); padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: var(--ink); color: white; box-shadow: 0 30px 70px rgba(11,18,32,.25); position: relative; z-index: 2; }
.device-topline, .device-status, .device-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.mini-brand { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; }.mini-brand img { object-fit: contain; filter: brightness(0) invert(1); }.live-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; background: rgba(217,249,157,.12); border-radius: 99px; color: var(--lime); font-size: 9px; font-weight: 800; }.live-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.device-heading { margin-top: 42px; align-items: flex-end; }.overline { color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: 1.4px; font-weight: 800; }.device-heading h2 { margin: 6px 0 3px; font-size: 28px; letter-spacing: -1px; }.device-heading p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }.device-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--ink); background: var(--lime); border-radius: 15px; font-size: 30px; transform: rotate(-12deg); }.device-status { margin-top: 32px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.13); }.status-label { color: var(--lime); font-size: 12px; font-weight: 800; }.status-time { color: rgba(255,255,255,.46); font-size: 10px; }.journey-line { display: flex; align-items: center; margin: 22px 0; }.journey-step { color: rgba(255,255,255,.35); text-align: center; font-size: 12px; line-height: 1; }.journey-step small { display: block; margin-top: 7px; white-space: nowrap; font-size: 8px; color: rgba(255,255,255,.45); }.journey-step.done { color: var(--lime); }.journey-step.active { color: var(--yellow); }.journey-step.active small { color: white; }.journey-connector { flex: 1; height: 1px; margin: 0 6px 15px; background: rgba(255,255,255,.2); }.journey-connector.done { background: var(--lime); }.device-note { display: flex; gap: 12px; padding: 14px; border-radius: 15px; background: rgba(255,255,255,.07); }.device-note p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; }.device-note strong { color: white; }.note-icon { color: var(--yellow); font-size: 20px; }.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-radius: 15px; background: white; box-shadow: 0 18px 42px rgba(11,18,32,.15); }.floating-card p { margin: 0; color: var(--ink); font-size: 11px; line-height: 1.35; }.floating-card p span { color: var(--muted); font-size: 10px; }.quote-card { top: 10%; left: -3%; }.trust-card { right: -2%; bottom: 13%; }.floating-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; font-weight: 800; }.floating-icon.green { color: var(--green); background: rgba(21,128,61,.12); }.floating-icon.yellow { color: #a16207; background: #fff3cd; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: white; padding: 0 max(24px, calc((100vw - 1180px) / 2)); }.signal-strip > div { display: grid; grid-template-columns: 36px 1fr; column-gap: 14px; padding: 22px 20px; border-left: 1px solid rgba(255,255,255,.1); }.signal-strip > div:last-child { border-right: 1px solid rgba(255,255,255,.1); }.signal-mark { grid-row: span 2; color: var(--lime); font-size: 11px; font-weight: 800; }.signal-strip strong { font-size: 13px; }.signal-strip div span:last-child { color: rgba(255,255,255,.5); font-size: 11px; }
.content-section { padding-top: 124px; padding-bottom: 124px; }.section-intro { max-width: 590px; }.section-intro h2 { margin: 14px 0 18px; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -4px; }.section-intro h2 span { color: var(--teal); }.section-intro > p:last-child { max-width: 430px; color: var(--muted); font-size: 16px; }.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 58px; }.journey-card { position: relative; min-height: 390px; padding: 25px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); }.journey-card-featured { background: var(--teal); color: white; border-color: var(--teal); }.step-number { color: var(--muted); font-size: 11px; font-weight: 850; }.journey-card-featured .step-number { color: rgba(255,255,255,.6); }.journey-illustration { height: 145px; position: relative; margin: 28px 0 23px; border-radius: 19px; background: var(--mist); overflow: hidden; }.journey-card-featured .journey-illustration { background: rgba(255,255,255,.11); }.search-circle { position: absolute; width: 73px; height: 73px; left: 42%; top: 28%; border: 12px solid var(--lime); border-radius: 50%; }.search-handle { position: absolute; width: 55px; height: 12px; left: 59%; top: 66%; background: var(--lime); border-radius: 99px; transform: rotate(45deg); }.spark { position: absolute; color: white; }.spark-a { top: 22%; left: 25%; color: var(--lime); font-size: 24px; }.spark-b { top: 70%; left: 21%; font-size: 24px; }.match-person { position: absolute; display: grid; place-items: center; width: 61px; height: 61px; top: 32%; border-radius: 50%; font-size: 23px; font-weight: 800; }.person-one { left: 24%; background: #dbeafe; color: var(--blue); }.person-two { right: 24%; background: #dcfce7; color: var(--green); }.match-link { position: absolute; top: 42%; left: 43%; color: var(--teal); font-size: 27px; }.done-illustration { background: #fff3cd; }.done-check { position: absolute; left: 37%; top: 28%; width: 75px; height: 75px; display: grid; place-items: center; border: 6px solid var(--green); border-radius: 50%; color: var(--green); font-size: 33px; font-weight: 850; }.done-ring { position: absolute; left: 30%; top: 21%; width: 105px; height: 105px; border: 1px dashed rgba(21,128,61,.45); border-radius: 50%; }.done-star { position: absolute; top: 20%; right: 21%; color: #a16207; font-size: 25px; }.journey-card h3 { margin-bottom: 10px; font-size: 19px; letter-spacing: -.5px; }.journey-card p { min-height: 50px; margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }.journey-card-featured p { color: rgba(255,255,255,.72); }.journey-card-featured .card-link { color: var(--lime); }

.dark-section { padding: 120px 0; background: var(--ink); color: white; }.dark-intro { max-width: 680px; }.dark-intro h2 { margin-bottom: 22px; }.dark-intro h2 em { color: var(--lime); }.dark-intro > p:last-child { color: rgba(255,255,255,.6); }.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }.persona-card { min-height: 435px; padding: 23px; border-radius: 23px; color: var(--ink); }.persona-customer { background: var(--lime); }.persona-pro { background: #dbeafe; }.persona-admin { background: #fff3cd; }.persona-meta { display: flex; justify-content: space-between; color: rgba(11,18,32,.52); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.2px; }.persona-tag { padding: 6px 9px; border: 1px solid rgba(11,18,32,.16); border-radius: 99px; }.persona-art { height: 175px; position: relative; display: grid; place-items: center; }.art-phone, .art-tool, .art-shield { display: grid; place-items: center; width: 90px; height: 116px; border: 5px solid var(--ink); border-radius: 21px; font-size: 52px; transform: rotate(11deg); }.art-star, .art-check, .art-spark { position: absolute; font-size: 27px; }.art-star { right: 24%; top: 23%; }.art-tool { width: 120px; height: 78px; border-radius: 39px; transform: rotate(-12deg); }.art-check { right: 22%; bottom: 27%; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 20px; }.art-shield { width: 91px; height: 106px; border-radius: 48% 48% 55% 55%; transform: rotate(0); font-size: 37px; }.art-spark { right: 26%; top: 27%; }.persona-card h3 { max-width: 230px; margin-bottom: 9px; font-size: 21px; line-height: 1.1; letter-spacing: -.8px; }.persona-card p { min-height: 58px; color: rgba(11,18,32,.63); font-size: 13px; line-height: 1.5; }.persona-link { display: inline-flex; gap: 10px; }.split-intro { max-width: 100%; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }.split-intro > p { justify-self: end; margin-bottom: 5px; max-width: 340px; color: var(--muted); font-size: 14px; }.surface-list { margin-top: 54px; border-top: 1px solid var(--line); }.surface-row { min-height: 128px; display: grid; grid-template-columns: 70px 1fr 220px 30px; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }.surface-row:hover { padding-left: 12px; background: rgba(255,255,255,.56); }.surface-number { color: var(--teal); font-size: 12px; font-weight: 850; }.surface-copy h3 { margin-bottom: 5px; font-size: 19px; }.surface-copy p { margin: 0; color: var(--muted); font-size: 13px; }.surface-status { color: var(--muted); font-size: 11px; }.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; }.green-dot { background: var(--green); }.blue-dot { background: var(--blue); }.yellow-dot { background: #d97706; }.surface-arrow { font-size: 20px; color: var(--teal); }
.notify-section { padding: 104px 0; background: var(--teal); color: white; }.notify-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }.notify-section h2 { margin: 15px 0 0; font-size: clamp(40px, 5vw, 64px); line-height: .98; letter-spacing: -3px; }.notify-section h2 em { color: var(--lime); }.notify-copy > p { max-width: 400px; color: rgba(255,255,255,.75); font-size: 15px; }.email-row { display: flex; gap: 9px; margin-top: 26px; padding: 6px; background: rgba(0,0,0,.16); border-radius: 999px; }.email-row input { min-width: 0; flex: 1; padding: 0 14px; border: 0; outline: 0; background: transparent; color: white; }.email-row input::placeholder { color: rgba(255,255,255,.55); }.form-note { margin: 12px 0 0; color: rgba(255,255,255,.53); font-size: 11px; }.site-footer { padding: 34px 0; background: var(--ink); color: white; }.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }.footer-brand { color: white; }.footer-brand img { filter: brightness(0) invert(1); }.footer-inner > p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; text-align: center; }.footer-meta { display: flex; justify-content: flex-end; gap: 20px; color: rgba(255,255,255,.5); font-size: 11px; }.footer-meta a:hover { color: var(--lime); }

@media (max-width: 900px) { .desktop-nav, .site-header > .button { display: none; }.menu-toggle { display: block; }.hero { grid-template-columns: 1fr; gap: 30px; padding-top: 55px; }.hero-visual { min-height: 510px; }.quote-card { left: 2%; }.trust-card { right: 2%; }.journey-grid, .persona-grid { grid-template-columns: 1fr; }.journey-card, .persona-card { min-height: auto; }.journey-illustration, .persona-art { height: 135px; }.split-intro, .notify-inner { grid-template-columns: 1fr; gap: 20px; }.split-intro > p { justify-self: start; }.notify-copy { max-width: 520px; }.footer-inner { grid-template-columns: 1fr; }.footer-inner > p, .footer-meta { justify-content: flex-start; text-align: left; } }
@media (max-width: 600px) { .section-shell { width: min(100% - 32px, 1180px); }.site-header { height: 68px; padding: 0 16px; }.brand { font-size: 19px; }.hero { min-height: 0; padding-top: 45px; padding-bottom: 60px; }.hero h1 { font-size: 55px; letter-spacing: -3.5px; }.hero-lede { font-size: 16px; }.hero-proof { margin-top: 38px; }.hero-visual { min-height: 445px; }.device-card { padding: 19px; }.orbit-one { width: 330px; height: 280px; }.orbit-two { width: 310px; height: 380px; }.floating-card { transform: scale(.84); }.quote-card { top: 1%; left: -12%; }.trust-card { right: -12%; bottom: 5%; }.signal-strip { grid-template-columns: 1fr; padding: 0 16px; }.signal-strip > div, .signal-strip > div:last-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.signal-strip > div:last-child { border-bottom: 0; }.content-section, .dark-section { padding-top: 78px; padding-bottom: 78px; }.section-intro h2, .notify-section h2 { letter-spacing: -2.8px; }.surface-row { grid-template-columns: 35px 1fr 24px; gap: 10px; padding: 18px 0; }.surface-status { grid-column: 2; font-size: 10px; }.surface-arrow { grid-column: 3; grid-row: 1 / span 2; }.email-row { flex-direction: column; border-radius: 20px; background: rgba(0,0,0,.16); }.email-row input { min-height: 48px; }.email-row .button { width: 100%; }.mobile-nav { display: flex; flex-direction: column; gap: 15px; padding: 18px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 68px; z-index: 9; font-size: 14px; font-weight: 750; }.mobile-nav[hidden] { display: none; } }
