[hidden]{display:none !important}
/* A oferta e a tela de obrigado desde 06/08/2026: o que o checkout dizia na
   confirmacao vive aqui, entao esta barra carrega duas linhas em vez de uma. */
.order-bar__sub{margin:.3rem 0 0;font-size:.82rem;line-height:1.45;opacity:.82;text-align:center}
.order-bar__sub a{color:inherit;text-decoration:underline;text-underline-offset:.18em}
@media(max-width:640px){.order-bar__sub{font-size:.78rem}}
/* ============================================================
   ITAfx · Post-Purchase Upsell · Instant PRO
   Design system inherited from itafx.com (tokens verified live
   2026-08-05). Identity kept, format changed to decision-mode.
   ============================================================ */

:root {
  /* Surfaces */
  --bg-void: #05070D;
  --bg-navy: #0A1734;
  --navy-850: #0B1B3A;
  --navy-900: #081226;
  --steel-800: #0F2A59;

  /* Accent */
  --indigo-600: #18268C;
  --royal-500: #2445CE;
  --electric-450: #2E6BFF;
  --sky-400: #5EA0FF;

  /* Text */
  --txt-head: #FFFFFF;
  --txt-body: #A9B4CC;
  --txt-dim: #8B9AC0;
  --strike-350: #8B9AC0;

  /* Semantic, functional use only */
  --gold-400: #F5C042;
  --pos: #3DD68C;
  --neg: #FF6B6B;

  /* Lines and cards */
  --line: rgba(94, 160, 255, .16);
  --line-strong: rgba(94, 160, 255, .32);
  --card-top: rgba(15, 42, 89, .5);
  --card-bot: rgba(8, 18, 38, .72);

  /* Type */
  --font-display: "Source Serif 4", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --fs-900: clamp(2rem, 5.4vw, 3.4rem);
  --fs-800: clamp(1.6rem, 3.6vw, 2.35rem);
  --fs-700: clamp(1.15rem, 2.2vw, 1.4rem);
  --fs-400: 1rem;
  --fs-300: .9rem;
  --fs-200: .78rem;

  /* Space */
  --sp-2: .5rem;
  --sp-3: .75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-8: 3rem;

  --r-sm: .6rem;
  --r-md: 1rem;
  --r-lg: 1.4rem;
  --r-pill: 999px;

  --shadow-btn: 0 .5rem 1.5rem rgba(46, 107, 255, .35);
  --shadow-card: 0 1rem 2.5rem rgba(2, 6, 20, .5);
  --speed: .25s;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-400);
  line-height: 1.6;
  color: var(--txt-body);
  background-color: var(--bg-void);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(36, 69, 206, .28), transparent 70%);
  background-size: 88px 88px, 88px 88px, 100% 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
strong, b { color: var(--txt-head); font-weight: 600; }

:focus-visible {
  outline: 3px solid var(--sky-400);
  outline-offset: 3px;
  border-radius: 4px;
}

.container { width: 100%; max-width: 780px; margin: 0 auto; padding: 0 20px; }
.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;
}

/* --- Numbers must be comparable --- */
.num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }

/* ============ Checkout continuity ============ */
.order-bar {
  background: rgba(61, 214, 140, .08);
  border-bottom: 1px solid rgba(61, 214, 140, .22);
  padding: 11px 0;
  text-align: center;
}
.order-bar__content {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: var(--fs-300); color: var(--pos); font-weight: 500;
}
.order-bar__icon { width: 17px; height: 17px; flex-shrink: 0; }

