.elementor-56 .elementor-element.elementor-element-db7377d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-82px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-56 .elementor-element.elementor-element-4e4e7a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-ccdf0f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-fd7f303{padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-06db949{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-551462d{padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-57708b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-c5ec6e4{padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-be8f90e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-081d5c7{padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-e574592{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-d4f0d29{padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-29068e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-6ebe9d5{padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-d0f8353{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-719128a{padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-d8a48d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-fd18593{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-56 .elementor-element.elementor-element-db7377d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-f74d078 */:root {
  --brand-blue: #0A2540;
  --brand-teal: #00C1B8;
}

/* --- SEÇÃO VÍDEO INSTITUCIONAL --- */
.section-institutional-video {
  width: 100%;
  background-color: #004A9D !important;
  position: relative;
  z-index: 90;
}

.video-cta-container {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-color: #004A9D;
}

.video-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 0;
  will-change: transform, opacity;
}

.video-cta-container:hover .video-cover-img {
  transform: scale(1.03);
}

.play-anchor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.play-button-main {
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue);
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
}

.play-button-main:hover {
  transform: scale(1.1);
  background: var(--brand-teal);
  color: #FFFFFF;
}

.circular-cta-text {
  position: absolute;
  width: 220px;
  height: 220px;
  animation: rotate-slow 25s linear infinite;
}

@keyframes rotate-slow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* --- MODAL VÍDEO --- */
#video-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 37, 64, 0.95);
  backdrop-filter: blur(15px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modal-video-box {
  width: 90%;
  max-width: 1000px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(0,0,0,0.5);
  position: relative;
}

.close-modal {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 40px;
  font-weight: 300;
  z-index: 2010;
}

/* MOBILE */
@media (max-width: 1024px) {
  .video-cta-container { height: 450px; border-radius: 0; }
  .video-cover-img { border-radius: 0; }
  .circular-cta-text { width: 180px; height: 180px; }
}

/* =========================
   MOBILE – VIDEO FULL FIX
   ========================= */
@media (max-width: 1024px){

  /* container geral */
  .section-institutional-video{
    padding: 0 !important;
    margin: 0 !important;
    background:#004A9D !important;
  }

  /* altura correta no mobile */
  .video-cta-container{
    height: 52vh !important;
    min-height: 320px !important;
    max-height: 520px !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
  }

  /* imagem ocupa tudo */
  .video-cover-img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
  }

  /* remove zoom hover no mobile */
  .video-cta-container:hover .video-cover-img{
    transform: none !important;
  }

  /* ancora central real */
  .play-anchor{
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
  }

  /* botão play */
  .play-button-main{
    width: 82px !important;
    height: 82px !important;
    position: relative !important;
    z-index: 5;
  }

  /* texto circular */
  .circular-cta-text{
    width: 160px !important;
    height: 160px !important;
    position: absolute !important;
    inset: 0;
    margin: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-551462d *//* =========================
   PODZ (SEM TAILWIND)
========================= */

:root{
  --brand-blue:#0A2540;
  --brand-deep-blue:#004A9D;
  --brand-teal:#00C1B8;
}

/* Seção */
.podz-section{
  position:relative;
  width:100%;
  background:#fff;
  z-index:70;
  overflow:hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Background atmosférico */
.podz-atmospheric-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(125deg,
    rgba(255,255,255,1) 0%,
    rgba(0,74,157,0.02) 30%,
    rgba(0,193,184,0.02) 70%,
    rgba(255,255,255,1) 100%
  );
  background-size:400% 400%;
  animation: podzGradientMove 15s ease infinite;
}
@keyframes podzGradientMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* Pin wrapper */
.podz-pin-wrapper{
  position:relative;
  height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Header fixo */
.podz-header-content{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding-top:10vh;
}

.podz-header-inner{
  pointer-events:auto;
  text-align:center;
  max-width:1280px;
  width:100%;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  opacity:1; /* sem GSAP? já aparece */
}

/* “Badge” PODZ */
.podz-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:rgba(10,37,64,0.04);
  border:1px solid rgba(10,37,64,0.08);
  border-radius:100px;
  padding:8px 20px;
  margin-bottom:18px;
}
.podz-dot{
  width:6px;
  height:6px;
  background:var(--brand-teal);
  border-radius:50%;
  box-shadow:0 0 10px var(--brand-teal);
}
.podz-badge-text{
  font-size:10px;
  font-weight:900;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:rgba(10,37,64,0.6);
}

/* Título */
.podz-title{
  margin:0;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--brand-blue);
  font-size:34px;
}
@media (min-width:768px){
  .podz-title{ font-size:48px; }
}
@media (min-width:1025px){
  .podz-title{ font-size:60px; }
}
.podz-gradient{
  background:linear-gradient(135deg, #0A2540 0%, #004A9D 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Botões sociais */
.podz-actions{
  display:flex;
  gap:16px;
  padding-top:16px;
  justify-content:center;
  flex-wrap:wrap;
}
.podz-social-btn{
  border:1px solid rgba(10,37,64,0.15);
  background:rgba(255,255,255,0.6);
  color:var(--brand-blue);
  padding:16px 32px;
  border-radius:100px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.15em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:all 0.4s cubic-bezier(0.25,1,0.5,1);
  backdrop-filter:blur(12px);
  position:relative;
  overflow:hidden;
  text-decoration:none;
}
.podz-social-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.podz-social-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform:skewX(-20deg);
  transition:left 0.5s;
}
.podz-social-btn:hover::after{ left:120%; transition:left 0.6s ease-in-out; }
.podz-social-btn:hover{
  background:#fff;
  border-color:var(--brand-teal);
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,193,184,0.25);
}

/* Trilho */
.podz-episodes-viewport{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:100%;
  margin-top:45vh;
}

.podz-episodes-track{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
  padding-left:50vw;
  padding-right:50vw;
  will-change:transform;
}

/* Card */
.podz-card{
  flex:0 0 500px;
  height:281px; /* 16:9 */
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 30px 60px rgba(0,0,0,0.1);
  opacity:0.5;
  transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
  cursor:pointer;
}
.podz-card.is-active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 50px 100px rgba(0,74,157,0.25);
  z-index:10;
}

.podz-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.85;
  transition:opacity 0.4s ease;
  display:block;
}
.podz-card:hover .podz-thumb{ opacity:1; }

.podz-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to top, rgba(10,37,64,0.4), transparent);
  z-index:2;
}

.podz-play-btn{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.podz-play-btn svg{
  width:24px;
  height:24px;
  display:block;
  margin-left:2px;
}
.podz-card:hover .podz-play-btn{
  background:var(--brand-teal);
  color:#fff;
}

/* Mobile: vira swipe */
@media (max-width:1024px){
  .podz-pin-wrapper{ height:auto; display:block; overflow:visible; padding-bottom:80px; }
  .podz-header-content{ position:relative; height:auto; padding:80px 24px 60px 24px; }
  .podz-header-inner{ opacity:1; padding:0; }
  .podz-episodes-viewport{ margin-top:0; display:block; overflow:visible; height:auto; }
  .podz-episodes-track{
    padding:0 24px;
    overflow-x:auto;
    gap:20px;
    width:100%;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .podz-episodes-track::-webkit-scrollbar{ display:none; }
  .podz-card{
    flex:0 0 85vw;
    height:48vw;
    opacity:1;
    transform:scale(1);
    scroll-snap-align:center;
  }
  .podz-social-btn{ width:100%; justify-content:center; }
}

/* =========================
   MODAL (YOUTUBE)
========================= */

#podz-video-modal{
  position:fixed;
  inset:0;
  background:rgba(10,37,64,0.95);
  backdrop-filter:blur(15px);
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.4s ease;
}

#podz-video-modal.is-open{
  display:flex;
}

.podz-modal-box{
  width:90%;
  max-width:1000px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 50px 100px rgba(0,0,0,0.5);
  position:relative;
  background:#000;
}

.podz-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  color:#fff;
  cursor:pointer;
  font-size:38px;
  font-weight:300;
  z-index:10;
  line-height:1;
  user-select:none;
}

.podz-modal-iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5ec6e4 *//* =========================
   PODZ (SEM TAILWIND)
========================= */

:root{
  --brand-blue:#0A2540;
  --brand-deep-blue:#004A9D;
  --brand-teal:#00C1B8;
}

/* Seção */
.podz-section{
  position:relative;
  width:100%;
  background:#fff;
  z-index:70;
  overflow:hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Background atmosférico */
.podz-atmospheric-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(125deg,
    rgba(255,255,255,1) 0%,
    rgba(0,74,157,0.02) 30%,
    rgba(0,193,184,0.02) 70%,
    rgba(255,255,255,1) 100%
  );
  background-size:400% 400%;
  animation: podzGradientMove 15s ease infinite;
}
@keyframes podzGradientMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* Pin wrapper */
.podz-pin-wrapper{
  position:relative;
  height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Header fixo */
.podz-header-content{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding-top:10vh;
}

.podz-header-inner{
  pointer-events:auto;
  text-align:center;
  max-width:1280px;
  width:100%;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  opacity:1; /* sem GSAP? já aparece */
}

/* “Badge” PODZ */
.podz-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:rgba(10,37,64,0.04);
  border:1px solid rgba(10,37,64,0.08);
  border-radius:100px;
  padding:8px 20px;
  margin-bottom:18px;
}
.podz-dot{
  width:6px;
  height:6px;
  background:var(--brand-teal);
  border-radius:50%;
  box-shadow:0 0 10px var(--brand-teal);
}
.podz-badge-text{
  font-size:10px;
  font-weight:900;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:rgba(10,37,64,0.6);
}

/* Título */
.podz-title{
  margin:0;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--brand-blue);
  font-size:34px;
}
@media (min-width:768px){
  .podz-title{ font-size:48px; }
}
@media (min-width:1025px){
  .podz-title{ font-size:60px; }
}
.podz-gradient{
  background:linear-gradient(135deg, #0A2540 0%, #004A9D 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Botões sociais */
.podz-actions{
  display:flex;
  gap:16px;
  padding-top:16px;
  justify-content:center;
  flex-wrap:wrap;
}
.podz-social-btn{
  border:1px solid rgba(10,37,64,0.15);
  background:rgba(255,255,255,0.6);
  color:var(--brand-blue);
  padding:16px 32px;
  border-radius:100px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.15em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:all 0.4s cubic-bezier(0.25,1,0.5,1);
  backdrop-filter:blur(12px);
  position:relative;
  overflow:hidden;
  text-decoration:none;
}
.podz-social-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.podz-social-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform:skewX(-20deg);
  transition:left 0.5s;
}
.podz-social-btn:hover::after{ left:120%; transition:left 0.6s ease-in-out; }
.podz-social-btn:hover{
  background:#fff;
  border-color:var(--brand-teal);
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,193,184,0.25);
}

/* Trilho */
.podz-episodes-viewport{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:100%;
  margin-top:45vh;
}

.podz-episodes-track{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
  padding-left:50vw;
  padding-right:50vw;
  will-change:transform;
}

/* Card */
.podz-card{
  flex:0 0 500px;
  height:281px; /* 16:9 */
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 30px 60px rgba(0,0,0,0.1);
  opacity:0.5;
  transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
  cursor:pointer;
}
.podz-card.is-active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 50px 100px rgba(0,74,157,0.25);
  z-index:10;
}

.podz-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.85;
  transition:opacity 0.4s ease;
  display:block;
}
.podz-card:hover .podz-thumb{ opacity:1; }

.podz-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to top, rgba(10,37,64,0.4), transparent);
  z-index:2;
}

