/* Home mobile-first — Fase 1 & 2 conversão (minimalista, foco em cotação) */

/* Scrollbar discreta — Webkit + Firefox (home não carrega style.css) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.3);
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(15, 23, 42, 0.5);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 23, 42, 0.3) transparent;
}

body.home-page-body {
  --home-cta: #F15A24;
  --home-text: #111111;
  --home-label: #2d3748;
  --home-text-muted: #4A4A4A;
  --home-text-subtle: #717171;
  --home-input-border: #E2E8F0;
  --home-focus: #0F172A;
  --home-mobile-header-h: 74px;
  --home-font: "Plus Jakarta Sans Fallback", "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Hero clean — título fora do card */
.home-hero-clean__wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-hero-clean__intro {
  padding: 0;
  text-align: left;
  margin: 0;
}

.home-hero-clean__title-line--desktop,
.home-hero-clean__lead-line--desktop {
  display: none;
}

.home-hero-clean__title-line--mobile,
.home-hero-clean__lead-line--mobile {
  display: block;
}

.home-hero-clean__title {
  font-family: var(--home-font);
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--home-text);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.home-hero-clean__lead {
  font-family: var(--home-font);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--home-text-muted);
  line-height: 1.5;
  margin: 0 0 0.375rem;
  min-height: 0;
  text-align: left;
}

.home-hero-clean__proof {
  font-family: var(--home-font);
  font-size: 0.8125rem;
  color: var(--home-text-subtle);
  margin: 0 0 0.75rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
}

.home-quote-card {
  --home-ac-font-size: 16px;
  --home-ac-line-height: 1.35;
  --home-ac-pad-y: 12px;
  --home-ac-pad-x: 16px;
  --home-ac-row-border: 1px;
  /* altura de uma linha: padding + texto + divisória */
  --home-ac-item-height: calc(
    var(--home-ac-pad-y) * 2 + var(--home-ac-row-border) +
    var(--home-ac-font-size) * var(--home-ac-line-height)
  );
  --home-ac-visible-rows: 3.5;
  background: #ffffff;
  border-radius: 16px;
  padding: 1.25rem 1.125rem 1.375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: none;
  width: 100%;
  box-sizing: border-box;
}

.home-quote-card__kicker {
  font-family: var(--home-font);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--home-form-accent, var(--home-cta));
  margin: 0 0 0.35rem;
}

.home-quote-card__form {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.home-form-label-optional {
  font-weight: 400;
  color: #a0aec0;
  font-size: 0.75rem;
}

.visually-hidden-desktop {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  #home-cotacao-anchor {
    scroll-margin-top: 86px;
  }

  body.home-page-body {
    font-family: var(--home-font);
    background-color: #fafafa !important;
  }

  body.home-page-body #conteudo-principal {
    background-color: #fafafa !important;
  }

  .home-hero-clean.main-banner {
    background-image: none !important;
    background-color: #fafafa !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .home-hero-clean__title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111111;
    line-height: 1.2;
  }

  .home-hero-clean__lead {
    font-size: 1rem;
    color: #4A4A4A;
    min-height: 0 !important;
    margin-bottom: 0.375rem !important;
  }

  .home-hero-clean__proof {
    font-size: 0.8125rem;
    color: #717171;
    margin: 0 0 0.75rem !important;
    text-align: center;
  }

  .home-hero-clean__intro {
    margin: 0;
    padding: 0;
  }

  .home-hero-clean .desktop-top-text {
    display: none !important;
  }

  #conteudo-principal .main-banner.home-hero-clean .home-hero-clean__wrap,
  #conteudo-principal .main-banner.home-hero-clean .container.home-hero-clean__wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 14px !important;
    box-sizing: border-box !important;
  }

  #conteudo-principal .home-hero-clean .linha.home-hero-linha {
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #conteudo-principal .home-hero-clean .linha > .coluna {
    padding: 0 !important;
    margin: 0 !important;
  }

  #conteudo-principal .home-hero-clean #search-form.home-quote-card__form {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 769px) {
  .home-hero-clean__intro {
    display: none;
  }

  .visually-hidden-desktop {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 1rem;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
  }

  .home-quote-card {
    padding: 2rem;
    border-radius: 20px;
  }

  .home-quote-card__kicker {
    text-align: center;
    margin-bottom: 0.75rem;
  }
}

