/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-bg: #0a0e27;
    --secondary-bg: #141b3d;
    --accent-blue: #3b82f6;
    --accent-purple: #8b5cf6;
    --accent-green: #10b981;
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --hex-grid: #1e293b;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--primary-bg);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

/* ===== HEXAGONAL BACKGROUND WITH ORBS ===== */
.hex-background {
    position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: var(--primary-bg);
    background-image: 
        url("data:image/svg+xml,%3Csvg width='110' height='96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5 0l27.5 15.87V47.63L27.5 63.5 0 47.63V15.87z' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='1.5'/%3E%3Cpath d='M82.5 0l27.5 15.87V47.63L82.5 63.5 55 47.63V15.87z' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='1.5'/%3E%3Cpath d='M55 47.63l27.5 15.87v31.76L55 111.13 27.5 95.26V63.5z' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='1.5'/%3E%3C/svg%3E"),
        linear-gradient(to bottom, var(--primary-bg) 0%, #0f1629 50%, var(--primary-bg) 100%);
    background-size: 220px 191px, 100% 100%;
    z-index: -1;
}

/* Animated Orbs */
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(15px);
    opacity: 0.5;
    animation: float 20s infinite ease-in-out;
}

.orb-1 {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.9), transparent);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.orb-2 {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.8), transparent);
    top: 60%;
    right: 15%;
    animation-delay: 5s;
}

.orb-3 {
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.7), transparent);
    bottom: 20%;
    left: 20%;
    animation-delay: 10s;
}

.orb-4 {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.6), transparent);
    top: 40%;
    right: 40%;
    animation-delay: 15s;
}

.orb-5 {
    width: 65px;
    height: 65px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.7), transparent);
    bottom: 10%;
    right: 30%;
    animation-delay: 7s;
}

.orb-6 {
    width: 55px;
    height: 55px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.6), transparent);
    top: 25%;
    left: 50%;
    animation-delay: 3s;
}

.orb-7 {
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.6), transparent);
    top: 80%;
    left: 70%;
    animation-delay: 12s;
}

.orb-8 {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.7), transparent);
    top: 50%;
    left: 5%;
    animation-delay: 8s;
}

.orb-9 {
    width: 75px;
    height: 75px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.5), transparent);
    bottom: 30%;
    right: 10%;
    animation-delay: 18s;
}

.orb-10 {
    width: 65px;
    height: 65px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.7), transparent);
    top: 15%;
    right: 25%;
    animation-delay: 6s;
}

.orb-11 {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.6), transparent);
    bottom: 50%;
    left: 35%;
    animation-delay: 14s;
}

.orb-12 {
    width: 68px;
    height: 68px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.7), transparent);
    top: 70%;
    right: 45%;
    animation-delay: 4s;
}

.orb-13 {
    width: 58px;
    height: 58px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.6), transparent);
    bottom: 15%;
    left: 60%;
    animation-delay: 11s;
}

.orb-14 {
    width: 72px;
    height: 72px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.8), transparent);
    top: 35%;
    right: 55%;
    animation-delay: 16s;
}

.orb-15 {
    width: 62px;
    height: 62px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.6), transparent);
    bottom: 40%;
    right: 65%;
    animation-delay: 9s;
}

.orb-16 {
    width: 45px;
    height: 45px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.8), transparent);
    top: 20%;
    left: 80%;
    animation-delay: 5s;
}

.orb-17 {
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.85), transparent);
    bottom: 25%;
    left: 45%;
    animation-delay: 13s;
}

.orb-18 {
    width: 48px;
    height: 48px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.8), transparent);
    top: 55%;
    right: 20%;
    animation-delay: 17s;
}

.orb-19 {
    width: 55px;
    height: 55px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.75), transparent);
    bottom: 45%;
    right: 50%;
    animation-delay: 2s;
}

.orb-20 {
    width: 42px;
    height: 42px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.9), transparent);
    top: 65%;
    left: 25%;
    animation-delay: 19s;
}

.orb-21 {
    width: 52px;
    height: 52px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.75), transparent);
    bottom: 55%;
    left: 15%;
    animation-delay: 10s;
}

.orb-22 {
    width: 47px;
    height: 47px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.85), transparent);
    top: 30%;
    right: 35%;
    animation-delay: 7s;
}

.orb-23 {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.7), transparent);
    bottom: 20%;
    right: 40%;
    animation-delay: 15s;
}

.orb-24 {
    width: 43px;
    height: 43px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.85), transparent);
    top: 45%;
    left: 65%;
    animation-delay: 11s;
}

.orb-25 {
    width: 58px;
    height: 58px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.7), transparent);
    bottom: 35%;
    left: 55%;
    animation-delay: 4s;
}

.orb-26 {
    width: 46px;
    height: 46px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.8), transparent);
    top: 75%;
    right: 60%;
    animation-delay: 20s;
}

.orb-27 {
    width: 54px;
    height: 54px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.7), transparent);
    bottom: 60%;
    right: 75%;
    animation-delay: 6s;
}

