/* Variables de colores basadas en el flyer */
:root {
    --color-red: #e51b23;
    --color-black: #000000;
    --color-gold: #d4af37;
    --color-dark-blue: #0a1428;
    --color-white: #ffffff;
    --color-whatsapp: #25D366;
}

/* Estilos generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--color-black);
    color: var(--color-white);
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--color-red);
    margin: 15px auto;
}

/* Hero Section */
.hero {
    height: 100vh;
    background-image: url('flayer.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-white);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 20px;
}

.hero-logo-mobile {
    display: none;
    max-width: 200px;
    margin: 0 auto 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.highlight {
    color: var(--color-red);
}

.event-date {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--color-gold);
}

.tagline {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

/* Botones en Hero */
.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hero-cta {
    font-size: 1.3rem;
    padding: 15px 40px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(229, 27, 35, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(229, 27, 35, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(229, 27, 35, 0);
    }
}

.info-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: transparent;
    color: var(--color-white);
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--color-white);
}

.info-button:hover {
    background-color: var(--color-white);
    color: var(--color-black);
    transform: scale(1.05);
}

/* Flecha indicadora */
.scroll-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.scroll-indicator span {
    margin-bottom: 15px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    color: var(--color-gold);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.arrow-down {
    width: 40px;
    height: 40px;
    border-right: 4px solid var(--color-gold);
    border-bottom: 4px solid var(--color-gold);
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.7);
}

/* Eliminada la animación de rebote */

/* Event Info Section */
.event-info {
    padding: 80px 0;
    background-color: var(--color-dark-blue);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.info-card {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    border: 1px solid var(--color-gold);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-10px);
}

.icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.info-card h3 {
    color: var(--color-gold);
    margin-bottom: 10px;
}

/* Presentadoras */
.presenters {
    text-align: center;
    margin: 40px 0;
}

.presenters h3 {
    color: var(--color-red);
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.presenters-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.presenter-card {
    text-align: center;
}

.presenter-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--color-gold);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.presenter-card:hover .presenter-img {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.p1 {
    background-image: url('BREIDI.JPG');
    background-position: center;
}

.p2 {
    background-image: url('kathe.JPG');
    background-position: center top;
}

.presenter-card h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--color-white);
}

/* Descripción y Chercha */
.description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.description p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.chercha-highlight {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid var(--color-gold);
    animation: glow 2s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 5px var(--color-gold);
    }
    to {
        box-shadow: 0 0 20px var(--color-gold);
    }
}

.chercha-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-gold);
    letter-spacing: 2px;
}

.chercha-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background-color: var(--color-gold);
    color: var(--color-black);
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.chercha-button:hover {
    transform: scale(1.05);
    background-color: var(--color-white);
    box-shadow: 0 0 15px var(--color-gold);
}

/* Fighters Section */
.fighters {
    padding: 80px 0;
    background-color: var(--color-black);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('flayer.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fighters-list {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    border: 1px solid var(--color-red);
}

/* CTA Section */
.cta {
    padding: 100px 0;
    text-align: center;
    background-color: var(--color-dark-blue);
}

.cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.cta-note {
    font-size: 1rem;
    margin-top: 20px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--color-red);
    color: var(--color-white);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid var(--color-red);
    position: relative;
    overflow: hidden;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: var(--y, 0);
    left: var(--x, 0);
    width: 0;
    height: 0;
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.cta-button:hover:before {
    width: 200px;
    height: 200px;
}

.cta-button:hover {
    background-color: transparent;
    color: var(--color-red);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(229, 27, 35, 0.5);
}

/* Footer */
footer {
    padding: 40px 0;
    background-color: var(--color-black);
    text-align: center;
}

.social-links {
    margin-top: 20px;
}

.social-link {
    color: var(--color-white);
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: var(--color-gold);
}

/* Modal de Boletas */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: var(--color-dark-blue);
    margin: 5% auto;
    padding: 30px;
    border: 2px solid var(--color-gold);
    border-radius: 10px;
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
    position: relative;
}