/* Home mobile/tablet: sempre logotipo colorido (nunca o branco do hero desktop) */
@media (max-width: 992px) {
  body.home-page-body .header-area.home-page .logo--home-swap .header-logo-swap--light {
    display: none !important;
  }

  body.home-page-body .header-area.home-page .logo--home-swap .header-logo-swap--color {
    display: block !important;
    line-height: 0;
  }
}

/* Home mobile — header fixo translúcido + smart scroll (esconde ↓ / mostra ↑) */
@media (max-width: 992px) {
  body.home-page-body .header-area.home-page {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
  }

  body.home-page-body .header-area.home-page.mobile-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  body.home-page-body .header-area.home-page.mobile-hidden {
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  body.home-page-body .header-area .container > .row {
    min-height: 0 !important;
  }

  body.home-page-body .header-area .main-nav {
    min-height: 0 !important;
    height: auto !important;
  }

  body.home-page-body #conteudo-principal {
    padding-top: var(--home-mobile-header-h) !important;
  }
}

/* Header estável no mobile desde o carregamento — só desktop/tablet wide usa fixed */
@media (min-width: 993px) {
  .header-area.home-page {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
}

@media (max-width: 768px) {
  #conteudo-principal .main-banner.home-hero-clean.main-banner {
    min-height: auto !important;
    padding: 0 0 1rem !important;
    margin-top: 0 !important;
  }

  #conteudo-principal .main-banner.home-hero-clean .container,
  #conteudo-principal .main-banner.home-hero-clean .home-hero-clean__wrap {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
  }

  #conteudo-principal .main-banner.home-hero-clean .linha,
  #conteudo-principal .main-banner.home-hero-clean .linha.home-hero-linha {
    min-height: auto !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  #conteudo-principal .main-banner.home-hero-clean .linha > .coluna {
    justify-content: flex-start !important;
  }

  #conteudo-principal .main-banner.home-hero-clean #search-form,
  #conteudo-principal .main-banner.home-hero-clean .home-quote-card__form {
    min-height: auto !important;
  }

  .home-hero-clean__intro {
    padding: 0;
    margin: 0;
  }
}

/* Seções abaixo do hero — respiro lateral via .home-below-fold / .home-panel */

/* Labels do card — grafite (#2D3748), não preto puro */
body.home-page-body #search-form.home-quote-card__form label.home-form-label,
#search-form.home-quote-card__form .home-form-label {
  color: var(--home-label, #2d3748) !important;
  font-weight: 600 !important;
  font-size: 15px;
}

/* Placeholders — sobrescreve form#search-form do style-home (negrito/preto) */
#search-form.home-quote-card__form input.home-form-input,
#search-form.home-quote-card__form select.home-form-input {
  font-weight: 400 !important;
  color: #1a202c !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
}

#search-form.home-quote-card__form input.home-form-input::placeholder,
#search-form.home-quote-card__form select.home-form-input::placeholder {
  color: #718096 !important;
  font-weight: 400 !important;
  opacity: 1;
}

#search-form.home-quote-card__form #input_origem::placeholder,
#search-form.home-quote-card__form #input_destino::placeholder,
#search-form.home-quote-card__form #input_contato::placeholder,
#search-form.home-quote-card__form #input_peso::placeholder {
  color: #718096 !important;
  font-weight: 400 !important;
}

/* Hero lock (style-home.min.css) — home clean sem min-height fantasma */
.header-area.mobile-visible,
.header-area.scrolled {
  background-color: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Hero */
@media (max-width: 768px) {
  #conteudo-principal .main-banner.home-hero-clean {
    min-height: auto !important;
    padding: 0 0 1.25rem !important;
    background-color: #fafafa !important;
  }

  #conteudo-principal .main-banner .linha.home-hero-linha {
    min-height: auto !important;
  }

  #conteudo-principal .main-banner .home-quote-card__form {
    min-height: auto !important;
  }
}

/* Form — largura total no card */
.home-form-step {
  display: none;
  width: 100%;
  align-items: stretch;
}

