.elementor-3431 .elementor-element.elementor-element-0acc160{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3431 .elementor-element.elementor-element-caad758{--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-3431 .elementor-element.elementor-element-64eaaa1{--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;}@media(min-width:768px){.elementor-3431 .elementor-element.elementor-element-caad758{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-e24b75d *//* ==========================================================
   INSTITUTO XAVIER — HERO / SLIDER PREMIUM 2025
   Glassmorphism + Cinematic TENET
========================================================== */

:root {
  --azul-petroleo: #0f2633;
  --azul-intermediario: #3f5d6d;
  --azul-escuro: #0c1d28;
  --cinza-suave: #cfd9de;
  --dourado: #ffe98f;
  --branco: #f4f4f0;
}

/* ==========================================================
   BASE DO SLIDER
========================================================== */

.slider-xavier {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  overflow: hidden;
  background: var(--azul-petroleo);
  font-family: 'Poppins', sans-serif;
  color: var(--branco);
  isolation: isolate;
}

/* overlay cinematográfico TENET (grain + cor) */
.slider-xavier::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 10% 0%, rgba(151, 199, 255, 0.23), transparent 60%),
    radial-gradient(circle at 90% 100%, rgba(255, 233, 143, 0.18), transparent 65%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.06) 0px,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 3px
    );
  transition: background 1s ease, opacity 1s ease;
  z-index: 0;
}

/* streak de luz TENET (passagem de frame) */
.slider-xavier::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -30%;
  width: 160%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.16) 40%,
    rgba(255, 255, 255, 0.06) 55%,
    transparent 80%
  );
  opacity: 0;
  transform: translate3d(-30%, 0, 0) skewX(-18deg);
  pointer-events: none;
  z-index: 1;
}

.slider-xavier.light-sweep::after {
  animation: lightSweep 2.2s ease-out forwards;
}

/* base dos slides */
.slider-xavier .slide {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 0;
}

.slider-xavier .slide.align-right {
  justify-content: flex-end;
}

.slider-xavier .slide.align-left {
  justify-content: flex-start;
}

.slider-xavier .slide.active {
  opacity: 1;
  z-index: 2;
  animation: slideInCine 1.2s ease-out forwards;
}

/* leve anim no fundo (parallax suave) */
.slider-xavier .slide.active {
  animation-name: slideInCine, bgParallax;
  animation-duration: 1.2s, 18s;
  animation-timing-function: ease-out, linear;
  animation-iteration-count: 1, infinite;
}

/* ==========================================================
   GLASSMORPHISM — BOXES
========================================================== */

.slide-content {
  max-width: 600px;
  padding: 2.6rem;
  border-radius: 22px;
  text-align: center;
  color: var(--branco);
  background: rgba(8, 20, 29, 0.68);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.75),
    0 0 40px rgba(15, 118, 178, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 3;
}

.slide-content.left  { text-align: left; }
.slide-content.right { text-align: right; }

/* halo interno sutil */
.slide-content::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.5;
  pointer-events: none;
}

/* ==========================================================
   TIPOGRAFIA
========================================================== */

.slider-xavier h1 {
  font-family: 'El Messiri', sans-serif;
  font-size: 2.6rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 12px rgba(0,0,0,0.45);
}

.slider-xavier p {
  font-size: 1.25rem;
  color: var(--cinza-suave);
  margin-bottom: 1.4rem;
  line-height: 1.5;
}

/* ==========================================================
   BOTÕES PREMIUM
========================================================== */

.btn-slide {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  background: var(--azul-intermediario);
  font-weight: 700;
  color: var(--branco);
  text-decoration: none;
  transition: .3s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,0.6);
}

.btn-slide:hover {
  background: var(--azul-escuro);
  transform: scale(1.05) translateY(-1px);
}

/* Botão dourado */
.btn-slide.destaque {
  background: var(--dourado);
  color: #1e1e1e;
  border: 1px solid var(--dourado);
  box-shadow: 0 0 18px rgba(255,233,143,.35);
}

