.elementor-2618 .elementor-element.elementor-element-b49776e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-2618 .elementor-element.elementor-element-b49776e{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:501px){.elementor-2618 .elementor-element.elementor-element-b49776e{--width:100%;}}@media(min-width:2400px){.elementor-2618 .elementor-element.elementor-element-b49776e{--width:100%;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:500px){.elementor-2618 .elementor-element.elementor-element-b49776e{--width:100%;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-2618 .elementor-element.elementor-element-3c6ed9a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3c6ed9a *//* =============================================
   DESIGN TOKENS — FATOR FEMINA
   ============================================= */
:root {
  /* Cores base */
  --bg-primary: #0A0507;
  --bg-secondary: #140A0E;
  --bg-card: #1A0D12;
  --bg-elevated: #241319;
  --surface-overlay: rgba(255, 255, 255, 0.03);

  /* Cores de marca */
  --brand-primary: #FF4D7A;
  --brand-primary-hover: #FF6B91;
  --brand-deep: #E0244D;
  --brand-accent: #FF8FA8;
  --brand-glow: rgba(255, 77, 122, 0.35);

  /* Texto */
  --text-primary: #FFFFFF;
  --text-secondary: #E8DCE0;
  --text-muted: #9A8B92;
  --text-disabled: #5A4D52;

  /* Funcionais */
  --success: #3DD68C;
  --warning: #FFB547;
  --danger: #FF4D4D;
  --neutral-strike: #7A6B70;

  /* Gradientes */
  --gradient-cta: linear-gradient(135deg, #FF4D7A 0%, #FF6B91 50%, #FFA0B8 100%);
  --gradient-cta-hover: linear-gradient(135deg, #FF6B91 0%, #FF85A5 50%, #FFB5C8 100%);
  --gradient-deep: linear-gradient(180deg, #0A0507 0%, #1A0D12 100%);
  --gradient-glow-pink: radial-gradient(circle, rgba(255, 77, 122, 0.25) 0%, transparent 70%);
  --gradient-section: linear-gradient(180deg, #0A0507 0%, #140A0E 50%, #0A0507 100%);
  --gradient-border: linear-gradient(135deg, #FF4D7A, #E0244D, #FF8FA8);

  /* Fontes */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-accent: 'Cormorant Garamond', serif;
  --font-hand: 'Caveat', cursive;

  /* Espaçamento */
  --space-3xs: 4px;
  --space-2xs: 8px;
  --space-xs: 12px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-3xl: 96px;
  --space-4xl: 128px;

  /* Raios */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;

  /* Sombras */
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-elevated: 0 8px 32px rgba(0, 0, 0, 0.6);
  --shadow-cta: 0 8px 24px rgba(255, 77, 122, 0.35), 0 0 0 1px rgba(255, 77, 122, 0.2) inset;
  --shadow-cta-hover: 0 16px 40px rgba(255, 77, 122, 0.55), 0 0 0 1px rgba(255, 77, 122, 0.4) inset;
  --glow-pink: 0 0 60px rgba(255, 77, 122, 0.25);
  --glow-deep: 0 0 80px rgba(224, 36, 77, 0.2);

  /* Easing */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-feminine: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --duration-base: 600ms;
  --duration-slow: 800ms;

  /* Container */
  --container-max: 1140px;
}

/* =============================================
   RESET & BASE
   ============================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--brand-primary);
  color: white;
}

/* =============================================
   AMBIENT BACKGROUND — orbes flutuantes
   ============================================= */
.ambient-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-bg::before,
.ambient-bg::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  animation: float-orb 20s var(--ease-feminine) infinite;
}

.ambient-bg::before {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--brand-deep) 0%, transparent 70%);
  top: 10%;
  left: -10%;
}

.ambient-bg::after {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--brand-primary) 0%, transparent 70%);
  top: 60%;
  right: -15%;
  animation-delay: -10s;
}

@keyframes float-orb {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translate(40px, -60px) scale(1.15);
    opacity: 0.5;
  }
}

/* =============================================
   CONTAINER
   ============================================= */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-md);
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .container {
    padding: 0 var(--space-xl);
  }
}

/* =============================================
   TYPOGRAPHY HELPERS
   ============================================= */
.serif {
  font-family: var(--font-display);
}

.hand {
  font-family: var(--font-hand);
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.highlight {
  color: var(--brand-accent);
}

.highlight-deep {
  color: var(--brand-deep);
}

.highlight-soft {
  color: var(--brand-primary);
}

em {
  color: var(--brand-accent);
  font-style: italic;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* =============================================
   TAG / PILL DE SEÇÃO
   ============================================= */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  padding: 8px 20px;
  background: var(--bg-card);
  border: 1px solid rgba(255, 77, 122, 0.2);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-accent);
}

.section-tag::before {
  content: '♦';
  color: var(--brand-primary);
  font-size: 10px;
}

/* =============================================
   CTA PRIMÁRIO
   ============================================= */
.cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  margin: var(--space-xl) 0;
}

.cta-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  padding: 20px 48px;
  background: var(--gradient-cta);
  color: white;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-cta);
  transition: all 400ms var(--ease-feminine);
  overflow: hidden;
  text-align: center;
  min-height: 56px;
}

.cta-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 800ms var(--ease-out);
}

.cta-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-cta-hover);
  background: var(--gradient-cta-hover);
}

.cta-primary:hover::before {
  left: 100%;
}

.cta-primary:active {
  transform: translateY(-1px) scale(1);
}

.cta-micro {
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 400;
}

.cta-micro::before {
  content: '♥';
  color: var(--brand-primary);
}

@media (min-width: 768px) {
  .cta-primary {
    font-size: 18px;
    padding: 22px 56px;
    min-height: 64px;
  }

  .cta-micro {
    font-size: 14px;
  }
}

/* =============================================
   SECTION DIVIDER ORNAMENTAL
   ============================================= */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  margin: var(--space-2xl) auto;
  max-width: 200px;
}

.divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 77, 122, 0.4), transparent);
}

.divider::before {
  content: '◆';
  color: var(--brand-primary);
  font-size: 12px;
  opacity: 0.6;
}

/* =============================================
   SCROLL REVEAL
   ============================================= */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 800ms var(--ease-feminine), transform 800ms var(--ease-feminine);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 100ms;
}

.reveal-delay-2 {
  transition-delay: 200ms;
}

