/* ===================================
   AXION HOST - Main Stylesheet
   Dark Gaming Theme
   =================================== */

/* ===== FRENCH FLAG COMPONENT ===== */
.flag-fr {
  display: inline-flex;
  align-items: stretch;
  width: 1.4em;
  height: 1em;
  border-radius: 2px;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.flag-fr span {
  flex: 1;
}
.flag-fr span:nth-child(1) { background: #002395; }
.flag-fr span:nth-child(2) { background: #ffffff; }
.flag-fr span:nth-child(3) { background: #ED2939; }
.flag-fr-lg {
  width: 2.8em;
  height: 2em;
  border-radius: 4px;
}

/* ===== ICON SIZING IN BUTTONS/NAV ===== */
.feature-icon i, .hfc-icon i, .hsc-game-tag i,
.mobile-nav-link i, .mobile-subnav a i,
.dropdown a i.fa-solid, .dropdown a i.fa-brands {
  width: 1em;
  text-align: center;
}
.game-hero-icon i { font-size: 8rem; }
.stat-value-emoji .flag-fr { width: 2em; height: 1.4em; }
.gcv2-flag .flag-fr { width: 1.2em; height: 0.85em; }
.france-flag-big .flag-fr-lg { width: 4em; height: 2.8em; border-radius: 6px; }

:root {
  --bg-primary: #070810;
  --bg-secondary: #0d0e1a;
  --bg-card: #0f1020;
  --bg-card-hover: #141528;
  --border: #1e2040;
  --border-light: #252750;
  --primary: #1878d2;
  --primary-light: #5ac8f8;
  --primary-dark: #0d58a0;
  --secondary: #0ea5e9;
  --accent: #38bdf8;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --text-primary: #f1f5f9;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --gradient-primary: linear-gradient(135deg, #1878d2, #38bdf8);
  --gradient-accent: linear-gradient(135deg, #38bdf8, #1878d2);
  --gradient-hero: linear-gradient(135deg, #060c14 0%, #0a1020 50%, #060e18 100%);
  --shadow-primary: 0 0 30px rgba(24, 120, 210, 0.3);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.75rem); }
h4 { font-size: 1.25rem; }
p { color: var(--text-secondary); }

.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-accent {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== LAYOUT ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header .badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(124, 58, 237, 0.15);
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-header h2 { margin-bottom: 16px; }
.section-header p { max-width: 600px; margin: 0 auto; font-size: 1.1rem; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
}

.navbar.scrolled {
  background: rgba(7, 8, 16, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: var(--border);
  padding: 12px 0;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  flex-shrink: 0;
}

.nav-logo .logo-icon {
  width: 36px;
  height: 36px;
  background: var(--gradient-primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-primary);
}

.nav-logo span { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: var(--transition);
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--text-primary);
  background: rgba(124, 58, 237, 0.1);
}

.nav-link .arrow {
  font-size: 0.7rem;
  transition: transform 0.2s;
}

.nav-item:hover .arrow { transform: rotate(180deg); }

.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: all 0.2s ease;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.875rem;
  color: var(--text-secondary);
  transition: var(--transition);
}

.dropdown a:hover {
  background: rgba(124, 58, 237, 0.1);
  color: var(--text-primary);
}

.dropdown a .icon { font-size: 1.1rem; width: 20px; text-align: center; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: var(--transition);
  letter-spacing: 0.01em;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--gradient-primary);
  color: white;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.6);
}

.btn-secondary {
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: var(--primary-light);
}

.btn-secondary:hover {
  background: rgba(124, 58, 237, 0.2);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--text-secondary);
}

.btn-ghost:hover { color: var(--text-primary); }

.btn-lg { padding: 16px 32px; font-size: 1rem; border-radius: 12px; }
.btn-sm { padding: 8px 16px; font-size: 0.8rem; border-radius: 8px; }
.btn-full { width: 100%; }

.btn-accent {
  background: var(--gradient-accent);
  color: white;
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.3);
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(6, 182, 212, 0.5);
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--gradient-hero);
  padding-top: 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
}

.hero-orb-1 {
  width: 600px;
  height: 600px;
  background: var(--primary);
  top: -200px;
  right: -200px;
  animation: float1 8s ease-in-out infinite;
}

.hero-orb-2 {
  width: 400px;
  height: 400px;
  background: var(--secondary);
  bottom: -100px;
  left: -100px;
  animation: float2 10s ease-in-out infinite;
}

.hero-orb-3 {
  width: 300px;
  height: 300px;
  background: var(--accent);
  top: 40%;
  left: 30%;
  animation: float3 12s ease-in-out infinite;
  opacity: 0.08;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}

@keyframes float1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-30px, 20px) scale(1.05); }
  66% { transform: translate(20px, -30px) scale(0.95); }
}
@keyframes float2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -20px) scale(1.08); }
}
@keyframes float3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-20px, 20px); }
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-light);
  margin-bottom: 28px;
  animation: fadeInUp 0.6s ease both;
}

.hero-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.8); }
}

.hero h1 {
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease 0.1s both;
}

.hero p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 580px;
  margin-bottom: 36px;
  animation: fadeInUp 0.6s ease 0.2s both;
  color: var(--text-secondary);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
  animation: fadeInUp 0.6s ease 0.3s both;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  animation: fadeInUp 0.6s ease 0.4s both;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-value-emoji {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 4px;
  -webkit-text-fill-color: initial;
  background: none;
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  overflow: hidden;
}

.trust-bar-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: scroll-left 20s linear infinite;
  width: max-content;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
}

.trust-item .icon { color: var(--primary-light); font-size: 1.1rem; }

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== FEATURES ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s;
}

.feature-card:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card), 0 0 30px rgba(124, 58, 237, 0.08);
}

.feature-card:hover::before { opacity: 1; }

.feature-icon {
  width: 56px;
  height: 56px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  transition: var(--transition);
}

.feature-card:hover .feature-icon {
  background: rgba(124, 58, 237, 0.2);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}

.feature-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.feature-card p { font-size: 0.9rem; }

/* ===== GAMES GRID ===== */
.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.game-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.4);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 30px rgba(124, 58, 237, 0.1);
}

.game-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-secondary), var(--bg-card));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.game-thumb .game-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.game-card:hover .game-overlay { opacity: 1; }

.game-badge-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  background: var(--gradient-primary);
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
}

.game-info {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.game-info h3 { font-size: 1rem; margin-bottom: 2px; }

.game-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.game-tag {
  padding: 3px 8px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--primary-light);
}

.game-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: auto;
}

.game-price .from { font-size: 0.75rem; color: var(--text-muted); }
.game-price .amount { font-size: 1.25rem; font-weight: 700; color: var(--text-primary); }
.game-price .period { font-size: 0.75rem; color: var(--text-muted); }

.game-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary-light);
  transition: var(--transition);
}

.game-card:hover .game-cta { color: var(--accent); }

/* ===== PRICING ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: start;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.pricing-card.popular {
  border-color: rgba(124, 58, 237, 0.5);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), var(--bg-card));
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.3), var(--shadow-primary);
}

.pricing-card.popular::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 12px;
  background: var(--gradient-primary);
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plan-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}

.plan-price .currency { font-size: 1.2rem; font-weight: 600; color: var(--text-secondary); }
.plan-price .amount { font-size: 3rem; font-weight: 800; line-height: 1; }
.plan-price .period { font-size: 0.9rem; color: var(--text-muted); }

.plan-desc { font-size: 0.875rem; margin-bottom: 28px; }

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
}

.plan-feature .check {
  width: 20px;
  height: 20px;
  background: rgba(16, 185, 129, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: var(--success);
  flex-shrink: 0;
  margin-top: 1px;
}

.plan-feature .check.x {
  background: rgba(239, 68, 68, 0.1);
  color: var(--danger);
}

/* ===== TESTIMONIALS ===== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--transition);
}

.testimonial-card:hover {
  border-color: rgba(124, 58, 237, 0.2);
  transform: translateY(-3px);
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
  color: var(--warning);
  font-size: 0.9rem;
}

.testimonial-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
  line-height: 1.7;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.author-name { font-size: 0.875rem; font-weight: 600; }
.author-role { font-size: 0.775rem; color: var(--text-muted); }

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(59, 130, 246, 0.05));
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: var(--radius-xl);
  padding: 60px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.15), transparent 70%);
  pointer-events: none;
}

.cta-section h2 { margin-bottom: 16px; }
.cta-section p { max-width: 500px; margin: 0 auto 32px; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .nav-logo { margin-bottom: 16px; }
.footer-brand p { font-size: 0.875rem; max-width: 280px; margin-bottom: 20px; }

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 36px;
  height: 36px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: var(--transition);
}

.social-btn:hover {
  background: rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.4);
  color: var(--primary-light);
  transform: translateY(-2px);
}

.footer-col h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a:hover { color: var(--primary-light); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: var(--text-muted);
  transition: var(--transition);
}

.footer-bottom-links a:hover { color: var(--primary-light); }

.status-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--success);
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

/* ===== PAGE HERO (sub pages) ===== */
.page-hero {
  padding: 140px 0 80px;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 70%);
  pointer-events: none;
}

.page-hero .badge { display: inline-block; margin-bottom: 16px; padding: 6px 16px; background: rgba(124, 58, 237, 0.15); border: 1px solid rgba(124, 58, 237, 0.3); border-radius: 50px; font-size: 0.8rem; font-weight: 600; color: var(--primary-light); letter-spacing: 0.1em; text-transform: uppercase; }
.page-hero h1 { margin-bottom: 16px; }
.page-hero p { max-width: 600px; margin: 0 auto 32px; font-size: 1.1rem; }

/* ===== BREADCRUMB ===== */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  justify-content: center;
}

.breadcrumb a { color: var(--text-muted); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--primary-light); }
.breadcrumb .sep { color: var(--border-light); }
.breadcrumb .current { color: var(--text-secondary); }

/* ===== SPEC TABLE ===== */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.spec-table th {
  padding: 14px 20px;
  background: rgba(124, 58, 237, 0.08);
  text-align: left;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}

.spec-table td {
  padding: 14px 20px;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
}

.spec-table tr:last-child td { border-bottom: none; }
.spec-table td:first-child { font-weight: 500; color: var(--text-primary); }

/* ===== FAQ ===== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.open { border-color: rgba(124, 58, 237, 0.3); }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  gap: 16px;
  transition: var(--transition);
}

.faq-question:hover { color: var(--primary-light); }

.faq-icon {
  width: 28px;
  height: 28px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--primary-light);
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item.open .faq-icon { transform: rotate(180deg); background: rgba(124, 58, 237, 0.2); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  max-height: 400px;
  padding: 0 24px 20px;
}

/* ===== COMPARISON TABLE ===== */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.compare-table th {
  padding: 20px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}

.compare-table th:first-child { text-align: left; }

.compare-table th.highlight {
  background: rgba(124, 58, 237, 0.08);
  color: var(--primary-light);
}

.compare-table td {
  padding: 16px 20px;
  text-align: center;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
}

.compare-table td:first-child { text-align: left; font-weight: 500; color: var(--text-primary); }
.compare-table td.highlight { background: rgba(124, 58, 237, 0.04); }
.compare-table tr:last-child td { border-bottom: none; }

/* ===== CONTACT FORM ===== */
.contact-form {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-secondary);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--text-primary);
  font-family: inherit;
  transition: var(--transition);
  outline: none;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: rgba(124, 58, 237, 0.5);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
  background: var(--bg-card);
}

.form-textarea { resize: vertical; min-height: 120px; }
.form-select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ===== STATUS PAGE ===== */
.status-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.status-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.status-info { display: flex; align-items: center; gap: 14px; }
.status-icon { font-size: 1.3rem; }
.status-name { font-weight: 600; font-size: 0.95rem; }
.status-desc { font-size: 0.8rem; color: var(--text-muted); }
.status-uptime { font-size: 0.8rem; color: var(--text-muted); }

.status-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
}

.status-badge.operational { background: rgba(16, 185, 129, 0.12); color: var(--success); border: 1px solid rgba(16, 185, 129, 0.2); }
.status-badge.degraded { background: rgba(245, 158, 11, 0.12); color: var(--warning); border: 1px solid rgba(245, 158, 11, 0.2); }
.status-badge.down { background: rgba(239, 68, 68, 0.12); color: var(--danger); border: 1px solid rgba(239, 68, 68, 0.2); }

.uptime-bar {
  display: flex;
  gap: 2px;
  align-items: center;
}

.uptime-seg {
  width: 6px;
  height: 20px;
  border-radius: 2px;
  background: var(--success);
}

.uptime-seg.down { background: var(--danger); }

/* ===== LOCATION CARDS ===== */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.location-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  transition: var(--transition);
}

.location-card:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-3px);
}

.location-flag { font-size: 2rem; margin-bottom: 10px; display: block; }
.location-name { font-size: 0.875rem; font-weight: 600; margin-bottom: 4px; }
.location-latency { font-size: 0.8rem; color: var(--success); font-weight: 600; }
.location-ping { font-size: 0.75rem; color: var(--text-muted); }

/* ===== VPS SPECS ===== */
.vps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.vps-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.vps-card.featured {
  border-color: rgba(6, 182, 212, 0.4);
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.05), var(--bg-card));
}

.vps-card.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-accent);
}

.vps-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }

/* ===== VPS CARD V2 (style colonnes OVH) ===== */
.vps-card2 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px 24px 24px;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
}

.vps-card2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
  border-color: rgba(124,58,237,0.35);
}

.vps-card2-featured {
  border-color: rgba(6,182,212,0.5);
  background: linear-gradient(160deg, rgba(6,182,212,0.07) 0%, var(--bg-card) 60%);
  box-shadow: 0 0 0 1px rgba(6,182,212,0.25);
}

.vps-card2-featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-accent);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.vps2-badge {
  position: absolute;
  top: 16px; right: 16px;
  padding: 3px 12px;
  background: var(--gradient-accent);
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vps2-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.vps2-name {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.vps2-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 10px;
}

.vps2-currency {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
}

.vps2-amount {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text-primary);
}

.vps2-period {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-left: 2px;
}

.vps2-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.vps2-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.vps2-specs li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.vps2-specs li i {
  width: 16px;
  text-align: center;
  color: var(--primary-light);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.vps2-specs li strong {
  color: var(--text-primary);
  font-weight: 600;
  margin-right: 2px;
}

/* ===== ALERTS/NOTICES ===== */
.notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  border-radius: var(--radius);
  margin-bottom: 24px;
  font-size: 0.875rem;
}

.notice.info { background: rgba(59, 130, 246, 0.08); border: 1px solid rgba(59, 130, 246, 0.2); color: #93c5fd; }
.notice.success { background: rgba(16, 185, 129, 0.08); border: 1px solid rgba(16, 185, 129, 0.2); color: #6ee7b7; }
.notice.warning { background: rgba(245, 158, 11, 0.08); border: 1px solid rgba(245, 158, 11, 0.2); color: #fcd34d; }

/* ===== TABS ===== */
.tabs {
  display: flex;
  gap: 4px;
  background: var(--bg-secondary);
  padding: 4px;
  border-radius: var(--radius);
  margin-bottom: 32px;
  overflow-x: auto;
  border: 1px solid var(--border);
}

.tab-btn {
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
}

.tab-btn.active {
  background: var(--bg-card);
  color: var(--text-primary);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.tab-btn:hover:not(.active) { color: var(--text-secondary); }

.tab-content { display: none; }
.tab-content.active { display: block; }

/* ===== FILTER CHIPS ===== */
.filter-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.filter-chip {
  padding: 7px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}

.filter-chip:hover, .filter-chip.active {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.4);
  color: var(--primary-light);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== MOBILE NAV OVERLAY ===== */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 998;
  backdrop-filter: blur(4px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: var(--bg-secondary);
  border-left: 1px solid var(--border);
  z-index: 999;
  padding: 80px 24px 24px;
  overflow-y: auto;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.open { right: 0; }
.mobile-overlay.open { display: block; }

.mobile-nav-link {
  display: block;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}

.mobile-nav-link:hover { color: var(--primary-light); }

.mobile-nav-group { margin-top: 8px; }
.mobile-nav-group-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  padding: 12px 0 6px;
}

.mobile-subnav { padding-left: 12px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }

  .hero { padding-top: 100px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats { gap: 20px; }

  .section { padding: 60px 0; }
  .section-header { margin-bottom: 40px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }

  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-bottom-links { flex-wrap: wrap; justify-content: center; }

  .cta-section { padding: 40px 24px; }
  .cta-actions { flex-direction: column; }

  .games-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .pricing-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }

  .contact-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }

  .compare-table { font-size: 0.8rem; }
  .compare-table th, .compare-table td { padding: 12px 10px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; gap: 12px; }
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--border-light); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

/* ===== UTILS ===== */
.text-center { text-align: center; }
.text-primary { color: var(--text-primary) !important; }
.text-muted { color: var(--text-muted) !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.gap-8 { gap: 8px; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.divider { height: 1px; background: var(--border); margin: 40px 0; }

@media (max-width: 768px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}

/* ===== HERO 2-COLUMN LAYOUT ===== */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: 40px 0;
}

@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
}

/* ===== HERO VISUAL PANEL ===== */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-server-card {
  background: rgba(15, 16, 40, 0.85);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 20px;
  padding: 24px;
  width: 300px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 0 60px rgba(124, 58, 237, 0.18), 0 24px 64px rgba(0,0,0,0.5);
  animation: float1 6s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

.hsc-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.hsc-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}

.hsc-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hsc-online {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--success);
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 50px;
  padding: 2px 8px;
  white-space: nowrap;
}

.hsc-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.hsc-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.hsc-stat {
  background: rgba(124, 58, 237, 0.07);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 8px;
  padding: 8px;
  text-align: center;
}

.hsc-stat-val {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 3px;
}

.hsc-stat-lbl {
  display: block;
  font-size: 0.65rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hsc-metric {
  margin-bottom: 10px;
}

.hsc-metric-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 5px;
}

.hsc-metric-val { color: var(--text-secondary); font-weight: 600; }

.hsc-bar {
  height: 5px;
  background: rgba(255,255,255,0.06);
  border-radius: 3px;
  overflow: hidden;
}

.hsc-bar-fill {
  height: 100%;
  background: var(--gradient-primary);
  border-radius: 3px;
  transition: width 1s ease;
}

.hsc-bar-ram { background: linear-gradient(135deg, #06b6d4, #3b82f6); }

.hsc-games {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.hsc-game-tag {
  padding: 4px 8px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--primary-light);
  white-space: nowrap;
}

/* Floating mini cards */
.hero-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(15, 16, 40, 0.9);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 12px;
  padding: 10px 14px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  white-space: nowrap;
}

.hero-float-1 {
  bottom: 30px;
  right: -20px;
  animation: float2 8s ease-in-out infinite;
}

.hero-float-2 {
  top: 20px;
  left: -20px;
  animation: float3 10s ease-in-out infinite;
}

.hfc-icon { font-size: 1.2rem; }

.hfc-val {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
}

.hfc-lbl {
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .hero-visual { display: none; }
}

/* ===== GAMES SECTION ===== */
.games-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.games-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1100px) {
  .games-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .games-grid-4 { grid-template-columns: 1fr; }
}

/* ===== GAME CARD V2 ===== */
.game-card-v2 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
}

.game-card-v2:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, 0.45);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px rgba(124, 58, 237, 0.12);
}

.gcv2-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-secondary);
}

.gcv2-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.game-card-v2:hover .gcv2-thumb img {
  transform: scale(1.06);
}

.gcv2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,20,0.7) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.game-card-v2:hover .gcv2-overlay { opacity: 1; }

.gcv2-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  background: var(--gradient-primary);
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  color: white;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 2;
}

.gcv2-badge-blue {
  background: linear-gradient(135deg, #4338ca, #2563eb);
}

.gcv2-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.gcv2-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.gcv2-header h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.gcv2-flag { font-size: 1rem; flex-shrink: 0; }

.gcv2-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.gcv2-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
  flex: 1;
}

.gcv2-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.gcv2-price {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.gcv2-from { font-size: 0.72rem; color: var(--text-muted); }
.gcv2-amount { font-size: 1.2rem; font-weight: 800; color: var(--text-primary); }
.gcv2-period { font-size: 0.72rem; color: var(--text-muted); }

.gcv2-cta {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-light);
  transition: color 0.2s;
}

.game-card-v2:hover .gcv2-cta { color: var(--accent); }

/* ===== FRANCE DATACENTER SECTION ===== */

.france-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.france-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .france-layout { grid-template-columns: 1fr; }
}

/* ── Carte visuelle ── */
.france-map-inner {
  background: linear-gradient(145deg, #060c14 0%, #0a1525 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 340px;
}

.france-map-inner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #002395 33.33%, #ffffff 33.33% 66.66%, #ED2939 66.66%);
  z-index: 3;
}

.france-map-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(24,120,210,0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.france-map-top {
  position: relative;
  z-index: 2;
}

.france-dc-label-badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(24,120,210,0.12);
  border: 1px solid rgba(24,120,210,0.25);
  border-radius: 50px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* France SVG illustration */
.france-svg-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 8px 0;
}

.france-svg {
  width: 100%;
  max-width: 200px;
  height: auto;
  overflow: visible;
}

.france-shape {
  fill: url(#fr-body-grad);
  stroke: rgba(90,200,248,0.65);
  stroke-width: 1.8;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.fr-paris-ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: fr-paris-expand 2.6s ease-out infinite;
}
.fr-paris-ring.r2 { animation-delay: 1.3s; }

@keyframes fr-paris-expand {
  0%   { transform: scale(1);   opacity: 1; }
  100% { transform: scale(4.5); opacity: 0; }
}

.fr-paris-label {
  fill: rgba(90,200,248,0.9);
  font-size: 9px;
  font-family: var(--font-body, sans-serif);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.france-map-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.france-location-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.france-city {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.1;
}

.france-coords {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-family: 'Courier New', monospace;
  margin-top: 3px;
  letter-spacing: 0.04em;
}

.france-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16,185,129,0.08);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 50px;
  padding: 7px 14px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--success);
  align-self: flex-start;
}

.france-status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 6px var(--success);
  animation: blink-dot 2s ease-in-out infinite;
}

@keyframes blink-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ── KPIs ── */
.france-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .france-kpi-grid { grid-template-columns: repeat(2, 1fr); }
}

