
.cta {
  --cta-gold: #d8b66c;
  --cta-gold-hi: #f6e7b0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--cream);
  text-align: center;

  background:
    radial-gradient(ellipse 80% 55% at 50% 30%, rgba(122, 20, 24, .55), transparent 70%),
    linear-gradient(180deg, #77141A 0%, #5A1224 46%, #360B18 82%, #24080F 100%);
  padding-block: clamp(4rem, 8vw, 6.5rem) clamp(4rem, 8vw, 7rem);
}

.cta__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

.cta__aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: .55;
  will-change: transform, opacity;
}
.cta__aura--rose {
  top: -14%; left: 50%;
  width: min(72vw, 760px); height: min(72vw, 760px);
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(201, 154, 146, .36) 0%, rgba(201, 154, 146, 0) 68%);
}
.cta__aura--gold {
  top: 40%; left: 50%;
  width: min(44vw, 420px); height: min(44vw, 420px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(214, 176, 90, .2) 0%, rgba(214, 176, 90, 0) 70%);
  opacity: .8;
}

.cta__particles { position: absolute; inset: 0; overflow: hidden; }
.cta__particle {
  position: absolute;
  width: var(--s, 2.5px);
  height: var(--s, 2.5px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 231, 176, .95) 0%, rgba(214, 176, 90, 0) 70%);
  opacity: .5;
  will-change: transform, opacity;
}

.cta__vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 120% 92% at 50% 40%, transparent 40%, rgba(20, 6, 12, .36) 78%, rgba(15, 4, 9, .64) 100%);
}

.cta__grain {
  position: absolute; inset: 0;
  opacity: .045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.cta__seam {
  position: absolute; inset: auto 0 0; height: clamp(8rem, 18vw, 15rem);
  /* Costura o CTA vinho com o footer, que agora é bege rosado. */
  background: linear-gradient(180deg, transparent 0%, rgba(122, 20, 24, .26) 44%, rgba(196, 158, 130, .68) 80%, var(--bege-1) 100%);
}

.cta__infinity-stage {
  position: absolute;
  top: 44%; left: 50%;
  width: min(96vw, 1180px);
  transform: translate(-50%, -50%);
  perspective: 1100px;
}
.cta__infinity-wrap {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}
.cta__infinity {
  display: block;
  width: 100%;
  opacity: .07;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, .35));
  will-change: transform, opacity;
}

.cta__infinity-glow {
  position: absolute; inset: 8% 4%;
  border-radius: 50%;
  background: radial-gradient(ellipse 62% 58% at 50% 50%, rgba(214, 176, 90, .24), rgba(214, 176, 90, 0) 70%);
  filter: blur(30px);
  opacity: .6;
  will-change: opacity, transform;
}

.cta__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta__content > * { max-width: 100%; }

.cta__eyebrow {
  justify-content: center;
  color: var(--rosa);
  letter-spacing: .22em;
  margin-bottom: clamp(1.4rem, 2.6vw, 1.9rem);
}

.cta__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.5rem, 6.2vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.cta__title-lead { display: block; color: var(--cream); }
.cta__title-em {
  display: block;
  margin-top: .1em;
  font-style: italic;
  font-weight: 500;

  color: rgba(232, 214, 202, .9);
  letter-spacing: -.022em;
  will-change: filter, transform, opacity;
}

.cta__sub {
  margin-top: clamp(1.2rem, 2.2vw, 1.6rem);
  max-width: 46ch;
  font-family: var(--font);
  font-weight: 300;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.68;
  letter-spacing: .002em;
  color: rgba(251, 247, 243, .74);
}

