/* ============================================
   PGT ManPowerOEP - Premium Modern Stylesheet
   Premium 2025 Design | Glassmorphism | Micro-Animations
   ============================================ */

/* === CSS Custom Properties === */
:root {
    /* Primary Palette - Dark Navy */
    --primary: #0a1628;
    --primary-light: #0f2440;
    --primary-lighter: #1a3350;
    --primary-dark: #060e1a;

    /* Electric Blue Accent */
    --electric: #2563eb;
    --electric-light: #3b82f6;
    --electric-dark: #1d4ed8;
    --electric-glow: rgba(37, 99, 235, 0.4);

    /* Cyan Accent */
    --cyan: #06b6d4;
    --cyan-light: #22d3ee;
    --cyan-dark: #0891b2;
    --cyan-glow: rgba(6, 182, 212, 0.4);

    /* Gold Highlight */
    --gold: #f59e0b;
    --gold-light: #fbbf24;
    --gold-dark: #d97706;
    --gold-glow: rgba(245, 158, 11, 0.4);

    /* Accent (Gold) */
    --accent: #f59e0b;
    --accent-light: #fbbf24;

    /* Secondary (Electric Blue) */
    --secondary: #2563eb;
    --secondary-light: #3b82f6;

    /* Neutrals */
    --dark: #0a1628;
    --dark-secondary: #111d32;
    --dark-tertiary: #162240;
    --light: #f0f4f8;
    --light-secondary: #f8fafc;
    --white: #ffffff;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;

    /* Semantic Colors */
    --success: #10b981;
    --success-light: #34d399;
    --success-bg: rgba(16, 185, 129, 0.1);
    --danger: #ef4444;
    --danger-light: #f87171;
    --danger-bg: rgba(239, 68, 68, 0.1);
    --warning: #f59e0b;
    --warning-light: #fbbf24;
    --warning-bg: rgba(245, 158, 11, 0.1);
    --info: #2563eb;
    --info-light: #3b82f6;
    --info-bg: rgba(37, 99, 235, 0.1);

    /* Glass Effects */
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-bg-light: rgba(255, 255, 255, 0.12);
    --glass-bg-heavy: rgba(255, 255, 255, 0.18);
    --glass-border: rgba(255, 255, 255, 0.12);
    --glass-border-light: rgba(255, 255, 255, 0.2);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    --glass-shadow-light: 0 4px 16px rgba(0, 0, 0, 0.15);
    --glass-blur: blur(16px);
    --glass-blur-heavy: blur(24px);

    /* Shadows - Premium Depth */
    --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.16);
    --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.22);
    --shadow-2xl: 0 32px 80px rgba(0, 0, 0, 0.28);
    --shadow-glow-electric: 0 0 20px rgba(37, 99, 235, 0.3), 0 0 40px rgba(37, 99, 235, 0.15);
    --shadow-glow-cyan: 0 0 20px rgba(6, 182, 212, 0.3), 0 0 40px rgba(6, 182, 212, 0.15);
    --shadow-glow-gold: 0 0 20px rgba(245, 158, 11, 0.3), 0 0 40px rgba(245, 158, 11, 0.15);
    --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.06);

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

    /* Transitions */
    --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-spring: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    --transition-bounce: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--electric), var(--cyan));
    --gradient-dark: linear-gradient(135deg, var(--primary), var(--dark-secondary));
    --gradient-gold: linear-gradient(135deg, var(--gold), var(--gold-light));
    --gradient-hero: linear-gradient(135deg, rgba(10, 22, 40, 0.95), rgba(15, 36, 64, 0.9));
    --gradient-card: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    --gradient-border: linear-gradient(135deg, var(--electric), var(--cyan), var(--gold));
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));

    /* Typography */
    --font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

    /* Z-Index Scale */
    --z-dropdown: 100;
    --z-sticky: 500;
    --z-fixed: 1000;
    --z-modal-backdrop: 1050;
    --z-modal: 1100;
    --z-popover: 1200;
    --z-tooltip: 1300;
    --z-toast: 1400;
}

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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray-300);
    background: var(--primary);
    overflow-x: hidden;
    min-height: 100vh;
}

/* Animated Background Particles */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(6, 182, 212, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, rgba(245, 158, 11, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    animation: bgShift 20s ease-in-out infinite alternate;
}

@keyframes bgShift {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

ul {
    list-style: none;
}

::selection {
    background: var(--electric);
    color: var(--white);
}

/* === Custom Scrollbar === */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--electric), var(--cyan));
    border-radius: var(--radius-full);
    border: 2px solid var(--primary-dark);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--electric-light), var(--cyan-light));
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--electric) var(--primary-dark);
}

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

h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    background: linear-gradient(135deg, var(--white), var(--cyan-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
}

h4 {
    font-size: 1.15rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

p {
    margin-bottom: 1rem;
    color: var(--gray-400);
    line-height: 1.8;
}

.text-center { text-align: center; }
.text-primary { color: var(--electric) !important; }
.text-accent { color: var(--gold) !important; }
.text-white { color: var(--white) !important; }
.text-gray { color: var(--gray-400) !important; }
.text-cyan { color: var(--cyan) !important; }
.text-small { font-size: 0.85rem; }
.text-uppercase { text-transform: uppercase; letter-spacing: 2px; }
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.fw-bold { font-weight: 700; }
.fw-600 { font-weight: 600; }
.fw-500 { font-weight: 500; }

/* === Container === */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

/* === Navigation === */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-fixed);
    padding: 1rem 0;
    transition: var(--transition-smooth);
    background: transparent;
}

.navbar.scrolled {
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: var(--glass-blur-heavy);
    -webkit-backdrop-filter: var(--glass-blur-heavy);
    border-bottom: 1px solid var(--glass-border);
    padding: 0.5rem 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--white);
    z-index: 10;
    transition: var(--transition-base);
}

.nav-brand:hover {
    transform: scale(1.02);
}

.nav-brand i {
    font-size: 1.8rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-brand span {
    color: var(--gold);
    -webkit-text-fill-color: var(--gold);
}

.nav-brand img {
    height: 40px;
    width: auto;
    border-radius: var(--radius-sm);
}

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

.nav-menu li a,
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    font-size: 0.9rem;
    position: relative;
    border-radius: var(--radius-sm);
    transition: var(--transition-base);
    letter-spacing: 0.01em;
}

.nav-menu li a:hover,
.nav-menu li a.active,
.nav-link:hover,
.nav-link.active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
}

.nav-menu li a::after,
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after,
.nav-link:hover::after,
.nav-link.active::after {
    width: 60%;
}

.nav-cta {
    margin-left: 0.5rem;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--white);
    cursor: pointer;
    padding: 0.5rem;
    z-index: 10;
    position: relative;
    width: 30px;
    height: 24px;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--white);
    border-radius: var(--radius-full);
    transition: var(--transition-base);
    position: absolute;
    left: 0;
}

.mobile-menu-toggle span:nth-child(1) { top: 0; }
.mobile-menu-toggle span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.mobile-menu-toggle span:nth-child(3) { bottom: 0; }

.mobile-menu-toggle.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

.mobile-menu-toggle.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* === Hero Slider === */
.hero-slider {
    position: relative;
    aspect-ratio: 4/3;
    max-height: 85vh;
    min-height: 400px;
    overflow: hidden;
    background: var(--primary);
}

.hero-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--primary-dark) 0%, transparent 100%);
    z-index: 5;
    pointer-events: none;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding: 6rem 1.5rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 1.2s;
    background-size: cover;
    background-position: center;
    background-color: var(--primary-dark);
}

.slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.93), rgba(15, 36, 64, 0.88), rgba(10, 22, 40, 0.93));
    z-index: 1;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.slide .hero-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-content {
    max-width: 900px;
    animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-content .section-label {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--accent);
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    backdrop-filter: blur(10px);
}

.hero-logo {
    width: 120px;
    height: 120px;
    background: var(--glass-bg-heavy);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: var(--shadow-glow-electric);
    overflow: hidden;
    animation: float 6s ease-in-out infinite;
}

.hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-logo i {
    font-size: 3.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero h1, .slide h1 {
    color: var(--white);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 40px rgba(37, 99, 235, 0.3);
    font-size: clamp(1.8rem, 4.5vw, 3.5rem);
    line-height: 1.15;
}

.hero-tagline {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    margin-bottom: 2rem;
    font-weight: 300;
    opacity: 0.9;
    color: var(--gray-300);
}

.license-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    padding: 0.8rem 1.5rem;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: clamp(0.85rem, 2vw, 1.1rem);
    box-shadow: var(--shadow-glow-gold);
    flex-wrap: wrap;
    justify-content: center;
    animation: glow 3s ease-in-out infinite;
}

.hero-buttons {
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 56px;
    height: 56px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
    font-size: 1.2rem;
}

.slider-prev:hover,
.slider-next:hover {
    background: var(--glass-bg-heavy);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
    transform: translateY(-50%) scale(1.1);
}

.slider-prev { left: 2rem; }
.slider-next { right: 2rem; }

.slider-dots {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: var(--transition-smooth);
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.slider-dots .dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: var(--radius-full);
    border: 1px solid transparent;
    transition: var(--transition-base);
}

.slider-dots .dot.active {
    background: var(--electric);
    border-color: var(--electric);
    transform: scale(1.3);
    box-shadow: var(--shadow-glow-electric);
}

.slider-dots .dot.active::after {
    border-color: rgba(37, 99, 235, 0.3);
}

.slider-dots .dot:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.15);
}

.hero-slider .scroll-indicator {
    z-index: 10;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    cursor: pointer;
}

.scroll-indicator i {
    font-size: 2rem;
    color: var(--white);
    opacity: 0.6;
    transition: var(--transition-base);
}

.scroll-indicator:hover i {
    opacity: 1;
    color: var(--cyan);
}

/* === Quick Info Bar === */
.quick-info {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
    padding: 1rem 0;
    position: relative;
    z-index: 10;
}

.info-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 0 1.5rem;
    align-items: center;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border-radius: var(--radius-md);
    transition: var(--transition-base);
}

.info-item:hover {
    background: var(--glass-bg-light);
    transform: translateX(4px);
}

.info-icon {
    width: 42px;
    height: 42px;
    background: var(--gradient-primary);
    color: var(--white);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-glow-electric);
    transition: var(--transition-smooth);
}

.info-item:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 25px rgba(37, 99, 235, 0.4);
}

.info-text h4 {
    font-size: 0.7rem;
    color: var(--gray-400);
    margin-bottom: 0.15rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-text p {
    font-weight: 600;
    color: var(--white);
    font-size: 0.85rem;
    margin: 0;
    word-break: break-word;
    line-height: 1.3;
}

/* === Sections === */
.section {
    padding: 5rem 1.5rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.gradient-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent 5%, var(--accent) 30%, var(--electric) 50%, var(--accent) 70%, transparent 95%);
    border: none;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.gradient-divider::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmerLine 3s ease-in-out infinite;
}

@keyframes shimmerLine {
    0% { left: -100%; }
    100% { left: 100%; }
}

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