.reveal-delay-3 {
  transition-delay: 300ms;
}

.reveal-delay-4 {
  transition-delay: 400ms;
}

@media (prefers-reduced-motion: reduce) {

  .reveal,
  .reveal-delay-1,
  .reveal-delay-2,
  .reveal-delay-3,
  .reveal-delay-4 {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .ambient-bg::before,
  .ambient-bg::after {
    animation: none;
  }
}

/* =============================================
   BARRA DE OFERTA TOPO
   ============================================= */
.top-bar {
  position: relative;
  z-index: 10;
  background: linear-gradient(90deg, #0d2e1f 0%, #0a1a13 50%, #0d2e1f 100%);
  border-bottom: 1px solid rgba(61, 214, 140, 0.15);
  padding: 12px var(--space-md);
}

.top-bar-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  font-size: 12px;
  text-align: center;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-secondary);
}

.top-bar-item.divider-v {
  color: rgba(255, 255, 255, 0.2);
}

.top-bar-strike {
  color: var(--neutral-strike);
  text-decoration: line-through;
}

.top-bar-price {
  color: var(--success);
  font-weight: 600;
}

@media (min-width: 768px) {
  .top-bar-inner {
    font-size: 13px;
    gap: var(--space-md);
    flex-wrap: nowrap;
  }
}

/* =============================================
   HERO — DOBRA 1 (Figma fidelity)
   ============================================= */
.hero {
  position: relative;
  width: 100%;
  background: #050001;
  overflow: hidden;
  isolation: isolate;
}

/* Imagem de fundo (desktop/tablet/mobile via <picture>) */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

}

.hero-bg img,
.hero-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-bg img {
  object-fit: cover;
  object-position: right center;
}

/* Wrapper de conteúdo — segue grid responsivo */
.hero-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(80px, 12vw, 140px) clamp(24px, 6vw, 80px) clamp(60px, 10vw, 100px);
  min-height: clamp(560px, 70vw, 720px);
  display: flex;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 626px;
  width: 100%;
}

.hero-logo {
  width: auto;
  height: clamp(48px, 6vw, 72px);
  max-width: 220px;
  object-fit: contain;
  margin-bottom: -8px;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4));
}

@media (max-width: 767px) {
  .hero-logo {
    height: clamp(44px, 12vw, 60px);
    margin: 0 auto -4px;
  }
}

.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: clamp(34px, 5.5vw, 59px);
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.005em;
  margin: 0;
}

.hero-title em {
  font-style: italic;
  color: #c91440;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}

.hero-title .soft {
  color: #ff819f;
  font-style: normal;
}

.hero-sub {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  max-width: 554px;
  margin: 0;
}

/* CTA da hero — usa .cta-primary / .cta-micro padrão do projeto, alinhado à esquerda */
.hero-cta-wrap {
  margin: var(--space-2xs) 0 0;
  align-items: flex-start;
  gap: var(--space-sm);
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .hero-wrap {
    padding: clamp(60px, 9vw, 100px) clamp(24px, 6vw, 60px);
    min-height: clamp(520px, 80vw, 680px);
  }

  .hero-title {
    font-size: clamp(32px, 5.4vw, 49px);
  }

  .hero-sub {
    max-width: 426px;
  }
}

/* ---------- Mobile (texto centralizado abaixo da imagem) ---------- */
@media (max-width: 767px) {
  .hero {
    display: flex;
    flex-direction: column;
    background: #040101;
  }

  .hero-bg {
    position: relative;
    width: 100%;
    height: clamp(360px, 78vw, 480px);
    inset: auto;
  }

  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 1, 1, 0) 43%, #040101 94%);
    pointer-events: none;
  }

  .hero-bg img {
    object-position: center top;
  }

  .hero-wrap {
    position: relative;
    padding: 8px 16px 32px;
    min-height: 0;
    display: block;
  }

  .hero-content {
    align-items: center;
    text-align: center;
    gap: 17px;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-title {
    font-size: clamp(45px, 9vw, 20px);
    text-align: center;
    max-width: 440px;
  }

  .hero-sub {
    text-align: center;
    max-width: 426px;
    font-size: 14px;
  }

  .hero-cta-wrap {
    align-items: center;
    margin: var(--space-2xs) auto 0;
  }
}

/* =============================================
   GALERIA DE PROVA SOCIAL (8 imagens, fiel ao Figma)
   ============================================= */
.proof-gallery {
  background: #040101;
  padding: 0 0 clamp(48px, 6vw, 80px);
  position: relative;
}

.proof-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px clamp(40px, 4.5vw, 57px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: nowrap;
}

.proof-item {
  flex: 1 1 0;
  aspect-ratio: 152 / 185;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: transform 450ms var(--ease-feminine),
    box-shadow 450ms var(--ease-feminine);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.proof-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(255, 77, 122, 0.18);
}

.proof-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms var(--ease-feminine);
}

.proof-item:hover .proof-img {
  transform: scale(1.05);
}

/* Tablet — mantém linha única, gap menor */
@media (max-width: 1024px) {
  .proof-row {
    padding: 6px clamp(20px, 4vw, 40px);
    gap: 5px;
  }
}

/* Mobile — grid 4 × 2 conforme Figma */
@media (max-width: 767px) {
  .proof-gallery {
    padding-bottom: 32px;
  }

  .proof-row {
    flex-wrap: wrap;
    gap: 4px;
    padding: 0 16px;
    justify-content: center;
  }

  .proof-item {
    flex: 0 0 calc(25% - 4px);
    max-width: calc(25% - 4px);
    aspect-ratio: 114 / 138;
    border-radius: 3px;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {

  .proof-item,
  .proof-img {
    transition: none;
  }
}

/* =============================================
   COMPARTILHADO — Cabeçalho de seção
   ============================================= */
.section-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
}

.section-title {
  font-size: clamp(28px, 4.5vw, 44px);
  max-width: 720px;
}

.section-lead {
  max-width: 600px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.7;
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

/* =============================================
   SURPRESA #1 — O MAPA DO CASAMENTO (US-style journey)
   ============================================= */
.map-section {
  padding: var(--space-3xl) 0 var(--space-4xl);
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at top, #1a0d12 0%, var(--bg-primary) 70%);
}

.map-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 77, 122, 0.08) 0%, transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(255, 143, 168, 0.06) 0%, transparent 35%);
  pointer-events: none;
}