.podz-play-btn{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.podz-play-btn svg{
  width:24px;
  height:24px;
  display:block;
  margin-left:2px;
}
.podz-card:hover .podz-play-btn{
  background:var(--brand-teal);
  color:#fff;
}

/* Mobile: vira swipe */
@media (max-width:1024px){
  .podz-pin-wrapper{ height:auto; display:block; overflow:visible; padding-bottom:80px; }
  .podz-header-content{ position:relative; height:auto; padding:80px 24px 60px 24px; }
  .podz-header-inner{ opacity:1; padding:0; }
  .podz-episodes-viewport{ margin-top:0; display:block; overflow:visible; height:auto; }
  .podz-episodes-track{
    padding:0 24px;
    overflow-x:auto;
    gap:20px;
    width:100%;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .podz-episodes-track::-webkit-scrollbar{ display:none; }
  .podz-card{
    flex:0 0 85vw;
    height:48vw;
    opacity:1;
    transform:scale(1);
    scroll-snap-align:center;
  }
  .podz-social-btn{ width:100%; justify-content:center; }
}

/* =========================
   MODAL (YOUTUBE)
========================= */

#podz-video-modal{
  position:fixed;
  inset:0;
  background:rgba(10,37,64,0.95);
  backdrop-filter:blur(15px);
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.4s ease;
}

#podz-video-modal.is-open{
  display:flex;
}

