/* ============================================
   AEL Germany Schule — Premium Stylesheet
   German Theme: Black, Red, Gold — Elegant
   ============================================ */

/* --- Design Tokens --- */
:root {
    --black: #1a1a1a;
    --black-deep: #0d0d0d;
    --red: #dd0000;
    --red-dark: #b30000;
    --red-light: #ff1a1a;
    --gold: #ffcc00;
    --gold-dark: #e6b800;
    --gold-light: #ffd633;

    --gray-50: #fafafa;
    --gray-100: #f5f5f5;
    --gray-200: #e5e5e5;
    --gray-300: #d4d4d4;
    --gray-400: #a3a3a3;
    --gray-500: #737373;
    --gray-600: #525252;
    --gray-700: #404040;
    --gray-800: #262626;
    --gray-900: #171717;

    --white: #ffffff;
    --bg: #faf8f4;
    --text: #1a1a1a;
    --text-secondary: #525252;
    --text-muted: #737373;

    --cream: #faf8f4;
    --cream-dark: #f5f0e8;
    --glass: rgba(255,255,255,0.7);
    --glass-border: rgba(255,255,255,0.5);
    --glass-shadow: 0 8px 32px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04);

    --font-ar: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
    --font-en: 'Inter', 'Segoe UI', sans-serif;

    --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.03);
    --shadow-md: 0 4px 12px -2px rgba(0,0,0,0.08), 0 2px 6px -2px rgba(0,0,0,0.04);
    --shadow-lg: 0 12px 24px -4px rgba(0,0,0,0.1), 0 4px 8px -2px rgba(0,0,0,0.04);
    --shadow-xl: 0 20px 40px -8px rgba(0,0,0,0.12), 0 8px 16px -4px rgba(0,0,0,0.06);
    --shadow-2xl: 0 32px 64px -16px rgba(0,0,0,0.18), 0 16px 32px -8px rgba(0,0,0,0.08);
    --shadow-3d: 0 20px 60px -15px rgba(0,0,0,0.15), 0 10px 20px -10px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.04);
    --shadow-gold: 0 4px 14px rgba(255,204,0,0.2), 0 8px 24px rgba(255,204,0,0.08);
    --shadow-red: 0 4px 14px rgba(221,0,0,0.15), 0 8px 24px rgba(221,0,0,0.06);

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);

    /* Theme-aware semantic tokens (light defaults) */
    --surface: #ffffff;
    --surface-secondary: #fafafa;
    --surface-elevated: #ffffff;
    --surface-overlay: rgba(255,255,255,0.95);
    --border: #e5e5e5;
    --border-light: #f5f5f5;
    --card-bg: #ffffff;
    --card-border: #f5f5f5;
    --card-hover-shadow: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
    --input-bg: #ffffff;
    --nav-scrolled-bg: rgba(255,255,255,0.95);
    --nav-scrolled-shadow: 0 1px 3px rgba(0,0,0,0.06);
    --mobile-nav-bg: #ffffff;
    --mobile-nav-border: #f5f5f5;
    --footer-bg: #0d0d0d;
    --footer-text: rgba(255,255,255,0.7);
    --footer-muted: rgba(255,255,255,0.5);
    --footer-border: rgba(255,255,255,0.08);
    --proof-bg: #ffffff;
    --placeholder-bg: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    --map-bg: linear-gradient(135deg, #fafafa, #f5f5f5);
}

/* --- Dark Theme Overrides --- */
[data-theme="dark"] {
    --bg: #0f0f0f;
    --text: #e8e8e8;
    --text-secondary: #a3a3a3;
    --text-muted: #737373;
    --white: #e8e8e8;
    --black: #e8e8e8;

    --gray-50: #1a1a1a;
    --gray-100: #1f1f1f;
    --gray-200: #2a2a2a;
    --gray-300: #3a3a3a;
    --gray-400: #525252;
    --gray-500: #737373;
    --gray-600: #a3a3a3;
    --gray-700: #d4d4d4;
    --gray-800: #e5e5e5;
    --gray-900: #f5f5f5;

    --red: #ef4444;
    --red-dark: #dc2626;
    --red-light: #f87171;
    --gold: #fbbf24;
    --gold-dark: #f59e0b;
    --gold-light: #fcd34d;

    --surface: #161616;
    --surface-secondary: #1a1a1a;
    --surface-elevated: #1e1e1e;
    --surface-overlay: rgba(22,22,22,0.95);
    --border: #2a2a2a;
    --border-light: #1f1f1f;
    --card-bg: #1a1a1a;
    --card-border: #2a2a2a;
    --card-hover-shadow: 0 20px 40px -8px rgba(0,0,0,0.5);
    --input-bg: #1a1a1a;
    --nav-scrolled-bg: rgba(15,15,15,0.95);
    --nav-scrolled-shadow: 0 1px 3px rgba(0,0,0,0.3);
    --mobile-nav-bg: #161616;
    --mobile-nav-border: #2a2a2a;
    --footer-bg: #0a0a0a;
    --footer-text: rgba(255,255,255,0.6);
    --footer-muted: rgba(255,255,255,0.35);
    --footer-border: rgba(255,255,255,0.06);
    --proof-bg: #161616;
    --placeholder-bg: linear-gradient(135deg, #1a1a1a 0%, #222222 100%);
    --map-bg: linear-gradient(135deg, #1a1a1a, #1f1f1f);

    --shadow-sm: 0 1px 2px rgba(0,0,0,0.2);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.3), 0 2px 4px -2px rgba(0,0,0,0.2);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.35), 0 4px 6px -4px rgba(0,0,0,0.2);
    --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.4), 0 8px 10px -6px rgba(0,0,0,0.25);
    --shadow-2xl: 0 25px 50px -12px rgba(0,0,0,0.6);
    --shadow-3d: 0 20px 60px -15px rgba(0,0,0,0.5), 0 10px 20px -10px rgba(0,0,0,0.3), 0 2px 4px rgba(0,0,0,0.2);
    --shadow-gold: 0 4px 14px rgba(251,191,36,0.15);
    --shadow-red: 0 4px 14px rgba(239,68,68,0.15);

    --cream: #0f0f0f;
    --cream-dark: #0d0d0d;
    --glass: rgba(255,255,255,0.03);
    --glass-border: rgba(255,255,255,0.06);
    --glass-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--font-ar);
    background: var(--cream, var(--bg));
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.4s ease, color 0.4s ease;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img, video, iframe {
    max-width: 100%;
    display: block;
}

ul { list-style: none; }

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

.section {
    padding: clamp(48px, 6vw, 72px) 0;
}

/* --- Scroll Animations --- */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.no-js .animate-on-scroll,
.animate-on-scroll.visible {
    opacity: 1;
    transform: none;
}

/* Stagger children */
.services-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.services-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }
.services-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.3s; }
.services-grid .animate-on-scroll:nth-child(5) { transition-delay: 0.4s; }
.services-grid .animate-on-scroll:nth-child(6) { transition-delay: 0.5s; }

.why-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.why-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }
.why-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.15s; }
.why-grid .animate-on-scroll:nth-child(5) { transition-delay: 0.25s; }
.why-grid .animate-on-scroll:nth-child(6) { transition-delay: 0.35s; }

.proof-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.proof-grid .animate-on-scroll:nth-child(4) { transition-delay: 0.2s; }
.proof-grid .animate-on-scroll:nth-child(6) { transition-delay: 0.3s; }
.proof-grid .animate-on-scroll:nth-child(8) { transition-delay: 0.4s; }

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px) saturate(1.3);
    -webkit-backdrop-filter: blur(18px) saturate(1.3);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 10px 0;
}

[data-theme="dark"] .navbar {
    background: rgba(18, 18, 18, 0.8);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}

[data-theme="dark"] .navbar.scrolled {
    background: rgba(18, 18, 18, 0.92);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
}

.logo-ael {
    color: var(--black);
    font-family: var(--font-en);
}

.logo-germany {
    color: var(--red);
    font-family: var(--font-en);
}

.logo-schule {
    color: var(--gold-dark);
    font-family: var(--font-en);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 0.9rem;
    font-weight: 500;
}

.nav-links a {
    position: relative;
    color: rgba(20, 20, 20, 0.78);
    padding: 4px 0;
    font-weight: 600;
}

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

.nav-links a.nav-active {
    color: var(--red);
}

[data-theme="dark"] .nav-links a {
    color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .nav-links a:hover,
[data-theme="dark"] .nav-links a.nav-active {
    color: #ff4a4a;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--red);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-cta {
    background: var(--red) !important;
    color: var(--white) !important;
    padding: 8px 20px !important;
    border-radius: var(--radius-full);
    font-weight: 600 !important;
}

.nav-cta:hover {
    background: var(--red-dark) !important;
    transform: translateY(-1px);
}

.nav-cta::after { display: none !important; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    transition: var(--transition);
    border-radius: 2px;
}

[data-theme="dark"] .nav-toggle span {
    background: var(--white);
}

.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 — 3D SCHOOL BUILDING
   Light-first premium design
   ============================================ */
.hero-ed {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse 70% 50% at 70% 40%, rgba(221,0,0,0.02) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 20% 70%, rgba(255,204,0,0.015) 0%, transparent 55%),
        linear-gradient(175deg, #f5f3ed 0%, #eeece5 35%, #f3f1eb 65%, #e9e7e0 100%);
    overflow: hidden;
    padding: 120px 0 60px;
    color: #0a0a0a;
}

.hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    /* DEBUG: high opacity for testing — reduce to 0.18 after confirm */
    opacity: 0.45;
    filter: blur(1px) brightness(1) saturate(1);
    transform: scale(1.04);
    pointer-events: none;
}

.hero-ed::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    /* DEBUG: reduced overlay for testing — restore after confirm */
    opacity: 0.65;
    background:
        linear-gradient(90deg, rgba(250,248,242,0.92), rgba(250,248,242,0.72)),
        radial-gradient(circle at 65% 45%, rgba(255,255,255,0.35), transparent 45%);
    pointer-events: none;
}

[data-theme="dark"] .hero-bg-video {
    opacity: 0.12;
    filter: blur(3px) saturate(0.8) brightness(0.6);
}

[data-theme="dark"] .hero-ed::after {
    background:
        linear-gradient(90deg, rgba(10,10,10,0.92), rgba(10,10,10,0.75)),
        radial-gradient(circle at 65% 45%, rgba(30,30,30,0.3), transparent 45%);
}

.hero-ed > *:not(.hero-bg-video):not(.hero-ed__bg-type):not(.hero-ed__flag-bar) {
    position: relative;
    z-index: 2;
}

.hero-ed > .hero-ed__bg-type {
    z-index: 2;
}

