
:root{
  --navy:#10213f;
  --blue:#1f6feb;
  --gold:#ffbf3f;
  --light:#f6f8fc;
  --muted:#64748b;
  --green:#16803d;
  --orange:#f97316;
  --purple:#7c3aed;
  --red:#e11d48;
  --border:#d7deea;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#142033;background:white;line-height:1.55}
a{color:inherit}
.container{width:min(1120px,92%);margin:auto}
.topbar{background:var(--navy);color:white}
.nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}
.logo{font-weight:900;font-size:22px;letter-spacing:.2px}
.logo span{color:var(--gold)}
.links{display:flex;gap:16px;flex-wrap:wrap;font-size:14px}
.links a{text-decoration:none;opacity:.92}
.links a:hover{opacity:1;color:var(--gold)}
.btn{display:inline-block;background:var(--blue);color:white;text-decoration:none;padding:13px 18px;border-radius:12px;font-weight:800;border:0}
.btn.secondary{background:white;color:var(--navy)}
.btn.gold{background:var(--gold);color:#1a1a1a}
.hero{background:linear-gradient(135deg,#10213f 0%,#1f3b73 70%,#2351a3 100%);color:white;padding:70px 0}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}
.hero h1{font-size:48px;line-height:1.05;margin:0 0 18px}
.hero p{font-size:19px;color:#e6edf8;margin:0 0 24px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:8px 12px;border-radius:999px;font-size:13px}
.card{background:white;border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 10px 30px rgba(16,33,63,.08)}
.hero .card{
color:#111827;
}
.hero .card p,
.hero .card h3{
color:#111827;
}
.section{padding:58px 0}
.section.alt{background:var(--light)}
h2{font-size:34px;line-height:1.12;margin:0 0 14px;color:var(--navy)}
h3{margin:0 0 8px;color:var(--navy)}
.lead{font-size:18px;color:var(--muted);max-width:790px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:26px}
.feature{background:white;border:1px solid var(--border);border-radius:16px;padding:22px}
.feature b{color:var(--blue)}
.price-table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden;border:1px solid var(--border)}
.price-table th{background:var(--navy);color:white;text-align:left;padding:14px}
.price-table td{padding:14px;border-top:1px solid var(--border)}
.price{font-weight:900;color:var(--green);font-size:18px}
.note{font-size:14px;color:var(--muted)}
.flyer-wrap{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:24px}
.flyer{background:white;border:3px solid #111;border-radius:8px;padding:12px;min-height:720px}
.flyer-title{text-align:center;font-weight:900;font-size:20px;margin-bottom:10px}
.headerbox{height:70px;background:#fff6d8;border:2px solid #f0d47d;border-radius:6px;display:flex;align-items:center;justify-content:space-between;padding:10px;margin-bottom:10px}
.logo-mini,.qr-mini{border:2px dashed #555;padding:10px;font-weight:bold;text-align:center;font-size:12px}
.mailer-name{text-align:center;font-weight:900;font-size:22px}
.ad{border:2px solid;border-radius:6px;margin:8px 0;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;position:relative;background:#fff}
.ad small{display:block;font-weight:700;color:#334155}
.ad .x{font-size:34px;margin-top:6px}
.premium{height:170px;border-color:var(--red);background:#fff1f4;color:var(--red)}
.medium-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.medium{height:135px;border-color:var(--green);background:#effaf2;color:var(--green)}
.small-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.small{height:88px;border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8;font-size:13px}
.half-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.half{height:330px;border-color:var(--purple);background:#f5f0ff;color:var(--purple)}
.coupon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.coupon{height:138px;border-color:var(--orange);background:#fff7ed;color:var(--orange);font-size:14px}
.steps{counter-reset:step}
.step{display:grid;grid-template-columns:48px 1fr;gap:14px;margin:18px 0}
.step:before{counter-increment:step;content:counter(step);background:var(--gold);color:#111;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900}
.form{display:grid;gap:12px}
input,select,textarea{width:100%;padding:13px;border:1px solid var(--border);border-radius:10px;font:inherit}
textarea{min-height:130px}
.footer{background:#09152a;color:white;padding:32px 0;margin-top:30px}
.footer a{color:white}
.cta{background:var(--navy);color:white;border-radius:22px;padding:34px;margin-top:24px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.cta h2{color:white;margin:0}
@media(max-width:850px){
  .hero-grid,.grid-3,.grid-2,.flyer-wrap{grid-template-columns:1fr}
  .hero h1{font-size:38px}
  .links{display:none}
  .cta{display:block}
  .flyer{min-height:auto}
}


/* LocalVibe logo updates */
.logo{
  display:flex;
  align-items:center;
  gap:10px;
}
.logo img{
  width:48px;
  height:48px;
  object-fit:contain;
  border-radius:8px;
  background:white;
}
.hero-logo{
  width:100%;
  max-width:420px;
  display:block;
  margin:0 auto 18px;
  border-radius:18px;
}
.brand-card{
  text-align:center;
}
