.elementor-7851 .elementor-element.elementor-element-3494fb1{--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;}.elementor-7851 .elementor-element.elementor-element-57be929{--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-7851 .elementor-element.elementor-element-76c4b6e{--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-7851 .elementor-element.elementor-element-735f495{--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:132px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7851 .elementor-element.elementor-element-30fe9d3{--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-7851 .elementor-element.elementor-element-c9d5d91{--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-7851 .elementor-element.elementor-element-d3f7e33{--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-7851 .elementor-element.elementor-element-3fffb99{--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-7851 .elementor-element.elementor-element-84a3ea4{--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;}/* Start custom CSS for html, class: .elementor-element-5e4cd89 *//* ================================
   EDITORA XAVIER — HEADER
================================ */

.exv-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(7, 25, 35, 0.86);
  border-bottom: 1px solid rgba(200, 169, 106, 0.16);
  backdrop-filter: blur(14px);
}

.exv-header-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.exv-header-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.exv-header-logo img {
  height: 54px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.exv-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.exv-header-nav a {
  color: rgba(244, 239, 231, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s ease;
}

.exv-header-nav a:hover {
  color: #c8a96a;
}

.exv-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #c8a96a;
  color: #071923;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.exv-header-btn:hover {
  background: #d9bc7a;
  color: #071923;
  transform: translateY(-2px);
}

/* ================================
   EDITORA XAVIER — HERO
================================ */

.exv-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 150px 24px 100px;
  background: #071923;
  color: #f4efe7;
}

.exv-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(200, 169, 106, 0.26), transparent 34%),
    radial-gradient(circle at 85% 22%, rgba(120, 160, 175, 0.20), transparent 36%),
    linear-gradient(135deg, #071923 0%, #0b2230 50%, #102f3b 100%);
  z-index: 0;
}

.exv-hero::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -160px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.24);
  box-shadow: 0 0 150px rgba(200, 169, 106, 0.16);
  z-index: 1;
}

.exv-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  background: linear-gradient(to top, rgba(7, 25, 35, 1), transparent);
  z-index: 1;
}

.exv-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.exv-hero-content {
  max-width: 680px;
}

.exv-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  padding: 10px 17px;
  border-radius: 999px;
  border: 1px solid rgba(200, 169, 106, 0.42);
  background: rgba(255, 255, 255, 0.055);
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.exv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: #c8a96a;
  box-shadow: 0 0 0 5px rgba(200, 169, 106, 0.14);
  animation: exvLiveDot 1.7s ease-in-out infinite;
}

@keyframes exvLiveDot {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(200, 169, 106, 0.14);
  }

  50% {
    transform: scale(1.28);
    box-shadow:
      0 0 0 8px rgba(200, 169, 106, 0.07),
      0 0 22px rgba(200, 169, 106, 0.42);
  }
}

.exv-hero h1 {
  margin: 0 0 30px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-shadow: 0 20px 58px rgba(0, 0, 0, 0.32);
}

.exv-hero p {
  max-width: 680px;
  margin: 0 0 38px;
  color: rgba(231, 222, 208, 0.84);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.exv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.exv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.exv-btn-primary {
  position: relative;
  overflow: hidden;
  background: #c8a96a;
  color: #071923;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.26),
    0 0 0 0 rgba(200, 169, 106, 0);
  animation: exvCtaPulse 3.4s ease-in-out infinite;
}

.exv-btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -48%;
  width: 38%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transform: skewX(-18deg);
  animation: exvCtaShine 4.2s ease-in-out infinite;
}

.exv-btn-primary:hover {
  background: #d9bc7a;
  color: #071923;
  transform: translateY(-2px);
}

@keyframes exvCtaPulse {
  0%, 100% {
    box-shadow:
      0 18px 45px rgba(0, 0, 0, 0.26),
      0 0 0 0 rgba(200, 169, 106, 0);
  }

  50% {
    box-shadow:
      0 22px 58px rgba(0, 0, 0, 0.30),
      0 0 0 9px rgba(200, 169, 106, 0.08);
  }
}

@keyframes exvCtaShine {
  0%, 38% {
    left: -48%;
  }

  62%, 100% {
    left: 122%;
  }
}

.exv-btn-secondary {
  border: 1px solid rgba(200, 169, 106, 0.55);
  color: #f4efe7;
  background: rgba(255, 255, 255, 0.03);
}

.exv-btn-secondary:hover {
  background: rgba(200, 169, 106, 0.12);
  color: #f4efe7;
  transform: translateY(-2px);
}

.exv-hero-note {
  margin: 0 !important;
  color: rgba(231, 222, 208, 0.62) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* ================================
   HERO VISUAL
================================ */

.exv-hero-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exv-hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.18);
  filter: blur(78px);
  z-index: 0;
}

.exv-hero-visual::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.28);
  z-index: 1;
}

.exv-hero-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(244, 239, 231, 0.12);
  z-index: 1;
}

.exv-editorial-card {
  position: relative;
  z-index: 3;
  width: min(420px, 92%);
  padding: 46px 40px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(200, 169, 106, 0.38);
  backdrop-filter: blur(16px);
  box-shadow: 0 38px 105px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.exv-editorial-card img {
  max-height: 105px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 28px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.24));
}

.exv-editorial-card h3 {
  margin: 0 0 16px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.06;
  font-weight: 600;
}