.btn-slide.destaque:hover {
  background: transparent;
  color: var(--dourado);
  transform: scale(1.07) translateY(-1px);
  box-shadow: 0 0 24px rgba(255,233,143,.6);
}

/* Botão Método Origens */
.btn-slide.verde {
  background: linear-gradient(90deg,#bcd8c8,#6d8b7c);
  color: #0d1c23;
  font-weight: 700;
}

.btn-slide.verde:hover {
  background: transparent;
  border: 1px solid #bcd8c8;
  color: #bcd8c8;
  box-shadow: 0 0 20px rgba(188,216,200,.45);
}

/* ==========================================================
   SLIDE 2 — AUTOCONSTELAÇÃO
========================================================== */

.destaque-curso {
  background: rgba(20, 33, 41, 0.78) !important;
  border: 1px solid rgba(255, 233, 143, 0.28);
}

.oferta-box {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  background: rgba(0,0,0,0.45);
  color: var(--dourado);
  border: 1px solid rgba(255,233,143,0.25);
  border-radius: 999px;
  gap: 10px;
  margin-bottom: 20px;
  animation: pulseGlow 2.8s infinite ease-in-out;
}

.oferta-box strong {
  color: #fff;
  font-size: 1.6rem;
  text-shadow: 0 0 6px rgba(255,255,255,0.4);
}

/* ==========================================================
   SLIDE 3 — BLACK FRIDAY
========================================================== */

.slide-blackfriday .slide-content {
  background: rgba(12,12,12,0.75) !important;
  border: 1px solid rgba(255,233,143,0.35);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.85),
    0 0 40px rgba(255, 233, 143, 0.35);
}

.badge-off {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 10px 20px;
  background: var(--dourado);
  color: #262626;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255,233,143,.5);
  animation: pulseBadge 2.8s ease-in-out infinite;
  z-index: 4;
}

/* ==========================================================
   SLIDE 4 — PSICANÁLISE CLÍNICA
========================================================== */

.slide-psicanalise {
  justify-content: flex-end !important;
  align-items: center !important;
}

.slide-psicanalise .slide-content {
  background: rgba(20,20,25,0.62);
  border: 1px solid rgba(255,233,143,0.20);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  text-align: right !important;
  margin-right: 4vw;
  margin-left: auto;
}

/* garante centralização no mobile */
@media (max-width: 768px) {
  .slide-psicanalise {
    justify-content: center !important;
    align-items: center !important;
  }
  .slide-psicanalise .slide-content {
    text-align: center !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* ==========================================================
   SLIDE 5 — MÉTODO ORIGENS
========================================================== */

.metodo-origens {
  background: rgba(15,38,33,0.78) !important;
  border: 1px solid rgba(188,216,200,0.25);
}

.subtag {
  display: inline-block;
  background: rgba(188,216,200,0.12);
  color: #d0e3da;
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 16px;
  text-transform: uppercase;
  border: 1px solid rgba(188,216,200,0.4);
}

/* ==========================================================
   DOTS
========================================================== */

.dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(244,244,240,0.45);
  transition: .3s;
  cursor: pointer;
}

.dot.active, .dot:hover {
  background: var(--dourado);
  transform: scale(1.15);
}

/* ==========================================================
   TEMAS POR SLIDE (1–5)
   Muda o clima da HERO sem mexer no conteúdo
========================================================== */

.slider-xavier.slide-theme-1::before {
  background:
    radial-gradient(circle at 12% 0%, rgba(151, 199, 255, 0.28), transparent 62%),
    radial-gradient(circle at 90% 80%, rgba(255, 233, 143, 0.18), transparent 65%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 3px
    );
}

.slider-xavier.slide-theme-2::before {
  background:
    radial-gradient(circle at 10% 10%, rgba(180, 222, 255, 0.30), transparent 60%),
    radial-gradient(circle at 80% 90%, rgba(255, 193, 120, 0.22), transparent 65%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.04) 0px,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 3px
    );
}

