
:root{
  --bg:#07090d;
  --bg2:#0b1018;
  --card:#10151d;
  --card2:#151b24;
  --text:#f7f9fc;
  --muted:#9ba6b5;
  --line:rgba(255,255,255,.09);
  --blue:#4b9cff;
  --blue2:#1f6fff;
  --green:#22c77a;
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:
    radial-gradient(circle at 70% 8%, rgba(37,107,255,.18), transparent 30%),
    radial-gradient(circle at 18% 36%, rgba(36,151,255,.08), transparent 32%),
    var(--bg);
  color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Inter,Arial,sans-serif;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.nav{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  background:rgba(7,9,13,.72);border-bottom:1px solid var(--line)
}
.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:800;letter-spacing:-.6px}
.brand img{width:42px;height:42px;border-radius:12px}
.brand .blue{color:var(--blue)}
.links{display:flex;align-items:center;gap:26px;color:#c8d0dc;font-size:14px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:14px 20px;border-radius:16px;border:1px solid rgba(255,255,255,.1);
  background:#111722;color:#fff;font-weight:700
}
.btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));border-color:transparent;box-shadow:0 12px 35px rgba(39,115,255,.24)}
.hero{padding:86px 0 44px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}
.kicker{
  display:inline-flex;gap:9px;align-items:center;padding:9px 13px;border:1px solid rgba(76,156,255,.25);
  background:rgba(76,156,255,.08);color:#b9d8ff;border-radius:999px;font-size:13px;font-weight:700
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 18px var(--blue)}
h1{font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-4px;margin:20px 0 22px}
.gradient{background:linear-gradient(100deg,#fff 5%,#d5e9ff 30%,#4ca0ff 72%,#236cff);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:20px;line-height:1.65;color:#aeb8c7;max-width:680px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.store-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.store{
  padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035);
  color:#8d98a8;font-size:13px;font-weight:700
}
.store strong{color:#d8dee8}
.hero-visual{position:relative;min-height:560px}
.phone{
  position:absolute;border-radius:36px;overflow:hidden;background:#0d1118;border:1px solid rgba(255,255,255,.13);
  box-shadow:0 35px 80px rgba(0,0,0,.55),0 0 0 8px rgba(255,255,255,.02)
}
.phone img{width:100%;height:100%;object-fit:cover}
.phone.a{width:315px;height:685px;right:55px;top:0;transform:rotate(3deg)}
.phone.b{width:235px;height:510px;left:0;top:100px;transform:rotate(-7deg);opacity:.9}
.glow{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(60px);background:rgba(42,126,255,.16);right:0;top:70px}
.section{padding:92px 0}
.section-title{font-size:clamp(34px,5vw,58px);letter-spacing:-2.2px;margin:0 0 14px}
.section-sub{color:#98a5b5;font-size:18px;line-height:1.6;max-width:720px;margin:0 0 40px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{
  border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border-radius:var(--radius);padding:28px;min-height:240px
}
.icon{
  width:52px;height:52px;border-radius:17px;display:grid;place-items:center;
  background:rgba(76,156,255,.12);border:1px solid rgba(76,156,255,.18);font-size:23px;margin-bottom:24px
}
.card h3{font-size:21px;margin:0 0 10px}
.card p{margin:0;color:#98a5b5;line-height:1.6}
.screens-wrap{
  border:1px solid var(--line);border-radius:36px;padding:28px;background:
  radial-gradient(circle at 50% -20%,rgba(52,132,255,.16),transparent 45%),
  #0b0f15
}
.screens{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:end}
.shot{border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 60px rgba(0,0,0,.4)}
.shot:nth-child(2){transform:translateY(-24px)}
.status{
  display:grid;grid-template-columns:1.2fr .8fr;gap:18px;
}
.status-card{padding:34px;border-radius:30px;border:1px solid var(--line);background:#0d1219}
.status-card h3{font-size:28px;margin:0 0 12px}
.status-card p{color:#9ba6b5;line-height:1.65;margin:0}
.badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(34,199,122,.10);color:#72e9aa;border:1px solid rgba(34,199,122,.2);font-weight:800;font-size:12px;margin-bottom:20px}
.contact{
  text-align:center;border:1px solid rgba(76,156,255,.18);border-radius:38px;padding:68px 24px;
  background:radial-gradient(circle at 50% 0%,rgba(54,134,255,.18),transparent 48%),#0b1017
}
.contact h2{font-size:clamp(38px,6vw,64px);letter-spacing:-2.5px;margin:0 0 14px}
.contact p{color:#9da9b9;font-size:18px;margin:0 0 28px}
footer{padding:34px 0 48px;color:#778293;font-size:13px}
.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);padding-top:26px}
.footer-links{display:flex;gap:18px}
.privacy{padding:70px 0 110px;max-width:850px}
.privacy h1{font-size:54px;letter-spacing:-2px}
.privacy h2{margin-top:36px}
.privacy p,.privacy li{color:#aab4c2;line-height:1.7}
@media(max-width:900px){
  .links a:not(.btn){display:none}
  .hero{padding-top:54px}
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{min-height:570px}
  .phone.a{right:7%;width:290px;height:630px}
  .phone.b{left:5%;width:210px;height:455px}
  .features{grid-template-columns:1fr 1fr}
  .status{grid-template-columns:1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1160px)}
  .nav-inner{height:68px}
  .brand{font-size:19px}
  .brand img{width:38px;height:38px}
  h1{letter-spacing:-2.6px}
  .lead{font-size:17px}
  .hero-visual{min-height:500px;margin-top:0}
  .phone.a{right:0;width:235px;height:510px;border-radius:28px}
  .phone.b{left:0;width:165px;height:359px;border-radius:24px;top:85px}
  .features{grid-template-columns:1fr}
  .screens-wrap{padding:15px}
  .screens{gap:10px}
  .shot{border-radius:18px}
  .shot:nth-child(2){transform:translateY(-12px)}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
