/* 
    Nómada - Master Design System (V5)
    Consistent across Home, Activities, Products, Competitions, Contact
*/

:root {
    --primary: #FF5A1F;
    --primary-dark: #cc4818;
    --dark: #0A0A0A;
    --dark-grey: #121212;
    --light-grey: #1E1E1E;
    --border: #2A2A2A;
    --text-white: #FFFFFF;
    --text-muted: #888888;
    --font-main: 'Outfit', sans-serif;
    --transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    --shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* RESET & BASE */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--dark); color: var(--text-white); font-family: var(--font-main); line-height: 1.6; overflow-x: hidden; }
.container { max-width: 1300px; margin: 0 auto; padding: 0 5%; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
section { padding: 120px 0; }
.dark-bg { background: #080808; }
.text-center { text-align: center; }

/* TYPOGRAPHY */
h1, h2, h3, h4 { text-transform: uppercase; letter-spacing: 2px; font-weight: 700; line-height: 1.1; }
.subtitle { color: var(--primary); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; display: block; margin-bottom: 15px; }

/* BUTTONS */
.btn { padding: 16px 32px; border-radius: 4px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; display: inline-block; cursor: pointer; border: none; text-align: center; }
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255, 90, 31, 0.3); }
.btn-outline { border: 2px solid var(--text-white); color: var(--text-white); }
.btn-outline:hover { background: white; color: black; }
.btn-glass { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); }
.btn-glass:hover { background: rgba(255,255,255,0.15); }
.btn.small { padding: 12px 24px; font-size: 11px; }
.full-width { width: 100%; display: block; }

/* HEADER & NAV */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 30px 0; transition: var(--transition); }
.header.scrolled { background: rgba(10,10,10,0.95); backdrop-filter: blur(20px); padding: 15px 0; border-bottom: 1px solid var(--border); }
.header-content { display: flex; justify-content: space-between; align-items: center; }
.logo img { height: 60px; width: auto; transition: var(--transition); }
.header.scrolled .logo img { height: 45px; }
.nav ul { display: flex; gap: 35px; }
.nav a { font-size: 13px; font-weight: 400; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.nav a:hover, .nav a.active { color: var(--text-white); }
.nav a.active { font-weight: 700; position: relative; }
.nav a.active::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background: var(--primary); }
.mobile-toggle { display: none; font-size: 24px; color: white; cursor: pointer; }

/* HERO & PAGE HEADER */
.hero { height: 100vh; background: url('assets/hero-bg.png') center/cover no-repeat; display: flex; align-items: center; position: relative; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(10,10,10,0.4), var(--dark)); }
.hero-content { position: relative; z-index: 10; max-width: 900px; }
.badge { background: rgba(255,90,31,0.2); color: var(--primary); padding: 5px 12px; border-radius: 2px; font-size: 11px; font-weight: 700; margin-bottom: 20px; display: inline-block; }
.hero h1 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 20px; line-height: 1.2; }
.hero-subtext { font-size: 18px; color: var(--text-white); margin-bottom: 40px; max-width: 650px; opacity: 0.8; }
.hero-btns { display: flex; gap: 20px; }

.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 10; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-scroll span { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-white); opacity: 0.7; }
.hero-scroll .scroll-icon { color: var(--primary); font-size: 18px; animation: bounce 2s infinite; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } }

.page-header { background: var(--dark-grey); padding: 180px 0 100px; border-bottom: 1px solid var(--border); }
.page-header h1 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 20px; }