.exv-editorial-card p {
  margin: 0;
  color: rgba(231, 222, 208, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.exv-floating-pill {
  position: absolute;
  z-index: 4;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 25, 35, 0.88);
  border: 1px solid rgba(200, 169, 106, 0.36);
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.exv-pill-one {
  top: 105px;
  left: 20px;
}

.exv-pill-two {
  right: 10px;
  top: 250px;
}

.exv-pill-three {
  left: 85px;
  bottom: 95px;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1024px) {
  .exv-header-nav {
    display: none;
  }

  .exv-hero {
    padding: 130px 22px 80px;
  }

  .exv-hero-container {
    grid-template-columns: 1fr;
    gap: 54px;
    text-align: center;
  }

  .exv-hero-content {
    margin: 0 auto;
  }

  .exv-hero-actions {
    justify-content: center;
  }

  .exv-hero-visual {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .exv-header-container {
    padding: 12px 18px;
  }

  .exv-header-logo img {
    height: 46px;
  }

  .exv-header-btn {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .exv-hero {
    min-height: auto;
    padding: 118px 18px 70px;
  }

  .exv-kicker {
    font-size: 10.5px;
    letter-spacing: 0.16em;
    margin-bottom: 24px;
  }

  .exv-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.03;
  }

  .exv-hero p {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .exv-btn {
    width: 100%;
    min-height: 54px;
  }

  .exv-hero-visual {
    min-height: 455px;
  }

  .exv-editorial-card {
    padding: 36px 26px;
    border-radius: 30px;
  }

  .exv-editorial-card img {
    max-height: 86px;
  }

  .exv-hero-visual::before {
    width: 340px;
    height: 340px;
  }

  .exv-hero-visual::after {
    width: 245px;
    height: 245px;
  }

  .exv-floating-pill {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exv-kicker::before,
  .exv-btn-primary,
  .exv-btn-primary::after {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28e6583 *//* ================================
   EDITORA XAVIER — HEADER
================================ */

.exv-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(7, 25, 35, 0.86);
  border-bottom: 1px solid rgba(200, 169, 106, 0.16);
  backdrop-filter: blur(14px);
}

.exv-header-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.exv-header-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.exv-header-logo img {
  height: 54px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.24));
}

.exv-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.exv-header-nav a {
  color: rgba(244, 239, 231, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s ease;
}

.exv-header-nav a:hover {
  color: #c8a96a;
}

.exv-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #c8a96a;
  color: #071923;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.exv-header-btn:hover {
  background: #d9bc7a;
  color: #071923;
  transform: translateY(-2px);
}

/* ================================
   EDITORA XAVIER — HERO CARROSSEL
================================ */

.exv-hero-carousel-section {
  position: relative;
  overflow: hidden;
  background: #071923;
}

.exv-hero-carousel {
  position: relative;
  height: min(100vh, 820px);
  min-height: 680px;
  overflow: hidden;
  background: #071923;
}

.exv-hero-track {
  position: relative;
  height: 100%;
}

/* Slide */

.exv-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: grid;
  place-items: center;
  transition: opacity 1s ease;
  overflow: hidden;
}

.exv-hero-slide.exv-active {
  opacity: 1;
  z-index: 2;
}

/* Fundo */

.exv-hero-back {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  animation: exvHeroZoom 24s ease-in-out infinite alternate;
}

@keyframes exvHeroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

.exv-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 20%, rgba(200, 169, 106, 0.26), transparent 34%),
    radial-gradient(circle at 82% 25%, rgba(120, 160, 175, 0.20), transparent 36%),
    linear-gradient(135deg, rgba(7, 25, 35, 0.96) 0%, rgba(11, 34, 48, 0.92) 48%, rgba(16, 47, 59, 0.88) 100%);
  z-index: 1;
}

.exv-hero-slide::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -160px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.24);
  box-shadow: 0 0 150px rgba(200, 169, 106, 0.16);
  z-index: 2;
}

.exv-hero-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 230px;
  background: linear-gradient(to top, rgba(7, 25, 35, 1), transparent);
  z-index: 2;
}

/* Conteúdo */

.exv-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 130px 24px 80px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.exv-hero-copy {
  max-width: 700px;
}

.exv-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 26px;
  padding: 10px 17px;
  border-radius: 999px;
  border: 1px solid rgba(200, 169, 106, 0.42);
  background: rgba(255, 255, 255, 0.055);
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.exv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: #c8a96a;
  box-shadow: 0 0 0 5px rgba(200, 169, 106, 0.14);
  animation: exvLiveDot 1.7s ease-in-out infinite;
}

@keyframes exvLiveDot {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(200, 169, 106, 0.14);
  }

  50% {
    transform: scale(1.28);
    box-shadow:
      0 0 0 8px rgba(200, 169, 106, 0.07),
      0 0 22px rgba(200, 169, 106, 0.42);
  }
}

.exv-hero-title {
  margin: 0 0 30px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-shadow: 0 20px 58px rgba(0, 0, 0, 0.32);
}

.exv-hero-title span {
  color: #c8a96a;
}

.exv-hero-subtitle {
  max-width: 680px;
  margin: 0 0 38px;
  color: rgba(231, 222, 208, 0.84);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.exv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.exv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.exv-btn-primary {
  position: relative;
  overflow: hidden;
  background: #c8a96a;
  color: #071923;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.26),
    0 0 0 0 rgba(200, 169, 106, 0);
  animation: exvCtaPulse 3.4s ease-in-out infinite;
}

.exv-btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -48%;
  width: 38%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transform: skewX(-18deg);
  animation: exvCtaShine 4.2s ease-in-out infinite;
}

.exv-btn-primary:hover {
  background: #d9bc7a;
  color: #071923;
  transform: translateY(-2px);
}

@keyframes exvCtaPulse {
  0%, 100% {
    box-shadow:
      0 18px 45px rgba(0, 0, 0, 0.26),
      0 0 0 0 rgba(200, 169, 106, 0);
  }

  50% {
    box-shadow:
      0 22px 58px rgba(0, 0, 0, 0.30),
      0 0 0 9px rgba(200, 169, 106, 0.08);
  }
}

@keyframes exvCtaShine {
  0%, 38% {
    left: -48%;
  }

  62%, 100% {
    left: 122%;
  }
}

.exv-btn-secondary {
  border: 1px solid rgba(200, 169, 106, 0.55);
  color: #f4efe7;
  background: rgba(255, 255, 255, 0.03);
}

.exv-btn-secondary:hover {
  background: rgba(200, 169, 106, 0.12);
  color: #f4efe7;
  transform: translateY(-2px);
}

.exv-hero-note {
  margin: 0;
  color: rgba(231, 222, 208, 0.62);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* Visual do livro / logo */

.exv-hero-visual {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exv-hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.18);
  filter: blur(78px);
  z-index: 0;
}

.exv-hero-visual::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.28);
  z-index: 1;
}

.exv-hero-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(244, 239, 231, 0.12);
  z-index: 1;
}

