/* ============================================================
   HOZANA CONCEPT - DESIGN SYSTEM
   Ultra Premium Dark UI with Glassmorphism
   ============================================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Sora:wght@300;400;500;600;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

/* --- CSS Variables --- */
:root {
  /* Colors */
  --red: #FF2E2E;
  --red-dark: #CC0000;
  --red-light: #FF5555;
  --orange: #FF6A00;
  --orange-glow: #FF8C00;
  --black: #0B0B0B;
  --black-2: #111111;
  --black-3: #161616;
  --black-4: #1A1A1A;
  --white: #FFFFFF;
  --white-90: rgba(255,255,255,0.9);
  --white-80: rgba(255,255,255,0.8);
  --white-70: rgba(255,255,255,0.7);
  --white-60: rgba(255,255,255,0.6);
  --white-50: rgba(255,255,255,0.5);
  --white-40: rgba(255,255,255,0.4);
  --white-30: rgba(255,255,255,0.3);
  --white-15: rgba(255,255,255,0.15);
  --white-10: rgba(255,255,255,0.10);
  --white-07: rgba(255,255,255,0.07);
  --white-05: rgba(255,255,255,0.05);

  /* Glow Colors */
  --glow-red: rgba(255, 46, 46, 0.4);
  --glow-red-sm: rgba(255, 46, 46, 0.2);
  --glow-orange: rgba(255, 106, 0, 0.3);
  --glow-red-border: rgba(255, 46, 46, 0.3);

  /* Gradients */
  --grad-red: linear-gradient(135deg, #FF2E2E, #FF6A00);
  --grad-red-v: linear-gradient(180deg, #FF2E2E 0%, #FF6A00 100%);
  --grad-dark: linear-gradient(180deg, #0B0B0B 0%, #111111 100%);
  --grad-glass: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));

  /* Glass */
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-bg-hover: rgba(255, 255, 255, 0.10);
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-border-hover: rgba(255, 255, 255, 0.25);
  --glass-blur: blur(24px);
  --glass-blur-heavy: blur(40px);
  --glass-blur-light: blur(12px);

  /* Shadows */
  --shadow-sm: 0 2px 10px rgba(0,0,0,0.4);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.5);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.6);
  --shadow-xl: 0 40px 100px rgba(0,0,0,0.7);
  --shadow-red: 0 0 30px rgba(255,46,46,0.3), 0 0 60px rgba(255,46,46,0.1);
  --shadow-red-sm: 0 0 15px rgba(255,46,46,0.25);
  --shadow-glow: 0 0 40px rgba(255,106,0,0.2), 0 0 80px rgba(255,46,46,0.1);

  /* Typography */
  --font-title: 'Sora', 'Space Grotesk', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --font-accent: 'Space Grotesk', sans-serif;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  /* Transitions */
  --trans-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --trans-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --trans-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --trans-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Layout */
  --max-width: 1280px;
  --nav-height: 80px;
}

