/* ============================================================
   THE POT BAG — style.css  (v5.0 — Auditoria Completa)

   CORREÇÕES v5.0:
   ✅ Hero: grid-2 agora funciona corretamente (visual dentro do grid)
   ✅ Hero: imagem aparece primeiro no mobile (order), depois texto
   ✅ Hero mobile: max-width e aspect-ratio da bag ajustados
   ✅ Hero desktop: 2 colunas realmente 50/50 com alinhamento correto
   ✅ Social proof pills: estilos movidos do inline para CSS
   ✅ hero__pill: estilos movidos do inline para CSS
   ✅ Seção --bg: brand-h2 cor em texto escuro corrigida
   ✅ Nav: sem redundância, sem conflito mobile/desktop
   ✅ Footer: grid responsivo correto
   ✅ Botões: width: 100% apenas em mobile (<480px)
   ✅ overflow-x: html e body protegidos
   ✅ Touch targets >= 44px confirmados
   ✅ font-size: 16px em inputs para evitar zoom iOS
   ✅ prefers-reduced-motion
   ✅ Código morto removido (estilos duplicados, regras sobrepostas)
   ✅ Variáveis CSS padronizadas
   ✅ Removido Outfit (não carregado) — substituído por DM Sans

   Estrutura:
     01. Custom Properties
     02. Reset & Base
     03. Utilitários & Tipografia
     04. Grids
     05. Botões
     06. Reveal Animation
     07. Navegação Desktop
     08. Menu Mobile Premium
     09. Cart Button & Drawer
     10. Page Loader
     11. Hero
     12. Seções Comuns
     13. Footer
     14. Page Hero (páginas internas)
     15. Como Funciona
     16. Benefícios
     17. Produto
     18. Revendedores
     19. Sobre
     20. FAQ
     21. Loja
     22. Modal de Produto
     23. Checkout
     24. Componentes Adicionais
     25. Media Queries (min-width: 480 → 640 → 900 → 1200)
     26. Acessibilidade
============================================================ */


/* ============================================================
   01. CUSTOM PROPERTIES
============================================================ */
:root {
  --banner-h: 0px;
  --nav-h: 68px;

  --primary:      #55c9d9;
  --primary-dark: #35a8b8;
  --accent:       #55c9d9;
  --primary-glow: rgba(85,201,217,.18);

  --bg:        #f5f5f0;
  --bg-card:   #ffffff;
  --text:      #0d1b22;
  --text-muted:#5a6b74;
  --border:    rgba(85,201,217,.2);

  --shadow-sm: 0 2px 16px rgba(0,0,0,.06);
  --shadow-md: 0 8px 40px rgba(0,0,0,.10);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.13);

  --radius:    16px;
  --radius-sm: 8px;

  --font-head: 'Poppins', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  --transition: all .3s cubic-bezier(.4,0,.2,1);
}


/* ============================================================
   02. RESET & BASE
============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bg);
}

body {
  font-family: var(--font-body);
  background: transparent;
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  width: 100%;
  min-width: 0;
  position: relative;
}

/* Noise texture */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
}

img, video, svg { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.2; }
button, input, select, textarea { font-family: inherit; }
p, li, td, th { overflow-wrap: break-word; word-break: break-word; }
ul { list-style: none; }


/* ============================================================
   03. UTILITÁRIOS & TIPOGRAFIA
============================================================ */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.section { padding: 52px 0; }
.section--alt { background: rgba(232,231,231,.88); }

.section--bg { background-color: #2c3f4c; }
.section--bg .section__header h2,
.section--bg .brand-h2 {
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.section__header {
  text-align: center;
  margin-bottom: 40px;
}
.section__header h2 {
  font-size: clamp(1.45rem, 5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 14px;
}
.section__header p {
  font-size: .95rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
}

.tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary-dark);
  background: var(--primary-glow);
  border: 1px solid var(--border);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* Brand H2 */
.brand-h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.3rem, 5vw, 2.5rem);
  letter-spacing: -.025em;
  line-height: 1.15;
  flex-wrap: wrap;
}
.brand-h2 .bh2-svg {
  flex-shrink: 0;
  margin-right: 2px;
  width: clamp(14px, 3.5vw, 22px);
  height: clamp(14px, 3.5vw, 22px);
}
.brand-h2 span { color: var(--accent); }
.section__header .brand-h2 { justify-content: center; }


/* ============================================================
   04. GRIDS (mobile-first: base = 1 coluna)
============================================================ */
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 28px; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 18px; }
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 16px; }


/* ============================================================
   05. BOTÕES
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  white-space: nowrap;
  min-height: 44px;
  text-align: center;
  /* Mobile: botões não ultrapassam container */
  max-width: 100%;
}

.btn--primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 20px rgba(85,201,217,.4);
}
.btn--primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(85,201,217,.5);
}

.btn--outline {
  background: transparent;
  color: var(--text);
  border: 2px solid var(--border);
}
.btn--outline:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--primary-dark);
  padding: 13px 0;
  font-weight: 600;
}
.btn--ghost:hover { color: var(--primary); }


/* ============================================================
   06. REVEAL ANIMATION
============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }


/* ============================================================
   07. NAVEGAÇÃO
============================================================ */
.nav {
  position: fixed;
  top: var(--banner-h, 0px);
  left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(245,245,240,.88);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(85,201,217,.12);
  transition: background .3s, box-shadow .3s, border-color .3s;
}
.nav.scrolled {
  background: rgba(245,245,240,.97);
  box-shadow: 0 2px 24px rgba(0,0,0,.08);
  border-bottom-color: rgba(85,201,217,.22);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  gap: 10px;
}

/* Logo */
.nav__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.18rem;
  color: var(--text);
  letter-spacing: -.03em;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity .2s;
  min-height: 44px;
}
.nav__logo:hover { opacity: .78; }
.nav__logo span { color: var(--primary); }
.logo-mark {
  flex-shrink: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1);
}
.nav__logo:hover .logo-mark { transform: rotate(-10deg) scale(1.12); }
.logo-text { display: flex; align-items: baseline; }
.logo-accent { color: var(--primary); }

/* Links desktop — ocultos por padrão (mobile-first) */
.nav__links {
  display: none;
  align-items: center;
  gap: 2px;
  list-style: none;
  flex: 1;
  justify-content: center;
}
.nav__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 11px;
  border-radius: 10px;
  font-size: .855rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.nav__links a:hover { color: var(--text); background: rgba(85,201,217,.09); }
.nav__links a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 11px; right: 11px;
  height: 2px; border-radius: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s cubic-bezier(.4,0,.2,1);
}
.nav__links a:hover::after { transform: scaleX(.6); }
.nav__links a.active {
  color: var(--primary-dark);
  font-weight: 700;
  background: rgba(85,201,217,.1);
}
.nav__links a.active::after { transform: scaleX(1); }

/* Link Loja destacado */
.nav__links .loja-link {
  color: var(--primary-dark);
  font-weight: 700;
  background: rgba(85,201,217,.13);
  border: 1px solid rgba(85,201,217,.28);
  border-radius: 10px;
  padding: 6px 12px;
  transition: all .22s;
}
.nav__links .loja-link:hover {
  background: rgba(85,201,217,.24);
  border-color: rgba(85,201,217,.5);
  box-shadow: 0 0 14px rgba(85,201,217,.22);
}
.nav__links .loja-link::after { display: none; }

.loja-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px; height: 17px;
  border-radius: 5px;
  background: var(--primary);
  flex-shrink: 0;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1);
}
.nav__links .loja-link:hover .loja-icon { transform: rotate(-8deg) scale(1.18); }
.loja-icon svg { width: 10px; height: 10px; }

/* CTA desktop — oculto por padrão (mobile-first) */
.nav__cta {
  display: none;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* Hambúrguer — visível em mobile */
.nav__burger {
  display: flex;
  position: relative;
  width: 44px; height: 44px;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  border: none;
  padding: 0;
  transition: background .18s;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}
.nav__burger:hover { background: rgba(85,201,217,.1); }
.nav__burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  position: absolute;
  transition: transform .32s cubic-bezier(.4,0,.2,1), opacity .22s, width .22s;
  transform-origin: center;
}
.nav__burger span:nth-child(1) { transform: translateY(-7px); }
.nav__burger span:nth-child(2) { opacity: 1; }
.nav__burger span:nth-child(3) { transform: translateY(7px); width: 14px; }
.nav__burger.is-open span:nth-child(1) { transform: rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__burger.is-open span:nth-child(3) { transform: rotate(-45deg); width: 22px; }


/* ============================================================
   08. MENU MOBILE PREMIUM
============================================================ */
.mob-overlay {
  position: fixed; inset: 0; z-index: 1090;
  background: rgba(13,27,34,0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  pointer-events: none; visibility: hidden;
  transition:
    background .35s cubic-bezier(.4,0,.2,1),
    backdrop-filter .35s cubic-bezier(.4,0,.2,1),
    visibility 0s linear .35s;
}
.mob-overlay.open {
  background: rgba(13,27,34,.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: all; visibility: visible;
  transition:
    background .35s cubic-bezier(.4,0,.2,1),
    backdrop-filter .35s cubic-bezier(.4,0,.2,1),
    visibility 0s linear 0s;
}

.nav__mobile {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(320px, 88vw);
  z-index: 1100;
  display: flex; flex-direction: column;
  background: rgba(248,248,244,.97);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-left: 1px solid rgba(85,201,217,.18);
  box-shadow: -8px 0 48px rgba(0,0,0,.15);
  overflow: hidden;
  transform: translateX(110%); visibility: hidden; pointer-events: none;
  transition:
    transform .38s cubic-bezier(.4,0,.2,1),
    visibility 0s linear .38s;
  will-change: transform;
}
.nav__mobile.open {
  transform: translateX(0); visibility: visible; pointer-events: all;
  transition:
    transform .38s cubic-bezier(.4,0,.2,1),
    visibility 0s linear 0s;
}

.mob-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(85,201,217,.14);
  flex-shrink: 0;
}
.mob-header-title {
  font-family: var(--font-head); font-size: .72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted);
}
.mob-close-btn {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 9px;
  background: rgba(85,201,217,.1); border: none; cursor: pointer;
  color: var(--text);
  transition: background .18s, transform .18s;
  -webkit-tap-highlight-color: transparent;
}
.mob-close-btn:hover { background: rgba(85,201,217,.22); transform: rotate(90deg); }
.mob-close-btn svg { pointer-events: none; }

.mob-scroll {
  flex: 1; overflow-y: auto;
  padding: 12px 12px 16px;
  display: flex; flex-direction: column; gap: 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.mob-scroll::-webkit-scrollbar { display: none; }

.nav__mobile a {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 13px; border-radius: 13px;
  font-family: var(--font-head); font-size: .95rem; font-weight: 600;
  color: var(--text); text-decoration: none;
  min-height: 48px;
  -webkit-tap-highlight-color: transparent;
  opacity: 0; transform: translateX(24px);
  transition:
    background .18s, color .18s,
    opacity .28s cubic-bezier(.4,0,.2,1),
    transform .28s cubic-bezier(.4,0,.2,1);
}
.nav__mobile.open .mob-scroll a { opacity: 1; transform: translateX(0); }
.nav__mobile.open .mob-scroll a:nth-child(1) { transition-delay: .04s; }
.nav__mobile.open .mob-scroll a:nth-child(2) { transition-delay: .08s; }
.nav__mobile.open .mob-scroll a:nth-child(3) { transition-delay: .12s; }
.nav__mobile.open .mob-scroll a:nth-child(4) { transition-delay: .16s; }
.nav__mobile.open .mob-scroll a:nth-child(5) { transition-delay: .20s; }
.nav__mobile.open .mob-scroll a:nth-child(6) { transition-delay: .24s; }
.nav__mobile.open .mob-scroll a:nth-child(7) { transition-delay: .28s; }
.nav__mobile.open .mob-scroll a:nth-child(8) { transition-delay: .32s; }

.nav__mobile a:hover,
.nav__mobile a:active {
  background: rgba(85,201,217,.1);
  color: var(--primary-dark);
  transform: translateX(3px);
}
.nav__mobile a.active {
  background: rgba(85,201,217,.13);
  color: var(--primary-dark);
  font-weight: 700;
}

.mob-icon {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(85,201,217,.12); flex-shrink: 0; font-size: .95rem;
  transition: background .18s, transform .22s cubic-bezier(.34,1.56,.64,1);
}
.nav__mobile a:hover .mob-icon,
.nav__mobile a:active .mob-icon {
  background: rgba(85,201,217,.22);
  transform: scale(1.1) rotate(-4deg);
}

.mob-sep { height: 1px; background: rgba(85,201,217,.15); margin: 6px 2px; }

/* Link Loja destacado no mobile */
.nav__mobile .mob-loja {
  background: linear-gradient(135deg, rgba(85,201,217,.18), rgba(53,168,184,.12));
  border: 1.5px solid rgba(85,201,217,.38);
  color: var(--primary-dark); font-weight: 800;
  border-radius: 14px; padding: 14px 13px; margin-bottom: 3px;
  position: relative; overflow: hidden;
  box-shadow: 0 2px 16px rgba(85,201,217,.15);
}
.nav__mobile .mob-loja::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(85,201,217,.18), transparent);
  transform: translateX(-100%); transition: transform .5s ease;
}
.nav__mobile .mob-loja:hover::before { transform: translateX(100%); }
.nav__mobile .mob-loja:hover,
.nav__mobile .mob-loja:active {
  background: linear-gradient(135deg, rgba(85,201,217,.28), rgba(53,168,184,.2));
  border-color: rgba(85,201,217,.6);
  box-shadow: 0 4px 24px rgba(85,201,217,.3);
  transform: translateX(3px);
}
.mob-loja .mob-icon {
  background: var(--accent);
  width: 36px; height: 36px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(85,201,217,.4);
}
.mob-loja .mob-icon svg { width: 15px; height: 15px; }

