/**
 * Levy Autor — Dark Premium UI
 * Landing editorial moderna para Amores Suficientes
 */

:root {
  --levy-black: #070707;
  --levy-graphite: #0d0d10;
  --levy-panel: #141417;
  --levy-panel-2: #1b1a1d;
  --levy-line: rgba(255,255,255,.10);
  --levy-soft-line: rgba(255,255,255,.07);
  --levy-text: #f4efe8;
  --levy-muted: rgba(244,239,232,.68);
  --levy-faint: rgba(244,239,232,.46);
  --levy-gold: #d4a15f;
  --levy-gold-2: #f1c77f;
  --levy-brown: #7b4a2f;
  --levy-red: #6d241b;
  --levy-radius-lg: 32px;
  --levy-radius-md: 22px;
  --levy-shadow: 0 34px 90px rgba(0,0,0,.44);
}

/* Base */
body {
  background: var(--levy-black) !important;
}

#page-container,
#main-content,
.et_pb_section {
  background-color: var(--levy-black);
}

.levy-hero,
.levy-book,
.levy-author,
.levy-quote,
.levy-contact {
  position: relative;
  overflow: hidden;
  background: var(--levy-black) !important;
}

.levy-hero .et_pb_row,
.levy-book .et_pb_row,
.levy-author .et_pb_row,
.levy-quote .et_pb_row,
.levy-contact .et_pb_row {
  width: min(1440px, 92vw) !important;
  max-width: 1440px !important;
}

/* Tipografia geral */
.levy-hero h1,
.levy-hero h2,
.levy-book h2,
.levy-author h2,
.levy-contact h2 {
  color: var(--levy-text) !important;
  letter-spacing: -.065em;
  line-height: .92;
}

.levy-hero p,
.levy-book p,
.levy-author p,
.levy-contact p {
  color: var(--levy-muted) !important;
  font-size: clamp(17px, 1.22vw, 21px);
  line-height: 1.72;
}

.levy-hero strong,
.levy-book strong,
.levy-author strong,
.levy-contact strong {
  color: #fff;
}

/* HERO */
.levy-hero {
  min-height: 92vh;
  padding-top: 110px !important;
  padding-bottom: 90px !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(212,161,95,.22), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(109,36,27,.34), transparent 34%),
    linear-gradient(135deg, #050505 0%, #111014 48%, #070707 100%) !important;
}

.levy-hero::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid var(--levy-soft-line);
  border-radius: 34px;
  pointer-events: none;
}

.levy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 35%, black, transparent 72%);
  opacity: .32;
  pointer-events: none;
}

.levy-hero .et_pb_row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 42px;
}

.levy-hero h1,
.levy-hero h2 {
  font-size: clamp(58px, 8vw, 128px);
  max-width: 900px;
  margin-bottom: 28px;
}

.levy-hero p {
  max-width: 680px;
}

.levy-hero-card,
.levy-hero .et_pb_text {
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid var(--levy-line);
  border-radius: var(--levy-radius-lg);
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  box-shadow: var(--levy-shadow);
  backdrop-filter: blur(16px);
}

.levy-cover {
  position: relative;
  text-align: center;
}

.levy-cover::before {
  content: "";
  position: absolute;
  inset: 12% 4%;
  background: linear-gradient(135deg, rgba(212,161,95,.34), rgba(109,36,27,.18));
  filter: blur(44px);
  border-radius: 40px;
  z-index: 0;
}

.levy-cover img {
  position: relative;
  z-index: 1;
  width: auto;
  max-height: 620px;
  border-radius: 26px;
  box-shadow:
    0 46px 120px rgba(0,0,0,.70),
    0 0 0 1px rgba(255,255,255,.16);
  transform: rotate(1.2deg);
}

/* Botões */
.et_pb_button,
.et_pb_module .et_pb_button {
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  border-width: 1px !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0,0,0,.32);
}

.levy-hero .et_pb_button,
.levy-contact .et_pb_button {
  color: #120d0a !important;
  background: linear-gradient(135deg, var(--levy-gold), var(--levy-gold-2)) !important;
  border-color: rgba(255,255,255,.16) !important;
}

.levy-book .et_pb_button,
.levy-author .et_pb_button {
  color: var(--levy-text) !important;
  background: rgba(255,255,255,.08) !important;
  border-color: var(--levy-line) !important;
}