.section-alt {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary) 100%);
    position: relative;
}

.section-alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    opacity: 0.5;
}

.section-dark {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: var(--white);
}

.section-title {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.section-title h2 {
    color: var(--white);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
}

.section-title p {
    color: var(--gray-400);
    max-width: 600px;
    margin: 1.5rem auto 0;
}

.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--cyan);
    margin-bottom: 0.75rem;
    position: relative;
    padding: 0.3rem 1rem;
    background: rgba(6, 182, 212, 0.1);
    border-radius: var(--radius-full);
    border: 1px solid rgba(6, 182, 212, 0.2);
}

.section-title.text-white h2 {
    color: var(--white);
}

.section-title.text-white p {
    color: var(--gray-400);
}

/* === About Section === */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-image {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.about-image img {
    width: 100%;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-2xl);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-image:hover img {
    transform: scale(1.03);
}

.about-image::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    background: var(--gradient-primary) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: var(--radius-xl);
    z-index: -1;
    animation: borderGlow 4s ease-in-out infinite alternate;
}

.about-image::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
    background: var(--gradient-gold);
    border-radius: var(--radius-xl);
    z-index: -2;
    opacity: 0.6;
}

.about-content h3 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

.about-content p {
    color: var(--gray-400);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    align-items: stretch;
}

.stat-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--electric);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.stat-card h4 {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
    color: var(--white);
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.stat-card p {
    font-size: 0.78rem;
    opacity: 0.8;
    margin: 0;
    color: var(--gray-300);
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.stat-card i {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
}

/* === CEO Section === */
.ceo-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: start;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--glass-shadow);
    position: relative;
    overflow: hidden;
}

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

.ceo-image {
    text-align: center;
}

.ceo-image-placeholder {
    width: 220px;
    height: 220px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: var(--shadow-glow-electric);
    overflow: hidden;
    border: 3px solid var(--glass-border-light);
    transition: var(--transition-smooth);
}

.ceo-image-placeholder:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(37, 99, 235, 0.4);
}

.ceo-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceo-image-placeholder i {
    font-size: 6rem;
    color: var(--white);
}

.ceo-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.ceo-title {
    color: var(--cyan);
    font-weight: 500;
    font-size: 0.95rem;
}

.ceo-content h3 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

.ceo-content p {
    color: var(--gray-400);
}

.ceo-signature {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dashed var(--glass-border-light);
}

.ceo-signature p {
    margin: 0.3rem 0;
    color: var(--gray-400);
}

/* === Vision & Mission === */
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.vm-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.vm-card:hover {
    transform: translateY(-10px);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.vm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.vm-card.vision::before {
    background: var(--gradient-primary);
    box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
}

.vm-card.mission::before {
    background: var(--gradient-gold);
    box-shadow: var(--shadow-glow-gold);
}

.vm-icon {
    width: 70px;
    height: 70px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    transition: var(--transition-smooth);
}

.vm-card:hover .vm-icon {
    transform: scale(1.1) rotate(5deg);
}

.vm-card.vision .vm-icon {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-glow-electric);
}

.vm-card.mission .vm-icon {
    background: var(--gradient-gold);
    color: var(--primary-dark);
    box-shadow: var(--shadow-glow-gold);
}

.vm-card h3 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

.vm-card ul {
    margin-top: 1rem;
    margin-left: 1.5rem;
}

.vm-card ul li {
    margin-bottom: 0.8rem;
    color: var(--gray-400);
    position: relative;
    padding-left: 1.5rem;
    transition: var(--transition-base);
}

.vm-card ul li:hover {
    color: var(--white);
    transform: translateX(4px);
}

.vm-card ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--cyan);
    font-size: 0.75rem;
}

/* === Services / Feature Cards === */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.feature-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 2rem 1.75rem;
    border-radius: var(--radius-xl);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.4s;
    border-radius: inherit;
}

.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.6s;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: var(--electric);
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.15);
}

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

.feature-card:hover::after {
    left: 100%;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    color: var(--white);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.2rem;
    box-shadow: var(--shadow-glow-electric);
    transition: var(--transition-spring);
    position: relative;
    z-index: 1;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 0 35px rgba(37, 99, 235, 0.5);
}

.feature-card h3 {
    font-size: 1.15rem;
    color: var(--white);
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.feature-card p {
    font-size: 0.9rem;
    color: var(--gray-400);
    position: relative;
    z-index: 1;
    line-height: 1.6;
    flex-grow: 1;
}

/* === Sectors === */
.sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2rem;
}

.sector-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: var(--transition-smooth);
}

.sector-card:hover {
    transform: translateY(-10px);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.sector-header {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--white);
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.sector-header::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
}

.sector-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
    transition: var(--transition-smooth);
}

.sector-card:hover .sector-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.25);
}

.sector-header h3 {
    font-size: 1.4rem;
    color: var(--white);
    position: relative;
    z-index: 1;
}

.sector-body {
    padding: 1.5rem;
}

.sector-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

.sector-list li {
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition-base);
    font-size: 0.88rem;
    cursor: default;
    color: var(--gray-300);
}

.sector-list li i {
    color: var(--cyan);
    font-size: 0.75rem;
    transition: var(--transition-base);
}

.sector-list li:hover {
    background: var(--gradient-primary);
    color: var(--white);
    transform: translateX(5px);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.sector-list li:hover i {
    color: var(--white);
}

/* === Countries === */
.countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.country-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.75rem 1rem;
    border-radius: var(--radius-xl);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.country-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.4s;
    border-radius: inherit;
}

.country-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--electric);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.2), var(--shadow-glow-electric);
}

.country-card:hover::before {
    opacity: 0.1;
}

.country-flag {
    width: 72px;
    height: 50px;
    margin: 0 auto 1rem;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.country-card:hover .country-flag img {
    transform: scale(1.15);
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

.country-card:hover .country-flag {
    transform: scale(1.2);
}

.country-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--white);
    margin-top: 0.25rem;
    line-height: 1.3;
}

.country-deployed {
    margin-top: 0.3rem;
}

.country-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    transition: var(--transition-smooth);
}

.country-card:hover .country-img {
    transform: scale(1.05);
}

/* === Process Timeline === */
.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.2);
}

.timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; }
.timeline-item:nth-child(6) { animation-delay: 0.6s; }

.timeline-number {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: var(--shadow-glow-electric);
    z-index: 1;
    transition: var(--transition-smooth);
    border: 3px solid var(--primary);
}

.timeline-item:hover .timeline-number {
    transform: scale(1.15);
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.5);
}

.timeline-content {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    flex: 1;
    transition: var(--transition-smooth);
}

.timeline-content:hover {
    box-shadow: var(--shadow-glow-electric);
    border-color: var(--electric);
    transform: translateX(8px);
}

.timeline-content h4 {
    color: var(--white);
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: var(--gray-400);
    font-size: 0.95rem;
    margin: 0;
}

/* === Jobs Page === */
.jobs-header {
    background: var(--gradient-hero);
    padding: 8rem 1.5rem 3rem;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.jobs-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 50%, rgba(6, 182, 212, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.jobs-filters {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.5rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--glass-shadow);
    margin: -2rem auto 2rem;
    max-width: 1280px;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: end;
}

.filter-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gray-300);
    margin-bottom: 0.3rem;
}

.filter-group select,
.filter-group input {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    font-family: var(--font-primary);
    font-size: 0.9rem;
    color: var(--white);
    background: var(--glass-bg-light);
    transition: var(--transition-base);
}

.filter-group select:focus,
.filter-group input:focus {
    border-color: var(--electric);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.job-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.job-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.job-card:hover {
    transform: translateY(-10px);
    border-color: var(--electric);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.2);
}

.job-card:hover::after {
    transform: scaleX(1);
}

.job-card-header {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.job-card-header h3 {
    font-size: 1.1rem;
    color: var(--white);
    transition: var(--transition-base);
}

.job-card:hover .job-card-header h3 {
    color: var(--cyan-light);
}

.job-badges {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.badge {
    padding: 0.25rem 0.7rem;
    border-radius: var(--radius-full);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition-base);
}

.badge-featured {
    background: rgba(245, 158, 11, 0.15);
    color: var(--gold-light);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.badge-urgent {
    background: rgba(239, 68, 68, 0.15);
    color: var(--danger-light);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.badge-active {
    background: rgba(16, 185, 129, 0.15);
    color: var(--success-light);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.job-card-body {
    padding: 1.2rem 1.5rem;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.job-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: var(--gray-400);
}

.job-meta span i {
    color: var(--cyan);
}

.job-card-body p {
    font-size: 0.9rem;
    color: var(--gray-400);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.job-card-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-salary {
    font-weight: 700;
    color: var(--gold);
    font-size: 1rem;
}

.job-deadline {
    font-size: 0.8rem;
    color: var(--gray-500);
}

/* === Job Detail === */
.job-detail-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 2rem;
}

.job-detail-main {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
}

.job-detail-main h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.job-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.5rem;
    border-radius: var(--radius-xl);
    transition: var(--transition-base);
}

.sidebar-card:hover {
    border-color: var(--electric);
}

.sidebar-card h4 {
    color: var(--cyan);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.job-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid var(--glass-border);
    border-bottom: 1px solid var(--glass-border);
}

.job-detail-section {
    margin-top: 2rem;
}

.job-detail-section h3 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.job-detail-section ul {
    margin-left: 1.5rem;
}

.job-detail-section ul li {
    margin-bottom: 0.5rem;
    color: var(--gray-400);
    position: relative;
    padding-left: 1.2rem;
    transition: var(--transition-base);
}

.job-detail-section ul li:hover {
    color: var(--white);
    transform: translateX(4px);
}

.job-detail-section ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--success);
    font-size: 0.75rem;
}

/* === Forms === */
.form-group {
    margin-bottom: 1.2rem;
    position: relative;
}

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--gray-300);
    margin-bottom: 0.4rem;
}

.form-group label .required {
    color: var(--danger);
}

.form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    font-family: var(--font-primary);
    font-size: 0.9rem;
    color: var(--white);
    background: var(--glass-bg);
    transition: var(--transition-base);
}

.form-control:focus {
    border-color: var(--electric);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    background: var(--glass-bg-heavy);
}

.form-control::placeholder {
    color: var(--gray-500);
}

