:root {
  --bg: #0d0d09;
  --bg-deep: #0d0d09;
  --surface: rgba(20, 25, 35, 0.88);
  --surface-strong: rgba(15, 20, 30, 0.96);
  --line: rgba(207, 203, 191, 0.12);
  --text: #CFCBBF;
  --muted: rgba(207, 203, 191, 0.65);
  --cyan: #40d7ff;
  --blue: #2a67ff;
  --blue-strong: #114ad9;
  --orange: #ff9a32;
  --orange-strong: #ffb84f;
  --gold-grad: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%);
  --white-card: #f8fbff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

/* ─── Reset & Base ──────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Raleway", sans-serif;
  color: var(--text);
  background: #0d0d09;
  -webkit-font-smoothing: antialiased;
}

body::before {
  display: none;
}

.page {
  overflow: hidden;
}

/* ─── HERO ──────────────────────────────────────── */
.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 5% 2rem;
}

.hero::before,
.hero::after {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

/* Removido duplicado */

/* LEFT */
.hero-left {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.hero-logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  gap: 0;
}

.hero-pre-title {
  margin: 0 0 2px;
  padding-top: 4px;
  line-height: 1.3;
  z-index: 2;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 3px;
}

.hero-main-title {
  margin: 0 0 -15px;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cinzel", serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-shadow: none;
}

.hero-date-badge {
  position: relative;
  padding: 0 .5rem;
  margin-top: 2px;
  color: #F0EDE6 !important;
  font-family: "Cinzel", serif;
  font-size: 0.935rem;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}

.hero-date-badge::before,
.hero-date-badge::after {
  content: "◆";
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  font-size: 0.8rem;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.hero-date-badge::before {
  right: 100%;
  margin-right: 6px;
}

.hero-date-badge::after {
  left: 100%;
  margin-left: 6px;
}

/* Ebook Cover */
.hero-ebook-cover {
  margin-top: 10px;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.75));
  /* Sem glow dourado */
  animation: floating 8s ease-in-out infinite;
}

.hero-ebook-img {
  width: 80%;
  /* Reduzido em 20% conforme solicitado */
  max-width: 80%;
  border-radius: 4px;
  transform: perspective(800px) rotateY(-6deg);
  transition: transform .4s ease;
}

.hero-ebook-cover:hover .hero-ebook-img {
  transform: perspective(800px) rotateY(0deg) scale(1.02);
}

/* Glass Card */
.hero-card-wrap {
  position: relative;
  max-width: 400px;
}

.hero-card-wrap::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 16px;
  background: none;
  /* Aura dourada removida */
  filter: none;
  z-index: -1;
  opacity: 0;
}


.hero-glass-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.25rem 2rem;
  text-align: center;
  background: #1B1C1D;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-top: 30px !important;
}

.hero-card-text {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: .95rem;
}

.hero-card-text--light {
  color: #CFCBBF;
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: .85rem;
}

.hero-card-text--strong {
  color: #F0EDE6;
  font-size: .95rem;
  line-height: 1.6;
  font-weight: 300;
}

.hero-highlight {
  margin: .4rem 0;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: none;
  background: linear-gradient(to right, #F0EDE6, #CFCBBF);
  /* Fumaça branca quente */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-microcopy {
  margin: .5rem 0 -1.05rem;
  color: #F0EDE6;
  font-family: "Raleway", sans-serif;
  font-size: .8rem;
}

.hero-microcopy span {
  color: #D2AC47;
  font-weight: 700;
}

/* ── Hero CTA principal: usa o mesmo sistema .btn para consistência ── */
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 60px;
  padding: 1rem 2rem;
  border-radius: 3px;
  background: var(--gold-grad);
  color: #0A0A0A;
  font-family: "Cinzel", serif;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), box-shadow .28s ease;
  cursor: pointer;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .10) 50%, transparent 65%);
  transform: translateX(-100%);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.hero-cta:hover::before {
  transform: translateX(100%);
}

.hero-cta:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

/* ── Hero CTA secundário ── */
.hero-cta-sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 36px;
  padding: .4rem 1.2rem;
  border-radius: 2px;
  background: transparent;
  border: 1px solid rgba(247, 239, 138, 0.5);
  color: #F7EF8A;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  transition: all .2s ease;
  cursor: pointer;
}

.hero-cta-sec span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.hero-cta-sec:hover {
  transform: translateY(-2px);
  background: rgba(176, 141, 87, 0.08);
  border-color: #F7EF8A;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .45);
}

.hero-cta-sec:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

/* RIGHT - Now used for secondary elements */
.hero-right {
  display: none;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Statue as Authority Seal (Above title) */
.hero-logo-area .hero-picture {
  display: block !important;
  width: 150px;
  /* Tamanho de selo de autoridade - reduzido em 10% */
  margin: 0 auto -10px;
  opacity: 0.88 !important;
  /* símbolo, não protagonista */
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.hero-logo-area .hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hero-image-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: transparent;
}

/* Floating popups */
.hero-popup {
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: .65rem;
  min-width: 200px;
  padding: .6rem .85rem;
  background: rgba(14, 18, 32, .88);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: popupFloat 6s ease-in-out infinite;
}

.hero-popup--one {
  bottom: 18%;
  left: 4%;
  animation-delay: 0s;
}

.hero-popup--two {
  top: 38%;
  right: 2%;
  animation-delay: 2s;
}

.hero-popup__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-popup__icon--green {
  background: #D2AC47;
}

.hero-popup__icon--purple {
  background: #D2AC47;
}

.hero-popup__content {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

.hero-popup__title {
  display: flex;
  justify-content: space-between;
  gap: .4rem;
  width: 100%;
  color: #CFCBBF;
  font-family: "Raleway", sans-serif;
  font-size: .72rem;
  font-weight: 600;
}

.hero-popup__title span {
  color: #a1a1aa;
  font-size: .65rem;
  font-weight: 400;
}

.hero-popup__value {
  color: #94a3b8;
  font-family: "Raleway", sans-serif;
  font-size: .75rem;
}

.hero-popup__value strong {
  color: #F0EDE6;
}

.hero-symbol {
  position: absolute;
  z-index: 15;
  opacity: .7;
  font-size: 2rem;
  filter: drop-shadow(0 0 10px rgba(210, 172, 71, .5));
}

.hero-symbol--one {
  top: 30%;
  left: 20%;
  animation: floatMoney 10s linear infinite;
}

.hero-symbol--two {
  right: 25%;
  bottom: 40%;
  animation: floatMoney 8s linear infinite reverse;
}

/* ─── SCARCITY BAND ─────────────────────────────── */
.scarcity-band {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: 100%;
  margin-top: 0;
  padding: clamp(16px, 3vw, 32px) clamp(20px, 5vw, 60px);
  background: #1B1C1D;
  border-top: 1px solid rgba(176, 141, 87, .18);
  border-bottom: 1px solid rgba(176, 141, 87, .12);
  text-align: center;
  overflow: hidden;
  color: #F0EDE6 !important;
}

.scarcity-band span {
  color: #F0EDE6 !important;
}

/* linha dourada decorativa no topo */
.scarcity-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #B08D57, transparent);
}

/* vinheta lateral sutil */
.scarcity-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 50% 50%, rgba(176, 141, 87, .04) 0%, transparent 70%);
  pointer-events: none;
}

.scarcity-band__copy {
  max-width: 640px;
  position: relative;
  z-index: 1;
}

.scarcity-band__copy h2 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  line-height: 1.55;
  font-weight: 600;
  color: #F0EDE6;
  letter-spacing: .01em;
}

.section-kicker {
  margin: 0 0 8px;
  /* Aumentado para 8px para respiro premium */
  padding-top: 4px;
  line-height: 1.5;
  font-size: .72rem;
  padding-bottom: 2px;
  letter-spacing: .28em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: "Cinzel", serif;
}


.scarcity-band__copy .section-kicker {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  margin-bottom: 0.75rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section-heading .section-kicker,
.section-heading--centered .section-kicker {
  color: #D2AC47;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  margin-bottom: 0.1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.countdown {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.countdown__item {
  min-width: 80px;
  padding: 18px 16px 14px;
  border-radius: 4px;
  background: #0d0d09;
  border: 1px solid #F7EF8A;
  text-align: center;
  position: relative;
}

.countdown__item::before,
.countdown__item::after {
  display: none;
}

.countdown__item strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(210, 172, 71, .3);
}

.countdown__item span {
  display: block;
  margin-top: 3px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Raleway", sans-serif;
}

/* ─── SECTION: BENEFITS / GENERIC ───────────────── */
.benefits {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 50px clamp(20px, 4vw, 60px) 16px;
}

#sistema {
  padding-top: 20px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px !important;
}

