:root {
  --ink: #071018;
  --ink-soft: #0d1923;
  --ink-panel: #122331;
  --paper: #f4f8f7;
  --paper-soft: #e8f1ef;
  --text: #f7fbfa;
  --muted: #9daeb4;
  --muted-dark: #53666a;
  --line: rgba(219, 245, 239, .18);
  --line-dark: rgba(7, 16, 24, .14);
  --mint: #54ead5;
  --mint-deep: #1ab9aa;
  --amber: #e5b46a;
  --container: 1180px;
  --radius: 6px;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: #12232b; font-family: var(--body); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); 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; }
.skip-link { position: fixed; left: 16px; top: -50px; z-index: 20; padding: 10px 14px; background: var(--mint); color: var(--ink); font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.section-dark { background: var(--ink); color: var(--text); }
.section-light { background: var(--paper); color: #12232b; }
.section { padding: 128px 0; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; color: var(--text); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; letter-spacing: -.03em; }
.brand b { color: var(--mint); font-weight: 700; }
.brand-mark { width: 25px; height: 25px; position: relative; display: inline-flex; align-items: end; gap: 3px; padding: 4px; border: 1px solid var(--mint); border-radius: 50%; transform: rotate(-28deg); }
.brand-mark span { display: block; width: 3px; background: var(--mint); border-radius: 4px; }
.brand-mark span:nth-child(1) { height: 7px; opacity: .55; }.brand-mark span:nth-child(2) { height: 12px; opacity: .78; }.brand-mark span:nth-child(3) { height: 17px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: #c4d2d3; }
.site-nav a, .footer-top nav a, .footer-legal a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .footer-top nav a:hover, .footer-legal a:hover { color: var(--mint); }
.nav-cta { display: inline-flex; gap: 10px; align-items: center; padding: 12px 16px; border: 1px solid var(--mint); color: var(--mint); }
.menu-toggle { display: none; background: none; border: 0; color: var(--text); padding: 10px; }

.hero { min-height: 800px; position: relative; overflow: hidden; padding: 190px 0 106px; }
.hero-stars { position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(circle at 15% 28%, rgba(84, 234, 213, .42) 0 1px, transparent 1.5px), radial-gradient(circle at 80% 16%, rgba(255,255,255,.65) 0 1px, transparent 1.5px), radial-gradient(circle at 68% 70%, rgba(84,234,213,.35) 0 1px, transparent 1.5px); background-size: 180px 180px, 250px 250px, 220px 220px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; max-width: 590px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dark { color: var(--mint-deep); }.eyebrow-line { width: 30px; height: 1px; background: currentColor; display: inline-block; }
h1, h2, h3, p { margin-top: 0; }.hero h1, h2 { font-family: var(--display); letter-spacing: -.065em; line-height: .98; font-weight: 700; }
h1 { margin-bottom: 26px; font-size: clamp(52px, 6vw, 88px); max-width: 720px; }.hero h1 em, h2 em { font-style: normal; color: var(--mint); }
.hero-lede { max-width: 500px; margin-bottom: 34px; color: #b6c4c7; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 74px; }
.button { display: inline-flex; align-items: center; gap: 20px; min-height: 48px; padding: 13px 17px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }.button-primary { background: var(--mint); color: var(--ink); }.button-primary:hover { background: #8af5e7; }.button-dark { background: var(--ink); color: var(--mint); }.button-dark:hover { background: var(--ink-soft); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 14px; color: var(--mint); font-size: 13px; font-weight: 700; }.text-link span, .arrow-link span { font-size: 18px; transition: transform .2s ease; }.text-link:hover span, .arrow-link:hover span { transform: translate(3px, -3px); }
.hero-facts { display: flex; gap: 28px; }.hero-facts div { display: flex; flex-direction: column; gap: 1px; padding-left: 13px; border-left: 1px solid var(--line); }.hero-facts strong { font-size: 14px; color: var(--text); }.hero-facts span { color: var(--muted); font-size: 11px; }
.hero-art { position: relative; min-height: 580px; display: flex; align-items: center; justify-content: center; }.hero-art img { position: relative; width: min(680px, 64vw); max-width: none; mix-blend-mode: screen; mask-image: radial-gradient(circle at center, black 45%, transparent 76%); }.hero-art-ring { position: absolute; border: 1px solid rgba(84, 234, 213, .18); border-radius: 50%; transform: rotate(-22deg); }.hero-art-ring-one { width: 88%; height: 33%; }.hero-art-ring-two { width: 82%; height: 54%; transform: rotate(32deg); }.signal { position: absolute; display: flex; align-items: center; gap: 8px; color: var(--mint); font-size: 10px; letter-spacing: .12em; }.signal span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(84,234,213,.12), 0 0 18px var(--mint); }.signal-one { top: 18%; right: 8%; }.signal-two { bottom: 22%; left: 8%; }.signal-two span { background: var(--amber); box-shadow: 0 0 0 5px rgba(229,180,106,.12), 0 0 18px var(--amber); }.hero-bottom-fade { position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, var(--ink)); pointer-events: none; }
.proof-strip { border-top: 1px solid var(--line); }.proof-grid { min-height: 84px; display: grid; grid-template-columns: repeat(3, 1fr) 1.3fr; align-items: center; gap: 24px; }.proof-grid p { margin: 0; color: #c6d4d4; font-size: 12px; }.proof-grid .proof-note { justify-self: end; color: var(--muted); text-align: right; }.proof-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--mint); }

.section-heading { max-width: 680px; margin-bottom: 68px; }.section-heading h2 { margin-bottom: 22px; font-size: clamp(46px, 5vw, 72px); }.section-heading > p:last-child { max-width: 480px; color: var(--muted-dark); }.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }.split-heading > p { margin-bottom: 5px; }.feature-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: stretch; }.feature-featured { min-height: 540px; display: grid; grid-template-rows: 1fr auto; background: var(--ink); color: var(--text); }.feature-image { min-height: 320px; overflow: hidden; }.feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9); }.feature-featured-copy { padding: 28px 30px 34px; }.feature-number { display: block; margin-bottom: 9px; color: var(--mint-deep); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.feature-featured-copy h3, .feature-row h3 { margin-bottom: 9px; font-size: 20px; letter-spacing: -.03em; }.feature-featured-copy p { max-width: 390px; margin-bottom: 22px; color: #a8b8ba; font-size: 14px; }.feature-list { display: flex; flex-direction: column; justify-content: space-between; }.feature-row { display: grid; grid-template-columns: 86px 1fr; gap: 25px; min-height: 148px; padding: 20px 0; border-top: 1px solid var(--line-dark); }.feature-row:last-child { border-bottom: 1px solid var(--line-dark); }.feature-row-icon { width: 86px; height: 86px; overflow: hidden; background: var(--paper-soft); }.feature-row-icon img { width: 100%; height: 100%; object-fit: cover; }.feature-row p { max-width: 420px; margin: 0; color: var(--muted-dark); font-size: 14px; }

.how-section { position: relative; background: var(--ink-soft); }.centered-heading { max-width: 700px; margin-right: auto; margin-left: auto; text-align: center; }.centered-heading .eyebrow { justify-content: center; }.centered-heading > p:last-child { margin: 0 auto; color: var(--muted); }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 82px; }.step { position: relative; padding: 0 42px 0 0; }.step + .step { padding-left: 42px; border-left: 1px solid var(--line); }.step-index { display: block; margin-bottom: 28px; color: var(--mint); font-family: ui-monospace, monospace; font-size: 12px; }.step-line { width: 42px; height: 1px; margin-bottom: 25px; background: var(--mint); }.step h3 { margin-bottom: 10px; font-family: var(--display); font-size: 29px; letter-spacing: -.04em; }.step p { margin: 0; color: var(--muted); font-size: 14px; max-width: 260px; }.truth-panel { display: grid; grid-template-columns: 32px 1fr; gap: 18px; max-width: 750px; padding-top: 24px; border-top: 1px solid var(--line); }.truth-icon { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); font-family: Georgia, serif; font-weight: 700; }.truth-panel strong { display: block; margin-bottom: 5px; color: var(--mint); font-size: 13px; }.truth-panel p { margin: 0; color: var(--muted); font-size: 13px; }

.pricing-section { background: var(--paper-soft); }.pricing-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }.pricing-copy { max-width: 470px; }.pricing-copy h2 { margin-bottom: 22px; font-size: clamp(46px, 5vw, 70px); }.pricing-copy > p:not(.eyebrow) { margin-bottom: 31px; color: var(--muted-dark); }.plan-visual { position: relative; min-height: 445px; display: grid; place-items: center; overflow: hidden; }.plan-visual::after { position: absolute; content: ""; inset: 15% 5% 3%; border: 1px solid rgba(26,185,170,.2); border-radius: 50%; transform: rotate(-16deg); }.plan-visual img { width: min(600px, 100%); mix-blend-mode: multiply; }.plan-note { position: absolute; right: 5%; bottom: 6%; z-index: 1; display: flex; align-items: center; gap: 13px; color: var(--muted-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }.plan-note span:last-child { color: var(--mint-deep); }.plan-divider { width: 50px; height: 1px; background: var(--mint-deep); }

.explore-section { background: var(--ink); }.explore-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }.explore-grid h2 { margin-bottom: 22px; font-size: clamp(46px, 5vw, 70px); }.explore-grid > div:first-child > p:last-child { max-width: 480px; margin: 0; color: var(--muted); }.status-card { padding: 32px; border: 1px solid var(--line); background: rgba(18,35,49,.54); }.status-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 45px; color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }.status-card h3 { margin-bottom: 12px; font-family: var(--display); font-size: 37px; letter-spacing: -.05em; }.status-card p { margin-bottom: 28px; color: var(--muted); font-size: 14px; }

