/* ============================================
   FANTA SENSI — Estilo botvendasdiscord em LARANJA
   Paleta: tons de laranja (1ª) · branco (2ª) · preto (3ª)
   ============================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Preto (terciária) */
  --color-black: #0a0a0a;
  --color-dark-gray: #111111;
  --color-darker: #161311;

  /* Tons de laranja (primária) */
  --o-50:  #fff3e6;
  --o-100: #ffd9b0;
  --o-200: #ffb347;
  --o-300: #ff9220;
  --o-400: #ff7a00;   /* principal */
  --o-500: #ff5e00;
  --o-600: #e85d00;
  --o-700: #cc4e00;
  --color-orange: #ff7a00;
  --color-orange-dark: #e85d00;

  /* Branco (secundária) + neutros */
  --color-white: #ffffff;
  --color-light-gray: #b8b0a8;
  --color-gray: #7a736c;

  --grad: linear-gradient(135deg, var(--o-300), var(--o-600));
  --grad-text: linear-gradient(135deg, var(--o-200), var(--o-500));
  --shadow-glow: 0 0 30px rgba(255, 122, 0, 0.30);
  --shadow-glow-strong: 0 0 50px rgba(255, 122, 0, 0.50);
  --transition: all 0.2s ease;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--color-black);
  color: var(--color-white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }

.container, .section { max-width: 1280px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.orange { color: var(--o-400); }
.red { color: var(--o-500); text-shadow: 0 0 18px rgba(255,94,0,.5); }
.grad {
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============ TÍTULOS ============ */
.title {
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 900;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 50px;
  letter-spacing: -0.01em;
}

/* ============ BOTÕES ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--grad);
  color: var(--color-white);
  font-weight: 700; font-size: 16px;
  padding: 16px 32px;
  border: none; border-radius: 10px;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(255, 94, 0, 0.25);
}
.btn:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: var(--shadow-glow-strong); }
.btn:focus-visible { outline: 2px solid var(--color-white); outline-offset: 2px; }
.btn--lg { padding: 20px 44px; font-size: 18px; margin: 40px auto 0; display: flex; width: fit-content; }
.btn--sm { padding: 11px 22px; font-size: 14px; }
.btn--full { width: 100%; margin-top: 22px; padding: 16px; }
.btn--pulse { animation: pulseGlow 2.4s infinite; }
@keyframes pulseGlow {
  0%,100% { box-shadow: 0 8px 24px rgba(255,94,0,.3); }
  50% { box-shadow: 0 8px 44px rgba(255,122,0,.75); }
}

/* ============ HEADER ============ */
.header {
  position: sticky; top: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 16px clamp(20px, 4vw, 40px);
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  transition: var(--transition);
}
.header--scrolled {
  background: rgba(10,10,10,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,122,0,.25);
  box-shadow: 0 6px 24px rgba(0,0,0,.5);
}
.brand { display: flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 900; }
.brand__logo { height: 42px; width: auto; display: block; object-fit: contain; filter: drop-shadow(0 0 10px rgba(255,122,0,.45)); }
.brand__logo--footer { height: 48px; margin: 0 auto; }
.logo-mini { height: 18px; width: auto; vertical-align: middle; display: inline-block; margin: 0 0 0 6px; object-fit: contain; }
.logo-mini--cta { height: 20px; margin: 0 8px 0 0; vertical-align: -4px; }
.brand__mark { filter: drop-shadow(0 0 8px rgba(255,122,0,.7)); }
.brand__name strong { color: var(--o-400); }
.nav { display: flex; gap: 35px; }
.nav a { color: var(--color-light-gray); font-size: 14px; font-weight: 500; transition: var(--transition); }
.nav a:hover { color: var(--color-white); }

/* ============ HERO ============ */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  overflow: hidden;
  background: #000;
  margin-top: 0;
  padding: 0;
}
.hero__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 320px;
  max-height: 72vh;
  flex-shrink: 0;
  pointer-events: none;
  background: url('fanta-time.png') center center / cover no-repeat;
  background-color: #1a0f06;
}
.hero__overlay { display: none; }
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px) 20px clamp(36px, 6vw, 56px);
  background: #000;
}
.hero__title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(36px, 7.5vw, 88px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
  margin-bottom: 28px;
}
.hero__rgb {
  background: linear-gradient(90deg, #ff0000, #ff7a00, #ffff00, #00ff00, #00ffff, #0066ff, #cc00ff, #ff0000);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: heroRgb 3s linear infinite;
  filter: drop-shadow(0 0 12px rgba(255, 122, 0, 0.45));
}
@keyframes heroRgb {
  0% { background-position: 0% 50%; }
  100% { background-position: 400% 50%; }
}
.hero__content .btn--lg { margin: 0 auto; font-family: 'Anton', sans-serif; letter-spacing: 1px; display: flex; }

/* ============ SECTIONS BASE ============ */
.section { padding-top: 100px; padding-bottom: 100px; }

/* ============ VÍDEO ============ */
.video { text-align: center; }
.video__frame {
  max-width: 520px; margin: 0 auto; aspect-ratio: 1 / 1;
  background: #0c0a08; border: 1px solid rgba(255,122,0,.25); border-radius: 16px;
  display: grid; place-items: center; position: relative; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.4), var(--shadow-glow);
}
.video__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.video__cta {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  background: var(--grad); color: #fff; border: none; cursor: pointer;
  padding: 28px 56px; border-radius: 12px; font-weight: 800; font-size: 16px;
  letter-spacing: .04em; transition: var(--transition); box-shadow: var(--shadow-glow-strong);
}
.video__cta:hover { transform: scale(1.04); }
.video__icon { font-size: 38px; }

