/* Hero páginas informativas (puntuación, about, guía, legales) */
.hero-section--info-page::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-section--info-page::before {
    background: rgba(0, 0, 0, 0.55);
}

.hero-section--info-page .hero-section--public-banner__inner {
    align-items: flex-end;
    padding-bottom: 1.35rem;
    min-height: 0;
}

.hero-info-layout {
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-section--info-page .hero-info-icon {
    color: #ffffff;
    font-size: 0.82em;
    line-height: 1;
    opacity: 0.92;
    vertical-align: -0.06em;
}

.hero-section--info-page .hero-info-meta {
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    color: rgba(255, 255, 255, 0.78);
    max-width: none;
    letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
    .hero-section.hero-section--public-banner.hero-section--info-page {
        aspect-ratio: auto;
        min-height: max(calc((100vw * 2 / 3) + 7rem), 19rem);
        height: auto;
        overflow: visible;
        align-items: flex-end;
        justify-content: flex-end;
        background-size: cover;
        background-position: center 22%;
        background-color: #0d0d0d;
    }

    .hero-section--info-page::after {
        height: 100%;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.72) 42%,
            rgba(0, 0, 0, 0.94) 100%
        );
    }

    .hero-section--info-page .hero-section--public-banner__inner {
        align-items: flex-end;
        flex: 1 1 auto;
        align-self: stretch;
        justify-content: flex-end;
        padding: 0.5rem 0.85rem 0.85rem;
    }

    .hero-section--info-page .hero-index-headline {
        font-size: clamp(1.6rem, 7.5vw, 2rem);
    }

    .hero-section--info-page .hero-index-tagline {
        font-size: 0.8125rem;
        line-height: 1.4;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .hero-section--info-page::after {
        height: 58%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 60%, transparent 100%);
    }

    .hero-section--info-page .hero-section--public-banner__inner {
        align-items: center;
        padding-bottom: 0;
    }

    .hero-section--info-page .hero-index-headline {
        font-size: clamp(2.35rem, 4.8vw, 3rem);
    }

    .hero-section--info-page .hero-index-tagline {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .hero-section--info-page .hero-index-tagline {
        max-width: 42ch;
    }
}

@media (min-width: 1200px) {
    .hero-section--info-page .hero-index-headline {
        font-size: 3.15rem;
    }
}
