/* Aura Landing Page — gradient/glow style */
:root{
  --bg0:#070510;
  --bg1:#0b0720;
  --txt:#f5f6ff;
  --muted:rgba(245,246,255,.72);
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.12);
  --shadow: 0 20px 80px rgba(0,0,0,.45);
  --r: 28px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--txt);
  background: radial-gradient(1200px 800px at 15% 10%, rgba(149,76,233,.22), transparent 60%),
              radial-gradient(900px 600px at 80% 30%, rgba(0,194,255,.16), transparent 60%),
              radial-gradient(700px 700px at 55% 90%, rgba(255,85,220,.14), transparent 60%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{width:min(1180px, calc(100% - 48px)); margin:0 auto}
.muted{color:var(--muted)}

.bg{position:fixed; inset:0; pointer-events:none; z-index:-1}
.bg__glow{
  position:absolute; filter:blur(60px); opacity:.9;
  width:520px; height:520px; border-radius:50%;
}
.bg__glow--a{left:-140px; top:-160px; background:radial-gradient(circle at 30% 30%, rgba(255,85,220,.55), rgba(96, 58, 255,.05) 60%, transparent 70%)}
.bg__glow--b{right:-180px; bottom:-220px; background:radial-gradient(circle at 30% 30%, rgba(0,194,255,.45), rgba(96, 58, 255,.05) 60%, transparent 70%)}
.bg__noise{
  position:absolute; inset:0;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="180" height="180"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency=".9" numOctaves="3" stitchTiles="stitch"/></filter><rect width="180" height="180" filter="url(%23n)" opacity=".25"/></svg>');
  mix-blend-mode:overlay; opacity:.22;
}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(8,6,18,.75), rgba(8,6,18,.25));
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}

.brand{display:flex; align-items:center; gap:10px}
.brand__mark{width:34px; height:34px; border-radius:10px; box-shadow:0 0 0 1px rgba(255,255,255,.10)}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand--small .brand__mark{width:28px; height:28px}

.nav{display:flex; gap:18px; align-items:center}
.nav a{
  color:rgba(245,246,255,.82);
  font-weight:600; font-size:14px;
  padding:10px 10px; border-radius:12px;
}
.nav a:hover{background:rgba(255,255,255,.06); color:var(--txt)}
.nav__ghost{opacity:.9}

.navbtn{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--txt);
  align-items:center; justify-content:center;
  gap:5px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.navbtn span{
  display:block; width:18px; height:2px;
  background:rgba(245,246,255,.9);
  border-radius:2px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 18px;
  border-radius:16px;
  font-weight:800;
  letter-spacing:.2px;
  background: linear-gradient(135deg, rgba(144,95,255,1), rgba(0,194,255,1), rgba(255,85,220,1));
  background-size: 200% 200%;
  box-shadow: 0 18px 60px rgba(145, 90, 255,.28), 0 10px 30px rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  transition: transform .15s ease, filter .2s ease;
}
.btn:hover{transform: translateY(-1px); filter:saturate(1.08) brightness(1.02)}
.btn:active{transform: translateY(0px) scale(.99)}
.btn--ghost{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: none;
}
.btn--small{padding:10px 14px; border-radius:14px; font-size:14px}
.btn--full{width:100%}

.hero{padding:64px 0 30px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:34px;
  align-items:center;
}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:rgba(245,246,255,.82);
  font-weight:700;
  font-size:13px;
}
.pill__dot{
  width:10px; height:10px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,.2));
  box-shadow: 0 0 0 6px rgba(255,255,255,.04), 0 0 24px rgba(0,194,255,.35);
}
h1{margin:18px 0 10px; font-size: clamp(34px, 3.6vw, 54px); line-height:1.05; letter-spacing:-.6px}
.lead{margin:0; font-size:18px; color:rgba(245,246,255,.78); line-height:1.6}
.hero__cta{display:flex; gap:12px; margin-top:22px; flex-wrap:wrap}

.hero__stats{display:flex; gap:14px; margin-top:28px; flex-wrap:wrap}
.stat{
  display:flex; gap:10px; align-items:center;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
}
.stat__num{font-size:18px}
.stat__title{font-weight:800; font-size:13px}
.stat__sub{font-size:12px; color:rgba(245,246,255,.68)}

.hero__visual .frame{
  position:relative;
  border-radius: var(--r);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.2);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero__visual img{display:block; width:100%; height:auto; transform: scale(1.02)}
.frame__shine{
  position:absolute; inset:-40%;
  background: radial-gradient(circle at 40% 35%, rgba(255,255,255,.20), transparent 45%);
  transform: rotate(12deg);
  opacity:.65;
  pointer-events:none;
}
.hint{margin:10px 0 0; font-size:12px; color:rgba(245,246,255,.58)}