.map-section .container {
  position: relative;
  z-index: 1;
}

/* --- Header --- */
.map-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto var(--space-2xl);
}

.map-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 77, 122, 0.08);
  border: 1px solid rgba(255, 77, 122, 0.25);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brand-accent);
  margin-bottom: var(--space-md);
}

.map-eyebrow::before {
  content: '◆';
  font-size: 9px;
  color: var(--brand-primary);
}

.map-headline {
  font-size: clamp(28px, 5vw, 44px);
  margin-bottom: var(--space-md);
  line-height: 1.15;
}

.map-headline em {
  font-style: italic;
  color: var(--brand-accent);
  font-family: var(--font-display);
}

.map-sub {
  color: var(--text-secondary);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* --- Progress bar do topo (75% completos) --- */
.map-progress {
  max-width: 680px;
  margin: 0 auto var(--space-2xl);
  padding: var(--space-md) var(--space-lg);
  background: linear-gradient(180deg, var(--bg-card), var(--bg-elevated));
  border: 1px solid rgba(255, 77, 122, 0.2);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.map-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--space-sm);
}

.map-progress-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}

.map-progress-pct {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--brand-accent);
  letter-spacing: -0.02em;
}

.map-progress-pct .label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 400;
  margin-left: 4px;
  letter-spacing: 0.05em;
}

.map-progress-bar {
  position: relative;
  height: 8px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.map-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--brand-deep), var(--brand-primary), var(--brand-accent));
  border-radius: var(--radius-pill);
  transition: width 1800ms var(--ease-feminine);
  box-shadow: 0 0 20px rgba(255, 77, 122, 0.5);
}

.map-progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6));
  filter: blur(4px);
}

.map-progress.in-view .map-progress-fill {
  width: 75%;
}

.map-progress-foot {
  margin-top: var(--space-sm);
  font-size: 13px;
  color: var(--text-secondary);
  text-align: center;
  line-height: 1.5;
}

.map-progress-foot strong {
  color: var(--brand-accent);
  font-weight: 600;
}

/* --- Timeline vertical (sempre vertical, mobile-first) --- */
.map-journey {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding-left: 56px;
}

/* Linha conectora vertical */
.map-journey::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg,
      rgba(255, 77, 122, 0.15) 0%,
      rgba(255, 77, 122, 0.3) 33%,
      var(--brand-primary) 66%,
      rgba(255, 143, 168, 0.4) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}

.map-journey::after {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--brand-deep), var(--brand-primary));
  height: 0;
  transition: height 2000ms var(--ease-feminine) 400ms;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  z-index: 0;
  box-shadow: 0 0 8px var(--brand-glow);
  pointer-events: none;
}

.map-journey.in-view::after {
  height: 75%;
}

/* --- Cada estágio --- */
.stage-step {
  position: relative;
  z-index: 2;
  padding-bottom: var(--space-xl);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms var(--ease-feminine), transform 600ms var(--ease-feminine);
}

.stage-step:last-child {
  padding-bottom: 0;
}

.map-journey.in-view .stage-step {
  opacity: 1;
  transform: translateY(0);
}

.map-journey.in-view .stage-step:nth-child(1) {
  transition-delay: 200ms;
}

.map-journey.in-view .stage-step:nth-child(2) {
  transition-delay: 400ms;
}

.map-journey.in-view .stage-step:nth-child(3) {
  transition-delay: 600ms;
}

.map-journey.in-view .stage-step:nth-child(4) {
  transition-delay: 800ms;
}

.stage-marker {
  position: absolute;
  left: -56px;
  top: 6px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid rgba(255, 77, 122, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--text-muted);
  z-index: 2;
  transition: all 400ms var(--ease-feminine);
}

.stage-step--past .stage-marker {
  background: rgb(32 17 23);
  border-color: rgba(255, 77, 122, 0.5);
  color: var(--brand-accent);
}

.stage-step--past .stage-marker::after {
  content: '✓';
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  background: var(--brand-primary);
  color: white;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bg-primary);
}

.stage-step--you .stage-marker {
  background: white;
  border-color: var(--brand-primary);
  border-width: 3px;
  color: var(--brand-deep);
  box-shadow:
    0 0 0 6px rgba(255, 77, 122, 0.15),
    0 0 30px var(--brand-glow);
  animation: marker-pulse 2.4s var(--ease-feminine) infinite;
  width: 52px;
  height: 52px;
  left: -59px;
  top: 3px;
}

@keyframes marker-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(255, 77, 122, 0.15), 0 0 30px var(--brand-glow);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(255, 77, 122, 0.06), 0 0 50px var(--brand-glow);
  }
}

.stage-step--goal .stage-marker {
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-primary));
  border-color: var(--brand-accent);
  color: white;
}

.stage-step--goal .stage-marker::after {
  content: '★';
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  background: var(--brand-deep);
  color: white;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bg-primary);
}

/* Card do estágio */
.stage-card {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  transition: all 400ms var(--ease-feminine);
  position: relative;
}

.stage-card-head {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-2xs);
}

.stage-card-icon {
  font-size: 24px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.stage-card-title-wrap {
  flex: 1;
  min-width: 0;
}

.stage-card-eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  margin-bottom: 1px;
}

.stage-card-title {
  font-family: var(--font-display);
  font-size: clamp(19px, 2.5vw, 22px);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.stage-card-symptoms {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: var(--space-sm) 0 0;
}

.stage-card-symptoms li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.stage-card-symptoms li::before {
  content: '';
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-primary);
  margin-top: 8px;
  opacity: 0.6;
}

/* Variantes por estado */
.stage-step--past .stage-card {
  opacity: 0.65;
}

.stage-step--past .stage-card-icon {
  background: rgba(255, 77, 122, 0.06);
}

.stage-step--you .stage-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCF5F7 100%);
  border: 2px solid var(--brand-primary);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 0 5px rgba(255, 77, 122, 0.08),
    0 0 80px rgba(255, 77, 122, 0.25);
  transform: scale(1.02);
  z-index: 2;
  position: relative;
}

.stage-step--you .stage-card::before {
  content: 'VOCÊ ESTÁ AQUI';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand-primary));
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(255, 77, 122, 0.5);
  z-index: 2;
}

.stage-step--you .stage-card::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: pulse-dot 1.6s ease-in-out infinite;
}

