/* ============================================================================
 * bffr.fr/econew - Guide de l'économie, thème cinématique (identité /bffr).
 * Page statique riche : chrome + hero bannière + sous-nav collante + sections
 * de guide (commandes, encadrés, jeux). DA : #070709, accent violet #A78BFF,
 * Archivo / Archivo Expanded.
 * ========================================================================== */

* { box-sizing: border-box; }
:root {
  --bg: #070709;
  --ink: #F2F2F6;
  --ink-2: #9C9CAB;
  --accent: #A78BFF;
  --accent-2: #6C4DF0;
  --accent-rgb: 167, 139, 255;
  --line: rgba(255, 255, 255, .08);
  --card: rgba(255, 255, 255, .04);
  --discord: #5865F2;
  --gold: #F5C451;
  --green: #35d07f;
  --red: #ff6b6b;
  --cash: #4ecdc4;
}

html { background: var(--bg); scroll-behavior: smooth; overscroll-behavior-y: none; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: 'Archivo', system-ui, -apple-system, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Archivo Expanded', 'Archivo', sans-serif; letter-spacing: -.02em; margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
code, .mono { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; }
::selection { background: var(--accent); color: #070709; }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-thumb { background: #23232f; border-radius: 99px; }
::-webkit-scrollbar-track { background: transparent; }

/* ==========================================================================
   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: ecLoad 1.2s cubic-bezier(.5, 0, .2, 1) .1s forwards; }
@keyframes ecLoad { 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: ecGrain 1.1s steps(3) infinite; }
@keyframes ecGrain { 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; }
.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; 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); }
@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, avec icônes)
   ========================================================================== */
.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; }
.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: radial-gradient(115% 55% at 100% 0%, rgba(var(--accent-rgb), .13), rgba(255, 255, 255, 0) 58%), 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; 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; 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__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__txt { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.navmenu__lbl { font-family: 'Archivo Expanded', 'Archivo', sans-serif; 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__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: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--active::after { height: 56%; }
.navmenu__item--active .navmenu__ic { background: rgb(var(--cat)); border-color: transparent; color: #0a0a10; box-shadow: 0 8px 18px rgba(var(--cat), .35); }
.navmenu__item--active .navmenu__lbl { color: rgb(var(--cat)); }
.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; box-shadow: 0 10px 26px rgba(88, 101, 242, .3); transition: transform .2s, box-shadow .2s, filter .2s; }
.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; 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; }
  .pn-brand { top: 16px; left: 16px; }
}

/* ==========================================================================
   HERO (bannière, comme /valuenew)
   ========================================================================== */
.vhero { position: relative; min-height: 74vh; display: flex; align-items: center; overflow: hidden; padding: 16vh 0 10vh; 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: 168px; right: 9%; top: 17%; }
.vhero__fruit.f2 { width: 118px; right: 25%; bottom: 15%; }
.vhero__fruit.f3 { width: 92px; right: 6%; bottom: 18%; }
.vhero__content { position: relative; z-index: 3; width: 100%; max-width: 1180px; 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(--gold); box-shadow: 0 0 12px var(--gold); animation: ecPulse 1.8s infinite; flex-shrink: 0; }
.vhero__badge span { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #D7D7E0; }
@keyframes ecPulse { 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: 620px; 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; }
@media (max-width: 860px) {
  .vhero { min-height: 68vh; padding: 20vh 0 8vh; }
  .vhero__bg { background-position: 62% 26%; }
  .vhero__fruit { display: none; }
  .vhero h1 { font-size: clamp(2.6rem, 13vw, 4.6rem); }
}

/* ==========================================================================
   SOUS-NAV COLLANTE (jump entre sections)
   ========================================================================== */
.guide-nav { position: sticky; top: 0; z-index: 70; background: rgba(7, 7, 9, .82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.guide-nav__in { max-width: 1180px; margin: 0 auto; padding: 12px 24px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.guide-nav__in::-webkit-scrollbar { display: none; }
.guide-nav a { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 99px; font-size: 13.5px; font-weight: 700; color: var(--ink-2); border: 1px solid transparent; transition: color .2s, background .2s, border-color .2s; }
.guide-nav a:hover { color: #fff; background: rgba(255, 255, 255, .05); }
.guide-nav a.is-active { color: var(--accent); background: rgba(var(--accent-rgb), .12); border-color: rgba(var(--accent-rgb), .3); }
.guide-nav a i { font-size: 15px; }

/* ==========================================================================
   SECTIONS DE GUIDE
   ========================================================================== */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.eco-sec { padding: 74px 0 8px; scroll-margin-top: 70px; }
.eco-sec__head { max-width: 780px; margin-bottom: 34px; }
.eco-sec__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.eco-sec__eyebrow .ico { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255, 255, 255, .05); border: 1px solid var(--line); font-size: 18px; }

/* Icônes custom (émojis du serveur en PNG) : s'ajustent à la taille du texte parent. */
.cico { height: 1.15em; width: auto; vertical-align: -0.2em; display: inline-block; image-rendering: -webkit-optimize-contrast; }
.eco-sec__eyebrow .ico .cico { height: 22px; vertical-align: 0; }
.card__title .emo .cico { height: 1.35rem; vertical-align: -0.28rem; }
.guide-nav a .cico { height: 18px; vertical-align: -0.32em; }
.callout .ci .cico { height: 1.3rem; vertical-align: -0.3rem; }
.etable td .cico { height: 1.25rem; vertical-align: -0.32rem; margin-right: 2px; }
.eco-sec h2 { font-size: clamp(1.8rem, 4.4vw, 2.9rem); font-weight: 900; color: #fff; line-height: 1.02; }
.eco-sec__lead { margin-top: 16px; font-size: 1.06rem; line-height: 1.65; color: var(--ink-2); }
.eco-sec__lead strong { color: #fff; }

/* Grille de cartes */
.eco-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; margin-top: 22px; }
.eco-grid.cols-2 { grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)); }
@media (max-width: 560px) { .eco-grid, .eco-grid.cols-2 { grid-template-columns: 1fr; } }

.card { position: relative; padding: 22px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); overflow: hidden; transition: transform .22s cubic-bezier(.2,.8,.2,1), border-color .22s, box-shadow .22s, background .22s; }
.card:hover { transform: translateY(-3px); border-color: rgba(var(--accent-rgb), .28); background: rgba(255,255,255,.055); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.card__title { display: flex; align-items: center; gap: 11px; font-family: 'Archivo Expanded','Archivo',sans-serif; font-weight: 800; font-size: 1.14rem; color: #fff; margin-bottom: 6px; }
.card__title .emo { font-size: 1.3rem; line-height: 1; }
.card__sub { font-size: .92rem; color: var(--ink-2); line-height: 1.55; margin-bottom: 14px; }

/* Liste de commandes */
.cmds { display: flex; flex-direction: column; gap: 11px; }
.cmd { display: flex; gap: 12px; align-items: flex-start; }
.cmd__k { flex-shrink: 0; }
.cmd__k code { display: inline-block; font-size: .82rem; font-weight: 700; padding: 4px 9px; border-radius: 7px; background: rgba(var(--accent-rgb), .13); border: 1px solid rgba(var(--accent-rgb), .26); color: #cdbcff; white-space: nowrap; }
.cmd__k code.px { background: rgba(53, 208, 127, .12); border-color: rgba(53, 208, 127, .28); color: #86e6b4; }
.cmd__d { font-size: .93rem; line-height: 1.55; color: #C7C7D2; }
.cmd__d b { color: #fff; font-weight: 700; }
.cmd__d .hl { color: var(--accent); font-weight: 700; }

/* Puces d'info rapides (stats) */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-top: 22px; }
.fact { padding: 18px; border-radius: 15px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border: 1px solid var(--line); }
.fact b { display: block; font-family: 'Archivo Expanded','Archivo',sans-serif; font-size: 1.7rem; font-weight: 900; color: #fff; line-height: 1; }
.fact b.acc { color: var(--accent); }
.fact span { display: block; margin-top: 7px; font-size: .82rem; color: var(--ink-2); font-weight: 600; }

/* Encadrés (astuce / attention / info) */
.callout { display: flex; gap: 13px; padding: 16px 18px; border-radius: 14px; margin-top: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.03); font-size: .93rem; line-height: 1.55; color: #C7C7D2; }
.callout .ci { flex-shrink: 0; font-size: 1.15rem; line-height: 1.4; }
.callout b { color: #fff; }
.callout.tip { border-color: rgba(53,208,127,.28); background: rgba(53,208,127,.07); }
.callout.warn { border-color: rgba(245,196,81,.3); background: rgba(245,196,81,.07); }
.callout.info { border-color: rgba(var(--accent-rgb),.28); background: rgba(var(--accent-rgb),.07); }

/* Tableaux compacts (races, jeux) */
.etable { width: 100%; margin-top: 20px; border-collapse: separate; border-spacing: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; font-size: .92rem; }
.etable th, .etable td { text-align: left; padding: 12px 15px; border-bottom: 1px solid var(--line); }
.etable thead th { background: rgba(255,255,255,.04); color: #fff; font-family: 'Archivo Expanded','Archivo',sans-serif; font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.etable tbody tr:last-child td { border-bottom: 0; }
.etable tbody tr:hover td { background: rgba(255,255,255,.025); }
.etable td b { color: #fff; }
.etable .rgt { text-align: right; font-variant-numeric: tabular-nums; }
.etable .tag { display: inline-block; padding: 2px 9px; border-radius: 99px; font-size: .76rem; font-weight: 700; }
.etable-wrap { overflow-x: auto; }
.rare-c { color: #9aa; } .rare-u { color: #7fd1a8; } .rare-r { color: #6db4ff; } .rare-e { color: #c58bff; } .rare-l { color: #ffcf6b; } .rare-m { color: #ff7ba0; }

/* Bandeau "deux façons de jouer" */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
@media (max-width: 720px) { .split { grid-template-columns: 1fr; } }
.split .card { padding: 26px; }
.split .card h3 { font-size: 1.25rem; color: #fff; margin-bottom: 10px; }

/* CTA bas de page */
.eco-cta { margin: 80px 0 30px; padding: 44px; border-radius: 24px; text-align: center; background: radial-gradient(120% 120% at 50% 0%, rgba(var(--accent-rgb),.14), rgba(255,255,255,.02) 60%), var(--card); border: 1px solid rgba(var(--accent-rgb),.2); }
.eco-cta h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); color: #fff; }
.eco-cta p { max-width: 560px; margin: 14px auto 24px; color: var(--ink-2); line-height: 1.6; }
.eco-cta__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 99px; font-weight: 800; font-size: 14.5px; transition: transform .2s, box-shadow .2s, filter .2s, background .2s; }
.btn--pri { background: linear-gradient(120deg, var(--accent-2), var(--accent)); color: #0a0a10; box-shadow: 0 12px 30px rgba(var(--accent-rgb),.35); }
.btn--pri:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(var(--accent-rgb),.5); }
.btn--ghost { background: rgba(255,255,255,.05); border: 1px solid var(--line); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.1); border-color: var(--accent); }

/* Footer */
.eco-foot { border-top: 1px solid var(--line); margin-top: 40px; padding: 34px 0; }
.eco-foot__in { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; justify-content: space-between; }
.eco-foot p { color: var(--ink-2); font-size: .86rem; }
.eco-foot nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.eco-foot nav a { color: var(--ink-2); font-size: .86rem; font-weight: 600; transition: color .2s; }
.eco-foot nav a:hover { color: #fff; }

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

/* ==========================================================================
   MODE ALLÉGÉ (perf-low) + Firefox
   ========================================================================== */
html.perf-low #grain { display: none; }
html.perf-low .vhero__bg, html.perf-low .vhero__fruit { transform: none !important; }
html.perf-low .vhero__badge i { animation: none !important; }
html.perf-low .navtoggle, html.perf-low .navmenu__scrim, html.perf-low .guide-nav { -webkit-backdrop-filter: none; backdrop-filter: none; }
html.perf-low .navtoggle { background: rgba(13,13,19,.9); }
html.perf-low .navmenu__scrim { background: rgba(5,5,8,.72); }
html.perf-low .guide-nav { background: rgba(7,7,9,.96); }
html.perf-low .li-bar > i { animation: none !important; width: 100% !important; }
html.perf-low * { will-change: auto !important; }
html.is-firefox #grain { opacity: .04; }
html.is-firefox .navtoggle, html.is-firefox .navmenu__scrim, html.is-firefox .guide-nav { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(10,10,14,.9); }
html.is-firefox .vhero__badge, html.is-firefox .vhero__pills span { -webkit-backdrop-filter: none; backdrop-filter: none; }