.cta__price {
  margin-top: clamp(1.8rem, 3.5vw, 2.6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
}
.cta__price-label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(216, 182, 108, .92);
  margin-bottom: .15rem;
}
.cta__price-value {
  display: inline-flex;
  align-items: baseline;
  gap: .3rem;
  color: var(--cream);
  line-height: 1;
}
.cta__price-currency {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: rgba(251, 247, 243, .8);
  align-self: flex-start;
  margin-top: .38em;
}
.cta__price-amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(3.6rem, 9.4vw, 5.8rem);
  letter-spacing: -.035em;
  background: linear-gradient(180deg, #FBF7F3 0%, #EAD8C8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta__price-period {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: rgba(251, 247, 243, .6);
}
.cta__price-note {
  margin-top: .35rem;
  font-family: var(--font);
  font-weight: 300;
  font-size: .9rem;
  letter-spacing: .008em;
  color: rgba(251, 247, 243, .55);
}

.cta__benefits {
  list-style: none;
  margin-top: clamp(1.8rem, 3.5vw, 2.4rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem clamp(.6rem, 1.4vw, .9rem);
  max-width: min(720px, 100%);
}
.cta__benefit {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .58rem .5rem .58rem .62rem;
  padding-right: 1.05rem;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 400;
  font-size: .9rem;
  letter-spacing: .004em;
  color: rgba(251, 247, 243, .88);
  background: rgba(251, 247, 243, .045);
  box-shadow: inset 0 0 0 1px rgba(251, 247, 243, .1), inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: transform .45s var(--ease), background .35s ease, box-shadow .4s ease, color .35s ease;
  will-change: transform;
}

/* Texto do chip em coluna para caber a condicao comercial sem truncar.
   A nota fica em hierarquia secundaria: menor e com menos opacidade. */
.cta__benefit-txt { display: flex; flex-direction: column; gap: .1rem; min-width: 0; }
.cta__benefit-note {
  font-size: .74rem; line-height: 1.35; font-weight: 300;
  color: rgba(251, 247, 243, .62);
  text-wrap: pretty;
}
.cta__benefit:has(.cta__benefit-note) { align-items: flex-start; padding-block: .5rem; }
.cta__benefit:has(.cta__benefit-note) .cta__benefit-ic { margin-top: .1rem; }

.cta__benefit-ic {
  display: grid;
  place-items: center;
  width: 1.55rem; height: 1.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--cta-gold);
  background: rgba(214, 176, 90, .12);
  box-shadow: inset 0 0 0 1px rgba(214, 176, 90, .22);
  transition: transform .45s var(--ease), background .35s ease, box-shadow .35s ease, color .35s ease;
}
.cta__benefit-ic svg { width: .92rem; height: .92rem; }
.cta__benefit:hover {
  transform: translateY(-3px);
  background: rgba(251, 247, 243, .075);
  box-shadow:
    inset 0 0 0 1px rgba(214, 176, 90, .45),
    0 0 26px -6px rgba(214, 176, 90, .5);
  color: var(--cream);
}
.cta__benefit:hover .cta__benefit-ic {
  transform: scale(1.08);
  color: var(--cta-gold-hi);
  background: rgba(214, 176, 90, .2);
  box-shadow: inset 0 0 0 1px rgba(214, 176, 90, .5), 0 0 14px -2px rgba(214, 176, 90, .55);
}

.cta__actions {

  margin-top: clamp(2.8rem, 5.5vw, 4.2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
}

.cta__cta-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-width: min(22rem, 100%);
  padding: 1.3rem 3.6rem;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 1.12rem;
  letter-spacing: .01em;
  color: #fff;
  background:
    radial-gradient(120% 160% at 50% -30%, rgba(255, 236, 210, .18), transparent 55%),
    linear-gradient(150deg, #8C1A1F 0%, #6E0F12 46%, #57121F 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .18) inset,
    0 -8px 20px -12px rgba(0, 0, 0, .6) inset,
    0 18px 40px -16px rgba(90, 18, 36, .8),
    0 2px 6px rgba(0, 0, 0, .25);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  will-change: transform;
}

.cta__cta-primary::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 236, 210, .55), rgba(255, 255, 255, 0) 44%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: .9;
  pointer-events: none;
}

