:root{
  --bg:#070A12;
  --bg2:#0B1020;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.09);
  --border: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --muted2: rgba(255,255,255,.55);
  --accent:#7C5CFF;
  --accent2:#22D3EE;
  --good:#22C55E;
  --warn:#F59E0B;
  --bad:#EF4444;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 24px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{
  margin:0;
  font-family: var(--sans);
  color: var(--text);
  background-color:#0B1020;
  background-image:
    radial-gradient(1000px 600px at 20% 10%, rgba(124,92,255,.15), transparent 70%),
    radial-gradient(900px 700px at 80% 20%, rgba(34,211,238,.12), transparent 70%),
    radial-gradient(1200px 900px at 50% 100%, rgba(34,197,94,.08), transparent 75%);
  background-attachment: fixed;
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{max-width:1120px; margin:0 auto; padding:0 22px}

/* Utility classes replacing inline styles */
.mt0{margin-top:0 !important}
.mt12{margin-top:12px !important}
.mt14{margin-top:14px !important}
.mt18{margin-top:18px !important}
.lead-wide{max-width:none !important}
.cards-single{grid-template-columns:1fr !important}
.card-auto{min-height:auto !important}
.h3-m0{margin-top:0 !important}
.p-m0{margin-top:0 !important}
.pill-inline{display:inline-flex !important}
.mono{font-family: var(--mono) !important}
.cta-row{display:flex; gap:12px; flex-wrap:wrap}

.k-sub{
  color: var(--muted2);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.foot-note{
  margin-top: 8px;
}

.legal-consent{
  margin-top: 12px;
}

.legal-consent a,
.foot-links a,
details a{
  color: #fff;
  text-decoration: underline;
}

/* Top nav */
.nav{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(7,10,18,.62);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px}
.brand{display:flex; align-items:center; gap:12px; font-weight:700; letter-spacing:.2px}

.brand-title{font-size:14px; line-height:1}
.brand-subtitle{font-size:12px; color:var(--muted2); font-weight:650; margin-top:3px}

/* Bootstrap icon brand mark */
.logo{
  font-size:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, rgba(124,92,255,1), rgba(34,211,238,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 18px rgba(124,92,255,.35);
}
.logo-sm{font-size:20px}

.nav-links{display:flex; gap:18px; align-items:center; color: var(--muted); font-weight:550; font-size:14px}
.nav-links a{padding:10px 10px; border-radius:12px}
.nav-links a:hover{background: rgba(255,255,255,.06); color: var(--text)}
.nav-cta{display:flex; gap:10px; align-items:center}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: var(--text);
  font-weight:650;
  font-size:14px;
  gap:10px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  user-select:none;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18)}
.btn:active{transform: translateY(0px)}

.btn-primary{
  border: 0;
  background: linear-gradient(135deg, rgba(124,92,255,1), rgba(34,211,238,1));
  box-shadow: 0 18px 50px rgba(124,92,255,.18);
}
.btn-primary:hover{filter: brightness(1.02)}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: var(--muted);
  font-size:13px;
}
.dot{width:8px; height:8px; border-radius:999px; background: linear-gradient(135deg, var(--accent), var(--accent2))}

/* Hero */
header.hero{padding:64px 0 26px; position:relative}
.hero-grid{display:grid; grid-template-columns: 1.08fr .92fr; gap:28px; align-items:start}

h1{
  margin:18px 0 12px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.8px;
}

.lead{color: var(--muted); font-size: 17px; line-height:1.55; max-width: 58ch}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:22px}

.trust-row{display:flex; gap:14px; flex-wrap:wrap; margin-top:18px; color: var(--muted2); font-size:13px}
.trust-row span{display:inline-flex; gap:8px; align-items:center}

.icon{
  width:18px; height:18px; display:inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  position:relative;
}
.icon::after{content:""; position:absolute; inset:4px; border-radius:4px; background: rgba(255,255,255,.14)}

