/* =============================================
   STÉPHANE MARTINS — AVOCAT
   Ultra Premium Design System v5 — 7 Themes
   ============================================= */

/* ========== THEME 1: PRESTIGE (Navy + Or) ========== */
[data-theme="prestige"] {
  --color-bg: #0a0e17;
  --color-bg-elevated: #0f1520;
  --color-bg-card: #141c2b;
  --color-surface: rgba(255,255,255,0.03);
  --color-border: rgba(255,255,255,0.08);
  --color-text: #edf2f7;
  --color-text-secondary: #94a7bf;
  --color-text-muted: #5e7590;
  --color-accent: #c9a55c;
  --color-accent-light: #e2c67e;
  --color-accent-dark: #a07d3a;
  --color-accent-glow: rgba(201,165,92,0.1);
  --particle-gold: rgba(201,165,92,0.6);
  --particle-blue: rgba(140,180,255,0.3);
  --particle-white: rgba(255,255,255,0.25);
  --hero-overlay: rgba(10,14,23,0.85);
  --font-display: 'Playfair Display', Georgia, serif;
}

/* ========== THEME 2: IVORY (Crème + Bois sombre) ========== */
[data-theme="ivory"] {
  --color-bg: #faf8f4;
  --color-bg-elevated: #f3efe8;
  --color-bg-card: #ffffff;
  --color-surface: rgba(0,0,0,0.02);
  --color-border: rgba(0,0,0,0.08);
  --color-text: #1a1a1a;
  --color-text-secondary: #555555;
  --color-text-muted: #888888;
  --color-accent: #8b6e3e;
  --color-accent-light: #b08d4f;
  --color-accent-dark: #6d5530;
  --color-accent-glow: rgba(139,110,62,0.08);
  --particle-gold: rgba(139,110,62,0.3);
  --particle-blue: rgba(100,120,160,0.15);
  --particle-white: rgba(0,0,0,0.06);
  --hero-overlay: rgba(250,248,244,0.88);
  --font-display: 'Cormorant Garamond', Georgia, serif;
}
[data-theme="ivory"] .navbar.scrolled { background: rgba(250,248,244,0.95); }
[data-theme="ivory"] .nav-toggle span { background: var(--color-text); }
[data-theme="ivory"] .profile-photo img { border-color: rgba(139,110,62,0.3); }
[data-theme="ivory"] .photo-ring { border-top-color: var(--color-accent); border-right-color: var(--color-accent); }
[data-theme="ivory"] .photo-ring-outer { border-bottom-color: rgba(139,110,62,0.2); border-left-color: rgba(139,110,62,0.2); }
[data-theme="ivory"] .btn-primary { color: #fff; }
[data-theme="ivory"] .btn-ghost { border-color: rgba(0,0,0,0.15); color: var(--color-text); }
[data-theme="ivory"] .btn-ghost:hover { border-color: var(--color-accent); color: var(--color-accent); }
[data-theme="ivory"] .value-item,
[data-theme="ivory"] .engagement-card,
[data-theme="ivory"] .cta-card { box-shadow: 0 2px 20px rgba(0,0,0,0.04); }
[data-theme="ivory"] .contact-item { background: rgba(0,0,0,0.02); }
[data-theme="ivory"] .expertise-item { background: rgba(0,0,0,0.02); }
[data-theme="ivory"] .trust-bar { background: linear-gradient(180deg, rgba(250,248,244,0) 0%, rgba(243,239,232,0.6) 50%, rgba(250,248,244,0) 100%); }

/* ========== THEME 3: ROYAL (Bleu profond + Argent) ========== */
[data-theme="royal"] {
  --color-bg: #080c1a;
  --color-bg-elevated: #0d1228;
  --color-bg-card: #121836;
  --color-surface: rgba(255,255,255,0.03);
  --color-border: rgba(255,255,255,0.08);
  --color-text: #e8ecf4;
  --color-text-secondary: #8e9cb8;
  --color-text-muted: #566480;
  --color-accent: #a0b4d4;
  --color-accent-light: #c4d4ec;
  --color-accent-dark: #7a92b8;
  --color-accent-glow: rgba(160,180,212,0.1);
  --particle-gold: rgba(160,180,212,0.5);
  --particle-blue: rgba(100,140,220,0.35);
  --particle-white: rgba(255,255,255,0.2);
  --hero-overlay: rgba(8,12,26,0.86);
  --font-display: 'DM Serif Display', Georgia, serif;
}

/* ========== THEME 4: EMERALD (Vert profond + Or) ========== */
[data-theme="emerald"] {
  --color-bg: #081210;
  --color-bg-elevated: #0c1a16;
  --color-bg-card: #112420;
  --color-surface: rgba(255,255,255,0.03);
  --color-border: rgba(255,255,255,0.08);
  --color-text: #e6f0ec;
  --color-text-secondary: #8aaa9e;
  --color-text-muted: #5a7a6e;
  --color-accent: #b8965a;
  --color-accent-light: #d4b272;
  --color-accent-dark: #96783e;
  --color-accent-glow: rgba(184,150,90,0.1);
  --particle-gold: rgba(184,150,90,0.5);
  --particle-blue: rgba(80,180,140,0.25);
  --particle-white: rgba(255,255,255,0.2);
  --hero-overlay: rgba(8,18,16,0.86);
  --font-display: 'Playfair Display', Georgia, serif;
}

/* ========== THEME 5: BURGUNDY (Bordeaux + Or rose) ========== */
[data-theme="burgundy"] {
  --color-bg: #120a0e;
  --color-bg-elevated: #1a0f14;
  --color-bg-card: #24141c;
  --color-surface: rgba(255,255,255,0.03);
  --color-border: rgba(255,255,255,0.08);
  --color-text: #f0e8ec;
  --color-text-secondary: #b8949e;
  --color-text-muted: #8a6674;
  --color-accent: #d4a076;
  --color-accent-light: #e4ba94;
  --color-accent-dark: #b87e54;
  --color-accent-glow: rgba(212,160,118,0.1);
  --particle-gold: rgba(212,160,118,0.5);
  --particle-blue: rgba(180,100,130,0.25);
  --particle-white: rgba(255,255,255,0.2);
  --hero-overlay: rgba(18,10,14,0.86);
  --font-display: 'Lora', Georgia, serif;
}

/* ========== THEME 6: OBSIDIAN (Noir pur + Platine) ========== */
[data-theme="obsidian"] {
  --color-bg: #000000;
  --color-bg-elevated: #0a0a0a;
  --color-bg-card: #111111;
  --color-surface: rgba(255,255,255,0.03);
  --color-border: rgba(255,255,255,0.06);
  --color-text: #f0f0f0;
  --color-text-secondary: #999999;
  --color-text-muted: #666666;
  --color-accent: #d0d0d0;
  --color-accent-light: #e8e8e8;
  --color-accent-dark: #aaaaaa;
  --color-accent-glow: rgba(200,200,200,0.06);
  --particle-gold: rgba(220,220,220,0.4);
  --particle-blue: rgba(150,150,180,0.2);
  --particle-white: rgba(255,255,255,0.15);
  --hero-overlay: rgba(0,0,0,0.88);
  --font-display: 'Inter', sans-serif;
}
[data-theme="obsidian"] h1, [data-theme="obsidian"] h2, [data-theme="obsidian"] h3,
[data-theme="obsidian"] .profile-info h2 { font-weight: 300; letter-spacing: 1px; }

/* ========== THEME 7: CHAMPAGNE (Beige chaud + Or) ========== */
[data-theme="champagne"] {
  --color-bg: #1a1610;
  --color-bg-elevated: #211c14;
  --color-bg-card: #2a2318;
  --color-surface: rgba(255,255,255,0.03);
  --color-border: rgba(255,255,255,0.08);
  --color-text: #f5efe6;
  --color-text-secondary: #bfae96;
  --color-text-muted: #8a7a64;
  --color-accent: #d4b06a;
  --color-accent-light: #e8ca88;
  --color-accent-dark: #b89048;
  --color-accent-glow: rgba(212,176,106,0.1);
  --particle-gold: rgba(212,176,106,0.5);
  --particle-blue: rgba(180,160,120,0.2);
  --particle-white: rgba(255,240,220,0.2);
  --hero-overlay: rgba(26,22,16,0.86);
  --font-display: 'Cormorant Garamond', Georgia, serif;
}

/* ========== THEME SWITCHER SIDEBAR ========== */
.theme-switcher { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 9000; }
.theme-toggle {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 12px 0 0 12px;
  background: var(--color-bg-card); border: 1px solid var(--color-border); border-right: none;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: all 0.3s ease; box-shadow: -4px 0 20px rgba(0,0,0,0.3);
}
.theme-toggle svg { width: 20px; height: 20px; color: var(--color-accent); transition: transform 0.3s ease; }
.theme-toggle:hover { width: 50px; }
.theme-toggle:hover svg { transform: rotate(45deg); }

.theme-panel {
  position: absolute; right: -280px; top: 50%; transform: translateY(-50%);
  width: 260px; padding: 24px 20px;
  background: var(--color-bg-card); border: 1px solid var(--color-border);
  border-radius: 16px 0 0 16px; border-right: none;
  box-shadow: -8px 0 40px rgba(0,0,0,0.4);
  transition: right 0.4s cubic-bezier(0.16,1,0.3,1);
  backdrop-filter: blur(20px);
}
.theme-panel.open { right: 0; }
.theme-panel-title {
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--color-accent); margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}
.theme-options { display: flex; flex-direction: column; gap: 6px; }
.theme-option {
  display: flex; align-items: center; gap: 12px; padding: 10px 14px;
  border-radius: 10px; border: 1px solid transparent; background: transparent;
  cursor: pointer; transition: all 0.2s ease; font-family: inherit;
  color: var(--color-text-secondary); font-size: 13px; font-weight: 500;
}
.theme-option:hover { background: var(--color-surface); border-color: var(--color-border); color: var(--color-text); }
.theme-option.active { background: var(--color-accent-glow); border-color: var(--color-accent); color: var(--color-accent); }