.section-heading--centered {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  line-height: 1.08;
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-heading p {
  margin: 0;
  color: #F0EDE6;
  line-height: 1;
  font-size: 1.05rem;
  letter-spacing: .01em;
}

/* ─── IDENTITY GRID ─────────────────────────────── */
.identity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.identity-item {
  padding: 1.25rem 1.75rem 1.75rem;
  border-radius: 20px;
  transition: transform 260ms ease, border-color 260ms ease;
}

.identity-item:hover {
  transform: translateY(-4px);
}

.identity-item--in {
  background: #151515;
  border-color: rgba(176, 141, 87, .22);
  padding-bottom: 2.5rem;
}

.identity-item--out {
  background: #1B1C1D;
  border-color: rgba(176, 141, 87, .10);
}

.identity-item h3 {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
}

.identity-item--in h3 {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 8px rgba(247, 239, 138, 0.25));
}

.identity-item--out h3 {
  color: #84482D !important;
}

.identity-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.identity-item ul li {
  padding: .75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  color: var(--muted);
  font-family: "Raleway", sans-serif;
  font-size: .95rem;
  line-height: 1.5;
}

.identity-item--out ul li {
  color: #B8B3AA;
  border-bottom-color: rgba(242, 237, 227, .08);
}

.identity-item--in ul li {
  color: #CFCBBF;
  border-bottom-color: rgba(176, 141, 87, .12);
}

/* ─── LEARNING GRID ─────────────────────────────── */
.learning-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 100px 21px;
  margin-bottom: 16px !important;
  margin-top: calc(2.5rem + 20px) !important;
}

@media (min-width: 1025px) {
  .learning-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .learning-item {
    flex: 0 1 340px !important;
  }
}

.learning-item {
  position: relative;
  padding: 0 16px;
  text-align: center;
}

.learning-item:nth-child(n+4) {
  margin-top: 0;
}

.learning-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  margin: 0 auto 18px;
  border-radius: 50%;
  isolation: isolate;
  background: #1B1C1D;
  border: 1px solid #F7EF8A;
  box-shadow: none;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.learning-icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  inset: -10px;
  z-index: -2;
  background: none;
  /* Bolha pulsante removida */
  filter: none;
  opacity: 0;
  animation: learning-icon-pulse 4.8s ease-in-out infinite;
}

.learning-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  inset: -11px;
  z-index: -1;
  border: 1px solid rgba(176, 141, 87, .1);
  border-top-color: rgba(210, 172, 71, 0.3);
  /* Anel sutil, sem glow neon */
  border-right-color: rgba(176, 141, 87, 0.12);
  box-shadow: none;
  animation: learning-icon-orbit 10s linear infinite;
}

/* ═══════════════════════════════════════════════════════
   FUMAÇA BRANCA QUENTE: H2 e H3 globais
   Substituindo branco frio (#fff, #d1d5db) por #F0EDE6
═══════════════════════════════════════════════════════ */
h2,
h3 {
  color: #F0EDE6 !important;
}

.learning-icon svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #F7EF8A;
  /* Mesma cor do botão VER O SISTEMA */
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none;
  transition: transform 260ms ease, stroke 260ms ease;
}

.learning-icon-numeral {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel", serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  padding-top: 3px;
  /* compensação óptica da Cinzel */
  background: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 260ms ease;
}

.learning-item:hover .learning-icon {
  transform: translateY(-6px) scale(1.05);
  border-color: #fff8c0;
  /* Clareia a borda no hover como o botão */
  background: rgba(176, 141, 87, 0.06);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
}

.learning-item:hover .learning-icon svg {
  transform: scale(1.07);
  stroke: #fff8c0;
  /* Clareia o ícone no hover */
}

.learning-item:hover .learning-icon-numeral {
  transform: scale(1.07);
}

.learning-item h3 {
  margin: 0 0 2px;
  font-size: clamp(1.15rem, 1.6vw, 1.38rem);
  font-family: "Cinzel", serif;
  font-weight: 800;
  line-height: 1.4;
  padding: 0.15em 0 0;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.learning-item p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.5;
  color: #CFCBBF;
  opacity: 0.88;
}

/* CTA Strip */
.cta-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px !important;
  margin: 69px auto 0 !important; /* 69px + 10px(top) + 16px = 95px */
  position: relative !important;
  top: 10px !important;
  padding: 36px 28px 28px !important;
  max-width: 380px !important;
  border-radius: 0;
  background: #1B1C1D;
  border: 1px solid rgba(176, 141, 87, .14);
  border-top: 1px solid rgba(210, 172, 71, 0.25);
}

@media (min-width: 1025px) {
  .cta-strip {
    max-width: 620px !important;
    padding: 50px 50px 38px !important;
  }
}

.cta-strip .btn {
  width: 90% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
}

.cta-strip .section-kicker {
  color: #D2AC47;
  font-size: 1rem !important;
  letter-spacing: .32em;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  font-weight: 700;
}

.cta-title-huge {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.49rem, 4.5vw, 2.34rem);
  line-height: 0.95;
  font-weight: 900;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.cta-strip h3 {
  margin: 0 auto;
  font-size: clamp(0.85rem, 1.43vw, 1.05rem);
  line-height: 1.6 !important;
  font-family: "Raleway", sans-serif !important;
  color: #F0EDE6;
  font-weight: 600 !important;
  max-width: 460px;
  opacity: 0.9;
}

/* ─── SYMPTOMS (Emotional Fold) ─────────────────── */
.symptoms {
  position: relative;
  padding: 0 clamp(20px, 4vw, 60px) 10px;
}

.symptoms__wrap {
  max-width: 1260px;
  margin: 0 auto;
}

.symptoms__panel {
  position: relative;
  overflow: hidden;
  padding: 36px clamp(24px, 4vw, 48px) 60px;
  border-radius: 28px;
  background: #1B1C1D;
  border: 1px solid rgba(176, 141, 87, .12);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .3);
}

.symptoms__panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, .03);
  pointer-events: none;
}

.symptoms__heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.symptoms__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.symptom-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.4);
  border: 1px solid rgba(255, 255, 255, .04);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.symptom-item:hover {
  transform: translateY(-4px);
}

.symptom-item--after:hover {}

.symptom-item__icon {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #0D0D09;
  border: 1px solid rgba(132, 72, 45, .35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform 240ms ease;
}

.symptom-item__icon::before {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 14px;
  inset: -4.5px;
  background: none;
  /* Glow pulsante removido */
  filter: none;
  opacity: 0;
  animation: symptom-icon-pulse 4.4s ease-in-out infinite;
}

.symptom-item__icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 12px;
  inset: -3px;
  border: 1px solid rgba(132, 72, 45, .1);
  border-top-color: rgba(132, 72, 45, .4);
  animation: symptom-icon-orbit 8.8s linear infinite;
}

.symptom-item__icon svg {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #84482D;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.symptom-item__icon--gold {
  background: #0D0D09;
  border-color: rgba(245, 158, 11, .2);
}

.symptom-item__icon--gold::before {
  background: radial-gradient(circle at 30% 30%, rgba(255, 188, 100, .4), rgba(255, 188, 100, 0) 54%);
}

.symptom-item__icon--gold::after {
  border-color: rgba(245, 158, 11, .15);
  border-top-color: rgba(245, 158, 11, .7);
}

.symptom-item__icon--gold svg {
  stroke: #D2AC47;
}

.symptom-item__copy h3 {
  margin: 0 0 6px;
  font-family: "Cinzel", serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  color: #CFCBBF;
}

.symptom-item__copy p {
  margin: 0;
  color: #F0EDE6;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 500;
}

/* ─── EMOTIONAL FOLD (Dores + Bonus) ────────────── */
.emotional-fold {
  position: relative;
  padding: 40px clamp(20px, 4vw, 60px) 72px;
}

.emotional-fold__wrap {
  max-width: 1260px;
  margin: 0 auto;
}

.emotional-fold__heading {
  max-width: 860px;
  margin-bottom: 0px !important;
  margin-top: 0rem !important;
}

.bonus-pre-title {
  margin: 0 0 1px !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  line-height: 1.3 !important;
  background: var(--gold-grad) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "Cinzel", serif !important;
  font-size: 1.38rem !important;
  font-weight: 900 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
}

.bonus-main-title {
  margin: 0 0 0px !important;
  background: var(--gold-grad) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "Cinzel", serif !important;
  font-size: 2.76rem !important;
  font-weight: 900 !important;
  line-height: 0.85 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
}

@media (min-width: 769px) {
  .bonus-main-title {
    font-size: clamp(2.76rem, 10vw, 3.2rem) !important;
  }

  .hero-date-badge {
    margin-top: 18px !important;
  }
}

