/* ============================================================
   Max.mt — Shared Stylesheet
   Premium, GDPR-compliant, mobile-first
   ============================================================ */

/* ---- Self-hosted Inter (GDPR clean) ---- */
@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('fonts/inter-v20-latin-300.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('fonts/inter-v20-latin-regular.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('fonts/inter-v20-latin-500.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('fonts/inter-v20-latin-600.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('fonts/inter-v20-latin-700.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('fonts/inter-v20-latin-800.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('fonts/inter-v20-latin-900.woff2') format('woff2'); }

:root {
  --blue: #3B82F6; --blue-dark: #1D4ED8; --blue-light: #DBEAFE;
  --coral: #F87171; --coral-light: #FEE2E2; --purple: #8B5CF6;
  --orange: #F97316; --green: #10B981; --green-dark: #059669;
  --green-light: #ECFDF5; --dark: #0F172A; --gray: #64748B;
  --gray-light: #F8FAFC; --warm-white: #FEFCF8; --cream: #FDF8F3;
  --sand: #F5F0EB; --white: #FFFFFF;
  --gradient-hero: linear-gradient(160deg, #F0F7FF 0%, #FEFCF8 40%, #F8F0E8 100%);
  --gradient-blue: linear-gradient(135deg, #3B82F6 0%, #6366F1 50%, #8B5CF6 100%);
  --gradient-coral: linear-gradient(135deg, #F87171 0%, #FB923C 100%);
  --gradient-green: linear-gradient(135deg, #10B981 0%, #34D399 50%, #059669 100%);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04); --shadow: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.08); --shadow-xl: 0 24px 60px rgba(0,0,0,0.1);
  --shadow-glow: 0 0 60px rgba(59, 130, 246, 0.15);
  --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--dark); background: var(--warm-white); line-height: 1.6;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}

body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 256px 256px;
}

@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
@keyframes float-slow { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes drift { 0% { transform: translate(0, 0) rotate(0deg); } 33% { transform: translate(20px, -20px) rotate(1deg); } 66% { transform: translate(-10px, 10px) rotate(-1deg); } 100% { transform: translate(0, 0) rotate(0deg); } }
@keyframes drift-shape { 0%, 100% { transform: translate(0, 0) scale(1); } 25% { transform: translate(30px, -20px) scale(1.05); } 50% { transform: translate(-20px, -40px) scale(0.95); } 75% { transform: translate(40px, 10px) scale(1.02); } }
@keyframes pulse-ring { 0% { transform: scale(0.95); opacity: 0.7; } 50% { transform: scale(1.05); opacity: 0.3; } 100% { transform: scale(0.95); opacity: 0.7; } }
@keyframes gradient-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes fade-up { from { opacity: 0; transform: translateY(40px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes slide-in { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes scale-in { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes glow-pulse { 0%, 100% { box-shadow: 0 0 20px rgba(16,185,129,0.3), 0 0 40px rgba(16,185,129,0.15); } 50% { box-shadow: 0 0 30px rgba(16,185,129,0.5), 0 0 60px rgba(16,185,129,0.25); } }
@keyframes star-twinkle { 0%, 100% { opacity: 0.3; transform: scale(0.8) rotate(0deg); } 50% { opacity: 1; transform: scale(1.2) rotate(15deg); } }
@keyframes icon-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes scroll-carousel { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes check-bounce { 0% { transform: scale(0); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } }
@keyframes text-reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.animate-float { animation: float 3s ease-in-out infinite; }
.animate-float-slow { animation: float-slow 5s ease-in-out infinite; }
.animate-drift { animation: drift 20s ease-in-out infinite; }
.animate-pulse-ring { animation: pulse-ring 3s ease-in-out infinite; }
.animate-gradient { background-size: 200% 200%; animation: gradient-shift 8s ease infinite; }
.animate-shimmer { background-size: 200% 200%; animation: shimmer 3s ease infinite; }
.animate-glow-pulse { animation: glow-pulse 3s ease-in-out infinite; }
.animate-star-twinkle { animation: star-twinkle 2s ease-in-out infinite; }
.animate-icon-bounce { animation: icon-bounce 2s ease-in-out infinite; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 28px; }

.gradient-text { background: var(--gradient-blue); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gradient-text-coral { background: var(--gradient-coral); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gradient-text-green { background: var(--gradient-green); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-gradient-text { background: linear-gradient(135deg, #1D4ED8 0%, #047857 25%, #4338CA 50%, #7C3AED 75%, #1D4ED8 100%); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradient-shift 6s ease infinite; text-shadow: 0 2px 8px rgba(15, 23, 42, 0.15); }

.text-reveal .char { display: inline-block; opacity: 0; transform: translateY(20px); animation: text-reveal 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
.text-reveal .char.revealed { opacity: 1; transform: translateY(0); }

.reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--gradient-blue); background-size: 200% 200%; animation: gradient-shift 4s ease infinite; z-index: 9998; width: 0%; transition: width 0.1s linear; }

.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); border-top: 1px solid rgba(226,232,240,0.6); padding: 12px 0; z-index: 1000; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 -4px 20px rgba(0,0,0,0.06); }
.sticky-bar.show { transform: translateY(0); }
.sticky-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 1140px; margin: 0 auto; padding: 0 28px; }
.sticky-bar-info { display: flex; align-items: center; gap: 12px; }
.sticky-bar-title { font-weight: 700; font-size: 0.95rem; color: var(--dark); }
.sticky-bar-price { font-weight: 800; font-size: 1.1rem; color: var(--green); }
.sticky-bar-btn { background: var(--gradient-green); background-size: 200% 200%; color: white; padding: 10px 24px; border-radius: 9999px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: var(--transition-smooth); box-shadow: 0 4px 14px rgba(16,185,129,0.3); animation: gradient-shift 4s ease infinite; }
.sticky-bar-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(16,185,129,0.4); }

.back-to-top { position: fixed; bottom: 80px; right: 24px; width: 48px; height: 48px; border-radius: 50%; background: var(--gradient-blue); background-size: 200% 200%; color: white; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; cursor: pointer; z-index: 100; box-shadow: var(--shadow-lg); border: none; opacity: 0; transform: translateY(20px); pointer-events: none; transition: var(--transition-smooth); animation: gradient-shift 6s ease infinite; }
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { transform: translateY(-4px) scale(1.1); box-shadow: var(--shadow-xl); }

/* ---- NAVBAR ---- */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 0; transition: var(--transition-smooth); }
.navbar.scrolled { background: rgba(254,252,248,0.92); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: 0 1px 3px rgba(0,0,0,0.04); padding: 12px 0; }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1140px; margin: 0 auto; padding: 0 28px; }

.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.25rem; color: var(--dark); transition: transform 0.3s; flex-shrink: 0; }
.logo:hover { transform: scale(1.02); }
.logo-icon { width: 36px; height: 36px; background: var(--gradient-blue); background-size: 200% 200%; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 1rem; box-shadow: 0 4px 14px rgba(59,130,246,0.3); transition: var(--transition-bounce); }
.logo:hover .logo-icon { transform: rotate(-5deg) scale(1.08); box-shadow: 0 6px 20px rgba(59,130,246,0.4); }

.nav-center { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0 auto; }
.nav-center a { text-decoration: none; color: var(--gray); font-weight: 500; font-size: 0.9rem; transition: all 0.3s; position: relative; padding: 4px 0; white-space: nowrap; }
.nav-center a:hover { color: var(--dark); }
.nav-center a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--gradient-blue); background-size: 200% 200%; transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 2px; }
.nav-center a:hover::after { width: 100%; }
.nav-center a.active { color: var(--dark); font-weight: 600; }
.nav-center a.active::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-cta { background: var(--gradient-blue); background-size: 200% 200%; color: white; padding: 12px 28px; border-radius: 9999px; text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: var(--transition-smooth); box-shadow: 0 4px 16px rgba(59,130,246,0.4); position: relative; overflow: hidden; white-space: nowrap; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 8px; }
.nav-cta::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent); transition: left 0.6s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59,130,246,0.5); }
.nav-cta:hover::before { left: 100%; }

.hamburger-btn { display: none; flex-direction: column; justify-content: center; align-items: center; width: 44px; height: 44px; background: rgba(255,255,255,0.6); border: 1px solid rgba(226,232,240,0.6); border-radius: 12px; cursor: pointer; gap: 5px; transition: all 0.3s; z-index: 1002; flex-shrink: 0; }
.hamburger-btn:hover { background: white; box-shadow: var(--shadow); }
.hamburger-btn span { display: block; width: 20px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s; }
.hamburger-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger-btn.active span:nth-child(2) { opacity: 0; }
.hamburger-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(15,23,42,0.4); backdrop-filter: blur(4px); z-index: 1000; opacity: 0; visibility: hidden; transition: all 0.3s; }
.mobile-menu-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; width: 280px; background: white; z-index: 1001; padding: 80px 32px 32px; box-shadow: -4px 0 40px rgba(0,0,0,0.1); transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.mobile-menu.active { transform: translateX(0); }
.mobile-menu a { display: block; padding: 16px 0; color: var(--dark); text-decoration: none; font-weight: 600; font-size: 1.1rem; border-bottom: 1px solid rgba(226,232,240,0.5); transition: color 0.3s; }
.mobile-menu a:hover { color: var(--blue); }
.mobile-menu a.active { color: var(--blue); font-weight: 700; }

/* ---- HERO ---- */
.hero { background: var(--gradient-hero); min-height: 100vh; display: flex; align-items: center; padding: 160px 0 120px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -30%; right: -15%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%); border-radius: 50%; animation: drift 25s ease-in-out infinite; }
.hero::after { content: ''; position: absolute; bottom: -20%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(251,146,60,0.05) 0%, transparent 70%); border-radius: 50%; animation: drift 30s ease-in-out infinite reverse; }