/* Footer do menu mobile */
.mob-footer {
  padding: 14px 12px 24px;
  border-top: 1px solid rgba(85,201,217,.14);
  display: flex; flex-direction: column; gap: 8px;
  flex-shrink: 0; opacity: 0; transform: translateY(10px);
  transition: opacity .3s .32s ease, transform .3s .32s ease;
}
.nav__mobile.open .mob-footer { opacity: 1; transform: translateY(0); }
.mob-footer .btn {
  width: 100%; justify-content: center;
  padding: 13px; font-size: .92rem; border-radius: 12px;
}


/* ============================================================
   09. CART BUTTON & DRAWER
============================================================ */
.cart-btn {
  position: relative; background: var(--text); color: #fff;
  border: none; border-radius: 999px; padding: 9px 18px;
  font-family: var(--font-head); font-weight: 600; font-size: .85rem;
  cursor: pointer; display: flex; align-items: center; gap: 7px;
  transition: var(--transition); white-space: nowrap; min-height: 44px;
}
.cart-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }

.cart-badge {
  position: absolute; top: -6px; right: -6px;
  background: var(--primary); color: #fff; border-radius: 50%;
  width: 20px; height: 20px; font-size: .7rem; font-weight: 700;
  display: none; align-items: center; justify-content: center;
  font-family: var(--font-head);
  animation: badgePop .3s cubic-bezier(.4,0,.2,1);
}
.cart-badge.visible { display: flex; }

@keyframes badgePop {
  from { transform: scale(0); }
  to   { transform: scale(1); }
}

.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(13,27,34,.5);
  backdrop-filter: blur(4px);
  z-index: 2000; opacity: 0;
  pointer-events: none; transition: opacity .3s;
}
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(420px, 100vw);
  background: var(--bg-card);
  box-shadow: -8px 0 40px rgba(0,0,0,.15);
  z-index: 2001;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.cart-drawer.open { transform: translateX(0); }

.cart-drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 16px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.cart-drawer__head h3 { font-size: 1.05rem; font-weight: 700; }

.cart-close {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  cursor: pointer; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.cart-close:hover { background: #fee2e2; border-color: #fca5a5; }

.cart-items {
  flex: 1; overflow-y: auto; padding: 12px;
  display: flex; flex-direction: column; gap: 10px;
  -webkit-overflow-scrolling: touch;
}
.cart-empty {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: var(--text-muted); text-align: center; padding: 40px 20px;
}
.cart-empty .icon { font-size: 2.8rem; margin-bottom: 14px; }

.cart-item {
  display: flex; gap: 10px; align-items: center;
  background: var(--bg); border-radius: var(--radius-sm);
  padding: 11px; border: 1px solid var(--border); position: relative;
}
.cart-item__img {
  width: 48px; height: 48px; flex-shrink: 0;
  background: linear-gradient(135deg, #e4f8fa, #fff);
  border-radius: 9px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; overflow: hidden;
}
.cart-item__img img { width: 100%; height: 100%; object-fit: cover; border-radius: 9px; }
.cart-item .info { flex: 1; min-width: 0; }
.cart-item .info .name { font-weight: 600; font-size: .86rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item .info .qty { font-size: .73rem; color: var(--text-muted); margin-top: 2px; }
.cart-item .price { font-weight: 700; color: var(--primary-dark); font-size: .88rem; white-space: nowrap; }

.cart-drawer__foot {
  padding: 12px; border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 12px; flex-shrink: 0;
}
.cart-summary { display: flex; flex-direction: column; gap: 6px; }
.cart-row { display: flex; justify-content: space-between; align-items: center; font-size: .86rem; gap: 8px; }

.cart-checkout-btn {
  width: 100%; padding: 13px 18px;
  background: var(--primary); color: #fff; border: none; border-radius: 14px;
  font-family: var(--font-head); font-weight: 700; font-size: .97rem;
  cursor: pointer; transition: var(--transition);
  box-shadow: 0 4px 20px rgba(85,201,217,.4); min-height: 48px;
}
.cart-checkout-btn:hover { background: var(--primary-dark); transform: translateY(-2px); }
.cart-checkout-btn:disabled { opacity: .5; cursor: default; transform: none; }


/* ============================================================
   10. PAGE LOADER
============================================================ */
#tpb-loader {
  position: fixed; inset: 0; z-index: 999999;
  background: #0d1b22;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0; overflow: hidden;
  transition: opacity .5s ease, transform .5s ease;
}
#tpb-loader.hide { opacity: 0; transform: translateY(-8px); pointer-events: none; }

#tpb-loader-waves {
  position: absolute; bottom: 0; left: -10%;
  width: 120%; height: 0%;
  transition: height 2s cubic-bezier(.25,.46,.45,.94);
  overflow: hidden;
}
#tpb-loader-waves svg {
  position: absolute; top: -40px; left: 0; width: 100%;
  animation: wave-drift 3s ease-in-out infinite;
}
#tpb-loader-waves svg:nth-child(2) {
  animation: wave-drift 3s ease-in-out infinite reverse;
  opacity: .5; top: -20px;
}
@keyframes wave-drift {
  0%,100% { transform: translateX(0); }
  50%      { transform: translateX(-5%); }
}
#tpb-loader-waves .wave-fill   { fill: #55c9d9; }
#tpb-loader-waves .wave-fill-2 { fill: #35a8b8; }

#tpb-loader-water-body {
  position: absolute; bottom: 0; left: 0; width: 100%;
  height: calc(100% - 38px);
  background: linear-gradient(180deg, #35a8b8 0%, #0d4d5e 100%);
}

#tpb-loader-logo {
  position: relative; z-index: 2; text-align: center;
  animation: loader-breathe 2s ease-in-out infinite;
}
@keyframes loader-breathe {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.04); }
}
#tpb-loader-logo .logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.7rem, 5vw, 2.8rem);
  font-weight: 900; color: #fff; letter-spacing: -.02em; line-height: 1;
}
#tpb-loader-logo .logo-text span { color: #55c9d9; }
#tpb-loader-logo .logo-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: .76rem; font-weight: 500;
  color: rgba(255,255,255,.5);
  letter-spacing: .18em; text-transform: uppercase; margin-top: 8px;
}

.tpb-bubble {
  position: absolute; border-radius: 50%;
  background: rgba(85,201,217,.15); border: 1px solid rgba(85,201,217,.3);
  animation: bubble-rise linear infinite; bottom: -60px;
}
@keyframes bubble-rise {
  0%   { transform: translateY(0) scale(1); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: .6; }
  100% { transform: translateY(-110vh) scale(1.3); opacity: 0; }
}

#tpb-loader-bar-wrap {
  position: relative; z-index: 2;
  width: min(220px, 55vw); height: 3px;
  background: rgba(255,255,255,.12); border-radius: 99px;
  margin-top: 28px; overflow: hidden;
}
#tpb-loader-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, #55c9d9, #fff, #55c9d9);
  background-size: 200% 100%; border-radius: 99px;
  transition: width .4s ease;
  animation: bar-shimmer 1.5s linear infinite;
}
@keyframes bar-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
#tpb-loader-pct {
  position: relative; z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-size: .7rem; font-weight: 700;
  color: rgba(255,255,255,.4); letter-spacing: .1em; margin-top: 9px;
}

#tpb-particles {
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1500;
  mix-blend-mode: screen;
}


/* ============================================================
   11. HERO
============================================================ */
.hero {
  padding: calc(var(--nav-h) + var(--banner-h) + 48px) 0 72px;
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #070f14 0%, #0a1e2c 55%, #0d2535 100%);
  color: #fff;
}
/* SVG grid overlay */
.hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(85,201,217,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, #000 40%, transparent 100%);
}
/* Radial glow top */
.hero::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(85,201,217,.16) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 80% 80%, rgba(85,201,217,.07) 0%, transparent 60%);
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__bg svg { position: absolute; }
.hero__content { position: relative; z-index: 2; }

/* Mobile: visual primeiro, conteúdo depois */
.hero .grid-2 {
  display: flex;
  flex-direction: column;
}
.hero__visual { order: -1; } /* Imagem no topo em mobile */
.hero__content { order: 1; }

.hero__eyebrow { margin-bottom: 14px; }
.hero h1 {
  font-size: clamp(1.7rem, 6.5vw, 3.8rem);
  font-weight: 800; letter-spacing: -.03em;
  color: #fff; line-height: 1.1; margin-bottom: 16px;
}
.hero h1 .accent { color: var(--primary); }
.hero .tag { color: var(--primary); border-color: rgba(85,201,217,.3); background: rgba(85,201,217,.08); }

.hero__sub {
  font-size: .96rem; color: rgba(255,255,255,.65);
  max-width: 520px; margin-bottom: 26px; line-height: 1.8;
}

/* Botões hero — coluna em mobile */
.hero__actions {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.hero__actions .btn {
  width: 100%;
  justify-content: center;
}
/* Outline button visible on dark bg */
.hero .btn--outline {
  color: #fff;
  border-color: rgba(255,255,255,.3);
}
.hero .btn--outline:hover {
  background: rgba(255,255,255,.08);
  border-color: var(--primary);
  color: var(--primary);
}

.hero__stats { display: flex; gap: 18px; margin-top: 32px; flex-wrap: wrap; }
.hero__stat h3 {
  font-size: 1.55rem; font-weight: 800;
  color: var(--primary); font-family: var(--font-head);
}
.hero__stat p { font-size: .8rem; color: rgba(255,255,255,.5); margin-top: 2px; }

/* Card da bag */
.hero__visual { position: relative; display: flex; align-items: center; justify-content: center; }

.hero__bag {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(85,201,217,.06));
  border: 1px solid rgba(85,201,217,.18);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4), 0 0 70px rgba(85,201,217,.15);
  overflow: hidden;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  backdrop-filter: blur(16px);
}

.hero__bag-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 8px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__bag-icon { font-size: 4.5rem; display: block; margin-bottom: 16px; }
.hero__bag-label { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: rgba(255,255,255,.75); }
.hero__bag-label span { color: var(--primary); }

/* Wrapper da imagem */
.hero__bag-img-wrap {
  width: 100%;
  padding: 0 8px;
}

.hero__bag-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.15));
  /* Animação direto na img, igual ao original */
  animation: floatBag 6s ease-in-out infinite;
  transition: transform .4s ease;
}

/* Hover */
.hero__bag:hover .hero__bag-img {
  transform: scale(1.04) rotate(1.5deg);
  animation-play-state: paused;
}

@keyframes floatBag {
  0%   { transform: translateY(0px)   rotate(0deg); }
  50%  { transform: translateY(-10px) rotate(1deg); }
  100% { transform: translateY(0px)   rotate(0deg); }
}

.hero__bag::after {
  content: ''; position: absolute;
  width: 60%; height: 60%;
  background: radial-gradient(circle, rgba(85,201,217,.22), transparent 70%);
  top: 20%; left: 20%; filter: blur(36px); z-index: 0;
  pointer-events: none;
}

/* Orbits e bolhas de CO2 */
.co2-orbit {
  position: absolute; width: 120px; height: 120px;
  border: 1.5px dashed var(--primary); border-radius: 50%;
  animation: orbit 8s linear infinite; opacity: .3;
}
.co2-orbit:nth-child(2) { width: 180px; height: 180px; animation-duration: 12s; animation-direction: reverse; }
.co2-orbit:nth-child(3) { width: 240px; height: 240px; animation-duration: 16s; }
@keyframes orbit { to { transform: rotate(360deg); } }

.co2-bubble {
  position: absolute; background: var(--primary); border-radius: 50%;
  opacity: 0; animation: co2-rise 5s ease-in-out infinite;
}
@keyframes co2-rise {
  0%   { opacity: 0; transform: translateY(0) scale(1); }
  20%  { opacity: .7; }
  100% { opacity: 0; transform: translateY(-70px) scale(1.3); }
}

/* Social proof pills — estilos movidos do inline */
.hero__social-proof {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hero__proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(13,27,34,.55);
  border: 1px solid rgba(85,201,217,.25);
  border-radius: 100px;
  padding: 6px 12px 6px 10px;
  backdrop-filter: blur(8px);
  font-family: var(--font-body);
  font-size: .74rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
}
.hero__proof-dot {
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
  flex-shrink: 0;
}

/* Pills dentro da bag */
.hero__pill {
  display: inline-block;
  background: rgba(85,201,217,.12);
  border: 1px solid rgba(85,201,217,.25);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .75rem;
  font-weight: 600;
  color: var(--primary);
}

/* PPM counter */
.hero__ppm {
  display: flex; flex-direction: column; align-items: center;
  margin-top: 14px;
}
.hero__ppm-val {
  font-family: var(--font-head);
  font-size: 1.7rem; font-weight: 900;
  color: var(--primary); letter-spacing: .02em; line-height: 1;
  text-shadow: 0 0 18px rgba(85,201,217,.4);
}
.hero__ppm-lbl {
  font-size: .68rem; font-weight: 600; color: rgba(255,255,255,.45);
  letter-spacing: .1em; text-transform: uppercase; margin-top: 4px;
}
.hero__ppm-bar-wrap {
  width: 110px; height: 4px;
  background: rgba(85,201,217,.15); border-radius: 2px;
  margin-top: 8px; overflow: hidden;
}
.hero__ppm-bar {
  height: 100%; width: 0%; border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), #00e5a0);
}


