*{margin:0;padding:0;box-sizing:border-box}

body{
  font-family: Arial, Helvetica, sans-serif;
  color:#111;
  line-height:1.65;
}

a{ color: inherit; }

.container{
  max-width:1100px;
  margin:0 auto;
  padding:0 24px;
}

.hero{
  background:#020617;
  color:#fff;
  padding:90px 0;
  text-align:center;
}

.hero h1{
  font-size:42px;
  margin-bottom:16px;
}

.hero-sub{
  font-size:18px;
  opacity:.9;
  margin-bottom:18px;
}

.btn{
  display:inline-block;
  background:#fff;
  color:#020617;
  padding:14px 26px;
  font-weight:700;
  text-decoration:none;
  border-radius:12px;
}

.section{
  padding:70px 0;
}

.section.dark{
  background:#0f172a;
  color:#fff;
}

.section h2{
  margin-bottom:18px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.card{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:20px;
  background:#fff;
}

.section.dark .card{
  border-color:#1e293b;
  background:transparent;
}

.footer{
  background:#020617;
  color:#fff;
  text-align:center;
  padding:26px 0;
}

.footer-links{
  margin-top:10px;
  font-size:14px;
  opacity:.9;
}

.muted{
  opacity:.7;
  margin-top:8px;
}

.fineprint{
  margin-top:12px;
  font-size:13px;
  opacity:.85;
}

.policy{
  padding:60px 0;
}

.policy h1{
  font-size:32px;
  margin-bottom:12px;
}

.policy h2{
  margin-top:22px;
  margin-bottom:10px;
  font-size:20px;
}

.policy p, .policy li{
  font-size:15px;
}

.policy ul{
  margin-left:18px;
  margin-top:8px;
}

@media(max-width:900px){
  .grid{grid-template-columns:1fr}
  .hero h1{font-size:32px}
}


/* Final upgrade: conversion + form + steps */
.cta-row{
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin-top:10px;
}

.btn.ghost{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
}

.btn.ghost:hover{
  border-color: rgba(255,255,255,.65);
}

.mini{
  margin-top:10px;
  margin-left:18px;
  opacity:.95;
}

.steps{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:14px;
}

.step{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.15);
}

.badge{
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#020617;
  font-weight:800;
  flex:0 0 34px;
}

.form-wrap{
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap:18px;
  margin-top:18px;
}

.form{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:18px;
  background:#fff;
}

.form label{
  display:block;
  margin-bottom:12px;
  font-weight:700;
}

.form input, .form textarea{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  font-weight:500;
}

.form textarea{ resize: vertical; }

.form button{
  border:none;
  cursor:pointer;
  margin-top:6px;
}

.contact-box{
  border-radius:16px;
  padding:18px;
  border:1px solid #e5e7eb;
  background:#f8fafc;
}

.contact-box h3{ margin-bottom:10px; }

@media(max-width:900px){
  .form-wrap{ grid-template-columns: 1fr; }
}

/* Logo */
.brand{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}


/* === APPROVED PACKET FIXES === */
.topbar{display:block;width:100%;background:#0b1f3a;margin:0;padding:0}
.top-legal-nav{color:#fff;font-size:13px;padding:12px 10px;text-align:center;line-height:1.4;margin:0}
.top-legal-nav a{color:#fff;text-decoration:none}
.top-legal-nav a:hover{text-decoration:underline}
.brand{display:flex;align-items:center;gap:10px}
.brand img,
.brand-name{font-size:1em;font-weight:600;line-height:1}
.marketing-disclaimer{font-size:13px;opacity:.75;margin-top:30px}

/* enforced logo size */


/* enforced logo size x2 */
.logo{width:96px !important;height:auto !important;}