/* Mock report */
.mock{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.mock-top{
  padding:16px 18px;
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.mock-title{font-weight:780; font-size:14px}
.mock-sub{font-size:12px; color: var(--muted2); margin-top:2px; font-family: var(--mono)}

.badge{
  font-size:12px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  white-space:nowrap;
}
.mock-body{padding:16px 18px 14px}

.stats{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.20);
  overflow:hidden;
}
.stat{
  padding:14px 12px;
  border-right: 1px solid rgba(255,255,255,.08);
  min-height: 86px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}
.stat:last-child{border-right:0}
.k{color: var(--muted2); font-size:11px; letter-spacing:.25px; text-transform:uppercase}
.v{font-size:26px; font-weight:850; letter-spacing:-.6px}
.v.small{font-size:18px; font-weight:800; letter-spacing:-.2px}
.grade-pill{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:36px;
  border-radius:12px;
  background: rgba(34,197,94,.18);
  border: 1px solid rgba(34,197,94,.25);
  font-weight:900;
}
.allowed{
  display:inline-flex; align-items:center; gap:8px;
  color: rgba(34,197,94,.95);
  font-weight:850;
}
.dot-ok{
  width:12px; height:12px; border-radius:999px;
  background: rgba(34,197,94,.95);
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.sevrow{display:grid; grid-template-columns: repeat(4, 1fr); gap:10px; margin-top:12px}
.sev{
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:10px 12px;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
}
.sev .name{font-size:12px; color: var(--muted)}
.sev .num{font-family: var(--mono); font-size:16px; font-weight:900}
.sev.crit{border-left:3px solid rgba(239,68,68,.95)}
.sev.high{border-left:3px solid rgba(245,158,11,.95)}
.sev.med{border-left:3px solid rgba(34,211,238,.95)}
.sev.low{border-left:3px solid rgba(148,163,184,.75)}

.drivers{
  margin-top:12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  overflow:hidden;
}
.drivers .head{
  padding:10px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display:flex; align-items:center; justify-content:space-between;
}
.drivers .head span{font-size:12px; color: var(--muted)}
.drivers .item{padding:10px 12px; border-bottom:1px solid rgba(255,255,255,.06)}
.drivers .item:last-child{border-bottom:0}
.drivers .file{font-size:12px; font-family: var(--mono); color: rgba(255,255,255,.82)}
.drivers .meta{margin-top:6px; font-size:12px; color: var(--muted)}
.chip{display:inline-flex; gap:8px; align-items:center; margin-left:8px}
.chip b{font-family: var(--mono); font-size:11px; padding:4px 8px; border-radius:999px; border:1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.20); color: var(--muted)}

.small{font-size:12px; color: var(--muted2)}

/* Sections */
section{padding:54px 0}
.section-title{font-size:28px; margin:0 0 10px; letter-spacing:-.4px}
.section-lead{color: var(--muted); margin:0; max-width: 72ch; line-height:1.6}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:22px}
.card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  padding:18px;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  transition: transform .15s ease, background .15s ease;
  min-height: 158px;
}
.card:hover{transform: translateY(-2px); background: rgba(255,255,255,.06)}
.card h3{margin:10px 0 6px; font-size:16px}
.card p{margin:0; color: var(--muted); line-height:1.55; font-size:14px}

.split{display:grid; grid-template-columns: 1fr 1fr; gap:18px; margin-top:22px}

.callout{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(124,92,255,.14), rgba(34,211,238,.10));
  padding:18px;
  box-shadow: 0 16px 55px rgba(0,0,0,.35);
}

.list{display:grid; gap:12px; margin-top:14px}
.li{display:flex; gap:12px; align-items:flex-start}
.check{width:20px; height:20px; border-radius:8px; background: rgba(34,197,94,.18); border:1px solid rgba(34,197,94,.25); position:relative; flex:0 0 auto}
.check::after{content:""; position:absolute; left:6px; top:4px; width:6px; height:10px; border-right:2px solid rgba(255,255,255,.85); border-bottom:2px solid rgba(255,255,255,.85); transform: rotate(40deg)}
.li strong{display:block; font-size:14px}
.li span{display:block; color: var(--muted); font-size:13px; line-height:1.5; margin-top:2px}