.emotional-fold__heading .section-kicker {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Bonus ebook cover */
.bonus-ebook-cover {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  /* Sem glow dourado — animação ativada via JS após reveal */
  animation: none;
}

.bonus-ebook-cover--visible {
  animation: floating 8s ease-in-out infinite;
}

.bonus-ebook-img {
  width: 194px;
  max-width: 100%;
  border-radius: 6px;
  transform: perspective(900px) rotateY(-4deg);
  transition: transform .4s ease;
}

.bonus-ebook-cover:hover .bonus-ebook-img {
  transform: perspective(900px) rotateY(0deg) scale(1.02);
}


/* ─── PROTOCOL STACK (cards empilhados) ─────────── */
.protocol-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid rgba(176, 141, 87, .15);
  background: #1B1C1D;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}

.pcard {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #1B1C1D;
  border-bottom: 1px solid rgba(176, 141, 87, .1);
  transition: all 240ms ease;
}

.pcard:last-child {
  border-bottom: none;
  background: #212223;
  box-shadow: inset 0 0 15px rgba(176, 141, 87, 0.05);
}

.pcard:hover {
  background: #252627;
  transform: none;
}

.pcard__num {
  flex-shrink: 0;
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  letter-spacing: -0.02em;
  min-width: 40px;
  text-align: center;
}

.pcard__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pcard__badge {
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #C7A24A;
}

.pcard__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  font-weight: 900;
  color: #CFCBBF;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.pcard__sub {
  margin: 0;
  font-size: .72rem;
  color: #F0EDE6;
  line-height: 1.55;
}

.pcard__tag {
  margin: 1px 0 0;
  font-size: .68rem;
  font-style: italic;
  color: rgba(199, 162, 74, 0.8);
}

.emotion-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.emotion-grid--bonus {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emotion-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border-radius: 28px;
  background: #1B1C1D;
  border: 1px solid rgba(163, 210, 255, .1);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.emotion-card--bonus {
  min-height: 220px;
}

.emotion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 82px rgba(0, 0, 0, .34);
}

.emotion-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 12, .06) 0%, rgba(4, 8, 12, .12) 34%, rgba(4, 8, 12, .84) 100%),
    linear-gradient(90deg, rgba(5, 10, 16, .32) 0%, rgba(5, 10, 16, .02) 34%, rgba(5, 10, 16, .18) 100%);
}

.emotion-card--bonus .emotion-card__overlay {
  background: linear-gradient(180deg, rgba(20, 40, 80, .3), rgba(4, 8, 12, .9));
}

.emotion-card__copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
}

.emotion-card__copy h3 {
  margin: 0 0 4px;
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  line-height: .95;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.emotion-card--bonus .emotion-card__copy h3 {
  font-size: 1.8rem;
  color: #D2AC47;
}

.emotion-card__copy p {
  margin: 0;
  color: rgba(238, 244, 255, .84);
  font-size: 1rem;
  line-height: 1.45;
}

/* Card background fills */
.emotion-card:nth-child(1) {
  background: linear-gradient(145deg, #181410, #0c111a);
}

.emotion-card:nth-child(2) {
  background: linear-gradient(145deg, #141418, #0c111a);
}

.emotion-card:nth-child(3) {
  background: #1B1C1D;
}

.emotion-card:nth-child(4) {
  background: #1B1C1D;
}

.emotion-card:nth-child(5) {
  background: #1B1C1D;
}

.emotion-card:nth-child(6) {
  background: #1B1C1D;
}

.emotion-card--bonus:nth-child(1) {
  background: #1B1C1D;
}

.emotion-card--bonus:nth-child(2) {
  background: #1B1C1D;
}

.emotion-card--bonus:nth-child(3) {
  background: #1B1C1D;
}

/* ─── PROTOCOLO 21 DIAS — SLIDER ────────────────── */
.protocol-slider {
  position: relative;
  width: 100%;
  max-width: 332px;
  margin: 15px auto 0;
  overflow: hidden;
}

.protocol-slider__track {
  display: flex;
  width: 100%;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.protocol-slider__track .protocol-card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Controles: setas + pontos */
.protocol-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 10px;
}

.protocol-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #D2AC47;
  background: #0D0D09;
  color: #D2AC47;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
  transition: all .25s ease;
  flex-shrink: 0;
}

.protocol-slider__btn:hover {
  border-color: #D2AC47;
  background: #141410;
  color: #D2AC47;
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .5);
}

.protocol-slider__btn:active {
  transform: scale(.96);
}

.protocol-slider__dots {
  display: flex;
  gap: 9.2px;
  align-items: center;
}

.protocol-slider__dot {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  border: none;
  background: rgba(176, 141, 87, .18);
  cursor: pointer;
  transition: background .3s ease, width .3s ease;
  padding: 0;
}

.protocol-slider__dot--active {
  width: 52px;
  background: linear-gradient(90deg, #F7EF8A, #D2AC47);
  box-shadow: 0 0 12px rgba(210, 172, 71, 0.4);
}

/* ─── PROTOCOLO 21 DIAS — CARDS PREMIUM ─────────── */
.protocol-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.protocol-card {
  position: relative;
  overflow: hidden;
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height: auto;
  cursor: default;
}

.protocol-card::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 16px;
  width: 1px;
  background: rgba(210, 172, 71, 0.1);
}

.protocol-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(210, 172, 71, 0.1);
}

