/* ===== FORTPAY — Design System ===== */

/* Splash de inicialização */
#fp-splash {
  position: fixed; inset: 0; z-index: 9999;
  background: radial-gradient(ellipse at center, #0d2a1c 0%, #050907 75%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  animation: fpSplashIn .4s ease-out;
  transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1), filter .7s ease;
}
#fp-splash.fp-splash-out { opacity: 0; transform: scale(1.08); filter: blur(8px); pointer-events: none; }

/* Background layers */
.fp-splash-bg { position: absolute; inset: 0; pointer-events: none; }
.fp-splash-grid {
  position: absolute; inset: -50%;
  background-image:
    linear-gradient(rgba(0,230,118,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,230,118,0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  transform: perspective(800px) rotateX(60deg) translateY(-10%);
  animation: fpGrid 8s linear infinite;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
}
.fp-splash-glow {
  position: absolute; left: 50%; top: 50%;
  width: 600px; height: 600px;
  margin: -300px 0 0 -300px;
  background: radial-gradient(circle, rgba(0,230,118,0.4), transparent 60%);
  animation: fpPulse 2.5s ease-in-out infinite;
  filter: blur(40px);
}
.fp-splash-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(2px 2px at 20% 30%, #fff, transparent),
    radial-gradient(1px 1px at 80% 20%, rgba(255,255,255,0.8), transparent),
    radial-gradient(2px 2px at 60% 70%, rgba(0,230,118,0.9), transparent),
    radial-gradient(1px 1px at 30% 80%, rgba(255,214,10,0.9), transparent),
    radial-gradient(1.5px 1.5px at 90% 60%, #fff, transparent),
    radial-gradient(1px 1px at 10% 50%, rgba(0,230,118,0.7), transparent);
  animation: fpTwinkle 2s ease-in-out infinite;
}

/* Floating Fortnite props */
.fp-orb {
  position: absolute;
  width: 64px; height: 64px;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.5)) drop-shadow(0 0 20px rgba(0,230,118,0.3));
  opacity: 0;
  will-change: transform, opacity;
}
.fp-orb svg { width: 100%; height: 100%; }
.fp-orb-1 { top: 18%; left: 14%; width: 72px; height: 72px; animation: fpOrbA 4s ease-in-out infinite, fpEnter1 .8s .1s cubic-bezier(.2,1.4,.4,1) both; }
.fp-orb-2 { top: 26%; right: 16%; width: 88px; height: 88px; animation: fpOrbB 4.5s ease-in-out infinite, fpEnter2 .8s .25s cubic-bezier(.2,1.4,.4,1) both; }
.fp-orb-3 { bottom: 22%; left: 20%; width: 80px; height: 80px; animation: fpOrbC 3.8s ease-in-out infinite, fpEnter3 .8s .35s cubic-bezier(.2,1.4,.4,1) both; }
.fp-orb-4 { bottom: 28%; right: 18%; width: 76px; height: 76px; animation: fpOrbD 4.2s ease-in-out infinite, fpEnter4 .8s .45s cubic-bezier(.2,1.4,.4,1) both; }
.fp-orb-5 { top: 50%; left: 8%; width: 56px; height: 56px; animation: fpOrbE 3.5s ease-in-out infinite, fpEnter5 .8s .55s cubic-bezier(.2,1.4,.4,1) both; }

@media (max-width: 640px) {
  .fp-orb-1, .fp-orb-5 { left: 4%; }
  .fp-orb-2, .fp-orb-4 { right: 4%; }
  .fp-orb { width: 48px !important; height: 48px !important; }
}

/* Inner */
.fp-splash-inner {
  position: relative; z-index: 2;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.fp-splash-mark {
  position: relative;
  width: 88px; height: 88px;
  border-radius: 22px;
  background: linear-gradient(135deg, #00e676, #00b85f);
  color: #06120A;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 80px rgba(0,230,118,0.7), 0 0 0 8px rgba(0,230,118,0.08), inset 0 -4px 0 rgba(0,0,0,0.2);
  animation: fpMarkPop .7s cubic-bezier(.2,1.4,.4,1) both;
}
.fp-mark-letter {
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 50px;
  position: relative; z-index: 2;
}
.fp-mark-ring {
  position: absolute; inset: -8px;
  border: 2px solid rgba(0,230,118,0.6);
  border-radius: 28px;
  animation: fpRing 2s ease-out infinite;
}
.fp-splash-name {
  font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: clamp(40px, 8vw, 72px);
  letter-spacing: 0.2em;
  background: linear-gradient(180deg, #fff 30%, #00e676 70%, #9CB6A8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: fpNameIn .7s .2s cubic-bezier(.2,1,.4,1) both;
  text-shadow: 0 0 60px rgba(0,230,118,0.4);
}
.fp-splash-sub {
  font-family: 'Inter', sans-serif; font-weight: 500;
  font-size: clamp(13px, 1.5vw, 17px);
  color: #9CB6A8;
  letter-spacing: 0.04em;
  animation: fpFadeUp .55s .45s both;
}
.fp-splash-bar {
  width: 180px; height: 3px; border-radius: 3px;
  background: rgba(255,255,255,0.06);
  overflow: hidden; margin-top: 10px;
  animation: fpFadeUp .55s .6s both;
  box-shadow: 0 0 12px rgba(0,230,118,0.3);
}
.fp-splash-bar > span {
  display: block; height: 100%;
  background: linear-gradient(90deg, transparent, #00e676 50%, #7CFFB2, transparent);
  animation: fpBar 1.1s .5s cubic-bezier(.4,0,.4,1) forwards;
  width: 0;
}

/* Keyframes */
@keyframes fpSplashIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fpGrid {
  from { background-position: 0 0; }
  to { background-position: 60px 60px; }
}
@keyframes fpPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}
@keyframes fpTwinkle {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
@keyframes fpMarkPop {
  0% { transform: scale(.4) rotate(-15deg); opacity: 0; }
  60% { transform: scale(1.12) rotate(4deg); opacity: 1; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}
@keyframes fpRing {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.6); opacity: 0; }
}
@keyframes fpNameIn {
  from { opacity: 0; transform: translateY(20px) scale(.96); letter-spacing: 0.4em; }
  to { opacity: 1; transform: translateY(0) scale(1); letter-spacing: 0.2em; }
}
@keyframes fpFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fpBar {
  0% { width: 0; transform: translateX(-100%); }
  50% { width: 100%; transform: translateX(0); }
  100% { width: 100%; transform: translateX(100%); }
}

/* Orb entry + float loops */
@keyframes fpEnter1 { from { opacity: 0; transform: translate(-40px, 30px) rotate(-30deg); } to { opacity: 1; transform: translate(0,0) rotate(0); } }
@keyframes fpEnter2 { from { opacity: 0; transform: translate(40px, -30px) rotate(25deg); } to { opacity: 1; transform: translate(0,0) rotate(0); } }
@keyframes fpEnter3 { from { opacity: 0; transform: translate(-30px, 40px) rotate(-20deg); } to { opacity: 1; transform: translate(0,0) rotate(0); } }
@keyframes fpEnter4 { from { opacity: 0; transform: translate(30px, 40px) rotate(20deg); } to { opacity: 1; transform: translate(0,0) rotate(0); } }
@keyframes fpEnter5 { from { opacity: 0; transform: translate(-50px, 0) rotate(-30deg); } to { opacity: 1; transform: translate(0,0) rotate(0); } }
@keyframes fpOrbA { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-18px) rotate(8deg); } }
@keyframes fpOrbB { 0%,100% { transform: translateY(-8px) rotate(8deg); } 50% { transform: translateY(14px) rotate(-6deg); } }
@keyframes fpOrbC { 0%,100% { transform: translateY(6px) rotate(-10deg); } 50% { transform: translateY(-14px) rotate(6deg); } }
@keyframes fpOrbD { 0%,100% { transform: translateY(-10px) rotate(6deg); } 50% { transform: translateY(12px) rotate(-10deg); } }
@keyframes fpOrbE { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-12px) rotate(15deg); } }