.podz-modal-box{
  width:90%;
  max-width:1000px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 50px 100px rgba(0,0,0,0.5);
  position:relative;
  background:#000;
}

.podz-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  color:#fff;
  cursor:pointer;
  font-size:38px;
  font-weight:300;
  z-index:10;
  line-height:1;
  user-select:none;
}

.podz-modal-iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-081d5c7 *//* =========================
   PODZ (SEM TAILWIND)
========================= */

:root{
  --brand-blue:#0A2540;
  --brand-deep-blue:#004A9D;
  --brand-teal:#00C1B8;
}

/* Seção */
.podz-section{
  position:relative;
  width:100%;
  background:#fff;
  z-index:70;
  overflow:hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Background atmosférico */
.podz-atmospheric-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(125deg,
    rgba(255,255,255,1) 0%,
    rgba(0,74,157,0.02) 30%,
    rgba(0,193,184,0.02) 70%,
    rgba(255,255,255,1) 100%
  );
  background-size:400% 400%;
  animation: podzGradientMove 15s ease infinite;
}
@keyframes podzGradientMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* Pin wrapper */
.podz-pin-wrapper{
  position:relative;
  height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Header fixo */
.podz-header-content{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding-top:10vh;
}

.podz-header-inner{
  pointer-events:auto;
  text-align:center;
  max-width:1280px;
  width:100%;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  opacity:1; /* sem GSAP? já aparece */
}

/* “Badge” PODZ */
.podz-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:rgba(10,37,64,0.04);
  border:1px solid rgba(10,37,64,0.08);
  border-radius:100px;
  padding:8px 20px;
  margin-bottom:18px;
}
.podz-dot{
  width:6px;
  height:6px;
  background:var(--brand-teal);
  border-radius:50%;
  box-shadow:0 0 10px var(--brand-teal);
}
.podz-badge-text{
  font-size:10px;
  font-weight:900;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:rgba(10,37,64,0.6);
}

