/* ================================================================
   PORTO LOG 2025 — Design System
   CSS único, sem conflitos, para o site portologmudancas.com.br
================================================================ */

/* ---- Variáveis ---- */
:root {
  --navy:    #06132a;
  --blue:    #0c2d5e;
  --blue2:   #163d7a;
  --orange:  #f97316;
  --org2:    #fb923c;
  --green:   #22c55e;
  --grn2:    #16a34a;
  --bg:      #eef2fa;
  --white:   #ffffff;
  --text:    #111827;
  --muted:   #6b7280;
  --line:    #e2e8f3;
  --shsm:    0 2px 10px rgba(0,0,0,.06);
  --sh:      0 8px 30px rgba(0,0,0,.10);
  --shlg:    0 20px 60px rgba(0,0,0,.14);
  --r:       16px;
  --rlg:     24px;
  --max:     1180px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: .2s ease; }
img { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; }
p { margin: 0; }
h1, h2, h3, h4 { line-height: 1.1; }

.container {
  width: min(var(--max), 94vw);
  margin-inline: auto;
}

/* ---- Responsive-nav.js CSS obrigatório ---- */
.nav-collapse ul { display: block; width: 100%; }
.nav-collapse li { display: block; width: 100%; }
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 9999;
}
.nav-collapse.opened { max-height: 9999px; }
@media (min-width: 1000px) {
  .js .nav-collapse { position: relative; top: auto; left: auto; width: auto; }
  .js .nav-collapse.closed { max-height: none; clip: auto; }
  .nav-toggle { display: none !important; }
}
@media (max-width: 999px) {
  .nav-toggle { display: block !important; }
}
.nav-toggle {
  display: none;
  width: calc(100% - 16px);
  margin: 9px 8px;
  height: 46px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange) 0%, #ea6b0a 100%);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  letter-spacing: .04em;
  box-shadow: 0 4px 14px rgba(249,115,22,.30);
  transition: box-shadow .2s, transform .2s;
}
.nav-toggle:hover { box-shadow: 0 6px 20px rgba(249,115,22,.44); }

/* ================================================================
   HEADER
================================================================ */
#topo {
  background: linear-gradient(160deg, #06132a 0%, #0c2d5e 55%, #06132a 100%);
  color: #fff;
  position: relative;
  z-index: 10;
}

/* Barra superior */
#apoio {
  background: rgba(0,0,0,.22);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
#apoio .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 40px;
  padding-block: 5px;
}
.top-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.siga-label {
  color: rgba(255,255,255,.45);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.top-social a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  color: #fff;
  transition: .2s;
}
.top-social a:hover { opacity: .88; }
.top-contacts { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.top-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  transition: .2s;
}
.top-contacts a:hover { background: rgba(255,255,255,.16); }
.top-contacts .tc-whats {
  background: linear-gradient(135deg, var(--green), var(--grn2));
  border-color: transparent;
}

/* Logo + CTA */
#cabecalho {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 14px 12px;
  flex-wrap: nowrap;   /* nunca quebra linha no desktop */
}
#logo {
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
}
#logo a {
  display: block;
  transition: opacity .2s;
}
#logo a:hover { opacity: .9; }
#logo img {
  width: 210px;
  height: auto;
  display: block;
  background: var(--white);
  border-radius: 12px;
  padding: 7px 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,.32);
}
#header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 44px;
  padding: 0 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange) 0%, #ea6b0a 100%);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(249,115,22,.34);
  transition: .2s;
}
.btn-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(249,115,22,.48);
}
.phones-row {
  display: flex;
  gap: 8px;
}
.phone-city {
  display: flex;
  flex-direction: column;
  padding: 7px 13px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  gap: 2px;
}
.phone-city b {
  color: rgba(255,255,255,.45);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1px;
}
.phone-city a {
  color: #86efac;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  transition: .2s;
}
.phone-city a:hover { color: #fff; }

/* ================================================================
   MENU DE NAVEGAÇÃO — DESKTOP
================================================================ */
#menu {
  position: sticky;
  top: 0;
  z-index: 999;
  background: linear-gradient(90deg, #050e1f 0%, #0a1c38 45%, #0a1c38 55%, #050e1f 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 4px 24px rgba(0,0,0,.42);
}
#menu .container {
  position: relative;
  display: flex;
  align-items: stretch;
}
#menu .nav-collapse { flex: 1; }
#menu ul {
  display: flex;
  align-items: stretch;
  height: 54px;
  gap: 0;
  padding: 0;
  justify-content: center;
}
#menu li { display: flex; }

/* Links padrão */
#menu a {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: rgba(255,255,255,.50);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: color .16s, background .16s, border-color .16s;
}
#menu a:hover {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-bottom-color: rgba(255,255,255,.28);
}

/* Item ativo — tint laranja + borda inferior */
#menu a.active {
  color: #fff;
  background: rgba(249,115,22,.12);
  border-bottom-color: var(--orange);
}

/* Botão Orçamento */
#menu a[href*="orcamento"],
#menu a[href="/orcamento.php"] {
  align-self: center;
  height: 36px;
  margin: 0 6px 0 14px;
  padding: 0 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange) 0%, #e05c00 100%);
  color: #fff !important;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .07em;
  border: none;
  box-shadow: 0 3px 14px rgba(249,115,22,.42);
  transition: transform .18s, box-shadow .18s;
}
#menu a[href*="orcamento"]:hover,
#menu a[href="/orcamento.php"]:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 24px rgba(249,115,22,.58);
  border-bottom-color: transparent;
}
#menu a[href*="orcamento"].active,
#menu a[href="/orcamento.php"].active {
  border-bottom-color: transparent;
  box-shadow: 0 4px 18px rgba(249,115,22,.52);
}

