:root{
  --bg0:#070b16;
  --bg1:#0b1030;
  --card: rgba(255,255,255,.08);
  --stroke: rgba(255,255,255,.12);
  --text:#e9f0ff;
  --muted:#a8b7da;
  --blue:#4ea1ff;
  --cyan:#5df0ff;
  --vio:#7b5cff;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --r:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(93,240,255,.35), transparent 60%),
    radial-gradient(900px 600px at 95% 10%, rgba(123,92,255,.35), transparent 55%),
    radial-gradient(900px 600px at 50% 120%, rgba(78,161,255,.28), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
.muted{color:var(--muted)}

.nav{
  max-width:1200px;
  margin: 18px auto 0;
  padding: 14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--stroke);
  border-radius: 22px;
  backdrop-filter: blur(12px);
}
.brand{display:flex;align-items:center;gap:12px}
.logo{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, rgba(78,161,255,.95), rgba(123,92,255,.85));
  box-shadow: 0 10px 26px rgba(78,161,255,.22);
}
.logo i{font-size:18px}
.brandText .name{font-weight:900;letter-spacing:-.2px}
.brandText .tag{font-size:12px;color:var(--muted);margin-top:2px}
.links{display:flex;gap:18px;opacity:.92}
.links a{font-weight:700;color:rgba(233,240,255,.86)}
.links a:hover{color:#fff}
.navCta{display:flex;gap:10px;align-items:center}
.ghost{
  padding:10px 14px;border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  font-weight:800;
}
.btn{
  padding:10px 14px;border-radius:999px;
  border:1px solid rgba(93,240,255,.35);
  background: linear-gradient(135deg, rgba(93,240,255,.22), rgba(78,161,255,.18));
  font-weight:900;
}
.btn:hover,.ghost:hover{transform: translateY(-1px)}
.btn,.ghost{transition:.18s ease}

.hero{
  max-width:1200px;
  margin: 18px auto 0;
  padding: 18px;
}
.heroInner{
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 18px;
  align-items:start;
}
.heroLeft{
  padding: 18px;
  border-radius: 24px;
}
.pill{
  display:inline-flex;align-items:center;gap:10px;
  padding: 10px 12px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  font-weight:800;
}
.pill i{color:var(--cyan)}
h1{
  margin: 16px 0 10px;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -1.1px;
}
.grad{
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--vio));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.lead{
  margin: 0 0 18px;
  color: rgba(233,240,255,.86);
  font-size: 16px;
  line-height:1.6;
  max-width: 520px;
}
.dualCta{
  position:relative;
  width: 420px;
  max-width: 100%;
  display:flex;
  border-radius: 999px;
  overflow:hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.10);
}
.ctaLeft,.ctaRight{
  flex:1;
  padding: 16px 16px;
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
  font-weight: 900;
}
.ctaLeft{background: linear-gradient(135deg, rgba(93,240,255,.30), rgba(78,161,255,.24))}
.ctaRight{background: linear-gradient(135deg, rgba(123,92,255,.24), rgba(78,161,255,.18))}
.or{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: 62px;height:62px;border-radius:999px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.92);
  color:#12182d;
  font-weight: 950;
  letter-spacing:.5px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.trust{
  margin-top: 18px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}
.tItem{
  display:flex;align-items:center;gap:8px;
  padding:10px 12px;
  border-radius: 14px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  font-weight: 850;
  color: rgba(233,240,255,.9);
}
.tItem i{color: rgba(93,240,255,.9)}