/* Light Mode — Premium design avec profondeur et caractère */
[data-theme="light"] {
  /* Backgrounds — dégradé ardoise bleutée pour sortir du blanc plat */
  --black:   #F4F6FC;
  --black-2: #EAEDFA;
  --black-3: #DEE2F4;
  --black-4: #D2D8ED;

  /* Texte */
  --white:   #0C1022;
  --white-90: rgba(12,16,34,0.92);
  --white-80: rgba(12,16,34,0.80);
  --white-70: rgba(12,16,34,0.70);
  --white-60: rgba(12,16,34,0.60);
  --white-50: rgba(12,16,34,0.50);
  --white-40: rgba(12,16,34,0.40);
  --white-30: rgba(12,16,34,0.30);
  --white-15: rgba(12,16,34,0.15);
  --white-10: rgba(12,16,34,0.10);
  --white-07: rgba(12,16,34,0.07);
  --white-05: rgba(12,16,34,0.04);

  /* Glass */
  --glass-bg: rgba(255,255,255,0.80);
  --glass-bg-hover: rgba(255,255,255,0.97);
  --glass-border: rgba(12,16,34,0.09);
  --glass-border-hover: rgba(255,46,46,0.32);

  /* Ombres portées douces mais présentes */
  --shadow-sm: 0 1px 4px rgba(12,16,34,0.05), 0 4px 16px rgba(12,16,34,0.04);
  --shadow-md: 0 4px 24px rgba(12,16,34,0.08), 0 1px 4px rgba(12,16,34,0.04);
  --shadow-lg: 0 12px 48px rgba(12,16,34,0.10), 0 4px 16px rgba(12,16,34,0.05);
  --shadow-xl: 0 24px 72px rgba(12,16,34,0.13);
  --shadow-red: 0 0 30px rgba(255,46,46,0.22), 0 0 60px rgba(255,46,46,0.08);
  --shadow-red-sm: 0 0 15px rgba(255,46,46,0.18);
  --shadow-glow: 0 0 40px rgba(255,106,0,0.14), 0 0 80px rgba(255,46,46,0.07);

  --grad-dark: linear-gradient(180deg, #F4F6FC 0%, #EAEDFA 100%);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background-color: var(--black);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* On mobile/tablet, restore cursor */
@media (max-width: 1024px) {
  body { cursor: auto; }
  .cursor, .cursor-follower { display: none !important; }
  .btn, button, a, input, select, textarea, [role="button"] { cursor: pointer; }
}

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
.cursor {
  position: fixed;
  width: 12px;
  height: 12px;
  background: var(--red);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transition: transform 0.1s ease, width 0.3s, height 0.3s, background 0.3s;
  transform: translate(-50%, -50%);
  mix-blend-mode: normal;
}

.cursor-follower {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(255, 46, 46, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease, border-color 0.3s, opacity 0.3s;
  backdrop-filter: blur(2px);
}

.cursor.hover {
  width: 20px;
  height: 20px;
  background: var(--orange);
}

.cursor-follower.hover {
  width: 56px;
  height: 56px;
  border-color: var(--orange);
  opacity: 0.6;
}

/* ============================================================
   GLASS COMPONENTS
   ============================================================ */
.glass {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  transition: all var(--trans-base);
  position: relative;
  overflow: hidden;
}

/* Pack cards need to show the badge that overflows above — override glass */
.glass.pack-card,
.glass.pack-card-full {
  overflow: visible;
}
/* Re-apply inner shimmer line via pseudo on visible cards */
.glass.pack-card::before,
.glass.pack-card-full::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  pointer-events: none;
  z-index: 1;
}

.glass::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  pointer-events: none;
}

.glass::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--grad-glass);
  opacity: 0;
  transition: opacity var(--trans-base);
  pointer-events: none;
}

.glass:hover::after {
  opacity: 1;
}

.glass:hover {
  background: var(--glass-bg-hover);
  border-color: var(--glass-border-hover);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* Glass with Red Glow */
.glass-red {
  background: rgba(255, 46, 46, 0.06);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid rgba(255, 46, 46, 0.2);
  border-radius: var(--radius-lg);
  transition: all var(--trans-base);
}

.glass-red:hover {
  background: rgba(255, 46, 46, 0.1);
  border-color: rgba(255, 46, 46, 0.4);
  box-shadow: var(--shadow-red-sm);
}

/* Glass Heavy */
.glass-heavy {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: var(--glass-blur-heavy);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-xl);
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--white);
}

.text-display {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-family: var(--font-title);
}

.text-h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-family: var(--font-title);
}

.text-h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-family: var(--font-title);
}

.text-h3 {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-family: var(--font-accent);
}

.text-body-lg {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--white-70);
}

.text-body {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--white-70);
}

.text-sm {
  font-size: 0.875rem;
  color: var(--white-50);
}

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

.gradient-text-white {
  background: linear-gradient(135deg, #FFFFFF 30%, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  font-family: var(--font-accent);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all var(--trans-bounce);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.btn:active::before {
  width: 300px;
  height: 300px;
  opacity: 0;
}

.btn-primary {
  background: var(--grad-red);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255,46,46,0.4), 0 0 40px rgba(255,106,0,0.1);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(255,46,46,0.5), 0 0 60px rgba(255,106,0,0.2);
}

.btn-primary:active {
  transform: translateY(-1px) scale(1.00);
}

.btn-glass {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur-light);
  border: 1px solid var(--glass-border);
  color: var(--white);
}

.btn-glass:hover {
  background: var(--glass-bg-hover);
  border-color: rgba(255,46,46,0.5);
  transform: translateY(-2px);
  box-shadow: var(--shadow-red-sm);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  border: 1.5px solid var(--glass-border);
  color: var(--white);
}