.hero-ed > .hero-ed__flag-bar {
    position: relative;
    z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg-video {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-bg-video {
        opacity: 0.12;
    }
}

body.has-urgency-banner .hero-ed {
    padding-top: 160px;
}

[data-theme="dark"] .hero-ed {
    background: #0a0a0a;
    color: #fff;
}

/* --- Background watermark words --- */
.hero-ed__bg-type {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.hero-ed__bg-word {
    font-family: var(--font-en);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    white-space: nowrap;
    -webkit-text-stroke: 1.5px rgba(0,0,0,0.045);
    color: transparent;
    user-select: none;
    line-height: 1;
    position: absolute;
}

.hero-ed__bg-top {
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(7rem, 18vw, 16rem);
}

.hero-ed__bg-bottom {
    bottom: 2%;
    right: -2%;
    font-size: clamp(6rem, 15vw, 13rem);
    opacity: 0.7;
}

[data-theme="dark"] .hero-ed__bg-word {
    -webkit-text-stroke: 1px rgba(255,255,255,0.04);
}

/* --- Flag bar top accent --- */
.hero-ed__flag-bar {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    display: flex;
    z-index: 10;
}
.hero-ed__flag-bar span:nth-child(1) { flex: 1; background: #1a1a1a; }
.hero-ed__flag-bar span:nth-child(2) { flex: 1; background: #dd0000; }
.hero-ed__flag-bar span:nth-child(3) { flex: 1; background: #ffcc00; }

/* --- Two-column layout --- */
.hero-ed__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

/* --- Left: Text content --- */
.hero-ed__left {
    position: relative;
    z-index: 3;
}

/* --- Badge --- */
.hero-ed__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(221,0,0,0.07);
    border: 1px solid rgba(221,0,0,0.15);
    color: #c00;
    margin-bottom: 28px;
}

[data-theme="dark"] .hero-ed__badge {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
}

.hero-ed__badge-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 8px rgba(37,211,102,0.5);
    animation: pulse-dot 2s ease-in-out infinite;
}

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

.hero-ed__badge-sep {
    color: rgba(0,0,0,0.15);
}
[data-theme="dark"] .hero-ed__badge-sep { color: rgba(255,255,255,0.2); }

/* --- Title --- */
.hero-ed__title {
    font-size: clamp(2.6rem, 5.5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
    color: #0a0a0a;
}

[data-theme="dark"] .hero-ed__title { color: #fff; }

.hero-ed__title-line {
    display: block;
}

.hero-ed__title-accent {
    opacity: 0.9;
}

.hero-ed__title-script {
    display: block;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 0.45em;
    letter-spacing: 2px;
    color: rgba(0,0,0,0.4);
    margin-top: 4px;
}

[data-theme="dark"] .hero-ed__title-script {
    color: rgba(255,255,255,0.35);
}

.hero-ed__title-germany {
    display: block;
    background: linear-gradient(135deg, #d4a800 0%, #c00000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.15em;
    letter-spacing: -2px;
    position: relative;
}

[data-theme="dark"] .hero-ed__title-germany {
    background: linear-gradient(135deg, var(--gold) 0%, var(--red-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-ed__title-germany::after {
    content: '';
    position: absolute;
    bottom: 2px; right: 0; left: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4a800, #c00000);
    border-radius: 2px;
    opacity: 0.7;
    animation: underline-reveal 1.2s 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

[data-theme="dark"] .hero-ed__title-germany::after {
    background: linear-gradient(90deg, var(--gold), var(--red));
    opacity: 0.6;
}

@keyframes underline-reveal {
    from { transform: scaleX(0); transform-origin: right; }
    to { transform: scaleX(1); transform-origin: right; }
}

html[dir="ltr"] .hero-ed__title-germany::after {
    animation-name: underline-reveal-ltr;
}

@keyframes underline-reveal-ltr {
    from { transform: scaleX(0); transform-origin: left; }
    to { transform: scaleX(1); transform-origin: left; }
}

/* --- Subtitle --- */
.hero-ed__sub {
    font-size: 1.05rem;
    color: rgba(0,0,0,0.55);
    line-height: 1.85;
    margin-bottom: 32px;
    max-width: 520px;
}

[data-theme="dark"] .hero-ed__sub {
    color: rgba(255,255,255,0.5);
}

/* --- Actions --- */
.hero-ed__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-ed__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    border: none;
}

.hero-ed__btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.hero-ed__btn--wa {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    box-shadow: 0 4px 16px rgba(22,163,74,0.25), 0 8px 28px rgba(22,163,74,0.12);
}

.hero-ed__btn--wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(22,163,74,0.3), 0 12px 36px rgba(22,163,74,0.18);
}

[data-theme="dark"] .hero-ed__btn--wa {
    background: linear-gradient(135deg, #25d366, #1aac50);
    box-shadow: 0 4px 24px rgba(37,211,102,0.3);
}

.hero-ed__btn--sec {
    background: rgba(255,255,255,0.75);
    color: #111;
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.hero-ed__btn--sec:hover {
    background: rgba(255,255,255,0.95);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

[data-theme="dark"] .hero-ed__btn--sec {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-color: rgba(255,255,255,0.15);
    box-shadow: none;
}

[data-theme="dark"] .hero-ed__btn--sec:hover {
    background: rgba(255,255,255,0.14);
}

/* --- Stats --- */
.hero-ed__stats {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 28px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

[data-theme="dark"] .hero-ed__stats {
    border-top-color: rgba(255,255,255,0.08);
}

.hero-ed__stat {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-ed__stat-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(221,0,0,0.06);
    color: #c00;
    flex-shrink: 0;
}

.hero-ed__stat-icon svg {
    width: 18px;
    height: 18px;
}

[data-theme="dark"] .hero-ed__stat-icon {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.6);
}

.hero-ed__stat > div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0;
}

.hero-ed__stat strong {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #0a0a0a;
}

[data-theme="dark"] .hero-ed__stat strong { color: #fff; }

.hero-ed__stat span {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--gold-dark);
    margin-inline-start: 2px;
}

[data-theme="dark"] .hero-ed__stat span { color: var(--gold); }

.hero-ed__stat small {
    font-size: 0.72rem;
    color: rgba(0,0,0,0.45);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    margin-top: 2px;
}

[data-theme="dark"] .hero-ed__stat small { color: rgba(255,255,255,0.4); }

.hero-ed__stat-div {
    width: 1px;
    height: 32px;
    background: rgba(0,0,0,0.1);
}

[data-theme="dark"] .hero-ed__stat-div { background: rgba(255,255,255,0.08); }

/* --- Right: 3D School Visual Scene --- */
.hero-ed__visual {
    position: relative;
    z-index: 2;
}

.hero-ed__scene {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}

.hero-ed__building-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12)) drop-shadow(0 8px 16px rgba(0,0,0,0.08));
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}

.hero-ed__scene:hover .hero-ed__building-img {
    transform: translateY(-6px) scale(1.01);
    filter: drop-shadow(0 28px 56px rgba(0,0,0,0.16)) drop-shadow(0 12px 24px rgba(0,0,0,0.1));
}

[data-theme="dark"] .hero-ed__building-img {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4)) drop-shadow(0 8px 16px rgba(0,0,0,0.3));
}

[data-theme="dark"] .hero-ed__scene:hover .hero-ed__building-img {
    filter: drop-shadow(0 28px 56px rgba(0,0,0,0.5)) drop-shadow(0 12px 24px rgba(0,0,0,0.4));
}

/* --- Annotation system --- */
.hero-ed__anno {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    z-index: 4;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero-ed__anno:hover {
    transform: translateY(-3px);
}

.hero-ed__anno-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dd0000;
    border: 2.5px solid #fff;
    box-shadow: 0 2px 8px rgba(221,0,0,0.3), 0 0 0 3px rgba(221,0,0,0.1);
    flex-shrink: 0;
    margin-top: 12px;
    position: relative;
    animation: anno-pulse 3s ease-in-out infinite;
}

@keyframes anno-pulse {
    0%, 100% { box-shadow: 0 2px 8px rgba(221,0,0,0.3), 0 0 0 3px rgba(221,0,0,0.1); }
    50% { box-shadow: 0 2px 8px rgba(221,0,0,0.3), 0 0 0 8px rgba(221,0,0,0.05); }
}

[data-theme="dark"] .hero-ed__anno-dot {
    border-color: #1a1a1a;
    box-shadow: 0 2px 8px rgba(221,0,0,0.4), 0 0 0 3px rgba(221,0,0,0.15);
}

.hero-ed__anno-card {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow:
        0 4px 16px rgba(0,0,0,0.06),
        0 12px 32px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.8);
    min-width: 160px;
    max-width: 200px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hero-ed__anno:hover .hero-ed__anno-card {
    box-shadow:
        0 8px 24px rgba(0,0,0,0.1),
        0 16px 48px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

[data-theme="dark"] .hero-ed__anno-card {
    background: rgba(30,30,30,0.85);
    border-color: rgba(255,255,255,0.08);
    box-shadow:
        0 4px 16px rgba(0,0,0,0.3),
        0 12px 32px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.hero-ed__anno-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-ed__anno-icon svg {
    width: 16px;
    height: 16px;
}

.hero-ed__anno-icon--red {
    background: rgba(221,0,0,0.08);
    color: #c00;
}

.hero-ed__anno-icon--gold {
    background: rgba(212,168,0,0.1);
    color: #b8860b;
}

.hero-ed__anno-icon--green {
    background: rgba(37,211,102,0.1);
    color: #16a34a;
}

[data-theme="dark"] .hero-ed__anno-icon--red {
    background: rgba(221,0,0,0.15);
    color: #ff4444;
}

[data-theme="dark"] .hero-ed__anno-icon--gold {
    background: rgba(255,204,0,0.12);
    color: var(--gold);
}

[data-theme="dark"] .hero-ed__anno-icon--green {
    background: rgba(37,211,102,0.12);
    color: #25d366;
}

.hero-ed__anno-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(0,0,0,0.45);
    margin-bottom: 1px;
}

[data-theme="dark"] .hero-ed__anno-label {
    color: rgba(255,255,255,0.4);
}

.hero-ed__anno-highlight {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0a0a0a;
    letter-spacing: -0.3px;
}

[data-theme="dark"] .hero-ed__anno-highlight {
    color: #fff;
}

.hero-ed__anno-desc {
    font-size: 0.68rem;
    color: rgba(0,0,0,0.4);
    margin-top: 2px;
    line-height: 1.4;
}

[data-theme="dark"] .hero-ed__anno-desc {
    color: rgba(255,255,255,0.35);
}

/* --- Annotation positions --- */
.hero-ed__anno--courses {
    top: 8%;
    left: -10%;
    flex-direction: row-reverse;
}

.hero-ed__anno--branch {
    bottom: 18%;
    left: -12%;
    flex-direction: row-reverse;
}

.hero-ed__anno--ausbild {
    top: 5%;
    right: -8%;
}

.hero-ed__anno--visa {
    top: 42%;
    right: -10%;
}

.hero-ed__anno--whatsapp {
    bottom: 8%;
    right: -8%;
}

html[dir="rtl"] .hero-ed__anno--courses,
html[dir="rtl"] .hero-ed__anno--branch {
    flex-direction: row;
}

html[dir="rtl"] .hero-ed__anno--ausbild,
html[dir="rtl"] .hero-ed__anno--visa,
html[dir="rtl"] .hero-ed__anno--whatsapp {
    flex-direction: row-reverse;
}

/* --- Floating level tag --- */
.hero-ed__level-tag {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 100px;
    color: #fff;
    font-family: var(--font-en);
    z-index: 5;
}

.hero-ed__level-tag span {
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: -0.3px;
}

.hero-ed__level-tag small {
    font-size: 0.68rem;
    opacity: 0.7;
}

[data-theme="dark"] .hero-ed__level-tag {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.08);
}

/* --- Scroll indicator --- */
.hero-ed__scroll {
    position: absolute;
    bottom: 28px; left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(0,0,0,0.3);
    font-size: 0.68rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

[data-theme="dark"] .hero-ed__scroll { color: rgba(255,255,255,0.25); }

.hero-ed__scroll-line {
    width: 1px; height: 40px;
    background: rgba(0,0,0,0.1);
    position: relative; overflow: hidden;
}

[data-theme="dark"] .hero-ed__scroll-line { background: rgba(255,255,255,0.08); }

.hero-ed__scroll-dot {
    width: 3px; height: 10px;
    background: rgba(0,0,0,0.4);
    border-radius: 2px;
    position: absolute; left: -1px;
    animation: scroll-travel 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

[data-theme="dark"] .hero-ed__scroll-dot { background: rgba(255,255,255,0.4); }

@keyframes scroll-travel {
    0% { top: -10px; opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { top: 40px; opacity: 0; }
}

/* --- Reveal animation --- */
.hero-reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-reveal.revealed {
    opacity: 1;
    transform: none;
}

/* --- Hero responsive: Large desktop --- */
@media (min-width: 1200px) {
    .hero-ed__scene { max-width: 580px; }
    .hero-ed__anno-card { max-width: 220px; }
}

/* --- Hero responsive: Tablet --- */
@media (max-width: 1024px) {
    .hero-ed__layout { grid-template-columns: 1fr 1fr; gap: 32px; }
    .hero-ed__scene { max-width: 440px; }
    .hero-ed__anno-card { min-width: 140px; max-width: 170px; padding: 10px 12px; }
    .hero-ed__anno-icon { width: 28px; height: 28px; }
    .hero-ed__anno-icon svg { width: 14px; height: 14px; }
    .hero-ed__anno--courses { left: -6%; }
    .hero-ed__anno--branch { left: -8%; }
    .hero-ed__anno--ausbild { right: -4%; }
    .hero-ed__anno--visa { right: -6%; }
    .hero-ed__anno--whatsapp { right: -4%; }
}

/* --- Hero responsive: Mobile --- */
@media (max-width: 768px) {
    .hero-ed {
        padding: 96px 0 48px;
        min-height: auto;
    }
    body.has-urgency-banner .hero-ed { padding-top: 140px; }

    .hero-ed__layout {
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
    }

    /* Content FIRST, building SECOND */
    .hero-ed__left { order: 1; }
    .hero-ed__visual { order: 2; }

    /* Center all content */
    .hero-ed__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding-inline: 20px;
        box-sizing: border-box;
    }

    /* Badge */
    .hero-ed__badge {
        margin-inline: auto;
        margin-bottom: 20px;
    }

    /* Title block */
    .hero-ed__title {
        text-align: center;
        font-size: clamp(2.2rem, 10vw, 3rem);
        line-height: 1;
        margin-bottom: 8px;
        width: 100%;
    }

    .hero-ed__title-line {
        display: block;
    }

    .hero-ed__title-script {
        display: block;
        text-align: center;
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .hero-ed__title-germany {
        display: block;
        text-align: center;
        margin-inline: auto;
    }

    .hero-ed__title-germany::after {
        left: 50%;
        right: auto;
        width: 80%;
        transform: translateX(-50%) scaleX(1);
        transform-origin: center;
    }

    /* Subtitle */
    .hero-ed__sub {
        max-width: 100%;
        text-align: center;
        margin-bottom: 24px;
        margin-top: 16px;
    }

    /* CTA buttons */
    .hero-ed__actions {
        justify-content: center;
        width: 100%;
        margin-bottom: 24px;
    }

    .hero-ed__actions .hero-ed__btn {
        flex: 1;
        min-width: 0;
        justify-content: center;
        text-align: center;
        padding: 12px 16px;
        font-size: 0.88rem;
    }

    /* Stats row */
    .hero-ed__stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px 24px;
        width: 100%;
        margin-bottom: 0;
        border-top: none;
        padding-top: 20px;
    }

    .hero-ed__stat-div {
        display: none;
    }

    /* Building visual */
    .hero-ed__visual {
        margin-top: 28px;
    }

    .hero-ed__scene {
        max-width: 300px;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-ed__building-img {
        width: 100%;
        max-width: 300px;
    }

    /* Hide annotations + dots on mobile */
    .hero-ed__anno { display: none; }
    .hero-ed__anno-dot { display: none; }

    .hero-ed__level-tag {
        position: relative;
        bottom: auto; left: auto;
        transform: none;
        margin-top: 8px;
        margin-inline: auto;
    }

    .hero-ed__bg-top { font-size: 26vw; opacity: 0.04; }
    .hero-ed__bg-bottom { font-size: 20vw; opacity: 0.04; }

    .hero-ed__scroll { display: none; }

    .hero-bg-video { opacity: 0.08; }

    /* Force visibility — override GSAP inline styles on mobile */
    .hero-ed__badge,
    .hero-ed__title,
    .hero-ed__title-line,
    .hero-ed__title-script,
    .hero-ed__title-germany,
    .hero-ed__sub,
    .hero-ed__actions,
    .hero-ed__btn,
    .hero-ed__stats,
    .hero-ed__stat,
    .hero-ed__visual {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
}

/* --- Hero responsive: Small mobile --- */
@media (max-width: 480px) {
    .hero-ed {
        padding: 76px 0 32px;
    }

    body.has-urgency-banner .hero-ed {
        padding-top: 116px;
    }

    .hero-ed__left {
        padding-inline: 16px;
    }

    .hero-ed__badge {
        margin-bottom: 16px;
        font-size: 0.72rem;
        padding: 5px 12px;
    }

    .hero-ed__title {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }

    .hero-ed__title-germany { font-size: 1.1em; }

    .hero-ed__sub {
        font-size: 0.88rem;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .hero-ed__actions {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .hero-ed__actions .hero-ed__btn {
        width: 100%;
        flex: none;
        padding: 11px 14px;
        font-size: 0.84rem;
    }

    .hero-ed__stats { gap: 10px 16px; }
    .hero-ed__stat-icon { width: 30px; height: 30px; }

    .hero-ed__visual { margin-top: 24px; }

    .hero-ed__scene { max-width: 260px; }
    .hero-ed__building-img { max-width: 260px; }

    .hero-ed__bg-top { font-size: 22vw; }
    .hero-ed__bg-bottom { font-size: 16vw; }
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.95rem;
    font-family: var(--font-en);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn-icon-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.btn-primary {
    background: var(--red);
    color: var(--white);
    box-shadow: var(--shadow-red);
}

.btn-primary:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(221,0,0,0.25);
}

.btn-whatsapp {
    background: #25d366;
    box-shadow: 0 4px 14px rgba(37,211,102,0.2);
}

.btn-whatsapp:hover {
    background: #1da851;
    box-shadow: 0 8px 25px rgba(37,211,102,0.3);
}

.btn-secondary {
    background: rgba(0,0,0,0.05);
    color: var(--text);
    border: 1px solid rgba(0,0,0,0.15);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(0,0,0,0.08);
    border-color: rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

[data-theme="dark"] .btn-secondary {
    background: rgba(255,255,255,0.1);
    color: var(--white);
    border-color: rgba(255,255,255,0.2);
}

[data-theme="dark"] .btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
}

.btn-secondary:hover .btn-icon-arrow {
    transform: translateX(-4px);
}

.btn-outline {
    background: transparent;
    color: var(--text);
    border: 2px solid var(--gray-200);
}

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

.btn-instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: var(--white);
}

.btn-instagram:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(131,58,180,0.2);
}

.btn-lg {
    padding: 16px 36px;
    font-size: 1.05rem;
}

/* Hero Stats (cinematic) */
.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--red);
    font-family: var(--font-en);
    line-height: 1.2;
}

.stat-plus {
    color: var(--red);
    font-weight: 700;
    font-family: var(--font-en);
}

[data-theme="dark"] .stat-number,
[data-theme="dark"] .stat-plus {
    color: var(--gold);
}

.stat-label {
    display: block;
    font-size: 0.78rem;
    color: rgba(0,0,0,0.45);
    margin-top: 4px;
}

[data-theme="dark"] .stat-label {
    color: rgba(255,255,255,0.45);
}

.stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(0,0,0,0.08);
}

[data-theme="dark"] .stat-divider {
    background: rgba(255,255,255,0.08);
}

/* Hero Visual Card */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-card {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.hero-card-inner {
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: var(--radius-xl);
    overflow: hidden;
    backdrop-filter: blur(20px);
    transition: transform 0.4s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

[data-theme="dark"] .hero-card-inner {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1);
    box-shadow: none;
}

.hero-card-inner:hover {
    transform: translateY(-8px);
}

.hero-card-flag {
    display: flex;
    height: 8px;
}

.flag-stripe {
    flex: 1;
}

.flag-black { background: var(--black-deep); }
.flag-red { background: var(--red); }
.flag-gold { background: var(--gold); }

.hero-card-content {
    padding: 40px 32px;
    text-align: center;
    color: var(--text);
}

[data-theme="dark"] .hero-card-content {
    color: var(--white);
}

.card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    color: var(--gold);
}

.hero-card-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-card-content p {
    font-size: 0.9rem;
    color: rgba(0,0,0,0.5);
    font-family: var(--font-en);
    direction: ltr;
    margin-bottom: 24px;
}

[data-theme="dark"] .hero-card-content p {
    color: rgba(255,255,255,0.5);
}

.card-levels {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.level {
    padding: 6px 16px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    font-family: var(--font-en);
    background: rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.55);
    transition: var(--transition);
}

[data-theme="dark"] .level {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.6);
}

.level.active {
    background: var(--red);
    border-color: var(--red);
    color: var(--white);
    box-shadow: var(--shadow-red);
}

/* ============================================
   SOCIAL PROOF BAR — 3D STAT CARDS
   ============================================ */
.social-proof {
    background: var(--cream);
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.social-proof::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--black-deep) 33.33%, var(--red) 33.33%, var(--red) 66.66%, var(--gold) 66.66%);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}

.proof-item {
    text-align: center;
    padding: 28px 20px;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.proof-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--gold));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.proof-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-3d);
}