/* Título */
.podz-title{
  margin:0;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--brand-blue);
  font-size:34px;
}
@media (min-width:768px){
  .podz-title{ font-size:48px; }
}
@media (min-width:1025px){
  .podz-title{ font-size:60px; }
}
.podz-gradient{
  background:linear-gradient(135deg, #0A2540 0%, #004A9D 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Botões sociais */
.podz-actions{
  display:flex;
  gap:16px;
  padding-top:16px;
  justify-content:center;
  flex-wrap:wrap;
}
.podz-social-btn{
  border:1px solid rgba(10,37,64,0.15);
  background:rgba(255,255,255,0.6);
  color:var(--brand-blue);
  padding:16px 32px;
  border-radius:100px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.15em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:all 0.4s cubic-bezier(0.25,1,0.5,1);
  backdrop-filter:blur(12px);
  position:relative;
  overflow:hidden;
  text-decoration:none;
}
.podz-social-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.podz-social-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform:skewX(-20deg);
  transition:left 0.5s;
}
.podz-social-btn:hover::after{ left:120%; transition:left 0.6s ease-in-out; }
.podz-social-btn:hover{
  background:#fff;
  border-color:var(--brand-teal);
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,193,184,0.25);
}

/* Trilho */
.podz-episodes-viewport{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:100%;
  margin-top:45vh;
}

.podz-episodes-track{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
  padding-left:50vw;
  padding-right:50vw;
  will-change:transform;
}

/* Card */
.podz-card{
  flex:0 0 500px;
  height:281px; /* 16:9 */
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 30px 60px rgba(0,0,0,0.1);
  opacity:0.5;
  transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
  cursor:pointer;
}
.podz-card.is-active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 50px 100px rgba(0,74,157,0.25);
  z-index:10;
}

.podz-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.85;
  transition:opacity 0.4s ease;
  display:block;
}
.podz-card:hover .podz-thumb{ opacity:1; }

.podz-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to top, rgba(10,37,64,0.4), transparent);
  z-index:2;
}

.podz-play-btn{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.podz-play-btn svg{
  width:24px;
  height:24px;
  display:block;
  margin-left:2px;
}
.podz-card:hover .podz-play-btn{
  background:var(--brand-teal);
  color:#fff;
}

/* Mobile: vira swipe */
@media (max-width:1024px){
  .podz-pin-wrapper{ height:auto; display:block; overflow:visible; padding-bottom:80px; }
  .podz-header-content{ position:relative; height:auto; padding:80px 24px 60px 24px; }
  .podz-header-inner{ opacity:1; padding:0; }
  .podz-episodes-viewport{ margin-top:0; display:block; overflow:visible; height:auto; }
  .podz-episodes-track{
    padding:0 24px;
    overflow-x:auto;
    gap:20px;
    width:100%;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .podz-episodes-track::-webkit-scrollbar{ display:none; }
  .podz-card{
    flex:0 0 85vw;
    height:48vw;
    opacity:1;
    transform:scale(1);
    scroll-snap-align:center;
  }
  .podz-social-btn{ width:100%; justify-content:center; }
}

/* =========================
   MODAL (YOUTUBE)
========================= */

#podz-video-modal{
  position:fixed;
  inset:0;
  background:rgba(10,37,64,0.95);
  backdrop-filter:blur(15px);
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.4s ease;
}

#podz-video-modal.is-open{
  display:flex;
}

.podz-modal-box{
  width:90%;
  max-width:1000px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 50px 100px rgba(0,0,0,0.5);
  position:relative;
  background:#000;
}

.podz-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  color:#fff;
  cursor:pointer;
  font-size:38px;
  font-weight:300;
  z-index:10;
  line-height:1;
  user-select:none;
}

.podz-modal-iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4f0d29 *//* =========================
   PODZ (SEM TAILWIND)
========================= */

:root{
  --brand-blue:#0A2540;
  --brand-deep-blue:#004A9D;
  --brand-teal:#00C1B8;
}

/* Seção */
.podz-section{
  position:relative;
  width:100%;
  background:#fff;
  z-index:70;
  overflow:hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Background atmosférico */
.podz-atmospheric-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(125deg,
    rgba(255,255,255,1) 0%,
    rgba(0,74,157,0.02) 30%,
    rgba(0,193,184,0.02) 70%,
    rgba(255,255,255,1) 100%
  );
  background-size:400% 400%;
  animation: podzGradientMove 15s ease infinite;
}
@keyframes podzGradientMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* Pin wrapper */
.podz-pin-wrapper{
  position:relative;
  height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Header fixo */
.podz-header-content{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding-top:10vh;
}

.podz-header-inner{
  pointer-events:auto;
  text-align:center;
  max-width:1280px;
  width:100%;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  opacity:1; /* sem GSAP? já aparece */
}

/* “Badge” PODZ */
.podz-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:rgba(10,37,64,0.04);
  border:1px solid rgba(10,37,64,0.08);
  border-radius:100px;
  padding:8px 20px;
  margin-bottom:18px;
}
.podz-dot{
  width:6px;
  height:6px;
  background:var(--brand-teal);
  border-radius:50%;
  box-shadow:0 0 10px var(--brand-teal);
}
.podz-badge-text{
  font-size:10px;
  font-weight:900;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:rgba(10,37,64,0.6);
}

