/* =========================================================
   DESIGN CONTRACT — Private activation desk / blotter prospectus
   THESIS: refuse neon SaaS cards; sell like a precision desk.
   OWN-WORLD: ink void, hairline ledger, double-bezel, mint stamp.
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

:root {
  --ink: #050806;
  --desk: #0a0f0c;
  --plate: #101612;
  --raised: #161e18;
  --rule: rgba(232, 240, 234, 0.09);
  --rule-strong: rgba(232, 240, 234, 0.16);
  --ink-text: #f2f7f3;
  --mute: #c8d4cc;
  --faint: #aebbb3;
  --stamp: #57ab3d;
  --stamp-hot: #68b84f;
  --stamp-wash: rgba(87, 171, 61, 0.12);
  --alert: #ff6b73;
  --alert-wash: rgba(255, 107, 115, 0.12);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.32, 0.72, 0, 1);
  --display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --body: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  --r-sm: 10px;
  --r: 14px;
  --r-lg: 22px;
  --r-xl: 28px;
  --shadow-well: 0 28px 80px rgba(0, 0, 0, 0.55), 0 2px 0 rgba(255, 255, 255, 0.04) inset;
  --content: 44rem;
  --wide: 68rem;

  /* Compat aliases (upsell / obrigado) */
  --bg: var(--ink);
  --bg-soft: var(--desk);
  --surface: var(--plate);
  --surface-2: var(--raised);
  --border: var(--rule);
  --border-strong: var(--rule-strong);
  --hairline: var(--rule);
  --text: var(--ink-text);
  --text-dim: var(--mute);
  --text-mute: var(--faint);
  --green: var(--stamp);
  --green-2: var(--stamp-hot);
  --green-hover: var(--stamp-hot);
  --red: var(--alert);
  --red-strong: var(--alert);
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--body);
  color: var(--ink-text);
  background: var(--ink);
  line-height: 1.62;
  font-size: 1.0625rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom: env(safe-area-inset-bottom, 0);
  min-height: 100dvh;
}

/* Ambient desk light — not a mesh AI gradient */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 480px at 50% -12%, rgba(87, 171, 61, 0.07), transparent 58%),
    radial-gradient(700px 500px at 100% 30%, rgba(87, 171, 61, 0.03), transparent 55%),
    linear-gradient(180deg, var(--desk) 0%, var(--ink) 38%, var(--ink) 100%);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

/* =========================================================
   FAIXA DE URGENCIA (full-bleed vermelha)
   ========================================================= */
.top-bar {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 11px 16px;
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #c62830, #9e1c24);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(-6px);
  animation: deskIn 420ms var(--ease-out) 40ms forwards;
}

.top-bar__text {
  display: block;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff7f7;
  font-size: clamp(0.8125rem, 3.2vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
  word-break: break-word;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.top-bar__text::before {
  display: none;
}

/* =========================================================
   SHELL
   ========================================================= */
.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 14px 20px 88px;
}

.hero-stack {
  max-width: var(--content);
  margin: 0 auto;
}

.headline {
  text-align: center;
  margin: 10px auto 20px;
  max-width: 22rem;
  opacity: 0;
  transform: translateY(16px);
  animation: deskIn 640ms var(--ease-out) 140ms forwards;
}

.headline__title {
  font-family: var(--display);
  font-size: clamp(1.65rem, 6.2vw, 2.65rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: var(--ink-text);
}

/* =========================================================
   PLAYER WELL (shell only — internals untouched)
   ========================================================= */
.video-section {
  display: flex;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(18px);
  animation: deskIn 700ms var(--ease-out) 220ms forwards;
}

.video-section::before {
  content: "";
  position: absolute;
  inset: 10% 8% auto;
  height: 50%;
  background: radial-gradient(ellipse at center, rgba(87, 171, 61, 0.11), transparent 68%);
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}

/* Double-bezel */
.video-bezel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 392px;
  padding: 6px;
  border-radius: calc(var(--r-xl) + 4px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--rule-strong);
  box-shadow: var(--shadow-well);
  transition: transform 420ms var(--ease-soft), box-shadow 420ms var(--ease-soft);
}

.video-bezel:hover {
  transform: translateY(-2px);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.58), 0 2px 0 rgba(255, 255, 255, 0.05) inset;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  background: #020403;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.video-frame,
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  color: #fff;
  background:
    radial-gradient(circle at 50% 40%, rgba(16, 22, 18, 0.2), rgba(5, 8, 6, 0.92)),
    linear-gradient(165deg, #121a14, #050806);
  transition: opacity 0.25s ease;
}

.video-cover:focus-visible {
  outline: 2px solid var(--stamp);
  outline-offset: -3px;
}

.video-cover__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--stamp);
  color: #fff;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  padding-left: 3px;
  transition: transform 320ms var(--ease-soft), background 220ms ease;
  animation: play-pulse 1.8s var(--ease-soft) infinite;
}