/* 1. QUICK ACTIONS (HOME) */
.quick-actions { background: #080808; border-bottom: 1px solid var(--border); }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 50px; }
.action-card { background: var(--dark-grey); padding: 40px 30px; border-radius: 8px; border: 1px solid var(--border); text-align: center; transition: var(--transition); display: flex; flex-direction: column; align-items: center; gap: 20px; }
.action-card i { font-size: 28px; color: var(--primary); }
.action-card span { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.action-card:hover { transform: translateY(-10px); border-color: var(--primary); background: rgba(255,90,31,0.05); }

/* 2. SPLIT CONTENT (UNIVERSAL) */
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.split-content.reverse .content-text { order: 1; }
.split-content.reverse .content-visual { order: -1; }
.big-p { font-size: 20px; margin-bottom: 40px; color: var(--text-white); font-weight: 300; }
.content-visual img { border-radius: 12px; box-shadow: var(--shadow); }

/* 3. STATS (HOME) */
.stats-counter { display: flex; gap: 50px; margin-top: 40px; }
.stat-item .number { font-size: 48px; font-weight: 700; color: var(--primary); display: block; }
.stat-item .label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; }

/* 4. HOW IT WORKS (HOME) */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 60px; }
.step-card { background: var(--dark-grey); padding: 50px 40px; border-radius: 8px; border: 1px solid var(--border); position: relative; transition: var(--transition); }
.step-num { font-size: 56px; font-weight: 900; color: rgba(255,255,255,0.03); position: absolute; top: 15px; right: 20px; }
.step-card h4 { font-size: 19px; margin-bottom: 15px; color: var(--primary); }
.step-card p { font-size: 15px; color: var(--text-muted); }
.step-card:hover { border-color: var(--primary); transform: scale(1.02); }

/* 5. GALLERY (HOME) */
.gallery-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 350px); gap: 20px; margin-top: 60px; }
.mosaic-item { border-radius: 8px; overflow: hidden; position: relative; }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.mosaic-item:hover img { transform: scale(1.1); }
.item-large { grid-column: span 2; grid-row: span 2; }
.item-wide { grid-column: span 2; }

/* 6. ACTIVITIES PAGE */
.variants-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 40px; }
.variant h4 { font-size: 16px; margin-bottom: 5px; color: var(--primary); }
.variant p { font-size: 14px; color: var(--text-muted); }
.gamification-box { display: flex; gap: 20px; align-items: flex-start; background: rgba(255,90,31,0.05); padding: 30px; border-radius: 8px; border: 1px solid rgba(255,90,31,0.1); }
.gamification-box i { font-size: 24px; color: var(--primary); }

/* 7. PRODUCTS PAGE */
.featured-product { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; background: var(--dark-grey); padding: 80px; border-radius: 12px; border: 1px solid var(--border); }
.features-list { margin: 30px 0; }
.features-list li { margin-bottom: 15px; color: var(--text-muted); display: flex; align-items: center; gap: 12px; }
.features-list i { color: var(--primary); }
.price { font-size: 28px; font-weight: 700; color: var(--primary); display: block; margin-bottom: 20px; }
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
.category-card img { height: 250px; width: 100%; object-fit: cover; border-radius: 8px; margin-bottom: 20px; border: 1px solid var(--border); }

/* 8. COMPETITIONS PAGE */
.floating-badge { position: absolute; bottom: -20px; right: -20px; background: var(--primary); color: white; padding: 25px; font-weight: 700; border-radius: 4px; box-shadow: var(--shadow); z-index: 5; }
.events-list { background: var(--dark-grey); border-radius: 12px; border: 1px solid var(--border); overflow: hidden; margin-top: 50px; }
.event-item { padding: 40px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.date { font-weight: 700; color: var(--primary); font-size: 14px; letter-spacing: 2px; }

/* 9. CONTACT PAGE */
.contact-container {
    max-width: 850px;
    margin: 0 auto;
}

.direct-channels-section {
    margin-top: 60px;
    text-align: center;
}
.direct-channels-section h3 {
    font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.direct-channels-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.channel-item { display: flex; align-items: center; gap: 20px; background: var(--dark-grey); padding: 30px; border-radius: 8px; border: 1px solid var(--border); margin-bottom: 0px; transition: var(--transition); }
.channel-item:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255, 90, 31, 0.15); }
.channel-item i { font-size: 32px; color: var(--primary); }
/* Premium Contact Form Wrapper (Glassmorphism & Gradients) */
.contact-form-wrapper { 
    background: linear-gradient(135deg, rgba(18, 18, 18, 0.8) 0%, rgba(10, 10, 10, 0.95) 100%); 
    padding: 50px; 
    border-radius: 16px; 
    border: 1px solid rgba(255, 255, 255, 0.05); 
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}
.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, #FF8A00 100%);
}