.slider-xavier.slide-theme-3::before {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 233, 143, 0.32), transparent 60%),
    radial-gradient(circle at 85% 100%, rgba(255, 77, 77, 0.18), transparent 70%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 3px
    );
}

.slider-xavier.slide-theme-4::before {
  background:
    radial-gradient(circle at 0% 0%, rgba(193, 199, 255, 0.34), transparent 58%),
    radial-gradient(circle at 100% 100%, rgba(132, 204, 255, 0.24), transparent 70%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 3px
    );
}

.slider-xavier.slide-theme-5::before {
  background:
    radial-gradient(circle at 12% 10%, rgba(188, 216, 200, 0.30), transparent 60%),
    radial-gradient(circle at 90% 90%, rgba(148, 163, 184, 0.24), transparent 65%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.04) 0px,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 3px
    );
}

/* ==========================================================
   ANIMAÇÕES
========================================================== */

@keyframes pulseGlow {
  0%,100% { box-shadow: 0 0 12px rgba(255,233,143,.35); }
  50%     { box-shadow: 0 0 26px rgba(255,233,143,.55); }
}

@keyframes pulseBadge {
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.08); }
}

@keyframes slideInCine {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes bgParallax {
  0%   { background-position: center top; }
  100% { background-position: center bottom; }
}

@keyframes lightSweep {
  0% {
    opacity: 0;
    transform: translate3d(-40%,0,0) skewX(-18deg);
  }
  15% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.0;
    transform: translate3d(40%,0,0) skewX(-18deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(40%,0,0) skewX(-18deg);
  }
}

/* ==========================================================
   RESPONSIVIDADE GERAL
========================================================== */

@media (max-width: 900px) {
  .slider-xavier {
    height: auto;
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .slider-xavier .slide {
    position: relative;
    top: 0;
    height: auto;
    min-height: 70vh;
  }

  .slider-xavier .slide {
    justify-content: center !important;
  }

  .slide-content {
    text-align: center !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 480px) {

  .slider-home,
  .elementor-section.slider-home,
  .home-slider,
  .hero-slider-section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    min-height: 65vh !important;
    height: auto !important;
  }

  .slider-home .elementor-container,
  .home-slider .elementor-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .slider-home .swiper-slide,
  .home-slider .swiper-slide {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 65vh !important;
  }

  .swiper-pagination {
    bottom: 10px !important;
  }

  .slider-xavier h1 {
    font-size: 2rem;
  }

  .slider-xavier p {
    font-size: 1.05rem;
  }

  .slide-content {
    padding: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81dab55 *//* =========================================
   SESSÃO CLEAN VISION PRO – CINEMATOGRÁFICA
========================================= */

.vip-clean-section {
  width: 100%;
  padding: 120px 20px;
  background: radial-gradient(circle at top, rgba(255,255,255,0.05), transparent 60%),
              linear-gradient(180deg, #0a131a, #0c1c26);
  position: relative;
  overflow: hidden;
}

/* Micro partículas premium */
.vip-clean-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16), transparent 60%),
    radial-gradient(circle, rgba(255,255,255,0.1), transparent 80%),
    radial-gradient(circle, rgba(255,255,255,0.08), transparent 80%);
  background-size: 600px 600px, 400px 400px, 900px 900px;
  background-position: -30% -20%, 140% 60%, 80% -40%;
  animation: particlesMove 18s linear infinite;
  pointer-events: none;
  opacity: 0.25;
}

@keyframes particlesMove {
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}

.vip-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.vip-header {
  text-align: center;
  margin-bottom: 80px;
}

.vip-header h2 {
  font-family: "El Messiri", sans-serif;
  font-size: 3rem;
  color: #e9eef2;
  letter-spacing: 0.5px;
  text-shadow: 0 0 25px rgba(255,255,255,0.22);
}

.vip-header p {
  color: #b8c7d1;
  font-size: 1.3rem;
  max-width: 650px;
  margin: 12px auto 0;
  opacity: 0.9;
}

/* GRID */
.vip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* RESPONSIVE */
@media (max-width: 1080px) {
  .vip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .vip-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD */
.vip-card {
  position: relative;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(22px) saturate(180%);
  border-radius: 22px;
  padding: 40px;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
  transition: 0.35s ease;
  overflow: hidden;
}

/* BRILHO AO PASSAR O MOUSE */
.vip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%),
                              rgba(255,255,255,0.25), transparent 65%);
  opacity: 0;
  transition: opacity .25s ease-out;
  pointer-events: none;
}