.close-modal, .close-modal-form {
    position: absolute;
    top: 10px;
    right: 20px;
    color: var(--color-white);
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover, .close-modal-form:hover {
    color: var(--color-gold);
}

.modal h2 {
    color: var(--color-white);
    margin-bottom: 10px;
}

.modal h2:after {
    background-color: var(--color-gold);
    width: 100px;
}

.modal-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.tickets-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.ticket-option {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ticket-option:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.ticket-header {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .ticket-header {
    background-color: var(--color-gold);
    color: var(--color-black);
}

.palco .ticket-header {
    background-color: var(--color-red);
}

.general .ticket-header {
    background-color: #444;
}

.ticket-price {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 5px;
}

.ticket-body {
    padding: 20px;
    text-align: center;
}

.ticket-features {
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
}

.ticket-features li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.ticket-features i {
    margin-right: 8px;
    color: var(--color-gold);
}

.vip .ticket-features i {
    color: var(--color-gold);
}

.palco .ticket-features i {
    color: var(--color-red);
}

.ticket-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--color-gold);
    color: var(--color-black);
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.vip .ticket-button {
    background-color: var(--color-gold);
    color: var(--color-black);
}

.palco .ticket-button {
    background-color: var(--color-red);
    color: var(--color-white);
}

.general .ticket-button {
    background-color: #444;
    color: var(--color-white);
}

.ticket-button:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.ticket-note {
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.ticket-note i {
    color: var(--color-gold);
    margin-right: 5px;
}

/* Formulario de Compra */
.compra-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--color-gold);
}

.form-group input {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--color-white);
    font-size: 1rem;
}

.form-group input:focus {
    outline: none;
    border-color: var(--color-gold);
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: var(--color-gold);
    color: var(--color-black);
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    transform: scale(1.1);
}

.quantity-selector input {
    width: 60px;
    text-align: center;
    font-size: 1.2rem;
    border: none;
    background-color: transparent;
    color: var(--color-white);
    margin: 0 10px;
}

.radio-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-label input {
    margin-right: 8px;
    width: auto;
}

.bebida-option {
    display: none;
}

.form-summary {
    margin: 30px 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid var(--color-gold);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.summary-value {
    font-weight: bold;
    color: var(--color-gold);
}

.total-row {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.3rem;
}

.whatsapp-button {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: var(--color-whatsapp);
    color: var(--color-white);
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.whatsapp-button i {
    margin-right: 10px;
    font-size: 1.3rem;
}

.whatsapp-button:hover {
    transform: scale(1.03);
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
}

/* Animaciones */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-card, .presenter-card, .chercha-highlight, .fighters-list, .cta-button {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.info-card.animate, .presenter-card.animate, .chercha-highlight.animate, .fighters-list.animate, .cta-button.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Media Queries */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .event-date {
        font-size: 1.5rem;
    }
    
    .tagline {
        font-size: 1.2rem;
    }
    
    .hero-logo-mobile {
        display: block;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .fighters-list {
        font-size: 1rem;
    }
    
    .presenters-grid {
        flex-direction: column;
        gap: 30px;
    }
    
    .modal-content {
        margin: 10% auto;
        padding: 20px;
        width: 95%;
    }
    
    .tickets-container {
        grid-template-columns: 1fr;
    }
    
    .ticket-option {
        margin-bottom: 20px;
    }
    
    .radio-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }
    
    .cta-button, .chercha-button {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .arrow-down {
        width: 30px;
        height: 30px;
    }
    
    .hero-buttons {
        gap: 10px;
    }
    
    .hero-cta {
        font-size: 1.1rem;
        padding: 12px 30px;
    }
    
    .info-button {
        font-size: 0.9rem;
        padding: 8px 20px;
    }
    
    .modal-content {
        padding: 15px;
        margin: 15% auto;
    }
    
    .close-modal, .close-modal-form {
        top: 5px;
        right: 10px;
        font-size: 28px;
    }
    
    .quantity-btn {
        width: 35px;
        height: 35px;
    }
}