:root{
  --bg:#06101f;
  --bg2:#0a1730;
  --panel:rgba(10,22,42,.68);
  --panel2:rgba(255,255,255,.07);
  --text:#eef7ff;
  --muted:#a7b9ca;
  --line:rgba(255,255,255,.09);
  --cyan:#21d7f2;
  --teal:#21f0c7;
  --blue:#2f6bff;
  --violet:#7d61ff;
  --pink:#ff4bc9;
  --white:#fff;
  --shadow:0 24px 64px rgba(0,0,0,.35);
  --radius:30px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#070f1e 0%,#09152a 48%,#081120 100%);
  line-height:1.6;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}

.bg-layer{
  position:fixed;inset:0;z-index:-2;pointer-events:none;overflow:hidden;
  background:
    radial-gradient(circle at top left, rgba(33,215,242,.12), transparent 30%),
    radial-gradient(circle at top right, rgba(125,97,255,.12), transparent 34%),
    radial-gradient(circle at bottom center, rgba(33,240,199,.08), transparent 34%);
}
.grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.4));
}
.blob{
  position:absolute;border-radius:50%;filter:blur(70px);opacity:.45;
}
.blob-a{width:320px;height:320px;background:var(--cyan);top:130px;left:-80px}
.blob-b{width:360px;height:360px;background:var(--violet);top:80px;right:-90px}
.blob-c{width:320px;height:320px;background:var(--teal);bottom:150px;left:34%}

.header{position:sticky;top:0;z-index:80;padding:18px 0 0}
.nav-shell{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:12px 16px;
  border-radius:22px;
  background:rgba(5,12,24,.68);
  border:1px solid var(--line);
  backdrop-filter:blur(16px);
  box-shadow:var(--shadow);
}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.brand img{
  width:52px;height:52px;border-radius:50%;background:#fff;
}
.brand span{font-size:1.02rem}
.nav{display:flex;align-items:center;gap:26px}
.nav a{font-weight:700;color:#d7e8f7}
.nav a:hover{color:#8cf7ff}
.nav-cta{
  padding:10px 18px;border-radius:999px;
  color:#06101f!important;
  background:linear-gradient(135deg,var(--cyan),var(--teal));
}
.menu-btn{display:none;background:none;border:0;padding:6px}
.menu-btn span{display:block;width:28px;height:2px;background:#fff;margin:6px 0}

.eyebrow{
  margin:0 0 10px;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.16em;
  color:#87f6ff;
}

h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(3rem,7vw,5.7rem);
  line-height:.94;
  letter-spacing:-.05em;
  margin-bottom:22px;
  max-width:680px;
}
h2{
  font-size:clamp(2rem,4vw,3.5rem);
  line-height:1.02;
  letter-spacing:-.04em;
  margin-bottom:14px;
}
.lead{max-width:620px;color:var(--muted);font-size:1.1rem;margin-bottom:24px}

.hero{padding:56px 0 72px}
.hero-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;
  min-height:700px;
}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}
.hero-badges span{
  padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.05);border:1px solid var(--line);
  color:#dff4ff;font-size:.92rem;font-weight:700;
}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:54px;padding:0 24px;border-radius:999px;
  font-weight:800;border:1px solid transparent;cursor:pointer;transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#04101c;
  background:linear-gradient(135deg,var(--cyan),var(--teal));
  box-shadow:0 12px 30px rgba(33,215,242,.24);
}
.btn-secondary{
  color:#fff;background:rgba(255,255,255,.05);border-color:var(--line);
}
.btn-white{color:#06101f;background:#fff;min-width:260px}
.btn-full{width:100%}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}