.vip-card:hover::after {
  opacity: 1;
}

/* ÍCONES */
.vip-icon {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.vip-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.4));
}

/* TITULOS E TEXTO */
.vip-card h3 {
  color: #ffffff;
  font-size: 1.45rem;
  margin-bottom: 12px;
  font-weight: 600;
  text-shadow: 0 0 14px rgba(255,255,255,0.22);
}

.vip-card p {
  color: #d7e1e7;
  font-size: 1.15rem;
  line-height: 1.6;
}

/* Glow seguindo o mouse */
.vip-card {
  --mx: 50%;
  --my: 50%;
}

.vip-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(255,255,255,0.18);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52e8d2a *//* ==========================================================
   SESSÃO 2 — SOBRE NÓS (PREMIUM TENET / ORIGENS)
   Estrutura baseada no HTML fornecido (ix-about)
   100% sem cortes + alinhamento perfeito + efeito cinematográfico
========================================================== */

.ix-about {
  padding: 120px 20px;
  background: linear-gradient(180deg, #f5f8fa, #e8eef2);
  position: relative;
  overflow: visible;
}

.ix-container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 60px;
}

/* ==========================
   IMAGENS SOBREPOSTAS PREMIUM
========================== */

.ix-images {
  position: relative;
  width: 100%;
  height: 420px; /* 🔥 Altura fixa para evitar corte */
}

.ix-img {
  position: absolute;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
  transition: transform .5s ease, filter .5s ease;
}

/* imagem principal — sua foto */
.ix-img-front {
  width: 360px;
  top: 0;
  left: 20px;
  z-index: 3;
  border: 4px solid #ffffff25;
}

/* imagem de fundo — selo */
.ix-img-back {
  width: 280px;
  top: 140px;
  left: 180px;
  z-index: 1;
  border: 4px solid #ffffff15;
  filter: brightness(0.95) saturate(1.05);
}

/* Parallax */
.ix-img:hover {
  transform: translateY(-8px) scale(1.02);
  filter: brightness(1.1);
}

/* ==========================
   BADGE DE +8 ANOS
========================== */

.ix-years-badge {
  position: absolute;
  bottom: -40px;
  right: 0;
  background: #0f2633;
  color: white;
  padding: 18px 26px;
  border-radius: 14px;
  text-align: center;
  z-index: 10;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  backdrop-filter: blur(8px) saturate(150%);
  animation: pulseYears 3s infinite ease-in-out;
}

.ix-years-badge strong {
  font-size: 2.1rem;
  display: block;
  color: #ffe98f;
}

@keyframes pulseYears {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}

/* ==========================
   ÁREA DE TEXTO
========================== */

.ix-content {
  color: #0e2633;
}

.ix-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #0f2633, #3f5d6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.25;
  margin-bottom: 25px;
  font-family: "El Messiri", serif;
}

.ix-text {
  font-size: 1.15rem;
  color: #3a4650;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 90%;
}

/* Botão */
.ix-btn {
  display: inline-block;
  padding: 14px 42px;
  border-radius: 30px;
  background: #0f2633;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: .3s ease;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.ix-btn:hover {
  background: #3f5d6d;
  transform: scale(1.05);
}