.swatch { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.1); }
.swatch-prestige { background: linear-gradient(135deg, #0a0e17 50%, #c9a55c 50%); }
.swatch-ivory { background: linear-gradient(135deg, #faf8f4 50%, #8b6e3e 50%); border-color: rgba(0,0,0,0.1); }
.swatch-royal { background: linear-gradient(135deg, #080c1a 50%, #a0b4d4 50%); }
.swatch-emerald { background: linear-gradient(135deg, #081210 50%, #b8965a 50%); }
.swatch-burgundy { background: linear-gradient(135deg, #120a0e 50%, #d4a076 50%); }
.swatch-obsidian { background: linear-gradient(135deg, #000000 50%, #d0d0d0 50%); }
.swatch-champagne { background: linear-gradient(135deg, #1a1610 50%, #d4b06a 50%); }

/* ========== BASE STYLES ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--color-bg); color: var(--color-text); line-height: 1.7; overflow-x: hidden; transition: background 0.5s ease, color 0.5s ease; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }

/* Particles */
.particles-container { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.particle { position: absolute; border-radius: 50%; opacity: 0; animation: particleFloat linear infinite; }
.particle--gold { background: radial-gradient(circle, var(--particle-gold), transparent 70%); box-shadow: 0 0 8px var(--particle-gold); }
.particle--blue { background: radial-gradient(circle, var(--particle-blue), transparent 70%); box-shadow: 0 0 6px var(--particle-blue); }
.particle--white { background: radial-gradient(circle, var(--particle-white), transparent 70%); box-shadow: 0 0 6px var(--particle-white); }
@keyframes particleFloat { 0% { opacity: 0; transform: translateY(100vh) scale(0); } 10% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; transform: translateY(-100px) scale(1); } }

/* Ambient orbs */
.ambient-orb { position: fixed; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }
.ambient-orb--1 { width: 600px; height: 600px; background: rgba(from var(--color-accent) r g b / 0.05); top: -200px; right: -200px; animation: orbFloat1 20s ease-in-out infinite; }
.ambient-orb--2 { width: 500px; height: 500px; background: rgba(60,100,180,0.04); bottom: -150px; left: -150px; animation: orbFloat2 25s ease-in-out infinite; }
.ambient-orb--3 { width: 400px; height: 400px; background: rgba(from var(--color-accent) r g b / 0.03); top: 50%; left: 50%; animation: orbFloat3 18s ease-in-out infinite; }
@keyframes orbFloat1 { 0%,100% { transform: translate(0,0); } 33% { transform: translate(-80px,60px); } 66% { transform: translate(40px,-40px); } }
@keyframes orbFloat2 { 0%,100% { transform: translate(0,0); } 33% { transform: translate(60px,-80px); } 66% { transform: translate(-40px,40px); } }
@keyframes orbFloat3 { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-50%,-50%) scale(1.3); } }

/* Cursor glow */
.cursor-glow { position: fixed; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, var(--color-accent-glow) 0%, transparent 70%); pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); opacity: 0; transition: opacity 0.5s ease; }
@media (hover: hover) { .cursor-glow.active { opacity: 1; } }

/* Navigation */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 20px 0; transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.navbar.scrolled { padding: 12px 0; background: rgba(from var(--color-bg) r g b / 0.92); backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%); border-bottom: 1px solid var(--color-border); box-shadow: 0 4px 30px rgba(0,0,0,0.2); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,4vw,40px); display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 14px; }
.logo-monogram { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--color-accent), var(--color-accent-dark)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--color-bg); letter-spacing: 1px; box-shadow: 0 4px 20px rgba(from var(--color-accent) r g b / 0.25); }
.logo-monogram.small { width: 36px; height: 36px; font-size: 13px; border-radius: 10px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-first { font-family: var(--font-display); font-size: 14px; font-weight: 400; color: var(--color-text-secondary); font-style: italic; }
.logo-last { font-size: 14px; font-weight: 700; letter-spacing: 3px; color: var(--color-text); }
.nav-menu { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-menu a { font-size: 14px; font-weight: 500; color: var(--color-text-secondary); letter-spacing: 0.5px; position: relative; padding: 4px 0; }
.nav-menu a:not(.btn-contact)::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: var(--color-accent); transition: width 0.3s ease; }
.nav-menu a:not(.btn-contact):hover { color: var(--color-text); }
.nav-menu a:not(.btn-contact):hover::after { width: 100%; }
.btn-contact { display: flex; align-items: center; gap: 8px; padding: 10px 24px; border: 1px solid var(--color-accent); border-radius: 100px; color: var(--color-accent) !important; font-weight: 600; font-size: 13px; transition: all 0.3s ease; }
.btn-contact:hover { background: var(--color-accent); color: var(--color-bg) !important; box-shadow: 0 0 30px rgba(from var(--color-accent) r g b / 0.3); }
.btn-contact svg { transition: transform 0.3s ease; }
.btn-contact:hover svg { transform: translateX(3px); }
.nav-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--color-text); transition: all 0.3s ease; transform-origin: center; }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; padding: 120px 0 80px; overflow: hidden; background: url(assets/hero-bg.jpg) center/cover no-repeat fixed; }
.hero::before { content: ""; position: absolute; inset: 0; background: var(--hero-overlay); z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, var(--color-accent-glow) 0%, transparent 60%); z-index: 0; }
.hero-bg-lines { position: absolute; inset: 0; display: flex; justify-content: space-evenly; pointer-events: none; z-index: 0; }
.hero-bg-lines .line { width: 1px; height: 100%; background: linear-gradient(180deg, transparent, rgba(from var(--color-text) r g b / 0.03) 30%, rgba(from var(--color-text) r g b / 0.03) 70%, transparent); }
.hero-container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,4vw,40px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 20px; border-radius: 100px; background: var(--color-accent-glow); border: 1px solid rgba(from var(--color-accent) r g b / 0.2); font-size: 12px; font-weight: 600; color: var(--color-accent-light); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 32px; }
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-accent); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }
.hero h1 { font-family: var(--font-display); font-size: clamp(36px,5vw,64px); font-weight: 700; line-height: 1.15; margin-bottom: 28px; }
.hero h1 .line-wrap { display: block; overflow: hidden; }
.hero h1 .line-inner { display: block; }
.hero h1 .highlight { color: var(--color-accent); font-style: italic; }
.hero-text { font-size: 17px; line-height: 1.8; color: var(--color-text-secondary); margin-bottom: 40px; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 60px; flex-wrap: wrap; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: inherit; font-size: 15px; font-weight: 600; padding: 16px 32px; border-radius: 100px; border: none; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; }
.btn-primary { background: linear-gradient(135deg, var(--color-accent), var(--color-accent-dark)); color: var(--color-bg); box-shadow: 0 4px 24px rgba(from var(--color-accent) r g b / 0.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(from var(--color-accent) r g b / 0.4); }
.btn-shine { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); animation: shine 3s infinite; }
@keyframes shine { 0% { left: -100%; } 50%,100% { left: 100%; } }
.btn-ghost { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
.btn-ghost:hover { border-color: var(--color-accent); color: var(--color-accent); }
.btn-ghost svg { transition: transform 0.3s ease; }
.btn-ghost:hover svg { transform: translateX(4px); }
.btn-whatsapp { background: #25D366; color: #fff; width: 100%; padding: 16px 24px; border-radius: 14px; margin-bottom: 12px; }
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.3); }
.btn-whatsapp svg { width: 20px; height: 20px; }
.btn-full { width: 100%; border-radius: 14px; }

