        :root {
            --primary-blue: #0047AB;
            --light-blue: #1E90FF;
            --accent-yellow: #FFC947;
            --neon-yellow: #FFD369;
            --dark-bg: #0D3580;
            --card-bg: rgba(255, 255, 255, 0.07);
            --glass-bg: rgba(0, 71, 171, 0.85);
            --glass-border: rgba(255, 201, 71, 0.25);
            --text-light: #FFFFFF;
            --text-muted: #C8DEFF;
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.15), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
            --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
            --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Outfit', sans-serif;
        }

        body {
            background-color: var(--dark-bg);
            color: var(--text-light);
            overflow-x: hidden;
            scroll-behavior: smooth;
            line-height: 1.6;
        }

        /* Utility Classes for Professional Layout */
        .section-padding {
            padding: 80px 0;
        }

        .text-accent {
            color: var(--accent-yellow) !important;
        }

        .bg-glass {
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .border-glass {
            border: 1px solid var(--glass-border);
        }

        .rounded-pfcc {
            border-radius: 20px;
        }

        .shadow-pfcc {
            box-shadow: var(--shadow-lg);
        }

        .hover-lift {
            transition: var(--transition);
        }

        .hover-lift:hover {
            transform: translateY(-5px);
        }

        /* Professional Component: Section Header */
        .pfcc-section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .pfcc-title {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(2rem, 5vw, 3.5rem);
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 1rem;
            letter-spacing: 1px;
        }

        .pfcc-title span {
            color: var(--accent-yellow);
        }

        .pfcc-subtitle {
            color: var(--text-muted);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Professional Component: Card */
        .pfcc-card {
            background: var(--card-bg);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 2rem;
            transition: var(--transition);
            height: 100%;
        }

        .pfcc-card:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: var(--accent-yellow);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }

        .pillar-text-white {
            color: #ffffff !important;
        }

        .pillar-text-white h4 {
            color: #ffffff !important;
            font-weight: 700;
        }

        .pillar-text-white p {
            color: rgba(255, 255, 255, 0.8) !important;
            font-weight: 400;
        }

        /* Professional Component: Highlight Card */
        .pfcc-highlight-card {
            max-width: 900px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, var(--glass-bg), rgba(255, 201, 71, 0.05));
            border: 2px solid var(--accent-yellow);
            border-radius: 20px;
            padding: 2.5rem;
            gap: 2rem;
            box-shadow: var(--shadow-lg);
        }

        .pfcc-highlight-card .year {
            font-family: 'Oswald', sans-serif;
            font-size: 3rem;
            color: var(--accent-yellow);
            line-height: 1;
            min-width: 150px;
            text-align: center;
            border-right: 2px solid var(--glass-border);
            padding-right: 2rem;
        }

        @media (max-width: 768px) {
            .pfcc-highlight-card {
                flex-direction: column;
                text-align: center;
                padding: 2rem;
            }

            .pfcc-highlight-card .year {
                border-right: none;
                border-bottom: 2px solid var(--glass-border);
                padding-right: 0;
                padding-bottom: 1rem;
                min-width: auto;
            }
        }

        /* Professional Component: Inner Page Hero */
        .pfcc-hero-inner {
            background: linear-gradient(to bottom, var(--primary-blue), var(--dark-bg));
            padding: 100px 5% 60px;
            text-align: center;
            border-bottom: 1px solid var(--glass-border);
        }
        @media (max-width: 991px) {
            .pfcc-hero-inner{
                padding-top: 150px;
            }
        }

        /* Nav */
        header {
            position: sticky;
            width: 100%;
            top: 0;
            background: rgba(0, 55, 140, 0.97);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-bottom: 1px solid var(--glass-border);
            z-index: 1000;
            padding: 1rem 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-family: 'Oswald', sans-serif;
            font-size: 2rem;
            color: var(--text-light);
            text-transform: uppercase;
            letter-spacing: 2px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo span {
            color: var(--accent-yellow);
        }

        /* ── Logo Image (header & footer) ── */
        .logo-img-link {
            display: flex;
            align-items: center;
            text-decoration: none;
            flex-shrink: 0;
            background-color: #ffffff;
            padding: 5px;
            border-radius: 50%;
        }

        .header-logo {
            height: 85px;
            width: 85px;
            object-fit: contain;
            border-radius: 50%;
            filter: drop-shadow(0 0 8px rgba(255, 201, 71, 0.45));
            transition: transform 0.3s ease, filter 0.3s ease;
        }

        .logo-img-link:hover .header-logo {
            transform: scale(1.08) rotate(3deg);
            filter: drop-shadow(0 0 14px rgba(255, 201, 71, 0.75));
        }

        /* Footer logo */
        .footer-logo-link {
            display: inline-flex;
            margin-bottom: 1rem;
        }

        .footer-logo {
            height: 90px;
            width: 90px;
            object-fit: contain;
            border-radius: 50%;
            filter: drop-shadow(0 0 10px rgba(255, 201, 71, 0.35));
            transition: transform 0.3s ease, filter 0.3s ease;
        }

        .footer-logo-link:hover .footer-logo {
            transform: scale(1.05);
            filter: drop-shadow(0 0 18px rgba(255, 201, 71, 0.6));
        }

        @media (max-width: 992px) {
            .header-logo {
                height: 54px;
                width: 54px;
            }
        }

        @media (max-width: 480px) {
            .header-logo {
                height: 46px;
                width: 46px;
            }
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
        }

        .nav-links a {
            color: rgba(255, 255, 255, 0.75);
            text-decoration: none;
            font-family: 'Outfit', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 6px;
            transition: color 0.3s ease;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2px;
            background: var(--accent-yellow);
            transition: width 0.35s ease, left 0.35s ease;
            border-radius: 2px;
        }

        .nav-links a:hover {
            color: #ffffff;
        }

        .nav-links a:hover::after {
            width: 100%;
            left: 0;
        }

        /* Active Nav Link (current page) */
        .nav-links a.active {
            color: var(--accent-yellow);
        }

        .nav-links a.active::after {
            width: 100%;
            left: 0;
            background: var(--accent-yellow);
        }

        /* Mobile Toggle Button */
        .menu-toggle {
            display: none;
            flex-direction: column;
            gap: 6px;
            cursor: pointer;
            z-index: 1100;
        }

        .menu-toggle span {
            width: 30px;
            height: 3px;
            background: var(--accent-yellow);
            border-radius: 2px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Responsive Nav Logic */
        @media (max-width: 992px) {
            html, body{
                overflow-x: hidden;
            }
            .hero{
                padding: 150px 0 60px;
            }
            header {
                padding: 1rem 5%;
                position: fixed;
            }

            .menu-toggle {
                display: flex;
            }

            .nav-links {
                position: absolute;
                top: 0;
                right: -100%;
                width: 70%;
                height: 100vh;
                background: #003891;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 2.5rem;
                transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
                box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
                z-index: 1050;
                border-left: 1px solid var(--glass-border);
            }

            .nav-links.active {
                right: 0;
            }

            .nav-links a {
                font-size: 1rem;
                letter-spacing: 3px;
            }

            /* Hamburger to X Animation */
            .menu-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(6px, 6px);
            }

            .menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .menu-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(7px, -7px);
            }
        }

        #app-content {
            transition: opacity 0.3s ease, transform 0.3s ease;
            min-height: 80vh;
        }

        /* Hero Section */
        .hero {
            min-height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            text-align: center;
        }

        .hero-content {
            z-index: 2;
            padding: 0 20px;
            animation: fadeIn 1.5s ease;
        }

        .hero-title {
            font-family: 'Oswald', sans-serif;
            font-size: 4rem;
            text-transform: uppercase;
            line-height: 1.1;
            margin-bottom: 1rem;
            text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
        }

        .hero-title span {
            color: var(--accent-yellow);
        }

        .hero-subtitle {
            font-size: 1.5rem;
            color: var(--text-muted);
            margin-bottom: 2.5rem;
            max-width: 600px;
            margin-inline: auto;
        }

        .btn {
            display: inline-block;
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
        }

        .btn-primary {
            background: var(--accent-yellow);
            color: var(--primary-blue);
            box-shadow: 0 10px 20px rgba(255, 204, 0, 0.3);
        }

        .btn-primary:hover {
            background: var(--neon-yellow);
            transform: translateY(-3px);
            box-shadow: 0 15px 25px rgba(255, 204, 0, 0.4);
        }

        .btn-outline {
            background: transparent;
            color: var(--accent-yellow);
            border-color: var(--accent-yellow);
            margin-left: 1rem;
        }

        .btn-outline:hover {
            background: rgba(255, 204, 0, 0.1);
            transform: translateY(-3px);
        }

        /* Sections common */
        .section {
            padding: 4rem 5%;
        }

        .page-header {
            text-align: center;
            background: linear-gradient(to bottom, var(--primary-blue), var(--dark-bg));
            padding: 4rem 5% 2rem;
            border-bottom: 1px solid var(--glass-border);
        }

        .pt-0 {
            padding-top: 2rem;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title {
            font-family: 'Oswald', sans-serif;
            font-size: 3rem;
            color: var(--text-light);
            text-transform: uppercase;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            width: 50%;
            height: 4px;
            background: var(--accent-yellow);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }



        .about-image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
            transition: transform 0.5s ease;
        }

        .about-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .about-text p {
            font-size: 1.15rem;
            line-height: 1.8;
            color: var(--text-muted);
            margin-bottom: 1.5rem;
        }

        .highlight-text {
            color: var(--text-light);
            font-weight: 600;
            border-left: 4px solid var(--accent-yellow);
            padding-left: 1rem;
            margin: 2rem 0;
            font-size: 1.25rem;
        }

        /* Achievements */
        .achievements-timeline {
            max-width: 800px;
            margin: 0 auto;
        }

        .achievement-card {
            display: flex;
            background: rgba(0, 55, 140, 0.5);
            border: 1px solid var(--glass-border);
            border-radius: 15px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            transition: transform 0.3s;
            animation: fadeInRight 0.5s ease backwards;
        }

        .achievement-card:hover {
            transform: translateX(10px);
            background: var(--light-blue);
        }

        .achievement-card .year {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            color: var(--accent-yellow);
            min-width: 120px;
            margin-right: 1.5rem;
            border-right: 2px solid rgba(255, 204, 0, 0.3);
            padding-right: 1.5rem;
            display: flex;
            align-items: center;
        }

        .achievement-card h3 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }

        .achievement-card p {
            color: var(--text-muted);
            font-size: 0.9rem;
        }



        .player-card {
            background: rgba(255, 255, 255, 0.03);
            border-radius: 20px;
            overflow: hidden;
            text-align: center;
            border: 1px solid var(--glass-border);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: fadeIn 0.8s ease backwards;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
            height: 100%;
            position: relative;
        }

        .player-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.06);
            border-color: var(--accent-yellow);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
        }

        .player-img {
            background: linear-gradient(to bottom, #0047AB, #003080);
            padding: 2.5rem 1rem;
            display: flex;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .player-img img {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            border: 4px solid var(--accent-yellow);
            object-fit: cover;
            position: relative;
            z-index: 2;
            transition: transform 0.4s ease;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        }

        .player-card:hover .player-img img {
            transform: scale(1.08);
            border-color: var(--neon-yellow);
        }

        .player-info {
            padding: 2rem 1.5rem;
            position: relative;
            z-index: 2;
        }

        .player-info h3 {
            font-family: 'Oswald', sans-serif;
            font-size: 1.6rem;
            margin-bottom: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #fff;
        }

        .player-info .position {
            display: inline-block;
            background: rgba(255, 204, 0, 0.1);
            color: var(--accent-yellow);
            padding: 0.3rem 1.2rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1rem;
            border: 1px solid rgba(255, 204, 0, 0.2);
        }

        .player-info p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
            line-height: 1.5;
        }


        .member-card {
            background: rgba(255, 255, 255, 0.05);
            padding: 1.5rem;
            border-radius: 10px;
            border-left: 3px solid var(--accent-yellow);
        }

        .member-card h4 {
            font-size: 0.9rem;
            color: var(--text-muted);
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }

        .member-card p {
            font-size: 1.1rem;
            font-weight: 600;
        }


        .card {
            background: var(--light-blue);
            padding: 2rem;
            border-radius: 15px;
            border: 1px solid var(--glass-border);
        }

        .card ul {
            list-style-type: square;
            margin-left: 1.5rem;
            color: var(--text-muted);
            line-height: 2;
        }

        .card p {
            color: var(--text-muted);
            line-height: 2;
        }

        /* Footer */
        footer {
            background: #002670;
            padding: 4rem 5% 2rem;
            border-top: 1px solid rgba(255, 204, 0, 0.2);
            text-align: left;
        }

        .footer-content h2 {
            font-family: 'Oswald', sans-serif;
            color: var(--text-light);
            font-size: 2rem;
            text-transform: uppercase;
        }

        .footer-content h2 span {
            color: var(--accent-yellow);
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(-20px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Profile Pages */
        .profile-hero {
            height: 350px;
            position: relative;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding-bottom: 2rem;
            border-bottom: 1px solid var(--glass-border);
        }

        .profile-hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent, var(--dark-bg));
        }

        .profile-avatar-large {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            border: 5px solid var(--accent-yellow);
            position: relative;
            z-index: 2;
            object-fit: cover;
            background: var(--primary-blue);
            box-shadow: var(--shadow-lg);
        }

        .profile-header-wrap {
            margin-top: -90px;
            position: relative;
            z-index: 3;
            margin-bottom: 3rem;
        }

        .profile-badge {
            display: inline-block;
            background: var(--accent-yellow);
            color: var(--primary-blue);
            padding: 0.3rem 1.2rem;
            border-radius: 50px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.9rem;
            margin-top: 1.5rem;
            color: rgba(255, 255, 255, 0.5);
        }

        .bio-list {
            list-style: none;
            padding-left: 0;
            color: rgba(255, 255, 255, 0.7);
        }

        .bio-item {
            display: flex;
            gap: 1rem;
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }

        .bio-tick {
            color: var(--accent-yellow);
            font-weight: bold;
        }

        /* Mobile & Tablet Optimizations */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }

            .hero-subtitle {
                font-size: 1.1rem;
            }

            .section-title {
                font-size: 2.2rem;
            }

            .section {
                padding: 3rem 1.5rem;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 1.8rem;
            }

            .hero {
                min-height: 60vh;
            }

            .btn {
                width: 100%;
                margin: 0.5rem 0 !important;
                text-align: center;
            }

            .btn-outline {
                margin-left: 0 !important;
            }
        }

        /* Clean UI Classes */
        .container-header {
            max-width: 1400px;
            padding: 0;
        }

        .hero-title-main {
            font-size: 4rem;
        }

        .hero-title-sub {
            font-size: 3rem;
        }

        .profile-hero {
            height: 300px;
            width: 100%;
            position: relative;
        }

        .profile-avatar-large {
            width: 240px;
            height: 240px;
            border-radius: 50%;
            border: 6px solid var(--accent-yellow);
            object-fit: cover;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);
            position: absolute;
            bottom: -100px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--primary-blue);
        }

        .profile-header-wrap {
            margin-top: 8rem;
            margin-bottom: 3rem;
            position: relative;
            z-index: 2;
        }

        .profile-badge {
            color: var(--accent-yellow);
            font-size: 1.5rem;
            display: inline-block;
            background: rgba(0, 40, 110, 0.9);
            border: 2px solid var(--accent-yellow);
            padding: 0.5rem 1.5rem;
            border-radius: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
        }

        .bio-list {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 1.2rem;
            line-height: 1.8;
        }

        .bio-item {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
        }

        .bio-tick {
            color: var(--accent-yellow);
            margin-right: 15px;
            font-weight: bold;
        }

        .stat-card-overlay {
            background: rgba(0, 55, 140, 0.6);
        }

        .stat-card-primary {
            background: rgba(0, 55, 140, 0.6);
            border: 1px solid var(--accent-yellow);
        }

        .footer-tagline {
            color: var(--text-muted);
            margin-top: 1rem;
        }

        .footer-copyright {
            margin-top: 2rem;
            padding-top: 1rem;
            border-top: 1px solid #111;
        }

        .section-separator {
            margin-top: 4rem;
            padding-bottom: 4rem;
        }

        .achievement-highlight {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, rgba(10, 35, 66, 0.9), rgba(255, 204, 0, 0.1));
            border: 2px solid var(--accent-yellow);
        }

        .view-profile-link {
            color: var(--accent-yellow);
            font-size: 0.9rem;
            margin-top: 10px;
            display: inline-block;
        }

        /* Deep Clean Utility Classes */
        .row-about-gap {
            gap: 4rem 0;
        }

        .link-accent {
            color: var(--accent-yellow);
            text-decoration: none;
        }

        .player-card-shadow {
            margin: 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .img-thumbnail-stats {
            width: 100px;
            height: 100px;
        }

        .container-narrow {
            max-width: 800px;
            margin: 0 auto;
        }

        .slider-card {
            flex: 0 0 300px;
        }

        @media (max-width: 991px) {
            .row-about-gap {
                gap: 2rem 0;
            }
        }

        /* Trophy Section Styling */
        .trophy-showcase {
            background: linear-gradient(to bottom, #003080, #0047AB);
        }

        /* Championship Legacy Section (Home Page) */
        .trophy-section {

            /* background: linear-gradient(135deg, #177ee2 0%, #2c8ddc 30%, #4599dc 60%, #1E90FF 100%); */
            background: var(--primary-blue);
            border-top: 2px solid rgba(255, 201, 71, 0.4);
            border-bottom: 2px solid rgba(255, 201, 71, 0.4);
        }

        .trophy-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .trophy-card {
            background: var(--light-blue);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 2.5rem 1.5rem;
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .trophy-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 204, 0, 0.05);
            border-color: var(--accent-yellow);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
        }

        .trophy-icon {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            display: inline-block;
            filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.5));
            transition: transform 0.3s ease;
        }

        .trophy-card:hover .trophy-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .trophy-year {
            font-family: 'Oswald', sans-serif;
            color: var(--accent-yellow);
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }

        .trophy-title {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            text-transform: uppercase;
            line-height: 1.2;
            margin-bottom: 0.5rem;
        }

        .trophy-org {
            color: var(--text-muted);
            font-size: 0.9rem;
            font-style: italic;
        }

        /* Pillar Section Styling */
        .bg-light-blue {
            background: var(--light-blue);
        }

        .pillar-card {
            background: rgba(5, 14, 26, 0.5);
            padding: 2rem;
        }

        .pillar-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .pillar-title {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            color: var(--accent-yellow);
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        /* Testimonials & Gallery Slider */
        .testimonial-section {
            background: var(--dark-bg);
            padding: 5rem 0;
        }

        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .testimonial-card {
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 2rem;
            position: relative;
            transition: transform 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
        }

        .quote-icon {
            color: var(--accent-yellow);
            font-size: 2rem;
            margin-bottom: 1rem;
            opacity: 0.5;
        }

        .testimonial-text {
            font-style: italic;
            line-height: 1.7;
            margin-bottom: 1.5rem;
            color: var(--text-light);
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 2px solid var(--accent-yellow);
        }

        .author-info h4 {
            font-family: 'Oswald', sans-serif;
            font-size: 1.1rem;
            margin-bottom: 2px;
        }

        .author-info span {
            font-size: 0.85rem;
            color: var(--accent-yellow);
        }

        .gallery-slider-wrap {
            position: relative;
            margin-top: 3rem;
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        }

        .gallery-slider {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .gallery-slide {
            min-width: 100%;
            position: relative;
            height: 500px;
        }

        .gallery-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .gallery-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            padding: 3rem 2rem 2rem;
            color: #fff;
        }

        .gallery-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            z-index: 10;
        }

        .g-nav-btn {
            background: rgba(255, 204, 0, 0.8);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            color: var(--primary-blue);
            font-size: 1.2rem;
            cursor: pointer;
            transition: background 0.3s;
        }

        .g-nav-btn:hover {
            background: var(--accent-yellow);
        }

        .gallery-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 1.5rem;
        }

        .g-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            cursor: pointer;
        }

        .g-dot.active {
            background: var(--accent-yellow);
            width: 30px;
            border-radius: 10px;
        }

        @media (max-width: 768px) {
            .gallery-slide {
                height: 300px;
            }
        }

        /* UI Refinements */
        .slider-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--accent-yellow);
            color: var(--primary-blue);
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            transition: background 0.3s;
        }

        .slider-nav-btn:hover {
            background: var(--neon-yellow);
        }

        .nav-btn-left {
            left: -20px;
        }

        .nav-btn-right {
            right: -20px;
        }

        .text-decoration-none {
            text-decoration: none !important;
        }

        .color-inherit {
            color: inherit !important;
        }

        .d-block {
            display: block !important;
        }

        /* Who We Are - Premium Redesign */
        .story-tag {
            display: inline-block;
            background: rgba(255, 204, 0, 0.1);
            color: var(--accent-yellow);
            padding: 0.3rem 1.2rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(255, 201, 71, 0.2);
        }

        .about-visual-stack {
            position: relative;
            padding: 2rem 1rem;
        }

        .img-stack-main {
            width: 85%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
            border: 4px solid var(--accent-yellow);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
            position: relative;
            z-index: 2;
        }

        .img-stack-sub {
            position: absolute;
            width: 70%;
            height: 250px;
            object-fit: cover;
            bottom: 0;
            right: 0;
            border-radius: 15px;
            border: 3px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
            z-index: 3;
            transform: translate(10%, -10%);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .about-visual-stack:hover .img-stack-sub {
            transform: translate(0, 0);
        }

        .legacy-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 4rem;
        }

        .legacy-stat-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid var(--glass-border);
            border-radius: 15px;
            padding: 1.5rem;
            text-align: center;
            transition: all 0.3s ease;
        }

        .legacy-stat-card:hover {
            background: rgba(255, 204, 0, 0.05);
            border-color: var(--accent-yellow);
            transform: translateY(-5px);
        }

        .stat-val {
            display: block;
            font-family: 'Oswald', sans-serif;
            font-size: 2.2rem;
            color: var(--accent-yellow);
            line-height: 1;
            margin-bottom: 5px;
        }

        .stat-desc {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
            font-weight: 600;
        }
        

        .legacy-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
            margin-top: 2rem;
        }

        .stat-item {
            background: rgba(255, 204, 0, 0.05);
            border: 1px solid rgba(255, 204, 0, 0.1);
            border-radius: 12px;
            padding: 1.2rem;
            text-align: center;
        }

        .stat-number {
            display: block;
            font-family: 'Oswald', sans-serif;
            font-size: 1.8rem;
            color: var(--accent-yellow);
            line-height: 1;
            margin-bottom: 5px;
        }

        .stat-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
        }


        /* Who We Are - Premium Redesign */
        .about-legacy {
            position: relative;
            padding-bottom: 2rem;
        }

        .legacy-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 2rem;
            border-top: 1px solid rgba(255, 204, 0, 0.2);
            padding-top: 2rem;
        }

        .legacy-stat {
            text-align: center;
        }

        .stat-num {
            display: block;
            font-family: 'Oswald', sans-serif;
            font-size: 2.2rem;
            color: var(--accent-yellow);
            line-height: 1;
        }

        .stat-label {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
        }

        .image-stack {
            position: relative;
            padding: 20px;
        }

        .image-stack img {
            border-radius: 15px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .image-stack::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 80%;
            height: 80%;
            border: 3px solid var(--accent-yellow);
            border-radius: 15px;
            z-index: -1;
            transform: translate(15px, -15px);
            opacity: 0.5;
        }

        .since-badge {
            position: absolute;
            top: -10px;
            left: -10px;
            background: var(--accent-yellow);
            color: var(--primary-blue);
            font-weight: 800;
            padding: 10px 20px;
            border-radius: 5px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
            font-family: 'Oswald', sans-serif;
            transform: rotate(-5deg);
        }
        
        @media (max-width:767px) {
             .legacy-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 576px) {
            .legacy-grid {
                grid-template-columns: 1fr;
            }

            .img-stack-main {
                height: 300px;
            }

            .img-stack-sub {
                height: 180px;
            }
        }

        /* Footer Redesign */
        .footer-main {
            background: #002060;
            padding: 5rem 0 2rem;
            border-top: 2px solid var(--accent-yellow);
        }

        .footer-col h4 {
            font-family: 'Oswald', sans-serif;
            font-size: 1.4rem;
            color: #fff;
            margin-bottom: 2rem;
            text-transform: uppercase;
            position: relative;
        }

        .footer-col h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 40px;
            height: 3px;
            background: var(--accent-yellow);
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: var(--text-muted);
            text-decoration: none;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-links a:hover {
            color: var(--accent-yellow);
            padding-left: 5px;
        }

        .contact-info li {
            display: flex;
            gap: 12px;
            margin-bottom: 15px;
            color: var(--text-muted);
        }

        .contact-icon {
            color: var(--accent-yellow);
            font-style: normal;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 1.5rem;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .social-icon:hover {
            background: var(--accent-yellow);
            color: var(--primary-blue);
            transform: translateY(-3px);
        }

        .newsletter-form {
            position: relative;
            margin-top: 1rem;
        }

        .newsletter-input {
            width: 100%;
            padding: 0.8rem 1rem;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            color: #fff;
            outline: none;
        }

        .newsletter-btn {
            position: absolute;
            right: 5px;
            top: 5px;
            bottom: 5px;
            background: var(--accent-yellow);
            border: none;
            padding: 0 1.2rem;
            border-radius: 6px;
            color: var(--primary-blue);
            font-weight: bold;
            cursor: pointer;
        }

        .footer-bottom {
            margin-top: 4rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            text-align: center;
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        /* Reverted Achievement Styles */
        .achievement-highlight .year {
            font-size: 2rem !important;
        }

        .achievement-highlight .details h3 {
            font-size: 1.5rem;
            color: var(--text-light);
            margin-bottom: 0.5rem;
            font-family: 'Oswald', sans-serif;
        }

        .achievement-highlight .details p {
            font-size: 1.1rem;
            color: var(--text-muted);
            margin-bottom: 0;
        }

        

        /* Footer - Premium 4-Column Layout */
        .footer-new {
            background: #002060;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 80px 0 30px;
        }

        .footer-row {
            display: grid;
            grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
            gap: 4rem;
        }

        .footer-col h3 {
            font-family: 'Oswald', sans-serif;
            color: var(--accent-yellow);
            font-size: 1.4rem;
            margin-bottom: 1.8rem;
            text-transform: uppercase;
        }

        .footer-about p {
            color: var(--text-muted);
            line-height: 1.8;
            margin-bottom: 2rem;
        }

        .footer-social {
            display: flex;
            gap: 15px;
        }

        .social-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .social-btn:hover {
            background: var(--accent-yellow);
            color: var(--primary-blue);
            transform: translateY(-3px);
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: var(--accent-yellow);
        }

        .footer-contact-item {
            display: flex;
            gap: 12px;
            margin-bottom: 15px;
            color: var(--text-muted);
        }

        .footer-contact-item span {
            color: var(--accent-yellow);
        }

        .footer-bottom-new {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        @media (max-width: 991px) {
            .footer-row {
                grid-template-columns: repeat(2, 1fr);
                gap: 3rem;
            }
        }

        @media (max-width: 576px) {
            .footer-row {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .footer-bottom-new {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }
        }

        /* Trophy Case Styles */
        /* .trophy-section {
            background: linear-gradient(to bottom, #050E1A, #0A2342);
            border-top: 1px solid var(--glass-border);
            border-bottom: 1px solid var(--glass-border);
        } */

        .trophy-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin-top: 3rem;
        }

        .trophy-card {
            background: var(--dark-bg);
            border: 1px solid rgba(255, 204, 0, 0.1);
            border-radius: 20px;
            padding: 2.5rem 1.5rem;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }

        .trophy-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 204, 0, 0.1);
            border-color: var(--accent-yellow);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
        }

        .trophy-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(255, 204, 0, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .trophy-card:hover::before {
            opacity: 1;
        }

        .trophy-icon {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            display: block;
            filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.3));
        }

        .trophy-number {
            font-family: 'Oswald', sans-serif;
            font-size: 2.5rem;
            color: var(--accent-yellow);
            line-height: 1;
            margin-bottom: 0.5rem;
        }

        .trophy-label {
            font-family: 'Oswald', sans-serif;
            font-size: 1.1rem;
            text-transform: uppercase;
            color: var(--text-light);
            letter-spacing: 1px;
        }

        .trophy-subtitle {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-top: 0.5rem;
        }

        @media (max-width: 768px) {
            .trophy-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .trophy-grid {
                grid-template-columns: 1fr;
            }

            .trophy-card {
                padding: 1.5rem;
            }
        }

        /* Premium Aesthetic Upgrades */
        .section-about {
            background: linear-gradient(to bottom right, #050E1A, #0A2342);
            position: relative;
            overflow: hidden;
        }

        .about-quote {
            color: var(--text-light);
            font-size: 1.4rem;
            font-style: italic;
            border-left: 5px solid var(--accent-yellow);
            padding: 1.5rem 2rem;
            margin: 2.5rem 0;
            background: rgba(255, 204, 0, 0.03);
            border-radius: 0 15px 15px 0;
            line-height: 1.6;
            font-family: 'Outfit', sans-serif;
        }

        .about-image-premium {
            position: relative;
            z-index: 1;
            transition: all 0.5s ease;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);
        }

        .about-image-premium::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px;
            border: 2px solid rgba(255, 204, 0, 0.3);
            border-radius: 15px;
            pointer-events: none;
            transition: all 0.5s ease;
        }

        .about-image-premium:hover {
            transform: scale(1.02);
        }

        .about-image-premium:hover::after {
            top: 10px;
            right: 10px;
            bottom: 10px;
            left: 10px;
            border-color: var(--accent-yellow);
        }

        .footer-premium {
            /* background: linear-gradient(135deg, #02060b 0%, #050E1A 100%); */
            padding: 5rem 5% 2rem;
            border-top: 1px solid var(--glass-border);
            color: var(--text-light);

            /* background: linear-gradient(135deg, #177ee2 0%, #2c8ddc 30%, #4599dc 60%, #1E90FF 100%); */
            /* background: linear-gradient(135deg, #1E90FF 0%, #4DABF7 30%, #74C0FC 60%, #1E90FF 100%); */
            /* border-top: 2px solid rgba(255, 201, 71, 0.4); */
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
            gap: 4rem;
        }

        .footer-brand .logo {
            font-size: 2.2rem;
        }

        .footer-heading {
            font-family: 'Oswald', sans-serif;
            color: var(--accent-yellow);
            text-transform: uppercase;
            font-size: 1.25rem;
            letter-spacing: 1px;
            margin-bottom: 2rem;
            position: relative;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 30px;
            height: 2px;
            background: var(--accent-yellow);
        }

        .footer-links-list {
            list-style: none;
            padding: 0;
        }

        .footer-links-list li {
            margin-bottom: 1rem;
        }

        .footer-links-list a {
            color: var(--text-muted);
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .footer-links-list a:hover {
            color: var(--accent-yellow);
            transform: translateX(5px);
        }

        .footer-contact-info {
            color: var(--text-muted);
            line-height: 1.8;
        }

        .footer-contact-info span {
            color: var(--accent-yellow);
            margin-right: 10px;
        }

        .newsletter-input-group {
            position: relative;
            display: flex;
            align-items: center;
            margin-top: 1.5rem;
            max-width: 350px;
        }

        .newsletter-input {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid var(--glass-border);
            border-radius: 50px;
            padding: 0.9rem 1.5rem;
            padding-right: 90px;
            color: #fff;
            width: 100%;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            backdrop-filter: blur(5px);
            font-size: 0.95rem;
        }

        .newsletter-input:focus {
            outline: none;
            border-color: var(--accent-yellow);
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 25px rgba(255, 201, 71, 0.2);
            padding-left: 1.8rem;
        }

        .newsletter-btn-integrated {
            position: absolute;
            right: 6px;
            top: 6px;
            bottom: 6px;
            padding: 0 22px;
            border-radius: 50px;
            background: var(--accent-yellow);
            color: var(--primary-blue);
            font-weight: 800;
            text-transform: uppercase;
            font-size: 0.75rem;
            letter-spacing: 1px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 2;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .newsletter-btn-integrated:hover {
            background: var(--neon-yellow);
            transform: scale(1.05);
            box-shadow: 0 0 20px rgba(255, 201, 71, 0.4);
        }

        .newsletter-btn-integrated:active {
            transform: scale(0.95);
        }

        .footer-bottom-v2 {
            margin-top: 5rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        @media (max-width: 1200px) {
            .footer-grid {
                grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
                gap: 2rem;
            }
        }

        @media (max-width: 992px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
            }
        }

        @media (max-width: 576px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .footer-bottom-v2 {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }
        }

        /* Slider Navigation Buttons */
        .slider-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--accent-yellow);
            color: var(--primary-blue);
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            transition: all 0.3s ease;
        }

        .slider-nav-btn:hover {
            background: var(--neon-yellow);
            transform: translateY(-50%) scale(1.1);
        }

        .slider-nav-btn.left {
            left: -20px;
        }

        .slider-nav-btn.right {
            right: -20px;
        }

        @media (max-width: 768px) {
            .slider-nav-btn {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }

            .slider-nav-btn.left {
                left: -10px;
            }

            .slider-nav-btn.right {
                right: -10px;
            }
        }

        /* ===== JOIN THE CAMP SECTION ===== */
        .join-camp-section {
            position: relative;
            overflow: hidden;

            background: var(--primary-blue);
            border-top: 1px solid var(--glass-border);
            border-bottom: 1px solid var(--glass-border);
        }

        .join-camp-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 700px;
            height: 700px;
            background: radial-gradient(circle, rgba(255, 201, 71, 0.08) 0%, transparent 70%);
            pointer-events: none;
            animation: campGlow 6s ease-in-out infinite alternate;
        }

        @keyframes campGlow {
            0% {
                opacity: 0.6;
                transform: translate(-50%, -50%) scale(1);
            }

            100% {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1.2);
            }
        }

        .join-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem;
            justify-content: center;
            margin-bottom: 0.5rem;
        }

        .join-pill {
            display: flex;
            align-items: center;
            gap: 1rem;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            padding: 1rem 1.5rem;
            transition: all 0.3s ease;
            text-align: left;
            min-width: 200px;
        }

        .join-pill:hover {
            background: rgba(255, 201, 71, 0.08);
            border-color: var(--accent-yellow);
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        .join-pill-icon {
            font-size: 1.8rem;
            flex-shrink: 0;
        }

        .join-pill div {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .join-pill strong {
            font-size: 0.7rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent-yellow);
        }

        .join-pill span {
            font-size: 0.95rem;
            color: rgba(255, 255, 255, 0.85);
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .join-pills {
                flex-direction: column;
                align-items: center;
            }

            .join-pill {
                width: 100%;
                max-width: 340px;
            }

            .join-camp-glow {
                width: 400px;
                height: 400px;
            }
        }

        /* ===== END JOIN THE CAMP SECTION ===== */

        /* ===== CONTACT BANNER SECTION ===== */
        .contact-banner-section {
            position: relative;
            padding: 80px 0;
            background-color: var(--primary-blue);
            background-image:
                repeating-linear-gradient(0deg,
                    rgba(255, 255, 255, 0.02) 0px,
                    rgba(255, 255, 255, 0.02) 1px,
                    transparent 1px,
                    transparent 60px),
                repeating-linear-gradient(90deg,
                    rgba(255, 255, 255, 0.02) 0px,
                    rgba(255, 255, 255, 0.02) 1px,
                    transparent 1px,
                    transparent 60px);
            overflow: hidden;
        }

        .contact-banner-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at center, rgba(255, 201, 71, 0.05) 0%, transparent 65%);
            pointer-events: none;
        }

        .contact-banner-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 201, 71, 0.25);
            border-radius: 20px;
            padding: 3rem 3.5rem;
            text-align: center;
            width: 100%;
            max-width: 860px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
        }

        .contact-banner-title {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(1.6rem, 4vw, 2.6rem);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #ffffff;
            margin-bottom: 2rem;
        }

        .contact-banner-title span {
            color: var(--accent-yellow);
        }

        .contact-banner-actions {
            display: flex;
            gap: 1.25rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .contact-action-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.6rem;
            border: 1.5px solid rgba(255, 201, 71, 0.35);
            border-radius: 14px;
            padding: 1.4rem 2.2rem;
            text-decoration: none;
            color: #ffffff;
            transition: all 0.3s ease;
            flex: 1;
            min-width: 160px;
            max-width: 220px;
            background: transparent;
        }

        .contact-action-box:hover {
            background: rgba(255, 201, 71, 0.10);
            border-color: var(--accent-yellow);
            color: var(--accent-yellow);
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
        }

        .contact-action-icon {
            font-size: 1.8rem;
            line-height: 1;
        }

        .contact-action-label {
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
        }

        @media (max-width: 600px) {
            .contact-banner-card {
                padding: 2rem 1.5rem;
            }

            .contact-banner-actions {
                flex-direction: column;
                align-items: center;
            }

            .contact-action-box {
                width: 100%;
                max-width: 100%;
                flex-direction: row;
                justify-content: center;
                gap: 1rem;
                padding: 1rem 1.5rem;
            }

            .contact-action-label {
                font-size: 0.8rem;
            }
        }

        /* ===== END CONTACT BANNER SECTION ===== */

        /* ===== CONTACT FORM STYLES ===== */
        .contact-form-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 2.5rem;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .contact-form {
            width: 100%;
        }

        .cf-group {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .cf-group label {
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.55);
        }

        .cf-group input,
        .cf-group select,
        .cf-group textarea {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 201, 71, 0.2);
            border-radius: 10px;
            padding: 0.85rem 1.1rem;
            color: #ffffff;
            font-family: 'Outfit', sans-serif;
            font-size: 0.95rem;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            outline: none;
            width: 100%;
            -webkit-appearance: none;
            appearance: none;
        }

        .cf-group select option {
            background: #0A1931;
            color: #fff;
        }

        .cf-group input::placeholder,
        .cf-group textarea::placeholder {
            color: rgba(255, 255, 255, 0.25);
        }

        .cf-group input:focus,
        .cf-group select:focus,
        .cf-group textarea:focus {
            border-color: var(--accent-yellow);
            box-shadow: 0 0 0 3px rgba(255, 201, 71, 0.1);
        }

        .cf-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .cf-success-msg {
            background: rgba(50, 200, 100, 0.1);
            border: 1px solid rgba(50, 200, 100, 0.3);
            border-radius: 10px;
            padding: 1rem 1.25rem;
            color: #6ee09a;
            font-size: 0.95rem;
            font-weight: 500;
            margin-top: 0.5rem;
        }

        /* Contact Info Cards */
        .contact-info-grid {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .contact-info-card {
            display: flex;
            align-items: flex-start;
            gap: 1.1rem;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid var(--glass-border);
            border-radius: 14px;
            padding: 1.1rem 1.3rem;
            transition: all 0.3s ease;
        }

        .contact-info-card:hover {
            border-color: var(--accent-yellow);
            background: rgba(255, 201, 71, 0.05);
        }

        .contact-info-icon {
            font-size: 1.6rem;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .contact-info-card div {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .contact-info-card strong {
            font-size: 0.72rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--accent-yellow);
        }

        .contact-info-card span {
            color: rgba(255, 255, 255, 0.75);
            font-size: 0.92rem;
            line-height: 1.6;
        }

        /* Contact Map Section */
        .contact-map-section {
            background: var(--dark-bg);
            padding: 0;
        }

        .contact-map-inner {
            position: relative;
        }

        .contact-map-label {
            display: flex;
            align-items: center;
            gap: 1rem;
            background: rgba(10, 25, 49, 0.95);
            border-bottom: 1px solid var(--glass-border);
            padding: 1rem 2rem;
        }

        .contact-map-label span {
            font-size: 1.5rem;
        }

        .contact-map-label div {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .contact-map-label strong {
            font-size: 0.85rem;
            color: var(--accent-yellow);
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .contact-map-label span:last-child {
            font-size: 0.88rem;
            color: rgba(255, 255, 255, 0.6);
        }

        @media (max-width: 768px) {
            .contact-form-card {
                padding: 1.5rem;
            }
        }

        /* ===== END CONTACT FORM STYLES ===== */