.stage-step--you .stage-card-icon {
  background: rgba(255, 77, 122, 0.1);
}

.stage-step--you .stage-card-eyebrow {
  color: var(--brand-deep);
}

.stage-step--you .stage-card-title {
  color: #0A0507;
}

.stage-step--you .stage-card-symptoms li {
  color: #4A3037;
}

.stage-step--you .stage-card-symptoms li::before {
  background: var(--brand-deep);
  opacity: 0.8;
}

/* Métrica que dói (dentro do card "você") */
.stage-pain-stat {
  margin-top: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  background: rgba(224, 36, 77, 0.06);
  border-left: 3px solid var(--brand-deep);
  border-radius: var(--radius-sm);
  font-size: 13px;
  color: #4A3037;
  line-height: 1.5;
  font-style: italic;
}

.stage-pain-stat strong {
  color: var(--brand-deep);
  font-style: normal;
  font-weight: 700;
}

/* Card destino "desbloqueia" */
.stage-step--goal .stage-card {
  background: linear-gradient(180deg, rgba(255, 77, 122, 0.06), rgba(255, 143, 168, 0.03));
  border: 1px solid rgba(255, 143, 168, 0.35);
  position: relative;
  overflow: hidden;
}

.stage-step--goal .stage-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: var(--gradient-glow-pink);
  opacity: 0.3;
  pointer-events: none;
}

.stage-step--goal .stage-card>* {
  position: relative;
  z-index: 1;
}

.stage-step--goal .stage-card-icon {
  background: linear-gradient(135deg, rgba(255, 77, 122, 0.2), rgba(255, 143, 168, 0.1));
}

.stage-step--goal .stage-card-eyebrow {
  color: var(--brand-accent);
}

.stage-goal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: var(--space-2xs);
  padding: 4px 10px;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand-primary));
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 16px rgba(255, 77, 122, 0.4);
}

.stage-goal-badge::before {
  content: '★';
  font-size: 9px;
}

/* Distance arrow entre "você" e "destino" */
.stage-distance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: var(--space-md) 0;
  margin-left: -56px;
  text-align: center;
}

.stage-distance-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
  max-width: 80px;
  opacity: 0.4;
}

.stage-distance-text {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 14px;
  color: var(--brand-accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.stage-distance-text::before {
  content: '↓';
  animation: arrow-bounce 2s var(--ease-feminine) infinite;
}

@keyframes arrow-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

/* --- CTA inline após o mapa --- */
.map-cta-block {
  max-width: 680px;
  margin: var(--space-2xl) auto 0;
  padding: var(--space-xl) var(--space-md);
  text-align: center;
  background: linear-gradient(180deg, var(--bg-card), var(--bg-elevated));
  border: 1px solid rgba(255, 77, 122, 0.25);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.map-cta-block::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 200%;
  background: var(--gradient-glow-pink);
  opacity: 0.3;
  pointer-events: none;
}

.map-cta-block>* {
  position: relative;
  z-index: 1;
}

.map-cta-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 700;
  margin-bottom: var(--space-2xs);
  line-height: 1.2;
}

.map-cta-title em {
  color: var(--brand-accent);
  font-style: italic;
}

.map-cta-sub {
  color: var(--text-secondary);
  font-size: 15px;
  margin-bottom: var(--space-lg);
  line-height: 1.6;
}

/* Mobile refinement */
@media (max-width: 520px) {
  .map-journey {
    padding-left: 48px;
  }

  .map-journey::before,
  .map-journey::after {
    left: 19px;
  }

  .stage-marker {
    left: -48px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .stage-step--you .stage-marker {
    left: -51px;
    width: 46px;
    height: 46px;
  }

  .stage-distance {
    margin-left: -48px;
  }

  .stage-card {
    padding: var(--space-sm);
  }

  .stage-card-head {
    gap: 10px;
  }

  .stage-card-icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}

/* Desktop: alguns refinamentos */
@media (min-width: 768px) {
  .map-journey {
    padding-left: 80px;
  }

  .map-journey::before,
  .map-journey::after {
    left: 27px;
  }

  .stage-marker {
    left: -80px;
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .stage-step--you .stage-marker {
    left: -83px;
    width: 62px;
    height: 62px;
  }

  .stage-distance {
    margin-left: -80px;
  }

  .stage-card {
    padding: var(--space-lg);
  }
}


/* =============================================
   DOBRA 3 — A VIRADA (4 hábitos)
   ============================================= */
.virada {
  padding: var(--space-3xl) 0;
  background: var(--bg-secondary);
}

.habits {
  display: grid;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}

.habit {
  position: relative;
  padding: var(--space-lg);
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  transition: transform 400ms var(--ease-feminine);
  overflow: hidden;
}

.habit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gradient-cta);
  opacity: 0;
  transition: opacity 400ms var(--ease-feminine);
}

.habit:hover {
  transform: translateY(-4px);
}

.habit:hover::before {
  opacity: 1;
}

.habit-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  color: var(--brand-primary);
  line-height: 1;
  margin-bottom: var(--space-sm);
  display: inline-block;
}

.habit-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: var(--space-2xs);
  color: var(--text-primary);
}

.habit-desc {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

.virada-conclude {
  margin-top: var(--space-2xl);
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--text-secondary);
  max-width: 720px;
  margin-inline: auto;
  line-height: 1.7;
}

.virada-conclude strong {
  color: var(--brand-accent);
  font-weight: 500;
}

@media (min-width: 768px) {
  .habits {
    grid-template-columns: 1fr 1fr;
  }
}

/* =============================================
   DOBRA 4 — MINHA HISTÓRIA (Gretha)
   ============================================= */
.story {
  padding: var(--space-3xl) 0;
  position: relative;
}

.story-inner {
  display: grid;
  gap: var(--space-2xl);
  align-items: center;
}

.story-media {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Foto autoral da Gretha (533×807 desktop, fluido mobile) — sem tratamento */
.story-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 533px;
  height: auto;
  aspect-ratio: 533 / 807;
  object-fit: contain;
  margin: 0 auto;
  transition: transform 600ms var(--ease-feminine);
}

.story-img:hover {
  transform: translateY(-4px) scale(1.01);
}

@media (min-width: 1024px) {

  /* Desktop: tamanho exato 533×807 */
  .story-img {
    width: 533px;
    height: 807px;
  }
}