/* ─ Barra lateral dourada (cresce por etapa) */
.protocol-card__accent {
  position: absolute;
  top: 30px;
  left: 16px;
  width: 1px;
  background: linear-gradient(180deg, #F7EF8A, #D2AC47);
  height: calc((100% - 60px) * 0.2);
  opacity: 0.8;
  z-index: 1;
  transition: height 320ms ease;
}

.protocol-card[data-step="1"] .protocol-card__accent {
  height: calc((100% - 60px) * 0.4);
}

.protocol-card[data-step="2"] .protocol-card__accent {
  height: calc((100% - 60px) * 0.6);
}

.protocol-card[data-step="3"] .protocol-card__accent {
  height: calc((100% - 60px) * 0.8);
  box-shadow: 0 0 15px rgba(247, 239, 138, 0.4);
}

.protocol-card[data-step="4"] .protocol-card__accent {
  height: calc(100% - 60px);
  box-shadow: 0 0 20px rgba(247, 239, 138, 0.6);
}

/* ─ Número fantasma no fundo */
.protocol-card__ghost-num {
  position: absolute;
  bottom: -10px;
  right: -4px;
  font-family: "Cinzel", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(176, 141, 87, 0.09);
  pointer-events: none;
  select: none;
  user-select: none;
}

/* ─ Inner container */
.protocol-card__inner {
  position: relative;
  z-index: 1;
  padding: 22px 18px 24px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ─ Badge de fase */
.protocol-card__badge {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Cinzel", serif;
  font-size: 0.6rem;
  font-weight: 700;
  color: #D2AC47;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}

.protocol-card[data-step="3"] .protocol-card__badge {
  color: #D2AC47;
}

/* ─ Título principal */
.protocol-card__title {
  margin: 0 0 5px;
  font-family: "Cinzel", serif;
  font-size: clamp(0.87rem, 1.15vw, 0.97rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.3 !important;
  padding-top: 3px !important;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F0EDE6 !important;
}

.protocol-card__title span,
.learning-item h3 span {
  background: var(--gold-grad) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 900 !important;
}

/* ─ Subtítulo tático */
.protocol-card__sub {
  margin: 0 0 12px 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #F0EDE6 !important;
  line-height: 1.3;
  font-variant-numeric: lining-nums;
}

/* ─ Divisor horizontal dourado */
.protocol-card__divider {
  margin: 10px 0;
  height: 1px;
  background: linear-gradient(90deg, #F7EF8A, #D2AC47);
}

/* ─ Corpo descritivo */
.protocol-card__body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #F0EDE6 !important;
  flex: 1;
  font-variant-numeric: lining-nums;
}

.protocol-card__highlight {
  display: inline-block;
  background: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 700;
  font-style: italic;
  font-size: 0.72rem;
}

/* ─ Progressão visual (pontos) */
.protocol-card__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}

.protocol-card__step-dot {
  display: block;
  height: 3px;
  border-radius: 2px;
  flex: 1;
  background: rgba(176, 141, 87, 0.15);
  transition: background 300ms ease;
}

.protocol-card__step-dot--1 {
  background: linear-gradient(90deg, #F7EF8A, #D2AC47);
}

.protocol-card[data-step="3"] .protocol-card__step-dot--1 {
  background: linear-gradient(90deg, #F7EF8A, #D2AC47);
}

/* ─── MODULES STRIP ─────────────────────────────── */
.modules-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.module-block {
  position: relative;
  padding: 1.4rem 1.4rem 1.25rem;
  background: linear-gradient(180deg, rgba(11, 19, 33, .94), rgba(7, 12, 22, .98));
  border: 1px solid rgba(154, 208, 255, .1);
  border-radius: 16px;
}

.module-block::before {
  content: attr(data-n);
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  color: var(--cyan);
  letter-spacing: .08em;
  margin-bottom: .75rem;
  opacity: .7;
}

.module-block h3 {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: .5rem;
  color: var(--cyan);
}

.module-block p {
  color: #F0EDE6;
  font-size: .9rem;
  line-height: 1.6;
  margin: 0;
}

/* ─── TESTIMONIALS ──────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}

.testimonial-card {
  border-radius: 28px;
  background: rgba(17, 18, 21, .88);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.testimonial-card__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px 14px;
}

.testimonial-card__head h3 {
  margin: 0 0 6px;
  font-size: 1.24rem;
  line-height: 1.3;
}

.testimonial-card__head p {
  margin: 0;
  color: #c8d4e5;
  font-size: .98rem;
}

.testimonial-card__icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.testimonial-card__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #eef6ff;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-card__body {
  padding: 14px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.testimonial-card__body p {
  margin: 0;
  color: #CFCBBF;
  font-size: 1.06rem;
  line-height: 1.6;
  font-style: italic;
}



/* ─── GUARANTEE (Premium) ────────────────────────── */
.guarantee-section {
  position: relative;
  padding: clamp(16px, 2vw, 28px) clamp(20px, 5vw, 60px) clamp(40px, 5vw, 64px);
  background: #0d0d09;
  border-top: 1px solid rgba(176, 141, 87, .14);
  border-bottom: 1px solid rgba(176, 141, 87, .10);
  overflow: hidden;
  text-align: center;
}

/* Glow dourado radial ao centro */
.guarantee-section__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(176, 141, 87, .04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.guarantee-wrap {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

/* ─ Medalhão */
.guarantee-medal {
  position: relative;
  width: 248px;
  height: 248px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 30px rgba(176, 141, 87, .10)) drop-shadow(0 0 60px rgba(176, 141, 87, .03));
}

/* ─ Copy */
.guarantee-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guarantee-copy__title {
  margin: 4px 0 10px;
  font-family: "Cinzel", serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guarantee-copy__text {
  max-width: 520px;
  margin: 0 0 18px;
  color: #F0EDE6;
  font-size: clamp(.88rem, 1.4vw, 1rem);
  line-height: 1.6;
}

/* Trust bullets */
.guarantee-trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.guarantee-trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Raleway", sans-serif;
  font-size: .85rem;
  font-weight: 500;
  color: #CFCBBF;
}

/* CTA full-width */
.guarantee-cta {
  width: 100%;
  max-width: 440px;
}

/* ─ Keyframes */
@keyframes guaranteeRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes guaranteePulse {

  0%,
  100% {
    opacity: .4;
    transform: scale(1);
  }

  50% {
    opacity: .9;
    transform: scale(1.025);
  }
}



/* ─── PRICING CARD ──────────────────────────────── */
.pricing-card-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  /* Volta ao original para integrar a faixa */
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  background: #1B1C1D url('assets/poly_bg.png') center / cover no-repeat;
  border: 1px solid rgba(176, 141, 87, .22);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .55),
    0 0 0 1px rgba(176, 141, 87, .06),
    inset 0 1px 0 rgba(255, 255, 255, .03);
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 172, 71, .45), transparent);
  pointer-events: none;
}

.pricing-card__top-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1rem;
  background: linear-gradient(90deg, #9C7821 0%, #F5EC9B 50%, #9C7821 100%);
  border-bottom: none;
  color: #0A0A0A;
  /* Alto contraste para destaque */
  font-family: "Cinzel", serif;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  z-index: 10;
  text-shadow: none;
}

.pricing-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.92rem 1.25rem;
  text-align: center;
}

.pricing-card__benefits {
  display: grid;
  gap: 0;
  margin: 0;
  padding: .9rem 1.25rem;
  list-style: none;
  text-align: left;
  border-radius: 12px;
  background: #1B1C1D;
  border: 1px solid rgba(176, 141, 87, .1);
}

.pricing-card__benefits li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #CFCBBF;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid rgba(176, 141, 87, .07);
  font-family: "Raleway", sans-serif;
}

.pricing-card__benefits li:last-child {
  border-bottom: none;
}

.pricing-card__benefit-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0D0D09;
  border: 1px solid rgba(176, 141, 87, .5);
  position: relative;
  flex-shrink: 0;
}

.pricing-card__benefit-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 8px;
  height: 4.5px;
  border-left: 1.5px solid #D2AC47;
  border-bottom: 1.5px solid #D2AC47;
  transform: rotate(-45deg);
}

.pricing-divider {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0.5rem 0;
}

.pricing-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 141, 87, .2), transparent);
}

.pricing-divider i {
  font-style: normal;
  font-size: 0.85rem;
  color: #E6D27A !important;
  flex-shrink: 0;
  opacity: 1;
  font-weight: 900;
}

.pricing-card__header h3 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-card__header p {
  margin: 0;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: .05em;
  font-family: "Cinzel", serif;
}

.pricing-card__price-old {
  margin: 0 0 0.5rem;
}

.pricing-card__price strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(3rem, 7vw, 4.5rem);
  font-weight: 400;
  color: #CFCBBF;
  line-height: 1;
  text-shadow: 0 0 40px rgba(242, 237, 227, .08);
}

.pricing-card__price-label {
  display: block;
  margin-top: .4rem;
  color: #C7A24A;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
}

.pricing-card__trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  max-width: 340px;
  margin: 1.25rem auto 0;
  padding: 0;
  list-style: none;
}

.pricing-card__trust li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  padding: .85rem .75rem;
  color: #F7EF8A;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #F7EF8A;
  border-radius: 4px;
  background: rgba(176, 141, 87, .06);
  font-family: "Raleway", sans-serif;
}

.pricing-card__trust li::before {
  content: '—';
  color: #9F7A3A;
  font-size: .65rem;
  letter-spacing: 0;
  line-height: 1;
}

.safe-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: #4a4035;
  font-size: .7rem;
  margin-top: 1rem;
  letter-spacing: .04em;
  font-family: "Raleway", sans-serif;
}

.safe-bar svg {
  width: 12px;
  height: 12px;
  fill: #9F7A3A;
  opacity: .7;
}

/* ─── BUTTONS — SISTEMA UNIFICADO PREMIUM ─────────── */

/* Keyframe de brilho deslizante (shimmer) */
@keyframes btn-shimmer {
  0% {
    transform: translateX(-120%) skewX(-20deg);
  }

  100% {
    transform: translateX(220%) skewX(-20deg);
  }
}

/* ── Base ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  position: relative;
  overflow: hidden;
  padding: .9rem 2.25rem;
  font-family: "Cinzel", serif;
  font-weight: 900;
  font-size: .88rem;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  /* Transição elegante — sem vibrar */
  transition:
    transform .28s cubic-bezier(.22, 1, .36, 1),
    box-shadow .28s ease,
    background .28s ease,
    border-color .28s ease;
  -webkit-font-smoothing: antialiased;
  user-select: none;
}

/* ── Shimmer pseudo-element decorativo (todos os btn) ── */
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: rgba(255, 255, 255, .12);
  transform: translateX(-120%) skewX(-20deg);
  pointer-events: none;
}

.btn:hover::after {
  animation: btn-shimmer .55s cubic-bezier(.22, 1, .36, 1) forwards;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:active {
  transform: translateY(-1px);
}

/* ── BOTÃO PRINCIPAL: dourado premium ── */
.btn-gold {
  background: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%) !important;
  color: #0A0A0A;
  box-shadow:
    0 8px 28px -4px rgba(245, 158, 11, .40),
    0 2px 6px rgba(0, 0, 0, .32),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  border: 1px solid rgba(245, 158, 11, .12);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #BF952F 5%, #FFF8A0 45%, #E1BC5A 85%);
  box-shadow:
    0 14px 38px -4px rgba(245, 158, 11, .52),
    0 4px 12px rgba(0, 0, 0, .40),
    inset 0 1px 0 rgba(255, 255, 255, .25);
  color: #0A0A0A;
}

.btn-gold:active {
  box-shadow:
    0 5px 16px -4px rgba(245, 158, 11, .35),
    0 2px 6px rgba(0, 0, 0, .28);
}

