/* ============================================================================
 * bffr.fr/prestigenew - COUCHE CINÉMATIQUE (identité de la home /bffr)
 * Chargée EN DERNIER (fin de <body>) -> gagne le cascade sur prestige_dark.css
 * + les <style> inline conservés (qui stylent les blocs fonctionnels achat/
 * crypto/convert/leaderboard). On re-thème via les variables + on ajoute le
 * chrome (loader, grain, menu drawer, hero) sans toucher au fonctionnel.
 * DA : near-black #070709, accent violet #A78BFF, Archivo / Archivo Expanded.
 * ========================================================================== */

/* ---- Re-thème des variables de prestige_dark.css ---- */
:root {
  --bg-primary: #070709 !important;
  --bg-secondary: #0e0e14 !important;
  --bg-tertiary: #13131b !important;
  --font-main: 'Archivo', system-ui, -apple-system, sans-serif !important;
  --accent: #A78BFF;
  --accent-2: #6C4DF0;
  --accent-rgb: 167, 139, 255;
  --ink-2: #9C9CAB;
  --pn-line: rgba(255, 255, 255, .08);
  --discord: #5865F2;
}

/* ---- Base ---- */
html { background: #070709; overscroll-behavior-y: none; }
body { background: #070709 !important; color: #F2F2F6; font-family: 'Archivo', system-ui, sans-serif !important; -webkit-font-smoothing: antialiased; }
body, .container, p, span, a, li, button, input, select, td, th { font-family: 'Archivo', system-ui, sans-serif !important; }
h1, h2, h3, .hero-title, .display, .tier-name, .lb-title, .convert-title { font-family: 'Archivo Expanded', 'Archivo', sans-serif !important; letter-spacing: -.02em; }
::selection { background: var(--accent); color: #070709; }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-thumb { background: #23232f; border-radius: 99px; }

/* Ancienne top-nav : masquée (on passe au drawer). Glows d'origine : atténués. */
.site-nav, .nav-hamburger { display: none !important; }
.bg-gradient { background: #070709 !important; }
.bg-glow { opacity: .22 !important; filter: blur(100px) !important; }
.container { max-width: 1160px !important; }

/* ==========================================================================
   CHROME : loader, grain, progress, brand, fab
   ========================================================================== */
#loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: radial-gradient(120% 80% at 50% 38%, #101019, #070709 70%); }
#loader .li-logo { width: 84px; height: 84px; border-radius: 20px; box-shadow: 0 0 60px rgba(var(--accent-rgb), .55); }
#loader .li-name { margin-top: 20px; font-family: 'Archivo Expanded', 'Archivo', sans-serif; font-weight: 900; font-size: 1rem; letter-spacing: .1em; color: #fff; }
#loader .li-bar { margin-top: 20px; width: 140px; height: 3px; border-radius: 99px; background: rgba(255, 255, 255, .12); overflow: hidden; }
#loader .li-bar > i { display: block; height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, var(--accent-2), var(--accent)); box-shadow: 0 0 12px var(--accent); animation: pnLoad 1.2s cubic-bezier(.5, 0, .2, 1) .1s forwards; }
@keyframes pnLoad { to { width: 100%; } }
#loader.hide { opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility .6s; }

#grain { position: fixed; inset: -50%; z-index: 96; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 140px; animation: pnGrain 1.1s steps(3) infinite; }
@keyframes pnGrain { 0% { transform: translate(0, 0); } 30% { transform: translate(-3%, 2%); } 60% { transform: translate(2%, -3%); } 100% { transform: translate(0, 0); } }

#progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 120; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, transparent, var(--accent)); box-shadow: 0 0 14px var(--accent); pointer-events: none; }

.pn-brand { position: fixed; top: 22px; left: 26px; z-index: 80; display: flex; align-items: center; gap: 11px; text-decoration: none; }
.pn-brand img { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 6px 20px rgba(0, 0, 0, .5); }
.pn-brand b { font-weight: 900; font-size: 15px; color: #fff; letter-spacing: -.02em; display: block; line-height: 1; }
.pn-brand small { font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); margin-top: 3px; display: block; }

.pn-fab { position: fixed; bottom: 26px; right: 26px; z-index: 85; display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; border-radius: 99px; background: var(--discord); color: #fff; font-weight: 800; font-size: 14px; text-decoration: none; box-shadow: 0 12px 34px rgba(88, 101, 242, .5); transition: transform .25s cubic-bezier(.34, 1.5, .6, 1), box-shadow .25s; }
.pn-fab:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 44px rgba(88, 101, 242, .65); }
.pn-fab svg { flex-shrink: 0; }
@media (max-width: 600px) { .pn-fab .pn-fab-txt { display: none; } .pn-fab { padding: 13px; } .pn-brand small { display: none; } }

/* ==========================================================================
   MENU DRAWER (identique /bffr /valuenew)
   ========================================================================== */
.navtoggle { position: fixed; top: 22px; right: 26px; z-index: 130; width: 46px; height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: rgba(13, 13, 19, .5); border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); cursor: pointer; transition: background .25s, border-color .25s, opacity .3s ease, transform .3s ease; }
.navtoggle.open { opacity: 0; pointer-events: none; transform: scale(.85); }
.navtoggle:hover { background: rgba(13, 13, 19, .85); border-color: var(--accent); }
.navtoggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: #fff; transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .2s; }
.navmenu { position: fixed; inset: 0; z-index: 125; visibility: hidden; }
.navmenu.open { visibility: visible; }
.navmenu__scrim { position: absolute; inset: 0; background: rgba(5, 5, 8, .55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity .45s; cursor: pointer; }
.navmenu.open .navmenu__scrim { opacity: 1; }
.navmenu__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(440px, 86vw); background: linear-gradient(180deg, #0f0f17, #08080c); border-left: 1px solid rgba(255, 255, 255, .08); box-shadow: -30px 0 80px rgba(0, 0, 0, .55); display: flex; flex-direction: column; padding: 28px 34px 26px; transform: translateX(100%); transition: transform .55s cubic-bezier(.16, .84, .2, 1); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.navmenu.open .navmenu__panel { transform: none; }
.navmenu__grab { display: none; }
.navmenu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.navmenu__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); }
.navmenu__close { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); color: #fff; cursor: pointer; transition: background .2s, border-color .2s; }
.navmenu__close:hover { background: rgba(255, 255, 255, .1); border-color: var(--accent); }
.navmenu__list { display: flex; flex-direction: column; margin: 0; padding: 0; flex: 1 0 auto; }
.navmenu__group { display: flex; flex-direction: column; }
.navmenu__cat { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: rgb(var(--cat, 167 139 255)); margin: 18px 2px 7px; }
.navmenu__cat::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgb(var(--cat)); box-shadow: 0 0 10px rgba(var(--cat), .85); flex-shrink: 0; }
.navmenu__group:first-child .navmenu__cat { margin-top: 2px; }
.navmenu__item { position: relative; display: flex; align-items: center; gap: 14px; padding: 11px 15px; margin: 0 -15px; border-radius: 13px; text-decoration: none; transition: background .3s ease; }
.navmenu__item::after { content: ''; position: absolute; left: 0; top: 50%; width: 3px; height: 0; border-radius: 99px; background: rgb(var(--cat)); transform: translateY(-50%); transition: height .35s cubic-bezier(.2, .8, .2, 1); }
.navmenu__txt { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.navmenu__lbl { font-family: 'Archivo Expanded', 'Archivo', sans-serif !important; font-weight: 800; font-size: 1.08rem; color: #fff; letter-spacing: -.01em; line-height: 1.12; transition: transform .4s cubic-bezier(.2, .8, .2, 1), color .3s; }
.navmenu__sub { font-size: 11.5px; font-weight: 500; color: var(--ink-2); line-height: 1.2; transition: transform .4s cubic-bezier(.2, .8, .2, 1); }
.navmenu__arr { color: rgb(var(--cat)); font-size: 1.15rem; opacity: 0; transform: translateX(-10px); transition: opacity .35s, transform .35s; }
.navmenu__item:hover { background: rgba(var(--cat), .1); }
.navmenu__item:hover::after { height: 58%; }
.navmenu__item:hover .navmenu__lbl { transform: translateX(10px); color: rgb(var(--cat)); }
.navmenu__item:hover .navmenu__sub { transform: translateX(10px); }
.navmenu__item:hover .navmenu__arr { opacity: 1; transform: none; }
.navmenu__item--prestige .navmenu__lbl { background: linear-gradient(92deg, #fff, rgb(var(--cat))); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.navmenu__item--active::after { height: 56%; }
.navmenu__item--active .navmenu__lbl { color: rgb(var(--cat)); }
/* Icônes par item (version valuenew, plus propre) */
.navmenu__ic { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: rgba(var(--cat), .12); border: 1px solid rgba(var(--cat), .22); color: rgb(var(--cat)); transition: background .3s, border-color .3s, color .3s, transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .3s; }
.navmenu__ic svg { width: 20px; height: 20px; }
.navmenu__item:hover .navmenu__ic { background: rgb(var(--cat)); border-color: transparent; color: #0a0a10; transform: translateY(-2px) rotate(-5deg); box-shadow: 0 10px 22px rgba(var(--cat), .42); }
.navmenu__item--active .navmenu__ic { background: rgb(var(--cat)); border-color: transparent; color: #0a0a10; box-shadow: 0 8px 18px rgba(var(--cat), .35); }
.navmenu__panel { background: radial-gradient(115% 55% at 100% 0%, rgba(var(--accent-rgb), .13), rgba(255, 255, 255, 0) 58%), linear-gradient(180deg, #0f0f17, #08080c); }
.navmenu__foot { margin-top: 24px; flex-shrink: 0; }
.navmenu__disc { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px; border-radius: 13px; background: var(--discord); color: #fff; font-weight: 800; font-size: 14.5px; text-decoration: none; box-shadow: 0 10px 26px rgba(88, 101, 242, .3); transition: transform .2s, box-shadow .2s, filter .2s; }
.navmenu__disc svg { flex-shrink: 0; }
.navmenu__disc:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(88, 101, 242, .42); filter: brightness(1.06); }
.navmenu__socials { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; margin-top: 14px; }
.navmenu__socials a { color: var(--ink-2); font-size: 12px; font-weight: 600; text-decoration: none; transition: color .2s; }
.navmenu__socials a:hover { color: #fff; }
@media (max-width: 768px) {
  .navtoggle { top: 16px; right: 16px; width: 44px; height: 44px; }
  .navmenu__panel { top: auto; bottom: 0; left: 0; right: 0; width: 100%; height: auto; max-height: 84vh; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .1); border-radius: 22px 22px 0 0; box-shadow: 0 -30px 80px rgba(0, 0, 0, .6); padding: 12px 22px 24px; transform: translateY(100%); }
  .navmenu.open .navmenu__panel { transform: none; }
  .navmenu__grab { display: block; width: 44px; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, .22); margin: 0 auto 12px; cursor: pointer; }
  .navmenu__item { padding: 9px 6px; margin: 0 -6px; }
  .navmenu__lbl { font-size: 1.02rem; }
  .navmenu__sub { font-size: 11px; }
  .pn-brand { top: 16px; left: 16px; }
}

/* ==========================================================================
   HERO re-skin cinématique
   ========================================================================== */
.hero-new { text-align: center; padding: 22vh 20px 9vh; position: relative; z-index: 2; }
.hero-new .hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 99px; background: rgba(var(--accent-rgb), .1); border: 1px solid rgba(var(--accent-rgb), .3); margin-bottom: 26px; }
.hero-new .hero-badge .badge-text { font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.hero-new .hero-logo { margin-bottom: 22px; }
.hero-new .hero-logo .logo-img { width: 104px; height: 104px; object-fit: contain; filter: drop-shadow(0 14px 40px rgba(var(--accent-rgb), .5)); }
.hero-title { margin: 0; }
.hero-title .gradient-text { font-family: 'Archivo Expanded', 'Archivo', sans-serif; font-weight: 900; font-size: clamp(3.6rem, 13vw, 9.5rem); line-height: .92; letter-spacing: -.04em; background: linear-gradient(120deg, #ffffff 0%, #cdbcff 55%, #A78BFF 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; }
.hero-subtitle { max-width: 620px; margin: 24px auto 0; font-size: clamp(1.02rem, 2.2vw, 1.22rem); line-height: 1.6; color: var(--ink-2); }
.hero-subtitle strong { color: #fff; }
.hero-tiers-preview { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.hero-tier-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 99px; font-weight: 700; font-size: .92rem; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .03); }
.hero-tier-pill--prestige { color: #4ecdc4; border-color: rgba(78, 205, 196, .35); }
.hero-tier-pill--max { color: #a29bfe; border-color: rgba(162, 155, 254, .35); }
.hero-tier-pill--ultra { color: #ff6b6b; border-color: rgba(255, 107, 107, .35); }

/* ---- Décor du hero : halos flottants + lueur + grille + scroll cue (comme /bffr) ---- */
.hero-new { overflow: hidden; }
.hero-new .hero-badge, .hero-new .hero-logo, .hero-new .hero-title, .hero-new .hero-subtitle, .hero-new .hero-tiers-preview, .hero-new .pn-scrollcue { position: relative; z-index: 2; }
.pn-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(72px); opacity: .55; will-change: transform; }
.pn-orb--1 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(167, 139, 255, .55), rgba(167, 139, 255, 0) 70%); top: -6%; left: 5%; animation: pnFloat 9s ease-in-out infinite; }
.pn-orb--2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(46, 233, 205, .32), rgba(46, 233, 205, 0) 70%); top: 22%; right: 3%; animation: pnFloat2 11s ease-in-out infinite; }
.pn-orb--3 { width: 560px; height: 560px; background: radial-gradient(circle, rgba(108, 77, 240, .42), rgba(108, 77, 240, 0) 70%); bottom: -26%; left: 50%; margin-left: -280px; animation: pnFloat 13s ease-in-out infinite; }
@keyframes pnFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-32px); } }
@keyframes pnFloat2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(30px); } }
.pn-hero-glow { position: absolute; z-index: 0; top: 32%; left: 50%; width: 900px; height: 520px; max-width: 96vw; transform: translate(-50%, -50%); pointer-events: none; background: radial-gradient(ellipse at center, rgba(167, 139, 255, .16), rgba(167, 139, 255, 0) 65%); }
.pn-hero-grid { position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .4; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: radial-gradient(ellipse 70% 62% at 50% 42%, #000 28%, transparent 74%); mask-image: radial-gradient(ellipse 70% 62% at 50% 42%, #000 28%, transparent 74%); }
.hero-new .hero-logo::before { content: ''; position: absolute; left: 50%; top: 50%; width: 260px; height: 260px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(167, 139, 255, .4), rgba(167, 139, 255, 0) 68%); z-index: -1; }
/* Badge propre (le dégradé d'origine rendait le texte illisible) */
.hero-new .hero-badge { background: rgba(var(--accent-rgb), .1) !important; border: 1px solid rgba(var(--accent-rgb), .32) !important; box-shadow: 0 0 30px rgba(var(--accent-rgb), .15); }
.hero-new .hero-badge .badge-text { color: var(--accent) !important; -webkit-text-fill-color: var(--accent) !important; background: none !important; }
/* Indicateur de scroll */
.pn-scrollcue { width: 26px; height: 42px; border: 2px solid rgba(var(--accent-rgb), .5); border-radius: 99px; margin: 46px auto 0; display: flex; justify-content: center; padding-top: 8px; }
.pn-scrollcue span { width: 4px; height: 8px; border-radius: 99px; background: var(--accent); animation: pnScroll 1.6s ease-in-out infinite; }
@keyframes pnScroll { 0% { opacity: 0; transform: translateY(-4px); } 40% { opacity: 1; } 80%, 100% { opacity: 0; transform: translateY(10px); } }
/* Dégradation perf-low : halos statiques, grille/scroll-anim coupées */
html.perf-low .pn-orb { animation: none !important; filter: blur(50px); opacity: .42; }
html.perf-low .pn-hero-grid { display: none; }
html.perf-low .pn-scrollcue span { animation: none !important; opacity: .7; }

/* Titres de section homogènes */
.convert-title, .lb-title { font-size: clamp(1.8rem, 4vw, 2.6rem) !important; }

/* ==========================================================================
   REVEALS au scroll (one-shot)
   ========================================================================== */
html.has-motion .reveal { opacity: 0; transform: translateY(30px); }
.reveal { transition: opacity .6s ease, transform .6s cubic-bezier(.2, .8, .2, 1); will-change: opacity, transform; }
html.has-motion .reveal.is-in, .reveal.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   MODE ALLÉGÉ (html.perf-low) : rendu logiciel. Coupe le coût CONTINU/cher,
   garde les reveals one-shot + survols. (Cohérent avec /bffr v63.)
   ========================================================================== */
html.perf-low #grain { display: none; }
html.perf-low .bg-glow { display: none; }
html.perf-low .navtoggle, html.perf-low .navmenu__scrim { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(13, 13, 19, .9); }
html.perf-low .navmenu__scrim { background: rgba(5, 5, 8, .72); }
html.perf-low .hero-new .hero-logo .logo-img { filter: none; }
html.perf-low .li-bar > i { animation: none !important; width: 100% !important; }
html.perf-low * { will-change: auto !important; }

/* ==========================================================================
   FIREFOX : allègement des filtres (Chrome garde tout).
   ========================================================================== */
html.is-firefox #grain { opacity: .04; }
html.is-firefox .navtoggle, html.is-firefox .navmenu__scrim { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(13, 13, 19, .82); }
html.is-firefox .bg-glow { filter: blur(70px) !important; }

/* ==========================================================================
   PAGE CADEAU (/prestigenew/gift) - hero cinématique + halos adaptés
   (styles .gift-* de base assurés par prestige_dark.css + inline, on re-skinne)
   ========================================================================== */
.gift-hero { position: relative; overflow: hidden; padding: 15vh 20px 6vh !important; text-align: center; }
.gift-hero > *:not(.pn-orb):not(.pn-hero-glow):not(.pn-hero-grid) { position: relative; z-index: 2; }
.gift-hero .logo-img { filter: drop-shadow(0 14px 40px rgba(var(--accent-rgb), .5)); }
.gift-hero-title { font-family: 'Archivo Expanded', 'Archivo', sans-serif !important; font-size: clamp(2.4rem, 7vw, 4.6rem) !important; font-weight: 900 !important; letter-spacing: -.03em !important; background: linear-gradient(120deg, #fff 0%, #cdbcff 55%, #A78BFF 100%) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; color: transparent !important; }
.gift-hero-sub { color: var(--ink-2) !important; }
.gift-hero-sub strong { color: #fff !important; }
.gift-hero .gift-back { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: var(--ink-2); }
.gift-hero .gift-back:hover { color: var(--accent); }
/* Halos plus compacts pour le hero cadeau (plus court que la page principale) */
.gift-hero .pn-orb--1 { width: 380px; height: 380px; top: -12%; left: 3%; }
.gift-hero .pn-orb--2 { width: 340px; height: 340px; top: 8%; right: 2%; }
.gift-hero .pn-orb--3 { width: 460px; height: 460px; bottom: -46%; margin-left: -230px; }

/* ==========================================================================
   HERO DA OFFICIELLE (identique /valuenew /codesnew) : bannière en fond +
   voiles + fruits flottants + grand titre à gauche (1 mot en contour accent).
   ========================================================================== */
.vhero { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; padding: 16vh 0 12vh; background-color: #070709; }
.vhero__bg { position: absolute; inset: -6% -3%; z-index: 0; background: url('/bffr/assets/hero-banner.webp') center 30% / cover no-repeat; will-change: transform; backface-visibility: hidden; transform: translateZ(0); }
.vhero__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.vhero__veil.a { background: linear-gradient(180deg, rgba(7,7,9,.45) 0%, rgba(7,7,9,.2) 30%, rgba(7,7,9,.6) 70%, rgba(7,7,9,.94) 92%, #070709 100%); }
.vhero__veil.b { background: linear-gradient(100deg, rgba(7,7,9,.92) 0%, rgba(7,7,9,.74) 26%, rgba(7,7,9,.34) 50%, rgba(7,7,9,0) 70%); }
.vhero__fruit { position: absolute; z-index: 2; pointer-events: none; filter: drop-shadow(0 28px 48px rgba(0,0,0,.6)); will-change: transform; }
.vhero__fruit.f1 { width: 186px; right: 9%; top: 17%; }
.vhero__fruit.f2 { width: 126px; right: 25%; bottom: 15%; }
.vhero__fruit.f3 { width: 94px; right: 6%; bottom: 17%; }
.vhero__content { position: relative; z-index: 3; width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.vhero__badge { display: inline-flex; align-items: center; gap: 11px; padding: 8px 16px; border-radius: 99px; background: rgba(7,7,9,.5); border: 1px solid rgba(255,255,255,.16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); margin-bottom: 26px; }
.vhero__badge i { width: 8px; height: 8px; border-radius: 99px; background: var(--accent); box-shadow: 0 0 12px var(--accent); animation: vPulse 1.8s infinite; flex-shrink: 0; }
.vhero__badge span { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #D7D7E0; }
@keyframes vPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.vhero h1 { margin: 0; font-family: 'Archivo Expanded', 'Archivo', sans-serif; font-weight: 900; letter-spacing: -.03em; font-size: clamp(2.8rem, 8.6vw, 7rem); line-height: .86; color: #fff; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.vhero h1 .line { display: block; }
.vhero h1 .stroke { color: transparent; -webkit-text-stroke: 2px var(--accent); }
.vhero__p { max-width: 600px; margin: 26px 0 0; font-size: clamp(1.02rem, 2.2vw, 1.2rem); line-height: 1.6; color: #C7C7D2; text-shadow: 0 1px 8px rgba(0,0,0,.7); }
.vhero__p strong { color: #fff; }
.vhero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.vhero__pills span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 17px; border-radius: 99px; background: rgba(7,7,9,.42); border: 1px solid rgba(255,255,255,.14); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); font-size: 13px; font-weight: 700; color: #E4E4EC; text-shadow: 0 1px 6px rgba(0,0,0,.5); }
.vhero__pills i { width: 8px; height: 8px; border-radius: 99px; background: currentColor; box-shadow: 0 0 9px currentColor; flex-shrink: 0; }
.vhero__back { display: inline-flex; align-items: center; gap: 7px; margin-top: 26px; color: var(--ink-2); font-weight: 600; transition: color .2s; }
.vhero__back:hover { color: var(--accent); }
@media (max-width: 860px) {
  .vhero { min-height: 76vh; padding: 20vh 0 10vh; }
  .vhero__bg { background-position: 62% 26%; }
  .vhero__fruit { display: none; }
  .vhero h1 { font-size: clamp(2.6rem, 13vw, 4.6rem); }
}
html.perf-low .vhero__bg, html.perf-low .vhero__fruit { transform: none !important; }
html.perf-low .vhero__badge i { animation: none !important; }
html.is-firefox .vhero__badge, html.is-firefox .vhero__pills span { -webkit-backdrop-filter: none; backdrop-filter: none; }
