:root{
  --bg:#071326;
  --panel:#0b1d38;
  --text:#eaf1ff;
  --muted:#a7b7d6;
  --accent:#11c3b2;
  --accent2:#2a64ff;
  --border: rgba(255,255,255,0.10);
  --shadow: 0 12px 40px rgba(0,0,0,0.45);
  --radius: 18px;
  --max: 1080px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(42,100,255,0.20), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(17,195,178,0.18), transparent 55%),
    linear-gradient(180deg, #061022 0%, #061022 40%, #050c18 100%);
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
.container{max-width:var(--max); margin:0 auto; padding:24px}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:14px 18px; border:1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(11,29,56,0.65);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.brand{display:flex; align-items:center; gap:12px; min-width: 220px}
.brand img{width:44px; height:44px; border-radius:12px; object-fit:cover; border:1px solid var(--border)}
.brand .title{font-weight:800; letter-spacing:.2px; font-size:18px; line-height:1.0}
.brand .tag{color:var(--muted); font-size:12px; margin-top:2px}
.links{display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end}
.links a{
  padding:10px 12px; border:1px solid transparent; border-radius: 999px;
  color:var(--muted);
}
.links a[aria-current="page"]{border-color: var(--border); color: var(--text); background: rgba(255,255,255,0.04)}
.hero{
  margin-top:18px;
  border:1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
  background: linear-gradient(90deg, rgba(17,195,178,0.10), rgba(42,100,255,0.10));
  box-shadow: var(--shadow);
}
.hero-inner{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 0;
}
.hero-copy{padding:26px 26px 22px 26px}

.hero-side{
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(700px 400px at 50% 10%, rgba(255,255,255,0.06), transparent 60%),
    linear-gradient(135deg, rgba(17,195,178,0.18), rgba(42,100,255,0.08));
  min-height: 280px;
}
.hero-media{
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  border: 1px solid var(--border);
  overflow:hidden;
  background: rgba(7,19,38,0.55);
  box-shadow: 0 22px 60px rgba(0,0,0,0.55);
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit: contain;
  object-position: center;
  display:block;
}
.hero-side--portrait .hero-media{
  max-width: 300px;
  aspect-ratio: 4 / 5;
}

/* About page: use a darker hero-side treatment + a framed screenshot (no face crop) */
body.page-about .hero-side{
  background:
    radial-gradient(700px 400px at 50% 10%, rgba(0,0,0,0.28), transparent 60%),
    linear-gradient(135deg, rgba(10,18,36,0.92), rgba(6,14,28,0.78));
}
.hero-side--screenshot .hero-media{
  max-width: 520px;
  aspect-ratio: 16 / 9;
  background: rgba(0,0,0,0.42);
}
.hero-side--screenshot .hero-media img{
  object-fit: contain;
  object-position: center;
}
.hero-side--portrait .hero-media img{
  object-fit: cover;
  object-position: 50% 28%;
}


.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border:1px solid var(--border); border-radius:999px;
  background: rgba(255,255,255,0.04); color: var(--muted);
  font-size: 13px;
}
.kicker .dot{
  width:10px; height:10px; border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(17,195,178,0.55);
}
h1{margin:14px 0 8px 0; font-size: 40px; letter-spacing:-0.4px}
h1 span{color: var(--accent)}
p{margin: 10px 0; color: var(--muted); line-height:1.6}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 12px 14px; border-radius: 12px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.04);
  color: var(--text);
}
.btn.primary{
  background: linear-gradient(135deg, rgba(17,195,178,0.95), rgba(42,100,255,0.80));
  border-color: rgba(255,255,255,0.14);
}
.btn small{color: rgba(255,255,255,0.82); font-weight:600}
.card{
  margin-top:18px;
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(11,29,56,0.62);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.card .card-h{padding:18px 18px 0 18px}
.card h2{margin:0; font-size:20px}
.card .card-b{padding: 16px 18px 18px 18px}
.video-wrap{
  display:flex; justify-content:center;
  padding: 18px;
}
.video-frame{
  width: min(760px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow:hidden;
  border:1px solid var(--border);
  background:#000;
  box-shadow: 0 18px 55px rgba(0,0,0,0.55);
}
video{width:100%; height:100%; display:block}
.footer{
  margin: 26px 0 6px 0;
  color: rgba(167,183,214,0.75);
  font-size: 12px;
  display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap;
}
.grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
}
.badge strong{color: var(--text)}
.big-callout{
  margin: 16px 0 6px 0;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(17,195,178,0.35);
  background: linear-gradient(135deg, rgba(17,195,178,0.20), rgba(42,100,255,0.10));
}
.big-callout h3{margin:0 0 6px 0; font-size: 22px}
.big-callout p{margin:0; color: rgba(255,255,255,0.80)}
ul{margin: 8px 0 0 20px; color: var(--muted); line-height:1.6}
hr{border:0; border-top:1px solid var(--border); margin: 16px 0}
.note{
  font-size: 13px;
  color: rgba(167,183,214,0.85);
}
@media (max-width: 860px){
  .hero-inner{grid-template-columns:1fr}
  h1{font-size:34px}
  .grid{grid-template-columns:1fr}
}
