:root{--build: "v3";--ink-1: #0a0a0a;--ink-2: #1a1a1a;--ink-3: #4a4a4a;--ink-4: #6a6a6a;--bg: #f5f5f7;--bg-pure: #ffffff;--line: rgba(0, 0, 0, .08);--line-soft: rgba(0, 0, 0, .05);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .02);--shadow-md: 0 10px 30px rgba(0, 0, 0, .06), 0 4px 10px rgba(0, 0, 0, .03);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .1), 0 8px 20px rgba(0, 0, 0, .04)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink-1);font-family:Mona Sans,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;letter-spacing:-.008em}.page{min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;isolation:isolate}.page{position:relative}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(135deg,#f5f5f7,#fff 40%,#e8eaed);background-size:200% 200%;animation:gradient-shift 20s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease;filter:brightness(.92) saturate(.65) contrast(1.05)}.hero-video.is-loaded{opacity:.85}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.85) 28%,rgba(0,0,0,.7) 42%,rgba(0,0,0,.35) 55%,rgba(0,0,0,.1) 70%,transparent 82%);z-index:1}.hero-gradient{display:none}.hero-video.is-loaded{opacity:1}.header{position:absolute;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:none}.header .brand-logo{height:32px}.header .header-right{color:#ffffffd9}.header .header-meta{color:#ffffffb3}.header-inner{max-width:none;margin:0;padding:40px 56px 22px;display:flex;align-items:center;justify-content:space-between;min-height:92px;box-sizing:border-box}.header-right{display:flex;align-items:center;gap:32px;font-family:Mona Sans,sans-serif;font-size:12.5px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-2)}.header-meta{display:flex;align-items:center;gap:10px;color:var(--ink-3)}.header-dot{width:6px;height:6px;border-radius:50%;background:#00a86b;box-shadow:0 0 0 4px #00a86b1f;animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 900px){.header-right{display:none}}.brand-link{display:inline-flex;flex-direction:column;align-items:flex-start;gap:7px;text-decoration:none;line-height:1}.brand-logo{height:24px;width:auto;display:block;object-fit:contain}.brand-logo-sm{height:18px}.brand-tag{font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.42em;color:var(--ink-3);text-transform:uppercase;padding-left:3px}.hero-content{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;justify-content:center;max-width:none;width:100%;margin:0;padding:140px 56px 80px;animation:fade-up 1.2s cubic-bezier(.16,1,.3,1) both}.hero-inner{max-width:880px;width:100%;position:relative;z-index:1}.hero-content{justify-content:flex-end;padding-top:120px;padding-bottom:80px}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.eyebrow{display:inline-flex;align-items:center;gap:16px;font-family:Mona Sans,sans-serif;font-size:11px;font-weight:500;letter-spacing:.36em;color:var(--ink-2);margin-bottom:36px;text-transform:uppercase}.eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--ink-2)}.headline{font-family:Mona Sans,-apple-system,sans-serif;font-size:clamp(56px,6.4vw,104px);font-weight:600;line-height:.98;letter-spacing:-.035em;margin:0 0 36px;color:#fff}.headline .line-nowrap{white-space:nowrap}.headline .italic{font-style:italic;font-weight:500;color:#fff}.subhead{font-family:Mona Sans,sans-serif;font-size:clamp(17px,1.3vw,19px);font-weight:400;line-height:1.55;color:#ffffffd9;max-width:620px;margin:0 0 18px;letter-spacing:-.005em}.subhead-secondary{margin-bottom:56px;color:#fff9;font-size:clamp(14px,1.05vw,16px)}.eyebrow{color:#ffffffe6!important}.eyebrow:before{background:#ffffff80!important}.trust-row{color:#ffffffd9!important}.trust-item{border-color:#ffffff2e!important}.form{display:flex;gap:8px;max-width:620px;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;margin-bottom:36px;transition:all .4s ease}.form .field{background:#fffffff5;border:1px solid rgba(255,255,255,.4);border-radius:2px}.form.is-success{padding:22px 26px;background:#fffffffa}.field{flex:1;position:relative;display:flex;align-items:center}.field-select{flex:.85}.form input[type=email],.form select{width:100%;height:54px;padding:0 18px;border:none;background:transparent;font-family:Mona Sans,sans-serif;font-size:14.5px;font-weight:500;color:var(--ink-1);outline:none;letter-spacing:-.005em}.form input[type=email]::placeholder{color:var(--ink-4);font-weight:400}.form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:36px;cursor:pointer;color:var(--ink-3);font-weight:500}.form select:focus,.form select:not(:invalid):not([data-placeholder]){color:var(--ink-1)}.select-arrow{position:absolute;right:16px;pointer-events:none;color:var(--ink-3)}.cta{height:54px;padding:0 36px;border:none;background:#fff;color:#0a0a0a;font-family:Mona Sans,sans-serif;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border-radius:2px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.cta:hover:not(:disabled){background:#f5f5f7;transform:translateY(-1px)}.cta:hover:not(:disabled){background:#2a2a2a;transform:translateY(-1px);box-shadow:0 8px 20px #0000002e}.cta:active:not(:disabled){transform:translateY(0)}.cta:disabled{opacity:.6;cursor:not-allowed}.success{display:flex;align-items:center;gap:14px;color:var(--ink-1);animation:fade-up .5s cubic-bezier(.16,1,.3,1) both}.success-icon{flex-shrink:0;color:#00a86b;background:#00a86b14;border-radius:50%;padding:10px;box-sizing:content-box;width:20px;height:20px}.success strong{display:block;font-size:15px;font-weight:600;margin-bottom:4px}.success p{margin:0;font-size:13px;color:var(--ink-3);line-height:1.5}.error-msg{font-size:13px;color:#c53030;margin:-28px 0 28px;padding-left:8px}.store-row{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 36px;max-width:620px;justify-content:center}.store-btn{position:relative;display:inline-flex;align-items:center;gap:10px;height:52px;padding:0 18px 0 14px;background:#0a0a0a;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:10px;font-family:Mona Sans,sans-serif;cursor:not-allowed;opacity:.92;transition:opacity .2s ease,transform .2s ease}.store-btn:hover{opacity:1}.store-icon{width:22px;height:22px;flex-shrink:0;fill:#fff}.store-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1;text-align:left}.store-top{font-size:9px;font-weight:300;letter-spacing:.02em;opacity:.85;text-transform:none}.store-bottom{font-size:16px;font-weight:600;letter-spacing:-.01em;margin-top:3px}.store-badge{margin-left:4px;padding:4px 8px;font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:4px;line-height:1}.trust-row{display:flex;flex-wrap:nowrap;gap:0;font-family:Mona Sans,sans-serif;font-size:11px;color:var(--ink-3);letter-spacing:.04em;text-transform:uppercase;font-weight:500;white-space:nowrap}.trust-item{display:flex;align-items:center;padding:0 16px;border-right:1px solid rgba(0,0,0,.1);line-height:1}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:none;padding-right:0}.trust-item .check{display:none}.footer{background:#0a0a0a;color:#ffffffb3;padding:32px 0;position:relative;z-index:5}.footer .brand-logo{filter:invert(1) brightness(1.6)}.footer-inner{max-width:1480px;margin:0 auto;padding:0 64px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:4px;line-height:1}.footer-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-family:Mona Sans,sans-serif;font-size:11.5px;color:#ffffff80;max-width:820px;letter-spacing:.02em}.footer-meta .dot{color:#ffffff4d}@media (max-width: 768px){.header-inner,.hero-content,.footer-inner{padding-left:22px;padding-right:22px}.header-inner{padding:22px 22px 14px;min-height:56px}.header .brand-logo,.brand-logo{height:22px}.header-right{gap:0;font-size:10px;letter-spacing:.14em}.header-meta{font-size:9.5px;gap:6px}.hero-overlay{background:linear-gradient(180deg,#0000008c,#000000a6,#000c 70%,#000000e0)}.hero{min-height:100svh}.hero-content{padding-top:96px;padding-bottom:40px;justify-content:flex-end}.hero-inner{max-width:100%}.eyebrow{margin-bottom:18px;font-size:10px;letter-spacing:.28em;gap:12px}.eyebrow:before{width:20px}.headline{font-size:clamp(40px,12vw,56px);line-height:1.02;margin-bottom:20px;letter-spacing:-.03em}.headline br{display:none}.headline .line-nowrap{white-space:normal}.subhead{font-size:15px;line-height:1.5;margin-bottom:12px;max-width:100%}.subhead-secondary{font-size:13px;margin-bottom:28px}.form{flex-direction:column;gap:8px;margin-bottom:18px}.form .field,.form .field-select{flex:1 1 auto;width:100%}.form input[type=email],.form select{height:52px;font-size:16px;padding:0 16px}.cta{height:52px;width:100%;margin-top:4px;font-size:11.5px;letter-spacing:.16em}.store-row{max-width:100%;gap:10px;margin-bottom:24px;justify-content:flex-start}.store-btn{flex:1 1 0;min-width:0;height:48px;padding:0 12px 0 10px;gap:8px;justify-content:center}.store-icon{width:18px;height:18px}.store-top{font-size:8px}.store-bottom{font-size:13px;margin-top:2px}.store-badge{font-size:7.5px;padding:3px 5px;letter-spacing:.06em}.trust-row{flex-direction:column;flex-wrap:wrap;align-items:center;text-align:center;gap:8px;font-size:10px;white-space:normal;letter-spacing:.08em;line-height:1.4}.trust-item{padding:0;border-right:none;justify-content:center}.footer-inner{flex-direction:column;align-items:flex-start;text-align:left}.footer-meta{font-size:11px}.hero-video.is-loaded{opacity:1}}@media (max-width: 380px){.header-inner,.hero-content{padding-left:18px;padding-right:18px}.header .brand-logo{height:20px}.header-right .header-meta span:not(.header-dot){font-size:9px}.headline{font-size:clamp(36px,11vw,44px)}.subhead{font-size:14px}.store-bottom{font-size:12px}.store-top{font-size:7.5px}.store-badge{font-size:7px;padding:2px 4px;margin-left:2px}}@media (prefers-reduced-motion: reduce){.hero-bg,.hero-content,.success{animation:none!important}}