/* ----------------------------------------------------------------
   MOBILE MENU (≤ 999px)
---------------------------------------------------------------- */
@media (max-width: 999px) {
  #menu .container { display: block; }

  #menu .nav-collapse {
    background: #081830;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  #menu ul {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 8px 10px 10px;
    gap: 2px;
  }
  #menu li { display: block; }

  /* Links limpos no mobile */
  #menu a {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 14px;
    border-radius: 8px;
    border: none;
    border-left: 3px solid transparent;
    font-size: 14px;
    letter-spacing: .01em;
    text-transform: none;
    font-weight: 600;
    color: rgba(255,255,255,.68);
    width: 100%;
    transition: color .14s, background .14s, border-color .14s;
  }
  #menu a:hover {
    color: #fff;
    background: rgba(255,255,255,.06);
  }

  /* Link ativo — acento laranja à esquerda */
  #menu a.active {
    color: #fff;
    background: rgba(249,115,22,.10);
    border-left-color: var(--orange);
  }

  /* Separador visual antes do botão Orçamento (4.º item) */
  #menu li:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 4px;
    padding-top: 4px;
  }

  /* Botão Orçamento mobile */
  #menu a[href*="orcamento"],
  #menu a[href="/orcamento.php"] {
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--orange) 0%, #e05c00 100%);
    border-left: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
    justify-content: center;
    letter-spacing: .04em;
    box-shadow: 0 4px 14px rgba(249,115,22,.32);
  }
  #menu a[href*="orcamento"]:hover,
  #menu a[href="/orcamento.php"]:hover { background: linear-gradient(135deg, var(--orange) 0%, #e05c00 100%); }
  #menu a[href*="orcamento"].active,
  #menu a[href="/orcamento.php"].active {
    border-left: none;
    background: linear-gradient(135deg, var(--orange) 0%, #e05c00 100%);
  }

  /* nav-toggle — mantém laranja mesmo com .active do JS */
  #menu .nav-toggle {
    background: linear-gradient(135deg, var(--orange) 0%, #e05c00 100%) !important;
    border: none !important;
    border-radius: 10px;
    color: #fff !important;
    width: calc(100% - 14px);
    margin: 8px 7px;
    height: 46px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 3px 12px rgba(249,115,22,.30);
    display: block;
  }
}

/* ================================================================
   HERO
================================================================ */
#hero {
  position: relative;
  min-height: 560px;
  padding: 80px 0 88px;
  background:
    linear-gradient(110deg, rgba(6,19,42,.97) 0%, rgba(12,45,94,.84) 50%, rgba(6,19,42,.55) 100%),
    url('../../image/img_caminhao_mudanca_02.jpg') center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 20%, rgba(249,115,22,.18) 0%, transparent 34%),
    radial-gradient(ellipse at 82% 15%, rgba(34,197,94,.10) 0%, transparent 28%);
  pointer-events: none;
}
/* wave que separa hero → trust-section (ambos navy — remova a cor clara) */
#hero::after {
  content: "";
  position: absolute;
  left: -6%; right: -6%; bottom: -2px;
  height: 56px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.55fr;
  align-items: center;
  gap: 44px;
  min-height: 440px;
}
.hero-text { max-width: 700px; }

/* Badge */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 16px;
  box-shadow: 0 3px 12px rgba(249,115,22,.28);
}

#hero h2 {
  font-size: clamp(40px, 6.2vw, 76px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -2.5px;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0 8px 32px rgba(0,0,0,.32);
}
.hero-text > p {
  font-size: 18px;
  line-height: 1.78;
  color: rgba(255,255,255,.78);
  margin-bottom: 30px;
  max-width: 560px;
}
.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

/* Botões globais */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 26px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
  border: none;
  cursor: pointer;
  transition: .22s;
  font-family: inherit;
  white-space: nowrap;
}
.btn-orange {
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  box-shadow: 0 8px 24px rgba(249,115,22,.34);
}
.btn-orange:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(249,115,22,.48); }
.btn-ghost {
  background: rgba(255,255,255,.11);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}
.btn-ghost:hover { background: rgba(255,255,255,.20); color: #fff; }

/* Estatísticas hero */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.stat {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 16px;
  backdrop-filter: blur(10px);
}
.stat b {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 4px;
}
.stat span {
  font-size: 12px;
  color: rgba(255,255,255,.58);
  line-height: 1.3;
}

/* Card hero */
.hero-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 30px 28px;
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute;
  right: -40px; top: -40px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,.22), transparent 70%);
  pointer-events: none;
}
.hero-card h3 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}
.hero-card > p {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.72;
  margin-bottom: 22px;
  position: relative;
}
.hero-card > a {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: var(--navy);
  padding: 11px 20px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  position: relative;
  transition: .2s;
}
.hero-card > a:hover { background: #f1f5f9; transform: translateY(-1px); color: var(--navy); }

/* ================================================================
   CONTEÚDO PRINCIPAL
================================================================ */
#main {
  background: var(--bg);
  /* Padrão pontilhado sutil */
  background-image: radial-gradient(circle, rgba(12,45,94,.055) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Cabeçalho de seção */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}
.section-header .badge { margin-bottom: 16px; }
.section-header h2 {
  font-size: clamp(28px, 4.4vw, 54px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.04;
  letter-spacing: -1.8px;
  margin-bottom: 12px;
}
.section-header:not(.no-line) h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--org2));
  margin: 14px auto 0;
}
.section-header > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
  margin-top: 10px;
}

/* Benefícios — fundo azul claro, cards brancos se destacam */
.benefits { padding: 80px 0 72px; }
.benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
/* benefit-card — ver regras completas mais abaixo */

/* Como trabalhamos — fundo branco, círculos laranjas brilham */
.how-works {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* Serviços — fundo azul claro novamente, imagens dos cards se destacam */
.services { padding: 72px 0 88px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  display: block;
  background: var(--navy);
  border: none;
  box-shadow: 0 6px 28px rgba(0,0,0,.14);
  transition: transform .32s, box-shadow .32s;
  color: #fff;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 64px rgba(0,0,0,.26);
}
.service-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
  opacity: .9;
}
.service-card:hover img { transform: scale(1.08); opacity: 1; }

/* Overlay gradiente sobre a foto */
.service-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 52px 22px 22px;
  background: linear-gradient(0deg,
    rgba(6,19,42,.97) 28%,
    rgba(6,19,42,.72) 60%,
    transparent 100%
  );
  z-index: 1;
}
/* Linha laranja animada */
.service-info::before {
  content: "";
  display: block;
  width: 30px; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--org2));
  border-radius: 2px;
  margin-bottom: 10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.service-card:hover .service-info::before { transform: scaleX(1); }

.service-info strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.25;
  transition: margin-bottom .3s;
}
.service-card:hover .service-info strong { margin-bottom: 8px; }

.service-info span {
  font-size: 13px;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, opacity .3s .12s ease;
}
.service-card:hover .service-info span { max-height: 64px; opacity: 1; }

/* CTA banner — ver regras completas mais abaixo no arquivo */
.cta-text .badge { margin-bottom: 10px; }