.btn-outline:hover {
  border-color: var(--red);
  color: var(--red);
  box-shadow: 0 0 20px rgba(255,46,46,0.2);
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: 1.0625rem;
}

.btn-sm {
  padding: 0.6rem 1.25rem;
  font-size: 0.8125rem;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  padding: 0 2rem;
  transition: all var(--trans-base);
}

.navbar.scrolled {
  background: rgba(11, 11, 11, 0.85);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

[data-theme="light"] .navbar.scrolled {
  background: rgba(244, 246, 252, 0.96);
  box-shadow: 0 4px 20px rgba(12,16,34,0.07), 0 1px 0 rgba(12,16,34,0.06);
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

.navbar-logo {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-hozana {
  background: var(--grad-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-concept {
  color: var(--white);
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
}

.navbar-nav a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--white-70);
  text-decoration: none;
  font-family: var(--font-accent);
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius-full);
  transition: all var(--trans-fast);
  position: relative;
}

.navbar-nav a::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 50%;
  width: 0; height: 2px;
  background: var(--grad-red);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width var(--trans-base);
}

.navbar-nav a:hover {
  color: var(--white);
}

.navbar-nav a:hover::after,
.navbar-nav a.active::after {
  width: 20px;
}

.navbar-nav a.active {
  color: var(--white);
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-toggle {
  width: 44px;
  height: 24px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: all var(--trans-base);
  padding: 0;
}

.theme-toggle-thumb {
  position: absolute;
  top: 3px; left: 3px;
  width: 18px; height: 18px;
  background: var(--grad-red);
  border-radius: 50%;
  transition: transform var(--trans-bounce);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

[data-theme="light"] .theme-toggle-thumb {
  transform: translateX(20px);
}

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

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--trans-base);
}

/* ============================================================
   SECTION COMMONS
   ============================================================ */
.section {
  padding: var(--space-3xl) 2rem;
  position: relative;
}

.section-sm {
  padding: var(--space-xl) 2rem;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: var(--space-sm);
}

.section-label::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--grad-red);
  border-radius: 2px;
}

/* ============================================================
   CARDS
   ============================================================ */
.card {
  padding: var(--space-lg);
  transition: all var(--trans-base);
  position: relative;
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: var(--space-md);
  background: linear-gradient(135deg, rgba(255,46,46,0.15), rgba(255,106,0,0.1));
  border: 1px solid rgba(255,46,46,0.2);
  transition: all var(--trans-bounce);
}

.card:hover .card-icon {
  transform: scale(1.1) rotate(-3deg);
  box-shadow: var(--shadow-red-sm);
}

.card-title {
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--white);
}

.card-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--white-70);
}

/* ============================================================
   BADGES
   ============================================================ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.875rem;
  border-radius: var(--radius-full);
  font-family: var(--font-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.badge-red {
  background: rgba(255, 46, 46, 0.15);
  color: var(--red-light);
  border: 1px solid rgba(255, 46, 46, 0.3);
}

.badge-orange {
  background: rgba(255, 106, 0, 0.15);
  color: var(--orange-glow);
  border: 1px solid rgba(255, 106, 0, 0.3);
}

.badge-glass {
  background: var(--glass-bg);
  color: var(--white-70);
  border: 1px solid var(--glass-border);
}

/* ============================================================
   STATS
   ============================================================ */
.stat-number {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  background: var(--grad-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  color: var(--white-50);
  margin-top: 0.25rem;
  font-family: var(--font-accent);
}

/* ============================================================
   DIVIDERS
   ============================================================ */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--glass-border), transparent);
  margin: var(--space-xl) 0;
}

.divider-glow {
  background: linear-gradient(90deg, transparent, rgba(255,46,46,0.3), transparent);
}

/* ============================================================
   BACKGROUNDS
   ============================================================ */
.bg-radial-red {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255,46,46,0.12) 0%, transparent 70%);
}

.bg-radial-orange {
  background: radial-gradient(ellipse 60% 40% at 80% 50%, rgba(255,106,0,0.08) 0%, transparent 70%);
}

