:root {
    --font-body: "Barlow", sans-serif;
    --font-display: "Anton", sans-serif;
    --color-lime: #c6ff00;
    --color-lime-hover: #b7ea00;
    --color-ink: #23143a;
    --color-morado: #7b2cff;
}

body {
    font-family: var(--font-body);
    background: #1f1f1f;
    color: #ffffff;
}
.color-lime{
    color: var(--color-lime);
}
b,
strong {
    font-weight: 700;
}

.navbar-toggler {
    background: rgba(255, 255, 255, 0.85);
}

.hero-wrap {
    background:
        linear-gradient(180deg, rgba(18, 5, 31, 0.85), rgba(56, 14, 100, 0.88)),
        #1f1f1f;
    padding-bottom: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(16px);
    background: rgba(19, 7, 28, 0.76);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-badge,
.section-kicker {
    color: var(--color-lime);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hero-summary {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.8vw, 2.3rem);
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.hero-title,
.steps-title,
.section-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 4.6vw, 4.4rem);
    line-height: 1;
    font-weight: 400;
    /*
    text-transform: uppercase;
    letter-spacing: 0.02em;
    */
}
.steps-title{
    color: var(--color-lime);
}

.hero-text,
.steps-subtitle,
.section-head p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
}

.hero-text {
    color: #ffffff;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    text-align: center;
    font-family: var(--font-display);
}

.hero-car {
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}

.site-logo {
    max-height: 54px;
    width: auto;
}

.hero-slide {
    min-height: calc(100vh - 88px);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 100px;
    background: linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0) 100%);
    z-index: 0;
    pointer-events: none;
}

.hero-overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-copy {
    max-width: 560px;
    padding: 5rem 0 6rem;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
    text-align: center;
}

.hero-summary span,
.hero-title span,
.hero-text span,
.section-title span {
    color: var(--color-lime);
}

.hero-indicators {
    margin-bottom: 2rem;
}

.hero-indicators [data-bs-target] {
    width: 32px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.hero-indicators .active {
    background: var(--color-lime);
}

.site-header .nav-link {
    position: relative;
}

.site-header .nav-link::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: -0.15rem;
    height: 3px;
    border-radius: 999px;
    background: var(--color-lime);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.site-header .nav-link:hover::after,
.site-header .nav-link.active::after {
    transform: scaleX(1);
}

.social-chip {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-lime);
    color: var(--color-ink);
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease;
}

.social-chip:hover {
    transform: translateY(-2px);
}