/* Hero stats */
.hero-stats { display: flex; align-items: center; gap: 32px; }
.stat { display: flex; flex-direction: column; }
.stat-number { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--color-accent); }
.stat-label { font-size: 13px; color: var(--color-text-muted); margin-top: 2px; }
.stat-divider { width: 1px; height: 40px; background: var(--color-border); }

/* Profile Card */
.hero-visual { display: flex; justify-content: center; perspective: 1000px; }
.profile-card { position: relative; background: linear-gradient(145deg, rgba(from var(--color-bg-card) r g b / 0.9), rgba(from var(--color-bg-card) r g b / 0.5)); border: 1px solid var(--color-border); border-radius: 24px; padding: 40px 32px 36px; text-align: center; max-width: 380px; width: 100%; transition: all 0.4s ease; backdrop-filter: blur(20px); transform-style: preserve-3d; }
.profile-card:hover { border-color: rgba(from var(--color-accent) r g b / 0.3); box-shadow: 0 30px 80px rgba(0,0,0,0.3), 0 0 50px var(--color-accent-glow); }
.card-glow { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 80%; height: 2px; background: linear-gradient(90deg, transparent, var(--color-accent), transparent); }
.profile-photo { position: relative; width: 160px; height: 160px; margin: 0 auto 24px; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 3px solid rgba(from var(--color-accent) r g b / 0.3); }
.photo-ring { position: absolute; inset: -8px; border-radius: 50%; border: 2px solid transparent; border-top-color: var(--color-accent); border-right-color: var(--color-accent); animation: ringRotate 8s linear infinite; }
.photo-ring-outer { position: absolute; inset: -14px; border-radius: 50%; border: 1px solid transparent; border-bottom-color: rgba(from var(--color-accent) r g b / 0.2); border-left-color: rgba(from var(--color-accent) r g b / 0.2); animation: ringRotate 12s linear infinite reverse; }
@keyframes ringRotate { to { transform: rotate(360deg); } }
.profile-info h2 { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.profile-role { color: var(--color-accent); font-size: 14px; font-weight: 500; letter-spacing: 1px; }
.profile-divider { width: 40px; height: 1px; background: linear-gradient(90deg, transparent, var(--color-accent), transparent); margin: 20px auto; }
.profile-credentials { text-align: left; }
.credential { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; font-size: 13px; color: var(--color-text-secondary); line-height: 1.5; }
.credential svg { flex-shrink: 0; color: var(--color-accent); margin-top: 2px; }

/* Scroll indicator */
.scroll-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--color-text-muted); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(180deg, var(--color-accent), transparent); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse { 0%,100% { opacity: 1; height: 40px; } 50% { opacity: 0.3; height: 20px; } }

