/* ==========================================================================
   CASAMENTO SEM PLANILHA — DESIGN SYSTEM & ESTILOS v3.0 (REBRANDING)
   Identidade: Fundo #F7F1E7 | Primária #5A2A38 | Destaque #E9DDBF | Depoimentos #F6E3E6
   Tipografia: Poppins (Títulos) + Cinzel (Wordmark/Monograma) + Inter (Corpo)
   ========================================================================== */

/* ─── Variáveis de Design Tokens ─── */
:root {
  /* Cores Principais */
  --bg-main: #F7F1E7;
  --bg-card: #FFFFFF;
  --bg-card-warm: #FFFDF9;
  --bg-sand: #E9DDBF;
  --bg-sand-light: #F4EEDF;
  --bg-pink-start: #F6E3E6;
  --bg-pink-end: #FBEFF0;

  /* Cor Primária & Ação */
  --primary: #5A2A38;
  --primary-hover: #431D28;
  --primary-light: #7E3E50;
  --primary-surface: #F2E9EC;
  --primary-text: #FFFFFF;

  /* Cores Semânticas / Suporte */
  --green-icon: #4C7A4A;
  --green-bg: #DCEEDB;
  --gray-inactive: #9B9B9B;
  --gray-light-bg: #F0EAE1;
  --gold-star: #E8B93F;

  /* Texto & Contraste */
  --text-main: #1C1C1C;
  --text-muted: #5E5852;
  --text-light: #827B74;
  --border-subtle: #E8DFD3;
  --border-light: rgba(90, 42, 56, 0.1);

  /* Sombras */
  --shadow-sm: 0 2px 8px rgba(90, 42, 56, 0.05);
  --shadow-md: 0 8px 24px rgba(90, 42, 56, 0.08);
  --shadow-lg: 0 16px 40px rgba(90, 42, 56, 0.12);
  --shadow-btn: 0 8px 25px rgba(90, 42, 56, 0.28);
  --shadow-btn-hover: 0 12px 32px rgba(90, 42, 56, 0.4);

  /* Tipografia */
  --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-serif: 'Cinzel', 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Bordas Arredondadas */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
}

/* ─── Reset & Base ─── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-main);
}

body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--bg-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

/* ─── Container ─── */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.container--narrow {
  max-width: 760px;
}

/* ─── Highlighter de Destaque ─── */
.hl, mark.hl {
  background-color: var(--bg-sand);
  color: var(--text-main);
  padding: 2px 10px;
  border-radius: 6px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: inherit;
}

/* ─── Header / Monograma ─── */
.site-header {
  padding: 20px 0 16px;
  background-color: rgba(32, 16, 22, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 10;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.brand-monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-sand);
  color: var(--primary);
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.brand-wordmark {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* ─── Tipografia Geral ─── */
.section-eyebrow {
  display: inline-block;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(90, 42, 56, 0.08);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}

.section-eyebrow--center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--text-main);
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.section-title--center {
  text-align: center;
}

.section-title--white {
  color: #FFFFFF;
}

.section-subtitle {
  font-size: 1.12rem;
  color: var(--text-muted);
  text-align: center;
  max-width: 640px;
  margin: -24px auto 44px;
}

/* ─── Botões CTA com Alto Destaque e Conversão ─── */
:root {
  --cta-bg: linear-gradient(135deg, #22C55E 0%, #16A34A 55%, #15803D 100%);
  --cta-hover: linear-gradient(135deg, #28D866 0%, #18AC50 55%, #137738 100%);
  --cta-shadow: 0 10px 28px rgba(22, 163, 74, 0.40), 0 3px 8px rgba(0, 0, 0, 0.08);
  --cta-shadow-hover: 0 16px 36px rgba(22, 163, 74, 0.55), 0 4px 12px rgba(0, 0, 0, 0.12);
}

.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-pill);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.btn--primary {
  background: var(--cta-bg);
  color: #FFFFFF !important;
  padding: 20px 48px;
  box-shadow: var(--cta-shadow);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  animation: cta-pulse 3.5s infinite ease-in-out;
}

/* Shimmer beam passing through the button */
.btn--primary::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -120%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: rotate(25deg);
  animation: cta-shimmer 4s infinite ease-in-out;
  pointer-events: none;
}

.btn--primary:hover {
  background: var(--cta-hover);
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--cta-shadow-hover);
  color: #FFFFFF !important;
}

