
:root{
  --bg:#05060a;
  --bg2:#0b0e16;
  --panel:rgba(17,21,31,.76);
  --panel-strong:rgba(20,25,36,.92);
  --stroke:rgba(192,204,255,.16);
  --stroke-strong:rgba(192,204,255,.26);
  --text:#f3f6ff;
  --muted:#aab3cb;
  --muted2:#7f89a6;
  --lav:#c9d3ff;
  --lav2:#9eb2ff;
  --teal:#76e8d2;
  --teal2:#34c8ad;
  --rose:#ff93aa;
  --peach:#d3a58d;
  --shadow:0 24px 70px rgba(0,0,0,.42);
  --r-xl:30px;
  --r-lg:24px;
  --r-md:17px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  line-height:1.68;
  background:
    radial-gradient(circle at 14% 15%,rgba(116,130,255,.18),transparent 31%),
    radial-gradient(circle at 88% 12%,rgba(52,200,173,.14),transparent 27%),
    radial-gradient(circle at 84% 76%,rgba(211,165,141,.13),transparent 30%),
    linear-gradient(180deg,#030408 0%,#090b11 40%,#111622 100%);
}
body::before,body::after{
  content:"";
  position:fixed;
  width:420px;height:420px;
  border-radius:50%;
  filter:blur(95px);
  opacity:.18;
  pointer-events:none;
  z-index:0;
  animation:ambientFloat 14s ease-in-out infinite alternate;
}
body::before{top:-120px;left:-120px;background:#717cff}
body::after{right:-140px;bottom:-130px;background:#35c8ad;animation-delay:-6s}
@keyframes ambientFloat{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(28px,22px,0) scale(1.08)}
}
::selection{background:rgba(158,178,255,.36);color:white}
a{color:inherit;text-decoration:none}
img{max-width:100%}
button{font:inherit}

.site-shell{
  width:min(var(--max),calc(100% - 32px));
  margin-inline:auto;
  position:relative;
  z-index:1;
}
.glass{
  background:linear-gradient(180deg,rgba(25,30,43,.86),rgba(10,13,21,.76));
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.topbar{
  position:sticky;
  top:14px;
  z-index:50;
  margin-top:14px;
  border-radius:999px;
  padding:10px 12px 10px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.brand-emblem{
  position:relative;
  width:36px;height:36px;
  border-radius:13px;
  background:linear-gradient(145deg,#dce3ff,#94a8ff);
  box-shadow:0 8px 24px rgba(158,178,255,.28);
}
.brand-emblem::before{
  content:"";
  position:absolute;
  left:10px;top:9px;
  width:11px;height:11px;
  border:2px solid #111826;
  border-radius:50%;
}
.brand-emblem::after{
  content:"";
  position:absolute;
  width:9px;height:2px;
  background:#111826;
  transform:rotate(45deg);
  left:20px;top:22px;
  border-radius:3px;
}
.brand-name{font-size:1rem}
.navlinks{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
}
.navlinks a{
  color:var(--muted);
  padding:9px 12px;
  border-radius:999px;
  font-size:.92rem;
  transition:.2s ease;
}
.navlinks a:hover,.navlinks a.active{
  color:white;
  background:rgba(255,255,255,.06);
}
.navlinks .launch-pill{
  color:#e7ecff;
  font-weight:800;
  background:rgba(201,211,255,.11);
  border:1px solid rgba(201,211,255,.16);
}

.hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
  padding:68px 0 34px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  color:#aaf5e7;
  background:rgba(52,200,173,.10);
  border:1px solid rgba(52,200,173,.20);
  font-size:.88rem;
  margin-bottom:18px;
}
.eyebrow-dot{
  width:7px;height:7px;border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 18px rgba(118,232,210,.8);
}
.hero h1{
  margin:0 0 18px;
  max-width:760px;
  font-size:clamp(2.65rem,6vw,5.35rem);
  letter-spacing:-.055em;
  line-height:.94;
}
.gradient-text{
  background:linear-gradient(120deg,#fff 0%,#d3dcff 38%,#8cf0dc 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-copy{
  margin:0 0 25px;
  color:var(--muted);
  max-width:690px;
  font-size:1.08rem;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:18px;
}
.btn{
  border:0;
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 21px;
  border-radius:16px;
  font-weight:900;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#131b2a;
  background:linear-gradient(180deg,#e4eaff 0%,#c9d4ff 58%,#aab9ff 100%);
  box-shadow:0 12px 30px rgba(159,178,255,.28);
}
.btn-secondary{
  color:white;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(201,211,255,.16);
}
.btn-disabled{
  cursor:default;
  color:#c4cae0;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(201,211,255,.13);
}
.btn-disabled:hover{transform:none}

.hero-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:var(--muted2);
  font-size:.88rem;
}
.meta-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.025);
}

.carousel-shell{
  min-height:590px;
  padding:18px;
  border-radius:32px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.carousel-shell::before{
  content:"";
  position:absolute;
  inset:7% 12%;
  border-radius:50%;
  border:1px solid rgba(201,211,255,.10);
  box-shadow:0 0 0 72px rgba(201,211,255,.025),0 0 0 145px rgba(201,211,255,.018);
  animation:ringPulse 5s ease-in-out infinite;
}
@keyframes ringPulse{
  0%,100%{transform:scale(.98);opacity:.65}
  50%{transform:scale(1.035);opacity:1}
}
.carousel{
  position:relative;
  z-index:2;
  height:505px;
  display:grid;
  place-items:center;
  order:1;
}
.slide{
  position:absolute;
  width:min(315px,78%);
  opacity:0;
  transform:translateX(34px) scale(.965);
  transition:opacity .55s ease,transform .55s ease;
  pointer-events:none;
}
.slide.active{
  opacity:1;
  transform:translateX(0) scale(1);
  pointer-events:auto;
}
.slide img{
  display:block;
  width:100%;
  border-radius:30px;
  box-shadow:0 28px 70px rgba(0,0,0,.52);
}
.carousel-label{
  position:relative;
  z-index:4;
  order:2;
  margin:14px auto 0;
  width:min(100%, 520px);
  padding:14px 16px;
  border-radius:18px;
  background:rgba(8,11,18,.82);
  border:1px solid rgba(201,211,255,.13);
  color:var(--muted);
  font-size:.92rem;
  text-align:center;
}
.carousel-label strong{
  display:block;
  color:white;
  margin-bottom:4px;
}
.carousel-controls{
  position:relative;
  z-index:4;
  order:3;
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
}
.carousel-arrow{
  width:42px;height:42px;
  border-radius:14px;
  border:1px solid rgba(201,211,255,.16);
  color:white;
  background:rgba(8,11,18,.78);
  cursor:pointer;
  flex:0 0 auto;
}
.carousel-dots{
  display:flex;
  gap:7px;
  align-items:center;
  justify-content:center;
}
.carousel-dot{
  width:8px;height:8px;border:0;padding:0;
  border-radius:50%;
  background:rgba(255,255,255,.25);
  cursor:pointer;
  transition:.2s ease;
}
.carousel-dot.active{
  width:24px;border-radius:999px;background:var(--lav);
}

.section{padding:31px 0}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:18px;
}
.section-head h2{
  margin:0 0 6px;
  font-size:clamp(1.65rem,3vw,2.35rem);
  letter-spacing:-.025em;
}
.section-head p{
  color:var(--muted);
  max-width:700px;
  margin:0;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:18px;
}
.stat-card{
  padding:19px;
  border-radius:21px;
}
.stat-card strong{display:block;font-size:1.35rem;margin-bottom:4px}
.stat-card span{color:var(--muted);font-size:.92rem}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}
.feature-card{
  position:relative;
  overflow:hidden;
  padding:23px;
  border-radius:24px;
  transition:transform .22s ease,border-color .22s ease;
}
.feature-card:hover{
  transform:translateY(-4px);
  border-color:var(--stroke-strong);
}
.feature-card::after{
  content:"";
  position:absolute;
  width:150px;height:150px;
  right:-60px;bottom:-70px;
  background:radial-gradient(circle,rgba(158,178,255,.14),transparent 65%);
}
.feature-icon{
  width:43px;height:43px;
  display:grid;place-items:center;
  border-radius:14px;
  font-weight:900;
  color:#111824;
  background:linear-gradient(135deg,var(--lav),var(--teal));
  margin-bottom:15px;
}
.feature-card h3{margin:0 0 8px;font-size:1.08rem}
.feature-card p{margin:0;color:var(--muted);font-size:.95rem}

.screen-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}
.screen-card{
  padding:16px;
  border-radius:27px;
  overflow:hidden;
}
.screen-card-head{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin-bottom:12px;
}
.screen-card-head strong{font-size:1rem}
.screen-tag{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:#dce4ff;
  font-size:.76rem;
  font-weight:800;
}
.screen-card p{color:var(--muted);font-size:.9rem;min-height:47px}
.screen-card img{
  display:block;width:100%;
  border-radius:21px;
  box-shadow:0 18px 42px rgba(0,0,0,.44);
  transition:transform .3s ease;
}
.screen-card:hover img{transform:scale(1.015)}

.launch-section{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}
.launch-card{
  padding:27px;
  border-radius:28px;
}
.launch-card h2,.launch-card h3{margin-top:0}
.launch-card p{color:var(--muted)}
.play-card{
  display:flex;flex-direction:column;justify-content:center;
  position:relative;overflow:hidden;
}
.play-card::after{
  content:"";
  position:absolute;
  right:-55px;top:-65px;
  width:230px;height:230px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(118,232,210,.17),transparent 68%);
}
.play-badge{
  display:inline-flex;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:100%;
  padding:13px 16px;
  border-radius:16px;
  background:#0b0b0d;
  border:1px solid rgba(255,255,255,.13);
  color:white;
  font-weight:900;
}
.play-triangle{
  width:0;height:0;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:17px solid #c9d3ff;
}
.launch-status{
  margin-top:13px;
  display:inline-flex;
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  color:#aaf5e7;
  background:rgba(52,200,173,.09);
  border:1px solid rgba(52,200,173,.18);
  font-size:.83rem;
  font-weight:800;
}