.orb-28 {
    width: 49px;
    height: 49px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.8), transparent);
    top: 85%;
    left: 40%;
    animation-delay: 14s;
}

.orb-29 {
    width: 56px;
    height: 56px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.75), transparent);
    bottom: 70%;
    left: 75%;
    animation-delay: 18s;
}

.orb-30 {
    width: 44px;
    height: 44px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.9), transparent);
    top: 90%;
    right: 15%;
    animation-delay: 12s;
}

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

/* ===== NAVBAR ===== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    z-index: 1000;
    padding: 1rem 0;
}

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

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    z-index: 1001;
}

.logo-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fbbf24;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--text-primary);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple));
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    transition: 0.3s;
    border-radius: 3px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ===== CONTAINER ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ===== HERO SECTION - SPLIT LAYOUT ===== */
.hero {
    margin-top: 80px;
    padding: 3rem 0;
}

.hero-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    background: rgba(10, 14, 39, 0.85);
    padding: 3rem;
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.hero-title-large {
    font-size: 4.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.gradient-text {
    color: #fbbf24;
}

.hero-description-large {
    font-size: 1.5rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #5865F2, #7289DA);
    color: white;
    padding: 1.25rem 3rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(88, 101, 242, 0.5);
}

.discord-widget-wrapper {
    flex-shrink: 0;
}

.discord-widget-wrapper iframe {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* ===== BATTLE SECTION ===== */
.battle-section {
    padding: 1rem 0 0rem;
}

/* ===== HIGHLIGHTS SECTION WITH CAROUSEL ===== */
.highlights-section {
    padding: 1rem 0 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    color: var(--text-primary);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.highlight-carousel {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--secondary-bg);
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.highlight-carousel .highlight-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.highlight-carousel .highlight-img.active {
    opacity: 1;
}

/* ===== CREATORS SECTION ===== */
.creators-hero {
    margin-top: 100px;
    padding: 3rem 0 2rem;
    text-align: center;
}

.creators-hero .hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.creators-hero .hero-description {
    font-size: 1.32rem;
    color: var(--text-primary);
    margin-bottom: 2rem;
}

.creators-section {
    padding: 2rem 0 4rem;
}

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

/* Creator Card Simple - Profile Picture Style */
.creator-card-simple {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.creator-card-simple:hover {
    transform: translateY(-5px);
}

.creator-pfp-link {
    display: block;
    margin-bottom: 1rem;
}

.creator-pfp {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(139, 92, 246, 0.3);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.creator-pfp:hover {
    border-color: rgba(139, 92, 246, 0.8);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
}

.creator-card-simple .creator-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.creator-card-simple .creator-link {
    color: var(--accent-purple);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.creator-card-simple .creator-link:hover {
    color: var(--accent-blue);
}

/* Old creator card styles - keep for backwards compatibility */

.creator-card {
    background: var(--secondary-bg);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.creator-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.3);
}

.creator-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.creator-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.creator-info {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.creator-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.creator-link {
    color: var(--accent-purple);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.creator-link:hover {
    color: var(--accent-blue);
}

/* ===== FOOTER ===== */
.footer {
    padding: 3rem 0;
    text-align: center;
    border-top: 3px solid rgba(255, 255, 255, 0.15);
    margin-top: 4rem;
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 10;
}

.disclaimer {
    color: var(--text-secondary);
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.credit {
    color: var(--text-secondary);
    font-size: 1.35rem;
}

.credit-link {
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.credit-link:hover {
    opacity: 0.8;
}

.credit-link.sosa {
    color: #10b981;
}

.credit-link.claude {
    color: #f97316;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hero-split {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-content {
        max-width: 100%;
    }
    
    .hero-title-large {
        font-size: 3.5rem;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* Mobile Navigation */
    .hamburger {
        display: flex !important;
    }
    
    .nav-menu {
        position: fixed;
        top: 73px;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: calc(100vh - 73px);
        background: rgba(10, 14, 39, 0.98);
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        transition: right 0.3s ease;
        backdrop-filter: blur(10px);
        border-left: 3px solid rgba(255, 255, 255, 0.15);
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-link {
        font-size: 1.1rem;
    }
    
    .nav-link.active::after {
        bottom: -8px;
    }
    
    /* Hero Section Mobile - More top margin */
    .hero {
        margin-top: 100px;
        padding: 2rem 0;
    }
    
    .hero-title-large {
        font-size: 2.5rem;
    }
    
    .hero-description-large {
        font-size: 1.1rem;
    }
    
    /* Mobile CTA Button - Much Bigger Icon */
    .cta-button {
        padding: 1.2rem 2rem;
        font-size: 0.95rem;
        gap: 1rem;
    }
    
    .cta-button svg {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
        flex-shrink: 0;
    }
    
    .discord-widget-wrapper {
        display: none;
    }
    
    .creators-hero {
        margin-top: 100px;
    }
    
    .creators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-title-large {
        font-size: 2rem;
    }
    
    .hero-description-large {
        font-size: 1rem;
    }
    
    .cta-button {
        padding: 1rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .cta-button svg {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px;
    }
    
    .creators-grid {
        grid-template-columns: 1fr;
    }
}