.btn--primary:active {
  transform: translateY(-1px) scale(0.99);
}

.btn__arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.25s ease;
}

.btn--primary:hover .btn__arrow {
  transform: translateX(4px);
}

.btn--large {
  padding: 22px 52px;
  font-size: 1.15rem;
  width: 100%;
  max-width: 490px;
}

.btn--secondary {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  padding: 14px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  border-radius: var(--radius-pill);
}

.btn--secondary:hover {
  background: rgba(90, 42, 56, 0.05);
  transform: translateY(-2px);
}

.btn__main-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #FFFFFF !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.btn__sub-text {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  opacity: 0.96;
  margin-top: 5px;
  text-transform: none;
  letter-spacing: 0.2px;
  color: #FFFFFF !important;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.14);
  padding: 3px 16px;
  border-radius: var(--radius-pill);
}

@keyframes cta-pulse {
  0%, 100% {
    box-shadow: 0 10px 28px rgba(22, 163, 74, 0.40), 0 0 0 0 rgba(34, 197, 94, 0.45);
  }
  50% {
    box-shadow: 0 14px 34px rgba(22, 163, 74, 0.55), 0 0 0 8px rgba(34, 197, 94, 0);
  }
}

@keyframes cta-shimmer {
  0% {
    left: -120%;
  }
  25%, 100% {
    left: 200%;
  }
}

.cta-price-hint {
  display: block;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 12px;
  font-weight: 500;
  text-align: center;
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 32px 0 16px;
}

/* ═══════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════ */
.hero {
  position: relative;
  padding: 85px 0 100px;
  background: #201016;
  text-align: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.92) saturate(1.05);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(32, 16, 22, 0.65) 0%,
    rgba(32, 16, 22, 0.70) 55%,
    rgba(247, 241, 231, 0.95) 92%,
    rgba(247, 241, 231, 1) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
}

.hero__title {
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.22;
  color: #FFFFFF !important;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}

.hero__title mark.hl {
  background-color: var(--bg-sand);
  color: var(--primary) !important;
  padding: 4px 14px;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  text-shadow: none;
}

.hero__desc {
  font-size: 1.1rem;
  color: #FFFFFF !important;
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.hero .btn--primary {
  background: var(--cta-bg);
  color: #FFFFFF !important;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 35px rgba(22, 163, 74, 0.45), 0 4px 15px rgba(0, 0, 0, 0.4);
}

.hero .btn--primary:hover {
  background: var(--cta-hover);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 42px rgba(22, 163, 74, 0.6), 0 6px 20px rgba(0, 0, 0, 0.5);
}

/* ═══════════════════════════════════════════
   SOCIAL PROOF STRIP
   ═══════════════════════════════════════════ */
.social-strip {
  background-color: var(--bg-card);
  padding: 32px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.social-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
}

.social-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 200px;
}

.social-strip__number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 4px;
}

.social-strip__label {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.4;
  max-width: 220px;
}

.social-strip__divider {
  width: 1px;
  height: 44px;
  background-color: var(--border-subtle);
}

/* ═══════════════════════════════════════════
   3 PASSOS (STORYTELLING)
   ═══════════════════════════════════════════ */
.steps {
  padding: 90px 0;
}

.steps__layout {
  max-width: 760px;
  margin: 0 auto;
}

.steps__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--bg-card);
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.step__number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--bg-sand);
  color: var(--primary);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.2rem;
  border-radius: 50%;
}

.step__title {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-main);
}

