@font-face {
    font-family: 'Arial PIL';
    src: url('/fonts/arial.ttf') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'F37 Sonic';
    src: url('/fonts/F37Sonic-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Passenger Sans';
    src: url('/fonts/PassengerSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --pil-blue: #0a2a70;
    --pil-blue-mid: #11478e;
    --pil-blue-light: #166598;
    --pil-blue-faq: #196d98;
    --pil-blue-faq-box: #155f95;
    --pil-red: #f2110f;
    --pil-yellow: #ffc427;
    --pil-orange: #e18a23;
    --pil-white: #ffffff;
    --pil-cyan: #2cb6e7;
    --pil-shadow: 0 14px 30px rgba(0, 0, 0, .24);
    --pil-shadow-soft: 0 8px 18px rgba(0, 0, 0, .2);
    --font-base: 'Arial PIL', Arial, Helvetica, sans-serif;
    --font-display: 'F37 Sonic', 'Arial Black', Arial, sans-serif;
    --font-accent: 'Passenger Sans', 'Arial PIL', Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: var(--font-base);
    color: var(--pil-white);
    background: #0a2a70;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p,
h1,
h2 {
    margin: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: #003678 !important;
    z-index:500 !important;
}

.header-inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 4px 22px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    position: relative;
}

.header-logo {
    flex: 0 0 auto;
    justify-self: start;
}

.header-logo img {
    width: 148px;
}

.site-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: fit-content;
    margin: 0 auto;
}

.nav-link {
    font-family: var(--font-display);
    font-size: 14px;
    line-height: 1;
    color: var(--pil-white);
    white-space: nowrap;
    letter-spacing: 0;
}

.nav-link--accent,
.nav-link:hover,
.nav-link:focus-visible {
    color: var(--pil-yellow);
    outline: none;
}

.nav-toggle {
    width: 44px;
    height: 44px;
    padding: 8px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-toggle span {
    display: block;
    height: 4px;
    border-radius: 3px;
    background: var(--pil-white);
}

.site-main {
    min-height: 100vh;
    background: linear-gradient(180deg, #0a2a70 0%, #0a2a70 100%);
}

.hero {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 88px);
    min-height: 640px;
    background: radial-gradient(circle at 50% 50%, #11478e 0%, #0a2a70 60%, #061840 100%);
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-confetti,
.hero-glow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-confetti {
    position: absolute;
    left: 50%;
    width: min(100%, 780px);
    height: 100%;
    object-position: center top;
    transform: translateX(-50%) translateY(-5%);
    object-fit: contain;
    opacity: 1;
    z-index: 100;
}

.hero-glow {
    object-position: center 30%;
    transform: scale(1.5);
    opacity: 1;
}

.hero-stage {
    position: relative;
    z-index: 200;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
}

.hero-lockup {
    width: auto;
    height: auto;
    max-width: min(90vw, 840px);
    max-height: min(75vh, 680px);
    object-fit: contain;
    z-index: 200;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 200;
    transform: translateY(-2rem);
}

.hero-actions {
    display: flex;
    justify-content: center;
    margin-top: -85px;
    position: relative;
    z-index: 210;
}

.hero-btn {
    display: block;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-btn:hover {
    transform: scale(1.08);
}

.hero-btn img {
    height: 110px;
    width: auto;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.35));
}

@media (min-width: 1400px) {
    .header-inner {
        max-width: 1720px;
        min-height: 88px;
        padding: 4px 20px;
        gap: 6px;
    }

    .header-logo img {
        width: 154px;
    }

    .site-nav {
        gap: 22px;
    }

    .nav-link {
        font-size: 14.5px;
    }

    .hero {
        min-height: 720px;
    }

    .hero::before {
        width: min(90vw, 1200px);
        height: min(90vw, 1200px);
        top: 50%;
        transform: translate(-50%, -46%);
    }

    .hero-confetti {
        width: min(100%, 1000px);
    }

    .hero-stage {
        padding: 20px 24px;
    }

    .hero-lockup {
        max-width: min(75vw, 920px);
        max-height: min(80vh, 720px);
    }
}

@media (min-width: 1800px) {
    .header-inner {
        max-width: 1780px;
        min-height: 90px;
        padding: 4px 20px;
    }

    .header-logo img {
        width: 158px;
    }

    .site-nav {
        gap: 28px;
    }

    .nav-link {
        font-size: 15px;
    }

    .hero {
        min-height: 800px;
    }

    .hero::before {
        width: min(80vw, 1300px);
        height: min(80vw, 1300px);
        top: 50%;
        transform: translate(-50%, -45%);
    }

    .hero-confetti {
        width: min(100%, 1200px);
    }

    .hero-stage {
        padding: 20px 24px;
    }

    .hero-lockup {
        max-width: min(70vw, 980px);
        max-height: min(85vh, 780px);
    }
}

.landing-section {
    position: relative;
    background: #0a2a70;
}

.section-shell {
    width: min(100%, 1840px);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.landing-section--mecanica {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.landing-section--terminos {
    padding: 60px 0 100px;
}

.section-shell--mecanica,
.section-shell--terminos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-section--productos {
    padding: 40px 0 80px;
    background: #0a2a70;
}

.section-shell--productos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-badge--red {
    background: var(--pil-red);
    color: var(--pil-white);
    width: auto;
    min-width: min(90vw, 680px);
    margin-bottom: 60px;
}

.productos-grid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    column-count: 3;
    column-gap: 40px;
}

.productos-grid--modal {
    column-count: 2;
    column-gap: 40px;
}

.productos-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.productos-list li {
    font-family: var(--font-base);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--pil-white);
    text-transform: uppercase;
    break-inside: avoid;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.productos-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: var(--pil-yellow);
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .productos-grid {
        column-count: 2;
        column-gap: 40px;
    }
}

@media (max-width: 767px) {
    .productos-grid,
    .productos-grid--modal {
        column-count: 1;
        text-align: left;
    }
    
    .productos-list li {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.mecanica-artwork {
    width: min(100%, 1500px);
    margin: 0 auto;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .18));
}

.terminos-cta {
    margin-top: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 460px;
    min-height: 86px;
    padding: 18px 34px;
    border-radius: 12px;
    background: #176ea0;
    box-shadow: var(--pil-shadow-soft);
    font-family: var(--font-display);
    font-size: 31px;
    letter-spacing: .4px;
    text-align: center;
}

.terminos-copy {
    width: min(100%, 1180px);
    margin-top: 58px;
    color: var(--pil-white);
    font-size: 13px;
    line-height: 1.18;
    text-align: left;
}

.landing-section--premios {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.section-shell--premios {
    position: relative;
}

.premios-badge-wrap {
    display: flex;
    justify-content: center;
}

.premios-badge {
    width: min(90vw, 682px);
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .14));
}

.carousel {
    position: relative;
}

.carousel--visual {
    max-width: 1460px;
    margin: 12px auto 0;
    padding: 0 108px 52px;
}

.carousel-track--visual {
    min-height: 480px;
}

.carousel-slide {
    display: none;
}

.carousel-slide.is-active {
    display: block;
}

.premio-stage {
    position: relative;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.premio-stage img {
    max-width: 90%;
    max-height: 380px;
    object-fit: contain;
    z-index: 10;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
}

.premio-name {
    margin-top: 32px;
    font-family: var(--font-accent);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--pil-white);
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}

.premio-stage::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 52%;
    width: min(56vw, 660px);
    height: min(30vw, 420px);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44, 182, 231, 1.08) -30%, rgba(44, 182, 231, 0.2) 28%, rgba(10, 42, 112, 0) 72%);
    filter: blur(20px);
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-58%);
    width: 66px;
    height: 66px;
    color: var(--pil-white);
}