.hero-shape { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.4; pointer-events: none; z-index: 0; }
.hero-shape-1 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(16,185,129,0.3) 0%, transparent 70%); top: 10%; left: -5%; animation: drift-shape 20s ease-in-out infinite; }
.hero-shape-2 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(59,130,246,0.25) 0%, transparent 70%); top: 40%; right: -8%; animation: drift-shape 25s ease-in-out infinite 3s; }
.hero-shape-3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(139,92,246,0.2) 0%, transparent 70%); bottom: 15%; left: 20%; animation: drift-shape 18s ease-in-out infinite 6s; }

.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; padding: 0 28px; width: 100%; }
.hero-inner.centered { grid-template-columns: 1fr; text-align: center; max-width: 800px; }

.hero-content { max-width: 560px; }
.hero-inner.centered .hero-content { max-width: 700px; margin: 0 auto; }

.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border: 1px solid rgba(226,232,240,0.6); padding: 10px 20px; border-radius: 9999px; font-size: 0.85rem; color: var(--blue-dark); font-weight: 600; margin-bottom: 32px; box-shadow: var(--shadow-sm); transition: all 0.3s; }
.hero-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--blue-light); }
.hero-badge::before { content: ''; width: 8px; height: 8px; background: var(--green); border-radius: 50%; display: inline-block; animation: pulse-ring 2s ease-in-out infinite; }

