.eventos-hero {
    min-height: 66vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.eventos-hero-image,
.eventos-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.eventos-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(230, 191, 129, 0.22), transparent 42%),
        linear-gradient(180deg, rgba(26, 18, 14, 0.72), rgba(26, 18, 14, 0.5));
}

.eventos-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 860px;
    padding-top: 90px;
    padding-bottom: 42px;
}

.eventos-kicker {
    margin: 0 0 8px;
    color: #f3d9a7;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: .8rem;
}

.eventos-hero-content h1 {
    font-size: clamp(2.2rem, 5.2vw, 4.4rem);
    line-height: 1.02;
    margin-bottom: 12px;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.eventos-hero-content p {
    max-width: 58ch;
    margin-inline: auto;
    color: #f2e9da;
    font-size: 1.02rem;
}

.eventos-intro-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffcf7 100%);
    border: 1px solid #e7d8c0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 16px 30px rgba(56, 38, 24, 0.1);
    margin-bottom: 26px;
}

.eventos-intro-card h2 {
    margin-bottom: 10px;
    color: #4e2713;
    font-size: clamp(1.8rem, 2.2vw, 2.3rem);
}

.eventos-highlights {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.eventos-highlights article {
    background: #fff7e8;
    border: 1px solid #ebd4aa;
    border-radius: 12px;
    padding: 16px 14px;
    text-align: center;
}

.eventos-highlights article i {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    margin-bottom: 8px;
    color: #5d3418;
    background: linear-gradient(180deg, #f3dfab, #e3c571);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.eventos-highlights strong {
    display: block;
    color: #583015;
    font-size: 1.05rem;
    line-height: 1.1;
}

.eventos-highlights span {
    color: #5d6676;
    font-size: 0.88rem;
    line-height: 1.35;
}

.eventos-services-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.eventos-service-card {
    background: #fff;
    border: 1px solid #e6d9c5;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(56, 38, 24, 0.08);
}

.eventos-service-card h3 {
    margin-bottom: 12px;
    color: #4f2912;
}

.eventos-service-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.eventos-service-card li {
    position: relative;
    padding-left: 24px;
    line-height: 1.6;
    color: #435164;
}

.eventos-service-card li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 0.74rem;
    font-weight: 800;
    color: #2c200f;
    background: linear-gradient(180deg, #ecd37f, #d7b344);
}

.eventos-cta-band {
    margin-top: 28px;
    background: linear-gradient(145deg, #fff8ea, #fff1d9);
    border: 1px solid #e5ca95;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    box-shadow: 0 16px 28px rgba(83, 48, 16, 0.12);
}

.eventos-cta-band h3 {
    color: #5a2f12;
    margin-bottom: 8px;
}

.eventos-cta-band .btn {
    min-width: 220px;
}

.eventos-galeria .section-intro {
    margin-bottom: 20px;
}

.eventos-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.eventos-grid a {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 12px;
    border: 1px solid #e4d8c6;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(44, 30, 20, 0.1);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.eventos-main,
.eventos-galeria {
    padding-top: 34px;
    padding-bottom: 34px;
}

.eventos-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eventos-grid a::after {
    content: "\f00e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
}

.eventos-grid a:hover {
    transform: translateY(-2px);
    border-color: #d2b173;
    box-shadow: 0 16px 28px rgba(44, 30, 20, 0.16);
}

.eventos-grid a:hover::after {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .eventos-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eventos-services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .eventos-cta-band {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .eventos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eventos-grid a {
        height: 200px;
    }

    .eventos-main,
    .eventos-galeria {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (max-width: 640px) {
    .eventos-highlights,
    .eventos-grid {
        grid-template-columns: 1fr;
    }

    .eventos-intro-card {
        padding: 20px;
        margin-bottom: 18px;
    }

    .eventos-service-card {
        padding: 16px;
    }

    .eventos-cta-band {
        margin-top: 20px;
        padding: 16px;
    }
}
