/* =========================
   HERO PRODUTO
========================= */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.page-prod-interno .produto-hero{
  position: relative;
  background:
    radial-gradient(1200px 520px at 70% 35%, rgba(255,255,255,.10), transparent 55%),
    radial-gradient(900px 420px at 35% 20%, rgba(0,0,0,.10), transparent 60%),
    linear-gradient(180deg, #0a66a9 0%, #075a98 45%, #064f87 100%);
  padding: clamp(24px, 5vw, 24px) 0 clamp(0px, 3vw, 86px);
  overflow: hidden;
}

.page-prod-interno .hero-waves{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(120px, 16vw, 290px);
  background-image: url("../img/internas/onda-produto-interno.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.page-prod-interno .hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  position: relative;
  z-index: 2;
}

.page-prod-interno .hero-visual{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: clamp(320px, 40vw, 520px);
}

.page-prod-interno .hero-visual::before{
  content: "";
  position: absolute;
  top: -12px;
  left: -1%;
  width: min(539px, 100%);
  aspect-ratio: 516 / 420;
  background-color: #23bbae;

  -webkit-mask: url("../img/internas/office-produtos.svg") no-repeat center top;
  -webkit-mask-size: contain;
  mask: url("../img/internas/office-produtos.svg") no-repeat center top;
  mask-size: contain;

  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.page-prod-interno .hero-composite{
  height: 526px;
  display: block;
  transform: translateX(6%);
  z-index: 4;
  will-change: transform, opacity;
  position: relative;
}

.page-prod-interno .hero-copy{
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: 540px;
  transform: translateX(-4%);
}

.page-prod-interno .hero-kicker{
  font-family: 'Gilroy-Medium', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.page-prod-interno .hero-title{
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: clamp(44px, 5.2vw, 64px);
  line-height: .92;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* =========================
   HERO FEATURES BASE
   altere a cor aqui e valerá para todas
========================= */

:root{
  --hero-check-green: #95c966;
  --hero-check-icon: #95c966;
  --galeria-bg: #e9e9e9;
  --galeria-borda: #bfbfbf;
}

.page-prod-interno .hero-features{
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 12px;
}

.page-prod-interno .hero-features li{
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  column-gap: 12px;
}

.page-prod-interno .hero-feature-icon{
  color: var(--hero-check-icon);
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;
}

.page-prod-interno .hero-feature-text{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.page-prod-interno .hero-feature-title{
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--hero-check-green);
  margin: 0;
}

.page-prod-interno .hero-feature-subtitle{
  font-family: 'Gilroy-Light', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

/* =========================
   ANIMAÇÃO HERO
========================= */

.page-prod-interno .hero-reveal{
  opacity: 0;
  transform: translateY(16px);
}

.page-prod-interno.is-loaded .hero-reveal{
  animation: heroFadeUp .70s ease forwards;
}

.page-prod-interno.is-loaded .hero-visual .hero-reveal{ animation-delay: .10s; }
.page-prod-interno.is-loaded .hero-copy.hero-reveal{ animation-delay: .18s; }

@keyframes heroFadeUp{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .page-prod-interno .hero-reveal{
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* =========================
   SEÇÃO VÍDEO + TEXTO
========================= */

/* =========================
   SEÇÃO VÍDEO + TEXTO
========================= */

.prod-section-info{
  background: #fff;
}

.video-thumb-panel{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.video-thumb-single{
  width: 100%;
  max-width: 335px;
  border: 0;
  padding: 0;
  background: transparent;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.video-thumb-single:hover{
  transform: translateY(-2px);
}

.video-thumb-single img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
  transition: transform .35s ease;
  transform: scale(1);
  transform-origin: center center;
}

.video-thumb-single:hover img{
  transform: scale(1.045);
}

.prod-text-info{
  padding-top: 4px;
}

.prod-paragraph{
  font-family: 'Gilroy-Light', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 14px;
}

.btn-cta-produto{
  margin-top: 10px;
  padding: 12px 22px;
  border-radius: 14px;
  font-family: 'Gilroy-Medium', sans-serif;
}
/* =========================
   CARROSSEL DE IMAGENS
========================= */
.produto-galeria-carousel-section{
  background: #fff;
  padding: 0 0 40px;
}

.produto-galeria-carousel-wrap{
  position: relative;
  background: var(--galeria-bg);
  padding: 32px 52px;
  overflow: hidden;
}

.produto-galeria-viewport{
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  scroll-behavior: smooth;
}

.produto-galeria-track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 230px;
  gap: 20px;
  width: max-content;
}

.produto-galeria-item{
  width: 230px;
  height: 221px;
  border: 1px solid var(--galeria-borda);
  background: #fff;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow .18s ease, border-color .18s ease;
}

.produto-galeria-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
  transform: scale(1);
}

.produto-galeria-item:hover img{
  transform: scale(1.045);
}

.produto-galeria-item:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

.galeria-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 76px;
  border: 0;
  background: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  z-index: 3;
  cursor: pointer;
}

.galeria-arrow:hover{
  color: #076594;
}

.galeria-arrow-prev{
  left: 12px;
}

.galeria-arrow-next{
  right: 12px;
}

@media (max-width: 991.98px){
  .produto-galeria-carousel-wrap{
    padding: 28px 42px;
  }

  .produto-galeria-viewport{
    width: 730px;
  }

  .produto-galeria-track{
    grid-auto-columns: 230px;
  }
}

@media (max-width: 575.98px){
  .produto-galeria-viewport{
    width: 190px;
  }

  .produto-galeria-track{
    grid-auto-columns: 190px;
    gap: 14px;
  }

  .produto-galeria-item{
    width: 190px;
    height: 182px;
  }

  .galeria-arrow{
    width: 28px;
    height: 60px;
    font-size: 28px;
  }
}

/* =========================
   LIGHTBOX VÍDEO
========================= */

.modal-lightbox{
  background: rgba(10,10,10,.92);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  overflow: hidden;
}

.modal-lightbox .modal-body{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  min-height: 70vh;
}

.modal-lightbox-close{
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}

/* =========================
   LIGHTBOX IMAGEM
========================= */

#modalLightboxImg{
  background: rgba(0,0,0,.60);
}

#modalLightboxImg .modal-lightbox-dialog{
  max-width: none;
  width: auto;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}

#modalLightboxImg .modal-lightbox-box{
  position: relative;
  display: inline-block;
  width: auto;
  background: #fff;
  border: 3px solid #076594;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  overflow: visible;
}

#modalLightboxImg .lightbox-body-box{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
}

#modalLightboxImg .lightbox-img-box{
  display: block;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
}

#modalLightboxImg .lightbox-close-btn{
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #076594;
  color: #fff;
  border: 0;
  border-radius: 0 14px 0 14px;
  padding: 10px 14px;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

#modalLightboxImg .lightbox-close-btn:hover{
  background: #05537a;
}

