.elementor-5321 .elementor-element.elementor-element-513ee2a{--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-5321 .elementor-element.elementor-element-91dd527{--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-5321 .elementor-element.elementor-element-d7cb5bf{--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-5321 .elementor-element.elementor-element-c6880ad{--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;}/* Start custom CSS for html, class: .elementor-element-c4a2d49 *//* ==========================================
   BASE – Fundo geral da página da saga
========================================== */
body.page-espelho-sophia {
  background: radial-gradient(circle at top, #101624 0%, #050810 55%, #020308 100%);
  color: #e8edf7;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Se não tiver uma classe específica na página,
   pode remover "body.page-espelho-sophia" e deixar só body {} */

/* ==========================================
   HERO
========================================== */

.sophia-hero {
  position: relative;
  min-height: 90vh;
  padding: 110px 7vw 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Névoa do Véu */
.sophia-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(62,169,255,0.35), transparent 60%),
    radial-gradient(circle at 80% 100%, rgba(158,123,255,0.35), transparent 55%),
    radial-gradient(circle at 50% 40%, rgba(0,0,0,0.70), #050810);
  mix-blend-mode: screen;
  opacity: 0.8;
  pointer-events: none;
  animation: sophiaVeilDrift 40s linear infinite;
}

/* Ruído suave */
.sophia-noise {
  position: absolute;
  inset: -40px;
  background-image: url("https://xavierinstituto.com.br/wp-content/uploads/2025/11/ChatGPT-Image-14-de-nov.-de-2025-22_47_27.png");
  /* se preferir, troque por uma textura granular */
  opacity: 0.12;
  mix-blend-mode: soft-light;
  pointer-events: none;
  animation: sophiaNoiseMove 60s linear infinite alternate;
}

@keyframes sophiaVeilDrift {
  0% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(-40px, 20px, 0); }
  100% { transform: translate3d(30px, -30px, 0); }
}

@keyframes sophiaNoiseMove {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-80px,-40px,0); }
}

/* Conteúdo interno */

.sophia-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* TEXTO */

.sophia-hero-content {
  position: relative;
}

.sophia-label {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cfd6e6;
  opacity: 0.85;
  margin-bottom: 12px;
}

.sophia-hero h1 {
  font-family: "Playfair Display", "El Messiri", serif;
  font-size: 3rem;
  line-height: 1.15;
  margin: 0 0 14px;
  background: linear-gradient(120deg, #f5f7ff, #9e7bff, #3ea9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sophia-subtitle {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 540px;
  color: #d4d9e8;
  margin: 0 0 24px;
}

.sophia-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.sophia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.28s ease;
}

.sophia-btn.primary {
  background: linear-gradient(135deg, #3ea9ff, #9e7bff);
  color: #050810;
  box-shadow: 0 0 24px rgba(62,169,255,0.45);
}

.sophia-btn.primary:hover {
  transform: translateY(-2px);
  filter: saturate(1.15);
  box-shadow: 0 0 34px rgba(62,169,255,0.7);
}

.sophia-btn.ghost {
  background: transparent;
  border-color: rgba(207,214,230,0.6);
  color: #dfe6ff;
}

.sophia-btn.ghost:hover {
  background: rgba(207,214,230,0.06);
  border-color: #9e7bff;
  transform: translateY(-2px);
}

.sophia-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.85rem;
  color: #9ba5c0;
  margin-top: 4px;
}

/* ESPELHO / ÍCONE VISUAL */

.sophia-hero-mirror {
  position: relative;
  justify-self: center;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.sophia-mirror-core {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 0%, rgba(255,255,255,0.12), transparent 60%),
              radial-gradient(circle at 70% 100%, rgba(62,169,255,0.35), #050810);
  overflow: hidden;
  box-shadow:
    0 0 30px rgba(62,169,255,0.5),
    0 0 80px rgba(158,123,255,0.6);
}

/* Aro do espelho */
.sophia-mirror-ring {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px solid rgba(210,225,255,0.4);
  box-shadow:
    0 0 18px rgba(255,255,255,0.3),
    inset 0 0 22px rgba(0,0,0,0.9);
}

/* Reflexo animado */
.sophia-mirror-glow {
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.18), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(0,240,255,0.26), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: sophiaMirrorDrift 18s ease-in-out infinite alternate;
}

/* Símbolo central – pode virar runa Eldara depois */
.sophia-mirror-symbol {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: #eaf4ff;
  text-shadow:
    0 0 12px rgba(255,255,255,0.9),
    0 0 26px rgba(62,169,255,0.9);
  font-family: "Playfair Display", "El Messiri", serif;
}

@keyframes sophiaMirrorDrift {
  0% { transform: translate3d(-10px, -5px, 0) rotate(0deg); }
  50% { transform: translate3d(8px, 6px, 0) rotate(2deg); }
  100% { transform: translate3d(-6px, 4px, 0) rotate(-1deg); }
}

/* ==========================================
   RESPONSIVO
========================================== */

@media (max-width: 960px) {
  .sophia-hero {
    padding: 100px 6vw 60px;
  }

  .sophia-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .sophia-hero-content {
    order: 2;
  }

  .sophia-hero h1 {
    font-size: 2.4rem;
  }

  .sophia-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .sophia-hero-cta {
    justify-content: center;
  }

  .sophia-meta {
    align-items: center;
  }
}

@media (max-width: 600px) {
  .sophia-hero {
    min-height: 85vh;
  }

  .sophia-hero-mirror {
    width: 260px;
    height: 260px;
  }

  .sophia-hero h1 {
    font-size: 2.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a8626d *//* ===========================
   MAPA CINEMÁTICO SOPHIA
=========================== */

.sophia-map-section {
  padding: 80px 0;
  background: radial-gradient(circle at top, #071626, #050810 60%, #020308);
  position: relative;
  overflow: hidden;
}

/* Névoa do mapa */
.sophia-map-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://xavierinstituto.com.br/wp-content/uploads/2025/11/ChatGPT-Image-14-de-nov.-de-2025-22_47_27.png");
  opacity: 0.14;
  mix-blend-mode: soft-light;
  animation: mapFogMove 45s infinite alternate ease-in-out;
}

@keyframes mapFogMove {
  0% {transform: translate3d(0,0,0);}
  100% {transform: translate3d(-90px,20px,0);}
}

.map-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.map-image {
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  border-radius: 18px;
  filter: brightness(0.78) contrast(1.15);
  box-shadow: 0 0 40px rgba(0,0,0,0.4);
}

/* Pontos do mapa */
.map-points .map-point {
  position: absolute;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.map-points .map-point span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #9e7bff 0%, #3ea9ff 40%, #112030 90%);
  box-shadow:
    0 0 12px #3ea9ff,
    0 0 28px #9e7bff,
    0 0 40px rgba(62,169,255,0.7);
  animation: pulsePoint 3s infinite ease-in-out;
}

@keyframes pulsePoint {
  0% { transform: scale(0.9); opacity: 0.85; }
  50% { transform: scale(1.25); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.85; }
}

/* Sidebar */
.map-sidebar {
  position: absolute;
  top: 0;
  right: -420px;
  width: 360px;
  height: 100%;
  background: rgba(10,15,25,0.95);
  backdrop-filter: blur(8px);
  border-left: 1px solid rgba(160,160,255,0.25);
  transition: 0.35s ease;
  padding: 28px;
  z-index: 10;
}

.map-sidebar.open {
  right: 0;
}

.map-close {
  background: transparent;
  border: none;
  color: #dfe6ff;
  font-size: 2rem;
  cursor: pointer;
  margin-bottom: 18px;
}

#map-title {
  font-family: "Playfair Display";
  font-size: 1.8rem;
  color: #9e7bff;
  margin-bottom: 12px;
}

#map-desc {
  color: #d2d8e8;
  line-height: 1.6;
  margin-bottom: 20px;
}

.map-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #3ea9ff, #9e7bff);
  text-decoration: none;
  font-weight: 600;
  color: #050810;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83cae07 */.sophia-map {
  position: relative;
  padding: 40px 0;
  background: radial-gradient(circle at top, #0b1925, #05080f 65%, #010208);
  overflow: hidden;
}

/* névoa */
.sophia-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://xavierinstituto.com.br/wp-content/uploads/2025/11/ChatGPT-Image-14-de-nov.-de-2025-22_47_27.png");
  opacity: 0.15;
  animation: fogMove 45s infinite alternate ease-in-out;
  pointer-events: none;
}

@keyframes fogMove {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-80px, 20px, 0); }
}

