/* ============================================================
   FIDELITY PATCHES — fiel ao Webflow original (junin-autosom.webflow.css)
   ============================================================ */

/* ── Hero / header ── */
/* Original: .header { height: 100vh } | .bg-video absolute fill | .header_content flex column align-end */
.header {
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.bg-video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 0;
}
.hero-video_container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-video_container picture,
.hero-video_container img,
.hero-video_container video,
.hero-poster-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.background-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(182deg, rgba(25,25,25,0) 78%, rgba(255,204,41,.37));
  z-index: 2;
  pointer-events: none;
}
.header_content {
  position: relative;
  z-index: 5;
  display: flex;
  height: 100%;
  padding: 5% 5% 8%;
}
/* Layout do header_content / wrapper APENAS mobile.
   Desktop é controlado por css/desktop.css (fiel ao Webflow original). */
@media (max-width: 991px) {
  .header_content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
  }
  .header_content-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    gap: 1.5rem;
  }
}

/* Headline mobile — caber dentro do hero sem cortar */
@media (max-width: 991px) {
  .header {
    height: 100svh !important;
    min-height: 0 !important;
    display: block !important;
    position: relative !important;
  }
  .header_content {
    display: flex !important;
    flex-flow: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    height: 100% !important;
    width: 100%;
    padding: calc(5rem + 1rem) 6% 6% !important;
    gap: 1.25rem !important;
    overflow: visible;
    background-image: none !important;
  }
  .header_content-wrapper {
    gap: 1rem !important;
    flex: 0 0 auto !important;
  }
  /* Card de vídeo: não pode expandir; mantém row interno */
  .home-header_lightbox {
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    width: auto !important;
    max-width: 100%;
  }
  .home-header_lightbox .primary-button.video-button {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
  }
  /* Badge BEM-VINDO: pill escuro sólido (sem borda amarela) */
  .header_content .tag {
    background-color: rgba(17,17,17,.92) !important;
    border: none !important;
    color: #fff !important;
  }
  /* Navbar: logo à esquerda, hamburger à direita */
  .navbar_container,
  .navbar11_container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
  }
  .navbar_menu-button { margin-left: auto !important; order: 99; }
  /* Quando o botão WA precede o hamburger, ele é quem empurra o grupo
     para a direita — anular o auto do hamburger evita que ambos
     dividam o espaco livre 50/50. */
  .navbar-wa-mobile ~ .navbar_menu-button { margin-left: 0 !important; }
  /* Garante que o nav fica oculto em mobile (sai do flow do flex) */
  .navbar_menu,
  .nav-menu,
  .navbar11_component .navbar_menu,
  .navbar11_component .nav-menu {
    display: none !important;
  }
  .navbar_menu.is-open,
  .navbar_menu.w--open,
  .nav-menu.is-open,
  .navbar11_component .navbar_menu.is-open,
  .navbar11_component .nav-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    top: 100% !important;
    left: 0; right: 0;
    background-color: rgba(17,17,17,.97) !important;
    padding: 1rem 5% 2rem !important;
  }
  /* Menu mobile aberto: fundo escuro fiel ao Webflow (não amarelo) */
  .navbar_menu.is-open,
  .navbar_menu.w--open,
  .nav-menu.is-open {
    background-color: rgba(17,17,17,.97) !important;
  }
  .navbar11_link,
  .navbar_menu-links a { color: #fff !important; }

  /* ── SUBMENU PRODUTOS E SERVIÇOS (mobile) ──
     Webflow renderiza o dropdown como position:absolute (overlay flutuante).
     Em mobile forçamos inline-flow dentro da lista do menu, fundo branco,
     texto escuro, largura total. */
  .navbar_menu.is-open .navbar11_menu-dropdown.dropdown,
  .navbar_menu.w--open .navbar11_menu-dropdown.dropdown {
    position: relative !important;
    display: block !important;
    width: 100% !important;
  }
  .navbar_menu.is-open .navbar11_dropdown-toggle,
  .navbar_menu.w--open .navbar11_dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: .75rem 0 !important;
    color: var(--brand--brand002, #ffcc29) !important;
    cursor: pointer;
  }
  .navbar_menu.is-open .navbar11_dropdown-toggle .text-block-2,
  .navbar_menu.w--open .navbar11_dropdown-toggle .text-block-2 {
    font-weight: 700 !important;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .navbar_menu.is-open .navbar11_dropdown-toggle .dropdown-chevron,
  .navbar_menu.w--open .navbar11_dropdown-toggle .dropdown-chevron {
    width: 16px;
    height: 16px;
    color: var(--brand--brand002, #ffcc29);
  }
  .navbar_menu.is-open .navbar11_dropdown-list.dropdown-menu,
  .navbar_menu.w--open .navbar11_dropdown-list.dropdown-menu {
    position: static !important;
    display: none;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
    inset: auto !important;
    top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
    margin: .5rem 0 1rem !important;
    padding: .5rem 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.25) !important;
    border-top: 3px solid var(--brand--brand002, #ffcc29) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* Mostrar submenu quando aberto (clique do JS adiciona .w--open ou aria-expanded) */
  .navbar_menu.is-open .navbar11_menu-dropdown.dropdown.w--open .navbar11_dropdown-list,
  .navbar_menu.w--open .navbar11_menu-dropdown.dropdown.w--open .navbar11_dropdown-list,
  .navbar_menu.is-open .navbar11_menu-dropdown.dropdown.is-open .navbar11_dropdown-list,
  .navbar_menu.is-open .navbar11_menu-dropdown.dropdown[aria-expanded="true"] .navbar11_dropdown-list,
  .navbar_menu.is-open .navbar11_menu-dropdown.dropdown .navbar11_dropdown-list.is-open,
  .navbar_menu.is-open .navbar11_menu-dropdown.dropdown .navbar11_dropdown-list.w--open {
    display: block !important;
  }
  .navbar_menu.is-open .navbar11_dropdown-link-list,
  .navbar_menu.w--open .navbar11_dropdown-link-list {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .navbar_menu.is-open .navbar11_dropdown-link,
  .navbar_menu.w--open .navbar11_dropdown-link {
    display: block !important;
    width: 100% !important;
    padding: .875rem 1.25rem !important;
    color: #0a0a0a !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(0,0,0,.08) !important;
    background: transparent !important;
  }
  .navbar_menu.is-open .navbar11_dropdown-link.hide-line,
  .navbar_menu.w--open .navbar11_dropdown-link.hide-line {
    border-bottom: 0 !important;
  }
  .navbar_menu.is-open .navbar11_dropdown-link .text-weight-semibold-2,
  .navbar_menu.w--open .navbar11_dropdown-link .text-weight-semibold-2 {
    font-size: .85rem !important;
    font-weight: 600 !important;
    color: #0a0a0a !important;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .navbar_menu.is-open .navbar11_dropdown-link:hover,
  .navbar_menu.w--open .navbar11_dropdown-link:hover {
    background: rgba(255,204,41,.12) !important;
  }
  /* Hero da home — proporção fiel ao Webflow original (400×653) */
  .header,
  .header .header_content {
    aspect-ratio: 400 / 653 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }
  .header { width: 100% !important; max-width: 100% !important; position: relative !important; }

  /* Badge BEM-VINDO não pode ser cortado */
  .title-header { overflow: visible !important; max-width: 100%; }
  .title-header { max-width: 100%; }
  .title-header h1.display,
  .title-header .display,
  .display {
    font-size: clamp(1.875rem, 7vw, 2.625rem) !important;
    line-height: 1.08;
    max-width: 100%;
    text-wrap: balance;
    letter-spacing: -.01em;
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .title-header h1.display,
  .title-header .display,
  .display {
    font-size: 1.75rem !important;
  }
}

/* Vídeo CTA — não pode estourar viewport (apenas mobile;
   desktop é controlado por css/desktop.css fiel ao Webflow) */
@media (max-width: 991px) {
  .home-header_lightbox {
    display: inline-flex;
    max-width: 100%;
  }
  .home-header_lightbox .primary-button.video-button {
    max-width: calc(100vw - 2rem);
    flex-wrap: wrap;
  }
}

/* ── Navbar / hamburger — restaurar comportamento Webflow ── */
/* Altura da navbar reduzida (64px → ~41px, dois cortes de 20%) */
.navbar11_component,
.navbar11_component .navbar_container {
  min-height: 21px !important;
}
.navbar11_component .navbar_container {
  padding-top: .1rem !important;
  padding-bottom: .1rem !important;
}
@media (max-width: 991px) {
  .navbar11_component .navbar_container {
    padding-right: 0.5rem !important;
  }
}
.navbar11_component {
  overflow: visible !important;
}
.navbar11_component .navbar11_logo {
  height: 39px !important;
}

/* navbar11_component permanece position:fixed do components.css original */
.navbar11_component {
  background-color: rgba(17,17,17,.92) !important;
  backdrop-filter: blur(8px);
}
.navbar11_logo { height: 3rem !important; width: auto !important; }
.navbar_menu-button { display: none; }

@media (max-width: 991px) {
  /* Hamburger visível — asymmetric padding para hugar a borda direita
     (mantém tap-target amplo, mas elimina o gap visual à direita) */
  .navbar_menu-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 18px 4px 18px 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    user-select: none;
    background: transparent;
    border: none;
  }
  .menu-icon1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    gap: 6px;
  }
  .menu-icon1_line-top,
  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    display: block;
  }
  .menu-icon1_line-middle {
    background-color: #fff;
    width: 24px;
    height: 2px;
    display: block;
  }
  .menu-icon1_line-middle-inner { display: none; }

  /* Menu hidden por padrão, abre com .is-open / .w--open */
  .navbar_menu,
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--brand--brand003, #ffcc29);
    padding: 1rem 5% 2rem;
    overflow: auto;
    max-height: calc(100dvh - 100%);
  }
  .navbar_menu.is-open,
  .navbar_menu.w--open,
  .nav-menu.is-open,
  .nav-component.is-open .nav-menu {
    display: flex !important;
    flex-direction: column;
  }
  .navbar_menu-links,
  .navbar11_link {
    color: #4d4e50 !important;
    font-size: 1.6rem;
    padding: .75rem 0;
    width: 100%;
    display: block;
  }
  .navbar_menu-buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-left: 0;
    width: 100%;
  }
}

/* ============================================================
   JUNIN UI ENTERPRISE — APENAS ADITIVOS
   Não sobrescreve o design original do Webflow.
   Inclui apenas componentes NOVOS que não existiam no source:
     1. WhatsApp Floating Button
     2. Scroll-to-top FAB
     3. CTA bar final de conversão (homepage)
   ============================================================ */

/* Tokens locais (escopo das classes deste arquivo apenas) */
.wa-float, .scroll-top-btn, .junin-final-cta {
  --c-bg-dark: #0a0a0a;
  --c-brand:   #ffcc29;
  --c-success: #25D366;
  --r-pill:    999px;
  --r-md:      16px;
}

/* ────────────────────────────────────────────────────────────
   1. WHATSAPP FLOATING BUTTON
   ──────────────────────────────────────────────────────────── */
.wa-float {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: 60px; height: 60px;
  background: var(--c-success);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.45);
  z-index: 9998;
  text-decoration: none;
  animation: waPulse 2.4s ease-out infinite;
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.05); }
.wa-float:active { transform: scale(.96); }
.wa-float svg { width: 32px; height: 32px; fill: currentColor; }
.wa-float .wa-label {
  position: absolute;
  right: 70px;
  background: var(--c-bg-dark);
  color: #fff;
  padding: .5rem .85rem;
  border-radius: var(--r-pill);
  font-size: .875rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
  transition: all .25s ease;
}
.wa-float:hover .wa-label { opacity: 1; transform: translateX(0); }