.form-control.is-invalid {
    border-color: var(--danger);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.form-control.is-valid {
    border-color: var(--success);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

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

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2394a3b8'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.25rem;
    padding-right: 2.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-text {
    font-size: 0.8rem;
    color: var(--gray-500);
    margin-top: 0.3rem;
}

.invalid-feedback {
    font-size: 0.8rem;
    color: var(--danger-light);
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.file-upload {
    border: 2px dashed var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    text-align: center;
    cursor: pointer;
    transition: var(--transition-smooth);
    background: var(--glass-bg);
}

.file-upload:hover {
    border-color: var(--electric);
    background: rgba(37, 99, 235, 0.05);
    box-shadow: var(--shadow-glow-electric);
}

.file-upload i {
    font-size: 2.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.file-upload p {
    margin: 0;
    color: var(--gray-400);
    font-size: 0.9rem;
}

.file-upload input {
    display: none;
}

/* Floating Label */
.floating-label {
    position: relative;
}

.floating-label .form-control {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.floating-label label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: var(--gray-500);
    pointer-events: none;
    transition: var(--transition-base);
    background: transparent;
    margin: 0;
}

.floating-label .form-control:focus ~ label,
.floating-label .form-control:not(:placeholder-shown) ~ label {
    top: 0.5rem;
    transform: translateY(0);
    font-size: 0.7rem;
    color: var(--electric);
    font-weight: 600;
}

/* === Contact Page === */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.5rem;
    border-radius: var(--radius-xl);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    transition: var(--transition-smooth);
}

.contact-info-card:hover {
    transform: translateX(8px);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.contact-info-icon {
    width: 55px;
    height: 55px;
    background: var(--gradient-primary);
    color: var(--white);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-glow-electric);
    transition: var(--transition-smooth);
}

.contact-info-card:hover .contact-info-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-info-card h4 {
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 0.3rem;
}

.contact-info-card p {
    font-size: 0.9rem;
    margin: 0;
    color: var(--gray-400);
}

.contact-form-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--glass-shadow);
    position: relative;
    overflow: hidden;
}

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

.map-container {
    width: 100%;
    height: 400px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    margin-top: 2rem;
    box-shadow: var(--glass-shadow);
    border: 1px solid var(--glass-border);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: brightness(0.8) contrast(1.1) saturate(0.8) hue-rotate(180deg);
}

/* === FAQ === */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.faq-item:hover {
    border-color: rgba(37, 99, 235, 0.3);
}

.faq-item.active {
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.faq-question {
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--white);
    transition: var(--transition-base);
}

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

.faq-question i {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--electric);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 1.5rem 1.2rem;
    color: var(--gray-400);
    line-height: 1.8;
}

/* === Testimonials === */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.testimonial-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.75rem;
    border-radius: var(--radius-xl);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.testimonial-card::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2.5rem;
    color: rgba(37, 99, 235, 0.1);
    transition: all 0.4s ease;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: var(--electric);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}

.testimonial-card:hover::before {
    color: rgba(37, 99, 235, 0.2);
}

.testimonial-card:hover::after {
    transform: scaleX(1);
}

.testimonial-card .stars {
    color: var(--gold);
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    text-align: left;
}

.testimonial-card .content {
    color: var(--gray-400);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    text-align: left;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: var(--shadow-glow-electric);
}

.testimonial-author-info h4 {
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 0.1rem;
}

.testimonial-author-info p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--gray-500);
}

/* === Gallery === */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    aspect-ratio: 4/3;
    border: 1px solid var(--glass-border);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover img {
    transform: scale(1.12);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.7), rgba(6, 182, 212, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(4px);
}

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

.gallery-overlay i {
    color: var(--white);
    font-size: 2rem;
    transform: scale(0.5);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gallery-item:hover .gallery-overlay i {
    transform: scale(1);
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: var(--z-modal);
    background: rgba(10, 22, 40, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
}

.gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.gallery-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-2xl);
}

/* === Footer === */
.footer {
    background: linear-gradient(180deg, var(--primary-dark), var(--primary-dark));
    color: var(--white);
    padding: 5rem 1.5rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-primary);
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.footer-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.footer-section h3 {
    color: var(--gold);
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

.footer-section p,
.footer-section a {
    color: var(--gray-400);
    line-height: 1.8;
    text-decoration: none;
    display: block;
    transition: var(--transition-base);
    font-size: 0.9rem;
    word-break: break-word;
}

.footer-section a:hover {
    color: var(--cyan-light);
    padding-left: 8px;
}

.footer-section i {
    width: 22px;
    color: var(--cyan);
    display: inline-block;
}

.social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.2rem;
    flex-wrap: wrap;
}

.social-links a {
    width: 42px;
    height: 42px;
    background: var(--glass-bg);
    backdrop-filter: blur(8px);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--white);
    transition: var(--transition-smooth);
}

.social-links a:hover {
    background: var(--electric);
    border-color: var(--electric);
    color: var(--white);
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow-electric);
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.7rem 1rem;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    font-family: var(--font-primary);
    font-size: 0.9rem;
    background: var(--glass-bg);
    color: var(--white);
}

.newsletter-form input:focus {
    border-color: var(--electric);
    outline: none;
}

.newsletter-form input::placeholder {
    color: var(--gray-500);
}

.newsletter-form button {
    padding: 0.7rem 1.2rem;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius-md);
    font-family: var(--font-primary);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow-electric);
}

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--glass-border);
    text-align: center;
    color: var(--gray-500);
    font-size: 0.85rem;
}

.footer-bottom a {
    color: var(--cyan);
}

/* === Page Header === */
.page-header {
    background: var(--gradient-hero);
    padding: 8rem 1.5rem 4rem;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(6, 182, 212, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-primary);
}

.page-header h1 {
    color: var(--white);
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.page-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

/* === Breadcrumbs === */
.breadcrumb {
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.breadcrumb li {
    color: var(--gray-500);
}

.breadcrumb li a {
    color: var(--cyan);
}

.breadcrumb li a:hover {
    color: var(--cyan-light);
    text-decoration: underline;
}

.breadcrumb li::after {
    content: '/';
    margin-left: 0.5rem;
    color: var(--gray-600);
}

.breadcrumb li:last-child::after {
    display: none;
}

/* === Alerts === */
.alert {
    padding: 1rem 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.9rem;
    backdrop-filter: blur(8px);
    animation: fadeInUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.alert-success {
    background: rgba(16, 185, 129, 0.12);
    color: var(--success-light);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-left: 4px solid var(--success);
}

.alert-danger {
    background: rgba(239, 68, 68, 0.12);
    color: var(--danger-light);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-left: 4px solid var(--danger);
}

.alert-warning {
    background: rgba(245, 158, 11, 0.12);
    color: var(--warning-light);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-left: 4px solid var(--warning);
}

.alert-info {
    background: rgba(37, 99, 235, 0.12);
    color: var(--electric-light);
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-left: 4px solid var(--electric);
}

.alert i {
    font-size: 1.2rem;
}

/* === Buttons === */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: var(--radius-full);
    font-family: var(--font-primary);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-smooth);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.01em;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

.btn i {
    font-size: 0.9em;
    transition: transform 0.3s;
}

.btn:hover i {
    transform: translateX(2px);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius-full);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.btn-primary:hover::before {
    transform: translateX(0);
}

.btn-accent {
    background: var(--gradient-gold);
    color: var(--primary-dark);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-accent:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-gold);
}

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

.btn-outline:hover {
    background: var(--electric);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-electric);
}

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

.btn-outline-white:hover {
    background: var(--white);
    color: var(--primary);
    transform: translateY(-3px);
}

.btn-success {
    background: var(--success);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-success:hover {
    background: var(--success-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.btn-danger {
    background: var(--danger);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-danger:hover {
    background: var(--danger-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
}

.btn-sm {
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
}

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

.btn-block {
    display: flex;
    justify-content: center;
    width: 100%;
}

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

.btn-glass:hover {
    background: var(--glass-bg-heavy);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
    transform: translateY(-3px);
}

/* === Pagination - Pill Style === */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 0.8rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition-smooth);
    border: 1px solid var(--glass-border);
    color: var(--gray-300);
    background: var(--glass-bg);
    text-decoration: none;
}

.pagination a:hover {
    background: var(--electric);
    color: var(--white);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
    transform: translateY(-2px);
}

.pagination .active {
    background: var(--gradient-primary);
    color: var(--white);
    border-color: transparent;
    box-shadow: var(--shadow-glow-electric);
}

.pagination .disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* === Modal === */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: var(--z-modal-backdrop);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--primary-light);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--shadow-2xl);
}

.modal-overlay.active .modal-content {
    transform: scale(1) translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--glass-border);
}

.modal-header h3 {
    color: var(--white);
}

.modal-close {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    color: var(--gray-400);
    transition: var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: var(--danger-light);
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    transform: rotate(90deg);
}

/* === Spinner === */
.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--glass-border);
    border-top-color: var(--electric);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: relative;
}

.spinner::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 3px solid transparent;
    border-top-color: var(--cyan);
    border-radius: 50%;
    animation: spin 1.2s linear infinite reverse;
}

.spinner-sm {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

/* === Back to Top === */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: var(--shadow-glow-electric);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition-smooth);
    z-index: var(--z-fixed);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.5);
}

/* === Search === */
.search-section {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.5rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--glass-shadow);
    margin: -2rem auto 2rem;
    max-width: 1280px;
    position: relative;
    z-index: 10;
}

.search-bar {
    display: flex;
    gap: 1rem;
}

.search-bar input {
    flex: 1;
    padding: 0.8rem 1.2rem;
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-full);
    font-family: var(--font-primary);
    font-size: 0.95rem;
    background: var(--glass-bg-light);
    color: var(--white);
}

.search-bar input:focus {
    border-color: var(--electric);
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.search-bar input::placeholder {
    color: var(--gray-500);
}

/* === Status Badges === */
.status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    letter-spacing: 0.3px;
}

