:root{
  --primary:#1e5bbf;
  --dark:#0b1b3a;
  --text:#0f172a;
  --muted:#64748b;
  --bg:#ffffff;
  --light:#f6f8ff;
  --border:#e5e7eb;
}

*{box-sizing:border-box}
body{margin:0; font-family: Arial, Helvetica, sans-serif; color:var(--text); background:var(--bg)}
a{color:var(--primary); text-decoration:none}
a:hover{text-decoration:underline}

.container{width:92%; max-width:1100px; margin:0 auto}

.header{
  background: var(--primary);
  color:#fff;
  padding:14px 0;
}
.header-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.brand-name{font-weight:900; font-size:18px}
.brand-sub{font-size:13px; opacity:.9}

.header-actions{display:flex; gap:10px; flex-wrap:wrap}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  font-weight:800;
  border:1px solid transparent;
  cursor:pointer;
  text-decoration:none;
}
.btn-primary{background:#fff; color:var(--primary)}
.btn-primary:hover{text-decoration:none; filter:brightness(.97)}
.btn-ghost{background:transparent; color:#fff; border-color:rgba(255,255,255,.5)}
.btn-ghost:hover{text-decoration:none; background:rgba(255,255,255,.12)}
.btn-whatsapp{background:#25D366; color:#0b1b3a}
.btn-whatsapp:hover{text-decoration:none; filter:brightness(.97)}

.hero{
  background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 70%);
  padding:34px 0;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:start;
}
.badge{
  display:inline-block;
  background:#eaf1ff;
  color:var(--primary);
  border:1px solid #dbe5ff;
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
}
h1{margin:10px 0 8px; font-size:46px; letter-spacing:-1px}
.lead{font-size:17px; color:#334155; line-height:1.5; margin:0 0 10px}

.alert{
  background:#fff;
  border:1px solid var(--border);
  border-left:5px solid var(--primary);
  border-radius:12px;
  padding:12px 14px;
  margin:12px 0;
}
.alert-title{font-weight:900}
.alert-note{margin-top:6px; color:#334155; line-height:1.45}

.quick{color:#334155; line-height:1.7; font-size:14px}
.cta{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

.review-box{
  margin-top:14px;
  padding:12px 14px;
  border:1px dashed #cbd5e1;
  border-radius:12px;
  background:#fff;
}
.review-title{font-weight:900}
.review-note{color:var(--muted); margin:6px 0 10px}

.hero-right{display:flex; flex-direction:column; gap:12px}
.profile-card, .flyer-card, .flyer-wide{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:14px;
  box-shadow: 0 10px 24px rgba(2, 6, 23, .06);
}

.profile-card{
  text-align:center;
}

.profile-img{
  width:100%;
  height:auto;
  max-height:380px;
  object-fit:contain;
  background:#ffffff;
  border-radius:12px;
  border:1px solid var(--border);
  padding:8px;
}

.profile-name{margin-top:10px; font-weight:900; font-size:18px}

.profile-role{
  margin-top:8px;
  color:#1e5bbf;
  font-weight:900;
  font-size:14px;
  line-height:1.4;
}

.sub-role{
  display:block;
  color:var(--muted);
  font-weight:600;
  font-size:12.5px;
  margin-top:4px;
}

.irs-badge{
  display:inline-block;
  margin-top:10px;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf1ff;
  color:#1e5bbf;
  font-weight:800;
  font-size:12px;
  border:1px solid #dbe5ff;
}

.profile-actions{display:flex; gap:10px; margin-top:12px; flex-wrap:wrap; justify-content:center}

.mini-contact{
  margin-top:12px;
  font-size:13px;
  color:#334155;
  line-height:1.6;
}

.flyer-title{font-weight:900; margin-bottom:10px}
.flyer-img{
  width:100%;
  border-radius:12px;
  border:1px solid var(--border);
}

.section{padding:44px 0}
.section.light{background:var(--light); border-top:1px solid var(--border); border-bottom:1px solid var(--border)}
h2{margin:0 0 8px; font-size:28px}
.muted{color:var(--muted)}
.tiny{font-size:12.5px}

.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top:14px;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:14px;
  box-shadow: 0 10px 24px rgba(2, 6, 23, .05);
}
.card-title{font-weight:900; margin-bottom:8px}
.card ul{margin:0; padding-left:18px; line-height:1.7}

.flyer-wide{
  margin-top:18px;
  max-width:700px;      /* controls size */
  margin-left:auto;
  margin-right:auto;
}


.pricing{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:14px;
}
.price-line{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:10px 0;
  border-bottom:1px dashed var(--border);
}
.price-line:last-child{border-bottom:none}
.note{margin-top:10px; color:#334155}

.form{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:14px;
  max-width:720px;
}
.form-row{display:flex; flex-direction:column; gap:6px; margin:10px 0}
label{font-weight:800}
input, textarea{
  padding:10px 12px;
  border-radius:10px;
  border:1px solid var(--border);
  font-size:14px;
}
input:focus, textarea:focus{outline:2px solid rgba(30, 91, 191, .18); border-color:#bcd2ff}

.map{
  width:100%;
  height:360px;
  border:0;
  border-radius:14px;
}

.footer{
  background:var(--dark);
  color:#dbeafe;
  padding:16px 0;
}
.footer-flex{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.footer-links a{color:#dbeafe; font-weight:700; margin-left:12px}
.footer-links a:hover{text-decoration:underline}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr 1fr}
}
@media (max-width: 560px){
  .cards{grid-template-columns:1fr}
  h1{font-size:38px}
}