.france-kpi {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 14px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.france-kpi:hover {
  border-color: rgba(24,120,210,0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(24,120,210,0.12);
}

.france-kpi-icon {
  font-size: 1.1rem;
  color: var(--primary-light);
  margin-bottom: 8px;
}

.france-kpi-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 4px;
}

.france-kpi-lbl {
  font-size: 0.65rem;
  color: var(--text-muted);
  line-height: 1.3;
}

/* ── Feature list ── */
.france-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.france-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.france-feature-item i {
  color: var(--success);
  font-size: 0.65rem;
  flex-shrink: 0;
  width: 18px; height: 18px;
  background: rgba(16,185,129,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.ping-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--transition);
}

.ping-card:hover {
  border-color: rgba(124, 58, 237, 0.25);
  transform: translateX(-4px);
}

@media (max-width: 900px) {
  .ping-card:hover { transform: translateY(-3px); }
}

.ping-flag { font-size: 1.5rem; flex-shrink: 0; }

.ping-city {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 3px;
}

.ping-val {
  font-size: 0.85rem;
  font-weight: 700;
}

.ping-val.good { color: var(--success); }
.ping-val.medium { color: var(--warning); }


/* ===== CTA GAME IMAGES ===== */
.cta-games-preview {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.cta-game-img {
  width: 80px;
  height: 45px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
  opacity: 0.8;
  transition: var(--transition);
}

.cta-game-img:hover {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, 0.4);
}

@media (max-width: 480px) {
  .cta-games-preview { gap: 8px; }
  .cta-game-img { width: 60px; height: 34px; }
}

/* ===== WORLD MAP SECTION ===== */

.wmap-section {
  background: var(--bg-primary);
}

/* Map container */
.wmap-wrapper {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(160deg, #050c18 0%, #060e1e 60%, #030a14 100%);
  border: 1px solid rgba(24,120,210,0.15);
  margin-bottom: 32px;
  box-shadow: 0 0 60px rgba(24,120,210,0.06), inset 0 0 80px rgba(0,0,0,0.4);
}

/* Edge vignette */
.wmap-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50.6% 22.8%, rgba(24,120,210,0.07) 0%, transparent 70%),
    linear-gradient(to right, rgba(5,12,24,0.7) 0%, transparent 12%, transparent 88%, rgba(5,12,24,0.7) 100%),
    linear-gradient(to bottom, rgba(5,12,24,0.5) 0%, transparent 15%, transparent 80%, rgba(5,12,24,0.8) 100%);
  pointer-events: none;
  z-index: 2;
}

/* SVG */
.wmap-svg {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

/* Continent fills */
.wmap-continents path {
  fill: rgba(24,120,210,0.07);
  stroke: rgba(90,200,248,0.2);
  stroke-width: 0.7;
  stroke-linejoin: round;
  transition: fill 0.3s;
}

/* Connection lines */
.wml {
  fill: none;
  stroke-width: 0.9;
  stroke-linecap: round;
  stroke-dasharray: 4 5;
  animation: wml-travel 4s linear infinite;
}

.wml-a { stroke: rgba(90,200,248,0.55); animation-duration: 1.8s; }
.wml-b { stroke: rgba(24,120,210,0.50); animation-duration: 4.0s; animation-delay: -1.0s; }
.wml-c { stroke: rgba(24,120,210,0.45); animation-duration: 5.2s; animation-delay: -2.5s; }
.wml-d { stroke: rgba(24,120,210,0.42); animation-duration: 4.6s; animation-delay: -1.8s; }
.wml-e { stroke: rgba(90,200,248,0.40); animation-duration: 3.2s; animation-delay: -0.8s; }
.wml-f { stroke: rgba(90,200,248,0.48); animation-duration: 3.6s; animation-delay: -1.4s; }
.wml-g { stroke: rgba(24,120,210,0.42); animation-duration: 5.8s; animation-delay: -3.0s; }
.wml-h { stroke: rgba(24,120,210,0.40); animation-duration: 6.4s; animation-delay: -3.6s; }
.wml-i { stroke: rgba(24,120,210,0.36); animation-duration: 7.0s; animation-delay: -4.0s; }

@keyframes wml-travel {
  to { stroke-dashoffset: -54; }
}

/* City dots */
.wmap-cities circle {
  fill: rgba(90,200,248,0.75);
  stroke: rgba(255,255,255,0.25);
  stroke-width: 0.6;
}

/* Paris pulse rings */
.paris-ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: paris-expand 2.8s ease-out infinite;
}
.paris-ring.r2 { animation-delay: 1.4s; }

@keyframes paris-expand {
  0%   { transform: scale(1);   opacity: 0.9; }
  100% { transform: scale(5.5); opacity: 0;   }
}

/* Floating city labels */
.wml-label {
  position: absolute;
  transform: translate(-50%, -145%);
  background: rgba(5,12,24,0.85);
  border: 1px solid rgba(24,120,210,0.28);
  border-radius: 7px;
  padding: 5px 9px;
  pointer-events: none;
  backdrop-filter: blur(6px);
  z-index: 3;
  white-space: nowrap;
}

.wml-ping {
  font-size: 0.62rem;
  font-weight: 700;
  color: #5ac8f8;
  line-height: 1;
  margin-bottom: 2px;
}

