:root{
  --bg0:#07080b;
  --bg1:#0b0d14;
  --card:#0f121a;
  --card2:#111626;
  --text:#f6f7fb;
  --muted:rgba(246,247,251,.72);
  --muted2:rgba(246,247,251,.55);

  /* Palette sampled from your screenshots */
  --purple:#935ee7;
  --teal:#2eaad7;
  --red:#ec4660;
  --orange:#fd902f;
  --blue:#018efa;
  --yellow:#f4c60f;

  --radius:20px;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  --shadow2: 0 14px 40px rgba(0,0,0,.35);
  --max: 1120px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background:
    radial-gradient(900px 500px at 18% -10%, rgba(147,94,231,.55), transparent 60%),
    radial-gradient(900px 500px at 78% 5%, rgba(46,170,215,.55), transparent 60%),
    radial-gradient(900px 500px at 80% 110%, rgba(236,70,96,.45), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  color:var(--text);
  line-height:1.55;
}

a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:28px 20px 80px}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex; align-items:center; gap:12px; text-decoration:none;
}
.brand .icon{
  width:40px; height:40px; border-radius:12px; overflow:hidden;
  background:linear-gradient(135deg, rgba(147,94,231,.9), rgba(46,170,215,.9));
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  flex:0 0 auto;
}
.brand .name{font-weight:800; letter-spacing:.2px}
.brand .sub{display:block; font-size:12px; color:var(--muted2); margin-top:2px; font-weight:600}

.navlinks{display:flex; gap:12px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
.pill{
  padding:10px 12px; border-radius:999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  text-decoration:none; font-weight:700; font-size:13px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.pill:hover{transform: translateY(-1px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.16)}

.hero{
  margin-top:28px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
@media (max-width: 980px){
  .hero{grid-template-columns: 1fr; }
}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  overflow:hidden;
}

.hero-left{padding:28px}
.kicker{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--muted);
  font-weight:800;
  font-size:12px;
}
.dot{
  width:8px; height:8px; border-radius:99px;
  background: linear-gradient(90deg, var(--teal), var(--purple));
  box-shadow: 0 0 0 4px rgba(46,170,215,.12);
}

h1{
  font-size:44px;
  line-height:1.05;
  margin:14px 0 10px;
  letter-spacing:-.7px;
}
@media (max-width: 520px){
  h1{font-size:36px}
}

.lede{font-size:16px; color:var(--muted); max-width:56ch; margin:0 0 18px}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 14px;
  border-radius: 14px;
  text-decoration:none;
  font-weight:900;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  transition: transform .15s ease, filter .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.20)}
.btn.primary{
  border: none;
  background: linear-gradient(90deg, rgba(147,94,231,.95), rgba(46,170,215,.95));
  color: #0b0d14;
  box-shadow: 0 14px 40px rgba(46,170,215,.18), 0 14px 40px rgba(147,94,231,.18);
}
.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px; border-radius:14px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--muted);
  font-weight:800;
  font-size:13px;
}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.badge b{color:var(--text)}
.badge .b{width:8px;height:8px;border-radius:99px;background:var(--yellow); box-shadow:0 0 0 4px rgba(244,198,15,.15)}
.badge .p{width:8px;height:8px;border-radius:99px;background:var(--purple); box-shadow:0 0 0 4px rgba(147,94,231,.15)}
.badge .t{width:8px;height:8px;border-radius:99px;background:var(--teal); box-shadow:0 0 0 4px rgba(46,170,215,.15)}

.hero-right{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:18px;
  gap:14px;
}
.screens{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media (max-width: 520px){
  .screens{grid-template-columns: 1fr}
}
.phone-shot{
  position:relative;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.24);
}
.phone-shot img{display:block; width:100%; height:auto}
.phone-shot .label{
  position:absolute; left:12px; top:12px;
  padding:6px 10px; border-radius:999px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-weight:900; font-size:12px;
  backdrop-filter: blur(10px);
}

.section{
  margin-top:22px;
  padding:26px;
}
.grid3{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:14px;
}
@media (max-width: 980px){ .grid3{grid-template-columns:1fr} }
.mini{
  padding:18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
}
.mini h3{margin:0 0 8px; font-size:16px; letter-spacing:-.2px}
.mini p{margin:0; color:var(--muted); font-size:14px}
.iconchip{
  width:42px; height:42px; border-radius:14px; margin-bottom:12px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}
.iconchip svg{width:22px;height:22px; opacity:.95}

.footer{
  margin-top:22px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  flex-wrap:wrap;
  color: var(--muted2);
}
.small{font-size:12px; max-width:70ch}
hr.sep{
  border:none;
  border-top:1px solid rgba(255,255,255,.10);
  margin:24px 0 0;
}
.page{
  max-width: 880px;
  margin: 34px auto 90px;
  padding: 24px;
}
.page h1{font-size:34px}
.page h2{margin-top:22px}
.page p, .page li{color:rgba(246,247,251,.82)}
.page a{color: rgba(46,170,215,.95)}
.note{
  padding:12px 14px;
  border-radius: 16px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(246,247,251,.80);
}
