        
        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
        
        .hero-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .hero-section {
            color: white;
            padding: 80px 0 60px 0;
            min-height: 70vh;
            position: relative;
            overflow: hidden;
        }
        
        /* Navbar styling */
        .navbar-public {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0,0,0,0.1);
            z-index: 1050;
        }
        
        .navbar-nav .nav-link {
            color: #374151 !important;
            font-weight: 500;
            padding: 0.75rem 1rem;
            transition: all 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: #1d4ed8 !important;
        }
        
        /* Login button styling */
        .navbar-nav .btn-outline-primary {
            border: 2px solid #1d4ed8 !important;
            color: #1d4ed8 !important;
            background: transparent !important;
            font-weight: 500;
            padding: 0.375rem 1rem;
            border-radius: 20px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            font-size: 0.875rem;
        }
        
        .navbar-nav .btn-outline-primary:hover {
            background: #1d4ed8 !important;
            color: white !important;
            border-color: #1d4ed8 !important;
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(29, 78, 216, 0.3);
        }
        
        /* Gate Scanner Nav Link (similar to login button) */
        .navbar-nav .btn-gate-scanner-nav {
            border: 2px solid #fd7e14 !important;
            color: #fd7e14 !important;
            background: transparent !important;
            font-weight: 600;
            border-radius: 25px;
            padding: 8px 16px;
            transition: all 0.3s ease;
            font-size: 0.875rem;
        }
        
        .navbar-nav .btn-gate-scanner-nav:hover {
            background: #fd7e14 !important;
            color: white !important;
            border-color: #fd7e14 !important;
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(253, 126, 20, 0.3);
        }
        
        .navbar-nav .dropdown-toggle {
            border: 2px solid #1d4ed8 !important;
            color: #1d4ed8 !important;
            background: transparent !important;
            font-weight: 600;
            padding: 0.5rem 1.25rem;
            border-radius: 25px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
        }
        
        .navbar-nav .dropdown-toggle::after {
            margin-left: 0.5rem;
            border-top-color: #1d4ed8;
        }
        
        .navbar-nav .dropdown-toggle:hover {
            background: #1d4ed8 !important;
            color: white !important;
            border-color: #1d4ed8 !important;
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(29, 78, 216, 0.3);
        }
        
        .navbar-nav .dropdown-toggle:hover::after {
            border-top-color: white;
        }
        
        .navbar-nav .dropdown-toggle[aria-expanded="true"] {
            background: #1d4ed8 !important;
            color: white !important;
            border-color: #1d4ed8 !important;
            box-shadow: 0 4px 15px rgba(29, 78, 216, 0.3);
        }
        
        .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
            border-top-color: white;
        }
        
        /* ========================================
           MODERN FOOTER 2026
        ======================================== */
        .footer-modern-2026 {
            position: relative;
            margin-top: 80px;
        }
        
        .footer-wave {
            position: relative;
            height: 100px;
            overflow: hidden;
            color: #0f172a;
        }
        
        .footer-wave svg {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
        }
        
        .footer-content {
            background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
            padding: 60px 0 40px;
        }
        
        .footer-brand {
            margin-bottom: 1.5rem;
        }
        
        .footer-logo {
            height: 60px;
            width: auto;
            margin-bottom: 1rem;
            border-radius: 8px;
        }
        
        .footer-title {
            color: #fff;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .footer-desc {
            color: #94a3b8;
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }
        
        .social-icons-2026 {
            display: flex;
            gap: 12px;
        }
        
        .social-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.25rem;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .social-icon:hover {
            background: var(--gradient-primary, linear-gradient(135deg, #6366f1, #8b5cf6));
            transform: translateY(-4px);
            color: #fff;
            box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
        }
        
        .footer-heading {
            color: #fff;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.75rem;
        }
        
        .footer-heading::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background: var(--gradient-primary, linear-gradient(135deg, #6366f1, #8b5cf6));
            border-radius: 2px;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #94a3b8;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }
        
        .footer-links a:hover {
            color: #fff;
            transform: translateX(5px);
        }
        
        .footer-links a i {
            font-size: 0.875rem;
            transition: transform 0.3s ease;
        }
        
        .footer-links a:hover i {
            transform: translateX(3px);
        }
        
        .footer-contact {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-contact li {
            display: flex;
            gap: 14px;
            margin-bottom: 16px;
        }
        
        .footer-contact .contact-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: rgba(99, 102, 241, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6366f1;
            font-size: 1.1rem;
            flex-shrink: 0;
        }
        
        .contact-text {
            color: #94a3b8;
            font-size: 0.9rem;
            line-height: 1.6;
        }
        
        .footer-bottom {
            background: #0a0f1a;
            padding: 20px 0;
        }
        
        .copyright {
            color: #64748b;
            font-size: 0.9rem;
            margin: 0;
        }
        
        .copyright strong {
            color: #94a3b8;
        }
        
        .footer-info {
            color: #64748b;
            font-size: 0.85rem;
            margin: 0;
            display: flex;
            gap: 20px;
            justify-content: flex-end;
            flex-wrap: wrap;
        }
        
        .footer-info span {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        
        .footer-info i {
            color: #6366f1;
        }
        
        /* Dark mode footer */
        [data-theme="dark"] .footer-wave {
            color: #0f172a;
        }
        
        @media (max-width: 768px) {
            .footer-content {
                padding: 40px 0 30px;
            }
            
            .footer-info {
                justify-content: center;
                margin-top: 10px;
            }
            
            .copyright {
                text-align: center;
            }
        }
        
        
        .achievement-item {
            border-left: 3px solid #667eea;
            padding-left: 1rem;
            margin-bottom: 1rem;
        }
        
        .news-card {
            transition: all 0.3s ease;
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        }
        
        .news-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
        }
        
        .news-card .card-img-top {
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .news-card:hover .card-img-top {
            transform: scale(1.05);
        }
        
        .news-meta {
            font-size: 0.875rem;
            color: #6c757d;
        }
        
        .news-meta i {
            margin-right: 0.25rem;
        }
        
        .news-excerpt {
            color: #6c757d;
            line-height: 1.6;
        }
        
        .badge-kategori {
            font-size: 0.75rem;
            padding: 0.375rem 0.75rem;
        }
        
        .card-img-wrapper {
            position: relative;
            overflow: hidden;
        }
        
        .featured-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(255, 193, 7, 0.9);
            color: #212529;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.875rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }
        
        .card-meta .badge {
            font-size: 0.7rem;
            letter-spacing: 0.5px;
        }
        
        .card-footer-info {
            margin-top: auto;
            padding-top: 1rem;
            border-top: 1px solid #f8f9fa;
        }
        
        /* Hero News Carousel Styles */
            transition: transform 0.8s ease-in-out;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 50px;
            height: 50px;
            background: rgba(102, 126, 234, 0.9);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.8;
            transition: all 0.3s ease;
            border: none;
        }
        
        .carousel-control-prev {
            left: -25px;
        }
        
        .carousel-control-next {
            right: -25px;
        }
        
        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
            background: rgba(102, 126, 234, 1);
            transform: translateY(-50%) scale(1.1);
        }
        
        .carousel-control-prev:focus,
        .carousel-control-next:focus {
            opacity: 1;
            background: rgba(102, 126, 234, 1);
        }
        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 20px;
            height: 20px;
        }
        
        .carousel-indicators {
            bottom: 20px;
            margin-bottom: 0;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 4px;
            background-color: rgba(255, 255, 255, 0.5);
            border: 2px solid white;
            transition: all 0.3s ease;
        }
        
        .carousel-indicators button.active {
            background-color: #667eea;
            border-color: #667eea;
            transform: scale(1.2);
        }
        
        /* Progress Bar Styles */
        /* Hero News Carousel Styles */
            --success-color: #059669;
            --warning-color: #d97706;
            --danger-color: #dc2626;
            --info-color: #0284c7;
            --purple-color: #7c3aed;
            --gradient-primary: linear-gradient(135deg, #1e293b, #334155);
            --gradient-success: linear-gradient(135deg, #059669, #047857);
            --gradient-warning: linear-gradient(135deg, #d97706, #b45309);
            --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            --shadow-heavy: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }
        
        .bg-purple { background-color: var(--purple-color) !important; }
        
        /* Modern Hero Section */
        .modern-hero {
            background: var(--gradient-primary);
            position: relative;
            overflow: hidden;
            min-height: 70vh;
        }
        
        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        }
        
        .hero-shapes {
            position: absolute;
            width: 100%;
            height: 100%;
        }
        
        .shape {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            animation: float 6s ease-in-out infinite;
        }
        
        .shape-1 {
            width: 300px;
            height: 300px;
            top: -150px;
            right: -150px;
            animation-delay: 0s;
        }
        
        .shape-2 {
            width: 200px;
            height: 200px;
            bottom: -100px;
            left: -100px;
            animation-delay: 2s;
        }
        
        .shape-3 {
            width: 150px;
            height: 150px;
            top: 50%;
            right: 10%;
            animation-delay: 4s;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            color: white;
        }
        
        .hero-content .hero-title {
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .hero-content .hero-subtitle {
            color: #e2e8f0;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }

        /* Compact News Style */
        
        .hero-carousel .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.8);
            transition: all 0.3s ease;
        }
        
        .hero-carousel .carousel-indicators button.active {
            background: white;
            transform: scale(1.3);
        }

        /* Hero Slide CTA Button */
        .btn-slide-cta {
            padding: 0.6rem 1.5rem;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 8px;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ── Mobile Responsive: Hero Slide ── */
        @media (max-width: 991.98px) {
            .modern-hero {
                min-height: 50vh;
            }

            .hero-carousel .carousel-caption {
                bottom: 8%;
                left: 0;
                right: 0;
                padding: 0 1rem;
            }

            .hero-carousel .slide-title {
                font-size: 1.6rem;
                line-height: 1.3;
            }

            .hero-carousel .slide-description {
                font-size: 0.95rem;
                line-height: 1.5;
            }

            .btn-slide-cta {
                padding: 0.5rem 1.2rem;
                font-size: 0.875rem;
            }
        }

        @media (max-width: 767.98px) {
            .modern-hero {
                min-height: 45vh;
            }

            .hero-carousel .carousel-caption {
                bottom: 12%;
                text-align: center !important;
                padding: 0 1rem;
            }

            .hero-carousel .carousel-caption .row {
                justify-content: center;
            }

            .hero-carousel .carousel-caption .col-12 {
                text-align: center;
            }

            .hero-carousel .slide-title {
                font-size: 1.25rem;
                margin-bottom: 0.4rem !important;
            }

            .hero-carousel .slide-description {
                font-size: 0.85rem;
                margin-bottom: 0.75rem !important;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .btn-slide-cta {
                padding: 0.4rem 1rem;
                font-size: 0.8rem;
            }

            /* Overlay lebih gelap agar teks terbaca di layar kecil */
            .hero-overlay {
                background: linear-gradient(
                    180deg,
                    rgba(30, 41, 59, 0.5) 0%,
                    rgba(30, 41, 59, 0.85) 60%,
                    rgba(15, 23, 42, 0.95) 100%
                );
            }

            /* Carousel controls selalu tampil di mobile (tidak perlu hover) */
            .hero-carousel .carousel-control-prev,
            .hero-carousel .carousel-control-next {
                opacity: 0.7;
                width: 36px;
                height: 36px;
            }

            .hero-carousel .carousel-control-prev-icon,
            .hero-carousel .carousel-control-next-icon {
                width: 16px;
                height: 16px;
            }

            /* Indicator lebih besar untuk tap di layar sentuh */
            .hero-carousel .carousel-indicators {
                bottom: 10px;
            }

            .hero-carousel .carousel-indicators button {
                width: 10px;
                height: 10px;
                margin: 0 4px;
            }

            .hero-carousel .carousel-indicators button.active {
                transform: scale(1.2);
            }

            /* Sembunyikan decorative orbs di mobile */
            .hero-orbs {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .modern-hero {
                min-height: 40vh;
            }

            .hero-carousel .carousel-caption {
                bottom: 15%;
            }

            .hero-carousel .slide-title {
                font-size: 1.1rem;
            }

            .hero-carousel .slide-description {
                font-size: 0.8rem;
                -webkit-line-clamp: 2;
            }
        }

        .hero-content.news-style .hero-actions {
            text-align: right;
        }

        .hero-content.news-style .btn {
            font-size: 0.9rem;
            padding: 0.6rem 1.2rem;
            font-weight: 500;
        }

        .hero-content.news-style .hero-stats {
            text-align: right;
            margin-top: 2rem;
        }

        .hero-content.news-style .hero-stats .row {
            margin-bottom: 0;
        }

        .hero-content.news-style .hero-stats .col-6,
        .hero-content.news-style .hero-stats .col-md-3 {
            margin-bottom: 0.8rem;
        }

        .hero-content.news-style .stat-number {
            font-size: 1.1rem;
            font-weight: 600;
            color: #cbd5e1;
            margin-bottom: 0.2rem;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            line-height: 1;
        }

        .hero-content.news-style .stat-label {
            font-size: 0.7rem;
            color: #94a3b8;
            margin: 0;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            line-height: 1;
        }

        .hero-content.news-style .stat-item {
            background: rgba(255, 255, 255, 0.03);
            border-radius: 12px;
            padding: 0.8rem 0.5rem;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.3s ease;
            text-align: center;
            min-height: auto;
        }

        .hero-content.news-style .stat-item:hover {
            background: rgba(255, 255, 255, 0.08);
            transform: translateY(-2px);
        }

        .hero-content.news-style .more-news {
            text-align: right;
        }

        .hero-content.news-style .more-news h5 {
            text-align: right;
        }

        .hero-content.news-style .news-preview-item {
            text-align: right;
        }

        .hero-content.news-style .news-preview-item .row {
            flex-direction: row-reverse;
        }
        
        .hero-badge {
            animation: fadeInUp 0.8s ease-out;
        }
        
        .hero-badge .badge {
            background: rgba(255, 255, 255, 0.95) !important;
            color: #1d4ed8 !important;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
        }
        
        .hero-badge .badge i {
            color: #f59e0b;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 2rem;
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }
        
        .text-gradient {
            background: linear-gradient(45deg, #fbbf24, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 900;
            text-shadow: 0 2px 4px rgba(251, 191, 36, 0.3);
        }
        
        .hero-subtitle {
            font-size: 1.25rem;
            line-height: 1.6;
            color: #e2e8f0;
            font-weight: 400;
            animation: fadeInUp 0.8s ease-out 0.4s both;
        }
        
        .hero-actions {
            animation: fadeInUp 0.8s ease-out 0.6s both;
        }
        
        .hero-stats {
            animation: fadeInUp 0.8s ease-out 0.8s both;
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #fbbf24;
            margin-bottom: 0.5rem;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        }
        
        .stat-label {
            font-size: 0.875rem;
            color: #e2e8f0;
            margin: 0;
            font-weight: 500;
        }
        
        /* Featured News in Hero */
        /* Enhanced Large News Cards */
        /* Enhanced Carousel Controls */
        .carousel-control-prev,
        .carousel-control-next {
            width: 60px;
            height: 60px;
        .modern-news-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--shadow-medium);
            transition: all 0.3s ease;
        }
        
        .modern-news-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-heavy);
        }
        
        .news-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .featured-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--gradient-warning);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 25px;
            font-size: 0.75rem;
            font-weight: 600;
        }
        
        .news-content {
            padding: 1.5rem;
        }
        
        .news-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }
        
        .category-badge {
            padding: 0.25rem 0.75rem;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 600;
            color: white;
        }
        
        .news-date {
            font-size: 0.875rem;
            color: #6b7280;
        }
        
        .news-title {
            font-size: 1.125rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #1f2937;
        }
        
        .news-excerpt {
            color: #6b7280;
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        .read-more {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .read-more:hover {
            color: var(--secondary-color);
        }
        
        /* Section Headers */
        .section-header {
            margin-bottom: 4rem;
        }
        
        .section-badge .badge {
            font-size: 0.875rem;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            border: none;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 1rem;
        }
        
        .section-subtitle {
            font-size: 1.125rem;
            color: #374151;
            font-weight: 400;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Section Header Improvements */
        .section-header {
            position: relative;
            z-index: 2;
        }
        
        .section-header .section-badge {
            margin-bottom: 1rem;
        }
        
        .section-header .section-title {
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        }
        
        .section-header .section-subtitle {
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }
        
        /* Feature Cards */
        .features-section {
            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
            position: relative;
        }
        
        .features-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.4'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
        }
        
        }
        
        .program-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--shadow-light);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #e5e7eb;
        }
        
        .program-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-heavy);
        }
        
        .program-header {
            background: var(--gradient-primary);
            padding: 2rem;
            text-align: center;
            position: relative;
        }
        
        .program-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 2rem;
            color: white;
            background: rgba(255, 255, 255, 0.2);
        }
        
        .program-level {
            position: absolute;
            top: 15px;
            right: 15px;
        }
        
        .level-badge {
            padding: 0.5rem 1rem;
            border-radius: 25px;
            font-size: 0.75rem;
            font-weight: 700;
            color: white;
        }
        
        .program-content {
            padding: 2rem;
        }
        
        .program-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.5rem;
        }
        
        .program-description {
            color: #374151;
            margin-bottom: 1.5rem;
            font-weight: 400;
        }
        
        .program-stats {
            margin-bottom: 1.5rem;
        }
        
        .stat-box {
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .stat-label {
            font-size: 0.75rem;
            color: #6b7280;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .program-features {
            margin-bottom: 1.5rem;
        }
        
        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .feature-list li {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
            font-size: 0.875rem;
        }
        
        .feature-list i {
            margin-right: 0.5rem;
        }
        
        /* About Section */
        .about-section {
            background: #f9fafb;
        }
        
        .about-content {
            padding-right: 2rem;
        }
        
        .about-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: #111827;
        }
        
        .about-description {
            font-size: 1.125rem;
            line-height: 1.7;
            color: #374151;
            font-weight: 400;
        }
        
        .about-highlights {
            display: grid;
            gap: 1.5rem;
        }
        
        .highlight-item {
            display: flex;
            align-items: center;
            background: white;
            padding: 1.5rem;
            border-radius: 15px;
            box-shadow: var(--shadow-light);
        }
        
        .highlight-icon {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background: #f3f4f6;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            font-size: 1.5rem;
        }
        
        .highlight-title {
            font-size: 0.875rem;
            color: #6b7280;
            margin-bottom: 0.25rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .highlight-value {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1f2937;
            margin: 0;
        }
        
        .vision-mission-card {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: var(--shadow-medium);
            height: 100%;
        }
        
        .card-header {
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 1rem;
            margin-bottom: 1.5rem;
        }
        
        .card-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111827;
            margin: 0;
        }
        
        .vision-section, .mission-section {
            margin-bottom: 1.5rem;
        }
        
        .section-title {
            font-size: 1.125rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
        }
        
        .mission-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .mission-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.5rem;
            padding-left: 1.5rem;
            position: relative;
        }
        
        .mission-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--success-color);
            font-weight: 700;
        }
        
        /* News Section */
        .news-section {
            background: white;
        }
        
        /* Contact Section */
        .cta-section {
            margin-top: 3rem;
        }
        
        .cta-card {
            background: var(--gradient-primary);
            border-radius: 20px;
            padding: 3rem;
            color: white;
        }
        
        .cta-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .cta-description {
            font-size: 1.125rem;
            opacity: 0.9;
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        /* Empty State */
        .empty-state {
            padding: 4rem 2rem;
        }
        
        .empty-icon {
            font-size: 4rem;
            color: #d1d5db;
            margin-bottom: 1rem;
        }
        
        .empty-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #4b5563;
            margin-bottom: 0.5rem;
        }
        
        .empty-description {
            color: #6b7280;
            font-weight: 400;
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-80px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes scaleIn {
            from {
                opacity: 0;
                transform: scale(0.8);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        @keyframes bounceIn {
            0% {
                opacity: 0;
                transform: scale(0.3);
            }
            50% {
                opacity: 1;
                transform: scale(1.05);
            }
            70% {
                transform: scale(0.9);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0.7);
            }
            70% {
                box-shadow: 0 0 0 20px rgba(var(--primary-rgb), 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0);
            }
        }
        
        @keyframes shimmer {
            0% {
                background-position: -468px 0;
            }
            100% {
                background-position: 468px 0;
            }
        }
        
        .animate-fadeInUp {
            animation: fadeInUp 1s ease-out forwards;
        }
        
        .animate-slideIn {
            animation: slideIn 0.8s ease-out forwards;
        }
        
        .animate-scaleIn {
            animation: scaleIn 0.6s ease-out forwards;
        }
        
        .animate-bounceIn {
            animation: bounceIn 0.8s ease-out forwards;
        }
        
        .animate-pulse {
            animation: pulse 2s infinite;
        }
        
        .animate-in {
            animation: fadeInUp 0.8s ease-out forwards;
        }
        
        /* Loading shimmer effect */
        .shimmer {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: shimmer 1.5s infinite;
        }
        
        /* Modern Hover Effects */
        .btn-primary {
            background: linear-gradient(135deg, #1d4ed8, #1e40af) !important;
            border: none !important;
            color: white !important;
            font-weight: 600;
            padding: 0.875rem 2rem;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(29, 78, 216, 0.3);
        }
        
        .btn-primary:hover {
            background: linear-gradient(135deg, #1e40af, #1d4ed8) !important;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(29, 78, 216, 0.4);
            color: white !important;
        }
        
        .btn-outline-primary {
            border: 2px solid white !important;
            color: white !important;
            background: transparent !important;
            font-weight: 600;
            padding: 0.875rem 2rem;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        
        .btn-outline-primary:hover {
            background: white !important;
            color: #1d4ed8 !important;
            border-color: white !important;
            transform: translateY(-2px);
        }
        
        /* Additional Text Contrast Improvements */
        .text-muted {
            color: #4b5563 !important;
        }
        
        .text-secondary {
            color: #374151 !important;
        }
        
        .small, small {
            color: #4b5563 !important;
        }
        
        /* Improve readability on all cards */
        .card-text {
            color: #374151 !important;
            font-weight: 400;
        }
        
        .card-title {
            color: #111827 !important;
            font-weight: 700;
        }
        
        /* Badge improvements */
        .badge {
            font-weight: 600;
        }
        
        .bg-primary {
            background-color: #1d4ed8 !important;
        }
        
        .text-primary {
            color: #1d4ed8 !important;
        }
        
        /* Hero badge specific overrides */
        .hero-badge .bg-primary {
            background: rgba(255, 255, 255, 0.95) !important;
        }
        
        .hero-badge .text-primary {
            color: #1d4ed8 !important;
        }
        
        .hero-badge .bg-opacity-10 {
            background: rgba(255, 255, 255, 0.95) !important;
        }
        
        /* Section badges styling */
        /* Login Dropdown Styling */
                position: static !important;
                transform: none !important;
                margin-top: 0;
            }
            
            .login-option {
                gap: 0.75rem;
            }
            
            .login-icon {
                width: 40px;
                height: 40px;
                font-size: 1.125rem;
            }
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .about-content {
                padding-right: 0;
                margin-bottom: 2rem;
            }
            
            .cta-card {
                padding: 2rem;
                text-align: center;
            }
            
            .cta-title {
                font-size: 1.5rem;
            }
            
            .cta-actions {
                margin-top: 1rem;
            }
            
            /* Mobile News Cards */
            .carousel-control-next {
                display: none;
            }
            
            .carousel-indicators-modern {
                bottom: -40px;
            }
            
            .indicator-modern {
                width: 40px;
                height: 3px;
            }
            
            .featured-news-container {
                padding: 1.5rem;
            }
            
            .news-header h3 {
                font-size: 1.5rem;
            }
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-news-image {
                height: 250px;
            }
            
            .hero-news-content {
                padding: 1.5rem !important;
            }
            
            .hero-news-title {
                font-size: 1.25rem;
            }
            
            .carousel-control-prev,
            .carousel-control-next {
                display: none;
            }
        }
        
        /* Registration Section Styles */
        .registration-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            overflow: hidden;
        }
        
        .registration-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(255,255,255,0.1)"><polygon points="0,100 1000,0 1000,100"/></svg>');
            background-size: cover;
            pointer-events: none;
        }
        
        .bg-gradient-primary {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        }
        
        .registration-card {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: visible !important;
        }
        
        .registration-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            border-radius: 20px 20px 0 0;
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            z-index: 1;
        }

        .registration-card .registration-content {
            position: relative;
            z-index: 1;
        }

        .registration-card .registration-action {
            position: relative;
            z-index: 2;
        }
        
        .registration-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }
        
        .registration-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.5rem;
        }
        
        .registration-icon {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            margin-bottom: 0;
        }
        
        .registration-level .level-badge {
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            color: white;
        }
        
        .registration-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 0.5rem;
            line-height: 1.3;
        }
        
        .registration-description {
            color: #718096;
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }
        
        .registration-info {
            margin-bottom: 1.5rem;
        }
        
        .registration-info .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 0.75rem;
            font-size: 0.9rem;
            color: #4a5568;
        }
        
        .registration-info .info-item i {
            margin-right: 0.5rem;
            font-size: 1rem;
        }
        
        .registration-features {
            margin-bottom: 2rem;
        }
        
        .registration-features .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .registration-features .feature-list li {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
            font-size: 0.9rem;
            color: #4a5568;
        }
        
        .registration-features .feature-list li i {
            margin-right: 0.5rem;
            font-size: 1rem;
        }
        
        .registration-action .btn {
            border-radius: 12px;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            transition: all 0.3s ease;
        }
        
        .registration-action .btn-primary {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }
        
        .registration-action .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        }
        
        .registration-action .btn-outline-primary {
            border: 2px solid #667eea !important;
            color: #667eea !important;
            background: transparent !important;
        }
        
        .registration-action .btn-outline-primary:hover {
            background: #667eea !important;
            border-color: #667eea !important;
            color: #ffffff !important;
        }
        
        .registration-cta {
            position: relative;
            z-index: 2;
        }
        
        .registration-cta .cta-card,
        .registration-help-card {
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            background: #ffffff !important;
            color: #1a202c !important;
        }
        
        .registration-cta .cta-title,
        .help-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: #1a202c !important;
        }
        
        .registration-cta .cta-description,
        .help-description {
            font-size: 1rem;
            margin-bottom: 0;
            color: #718096 !important;
            opacity: 1 !important;
        }
        
        .registration-cta .btn {
            border-radius: 12px;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
        }
        
        .registration-cta .btn-success {
            background: #25d366;
            border-color: #25d366;
        }
        
        .registration-cta .btn-success:hover {
            background: #128c7e;
            border-color: #128c7e;
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .registration-card {
                padding: 1.5rem;
            }
            
            .registration-title {
                font-size: 1.25rem;
            }
            
            .registration-cta .cta-card,
            .registration-help-card {
                padding: 1.5rem;
            }
            
            .registration-cta .cta-title,
            .help-title {
                font-size: 1.25rem;
            }
            
            .registration-cta .btn {
                width: 100%;
                margin-bottom: 0.5rem;
            }
        }
        
        /* Gate Scanner Styles */