/* ================================================================
   FOOTER
================================================================ */
#footer {
  background: var(--navy);
  color: rgba(255,255,255,.62);
  border-top: 3px solid rgba(249,115,22,.32);
}
.footer-bar {
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}
.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 58px;
  padding-block: 10px;
}
.footer-insta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-insta > span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.42);
}
.footer-insta a {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: .2s;
}
.footer-insta a:hover { opacity: .88; }
.footer-contacts {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.footer-contacts a {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff;
  transition: .2s;
}
.footer-contacts a:hover { background: rgba(255,255,255,.14); }
.footer-contacts .wa {
  background: linear-gradient(135deg, var(--green), var(--grn2));
  border-color: transparent;
}
.footer-copy {
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}
.footer-copy a { color: rgba(255,255,255,.62); }
.footer-copy a:hover { color: #fff; }

/* WhatsApp float — definido abaixo no bloco de componentes itm */

/* ================================================================
   RESPONSIVO — GLOBAL
================================================================ */

/* Notebook largo / tablet (769-1280px) — header compacto, telefones visíveis */
@media (max-width: 1280px) {
  .phones-row { gap: 6px; }
  .phone-city { padding: 6px 10px; }
  .phone-city b { font-size: 8.5px; }
  .phone-city a { font-size: 11px; }
}

/* 1000-1100px — reduz gap do header, mantém telefones visíveis */
@media (max-width: 1100px) {
  #header-cta { gap: 8px; }
  .benefit-cards { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card img { height: 260px; }
}

/* Tablet landscape / hero empilha (861-999px) — menu mobile, hero 1-col */
@media (max-width: 999px) {
  /* Hero */
  .hero-inner { grid-template-columns: 1fr; min-height: auto; gap: 32px; }
  .hero-text { text-align: center; max-width: 600px; margin-inline: auto; }
  .hero-text > p { max-width: 500px; margin-inline: auto; }
  .hero-btns { justify-content: center; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-card { max-width: 500px; margin-inline: auto; }
  #hero h2 br { display: none; }

  /* Grid seções */
  .benefit-cards { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { flex-direction: column; align-items: center; text-align: center; }
  .cta-box-btns { flex-direction: row; flex-wrap: wrap; justify-content: center; }

  /* How-works — 2x2 no tablet */
  .how-steps { flex-wrap: wrap; }
  .how-arrow { display: none; }
  .how-step { flex: 1 1 calc(50% - 22px); min-width: 180px; }
  .how-steps::before { display: none; }
}

/* Tablet portrait (≤768px) */
@media (max-width: 768px) {
  /* Header */
  #apoio .container { justify-content: center; gap: 6px; }
  #cabecalho { padding-block: 12px 10px; gap: 14px; }
  #logo img { width: 190px; }
  .phones-row { display: none; }
  #header-cta { width: 100%; justify-content: center; }
  .btn-cta { width: 100%; max-width: 320px; justify-content: center; }

  /* Hero */
  #hero { padding: 52px 0 64px; min-height: auto; }
  #hero::after { height: 40px; }
  #hero h2 { font-size: clamp(28px, 7.5vw, 42px); letter-spacing: -.8px; line-height: 1.08; }
  .hero-text > p { font-size: 15px; margin-bottom: 20px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; max-width: 360px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .stat { padding: 10px 8px; }
  .stat b { font-size: 15px; letter-spacing: -.3px; }
  .stat span { font-size: 10px; }
  .hero-card { padding: 22px 20px; }
  /* Oculta lista de telefones no hero card (mobile) */
  .hero-card-phones { display: none; }

  /* Trust */
  .trust-section { padding: 48px 0; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .trust-stat { padding: 20px 10px; }

  /* Seções */
  .benefits { padding: 52px 0 44px; }
  .how-works { padding: 52px 0 52px; }
  .services { padding: 44px 0 52px; }
  .testimonials { padding: 56px 0 64px; }
  .cta-section { padding: 0 0 52px; }

  /* How-works mobile — grid (número esquerda, título+texto direita) */
  .how-steps { flex-direction: column; gap: 10px; }
  .how-step {
    flex: none;
    width: 100%;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 2px 16px;
    align-items: start;
    text-align: left;
    padding: 16px 18px;
  }
  .how-num {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    width: 48px; height: 48px;
    font-size: 18px;
  }
  .how-step h4 { grid-column: 2; margin-bottom: 3px; }
  .how-step > p { grid-column: 2; font-size: 13px; margin: 0; }

  /* Section header */
  .section-header { margin-bottom: 36px; }
  .section-header h2 { font-size: clamp(24px, 6vw, 36px); letter-spacing: -.8px; }

  /* Benefit cards — sem grid lateral no mobile, empilha */
  .benefit-cards { grid-template-columns: 1fr; }
  .benefit-card { grid-template-columns: 48px 1fr; column-gap: 16px; padding: 22px 18px; }
  .bc-icon { width: 48px; height: 48px; }

  /* Service cards — layout normal mobile (imagem em cima, info embaixo) */
  .service-grid { grid-template-columns: 1fr; }
  .service-card {
    display: flex; flex-direction: column;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
  }
  .service-card img { height: 200px; }
  .service-info {
    position: relative;
    background: var(--white);
    padding: 18px 18px 20px;
  }
  .service-info::before { display: none; }
  .service-info strong { color: var(--navy); transition: none; margin-bottom: 6px; font-size: 16px; }
  .service-card:hover .service-info strong { margin-bottom: 6px; }
  .service-info span {
    max-height: none; opacity: 1;
    color: var(--muted); font-size: 13px;
  }
  .service-card:hover .service-info span { max-height: none; opacity: 1; }
  .service-card::after { display: none; }
  .service-card::before { display: none; }


  /* CTA */
  .cta-box { padding: 28px 22px; border-radius: 18px; }
  .cta-text h2 { font-size: 22px; }
  .cta-box-btns { flex-direction: column; width: 100%; }
  .cta-box-btns .btn { width: 100%; }

  /* Footer */
  .footer-bar-inner { flex-direction: column; align-items: center; gap: 8px; }
  .footer-contacts { justify-content: center; }
  .footer-insta { justify-content: center; }

  /* Float — menor no mobile */
  #whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
  #whatsapp-float::before { display: none; }
  /* Espaço para o botão flutuante não cobrir o rodapé */
  .footer-copy { padding-bottom: 70px; }

  /* Trust icons — menores no mobile */
  .t-icon { width: 24px; height: 24px; margin-bottom: 8px; }

  /* Benefit card icon */
  .bc-icon { width: 48px; height: 48px; }
}


/* Mobile (≤540px) */
@media (max-width: 540px) {
  #logo img { width: 170px; }

  #hero { padding: 44px 0 56px; }
  #hero h2 { font-size: clamp(24px, 8vw, 34px); letter-spacing: -.5px; line-height: 1.1; }
  /* hero-stats: mantém 3 colunas mas fonte menor para caber em 375px */
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .stat { padding: 8px 6px; }
  .stat b { font-size: 13px; letter-spacing: -.2px; }
  .stat span { font-size: 9.5px; }
  .hero-card { padding: 18px 16px; }
  .hero-card h3 { font-size: 16px; }
  .hero-card-wa { padding: 11px 14px; font-size: 13px; }

  .trust-inner { gap: 8px; }
  .trust-stat strong { font-size: 26px; letter-spacing: -1.5px; }
  .t-icon { display: none; }

  /* Testimonial compacto */
  .testimonial-card blockquote { font-size: 13.5px; }

  .benefit-card { padding: 18px 14px; }
  .bc-icon { width: 40px; height: 40px; border-radius: 12px; }
  .cta-box { padding: 24px 16px; gap: 20px; }
  .cta-text h2 { font-size: 18px; }
  .cta-box-btns .btn { font-size: 13px; height: 46px; }
}

/* Extra pequeno (≤380px) */
@media (max-width: 380px) {
  #logo img { width: 148px; }
  .btn-cta { font-size: 12px; height: 40px; }
  /* hero-stats: mantém 3 colunas mesmo em 320px */
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .stat b { font-size: 12px; }
  .stat span { font-size: 9px; }
  .trust-stat strong { font-size: 22px; letter-spacing: -1px; }
  .trust-stat span { font-size: 11px; }
}

/* ================================================================
   PÁGINAS INTERNAS (layout antigo, para não quebrar)
================================================================ */
body:not(.hom) .banner {
  min-height: 180px;
  background:
    linear-gradient(110deg, rgba(6,19,42,.93), rgba(12,45,94,.76)),
    url('../../image/img_caminhao_mudanca_01.jpg') center / cover no-repeat;
  position: relative;
}
body:not(.hom) #slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
body:not(.hom) #slogan h2 {
  color: #fff;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -.5px;
  margin: 0;
}
body:not(.hom) #conteudo-main {
  background: var(--bg);
  padding: 48px 0;
}

/* ================================================================
   PÁGINAS INTERNAS — NOVO LAYOUT
================================================================ */

/* Hero de página interna */
.pg-hero {
  background:
    linear-gradient(110deg, rgba(6,19,42,.97) 0%, rgba(12,45,94,.86) 55%, rgba(6,19,42,.70) 100%),
    url('../../image/img_caminhao_mudanca_02.jpg') center / cover no-repeat;
  color: #fff;
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
.pg-hero::after {
  content: "";
  position: absolute;
  left: -5%; right: -5%; bottom: -60px;
  height: 120px;
  background: var(--bg);
  border-radius: 50% 50% 0 0 / 40% 40% 0 0;
}
.pg-hero-inner {
  position: relative;
  z-index: 2;
}
.pg-hero-inner .badge { margin-bottom: 14px; }
.pg-hero-inner h1 {
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.05;
}
.pg-hero-inner > p {
  font-size: 18px;
  color: rgba(255,255,255,.75);
  max-width: 560px;
  line-height: 1.7;
}

/* Conteúdo principal interno */
.pg-main {
  background: var(--bg);
  padding: 70px 0 80px;
}

/* Layout 2 colunas: artigo + sidebar */
.pg-content {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
.pg-content-wide {
  grid-template-columns: 1fr 300px;
}

/* Artigo */
.pg-article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--rlg);
  padding: 40px 44px;
  box-shadow: var(--shsm);
}
.pg-article h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 900;
  color: var(--text);
  letter-spacing: -.8px;
  margin-bottom: 16px;
}
.pg-article h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--blue);
  margin: 28px 0 10px;
}
.pg-article h4 {
  font-size: 17px;
  font-weight: 800;
  color: var(--text);
  margin: 20px 0 6px;
}
.pg-article p {
  color: #374151;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 14px;
}
.pg-article a { color: var(--blue); font-weight: 700; }
.pg-article a:hover { color: var(--orange); }
.pg-article .btn { margin-top: 8px; color: #fff; }

/* Lista de benefícios */
.lista-beneficios {
  list-style: none;
  margin: 10px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lista-beneficios li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 15px;
  color: #374151;
  line-height: 1.6;
}
.lista-beneficios li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.lista-beneficios li strong { color: var(--navy); }

/* Fotos empresa */
.empresa-fotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 22px 0 28px;
}
.empresa-fotos img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}

/* Artigo imagem principal */
.article-img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
}

