@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#0b1924;--paper:#eef4f7;--green:#b8fa61;--muted:#526370}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}header{display:flex;justify-content:space-between;align-items:center;padding:24px 5%;border-bottom:1px solid #cad4db}.wordmark{font-weight:900;font-size:30px;letter-spacing:-1.5px;line-height:1}.wordmark span{font-weight:400}.wordmark sup{font-size:22px;color:#6d8b9c;margin-left:5px}nav{display:flex;gap:32px;align-items:center;font-size:14px;font-weight:600}.nav-pill{border:1px solid #8898a3;border-radius:30px;padding:10px 20px}.hero{display:grid;grid-template-columns:1.04fr 1fr;min-height:730px}.hero-copy{padding:42px 7% 40px 9.6%;display:flex;flex-direction:column;justify-content:center}.eyebrow{display:flex;justify-content:space-between;border-bottom:1px solid #b9c8d2;padding-bottom:14px;font-size:12px;letter-spacing:1px}.ticker{font-size:13px;letter-spacing:1.4px;margin:40px 0 10px}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:800;letter-spacing:-.035em;line-height:.91;margin:0}h1{font-size:clamp(80px,8.8vw,150px)}h1 em,h2 em{font-style:normal;color:#4b7189}h1 em{display:inline-block;background:var(--green);color:var(--ink);padding:0 .07em .07em;transform:rotate(-3deg);margin-top:8px}.intro{font-size:20px;line-height:1.45;margin:30px 0}.actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.button{display:inline-block;background:var(--ink);color:white;padding:15px 24px;font-size:14px;line-height:1.5;border-radius:4px}.button strong{font-size:16px}.button:hover{background:#2d4f65}.copy{background:none;border:0;border-bottom:1px solid #8193a0;padding:12px 0;font-size:14px}.copy span{margin-left:14px}.micro{font-size:11px;letter-spacing:1px;margin:32px 0 0}.portrait{position:relative;min-height:100%;overflow:hidden;background:#193247}.portrait>img{width:100%;height:100%;object-fit:cover;object-position:50% 48%;position:absolute}.portrait:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#081d32aa);pointer-events:none}.photo-label{position:absolute;bottom:30px;left:30px;right:30px;display:flex;align-items:end;justify-content:space-between;z-index:1;color:white;font-weight:700;font-size:14px;line-height:1.2}.photo-label span:last-child{font-size:12px;letter-spacing:1px}.sticker{position:absolute;right:25px;top:35px;border-radius:50%;background:var(--green);width:122px;height:122px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:13px;font-weight:600;line-height:1.35;transform:rotate(12deg)}.ribbon{background:var(--green);padding:20px 0;display:flex;align-items:center;justify-content:space-around;gap:25px;overflow:hidden;white-space:nowrap;font-family:'Barlow Condensed',Impact,sans-serif;font-weight:700;font-size:29px;letter-spacing:.5px}.ribbon i{font-style:normal}.section{display:grid;grid-template-columns:1fr 2.2fr;gap:50px;padding:90px 8%;border-bottom:1px solid #bacbd5}.section-label{font-size:13px;letter-spacing:1.5px;font-weight:600;padding-top:12px}h2{font-size:clamp(56px,6vw,90px);line-height:.98;margin-bottom:30px}.section p{max-width:640px;font-size:18px;color:var(--muted)}.section strong{color:var(--ink)}.quote{font-size:clamp(23px,3vw,36px);line-height:1.3;letter-spacing:-1px;margin-top:38px;padding:0 0 0 25px;border-left:4px solid var(--green);font-weight:500}.rewards{background:#dfeaf0}.reward-top{display:flex;align-items:start;justify-content:space-between;gap:20px}.rate{font-family:'Barlow Condensed',Impact,sans-serif;font-size:110px;font-weight:700;line-height:1;color:#305c74}.rate span{font-size:55px}.rate small{display:block;font-family:'DM Sans',sans-serif;font-size:11px;letter-spacing:1px;font-weight:500;margin-top:8px}.specs{display:grid;grid-template-columns:repeat(3,1fr);margin:38px 0 25px;border-top:1px solid #a9beca;border-bottom:1px solid #a9beca;padding:25px 0;gap:20px}.specs span,.specs strong,.specs small{display:block}.specs span{font-size:11px;letter-spacing:1.2px;color:var(--muted)}.specs strong{font-size:17px;margin:8px 0}.specs small{font-size:13px;color:var(--muted)}.section .fine{font-size:14px;line-height:1.6}.launch{background:var(--ink);color:var(--paper)}.launch h2 em{color:var(--green)}.launch p{color:#b8cbd7}.launch .button{background:var(--green);color:var(--ink);font-weight:700}.launch .copy{color:white}.status{display:inline-block;border:1px solid #597080;border-radius:30px;padding:5px 15px;font-size:12px;letter-spacing:2px;margin-bottom:25px}footer{padding:40px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p{font-size:16px}footer small{font-size:12px;max-width:390px;color:var(--muted)}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--green);padding:12px 22px;border-radius:30px;font-size:14px;box-shadow:0 4px 20px #0002;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10}#toast.show{opacity:1}a:focus-visible,button:focus-visible{outline:3px solid #4a8db6;outline-offset:5px}@media(max-width:850px){header{padding:22px 6%}nav{gap:18px}nav>a:not(.nav-pill){display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:30px 7% 38px}.hero h1{font-size:clamp(76px,16vw,130px)}.ticker{margin-top:28px}.hero .intro{font-size:19px}.portrait{min-height:620px}.portrait>img{object-position:center 45%}.section{grid-template-columns:1fr;gap:25px;padding:55px 7%}.section-label{padding:0}.reward-top{gap:25px}.rate{font-size:88px}.rate span{font-size:40px}.specs{grid-template-columns:1fr;gap:22px}.specs>div{border-bottom:1px solid #bbccd5;padding-bottom:15px}.specs>div:last-child{border:0;padding:0}footer{flex-wrap:wrap;padding:30px 7%}footer small{max-width:100%;flex-basis:100%}.ribbon{justify-content:start;padding-left:25px;font-size:25px}.micro{font-size:12px;line-height:1.8}.section p{font-size:17px}}@media(max-width:430px){.portrait{min-height:480px}.reward-top{flex-direction:column}.rate{margin-bottom:15px}.hero h1{font-size:21vw}.nav-pill{padding:8px 12px}.sticker{width:100px;height:100px;font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Quote badge */
.sticker{width:176px;height:auto;min-height:142px;border-radius:8px;padding:20px 16px;text-align:center;transform:rotate(7deg);gap:10px;font-size:17px;line-height:1.15;box-shadow:0 6px 25px #071c3026}.sticker>span{font-weight:800;letter-spacing:.5px}.sticker b{font-size:14px;line-height:1.3;font-weight:500}@media(max-width:430px){.sticker{width:150px;min-height:125px;right:18px;top:24px;padding:15px 12px;font-size:15px}.sticker b{font-size:13px}}