.home-form-step.is-active {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.home-quote-card__form .home-form-field {
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}

.home-quote-card__form .home-form-input-wrap {
  position: relative;
  width: 100%;
  overflow: visible !important;
}

/* Ícone de validação (check) no canto direito do input */
.home-form-input-shell {
  position: relative;
  width: 100%;
  display: block;
}

.home-quote-card__form .home-form-input-shell .home-form-input {
  padding-right: 44px !important;
}

.home-form-valid-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #1e3a5f;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 2;
}

.home-form-valid-icon.is-visible {
  opacity: 1;
  visibility: visible;
}

.home-form-valid-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* Autocomplete — colado na base do input */
.home-quote-card__form .home-form-field {
  overflow: visible !important;
}

.home-quote-card__form .home-form-field:focus-within,
.home-quote-card__form .home-form-input-wrap:focus-within {
  position: relative;
  z-index: 30;
}

.home-quote-card #div_cidade,
.home-quote-card #div_cidade2,
.home-quote-card .pad-cidades.posicao-variavel.home-ac-panel {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
  z-index: 50 !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 6px !important;
  max-height: 240px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

.home-quote-card #div_cidade.home-ac-open,
.home-quote-card #div_cidade2.home-ac-open,
.home-quote-card #div_cidade.fadeIn,
.home-quote-card #div_cidade2.fadeIn {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Lista colada ao input: topo reto, base arredondada (mesmo raio do campo) */
.home-quote-card .home-form-input-wrap.home-ac-open-wrap .home-form-input {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  position: relative;
  z-index: 51;
}

.home-quote-card .home-form-input-wrap.home-ac-open-wrap #div_cidade,
.home-quote-card .home-form-input-wrap.home-ac-open-wrap #div_cidade2,
.home-quote-card .home-form-input-wrap.home-ac-open-wrap .home-ac-panel.home-ac-open,
.home-quote-card .home-form-input-wrap.home-ac-open-wrap .home-ac-panel.fadeIn,
.home-quote-card .home-form-input-wrap.home-ac-open-wrap .pad-cidades.posicao-variavel {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-radius: 0 0 10px 10px !important;
  margin-top: -1px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Sobrescreve .pad-cidades global (12px em todos os cantos) */
.home-quote-card .home-form-input-wrap.home-ac-open-wrap .pad-cidades,
.home-quote-card .home-form-input-wrap.home-ac-open-wrap .posicao-variavel {
  border-radius: 0 0 10px 10px !important;
}

.home-quote-card #lista_origem,
.home-quote-card #lista_destino {
  position: relative;
  z-index: 1;
}

.home-quote-card .pad-cidades::before {
  display: none !important;
  content: none !important;
}

.home-quote-card .class_origem,
.home-quote-card .class_destino {
  cursor: pointer !important;
  padding: var(--home-ac-pad-y) var(--home-ac-pad-x) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-family: var(--home-font) !important;
  font-size: var(--home-ac-font-size) !important;
  font-weight: 400 !important;
  line-height: var(--home-ac-line-height) !important;
  color: #333333 !important;
  text-align: left !important;
  border: none !important;
  border-bottom: 1px solid #f1f5f9 !important;
  box-sizing: border-box !important;
  min-height: var(--home-ac-item-height) !important;
  transition: background-color 0.15s ease, color 0.15s ease !important;
}

.home-quote-card #lista_origem .class_origem:last-child,
.home-quote-card #lista_destino .class_destino:last-child {
  border-bottom: none !important;
}

.home-quote-card .class_origem strong,
.home-quote-card .class_destino strong {
  background: transparent !important;
  background-image: none !important;
  color: #324673 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
}

.home-quote-card .class_origem:hover,
.home-quote-card .class_destino:hover {
  background: #f1f5f9 !important;
  color: #333333 !important;
  transform: none !important;
  box-shadow: none !important;
  border-bottom-color: #f1f5f9 !important;
}

.home-quote-card .class_origem.cidade_selecionada,
.home-quote-card .class_destino.cidade_selecionada {
  background: #324673 !important;
  background-image: none !important;
  color: #ffffff !important;
  transform: none !important;
  box-shadow: none !important;
  border: none !important;
}

