/* ============================================
   SECTIONS - Layout de cada secao da LP
   ILPI Lucrativa | Premium Design System
   ============================================ */

/* === HERO - Apple-style Premium === */

/* Logo texto */
.hero__logo {
  text-align: center;
  padding: var(--space-xl) 0 var(--space-3xl);
}
.hero__logo-text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35em;
  margin-bottom: 4px;
}
.hero__logo-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-branco-off);
  letter-spacing: 0.04em;
}
.hero__logo-name--gold {
  color: var(--color-dourado-claro);
}
.hero__logo-tag {
  display: block;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  color: rgba(245, 245, 240, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-align: center;
}

/* Grid hero */
.hero {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xl);
  position: relative;
  z-index: var(--z-base);
}

/* Copy esquerda */
.hero__content {
  max-width: 540px;
}
.hero__badge {
  margin-bottom: var(--space-lg);
}
.hero__h1 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.01em;
  color: var(--color-branco-off);
  margin-bottom: var(--space-lg);
}
.hero__desc {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.75);
  margin-bottom: var(--space-xl);
}
.hero__bullets {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.hero__bullet {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: rgba(245, 245, 240, 0.85);
}
.hero__bullet .icon {
  stroke: var(--color-dourado-claro);
  flex-shrink: 0;
}

/* Coluna direita */
.hero__right {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: center;
}

/* ===== EBOOK COVER (CSS puro, visual premium) ===== */
.hero__mockup {
  display: flex;
  justify-content: center;
  position: relative;
}

.ebook-cover {
  position: relative;
  width: 200px;
  height: 280px;
  transform: perspective(1200px) rotateY(-8deg) rotateX(2deg);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.35));
}
.ebook-cover:hover {
  transform: perspective(1200px) rotateY(-2deg) rotateX(0deg);
  filter: drop-shadow(0 35px 70px rgba(0,0,0,0.4));
}

/* Lombada */
.ebook-cover__spine {
  position: absolute;
  left: -10px;
  top: 3px;
  bottom: 3px;
  width: 14px;
  background: linear-gradient(180deg, #9A843D 0%, #C6A75E 30%, #B8984E 70%, #9A843D 100%);
  border-radius: 3px 0 0 3px;
  z-index: 1;
  box-shadow: -2px 0 8px rgba(0,0,0,0.3);
}

/* Capa frontal */
.ebook-cover__front {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, #0F2847 0%, #0B1F3E 40%, #071428 100%);
  border: 1px solid rgba(198, 167, 94, 0.25);
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 28px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}

/* Brilho sutil no canto */
.ebook-cover__front::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -30%;
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(198, 167, 94, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

.ebook-cover__badge-top {
  font-family: var(--font-body);
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-dourado-claro);
  background: rgba(198, 167, 94, 0.12);
  border: 1px solid rgba(198, 167, 94, 0.20);
  border-radius: 3px;
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 20px;
  align-self: flex-start;
}

.ebook-cover__icon {
  color: var(--color-dourado-claro);
  margin-bottom: 16px;
  opacity: 0.7;
}

.ebook-cover__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-dourado-claro);
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.ebook-cover__divider {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-dourado), transparent);
  margin-bottom: 12px;
}

.ebook-cover__subtitle {
  font-family: var(--font-body);
  font-size: 0.625rem;
  color: rgba(245, 245, 240, 0.50);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.ebook-cover__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 12px;
  border-top: 1px solid rgba(198, 167, 94, 0.10);
}

.ebook-cover__brand {
  font-family: var(--font-body);
  font-size: 0.5625rem;
  font-weight: var(--font-weight-semibold);
  color: rgba(198, 167, 94, 0.60);
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.ebook-cover__year {
  font-family: var(--font-body);
  font-size: 0.5625rem;
  color: rgba(245, 245, 240, 0.25);
}

/* Glow atras do ebook */
.hero__mockup::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(198, 167, 94, 0.10) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}