#modalLightboxImg .lightbox-close-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #076594;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

#modalLightboxImg .lightbox-close-text{
  font-weight: 700;
  letter-spacing: .02em;
}

#modalLightboxImg .modal-content{
  transform: scale(.92);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
}

#modalLightboxImg.show .modal-content{
  transform: scale(1);
  opacity: 1;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255 / 82%);
  color: #076594;
  font-size: 40px;
  line-height: 0;
  cursor: pointer;
  transition: 0.2s;
  padding: 0 0 10px 0;
}

.lightbox-nav:hover {
  background: #076594;
  color:#ffffff;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

/* =========================
   COMPARAÇÃO
========================= */

.cmp-section{ background:#f5f5f5; }

.cmp-title{
  font-family: 'Gilroy-ExtraBold', sans-serif;
  letter-spacing: .02em;
}

.cmp-wrap{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 9px;
  align-items: start;
}

.cmp-cols{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-radius: 0 22px 22px 22px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
}

.cmp-col{
  background:#fff;
  border-left: 1px solid rgba(0,0,0,.10);
}

.cmp-col:first-child{ border-left: none; }

.cmp-head{
  background: #076594;
  color:#fff;
  padding: 18px 18px;
  text-align:center;
  font-family: 'Gilroy-Medium', sans-serif;
}

.cmp-head--left{
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
}

.cmp-left{
  border-radius: 22px 0 0 22px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  background:#fff;
}

.cmp-head-title{
  font-weight: 700;
  letter-spacing: .02em;
}

.cmp-model-title{
  font-weight: 700;
}

.cmp-model-sub{
  opacity: .95;
  font-family: 'Gilroy-Light', sans-serif;
  line-height: 1.1;
}

.cmp-row{
  padding: 14px 16px;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  border-top: 1px solid rgba(0,0,0,.08);
  min-height: 52px;
  display: flex;
  align-items: center;
}

.cmp-row--label{
  background:#fff;
}

.cmp-row--val{
  background:#fff;
}

.cmp-row:nth-child(even){
  background: rgba(0,0,0,.06);
}

.cmp-row.is-highlight{
  background: rgba(193,216,135,.35);
}

.cmp-row.is-hover{
  background: #c1d887 !important;
}

.cmp-icons{
  display:flex;
  gap: 8px;
  align-items:center;
}

.cmp-ico{
  width:20px;
  height:20px;
  transition: transform .2s ease;
  cursor:pointer;
}

.cmp-ico:hover{
  transform:scale(1.15);
}

.cmp-cta{
  background:#fff;
  padding: 18px 18px 22px;
  display:flex;
  flex-direction: column;
  gap: 14px;
  align-items:center;
}

.cmp-cta-line{
  width: 70%;
  height: 1px;
  background: rgba(0,0,0,.20);
}

.cmp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--verde-ativo);
  color:#fff !important;
  text-decoration:none;
  font-family: 'Gilroy-Medium', sans-serif;
  transition: transform .15s ease;
}