/* modos */
.map-modes {
  text-align: center;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
}

.mode-btn {
  margin: 0 5px;
  padding: 10px 18px;
  border-radius: 20px;
  background: #17222f;
  color: #dfe6ff;
  border: 1px solid #3ea9ff50;
  cursor: pointer;
  transition: .25s;
}

.mode-btn.active {
  background: linear-gradient(135deg, #3ea9ff, #9e7bff);
  color: #081018;
}

/* área do mapa */
.map-wrapper {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}

.map-viewport {
  position: relative;
  width: 100%;
  height: 780px;
  overflow: hidden;
  cursor: grab;
}

.map-viewport:active {
  cursor: grabbing;
}

.map-base {
  width: 1450px;
  pointer-events: none;
  user-select: none;
  opacity: 0.85;
}

/* LAYERS */
.map-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease;
}

.map-layer.active {
  opacity: 1;
}

/* ponto */
.map-point {
  position: absolute;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.map-point span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  background: radial-gradient(circle, #9e7bff 0%, #3ea9ff 40%, #081018 90%);
  box-shadow: 0 0 14px #3ea9ff, 0 0 28px #9e7bff;
  animation: pulse 3s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(.9); opacity: .85; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(.9); opacity: .85; }
}

/* Sidebar */
.map-sidebar {
  position: absolute;
  top: 0;
  right: -340px;
  width: 320px;
  height: 100%;
  background: rgba(10,15,22,0.95);
  border-left: 1px solid #3ea9ff40;
  backdrop-filter: blur(10px);
  padding: 24px;
  transition: .4s;
  color: #cfe1ff;
}