.heroRight{padding: 6px}
.mock{
  border-radius: 22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow);
}
.mockTop{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 12px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dots{display:flex;gap:7px}
.dots span{width:10px;height:10px;border-radius:999px;background: rgba(255,255,255,.18)}
.dots span:nth-child(1){background: rgba(93,240,255,.35)}
.dots span:nth-child(2){background: rgba(78,161,255,.35)}
.dots span:nth-child(3){background: rgba(123,92,255,.35)}
.mockTitle{font-weight:850;color:rgba(233,240,255,.86);font-size:13px}
.mockMini{margin-left:auto;opacity:.7}
.mockBody{padding: 12px}

.mapFake{
  position:relative;
  height: 320px;
  border-radius: 18px;
  overflow:hidden;
  background:
    radial-gradient(800px 420px at 20% 20%, rgba(93,240,255,.25), transparent 60%),
    radial-gradient(600px 420px at 90% 40%, rgba(123,92,255,.25), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.0));
  border:1px solid rgba(255,255,255,.08);
}
.layerTabs{
  position:absolute;
  top:12px;left:50%;
  transform: translateX(-50%);
  display:flex;gap:10px;
  padding: 10px;
  border-radius:999px;
  background: rgba(8,11,22,.55);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.tab{
  border:none;
  background: rgba(255,255,255,.06);
  color: rgba(233,240,255,.85);
  padding: 10px 12px;
  border-radius:999px;
  font-weight: 850;
  cursor:pointer;
  display:flex;gap:8px;align-items:center;
}
.tab.active{background: rgba(78,161,255,.24); border:1px solid rgba(78,161,255,.28)}
.search{
  position:absolute;
  top:76px;left:14px;
  width: 310px;
  max-width: calc(100% - 28px);
  display:flex;gap:10px;align-items:center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(8,11,22,.55);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.search input{
  flex:1;min-width:0;
  border:none;outline:none;background:transparent;
  color: rgba(233,240,255,.92);
  font-weight: 750;
}
.search button{
  border:none;
  background: rgba(255,255,255,.10);
  color: rgba(233,240,255,.95);
  padding: 10px 12px;border-radius: 12px;
  font-weight: 900;
}
.widget{
  position:absolute;
  right:14px;top:106px;
  width: 220px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(8,11,22,.62);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.temp{font-size:44px;font-weight:950;letter-spacing:-.8px}
.wRow{display:flex;justify-content:space-between;gap:10px;margin-top:10px;font-size:13px;color:rgba(233,240,255,.85)}
.wRow b{color:#fff}
.timeline{
  position:absolute;
  left:14px;right:14px;bottom:14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(8,11,22,.55);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.track{
  height: 6px;border-radius:999px;
  background: linear-gradient(90deg, rgba(93,240,255,.85), rgba(78,161,255,.85), rgba(123,92,255,.85));
}
.knob{
  width:18px;height:18px;border-radius:999px;
  background:#fff;
  position:absolute;left:24px;top:18px;
  box-shadow: 0 10px 20px rgba(0,0,0,.35);
}
.times{
  margin-top:10px;
  display:flex;justify-content:space-between;
  color: rgba(168,183,218,.9);
  font-size:12px;font-weight: 800;
}

.tableFake{
  margin-top: 12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  overflow:hidden;
}
.tblHead{
  display:flex;justify-content:space-between;align-items:center;
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-weight: 900;
}
.tbl{padding: 6px 12px 12px}
.r{
  display:grid;
  grid-template-columns: 120px repeat(6, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.r:last-child{border-bottom:none}
.k{color: rgba(168,183,218,.95);font-weight: 900}
.c{display:flex;justify-content:center;align-items:center;font-weight: 900}
.c i{opacity:.9}
.note{margin-top:10px;color: rgba(168,183,218,.9);font-size:12px}

.section{
  max-width: 1200px;
  margin: 22px auto 0;
  padding: 18px;
}
.sectionHead h2{margin: 0;font-size: 26px;letter-spacing:-.4px}
.sectionHead p{margin:8px 0 0}
.cards{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  padding: 16px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.cIcon{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(93,240,255,.14);
  border:1px solid rgba(93,240,255,.18);
  margin-bottom: 10px;
}
.card h3{margin:0 0 8px;font-size:16px}
.card p{margin:0;color: rgba(233,240,255,.82);line-height:1.6}
.widgetGrid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.miniW{
  padding: 14px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  display:flex;gap:12px;align-items:center;
}
.miniW i{font-size:18px;color: rgba(93,240,255,.95)}
.miniW b{display:block}
.miniW span{display:block;margin-top:3px}
.pricing{display:flex;justify-content:center;margin-top: 14px}
.priceCard{
  width: 360px;max-width: 100%;
  padding: 18px;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow);
}
.badge{
  display:inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(93,240,255,.14);
  border: 1px solid rgba(93,240,255,.18);
  font-weight: 900;
}
.price{font-size:44px;font-weight:950;margin-top:10px;letter-spacing:-.8px}
.priceCard ul{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}
.priceCard li{display:flex;gap:10px;align-items:center;color: rgba(233,240,255,.85);font-weight: 800}
.priceCard li i{color: rgba(93,240,255,.95)}
.wide{display:block;text-align:center;margin-top: 14px;padding:14px 16px}
.foot{
  max-width:1200px;
  margin: 30px auto 24px;
  padding: 0 18px;
  display:flex;
  justify-content:space-between;
  gap:14px;
  color: rgba(168,183,218,.85);
  font-weight: 750;
}
@media (max-width: 1020px){
  .heroInner{grid-template-columns: 1fr}
  h1{font-size: 44px}
  .cards{grid-template-columns: 1fr}
  .widgetGrid{grid-template-columns: 1fr}
}