/* Dicas cards */
.dica-card {
  display: flex;
  gap: 16px;
  padding: 18px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 14px;
}
.dica-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dica-card h4 { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 5px; }
.dica-card p { font-size: 14px; color: var(--muted); line-height: 1.72; margin: 0; }
.dica-cta {
  margin-top: 30px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  color: #fff;
}
.dica-cta p { color: rgba(255,255,255,.82); font-size: 16px; margin-bottom: 16px; }

/* Location blocks */
.location-block {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.location-block:last-of-type { border-bottom: none; }
.location-block h3 { font-size: 22px; font-weight: 900; color: var(--navy); margin-bottom: 14px; }
.location-details p { font-size: 15px; color: #374151; line-height: 1.9; margin-bottom: 10px; }
.location-details a { color: var(--blue); font-weight: 700; }
.map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin-top: 16px;
}
.map-wrapper iframe { display: block; }

/* Contact cards */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 34px;
}
.contact-card {
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
}
.contact-icon { font-size: 32px; margin-bottom: 8px; }
.contact-card h3 { font-size: 16px; font-weight: 900; color: var(--navy); margin-bottom: 10px; }
.contact-phones { display: flex; flex-direction: column; gap: 6px; }
.contact-phones a { color: var(--blue); font-weight: 700; font-size: 15px; transition: .2s; }
.contact-phones a:hover { color: var(--orange); }

/* Formulários */
.form-section { margin-top: 32px; }
.form-section > h2 { font-size: 24px; font-weight: 900; color: var(--text); margin-bottom: 6px; }
.form-desc { color: var(--muted); font-size: 14px; margin-bottom: 24px; }

.contact-form, .orcamento-form { display: flex; flex-direction: column; gap: 0; }