.exv-hero-book {
  position: relative;
  z-index: 3;
  width: min(360px, 78%);
  border-radius: 24px;
  overflow: hidden;
  background: #102f3b;
  box-shadow: 0 38px 105px rgba(0, 0, 0, 0.42);
  transform: perspective(1200px) rotateY(-10deg) rotateZ(-1deg);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.exv-hero-book:hover {
  transform: perspective(1200px) rotateY(-4deg) translateY(-10px);
  box-shadow: 0 48px 125px rgba(0, 0, 0, 0.52);
}

.exv-hero-book img {
  display: block;
  width: 100%;
  height: auto;
}

.exv-hero-logo-card {
  position: relative;
  z-index: 3;
  width: min(420px, 90%);
  padding: 46px 40px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(200, 169, 106, 0.38);
  backdrop-filter: blur(16px);
  box-shadow: 0 38px 105px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.exv-hero-logo-card img {
  max-height: 110px;
  width: auto;
  object-fit: contain;
  margin: 0 auto 28px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.24));
}

.exv-hero-logo-card h3 {
  margin: 0 0 16px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.06;
  font-weight: 600;
}

.exv-hero-logo-card p {
  margin: 0;
  color: rgba(231, 222, 208, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

/* Setas */

.exv-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.34);
  background: rgba(7, 25, 35, 0.58);
  color: #c8a96a;
  font-size: 28px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.25s ease;
}

.exv-hero-arrow:hover {
  background: rgba(200, 169, 106, 0.14);
  color: #f4efe7;
  transform: translateY(-50%) scale(1.06);
}

.exv-hero-prev {
  left: 24px;
}

.exv-hero-next {
  right: 24px;
}

/* Dots */

.exv-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 9;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.exv-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(244, 239, 231, 0.34);
  cursor: pointer;
  transition: all 0.25s ease;
}

.exv-hero-dot.exv-active {
  background: #c8a96a;
  transform: scale(1.35);
  box-shadow:
    0 0 0 6px rgba(200, 169, 106, 0.12),
    0 0 22px rgba(200, 169, 106, 0.34);
}

/* ================================
   FAIXA PREMIUM
================================ */

.exv-faixa-premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #071923, #0b2230, #071923);
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid rgba(200, 169, 106, 0.12);
  border-bottom: 1px solid rgba(200, 169, 106, 0.12);
}

.exv-faixa-container {
  overflow: hidden;
  white-space: nowrap;
}

.exv-faixa-track {
  display: inline-flex;
  gap: 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  animation: exvFaixaScroll 42s linear infinite;
}

.exv-faixa-track span {
  background: linear-gradient(90deg, #c8a96a, #f2d18a, #c8a96a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.92;
}

@keyframes exvFaixaScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.exv-faixa-blur {
  position: absolute;
  top: 0;
  height: 100%;
  width: 140px;
  pointer-events: none;
  z-index: 2;
}

.exv-faixa-left {
  left: 0;
  background: linear-gradient(to right, #071923, rgba(7, 25, 35, 0));
}

.exv-faixa-right {
  right: 0;
  background: linear-gradient(to left, #071923, rgba(7, 25, 35, 0));
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1024px) {
  .exv-header-nav {
    display: none;
  }

  .exv-hero-carousel {
    height: auto;
    min-height: auto;
  }

  .exv-hero-content {
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
    padding: 125px 22px 96px;
  }

  .exv-hero-copy {
    margin: 0 auto;
  }

  .exv-hero-actions {
    justify-content: center;
  }

  .exv-hero-visual {
    min-height: 500px;
  }

  .exv-hero-arrow {
    top: auto;
    bottom: 26px;
    transform: none;
  }

  .exv-hero-arrow:hover {
    transform: scale(1.06);
  }

  .exv-hero-prev {
    left: 24px;
  }

  .exv-hero-next {
    right: 24px;
  }
}

@media (max-width: 767px) {
  .exv-header-container {
    padding: 12px 18px;
  }

  .exv-header-logo img {
    height: 46px;
  }

  .exv-header-btn {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .exv-hero-title {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.03;
  }

  .exv-hero-subtitle {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .exv-btn {
    width: 100%;
    min-height: 54px;
  }

  .exv-hero-content {
    padding: 115px 18px 104px;
  }

  .exv-hero-visual {
    min-height: 430px;
  }

  .exv-hero-book {
    width: min(270px, 76%);
    transform: none;
  }

  .exv-hero-logo-card {
    padding: 36px 26px;
    border-radius: 30px;
  }

  .exv-hero-logo-card img {
    max-height: 86px;
  }

  .exv-hero-visual::before {
    width: 340px;
    height: 340px;
  }

  .exv-hero-visual::after {
    width: 245px;
    height: 245px;
  }

  .exv-hero-arrow {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .exv-hero-dots {
    bottom: 32px;
  }

  .exv-faixa-track {
    gap: 30px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exv-hero-back,
  .exv-kicker::before,
  .exv-btn-primary,
  .exv-btn-primary::after,
  .exv-faixa-track {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f49c56 *//* ================================
   EDITORA XAVIER — SOBRE A EDITORA
================================ */

.exv-about {
  position: relative;
  overflow: hidden;
  padding: 130px 24px;
  background: #f4efe7;
  color: #16262f;
}

.exv-about::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.18);
  filter: blur(88px);
  z-index: 0;
}

.exv-about::after {
  content: "";
  position: absolute;
  left: -190px;
  bottom: -190px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(16, 47, 59, 0.12);
  filter: blur(88px);
  z-index: 0;
}

.exv-about-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 82px;
  align-items: center;
}

/* ================================
   COLUNA VISUAL
================================ */

.exv-about-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exv-about-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.22);
  filter: blur(78px);
  z-index: 0;
  animation: exvAboutGlow 6s ease-in-out infinite;
}

@keyframes exvAboutGlow {
  0%, 100% {
    opacity: 0.76;
    filter: blur(78px);
  }

  50% {
    opacity: 1;
    filter: blur(94px);
  }
}

.exv-about-visual::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.30);
  z-index: 1;
}

.exv-about-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(18, 38, 48, 0.12);
  z-index: 1;
}

/* Card principal */

.exv-about-card-main {
  position: relative;
  z-index: 3;
  width: min(430px, 92%);
  padding: 46px 42px;
  border-radius: 38px;
  background: #0b2230;
  color: #f4efe7;
  border: 1px solid rgba(200, 169, 106, 0.46);
  box-shadow: 0 40px 105px rgba(18, 38, 48, 0.26);
  text-align: center;
  overflow: hidden;
}

.exv-about-card-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(200, 169, 106, 0.16), transparent 56%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 48%);
  pointer-events: none;
}