/* ════════════════════════════════════════════════════════════════
   HERO 2026 — Full-screen, Kinetic Typography, Stats Bar
   ════════════════════════════════════════════════════════════════ */

.hero-2026-fullscreen {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: clip;
    background: #0a0f1e;
    margin-top: -76px;
    padding-top: 0;
}

/* ── Background Gradient Orbs ── */
.hero-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
}

.hero-gradient-orb--1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #6366f1 0%, transparent 70%);
    top: -15%;
    right: -10%;
    animation: heroOrbDrift 18s ease-in-out infinite;
}

.hero-gradient-orb--2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #8b5cf6 0%, transparent 70%);
    bottom: -10%;
    left: -10%;
    animation: heroOrbDrift 22s ease-in-out infinite reverse;
}

.hero-gradient-orb--3 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #06b6d4 0%, transparent 70%);
    top: 40%;
    left: 50%;
    animation: heroOrbDrift 15s ease-in-out infinite 3s;
}

@keyframes heroOrbDrift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(40px, -30px) scale(1.1); }
    66% { transform: translate(-30px, 25px) scale(0.9); }
}

/* Grid Pattern Overlay */
.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 2;
}

/* ── Carousel (Background Images) ── */
.hero-carousel-2026 {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero-carousel-2026 .carousel-inner,
.hero-carousel-2026 .carousel-item {
    height: 100%;
}

.hero-slide-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 8s ease;
}

