
:root{
  --bg:#0b1220; --bg2:#0f1b32; --panel:rgba(255,255,255,.06);
  --text:rgba(255,255,255,.92); --muted:rgba(255,255,255,.72);
  --line:rgba(255,255,255,.10); --accent:#A8D8FF; --accent2:#55B6FF;
  --radius:18px; --shadow:0 18px 60px rgba(0,0,0,.35); --max:1120px;
}
*{box-sizing:border-box}
body{
  margin:0; color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(168,216,255,0.18), transparent 60%),
    radial-gradient(900px 500px at 80% 0%, rgba(85,182,255,0.14), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 60%, #0a1020 100%);
}
a{color:inherit}
.wrap{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.header{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(10px);
  background: rgba(10,16,32,0.65);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.header .in{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 0}
.brand{display:flex; gap:12px; align-items:center}
.mark{
  width:44px; height:44px; border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 30px rgba(0,0,0,.22);
  display:grid; place-items:center;
  font-weight:900;
}
.bname{font-weight:900; letter-spacing:.3px; font-size:15px}
.bsub{font-weight:700; color:rgba(255,255,255,.55); font-size:12px; margin-top:2px}
.btnrow{display:flex; gap:12px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:14px; padding:10px 14px;
  border:1px solid rgba(255,255,255,0.16);
  text-decoration:none; font-weight:800;
  background:rgba(255,255,255,0.06);
  transition: transform .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(168,216,255,0.45);}
.primary{
  background: linear-gradient(135deg, rgba(168,216,255,0.95), rgba(85,182,255,0.85));
  color:#07121e; border-color: rgba(168,216,255,0.45);
}
.ghost{background: rgba(255,255,255,0.04);}
.hero{padding:54px 0 18px}
.grid{display:grid; grid-template-columns: 1fr; gap:22px; align-items:start}
.pill{
  display:inline-block; font-weight:900; letter-spacing:.12em; text-transform:uppercase;
  font-size:12px; color: rgba(168,216,255,0.95);
  border:1px solid rgba(168,216,255,0.25);
  background: rgba(168,216,255,0.08);
  padding:8px 12px; border-radius:999px;
}
h1{margin:14px 0 10px; font-size:52px; line-height:1.05; letter-spacing:-0.03em}
.accent{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.lead{font-size:18px; color:var(--muted); margin:0 0 18px; max-width:60ch}
.card{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card .pad{padding:18px}
.sec{padding:54px 0}
.alt{
  background: rgba(255,255,255,0.03);
  border-top:1px solid rgba(255,255,255,0.06);
  border-bottom:1px solid rgba(255,255,255,0.06);
}
h2{margin:0 0 8px; font-size:32px; letter-spacing:-0.02em}
.sub{margin:0; color:var(--muted)}
.cols2{display:grid; grid-template-columns: 1fr 1fr; gap:18px; margin-top:22px}
.video{width:100%; border-radius:16px; border:1px solid rgba(255,255,255,0.10); background:rgba(0,0,0,.2)}
.kicker{color:rgba(255,255,255,.55); font-size:13px; margin-top:10px}
.cards{display:grid; grid-template-columns: repeat(4,1fr); gap:14px; margin-top:22px}
.mini{
  border-radius:18px; border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  padding:16px; text-align:center; font-weight:900;
}
.steps{display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-top:22px}
.step{border-radius:18px; border:1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.05); padding:16px}
.num{width:38px; height:38px; border-radius:14px; display:grid; place-items:center;
  font-weight:900; color:#07121e;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  margin-bottom:10px;
}
.list{margin:16px 0 0; padding-left:18px; color:var(--muted)}
.list li{margin:8px 0}
.footer{border-top:1px solid rgba(255,255,255,0.08); padding:18px 0; color:rgba(255,255,255,.55)}
@media (max-width: 980px){
  h1{font-size:44px}
  .grid{grid-template-columns:1fr}
  .cols2{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .wrap{width: calc(100% - 28px)}
  h1{font-size:38px}
  .cards{grid-template-columns:1fr}
}


/* Logo inside mark */
.mark img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display:block;
  border-radius: 12px;
}

/* Mobile CTA + spacing polish */
@media (max-width: 640px){
  /* Hide sticky header CTAs on mobile (prevents duplicate CTA rows) */
  .header .btnrow{ display:none; }

  /* Stack hero CTAs cleanly */
  .btnrow{ width:100%; }
  .hero .btnrow{ flex-direction:column; align-items:stretch; }
  .hero .btn{ width:100%; }

  /* Reduce padding/bloat slightly */
  .hero{ padding:42px 0 10px; }
  .card .pad{ padding:14px; }
  .mini{ padding:14px; }
  .step{ padding:14px; }
  h1{ font-size:34px; }
  h2{ font-size:28px; }
}


/* Bigger, visible logo */
.biglogo{
  width:90px !important;
  height:90px !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}
.biglogo img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* Header brand spacing */
.brand{
  align-items:center;
}

/* Mobile logo slightly smaller */
@media (max-width:640px){
  .biglogo{
    width:64px !important;
    height:64px !important;
  }
}


/* Hero logo (Option A) */
.hero-logo{
  display:block;
  width:min(520px, 92%);
  height:auto;
  margin: 0 0 14px 0;
  filter: drop-shadow(0 14px 38px rgba(0,0,0,.35));
}

/* PDR formatting */
.pdr-copy{max-width: 78ch;}
.pdrp{line-height:1.65; margin: 0 0 14px 0;}
.pdr-bullets{margin-top: 6px;}

/* Slight header brand tightening (now text-only) */
.header .brand{gap:10px;}


/* Flatter "capability strip" under hero copy */
.storm-strip{
  margin: 18px 0 6px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.035);
}
.storm-strip__title{
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.storm-strip__body .sub{ margin: 0 0 10px; }
.storm-strip__body .list{ margin-top: 8px; }

/* Slightly tighten list spacing inside strip */
.storm-strip__body .list li{ margin: 6px 0; }

@media (max-width: 640px){
  .storm-strip{ padding: 12px 14px; }
}


/* v10 spacing fixes */
.storm-strip{ margin: 32px 0 6px !important; }

/* Keep credentials on one line on desktop; allow wrap on small screens */
.credline{ display:block; white-space:nowrap; }
@media (max-width: 720px){
  .credline{ white-space:normal; }
}

/* v11 spacing + wrap fixes (hard overrides) */
.storm-strip{ margin: 46px 0 10px !important; }

.credline{ display:inline-block; white-space:nowrap; }
@media (max-width: 820px){
  .credline{ white-space:normal; }
}

/* v12 header logo */
.brand{display:flex; align-items:center; gap:12px;}
.brandlogo{
  width:44px; height:44px;
  border-radius:12px;
  object-fit:cover;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
@media (max-width: 640px){
  .brandlogo{ width:38px; height:38px; border-radius:10px; }
}



/* v14: Center ONLY the main hero logo + make it larger on desktop */
.hero-logo{
  display:block;
  margin: 0 auto 14px auto; /* centers logo only */
  width: min(820px, 100%);
  height: auto;
}
@media (max-width: 720px){
  .hero-logo{
    width: min(560px, 100%);
    margin: 0 auto 12px auto;
  }
}