.social-chip-icon {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.social-chip-facebook {
    background: var(--color-lime);
}

.social-chip-instagram {
    background: var(--color-lime);
}

.social-chip-tiktok {
    background: var(--color-lime);
}

.btn-lime {
    background: var(--color-lime);
    border: 0;
    color: var(--color-morado);
    font-weight: 900;
}

.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn.show.btn-lime {
    background: var(--color-lime-hover);
    color: var(--color-ink);
    border-color: var(--color-lime-hover);
    box-shadow: none;
}

.promo-strip,
.steps-zone,
.prizes-zone,
.winners-zone {
    padding: 5rem 0;
}

.promo-card {
    background: #ffffff;
    color: #27164a;
    border-radius: 1.75rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: -1rem;
    color: var(--color-morado);
}

.promo-card h2 {
    font-family: var(--font-display);
    
    font-size: clamp(2.2rem, 3.6vw, 3.2rem);
    font-weight: 400;
    letter-spacing: 0.02em;
}

.promo-card .lead{
    font-weight: 400;
    font-size:1.5em;
    margin-bottom: 25px;
}

.promo-stack {
    min-width: 220px;
}

.promo-money-image {
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block;
}

.tickets-zone {
    background: linear-gradient(90deg, #7b2cff, #4f0db4);
    padding: 5rem;
}

.steps-zone {
    background: linear-gradient(90deg, #7b2cff, #4f0db4);
    padding: 5rem;
}

.tickets-list {
    padding: 5rem 0;
}

.gatito-01 {
    position: absolute;
    max-width: 300px;
    right: 10%;
    top: -50px;
}

.qr-card,
.ticket-card,
.step-card,
.prize-card,
.winner-card,
.content-card {
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 1.5rem;
}

.step-card-image {
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 18px 35px rgba(10, 4, 24, 0.18);
}

.step-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1.5rem;
}

.qr-box {
    max-width: 360px;
    margin: auto;
}

.tickets-zone .qr-card {
    max-width: 300px;
    /*margin-left: auto;*/
    margin: auto;
}

.ticket-card {
    background: #ffffff;
    color: #220e44;
}

.ticket-card-image {
    padding: 0;
    background: transparent;
    overflow: hidden;
    position: relative;
    border-radius: 1.5rem;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        filter 0.28s ease;
    box-shadow: 0 18px 35px rgba(10, 4, 24, 0.22);
}

.ticket-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(198, 255, 0, 0) 45%, rgba(198, 255, 0, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.ticket-card-image:hover {
    transform: translateY(-10px) scale(1.03) rotate(-1deg);
    box-shadow: 0 30px 55px rgba(10, 4, 24, 0.34);
    filter: saturate(1.08);
}

.ticket-card-image:hover::after {
    opacity: 1;
}

.ticket-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1.5rem;
}

.ticket-top {
    background: #7b2cff;
    color: #ffffff;
    padding: 0.65rem 1rem;
    border-radius: 1rem 1rem 0 0;
    font-weight: 800;
}

.ticket-main {
    background: var(--color-lime);
    padding: 1rem;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
}

.ticket-price {
    padding-top: 1rem;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
}

.step-number,
.prize-date {
    color: var(--color-lime);
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.section-head {
    margin-bottom: 2rem;
}

.section-head h2 {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.winner-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem 0;
    color: rgba(255, 255, 255, 0.75);
}

.footer-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-lime);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li {
    margin-top: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--color-lime);
}

.footer-book {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.footer-brand {
    text-align: center;
}

.footer-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.section-banner-desktop {
    display: block;
    padding: 0 0 2rem;
}

.section-banner-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1.5rem;
}

.page-shell {
    min-height: calc(100vh - 180px);
}

.page-title {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.page-title span {
    color: var(--color-lime);
}

.page-subtitle {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.15rem;
}

.page-content-card {
    background: rgba(255, 255, 255, 0.06);
}

.featured-prize-card {
    background: linear-gradient(135deg, rgba(123, 44, 255, 0.3), rgba(198, 255, 0, 0.14));
    border: 1px solid rgba(198, 255, 0, 0.2);
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 28px 60px rgba(10, 4, 24, 0.22);
}

.featured-prize-image {
    width: 100%;
    height: auto;
    display: block;
    /*border-radius: 1.5rem;*/
}

.prize-code-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: var(--color-lime);
    color: var(--color-ink);
    font-weight: 800;
    padding: 0.4rem 0.85rem;
    margin-bottom: 1rem;
}

.prize-card h3,
.featured-prize-card h3,
.winner-card-page h3 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.prize-card-won {
    border: 1px solid rgba(198, 255, 0, 0.18);
}

.prize-winner-note {
    color: var(--color-lime);
    font-weight: 700;
}

.winner-card-page {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.winner-image-side {
    width: 180px;
    min-width: 180px;
    height: 180px;
    margin-bottom: 0;
}

.winner-card-copy {
    flex: 1;
}

.winner-pagination-wrap .pagination {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.winner-pagination-wrap .page-item {
    list-style: none;
}

.winner-pagination-wrap .page-link {
    border: 0;
    border-radius: 999px;
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 700;
    box-shadow: none;
    padding: 0 1rem;
}

.winner-pagination-wrap .page-item.active .page-link,
.winner-pagination-wrap .page-link:hover {
    background: var(--color-lime);
    color: var(--color-ink);
}

.winner-pagination-wrap .page-item.disabled .page-link {
    opacity: 0.38;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.5);
}

.winner-pagination-wrap .page-link-nav {
    gap: 0.45rem;
    min-width: 120px;
}

.complaint-card .form-label,
.complaint-card .form-check-label,
.complaint-legal-note {
    color: rgba(255, 255, 255, 0.88);
}

.complaint-card .form-control,
.complaint-card .form-select {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.96);
}

.turnstile-wrap {
    display: inline-flex;
    padding: 0.8rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.inner-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #170a28, #1f1f1f);
}

@media (max-width: 991.98px) {
    .hero-slide {
        min-height: 72vh;
        background-position: 65% center;
    }

    .hero-slide::after {
        height: 50px;
    }

    .hero-copy {
        max-width: 100%;
        padding: 0 0 5rem;
    }

    .promo-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .winner-card-page {
        flex-direction: column;
        align-items: flex-start;
    }

    .winner-image-side {
        width: 100%;
        min-width: 0;
        height: 240px;
    }

    .ticket-card-image:hover {
        transform: translateY(-6px) scale(1.02);
    }


    .gatito-01 {
        display: none;
    }

    .tickets-zone {
        padding: 3rem 10px;
    }

    .steps-zone {
        padding: 5rem 10px;
    }

    .section-banner-desktop {
        display: none;
    }
    
    .hero-slide {
        height: initial;
        background-size:150% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .tickets-zone .section-title{
        text-align: center;
    }
}

/* --- Paginación Personalizada --- */

/* 1. Contenedor principal: Separar los botones */
.pagination {
    display: flex;
    gap: 0.5rem; /* Separación ligera entre botones */
    justify-content: center;
}

/* 2. Estilos base para todos los enlaces (reset de Bootstrap) */
.page-item .page-link {
    border: none;
    background-color: #f3f4f6; /* Fondo gris claro inactivo */
    color: #1f2937; /* Texto oscuro */
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

/* 3. Estilo para los botones numéricos (círculos perfectos) */
.page-item:not(:first-child):not(:last-child) .page-link {
    width: 42px;
    height: 42px;
    border-radius: 50%; /* Botón completamente redondo */
    padding: 0;
}

/* 4. Estilo para Anterior/Siguiente (forma de píldora) */
.page-link.page-link-nav {
    height: 42px;
    border-radius: 50px; /* Bordes redondeados pero estirados */
    padding: 0 1.25rem;
    gap: 0.5rem; /* Separación entre la flecha y el texto */
}

/* 5. Estado Activo (La página actual) */
.page-item.active .page-link {
    background-color: var(--color-lime);
    color: #000; /* Texto negro para que contraste con el lima */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 6. Hover (Al pasar el ratón) */
.page-item .page-link:hover {
    background-color: var(--color-lime);
    color: #000;
    opacity: 0.85; /* Un pequeño efecto visual */
}

/* 7. Quitar el anillo de enfoque por defecto de Bootstrap y poner uno propio */
.page-link:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); 
    outline: none;
    background-color: var(--color-lime);
    color: #000;
}