/* Global responsive stabilization for published FBA pages. */

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-width: 0;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

img,
picture,
video {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.section-title,
.card-title,
.product-title {
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

p,
li,
a,
span,
strong,
small,
td,
th,
label,
button {
  overflow-wrap: anywhere;
}

.container,
.container-wide,
.container-custom,
.gc-container,
.filters-container {
  width: min(100% - 32px, 1320px) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}

@media (min-width: 1600px) {
  .container,
  .container-wide,
  .container-custom,
  .gc-container,
  .filters-container {
    width: min(100% - 80px, 1480px) !important;
    max-width: 1480px !important;
  }
}

.row {
  min-width: 0;
}

[class*="col-"] {
  min-width: 0;
}

.navbar {
  left: 0;
  right: 0;
  max-width: 100vw;
}

.navbar > .container {
  width: min(100% - 32px, 1320px) !important;
  max-width: 1320px !important;
  padding-inline: 0 !important;
  gap: 1rem;
}

.navbar-brand {
  min-width: 0;
  flex: 0 1 auto;
}

.navbar-brand img {
  width: auto;
  max-width: min(220px, 52vw);
  height: auto;
  object-fit: contain;
}

.nav-list {
  min-width: 0;
  align-items: center;
}

.nav-link {
  white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .navbar {
    padding-inline: 1rem !important;
  }

  .navbar > .container {
    width: min(100% - 24px, 1140px) !important;
  }

  .nav-list {
    gap: 0.65rem !important;
  }

  .nav-link {
    padding-inline: 0.55rem !important;
    font-size: 0.94rem !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 0.7rem 0 !important;
    min-height: 72px;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12) !important;
  }

  .navbar > .container {
    width: 100% !important;
    padding-inline: 16px !important;
    position: relative;
  }

  .navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid rgba(15, 23, 42, 0.14) !important;
    border-radius: 10px;
    color: #0f172a !important;
    background: #fff !important;
    position: relative;
    z-index: 1002;
    cursor: pointer;
  }

  .nav-list {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    width: calc(100% - 24px) !important;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    gap: 0 !important;
    margin: 0 auto !important;
    padding: 8px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) !important;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  .nav-list.active,
  .nav-list.is-open {
    display: flex !important;
    flex-direction: column !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) !important;
  }

  .nav-list li,
  .nav-list .nav-link {
    width: 100%;
  }

  .nav-list .nav-link {
    display: block;
    color: #0f172a !important;
    text-align: center;
    white-space: normal;
    padding: 0.9rem 1rem !important;
    border-radius: 10px;
  }

  .nav-list .nav-link:hover,
  .nav-list .nav-link.active {
    background: rgba(211, 84, 0, 0.1);
    color: #ba4a00 !important;
  }
}

.section,
section[class],
header[class],
.product-overview,
.tabs-section,
.benefits-section,
.application-section,
.related-products,
.cta-final {
  min-width: 0;
  overflow-x: clip;
}

.hero,
.hero-cultura,
.hero-ameixa,
.hero-banana,
.hero-batata,
.hero-cebola,
.hero-cenoura,
.hero-citros,
.hero-milho,
.hero-pessego,
.hero-tabaco,
.hero-tomate,
.hero-trigo,
.hero-uva,
.hero-culturas,
.hero-contact,
.news-hero,
.hero-product,
.hero-partners,
.hero-quality,
.hero-sustainability,
.hero-training {
  min-width: 0;
  background-size: cover;
}

.hero-content,
.hero-culturas-content,
.hero-contact-content,
.hero-partners-content,
.hero-quality-content,
.hero-sustainability-content,
.hero-training-content,
.cta-content,
.section-header {
  width: min(100% - 32px, 980px);
  max-width: 980px;
  margin-inline: auto;
}

.hero h1,
.hero-content h1,
.hero-culturas h1,
.hero-contact h1,
.news-hero h1,
.hero-product h1,
.hero-partners h1,
.hero-quality h1,
.hero-sustainability h1,
.hero-training h1 {
  font-size: 3.75rem !important;
  line-height: 1.1 !important;
}

.title,
.section-title,
.cta-section h2,
.cta-final h2,
.cta-quality-section h2,
.cta-eco-section h2 {
  font-size: 2.45rem !important;
  line-height: 1.18 !important;
}

.hero p,
.hero-content p,
.hero-culturas p,
.hero-contact p,
.news-hero p,
.hero-product .subtitle,
.hero-partners p,
.hero-quality p,
.hero-sustainability p,
.hero-training p,
.section-description,
.sub {
  max-width: 820px;
  margin-inline: auto;
}