/* ── BOTÃO SECUNDÁRIO: grafite + borda dourada ── */
.btn-outline {
  background: #1B1C1D;
  color: #CFCBBF;
  border: 1px solid rgba(176, 141, 87, .38);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.btn-outline:hover {
  background: #1e1e1e;
  border-color: rgba(176, 141, 87, .65);
  color: #CFCBBF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.btn-outline:active {
  box-shadow: 0 3px 8px rgba(0, 0, 0, .28);
}

/* ── BOTÃO AUXILIAR / GHOST ── */
.btn-ghost {
  background: rgba(255, 255, 255, .04);
  color: #B8B3AA;
  border: 1px solid rgba(176, 141, 87, .16);
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(176, 141, 87, .07);
  border-color: rgba(176, 141, 87, .32);
  color: #CFCBBF;
}

/* ── Modificadores de tamanho ── */
.btn-block {
  width: 100%;
}

/* LG — botões de seção (garantia, faq, bônus) */
.btn-lg {
  min-height: 52px;
  padding: .95rem 2.5rem;
  font-size: .9rem;
  letter-spacing: .1em;
}

/* CTA strip: botão mais imponente */
.cta-strip .btn-lg {
  width: 80%;
  padding: 0.75rem 1.62rem !important;
  font-size: 0.9rem !important;
  letter-spacing: .08em !important;
}

@media (min-width: 1025px) {
  .cta-strip .btn-lg {
    padding: 1.05rem 2.5rem !important;
    font-size: 1.05rem !important;
    letter-spacing: .12em !important;
    font-weight: 800 !important;
    max-width: 440px;
  }
}

#bonus .btn-lg {
  padding: 0.95rem 1rem;
  min-height: 51px;
  font-size: 1rem;
  width: 100%;
  max-width: 332px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sistema .section-heading--centered {
  margin-bottom: 5px;
}

#offerta .section-heading--centered {
  margin-bottom: 5px;
}

/* XL — CTA principal da oferta */
.btn-xl {
  min-height: 68px;
  padding: 1.25rem 3rem;
  font-size: 1.02rem;
  letter-spacing: .2em;
  border-radius: 6px;
}

/* ── Focus visible: acessibilidade com identidade de marca ── */
.btn:focus-visible,
.hero-cta:focus-visible,
.hero-cta-sec:focus-visible {
  outline: 2px solid #D2AC47;
  outline-offset: 3px;
}

.btn-gold:focus-visible {
  outline-color: #D2AC47;
  box-shadow:
    0 0 0 4px rgba(176, 141, 87, .22),
    0 8px 28px -4px rgba(176, 141, 87, .40);
}

.protocol-slider__btn:focus-visible {
  outline: 2px solid #D2AC47;
  outline-offset: 2px;
}

.protocol-slider__dot:focus-visible {
  outline: 2px solid #D2AC47;
  outline-offset: 3px;
  border-radius: 3px;
}

/* ─── FAQ ────────────────────────────────────────── */
.faq-section {
  position: relative;
  margin-top: 30px !important;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #B08D57, transparent);
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: .6rem;
}

.faq-item {
  border-radius: 12px;
  border: 1px solid rgba(176, 141, 87, .15);
  background: #1B1C1D;
  overflow: hidden;
  transition: border-color 280ms ease, background 280ms ease;
}

.faq-item:hover {}

.faq-item[open] {
  background: #1B1C1D;
  border-color: rgba(176, 141, 87, .45);
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  cursor: pointer;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span:first-child {
  color: #CFCBBF;
  font-family: "Raleway", sans-serif;
  font-size: clamp(.92rem, 1.6vw, 1.05rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .01em;
}

.faq-item[open] summary span:first-child {
  color: #D2AC47;
}

.faq-icon {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(176, 141, 87, .3);
  background: rgba(176, 141, 87, .05);
  transition: border-color 280ms ease, background 280ms ease, transform 280ms ease;
}

.faq-item[open] .faq-icon {
  border-color: rgba(176, 141, 87, .6);
  background: rgba(176, 141, 87, .1);
  transform: rotate(45deg);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1.5px;
  background: #D2AC47;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: opacity 200ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-body {
  padding: 0 22px 18px;
  border-top: 1px solid rgba(176, 141, 87, .08);
}

.faq-body p {
  margin: 14px 0 0;
  color: #7a7060;
  font-family: "Raleway", sans-serif;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .01em;
}

/* ─── FAQ CONTACT BLOCK ──────────────────────────── */
.faq-contact {
  max-width: 760px;
  margin: 2.5rem auto 0;
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(176, 141, 87, .1);
}

.faq-contact__text {
  margin: 0 0 1rem;
  color: #4a4035;
  font-family: "Raleway", sans-serif;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.faq-contact__btn {
  min-width: 260px;
}

/* ─── FOOTER ─────────────────────────────────────── */
.site-footer {
  text-align: center;
  padding: 2.5rem 2rem 3rem;
  border-top: 1px solid rgba(176, 141, 87, .06);
}

.footer-copy {
  margin: 0 0 .75rem;
  color: #2e2820;
  font-family: "Raleway", sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-legal {
  max-width: 600px;
  margin: 0 auto;
  color: #1e1a14;
  font-family: "Raleway", sans-serif;
  font-size: .68rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .005em;
}

/* ─── Animations ─────────────────────────────────── */
@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes popupFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.02);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes floatMoney {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: .3;
  }

  50% {
    opacity: .8;
  }

  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

.tcard__initials {
  font-weight: 700;
  color: #D2AC47;
}

.tcard__city {
  color: #7a7060;
  margin-left: 6px;
}

@keyframes learning-icon-pulse {

  0%,
  100% {
    opacity: .62;
    transform: scale(.96);
  }

  50% {
    opacity: .94;
    transform: scale(1.05);
  }
}

@keyframes learning-icon-orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes symptom-icon-pulse {

  0%,
  100% {
    opacity: .56;
    transform: scale(.96);
  }

  50% {
    opacity: .9;
    transform: scale(1.06);
  }
}

@keyframes symptom-icon-orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 1024px) {
  .hero__content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.5rem;
  }

  .hero-left {
    align-items: center;
  }

  /* hero-right: altura controlada — reduz espaço entre estátua e título */
  .hero-right {
    display: none;
    order: -1;
    position: relative;
  }

  /* hero-image-wrap: posição relativa para servir de âncora dos popups absolutos */
  .hero-image-wrap {
    position: absolute;
    inset: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .hero-card-wrap {
    margin: 0 auto;
    max-width: 480px;
  }

  /* scarcity-band já é flex-column centrado por padrão — sem override necessário */
  .identity-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .learning-grid {
    grid-template-columns: 1fr 1fr;
    gap: 29px;
    margin-top: 2rem;
  }

  .modules-strip {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .emotion-grid {
    grid-template-columns: 1fr;
  }

  .emotion-grid--bonus {
    grid-template-columns: 1fr;
  }

  .protocol-grid {
    grid-template-columns: 1fr;
  }

  .protocol-slider {
    max-width: 332px;
  }

  .symptoms__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .guarantee-section {
    padding: 16px clamp(20px, 5vw, 40px) 56px;
  }

  .guarantee-medal {
    width: 360px;
    height: 360px;
  }

  .guarantee-medal svg {
    width: 360px;
    height: 360px;
  }

  .cta-strip {
    flex-direction: column;
    gap: 25px !important;
    padding: 30px 20px !important;
  }

  /* Popups: lado a lado, paralelos, na base da imagem */
  .hero-popup {
    position: absolute;
    min-width: 0;
    width: auto;
    padding: .35rem .55rem;
    gap: .38rem;
    border-radius: 9px;
    animation: popupFloat 6s ease-in-out infinite;
  }

  .hero-popup .hero-popup__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .hero-popup .hero-popup__icon svg {
    width: 11px;
    height: 11px;
  }

  .hero-popup .hero-popup__title {
    font-size: .54rem;
    white-space: nowrap;
  }

  .hero-popup .hero-popup__title span {
    font-size: .5rem;
  }

  .hero-popup .hero-popup__value {
    font-size: .56rem;
    white-space: nowrap;
  }

  /* Mesma altura — lado a lado */
  .hero-popup--one {
    bottom: 8%;
    left: 2%;
    animation-delay: 0s;
  }

  .hero-popup--two {
    bottom: 8%;
    right: 2%;
    top: auto;
    animation-delay: 1.5s;
  }

  .hero-image-fade {
    background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 40%, #000000 88%);
  }

  .hero-symbol {
    display: none;
  }
}

@media (max-width: 640px) {

  /* ── Espaçamento vertical global entre seções ── */
  .benefits {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .symptoms {
    padding-bottom: 10px;
  }

  .emotional-fold {
    padding-bottom: 24px !important;
  }

  .social-proof {
    padding: 40px 0 50px !important;
    /* Aumentado o respiro inferior no mobile para 50px */
  }

  .section-heading--centered {
    margin-bottom: 8px !important;
  }

  /* ── Hero ─────────────────────────────────── */
  .hero {
    min-height: auto;
    padding: 20px 18px 0;
  }

  .hero-right {
    display: none;
  }

  .hero-main-title {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 0px;
    color: #D2AC47;
  }

  .hero-pre-title {
    margin-bottom: 2px !important;
    font-size: 1.2rem !important;
    letter-spacing: 2px !important;
    font-weight: 900 !important;
    background: var(--gold-grad) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .hero-date-badge {
    margin-top: 2px !important;
    margin-bottom: 0;
  }

  .hero-date-badge::before {
    margin-right: 4px !important;
  }

  .hero-date-badge::after {
    margin-left: 4px !important;
  }

  .hero-ebook-cover {}

  .hero-logo-area {
    padding-bottom: 5px;
  }

  .learning-grid {
    grid-template-columns: 1fr;
    gap: 66px;
    margin-bottom: 20px !important;
    margin-top: calc(1.5rem + 30px);
  }

  .learning-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 11px !important;
  }

  .learning-icon svg {
    width: 14px !important;
    height: 14px !important;
    stroke-width: 4 !important;
  }

  .learning-icon-numeral {
    font-size: 22px !important;
  }

  .modules-strip {
    grid-template-columns: 1fr;
  }

  .emotion-grid--bonus {
    grid-template-columns: 1fr;
  }

  .protocol-grid {
    grid-template-columns: 1fr;
  }

  .protocol-card__ghost-num {
    font-size: 5.5rem;
  }

  .pricing-card__content {
    padding: 1.5rem 0.95rem 2rem !important;
  }

  .guarantee-medal {
    width: 206px;
    height: 206px;
  }

  .guarantee-medal svg {
    width: 206px;
    height: 206px;
  }

  /* ── Botões — mobile ── */
  .btn {
    width: 100%;
    /* tap target generoso */
    min-height: 52px;
    padding: .9rem 1.75rem;
    font-size: .86rem;
    font-family: "Cinzel", serif;
    /* sem hover translateY agitando no touch */
    transition:
      box-shadow .22s ease,
      background .22s ease,
      border-color .22s ease;
  }

  .btn:hover {
    transform: none;
  }

  .btn-xl {
    min-height: 64px;
    font-size: .94rem;
    padding: 1.15rem 2rem;
  }

  .btn-lg {
    min-height: 48px;
    padding: .85rem 1.75rem;
  }

  /* Hero CTA principal — mobile: largura total */
  .hero-cta {
    width: 100%;
    min-height: 52px;
    font-size: .88rem;
    font-family: "Cinzel", serif;
    transition: box-shadow .22s ease, background .22s ease, border-color .22s ease;
  }

  /* Hero CTA secundário — mobile: menor e subordinado */
  .hero-cta-sec {
    width: auto;
    min-height: 36px;
    padding: .4rem 1.4rem;
    font-size: .72rem;
    font-family: "Raleway", sans-serif;
    border: 1px solid rgba(247, 239, 138, 0.45);
    letter-spacing: 0.06em;
    transition: box-shadow .22s ease, background .22s ease, border-color .22s ease;
  }

  /* Botão específico do Card de Caminho — Configuração Ideal */
  .cta-strip .btn-lg {
    width: 80%;
    max-width: 100%;
    min-height: 56px !important;
    padding: 0.75rem 1.62rem !important;
    font-size: 0.9rem !important;
    letter-spacing: .08em !important;
  }

  .cta-strip {
    gap: 25px !important;
    margin-top: 69px !important; /* Espaçamento premium no mobile também */
    padding: 30px 20px !important;
  }

  .hero-cta:hover,
  .hero-cta-sec:hover {
    transform: none;
  }

  /* ── Espaçamento oferta → garantia no mobile ── */
  #offerta {
    padding-bottom: 2.5rem !important;
  }

  .guarantee-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .hero-glass-card {
    padding: 1.75rem 1.25rem;
    margin-top: -10px;
  }
}

/* ═══════════════════════════════════════════════════
   PROVA SOCIAL — INFINITE MARQUEE (ESTEIRA)
   CSS-only infinite scroll. No JS. No generic carousel.
═══════════════════════════════════════════════════ */

/* ── Section wrapper ─────────────────────────────── */
.social-proof {
  position: relative;
  padding: 40px clamp(20px, 5vw, 60px) 40px;
  overflow: hidden;
  background: #000;
}

.social-proof::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #B08D57, transparent);
}

.social-proof .section-heading--centered {
  margin-bottom: 36px !important;
  padding: 0 1rem;
}

.social-proof .section-heading h2 {
  margin-bottom: 26px !important;
}

.social-proof__subtitle {
  margin: 10px auto 0;
  max-width: 400px;
  text-align: center;
  color: #6a6055;
  font-family: "Raleway", sans-serif;
  font-size: .84rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .015em;
}

/* ── Premium Fade-In: Testimonials Section ───────── */
@keyframes depo-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes depo-fade-marquee {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Hidden state before animation triggers */
#depoimentos .section-heading {
  opacity: 0;
}

#depoimentos .marquee-outer {
  opacity: 0;
}

/* Active state — added by JS when section enters viewport */
#depoimentos.depo--visible .section-heading {
  animation: depo-fade-up 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

#depoimentos.depo--visible .marquee-outer {
  animation: depo-fade-marquee 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

/* ── Premium Fade-In: Oferta Final ──────────────── */
@keyframes oferta-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#oferta h2,
#oferta p,
#oferta .pricing-card,
#oferta .pricing-card__top-badge,
#oferta .pricing-card__benefits li,
#oferta .pricing-divider,
#oferta .pricing-card__price,
#oferta #cta-oferta-principal,
#oferta .pricing-card__trust {
  opacity: 0;
}

