:root{
  --bg:#050914;
  --bg2:#071426;
  --panel:rgba(255,255,255,.075);
  --panel2:rgba(255,255,255,.11);
  --line:rgba(255,255,255,.14);
  --text:#f4fbff;
  --muted:#b7c8d9;
  --soft:#86a5be;
  --cyan:#1cd8ff;
  --blue:#438bff;
  --violet:#8b5cff;
  --green:#31f4a8;
  --gold:#ffd66b;
  --danger:#ff5d78;
  --shadow:0 24px 90px rgba(0,0,0,.45);
  --radius:28px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 0%,rgba(28,216,255,.20),transparent 32%),
    radial-gradient(circle at 88% 12%,rgba(139,92,255,.22),transparent 34%),
    radial-gradient(circle at 50% 90%,rgba(49,244,168,.08),transparent 34%),
    linear-gradient(180deg,#050914 0%,#071426 42%,#050914 100%);
  color:var(--text);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 76%);
  z-index:-1;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 38px));margin:auto}
.glow{
  position:absolute;
  width:420px;
  height:420px;
  filter:blur(34px);
  opacity:.36;
  pointer-events:none;
  border-radius:50%;
  background:linear-gradient(135deg,var(--cyan),var(--violet));
}
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(20px);
  background:rgba(5,9,20,.72);
  border-bottom:1px solid var(--line);
}
.nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:170px;
}
.logo{
  width:46px;
  height:46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#081a31,#092947);
  border:1px solid rgba(28,216,255,.34);
  box-shadow:0 0 32px rgba(28,216,255,.25), inset 0 0 18px rgba(28,216,255,.14);
}
.logo svg{width:28px;height:28px}
.brand strong{font-size:22px;letter-spacing:-.04em}
.navlinks{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:1;
  min-width:0;
}
.navlinks a{
  padding:10px 13px;
  color:#dceeff;
  font-weight:760;
  font-size:15px;
  border-radius:999px;
  white-space:nowrap;
}
.navlinks a:hover{background:rgba(255,255,255,.08)}
.navcta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:max-content;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  min-height:48px;
  padding:0 20px;
  font-weight:900;
  white-space:nowrap;
  letter-spacing:-.01em;
  background:rgba(255,255,255,.08);
  color:#fff;
  box-shadow:0 12px 36px rgba(0,0,0,.22);
  transition:.2s transform,.2s border-color,.2s background;
}
.btn:hover{transform:translateY(-2px);border-color:rgba(28,216,255,.55);background:rgba(255,255,255,.12)}
.btn.primary{
  border:0;
  background:linear-gradient(135deg,var(--cyan),var(--blue) 55%,var(--violet));
  color:#02111e;
  box-shadow:0 16px 48px rgba(28,216,255,.28);
}
.btn.ghost{background:rgba(255,255,255,.07)}
.hero{
  position:relative;
  padding:82px 0 54px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:42px;
  align-items:center;
}
.badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:22px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.075);
  padding:9px 12px;
  border-radius:999px;
  color:#dceeff;
  font-weight:820;
  font-size:13px;
}
.dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 18px var(--green);
}
h1{
  margin:0;
  font-size:clamp(44px,6vw,82px);
  line-height:.95;
  letter-spacing:-.075em;
}
.grad{
  background:linear-gradient(100deg,#fff 5%,#9defff 34%,#65a7ff 62%,#b89cff 92%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  margin:24px 0 0;
  color:#c8d9ea;
  font-size:clamp(18px,2vw,22px);
  line-height:1.62;
  max-width:670px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:32px;
}
.trust-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:26px;
  max-width:720px;
}
.trust{
  border:1px solid var(--line);
  background:rgba(255,255,255,.062);
  border-radius:20px;
  padding:15px;
}
.trust strong{display:block;font-size:16px}
.trust span{display:block;color:var(--muted);font-size:13px;margin-top:4px;line-height:1.35}
.hero-visual{
  position:relative;
  min-height:630px;
}
.phone-stack{
  position:relative;
  height:630px;
  isolation:isolate;
}
.phone{
  position:absolute;
  width:292px;
  min-height:560px;
  border-radius:36px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.04)),
    linear-gradient(145deg,#07182a,#030814);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--shadow),0 0 0 7px rgba(255,255,255,.03);
  overflow:hidden;
}
.phone:before{
  content:"";
  position:absolute;
  top:12px;
  left:50%;
  transform:translateX(-50%);
  width:92px;
  height:22px;
  border-radius:999px;
  background:#020710;
  z-index:2;
}
.phone.main{right:74px;top:4px;z-index:3}
.phone.side{left:18px;top:68px;transform:rotate(-7deg) scale(.92);opacity:.92;z-index:2}
.phone.third{right:0;bottom:16px;transform:rotate(7deg) scale(.72);opacity:.76;z-index:1}
.screen{
  padding:50px 18px 20px;
}
.screen-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:16px;
}
.screen-title{font-weight:950;letter-spacing:-.04em}
.pill{
  font-size:11px;
  font-weight:900;
  color:#06121d;
  background:linear-gradient(135deg,var(--green),var(--cyan));
  border-radius:999px;
  padding:6px 9px;
}
.metric{
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.04));
  border-radius:20px;
  padding:15px;
  margin:10px 0;
}
.metric label{
  display:block;
  color:#9cb8cf;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.metric b{
  display:block;
  font-size:26px;
  margin-top:6px;
  letter-spacing:-.04em;
}
.bars{
  display:grid;
  gap:8px;
  margin-top:12px;
}
.bar{
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  overflow:hidden;
}
.bar i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--cyan),var(--blue),var(--violet));
}
.todo{
  display:flex;
  gap:10px;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#e9f6ff;
}
.tick{
  width:20px;
  height:20px;
  flex:0 0 auto;
  border-radius:7px;
  background:linear-gradient(135deg,var(--green),var(--cyan));
  color:#04131e;
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:1000;
}
.section{padding:78px 0}
.section-head{
  text-align:center;
  max-width:790px;
  margin:0 auto 38px;
}
.kicker{
  color:var(--cyan);
  font-size:13px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.18em;
}
h2{
  margin:11px 0 0;
  font-size:clamp(34px,4.6vw,58px);
  line-height:1.02;
  letter-spacing:-.06em;
}
.sub{
  margin:17px auto 0;
  color:var(--muted);
  line-height:1.65;
  font-size:18px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.card{
  border:1px solid var(--line);
  background:
    linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045));
  border-radius:var(--radius);
  padding:24px;
  box-shadow:0 14px 54px rgba(0,0,0,.18);
}
.card:hover{border-color:rgba(28,216,255,.42)}
.icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(28,216,255,.22),rgba(139,92,255,.18));
  border:1px solid rgba(255,255,255,.13);
  margin-bottom:18px;
  font-size:22px;
}
.card h3{
  margin:0;
  font-size:21px;
  letter-spacing:-.035em;
}
.card p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.6;
}
.showcase{
  border:1px solid var(--line);
  border-radius:34px;
  padding:18px;
  background:rgba(255,255,255,.06);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.slider-shell{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(135deg,#04111e,#071b32);
}
.slider{
  display:flex;
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}
.slide{
  min-width:100%;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:26px;
  align-items:center;
  padding:34px;
}
.slide-copy h3{
  font-size:44px;
  line-height:1;
  letter-spacing:-.06em;
  margin:0;
}
.slide-copy p{
  color:#c0d4e8;
  line-height:1.65;
  font-size:18px;
  margin:18px 0 0;
}
.slide-panel{
  min-height:420px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 75% 15%,rgba(28,216,255,.28),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  padding:22px;
  position:relative;
  overflow:hidden;
}
.app-card{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(3,10,20,.72);
  border-radius:22px;
  padding:17px;
  margin-bottom:13px;
}
.app-card .row{display:flex;justify-content:space-between;gap:12px;align-items:center}
.app-card b{font-size:19px;letter-spacing:-.035em}
.app-card small{color:var(--soft)}
.score{
  font-size:38px;
  font-weight:1000;
  letter-spacing:-.06em;
  color:var(--green);
}
.controls{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:16px;
}
.controls button{
  width:12px;
  height:12px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.28);
}
.controls button.active{background:var(--cyan);box-shadow:0 0 20px var(--cyan)}
.real-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.real-shot{
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  border-radius:22px;
  padding:10px;
  min-height:250px;
}
.real-shot img{
  width:100%;
  height:230px;
  object-fit:contain;
  border-radius:16px;
  background:#020711;
}
.real-shot span{
  display:block;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
  margin:10px 4px 2px;
}
.steps{
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}
.step-card{
  counter-increment:step;
  position:relative;
  border:1px solid var(--line);
  background:rgba(255,255,255,.065);
  border-radius:26px;
  padding:24px;
}
.step-card:before{
  content:counter(step);
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  color:#02111e;
  font-weight:1000;
  margin-bottom:18px;
}
.step-card h3{margin:0;font-size:20px}
.step-card p{color:var(--muted);line-height:1.55}
.download-box{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(28,216,255,.30);
  border-radius:36px;
  padding:42px;
  background:
    radial-gradient(circle at 20% 10%,rgba(28,216,255,.22),transparent 26%),
    radial-gradient(circle at 82% 20%,rgba(139,92,255,.23),transparent 30%),
    linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.045));
  box-shadow:var(--shadow);
}
.download-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
}
.checks{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-top:22px;
}
.check{
  display:flex;
  align-items:center;
  gap:9px;
  color:#dbeefe;
  font-weight:760;
}
.check:before{
  content:"✓";
  width:21px;
  height:21px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#04131e;
  font-weight:1000;
}
.faq{
  max-width:900px;
  margin:auto;
  display:grid;
  gap:12px;
}
details{
  border:1px solid var(--line);
  background:rgba(255,255,255,.065);
  border-radius:22px;
  padding:20px 22px;
}
summary{
  cursor:pointer;
  font-weight:950;
  font-size:18px;
  letter-spacing:-.025em;
}
details p{color:var(--muted);line-height:1.65}
.footer{
  border-top:1px solid var(--line);
  padding:36px 0 96px;
  color:var(--muted);
}
.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.footer a{color:#dceeff;font-weight:750}
.mobile-sticky{
  display:none;
  position:fixed;
  bottom:12px;
  left:12px;
  right:12px;
  z-index:60;
}
.mobile-sticky .btn{width:100%;min-height:56px}
@media(max-width:980px){
  .nav{min-height:auto;padding:12px 0;align-items:flex-start}
  .brand{min-width:140px}
  .brand strong{font-size:19px}
  .navlinks{order:3;width:100%;overflow:auto;justify-content:flex-start;padding-bottom:2px}
  .nav{flex-wrap:wrap}
  .navcta{margin-left:auto}
  .btn{padding:0 15px}
  .hero-grid,.download-grid,.slide{grid-template-columns:1fr}
  .hero{padding-top:48px}
  .hero-visual{min-height:560px}
  .phone.main{right:8%;top:0}
  .phone.side{left:0}
  .grid-3,.steps,.real-gallery{grid-template-columns:repeat(2,1fr)}
  .trust-row{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,var(--max))}
  .navlinks a{font-size:13px;padding:9px 10px}
  .navcta .ghost{display:none}
  .hero-actions .btn{width:100%}
  .hero-visual{min-height:430px}
  .phone{width:244px;min-height:470px}
  .phone.main{right:0}
  .phone.side{left:-54px}
  .phone.third{display:none}
  .grid-3,.steps,.real-gallery,.checks{grid-template-columns:1fr}
  .slide{padding:22px}
  .slide-copy h3{font-size:34px}
  .slide-panel{min-height:360px}
  .real-shot img{height:auto;max-height:430px}
  .section{padding:58px 0}
  .download-box{padding:25px}
  .mobile-sticky{display:block}
}