.exv-about-card-main > * {
  position: relative;
  z-index: 2;
}

.exv-about-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(200, 169, 106, 0.14);
  border: 1px solid rgba(200, 169, 106, 0.30);
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.exv-about-card-main h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: #f4efe7;
}

.exv-about-card-main p {
  margin: 0;
  color: rgba(231, 222, 208, 0.80);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

/* Mini cards flutuantes */

.exv-about-mini-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 169, 106, 0.34);
  box-shadow: 0 22px 58px rgba(18, 38, 48, 0.12);
  backdrop-filter: blur(10px);
}

.exv-about-mini-card strong {
  color: #9a7a3c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.exv-about-mini-card span {
  color: #0b2230;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.exv-about-mini-one {
  top: 88px;
  left: 12px;
}

.exv-about-mini-two {
  right: 6px;
  top: 250px;
}

.exv-about-mini-three {
  left: 70px;
  bottom: 92px;
}

/* ================================
   CONTEÚDO
================================ */

.exv-about-content {
  max-width: 700px;
}

.exv-section-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: #9a7a3c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.exv-section-title {
  margin: 0 0 28px;
  color: #0b2230;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.exv-about-content p {
  margin: 0 0 22px;
  color: #34464f;
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.exv-about-content strong {
  color: #0b2230;
  font-weight: 800;
}

/* Frase de destaque */

.exv-about-quote {
  position: relative;
  overflow: hidden;
  margin: 36px 0;
  padding: 32px 36px;
  border-left: 5px solid #c8a96a;
  border-radius: 0 30px 30px 0;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 20px 54px rgba(18, 38, 48, 0.08),
    inset 0 0 0 1px rgba(200, 169, 106, 0.10);
}

.exv-about-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 38%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 169, 106, 0.14),
    transparent
  );
  transform: skewX(-18deg);
  animation: exvAboutQuoteShine 7s ease-in-out infinite;
}

@keyframes exvAboutQuoteShine {
  0%, 35% {
    left: -45%;
  }

  70%, 100% {
    left: 120%;
  }
}

.exv-about-quote p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #0b2230;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.36;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1024px) {
  .exv-about {
    padding: 105px 22px;
  }

  .exv-about-container {
    grid-template-columns: 1fr;
    gap: 54px;
    text-align: center;
  }

  .exv-about-content {
    margin: 0 auto;
    max-width: 780px;
  }

  .exv-about-visual {
    min-height: 540px;
  }

  .exv-about-quote {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .exv-about {
    padding: 84px 18px;
  }

  .exv-about-visual {
    min-height: 470px;
  }

  .exv-about-card-main {
    padding: 36px 28px;
    border-radius: 30px;
  }

  .exv-about-card-main h2 {
    font-size: 40px;
  }

  .exv-about-visual::before {
    width: 340px;
    height: 340px;
  }

  .exv-about-visual::after {
    width: 245px;
    height: 245px;
  }

  .exv-about-mini-card {
    display: none;
  }

  .exv-section-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .exv-about-content p {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-about-quote {
    padding: 28px 24px;
    border-radius: 0 24px 24px 0;
  }

  .exv-about-quote p {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exv-about-glow,
  .exv-about-quote::before {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96f7881 *//* ================================
   EDITORA XAVIER — SELOS E COLEÇÕES
================================ */

.exv-collections {
  position: relative;
  overflow: hidden;
  padding: 130px 24px;
  background: #071923;
  color: #f4efe7;
}

.exv-collections::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -190px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.14);
  filter: blur(92px);
  z-index: 0;
}

.exv-collections::after {
  content: "";
  position: absolute;
  left: -210px;
  bottom: -210px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: rgba(120, 160, 175, 0.12);
  filter: blur(92px);
  z-index: 0;
}

.exv-collections-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

.exv-collections-header {
  max-width: 900px;
  margin: 0 auto 68px;
  text-align: center;
}

.exv-collections-header p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(231, 222, 208, 0.76);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.exv-section-title-light {
  color: #f4efe7 !important;
}

/* Grid */

.exv-collections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card */

.exv-collection-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 34px 30px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(200, 169, 106, 0.24);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease,
    box-shadow 0.32s ease;
}

.exv-collection-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 169, 106, 0.58);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.28);
}

/* Brilho interno */

.exv-collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(200, 169, 106, 0.14),
    transparent 48%,
    rgba(255, 255, 255, 0.04)
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.exv-collection-card:hover::before {
  opacity: 1;
}

.exv-collection-card > * {
  position: relative;
  z-index: 2;
}

/* Card destaque */

.exv-collection-featured {
  background: #0b2230;
  border-color: rgba(200, 169, 106, 0.50);
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.30);
}

.exv-collection-featured::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.18);
  filter: blur(58px);
  z-index: 0;
}

.exv-collection-lunaris {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.10), transparent 38%),
    rgba(255, 255, 255, 0.055);
}

/* Ícone */

.exv-collection-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: rgba(200, 169, 106, 0.14);
  border: 1px solid rgba(200, 169, 106, 0.28);
  color: #d8c07c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.exv-collection-featured .exv-collection-icon {
  background: #c8a96a;
  color: #071923;
}

/* Label */

.exv-collection-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

/* Texto */

.exv-collection-card h3 {
  margin: 0 0 18px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 600;
}

.exv-collection-card p {
  margin: 0 0 26px;
  color: rgba(231, 222, 208, 0.76);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.70;
}

/* Link */

.exv-collection-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 999px;
  border: 1px solid rgba(200, 169, 106, 0.44);
  color: #d8c07c;
  background: rgba(200, 169, 106, 0.08);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.exv-collection-card a:hover {
  transform: translateY(-2px);
  background: rgba(200, 169, 106, 0.16);
  border-color: rgba(200, 169, 106, 0.66);
  color: #f4efe7;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1100px) {
  .exv-collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .exv-collection-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .exv-collections {
    padding: 84px 18px;
  }

  .exv-collections-header {
    margin-bottom: 46px;
  }

  .exv-collections-header p {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-collections-grid {
    grid-template-columns: 1fr;
  }

  .exv-collection-card {
    padding: 32px 24px;
    border-radius: 30px;
  }

  .exv-collection-card h3 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf01431 *//* ================================
   EDITORA XAVIER — LANÇAMENTOS
================================ */

.exv-launches {
  position: relative;
  overflow: hidden;
  padding: 140px 24px;
  background: #0b2230;
  color: #f4efe7;
}

.exv-launches-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 24%, rgba(200, 169, 106, 0.20), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(120, 160, 175, 0.16), transparent 36%),
    linear-gradient(135deg, #071923 0%, #0b2230 52%, #102f3b 100%);
  z-index: 0;
}

.exv-launches::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -190px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.24);
  box-shadow: 0 0 150px rgba(200, 169, 106, 0.16);
  z-index: 1;
}