.video-cover:hover .video-cover__play {
  transform: scale(1.06);
  background: var(--stamp-hot);
  animation-play-state: paused;
}

@keyframes play-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 12px 32px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.35),
      0 0 0 0 rgba(87, 171, 61, 0.45);
  }

  50% {
    transform: scale(1.08);
    box-shadow:
      0 14px 36px rgba(0, 0, 0, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.35),
      0 0 0 14px rgba(87, 171, 61, 0);
  }
}

.video-cover__label {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--mute);
}

.video-cover.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.video-lock {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  background: rgba(5, 8, 6, 0.72);
}

.video-lock.is-active {
  display: block;
}

/* =========================================================
   STAMP CTA
   ========================================================= */
.cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  opacity: 0;
  transform: translateY(12px);
  animation: deskIn 600ms var(--ease-out) 300ms forwards;
}

/* Cue de scroll tras revelar el CTA (móvil: hay más copy abajo) */
.after-cta-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 14px 0 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  color: var(--mute);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-align: center;
  transition:
    opacity 0.4s var(--ease-out),
    max-height 0.4s var(--ease-out),
    margin 0.4s var(--ease-out);
}

.after-cta-cue.is-visible {
  max-height: 64px;
  opacity: 1;
}

.after-cta-cue.is-gone {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}

.after-cta-cue__chevron {
  display: flex;
  color: var(--stamp);
  animation: cue-bounce 1.4s var(--ease-soft) infinite;
}

@keyframes cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

.cta-btn,
.btn-buy {
  --cta-shift: 0px;
  display: none;
  position: relative;
  width: 100%;
  max-width: 392px;
  min-height: 56px;
  padding: 14px 16px 14px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #fff;
  border: none;
  border-radius: 999px;
  background: var(--stamp);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 10px 28px rgba(0, 0, 0, 0.35);
  transition:
    background 220ms ease,
    transform 220ms var(--ease-soft),
    box-shadow 220ms ease;
  overflow: hidden;
}

.cta-btn::before,
.btn-buy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.28) 48%, transparent 62%);
  transform: translateX(-120%) skewX(-12deg);
  pointer-events: none;
  animation: cta-shine-sweep 2.6s var(--ease-soft) infinite;
}

@keyframes cta-shine-sweep {
  0%,
  20% {
    transform: translateX(-120%) skewX(-12deg);
  }

  55%,
  100% {
    transform: translateX(130%) skewX(-12deg);
  }
}

.cta-btn.is-visible,
.btn-buy {
  display: inline-flex;
}

.cta-btn__label,
.btn-buy__label {
  position: relative;
  z-index: 1;
}

.cta-btn__orb,
.btn-buy__orb {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 280ms var(--ease-soft), background 220ms ease;
  flex: 0 0 auto;
}

.cta-btn__orb svg,
.btn-buy__orb svg {
  width: 16px;
  height: 16px;
}

.cta-btn:hover,
.btn-buy:hover {
  background: var(--stamp-hot);
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 12px 32px rgba(0, 0, 0, 0.4);
}

.cta-btn:hover .cta-btn__orb,
.btn-buy:hover .btn-buy__orb {
  transform: translateX(2px) translateY(-1px) scale(1.05);
  background: rgba(255, 255, 255, 0.26);
}

.cta-btn:active,
.btn-buy:active {
  transform: translateY(0) scale(0.985);
}

.cta-btn:focus-visible,
.btn-buy:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* =========================================================
   SALES / SECTIONS
   ========================================================= */
.sales-content {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.45s var(--ease-out),
    transform 0.45s var(--ease-out);
}

.reveal.is-inview {
  opacity: 1;
  transform: none;
}

.section {
  margin-top: 40px;
}

/* Peek natural da 1ª seção sob o CTA */
.sales-content > .section:first-child {
  margin-top: 10px;
}

.section--wide {
  max-width: var(--wide);
  margin-left: auto;
  margin-right: auto;
}

.section__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--faint);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section__kicker::before,
.section__kicker::after {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--rule-strong);
}