.home-quote-card .class_origem.cidade_selecionada strong,
.home-quote-card .class_destino.cidade_selecionada strong,
.home-quote-card .class_origem.cidade_selecionada:hover strong,
.home-quote-card .class_destino.cidade_selecionada:hover strong {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.home-quote-card .class_origem.cidade_selecionada:hover,
.home-quote-card .class_destino.cidade_selecionada:hover {
  background: #324673 !important;
  color: #ffffff !important;
}

.home-quote-card #div_cidade::-webkit-scrollbar,
.home-quote-card #div_cidade2::-webkit-scrollbar,
.home-quote-card .pad-cidades::-webkit-scrollbar {
  width: 6px;
}

.home-quote-card #div_cidade::-webkit-scrollbar-track,
.home-quote-card #div_cidade2::-webkit-scrollbar-track,
.home-quote-card .pad-cidades::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 3px;
}

.home-quote-card #div_cidade::-webkit-scrollbar-thumb,
.home-quote-card #div_cidade2::-webkit-scrollbar-thumb,
.home-quote-card .pad-cidades::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.home-quote-card #div_cidade::-webkit-scrollbar-thumb:hover,
.home-quote-card #div_cidade2::-webkit-scrollbar-thumb:hover,
.home-quote-card .pad-cidades::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.home-quote-card .home-ac-loading,
.home-quote-card .home-ac-empty {
  padding: 12px 16px;
  font-family: var(--home-font);
  font-size: 16px;
  line-height: 1.35;
  color: #333333;
  text-align: left;
}

@media (max-width: 768px) {
  .home-quote-card #div_cidade,
  .home-quote-card #div_cidade2,
  .home-quote-card .home-ac-panel {
    padding: 0 !important;
    max-height: calc(var(--home-ac-item-height) * var(--home-ac-visible-rows)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
  }
}

.home-hero-clean__intro {
  position: relative;
  z-index: 0;
}

.home-quote-card {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}

@media (max-width: 768px) {
  #conteudo-principal .main-banner.home-hero-clean,
  #conteudo-principal .main-banner.home-hero-clean .home-hero-clean__wrap,
  #conteudo-principal .main-banner.home-hero-clean .linha,
  #conteudo-principal .main-banner.home-hero-clean .linha > .coluna {
    overflow: visible !important;
  }
}

#search-form.home-quote-card__form input.home-form-input:focus,
#search-form.home-quote-card__form select.home-form-input:focus {
  transform: none !important;
  border-color: var(--home-focus, #0F172A) !important;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08) !important;
}

@media (max-width: 768px) {
  .home-quote-card {
    width: 100% !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    padding: 1rem 1.125rem 1.125rem !important;
  }

  .home-quote-card__kicker {
    margin: 0 0 0.5rem !important;
    letter-spacing: 1.2px !important;
  }

  #search-form.home-quote-card__form {
    margin-top: 0 !important;
  }

  #search-form.home-quote-card__form .home-form-field:first-of-type .home-form-label {
    margin-top: 0;
  }

  #search-form.home-quote-card__form .home-form-field {
    margin-bottom: 0.625rem !important;
  }

  #search-form.home-quote-card__form .home-form-field:last-of-type {
    margin-bottom: 0.5rem !important;
  }

  #search-form.home-quote-card__form .home-form-label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 0.375rem !important;
  }

  #search-form.home-quote-card__form input.home-form-input,
  #search-form.home-quote-card__form select.home-form-input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    padding-left: 16px !important;
    font-size: 16px !important;
  }

  /* Texto digitado/selecionado — contraste e peso de mercado */
  #search-form.home-quote-card__form input.home-form-input:not(:placeholder-shown),
  #search-form.home-quote-card__form select.home-form-input:not(:placeholder-shown) {
    font-weight: 500 !important;
    color: #111111 !important;
  }

  form#search-form.home-quote-card__form input[type="text"],
  form#search-form.home-quote-card__form input[type="tel"] {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.home-page-body .home-btn-primary,
  body.home-page-body #btn_home_continue,
  body.home-page-body #btn_home_submit {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    line-height: 1.25 !important;
    min-height: 0 !important;
  }
}

/* Parceiros — abaixo do card, monocromático discreto */
.home-trust-partners {
  margin-top: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0.25rem;
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-trust-partners__title {
  margin: 0 auto 0.5rem;
  font-family: var(--home-font);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  color: #94a3b8;
  text-align: center;
  width: 100%;
  max-width: 100%;
  white-space: normal;
}

.home-trust-partners__logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 1rem 1.25rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  min-height: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.home-trust-partners__logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 0;
}