/* Two-column layout inside form */
.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.form-group { margin-bottom: 24px; }
.form-group label { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }

/* Interactive Input Fields */
.form-group input, .form-group textarea, .form-group select { 
    width: 100%; 
    padding: 16px 20px; 
    background: rgba(30, 30, 30, 0.5); 
    border: 1px solid var(--border); 
    border-radius: 6px; 
    color: white; 
    font-family: inherit; 
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; 
}
.form-group input::placeholder, .form-group textarea::placeholder {
    color: #666666;
    opacity: 0.8;
}
.form-group input:hover, .form-group textarea:hover, .form-group select:hover {
    background: rgba(35, 35, 35, 0.7);
    border-color: rgba(255, 90, 31, 0.4);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { 
    background: rgba(18, 18, 18, 0.9);
    border-color: var(--primary);
    box-shadow: 0 0 12px rgba(255, 90, 31, 0.25);
    outline: none;
}
.form-group select option {
    background: var(--dark-grey);
    color: white;
}

/* 10. FINAL CTA (HOME) */
.cta-box { background: var(--primary); padding: 100px 80px; border-radius: 16px; text-align: center; color: white; }
.cta-box h2 { font-size: 48px; margin-bottom: 25px; }
.cta-box p { font-size: 20px; margin-bottom: 45px; max-width: 650px; margin-left: auto; margin-right: auto; opacity: 0.9; }
.cta-btns { display: flex; gap: 20px; justify-content: center; }

/* FOOTER */
.footer { padding: 100px 0 40px; background: #050505; border-top: 1px solid var(--border); }
.footer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
.footer-logo img { height: 45px; }
.footer-social { display: flex; gap: 30px; font-size: 22px; color: var(--text-muted); }
.footer-social a:hover { color: white; }
.footer-bottom { text-align: center; border-top: 1px solid var(--border); padding-top: 40px; font-size: 11px; color: var(--text-muted); letter-spacing: 2px; }

.footer-credits {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.03);
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.footer-credits a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 800;
    transition: var(--transition);
}
.footer-credits a:hover {
    color: white;
    text-shadow: 0 0 10px var(--primary);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .nav { display: none; }
    .mobile-toggle { display: block; }
    .action-grid, .steps-grid, .split-content, .gallery-mosaic, .featured-product, .categories-grid, .contact-grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 30px; }
    .item-large, .item-wide { grid-column: span 1; grid-row: span 1; }
    .mosaic-item { height: 350px; }
    .stats-counter { flex-direction: column; gap: 30px; }
    .hero-btns, .cta-btns { flex-direction: column; width: 100%; }
    .event-item { flex-direction: column; text-align: center; gap: 20px; }
}