/* Trust Bar */
.trust-bar { position: relative; z-index: 1; padding: 40px 0; background: linear-gradient(180deg, transparent 0%, rgba(from var(--color-bg-card) r g b / 0.5) 50%, transparent 100%); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.trust-items { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--color-accent-glow); border: 1px solid rgba(from var(--color-accent) r g b / 0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-icon svg { width: 20px; height: 20px; color: var(--color-accent); }
.trust-text strong { display: block; font-size: 14px; font-weight: 600; color: var(--color-text); }
.trust-text span { font-size: 12px; color: var(--color-text-muted); }
.trust-separator { width: 1px; height: 32px; background: var(--color-border); }

/* Section dividers */
.section-divider { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 20px 0; position: relative; z-index: 1; }
.divider-line { width: 80px; height: 1px; background: linear-gradient(90deg, transparent, var(--color-accent), transparent); opacity: 0.4; }
.divider-diamond { width: 8px; height: 8px; background: var(--color-accent); transform: rotate(45deg); opacity: 0.5; }

/* Section styles */
.section-label { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; color: var(--color-accent); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 20px; }
.centered-label { justify-content: center; }
.label-line { width: 30px; height: 1px; background: var(--color-accent); }
.section-header { max-width: 640px; margin-bottom: 64px; }
.section-header.centered { max-width: 700px; margin-left: auto; margin-right: auto; text-align: center; }
.section-header h2 { font-family: var(--font-display); font-size: clamp(32px,4vw,48px); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.text-accent { color: var(--color-accent); font-style: italic; }
.section-subtitle { font-size: 17px; color: var(--color-text-secondary); line-height: 1.7; }

/* About */
.about { padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.value-item { position: relative; background: linear-gradient(145deg, rgba(from var(--color-bg-card) r g b / 0.8), rgba(from var(--color-bg-card) r g b / 0.3)); border: 1px solid var(--color-border); border-radius: 20px; padding: 36px 28px 32px; transition: all 0.3s ease; overflow: hidden; }
.value-item:hover { border-color: rgba(from var(--color-accent) r g b / 0.35); transform: translateY(-6px); box-shadow: 0 25px 60px rgba(0,0,0,0.3), 0 0 40px var(--color-accent-glow); }
.value-item:hover .value-line { transform: scaleX(1); }
.value-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--color-accent-glow); border: 1px solid rgba(from var(--color-accent) r g b / 0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; position: relative; z-index: 1; }
.value-icon svg { width: 24px; height: 24px; color: var(--color-accent); }
.value-number { font-family: var(--font-display); font-size: 48px; font-weight: 700; color: var(--color-accent); opacity: 0.06; position: absolute; top: 16px; right: 20px; }
.value-item h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; margin-bottom: 12px; position: relative; z-index: 1; }
.value-item p { font-size: 14px; color: var(--color-text-secondary); line-height: 1.7; position: relative; z-index: 1; }
.value-line { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--color-accent), transparent); transform: scaleX(0); transform-origin: left; transition: transform 0.6s ease; }