.hero-carousel-2026 .carousel-item.active .hero-slide-img {
    animation: heroSlideZoom 8s ease forwards;
}

@keyframes heroSlideZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
        180deg,
        rgba(10, 15, 30, 0.75) 0%,
        rgba(10, 15, 30, 0.55) 30%,
        rgba(10, 15, 30, 0.6) 60%,
        rgba(10, 15, 30, 0.9) 100%
    );
}

/* ── Main Content Wrapper ── */
.hero-content-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    padding-top: 80px;
}

/* ── Badge Pill ── */
.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: #c4b5fd;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-badge-pill.revealed { opacity: 1; transform: translateY(0); }

/* Fallback: show content after 1.5s even if JS fails */
@keyframes heroFallbackShow {
    to { opacity: 1; transform: translateY(0) rotateX(0); }
}

.hero-badge-pill,
.hero-word,
.hero-subtitle-2026,
.hero-cta-group,
.hero-stats-bar {
    animation: heroFallbackShow 0.6s ease 1.5s forwards;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    animation: heroBadgePulse 2s ease-in-out infinite;
}

@keyframes heroBadgePulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
    50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}

/* ── Kinetic Title ── */
.hero-kinetic-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px) rotateX(15deg);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin: 0 0.15em;
}

.hero-word.revealed {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.hero-word--accent {
    background: linear-gradient(135deg, #818cf8, #c084fc, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Subtitle ── */
.hero-subtitle-2026 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #94a3b8;
    max-width: 640px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.8s, transform 0.6s ease 0.8s;
}

.hero-subtitle-2026.revealed { opacity: 1; transform: translateY(0); }

/* ── Dynamic Slide Texts ── */
.hero-slide-texts {
    position: relative;
    min-height: 200px;
}

.hero-slide-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.hero-slide-text.active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.hero-slide-text.active .hero-word {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.hero-slide-text.active .hero-subtitle-2026 {
    opacity: 1;
    transform: translateY(0);
}

/* ── CTA Buttons ── */
.hero-cta-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 1s, transform 0.6s ease 1s;
}

.hero-cta-group.revealed { opacity: 1; transform: translateY(0); }

.hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.hero-btn--primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
}

.hero-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.6);
    color: #fff;
}