/* Título */
.podz-title{
  margin:0;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--brand-blue);
  font-size:34px;
}
@media (min-width:768px){
  .podz-title{ font-size:48px; }
}
@media (min-width:1025px){
  .podz-title{ font-size:60px; }
}
.podz-gradient{
  background:linear-gradient(135deg, #0A2540 0%, #004A9D 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Botões sociais */
.podz-actions{
  display:flex;
  gap:16px;
  padding-top:16px;
  justify-content:center;
  flex-wrap:wrap;
}
.podz-social-btn{
  border:1px solid rgba(10,37,64,0.15);
  background:rgba(255,255,255,0.6);
  color:var(--brand-blue);
  padding:16px 32px;
  border-radius:100px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.15em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:all 0.4s cubic-bezier(0.25,1,0.5,1);
  backdrop-filter:blur(12px);
  position:relative;
  overflow:hidden;
  text-decoration:none;
}
.podz-social-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.podz-social-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform:skewX(-20deg);
  transition:left 0.5s;
}
.podz-social-btn:hover::after{ left:120%; transition:left 0.6s ease-in-out; }
.podz-social-btn:hover{
  background:#fff;
  border-color:var(--brand-teal);
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,193,184,0.25);
}

/* Trilho */
.podz-episodes-viewport{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:100%;
  margin-top:45vh;
}

.podz-episodes-track{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
  padding-left:50vw;
  padding-right:50vw;
  will-change:transform;
}

/* Card */
.podz-card{
  flex:0 0 500px;
  height:281px; /* 16:9 */
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 30px 60px rgba(0,0,0,0.1);
  opacity:0.5;
  transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
  cursor:pointer;
}
.podz-card.is-active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 50px 100px rgba(0,74,157,0.25);
  z-index:10;
}

.podz-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.85;
  transition:opacity 0.4s ease;
  display:block;
}
.podz-card:hover .podz-thumb{ opacity:1; }

.podz-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to top, rgba(10,37,64,0.4), transparent);
  z-index:2;
}

.podz-play-btn{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.podz-play-btn svg{
  width:24px;
  height:24px;
  display:block;
  margin-left:2px;
}
.podz-card:hover .podz-play-btn{
  background:var(--brand-teal);
  color:#fff;
}

/* Mobile: vira swipe */
@media (max-width:1024px){
  .podz-pin-wrapper{ height:auto; display:block; overflow:visible; padding-bottom:80px; }
  .podz-header-content{ position:relative; height:auto; padding:80px 24px 60px 24px; }
  .podz-header-inner{ opacity:1; padding:0; }
  .podz-episodes-viewport{ margin-top:0; display:block; overflow:visible; height:auto; }
  .podz-episodes-track{
    padding:0 24px;
    overflow-x:auto;
    gap:20px;
    width:100%;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .podz-episodes-track::-webkit-scrollbar{ display:none; }
  .podz-card{
    flex:0 0 85vw;
    height:48vw;
    opacity:1;
    transform:scale(1);
    scroll-snap-align:center;
  }
  .podz-social-btn{ width:100%; justify-content:center; }
}

/* =========================
   MODAL (YOUTUBE)
========================= */

#podz-video-modal{
  position:fixed;
  inset:0;
  background:rgba(10,37,64,0.95);
  backdrop-filter:blur(15px);
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.4s ease;
}

#podz-video-modal.is-open{
  display:flex;
}

.podz-modal-box{
  width:90%;
  max-width:1000px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 50px 100px rgba(0,0,0,0.5);
  position:relative;
  background:#000;
}

.podz-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  color:#fff;
  cursor:pointer;
  font-size:38px;
  font-weight:300;
  z-index:10;
  line-height:1;
  user-select:none;
}

.podz-modal-iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ebe9d5 *//* =========================
   PODZ (SEM TAILWIND)
========================= */

:root{
  --brand-blue:#0A2540;
  --brand-deep-blue:#004A9D;
  --brand-teal:#00C1B8;
}

/* Seção */
.podz-section{
  position:relative;
  width:100%;
  background:#fff;
  z-index:70;
  overflow:hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Background atmosférico */
.podz-atmospheric-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(125deg,
    rgba(255,255,255,1) 0%,
    rgba(0,74,157,0.02) 30%,
    rgba(0,193,184,0.02) 70%,
    rgba(255,255,255,1) 100%
  );
  background-size:400% 400%;
  animation: podzGradientMove 15s ease infinite;
}
@keyframes podzGradientMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* Pin wrapper */
.podz-pin-wrapper{
  position:relative;
  height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Header fixo */
.podz-header-content{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding-top:10vh;
}

.podz-header-inner{
  pointer-events:auto;
  text-align:center;
  max-width:1280px;
  width:100%;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  opacity:1; /* sem GSAP? já aparece */
}

/* “Badge” PODZ */
.podz-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:rgba(10,37,64,0.04);
  border:1px solid rgba(10,37,64,0.08);
  border-radius:100px;
  padding:8px 20px;
  margin-bottom:18px;
}
.podz-dot{
  width:6px;
  height:6px;
  background:var(--brand-teal);
  border-radius:50%;
  box-shadow:0 0 10px var(--brand-teal);
}
.podz-badge-text{
  font-size:10px;
  font-weight:900;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:rgba(10,37,64,0.6);
}