.hero-panel{
  position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;
}
.orbit{
  position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08);
}
.orbit-1{width:540px;height:540px}
.orbit-2{width:430px;height:430px}
.hero-card{
  position:relative;z-index:3;
  width:min(430px,100%);
  padding:28px;border-radius:28px;
  background:linear-gradient(180deg, rgba(11,24,45,.92), rgba(10,18,34,.82));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:var(--shadow);
  backdrop-filter:blur(16px);
}
.topline{display:flex;justify-content:space-between;align-items:center;gap:10px}
.tag{
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.07);color:#9ffaff;
  font-size:.72rem;font-weight:900;letter-spacing:.12em;
}
.status{
  padding:8px 12px;border-radius:999px;
  background:rgba(33,240,199,.14);color:#9afcdf;
  border:1px solid rgba(33,240,199,.18);font-size:.82rem;font-weight:800;
}
.speed{display:flex;align-items:flex-end;gap:10px;margin-top:14px}
.speed strong{
  font-size:5.7rem;line-height:.9;letter-spacing:-.08em;
}
.speed span{
  font-size:1.28rem;font-weight:800;color:#8ff5ff;margin-bottom:12px;
}
.sub{color:#9cb4c8;margin:0 0 16px}
.price{display:flex;align-items:baseline;gap:8px;margin-bottom:18px}
.price small,.price span{color:#8fa9c0}
.price strong{font-size:3.25rem;line-height:1;letter-spacing:-.05em}
.label{display:flex;justify-content:space-between;color:#cce2f2;font-size:.9rem;margin:0 0 7px}
.bar{
  height:10px;border-radius:999px;overflow:hidden;margin-bottom:14px;
  background:rgba(255,255,255,.06);
}
.bar i{
  display:block;width:100%;height:100%;
  background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink));
}
.mini-box{
  position:absolute;z-index:4;
  width:200px;padding:16px;border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}
.mini-box strong{display:block;margin-bottom:4px;font-size:.98rem}
.mini-box span{display:block;color:#d1e6f4;font-size:.92rem;line-height:1.45}
.mini-box-a{top:44px;left:0}
.mini-box-b{bottom:60px;right:0}

.plan-strip{padding:0 0 30px}
.strip-shell{
  padding:28px 30px;border-radius:30px;
  background:linear-gradient(135deg, rgba(18,44,84,.9), rgba(11,23,41,.88) 44%, rgba(27,113,167,.82));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
  display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;
}
.strip-copy p:last-child{color:var(--muted);margin:0}
.strip-price{
  justify-self:end;
  text-align:right;
}
.strip-price span{display:block;color:#92f6ff;font-weight:800;letter-spacing:.08em}
.strip-price strong{display:block;font-size:3.4rem;line-height:1;letter-spacing:-.05em}
.strip-price small{color:#d6ecf7}

.benefits,.company,.cta{padding:84px 0}
.section-head{max-width:700px;margin-bottom:34px}
.cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.card{
  padding:28px;border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
}
.icon{
  width:56px;height:56px;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(135deg, rgba(33,215,242,.22), rgba(125,97,255,.18));
  font-size:1.4rem;margin-bottom:16px;
}
.card h3{margin:0 0 10px;font-size:1.15rem}
.card p{margin:0;color:var(--muted)}

.company-shell{
  padding:38px;border-radius:32px;
  background:linear-gradient(180deg, rgba(8,18,35,.84), rgba(11,24,45,.76));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
}
.company-box{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;
}
.company-logo{
  min-height:250px;border-radius:28px;
  background:
    radial-gradient(circle at center, rgba(33,215,242,.16) 0%, rgba(255,255,255,.02) 40%, transparent 68%);
  border:1px solid rgba(255,255,255,.06);
  display:grid;place-items:center;
}
.company-logo img{
  width:220px;background:#fff;border-radius:50%;padding:4px;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}
.company-copy p:last-child{color:var(--muted);margin-bottom:0}

.cta-shell{
  padding:32px;border-radius:30px;
  background:linear-gradient(135deg, rgba(121,72,255,.88), rgba(37,214,242,.88));
  box-shadow:var(--shadow);
  display:flex;align-items:center;justify-content:space-between;gap:28px;
}
.cta-shell p:last-child{margin:0;color:#eafcff}

.footer{
  padding:0 0 36px;
}
.footer-shell{
  padding-top:16px;border-top:1px solid rgba(255,255,255,.07);
  display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{
  width:60px;height:60px;border-radius:50%;background:#fff;
}
.footer-brand p{margin:2px 0 0;color:var(--muted);font-size:.92rem}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{color:#d7e8f7}
.footer-links a:hover{color:#8cf7ff}

.float-wa{
  position:fixed;right:20px;bottom:20px;z-index:90;
  width:60px;height:60px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#20d49e,#12b87f);
  box-shadow:0 12px 34px rgba(0,0,0,.28);
}
.float-wa svg{width:30px;height:30px;fill:#fff}

@media (max-width:980px){
  .hero-grid,.strip-shell,.company-box{grid-template-columns:1fr}
  .hero-panel{min-height:620px}
  .strip-price{justify-self:start;text-align:left}
  .cards{grid-template-columns:1fr 1fr}
  .cta-shell{flex-direction:column;align-items:flex-start}
}
@media (max-width:760px){
  .menu-btn{display:block}
  .nav{
    position:absolute;left:20px;right:20px;top:86px;
    display:none;flex-direction:column;align-items:stretch;gap:0;
    padding:12px;border-radius:18px;
    background:rgba(6,14,28,.95);border:1px solid var(--line);box-shadow:var(--shadow);
  }
  .nav.open{display:flex}
  .nav a{padding:12px 10px}
  .hero{padding-top:36px}
}
@media (max-width:620px){
  .container{width:min(100% - 26px,1160px)}
  .header{padding-top:14px}
  h1{font-size:clamp(2.7rem,14vw,4.2rem)}
  .hero-actions{flex-direction:column}
  .hero-actions .btn,.btn-white{width:100%}
  .hero-panel{min-height:560px}
  .mini-box{width:170px;padding:14px}
  .mini-box-a{top:30px}
  .mini-box-b{bottom:34px}
  .hero-card{padding:22px}
  .speed strong{font-size:4.8rem}
  .price strong,.strip-price strong{font-size:2.8rem}
  .cards{grid-template-columns:1fr}
  .benefits,.company,.cta{padding:68px 0}
  .company-shell,.cta-shell,.strip-shell{padding:24px}
}
