:root{
  --bg:#0b1220;
  --card:#0f172a;
  --muted:#94a3b8;
  --text:#e5e7eb;
  --soft:#111c33;
  --line:rgba(148,163,184,.18);
  --brand:#1d4ed8;
  --brand2:#06b6d4;
  --white:#ffffff;
  --shadow: 0 18px 45px rgba(0,0,0,.28);
  --radius: 18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans","Helvetica Neue",sans-serif;
  background: radial-gradient(1200px 600px at 15% 10%, rgba(29,78,216,.25), transparent 55%),
              radial-gradient(900px 500px at 85% 30%, rgba(6,182,212,.22), transparent 55%),
              #070b14;
  color: var(--text);
  line-height:1.6;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{width:min(1120px,92vw);margin:0 auto}
.skip{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 14px;background:#111;color:#fff;border-radius:10px;z-index:9999}
.header{
  position:sticky;top:0;z-index:50;
  background: rgba(7,11,20,.68);
  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;gap:10px;align-items:center;text-decoration:none}
.brand img{width:34px;height:34px}
.brand strong{letter-spacing:.2px}
.menu{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.menu a{
  text-decoration:none;
  opacity:.92;
  padding:8px 10px;
  border-radius:12px;
}
.menu a:hover{background:rgba(255,255,255,.06)}
.menu .cta{
  background: linear-gradient(135deg, rgba(29,78,216,.95), rgba(6,182,212,.85));
  color:#fff;
  font-weight:700;
  box-shadow: 0 10px 25px rgba(29,78,216,.22);
}
.menu .cta:hover{filter:brightness(1.05)}
.hero{
  padding:54px 0 30px;
}
.grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items:center;
}
.kicker{
  display:inline-flex;gap:10px;align-items:center;
  padding:8px 12px;border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius:999px;
  color:var(--muted);
  font-size:14px;
}
.kicker svg{width:18px;height:18px;color:var(--brand2)}
h1{font-size: clamp(30px, 4vw, 46px);line-height:1.15;margin:14px 0 10px}
.lead{color:#cbd5e1;font-size:18px;max-width:58ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 16px;border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  text-decoration:none;
  font-weight:650;
}
.btn.primary{
  background: linear-gradient(135deg, rgba(29,78,216,.95), rgba(6,182,212,.85));
  border-color: transparent;
  color:#fff;
}
.btn:hover{transform: translateY(-1px)}
.btn svg{width:18px;height:18px}
.card{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card{overflow:hidden}
.hero-card .inner{padding:18px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;color:#cbd5e1;font-size:14px}
.badges span{border:1px solid var(--line);background:rgba(255,255,255,.03);padding:6px 10px;border-radius:999px}
.section{padding:34px 0}
.section h2{font-size:28px;margin:0 0 10px}
.section p{color:#cbd5e1;margin:0 0 12px}
.cols3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:14px}
.feature{padding:16px}
.feature .icon{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(29,78,216,.18);
  border:1px solid rgba(29,78,216,.25);
  color:#cfe1ff;
}
.feature h3{margin:10px 0 6px}
.feature ul{margin:8px 0 0;padding-left:18px;color:#cbd5e1}
.split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.notice{
  padding:14px 14px;
  border:1px dashed rgba(148,163,184,.35);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  color:#cbd5e1;
  font-size:14px;
}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:14px}
.price{padding:18px}
.price .tag{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid var(--line);color:var(--muted);font-size:13px}
.price h3{margin:12px 0 6px}
.amount{font-size:34px;font-weight:800;margin:6px 0 10px}
.amount small{font-size:14px;color:var(--muted);font-weight:600}
.list{margin:0;padding-left:18px;color:#cbd5e1}
.price .btn{margin-top:12px;width:100%;justify-content:center}
.price.featured{background: linear-gradient(180deg, rgba(29,78,216,.18), rgba(255,255,255,.04)); border-color: rgba(29,78,216,.35)}
.logos{
  display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px;
  opacity:.9;
}
.logo-pill{
  padding:10px 12px;border:1px solid var(--line);border-radius:999px;
  text-align:center;color:#cbd5e1;background:rgba(255,255,255,.02);font-size:13px
}
.article{
  padding:18px;
}
.article h2{margin-top:0}
.prose h3{margin:18px 0 8px}
.prose ul{color:#cbd5e1}
.form{
  padding:18px;
}
label{display:block;font-weight:650;margin:10px 0 6px}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.25);
  color: var(--text);
}
textarea{min-height:120px;resize:vertical}
small.help{display:block;color:var(--muted);margin-top:6px}
.footer{
  border-top:1px solid var(--line);
  padding:26px 0 40px;
  background: rgba(7,11,20,.55);
}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.footer a{text-decoration:none;color:#cbd5e1}
.footer a:hover{text-decoration:underline}
hr.sep{border:0;border-top:1px solid var(--line);margin:18px 0}
.pill{
  display:inline-flex;gap:10px;align-items:center;
  padding:10px 12px;border:1px solid var(--line);border-radius:999px;
  background: rgba(255,255,255,.03);color:#cbd5e1;font-size:14px
}
.pill svg{width:18px;height:18px;color:var(--brand2)}
.toast{
  position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%);
  width: min(980px, 92vw);
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(7,11,20,.88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  z-index: 100;
  display:none;
}
.toast.show{display:block}
.toast .row{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}
.toast p{margin:0;color:#cbd5e1;font-size:14px;max-width:88ch}
.toast .actions{display:flex;gap:10px;flex-wrap:wrap}
.toast button{
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text);
  padding:10px 12px;border-radius:14px;
  font-weight:700;cursor:pointer;
}
.toast button.primary{background: linear-gradient(135deg, rgba(29,78,216,.95), rgba(6,182,212,.85)); border-color:transparent}
.toast a{color:#cfe1ff}
@media (max-width: 920px){
  .grid{grid-template-columns:1fr;gap:18px}
  .cols3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .logos{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .menu{gap:8px}
}