.form-section-block {
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}
.form-section-title {
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.form-row:last-child { margin-bottom: 0; }
.form-row-3 { grid-template-columns: 1fr 1fr 1fr; }
.form-row-3col { display: flex; gap: 10px; margin-bottom: 12px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group-full { grid-column: 1 / -1; }
.form-group-grow { flex: 1; }
.form-group-sm { flex-shrink: 0; width: 200px; }

.form-group label {
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: var(--white);
  color: var(--text);
  outline: none;
  transition: .2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(12,45,94,.10);
}
.form-group textarea { min-height: 120px; resize: vertical; }

.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.form-submit-area {
  text-align: center;
  margin-top: 10px;
  padding: 24px;
}
.form-hint { color: var(--muted); font-size: 13px; margin-top: 12px; }

.btn-lg { height: 56px; font-size: 16px; padding: 0 36px; }
.btn-ghost-dark {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
  height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: .2s;
  font-family: inherit;
}
.btn-ghost-dark:hover { background: var(--bg); color: var(--text); }

/* Sidebar */
.pg-sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-card {
  background: linear-gradient(145deg, var(--navy), var(--blue));
  border-radius: var(--rlg);
  padding: 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-card h3 { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 2px; }
.sidebar-card > p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.sidebar-card strong { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.sidebar-card .btn { width: 100%; justify-content: center; }
.sidebar-phones { display: flex; flex-direction: column; gap: 8px; }
.sidebar-links {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--rlg);
  padding: 22px 24px;
}
.sidebar-links h4 { font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: 12px; }
.sidebar-links ul { display: flex; flex-direction: column; gap: 4px; }
.sidebar-links a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  transition: .2s;
}
.sidebar-links a:hover { background: var(--bg); color: var(--blue); }
.sidebar-info {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--rlg);
  padding: 22px 24px;
}
.sidebar-info h4 { font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: 12px; }
.sidebar-info ul { display: flex; flex-direction: column; gap: 8px; }
.sidebar-info li { font-size: 14px; color: var(--text); line-height: 1.5; }

/* Botões extras */
.btn-green {
  background: linear-gradient(135deg, var(--green), var(--grn2));
  color: #fff;
  box-shadow: 0 6px 16px rgba(34,197,94,.28);
}
.btn-green:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 9px 22px rgba(34,197,94,.40); }
.btn-blue {
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #fff;
  box-shadow: 0 6px 16px rgba(12,45,94,.20);
}
.btn-blue:hover { color: #fff; transform: translateY(-1px); }

/* Serviços — grid de 3 colunas na página completa */
.services-full { grid-template-columns: repeat(3, 1fr); margin-top: 0; }

/* Inline CTA (dentro de páginas) */
.inline-cta {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: var(--rlg);
  padding: 44px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
}
.inline-cta h3 { font-size: 28px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.inline-cta > p { color: rgba(255,255,255,.75); font-size: 16px; margin-bottom: 22px; }
.inline-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Orçamento — layout específico */
.pg-content-wide .pg-article { padding: 0; background: none; border: none; box-shadow: none; }
.orcamento-wrapper { display: contents; }
.orcamento-form { gap: 0; }

/* ================================================================
   RESPONSIVO — PÁGINAS INTERNAS
================================================================ */
@media (max-width: 999px) {
  /* sidebar vai primeiro no mobile */
  .pg-content, .pg-content-wide { grid-template-columns: 1fr; }
  .pg-sidebar { order: -1; }
  .sidebar-card { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 12px; }
  .contact-cards { grid-template-columns: 1fr 1fr; }
  .services-full { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .pg-hero { padding: 44px 0 56px; }
  .pg-hero-inner h1 { font-size: clamp(24px, 7vw, 38px); letter-spacing: -.5px; }
  .pg-hero-inner > p { font-size: 16px; }
  .pg-main { padding: 44px 0 56px; }
  .pg-article { padding: 26px 22px; }
  .empresa-fotos { grid-template-columns: 1fr; }
  .empresa-fotos img { height: 180px; }
  .contact-cards { grid-template-columns: 1fr; }
  .form-row, .form-row-3 { grid-template-columns: 1fr; }
  .form-row-3col { flex-direction: column; }
  .form-group-sm { width: 100%; }
  .sidebar-card { flex-direction: column; }
  .sidebar-phones { gap: 8px; }
  .services-full { grid-template-columns: 1fr; }
  .inline-cta { padding: 28px 20px; }
  .inline-cta h3 { font-size: 22px; }
  .inline-cta-btns { flex-direction: column; align-items: center; }
  .itm-types { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .pg-article { padding: 20px 16px; }
  .form-section-block { padding: 18px 14px; }
  .form-submit-area { padding: 16px 14px; }
  .sidebar-card { padding: 20px; }
  .btn-lg { height: 50px; font-size: 14px; padding: 0 20px; width: 100%; }
  .contact-card { padding: 18px; }
  .contact-icon { font-size: 26px; }
}

/* menu active — definido no bloco #menu principal */

/* ================================================================
   BREADCRUMB
================================================================ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  flex-wrap: wrap;
}
.breadcrumb a {
  color: rgba(255,255,255,.72);
  font-weight: 600;
  transition: .2s;
}
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb > span:last-child { color: rgba(255,255,255,.40); }

/* ================================================================
   COMPONENTES DAS PÁGINAS ITM/
================================================================ */

/* Tipos de serviço (2 colunas) */
.itm-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0 30px;
}
.itm-type {
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  transition: box-shadow .22s;
}
.itm-type:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.itm-type-header { margin-bottom: 12px; }
.itm-badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.itm-badge.itm-badge-blue {
  background: linear-gradient(135deg, var(--blue), var(--blue2));
}
.itm-type h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.itm-type > p { font-size: 14px; color: #4b5563; line-height: 1.72; margin-bottom: 10px; }

/* Processo em etapas */
.processo-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 28px;
}
.step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: background .2s;
}
.step:hover { background: #f0f5ff; }
.step > span {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(249,115,22,.28);
}
.step > div h4 { font-size: 15px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.step > div p { font-size: 14px; color: var(--muted); line-height: 1.65; margin: 0; }

/* Info box (dica destacada) */
.info-box {
  background: linear-gradient(135deg, rgba(249,115,22,.06), rgba(249,115,22,.02));
  border: 1px solid rgba(249,115,22,.22);
  border-left: 4px solid var(--orange);
  border-radius: 0 14px 14px 0;
  padding: 18px 22px;
  margin: 22px 0;
}
.info-box h4 { font-size: 15px; font-weight: 900; color: var(--orange); margin-bottom: 8px; }
.info-box p { font-size: 14px; color: #374151; line-height: 1.75; margin: 0; }

/* Botões CTA dentro do artigo */
.cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .cta-btns { flex-direction: column; }
  .cta-btns .btn { width: 100%; }
}

/* ================================================================
   WHATSAPP FLOAT — SVG VERSION
================================================================ */
#whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 8px 28px rgba(37,211,102,.46);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
}
#whatsapp-float:hover {
  transform: scale(1.10);
  box-shadow: 0 14px 40px rgba(37,211,102,.65);
  color: #fff;
}
#whatsapp-float svg { display: block; }
/* Tooltip ao passar o mouse */
#whatsapp-float::before {
  content: "Orçamento rápido";
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  background: var(--navy);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 13px;
  border-radius: 9px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s, transform .22s;
  box-shadow: 0 4px 16px rgba(0,0,0,.22);
}
#whatsapp-float:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ================================================================
   FOOTER — EXPANDIDO COM 4 COLUNAS
================================================================ */
.footer-nav {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 52px 0 36px;
}
.footer-nav-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 32px;
}
.footer-col h4 {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(255,255,255,.38);
  margin-bottom: 16px;
}
.footer-col > p {
  font-size: 13px;
  color: rgba(255,255,255,.52);
  line-height: 1.85;
  margin-bottom: 10px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 6px; }