.status-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.status-pending {
    background: rgba(245, 158, 11, 0.12);
    color: var(--gold-light);
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.status-pending::before { background: var(--gold); }

.status-active,
.status-reviewed {
    background: rgba(16, 185, 129, 0.12);
    color: var(--success-light);
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.status-active::before,
.status-reviewed::before { background: var(--success); }

.status-shortlisted {
    background: rgba(37, 99, 235, 0.12);
    color: var(--electric-light);
    border: 1px solid rgba(37, 99, 235, 0.25);
}

.status-shortlisted::before { background: var(--electric); }

.status-rejected,
.status-closed {
    background: rgba(239, 68, 68, 0.12);
    color: var(--danger-light);
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.status-rejected::before,
.status-closed::before { background: var(--danger); }

.status-selected,
.status-deployed {
    background: rgba(6, 182, 212, 0.12);
    color: var(--cyan-light);
    border: 1px solid rgba(6, 182, 212, 0.25);
}

.status-selected::before,
.status-deployed::before { background: var(--cyan); }

.status-interviewed {
    background: rgba(139, 92, 246, 0.12);
    color: #a78bfa;
    border: 1px solid rgba(139, 92, 246, 0.25);
}

.status-interviewed::before { background: #8b5cf6; }

/* === Notification / Toast System === */
.notification-container {
    position: fixed;
    top: 5rem;
    right: 1.5rem;
    z-index: var(--z-toast);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 380px;
    width: 100%;
}

.notification-container .toast {
    background: var(--glass-bg-heavy);
    backdrop-filter: var(--glass-blur-heavy);
    -webkit-backdrop-filter: var(--glass-blur-heavy);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    box-shadow: var(--shadow-xl);
    animation: slideInRight 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transition: var(--transition-smooth);
}

.notification-container .toast:hover {
    border-color: var(--electric);
}

.notification-container .toast.toast-exit {
    animation: slideOutRight 0.3s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.notification-container .toast-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.75rem;
}

.notification-container .toast-success .toast-icon {
    background: rgba(16, 185, 129, 0.2);
    color: var(--success);
}

.notification-container .toast-error .toast-icon {
    background: rgba(239, 68, 68, 0.2);
    color: var(--danger);
}

.notification-container .toast-info .toast-icon {
    background: rgba(37, 99, 235, 0.2);
    color: var(--electric);
}

.notification-container .toast-body {
    flex: 1;
}

.notification-container .toast-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--white);
    margin-bottom: 0.15rem;
}

.notification-container .toast-message {
    font-size: 0.82rem;
    color: var(--gray-400);
    margin: 0;
}

/* === Skeleton Loading === */
.skeleton {
    position: relative;
    overflow: hidden;
    background: var(--glass-bg);
    border-radius: var(--radius-md);
}

.skeleton::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    animation: shimmer 1.8s infinite;
}

.skeleton-text {
    height: 14px;
    margin-bottom: 0.5rem;
    border-radius: var(--radius-sm);
}

.skeleton-text:last-child {
    width: 70%;
}

.skeleton-title {
    height: 24px;
    width: 60%;
    margin-bottom: 1rem;
    border-radius: var(--radius-sm);
}

.skeleton-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.skeleton-card {
    height: 200px;
    border-radius: var(--radius-xl);
}

.skeleton-image {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: var(--radius-lg);
}

/* === Admin Panel === */
.admin-layout {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar {
    width: 260px;
    background: linear-gradient(180deg, var(--primary-dark), var(--primary));
    color: var(--white);
    padding: 1.5rem 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    border-right: 1px solid var(--glass-border);
}

.admin-sidebar .sidebar-brand {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--glass-border);
}

.admin-sidebar .sidebar-brand h3 {
    color: var(--gold);
    font-size: 1.1rem;
}

.admin-sidebar .sidebar-brand p {
    color: var(--gray-500);
    font-size: 0.8rem;
    margin: 0;
}

.sidebar-menu {
    padding: 0;
}

.sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.5rem;
    color: var(--gray-400);
    font-size: 0.9rem;
    transition: var(--transition-base);
    border-left: 3px solid transparent;
}

.sidebar-menu li a:hover,
.sidebar-menu li a.active {
    background: var(--glass-bg);
    color: var(--cyan-light);
    border-left-color: var(--electric);
}

.sidebar-menu li a i {
    width: 20px;
    text-align: center;
}

.admin-main {
    flex: 1;
    margin-left: 260px;
    padding: 1.5rem;
    background: var(--primary);
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
}

.admin-header h2 {
    font-size: 1.3rem;
    color: var(--white);
}

.admin-user {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.admin-avatar {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;
    box-shadow: var(--shadow-glow-electric);
}

/* Admin Dashboard Cards */
.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.dashboard-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: var(--transition-smooth);
}

.dashboard-card:hover {
    transform: translateY(-4px);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.dashboard-card-icon {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
}

.dashboard-card-icon.blue { background: var(--gradient-primary); box-shadow: var(--shadow-glow-electric); }
.dashboard-card-icon.amber { background: var(--gradient-gold); box-shadow: var(--shadow-glow-gold); }
.dashboard-card-icon.green { background: linear-gradient(135deg, var(--success), #34d399); box-shadow: 0 0 15px rgba(16, 185, 129, 0.3); }
.dashboard-card-icon.red { background: linear-gradient(135deg, var(--danger), #f87171); box-shadow: 0 0 15px rgba(239, 68, 68, 0.3); }

.dashboard-card-info h4 {
    font-size: 1.8rem;
    color: var(--white);
    margin-bottom: 0.2rem;
}

.dashboard-card-info p {
    font-size: 0.85rem;
    color: var(--gray-400);
    margin: 0;
}

/* Admin Tables */
.admin-table-container {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.admin-table-header {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--glass-border);
}

.admin-table-header h3 {
    font-size: 1.1rem;
    color: var(--white);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th {
    background: var(--glass-bg);
    padding: 0.8rem 1rem;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gray-400);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--glass-border);
}

.admin-table td {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    color: var(--gray-300);
}

.admin-table tr:hover {
    background: var(--glass-bg-light);
}

/* Admin Login */
.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-dark);
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.login-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 40%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(6, 182, 212, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.login-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur-heavy);
    -webkit-backdrop-filter: var(--glass-blur-heavy);
    border: 1px solid var(--glass-border);
    padding: 2.5rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-2xl);
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

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

.login-card .login-logo {
    text-align: center;
    margin-bottom: 2rem;
}

.login-card .login-logo i {
    font-size: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-card .login-logo h2 {
    color: var(--white);
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.login-card .login-logo p {
    color: var(--gray-400);
    font-size: 0.9rem;
}

/* === Utility Classes === */
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.align-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.p-2 { padding: 1rem; }
.p-3 { padding: 1.5rem; }
.p-4 { padding: 2rem; }
.rounded { border-radius: var(--radius-md); }
.shadow { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
.hidden { display: none; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* === Animations === */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

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

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

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-15px);
    }
    60% {
        transform: translateX(-50%) translateY(-8px);
    }
}

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

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 15px rgba(245, 158, 11, 0.3);
    }
    50% {
        box-shadow: 0 0 30px rgba(245, 158, 11, 0.5), 0 0 60px rgba(245, 158, 11, 0.2);
    }
}

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

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

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

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotate(-10deg) scale(0.9);
    }
    to {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

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

@keyframes borderGlow {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.8;
    }
}

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

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 0.5;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes typewriter {
    from { width: 0; }
    to { width: 100%; }
}

/* Scroll Reveal Classes */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

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

/* Staggered Animation Delays */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }
.stagger-7 { animation-delay: 0.7s; }
.stagger-8 { animation-delay: 0.8s; }

/* === Gradient Border Utility === */
.gradient-border {
    position: relative;
    background: var(--primary-light);
    border-radius: var(--radius-xl);
}

.gradient-border::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--gradient-border);
    border-radius: inherit;
    z-index: -1;
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite;
}

/* === Animated Underline === */
.animated-underline {
    position: relative;
    display: inline-block;
}

.animated-underline::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.animated-underline:hover::after {
    width: 100%;
}

/* === Glow Card Effect === */
.glow-card {
    position: relative;
}

.glow-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: var(--gradient-primary);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
}

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

/* === CTA Glow Pulse === */
.cta-glow {
    animation: glow 3s ease-in-out infinite;
}

.cta-glow:hover {
    animation: none;
    box-shadow: 0 0 40px rgba(37, 99, 235, 0.5), 0 0 80px rgba(37, 99, 235, 0.2);
}

/* === Parallax Ready === */
.parallax-section {
    position: relative;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    inset: -50px;
    background-size: cover;
    background-position: center;
    will-change: transform;
    transition: transform 0.1s linear;
}

/* === Animated Counter === */
.counter {
    font-variant-numeric: tabular-nums;
}

/* === Decorative Elements === */
.deco-line {
    width: 80px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    margin: 1rem auto;
    position: relative;
    overflow: hidden;
}

.deco-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: shimmer 2.5s infinite;
}

.deco-dot {
    width: 8px;
    height: 8px;
    background: var(--electric);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px var(--electric-glow);
}