.map-sidebar.open { right: 0; }

.sidebar-close {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #cfe1ff;
  cursor: pointer;
}

.sidebar-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #3ea9ff, #9e7bff);
  color: #081018;
  text-decoration: none;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-354b55a */#solace-map {
  position: relative;
  width: 100%;
  height: 900px;
  background: url('SEU-MAPA-AQUI.jpg') center/cover no-repeat;
  overflow: hidden;
}

/* CAMADAS */
.map-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}

.map-layer.active {
  opacity: 1;
  pointer-events: auto;
}

/* PONTOS */
.map-point {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #00d4ff;
  border-radius: 50%;
  box-shadow: 0 0 12px #00eaff;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}

.map-point:hover {
  transform: scale(1.4);
  box-shadow: 0 0 18px #6cf2ff;
}

/* Tooltip */
.map-point::after {
  content: attr(data-name);
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: #0f2633dd;
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}

.map-point:hover::after {
  opacity: 1;
  top: -34px;
}
#solace-map {
  position: relative;
  width: 100%;
  height: 900px;

  /* 🔥 TROQUEI AQUI: fundo REAL */
  background: url('https://xavierinstituto.com.br/wp-content/uploads/2025/11/MAPA-SOLACE-V1.jpg') center/cover no-repeat;
  overflow: hidden;
}

/* CAMADAS */
.map-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}

.map-layer.active {
  opacity: 1;
  pointer-events: auto;
}

/* PONTOS */
.map-point {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #00d4ff;
  border-radius: 50%;
  box-shadow: 0 0 12px #00eaff;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}

.map-point:hover {
  transform: scale(1.4);
  box-shadow: 0 0 18px #6cf2ff;
}

/* Tooltip */
.map-point::after {
  content: attr(data-name);
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: #0f2633dd;
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}

.map-point:hover::after {
  opacity: 1;
  top: -34px;
}/* End custom CSS */