/* Título */
.podz-title{
  margin:0;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--brand-blue);
  font-size:34px;
}
@media (min-width:768px){
  .podz-title{ font-size:48px; }
}
@media (min-width:1025px){
  .podz-title{ font-size:60px; }
}
.podz-gradient{
  background:linear-gradient(135deg, #0A2540 0%, #004A9D 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Botões sociais */
.podz-actions{
  display:flex;
  gap:16px;
  padding-top:16px;
  justify-content:center;
  flex-wrap:wrap;
}
.podz-social-btn{
  border:1px solid rgba(10,37,64,0.15);
  background:rgba(255,255,255,0.6);
  color:var(--brand-blue);
  padding:16px 32px;
  border-radius:100px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.15em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:all 0.4s cubic-bezier(0.25,1,0.5,1);
  backdrop-filter:blur(12px);
  position:relative;
  overflow:hidden;
  text-decoration:none;
}
.podz-social-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.podz-social-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform:skewX(-20deg);
  transition:left 0.5s;
}
.podz-social-btn:hover::after{ left:120%; transition:left 0.6s ease-in-out; }
.podz-social-btn:hover{
  background:#fff;
  border-color:var(--brand-teal);
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,193,184,0.25);
}

/* Trilho */
.podz-episodes-viewport{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:100%;
  margin-top:45vh;
}

.podz-episodes-track{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
  padding-left:50vw;
  padding-right:50vw;
  will-change:transform;
}

/* Card */
.podz-card{
  flex:0 0 500px;
  height:281px; /* 16:9 */
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 30px 60px rgba(0,0,0,0.1);
  opacity:0.5;
  transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
  cursor:pointer;
}
.podz-card.is-active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 50px 100px rgba(0,74,157,0.25);
  z-index:10;
}

.podz-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.85;
  transition:opacity 0.4s ease;
  display:block;
}
.podz-card:hover .podz-thumb{ opacity:1; }

.podz-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to top, rgba(10,37,64,0.4), transparent);
  z-index:2;
}

.podz-play-btn{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.podz-play-btn svg{
  width:24px;
  height:24px;
  display:block;
  margin-left:2px;
}
.podz-card:hover .podz-play-btn{
  background:var(--brand-teal);
  color:#fff;
}

/* Mobile: vira swipe */
@media (max-width:1024px){
  .podz-pin-wrapper{ height:auto; display:block; overflow:visible; padding-bottom:80px; }
  .podz-header-content{ position:relative; height:auto; padding:80px 24px 60px 24px; }
  .podz-header-inner{ opacity:1; padding:0; }
  .podz-episodes-viewport{ margin-top:0; display:block; overflow:visible; height:auto; }
  .podz-episodes-track{
    padding:0 24px;
    overflow-x:auto;
    gap:20px;
    width:100%;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .podz-episodes-track::-webkit-scrollbar{ display:none; }
  .podz-card{
    flex:0 0 85vw;
    height:48vw;
    opacity:1;
    transform:scale(1);
    scroll-snap-align:center;
  }
  .podz-social-btn{ width:100%; justify-content:center; }
}

/* =========================
   MODAL (YOUTUBE)
========================= */

#podz-video-modal{
  position:fixed;
  inset:0;
  background:rgba(10,37,64,0.95);
  backdrop-filter:blur(15px);
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.4s ease;
}

#podz-video-modal.is-open{
  display:flex;
}

.podz-modal-box{
  width:90%;
  max-width:1000px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 50px 100px rgba(0,0,0,0.5);
  position:relative;
  background:#000;
}

.podz-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  color:#fff;
  cursor:pointer;
  font-size:38px;
  font-weight:300;
  z-index:10;
  line-height:1;
  user-select:none;
}

.podz-modal-iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-719128a *//* =========================
   PODZ (SEM TAILWIND)
========================= */

:root{
  --brand-blue:#0A2540;
  --brand-deep-blue:#004A9D;
  --brand-teal:#00C1B8;
}

/* Seção */
.podz-section{
  position:relative;
  width:100%;
  background:#fff;
  z-index:70;
  overflow:hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Background atmosférico */
.podz-atmospheric-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(125deg,
    rgba(255,255,255,1) 0%,
    rgba(0,74,157,0.02) 30%,
    rgba(0,193,184,0.02) 70%,
    rgba(255,255,255,1) 100%
  );
  background-size:400% 400%;
  animation: podzGradientMove 15s ease infinite;
}
@keyframes podzGradientMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* Pin wrapper */
.podz-pin-wrapper{
  position:relative;
  height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Header fixo */
.podz-header-content{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding-top:10vh;
}

.podz-header-inner{
  pointer-events:auto;
  text-align:center;
  max-width:1280px;
  width:100%;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  opacity:1; /* sem GSAP? já aparece */
}

/* “Badge” PODZ */
.podz-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:rgba(10,37,64,0.04);
  border:1px solid rgba(10,37,64,0.08);
  border-radius:100px;
  padding:8px 20px;
  margin-bottom:18px;
}
.podz-dot{
  width:6px;
  height:6px;
  background:var(--brand-teal);
  border-radius:50%;
  box-shadow:0 0 10px var(--brand-teal);
}
.podz-badge-text{
  font-size:10px;
  font-weight:900;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:rgba(10,37,64,0.6);
}

