/* Start custom CSS *//* ==========================================================================
   BLINDAGEM CONTRA O TEMA WORDPRESS/ELEMENTOR — não espalhar !important fora daqui
   ========================================================================== */
html { background-color: #5A1719; }
html, body, body.elementor-page { background-color: #5A1719 !important; margin:0 !important; padding:0 !important; overflow-x:hidden; }
.elementor .e-con, .elementor .e-con-inner, .elementor .elementor-element, .elementor .elementor-widget-container, .elementor-section, .elementor-container { padding:0 !important; margin:0 !important; max-width:100% !important; }
.lp-body h1, .lp-body h2, .lp-body h3, .lp-body h4 { color: var(--lp-heading) !important; }
.lp-body a, .lp-body a:link, .lp-body a:visited, .lp-body a:hover, .lp-body a:active { color: inherit; text-decoration: none; }
.lp-body a.lp-link, .lp-body a.lp-link:visited { color: var(--lp-accent) !important; }
.lp-body a.lp-btn--accent, .lp-body a.lp-btn--accent:visited, .lp-body a.lp-btn--accent:hover { color: var(--lp-primary-darker) !important; }
.lp-body a.lp-btn--outline, .lp-body a.lp-btn--outline:visited, .lp-body a.lp-btn--outline:hover { color: #7A1E2C !important; }
.lp-body a.lp-btn--ghost, .lp-body a.lp-btn--ghost:visited, .lp-body a.lp-btn--ghost:hover { color: var(--lp-heading) !important; }
.lp-body .lp-cta-final a.lp-btn--accent, .lp-body .lp-cta-final a.lp-btn--accent:visited, .lp-body .lp-cta-final a.lp-btn--accent:hover { color: #FFFFFF !important; }
.lp-body .lp-faq__question, .lp-body .lp-faq__question:active { background-color: transparent !important; }
.lp-body .lp-faq__question:hover, .lp-body .lp-faq__question:focus, .lp-body .lp-faq__question:focus-visible { background-color: rgba(122,30,44,0.08) !important; }
.lp-body .lp-faq__question, .lp-body .lp-faq__question:hover, .lp-body .lp-faq__question:focus, .lp-body .lp-faq__question:focus-visible, .lp-body .lp-faq__question:active { color: var(--lp-heading) !important; }
.lp-body img { max-width:100%; height:auto; display:block; }
.lp-header__inner .lp-header__logo-img { height:40px; width:auto; max-width:none; }
.lp-footer__brand .lp-footer__logo { height:36px; width:auto; max-width:none; }

/* ==========================================================================
   VARIÁVEIS
   ========================================================================== */
:root {
  --lp-primary:      #9B2A2C;
  --lp-primary-dark: #5A1719;
  --lp-primary-darker: #430F11;
  --lp-accent:       #E8B84B;
  --lp-heading:      #FFFFFF;
  --lp-text:         #F5EDEA;
  --lp-muted:        #D9B9B8;

  --lp-font-heading: 'Playfair Display', serif;
  --lp-font-body: 'Inter', sans-serif;

  --lp-radius: 18px;
  --lp-gap-mobile: 64px;
  --lp-gap-desktop: 112px;

  --lp-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

/* ==========================================================================
   BASE
   ========================================================================== */
.lp-body {
  font-family: var(--lp-font-body);
  color: var(--lp-text);
  background-color: var(--lp-primary-dark);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.lp-body * { box-sizing: border-box; }

.lp-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 700;
  color: var(--lp-accent);
  margin: 0 0 12px;
}

.lp-heading-lg {
  font-family: var(--lp-font-heading);
  font-weight: 800;
  color: var(--lp-heading);
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 32px;
  max-width: 720px;
}

.lp-heading-md {
  font-family: var(--lp-font-heading);
  font-weight: 700;
  color: var(--lp-heading);
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.lp-highlight { color: var(--lp-accent); }

.lp-pixel-noscript { display: none; }

/* ==========================================================================
   BOTÕES
   ========================================================================== */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.lp-btn--accent {
  background-color: var(--lp-accent);
  color: var(--lp-primary-darker);
}
.lp-btn--accent:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(232,184,75,0.35); }

.lp-btn--outline {
  background-color: transparent;
  border-color: #7A1E2C;
  color: #7A1E2C;
}
.lp-btn--outline:hover { background-color: rgba(122,30,44,0.08); transform: translateY(-2px); }

.lp-btn--ghost {
  background-color: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.35);
  color: var(--lp-heading);
}
.lp-btn--ghost:hover { background-color: rgba(255,255,255,0.16); }

.lp-btn--lg { padding: 16px 32px; font-size: 17px; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.lp-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background-color: var(--lp-primary);
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
  transition: padding 0.2s ease;
}

.lp-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-header__logo-img { object-fit: contain; }

.lp-nav__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}

.lp-nav__link {
  font-weight: 600;
  font-size: 15px;
  color: var(--lp-heading);
  padding: 8px 0;
  position: relative;
}
.lp-nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background-color: var(--lp-accent);
  transition: width 0.2s ease;
}
.lp-nav__link:hover::after { width: 100%; }

.lp-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lp-header__phone {
  display: none;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: var(--lp-heading);
}
.lp-header__phone .lp-icon { width: 20px; height: 20px; color: var(--lp-accent); }

.lp-header__cta { display: none; white-space: nowrap; }

.lp-nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.lp-nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--lp-heading);
  margin: 0 auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lp-nav--open .lp-nav__list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--lp-primary);
  padding: 12px 20px 20px;
  gap: 4px;
  box-shadow: 0 12px 20px rgba(0,0,0,0.25);
}
.lp-nav--open .lp-nav__link { display: block; padding: 12px 0; }