@keyframes waPulse {
  0%   { box-shadow: 0 6px 20px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.55); }
  70%  { box-shadow: 0 6px 20px rgba(37,211,102,.45), 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 6px 20px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float { animation: none; }
}

/* Espaço extra no fim para o footer não ficar coberto pelo FAB */
@media (max-width: 991px) {
  body { padding-bottom: 0; }
  .footer { padding-bottom: calc(2rem + 60px + env(safe-area-inset-bottom, 0px)); }
}

/* ────────────────────────────────────────────────────────────
   2. SCROLL-TO-TOP FAB
   ──────────────────────────────────────────────────────────── */
.scroll-top-btn {
  position: fixed;
  left: max(1rem, env(safe-area-inset-left));
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: 44px; height: 44px;
  background: rgba(10,10,10,.85);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 9997;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  backdrop-filter: blur(8px);
}
.scroll-top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top-btn svg { width: 20px; height: 20px; }

/* ────────────────────────────────────────────────────────────
   3. CTA BAR FINAL DE CONVERSÃO (homepage)
   ──────────────────────────────────────────────────────────── */
.junin-final-cta {
  background: linear-gradient(135deg, var(--c-bg-dark) 0%, #1a1a1a 100%);
  color: #fff;
  padding: 3rem 1.5rem;
  text-align: center;
}
.junin-final-cta h2 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  margin: 0 0 1rem;
  color: #fff;
  max-width: 20ch;
  margin-inline: auto;
  line-height: 1.15;
}
.junin-final-cta p {
  color: rgba(255,255,255,.7);
  margin: 0 auto 1.5rem;
  max-width: 36ch;
  line-height: 1.55;
}
.junin-final-cta .cta-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}
.junin-final-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1rem 1.75rem;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  min-height: 52px;
  transition: transform .15s ease, box-shadow .2s ease;
}
.junin-final-cta .btn:active { transform: scale(.97); }
.junin-final-cta .btn-primary {
  background: var(--c-success);
  color: #fff;
  box-shadow: 0 4px 16px rgba(37,211,102,.35);
}
.junin-final-cta .btn-secondary {
  background: var(--c-brand);
  color: #0a0a0a;
  box-shadow: 0 8px 24px rgba(255,204,41,.45);
}
@media (min-width: 640px) {
  .junin-final-cta .cta-row { flex-direction: row; }
  .junin-final-cta .btn { flex: 1; }
}