/* Título */
.podz-title{
  margin:0;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--brand-blue);
  font-size:34px;
}
@media (min-width:768px){
  .podz-title{ font-size:48px; }
}
@media (min-width:1025px){
  .podz-title{ font-size:60px; }
}
.podz-gradient{
  background:linear-gradient(135deg, #0A2540 0%, #004A9D 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Botões sociais */
.podz-actions{
  display:flex;
  gap:16px;
  padding-top:16px;
  justify-content:center;
  flex-wrap:wrap;
}
.podz-social-btn{
  border:1px solid rgba(10,37,64,0.15);
  background:rgba(255,255,255,0.6);
  color:var(--brand-blue);
  padding:16px 32px;
  border-radius:100px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.15em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:all 0.4s cubic-bezier(0.25,1,0.5,1);
  backdrop-filter:blur(12px);
  position:relative;
  overflow:hidden;
  text-decoration:none;
}
.podz-social-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.podz-social-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform:skewX(-20deg);
  transition:left 0.5s;
}
.podz-social-btn:hover::after{ left:120%; transition:left 0.6s ease-in-out; }
.podz-social-btn:hover{
  background:#fff;
  border-color:var(--brand-teal);
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,193,184,0.25);
}

/* Trilho */
.podz-episodes-viewport{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:100%;
  margin-top:45vh;
}

.podz-episodes-track{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
  padding-left:50vw;
  padding-right:50vw;
  will-change:transform;
}

/* Card */
.podz-card{
  flex:0 0 500px;
  height:281px; /* 16:9 */
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 30px 60px rgba(0,0,0,0.1);
  opacity:0.5;
  transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
  cursor:pointer;
}
.podz-card.is-active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 50px 100px rgba(0,74,157,0.25);
  z-index:10;
}

.podz-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.85;
  transition:opacity 0.4s ease;
  display:block;
}
.podz-card:hover .podz-thumb{ opacity:1; }

.podz-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to top, rgba(10,37,64,0.4), transparent);
  z-index:2;
}

.podz-play-btn{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.podz-play-btn svg{
  width:24px;
  height:24px;
  display:block;
  margin-left:2px;
}
.podz-card:hover .podz-play-btn{
  background:var(--brand-teal);
  color:#fff;
}

/* Mobile: vira swipe */
@media (max-width:1024px){
  .podz-pin-wrapper{ height:auto; display:block; overflow:visible; padding-bottom:80px; }
  .podz-header-content{ position:relative; height:auto; padding:80px 24px 60px 24px; }
  .podz-header-inner{ opacity:1; padding:0; }
  .podz-episodes-viewport{ margin-top:0; display:block; overflow:visible; height:auto; }
  .podz-episodes-track{
    padding:0 24px;
    overflow-x:auto;
    gap:20px;
    width:100%;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .podz-episodes-track::-webkit-scrollbar{ display:none; }
  .podz-card{
    flex:0 0 85vw;
    height:48vw;
    opacity:1;
    transform:scale(1);
    scroll-snap-align:center;
  }
  .podz-social-btn{ width:100%; justify-content:center; }
}

/* =========================
   MODAL (YOUTUBE)
========================= */

#podz-video-modal{
  position:fixed;
  inset:0;
  background:rgba(10,37,64,0.95);
  backdrop-filter:blur(15px);
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.4s ease;
}

#podz-video-modal.is-open{
  display:flex;
}

.podz-modal-box{
  width:90%;
  max-width:1000px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 50px 100px rgba(0,0,0,0.5);
  position:relative;
  background:#000;
}

.podz-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  color:#fff;
  cursor:pointer;
  font-size:38px;
  font-weight:300;
  z-index:10;
  line-height:1;
  user-select:none;
}

.podz-modal-iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd18593 *//* =========================
   PODZ (SEM TAILWIND)
========================= */

:root{
  --brand-blue:#0A2540;
  --brand-deep-blue:#004A9D;
  --brand-teal:#00C1B8;
}