.hero-headline { font-size: 4rem; font-weight: 900; line-height: 1.05; margin-bottom: 28px; letter-spacing: -0.03em; }
.hero-headline .strike { color: var(--coral); text-decoration: line-through; text-decoration-thickness: 5px; text-decoration-color: var(--coral); position: relative; display: inline-block; }
.hero-headline .strike::after { content: ''; position: absolute; left: 0; right: 0; bottom: 8px; height: 12px; background: var(--coral-light); border-radius: 4px; z-index: -1; opacity: 0.6; }
.hero-headline .highlight { position: relative; display: inline-block; }
.hero-headline .highlight::after { content: ''; position: absolute; left: -4px; right: -4px; bottom: 6px; height: 14px; background: var(--blue-light); border-radius: 6px; z-index: -1; opacity: 0.5; }

.hero-text { font-size: 1.15rem; color: var(--gray); line-height: 1.8; margin-bottom: 36px; max-width: 520px; }
.hero-inner.centered .hero-text { max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-text strong { color: var(--dark); font-weight: 700; }

.hero-ctas { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }

/* ---- BUTTONS ---- */
.btn-primary, .btn-secondary, .btn-free, .nav-cta, .sticky-bar-btn { position: relative; overflow: hidden; }
.btn-primary:active, .btn-secondary:active, .btn-free:active, .nav-cta:active, .sticky-bar-btn:active { transform: scale(0.96) !important; }

.btn-primary { display: inline-flex; align-items: center; gap: 12px; background: var(--gradient-blue); background-size: 200% 200%; color: white; padding: 16px 36px; border-radius: 9999px; text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: var(--transition-smooth); box-shadow: 0 4px 20px rgba(59,130,246,0.35); border: none; cursor: pointer; }
.btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent); transition: left 0.6s; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(59,130,246,0.45); }
.btn-primary:hover::before { left: 100%; }

.btn-secondary { display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.6); backdrop-filter: blur(10px); color: var(--dark); padding: 16px 36px; border-radius: 9999px; text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: var(--transition-smooth); box-shadow: var(--shadow); border: 1px solid rgba(226,232,240,0.8); cursor: pointer; }
.btn-secondary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); background: white; border-color: var(--blue-light); }

.btn-free { display: inline-flex; align-items: center; gap: 12px; background: linear-gradient(135deg, #10B981 0%, #34D399 20%, #6EE7B7 40%, #34D399 60%, #10B981 80%, #059669 100%); background-size: 300% 300%; color: white; padding: 18px 40px; border-radius: 9999px; text-decoration: none; font-weight: 800; font-size: 1.1rem; transition: var(--transition-smooth); box-shadow: 0 4px 20px rgba(16,185,129,0.4), 0 0 0 2px rgba(255,255,255,0.4) inset, 0 0 30px rgba(16,185,129,0.2); border: 2px solid rgba(255,255,255,0.5); cursor: pointer; animation: gradient-shift 5s ease infinite, glow-pulse 3s ease-in-out infinite; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.btn-free::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent); transition: left 0.7s; }
.btn-free::after { content: '✦'; position: absolute; top: 6px; right: 14px; font-size: 0.75rem; opacity: 0.8; animation: star-twinkle 1.5s ease-in-out infinite; }
.btn-free:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 12px 40px rgba(16,185,129,0.6), 0 0 0 2px rgba(255,255,255,0.6) inset, 0 0 60px rgba(16,185,129,0.3); filter: brightness(1.15) saturate(1.1); animation: gradient-shift 3s ease infinite, glow-pulse 2s ease-in-out infinite; }
.btn-free:hover::before { left: 100%; }
.btn-free .btn-icon { font-size: 1.3rem; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1)); }

/* ---- SOCIAL PROOF ---- */
.social-proof { display: flex; align-items: center; gap: 20px; }
.avatar-stack { display: flex; }
.avatar-stack img, .avatar-stack svg { width: 44px; height: 44px; border-radius: 50%; border: 3px solid var(--warm-white); margin-left: -14px; object-fit: cover; transition: all 0.3s; box-shadow: var(--shadow-sm); }
.avatar-stack img:first-child, .avatar-stack svg:first-child { margin-left: 0; }
.avatar-stack img:hover, .avatar-stack svg:hover { transform: scale(1.15) translateY(-4px); z-index: 10; }
.stars { color: #F59E0B; font-size: 1.1rem; letter-spacing: 2px; }
.social-proof-text { font-size: 0.9rem; color: var(--gray); line-height: 1.5; }
.social-proof-text strong { color: var(--dark); display: block; font-weight: 700; font-size: 0.95rem; margin-bottom: 2px; }

/* ---- PORTRAIT CARD ---- */
.portrait-card { position: relative; display: flex; justify-content: center; align-items: center; padding: 20px; }
.card-float { background: white; border-radius: 28px; padding: 28px; box-shadow: var(--shadow-xl), var(--shadow-glow); position: relative; animation: float-slow 5s ease-in-out infinite; transition: all 0.4s; }
.card-float:hover { transform: scale(1.02); box-shadow: var(--shadow-xl), 0 0 80px rgba(59,130,246,0.2); }
.portrait-img { width: 300px; height: 300px; border-radius: 20px; object-fit: cover; display: block; }
.badge-cpop { position: absolute; top: -14px; left: -14px; background: var(--gradient-blue); background-size: 200% 200%; color: white; padding: 8px 18px; border-radius: 9999px; font-size: 0.8rem; font-weight: 700; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 8px; animation: slide-in 0.6s ease-out 0.5s both; z-index: 10; }
.badge-teaching { position: absolute; bottom: -14px; right: -14px; background: white; color: var(--dark); padding: 10px 20px; border-radius: 9999px; font-size: 0.85rem; font-weight: 600; box-shadow: var(--shadow-xl); display: flex; align-items: center; gap: 10px; animation: slide-in 0.6s ease-out 0.7s both; z-index: 10; }
.badge-teaching::before { content: ''; width: 10px; height: 10px; background: var(--green); border-radius: 50%; display: inline-block; animation: pulse-ring 2s ease-in-out infinite; }

/* ---- SECTIONS ---- */
.about { padding: 120px 0; background: var(--cream); position: relative; overflow: hidden; }
.about::before { content: ''; position: absolute; top: 50%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(59,130,246,0.04) 0%, transparent 70%); border-radius: 50%; animation: drift 30s ease-in-out infinite; }
.course { padding: 120px 0; background: var(--sand); position: relative; overflow: hidden; }
.course::after { content: ''; position: absolute; bottom: -30%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(139,92,246,0.04) 0%, transparent 70%); border-radius: 50%; animation: drift 35s ease-in-out infinite; }
.consulting { padding: 120px 0; background: var(--cream); position: relative; overflow: hidden; }
.consulting::before { content: ''; position: absolute; top: -20%; right: -15%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(59,130,246,0.04) 0%, transparent 70%); border-radius: 50%; animation: drift 28s ease-in-out infinite; }
.content-section { padding: 80px 0; background: var(--cream); }
.section-badge { display: inline-block; background: rgba(255,255,255,0.6); backdrop-filter: blur(10px); color: var(--blue-dark); padding: 8px 20px; border-radius: 9999px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(226,232,240,0.6); box-shadow: var(--shadow-sm); transition: all 0.3s; }
.section-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--blue-light); }
.section-headline { font-size: 2.8rem; font-weight: 800; line-height: 1.15; margin-bottom: 28px; letter-spacing: -0.02em; }
.section-headline.centered { text-align: center; }