.proof-item:hover::after {
    opacity: 1;
}

.proof-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    color: var(--red);
    padding: 8px;
    background: rgba(221,0,0,0.06);
    border-radius: var(--radius-md);
}

.proof-number {
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--black);
    font-family: var(--font-en);
    line-height: 1;
    display: inline;
    letter-spacing: -1px;
}

.proof-plus {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--gold-dark);
    font-family: var(--font-en);
    display: inline;
}

.proof-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-top: 8px;
    line-height: 1.4;
    font-weight: 500;
}

.proof-label span {
    color: var(--text-muted);
    font-size: 0.78rem;
    font-family: var(--font-en);
    display: block;
}

.proof-divider {
    display: none;
}

/* ============================================
   SECTION HEADERS — PREMIUM
   ============================================ */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--red);
    background: rgba(221,0,0,0.05);
    padding: 8px 20px;
    border-radius: var(--radius-full);
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(221,0,0,0.08);
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    color: var(--black);
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.section-desc {
    font-size: 1.05rem;
    color: var(--text-muted);
    font-family: var(--font-en);
    direction: ltr;
}

/* ============================================
   ABOUT SECTION — PREMIUM 3D SPLIT
   ============================================ */
.about {
    background: var(--white);
    position: relative;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 72px;
    align-items: start;
}