/* ==========================
   RESPONSIVO CORRIGIDO
========================== */

@media (max-width: 960px) {

  .ix-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ix-images {
    height: auto;
    margin-bottom: 110px;
  }

  .ix-img-front,
  .ix-img-back {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 25px auto;
  }

  .ix-years-badge {
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
  }
}
/* ============================================
   CORREÇÃO — SELO SEMPRE NA FRENTE
============================================ */

/* força o container a respeitar o empilhamento */
.ix-images {
  position: relative;
  z-index: 10 !important;
}

/* garante que a imagem principal não ultrapasse o selo */
.ix-img-front {
  z-index: 5 !important;
}

/* garante que a imagem de fundo fique realmente atrás */
.ix-img-back {
  z-index: 3 !important;
}

/* selo acima de tudo */
.ix-years-badge {
  z-index: 20 !important;
  position: absolute;
}
/* ==========================================================
   SESSÃO 2 — SOBRE NÓS (VERSÃO FINAL • CINEMATOGRÁFICA)
   Corrige: selo atrás da imagem, recortes, visibilidade,
   z-index, posicionamento e efeitos TENET.
========================================================== */

.ix-about {
  padding: 120px 20px;
  background: linear-gradient(180deg, #f5f8fa, #e8eef2);
  position: relative;
  overflow: visible !important;
}

/* GRID */
.ix-container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 60px;
  position: relative;
}

/* =============================
   ÁREA DAS IMAGENS (FIX REAL)
============================= */
.ix-images {
  position: relative;
  height: 430px;          /* impede corte */
  overflow: visible !important;
  z-index: 30 !important; /* mantém tudo à frente */
}

/* FOTO PRINCIPAL */
.ix-img-front {
  position: absolute;
  width: 360px;
  top: 0;
  left: 0;
  z-index: 50 !important;    /* 🔥 foto sempre acima do selo */
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}

.ix-img-front img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* IMAGEM DE FUNDO (selo dourado ou outra imagem) */
.ix-img-back {
  position: absolute;
  width: 290px;
  top: 150px;
  left: 160px;
  z-index: 20 !important;  /* 🔥 sempre atrás da foto */
  opacity: 1;
  border-radius: 22px;
  overflow: visible;
  filter: brightness(0.95) saturate(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.20);
}

.ix-img-back img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
}

/* =============================
   SELO +8 ANOS – SEMPRE NA FRENTE
============================= */
.ix-years-badge {
  position: absolute;
  right: -10px;
  bottom: -25px;
  background: #0f2633;
  padding: 20px 30px;
  border-radius: 20px;
  color: #fff;
  z-index: 100 !important;  /* 🔥🔥🔥 a camada mais alta */
  box-shadow: 0 12px 30px rgba(0,0,0,0.28);
  backdrop-filter: blur(8px) saturate(160%);
  animation: pulseYears 3s infinite ease-in-out;
}