/* ---- STATS ---- */
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border: 1px solid rgba(226,232,240,0.5); border-radius: 20px; padding: 28px; text-align: center; transition: var(--transition-smooth); position: relative; overflow: hidden; }
.stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-blue); background-size: 200% 200%; transform: scaleX(0); transition: transform 0.4s; border-radius: 20px 20px 0 0; }
.stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--blue-light); background: white; }
.stat-card:hover::before { transform: scaleX(1); }
.stat-icon { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.6rem; transition: transform 0.3s; }
.stat-card:hover .stat-icon { transform: scale(1.1) rotate(-5deg); }
.stat-icon.blue { background: var(--blue-light); color: var(--blue); }
.stat-icon.orange { background: #FFF7ED; color: var(--orange); }
.stat-icon.purple { background: #F5F3FF; color: var(--purple); }
.stat-icon.green { background: #ECFDF5; color: var(--green); }
.stat-number { font-size: 2.2rem; font-weight: 800; color: var(--dark); line-height: 1; letter-spacing: -0.02em; }
.stat-label { font-size: 0.85rem; color: var(--gray); margin-top: 8px; font-weight: 500; }

.skill-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.pill { background: rgba(255,255,255,0.6); backdrop-filter: blur(10px); color: var(--blue-dark); padding: 10px 20px; border-radius: 9999px; font-size: 0.85rem; font-weight: 600; transition: all 0.3s; border: 1px solid rgba(226,232,240,0.6); cursor: default; }
.pill:hover { background: var(--gradient-blue); background-size: 200% 200%; color: white; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(59,130,246,0.3); border-color: transparent; }

/* ---- MODULES ---- */
.modules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 48px; max-width: 800px; margin-left: auto; margin-right: auto; }
.module-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border-radius: 16px; padding: 24px; display: flex; align-items: flex-start; gap: 18px; transition: var(--transition-smooth); border: 1px solid rgba(226,232,240,0.5); position: relative; overflow: hidden; }
.module-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--gradient-blue); background-size: 200% 200%; transform: scaleY(0); transition: transform 0.4s; border-radius: 16px 0 0 16px; }
.module-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); background: white; border-color: var(--blue-light); }
.module-card:hover::before { transform: scaleY(1); }
.module-number { width: 40px; height: 40px; background: var(--gradient-blue); background-size: 200% 200%; color: white; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; transition: transform 0.3s; }
.module-card:hover .module-number { transform: scale(1.1) rotate(-5deg); }
.module-info h4 { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.module-info p { font-size: 0.85rem; color: var(--gray); font-weight: 500; }

.module-0-card { background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 50%, #ECFDF5 100%); background-size: 200% 200%; border: 2px solid rgba(16,185,129,0.3); border-radius: 24px; padding: 40px; margin-bottom: 24px; display: flex; align-items: flex-start; gap: 24px; transition: var(--transition-smooth); position: relative; overflow: hidden; animation: gradient-shift 8s ease infinite; box-shadow: 0 4px 20px rgba(16,185,129,0.15); }
.module-0-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(16,185,129,0.25); border-color: rgba(16,185,129,0.5); }
.module-0-card .module-number { width: 56px; height: 56px; background: var(--green); color: white; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; flex-shrink: 0; box-shadow: 0 4px 16px rgba(16,185,129,0.3); }
.module-0-card .module-info h4 { font-size: 1.3rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.module-0-card .module-info p { font-size: 1rem; color: var(--gray); line-height: 1.6; margin-bottom: 12px; }
.free-badge-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--green); color: white; padding: 8px 20px; border-radius: 9999px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; box-shadow: 0 2px 8px rgba(16,185,129,0.3); }