.footer-col li a {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  padding: 3px 0;
  transition: .2s;
}
.footer-col li a:hover { color: var(--orange); padding-left: 4px; }
.footer-logo {
  display: block;
  width: 150px;
  height: auto;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
  opacity: .80;
}
.footer-col p strong { color: rgba(255,255,255,.72); display: block; margin-top: 10px; }

@media (max-width: 999px) {
  .footer-nav-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 768px) {
  .footer-nav { padding: 36px 0 24px; }
  .footer-nav-inner { grid-template-columns: 1fr 1fr; gap: 18px; }
  .processo-steps .step { flex-direction: column; }
}
@media (max-width: 480px) {
  .footer-nav-inner { grid-template-columns: 1fr; gap: 20px; }
}

/* ================================================================
   ANIMAÇÕES — KEYFRAMES
================================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
@keyframes pulse-green {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,.55); }
  70%  { box-shadow: 0 0 0 14px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ---- Reveal on scroll ---- */
.reveal, .reveal-left, .reveal-up {
  opacity: 0;
  transition: opacity .65s ease, transform .65s ease;
}
.reveal      { transform: translateY(26px); }
.reveal-left { transform: translateX(-26px); }
.reveal-up   { transform: translateY(40px); }
.reveal.is-visible,
.reveal-left.is-visible,
.reveal-up.is-visible {
  opacity: 1;
  transform: none;
}
.delay-1 { transition-delay: .10s; }
.delay-2 { transition-delay: .20s; }
.delay-3 { transition-delay: .30s; }
.delay-4 { transition-delay: .40s; }
.delay-5 { transition-delay: .50s; }
.delay-6 { transition-delay: .60s; }

/* ================================================================
   SEÇÃO "COMO TRABALHAMOS"
================================================================ */
.how-works {
  padding: 80px 0 88px;
}
.how-steps {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 44px;
  position: relative;
}
/* Linha horizontal conectando os círculos — só desktop */
@media (min-width: 861px) {
  .how-steps::before {
    content: "";
    position: absolute;
    top: 56px; /* padding(28) + metade do círculo(28) = 56px */
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg,
      transparent,
      rgba(249,115,22,.20) 15%,
      rgba(249,115,22,.35) 50%,
      rgba(249,115,22,.20) 85%,
      transparent
    );
    pointer-events: none;
    z-index: 0;
  }
}
.how-step {
  flex: 1;
  text-align: center;
  padding: 28px 18px 26px;
  background: var(--white);
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: box-shadow .28s, transform .28s, border-color .28s;
  position: relative;
  z-index: 1; /* fica acima da linha ::before */
}
.how-step:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.11);
  transform: translateY(-6px);
  border-color: rgba(249,115,22,.25);
}
.how-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 22px rgba(249,115,22,.34);
  transition: transform .28s, box-shadow .28s;
}
.how-step:hover .how-num {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(249,115,22,.48);
}
.how-step h4 { font-size: 16px; font-weight: 900; color: var(--navy); margin-bottom: 8px; }
.how-step > p { font-size: 13.5px; color: var(--muted); line-height: 1.72; margin: 0; }
.how-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(249,115,22,.38);
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 44px;
  z-index: 1;
}
/* how-steps — responsivo controlado no bloco global acima */

/* ================================================================
   SEÇÃO TRUST / NÚMEROS
================================================================ */
.trust-section {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  padding: 64px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 0% 50%, rgba(249,115,22,.14) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 50%, rgba(34,197,94,.10) 0%, transparent 50%);
  pointer-events: none;
}
.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.trust-stat {
  padding: 26px 16px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  transition: background .2s, transform .2s;
}
.trust-stat:hover { background: rgba(255,255,255,.10); transform: translateY(-3px); }
.trust-stat strong {
  display: block;
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -2.5px;
  text-shadow: 0 4px 20px rgba(249,115,22,.30);
}
.trust-stat span {
  font-size: 14px;
  color: rgba(255,255,255,.72);
  font-weight: 600;
  line-height: 1.4;
}
/* trust responsive — controlado no bloco global acima */

/* Ícone SVG nos trust stats */
.t-icon {
  display: block;
  color: rgba(249,115,22,.75);
  margin: 0 auto 12px;
  opacity: .9;
}
.trust-stat:hover .t-icon { opacity: 1; color: var(--orange); }

/* ================================================================
   SERVICE CARD — MELHORADO
================================================================ */
/* Badge categoria no canto superior direito */
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--org2));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .4s ease;
  z-index: 2;
}
.service-card:hover::before { transform: scaleX(1); }

/* Link indicator */
.service-card::after {
  content: "→";
  position: absolute;
  top: 14px; right: 16px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transform: scale(.7) translateY(-4px);
  transition: opacity .28s, transform .28s;
}
.service-card:hover::after { opacity: 1; transform: scale(1) translateY(0); }

/* Mobile — sem overlay, info normal */
.service-info::after { display: none; }

/* ================================================================
   HERO — MELHORADO
================================================================ */
#hero .badge {
  animation: fadeIn .7s ease both;
}
#hero h2 {
  animation: fadeUp .7s .15s ease both;
}
#hero .hero-text > p {
  animation: fadeUp .7s .25s ease both;
}
#hero .hero-btns {
  animation: fadeUp .7s .35s ease both;
}
#hero .hero-stats {
  animation: fadeUp .7s .45s ease both;
}
#hero .hero-card {
  animation: fadeIn .7s .55s ease both;
}

/* Destaque na palavra do hero */
.hero-highlight {
  color: var(--orange);
  position: relative;
  display: inline-block;
}
.hero-highlight::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -3px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), rgba(249,115,22,.4));
}