/* ============================================================
   12. SEÇÕES COMUNS
============================================================ */
/* ============================================================
   CO2 SCIENCE — redesign moderno
============================================================ */
/* ============================================================
   CO2 SCIENCE SECTION v2 — dark unified
============================================================ */
.co2sci2-section {
  background: linear-gradient(160deg, #070f14 0%, #0a1e2c 55%, #0d2535 100%);
  padding: 80px 0;
  position: relative; overflow: hidden;
}
.co2sci2-section::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(85,201,217,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
}
.co2sci2-section .section__header { position: relative; z-index: 1; }
.co2sci2-section .section__header p { color: rgba(255,255,255,.5); }

/* Grid: chart + stats */
.co2sci2-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative; z-index: 1;
  margin-top: 48px;
}
@media (min-width: 760px) {
  .co2sci2-grid { grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: start; }
}

/* Chart card */
.co2sci2-chart {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 28px 28px 22px;
}
.co2sci2-chart__label {
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: rgba(255,255,255,.35);
  margin-bottom: 28px;
}

/* Bar rows */
.co2sci2-bar-group { display: flex; flex-direction: column; gap: 20px; }
.co2sci2-bar-row {}
.co2sci2-bar-row--hero { margin-top: 4px; }
.co2sci2-bar-name {
  display: flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.55);
  margin-bottom: 8px;
}
.co2sci2-badge {
  font-size: .62rem; font-weight: 800; letter-spacing: .06em;
  background: rgba(85,201,217,.15); color: var(--accent);
  border: 1px solid rgba(85,201,217,.25);
  border-radius: 999px; padding: 1px 8px;
}
.co2sci2-bar-track {
  height: 32px;
  background: rgba(255,255,255,.05);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  position: relative;
}
.co2sci2-bar {
  height: 100%; width: var(--w);
  border-radius: 10px;
  display: flex; align-items: center;
  transition: width 1.4s cubic-bezier(.22,1,.36,1);
  position: relative;
  min-width: 80px;
}
.co2sci2-bar--neutral { background: linear-gradient(90deg, #334155, #475569); }
.co2sci2-bar--danger  { background: linear-gradient(90deg, #7f1d1d, #dc2626); }
.co2sci2-bar--good    {
  background: linear-gradient(90deg, var(--primary-dark), var(--accent));
  box-shadow: 0 0 20px rgba(85,201,217,.3);
}
.co2sci2-bar-val {
  position: absolute; right: 12px;
  font-family: var(--font-head); font-size: .75rem; font-weight: 800;
  color: #fff; white-space: nowrap;
}

.co2sci2-chart__caption {
  margin-top: 20px;
  font-size: .72rem; color: rgba(255,255,255,.3);
  font-style: italic; text-align: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.07);
}

/* Stats column */
.co2sci2-stats { display: flex; flex-direction: column; gap: 12px; }
.co2sci2-stat {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 20px 22px;
  transition: border-color .25s, background .25s, transform .25s;
}
.co2sci2-stat:hover {
  border-color: rgba(85,201,217,.25);
  background: rgba(85,201,217,.04);
  transform: translateY(-2px);
}
.co2sci2-stat__top {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 6px;
}
.co2sci2-stat__icon {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.co2sci2-stat__icon--green { background: rgba(34,197,94,.12); color: #4ade80; }
.co2sci2-stat__icon--red   { background: rgba(239,68,68,.12); color: #f87171; }
.co2sci2-stat__icon--cyan  { background: rgba(85,201,217,.12); color: var(--accent); }
.co2sci2-stat__val {
  font-family: var(--font-head); font-size: 1.8rem; font-weight: 900;
  color: #fff; line-height: 1;
}
.co2sci2-stat__label {
  font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .1em; color: rgba(255,255,255,.35);
  margin-bottom: 6px;
}
.co2sci2-stat__desc {
  font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.65; margin: 0;
}

/* Barra comparativa (legado - não usada mas mantida para compatibilidade) */
.co2-meter { margin: 40px 0 48px; }
.co2-meter__labels {
  display: grid; grid-template-columns: repeat(3,1fr);
  font-size: .72rem; font-weight: 600; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 10px; gap: 8px;
}
.co2-meter__track { display: flex; flex-direction: column; gap: 10px; }
.co2-meter__bar {
  position: relative; height: 36px; border-radius: 999px;
  display: flex; align-items: center; padding: 0 14px;
  width: var(--pct); min-width: 80px;
  transition: width 1.2s cubic-bezier(.22,1,.36,1);
}
.co2-meter__bar--a { background: linear-gradient(90deg,#334155,#475569); }
.co2-meter__bar--b { background: linear-gradient(90deg,#7f1d1d,#b91c1c); }
.co2-meter__bar--c { background: linear-gradient(90deg,var(--primary-dark),var(--accent)); box-shadow: 0 0 24px rgba(85,201,217,.3); }
.co2-meter__val {
  font-family: var(--font-head); font-size: .78rem; font-weight: 800;
  color: #fff; white-space: nowrap;
}
.co2-meter__caption {
  font-size: .72rem; color: var(--text-muted); margin-top: 10px;
  text-align: center; font-style: italic;
}

/* Cards expandíveis (legado) */
.co2-cards-v2 { display: flex; flex-direction: column; gap: 12px; }
.co2v2-card {
  border: 1px solid var(--border); border-radius: 16px;
  background: var(--bg-card); overflow: hidden;
  transition: border-color .2s, box-shadow .2s; cursor: pointer;
}
.co2v2-card:hover, .co2v2-card.open { border-color: rgba(85,201,217,.35); box-shadow: 0 4px 24px rgba(85,201,217,.08); }
.co2v2-card__head { display: flex; align-items: center; gap: 16px; padding: 20px 22px; }
.co2v2-icon { width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.co2v2-icon--green { background: rgba(34,197,94,.12); color: #4ade80; }
.co2v2-icon--red   { background: rgba(239,68,68,.12);  color: #f87171; }
.co2v2-icon--cyan  { background: rgba(85,201,217,.12); color: var(--accent); }
.co2v2-card__title { flex: 1; min-width: 0; }
.co2v2-num { display: block; font-family: var(--font-head); font-size: 1.2rem; font-weight: 900; color: var(--text); line-height: 1.1; margin-bottom: 2px; }
.co2v2-label { font-size: .78rem; color: var(--text-muted); font-weight: 500; }
.co2v2-chevron { color: var(--text-muted); flex-shrink: 0; transition: transform .25s ease; }
.co2v2-card.open .co2v2-chevron { transform: rotate(180deg); color: var(--accent); }
.co2v2-card__body { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0 22px; }
.co2v2-card.open .co2v2-card__body { max-height: 200px; padding: 0 22px 20px; }
.co2v2-card__body p { font-size: .88rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 12px; }
.co2v2-stat { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--text-muted); background: var(--bg); border-radius: 8px; padding: 10px 12px; }
.co2v2-stat__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.co2v2-stat__dot--green { background: #4ade80; }
.co2v2-stat__dot--red   { background: #f87171; }
.co2v2-stat__dot--cyan  { background: var(--accent); }

/* How Preview */
.how-preview {
  background: linear-gradient(135deg, rgba(13,27,34,.91) 0%, rgba(26,48,64,.91) 100%);
  padding: 56px 0; color: #fff;
}
.how-preview .section__header h2 { color: #fff; }
.how-preview .section__header p  { color: rgba(255,255,255,.6); }

.steps { display: grid; grid-template-columns: 1fr; gap: 14px; }
.step {
  text-align: center; padding: 22px 14px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius); transition: var(--transition);
}
.step:hover { background: rgba(85,201,217,.1); border-color: rgba(85,201,217,.3); }
.step__num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--primary); color: #fff;
  font-family: var(--font-head); font-weight: 800; font-size: 1rem;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.step h4 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.step p  { font-size: .84rem; color: rgba(255,255,255,.55); }

/* Benefits grid */
/* ── Benefits Grid — novo design ─────────────────────────────── */
.benefits-section { background: var(--bg); }

.bf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 8px;
}

.bf-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px 22px 20px;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.bf-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0; transition: opacity .3s;
}
.bf-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85,201,217,.3);
  box-shadow: 0 12px 40px rgba(85,201,217,.08);
}
.bf-card:hover::after { opacity: 1; }

/* Topo: ícone + badge */
.bf-card__top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px;
}

.bf-icon {
  width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0;
  background: rgba(85,201,217,.1);
  border: 1px solid rgba(85,201,217,.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  transition: background .25s, box-shadow .25s;
}
.bf-card:hover .bf-icon {
  background: rgba(85,201,217,.18);
  box-shadow: 0 0 16px rgba(85,201,217,.2);
}

.bf-badge {
  font-size: .66rem; font-weight: 800; letter-spacing: .07em;
  text-transform: uppercase; color: var(--accent);
  background: rgba(85,201,217,.08);
  border: 1px solid rgba(85,201,217,.2);
  border-radius: 999px; padding: 3px 10px;
  white-space: nowrap;
}

/* Texto */
.bf-card h4 { font-size: .95rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.bf-card p  { font-size: .84rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }

/* Barra de progresso decorativa */
.bf-bar {
  height: 3px; background: rgba(255,255,255,.07); border-radius: 999px; overflow: hidden;
}
.bf-bar__fill {
  height: 100%; width: 0;
  background: linear-gradient(90deg, var(--primary-dark), var(--accent));
  border-radius: 999px;
  transition: width 1s cubic-bezier(.22,1,.36,1);
}
.bf-card.visible .bf-bar__fill { width: var(--w); }

/* Proof */
.proof {
  background: linear-gradient(160deg, #070f14 0%, #0a1e2c 55%, #0d2535 100%);
  padding: 52px 0; color: #fff;
  position: relative; overflow: hidden;
}
.proof::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(85,201,217,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
}
.proof-stats { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; position: relative; z-index: 1; }
.proof-stat { text-align: center; }
.proof-stat h3 { font-size: 2.1rem; font-weight: 900; font-family: var(--font-head); line-height: 1; color: var(--accent); }
.proof-stat p  { font-size: .84rem; margin-top: 4px; opacity: .65; }

/* ============================================================
   TESTIMONIALS — redesign premium
============================================================ */
.testi-section {
  position: relative;
  background: #2c3f4c;
  padding: 80px 0 90px;
  overflow: hidden;
}

/* Glow ambiente */
.testi-bg-glow { display: none; }

/* Header */
.testi-header { text-align: center; margin-bottom: 40px; }
.testi-eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); background: rgba(85,201,217,.1);
  border: 1px solid rgba(85,201,217,.25); border-radius: 999px;
  padding: 5px 14px; margin-bottom: 16px;
}
.testi-title {
  font-family: var(--font-head); font-size: clamp(1.8rem,5vw,2.8rem);
  font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 10px;
}
.testi-title em { font-style: normal; color: var(--accent); }
.testi-sub { color: rgba(255,255,255,.45); font-size: .95rem; }

/* Barra de rating global */
.testi-rating-bar {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 16px 24px; margin-bottom: 40px;
  backdrop-filter: blur(8px);
}
.testi-rating-score {
  font-family: var(--font-head); font-size: 2.6rem; font-weight: 900;
  color: #fff; line-height: 1;
}
.testi-rating-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; }
.testi-rating-label { font-size: .75rem; color: rgba(255,255,255,.45); margin-top: 3px; }
.testi-rating-sep { width: 1px; height: 36px; background: rgba(255,255,255,.1); flex-shrink: 0; }
.testi-rating-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.testi-rbadge {
  font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; padding: 4px 12px;
}

/* Grid */
.testi-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}

/* Card */
.testi-card {
  position: relative;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 28px 26px 24px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  overflow: hidden;
}
.testi-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(85,201,217,0));
  opacity: 0; transition: opacity .25s;
}
.testi-card:hover { transform: translateY(-4px); border-color: rgba(85,201,217,.2); background: rgba(255,255,255,.06); }
.testi-card:hover::before { opacity: 1; }

/* Aspas decorativas */
.testi-card__quote {
  font-family: Georgia, serif; font-size: 5rem; line-height: .6;
  color: var(--accent); opacity: .18; margin-bottom: 14px;
  font-weight: 900; user-select: none;
}
.testi-card__stars { color: #f59e0b; font-size: .88rem; letter-spacing: 2px; margin-bottom: 14px; }
.testi-card__text {
  font-size: .9rem; color: rgba(255,255,255,.7); line-height: 1.75;
  margin-bottom: 22px;
}

/* Footer do card */
.testi-card__footer { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 800; font-family: var(--font-head);
  color: #fff; letter-spacing: .04em;
}
.testi-avatar--cyan  { background: linear-gradient(135deg, #0ea5e9, #55c9d9); }
.testi-avatar--green { background: #2c3d49; }
.testi-avatar--teal  { background: linear-gradient(135deg, #0d9488, #5eead4); }
.testi-card__name {
  font-weight: 700; font-size: .86rem; color: #fff;
  display: flex; align-items: center; gap: 6px;
}
.testi-verified {
  font-size: .65rem; font-weight: 600; color: #7ec8d8;
  background: rgba(44,61,73,.4); border: 1px solid rgba(85,201,217,.2);
  border-radius: 999px; padding: 1px 7px;
}
.testi-card__role { font-size: .75rem; color: rgba(255,255,255,.38); margin-top: 2px; }

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, rgba(13,27,34,.91), rgba(26,48,64,.91));
  padding: 56px 0; text-align: center; color: #fff;
}
.cta-banner h2 { font-size: clamp(1.4rem, 5vw, 2.5rem); font-weight: 800; margin-bottom: 12px; }
.cta-banner p  { color: rgba(255,255,255,.65); margin-bottom: 26px; font-size: .96rem; }
.cta-banner .btn--primary { font-size: 1rem; padding: 14px 32px; }

/* CTA Banner actions */
.cta-banner__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}


/* ============================================================
   13. FOOTER
============================================================ */
footer { background: rgba(13,27,34,.93); color: rgba(255,255,255,.6); padding: 48px 0 24px; }

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 36px;
}

.footer__logo {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 800; font-size: 1.2rem;
  color: #fff; margin-bottom: 12px;
}
.footer__logo span span { color: var(--primary); }

.footer__brand h3 { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 1.2rem; margin-bottom: 12px; }
.footer__brand h3 span { color: var(--primary); }
.footer__brand p { font-size: .86rem; line-height: 1.8; }

.footer__col h4 { color: #fff; font-weight: 600; margin-bottom: 14px; font-size: .88rem; }
.footer__col ul { display: flex; flex-direction: column; gap: 9px; }
.footer__col ul a { font-size: .86rem; transition: color .2s; display: flex; align-items: center; min-height: 32px; }
.footer__col ul a:hover { color: var(--primary); }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  gap: 5px; font-size: .81rem; text-align: center;
}

.footer__social { display: flex; gap: 12px; }
.footer__social a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: .88rem; transition: var(--transition);
}
.footer__social a:hover { border-color: var(--primary); color: var(--primary); }

.footer__payment { border-top: 1px solid rgba(255,255,255,.08); margin-top: 7px; padding: 22px 0 32px; text-align: center; }
.footer__payment p { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 14px; }
.footer__payment__icons { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; }
.footer__payment__icons img { height: 28px; width: auto; object-fit: contain; }

.checkout__payment { border-top: 1px solid var(--border); margin-top: 22px; padding: 18px 0 7px; text-align: center; }
.checkout__payment p { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }


/* ============================================================
   14. PAGE HERO (páginas internas)
============================================================ */
.page-hero {
  padding: calc(var(--nav-h) + var(--banner-h) + 52px) 0 64px;
  background: linear-gradient(160deg, #0a161c 0%, #0d2030 60%, #0f1f2a 100%);
  text-align: center; color: #fff; position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(85,201,217,.1) 0%, transparent 70%);
}
.page-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85,201,217,.4), transparent);
}
.page-hero h1 {
  font-size: clamp(1.7rem, 5.5vw, 3.2rem);
  font-weight: 900; letter-spacing: -.03em; margin-bottom: 16px; color: #fff;
  position: relative; z-index: 1;
}
.page-hero p  {
  color: rgba(255,255,255,.55); max-width: 540px; margin: 0 auto;
  font-size: .97rem; line-height: 1.75; position: relative; z-index: 1;
}
.page-hero .tag { color: var(--primary); border-color: rgba(85,201,217,.3); background: rgba(85,201,217,.08); position: relative; z-index: 1; }


/* ============================================================
   15. COMO FUNCIONA
============================================================ */
.process-steps { counter-reset: step; display: flex; flex-direction: column; gap: 0; }
.process-step {
  display: grid; grid-template-columns: 56px 1fr; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.06); align-items: start;
  transition: background .2s;
}
.process-step:last-child { border-bottom: none; }
.process-step__num {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, var(--primary-dark), var(--accent));
  color: #fff; font-family: var(--font-head); font-weight: 900; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative;
  box-shadow: 0 4px 16px rgba(85,201,217,.25);
}
.process-step__num::after {
  content: ''; position: absolute; top: 52px; left: 50%;
  transform: translateX(-50%); width: 2px; height: calc(100% + 28px);
  background: linear-gradient(180deg, rgba(85,201,217,.3), transparent);
}
.process-step:last-child .process-step__num::after { display: none; }
.process-step__content { padding-top: 10px; }
.process-step__content h3 { font-size: 1.06rem; font-weight: 700; margin-bottom: 8px; }
.process-step__content p  { color: var(--text-muted); line-height: 1.8; font-size: .9rem; }
.process-step__badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(85,201,217,.08); border: 1px solid rgba(85,201,217,.2);
  border-radius: 999px; padding: 4px 12px; font-size: .74rem; font-weight: 700;
  color: var(--accent); margin-top: 11px; letter-spacing: .03em;
}

.science-callout {
  background: linear-gradient(135deg, #0d1b22, #1a3040);
  border-radius: 20px; padding: 40px 24px; color: #fff; text-align: center; margin: 48px 0;
  border: 1px solid rgba(85,201,217,.15);
  box-shadow: 0 0 60px rgba(85,201,217,.06);
}
.science-callout h2 { font-size: 1.35rem; font-weight: 800; margin-bottom: 11px; }
.science-callout p  { color: rgba(255,255,255,.6); max-width: 580px; margin: 0 auto; line-height: 1.8; font-size: .9rem; }


/* ============================================================
   16. BENEFÍCIOS
============================================================ */
.benefits-full { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 48px; }
.benefit-card {
  background: var(--bg-card); border-radius: 16px; padding: 26px;
  border: 1px solid var(--border);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start;
}
.benefit-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0; transition: opacity .3s;
}
.benefit-card:hover { transform: translateY(-4px); border-color: rgba(85,201,217,.25); box-shadow: 0 8px 32px rgba(85,201,217,.07); }
.benefit-card:hover::before { opacity: 1; }
.benefit-card__icon {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  background: rgba(85,201,217,.1); border: 1px solid rgba(85,201,217,.15);
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.benefit-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 7px; margin-top: 2px; }
.benefit-card p  { font-size: .87rem; color: var(--text-muted); line-height: 1.75; grid-column: 2; }

.compare-table {
  background: var(--bg-card); border-radius: 18px;
  overflow-x: auto; border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
  -webkit-overflow-scrolling: touch;
}
.compare-table table { width: 100%; border-collapse: collapse; min-width: 480px; }
.compare-table th {
  background: #0d1b22; color: #fff; padding: 15px 18px;
  text-align: left; font-size: .84rem; font-weight: 700; font-family: var(--font-head);
  letter-spacing: .04em;
}
.compare-table th:first-child { background: #091318; color: rgba(255,255,255,.5); }
.compare-table th:nth-child(2) { color: var(--accent); }
.compare-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); font-size: .86rem; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: rgba(85,201,217,.03); }
.compare-table .highlight { color: var(--primary-dark); font-weight: 700; }
.check { color: #22c55e; }
.cross { color: #ef4444; }


/* ============================================================
   17. PRODUTO
============================================================ */
.product-layout { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.product-visual {
  background: linear-gradient(145deg, #fff, #e4f8fa); border-radius: 22px;
  box-shadow: var(--shadow-lg); aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.product-visual-inner { text-align: center; padding: 26px; }
.product-visual-icon  { font-size: 5.5rem; display: block; margin-bottom: 14px; }
.product-info h1   { font-size: 1.65rem; font-weight: 800; margin-bottom: 8px; }
.product-info .subtitle { color: var(--text-muted); margin-bottom: 20px; font-size: .94rem; }
.product-price { font-family: var(--font-head); font-size: 1.9rem; font-weight: 900; color: var(--primary-dark); margin-bottom: 7px; }
.product-price .sub { font-size: .85rem; color: var(--text-muted); font-weight: 400; }
.product-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
.product-actions .btn { width: 100%; justify-content: center; }
.product-specs { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; margin-bottom: 22px; }
.product-specs h3 { padding: 13px 16px; background: var(--text); color: #fff; font-size: .89rem; font-weight: 700; }
.spec-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 16px; border-bottom: 1px solid var(--border); font-size: .86rem; gap: 10px; }
.spec-row:last-child { border-bottom: none; }
.spec-row .label { color: var(--text-muted); }
.spec-row .value  { font-weight: 600; color: var(--primary-dark); text-align: right; }
.guarantee-badge { display: flex; gap: 13px; align-items: center; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius); padding: 14px 16px; }
.guarantee-badge .icon { font-size: 1.6rem; }
.guarantee-badge h4 { font-weight: 700; font-size: .88rem; margin-bottom: 2px; }
.guarantee-badge p  { font-size: .79rem; color: #166534; }


/* ============================================================
   18. REVENDEDORES
============================================================ */
.reseller-hero {
  background: linear-gradient(160deg, #0a161c 0%, #0d2030 60%, #0f1f2a 100%);
  padding: calc(var(--nav-h) + var(--banner-h) + 52px) 0 64px;
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.reseller-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(85,201,217,.1) 0%, transparent 70%);
}
.reseller-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85,201,217,.4), transparent);
}
.reseller-hero h1 {
  font-size: clamp(1.7rem, 5vw, 3.2rem); font-weight: 900; margin-bottom: 16px;
  position: relative; z-index: 1;
}
.reseller-hero p  {
  color: rgba(255,255,255,.55); max-width: 540px; margin: 0 auto;
  font-size: .97rem; line-height: 1.75; position: relative; z-index: 1;
}

.reseller-benefits { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 48px; }
.reseller-benefit {
  background: var(--bg-card); border-radius: 16px; padding: 22px 22px 22px 20px;
  border: 1px solid var(--border); transition: transform .25s, border-color .25s, box-shadow .25s;
  display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start;
}
.reseller-benefit:hover { transform: translateY(-3px); border-color: rgba(85,201,217,.2); box-shadow: 0 6px 24px rgba(85,201,217,.06); }
.reseller-benefit .icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: rgba(85,201,217,.1); border: 1px solid rgba(85,201,217,.15);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.reseller-benefit h3 { font-size: .96rem; font-weight: 700; margin-bottom: 5px; margin-top: 3px; }
.reseller-benefit p  { font-size: .85rem; color: var(--text-muted); line-height: 1.7; grid-column: 2; }

/* Form */
.form-card { background: var(--bg-card); border-radius: 18px; padding: 24px 18px; border: 1px solid var(--border); box-shadow: var(--shadow-md); }
.form-card h2 { font-size: 1.4rem; font-weight: 800; margin-bottom: 6px; }
.form-card p  { color: var(--text-muted); margin-bottom: 22px; font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 13px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: .83rem; font-weight: 600; color: var(--text); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 16px; /* Evita zoom iOS */
  background: var(--bg); color: var(--text);
  transition: border-color .2s; width: 100%; min-height: 48px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--primary); }
.form-group textarea { resize: vertical; min-height: 96px; }
.form-submit { margin-top: 7px; }
.form-success { display: none; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius-sm); padding: 14px; color: #166534; font-weight: 600; margin-top: 14px; text-align: center; }


/* ============================================================
   19. SOBRE
============================================================ */
.about-mission { display: grid; grid-template-columns: 1fr; gap: 14px; }
.mission-card {
  background: var(--bg-card); border-radius: 16px; padding: 26px;
  border: 1px solid var(--border);
  transition: transform .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.mission-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 3px; bottom: 0;
  background: linear-gradient(180deg, var(--accent), transparent);
}
.mission-card:hover { transform: translateY(-3px); border-color: rgba(85,201,217,.2); }
.mission-card__label {
  display: inline-block; font-size: .66rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); background: rgba(85,201,217,.1);
  border: 1px solid rgba(85,201,217,.2); border-radius: 999px;
  padding: 3px 11px; margin-bottom: 12px;
}
.mission-card h3 { font-size: 1.06rem; font-weight: 800; margin-bottom: 8px; }
.mission-card p  { font-size: .87rem; color: var(--text-muted); line-height: 1.8; }