/* ============================================================
   MOBILE FIXES SISTEMÁTICOS — Home (≤479px)
   Auditoria seção-por-seção. Apenas overrides aditivos.
   ============================================================ */
@media (max-width: 991px) {
  /* GLOBAL: padding lateral consistente */
  .padding-global {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  /* Evita scroll horizontal em qualquer seção */
  body, .page-wrapper, .main-wrapper, section { overflow-x: hidden; }
}

@media (max-width: 991px) {
  /* ── RITMO VERTICAL INSTITUCIONAL ──
     Padroniza padding-top/bottom de TODAS as seções da home
     para criar respiração consistente entre blocos. */
  :root { --section-y: clamp(2.5rem, 7vw, 4rem); }

  .section_variedades,
  .section_services,
  .section_institucional,
  .section-lojas,
  .section_with-fixed-background,
  .section_faq,
  .section_testimonial,
  .section-logo-marquee,
  .junin-final-cta {
    padding-top: var(--section-y) !important;
    padding-bottom: var(--section-y) !important;
  }

  /* Espaçamento interno entre cards e CTA dentro da mesma seção */
  .services_component > * + *,
  .spaces-cta-card { margin-top: var(--section-y) !important; }
}

@media (max-width: 479px) {
  /* ── HERO ── */
  .header_content { gap: 1rem !important; }

  /* ── STATS / VARIEDADES ── */
  .section_variedades {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem 1rem !important;
    place-items: center !important;
    padding-bottom: 1rem !important;
  }
  .stats-item {
    min-width: 0;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .stats-item:nth-child(3) { grid-column: 1 / -1; }
  .stats-number {
    font-size: clamp(1.75rem, 6vw, 2.5rem) !important;
    line-height: 1.1;
  }
  .stats-description {
    color: #fff !important;
    font-size: 0.875rem;
    line-height: 1.35;
  }

  /* ── SERVICES GRID ── */
  .services_list,
  .services_component .w-layout-grid {
    grid-template-columns: 1fr !important;
    grid-column-gap: 1.25rem !important;
    grid-row-gap: 1.25rem !important;
  }
  .services-card {
    min-height: 280px;
    display: flex !important;
    flex-direction: column;
    clip-path: none !important;
    border-radius: 12px;
    overflow: hidden;
  }
  .content-card {
    padding: 1.25rem !important;
    min-height: 140px;
  }
  .txt-card {
    font-size: 1.125rem !important;
    line-height: 1.3;
  }
  .services-card .text-size-small,
  .services-card p {
    font-size: 0.85rem !important;
    line-height: 1.45;
  }

  /* ── O QUE NOS MOVE / Institucional ── */
  .section_institucional,
  .detalhes-servicos-component {
    overflow: hidden !important;
  }
  .section_institucional {
    min-height: auto !important;
    padding: 3rem 0 !important;
  }
  .detalhes-servicos-component {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 1.25rem !important;
    text-align: center;
  }
  .hero-heading {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.2;
    letter-spacing: -.01em;
    text-wrap: balance;
  }

  /* ── HEADINGS GERAIS DAS SEÇÕES ── */
  .section_services h2,
  .section_variedades h2,
  .section_faq h2,
  .titulo-section-variedades h2 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.2;
    text-wrap: balance;
  }

  /* ── DEPOIMENTOS ── */
  .section_testimonial .detalhes-servicos-component {
    padding: 0 1.25rem !important;
    text-align: center;
    max-width: 100% !important;
  }
  .section_testimonial h2,
  .section_testimonial .heading-style-h3 {
    font-size: clamp(1.125rem, 4.5vw, 1.5rem) !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    max-width: 32ch;
    margin: .75rem auto 0 !important;
    text-wrap: balance;
  }
  .section_testimonial .tag2 {
    justify-content: center;
    margin: 0 auto;
  }
  .section_testimonial .testimonial_component,
  .section_testimonial .testimonial_mask {
    margin-top: 2rem !important;
  }
  .section_testimonial .testimonial-text,
  .testimonial-text {
    font-size: 0.95rem !important;
    line-height: 1.5;
  }
  /* Card de depoimento: foto em cima (full width), texto embaixo */
  .testimonial_content {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: stretch !important;
  }
  .testimonial_lightbox,
  .testimonial_content > a {
    width: 100% !important;
    display: block !important;
  }
  .testimonial_lightbox-image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover;
    border-radius: 12px;
  }
  .testimonial_content-right {
    width: 100% !important;
    padding: 0 .25rem;
  }
  /* Slider dots e setas: ocultos em mobile (fiel ao original) */
  .section_testimonial .testimonial_slide-nav,
  .section_testimonial .slider-nav,
  .section_testimonial .w-slider-nav,
  .section_testimonial .testimonial_slide-arrow,
  .section_testimonial .w-slider-arrow-left,
  .section_testimonial .w-slider-arrow-right {
    display: none !important;
  }

  /* ── REVENDEDOR OFICIAL: marquee → grid 4 colunas em mobile ── */
  .uui-section_logos04 { padding: var(--section-y) 1rem !important; }
  .uui-logo-loop_inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0 !important;
    animation: none !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    margin-top: 1.5rem;
  }
  .uui-logos04_wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 44px;
  }
  .uui-logos04_logo {
    max-width: 100% !important;
    max-height: 40px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
  }

  /* ── FAQ ── */
  .section_faq { padding: 2.5rem 0 !important; }
  .faq-question { font-size: 1rem !important; line-height: 1.35; }
  .faq-answer { font-size: 0.9rem !important; line-height: 1.5; }

  /* ── Spaces CTA Card (Conheça nossas lojas) ── */
  .spaces-cta-card {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.5rem !important;
    padding: 1.75rem 1.5rem !important;
    background-image:
      linear-gradient(180deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.96) 100%),
      url('../images/junin-lojas.avif') !important;
    background-size: cover, cover !important;
    background-position: center, center !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.25);
  }
  .spaces-cta-card * { color: #fff; }
  .spaces-cta-card-details {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.25rem !important;
    width: 100% !important;
  }
  .div-block-9 {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    width: 100%;
  }
  .div-block-9 > .image,
  .div-block-9 img.image {
    width: 80px !important;
    height: auto !important;
    flex: 0 0 80px;
  }
  .spaces-cta-card-info {
    flex: 1 1 auto !important;
    text-align: left;
  }
  .spaces-cta-card-info h2,
  .spaces-cta-card-info .heading-style-h3 {
    font-size: clamp(1.25rem, 5vw, 1.625rem) !important;
    line-height: 1.2;
    margin: 0 0 .5rem;
    max-width: 100%;
  }
  .spaces-cta-card-info p {
    font-size: 0.875rem !important;
    line-height: 1.45;
    margin: 0;
  }
  .div-block-8 {
    display: flex !important;
    flex-flow: row wrap !important;
    gap: .5rem !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }
  .div-block-8 > * {
    flex: 0 0 auto;
  }

  /* ── SECTION VARIEDADES (Uma variedade de produtos e serviços) ── */
  .section_variedades {
    padding: 2.5rem 0 2rem !important;
    background: #0a0a0a !important;
  }
  .section_variedades .padding-global {
    padding: 0 1.25rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .section_variedades .info.text-align-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.25rem 0 2.5rem !important;
    position: relative !important;
    z-index: 2 !important;
  }
  .section_variedades .titulo-section-variedades {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section_variedades .titulo-section-variedades h2 {
    font-size: clamp(1.625rem, 7vw, 2.25rem) !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: #fff !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 16ch !important;
    text-wrap: balance;
    word-break: normal !important;
  }
  .section_variedades p.text-color-gray {
    font-size: .95rem !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,.65) !important;
    text-align: center !important;
    max-width: 38ch !important;
    margin: 0 auto !important;
  }
  .section_variedades .secondary-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: .75rem !important;
    padding: .25rem !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
    margin: .5rem auto 0 !important;
  }
  .section_variedades .secondary-button .txt-button {
    font-size: .95rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
  }
  .section_variedades .secondary-button .button-icon-holder.stroke {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background: var(--brand--brand002, #ffcc29) !important;
    border-radius: 4px !important;
    padding: .5rem !important;
  }
  .section_variedades .secondary-button .button-icon {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  /* Product viewer (carro 360) — preservar mecanismo do sprite:
     .product-sprite PRECISA de width:1600% (16 frames lado a lado).
     Só tornamos o container responsivo via figure.product-viewer. */
  .cd-product-viewer-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem auto 0 !important;
    padding: 0 !important;
    top: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }
  .cd-product-viewer-wrapper .cd-pv {
    display: block !important;
    width: 100% !important;
  }
  .cd-product-viewer-wrapper .product-viewer {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    /* Drag horizontal do sprite em touch: bloqueia o scroll do browser
       para que pointermove horizontal seja consumido pelo ProductViewer JS */
    touch-action: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    cursor: ew-resize !important;
  }
  .cd-product-viewer-wrapper .product-sprite {
    touch-action: none !important;
    pointer-events: none !important;
    -webkit-user-drag: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .cd-product-viewer-wrapper .cd-pv-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
  /* NÃO tocar em .product-sprite width — precisa ser 1600% */
  .cd-product-viewer-wrapper .scroll-componente {
    width: 100% !important;
    padding: 0 1.25rem !important;
  }
  .cd-product-viewer-wrapper .cd-product-viewer-handle {
    max-width: 60% !important;
    margin: .75rem auto 1.5rem !important;
  }

  /* ── SECTION-LOJAS (Tenha sua própria unidade) ──
     Mobile fiel ao Webflow: fundo escuro, galeria 2-col das mid columns
     visível, sideways peeking nas bordas, CTA sobreposta centralizada
     com texto branco. */
  .section-lojas {
    overflow: hidden !important;
    padding: 0 !important;
    background-color: #0a0a0a !important;
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .section-lojas .content-wrapper,
  .section-lojas .column-content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .section-lojas .content-wrapper {
    padding: var(--section-y, 3rem) 0 !important;
  }
  .section-lojas .columns-bg-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    gap: .5rem !important;
    position: relative !important;
    transform: none !important;
  }
  /* .side já tem .mobile-hide — garante oculto */
  .section-lojas .column-item.side.mobile-hide { display: none !important; }

  /* Sideways peek nas bordas */
  .section-lojas .column-item.sideways {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 18% !important;
    gap: .5rem !important;
    padding: 0 !important;
    transform: none !important;
  }
  .section-lojas .column-item.sideways .image-item_hero {
    width: 100% !important;
    height: auto !important;
  }
  /* Mid content — flex ROW de 2 column-item.mid, cada uma flex-column de imagens */
  .section-lojas .mid-columns-content {
    display: flex !important;
    flex-direction: row !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    gap: .5rem !important;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .section-lojas .mid-columns-content .column-item.mid {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 50% !important;
    gap: .5rem !important;
    width: 100% !important;
    padding: 0 !important;
    transform: none !important;
  }
  .section-lojas .mid-columns-content .column-item.mid .image-item_hero {
    width: 100% !important;
    height: auto !important;
  }
  .section-lojas .mid-columns-content .column-item.mid .opacity-zero-2 { display: none !important; }

  /* Reset total do .img-section_hero do Webflow */
  .section-lojas .animation-item {
    display: block !important;
    width: 100% !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .section-lojas .image-item_hero {
    display: block !important;
    width: 100% !important;
    height: 6.5rem !important;
    max-width: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    opacity: 1 !important;
  }
  .section-lojas .img-section_hero {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    opacity: 1 !important;
  }
  .section-lojas .column-item.sideways .image-item_hero,
  .section-lojas .mid-columns-content .column-item.mid .image-item_hero { height: 6.5rem !important; }

  /* Heading-bg-wrapper: overlay absoluto centralizado */
  .section-lojas .heading-bg-wrapper,
  .section-lojas .heading-bg-wrapper.is-moved {
    position: absolute !important;
    inset: 0 !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 3 !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
  }
  .section-lojas .heading-bg-wrapper .heading-content-group,
  .section-lojas .heading-bg-wrapper .button-group { pointer-events: auto !important; }
  .section-lojas .heading-content-group {
    background: rgba(10,10,10,.72) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border-radius: 16px !important;
    padding: 1.5rem 1.25rem !important;
    width: min(88%, 340px) !important;
  }
  .section-lojas .heading-bg-wrapper > .image-item_hero,
  .section-lojas .heading-bg-wrapper .opacity-zero-2 { display: none !important; }
  .section-lojas .heading-content-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .section-lojas .heading-content-group .image {
    width: 56px !important;
    height: auto !important;
    margin: 0 auto .75rem !important;
    opacity: 1 !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
  }
  .section-lojas .heading-item { text-align: center !important; }
  .section-lojas .heading-hero {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.1 !important;
    text-wrap: balance;
    max-width: 100% !important;
    margin: 0 !important;
    color: #fff !important;
    word-break: normal !important;
  }
  .section-lojas .heading-content-group p {
    font-size: .9rem !important;
    line-height: 1.45 !important;
    max-width: 28ch !important;
    margin: .75rem auto 1.1rem !important;
    color: rgba(255,255,255,.82) !important;
  }
  .section-lojas .button-group {
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 !important;
  }

  /* ── PÁGINA /UNIDADES/ ── */
  .section_unidades {
    padding: 1.5rem 1.25rem 3rem !important;
    background-color: #0a0a0a !important;
  }
  .section_unidades .tabs-wrapper { width: 100% !important; max-width: 100% !important; }

  /* Tabs horizontais com underline amarelo no ativo */
  .section_unidades .round_tab-menu.tabs-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: stretch !important;
    gap: .5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 1.5rem !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }
  .section_unidades .round-tab.tab-btn {
    display: flex !important;
    flex: 1 1 0 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .75rem .25rem !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 48px !important;
    position: relative !important;
  }
  .section_unidades .round-tab.tab-btn::after {
    content: "";
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: -1px;
    height: 3px;
    background: transparent;
    border-radius: 2px 2px 0 0;
    transition: background .2s ease;
  }
  .section_unidades .round-tab.tab-btn.is-active::after {
    background: var(--brand--brand002, #ffcc29) !important;
  }
  .section_unidades .round-tab .subheader-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: .375rem !important;
    padding: 0 !important;
  }
  .section_unidades .round-tab .icon-estados {
    width: 22px !important;
    height: 16px !important;
    object-fit: cover !important;
    border-radius: 2px;
  }
  .section_unidades .round-tab p {
    font-size: .8rem !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.65) !important;
    margin: 0 !important;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .section_unidades .round-tab.is-active p { color: #fff !important; }

  /* Cards em coluna única */
  .section_unidades .tab-panel { display: none !important; }
  .section_unidades .tab-panel.is-active { display: block !important; }
  .section_unidades .grid.grid-six-wrapper {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 1rem !important;
    width: 100% !important;
  }
  .section_unidades .card-unidades {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.25rem !important;
    background: #1a1a1a !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 12px !important;
    gap: .75rem !important;
  }
  .section_unidades .card-unidades-top {
    display: flex !important;
    flex-direction: column !important;
    gap: .375rem !important;
  }
  .section_unidades .div-block-13 {
    display: flex !important;
    align-items: center !important;
    gap: .375rem !important;
  }
  .section_unidades .div-block-13 .icon-map { width: 14px !important; height: auto !important; }
  .section_unidades .div-block-13 .text-style-allcaps {
    font-size: .7rem !important;
    font-weight: 700 !important;
    color: var(--brand--brand002, #ffcc29) !important;
    letter-spacing: .08em;
    margin: 0 !important;
  }
  .section_unidades .txt-card-unidades {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
  .section_unidades .card-unidades-top p {
    font-size: .85rem !important;
    color: rgba(255,255,255,.65) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
  }
  .section_unidades .card-unidades-links {
    display: flex !important;
    flex-direction: column !important;
    gap: .5rem !important;
    margin-top: .25rem !important;
  }
  .section_unidades .card-unidades-links .link-btn,
  .section_unidades .card-unidades-links .link-block2 {
    display: flex !important;
    align-items: center !important;
    gap: .5rem !important;
    padding: .625rem .75rem !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    width: 100% !important;
  }
  .section_unidades .card-unidades-links .link-block2 .link-btn {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    width: auto !important;
  }
  .section_unidades .card-unidades-links p {
    font-size: .85rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin: 0 !important;
  }
  .section_unidades .card-unidades-links .icon-small-contact {
    width: 16px !important;
    height: 16px !important;
  }

  /* Header da página (título) */
  .header-unidades {
    padding: 2rem 1.25rem 1rem !important;
    background: #0a0a0a !important;
    text-align: center !important;
  }
  .header-unidades .detalhes-servicos-component {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: .75rem !important;
  }
  .header-unidades h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem) !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 !important;
    text-wrap: balance;
  }

  /* ── SINGLE SERVIÇO (hero, benefícios, showcase, process) ── */

  /* Hero do single-servico — card branco sobre imagem de fundo */
  .header_detalhes-servicos {
    padding: 5rem 1.25rem 2.5rem !important;
    min-height: auto !important;
    overflow: hidden !important;
  }
  .header_detalhes-servicos .padding-global {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .header_detalhes-servicos .detalhes-servicos-component.is-header-services {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  /* Card branco com padding padronizado */
  .header_detalhes-servicos .content-title {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.5rem 1.25rem !important;
    background: rgba(255,255,255,.96) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.18) !important;
  }
  .header_detalhes-servicos .tag2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: .5rem !important;
    padding: .375rem .875rem !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 999px !important;
    width: fit-content !important;
    margin: 0 !important;
  }
  .header_detalhes-servicos .tag2 .tag-icon {
    width: 16px !important;
    height: 16px !important;
  }
  .header_detalhes-servicos .tag2 .text-style-allcaps,
  .header_detalhes-servicos .tag2 .is-primary {
    font-size: .75rem !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    color: #0a0a0a !important;
    margin: 0 !important;
  }
  .header_detalhes-servicos h1,
  .header_detalhes-servicos h1.text-style-allcaps {
    font-size: clamp(1.625rem, 6.5vw, 2.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.01em !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #0a0a0a !important;
    text-wrap: balance;
  }
  .header_detalhes-servicos [letters-fade-in],
  .header_detalhes-servicos [text-split],
  .header_detalhes-servicos .content-title > div:not(.tag2) {
    font-size: .95rem !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
    color: rgba(10,10,10,.7) !important;
    margin: 0 !important;
  }
  .header_detalhes-servicos .img-corte3 {
    display: none !important;
  }

  /* Benefícios */
  .section_beneficios {
    padding: 2.5rem 1.25rem !important;
  }
  .section_beneficios .padding-global { padding: 0 !important; }
  .section_beneficios .detalhes-servicos-component h2 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.15 !important;
    text-align: center !important;
    margin: 0 0 1.5rem !important;
    text-wrap: balance;
  }
  .section_beneficios .tabs._02,
  .section_beneficios .tabs-wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 1.25rem !important;
  }
  .section_beneficios .tabs-menu-2.tabs-nav {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: .75rem !important;
    height: auto !important;
  }
  .section_beneficios .tab-link-tab-2.tab-btn {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: .875rem !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem 1.125rem !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-left: 3px solid transparent !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .section_beneficios .tab-link-tab-2.tab-btn.is-active {
    border-left-color: var(--brand--brand002, #ffcc29) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,.08) !important;
  }
  .section_beneficios .tab-icon-container {
    flex: 0 0 auto !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255,204,41,.12) !important;
    border-radius: 8px !important;
    padding: .5rem !important;
  }
  .section_beneficios .tab-icon-container .tab-icon {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .section_beneficios .tab-details-holder {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: .25rem !important;
  }
  .section_beneficios .tab-details-holder .heading-style-h4 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #0a0a0a !important;
    margin: 0 !important;
    line-height: 1.25 !important;
  }
  .section_beneficios .tab-description {
    font-size: .85rem !important;
    line-height: 1.45 !important;
    color: rgba(10,10,10,.7) !important;
    margin: 0 !important;
  }
  .section_beneficios .tabs-content-3,
  .section_beneficios .tabs-content {
    width: 100% !important;
    max-width: 100% !important;
  }
  .section_beneficios .tab-pane-tab-1-2.tab-panel { display: none !important; }
  .section_beneficios .tab-pane-tab-1-2.tab-panel.is-active { display: block !important; }
  .section_beneficios .tabs-content-3,
  .section_beneficios .tabs-content { display: none !important; }
  .section_beneficios .tab-cover-image { display: none !important; }

  /* Showcase — "Por Que Escolher" */
  .showcase {
    padding: 2.5rem 1.25rem !important;
  }
  .showcase .padding-global { padding: 0 !important; }
  .showcase .img-detalhe-corte { display: none !important; }
  .showcase .detalhes-servicos-component h2 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.15 !important;
    text-align: center !important;
    margin: 0 0 1.5rem !important;
    text-wrap: balance;
  }
  .showcase .grid.showcase-grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    gap: 1rem !important;
    width: 100% !important;
  }
  .showcase .showcase__sub-grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: 100% !important;
  }
  .showcase .showcase-grid__img {
    display: none !important;
  }
  .showcase .showcase-grid__item.showcase-grid__text,
  .showcase .showcase-grid__item.showcase-grid__text--left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: .5rem !important;
    padding: 1.25rem !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .showcase .showcase-grid__text .tab-icon {
    width: 44px !important;
    height: 44px !important;
    margin: 0 0 .25rem !important;
    padding: .5rem !important;
    background: rgba(255,204,41,.12) !important;
    border-radius: 8px !important;
    object-fit: contain !important;
  }
  .showcase .showcase-grid__text .heading-style-h3 {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    color: #0a0a0a !important;
  }
  .showcase .showcase-grid__text p {
    font-size: .9rem !important;
    line-height: 1.5 !important;
    color: rgba(10,10,10,.7) !important;
    margin: 0 !important;
  }

  /* Processo — "Como é Feita a Instalação" */
  .section_processos.is-benefit {
    padding: 2.5rem 1.25rem !important;
    background: #0a0a0a !important;
  }
  .section_processos .padding-global { padding: 0 !important; }
  .section_processos .processos-component,
  .section_processos .benefit-wrapper,
  .section_processos .benefit-content {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 1.5rem !important;
    padding: 0 !important;
  }
  .section_processos .header_about-content h2 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.15 !important;
    text-align: center !important;
    color: #fff !important;
    margin: 0 !important;
    text-wrap: balance;
  }
  .section_processos .grid.grid-benefit {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    gap: 1rem !important;
    width: 100% !important;
  }
  .section_processos .benefit-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: .5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.25rem !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 12px !important;
  }
  .section_processos .benefit-text-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    gap: .625rem !important;
    width: 100% !important;
  }
  .section_processos .benefit-text-wrapper .number {
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: var(--brand--brand002, #ffcc29) !important;
    flex: 0 0 auto !important;
  }
  .section_processos .benefit-text {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.25 !important;
  }
  .section_processos .text-size-small {
    font-size: .85rem !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,.7) !important;
    margin: 0 !important;
  }
  .section_processos .divisao {
    display: none !important;
  }

  /* Section_about / Bento — "Qualidade e excelência" */
  .section_about {
    padding: 2.5rem 1.25rem !important;
    background: #fff !important;
    overflow: hidden !important;
  }
  .section_about .padding-global { padding: 0 !important; }
  .section_about .e-features_text {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1.5rem !important;
  }
  .section_about .e-features_text .heading-style-h2 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    line-height: 1.15 !important;
    font-weight: 300 !important;
    margin: 0 !important;
    max-width: 100% !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-wrap: balance;
  }
  .section_about .e-features_text .text-size-medium {
    font-size: .95rem !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    color: rgba(10,10,10,.7) !important;
  }
  .section_about .bento-wrapper,
  .section_about .wrapper-grid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .section_about .bento-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: auto !important;
    gap: .875rem !important;
    width: 100% !important;
  }
  .section_about .bento-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    padding: 1.25rem !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: .5rem !important;
  }
  /* Card do vídeo ocupa a linha toda no topo */
  .section_about .bento-card.big {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    order: -1 !important;
    aspect-ratio: 364 / 420 !important;
    min-height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 1.5rem !important;
  }
  .section_about .bento-card.big .card-conteudo-video {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
  }
  .section_about .bento-card.big .heading-style-h3 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #fff !important;
    margin: 0 !important;
    max-width: 20ch;
  }
  .section_about .bento-card.big .background-video,
  .section_about .bento-card.big .video-bg,
  .section_about .bento-card.big .video-bg-element,
  .section_about .bento-card.big .background-image-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .section_about .bento-card.big video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .section_about .bento-card.big .background-image-overlay {
    background: rgba(0,0,0,.45) !important;
    z-index: 1 !important;
  }
  .section_about .bento-card .card-icon-mini {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }
  .section_about .bento-card .txt-minicard {
    font-size: .85rem !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    text-wrap: balance;
  }

  /* FAQ section (dentro de serviço) já usa .section_faq global — ritmo */
  .section_faq {
    padding: 2.5rem 1.25rem !important;
  }
  .section_faq .padding-global,
  .section_faq .container-large { padding: 0 !important; max-width: 100% !important; }

  /* ── FOOTER ── */
  .footer { padding: 3rem 1.25rem 2rem !important; }
  .footer_wrap, .footer_component, .footer_main, .footer_links-groups,
  .footer_group, .footer_lists {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 1rem !important;
  }
  .navbar11_logo-footer {
    width: 140px !important;
    height: auto !important;
    margin: 0 0 1.5rem !important;
  }
  .footer_links-list {
    display: flex !important;
    flex-direction: column !important;
    gap: .5rem !important;
    width: 100%;
  }
  .footer_link {
    font-size: 0.875rem !important;
    padding: .35rem 0 !important;
    text-transform: uppercase;
  }
  .contato-btn-group {
    display: flex !important;
    flex-direction: column !important;
    gap: .75rem !important;
    width: 100% !important;
    margin-top: 1rem;
  }
  .contato-btn-group .link-btn {
    display: flex !important;
    align-items: center;
    gap: .75rem;
    width: 100% !important;
    padding: .85rem 1rem !important;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
  }
  .footer_social {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    margin: 1.5rem 0 !important;
    width: 100%;
  }
  .footer_social-media-wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_bottom-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: .75rem !important;
    width: 100% !important;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .footer_legal-list {
    display: flex !important;
    flex-direction: column !important;
    gap: .5rem !important;
  }
  .footer_legal-link, .footer_credit-text { font-size: 0.8rem !important; }
  .link-credit_component { display: flex; align-items: center; gap: .5rem; }

  /* ── CTA Conheça mais (about cta) ── */
  .section_with-fixed-background {
    padding: 3rem 1.25rem !important;
    text-align: center;
  }
  .section_with-fixed-background {
    padding: 4rem 1.5rem !important;
    min-height: auto !important;
  }
  .section_with-fixed-background h2,
  .section_with-fixed-background .heading-style-h1 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -.015em;
    font-weight: 700;
    max-width: 100% !important;
    width: 16ch;
    margin: 0 auto 1.25rem;
    text-wrap: balance;
  }
  .section_with-fixed-background .paragraph {
    font-size: 1rem !important;
    line-height: 1.55;
    max-width: 100%;
    width: 42ch;
    margin: 0 auto 1.75rem;
  }
  .section_with-fixed-background .centered-content {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   Botão WhatsApp no header — MOBILE ONLY
   Aparece entre o logo e o hamburger em viewports <= 991px.
   ───────────────────────────────────────────────────────────────────────── */
.navbar-wa-mobile {
  display: none;
}

@media (max-width: 991px) {
  .navbar-wa-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.5rem 0.85rem;
    margin-left: auto;
    margin-right: 0;
    background-color: #25D366;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    transition: background-color .2s ease, transform .2s ease;
    white-space: nowrap;
  }
  .navbar-wa-mobile:hover,
  .navbar-wa-mobile:focus-visible {
    background-color: #1ebe57;
    color: #ffffff;
    transform: translateY(-1px);
  }
  .navbar-wa-mobile:active {
    transform: translateY(0);
  }
  .navbar-wa-mobile__icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
  }
  .navbar-wa-mobile__label {
    display: inline-block;
  }
}

/* Telas pequenas — reduz o gap do hamburger para não estourar */
@media (max-width: 420px) {
  .navbar-wa-mobile {
    margin-right: 0.9rem;
  }
}

/* Telas muito pequenas — encolhe o botão só aqui, evita overflow */
@media (max-width: 360px) {
  .navbar-wa-mobile {
    padding: 0.45rem 0.7rem;
    font-size: 0.72rem;
    margin-right: 0.7rem;
  }
  .navbar-wa-mobile__icon {
    width: 13px;
    height: 13px;
  }
}

/* ============================================================
   COOKIE CONSENT — LGPD Banner
   ============================================================ */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cookie-consent__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.cookie-consent__text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}
.cookie-consent__link {
  color: #c8a86e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent__link:hover {
  color: #e0c48e;
}
.cookie-consent__btn {
  flex-shrink: 0;
  background: #c8a86e;
  color: #0a0a0a;
  border: none;
  border-radius: 4px;
  padding: 0.6rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.cookie-consent__btn:hover {
  background: #e0c48e;
}

@media (max-width: 600px) {
  .cookie-consent__inner {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
  .cookie-consent__btn {
    width: 100%;
  }
}