.progress {
  background: linear-gradient(180deg, var(--card-top), var(--card-bot));
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.progress__inner { display: flex; align-items: center; justify-content: center; }
.step {
  display: flex; align-items: center; gap: 8px;
  font-size: var(--fs-200); font-weight: 500; color: var(--txt-dim); white-space: nowrap;
}
.step--done { color: var(--pos); }
.step--active { color: var(--sky-400); }
.step__dot {
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; border: 2px solid currentColor; flex-shrink: 0;
}
.step--done .step__dot { background: var(--pos); border-color: var(--pos); color: var(--bg-void); }
.step--active .step__dot { background: var(--electric-450); border-color: var(--electric-450); color: #fff; }
.step__bar { width: 36px; height: 2px; background: var(--line-strong); margin: 0 10px; flex-shrink: 0; }
.step__bar--done { background: var(--pos); }

.masthead { padding: 20px 0; text-align: center; border-bottom: 1px solid var(--line); }
.masthead__logo { display: inline-flex; align-items: center; justify-content: center; }
.masthead__logo img { height: 34px; width: auto; }
.wordmark {
  font-family: var(--font-display); font-size: 26px; font-weight: 600;
  color: var(--txt-head); letter-spacing: -.01em;
}
.wordmark i { font-style: italic; color: var(--sky-400); }

/* ============ Hero ============ */
.hero { text-align: center; padding: 44px 0 8px; }

.pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(46, 107, 255, .12);
  border: 1px solid var(--line-strong);
  color: var(--sky-400);
  font-size: var(--fs-200); font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 15px; border-radius: var(--r-pill); margin-bottom: 20px;
}
.pill svg { width: 13px; height: 13px; }

h1, .h1 {
  font-family: var(--font-display);
  font-size: var(--fs-900);
  font-weight: 600; line-height: 1.1; letter-spacing: -.02em;
  color: var(--txt-head); margin-bottom: 18px;
}
h1 i, .h1 i { font-style: italic; color: var(--sky-400); }

.hero__sub {
  font-size: var(--fs-700); line-height: 1.5;
  max-width: 620px; margin: 0 auto 26px;
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 54px; padding: 15px 30px;
  font-family: var(--font-body); font-size: 1.02rem; font-weight: 600;
  border-radius: var(--r-pill); border: 1px solid transparent;
  transition: transform var(--speed), box-shadow var(--speed), background var(--speed);
  cursor: pointer; text-align: center; width: 100%;
}
.btn--primary {
  background: linear-gradient(135deg, var(--royal-500), var(--electric-450));
  color: #fff; box-shadow: var(--shadow-btn);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 .75rem 2rem rgba(46, 107, 255, .5); }
.btn--primary:active { transform: translateY(0); }
.btn--ghost { background: transparent; border-color: var(--line-strong); color: var(--txt-head); }
.btn--ghost:hover { border-color: var(--sky-400); background: rgba(46, 107, 255, .08); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.cta-block { max-width: 460px; margin: 0 auto; }
.cta-price {
  display: flex; align-items: baseline; justify-content: center; gap: 10px;
  margin-bottom: 12px; flex-wrap: wrap;
}
.cta-price__was {
  font-size: 1.05rem; color: var(--strike-350); text-decoration: line-through;
}
.cta-price__now {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 700;
  color: var(--txt-head); letter-spacing: -.02em; line-height: 1;
}
.cta-price__off {
  background: rgba(61, 214, 140, .12); color: var(--pos);
  font-size: var(--fs-200); font-weight: 700; padding: 4px 11px;
  border-radius: var(--r-pill); letter-spacing: .04em;
}

/* The disclosure line the brand uses under every CTA */
.disclosure {
  font-size: var(--fs-200); color: var(--txt-dim);
  line-height: 1.55; margin-top: 12px; text-align: center;
}
.disclosure a { color: var(--sky-400); text-decoration: underline; text-underline-offset: 2px; }

/* ============ Timer ============ */
.timer { text-align: center; padding: 26px 0 8px; }
.timer__label {
  font-size: var(--fs-200); font-weight: 600; text-transform: uppercase;
  letter-spacing: .1em; color: var(--txt-dim); margin-bottom: 6px;
}
.timer__clock {
  font-family: var(--font-mono); font-size: 2.6rem; font-weight: 600;
  color: var(--sky-400); letter-spacing: .04em; font-variant-numeric: tabular-nums;
}
.timer__clock.is-urgent { color: var(--gold-400); }
.timer__note { font-size: var(--fs-200); color: var(--txt-dim); margin-top: 6px; }

.expired {
  display: none; text-align: center; padding: 22px;
  background: rgba(245, 192, 66, .08); border: 1px solid rgba(245, 192, 66, .3);
  border-radius: var(--r-md); color: var(--gold-400); font-weight: 500;
  margin: 20px 0;
}
.expired.is-visible { display: block; }
.expired a { color: var(--sky-400); text-decoration: underline; font-weight: 700; }

/* ============ Sections ============ */
section { padding: 34px 0; }
.eyebrow {
  font-size: var(--fs-200); font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--sky-400); text-align: center; margin-bottom: 10px;
}
.h2 {
  font-family: var(--font-display); font-size: var(--fs-800); font-weight: 600;
  text-align: center; letter-spacing: -.02em; line-height: 1.15;
  color: var(--txt-head); margin-bottom: 12px;
}
.lede {
  text-align: center; max-width: 600px; margin: 0 auto 26px;
  font-size: var(--fs-300); line-height: 1.6;
}

.card {
  background: linear-gradient(180deg, var(--card-top), var(--card-bot));
  border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-card); padding: 26px;
}

/* ============ Headline bonus block ============ */
.bonus {
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(46, 107, 255, .18), transparent 70%),
    linear-gradient(180deg, var(--card-top), var(--card-bot));
  padding: 30px 26px; text-align: center;
}
.bonus__eyebrow {
  font-family: var(--font-mono); font-size: var(--fs-200); font-weight: 500;
  text-transform: uppercase; letter-spacing: .14em; color: var(--gold-400); margin-bottom: 12px;
}
.bonus__math {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px;
  align-items: stretch; margin: 22px 0 16px; text-align: left;
}
.bonus__cell {
  background: rgba(5, 7, 13, .5); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 15px;
}
.bonus__cell-label {
  font-size: var(--fs-200); color: var(--txt-dim); text-transform: uppercase;
  letter-spacing: .07em; margin-bottom: 5px;
}
.bonus__cell-value { font-size: var(--fs-300); color: var(--txt-head); font-weight: 600; line-height: 1.4; }
.bonus__plus {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: var(--sky-400); font-weight: 300;
}

