:root { color-scheme: dark; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #020321; } html, body { height: 100%; overscroll-behavior: none; } * { box-sizing: border-box; } body { margin: 0; min-width: 320px; overflow: hidden; color: #f8fafc; }
.landing { height: 100svh; overflow: hidden; position: relative; isolation: isolate; overscroll-behavior: none; background: radial-gradient(ellipse 58% 62% at 7% 0%, rgba(77, 252, 165, .13) 0%, rgba(19, 85, 84, .09) 31%, transparent 70%), radial-gradient(ellipse 52% 66% at 100% 100%, rgba(24, 61, 115, .25) 0%, transparent 68%), linear-gradient(125deg, #020321 0%, #05072b 48%, #071937 100%); }.landing::before { content: ""; position: absolute; top: 0; left: 50%; width: min(88vw, 1080px); height: 1px; background: linear-gradient(90deg, transparent, rgba(77, 252, 165, .55), transparent); transform: translateX(-50%); }.landing::after { content: ""; position: absolute; z-index: -1; width: min(72vw, 900px); height: min(72vw, 900px); border: 1px solid rgba(151, 177, 225, .09); border-radius: 50%; right: -32vw; top: -43vw; pointer-events: none; }.ambient { display: block; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }.ambient--one { width: min(44vw, 620px); height: min(44vw, 620px); left: -23vw; bottom: -30vw; border: 1px solid rgba(77, 252, 165, .13); }.ambient--two { width: min(46vw, 650px); height: min(46vw, 650px); right: -26vw; bottom: -36vw; border: 1px solid rgba(142, 174, 255, .1); }
.page-shell { width: min(100% - 48px, 900px); min-height: 100svh; margin: auto; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(24px, 5vh, 52px) 0 20px; }.brand { display: inline-flex; justify-self: center; align-items: center; }.brand__logo { width: 170px; height: 40px; overflow: hidden; display: block; }.brand__logo img { display: block; width: 278px; height: 156px; max-width: none; transform: translate(-41px, -59px); filter: brightness(0) invert(1); opacity: .86; }
.content { align-self: center; text-align: center; max-width: 810px; margin: 12px auto 8px; }.eyebrow { margin: 0 0 11px; color: #4dfca5; font-size: 10px; font-weight: 800; letter-spacing: .2em; } h1 { max-width: 720px; margin: 0 auto; font-size: clamp(27px, 3.4vw, 40px); letter-spacing: -.035em; line-height: 1.13; font-weight: 700; }.intro { max-width: 650px; margin: 14px auto 20px; color: #aeb8c9; font-size: clamp(13px, 1.35vw, 15px); line-height: 1.55; }.benefits { display: grid; gap: 0; max-width: 720px; margin: 0 auto 22px; padding: 0; text-align: left; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }.benefits li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; padding: 10px 0; color: #c4ccda; font-size: 12px; line-height: 1.42; border-bottom: 1px solid rgba(255,255,255,.14); }.benefits strong { color: #fff; font-weight: 700; }.check { display: grid; place-items: center; width: 17px; height: 17px; margin-top: 1px; color: #020321; background: #4dfca5; border-radius: 50%; font-size: 11px; font-weight: 900; }
.cta { width: min(100%, 510px); margin: 0 auto; min-height: 52px; padding: 12px 16px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #020321; background: #4dfca5; border-radius: 5px; box-shadow: none; font-size: 14px; font-weight: 800; line-height: 1.25; text-decoration: none; transition: background .2s ease; }.cta:hover { transform: none; background: #3de091; box-shadow: none; }.cta:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }.cta svg { width: 21px; flex: 0 0 auto; }.cta__arrow { width: 18px !important; }.privacy { max-width: 520px; margin: 12px auto 0; color: #7e8aa0; font-size: 10px; line-height: 1.45; }.privacy span { color: #4dfca5; font-size: 14px; vertical-align: -1px; } footer { align-self: end; text-align: center; color: #626d83; font-size: 10px; letter-spacing: .05em; }
@media (max-height: 720px) and (min-width: 701px) { .page-shell { padding-top: 16px; }.content { margin: 6px auto; }.intro { margin: 10px auto 14px; }.benefits { gap: 5px; margin-bottom: 15px; }.benefits li { padding: 6px 10px; }.cta { min-height: 50px; }.privacy { margin-top: 8px; } } @media (max-width: 700px) { .page-shell { width: min(100% - 28px, 600px); padding-top: 18px; padding-bottom: 13px; }.brand__logo { width: 175px; height: 42px; transform: scale(.92); transform-origin: center; }.content { margin: 10px auto; }.eyebrow { margin-bottom: 8px; font-size: 10px; } h1 { font-size: clamp(27px, 8.6vw, 38px); }.intro { margin: 12px auto 16px; font-size: 13px; }.benefits { gap: 6px; margin-bottom: 17px; }.benefits li { grid-template-columns: 19px 1fr; gap: 7px; padding: 7px 9px; font-size: 11.5px; line-height: 1.35; }.check { width: 17px; height: 17px; font-size: 11px; }.cta { min-height: 54px; padding: 10px 12px; gap: 8px; font-size: 13px; }.cta svg { width: 20px; }.cta__arrow { width: 16px !important; }.privacy { margin-top: 10px; font-size: 10px; } } @media (max-height: 670px) and (max-width: 700px) { .page-shell { padding-top: 10px; }.content { margin: 5px auto; }.intro { margin: 7px auto 10px; }.benefits { gap: 4px; margin-bottom: 10px; }.benefits li { padding: 5px 8px; }.cta { min-height: 48px; }.privacy { margin-top: 6px; } } @media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
