@font-face{font-family:VTF Redzone Classic;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/VTFRedzoneClassic.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:400;font-style:normal;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(/fonts/Roboto_400Regular.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-style:normal;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(/fonts/Roboto_500Medium.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-style:normal;font-display:swap;src:local("Roboto Bold"),local("Roboto-Bold"),url(/fonts/Roboto_700Bold.ttf) format("truetype")}:root{--navy: #0f0427;--blue: #0f2150;--green: #76b935;--green-bright: #8bcc4a;--green-soft: #d9edc2;--text: #f8fafc;--text-72: rgba(255, 255, 255, .72);--text-58: rgba(255, 255, 255, .58);--gray-text: #a4b0b6;--placeholder: rgba(164, 176, 182, .8);--card-bg: rgba(2, 6, 23, .88);--card-border: rgba(255, 255, 255, .1);--surface: #020617;--surface-border: #1e293b;--field-bg: rgba(15, 4, 39, .8);--field-border: #253356;--divider: rgba(34, 46, 79, .6);--radius-card: 6px;--radius-control: 4px;--font-body: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "VTF Redzone Classic", Roboto, system-ui, sans-serif;--page-gutter: 40px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:24px;-webkit-font-smoothing:antialiased}h1,h2,h3,p,address{margin:0;font-style:normal}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-bright)}:focus-visible{outline:2px solid var(--green-bright);outline-offset:2px}svg{flex-shrink:0}.page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 12% 0%,rgba(118,185,53,.22),transparent 42%),linear-gradient(180deg,var(--navy) 0%,var(--blue) 100%)}.page>main{flex:1 1 auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--page-gutter)}.hd{font-family:var(--font-display);font-weight:400;letter-spacing:.01em;text-transform:uppercase}.eyebrow{font-size:12px;line-height:16px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--text-58)}.eyebrow.green{color:var(--green)}.muted{color:var(--text-58)}.fine{font-size:13px;line-height:18px;color:var(--placeholder);text-wrap:pretty}.site-header{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.lockup{display:inline-flex;align-items:center;gap:10px;color:#fff}.lockup:hover{color:#fff}.lockup img{width:36px;height:36px;border-radius:4px;display:block}.lockup span{font-family:var(--font-display);font-size:22px;line-height:22px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.lockup em{font-style:normal;color:var(--green)}.lockup.sm img{width:28px;height:28px}.lockup.sm span{font-size:18px;line-height:18px}.nav{display:flex;align-items:center;gap:32px}.nav a{display:inline-flex;align-items:center;min-height:44px;font-size:15px;line-height:20px;font-weight:500;color:var(--text-72)}.nav a:hover{color:#fff}.badge{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;padding:4px 12px;font-size:12px;line-height:16px;font-weight:600;color:var(--text-72);white-space:nowrap}.badge.green{border-color:#76b9354d;background:#76b9351a;color:var(--green-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 20px;border-radius:var(--radius-control);border:1px solid transparent;font:inherit;font-size:15px;font-weight:600;line-height:1;white-space:nowrap;color:var(--text);cursor:pointer}.btn-primary{background:var(--green);color:var(--navy);font-weight:700}.btn-primary:hover{background:var(--green-bright);color:var(--navy)}.btn-outline{border-color:#fff3;background:var(--surface);color:var(--text)}.btn-outline:hover{border-color:#fff6;color:#fff}.btn-sm{height:44px;padding:0 16px;font-size:14px}.btn-row{display:flex;flex-wrap:wrap;gap:12px}.btn-row .btn-outline{min-width:176px}.text-link{display:inline-flex;align-items:center;gap:6px;min-height:44px;font-size:15px;font-weight:600}.field{display:flex;align-items:center;gap:12px;height:48px;border-radius:var(--radius-control);border:1px solid var(--field-border);background:var(--field-bg);padding:0 16px;color:var(--placeholder)}.field:focus-within{border-color:var(--green)}.field input{flex:1 1 0;min-width:0;height:100%;border:0;background:transparent;color:var(--text);font:inherit;font-size:15px;outline:none}.field input::placeholder{color:var(--placeholder)}.label{font-size:14px;line-height:20px;font-weight:500;color:var(--text)}.card{border-radius:var(--radius-card);border:1px solid var(--card-border);background:var(--card-bg);padding:24px}.card h3{font-size:17px;line-height:24px;font-weight:700;color:#fff}.card p{margin-top:6px;font-size:15px;line-height:22px;color:var(--text-72);text-wrap:pretty}.surface{border-radius:var(--radius-card);border:1px solid var(--surface-border);background:var(--surface);box-shadow:0 24px 80px #0f172a1f}.hero{padding:56px 0 88px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:40px;align-items:center}.hero-grid.narrow{grid-template-columns:minmax(0,1fr) 320px;gap:96px}.hero-copy{display:flex;flex-direction:column;gap:32px;max-width:620px}.stack{display:flex;flex-direction:column;gap:16px}.stack-sm{gap:12px}.hero h1{font-size:clamp(44px,5vw,72px);line-height:1;color:#fff;text-wrap:balance}.lede{font-size:18px;line-height:28px;color:var(--text-72);text-wrap:pretty;max-width:560px}.hero-visual{display:flex;justify-content:center}.phone{width:300px;aspect-ratio:300 / 640;border-radius:40px;background:var(--surface);border:1px solid rgba(255,255,255,.15);box-shadow:0 40px 80px #00000073;padding:10px;flex-shrink:0}.phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:32px;display:block;background:var(--navy)}.phones{position:relative;height:700px}.phones .back{position:absolute;left:150px;top:0;width:270px;border-radius:36px;opacity:.85}.phones .back img{border-radius:28px}.phones .front{position:absolute;left:0;top:60px}.waitlist{padding:24px;display:flex;flex-direction:column;gap:14px;color:#fff}.waitlist h2{font-size:20px;line-height:26px;font-weight:700}.waitlist .sub{margin-top:4px;font-size:15px;line-height:22px;color:var(--text-72)}.form-row{display:flex;gap:10px}.form-row .field{flex:1 1 0}.form-row .btn{padding:0 24px}.reassure{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:var(--radius-card);background:#76b9351a;border:1px solid rgba(118,185,53,.3);color:var(--green-soft);font-size:15px;line-height:22px;text-wrap:pretty}.reassure svg{color:var(--green);margin-top:1px}.reassure strong{color:#fff}.section{padding:0 0 88px}.section-head{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.section-head h2{font-size:40px;line-height:44px;color:#fff;text-wrap:balance}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.step{display:flex;gap:16px;align-items:flex-start}.step-n{font-family:var(--font-display);font-size:32px;line-height:32px;color:var(--green);flex-shrink:0}.step>div{min-width:0}.feature .ico{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:14px;border-radius:var(--radius-control);background:#76b93526;border:1px solid rgba(118,185,53,.4);color:var(--green)}.cta-row{display:flex;align-items:center;gap:20px;padding-top:24px}.cta-row .muted{font-size:14px;line-height:20px}.band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:center;padding:48px;border-radius:var(--radius-card);border:1px solid rgba(118,185,53,.4);background:linear-gradient(135deg,#76b9352e,#02061799)}.band .stack{max-width:640px;gap:12px}.band h2{font-size:40px;line-height:44px;color:#fff}.band p{font-size:17px;line-height:26px;color:var(--text-72);text-wrap:pretty}.band .btn{padding:0 28px}.closing{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;padding-bottom:96px}.closing h2{font-size:48px;line-height:52px;color:#fff}.closing p{font-size:17px;line-height:26px;color:var(--text-72)}.closing .btn-row{justify-content:center}.site-footer{border-top:1px solid var(--divider);padding:32px 0 40px}.site-footer .inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer .inner>div:first-child{display:flex;flex-direction:column;gap:8px}.foot{font-size:13px;line-height:18px;color:var(--placeholder)}.foot-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 20px}.foot-links a{display:inline-flex;align-items:center;min-height:44px;font-size:13px;color:var(--text-72)}.foot-links a:hover{color:#fff}.legal{max-width:720px;padding:48px 0 88px;display:flex;flex-direction:column;gap:24px}.legal h1{font-size:40px;line-height:44px;color:#fff}.legal h2{font-size:17px;line-height:24px;font-weight:700;color:#fff;margin-top:8px}.legal p,.legal address{color:var(--text-72);text-wrap:pretty}.legal address,.legal .pre{white-space:pre-line}.oops{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:64px var(--page-gutter)}.oops .card{max-width:480px;display:flex;flex-direction:column;gap:16px;padding:32px}.oops h1{font-size:40px;line-height:44px;color:#fff}.oops p{margin:0;font-size:16px;line-height:24px}@media(max-width:960px){.hero-grid,.hero-grid.narrow{grid-template-columns:minmax(0,1fr);gap:48px}.phones{height:auto;display:flex;justify-content:center}.phones .back{display:none}.phones .front{position:static}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.band{grid-template-columns:minmax(0,1fr);gap:24px;padding:32px}}@media(max-width:640px){:root{--page-gutter: 20px}.site-header{height:64px;gap:12px}.lockup img{width:28px;height:28px}.lockup span{font-size:18px;line-height:18px}.nav,.hide-sm{display:none}.hero{padding:24px 0 40px}.hero-copy{gap:24px}.hero h1{font-size:44px;line-height:46px}.lede{font-size:16px;line-height:24px}.phone{width:250px;border-radius:34px}.phone img{border-radius:26px}.waitlist{padding:20px}.form-row{flex-direction:column}.form-row .btn{width:100%}.section{padding-bottom:40px}.section-head{margin-bottom:16px}.section-head h2{font-size:30px;line-height:32px}.grid-2,.grid-3,.grid-4{grid-template-columns:minmax(0,1fr);gap:12px}.card{padding:18px}.btn-row{flex-direction:column}.btn-row .btn{width:100%}.cta-row{flex-direction:column;align-items:stretch;gap:12px;padding-top:12px;text-align:center}.band{padding:24px;gap:16px}.band h2{font-size:30px;line-height:32px}.band p{font-size:15px;line-height:22px}.band .btn{width:100%}.closing{gap:16px;padding-bottom:48px}.closing h2{font-size:36px;line-height:38px}.closing p{font-size:15px;line-height:22px}.site-footer{padding:28px 0 32px}.site-footer .inner{flex-direction:column;align-items:flex-start;gap:12px}.foot-links{justify-content:flex-start}.legal{padding:24px 0 48px}.legal h1{font-size:30px;line-height:32px}}