/* Placeholder mantido por retrocompatibilidade (não usado) */
.story-img-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-width: 460px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--bg-card), var(--bg-elevated));
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 77, 122, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-family: var(--font-accent);
  font-style: italic;
  padding: var(--space-md);
  text-align: center;
}

.story-name-bg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.story-name-bg span {
  font-family: var(--font-display);
  font-size: clamp(80px, 14vw, 180px);
  font-weight: 700;
  color: rgba(255, 77, 122, 0.04);
  line-height: 0.95;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.story-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.story-greeting {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 22px;
  color: var(--brand-accent);
}

.story-title {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.story-text {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 16px;
}

.story-text+.story-text {
  margin-top: var(--space-md);
}

.story-emphasis {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--brand-accent);
  border-left: 2px solid var(--brand-primary);
  padding-left: var(--space-md);
  margin: var(--space-md) 0;
}

@media (min-width: 1024px) {
  .story-inner {
    grid-template-columns: 1fr 1.2fr;
  }
}

/* =============================================
   DOBRA 5 — MÓDULOS + BÔNUS
   ============================================= */
.modules {
  padding: var(--space-3xl) 0;
  background: var(--bg-secondary);
  position: relative;
  overflow: hidden;
}

/* ---- Carrossel horizontal de módulos (auto-deslize em loop) ---- */
.modules-carousel-wrap {
  position: relative;
  margin: var(--space-xl) calc(var(--space-md) * -1) 0;
  /* Máscara de fade nas bordas — efeito de "esvanecimento" */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.modules-marquee {
  display: flex;
  gap: var(--space-md);
  width: max-content;
  padding: var(--space-md);
  animation: marquee-slide 45s linear infinite;
  will-change: transform;
}

.modules-marquee:hover,
.modules-marquee.is-paused {
  animation-play-state: paused;
}

@keyframes marquee-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.module-card {
  position: relative;
  flex: 0 0 clamp(220px, 60vw, 280px);
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 400ms var(--ease-feminine), border-color 400ms var(--ease-feminine), box-shadow 400ms var(--ease-feminine);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.module-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 77, 122, 0.4);
  box-shadow: var(--shadow-elevated), var(--glow-pink);
}

.module-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, var(--bg-elevated), #1a0f14);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.module-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms var(--ease-feminine);
}

.module-card:hover .module-img img {
  transform: scale(1.04);
}

.module-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(10, 5, 7, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 400ms var(--ease-feminine);
}

.module-card:hover .module-img::after {
  opacity: 1;
}

.module-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--text-muted);
  font-size: 12px;
  text-align: center;
  padding: var(--space-md);
  border: 1px dashed rgba(255, 77, 122, 0.15);
  margin: 12px;
  border-radius: var(--radius-md);
}

.module-img-placeholder .icon {
  font-size: 36px;
}

/* Hint discreto sob o carrossel */
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--space-md);
  padding: 0 var(--space-md);
}

.carousel-hint {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 13px;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  opacity: 0.7;
}

.carousel-hint::before {
  content: '◆';
  color: var(--brand-primary);
  font-size: 8px;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .module-card {
    flex: 0 0 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modules-marquee {
    animation: none;
  }
}

/* ---- Bônus com imagens ---- */
.bonus-block {
  margin-top: var(--space-4xl);
}

.bonus-headline {
  text-align: center;
  font-size: clamp(24px, 3.5vw, 36px);
  margin-bottom: var(--space-2xl);
  max-width: 720px;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}

.bonus-headline .highlight {
  color: var(--brand-accent);
}

.bonus-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.bonus-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  padding: var(--space-lg);
  background: linear-gradient(180deg, var(--bg-card), #1f0d15);
  border: 1px solid rgba(255, 77, 122, 0.25);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: all 400ms var(--ease-feminine);
}

.bonus-card::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: var(--gradient-glow-pink);
  opacity: 0.4;
  filter: blur(40px);
  pointer-events: none;
}

.bonus-card:hover {
  border-color: rgba(255, 77, 122, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow-elevated), var(--glow-pink);
}

/* Imagem do bônus — livre, sem moldura, sem fundo */
.bonus-media {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transition: transform 600ms var(--ease-feminine);
}

.bonus-card:hover .bonus-media {
  transform: scale(1.03);
}

.bonus-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.bonus-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 6px 14px;
  background: var(--gradient-cta);
  color: white;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(255, 77, 122, 0.3);
}

.bonus-value {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  font-size: 13px;
}

.bonus-value-old {
  color: var(--neutral-strike);
  text-decoration: line-through;
}

.bonus-value-new {
  color: var(--success);
  font-weight: 600;
}

.bonus-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-primary);
}

.bonus-imagine {
  margin-top: var(--space-2xs);
  padding: var(--space-md);
  background: rgba(255, 77, 122, 0.06);
  border-left: 2px solid var(--brand-primary);
  border-radius: var(--radius-sm);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
}

.bonus-imagine strong {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 600;
  color: var(--brand-accent);
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.bonus-imagine em {
  color: var(--brand-accent);
}

@media (min-width: 768px) {
  .bonus-card {
    grid-template-columns: 320px 1fr;
    gap: var(--space-xl);
    padding: var(--space-xl);
    align-items: center;
  }

  .bonus-card:nth-child(even) {
    grid-template-columns: 1fr 320px;
  }

  .bonus-card:nth-child(even) .bonus-media {
    order: 2;
  }

  .bonus-card:nth-child(even) .bonus-content {
    order: 1;
  }
}

/* =============================================
   DOBRA 6 — LINHA DO TEMPO 30 DIAS
   ============================================= */
.timeline {
  padding: var(--space-3xl) 0;
}

.timeline-grid {
  display: grid;
  gap: var(--space-md);
  margin-top: var(--space-xl);
  position: relative;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-md);
  padding: var(--space-lg);
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  transition: all 400ms var(--ease-feminine);
}

.timeline-item:hover {
  border-color: rgba(255, 77, 122, 0.2);
  transform: translateX(4px);
}

.timeline-week {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--brand-primary);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}

.timeline-week::after {
  content: '◆';
  display: block;
  font-size: 8px;
  color: var(--brand-primary);
  margin-top: 4px;
  opacity: 0.5;
}

.timeline-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 15px;
}

.timeline-prelude {
  text-align: center;
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto var(--space-xl);
  line-height: 1.7;
}