#oferta.oferta--visible h2 {
  animation: oferta-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

#oferta.oferta--visible p {
  animation: oferta-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.20s both;
}

#oferta.oferta--visible .pricing-card {
  animation: oferta-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

#oferta.oferta--visible .pricing-card__top-badge {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

#oferta.oferta--visible .pricing-card__benefits li:nth-child(1) {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both;
}

#oferta.oferta--visible .pricing-card__benefits li:nth-child(2) {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.95s both;
}

#oferta.oferta--visible .pricing-card__benefits li:nth-child(3) {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.25s both;
}

#oferta.oferta--visible .pricing-card__benefits li:nth-child(4) {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.65s both;
}

#oferta.oferta--visible .pricing-divider {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 2.15s both;
}

#oferta.oferta--visible .pricing-card__price {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 2.55s both;
}

#oferta.oferta--visible #cta-oferta-principal {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 3.05s both;
}

#oferta.oferta--visible .pricing-card__trust {
  animation: oferta-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 3.55s both;
}

/* ── Outer container: clips the scroll + edge fades ─ */
.marquee-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Left & right fade masks */
.marquee-outer::before,
.marquee-outer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(60px, 12vw, 160px);
  z-index: 2;
  pointer-events: none;
}

.marquee-outer::before {
  left: 0;
  background: linear-gradient(to right, #000000 0%, transparent 100%);
}

.marquee-outer::after {
  right: 0;
  background: linear-gradient(to left, #000000 0%, transparent 100%);
}

/* ── Scrolling track wrapper ─────────────────────── */
.marquee-track-wrap {
  display: flex;
  width: max-content;
  animation: marquee-scroll 48s linear infinite;
  /* Ajustado para 48s conforme solicitado */
  will-change: transform;
}

.marquee-outer:hover .marquee-track-wrap,
.marquee-outer:active .marquee-track-wrap {
  animation-play-state: paused;
}


/* ── Individual track (original + clone) ──────────── */
.marquee-track {
  display: flex;
  gap: 30px;
  padding: 12px 12px 20px;
}

/* ── Individual card ─────────────────────────────── */
.tcard {
  position: relative;
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 40px 32px 36px;
  background:
    /* Top-right corner — horizontal accent */
    linear-gradient(to left,
      rgba(191, 149, 63, 0.5) 0%,
      rgba(252, 246, 186, 0.5) 50%,
      rgba(179, 135, 40, 0.5) 100%,
      transparent) top right / 48px 2px no-repeat,
    /* Top-right corner — vertical accent */
    linear-gradient(to bottom,
      rgba(191, 149, 63, 0.5) 0%,
      rgba(252, 246, 186, 0.5) 50%,
      rgba(179, 135, 40, 0.5) 100%,
      transparent) top right / 2px 48px no-repeat,
    /* Card base color */
    #1B1C1D;
  border: 1px solid rgba(176, 141, 87, .18);
  border-radius: 16px;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, .45),
    inset 0 1px 0 rgba(255, 255, 255, .03);
  transition: border-color .3s ease, box-shadow .3s ease;
  cursor: default;
}

/* Corner accent — top-left gold notch */
.tcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg,
      rgba(191, 149, 63, 0.5) 0%,
      rgba(252, 246, 186, 0.5) 50%,
      rgba(179, 135, 40, 0.5) 100%,
      transparent);
  border-radius: 0 0 0 16px;
}

