:root{
  --primary:#2563eb;
  --primary-dark:#0b1f3d;
  --navy:#061a35;
  --text:#0b1f3d;
  --muted:#52627a;
  --soft:#f5f8ff;
  --border:#dce6f6;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(18,58,125,.16);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--text);
  background:linear-gradient(135deg,#fff 0%,#f7fbff 45%,#edf5ff 100%);
}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,92%);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,230,246,.7)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900;letter-spacing:-.04em}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:white;font-weight:900;box-shadow:0 12px 30px rgba(37,99,235,.28)}
.main-nav{display:flex;align-items:center;gap:36px;font-weight:700;font-size:15px}
.main-nav a{position:relative;color:#0d2140}.main-nav a.active,.main-nav a:hover{color:var(--primary)}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-28px;height:3px;background:var(--primary);border-radius:3px}
.nav-button{display:inline-flex;align-items:center;gap:10px;background:var(--navy);color:white;padding:14px 24px;border-radius:8px;font-weight:800;box-shadow:0 18px 30px rgba(6,26,53,.16)}
.hero{padding:74px 0 36px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:44px}.hero-content{padding:30px 0 50px}.eyebrow{display:inline-flex;align-items:center;padding:10px 18px;border-radius:999px;background:#dbeafe;color:#2563eb;font-weight:800;font-size:14px;margin-bottom:28px}
h1{font-size:clamp(44px,5.1vw,76px);line-height:1.06;margin:0 0 24px;letter-spacing:-.065em;color:#061a35}h1 strong{display:block;color:var(--primary)}
.hero-content p{max-width:560px;font-size:19px;line-height:1.75;color:#40516b;margin:0 0 36px}.hero-actions{display:flex;flex-wrap:wrap;gap:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:62px;padding:0 28px;border-radius:10px;font-weight:900;box-shadow:0 18px 38px rgba(16,44,87,.12)}.btn-primary{background:#061a35;color:white}.btn-secondary{background:white;border:1px solid var(--border)}.btn-primary span{color:#39d98a}.btn:hover{transform:translateY(-2px)}
.hero-visual{min-height:560px;position:relative;display:grid;place-items:center}.glow{position:absolute;width:520px;height:520px;border-radius:50%;right:5%;bottom:3%;background:radial-gradient(circle,#2f80ff 0%,#79b2ff 42%,rgba(121,178,255,.18) 72%,transparent 73%);filter:blur(.3px)}.glow:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:16%;top:-30px;border:1px dashed rgba(37,99,235,.25)}
.phone{position:absolute;width:214px;height:430px;border:9px solid #101827;border-radius:36px;background:#101827;box-shadow:0 26px 60px rgba(6,26,53,.25);overflow:hidden}.phone-screen{height:100%;border-radius:26px;padding:22px 18px;overflow:hidden}.phone-left{left:9%;top:106px;transform:rotate(-5deg);z-index:2}.phone-main{width:246px;height:500px;z-index:5}.phone-right{right:6%;top:106px;transform:rotate(6deg);z-index:2}.phone-screen.light{background:#fff}.phone-screen.dark{background:linear-gradient(180deg,#0b315f,#071f42);color:white}.phone-top{font-size:12px;font-weight:800;color:#0b1f3d;margin-bottom:38px}.circle-progress{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;border:12px solid #e6eefc;border-top-color:#3478ff;font-size:27px;font-weight:900}.circle-progress span,.speed-meter span{display:block;font-size:10px;color:#738098;font-weight:700}.phone-screen h3{text-align:center;margin:0;font-size:28px}.phone-screen p{text-align:center;color:#6d7a8e;font-size:12px}.phone-screen button{width:100%;border:0;border-radius:8px;background:#2563eb;color:white;padding:13px 12px;font-weight:900}.phone-screen ul{list-style:none;padding:0;margin:22px 0 0}.phone-screen li{padding:10px 0;border-bottom:1px solid #edf2fb;font-size:12px}.status{text-align:right;font-size:11px;opacity:.85}.phone-screen.dark h2{margin:24px 0 12px}.phone-screen.dark p{text-align:left;color:#eaf1ff;font-size:16px}.app-card{display:flex;align-items:center;gap:10px;background:white;color:#0b1f3d;border-radius:10px;padding:11px;margin-bottom:12px}.app-card span{font-size:24px}.app-card b{display:block;font-size:12px}.app-card small{display:block;color:#67748a;font-size:10px}.app-card em{margin-left:auto;font-size:10px;font-style:normal}.speed-meter{width:170px;height:170px;border-radius:50%;display:grid;place-items:center;margin:56px auto 22px;border:14px solid #e6eefc;border-left-color:#3478ff;border-top-color:#3478ff;font-size:34px;font-weight:900}.speed-stats{display:flex;justify-content:space-around;margin:22px 0 26px;font-size:24px}
.features{margin-top:22px;background:rgba(255,255,255,.9);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:26px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feature-card{display:flex;gap:16px;align-items:center}.feature-card span{width:58px;height:58px;display:grid;place-items:center;border-radius:22px;background:#e8f1ff;font-size:26px}.feature-card h3{font-size:16px;margin:0 0 6px;color:#2563eb}.feature-card p{margin:0;color:#586982;font-size:14px;line-height:1.5}.apps-section{padding:86px 0;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}.section-head{text-align:center}.section-head h2{font-size:42px;letter-spacing:-.04em;margin:0 0 12px}.section-head p{color:var(--muted);font-size:17px;margin:0 0 36px}.app-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.listing-card{background:white;border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:0 20px 55px rgba(18,58,125,.08)}.listing-card:hover{transform:translateY(-4px)}.app-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:#eef5ff;font-size:30px}.listing-card h3{font-size:22px;margin:22px 0 10px}.listing-card p{color:var(--muted);line-height:1.65}.listing-card a{display:inline-flex;margin-top:10px;color:#2563eb;font-weight:900}.site-footer{background:linear-gradient(135deg,#061a35,#08264d);color:white;padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:50px}.footer-brand{font-size:22px;margin-bottom:18px}.site-footer p{color:#bfcee2;line-height:1.65}.site-footer h4{margin:0 0 18px}.site-footer a:not(.brand){display:block;color:#d6e3f7;margin-bottom:13px}.social{display:flex;gap:12px}.social a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);display:grid!important;place-items:center;font-weight:900}.copyright{text-align:center;margin-top:44px;font-size:14px;color:#aebfda!important}
@media (max-width:980px){.main-nav,.nav-button{display:none}.hero{padding-top:34px}.hero-grid{grid-template-columns:1fr}.hero-content{text-align:center}.hero-content p{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:520px}.features,.app-list,.footer-grid{grid-template-columns:1fr 1fr}.phone-left{left:4%}.phone-right{right:3%}}
@media (max-width:640px){.brand{font-size:20px}.hero-content{text-align:left}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-visual{min-height:470px;transform:scale(.82);transform-origin:center top}.features,.app-list,.footer-grid{grid-template-columns:1fr}.features{margin-top:-40px}.phone-left{left:-30px}.phone-right{right:-36px}.section-head h2{font-size:32px}}