:root {
  --green-primary: #00E676;
  --green-deep: #0B6E3F;
  --green-glow: #7CFFB2;
  --bg-dark: #0A0F0C;
  --bg-card: #13201A;
  --bg-card-2: #182921;
  --text-light: #F1FFF6;
  --text-muted: #9CB6A8;
  --alert-yellow: #FFD60A;
  --danger-red: #FF3B3B;
  --border: rgba(124, 255, 178, 0.12);
  --border-strong: rgba(124, 255, 178, 0.28);
  --glow-intensity: 1;
  --section-py: 96px;
  --max-w: 720px;
}

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

html, body {
  background: var(--bg-dark);
  color: var(--text-light);
  font-family: 'Inter', 'Manrope', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0, 230, 118, calc(0.08 * var(--glow-intensity))), transparent 60%),
    radial-gradient(ellipse at 100% 40%, rgba(0, 230, 118, calc(0.04 * var(--glow-intensity))), transparent 50%),
    var(--bg-dark);
  min-height: 100vh;
}

h1, h2, h3, h4 {
  font-family: 'Sora', 'Inter', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text-light);
}

h1 { font-size: clamp(40px, 7vw, 72px); }
h2 { font-size: clamp(32px, 5vw, 52px); letter-spacing: -0.025em; }
h3 { font-size: clamp(22px, 3vw, 30px); }

p { color: var(--text-light); }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

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

/* ===== Container ===== */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.container-wide {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding-top: var(--section-py);
  padding-bottom: var(--section-py);
  position: relative;
}

@media (max-width: 768px) {
  :root { --section-py: 56px; }
  h1 { font-size: clamp(34px, 9vw, 48px); }
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  border-radius: 12px;
  transition: transform .15s ease, box-shadow .25s ease, background .2s ease;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
}
.btn-primary {
  background: var(--green-primary);
  color: #06120A;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 8px 0 -4px rgba(0,0,0,0.3),
    0 0 calc(34px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.65 * var(--glow-intensity))),
    0 0 calc(100px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.32 * var(--glow-intensity)));
}
.btn-primary:hover {
  background: #00ff86;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.1) inset,
    0 0 calc(36px * var(--glow-intensity)) rgba(0, 230, 118, 0.7),
    0 0 calc(120px * var(--glow-intensity)) rgba(0, 230, 118, 0.35);
}
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  background: transparent;
  color: var(--green-primary);
  border: 1.5px solid var(--green-primary);
}
.btn-secondary:hover {
  background: rgba(0, 230, 118, 0.08);
}

.btn-block { width: 100%; }
.btn-xl { min-height: 68px; font-size: 20px; padding: 0 32px; }

@keyframes pulse {
  0%, 100% { box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 0 calc(28px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.55 * var(--glow-intensity))),
    0 0 calc(80px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.25 * var(--glow-intensity)));
  }
  50% { box-shadow:
    0 0 0 1px rgba(255,255,255,0.1) inset,
    0 0 calc(40px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.75 * var(--glow-intensity))),
    0 0 calc(120px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.4 * var(--glow-intensity)));
  }
}

/* ===== Card ===== */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 calc(40px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.06 * var(--glow-intensity)));
}

.card-glow {
  border-color: var(--border-strong);
  box-shadow:
    0 0 0 1px var(--border-strong) inset,
    0 0 calc(60px * var(--glow-intensity)) rgba(0, 230, 118, calc(0.15 * var(--glow-intensity)));
}

/* Grain / texture */
.grain::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.04;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/* Scanline accent */
.scan {
  background-image: repeating-linear-gradient(
    0deg,
    transparent 0,
    transparent 2px,
    rgba(124, 255, 178, 0.03) 2px,
    rgba(124, 255, 178, 0.03) 3px
  );
}

/* Mono labels */
.mono { font-family: 'JetBrains Mono', 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-primary);
  padding: 8px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(0, 230, 118, 0.04);
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green-primary);
  box-shadow: 0 0 10px var(--green-primary);
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 50% { opacity: 0.3; } }

/* Strikethrough Epic price */
.epic-strike {
  color: var(--danger-red);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

/* Soft divider line */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
  border: 0;
  margin: 0;
}

/* Microcopy under CTA */
.cta-micro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 14px;
}
.cta-micro span { display: inline-flex; align-items: center; gap: 6px; }

/* ===== Tweaks-panel polish overrides ===== */
.tweaks-panel { font-family: 'Inter', sans-serif; }