/* BLOCOS DE CONTEÚDO */
.levy-book,
.levy-author,
.levy-contact {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.levy-book .et_pb_row,
.levy-author .et_pb_row,
.levy-contact .et_pb_row {
  padding: clamp(30px, 5vw, 72px) !important;
  border: 1px solid var(--levy-line);
  border-radius: var(--levy-radius-lg);
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.levy-book h2,
.levy-author h2,
.levy-contact h2 {
  font-size: clamp(42px, 5.6vw, 88px);
  margin-bottom: 22px;
}

.levy-book p,
.levy-author p,
.levy-contact p {
  max-width: 850px;
}

/* SOBRE LIVRO */
.levy-book {
  background:
    radial-gradient(circle at 85% 20%, rgba(212,161,95,.10), transparent 28%),
    var(--levy-black) !important;
}

/* AUTOR */
.levy-author {
  background:
    radial-gradient(circle at 12% 30%, rgba(109,36,27,.20), transparent 34%),
    var(--levy-black) !important;
}

.levy-author .et_pb_row {
  display: flex;
  align-items: center;
}

.levy-author-photo img {
  width: 100%;
  border-radius: var(--levy-radius-lg);
  box-shadow:
    0 34px 90px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.12);
  filter: saturate(.92) contrast(1.04);
}

/* FRASE IMPACTO */
.levy-quote {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.levy-quote .et_pb_row {
  padding: clamp(46px, 7vw, 110px) !important;
  border-radius: var(--levy-radius-lg);
  background:
    radial-gradient(circle at 18% 20%, rgba(212,161,95,.20), transparent 32%),
    linear-gradient(135deg, #21120d, #070707 62%, #120d0b);
  border: 1px solid rgba(212,161,95,.20);
  box-shadow: var(--levy-shadow);
}

.levy-quote p,
.levy-quote h2,
.levy-quote h3 {
  color: #fff !important;
  font-size: clamp(42px, 6.5vw, 106px);
  line-height: .98;
  letter-spacing: -.075em;
  text-align: center;
  margin: 0 auto;
  max-width: 1120px;
}

/* CONTATO */
.levy-contact {
  padding-bottom: 90px !important;
}

.levy-contact .et_pb_row {
  background:
    linear-gradient(145deg, rgba(212,161,95,.12), rgba(255,255,255,.03));
}

/* Remove respiros herdados exagerados do Divi */
.levy-hero .et_pb_module,
.levy-book .et_pb_module,
.levy-author .et_pb_module,
.levy-quote .et_pb_module,
.levy-contact .et_pb_module {
  margin-bottom: 24px;
}

.levy-quote .et_pb_module:last-child,
.levy-hero .et_pb_module:last-child,
.levy-book .et_pb_module:last-child,
.levy-author .et_pb_module:last-child,
.levy-contact .et_pb_module:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 980px) {
  .levy-hero {
    min-height: auto;
    padding-top: 72px !important;
    padding-bottom: 54px !important;
  }

  .levy-hero::before {
    inset: 14px;
    border-radius: 24px;
  }

  .levy-hero .et_pb_row,
  .levy-author .et_pb_row {
    display: block;
  }

  .levy-hero-card,
  .levy-hero .et_pb_text {
    padding: 26px;
    border-radius: 24px;
  }

  .levy-hero h1,
  .levy-hero h2 {
    font-size: clamp(46px, 15vw, 74px);
  }

  .levy-cover img {
    max-height: 440px;
    margin-top: 34px;
    transform: none;
  }

  .levy-book,
  .levy-author,
  .levy-quote,
  .levy-contact {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .levy-book .et_pb_row,
  .levy-author .et_pb_row,
  .levy-contact .et_pb_row,
  .levy-quote .et_pb_row {
    width: min(100% - 24px, 720px) !important;
    padding: 28px !important;
    border-radius: 24px;
  }

  .levy-book h2,
  .levy-author h2,
  .levy-contact h2 {
    font-size: clamp(38px, 11vw, 58px);
  }

  .levy-hero p,
  .levy-book p,
  .levy-author p,
  .levy-contact p {
    font-size: 16px;
    line-height: 1.66;
  }

  .levy-author-photo img {
    margin-bottom: 28px;
  }

  .levy-quote p,
  .levy-quote h2,
  .levy-quote h3 {
    font-size: clamp(36px, 12vw, 62px);
  }
}

/* Páginas internas — Livro / Autor / Contato */

.levy-book-hero,
.levy-synopsis,
.levy-themes,
.levy-book-cta,
.levy-author-page,
.levy-contact-page {
  background: var(--levy-black) !important;
  position: relative;
  overflow: hidden;
}

.levy-book-hero {
  min-height: 78vh;
  padding-top: 96px !important;
  padding-bottom: 70px !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(212,161,95,.20), transparent 30%),
    linear-gradient(135deg, #050505 0%, #111014 55%, #070707 100%) !important;
}

.levy-book-hero .et_pb_row,
.levy-synopsis .et_pb_row,
.levy-themes .et_pb_row,
.levy-book-cta .et_pb_row,
.levy-author-page .et_pb_row,
.levy-contact-page .et_pb_row {
  width: min(1440px, 92vw) !important;
  max-width: 1440px !important;
}

.levy-book-hero .et_pb_row {
  display: flex;
  align-items: center;
  gap: 42px;
}

.levy-book-hero h1,
.levy-book-hero h2,
.levy-synopsis h2,
.levy-themes h2,
.levy-book-cta h2,
.levy-author-page h2,
.levy-contact-page h2 {
  color: var(--levy-text) !important;
  font-size: clamp(42px, 5.8vw, 92px);
  line-height: .94;
  letter-spacing: -.065em;
}

.levy-book-hero p,
.levy-synopsis p,
.levy-themes p,
.levy-book-cta p,
.levy-author-page p,
.levy-contact-page p {
  color: var(--levy-muted) !important;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.75;
}

.levy-synopsis,
.levy-themes,
.levy-book-cta {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.levy-synopsis .et_pb_row,
.levy-themes .et_pb_row,
.levy-book-cta .et_pb_row {
  padding: clamp(30px, 5vw, 72px) !important;
  border: 1px solid var(--levy-line);
  border-radius: var(--levy-radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.levy-themes .et_pb_column {
  padding: 26px;
  border: 1px solid var(--levy-soft-line);
  border-radius: var(--levy-radius-md);
  background: rgba(255,255,255,.045);
}

.levy-book-cta {
  padding-bottom: 90px !important;
}

.levy-book-cta .et_pb_row {
  background:
    radial-gradient(circle at 18% 20%, rgba(212,161,95,.20), transparent 32%),
    linear-gradient(135deg, #21120d, #070707 62%, #120d0b);
  border-color: rgba(212,161,95,.20);
}

@media (max-width: 980px) {
  .levy-book-hero {
    min-height: auto;
    padding-top: 64px !important;
    padding-bottom: 44px !important;
  }

  .levy-book-hero .et_pb_row {
    display: block;
  }

  .levy-synopsis .et_pb_row,
  .levy-themes .et_pb_row,
  .levy-book-cta .et_pb_row {
    width: min(100% - 24px, 720px) !important;
    padding: 28px !important;
    border-radius: 24px;
  }

  .levy-themes .et_pb_column {
    margin-bottom: 18px;
  }
}

/* Página Autor */

.levy-author-memory,
.levy-author-cta {
  background: var(--levy-black) !important;
  position: relative;
  overflow: hidden;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.levy-author-memory .et_pb_row,
.levy-author-cta .et_pb_row {
  width: min(1440px, 92vw) !important;
  max-width: 1440px !important;
  padding: clamp(30px, 5vw, 72px) !important;
  border: 1px solid var(--levy-line);
  border-radius: var(--levy-radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.levy-author-memory h2,
.levy-author-cta h2 {
  color: var(--levy-text) !important;
  font-size: clamp(42px, 5.6vw, 86px);
  line-height: .94;
  letter-spacing: -.065em;
}

.levy-author-memory p,
.levy-author-cta p {
  color: var(--levy-muted) !important;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.75;
  max-width: 900px;
}

.levy-author-cta .et_pb_row {
  background:
    radial-gradient(circle at 18% 20%, rgba(212,161,95,.20), transparent 32%),
    linear-gradient(135deg, #21120d, #070707 62%, #120d0b);
  border-color: rgba(212,161,95,.20);
}

@media (max-width: 980px) {
  .levy-author-memory,
  .levy-author-cta {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .levy-author-memory .et_pb_row,
  .levy-author-cta .et_pb_row {
    width: min(100% - 24px, 720px) !important;
    padding: 28px !important;
    border-radius: 24px;
  }
}

/* Página Autor */

.levy-author-memory,
.levy-author-cta {
  background: var(--levy-black) !important;
  position: relative;
  overflow: hidden;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.levy-author-memory .et_pb_row,
.levy-author-cta .et_pb_row {
  width: min(1440px, 92vw) !important;
  max-width: 1440px !important;
  padding: clamp(30px, 5vw, 72px) !important;
  border: 1px solid var(--levy-line);
  border-radius: var(--levy-radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.levy-author-memory h2,
.levy-author-cta h2 {
  color: var(--levy-text) !important;
  font-size: clamp(42px, 5.6vw, 86px);
  line-height: .94;
  letter-spacing: -.065em;
}

.levy-author-memory p,
.levy-author-cta p {
  color: var(--levy-muted) !important;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.75;
  max-width: 900px;
}

.levy-author-cta .et_pb_row {
  background:
    radial-gradient(circle at 18% 20%, rgba(212,161,95,.20), transparent 32%),
    linear-gradient(135deg, #21120d, #070707 62%, #120d0b);
  border-color: rgba(212,161,95,.20);
}

@media (max-width: 980px) {
  .levy-author-memory,
  .levy-author-cta {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .levy-author-memory .et_pb_row,
  .levy-author-cta .et_pb_row {
    width: min(100% - 24px, 720px) !important;
    padding: 28px !important;
    border-radius: 24px;
  }
}

/* Página Contato */

.levy-contact-grid,
.levy-contact-cta {
  background: var(--levy-black) !important;
  position: relative;
  overflow: hidden;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.levy-contact-grid .et_pb_row,
.levy-contact-cta .et_pb_row {
  width: min(1440px, 92vw) !important;
  max-width: 1440px !important;
  padding: clamp(30px, 5vw, 72px) !important;
  border: 1px solid var(--levy-line);
  border-radius: var(--levy-radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.levy-contact-grid .et_pb_column {
  padding: 28px;
  border: 1px solid var(--levy-soft-line);
  border-radius: var(--levy-radius-md);
  background: rgba(255,255,255,.045);
}

.levy-contact-grid h2,
.levy-contact-grid h3,
.levy-contact-cta h2,
.levy-contact-cta h3 {
  color: var(--levy-text) !important;
  letter-spacing: -.045em;
}

.levy-contact-grid p,
.levy-contact-cta p {
  color: var(--levy-muted) !important;
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.75;
}

.levy-contact-cta {
  padding-bottom: 90px !important;
}

.levy-contact-cta .et_pb_row {
  background:
    radial-gradient(circle at 18% 20%, rgba(212,161,95,.20), transparent 32%),
    linear-gradient(135deg, #21120d, #070707 62%, #120d0b);
  border-color: rgba(212,161,95,.20);
}

@media (max-width: 980px) {
  .levy-contact-grid,
  .levy-contact-cta {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .levy-contact-grid .et_pb_row,
  .levy-contact-cta .et_pb_row {
    width: min(100% - 24px, 720px) !important;
    padding: 28px !important;
    border-radius: 24px;
  }

  .levy-contact-grid .et_pb_column {
    margin-bottom: 18px;
  }
}

/* Footer minimalista — apenas barra de créditos */

#main-footer {
  background: #050505 !important;
  border-top: 1px solid rgba(255,255,255,.10);
}

#footer-widgets,
#et-footer-nav {
  display: none !important;
}

#footer-bottom {
  background: #050505 !important;
  padding: 18px 0 !important;
}

#footer-info {
  float: none !important;
  width: 100%;
  text-align: center;
  color: rgba(244,239,232,.58) !important;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .01em;
}

#footer-info a {
  color: rgba(244,239,232,.82) !important;
  font-weight: 600;
  text-decoration: none;
}

#footer-info a:hover {
  color: #d4a15f !important;
}

#footer-bottom .et-social-icons {
  display: none !important;
}

@media (max-width: 980px) {
  #footer-bottom {
    padding: 16px 18px !important;
  }

  #footer-info {
    font-size: 12px;
  }
}

/* Header — título textual no lugar do logo */

#main-header {
  background: rgba(5, 5, 5, .88) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: none !important;
}

#main-header #logo {
  display: none !important;
}

#main-header .logo_container a::before {
  content: "Amores Suficientes";
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #f4efe8;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

#main-header .logo_container a:hover::before {
  color: #d4a15f;
}

#top-menu li a {
  color: rgba(244,239,232,.72) !important;
  font-weight: 650;
  letter-spacing: -.01em;
}

#top-menu li a:hover,
#top-menu li.current-menu-item > a {
  color: #d4a15f !important;
}

.mobile_menu_bar::before {
  color: #f4efe8 !important;
}

.et_mobile_menu {
  background: #090909 !important;
  border-top: 1px solid rgba(212,161,95,.30) !important;
}

.et_mobile_menu li a {
  color: rgba(244,239,232,.82) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

@media (max-width: 980px) {
  #main-header .logo_container a::before {
    font-size: 22px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Header — título textual robusto */

#main-header {
  background: rgba(5, 5, 5, .90) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: none !important;
}

#main-header #logo {
  display: none !important;
}

#main-header .logo_container {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

#main-header .levy-text-logo {
  display: inline-flex !important;
  align-items: center;
  height: 100%;
  color: #f4efe8 !important;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

#main-header .levy-text-logo:hover {
  color: #d4a15f !important;
}

#top-menu li a {
  color: rgba(244,239,232,.72) !important;
  font-weight: 650;
  letter-spacing: -.01em;
}

#top-menu li a:hover,
#top-menu li.current-menu-item > a {
  color: #d4a15f !important;
}

.mobile_menu_bar::before {
  color: #f4efe8 !important;
}

.et_mobile_menu {
  background: #090909 !important;
  border-top: 1px solid rgba(212,161,95,.30) !important;
}

.et_mobile_menu li a {
  color: rgba(244,239,232,.82) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

@media (max-width: 980px) {
  #main-header .levy-text-logo {
    font-size: 22px;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Header claro — contraste com landing dark */

#main-header {
  background: rgba(255, 250, 242, .96) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 34px rgba(0,0,0,.10) !important;
}

#main-header #logo {
  display: none !important;
}

#main-header .logo_container {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

#main-header .levy-text-logo {
  display: inline-flex !important;
  align-items: center;
  height: 100%;
  color: #18110e !important;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

#main-header .levy-text-logo:hover {
  color: #8a5a3c !important;
}

#top-menu li a {
  color: rgba(24,17,14,.76) !important;
  font-weight: 700;
  letter-spacing: -.01em;
}

#top-menu li a:hover,
#top-menu li.current-menu-item > a {
  color: #8a5a3c !important;
}

.mobile_menu_bar::before {
  color: #18110e !important;
}

.et_mobile_menu {
  background: #fffaf2 !important;
  border-top: 1px solid rgba(138,90,60,.28) !important;
}

.et_mobile_menu li a {
  color: rgba(24,17,14,.84) !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

@media (max-width: 980px) {
  #main-header .levy-text-logo {
    font-size: 22px;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Correção definitiva — título textual clicável no lugar do logo Divi */

#main-header #logo {
  display: none !important;
}

#main-header .logo_container {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  z-index: 20;
}

#main-header .logo_container a {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

#main-header .logo_container a::before {
  content: "Amores Suficientes";
  display: inline-flex !important;
  align-items: center !important;
  color: #18110e !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.055em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#main-header .logo_container a:hover::before {
  color: #8a5a3c !important;
}

/* Caso o JS tenha criado o logo textual, também deixa visível */
#main-header .levy-text-logo {
  color: #18110e !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.055em !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  #main-header .logo_container a::before,
  #main-header .levy-text-logo {
    font-size: 22px !important;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Correção definitiva — título textual clicável no lugar do logo Divi */

#main-header #logo {
  display: none !important;
}

