/* Unify header and footer font and size across all pages */
.header, .footer {
    font-family: 'Inter', 'Oswald', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    font-size: 1rem;
}
.header *, .footer * {
    font-family: inherit !important;
    font-size: inherit !important;
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #000;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* --- ASPECT HEADER OVERRIDE --- */
.header,
.header-bg,
.header-container {
    all: unset;
    display: block;
}
.header,
.header-bg {
    background: none !important;
    border-bottom: 1px solid rgba(127,223,255,0.07) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
    min-height: 80px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    box-shadow: none !important;
}
.header-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 80px !important;
    position: relative !important;
    background: none !important;
}
.logo {
    display: flex !important;
    align-items: center !important;
    gap: 1.1rem !important;
    text-decoration: none !important;
    margin-right: 40px !important;
}
.logo-img {
    height: 54px !important;
    width: auto !important;
    display: block !important;
}
.logo-text {
    font-family: 'Oswald', 'Inter', sans-serif !important;
    font-weight: bold !important;
    font-size: 2rem !important;
    color: #fff !important;
    letter-spacing: 2px !important;
    position: relative !important;
    padding-bottom: 2px !important;
}
.nav-desktop {
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
    margin-left: 40px !important;
    background: none !important;
}
.nav-link {
    color: #fff !important;
    font-family: 'Oswald', 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    position: relative !important;
    padding: 0 4px !important;
    transition: color 0.2s !important;
    background: none !important;
}
.nav-link.active,
.nav-link:hover {
    color: #7fdfff !important;
}
.nav-link.active::after {
    content: "" !important;
    display: block !important;
    height: 4px !important;
    background: #19c3ff !important;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -10px !important;
    border-radius: 2px !important;
    transition: background 0.2s !important;
}
.header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
    margin-left: 40px !important;
    background: none !important;
}
.header-icons .icon-btn {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.header-icons i {
    color: #eaf6fa !important;
    font-size: 1.7rem !important;
    transition: color 0.2s !important;
}
.header-icons .icon-btn:hover i {
    color: #7fdfff !important;
}
.mobile-menu-btn,
.nav-mobile {
    display: none !important;
}
.header::before,
.header-bg::before {
    display: none !important;
}
@media (max-width: 900px) {
    .header-container {
        padding: 0 12px !important;
        gap: 0 !important;
        height: 70px !important;
    }
    .nav-desktop {
        gap: 32px !important;
        margin-left: 8px !important;
    }
    .header-icons {
        gap: 32px !important;
        margin-left: 8px !important;
    }
    .logo-text {
        font-size: 1.3rem !important;
    }
    .logo-img {
        height: 40px !important;
    }
    .nav-link {
        font-size: 1rem !important;
    }
    .nav-link.active::after {
        height: 3px !important;
        bottom: -8px !important;
    }
}
@media (max-width: 700px) {
    .nav-desktop,
    .header-icons {
        display: none !important;
    }
    .mobile-menu-btn {
        display: flex !important;
        background: none !important;
        border: none !important;
        color: #fff !important;
        font-size: 2rem !important;
        align-items: center !important;
        margin-left: auto !important;
        z-index: 2 !important;
    }
    .nav-mobile {
        display: flex !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 80px !important;
        left: 0 !important;
        width: 100% !important;
        background: #07141c !important;
        border-bottom: 1px solid rgba(127,223,255,0.07) !important;
        z-index: 99 !important;
        box-shadow: 0 2px 16px rgba(0,0,0,0.08) !important;
    }
    .nav-link-mobile {
        color: #fff !important;
        font-weight: 700 !important;
        font-size: 1.3rem !important;
        text-decoration: none !important;
        letter-spacing: 1px !important;
        padding: 1.4em 2em !important;
        border-bottom: 1px solid rgba(127,223,255,0.07) !important;
        font-family: inherit !important;
        transition: color 0.2s !important;
    }
    .nav-link-mobile:hover {
        color: #7fdfff !important;
    }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #000;
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Framer-style Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

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

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(1deg); }
    50% { transform: translateY(-5px) rotate(-1deg); }
    75% { transform: translateY(-15px) rotate(0.5deg); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 20px rgba(66, 208, 244, 0.3); }
    50% { box-shadow: 0 0 40px rgba(66, 208, 244, 0.6); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.1); }
}

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