@media (min-width: 768px) {
  .timeline-item {
    grid-template-columns: 160px 1fr;
    align-items: center;
  }
}

/* =============================================
   DOBRA 7 — OBJEÇÕES
   ============================================= */
.objections {
  padding: var(--space-3xl) 0;
  background: var(--bg-secondary);
}

.obj-prelude {
  text-align: center;
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto var(--space-xl);
  line-height: 1.7;
}

.obj-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.obj-item {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 400ms var(--ease-feminine);
}

.obj-item[open] {
  border-color: rgba(255, 77, 122, 0.25);
  background: var(--bg-elevated);
}

.obj-summary {
  list-style: none;
  padding: var(--space-md) var(--space-lg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-primary);
}

.obj-summary::-webkit-details-marker {
  display: none;
}

.obj-summary::after {
  content: '+';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 77, 122, 0.15);
  color: var(--brand-primary);
  font-size: 18px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 400ms var(--ease-feminine), background 400ms var(--ease-feminine);
}

.obj-item[open] .obj-summary::after {
  content: '−';
  background: var(--brand-primary);
  color: white;
  transform: rotate(180deg);
}

.obj-body {
  padding: 0 var(--space-lg) var(--space-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 15px;
}

.obj-body p+p {
  margin-top: var(--space-sm);
}

.obj-imagine {
  margin-top: var(--space-sm);
  padding: var(--space-md);
  background: rgba(255, 77, 122, 0.06);
  border-left: 2px solid var(--brand-primary);
  border-radius: var(--radius-sm);
  font-size: 15px;
  line-height: 1.7;
}

.obj-imagine strong {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 600;
  color: var(--brand-accent);
  display: inline-block;
  margin-right: 4px;
}

/* =============================================
   DOBRA 8 — DEPOIMENTOS (PLACEHOLDER)
   ============================================= */
.testimonials {
  padding: var(--space-3xl) 0;
}

.testimonials-note {
  text-align: center;
  padding: var(--space-md);
  background: rgba(255, 181, 71, 0.06);
  border: 1px dashed rgba(255, 181, 71, 0.35);
  border-radius: var(--radius-md);
  color: var(--warning);
  font-size: 13px;
  font-style: italic;
  margin-bottom: var(--space-xl);
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-md);
}

.test-card {
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, var(--bg-card), var(--bg-elevated));
  border: 1px solid rgba(255, 77, 122, 0.1);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 400ms var(--ease-feminine);
}

.test-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 77, 122, 0.3);
}

.test-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--text-muted);
  font-size: 14px;
  text-align: center;
  border: 1px dashed rgba(255, 77, 122, 0.15);
  border-radius: var(--radius-md);
  padding: var(--space-md);
}

.test-meta {
  margin-top: var(--space-sm);
}

.test-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--text-primary);
}

.test-city {
  font-size: 12px;
  color: var(--text-muted);
}

/* =============================================
   SURPRESA #2 — CARTA DA GRETHA (manuscrita)
   ============================================= */
.letter {
  padding: var(--space-3xl) 0;
}

.letter-card {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  padding: var(--space-2xl);
  background: linear-gradient(180deg, #1a1015, #1f1318);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 77, 122, 0.2);
  box-shadow: var(--shadow-elevated), var(--glow-pink);
  overflow: hidden;
}

.letter-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 77, 122, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 143, 168, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.letter-corner {
  position: absolute;
  font-family: var(--font-display);
  color: rgba(255, 77, 122, 0.12);
  font-size: 80px;
  font-style: italic;
  line-height: 0.8;
  pointer-events: none;
}

.letter-corner.tl {
  top: 16px;
  left: 24px;
}

.letter-corner.br {
  bottom: 8px;
  right: 24px;
  transform: rotate(180deg);
}

.letter-eyebrow {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--brand-accent);
  font-size: 16px;
  margin-bottom: var(--space-sm);
  position: relative;
}

.letter-body {
  font-family: var(--font-display);
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.8;
  color: var(--text-secondary);
  font-style: italic;
  position: relative;
}

.letter-body p+p {
  margin-top: var(--space-md);
}

.letter-body strong {
  color: var(--brand-accent);
  font-weight: 500;
}

.letter-sign {
  margin-top: var(--space-xl);
  display: flex;
  flex-direction: column;
  gap: var(--space-2xs);
  position: relative;
}

.letter-sign-name {
  font-family: var(--font-hand);
  font-size: 42px;
  color: var(--brand-primary);
  line-height: 1;
}

.letter-sign-role {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 14px;
  color: var(--text-muted);
}

/* =============================================
   DOBRA 9 — OFERTA (info-product US-style)
   ============================================= */
.offer {
  padding: var(--space-3xl) 0 var(--space-4xl);
  background: radial-gradient(ellipse at top, #1a0d12 0%, var(--bg-primary) 60%);
  position: relative;
  overflow: hidden;
}

.offer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 77, 122, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(224, 36, 77, 0.1) 0%, transparent 40%);
  pointer-events: none;
}

.offer .container {
  position: relative;
  z-index: 1;
}

/* --- Head: pergunta da dor --- */
.offer-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--space-2xl);
}

.offer-prelude {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  font-family: var(--font-accent);
  font-style: italic;
  font-size: clamp(15px, 2vw, 18px);
  color: var(--brand-accent);
  margin-bottom: var(--space-md);
}

.offer-prelude::before,
.offer-prelude::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--brand-primary);
  opacity: 0.4;
}

.offer-title {
  font-size: clamp(30px, 5.5vw, 52px);
  margin-bottom: var(--space-md);
  line-height: 1.1;
}

.offer-body {
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: clamp(15px, 2vw, 17px);
  max-width: 640px;
  margin: 0 auto;
}

/* --- Cost points (3 desejos da leitora) --- */
.cost-section {
  max-width: 720px;
  margin: 0 auto var(--space-3xl);
  text-align: center;
}

.cost-section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(19px, 2.5vw, 24px);
  margin-bottom: var(--space-lg);
  color: var(--text-primary);
}

.cost-points {
  display: grid;
  gap: var(--space-2xs);
  margin-bottom: var(--space-lg);
}

.cost-point {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  background: rgba(255, 255, 255, 0.025);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 77, 122, 0.1);
  text-align: left;
  transition: all 400ms var(--ease-feminine);
}