.timeline { position: relative; padding-left: 28px; }
.timeline::before {
  content: ''; position: absolute; left: 9px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, var(--accent), rgba(85,201,217,.1));
}
.timeline-event { position: relative; margin-bottom: 32px; }
.timeline-event::before {
  content: ''; position: absolute; left: -22px; top: 4px;
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--accent); border: 2px solid var(--bg);
  box-shadow: 0 0 0 3px rgba(85,201,217,.2);
}
.timeline-event h4 { font-weight: 700; margin-bottom: 5px; font-size: .95rem; }
.timeline-event p   { font-size: .84rem; color: var(--text-muted); line-height: 1.7; }
.timeline-event .year {
  font-size: .7rem; font-weight: 800; color: var(--accent);
  margin-bottom: 3px; font-family: var(--font-head);
  letter-spacing: .08em; text-transform: uppercase;
}


/* ============================================================
   20. FAQ
============================================================ */
.faq-list { max-width: 740px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
  transition: background .2s;
}
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; cursor: pointer; font-weight: 600; font-size: .94rem;
  gap: 14px; transition: color .2s; min-height: 52px;
  -webkit-tap-highlight-color: transparent;
}
.faq-q:hover { color: var(--accent); }
.faq-arrow {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 10px;
  background: var(--bg-card); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, border-color .25s, transform .25s;
}
.faq-arrow svg { width: 14px; height: 14px; stroke: var(--text-muted); transition: stroke .25s; }
.faq-item.open .faq-arrow {
  background: rgba(85,201,217,.12); border-color: rgba(85,201,217,.3);
  transform: rotate(180deg);
}
.faq-item.open .faq-arrow svg { stroke: var(--accent); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  font-size: .9rem; color: var(--text-muted); line-height: 1.85;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 20px; }