/* ==========================================================================
   HERO
   ========================================================================== */
.lp-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--lp-primary);
  padding-top: 90px;
}

.lp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

@media (min-width: 768px) {
  .lp-hero__bg img { object-position: center top; }
}

.lp-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 100%);
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  padding: 48px 20px;
  text-align: left;
}

.lp-hero__title {
  font-family: var(--lp-font-heading);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  color: var(--lp-heading);
  margin: 0 0 20px;
  max-width: 780px;
}

.lp-hero__subtitle {
  font-size: 17px;
  color: var(--lp-text);
  margin: 0 0 32px;
  max-width: 620px;
}

.lp-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

/* ==========================================================================
   STATS BAR
   ========================================================================== */
.lp-stats {
  background-color: var(--lp-primary-darker);
  padding: 32px 0;
}
.lp-stats__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}
.lp-stat__number {
  display: block;
  font-family: var(--lp-font-heading);
  font-size: 34px;
  font-weight: 800;
  color: var(--lp-accent);
}
.lp-stat__label {
  display: block;
  font-size: 13px;
  color: var(--lp-muted);
  margin-top: 4px;
}

/* ==========================================================================
   SEÇÕES GENÉRICAS
   ========================================================================== */
section:not(.lp-hero):not(.lp-stats) {
  padding: var(--lp-gap-mobile) 0;
}

.lp-pain { background-color: var(--lp-primary-dark); position: relative; }
.lp-mechanism { background-color: var(--lp-primary-darker); position: relative; }
.lp-categories { background-color: var(--lp-primary-dark); }
.lp-how { background-color: var(--lp-primary-darker); }
.lp-social { background-color: var(--lp-primary-dark); }
.lp-faq { background-color: var(--lp-primary-darker); }
.lp-cta-final { background-color: var(--lp-primary-dark); }

/* Seções de conteúdo em fundo claro — só header, hero, CTA intermediário e footer
   continuam no vermelho da marca; todo o resto vira creme quente */
.lp-stats,
.lp-pain,
.lp-categories,
.lp-mechanism,
.lp-how,
.lp-social,
.lp-faq,
.lp-cta-final {
  --lp-heading: #7A1E2C;
  --lp-text: #3A2E2B;
  --lp-muted: #6B5652;
  background-color: #F7F0EA;
}