/* === Counter Infographic Section === */
.counter-infographic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 0 1.5rem;
    align-items: stretch;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.counter-infographic-item {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.counter-infographic-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.counter-infographic-item:nth-child(1)::before { background: var(--gradient-gold); }
.counter-infographic-item:nth-child(2)::before { background: var(--gradient-primary); }
.counter-infographic-item:nth-child(3)::before { background: linear-gradient(135deg, #10b981, #34d399); }
.counter-infographic-item:nth-child(4)::before { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }

.counter-infographic-item:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.counter-infographic-item:hover::before {
    transform: scaleX(1);
}

.counter-infographic-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.5rem;
    color: var(--white);
    position: relative;
}

.counter-infographic-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    animation: pulseRing 3s ease-in-out infinite;
}

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

.counter-infographic-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.counter-infographic-value span {
    font-size: 1.5rem;
    color: var(--accent);
}

.counter-infographic-label {
    font-size: 0.9rem;
    color: var(--gray-300);
    font-weight: 600;
    margin-bottom: 1rem;
}

.counter-progress {
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.counter-progress-bar {
    height: 100%;
    border-radius: 4px;
    width: 0;
    transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.counter-progress-bar.animated {
    transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.counter-infographic-desc {
    font-size: 0.78rem;
    color: var(--gray-400);
    line-height: 1.4;
}

@media (max-width: 992px) {
    .counter-infographic {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .counter-infographic {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .counter-infographic-value {
        font-size: 1.8rem;
    }
    .counter-infographic-icon {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }
}

/* === License Document Display === */
.license-document {
    background: linear-gradient(135deg, rgba(245,158,11,0.05), rgba(37,99,235,0.05));
    border: 2px solid rgba(245,158,11,0.2);
    border-radius: var(--radius-lg);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.license-document::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #16a34a, #f59e0b, #2563eb);
}

.license-document-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.license-emblem {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #16a34a, #15803d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(22, 163, 74, 0.3);
}

.license-document-title h3 {
    color: var(--white);
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.license-document-title p {
    color: var(--gray-400);
    font-size: 0.85rem;
}

.license-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.license-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.license-detail-item .label {
    font-size: 0.75rem;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.license-detail-item .value {
    font-size: 0.95rem;
    color: var(--white);
    font-weight: 600;
}

.license-detail-item .value.highlight {
    color: var(--accent);
    font-size: 1.1rem;
}

.license-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #10b981;
    padding: 0.6rem 1.2rem;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.9rem;
}

.license-status-badge i {
    animation: pulse 2s ease-in-out infinite;
}

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

@media (max-width: 576px) {
    .license-document-header {
        flex-direction: column;
        text-align: center;
    }
    .license-details-grid {
        grid-template-columns: 1fr;
    }
}

/* === Responsive - Mobile First === */

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(10, 22, 40, 0.97);
        backdrop-filter: var(--glass-blur-heavy);
        -webkit-backdrop-filter: var(--glass-blur-heavy);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: 5;
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    .nav-menu li a,
    .nav-link {
        font-size: 1.2rem;
        padding: 0.8rem 1.5rem;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-cta {
        margin-left: 0;
        margin-top: 1rem;
    }

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

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

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

    .ceo-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .job-detail-grid {
        grid-template-columns: 1fr;
    }

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

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

    .sector-list {
        grid-template-columns: 1fr;
    }

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

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

    .hero-slider {
        aspect-ratio: 4/3;
        max-height: 80vh;
    }

    .slider-prev,
    .slider-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .slider-prev { left: 0.75rem; }
    .slider-next { right: 0.75rem; }

    .slider-dots {
        bottom: 4rem;
    }

    .page-header {
        padding: 7rem 1.5rem 3rem;
    }

    .jobs-header {
        padding: 7rem 1.5rem 2rem;
    }

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

    .newsletter-form {
        flex-direction: column;
    }

    .search-bar {
        flex-direction: column;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .notification-container {
        right: 0.75rem;
        left: 0.75rem;
        max-width: none;
    }

    .admin-sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s;
        z-index: 200;
    }

    .admin-sidebar.active {
        transform: translateX(0);
    }

    .admin-main {
        margin-left: 0;
    }

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

/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .job-detail-grid {
        grid-template-columns: 1fr;
    }

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

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

    .ceo-container {
        grid-template-columns: 250px 1fr;
    }

    .nav-menu li a,
    .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .countries-grid {
        grid-template-columns: repeat(4, 1fr);
    }

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

/* Large Desktop (1280px+) */
@media (min-width: 1280px) {
    .container {
        padding: 0 2rem;
    }

    .section {
        padding: 6rem 2rem;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .back-to-top,
    .scroll-indicator,
    .slider-prev,
    .slider-next,
    .slider-dots,
    .mobile-menu-toggle,
    .notification-container {
        display: none !important;
    }

    body {
        background: white;
        color: black;
    }

    .section-dark,
    .section-alt {
        background: white;
    }

    h1, h2, h3, h4, h5, h6 {
        color: black;
    }

    p {
        color: #333;
    }
}

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

    html {
        scroll-behavior: auto;
    }
}

/* Focus Visible for Accessibility */
:focus-visible {
    outline: 2px solid var(--electric);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --glass-bg: rgba(255, 255, 255, 0.15);
        --glass-border: rgba(255, 255, 255, 0.3);
    }

    .btn {
        border: 2px solid currentColor;
    }
}


/* ============================================
   ENHANCED MOBILE RESPONSIVENESS & MODERN UI
   Task 4-a: Comprehensive responsive fixes,
   modern animations, form/gallery enhancements
   ============================================ */

/* === Additional Keyframe Animations === */
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

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

@keyframes glowBlue {
    0%, 100% { box-shadow: 0 0 20px rgba(37, 99, 235, 0.2); }
    50% { box-shadow: 0 0 40px rgba(37, 99, 235, 0.5); }
}

@keyframes glowCyan {
    0%, 100% { box-shadow: 0 0 20px rgba(6, 182, 212, 0.2); }
    50% { box-shadow: 0 0 40px rgba(6, 182, 212, 0.5); }
}

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* === Enhanced Reveal Animation Classes (.active variant) === */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-left.active { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-right.active { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(0.9); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-scale.active { opacity: 1; transform: scale(1); }

/* Stagger transition delays for reveal items */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }
.stagger-7 { transition-delay: 0.7s; }
.stagger-8 { transition-delay: 0.8s; }

/* === Enhanced Button Styles === */
.btn {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 0.95rem;
    font-family: var(--font-primary);
    cursor: pointer;
    border: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.4;
}

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

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

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
}

.btn-primary:hover::before {
    transform: translateX(0);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--glass-border-light);
    position: relative;
}

.btn-outline::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 2px;
    background: var(--gradient-primary);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-outline:hover::after {
    opacity: 1;
}

.btn-outline:hover {
    background: rgba(37, 99, 235, 0.1);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow-electric);
}

.btn-gold {
    background: var(--gradient-gold);
    color: var(--primary-dark);
    font-weight: 700;
    box-shadow: var(--shadow-glow-gold);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
}

.btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    min-height: 36px;
}

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    min-height: 52px;
}

/* === Form Improvements === */
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
textarea,
select {
    width: 100%;
    padding: 0.875rem 1rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-md);
    color: var(--white);
    font-family: var(--font-primary);
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 44px;
    outline: none;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    border-color: var(--electric);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2), 0 0 20px rgba(37, 99, 235, 0.1);
    background: rgba(255, 255, 255, 0.12);
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
    color: var(--gray-500);
}

/* Floating Label Support */
.floating-label {
    position: relative;
}

.floating-label input,
.floating-label textarea {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.floating-label label {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-500);
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    background: transparent;
}

.floating-label input:focus ~ label,
.floating-label input:not(:placeholder-shown) ~ label,
.floating-label textarea:focus ~ label,
.floating-label textarea:not(:placeholder-shown) ~ label {
    top: 0.5rem;
    transform: translateY(0);
    font-size: 0.75rem;
    color: var(--cyan);
    letter-spacing: 0.5px;
}

/* Input Group Styling */
.input-group {
    display: flex;
    align-items: stretch;
}

.input-group .form-control,
.input-group input,
.input-group select {
    border-radius: var(--radius-md) 0 0 var(--radius-md);
    border-right: none;
}

.input-group .input-group-addon {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background: var(--glass-bg-heavy);
    border: 1px solid var(--glass-border);
    border-left: none;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    color: var(--gray-400);
    font-size: 0.9rem;
    min-height: 44px;
}

/* Custom Select Styling */
select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}

select option {
    background: var(--primary);
    color: var(--white);
    padding: 0.5rem;
}

/* Form Row */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Form Validation States */
.form-control.is-valid,
input.is-valid {
    border-color: var(--success);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.15);
}

.form-control.is-invalid,
input.is-invalid {
    border-color: var(--danger);
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15);
}

.invalid-feedback {
    color: var(--danger-light);
    font-size: 0.8rem;
    margin-top: 0.35rem;
    display: block;
}

.valid-feedback {
    color: var(--success-light);
    font-size: 0.8rem;
    margin-top: 0.35rem;
    display: block;
}

/* === Gallery Lightbox Styles === */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: var(--z-modal);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    animation: fadeInScale 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.lightbox-content img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--radius-md);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--glass-bg-heavy);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}

.lightbox-close:hover {
    background: var(--danger);
    border-color: var(--danger);
    transform: rotate(90deg);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: var(--glass-bg-heavy);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
    min-height: 44px;
    min-width: 44px;
}

.lightbox-nav:hover {
    background: var(--electric);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.lightbox-prev {
    left: -70px;
}

.lightbox-next {
    right: -70px;
}

.lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gray-300);
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

/* === Job Detail Page Enhancements === */
.job-detail-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2rem;
    align-items: start;
}

.job-detail-main {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

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

.job-detail-sidebar {
    position: sticky;
    top: 100px;
}

.job-detail-sidebar .sidebar-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: var(--transition-smooth);
}

.job-detail-sidebar .sidebar-card:hover {
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.job-apply-section {
    background: var(--glass-bg-heavy);
    border: 1px solid var(--glass-border-light);
    border-radius: var(--radius-xl);
    padding: 2rem;
    margin-top: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.job-apply-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-gold);
}

.job-meta-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    color: var(--electric-light);
    font-weight: 500;
}

.job-meta-tag i {
    font-size: 0.75rem;
}

/* === Enhanced Gallery Grid === */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition-smooth);
    aspect-ratio: 4/3;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 22, 40, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow-electric);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

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

.gallery-item .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 1;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
    opacity: 1;
}

.gallery-overlay h4 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.gallery-overlay p {
    color: var(--gray-300);
    font-size: 0.8rem;
    margin: 0;
}

.gallery-overlay .gallery-zoom {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: var(--glass-bg-heavy);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.9rem;
    transition: var(--transition-smooth);
}

.gallery-overlay .gallery-zoom:hover {
    background: var(--electric);
    border-color: var(--electric);
}

/* === Testimonials Enhancement === */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    position: relative;
    transition: var(--transition-smooth);
    overflow: hidden;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 4rem;
    color: var(--electric);
    opacity: 0.15;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: var(--electric);
    box-shadow: var(--shadow-glow-electric);
}

.testimonial-text {
    font-style: italic;
    color: var(--gray-300);
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    line-height: 1.8;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

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

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-weight: 600;
    color: var(--white);
    font-size: 0.95rem;
}

.testimonial-role {
    color: var(--gray-400);
    font-size: 0.8rem;
}

.testimonial-stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1rem;
    color: var(--gold);
    font-size: 0.85rem;
}

/* === Comprehensive Mobile Responsive === */

