/* ===== ANARYX Tweaks — style NL-like ===== */
:root {
  --bg: #080808;
  --bg2: #0d0d0d;
  --card: #111111;
  --card2: #141414;
  --line: rgba(255, 255, 255, 0.08);
  --txt: #f0f0f0;
  --muted: #9a9aa6;
  --rose: #FF6A00;
  --rose-l: #FF9A4D;
  --violet: #F59E0B;
  --grad: linear-gradient(135deg, var(--rose), var(--violet));
  --esp-ac-rgb: 255, 106, 0;
  --amb1: rgba(139, 92, 246, 0.18);
  --amb2: rgba(255, 46, 138, 0.13);
  --amb3: rgba(59, 130, 246, 0.10);
  --radius: 16px;
}

body[data-bg="andromede"] { --rose: #4DA3FF; --rose-l: #7FC0FF; --violet: #3B82F6; --esp-ac-rgb: 77, 163, 255; --amb1: rgba(77, 163, 255, 0.20); --amb2: rgba(59, 130, 246, 0.15); --amb3: rgba(147, 197, 253, 0.12); }
body[data-bg="nebula"] { --rose: #2DD4BF; --rose-l: #5EEAD4; --violet: #14B8A6; --esp-ac-rgb: 45, 212, 191; --amb1: rgba(45, 212, 191, 0.20); --amb2: rgba(20, 184, 166, 0.15); --amb3: rgba(94, 234, 212, 0.12); }
body[data-bg="milkyway"] { --rose: #FF5A36; --rose-l: #FF8A66; --violet: #F97316; --esp-ac-rgb: 255, 90, 54; --amb1: rgba(255, 90, 54, 0.20); --amb2: rgba(249, 115, 22, 0.15); --amb3: rgba(255, 138, 102, 0.12); }
body[data-bg="deepspace"] { --rose: #818CF8; --rose-l: #A5B4FC; --violet: #6366F1; --esp-ac-rgb: 129, 140, 248; --amb1: rgba(129, 140, 248, 0.20); --amb2: rgba(99, 102, 241, 0.15); --amb3: rgba(165, 180, 252, 0.12); }
body[data-bg="starcluster"] { --rose: #FACC15; --rose-l: #FDE047; --violet: #EAB308; --esp-ac-rgb: 250, 204, 21; --amb1: rgba(250, 204, 21, 0.20); --amb2: rgba(234, 179, 8, 0.15); --amb3: rgba(253, 224, 71, 0.12); }
body[data-bg="aurora"] { --rose: #34D399; --rose-l: #6EE7B7; --violet: #10B981; --esp-ac-rgb: 52, 211, 153; --amb1: rgba(52, 211, 153, 0.20); --amb2: rgba(16, 185, 129, 0.15); --amb3: rgba(110, 231, 183, 0.12); }
body[data-bg="plain"] { --rose: #FF6A00; --rose-l: #FF9A4D; --violet: #F59E0B; --esp-ac-rgb: 255, 106, 0; --amb1: rgba(139, 92, 246, 0.18); --amb2: rgba(255, 46, 138, 0.13); --amb3: rgba(59, 130, 246, 0.10); }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', system-ui, sans-serif;
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(600px 400px at 85% -5%, var(--amb1), transparent 60%),
    radial-gradient(700px 500px at -10% 20%, var(--amb2), transparent 60%),
    radial-gradient(800px 600px at 50% 110%, var(--amb3), transparent 65%);
  pointer-events: none;
  z-index: -1;
}
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 52%, rgba(2, 2, 8, 0.55) 100%);
  pointer-events: none;
  z-index: -1;
}
::selection { background: rgba(255, 46, 138, 0.35); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--rose), var(--violet));
  border-radius: 99px;
  border: 2px solid var(--bg);
}
html { scrollbar-color: var(--rose) #05050a; scrollbar-width: thin; }

/* ===== Barre de progression scroll ===== */
#scrollProgress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--grad);
  box-shadow: 0 0 12px rgba(255, 46, 138, 0.7);
  z-index: 75;
  border-radius: 0 99px 99px 0;
  transition: width 0.08s linear;
}

/* ===== Ciel étoilé (galaxie) ===== */
#galaxy {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}
.shoot {
  position: fixed;
  top: 12%;
  left: 72%;
  width: 150px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 46, 138, 0.6) 60%, transparent);
  border-radius: 99px;
  opacity: 0;
  transform: rotate(-32deg);
  z-index: -1;
  pointer-events: none;
}
.shoot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 99px;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.8);
}
@keyframes shootAnim {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(-32deg); }
  6% { opacity: 1; }
  22% { opacity: 0; transform: translate3d(-55vw, 34vh, 0) rotate(-32deg); }
  100% { opacity: 0; transform: translate3d(-55vw, 34vh, 0) rotate(-32deg); }
}
.shoot:nth-child(1) { animation: shootAnim 17s linear infinite; }
.shoot:nth-child(2) { top: 45%; left: 88%; animation: shootAnim 23s linear 7s infinite; }
.shoot:nth-child(3) { top: 78%; left: 55%; animation: shootAnim 19s linear 12.5s infinite; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ===== Barre d'annonce ===== */
.announce {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 9px 44px;
  background: linear-gradient(90deg, #FF2E8A, #8B5CF6, #FF2E8A);
  background-size: 220% 100%;
  animation: annMove 15s linear infinite;
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 60;
}
@keyframes annMove { to { background-position: -220% 0; } }
.announce b { text-decoration: underline; }
.ann-txt { display: inline-flex; align-items: center; gap: 8px; }
.ann-timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
  margin-left: 4px;
}
.ann-timer b { text-decoration: none; letter-spacing: 0.5px; }
.ann-cta {
  background: rgba(0, 0, 0, 0.25);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.2s;
}
.ann-cta:hover { background: rgba(0, 0, 0, 0.45); }
.ann-close {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  opacity: 0.8;
}
.ann-close:hover { opacity: 1; }

/* ===== Header ===== */
#siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 5, 10, 0.9);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
#siteHeader.scrolled {
  background: rgba(5, 5, 10, 0.97);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.55);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  gap: 16px;
  transition: height 0.3s ease;
}
#siteHeader.scrolled .header-inner { height: 56px; }
#siteHeader.scrolled .logo-img { width: 28px; height: 28px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; transition: font-size 0.3s ease; }
#siteHeader.scrolled .logo { font-size: 16.5px; }
.logo-img { width: 34px; height: 34px; transition: width 0.3s ease, height 0.3s ease; }
.logo-txt em { font-style: normal; color: var(--rose); }
.nav { display: flex; gap: 26px; font-size: 14.5px; font-weight: 500; color: var(--muted); }
.nav a { position: relative; transition: color 0.2s; }
.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  border-radius: 99px;
  background: var(--grad);
  box-shadow: 0 0 8px rgba(255, 46, 138, 0.6);
  transition: right 0.25s ease;
}
.nav a:hover::after, .nav a.active::after { right: 0; }
.nav a:hover { color: var(--txt); }
.nav a.active { color: var(--txt); }
.header-right { display: flex; align-items: center; gap: 10px; }
.lang-btn, .btn-account, .burger {
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--txt);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13.5px;
  transition: 0.2s;
}
.lang-btn:hover, .btn-account:hover, .burger:hover { border-color: var(--rose); }
.btn-discord {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5865F2;
  color: #fff;
  padding: 9px 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13.5px;
  border: none;
  transition: 0.2s;
}
.btn-discord:hover { background: #6c78f5; box-shadow: 0 0 22px rgba(88, 101, 242, 0.45); }
.burger { display: none; }

/* ===== Boutons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14.5px;
  padding: 12px 22px;
  transition: 0.2s;
}
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 8px 26px rgba(255, 46, 138, 0.30);
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -70%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}
.btn-primary:hover::after { left: 130%; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255, 46, 138, 0.45); }
.btn-ghost {
  background: var(--card);
  color: var(--txt);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--rose); }
.btn-lg { padding: 15px 30px; font-size: 15.5px; }
.btn-block { display: flex; width: 100%; }
.btn.small { padding: 7px 14px; font-size: 13px; }

/* ===== Marquee ===== */
.marquee {
  overflow: hidden;
  background: var(--bg2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 52px;
  width: max-content;
  animation: marquee 45s linear infinite;
}
.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}
.marquee-track i { color: var(--rose); font-size: 12px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== App preview ===== */
.app-shot { position: relative; max-width: 900px; margin: 0 auto; }
.app-window {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
}
.app-titlebar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  background: var(--card2);
  border-bottom: 1px solid var(--line);
}
.app-dots { display: flex; gap: 7px; }
.app-dots i { width: 11px; height: 11px; border-radius: 50%; background: #3a3a52; }
.app-dots i:nth-child(1) { background: #ff5f57; }
.app-dots i:nth-child(2) { background: #febc2e; }
.app-dots i:nth-child(3) { background: #28c840; }
.app-title { font-size: 12.5px; font-weight: 600; color: var(--muted); letter-spacing: 0.3px; }
.app-title em { font-style: normal; color: var(--rose); }
.app-body { display: flex; min-height: 300px; }
.app-side {
  width: 54px;
  background: var(--bg2);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 16px 0;
}
.app-side-logo {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--grad);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.app-side-item { color: var(--muted); font-size: 14px; }
.app-side-item:first-of-type { color: var(--rose); }
.app-main { flex: 1; padding: 20px 22px; }
.app-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.app-kpi { background: var(--bg2); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
.app-kpi b { font-size: 21px; font-weight: 800; display: block; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.app-kpi span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.6px; }
.app-bar { height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.07); margin-top: 9px; overflow: hidden; }
.app-bar i { display: block; height: 100%; border-radius: 99px; background: var(--grad); }
.app-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.app-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 10px;
}
.app-btn-p { background: var(--grad); color: #fff; }
.app-btn-g { background: rgba(34, 197, 94, 0.15); color: #4ade80; border: 1px solid rgba(34, 197, 94, 0.35); }
.app-btn-o { background: var(--bg2); color: var(--muted); border: 1px solid var(--line); }
.app-log { display: flex; flex-direction: column; gap: 8px; }
.app-log p { font-size: 12.5px; color: var(--muted); display: flex; gap: 9px; align-items: center; }
.app-log i { color: #22c55e; font-size: 11px; }
.app-float {
  position: absolute;
  background: var(--card2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  animation: floaty 8s ease-in-out infinite;
}
.app-float i { font-size: 13px; color: var(--rose); margin-bottom: 4px; }
.app-float b { font-size: 15px; }
.app-float span { font-size: 10.5px; color: var(--muted); }
.app-float-1 { top: 90px; right: -36px; }
.app-float-2 { bottom: 60px; left: -36px; animation-delay: 2.5s; }
.app-float-2 i { color: #22c55e; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ===== CTA final ===== */
.cta-box {
  position: relative;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 54px 30px;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 250px at 50% -40%, rgba(255, 46, 138, 0.25), transparent 65%),
    radial-gradient(400px 220px at 80% 130%, rgba(139, 92, 246, 0.2), transparent 60%);
  pointer-events: none;
}
.cta-box > *:not(.cta-glow) { position: relative; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-trust { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; margin-top: 28px; color: var(--muted); font-size: 13px; }
.cta-trust i { color: #22c55e; margin-right: 6px; }

/* ===== Back to top ===== */
.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--grad);
  color: #fff;
  border: none;
  font-size: 16px;
  box-shadow: 0 10px 30px rgba(255, 46, 138, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.3s;
  z-index: 90;
}
.back-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-top:hover { transform: translateY(-3px); }

/* ===== Scroll reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ===== Hero ===== */
.hero { padding: 74px 0 30px; text-align: center; position: relative; overflow: hidden; }
.hero::before, .hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  animation: aurora 26s ease-in-out infinite alternate;
}
.hero::before {
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 46, 138, 0.28), transparent 70%);
  top: -160px;
  left: -180px;
}
.hero::after {
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.28), transparent 70%);
  bottom: -220px;
  right: -200px;
  animation-delay: -6.5s;
}
@keyframes aurora {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(45px, 35px, 0) scale(1.18); }
}
.hero-inner { display: flex; flex-direction: column; align-items: center; position: relative; }
.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 26px;
}
.hero-tagline .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 12px var(--rose);
  animation: pulse 3.5s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-title {
  font-size: clamp(34px, 6vw, 62px);
  font-weight: 800;
  line-height: 1.12;
  max-width: 850px;
}
.hero-sub {
  color: var(--muted);
  font-size: clamp(15px, 2vw, 17.5px);
  max-width: 680px;
  margin: 20px auto 30px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  color: var(--muted);
  font-size: 14px;
}
.hero-trust i { color: var(--rose); margin-right: 7px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 760px;
  margin-top: 44px;
}
.stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stat b { font-size: 24px; font-weight: 800; }
.stat span { color: var(--muted); font-size: 12.5px; }

.hero-tagline, .hero-title, .hero-sub, .hero-cta, .hero-trust, .hero-stats, .hero-pay {
  opacity: 0;
  animation: heroIn 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.hero-tagline { animation-delay: 0.05s; }
.hero-title { animation-delay: 0.15s; }
.hero-sub { animation-delay: 0.25s; }
.hero-cta { animation-delay: 0.35s; }
.hero-trust { animation-delay: 0.45s; }
.hero-stats { animation-delay: 0.55s; }
.hero-pay { animation-delay: 0.65s; }
@keyframes heroIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Badges de paiement (confiance) ===== */
.hero-pay {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hero-pay .pay-label {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pay-badges { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 7px 13px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
  transition: 0.2s;
}
.pay-badge i { font-size: 16px; color: var(--txt); }
.pay-badge:hover {
  border-color: rgba(255, 46, 138, 0.4);
  color: var(--txt);
  transform: translateY(-2px);
}

/* ===== Sections ===== */
.section { padding: 72px 0; }
section[id], #accueil { scroll-margin-top: 92px; }
.section-title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
}
.section-title::after {
  content: '';
  display: block;
  width: 66px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 99px;
  background: var(--grad);
  box-shadow: 0 0 18px rgba(255, 46, 138, 0.6);
}
.section-sub {
  text-align: center;
  color: var(--muted);
  margin: 10px auto 40px;
  max-width: 640px;
  font-size: 15px;
}
.card {
  background: linear-gradient(165deg, rgba(23, 23, 42, 0.92), rgba(13, 13, 26, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  box-shadow: 0 0 0 1px rgba(255, 46, 138, 0.16), 0 24px 70px rgba(139, 92, 246, 0.13);
}

/* ===== Features ===== */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature { padding: 26px 22px; transition: 0.25s; }
.feature:hover { transform: translateY(-4px); border-color: rgba(255, 46, 138, 0.35); }
.feat-ico {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #fff;
  margin-bottom: 16px;
}
.feature h3 { font-size: 17px; margin-bottom: 7px; }
.feature p { color: var(--muted); font-size: 13.5px; }

/* ===== News ===== */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.news-card { padding: 22px; }
.news-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.news-logo {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 14px;
}
.news-name { font-weight: 600; font-size: 13.5px; }
.news-time { margin-left: auto; color: var(--muted); font-size: 12px; }
.news-card h4 { color: var(--rose); font-size: 15px; margin-bottom: 6px; }
.news-card p { color: var(--muted); font-size: 13.5px; }

/* ===== Reviews ===== */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rev-card { padding: 22px; }
.rev-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.rev-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--card2);
  border: 1px solid rgba(255, 46, 138, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 0 16px rgba(255, 46, 138, 0.18);
}
.rev-head b { font-size: 14px; display: block; }
.rev-head span { color: var(--muted); font-size: 12px; }
.stars { color: #fbbf24; font-size: 13px; letter-spacing: 2px; margin-bottom: 8px; }
.rev-card p { color: var(--muted); font-size: 13.5px; }
.rev-note { text-align: center; margin-top: 26px; color: var(--muted); font-size: 14px; }
.rev-note b { color: var(--txt); }

/* ===== Packs ===== */
.packs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 860px; margin: 0 auto; }
.pack { padding: 32px 28px; position: relative; transition: 0.25s; }
.pack:hover { transform: translateY(-4px); }
.pack-pop { border-color: rgba(255, 46, 138, 0.45); animation: packGlow 8s ease-in-out infinite; }
@keyframes packGlow {
  0%, 100% { box-shadow: 0 0 40px rgba(255, 46, 138, 0.12); }
  50% { box-shadow: 0 0 70px rgba(255, 46, 138, 0.28), 0 0 130px rgba(139, 92, 246, 0.18); }
}
.pack-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.pack-name { font-size: 22px; font-weight: 800; letter-spacing: 1px; }
.pack-desc { color: var(--muted); font-size: 13.5px; margin: 4px 0 16px; }
.pack-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.price-old { color: var(--muted); text-decoration: line-through; font-size: 15px; }
.price-new { font-size: 34px; font-weight: 800; }
.price-per { color: var(--muted); font-size: 12.5px; }
.pack-list { list-style: none; margin-bottom: 22px; display: flex; flex-direction: column; gap: 8px; }
.pack-list li { display: flex; gap: 9px; font-size: 13.5px; color: var(--muted); }
.pack-list i { color: var(--rose); margin-top: 3px; }
.pack-list b { color: var(--txt); }
.packs-note { text-align: center; margin-top: 26px; color: var(--muted); font-size: 13.5px; }
.packs-note i { color: var(--rose); }

/* ===== How ===== */
.how-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step { padding: 22px 18px; text-align: center; position: relative; }
.step-n {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 17px;
  box-shadow: 0 6px 20px rgba(255, 46, 138, 0.35);
}
.step h4 { font-size: 14.5px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 12.5px; }
@media (min-width: 1025px) {
  .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 21px;
    right: -8px;
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, var(--rose), var(--violet));
    opacity: 0.5;
  }
}
.how-note { margin: 26px auto 0; max-width: 720px; padding: 18px 22px; text-align: center; color: var(--muted); font-size: 13.5px; }
.how-note b { color: var(--txt); }

/* ===== FAQ ===== */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-list details { padding: 0 20px; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.faq-list details[open] { border-color: rgba(255, 46, 138, 0.35); box-shadow: 0 12px 44px rgba(139, 92, 246, 0.12); }
.faq-list summary {
  cursor: pointer;
  padding: 17px 0;
  font-weight: 600;
  font-size: 14.5px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-list summary::after { content: '+'; font-size: 19px; color: var(--rose); transition: 0.2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 13.5px; padding-bottom: 17px; }

/* ===== Footer ===== */
.footer { border-top: 1px solid var(--line); background: var(--bg2); padding: 54px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand p { color: var(--muted); font-size: 13px; margin: 12px 0 16px; max-width: 300px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: 0.2s;
}
.footer-social a:hover { color: var(--rose); border-color: var(--rose); }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col h5 { font-size: 13.5px; margin-bottom: 5px; }
.footer-col a { color: var(--muted); font-size: 13px; transition: 0.2s; }
.footer-col a:hover { color: var(--rose); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding: 18px 0; text-align: center; }
.footer-bottom p { color: var(--muted); font-size: 12.5px; }
.footer-pay {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 21px;
  color: rgba(154, 160, 184, 0.6);
  margin-bottom: 12px;
}
.footer-pay i { transition: color 0.2s, transform 0.2s; }
.footer-pay i:hover { color: var(--rose); transform: translateY(-2px); }

/* ===== Modals ===== */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 20px;
}
.modal.open { display: flex; }
.modal-box {
  background: var(--card2);
  border: 1px solid var(--line);
  border-radius: 18px;
  max-width: 480px;
  width: 100%;
  padding: 30px 28px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-wide { max-width: 640px; }
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 17px;
}
.modal-close:hover { color: var(--rose); }
.modal-box h3 { font-size: 21px; font-weight: 800; margin-bottom: 6px; }
.modal-sub { color: var(--muted); font-size: 13.5px; margin-bottom: 18px; }
.guide-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-weight: 700;
}
.guide-plan .gp-price { color: var(--rose); }
.guide-list { list-style: none; counter-reset: g; display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.guide-list li {
  counter-increment: g;
  display: flex;
  gap: 12px;
  font-size: 13.5px;
  color: var(--muted);
}
.guide-list li::before {
  content: counter(g);
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--card);
  border: 1px solid var(--rose);
  color: var(--rose);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 700;
  flex-shrink: 0;
}
.guide-list b { color: var(--txt); }
.promo-row { display: flex; gap: 8px; margin-bottom: 14px; }
.promo-row input {
  flex: 1;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--txt);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13.5px;
  font-family: inherit;
  outline: none;
  text-transform: uppercase;
}
.promo-row input:focus { border-color: var(--rose); }
.promo-status { font-size: 12.5px; font-weight: 600; align-self: center; }
.promo-status.ok { color: #22c55e; }
.promo-status.no { color: #ef4444; }
.modal-secure { text-align: center; color: var(--muted); font-size: 12.5px; margin-top: 14px; }
.modal-secure i { color: #22c55e; }

/* Suppléments */
.extra-label { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.extra-box { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.extra-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13.5px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.extra-item:hover { border-color: var(--rose); }
.extra-item:has(input:checked) { border-color: var(--rose); background: rgba(217, 70, 239, .06); }
.extra-item input { accent-color: var(--rose); }
.extra-item b { margin-left: auto; color: var(--rose); }

/* Mes achats */
.achat-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.achat-plan { display: flex; align-items: center; justify-content: space-between; font-weight: 700; margin-bottom: 8px; }
.achat-plan .badge {
  background: var(--grad);
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.key-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg2);
  border: 1px dashed rgba(255, 46, 138, 0.4);
  border-radius: 10px;
  padding: 10px 12px;
  font-family: monospace;
  font-size: 12.5px;
  word-break: break-all;
}
.key-box button {
  background: var(--grad);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 12px;
  flex-shrink: 0;
}
.achat-empty { text-align: center; color: var(--muted); font-size: 14px; padding: 18px 0; }
.achat-user { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.achat-user img { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--rose); }
.achat-user b { font-size: 15px; display: block; }
.achat-user span { color: var(--muted); font-size: 12.5px; }

/* Succès */
.success-ico {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin: 0 auto 14px;
}
#successContent .key-box { margin-top: 14px; }

/* CGV */
.cgv-body h4 { color: var(--rose); font-size: 14.5px; margin: 16px 0 6px; }
.cgv-body p { color: var(--muted); font-size: 13px; }

/* Espace client */
.espace-profil {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
}
.espace-profil img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--rose);
}
.espace-id { display: flex; flex-direction: column; gap: 3px; }
.espace-id b { font-size: 15px; }
.espace-id .muted { font-size: 12px; }
.badge { display: inline-flex; align-items: center; gap: 6px; width: fit-content; font-size: 11px; font-weight: 700; padding: 3px 11px; border-radius: 999px; }
.badge-pro { background: rgba(255, 46, 138, 0.15); color: var(--rose); border: 1px solid rgba(255, 46, 138, 0.4); }
.badge-life { background: rgba(139, 92, 246, 0.15); color: var(--violet); border: 1px solid rgba(139, 92, 246, 0.4); }
.badge-none { background: var(--card); color: var(--muted); border: 1px solid var(--line); }
.key-note { font-size: 11.5px; margin-top: 9px; line-height: 1.7; }
.muted { color: var(--muted); }
.espace-actions { margin-top: 4px; }
.espace-actions h5 { font-size: 13px; margin-bottom: 10px; color: var(--muted); }
.espace-actions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.account-avatar { width: 22px; height: 22px; border-radius: 50%; vertical-align: middle; }

/* Statut clé + demandes */
.key-status { margin-top: 10px; font-size: 12.5px; display: flex; align-items: center; gap: 6px; }
.ks-ok, .ks-free { color: #22c55e; }
.ks-lie { color: #fbbf24; }
.ks-err { color: #ef4444; }
.espace-demandes { margin-top: 16px; }
.espace-demandes h5 { font-size: 13px; margin-bottom: 10px; color: var(--muted); }
.demandes-list { display: flex; flex-direction: column; gap: 8px; max-height: 200px; overflow-y: auto; }
.demande-item { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 10px 13px; font-size: 12.5px; }
.demande-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.demande-item p { color: var(--muted); }
.demande-item b { color: var(--txt); }
.st-pending { background: rgba(251, 191, 36, 0.15); color: #fbbf24; border: 1px solid rgba(251, 191, 36, 0.4); }
.st-done { background: rgba(34, 197, 94, 0.15); color: #22c55e; border: 1px solid rgba(34, 197, 94, 0.4); }

/* Formulaires */
.form-row { margin-bottom: 13px; display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-size: 12.5px; color: var(--muted); font-weight: 600; }
.form-row select, .form-row input, .form-row textarea {
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--txt);
  border-radius: 10px;
  padding: 10px 13px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  resize: vertical;
}
.form-row select:focus, .form-row input:focus, .form-row textarea:focus { border-color: var(--rose); }

/* ===== Toasts ===== */
.toasts { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 200; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.toast {
  background: var(--card2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--rose);
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.25s ease;
  max-width: 420px;
}
.toast.ok { border-left-color: #22c55e; }
.toast.err { border-left-color: #ef4444; }
@keyframes slideUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .app-float-1 { right: -8px; }
  .app-float-2 { left: -8px; }
}
@media (max-width: 720px) {
  .nav { display: none; position: absolute; top: 66px; left: 0; right: 0; background: var(--bg2); border-bottom: 1px solid var(--line); flex-direction: column; padding: 14px 22px; gap: 14px; }
  .nav.open { display: flex; }
  .burger { display: block; }
  .btn-discord span { display: none; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .packs-grid { grid-template-columns: 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .announce { font-size: 12px; padding: 8px 34px; }
  .app-kpis { grid-template-columns: repeat(2, 1fr); }
  .app-float-1 { right: -8px; }
  .app-float-2 { left: -8px; }
  .app-shot { margin: 0 6px; }
  .cta-box { padding: 40px 20px; }
  .marquee-track { gap: 34px; }
}