/* Excecao: dentro do banner lado-a-lado, o .sub mantem alinhamento natural a esquerda */
.gc-banners-modern__content .sub {
  margin-inline: 0;
  text-align: inherit;
}

.hero-product .row,
.product-overview .row {
  row-gap: 2rem;
}

.hero-product-image,
.overview-image-wrapper {
  max-width: 100%;
}

.hero-product-image img,
.overview-image-wrapper img,
.produto-card-mini img,
.product-card img,
.product-image {
  max-width: 100%;
  object-fit: contain;
}

.info-cards,
.info-grid,
.cards-grid,
.features-grid,
.benefits-grid,
.pillars-grid,
.projects-grid,
.goals-grid,
.certs-grid,
.courses-grid,
.tiers-grid,
.testimonials-grid,
.products-grid,
.cultures-grid,
.stats-grid,
.stats-grid-quality,
.stats-grid-eco,
.footer-content,
.composition-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
}

.products-grid,
.benefits-grid,
.projects-grid,
.courses-grid,
.tiers-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
}

.stats-grid,
.stats-grid-quality,
.stats-grid-eco,
.footer-content {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
}

.filters-inner-bar {
  min-width: 0;
  flex-wrap: wrap;
}

.filter-pill,
.filter-select,
.filter-input {
  min-width: 0 !important;
}