/* Mobile < 768px - Enhanced */
@media (max-width: 767px) {
    /* General fixes */
    body {
        overflow-x: hidden;
        -webkit-text-size-adjust: 100%;
    }

    * {
        -webkit-tap-highlight-color: transparent;
    }

    /* Section padding reduction */
    .section {
        padding: 3rem 1rem;
    }

    .section-title {
        margin-bottom: 2.5rem;
    }

    .section-title h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .section-title h2::after {
        width: 60px;
        height: 3px;
    }

    .section-label {
        font-size: 0.65rem;
        letter-spacing: 2px;
    }

    /* Hero Slider Mobile */
    .hero-slider {
        aspect-ratio: 4/3;
        max-height: 75vh;
    }

    .slide {
        padding: 4rem 1rem 2rem;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-logo {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
    }

    .hero-logo i {
        font-size: 2.5rem;
    }

    .hero h1 {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        letter-spacing: 1px;
        margin-bottom: 0.75rem;
    }

    .hero-tagline {
        font-size: clamp(0.9rem, 3vw, 1.15rem);
        margin-bottom: 1.5rem;
    }

    .license-badge {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }

    .slider-prev,
    .slider-next {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .slider-prev { left: 0.5rem; }
    .slider-next { right: 0.5rem; }

    .slider-dots {
        bottom: 3.5rem;
        gap: 0.5rem;
    }

    .slider-dots .dot {
        width: 10px;
        height: 10px;
    }

    .scroll-indicator {
        bottom: 1.5rem;
    }

    .scroll-indicator i {
        font-size: 1.5rem;
    }

    .hero-buttons {
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }

    /* Quick Info Bar Mobile */
    .quick-info {
        padding: 0.75rem 0;
    }

    .info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        padding: 0 1rem;
    }

    .info-item {
        padding: 0.4rem;
        gap: 0.5rem;
    }

    .info-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        border-radius: var(--radius-sm);
    }

    .info-text h4 {
        font-size: 0.65rem;
        letter-spacing: 0.5px;
    }

    .info-text p {
        font-size: 0.78rem;
    }

    /* About Grid Mobile */
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-image::after {
        width: 80px;
        height: 80px;
    }

    .about-content h3 {
        font-size: clamp(1.2rem, 4vw, 1.5rem);
    }

    /* Stats Grid Mobile */
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .stat-card {
        padding: 1.25rem 1rem;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 0.75rem;
        text-align: left;
    }

    .stat-card i {
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    .stat-card h4 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .stat-card p {
        margin: 0;
        grid-column: 2 / -1;
    }

    /* Features Grid Mobile */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .feature-card {
        padding: 2rem 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    /* Countries Grid Mobile */
    .countries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .country-card {
        padding: 1.25rem 0.75rem;
    }

    .country-flag {
        width: 52px;
        height: 36px;
        margin: 0 auto 0.6rem;
    }

    .country-flag img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .country-deployed {
        font-size: 0.65rem !important;
    }

    .counter-infographic {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .counter-infographic-value {
        font-size: 1.8rem;
    }

    .counter-infographic-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .counter-infographic-desc {
        font-size: 0.7rem;
    }

    /* Fix 4-column grids on mobile */
    .stats-grid[style*="repeat(4"],
    .features-grid[style*="repeat(4"] {
        grid-template-columns: 1fr 1fr !important;
    }

    /* Fix inline 4-col grids */
    [style*="grid-template-columns:repeat(4"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Fix 3-col inline grids */
    [style*="grid-template-columns:repeat(3"] {
        grid-template-columns: 1fr !important;
    }

    .country-name {
        font-size: 0.85rem;
    }

    .country-img {
        height: 80px;
    }

    /* Job Cards Mobile */
    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .job-card {
        border-radius: var(--radius-lg);
        padding: 1.25rem;
    }

    .job-card .job-actions {
        flex-direction: column;
    }

    .job-card .job-actions .btn {
        width: 100%;
    }

    .jobs-filters {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin: -1rem 1rem 1.5rem;
        padding: 1rem;
    }

    .jobs-header {
        padding: 6rem 1rem 1.5rem;
    }

    /* Sectors Grid Mobile */
    .sectors-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .sector-header {
        padding: 1.25rem;
        gap: 0.75rem;
    }

    .sector-icon {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .sector-header h3 {
        font-size: 1.15rem;
    }

    .sector-body {
        padding: 1.25rem;
    }

    .sector-list {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    /* Timeline Mobile - Stack vertically with line on left */
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        gap: 1rem;
    }

    .timeline-number {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .timeline-content {
        padding: 1.25rem;
    }

    .timeline-content h4 {
        font-size: 1rem;
    }

    .timeline-content:hover {
        transform: translateX(4px);
    }

    /* Testimonials Mobile */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .testimonial-card {
        padding: 2rem 1.5rem;
    }

    /* CEO Container Mobile */
    .ceo-container {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        gap: 2rem;
        text-align: center;
    }

    .ceo-image-placeholder {
        width: 160px;
        height: 160px;
    }

    .ceo-image-placeholder i {
        font-size: 4rem;
    }

    .ceo-name {
        font-size: 1.2rem;
    }

    .ceo-signature {
        text-align: center;
    }

    /* Vision & Mission Mobile */
    .vm-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .vm-card {
        padding: 2rem 1.5rem;
    }

    .vm-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    /* Footer Mobile Enhancement */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    /* Contact Forms Mobile */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .form-control,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    input[type="number"],
    input[type="search"],
    input[type="date"],
    textarea,
    select {
        font-size: 16px; /* Prevent iOS zoom */
        min-height: 48px;
    }

    /* Gallery Mobile */
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .gallery-item {
        aspect-ratio: 1/1;
    }

    /* Buttons Mobile - Minimum touch target */
    .btn {
        min-height: 48px;
        min-width: 48px;
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .btn-sm {
        min-height: 40px;
    }

    .btn-lg {
        min-height: 52px;
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }

    /* Navbar smooth behavior */
    .navbar {
        padding: 0.75rem 0;
    }

    .nav-brand {
        font-size: 1.1rem;
    }

    .nav-brand img {
        height: 32px;
    }

    .nav-container {
        height: 50px;
    }

    /* Job Detail Mobile */
    .job-detail-grid {
        grid-template-columns: 1fr;
    }

    .job-detail-main {
        padding: 1.5rem;
    }

    .job-detail-sidebar {
        position: static;
    }

    /* Lightbox Mobile */
    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .lightbox-content img {
        max-width: 95vw;
        max-height: 80vh;
    }

    .lightbox-close {
        top: -45px;
        width: 36px;
        height: 36px;
    }

    .lightbox-counter {
        bottom: -35px;
        font-size: 0.8rem;
    }

    /* Page Header Mobile */
    .page-header {
        padding: 6rem 1rem 2rem;
    }

    .page-header h1 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    /* Notification Container */
    .notification-container {
        right: 0.5rem;
        left: 0.5rem;
        max-width: none;
    }

    /* Overflow fixes */
    .container {
        padding: 0 1rem;
    }

    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    pre, code {
        white-space: pre-wrap;
        word-break: break-word;
    }

    /* Text wrapping */
    h1, h2, h3, h4, h5, h6 {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    p, li, td, th, label, span, a {
        overflow-wrap: break-word;
        word-break: break-word;
    }
}

/* Very small screens (< 480px) */
@media (max-width: 479px) {
    .info-grid {
        grid-template-columns: 1fr;
    }

    .countries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .country-card {
        padding: 1rem 0.5rem;
    }

    .country-flag {
        font-size: 2rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .section {
        padding: 2.5rem 0.75rem;
    }

    .hero-buttons .btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.85rem;
    }

    .ceo-container {
        padding: 1.25rem;
    }

    .vm-card {
        padding: 1.5rem 1.25rem;
    }

    .footer-grid {
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.5rem 1.25rem;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }
}

/* Tablet Enhancement (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .section {
        padding: 4rem 1.5rem;
    }

    .hero-logo {
        width: 100px;
        height: 100px;
    }

    .slider-prev,
    .slider-next {
        width: 48px;
        height: 48px;
    }

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

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .countries-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

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

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

    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .job-detail-grid {
        grid-template-columns: 1fr;
    }

    .job-detail-sidebar {
        position: static;
    }
}

/* === Enhanced Print Styles === */
@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    .navbar,
    .mobile-menu-toggle,
    .back-to-top,
    .scroll-indicator,
    .slider-prev,
    .slider-next,
    .slider-dots,
    .notification-container,
    .hero-slider::before,
    .quick-info,
    .footer-social,
    .btn,
    .lightbox-overlay,
    .lightbox-nav,
    .lightbox-close,
    .lightbox-counter {
        display: none !important;
    }

    a {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #555;
    }

    a[href^="#"]::after,
    a[href^="javascript"]::after {
        content: "";
    }

    .section {
        padding: 1.5rem 0;
        page-break-inside: avoid;
    }

    .section-title {
        margin-bottom: 1.5rem;
    }

    .hero-slider {
        min-height: auto;
        page-break-after: always;
    }

    .slide {
        position: relative;
        opacity: 1;
        visibility: visible;
        padding: 2rem 0;
        min-height: auto;
    }

    .slide::before {
        display: none;
    }

    .feature-card,
    .stat-card,
    .sector-card,
    .country-card,
    .vm-card,
    .ceo-container,
    .testimonial-card,
    .job-card {
        border: 1px solid #ddd;
        break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    .about-grid,
    .vm-grid,
    .stats-grid {
        page-break-inside: avoid;
    }

    h2 {
        page-break-after: avoid;
    }

    @page {
        margin: 2cm;
    }
}

/* === Accessibility: Focus States === */
.btn:focus-visible,
.form-control:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.nav-menu li a:focus-visible,
.nav-link:focus-visible,
.slider-dots .dot:focus-visible,
.lightbox-nav:focus-visible,
.lightbox-close:focus-visible {
    outline: 2px solid var(--electric);
    outline-offset: 3px;
    border-radius: var(--radius-sm);
}

/* === Utility: No Scroll (for modals) === */
.no-scroll {
    overflow: hidden !important;
}

/* === Utility: Visually Hidden (screen reader only) === */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* === Smooth Transitions for Theme/State Changes === */
.theme-transition,
.theme-transition *,
.theme-transition *::before,
.theme-transition *::after {
    transition: all 0.3s ease !important;
}

/* ============================================
   Advanced CSS Features - Task 4-a
   Light Theme | Search Overlay | Quick Apply Modal |
   Gallery Lightbox | Toast Notifications | Share Buttons |
   Lazy Load | Print Styles | Accessibility | Light Theme Overrides
   ============================================ */

/* === Light Theme === */
[data-theme="light"] {
    --primary: #f8fafc;
    --primary-light: #f1f5f9;
    --primary-lighter: #e2e8f0;
    --primary-dark: #e2e8f0;
    --dark: #1e293b;
    --dark-secondary: #334155;
    --dark-tertiary: #475569;
    --light: #0f172a;
    --light-secondary: #1e293b;
    --white: #0f172a;
    --glass-bg: rgba(0, 0, 0, 0.03);
    --glass-bg-light: rgba(0, 0, 0, 0.05);
    --glass-bg-heavy: rgba(0, 0, 0, 0.08);
    --glass-border: rgba(0, 0, 0, 0.08);
    --glass-border-light: rgba(0, 0, 0, 0.12);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] body {
    color: #334155;
    background: #f8fafc;
}

[data-theme="light"] body::before {
    background:
        radial-gradient(ellipse at 20% 50%, rgba(37, 99, 235, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(6, 182, 212, 0.03) 0%, transparent 50%);
}

[data-theme="light"] h1, [data-theme="light"] h2, [data-theme="light"] h3,
[data-theme="light"] h4, [data-theme="light"] h5, [data-theme="light"] h6 {
    color: #0f172a;
    -webkit-text-fill-color: #0f172a;
}

[data-theme="light"] h1 {
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-theme="light"] p {
    color: #64748b;
}

[data-theme="light"] .section-title h2 {
    color: #0f172a;
}

[data-theme="light"] .section-title p {
    color: #64748b;
}

[data-theme="light"] .section-alt {
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
}

[data-theme="light"] .section-alt::before {
    background: var(--gradient-primary);
}

[data-theme="light"] .navbar-glass {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .navbar-glass.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .nav-menu li a {
    color: rgba(15, 23, 42, 0.7);
}

[data-theme="light"] .nav-menu li a:hover,
[data-theme="light"] .nav-menu li a.active {
    color: #0f172a;
    background: rgba(37, 99, 235, 0.06);
}

[data-theme="light"] .hamburger span {
    background: #0f172a;
}

[data-theme="light"] .theme-toggle {
    color: #0f172a;
    background: rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.1);
}

[data-theme="light"] .nav-brand {
    color: #0f172a;
}

[data-theme="light"] .feature-card,
[data-theme="light"] .stat-card,
[data-theme="light"] .country-card,
[data-theme="light"] .vm-card,
[data-theme="light"] .ceo-container,
[data-theme="light"] .timeline-content,
[data-theme="light"] .sector-card {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

[data-theme="light"] .feature-card h3,
[data-theme="light"] .stat-card h4,
[data-theme="light"] .country-name,
[data-theme="light"] .vm-card h3,
[data-theme="light"] .ceo-name,
[data-theme="light"] .timeline-content h4,
[data-theme="light"] .sector-header h3 {
    color: #0f172a;
}

[data-theme="light"] .feature-card p,
[data-theme="light"] .stat-card p,
[data-theme="light"] .about-content p,
[data-theme="light"] .ceo-content p,
[data-theme="light"] .vm-card ul li,
[data-theme="light"] .timeline-content p {
    color: #64748b;
}

[data-theme="light"] .info-text p {
    color: #0f172a;
}

[data-theme="light"] .info-text h4 {
    color: #64748b;
}

[data-theme="light"] .info-icon {
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
}

[data-theme="light"] .quick-info {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .job-card {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .job-card h3,
[data-theme="light"] .job-card .job-salary {
    color: #0f172a;
}

[data-theme="light"] .job-card .job-meta span,
[data-theme="light"] .job-card p {
    color: #64748b;
}

[data-theme="light"] .testimonial-card {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .testimonial-card .content,
[data-theme="light"] .testimonial-card .testimonial-author-info p {
    color: #64748b;
}

[data-theme="light"] .testimonial-card .testimonial-author-info h4,
[data-theme="light"] .testimonial-card .stars {
    color: #0f172a;
}

[data-theme="light"] .footer-modern {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
}

/* Keep footer dark even in light mode - it's a standard pattern */

[data-theme="light"] .section-dark {
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

[data-theme="light"] .slide::before {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.92), rgba(241, 245, 249, 0.88));
}

[data-theme="light"] .hero-tagline {
    color: #475569;
}

[data-theme="light"] .slide h1 {
    color: #0f172a;
}

[data-theme="light"] .sector-list li {
    color: #475569;
}

[data-theme="light"] .sector-list li:hover {
    color: #fff;
}

[data-theme="light"] ::-webkit-scrollbar-track {
    background: #f1f5f9;
}

[data-theme="light"] ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #94a3b8, #64748b);
}

[data-theme="light"] .back-to-top-ring {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #0f172a;
}

/* Light theme transition */
html {
    transition: background-color 0.4s ease, color 0.4s ease;
}

html[data-theme="light"] .feature-card,
html[data-theme="light"] .stat-card,
html[data-theme="light"] .country-card,
html[data-theme="light"] .vm-card,
html[data-theme="light"] .job-card,
html[data-theme="light"] .testimonial-card,
html[data-theme="light"] .timeline-content {
    transition: all 0.4s ease;
}

/* === Search Overlay === */
.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 10002;
    background: rgba(10, 22, 40, 0.95);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.search-overlay.active {
    opacity: 1;
    visibility: visible;
}
.search-overlay-inner {
    width: 90%;
    max-width: 700px;
    transform: translateY(-20px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.search-overlay.active .search-overlay-inner {
    transform: translateY(0);
}
.search-overlay-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.search-overlay-close:hover {
    background: rgba(255,255,255,0.2);
    transform: rotate(90deg);
}
.search-overlay h3 {
    color: #f59e0b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
}
.search-overlay-input {
    width: 100%;
    padding: 1.2rem 1.5rem;
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    outline: none;
    transition: all 0.3s ease;
}
.search-overlay-input::placeholder {
    color: #64748b;
}
.search-overlay-input:focus {
    border-color: #f59e0b;
    background: rgba(255,255,255,0.12);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
}
.search-results-dropdown {
    margin-top: 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
}
.search-result-item {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #e2e8f0;
    transition: all 0.2s ease;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.search-result-item:last-child {
    border-bottom: none;
}
.search-result-item:hover {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}
.search-result-item i {
    color: #06b6d4;
    font-size: 0.85rem;
}
.search-no-results {
    padding: 2rem;
    text-align: center;
    color: #64748b;
}

/* === Quick Apply Modal === */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10003;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal-box {
    background: linear-gradient(135deg, #0f2440, #1a3350);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2.5rem;
    position: relative;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 25px 80px rgba(0,0,0,0.5);
}
.modal-overlay.active .modal-box {
    transform: scale(1) translateY(0);
}
.modal-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b, #2563eb, #06b6d4);
    border-radius: 20px 20px 0 0;
}
.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    color: #94a3b8;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.modal-close:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.3);
}
.modal-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.modal-subtitle {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}
.modal-form-group {
    margin-bottom: 1.2rem;
}
.modal-form-group label {
    display: block;
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.modal-form-group input,
.modal-form-group textarea,
.modal-form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
}
.modal-form-group input:focus,
.modal-form-group textarea:focus,
.modal-form-group select:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}
.modal-form-group textarea {
    min-height: 100px;
    resize: vertical;
}
.modal-submit-btn {
    width: 100%;
    padding: 0.85rem;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #0f172a;
    border: none;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}
.modal-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(245, 158, 11, 0.4);
}
.modal-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* === Gallery Lightbox === */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 10004;
    background: rgba(0,0,0,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}
.lightbox-image {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.lightbox-overlay.active .lightbox-image {
    transform: scale(1);
}
.lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}
.lightbox-close:hover {
    background: rgba(239, 68, 68, 0.3);
    transform: rotate(90deg);
}
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}
.lightbox-nav:hover {
    background: rgba(255,255,255,0.25);
}
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }
.lightbox-counter {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    font-weight: 500;
}

/* === Enhanced Toast Notifications === */
.notification-container .toast {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: toastSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    min-width: 300px;
}
.notification-container .toast.toast-success { border-left: 4px solid #10b981; }
.notification-container .toast.toast-danger { border-left: 4px solid #ef4444; }
.notification-container .toast.toast-warning { border-left: 4px solid #f59e0b; }
.notification-container .toast.toast-info { border-left: 4px solid #2563eb; }
.toast-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.toast-success .toast-icon { color: #10b981; }
.toast-danger .toast-icon { color: #ef4444; }
.toast-warning .toast-icon { color: #f59e0b; }
.toast-info .toast-icon { color: #2563eb; }
.toast-body {
    flex: 1;
}
.toast-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
.toast-message {
    font-size: 0.82rem;
    color: #94a3b8;
    line-height: 1.5;
}
.toast-close {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0;
    transition: color 0.2s;
    flex-shrink: 0;
}
.toast-close:hover { color: #fff; }
.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 0 0 12px 12px;
    animation: toastProgress 5s linear forwards;
}
.toast-success .toast-progress { background: #10b981; }
.toast-danger .toast-progress { background: #ef4444; }
.toast-warning .toast-progress { background: #f59e0b; }
.toast-info .toast-progress { background: #2563eb; }
@keyframes toastSlideIn {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes toastProgress {
    from { width: 100%; }
    to { width: 0%; }
}

/* === Share Buttons === */
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #94a3b8;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.share-btn:hover {
    background: rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.3);
    color: #3b82f6;
}
.share-dropdown {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 0.5rem;
    display: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    min-width: 180px;
    z-index: 100;
}
.share-dropdown.active { display: block; }
.share-dropdown a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0.8rem;
    color: #cbd5e1;
    font-size: 0.82rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.share-dropdown a:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
}
.share-dropdown a i { width: 18px; text-align: center; }
.share-whatsapp { color: #25D366; }
.share-facebook { color: #1877F2; }
.share-twitter { color: #1DA1F2; }
.share-linkedin { color: #0A66C2; }
.share-copy { color: #94a3b8; }

/* === Lazy Load === */
img[data-src] {
    opacity: 0;
    transition: opacity 0.5s ease;
}
img.lazy-loaded {
    opacity: 1;
}

/* === Print Styles Enhanced === */
@media print {
    .navbar-glass, .announcement-bar, .whatsapp-float, .back-to-top-ring,
    .cookie-consent, .theme-toggle, .hamburger, .nav-overlay,
    .footer-particles, .slider-prev, .slider-next, .slider-dots,
    .scroll-indicator, .notification-container, .search-overlay,
    .share-btn, .share-dropdown, .quick-apply-btn {
        display: none !important;
    }
    body {
        background: #fff !important;
        color: #000 !important;
    }
    body::before { display: none; }
    .section { padding: 1rem 0 !important; }
    .feature-card, .stat-card, .country-card, .job-card {
        break-inside: avoid;
        border: 1px solid #ddd !important;
        box-shadow: none !important;
    }
    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }
}

/* === Accessibility === */
*:focus-visible {
    outline: 2px solid #f59e0b;
    outline-offset: 2px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.no-scroll {
    overflow: hidden !important;
}

/* === Light Theme Overrides for Search Overlay & Modals === */
[data-theme="light"] .search-overlay {
    background: rgba(248, 250, 252, 0.95);
}
[data-theme="light"] .search-overlay-input {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: #0f172a;
}
[data-theme="light"] .search-overlay-input::placeholder {
    color: #94a3b8;
}
[data-theme="light"] .search-overlay h3 {
    color: #0f172a;
}
[data-theme="light"] .search-overlay-close {
    background: rgba(0,0,0,0.06);
    border-color: rgba(0,0,0,0.1);
    color: #0f172a;
}
[data-theme="light"] .search-result-item {
    color: #334155;
}
[data-theme="light"] .search-result-item:hover {
    background: rgba(245, 158, 11, 0.08);
    color: #b45309;
}
[data-theme="light"] .search-results-dropdown {
    background: rgba(255,255,255,0.9);
    border-color: rgba(0,0,0,0.08);
}
[data-theme="light"] .modal-box {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-color: rgba(0,0,0,0.08);
}
[data-theme="light"] .modal-title { color: #0f172a; }
[data-theme="light"] .modal-subtitle { color: #64748b; }
[data-theme="light"] .modal-form-group label { color: #475569; }
[data-theme="light"] .modal-form-group input,
[data-theme="light"] .modal-form-group textarea,
[data-theme="light"] .modal-form-group select {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
    color: #0f172a;
}
[data-theme="light"] .modal-close {
    background: rgba(0,0,0,0.06);
    color: #64748b;
    border-color: rgba(0,0,0,0.1);
}

/* ============================================
   ADVANCED MODERN UI ENHANCEMENTS
   Scroll Progress | Cursor Glow | Gradient Text | Morph Blob
   Team Grid | FAB Group | Neuro Cards | Gradient Borders
   Stagger Animations | Advanced Buttons | Page Header V2
   Counter Infographic V2 | Mobile Menu | Responsive | Theme | Particles
   ============================================ */

/* === Scroll Progress Bar === */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--electric), var(--cyan), var(--gold));
    z-index: 10001;
    transition: width 0.1s linear;
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.5);
}

/* === Cursor Glow === */
.cursor-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    will-change: transform;
}

/* === Animated Gradient Text === */
.text-gradient-animated {
    background: linear-gradient(270deg, var(--electric), var(--cyan), var(--gold), var(--electric));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease infinite;
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* === Morphing Blob Background === */
.morph-blob {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(6, 182, 212, 0.08));
    animation: morphBlob 8s ease-in-out infinite;
    filter: blur(40px);
    pointer-events: none;
}
@keyframes morphBlob {
    0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; transform: rotate(0deg) scale(1); }
    25% { border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
    50% { border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; transform: rotate(180deg) scale(1.1); }
    75% { border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; }
}

/* === Team Grid - Modern Profile Layout === */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    position: relative;
}
.team-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}
.team-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--electric);
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.2), 0 0 0 1px rgba(37, 99, 235, 0.1);
}
.team-card-image {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.team-card:hover .team-card-image {
    transform: scale(1.08);
}
.team-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem 1.5rem;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.95) 0%, rgba(10, 22, 40, 0.7) 50%, transparent 100%);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.team-card:hover .team-card-overlay {
    transform: translateY(0);
    opacity: 1;
}
.team-card-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.25rem;
}
.team-card-role {
    font-size: 0.85rem;
    color: var(--cyan);
    font-weight: 500;
    margin-bottom: 0.75rem;
}
.team-card-social {
    display: flex;
    gap: 0.5rem;
}
.team-card-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.85rem;
    transition: all 0.3s ease;
}
.team-card-social a:hover {
    background: var(--electric);
    border-color: var(--electric);
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-electric);
}
/* Team card always-visible info */
.team-card-info {
    padding: 1.25rem 1.5rem;
}
.team-card-info .team-card-name {
    font-size: 1.1rem;
}
.team-card-info .team-card-role {
    font-size: 0.8rem;
    margin-bottom: 0;
}

/* === Floating Action Button Group === */
.fab-group {
    position: fixed;
    bottom: 100px;
    right: 1.5rem;
    z-index: var(--z-fixed);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-end;
}
.fab-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}
.fab-btn:hover {
    transform: scale(1.15);
}
.fab-btn:active {
    transform: scale(0.95);
}
.fab-primary {
    background: linear-gradient(135deg, var(--electric), var(--cyan));
    color: var(--white);
}
.fab-primary:hover {
    box-shadow: var(--shadow-glow-electric);
}
.fab-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--primary-dark);
}
.fab-gold:hover {
    box-shadow: var(--shadow-glow-gold);
}
.fab-whatsapp {
    background: #25D366;
    color: var(--white);
}
.fab-whatsapp:hover {
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.4);
}
.fab-tooltip {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-dark);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    border: 1px solid var(--glass-border);
}
.fab-btn:hover .fab-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(-5px);
}

/* === Neumorphic Glass Cards === */
.neuro-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.3), -4px -4px 16px rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.neuro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.7s ease;
}
.neuro-card:hover::before {
    left: 100%;
}
.neuro-card:hover {
    transform: translateY(-8px);
    box-shadow: 12px 12px 32px rgba(0, 0, 0, 0.35), -6px -6px 20px rgba(255, 255, 255, 0.04);
    border-color: rgba(37, 99, 235, 0.3);
}

/* === Rotating Gradient Border === */
.gradient-border-card {
    position: relative;
    border-radius: var(--radius-xl);
    padding: 2rem;
    background: var(--primary);
    overflow: hidden;
}
.gradient-border-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: var(--radius-xl);
    padding: 2px;
    background: conic-gradient(from 0deg, var(--electric), var(--cyan), var(--gold), var(--electric));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: rotateBorder 4s linear infinite;
}
@keyframes rotateBorder {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

/* === Stagger Reveal Animations === */
.stagger-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.stagger-item.revealed {
    opacity: 1;
    transform: translateY(0);
}
.stagger-item:nth-child(1) { transition-delay: 0.05s; }
.stagger-item:nth-child(2) { transition-delay: 0.1s; }
.stagger-item:nth-child(3) { transition-delay: 0.15s; }
.stagger-item:nth-child(4) { transition-delay: 0.2s; }
.stagger-item:nth-child(5) { transition-delay: 0.25s; }
.stagger-item:nth-child(6) { transition-delay: 0.3s; }
.stagger-item:nth-child(7) { transition-delay: 0.35s; }
.stagger-item:nth-child(8) { transition-delay: 0.4s; }

/* === Advanced Buttons === */
.btn-ripple {
    position: relative;
    overflow: hidden;
}
.btn-ripple::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 10%, transparent 10%);
    transform: scale(10);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}
.btn-ripple:active::after {
    transform: scale(0);
    opacity: 1;
    transition: 0s;
}
.btn-glow {
    position: relative;
}
.btn-glow::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--electric), var(--cyan));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    filter: blur(8px);
}
.btn-glow:hover::before {
    opacity: 0.6;
}
.btn-outline-glass {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}
.btn-outline-glass:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