/* ================================================================
   TICKER / FAIXA DE CREDENCIAIS
================================================================ */
.credencial-strip {
  background: linear-gradient(90deg, var(--orange) 0%, #e05e00 100%);
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  contain: layout paint style;
  max-width: 100vw;
}
.credencial-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: ticker 28s linear infinite;
  width: max-content;
  will-change: transform;
}
.credencial-track span {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 0 32px;
  opacity: .92;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .credencial-track { animation: none; }
}

/* Hero card melhorado */
.hero-card {
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.30);
}
.hero-card h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #fff;
}
.hero-card > p {
  font-size: 14px;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
  margin-bottom: 18px;
}
.hero-card-wa {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
  transition: .22s;
  box-shadow: 0 6px 20px rgba(37,211,102,.34);
  animation: pulse-green 2.5s infinite;
}
.hero-card-wa:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37,211,102,.50);
  animation: none;
}
.hero-card-form {
  display: block;
  text-align: center;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  font-weight: 600;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  transition: .2s;
  margin-top: 4px;
}
.hero-card-form:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}
.hero-card-phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero-card-phones span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: rgba(255,255,255,.38);
  font-weight: 800;
}
.hero-card-phones a {
  color: #86efac;
  font-size: 13px;
  font-weight: 700;
  transition: .2s;
}
.hero-card-phones a:hover { color: #fff; }

/* Stat glass cards */
.stat {
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 14px 18px;
  min-width: 110px;
  transition: background .2s;
}
.stat:hover { background: rgba(255,255,255,.14); }
.stat b {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.5px;
}
.stat span {
  font-size: 12px;
  color: rgba(255,255,255,.60);
  font-weight: 600;
}

/* benefit-card — ver bloco principal abaixo */

/* ================================================================
   SEÇÃO CTA — MELHORADA
================================================================ */
.cta-section { padding: 10px 0 72px; }
.cta-box {
  background: linear-gradient(135deg, #050f22 0%, var(--navy) 35%, var(--blue) 100%);
  border-radius: 28px;
  padding: 52px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(6,19,42,.38), 0 0 0 1px rgba(255,255,255,.07);
}
.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 5% 50%, rgba(249,115,22,.20) 0%, transparent 48%),
    radial-gradient(ellipse at 95% 50%, rgba(34,197,94,.11) 0%, transparent 48%);
  pointer-events: none;
}
/* Linha laranja no topo do CTA box */
.cta-box::after {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, var(--orange), var(--org2), transparent);
  pointer-events: none;
}
.cta-text { position: relative; z-index: 1; }
.cta-text h2 {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -.8px;
  margin-bottom: 8px;
  line-height: 1.1;
}
.cta-text > p {
  font-size: 16px;
  color: rgba(255,255,255,.72);
  margin: 0;
}
.cta-box-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.cta-box-btns .btn { white-space: nowrap; }

/* ================================================================
   SEÇÃO BENEFÍCIOS — LAYOUT HORIZONTAL (ICON + TEXTO)
================================================================ */
.benefit-card {
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--line);
  border-left: 4px solid transparent;
  padding: 28px 24px;
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
  transition: transform .28s, box-shadow .28s, border-left-color .28s;
  /* Grid: ícone esquerda, título+texto direita */
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 20px;
  align-items: start;
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 54px rgba(0,0,0,.11);
  border-left-color: var(--orange);
}

/* Ícone — ocupa as 2 linhas (título + texto) */
.bc-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: start;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(249,115,22,.10), rgba(249,115,22,.18));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  transition: background .25s, transform .28s;
  margin-bottom: 0;
}
.benefit-card:hover .bc-icon {
  background: linear-gradient(135deg, var(--orange), var(--org2));
  color: #fff;
  transform: scale(1.08);
}

.benefit-card h3 {
  grid-column: 2;
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 8px;
  margin-top: 4px;
  line-height: 1.2;
}
.benefit-card > p {
  grid-column: 2;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.78;
  margin: 0;
}

/* menu-scrolled — sombra adicional ao rolar */
#menu.menu-scrolled { box-shadow: 0 4px 28px rgba(0,0,0,.40); }

/* ================================================================
   DEPOIMENTOS — Mobile First
================================================================ */
.testimonials {
  padding: 48px 0 52px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,.06), transparent 65%);
  pointer-events: none;
}
.testimonials .section-header h2 { color: #fff; }
.testimonials .section-header > p { color: rgba(255,255,255,.55); }
.testimonials .section-header:not(.no-line) h2::after {
  background: linear-gradient(90deg, var(--orange), rgba(249,115,22,.3));
}

/* ---- Carrossel mobile ---- */
.t-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  padding: 2px 0 10px;
  margin-bottom: 24px;
  scrollbar-width: none;
}
.t-grid::-webkit-scrollbar { display: none; }

/* ---- Card ---- */
.t-card {
  flex: 0 0 86%;
  min-width: 0;
  scroll-snap-align: start;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  transition: border-color .2s, box-shadow .2s, transform .22s;
}

/* Estrelas + badge */
.t-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t-stars {
  color: #fbbf24;
  font-size: 13px;
  letter-spacing: 1.5px;
  flex-shrink: 0;
}
.t-badge {
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(34,197,94,.80);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Texto truncado em 4 linhas */
.t-quote {
  color: rgba(255,255,255,.75);
  font-size: 13.5px;
  line-height: 1.65;
  font-style: italic;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}
.t-quote.open {
  display: block;
  overflow: visible;
}

/* Botão "Ler mais" */
.t-more {
  background: none;
  border: none;
  padding: 0;
  color: var(--orange);
  font-size: 11.5px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  align-self: flex-start;
  opacity: .85;
  transition: opacity .15s;
  line-height: 1;
}
.t-more:hover { opacity: 1; }

/* Rodapé do card: avatar + nome + rota */
.t-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.07);
  margin-top: auto;
}
.t-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #e05c00);
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: .5px;
}
.t-meta strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.t-meta span {
  color: rgba(255,255,255,.40);
  font-size: 11px;
  display: block;
  margin-top: 2px;
}

/* ---- Grid tablet (641–768px) ---- */
@media (min-width: 641px) and (max-width: 768px) {
  .testimonials { padding: 56px 0 60px; }
  .t-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-x: visible;
    scroll-snap-type: unset;
    gap: 16px;
    padding: 0;
    margin-bottom: 32px;
  }
  .t-card { flex: none; padding: 22px 20px; }
  .t-quote { -webkit-line-clamp: 6; }
  .t-more { display: none; }
}