/* ---- COURSE ---- */
.course-badges { display: flex; justify-content: center; gap: 14px; margin-bottom: 28px; flex-wrap: wrap; }
.course-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); padding: 8px 18px; border-radius: 9999px; font-size: 0.85rem; font-weight: 600; box-shadow: var(--shadow-sm); border: 1px solid rgba(226,232,240,0.5); transition: all 0.3s; }
.course-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.course-badge.blue { color: var(--blue); } .course-badge.orange { color: var(--orange); } .course-badge.green { color: var(--green); }
.course-title { font-size: 2.2rem; font-weight: 800; margin-bottom: 20px; letter-spacing: -0.02em; text-align: center; }
.course-desc { color: var(--gray); font-size: 1.1rem; line-height: 1.8; margin-bottom: 48px; text-align: center; }
.course-footer { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 48px; }
.course-meta { text-align: center; color: var(--gray); font-size: 0.9rem; font-weight: 500; }

/* ---- COMING SOON / NOTIFY ---- */
.coming-soon { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); border-radius: 24px; padding: 48px; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; border: 1px solid rgba(226,232,240,0.6); transition: all 0.4s; }
.coming-soon:hover { box-shadow: var(--shadow-xl); border-color: var(--blue-light); }
.coming-soon-left { display: flex; gap: 24px; align-items: flex-start; }
.coming-icon { width: 64px; height: 64px; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; transition: transform 0.3s; }
.coming-icon:hover { transform: scale(1.1) rotate(-5deg); }
.coming-icon.blue { background: var(--gradient-blue); background-size: 200% 200%; color: white; box-shadow: 0 8px 24px rgba(59,130,246,0.3); }
.coming-icon.orange { background: linear-gradient(135deg, #F97316 0%, #FBBF24 100%); color: white; box-shadow: 0 8px 24px rgba(249,115,22,0.3); }
.coming-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px; }
.coming-badge::after { content: ''; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; display: inline-block; animation: pulse-ring 2s ease-in-out infinite; }
.coming-soon h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.coming-soon p { color: var(--gray); font-size: 0.95rem; line-height: 1.7; }
.notify-form { display: flex; gap: 12px; }
.notify-form input { flex: 1; padding: 14px 20px; border: 1px solid rgba(226,232,240,0.8); border-radius: 9999px; font-family: inherit; font-size: 0.95rem; outline: none; transition: all 0.3s; background: rgba(255,255,255,0.6); }
.notify-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(59,130,246,0.1); background: white; }
.notify-form button { background: var(--dark); color: white; padding: 14px 28px; border-radius: 9999px; border: none; font-family: inherit; font-weight: 600; cursor: pointer; transition: all 0.4s; white-space: nowrap; position: relative; overflow: hidden; }
.notify-form button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.6s; }
.notify-form button:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59,130,246,0.3); }
.notify-form button:hover::before { left: 100%; }

/* ---- CONTACT FORM ---- */
.contact-form { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); border-radius: 24px; padding: 48px; box-shadow: var(--shadow-lg); border: 1px solid rgba(226,232,240,0.6); transition: all 0.4s; position: relative; overflow: visible; }
.contact-form:hover { box-shadow: var(--shadow-xl); border-color: var(--blue-light); }
.contact-form-header { text-align: center; margin-bottom: 32px; position: relative; z-index: 2; }
.contact-form-header strong { color: var(--dark); display: block; font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.contact-form-header p { color: var(--gray); font-size: 0.95rem; line-height: 1.6; }
.floating-emoji { position: absolute; font-size: 2.5rem; opacity: 0.2; pointer-events: none; z-index: 1; }
.floating-emoji.top-right { top: -20px; right: -15px; animation: float-slow 6s ease-in-out infinite; }
.floating-emoji.bottom-left { bottom: -15px; left: -15px; animation: float 5s ease-in-out infinite reverse; }
.form-group { margin-bottom: 20px; position: relative; z-index: 2; }
.form-group input, .form-group textarea { width: 100%; padding: 16px 20px; border: 1px solid rgba(226,232,240,0.8); border-radius: 14px; font-family: inherit; font-size: 0.95rem; outline: none; transition: all 0.3s; background: rgba(255,255,255,0.6); color: var(--dark); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(59,130,246,0.1); background: white; }
.form-group textarea { min-height: 130px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #94A3B8; }
.form-consent { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; position: relative; z-index: 2; }
.form-consent input[type="checkbox"] { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--blue); cursor: pointer; flex-shrink: 0; }
.form-consent label { font-size: 0.85rem; color: var(--gray); line-height: 1.5; cursor: pointer; }
.form-consent label a { color: var(--blue); text-decoration: none; }
.form-consent label a:hover { text-decoration: underline; }
.form-submit { width: 100%; margin-bottom: 20px; justify-content: center; position: relative; z-index: 2; }
.email-direct { text-align: center; color: var(--gray); font-size: 0.9rem; position: relative; z-index: 2; }
.email-direct a { color: var(--blue); text-decoration: none; font-weight: 600; position: relative; }
.email-direct a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--gradient-blue); background-size: 200% 200%; transition: width 0.3s; }
.email-direct a:hover::after { width: 100%; }

.form-success { background: var(--green-light); border: 1px solid rgba(16,185,129,0.3); border-radius: 14px; padding: 20px; text-align: center; color: var(--green-dark); font-weight: 600; display: none; }
.form-success.show { display: block; animation: scale-in 0.4s ease; }
.form-error { background: var(--coral-light); border: 1px solid rgba(248,113,113,0.3); border-radius: 14px; padding: 20px; text-align: center; color: var(--coral); font-weight: 600; display: none; }
.form-error.show { display: block; animation: scale-in 0.4s ease; }