.home-trust-partners__logos img {
  display: block;
  max-height: 22px;
  width: auto;
  max-width: 88px;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.4);
}

.home-trust-partners__coverage {
  margin: 0.5rem auto 0;
  padding: 0 0.5rem;
  max-width: 320px;
  font-family: var(--home-font);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: #a0aec0;
  text-align: center;
}

@media (max-width: 768px) {
  .home-trust-partners {
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .home-trust-partners__coverage {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 769px) {
  .home-trust-partners {
    display: none;
  }
}

/* Home mobile — header compacto (altura do logo, sem faixa branca) */
@media (max-width: 992px) {
  body.home-page-body .header-area.home-page {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.home-page-body .header-area .container > .row {
    min-height: 0 !important;
    align-items: center !important;
  }

  body.home-page-body .header-area .main-nav {
    min-height: 0 !important;
    height: auto !important;
    align-items: center !important;
  }

  body.home-page-body .header-area .main-nav a.logo,
  body.home-page-body .header-area .main-nav a.logo img,
  body.home-page-body .header-area .main-nav a.logo picture {
    line-height: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
}

/* Home mobile — mesmo alinhamento do hero (14px) */
@media (max-width: 768px) {
  body.home-page-body .header-area.home-page {
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  body.home-page-body .header-area .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home-page-body .header-area .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
    width: 100% !important;
  }

  body.home-page-body .header-area .container > .row > .col-12,
  body.home-page-body .header-area .container > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  body.home-page-body .header-area .main-nav {
    position: relative;
    width: 100%;
  }

  body.home-page-body .header-area .main-nav a.logo,
  body.home-page-body .header-area .logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    float: none !important;
    align-self: center !important;
  }

  body.home-page-body .header-area .main-nav .menu-trigger {
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
  }

  body.home-page-body .header-area .main-nav .menu-trigger.active {
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .header-area .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
    max-width: 100% !important;
  }

  .header-area .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
  }

  .header-area .container > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-area .main-nav {
    position: relative;
    width: 100%;
  }

  .header-area .main-nav a.logo,
  .header-area .logo {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
  }

  .header-area .main-nav .menu-trigger {
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
  }
}

.home-form-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 1rem;
  padding: 0 0.25rem;
}

.home-form-progress__dot {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--home-font);
  border: 2px solid #E2E8F0;
  color: #94A3B8;
  background: #fff;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-form-progress__dot.is-active {
  border-color: var(--home-cta);
  background: var(--home-cta);
  color: #fff;
}

.home-form-progress__dot.is-done {
  border-color: var(--home-cta);
  background: var(--home-cta);
  color: #fff;
  opacity: 0.85;
}

.home-form-progress__line {
  flex: 1;
  max-width: 5rem;
  height: 2px;
  background: #E2E8F0;
  margin: 0 0.375rem;
}

.home-form-label {
  display: block;
  margin-bottom: 0.375rem;
  color: var(--home-label, #2d3748) !important;
  font-weight: 600 !important;
  font-size: 15px;
  font-family: var(--home-font);
  text-align: left;
}

.home-form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--home-input-border);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--home-font);
  box-sizing: border-box;
  outline: none;
  background: #fff;
  color: #111111;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-form-input:not(:placeholder-shown) {
  font-weight: 500;
  color: #111111;
}

.home-form-input:focus {
  border-color: var(--home-focus);
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.home-form-input.is-invalid {
  border-color: #e53e3e;
}

.home-form-error {
  display: none;
  color: #c53030;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: var(--home-font);
}

.home-form-error.is-visible {
  display: block;
}

.home-form-hint {
  font-size: 0.6875rem;
  color: #a0aec0;
  margin-top: 0.25rem;
  text-align: left;
}

#search-form.home-quote-card__form .home-btn-primary,
#search-form.home-quote-card__form #btn_home_continue,
#search-form.home-quote-card__form #btn_home_submit {
  margin-top: 24px;
}

.home-btn-primary {
  width: 100%;
  border: none;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  font-family: var(--home-font);
  letter-spacing: 0.01em;
  text-transform: none;
  cursor: pointer;
  color: #fff;
  background: var(--home-cta) !important;
  background-image: none !important;
  box-shadow: none;
  transition: filter 0.2s ease, transform 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 0;
}

