/* =====================================================
   FUENTES: GOTHAM
   ===================================================== */

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff') format('woff'),
         url('fonts/Gotham-Bold.ttf') format('truetype'),
         url('fonts/Gotham-Bold.otf') format('opentype'),
         url('fonts/Gotham-Bold.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff') format('woff'),
         url('fonts/Gotham-Medium.eot') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* =====================================================
   RESET & BASE
   ===================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    color: #333333;
    background: #ffffff;
    overflow-x: hidden;
}

/* Accesibilidad / SEO: texto solo para lectores de pantalla */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style: none;
}


/* =====================================================
   VARIABLES
   ===================================================== */

:root {
    --color-blue:       #1F94D2;
    --color-text:       #333333;
    --color-secondary:  #ADADAD;
    --color-muted:      #707070;
    --color-border:     #D9D9D9;
    --color-bg-gray:    #f7f7f7;
    --color-white:      #ffffff;
    --btn-from:         #2B85C3;
    --btn-to:           #37A6F3;
    --radius-pill:      50px;
    --radius-card:      10px;
}


/* =====================================================
   LAYOUT: CONTAINER
   ===================================================== */

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    /* Figma: form section insets 147px cada lado en 1280px */
    padding: 0 147px;
}


/* =====================================================
   COMPONENTE: BOTÓN PRIMARIO
   ===================================================== */

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    min-width: 200px;
    height: 42px;
    border: none;
    border-radius: var(--radius-pill);
    background: linear-gradient(to right, var(--btn-from), var(--btn-to));
    color: var(--color-white);
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease, transform 0.1s ease;
}

.btn-primary:hover {
    opacity: 0.88;
}

.btn-primary:active {
    transform: scale(0.98);
}


/* =====================================================
   SECCIÓN 1: HERO
   ===================================================== */

.hero {
    position: relative;
    width: 100%;
    overflow: visible;
}

/* Imagen de fondo */
.hero__bg {
    display: block;
    width: 100%;
    height: auto;
}

/* Degradado de blanco — solo visible en mobile */
.hero__fade {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    /* Empieza en 66% y llega exactamente al 100% del hero, sin desbordarse */
    top: 66%;
    height: 34%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
    z-index: 1;
}

/* Logo Midea — esquina superior derecha en desktop */
.hero__logo-midea {
    position: absolute;
    /* Figma desktop: left 1094px en 1280px → right = 1280-1094-141 = 45px */
    top: 40px;
    right: 45px;
    width: 141px;
    height: auto;
    z-index: 3;
}

/* Logo de la promo centrado en la parte superior del hero */
.hero__logo-promo {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    /* Figma desktop: 403px dentro de un container de 542px */
    width: 31.5%; /* 403/1280 */
    max-width: 403px;
    min-width: 200px;
    height: auto;
    z-index: 2;
}

/* Balón de fútbol — izquierda, parcialmente fuera del viewport */
.hero__ball {
    position: absolute;
    /* Figma desktop: left -131px, top 800px en sección de 1006px */
    left: -10.2%; /* -131/1280 */
    top: 79.5%;   /* 800/1006 */
    width: 23.8%; /* 305/1280 */
    max-width: 305px;
    height: auto;
    z-index: 10;
    pointer-events: none;
}

/* Tagline "¡Participa y grita Gol!" */
.hero__tagline {
    position: absolute;
    /* Figma desktop: top 697px de 1006px = ~69% */
    top: 69%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    letter-spacing: -1.5px;
    line-height: 1.1;
    white-space: nowrap;
    z-index: 3;
}


/* =====================================================
   SECCIÓN 2: FORMULARIO
   ===================================================== */

.section-form {
    background: var(--color-white);
    padding: 80px 0 90px;
}

/* Títulos intro */
.section-form__intro {
    text-align: center;
    margin-bottom: 52px;
}