/* ============ Difference rows ============ */
.diffs { display: flex; flex-direction: column; gap: 10px; }
.diff {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 14px; align-items: center;
  background: linear-gradient(180deg, var(--card-top), var(--card-bot));
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 18px;
}
.diff__from { text-align: right; }
.diff__label {
  font-size: var(--fs-200); color: var(--txt-dim);
  text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px;
}
.diff__val { font-size: var(--fs-300); font-weight: 600; line-height: 1.35; }
.diff__from .diff__val { color: var(--neg); }
.diff__to .diff__val { color: var(--pos); }
.diff__arrow { color: var(--sky-400); display: flex; align-items: center; }
.diff__arrow svg { width: 20px; height: 20px; }
.diff__why {
  grid-column: 1 / -1; font-size: var(--fs-200); color: var(--txt-body);
  line-height: 1.55; border-top: 1px solid var(--line); padding-top: 11px; margin-top: 3px;
}

/* ============ Table ============ */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-md); border: 1px solid var(--line); }
table { width: 100%; min-width: 460px; border-collapse: separate; border-spacing: 0; background: linear-gradient(180deg, var(--card-top), var(--card-bot)); }
th, td { padding: 12px 15px; text-align: left; font-size: var(--fs-300); border-bottom: 1px solid var(--line); }
thead th {
  font-size: var(--fs-200); font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: var(--txt-dim); background: rgba(5, 7, 13, .45);
}
thead th:last-child { color: var(--sky-400); }
tbody tr:last-child td { border-bottom: none; }
td:first-child { color: var(--txt-dim); }
td:last-child { color: var(--txt-head); font-weight: 600; background: rgba(46, 107, 255, .06); }
/* Colour marks a difference that changes the trader's outcome, nothing else.
   Rows where both accounts are identical stay neutral on purpose. */
td.yes, td:last-child.yes { color: var(--pos); font-weight: 700; }
td.no, td:last-child.no { color: var(--neg); font-weight: 600; }