.subpage-hero{
  display:grid;
  grid-template-columns:1fr .78fr;
  gap:25px;
  align-items:center;
  padding:55px 0 28px;
}
.subpage-hero h1{
  font-size:clamp(2.25rem,5vw,4.2rem);
  line-height:.98;
  letter-spacing:-.045em;
  margin:0 0 15px;
}
.subpage-hero p{color:var(--muted);font-size:1.03rem;max-width:670px}
.mini-device{
  padding:15px;
  border-radius:28px;
  min-height:315px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.mini-device img{
  width:min(210px,62%);
  border-radius:22px;
  box-shadow:0 22px 55px rgba(0,0,0,.5);
  animation:miniFloat 4.7s ease-in-out infinite;
}
@keyframes miniFloat{
  0%,100%{transform:translateY(2px) rotate(-2deg)}
  50%{transform:translateY(-7px) rotate(1deg)}
}
.mini-device-note{
  position:absolute;
  left:14px;bottom:14px;
  max-width:220px;
  padding:10px 12px;
  border-radius:15px;
  background:rgba(8,11,18,.78);
  border:1px solid rgba(201,211,255,.12);
  color:var(--muted);
  font-size:.82rem;
}

.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.content-card{
  padding:25px;
  border-radius:25px;
  margin:0 0 17px;
}
.content-card h2,.content-card h3{margin-top:0;color:white}
.content-card h2{font-size:1.32rem}
.content-card h3{font-size:1.08rem}
.content-card p,.content-card li{color:var(--muted)}
.content-card strong{color:#f0f3ff}
.notice{
  margin-top:14px;
  padding:13px 14px;
  border-radius:15px;
  border-left:3px solid var(--teal2);
  background:rgba(255,255,255,.035);
  color:var(--muted);
}
.toc{
  position:sticky;
  top:88px;
  z-index:20;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
  padding:10px;
  border-radius:20px;
}
.toc a{
  padding:9px 11px;
  border-radius:13px;
  color:var(--muted);
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.05);
  font-size:.86rem;
  font-weight:800;
}
.toc a:hover{color:white;background:rgba(255,255,255,.07)}
.email-pill{
  display:inline-flex;
  align-items:center;
  padding:10px 13px;
  border-radius:14px;
  color:white;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(201,211,255,.13);
  font-weight:800;
}
.related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.related-card{
  padding:19px;
  border-radius:21px;
}
.related-card p{color:var(--muted);min-height:45px}
.text-link{
  display:inline-flex;
  padding:9px 12px;
  border-radius:12px;
  border:1px solid rgba(201,211,255,.13);
  background:rgba(255,255,255,.035);
  font-weight:800;
}
.text-link:hover{background:rgba(255,255,255,.07)}

.footer{
  margin:38px 0 24px;
  padding:21px 22px;
  border-radius:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:.9rem;
}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{color:#e2e7ff}

.back-to-top{
  position:fixed;
  right:18px;bottom:18px;
  z-index:80;
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:14px;
  color:white;
  background:rgba(16,20,30,.88);
  border:1px solid rgba(201,211,255,.14);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  opacity:0;pointer-events:none;
  transform:translateY(8px);
  transition:.25s ease;
}
.back-to-top.visible{opacity:1;pointer-events:auto;transform:none}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1);
}
.reveal.revealed{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.07s}
.reveal-delay-2{transition-delay:.14s}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important;
  }
  .reveal{opacity:1;transform:none}
}