.tcard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 48px;
  background: linear-gradient(180deg,
      rgba(191, 149, 63, 0.5) 0%,
      rgba(252, 246, 186, 0.5) 50%,
      rgba(179, 135, 40, 0.5) 100%,
      transparent);
  border-radius: 16px 0 0 0;
}

.tcard:hover {
  box-shadow:
    0 8px 40px rgba(0, 0, 0, .55),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

/* Quote icon */
.tcard__quote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  opacity: .9;
}

/* Left diamond — forced to position 1 */
.tcard__diamond {
  order: 1;
  flex-shrink: 0;
  color: #E6D27A !important;
  font-size: 1.32rem;
  line-height: 1;
}

/* Line between the two diamonds */
.tcard__quote::before {
  content: "";
  order: 2;
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(176, 141, 87, .2),
      rgba(176, 141, 87, .4) 50%,
      rgba(176, 141, 87, .2));
}

/* Right diamond */
.tcard__quote::after {
  content: "◆";
  order: 3;
  flex-shrink: 0;
  font-size: 1.32rem;
  line-height: 1;
  color: #E6D27A !important;
}

/* ─── Footer ────────────────────────────────────── */
/* Testimonial text */
.tcard__text {
  margin: 0;
  flex: 1;
  font-family: "Raleway", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.65;
  color: #F0EDE6;
  font-style: italic;
  letter-spacing: .01em;
}

/* Author block */
.tcard__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Centraliza nome e cargo */
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.tcard__name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3em;
  font-family: "Cinzel", serif;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #F0EDE6;
}

.tcard__initials {
  font-family: "Cinzel", serif;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.tcard__city {
  font-family: "Cinzel", serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.tcard__role {
  font-family: "Cinzel", serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 1;
}

/* ── Keyframe ────────────────────────────────────── */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 640px) {
  .tcard {
    flex: 0 0 340px;
    padding: 26px 24px 24px;
    gap: 12px;
  }

  .tcard__text {
    font-size: .88rem;
  }

  .marquee-track {
    gap: 30px;
  }

  .marquee-track-wrap {
    animation-duration: 48s;
  }
}

/* ── Ícones de aprendizado: ouro sólido, sem glow ── */
.learning-icon svg {
  stroke: #D2AC47;
  /* Ouro sólido sem emissão de luz */
  filter: none;
}

.learning-item:hover .learning-icon svg {
  stroke: #e8cf80;
  filter: none;
}

/* ── Ícones de sintoma: Tamanho reduzido ── */
.symptom-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.symptom-item__icon svg {
  width: 14px;
  height: 14px;
}

/* Laranja → Dourado premium (padrão btn-outline) */
.symptom-item__icon--gold {
  background: #0D0D09;
  border-color: rgba(176, 141, 87, .38);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.symptom-item__icon--gold svg {
  stroke: #D2AC47;
  /* Tom dourado do texto/borda do botão */
  filter: none;
  /* Removendo o brilho forte para ficar alinhado ao botão */
}

/* ── Ícones de check da oferta (padrão botão VER O SISTEMA) ── */
.pricing-card__benefit-icon {
  background: #0D0D09 !important;
  border: 1px solid #F7EF8A !important;
  /* Dourado sólido e vivo, igual ao texto/borda do botão */
}

.pricing-card__benefit-icon::after {
  border-color: #F7EF8A !important;
}

/* ── Botões de confiança do rodapé (padrão botão VER O SISTEMA) ── */
.pricing-card__trust li {
  background: #0D0D09 !important;
  border: 1px solid #F7EF8A !important;
  color: #F7EF8A !important;
}

.pricing-card__trust li::before {
  color: #F7EF8A !important;
}

/* ── Cartões de Protocolo: Dourado Premium nos Romanos e Itálico ── */
.pcard__num,
.pcard__tag {
  background: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  opacity: 1 !important;
}

/* ── Forçando Raleway no CTA Strip ── */
.cta-strip h3 {
  font-family: "Raleway", sans-serif !important;
  text-transform: none !important;
  font-size: 0.85rem !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  line-height: 1.3 !important;
}

/* ── Animação dos Ícones de Sintoma: Ouro em vez de Laranja ── */
.symptom-item__icon--gold::before {
  background: none !important;
  /* Glow pulsante removido */
  opacity: 0 !important;
}

.symptom-item__icon--gold::after {
  /* Anel giratório mantido: sutil, sólido, sem glow */
  border-color: rgba(210, 172, 71, 0.08) !important;
  border-top-color: rgba(210, 172, 71, 0.35) !important;
}

/* ── Títulos Antes/Depois da Ordem em Bold (Padrão Card) ── */
.transform-block__label-text {
  font-family: "Cinzel", serif !important;
  font-weight: 900 !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.15em !important;
  white-space: normal !important;
  text-align: center !important;
}

.transform-block--prima .transform-block__label-text {
  color: #84482D !important;
}

.transform-block--prima .transform-block__label-line {
  background: #84482D !important;
  opacity: 0.3 !important;
}

/* ── Kickers (Subtítulos de seção) em Bold ── */
.section-kicker {
  font-family: "Cinzel", serif !important;
  font-weight: 900 !important;
}

/* ── Correção Visual dos Cards de Depoimento (Padrão do Site) ── */
/* .tcard__diamond is now handled inside .tcard__quote block above */

.tcard__text {
  color: #F0EDE6 !important;
  /* Smoke White para máxima legibilidade */
}

.tcard__role {
  color: rgba(207, 203, 191, 0.65) !important;
  /* Tom mutado quente padrão do site */
}

/* ── Estilo Estóico Agressivo: Bordas 100% Quadradas em todos os Cards ── */
.hero-glass-card,
.transform-block,
.pcard,
.tcard,
.pricing-card,
.pricing-card-wrap,
.emotional-fold__wrap,
.symptoms__panel,
.identity-item,
.symptom-item,
.cta-strip,
.faq-item {
  border-radius: 0 !important;
}

/* ── Espaçamento: A ORDEM DO -> GUERREIRO ── */
.hero-pre-title {
  margin-bottom: 1px !important;
  /* Ajustado para 1px conforme solicitado */
}

/* ── Otimização de Animação: Sequência de Entrada do Hero ── */
/* IMPORTANTE: As animações de entrada (FadeSlideUp, opacity, translate) 
   foram REMOVIDAS do CSS fixo e agora são gerenciadas 100% pelo Javascript 
   em index.html para garantir os delays e o efeito letra-a-letra corretos sem pulos. */

/* ── Respeito a prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {

  .hero-logo-area .hero-picture,
  .hero-pre-title,
  .hero-main-title,
  .hero-date-badge,
  .hero-ebook-cover,
  .hero-glass-card {
    animation: none !important;
  }
}

/* ── Remoção de Glow: Mockup Principal e Protocolo 21 Dias ── */
.hero-ebook-img,
.bonus-ebook-img {
  filter: none !important;
  /* Sombra removida */
}

/* ═══════════════════════════════════════════════════════
   BOTÕES: Glow apenas no CTA principal ENTRAR NA ORDEM
════════════════════════════════════════════════════════ */

/* Zerar glow de TODOS os btn-gold por padrão */
.btn-gold,
.btn-gold:hover,
.btn-gold:active {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

/* Restaurar glow SOMENTE no CTA principal */
#cta-offerta-principal {
  box-shadow:
    0 8px 20px -4px rgba(245, 158, 11, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

#cta-oferta-principal:hover {
  box-shadow:
    0 14px 28px -4px rgba(245, 158, 11, 0.35),
    0 4px 12px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
}

#cta-oferta-principal:active {
  box-shadow:
    0 5px 16px -4px rgba(245, 158, 11, 0.35),
    0 2px 6px rgba(0, 0, 0, 0.28) !important;
}

/* ── Botão CTA Robusto ── */
.cta-button {
  width: 100%;
  min-height: 72px;
  padding: 20px 32px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #F7EF8A 0%, #D2AC47 100%);
  color: #0D0D09;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 6px 0 #846A2D;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.cta-button:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #846A2D;
}

.cta-button:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #846A2D;
}

/* ── Padronização FAQ: Gradiente Premium nas Perguntas ── */
.faq-item summary span:first-child {
  background: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: #F7EF8A !important;
  /* Fallback */
  font-family: "Raleway", sans-serif !important;
  font-weight: 800 !important;
  display: inline-block !important;
}

.faq-item[open] summary span:first-child {
  background: linear-gradient(135deg, #AE8625 5%, #F7EF8A 45%, #D2AC47 85%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.faq-body p {
  color: #CFCBBF !important;
  opacity: 0.8;
}

.faq-icon {
  border-color: #F7EF8A !important;
}

.faq-icon::before,
.faq-icon::after {
  background: #F7EF8A !important;
}

/* ── Hero: hierarquia de entrada sequencial ──────────────── */

/* Keyframe 1 — sobe suavemente (logo + card) */
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keyframe 2 — entra pela direita (popups) */
@keyframes hero-slide-in {
  from {
    opacity: 0;
    transform: translateX(22px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Keyframe 3 — flutuação suave vertical (ebook + card) */
@keyframes float-y {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* Keyframe 4 — popup 1: só vertical, sem rotação */
@keyframes float-popup-1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Keyframe 5 — popup 2: fase inversa */
@keyframes float-popup-2 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-4px);
  }
}

/* Keyframe 6 — flutuação leve do título */
@keyframes float-title {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-3px);
  }
}

/* Elementos base: iniciam invisíveis */
.hero-pre-title,
.hero-main-title,
.hero-date-badge,
.hero-ebook-cover,
.hero-picture,
.hero-popup--one,
.hero-popup--two {
  opacity: 0;
}

/* ── LOGO: a animação de entrada agora é controlada 100% pelo Javascript ── */

/* ── EBOOK: entrada controlada pelo JS + flutuação contínua ── */
.hero-ebook-cover {
  margin-top: 30px !important;
  animation: float-y 4.20s ease-in-out infinite;
}

/* ── IMAGEM PRINCIPAL (SELO) ── */
.hero-logo-area .hero-picture {
  /* Entrada controlada pelo JS */
}

/* ── CARD ── */
.hero-glass-card {
  opacity: 1;
}

/* ── POPUPS: override total do styles.css ── */
.hero-popup {
  animation: none !important;
  will-change: transform;
  /* GPU layer dedicado */
  transform: translateZ(0);
  /* força compositing — bloco inteiro move unido */
  backface-visibility: hidden;
}

/* Float limpo — apenas translateY, sem scale, sem opacity */
@keyframes float-popup-1 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes float-popup-2 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

/* Entrada (1x) + float (∞) — separados para evitar restart opacity */
.hero-popup--one {
  animation:
    hero-slide-in 0.60s cubic-bezier(0.22, 1, 0.36, 1) 1.20s both,
    float-popup-1 3.60s ease-in-out 1.80s infinite !important;
}

.hero-popup--two {
  animation:
    hero-slide-in 0.60s cubic-bezier(0.22, 1, 0.36, 1) 1.50s both,
    float-popup-2 4.00s ease-in-out 2.10s infinite !important;
}

/* Filhos: lock total para não conflitar com o layer pai */
.hero-popup__icon,
.hero-popup__content,
.hero-popup__title,
.hero-popup__value {
  transform: none !important;
  animation: none !important;
}

/* ── PROTOCOL CARDS: flutuação escalonada ── */
/* Protocol cards: estáticos */
.protocol-card {
  animation: none;
}

/* Bonus ebook: centralizado + flutuação suave — overrides totais */
.bonus-ebook-cover {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  animation: none;
  will-change: transform;
  margin-top: 15px !important;
  margin-bottom: 0.2rem !important;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4)) !important;
}