/* ============ Plans ============ */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.plan {
  display: flex; flex-direction: column; text-align: center; position: relative;
  background: linear-gradient(180deg, var(--card-top), var(--card-bot));
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 18px;
  transition: border-color var(--speed), transform var(--speed);
}
.plan:hover, .plan:focus-within { border-color: var(--line-strong); transform: translateY(-2px); }
.plan--hot { border-color: var(--electric-450); box-shadow: 0 0 34px rgba(46, 107, 255, .18); }
.plan__tag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--electric-450); color: #fff; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .09em; padding: 4px 13px; border-radius: var(--r-pill);
  white-space: nowrap;
}
.plan__kicker {
  font-size: var(--fs-200); font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--sky-400); margin-bottom: 7px;
}
.plan__size { font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; color: var(--txt-head); }
.plan__sizenote { font-size: var(--fs-200); color: var(--txt-dim); margin-bottom: 14px; }
.plan__was { font-size: 1rem; color: var(--strike-350); text-decoration: line-through; }
.plan__now {
  display: flex; align-items: flex-start; justify-content: center; gap: 2px;
  font-family: var(--font-display); font-size: 2.15rem; font-weight: 700;
  color: var(--txt-head); line-height: 1.05; letter-spacing: -.02em;
}
.plan__now sup {
  position: static; font-size: .95rem; line-height: 1.5;
  color: var(--txt-body); font-weight: 600;
}
.plan__off {
  align-self: center; background: rgba(61, 214, 140, .12); color: var(--pos);
  font-size: var(--fs-200); font-weight: 700; padding: 4px 12px;
  border-radius: var(--r-pill); margin: 9px 0;
}
.plan__back {
  font-size: var(--fs-200); color: var(--gold-400); font-weight: 600;
  line-height: 1.4; margin-bottom: 14px;
}
/* The condition travels with the number it qualifies. A bonus whose threshold
   only appears in a footnote is the surprise rejection this brand promises
   never to make. */
.plan__gate { display: block; color: var(--txt-dim); font-weight: 500; margin-top: 2px; }
.plan .btn { margin-top: auto; font-size: .92rem; padding: 13px 14px; min-height: 48px; }

/* ============ Proof ============ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
.stat {
  background: linear-gradient(180deg, var(--card-top), var(--card-bot));
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 16px 10px; text-align: center;
}
.stat__v {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  color: var(--txt-head); font-variant-numeric: tabular-nums; line-height: 1.1;
}
.stat__l { font-size: var(--fs-200); color: var(--txt-dim); margin-top: 3px; line-height: 1.3; }

.placeholder {
  border: 1px dashed var(--line-strong); border-radius: var(--r-md);
  padding: 18px; text-align: center; font-size: var(--fs-300); color: var(--txt-dim);
  background: rgba(46, 107, 255, .04);
}

/* ============ Rules / risk ============ */
.rules { font-size: var(--fs-300); }
.rules dl { display: grid; grid-template-columns: auto 1fr; gap: 9px 18px; }
.rules dt { color: var(--txt-dim); }
.rules dd { color: var(--txt-head); font-weight: 600; }

.legal {
  font-size: var(--fs-200); color: var(--txt-dim); line-height: 1.65;
  border-top: 1px solid var(--line); padding-top: 18px; margin-top: 22px;
}
.legal a { color: var(--sky-400); text-decoration: underline; text-underline-offset: 2px; }

/* ============ Decline ============ */
.decline { text-align: center; padding: 8px 0 40px; }
.decline a {
  font-size: var(--fs-300); color: var(--txt-dim);
  text-decoration: underline; text-underline-offset: 3px;
  display: inline-block; padding: 12px 16px; min-height: 44px;
  transition: color var(--speed);
}
.decline a:hover { color: var(--txt-body); }

footer { text-align: center; padding: 26px 0 34px; border-top: 1px solid var(--line); }
footer p { font-size: var(--fs-200); color: var(--txt-dim); line-height: 1.6; }

/* ============================================================
   Motion. Every animation below carries information:
   entrance ordering, elapsed time, a rule being demonstrated,
   or a number being read. Nothing here moves for decoration.
   ============================================================ */

/* Scoped under .js-motion, set by a head script only when JS runs and the
   reader has not asked for reduced motion. Without it every section renders
   fully visible: content must never depend on an observer firing. */