.about-text p {
    margin-bottom: 18px;
    color: var(--text-secondary);
    line-height: 1.9;
    font-size: 0.95rem;
}

.about-lead {
    font-size: 1.15rem;
    color: var(--text) !important;
    font-weight: 500;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border-radius: var(--radius-lg);
    background: var(--glass);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.highlight:hover {
    border-color: rgba(221,0,0,0.15);
    box-shadow: var(--shadow-lg);
    transform: translateX(-6px);
    background: #fff;
}

.highlight-icon {
    width: 44px;
    height: 44px;
    color: var(--red);
    flex-shrink: 0;
    padding: 8px;
    background: rgba(221,0,0,0.05);
    border-radius: var(--radius-md);
}

.highlight strong {
    display: block;
    font-size: 0.95rem;
    color: var(--text);
    font-weight: 700;
}

.highlight span {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-family: var(--font-en);
}

/* About Image Card — 3D */
.about-side {
    position: sticky;
    top: 100px;
}

.about-image-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-3d);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-image-card:hover {
    box-shadow: var(--shadow-2xl);
}

.about-image {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.about-image-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--radius-lg);
    padding: 18px 22px;
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,0.6);
}

.badge-number {
    font-size: 2rem;
    font-weight: 900;
    color: var(--red);
    font-family: var(--font-en);
    line-height: 1;
}

.badge-text {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.4;
    font-weight: 500;
}

/* ============================================
   SERVICES SECTION — 3D GLASS CARDS
   ============================================ */
.services {
    background: var(--cream);
    position: relative;
}

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

.service-card {
    background: var(--glass);
    border-radius: var(--radius-xl);
    padding: 36px 28px;
    border: 1px solid rgba(255,255,255,0.6);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.8);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--black-deep) 33.33%, var(--red) 33.33%, var(--red) 66.66%, var(--gold) 66.66%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-3d);
    border-color: rgba(221,0,0,0.1);
    background: #fff;
}

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

.service-icon {
    width: 56px;
    height: 56px;
    color: var(--red);
    margin-bottom: 20px;
    transition: all 0.4s ease;
    padding: 10px;
    background: rgba(221,0,0,0.04);
    border-radius: var(--radius-md);
}

.service-card:hover .service-icon {
    color: var(--gold-dark);
    transform: scale(1.08) rotate(-3deg);
    background: rgba(255,204,0,0.06);
}

.service-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--black);
}

.service-fr {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-family: var(--font-en);
    margin-bottom: 12px !important;
    direction: ltr;
    text-align: right;
}

.service-card p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.service-tag {
    display: inline-block;
    margin-top: 18px;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 700;
    background: rgba(221,0,0,0.05);
    color: var(--red);
    letter-spacing: 0.3px;
    border: 1px solid rgba(221,0,0,0.08);
}

/* ============================================
   PROGRAMS SECTION — 3D MODULE CARDS
   ============================================ */
.programs {
    background: var(--white);
    position: relative;
}

.programs-timeline {
    position: relative;
    max-width: 740px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--gold), var(--red), var(--gold));
    border-radius: 2px;
    opacity: 0.2;
}

.program-item {
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.program-item:last-child {
    margin-bottom: 0;
}

.program-marker {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
}

.program-marker span {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1rem;
    color: var(--gray-500);
}

.program-marker.active {
    border-color: var(--red);
    background: var(--red);
    box-shadow: 0 8px 24px rgba(221,0,0,0.3), 0 4px 8px rgba(221,0,0,0.15);
    transform: scale(1.1);
}

.program-marker.active span {
    color: #fff;
}

.program-card {
    flex: 1;
    background: var(--glass);
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: var(--radius-xl);
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.program-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateX(-6px);
    background: #fff;
}

.program-card.featured {
    background: linear-gradient(135deg, rgba(221,0,0,0.03), rgba(255,204,0,0.03));
    border: 2px solid var(--red);
    box-shadow: 0 12px 32px rgba(221,0,0,0.12), 0 4px 12px rgba(221,0,0,0.06);
    transform: scale(1.02);
}

.program-card.featured:hover {
    box-shadow: 0 16px 40px rgba(221,0,0,0.18), 0 6px 16px rgba(221,0,0,0.1);
    transform: translateX(-6px) scale(1.02);
}

.program-badge {
    display: inline-block;
    padding: 5px 16px;
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 700;
    background: var(--red);
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.program-level {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    font-weight: 500;
}

.program-card h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--black);
    font-family: var(--font-en);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.program-card p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 18px;
}

.program-details {
    display: flex;
    gap: 24px;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.program-note {
    margin-top: 18px;
    padding: 14px 18px;
    background: rgba(255,204,0,0.06);
    border-radius: var(--radius-md);
    font-size: 0.82rem;
    color: var(--gold-dark);
    font-weight: 600;
    border-right: 3px solid var(--gold);
    border-left: none;
}

/* ============================================
   WHY CHOOSE US SECTION
   ============================================ */
.why-us {
    background: var(--cream);
    position: relative;
}

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

.why-card {
    background: var(--glass);
    border-radius: var(--radius-xl);
    padding: 36px 28px;
    border: 1px solid rgba(255,255,255,0.6);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.8);
}

.why-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-3d);
    border-color: rgba(221,0,0,0.08);
    background: #fff;
}

.why-number {
    font-family: var(--font-en);
    font-size: 4rem;
    font-weight: 900;
    color: rgba(0,0,0,0.04);
    line-height: 1;
    margin-bottom: 8px;
    transition: all 0.4s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    letter-spacing: -2px;
}

.why-card:hover .why-number {
    color: rgba(221,0,0,0.08);
    transform: scale(1.1);
}

.why-icon {
    width: 44px;
    height: 44px;
    color: var(--red);
    margin-bottom: 18px;
    padding: 8px;
    background: rgba(221,0,0,0.04);
    border-radius: var(--radius-md);
    transition: var(--transition);
}

.why-card:hover .why-icon {
    background: rgba(221,0,0,0.08);
    transform: scale(1.05);
}

.why-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

.why-card > p {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-family: var(--font-en);
    margin-bottom: 12px;
    direction: ltr;
    text-align: right;
}

.why-desc {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ============================================
   BRANCH SECTION — PREMIUM 3D
   ============================================ */
.branch {
    background: var(--white);
    position: relative;
}

.branch-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.branch-badge {
    margin-bottom: 20px;
}

.badge-new {
    display: inline-block;
    padding: 6px 18px;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--red), var(--gold-dark));
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { box-shadow: 0 0 0 rgba(221,0,0,0); }
    50% { box-shadow: 0 0 24px rgba(221,0,0,0.25); }
}

.branch-info {
    background: var(--glass);
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: var(--radius-xl);
    padding: 36px;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.branch-info h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 24px;
    font-family: var(--font-en);
}

.branch-detail {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.branch-detail:last-of-type {
    border-bottom: none;
}

.detail-icon {
    width: 28px;
    height: 28px;
    color: var(--red);
    flex-shrink: 0;
    margin-top: 2px;
    padding: 4px;
    background: rgba(221,0,0,0.04);
    border-radius: 6px;
}

.branch-detail strong {
    display: block;
    font-size: 0.9rem;
    color: var(--text);
    margin-bottom: 4px;
    font-weight: 700;
}

.branch-detail p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

.phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.phone-numbers a {
    color: var(--text-secondary);
    font-family: var(--font-en);
    direction: ltr;
    display: inline-block;
    text-align: right;
}

.phone-numbers a:hover {
    color: var(--red);
}

.branch-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px;
    flex-wrap: wrap;
}

/* Map Placeholder */
.map-placeholder {
    position: relative;
    background: linear-gradient(135deg, var(--gray-50), var(--gray-100));
    border-radius: var(--radius-xl);
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--gray-200);
}

.map-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    opacity: 0.15;
}

.map-line {
    border: 1px dashed var(--gray-300);
}

.map-pin {
    width: 48px;
    height: 48px;
    color: var(--red);
    z-index: 2;
    animation: bounce-pin 2s ease-in-out infinite;
}

@keyframes bounce-pin {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.map-label {
    z-index: 2;
    text-align: center;
    margin-top: 12px;
}

.map-label strong {
    display: block;
    font-size: 1rem;
    color: var(--text);
}

.map-label span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ============================================
   CTA SECTION — PREMIUM DARK
   ============================================ */
.cta {
    background: var(--cream);
}

.cta-card {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 50%, #262626 100%);
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    padding: 72px;
    box-shadow: var(--shadow-2xl);
}

.cta-flag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 5px;
}

.cta-content {
    text-align: center;
    color: var(--white);
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 8px;
}

.cta-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    font-family: var(--font-en);
    direction: ltr;
    margin-bottom: 16px !important;
}