/* ===== Modal ===== */
.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(5, 9, 7, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: fadeIn .25s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.modal {
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 0 80px rgba(0, 230, 118, 0.2), 0 30px 80px rgba(0,0,0,0.6);
  animation: slideUp .3s cubic-bezier(.2,.7,.2,1);
}

/* Item grid in modal */
.item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.item-tile {
  background: var(--bg-card-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
  transition: all .15s ease;
  position: relative;
  text-align: left;
}
.item-tile:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.item-tile.selected {
  border-color: var(--green-primary);
  box-shadow: 0 0 0 1px var(--green-primary), 0 0 30px rgba(0, 230, 118, 0.3);
}

/* Form fields */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; color: var(--text-muted); font-family: 'JetBrains Mono', monospace; text-transform: uppercase; letter-spacing: 0.08em; }
.field input {
  background: var(--bg-card-2);
  border: 1px solid var(--border);
  color: var(--text-light);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 16px;
  font-family: inherit;
  transition: border-color .15s;
}
.field input:focus {
  outline: none;
  border-color: var(--green-primary);
  box-shadow: 0 0 0 3px rgba(0, 230, 118, 0.15);
}
.field input::placeholder { color: rgba(156, 182, 168, 0.5); }

/* Checkbox custom */
.fp-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card-2);
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.fp-check:hover { border-color: var(--border-strong); }
.fp-check.on { border-color: var(--green-primary); background: rgba(0,230,118,0.06); }
.fp-check input { display: none; }
.fp-check-box {
  width: 22px; height: 22px;
  border-radius: 6px;
  border: 1.5px solid var(--text-muted);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: var(--bg-dark);
  color: #06120A;
  margin-top: 1px;
  transition: all .15s;
}
.fp-check.on .fp-check-box {
  background: var(--green-primary);
  border-color: var(--green-primary);
  box-shadow: 0 0 12px rgba(0,230,118,0.5);
}

/* ===== Carousel ===== */
.carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 16px 24px 24px;
  margin: 0 -24px;
  scrollbar-width: thin;
  scrollbar-color: var(--green-primary) transparent;
}
.carousel::-webkit-scrollbar { height: 6px; }
.carousel::-webkit-scrollbar-thumb { background: var(--green-deep); border-radius: 3px; }
.carousel > * {
  flex: 0 0 320px;
  scroll-snap-align: start;
}

/* Stripe placeholder */
.stripe-ph {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(0, 230, 118, 0.08) 0,
      rgba(0, 230, 118, 0.08) 6px,
      transparent 6px,
      transparent 14px
    ),
    var(--bg-card-2);
  border: 1px dashed var(--border-strong);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
}

/* WhatsApp-style proof bubble */
.wa-bubble {
  background: #1f3a2c;
  border-radius: 12px 12px 12px 2px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--text-light);
  position: relative;
  max-width: 240px;
}
.wa-bubble::before {
  content: '';
  position: absolute;
  bottom: 0; left: -8px;
  width: 0; height: 0;
  border: 8px solid transparent;
  border-right-color: #1f3a2c;
  border-bottom: 0;
  border-left: 0;
}

/* Number badge */
.num-badge {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0, 230, 118, 0.12);
  border: 1px solid var(--green-primary);
  color: var(--green-primary);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  flex-shrink: 0;
}

/* FAQ */
.faq-item {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  cursor: pointer;
}
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: var(--text-light);
}
.faq-a {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Pain list */
.pain-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.pain-item:last-child { border-bottom: 0; }
.pain-x {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(255, 59, 59, 0.1);
  color: var(--danger-red);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
}

.benefit-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.benefit-item:last-child { border-bottom: 0; }
.benefit-check {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(0, 230, 118, 0.12);
  color: var(--green-primary);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* Hero floating gifts */
.hero-floats {
  position: relative;
  aspect-ratio: 1 / 1.05;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,230,118,0.18), transparent 60%),
    linear-gradient(160deg, #0d1812 0%, #06120a 100%);
  border: 1px solid rgba(0,230,118,0.15);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 0 80px rgba(0,230,118,0.08);
}
.hero-floats-glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(0,230,118,0.22), transparent 55%);
  animation: heroPulse 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes heroPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}
.hero-float {
  position: absolute;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(var(--rot, 0));
  animation-name: heroFloat;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}
.hero-float.spark {
  animation-name: heroSparkle;
}
@keyframes heroFloat {
  0%, 100% { transform: translate(-50%, -50%) rotate(var(--rot, 0)) translateY(0); }
  50%      { transform: translate(-50%, -50%) rotate(calc(var(--rot, 0deg) * -0.6)) translateY(-18px); }
}
@keyframes heroSparkle {
  0%, 100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); opacity: 0.9; }
  50%      { transform: translate(-50%, -50%) scale(1.4) rotate(180deg); opacity: 0.4; }
}
.hero-floats-badge {
  position: absolute;
  bottom: 20px; left: 50%;
  transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0,230,118,0.4);
  color: var(--green-primary);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}
.hero-floats-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green-primary);
  box-shadow: 0 0 12px var(--green-primary);
  animation: heroPulse 1.4s ease-in-out infinite;
}

/* Hero com vídeo de fundo */
.hero-video-section {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 96px 0;
}
.hero-bg-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
}
.hero-bg-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(0,30,18,0.15) 0%, rgba(5,12,8,0.45) 100%),
    linear-gradient(180deg, rgba(5,12,8,0.18), rgba(5,12,8,0.35));
  z-index: -1;
}
.hero-video-content { position: relative; z-index: 1; }

/* Shop countdown */
.shop-countdown {
  display: flex; flex-direction: column; align-items: flex-end; gap: 6px;
  padding: 14px 18px; border-radius: 14px;
  background: rgba(0,0,0,0.45); border: 1px solid rgba(255,214,10,0.35);
  backdrop-filter: blur(8px);
}
.shop-countdown-label { font-family:'JetBrains Mono', monospace; font-size: 11px; color: var(--alert-yellow); letter-spacing: 0.06em; text-transform: uppercase; }
.shop-countdown-clock { display: flex; gap: 8px; }
.shop-countdown-clock span { display: inline-flex; align-items: baseline; gap: 2px; }
.shop-countdown-clock b { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: #fff; font-variant-numeric: tabular-nums; }
.shop-countdown-clock i { font-family: 'JetBrains Mono', monospace; font-style: normal; font-size: 11px; color: var(--text-muted); }
@media (max-width: 768px) { .shop-countdown { width: 100%; align-items: center; margin-top: 12px; } }

/* Press button (jornal) */
.fp-press-btn {
  display: block; padding: 10px 14px;
  background: #f3ead4; color: #1a1a1a; border-radius: 4px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.4);
  font-family: 'Sora', serif; text-align: center;
  cursor: pointer; transition: transform .15s;
  position: relative; overflow: hidden;
  width: 200px;
}
.fp-press-btn:hover { transform: translateY(-2px) rotate(-1deg); }
.fp-press-flag { display: inline-block; padding: 2px 8px; background: #c0392b; color: #fff; font-size: 9px; letter-spacing: 0.2em; font-weight: 800; margin-bottom: 6px; }
.fp-press-title { font-family: 'Sora', serif; font-weight: 800; font-size: 22px; line-height: 1; letter-spacing: -0.01em; font-style: italic; }
.fp-press-sub { font-family: 'JetBrains Mono', monospace; font-size: 8px; color: #555; margin-top: 6px; padding-top: 6px; border-top: 1px solid #999; letter-spacing: 0.05em; }

/* News overlay */
.fp-news-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(4px); animation: fadein .2s; }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.fp-news-paper { background: #f3ead4; color: #1a1a1a; max-width: 540px; width: 100%; max-height: 88vh; overflow-y: auto; border-radius: 6px; padding: 28px; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,0.6); font-family: 'Sora', serif; }
.fp-news-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; background: #1a1a1a; color: #fff; font-size: 22px; line-height: 1; }
.fp-news-mast { font-family: 'Sora', serif; font-weight: 800; font-style: italic; font-size: 38px; text-align: center; letter-spacing: -0.02em; line-height: 1; }
.fp-news-meta { display: flex; gap: 6px; justify-content: center; font-family: 'JetBrains Mono', monospace; font-size: 10px; margin-top: 8px; padding: 6px 0; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; text-transform: uppercase; }
.fp-news-tagline { text-align: center; font-style: italic; font-size: 12px; color: #555; margin-top: 8px; }
.fp-news-body { margin-top: 20px; columns: 1; gap: 20px; }
.fp-news-item { padding: 14px 0; border-bottom: 1px dashed #999; break-inside: avoid; }
.fp-news-item h4 { font-family: 'Sora', serif; font-weight: 800; font-size: 17px; line-height: 1.2; margin-top: 6px; color: #1a1a1a; }
.fp-news-item p { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.5; margin-top: 6px; color: #2a2a2a; }
.fp-news-tag { display: inline-block; padding: 2px 8px; font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; color: #fff; background: #1a1a1a; }
.fp-news-tag-vazamento { background: #c0392b; }
.fp-news-tag-novidade { background: #2a6fdb; }
.fp-news-tag-loja { background: #1f8a5b; }
.fp-news-tag-evento { background: #b14bff; }
.fp-news-tag-buff { background: #d97757; }
.fp-news-time { display: block; margin-top: 6px; font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #777; }
.fp-news-foot { text-align: center; font-size: 10px; color: #555; margin-top: 16px; padding-top: 12px; border-top: 1px solid #1a1a1a; font-family: 'JetBrains Mono', monospace; }

/* Fortnite News carousel */
.fn-news { padding: 36px 0 28px; background: var(--bg-dark); }
.fn-news-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.fn-news-title { font-family:'Sora', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -0.01em; color: var(--text-light); margin: 0; }
.fn-news-sub { font-size: 12px; color: var(--text-muted); margin-top: 4px; }
.fn-news-arrows { display: flex; gap: 6px; flex-shrink: 0; }
.fn-news-arrows button {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(255,255,255,0.06); color: #fff;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 18px; line-height: 1; font-family:'Sora', sans-serif;
}
.fn-news-arrows button:hover { background: rgba(0,230,118,0.15); border-color: var(--green-primary); }

.fn-news-track {
  display: flex; gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
  user-select: none;
  cursor: grab;
}
.fn-news-track::-webkit-scrollbar { display: none; }
.fn-news-track.dragging { cursor: grabbing; }

.fn-news-card {
  flex: 0 0 280px;
  background: var(--bg-card-2);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
  display: flex; flex-direction: column;
  transition: border-color .15s, transform .15s;
}
.fn-news-card { cursor: pointer; }
.fn-news-card:hover { border-color: rgba(0,230,118,0.4); transform: translateY(-2px); }
.fn-news-source {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-primary);
  margin-bottom: 4px;
}

/* Modal expandido */
.fn-news-modal {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(6px);
  z-index: 100;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  animation: fadein .18s;
}
.fn-news-modal-inner {
  position: relative;
  background: var(--bg-card-2);
  border: 1px solid rgba(0,230,118,0.3);
  border-radius: 16px;
  max-width: 720px; width: 100%;
  max-height: 90vh; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 60px rgba(0,230,118,0.1);
  animation: fnModalIn .22s ease-out;
}
@keyframes fnModalIn {
  from { transform: translateY(20px) scale(0.96); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
.fn-news-modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.7); color: #fff;
  font-size: 22px; line-height: 1;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.15);
  transition: background .15s;
}
.fn-news-modal-close:hover { background: var(--danger-red, #ff3b3b); }
.fn-news-modal-img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-color: #1a2620;
  flex-shrink: 0;
}
.fn-news-modal-body {
  padding: 24px 28px 28px;
  overflow-y: auto;
}
.fn-news-modal-body h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  color: var(--text-light);
  margin: 6px 0 12px;
  letter-spacing: -0.01em;
}
.fn-news-modal-body p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  .fn-news-modal-body h3 { font-size: 19px; }
  .fn-news-modal-body p { font-size: 14px; }
}
.fn-news-img {
  width: 100%; aspect-ratio: 16/9;
  background-size: cover; background-position: center;
  background-color: #1a2620;
  position: relative;
}
.fn-news-tag {
  position: absolute; top: 8px; left: 8px;
  display: inline-block;
  padding: 3px 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.fn-news-tag-leak { background: rgba(192, 57, 43, 0.95); }
.fn-news-tag-novidade { background: rgba(42, 111, 219, 0.95); }
.fn-news-tag-oficial { background: rgba(0, 230, 118, 0.95); color: #0a0f0c; }
.fn-news-tag-polemica { background: rgba(177, 75, 255, 0.95); }
.fn-news-modal-link {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 16px;
  background: var(--green-primary);
  color: #0a0f0c;
  font-weight: 700;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .15s;
}
/* === Topo (nav + player) — rola junto com a página === */
.fp-sticky-top {
  position: relative;
  z-index: 50;
}
.fp-sticky-top .nav { position: relative; }
.fp-sticky-top .fp-player { position: relative; }

/* === Fortpay custom music player (sticky abaixo do Nav) === */
.fp-player {
  position: relative;
  z-index: 49;
  background: linear-gradient(180deg, rgba(0,28,18,0.92), rgba(8,12,10,0.94));
  border-bottom: 1px solid rgba(0,230,118,0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: 'Sora', sans-serif;
  animation: fpPlayerIn .35s ease-out;
}
@keyframes fpPlayerIn {
  from { transform: translateY(-12px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.fp-player-bar {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 20px;
  display: grid;
  grid-template-columns: minmax(160px, 220px) auto 1fr auto auto auto;
  align-items: center;
  gap: 14px;
}
.fp-player-now { display: flex; align-items: center; gap: 10px; min-width: 0; }
.fp-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
  transition: background .2s;
}
.fp-pulse.on {
  background: var(--green-primary);
  box-shadow: 0 0 10px var(--green-primary);
  animation: fpPulse 1.4s ease-in-out infinite;
}
@keyframes fpPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.7); }
}
.fp-player-trk { display: flex; flex-direction: column; min-width: 0; line-height: 1.2; }
.fp-player-trk strong {
  font-size: 13px; font-weight: 700; color: var(--text-light);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fp-player-trk span {
  font-size: 10.5px; color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace; letter-spacing: 0.02em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fp-player-ctrls { display: flex; align-items: center; gap: 4px; }
.fp-ctl {
  width: 30px; height: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--text-muted);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  transition: background .15s, color .15s, transform .12s, border-color .15s;
  cursor: pointer;
}
.fp-ctl:hover { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.12); }
.fp-ctl:active { transform: scale(0.94); }
.fp-ctl-play {
  width: 36px; height: 36px;
  background: var(--green-primary); color: #0a0f0c;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(0,230,118,0.32), inset 0 0 0 1px rgba(255,255,255,0.18);
}
.fp-ctl-play:hover { background: var(--green-primary); color: #0a0f0c; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,230,118,0.5); border-color: transparent; }
.fp-ctl-list.active { background: rgba(0,230,118,0.14); color: var(--green-primary); border-color: rgba(0,230,118,0.4); }
.fp-ctl-close { font-size: 18px; line-height: 1; }

.fp-player-prog { display: flex; align-items: center; gap: 10px; min-width: 0; }
.fp-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--text-muted);
  flex-shrink: 0; min-width: 34px; text-align: center;
}
.fp-bar {
  position: relative; flex: 1;
  height: 4px; border-radius: 999px;
  background: rgba(255,255,255,0.08);
  cursor: pointer;
  overflow: visible;
  transition: height .15s;
}
.fp-bar:hover { height: 6px; }
.fp-bar-fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: linear-gradient(90deg, var(--green-primary), #1ee988);
  border-radius: 999px;
  pointer-events: none;
}
.fp-bar-knob {
  position: absolute; top: 50%;
  width: 12px; height: 12px; border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  opacity: 0; transition: opacity .15s;
  pointer-events: none;
}
.fp-bar:hover .fp-bar-knob { opacity: 1; }

.fp-player-vol { display: flex; align-items: center; gap: 6px; }
.fp-vol-slider {
  width: 80px;
  -webkit-appearance: none; appearance: none;
  height: 4px; border-radius: 999px;
  background: rgba(255,255,255,0.1);
  outline: none;
  cursor: pointer;
}
.fp-vol-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--green-primary);
  box-shadow: 0 0 6px rgba(0,230,118,0.6);
  cursor: pointer;
  border: none;
}
.fp-vol-slider::-moz-range-thumb {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--green-primary);
  border: none; cursor: pointer;
}

/* Lista de músicas expandida */
.fp-player-list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6px 12px 14px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex; flex-direction: column; gap: 2px;
  max-height: 280px; overflow-y: auto;
  animation: fpListIn .25s ease-out;
}
@keyframes fpListIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.fp-list-empty {
  padding: 18px 12px; text-align: center;
  color: var(--text-muted); font-size: 12px;
  font-family: 'JetBrains Mono', monospace;
}
.fp-list-empty code {
  background: rgba(0,230,118,0.1);
  color: var(--green-primary);
  padding: 1px 6px; border-radius: 4px;
}
.fp-list-item {
  display: flex; align-items: center; gap: 12px;
  padding: 8px 12px; border-radius: 8px;
  background: transparent; border: 1px solid transparent;
  text-align: left; width: 100%; cursor: pointer;
  transition: background .15s, border-color .15s;
}
.fp-list-item:hover { background: rgba(255,255,255,0.04); }
.fp-list-item.active { background: rgba(0,230,118,0.08); border-color: rgba(0,230,118,0.25); }
.fp-list-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--text-muted); width: 24px;
}
.fp-list-item.active .fp-list-num { color: var(--green-primary); }
.fp-list-meta { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.2; }
.fp-list-meta strong {
  font-size: 13px; font-weight: 600; color: var(--text-light);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fp-list-meta span {
  font-size: 11px; color: var(--text-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fp-list-eq { display: inline-flex; gap: 2px; align-items: flex-end; height: 14px; }
.fp-list-eq span {
  display: block; width: 3px; background: var(--green-primary); border-radius: 2px;
  animation: fpEq 0.9s ease-in-out infinite;
}
.fp-list-eq span:nth-child(1) { height: 60%; animation-delay: 0s; }
.fp-list-eq span:nth-child(2) { height: 100%; animation-delay: 0.18s; }
.fp-list-eq span:nth-child(3) { height: 40%; animation-delay: 0.36s; }
@keyframes fpEq {
  0%, 100% { transform: scaleY(0.4); }
  50% { transform: scaleY(1); }
}

/* Botão pra reabrir o player quando ele estiver fechado */
.music-reopen {
  position: fixed; left: 20px; bottom: 20px;
  z-index: 60;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(0,30,18,0.94);
  color: var(--green-primary);
  border: 1px solid rgba(0,230,118,0.4);
  box-shadow: 0 6px 20px rgba(0,0,0,0.5), 0 0 18px rgba(0,230,118,0.15);
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}
.music-reopen:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.55), 0 0 24px rgba(0,230,118,0.28); }

/* Responsivo: empilha o player em telas estreitas */
@media (max-width: 880px) {
  .fp-player-bar {
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "now ctrls actions"
      "prog prog prog";
    row-gap: 8px;
  }
  .fp-player-now { grid-area: now; }
  .fp-player-ctrls { grid-area: ctrls; }
  .fp-player-prog { grid-area: prog; }
  .fp-player-vol { display: none; }
  .fp-ctl-list, .fp-ctl-close { /* ficam no actions */ }
}
@media (max-width: 480px) {
  .fp-player-bar { padding: 8px 12px; gap: 8px; }
  .fp-player-trk strong { font-size: 12px; }
  .fp-player-trk span { font-size: 10px; }
}
.fn-news-body { padding: 10px 12px 12px; }
.fn-news-body h4 {
  font-family:'Sora', sans-serif; font-weight: 700; font-size: 13px;
  color: var(--text-light); line-height: 1.3; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fn-news-body p {
  font-size: 11px; color: var(--text-muted); line-height: 1.4;
  margin: 4px 0 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fn-news-skel {
  height: 220px;
  background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  background-size: 200% 100%;
  animation: fnSkel 1.2s linear infinite;
}
@keyframes fnSkel { from { background-position: 200% 0; } to { background-position: -200% 0; } }
@media (max-width: 640px) {
  .fn-news-card { flex: 0 0 240px; }
}
@media (max-width: 768px) {
  .hero-video-section { min-height: 88vh; padding: 72px 0; }
}

/* Legacy phone (unused) */
.hero-video {
  position: relative;
  aspect-ratio: 9/16;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  background: var(--bg-card-2);
  border: 6px solid #000;
  box-shadow:
    0 0 0 1px var(--border-strong),
    0 0 80px rgba(0, 230, 118, calc(0.4 * var(--glow-intensity))),
    0 30px 80px rgba(0,0,0,0.6);
}
.hero-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(0, 230, 118, 0.06) 0, rgba(0, 230, 118, 0.06) 2px, transparent 2px, transparent 6px),
    linear-gradient(180deg, #15281e 0%, #0d1812 100%);
}
.hero-video > * { position: relative; z-index: 1; }

/* Notch */
.notch {
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 24px;
  background: #000;
  border-radius: 0 0 14px 14px;
  z-index: 5;
}

/* Lobby gift toast */
.gift-toast {
  position: absolute;
  left: 16px; right: 16px; bottom: 24px;
  background: rgba(10, 15, 12, 0.85);
  border: 1px solid var(--green-primary);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 30px rgba(0, 230, 118, 0.4);
  animation: giftIn 4s ease-in-out infinite;
}
@keyframes giftIn {
  0%, 20% { transform: translateY(120%); opacity: 0; }
  30%, 90% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-20%); opacity: 0; }
}
.gift-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green-primary), var(--green-deep));
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* Skeleton lobby UI inside the phone */
.lobby-ui {
  position: absolute;
  inset: 0;
  padding: 40px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}
.lobby-bar {
  height: 8px;
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
}
.lobby-bar.short { width: 40%; }
.lobby-bar.med { width: 65%; }
.lobby-character {
  flex: 1;
  margin: 8px 0;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(0, 230, 118, 0.4), transparent 60%),
    linear-gradient(180deg, #1a3327, #0a1410);
  border: 1px solid var(--border);
  position: relative;
}
.lobby-character::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 70px; height: 110px;
  background:
    radial-gradient(ellipse at 50% 25%, var(--green-glow), transparent 40%),
    linear-gradient(180deg, #2a4a37 0%, #163024 70%, transparent);
  border-radius: 36px 36px 24px 24px / 50% 50% 14% 14%;
  filter: blur(0.4px);
}

/* Stat tiles */
.stat {
  text-align: center;
  padding: 24px 16px;
}
.stat-value {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 6vw, 56px);
  color: var(--green-primary);
  letter-spacing: -0.03em;
  line-height: 1;
}
.stat-label {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 14px;
}

/* Comparison table */
.compare-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.compare-row:last-child { border-bottom: 0; }
.compare-row .price {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--text-muted);
  white-space: nowrap;
}
.compare-row.bonus .price { color: var(--green-primary); }
.compare-row.bonus { background: linear-gradient(90deg, rgba(0, 230, 118, 0.04), transparent); margin: 0 -16px; padding-left: 16px; padding-right: 16px; border-radius: 8px; }

/* Countdown */
.countdown {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.cd-cell {
  background: var(--bg-card-2);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 14px 12px;
  min-width: 76px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  box-shadow: inset 0 0 30px rgba(0, 230, 118, 0.05);
}
.cd-num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: var(--alert-yellow);
  letter-spacing: -0.02em;
  line-height: 1;
}
.cd-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 6px;
}

/* Steps */
.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
}

/* Headline emphasis */
.green { color: var(--green-primary); }
.muted { color: var(--text-muted); }
.yellow { color: var(--alert-yellow); }

/* nav */
.nav {
  position: relative;
  z-index: 50;
  background: rgba(10, 15, 12, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green-primary), var(--green-deep));
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  color: #06120A;
  box-shadow: 0 0 20px rgba(0, 230, 118, 0.5);
}

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px 24px;
  text-align: center;
  color: var(--text-muted);
  font-size: 13px;
}

/* Reveal-on-scroll */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Two-col layout */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr; gap: 32px; }
}

/* ===== SHOP SECTION ===== */
.shop-section {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(120, 60, 200, 0.15), transparent 50%),
    radial-gradient(ellipse at 20% 100%, rgba(0, 230, 118, 0.08), transparent 50%),
    linear-gradient(180deg, #18103a 0%, #0c0a26 100%);
  padding-top: 72px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.shop-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.02) 0, rgba(255,255,255,0.02) 1px, transparent 1px, transparent 4px);
  pointer-events: none;
}

.shop-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  position: relative;
}
.shop-title {
  font-family: 'Sora', 'Inter', sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,0.4);
}
.shop-sub {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.04em;
}
.epic-pill {
  background: #fff;
  color: #000;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
  letter-spacing: 0.06em;
}

/* Theme tabs */
.shop-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 4px 14px;
  margin: 0 -4px 16px;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  user-select: none;
  touch-action: pan-x;
}
.shop-tabs.dragging { cursor: grabbing; }
.shop-tabs.dragging .shop-tab { pointer-events: none; }
.shop-tabs::-webkit-scrollbar { display: none; }
.shop-tab {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.7);
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all .15s;
  white-space: nowrap;
}
.shop-tab:hover { background: rgba(255,255,255,0.08); color: #fff; }
.shop-tab.active {
  background: rgba(0,230,118,0.14);
  color: var(--green-primary);
  border-color: var(--green-primary);
  box-shadow: 0 0 20px rgba(0,230,118,0.25);
}
.shop-tab-count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: inherit;
  opacity: 0.6;
  background: rgba(0,0,0,0.3);
  padding: 2px 6px;
  border-radius: 999px;
}
.shop-tab.active .shop-tab-count { opacity: 1; background: rgba(0,230,118,0.2); }

/* Type filter chips */
.shop-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}
.shop-filters::-webkit-scrollbar { display: none; }
.shop-filters.dragging { cursor: grabbing; }
.shop-filters.dragging .shop-chip { pointer-events: none; }
.shop-chip {
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all .15s;
  white-space: nowrap;
}

/* Search bar */
.shop-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  transition: border-color .15s, background .15s;
}
.shop-search:focus-within {
  border-color: var(--green-primary);
  background: rgba(0,230,118,0.04);
  box-shadow: 0 0 0 4px rgba(0,230,118,0.08);
}
.shop-search svg { color: var(--text-muted); flex-shrink: 0; }
.shop-search input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--text-light);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  min-width: 0;
}
.shop-search input::placeholder { color: rgba(156, 182, 168, 0.6); }
.shop-search-clear {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.shop-search-clear:hover { background: rgba(255,255,255,0.2); color: #fff; }
.shop-chip:hover { background: rgba(255,255,255,0.1); color: #fff; }
.shop-chip.active {
  background: #fff;
  color: #0a0f0c;
  border-color: #fff;
  font-weight: 700;
}

/* Uniform grid */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
@media (max-width: 640px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* Abas de tema (Todos, Recém-chegados, etc) — todas com mesmo tamanho no celular */
  .shop-tabs {
    gap: 6px;
    padding: 4px 4px 12px;
    margin: 0 -4px 14px;
  }
  .shop-tab {
    flex: 0 0 auto;
    min-width: 104px;        /* todas com largura mínima igual */
    padding: 9px 10px;
    font-size: 12.5px;
    justify-content: center;
    gap: 6px;
  }
  .shop-tab > span:first-child {
    flex: 1 1 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .shop-tab-count {
    flex-shrink: 0;
    font-size: 10px;
    padding: 2px 5px;
  }

  /* Chips de tipo (Skins, Mochilas, Picaretas, etc) — também padronizadas */
  .shop-filters {
    gap: 6px;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
  .shop-chip {
    flex: 0 0 auto;
    min-width: 86px;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }
}

.shop-card {
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform .15s ease;
}
.shop-card:hover { transform: translateY(-4px); }
.shop-card:hover .shop-card-art { box-shadow: 0 0 0 2px var(--rA), 0 12px 30px rgba(0,0,0,0.5); }

.shop-card-art {
  position: relative;
  aspect-ratio: 1 / 1.18;
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, var(--rA), var(--rB) 70%, #0a0a0a 100%);
  box-shadow: 0 4px 14px rgba(0,0,0,0.4);
  isolation: isolate;
  transition: box-shadow .2s;
}
.shop-card-art img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}
.shop-card-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: rgba(255,255,255,0.4);
}
.shop-card-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.45) 100%);
  z-index: 2;
}
.shop-card-plus {
  position: absolute;
  bottom: 6px; right: 8px;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  z-index: 3;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  line-height: 1;
}
.shop-badge {
  position: absolute;
  bottom: 50px; left: 8px;
  z-index: 3;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  transform: skewX(-8deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.shop-badge-new {
  background: var(--alert-yellow);
  color: #1a1300;
}
.shop-badge-warn {
  background: var(--danger-red, #ff3b3b);
  color: #fff;
}
.shop-badge-leaving {
  background: rgba(0,0,0,0.75);
  color: var(--alert-yellow);
  border: 1px solid rgba(255,214,10,0.5);
  backdrop-filter: blur(4px);
}
.shop-badge-warn,
.shop-badge-leaving {
  bottom: auto;
  top: 8px;
}

.shop-card-foot {
  padding: 8px 4px 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shop-card-name {
  font-family: 'Sora', 'Inter', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-card-price {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,0.85);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-top: 2px;
}
.vbuck {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5cf6ff, #2b85a8);
  color: #06151c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 10px;
  flex-shrink: 0;
}
.shop-card-fortpay {
  margin-top: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(0, 230, 118, 0.1);
  border: 1px solid rgba(0, 230, 118, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.shop-card-skel {
  aspect-ratio: 1 / 1.5;
  background: linear-gradient(135deg, var(--rA), var(--rB));
  opacity: 0.4;
  animation: skel 1.4s ease infinite;
  border-radius: 14px;
}
@keyframes skel { 50% { opacity: 0.7; } }

.shop-disclaimer {
  margin-top: 24px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 214, 10, 0.08);
  color: var(--alert-yellow);
  border: 1px solid rgba(255, 214, 10, 0.3);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

/* ===== Faixa/banner acima da loja ===== */
.shop-banner {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid rgba(0,230,118,0.18);
  box-shadow:
    0 0 0 1px rgba(0,230,118,0.05),
    0 20px 60px rgba(0,0,0,0.5),
    0 0 80px rgba(0,230,118,0.08);
  isolation: isolate;
}
.shop-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  display: block;
  filter: saturate(1.05) brightness(0.95);
}
.shop-banner-fade-top {
  position: absolute; top: 0; left: 0; right: 0; height: 50px;
  background: linear-gradient(to bottom, rgba(10,15,12,0.75), transparent);
  pointer-events: none;
}
.shop-banner-fade-bottom {
  position: absolute; bottom: 0; left: 0; right: 0; height: 90px;
  background: linear-gradient(to top, var(--bg-dark, #0a0f0c) 0%, rgba(10,15,12,0.85) 35%, transparent 100%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .shop-banner { height: 240px; border-radius: 14px; margin-bottom: 20px; }
  .shop-banner img { object-position: center 40%; }
}
@media (max-width: 480px) {
  .shop-banner { height: 180px; }
}


/* === Print de entrega nas avaliações === */
.proof-image {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 14;
  max-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(0,230,118,0.18);
  box-shadow: 0 8px 24px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.03) inset;
}
.proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.95) saturate(1.05);
}
.proof-image-badge {
  position: absolute;
  bottom: 10px; left: 10px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 230, 118, 0.92);
  color: #06120A;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.4), 0 0 16px rgba(0,230,118,0.4);
}
.proof-image-badge svg { stroke: #06120A; }


/* =====================================================================
   AJUSTES MOBILE — cards padronizados, sem overflow, layout compacto
   ===================================================================== */

/* Prevenir overflow horizontal em qualquer tela */
html, body { overflow-x: hidden; max-width: 100%; }
body { -webkit-text-size-adjust: 100%; }

/* GRID — usa minmax(0, 1fr) pra FORÇAR colunas iguais
   (o `1fr` sozinho deixa colunas crescerem se o conteúdo for largo) */
.shop-grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

/* Cards: min-width:0 impede que conteúdo interno empurre a coluna */
.shop-card {
  min-width: 0;
  width: 100%;
}
.shop-card-art {
  width: 100%;
  overflow: hidden;
}
.shop-card-art img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* === MOBILE (até 640px): 2 colunas RÍGIDAS, card compacto === */
@media (max-width: 640px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100%;
  }

  .shop-card-art {
    aspect-ratio: 1 / 1.12;
    border-radius: 12px;
  }

  .shop-card-foot { padding-top: 7px; min-width: 0; }
  .shop-card-name {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .shop-card-price { font-size: 13px; gap: 4px; }
  .shop-card-price .vbuck { width: 16px; height: 16px; font-size: 10px; flex-shrink: 0; }
  .shop-card-fortpay { margin-top: 4px; min-width: 0; }
  .shop-card-fortpay span:first-child { font-size: 9px !important; }
  .shop-card-fortpay span:last-child { font-size: 12px !important; white-space: nowrap; }
  .shop-card-plus { width: 26px; height: 26px; font-size: 18px; }

  /* Badges: não podem empurrar a largura da coluna */
  .shop-badge {
    font-size: 9px !important;
    padding: 3px 7px !important;
    top: 6px !important;
    left: 6px !important;
    max-width: calc(100% - 12px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Container — padding garantido pra não estourar */
  .container, .shop-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  /* Abas/chips: padronizadas e roláveis */
  .shop-tabs, .shop-filters { max-width: 100%; }
  .shop-tab { min-width: 96px; padding: 8px 10px; font-size: 12px; }
  .shop-tab-count { font-size: 10px; padding: 2px 5px; }
  .shop-chip { min-width: 76px; padding: 7px 10px; font-size: 11.5px; }
}

/* Telas muito estreitas (≤360px): cards ainda menores mas mantém 2 colunas */
@media (max-width: 360px) {
  .shop-grid { gap: 8px !important; }
  .container, .shop-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .shop-card-name { font-size: 11px; }
  .shop-card-price { font-size: 12px; }
  .shop-card-fortpay span:last-child { font-size: 11px !important; }
  .shop-tab { min-width: 86px; font-size: 11.5px; }
  .shop-chip { min-width: 68px; font-size: 11px; }
}

/* =====================================================================
   BOTÃO PRINCIPAL — não estourar o viewport no celular
   ===================================================================== */
@media (max-width: 640px) {
  .btn-xl {
    min-height: 56px !important;
    font-size: 14.5px !important;
    padding: 0 18px !important;
    max-width: 100%;
    white-space: normal !important;       /* permite quebrar em 2 linhas se precisar */
    line-height: 1.25;
    text-align: center;
    gap: 8px !important;
  }
  .btn-xl svg { width: 16px; height: 16px; flex-shrink: 0; }
  .btn { white-space: normal; }
}

@media (max-width: 380px) {
  .btn-xl {
    font-size: 13px !important;
    padding: 0 14px !important;
    gap: 6px !important;
  }
  .btn-xl svg { width: 14px; height: 14px; }
}

/* =====================================================================
   AFFILIATES BANNER
   ===================================================================== */
.aff-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(0, 230, 118, 0.28), 0 26px 60px rgba(0,0,0,0.5);
}

.aff-coin {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #b8e3c8 0%, #00e676 45%, #00a857 80%);
  box-shadow:
    0 0 18px rgba(0, 230, 118, 0.55),
    inset 0 0 6px rgba(255,255,255,0.5),
    inset -3px -4px 8px rgba(0,0,0,0.35);
  animation: affFloat 6s ease-in-out infinite;
}
.aff-coin::before {
  content: 'V';
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 800;
  color: #042714;
  font-size: 60%;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.aff-coin:nth-child(2) { animation-delay: -2s; animation-duration: 7s; }
.aff-coin:nth-child(3) { animation-delay: -4s; animation-duration: 8s; }

@keyframes affFloat {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-12px) rotate(6deg); }
}

.aff-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(0, 230, 118, 0.08);
  border: 1px solid rgba(0, 230, 118, 0.28);
  border-radius: 999px;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
}

/* MOBILE: grid 1 coluna, badge fica em cima */
@media (max-width: 768px) {
  .aff-banner-grid {
    grid-template-columns: 1fr !important;
    padding: 28px 22px !important;
    min-height: auto !important;
    gap: 20px !important;
  }
  .aff-side { order: -1; }
  .aff-side > div {
    max-width: 100% !important;
    width: 100%;
    padding: 18px 16px !important;
  }
  .aff-side > div > div:nth-child(2) {
    font-size: 24px !important;
  }
  .aff-coin { display: none; }
  .aff-foot {
    padding: 12px 16px !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  .aff-foot span { font-size: 10.5px !important; }
}

@media (max-width: 480px) {
  .aff-banner-grid { padding: 22px 18px !important; }
  .aff-chip { font-size: 11px; padding: 6px 11px; }
  .aff-steps { gap: 12px !important; }
}

/* =====================================================================
   PERFORMANCE — não altera o visual, só deixa mais leve/liso
   ===================================================================== */

/* Descarta a renderização do que está fora da tela (cards, notícias, grupos,
   depoimentos). O navegador só pinta o que aparece → rolagem bem mais lisa
   no celular e no PC. contain-intrinsic-size reserva o espaço pra barra de
   rolagem não "pular". */
.shop-card {
  content-visibility: auto;
  contain-intrinsic-size: 200px 320px;
}
.fn-news-card {
  content-visibility: auto;
  contain-intrinsic-size: 260px 300px;
}

/* Dá a pista de composição pro vídeo de fundo (camada própria de GPU) */
.hero-bg-video { transform: translateZ(0); }

/* Acessibilidade + bateria: se o usuário pede menos movimento, corta as
   animações infinitas (glows, flutuações) e transições longas. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}