.home-btn-primary__icon {
  font-size: 1.125em;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.home-btn-primary:hover {
  filter: brightness(1.05);
}

.home-btn-primary:active {
  transform: scale(0.99);
}

body.home-page-body .home-btn-primary:hover,
body.home-page-body #btn_home_continue:hover,
.home-btn-secondary {
  width: 100%;
  border: 1px solid #E2E8F0;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--home-font);
  cursor: pointer;
  color: var(--home-text-muted);
  background: #fff;
}

/* Prova social — uma linha só, sem negrito pesado */
.home-social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.65rem;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  color: #718096;
  font-weight: 400;
  border-top: 1px solid #f1f5f9;
  margin-top: 0.25rem;
}

.home-social-proof strong {
  font-weight: 600;
  color: #4a5568;
}

/* Serviços — sem overlap com o hero */
@media (max-width: 768px) {
  .servicos-peek-section {
    margin-top: 0 !important;
    min-height: auto !important;
    padding-top: 0.5rem !important;
  }

  .servicos-peek-section .row {
    min-height: auto !important;
    padding-top: 0 !important;
  }

  /* Esconde faixa azul pesada e cards antigos no mobile */
  .home-servicos-heading-band,
  .home-services-scroll {
    display: none !important;
  }

  .home-services-simple {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .home-services-simple {
    display: none !important;
  }
}

.home-services-simple {
  display: none;
  padding: 0 15px 1.5rem;
}

.home-services-simple__title {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 0.75rem;
  text-align: left;
}

.home-services-simple__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-services-simple__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  color: #2d3748;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.home-services-simple__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #2d3748;
}

.home-services-simple__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.home-services-simple__label {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}

.home-services-simple__chevron {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  padding-left: 0.35rem;
}

.home-services-simple__chevron svg {
  display: block;
  width: 14px;
  height: 14px;
}

/* Desktop: mantém cards, sem margem negativa extrema no tablet */
@media (max-width: 992px) and (min-width: 769px) {
  .servicos-peek-section {
    margin-top: -2rem !important;
    min-height: auto !important;
  }
}

@media (max-width: 768px) {
  .home-services-scroll {
    display: none !important;
  }
}

/* Collapsible sections */
.home-collapsible {
  border: none;
  margin: 0 0 0.5rem;
  padding: 0 15px;
}

.home-collapsible summary {
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  padding: 0.875rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf2f7;
}

.home-collapsible summary::-webkit-details-marker {
  display: none;
}

.home-collapsible summary::after {
  content: "+";
  font-size: 1.125rem;
  font-weight: 400;
  color: #a0aec0;
}

.home-collapsible[open] summary::after {
  content: "−";
}

.home-collapsible__body {
  padding: 0.75rem 0 1rem;
}