.js-motion .reveal > * { opacity: 0; transform: translateY(16px); }
.js-motion .reveal.is-in > * {
  opacity: 1; transform: none;
  transition: opacity .55s cubic-bezier(.22, .61, .36, 1), transform .55s cubic-bezier(.22, .61, .36, 1);
}
.js-motion .reveal.is-in .container > * { animation: rise .55s cubic-bezier(.22, .61, .36, 1) backwards; }
.js-motion .reveal.is-in .container > *:nth-child(1) { animation-delay: .02s; }
.js-motion .reveal.is-in .container > *:nth-child(2) { animation-delay: .09s; }
.js-motion .reveal.is-in .container > *:nth-child(3) { animation-delay: .16s; }
.js-motion .reveal.is-in .container > *:nth-child(4) { animation-delay: .23s; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal > *, .reveal.is-in > * { opacity: 1 !important; transform: none !important; }
  .reveal.is-in .container > * { animation: none !important; }
}

/* --- Timer depletion --- */
.timer__track {
  width: 190px; height: 3px; margin: 8px auto 0;
  background: var(--line-strong); border-radius: 2px; overflow: hidden;
}
.timer__track i {
  display: block; height: 100%; width: 100%;
  background: linear-gradient(90deg, var(--royal-500), var(--sky-400));
  transform-origin: left center; transition: transform 1s linear;
}
.timer__clock.is-urgent + .timer__track i { background: var(--gold-400); }

/* --- Consistency demonstration --- */
.consist { padding: 22px; }
.consist__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap; margin-bottom: 18px;
}
.consist__acct {
  font-family: var(--font-mono); font-size: var(--fs-200);
  text-transform: uppercase; letter-spacing: .1em; color: var(--txt-head);
  transition: color var(--speed);
}
.consist.is-pro .consist__acct { color: var(--sky-400); }

.consist__toggle {
  display: inline-flex; align-items: center; gap: 9px;
  min-height: 44px; padding: 8px 16px 8px 9px;
  background: rgba(5, 7, 13, .5); border: 1px solid var(--line-strong);
  border-radius: var(--r-pill); color: var(--txt-body);
  font-family: var(--font-body); font-size: var(--fs-200); font-weight: 600;
  cursor: pointer; transition: border-color var(--speed), color var(--speed);
}
.consist__toggle:hover { border-color: var(--sky-400); color: var(--txt-head); }
.consist__toggle-knob {
  width: 34px; height: 20px; border-radius: var(--r-pill); flex-shrink: 0;
  background: var(--steel-800); position: relative; transition: background var(--speed);
}
.consist__toggle-knob::after {
  content: ''; position: absolute; top: 3px; left: 3px;
  width: 14px; height: 14px; border-radius: 50%; background: var(--txt-body);
  transition: transform var(--speed), background var(--speed);
}
.consist.is-pro .consist__toggle-knob { background: var(--royal-500); }
.consist.is-pro .consist__toggle-knob::after { transform: translateX(14px); background: #fff; }

.consist__chart { margin-bottom: 16px; }
.consist__plot {
  position: relative;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
  height: 190px; align-items: end;
  border-bottom: 1px solid var(--line-strong);
}
.consist__days {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
  margin-top: 7px;
}
.consist__days span { font-size: var(--fs-200); color: var(--txt-dim); text-align: center; }
/* Absolute inside its own column: the bar can never overflow the axis,
   and the value label always rides exactly on top of it. */
.consist__bar { position: relative; height: 100%; text-align: center; }
.consist__bar b {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: var(--h); border-radius: var(--r-sm) var(--r-sm) 0 0;
  background: linear-gradient(180deg, var(--steel-800), var(--navy-900));
  border: 1px solid var(--line-strong); border-bottom: none;
  transition: background .45s ease, border-color .45s ease, box-shadow .45s ease;
}
.consist__bar.is-peak b {
  background: linear-gradient(180deg, rgba(255, 107, 107, .55), rgba(255, 107, 107, .12));
  border-color: rgba(255, 107, 107, .6);
}
.consist.is-pro .consist__bar.is-peak b {
  background: linear-gradient(180deg, rgba(61, 214, 140, .55), rgba(61, 214, 140, .12));
  border-color: rgba(61, 214, 140, .6);
  box-shadow: 0 0 22px rgba(61, 214, 140, .25);
}
.consist__pct {
  position: absolute; left: 0; right: 0; bottom: var(--h);
  margin-bottom: 5px; font-size: var(--fs-200); color: var(--txt-body); font-weight: 600;
}
.consist__bar.is-peak .consist__pct { color: var(--neg); }
.consist.is-pro .consist__bar.is-peak .consist__pct { color: var(--pos); }

/* Scale tops out at 60% of monthly profit, so the 50% limit sits at 83.3%. */
.consist__limit {
  position: absolute; left: 0; right: 0; bottom: 83.3%; z-index: 2;
  border-top: 1px dashed rgba(255, 107, 107, .65);
  opacity: 1; transition: opacity .45s ease, transform .45s ease;
  pointer-events: none;
}
.consist__limit span {
  position: absolute; right: 0; top: -9px;
  background: var(--bg-void); padding: 0 7px;
  font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--neg); font-weight: 700;
}
.consist.is-pro .consist__limit { opacity: 0; transform: translateY(10px); }