.cost-point:hover {
  background: rgba(255, 77, 122, 0.05);
  border-color: rgba(255, 77, 122, 0.22);
  transform: translateX(4px);
}

.cost-point-icon {
  font-size: 22px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 77, 122, 0.08);
  border-radius: 50%;
}

.cost-point-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(15px, 2vw, 17px);
  color: var(--text-secondary);
  line-height: 1.5;
  flex: 1;
}

.cost-point-text strong {
  color: var(--brand-accent);
  font-weight: 600;
  font-style: normal;
}

.cost-bridge {
  font-family: var(--font-accent);
  font-style: italic;
  color: var(--text-secondary);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  margin-top: var(--space-md);
}

.cost-bridge em {
  color: var(--brand-accent);
  font-weight: 500;
}

/* ===== OFFER STACK (caixa principal de venda) ===== */
.offer-stack {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 2px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-deep), var(--brand-accent), var(--brand-primary));
  background-size: 200% 200%;
  animation: border-shimmer 8s ease infinite;
  box-shadow:
    0 30px 60px -15px rgba(0, 0, 0, 0.7),
    0 0 120px rgba(255, 77, 122, 0.25);
}

@keyframes border-shimmer {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.offer-stack-inner {
  background: linear-gradient(180deg, #110609 0%, #1a0a12 100%);
  border-radius: 26px;
  padding: var(--space-xl) var(--space-md) var(--space-lg);
  overflow: hidden;
  position: relative;
}

/* Badge "Oferta Limitada" no topo */
.stack-flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--gradient-cta);
  color: white;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(255, 77, 122, 0.5);
  margin-bottom: var(--space-md);
}

.stack-flag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  animation: pulse-dot 1.6s ease-in-out infinite;
}

.stack-eyebrow {
  text-align: center;
  margin-bottom: var(--space-lg);
}

.stack-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin-bottom: var(--space-2xs);
}

.stack-title .highlight {
  color: var(--brand-accent);
}

.stack-subtitle {
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: var(--space-lg);
}

/* Lista de itens com preços individuais (value stack Hormozi-style) */
.stack-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2xs);
  margin-bottom: var(--space-lg);
}

.stack-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 300ms var(--ease-feminine);
}

.stack-item:hover {
  background: rgba(255, 77, 122, 0.05);
  border-color: rgba(255, 77, 122, 0.2);
}

.stack-item-check {
  width: 22px;
  height: 22px;
  background: var(--brand-primary);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.stack-item-text {
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-secondary);
}

.stack-item-text strong {
  color: var(--text-primary);
  font-weight: 600;
  display: block;
  margin-bottom: 1px;
  font-size: 15px;
}

.stack-item-text small {
  color: var(--text-muted);
  font-size: 13px;
  display: block;
}

.stack-item-price {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  text-align: right;
  white-space: nowrap;
}

.stack-item--bonus {
  border-color: rgba(255, 77, 122, 0.2);
  background: rgba(255, 77, 122, 0.04);
}

.stack-item--bonus .stack-item-price {
  color: var(--success);
}

/* Total e desconto */
.stack-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--space-md);
  border-top: 1px dashed rgba(255, 77, 122, 0.3);
  margin-bottom: var(--space-lg);
}

.stack-total-label {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.stack-total-value {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--neutral-strike);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--brand-primary);
}

/* Bloco de preço final (o destaque máximo) */
.stack-price {
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 77, 122, 0.18) 0%, transparent 60%),
    linear-gradient(180deg, rgba(255, 77, 122, 0.08), rgba(0, 0, 0, 0.3));
  border: 1px solid rgba(255, 77, 122, 0.3);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-md);
  position: relative;
  overflow: hidden;
}

.stack-price::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--gradient-cta);
  border-radius: 0 0 var(--radius-pill) var(--radius-pill);
}

.stack-price-discount-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(61, 214, 140, 0.12);
  border: 1px solid rgba(61, 214, 140, 0.4);
  border-radius: var(--radius-pill);
  color: var(--success);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
}

.stack-price-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: var(--space-2xs);
}

.stack-price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  margin-bottom: var(--space-2xs);
}

.stack-price-currency {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  color: var(--text-secondary);
  font-weight: 400;
}

.stack-price-big {
  font-family: var(--font-display);
  font-size: clamp(72px, 14vw, 110px);
  font-weight: 300;
  color: var(--success);
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.stack-price-cents {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  color: var(--success);
  font-weight: 400;
}

.stack-price-period {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: var(--space-sm);
}

.stack-price-period strong {
  color: var(--text-secondary);
  font-weight: 500;
}

.stack-price-alt {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--text-muted);
}

.stack-price-alt strong {
  color: var(--text-secondary);
  font-weight: 600;
}