.intro__sub {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: var(--color-secondary);
    line-height: 1.1;
    margin-bottom: 6px;
}

.intro__title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: var(--color-blue);
    line-height: 1;
    margin-bottom: 8px;
}

.intro__desc {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: var(--color-text);
    line-height: 1.1;
    letter-spacing: -1.5px;
    max-width: 986px;
    margin: 0 auto;
}

.intro__pitch {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: var(--color-muted);
    line-height: 1.4;
    letter-spacing: -0.3px;
    max-width: 820px;
    margin: 12px auto 0;
}

.intro__pitch--black {
    color: var(--color-text);
    font-weight: 700;
}

/* Subtítulos de formulario (jerarquía H4 / H5) */
.form__seo-h4 {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--color-text);
    text-align: center;
    line-height: 1.2;
    margin: 8px 0 6px;
}

.form__seo-h5 {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-muted);
    text-align: center;
    line-height: 1.35;
    letter-spacing: -0.08px;
    margin: 0 0 28px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.intro__legal {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: var(--color-muted);
    line-height: 1.5;
    letter-spacing: -0.05px;
    max-width: 700px;
    margin: 16px auto 0;
}

/* Grid del formulario: 2 columnas en desktop */
.form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 0;
}

.form__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Grupo label + campo */
.form__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form__label {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-text);
    letter-spacing: -0.16px;
    line-height: normal;
}

/* Inputs y select — estilo píldora */
.form__input,
.form__select {
    width: 100%;
    height: 41px;
    padding: 0 20px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: var(--color-white);
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--color-text);
    letter-spacing: -0.14px;
    line-height: normal;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s ease;
}

.form__input:focus,
.form__select:focus {
    border-color: var(--color-blue);
    box-shadow: 0 0 0 2px rgba(31, 148, 210, 0.15);
}

.form__input::placeholder {
    color: #BFBFBF;
    font-weight: 400;
}

/* Select con flecha custom */
.form__select-wrap {
    position: relative;
}

.form__select {
    cursor: pointer;
    padding-right: 40px;
}

/* Placeholder del select (opción deshabilitada) */
.form__select:required:invalid {
    color: #BFBFBF;
}

.form__select option {
    color: var(--color-text);
}

.form__select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

/* Checkboxes personalizados */
.form__checks {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form__check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: var(--color-text);
    cursor: pointer;
    line-height: 1.3;
}

/* Checkbox circular estilo Figma */
.form__check input[type="checkbox"] {
    width: 19px;
    height: 19px;
    min-width: 19px;
    border: 1.5px solid var(--color-border);
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    background: var(--color-white);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.form__check input[type="checkbox"]:checked {
    background: var(--color-blue);
    border-color: var(--color-blue);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M1 4L4.5 7.5L11 1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 8px;
}

/* Botón de envío centrado */
.form__submit {
    margin-top: 52px;
    text-align: center;
}


/* =====================================================
   SECCIÓN 3: ¿CÓMO PARTICIPAR?
   ===================================================== */

.section-how {
    background: var(--color-bg-gray);
    padding: 80px 0 90px;
    overflow: visible;
    position: relative;
}

/* Balón decorativo — derecha de section-how
   Figma mobile: right -30px, top 287px desde el inicio de la sección */
.section-how__ball {
    position: absolute;
    right: -30px;
    top: 287px;
    width: 180px; /* desktop: 120px × 1.5 */
    height: auto;
    pointer-events: none;
    z-index: 10;
}

.section-how__header {
    text-align: center;
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}

.section-how__title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: var(--color-text);
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.section-how__sub {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.3;
    letter-spacing: -0.08px;
    max-width: 708px;
    margin: 0 auto;
}

.section-how__steps-heading {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--color-blue);
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: -32px 0 28px;
    position: relative;
    z-index: 1;
}

/* Grid de cards — 4 columnas en desktop */
.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}