.ix-years-badge strong {
  color: #ffe98f;
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

/* animação selo */
@keyframes pulseYears {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

/* =============================
   TEXTO
============================= */
.ix-title {
  font-size: 2.7rem;
  line-height: 1.25;
  background: linear-gradient(90deg, #0f2633, #3f5d6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
  font-family: "El Messiri", serif;
}

.ix-text {
  font-size: 1.15rem;
  color: #3a4650;
  line-height: 1.75;
  margin-bottom: 35px;
  max-width: 95%;
}

/* BOTÃO */
.ix-btn {
  display: inline-block;
  padding: 14px 42px;
  background: #0f2633;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  transition: .3s;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

.ix-btn:hover {
  transform: scale(1.05);
  background: #3f5d6d;
}

/* RESPONSIVO */
@media (max-width: 960px) {
  .ix-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ix-images {
    height: auto;
    margin-bottom: 120px;
  }

  .ix-img-front,
  .ix-img-back {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 20px auto;
  }

  .ix-years-badge {
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
  }
}
/* ==========================================================
   EFEITOS CINEMATOGRÁFICOS PREMIUM — TENET / INCEPTION
   Para a Sessão ix-about
   (Film Grain • Light Glow • Parallax Real • Shadow Follow)
========================================================== */

/* FILM GRAIN — sutil e cinematográfico */
.ix-about::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQI12P4z/C/HgAGgwJ/lqY5WQAAAABJRU5ErkJggg==");
  opacity: 0.18;          /* ajuste aqui a intensidade */
  mix-blend-mode: soft-light;
  z-index: 999;
}

/* LUZ ATMOSFÉRICA */
.ix-about::before {
  content: "";
  position: absolute;
  top: -10%; left: -10%;
  width: 140%; height: 140%;
  background: radial-gradient(
    circle at 20% 20%,
    rgba(255,255,255,0.12),
    transparent 60%
  );
  filter: blur(60px);
  z-index: 0;
}

/* ==========================================================
   PARALLAX REAL: profundidade cinematográfica
========================================================== */

.ix-img-front {
  transition: transform .8s cubic-bezier(.19,1,.22,1),
              filter .8s ease;
}

.ix-img-back {
  transition: transform 1.2s cubic-bezier(.19,1,.22,1),
              filter 1.2s ease;
}

.ix-images:hover .ix-img-front {
  transform: translateY(-15px) scale(1.03);
  filter: brightness(1.12);
}

.ix-images:hover .ix-img-back {
  transform: translateY(8px) scale(1.02);
  filter: brightness(0.92) saturate(1.05);
}

/* ==========================================================
   TENET EFFECT — Movimento reverso suave
========================================================== */

@keyframes tenet-reverse {
  0%   { transform: translateX(0) scale(1); opacity: 1; }
  50%  { transform: translateX(-12px) scale(1.02); opacity: .92; }
  100% { transform: translateX(0) scale(1); opacity: 1; }
}

.ix-img-back {
  animation: tenet-reverse 6s ease-in-out infinite alternate-reverse;
}

/* ==========================================================
   SELO — Glow dinâmico e pulso de energia
========================================================== */

.ix-years-badge {
  box-shadow:
    0 0 22px rgba(255,233,143,0.5),
    0 0 50px rgba(255,233,143,0.18);
  animation:
    pulseYears 3s infinite ease-in-out,
    glowFlux 5s infinite ease-in-out alternate;
}

@keyframes glowFlux {
  0%   { box-shadow: 0 0 18px rgba(255,233,143,.45); }
  100% { box-shadow: 0 0 40px rgba(255,233,143,.8); }
}

/* ==========================================================
   SHADOW FOLLOW — sombra que segue o scroll
========================================================== */

.ix-img-front {
  position: relative;
}

.ix-img-front::after {
  content: "";
  position: absolute;
  bottom: -20px; left: 50%;
  width: 80%; height: 20px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0.18),
    transparent 70%
  );
  filter: blur(12px);
  pointer-events: none;
  transition: all 0.4s ease;
}

.ix-images:hover .ix-img-front::after {
  bottom: -28px;
  opacity: 0.55;
  filter: blur(20px);
}

/* ==========================================================
   SPOTLIGHT DINÂMICO — Luz seguindo o mouse
========================================================== */

.ix-images {
  position: relative;
  overflow: visible !important;
}

.ix-images::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  background: radial-gradient(
    circle at var(--mx, 50%) var(--my, 50%),
    rgba(255,255,255,0.12),
    transparent 40%
  );
  mix-blend-mode: soft-light;
  transition: background-position .1s ease-out;
}

/* Movimento real da luz */
.ix-images:hover {
  --mx: 50%;
  --my: 50%;
}

.ix-images:hover::before {
  transition: none;
}/* End custom CSS */