.exv-launches::after {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -220px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.10);
  filter: blur(88px);
  z-index: 1;
}

.exv-launches-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 78px;
  align-items: center;
}

.exv-launches-content {
  max-width: 680px;
}

.exv-section-kicker-light {
  color: #d8c07c !important;
}

.exv-launches-title {
  margin: 0 0 16px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-shadow: 0 20px 58px rgba(0, 0, 0, 0.32);
}

.exv-launches-subtitle {
  margin: 0 0 34px;
  max-width: 620px;
  color: #c8a96a;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.22;
  font-weight: 500;
}

.exv-launches-content p {
  margin: 0 0 22px;
  color: rgba(231, 222, 208, 0.82);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.76;
}

.exv-launches-content strong {
  color: #f4efe7;
  font-weight: 800;
}

/* Lista */

.exv-launches-list {
  display: grid;
  gap: 15px;
  margin: 34px 0 40px;
}

.exv-launches-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.exv-launches-item span {
  position: relative;
  top: 8px;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #c8a96a;
  box-shadow: 0 0 0 6px rgba(200, 169, 106, 0.14);
  animation: exvLaunchDotPulse 4.8s ease-in-out infinite;
}

.exv-launches-item:nth-child(2) span {
  animation-delay: 0.18s;
}

.exv-launches-item:nth-child(3) span {
  animation-delay: 0.36s;
}

.exv-launches-item:nth-child(4) span {
  animation-delay: 0.54s;
}

@keyframes exvLaunchDotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(200, 169, 106, 0.14);
  }

  50% {
    transform: scale(1.18);
    box-shadow:
      0 0 0 9px rgba(200, 169, 106, 0.07),
      0 0 20px rgba(200, 169, 106, 0.34);
  }
}

.exv-launches-item p {
  margin: 0;
  color: rgba(231, 222, 208, 0.82);
  font-size: 16px;
  line-height: 1.62;
}

/* Botões */

.exv-launches-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* ================================
   VISUAL DOS LIVROS
================================ */

.exv-launches-visual {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exv-launches-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.18);
  filter: blur(88px);
  z-index: 0;
  animation: exvLaunchGlow 6.2s ease-in-out infinite;
}

@keyframes exvLaunchGlow {
  0%, 100% {
    opacity: 0.76;
    filter: blur(82px);
  }

  50% {
    opacity: 1;
    filter: blur(100px);
  }
}

.exv-launches-visual::before {
  content: "";
  position: absolute;
  width: 510px;
  height: 510px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.28);
  z-index: 1;
}

.exv-launches-visual::after {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  border: 1px solid rgba(244, 239, 231, 0.12);
  z-index: 1;
}

.exv-launches-books {
  position: relative;
  z-index: 3;
  width: 560px;
  max-width: 100%;
  min-height: 620px;
}

.exv-launch-book {
  position: absolute;
  width: 210px;
  max-width: 42%;
  border-radius: 22px;
  overflow: hidden;
  background: #102f3b;
  box-shadow: 0 36px 96px rgba(0, 0, 0, 0.42);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.exv-launch-book img {
  display: block;
  width: 100%;
  height: auto;
}

.exv-launch-book:hover {
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.54);
}

/* Posições */

.exv-launch-book-1 {
  top: 82px;
  left: 12px;
  z-index: 2;
  transform: rotate(-8deg);
}

.exv-launch-book-2 {
  top: 34px;
  left: 160px;
  z-index: 4;
  transform: rotate(-2deg);
}

.exv-launch-book-3 {
  top: 178px;
  right: 42px;
  z-index: 5;
  transform: rotate(4deg);
}

.exv-launch-book-4 {
  bottom: 42px;
  left: 116px;
  z-index: 3;
  transform: rotate(8deg);
}

.exv-launch-book-1:hover {
  transform: rotate(-5deg) translateY(-10px);
}

.exv-launch-book-2:hover {
  transform: rotate(0deg) translateY(-12px);
}

.exv-launch-book-3:hover {
  transform: rotate(2deg) translateY(-12px);
}

.exv-launch-book-4:hover {
  transform: rotate(5deg) translateY(-10px);
}

/* Badge */

.exv-launch-badge {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: min(350px, 88%);
  padding: 20px 24px;
  border-radius: 24px;
  background: rgba(7, 25, 35, 0.90);
  border: 1px solid rgba(200, 169, 106, 0.42);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
  text-align: center;
  backdrop-filter: blur(12px);
}