.cta-desc {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    max-width: 600px;
    margin: 0 auto 32px !important;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta .btn-outline {
    color: var(--white);
    border-color: rgba(255,255,255,0.2);
}

.cta .btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* ============================================
   FOOTER
   ============================================ */
/* ============================================
   NEGATIVE FOOTER — EDITORIAL / HYPE-HOOD
   Always dark regardless of theme
   ============================================ */
.footer-neg {
    position: relative;
    background: #0a0a0a;
    color: rgba(255,255,255,0.75);
    padding: 0;
    overflow: hidden;
}

.footer-neg__bg-type {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.footer-neg__bg-word {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: clamp(4rem, 12vw, 10rem);
    text-transform: uppercase;
    letter-spacing: -0.04em;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255,255,255,0.03);
    color: transparent;
    user-select: none;
}

.footer-neg__flag-line {
    height: 3px;
    display: flex;
    position: relative;
    z-index: 2;
}
.footer-neg__flag-line span:nth-child(1) { flex: 1; background: #1a1a1a; }
.footer-neg__flag-line span:nth-child(2) { flex: 1; background: #dd0000; }
.footer-neg__flag-line span:nth-child(3) { flex: 1; background: #ffcc00; }

.footer-neg__glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 280px;
    background: radial-gradient(ellipse, rgba(220,38,38,0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* --- CTA Block --- */
.footer-neg__cta {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 56px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-neg__cta-tag {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 100px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(221,0,0,0.1);
    color: var(--red-light);
    border: 1px solid rgba(221,0,0,0.15);
    margin-bottom: 24px;
    font-family: var(--font-en);
}

.footer-neg__cta h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.footer-neg__cta p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.4);
    margin-bottom: 36px;
    max-width: 480px;
    margin-inline: auto;
    line-height: 1.7;
}

.footer-neg__cta-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-neg__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    border: none;
}

.footer-neg__btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.footer-neg__btn--wa {
    background: linear-gradient(135deg, #25d366, #1aac50);
    color: #fff;
    box-shadow: 0 6px 28px rgba(37,211,102,0.3);
}

.footer-neg__btn--wa:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(37,211,102,0.4);
}

.footer-neg__btn--call {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
}

.footer-neg__btn--call:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

/* --- Grid --- */
.footer-neg__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding: 56px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-neg__brand .footer-logo {
    font-size: 1.15rem;
}

.footer-neg__brand .logo-ael { color: #fff; }
.footer-neg__brand .logo-germany { color: var(--red); }
.footer-neg__brand .logo-schule { color: var(--gold); }

.footer-neg__brand p {
    font-size: 0.88rem;
    line-height: 1.7;
    margin-top: 16px;
    color: rgba(255,255,255,0.35);
}

.footer-neg__social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-neg__social-link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.45);
    transition: all 0.25s ease;
}

.footer-neg__social-link svg {
    width: 18px;
    height: 18px;
}

.footer-neg__social-link:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(220,38,38,0.3);
}

.footer-neg__grid h4 {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-neg__grid h4::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: var(--red);
    margin-top: 8px;
    border-radius: 1px;
}

.footer-neg__links ul,
.footer-neg__programs ul,
.footer-neg__contact ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

.footer-neg__links a,
.footer-neg__programs a {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.2s ease, padding-inline-start 0.2s ease;
    display: block;
}

.footer-neg__links a:hover,
.footer-neg__programs a:hover {
    color: var(--gold);
    padding-inline-start: 4px;
}

.footer-neg__contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
}

.footer-neg__contact li svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--red);
    margin-top: 3px;
}

.footer-neg__contact a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-neg__contact a:hover {
    color: var(--gold);
}

/* --- Bottom bar --- */
.footer-neg__bottom {
    position: relative;
    z-index: 2;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.2);
    letter-spacing: 0.3px;
}

.footer-neg__bottom-flag {
    display: flex;
    gap: 2px;
}

.footer-neg__bottom-flag span {
    display: block;
    width: 14px;
    height: 3px;
    border-radius: 1px;
}

.footer-neg__bottom-flag span:nth-child(1) { background: #333; }
.footer-neg__bottom-flag span:nth-child(2) { background: #dd0000; }
.footer-neg__bottom-flag span:nth-child(3) { background: #ffcc00; }

/* ============================================
   FLOATING WHATSAPP BUTTON
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: 0 4px 20px rgba(37,211,102,0.3);
    z-index: 999;
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2s ease-in-out infinite;
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37,211,102,0.4);
}

@keyframes whatsapp-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.3); }
    50% { box-shadow: 0 4px 30px rgba(37,211,102,0.5), 0 0 0 10px rgba(37,211,102,0.08); }
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-subtitle {
        margin: 0 auto 32px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-urgency {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    .hero-visual {
        order: -1;
    }

    .hero-card {
        max-width: 340px;
    }

    .proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-side {
        position: static;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .success-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lead-form-grid {
        grid-template-columns: 1fr;
    }

    .branch-content {
        grid-template-columns: 1fr;
    }

    .branch-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-neg__grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */
@media (max-width: 768px) {
    .section {
        padding: 48px 0;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: var(--mobile-nav-bg);
        flex-direction: column;
        padding: 80px 32px 32px;
        gap: 0;
        box-shadow: -4px 0 20px rgba(0,0,0,0.1);
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links a {
        display: flex;
        align-items: center;
        padding: 16px 0;
        min-height: 44px;
        border-bottom: 1px solid var(--mobile-nav-border);
        color: var(--text) !important;
        font-size: 1rem;
    }

    .nav-links a:hover {
        color: var(--red) !important;
    }

    .nav-cta {
        text-align: center;
        margin-top: 16px;
    }

    .nav-toggle {
        display: flex;
    }

    .hero {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .hero-title {
        font-size: 2.2rem;
        letter-spacing: -0.5px;
    }

    .hero-urgency {
        font-size: 0.78rem;
        text-align: center;
        justify-content: center;
    }

    .hero-overlay--grain {
        display: none;
    }

    .hero-card-glow {
        display: none;
    }

    .hero-stats {
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stat-divider {
        display: none;
    }

    .proof-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .proof-item {
        padding: 20px 16px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .success-grid {
        grid-template-columns: 1fr;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .lead-form-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .branch-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .gallery-main {
        grid-column: span 2;
        grid-row: auto;
    }

    .programs-timeline {
        padding-right: 40px;
    }

    .timeline-line {
        right: 10px;
    }

    .program-marker {
        width: 48px;
        height: 48px;
    }

    .program-marker span {
        font-size: 0.85rem;
    }

    .program-item {
        gap: 20px;
    }

    .program-details {
        flex-direction: column;
        gap: 8px;
    }

    .branch-actions {
        flex-direction: column;
    }

    .branch-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .cta-card {
        padding: 40px 24px;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .cta-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .footer-neg__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hero-subtitle-fr,
    .section-desc,
    .service-fr,
    .why-card > p {
        text-align: center;
    }

    .highlight:hover {
        transform: none;
    }
}

/* ============================================
   RESPONSIVE — SMALL MOBILE
   ============================================ */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-badge {
        font-size: 0.78rem;
        padding: 4px 12px;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-card-content {
        padding: 28px 20px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .service-card {
        padding: 24px 20px;
    }

    .why-card {
        padding: 24px 20px;
    }

    .whatsapp-float {
        bottom: 16px;
        left: 16px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }
}

/* ============================================
   3D MOTION ENGINE
   ============================================ */

/* --- 3D Tilt Cards --- */
.tilt-3d {
    transition: transform 0.35s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    transform-style: preserve-3d;
    will-change: transform;
}

.tilt-glare {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    border-radius: inherit;
}

/* --- 3D Scroll Reveals --- */
.scroll-3d {
    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);
    will-change: opacity, transform;
}

.scroll-3d-visible {
    opacity: 1;
    transform: none;
}

.scroll-3d.from-left {
    transform: translateX(-40px);
}

.scroll-3d.from-left.scroll-3d-visible {
    transform: none;
}

.scroll-3d.from-right {
    transform: translateX(40px);
}

.scroll-3d.from-right.scroll-3d-visible {
    transform: none;
}

.scroll-3d.from-scale {
    transform: scale(0.95);
}

.scroll-3d.from-scale.scroll-3d-visible {
    transform: none;
}

/* --- Stagger Children --- */
[data-stagger] > * {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-stagger] > .stagger-visible {
    opacity: 1;
    transform: none;
}

/* --- Section 3D Perspective --- */
.section-3d {
    position: relative;
}

/* --- Floating 3D Shapes --- */
.float-shape {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.08;
    filter: blur(1px);
}

.float-shape--1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--red), var(--gold));
    animation: float3d-1 18s ease-in-out infinite;
}

.float-shape--2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(225deg, var(--gold), var(--red-light));
    animation: float3d-2 22s ease-in-out infinite;
}

.float-shape--3 {
    width: 150px;
    height: 150px;
    background: var(--red);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float3d-3 15s ease-in-out infinite;
}

@keyframes float3d-1 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    25% { transform: translate3d(30px, -40px, 20px) rotate(90deg); }
    50% { transform: translate3d(-20px, 20px, -10px) rotate(180deg); }
    75% { transform: translate3d(15px, -15px, 30px) rotate(270deg); }
}

@keyframes float3d-2 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    33% { transform: translate3d(-25px, 30px, 15px) rotate(120deg) scale(1.1); }
    66% { transform: translate3d(20px, -20px, -20px) rotate(240deg) scale(0.9); }
}

@keyframes float3d-3 {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    50% { transform: translate3d(25px, -30px, 10px) rotate(180deg); border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}

/* --- Depth Layers (mouse-following) --- */
[data-depth] {
    will-change: transform;
    transition: transform 0.1s linear;
}

/* --- 3D Card Hover Lift --- */
.card-3d-hover {
    transition: transform 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99),
                box-shadow 0.4s ease;
}

.card-3d-hover:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 8px 20px rgba(0,0,0,0.08);
}

[data-theme="dark"] .card-3d-hover:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 8px 20px rgba(0,0,0,0.3);
}

/* --- Gradient border glow --- */
.glow-border {
    position: relative;
}

.glow-border::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--red), var(--gold), var(--red));
    background-size: 200% 200%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    animation: gradient-rotate 4s linear infinite;
}

.glow-border:hover::before {
    opacity: 1;
}

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

/* --- Smooth Section Transitions --- */
section {
    position: relative;
}

section.services,
section.why-us {
    overflow: hidden;
}

/* ============================================
   ACCESSIBILITY & PRINT
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .animate-on-scroll,
    .hero-reveal,
    .scroll-3d,
    [data-stagger] > * {
        opacity: 1;
        transform: none;
    }

    .section-3d {
        transform: none !important;
        opacity: 1 !important;
    }

    .tilt-3d {
        transform: none !important;
    }
}

:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 2px;
}

@media print {
    .navbar,
    .whatsapp-float,
    .hero-scroll-indicator,
    .hero-video,
    .hero-overlay,
    .hero-glow {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: 40px 0;
    }
}

/* --- Selection --- */
::selection {
    background: var(--red);
    color: var(--white);
}

/* ============================================
   LANGUAGE SWITCHER
   ============================================ */
.lang-switcher {
    position: relative;
    margin-inline-start: 12px;
    z-index: 1002;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.08);
    color: var(--white);
    cursor: pointer;
    font-family: var(--font-en);
    font-size: 0.82rem;
    font-weight: 600;
    transition: var(--transition);
    backdrop-filter: blur(8px);
}

.navbar.scrolled .lang-current {
    border-color: var(--gray-200);
    background: var(--gray-50);
    color: var(--text);
}

.lang-current:hover {
    border-color: var(--gold);
    background: rgba(255,204,0,0.08);
}

.lang-flag {
    font-size: 1.1rem;
    line-height: 1;
}

.lang-code {
    font-weight: 700;
    letter-spacing: 0.5px;
}

.lang-chevron {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.lang-dropdown.open + .lang-current .lang-chevron,
.lang-switcher:has(.lang-dropdown.open) .lang-chevron {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: var(--surface-elevated);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xl);
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-8px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1003;
}

.lang-dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-radius: var(--radius-sm);
    background: none;
    cursor: pointer;
    font-family: var(--font-en);
    font-size: 0.88rem;
    color: var(--text-secondary);
    transition: var(--transition);
    text-align: start;
}

.lang-option:hover {
    background: var(--gray-50);
    color: var(--text);
}

.lang-option.active {
    background: rgba(221,0,0,0.05);
    color: var(--red);
    font-weight: 600;
}

.lang-option .lang-flag {
    font-size: 1.2rem;
}

.lang-option .lang-name {
    flex: 1;
}

.lang-code-sm {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gray-400);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.lang-option.active .lang-code-sm {
    color: var(--red);
}