.cta__cta-shine {
  position: absolute; top: 0; bottom: 0;
  left: 0;
  width: 42%;
  transform: translateX(-180%) skewX(-18deg);
  background: linear-gradient(100deg, transparent, rgba(255, 240, 215, .3), transparent);
  pointer-events: none;
  z-index: 1;
}
.cta__cta-label, .cta__cta-arrow { position: relative; z-index: 2; }
.cta__cta-arrow {
  width: 1.15rem; height: 1.15rem;
  transition: transform .5s var(--ease);
}
.cta__cta-primary:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .24) inset,
    0 -8px 20px -12px rgba(0, 0, 0, .6) inset,
    0 30px 64px -16px rgba(90, 18, 36, .98),
    0 4px 12px rgba(0, 0, 0, .32);
}
.cta__cta-primary:hover .cta__cta-arrow { transform: translateX(4px); }
.cta__cta-primary:active { transform: translateY(-1px) scale(.99); transition-duration: .12s; }

.cta__cta-trust {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: -.1rem;
  font-family: var(--font);
  font-weight: 400;
  font-size: .86rem;
  letter-spacing: .01em;
  color: rgba(251, 247, 243, .52);
}
.cta__cta-trust-ic { width: .95rem; height: .95rem; flex: 0 0 auto; color: rgba(216, 182, 108, .85); }

.cta__cta-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .45rem;
  padding: .3rem .2rem;
  font-family: var(--font);
  font-weight: 400;
  font-size: .94rem;
  color: rgba(251, 247, 243, .62);
  background-image: linear-gradient(rgba(216, 182, 108, .8), rgba(216, 182, 108, .8));
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 0 1px;
  transition: color .35s ease, background-size .4s var(--ease);
}
.cta__cta-secondary-ic {
  width: 1rem; height: 1rem;
  flex: 0 0 auto;
  color: rgba(216, 182, 108, .8);
}
.cta__cta-secondary:hover { color: var(--cream); background-size: 82% 1px; }

.cta__signature {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .9rem;
}
.cta__signature-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: -.01em;
  color: var(--cream);
}
.cta__signature-line {
  max-width: min(40ch, 100%);
  font-family: var(--font);
  font-weight: 300;
  font-style: italic;
  font-size: .94rem;
  line-height: 1.6;
  color: rgba(251, 247, 243, .5);
}

.cta.is-animated .cta__bg,
.cta.is-animated .cta__infinity-stage,
.cta.is-animated [data-cta-el],
.cta.is-animated [data-cta-btn],
.cta.is-animated [data-cta-title-lead],
.cta.is-animated [data-cta-title-em],
.cta.is-animated [data-cta-benefit],
.cta.is-animated .cta__signature-name,
.cta.is-animated .cta__signature-line {
  opacity: 0;
}

@media (max-width: 680px) {
  .cta { padding-block: clamp(4.5rem, 16vw, 6.5rem) clamp(3.5rem, 10vw, 5rem); }
  .cta__title-lead, .cta__title-em { display: block; }
  .cta__sub { max-width: 34ch; }
  .cta__benefits { gap: .5rem; max-width: 24rem; }
  .cta__benefit { font-size: .84rem; padding: .48rem .9rem .48rem .5rem; }
  .cta__benefit-ic { width: 1.4rem; height: 1.4rem; }
  .cta__actions { margin-top: clamp(2.4rem, 8vw, 3.2rem); gap: 1rem; }
  .cta__cta-primary { width: min(90%, 24rem); min-width: 0; padding-inline: 1.5rem; }
  .cta__infinity-stage { width: 158vw; }
}

@media (max-width: 400px) {
  .cta__price-amount { font-size: clamp(3rem, 17vw, 4.2rem); }
  .cta__benefits { max-width: 20rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cta__aura, .cta__infinity, .cta__infinity-glow, .cta__particle { animation: none !important; }
  .cta__cta-primary, .cta__cta-secondary, .cta__benefit, .cta__benefit-ic,
  .cta__cta-arrow, .cta__cta-secondary-ic { transition: none; }
}