/* CTA gigante */
.stack-cta {
  display: block;
  width: 100%;
  padding: 22px var(--space-md);
  background: var(--gradient-cta);
  color: white;
  font-family: var(--font-body);
  font-size: clamp(15px, 2.3vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: var(--radius-lg);
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 12px 28px rgba(255, 77, 122, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 300ms var(--ease-feminine);
  position: relative;
  overflow: hidden;
  margin-bottom: var(--space-md);
  animation: cta-pulse 2.4s ease-in-out infinite;
}

@keyframes cta-pulse {

  0%,
  100% {
    box-shadow: 0 12px 28px rgba(255, 77, 122, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  50% {
    box-shadow: 0 16px 40px rgba(255, 77, 122, 0.65),
      0 0 0 4px rgba(255, 77, 122, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
}

.stack-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 800ms var(--ease-out);
}

.stack-cta:hover {
  transform: translateY(-2px) scale(1.01);
  animation-play-state: paused;
  box-shadow:
    0 20px 50px rgba(255, 77, 122, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.stack-cta:hover::before {
  left: 100%;
}

.stack-cta-arrow {
  display: inline-block;
  margin-left: var(--space-2xs);
  transition: transform 300ms var(--ease-feminine);
}

.stack-cta:hover .stack-cta-arrow {
  transform: translateX(4px);
}

/* Trust signals embaixo do CTA */
.stack-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}

.stack-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: 500;
}

.stack-trust-item .icon {
  color: var(--success);
  font-size: 13px;
  font-weight: 700;
}

/* Mini garantia integrada */
.stack-guarantee {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  background: rgba(61, 214, 140, 0.05);
  border: 1px solid rgba(61, 214, 140, 0.2);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-md);
}

.stack-guarantee-shield {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(61, 214, 140, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.stack-guarantee-text {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.stack-guarantee-text strong {
  color: var(--success);
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: 700;
}

/* Métodos de pagamento */
.stack-payment {
  text-align: center;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
}

.stack-payment-methods {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
}

.stack-payment-chip {
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.05em;
}

/* Urgência discreta acima da caixa */
.urgency-strip {
  max-width: 680px;
  margin: 0 auto var(--space-md);
  padding: var(--space-md);
  background: rgba(255, 181, 71, 0.06);
  border: 1px solid rgba(255, 181, 71, 0.25);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2xs);
  font-size: 13px;
  color: var(--warning);
  text-align: center;
  font-weight: 500;
}

/* Mini-prova social acima do stack */
.social-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  padding: var(--space-2xs) var(--space-md) var(--space-2xs) var(--space-2xs);
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-pill);
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.social-mini-img {
  display: block;
  height: 36px;
  width: auto;
  border-radius: var(--radius-pill);
}

.social-mini-text {
  font-size: 13px;
  color: var(--text-secondary);
}

.social-mini-text strong {
  color: var(--brand-accent);
  font-weight: 700;
}

.social-mini-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #FFB547;
  font-size: 13px;
  letter-spacing: -1px;
}

@media (max-width: 480px) {
  .social-mini {
    gap: var(--space-2xs);
    padding-right: var(--space-sm);
  }

  .social-mini-img {
    height: 32px;
  }

  .social-mini-text {
    font-size: 12px;
  }
}

/* Tablet/Desktop */
@media (min-width: 640px) {
  .offer-stack-inner {
    padding: var(--space-2xl);
  }

  .stack-eyebrow {
    margin-bottom: var(--space-xl);
  }
}

@media (min-width: 900px) {
  .offer-stack {
    max-width: 760px;
  }

  .stack-item {
    padding: var(--space-md) var(--space-lg);
  }

  .stack-trust {
    gap: var(--space-lg);
  }
}

/* Sticky CTA mobile só durante a seção de oferta */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px var(--space-md);
  background: linear-gradient(180deg, rgba(10, 5, 7, 0.85) 0%, rgba(10, 5, 7, 0.98) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 77, 122, 0.2);
  z-index: 50;
  transform: translateY(100%);
  transition: transform 400ms var(--ease-feminine);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.mobile-sticky-cta.is-visible {
  transform: translateY(0);
}

.mobile-sticky-cta-price {
  flex-shrink: 0;
  font-size: 11px;
  color: var(--text-muted);
}

.mobile-sticky-cta-price strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--success);
  font-weight: 600;
  line-height: 1;
}

.mobile-sticky-cta-btn {
  flex: 1;
  padding: 12px var(--space-md);
  background: var(--gradient-cta);
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 16px rgba(255, 77, 122, 0.4);
}

@media (min-width: 768px) {
  .mobile-sticky-cta {
    display: none;
  }
}

/* =============================================
   DOBRA 11 — FAQ
   ============================================= */
.faq {
  padding: var(--space-3xl) 0;
  background: var(--bg-secondary);
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-item[open] {
  background: var(--bg-elevated);
}

.faq-summary {
  list-style: none;
  padding: var(--space-md) var(--space-lg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary::after {
  content: '⌃';
  color: var(--brand-primary);
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 400ms var(--ease-feminine);
  transform: rotate(180deg);
}

.faq-item[open] .faq-summary::after {
  transform: rotate(0deg);
}

.faq-body {
  padding: 0 var(--space-lg) var(--space-lg);
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 15px;
}

/* =============================================
   DOBRA 12 — DECISÃO FINAL
   ============================================= */
.decision {
  padding: var(--space-3xl) 0 var(--space-4xl);
  position: relative;
}

.decision-card {
  max-width: 820px;
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-lg);
  text-align: center;
  border: 1px solid rgba(255, 77, 122, 0.3);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--bg-card), var(--bg-elevated));
  box-shadow: var(--shadow-elevated), 0 0 100px rgba(255, 77, 122, 0.1);
  position: relative;
  overflow: hidden;
}

.decision-card::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: var(--gradient-glow-pink);
  opacity: 0.3;
  z-index: 0;
}

.decision-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  align-items: center;
}

.decision-title {
  font-size: clamp(32px, 5.5vw, 52px);
  max-width: 680px;
  line-height: 1.1;
}

.decision-title em {
  font-family: var(--font-display);
  color: var(--brand-deep);
  font-style: italic;
}

.decision-paths {
  display: grid;
  gap: var(--space-md);
  margin: var(--space-lg) 0;
  max-width: 640px;
  text-align: left;
}

.decision-path {
  padding: var(--space-md);
  border-radius: var(--radius-md);
  font-size: 15px;
  line-height: 1.7;
}

.decision-path--bad {
  background: rgba(122, 107, 112, 0.1);
  color: var(--text-muted);
  border: 1px solid rgba(122, 107, 112, 0.2);
}

.decision-path--good {
  background: rgba(255, 77, 122, 0.06);
  color: var(--text-secondary);
  border: 1px solid rgba(255, 77, 122, 0.25);
}

.decision-path-label {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.decision-path--bad .decision-path-label {
  color: var(--text-disabled);
}

.decision-path--good .decision-path-label {
  color: var(--brand-accent);
}

.decision-emphasis {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(17px, 2.2vw, 20px);
  color: var(--text-secondary);
  max-width: 540px;
}

.decision-emphasis strong {
  color: var(--brand-accent);
  font-weight: 500;
}

/* =============================================
   FOOTER
   ============================================= */
footer {
  padding: var(--space-xl) 0;
  text-align: center;
  font-size: 12px;
  color: var(--text-disabled);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* =============================================
   PLACEHOLDER HINT BOX (visível em dev)
   ============================================= */
.ph-hint {
  display: inline-block;
  padding: 4px 8px;
  background: rgba(255, 181, 71, 0.1);
  border: 1px dashed rgba(255, 181, 71, 0.3);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-style: normal;
  font-size: 11px;
  color: var(--warning);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: var(--space-xs);
}/* End custom CSS */
/* Start custom CSS */.box {
  position: relative;
  transition: 0.5s ease;
}

.box:hover {
  transform: translateY(-6px);
}/* End custom CSS */