.faq-section { background: var(--paper); }.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.faq-grid .section-heading { margin: 0; }.faq-list { border-top: 1px solid var(--line-dark); }.faq-list details { padding: 21px 0; border-bottom: 1px solid var(--line-dark); }.faq-list summary { cursor: pointer; list-style: none; padding-right: 30px; font-size: 16px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; float: right; color: var(--mint-deep); font-size: 21px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 620px; margin: 12px 0 0; color: var(--muted-dark); font-size: 14px; }

.site-footer { padding: 42px 0 24px; background: var(--ink); color: var(--text); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; padding-bottom: 42px; }.footer-top p { margin: 0; color: var(--muted); font-size: 13px; }.footer-top nav { display: flex; justify-content: end; gap: 19px; color: #c2d0d1; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }.footer-legal { display: flex; gap: 24px; }

@media (max-width: 900px) {
  .hero { min-height: auto; padding-top: 155px; }.hero-grid, .pricing-grid, .explore-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }.hero-copy { max-width: 650px; }.hero-art { min-height: 410px; margin-top: -20px; }.hero-art img { width: min(700px, 95vw); }.hero-art-ring-one { width: 90%; }.hero-art-ring-two { width: 85%; }.signal-one { right: 3%; }.signal-two { left: 3%; }.split-heading { gap: 20px; }.feature-layout { gap: 45px; }.pricing-copy { max-width: 600px; }.plan-visual { min-height: 380px; max-width: 650px; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-top nav { justify-content: start; grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 36px), var(--container)); }.section { padding: 88px 0; }.header-inner { min-height: 74px; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; }.menu-toggle > span:not(.sr-only) { width: 22px; height: 1px; background: currentColor; }.site-nav { position: absolute; top: 74px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); background: rgba(7,16,24,.97); }.site-nav.is-open { display: flex; }.site-nav a { padding: 13px 12px; }.nav-cta { justify-content: space-between; margin-top: 6px; }.hero { padding-top: 130px; }.hero h1 { font-size: clamp(49px, 14vw, 67px); }.hero-lede { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-bottom: 50px; }.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.hero-facts div { padding-left: 8px; }.hero-facts span { font-size: 10px; }.hero-art { min-height: 310px; margin-top: 10px; }.signal { font-size: 8px; }.proof-grid { grid-template-columns: 1fr 1fr; gap: 14px; padding: 20px 0; }.proof-grid .proof-note { grid-column: 1 / -1; justify-self: start; text-align: left; }.section-heading { margin-bottom: 45px; }.section-heading h2, .pricing-copy h2, .explore-grid h2 { font-size: clamp(43px, 13vw, 58px); }.feature-layout { grid-template-columns: 1fr; }.feature-featured { min-height: 0; }.feature-image { min-height: 230px; }.feature-row { grid-template-columns: 65px 1fr; gap: 17px; min-height: 0; padding: 18px 0; }.feature-row-icon { width: 65px; height: 65px; }.steps { grid-template-columns: 1fr; gap: 35px; margin-bottom: 60px; }.step, .step + .step { padding: 0 0 0 0; border-left: 0; }.step + .step { border-top: 1px solid var(--line); padding-top: 33px; }.step-index { margin-bottom: 17px; }.step-line { display: none; }.truth-panel { grid-template-columns: 27px 1fr; }.plan-visual { min-height: 300px; }.plan-note { right: 0; bottom: 0; }.status-card { padding: 24px; }.status-label { margin-bottom: 36px; }.footer-top { grid-template-columns: 1fr; gap: 18px; }.footer-top nav { grid-column: auto; flex-wrap: wrap; gap: 13px 18px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }.footer-legal { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }
