@media (max-width: 1024px) {
  .page-hero {
    margin-top: 56px;
  }

  body[data-page="produtos"] .partner-catalog-content {
    margin-top: 56px;
  }

  .hero-text h1,
  .page-hero h1,
  .section-head h2,
  .catalog-results-head h2,
  body[data-page="produtos"] .partner-catalog-content h1,
  body[data-page="categorias"] .section-youtube-head h2 {
    animation-duration: .5s;
  }

  .hero-text h1 span {
    text-shadow: 1px 1px 12px rgba(116, 173, 227, .88);
  }

  .section-head h2::after,
  body[data-page="home"] .home-featured-categories-section .section-head h2::after,
  body[data-page="home"] .home-featured-products-section .section-head h2::after,
  body[data-page="categorias"] .section-youtube-head h2::before,
  body[data-page="categorias"] .section-youtube-head h2::after {
    animation-duration: 12s;
  }

  .product-grid,
  .cards-grid,
  .info-grid { grid-template-columns: repeat(2, 1fr); }

  .panel-grid { grid-template-columns: 1fr; }

  body[data-page="empresa"] .empresa-cards-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="empresa"] .empresa-cards-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="categorias"] .youtube-delaval-videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
  }

  body[data-page="home"] .home-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .home-kpi-card {
    max-width: 100%;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-evoluir-container {
    min-height: 500px;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-evoluir-container::before {
    width: 58%;
    right: -70px;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-content {
    width: min(64%, 620px);
    padding: 2.4rem 2rem;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-content h2 {
    max-width: 12ch;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .feature-item {
    border-left: 0 !important;
    min-height: 78px;
  }

  body[data-page="produtos"]:not([data-partner]) .produtos-parceiros-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .72rem;
  }

  body[data-page="produtos"]:not([data-partner]) .produtos-parceiro-mini {
    min-height: clamp(180px, 24vh, 240px);
  }

  body[data-page="produtos"]:not([data-partner]) .produtos-parceiro-mini span {
    padding: .54rem .7rem;
    font-size: .94rem;
  }

  body[data-page="produtos"][data-partner] .catalog-layout {
    grid-template-columns: 1fr;
    gap: .85rem;
    margin-top: 1.1rem;
  }

  body[data-page="produtos"][data-partner] .catalog-filter-toggle {
    display: inline-flex;
  }

  body[data-page="produtos"][data-partner] .catalog-filter {
    display: none;
  }

  body[data-page="produtos"][data-partner] .catalog-filter.mobile-open {
    display: block;
    margin-bottom: .85rem;
  }

  body[data-page="produtos"][data-partner] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .72rem;
    margin-top: .95rem;
  }

  body[data-page="produtos"][data-partner] .product-card {
    min-width: 0;
  }

  body[data-page="produtos"][data-partner] .product-card img {
    height: clamp(150px, 21vw, 190px);
  }

  body[data-page="produtos"][data-partner] .product-card h3 {
    font-size: 1.35rem;
    line-height: 1.22;
  }

  body[data-page="produtos"][data-partner] .product-card .badge {
    font-size: .82rem;
    line-height: 1.25;
  }

  body[data-page="produtos"][data-partner] .catalog-results-head h2 {
    font-size: clamp(1.35rem, 3.5vw, 1.75rem);
    line-height: 1.2;
  }
}

@media (hover: none), (pointer: coarse) {
  .hero-text h1 span:hover,
  body[data-page="categorias"] .section-youtube-head h2:hover,
  body[data-page="produtos"] .partner-catalog-content h1:hover,
  .section-head h2:hover {
    transform: none;
    filter: none;
  }
}

@media (max-width: 980px) {
  body[data-page="produtos-vitrine"] .parceiros-vitrine-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="produtos-vitrine"] .parceiro-vitrine-card {
    min-height: clamp(300px, 62vw, 450px);
  }
}

@media (max-width: 780px) {
  .header-logo {
    margin-left: 0 !important;
  }

  body[data-page]:not([data-page="home"]) .header-inner {
    padding-left: 8vw;
  }

  .hero-brands-bar__list {
    gap: 1.5rem;
    padding: .8rem 1rem;
  }

  .hero-brands-bar__item {
    min-width: 140px;
  }

  body[data-page="produtos-vitrine"] .parceiros-vitrine-wrap {
    padding-top: 6rem;
  }

  body[data-page="produtos-vitrine"] .parceiros-vitrine-head h1 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
    letter-spacing: 0.04em;
  }

  body[data-page="produtos"] .partner-catalog-hero {
    min-height: 320px;
  }

  body[data-page="produtos"] .partner-catalog-content {
    margin-top: 48px;
    padding-top: 4.8rem;
    padding-bottom: 1.4rem;
  }

  body[data-page="produtos"] .produtos-parceiros-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="produtos"]:not([data-partner]) .produtos-parceiro-mini {
    min-height: clamp(150px, 23vh, 200px);
    border-radius: 12px;
  }

  body[data-page="produtos"]:not([data-partner]) .produtos-parceiro-mini span {
    font-size: .88rem;
    padding: .48rem .62rem;
  }

  body[data-page="home"] .home-section-destaques {
    padding: 3.4rem 0 4.3rem;
  }

  body[data-page="home"] .home-section-destaques::after {
    height: 170px;
    bottom: -80px;
  }

  body[data-page="home"] .home-section-destaques .section-head {
    margin-bottom: 1.15rem;
  }

  body[data-page="home"] .home-section-destaques .home-kpi-eyebrow {
    letter-spacing: .16em;
    font-size: .72rem;
  }

  body[data-page="home"] .home-section-destaques h2 {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  body[data-page="home"] .home-section-destaques .section-head p {
    font-size: .96rem;
    line-height: 1.55;
  }

  body[data-page="home"] .home-kpi-grid {
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  body[data-page="home"] .home-kpi-card {
    min-height: 320px;
    border-radius: 24px;
    padding: 1.4rem 1.1rem;
  }

  body[data-page="home"] .home-kpi-icon {
    width: 82px;
    height: 82px;
    margin-bottom: .82rem;
  }

  body[data-page="home"] .home-kpi-icon svg {
    width: 36px;
    height: 36px;
  }

  body[data-page="home"] .home-kpi-card strong {
    font-size: clamp(1.95rem, 9vw, 2.3rem);
  }

  body[data-page="home"] .home-kpi-card span {
    font-size: 1.22rem;
  }

  body[data-page="home"] .home-kpi-desc {
    font-size: .98rem;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) {
    padding: 2.2rem 0 3rem;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-evoluir-container {
    min-height: 560px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.88) 56%, rgba(255,255,255,.38) 100%),
      url("../images/Evoluir Juntos/CTA_evoluirjuntos.png") center/cover no-repeat;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-evoluir-container::before {
    width: 100%;
    right: 0;
    opacity: .34;
    clip-path: ellipse(100% 78% at 50% 100%);
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-content {
    width: 100%;
    padding: 1.5rem 1rem 1.2rem;
    text-align: center;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-line {
    margin: 0 auto;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-content h2 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .btn-cta-evoluir {
    width: 100%;
    justify-content: center;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .cta-features {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: .42rem;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .feature-item {
    min-width: 0;
    min-height: 56px;
    justify-content: flex-start;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: .35rem 0;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .feature-item .feature-icon {
    width: 1.7rem;
    height: 1.7rem;
  }

  :is(body[data-page="home"] .section-cta-evoluir, body[data-page="empresa"] .empresa-section-cta) .feature-item .feature-icon::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (max-width: 780px) {
  body[data-page="home"] .header-logo {
    margin-left: 0;
  }

  body[data-page="home"] .header-inner {
    padding-left: 8vw;
  }

  .site-footer::before {
    width: 94%;
  }

  .site-footer::after {
    width: 92%;
    height: 70px;
    top: -35px;
  }

  .header-inner {
    justify-content: space-between;
    min-height: 108px;
    padding-inline: .45rem;
    gap: .7rem;
    align-items: center;
  }

  .logo,
  .header-logo {
    position: static;
    left: auto;
    padding: .1rem .12rem;
    margin-right: 0;
    font-size: clamp(1rem, 4.3vw, 1.12rem);
    letter-spacing: .02em;
    white-space: nowrap;
    transform: none;
    align-self: center;
  }

  .header-logo img {
    height: 100px;
    max-width: min(56vw, 220px);
    object-fit: contain;
    object-position: left center;
    display: block;
  }

  body[data-page="home"] .header-logo img {
    height: 100px;
    max-width: min(56vw, 220px);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(141, 163, 199, .45);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 22px rgba(50, 65, 95, .16);
    flex: 0 0 42px;
    margin-left: auto;
  }

  .main-nav {
    display: none;
    position: absolute;
    right: .55rem;
    top: calc(100% + 8px);
    width: min(95vw, 390px);
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: .24rem;
    padding: .82rem;
    border-radius: 14px;
    border: 1px solid #dbe5f3;
    box-shadow: 0 20px 36px rgba(36, 55, 84, .2);
    background: #fff;
    z-index: 40;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }

  .main-nav.active { display: flex; }

  .main-nav a,
  .main-nav .nav-link-dropdown {
    padding: .62rem .68rem;
    border-radius: 10px;
    line-height: 1.25;
  }

  .main-nav.active > a:not(.btn) {
    color: #32415f !important;
    text-shadow: none !important;
  }

  .main-nav .nav-item-dropdown {
    display: block;
    width: 100%;
  }

  .main-nav .nav-link-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #32415f !important;
    text-shadow: none !important;
    font-weight: 700;
  }

  .main-nav .nav-link-dropdown::after {
    content: "•";
    position: static;
    inset: auto;
    height: auto;
    width: auto;
    margin-left: .55rem;
    border-radius: 0;
    background: none;
    font-size: .78rem;
    line-height: 1;
    color: #49658f;
    transform: none;
    opacity: .95;
    transition: color .24s ease;
  }

  .main-nav .nav-dropdown {
    position: inherit;
    transform: none;
    display: grid !important;
    grid-template-columns: 1fr;
    min-width: 100%;
    border: 1px solid rgba(120, 181, 235, .3);
    box-shadow: none;
    backdrop-filter: none;
    background: linear-gradient(180deg, rgba(120, 181, 235, .08), rgba(141, 163, 199, .1));
    margin-top: .28rem;
    padding: .26rem;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .24s ease, background-color .24s ease;
  }

  .main-nav .nav-link-dropdown:hover::after,
  .main-nav .nav-link-dropdown:focus-visible::after {
    color: #2f4f7e;
  }

  .main-nav .nav-dropdown a,
  body[data-page="home"] .main-nav .nav-dropdown a,
  body[data-page="empresa"] .main-nav .nav-dropdown a,
  body[data-page="produtos"] .main-nav .nav-dropdown a,
  body[data-page="categorias"] .main-nav .nav-dropdown a,
  body[data-page="contato"] .main-nav .nav-dropdown a,
  body[data-page="tratamento-dejetos"] .main-nav .nav-dropdown a,
  body[data-page="produto-detalhe"] .main-nav .nav-dropdown a {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #32415f !important;
    text-shadow: none !important;
    font-size: .98rem !important;
    white-space: normal;
    word-break: break-word;
    padding: .58rem .6rem;
    border-radius: 8px;
    font-weight: 600;
  }

  .main-nav .nav-dropdown a:hover,
  .main-nav .nav-dropdown a:focus-visible {
    background: rgba(120, 181, 235, .14);
    color: #26466f;
    transform: none;
  }

  .product-grid,
  .cards-grid,
  .info-grid,
  .footer-grid,
  .two-col,
  .detail-layout { grid-template-columns: 1fr; }

  .thumb-grid { grid-template-columns: repeat(4, minmax(56px, 1fr)); }
  .detail-image { min-height: 380px; }
  .detail-nav { width: 40px; height: 40px; font-size: 1.8rem; }

  .admin-shell { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="produtos"][data-partner] .product-grid {
    grid-template-columns: 1fr;
    gap: .68rem;
  }

  body[data-page="produtos"][data-partner] .product-card {
    border-radius: 13px;
  }

  body[data-page="produtos"][data-partner] .product-card img {
    height: clamp(170px, 44vw, 235px);
  }

  body[data-page="produtos"][data-partner] .product-card h3 {
    font-size: clamp(1.06rem, 4.8vw, 1.2rem);
  }

  body[data-page="produtos"][data-partner] .product-card p {
    font-size: .95rem;
    line-height: 1.44;
  }

  body[data-page="produtos"][data-partner] .product-card .card-actions {
    gap: .48rem;
    padding-top: .72rem;
  }

  body[data-page="produtos"][data-partner] .product-card .card-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .catalog-filter-toggle {
    display: inline-flex;
  }

  .catalog-filter {
    display: none;
  }

  .catalog-filter.mobile-open {
    display: block;
    margin-bottom: 1rem;
  }

  .catalog-filter-head {
    padding: .8rem .85rem;
  }

  .catalog-filter-head h2 {
    font-size: 1.28rem;
  }

  .filter-all-wrap {
    padding: .56rem .65rem .62rem;
  }

  .filter-main {
    padding: .78rem .8rem;
  }

  .filter-main-label {
    gap: .46rem;
  }

  .filter-main-icon {
    font-size: .9rem;
    width: 1.12rem;
  }

  .filter-subitem {
    padding: .6rem .72rem .6rem .88rem;
  }

  .filter-subitem-all {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-track {
    min-height: 72vh;
    height: 72vh;
    aspect-ratio: auto;
  }

  .hero-content {
    text-align: left;
    justify-items: start;
    align-content: end;
    padding-top: 0;
    padding-bottom: 90px;
    left: 5%;
    right: 5%;
    max-width: none;
  }

  .hero-content .card-actions {
    justify-content: flex-start;
    margin-top: .5rem;
    gap: .5rem;
  }

  .hero-text h1 {
    font-size: clamp(1.5rem, 7.2vw, 2.15rem);
    line-height: 1.15;
    margin-bottom: .6rem;
  }

  .hero-text p {
    font-size: clamp(.94rem, 3.8vw, 1.05rem);
    line-height: 1.45;
    margin-bottom: .9rem;
    max-width: 95%;
  }

  .hero-tag {
    font-size: .72rem;
    padding: .28rem .62rem;
  }

  .hero-prev,
  .hero-next {
    top: auto;
    bottom: 58px;
    transform: none;
  }

  .hero-prev { left: 18px; }
  .hero-next { right: 18px; }

  .page-hero {
    margin-top: 48px;
    padding-top: 5.4rem;
    padding-bottom: 1.2rem;
  }

  .page-hero h1 {
    font-size: clamp(1.7rem, 7.2vw, 2.2rem);
    line-height: 1.16;
    margin-bottom: .45rem;
  }

  .page-hero p {
    font-size: clamp(.98rem, 4vw, 1.08rem);
    line-height: 1.5;
  }

  .section-map-full .map-frame {
    min-height: 320px;
  }

  .delaval-representante-card {
    flex-direction: column;
    align-items: flex-start;
  }

  body[data-page="empresa"] .empresa-grid-2cols,
  body[data-page="empresa"] .empresa-grid-reverse,
  body[data-page="empresa"] .empresa-cards-grid-4,
  body[data-page="empresa"] .empresa-cards-grid-3 {
    grid-template-columns: 1fr;
  }

  body[data-page="empresa"] .empresa-parceiro {
    flex-direction: column;
    align-items: flex-start;
  }

  body[data-page="empresa"] .empresa-media-card img {
    min-height: 220px;
  }

  body[data-page="empresa"] .page-hero {
    min-height: 72vh;
    padding-top: 6.2rem;
    padding-bottom: 3rem;
    background-position: center 38%;
  }

  body[data-page="empresa"] .page-hero.container {
    min-height: 72vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body[data-page="empresa"] .page-hero h1,
  body[data-page="empresa"] .page-hero p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body[data-page="empresa"] .about-section {
    min-height: auto;
    background-position: center top;
    background-size: cover;
  }

  body[data-page="empresa"] .about-content,
  body[data-page="empresa"] .about-content.empresa-grid-2cols {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    max-width: 100%;
    padding: .2rem 0;
  }

  body[data-page="empresa"] .about-content .empresa-institucional-content {
    max-width: 100%;
    font-size: 1.02rem;
  }

  body[data-page="empresa"] .empresa-institucional-content h2 {
    gap: .5rem;
    flex-wrap: nowrap;
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  body[data-page="empresa"] .empresa-institucional-content h2::before,
  body[data-page="empresa"] .empresa-institucional-content h2::after {
    flex: 1 1 22%;
  }

  body[data-page="empresa"] .empresa-institucional-content p {
    text-align: left;
    font-size: .98rem;
    line-height: 1.66;
    margin-bottom: .85rem;
  }

  body[data-page="empresa"] .empresa-institucional-content .delaval-representante-label {
    margin-top: .95rem;
    margin-bottom: .7rem;
  }

  body[data-page="empresa"] .empresa-institucional-content .delaval-link--stacked {
    margin-top: .9rem;
  }

  body[data-page="empresa"] .about-card {
    margin-top: .2rem;
  }

  body[data-page="empresa"] .about-card img {
    width: min(72vw, 290px);
    border-width: 5px;
    box-shadow: 0 0 0 8px rgba(141, 165, 201, 0.18), 0 16px 30px rgba(30, 57, 97, 0.2);
  }

  body[data-page="empresa"] .empresa-section-diferenciais {
    height: auto;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  body[data-page="empresa"] .diferenciais-shell {
    width: 100%;
  }

  body[data-page="empresa"] .diferenciais-list {
    gap: .55rem;
  }

  body[data-page="empresa"] .diferencial-item {
    padding: .95rem .2rem .82rem;
    border-radius: 10px;
    transform: none;
  }

  body[data-page="empresa"] .diferencial-header {
    gap: .55rem;
  }

  body[data-page="empresa"] .diferencial-header h3 {
    font-size: 1rem;
  }

  body[data-page="empresa"] .diferencial-desc {
    margin: .45rem 0 0 2.1rem;
    opacity: 1;
    transform: none;
    max-height: none;
    overflow: visible;
    line-height: 1.56;
    font-size: .95rem;
    display: block;
  }

  body[data-page="empresa"] .diferencial-item:hover {
    transform: none;
  }

  body[data-page="empresa"] .diferencial-item:hover .diferencial-desc {
    max-height: none;
  }

  body[data-page="categorias"] .ordenha-feature,
  body[data-page="categorias"] .ordenha-feature.is-reverse {
    grid-template-columns: 1fr;
  }

  body[data-page="categorias"] .ordenha-feature.is-reverse .ordenha-feature-media,
  body[data-page="categorias"] .ordenha-feature.is-reverse .ordenha-feature-content {
    order: initial;
  }

  body[data-page="categorias"] .conforto-slide-overlay {
    left: 4%;
    right: 4%;
    bottom: 94px;
    max-width: none;
  }

  body[data-page="categorias"] .conforto-inline-actions {
    left: 4%;
    right: 4%;
    bottom: 54px;
    justify-content: center;
    flex-wrap: wrap;
    gap: .6rem;
  }

  body[data-page="categorias"] .conforto-inline-cta {
    margin-right: 0;
  }

  body[data-page="categorias"] .conforto-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.75rem;
  }

  body[data-page="categorias"] .conforto-dots {
    bottom: 16px;
  }

  body[data-page="categorias"] .section-youtube-delaval-grid {
    gap: .8rem;
  }

  body[data-page="categorias"] .youtube-delaval-videos {
    grid-template-columns: 1fr;
    gap: .85rem;
  }

  body[data-page="categorias"] .youtube-delaval-card {
    padding: .65rem;
    border-radius: 14px;
  }

  body[data-page="categorias"] .youtube-delaval-card h3 {
    margin-top: .62rem;
    font-size: 1rem;
  }

  body[data-page="tratamento-dejetos"] .tratamento-hero-grid,
  body[data-page="tratamento-dejetos"] .tratamento-gallery {
    grid-template-columns: 1fr;
  }

  body[data-page="tratamento-dejetos"] .tratamento-hero-content {
    max-width: 100%;
    min-height: auto;
  }

  body[data-page="tratamento-dejetos"] .tratamento-slide-overlay {
    left: 4%;
    right: 4%;
    bottom: 100px;
    max-width: none;
  }

  body[data-page="tratamento-dejetos"] .tratamento-inline-actions {
    left: 4%;
    right: 4%;
    bottom: 50px;
    justify-content: center;
    gap: .6rem;
  }

  body[data-page="tratamento-dejetos"] .tratamento-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.75rem;
  }

  body[data-page="tratamento-dejetos"] .projects-cinematic-slider,
  body[data-page="tratamento-dejetos"] .projects-cinematic-slider .projectsSwiper,
  body[data-page="tratamento-dejetos"] .projects-cinematic-slider .swiper-slide {
    min-height: 100vh;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .64) 55%, rgba(0, 0, 0, .34) 100%);
  }

  body[data-page="tratamento-dejetos"] .projects-slide-content {
    max-width: 100%;
    padding: 7.4rem 1.05rem 4.4rem;
    gap: .54rem;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-content h2 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
    line-height: 1.14;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-content p {
    font-size: .95rem;
    line-height: 1.55;
    max-width: 95%;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-location {
    font-size: .86rem;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .6rem;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-actions .btn {
    width: auto;
    justify-content: flex-start;
    text-align: left;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-actions .btn.btn-whatsapp,
  body[data-page="tratamento-dejetos"] .projects-slide-actions .btn-whatsapp {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }

  body[data-page="tratamento-dejetos"] .tratamento-swiper-prev,
  body[data-page="tratamento-dejetos"] .tratamento-swiper-next {
    width: 40px;
    height: 40px;
  }

  body[data-page="tratamento-dejetos"] .tratamento-swiper-prev::after,
  body[data-page="tratamento-dejetos"] .tratamento-swiper-next::after {
    font-size: .92rem;
  }
}

@media (max-width: 1024px) and (min-width: 781px) {
  .header-logo {
    margin-left: 0 !important;
  }

  body[data-page]:not([data-page="home"]) .header-inner {
    padding-left: 8vw;
  }

  body[data-page="home"] .header-logo {
    margin-left: 0;
  }

  body[data-page="home"] .header-inner {
    padding-left: 8vw;
  }

  .header-inner {
    min-height: 108px;
    gap: 1rem;
    align-items: center;
  }

  .header-logo {
    position: static;
    transform: none;
    margin-right: .6rem;
    align-self: center;
  }

  .header-logo img {
    height: 100px;
    max-width: min(40vw, 260px);
    object-fit: contain;
    object-position: left center;
  }

  .main-nav {
    margin: 0 auto 0 0;
    gap: clamp(.85rem, 1.8vw, 1.5rem);
  }

  .main-nav > a:not(.btn),
  .main-nav .nav-link-dropdown,
  .main-nav .nav-dropdown a {
    white-space: nowrap;
    font-size: .98rem;
  }

  .cookie-notice {
    padding: .7rem;
    align-items: end;
  }

  .cookie-notice__panel {
    width: 100%;
    border-radius: 14px;
    padding: .9rem .9rem 1rem;
  }

  .cookie-notice__text {
    font-size: .9rem;
    line-height: 1.5;
  }

  .cookie-notice__actions {
    justify-content: stretch;
    flex-direction: column;
  }

  .cookie-notice__deny,
  .cookie-notice__accept {
    width: 100%;
  }

  .loader {
    width: 54px;
    height: 54px;
  }

  .page-loader__text {
    font-size: .78rem;
    letter-spacing: .07em;
  }

  .site-footer .site-footer__overlay {
    background: linear-gradient(180deg, rgba(8, 14, 28, .84) 0%, rgba(14, 23, 39, .72) 54%, rgba(11, 18, 30, .82) 100%);
  }

  .site-footer .site-footer__vignette {
    background: radial-gradient(circle at 50% 48%, rgba(120, 181, 235, .1) 0%, rgba(0, 0, 0, 0) 44%), radial-gradient(circle at 50% 55%, rgba(0, 0, 0, 0) 28%, rgba(5, 10, 19, .46) 100%);
  }

  .site-footer .delaval-link {
    animation-duration: 8.5s;
  }

  .site-footer a:hover,
  .site-footer a:focus-visible {
    text-shadow: 0 0 6px rgba(102, 222, 178, .42);
  }

  body[data-page="tratamento-dejetos"] .projects-slide-content {
    max-width: 680px;
    padding: 8rem 2rem 4rem;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-content h2 {
    font-size: clamp(2rem, 4.2vw, 2.7rem);
  }

  body[data-page="tratamento-dejetos"] .projects-slide-content p {
    max-width: 94%;
  }
}

@media (max-width: 1024px) {
  body[data-page="tratamento-dejetos"] .projects-slide-actions {
    align-items: center;
  }

  body[data-page="tratamento-dejetos"] .projects-slide-actions .btn.btn-whatsapp,
  body[data-page="tratamento-dejetos"] .projects-slide-actions .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 42px;
    padding: .72rem 1.1rem;
    border-radius: 12px;
    line-height: 1;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  body[data-page="tratamento-dejetos"] .tratamento-swiper-prev,
  body[data-page="tratamento-dejetos"] .tratamento-swiper-next {
    top: auto;
    bottom: 100px;
    transform: none;
    z-index: 8;
  }

  body[data-page="tratamento-dejetos"] .tratamento-swiper-prev {
    left: calc(50% - 62px);
    right: auto;
  }

  body[data-page="tratamento-dejetos"] .tratamento-swiper-next {
    right: calc(50% - 62px);
    left: auto;
  }
}

/* ===== Header menu colors: MOBILE / TABLET ===== */
@media (max-width: 1024px) {
  .site-header.is-on-dark .logo,
  .site-header.is-on-dark .main-nav > a:not(.btn),
  .site-header.is-on-dark .main-nav .nav-link-dropdown,
  .site-header.is-on-dark .menu-toggle {
    color: #32415f;
    text-shadow: 0 1px 10px rgb(35 48 69 / 28%);
  }

  body[data-page="produtos"][data-partner] .site-header.is-on-dark .main-nav > a:not(.btn),
  body[data-page="produtos"][data-partner] .site-header.is-on-dark .main-nav .nav-link-dropdown,
  body[data-page="produtos"][data-partner] .site-header.is-on-dark .main-nav .nav-dropdown a,
  body[data-page="produtos"][data-partner] .site-header.is-on-dark .menu-toggle,
  body[data-page="produtos"][data-partner] .site-header.is-on-dark .logo {
    color: #072259 !important;
    text-shadow: none;
  }
}

/* Produtos Guachuka: ajustes exclusivos para smartphone */
@media (max-width: 780px) {
  body[data-page="produtos"][data-partner="guachuka"] .partner-catalog-hero > img {
    margin-top: 45px;
  }

  body[data-page="produtos"][data-partner="outros"] .partner-catalog-hero > img {
    margin-top: 45px;
  }

  body[data-page="produtos"][data-partner="delaval"] .catalog-layout::before,
  body[data-page="produtos"][data-partner="sistemilk"] .catalog-layout::before,
  body[data-page="produtos"][data-partner="guachuka"] .catalog-layout::before,
  body[data-page="produtos"][data-partner="outros"] .catalog-layout::before {
    top: -17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .delaval-link,
  .site-footer a,
  .site-footer .brand-headsystems {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 1025px) {
  body[data-page="empresa"] .diferencial-desc {
    font-size: 20px;
  }
}