/* === Enhanced Page Header === */
.page-header-v2 {
    position: relative;
    padding: 8rem 1.5rem 4rem;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 40%, var(--primary-light) 100%);
}
.page-header-v2::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
    pointer-events: none;
}
.page-header-v2 .morph-blob {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
}
.page-header-v2 h1 {
    position: relative;
    z-index: 2;
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
}
.page-header-v2 .breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--gray-400);
}
.page-header-v2 .breadcrumb a {
    color: var(--cyan);
    transition: color 0.3s ease;
}
.page-header-v2 .breadcrumb a:hover {
    color: var(--gold);
}
.page-header-v2 .breadcrumb .separator {
    color: var(--gray-600);
}
.page-header-v2 .breadcrumb .current {
    color: var(--white);
}
/* Floating geometric shapes in header */
.header-shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    animation: floatShape 6s ease-in-out infinite;
    pointer-events: none;
}
.header-shape:nth-child(1) {
    width: 60px; height: 60px; top: 15%; left: 10%; animation-delay: 0s; transform: rotate(45deg);
}
.header-shape:nth-child(2) {
    width: 40px; height: 40px; top: 60%; left: 85%; animation-delay: 1s; border-radius: 50%;
}
.header-shape:nth-child(3) {
    width: 80px; height: 80px; top: 20%; right: 15%; animation-delay: 2s; transform: rotate(15deg);
}
.header-shape:nth-child(4) {
    width: 30px; height: 30px; bottom: 20%; left: 25%; animation-delay: 3s; border-radius: 50%;
}
@keyframes floatShape {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.4; }
    50% { transform: translateY(-20px) rotate(10deg); opacity: 0.7; }
}