/* Nessas seções claras o dourado original (#E8B84B) quase desaparece sobre o creme —
   eyebrows e o ícone do FAQ usam um dourado bem mais escuro para continuar legíveis */
.lp-stats .lp-eyebrow,
.lp-pain .lp-eyebrow,
.lp-categories .lp-eyebrow,
.lp-mechanism .lp-eyebrow,
.lp-how .lp-eyebrow,
.lp-social .lp-eyebrow,
.lp-faq .lp-eyebrow,
.lp-cta-final .lp-eyebrow {
  color: #9C6B1F;
}

.lp-pain::before,
.lp-mechanism::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,184,75,0.18) 0%, rgba(232,184,75,0) 70%);
  pointer-events: none;
}

/* ==========================================================================
   PAIN CARDS
   ========================================================================== */
.lp-pain__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.lp-pain__card,
.lp-card,
.lp-faq__item {
  background-color: #FFFFFF;
  border: 1px solid rgba(232,184,75,0.35);
  border-radius: var(--lp-radius);
  box-shadow: 0 14px 32px rgba(90,23,25,0.12);
}

.lp-pain__card {
  padding: 28px;
}
.lp-pain__card h3 {
  font-family: var(--lp-font-heading);
  color: var(--lp-heading);
  font-size: 19px;
  margin: 0 0 10px;
}
.lp-pain__card p { color: var(--lp-text); margin: 0; }

/* ==========================================================================
   CATEGORY CARDS
   ========================================================================== */
.lp-categories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.lp-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(90,23,25,0.18), 0 0 0 1px rgba(232,184,75,0.5);
}
.lp-card__img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.lp-card__body { padding: 24px; }
.lp-card__body h3 {
  font-family: var(--lp-font-heading);
  color: var(--lp-heading);
  font-size: 20px;
  margin: 0 0 10px;
}
.lp-card__body p { color: var(--lp-text); margin: 0 0 18px; }

/* ==========================================================================
   MECANISMO
   ========================================================================== */
.lp-mechanism__inner { text-align: left; max-width: 780px; position: relative; z-index: 1; }
.lp-mechanism__text { font-size: 17px; color: var(--lp-text); margin: 0; }

/* ==========================================================================
   CTA INTERMEDIÁRIO
   ========================================================================== */
.lp-cta-mid {
  background-color: var(--lp-primary);
  text-align: center;
}
.lp-cta-mid__inner { max-width: 620px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.lp-cta-mid__inner p { color: var(--lp-text); margin: 0; }

/* ==========================================================================
   COMO FUNCIONA
   ========================================================================== */
.lp-how__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.lp-how__step { text-align: left; }
.lp-how__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(122,30,44,0.08);
  border: 1px solid var(--lp-accent);
  color: #7A1E2C;
  font-family: var(--lp-font-heading);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 14px;
}
.lp-how__step h3 { font-family: var(--lp-font-heading); color: var(--lp-heading); font-size: 18px; margin: 0 0 8px; }
.lp-how__step p { color: var(--lp-text); margin: 0; }

/* ==========================================================================
   PROVA SOCIAL
   ========================================================================== */
.lp-social__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}
.lp-social__number {
  display: block;
  font-family: var(--lp-font-heading);
  font-size: 40px;
  font-weight: 800;
  color: var(--lp-accent);
}
.lp-social__label { display: block; font-size: 13px; color: var(--lp-muted); margin-top: 6px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.lp-faq__list { display: flex; flex-direction: column; gap: 14px; }
.lp-faq__item { overflow: hidden; }
.lp-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 20px 22px;
  cursor: pointer;
  text-align: left;
  font-family: var(--lp-font-body);
  font-weight: 600;
  font-size: 16px;
  color: var(--lp-heading);
  min-height: 48px;
}
.lp-faq__icon { width: 20px; height: 20px; color: #7A1E2C; flex-shrink: 0; transition: transform 0.2s ease; }
.lp-faq__item[data-open="true"] .lp-faq__icon { transform: rotate(180deg); }

.lp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.lp-faq__answer p {
  color: var(--lp-text);
  margin: 0;
  padding: 0 22px 20px;
}

/* ==========================================================================
   CTA FINAL
   ========================================================================== */
.lp-cta-final__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.lp-cta-final__content p { color: var(--lp-text); }
.lp-cta-final__address {
  display: block;
  margin-top: 18px;
  font-style: normal;
  color: var(--lp-muted);
  font-size: 14px;
}
.lp-cta-final__map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
}