.cmp-btn:hover{
  transform: translateY(-1px);
}

.cmp-acc-item{
  border: none;
  margin-bottom: 12px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
}

.cmp-acc-btn{
  background: #076594 !important;
  color:#fff !important;
  font-family: 'Gilroy-Medium', sans-serif;
}

.cmp-acc-btn::after{
  filter: brightness(0) invert(1);
}

.cmp-acc-body{
  background:#fff;
}

.cmp-acc-grid{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.cmp-acc-row{
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.04);
}

.cmp-acc-row.is-highlight{
  background: rgba(193,216,135,.55);
}

.cmp-acc-label{
  font-family: 'Gilroy-Medium', sans-serif;
  opacity: .85;
  margin-bottom: 6px;
}

.cmp-acc-val{
  font-family: 'Gilroy-Light', sans-serif;
}

.cmp-acc-cta{
  margin-top: 14px;
  display:flex;
  justify-content: center;
}

/* =========================
   TOOLTIP
========================= */

.tooltip-inner{
  background-color:#076594;
  color:#fff;
  font-size:13px;
  padding:6px 10px;
  border-radius:6px;
  font-weight:500;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before{
  border-top-color:#076594;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before{
  border-bottom-color:#076594;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before{
  border-left-color:#076594;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before{
  border-right-color:#076594;
}

/* =========================
   RESPONSIVO
========================= */

@media (min-width:768px) and (max-width: 991.98px){
  .cmp-wrap{
    grid-template-columns: 240px 1fr;
    gap: 16px;
  }

  .cmp-row{
    font-size: 14px;
    padding: 12px 12px;
    min-height: 46px;
  }

  .cmp-head{
    padding: 14px 12px;
  }

  .cmp-ico{
    width:18px;
    height:auto;
  }
}

@media (max-width: 991.98px){
  .page-prod-interno .hero-title{
    font-size: 28px;
    text-align: left;
  }

  .page-prod-interno .hero-grid{
    text-align: left;
  }

  .page-prod-interno .hero-copy{
    max-width: 680px;
    margin: 0;
    transform: none;
  }

  .page-prod-interno .hero-visual{
    min-height: clamp(260px, 55vw, 420px);
    justify-content: end;
  }

  .page-prod-interno .hero-composite{
    transform: none;
    width: 240px;
    margin-right: 40px;
  }

  .page-prod-interno .hero-waves{
    height: clamp(110px, 22vw, 200px);
  }

  .page-prod-interno .hero-feature-title{
    font-size: 16px;
  }

  .page-prod-interno .hero-feature-subtitle{
    font-size: 12px;
  }

  .produto-galeria-carousel-wrap{
    padding: 28px 42px;
  }

  .produto-galeria-viewport{
    width: 730px; /* 3 imagens */
  }

  .produto-galeria-track{
    grid-auto-columns: 230px;
  }
}

@media (max-width: 767px){
  .page-prod-interno .hero-visual::before{
    display: none;
  }

  .produto-galeria-carousel-wrap{
    padding: 24px 36px;
  }
}

@media (max-width: 575.98px){
  .page-prod-interno .hero-title{
    font-size: clamp(38px, 10vw, 48px);
  }

  .page-prod-interno .hero-feature-title{
    font-size: 15px;
  }

  .page-prod-interno .hero-feature-subtitle{
    font-size: 11.5px;
  }

  #modalLightboxImg .lightbox-body-box{
    padding: 8px;
  }

  #modalLightboxImg .lightbox-img-box{
    max-width: 92vw;
    max-height: 78vh;
  }

  #modalLightboxImg .lightbox-close-btn{
    padding: 8px 10px;
    gap: 6px;
  }

  #modalLightboxImg .lightbox-close-text{
    font-size: 12px;
  }

  #modalLightboxImg .lightbox-close-icon{
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .modal-lightbox .modal-body{
    padding: 16px;
    min-height: 60vh;
  }

  .produto-galeria-viewport{
    width: 190px; /* 1 imagem por vez */
  }

  .produto-galeria-track{
    grid-auto-columns: 190px;
    gap: 14px;
  }

  .produto-galeria-item{
    width: 190px;
    height: 182px;
  }

  .galeria-arrow{
    width: 28px;
    height: 60px;
    font-size: 28px;
  }
}