/* === Counter Infographic V2 === */
.counter-v2-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}
.counter-v2-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.counter-v2-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.counter-v2-item:hover {
    transform: translateY(-8px);
    border-color: var(--electric);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}
.counter-v2-item:hover::after {
    transform: scaleX(1);
}
.counter-v2-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(6, 182, 212, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--electric);
    position: relative;
}
.counter-v2-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px dashed rgba(37, 99, 235, 0.2);
    animation: spinSlow 15s linear infinite;
}
@keyframes spinSlow {
    to { transform: rotate(360deg); }
}
.counter-v2-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 0.5rem;
}
.counter-v2-label {
    font-size: 0.85rem;
    color: var(--gray-400);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* === Fullscreen Mobile Menu === */
@media (max-width: 1023px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 380px;
        height: 100vh;
        background: linear-gradient(180deg, var(--primary-dark), var(--primary));
        backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 2rem 2rem;
        gap: 0;
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        z-index: var(--z-fixed);
        overflow-y: auto;
        border-left: 1px solid var(--glass-border);
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
    }
    .nav-menu.active {
        right: 0;
    }
    .nav-menu li {
        width: 100%;
    }
    .nav-menu li a, .nav-menu .nav-link {
        padding: 1rem 1.25rem;
        font-size: 1.05rem;
        border-radius: var(--radius-md);
        display: flex;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
    }
    .nav-menu li a:hover, .nav-menu li a.active {
        background: rgba(37, 99, 235, 0.1);
    }
    .nav-menu li a::after {
        display: none;
    }
    .nav-cta {
        margin: 1rem 0 0;
        width: 100%;
    }
    .nav-cta .btn {
        width: 100%;
        justify-content: center;
    }
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        z-index: calc(var(--z-fixed) - 1);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    /* Mobile search trigger */
    .mobile-search-trigger {
        display: flex;
        width: 100%;
        padding: 1rem 1.25rem;
        align-items: center;
        gap: 0.75rem;
        color: var(--gray-400);
        border-radius: var(--radius-md);
        cursor: pointer;
        margin-bottom: 0.5rem;
        border: 1px solid var(--glass-border);
        transition: all 0.3s ease;
    }
    .mobile-search-trigger:hover {
        background: rgba(255, 255, 255, 0.05);
        color: var(--white);
    }
    .mobile-search-trigger i {
        font-size: 1rem;
    }
    .mobile-search-trigger span {
        font-size: 0.9rem;
    }
}
@media (min-width: 1024px) {
    .mobile-search-trigger { display: none; }
}

/* === Enhanced Mobile Responsive === */
@media (max-width: 767px) {
    /* Hero slider - ensure proper aspect ratio */
    .hero-slider {
        aspect-ratio: 4/3;
        min-height: 350px;
        max-height: 75vh;
    }
    .slide {
        padding: 5rem 1rem 2rem;
    }
    .hero-logo {
        width: 80px;
        height: 80px;
    }
    .hero-logo i {
        font-size: 2.5rem;
    }
    .license-badge {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    .slider-prev, .slider-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .slider-prev { left: 0.75rem; }
    .slider-next { right: 0.75rem; }
    .slider-dots {
        bottom: 3.5rem;
        gap: 0.5rem;
    }
    .slider-dots .dot {
        width: 8px;
        height: 8px;
    }
    /* Team grid mobile */
    .team-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .team-card-info {
        padding: 0.75rem 1rem;
    }
    .team-card-info .team-card-name {
        font-size: 0.9rem;
    }
    .team-card-info .team-card-role {
        font-size: 0.7rem;
    }
    /* Counter v2 mobile */
    .counter-v2-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .counter-v2-item {
        padding: 1.25rem 1rem;
    }
    .counter-v2-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    .counter-v2-value {
        font-size: 1.8rem;
    }
    .counter-v2-label {
        font-size: 0.7rem;
    }
    /* FAB group mobile */
    .fab-group {
        bottom: 80px;
        right: 1rem;
    }
    .fab-btn {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }
    .fab-tooltip {
        display: none;
    }
    /* Page header v2 mobile */
    .page-header-v2 {
        padding: 5rem 1rem 2.5rem;
    }
    /* Morph blob hidden on mobile for performance */
    .morph-blob {
        display: none;
    }
    /* Cursor glow hidden on mobile */
    .cursor-glow {
        display: none;
    }
}
@media (max-width: 479px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .counter-v2-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .counter-v2-item {
        padding: 1rem 0.75rem;
    }
    .counter-v2-value {
        font-size: 1.5rem;
    }
}

/* === Smooth Theme Transitions === */
[data-theme="light"] .neuro-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.06), -4px -4px 16px rgba(255, 255, 255, 0.8);
}
[data-theme="light"] .neuro-card:hover {
    box-shadow: 12px 12px 32px rgba(0, 0, 0, 0.08), -6px -6px 20px rgba(255, 255, 255, 0.9);
}
[data-theme="light"] .counter-v2-item {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .counter-v2-value {
    color: #0f172a;
}
[data-theme="light"] .counter-v2-label {
    color: #64748b;
}
[data-theme="light"] .gradient-border-card {
    background: #f8fafc;
}
[data-theme="light"] .team-card {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .team-card-info .team-card-name {
    color: #0f172a;
}
[data-theme="light"] .page-header-v2 {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}

/* === Particle Network === */
.particles-network {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.particle-dot {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--electric);
    border-radius: 50%;
    opacity: 0.3;
    animation: particleFloat var(--duration, 10s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}
@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.3;
    }
    25% {
        transform: translate(var(--tx, 50px), var(--ty, -30px));
        opacity: 0.6;
    }
    50% {
        transform: translate(var(--tx2, -30px), var(--ty2, 50px));
        opacity: 0.3;
    }
    75% {
        transform: translate(var(--tx3, 40px), var(--ty3, 20px));
        opacity: 0.5;
    }
}