.exv-launch-badge span {
  display: block;
  margin-bottom: 7px;
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.exv-launch-badge strong {
  display: block;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 600;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1024px) {
  .exv-launches {
    padding: 110px 22px;
  }

  .exv-launches-container {
    grid-template-columns: 1fr;
    gap: 58px;
    text-align: center;
  }

  .exv-launches-content {
    max-width: 780px;
    margin: 0 auto;
  }

  .exv-launches-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .exv-launches-list {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .exv-launches-actions {
    justify-content: center;
  }

  .exv-launches-visual {
    min-height: 620px;
  }

  .exv-launches-books {
    width: 500px;
    min-height: 560px;
  }

  .exv-launch-book {
    width: 185px;
  }
}

@media (max-width: 767px) {
  .exv-launches {
    padding: 86px 18px;
  }

  .exv-launches-title {
    font-size: clamp(38px, 12vw, 54px);
  }

  .exv-launches-subtitle {
    font-size: 25px;
  }

  .exv-launches-content p {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-launches-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .exv-launches-visual {
    min-height: 520px;
  }

  .exv-launches-books {
    width: 330px;
    min-height: 480px;
  }

  .exv-launch-book {
    width: 138px;
    border-radius: 16px;
  }

  .exv-launch-book-1 {
    top: 72px;
    left: 0;
  }

  .exv-launch-book-2 {
    top: 34px;
    left: 96px;
  }

  .exv-launch-book-3 {
    top: 162px;
    right: 0;
  }

  .exv-launch-book-4 {
    bottom: 62px;
    left: 74px;
  }

  .exv-launch-badge {
    bottom: 12px;
    padding: 18px 20px;
    border-radius: 22px;
  }

  .exv-launch-badge strong {
    font-size: 22px;
  }

  .exv-launches-visual::before {
    width: 340px;
    height: 340px;
  }

  .exv-launches-visual::after {
    width: 245px;
    height: 245px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exv-launches-glow,
  .exv-launches-item span {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dc5302 *//* ================================
   EDITORA XAVIER — UNIVERSO XAVIER
================================ */

.exv-universe {
  position: relative;
  overflow: hidden;
  padding: 140px 24px;
  background: #05090a;
  color: #f4efe7;
}

.exv-universe-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(200, 169, 106, 0.14), transparent 35%),
    radial-gradient(circle at 20% 20%, rgba(76, 123, 132, 0.18), transparent 36%),
    linear-gradient(135deg, #05090a 0%, #071311 48%, #0b1f1b 100%);
  z-index: 0;
}

.exv-universe::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -190px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.22);
  box-shadow: 0 0 160px rgba(200, 169, 106, 0.14);
  z-index: 1;
}

.exv-universe::after {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -220px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: rgba(120, 160, 175, 0.10);
  filter: blur(90px);
  z-index: 1;
}

.exv-universe-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 82px;
  align-items: center;
}

.exv-universe-content {
  max-width: 700px;
}

.exv-universe-title {
  margin: 0 0 32px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5.8vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-shadow: 0 20px 58px rgba(0, 0, 0, 0.34);
}

.exv-universe-content p {
  margin: 0 0 22px;
  color: rgba(231, 222, 208, 0.82);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.exv-universe-content strong {
  color: #f4efe7;
  font-weight: 800;
}

/* Frase */

.exv-universe-quote {
  position: relative;
  overflow: hidden;
  margin: 38px 0;
  padding: 32px 36px;
  border-left: 5px solid #c8a96a;
  border-radius: 0 30px 30px 0;
  background: rgba(255, 255, 255, 0.055);
  border-top: 1px solid rgba(200, 169, 106, 0.16);
  border-right: 1px solid rgba(200, 169, 106, 0.16);
  border-bottom: 1px solid rgba(200, 169, 106, 0.16);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.24);
}

.exv-universe-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 38%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 169, 106, 0.13),
    transparent
  );
  transform: skewX(-18deg);
  animation: exvUniverseQuoteShine 7s ease-in-out infinite;
}

@keyframes exvUniverseQuoteShine {
  0%, 35% {
    left: -45%;
  }

  70%, 100% {
    left: 120%;
  }
}

.exv-universe-quote p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.36;
}

/* ================================
   VISUAL
================================ */

.exv-universe-visual {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exv-universe-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.16);
  filter: blur(86px);
  z-index: 0;
  animation: exvUniverseGlow 6.4s ease-in-out infinite;
}

@keyframes exvUniverseGlow {
  0%, 100% {
    opacity: 0.76;
    filter: blur(82px);
  }

  50% {
    opacity: 1;
    filter: blur(102px);
  }
}

.exv-universe-orbit {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exv-universe-orbit span {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.exv-universe-orbit span:first-child {
  width: 500px;
  height: 500px;
  border: 1px solid rgba(200, 169, 106, 0.28);
}

.exv-universe-orbit span:last-child {
  width: 350px;
  height: 350px;
  border: 1px solid rgba(244, 239, 231, 0.12);
}

/* Card principal */

.exv-universe-card-main {
  position: relative;
  z-index: 3;
  width: min(430px, 92%);
  padding: 46px 42px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.14), transparent 44%),
    rgba(11, 31, 27, 0.92);
  color: #f4efe7;
  border: 1px solid rgba(200, 169, 106, 0.42);
  box-shadow: 0 40px 105px rgba(0, 0, 0, 0.36);
  text-align: center;
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.exv-universe-card-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    transparent 48%
  );
  pointer-events: none;
}

.exv-universe-card-main > * {
  position: relative;
  z-index: 2;
}

.exv-universe-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(200, 169, 106, 0.14);
  border: 1px solid rgba(200, 169, 106, 0.30);
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.exv-universe-card-main h3 {
  margin: 0 0 18px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
}

