:root{
  --bg0:#070a12;
  --bg1:#0b1020;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.08);
  --border:rgba(255,255,255,.12);
  --text:#eaf0ff;
  --muted:rgba(234,240,255,.72);
  --muted2:rgba(234,240,255,.55);
  --primary:#6aa6ff;
  --primary2:#8b5cf6;
  --good:#22c55e;
  --warn:#f59e0b;
  --shadow: 0 12px 40px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 22px;
  --max: 1120px;
}

*{ box-sizing:border-box; }
html, body { height: 100%; margin: 0; padding: 0; }

body {
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background: radial-gradient(circle at top, #0f1b3d 0%, #050814 60%, #02040a 100%);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 100vh;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }

.wrap{
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:44px; padding:0 14px; border-radius:12px; font-weight:600; font-size:14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  text-decoration:none;
  box-shadow: 0 6px 22px rgba(0,0,0,.25);
}
.btn:hover{ background: rgba(255,255,255,.10); text-decoration:none; }
.btn.primary{
  border: 1px solid rgba(106,166,255,.55);
  background: linear-gradient(135deg, rgba(106,166,255,.95), rgba(139,92,246,.92));
  color:#061024;
}

.hero{ padding: 48px 0 22px; }
.heroGrid{ display:grid; grid-template-columns: 1.2fr .8fr; gap:24px; align-items: stretch; }
@media (max-width: 920px){ .heroGrid{ grid-template-columns: 1fr; } }

h1{ margin:0; font-size: 52px; line-height:1.08; letter-spacing:-.6px; }
@media (max-width: 520px){ h1{ font-size: 40px; } }
.sub{ margin: 14px 0 18px; font-size:18px; color: var(--muted); max-width: 62ch; }

.heroActions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; }

.panel{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.heroMedia img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  display: block;
  background: rgba(4, 8, 18, 0.7);
  padding: 6px;
}

section{ padding: 34px 0; }
.sectionHead{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:14px; }
h2{ margin:0; font-size: 22px; letter-spacing: -.2px; }
.sectionHead p{ margin:0; color: var(--muted); max-width: 64ch; font-size:14px; }

.grid3{ display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; }
@media (max-width: 920px){ .grid3{ grid-template-columns: 1fr; } }

.card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.30);
}
.card h3{ margin:0 0 6px; font-size: 16px; letter-spacing: -.2px; }
.card p{ margin:0; color: var(--muted); font-size: 14px; }

.steps{ display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top: 12px; }
@media (max-width: 920px){ .steps{ grid-template-columns: 1fr; } }
.step{ border-radius: var(--radius); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); padding: 16px; }
.step .num{
  width:30px; height:30px; border-radius: 10px; display:flex; align-items:center; justify-content:center;
  background: rgba(106,166,255,.18); border: 1px solid rgba(106,166,255,.30); color: rgba(234,240,255,.95);
  font-weight:800; margin-bottom:10px;
}
.step strong{ display:block; margin-bottom:6px; }
.step span{ color: var(--muted); font-size:14px; }

.pricing{ display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:14px; margin-top: 12px; }
@media (max-width: 920px){ .pricing{ grid-template-columns: 1fr; } }

/* Pricing / signup: comparison-style grid (zebra, dark header) */
.scc-pricing-compare{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
  min-width:720px;
}
.scc-pricing-compare thead th{
  background:#0a0a0a;
  color:#fff;
  font-weight:800;
  font-size:13px;
  letter-spacing:0.04em;
  text-transform:uppercase;
  padding:12px 10px;
  border:1px solid rgba(255,255,255,.12);
  vertical-align:middle;
}
.scc-pricing-compare thead th:first-child{
  text-align:left;
  background:#0a0a0a;
}
.scc-pricing-compare thead th:not(:first-child){
  text-align:right;
}
.scc-pricing-compare .scc-tier-head{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  width:100%;
}
.scc-pricing-compare .scc-tier-chevron{
  font-size:10px;
  opacity:.75;
  line-height:1;
}
.scc-pricing-compare tbody td{
  padding:10px 10px;
  border:1px solid rgba(255,255,255,.08);
  vertical-align:middle;
}
.scc-pricing-compare tbody tr:nth-child(odd) td{
  background:rgba(255,255,255,.06);
}
.scc-pricing-compare tbody tr:nth-child(even) td{
  background:rgba(255,255,255,.10);
}
.scc-pricing-compare tbody td:first-child{
  background:rgba(0,0,0,.4)!important;
  text-align:left;
  font-weight:600;
  color:rgba(234,240,255,.92);
}
.scc-pricing-compare tbody td:not(:first-child){
  text-align:right;
  color:rgba(234,240,255,.88);
}

/* Signup: two-column tier detail (same visual language) */
.scc-signup-tier-detail{
  min-width:0;
  width:100%;
}
.scc-signup-tier-detail thead th:nth-child(2){
  text-align:right;
}
.scc-signup-tier-detail tbody td:nth-child(2){
  text-align:right;
  font-weight:600;
}
.plan{
  border-radius: var(--radius2); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  padding: 18px; box-shadow: 0 12px 36px rgba(0,0,0,.35);
}
.plan.featured{
  background: linear-gradient(180deg, rgba(255,215,0,.16), rgba(255,255,255,.06));
  border-color: rgba(255,215,0,.42);
}
.badge{
  display:inline-flex; align-items:center; padding:6px 10px; border-radius:999px;
  background: rgba(106,166,255,.18); border: 1px solid rgba(106,166,255,.30); color: rgba(234,240,255,.92);
  font-size:12px; font-weight:700;
}
.price{ margin-top:10px; font-size: 34px; font-weight: 900; letter-spacing: -.6px; }
.price small{ font-size: 13px; font-weight: 600; color: var(--muted); }
.plan ul{ margin: 12px 0 0; padding:0; list-style:none; color: var(--muted); font-size:14px; display:grid; gap:8px; }
.tick{ color: #22c55e; font-weight: 900; }

.callout{
  margin-top:18px; padding:14px 14px; border-radius: 16px;
  border:1px solid rgba(245,158,11,.25);
  background: rgba(245,158,11,.08);
  color: rgba(255,255,255,.86);
  font-size:13px;
}

.site-footer{
  padding: 36px 0 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 22px;
  color: var(--muted2);
  font-size: 13px;
}
.foot{
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; align-items:flex-start;
}
.muted{ color: var(--muted2); }