/* Quote */
.quote-section { padding: 80px 0; position: relative; z-index: 1; background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-elevated) 50%, var(--color-bg) 100%); }
.quote-wrapper { max-width: 800px; margin: 0 auto; text-align: center; padding: 48px 40px; }
.quote-mark { font-family: var(--font-display); font-size: 120px; font-weight: 700; color: var(--color-accent); opacity: 0.15; line-height: 0.6; margin-bottom: -20px; }
.quote-wrapper blockquote { font-family: var(--font-display); font-size: clamp(18px,2.5vw,24px); font-weight: 400; font-style: italic; line-height: 1.7; color: var(--color-text-secondary); margin-bottom: 28px; }
.quote-author { display: flex; align-items: center; justify-content: center; gap: 14px; }
.quote-author-line { width: 40px; height: 1px; background: var(--color-accent); }
.quote-author span { font-size: 14px; font-weight: 600; color: var(--color-accent); letter-spacing: 1px; }

/* Expertise */
.expertise { padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1; background: url(assets/gavel-bg.jpg) center/cover no-repeat fixed; }
.expertise::before { content: ""; position: absolute; inset: 0; background: var(--hero-overlay); z-index: 0; }
.expertise > .container { position: relative; z-index: 1; }
.expertise-tabs { display: flex; gap: 8px; margin-bottom: 48px; flex-wrap: wrap; }
.tab-btn { display: flex; align-items: center; gap: 10px; padding: 12px 24px; border: 1px solid var(--color-border); border-radius: 100px; background: transparent; color: var(--color-text-secondary); font-family: inherit; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; }
.tab-icon { display: flex; align-items: center; }
.tab-icon svg { width: 18px; height: 18px; }
.tab-btn:hover { border-color: var(--color-text-muted); color: var(--color-text); }
.tab-btn.active { background: var(--color-accent); border-color: var(--color-accent); color: var(--color-bg); box-shadow: 0 4px 20px rgba(from var(--color-accent) r g b / 0.3); }
.tab-panel { display: none; animation: fadeInUp 0.4s ease; }
.tab-panel.active { display: block; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.panel-header { margin-bottom: 32px; }
.panel-header h3 { font-family: var(--font-display); font-size: 28px; font-weight: 700; margin-bottom: 8px; }
.panel-header p { color: var(--color-text-secondary); font-size: 15px; }
.expertise-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.expertise-item { display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: rgba(from var(--color-bg-card) r g b / 0.5); border: 1px solid var(--color-border); border-radius: 12px; font-size: 14px; color: var(--color-text-secondary); transition: all 0.3s ease; }
.expertise-item:hover { border-color: var(--color-accent); color: var(--color-text); background: var(--color-accent-glow); transform: translateX(4px); }
.item-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent); flex-shrink: 0; }