.consist__verdict {
  font-size: var(--fs-300); line-height: 1.6;
  border-top: 1px solid var(--line); padding-top: 15px;
}
.consist__badge {
  display: inline-block; font-size: var(--fs-200); font-weight: 700;
  padding: 3px 11px; border-radius: var(--r-pill); margin-right: 9px;
  text-transform: uppercase; letter-spacing: .05em;
}
.consist__badge.is-bad { background: rgba(255, 107, 107, .14); color: var(--neg); }
.consist__badge.is-good { background: rgba(61, 214, 140, .14); color: var(--pos); }

/* --- First payout calculator --- */
.calc { margin: 22px 0 14px; text-align: left; }
.calc__label { display: block; font-size: var(--fs-300); text-align: center; margin-bottom: 12px; }
.calc__label strong { color: var(--sky-400); font-size: 1.15rem; }

/* The visible track is 5px, the touch target is the full 44px height. */
.calc__range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 44px; margin-bottom: 10px;
  background: transparent; cursor: pointer;
}
.calc__range::-webkit-slider-runnable-track {
  height: 5px; border-radius: 3px;
  background: linear-gradient(90deg, var(--royal-500) var(--fill, 15%), var(--steel-800) var(--fill, 15%));
}
.calc__range::-moz-range-track {
  height: 5px; border-radius: 3px;
  background: linear-gradient(90deg, var(--royal-500) var(--fill, 15%), var(--steel-800) var(--fill, 15%));
}
.calc__range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 26px; height: 26px; border-radius: 50%; margin-top: -10.5px;
  background: #fff; border: 4px solid var(--electric-450);
  box-shadow: 0 2px 10px rgba(2, 6, 20, .6); cursor: grab;
}
.calc__range::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%; box-sizing: border-box;
  background: #fff; border: 4px solid var(--electric-450); cursor: grab;
}

.calc__rows {
  background: rgba(5, 7, 13, .5); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 6px 16px;
}
.calc__row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 0; font-size: var(--fs-300); border-bottom: 1px solid var(--line);
}
.calc__row:last-child { border-bottom: none; }
.calc__row span:last-child { color: var(--txt-head); font-weight: 600; white-space: nowrap; }
.calc__row--add span:first-child { color: var(--txt-dim); }
.calc__row--add span:last-child { color: var(--pos); }
.calc__row--add em { font-style: normal; color: var(--txt-dim); font-size: var(--fs-200); }
.calc__row--total { border-top: 1px solid var(--line-strong); padding-top: 13px; }
.calc__row--total span:first-child {
  color: var(--txt-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .07em; font-size: var(--fs-200);
}
.calc__row--total span:last-child {
  font-family: var(--font-display); font-size: 1.55rem; color: var(--txt-head);
}

.calc__sizes { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.calc__size {
  flex: 1; max-width: 120px; min-height: 44px; padding: 10px;
  background: rgba(5, 7, 13, .5); border: 1px solid var(--line-strong);
  border-radius: var(--r-pill); color: var(--txt-body);
  font-family: var(--font-body); font-size: var(--fs-300); font-weight: 600;
  cursor: pointer; transition: all var(--speed);
}
.calc__size:hover { border-color: var(--sky-400); color: var(--txt-head); }
.calc__size.is-on {
  background: var(--royal-500); border-color: var(--electric-450);
  color: #fff; box-shadow: 0 4px 14px rgba(46, 107, 255, .3);
}

/* --- Sticky offer bar --- */
.stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(8, 18, 38, .93);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line-strong);
  padding: 11px 0; transform: translateY(105%);
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}
.stickybar.is-up { transform: none; }
.stickybar__inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.stickybar__price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.stickybar__was { font-size: var(--fs-200); color: var(--strike-350); text-decoration: line-through; }
.stickybar__now { font-family: var(--font-display); font-size: 1.5rem; color: var(--txt-head); }
.stickybar__clock {
  font-family: var(--font-mono); font-size: var(--fs-200); color: var(--sky-400);
  border: 1px solid var(--line-strong); border-radius: var(--r-pill); padding: 2px 9px;
}
.stickybar__btn { width: auto; min-height: 46px; padding: 12px 24px; font-size: .95rem; flex-shrink: 0; }
@media (prefers-reduced-motion: reduce) { .stickybar { transition: none; } }