/* Só a 1ª seção mantém o kicker “de sistema”; as outras ficam mais limpas */
.section:not(:first-child) .section__kicker {
  opacity: 0.85;
}

.section__title {
  font-family: var(--display);
  font-size: clamp(1.45rem, 4.2vw, 2.1rem);
  font-weight: 650;
  text-align: center;
  line-height: 1.12;
  letter-spacing: -0.028em;
  margin: 0 auto 16px;
  max-width: 22rem;
  text-wrap: balance;
}

/* =========================================================
   PROSPECTUS LEDGER
   ========================================================= */
.ledger {
  list-style: none;
  counter-reset: desk;
  border-top: 1px solid var(--rule);
}

.ledger__item {
  counter-increment: desk;
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--rule);
  opacity: 1;
  transform: none;
  transition: background 280ms ease, color 220ms ease;
}

.ledger__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--stamp);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 480ms var(--ease-out);
  pointer-events: none;
}

.ledger__item:hover::before,
.ledger__item.is-focus::before {
  transform: scaleX(1);
}

.ledger__index {
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--faint);
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}

.ledger__index::before {
  content: counter(desk, decimal-leading-zero);
}

.ledger__body {
  min-width: 0;
}

.ledger__ic {
  display: none;
}

.ledger__title {
  font-family: var(--display);
  font-size: 1.125rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 8px;
  color: var(--ink-text);
  transition: color 220ms ease;
}

.ledger__item:hover .ledger__title,
.ledger__item.is-focus .ledger__title {
  color: var(--stamp-hot);
}

.ledger__text {
  font-size: 1.1rem;
  font-weight: 450;
  color: var(--mute);
  line-height: 1.7;
  max-width: 46ch;
}

/* =========================================================
   PRICE RATIONALE
   ========================================================= */
.prose-shell {
  max-width: 40rem;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(22, 30, 24, 0.65), rgba(16, 22, 18, 0.35));
  border: 1px solid var(--rule);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.prose {
  max-width: 36rem;
  margin: 0 auto;
  text-align: left;
}