/* Parcours */
.parcours { padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1; }
.parcours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.parcours-content h2 { font-family: var(--font-display); font-size: clamp(32px,4vw,44px); font-weight: 700; line-height: 1.2; margin-bottom: 24px; }
.parcours-content p { color: var(--color-text-secondary); font-size: 15px; line-height: 1.8; margin-bottom: 16px; }
.parcours-highlights { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.parcours-highlight { display: flex; align-items: center; gap: 16px; padding: 20px 24px; background: var(--color-accent-glow); border: 1px solid rgba(from var(--color-accent) r g b / 0.15); border-radius: 16px; transition: all 0.3s ease; }
.parcours-highlight:hover { border-color: rgba(from var(--color-accent) r g b / 0.35); transform: translateX(4px); }
.highlight-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--color-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 20px rgba(from var(--color-accent) r g b / 0.3); }
.highlight-icon svg { width: 22px; height: 22px; color: var(--color-bg); }
.parcours-highlight strong { display: block; font-size: 16px; color: var(--color-accent-light); }
.parcours-highlight span { font-size: 13px; color: var(--color-text-secondary); }
.experience-badge { position: relative; width: 140px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 40px; }
.badge-ring { position: absolute; inset: 0; color: var(--color-accent); }
.badge-ring svg { width: 100%; height: 100%; }
.badge-progress { animation: badgeRotate 20s linear infinite; transform-origin: center; }
@keyframes badgeRotate { to { transform: rotate(360deg); } }
.exp-number { font-family: var(--font-display); font-size: 40px; font-weight: 700; color: var(--color-accent); line-height: 1; }
.exp-unit { font-size: 12px; font-weight: 700; letter-spacing: 3px; color: var(--color-accent); margin-top: 2px; }
.exp-label { font-size: 11px; color: var(--color-text-muted); margin-top: 4px; }
.formation-list { display: flex; flex-direction: column; }
.formation-item { display: flex; gap: 20px; padding: 20px 0; }
.formation-marker { display: flex; flex-direction: column; align-items: center; padding-top: 6px; }
.marker-dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--color-accent); background: var(--color-bg); flex-shrink: 0; box-shadow: 0 0 12px rgba(from var(--color-accent) r g b / 0.3); }
.marker-line { width: 1px; flex: 1; background: linear-gradient(180deg, var(--color-accent), var(--color-border)); margin-top: 8px; }
.formation-content strong { display: block; font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.formation-content span { font-size: 13px; color: var(--color-text-muted); }

/* Engagements */
.engagements { padding: clamp(80px,10vw,140px) 0; position: relative; z-index: 1; background: url(assets/columns-bg.jpg) center/cover no-repeat fixed; }
.engagements::before { content: ""; position: absolute; inset: 0; background: var(--hero-overlay); z-index: 0; }
.engagements > .container { position: relative; z-index: 1; }
.engagements-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.engagement-card { position: relative; text-align: center; background: linear-gradient(145deg, rgba(from var(--color-bg-card) r g b / 0.8), rgba(from var(--color-bg-card) r g b / 0.3)); border: 1px solid var(--color-border); border-radius: 24px; padding: 48px 32px 40px; transition: all 0.3s ease; overflow: hidden; backdrop-filter: blur(10px); }
.engagement-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--color-accent), transparent); opacity: 0; transition: opacity 0.3s ease; }
.engagement-card:hover { border-color: rgba(from var(--color-accent) r g b / 0.3); transform: translateY(-6px); box-shadow: 0 25px 60px rgba(0,0,0,0.3); }
.engagement-card:hover::before { opacity: 1; }
.engagement-icon-wrap { width: 64px; height: 64px; border-radius: 18px; margin: 0 auto 24px; background: var(--color-accent-glow); border: 1px solid rgba(from var(--color-accent) r g b / 0.2); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.engagement-card:hover .engagement-icon-wrap { background: var(--color-accent); border-color: var(--color-accent); box-shadow: 0 8px 30px rgba(from var(--color-accent) r g b / 0.3); }
.engagement-icon-wrap svg { width: 28px; height: 28px; color: var(--color-accent); transition: color 0.3s ease; }
.engagement-card:hover .engagement-icon-wrap svg { color: var(--color-bg); }
.engagement-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.engagement-card p { font-size: 14px; color: var(--color-text-secondary); line-height: 1.7; }

/* Contact */
.contact { padding: clamp(80px,10vw,140px) 0; background: var(--color-bg-elevated); position: relative; z-index: 1; }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-info h2 { font-family: var(--font-display); font-size: clamp(32px,4vw,44px); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.contact-info > p { color: var(--color-text-secondary); font-size: 15px; margin-bottom: 40px; }
.contact-details { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: rgba(from var(--color-bg-card) r g b / 0.6); border: 1px solid var(--color-border); border-radius: 16px; transition: all 0.3s ease; }
.contact-item:hover { border-color: var(--color-accent); transform: translateX(6px); }
.contact-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--color-accent-glow); border: 1px solid rgba(from var(--color-accent) r g b / 0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 20px; height: 20px; color: var(--color-accent); }
.contact-label { display: block; font-size: 11px; font-weight: 600; color: var(--color-text-muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; }
.contact-value { font-size: 15px; font-weight: 500; }
.cta-card { background: linear-gradient(145deg, rgba(from var(--color-bg-card) r g b / 0.9), rgba(from var(--color-bg-card) r g b / 0.5)); border: 1px solid var(--color-border); border-radius: 24px; padding: 40px 32px; position: relative; overflow: hidden; backdrop-filter: blur(20px); }
.cta-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--color-accent), var(--color-accent-dark), var(--color-accent)); }
.cta-badge { display: inline-block; padding: 6px 16px; background: var(--color-accent-glow); border: 1px solid rgba(from var(--color-accent) r g b / 0.2); border-radius: 100px; font-size: 12px; font-weight: 600; color: var(--color-accent-light); margin-bottom: 20px; }
.cta-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.cta-card > p { color: var(--color-text-secondary); font-size: 14px; line-height: 1.7; margin-bottom: 28px; }