.carousel-arrow--prev {
    left: 0;
}

.carousel-arrow--next {
    right: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: -18px;
}

.carousel-dots button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}

.carousel-dots button.is-active {
    background: var(--pil-white);
}

.landing-section--faq {
    padding: 84px 0 112px;
}

.section-shell--faq {
    max-width: 1068px;
}

.section-badge {
    width: 492px;
    margin: 0 auto 30px;
    padding: 18px 24px 16px;
    border-radius: 18px;
    background: var(--pil-red);
    font-family: var(--font-display);
    font-size: 38px;
    line-height: 1;
    box-shadow: var(--pil-shadow-soft);
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 18px;
}

.faq-item {
    overflow: hidden;
}

.faq-trigger {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 14px;
    align-items: center;
    width: 100%;
    padding: 0;
    color: var(--pil-white);
    text-align: left;
    font-family: Arial, sans-serif;
}

.faq-num {
    width: 68px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1a83a8;
    font-family: var(--font-display);
    font-size: 36px;
    line-height: 1;
}

.faq-q {
    min-height: 68px;
    display: flex;
    align-items: center;
    padding: 0 74px 0 20px;
    border-radius: 8px;
    background: #166f98;
    font-size: 24px;
    line-height: 1.1;
}

.faq-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: transform .2s ease;
}