/* ============================================
   LTR DIRECTION OVERRIDES (French / English)
   ============================================ */
html[dir="ltr"] body {
    font-family: var(--font-en);
}

html[dir="ltr"] .hero-subtitle,
html[dir="ltr"] .hero-card-content p,
html[dir="ltr"] .section-desc,
html[dir="ltr"] .service-fr {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .hero-subtitle-fr {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .phone-numbers a {
    text-align: left;
}

html[dir="ltr"] .highlight:hover {
    transform: translateX(4px);
}

html[dir="ltr"] .program-card:hover {
    transform: translateX(4px);
}

html[dir="ltr"] .btn-secondary:hover .btn-icon-arrow {
    transform: translateX(4px);
}

html[dir="ltr"] .timeline-line {
    right: auto;
    left: 30px;
}

html[dir="ltr"] .program-note {
    border-right: none;
    border-left: 3px solid var(--gold);
}

html[dir="ltr"] .why-number {
    right: auto;
    left: 20px;
}

/* Mobile nav slides from left in LTR */
@media (max-width: 768px) {
    html[dir="ltr"] .nav-links {
        right: auto;
        left: -100%;
        box-shadow: 4px 0 20px rgba(0,0,0,0.1);
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    html[dir="ltr"] .nav-links.active {
        left: 0;
    }

    html[dir="ltr"] .programs-timeline {
        padding-right: 0;
        padding-left: 40px;
    }

    html[dir="ltr"] .timeline-line {
        right: auto;
        left: 10px;
    }
}

/* Theme toggle & lang switcher responsive */
@media (max-width: 768px) {
    .theme-toggle {
        width: 40px;
        height: 40px;
        min-width: 44px;
        min-height: 44px;
        margin-inline-start: auto;
    }

    .theme-toggle svg {
        width: 18px;
        height: 18px;
    }

    .lang-switcher {
        margin-inline-start: 8px;
        margin-inline-end: 12px;
    }

    .lang-dropdown {
        left: auto;
        right: 0;
        transform: translateY(-8px);
    }

    .lang-dropdown.open {
        transform: translateY(0);
    }

    .lang-code {
        display: none;
    }
}

/* ============================================
   THEME TOGGLE BUTTON
   ============================================ */
.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.08);
    color: var(--white);
    cursor: pointer;
    transition: var(--transition);
    backdrop-filter: blur(8px);
    margin-inline-start: 8px;
    flex-shrink: 0;
}

.navbar.scrolled .theme-toggle {
    border-color: var(--border);
    background: var(--surface-secondary);
    color: var(--text);
}

.theme-toggle:hover {
    border-color: var(--gold);
    background: rgba(255,204,0,0.1);
    transform: rotate(15deg);
}

.theme-toggle svg {
    width: 18px;
    height: 18px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-toggle:active svg {
    transform: rotate(30deg) scale(0.9);
}

.theme-icon-sun,
.theme-icon-moon {
    display: none;
}

[data-theme="light"] .theme-icon-moon,
:root:not([data-theme="dark"]) .theme-icon-moon {
    display: block;
}

[data-theme="dark"] .theme-icon-sun {
    display: block;
}

[data-theme="dark"] .theme-icon-moon {
    display: none;
}

/* ============================================
   DARK MODE — COMPONENT OVERRIDES
   ============================================ */

/* Smooth transition for all themed elements */
[data-theme="dark"] .navbar,
[data-theme="dark"] .service-card,
[data-theme="dark"] .why-card,
[data-theme="dark"] .program-card,
[data-theme="dark"] .highlight,
[data-theme="dark"] .about-image-card,
[data-theme="dark"] .about-image-badge,
[data-theme="dark"] .branch-info,
[data-theme="dark"] .cta-card,
[data-theme="dark"] .social-proof,
[data-theme="dark"] .proof-item,
[data-theme="dark"] .success-card,
[data-theme="dark"] .video-card,
[data-theme="dark"] .faq-item,
[data-theme="dark"] .lead-form-card,
[data-theme="dark"] .step-content,
[data-theme="dark"] .map-placeholder {
    transition: background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Navbar */
[data-theme="dark"] .navbar.scrolled {
    background: var(--nav-scrolled-bg);
    box-shadow: var(--nav-scrolled-shadow);
}

[data-theme="dark"] .navbar.scrolled .nav-links a {
    color: var(--text-secondary);
}

[data-theme="dark"] .logo-ael {
    color: #ffffff;
}

/* Social Proof */
[data-theme="dark"] .social-proof {
    background: var(--surface-secondary);
}

[data-theme="dark"] .proof-item {
    background: rgba(255,255,255,0.03);
    border-color: var(--border);
    box-shadow: none;
}

[data-theme="dark"] .proof-item:hover {
    background: rgba(255,255,255,0.06);
    box-shadow: var(--shadow-lg);
}

[data-theme="dark"] .proof-icon {
    background: rgba(239,68,68,0.1);
}

[data-theme="dark"] .proof-number {
    color: #ffffff;
}

/* About */
[data-theme="dark"] .about {
    background: var(--surface);
}

[data-theme="dark"] .highlight {
    background: rgba(255,255,255,0.03);
    border-color: var(--border);
    backdrop-filter: none;
}

[data-theme="dark"] .highlight:hover {
    border-color: var(--red);
    background: rgba(255,255,255,0.06);
}

[data-theme="dark"] .highlight-icon {
    background: rgba(239,68,68,0.1);
}

[data-theme="dark"] .about-image-badge {
    background: rgba(22,22,22,0.9);
    border-color: var(--border);
    box-shadow: var(--shadow-lg);
}

/* Services */
[data-theme="dark"] .services {
    background: var(--surface-secondary);
}

[data-theme="dark"] .service-card {
    background: rgba(255,255,255,0.03);
    border-color: var(--card-border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .service-card:hover {
    box-shadow: var(--card-hover-shadow);
    border-color: transparent;
    background: rgba(255,255,255,0.06);
}

[data-theme="dark"] .service-card h3 {
    color: #ffffff;
}

[data-theme="dark"] .service-icon {
    background: rgba(239,68,68,0.08);
}

[data-theme="dark"] .service-tag {
    background: rgba(239,68,68,0.1);
    border-color: rgba(239,68,68,0.15);
}

/* Programs */
[data-theme="dark"] .programs {
    background: var(--surface);
}

[data-theme="dark"] .program-card {
    background: rgba(255,255,255,0.03);
    border-color: var(--border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .program-card:hover {
    box-shadow: var(--shadow-md);
    background: rgba(255,255,255,0.05);
}

[data-theme="dark"] .program-card.featured {
    background: linear-gradient(135deg, rgba(239,68,68,0.05), rgba(251,191,36,0.04));
    border-color: var(--red);
    box-shadow: 0 8px 24px rgba(239,68,68,0.12);
}

[data-theme="dark"] .program-card h3 {
    color: #ffffff;
}

[data-theme="dark"] .program-marker {
    background: var(--surface);
    border-color: var(--border);
    box-shadow: none;
}

[data-theme="dark"] .program-marker span {
    color: var(--text-secondary);
}

[data-theme="dark"] .program-note {
    background: rgba(251,191,36,0.06);
}

/* Why Us */
[data-theme="dark"] .why-us {
    background: var(--surface-secondary);
}

[data-theme="dark"] .why-card {
    background: rgba(255,255,255,0.03);
    border-color: var(--card-border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .why-card:hover {
    box-shadow: var(--card-hover-shadow);
    border-color: transparent;
    background: rgba(255,255,255,0.06);
}

[data-theme="dark"] .why-card h3 {
    color: #ffffff;
}

[data-theme="dark"] .why-number {
    color: rgba(255,255,255,0.04);
}

[data-theme="dark"] .why-card:hover .why-number {
    color: rgba(239,68,68,0.1);
}

[data-theme="dark"] .why-icon {
    background: rgba(239,68,68,0.08);
}

/* Branch */
[data-theme="dark"] .branch {
    background: var(--surface);
}

[data-theme="dark"] .branch-info {
    background: rgba(255,255,255,0.03);
    border-color: var(--border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .branch-info h3 {
    color: #ffffff;
}

[data-theme="dark"] .branch-detail {
    border-bottom-color: var(--border);
}

[data-theme="dark"] .detail-icon {
    background: rgba(239,68,68,0.08);
}

[data-theme="dark"] .map-placeholder {
    background: var(--map-bg);
    border-color: var(--border);
}

[data-theme="dark"] .map-line {
    border-color: var(--gray-400);
}

[data-theme="dark"] .btn-outline {
    border-color: var(--border);
    color: var(--text);
}

[data-theme="dark"] .btn-outline:hover {
    border-color: var(--red);
    color: var(--red);
}

/* CTA */
[data-theme="dark"] .cta {
    background: var(--surface);
}

[data-theme="dark"] .cta-card {
    background: linear-gradient(135deg, #080808 0%, #111111 50%, #1a1a1a 100%);
}

[data-theme="dark"] .cta .btn-outline {
    color: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.15);
}

[data-theme="dark"] .cta .btn-outline:hover {
    color: var(--gold);
    border-color: var(--gold);
}

/* Negative footer is always dark — no theme overrides needed */

/* Section headers */
[data-theme="dark"] .section-title {
    color: #ffffff;
}

[data-theme="dark"] .section-tag {
    background: rgba(239,68,68,0.1);
}

/* Mobile nav */
@media (max-width: 768px) {
    [data-theme="dark"] .nav-links {
        background: var(--mobile-nav-bg);
        box-shadow: -4px 0 30px rgba(0,0,0,0.4);
    }

    [data-theme="dark"] .nav-links a {
        color: var(--text) !important;
        border-bottom-color: var(--mobile-nav-border) !important;
    }
}

/* Lang switcher in dark mode */
[data-theme="dark"] .navbar.scrolled .lang-current {
    border-color: var(--border);
    background: var(--surface-secondary);
    color: var(--text);
}

[data-theme="dark"] .lang-option:hover {
    background: var(--surface-secondary);
}

[data-theme="dark"] .lang-option.active {
    background: rgba(239,68,68,0.08);
}

/* Theme toggle in dark mode */
[data-theme="dark"] .navbar.scrolled .theme-toggle {
    border-color: var(--border);
    background: var(--surface-secondary);
    color: var(--text);
}

/* ============================================
   NEW SECTIONS — Additional Components
   ============================================ */

/* ============================================
   1. URGENCY BANNER
   ============================================ */
.urgency-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: linear-gradient(90deg, var(--red), var(--red-dark));
    padding: 8px 0;
    overflow: hidden;
}

.urgency-banner.hidden {
    display: none;
}

.urgency-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: 0.88rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.urgency-pulse {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    animation: urgencyPulse 1.5s ease-in-out infinite;
}

@keyframes urgencyPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}

.urgency-countdown {
    font-weight: 700;
    font-family: var(--font-en);
    background: rgba(0,0,0,0.2);
    padding: 2px 10px;
    border-radius: var(--radius-full);
}

.urgency-btn {
    background: #fff;
    color: var(--red);
    padding: 6px 18px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.82rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: var(--transition);
    white-space: nowrap;
}

.urgency-btn:hover {
    background: var(--gold);
    color: var(--black-deep);
}

.urgency-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0.7;
    transition: var(--transition);
    line-height: 1;
    padding: 8px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urgency-close:hover {
    opacity: 1;
}

/* Urgency banner offset */
body.has-urgency-banner {
    padding-top: 44px;
}

body.has-urgency-banner .navbar {
    top: 44px;
}

/* ============================================
   2. HERO TRUST
   ============================================ */
.hero-trust {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-avatars {
    display: flex;
    align-items: center;
}

.trust-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.08);
    border: 2px solid rgba(0,0,0,0.15);
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[data-theme="dark"] .trust-avatar {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.trust-avatar + .trust-avatar {
    margin-inline-start: -8px;
}

.trust-more {
    background: var(--gold);
    color: var(--black-deep);
    border-color: var(--gold);
}

.trust-text {
    font-size: 0.85rem;
    color: rgba(0,0,0,0.5);
}

[data-theme="dark"] .trust-text {
    color: rgba(255,255,255,0.6);
}

/* ============================================
   3. JOURNEY TIMELINE
   ============================================ */
.journey {
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

.journey-parallax {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.journey-track {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.journey-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    width: 3px;
    background: linear-gradient(to bottom, var(--gold), var(--red), var(--gold));
    opacity: 0.25;
    border-radius: 2px;
}

html[dir="ltr"] .journey-line {
    right: auto;
    left: 28px;
}

.journey-step {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.step-marker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
}

.step-marker span {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: 1rem;
    color: var(--gray-500);
}

.step-marker-final {
    border-color: var(--gold);
    background: var(--gold);
    box-shadow: 0 6px 20px rgba(255,204,0,0.3), 0 2px 8px rgba(255,204,0,0.15);
}

.step-marker-final span {
    color: var(--black-deep);
}

.step-content {
    flex: 1;
    background: var(--glass);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: var(--radius-xl);
    padding: 28px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.step-content:hover {
    box-shadow: var(--shadow-lg);
    transform: translateX(-6px);
    background: #fff;
}

html[dir="ltr"] .step-content:hover {
    transform: translateX(6px);
}

.step-content-final {
    background: linear-gradient(135deg, rgba(255,204,0,0.06), rgba(221,0,0,0.04));
    border-color: var(--gold);
    box-shadow: 0 4px 16px rgba(255,204,0,0.08);
}

.step-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.step-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
}

.step-content p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

.journey-cta {
    text-align: center;
    margin-top: 36px;
}

/* Journey dark mode */
[data-theme="dark"] .journey {
    background: var(--surface-secondary);
}

[data-theme="dark"] .step-marker {
    background: var(--surface);
    border-color: var(--border);
    box-shadow: none;
}

[data-theme="dark"] .step-content {
    background: rgba(255,255,255,0.03);
    border-color: var(--card-border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .step-content:hover {
    background: rgba(255,255,255,0.05);
    box-shadow: var(--shadow-md);
}

[data-theme="dark"] .step-content-final {
    background: linear-gradient(135deg, rgba(251,191,36,0.05), rgba(239,68,68,0.04));
    border-color: var(--gold);
}

/* ============================================
   4. SUCCESS STORIES
   ============================================ */
.success {
    background: var(--white);
    position: relative;
}

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

.success-card {
    background: var(--glass);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: var(--radius-xl);
    padding: 36px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.8);
}

.success-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-3d);
    background: #fff;
}

.success-quote {
    font-size: 4.5rem;
    color: rgba(221,0,0,0.08);
    font-family: serif;
    line-height: 1;
    margin-bottom: -20px;
}

.success-text {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.85;
    margin-bottom: 24px;
    font-style: italic;
}

.success-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.04);
}

.success-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.05rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(221,0,0,0.2);
}

.success-author strong {
    display: block;
    font-size: 0.9rem;
    color: var(--text);
    font-weight: 700;
}

.success-author span {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.success-flag {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
    opacity: 0.8;
}

html[dir="ltr"] .success-flag {
    left: auto;
    right: 20px;
}

/* Success dark mode */
[data-theme="dark"] .success {
    background: var(--surface);
}

[data-theme="dark"] .success-card {
    background: rgba(255,255,255,0.03);
    border-color: var(--card-border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .success-card:hover {
    background: rgba(255,255,255,0.06);
    box-shadow: var(--card-hover-shadow);
}

[data-theme="dark"] .success-quote {
    color: rgba(239,68,68,0.08);
}

[data-theme="dark"] .success-author {
    border-top-color: var(--border);
}

/* ============================================
   5. VIDEO TESTIMONIALS
   ============================================ */
.video-section {
    background: var(--cream);
    position: relative;
}

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

.video-card {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--glass);
    border: 1px solid rgba(255,255,255,0.6);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.video-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-3d);
}

.video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
}

.video-card:hover .video-play-btn {
    transform: scale(1.15);
    background: rgba(221,0,0,0.9);
    border-color: transparent;
    box-shadow: 0 8px 32px rgba(221,0,0,0.4);
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 3px 10px;
    border-radius: var(--radius-sm);
    font-size: 0.72rem;
    font-family: var(--font-en);
    font-weight: 600;
    backdrop-filter: blur(4px);
}

html[dir="ltr"] .video-duration {
    right: auto;
    left: 10px;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 40%, transparent 70%);
    pointer-events: none;
}

.video-info {
    padding: 18px 20px;
}

.video-info strong {
    display: block;
    font-size: 0.95rem;
    color: var(--text);
    margin-bottom: 4px;
    font-weight: 700;
}

.video-info span {
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* Video dark mode */
[data-theme="dark"] .video-section {
    background: var(--surface-secondary);
}

[data-theme="dark"] .video-card {
    background: rgba(255,255,255,0.03);
    border-color: var(--card-border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .video-card:hover {
    box-shadow: var(--card-hover-shadow);
}

[data-theme="dark"] .video-play-btn {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.15);
}

[data-theme="dark"] .video-card:hover .video-play-btn {
    background: rgba(239,68,68,0.9);
    border-color: transparent;
}

/* ============================================
   6. LEAD FORM
   ============================================ */
.lead-form {
    background: var(--cream);
    position: relative;
}

.lead-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.lead-form-info .section-title {
    text-align: start;
}

.lead-form-info p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-top: 16px;
    font-size: 0.95rem;
}

.form-benefits {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 0.9rem;
    padding: 12px 16px;
    background: rgba(255,255,255,0.6);
    border-radius: var(--radius-md);
    border: 1px solid rgba(0,0,0,0.03);
}

.form-benefit svg {
    width: 20px;
    height: 20px;
    color: var(--red);
    flex-shrink: 0;
}

.lead-form-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: var(--radius-xl);
    padding: 40px;
    box-shadow: var(--shadow-3d);
    position: relative;
    overflow: hidden;
}

.lead-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--black-deep) 33.33%, var(--red) 33.33%, var(--red) 66.66%, var(--gold) 66.66%);
}

.lead-form-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: var(--radius-md);
    background: var(--cream);
    color: var(--text);
    font-family: inherit;
    font-size: 0.92rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--red);
    outline: none;
    box-shadow: 0 0 0 4px rgba(221,0,0,0.08);
    background: #fff;
}

.form-submit {
    width: 100%;
    margin-top: 4px;
}

.form-note {
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 8px;
}

/* Lead form dark mode */
[data-theme="dark"] .lead-form {
    background: var(--surface);
}

[data-theme="dark"] .form-benefit {
    background: rgba(255,255,255,0.03);
    border-color: var(--border);
}

[data-theme="dark"] .lead-form-card {
    background: var(--card-bg);
    border-color: var(--card-border);
    box-shadow: var(--shadow-lg);
}

[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group select {
    background: var(--surface-secondary);
    border-color: var(--border);
    color: var(--text);
}

[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group select:focus {
    box-shadow: 0 0 0 4px rgba(239,68,68,0.12);
    background: var(--surface);
}

/* ============================================
   7. BRANCH GALLERY
   ============================================ */
.branch-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 14px;
    margin-bottom: 52px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-md);
}

.gallery-item:hover {
    transform: scale(1.03) translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.gallery-main {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
}

.gallery-main img {
    aspect-ratio: auto;
    height: 100%;
}

.gallery-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    text-align: center;
    letter-spacing: 0.3px;
}

/* ============================================
   8. MAP EMBED
   ============================================ */
.branch-map .map-embed {
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    aspect-ratio: 1;
    box-shadow: var(--shadow-lg);
}

.branch-map .map-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Map dark mode */
[data-theme="dark"] .branch-map .map-embed {
    border-color: var(--border);
}

[data-theme="dark"] .branch-map .map-embed iframe {
    filter: brightness(0.85);
}

/* ============================================
   9. FAQ
   ============================================ */
.faq {
    background: var(--white);
    position: relative;
}

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

.faq-item {
    background: var(--glass);
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    text-align: start;
    gap: 16px;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question {
    color: var(--red);
}

.faq-chevron {
    width: 20px;
    height: 20px;
    color: var(--text-muted);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: var(--red);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
    padding-top: 14px;
}

.faq-answer p {
    padding: 0 28px 24px;
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.85;
    margin: 0;
}

.faq-item.active {
    border-color: rgba(221,0,0,0.2);
    background: #fff;
    box-shadow: var(--shadow-lg);
}

.faq-cta {
    text-align: center;
    margin-top: 48px;
}

.faq-cta p {
    color: var(--text-muted);
    margin-bottom: 16px;
    font-size: 0.95rem;
}

/* FAQ dark mode */
[data-theme="dark"] .faq {
    background: var(--surface);
}

[data-theme="dark"] .faq-item {
    background: rgba(255,255,255,0.03);
    border-color: var(--card-border);
    backdrop-filter: none;
    box-shadow: none;
}

[data-theme="dark"] .faq-item:hover {
    box-shadow: var(--shadow-md);
}

[data-theme="dark"] .faq-item.active {
    border-color: rgba(239,68,68,0.3);
    background: rgba(255,255,255,0.05);
    box-shadow: var(--shadow-lg);
}

[data-theme="dark"] .faq-question {
    color: var(--text);
}

/* ============================================
   10. INSTAGRAM GRID
   ============================================ */
.insta-section {
    background: var(--cream);
    position: relative;
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.insta-item {
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
}

.insta-item:hover {
    transform: scale(1.05) translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.insta-placeholder {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #faf8f4 0%, #f0ede6 50%, #e8e4dc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    position: relative;
}

.insta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(131,58,180,0.7), rgba(253,29,29,0.7), rgba(252,176,69,0.7));
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    color: #fff;
}

.insta-overlay svg {
    width: 28px;
    height: 28px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.insta-item:hover .insta-overlay {
    opacity: 1;
}

.insta-item:hover .insta-overlay svg {
    transform: scale(1);
}

.insta-cta {
    margin-top: 16px;
    padding: 18px 24px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-cta .btn-instagram {
    box-shadow: 0 2px 8px rgba(131,58,180,0.15);
}

.insta-cta .btn-instagram:hover {
    box-shadow: 0 4px 12px rgba(131,58,180,0.2);
}

/* Instagram dark mode */
[data-theme="dark"] .insta-section {
    background: var(--surface-secondary);
}

[data-theme="dark"] .insta-item {
    box-shadow: none;
}

[data-theme="dark"] .insta-item:hover {
    box-shadow: var(--shadow-lg);
}

[data-theme="dark"] .insta-placeholder {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 50%, #1e1e1e 100%);
}

[data-theme="dark"] .insta-cta {
    background: var(--surface);
    border-color: var(--border);
}

/* ============================================
   11. MOBILE STICKY CTA — 3D FLOATING DOCK
   ============================================ */
.mobile-sticky-cta {
    display: none;
}

/* --- 3D Button Base --- */
.mcta-btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 50px;
    border-radius: 22px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0 12px;
    transform-style: preserve-3d;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.2s ease;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

/* Glossy top reflection */
.mcta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 50%;
    border-radius: 22px 22px 50% 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Inner highlight edge */
.mcta-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),
                inset 0 -1px 0 rgba(0,0,0,0.1);
    pointer-events: none;
    z-index: 1;
}

.mcta-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transform: translateZ(8px);
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
}

/* Tap / press */
.mcta-btn:active {
    transform: scale(0.96) translateY(2px);
}

/* Desktop emulation hover */
@media (hover: hover) {
    .mcta-btn:hover {
        transform: translateY(-2px);
    }
}

/* --- WhatsApp: green 3D --- */
.mcta-whatsapp {
    background: linear-gradient(160deg, #2ee874 0%, #25d366 40%, #1aac50 100%);
    color: #fff;
    box-shadow:
        0 4px 14px rgba(37,211,102,0.35),
        0 1px 3px rgba(0,0,0,0.12),
        inset 0 1px 0 rgba(255,255,255,0.25);
}

.mcta-whatsapp:active {
    box-shadow:
        0 2px 6px rgba(37,211,102,0.25),
        inset 0 1px 0 rgba(255,255,255,0.15);
}

/* --- Call: neutral glass 3D --- */
.mcta-call {
    background: linear-gradient(160deg, rgba(255,255,255,0.9) 0%, rgba(240,240,240,0.7) 100%);
    color: var(--gray-700, #333);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow:
        0 4px 14px rgba(0,0,0,0.08),
        0 1px 3px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.8);
}

.mcta-call::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
}

.mcta-call:active {
    box-shadow:
        0 1px 4px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.5);
}

[data-theme="dark"] .mcta-call {
    background: linear-gradient(160deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
    border-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.92);
    box-shadow:
        0 4px 14px rgba(0,0,0,0.2),
        0 1px 3px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.1);
}