/* ===== FORM (mais largo, elegante) ===== */
.hero__form {
  width: 100%;
  max-width: 480px;
  padding: var(--space-2xl) var(--space-xl);
  background: rgba(11, 31, 62, 0.55);
  border: 1px solid rgba(198, 167, 94, 0.10);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero__form-title {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-dourado-claro);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: var(--space-xl);
  opacity: 0.9;
}

/* ===== RESPONSIVE HERO ===== */
@media (min-width: 768px) {
  .hero__h1 { font-size: 2.125rem; }
  .ebook-cover { width: 230px; height: 320px; }
  .ebook-cover__title { font-size: 1.25rem; }
  .hero__form { max-width: 480px; padding: var(--space-2xl); }
}

@media (min-width: 1024px) {
  .hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: var(--space-3xl);
    align-items: start;
  }
  .hero__h1 {
    font-size: 2.375rem;
    line-height: 1.15;
  }
  .hero__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2xl);
    position: sticky;
    top: var(--space-xl);
  }
  .ebook-cover { width: 210px; height: 295px; }
  .hero__form { max-width: 420px; }
  .hero__logo { text-align: left; }
  .hero__logo-text { justify-content: flex-start; }
  .hero__logo-tag { text-align: left; }
}

@media (min-width: 1440px) {
  .hero__h1 { font-size: 2.625rem; }
  .ebook-cover { width: 230px; height: 320px; }
  .hero__form { max-width: 460px; padding: var(--space-2xl) var(--space-2xl); }
}

/* --- SECTION HERO BACKGROUND --- */
.section--hero {
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

/* Pattern sutil de dots no fundo do hero */
.section--hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(198, 167, 94, 0.04) 1px, transparent 0);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

/* Gradient overlay no bottom do hero */
.section--hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, transparent 0%, var(--color-azul-profundo) 100%);
  pointer-events: none;
  z-index: 0;
}

.section--hero > * {
  position: relative;
  z-index: var(--z-base);
}

/* --- SEPARADOR ENTRE SECOES --- */
.section-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(198, 167, 94, 0.25) 50%, transparent 100%);
  border: none;
  margin: 0;
}

/* --- STATS BAR PREMIUM --- */
.stats-bar {
  padding-block: var(--space-2xl);
  position: relative;
}

.stats-bar .stat-number {
  text-shadow: 0 0 24px rgba(198, 167, 94, 0.20);
}

@media (min-width: 768px) {
  .stats-bar { padding-block: var(--space-3xl); }
}

/* --- PAIN / DOR PREMIUM --- */
.section--pain {
  background: var(--gradient-section-subtle);
  position: relative;
}

/* Gradiente diagonal sutil na secao de dor */
.section--pain::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(7, 20, 40, 0.4) 0%, transparent 40%, transparent 60%, rgba(7, 20, 40, 0.3) 100%);
  pointer-events: none;
}

.pain__opener {
  max-width: 680px;
  margin: 0 auto var(--space-2xl);
}

.pain__opener p {
  margin-bottom: var(--space-lg);
  font-style: italic;
  color: rgba(245, 245, 240, 0.90);
  line-height: 1.75;
}

.pain__opener em {
  color: var(--color-dourado-claro);
  font-style: italic;
}

.pain__checklist {
  max-width: 720px;
  margin: 0 auto;
}

.pain__transition {
  max-width: 680px;
  margin: var(--space-2xl) auto 0;
  padding-top: var(--space-2xl);
  border-top: 1px solid rgba(198, 167, 94, 0.12);
  text-align: center;
}

.pain__transition p {
  font-size: 1.125rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-dourado-claro);
  font-style: italic;
  line-height: 1.5;
}

.pain__bridge {
  max-width: 680px;
  margin: var(--space-xl) auto 0;
}

.pain__bridge p {
  margin-bottom: var(--space-lg);
  color: rgba(245, 245, 240, 0.90);
  line-height: 1.75;
}

.pain__bridge strong {
  color: var(--color-dourado-claro);
}

/* --- BENEFITS PREMIUM --- */
.benefits__header {
  text-align: center;
  margin-bottom: var(--space-3xl);
}

.benefits__header .heading-section {
  margin-bottom: var(--space-lg);
}