/* ============================================================
   21. LOJA
============================================================ */
.shop-hero {
  padding: calc(var(--nav-h) + var(--banner-h) + 34px) 0 44px;
  background: linear-gradient(135deg, #0d1b22 0%, #1a3040 100%);
  color: #fff; text-align: center;
}
.shop-hero h1 { font-size: clamp(1.55rem, 5vw, 2.8rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 9px; color: #fff; }
.shop-hero p  { color: rgba(255,255,255,.65); font-size: .96rem; }
.shop-hero .tag { color: var(--primary); border-color: rgba(85,201,217,.3); background: rgba(85,201,217,.1); }

.shop-layout { display: grid; grid-template-columns: 1fr; gap: 24px; padding: 32px 0; align-items: start; }
.shop-sidebar { position: static; }
.filter-card { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--border); padding: 16px; margin-bottom: 13px; }
.filter-card h4 { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 11px; color: var(--text-muted); }
.filter-option { display: flex; align-items: center; gap: 9px; padding: 8px 0; cursor: pointer; font-size: .88rem; transition: color .2s; min-height: 40px; }
.filter-option input[type=checkbox] { accent-color: var(--primary); width: 16px; height: 16px; cursor: pointer; flex-shrink: 0; }
.filter-option:hover { color: var(--primary-dark); }
.filter-option .count { margin-left: auto; font-size: .76rem; color: var(--text-muted); }
.price-range { display: flex; gap: 7px; align-items: center; }
.price-range input[type=number] { flex: 1; padding: 9px 10px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 16px; background: var(--bg); min-width: 0; min-height: 44px; }
.price-range input:focus { outline: none; border-color: var(--primary); }
.price-range span { color: var(--text-muted); font-size: .83rem; flex-shrink: 0; }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.shop-count { font-size: .88rem; color: var(--text-muted); }
.shop-sort { padding: 9px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: .86rem; background: var(--bg-card); cursor: pointer; min-height: 44px; }
.shop-sort:focus { outline: none; border-color: var(--primary); }

/* Grid de produtos: 2 colunas em mobile */
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.product-card { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow-sm); overflow: hidden; transition: var(--transition); cursor: pointer; position: relative; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card__badge { position: absolute; top: 8px; left: 8px; z-index: 2; background: var(--primary); color: #fff; font-family: var(--font-head); font-size: .65rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.product-card__badge.new  { background: #8b5cf6; }
.product-card__badge.sale { background: #ef4444; }
.product-card__img { aspect-ratio: 1; width: 100%; background: linear-gradient(135deg, #e4f8fa, #f8fffe); display: flex; align-items: center; justify-content: center; font-size: 3rem; position: relative; overflow: hidden; }
.product-card__img img { width: 100%; height: 100%; object-fit: contain; }
.product-card__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,.04)); }
.product-card__quick { position: absolute; bottom: -48px; left: 0; right: 0; background: rgba(13,27,34,.85); backdrop-filter: blur(8px); color: #fff; text-align: center; padding: 11px; font-family: var(--font-head); font-weight: 600; font-size: .83rem; transition: bottom .3s; z-index: 3; }
/* Desktop: aparece no hover */
@media (hover: hover) {
  .product-card:hover .product-card__quick { bottom: 0; }
}
/* Mobile touch: sempre visível */
@media (hover: none) {
  .product-card__quick { bottom: 0; font-size: .75rem; padding: 8px; }
}
.product-card__body { padding: 10px; }
.product-card__cat   { font-size: .66rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--primary-dark); margin-bottom: 4px; }
.product-card__name  { font-weight: 700; font-size: .85rem; margin-bottom: 4px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__desc  { font-size: .75rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 4px; flex-wrap: wrap; }
.product-card__price  { font-family: var(--font-head); font-weight: 800; font-size: .92rem; color: var(--text); }
.product-card__price .old { font-size: .7rem; text-decoration: line-through; color: var(--text-muted); font-weight: 400; display: block; }
.product-card__stars { font-size: .7rem; color: #f59e0b; }
.add-to-cart-btn {
  height: 32px; padding: 0 9px; border-radius: 999px;
  background: var(--primary); color: #fff; border: none; cursor: pointer;
  font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition); flex-shrink: 0; white-space: nowrap; gap: 3px;
}
.add-to-cart-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }


/* ============================================================
   22. MODAL DE PRODUTO
============================================================ */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(13,27,34,.6); backdrop-filter: blur(6px);
  z-index: 3000; opacity: 0; pointer-events: none; transition: opacity .3s;
  display: flex; align-items: center; justify-content: center; padding: 10px;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
/* ── Modal ── */
.modal-box {
  background: var(--bg-card);
  border-radius: 18px;
  width: 100%;
  max-width: 860px;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  transform: scale(.94) translateY(14px);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  position: relative;
}
.modal-overlay.open .modal-box { transform: scale(1) translateY(0); }
.modal-close {
  position: fixed; top: 14px; right: 14px;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  cursor: pointer; font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center;
  z-index: 10; transition: var(--transition);
}
.modal-close:hover { background: #fee2e2; }
.modal-grid { display: block; }

/* Imagem: bloco no topo, altura fixa, preenche sem cortar */
.modal-visual {
  width: 100%;
  height: 300px;
  border-radius: 18px 18px 0 0;
  background-color: #e8f9fb;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  flex-shrink: 0;
}
.modal-info { padding: 24px 20px; }
.modal-info .cat { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--primary-dark); margin-bottom: 5px; }
.modal-info h2  { font-size: 1.28rem; font-weight: 800; margin-bottom: 6px; line-height: 1.2; }
.modal-info .desc { font-size: .87rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 18px; }
.modal-price .current     { font-family: var(--font-head); font-size: 1.6rem; font-weight: 900; color: var(--primary-dark); }
.modal-price .old-p       { font-size: .85rem; text-decoration: line-through; color: var(--text-muted); }
.modal-price .installment { font-size: .8rem; color: var(--text-muted); margin-top: 3px; }
.modal-price { margin-bottom: 15px; }
.variant-select { margin-bottom: 14px; }
.variant-select label { font-size: .83rem; font-weight: 600; display: block; margin-bottom: 7px; }
.variants { display: flex; flex-wrap: wrap; gap: 7px; }
.variant-btn { padding: 9px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); background: var(--bg); font-size: .86rem; cursor: pointer; transition: var(--transition); min-height: 44px; }
.variant-btn:hover, .variant-btn.active { border-color: var(--primary); color: var(--primary-dark); background: var(--primary-glow); }
.modal-qty { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.modal-qty label { font-size: .83rem; font-weight: 600; }
.modal-qty-ctrl { display: flex; align-items: center; gap: 9px; background: var(--bg); border-radius: var(--radius-sm); padding: 5px 11px; border: 1px solid var(--border); }
.modal-actions { display: flex; flex-direction: column; gap: 9px; }
.modal-actions .btn { width: 100%; justify-content: center; }
.modal-features { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 7px; }
.modal-feat { display: flex; align-items: center; gap: 5px; font-size: .76rem; font-weight: 600; background: var(--primary-glow); border: 1px solid var(--border); border-radius: 999px; padding: 3px 11px; color: var(--primary-dark); }


/* ============================================================
   23. CHECKOUT
============================================================ */
.ck-main { padding-top: calc(var(--nav-h) + var(--banner-h)); }
.checkout-layout { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 20px 0 56px; align-items: start; }
.checkout-layout > * { min-width: 0; width: 100%; box-sizing: border-box; }
.checkout-form-card { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--border); padding: 18px 14px; margin-bottom: 14px; }
.checkout-form-card h3 { font-size: .94rem; font-weight: 700; margin-bottom: 18px; padding-bottom: 11px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 9px; }
.checkout-form-card h3 .step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--primary); color: #fff; font-size: .76rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.checkout-order-summary { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; position: static; width: 100%; box-sizing: border-box; }
.order-summary-head { background: var(--text); color: #fff; padding: 15px 16px; font-family: var(--font-head); font-weight: 700; }
.order-summary-items { padding: 0 12px; display: flex; flex-direction: column; gap: 0; overflow: hidden; width: 100%; box-sizing: border-box; }
.order-summary-item { display: flex; gap: 8px; align-items: center; min-width: 0; width: 100%; box-sizing: border-box; }
.order-summary-item .emoji { font-size: 1.4rem; flex-shrink: 0; }
.order-summary-item .info  { flex: 1; min-width: 0; overflow: hidden; }
.order-summary-item .name  { font-weight: 600; font-size: .86rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.order-summary-item .qty   { font-size: .78rem; color: var(--text-muted); }
.order-summary-item .price { font-weight: 700; color: var(--primary-dark); font-size: .88rem; white-space: nowrap; flex-shrink: 0; }
.order-summary-totals { padding: 12px 16px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 8px; }
.order-summary-row { display: flex; justify-content: space-between; font-size: .88rem; min-width: 0; }
.order-summary-row .l { color: var(--text-muted); }
.order-summary-row.total-row { font-weight: 800; font-size: 1.02rem; padding-top: 9px; border-top: 1px solid var(--border); }
.order-summary-row.discount-row .r { color: #16a34a; }
.frete-result { margin-top: 10px; padding: 10px 14px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius-sm); font-size: .86rem; color: #166534; display: none; }
.frete-result.show { display: block; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 14px; }
.payment-method { border: 2px solid var(--border); border-radius: var(--radius-sm); padding: 11px 7px; text-align: center; cursor: pointer; transition: var(--transition); font-size: .8rem; font-weight: 600; min-height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.payment-method:hover  { border-color: var(--primary); }
.payment-method.active { border-color: var(--primary); background: var(--primary-glow); color: var(--primary-dark); }
.payment-method .pm-icon { font-size: 1.35rem; display: block; margin-bottom: 4px; }
.pix-info { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius-sm); padding: 14px; text-align: center; display: none; }
.pix-info.show { display: block; }
.boleto-info { display: none; background: #fffbeb; border: 1px solid #fde68a; border-radius: var(--radius-sm); padding: 14px; margin-top: 10px; font-size: .86rem; }
.boleto-info.show { display: block; }
.card-fields { display: none; }
.card-fields.show { display: grid; grid-template-columns: 1fr; gap: 13px; }
.checkout-submit {
  display: block; width: 100%; padding: 16px;
  background: var(--primary); color: #fff; border: none; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  cursor: pointer; transition: var(--transition);
  box-shadow: 0 4px 20px rgba(85,201,217,.4); margin-top: 7px;
  box-sizing: border-box; text-align: center; min-height: 52px;
}
.checkout-submit:hover { background: var(--primary-dark); transform: translateY(-2px); }
.mp-badge { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; font-size: .78rem; color: var(--text-muted); flex-wrap: wrap; }
.order-success { text-align: center; padding: 80px 16px 60px; display: none; max-width: 520px; margin: 0 auto; overflow: visible; box-sizing: border-box; width: 100%; }
.order-success.show { display: block; }
.success-icon { margin: 0 auto 24px; width: 72px; height: 72px; animation: checkIn .5s cubic-bezier(.4,0,.2,1); overflow: visible; }
@keyframes checkIn { from { opacity: 0; transform: scale(0.4) translateY(8px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.order-success h2 { font-size: 1.6rem; font-weight: 900; margin-bottom: 10px; letter-spacing: -.02em; }
.order-success p  { color: var(--text-muted); max-width: 400px; margin: 0 auto 24px; font-size: .92rem; line-height: 1.6; }
.success-info { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 4px 20px; margin: 0 auto 24px; max-width: 380px; width: 100%; box-sizing: border-box; text-align: left; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.success-info::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--primary-dark)); }
.success-info__row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--border); gap: 12px; }
.success-info__row:last-child { border-bottom: none; }
.success-info__label { font-size: .78rem; color: var(--text-muted); font-weight: 600; }
.success-info__val { font-size: .9rem; font-weight: 800; color: var(--text); text-align: right; letter-spacing: -.01em; }
.success-steps { background: linear-gradient(135deg, rgba(85,201,217,.09), rgba(85,201,217,.03)); border: 1px solid rgba(85,201,217,.25); border-radius: 16px; padding: 20px 24px; margin: 0 auto 28px; max-width: 400px; width: 100%; box-sizing: border-box; text-align: left; }
.success-steps__title { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--primary-dark); margin-bottom: 14px; }
.success-steps__item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: .85rem; color: var(--text); line-height: 1.55; }
.success-steps__item:last-child { margin-bottom: 0; }
.success-steps__num { width: 20px; height: 20px; border-radius: 50%; background: var(--primary); color: #fff; font-size: .65rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.success-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; width: 100%; box-sizing: border-box; }
@media (max-width: 480px) {
  .order-success { padding: 56px 16px 48px; }
  .order-success h2 { font-size: 1.35rem; }
  .order-success p { font-size: .86rem; max-width: 100%; }
  .success-info { padding: 4px 16px; border-radius: 12px; }
  .success-steps { padding: 16px 18px; border-radius: 12px; }
  .success-actions { flex-direction: column; align-items: stretch; }
  .success-actions .btn { width: 100%; text-align: center; justify-content: center; }
}
.mp-field-wrapper { height: 48px; max-width: 100%; }


/* ============================================================
   24. COMPONENTES ADICIONAIS
============================================================ */
/* ============================================================
   HOTSPOT SPECS
============================================================ */
.hs-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 36px;
}

.hs-img-box {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  user-select: none;
}
.hs-img-box img {
  width: 100%; border-radius: 18px;
  display: block;
  box-shadow: 0 32px 80px rgba(0,0,0,.35);
}



/* Painel lateral de specs */
.hs-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hs-spec-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 18px 16px;
  transition: border-color .2s, background .2s, transform .2s;
  cursor: default;
}
.hs-spec-item.highlight, .hs-spec-item:hover {
  border-color: rgba(85,201,217,.35);
  background: rgba(85,201,217,.06);
  transform: translateY(-2px);
}
.hs-spec-num  { font-family: var(--font-head); font-size: 2rem; font-weight: 900; color: #fff; line-height: 1.2; }
.hs-spec-num .hs-spec-unit { font-size: .78rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .06em; vertical-align: middle; }
.hs-spec-desc { font-size: .75rem; color: rgba(255,255,255,.45); line-height: 1.4; margin-top: 6px; }

/* Desktop: lado a lado */

.kit-card { cursor: pointer; transition: transform .2s; border-radius: 16px; }
.kit-card:hover { transform: translateY(-3px); }

.rastreio-hero {
  padding: calc(var(--nav-h) + var(--banner-h) + 34px) 0 38px;
  background: linear-gradient(135deg, #0d1b22 0%, #1a3040 100%);
  text-align: center; color: #fff;
}
.rastreio-box { max-width: 640px; margin: -28px auto 0; padding: 0 16px 56px; }

.frete-opcao { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; transition: border-color .2s; margin-bottom: 8px; min-height: 50px; }
.frete-opcao:hover { border-color: var(--primary); }
.frete-opcao.selected { border-color: var(--primary); background: var(--primary-glow); }
.frete-info .nome { font-weight: 600; font-size: .88rem; }
.frete-info .prazo { font-size: .78rem; color: var(--text-muted); }
.frete-preco { margin-left: auto; font-weight: 700; color: var(--primary-dark); }

.cep-row { display: grid; grid-template-columns: 1fr; gap: 10px; align-items: end; }
.btn-cep { padding: 13px 18px; background: var(--text); color: #fff; border: none; border-radius: var(--radius-sm); font-weight: 600; font-size: .88rem; cursor: pointer; white-space: nowrap; transition: background .2s; width: 100%; min-height: 48px; }
.btn-cep:hover { background: var(--primary-dark); }

.payment-status { padding: 14px 16px; border-radius: var(--radius-sm); font-size: .9rem; font-weight: 600; text-align: center; }
.pix-container { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 20px; }
.pix-copy-btn { padding: 11px 22px; background: var(--primary); color: #fff; border: none; border-radius: 999px; font-weight: 700; font-size: .88rem; cursor: pointer; transition: var(--transition); }
.pix-copy-btn:hover { background: var(--primary-dark); }


/* ============================================================
   25. MEDIA QUERIES — MOBILE-FIRST (min-width)
   base → 480px → 640px → 900px → 1200px
============================================================ */

/* ── 480px: mobile médio ── */
@media (min-width: 480px) {
  .container { padding: 0 20px; }

  /* Hero: botões lado a lado */
  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero__actions .btn { width: auto; flex: 1; }

  /* Bag maior */
  .hero__bag { max-width: 300px; }
  .hero__bag-img { max-height: none; }

  /* Formulário */
  .cep-row { grid-template-columns: 1fr auto; }
  .btn-cep { width: auto; }

  /* Modal */
  .modal-actions { flex-direction: row; }
  .modal-actions .btn { width: auto; flex: 1; }

  /* Produto */
  .product-actions { flex-direction: row; }
  .product-actions .btn { flex: 1; width: auto; }

  /* CTA Banner */
  .cta-banner__actions { flex-direction: row; }
}

/* ── 640px: tablet pequeno / mobile paisagem ── */
@media (min-width: 640px) {
  .container { padding: 0 22px; }
  .section { padding: 70px 0; }
  .section__header { margin-bottom: 52px; }

  /* Hero */
  .hero { padding: calc(var(--nav-h) + var(--banner-h) + 40px) 0 70px; }
  .hero__bag { max-width: 340px; }
  .hero__bag-img { max-height: none; }
  .hero__stats { gap: 28px; }
  .hero__stat h3 { font-size: 1.85rem; }

  /* Grids */
  .grid-4 { grid-template-columns: 1fr 1fr; gap: 18px; }
  .steps          { grid-template-columns: 1fr 1fr; gap: 18px; }
  .benefits-grid  { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .testi-rating-bar { flex-wrap: nowrap; }
  .about-mission  { grid-template-columns: 1fr 1fr; }
  .products-grid  { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .benefits-full  { grid-template-columns: 1fr 1fr; gap: 16px; }
  .reseller-benefits { grid-template-columns: 1fr 1fr; gap: 16px; }
  .bf-grid        { grid-template-columns: 1fr 1fr; gap: 16px; }

  /* Formulário revendedores */
  .form-grid { grid-template-columns: 1fr 1fr; }
  .form-card { padding: 34px 28px; }

  /* Footer */
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Checkout */
  .checkout-form-card { padding: 24px 20px; }
  .card-fields.show { grid-template-columns: 1fr 1fr; }

  /* Modal */
  .modal-info { padding: 26px 22px; }

  /* Science */
  .science-callout { padding: 40px 32px; }

  /* Como funciona */
  .process-step { grid-template-columns: 60px 1fr; gap: 24px; }

  /* Proof stats */
  .proof-stats { gap: 44px; }
  .proof-stat h3 { font-size: 2.3rem; }
}

/* ── 900px: desktop ── */
@media (min-width: 900px) {
  /* Nav: mostrar links e cta, ocultar hambúrguer */
  .nav__links { display: flex; }
  .nav__cta   { display: flex; }
  .nav__burger { display: none; }
  .nav__mobile, .mob-overlay { display: none; }

  .container { padding: 0 24px; }
  .section { padding: 88px 0; }

  /* Hotspot desktop: imagem e specs lado a lado */
  .hs-wrap { grid-template-columns: 1fr 1fr; gap: 52px; }
  .hs-img-box { max-width: 100%; margin: 0; }
  .section__header { margin-bottom: 60px; }

  /* Hero: layout 2 colunas, visual à direita */
  .hero .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .hero__visual { order: 0; } /* Restaura ordem natural no desktop */
  .hero__content { order: 0; }

  .hero { padding: calc(var(--nav-h) + var(--banner-h) + 68px) 0 96px; }
  .hero__bag { max-width: 460px; }
  .hero__bag-img { max-height: none; }
  .hero__stats { gap: 40px; margin-top: 52px; }
  .hero__stat h3 { font-size: 2rem; }

  /* Grids desktop */
  .grid-2 { grid-template-columns: 1fr 1fr; gap: 56px; }
  .grid-3 { grid-template-columns: repeat(3,1fr); gap: 24px; }
  .grid-4, .steps { grid-template-columns: repeat(4,1fr); gap: 20px; }
  .co2-cards      { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .testimonials-grid { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .testi-grid { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .benefits-full  { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .reseller-benefits { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .about-mission  { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .products-grid  { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .bf-grid        { grid-template-columns: repeat(3,1fr); gap: 20px; }

  /* Produto */
  .product-layout { grid-template-columns: 1fr 1fr; gap: 52px; }
  .product-visual { position: sticky; top: calc(var(--nav-h) + 20px); }
  .product-actions { flex-direction: row; }
  .product-actions .btn { flex: 1; width: auto; }

  /* Footer */
  .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }

  /* Loja — sem sidebar, produtos ocupam tudo */
  .shop-layout { grid-template-columns: 1fr; }
  .products-grid  { grid-template-columns: repeat(3,1fr); gap: 22px; }

  /* Checkout — coluna lateral fixa 340px, formulário pega o resto */
  .checkout-layout { grid-template-columns: 1fr 340px; gap: 28px; padding: 40px 0 80px; }
  .checkout-order-summary { position: sticky; top: calc(var(--nav-h) + 16px); }
  .checkout-form-card { padding: 28px 24px; }

  /* Modal desktop: grid lado a lado, imagem sticky */
  .modal-box {
    overflow: hidden;
    display: flex;
    max-height: 88vh;
  }
  .modal-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    width: 100%;
  }
  .modal-visual {
    height: 100%;
    min-height: 500px;
    border-radius: 18px 0 0 18px;
    position: sticky;
    top: 0;
  }
  .modal-info {
    padding: 40px 36px;
    overflow-y: auto;
    max-height: 88vh;
  }
  .modal-actions { flex-direction: row; }
  .modal-actions .btn { width: auto; flex: 1; }

  /* Proof */
  .proof-stats { gap: 72px; }
  .proof-stat h3 { font-size: 2.6rem; }

  /* Como funciona */
  .process-step { grid-template-columns: 72px 1fr; gap: 36px; }
  .science-callout { padding: 48px 42px; }

  /* Partículas — já ativas globalmente */
}

/* ── 1200px: desktop grande ── */
@media (min-width: 1200px) {
  .nav__inner { padding: 0 32px; }
  .container  { padding: 0 32px; }
}


/* ============================================================
   26. ACESSIBILIDADE
============================================================ */

/* Focus visible */
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* Redução de movimento */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero__bag-img { animation: none; }
  .hero__bag-img-wrap { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   27. HERO ANIMATIONS (index / home)
============================================================ */

/* Eyebrow tag — slide down + fade */
.hero__eyebrow .tag {
  opacity: 0;
  transform: translateY(-14px);
  animation: heroTagIn .6s cubic-bezier(.34,1.56,.64,1) .1s forwards;
  display: inline-block;
}
@keyframes heroTagIn {
  to { opacity: 1; transform: translateY(0); }
}

/* H1 — cada palavra aparece em cascata */
.hero h1 .hw {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px) skewY(3deg);
  animation: heroWordIn .55s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes heroWordIn {
  to { opacity: 1; transform: translateY(0) skewY(0); }
}

/* Linha shimmer sob o h1 */
.hero__h1-line {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), #00e5a0, var(--primary));
  background-size: 200% 100%;
  width: 0;
  margin-top: 6px;
  animation: heroLineGrow .7s cubic-bezier(.22,1,.36,1) .9s forwards,
             heroShimmer 2.5s linear 1.8s infinite;
}
@keyframes heroLineGrow  { to { width: 100%; } }
@keyframes heroShimmer   { to { background-position: 200% 0; } }

/* Sub-título — fade + slide */
.hero__sub {
  opacity: 0;
  transform: translateY(16px);
  animation: heroFadeUp .6s ease .75s forwards;
}

/* Aviso lote limitado */
.hero__warning {
  opacity: 0;
  animation: heroFadeUp .5s ease 1s forwards;
}

/* Botões — slide up em cascata */
.hero__actions .btn {
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeUp .5s cubic-bezier(.34,1.2,.64,1) forwards;
}
.hero__actions .btn:nth-child(1) { animation-delay: 1.05s; }
.hero__actions .btn:nth-child(2) { animation-delay: 1.2s; }

@keyframes heroFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Card visual — scale in */
.hero__visual {
  animation: heroCardIn .8s cubic-bezier(.34,1.1,.64,1) .3s both;
}
@keyframes heroCardIn {
  from { opacity: 0; transform: scale(.93) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* Social proof — fade in */
.hero__social-proof {
  opacity: 0;
  animation: heroFadeUp .5s ease 1.4s forwards;
}

/* Tags "Fungo Ativo / Orgânico" — pop in */
.hero__pill {
  opacity: 0;
  transform: scale(.7);
  animation: heroPillIn .4s cubic-bezier(.34,1.56,.64,1) forwards;
}
.hero__pill:nth-child(1) { animation-delay: .9s; }
.hero__pill:nth-child(2) { animation-delay: 1.05s; }
@keyframes heroPillIn {
  to { opacity: 1; transform: scale(1); }
}

/* Contador CO₂ ppm — glow pulsante */
.hero__ppm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  opacity: 0;
  animation: heroFadeUp .5s ease 1.3s forwards;
}
.hero__ppm-val {
  font-family: 'Poppins', monospace;
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary-dark);
  letter-spacing: .02em;
  line-height: 1;
  text-shadow: 0 0 20px rgba(85,201,217,.4);
  animation: ppmGlow 2.5s ease-in-out 1.5s infinite;
}
.hero__ppm-lbl {
  font-size: .7rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 4px;
}
@keyframes ppmGlow {
  0%,100% { text-shadow: 0 0 12px rgba(85,201,217,.3); }
  50%      { text-shadow: 0 0 28px rgba(85,201,217,.7), 0 0 48px rgba(85,201,217,.3); }
}

/* Barra de progresso CO₂ */
.hero__ppm-bar-wrap {
  width: 120px;
  height: 4px;
  background: rgba(85,201,217,.15);
  border-radius: 2px;
  margin-top: 8px;
  overflow: hidden;
}
.hero__ppm-bar {
  height: 100%;
  width: 0%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), #00e5a0);
  animation: ppmBarFill 2s cubic-bezier(.22,1,.36,1) 1.5s forwards;
}
@keyframes ppmBarFill { to { width: 82%; } }

/* ============================================================
   28. PÁGINA 404
============================================================ */
.page-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
.page-404 .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  pointer-events: none;
}
.page-404 .blob-1 { width: 500px; height: 500px; background: var(--primary); top: -150px; right: -100px; }
.page-404 .blob-2 { width: 350px; height: 350px; background: #3b82f6; bottom: -80px; left: -80px; }
.page-404 .nav-logo {
  position: absolute;
  top: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-head);
  font-weight: 800; font-size: 1.2rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -.02em;
}
.page-404 .nav-logo span { color: var(--primary); }
.page-404 .content { position: relative; z-index: 1; max-width: 520px; }
.page-404 .err-code {
  font-family: var(--font-head);
  font-size: clamp(6rem, 20vw, 10rem);
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px var(--primary);
  letter-spacing: -.04em;
  margin-bottom: 8px;
  animation: floatNum 4s ease-in-out infinite;
}
@keyframes floatNum {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
.page-404 .err-icon {
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px;
}
.page-404 .err-icon svg {
  filter: drop-shadow(0 8px 24px rgba(85,201,217,.35));
  animation: floatLeaf 3s ease-in-out infinite;
}
@keyframes floatLeaf {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-8px) rotate(4deg); }
}
.page-404 h1 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 14px;
}
.page-404 p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 36px;
}
.page-404 .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.page-404 .hint { margin-top: 48px; font-size: .8rem; color: var(--text-muted); opacity: .7; }

/* ============================================================
   ★ REVOLUTIONARY REDESIGN v6.0 — PREMIUM PAGES
   Todas as páginas internas redesenhadas com:
   - Page heroes com efeitos de glass morphism + grid SVG
   - Cards com glassmorphism e bordas iluminadas
   - Seções alternadas com backgrounds ricos
   - Estatísticas com contadores visuais
   - FAQ redesenhado com ícones numerados
   - Timeline expandida
   - Formulários mais elegantes
============================================================ */

/* ── NOVO PAGE HERO ── */
.ph2 {
  padding: calc(var(--nav-h) + var(--banner-h) + 72px) 0 80px;
  background: linear-gradient(160deg, #070f14 0%, #0a1e2c 55%, #0d2535 100%);
  text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.ph2::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(85,201,217,.14) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 80% 80%, rgba(85,201,217,.06) 0%, transparent 60%);
}
/* Grid SVG decorativo */
.ph2::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(85,201,217,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
}
.ph2__inner { position: relative; z-index: 2; }
.ph2__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-size: .7rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); background: rgba(85,201,217,.08);
  border: 1px solid rgba(85,201,217,.22);
  border-radius: 999px; padding: 6px 16px; margin-bottom: 22px;
}
.ph2__eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 6px var(--accent);
  animation: dot-pulse 2s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(.7); }
}
.ph2 h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900; letter-spacing: -.04em; line-height: 1.05;
  color: #fff; margin-bottom: 20px;
}
.ph2 h1 em { font-style: normal; color: var(--accent); }
.ph2__sub {
  color: rgba(255,255,255,.5); max-width: 520px; margin: 0 auto;
  font-size: 1rem; line-height: 1.8;
}
.ph2__divider {
  width: 60px; height: 3px; border-radius: 99px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin: 28px auto 0;
}
/* Linha brilhante inferior */
.ph2__line {
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85,201,217,.5), transparent);
}

