:root{
  --bg:#071b24;
  --bg2:#0b2b37;
  --panel:#0c1f29;
  --panel2:#0e2530;
  --text:#eaf3ff;
  --muted:#b9c7d6;
  --accent:#1fb1ff;
  --cta:#19b45a;
  --shadow: 0 18px 45px rgba(0,0,0,.45);
  --radius:22px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  /* Fundo neutro (sem "luz" azul), igual ao layout original */
  background: linear-gradient(180deg, #020b10 0%, var(--bg) 30%, #061821 100%);
}

/* ==========================================================
   MOBILE FIXES (cirúrgico)
   - Centraliza CTA WhatsApp do HERO (print 1)
   - Conteúdo do depoimento 100% dentro do card (print 2)
   - Rodapé centralizado (logo + mídias + texto) no mobile (print 3)
   ========================================================== */
a{color:inherit;text-decoration:none}
.container{width:min(1180px, 92vw); margin:0 auto}
.section{padding:72px 0}
h1,h2,h3{margin:0; letter-spacing:.5px}
h1{
  font-weight:900;
  text-transform:uppercase;
  line-height:1.02;
  font-size: clamp(38px, 4.2vw, 62px);
}
h2{
  font-weight:900;
  text-transform:uppercase;
  line-height:1.05;
  font-size: clamp(30px, 3.3vw, 48px);
  text-align:center;
}
p{margin:0; color:var(--muted); line-height:1.45}
.small{font-size:14px;color:#d8e3f0}
.btn{
  display:inline-flex; align-items:center; gap:10px;
  justify-content:center;
  background:var(--cta);
  color:white;
  padding:14px 18px;
  border-radius:999px;
  font-weight:800;
  text-transform:uppercase;
  box-shadow:0 14px 26px rgba(25,180,90,.28);
  border:0;
  cursor:pointer;
  /* Hover/active igual ao padrão do print: apenas clarear (sem mudar tamanho) */
  transition: filter .18s ease;
}
.btn:hover{filter:brightness(1.18) saturate(1.06)}
/* Mobile/tap */
.btn:active{filter:brightness(1.12) saturate(1.04)}
.btn .wa svg{width:26px;height:26px; fill:#ffffff;}
.hero{
  position:relative;
  min-height: 78vh;
  display:flex; align-items:center;
  padding:34px 0 10px;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  /* Remove qualquer "luz" azul por cima da imagem do hero */
  background:none;
  pointer-events:none;
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  align-items:center;
}
.brand{
  display:flex; align-items:center; gap:14px; margin-bottom:14px;
}
.brand img{height:44px;width:auto}
.hero-copy p{max-width:520px; margin-top:16px}
.hero-copy .btn{margin-top:18px}
.hero-visual{
  position:relative;
  height:min(640px, 78vh);
  display:flex; align-items:flex-end; justify-content:flex-end;
}
.hero-visual img{
  width:min(620px, 90%);
  height:auto;
  filter: drop-shadow(0 26px 55px rgba(0,0,0,.55));
}
.fade-bottom{
  position:absolute; left:0; right:0; bottom:-1px; height:160px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.55) 100%);
  pointer-events:none;
}
.section-title{margin-bottom:30px}
.beneficios{
  background:
    radial-gradient(700px 300px at 50% 0%, rgba(0,0,0,.55), transparent 60%),
    url("./img/beneficios/fundo-beneficios.jpg") center/cover no-repeat;
  padding:64px 0 78px;
}
.beneficios h2{margin-bottom:28px}
.benef-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:16px;
  align-items:stretch;
}
.benef{
  background: rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:14px 14px 16px;
  box-shadow: var(--shadow);
  min-height: 114px;
}
.benef-top{
  display:flex; align-items:center; gap:10px; margin-bottom:8px;
  color:white; font-weight:900;
}
.benef-ico{
  width:44px;height:44px;border-radius:10px;
  background:var(--accent);
  display:grid; place-items:center;
  flex:0 0 auto;
}
.benef-ico img{width:28px;height:28px}
.benef p{color:#d8e3f0; font-size:14px; line-height:1.25}
.split{
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  gap:34px;
  align-items:center;
}
.card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.carousel{
  position:relative;
  overflow:hidden;
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  display:grid;
  place-items:center;
  background:#050e13;
}
.carousel img{width:100%;height:100%;object-fit:cover}
.carousel .nav{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 10px;
  pointer-events:none;
}
.carousel button{
  pointer-events:auto;
  width:44px;height:44px;border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.35);
  color:white;
  cursor:pointer;
}
.carousel button:hover{background: rgba(0,0,0,.5)}
.right-copy h2{text-align:left}
.right-copy p{margin-top:14px; max-width:520px}
.right-copy .btn{margin-top:18px}
.produtos{
  background: url("./img/beneficios/fundo-beneficios.jpg") center/cover no-repeat;
}
.produtos .grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:18px;
  align-items:center;
  justify-items:center;
}
.produtos img{
  width:min(920px, 100%);
  height:auto;
  filter: drop-shadow(0 22px 44px rgba(0,0,0,.55));
}
.produtos .btn{margin-top:10px}
.depo{
  background: linear-gradient(180deg, #05141c 0%, #061a24 100%);
}
.depo .wrap{
  display:grid;
  grid-template-columns: 1fr 1.05fr;
  gap:28px;
  align-items:center;
}
.depo .imgbox{
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
}
.depo .imgbox img{width:100%;height:auto;display:block}
.depo h2{text-align:left}
.depo h3{
  margin-top:10px;
  font-size:36px;
  font-weight:900;
  color:var(--accent);
}
.depo .text p{margin-top:10px}
.steps{
  background: linear-gradient(180deg, #061a24 0%, #061821 100%);
}
.step-grid{
  margin-top:32px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}
.step{
  padding:22px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  text-align:center;
}
.badge{
  width:68px;height:68px;border-radius:18px;
  background: var(--accent);
  display:grid; place-items:center;
  margin:0 auto 12px;
  font-weight:900;
  font-size:28px;
}
.step h3{font-size:20px; font-weight:900; margin-bottom:8px; color: var(--accent)}
.step p{color:#d8e3f0}
.cta{
  padding:30px;
  display:grid;
  grid-template-columns: 1fr auto;
  gap:22px;
  align-items:center;
}
.cta h2{text-align:left}
.footer{
  padding:24px 0;
  border-top:1px solid rgba(255,255,255,.10);
  background:#06131b;
}
.footer .row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.social{
  display:flex; gap:12px; align-items:center;
  opacity:.95;
}
.soc{
  width:36px;height:36px;border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
}
.footer img{height:26px;width:auto; opacity:.9}
@media (max-width: 980px){
  .hero-grid,.split,.depo .wrap{grid-template-columns: 1fr; }
  .hero{min-height:auto; padding-bottom:40px}
  .hero-visual{height:auto; justify-content:center}
  .hero-copy{text-align:left}
  .benef-grid{grid-template-columns: repeat(2, 1fr)}
  .step-grid{grid-template-columns: 1fr}
  .cta{grid-template-columns: 1fr}
}
@media (max-width: 520px){
  .benef-grid{grid-template-columns: 1fr}
  .benef{min-height:auto}
}

/* ===============================
   MOBILE: Etapas (sem "card")
   - Remove a caixa/contêiner dos passos
   - Centraliza como a LP original
   =============================== */
@media (max-width: 520px){
  .steps{padding: 48px 16px;}

  .step-grid{
    gap: 44px;
  }

  .step{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-align: center;
  }

  .step .badge{
    width: 92px;
    height: 92px;
    border-radius: 0 !important;
    margin: 10px auto 18px;
    font-size: 46px;
  }

  .step h3{
    font-size: 30px;
    margin: 0 0 10px;
  }

  .step p{
    max-width: 320px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.35;
  }
}

/* ===============================
   MOBILE (ORIGINAL): Benefícios em COLUNA
   - sem sobreposição
   - cada card centralizado
   =============================== */
@media (max-width: 520px){
  .beneficios-bg{
    aspect-ratio: auto;
    height: auto;
    min-height: unset;
    padding: 118px 0 26px;
  }

  /* mantém o título no topo, igual ao print original */
  .beneficios-title{
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 44px;
    line-height: 1.02;
  }

  /* no mobile os PNGs viram bloco (coluna) */
  .beneficios-bg img{
    position: static !important;
    transform: none !important;
    display: block !important;
    width: min(380px, 92vw) !important;
    max-width: 420px !important;
    margin: 14px auto 0 !important;
    z-index: 2 !important;
  }
}

/* ===============================
   CARROSSEL (ORIGINAL): setas azuis e sem bolinhas
   =============================== */
[data-dot]{
  display:none !important;
}
.carousel button{
  width:44px;
  height:44px;
  border-radius:8px;
  border:0 !important;
  background: var(--accent) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  font-weight:900;
}
.carousel button:hover{filter:brightness(1.05)}

/* --- OVERRIDES (fix hero + beneficios) --- */
.hero-visual{
  background-image:url('img/hero/hero-atletas.png');
  background-size:cover;
  background-position:right center;
  background-repeat:no-repeat;
  min-height: 460px;
  border-radius: 0px;
  overflow:hidden;
}
.hero-visual img{opacity:0; width:0; height:0; pointer-events:none;}

/* Match original hero proportion (image ocupa mais) */
.hero-grid{grid-template-columns: 1.05fr .95fr;}
@media (min-width: 1100px){
  .hero-visual{min-height: 520px;}
}

/* Benefícios (barra azul + corpo preto, sem “card” grande) */
.benef{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 12px !important;
  overflow: hidden;
  min-height: unset !important;
}
.benef-top{
  background: rgba(0, 166, 221, .35);
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  padding: 14px 14px 14px 82px;
  position: relative;
  min-height: 64px;
}
.benef-ico{
  position:absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: var(--accent);
  display:flex;
  align-items:center;
  justify-content:center;
}
.benef-ico img{
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.benef h3{
  margin:0;
  font-size: 20px;
  font-weight: 900;
}
.benef p{
  margin:0;
  background: rgba(0,0,0,.78);
  border: 1px solid rgba(255,255,255,.12);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  padding: 16px 14px;
  min-height: 66px;
}


/* === FIX: Hero e Benefícios como imagem (sem cards/retângulos) === */
.hero.hero-img-section{
  padding:0 !important;
  margin:0 !important;
  background: transparent !important;
}
.hero.hero-img-section .hero-img-link{
  display:block;
  position:relative;
}
.hero.hero-img-section .hero-img{
  width:100%;
  height:auto;
  display:block;
}

/* --- HERO MOBILE (igual ao print original) --- */
/* Por padrão (desktop), mostra a imagem original completa */
.hero-mobile{display:none;}

@media (max-width: 900px){
  /* No mobile, usamos composição (logo + título central + 2 atletas) */
  .hero.hero-img-section{
    min-height: 100vh;
    display:block;
    background:#000 !important;
  }

  .hero-img--desktop{display:none !important;}
  .hero-mobile{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    padding:14px 18px 0;
  }

  .hero-mobile__logo{
    width: 105px;
    max-width: 55vw;
    height:auto;
    display:block;
    margin: 0 auto;
  }

  .hero-mobile__title{
    margin: 0;
    text-align:center;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.06;
    font-size: clamp(32px, 8.2vw, 46px);
    color:#fff;
    text-shadow:none !important;
    filter:none !important;
    -webkit-text-stroke: 0 transparent;
  }

  /* Copy + CTA do hero (mobile) — igual ao original */
  .hero-mobile__cta{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    margin-top: -210px; /* sobe por cima da imagem (igual ao print) */
    padding: 14px 16px 16px;
    border-radius: 14px;
    background: rgba(0,0,0,.72);
    text-align: center;
  }
  .hero-mobile__cta-title,
  .hero-mobile__cta-text{
    margin: 0;
    color: #ffffff !important;
  }
  .hero-mobile__cta-title{font-size: 20px; line-height: 1.15; font-weight: 800;}
  .hero-mobile__cta-text{margin-top: 6px; font-size: 17px; line-height: 1.25;}

  .hero-mobile__btn{
    margin-top: 12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#25D366;
    color:#fff;
    font-weight: 900;
    text-transform: none;
    text-decoration: none;
    padding: 11px 16px;
    border-radius: 999px;
    border: 0;
    box-shadow: none;
    max-width: 420px;
  }
  .hero-mobile__btn-ico{
    width: 30px;
    height: 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: transparent;
    border-radius: 0;
  }
  .hero-mobile__btn-ico svg{width: 26px; height: 26px; fill:#fff; display:block;}

  .hero-mobile__cta-foot{
    margin-top: 10px;
    color: #ffffff;
    font-size: 15px;
    opacity: .9;
  }

  /*
    HERO MOBILE (print original): precisamos de 2 atletas GRANDES ocupando o hero.
    A forma mais estável é recortar com overflow hidden e controlar o zoom/shift
    pelo <img> (evita inconsistências de background-position em telas diferentes).
  */
  .hero-mobile__athletes-wrap{
    position: relative;
    z-index: 1;
    /* ocupa 100% da tela (ignora o padding lateral do container mobile) */
    width: calc(100% + 36px);
    margin-left: -18px;
    max-width: none;
    overflow: hidden;
    /* reduz o vazio entre o título e os atletas (igual ao print original) */
    margin-top: -12px;
    /* palco um pouco menor para NÃO cortar os atletas nas laterais */
    height: clamp(480px, 60vh, 680px);
    background: transparent;
  }

  .hero-mobile__athletes{
    display:block !important;
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    max-width:none;
    /*
      FIX (mobile): usa recorte estável com object-fit: cover.
      Assim os 2 atletas ficam GRANDES (ocupando a imagem toda) sem cortar a cabeça
      e sem depender de scale/translate (que varia por altura do viewport).
    */
    object-fit:cover;
    /* mostra bem os 2 atletas sem cortar lateral */
    object-position: 50% 16%;
    transform:none;
  }
}
.beneficios.beneficios-img-section{
  padding:0 !important;
  background: transparent !important;
}
.beneficios.beneficios-img-section .beneficios-img{
  width:100%;
  height:auto;
  display:block;
  max-width:1200px;
  margin:0 auto;
}
@media (max-width: 900px){
  .beneficios.beneficios-img-section .beneficios-img{
    max-width:100%;
  }
}


/* === BENEFÍCIOS (ORIGINAL): fundo + PNGs soltos (sem cards/textos) === */
.beneficios.beneficios-mosaic{
  padding:0 !important;
  background: transparent !important;
}
.beneficios.beneficios-mosaic .sec-title{
  text-align:center;
  font-weight:900;
  letter-spacing: .06em;
  text-transform:uppercase;
  margin: 0 auto 26px;
}
.beneficios-bg{
  position: relative;
  /* ocupa a tela inteira (como no LP original) */
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  aspect-ratio: 1900 / 720;
  background: url("img/beneficios/fundo-beneficios.jpg") center/cover no-repeat;
  border-radius: 0;
}

/* Título sobre o próprio fundo (sem faixa/retângulo adicional) */
.beneficios-title{
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 16px;
}

/* garante que as imagens dos benefícios fiquem 100% originais */
.beneficios-bg img{
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* imagens em posição absoluta (desktop) */
.beneficios-bg img{
  position:absolute;
  height:auto;
  width: 21%;
  max-width: 420px;
  /* garantir que não exista nenhum “filtro/azul” aplicado */
  filter: none !important;
  opacity: 1 !important;
}

/* centros aproximados para bater com o layout original */
.beneficios-bg .b-uv{ left: 22%; top: 36%; transform: translate(-50%, -50%); }
.beneficios-bg .b-dry{ left: 50%; top: 36%; transform: translate(-50%, -50%); }
.beneficios-bg .b-anti{ left: 78%; top: 36%; transform: translate(-50%, -50%); }
.beneficios-bg .b-leve{ left: 36%; top: 70%; transform: translate(-50%, -50%); }
.beneficios-bg .b-pers{ left: 64%; top: 70%; transform: translate(-50%, -50%); }

@media (max-width: 900px){
  .beneficios-bg img{ width: 34%; }
  .beneficios-bg .b-uv{ left: 30%; top: 30%; }
  .beneficios-bg .b-dry{ left: 70%; top: 30%; }
  .beneficios-bg .b-anti{ left: 50%; top: 55%; }
  .beneficios-bg .b-leve{ left: 30%; top: 80%; }
  .beneficios-bg .b-pers{ left: 70%; top: 80%; }
}

/* --- PATCH 2025-12-28: footer social icons (IG / FB / WA) --- */
.footer .social{
  display:flex;
  gap:14px;
  align-items:center;
}
.footer .social .soc{
  width:44px;
  height:44px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
.footer .social .soc svg{
  width:22px;
  height:22px;
  fill:#ffffff;
  opacity:.95;
}
.footer .social .soc:hover{
  background: rgba(255,255,255,.10);
}

/* --- PATCH 2025-12-28: ensure buttons have no leading dot/icon --- */
.btn::before{content:none !important;}


/* ===== PATCH v4 (UDEX) ===== */
/* 1) Benefits title must stay above the icons on desktop */
.beneficios-title{
  z-index: 10 !important;
}
.beneficios-bg img{
  z-index: 2 !important;
}

/* If any benefit item has its own z-index, keep it below the title */
.b-uv, .b-dry, .b-anti, .b-leve, .b-pers{
  z-index: 2 !important;
}

/* Small adjustment so cards don't touch the title on wider screens */
@media (min-width: 1024px){
  .b-uv, .b-dry, .b-anti{ top: 42% !important; }
  .b-leve, .b-pers{ top: 74% !important; }
}

/* 2) Ensure CTA cards always paint their background fully */
.card{ width: 100%; box-sizing: border-box; }
.card.cta{
  width: 100% !important;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)) !important;
}
.card.cta > *{ position: relative; z-index: 1; }

/* 3) Remove the white circle/dot from ALL buttons (any pseudo or helper element) */
.btn::before,
.btn::after{
  content: none !important;
  display: none !important;
}
.btn .btn-dot,
.btn .dot,
.btn .circle,
.btn .icon-circle{
  display:none !important;
}
.btn{
  background-image: none !important;
}

/* 4) Footer social icons: keep visible on mobile */
footer .foot .soc{
  display:flex !important;
  gap:12px;
}
@media (max-width: 640px){
  footer .foot{
    flex-direction: column;
    gap:16px;
  }
  footer .foot .soc{
    justify-content: flex-start;
  }
}


/* UDEX: Botões por imagem (WhatsApp) */
.btn-img{
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 0 !important;
}
.btn-img img{
  display: block;
  width: 100%;
  height: auto;
}
/* Hover igual ao padrão (botões em imagem): clareia no hover/active sem mudar tamanho */
.btn-img img{ transition: filter .18s ease; }
.btn-img:hover img,
.btn-img:focus-visible img{ filter: brightness(1.18) saturate(1.06); }
.btn-img:active img{ filter: brightness(1.12) saturate(1.05); }


/* Desktop: botão do hero (sobre a imagem) */
.hero-img-link{
  position: relative;
}

/* Desktop: a imagem do hero já vem com um botão verde "impresso".
   Para não ficar duplicado, cobrimos essa área com um retângulo preto
   e deixamos somente o botão PNG (overlay) visível. */
@media (min-width: 901px){
  .hero-img-link::before{ content: none !important; }
}

.hero-desktop-cta{
  position: absolute;
  left: 80px;
  bottom: 55px;
  width: 420px;
  max-width: 44vw;
  z-index: 5;

  /* Remove qualquer “botão de fundo”/texto residual: deixa só o PNG */
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0;
  line-height: 0;
}

.hero-desktop-cta img{
  display: block;
}
.hero-desktop-cta:hover{
  filter: brightness(1.02);
}

@media (max-width: 1200px){
  .hero-desktop-cta{
    left: 60px;
    bottom: 45px;
    width: 360px;
    max-width: 52vw;
  }
}
@media (max-width: 900px){
  .hero-desktop-cta{
    display: none;
  }
}

/* Ajustes de layout quando o botão é uma imagem */
.hero-mobile__btn.btn-img{display:inline-block;}
.hero-mobile__btn.btn-img img{width: min(420px, 92vw);}
.cta-padronize.btn-img{display:inline-block;}
.cta-padronize.btn-img img{width: min(520px, 92vw);}
.cta-produtos.btn-img{display:inline-block;}
.cta-produtos.btn-img img{width: min(520px, 92vw);}
.cta-depo.btn-img{display:inline-block;}
.cta-depo.btn-img img{width: min(520px, 92vw);}

/* Desktop: área clicável em cima do botão impresso na imagem do hero (sem alterar o visual) */
.hero-img-link{ position: relative; }
.hero-desktop-cta{
  position: absolute;
  left: 7.5%;
  bottom: 11%;
  width: min(660px, 34vw);
  height: 62px;
  display: block;
  background: transparent;
  border: 0;
  z-index: 5;
}
/* Ajuste fino para telas muito largas */
@media (min-width: 1400px){
  .hero-desktop-cta{ width: 660px; }
}
/* Mobile: CTA é o botão PNG (btn-hero.png) dentro do conteúdo */
.hero-mobile__btn{ max-width: 660px; }

/* BOTÃO - O LEGADO SE CONSTRÓI EM EQUIPE (fixo) */
#cta-depo img{
  width: 400px;
  padding-top: 30px;
  height: auto;
}

.footer-social{
  display:flex;
  gap:12px;
  justify-content:center;
  margin-top:20px;
}
.footer-social img{
  width:21px;
  height:21px;
}

.footer-social-center{
  display:flex;
  gap:14px;
  justify-content:center;
  margin-top:12px;
}
.footer-social-center img{
  width:21px;
  height:21px;
}

.footer-social-left{
  display:flex;
  gap:14px;
  align-items:center;
}
.footer-social-left img{
  width:21px;
  height:21px;
}

.footer-icons-new{
  display:flex;
  gap:14px;
  align-items:center;
}
.footer-icons-new img{
  width:21px;
  height:21px;
}

/* Override old rounded social buttons: use new PNG icons */
.footer-icons-new{
  display:flex;
  gap:14px;
  align-items:center;
}
.footer-icons-new a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.footer-icons-new img{
  width:21px;
  height:21px;
  display:block;
}

/* FIX HERO MOBILE ATHLETES - MATCH PRINT 1 */
@media (max-width: 768px){
  .hero-mobile__athletes-wrap{
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden !important;
  }
  .hero-mobile__athletes{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: 38% 10% !important;
    transform: scale(1.15) !important;
  }
}

/* HERO MOBILE IMAGE – MATCH ORIGINAL LP (IMAGE ONLY) */
@media (max-width: 768px){
  .hero-mobile__athletes-wrap{
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden !important;
  }

  .hero-mobile__athletes{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
    transform: scale(1.22) translateY(6%) !important;
  }
}









/* HERO MOBILE IMAGE – CENTER FIGHTERS (NO RESIZE) – FIX BLACK */
@media (max-width: 768px){
  .hero-mobile__athletes{
    display:none !important;
  }
  .hero-mobile__athletes-wrap{
    background-image: url('img/hero/hero-atletas.png') !important;
    background-size: 390% auto !important; /* keep same zoom */
    background-position: 64% -8% !important; /* centered */
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    height: 520px !important;
  }
}

/* HERO MOBILE IMAGE – FORCE UP (PX OVERRIDE) */
@media (max-width: 768px){
  .hero-mobile__athletes-wrap{
    background-position: 64% -80px !important; /* force image UP a lot */
  }
}

/* MOBILE – PUSH TEXT & BUTTON DOWN TO REVEAL ARM */
@media (max-width: 768px){
  .hero-mobile__content{
    margin-top: 48px !important;
  }
  .hero-mobile__cta{
    margin-top: 28px !important;
  }
}

/* MOBILE – BENEFITS LAYOUT FIX (MATCH PRINT 2) */
@media (max-width: 768px){
  .benefits{
    padding-top: 32px !important;
  }

  .benefits h2{
    margin-bottom: 28px !important;
    text-align: center !important;
  }

  .benefits .benefit-item{
    max-width: 100% !important;
    margin: 0 auto 20px auto !important;
  }

  .benefits .benefit-item .benefit-header{
    width: 100% !important;
  }

  .benefits .benefit-item .benefit-body{
    width: 100% !important;
  }
}

/* MOBILE – BENEFICIOS: TITLE STATIC + STACKED CARDS (MATCH ORIGINAL) */
@media (max-width: 520px){
  .beneficios-bg{
    padding: 26px 0 26px !important; /* remove huge top padding */
  }
  .beneficios-title{
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 22px 0 !important;
    font-size: 40px !important;
    line-height: 1.05 !important;
    z-index: 3 !important;
  }
  /* ensure images/cards start below title */
  .beneficios-bg img{
    margin-top: 18px !important;
  }
}


}

/* MOBILE – BENEFICIOS IMAGES EXTRA SMALL (CLOSER TO ORIGINAL) */
@media (max-width: 520px){
  .beneficios-bg img{
    width: 62% !important;
    max-width: 300px !important;
    height: auto !important;
    display: block !important;
    margin: 16px auto 0 auto !important;
  }
}

/* MOBILE – BENEFICIOS TITLE SMALLER ONLY */
@media (max-width: 520px){
  .beneficios-title{
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
}

/* MOBILE – BENEFICIOS TITLE FIX (NO OVERLAP) */
@media (max-width: 520px){
  .beneficios-title{
    position: static !important;
    transform: none !important;
    margin: 0 0 20px 0 !important;
    font-size: 34px !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }
}

/* MOBILE – BENEFICIOS SLIGHTLY SMALLER (SAFE) */
@media (max-width: 520px){
  .beneficios-bg .benefit-item{
    transform: scale(0.95);
    transform-origin: center top;
  }
}

/* MOBILE – BENEFICIOS IMAGES SMALLER (REAL FIX) */
@media (max-width: 520px){
  .beneficios-bg img{
    width: min(260px, 72vw) !important;
    max-width: 280px !important;
    margin: 12px auto 0 auto !important;
  }
}

/* RESPONSIVE FIX – BENEFICIOS (prevents overlap at browser zoom like 90%) */
@media (max-width: 1024px){
  .beneficios-title{
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 0 22px 0 !important;
    text-align: center !important;
  }
  .beneficios-bg{
    height: auto !important;
    min-height: unset !important;
    padding: 28px 0 26px !important;
  }
  /* stack the benefit images/cards */
  .beneficios-bg img{
    position: static !important;
    transform: none !important;
    display: block !important;
    width: min(280px, 78vw) !important;
    max-width: 320px !important;
    height: auto !important;
    margin: 14px auto 0 auto !important;
  }
}

/* MOBILE – PADRONIZE SECTION NARROWER (MATCH PRINT 2) */
@media (max-width: 520px){
  .container.split{
    width: min(420px, 88vw) !important;
  }
  .split{
    gap: 18px !important;
  }
  .right-copy h2,
  .right-copy p{
    text-align: center !important;
  }
  .right-copy p{
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .right-copy .btn{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}

/* RESPONSIVE FIX – PADRONIZE SECTION (works at browser zoom 90%/100%) */
@media (max-width: 1024px){
  body{ overflow-x: hidden !important; }
  .container.split{
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  .split{
    gap: 18px !important;
  }
  .card.carousel{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .right-copy{
    width: 100% !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .right-copy h2,
  .right-copy p{
    text-align: center !important;
  }
  .right-copy .btn{
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* MOBILE – PADRONIZE WHATSAPP BUTTON NOT CUT + SLIGHTLY SMALLER */
@media (max-width: 520px){
  .right-copy .btn{
    width: 100% !important;
    max-width: 360px !important;
    box-sizing: border-box !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    margin: 16px auto 0 auto !important;
    border-radius: 14px !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
  .right-copy .btn img,
  .right-copy .btn svg{
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
  }
}

/* MOBILE – PADRONIZE BUTTON SIZE MATCHES TEXT WIDTH */
@media (max-width: 520px){
  .right-copy .btn{
    width: fit-content !important;
    max-width: 100% !important;
    padding: 14px 22px !important;
    font-size: 16px !important;
    margin: 18px auto 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
  }
}

/* MOBILE – FIX WHATSAPP BUTTON VISIBILITY */
@media (max-width: 520px){
  .right-copy .btn{
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* MOBILE – FIX CTA PADRONIZE (btn-2.png) SHOWING AS TINY SQUARE */
@media (max-width: 520px){
  a.cta-padronize.btn-img{
    display: block !important;
    width: min(440px, 92vw) !important;
    max-width: 92vw !important;
    margin: 18px auto 0 auto !important;
    padding: 0 !important;
    line-height: 0 !important;
  }
  a.cta-padronize.btn-img img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-width: 100% !important;
  }
}

/* DESKTOP – REMOVE DARK TOP BAND ABOVE PADRONIZE SECTION */
@media (min-width: 1025px){
  .padronize-section,
  .padronize,
  section.padronize,
  section.padronize-section{
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-position: top center !important;
  }
}

/* DESKTOP – PADRONIZE SECTION: force solid background (no moving band on zoom) */
@media (min-width: 1025px){
  .padronize-section,
  section.padronize-section,
  .padronize,
  section.padronize{
    background: #061821 !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  .padronize-section::before,
  .padronize-section::after,
  .padronize::before,
  .padronize::after,
  section.padronize-section::before,
  section.padronize-section::after,
  section.padronize::before,
  section.padronize::after{
    content: none !important;
    display: none !important;
  }
}

/* MOBILE – O LEGADO SE CONSTRÓI EM EQUIPE (title white + centered) */
@media (max-width: 520px){
  .legado-section h2,
  .legado h2,
  section.legado h2{
    color: #ffffff !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* MOBILE – Depoimento Bárbara: center the main title */
@media (max-width: 520px){
  .depo .text h2{
    color:#ffffff !important;
    text-align:center !important;
    width:100% !important;
    display:block !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* Mobile: centralizar título e texto da CTA final (PRONTO PARA CRIAR...) */
@media (max-width: 520px){
  section.cta .card > div{
    text-align: center !important;
  }
  section.cta .card h2,
  section.cta .card p{
    text-align: center !important;
  }
}


/* MOBILE ONLY – centralizar título e texto do CTA final */
@media (max-width: 768px) {
  .card.cta h2,
  .card.cta p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* CTA FINAL – texto responsivo (somente MOBILE): fixa quebra de linha para não mudar com zoom */
.btn-text--mobile{display:none;}
.btn-text--desktop{display:inline;}

@media (max-width: 768px){
  .card.cta .btn{
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .btn-text--desktop{display:none;}
  .btn-text--mobile{
    display:inline;
    text-align:center;
    line-height:1.15;
  }
}


/* FOOTER – centralizar ícones e logo SOMENTE no mobile */
@media (max-width: 768px){
  footer,
  footer .footer-inner,
  footer .footer-content{
    text-align: center;
  }

  footer .social,
  footer .social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  footer .logo,
  footer .footer-logo,
  footer img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


/* =========================================================
   MOBILE FIX (2026-01-23) — ONLY: remove horizontal overflow
   and keep ORIGINAL layout intact.
   ========================================================= */
html, body { overflow-x: hidden; }

/* WhatsApp CTA buttons: center and never overflow */
.btn-img{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.btn-img img{
  display:block !important;
  width: min(520px, 92vw) !important;
  max-width: 92vw !important;
  height:auto !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Any CTA wrappers should not exceed viewport on mobile */
@media (max-width: 768px){
  .hero-mobile__btn,
  .cta-btn,
  .cta,
  .cta-wrap{
    max-width: 100% !important;
  }
}

/* =========================
   PRINT FIXES (mobile)
   ========================= */
@media (max-width: 768px){
  /* Print 1 — botão WhatsApp do hero centralizado */
  .hero-mobile__cta{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-mobile__btn{
    display:flex !important;
    justify-content:center !important;
    width:100% !important;
    margin: 12px auto 0 !important;
  }
  .hero-mobile__btn img{
    width: min(420px, 92vw) !important;
    max-width: 420px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  /* Print 2 — tudo dentro do card (imagem + texto + botão) */
  .depo .wrap.card{
    overflow: hidden !important;
  }
  .depo .cta-depo{
    display:flex !important;
    justify-content:center !important;
  }
  .depo .cta-depo img{
    width: 100% !important;
    max-width: 520px !important;
  }

  /* Print 3 — rodapé centralizado */
  .footer .container.row{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .footer-icons-new{
    justify-content: center;
  }
  .footer img{
    margin-left:auto;
    margin-right:auto;
  }
}

/* AJUSTE UDEX: reduzir espaço entre imagem do hero e texto (mobile) */
@media (max-width: 768px){
  .hero-mobile__cta{
    margin-top: -140px !important;
  }
}