.section{padding:64px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head h2{margin:0 0 8px; font-size: clamp(26px, 2.2vw, 36px)}
.section__head p{margin:0; color:rgba(245,246,255,.72); line-height:1.6}

.grid{
  margin-top:26px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  padding:18px 18px 16px;
  border-radius:24px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 60px rgba(0,0,0,.24);
  position:relative;
  overflow:hidden;
}
.card:before{
  content:"";
  position:absolute; inset:-80px -120px auto auto;
  width:280px; height:280px;
  background: radial-gradient(circle at 30% 30%, rgba(0,194,255,.20), transparent 55%);
  filter: blur(20px);
  opacity:.9;
}
.card h3{margin:10px 0 8px; font-size:18px}
.card p{margin:0 0 12px; color:rgba(245,246,255,.74); line-height:1.55; font-size:14px}
.card ul{margin:0; padding-left:18px; color:rgba(245,246,255,.70); font-size:13px}
.card li{margin:6px 0}
.icon{
  width:44px; height:44px;
  border-radius:16px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(144,95,255,.45), rgba(0,194,255,.30), rgba(255,85,220,.35));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 50px rgba(145, 90, 255,.16);
  position:relative;
  z-index:1;
}

.split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:center;
}
.lead2{color:rgba(245,246,255,.78); line-height:1.6}
.checklist{margin:18px 0 0; display:grid; gap:10px}
.check{
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
}
.panel__cta{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}

.panel__glass{display:flex; justify-content:center}
.glass{
  width:min(520px, 100%);
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.glass__row{
  display:flex; align-items:center; gap:8px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.15);
}
.dot{width:10px; height:10px; border-radius:50%}
.dot--r{background:#ff5a6a}
.dot--y{background:#ffd15a}
.dot--g{background:#55f39c}
.glass__title{margin-left:10px; font-weight:800; color:rgba(245,246,255,.9)}
.glass__content{padding:14px}

.mini{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px; margin-bottom:12px}
.mini__kpi{
  padding:12px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
}
.mini__label{font-size:12px; color:rgba(245,246,255,.70)}
.mini__value{font-size:18px; font-weight:900; margin-top:6px}
.mini__list .row{
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  margin:8px 0;
  font-size:13px;
  color:rgba(245,246,255,.78);
}
.badge{
  display:inline-flex; align-items:center; justify-content:center;
  padding:3px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  margin-right:8px;
  background: rgba(0,194,255,.16);
  border:1px solid rgba(0,194,255,.28);
}
.badge--b{background: rgba(144,95,255,.16); border-color: rgba(144,95,255,.28)}
.badge--p{background: rgba(255,85,220,.16); border-color: rgba(255,85,220,.28)}
.mini__hint{margin-top:10px; font-size:12px; color:rgba(245,246,255,.62)}

.pricing{
  margin-top:26px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.pricecard{
  padding:20px;
  border-radius:24px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 60px rgba(0,0,0,.24);
  position:relative;
  overflow:hidden;
}
.pricecard--hot{
  border-color: rgba(0,194,255,.28);
  box-shadow:0 28px 90px rgba(0,194,255,.10), 0 20px 60px rgba(0,0,0,.24);
}
.tag{
  position:absolute; top:14px; right:14px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background: linear-gradient(135deg, rgba(144,95,255,.55), rgba(0,194,255,.35), rgba(255,85,220,.40));
  border:1px solid rgba(255,255,255,.12);
}
.pricecard h3{margin:0 0 10px}
.price{
  font-size:34px; font-weight:900; letter-spacing:-.6px;
  margin:0 0 12px;
}
.price span{font-size:14px; color:rgba(245,246,255,.72); font-weight:800}
.pricecard ul{margin:0 0 14px; padding-left:18px; color:rgba(245,246,255,.74)}
.pricecard li{margin:7px 0}

.faq{display:grid; gap:10px; margin-top:20px}
details{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  padding:12px 14px;
}
summary{cursor:pointer; font-weight:900}
details p{margin:10px 0 0; color:rgba(245,246,255,.74); line-height:1.6}

.finalcta{margin-top:22px}
.finalcta__glass{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(144,95,255,.18), rgba(0,194,255,.10), rgba(255,85,220,.12));
  padding:22px;
  box-shadow: var(--shadow);
}
.finalcta__glass h3{margin:0 0 8px}
.finalcta__glass p{margin:0 0 14px; color:rgba(245,246,255,.74); line-height:1.6}
.finalcta__btns{display:flex; gap:12px; flex-wrap:wrap}

.footer{
  padding:26px 0 34px;
  border-top:1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.10);
}
.footer__inner{display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap}
.footer__links{display:flex; gap:12px; color:rgba(245,246,255,.74); font-weight:700; font-size:14px}
.footer__links a{padding:8px 10px; border-radius:12px}
.footer__links a:hover{background:rgba(255,255,255,.06); color:var(--txt)}

/* Responsive */
@media (max-width: 980px){
  .hero__grid, .split{grid-template-columns:1fr; }
  .hero{padding-top:42px}
}
@media (max-width: 860px){
  .grid{grid-template-columns:1fr; }
  .pricing{grid-template-columns:1fr}
  .navbtn{display:inline-flex}
  .nav{
    position:absolute;
    top:64px; right:24px; left:24px;
    display:none;
    flex-direction:column;
    padding:14px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.12);
    background: rgba(8,6,18,.78);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
  }
  .nav.is-open{display:flex}
  .nav a{width:100%}
}