/* ── STAT BAR (número + label em linha) ── */
.stat-row {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap; margin-top: 44px;
  border: 1px solid rgba(255,255,255,.07); border-radius: 20px;
  background: rgba(255,255,255,.03); backdrop-filter: blur(8px);
  padding: 20px 0; max-width: 600px; margin-left: auto; margin-right: auto;
}
.stat-row__item {
  flex: 1; min-width: 120px; text-align: center;
  padding: 8px 20px; position: relative;
}
.stat-row__item + .stat-row__item::before {
  content: '';
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 32px;
  background: rgba(255,255,255,.1);
}
.stat-row__num,
.stat-row__val {
  font-family: var(--font-head); font-size: 1.6rem; font-weight: 900;
  color: var(--accent); line-height: 1;
}
.stat-row__label {
  font-size: .71rem; font-weight: 600; color: rgba(255,255,255,.4);
  text-transform: uppercase; letter-spacing: .1em; margin-top: 4px;
}

/* ── CARDS PREMIUM (benefícios, como funciona) ── */
.prem-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
.prem-card {
  background: var(--bg-card); border-radius: 20px; padding: 28px;
  border: 1px solid var(--border);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  position: relative; overflow: hidden;
}
.prem-card::before {
  content: '';
  position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s ease;
}
.prem-card:hover { transform: translateY(-6px); border-color: rgba(85,201,217,.3); box-shadow: 0 16px 48px rgba(85,201,217,.1); }
.prem-card:hover::before { transform: scaleX(1); }