/* Seção */
.podz-section{
  position:relative;
  width:100%;
  background:#fff;
  z-index:70;
  overflow:hidden;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Background atmosférico */
.podz-atmospheric-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(125deg,
    rgba(255,255,255,1) 0%,
    rgba(0,74,157,0.02) 30%,
    rgba(0,193,184,0.02) 70%,
    rgba(255,255,255,1) 100%
  );
  background-size:400% 400%;
  animation: podzGradientMove 15s ease infinite;
}
@keyframes podzGradientMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* Pin wrapper */
.podz-pin-wrapper{
  position:relative;
  height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Header fixo */
.podz-header-content{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding-top:10vh;
}

.podz-header-inner{
  pointer-events:auto;
  text-align:center;
  max-width:1280px;
  width:100%;
  padding:0 24px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  opacity:1; /* sem GSAP? já aparece */
}

/* “Badge” PODZ */
.podz-badge{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:rgba(10,37,64,0.04);
  border:1px solid rgba(10,37,64,0.08);
  border-radius:100px;
  padding:8px 20px;
  margin-bottom:18px;
}
.podz-dot{
  width:6px;
  height:6px;
  background:var(--brand-teal);
  border-radius:50%;
  box-shadow:0 0 10px var(--brand-teal);
}
.podz-badge-text{
  font-size:10px;
  font-weight:900;
  letter-spacing:0.3em;
  text-transform:uppercase;
  color:rgba(10,37,64,0.6);
}

/* Título */
.podz-title{
  margin:0;
  font-weight:900;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:var(--brand-blue);
  font-size:34px;
}
@media (min-width:768px){
  .podz-title{ font-size:48px; }
}
@media (min-width:1025px){
  .podz-title{ font-size:60px; }
}
.podz-gradient{
  background:linear-gradient(135deg, #0A2540 0%, #004A9D 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Botões sociais */
.podz-actions{
  display:flex;
  gap:16px;
  padding-top:16px;
  justify-content:center;
  flex-wrap:wrap;
}
.podz-social-btn{
  border:1px solid rgba(10,37,64,0.15);
  background:rgba(255,255,255,0.6);
  color:var(--brand-blue);
  padding:16px 32px;
  border-radius:100px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0.15em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  transition:all 0.4s cubic-bezier(0.25,1,0.5,1);
  backdrop-filter:blur(12px);
  position:relative;
  overflow:hidden;
  text-decoration:none;
}
.podz-social-btn svg{
  width:16px;
  height:16px;
  display:block;
}
.podz-social-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform:skewX(-20deg);
  transition:left 0.5s;
}
.podz-social-btn:hover::after{ left:120%; transition:left 0.6s ease-in-out; }
.podz-social-btn:hover{
  background:#fff;
  border-color:var(--brand-teal);
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,193,184,0.25);
}

/* Trilho */
.podz-episodes-viewport{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:100%;
  margin-top:45vh;
}

.podz-episodes-track{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
  padding-left:50vw;
  padding-right:50vw;
  will-change:transform;
}

/* Card */
.podz-card{
  flex:0 0 500px;
  height:281px; /* 16:9 */
  border-radius:32px;
  overflow:hidden;
  position:relative;
  background:#000;
  box-shadow:0 30px 60px rgba(0,0,0,0.1);
  opacity:0.5;
  transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
  cursor:pointer;
}
.podz-card.is-active{
  opacity:1;
  transform:scale(1.05);
  box-shadow:0 50px 100px rgba(0,74,157,0.25);
  z-index:10;
}

.podz-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.85;
  transition:opacity 0.4s ease;
  display:block;
}
.podz-card:hover .podz-thumb{ opacity:1; }

.podz-play-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to top, rgba(10,37,64,0.4), transparent);
  z-index:2;
}

.podz-play-btn{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-blue);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  transition:transform 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.podz-play-btn svg{
  width:24px;
  height:24px;
  display:block;
  margin-left:2px;
}
.podz-card:hover .podz-play-btn{
  background:var(--brand-teal);
  color:#fff;
}

/* Mobile: vira swipe */
@media (max-width:1024px){
  .podz-pin-wrapper{ height:auto; display:block; overflow:visible; padding-bottom:80px; }
  .podz-header-content{ position:relative; height:auto; padding:80px 24px 60px 24px; }
  .podz-header-inner{ opacity:1; padding:0; }
  .podz-episodes-viewport{ margin-top:0; display:block; overflow:visible; height:auto; }
  .podz-episodes-track{
    padding:0 24px;
    overflow-x:auto;
    gap:20px;
    width:100%;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .podz-episodes-track::-webkit-scrollbar{ display:none; }
  .podz-card{
    flex:0 0 85vw;
    height:48vw;
    opacity:1;
    transform:scale(1);
    scroll-snap-align:center;
  }
  .podz-social-btn{ width:100%; justify-content:center; }
}

/* =========================
   MODAL (YOUTUBE)
========================= */

#podz-video-modal{
  position:fixed;
  inset:0;
  background:rgba(10,37,64,0.95);
  backdrop-filter:blur(15px);
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.4s ease;
}

#podz-video-modal.is-open{
  display:flex;
}

.podz-modal-box{
  width:90%;
  max-width:1000px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 50px 100px rgba(0,0,0,0.5);
  position:relative;
  background:#000;
}

.podz-modal-close{
  position:absolute;
  top:18px;
  right:22px;
  color:#fff;
  cursor:pointer;
  font-size:38px;
  font-weight:300;
  z-index:10;
  line-height:1;
  user-select:none;
}

.podz-modal-iframe{
  width:100%;
  aspect-ratio:16/9;
  border:0;
  display:block;
}/* End custom CSS */