/* Plan sheen on hover. Animates background-position, not transform, so the
   card needs no overflow clipping and the "Most chosen" badge is not cut. */
.plan::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 38%, rgba(94, 160, 255, .12) 50%, transparent 62%);
  background-size: 280% 100%; background-position: 100% 0;
  transition: background-position .7s ease;
}
.plan:hover::after, .plan:focus-within::after { background-position: 0 0; }
@media (prefers-reduced-motion: reduce) { .plan::after { display: none; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 767px) {
  .container { padding: 0 16px; }
  .hero { padding: 32px 0 6px; }
  .plans { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .plan--hot { order: -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .bonus__math { grid-template-columns: 1fr; }
  .bonus__plus { transform: rotate(90deg); padding: 2px 0; }
  .diff { grid-template-columns: 1fr auto 1fr; gap: 10px; padding: 14px; }
  .step__label { display: none; }
  .step__bar { width: 26px; }
  .timer__clock { font-size: 2.1rem; }
  .rules dl { grid-template-columns: 1fr; gap: 3px 0; }
  .rules dd { margin-bottom: 9px; }

  .consist { padding: 18px 14px; }
  .consist__plot { height: 150px; gap: 6px; }
  .consist__days { gap: 6px; }
  .consist__pct { font-size: 10px; }
  .consist__days span { font-size: 10px; }
  .consist__limit span { font-size: 9px; padding: 0 5px; }
  .consist__head { justify-content: center; }
  .stickybar__btn { padding: 12px 18px; font-size: .88rem; }
  .stickybar__now { font-size: 1.25rem; }
  .calc__row { font-size: var(--fs-200); }
  .calc__row--total span:last-child { font-size: 1.3rem; }
  /* Sticky bar sits above the decline link */
  .decline { padding-bottom: 90px; }
}

/* Small phones: get the price and the button inside the first screen. */
@media (max-width: 420px) {
  .order-bar { padding: 8px 0; }
  .order-bar__content { font-size: var(--fs-200); line-height: 1.4; }
  .masthead { padding: 13px 0; }
  .wordmark { font-size: 21px; }
  .hero { padding: 20px 0 4px; }
  .pill { margin-bottom: 13px; padding: 5px 12px; font-size: 11px; }
  h1, .h1 { font-size: 1.72rem; margin-bottom: 12px; }
  .hero__sub { font-size: 1rem; margin-bottom: 18px; }
  .cta-price__now { font-size: 2.1rem; }
  .btn { font-size: .94rem; padding: 14px 18px; }
  .stats { grid-template-columns: 1fr 1fr; }
}

/* Linha do First Payout Bonus quando o lucro ainda nao atinge os 5% da
   Terms 7(g): vira texto de regra, nao numero. Sem cor de valor a receber,
   porque nesse cenario nao ha valor a receber. */
.calc__row--add .num[data-off]{
  color:var(--muted,#8b93a7);
  font-weight:500;
  font-size:.92em;
  letter-spacing:0;
}