.wml-city {
  font-size: 0.58rem;
  color: rgba(255,255,255,0.45);
}

/* Paris special label */
.wml-label-paris {
  transform: translate(-50%, -200%);
  border-color: rgba(90,200,248,0.5);
  background: rgba(24,120,210,0.15);
  backdrop-filter: blur(8px);
}

.wml-ping-paris {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #5ac8f8;
  white-space: nowrap;
}

.wml-paris-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #5ac8f8;
  box-shadow: 0 0 6px #5ac8f8;
  flex-shrink: 0;
  animation: blink-dot 2s ease-in-out infinite;
}

@media (max-width: 768px) {
  .wml-label-hide-sm { display: none; }
  .wml-label { padding: 4px 7px; }
  .wml-ping { font-size: 0.58rem; }
  .wml-city { display: none; }
}

/* Bottom stats */
.wmap-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  .wmap-stats { grid-template-columns: repeat(2, 1fr); }
}

.wms {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 16px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}

.wms:hover {
  border-color: rgba(24,120,210,0.35);
  transform: translateY(-2px);
}

.wms-val {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #1878d2, #5ac8f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}

.wms-lbl {
  font-size: 0.72rem;
  color: var(--text-muted);
}


/* ===================================================
   FAQ
   =================================================== */
.faq-section { background: var(--bg-primary); }

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-item[open] {
  border-color: rgba(24,120,210,0.45);
}

.faq-item[open] .faq-arrow {
  transform: rotate(180deg);
}

.faq-q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
  user-select: none;
  transition: background 0.15s;
}

.faq-q::-webkit-details-marker { display: none; }

.faq-item[open] .faq-q {
  background: rgba(24,120,210,0.06);
}

.faq-q > i:first-child {
  color: var(--primary-light);
  font-size: 1rem;
  flex-shrink: 0;
}

.faq-q > span { flex: 1; }

.faq-arrow {
  color: var(--text-muted);
  font-size: 0.78rem;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-a {
  padding: 0 24px 20px 52px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.75;
  border-top: 1px solid var(--border);
}

.faq-a p { margin: 14px 0 0; }

/* ===================================================
   DISCORD
   =================================================== */
.discord-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
}

.discord-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: linear-gradient(135deg, #0c1929 0%, #0a1525 60%, #0f1a2e 100%);
  border: 1px solid rgba(88,101,242,0.22);
  border-radius: var(--radius-xl);
  padding: 48px 52px;
  box-shadow: 0 0 80px rgba(88,101,242,0.07), inset 0 1px 0 rgba(255,255,255,0.04);
}

.discord-left {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  min-width: 0;
}

.discord-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #5865F2, #7289da);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(88,101,242,0.4);
}

.discord-text h2 {
  font-size: 1.55rem;
  margin: 0 0 8px;
}

.discord-text p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}

.discord-text p strong { color: var(--text-primary); }

.discord-stats {
  display: flex;
  gap: 36px;
  flex-shrink: 0;
}

.discord-stat { text-align: center; }

.discord-stat-val {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}

.discord-stat-lbl {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 5px;
}

.discord-btn {
  background: linear-gradient(135deg, #5865F2, #7289da) !important;
  border-color: transparent !important;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(88,101,242,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.discord-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(88,101,242,0.5) !important;
}

@media (max-width: 900px) {
  .discord-card {
    flex-direction: column;
    padding: 36px 28px;
    text-align: center;
    gap: 28px;
  }
  .discord-left {
    flex-direction: column;
    text-align: center;
  }
  .discord-stats {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .faq-q { padding: 16px 18px; font-size: 0.88rem; }
  .faq-a { padding: 0 18px 16px 18px; }
}

/* 4-col pricing grid (game servers) */
.pricing-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1100px) {
  .pricing-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .pricing-grid-4 { grid-template-columns: 1fr; }
}

/* 5-col VPS grid */
.vps-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  .vps-grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
  .vps-grid-5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .vps-grid-5 { grid-template-columns: 1fr; }
}