.faq-trigger[aria-expanded='true'] .faq-icon {
    transform: translateY(-50%) rotate(180deg);
}

.faq-panel {
    margin-top: 10px;
    margin-left: 82px;
    padding: 16px 18px 18px;
    border-radius: 8px;
    background: rgba(22, 111, 152, .7);
    font-family: Arial, sans-serif;
}

.faq-ans {
    font-size: 18px;
    line-height: 1.35;
    color: var(--pil-white);
}

.site-nav.is-open {
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 22px;
    background: #0b2f78;
    border-radius: 14px;
    box-shadow: var(--pil-shadow);
}

.modal-overlay {
    z-index: 1000;
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(4, 18, 58, .72);
    backdrop-filter: blur(7px);
}

.modal-overlay[hidden] {
    display: none;
}

.modal-card {
    position: relative;
    width: min(100%, 640px);
    border-radius: 20px;
    box-shadow: 0 22px 44px rgba(0, 0, 0, .22);
}

.modal-card--yellow {
    width: min(100%, 840px);
    height: 80dvh;
    padding: 64px 42px 50px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(90deg, #ffdd34 0%, #d87e20 56%, #fff15d 100%);
}

.modal-card--blue {
    width: min(100%, 894px);
    padding: 42px 36px 32px;
    background: #145d99;
}

.modal-card--wide {
    width: min(100%, 980px);
    min-height: auto;
    padding: 46px 36px 34px;
    background: #145d99;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 36px;
    line-height: 1;
    color: #0a2a70;
}

.modal-card--blue .modal-close,
.modal-card--wide .modal-close {
    color: rgba(8, 20, 54, .9);
}

.modal-title {
    text-align: center;
    font-family: var(--font-display);
    color: var(--pil-white);
    line-height: 1.06;
}

.modal-card--yellow .modal-title {
    margin-bottom: 42px;
    font-size: 54px;
    flex-shrink: 0;
}

.modal-card--blue .modal-title,
.modal-card--wide .modal-title {
    margin-bottom: 24px;
    font-size: 50px;
}

.modal-subtitle {
    max-width: 690px;
    margin: 0 auto 42px;
    text-align: center;
    font-size: 29px;
    line-height: 1.08;
}

.modal-search {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 66px;
    padding: 0 14px 0 28px;
    background: var(--pil-white);
    border-radius: 32px;
    flex-shrink: 0;
}

.modal-search input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 16px 0;
    font-size: 24px;
    color: #0a2a70;
}

.modal-search button {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0a2a70;
}

.modal-scroll {
    font-size: 18px;
    line-height: 1.45;
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 15px;
}

.modal-scroll::-webkit-scrollbar {
    width: 8px;
}

.modal-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-thumb {
    background: var(--pil-yellow);
    border-radius: 10px;
}

.ganadores-list {
    margin-top: 26px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 12px;
}

.ganadores-list::-webkit-scrollbar {
    width: 8px;
}

.ganadores-list::-webkit-scrollbar-track {
    background: rgba(10, 42, 112, .1);
    border-radius: 10px;
}

.ganadores-list::-webkit-scrollbar-thumb {
    background: rgba(10, 42, 112, .45);
    border-radius: 10px;
}

.ganador-row {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px 12px;
    border-top: 2px solid rgba(10, 42, 112, .25);
}