.custom-tabs {
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.custom-tab {
  flex: 0 0 auto;
}

.timeline,
.process-timeline,
.commitments-timeline,
.timeline-wrapper {
  max-width: 100%;
}

.comparison-container,
.calculator-container,
.calculator-eco-container,
.lab-container,
.mvv-shell,
.form-container,
.side-card,
.faq-container {
  max-width: 100%;
}

.map-container iframe {
  display: block;
}

.whatsapp-float {
  right: max(16px, env(safe-area-inset-right)) !important;
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
}

.scroll-progress {
  max-width: 100vw;
}

.quality-grid-bg,
[class*="grid-bg"] {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 1399px) {
  [data-aos] {
    transform: none !important;
  }

  .hero h1,
  .hero-content h1,
  .hero-culturas h1,
  .hero-contact h1,
  .news-hero h1,
  .hero-product h1,
  .hero-partners h1,
  .hero-quality h1,
  .hero-sustainability h1,
  .hero-training h1 {
    font-size: 3.25rem !important;
  }

  .title,
  .section-title,
  .cta-section h2,
  .cta-final h2,
  .cta-quality-section h2,
  .cta-eco-section h2 {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 991px) {
  .container,
  .container-wide,
  .container-custom,
  .gc-container,
  .filters-container {
    width: min(100% - 28px, 760px) !important;
  }

  .hero,
  .hero-cultura,
  .hero-ameixa,
  .hero-banana,
  .hero-batata,
  .hero-cebola,
  .hero-cenoura,
  .hero-citros,
  .hero-milho,
  .hero-pessego,
  .hero-tabaco,
  .hero-tomate,
  .hero-trigo,
  .hero-uva,
  .hero-culturas,
  .hero-contact,
  .news-hero,
  .hero-product,
  .hero-partners,
  .hero-quality,
  .hero-sustainability,
  .hero-training {
    min-height: auto !important;
    padding-top: 112px !important;
    padding-bottom: 72px !important;
  }

  .hero h1,
  .hero-content h1,
  .hero-culturas h1,
  .hero-contact h1,
  .news-hero h1,
  .hero-product h1,
  .hero-partners h1,
  .hero-quality h1,
  .hero-sustainability h1,
  .hero-training h1 {
    font-size: 2.65rem !important;
  }

  .title,
  .section-title,
  .cta-section h2,
  .cta-final h2,
  .cta-quality-section h2,
  .cta-eco-section h2 {
    font-size: 1.95rem !important;
  }

  .section,
  section[class],
  .product-overview,
  .tabs-section,
  .benefits-section,
  .application-section,
  .related-products,
  .cta-final {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .hero-features,
  .hero-cta,
  .hero-cta-group,
  .hero-cta-edu,
  .cta-row,
  .contact-info {
    gap: 0.85rem !important;
  }

  .hero-product-image img {
    max-height: 380px;
    display: block;
    margin-inline: auto;
  }

  .comparison-grid,
  .lab-container,
  .contact-grid,
  .sobre-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .container,
  .container-wide,
  .container-custom,
  .gc-container,
  .filters-container,
  .hero-content,
  .hero-culturas-content,
  .hero-contact-content,
  .hero-partners-content,
  .hero-quality-content,
  .hero-sustainability-content,
  .hero-training-content,
  .cta-content,
  .section-header {
    width: min(100% - 24px, 560px) !important;
  }

  .hero h1,
  .hero-content h1,
  .hero-culturas h1,
  .hero-contact h1,
  .news-hero h1,
  .hero-product h1,
  .hero-partners h1,
  .hero-quality h1,
  .hero-sustainability h1,
  .hero-training h1 {
    font-size: 2.18rem !important;
  }

  .title,
  .section-title,
  .cta-section h2,
  .cta-final h2,
  .cta-quality-section h2,
  .cta-eco-section h2 {
    font-size: 1.72rem !important;
  }

  .hero p,
  .hero-content p,
  .hero-culturas p,
  .hero-contact p,
  .news-hero p,
  .hero-product .subtitle,
  .hero-partners p,
  .hero-quality p,
  .hero-sustainability p,
  .hero-training p,
  .section-description,
  .sub {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .info-card,
  .benefit-card,
  .product-card,
  .produto-card-mini,
  .tier-card,
  .testimonial-card,
  .course-card,
  .project-card,
  .goal-card,
  .pillar-card,
  .culture-card,
  .news-card,
  .form-container,
  .side-card,
  .mvv-shell {
    padding: 1.35rem !important;
  }

  .hero-cta,
  .hero-cta-group,
  .hero-cta-edu,
  .cta-row,
  .contact-info,
  .filters-inner-bar {
    flex-direction: column;
    align-items: stretch !important;
  }

  .btn-solid,
  .btn-ghost,
  .btn-primary-custom,
  .btn-secondary-custom,
  .btn-outline,
  .hero-btn,
  .hero-btn-edu,
  .clear-filters {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-feature {
    width: 100%;
  }

  .filter-pill,
  .filter-select,
  .filter-input {
    width: 100% !important;
    max-width: 100% !important;
  }

  .filter-divider {
    display: none !important;
  }

  table,
  .info-table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .timeline::before,
  .process-timeline::before,
  .commitments-timeline::before {
    left: 24px !important;
  }

  .timeline-item,
  .timeline-item-eco {
    grid-template-columns: 1fr !important;
    padding-left: 64px !important;
    gap: 1rem !important;
  }

  .timeline-number,
  .timeline-year {
    left: 24px !important;
  }

  .footer-content,
  .footer-bottom {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .whatsapp-float {
    width: 56px !important;
    height: 56px !important;
  }
}

@media (max-width: 600px) {
  .container,
  .container-wide,
  .container-custom,
  .gc-container,
  .filters-container,
  .hero-content,
  .hero-culturas-content,
  .hero-contact-content,
  .hero-partners-content,
  .hero-quality-content,
  .hero-sustainability-content,
  .hero-training-content,
  .cta-content,
  .section-header {
    width: calc(100% - 28px) !important;
  }

  .navbar-brand img {
    max-height: 44px !important;
    max-width: 170px;
  }

  .hero,
  .hero-cultura,
  .hero-ameixa,
  .hero-banana,
  .hero-batata,
  .hero-cebola,
  .hero-cenoura,
  .hero-citros,
  .hero-milho,
  .hero-pessego,
  .hero-tabaco,
  .hero-tomate,
  .hero-trigo,
  .hero-uva,
  .hero-culturas,
  .hero-contact,
  .news-hero,
  .hero-product,
  .hero-partners,
  .hero-quality,
  .hero-sustainability,
  .hero-training {
    padding-top: 96px !important;
    padding-bottom: 52px !important;
  }

  .section,
  section[class],
  .product-overview,
  .tabs-section,
  .benefits-section,
  .application-section,
  .related-products,
  .cta-final {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .info-card,
  .benefit-card,
  .product-card,
  .produto-card-mini,
  .tier-card,
  .testimonial-card,
  .course-card,
  .project-card,
  .goal-card,
  .pillar-card,
  .culture-card,
  .news-card,
  .form-container,
  .side-card,
  .mvv-shell {
    border-radius: 14px !important;
    padding: 1.1rem !important;
  }

  .products-grid,
  .cultures-grid,
  .benefits-grid,
  .projects-grid,
  .courses-grid,
  .tiers-grid,
  .info-cards,
  .footer-content {
    gap: 1rem !important;
  }

  .hero-badges,
  .hero-stats-edu,
  .stats-grid,
  .stats-grid-quality,
  .stats-grid-eco {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .navbar-brand img {
    max-width: 180px;
  }

  .hero h1,
  .hero-content h1,
  .hero-culturas h1,
  .hero-contact h1,
  .news-hero h1,
  .hero-product h1,
  .hero-partners h1,
  .hero-quality h1,
  .hero-sustainability h1,
  .hero-training h1 {
    font-size: 1.95rem !important;
  }

  .title,
  .section-title,
  .cta-section h2,
  .cta-final h2,
  .cta-quality-section h2,
  .cta-eco-section h2 {
    font-size: 1.55rem !important;
  }

  .custom-tab {
    padding-inline: 0.9rem !important;
  }
}

@media (max-width: 767px) {
  section.home-hero {
    display: block !important;
    width: 100%;
    min-height: 0 !important;
    height: 56.25vw !important;
    max-height: 360px;
    margin-top: 72px !important;
    padding: 0 !important;
    align-items: stretch !important;
    position: relative;
    z-index: 1;
    background-color: #050505 !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }

  .home-hero::before,
  .home-hero::after,
  .home-hero #particles-js,
  .home-hero .hero-content {
    display: none !important;
  }
}

@media (max-width: 420px) {
  section.home-hero {
    height: 56.25vw !important;
    min-height: 202px !important;
    margin-top: 68px !important;
  }
}

/* ============================================
   NAVBAR — FUNDO ELEGANTE (GLASSMORPHISM)
   Garante visibilidade do logo escuro e dos
   links sobre qualquer imagem de fundo do hero.
============================================ */
.navbar {
  background: rgba(255, 255, 255, 0.78) !important;
  -webkit-backdrop-filter: saturate(180%) blur(18px) !important;
  backdrop-filter: saturate(180%) blur(18px) !important;
  box-shadow:
    0 1px 0 rgba(15, 23, 42, 0.06),
    0 8px 28px rgba(15, 23, 42, 0.06) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow:
    0 1px 0 rgba(15, 23, 42, 0.05),
    0 12px 32px rgba(15, 23, 42, 0.08) !important;
}

@media (min-width: 992px) {
  .navbar .nav-link {
    color: #0f172a !important;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link.active {
    color: #D35400 !important;
  }

  .navbar .nav-link::after {
    background: #D35400 !important;
    opacity: 0.6;
  }
}

/* ============================================
   FOOTER — 3 COLUNAS (Logo / Links / Contato)
   Apos remocao da coluna Produtos, redistribui
   o espaco com a logo ocupando o dobro das
   demais colunas para um visual equilibrado.
============================================ */
.footer .footer-content {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  gap: 3rem !important;
  align-items: start;
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.footer .footer-col:first-child {
  max-width: 420px;
}

@media (max-width: 991px) {
  .footer .footer-content {
    grid-template-columns: 1.5fr 1fr 1fr !important;
    gap: 2rem !important;
  }
}

@media (max-width: 640px) {
  .footer .footer-content {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
    text-align: center;
  }

  .footer .footer-col:first-child {
    max-width: 100%;
  }

  .footer .footer-social {
    justify-content: center;
    display: flex;
    gap: 0.75rem;
  }

  .footer .footer-contact p {
    justify-content: center;
  }
}

/* ============================================================
   Ajustes FBA — vitrine (home) e botoes/cards de produtos
   ============================================================ */

/* Home: fotos dos cards da vitrine — altura equilibrada e imagem inteira */
.produto-card .produto-img,
.produto-card img.produto-img {
  height: 230px !important;
  width: 100% !important;
  object-fit: contain !important;
  padding: 18px 18px 0 !important;
  background: #fff !important;
}

/* Home: cards da vitrine mais largos (estavam estreitos demais) — so no desktop */
@media (min-width: 768px) {
  .produtos-carousel-track .produto-card {
    width: 340px !important;
  }
}

/* Home (mobile, 1 card por vez): as setas viram overlay sobre as bordas do
   carrossel em vez de ocuparem espaco na linha flex. Antes elas comiam ~136px
   da largura, sobrava ~226px para a area util, mas o card era forcado a 86vw
   (~335px) — maior que a area — e o conteudo do card ficava cortado a direita.
   Sem o !important de largura aqui, a largura inline calculada pelo JS volta a
   valer e a paginacao fica alinhada com o card ocupando 100% da area util. */
@media (max-width: 767px) {
  .produtos-carousel-overflow {
    flex: 1 1 100%;
    min-width: 0;
  }

  /* !important: o bloco <style> do carrossel vem depois deste arquivo no HTML,
     entao sem !important o position:relative original venceria. */
  /* ancoradas sobre a faixa da imagem (~230px de altura), nao sobre o texto */
  .produtos-nav {
    position: absolute !important;
    top: 130px !important;
    transform: translateY(-50%) !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    font-size: 15px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--primary, #d35400) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.18) !important;
  }

  .produtos-nav:hover {
    background: #fff !important;
    transform: translateY(-50%) scale(1.06) !important;
  }

  .produtos-nav:disabled {
    transform: translateY(-50%) !important;
  }

  .produtos-prev {
    left: 6px !important;
  }

  .produtos-next {
    right: 6px !important;
  }
}

/* produtos.html: grid com cards mais largos e menos colunas em telas grandes */
.products-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 2rem !important;
}
@media (min-width: 1400px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* produtos.html: linha de acoes do card nao espalha demais */
.product-actions {
  flex-wrap: wrap !important;
  gap: 0.5rem 0.75rem !important;
  justify-content: flex-start !important;
}

/* produtos.html: botao "Ver Detalhes" (principal) menor e proporcional */
.btn-product-primary {
  flex: 0 0 auto !important;
  padding: 0.6rem 1.1rem !important;
  font-size: 0.88rem !important;
  border-radius: 12px !important;
}
.btn-product-primary i { font-size: 0.8rem; }

/* produtos.html: link "Saiba mais" / "Ver detalhes" compacto */
.btn-product-link,
.product-card-small-link {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  width: auto !important;
  padding: 0.6rem 0.4rem !important;
  font-size: 0.85rem !important;
  line-height: 1.2 !important;
}

/* produtos.html: limita a foto dentro do card da listagem */
.product-card .product-image {
  max-height: 200px !important;
  object-fit: contain !important;
}

/* ============================================================
   FIX: botoes da HERO dos produtos individuais nao clicaveis
   Os overlays decorativos (::before imagem, ::after gradiente)
   ficavam por cima e capturavam o clique. Tornamos os overlays
   "transparentes ao clique" e garantimos o conteudo no topo.
============================================================ */
.hero-product::before,
.hero-product::after {
  pointer-events: none !important;
  z-index: 0 !important;
}
.hero-content,
.hero-product .hero-content,
.hero-product-image {
  position: relative;
  z-index: 3 !important;
}
.hero-cta,
.hero-cta a,
.hero-cta button {
  position: relative;
  z-index: 4 !important;
  pointer-events: auto !important;
}

/* ============================================================
   FIX: hero dos produtos cortada em telas BAIXAS (notebooks 13")
   A .hero-product centraliza o conteudo (align-items:center) dentro de
   min-height:85vh com overflow:hidden e padding-top:120px, mas sem
   padding-bottom. Em telas de pouca altura (~640-720px) o conteudo fica
   mais alto que a area visivel e os botoes (Fale com Especialista /
   Ver Detalhes) ficam colados na base e cortados pela dobra.
   A regra responsiva por LARGURA (<=991px) nao pega o 13", que e largo
   (1280-1440) e baixo — entao tratamos aqui por ALTURA.
============================================================ */
@media (min-width: 768px) and (max-height: 860px) {
  .hero-product {
    align-items: flex-start !important;
    min-height: 0 !important;
    padding-top: 100px !important;
    padding-bottom: 48px !important;
  }
}

/* ============================================================
   MOBILE: ajustes pedidos
   1) Carrossel de produtos da home: esconde as bolinhas (dots) de
      paginacao no mobile — com 25 produtos viravam uma fileira poluida;
      a navegacao continua pelas setas (overlay).
   2) Hero "Quem Somos" e "Contato": a regra global define min-height:auto,
      encolhendo a hero ao conteudo. Em Contato (pouco texto) fica baixa
      demais; em Quem Somos (titulo + botoes + badges) o conteudo sobe e o
      titulo some atras da navbar fixa. Damos uma altura confortavel e
      padding-top com folga da navbar.
============================================================ */
@media (max-width: 767px) {
  .produtos-carousel-dots {
    display: none !important;
  }

  .hero[aria-label="Quem Somos"],
  .hero-contact {
    min-height: 78vh !important;
    padding-top: 104px !important;
    padding-bottom: 56px !important;
  }
}
