
:root{
  --bg:#0a0d18;
  --bg2:#0b1024;
  --card:rgba(255,255,255,.08);
  --card2:rgba(255,255,255,.06);
  --stroke:rgba(255,255,255,.14);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.66);
  --accent:#ff4aab;
  --accent2:#23a6ff;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --radius: 22px;
  --max: 1120px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 15% 15%, rgba(109,92,255,.35), transparent 60%),
    radial-gradient(900px 500px at 85% 30%, rgba(35,166,255,.25), transparent 65%),
    radial-gradient(900px 700px at 50% 85%, rgba(255,74,171,.18), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
.container{max-width:none; width:100%; margin:0; padding:0 0 90px}

.nav{
  display:flex; align-items:center; justify-content:space-between;
  width:100%;
  margin:0;
  padding:10px 16px;
  border-bottom:1px solid var(--stroke);
  background:rgba(10,13,24,.72);
  box-shadow: 0 10px 26px rgba(0,0,0,.34);
  backdrop-filter: blur(14px);
  position: sticky; top: 0; z-index: 100;
}
.brand{display:flex; gap:10px; align-items:center}
.logo{width:28px; height:28px; border-radius:12px; background:
  linear-gradient(135deg, rgba(109,92,255,.95), rgba(35,166,255,.85)); 
  box-shadow: 0 10px 22px rgba(109,92,255,.25);
}
.brand b{letter-spacing:.2px}
.navlinks{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.navlinks a{padding:8px 10px; border-radius:12px; color:var(--muted); font-size:14px;}
.navlinks a.active{background:rgba(255,255,255,.10); color:var(--text); border:1px solid var(--stroke);}
.hamb{display:none; padding:8px 10px; border:1px solid var(--stroke); border-radius:12px; background:rgba(255,255,255,.06); color:var(--text);}

.hero{
  margin-top:0;
  border:1px solid var(--stroke); border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  box-shadow: var(--shadow); backdrop-filter: blur(12px);
  padding: 26px 22px;
  display:grid; grid-template-columns: 1.4fr .9fr; gap:18px;
}
.kicker{display:inline-flex; gap:10px; align-items:center; padding:8px 12px; border-radius:999px;
  border:1px solid var(--stroke); background: rgba(255,255,255,.06); color:var(--muted); font-size:13px;
}
.h1{font-size: 44px; line-height:1.05; margin:14px 0 10px}
.p{color:var(--muted); margin:0; line-height:1.6}
.ctaRow{display:flex; gap:12px; margin-top:16px; flex-wrap:wrap}
.btn{
  padding:12px 16px; border-radius: 14px; border:1px solid var(--stroke);
  background: rgba(255,255,255,.08); color:var(--text); font-weight: 700;
}
.btn.primary{
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 14px 30px rgba(35,166,255,.18);
}
.btn:hover{transform: translateY(-1px)}
.panel{
  border:1px solid var(--stroke); border-radius: 18px; background: rgba(255,255,255,.06);
  padding: 16px; box-shadow: 0 14px 34px rgba(0,0,0,.28); backdrop-filter: blur(10px);
}
.panel h3{margin:0 0 10px; font-size:16px}
.badges{display:flex; gap:10px; flex-wrap:wrap}
.badge{font-size:12px; color:var(--muted); border:1px solid var(--stroke); padding:7px 10px; border-radius:999px; background: rgba(255,255,255,.05);}

.grid{
  margin-top:18px;
  padding:0 18px;
  display:grid; grid-template-columns: repeat(3, 1fr); gap:14px;
}
.card{
  border:1px solid var(--stroke); border-radius: 18px; background: rgba(255,255,255,.06);
  padding: 16px; box-shadow: 0 14px 34px rgba(0,0,0,.22); backdrop-filter: blur(10px);
}
.card h4{margin:0 0 6px}
.card p{margin:0; color:var(--muted); line-height:1.6}
.split{
  margin-top:18px;
  padding:0 18px;
  display:grid; grid-template-columns: 1fr 1fr; gap:14px;
}
.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: 16px;
  border:1px solid var(--stroke);
}
.table th,.table td{padding:12px 12px; border-bottom:1px solid rgba(255,255,255,.10); text-align:left;}
.table th{background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); font-size:13px;}
.table td{color: var(--muted);}