.ganador-row:last-child {
    border-bottom: 2px solid rgba(10, 42, 112, .25);
}

.ganador-row span {
    font-size: 17px;
    line-height: 1.2;
    color: #0a2a70;
}

.ganador-row .ganador-nombre {
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
}

.ganador-row .ganador-ci {
    font-weight: 600;
}

.ganador-row .ganador-fecha {
    text-align: right;
    font-weight: 500;
}

.ganadores-empty {
    margin-top: 34px;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    color: #0a2a70;
    font-family: var(--font-body);
}

@media (max-width: 767px) {
    .ganador-row {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 8px;
        padding: 12px 8px;
    }

    .ganador-row span {
        font-size: 14px;
    }
}

.link-yellow {
    color: var(--pil-red);
    text-decoration: underline;
}

.help-form {
    max-width: 620px;
    margin: 0 auto;
}

.help-form .form-row {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.help-form label {
    font-size: 24px;
    line-height: 1;
}

.help-form input[type='text'],
.help-form input[type='tel'],
.help-form input[type='email'] {
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 4px;
    background: var(--pil-white);
    padding: 6px 10px;
    color: #0a2a70;
    font-family: var(--font-base);
    font-size: 18px;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 28px 0 18px 118px;
    font-size: 14px;
    line-height: 1.25;
}

.form-check input {
    margin-top: 1px;
}

.form-check a {
    text-decoration: underline;
}

.help-divider {
    height: 1px;
    margin: 24px 0 26px;
    background: rgba(255, 255, 255, .8);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 56px;
    border-radius: 8px;
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 8px 14px rgba(0, 0, 0, .18);
}

.btn-primary,
.btn-ghost {
    background: #2d9ef0;
    color: var(--pil-white);
}

.form-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.form-note {
    max-width: 720px;
    margin: 48px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.25;
}

.field-error {
    outline: 2px solid #ff8787;
}

body.modal-open {
    overflow: hidden;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 470px) {
    .hero-glow {
        transform: scale(1);
    }

    .hero-lockup {
        scale: 1.4;
    }

    .hero-confetti {
        object-position: center 28%;
        transform: translateX(-38%);
        scale: 1.4;
    }
}

@media (min-width: 900px) {
    .site-nav {
        display: flex;
    }

    .nav-toggle {
        display: none;
    }
}

@media (max-width: 1199px) {
    .nav-link {
        font-size: 16px;
    }

    .site-nav {
        gap: 22px;
    }

    .hero {
        min-height: calc(92vh - 88px);
    }

    .hero-lockup {
        width: min(82vw, 820px);
    }

    .mecanica-artwork {
        width: min(100%, 1280px);
    }

    .carousel-track--visual,
    .premio-stage {
        min-height: 640px;
    }

    .section-badge {
        width: 430px;
        font-size: 32px;
    }

    .faq-num,
    .faq-q {
        min-height: 58px;
    }

    .faq-num {
        font-size: 28px;
    }

    .faq-q {
        font-size: 21px;
    }

    .modal-card--yellow .modal-title,
    .modal-card--blue .modal-title,
    .modal-card--wide .modal-title {
        font-size: 42px;
    }

    .modal-subtitle {
        font-size: 22px;
    }

    .help-form label {
        font-size: 20px;
    }
}

@media (max-width: 899px) {
    .header-inner {
        min-height: 82px;
        padding: 10px 14px;
    }

    .header-logo img {
        width: 64px;
    }

    .nav-link {
        font-size: 18px;
    }

    .hero,
    .hero-stage {
        min-height: calc(100vh - 82px);
    }

    .hero-lockup {
        width: min(90vw, 620px);
    }

    .landing-section--mecanica,
    .landing-section--premios {
        min-height: calc(100vh - 82px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .landing-section--mecanica,
    .landing-section--terminos,
    .landing-section--premios,
    .landing-section--faq {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .terminos-cta {
        min-width: 0;
        width: 100%;
        max-width: 440px;
        min-height: 72px;
        font-size: 22px;
    }

    .terminos-copy {
        font-size: 13px;
    }

    .carousel--visual {
        padding: 0 58px 42px;
    }

    .carousel-track--visual,
    .premio-stage {
        min-height: 560px;
    }

    .premio-name {
        font-size: 32px;
        margin-top: 24px;
    }

    .carousel-arrow {
        width: 42px;
        height: 42px;
    }

    .section-shell--faq {
        max-width: 760px;
    }

    .section-badge {
        font-size: 22px;
        border-radius: 14px;
        padding: 15px 18px 13px;
        width: auto;
    }

    .faq-trigger {
        grid-template-columns: 52px 1fr;
        gap: 10px;
    }

    .faq-num,
    .faq-q {
        min-height: 52px;
    }

    .faq-num {
        width: 52px;
        font-size: 24px;
    }

    .faq-q {
        font-size: 17px;
        padding: 0 56px 0 16px;
    }

    .faq-icon {
        right: 14px;
    }

    .faq-panel {
        margin-left: 62px;
    }

    .faq-panel p {
        font-size: 15px;
    }

    .modal-card--yellow,
    .modal-card--blue,
    .modal-card--wide {
        padding: 34px 22px 24px;
        border-radius: 18px;
    }

    .modal-close {
        top: 10px;
        right: 16px;
        font-size: 30px;
    }

    .modal-card--yellow .modal-title,
    .modal-card--blue .modal-title,
    .modal-card--wide .modal-title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .modal-subtitle {
        margin-bottom: 26px;
        font-size: 18px;
    }

    .modal-search {
        min-height: 54px;
        padding-left: 18px;
    }

    .modal-search input {
        font-size: 18px;
    }

    .help-form .form-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .help-form label {
        font-size: 18px;
    }

    .form-check {
        margin-left: 0;
    }

    .btn {
        min-width: 122px;
        height: 50px;
        font-size: 22px;
    }

    .form-actions {
        gap: 16px;
        flex-wrap: wrap;
    }

    .form-note {
        margin-top: 28px;
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .section-shell {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-stage {
        padding-bottom: 40px;
    }

    .hero-lockup {
        width: min(98vw, 430px);
    }

    .hero-actions {
        margin-top: 15px;
    }

    .hero-btn img {
        height: 72px;
    }

    .hero::before {
        width: 130vw;
        height: 130vw;
        transform: translate(-50%, -36%);
    }

    .terminos-cta {
        margin-top: 24px;
        min-height: 62px;
        font-size: 18px;
    }

    .terminos-copy {
        margin-top: 28px;
        font-size: 12px;
        line-height: 1.35;
    }

    .premios-badge {
        width: min(100%, 320px);
    }

    .carousel--visual {
        padding: 0 36px 30px;
    }

    .carousel-track--visual,
    .premio-stage {
        min-height: 460px;
    }

    .premio-name {
        font-size: 24px;
        margin-top: 20px;
    }

    .carousel-dots {
        gap: 12px;
    }

    .carousel-dots button {
        width: 11px;
        height: 11px;
    }

    .section-badge {
        font-size: 18px;
        text-align: center;
    }

    .faq-list {
        gap: 12px;
    }

    .faq-trigger {
        grid-template-columns: 48px 1fr;
        gap: 10px;
    }

    .faq-num {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .faq-q {
        min-height: 48px;
        font-size: 16px;
        padding: 8px 45px 8px 12px;
        border-radius: 8px;
    }

    .faq-icon {
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq-panel {
        margin-left: 0;
        margin-top: 8px;
        padding: 16px;
    }

    .faq-ans {
        font-size: 15px;
    }

    .modal-search button {
        width: 42px;
        height: 42px;
    }

    .help-form input[type='text'],
    .help-form input[type='tel'],
    .help-form input[type='email'] {
        height: 42px;
    }
}

/* =========================================================
   AJUSTE DEFINITIVO HERO DESKTOP PIL
   Objetivo: acercar la composici�n a la referencia:
   hero m�s grande, confeti m�s fino arriba, destello central fuerte.
   ========================================================= */

@media (min-width: 900px) {
    .site-header {
        position: sticky;
        top: 0;
    }

    .header-inner {
        width: 100%;
        max-width: 1720px;
        margin: 0 auto;
        padding: 0 46px !important;
        display: grid !important;
        grid-template-columns: 150px 1fr;
        align-items: center;
        column-gap: 54px;
    }

    .header-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-logo img {
        width: 80px !important;
        height: auto;
        scale: 1.6;
        transform: translate(10px, 10px);
    }

    .site-nav {
        display: grid !important;
        grid-template-columns: repeat(6, max-content);
        justify-content: space-between !important;
        align-items: center;
        align-self: center;
        gap: 1rem !important;
        width: 100%;
    }

    .nav-link {
        font-family: var(--font-display);
        line-height: 1;
        color: #fff;
        white-space: nowrap;
    }


}

@media (min-width: 1400px) {
    .header-inner {
        max-width: 1720px;
        padding: 0 48px !important;
        grid-template-columns: 150px 1fr;
        column-gap: 58px;
    }

    .nav-link {
        font-size: 18px !important;
    }


}

@media (min-width: 1700px) {
    .header-inner {
        max-width: 1780px;
        padding: 0 52px !important;
        grid-template-columns: 150px 1fr;
        column-gap: 68px;
    }

    .nav-link {
        font-size: 18px !important;
    }


}

/* Ajuste para pantallas muy anchas: evita que todo se vea miniatura */
@media (min-width: 1900px) {
    .header-inner {
        max-width: 1860px;
    }


}

/* =========================================================
   MODAL GANADORES - SELECCION POR CATEGORIA (Diario/Semanal/Mensual)
   ========================================================= */

.ganadores-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 0;
}

.ganadores-menu[hidden] {
    display: none;
}

.ganadores-menu .modal-title {
    margin-bottom: 26px;
}

.ganadores-categories {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    overflow-y: auto;
    padding: 10px 0;
}

.ganador-cat-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    width: 100%;
    max-width: 460px;
    min-height: 74px;
    padding: 14px 26px;
    border-radius: 0 22px 0 22px;
    background: var(--pil-white);
    color: var(--pil-blue);
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1.15;
    text-align: left;
    box-shadow: 0 10px 18px rgba(10, 42, 112, .18);
    transition: background-color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.ganador-cat-btn:hover,
.ganador-cat-btn:focus-visible {
    background: #fff7cf;
    box-shadow: 0 12px 22px rgba(10, 42, 112, .25);
}

.ganador-cat-btn:active {
    transform: scale(.985);
}

.ganador-cat-btn svg {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: var(--pil-red);
}

.ganadores-view {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.ganadores-view[hidden] {
    display: none;
}

.ganadores-view .modal-title {
    margin-bottom: 18px;
    font-size: 42px;
    color: var(--pil-blue);
}

.ganadores-back {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 4px 0;
    font-family: var(--font-base);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--pil-blue);
    transition: color .15s ease;
}

.ganadores-back svg {
    width: 22px;
    height: 22px;
}

.ganadores-back:hover {
    color: var(--pil-red);
}

.ganadores-view .modal-search {
    flex-shrink: 0;
    margin-bottom: 6px;
}

.ganadores-view .modal-search[hidden] {
    display: none;
}

@media (max-width: 599px) {
    .ganador-cat-btn {
        min-height: 64px;
        gap: 12px;
        padding: 12px 18px;
        font-size: 18px;
    }

    .ganador-cat-btn svg {
        width: 26px;
        height: 26px;
    }

    .ganadores-view .modal-title {
        font-size: 26px;
    }

    .ganadores-back {
        font-size: 16px;
    }
}

/* =========================================================
   LISTADO SEMANAL - COLUMNA DE PREMIO (solo vista Semanal)
   ========================================================= */

.ganador-row--prize {
    grid-template-columns: 1.4fr 1fr 0.9fr 1.4fr;
}

.ganador-row--prize .ganador-fecha {
    text-align: center;
}

.ganador-premio {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: #8a3400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ganador-row--prize {
        grid-template-columns: 1.25fr 0.9fr 0.8fr 1.35fr;
        column-gap: 6px;
        padding-right: 4px;
    }

    .ganador-row--prize .ganador-fecha {
        text-align: right;
    }

    .ganador-premio {
        font-size: 12px;
    }
}