/* ============ CAROUSEL ============ */
.carousel { position: relative; }
.carousel__track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth;
  padding: 8px 4px 22px; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__nav { position: absolute; top: 42%; z-index: 5; width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad); color: #fff; border: none; cursor: pointer; font-size: 24px; font-weight: 900;
  display: grid; place-items: center; box-shadow: var(--shadow-glow); transition: var(--transition); }
.carousel__nav:hover { transform: scale(1.1); }
.carousel__nav--prev { left: -8px; } .carousel__nav--next { right: -8px; }

.player-card {
  flex: 0 0 220px; scroll-snap-align: start; border-radius: 16px; overflow: hidden;
  background: var(--color-black); border: 1px solid rgba(255,255,255,.06);
  text-align: center; padding-bottom: 16px; transition: var(--transition);
}
.player-card:hover { transform: translateY(-6px); border-color: rgba(255,122,0,.35); box-shadow: var(--shadow-glow); }
.player-card__img {
  height: 300px; position: relative; overflow: hidden;
  background: #0a0a0a;
}
.player-card__img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  display: block; transition: transform .35s ease;
}
.player-card:hover .player-card__img img { transform: scale(1.04); }
.player-card__img::after {
  content: ""; position: absolute; top: 10px; left: 10px; z-index: 2;
  width: 78px; height: 26px;
  background: url('fanta-sensi-logo.png') left center / contain no-repeat;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.6));
}
.player-card h3 { margin-top: 14px; font-size: 17px; font-weight: 800; }

.content-card { flex: 0 0 230px; scroll-snap-align: start; border-radius: 16px; overflow: hidden;
  background: var(--color-dark-gray); border: 1px solid rgba(255,255,255,.06); text-align: center; padding-bottom: 18px; transition: var(--transition); }
.content-card:hover { transform: translateY(-6px); border-color: rgba(255,122,0,.35); box-shadow: var(--shadow-glow); }
.content-card__img { height: 150px; display: grid; place-items: center; font-size: 52px;
  background: radial-gradient(circle, rgba(255,122,0,.18), transparent 70%); }
.content-card h3 { font-size: 17px; font-weight: 800; padding: 0 12px; }
.content-card h3 span { color: var(--o-300); }