/* Pricing */
.seg{
  display:inline-flex;
  gap:6px;
  padding:6px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  margin-top:18px;
}
.seg button{
  appearance:none;
  border:0;
  background: transparent;
  color: var(--muted);
  font-weight:780;
  font-size:13px;
  padding:10px 12px;
  border-radius: 999px;
  cursor:pointer;
}
.seg button.active{
  color: var(--text);
  background: rgba(255,255,255,.10);
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
}

.pricing{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:18px}
.price{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding:18px;
  box-shadow: 0 12px 45px rgba(0,0,0,.30);
  position:relative;
  overflow:hidden;
}
.price.featured{background: linear-gradient(180deg, rgba(124,92,255,.18), rgba(255,255,255,.04)); border-color: rgba(124,92,255,.35)}
.price .tag{position:absolute; right:14px; top:14px; font-size:12px; padding:8px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.22); color: var(--muted)}
.price h3{margin:6px 0 6px}
.money{font-size:34px; font-weight:850; letter-spacing:-.6px}
.money small{font-size:14px; color: var(--muted); font-weight:650}
.price p{color: var(--muted); margin:10px 0 12px; line-height:1.55; font-size:14px}
.price ul{margin:0; padding:0; list-style:none; display:grid; gap:10px}
.price li{display:flex; gap:10px; align-items:flex-start; color: var(--muted); font-size:14px; line-height:1.45}
.bullet{width:18px; height:18px; border-radius:7px; background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.10); flex:0 0 auto; margin-top:2px}

.notegrid{display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-top:14px}
.note{
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:14px 16px;
}
.note h4{margin:0 0 8px; font-size:14px}
.note p{margin:0; color: var(--muted); font-size:13px; line-height:1.55}
.note ul{margin:10px 0 0; padding-left:18px; color: var(--muted); font-size:13px; line-height:1.55}

/* FAQ */
details{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:14px 16px;
}
details + details{margin-top:10px}
summary{cursor:pointer; font-weight:700}
details p{color: var(--muted); line-height:1.6; margin:10px 0 0; font-size:14px}

/* Footer */
footer{padding:40px 0 48px; border-top:1px solid rgba(255,255,255,.08); color: var(--muted)}
.foot{display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; align-items:center}
.foot a{color: var(--muted)}
.foot a:hover{color: var(--text)}
.foot-brand-row{display:flex; align-items:center; gap:10px; font-weight:800; color:var(--text)}
.foot-links{display:flex; gap:14px; flex-wrap:wrap}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;}
  .cards{grid-template-columns:1fr;}
  .split{grid-template-columns:1fr;}
  .pricing{grid-template-columns:1fr;}
  .nav-links{display:none;}
  .stats{grid-template-columns: 1fr 1fr;}
  .sevrow{grid-template-columns: 1fr 1fr;}
}

/* =========================
   Legal pages (Privacy / Terms)
   ========================= */

.legal{
  padding: 54px 0 64px;
}

.legal-card{
  border-radius: var(--radius2);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.legal-accent{
  height: 6px;
  background: linear-gradient(90deg, rgba(124,92,255,1), rgba(34,211,238,1));
}

.legal-card > *{
  padding-left: 28px;
  padding-right: 28px;
}

.legal-title{
  margin: 18px 0 6px;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: var(--text);
}

.legal-meta{
  margin: 0 0 18px;
  color: var(--muted2);
  font-size: 13px;
}

.legal h2{
  margin: 26px 0 10px;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,.94);
}

.legal h3{
  margin: 16px 0 8px;
  font-size: 15px;
  color: rgba(255,255,255,.92);
}

.legal p{
  margin: 0 0 12px;
  color: var(--muted);
}

.legal ul{
  margin: 10px 0 14px;
  padding-left: 18px;
  color: var(--muted);
}

.legal li{
  margin: 6px 0;
}

.legal-link{
  color: #fff;
  text-decoration: underline;
  font-weight: 650;
}

.legal-note{
  color: var(--muted2);
  font-size: 13px;
  margin-top: 8px;
}

.legal-callout{
  margin: 16px 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(239,68,68,.25);
  background: rgba(239,68,68,.08);
  padding: 14px 16px;
}

.legal-callout h3{
  margin: 0 0 8px;
}

.legal-footer{
  padding-top: 6px;
  padding-bottom: 22px;
}