/* ---- CONTENT CARD ---- */
.content-card { max-width: 680px; margin: 0 auto; background: white; border-radius: 24px; padding: 48px 40px; box-shadow: var(--shadow-xl); border: 1px solid rgba(226,232,240,0.6); position: relative; overflow: hidden; }
.content-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--purple), var(--green), var(--blue)); background-size: 200% 200%; animation: gradient-shift 3s ease infinite; }
.content-card h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 20px; color: var(--dark); }
.content-card p { font-size: 1.05rem; color: var(--gray); line-height: 1.8; margin-bottom: 20px; }
.content-card p strong { color: var(--dark); }
.content-card ul { margin: 20px 0; padding-left: 24px; }
.content-card li { font-size: 1rem; color: var(--gray); line-height: 1.8; margin-bottom: 10px; }
.content-card li strong { color: var(--dark); }
.contact-highlight { display: flex; align-items: center; gap: 16px; background: var(--green-light); border: 1px solid rgba(16,185,129,0.2); border-radius: 16px; padding: 24px; margin: 32px 0; }
.contact-highlight .contact-icon { font-size: 2rem; }
.contact-highlight .contact-info h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.contact-highlight .contact-info p { font-size: 0.95rem; color: var(--gray); margin: 0; }
.contact-highlight .contact-info a { color: var(--blue); text-decoration: none; font-weight: 600; }
.contact-highlight .contact-info a:hover { text-decoration: underline; }

/* ---- PRICING ---- */
.pricing-section { padding: 80px 0; background: var(--warm-white); text-align: center; }
.pricing-card { max-width: 560px; margin: 0 auto; padding: 48px 40px; background: white; border-radius: 24px; box-shadow: var(--shadow-xl); border: 1px solid rgba(226,232,240,0.6); position: relative; overflow: hidden; }
.pricing-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--purple), var(--coral), var(--blue)); background-size: 200% 200%; animation: gradient-shift 4s ease infinite; }
.pricing-card h3 { font-size: 1.3rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.pricing-card .pricing-desc { color: var(--gray); font-size: 1rem; margin-bottom: 24px; }
.pricing-card .price-row { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 24px; }
.pricing-card .price-strike-lg { font-size: 1.5rem; color: var(--gray); text-decoration: line-through; font-weight: 500; }
.pricing-card .price-current-lg { font-size: 3rem; font-weight: 900; color: var(--dark); }
.pricing-card .discount-badge { display: inline-block; background: var(--coral-light); color: var(--coral); padding: 6px 16px; border-radius: 9999px; font-size: 0.85rem; font-weight: 700; margin-bottom: 24px; }
.pricing-card .pricing-urgency { color: var(--coral); font-size: 0.85rem; font-weight: 600; margin-top: 16px; }
.savings-highlight { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #ECFDF5, #D1FAE5); color: var(--green-dark); padding: 12px 24px; border-radius: 12px; font-size: 1rem; font-weight: 600; margin-bottom: 20px; border: 1px solid rgba(16,185,129,0.2); }
.savings-highlight strong { font-size: 1.3rem; color: var(--green); }
.pricing-badge { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, #FEF3C7, #FDE68A); color: #92400E; padding: 8px 18px; border-radius: 9999px; font-size: 0.85rem; font-weight: 700; margin-bottom: 20px; border: 1px solid rgba(251,191,36,0.3); animation: pulse-ring 3s ease-in-out infinite; }
.price-arrow { font-size: 1.5rem; color: var(--green); font-weight: 700; animation: icon-bounce 2s ease-in-out infinite; }

/* ---- TESTIMONIALS ---- */
.social-proof-section { padding: 100px 0 80px; background: linear-gradient(180deg, var(--warm-white) 0%, var(--cream) 50%, var(--warm-white) 100%); text-align: center; overflow: hidden; position: relative; }
.social-proof-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(226,232,240,0.8), transparent); }
.testimonial-track-wrapper { width: 100%; overflow: hidden; padding: 20px 0; position: relative; }
.testimonial-track-wrapper::before, .testimonial-track-wrapper::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.testimonial-track-wrapper::before { left: 0; background: linear-gradient(90deg, var(--warm-white), transparent); }
.testimonial-track-wrapper::after { right: 0; background: linear-gradient(270deg, var(--warm-white), transparent); }
.testimonial-track { display: flex; gap: 24px; width: max-content; animation: scroll-carousel 30s linear infinite; }
.testimonial-track-wrapper:hover .testimonial-track { animation-play-state: paused; }
.testimonial-card { flex: 0 0 380px; background: white; border-radius: 24px; padding: 32px; text-align: left; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid rgba(226,232,240,0.5); transition: var(--transition-smooth); position: relative; overflow: hidden; }
.testimonial-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--purple), var(--green)); opacity: 0; transition: opacity 0.3s; }
.testimonial-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.testimonial-card:hover::before { opacity: 1; }
.testimonial-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.testimonial-meta { display: flex; flex-direction: column; gap: 2px; }
.testimonial-name { font-weight: 700; color: var(--dark); font-size: 0.95rem; }
.testimonial-tag { font-size: 0.8rem; color: var(--gray); font-weight: 500; }
.testimonial-stars { color: #F59E0B; font-size: 1.1rem; letter-spacing: 3px; margin-bottom: 14px; }
.testimonial-quote { font-size: 1rem; color: var(--dark); line-height: 1.7; margin-bottom: 20px; font-weight: 500; position: relative; padding-left: 20px; }
.testimonial-quote::before { content: '"'; position: absolute; left: 0; top: -8px; font-size: 2.5rem; color: var(--blue-light); font-family: Georgia, serif; line-height: 1; }
.testimonial-footer { padding-top: 16px; border-top: 1px solid rgba(226,232,240,0.5); }
.testimonial-result { display: inline-flex; align-items: center; gap: 6px; background: var(--green-light); color: var(--green-dark); padding: 8px 16px; border-radius: 9999px; font-size: 0.8rem; font-weight: 600; }

/* ---- FAQ ---- */
.faq-section { padding: 100px 0; background: var(--cream); }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { background: white; border-radius: 16px; margin-bottom: 12px; border: 1px solid rgba(226,232,240,0.5); overflow: hidden; transition: var(--transition-smooth); }
.faq-item:hover { box-shadow: var(--shadow); border-color: var(--blue-light); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 28px; cursor: pointer; font-weight: 700; font-size: 1.05rem; color: var(--dark); transition: var(--transition-smooth); background: none; border: none; width: 100%; text-align: left; font-family: inherit; }
.faq-question:hover { color: var(--blue); }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--blue); color: white; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease; padding: 0 28px; }
.faq-item.active .faq-answer { max-height: 500px; padding: 0 28px 24px; }
.faq-answer p { color: var(--gray); line-height: 1.8; font-size: 0.95rem; }
.faq-answer p strong { color: var(--dark); }

