:root {
  --laranja: #F59E0B;
  --laranja-escuro: #D97706;
  --preto: #111827;
  --preto-2: #1f2937;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1f2937;
  padding-bottom: 56px; /* espaço para a call-bar mobile */
}
@media (min-width: 992px) { body { padding-bottom: 0; } }

/* ── Topbar ─────────────────────────────────────────── */
.topbar {
  background: var(--preto);
  color: #fff;
  font-size: .9rem;
  padding: 6px 0;
}
.topbar-link { color: #fff; text-decoration: none; }
.topbar-link strong { color: var(--laranja); }

/* ── Navbar ─────────────────────────────────────────── */
.navbar-custom { background: var(--preto-2); }
.navbar-custom .navbar-brand { font-size: 1.25rem; }
.navbar-custom .nav-link { color: #e5e7eb !important; }
.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover { color: var(--laranja) !important; }
.btn-cta-nav {
  background: var(--laranja);
  color: var(--preto) !important;
  border: none;
}
.btn-cta-nav:hover { background: var(--laranja-escuro); color: #fff !important; }

@media (min-width: 992px) {
  .navbar-custom .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
}

/* ── Hero ───────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--preto) 0%, var(--preto-2) 100%);
  position: relative;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(245,158,11,.18), transparent 45%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-servico { background: linear-gradient(135deg, #0f172a 0%, var(--preto-2) 100%); }
.opacity-90 { opacity: .9; }

/* ── Botões ─────────────────────────────────────────── */
.btn-warning { background: var(--laranja); border-color: var(--laranja); color: var(--preto); font-weight: 700; }
.btn-warning:hover { background: var(--laranja-escuro); border-color: var(--laranja-escuro); color: #fff; }
.btn-wa { background: #25D366; border-color: #25D366; color: #fff; }
.btn-wa:hover { background: #1da851; border-color: #1da851; color: #fff; }

/* ── Cards de serviço ───────────────────────────────── */
.servico-card { transition: transform .15s ease, box-shadow .15s ease; }
.servico-card:hover { transform: translateY(-4px); box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.12) !important; }
.servico-icone {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(245,158,11,.14); color: var(--laranja);
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.servico-icone-hero {
  width: 64px; height: 64px; border-radius: 16px; flex-shrink: 0;
  background: rgba(245,158,11,.2); color: var(--laranja);
  display: flex; align-items: center; justify-content: center; font-size: 1.9rem;
}
.feature-icon { font-size: 2.4rem; color: var(--laranja); }

/* ── Listas / badges ────────────────────────────────── */
.list-servico li span { font-size: 1.05rem; }
.bairro-badge {
  background: #fff; color: #374151; border: 1px solid #e5e7eb;
  font-weight: 500; padding: .5rem .8rem; font-size: .85rem;
}

/* ── Accordion ──────────────────────────────────────── */
.accordion-button:not(.collapsed) { background: rgba(245,158,11,.1); color: var(--preto); box-shadow: none; }
.accordion-button:focus { box-shadow: none; border-color: var(--laranja); }

/* ── CTA band / sidebar ─────────────────────────────── */
.cta-band { background: linear-gradient(135deg, var(--laranja) 0%, var(--laranja-escuro) 100%); }
.cta-band .btn-light { color: var(--preto); }
.sticky-cta { top: 90px; }
@media (min-width: 992px) { .sticky-cta { position: sticky; } }
.contato-card { transition: transform .15s ease; }
.contato-card:hover { transform: translateY(-4px); }

/* ── WhatsApp flutuante ─────────────────────────────── */
.wa-float {
  position: fixed; right: 18px; bottom: 70px; z-index: 1030;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; box-shadow: 0 4px 12px rgba(0,0,0,.25);
  text-decoration: none;
}
.wa-float:hover { color: #fff; transform: scale(1.05); }
@media (min-width: 992px) { .wa-float { bottom: 24px; } }

/* ── Artigo / blog ──────────────────────────────────── */
.artigo-corpo { font-size: 1.06rem; line-height: 1.7; color: #283142; }
.artigo-corpo .lead { font-size: 1.18rem; color: #1f2937; }
.artigo-corpo h2 { font-size: 1.5rem; margin-top: 2rem; }
.artigo-corpo ul, .artigo-corpo ol { padding-left: 1.2rem; }
.artigo-corpo li { margin-bottom: .5rem; }
.artigo-corpo a { color: var(--laranja-escuro); text-decoration: underline; }
.artigo-corpo table { font-size: .97rem; }
.lista-numerada li { margin-bottom: .8rem; }
.alert-emergencia {
  background: rgba(245,158,11,.12);
  border-left: 4px solid var(--laranja);
  border-radius: 8px;
  padding: 14px 18px;
}
.alert-emergencia a { color: var(--laranja-escuro); text-decoration: none; }

/* ── Call-bar fixa (mobile) ─────────────────────────── */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1031;
  background: var(--laranja); color: var(--preto);
  text-align: center; font-weight: 700; padding: 14px;
  text-decoration: none; box-shadow: 0 -2px 10px rgba(0,0,0,.15);
}
.call-bar:hover { color: var(--preto); background: var(--laranja-escuro); }