/* Animation Classes */
.animate-fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.animate-fade-in-scale {
    animation: fadeInScale 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.animate-slide-in-left {
    animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.animate-slide-in-right {
    animation: slideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Initial states for animations */
.hero-badge,
.hero-title,
.hero-subtitle,
.hero-actions,
.social-links,
.about-text,
.about-visual,
.section-header,
.match-card,
.partner-card,
.team-card,
.content-card,
.news-card,
.product-card,
.stat-card,
.feature-item,
.benefit-card {
    opacity: 0;
    transform: translateY(30px);
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    background: transparent;
}

.header.scrolled {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(12px);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-icon {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    padding: 8px;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
}

.logo:hover .logo-icon {
    transform: rotate(5deg);
    box-shadow: 0 4px 15px rgba(66, 208, 244, 0.4);
}

.logo-text {
    margin-left: 12px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    letter-spacing: 2px;
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: 3rem;
}

.nav-link {
    color: #d1d5db;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link.active {
    color: #42d0f4;
}

.nav-link:hover {
    color: white;
    transform: translateY(-2px);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.header-icons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    margin-left: 24px !important;
    background: none !important;
}

/* Enhanced top button style */
.icon-btn {
    background: rgba(31, 41, 55, 0.7);
    border: none;
    color: #eaf6fa;
    font-size: 1.7rem;
    padding: 10px 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    position: relative;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.icon-btn:hover, .icon-btn:focus {
    color: #7fdfff;
    background: rgba(31, 41, 55, 0.95);
    transform: translateY(-2px) scale(1.07);
}

.cart-btn {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-count.show {
    transform: scale(1);
}

/* Enhanced mobile menu button style */
.mobile-menu-btn {
    background: rgba(31, 41, 55, 0.7);
    border: none;
    color: #eaf6fa;
    font-size: 1.7rem;
    padding: 10px 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.mobile-menu-btn:hover, .mobile-menu-btn:focus {
    color: #7fdfff;
    background: rgba(31, 41, 55, 0.95);
    transform: translateY(-2px) scale(1.07);
}

.nav-mobile {
    display: none;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(12px);
    padding: 1rem 0;
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-mobile.active {
    display: block;
    transform: translateY(0);
}

.nav-link-mobile {
    display: block;
    color: #d1d5db;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 0;
    transition: all 0.3s ease;
    transform: translateX(-20px);
    opacity: 0;
    animation: slideInLeft 0.3s ease forwards;
}

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


.nav-link-mobile:hover {
    color: white;
    transform: translateX(5px);
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #000;
}

.hero-bg {
    position: absolute;
    inset: 0;
}

.gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.2), rgba(96, 150, 220, 0.1), transparent);
}

.gradient-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.animated-bg {
    position: absolute;
    inset: 0;
}

.bg-element {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.bg-element-1 {
    top: 80px;
    left: 80px;
    width: 384px;
    height: 384px;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.1), rgba(96, 150, 220, 0.05));
    animation: pulse 4s ease-in-out infinite;
}

.bg-element-2 {
    bottom: 80px;
    right: 80px;
    width: 320px;
    height: 320px;
    background: linear-gradient(135deg, rgba(96, 150, 220, 0.1), rgba(66, 208, 244, 0.05));
    animation: pulse 4s ease-in-out infinite 2s;
}

.bg-element-3 {
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.08), rgba(96, 150, 220, 0.03));
    animation: pulse 6s ease-in-out infinite 1s;
    transform: translate(-50%, -50%);
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1024px;
}

.hero-badge {
    display: inline-block;
    background: rgba(66, 208, 244, 0.1);
    border: 1px solid rgba(66, 208, 244, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 2rem;
    backdrop-filter: blur(8px);
}

.badge-text {
    color: #42d0f4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 9rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -2px;
    color: white;
    margin-bottom: 2rem;
}

.gradient-text {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.gradient-text::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    border-radius: 2px;
    opacity: 0.6;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #d1d5db;
    max-width: 512px;
    line-height: 1.7;
    margin-bottom: 3rem;
}

.hero-actions {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cta-primary {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(66, 208, 244, 0.4);
}

.cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}

.cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255, 255, 255, 0.1);
}

.social-links {
    display: flex;
    gap: 1rem;
    padding-top: 2rem;
}

.social-btn {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.social-btn:hover {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 8px 25px rgba(66, 208, 244, 0.3);
}

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

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

/* HERO SOCIAL ICONS - MODERN, BOLD, GLOW EFFECT */
.hero-socials {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1.2rem;
}
.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(27,34,51,0.85);
  box-shadow: 0 2px 16px 0 rgba(110,221,215,0.13), 0 0 0 3px rgba(110,221,215,0.10) inset;
  font-size: 2rem;
  color: #fff;
  border: none;
  outline: none;
  transition: 
    background 0.18s, 
    color 0.18s, 
    box-shadow 0.18s, 
    transform 0.18s;
  position: relative;
  z-index: 2;
}
.social-btn[aria-label="Twitter"] {
  color: #6eddd7;
  box-shadow: 0 2px 16px 0 rgba(110,221,215,0.18), 0 0 0 3px rgba(110,221,215,0.18) inset;
}
.social-btn[aria-label="YouTube"] {
  color: #e74c3c;
  box-shadow: 0 2px 16px 0 rgba(231,76,60,0.18), 0 0 0 3px rgba(231,76,60,0.18) inset;
}
.social-btn[aria-label="Twitch"] {
  color: #9147ff;
  box-shadow: 0 2px 16px 0 rgba(145,71,255,0.18), 0 0 0 3px rgba(145,71,255,0.18) inset;
}
.social-btn[aria-label="Discord"] {
  color: #7289da;
  box-shadow: 0 2px 16px 0 rgba(114,137,218,0.18), 0 0 0 3px rgba(114,137,218,0.18) inset;
}
.social-btn:hover, .social-btn:focus {
  background: #1b2233;
  color: #fff;
  box-shadow: 0 0 24px 4px currentColor, 0 0 0 4px currentColor inset;
  transform: scale(1.13);
}

/* Responsive social icon sizing */
@media (max-width: 600px) {
  .hero-socials { gap: 0.7rem; }
  .social-btn { width: 38px; height: 38px; font-size: 1.3rem; }
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.floating-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(66, 208, 244, 0.1);
    border: 1px solid rgba(66, 208, 244, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42d0f4;
    font-size: 24px;
    backdrop-filter: blur(8px);
    animation: float 6s ease-in-out infinite;
}

.floating-icon-1 {
    top: 20%;
    right: 15%;
    animation-delay: 0s;
}

.floating-icon-2 {
    bottom: 30%;
    left: 10%;
    animation-delay: 2s;
}

.floating-icon-3 {
    top: 60%;
    right: 25%;
    animation-delay: 4s;
}

/* About Section */
.about {
    padding: 8rem 0;
    background: #111827;
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(66, 208, 244, 0.5), transparent);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

.section-badge {
    display: inline-block;
    background: rgba(66, 208, 244, 0.1);
    border: 1px solid rgba(66, 208, 244, 0.3);
    padding: 6px 12px;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.section-badge span {
    color: #42d0f4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin-bottom: 2rem;
    letter-spacing: -1px;
}

.about-description {
    font-size: 1.1rem;
    color: #d1d5db;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.feature-icon {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    padding: 12px;
    border-radius: 8px;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

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

.feature-content h3 {
    color: white;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.feature-content p {
    color: #9ca3af;
    line-height: 1.6;
}

.about-visual {
    position: relative;
}

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

.stat-card {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(66, 208, 244, 0.1), transparent);
    transition: left 0.6s;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #9ca3af;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.about-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 2rem;
}

.about-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.2), rgba(96, 150, 220, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-image:hover .image-overlay {
    opacity: 1;
}

/* Page Header */
.page-header {
    padding: 12rem 0 6rem;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.1), rgba(96, 150, 220, 0.05));
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(66,208,244,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.page-header-content {
    text-align: center;
    position: relative;
    z-index: 10;
}

.page-title {
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 900;
    color: white;
    margin-bottom: 2rem;
    letter-spacing: -2px;
}

.page-subtitle {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: white;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #9ca3af;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Partners Section */
.partners {
    padding: 6rem 0;
    background: #111827;
}

.partners-showcase {
    padding: 6rem 0;
    background: #000;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.partner-card {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.partner-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.partner-card.tier-1 {
    grid-column: span 2;
}

.partner-tier {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    padding: 8px 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

.partner-logo,
.partner-logo-large {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.partner-logo-large {
    height: 300px;
}

.partner-logo img,
.partner-logo-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.7);
    transition: all 0.4s ease;
}

.partner-card:hover .partner-logo img,
.partner-card:hover .partner-logo-large img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

.partner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.9), rgba(96, 150, 220, 0.9));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.partner-card:hover .partner-overlay {
    opacity: 1;
}

.partner-overlay h3 {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.partner-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.partner-info {
    padding: 2rem;
}

.partner-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.partner-description {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.partner-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.benefit-tag {
    background: rgba(66, 208, 244, 0.1);
    color: #42d0f4;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(66, 208, 244, 0.3);
}

/* Partnership Benefits */
.partnership-benefits {
    padding: 6rem 0;
    background: #111827;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.benefit-card {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.benefit-icon {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 24px;
    color: white;
    transition: transform 0.3s ease;
}

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

.benefit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.benefit-description {
    color: #9ca3af;
    line-height: 1.6;
}

/* Matches Section */
.matches {
    padding: 6rem 0;
    background: #000;
}

.matches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.match-card {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

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

.match-card:hover::before {
    left: 100%;
}

.match-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.match-card.featured-match {
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.1), rgba(96, 150, 220, 0.05));
    border-color: rgba(66, 208, 244, 0.3);
}

.match-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.match-game {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.match-status {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.match-status.live {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    animation: glow 2s ease-in-out infinite;
}

.match-info {
    margin-bottom: 1.5rem;
}

.match-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.vs {
    color: #6b7280;
    margin: 0 0.75rem;
}

.match-tournament {
    color: #9ca3af;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.match-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #d1d5db;
    margin-bottom: 1.5rem;
}

.match-detail {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.match-detail i {
    color: #6b7280;
    font-size: 14px;
}

.match-detail span {
    font-size: 14px;
    font-weight: 500;
}

.watch-btn {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.watch-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
}

/* Teams Section */
.teams {
    padding: 6rem 0;
    background: #111827;
}

.teams-showcase {
    padding: 6rem 0;
    background: #000;
}

.teams-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.team-card {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.team-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.team-card.featured-team {
    grid-column: span 2;
}

.team-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.team-card.featured-team .team-image {
    height: 300px;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.team-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), transparent);
}

.team-game {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.team-status {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.8);
    color: #42d0f4;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid rgba(66, 208, 244, 0.3);
}

.team-info {
    padding: 2rem;
}

.team-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.team-rank {
    color: #42d0f4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.team-description {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.team-achievements {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.achievement {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #d1d5db;
    font-size: 14px;
}

.achievement i {
    color: #fbbf24;
}

.team-players {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.player-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #374151;
    transition: transform 0.3s ease;
}

.player-avatar:hover {
    transform: scale(1.1);
    border-color: #42d0f4;
}

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

.player-count {
    background: #374151;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

/* Team Stats */
.team-stats {
    padding: 6rem 0;
    background: #111827;
}

/* Content Section */
.content {
    padding: 6rem 0;
    background: #000;
}

.featured-content {
    padding: 6rem 0;
    background: #111827;
}

.featured-video {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.video-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.video-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.video-container:hover img {
    transform: scale(1.05);
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-container:hover .video-overlay {
    opacity: 1;
}

.play-btn {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(66, 208, 244, 0.4);
}

.video-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.video-info {
    text-align: center;
}

.video-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.video-description {
    font-size: 1.1rem;
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.video-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

/* Content Categories */
.content-categories {
    padding: 6rem 0;
    background: #000;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.tab-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.tab-btn:hover,
.tab-btn.active {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.content-card {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.content-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.content-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.content-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.content-card:hover .content-overlay {
    opacity: 1;
}

.play-btn-small {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn-small:hover {
    transform: scale(1.1);
}

.content-type {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.content-duration,
.viewer-count {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.live-indicator {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    animation: glow 2s ease-in-out infinite;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: bounce 1s ease-in-out infinite;
}

.content-info {
    padding: 1.5rem;
}

.content-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.content-description {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.content-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
}

.content-status.live {
    color: #ef4444;
    font-weight: 700;
}

/* Content Stats */
.content-stats {
    padding: 6rem 0;
    background: #111827;
}

/* News Section */
.news {
    padding: 6rem 0;
    background: #111827;
}

.breaking-news {
    padding: 2rem 0;
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.breaking-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.breaking-label {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: bounce 2s ease-in-out infinite;
}

.breaking-text {
    color: white;
    font-weight: 600;
    flex: 1;
    text-align: center;
}

.breaking-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breaking-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.featured-news {
    padding: 6rem 0;
    background: #000;
}

.news-featured {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.news-categories {
    padding: 6rem 0;
    background: #111827;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.news-card {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.news-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.news-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-featured .news-image {
    height: 400px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.news-card:hover .news-image img,
.news-featured:hover .news-image img {
    transform: scale(1.05);
}

.news-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.news-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.news-category.featured {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.news-content {
    padding: 2rem;
}

.news-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.news-excerpt {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.news-meta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.news-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #9ca3af;
    font-size: 14px;
}

.news-author img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.news-date,
.news-read-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 14px;
}

.read-more-btn {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 208, 244, 0.4);
}

/* Newsletter */
.newsletter {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(66, 208, 244, 0.1), rgba(96, 150, 220, 0.05));
}

.newsletter-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    text-align: center;
}

.newsletter-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 1rem;
}

.newsletter-description {
    font-size: 1.1rem;
    color: #9ca3af;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

.input-group {
    display: flex;
    max-width: 400px;
    margin: 0 auto 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.newsletter-input {
    flex: 1;
    padding: 16px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
    backdrop-filter: blur(8px);
}

.newsletter-input::placeholder {
    color: #9ca3af;
}

.newsletter-btn {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border: none;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #3bb8e3, #5a8bd4);
}

.newsletter-privacy {
    color: #6b7280;
    font-size: 12px;
    text-align: center;
}

/* Shop Section */
.shop {
    padding: 6rem 0;
    background: #000;
}

.featured-product {
    padding: 6rem 0;
    background: #111827;
}

.product-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

.product-images {
    position: relative;
}

.main-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.main-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.main-image:hover img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-badge.featured {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
}

.product-badge.sale {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.product-badge.limited {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.thumbnail-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.thumbnail {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: #42d0f4;
}

.product-details {
    text-align: center;
}

.product-name {
    font-size: 2rem;
    font-weight: 900;
    color: white;
    margin-bottom: 1rem;
}

.product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.stars {
    display: flex;
    gap: 0.25rem;
    color: #fbbf24;
}

.rating-count {
    color: #9ca3af;
    font-size: 14px;
}

.product-price {
    margin-bottom: 2rem;
}

.current-price {
    font-size: 2.5rem;
    font-weight: 900;
    color: #42d0f4;
    margin-right: 1rem;
}

.original-price {
    font-size: 1.5rem;
    color: #6b7280;
    text-decoration: line-through;
    margin-right: 1rem;
}

.discount {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.product-description {
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.product-options {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.size-selector,
.quantity-selector {
    text-align: center;
}

.size-selector label,
.quantity-selector label {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

.size-options {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
    max-width: 300px;
    margin: 0 auto;
}

.size-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.size-btn:hover,
.size-btn.active {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border-color: transparent;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.qty-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.qty-value {
    color: white;
    font-weight: 700;
    font-size: 18px;
    min-width: 30px;
    text-align: center;
}

.product-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.add-to-cart-btn.primary {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.add-to-cart-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 208, 244, 0.4);
}

.wishlist-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 56px;
    height: 56px;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #9ca3af;
    font-size: 14px;
}

.feature i {
    color: #42d0f4;
}

/* Product Categories */
.product-categories {
    padding: 6rem 0;
    background: #000;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.product-card {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid #374151;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(66, 208, 244, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.product-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.quick-view-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.quick-view-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.add-to-cart-btn {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.add-to-cart-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(66, 208, 244, 0.3);
}

.product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-badge:not(.sale):not(.limited) {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
}

.product-info {
    padding: 1.5rem;
}

.product-info .product-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    text-align: left;
}

.product-info .product-rating {
    justify-content: flex-start;
    margin-bottom: 0.75rem;
}

.product-info .product-rating span {
    color: #9ca3af;
    margin-left: 0.5rem;
}

.product-info .product-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #42d0f4;
    text-align: left;
    margin-bottom: 0;
}

.product-info .current-price {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.product-info .original-price {
    font-size: 1rem;
    margin-right: 0;
}

/* Shopping Cart */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(8px);
    border-left: 1px solid #374151;
    z-index: 2000;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.cart-sidebar.open {
    right: 0;
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    border-bottom: 1px solid #374151;
}

.cart-header h3 {
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.close-cart {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-cart:hover {
    color: white;
}

.cart-items {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #9ca3af;
    text-align: center;
}

.empty-cart i {
    font-size: 48px;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.cart-footer {
    padding: 2rem;
    border-top: 1px solid #374151;
}

.cart-total {
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
}

.checkout-btn {
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    color: white;
    border: none;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(66, 208, 244, 0.3);
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Footer */
.footer {
    background: #000;
    border-top: 1px solid #111827;
    padding: 4rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand {
    max-width: 400px;
}

.footer-description {
    color: #9ca3af;
    margin-top: 2rem;
    line-height: 1.7;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
}

.footer-title {
    color: white;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 0.75rem;
}

.footer-link {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: white;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid #111827;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.footer-copyright {
    color: #6b7280;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social-btn {
    background: #111827;
    color: #9ca3af;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

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

.footer-social-btn:hover::before {
    left: 100%;
}

.footer-social-btn:hover {
    color: white;
    background: linear-gradient(135deg, #42d0f4, #6096dc);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(66, 208, 244, 0.3);
}

/* Fixed Social Bar */
.social-bar-fixed {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    z-index: 1000;
    background: rgba(27,34,51,0.85);
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: 0 4px 20px rgba(110,221,215,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(110,221,215,0.1);
}

.social-bar-fixed .social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: transform 0.2s, background-color 0.2s;
    color: #fff;
    background: rgba(110,221,215,0.1);
    text-decoration: none;
}

.social-bar-fixed .social-btn[aria-label="Twitter"] {
    color: #6eddd7;
    background: rgba(110,221,215,0.1);
}

.social-bar-fixed .social-btn[aria-label="YouTube"] {
    color: #e74c3c;
    background: rgba(231,76,60,0.1);
}

.social-bar-fixed .social-btn[aria-label="Twitch"] {
    color: #9147ff;
    background: rgba(145,71,255,0.1);
}

.social-bar-fixed .social-btn[aria-label="Discord"] {
    color: #7289da;
    background: rgba(114,137,218,0.1);
}

.social-bar-fixed .social-btn:hover {
    transform: scale(1.15) translateX(-5px);
}

.social-bar-fixed .social-btn[aria-label="Twitter"]:hover {
    background: #6eddd7;
    color: #1b2233;
}

.social-bar-fixed .social-btn[aria-label="YouTube"]:hover {
    background: #e74c3c;
    color: #fff;
}

.social-bar-fixed .social-btn[aria-label="Twitch"]:hover {
    background: #9147ff;
    color: #fff;
}

.social-bar-fixed .social-btn[aria-label="Discord"]:hover {
    background: #7289da;
    color: #fff;
}

@media (max-width: 768px) {
    .social-bar-fixed {
        right: 10px;
        padding: 0.8rem;
    }
    
    .social-bar-fixed .social-btn {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
}

/* Update Font Awesome icon class selectors for v6+ */
/* filepath: c:\Users\elysr\Documents\ASPECT TWO\styles.css */

/* Header Icons */
.header-icons .icon-btn i {
    /* Use the new Font Awesome 6 variable font weight for solid icons */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid style */
    color: #eaf6fa !important;
    font-size: 1.7rem !important;
    transition: color 0.2s !important;
}

/* Social Icons (Font Awesome 6 brand) */
.hero-socials .social-btn i,
.footer-social .footer-social-btn i {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 1.7rem;
}

/* Feature Icons (Font Awesome 6 solid) */
.feature-icon i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2rem;
    color: inherit !important;
}

/* Event Details Icons (Font Awesome 6 solid) */
.event-detail i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1em;
    color: #6eddd7;
}

/* Register Button Icon (Font Awesome 6 solid) */
.register-btn i {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1em;
    margin-right: 0.5em;
}

/* Make hero video background more blurred */
.hero-bg video,
.hero-video-bg {
    filter: blur(14px) brightness(0.7) saturate(1.2) !important;
    transition: filter 0.3s;
}

/* === Mobile navigation override (high specificity) === */
/* Ensures a reliable full-screen mobile menu overlay and consistent toggle behavior */
.header .mobile-menu-btn {
    display: none; /* default; shown via media query */
}

.header .nav-mobile {
    position: fixed !important;
    inset: 0 0 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 3.5rem 1.5rem !important;
    gap: 1rem !important;
    background: rgba(7,20,28,0.98) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: transform 320ms cubic-bezier(.22,.9,.29,1), opacity 320ms ease, visibility 320ms ease !important;
    z-index: 1050 !important;
}

.header .nav-mobile.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.header .nav-link-mobile {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 1rem 1.25rem !important;
    font-size: 1.25rem !important;
    color: #eaf6fa !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease !important;
}

.header .nav-link-mobile:hover {
    background: rgba(110,221,215,0.06) !important;
    color: #7fdfff !important;
    transform: translateX(6px) !important;
}

/* Mobile breakpoint */
@media (max-width: 768px) {
    /* Hide desktop nav and show mobile menu button */
    .header .nav-desktop { display: none !important; }
    .header .header-icons { display: none !important; }
    .header .mobile-menu-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; background: transparent !important; border: none !important; color: #fff !important; font-size: 1.9rem !important; padding: 0.35rem !important; z-index: 1100 !important; }

    /* Ensure header stays above the overlay */
    .header { z-index: 1100 !important; }

    /* Make header compact on mobile */
    .header .header-content { height: 64px !important; padding: 0 1rem !important; }
    .header .logo-img { height: 36px !important; }
    .header .logo-text { font-size: 1.1rem !important; }
}

/* mobile close button inside overlay */
.mobile-close-btn {
    position: absolute !important;
    top: 0.8rem !important;
    right: 0.8rem !important;
    background: transparent !important;
    border: none !important;
    color: #eaf6fa !important;
    font-size: 1.5rem !important;
    padding: 0.6rem !important;
    cursor: pointer !important;
    z-index: 1060 !important;
}
.mobile-close-btn i { pointer-events: none; }

.mobile-nav-list { list-style: none !important; padding: 0 !important; margin: 0 !important; width: 100%; max-width: 420px; }
.mobile-nav-list li { width: 100%; margin: 0.35rem 0 !important; }
.mobile-nav-list a { display: block; width: 100%; padding: 1rem 1rem; border-radius: 10px; text-decoration: none; color: #eaf6fa; background: transparent; text-align: center; font-weight: 800; }
.mobile-nav-list a:focus { outline: 3px solid rgba(110,221,215,0.18); }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Ensure desktop layout unaffected above breakpoint */
@media (min-width: 769px) {
    .header .nav-mobile { display: none !important; }
}