/* Carrossel de conteúdo — posters verticais Fanta Sensi */
.section--conteudo { padding-bottom: 80px; }
.carousel--conteudo { max-width: 100%; margin: 0 auto; padding: 0 28px; }
.carousel--conteudo .carousel__nav { display: none; }
.carousel--conteudo .carousel__track { gap: 14px; padding: 12px 4px 28px; cursor: default; }
.carousel--conteudo .carousel__track--auto {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.content-card--poster {
  flex: 0 0 clamp(150px, 14vw, 210px);
  padding: 0;
  border: 2px solid var(--o-300);
  border-radius: 12px;
  background: #000;
  box-shadow: 0 0 18px rgba(255, 122, 0, .25);
  aspect-ratio: 9 / 16;
}
.content-card--poster:hover {
  border-color: var(--o-400);
  box-shadow: 0 0 28px rgba(255, 122, 0, .45);
  transform: translateY(-8px) scale(1.02);
}
.content-card--poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ============ BENEFÍCIOS ============ */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 28px; max-width: 1100px; margin: 0 auto; }
.benefit {
  background: none; border: none; border-radius: 0; padding: 0;
  text-align: center; transition: none;
  display: flex; flex-direction: column; align-items: center;
  max-width: 100%; overflow: hidden;
}
.benefit:hover { transform: none; border-color: transparent; box-shadow: none; }
.benefit__ico {
  width: 108px; max-width: 100%; height: 108px; margin: 0 auto 14px;
  border-radius: 0; background: none; display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.benefit__ico img { width: 100%; height: 100%; max-width: 108px; max-height: 108px; object-fit: contain; display: block; }
.benefit h3 { font-size: 24px; font-weight: 800; line-height: 1.25; max-width: 100%; }

/* ============ STOP ============ */
.stop { text-align: center; }
.stop__sign { display: flex; align-items: center; justify-content: center; }
.stop__img { width: min(96vw, 980px); height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 10px 30px rgba(0,0,0,.45)); }
.stop__sub { font-size: clamp(22px, 4vw, 36px); font-weight: 900; margin: 44px 0; letter-spacing: -0.01em; }
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 740px; margin: 0 auto; }
.compare__label { font-size: 24px; font-weight: 800; display: block; margin-bottom: 14px; }
.compare__label--before { color: var(--o-200); } .compare__label--after { color: var(--o-500); }
.compare__img { aspect-ratio: 1; border-radius: 16px; display: grid; place-items: center; font-size: 22px; font-weight: 800; }
.compare__img--before { background: linear-gradient(160deg,#1a1a1a,#0d0d0d); border: 1px solid rgba(255,255,255,.08); color: #888; overflow: hidden; }
.compare__img--after { background: linear-gradient(160deg, #ff7a00, #1a0f06); border: 1px solid rgba(255,122,0,.4); box-shadow: var(--shadow-glow); color: #fff; overflow: hidden; }
.compare__img img,
.compare__img video,
.compare__media { width: 100%; height: 100%; object-fit: cover; display: block; background: transparent; }

/* ============ STATS ============ */
.stats { text-align: center; }
.stats__num { font-size: clamp(80px, 16vw, 160px); font-weight: 900; line-height: 1;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 30px rgba(255,122,0,.4)); }
.stars { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px 0; }
.stars img { width: clamp(28px, 6vw, 42px); height: clamp(28px, 6vw, 42px); object-fit: contain; display: block; filter: drop-shadow(0 0 10px rgba(255,122,0,.35)); }
.stats__txt { font-size: clamp(18px, 3vw, 24px); font-weight: 800; }

/* ============ BÔNUS ============ */
.bonus-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.bonus { display: flex; gap: 16px; align-items: flex-start; background: var(--color-dark-gray);
  border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 22px; transition: var(--transition); }
.bonus:hover { border-color: rgba(255,122,0,.35); transform: translateY(-3px); }
.bonus__av { font-size: 26px; width: 48px; height: 48px; border-radius: 10px; background: rgba(255,122,0,.1);
  display: grid; place-items: center; flex-shrink: 0; }
.bonus__av--star { background: none; width: 48px; height: 48px; }
.bonus__av--star img { width: 40px; height: 40px; object-fit: contain; display: block; filter: drop-shadow(0 0 8px rgba(255,122,0,.35)); }
.bonus strong { color: var(--color-white); font-size: 15px; }
.bonus p { font-size: 13px; color: var(--color-light-gray); margin-top: 5px; line-height: 1.5; }

/* ============ GARANTIA ============ */
.guarantee { display: flex; justify-content: center; }
.guarantee__inner { display: flex; align-items: center; gap: 48px; flex-wrap: wrap; justify-content: center;
  background: var(--color-black); border: 1px solid rgba(255,122,0,.2); border-radius: 24px; padding: 50px 60px; }
.guarantee__title { font-size: clamp(32px,5vw,52px); font-weight: 900; line-height: 1.05; }
.guarantee__seal { width: 160px; height: 160px; border-radius: 50%; background: var(--grad); color: #fff;
  display: grid; place-items: center; font-size: 74px; font-weight: 900; box-shadow: var(--shadow-glow-strong);
  border: 6px dashed rgba(255,255,255,.25); }
.guarantee__txt { max-width: 280px; color: var(--color-light-gray); font-size: 16px; }
.guarantee__txt strong { color: var(--color-white); }

/* ============ MARQUEE ============ */
.brands { padding: 70px 0; text-align: center; }
.marquee { overflow: hidden; background: var(--grad); padding: 20px 0; margin-top: 36px; white-space: nowrap; }
.marquee__track { display: inline-flex; align-items: center; gap: 40px; animation: scroll-x 28s linear infinite; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee__track .marca { height: 48px; width: auto; max-width: 180px; object-fit: contain; flex-shrink: 0; display: block; }
.marquee__track .marca--text { display: inline-flex; align-items: center; height: 48px; padding: 0 8px; font-weight: 900; color: #fff; font-size: 20px; letter-spacing: .5px; }

/* ============ PLANOS ============ */
.pricing { text-align: center; }
.tier-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700;
  padding: 9px 20px; border-radius: 20px; margin-bottom: 44px; }
.tier-badge--platina { color: var(--o-200); background: rgba(255,122,0,.08); border: 1px solid rgba(255,122,0,.25); }
.tier-badge--vip { color: var(--o-400); background: rgba(255,122,0,.12); border: 1px solid rgba(255,122,0,.35); }
.tier-img {
  display: block; width: min(92vw, 420px); height: auto; margin: 0 auto 40px;
  object-fit: contain; filter: drop-shadow(0 8px 28px rgba(255,122,0,.22));
}
.tier-img--section { width: min(88vw, 340px); margin-top: 56px; margin-bottom: 28px; }
.tier-img--prime { width: min(90vw, 380px); margin-bottom: 44px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.plan { background: var(--color-dark-gray); border: 1px solid rgba(255,255,255,.06); border-radius: 20px;
  padding: 34px 28px; text-align: left; display: flex; flex-direction: column; transition: var(--transition); }
.plan:hover { transform: translateY(-6px); border-color: rgba(255,122,0,.35); box-shadow: var(--shadow-glow); }
.plan--vip { border-color: rgba(255,122,0,.25); }
.plan--prime { border-color: rgba(255,180,80,.35); box-shadow: 0 0 30px rgba(255,122,0,.12); }
.pricing--prime { padding-top: 40px; padding-bottom: 100px; }
.prime-stack { max-width: 980px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; }
.prime-offer { text-align: center; }
.prime-offer__top { margin-bottom: 28px; }
.prime-offer__badge { width: min(92vw, 520px); height: auto; margin: 0 auto 12px; display: block; mix-blend-mode: screen; }
.prime-offer__titles { display: flex; flex-direction: column; gap: 2px; }
.prime-offer__title { font-size: clamp(34px, 7vw, 64px); font-weight: 900; line-height: 1; letter-spacing: .02em; color: #fff; }
.prime-offer__title--orange { color: var(--o-400); text-shadow: 0 0 30px rgba(255,122,0,.35); }
.prime-offer__headline { margin-bottom: 24px; }
.prime-offer__super { font-size: clamp(22px, 4vw, 34px); font-weight: 900; color: #fff; margin-bottom: 8px; }
.prime-offer__super span { color: var(--o-400); }
.prime-offer__platform {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-size: clamp(36px, 8vw, 72px); font-weight: 900; color: #fff; line-height: 1;
}
.prime-offer__platform img { width: clamp(36px, 8vw, 52px); height: clamp(36px, 8vw, 52px); object-fit: contain; }
.prime-icon--windows { mix-blend-mode: screen; filter: drop-shadow(0 0 10px rgba(80,180,255,.45)); }
.prime-card {
  display: grid; grid-template-columns: minmax(200px, 42%) 1fr; gap: 0;
  border: 1px solid rgba(255,122,0,.35); border-radius: 18px; overflow: hidden;
  background: var(--color-dark-gray);
  box-shadow: 0 0 30px rgba(255,122,0,.12);
  text-align: left;
}
.prime-card__photo { background: #000; min-height: 280px; }
.prime-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.prime-card__body { padding: 24px 26px 22px; display: flex; flex-direction: column; }
.prime-card__heading {
  font-size: clamp(14px, 2.2vw, 18px); font-weight: 900; text-transform: uppercase;
  color: #fff; margin-bottom: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
}
.prime-card__icons { display: inline-flex; align-items: center; gap: 8px; }
.prime-card__icons img { width: 32px; height: 32px; object-fit: contain; }
.prime-card__list { list-style: none; flex: 1; margin-bottom: 18px; }
.prime-card__list li {
  font-size: clamp(11px, 1.6vw, 13px); font-weight: 700; text-transform: uppercase;
  color: rgba(255,255,255,.88); padding: 9px 0 9px 28px; position: relative;
  border-bottom: 1px solid rgba(255,255,255,.06); letter-spacing: .03em;
}
.prime-card__list li::before {
  content: "✓"; position: absolute; left: 0; top: 8px;
  width: 18px; height: 18px; border-radius: 50%; background: var(--o-400);
  color: #fff; font-size: 11px; font-weight: 900; display: grid; place-items: center;
}
.prime-card__price { margin-bottom: 16px; }
.prime-card__from { display: block; font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 4px; }
.prime-card__from s { color: rgba(255,255,255,.35); }
.prime-card__price strong { font-size: clamp(36px, 6vw, 52px); font-weight: 900; color: #fff; line-height: 1; }
.prime-card__cta {
  display: block; text-align: center; padding: 16px 24px; border-radius: 10px;
  background: var(--grad); color: #fff;
  font-weight: 900; font-size: 18px; letter-spacing: .04em;
  box-shadow: 0 8px 24px rgba(255,94,0,.3); transition: filter .2s ease, transform .2s ease;
}
.prime-card__cta:hover { filter: brightness(1.06); transform: translateY(-2px); }
.plan__name { font-size: 22px; font-weight: 900; text-align: center; margin-bottom: 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; }
.plan__icon { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; display: block; }
.plan__list { list-style: none; flex: 1; }
.plan__list li { font-size: 13.5px; color: var(--color-light-gray); padding: 9px 0 9px 26px; position: relative; border-bottom: 1px solid rgba(255,255,255,.05); }
.plan__list li::before { content: "✓"; color: var(--o-300); font-weight: 900; position: absolute; left: 0; }
.plan__price { text-align: center; margin-top: 24px; }
.plan__price s { display: block; color: var(--color-gray); font-size: 15px; }
.plan__price strong { font-size: 44px; font-weight: 900; color: var(--o-400); }
.pack-title { font-size: clamp(28px,5vw,44px); font-weight: 900; margin: 64px 0 28px; }
.plan--pack, .plan--perm { max-width: 540px; margin: 0 auto; border-color: rgba(255,122,0,.4); box-shadow: var(--shadow-glow); }
.plan__tag { font-size: 15px; font-weight: 800; color: var(--o-300); text-align: center; margin-bottom: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.plan__tag-icons { display: inline-flex; align-items: center; gap: 6px; }
.plan__tag-icons img { width: 28px; height: 28px; object-fit: contain; display: block; }

/* ============ TIMELINE PASSOS ============ */
.section--passos { padding-bottom: 90px; overflow: hidden; }
.title--passos { margin-bottom: 56px; }
.timeline { position: relative; max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; gap: 48px; }
.timeline__rail { position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; transform: translateX(-50%); z-index: 0; }
.timeline__line { position: absolute; inset: 0; background: rgba(255,122,0,.15); border-radius: 999px; }
.timeline__progress {
  position: absolute; top: 0; left: 0; width: 100%; height: 0%;
  background: linear-gradient(180deg, var(--o-300), var(--o-600));
  border-radius: 999px; box-shadow: 0 0 18px rgba(255,122,0,.55);
  transition: height .8s cubic-bezier(.22,1,.36,1);
}
.timeline__item {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 28px; align-items: center; opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.timeline__item.is-visible { opacity: 1; transform: translateY(0); }
.timeline__spacer { min-height: 1px; }
.timeline__node {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad); color: #fff; font-size: 18px; font-weight: 900;
  border: 3px solid rgba(255,122,0,.45); box-shadow: 0 0 0 6px rgba(255,122,0,.12), var(--shadow-glow);
  transition: transform .45s ease, box-shadow .45s ease;
}
.timeline__item.is-active .timeline__node { transform: scale(1.08); box-shadow: 0 0 0 10px rgba(255,122,0,.18), 0 0 30px rgba(255,122,0,.55); }
.timeline__content { display: flex; flex-direction: column; gap: 14px; }
.timeline__item--right .timeline__content { grid-column: 3; }
.timeline__item--left .timeline__content { grid-column: 1; text-align: right; align-items: flex-end; }
.timeline__item--right .timeline__node { grid-column: 2; }
.timeline__item--left .timeline__node { grid-column: 2; }
.timeline__content h3 {
  font-size: clamp(15px, 2.2vw, 20px); font-weight: 900; line-height: 1.25;
  color: var(--color-white); letter-spacing: .02em;
}
.timeline__media {
  width: min(100%, 420px); border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(255,122,0,.35); box-shadow: 0 12px 40px rgba(0,0,0,.45), 0 0 24px rgba(255,122,0,.15);
  background: #0a0a0a;
}
.timeline__media img,
.timeline__media video { width: 100%; height: auto; display: block; object-fit: cover; }
.timeline__media--video { aspect-ratio: 1; }
.timeline__media--video video { width: 100%; height: 100%; object-fit: cover; }
.timeline__bar {
  width: min(100%, 320px); height: auto; display: block; border-radius: 8px;
  opacity: .95; filter: drop-shadow(0 0 12px rgba(255,122,0,.35));
}
.timeline__item--left .timeline__bar { margin-left: auto; }

/* ============ DÚVIDAS / DISCORD ============ */
.doubts { text-align: center; padding-bottom: 90px; }
.doubts__line {
  width: min(90%, 520px); height: 4px; margin: 18px auto 36px; border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--o-400), var(--o-300), var(--o-400), transparent);
  box-shadow: 0 0 20px rgba(255,122,0,.45);
  animation: doubtsPulse 2.4s ease-in-out infinite;
}
@keyframes doubtsPulse {
  0%, 100% { opacity: .7; transform: scaleX(.92); }
  50% { opacity: 1; transform: scaleX(1); }
}
.discord-cta {
  display: inline-flex; flex-direction: column; align-items: center; gap: 12px;
  padding: 34px 48px 30px; border-radius: 24px; text-decoration: none;
  background: var(--color-black); border: 1px solid rgba(255,122,0,.28);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.discord-cta:hover {
  transform: scale(1.04); border-color: rgba(255,122,0,.55);
  box-shadow: 0 0 40px rgba(255,122,0,.28);
}
.discord-cta__icon {
  width: 88px; height: 88px; color: var(--o-400);
  filter: drop-shadow(0 0 22px rgba(255,122,0,.5));
  animation: discordFloat 3s ease-in-out infinite;
}
.discord-cta__icon svg { width: 100%; height: 100%; display: block; }
@keyframes discordFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.discord-cta__btn {
  font-size: clamp(22px, 4vw, 30px); font-weight: 900; color: var(--o-300);
  padding: 10px 28px; border: 2px solid var(--o-400); border-radius: 12px;
  box-shadow: inset 0 0 20px rgba(255,122,0,.08);
}
.discord-cta__sub { font-size: 13px; color: var(--color-light-gray); letter-spacing: .06em; font-weight: 600; }

/* ============ FAQ ============ */
.faq { max-width: 920px; margin: 0 auto; text-align: center; }
.faq__head { position: relative; margin-bottom: 52px; padding: 12px 0 8px; }
.faq__watermark {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-family: 'Anton', sans-serif; font-size: clamp(110px, 22vw, 220px); font-weight: 400;
  letter-spacing: .08em; line-height: 1; color: transparent; pointer-events: none; user-select: none;
  -webkit-text-stroke: 2px var(--o-400); paint-order: stroke fill;
  opacity: .9; filter: drop-shadow(0 0 24px rgba(255,122,0,.18));
}
.faq__title {
  position: relative; z-index: 1; margin-bottom: 0;
  font-size: clamp(26px, 4.8vw, 44px); letter-spacing: .03em;
}
.accordion { display: flex; flex-direction: column; gap: 12px; text-align: left; }
.acc {
  background: transparent; border: 1px solid rgba(255,122,0,.32);
  border-radius: 8px; overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.acc:hover, .acc[open] {
  border-color: rgba(255,122,0,.62);
  box-shadow: 0 0 22px rgba(255,122,0,.14);
}
.acc summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-weight: 700; font-size: clamp(13px, 2vw, 16px);
  text-transform: uppercase; letter-spacing: .05em;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color .2s ease;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { color: var(--o-200); }
.acc__plus {
  font-size: 30px; font-weight: 400; color: var(--o-400);
  line-height: 1; flex-shrink: 0; transition: transform .25s ease, color .2s ease;
}
.acc[open] .acc__plus { transform: rotate(45deg); color: var(--o-300); }
.acc__body {
  padding: 0 24px 22px; color: var(--color-light-gray);
  font-size: 15px; line-height: 1.7;
  border-top: 1px solid rgba(255,122,0,.14); margin: 0 16px; padding-top: 16px;
}

/* ============ FOOTER ============ */
.footer { background: var(--color-black); border-top: 1px solid rgba(255,255,255,.05); padding: 48px 20px 32px; text-align: center; }
.footer__brand { display: inline-flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 900; margin-bottom: 18px; }
.footer__brand strong { color: var(--o-400); }
.footer__nav { display: flex; gap: 26px; justify-content: center; margin-bottom: 18px; }
.footer__nav a { color: var(--color-light-gray); font-size: 14px; transition: var(--transition); }
.footer__nav a:hover { color: var(--o-300); }
.footer__copy { color: var(--color-gray); font-size: 13px; }

/* ============ FLOAT CTA ============ */
.float-cta { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 900;
  background: var(--grad); color: #fff; font-weight: 800; padding: 14px 28px; border-radius: 999px;
  font-size: 16px; box-shadow: 0 10px 30px rgba(255,94,0,.5); animation: pulseGlow 2.6s infinite;
  display: inline-flex; align-items: center; justify-content: center; }
.float-cta:hover { filter: brightness(1.1); }

/* ============ SCROLL ANIMATION ============ */
.section, .benefit, .plan, .bonus { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .section, .benefit, .plan, .bonus { opacity: 1; transform: none; transition: none; }
  .timeline__item { opacity: 1; transform: none; }
  .timeline__bar, .discord-cta__icon, .doubts__line { animation: none; }
  .btn--pulse, .float-cta, .marquee__track { animation: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .nav { display: none; }
  .plans { grid-template-columns: 1fr; }
  .container, .section { padding-left: 20px; padding-right: 20px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
}

@media (max-width: 768px) {
  .benefits { grid-template-columns: 1fr; gap: 36px; }
  .benefit__ico { width: 88px; height: 88px; }
  .benefit__ico img { max-width: 88px; max-height: 88px; }
  .benefit h3 { font-size: 20px; }

  .header { padding: 12px 16px; gap: 12px; }
  .brand__logo { height: 34px; }
  .header .btn--sm { padding: 10px 14px; font-size: 11px; white-space: nowrap; }

  .title { font-size: clamp(24px, 7vw, 34px); margin-bottom: 32px; }
  .section { padding-top: 56px; padding-bottom: 56px; }
  .btn--lg { padding: 16px 28px; font-size: 16px; margin-top: 28px; }

  .video__frame { max-width: min(92vw, 420px); }
  .video__cta { padding: 20px 32px; font-size: 14px; }

  .player-card { flex: 0 0 180px; }
  .player-card__img { height: 240px; }
  .carousel__nav { width: 38px; height: 38px; font-size: 20px; }
  .carousel--conteudo { padding: 0 12px; }

  .compare { grid-template-columns: 1fr; gap: 20px; }
  .compare__label { font-size: 20px; }

  .stats__num { font-size: clamp(64px, 22vw, 120px); }
  .bonus-grid { grid-template-columns: 1fr; }

  .plan { padding: 28px 22px; }
  .plan__price strong { font-size: 36px; }
  .pack-title { margin: 48px 0 22px; }
  .tier-img { width: min(88vw, 360px); margin-bottom: 28px; }
  .tier-img--section { width: min(84vw, 300px); margin-top: 40px; }

  .timeline__rail { left: 28px; transform: none; }
  .timeline__item,
  .timeline__item--left,
  .timeline__item--right {
    grid-template-columns: auto 1fr; gap: 18px;
  }
  .timeline__item--right .timeline__content,
  .timeline__item--left .timeline__content {
    grid-column: 2; text-align: left; align-items: flex-start;
  }
  .timeline__item--right .timeline__node,
  .timeline__item--left .timeline__node { grid-column: 1; grid-row: 1; width: 48px; height: 48px; font-size: 15px; }
  .timeline__spacer { display: none; }
  .timeline__item--left .timeline__bar { margin-left: 0; }
  .timeline__media { width: 100%; }

  .discord-cta { padding: 28px 24px; width: min(100%, 360px); }
  .discord-cta__icon { width: 72px; height: 72px; }

  .faq__watermark { font-size: clamp(88px, 28vw, 140px); -webkit-text-stroke-width: 1.5px; }
  .faq__head { margin-bottom: 36px; }
  .acc summary { padding: 16px 18px; font-size: 13px; }
  .acc__plus { font-size: 26px; }
  .acc__body { margin: 0 12px; padding: 14px 12px 18px; font-size: 14px; }

  .hero__bg {
    background-image: url('fanta-time-mobile.png');
    aspect-ratio: 3 / 4;
    max-height: 58vh;
    min-height: 260px;
  }
  .hero__content { padding: 20px 16px 28px; }
  .hero__title { font-size: clamp(28px, 8.5vw, 40px); margin-bottom: 20px; }

  body { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  .float-cta {
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    font-size: 13px; padding: 12px 20px; max-width: calc(100vw - 32px);
    white-space: nowrap;
  }

  .section, .benefit, .plan, .bonus { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 560px) {
  .container, .section { padding-left: 16px; padding-right: 16px; }
  .guarantee__inner { padding: 32px 20px; gap: 24px; }
  .prime-card { grid-template-columns: 1fr; }
  .prime-card__photo { min-height: 220px; max-height: 280px; }
  .prime-card__body { padding: 20px 18px; }
  .prime-offer__platform { gap: 10px; }
  .prime-stack { gap: 48px; }
  .marquee__track .marca { height: 36px; max-width: 120px; }
}
