.elementor-21 .elementor-element.elementor-element-d9e7cb5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d58a9b6 *//* RESET SIMPLES */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.6;
}

/* CONTAINERS E LAYOUT BÁSICO */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* CABEÇALHO */
.site-header {
  background: #000;
}

/* Barra de urgência / timer */
.timer {
  background: #f5c032;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
}

/* Topo com logo e nav */
.header-top {
  border-bottom: 1px solid #111;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Bebas Neue", system-ui, sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
}

.logo-mark {
  background: #f5c032;
  color: #000;
  padding: 4px 8px;
  border-radius: 4px;
}

.logo-text {
  color: #f5f5f5;
}

.main-nav {
  display: none;
  gap: 24px;
  font-size: 0.9rem;
}

.main-nav a {
  color: #ddd;
  text-decoration: none;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #f5c032;
  transition: width 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  width: 100%;
}

.main-nav a.nav-highlight {
  color: #f5c032;
}

/* HERO */
.hero {
  position: relative;
  padding: 80px 0;
  text-align: left;
  background: #000 url("https://via.placeholder.com/1600x900") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.6)
  );
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 640px;
}

.hero-tagline {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: #f5c032;
  margin-bottom: 8px;
}

h1,
h2,
h3 {
  font-family: "Bebas Neue", system-ui, sans-serif;
  letter-spacing: 0.06em;
}

h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 1rem;
  color: #f5f5f5;
  max-width: 540px;
}

.hero-ctas {
  margin-top: 24px;
}

.hero-secure {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #ccc;
}

/* BOTÕES / CTA */
.btn,
.cta-button {
  display: inline-block;
  margin-top: 0;
  padding: 14px 26px;
  background: #f5c032;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
}

.btn:hover,
.btn:focus-visible,
.cta-button:hover,
.cta-button:focus-visible {
  background: #ffd95a;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  outline: none;
}

.btn:focus-visible,
.cta-button:focus-visible {
  outline: 2px dashed #000;
  outline-offset: 3px;
}

/* SEÇÕES GENÉRICAS */
.section {
  padding: 64px 0;
}

.section.light {
  background: #f5f5f5;
  color: #000;
}

.section.dark {
  background: #050505;
  color: #fff;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.section p {
  font-size: 0.98rem;
}

/* Listas de dor */
.pain-list {
  list-style: none;
  margin-top: 12px;
}

.pain-list li {
  margin-bottom: 8px;
  font-size: 0.98rem;
}

/* CARDS DE TRANSFORMAÇÃO */
.cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.card {
  flex: 1;
  min-width: 0;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #ddd;
}

.section.dark .card {
  background: #111;
  border-color: #333;
}

.card.light {
  background: #ffffff;
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

/* DIFERENCIAL */
.pillars {
  margin-top: 10px;
  font-weight: 600;
}

/* MÓDULOS */
.modules-list {
  list-style: none;
  margin-top: 16px;
}

.modules-list li {
  margin-bottom: 14px;
  font-size: 0.96rem;
}

.modules-list span {
  display: block;
  font-size: 0.9rem;
  color: #333;
}

/* BÔNUS */
.bonus-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.bonus {
  border: 2px solid #f5c032;
  background: #111;
  padding: 18px;
  border-radius: 12px;
}

.bonus h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.bonus-value {
  font-size: 0.9rem;
  color: #f5c032;
  margin-bottom: 8px;
}

/* OFERTA */
.offer-section {
  text-align: left;
}

.offer-pricing {
  margin: 12px 0 20px;
}

.offer-value,
.offer-today {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}

.offer-value .label,
.offer-today .label {
  font-weight: 600;
}

.price-striked {
  text-decoration: line-through;
  opacity: 0.7;
}

.price-today {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f5c032;
}

.offer-tag {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ddd;
}

.offer-secure {
  font-size: 0.9rem;
  margin-top: 10px;
  color: #ccc;
}

/* FAQ */
.faq-list {
  margin-top: 16px;
}

.faq {
  margin-bottom: 10px;
  border-radius: 8px;
  background: #0c0c0c;
  padding: 10px 12px;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.faq summary::marker {
  content: "";
}

.faq summary::after {
  content: "+";
  float: right;
}

.faq[open] summary::after {
  content: "-";
}

.faq p {
  padding-top: 8px;
  font-size: 0.92rem;
  color: #e0e0e0;
}

/* CTA FINAL */
.cta-final {
  background: #0a1b3d;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.cta-final-inner h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.cta-final-inner p {
  margin: 8px 0;
}

.cta-note {
  font-size: 0.85rem;
  color: #d0d4e5;
}

/* RODAPÉ */
.site-footer {
  background: #000;
  border-top: 1px solid #111;
  padding: 14px 0;
  font-size: 0.85rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-nav a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.85rem;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #f5c032;
}

/* RESPONSIVIDADE */
@media (min-width: 640px) {
  .hero {
    padding: 100px 0;
  }

  h1 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .main-nav {
    display: flex;
  }

  .cards {
    flex-direction: row;
  }

  .bonus-grid {
    flex-direction: row;
  }

  .footer-inner {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .hero {
    padding: 120px 0 140px;
  }

  h1 {
    font-size: 3.4rem;
  }
}/* End custom CSS */