@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --bg: #050505;
  --surface: #0d0d0d;
  --surface-2: #151515;
  --text: #f6f6f3;
  --muted: #9b9b96;
  --line: rgba(255,255,255,.10);
  --green: #20d568;
  --green-dark: #0d9f47;
  --lime: #a9ffb8;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.site-header {
  width: min(var(--max), calc(100% - 48px)); margin: 0 auto; height: 88px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  position: relative; z-index: 10;
}
.brand { display:flex; align-items:center; gap:10px; font-weight:700; letter-spacing:-.03em; }
.brand-mark {
  width: 34px; height:34px; display:grid; place-items:center; border-radius:9px;
  background:var(--green); overflow:hidden;
}
.brand-logo img {
  width:100%; height:100%; object-fit:cover; display:block;
}
.site-header nav { display:flex; gap:34px; color:#b8b8b3; font-size:14px; }
.site-header nav a:hover, .footer a:hover { color:var(--green); }
.nav-cta {
  border:1px solid var(--line); padding:10px 15px; border-radius:999px; font-size:13px;
  background:rgba(255,255,255,.035); transition:.2s ease;
}
.nav-cta:hover { border-color:rgba(32,213,104,.55); transform:translateY(-1px); }
.hero {
  width:min(var(--max), calc(100% - 48px)); min-height:720px; margin:0 auto;
  display:grid; grid-template-columns: 1fr 1.02fr; align-items:center; gap:20px;
  padding:60px 0 90px;
}
.eyebrow, .section-kicker {
  text-transform:uppercase; letter-spacing:.14em; font-size:11px; color:#aaa;
  font-weight:700;
}
.eyebrow { display:flex; align-items:center; gap:9px; margin-bottom:25px; }
.eyebrow span { width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 18px var(--green); }
.hero h1, h2 {
  font-family:"Space Grotesk", Arial, sans-serif; letter-spacing:-.065em; line-height:.94;
}
.hero h1 { font-size:clamp(54px, 6.2vw, 90px); margin:0; max-width:760px; }
.hero h1 em, h2 span, blockquote em { color:var(--green); font-style:normal; }
.hero-text { max-width:520px; color:var(--muted); font-size:18px; margin:30px 0 28px; }
.hero-actions { display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.button {
  display:inline-flex; align-items:center; gap:10px; border-radius:999px; padding:15px 20px;
  font-weight:700; font-size:14px; transition:.25s ease; border:1px solid transparent;
}
.button-primary { background:var(--green); color:#04140a; box-shadow:0 12px 40px rgba(32,213,104,.15); }
.button-primary:hover { transform:translateY(-2px); box-shadow:0 16px 50px rgba(32,213,104,.25); }
.apple { font-size:10px; border:1.5px solid #04140a; width:18px; height:18px; display:grid; place-items:center; border-radius:50%; }
.text-link { font-size:14px; color:#ddd; }
.text-link span { color:var(--green); margin-left:6px; }
.hero-note { margin-top:20px; color:#686864; font-size:12px; }
.hero-visual { min-height:620px; position:relative; display:grid; place-items:center; }
.hero-phone { width:min(100%, 760px); position:relative; z-index:2; filter:drop-shadow(0 35px 55px rgba(0,0,0,.55)); }
.glow { position:absolute; width:450px; height:450px; border-radius:50%; background:radial-gradient(circle, rgba(32,213,104,.23), rgba(32,213,104,0) 68%); filter:blur(5px); }
.speed-badge {
  position:absolute; z-index:4; top:15%; right:2%; padding:14px 17px; border:1px solid rgba(255,255,255,.12);
  border-radius:15px; background:rgba(10,10,10,.72); backdrop-filter:blur(14px); transform:rotate(4deg);
}
.speed-badge span { display:block; font-size:8px; letter-spacing:.15em; color:#999; }
.speed-badge strong { font:700 27px "Space Grotesk"; }
.speed-badge small { color:var(--green); font-weight:700; }
.ticker { overflow:hidden; white-space:nowrap; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:18px 0; color:#8e8e89; font:600 12px "Space Grotesk"; letter-spacing:.15em; }
.ticker div { width:max-content; animation:marquee 24s linear infinite; }
.ticker span { color:var(--green); padding:0 30px; }
@keyframes marquee { to { transform:translateX(-35%); } }
.section { width:min(var(--max), calc(100% - 48px)); margin:0 auto; padding:125px 0; }
.intro-grid { display:grid; grid-template-columns:1.05fr .65fr; gap:100px; margin-top:38px; }
h2 { font-size:clamp(44px, 5vw, 72px); margin:0; }
.intro-grid p { color:var(--muted); max-width:450px; font-size:17px; }
.intro-grid .lead { color:#eee; font-size:21px; margin-top:0; }
.feature-heading { margin:35px 0 55px; }
.feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.feature-card { min-height:370px; padding:31px; border:1px solid var(--line); border-radius:25px; background:var(--surface); position:relative; overflow:hidden; }
.card-number { color:#6f6f6b; font:600 11px "Space Grotesk"; letter-spacing:.12em; }
.feature-icon { position:absolute; right:28px; top:25px; font-size:28px; color:var(--green); }
.feature-card h3 { font:600 29px "Space Grotesk"; letter-spacing:-.04em; margin:65px 0 10px; }
.feature-card p { color:var(--muted); max-width:380px; margin:0; }
.mini-stat { position:absolute; bottom:0; right:0; padding:23px 28px; background:linear-gradient(135deg, rgba(32,213,104,.18), rgba(32,213,104,.03)); border-radius:35px 0 0 0; }
.mini-stat strong { font:700 50px "Space Grotesk"; letter-spacing:-.07em; }
.mini-stat span { color:var(--green); font-size:12px; margin-left:7px; }
.dark-card { background:#101111; }
.line-demo { position:absolute; bottom:62px; left:0; right:0; height:1px; background:rgba(255,255,255,.35); }
.line-demo:before { content:""; position:absolute; left:50%; top:-48px; width:1px; height:97px; background:var(--green); box-shadow:0 0 20px var(--green); }
.line-demo span { position:absolute; left:50%; top:-5px; width:11px; height:11px; border-radius:50%; background:var(--green); transform:translateX(-50%); }
.accent-card { background:linear-gradient(145deg, #10321e, #0a1610); }
.progress-bars { position:absolute; bottom:0; left:31px; right:31px; display:flex; gap:7px; align-items:flex-end; height:90px; }
.progress-bars i { display:block; flex:1; background:var(--green); border-radius:5px 5px 0 0; opacity:.8; }
.progress-bars i:nth-child(1){height:25%}.progress-bars i:nth-child(2){height:38%}.progress-bars i:nth-child(3){height:48%}.progress-bars i:nth-child(4){height:63%}.progress-bars i:nth-child(5){height:76%}.progress-bars i:nth-child(6){height:90%}
.wide-card { grid-column:1/-1; min-height:280px; display:flex; justify-content:space-between; align-items:flex-end; }
.wide-card h3 { margin-top:70px; }
.big-type { text-align:right; font:700 clamp(70px,10vw,140px)/.72 "Space Grotesk"; letter-spacing:-.09em; color:#222; }
.big-type span { color:#292929; }
.how { border-top:1px solid var(--line); }
.how h2 { margin-top:35px; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); margin-top:70px; border:1px solid var(--line); }
.step { background:var(--bg); padding:32px; min-height:220px; }
.step-no { color:var(--green); font:700 12px "Space Grotesk"; margin-bottom:60px; }
.step h3 { font:600 22px "Space Grotesk"; margin:0 0 8px; }
.step p { color:var(--muted); margin:0; max-width:260px; font-size:14px; }
.quote-section { padding:150px 24px; text-align:center; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.quote-mark { color:var(--green); font:700 70px Georgia; line-height:.5; }
blockquote { margin:25px auto; font:500 clamp(38px, 5.4vw, 72px)/.98 "Space Grotesk"; letter-spacing:-.06em; }
.quote-section p { color:#777; font-size:12px; text-transform:uppercase; letter-spacing:.16em; }
.download { padding-top:100px; padding-bottom:120px; }
.download-card { min-height:430px; border-radius:30px; padding:65px; background:linear-gradient(135deg, #20d568, #0a8f3d); color:#04140a; display:flex; align-items:center; justify-content:space-between; overflow:hidden; position:relative; }
.download-card .section-kicker { color:rgba(4,20,10,.58); }
.download-card h2 { margin:28px 0 18px; }
.download-card h2 span { color:#d7ffdf; }
.download-card p { max-width:480px; color:rgba(4,20,10,.68); }
.button-light { background:#050505; color:white; margin-top:18px; }
.button-light:hover { transform:translateY(-2px); }
.download-ring { width:290px; height:290px; border:1px solid rgba(4,20,10,.25); border-radius:50%; display:grid; place-items:center; margin-right:5%; }
.download-ring div { width:130px; height:130px; border-radius:50%; display:grid; place-items:center; background:#050505; color:var(--green); font:700 80px "Space Grotesk"; box-shadow:0 0 0 28px rgba(4,20,10,.06); }
.footer { border-top:1px solid var(--line); width:min(var(--max), calc(100% - 48px)); margin:0 auto; padding:40px 0 28px; }
.footer-top { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:20px; }
.footer-top p { color:#70706c; text-align:center; font-size:13px; }
.footer-links { display:flex; justify-content:flex-end; gap:22px; color:#aaa; font-size:13px; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:70px; padding-top:20px; border-top:1px solid var(--line); color:#555; font-size:11px; }
.policy { width:min(900px, calc(100% - 48px)); margin:0 auto; padding:100px 0 130px; }
.policy h1 { font:700 clamp(52px, 7vw, 88px)/.95 "Space Grotesk"; letter-spacing:-.07em; margin:28px 0 12px; }
.policy-updated { color:#666; font-size:13px; margin-bottom:70px; }
.policy-intro { font-size:21px; color:#d9d9d5; border-left:2px solid var(--green); padding-left:25px; margin-bottom:70px; }
.policy-content h2 { font-size:35px; margin:65px 0 20px; }
.policy-content h3 { font:600 24px "Space Grotesk"; margin:42px 0 12px; letter-spacing:-.03em; }
.policy-content p, .policy-content li { color:#9b9b96; font-size:16px; }
.policy-content ul { padding-left:22px; }
.policy-content li { margin:10px 0; padding-left:4px; }
.policy-content a { color:var(--green); }
@media (max-width: 900px) {
  .site-header nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:50px; }
  .hero-visual { min-height:500px; margin-top:-20px; }
  .hero-phone { max-width:650px; }
  .speed-badge { right:5%; top:9%; }
  .intro-grid { grid-template-columns:1fr; gap:25px; }
  .feature-grid { grid-template-columns:1fr; }
  .wide-card { grid-column:auto; }
  .steps { grid-template-columns:1fr; }
  .download-card { padding:45px; }
  .download-ring { width:190px; height:190px; }
  .download-ring div { width:90px; height:90px; font-size:55px; }
}
@media (max-width: 620px) {
  .site-header, .hero, .section, .footer { width:min(100% - 30px, var(--max)); }
  .site-header { height:74px; }
  .nav-cta { padding:9px 12px; }
  .hero { padding-top:40px; min-height:auto; }
  .hero h1 { font-size:52px; }
  .hero-text { font-size:16px; }
  .hero-visual { min-height:390px; }
  .speed-badge { transform:scale(.85) rotate(4deg); right:-2%; }
  .section { padding:85px 0; }
  .feature-card { min-height:340px; padding:24px; border-radius:20px; }
  .wide-card { min-height:330px; display:block; }
  .big-type { position:absolute; right:20px; bottom:30px; font-size:70px; }
  .download-card { padding:35px 25px; min-height:500px; }
  .download-ring { position:absolute; right:-55px; bottom:-45px; opacity:.5; }
  .footer-top { grid-template-columns:1fr; justify-items:start; }
  .footer-top p { text-align:left; }
  .footer-links { justify-content:flex-start; }
  .footer-bottom { flex-direction:column; margin-top:45px; }
  .policy { padding-top:70px; }
  .policy-intro { font-size:18px; }
}