[data-theme="dark"] .mcta-call::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 100%);
}

[data-theme="dark"] .mcta-call::after {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08),
                inset 0 -1px 0 rgba(0,0,0,0.3);
}

/* --- Programs: red 3D --- */
.mcta-programs {
    background: linear-gradient(160deg, #ff2a2a 0%, #dd0000 40%, #b80000 100%);
    color: #fff;
    box-shadow:
        0 4px 14px rgba(221,0,0,0.3),
        0 1px 3px rgba(0,0,0,0.12),
        inset 0 1px 0 rgba(255,255,255,0.2);
}

.mcta-programs:active {
    box-shadow:
        0 2px 6px rgba(221,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.1);
}

/* --- Label direction fix --- */
.mcta-label {
    unicode-bidi: isolate;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html[dir="ltr"] .mcta-label {
    direction: ltr;
}

html[dir="rtl"] .mcta-label {
    direction: rtl;
}

/* ============================================
   12. MAGNETIC BUTTONS
   ============================================ */
.btn-magnetic {
    transition: transform 0.2s ease;
    will-change: transform;
}

/* ============================================
   13. PARALLAX LAYERS
   ============================================ */
.hero-parallax-layer,
.journey-parallax {
    position: absolute;
    inset: 0;
    pointer-events: none;
    will-change: transform;
}

/* ============================================
   14. NAV ACTIVE
   ============================================ */
.nav-active {
    color: var(--red) !important;
}

/* ============================================
   15. STAGGER ANIMATIONS FOR NEW GRIDS
   ============================================ */
.success-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.success-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }

.video-grid .animate-on-scroll:nth-child(2) { transition-delay: 0.1s; }
.video-grid .animate-on-scroll:nth-child(3) { transition-delay: 0.2s; }

.journey-step:nth-child(2) { transition-delay: 0.05s; }
.journey-step:nth-child(3) { transition-delay: 0.1s; }
.journey-step:nth-child(4) { transition-delay: 0.15s; }
.journey-step:nth-child(5) { transition-delay: 0.2s; }
.journey-step:nth-child(6) { transition-delay: 0.25s; }
.journey-step:nth-child(7) { transition-delay: 0.3s; }

/* ============================================
   16. RESPONSIVE — NEW SECTIONS
   ============================================ */

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

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .lead-form-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .branch-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-main {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-main img {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .hero-pin .pin-card {
        padding: 8px 12px;
        border-radius: 12px;
    }

    .pin-icon {
        width: 28px;
        height: 28px;
        border-radius: 7px;
    }

    .pin-icon svg {
        width: 14px;
        height: 14px;
    }

    .pin-label {
        font-size: 0.72rem;
    }

    .pin-sub {
        font-size: 0.6rem;
    }

    .pin-connector {
        width: 28px;
    }
}

/* --- Mobile (max-width: 768px) --- */
@media (max-width: 768px) {
    /* Kill horizontal overflow sources on mobile */
    .float-shape {
        display: none;
    }

    .hero-annotations {
        display: none;
    }

    .section-3d {
        transform: none !important;
        opacity: 1 !important;
    }

    [data-depth] {
        transform: none !important;
    }

    section {
        overflow: hidden;
    }

    .footer-neg__cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .footer-neg__btn {
        width: 100%;
        justify-content: center;
    }

    /* Urgency banner mobile */
    .urgency-inner {
        font-size: 0.78rem;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .urgency-btn {
        padding: 4px 12px;
        font-size: 0.75rem;
    }

    body.has-urgency-banner {
        padding-top: 40px;
    }

    body.has-urgency-banner .navbar {
        top: 40px;
    }

    /* Hero trust mobile */
    .hero-trust {
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Journey mobile */
    .journey-step {
        gap: 16px;
    }

    .step-marker {
        width: 44px;
        height: 44px;
    }

    .step-marker span {
        font-size: 0.85rem;
    }

    .step-content {
        padding: 16px;
    }

    .step-content h3 {
        font-size: 1rem;
    }

    .journey-line {
        right: 22px;
    }

    html[dir="ltr"] .journey-line {
        right: auto;
        left: 22px;
    }

    .journey-cta {
        margin-top: 32px;
    }

    /* Success mobile */
    .success-grid {
        grid-template-columns: 1fr;
    }

    .success-card {
        padding: 24px;
    }

    /* Video mobile */
    .video-grid {
        grid-template-columns: 1fr;
    }

    /* Lead form mobile */
    .lead-form-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lead-form-card {
        padding: 24px;
    }

    /* Branch gallery mobile */
    .branch-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-main {
        grid-column: span 2;
        grid-row: span 1;
    }

    .gallery-main img {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    /* Instagram mobile */
    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .insta-cta {
        margin-top: 12px;
        padding: 14px 16px;
    }

    .insta-cta .btn-instagram {
        font-size: 0.9rem;
        padding: 12px 20px;
    }

    /* FAQ mobile */
    .faq-question {
        padding: 16px 20px;
        font-size: 0.92rem;
    }

    .faq-answer p {
        padding: 0 20px 16px;
        font-size: 0.88rem;
    }

    /* Mobile sticky CTA — 3D floating dock */
    .mobile-sticky-cta {
        display: grid;
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 7px;
        position: fixed;
        bottom: calc(14px + env(safe-area-inset-bottom));
        left: 14px;
        right: 14px;
        z-index: 9999;
        height: 64px;
        padding: 7px;
        border-radius: 28px;
        background: rgba(255,255,255,0.78);
        backdrop-filter: blur(22px) saturate(1.4);
        -webkit-backdrop-filter: blur(22px) saturate(1.4);
        border: 1px solid rgba(255,255,255,0.45);
        box-shadow:
            0 18px 45px rgba(0,0,0,0.28),
            inset 0 1px 0 rgba(255,255,255,0.35);
        transform: translateY(calc(100% + 30px));
        transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
        box-sizing: border-box;
        max-width: calc(100vw - 28px);
        overflow: hidden;
    }

    .mobile-sticky-cta .mcta-btn {
        min-width: 0;
    }

    [data-theme="dark"] .mobile-sticky-cta {
        background: rgba(18,18,18,0.78);
        border: 1px solid rgba(255,255,255,0.1);
        box-shadow:
            0 18px 45px rgba(0,0,0,0.5),
            inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .mobile-sticky-cta.visible {
        transform: translateY(0);
    }

    /* Body offset on mobile */
    body {
        padding-bottom: 80px;
    }

    /* Hide floating WhatsApp on mobile */
    .whatsapp-float {
        display: none !important;
    }
}

/* --- Small mobile (max-width: 480px) --- */
@media (max-width: 480px) {
    .urgency-inner {
        font-size: 0.8rem;
        gap: 8px;
    }

    .urgency-countdown {
        padding: 2px 10px;
        font-size: 0.78rem;
    }

    .urgency-btn {
        padding: 5px 12px;
        font-size: 0.75rem;
    }

    .hero-trust {
        flex-direction: column;
        align-items: flex-start;
    }

    .step-marker {
        width: 38px;
        height: 38px;
    }

    .step-marker span {
        font-size: 0.78rem;
    }

    .step-content {
        padding: 14px;
    }

    .branch-gallery {
        grid-template-columns: 1fr;
    }

    .gallery-main {
        grid-column: span 1;
    }

    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .video-play-btn {
        width: 48px;
        height: 48px;
    }

    .lead-form-card {
        padding: 20px;
    }

    .form-group input,
    .form-group select {
        padding: 10px 14px;
    }

    .mobile-sticky-cta {
        gap: 5px;
        padding: 5px;
        border-radius: 22px;
        height: 58px;
    }

    .programs-timeline {
        padding-right: 32px;
    }

    .timeline-line {
        right: 8px;
    }
}

/* --- Ultra-small mobile (max-width: 320px) --- */
@media (max-width: 320px) {
    .container {
        padding: 0 12px;
    }

    .hero-ed__title {
        font-size: 1.5rem;
    }

    .mobile-sticky-cta {
        grid-template-columns: 1fr 1fr;
        height: auto;
        left: 8px;
        right: 8px;
    }

    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
    .urgency-pulse {
        animation: none;
    }

    .mobile-sticky-cta {
        transition: none;
    }

    .faq-answer {
        transition: none;
    }

    .step-content:hover {
        transform: none;
    }

    .success-card:hover,
    .video-card:hover {
        transform: none;
    }

    .gallery-item:hover {
        transform: none;
    }
}