.prose p {
  font-size: 1.125rem;
  font-weight: 450;
  color: var(--mute);
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.prose strong {
  color: var(--ink-text);
  font-weight: 600;
  box-decoration-break: clone;
  background: linear-gradient(180deg, transparent 62%, rgba(87, 171, 61, 0.18) 62%);
  padding: 0 0.1em;
}

.prose__highlight {
  font-family: var(--display);
  font-size: clamp(1.2rem, 3.6vw, 1.5rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--ink-text) !important;
  margin: 28px 0 0 !important;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  line-height: 1.3 !important;
}

/* =========================================================
   CONTRACT OFFER (double-bezel)
   ========================================================= */
.offer-bezel {
  max-width: 28rem;
  margin: 0 auto;
  padding: 7px;
  border-radius: calc(var(--r-xl) + 6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--rule-strong);
  box-shadow: var(--shadow-well);
  transition: transform 360ms var(--ease-soft);
}

.offer-bezel:hover {
  transform: translateY(-2px);
}

.offer {
  position: relative;
  background: linear-gradient(180deg, var(--raised), var(--plate));
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: var(--r-xl);
  padding: 0 24px 26px;
  overflow: hidden;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.offer__scarce {
  display: block;
  margin: 0 -24px 28px;
  padding: 12px 16px;
  text-align: center;
  font-size: clamp(0.8125rem, 3.2vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
  color: #fff7f7;
  background: linear-gradient(180deg, #e53940, #c62830);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.offer__price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 26px;
}

.offer__from {
  font-size: 0.875rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}

.offer__value {
  font-family: var(--display);
  font-size: clamp(3.25rem, 12vw, 4.25rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.045em;
  color: var(--stamp);
  font-variant-numeric: tabular-nums;
}

.offer__cond {
  font-size: 1.05rem;
  font-weight: 450;
  color: var(--mute);
  line-height: 1.5;
}

.offer__receive {
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--ink-text);
  margin-bottom: 14px;
}

.offer__list {
  list-style: none;
  margin: 0 0 22px;
  display: grid;
  gap: 11px;
}

.offer__list li {
  position: relative;
  padding-left: 28px;
  font-size: 1.0625rem;
  font-weight: 450;
  color: var(--mute);
  line-height: 1.5;
}

.offer__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--stamp-wash);
  border: 1px solid rgba(87, 171, 61, 0.35);
  box-shadow: inset 0 0 0 3px transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357AB3D' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.offer__cta-line {
  font-size: 1.0625rem;
  font-weight: 450;
  color: var(--mute);
  line-height: 1.65;
  margin: 0 0 18px;
}

.offer .btn-buy {
  max-width: none;
  padding-right: 12px;
}

/* Variante da oferta: carimbo $10 no orb (dado já na página) */
.offer .btn-buy__orb {
  width: auto;
  min-width: 44px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.offer .btn-buy__orb svg {
  display: none;
}

.offer .btn-buy__orb::after {
  content: "$10";
}

/* =========================================================
   MODAL
   ========================================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
}

.modal-overlay.is-open {
  display: flex;
}

.modal {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, var(--raised), var(--plate));
  border: 1px solid var(--rule-strong);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-well);
  animation: deskIn 0.22s var(--ease-out);
}

.modal__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: var(--alert-wash);
  color: #ffc6ca;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 107, 115, 0.25);
}

.modal__body {
  padding: 24px 22px 20px;
}

.modal__icon {
  width: 52px;
  height: 52px;
  margin: 2px auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--alert);
  background: var(--alert-wash);
  border: 1px solid rgba(255, 107, 115, 0.3);
}

.modal__title {
  font-family: var(--display);
  font-size: clamp(1.3rem, 4.5vw, 1.55rem);
  font-weight: 650;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.modal__subtitle {
  font-size: 0.95rem;
  color: var(--mute);
  text-align: center;
  margin: 0 auto 20px;
  max-width: 320px;
  line-height: 1.55;
}

.modal__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.75rem;
  color: var(--faint);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field {
  margin-bottom: 14px;
}

.field__input {
  width: 100%;
  padding: 15px 16px;
  font-size: 16px;
  font-family: inherit;
  color: var(--ink-text);
  background: var(--ink);
  border: 1px solid var(--rule-strong);
  border-radius: var(--r);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field__input::placeholder {
  color: var(--faint);
}

.field__input:focus {
  border-color: var(--stamp);
  box-shadow: 0 0 0 3px var(--stamp-wash);
}

.field__input:focus-visible {
  outline: 2px solid var(--stamp);
  outline-offset: 2px;
}

.field__input.is-invalid {
  border-color: var(--alert);
}

.field__error {
  display: block;
  min-height: 16px;
  margin-top: 5px;
  font-size: 0.8125rem;
  color: var(--alert);
}

.field__error--form {
  text-align: center;
  margin-top: 10px;
}

.modal__btn {
  width: 100%;
  margin-top: 8px;
  min-height: 52px;
  padding: 16px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 650;
  color: var(--stamp-hot);
  background: transparent;
  border: 1.5px solid rgba(87, 171, 61, 0.55);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

.modal__btn:hover {
  background: var(--stamp-wash);
  border-color: var(--stamp);
}

.modal__btn:active {
  transform: scale(0.99);
}

.modal__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.modal__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* =========================================================
   MOTION KEYFRAMES
   ========================================================= */
@keyframes deskIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Compat: upsell ainda referencia estas animações no CSS inline */
@keyframes ctaPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

@keyframes ctaShine {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .top-bar,
  .headline,
  .video-section,
  .cta-wrap,
  .reveal,
  .ledger__item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .cta-btn::before,
  .btn-buy::before {
    display: none;
  }

  .after-cta-cue__chevron {
    animation: none;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (min-width: 720px) {
  .container {
    padding: 20px 28px 112px;
  }

  .headline {
    max-width: 34rem;
    margin-top: 14px;
  }

  .ledger {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    column-gap: 0;
    border-top: none;
  }

  .ledger__item {
    border-top: 1px solid var(--rule);
    padding: 20px 16px;
  }

  .ledger__item:nth-child(odd) {
    border-right: 1px solid var(--rule);
    padding-right: 28px;
  }

  .ledger__item:nth-child(even) {
    padding-left: 28px;
  }

  .section {
    margin-top: 52px;
  }

  .sales-content > .section:first-child {
    margin-top: 14px;
  }
}

@media (min-width: 1024px) {
  .headline__title {
    font-size: clamp(2.2rem, 3.4vw, 2.85rem);
  }

  .prose-shell {
    padding: 36px 40px;
  }
}

@media (max-width: 360px) {
  .container {
    padding: 12px 14px 64px;
  }

  .video-cover__play {
    width: 64px;
    height: 64px;
  }

  .headline__title {
    font-size: 1.85rem;
  }
}