.benefits__cards {
  margin-bottom: var(--space-3xl);
}

.benefits__bullets {
  max-width: 720px;
  margin: 0 auto var(--space-3xl);
}

.benefits__bullets p {
  margin-bottom: var(--space-lg);
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.90);
}

.benefits__bullets strong {
  color: var(--color-dourado-claro);
  font-weight: var(--font-weight-semibold);
}

.benefits__cta {
  text-align: center;
}

.benefits__cta .micro-copy {
  margin-top: var(--space-lg);
}

/* --- AUTHORITY PREMIUM --- */
.authority {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
}

.authority__photo-wrapper {
  text-align: center;
  position: relative;
}

/* Glow dourado ao redor da foto */
.authority__photo-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: radial-gradient(ellipse at center, rgba(198, 167, 94, 0.08) 0%, transparent 65%);
  pointer-events: none;
  border-radius: var(--radius-xl);
}

.authority__photo {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  box-shadow:
    var(--shadow-lg),
    0 0 0 1px rgba(198, 167, 94, 0.15);
  position: relative;
  z-index: var(--z-base);
}

.authority__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-branco-off);
  margin-bottom: var(--space-xs);
  letter-spacing: 0.02em;
}

.authority__title {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-dourado-claro);
  margin-bottom: var(--space-xl);
  letter-spacing: 0.03em;
}

.authority__bio p {
  margin-bottom: var(--space-lg);
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.88);
}

.authority__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-xl);
}

.authority__quote {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-style: italic;
  color: var(--color-dourado-claro);
  margin-top: var(--space-xl);
  border-left: 3px solid var(--color-dourado);
  padding-left: var(--space-lg);
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .authority {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: var(--space-3xl);
    align-items: start;
  }
}

/* --- PROOF / PROVA SOCIAL PREMIUM --- */
.proof {
  text-align: center;
}

.proof__header {
  margin-bottom: var(--space-2xl);
}

.proof__header .heading-section {
  font-style: italic;
}

.proof__copy {
  max-width: 680px;
  margin: 0 auto var(--space-2xl);
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.88);
}

.proof__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-md);
}

/* --- CTA BOTTOM PREMIUM --- */
.section--cta-bottom {
  background: var(--gradient-cta-bg);
  position: relative;
  overflow: hidden;
}

/* Pattern sutil de dots no CTA bottom */
.section--cta-bottom::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(198, 167, 94, 0.03) 1px, transparent 0);
  background-size: 48px 48px;
  pointer-events: none;
}

.section--cta-bottom > * {
  position: relative;
  z-index: var(--z-base);
}

.cta-bottom {
  text-align: center;
}

.cta-bottom__header {
  margin-bottom: var(--space-2xl);
}

.cta-bottom__header .heading-section {
  margin-bottom: var(--space-lg);
}

.cta-bottom__form {
  max-width: 460px;
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-xl);
  background: var(--glass-bg);
  border: var(--glass-border);
  border-radius: var(--radius-xl);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* --- FAQ PREMIUM --- */
.faq-section {
  max-width: 780px;
  margin: 0 auto;
}

.faq-section__header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

/* --- FOOTER PREMIUM --- */
.footer {
  padding: var(--space-3xl) 20px var(--space-2xl);
  text-align: center;
  position: relative;
}

/* Linha dourada fina no topo do footer */
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 600px);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(198, 167, 94, 0.25) 50%, transparent 100%);
}

.footer__logo {
  max-width: 120px;
  margin: 0 auto var(--space-lg);
  opacity: 0.9;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  margin-bottom: var(--space-lg);
}

.footer__links a {
  color: var(--color-cinza-texto);
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  transition: color var(--transition-normal);
}

.footer__links a:hover {
  color: var(--color-dourado-claro);
}

.footer__social {
  margin-top: var(--space-lg);
}

.footer__social a {
  color: var(--color-dourado-claro);
  font-size: 0.875rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.02em;
}

.footer__copyright {
  font-size: 0.75rem;
  color: rgba(160, 160, 160, 0.7);
  margin-top: var(--space-lg);
  letter-spacing: 0.02em;
}