.prem-card__num {
  font-family: var(--font-head); font-size: 3rem; font-weight: 900;
  color: rgba(85,201,217,.1); line-height: 1;
  position: absolute; top: 16px; right: 20px;
  transition: color .3s;
}
.prem-card:hover .prem-card__num { color: rgba(85,201,217,.18); }

.prem-card__icon {
  width: 52px; height: 52px; border-radius: 15px;
  background: rgba(85,201,217,.08); border: 1px solid rgba(85,201,217,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 16px;
  transition: background .3s, box-shadow .3s;
}
.prem-card:hover .prem-card__icon {
  background: rgba(85,201,217,.15);
  box-shadow: 0 4px 16px rgba(85,201,217,.2);
}
.prem-card h3 {
  font-size: 1rem; font-weight: 700; margin-bottom: 8px;
  color: var(--text);
}
.prem-card p {
  font-size: .87rem; color: var(--text-muted); line-height: 1.75;
}
.prem-card__tag {
  display: inline-block; margin-top: 14px;
  font-size: .66rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--accent);
  background: rgba(85,201,217,.08); border: 1px solid rgba(85,201,217,.2);
  border-radius: 999px; padding: 3px 10px;
}

/* ── SECTION DARK (fundo escuro para variação) ── */
.sec-dark {
  background: linear-gradient(160deg, #070f14, #0a1e2c);
  color: #fff;
}
.sec-dark .section__header h2,
.sec-dark .brand-h2 { color: #fff; }
.sec-dark .section__header p { color: rgba(255,255,255,.5); }

/* ── PROCESSO VISUAL (steps elegantes) ── */
.proc-steps { display: flex; flex-direction: column; gap: 0; position: relative; }
.proc-steps::before {
  content: ''; position: absolute; left: 25px; top: 52px; bottom: 52px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), rgba(85,201,217,.1));
}
.proc-step2 {
  display: grid; grid-template-columns: 52px 1fr;
  gap: 20px; padding: 28px 0; align-items: start;
  position: relative;
}
.proc-step2:not(:last-child) {
  border-bottom: 1px solid rgba(85,201,217,.08);
}
.proc-step2__num {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary-dark), var(--accent));
  color: #fff; font-family: var(--font-head); font-weight: 900; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(85,201,217,.3);
  position: relative; z-index: 1;
}
.proc-step2__content h3 {
  font-size: 1.02rem; font-weight: 700; margin-bottom: 8px; color: var(--text);
  padding-top: 10px;
}
.proc-step2__content p {
  font-size: .88rem; color: var(--text-muted); line-height: 1.8;
}
.proc-step2__badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(85,201,217,.08); border: 1px solid rgba(85,201,217,.2);
  border-radius: 999px; padding: 4px 12px; font-size: .74rem; font-weight: 700;
  color: var(--accent); margin-top: 11px; letter-spacing: .03em;
}

/* ── DARK CARDS (para seções escuras) ── */
.dark-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 28px 24px;
  transition: background .25s, border-color .25s, transform .25s;
  position: relative; overflow: hidden;
}
.dark-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0; transition: opacity .3s;
}
.dark-card:hover {
  background: rgba(85,201,217,.06);
  border-color: rgba(85,201,217,.25);
  transform: translateY(-3px);
}
.dark-card:hover::before { opacity: 1; }
.dark-card__icon {
  width: 50px; height: 50px; border-radius: 14px;
  background: rgba(85,201,217,.1); border: 1px solid rgba(85,201,217,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 16px;
}
.dark-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.dark-card p  { font-size: .86rem; color: rgba(255,255,255,.55); line-height: 1.75; }

/* ── COMPARATIVO RENOVADO ── */
.compare2 {
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
}
.compare2 table { width: 100%; border-collapse: collapse; min-width: 520px; }
.compare2 thead th {
  padding: 18px 20px; text-align: left;
  font-family: var(--font-head); font-size: .82rem; font-weight: 700;
  letter-spacing: .04em; border-bottom: 1px solid var(--border);
}
.compare2 thead th:first-child {
  background: #0d1b22; color: rgba(255,255,255,.4); font-size: .76rem;
}
.compare2 thead th:nth-child(2) {
  background: var(--primary); color: #fff;
}
.compare2 thead th:not(:first-child):not(:nth-child(2)) {
  background: #1a2a35; color: rgba(255,255,255,.6);
}
.compare2 td {
  padding: 14px 20px; border-bottom: 1px solid rgba(85,201,217,.08);
  font-size: .86rem; color: var(--text);
}
.compare2 tbody tr:last-child td { border-bottom: none; }
.compare2 tbody tr:nth-child(odd) td { background: rgba(85,201,217,.015); }
.compare2 tbody tr:hover td { background: rgba(85,201,217,.04); }
.compare2 .win { color: #22c55e; font-weight: 700; }
.compare2 .win::before { content: '✓ '; }
.compare2 .neutral { color: var(--text-muted); }
.compare2 .lose { color: #ef4444; }

/* ── FAQ REDESENHADO ── */
.faq2-list { max-width: 780px; margin: 0 auto; }
.faq2-item {
  border: 1px solid var(--border); border-radius: 14px;
  overflow: hidden; margin-bottom: 10px;
  transition: border-color .25s, box-shadow .25s;
  background: var(--bg-card);
}
.faq2-item.open {
  border-color: rgba(85,201,217,.3);
  box-shadow: 0 4px 20px rgba(85,201,217,.08);
}
.faq2-q {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; cursor: pointer;
  font-weight: 600; font-size: .94rem; color: var(--text);
  transition: color .2s;
  min-height: 56px;
}
.faq2-q:hover { color: var(--accent); }
.faq2-num {
  width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0;
  background: rgba(85,201,217,.1); border: 1px solid rgba(85,201,217,.2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: .75rem; font-weight: 800;
  color: var(--accent);
}
.faq2-item.open .faq2-num {
  background: var(--accent); color: #fff; border-color: var(--accent);
}
.faq2-q-text { flex: 1; }
.faq2-chevron {
  width: 32px; height: 32px; flex-shrink: 0; border-radius: 8px;
  background: var(--bg); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, border-color .25s, transform .25s;
}
.faq2-chevron svg { width: 14px; height: 14px; stroke: var(--text-muted); }
.faq2-item.open .faq2-chevron {
  background: rgba(85,201,217,.1); border-color: rgba(85,201,217,.3);
  transform: rotate(180deg);
}
.faq2-item.open .faq2-chevron svg { stroke: var(--accent); }
.faq2-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  font-size: .9rem; color: var(--text-muted); line-height: 1.85;
  padding: 0 20px 0 64px;
}
.faq2-item.open .faq2-a { max-height: 300px; padding: 0 20px 20px 64px; }

/* FAQ categories */
.faq2-cat {
  display: flex; align-items: center; gap: 10px;
  margin: 36px 0 16px; max-width: 780px; margin-left: auto; margin-right: auto;
}
.faq2-cat-line {
  flex: 1; height: 1px; background: rgba(85,201,217,.15);
}
.faq2-cat-label {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent);
  background: rgba(85,201,217,.08); border: 1px solid rgba(85,201,217,.2);
  border-radius: 999px; padding: 4px 14px; white-space: nowrap;
}

/* ── REVENDEDORES HERO ── */
.rev-hero {
  padding: calc(var(--nav-h) + var(--banner-h) + 80px) 0 80px;
  background: linear-gradient(160deg, #070f14 0%, #0a1e2c 55%, #0d2535 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.rev-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(85,201,217,.14) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 80% 80%, rgba(85,201,217,.06) 0%, transparent 60%);
}
.rev-hero::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(85,201,217,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
}
.rev-hero__inner { position: relative; z-index: 2; }
.rev-hero h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900; letter-spacing: -.04em; line-height: 1.05;
  color: #fff; margin-bottom: 20px;
}
.rev-hero h1 em { font-style: normal; color: var(--accent); }
.rev-hero p {
  color: rgba(255,255,255,.5); max-width: 520px; margin: 0 auto;
  font-size: 1rem; line-height: 1.8;
}
.rev-hero__line {
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85,201,217,.5), transparent);
}