.noise-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
}

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

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(255,46,46,0.3); }
  50% { box-shadow: 0 0 40px rgba(255,46,46,0.6), 0 0 80px rgba(255,106,0,0.2); }
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes rotate-slow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes morph {
  0%, 100% { border-radius: 60% 40% 30% 70%/60% 30% 70% 40%; }
  50% { border-radius: 30% 60% 70% 40%/50% 60% 30% 60%; }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

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

/* Scroll Reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }

/* ============================================================
   LOADER
   ============================================================ */
#loader {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-logo {
  font-family: var(--font-title);
  font-size: 2.5rem;
  font-weight: 800;
  animation: pulse-glow 2s ease infinite;
}

.loader-bar {
  width: 200px;
  height: 2px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
}

.loader-bar-fill {
  height: 100%;
  background: var(--grad-red);
  border-radius: 2px;
  width: 0%;
  transition: width 0.05s linear;
  position: relative;
}

.loader-bar-fill::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 30px;
  background: rgba(255,255,255,0.5);
  filter: blur(4px);
}

.loader-text {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-50);
  animation: blink 1.5s ease infinite;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--black-2);
  border-top: 1px solid var(--glass-border);
  padding: var(--space-3xl) 2rem var(--space-xl);
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 1px;
  background: var(--grad-red);
  opacity: 0.5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-brand p {
  font-size: 0.9rem;
  color: var(--white-50);
  line-height: 1.7;
  margin-top: 1rem;
}

.footer-logo {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.footer-title {
  font-family: var(--font-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-50);
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  text-decoration: none;
  color: var(--white-70);
  font-size: 0.9rem;
  transition: color var(--trans-fast);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

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

.footer-links a::before {
  content: '→';
  font-size: 0.75rem;
  color: var(--red);
  opacity: 0;
  transform: translateX(-5px);
  transition: all var(--trans-fast);
}

.footer-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-lg);
  margin-top: var(--space-lg);
  border-top: 1px solid var(--glass-border);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 0.875rem;
  color: var(--white-50);
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--white-70);
  font-size: 0.875rem;
  transition: all var(--trans-bounce);
}

.social-link:hover {
  background: rgba(255,46,46,0.15);
  border-color: rgba(255,46,46,0.4);
  color: var(--red);
  transform: translateY(-3px);
  box-shadow: var(--shadow-red-sm);
}

/* ============================================================
   FORMS
   ============================================================ */
.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-family: var(--font-accent);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--white-70);
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}

.form-control {
  width: 100%;
  padding: 0.875rem 1.25rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  transition: all var(--trans-base);
  outline: none;
  backdrop-filter: var(--glass-blur-light);
}

.form-control:focus {
  border-color: rgba(255,46,46,0.5);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(255,46,46,0.1), var(--shadow-red-sm);
}

.form-control::placeholder {
  color: var(--white-30);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* ============================================================
   SCROLLBAR
   ============================================================ */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: var(--black);
}

::-webkit-scrollbar-thumb {
  background: var(--glass-border);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255,46,46,0.4);
}

/* ============================================================
   TOAST NOTIFICATIONS
   ============================================================ */
#toast-container {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.toast {
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-lg);
  color: var(--white);
  font-family: var(--font-accent);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: slideInLeft 0.4s ease forwards;
  max-width: 350px;
}

.toast.success { border-left: 3px solid #22c55e; }
.toast.error { border-left: 3px solid var(--red); }
.toast.info { border-left: 3px solid #3b82f6; }
.toast.warning { border-left: 3px solid var(--orange); }

/* ============================================================
   PARTICLES
   ============================================================ */
#particles-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }
.text-center { text-align: center; }
.text-left { text-align: left; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.w-full { width: 100%; }
.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }

/* ============================================================
   GRID LAYOUTS
   ============================================================ */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-lg); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-lg); }

/* ============================================================
   WHATSAPP BUTTON
   ============================================================ */
.whatsapp-btn {
  position: fixed;
  bottom: 6.5rem;
  right: 1.75rem;
  width: 52px;
  height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.375rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 990;
  transition: all var(--trans-bounce);
  animation: float 3s ease-in-out infinite;
}

.whatsapp-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 30px rgba(37,211,102,0.6);
}

/* ============================================================
   PAGE TRANSITION
   ============================================================ */
