.checagem-event-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(220px, 20vw, 300px);
    display: flex;
    align-items: center;
    width: 100%;
    overflow: visible;
    color: #fff;
    background: #f8f9fa;
}

.checagem-event-hero__backdrop {
    display: none;
}

.checagem-event-hero__image {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.06) contrast(1.03);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .92) 68%, rgba(0, 0, 0, .52) 84%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .92) 68%, rgba(0, 0, 0, .52) 84%, transparent 100%);
}

.checagem-event-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(7, 13, 32, .94) 0%, rgba(7, 13, 32, .72) 42%, rgba(7, 13, 32, .30) 76%, rgba(7, 13, 32, .48) 100%),
        linear-gradient(180deg, rgba(7, 13, 32, .20) 0%, rgba(7, 13, 32, .05) 55%, rgba(7, 13, 32, .34) 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 56%, rgba(0, 0, 0, .78) 72%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 56%, rgba(0, 0, 0, .78) 72%, transparent 100%);
}

.checagem-event-hero__fade {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset-inline: 0;
    bottom: -64px;
    height: 230px;
    background: linear-gradient(to bottom, transparent 0%, rgba(248, 249, 250, .12) 24%, rgba(248, 249, 250, .58) 56%, rgba(248, 249, 250, .94) 80%, #f8f9fa 100%);
}

.checagem-event-hero__content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 36px 24px 58px;
    position: relative;
    z-index: 1;
}

.checagem-event-hero__title {
    max-width: 900px;
    font-family: 'Saira Condensed', 'Inter', sans-serif;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .005em;
    line-height: .98;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.checagem-event-hero .font-brand {
    font-family: 'Saira Condensed', 'Inter', sans-serif;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .005em;
}

@media (max-width: 767px) {
    .checagem-event-hero { min-height: 210px; }
    .checagem-event-hero__content { padding: 30px 18px 52px; text-align: center; }
    .checagem-event-hero__title { margin-inline: auto; }
    .checagem-event-hero__shade {
        background: linear-gradient(180deg, rgba(7, 13, 32, .62) 0%, rgba(7, 13, 32, .42) 48%, rgba(7, 13, 32, .30) 100%);
    }
}
