:root { color-scheme: dark; --ink: #edf3fa; --muted: #adbdcd; --paper: #0c1724; --panel: #142438; --line: rgba(215, 232, 247, .14); --sun: #ffca3d; --mint: #77dfb2; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 77% 4%, #1d3b4a 0, transparent 29rem), var(--paper); font-family: "DM Sans", system-ui, sans-serif; }
a { color: inherit; }
.nav, .hero, .features, .download-panel, footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: Outfit, sans-serif; font-size: 19px; font-weight: 600; text-decoration: none; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--sun); color: #1b2529; font: 700 10px Outfit, sans-serif; letter-spacing: -0.5px; }
.nav-download { color: var(--ink); font-size: 14px; text-underline-offset: 5px; }
.hero { min-height: 640px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 35px; padding: 64px 30px 96px; }
.eyebrow { margin: 0 0 18px; color: var(--mint); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
h1, h2 { font-family: Outfit, sans-serif; letter-spacing: -.055em; }
h1 { max-width: 620px; margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .98; }
h1 em { color: var(--sun); font-style: normal; }
.lede { max-width: 500px; margin: 26px 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; gap: 13px; border-radius: 999px; padding: 0 21px; font-weight: 700; text-decoration: none; }
.button-primary { color: #172022; background: var(--sun); box-shadow: 0 12px 30px rgba(255, 202, 61, .17); }
.button-quiet { border: 1px solid var(--line); color: var(--ink); }
.fine-print { margin: 15px 0 0; color: #8294a7; font-size: 13px; }
.product-stage { position: relative; min-height: 490px; display: grid; place-items: center; }
.sun-glow { position: absolute; width: 370px; height: 370px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 202, 61, .25), rgba(255, 202, 61, 0) 65%); filter: blur(3px); }
.phone { position: relative; z-index: 1; width: 284px; min-height: 470px; border: 7px solid #263847; border-radius: 34px; padding: 10px 13px 16px; background: #f4f8f9; color: #172329; box-shadow: 0 28px 55px rgba(0, 0, 0, .3); transform: rotate(4deg); }
.phone-top, .app-head, .curve-title, .axis { display: flex; justify-content: space-between; }
.phone-top { padding: 1px 4px 10px; font-size: 10px; font-weight: 700; }
.app-head { align-items: center; margin: 3px 2px 13px; font-size: 10px; color: #526875; }.app-head strong { color: #172329; font-size: 14px; }
.uv-card, .curve-card { border-radius: 18px; padding: 15px; }.uv-card { background: #fff3c9; }.location { color: #5e644e; font-size: 10px; }.uv-reading { display: flex; align-items: flex-end; gap: 10px; margin-top: 5px; }.uv-reading strong { color: #ad5200; font: 700 52px/.9 Outfit, sans-serif; letter-spacing: -.08em; }.uv-reading span { padding-bottom: 6px; color: #715a39; font-size: 9px; }.risk { margin-top: 9px; color: #8f4607; font-size: 11px; font-weight: 700; }.risk i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: #f18925; }
.curve-card { margin-top: 11px; background: #fff; }.curve-title { margin-bottom: 6px; color: #485a62; font-size: 10px; }.curve-title strong { color: #172329; font-size: 12px; }.curve-title span { color: #be5b14; font-weight: 700; }.curve-card svg { display: block; width: 100%; }.grid { fill: none; stroke: #e5eef0; stroke-width: 1; }.area { fill: url(#curve); opacity: .13; }.line { fill: none; stroke: url(#curve); stroke-linecap: round; stroke-width: 4; }.now { fill: none; stroke: #a6b8bd; stroke-dasharray: 3 4; }.curve-card circle { fill: #ef8b2b; stroke: #fff; stroke-width: 3; }.axis { color: #71868e; font-size: 8px; }
.widget { position: absolute; z-index: 2; right: 18px; bottom: 36px; display: grid; width: 100px; height: 100px; place-content: center; border: 5px solid #314757; border-radius: 22px; background: #f5bc2f; color: #263238; box-shadow: 0 16px 30px rgba(0,0,0,.22); transform: rotate(-7deg); }.widget span { font-size: 11px; font-weight: 700; }.widget strong { font: 700 42px/.95 Outfit, sans-serif; letter-spacing: -.08em; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 50px 0 110px; }.features article { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(27, 47, 67, .38); }.feature-icon { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 12px; color: #172329; background: var(--sun); font: 700 16px Outfit, sans-serif; }.chart-icon { background: var(--mint); font-size: 29px; }.widget-icon { background: #9fc5f8; }.features h2 { margin: 22px 0 8px; font-size: 23px; }.features p, .download-copy p { color: var(--muted); line-height: 1.55; }
.download-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-bottom: 90px; padding: 55px; border-radius: 28px; background: #f5c438; color: #19272b; }.download-panel .eyebrow { color: #695600; }.download-panel h2 { margin: 0; font-size: clamp(37px, 4vw, 55px); line-height: .98; }.download-copy p { color: #3f4d40; }.download-panel .button-primary { margin-top: 5px; color: #eff8fa; background: #15262e; box-shadow: none; }.download-panel .fine-print { color: #665b31; }
footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding: 0 0 38px; color: #8fa3b4; font-size: 13px; line-height: 1.5; } footer p { max-width: 520px; margin: 5px 0 0; } footer p a { color: #c9dbe7; }
@media (max-width: 760px) { .nav { height: 70px; }.nav-download { font-size: 12px; }.hero { min-height: auto; grid-template-columns: 1fr; padding: 55px 4px 70px; }.product-stage { min-height: 420px; }.phone { transform: rotate(2deg) scale(.9); }.widget { right: 0; bottom: 18px; }.features, .download-panel { grid-template-columns: 1fr; }.features { padding: 25px 0 70px; }.download-panel { margin-bottom: 58px; padding: 35px 27px; }.download-copy { margin-top: -15px; } footer { flex-direction: column; }.actions { display: grid; }.button { width: 100%; } }