.exv-universe-card-main p {
  margin: 0;
  color: rgba(231, 222, 208, 0.80);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

/* Obras flutuantes */

.exv-universe-work {
  position: absolute;
  z-index: 4;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(5, 9, 10, 0.88);
  border: 1px solid rgba(200, 169, 106, 0.34);
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.exv-work-one {
  top: 92px;
  left: 4px;
}

.exv-work-two {
  top: 245px;
  right: 0;
}

.exv-work-three {
  bottom: 112px;
  left: 44px;
}

.exv-work-four {
  bottom: 68px;
  right: 58px;
}

/* ================================
   GRID INFERIOR
================================ */

.exv-universe-grid {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.exv-universe-item {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(200, 169, 106, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
  transition:
    transform 0.30s ease,
    border-color 0.30s ease,
    background 0.30s ease,
    box-shadow 0.30s ease;
}

.exv-universe-item:hover {
  transform: translateY(-7px);
  border-color: rgba(200, 169, 106, 0.56);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.28);
}

.exv-universe-item span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.exv-universe-item h4 {
  margin: 0 0 14px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 600;
}

.exv-universe-item p {
  margin: 0;
  color: rgba(231, 222, 208, 0.74);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.62;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1024px) {
  .exv-universe {
    padding: 110px 22px;
  }

  .exv-universe-container {
    grid-template-columns: 1fr;
    gap: 58px;
    text-align: center;
  }

  .exv-universe-content {
    max-width: 780px;
    margin: 0 auto;
  }

  .exv-universe-quote {
    text-align: left;
  }

  .exv-universe-visual {
    min-height: 560px;
  }

  .exv-universe-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .exv-universe {
    padding: 86px 18px;
  }

  .exv-universe-title {
    font-size: clamp(36px, 11vw, 52px);
  }

  .exv-universe-content p {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-universe-quote {
    padding: 28px 24px;
    border-radius: 0 24px 24px 0;
  }

  .exv-universe-quote p {
    font-size: 24px;
  }

  .exv-universe-visual {
    min-height: 470px;
  }

  .exv-universe-card-main {
    padding: 36px 28px;
    border-radius: 30px;
  }

  .exv-universe-card-main h3 {
    font-size: 38px;
  }

  .exv-universe-orbit span:first-child {
    width: 340px;
    height: 340px;
  }

  .exv-universe-orbit span:last-child {
    width: 245px;
    height: 245px;
  }

  .exv-universe-work {
    display: none;
  }

  .exv-universe-grid {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .exv-universe-item {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exv-universe-glow,
  .exv-universe-quote::before {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-731441f *//* ================================
   EDITORA XAVIER — FUNDADOR
================================ */

.exv-founder {
  position: relative;
  overflow: hidden;
  padding: 130px 24px;
  background: #f4efe7;
  color: #16262f;
}

.exv-founder::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.18);
  filter: blur(88px);
  z-index: 0;
}

.exv-founder::after {
  content: "";
  position: absolute;
  left: -190px;
  bottom: -190px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(16, 47, 59, 0.12);
  filter: blur(88px);
  z-index: 0;
}

.exv-founder-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 82px;
  align-items: center;
}

/* ================================
   COLUNA VISUAL
================================ */

.exv-founder-visual {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exv-founder-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.22);
  filter: blur(78px);
  z-index: 0;
  animation: exvFounderGlow 6s ease-in-out infinite;
}

@keyframes exvFounderGlow {
  0%, 100% {
    opacity: 0.76;
    filter: blur(78px);
  }

  50% {
    opacity: 1;
    filter: blur(94px);
  }
}

.exv-founder-visual::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.30);
  z-index: 1;
}

.exv-founder-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(18, 38, 48, 0.12);
  z-index: 1;
}

/* Imagem */

.exv-founder-image {
  position: relative;
  z-index: 3;
  width: 390px;
  max-width: 92%;
  border-radius: 38px;
  overflow: hidden;
  background: #0b2230;
  border: 1px solid rgba(200, 169, 106, 0.42);
  box-shadow: 0 40px 105px rgba(18, 38, 48, 0.26);
  transform: rotate(-2deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.exv-founder-image:hover {
  transform: rotate(0deg) translateY(-10px);
  box-shadow: 0 52px 125px rgba(18, 38, 48, 0.34);
}

.exv-founder-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 34, 48, 0.44),
    transparent 44%
  );
  z-index: 2;
  pointer-events: none;
}

.exv-founder-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Badge */

.exv-founder-badge {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  width: min(340px, 86%);
  padding: 20px 24px;
  border-radius: 24px;
  background: rgba(11, 34, 48, 0.92);
  border: 1px solid rgba(200, 169, 106, 0.42);
  box-shadow: 0 24px 68px rgba(18, 38, 48, 0.24);
  backdrop-filter: blur(12px);
  text-align: center;
}

.exv-founder-badge span {
  display: block;
  margin-bottom: 7px;
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.exv-founder-badge strong {
  display: block;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.18;
}

/* ================================
   CONTEÚDO
================================ */

.exv-founder-content {
  max-width: 720px;
}

.exv-founder-subtitle {
  margin: 0 0 32px;
  max-width: 650px;
  color: #9a7a3c;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.22;
  font-weight: 500;
}

.exv-founder-content p {
  margin: 0 0 22px;
  color: #34464f;
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.exv-founder-content strong {
  color: #0b2230;
  font-weight: 800;
}

/* Pílulas */

.exv-founder-pill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 32px 0 34px;
}

.exv-founder-pill {
  position: relative;
  overflow: hidden;
  padding: 20px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 169, 106, 0.28);
  box-shadow: 0 18px 44px rgba(18, 38, 48, 0.07);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.exv-founder-pill:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 169, 106, 0.58);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 58px rgba(18, 38, 48, 0.11);
}

.exv-founder-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(200, 169, 106, 0.12),
    transparent 48%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.exv-founder-pill:hover::before {
  opacity: 1;
}

.exv-founder-pill span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 10px;
  color: #9a7a3c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.exv-founder-pill p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #0b2230;
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 800;
}

/* Frase */

.exv-founder-quote {
  position: relative;
  overflow: hidden;
  margin: 36px 0;
  padding: 32px 36px;
  border-left: 5px solid #c8a96a;
  border-radius: 0 30px 30px 0;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 20px 54px rgba(18, 38, 48, 0.08),
    inset 0 0 0 1px rgba(200, 169, 106, 0.10);
}

.exv-founder-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 38%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 169, 106, 0.14),
    transparent
  );
  transform: skewX(-18deg);
  animation: exvFounderQuoteShine 7s ease-in-out infinite;
}

@keyframes exvFounderQuoteShine {
  0%, 35% {
    left: -45%;
  }

  70%, 100% {
    left: 120%;
  }
}

.exv-founder-quote p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #0b2230;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 2.8vw, 35px);
  line-height: 1.34;
}

/* Ações */

.exv-founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.exv-btn-outline-dark {
  border: 1px solid rgba(11, 34, 48, 0.28);
  color: #0b2230;
  background: rgba(255, 255, 255, 0.42);
}

