/* PALETA DE COLORES FREE FIRE PREMIUM */
:root {
    --color-fondo: #0a0b0d;       /* Negro carbón táctico */
    --color-tarjeta: #14171c;     /* Gris oscuro metálico */
    --color-rojo-ff: #ff3131;     /* Rojo Fuego / Todo Rojo */
    --color-oro: #ffbd59;         /* Dorado para detalles VIP/Estrellas */
    --color-texto-p: #ffffff;     /* Blanco puro */
    --color-texto-s: #8a94a6;     /* Gris claro mutado */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial Black', Impact, sans-serif; /* Tipografía imponente de juego */
}

body {
    background-color: var(--color-fondo);
    color: var(--color-texto-p);
    line-height: 1.4;
}

/* ALERTA TOP */
.top-alert {
    background-color: var(--color-rojo-ff);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 1px;
}

/* ENCABEZADO */
header {
    text-align: center;
    padding: 80px 20px 40px 20px;
    background: linear-gradient(180deg, rgba(255,49,49,0.15) 0%, rgba(10,11,13,1) 100%);
}

header h1 {
    font-size: 3.5rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-shadow: 0 4px 10px rgba(255, 49, 49, 0.4);
}

header h1 span {
    color: var(--color-rojo-ff);
}

header .subtitle {
    font-family: 'Segoe UI', sans-serif;
    color: var(--color-texto-s);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* CONTENEDOR GENERAL */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    font-size: 1.8rem;
    border-left: 5px solid var(--color-rojo-ff);
    padding-left: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* CONTENEDOR DE VIDEOS (Ajustado para que se vea excelente en celulares y PC) */
.video-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.video-card {
    background-color: var(--color-tarjeta);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 para videos */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-info {
    padding: 20px;
}

.video-info h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.video-info p {
    font-family: 'Segoe UI', sans-serif;
    color: var(--color-texto-s);
    font-size: 0.95rem;
}

/* TARJETA DE PRECIOS VIP */
.pricing-grid {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.price-card {
    background-color: var(--color-tarjeta);
    border: 2px solid var(--color-rojo-ff);
    border-radius: 16px;
    padding: 40px 30px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(255, 49, 49, 0.15);
}

.card-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-oro);
    color: #000;
    padding: 5px 15px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 20px;
    letter-spacing: 1px;
}

.price-card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--color-texto-p);
}

.card-desc {
    font-family: 'Segoe UI', sans-serif;
    color: var(--color-texto-s);
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.price-box {
    margin-bottom: 30px;
}

.price-box .currency {
    font-size: 1.8rem;
    color: var(--color-oro);
    vertical-align: top;
}

.price-box .amount {
    font-size: 4rem;
    font-weight: 900;
}

.benefit-list {
    list-style: none;
    text-align: left;
    margin-bottom: 35px;
    font-family: 'Segoe UI', sans-serif;
}

.benefit-list li {
    margin-bottom: 12px;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.benefit-list li::before {
    content: "🔴";
    font-size: 0.8rem;
    margin-right: 12px;
}

/* BOTÓN DE COMPRA (ESTILO AGRESIVO / GAMER) */
.btn-buy {
    display: block;
    background-color: var(--color-rojo-ff);
    color: white;
    text-decoration: none;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 5px 15px rgba(255, 49, 49, 0.4);
}

.btn-buy:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(255, 49, 49, 0.6);
}

footer {
    text-align: center;
    padding: 30px;
    font-family: 'Segoe UI', sans-serif;
    color: var(--color-texto-s);
    font-size: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.info-notice {
    background-color: rgba(255, 189, 89, 0.1);
    border: 1px dashed var(--color-oro);
    border-radius: 8px;
    padding: 20px;
    margin: 50px auto 30px auto;
    max-width: 850px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    color: #e2e8f0;
}
.info-notice strong {
    color: var(--color-oro);
}
.currency-type {
    font-size: 1rem;
    color: #718096;
    margin-left: 5px;
    font-weight: bold;
}
.price-usd {
    font-size: 0.9rem;
    color: #a0aec0;
    margin-top: -10px;
    margin-bottom: 20px;
    font-style: italic;
}
.support-contact {
    text-align: center;
    margin-top: 40px;
    font-family: 'Segoe UI', sans-serif;
    color: #a0aec0;
}
.support-contact p {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.btn-consult {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #a0aec0;
    color: #a0aec0;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}
.btn-consult:hover {
    background-color: #a0aec0;
    color: #1a202c;
}
.consult-warning {
    display: block;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #718096;
}