@media (max-width:980px){
  .hero,.subpage-hero,.launch-section{grid-template-columns:1fr}
  .stats-grid,.feature-grid,.screen-grid,.related-grid{grid-template-columns:1fr 1fr}
  .carousel-shell{min-height:540px}
}
@media (max-width:720px){
  .site-shell{width:min(100% - 20px,var(--max))}
  .topbar{
    top:8px;border-radius:22px;
    flex-direction:column;align-items:stretch;padding:11px;
  }
  .brand{justify-content:center}
  .navlinks{justify-content:center}
  .navlinks a{padding:8px 9px;font-size:.84rem}
  .hero{padding-top:40px}
  .hero h1{font-size:clamp(2.45rem,12vw,3.55rem)}
  .stats-grid,.feature-grid,.screen-grid,.content-grid,.related-grid{grid-template-columns:1fr}
  .carousel-shell{min-height:560px}
  .carousel{height:370px}
  .slide{width:min(255px,78%)}
  .carousel-label{
    width:100%;
    margin-top:12px;
    font-size:.9rem;
    text-align:left;
  }
  .carousel-controls{
    justify-content:space-between;
    gap:12px;
  }
  .section-head{align-items:start;flex-direction:column}
  .subpage-hero{padding-top:37px}
  .mini-device{min-height:285px}
  .toc{position:static}
}