.page-transition {
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-transition.active {
  opacity: 1;
  pointer-events: all;
}

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

@media (max-width: 768px) {
  :root { --nav-height: 70px; }
  .section { padding: var(--space-2xl) 1.25rem; }
  .section-sm { padding: var(--space-xl) 1.25rem; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .navbar-nav { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-lg); }
  /* Prevent horizontal scroll */
  body { overflow-x: hidden; }
  img, video, iframe { max-width: 100%; }
  /* Text sizes */
  .text-display { font-size: clamp(1.75rem, 6vw, 2.5rem); }
  .text-h1 { font-size: clamp(1.5rem, 5vw, 2rem); }
  .text-h2 { font-size: clamp(1.25rem, 4vw, 1.75rem); }
  .text-body-lg { font-size: 0.95rem; }
  /* Buttons */
  .btn-lg { padding: 0.875rem 1.75rem; font-size: 0.9rem; }
  /* Section labels */
  .section-label { font-size: 0.68rem; }
  /* Cards */
  .card { padding: 1.5rem; }
  /* Glass card padding */
  .glass.card { padding: 1.25rem; }
}

@media (max-width: 480px) {
  :root { --nav-height: 64px; }
  .section { padding: var(--space-xl) 1rem; }
  .btn { padding: 0.75rem 1.25rem; font-size: 0.875rem; }
  .btn-lg { padding: 0.8rem 1.5rem; font-size: 0.875rem; }
  /* No horizontal overflow */
  .container { padding-left: 1rem; padding-right: 1rem; }
  /* Stack flex items */
  .flex-wrap-mobile { flex-direction: column !important; }
}

/* ============================================================
   LIGHT MODE — OVERRIDES COMPLETS
   (complète le bloc de variables [data-theme="light"] ci-dessus)
   ============================================================ */

/* ---- Hero principal (index.html) ---- */
[data-theme="light"] .hero-gradient {
  background:
    radial-gradient(ellipse 90% 65% at 50% -5%, rgba(255,46,46,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 92% 40%, rgba(255,106,0,0.13) 0%, transparent 50%),
    radial-gradient(ellipse 65% 55% at 5% 85%, rgba(79,109,255,0.09) 0%, transparent 50%);
}
[data-theme="light"] .hero-grid {
  background-image:
    linear-gradient(rgba(12,16,34,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,16,34,0.045) 1px, transparent 1px);
  background-size: 60px 60px;
}
[data-theme="light"] .hero-card-1 {
  background: rgba(255,255,255,0.92);
  border-color: rgba(12,16,34,0.09);
  box-shadow: 0 8px 36px rgba(12,16,34,0.08);
}
[data-theme="light"] .hero-card-2 {
  background: rgba(255,46,46,0.05);
  border-color: rgba(255,46,46,0.14);
}
[data-theme="light"] .hero-card-3 {
  background: rgba(255,106,0,0.05);
  border-color: rgba(255,106,0,0.14);
}

/* ---- Hero pages services (svc-page-hero) ---- */
[data-theme="light"] .svc-page-hero {
  background: linear-gradient(145deg,
    #FFFFFF 0%,
    #F0F4FF 30%,
    #FFF0F4 65%,
    #FFF8F0 100%);
}
[data-theme="light"] .svc-page-hero::before { opacity: 0.75; }
[data-theme="light"] .svc-page-hero::after {
  background-image:
    linear-gradient(rgba(12,16,34,0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,16,34,0.032) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* Badge catégorie (dev page — fond blanc invisible sinon) */
[data-theme="light"] .svc-page-cat {
  background: rgba(12,16,34,0.06) !important;
  border-color: rgba(12,16,34,0.12) !important;
}

/* Cartes services pages */
[data-theme="light"] .svc-card-item {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.08) !important;
  box-shadow: 0 2px 16px rgba(12,16,34,0.06);
}
[data-theme="light"] .svc-card-item:hover {
  background: #FFFFFF !important;
  border-color: rgba(255,46,46,0.22) !important;
  box-shadow: 0 8px 40px rgba(12,16,34,0.10), 0 0 0 1px rgba(255,46,46,0.12) !important;
}
[data-theme="light"] .svc-item-icon {
  background: rgba(12,16,34,0.05) !important;
  border-color: rgba(12,16,34,0.10) !important;
  color: rgba(12,16,34,0.55) !important;
}
[data-theme="light"] .svc-card-item:hover .svc-item-icon {
  background: rgba(255,106,0,0.10) !important;
  color: #FF7A00 !important;
  border-color: rgba(255,106,0,0.20) !important;
}

/* Métriques (result-metric) */
[data-theme="light"] .result-metric {
  background: rgba(255,255,255,0.82) !important;
  border-color: rgba(12,16,34,0.08) !important;
  box-shadow: 0 2px 12px rgba(12,16,34,0.05);
}

/* Process steps */
[data-theme="light"] .process-step {
  background: rgba(255,255,255,0.78) !important;
  border-color: rgba(12,16,34,0.08) !important;
  box-shadow: 0 2px 12px rgba(12,16,34,0.04);
}

/* Tech pills */
[data-theme="light"] .tech-pill {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.10) !important;
  color: rgba(12,16,34,0.65) !important;
}

/* Glass générique */
[data-theme="light"] .glass {
  background: rgba(255,255,255,0.85);
  border-color: rgba(12,16,34,0.08);
  box-shadow: 0 2px 12px rgba(12,16,34,0.06);
}
[data-theme="light"] .glass:hover {
  background: #FFFFFF;
  border-color: rgba(255,46,46,0.20);
  box-shadow: 0 8px 36px rgba(12,16,34,0.09), 0 0 0 1px rgba(255,46,46,0.08);
}
[data-theme="light"] .glass::before { opacity: 0.6; }

/* Bouton glass en light */
[data-theme="light"] .btn-glass {
  background: rgba(255,255,255,0.85);
  border-color: rgba(12,16,34,0.14);
  color: var(--white);
}
[data-theme="light"] .btn-glass:hover {
  background: #FFFFFF;
  border-color: rgba(255,46,46,0.40);
  color: var(--white);
}

/* Form controls */
[data-theme="light"] .form-control {
  background: rgba(255,255,255,0.90);
  border-color: rgba(12,16,34,0.12);
  color: var(--white);
}
[data-theme="light"] .form-control:focus {
  background: #FFFFFF;
  border-color: rgba(255,46,46,0.45);
  box-shadow: 0 0 0 3px rgba(255,46,46,0.08);
}
[data-theme="light"] .form-control::placeholder {
  color: rgba(12,16,34,0.30);
}

/* Scrollbar en light */
[data-theme="light"] ::-webkit-scrollbar-track { background: #F4F6FC; }
[data-theme="light"] ::-webkit-scrollbar-thumb { background: rgba(12,16,34,0.15); }
[data-theme="light"] ::-webkit-scrollbar-thumb:hover { background: rgba(255,46,46,0.35); }

/* ============================================================
   FOOTER — toujours sombre (bleu nuit navy) en mode clair
   ============================================================ */
[data-theme="light"] footer {
  background: #07111F !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}
[data-theme="light"] footer::before {
  opacity: 0.6;
}
[data-theme="light"] .footer-logo .logo-concept {
  color: rgba(255,255,255,0.90) !important;
}
[data-theme="light"] .footer-brand p {
  color: rgba(255,255,255,0.42) !important;
}
[data-theme="light"] .footer-title {
  color: rgba(255,255,255,0.38) !important;
}
[data-theme="light"] .footer-links a {
  color: rgba(255,255,255,0.55) !important;
}
[data-theme="light"] .footer-links a:hover {
  color: #FF6666 !important;
}
[data-theme="light"] .footer-links a::before {
  color: var(--red) !important;
}
[data-theme="light"] .footer-bottom {
  border-top-color: rgba(255,255,255,0.07) !important;
}
[data-theme="light"] .footer-bottom p {
  color: rgba(255,255,255,0.36) !important;
}
[data-theme="light"] .footer-bottom a {
  color: rgba(255,255,255,0.36) !important;
}
[data-theme="light"] .footer-bottom a:hover {
  color: var(--red) !important;
}
[data-theme="light"] .social-link {
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(255,255,255,0.11) !important;
  color: rgba(255,255,255,0.58) !important;
}
[data-theme="light"] .social-link:hover {
  background: rgba(255,46,46,0.16) !important;
  border-color: rgba(255,46,46,0.38) !important;
  color: #FF6666 !important;
}

/* Footer — éléments supplémentaires invariablement sombres */
[data-theme="light"] .footer-copyright,
[data-theme="light"] .footer-copyright strong {
  color: rgba(255,255,255,0.42) !important;
}
[data-theme="light"] .footer-copyright strong {
  color: rgba(255,255,255,0.60) !important;
}
[data-theme="light"] .footer-status {
  color: rgba(255,255,255,0.38) !important;
}
[data-theme="light"] .footer-bottom-links .sep {
  color: rgba(255,255,255,0.18) !important;
}
[data-theme="light"] footer .divider {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.07), transparent) !important;
}
[data-theme="light"] footer h1,
[data-theme="light"] footer h2,
[data-theme="light"] footer h3,
[data-theme="light"] footer h4,
[data-theme="light"] footer h5 {
  color: rgba(255,255,255,0.88) !important;
}
[data-theme="light"] footer p {
  color: rgba(255,255,255,0.42) !important;
}
[data-theme="light"] footer .section-label {
  color: rgba(255,106,0,0.85) !important;
}
[data-theme="light"] footer .glass,
[data-theme="light"] footer .glass-red {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.10) !important;
}
[data-theme="light"] footer .btn-glass {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: rgba(255,255,255,0.80) !important;
}
[data-theme="light"] footer .form-control {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.85) !important;
}
[data-theme="light"] footer .form-control::placeholder {
  color: rgba(255,255,255,0.30) !important;
}
[data-theme="light"] footer input {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.85) !important;
}
[data-theme="light"] footer input::placeholder {
  color: rgba(255,255,255,0.30) !important;
}
[data-theme="light"] .footer-bottom-bar {
  background: rgba(0,0,0,0.25) !important;
  border-top-color: rgba(255,255,255,0.06) !important;
}