#main-header .logo_container {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  z-index: 20;
}

#main-header .logo_container a {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

#main-header .logo_container a::before {
  content: "Amores Suficientes";
  display: inline-flex !important;
  align-items: center !important;
  color: #18110e !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.055em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#main-header .logo_container a:hover::before {
  color: #8a5a3c !important;
}

/* Caso o JS tenha criado o logo textual, também deixa visível */
#main-header .levy-text-logo {
  color: #18110e !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.055em !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  #main-header .logo_container a::before,
  #main-header .levy-text-logo {
    font-size: 22px !important;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Header claro com título textual real */

#main-header {
  background: rgba(255, 250, 242, .96) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 34px rgba(0,0,0,.10) !important;
}

#main-header #logo,
#main-header .logo_container {
  display: none !important;
}

#main-header .container {
  position: relative;
}

#main-header .levy-header-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: inline-flex !important;
  align-items: center;
  color: #18110e !important;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

#main-header .levy-header-title:hover {
  color: #8a5a3c !important;
}

#et-top-navigation {
  padding-left: 280px !important;
}

#top-menu li a {
  color: rgba(24,17,14,.76) !important;
  font-weight: 700;
  letter-spacing: -.01em;
}

#top-menu li a:hover,
#top-menu li.current-menu-item > a {
  color: #8a5a3c !important;
}

.mobile_menu_bar::before {
  color: #18110e !important;
}

.et_mobile_menu {
  background: #fffaf2 !important;
  border-top: 1px solid rgba(138,90,60,.28) !important;
}

.et_mobile_menu li a {
  color: rgba(24,17,14,.84) !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
}

@media (max-width: 980px) {
  #main-header .levy-header-title {
    font-size: 22px;
    left: 0;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #et-top-navigation {
    padding-left: 0 !important;
  }
}