.step__desc {
  font-size: 0.96rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.steps__image {
  display: flex;
  justify-content: center;
}

.steps__mockup-img {
  width: 100%;
  max-width: 440px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-subtle);
}

/* ═══════════════════════════════════════════
   ACESSO IMEDIATO / TUDO INCLUSO
   ═══════════════════════════════════════════ */
.access {
  padding: 90px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.access__intro-box {
  background: var(--bg-card-warm);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.access__device-img {
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto 24px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.access__intro-text {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.access__intro-text strong {
  color: var(--text-main);
}

.access__section-label {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
  margin-bottom: 24px;
}

.access__pills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.access-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: var(--bg-main);
  padding: 16px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-subtle);
  transition: all 0.25s ease;
}

.access-pill:hover {
  transform: translateY(-2px);
  background-color: #FFFFFF;
  border-color: rgba(90, 42, 56, 0.2);
  box-shadow: var(--shadow-sm);
}

.access-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--green-bg);
  color: var(--green-icon);
}

.access-check svg {
  width: 18px;
  height: 18px;
}

.access-pill span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.4;
}

/* ═══════════════════════════════════════════
   DEPOIMENTOS / PROVA SOCIAL
   ═══════════════════════════════════════════ */
.testimonials {
  padding: 90px 0;
  background-color: var(--bg-main);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.testimonial-card {
  background: linear-gradient(145deg, var(--bg-pink-start) 0%, var(--bg-pink-end) 100%);
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(90, 42, 56, 0.08);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.testimonial-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-card__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-sand);
  color: var(--primary);
  font-weight: 700;
  font-size: 1.1rem;
}

.testimonial-card__stars {
  display: flex;
  gap: 3px;
  color: var(--gold-star);
  font-size: 1rem;
  margin-bottom: 14px;
}

.testimonial-card__quote {
  font-size: 0.98rem;
  color: var(--text-main);
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 20px;
  flex-grow: 1;
}

.testimonial-card__author {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--primary);
}

.testimonial-card__meta {
  font-size: 0.8rem;
  color: var(--text-light);
}

.testimonials__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.testimonials__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--border-subtle);
  transition: background-color 0.3s;
}

.testimonials__dot.is-active {
  background-color: var(--primary);
  width: 24px;
  border-radius: var(--radius-pill);
}

/* ═══════════════════════════════════════════
   FULLWIDTH IMPACT BANNER
   ═══════════════════════════════════════════ */
.fullwidth-image {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.fullwidth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fullwidth-image__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(90, 42, 56, 0.4) 0%, rgba(45, 20, 28, 0.75) 100%);
}

.fullwidth-image__text {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  max-width: 680px;
  line-height: 1.4;
  padding: 0 20px;
}

.fullwidth-image__text strong {
  color: var(--bg-sand);
}

/* ═══════════════════════════════════════════
   PÚBLICO ALVO
   ═══════════════════════════════════════════ */
.target {
  padding: 80px 0;
}

.target__card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  box-shadow: var(--shadow-md);
  text-align: center;
  border: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}

.target__icon {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 20px;
}

.target__title {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-main);
  margin-bottom: 18px;
}

.target__desc {
  font-size: 1.04rem;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ═══════════════════════════════════════════
   DOR / AGITAÇÃO (O PROBLEMA)
   ═══════════════════════════════════════════ */
.pain {
  padding: 90px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.pain__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.pain__text p {
  font-size: 1.02rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.8;
}

.pain__highlight {
  font-family: var(--font-heading);
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: var(--primary) !important;
  background-color: var(--bg-sand-light);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary);
  margin-top: 24px;
}

.pain__image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-subtle);
}

/* ═══════════════════════════════════════════
   ENTREGÁVEIS (CARDS)
   ═══════════════════════════════════════════ */
.deliverables {
  padding: 90px 0;
}

