:root {
  --blue: #123968;
  --blue-dark: #0b274a;
  --gold: #d6b45f;
  --gold-dark: #b99130;
  --light: #f3f6fa;
  --text: #172233;
  --muted: #526174;
}

html { scroll-behavior: smooth; }
body { font-size: 18px; line-height: 1.7; }
.topbar { font-size: 15px; padding: 9px 20px; }
.topbar a { color: #fff; font-weight: 700; }
.menu a, .dropdown-toggle { font-size: 17px; }
.menu a:hover, .dropdown-toggle:hover { color: var(--gold-dark); }
.hero-inner { padding: 104px 0 96px; }
.hero h1 { font-size: clamp(42px, 5vw, 68px); line-height: 1.05; max-width: 900px; letter-spacing: -0.025em; }
.hero p { max-width: 780px; font-size: 21px; line-height: 1.6; }
.badge { font-size: 15px; }
.btn { min-height: 52px; padding: 14px 24px; font-size: 17px; display: inline-flex; align-items: center; justify-content: center; }
.btn-primary { background: var(--gold); color: #10233c; box-shadow: 0 8px 22px rgba(214,180,95,.28); }
.btn-primary:hover { background: #e1c474; transform: translateY(-1px); }
.section-title { font-size: clamp(32px, 4vw, 46px); line-height: 1.15; letter-spacing: -0.02em; }
.section-lead { font-size: 19px; color: var(--muted); }
.card h3 { font-size: 24px; }
.card p { color: var(--muted); }
.trust-strip { background: var(--blue-dark); color: white; padding: 22px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-item { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.trust-icon { color: var(--gold); font-size: 23px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.map-frame { width: 100%; min-height: 330px; border: 0; border-radius: 18px; box-shadow: 0 15px 40px rgba(11,39,74,.12); }
input, select, textarea { font-size: 17px; min-height: 52px; border-width: 2px; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(214,180,95,.35); border-color: var(--gold-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.callnow, .whatsapp { font-size: 16px; }

@media (max-width: 900px) {
  body { font-size: 17px; }
  .topbar { text-align: center; font-size: 14px; }
  .hero-inner { padding: 70px 0 66px; }
  .hero h1 { font-size: 42px; }
  .hero p { font-size: 19px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .menu a, .dropdown-toggle { font-size: 18px; padding: 7px 0; }
}

@media (max-width: 560px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .logo img { height: 72px; }
  .hero h1 { font-size: 36px; }
  .trust-grid { grid-template-columns: 1fr; }
  .btns, .contact-actions { flex-direction: column; }
  .btn { width: 100%; }
  .callnow { right: 12px; bottom: 72px; }
  .whatsapp { right: 12px; bottom: 14px; }
}
