/**
 * Home — layout e componentes desktop (≥769px)
 * Alinhado ao padrão visual mobile (cards brancos, FAQ acordeão, rotas minimalistas).
 */

@media (min-width: 769px) {
  body.home-page-body #conteudo-principal > .container,
  body.home-page-body #conteudo-principal .home-collapsible.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-desktop-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .home-section-desktop {
    padding: 56px 0;
    background: #fafafa;
  }

  .home-section-desktop--white {
    background: #ffffff;
  }

  .home-section-desktop__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.3;
  }

  .home-section-desktop__lead {
    font-size: 1rem;
    color: #64748b;
    margin: 0 0 28px;
    line-height: 1.5;
    max-width: 640px;
  }

  /* ——— Hero desktop: fundo full-bleed + conteúdo centralizado 1140px ——— */
  #conteudo-principal .main-banner.home-hero-clean.home-hero-clean--capa {
    --home-hero-overlay: linear-gradient(
      to right,
      rgba(15, 23, 42, 0.95) 0%,
      rgba(15, 23, 42, 0.7) 45%,
      rgba(0, 0, 0, 0) 80%
    );
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 100px 24px !important;
    min-height: 680px !important;
    box-sizing: border-box;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0f172a;
    background-image: var(--home-hero-overlay), var(--home-hero-capa-url);
    background-size: 100% 100%, cover;
    background-position: 0 0, 70% center;
    background-repeat: no-repeat;
  }

  #conteudo-principal .main-banner.home-hero-clean:not(.home-hero-clean--capa) {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 100px 24px !important;
    min-height: 680px !important;
    background: linear-gradient(165deg, #1a3260 0%, #1e3c72 50%, #243f7a 100%) !important;
  }

  #conteudo-principal .main-banner.home-hero-clean .desktop-top-text {
    display: none !important;
  }

  #conteudo-principal .main-banner.home-hero-clean .container.home-hero-clean__wrap {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
    align-content: center;
    max-width: 1140px;
    width: 100%;
    margin: auto !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box;
  }

  .home-hero-clean__intro {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    grid-column: 1;
    z-index: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-width: 0;
    max-width: none;
  }

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

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

  .home-hero-clean__intro .home-hero-clean__title {
    color: #ffffff !important;
    font-size: clamp(1.75rem, 2.35vw, 2.5rem) !important;
    font-weight: 800 !important;
    text-align: left !important;
    margin: 0 0 16px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
  }

  .home-hero-clean__intro .home-hero-subtitle.home-hero-clean__lead {
    color: #ffffff !important;
    font-size: 1.0625rem !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin: 0 0 12px !important;
    line-height: 1.55 !important;
    max-width: 520px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
  }

  .home-hero-clean__intro .home-hero-clean__proof {
    color: #ffffff !important;
    text-align: left !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    margin: 0 !important;
    opacity: 0.92;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
  }

  .home-hero-desktop__art {
    display: none !important;
  }

  .home-hero-clean .linha.home-hero-linha.home-hero-desktop__form-col {
    grid-column: 2;
    z-index: 2;
    justify-self: end;
    align-self: center;
    min-height: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 410px !important;
    flex: none !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  #conteudo-principal .main-banner.home-hero-clean .linha.home-hero-linha > .desktop {
    display: none !important;
    width: 0 !important;
    flex: none !important;
    max-width: 0 !important;
    overflow: hidden !important;
  }

  #conteudo-principal .main-banner.home-hero-clean .linha.home-hero-linha > .coluna,
  .home-hero-clean .linha.home-hero-linha > .coluna {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 410px !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  #conteudo-principal .main-banner.home-hero-clean #search-form,
  #conteudo-principal .main-banner.home-hero-clean #search-form.home-quote-card__form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
  }

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

  .home-hero-clean .home-quote-card {
    width: 100% !important;
    max-width: 410px !important;
    margin: 0;
    padding: 32px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    border: none !important;
    border-top: 4px solid var(--home-form-accent, var(--primary-color, #ff6b35)) !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35) !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  .home-hero-clean .home-quote-card__kicker {
    margin: 0 0 4px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--home-form-accent, var(--home-cta, #ff6b35));
  }

  .home-hero-clean #search-form.home-quote-card__form,
  .home-hero-clean #search-form.w430 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .home-hero-clean .home-form-field {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 16px !important;
    box-sizing: border-box;
  }

  .home-hero-clean .home-form-field:last-of-type {
    margin-bottom: 0 !important;
  }

  .home-hero-clean .home-form-input-wrap {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .home-hero-clean #search-form.home-quote-card__form .home-form-input,
  .home-hero-clean #search-form.home-quote-card__form select.home-form-input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 11px 16px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    border: 1px solid #e2e8f0 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .home-hero-clean #search-form.home-quote-card__form .home-form-input:focus,
  .home-hero-clean #search-form.home-quote-card__form .home-form-input:focus-visible,
  .home-hero-clean #search-form.home-quote-card__form select.home-form-input:focus,
  .home-hero-clean #search-form.home-quote-card__form select.home-form-input:focus-visible {
    outline: none !important;
    border-color: var(--home-form-accent, var(--primary-color, #ff6b35)) !important;
    box-shadow: 0 0 0 3px var(--home-form-accent-shadow, rgba(255, 107, 53, 0.12)) !important;
  }

  .home-hero-clean .home-form-input-wrap.home-ac-open-wrap .home-form-input {
    border-color: var(--home-form-accent, var(--primary-color, #ff6b35)) !important;
    box-shadow: 0 0 0 3px var(--home-form-accent-shadow, rgba(255, 107, 53, 0.12)) !important;
  }

  .home-hero-clean #search-form.home-quote-card__form .home-form-label,
  .home-hero-clean #search-form.home-quote-card__form label.home-form-label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 6px !important;
  }

  .home-hero-clean .home-btn-primary,
  .home-hero-clean #btn_home_continue {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    padding: 14px 20px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    border-radius: 12px !important;
    box-sizing: border-box;
  }

  .home-hero-clean .home-trust-partners {
    margin-top: 1.25rem;
    width: 100%;
    max-width: 410px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .home-hero-clean .home-trust-partners__title,
  .home-hero-clean .home-trust-partners__coverage {
    color: rgba(255, 255, 255, 0.88) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  }

  .home-hero-clean .home-trust-partners__logos img {
    filter: grayscale(100%) opacity(0.55);
  }

  .home-hero-clean .home-trust-partners__coverage {
    max-width: 100%;
  }

  @media (min-width: 769px) and (max-width: 991px) {
    #conteudo-principal .main-banner.home-hero-clean.home-hero-clean--capa,
    #conteudo-principal .main-banner.home-hero-clean:not(.home-hero-clean--capa) {
      padding: 100px 20px !important;
      min-height: 680px !important;
    }

    #conteudo-principal .main-banner.home-hero-clean .container.home-hero-clean__wrap {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
      gap: 24px;
      max-width: 1140px;
    }

    .home-hero-clean__intro .home-hero-clean__title {
      font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
    }
  }

  /* ——— Quem somos ——— */
  .home-about-desktop {
    background: #ffffff;
  }

  .home-about-desktop__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 24px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 45% 50%;
    column-gap: 5%;
    align-items: start;
  }

  .home-about-desktop__media {
    min-width: 0;
  }

  .home-about-desktop__photo {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    object-fit: cover;
    filter: contrast(1.02) saturate(1.05);
    display: block;
  }

  .home-about-desktop__content {
    min-width: 0;
  }

  .home-about-desktop__title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px;
    line-height: 1.25;
  }

  .home-about-desktop__lead {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 24px;
  }

  .home-about-desktop__lead a {
    color: #1e3c72;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .home-about-desktop__benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-about-benefit-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
  }

  .home-about-benefit-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #0f172a;
  }

  .home-about-benefit-card__icon svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  .home-about-benefit-card__text {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
    margin: 0;
  }

  @media (min-width: 769px) and (max-width: 991px) {
    .home-about-desktop__inner {
      grid-template-columns: 1fr;
      row-gap: 32px;
    }
  }

  /* ——— Soluções (cards brancos) ——— */
  .home-services-desktop-section .home-services-simple {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .home-services-desktop-section .home-services-simple__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 20px;
    padding: 0;
  }

  .home-services-desktop-section .home-services-simple__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .home-services-desktop-section .home-services-simple__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    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: 15px;
    font-weight: 500;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  }

  .home-services-desktop-section .home-services-simple__link:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #2d3748;
    text-decoration: none;
  }

  .home-services-desktop-section .home-services-simple__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #64748b;
  }

  .home-services-desktop-section .home-services-simple__icon svg {
    width: 22px;
    height: 22px;
  }

  .home-services-desktop-section .home-services-simple__label {
    flex: 1;
    min-width: 0;
  }

  .home-services-desktop-section .home-services-simple__chevron {
    flex-shrink: 0;
    color: #94a3b8;
    width: 20px;
    height: 20px;
  }

  .home-services-desktop-section .home-services-simple__chevron svg {
    width: 20px;
    height: 20px;
  }

  /* ——— Principais rotas (cobertura logística) ——— */
  .home-routes-desktop__header {
    text-align: center;
    margin-bottom: 32px;
  }

  .home-routes-desktop__title.home-section-desktop__title {
    text-align: center;
    margin-bottom: 8px;
  }

  .home-routes-desktop__subtitle {
    margin: 0 auto;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.55;
    color: #64748b;
    font-weight: 400;
  }

  .home-routes-desktop__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
  }

  @media (min-width: 1024px) {
    .home-routes-desktop__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }
  }

  .home-routes-desktop .home-route-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .home-routes-desktop .home-route-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.12);
    text-decoration: none;
  }

  .home-routes-desktop .home-route-card__route {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    min-width: 0;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
  }

  .home-routes-desktop .home-route-card__city {
    white-space: nowrap;
  }

  .home-routes-desktop .home-route-card__arrow {
    color: #94a3b8;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
  }

  .home-routes-desktop .home-route-card__badge {
    flex-shrink: 0;
    padding: 6px 10px;
    background: #f1f5f9;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    line-height: 1.2;
    white-space: nowrap;
  }

  .home-routes-desktop__cta {
    margin: 28px 0 0;
    padding: 0;
    text-align: center;
  }

  .home-routes-desktop__btn {
    display: inline-block;
    border: 1px solid #cbd5e1;
    background: transparent;
    padding: 12px 24px;
    border-radius: 6px;
    color: #334155;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .home-routes-desktop__btn:hover {
    border-color: #94a3b8;
    background: #f8fafc;
    color: #0f172a;
    text-decoration: none;
  }

  /* ——— FAQ acordeão (desktop) ——— */
  .home-faq-desktop-section {
    padding: 64px 0;
    background: #fafafa;
  }

  .home-faq-desktop-section .home-faq-desktop__header {
    text-align: center;
    margin-bottom: 28px;
  }

  .home-faq-desktop-section .home-faq-desktop__header .home-section-desktop__title {
    margin-bottom: 8px;
  }

  .home-faq-desktop-section .home-faq-desktop__header .home-section-desktop__lead {
    margin: 0 auto;
    max-width: 560px;
  }

  .home-faq-desktop-panel {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    padding: 8px 20px 20px;
    box-sizing: border-box;
  }

  .home-faq-desktop-panel .home-faq-minimal__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

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

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

  .home-faq-desktop-panel .home-faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    line-height: 1.4;
  }

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

  .home-faq-desktop-panel .home-faq-item summary::after {
    content: "+";
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    color: #ff6b35;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    transform-origin: center center;
  }

  .home-faq-desktop-panel .home-faq-item[open] summary::after {
    transform: rotate(45deg);
  }

  .home-faq-desktop-panel .home-faq-item[open] summary {
    padding-bottom: 12px;
  }

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

  .home-faq-desktop-panel .home-faq-item[open] p {
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .home-faq-desktop-panel .home-faq-cta {
    text-align: center;
    padding: 0 0 8px;
    margin-top: 40px;
  }

  .home-faq-desktop-panel .home-faq-cta__text {
    margin: 0 0 16px;
    font-size: 14px;
    color: #475569;
  }

  .home-faq-desktop-panel .home-faq-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: #ffffff;
    border: 1.5px solid #1e3c72;
    border-radius: 30px;
    box-shadow: 0 4px 14px rgba(30, 60, 114, 0.08);
    font-size: 14px;
    font-weight: 600;
    color: #1e3c72;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .home-faq-desktop-panel .home-faq-cta__btn:hover {
    background: #f1f5f9;
    border-color: #25d366;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.12);
    color: #1e3c72;
    text-decoration: none;
  }

  .home-faq-desktop-panel .home-faq-cta__icon {
    color: #25d366;
    flex-shrink: 0;
  }

  /* ——— Header home desktop: transparente → sólido no scroll ——— */
  @media (min-width: 993px) {
    body.home-page-body .header-area.home-page,
    body.home-page-body .header-area.home-page.visible:not(.scrolled) {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translateY(0) !important;
      background: transparent !important;
      box-shadow: none !important;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
      transition: background 0.35s ease, box-shadow 0.35s ease;
    }

    body.home-page-body .header-area.home-page .main-nav .nav li a,
    body.home-page-body .header-area.home-page .main-nav .nav li a.teste-cor {
      color: #ffffff !important;
      transition: color 0.35s ease;
    }

    body.home-page-body .header-area.home-page.scrolled {
      background: #ffffff !important;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    }

    body.home-page-body .header-area.home-page.scrolled .main-nav .nav li a,
    body.home-page-body .header-area.home-page.scrolled .main-nav .nav li a.teste-cor {
      color: #334155 !important;
    }

    body.home-page-body .header-area.home-page .container {
      max-width: 1140px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 24px;
      padding-right: 24px;
      box-sizing: border-box;
    }

    body.home-page-body .header-area.home-page .container > .row {
      min-height: 80px;
      align-items: center;
    }

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

    body.home-page-body .header-area.home-page .main-nav a.logo {
      display: inline-flex !important;
      align-items: center;
      flex-shrink: 0;
    }

    body.home-page-body .header-area.home-page .main-nav .nav {
      align-items: center;
      margin-right: 0;
      padding-right: 0;
    }

    body.home-page-body .header-area.home-page .main-nav .nav li {
      display: flex;
      align-items: center;
    }

    body.home-page-body .header-area.home-page .main-nav .nav li a,
    body.home-page-body .header-area.home-page .main-nav .nav li a.teste-cor {
      display: flex;
      align-items: center;
      height: 58px;
      line-height: 1;
      padding-top: 0;
      padding-bottom: 0;
    }

    /* Logo branco (topo) ↔ colorido (.scrolled) — só home desktop */
    body.home-page-body .header-area.home-page .logo--home-swap .header-logo-swap {
      display: block;
      line-height: 0;
    }

    body.home-page-body .header-area.home-page .logo--home-swap .header-logo-swap--invert img,
    body.home-page-body .header-area.home-page .logo--home-swap .header-logo-swap--invert picture img {
      filter: brightness(0) invert(1);
    }

    body.home-page-body .header-area.home-page .logo--home-swap .header-logo-swap--color {
      display: none;
    }

    body.home-page-body .header-area.home-page.scrolled .logo--home-swap .header-logo-swap--light {
      display: none;
    }

    body.home-page-body .header-area.home-page.scrolled .logo--home-swap .header-logo-swap--color {
      display: block;
    }
  }

  /* Home tablet/desktop estreito: só logo colorido (swap só ≥993px) */
  @media (min-width: 769px) and (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;
    }
  }

  /* ——— Depoimentos (desktop) ——— */
  .home-reviews-desktop__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 20px;
    margin-bottom: 32px;
  }

  .home-reviews-desktop__intro {
    flex: 1 1 280px;
    min-width: 0;
  }

  .home-reviews-desktop__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
  }

  .home-reviews-desktop__title.home-section-desktop__title {
    margin-bottom: 0;
    text-align: left;
  }

  .home-reviews-desktop__google-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px 5px 8px;
    background: #f8f9fa;
    border: 1px solid #e8eaed;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: #5f6368;
    line-height: 1.2;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .home-reviews-desktop__google-icon {
    display: block;
    flex-shrink: 0;
  }

  .home-reviews-desktop__google-rating strong {
    font-weight: 700;
    color: #202124;
  }

  .home-reviews-desktop__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
  }

  .home-reviews-desktop__more:hover {
    color: #4285f4;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }

  .home-reviews-desktop__more-icon {
    font-size: 1rem;
    line-height: 1;
  }

  .home-reviews-desktop__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .home-reviews-desktop .home-review-card--desktop {
    background: #ffffff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.08);
    box-sizing: border-box;
    max-width: none;
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .home-reviews-desktop .home-review-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
  }

  .home-reviews-desktop .home-review-card__author {
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
  }

  .home-reviews-desktop .home-review-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .home-reviews-desktop .home-review-card__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
  }

  .home-reviews-desktop .home-review-card__date {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
  }

  .home-reviews-desktop .home-review-card__stars {
    font-size: 12px;
    color: #fbbc04;
    flex-shrink: 0;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .home-reviews-desktop .home-review-card__date {
    color: #80868b;
  }

  .home-reviews-desktop .home-review-card__text {
    margin: 0;
    font-size: 14px;
    color: #475569;
    line-height: 1.55;
    flex: 1 1 auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  @media (min-width: 1024px) {
    .home-reviews-desktop__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: stretch;
    }

    .home-reviews-desktop__grid > .home-review-card--desktop {
      min-height: 100%;
      height: 100%;
    }

    .home-reviews-desktop .home-review-card--desktop {
      min-height: 220px;
    }

    .home-reviews-desktop .home-review-card__text {
      flex: 1 1 auto;
      -webkit-line-clamp: 6;
    }
  }

  /* ——— Conteúdo & Inteligência Logística (desktop) ——— */
  .home-content-hub {
    background: #ffffff;
  }

  .home-content-hub__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 24px;
    box-sizing: border-box;
  }

  .home-content-hub__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px 20px;
    margin-bottom: 32px;
  }

  .home-content-hub__title {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
  }

  .home-content-hub__more {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
  }

  .home-content-hub__more:hover {
    color: #0f172a;
    text-decoration: none;
  }

  .home-content-hub__row--manuals {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #e8ecf1;
  }

  .home-content-hub__row-kicker {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
  }

  .home-content-hub__grid--blog,
  .home-content-hub__grid--manuals {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  /* Linha 1 — posts do blog com foto */
  .home-content-hub__blog-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .home-content-hub__blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.1);
    border-color: #cbd5e1;
  }

  .home-content-hub__blog-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .home-content-hub__blog-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f1f5f9;
  }

  .home-content-hub__blog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .home-content-hub__blog-body {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .home-content-hub__blog-category {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1e3c72;
    background: #eff6ff;
    border-radius: 4px;
    line-height: 1.2;
  }

  .home-content-hub__blog-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
  }

  .home-content-hub__blog-excerpt {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-content-hub__blog-link:hover .home-content-hub__blog-title {
    color: #1e3c72;
  }

  /* Linha 2 — manuais técnicos (guias / informativas / comparações, sem imagem) */
  .home-content-hub__manual-card {
    border: 1px solid #dde3ea;
    border-radius: 8px;
    background: linear-gradient(165deg, #fcfdfe 0%, #f3f6f9 48%, #eef2f6 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 1px 2px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 100%;
  }

  .home-content-hub__manual-card--guia {
    border-left: 3px solid #1e3c72;
  }

  .home-content-hub__manual-card--informativa {
    border-left: 3px solid #0f766e;
  }

  .home-content-hub__manual-card--comparacao {
    border-left: 3px solid #c2410c;
  }

  .home-content-hub__manual-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.95),
      0 12px 24px -6px rgba(15, 23, 42, 0.1);
  }

  .home-content-hub__manual-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 20px 20px 18px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
  }

  .home-content-hub__manual-category {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    margin-bottom: 14px;
    padding: 5px 11px 5px 9px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #475569;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    line-height: 1.2;
  }

  .home-content-hub__manual-icon {
    flex-shrink: 0;
    color: #64748b;
    opacity: 0.9;
  }

  .home-content-hub__manual-category-label {
    line-height: 1.2;
  }

  .home-content-hub__manual-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.5;
    flex: 1;
  }

  .home-content-hub__manual-type {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px dashed #dbe2ea;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
  }

  .home-content-hub__manual-type--guia {
    color: #1e3c72;
  }

  .home-content-hub__manual-type--informativa {
    color: #0f766e;
  }

  .home-content-hub__manual-type--comparacao {
    color: #c2410c;
  }

  .home-content-hub__manual-link:hover .home-content-hub__manual-title {
    color: #1e3c72;
  }

  .home-content-hub__manual-link:hover .home-content-hub__manual-icon {
    color: #1e3c72;
  }

  @media (min-width: 1024px) {
    .home-content-hub__row--manuals {
      margin-top: 40px;
      padding-top: 32px;
    }

    .home-content-hub__grid--blog,
    .home-content-hub__grid--manuals {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: stretch;
    }

    .home-content-hub__blog-card,
    .home-content-hub__manual-card {
      height: 100%;
    }

    .home-content-hub__manual-card {
      min-height: 168px;
    }
  }

  /* Esconder blocos legados desktop */
  .servicos-peek-section {
    display: none !important;
  }

  /* ——— Rodapé (home) ——— */
  body.home-page-body .footer-stats {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  body.home-page-body .modern-footer .footer-container {
    padding-bottom: 24px;
  }
}