.deliverables__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.deliverable-card {
  background: var(--bg-card);
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.deliverable-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.deliverable-card__tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary);
  background-color: var(--bg-sand);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.deliverable-card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 18px;
}

.deliverable-card__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.deliverable-card__list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.96rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.deliverable-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-icon);
  font-weight: 800;
  font-size: 1.1rem;
}

/* ═══════════════════════════════════════════
   BÔNUS EXCLUSIVOS
   ═══════════════════════════════════════════ */
.bonuses {
  padding: 90px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.bonuses__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bonus-card {
  background: var(--bg-main);
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.bonus-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.bonus-card__badge {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFFFFF;
  background-color: var(--primary);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}

.bonus-card__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
}

.bonus-card__quote {
  font-style: italic;
  font-size: 0.9rem;
  color: var(--primary);
  margin-bottom: 12px;
  background: rgba(90, 42, 56, 0.05);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
}

.bonus-card__desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════
   PARA QUEM É / PARA QUEM NÃO É
   ═══════════════════════════════════════════ */
.for-who {
  padding: 90px 0;
}

.for-who__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}

.for-who__card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-card);
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.for-who__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--green-bg);
  color: var(--green-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}

.for-who__card p {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.5;
}

.for-who__warning {
  text-align: center;
  font-size: 0.96rem;
  color: var(--text-muted);
  background-color: var(--bg-sand-light);
  padding: 16px 24px;
  border-radius: var(--radius-pill);
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid var(--border-subtle);
}

/* ═══════════════════════════════════════════
   INVESTIMENTO / STACK DE VALOR
   ═══════════════════════════════════════════ */
.value-stack {
  padding: 90px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.value-stack__table {
  max-width: 680px;
  margin: 0 auto 28px;
  background: var(--bg-main);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}

.value-stack__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.98rem;
  color: var(--text-main);
}

.value-stack__row:last-child {
  border-bottom: none;
}

.value-stack__row--bonus {
  background-color: rgba(90, 42, 56, 0.03);
  font-weight: 600;
}

.value-stack__price {
  font-weight: 700;
  color: var(--primary);
}

.value-stack__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 24px;
  background-color: var(--bg-sand);
  border-radius: var(--radius-md);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
}

.value-stack__total-price {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--primary);
  text-decoration: line-through;
}

/* ═══════════════════════════════════════════
   OFERTA & BLOCO DE PREÇO
   ═══════════════════════════════════════════ */
.offer {
  padding: 90px 0;
  text-align: center;
}

.offer__text {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 660px;
  margin: 0 auto 16px;
  line-height: 1.8;
}

.offer__card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  max-width: 580px;
  margin: 48px auto 0;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offer__card--compact {
  padding: 40px 32px;
  margin-top: 32px;
}

.offer__badge-promo {
  display: inline-block;
  background: linear-gradient(135deg, #DCFCE7 0%, #BBF7D0 100%);
  color: #15803D;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: var(--radius-pill);
  margin-bottom: 18px;
  border: 1px solid rgba(22, 128, 61, 0.25);
  box-shadow: 0 2px 8px rgba(22, 128, 61, 0.12);
}

.offer__from {
  font-size: 1.18rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.offer__from s {
  color: #E11D48;
  font-weight: 800;
  text-decoration: line-through;
  font-size: 1.3rem;
  margin-left: 2px;
}

/* Retângulo de Preço Bege */
.price-badge-box {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  background-color: var(--bg-sand);
  padding: 14px 40px;
  border-radius: var(--radius-md);
  margin-bottom: 18px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(90, 42, 56, 0.08);
}

.price-badge-box .price-currency {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--text-main);
  margin-right: 4px;
}

.price-badge-box .price-number {
  font-family: var(--font-heading);
  font-size: 3.8rem;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1;
  letter-spacing: -1px;
}

.price-badge-box .price-cents {
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.offer__terms-main {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 6px;
}

.offer__terms-sub {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.offer__terms-sub strong {
  color: var(--primary);
  font-weight: 700;
}

.offer__desc-terms {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 440px;
  margin-bottom: 20px;
}

.offer__guarantee-highlight {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary);
  background: rgba(90, 42, 56, 0.06);
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  margin-bottom: 28px;
}

.offer__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--text-light);
}