/* Footer premium — classes spécifiques */
[data-theme="light"] .footer-brand-desc {
  color: rgba(255,255,255,0.44) !important;
}
[data-theme="light"] .trust-badge {
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(255,255,255,0.10) !important;
  color: rgba(255,255,255,0.50) !important;
}
[data-theme="light"] .footer-col-title {
  color: rgba(255,255,255,0.38) !important;
}
[data-theme="light"] .footer-link-list a {
  color: rgba(255,255,255,0.56) !important;
}
[data-theme="light"] .footer-link-list a:hover {
  color: rgba(255,255,255,0.92) !important;
}
[data-theme="light"] .footer-contact-list li,
[data-theme="light"] .footer-contact-list a {
  color: rgba(255,255,255,0.56) !important;
}
[data-theme="light"] .footer-contact-list a:hover {
  color: rgba(255,255,255,0.92) !important;
}
[data-theme="light"] .footer-newsletter-strip {
  border-top-color: rgba(255,255,255,0.07) !important;
}
[data-theme="light"] .footer-premium {
  background: #07111F !important;
}

/* ============================================================
   LIGHT MODE — Composants pages services & contenu
   ============================================================ */

/* Pills de navigation rapide (services.html) */
[data-theme="light"] .svc-qpill {
  background: rgba(255,255,255,0.90) !important;
  border-color: rgba(12,16,34,0.10) !important;
}
[data-theme="light"] .svc-qpill:hover {
  background: rgba(255,46,46,0.06) !important;
  border-color: rgba(255,46,46,0.25) !important;
}