/* COMING SOON BADGE */
.coming-soon {
    font-size: 10px;
    background: rgba(255,255,255,0.1);
    color: var(--text-muted);
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* ORANGE COMING SOON LEGEND */
.coming-soon-orange {
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.coming-soon-orange::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--primary);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* --- FINAL RESPONSIVE OVERHAUL (MOBILE & CROSS-BROWSER) --- */

@media (max-width: 1024px) {
    /* Base spacing adjustment */
    section { padding: 60px 0; }
    .page-header { padding: 140px 0 60px; }
    
    /* MOBILE NAV SYSTEM */
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: var(--dark-grey);
        display: flex !important; /* Force flex for JS toggle */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 2000;
        transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        box-shadow: -10px 0 30px rgba(0,0,0,0.5);
        border-left: 1px solid var(--border);
    }
    .nav.active { right: 0; }
    .nav ul { flex-direction: column; text-align: center; gap: 40px; }
    .nav a { font-size: 20px; font-weight: 700; color: white; }
    
    .mobile-toggle { 
        display: block; 
        position: relative; 
        z-index: 2100; 
        font-size: 28px;
    }

    /* Grids to single column */
    .quick-actions .action-grid, 
    .steps-grid, 
    .split-content, 
    .featured-product, 
    .categories-grid, 
    .contact-grid,
    .variants-grid { 
        grid-template-columns: 1fr !important; 
        gap: 30px; 
    }
    
    /* Responsive form overrides */
    .form-row-2,
    .direct-channels-row {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .contact-form-wrapper {
        padding: 40px 24px !important;
    }
    
    .split-content.reverse .content-visual { order: -1; }
    
    /* Hero Adjustments */
    .hero h1 { font-size: 42px; line-height: 1.2; }
    .hero-subtext { font-size: 16px; margin-bottom: 30px; }
    .hero-btns { flex-direction: column; gap: 15px; }
    .btn { width: 100%; text-align: center; padding: 18px; }

    /* Mosaic Fix */
    .gallery-mosaic { 
        grid-template-columns: 1fr; 
        grid-template-rows: auto; 
        gap: 15px; 
    }
    .mosaic-item { height: 300px; grid-column: span 1 !important; grid-row: span 1 !important; }

    /* Footer Responsive */
    .footer-top { flex-direction: column; gap: 40px; text-align: center; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 36px; }
    .page-header h1 { font-size: 32px; }
    .cta-box { padding: 40px 20px; }
    .cta-box h2 { font-size: 30px; }
    .stats-counter { flex-direction: column; gap: 20px; width: 100%; }
    .contact-form-wrapper { padding: 30px 16px !important; }
}

/* CROSS-BROWSER FIXES */
* { -webkit-tap-highlight-color: transparent; }
input, textarea { -webkit-appearance: none; border-radius: 4px; }
html, body { overflow-x: hidden; position: relative; width: 100%; }

/* FEATURED PRODUCT REVERSE BEHAVIOR */
.featured-product.reverse {
    grid-template-columns: 1.2fr 1fr;
}
.featured-product.reverse .product-info {
    order: -1;
}
@media (max-width: 1024px) {
    .featured-product.reverse {
        grid-template-columns: 1fr;
    }
    .featured-product.reverse .product-info {
        order: 1;
    }
}

/* HEADER SOCIAL NAV */
.header-social-nav {
    display: flex;
    gap: 20px;
    font-size: 18px;
}
.header-social-nav a:hover {
    color: var(--primary);
    transform: translateY(-2px);
}
@media (max-width: 1024px) {
    .header-social-nav { display: none; }
}

/* --- COUNTDOWN & COMP REFINEMENT --- */
.next-mega-event {
    background: linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.85)), url('assets/hero-bg.png') center/cover fixed;
    text-align: center;
    border-radius: 16px;
    margin: 40px auto;
    width: 90%;
    max-width: 1200px;
}
.countdown-hero { padding: 100px 40px; }
.countdown-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}
.time-block {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border);
    padding: 20px;
    border-radius: 8px;
    min-width: 120px;
}
.time-block span {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}
.time-block small {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--text-muted);
}

/* FIX SCROLL ISSUE */
body { overflow-y: visible; overflow-x: hidden; }
main { overflow: initial; }

@media (max-width: 768px) {
    .countdown-container { gap: 10px; flex-wrap: wrap; }
    .time-block { min-width: 80px; padding: 15px; }
    .time-block span { font-size: 32px; }
}