/* ---- Grid desktop (≥769px) ---- */
@media (min-width: 769px) {
  .testimonials { padding: 80px 0 88px; }
  .t-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
    scroll-snap-type: unset;
    gap: 22px;
    padding: 0;
    margin-bottom: 48px;
  }
  .t-card {
    flex: none;
    padding: 26px 24px 22px;
    border-radius: 20px;
    gap: 16px;
  }
  .t-card:hover {
    border-color: rgba(249,115,22,.30);
    box-shadow: 0 18px 50px rgba(0,0,0,.28);
    transform: translateY(-5px);
  }
  .t-quote {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    font-size: 14px;
    line-height: 1.75;
  }
  .t-more { display: none; }
  .t-stars { font-size: 16px; letter-spacing: 2px; }
  .t-badge { font-size: 10px; }
  .t-avatar { width: 40px; height: 40px; font-size: 12px; }
  .t-meta strong { font-size: 13.5px; }
  .t-meta span { font-size: 11.5px; }
}

/* ---- Rating summary ---- */
.rating-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  padding: 22px 24px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(249,115,22,.22);
  border-radius: 18px;
  max-width: 360px;
  margin: 0 auto;
}
.rating-score {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -2px;
}
.rating-stars-big {
  color: #fbbf24;
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 2px;
}
.rating-label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.rating-count {
  color: rgba(255,255,255,.50);
  font-size: 11.5px;
}
.rating-count strong { color: rgba(255,255,255,.75); font-weight: 700; }
.rs-badges {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}
.rs-badge {
  display: inline-flex;
  align-items: center;
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  padding: 2px 8px;
  border-radius: 99px;
  letter-spacing: .04em;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .rating-summary { padding: 28px 36px; max-width: 400px; border-radius: 20px; }
  .rating-score { font-size: 60px; }
  .rating-stars-big { font-size: 18px; }
  .rating-label { font-size: 14px; }
  .rating-count { font-size: 12.5px; }
}

/* Honeypot — invisível para humanos, visível para bots */
.hp-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Responsive testimonials — controlado no bloco global acima */

/* ================================================================
   SCROLLBAR PERSONALIZADA
================================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }

/* ================================================================
   SELEÇÃO DE TEXTO
================================================================ */
::selection { background: var(--orange); color: #fff; }

/* ================================================================
   POLISH VISUAL — regras globais non-responsivas
================================================================ */

/* Service card: barra laranja fraca por padrão, plena no hover */
.service-info::before {
  transform: scaleX(.25);
  opacity: .55;
}
.service-card:hover .service-info::before {
  transform: scaleX(1);
  opacity: 1;
}

/* Section header: linha decorativa levemente mais grossa */
.section-header:not(.no-line) h2::after {
  width: 52px;
  height: 5px;
  margin-top: 16px;
}


/* ================================================================
   RESPONSIVO FLUIDO — sistema unificado, sem conflitos de cascade
   Breakpoints: 1100 | 999 | 768 | 540 | 400 | 320
================================================================ */

/* ---- Tablet landscape (≤ 999px): gap maior entre how-steps ---- */
@media (max-width: 999px) {
  .how-steps { gap: 14px; }
}

/* ---- Tablet portrait (≤ 768px): ajustes que faltavam ---- */
@media (max-width: 768px) {
  /* Section header — menos margem */
  .section-header { margin-bottom: 28px; }

  /* Ícone benefit card centralizado verticalmente */
  .bc-icon { align-self: center; }

  /* CTA section compacta */
  .cta-section { padding: 0 0 44px; }
  .cta-box { border-radius: 20px; }

}

/* ---- Mobile (≤ 540px): mobile puro, sem sidebar, fontes menores ---- */
@media (max-width: 540px) {
  /* Service card menor */
  .service-card img { height: 178px; }
  .service-info { padding: 14px 14px 16px; }
  .service-info strong { font-size: 15px; }

  /* Testimonial compacto */
  .testimonial-card blockquote { font-size: 13.5px; }

  /* Rodapé — 2 colunas até 540px, depois 1 coluna (regra 480px já existe) */
  .footer-copy { font-size: 12px; padding: 14px 0; }
}

/* ---- Mobile pequeno (≤ 400px): badge e header controlados ---- */
@media (max-width: 400px) {
  /* Badge: texto menor e sem letter-spacing para não overflow */
  .badge {
    font-size: 9px;
    letter-spacing: .03em;
    padding: 5px 10px;
  }

  /* Hero highlight: sem underline decorativo (muito pequeno para ver bem) */
  .hero-highlight::after { display: none; }

  /* Top bar oculta para ganhar espaço */
  #apoio { display: none; }

  /* Section header ainda mais compacto */
  .section-header { margin-bottom: 22px; }
  .section-header h2 { font-size: clamp(20px, 6.5vw, 28px); letter-spacing: -.5px; }
}

/* ---- Mobile: header empilha logo + botão a ≤ 480px ---- */
@media (max-width: 480px) {
  /* Logo e CTA empilhados verticalmente — resolve overflow do texto do botão */
  #cabecalho { flex-wrap: wrap; justify-content: center; gap: 8px; padding-block: 12px 10px; }
  #logo { width: 100%; display: flex; justify-content: center; }
  #header-cta { width: 100%; justify-content: center; }
  .btn-cta { width: 100%; max-width: 400px; }
}

/* ---- Mobile mínimo (≤ 360px): elementos ainda menores ---- */
@media (max-width: 360px) {
  /* Logo menor */
  #logo img { width: 170px; }
  .btn-cta { font-size: 11.5px; height: 40px; padding: 0 16px; max-width: 340px; }

  /* Hero mais compacto */
  #hero { padding: 32px 0 44px; }
  #hero h2 { font-size: clamp(22px, 8.5vw, 28px); }
  .hero-card-wa { font-size: 12px; }

  /* Badges ainda menores */
  .badge { font-size: 8.5px; letter-spacing: .02em; }

  /* Trust grid — 2 colunas menores */
  .trust-stat strong { font-size: 20px; letter-spacing: -.8px; }
  .trust-stat span { font-size: 10px; }
  .trust-stat { padding: 14px 8px; }

  /* Stats do hero */
  .stat { padding: 7px 4px; }
  .stat b { font-size: 11px; }
  .stat span { font-size: 8.5px; }

  /* CTA box compacto */
  .cta-box { padding: 20px 14px; border-radius: 16px; }
  .cta-text h2 { font-size: 16px; }

  /* Footer */
  .footer-nav-inner { grid-template-columns: 1fr; }
  .footer-bar-inner { gap: 6px; }
}


