.sponsors-page {
    width: 100%;
    background: #000;
}

.sponsors-section {
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-image: radial-gradient(ellipse 1000px 300px at 50% 2%, rgb(44 137 137 / 15%) 0%, rgb(11 35 35 / 10%) 30%, rgb(11 35 35 / 0%) 70%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding: 200px 0 80px 0 !important;
}

.sponsors-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    opacity: 0.22;
    pointer-events: none;
    z-index: 0;
}

.sponsors-section > * {
    position: relative;
    z-index: 1;
}

.sponsors-list {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.sponsor-card {
    border-radius: 10px;
    border: solid thin #3c3c3c;
}

.sponsor-card img {
    min-height: 75px !important;
    height: 75px !important;
    max-height: 75px !important;
}

.reg-topbar-art {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: auto;
    object-fit: cover;
    object-position: left top;
    pointer-events: none;
}

.reg-hero-logo {
    position: absolute;
    left: 39.91px;
    top: 125px;
    width: 306px;
    height: 124px;
    object-fit: cover;
}

.reg-hero-nav {
    position: absolute;
    left: 505.91px;
    top: 171px;
    width: 521px;
    height: 31px;
}

.reg-hero-nav a {
    position: absolute;
    top: 0;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.reg-hero-nav a.home {
    left: 0;
    width: 48px;
    color: var(--accent);
    text-decoration: underline;
}

.reg-hero-nav a.programacao {
    left: 67px;
    width: 125px;
}

.reg-hero-nav a.hoteis {
    left: 211px;
    width: 58px;
}

.reg-hero-nav a.patrocinadores {
    left: 283px;
    width: 141px;
}

.reg-hero-nav a.contato {
    left: 443px;
    width: 78px;
}

.reg-cta {
    position: absolute;
    left: 1069.91px;
    top: 168px;
    width: 170px;
    height: 37px;
    border-radius: 6px;
    border: 1px solid #ebb586;
    background: linear-gradient(90deg, rgba(183, 99, 18, 1) 19%, rgba(99, 63, 27, 0.77) 29%, rgba(249, 128, 11, 0.76) 51%, rgba(120, 72, 25, 0.81) 75%, rgba(109, 67, 26, 0.36) 83%, rgba(222, 117, 14, 1) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none;
}

.reg-cta img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex: 0 0 20px;
}

.reg-sponsors-block {
    position: relative;
    z-index: 2;
}

.reg-sponsors-title {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #fff;
    margin-top: 10px;
}

.reg-sponsors-subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.02;
    color: var(--accent);
}

.reg-flash-1 {
    background: radial-gradient(ellipse 130px 10px at 50% 50%, rgb(226 78 12 / 25%) 0%, rgba(193, 62, 0, 0.08) 40%, rgb(1 1 1) 60%), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, 0 0;
    background-size: 100% 100%, auto;
    z-index: 1;
    position: absolute;
    height: 10px;
    width: 130px;
    top: 215px;
    left: calc(100% / 2 - 75px);
    margin-left: 50px;
}

.reg-flash-2 {
    background: radial-gradient(ellipse 300px 70px at 60% 50%, rgb(226 78 12 / 20%) 0%, rgba(193, 62, 0, 0.08) 70%, rgb(1 1 1) 100%), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, 0 0;
    background-size: 100% 100%, auto;
    z-index: 0;
    position: absolute;
    height: 150px;
    width: 400px;
    bottom: 500px;
}

.reg-banners {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
}

.reg-banners img {
    height: 900px;
    object-fit: cover;
}

.reg-bottom-note {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.reg-bottom-note img {
    width: 60%;
}

.reg-footer-brand {
    position: absolute;
    left: 42px;
    top: 80px;
    width: 402px;
    height: 121px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .sponsors-section {
        padding: 140px 0 60px 0 !important;
    }

    .reg-flash-1 {
        top: 155px;
    }

    .sponsors-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sponsor-card img {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .sponsors-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 450px) {
    .sponsors-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablets em retrato e menores: os dois banners (~468px cada na altura
   fixa de 900px) não cabem mais lado a lado e passam a empilhar,
   escalando com a largura da tela */
@media (max-width: 991px) {
    .reg-banners {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 0 16px;
    }

    .reg-banners img {
        height: auto;
        width: min(100%, 520px);
        object-fit: contain;
    }

    .reg-bottom-note {
        padding: 0 16px;
    }

    .reg-bottom-note img {
        width: min(100%, 640px);
    }
}