/* Card individual */
.card {
    background: var(--color-white);
    border-radius: var(--radius-card);
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px;
    text-align: center;
}

.card__icon {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 8px;
}

.card__title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: var(--color-text);
    line-height: 1.1;
    letter-spacing: -0.13px;
}

.card__desc {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.3;
    letter-spacing: -0.08px;
    opacity: 0.6;
}

/* Botón CTA centrado */
.section-how__cta {
    text-align: center;
    position: relative;
    z-index: 1;
}


/* =====================================================
   SECCIÓN: ¿CUÁNTOS BALONES HAY?
   ===================================================== */

.section-balones {
    background: #ffffff;
    padding: 92px 0 100px;
}

.balones__header {
    text-align: center;
    margin-bottom: 56px;
}

.balones__eyebrow {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: var(--color-secondary);
    line-height: 1.1;
    margin-bottom: 8px;
}

.balones__title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: var(--color-blue);
    line-height: 1;
    margin-bottom: 8px;
}

.balones__subtitle {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: var(--color-text);
    line-height: 1.1;
    letter-spacing: -1.5px;
    max-width: 949px;
    margin: 0 auto;
}

.balones__content {
    display: grid;
    grid-template-columns: 44fr 56fr;
    align-items: center;
    gap: 48px;
    background: #f6f6f6;
    border-radius: 12px;
    padding: 40px 48px;
    box-sizing: border-box;
}

.balones__lead {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: var(--color-secondary);
    line-height: 1.1;
    margin-bottom: 28px;
}

.balones__details {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.3;
    letter-spacing: -0.08px;
    margin-bottom: 36px;
}

.balones__details p {
    margin-bottom: 12px;
}

.balones__details ul {
    list-style: disc;
    padding-left: 24px;
}

.balones__details li {
    margin-bottom: 4px;
    line-height: 1.3;
}

.balones__details ul + p {
    margin-top: 10px;
}

.balones__spec-title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.3;
    letter-spacing: -0.08px;
    margin-bottom: 12px;
}

.balones__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    min-width: 200px;
    height: 42px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: transparent;
    color: var(--color-muted);
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.48px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.btn-secondary:hover {
    border-color: var(--color-blue);
    color: var(--color-blue);
}

.balones__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.balones__image img,
.balones__video {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: none;
    display: block;
}

.balones__video {
    object-fit: contain;
    border-radius: 12px;
    background-color: #f6f6f6;
    /* Mismo ancho que la imagen anterior; altura según ratio del archivo */
    aspect-ratio: auto;
}

.balones__video-legend {
    margin: 20px 0 0;
    max-width: 520px;
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.45;
    color: var(--color-muted);
    text-align: left;
    letter-spacing: -0.02em;
}


/* =====================================================
   SECCIÓN: PREMIOS
   ===================================================== */

.section-premios {
    background: #f7f7f7;
    padding: 92px 0 100px;
}

.premios__header {
    text-align: center;
    margin-bottom: 56px;
}

.premios__title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: var(--color-text);
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}

.premios__sub {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.3;
    letter-spacing: -0.08px;
    max-width: 789px;
    margin: 0 auto;
}