/* ---- GUARANTEE ---- */
.guarantee-section { padding: 80px 0; background: var(--warm-white); text-align: center; }
.guarantee-box { max-width: 600px; margin: 0 auto; padding: 40px; background: white; border-radius: 24px; box-shadow: var(--shadow-lg); border: 1px solid rgba(226,232,240,0.6); }
.guarantee-icon { font-size: 3rem; margin-bottom: 16px; }
.guarantee-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 12px; }
.guarantee-text { color: var(--gray); line-height: 1.7; }

/* ---- FOOTER CTA ---- */
.footer-cta { padding: 100px 0; background: var(--cream); text-align: center; }

/* ---- FOOTER ---- */
.footer { padding: 48px 0; border-top: 1px solid rgba(226,232,240,0.6); background: var(--warm-white); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.footer-left { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-left p { color: var(--gray); font-size: 0.9rem; font-weight: 500; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: var(--gray); text-decoration: none; font-size: 0.85rem; font-weight: 500; transition: color 0.3s; }
.footer-links a:hover { color: var(--dark); }
.footer-links a.active { color: var(--blue); font-weight: 600; }
.social-links { display: flex; gap: 14px; }
.social-links a { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gray); transition: var(--transition-smooth); border: 1px solid rgba(226,232,240,0.6); background: rgba(255,255,255,0.4); }
.social-links a:hover { color: var(--blue); border-color: var(--blue-light); transform: translateY(-4px) scale(1.1); box-shadow: var(--shadow); background: white; }

/* ---- COOKIE BANNER ---- */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); border-top: 1px solid rgba(226,232,240,0.6); padding: 20px 0; z-index: 3001; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 -4px 20px rgba(0,0,0,0.06); }
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { max-width: 1140px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cookie-text { font-size: 0.9rem; color: var(--gray); margin: 0; }
.cookie-text a { color: var(--blue); text-decoration: none; font-weight: 500; }
.cookie-text a:hover { text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-btn { padding: 12px 24px; border-radius: 9999px; font-family: inherit; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s; border: none; }
.cookie-reject { background: transparent; color: var(--gray); border: 1px solid rgba(226,232,240,0.8); }
.cookie-reject:hover { background: rgba(226,232,240,0.3); color: var(--dark); }
.cookie-accept { background: var(--gradient-blue); background-size: 200% 200%; color: white; box-shadow: 0 4px 14px rgba(59,130,246,0.3); }
.cookie-accept:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59,130,246,0.4); }
.cookie-icon { position: fixed; bottom: 20px; left: 20px; width: 44px; height: 44px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; cursor: pointer; z-index: 3000; box-shadow: var(--shadow-lg); border: 1px solid rgba(226,232,240,0.6); opacity: 0; visibility: hidden; transition: all 0.3s; }
.cookie-icon.show { opacity: 1; visibility: visible; }
.cookie-icon:hover { transform: scale(1.1); box-shadow: var(--shadow-xl); }

/* ---- LEGAL ---- */
.legal-section { padding: 60px 0 100px; background: var(--cream); }
.legal-card { max-width: 800px; margin: 0 auto; background: white; border-radius: 24px; padding: 48px; box-shadow: var(--shadow-xl); border: 1px solid rgba(226,232,240,0.6); position: relative; overflow: hidden; }
.legal-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--purple), var(--green), var(--blue)); background-size: 200% 200%; animation: gradient-shift 3s ease infinite; }
.legal-card .last-updated { font-size: 0.85rem; color: var(--gray); margin-bottom: 32px; font-style: italic; }
.legal-card h2 { font-size: 1.4rem; font-weight: 800; color: var(--dark); margin: 40px 0 16px; padding-top: 24px; border-top: 1px solid rgba(226,232,240,0.5); }
.legal-card h2:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.legal-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin: 24px 0 12px; }
.legal-card p { font-size: 0.95rem; color: var(--gray); line-height: 1.8; margin-bottom: 16px; }
.legal-card p strong { color: var(--dark); font-weight: 600; }
.legal-card ul { margin: 16px 0 16px 24px; }
.legal-card li { font-size: 0.95rem; color: var(--gray); line-height: 1.8; margin-bottom: 8px; }
.legal-card li strong { color: var(--dark); font-weight: 600; }
.legal-card a { color: var(--blue); text-decoration: none; font-weight: 500; }
.legal-card a:hover { text-decoration: underline; }
.legal-card .contact-box { background: var(--blue-light); border-radius: 16px; padding: 24px; margin-top: 32px; }
.legal-card .contact-box p { margin: 0; color: var(--dark); font-weight: 500; }
.legal-card .contact-box a { color: var(--blue-dark); font-weight: 700; }
.legal-card .highlight-box { background: var(--green-light); border: 1px solid rgba(16,185,129,0.2); border-radius: 16px; padding: 24px; margin: 24px 0; }
.legal-card .highlight-box p { margin: 0; color: var(--green-dark); font-weight: 500; }
.legal-card .highlight-box strong { color: var(--green-dark); }