/* ── RESELLER BENEFITS NOVO ── */
.rev-grid {
  display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 52px;
}
.rev-card {
  background: var(--bg-card); border-radius: 18px; padding: 24px;
  border: 1px solid var(--border);
  transition: transform .25s, border-color .25s, box-shadow .25s;
  display: flex; gap: 16px; align-items: flex-start;
  position: relative; overflow: hidden;
}
.rev-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(85,201,217,.04), transparent);
  opacity: 0; transition: opacity .3s;
}
.rev-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85,201,217,.3);
  box-shadow: 0 12px 40px rgba(85,201,217,.1);
}
.rev-card:hover::after { opacity: 1; }
.rev-card__icon {
  width: 48px; height: 48px; border-radius: 13px; flex-shrink: 0;
  background: rgba(85,201,217,.1); border: 1px solid rgba(85,201,217,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  transition: background .3s, box-shadow .3s;
}
.rev-card:hover .rev-card__icon {
  background: rgba(85,201,217,.18);
  box-shadow: 0 4px 16px rgba(85,201,217,.25);
}
.rev-card__body { flex: 1; min-width: 0; }
.rev-card__body h3 { font-size: .96rem; font-weight: 700; margin-bottom: 5px; color: var(--text); }
.rev-card__body p  { font-size: .85rem; color: var(--text-muted); line-height: 1.7; }

/* ── FORM CARD NOVO ── */
.form2 {
  background: var(--bg-card); border-radius: 22px; padding: 36px 28px;
  border: 1px solid var(--border); box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.form2__title {
  font-size: 1.5rem; font-weight: 800; margin-bottom: 6px;
}
.form2__sub {
  color: var(--text-muted); margin-bottom: 28px; font-size: .9rem;
}
.form2 .form-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.form2 .form-group { display: flex; flex-direction: column; gap: 6px; }
.form2 .form-group.full { grid-column: 1 / -1; }
.form2 .form-group label {
  font-size: .8rem; font-weight: 600; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .06em;
}
.form2 .form-group input,
.form2 .form-group select,
.form2 .form-group textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: 12px; font-size: 16px;
  background: var(--bg); color: var(--text);
  transition: border-color .2s, box-shadow .2s;
  width: 100%; min-height: 48px;
}
.form2 .form-group input:focus,
.form2 .form-group select:focus,
.form2 .form-group textarea:focus {
  outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(85,201,217,.1);
}
.form2 .form-group textarea { resize: vertical; min-height: 100px; }
.form2 .form-submit { margin-top: 8px; }

/* ── PROCESSO PARCERIA ── */
.proc2-steps {
  position: relative; padding-left: 0;
}
.proc2-step {
  display: grid; grid-template-columns: 60px 1fr;
  gap: 20px; padding: 28px 0;
  border-bottom: 1px solid rgba(85,201,217,.1); align-items: start;
  position: relative;
}
.proc2-step:last-child { border-bottom: none; }
.proc2-num {
  width: 50px; height: 50px; border-radius: 14px;
  background: rgba(85,201,217,.08); border: 2px solid rgba(85,201,217,.2);
  color: var(--accent); font-family: var(--font-head); font-weight: 900;
  font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
  transition: background .3s, border-color .3s, box-shadow .3s;
}
.proc2-step:hover .proc2-num {
  background: var(--accent); border-color: var(--accent);
  color: #fff; box-shadow: 0 4px 16px rgba(85,201,217,.4);
}
.proc2-content { padding-top: 8px; }
.proc2-content h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.proc2-content p  { font-size: .88rem; color: var(--text-muted); line-height: 1.8; }

/* ── SOBRE — MISSION CARDS ── */
.mission2-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
.mission2-card {
  background: var(--bg-card); border-radius: 20px; padding: 28px;
  border: 1px solid var(--border); position: relative; overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.mission2-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85,201,217,.3);
  box-shadow: 0 16px 48px rgba(85,201,217,.1);
}
.mission2-stripe {
  position: absolute; top: 0; left: 0; width: 4px; bottom: 0;
  background: linear-gradient(180deg, var(--accent), rgba(85,201,217,.1));
  border-radius: 0 0 0 20px;
}
.mission2-label {
  display: inline-block; font-size: .65rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); background: rgba(85,201,217,.1);
  border: 1px solid rgba(85,201,217,.2); border-radius: 999px;
  padding: 3px 12px; margin-bottom: 12px;
}
.mission2-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.mission2-card p  { font-size: .87rem; color: var(--text-muted); line-height: 1.8; }

/* ── TIMELINE 2.0 ── */
.timeline2 { position: relative; padding-left: 36px; }
.timeline2::before {
  content: ''; position: absolute; left: 13px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, var(--accent), rgba(85,201,217,.05));
}
.tl2-item { position: relative; margin-bottom: 36px; }
.tl2-item::before {
  content: ''; position: absolute; left: -26px; top: 4px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent); border: 2px solid var(--bg);
  box-shadow: 0 0 0 3px rgba(85,201,217,.25), 0 0 12px rgba(85,201,217,.3);
}
.tl2-year {
  font-size: .68rem; font-weight: 800; color: var(--accent);
  margin-bottom: 4px; font-family: var(--font-head);
  letter-spacing: .1em; text-transform: uppercase;
}
.tl2-item h4 { font-weight: 700; margin-bottom: 6px; font-size: .97rem; color: var(--text); }
.tl2-item p   { font-size: .84rem; color: var(--text-muted); line-height: 1.7; }

/* ── SOBRE COMMITMENT CARDS ── */
.commit-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
.commit-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 26px;
  transition: background .25s, border-color .25s, transform .25s;
  position: relative; overflow: hidden;
}
.commit-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0; transition: opacity .3s;
}
.commit-card:hover {
  background: rgba(85,201,217,.06);
  border-color: rgba(85,201,217,.2);
  transform: translateY(-3px);
}
.commit-card:hover::after { opacity: 1; }
.commit-icon {
  width: 50px; height: 50px; border-radius: 13px;
  background: rgba(85,201,217,.1); border: 1px solid rgba(85,201,217,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 16px;
}
.commit-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.commit-card p  { font-size: .86rem; color: rgba(255,255,255,.5); line-height: 1.75; }

/* ── CTA BANNER PREMIUM ── */
.cta2 {
  background: linear-gradient(135deg, #070f14 0%, #0a1e2c 100%);
  padding: 72px 0; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta2::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(85,201,217,.08) 0%, transparent 70%);
}
.cta2::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(85,201,217,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.035) 1px, transparent 1px);
  background-size: 60px 60px;
}
.cta2__inner { position: relative; z-index: 2; }
.cta2 h2 {
  font-size: clamp(1.6rem, 5vw, 2.8rem); font-weight: 900;
  letter-spacing: -.03em; margin-bottom: 14px;
}
.cta2 h2 em { font-style: normal; color: var(--accent); }
.cta2 p {
  color: rgba(255,255,255,.55); margin-bottom: 32px; font-size: .97rem;
  max-width: 480px; margin-left: auto; margin-right: auto;
}
.cta2__actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

/* ── RASTREIO HERO ── */
.rastreio-hero2 {
  padding: calc(var(--nav-h) + var(--banner-h) + 60px) 0 48px;
  background: linear-gradient(160deg, #070f14 0%, #0a1e2c 55%, #0d2535 100%);
  text-align: center; color: #fff; position: relative; overflow: hidden;
}
.rastreio-hero2::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(85,201,217,.12) 0%, transparent 60%);
}
.rastreio-hero2::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85,201,217,.5), transparent);
}
.rastreio-hero2 h1 {
  font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900;
  letter-spacing: -.04em; color: #fff; position: relative; z-index: 1;
  margin-bottom: 12px;
}
.rastreio-hero2 h1 span { color: var(--accent); }
.rastreio-hero2 p {
  color: rgba(255,255,255,.5); position: relative; z-index: 1;
  font-size: .96rem; max-width: 400px; margin: 0 auto;
}
.rastreio-hero2 .tag {
  color: var(--primary); border-color: rgba(85,201,217,.3);
  background: rgba(85,201,217,.08); position: relative; z-index: 1;
  margin-bottom: 16px;
}

/* ── RASTREIO BOX ── */
.rastreio-box2 {
  max-width: 640px; margin: -24px auto 0; padding: 0 16px 60px;
}
.rastreio-card2 {
  background: var(--bg-card); border-radius: 22px;
  box-shadow: 0 24px 64px rgba(0,0,0,.12);
  border: 1px solid var(--border); overflow: hidden;
}
.rastreio-card2__header {
  background: linear-gradient(135deg, #0d1b22, #1a3040);
  padding: 20px 24px; color: #fff;
  display: flex; align-items: center; gap: 12px;
}
.rastreio-card2__header-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(85,201,217,.2); border: 1px solid rgba(85,201,217,.3);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.rastreio-card2__header h3 { font-size: 1rem; font-weight: 700; }
.rastreio-card2__header p  { font-size: .79rem; color: rgba(255,255,255,.5); margin-top: 2px; }
.rastreio-card2__body { padding: 24px; }

/* ── LOJA HERO NOVO ── */
.shop-hero2 {
  padding: calc(var(--nav-h) + var(--banner-h) + 52px) 0 52px;
  background: linear-gradient(160deg, #070f14 0%, #0a1e2c 55%, #0d2535 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.shop-hero2::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(85,201,217,.14) 0%, transparent 60%);
}
.shop-hero2::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(85,201,217,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
}
.shop-hero2__inner { position: relative; z-index: 2; }
.shop-hero2 h1 {
  font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 800;
  letter-spacing: -.03em; margin-bottom: 10px; color: #fff;
}
.shop-hero2 p  { color: rgba(255,255,255,.55); font-size: .97rem; max-width: 440px; margin: 0 auto; }
.shop-hero2 .tag { color: var(--primary); border-color: rgba(85,201,217,.3); background: rgba(85,201,217,.1); margin-bottom: 16px; }

/* ── POLÍTICA / TERMOS — TEXTO LEGAL ── */
.legal-content {
  max-width: 760px; margin: 0 auto;
}
.legal-section {
  background: var(--bg-card); border-radius: 16px; padding: 28px;
  border: 1px solid var(--border); margin-bottom: 14px;
  transition: border-color .2s;
}
.legal-section:hover { border-color: rgba(85,201,217,.25); }
.legal-section h2 {
  font-size: 1rem; font-weight: 700; margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px; color: var(--text);
}
.legal-section h2::before {
  content: attr(data-n);
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
  background: rgba(85,201,217,.1); border: 1px solid rgba(85,201,217,.2);
  color: var(--accent); font-size: .75rem; font-weight: 800;
  font-family: var(--font-head);
}
.legal-section p  { font-size: .9rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 10px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { padding-left: 20px; margin-top: 8px; }
.legal-section ul li { font-size: .9rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 6px; list-style: disc; }
.legal-section ul li::marker { color: var(--accent); }

/* ── 404 melhorado - sem mudança (já está bom) ── */

/* ── SCIENCE CALLOUT 2.0 ── */
.sci2 {
  background: linear-gradient(135deg, #070f14, #0d2030);
  border-radius: 22px; padding: 40px 28px; color: #fff; text-align: center;
  margin: 48px 0; border: 1px solid rgba(85,201,217,.15);
  box-shadow: 0 0 60px rgba(85,201,217,.05);
  position: relative; overflow: hidden;
}
.sci2::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(85,201,217,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,201,217,.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.sci2__inner { position: relative; z-index: 1; }
.sci2 h2 { font-size: 1.3rem; font-weight: 800; margin-bottom: 10px; }
.sci2 .formula {
  font-family: 'Courier New', monospace; font-size: 1.1rem;
  color: var(--accent); margin: 22px 0; letter-spacing: .02em;
  background: rgba(85,201,217,.06); border: 1px solid rgba(85,201,217,.15);
  border-radius: 10px; padding: 14px 20px; display: inline-block;
}
.sci2 p { color: rgba(255,255,255,.55); max-width: 560px; margin: 0 auto; line-height: 1.8; font-size: .9rem; }

/* ── CO2 CARDS NOVO (como funciona - segurança) ── */
.co2cards2 {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
.co2card2 {
  background: var(--bg-card); border-radius: 18px; padding: 26px;
  border: 1px solid var(--border);
  transition: transform .25s, border-color .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.co2card2::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0); transform-origin: center;
  transition: transform .4s ease;
}
.co2card2:hover {
  transform: translateY(-5px);
  border-color: rgba(85,201,217,.3);
  box-shadow: 0 16px 40px rgba(85,201,217,.1);
}
.co2card2:hover::before { transform: scaleX(1); }
.co2card2__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(85,201,217,.08); border: 1px solid rgba(85,201,217,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 16px;
}
.co2card2 h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.co2card2 p  { font-size: .87rem; color: var(--text-muted); line-height: 1.75; }


/* ── RESPONSIVE para novos componentes ── */
@media (min-width: 640px) {
  .prem-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .rev-grid  { grid-template-columns: 1fr 1fr; gap: 16px; }
  .mission2-grid { grid-template-columns: 1fr 1fr; }
  .commit-grid   { grid-template-columns: 1fr 1fr; }
  .co2cards2     { grid-template-columns: 1fr 1fr 1fr; }
  .form2 .form-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .prem-grid    { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .rev-grid     { grid-template-columns: repeat(3,1fr); gap: 20px; }
  .mission2-grid { grid-template-columns: repeat(3,1fr); gap: 22px; }
  .commit-grid   { grid-template-columns: repeat(3,1fr); gap: 22px; }

  .ph2 { padding: calc(var(--nav-h) + var(--banner-h) + 100px) 0 100px; }
  .rev-hero { padding: calc(var(--nav-h) + var(--banner-h) + 100px) 0 100px; }
  .rastreio-hero2 { padding: calc(var(--nav-h) + var(--banner-h) + 80px) 0 60px; }
  .shop-hero2 { padding: calc(var(--nav-h) + var(--banner-h) + 70px) 0 70px; }
  .cta2 { padding: 96px 0; }

  .proc-steps::before { left: 25px; }
}