/* Footer */
.footer { padding: 48px 0 32px; border-top: 1px solid var(--color-border); position: relative; z-index: 1; }
.footer-content { display: flex; flex-direction: column; gap: 24px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-name { display: flex; gap: 8px; }
.footer-role { font-size: 13px; color: var(--color-text-muted); }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 14px; color: var(--color-text-muted); transition: color 0.3s ease; }
.footer-links a:hover { color: var(--color-accent); }
.footer-divider { width: 100%; height: 1px; background: var(--color-border); }
.footer-bottom { text-align: center; }
.footer-legal { font-size: 12px; color: var(--color-text-muted); margin-bottom: 4px; }
.footer-mentions { font-size: 11px; color: var(--color-text-muted); opacity: 0.6; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
  .hero-container { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-text { margin: 0 auto 32px; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .parcours-grid, .contact-wrapper { grid-template-columns: 1fr; gap: 48px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .engagements-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-top { flex-direction: column; gap: 20px; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 768px) {
  .nav-menu { position: fixed; top: 0; right: -100%; width: 80%; max-width: 360px; height: 100vh; background: var(--color-bg-elevated); border-left: 1px solid var(--color-border); flex-direction: column; align-items: flex-start; padding: 100px 40px 40px; gap: 24px; transition: right 0.6s ease; }
  .nav-menu.open { right: 0; }
  .nav-toggle { display: flex; }
  .hero { min-height: auto; padding: 140px 0 60px; }
  .values-grid { grid-template-columns: 1fr; }
  .trust-items { gap: 24px; }
  .trust-separator { display: none; }
  .expertise-tabs { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scrollbar-width: none; }
  .expertise-tabs::-webkit-scrollbar { display: none; }
  .tab-btn .tab-icon { display: none; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .stat-divider { width: 40px; height: 1px; }
  .scroll-indicator, .hero-bg-lines, .cursor-glow, .ambient-orb { display: none; }
  .theme-switcher { top: auto; bottom: 20px; transform: none; }
}
@media (max-width: 480px) {
  .btn { padding: 14px 24px; font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .profile-card { padding: 32px 24px 28px; }
  .trust-items { flex-direction: column; align-items: flex-start; gap: 20px; }
  .engagement-card { padding: 36px 24px 32px; }
}

/* ========== CADEAU POPUP ========== */
.cadeau-overlay {
  display: none; position: fixed; inset: 0; z-index: 99998;
  background: rgba(0,0,0,0.7); backdrop-filter: blur(8px);
  align-items: center; justify-content: center;
  animation: cadeauFadeIn 0.5s ease;
}
.cadeau-overlay.open { display: flex; }
@keyframes cadeauFadeIn { from { opacity: 0; } to { opacity: 1; } }

.cadeau-popup {
  position: relative; width: 90vw; max-width: 700px; height: 80vh; max-height: 550px;
  border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(201,168,76,0.3);
  box-shadow: 0 0 80px rgba(201,168,76,0.15), 0 0 160px rgba(139,34,82,0.1), 0 40px 80px rgba(0,0,0,0.5);
  animation: cadeauSlideUp 0.6s cubic-bezier(0.16,1,0.3,1);
}
@keyframes cadeauSlideUp { from { opacity: 0; transform: translateY(40px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } }

.cadeau-close {
  position: absolute; top: 16px; right: 16px; z-index: 10;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.15);
  color: #f0e8d8; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s ease; backdrop-filter: blur(10px);
}
.cadeau-close:hover { background: rgba(201,168,76,0.3); border-color: rgba(201,168,76,0.5); transform: rotate(90deg); }

/* Background layers - exact Maha chatbot style */
.cadeau-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.cadeau-bg::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% 35%, rgba(139,34,82,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 85% 65%, rgba(180,140,50,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 80% 50% at 50% 50%, rgba(201,168,76,0.05) 0%, transparent 60%),
    linear-gradient(165deg, #16120c 0%, #1a150f 30%, #110e0a 60%, #16111a 100%);
}

.cadeau-bg-maha { display: none;
  position: absolute; left: 0; top: 12%; bottom: -12%; width: 58%;
  background: url(assets/maha.png) 65% bottom/auto 100% no-repeat;
  opacity: 1;
  filter: saturate(1.28) brightness(0.75) contrast(1.15) sepia(0.35) hue-rotate(-10deg);
}

.cadeau-bg-babaji-glow {
  position: absolute; right: -5%; top: -10%; bottom: 0; width: 80%;
  background: radial-gradient(ellipse 55% 65% at 55% 40%,
    rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.5) 10%,
    rgba(240,240,255,0.35) 22%, rgba(220,220,245,0.2) 35%,
    rgba(200,200,230,0.1) 50%, transparent 70%);
  filter: blur(35px);
  animation: divineGlow 5s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes divineGlow { 0% { opacity: 0.6; transform: scale(1); } 100% { opacity: 0.85; transform: scale(1.08); } }

.cadeau-bg-babaji {
  position: absolute; right: -5%; top: -10%; bottom: 0; width: 80%;
  background: url(assets/babaji.png) center top/contain no-repeat;
  opacity: 0.85;
  mask-image: radial-gradient(ellipse 75% 80% at 50% 45%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 35%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.1) 78%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 75% 80% at 50% 45%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 35%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.1) 78%, transparent 90%);
  filter: saturate(0.7) brightness(0.7) contrast(1.1);
}

.cadeau-bg-sacred {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 70%);
  opacity: 0.6;
}

.cadeau-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

/* Message content */
.cadeau-content {
  position: relative; z-index: 2;
  display: flex; align-items: flex-end; justify-content: center;
  height: 100%; padding: 40px 32px;
}

.cadeau-msg {
  text-align: center; max-width: 500px;
  background: rgba(10,8,6,0.5); backdrop-filter: blur(16px);
  border-radius: 20px; padding: 32px 28px;
  border: 1px solid rgba(201,168,76,0.15);
  box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}
.cadeau-msg .cm-line {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 20px; font-weight: 500; color: #f0e8d8;
  line-height: 1.6; opacity: 0;
  animation: cmType 0.6s ease forwards;
}
.cadeau-msg .cm-line.cm-gold {
  color: #c9a84c; font-size: 26px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 8px;
}
.cadeau-msg .cm-line.cm-italic {
  font-style: italic; color: #bfaa8a; font-size: 17px;
}
.cadeau-msg .cm-line.cm-big {
  font-size: 24px; font-weight: 600; color: #f0e8d8;
  margin-top: 12px;
}
.cadeau-msg .cm-divider {
  width: 60px; height: 2px; margin: 16px auto; opacity: 0;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  animation: cmType 0.6s ease forwards;
}
@keyframes cmType { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 600px) {
  .cadeau-popup { width: 95vw; height: 85vh; max-height: none; border-radius: 16px; }
  .cadeau-bg-maha { display: none; width: 65%; left: -10%; opacity: 0.7; }
  .cadeau-bg-babaji, .cadeau-bg-babaji-glow { width: 75%; right: -15%; }
  .cadeau-msg .cm-line { font-size: 17px; }
  .cadeau-msg .cm-line.cm-gold { font-size: 20px; }
  .cadeau-msg .cm-line.cm-big { font-size: 20px; }
  .cadeau-content { padding: 24px 16px; }
}