.hero-btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 60%);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: transform 0.5s ease;
    pointer-events: none;
}

.hero-btn--primary:hover .hero-btn-glow {
    transform: translate(-50%, -50%) scale(1);
}

.hero-btn--glass {
    background: linear-gradient(135deg, #818cf8, #c084fc, #22d3ee);
    border: none;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(129, 140, 248, 0.4);
}

.hero-btn--glass:hover {
    background: linear-gradient(135deg, #a5b4fc, #d8b4fe, #67e8f9);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(129, 140, 248, 0.6);
}

/* ── Stats Bar ── */
.hero-stats-bar {
    margin-top: auto;
    padding: 0 0 2rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease 1.2s, transform 0.8s ease 1.2s;
}

.hero-stats-bar.revealed { opacity: 1; transform: translateY(0); }

.hero-stats-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: clamp(0.75rem, 1.5vw, 1.25rem) clamp(1rem, 2vw, 2rem);
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 clamp(0.75rem, 2vw, 2rem);
}

.hero-stat-icon {
    width: clamp(36px, 4vw, 48px);
    height: clamp(36px, 4vw, 48px);
    border-radius: 14px;
    background: rgba(99, 102, 241, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    flex-shrink: 0;
}

.hero-stat-info {
    display: flex;
    flex-direction: column;
}

.hero-stat-number {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 500;
    margin-top: 2px;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

/* ── Slide Indicators ── */
.hero-slide-indicators {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-slide-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-slide-dot.active {
    background: #fff;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* ── Scroll Indicator ── */
.hero-scroll-indicator {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    opacity: 0;
    animation: heroScrollFadeIn 1s ease 2s forwards;
}

@keyframes heroScrollFadeIn {
    to { opacity: 0.7; }
}

.hero-scroll-indicator:hover { opacity: 1 !important; }

.hero-scroll-mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.hero-scroll-wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    animation: heroScrollWheel 2s ease-in-out infinite;
}

@keyframes heroScrollWheel {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.3; }
}

.hero-scroll-text {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    .hero-2026-fullscreen {
        min-height: 70vh;
    }

    .hero-stat-item {
        padding: 0 1rem;
    }

    .hero-stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .hero-stat-number {
        font-size: 1.4rem;
    }

    .hero-slide-indicators {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hero-kinetic-title {
        font-size: 2rem;
    }

    .hero-content-wrapper {
        padding-top: 70px;
    }

    .hero-stats-inner {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
        border-radius: 16px;
    }

    .hero-stat-item {
        width: calc(50% - 0.5rem);
        padding: 0;
        justify-content: center;
    }

    .hero-stat-divider {
        display: none;
    }

    .hero-btn {
        padding: 12px 24px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
        padding: 0 1rem;
    }

    .hero-gradient-orb--1 { width: 300px; height: 300px; }
    .hero-gradient-orb--2 { width: 250px; height: 250px; }
    .hero-gradient-orb--3 { width: 180px; height: 180px; }

    .hero-scroll-indicator {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-kinetic-title {
        font-size: 1.75rem;
    }

    .hero-subtitle-2026 {
        font-size: 0.9rem;
    }

    .hero-stat-number {
        font-size: 1.2rem;
    }

    .hero-stat-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        border-radius: 10px;
    }
}

/* ── Dark Mode (hero stays dark regardless) ── */
[data-theme="dark"] .hero-2026-fullscreen {
    background: #060a15;
}

[data-theme="dark"] .hero-gradient-orb { opacity: 0.4; }

/* ════════════════════════════════════════════════════════════════
   STATS SECTION 2026 — Glassmorphism Cards with Counter
   ════════════════════════════════════════════════════════════════ */

.stats-section-2026 {
    padding: 5rem 0;
    background: var(--bg-secondary, #f8fafc);
    position: relative;
    overflow: hidden;
}

/* Subtle bg decoration */
.stats-section-2026::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.06), transparent 70%);
    pointer-events: none;
}

.stats-section-2026::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.05), transparent 70%);
    pointer-events: none;
}

