/* Ajustes editáveis da versão modular — SEO e proteções permanecem nos arquivos originais */
.mediaKitSection .printTitle > span { display:block !important; }
.mediaKitSection .printTitle { line-height:1.08; }

/* Logo maior e menu organizado */
header .logo { flex:0 0 auto; display:flex; align-items:center; }
header .logo img { width:clamp(190px,17vw,290px)!important; height:auto!important; max-height:none!important; object-fit:contain; }
header nav a, header .navCta { white-space:nowrap; }

/* Diferenciais em boxes com ícones */
.trustCards { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px!important; padding:24px clamp(18px,4vw,64px)!important; background:transparent!important; }
.trustCards .trustCard { display:flex; align-items:flex-start; gap:14px; min-width:0; padding:20px 18px; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035)); box-shadow:0 16px 38px rgba(0,0,0,.16); backdrop-filter:blur(10px); }
.trustCards .trustCard>div { display:flex; flex-direction:column; gap:6px; min-width:0; }
.trustCards .trustCard b { font-size:clamp(16px,1.25vw,20px); line-height:1.15; }
.trustCards .trustCard span:not(.trustIcon) { font-size:15px; line-height:1.5; opacity:.82; }
.trustIcon { width:46px; height:46px; flex:0 0 46px; display:grid; place-items:center; border-radius:14px; background:#ffd22e; color:#071a32; }
.trustIcon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.trustIcon svg path:first-child:last-child { fill:none; }

/* Imagens das redes sociais: sempre visíveis e sem cortes */
.tripleSocial .slides { min-width:0; overflow:visible!important; }
.tripleSocial article { min-width:0; overflow:hidden; }
.tripleSocial article img { display:block!important; width:100%!important; height:auto!important; aspect-ratio:1/1; object-fit:contain!important; object-position:center; background:#0d2038; visibility:visible!important; opacity:1!important; }

/* Vídeos clicáveis */
.storyRail button { cursor:pointer; position:relative; touch-action:manipulation; }
.storyRail button:focus-visible { outline:3px solid #ffd22e; outline-offset:4px; }
.storyRail video { pointer-events:none; width:100%; height:100%; object-fit:cover; }
.videoModal { position:fixed; inset:0; z-index:99999; display:grid; place-items:center; padding:20px; background:rgba(0,0,0,.88); }
.videoModalBox { width:min(92vw,560px); max-height:92vh; position:relative; }
.videoModalBox video { width:100%; max-height:88vh; display:block; border-radius:18px; background:#000; }
.videoClose { position:absolute; z-index:2; right:-10px; top:-14px; width:44px; height:44px; border-radius:50%; border:0; background:#ffd22e; color:#071a32; font-size:28px; cursor:pointer; }

/* Carrossel de Mídia Kit */
.mediaKitCarousel { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:14px; margin-top:32px; }
.mediaKitViewport { overflow:hidden; min-width:0; }
.mediaKitTrack { display:flex; gap:20px; transition:transform .45s ease; will-change:transform; }
.mediaKitCard { flex:0 0 calc((100% - 40px)/3); min-width:0; overflow:hidden; border-radius:20px; background:#fff; box-shadow:0 18px 45px rgba(0,0,0,.14); cursor:pointer; }
.mediaKitCard img { width:100%; aspect-ratio:4/3; display:block; object-fit:cover; }
.mediaKitCard>div { padding:18px; }
.mediaKitCard small { display:block; margin-bottom:8px; }
.mediaKitCarousel>button { width:46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,.18); background:#ffd22e; color:#071a32; font-size:25px; cursor:pointer; }
.mediaKitDots { display:flex; justify-content:center; gap:8px; margin:18px 0 0; }
.mediaKitDots button { width:10px; height:10px; border:0; border-radius:50%; background:rgba(255,255,255,.28); padding:0; cursor:pointer; }
.mediaKitDots button.active { width:28px; border-radius:10px; background:#ffd22e; }

/* Tablet e celular */
@media (max-width:1100px) {
  header { padding-inline:20px!important; flex-wrap:wrap; }
  header .logo img { width:220px!important; }
  header .hamb { display:flex!important; align-items:center; justify-content:center; margin-left:auto; z-index:1002; }
  header .navCta { order:2; margin-left:10px; }
  header nav { position:fixed!important; top:0; right:-100%; width:min(88vw,420px); height:100dvh; z-index:1001; padding:105px 24px 30px!important; display:flex!important; flex-direction:column!important; align-items:stretch!important; gap:6px!important; background:rgba(4,18,36,.98)!important; box-shadow:-20px 0 50px rgba(0,0,0,.35); transition:right .3s ease; overflow-y:auto; }
  header nav.open { right:0; }
  header nav a { width:100%; padding:15px 14px!important; border-bottom:1px solid rgba(255,255,255,.08); font-size:15px!important; text-align:left; }
  header nav .printMenu { margin-top:10px; border-radius:12px; text-align:center; background:#fff; color:#071a32!important; }
  .trustCards { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mediaKitCard { flex-basis:calc((100% - 20px)/2); }
}

@media (max-width:700px) {
  header { min-height:82px; padding:10px 14px!important; }
  header .logo img { width:190px!important; }
  header .navCta { display:none!important; }
  header nav { width:100%; padding-top:96px!important; }
  header nav a { text-align:center; font-size:16px!important; padding:16px 12px!important; }
  .trustCards { grid-template-columns:1fr; padding:18px 14px!important; gap:12px!important; }
  .trustCards .trustCard { padding:17px; }
  .trustIcon { width:44px; height:44px; flex-basis:44px; }
  .tripleSocial { grid-template-columns:38px minmax(0,1fr) 38px!important; gap:7px!important; }
  .tripleSocial .slides { width:100%; }
  .tripleSocial article { width:100%; }
  .tripleSocial article img { aspect-ratio:1/1!important; object-fit:contain!important; }
  .storyRail { display:flex!important; overflow-x:auto!important; scroll-snap-type:x mandatory; gap:14px!important; padding-bottom:10px; }
  .storyRail button { flex:0 0 88%!important; scroll-snap-align:center; }
  .mediaKitSection .printTitle > span { width:100%; }
  .mediaKitCarousel { grid-template-columns:36px minmax(0,1fr) 36px; gap:7px; }
  .mediaKitCarousel>button { width:36px; height:36px; font-size:20px; }
  .mediaKitCard { flex-basis:100%; }
  .mediaKitCard img { aspect-ratio:4/3; object-fit:cover; }
}

/* CORREÇÃO FINAL — diferenciais delicados e carrossel mobile */
.trustCarousel{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1fr);
  padding:18px clamp(16px,4vw,64px)!important;
  background:transparent!important;
}
.trustViewport{overflow:hidden;min-width:0}
.trustTrack{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.trustCarousel .trustCard{
  min-height:84px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  box-shadow:0 8px 22px rgba(0,0,0,.11);
  backdrop-filter:blur(8px);
}
.trustCarousel .trustCard>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.trustCarousel .trustCard b{font-size:14px;line-height:1.18;font-weight:700}
.trustCarousel .trustCard span:not(.trustIcon){font-size:12px;line-height:1.35;opacity:.72}
.trustCarousel .trustIcon{
  width:34px;height:34px;flex:0 0 34px;border-radius:10px;
  display:grid;place-items:center;background:#ffd22e;color:#071a32;
}
.trustCarousel .trustIcon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trustArrow,.trustDots{display:none}

/* Correção robusta das artes: caminhos relativos, dimensões reais e visibilidade */
.tripleSocial .slides{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;overflow:visible!important;width:100%!important}
.tripleSocial .slides article{display:block!important;min-width:0!important;width:100%!important;visibility:visible!important;opacity:1!important;transform:none!important}
.tripleSocial .slides article img{
  display:block!important;width:100%!important;max-width:100%!important;
  height:auto!important;aspect-ratio:1/1!important;object-fit:contain!important;
  object-position:center!important;visibility:visible!important;opacity:1!important;
  background:#0d2038;
}

@media (max-width:1050px) and (min-width:701px){
  .tripleSocial .slides{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:700px){
  .trustCarousel{
    grid-template-columns:32px minmax(0,1fr) 32px;
    gap:7px;
    align-items:center;
    padding:14px 10px 30px!important;
  }
  .trustViewport{grid-column:2;overflow:hidden;width:100%}
  .trustTrack{
    display:flex!important;
    gap:10px;
    transition:transform .38s ease;
    will-change:transform;
    touch-action:pan-y;
  }
  .trustCarousel .trustCard{
    flex:0 0 100%;
    min-height:78px;
    padding:12px 13px;
    border-radius:13px;
    box-shadow:0 7px 18px rgba(0,0,0,.10);
  }
  .trustCarousel .trustCard b{font-size:14px}
  .trustCarousel .trustCard span:not(.trustIcon){font-size:12px}
  .trustArrow{
    display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;
    background:rgba(255,210,46,.95);color:#071a32;font-size:23px;line-height:1;cursor:pointer;padding:0;
  }
  .trustPrev{grid-column:1}.trustNext{grid-column:3}
  .trustDots{
    display:flex;grid-column:1/-1;justify-content:center;gap:6px;margin-top:5px;
  }
  .trustDots button{width:7px;height:7px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.28)}
  .trustDots button.active{width:20px;border-radius:8px;background:#ffd22e}

  .tripleSocial .slides{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    gap:0!important;
    overflow:visible!important;
  }
  .tripleSocial .slides article{display:block!important;width:100%!important;max-width:100%!important}
  .tripleSocial .slides article img{
    display:block!important;width:100%!important;height:auto!important;
    aspect-ratio:1/1!important;object-fit:contain!important;
    visibility:visible!important;opacity:1!important;
  }
}


/* CORREÇÃO DEFINITIVA DO CARROSSEL DE REDES SOCIAIS */
#redes .tripleSocial{
  width:100%!important;
  max-width:1240px!important;
  margin-inline:auto!important;
}
#redes .tripleSocial .slides{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:18px!important;
  overflow:visible!important;
}
#redes .tripleSocial .slides article,
#redes .tripleSocial .slides article.active{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  overflow:hidden!important;
}
#redes .tripleSocial .slides article img{
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  object-position:center!important;
  opacity:1!important;
  visibility:visible!important;
  background:#f3f6fa!important;
}
@media (max-width:1050px) and (min-width:701px){
  #redes .tripleSocial .slides{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:700px){
  #redes .tripleSocial{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) 38px!important;
    gap:8px!important;
    padding:0!important;
    position:relative!important;
  }
  #redes .tripleSocial>button{
    position:static!important;
    transform:none!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    display:grid!important;
    place-items:center!important;
  }
  #redes .tripleSocial .slides{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  #redes .tripleSocial .slides article,
  #redes .tripleSocial .slides article.active,
  #redes .tripleSocial .slides article:first-child{
    display:block!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
  #redes .tripleSocial .slides article img{
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:1/1!important;
  }
}

/* =========================================================
   CARROSSEL RESPONSIVO DOS STORIES EM VÍDEO
   1 por vez no celular, 2 no tablet e 4 no computador.
   ========================================================= */
.storyCarousel{
  width:min(100%, 1240px);
  margin:30px auto 0;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 42px;
  align-items:center;
  gap:12px;
}
.storyCarouselViewport{
  width:100%;
  min-width:0;
  overflow:hidden;
  border-radius:22px;
}
.storyCarousel .storyRail{
  display:flex!important;
  gap:16px!important;
  width:100%;
  padding:0!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
  transform:translate3d(0,0,0);
  transition:transform .5s cubic-bezier(.22,.7,.25,1);
  will-change:transform;
}
.storyCarousel .storyCard{
  flex:0 0 calc((100% - 48px)/4)!important;
  min-width:0!important;
  max-width:none!important;
  scroll-snap-align:none!important;
  cursor:pointer;
  position:relative;
  touch-action:manipulation;
}
.storyCarousel .storyCard video{
  display:block;
  width:100%!important;
  height:auto!important;
  aspect-ratio:9/16;
  object-fit:cover;
  pointer-events:none;
}
.storyCarouselArrow{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(7,26,50,.9);
  color:#fff;
  font-size:30px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .2s ease, background .2s ease;
  z-index:2;
}
.storyCarouselArrow:hover{transform:scale(1.06);background:#0d6efd}
.storyCarouselDots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin-top:16px;
}
.storyCarouselDots button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.3);
  cursor:pointer;
}
.storyCarouselDots button.active{width:24px;border-radius:8px;background:#ffd22e}

@media (max-width:1050px){
  .storyCarousel .storyCard{flex-basis:calc((100% - 16px)/2)!important}
}
@media (max-width:700px){
  .storyCarousel{
    grid-template-columns:34px minmax(0,1fr) 34px;
    gap:6px;
    margin-top:22px;
  }
  .storyCarouselViewport{border-radius:18px}
  .storyCarousel .storyRail{gap:12px!important}
  .storyCarousel .storyCard{flex-basis:100%!important}
  .storyCarouselArrow{width:34px;height:34px;font-size:25px}
}

/* =========================================================
   AJUSTE FINAL — ARTES STORY 1080x1920
   1 no celular, 2 no tablet e 3 no computador.
   ========================================================= */
.storyArtSection{
  overflow:hidden;
}
.storyArtCarousel{
  width:min(100%,1240px);
  margin:28px auto 0;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 42px!important;
  align-items:center;
  gap:12px!important;
}
.storyArtCarousel>button{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  background:rgba(7,26,50,.92)!important;
  color:#fff!important;
  font-size:23px!important;
  line-height:1!important;
  cursor:pointer;
}
.storyArtGrid{
  min-width:0!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  overflow:hidden!important;
  touch-action:pan-y!important;
}
.storyArtGrid article{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  border-radius:18px!important;
}
.storyArtGrid article img{
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:auto!important;
  aspect-ratio:9/16!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#0d2038!important;
  opacity:1!important;
  visibility:visible!important;
}
.storyArtSection>.dots{
  display:flex!important;
  justify-content:center!important;
  gap:7px!important;
  margin-top:15px!important;
}
.storyArtSection>.dots button{
  width:8px!important;
  height:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.3)!important;
}
.storyArtSection>.dots button.active{
  width:24px!important;
  border-radius:8px!important;
  background:#ffd22e!important;
}
@media (max-width:1050px) and (min-width:701px){
  .storyArtGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:700px){
  .storyArtCarousel{
    grid-template-columns:34px minmax(0,1fr) 34px!important;
    gap:6px!important;
    padding:0 4px!important;
  }
  .storyArtCarousel>button{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    font-size:20px!important;
  }
  .storyArtGrid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    min-width:0!important;
    gap:0!important;
    overflow:hidden!important;
  }
  .storyArtGrid article,
  .storyArtGrid article:first-child{
    display:block!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
  }
  .storyArtGrid article img{
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:9/16!important;
    object-fit:contain!important;
  }
}

/* =========================================================
   AJUSTE FINAL — VÍDEOS
   1 por vez no celular e 2 por vez no tablet/computador.
   ========================================================= */
.storyCarousel .storyCard{
  flex:0 0 calc((100% - 16px)/2)!important;
  width:calc((100% - 16px)/2)!important;
  min-width:calc((100% - 16px)/2)!important;
  max-width:calc((100% - 16px)/2)!important;
}
@media (max-width:700px){
  .storyCarousel .storyCard{
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
  }
}