.exv-btn-outline-dark:hover {
  background: rgba(200, 169, 106, 0.16);
  border-color: rgba(200, 169, 106, 0.58);
  color: #0b2230;
  transform: translateY(-2px);
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1024px) {
  .exv-founder {
    padding: 105px 22px;
  }

  .exv-founder-container {
    grid-template-columns: 1fr;
    gap: 58px;
    text-align: center;
  }

  .exv-founder-content {
    max-width: 780px;
    margin: 0 auto;
  }

  .exv-founder-visual {
    min-height: 560px;
  }

  .exv-founder-quote {
    text-align: left;
  }

  .exv-founder-pill-grid {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .exv-founder-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .exv-founder {
    padding: 84px 18px;
  }

  .exv-founder-visual {
    min-height: 500px;
  }

  .exv-founder-image {
    width: 280px;
    border-radius: 30px;
  }

  .exv-founder-visual::before {
    width: 340px;
    height: 340px;
  }

  .exv-founder-visual::after {
    width: 245px;
    height: 245px;
  }

  .exv-founder-badge {
    width: min(310px, 90%);
    padding: 18px 20px;
    bottom: 20px;
  }

  .exv-founder-subtitle {
    font-size: 25px;
  }

  .exv-founder-content p {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-founder-pill-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .exv-founder-quote {
    padding: 28px 24px;
    border-radius: 0 24px 24px 0;
  }

  .exv-founder-quote p {
    font-size: 24px;
  }

  .exv-founder-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .exv-founder-actions .exv-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exv-founder-glow,
  .exv-founder-quote::before {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c93fe8c *//* ================================
   EDITORA XAVIER — CHAMADA FINAL
================================ */

.exv-final-cta {
  position: relative;
  overflow: hidden;
  padding: 145px 24px;
  background: #0b2230;
  color: #f4efe7;
  text-align: center;
}

.exv-final-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(200, 169, 106, 0.22), transparent 36%),
    radial-gradient(circle at 20% 20%, rgba(120, 160, 175, 0.16), transparent 34%),
    radial-gradient(circle at 80% 80%, rgba(200, 169, 106, 0.10), transparent 32%),
    linear-gradient(135deg, #071923 0%, #0b2230 48%, #102f3b 100%);
  z-index: 0;
}

.exv-final-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 660px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 106, 0.24);
  box-shadow: 0 0 155px rgba(200, 169, 106, 0.16);
  z-index: 1;
}

.exv-final-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background: linear-gradient(to top, rgba(7, 25, 35, 0.95), transparent);
  z-index: 1;
}

.exv-final-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

/* Badge */

.exv-final-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 30px;
  padding: 11px 19px;
  border: 1px solid rgba(200, 169, 106, 0.44);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #d8c07c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.exv-final-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8a96a;
  box-shadow: 0 0 0 5px rgba(200, 169, 106, 0.14);
  animation: exvFinalLiveDot 1.6s ease-in-out infinite;
}

@keyframes exvFinalLiveDot {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(200, 169, 106, 0.14);
  }

  50% {
    transform: scale(1.3);
    box-shadow:
      0 0 0 8px rgba(200, 169, 106, 0.07),
      0 0 22px rgba(200, 169, 106, 0.46);
  }
}

/* Texto */

.exv-final-cta h2 {
  margin: 0 auto 30px;
  max-width: 920px;
  color: #f4efe7;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 5.6vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-shadow: 0 20px 58px rgba(0, 0, 0, 0.32);
}

.exv-final-cta p {
  max-width: 790px;
  margin: 0 auto 38px;
  color: rgba(231, 222, 208, 0.84);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.exv-final-cta p strong {
  color: #c8a96a;
  font-weight: 800;
}

/* Ações */

.exv-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 38px;
}

/* Tags */

.exv-final-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 34px;
}

.exv-final-tags span {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(200, 169, 106, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 239, 231, 0.92);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.exv-final-tags span:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 169, 106, 0.62);
  background: rgba(200, 169, 106, 0.10);
}

.exv-final-tags span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 36%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(200, 169, 106, 0.14),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.45s ease;
}

.exv-final-tags span:hover::after {
  left: 120%;
}

/* Nota */

.exv-final-note {
  margin: 0 auto !important;
  color: rgba(231, 222, 208, 0.62) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1024px) {
  .exv-final-cta {
    padding: 120px 22px;
  }

  .exv-final-cta::before {
    width: 520px;
    height: 520px;
  }
}

@media (max-width: 767px) {
  .exv-final-cta {
    padding: 96px 18px;
  }

  .exv-final-cta::before {
    width: 360px;
    height: 360px;
  }

  .exv-final-badge {
    font-size: 10.5px;
    padding: 9px 14px;
    margin-bottom: 24px;
    letter-spacing: 0.16em;
  }

  .exv-final-cta h2 {
    font-size: clamp(36px, 11vw, 50px);
    line-height: 1.05;
  }

  .exv-final-cta p {
    font-size: 16px;
    line-height: 1.68;
  }

  .exv-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .exv-final-tags {
    gap: 10px;
  }

  .exv-final-tags span {
    width: 100%;
    max-width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exv-final-badge span {
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-384027b *//* ================================
   EDITORA XAVIER — RODAPÉ
================================ */

.exv-footer {
  position: relative;
  overflow: hidden;
  padding: 68px 24px 34px;
  background: #071923;
  color: #f4efe7;
}

.exv-footer::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.10);
  filter: blur(82px);
  z-index: 0;
}

.exv-footer::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(120, 160, 175, 0.10);
  filter: blur(82px);
  z-index: 0;
}

.exv-footer-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

/* Marca */

.exv-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.exv-footer-logo {
  max-height: 66px;
  width: auto;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24));
}

.exv-footer-brand p {
  max-width: 680px;
  margin: 0;
  color: rgba(231, 222, 208, 0.76);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.68;
}

/* Disclaimer */

.exv-footer-disclaimer {
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 22px 26px;
  border: 1px solid rgba(200, 169, 106, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.exv-footer-disclaimer p {
  margin: 0;
  color: rgba(231, 222, 208, 0.66);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.72;
}

.exv-footer-disclaimer strong {
  color: #c8a96a;
  font-weight: 800;
}

/* Links */

.exv-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.exv-footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid rgba(200, 169, 106, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(244, 239, 231, 0.82);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.exv-footer-links a:hover {
  color: #c8a96a;
  border-color: rgba(200, 169, 106, 0.48);
  background: rgba(200, 169, 106, 0.08);
  transform: translateY(-2px);
}

/* Base */

.exv-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(200, 169, 106, 0.16);
}

.exv-footer-bottom p {
  margin: 0;
  color: rgba(231, 222, 208, 0.56);
  font-family: "Montserrat", "Source Sans 3", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.exv-footer-bottom a {
  color: #c8a96a;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.22s ease;
}

.exv-footer-bottom a:hover {
  color: #f4efe7;
}

/* Responsivo */

@media (max-width: 767px) {
  .exv-footer {
    padding: 56px 18px 30px;
  }

  .exv-footer-logo {
    max-height: 56px;
  }

  .exv-footer-brand p {
    font-size: 14px;
  }

  .exv-footer-disclaimer {
    padding: 20px 20px;
    border-radius: 22px;
    margin-bottom: 26px;
  }

  .exv-footer-disclaimer p {
    font-size: 13px;
    line-height: 1.68;
  }

  .exv-footer-links {
    gap: 10px;
  }

  .exv-footer-links a {
    width: 100%;
    max-width: 300px;
  }

  .exv-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */