/* ========== RESET & BASE ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
/* Fallback noscript / IntersectionObserver não-suportado: garante conteúdo visível */
.no-js .reveal { opacity: 1 !important; transform: none !important; }
/* Accessibility: respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* Forçar precedência sobre CSS agregado por Autoptimize/Hello Biz/Elementor */
body,
body.fapgeist-landing {
  font-family: 'Inter', sans-serif !important;
  background: #06060a !important;
  color: #e0e0e0 !important;
  overflow-x: hidden !important;
  line-height: 1.6 !important;
}
body.fapgeist-landing a { text-decoration: none; color: inherit; }
body.fapgeist-landing img { max-width: 100%; }
body.fapgeist-landing * { box-sizing: border-box; }
/* ========== CSS VARIABLES ========== */
:root {
  --cyan: #00E5FF; --cyan-glow: rgba(0,229,255,0.4);
  --red: #AC1212; --red-light: #E31B1B; --red-glow: rgba(172,18,18,0.5);
  --gold: #FFD700;
  --dark-bg: #06060a;
  --card-bg: rgba(255,255,255,0.03); --card-border: rgba(255,255,255,0.06);
  --glass-bg: rgba(255,255,255,0.05); --glass-border: rgba(255,255,255,0.1);
  --text-primary: #ffffff; --text-secondary: #b8b8c8; --text-muted: #8a8a9a;
  --max-width: 1200px; --section-padding: 120px 0;
}
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.text-cyan { color: var(--cyan); }
.text-gradient { background: linear-gradient(135deg, var(--cyan) 0%, #7B61FF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
/* ========== AGE GATE MODAL ========== */
.age-gate { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 24px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.age-gate.visible { opacity: 1; visibility: visible; }
.age-gate-card { max-width: 480px; width: 100%; background: #0c0c14; border: 1px solid rgba(0,229,255,0.2); border-radius: 24px; padding: 48px 40px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 60px rgba(0,229,255,0.08); transform: scale(0.96); transition: transform 0.3s ease; }
.age-gate.visible .age-gate-card { transform: scale(1); }
.age-gate-logo { height: 40px; width: auto; margin-bottom: 24px; }
.age-gate-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(231,76,60,0.12); border: 1px solid rgba(231,76,60,0.3); border-radius: 50px; color: #ff6b6b; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.age-gate h2 { font-family: 'Space Grotesk', sans-serif; font-size: 28px; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; line-height: 1.2; }
.age-gate p { font-size: 15px; color: var(--text-secondary); margin-bottom: 32px; line-height: 1.6; }
.age-gate-actions { display: flex; gap: 12px; margin-bottom: 24px; }
.age-gate-btn { flex: 1; padding: 14px 24px; font-size: 15px; font-weight: 700; border-radius: 12px; border: none; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; font-family: inherit; }
.age-gate-btn.confirm { background: var(--red); color: white; }
.age-gate-btn.confirm:hover { background: var(--red-light); box-shadow: 0 8px 30px var(--red-glow); }
.age-gate-btn.deny { background: transparent; color: var(--text-secondary); border: 1px solid var(--card-border); }
.age-gate-btn.deny:hover { border-color: var(--text-muted); color: var(--text-primary); }
.age-gate-terms { font-size: 11px; color: var(--text-muted); line-height: 1.5; }
.age-gate-terms a { color: var(--cyan); text-decoration: underline; }
.age-gate-blocked { display: none; }
.age-gate-blocked.active { display: block; }
.age-gate-card.blocked .age-gate-default { display: none; }
/* ========== BACKGROUND ========== */
.bg-grid { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(0,229,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,229,255,0.03) 1px, transparent 1px); background-size: 60px 60px; }
.bg-glow { position: fixed; width: 600px; height: 600px; border-radius: 50%; filter: blur(150px); opacity: 0.15; pointer-events: none; z-index: 0; }
.bg-glow-1 { top: -200px; left: -200px; background: var(--cyan); }
.bg-glow-2 { bottom: -200px; right: -200px; background: #7B61FF; }
.bg-glow-3 { top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--red); opacity: 0.08; }
/* ========== NAVBAR ========== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 0; transition: all 0.3s ease; }
.navbar.scrolled { background: rgba(6,6,10,0.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--card-border); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; }
.navbar-logo { display: flex; align-items: center; }
.navbar-logo img { height: 40px; width: auto; }
.navbar-links { display: flex; align-items: center; gap: 8px; }
.navbar-link { padding: 8px 16px; font-size: 14px; color: var(--text-secondary); transition: color 0.3s; font-weight: 500; }
.navbar-link:hover { color: var(--text-primary); }
.navbar-cta { padding: 10px 28px; background: var(--red); color: white; font-weight: 600; font-size: 14px; border-radius: 8px; border: none; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; }
.navbar-cta:hover { background: var(--red-light); box-shadow: 0 4px 25px var(--red-glow); transform: translateY(-1px); }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 1001; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--text-secondary); border-radius: 2px; transition: all 0.3s ease; }
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translateY(7px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translateY(-7px); }
/* ========== HERO ========== */
.hero { position: relative; z-index: 1; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 140px 24px 100px; }
.hero-content { max-width: 800px; }
.scroll-indicator { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--text-muted); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; animation: scrollBounce 2.5s ease-in-out infinite; }
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.6; } 50% { transform: translateX(-50%) translateY(8px); opacity: 1; } }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 50px; font-size: 13px; color: var(--cyan); font-weight: 500; margin-bottom: 32px; backdrop-filter: blur(10px); }
.hero-badge .dot { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; animation: pulse 2s infinite; }
.hero-badge-divider { color: var(--text-muted); font-weight: 700; opacity: 0.6; }
.hero-badge-age { color: #ff6b6b; font-weight: 700; letter-spacing: 0.5px; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.hero h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(40px, 6vw, 72px); font-weight: 800; line-height: 1.05; color: var(--text-primary); margin-bottom: 24px; letter-spacing: -1px; }
.hero h1 .highlight { position: relative; color: var(--cyan); text-shadow: 0 0 40px var(--cyan-glow); }
.hero p { font-size: clamp(16px, 2vw, 20px); color: var(--text-secondary); max-width: 560px; margin: 0 auto 48px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 40px; background: var(--red); color: white; font-size: 16px; font-weight: 700; border-radius: 12px; border: none; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; }
.btn-primary:hover { background: var(--red-light); box-shadow: 0 8px 40px var(--red-glow); transform: translateY(-2px); }
.btn-secondary { display: inline-flex; align-items: center; gap: 10px; padding: 16px 40px; background: transparent; color: var(--text-primary); font-size: 16px; font-weight: 600; border-radius: 12px; border: 1px solid var(--glass-border); cursor: pointer; transition: all 0.3s ease; }
.btn-secondary:hover { border-color: var(--cyan); color: var(--cyan); box-shadow: 0 0 30px rgba(0,229,255,0.1); }
.hero-stats { display: flex; gap: 48px; justify-content: center; margin-top: 72px; padding-top: 40px; border-top: 1px solid var(--card-border); }
.hero-stat { text-align: center; }
.hero-stat .number { font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; color: var(--text-primary); }
.hero-stat .number span { color: var(--cyan); }
.hero-stat .label { font-size: 13px; color: var(--text-muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 1px; }
/* ========== SECTION LABEL ========== */
.section-label { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; color: var(--cyan); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px; }
.section-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; color: var(--text-primary); line-height: 1.15; margin-bottom: 20px; }
.section-subtitle { font-size: 18px; color: var(--text-secondary); max-width: 600px; line-height: 1.7; }
/* ========== LIBRARY ========== */
.library { position: relative; z-index: 1; padding: var(--section-padding); }
.library-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; }
.library-text { max-width: 440px; }
.library-text .section-title { margin-bottom: 16px; }
.library-text .section-subtitle { margin-bottom: 32px; }
.library-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: 15px; font-weight: 600; transition: gap 0.3s ease; }
.library-cta:hover { gap: 14px; }
.library-visual { overflow: hidden; border-radius: 16px; }
.library-carousel-wrap { display: flex; flex-direction: column; gap: 16px; }
.library-caption { margin-top: 12px; font-size: 12px; color: var(--text-muted); text-align: center; font-style: italic; letter-spacing: 0.3px; }
.library-carousel-row { width: 100%; overflow: hidden; mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); }
.carousel-track.carousel-track-row { display: flex; width: max-content; gap: 12px; animation: carouselScrollRow 50s linear infinite; }
.carousel-track.carousel-track-row:hover { animation-play-state: paused; }
.carousel-track.carousel-track-reverse { animation: carouselScrollRowReverse 45s linear infinite; }
@keyframes carouselScrollRow { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes carouselScrollRowReverse { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.carousel-item.carousel-item-sm { width: 240px; height: 135px; flex-shrink: 0; }
/* ========== PROBLEM ========== */
.problem { position: relative; z-index: 1; padding: var(--section-padding); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.problem-text { max-width: 500px; }
.problem-text .section-subtitle { margin-bottom: 32px; }
.problem-list { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.problem-list li { display: flex; align-items: flex-start; gap: 16px; font-size: 16px; color: var(--text-secondary); line-height: 1.6; }
.problem-list li .icon { flex-shrink: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: var(--red-light); font-size: 18px; margin-top: 2px; }
.problem-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.problem-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; padding: 48px; backdrop-filter: blur(10px); text-align: center; width: 100%; max-width: 420px; }
.problem-gif { width: 200px; height: 200px; object-fit: contain; margin-bottom: 24px; filter: drop-shadow(0 0 20px rgba(0,229,255,0.3)); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.problem-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 24px; color: var(--text-primary); margin-bottom: 12px; }
.problem-card p { color: var(--text-muted); font-size: 15px; }
/* ========== BENEFITS ========== */
.benefits { position: relative; z-index: 1; padding: var(--section-padding); }
.benefits::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 22% 18%, rgba(0,229,255,0.10), transparent 55%), radial-gradient(circle at 82% 82%, rgba(123,97,255,0.10), transparent 55%); background-size: cover; background-position: center; opacity: 0.55; z-index: -1; }
.benefits::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, var(--dark-bg) 0%, transparent 20%, transparent 80%, var(--dark-bg) 100%); z-index: -1; }
.benefits-header { text-align: center; margin-bottom: 80px; }
.benefits-header .section-subtitle { margin: 0 auto; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-card { background: rgba(10,10,18,0.85); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 40px 32px; transition: all 0.4s ease; position: relative; overflow: hidden; backdrop-filter: blur(8px); }
.benefit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); opacity: 0; transition: opacity 0.4s ease; }
.benefit-card:hover { border-color: rgba(0,229,255,0.15); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.benefit-card:hover::before { opacity: 1; }
.benefit-number { font-family: 'Space Grotesk', sans-serif; font-size: 48px; font-weight: 800; color: rgba(0,229,255,0.12); line-height: 1; margin-bottom: 20px; transition: all 0.4s ease; }
.benefit-card:hover .benefit-number { color: rgba(0,229,255,0.55); text-shadow: 0 0 25px rgba(0,229,255,0.5), 0 0 50px rgba(0,229,255,0.25); }
.benefit-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: rgba(0,229,255,0.08); border-radius: 12px; margin-bottom: 24px; font-size: 22px; }
.benefit-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 600; color: var(--cyan); margin-bottom: 12px; text-shadow: 0 0 20px rgba(0,229,255,0.2); }
.benefit-card p { font-size: 15px; color: var(--text-muted); line-height: 1.7; }
/* ========== VIDEO ========== */
.video-section { position: relative; z-index: 1; padding: 80px 0; }
.video-wrapper { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 9; background: #0a0a14; border: 1px solid var(--card-border); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.video-wrapper iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { text-align: center; position: relative; z-index: 1; }
.video-placeholder .play-btn { width: 80px; height: 80px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; transition: all 0.3s ease; box-shadow: 0 0 40px var(--red-glow); }
.video-placeholder .play-btn:hover { transform: scale(1.1); box-shadow: 0 0 60px var(--red-glow); }
.video-placeholder .play-btn svg { fill: white; width: 32px; height: 32px; margin-left: 4px; }
.video-placeholder p { color: var(--text-muted); font-size: 14px; }
/* ========== PRICING ========== */
.pricing { position: relative; z-index: 1; padding: var(--section-padding); }
.pricing-header { text-align: center; margin-bottom: 72px; }
.pricing-header .section-subtitle { margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 900px; margin: 0 auto; align-items: stretch; }
.pricing-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 24px; padding: 48px 40px; position: relative; transition: all 0.4s ease; display: flex; flex-direction: column; height: 100%; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.pricing-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(255,215,0,0.05) 0%, var(--card-bg) 100%); }
.pricing-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), #FFA500); border-radius: 24px 24px 0 0; }
.pricing-badge { position: absolute; top: -12px; right: 32px; background: linear-gradient(135deg, var(--gold), #FFA500); color: #000; padding: 6px 16px; border-radius: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.pricing-tier { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 600; color: var(--text-primary); margin-bottom: 4px; }
.pricing-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 32px; }
.pricing-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.pricing-price .currency { font-size: 24px; font-weight: 600; color: var(--text-secondary); }
.pricing-price .amount { font-family: 'Space Grotesk', sans-serif; font-size: 64px; font-weight: 800; color: var(--text-primary); line-height: 1; }
.pricing-price .period { font-size: 16px; color: var(--text-muted); }
.pricing-original { font-size: 14px; color: var(--text-muted); margin-bottom: 32px; }
.pricing-original s { color: var(--red-light); }
.pricing-features { list-style: none; margin-bottom: 40px; flex: 1 1 auto; display: flex; flex-direction: column; gap: 16px; }
.pricing-features li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text-secondary); }
.pricing-features li .check { color: var(--cyan); font-size: 16px; flex-shrink: 0; }
.pricing-features li.exclusive .check { color: var(--gold); }
.btn-pricing { display: block; width: 100%; padding: 16px; margin-top: auto; min-height: 56px; box-sizing: border-box; text-align: center; font-size: 16px; font-weight: 700; border-radius: 12px; border: none; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; }
.btn-pricing.monthly { background: var(--red); color: white; }
.btn-pricing.monthly:hover { background: var(--red-light); box-shadow: 0 8px 30px var(--red-glow); transform: translateY(-2px); }
.btn-pricing.lifetime { background: linear-gradient(135deg, var(--gold), #FFA500); color: #000; }
.btn-pricing.lifetime:hover { box-shadow: 0 8px 30px rgba(255,215,0,0.4); transform: translateY(-2px); }
.pricing-guarantee { display: flex; align-items: center; justify-content: center; min-height: 20px; flex-shrink: 0; gap: 8px; margin-top: 16px; font-size: 12px; color: var(--text-muted); }
.pricing-urgency { display: inline-block; padding: 6px 14px; background: rgba(255,215,0,0.08); border: 1px solid rgba(255,215,0,0.2); border-radius: 6px; font-size: 12px; font-weight: 600; color: var(--gold); margin-bottom: 16px; letter-spacing: 0.5px; }
.pricing-urgency-spacer { height: calc(12px * 1.2 + 6px + 6px + 1px + 1px); margin-bottom: 16px; }
/* ========== TESTIMONIALS ========== */
.testimonials { position: relative; z-index: 1; padding: var(--section-padding); }
.testimonials-header { text-align: center; margin-bottom: 64px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.testimonial-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; padding: 36px; transition: all 0.3s ease; }
.testimonial-card:hover { border-color: rgba(0,229,255,0.1); transform: translateY(-2px); }
.testimonial-stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-text { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), #7B61FF); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 14px; }
.testimonial-name { font-weight: 600; color: var(--text-primary); font-size: 14px; }
.testimonial-role { font-size: 12px; color: var(--text-muted); }
.verified-badge { display: inline-block; font-size: 10px; font-weight: 600; color: var(--cyan); background: rgba(0,229,255,0.08); padding: 2px 8px; border-radius: 4px; margin-left: 4px; vertical-align: middle; }
/* ========== CTA ========== */
.cta { position: relative; z-index: 1; padding: var(--section-padding); }
.cta-box { background: linear-gradient(135deg, rgba(172,18,18,0.15), rgba(0,229,255,0.05)); border: 1px solid rgba(172,18,18,0.25); border-radius: 32px; padding: 80px 60px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 0 80px rgba(172,18,18,0.12), 0 0 160px rgba(0,229,255,0.06); }
.cta-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--red), var(--cyan), transparent); }
.cta-label { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 700; color: var(--cyan); text-transform: uppercase; letter-spacing: 6px; margin-bottom: 24px; text-shadow: 0 0 30px var(--cyan-glow); }
.cta-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(36px, 5vw, 56px); font-weight: 800; color: var(--text-primary); margin-bottom: 20px; line-height: 1.1; }
.cta-subtitle { font-size: 17px; color: var(--text-secondary); max-width: 650px; margin: 0 auto 40px; line-height: 1.7; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-link { display: block; margin-top: 20px; color: var(--text-muted); font-size: 14px; transition: color 0.3s; }
.cta-link:hover { color: var(--text-secondary); }
/* ========== FAQ ========== */
.faq { position: relative; z-index: 1; padding: var(--section-padding); }
.faq-header { text-align: center; margin-bottom: 64px; }
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: rgba(0,229,255,0.1); }
.faq-item.active { border-color: rgba(0,229,255,0.15); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px 28px; cursor: pointer; font-size: 16px; font-weight: 600; color: var(--text-primary); transition: color 0.3s; user-select: none; background: transparent; border: none; text-align: left; font-family: inherit; }
.faq-question:hover { color: var(--cyan); }
.faq-question:focus-visible { outline-offset: -2px; }
.faq-toggle { flex-shrink: 0; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255,255,255,0.05); color: var(--text-muted); font-size: 18px; transition: all 0.3s ease; }
.faq-item.active .faq-toggle { background: rgba(0,229,255,0.1); color: var(--cyan); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
.faq-answer-inner { padding: 0 28px 24px; font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
/* ========== NEWSLETTER ========== */
.newsletter { position: relative; z-index: 1; padding: 100px 0; }
.newsletter-box { background: linear-gradient(135deg, var(--red), #8B0000); border-radius: 24px; padding: 64px; text-align: center; position: relative; overflow: hidden; }
.newsletter-box::before { content: ''; position: absolute; top: -50%; right: -20%; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.newsletter-box h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: white; margin-bottom: 12px; position: relative; }
.newsletter-box p { color: rgba(255,255,255,0.8); font-size: 16px; margin-bottom: 36px; position: relative; }
.newsletter-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; position: relative; }
.newsletter-form input { flex: 1; padding: 16px 24px; background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; color: white; font-size: 15px; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.3s; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus { border-color: rgba(255,255,255,0.5); }
.newsletter-form button { padding: 16px 32px; background: #1a1a1a; color: white; font-size: 15px; font-weight: 600; border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; font-family: 'Inter', sans-serif; }
.newsletter-form button:hover { background: #2a2a2a; border-color: white; transform: translateY(-1px); }
.newsletter-terms { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.5); position: relative; }
.newsletter-terms a { color: white; text-decoration: underline; }
/* ========== FOOTER ========== */
.footer { position: relative; z-index: 1; padding: 64px 0 32px; border-top: 1px solid var(--card-border); }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; margin-bottom: 48px; }
.footer-brand { max-width: 280px; }
.footer-logo { display: inline-flex; align-items: center; margin-bottom: 12px; }
.footer-logo img { height: 36px; width: auto; }
.footer-tagline { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.footer-nav { display: flex; gap: 56px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-title { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; color: var(--text-primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 4px; }
.footer-col a { font-size: 14px; color: var(--text-muted); transition: color 0.3s; }
.footer-col a:hover { color: var(--cyan); }
.footer-social { display: flex; gap: 12px; margin-top: 4px; }
.social-link { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255,255,255,0.04); border: 1px solid var(--card-border); color: var(--text-muted); transition: all 0.3s ease; }
.social-link:hover { color: var(--cyan); border-color: rgba(0,229,255,0.2); background: rgba(0,229,255,0.06); transform: translateY(-2px); }
.footer-bottom { padding-top: 24px; border-top: 1px solid var(--card-border); text-align: center; }
.footer-text { font-size: 13px; color: var(--text-muted); }
/* ========== CAROUSEL ========== */
.carousel-track { display: flex; gap: 16px; width: max-content; animation: carouselScroll 35s linear infinite; }
.carousel-track:hover { animation-play-state: paused; }
@keyframes carouselScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.carousel-item { flex-shrink: 0; width: 220px; height: 310px; border-radius: 12px; overflow: hidden; border: 1px solid var(--card-border); position: relative; transition: all 0.4s ease; }
.carousel-item:hover { border-color: rgba(0,229,255,0.25); transform: scale(1.05); box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 20px rgba(0,229,255,0.1); z-index: 2; }
.carousel-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.carousel-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 14px; position: relative; overflow: hidden; border-radius: 12px; isolation: isolate; }
.carousel-placeholder::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.06) 0%, transparent 40%), radial-gradient(circle at 70% 80%, rgba(0,229,255,0.08) 0%, transparent 50%); z-index: -1; }
.carousel-placeholder::after { content: ''; position: absolute; inset: 0; backdrop-filter: blur(4px) saturate(1.2); -webkit-backdrop-filter: blur(4px) saturate(1.2); background: rgba(6,6,10,0.25); z-index: -1; }
.carousel-placeholder .carousel-gif { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 85%; height: 85%; object-fit: contain; filter: drop-shadow(0 0 12px rgba(0,229,255,0.3)); }
.carousel-item-sm .carousel-placeholder .carousel-gif { width: 70%; height: 80%; }
.carousel-placeholder .carousel-label { font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; color: #ffffff; letter-spacing: 0.3px; line-height: 1.2; text-shadow: 0 1px 3px rgba(0,0,0,0.6); z-index: 1; }
.carousel-placeholder .carousel-genre { font-size: 9px; font-weight: 600; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1.2px; margin-top: 4px; z-index: 1; }
.carousel-placeholder .carousel-tag { align-self: flex-end; padding: 4px 8px; background: rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.18); border-radius: 6px; font-size: 9px; font-weight: 700; color: #ffffff; text-transform: uppercase; letter-spacing: 1px; backdrop-filter: blur(6px); z-index: 1; }
.carousel-placeholder .carousel-tag.nsfw { color: #ff6b6b; border-color: rgba(255,107,107,0.4); }
.carousel-placeholder .carousel-tag.new { color: var(--cyan); border-color: rgba(0,229,255,0.4); }
.carousel-placeholder .carousel-tag.hot { color: var(--gold); border-color: rgba(255,215,0,0.4); }
.carousel-placeholder .carousel-bottom { display: flex; flex-direction: column; z-index: 1; }
/* ========== CAROUSEL COM CAPAS REAIS ========== */
.carousel-placeholder.has-cover { background: #0a0a14; padding: 0; }
.carousel-placeholder.has-cover::before,
.carousel-placeholder.has-cover::after { display: none; }
.carousel-placeholder.has-cover .carousel-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 12px;
}
.carousel-placeholder.has-cover .carousel-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.carousel-placeholder.has-cover .carousel-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px 12px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%);
  border-radius: 0 0 12px 12px;
}
.carousel-placeholder.has-cover .carousel-label {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}
.carousel-placeholder.has-cover .carousel-genre {
  font-size: 9px;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
/* ========== STICKY CTA MOBILE ========== */
.sticky-cta-mobile { display: none; }
@media (max-width: 768px) {
  .sticky-cta-mobile {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
    display: block; text-align: center;
    background: linear-gradient(135deg, #AC1212, #E31B1B);
    color: white !important;
    padding: 16px; font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase; letter-spacing: 1.5px;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.5);
    font-family: 'Inter', sans-serif; font-size: 15px;
    transform: translateY(110%); transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
  }
  body.show-sticky-cta .sticky-cta-mobile { transform: translateY(0); }
  body.show-sticky-cta { padding-bottom: 60px; }
}
/* ========== REVEAL ANIMATIONS ========== */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .library-grid { grid-template-columns: 1fr; gap: 40px; }
  .library-text { max-width: 100%; text-align: center; margin: 0 auto; }
  .library-cta { justify-content: center; }
  .carousel-item.carousel-item-sm { width: 200px; height: 112px; }
  .problem-grid { grid-template-columns: 1fr; gap: 48px; }
  .problem-visual { order: -1; }
  .problem-text { text-align: center; margin: 0 auto; }
  .problem-list { display: inline-flex; text-align: left; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .footer-top { flex-direction: column; gap: 40px; }
  .footer-brand { max-width: 100%; }
}
@media (max-width: 768px) {
  :root { --section-padding: 80px 0; }
  .menu-toggle { display: flex; }
  .navbar-links { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: rgba(6,6,10,0.97); backdrop-filter: blur(20px); flex-direction: column; align-items: stretch; padding: 80px 32px 32px; gap: 4px; transition: right 0.35s ease; border-left: 1px solid var(--card-border); }
  .navbar-links.open { right: 0; }
  .navbar-link { padding: 14px 0; font-size: 16px; border-bottom: 1px solid var(--card-border); }
  .navbar-cta { margin-top: 16px; text-align: center; }
  .hero { padding: 120px 24px 80px; }
  .hero-stats { flex-direction: column; gap: 24px; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .scroll-indicator { display: none; }
  .carousel-item { width: 150px; height: 210px; }
  .carousel-track { gap: 12px; }
  .carousel-item.carousel-item-sm { width: 160px; height: 90px; }
  .library-grid { gap: 28px; }
  .library-text .section-title { font-size: 28px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 450px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 48px 28px; }
  .newsletter-box { padding: 40px 24px; }
  .newsletter-form { flex-direction: column; }
  .footer-top { flex-direction: column; gap: 32px; }
  .footer-brand { max-width: 100%; text-align: center; }
  .footer-nav { flex-direction: column; gap: 32px; }
  .footer-col { align-items: center; text-align: center; }
  .footer-social { justify-content: center; }
  .footer-bottom { text-align: center; }
}


/* ===== PLUGIN SECTIONS ===== */

/* === fapgeist-layout-tweaks === */
/* ===== (1) reduzir espacamento entre secoes ===== */
html body.fapgeist-landing .problem,
html body.fapgeist-landing .library,
html body.fapgeist-landing .benefits,
html body.fapgeist-landing .testimonials,
html body.fapgeist-landing .pricing,
html body.fapgeist-landing .faq,
html body.fapgeist-landing .cta { padding-top: 64px !important; padding-bottom: 64px !important; }
html body.fapgeist-landing .fg-compare,
html body.fapgeist-landing .newsletter { padding-top: 56px !important; padding-bottom: 56px !important; }
html body.fapgeist-landing .founders-letter { padding-top: 40px !important; padding-bottom: 40px !important; }
html body.fapgeist-landing .hero { padding-bottom: 56px !important; }
@media (max-width: 768px) {
  html body.fapgeist-landing .problem,
  html body.fapgeist-landing .library,
  html body.fapgeist-landing .benefits,
  html body.fapgeist-landing .testimonials,
  html body.fapgeist-landing .pricing,
  html body.fapgeist-landing .faq,
  html body.fapgeist-landing .cta,
  html body.fapgeist-landing .fg-compare,
  html body.fapgeist-landing .newsletter { padding-top: 40px !important; padding-bottom: 40px !important; }
}

/* ===== (2) video movido pra dentro do hero ===== */
html body.fapgeist-landing .video-section.fg-vs-empty { display: none !important; }
/* base (mobile): largura total do hero-content, ate 560px */
html body.fapgeist-landing .hero .hero-content .fg-hero-video {
  max-width: 560px !important;
  width: 100% !important;
  margin: 16px auto 20px !important;
}
/* desktop: video GRANDE, estoura o hero-content (800px) e centraliza na tela */
@media (min-width: 769px) {
  html body.fapgeist-landing .hero .hero-content .fg-hero-video {
    width: 74vw !important;
    max-width: 1000px !important;
    margin: 22px 0 26px !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

/* === fapgeist-game-cards === */
html body.fapgeist-landing .fg-game-cards { position: relative; z-index: 1; padding: 8px 24px; }
html body.fapgeist-landing .fg-gc-inner { max-width: 1040px; margin: 0 auto; }
html body.fapgeist-landing .fg-gc-head { text-align: center; margin-bottom: 32px; }
html body.fapgeist-landing .fg-gc-eyebrow {
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #00E5FF; margin-bottom: 8px;
}
html body.fapgeist-landing .fg-gc-title {
  font-family: 'Space Grotesk', sans-serif; font-size: clamp(26px, 4vw, 38px); font-weight: 700; color: #ffffff; line-height: 1.2; margin: 0;
}
html body.fapgeist-landing .fg-gc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
html body.fapgeist-landing .fg-gc-card {
  background: rgba(10,10,18,0.85); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; overflow: hidden; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
html body.fapgeist-landing .fg-gc-card:hover {
  transform: translateY(-4px); border-color: rgba(0,229,255,0.35); box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}
html body.fapgeist-landing .fg-gc-media {
  position: relative; aspect-ratio: 3 / 4; background: linear-gradient(135deg, #14141f, #1c1c2b); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
html body.fapgeist-landing .fg-gc-frame {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  opacity: 0; transition: opacity 0.6s ease;
}
html body.fapgeist-landing .fg-gc-frame.is-active { opacity: 1; }
html body.fapgeist-landing .fg-gc-media.fg-single .fg-gc-frame { opacity: 1; }

/* ===== overlay fosco com infos ===== */
html body.fapgeist-landing .fg-gc-overlay {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; gap: 10px;
  padding: 20px 16px 64px;
  background: rgba(8,8,14,0.52);
  -webkit-backdrop-filter: blur(9px) saturate(125%);
  backdrop-filter: blur(9px) saturate(125%);
  opacity: 0; transform: translateY(8px); pointer-events: none; overflow-y: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
html body.fapgeist-landing .fg-gc-ov-hook {
  font-family: 'Space Grotesk', sans-serif; font-size: 15.5px; font-weight: 600; line-height: 1.3; color: #ffffff;
}
html body.fapgeist-landing .fg-gc-ov-desc {
  font-family: 'Inter', sans-serif; font-size: 12.5px; line-height: 1.55; color: rgba(255,255,255,0.82);
}
html body.fapgeist-landing .fg-gc-ov-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px; }
html body.fapgeist-landing .fg-gc-ov-tags span {
  font-family: 'Inter', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 0.3px; white-space: nowrap;
  color: #00E5FF; background: rgba(0,229,255,0.10); border: 1px solid rgba(0,229,255,0.25);
  padding: 3px 9px; border-radius: 20px;
}

/* ===== botao seta (evidente: cyan solido + pulso) ===== */
html body.fapgeist-landing .fg-gc-toggle {
  position: absolute; right: 12px; bottom: 12px; z-index: 4;
  width: 46px; height: 46px; border-radius: 50%; border: none !important; cursor: pointer; padding: 0;
  -webkit-appearance: none; appearance: none;
  display: flex; align-items: center; justify-content: center;
  background: #00E5FF !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.45), 0 0 0 0 rgba(0,229,255,0.55);
  animation: fg-gc-pulse 2s ease-in-out infinite;
  transition: transform 0.2s ease, background 0.3s ease;
}
html body.fapgeist-landing .fg-gc-toggle:hover {
  background: #5cf2ff !important; transform: scale(1.08); animation: none;
}
html body.fapgeist-landing .fg-gc-card.is-open .fg-gc-toggle { animation: none; }
html body.fapgeist-landing .fg-gc-toggle svg { width: 22px; height: 22px; stroke: #06121a; transition: transform 0.35s ease; }

/* estados aberto */
html body.fapgeist-landing .fg-gc-card.is-open .fg-gc-overlay { opacity: 1; transform: none; pointer-events: auto; }
html body.fapgeist-landing .fg-gc-card.is-open .fg-gc-toggle svg { transform: rotate(180deg); }

/* desktop: abre no hover */
@media (hover: hover) and (pointer: fine) {
  html body.fapgeist-landing .fg-gc-card:hover .fg-gc-overlay { opacity: 1; transform: none; pointer-events: auto; }
  html body.fapgeist-landing .fg-gc-card:hover .fg-gc-toggle svg { transform: rotate(180deg); }
}

@keyframes fg-gc-pulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(0,0,0,0.45), 0 0 0 0 rgba(0,229,255,0.5); }
  50% { box-shadow: 0 4px 14px rgba(0,0,0,0.45), 0 0 0 13px rgba(0,229,255,0); }
}
@media (prefers-reduced-motion: reduce) {
  html body.fapgeist-landing .fg-gc-toggle { animation: none; }
}

html body.fapgeist-landing .fg-gc-ph-box { position: absolute; inset: 12px; border: 2px dashed rgba(255,255,255,0.10); border-radius: 10px; pointer-events: none; }
html body.fapgeist-landing .fg-gc-ph {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: #5a5a6e; font-family: 'Inter', sans-serif; font-size: 12px; text-align: center;
}
html body.fapgeist-landing .fg-gc-ph svg { width: 34px; height: 34px; stroke: #3a3a4a; }
html body.fapgeist-landing .fg-gc-info { padding: 16px 18px 18px; display: flex; align-items: center; }
html body.fapgeist-landing .fg-gc-name { font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; color: #ffffff; }
@media (max-width: 900px) { html body.fapgeist-landing .fg-gc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { html body.fapgeist-landing .fg-gc-grid { grid-template-columns: 1fr; } }

/* === fapgeist-steam-banner === */
html body.fapgeist-landing .fg-steam-banner { position: relative; z-index: 1; padding: 8px 24px; }
html body.fapgeist-landing .fg-sb-inner {
  max-width: 1040px; margin: 0 auto;
  display: flex; align-items: stretch; gap: 28px;
  background: rgba(10,10,18,0.85);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; overflow: hidden;
}
html body.fapgeist-landing .fg-sb-cover {
  flex: 0 0 40%; min-height: 280px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #14141f, #1c1c2b);
  display: flex; align-items: center; justify-content: center;
}
html body.fapgeist-landing .fg-sb-frame {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  opacity: 0; transition: opacity 0.6s ease;
}
html body.fapgeist-landing .fg-sb-frame.is-active { opacity: 1; }
html body.fapgeist-landing .fg-sb-cover.fg-single .fg-sb-frame { opacity: 1; }
html body.fapgeist-landing .fg-sb-ph {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: #5a5a6e; font-family: 'Inter', sans-serif; font-size: 13px; text-align: center; padding: 16px;
}
html body.fapgeist-landing .fg-sb-ph svg { width: 40px; height: 40px; stroke: #3a3a4a; }
html body.fapgeist-landing .fg-sb-ph-box {
  position: absolute; inset: 14px; border: 2px dashed rgba(255,255,255,0.10); border-radius: 12px; pointer-events: none;
}
html body.fapgeist-landing .fg-sb-body { flex: 1 1 auto; padding: 30px 32px; display: flex; flex-direction: column; justify-content: center; }
html body.fapgeist-landing .fg-sb-eyebrow {
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #00E5FF; margin-bottom: 10px;
}
html body.fapgeist-landing .fg-sb-title {
  font-family: 'Space Grotesk', sans-serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700;
  color: #ffffff; line-height: 1.2; margin: 0 0 14px;
}
html body.fapgeist-landing .fg-sb-steam { color: #ff5a5a; white-space: nowrap; }
html body.fapgeist-landing .fg-sb-text { font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.6; color: #b8b8c8; margin: 0 0 20px; }
html body.fapgeist-landing .fg-sb-text strong { color: #00E5FF; font-weight: 700; }
html body.fapgeist-landing .fg-sb-cta {
  align-self: flex-start; display: inline-block; padding: 13px 26px;
  background: linear-gradient(135deg, #00E5FF, #7B61FF); color: #06060a !important;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.3px;
  border-radius: 10px; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html body.fapgeist-landing .fg-sb-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,229,255,0.25); }

/* ===== chip de prova estilo Steam (compacto) ===== */
html body.fapgeist-landing .fg-sb-proof {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 12px;
  margin: 2px 0 20px; padding: 9px 13px 9px 11px;
  background: linear-gradient(135deg, #2a475e, #1b2838);
  border: 1px solid rgba(255,255,255,0.10); border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.30);
}
html body.fapgeist-landing .fg-sb-proof-logo { width: 30px; height: 30px; flex: 0 0 auto; fill: #c7d5e0; }
html body.fapgeist-landing .fg-sb-proof-meta { display: flex; flex-direction: column; gap: 6px; }
html body.fapgeist-landing .fg-sb-proof-lbl { font-family: Arial, 'Helvetica Neue', sans-serif; font-size: 11px; letter-spacing: 0.3px; color: #93a6b8; }
html body.fapgeist-landing .fg-sb-proof-buy { display: inline-flex; align-items: center; align-self: flex-start; background: #000000; border-radius: 3px; padding: 2px; }
html body.fapgeist-landing .fg-sb-proof-price { font-family: Arial, 'Helvetica Neue', sans-serif; font-size: 14px; color: #ffffff; padding: 0 11px; white-space: nowrap; }
html body.fapgeist-landing .fg-sb-proof-cart {
  font-family: Arial, 'Helvetica Neue', sans-serif; font-size: 13px; color: #f4ffe3;
  background: linear-gradient(to bottom, #a1cf3a 5%, #4c6e1f 95%); padding: 6px 13px; border-radius: 2px;
  white-space: nowrap; text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  html body.fapgeist-landing .fg-sb-inner { flex-direction: column; gap: 0; }
  html body.fapgeist-landing .fg-sb-cover { flex-basis: auto; width: 100%; min-height: 220px; }
  html body.fapgeist-landing .fg-sb-body { padding: 24px; }
}

/* === fapgeist-comparison-table === */
html body.fapgeist-landing .fg-compare { position: relative; z-index: 1; padding: 80px 0; }
html body.fapgeist-landing .fg-compare-inner { max-width: 880px; margin: 0 auto; padding: 0 24px; }
html body.fapgeist-landing .fg-compare-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 40px;
}
html body.fapgeist-landing .fg-compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
html body.fapgeist-landing .fg-compare-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}
html body.fapgeist-landing .fg-compare-table th,
html body.fapgeist-landing .fg-compare-table td {
  padding: 14px 16px;
  text-align: center;
  font-size: 14px;
  color: #b8b8c8;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
html body.fapgeist-landing .fg-compare-table thead th {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #8a8a9a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: bottom;
}
html body.fapgeist-landing .fg-compare-table .fg-rowhead {
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}
html body.fapgeist-landing .fg-compare-table .fg-col-win {
  color: #ffffff !important;
  font-weight: 700;
  background: rgba(0,229,255,0.06);
  border-left: 2px solid #00E5FF;
  border-right: 2px solid #00E5FF;
}
html body.fapgeist-landing .fg-compare-table thead .fg-col-win {
  color: #00E5FF !important;
  font-size: 16px;
  border-top: 2px solid #00E5FF;
  border-radius: 10px 10px 0 0;
}
html body.fapgeist-landing .fg-compare-table tbody tr:last-child .fg-col-win {
  border-bottom: 2px solid #00E5FF;
  border-radius: 0 0 10px 10px;
}
html body.fapgeist-landing .fg-win-badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #06060a;
  background: #00E5FF;
  border-radius: 20px;
}
html body.fapgeist-landing .fg-compare-cta { text-align: center; margin-top: 36px; }
html body.fapgeist-landing .fg-compare-btn {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #000000 !important;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
html body.fapgeist-landing .fg-compare-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255,215,0,0.4);
}
@media (max-width: 600px) {
  html body.fapgeist-landing .fg-compare { padding: 56px 0; }
  html body.fapgeist-landing .fg-compare-table th,
  html body.fapgeist-landing .fg-compare-table td { padding: 11px 12px; font-size: 13px; }
}

/* === fapgeist-founders-letter === */
html body.fapgeist-landing .founders-letter {
  position: relative;
  z-index: 1;
  padding: 60px 24px;
}
html body.fapgeist-landing .founders-letter-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 40px;
  border-radius: 20px;
  border: 1px solid rgba(0,229,255,0.12);
  background: linear-gradient(135deg, rgba(0,229,255,0.05) 0%, rgba(123,97,255,0.05) 100%);
}
html body.fapgeist-landing .founders-eyebrow {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00E5FF;
  margin-bottom: 20px;
}
html body.fapgeist-landing .founders-body {
  font-size: 16px;
  line-height: 1.65;
  color: #b8b8c8;
  margin-bottom: 16px;
}
html body.fapgeist-landing .founders-frustrations {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html body.fapgeist-landing .founders-frustrations li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.5;
  color: #b8b8c8;
}
html body.fapgeist-landing .founders-frustrations li::before {
  content: '\2717';
  position: absolute;
  left: 0;
  color: #E31B1B;
  font-weight: 700;
}
html body.fapgeist-landing .founders-tagline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 20px 0 24px;
}
html body.fapgeist-landing .founders-sign {
  font-size: 14px;
  color: #8a8a9a;
  font-style: italic;
}

/* === fapgeist-trust-badges === */
/* ===== linha embaixo do botao (os 2 cards) - SO na home (.pricing-card e do template) ===== */
html body.fapgeist-landing .pricing-card .pricing-guarantee .fg-grt-row {
  display: flex; flex: 1 1 100%; width: 100%;
  align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 10px;
}
html body.fapgeist-landing .pricing-card .fg-grt {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; line-height: 1.3; color: rgba(255,255,255,0.6) !important; white-space: nowrap;
}
html body.fapgeist-landing .pricing-card .fg-grt .fg-chk { color: #00E5FF; font-weight: 700; }
html body.fapgeist-landing .pricing-card .fg-grt strong { color: #00E5FF; font-weight: 700; }
html body.fapgeist-landing .pricing-card .fg-grt-sep { color: rgba(255,255,255,0.25); }

/* ===== trust strip no fim do site - seletor independente da classe do body (home E /library) ===== */
html body .fg-trust-strip { position: relative; z-index: 1; padding: 8px 24px 48px; }
html body .fg-trust-strip-inner {
  max-width: 720px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
html body .fg-trust-card {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 18px 20px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03);
}
html body .fg-trust-ico {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,229,255,0.08);
}
html body .fg-trust-ico svg { width: 18px !important; height: 18px !important; stroke: #00E5FF; }
html body .fg-trust-h {
  font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 600; color: #ffffff; margin-bottom: 3px;
}
html body .fg-trust-p { font-size: 13px; line-height: 1.5; color: #8a8a9a; }
@media (max-width: 600px) {
  html body .fg-trust-strip-inner { grid-template-columns: 1fr; }
}

/* === social-proof-toast === */
html body.fapgeist-landing .fg-toast {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9000;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 330px;
  padding: 12px 18px 12px 12px;
  background: #0e0e14;
  border: 1px solid rgba(0,229,255,0.15);
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(0,0,0,0.55);
  transform: translateX(-120%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}
html body.fapgeist-landing .fg-toast.fg-show {
  transform: translateX(0);
  opacity: 1;
}
html body.fapgeist-landing .fg-toast-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00E5FF, #7B61FF);
}
html body.fapgeist-landing .fg-toast-icon svg {
  width: 18px;
  height: 18px;
  stroke: #06060a;
}
html body.fapgeist-landing .fg-toast-msg {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}
@media (max-width: 768px) {
  html body.fapgeist-landing .fg-toast {
    left: 50%;
    right: auto;
    bottom: 90px;
    max-width: 86vw;
    transform: translateX(-50%) translateY(24px);
  }
  html body.fapgeist-landing .fg-toast.fg-show {
    transform: translateX(-50%) translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  html body.fapgeist-landing .fg-toast { transition: opacity 0.3s ease; }
}


/* ===== WP PLUGINS (live parity) ===== */

/* === fapgeist-pricing-noyellow === */
/* linha dourada de 3px no topo do card destaque */
html body.fapgeist-landing .pricing-card.featured::before {
  display: none !important;
}
/* borda dourada em volta -> neutra discreta */
html body.fapgeist-landing .pricing-card.featured {
  border-color: rgba(255, 255, 255, 0.10) !important;
}

/* === fapgeist-dark-bg === */
html { background-color: #06060a !important; }
body { background-color: #06060a !important; }
body.litespeed-body { background-color: #06060a !important; }

/* === fapgeist-cta-shine === */
@keyframes fg-cta-shine {
  0%, 100% { left: -100%; }
  45%, 55% { left: 120%; }
}
html body.fapgeist-landing .btn-primary,
html body.fapgeist-landing .btn-pricing,
html body.fapgeist-landing .fg-sb-cta,
html body.fapgeist-landing .fg-compare-btn {
  position: relative !important;
  overflow: hidden !important;
}
html body.fapgeist-landing .btn-primary::before,
html body.fapgeist-landing .btn-pricing::before,
html body.fapgeist-landing .fg-sb-cta::before,
html body.fapgeist-landing .fg-compare-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.28) 50%, transparent 100%);
  animation: fg-cta-shine 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  html body.fapgeist-landing .btn-primary::before,
  html body.fapgeist-landing .btn-pricing::before,
  html body.fapgeist-landing .fg-sb-cta::before,
  html body.fapgeist-landing .fg-compare-btn::before { display: none; }
}

/* === fapgeist-footer-mobile-fix === */
@media (max-width: 768px) {
      .fapgeist-landing .footer-top {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 40px !important;
      }
      .fapgeist-landing .footer-brand {
        max-width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
      }
      .fapgeist-landing .footer-logo {
        margin-left: auto !important;
        margin-right: auto !important;
      }
      .fapgeist-landing .footer-tagline {
        text-align: center !important;
      }
      .fapgeist-landing .footer-nav {
        flex-direction: column !important;
        align-items: center !important;
        gap: 32px !important;
        width: 100% !important;
      }
      .fapgeist-landing .footer-col {
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
      }
      .fapgeist-landing .footer-col a {
        text-align: center !important;
      }
      .fapgeist-landing .footer-social {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
      .fapgeist-landing .footer-bottom {
        text-align: center !important;
      }
    }

/* === fapgeist-agegate-fix === */
/* Age gate centering fix - desktop */
    .age-gate .age-gate-card { text-align: center !important; }

    .age-gate .age-gate-logo {
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 200px;
      height: 40px;
      width: auto;
    }

    .age-gate .age-gate-badge {
      display: inline-flex !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    /* Garante que o wrapper interno também alinha tudo */
    .age-gate .age-gate-default,
    .age-gate .age-gate-blocked {
      text-align: center !important;
    }

/* === fapgeist-carousel-curate === */
.fapgeist-landing .carousel-track.carousel-track-row,
    .fapgeist-landing .carousel-track.carousel-track-row.carousel-track-reverse {
      animation-duration: 50s !important;
    }
    .fapgeist-landing .carousel-item-sm {
      cursor: pointer !important;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .fapgeist-landing .carousel-item-sm:hover {
      transform: scale(1.03);
      z-index: 5;
      box-shadow: 0 14px 32px rgba(0,0,0,0.55), 0 0 18px rgba(0,229,255,0.18);
    }

    /* FAQ overrides via plugin */
    .fapgeist-landing .faq-item[data-fapg-faq-fixed="1"] .faq-answer { /* placeholder */ }

/* === fapgeist-enhance-v11 === */
.fapgeist-landing .carousel-item.carousel-item-sm { width: 240px !important; height: 135px !important; flex-shrink: 0; }
@media (max-width: 1024px) { .fapgeist-landing .carousel-item.carousel-item-sm { width: 200px !important; height: 112px !important; } }
@media (max-width: 768px) { .fapgeist-landing .carousel-item.carousel-item-sm { width: 160px !important; height: 90px !important; } }
.fapgeist-landing .video-wrapper { padding: 0 !important; }
.fapgeist-landing .video-placeholder.has-video { padding: 0 !important; display: block !important; cursor: default !important; background: #000 !important; overflow: hidden !important; position: relative !important; width: 100% !important; height: auto !important; aspect-ratio: 16/9 !important; min-height: 0 !important; border-radius: 20px !important; }
.fapgeist-landing .video-placeholder.has-video > video { width: 100% !important; height: 100% !important; display: block !important; border: 0 !important; border-radius: 20px !important; position: absolute !important; inset: 0 !important; object-fit: cover !important; }
@media (max-width: 768px) { .fapgeist-landing .video-placeholder.has-video { border-radius: 12px !important; } .fapgeist-landing .video-placeholder.has-video > video { border-radius: 12px !important; } }

/* === fapgeist-sticky-cta-v2 === */
@media (max-width: 768px) {
      html body a.sticky-cta-mobile,
      html body .fapgeist-landing a.sticky-cta-mobile,
      html body.show-sticky-cta a.sticky-cta-mobile,
      html body.fapgeist-landing.show-sticky-cta a.sticky-cta-mobile {
        background: transparent !important;
        background-image: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        font-size: 0 !important;
        letter-spacing: normal !important;
        text-transform: none !important;
        font-weight: normal !important;
        color: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        text-align: center !important;
        text-shadow: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
      }
      body.show-sticky-cta { padding-bottom: 96px !important; }
    }

    .sticky-cta-mobile .scta-card {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      max-width: 460px;
      margin: 0 auto;
      padding: 16px 24px;
      background: linear-gradient(135deg, #E31B1B 0%, #AC1212 100%);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 18px;
      box-shadow:
        0 14px 26px -10px rgba(231, 27, 27, 0.45),
        0 8px 20px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255,255,255,0.18);
      position: relative;
      overflow: hidden;
    }

    .sticky-cta-mobile .scta-card::before {
      content: "";
      position: absolute;
      top: 0; left: -100%;
      width: 80%; height: 100%;
      background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
      animation: scta-shine 4s ease-in-out infinite;
      pointer-events: none;
    }
    @keyframes scta-shine {
      0%, 100% { left: -100%; }
      45%, 55% { left: 120%; }
    }

    .sticky-cta-mobile .scta-label {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 16px;
      font-weight: 800;
      color: #fff;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .sticky-cta-mobile .scta-label svg {
      width: 18px;
      height: 18px;
      color: #fff;
    }

    .sticky-cta-mobile:active .scta-card {
      transform: scale(0.985);
      transition: transform 0.1s ease;
    }

/* ================================================================
   fapgeist-mobile-perf  —  desbloqueio de performance no iOS/Safari
   (adicionado p/ corrigir lentidão extrema no iPhone)
   O maior custo de GPU no Safari mobile são os blurs: 3x .bg-glow com
   filter:blur(150px) + varios backdrop-filter. Desligados no mobile,
   mantendo os fundos legiveis. Desktop nao e afetado.
   ================================================================ */
@media (max-width: 900px) {
  /* glows gigantes (blur 150px) — principal causa de travamento */
  html body.fapgeist-landing .bg-glow { display: none !important; }

  /* GIF de fundo pesado (i.pinimg) atras da secao de beneficios */
  html body.fapgeist-landing .benefits::before { display: none !important; }

  /* remover backdrop-filter (blur) — trava a rolagem no iOS */
  html body.fapgeist-landing .navbar.scrolled,
  html body.fapgeist-landing .navbar-links,
  html body.fapgeist-landing .hero-badge,
  html body.fapgeist-landing .problem-card,
  html body.fapgeist-landing .benefit-card,
  html body.fapgeist-landing .age-gate,
  html body.fapgeist-landing .carousel-placeholder::after,
  html body.fapgeist-landing .carousel-placeholder .carousel-tag,
  html body.fapgeist-landing .fg-gc-overlay {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  /* garantir legibilidade sem o blur (fundos um pouco mais opacos) */
  html body.fapgeist-landing .navbar.scrolled { background: rgba(6,6,10,0.95) !important; }
  html body.fapgeist-landing .navbar-links   { background: rgba(6,6,10,0.98) !important; }
  html body.fapgeist-landing .hero-badge     { background: rgba(20,20,30,0.9) !important; }
  html body.fapgeist-landing .fg-gc-overlay  { background: rgba(8,8,14,0.9) !important; }
  html body.fapgeist-landing .carousel-placeholder .carousel-tag { background: rgba(0,0,0,0.7) !important; }

  /* diminuir custo de pintura de secoes fora da tela */
  html body.fapgeist-landing .testimonials,
  html body.fapgeist-landing .faq,
  html body.fapgeist-landing .fg-compare,
  html body.fapgeist-landing .founders-letter { content-visibility: auto; contain-intrinsic-size: 1px 1200px; }
}

/* ================================================================
   fapgeist-ux-polish 07/07 — rodada de refinamento UX/UI
   (1) scroll-indicator removido: colidia com as stats do hero no
       desktop depois que o padding-bottom do hero foi reduzido.
   (2) reveals mais ageis: 0.8s->0.55s e delays menores; o conteudo
       aparece mais rapido no primeiro load sem perder o efeito.
   ================================================================ */
.scroll-indicator { display: none !important; }
.reveal { transition-duration: 0.55s; transform: translateY(26px); }
.reveal-delay-1 { transition-delay: 0.06s; }
.reveal-delay-2 { transition-delay: 0.12s; }
.reveal-delay-3 { transition-delay: 0.18s; }
.reveal-delay-4 { transition-delay: 0.24s; }
.reveal-delay-5 { transition-delay: 0.3s; }

/* ================================================================
   F2/F3 09/07 — Media Hub preview + hero LCP + trust/contraste
   ================================================================ */
/* F3.1 — texto do hero pintado imediatamente (não depende do JS/IntersectionObserver p/ o LCP) */
body.fapgeist-landing .hero .reveal { opacity: 1; animation: fgHeroRise 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; }
body.fapgeist-landing .hero .reveal-delay-1 { animation-delay: 0.05s; }
body.fapgeist-landing .hero .reveal-delay-2 { animation-delay: 0.10s; }
body.fapgeist-landing .hero .reveal-delay-3 { animation-delay: 0.16s; }
body.fapgeist-landing .hero .reveal-delay-4 { animation-delay: 0.22s; }
@keyframes fgHeroRise { from { transform: translateY(18px); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { body.fapgeist-landing .hero .reveal { animation: none; } }

/* Monthly card — contraste do que NÃO vem incluso */
body.fapgeist-landing .pricing-features li.excluded,
body.fapgeist-landing .pricing-features li.excluded .check { color: var(--text-muted); }

/* Final CTA — reforço de confiança */
body.fapgeist-landing .cta-trust { margin-top: 20px; display: flex; gap: 8px 18px; justify-content: center; flex-wrap: wrap; font-size: 13px; }
body.fapgeist-landing .cta-trust span { color: var(--text-secondary); white-space: nowrap; }

/* ---- GeistHub — Lifetime media vault (auto-scroll marquee) ---- */
body.fapgeist-landing .fg-gh { padding: 100px 0 92px; position: relative; overflow: hidden; content-visibility: auto; contain-intrinsic-size: auto 1280px; }
body.fapgeist-landing .fg-gh-inner { max-width: 1312px; margin: 0 auto; padding: 0 16px; }
body.fapgeist-landing .fg-gh-head { text-align: center; max-width: 800px; margin: 0 auto 22px; padding: 0 8px; }
body.fapgeist-landing .fg-gh-eyebrow { display: inline-block; padding: 6px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; background: rgba(255,215,0,0.10); border: 1px solid rgba(255,215,0,0.30); color: var(--gold); margin-bottom: 18px; }
body.fapgeist-landing .fg-gh-title { font-family: 'Space Grotesk', sans-serif; font-size: clamp(28px, 5vw, 46px); font-weight: 700; line-height: 1.08; letter-spacing: -0.5px; margin: 0 0 14px; color: #fff; }
body.fapgeist-landing .fg-gh-sub { font-size: 16px; line-height: 1.62; color: var(--text-secondary); margin: 0; }
body.fapgeist-landing .fg-gh-sub strong { color: #fff; font-weight: 700; }
body.fapgeist-landing .fg-gh-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 640px; margin: 0 auto 40px; padding: 0 8px; }
body.fapgeist-landing .fg-gh-stat { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 12px 22px; background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 14px; min-width: 128px; }
body.fapgeist-landing .fg-gh-num { font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 700; line-height: 1; background: linear-gradient(135deg, var(--cyan), #7B61FF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
body.fapgeist-landing .fg-gh-lbl { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
/* distinct category panels */
body.fapgeist-landing .fg-gh-row { position: relative; margin-bottom: 22px; padding: 20px 0 22px; border: 1px solid var(--card-border); border-radius: 20px; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)); }
body.fapgeist-landing .fg-gh-row:last-of-type { margin-bottom: 0; }
body.fapgeist-landing .fg-gh-arts { --gh-accent: #8B6CFF; --gh-accent-weak: rgba(139,108,255,0.15); --gh-accent-bd: rgba(139,108,255,0.42); }
body.fapgeist-landing .fg-gh-comics { --gh-accent: #8B6CFF; --gh-accent-weak: rgba(139,108,255,0.15); --gh-accent-bd: rgba(139,108,255,0.42); }
body.fapgeist-landing .fg-gh-row::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--gh-accent); z-index: 2; }
body.fapgeist-landing .fg-gh-row::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 140px; background: radial-gradient(70% 120% at 0% 0%, var(--gh-accent-weak), transparent 72%); pointer-events: none; z-index: 0; }
body.fapgeist-landing .fg-gh-rowhead { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; padding: 0 26px; margin-bottom: 16px; flex-wrap: wrap; }
body.fapgeist-landing .fg-gh-badge { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 11px; color: var(--gh-accent); background: var(--gh-accent-weak); border: 1px solid var(--gh-accent-bd); flex: none; }
body.fapgeist-landing .fg-gh-badge svg { width: 19px; height: 19px; }
body.fapgeist-landing .fg-gh-k { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 21px; letter-spacing: -0.2px; color: #fff; }
body.fapgeist-landing .fg-gh-pill { font-size: 12px; font-weight: 700; letter-spacing: 0.4px; padding: 4px 11px; border-radius: 50px; color: var(--gh-accent); background: var(--gh-accent-weak); border: 1px solid var(--gh-accent-bd); }
body.fapgeist-landing .fg-gh-v { font-size: 13px; color: var(--text-muted); }
body.fapgeist-landing .fg-gh-marquee { position: relative; z-index: 1; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
body.fapgeist-landing .fg-gh-track { display: flex; width: max-content; will-change: transform; animation: fgGhScroll 80s linear infinite; }
body.fapgeist-landing .fg-gh-arts .fg-gh-track { animation-duration: 74s; }
body.fapgeist-landing .fg-gh-comics .fg-gh-track { animation-duration: 100s; }
body.fapgeist-landing .fg-gh-arts .fg-gh-marquee:hover .fg-gh-track { animation-play-state: paused; }
body.fapgeist-landing .fg-gh-grp { display: flex; align-items: center; }
body.fapgeist-landing .fg-gh-item { flex: 0 0 auto; margin-right: 14px; border-radius: 12px; overflow: hidden; border: 1px solid var(--card-border); background: #0c0c14; box-shadow: 0 8px 26px rgba(0,0,0,0.38); line-height: 0; }
body.fapgeist-landing .fg-gh-item:first-child { margin-left: 20px; }
body.fapgeist-landing .fg-gh-arts .fg-gh-item { height: 180px; }
body.fapgeist-landing .fg-gh-arts .fg-gh-item img { height: 180px; width: auto; display: block; }
body.fapgeist-landing .fg-gh-comics .fg-gh-item { height: 216px; }
body.fapgeist-landing .fg-gh-comics .fg-gh-item img { height: 216px; width: auto; display: block; }
body.fapgeist-landing .fg-gh-foot { text-align: center; margin-top: 32px; padding: 0 8px; }
body.fapgeist-landing .fg-gh-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 30px; border-radius: 12px; font-weight: 700; letter-spacing: 0.3px; color: #fff; background: linear-gradient(135deg, var(--red-light), var(--red)); box-shadow: 0 8px 30px var(--red-glow); transition: transform 0.2s ease, box-shadow 0.2s ease; }
body.fapgeist-landing .fg-gh-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 40px var(--red-glow); }
body.fapgeist-landing .fg-gh-micro { margin-top: 14px; font-size: 12px; color: var(--text-muted); }
@keyframes fgGhScroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@media (max-width: 900px) {
  body.fapgeist-landing .fg-gh { contain-intrinsic-size: auto 1120px; }
}
@media (max-width: 560px) {
  body.fapgeist-landing .fg-gh { padding: 72px 0 64px; }
  body.fapgeist-landing .fg-gh-inner { padding: 0 10px; }
  body.fapgeist-landing .fg-gh-rowhead { padding: 0 18px; gap: 9px; }
  body.fapgeist-landing .fg-gh-k { font-size: 18px; }
  body.fapgeist-landing .fg-gh-arts .fg-gh-item, body.fapgeist-landing .fg-gh-arts .fg-gh-item img { height: 140px; }
  body.fapgeist-landing .fg-gh-comics .fg-gh-item, body.fapgeist-landing .fg-gh-comics .fg-gh-item img { height: 172px; }
  body.fapgeist-landing .fg-gh-item:first-child { margin-left: 14px; }
  body.fapgeist-landing .fg-gh-stat { min-width: 42%; padding: 10px 12px; }
  body.fapgeist-landing .fg-gh-num { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  body.fapgeist-landing .fg-gh-track { animation: none; overflow-x: auto; }
  body.fapgeist-landing .fg-gh-marquee { overflow-x: auto; }
  body.fapgeist-landing .fg-gh-grp[aria-hidden="true"] { display: none; }
}


/* ---- GeistHub comic covers: name + synopsis via toggle (mesma função dos fg-gc) ---- */
body.fapgeist-landing .fg-gh-comic { position: relative; cursor: pointer; }
body.fapgeist-landing .fg-gh-cov { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.30) transparent; }
body.fapgeist-landing .fg-gh-cov::-webkit-scrollbar { width: 4px; }
body.fapgeist-landing .fg-gh-cov::-webkit-scrollbar-track { background: transparent; }
body.fapgeist-landing .fg-gh-cov::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.28); border-radius: 10px; }
body.fapgeist-landing .fg-gh-cov::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.45); }
body.fapgeist-landing .fg-gh-cov { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; gap: 6px; padding: 12px 12px 42px; background: rgba(8,8,14,0.66); -webkit-backdrop-filter: blur(8px) saturate(120%); backdrop-filter: blur(8px) saturate(120%); opacity: 0; transform: translateY(6px); pointer-events: none; overflow-y: auto; transition: opacity 0.3s ease, transform 0.3s ease; }
body.fapgeist-landing .fg-gh-cov-name { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 700; line-height: 1.25; color: #fff; }
body.fapgeist-landing .fg-gh-cov-desc { font-family: 'Inter', sans-serif; font-size: 11px; line-height: 1.45; color: rgba(255,255,255,0.82); }
body.fapgeist-landing .fg-gh-ctoggle { position: absolute; right: 8px; bottom: 8px; z-index: 4; width: 30px; height: 30px; border-radius: 50%; border: none; cursor: pointer; padding: 0; -webkit-appearance: none; appearance: none; display: flex; align-items: center; justify-content: center; background: #8B6CFF; box-shadow: 0 3px 10px rgba(0,0,0,0.4); transition: transform 0.2s ease, background 0.25s ease; }
body.fapgeist-landing .fg-gh-ctoggle:hover { background: #a48cff; transform: scale(1.08); }
body.fapgeist-landing .fg-gh-ctoggle svg { width: 15px; height: 15px; stroke: #fff; transition: transform 0.3s ease; }
body.fapgeist-landing .fg-gh-comic.is-open .fg-gh-cov { opacity: 1; transform: none; pointer-events: auto; }
body.fapgeist-landing .fg-gh-comic.is-open .fg-gh-ctoggle svg { transform: rotate(180deg); }
body.fapgeist-landing .fg-gh-comics .fg-gh-marquee:has(.fg-gh-comic.is-open) .fg-gh-track { animation-play-state: paused; }
@media (hover: hover) and (pointer: fine) {
  body.fapgeist-landing .fg-gh-comic:hover .fg-gh-cov { opacity: 1; transform: none; pointer-events: auto; }
  body.fapgeist-landing .fg-gh-comic:hover .fg-gh-ctoggle svg { transform: rotate(180deg); }
  body.fapgeist-landing .fg-gh-comics .fg-gh-marquee:hover .fg-gh-track { animation-play-state: paused; }
}
/* Hero video — botão mute/unmute (sem controls nativos = sem menu de download) */
body.fapgeist-landing .fg-hero-video .video-placeholder { position: relative; }
body.fapgeist-landing .fg-hero-mute { position: absolute; bottom: 12px; right: 12px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); background: rgba(6,6,10,0.62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; transition: background 0.2s ease, transform 0.2s ease; }
body.fapgeist-landing .fg-hero-mute:hover { background: rgba(6,6,10,0.85); transform: scale(1.06); }
body.fapgeist-landing .fg-hero-mute svg { width: 20px; height: 20px; }
body.fapgeist-landing .fg-hero-mute .ico-on { display: none; }
body.fapgeist-landing .fg-hero-mute.is-unmuted .ico-off { display: none; }
body.fapgeist-landing .fg-hero-mute.is-unmuted .ico-on { display: block; }