.premios__list {
    list-style: none;
    padding: 0;
    margin: 0 0 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.premio {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premio__title {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: var(--color-text);
    line-height: 1.1;
    letter-spacing: -0.13px;
}

.premio__desc {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.3;
    letter-spacing: -0.08px;
}

.premios__cta {
    display: flex;
    justify-content: center;
}


/* =====================================================
   FOOTER
   ===================================================== */

.footer {
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px;
    padding: 60px 0;
}

.footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    flex: 1 0 0;
}

.footer__top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__logo {
    height: 49px;
    width: auto;
    max-width: 120px;
    display: block;
    object-fit: contain;
}

.footer__copy {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #adadad;
    line-height: 18px;
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.footer__social-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer__nav {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 60px 0;
    flex-shrink: 0;
}

.footer__nav-link {
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-text);
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.footer__nav-link:hover {
    color: var(--color-blue);
}


/* =====================================================
   RESPONSIVE — TABLET (≤ 1024px)
   ===================================================== */

@media (max-width: 1024px) {

    .container {
        padding: 0 60px;
    }

    /* Hero */
    .hero__tagline {
        font-size: 36px;
    }

    .hero__logo-midea {
        width: 110px;
        right: 28px;
        top: 28px;
    }

    .hero__logo-promo {
        width: 34%;
        top: 6%;
    }

    /* Form intro */
    .intro__title {
        font-size: 56px;
    }

    .intro__desc {
        font-size: 38px;
        letter-spacing: -1px;
    }

    /* Cards */
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-how__title {
        font-size: 40px;
    }

    /* ---- Balones (tablet ≤ 1024px) — mismo patrón que otras secciones ---- */
    .section-balones {
        padding: 60px 0 72px;
    }

    .balones__header {
        margin-bottom: 40px;
    }

    /* 70px → 56px  |  50px → 38px  |  30px sin cambio (igual que form e intro) */
    .balones__title {
        font-size: 56px;
    }

    .balones__subtitle {
        font-size: 38px;
        letter-spacing: -1px;
    }

    /* Tablet: 2 columnas */
    .balones__content {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 28px;
        padding: 32px 28px;
    }

    .balones__lead {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .balones__image img,
    .balones__video {
        max-width: 100%;
    }

    /* Premios — tablet: 2 columnas */
    .section-premios {
        padding: 72px 0 80px;
    }

    .premios__list {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Footer — tablet */
    .footer__inner {
        gap: 60px;
    }

    .footer__nav {
        flex-direction: column;
        gap: 0;
        padding: 30px 0;
    }

    .footer__nav-link {
        padding-bottom: 16px;
        display: block;
    }
}


/* =====================================================
   RESPONSIVE — MOBILE (≤ 767px)
   ===================================================== */

@media (max-width: 767px) {

    .container {
        padding: 0 24px;
    }

    /* ---- Hero ---- */
    .hero__fade {
        display: block;
    }

    /* Logo Midea: centrado arriba en mobile */
    .hero__logo-midea {
        top: 32px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 81px;
    }

    /* Logo promo: más pequeño y más arriba */
    .hero__logo-promo {
        top: 18%;
        width: 61.3%; /* 230/375 */
        max-width: 230px;
        min-width: 140px;
    }

    /* Balón: repositionado en mobile */
    .hero__ball {
        width: 100px;
        left: -44px;
        top: auto;
        /* Figma mobile: top 693px en hero de 613px → se sale por abajo */
        bottom: -8%;
    }

    /* Tagline: tamaño reducido */
    .hero__tagline {
        /* Figma mobile: top 466px en 613px = 76% */
        top: 72%;
        font-size: 24px;
        letter-spacing: -0.5px;
        white-space: normal;
        padding: 0 20px;
    }

    /* ---- Formulario ---- */
    .section-form {
        padding: 48px 0 60px;
    }

    .section-form__intro {
        margin-bottom: 36px;
    }

    .intro__sub {
        font-size: 20px;
    }

    .intro__title {
        font-size: 40px;
    }

    .intro__desc {
        font-size: 26px;
        letter-spacing: -0.5px;
    }

    /* Formulario: 1 columna en mobile */
    .form__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .form__col {
        gap: 20px;
    }

    .form__submit {
        margin-top: 36px;
    }

    /* ---- Cards ---- */
    .section-how {
        padding: 60px 0 72px;
    }

    .section-how__ball {
        width: 120px; /* tamaño original Figma en mobile */
    }

    .section-how__title {
        font-size: 34px;
        letter-spacing: -0.5px;
    }

    .section-how__sub {
        font-size: 14px;
    }

    .section-how__header {
        margin-bottom: 40px;
    }

    .section-how__steps-heading {
        margin: 0 0 20px;
        font-size: 18px;
    }

    .cards {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 24px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .card {
        min-height: auto;
        padding: 32px 28px;
    }

    .section-how__cta {
        margin-top: 8px;
    }

    /* ---- Balones (mobile ≤ 767px) — mismo patrón que otras secciones ---- */
    .section-balones {
        padding: 48px 0 60px;
    }

    .balones__header {
        margin-bottom: 24px;
    }

    /* 70px → 40px  |  50px → 26px  |  30px → 20px (igual que intro__title/desc/sub) */
    .balones__eyebrow {
        font-size: 20px;
    }

    .balones__title {
        font-size: 40px;
    }

    .balones__subtitle {
        font-size: 26px;
        letter-spacing: -0.5px;
    }

    /* Mobile: 1 columna */
    .balones__content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px 20px;
    }

    /* Imagen sube antes del texto */
    .balones__image {
        order: -1;
    }

    .balones__image img,
    .balones__video {
        max-width: 280px;
        margin: 0 auto;
    }

    .balones__video-legend {
        text-align: center;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .balones__lead {
        font-size: 18px;
        text-align: center;
        margin-bottom: 16px;
    }

    .balones__details {
        font-size: 14px;
        text-align: center;
    }

    .balones__details ul {
        text-align: left;
        display: inline-block;
    }

    /* Botones centrados */
    .balones__buttons {
        align-items: center;
    }

    /* Premios — mobile: 1 columna, texto centrado */
    .section-premios {
        padding: 56px 0 64px;
    }

    .premios__list {
        grid-template-columns: 1fr;
    }

    .premio {
        text-align: center;
        align-items: center;
    }

    /* Footer — mobile */
    .footer__inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 40px 0;
    }

    .footer__brand {
        align-items: center;
        gap: 32px;
    }

    .footer__top {
        align-items: center;
        text-align: center;
    }

    .footer__copy {
        max-width: 218px;
        text-align: center;
    }

    .footer__nav {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .footer__nav-link {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        text-align: center;
        padding-bottom: 16px;
        display: block;
    }
}


/* =====================================================
   RESPONSIVE — MOBILE PEQUEÑO (≤ 390px)
   ===================================================== */

@media (max-width: 390px) {

    .hero__tagline {
        font-size: 20px;
    }

    .intro__title {
        font-size: 34px;
    }

    .intro__desc {
        font-size: 22px;
    }

    .section-how__title {
        font-size: 28px;
    }

    /* ---- Balones (mobile pequeño ≤ 390px) — mismo patrón que otras secciones ---- */
    .balones__title {
        font-size: 34px;
    }

    .balones__subtitle {
        font-size: 22px;
    }

    .balones__image img,
    .balones__video {
        max-width: 240px;
    }

    .balones__video-legend {
        max-width: 280px;
    }
}

/* =====================================================
   FORMULARIO — mensajes y reCAPTCHA (index.php)
   ===================================================== */

.form__alert {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.form__alert--error {
    background: rgba(254, 202, 202, 0.95);
    border: 1px solid rgba(248, 113, 113, 0.7);
    color: #991b1b;
}

.form__alert--success {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #065f46;
    font-weight: 500;
}

.form__alert--success strong {
    font-weight: 700;
}

.form__after-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    padding-bottom: 8px;
}

.form__link-secondary {
    font-size: 14px;
    color: var(--color-blue);
    text-decoration: underline;
    font-weight: 500;
}

.form__link-secondary:hover {
    opacity: 0.85;
}

.form .recaptcha-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 8px 0 4px;
}

.form .recaptcha-wrap .g-recaptcha {
    transform: scale(0.95);
    transform-origin: center top;
}

.form__check a {
    color: var(--color-blue);
    text-decoration: underline;
    font-weight: 500;
}

.form__select.has-value {
    color: #333333;
}