/* ---- SYSTEME.IO ---- */
.sys-form-wrap { min-height: 0; }
.sys-form-wrap * { box-sizing: border-box; }
.sys-form-wrap form { display: flex !important; flex-direction: column !important; gap: 16px !important; }
.sys-form-wrap input[type="text"], .sys-form-wrap input[type="email"], .sys-form-wrap input:not([type="submit"]):not([type="button"]) { width: 100% !important; padding: 16px 20px !important; border: 1.5px solid rgba(226,232,240,0.8) !important; border-radius: 14px !important; font-family: inherit !important; font-size: 1rem !important; outline: none !important; transition: all 0.3s !important; background: rgba(255,255,255,0.6) !important; color: var(--dark) !important; height: auto !important; line-height: 1.5 !important; box-sizing: border-box !important; }
.sys-form-wrap input:focus { border-color: var(--green) !important; box-shadow: 0 0 0 4px rgba(16,185,129,0.1) !important; background: white !important; }
.sys-form-wrap input::placeholder { color: #94A3B8 !important; font-weight: 400 !important; }
.sys-form-wrap button, .sys-form-wrap input[type="submit"] { width: 100% !important; padding: 18px 40px !important; border-radius: 9999px !important; font-weight: 800 !important; font-size: 1.1rem !important; border: none !important; cursor: pointer !important; background: linear-gradient(135deg, #10B981 0%, #34D399 25%, #10B981 50%, #059669 75%, #10B981 100%) !important; background-size: 200% 200% !important; color: white !important; box-shadow: 0 4px 20px rgba(16,185,129,0.4), 0 0 0 1px rgba(16,185,129,0.2) !important; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important; position: relative !important; overflow: hidden !important; animation: gradient-shift 4s ease infinite !important; text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important; margin-top: 8px !important; height: auto !important; line-height: 1.4 !important; }
.sys-form-wrap button:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 28px rgba(16,185,129,0.5) !important; filter: brightness(1.1) !important; }

/* ---- SAVINGS COUNTER ---- */
.savings-counter { display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.7); backdrop-filter: blur(10px); border: 1px solid rgba(226,232,240,0.6); padding: 16px 28px; border-radius: 16px; margin-bottom: 32px; box-shadow: var(--shadow-sm); }
.savings-counter .counter-icon { font-size: 1.8rem; }
.savings-counter .counter-number { font-size: 2rem; font-weight: 900; background: var(--gradient-blue); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.savings-counter .counter-label { font-size: 0.85rem; color: var(--gray); font-weight: 500; text-align: left; line-height: 1.3; }

/* ---- REVEAL ---- */
.reveal { opacity: 0; transform: translateY(40px) scale(0.98); transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0) scale(1); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }
.reveal-delay-7 { transition-delay: 0.7s; }
.reveal-delay-8 { transition-delay: 0.8s; }

/* ---- RESPONSIVE ---- */
@media (max-width: 968px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-inner .portrait-card { order: 1; }
  .hero-headline { font-size: 3rem; }
  .nav-center { display: none; }
  .hamburger-btn { display: flex; }
  .about-grid, .consulting-grid, .coming-soon { grid-template-columns: 1fr; }
  .modules-grid { grid-template-columns: 1fr; }
  .hero { padding: 140px 0 100px; }
  .section-headline { font-size: 2.2rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .coming-soon { padding: 32px; }
  .coming-soon-left { flex-direction: column; gap: 16px; }
  .contact-form { padding: 32px; }
  .floating-emoji { font-size: 2rem; }
  .sticky-bar-inner { flex-direction: column; text-align: center; padding: 12px 28px; }
  .testimonial-card { flex: 0 0 320px; padding: 24px; }
  .testimonial-track-wrapper::before, .testimonial-track-wrapper::after { width: 60px; }
  .faq-question { padding: 20px 24px; font-size: 1rem; }
}

@media (max-width: 640px) {
  .hero-headline { font-size: 2.4rem; }
  .hero-ctas { flex-direction: column; }
  .btn-primary, .btn-secondary, .btn-free { width: 100%; justify-content: center; }
  .stats-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 28px; text-align: center; }
  .footer-left { flex-direction: column; gap: 16px; }
  .coming-soon { padding: 24px; gap: 32px; }
  .notify-form { flex-direction: column; }
  .notify-form button { width: 100%; }
  .contact-form { padding: 24px; }
  .section-headline { font-size: 1.8rem; }
  .nav-cta { padding: 10px 20px; font-size: 0.85rem; }
  .logo { font-size: 1.1rem; }
  .logo-icon { width: 32px; height: 32px; font-size: 0.9rem; }
  .floating-emoji { display: none; }
  .cookie-inner { flex-direction: column; text-align: center; }
  .content-card { padding: 36px 24px; margin: 0 16px; }
  .cta-row { flex-direction: column; }
  .legal-card { padding: 32px 24px; margin: 0 16px; }
  .pricing-card { padding: 36px 24px; margin: 0 16px; }
  .guarantee-box { padding: 32px 24px; margin: 0 16px; }
  .module-0-card { flex-direction: column; padding: 32px 24px; }
  .testimonial-card { flex: 0 0 300px; }
  .sticky-bar { display: none; }
  .contact-highlight { flex-direction: column; text-align: center; }
  .faq-question { padding: 16px 20px; }
  .faq-answer { padding: 0 20px; }
  .faq-item.active .faq-answer { padding: 0 20px 20px; }
}