/* Badge catégorie "white" variant */
[data-theme="light"] .svc-cat-label.white {
  background: rgba(12,16,34,0.06) !important;
  border-color: rgba(12,16,34,0.12) !important;
  color: rgba(12,16,34,0.70) !important;
}

/* Visual cards */
[data-theme="light"] .svc-card {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.08) !important;
  box-shadow: 0 2px 16px rgba(12,16,34,0.06);
}

/* Métriques visuelles */
[data-theme="light"] .svc-metric {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.08) !important;
}

/* Barre de progression track */
[data-theme="light"] .svc-bar-track {
  background: rgba(12,16,34,0.10) !important;
}

/* Step items */
[data-theme="light"] .svc-step {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.08) !important;
}
[data-theme="light"] .svc-step-ico.white {
  background: rgba(12,16,34,0.06) !important;
  border-color: rgba(12,16,34,0.10) !important;
  color: rgba(12,16,34,0.55) !important;
}

/* Tag pills */
[data-theme="light"] .svc-tag {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.09) !important;
}

/* Overview cards (services.html) */
[data-theme="light"] .svc-ov-card {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.08) !important;
  box-shadow: 0 2px 16px rgba(12,16,34,0.06);
}

/* Testimonial cards */
[data-theme="light"] .testimonial-card {
  background: rgba(255,255,255,0.88) !important;
  border-color: rgba(12,16,34,0.08) !important;
  box-shadow: 0 2px 12px rgba(12,16,34,0.05);
}