.offer__secure svg {
  stroke: var(--primary);
}

/* ═══════════════════════════════════════════
   COMPRE AGORA (1 -> 2 -> 3 -> 4)
   ═══════════════════════════════════════════ */
.buy-now {
  padding: 70px 0;
  background-color: var(--primary);
  color: #FFFFFF;
}

.buy-now__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.buy-now__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.buy-now__step {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--bg-sand);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.2rem;
}

.buy-now__label {
  font-size: 0.94rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.buy-now__arrow {
  font-size: 1.4rem;
  color: var(--bg-sand);
}

/* ═══════════════════════════════════════════
   GARANTIA
   ═══════════════════════════════════════════ */
.guarantee {
  padding: 90px 0;
}

.guarantee__card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-md);
}

.guarantee__shield-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary);
  color: #FFFFFF;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(90, 42, 56, 0.25);
}

.guarantee__shield-icon svg {
  width: 42px;
  height: 42px;
}

.guarantee__title {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 20px;
}

.guarantee__card p {
  font-size: 1.02rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.guarantee__bold {
  font-weight: 700;
  color: var(--primary) !important;
  margin-bottom: 32px !important;
}

/* ═══════════════════════════════════════════
   FECHAMENTO BINÁRIO (ANTES X DEPOIS)
   ═══════════════════════════════════════════ */
.binary-close {
  padding: 90px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.binary-close__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}

.binary-close__option {
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
}

.binary-close__option--gray {
  background-color: var(--bg-main);
  border: 1px solid var(--border-subtle);
}

.binary-close__option--gray .binary-close__label {
  color: var(--gray-inactive);
  background-color: #E6DFD5;
}

.binary-close__option--gray p {
  color: var(--gray-inactive);
}

.binary-close__option--highlight {
  background: linear-gradient(145deg, var(--bg-pink-start) 0%, var(--bg-pink-end) 100%);
  border: 1.5px solid rgba(90, 42, 56, 0.2);
  box-shadow: var(--shadow-sm);
}

.binary-close__option--highlight .binary-close__label {
  color: #FFFFFF;
  background-color: var(--primary);
}

.binary-close__option--highlight p {
  color: var(--text-main);
  font-weight: 600;
}

.binary-close__label {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.binary-close__option p {
  font-size: 1.02rem;
  line-height: 1.7;
}

.binary-close__closing {
  text-align: center;
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto 12px;
}

.binary-close__closing--bold {
  font-weight: 800;
  color: var(--primary);
  font-size: 1.25rem;
}

/* ═══════════════════════════════════════════
   FAQ (PERGUNTAS FREQUENTES — ACORDEÃO)
   ═══════════════════════════════════════════ */
.faq {
  padding: 90px 0;
  background-color: var(--bg-main);
}

.faq__divider-line {
  width: 60px;
  height: 2px;
  background-color: var(--border-subtle);
  margin: -24px auto 44px;
}

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

.faq__item {
  border-bottom: 1px solid var(--border-subtle);
  transition: all 0.3s ease;
}

.faq__item:first-child {
  border-top: 1px solid var(--border-subtle);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  list-style: none;
  gap: 16px;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__icon-circle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.faq__icon-circle svg {
  width: 14px;
  height: 14px;
  stroke: var(--text-muted);
  transition: transform 0.3s ease;
}

.faq__item[open] .faq__icon-circle {
  background-color: var(--primary);
  border-color: var(--primary);
}

.faq__item[open] .faq__icon-circle svg {
  stroke: #FFFFFF;
  transform: rotate(180deg);
}

.faq__answer {
  padding: 0 4px 24px;
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.75;
  animation: fadeIn 0.3s ease-out;
}

.faq__toggle-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.faq__item.is-extra {
  display: none;
}

.faq__item.is-extra.is-shown {
  display: block;
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.footer {
  padding: 48px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  text-align: center;
}

.footer__brand {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.footer p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

.footer__legal {
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 0.78rem !important;
  opacity: 0.85;
}

/* ═══════════════════════════════════════════
   BARRA FIXA INFERIOR MOBILE (FLOATING CTA)
   ═══════════════════════════════════════════ */
.mobile-sticky-bar {
  position: fixed;
  bottom: -90px;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(247, 241, 231, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(90, 42, 56, 0.12);
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(90, 42, 56, 0.08);
  transition: bottom 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: none;
}

.mobile-sticky-bar.is-visible {
  bottom: 0;
}

.mobile-sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto;
}

.mobile-sticky-bar__price {
  display: flex;
  flex-direction: column;
}

.mobile-sticky-bar__val {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.1;
}

.mobile-sticky-bar__sub {
  font-size: 0.74rem;
  color: var(--text-muted);
  font-weight: 500;
}

.mobile-sticky-bar .btn--float {
  padding: 12px 24px;
  font-size: 0.88rem;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   ANIMAÇÕES & REVEAL
   ═══════════════════════════════════════════ */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════
   RESPONSIVIDADE (MOBILE-FIRST POLISH)
   ═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .testimonials__grid,
  .bonuses__grid {
    grid-template-columns: 1fr;
  }

  .steps__layout,
  .pain__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .access__pills-grid,
  .deliverables__grid,
  .for-who__grid,
  .binary-close__grid,
  .comparison__grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .hero__title {
    font-size: 2.15rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 40px 0 60px;
  }

  .hero__title {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .hero__subtitle {
    font-size: 1.15rem;
  }

  .hero__desc {
    font-size: 0.98rem;
  }

  .section-title {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }

  .btn--primary,
  .btn--large {
    width: 100%;
    padding: 18px 24px;
    font-size: 1rem;
  }

  .social-strip__inner {
    flex-direction: column;
    gap: 20px;
  }

  .social-strip__divider {
    display: none;
  }

  .price-badge-box .price-number {
    font-size: 2.8rem;
  }

  .access__intro-box {
    padding: 20px 14px;
  }

  .mobile-sticky-bar {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════
   HERO REFORÇOS & COMPARATIVO (ESTILOS ADICIONAIS)
   ═══════════════════════════════════════════ */
.hero__social-proof-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  color: #FFFFFF;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero__price-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(233, 221, 191, 0.45);
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  margin-top: 20px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hero__price-old {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.hero__price-old s {
  text-decoration: line-through;
  color: #FCA5A5;
  font-weight: 700;
  margin-left: 2px;
}

.hero__price-tag {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: #4ADE80;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero__price-sub {
  font-size: 0.84rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 12px;
}

.hero__no-sub-text {
  margin-top: 14px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.comparison {
  padding: 90px 0;
  background-color: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.comparison__card {
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
}

.comparison__card--old {
  background-color: var(--bg-main);
  border: 1px solid var(--border-subtle);
}

.comparison__card--new {
  background: linear-gradient(145deg, var(--bg-pink-start) 0%, var(--bg-pink-end) 100%);
  border: 1.5px solid rgba(90, 42, 56, 0.25);
  box-shadow: var(--shadow-md);
}

.comparison__header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-subtle);
}

.comparison__badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.comparison__badge--old {
  color: var(--text-muted);
  background-color: #E6DFD5;
}

.comparison__badge--new {
  color: #FFFFFF;
  background-color: var(--primary);
}

.comparison__title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-main);
}

.comparison__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comparison__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--text-main);
  line-height: 1.4;
}

.comparison__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
}

.comparison__icon--cross {
  color: #C0392B;
  background-color: #FDEDEC;
}

.comparison__icon--check {
  color: var(--green-icon);
  background-color: var(--green-bg);
}