.footer{
  margin-top:18px;
  padding:0 18px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  text-align:center;
}

.whatsapp-float{
  position:fixed; right:18px; bottom:18px;
  width:56px; height:56px; border-radius: 999px;
  display:grid; place-items:center;
  background: #25D366;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  border: 2px solid rgba(255,255,255,.25);
  z-index: 99;
}
.whatsapp-float svg{width:26px; height:26px; fill:white}

.notice{
  margin-top:14px;
  padding: 12px 14px;
  border-radius: 16px;
  border:1px dashed rgba(255,255,255,.22);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.72);
  font-size: 13px;
}


.demoSwitch{display:flex; gap:8px; align-items:center; margin-right:10px}
.demoSwitch .badge{cursor:default}
.demoSwitch select{
  padding:9px 12px; border-radius:12px; border:1px solid var(--stroke);
  background: rgba(255,255,255,.06); color: var(--text); font-weight:700;
  outline:none;
}
.demoSwitch select option{color:#111}

@media (max-width: 900px){
  .hero{grid-template-columns: 1fr; }
  .grid{grid-template-columns: 1fr; }
  .split{grid-template-columns: 1fr; }
  .h1{font-size: 38px;}
  .navlinks{display:none}
  .hamb{display:inline-flex}
  .nav.open .navlinks{display:flex; position:absolute; top:56px; left:0; right:0;
    background: rgba(10,13,24,.94); border-bottom:1px solid var(--stroke);
    padding:12px 16px; gap:8px; flex-wrap:wrap;
    box-shadow: var(--shadow); backdrop-filter: blur(12px);
  }
}


/* --- Added hero media + animations --- */

.hero{position:relative; overflow:hidden;}
.hero::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(900px 500px at 15% 20%, rgba(255,255,255,.12), transparent 55%),
              radial-gradient(800px 500px at 85% 65%, rgba(109,92,255,.20), transparent 55%);
  pointer-events:none;
  animation: floatGlow 10s ease-in-out infinite alternate;
}
@keyframes floatGlow{from{transform:translateY(0)}to{transform:translateY(-14px)}}

.heroGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:stretch;
}
@media (max-width: 920px){
  .heroGrid{grid-template-columns:1fr}
}

.heroMedia{
  position:relative;
  border-radius: var(--radius);
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  overflow:hidden;
  min-height: 380px;
}
.heroMedia img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.05);
}

/* Mobile: avoid “zoomed” hero image feel + keep true full-width without side scrolling */
@media (max-width: 520px){
  .hero{border-radius:0; border-left:0; border-right:0;}
  .heroMedia{min-height:260px;}
  .heroMedia img{transform: scale(1);}
  .heroMedia .overlay{background: linear-gradient(180deg, rgba(10,13,24,.55), rgba(10,13,24,.12));}
}
.heroMedia .overlay{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(10,13,24,.65), rgba(10,13,24,.05));
}
.heroMedia .stamp{
  position:absolute; left:18px; bottom:18px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  font-size:13px;
  color: rgba(255,255,255,.86);
}

.reveal{opacity:0; transform: translateY(10px); animation: reveal .55s ease forwards;}
.reveal.d1{animation-delay:.05s}
.reveal.d2{animation-delay:.14s}
.reveal.d3{animation-delay:.22s}
.reveal.d4{animation-delay:.30s}
@keyframes reveal{to{opacity:1; transform:translateY(0)}}

.stepRow{
  display:flex; gap:10px; flex-wrap:wrap; margin-top:14px;
}
.step{
  display:flex; gap:10px; align-items:center;
  padding:10px 12px;
  border-radius: 16px;
  background: var(--card2);
  border:1px solid var(--stroke);
}
.step b{font-size:13px}
.step span{font-size:12px; color:var(--muted)}
.step .n{
  width:26px;height:26px;border-radius:10px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#fff;font-weight:800;font-size:13px;
}

.navlinks .btn.primary{white-space:nowrap}