@media (min-width: 769px) {
  .home-collapsible {
    padding: 0 15px;
  }

  .home-collapsible summary {
    display: none;
  }

  .home-collapsible__body {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .home-rota-card--extra {
    display: none !important;
  }

  .home-section-hidden-mobile {
    display: none !important;
  }

  .home-blog-card--extra {
    display: none !important;
  }

  .posts-relacionados {
    display: block !important;
  }

  .faq-section {
    padding: 2.5rem 0 !important;
  }

  .faq-section .section-title {
    font-size: 1.35rem !important;
    font-weight: 600 !important;
  }

  .home-faq-card--extra {
    display: none !important;
  }
}

.home-section-spaced {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 769px) {
  .home-section-spaced {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Sticky CTA — acima do WhatsApp, só após passar o formulário */
.home-sticky-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  z-index: 998;
  max-width: 420px;
  margin: 0 auto;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-sticky-cta.is-visible {
  display: block;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.home-sticky-cta__btn {
  width: 100%;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: var(--home-form-accent, var(--home-cta, var(--primary-color, #ff6b35)));
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.home-sticky-cta__close {
  position: absolute;
  top: -8px;
  right: -4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #718096;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (min-width: 769px) {
  .home-sticky-cta {
    display: none !important;
  }
}

/* ——— Fase 1+2: abaixo do hero — fundo #fafafa + painéis brancos ——— */
.home-mobile-only {
  display: none;
}

.home-desktop-only {
  display: block;
}

@media (max-width: 768px) {
  .home-mobile-only {
    display: block;
  }

  .home-desktop-only {
    display: none !important;
  }

  .home-below-fold {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 14px 1.5rem;
    background-color: #fafafa;
  }

  /* Hero (parceiros) → primeiro card: respiro extra em telas estreitas */
  @media (max-width: 400px) {
    .home-trust-partners {
      margin-bottom: 1rem;
      padding-bottom: 0.625rem;
    }

    .home-below-fold {
      padding-top: 1.5rem;
    }
  }

  /* Painéis — padding unificado em todos os cards abaixo da dobra */
  .home-panel {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    padding: 20px 16px 16px;
    margin: 0;
    border: none;
    box-sizing: border-box;
  }

  .home-panel__title {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1.3;
  }

  /* Títulos principais dos blocos (mesmo padrão visual) */
  .home-below-fold .home-panel > .home-panel__title,
  .home-below-fold .home-steps__title,
  .home-below-fold .home-faq-mobile__title,
  .home-below-fold .home-services-simple__title,
  .home-below-fold .home-reviews-mobile__title,
  .home-below-fold .home-routes-mobile__title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin: 0 0 12px;
    padding: 0;
  }

  .home-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
  }

  .home-panel__link,
  .home-panel__footer-link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--home-cta, #f15a24);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .home-panel__footer-link {
    display: inline-block;
    margin-top: 0.75rem;
  }

  /* Do orçamento à entrega */
  .home-panel.home-steps {
    padding: 0 0 16px;
  }

  .home-steps__list {
    list-style: none;
    margin: 0;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    box-sizing: border-box;
  }

  .home-steps__item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .home-steps__num {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #fff5f0;
    color: var(--home-cta, #f15a24);
    font-size: 0.8125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-steps__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
  }

  .home-steps__text strong {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.35;
  }

  .home-steps__text span {
    font-size: 0.8125rem;
    color: #4a5568;
    line-height: 1.45;
  }

  .home-panel.home-services-simple .home-services-simple__link {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .home-panel.home-services-simple .home-services-simple__link:active {
    transform: scale(0.98);
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  @media (hover: hover) {
    .home-panel.home-services-simple .home-services-simple__link:hover {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    }
  }

  .home-panel.home-reviews-mobile .home-panel__footer-link.home-reviews-mobile__more {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0 16px;
    box-sizing: border-box;
    white-space: normal;
  }

  .home-reviews-scroll {
    display: flex;
    gap: 0.625rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.25rem;
    margin: 0 -0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .home-reviews-scroll::-webkit-scrollbar {
    display: none;
  }

  .home-review-card {
    flex: 0 0 88%;
    max-width: 320px;
    scroll-snap-align: start;
    background: #f8fafc;
    border-radius: 12px;
    padding: 0.875rem;
    border: 1px solid #edf2f7;
  }

  .home-review-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .home-review-card__author {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    min-width: 0;
  }

  .home-review-card__avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #1e3c72;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .home-review-card__name {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.25;
  }

  .home-review-card__date {
    display: block;
    font-size: 0.6875rem;
    color: #a0aec0;
  }

  .home-review-card__stars {
    font-size: 0.6875rem;
    color: #f6ad55;
    flex-shrink: 0;
    line-height: 1;
  }

  .home-review-card__text {
    margin: 0;
    font-size: 0.8125rem;
    color: #4a5568;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Principais rotas — alinhamento igual ao bloco de etapas */
  .home-panel.home-routes-mobile {
    padding: 0 0 16px;
  }

  .home-routes-chips {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .home-panel.home-routes-mobile .home-route-chip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    margin: 0;
    padding: 0.875rem 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: #2d3748;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    box-sizing: border-box;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .home-panel.home-routes-mobile .home-route-chip:active {
    transform: scale(0.98);
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  @media (hover: hover) {
    .home-panel.home-routes-mobile .home-route-chip:hover {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    }
  }

  .home-route-chip__label {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    line-height: 1.35;
    white-space: nowrap;
  }

  .home-route-chip__city {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .home-route-chip__sep {
    flex-shrink: 0;
    color: #a0aec0;
    font-weight: 400;
    padding: 0 0.35rem;
    white-space: nowrap;
  }

  .home-panel.home-routes-mobile .home-panel__footer-link.home-routes-mobile__all {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0 16px;
    box-sizing: border-box;
    color: #4a5568 !important;
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: normal;
  }

  .home-routes-mobile__all-chevron {
    margin-left: 0.2em;
    color: #94a3b8;
    font-weight: 400;
  }

  /* FAQ minimalista — alinhamento título/lista (mesmo recuo dos passos) */
  .home-panel.home-faq-minimal {
    padding: 0 0 16px;
  }

  .home-panel.home-steps .home-steps__title,
  .home-panel.home-faq-minimal .home-faq-mobile__title,
  .home-panel.home-routes-mobile .home-routes-mobile__title {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
  }

  .home-faq-minimal__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .home-faq-item {
    border-bottom: 1px solid #e2e8f0;
  }

  .home-faq-item:last-child {
    border-bottom: none;
  }

  .home-faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    padding: 0.875rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    line-height: 1.4;
    -webkit-tap-highlight-color: transparent;
  }

  .home-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .home-faq-item summary::after {
    content: "+";
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    color: #ff6b35;
    flex-shrink: 0;
    margin-top: 0.05em;
  }

  .home-faq-item[open] summary {
    padding-bottom: 0.5rem;
  }

  .home-faq-item[open] summary::after {
    content: "−";
    color: #ff6b35;
  }

  .home-faq-item p {
    margin: 0 0 0.875rem;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #475569;
    line-height: 1.5;
  }

  .home-faq-item[open] p {
    margin: 0 0 0.875rem;
    padding: 12px;
    background: #f1f5f9;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .home-faq-cta {
    text-align: center;
    padding: 0 16px 4px;
    box-sizing: border-box;
  }

  .home-faq-cta__text {
    margin: 24px 0 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #475569;
  }

  .home-faq-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 600;
    color: #1e3c72;
    text-decoration: none;
    line-height: 1.35;
    box-sizing: border-box;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .home-faq-cta__btn:active {
    transform: scale(0.98);
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  @media (hover: hover) {
    .home-faq-cta__btn:hover {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
      color: #1e3c72;
      text-decoration: none;
    }
  }

  .home-faq-cta__icon {
    flex-shrink: 0;
    color: #16a34a;
  }

  /* Blog teaser */
  .home-blog-teaser {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
    padding: 0.625rem 0;
    border-radius: 12px;
    background: #f8fafc;
    padding: 0.625rem 0.75rem;
    border: 1px solid #edf2f7;
  }

  .home-blog-teaser__img {
    width: 72px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .home-blog-teaser__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }

  .home-blog-teaser__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a202c;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-blog-teaser__excerpt {
    font-size: 0.75rem;
    color: #718096;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-blog-teaser__arrow {
    flex-shrink: 0;
    color: #a0aec0;
    font-size: 1rem;
  }

  /* Fundo unificado — seções legadas abaixo do fold */
  .rotas-section,
  .faq-section,
  .grey {
    background: #fafafa !important;
  }

  /* Rastreio — primeiro card abaixo do hero (parceiros) */
  .home-panel.home-track-card {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
  }

  .home-track-card__title.home-panel__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.75rem;
  }

  .home-track-form__row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .home-track-form__hint {
    margin: 0.5rem 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
    font-weight: 400;
  }

  .home-track-form__input {
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    padding-left: 16px !important;
    font-size: 16px !important;
  }

  .home-track-form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    background: #334155;
    color: #fff;
    font-family: var(--home-font);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    transition: background 0.2s ease;
  }

  .home-track-form__btn:hover,
  .home-track-form__btn:focus {
    background: #1e293b;
  }

  @media (min-width: 400px) {
    .home-track-form__row {
      flex-direction: row;
      align-items: stretch;
    }

    .home-track-form__input {
      flex: 1;
      min-width: 0;
    }

    .home-track-form__btn {
      width: auto;
      flex-shrink: 0;
      min-height: 46px;
      padding: 12px 1.25rem;
    }
  }
}

@media (min-width: 769px) {
  .home-mobile-only {
    display: none !important;
  }

  .home-below-fold {
    display: contents;
  }
}