/* Grid */
.stats-grid-2026 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Card */
.stats-card-2026 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.04),
        0 1px 2px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: default;
}

.stats-card-2026:hover {
    transform: translateY(-6px);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.04);
    border-color: transparent;
}

/* Decoration line at top */
.stats-card-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stats-card-2026:hover .stats-card-decoration {
    opacity: 1;
}

/* Color variants */
.stats-card--siswa .stats-card-icon { background: rgba(99, 102, 241, 0.1); color: #6366f1; }
.stats-card--siswa .stats-card-decoration { background: linear-gradient(90deg, #6366f1, #818cf8); }

.stats-card--guru .stats-card-icon { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.stats-card--guru .stats-card-decoration { background: linear-gradient(90deg, #10b981, #34d399); }

.stats-card--lembaga .stats-card-icon { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.stats-card--lembaga .stats-card-decoration { background: linear-gradient(90deg, #f59e0b, #fbbf24); }

.stats-card--kelas .stats-card-icon { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.stats-card--kelas .stats-card-decoration { background: linear-gradient(90deg, #8b5cf6, #a78bfa); }

.stats-card--mapel .stats-card-icon { background: rgba(6, 182, 212, 0.1); color: #06b6d4; }
.stats-card--mapel .stats-card-decoration { background: linear-gradient(90deg, #06b6d4, #22d3ee); }

.stats-card--pengalaman .stats-card-icon { background: rgba(239, 68, 68, 0.1); color: #ef4444; }
.stats-card--pengalaman .stats-card-decoration { background: linear-gradient(90deg, #ef4444, #f87171); }

/* Icon */
.stats-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

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

/* Body */
.stats-card-body {
    display: flex;
    flex-direction: column;
}

.stats-card-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary, #0f172a);
    line-height: 1;
    letter-spacing: -0.02em;
}

.stats-card-label {
    font-size: 0.85rem;
    color: var(--text-muted, #64748b);
    font-weight: 500;
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .stats-grid-2026 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .stats-section-2026 {
        padding: 3rem 0;
    }
    
    .stats-grid-2026 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stats-card-2026 {
        padding: 1.25rem 1rem;
        gap: 1rem;
        border-radius: 16px;
    }

    .stats-card-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3rem;
        border-radius: 12px;
    }

    .stats-card-number {
        font-size: 1.5rem;
    }

    .stats-card-label {
        font-size: 0.75rem;
    }
}

/* Dark mode */
[data-theme="dark"] .stats-section-2026 {
    background: var(--bg-secondary, #0f172a);
}

[data-theme="dark"] .stats-card-2026 {
    background: rgba(30, 41, 59, 0.6);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .stats-card-2026:hover {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .stats-card-number {
    color: #f1f5f9;
}

/* ══════════════════════════════════════════════════════════════
   TESTIMONIALS SECTION 2026 — Scroll-snap cards
   ══════════════════════════════════════════════════════════════ */
.testimonials-section-2026 {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f4fd 50%, #f0fdf4 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section-2026::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.testimonials-section-2026::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* Scroll wrapper */
.testi-scroll-wrapper {
    position: relative;
}

/* Scrollable track */
.testi-scroll-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 1.5rem;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #c7d2fe transparent;
}

.testi-scroll-track::-webkit-scrollbar {
    height: 6px;
}
.testi-scroll-track::-webkit-scrollbar-track {
    background: transparent;
}
.testi-scroll-track::-webkit-scrollbar-thumb {
    background: #c7d2fe;
    border-radius: 99px;
}
.testi-scroll-track::-webkit-scrollbar-thumb:hover {
    background: #818cf8;
}

/* Card */
.testi-card {
    flex: 0 0 340px !important;
    min-width: 340px;
    max-width: 340px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(99, 102, 241, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(99, 102, 241, 0.12);
}

/* Quote */
.testi-card__quote {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

/* Stars */
.testi-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.testi-card__stars i {
    color: #f59e0b;
    font-size: 0.95rem;
}

/* Text */
.testi-card__text {
    color: #475569;
    font-size: 0.925rem;
    line-height: 1.75;
    flex-grow: 1;
    margin-bottom: 1.25rem;
}

/* Author */
.testi-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid #f1f5f9;
    padding-top: 1rem;
    margin-top: auto;
}

.testi-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
}

.testi-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-card__meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.testi-card__meta strong {
    font-size: 0.9rem;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testi-card__meta small {
    font-size: 0.78rem;
    color: #6366f1;
    font-weight: 500;
}

.testi-card__lembaga {
    color: #94a3b8 !important;
    font-weight: 400 !important;
    font-size: 0.75rem !important;
}

/* Arrow buttons */
.testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(99, 102, 241, 0.15);
    background: #fff;
    color: #6366f1;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.testi-arrow:hover {
    background: #6366f1;
    color: #fff;
    border-color: #6366f1;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
}

.testi-arrow--left  { left: -8px; }
.testi-arrow--right { right: -8px; }

/* Scroll hint */
.testi-scroll-hint {
    display: none;
    text-align: center;
    color: #94a3b8;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    animation: testiHintPulse 2s ease-in-out infinite;
}

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

/* Responsive */
@media (max-width: 1023px) {
    .testi-card { flex: 0 0 300px; }
}

@media (max-width: 767px) {
    .testimonials-section-2026 { padding: 3rem 0; }
    .testi-card { flex: 0 0 280px; padding: 1.25rem; }
    .testi-arrow { display: none; }
    .testi-scroll-hint { display: block; }
    .testi-scroll-track { padding-left: 0; padding-right: 0; }
}

/* Dark mode */
[data-theme="dark"] .testimonials-section-2026 {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
}

[data-theme="dark"] .testi-card {
    background: rgba(30, 41, 59, 0.8);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .testi-card:hover {
    box-shadow: 0 12px 36px rgba(99, 102, 241, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .testi-card__text { color: #cbd5e1; }
[data-theme="dark"] .testi-card__meta strong { color: #f1f5f9; }
[data-theme="dark"] .testi-card__author { border-top-color: rgba(255, 255, 255, 0.08); }
[data-theme="dark"] .testi-arrow {
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(99, 102, 241, 0.3);
    color: #a5b4fc;
}
[data-theme="dark"] .testi-scroll-track {
    scrollbar-color: #4338ca transparent;
}

/* ══════════════════════════════════════════════════════════════
   PARALLAX SHOWCASE SECTION 2026
   ══════════════════════════════════════════════════════════════ */
.parallax-showcase-2026 {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.parallax-bg-layer {
    position: absolute;
    inset: -20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%236366f1" fill-opacity="0.08" d="M0,224L48,213.3C96,203,192,181,288,186.7C384,192,480,224,576,218.7C672,213,768,171,864,170.7C960,171,1056,213,1152,218.7C1248,224,1344,192,1392,176L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"/></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #0f172a;
    z-index: 0;
}

.parallax-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.85) 0%, rgba(49, 46, 129, 0.92) 50%, rgba(15, 23, 42, 0.95) 100%);
    z-index: 1;
}

.parallax-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
    width: 100%;
}

.parallax-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5rem;
}

.parallax-badge i {
    color: #fbbf24;
}

.parallax-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.parallax-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 640px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.parallax-stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.parallax-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    padding: 0.6rem 1.25rem;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.parallax-stat-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.parallax-stat-pill i {
    font-size: 1.1rem;
    color: #fbbf24;
}

@media (max-width: 767px) {
    .parallax-showcase-2026 { min-height: 360px; }
    .parallax-content { padding: 3rem 0; }
    .parallax-stat-pill { font-size: 0.8rem; padding: 0.5rem 1rem; }
    .parallax-bg-layer { background-attachment: scroll; }
}

/* ══════════════════════════════════════════════════════════════
   CTA FULL-WIDTH SECTION 2026
   ══════════════════════════════════════════════════════════════ */
.cta-fullwidth-2026 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #312e81 0%, #4f46e5 40%, #6366f1 70%, #818cf8 100%);
    overflow: hidden;
}

.cta-animated-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: ctaOrbFloat 8s ease-in-out infinite;
}

.cta-orb--1 {
    width: 300px;
    height: 300px;
    background: #a78bfa;
    top: -80px;
    right: -60px;
    animation-delay: 0s;
}

.cta-orb--2 {
    width: 200px;
    height: 200px;
    background: #38bdf8;
    bottom: -60px;
    left: -40px;
    animation-delay: -3s;
}

.cta-orb--3 {
    width: 150px;
    height: 150px;
    background: #34d399;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -5s;
}

@keyframes ctaOrbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -20px) scale(1.1); }
    50% { transform: translate(-20px, 30px) scale(0.95); }
    75% { transform: translate(20px, 20px) scale(1.05); }
}

.cta-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.75rem;
    color: #fff;
    animation: ctaPulse 2.5s ease-in-out infinite;
}

@keyframes ctaPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
    50% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
}

.cta-fw-title {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cta-fw-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 580px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.cta-fw-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cta-fw-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cta-fw-btn--primary {
    background: #fff;
    color: #4f46e5;
    border-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cta-fw-btn--primary:hover {
    background: #f8fafc;
    color: #4338ca;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.cta-fw-btn--outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.cta-fw-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-3px);
}

.cta-fw-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
    margin: 0;
}

.cta-fw-note i {
    color: #34d399;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .cta-fullwidth-2026 { padding: 3.5rem 0; }
    .cta-fw-btn { padding: 0.75rem 1.5rem; font-size: 0.9rem; }
    .cta-icon-circle { width: 56px; height: 56px; font-size: 1.4rem; }
}

/* ═══════════════════════════════════════════
   GALLERY SECTION
   ═══════════════════════════════════════════ */
.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    padding-bottom: 75%; /* 4:3 ratio fallback */
    aspect-ratio: 4/3;
    background: #1e293b;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-item:hover .gallery-img {
    transform: scale(1.08);
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.gallery-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(99,102,241,0.85);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.gallery-caption {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* Lightbox */
.lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2.5rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
    transition: transform 0.2s;
}
.lightbox-close:hover { transform: scale(1.2); }
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}
.lightbox-nav:hover { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-content {
    max-width: 90vw;
    max-height: 85vh;
    text-align: center;
}
.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.lightbox-caption {
    color: #e2e8f0;
    margin-top: 12px;
    font-size: 1rem;
    font-weight: 500;
}

/* ═══════════════════════════════════════════
   VIDEO PROFILE SECTION
   ═══════════════════════════════════════════ */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 576px) {
    .gallery-item { border-radius: 8px; }
    .gallery-caption { font-size: 0.8rem; }
    .lightbox-nav { width: 36px; height: 36px; font-size: 1.5rem; }
    .lightbox-prev { left: 8px; }
    .lightbox-next { right: 8px; }
}
