:root{
  --bg:#121417;
  --bg2:#15181c;
  --card:#171b21;
  --card2:#1b2028;
  --text:#f5f7fb;
  --muted:#b8c0cc;
  --line:rgba(255,255,255,.10);
  --accent:#68f7c8;
  --accent2:#45d3ff;
  --shadow: 0 14px 40px rgba(0,0,0,.45);
  --radius:18px;
  --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, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background: radial-gradient(1200px 700px at 80% -10%, rgba(104,247,200,.16), transparent 60%),
              radial-gradient(1000px 600px at 10% 10%, rgba(69,211,255,.10), transparent 55%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 22px}
.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(18,20,23,.72);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:34px;width:auto;max-width:220px}
.brand .name{font-weight:700;letter-spacing:.2px}
.navlinks{display:flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.pill{
  border:1px solid var(--line);
  padding:9px 12px;border-radius:999px;
  color:var(--muted);
  font-size:13px;
  transition: all .18s ease;
  user-select:none;
}
.pill:hover{border-color:rgba(255,255,255,.22);color:var(--text);transform:translateY(-1px)}
.pill.primary{
  color:var(--text);
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  font-weight:700;
}
.pill.primary:hover{transform:translateY(-1px) scale(1.01);border-color:rgba(255,255,255,.26);background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));}
.pill.ghost{background:rgba(255,255,255,.04)}
.hero{padding:64px 0 26px}
.heroGrid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:26px;
  align-items:stretch;
}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow: var(--shadow);
}
.heroCard{padding:28px}
.kicker{color:var(--muted);font-size:14px;letter-spacing:.2px}
.h1{font-size:42px;line-height:1.08;margin:10px 0 14px;letter-spacing:-.6px}
.lead{font-size:18px;color:var(--muted);max-width:60ch}
.subline{margin-top:2px;color:rgba(245,247,251,.92);font-size:14px;letter-spacing:.2px}
.ctaRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.stats{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;
  padding:18px;
}
.stat{
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px;
  background:rgba(255,255,255,.03);
}
.stat .k{font-size:12px;color:var(--muted)}
.stat .v{font-size:16px;font-weight:700;margin-top:6px}
.portrait{
  height:100%;
  overflow:hidden;
  display:flex;flex-direction:column;
}
.portrait img{
  width:100%;height:100%;
  object-fit:cover;
  opacity:.88;
  filter:contrast(1.06) saturate(.9);
  border-radius:var(--radius);
}
.section{padding:22px 0}
.sectionHead{
  display:flex;align-items:flex-end;justify-content:space-between;gap:16px;
  margin:6px 0 12px;
}
.sectionTitle{font-size:20px;margin:0}
.sectionSub{color:var(--muted);font-size:14px;margin:0;max-width:72ch}
.grid3{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
}
.tile{position:relative;

  padding:16px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:16px;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
  cursor:pointer;
  min-height:160px;
}
.tile:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05)}
.tile .t{font-weight:750;margin:0 0 6px}
.tile .d{color:var(--muted);margin:0;font-size:14px}
.badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.badge{
  font-size:12px;color:var(--muted);
  border:1px solid var(--line);
  border-radius:999px;
  padding:6px 10px;
  background:rgba(255,255,255,.02);
}
.split{
  display:grid;grid-template-columns: 1fr 1fr;gap:14px;
}
.listCard{padding:16px}
.ul{margin:10px 0 0;padding-left:18px;color:var(--muted)}
.ul li{margin:8px 0}
.footer{
  padding:26px 0 40px;
  border-top:1px solid var(--line);
  margin-top:26px;
  color:var(--muted);
  font-size:13px;
}
.footerRow{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}
small{color:var(--muted)}
/* Modal */
.modalBackdrop{
  position:fixed;inset:0;
  background:rgba(0,0,0,.62);
  display:none;
  align-items:center;justify-content:center;
  padding:22px;
  z-index:100;
}
.modalBackdrop.show{display:flex}
.modal{
  width:min(860px, 100%);
  max-height:min(86vh, 860px);
  overflow:auto;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 70px rgba(0,0,0,.6);
}
.modalHeader{
  display:flex;justify-content:space-between;align-items:flex-start;gap:14px;
  padding:18px 18px 10px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.modalTitle{margin:0;font-size:18px}
.modalClose{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  cursor:pointer;
}
.modalBody{padding:14px 18px 20px;color:var(--muted)}
.modalBody h3{color:var(--text);font-size:14px;margin:18px 0 8px}
.modalBody p{margin:8px 0}
.modalBody ul{margin:8px 0 0;padding-left:18px}
hr.sep{border:none;border-top:1px solid rgba(255,255,255,.12);margin:18px 0}
@media (max-width: 920px){
  .heroGrid{grid-template-columns:1fr}
  .h1{font-size:36px}
  .grid3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .portrait{display:none}
}
.tileIcon{position:absolute;top:14px;right:14px;opacity:.92}
.tileIcon svg{width:22px;height:22px;stroke:rgba(255,255,255,.92);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.ul.iconList{list-style:none;padding-left:0}
.ul.iconList li{display:flex;gap:10px;align-items:flex-start;margin:10px 0}
.liIcon{margin-top:2px;opacity:.9}
.liIcon svg{width:18px;height:18px;stroke:rgba(255,255,255,.88);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

/* Tracking consent (only shown when analytics is configured) */
.consentBar{position:fixed;left:0;right:0;bottom:0;z-index:999;background:rgba(16,16,18,.92);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.08)}
.consentBar .container{padding:10px 0}
.consentRow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.consentText{font-size:12.5px;line-height:1.35;color:rgba(255,255,255,.85);max-width:64ch}
.consentActions{display:flex;gap:10px;align-items:center}
@media (max-width:560px){.consentText{max-width:none}}