/* O dourado do botão some visualmente sobre o fundo creme desta seção —
   aqui o CTA usa o vermelho escuro da marca, com bom contraste sobre o creme */
.lp-cta-final .lp-btn--accent {
  background-color: #7A1E2C;
  color: #FFFFFF;
}
.lp-cta-final .lp-btn--accent:hover {
  box-shadow: 0 10px 24px rgba(122,30,44,0.35);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.lp-footer {
  background-color: var(--lp-primary-darker);
  padding: 48px 0 32px;
}
.lp-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-footer__brand p { color: var(--lp-muted); font-size: 14px; margin: 6px 0 0; }
.lp-footer__links { display: flex; flex-wrap: wrap; gap: 18px; }
.lp-footer__links .lp-link { font-size: 14px; font-weight: 600; }

/* ==========================================================================
   WHATSAPP FLUTUANTE
   ========================================================================== */
.lp-floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  animation: lp-pulse 2.4s infinite;
}
.lp-floating-whatsapp svg { width: 28px; height: 28px; }

@keyframes lp-pulse {
  0%   { box-shadow: 0 8px 20px rgba(0,0,0,0.35), 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 8px 20px rgba(0,0,0,0.35), 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 8px 20px rgba(0,0,0,0.35), 0 0 0 0 rgba(37,211,102,0); }
}

/* ==========================================================================
   REVEAL (estado inicial aplicado via JS, nunca estático)
   ========================================================================== */
.lp-reveal.lp-reveal--init {
  opacity: 0;
  transform: translateY(24px);
}

@media (prefers-reduced-motion: reduce) {
  .lp-floating-whatsapp { animation: none; }
  .lp-reveal.lp-reveal--init { opacity: 1; transform: none; }
}

/* ==========================================================================
   BREAKPOINT DESKTOP — 768px
   ========================================================================== */
@media (min-width: 768px) {
  .lp-nav__list { display: flex; }
  .lp-nav--open .lp-nav__list { position: static; flex-direction: row; padding: 0; box-shadow: none; background: transparent; }
  .lp-header__phone { display: flex; }
  .lp-header__cta { display: inline-flex; }
  .lp-nav__toggle { display: none; }

  .lp-hero__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.32) 48%, rgba(0,0,0,0) 74%);
  }
  .lp-hero__inner { padding-left: clamp(40px, 12vw, 220px); }
  .lp-hero__title { font-size: 44px; }
  .lp-hero__subtitle { font-size: 19px; }
  .lp-hero__actions { flex-direction: row; justify-content: flex-start; }

  .lp-heading-lg { font-size: 38px; margin-left: auto; margin-right: auto; text-align: center; }
  section:not(.lp-hero):not(.lp-stats) .lp-container > .lp-eyebrow { text-align: center; }
  section:not(.lp-hero):not(.lp-stats) { padding: var(--lp-gap-desktop) 0; }

  .lp-pain__grid { grid-template-columns: repeat(3, 1fr); }
  .lp-categories__grid { grid-template-columns: repeat(3, 1fr); }
  .lp-how__grid { grid-template-columns: repeat(3, 1fr); }

  .lp-mechanism__inner { text-align: center; margin-left: auto; margin-right: auto; }
  .lp-cta-final__grid { grid-template-columns: 1.1fr 1fr; }
  .lp-cta-final__map iframe { height: 100%; min-height: 360px; }
}

@media (min-width: 1024px) {
  .lp-categories__grid { grid-template-columns: repeat(3, 1fr); }
}/* End custom CSS */