/* --- EPIC COMPETITIONS STYLES --- */
.mega-event-section { padding: 40px 0; }
.epic-card {
    padding: 100px 60px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
.epic-label {
    background: var(--primary);
    color: white;
    padding: 6px 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 25px;
}
.epic-card h2 { font-size: clamp(32px, 5vw, 64px); margin-bottom: 20px; color: white; }
.countdown-hero-small {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}
.countdown-hero-small .block {
    background: rgba(10,10,10,0.8);
    backdrop-filter: blur(10px);
    width: 90px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
}
.countdown-hero-small .block span { display: block; font-size: 28px; font-weight: 700; color: var(--primary); }
.countdown-hero-small .block small { font-size: 9px; text-transform: uppercase; color: var(--text-muted); letter-spacing: 1px; }

/* COMP CARDS GRID */
.comp-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}
.race-card {
    background: var(--dark-grey);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: var(--transition);
}
.race-card:hover { transform: translateY(-10px); border-color: var(--primary); }
.race-image { height: 220px; position: relative; }
.race-image img { width: 100%; height: 100%; object-fit: cover; }
.race-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    color: black;
    padding: 10px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    border-radius: 4px;
}
.race-date span { display: block; font-size: 22px; color: var(--primary); }
.race-content { padding: 30px; }
.race-tag { font-size: 10px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; display: block; }
.race-tag.highlight { color: var(--primary); }
.race-content h3 { font-size: 20px; margin-bottom: 15px; }
.race-content p { font-size: 14px; color: var(--text-muted); margin-bottom: 25px; }
.race-meta { display: flex; flex-direction: column; gap: 8px; margin-bottom: 25px; font-size: 12px; color: var(--text-white); }
.race-meta i { color: var(--primary); width: 20px; }

/* RANKING STYLES */
.ranking-points-box { display: flex; flex-direction: column; gap: 15px; background: rgba(255,255,255,0.03); padding: 30px; border-radius: 12px; border-left: 4px solid var(--primary); }
.point-item { font-size: 15px; }
.ranking-mockup { background: var(--dark-grey); padding: 60px 40px; border-radius: 90px; border: 1px solid var(--border); text-align: center; }

@media (max-width: 1024px) {
    .comp-cards-grid { grid-template-columns: 1fr; }
    .epic-card { padding: 60px 20px; }
}

/* --- DIADA LANDING BLOCK --- */
.diada-event-landing {
    padding: 220px 0 120px;
    background: var(--dark-grey);
    border-bottom: 1px solid var(--border);
}
.diada-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}
.badge-gold {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: black;
    padding: 6px 15px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 30px;
}
.highlight-text { color: var(--primary); }
.countdown-hero-premium {
    display: flex;
    gap: 15px;
    margin: 40px 0;
}
.countdown-hero-premium .block {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    flex: 1;
}
.countdown-hero-premium .block span {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: white;
}
.countdown-hero-premium .block small {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
}
.diada-cta-group { display: flex; align-items: center; gap: 30px; }
.btn-cta { padding: 20px 50px; font-size: 16px; }
.spots-left { color: #FFD700; font-weight: 700; font-size: 14px; }

.diada-features-box {
    background: rgba(255,255,255,0.03);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.diada-feature { display: flex; gap: 20px; align-items: flex-start; }
.diada-feature i { font-size: 24px; color: var(--primary); margin-top: 5px; }
.diada-feature h4 { font-size: 16px; margin-bottom: 5px; color: white; }
.diada-feature p { font-size: 14px; color: var(--text-muted); }

@media (max-width: 1024px) {
    .diada-wrapper { grid-template-columns: 1fr; gap: 50px; }
    .diada-cta-group { flex-direction: column; align-items: flex-start; }
}

/* ENTRANCE ANIMATIONS */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.diada-wrapper {
    animation: fadeInUp 1s ease-out;
}

/* REFINEMENT FOR DIADA INDEPENDENCE */
.diada-event-landing {
    border-top: 1px solid rgba(255, 90, 31, 0.1);
}
.diada-info-box {
    border-left: 2px solid var(--primary);
    padding-left: 40px;
}

/* --- CAROUSEL STYLES --- */
.carousel-container {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.carousel-track-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.carousel-track {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}
.carousel-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.carousel-slide.current-slide {
    opacity: 1;
    z-index: 10;
}
.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.05);
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 10, 10, 0.6);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}
.carousel-btn:hover {
    background: var(--primary);
}
.prev-btn { left: 15px; }
.next-btn { right: 15px; }
.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.carousel-indicator {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition);
}
.carousel-indicator.current-indicator {
    background: var(--primary);
}