.bonus-ebook-cover--visible {
  animation: float-y 4.5s ease-in-out infinite !important;
}

/* Remove perspectiva torta dos dois mockups */
.hero-ebook-img,
.bonus-ebook-img {
  transform: none !important;
  display: block !important;
  margin: 0 auto !important;
}

.hero-ebook-img {
  width: 224px !important;
  max-width: 100% !important;
}

/* Bonus ebook = idêntico ao mockup principal (400px, sem filtro duplo) */
.bonus-ebook-img {
  width: 180px !important;
  max-width: 100% !important;
  /* filtro agora está só no container, como no hero */
}


/* Centraliza os containers dos dois ebooks */
.hero-ebook-cover,
.bonus-ebook-cover {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 100% !important;
}

.bonus-ebook-cover:hover .bonus-ebook-img,
.hero-ebook-cover:hover .hero-ebook-img {
  transform: scale(1.03) !important;
}

/* ── Transformation section: hierarquia refinada ─────────────────── */

.transform-header {
  text-align: center;
  margin-bottom: 1rem;
}

.transform-header .section-kicker {
  margin-bottom: 2.4rem;
  /* Aumentado ~19px */
  letter-spacing: 0.0em;
  font-weight: 900;
  font-size: 1.2rem;
  color: #D2AC47;
}

/* "Non cambia il mondo." — frase dominante */
.transform-header__line1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.37rem, 6vw, 1.78rem);
  font-weight: 800;
  color: #F0EDE6;
  letter-spacing: 0.15em;
  line-height: 1.15;
  margin: 0 0 2rem;
  /* Aumentado ~11px */
}

/* "Cambia l'uomo che smette di cedere." — apoio, ainda forte */
.transform-header__line2 {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(0.78rem, 3.1vw, 0.88rem);
  font-weight: 500;
  color: #B8B3A7;
  line-height: 1.4;
  margin: 0;
}

.transform-block {
  position: relative;
}

.transform-block+.transform-block {
  margin-top: 0;
  /* sobreposto por .transform-block--dopo abaixo */
}

/* Label-divisor: sem caixinha, só texto com linhas flanqueando */
.transform-block__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.transform-block__label-line {
  flex: 1;
  height: 1px;
}

.transform-block__label-text {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.2rem, 5vw, 1.55rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  flex-shrink: 0;
}

/* PRIMA: tom pesado, fosco, vermelho */
.transform-block--prima {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.transform-block--prima .transform-block__label-line {
  background: linear-gradient(90deg, transparent, rgba(160, 40, 40, 0.42));
}

.transform-block--prima .transform-block__label-line:first-child {
  background: linear-gradient(270deg, transparent, rgba(160, 40, 40, 0.42));
}

.transform-block--prima .transform-block__label-text {
  color: #9A5A3A;
}

.transform-block--prima .symptom-item__copy p {
  color: #C5C0B5;
  font-weight: 400;
}

/* DOPO: tom nobre, limpo, dourado — margem superior substitui o divisor */
.transform-block--dopo {
  margin-top: 2.8rem !important;
}

.transform-block--dopo .transform-block__label-line {
  background: linear-gradient(90deg, transparent, rgba(176, 141, 87, 0.4));
}

.transform-block--dopo .transform-block__label-line:first-child {
  background: linear-gradient(270deg, transparent, rgba(176, 141, 87, 0.4));
}

.transform-block--dopo .transform-block__label-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.transform-block--dopo .symptom-item__copy p {
  color: #FDFBF2;
  font-weight: 700;
}

/* Divisor entre os dois blocos */
.transform-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0;
  gap: 1rem;
}

.transform-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent);
}

.transform-divider__mark {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(176, 141, 87, 0.45);
  transform: rotate(45deg);
  background: transparent;
}

/* ── Scroll Reveal ───────────────────────────────────────────── */
@keyframes scroll-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scroll-rise-left {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scroll-rise-right {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.sr {
  opacity: 0;
}

.sr.sr--visible {
  animation: scroll-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sr.sr--from-left.sr--visible {
  animation: scroll-rise-left 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sr.sr--from-right.sr--visible {
  animation: scroll-rise-right 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sr--d1 {
  animation-delay: 0.00s !important;
}

.sr--d2 {
  animation-delay: 0.10s !important;
}

.sr--d3 {
  animation-delay: 0.20s !important;
}

.sr--d4 {
  animation-delay: 0.30s !important;
}

.sr--d5 {
  animation-delay: 0.40s !important;
}

.sr--d6 {
  animation-delay: 0.50s !important;
}

@media (max-width: 640px) {
  .pricing-card__benefits li {
    font-size: 1.02rem !important;
  }

  .pricing-card__benefits {
    padding-left: 0.55rem !important;
    padding-right: 0.55rem !important;
  }

  /* FORÇA ESPAÇAMENTO NO MOBILE - NÃO REMOVER */
  .bonus-ebook-cover {
    margin-top: 15px !important;
    display: flex !important;
    margin-bottom: 0 !important;
  }

  .hero-ebook-cover {
    margin-top: 30px !important;
    display: flex !important;
    margin-bottom: 0 !important;
  }
}

/* ── TESTIMONIAL QUOTES: Cinzel + Match Text Color ── */
.tcard__aspas {
  font-family: 'Cinzel', serif !important;
  font-size: 1.1rem !important;
  color: #F0EDE6 !important;
  font-weight: 800 !important;
  vertical-align: baseline;
  display: inline;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  text-shadow: none !important;
}