/* ====== PREMIUM 3D & GLASSMORPHISM UPGRADES ====== */

/* Premium Glass Panel for Hero */
.hero-glass-panel {
    background: rgba(10, 10, 12, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    padding: 3rem;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 900px;
    transform: translateZ(20px);
}

.hero-content {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.data-grid {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
}

.data-point {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.data-value {
    font-family: var(--font-display, 'Montserrat', sans-serif);
    font-size: 2.5rem;
    font-weight: 800;
    color: #9fff00; /* Neon Green */
    text-shadow: 0 0 20px rgba(159, 255, 0, 0.4);
}

.data-label {
    font-size: 0.8rem;
    color: #a0a0a0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

/* Enhancing Cards with Glassmorphism & 3D Tilt */
.program-card, .feature-item, .about-card, .news-card {
    background: rgba(14, 16, 18, 0.7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    transform-style: preserve-3d;
    position: relative;
    overflow: visible !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.program-card::after, .feature-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, rgba(160, 255, 0, 0.8) 0%, transparent 50%, rgba(0, 150, 255, 0.8) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.program-card:hover::after, .feature-item:hover::after {
    opacity: 1;
}

/* Card inner content popout */
.program-card > *, .feature-item > * {
    transform: translateZ(30px);
}

.program-icon, .feature-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(159, 255, 0, 0.15), rgba(0,0,0,0.2));
    border: 1px solid rgba(159, 255, 0, 0.3);
    color: #9fff00;
    font-size: 1.6rem;
    box-shadow: 0 10px 30px rgba(159, 255, 0, 0.15), inset 0 0 15px rgba(159, 255, 0, 0.05);
    margin-bottom: 2rem;
    transition: all 0.4s ease;
}

.program-card.featured {
    border: 1px solid rgba(159,255,0,0.5) !important;
    box-shadow: 0 20px 50px rgba(159, 255, 0, 0.15);
    transform: scale(1.05);
    z-index: 2;
}

.program-card.featured .program-icon {
    background: linear-gradient(135deg, #9fff00, #bfff33);
    color: #000;
    box-shadow: 0 15px 40px rgba(159, 255, 0, 0.4);
    border: none;
}

.program-card.featured .program-badge {
    background: #9fff00 !important;
    color: #000 !important;
    top: -16px;
    right: 30px;
    left: auto;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 6px 18px;
    box-shadow: 0 5px 20px rgba(159, 255, 0, 0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    position: absolute;
}

.program-age {
    display: inline-flex !important;
    align-items: center;
    padding: 6px 16px !important;
    background: rgba(159,255,0,0.08) !important;
    border: 1px solid rgba(159,255,0,0.2) !important;
    border-radius: 30px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #9fff00 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: 1px;
}

/* Process / Methodology Section */
.methodology {
    padding: 100px 0;
    background: url('/assets/images/noise.png'), radial-gradient(circle at center, #0a1005 0%, #000 100%);
    position: relative;
}

.method-path {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
    position: relative;
}

.method-path::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 5%;
    right: 5%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(159, 255, 0, 0.5), transparent);
    z-index: 0;
}

.method-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.step-node {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #9fff00;
    color: #9fff00;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 0 20px rgba(159, 255, 0, 0.2), inset 0 0 15px rgba(159, 255, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.method-step:hover .step-node {
    transform: scale(1.1) translateY(-10px);
    box-shadow: 0 0 40px rgba(159, 255, 0, 0.5);
    background: #9fff00;
    color: #000;
}

.method-step h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
}

.method-step p {
    font-size: 0.85rem;
    color: #aaa;
    line-height: 1.5;
}

@media(max-width: 768px) {
    .hero-glass-panel { padding: 2rem 1.5rem; }
    .method-path { flex-direction: column; gap: 3rem; }
    .method-path::before {
        top: 0; left: 40px; width: 2px; height: 100%; right: auto;
        background: linear-gradient(180deg, transparent, rgba(159, 255, 0, 0.5), transparent);
    }
    .method-step { display: flex; text-align: left; align-items: flex-start; gap: 20px; }
    .step-node { margin: 0; flex-shrink: 0; width: 60px; height: 60px; font-size: 1.2rem; }
}

/* ===== 10/10 UPGRADES ===== */
.marquee-section {
    background: #9fff00;
    color: #000;
    overflow: hidden;
    padding: 20px 0;
    transform: rotate(-2deg) scale(1.05);
    position: relative;
    z-index: 20;
    box-shadow: 0 0 30px rgba(159, 255, 0, 0.4);
}
.marquee-inner {
    display: flex;
    white-space: nowrap;
    width: fit-content;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: var(--font-display, 'Montserrat', sans-serif);
}
.marquee-inner span {
    padding: 0 40px;
}

/* HYPE SECTION */
.hype-section {
    padding: 150px 0;
    background: #000;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.hype-video-bg {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background: url('/assets/images/noise.png'); /* Placeholder */
    background-size: cover;
    z-index: 0;
}
.hype-content {
    position: relative;
    z-index: 1;
}
.hype-text {
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.2);
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    font-family: var(--font-display, 'Montserrat', sans-serif);
}
.hype-text.filled {
    color: #fff;
    -webkit-text-stroke: 0;
    text-shadow: 0 0 40px rgba(255,255,255,0.3);
}

/* ELITE CARDS (FIFA STYLE) */
.elite-grid {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.fifa-card {
    width: 280px;
    height: 420px;
    background: linear-gradient(135deg, rgba(20,20,20,0.9), rgba(5,5,5,0.9));
    border: 2px solid #9fff00;
    border-radius: 10px 40px 10px 40px;
    padding: 20px;
    position: relative;
    text-align: center;
    box-shadow: 0 15px 35px rgba(159, 255, 0, 0.15);
    transform-style: preserve-3d;
}
.fifa-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, #9fff00, transparent, #0096ff);
    z-index: -1;
    border-radius: inherit;
    opacity: 0.5;
    filter: blur(10px);
}
.fifa-card > * {
    transform: translateZ(30px);
}
.fifa-rating {
    font-size: 3rem;
    font-weight: 900;
    color: #9fff00;
    position: absolute;
    top: 15px;
    left: 20px;
    line-height: 1;
}
.fifa-pos {
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    top: 55px;
    left: 20px;
    font-weight: 700;
}
.fifa-img {
    width: 150px;
    height: 150px;
    margin: 20px auto;
    background: radial-gradient(circle, rgba(159,255,0,0.2) 0%, transparent 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: #fff;
}
.fifa-name {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
}
.fifa-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ccc;
}
.fifa-stats span strong {
    color: #9fff00;
    margin-right: 5px;
}

/* COUNTDOWN */
.countdown-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 1rem;
}
.cd-box {
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(159,255,0,0.3);
    padding: 10px 15px;
    border-radius: 12px;
    min-width: 70px;
    text-align: center;
    backdrop-filter: blur(10px);
}
.cd-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    font-family: var(--font-display, 'Montserrat', sans-serif);
}
.cd-label {
    font-size: 0.65rem;
    color: #9fff00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* BREAKING OUT THE DESKTOP NAVBAR FROM MOBILE STYLES */
@media (min-width: 900px) {
    .header-inner {
        flex-wrap: nowrap !important;
        gap: 15px;
    }
    
    /* Override minimalist mobile header constraints */
    nav#mainNav {
        display: flex !important;
        position: static !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        transform: none !important;
        opacity: 1 !important;
        overflow: visible !important;
        max-height: none !important;
        flex: 1;
        justify-content: center;
    }
    nav#mainNav > ul {
        flex-direction: row !important;
        gap: 1.2rem !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-wrap: nowrap !important;
    }
    nav#mainNav li { width: auto !important; margin: 0 !important; flex-shrink: 0; }
    nav#mainNav a { 
        padding: 0 !important; 
        font-weight: 600 !important;
        font-size: 0.95rem !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        letter-spacing: 0.5px;
    }
    .nav-icon-mobile, .mobile-toggle { display: none !important; }

    /* Desktop dropdowns */
    .nav-dropdown, .nav-mega-dropdown {
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(20px) !important;
        background: rgba(10, 10, 12, 0.95) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border: 1px solid rgba(159,255,0,0.2) !important;
        border-radius: 16px !important;
        min-width: 250px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
        padding: 20px !important;
        margin: 0 !important;
        box-shadow: 0 20px 50px rgba(0,0,0,0.8) !important;
    }
    .nav-dropdown-parent { position: relative; }
    .nav-dropdown-parent:hover .nav-dropdown,
    .nav-dropdown-parent:hover .nav-mega-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) translateY(10px) !important;
    }
    .nav-mega-dropdown {
        display: flex !important;
        gap: 2rem !important;
        min-width: 450px !important;
        text-align: left !important;
    }
    .mega-col { flex: 1; margin-bottom:0 !important; }
    .mega-col ul { flex-direction: column !important; gap: 10px !important; }
    .nav-dropdown-parent > a {
        display: flex !important;
        align-items: center !important;
        gap: 5px !important;
    }
    .mega-label { margin-bottom:10px !important; color:#9fff00 !important; font-size:0.9rem !important; }
    nav#mainNav a:hover { color: #9fff00 !important; }

    /* Premium Floating Navbar Override */
    #header {
        top: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 95% !important;
        max-width: 1400px !important;
        border-radius: 20px !important;
        border: 1px solid rgba(255,255,255,0.08) !important;
        background: rgba(10, 10, 12, 0.7) !important;
        box-shadow: 0 10px 40px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.15) !important;
        padding: 15px 30px !important;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    }
    #header.scrolled {
        top: 10px !important;
        width: 98% !important;
        border-radius: 12px !important;
        background: rgba(5, 5, 8, 0.95) !important;
        padding: 12px 30px !important;
        border: 1px solid rgba(159,255,0,0.1) !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.8), 0 0 20px rgba(159,255,0,0.05) !important;
    }
    
    /* Sleek Animated Underlines for Main Links */
    nav#mainNav > ul > li > a {
        position: relative !important;
        padding-bottom: 5px !important;
    }
    nav#mainNav > ul > li > a::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 0;
        height: 2px;
        background: #9fff00;
        transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-radius: 2px;
        box-shadow: 0 0 10px rgba(159,255,0,0.6);
    }
    nav#mainNav > ul > li > a:hover::after {
        width: 100%;
    }
}

/* ===== FAQ SECTION STYLES ===== */
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-item {
    background: rgba(20,22,24,0.6);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item:hover {
    border-color: rgba(159,255,0,0.3);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.faq-item summary {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    padding: 24px;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 50px;
    transition: color 0.3s;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary:hover {
    color: #9fff00;
}
.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #9fff00;
    transition: transform 0.3s ease;
}
.faq-item[open] summary::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}
.faq-content {
    padding: 0 24px 24px;
    color: #aaa;
    line-height: 1.6;
    animation: faq-fade-in 0.4s ease-out;
}
@keyframes faq-fade-in {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
