:root {
    --sponsors-surface: #f8f3ea;
    --sponsors-card: #fffdfa;
    --sponsors-border: rgba(23, 24, 26, 0.14);
    --sponsors-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.sponsors-page {
    margin: 0;
    background-color: var(--pcasb-darker-gray);
    color: #1f2024;
    font-family: "Open Sans", sans-serif;
}

.sponsors-hero {
    position: relative;
    min-height: 26rem;
    overflow: hidden;
}

.sponsors-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.34) 100%);
    pointer-events: none;
}

.sponsors-hero__image {
    width: 100%;
    height: 100%;
    min-height: 26rem;
    object-fit: cover;
    filter: brightness(0.9);
}

.sponsors-hero__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 4;
}

.sponsors-hero__content {
    color: var(--pcasb-light-gray);
}

.sponsors-hero__eyebrow {
    margin: 0 0 0.7rem;
    color: var(--pcasb-gold);
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.sponsors-hero__title {
    margin: 0;
    color: var(--pcasb-light-gray);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.48);
}

.sponsors-hero__intro {
    max-width: 46rem;
    margin: 1rem 0 0;
    color: rgba(244, 244, 244, 0.88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.sponsors-section {
    position: relative;
    z-index: 2;
    margin-top: -5.4rem;
    padding: 0 0 5rem;
    /* background-color: #111; */
    /* background-color: var(--pcasb-light-gray); */
    /* background-color: var(--pcasb-dark); */
    background-color: var(--pcasb-medium-gray);
   
}

.sponsors-section::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background-color: var(--pcasb-medium-gray);
    z-index: 3;
    pointer-events: none;
}

.sponsors-section__container {
    position: relative;
}

.sponsors-section__container::before {
    content: "";
    position: absolute;
    top: -2.2rem;
    left: 1rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, transparent 72%);
    filter: blur(2px);
    pointer-events: none;
}

.sponsors-shell {
    position: relative;
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.45rem;
    box-shadow: 0 36px 80px rgba(0, 0, 0, 0.42), 0 8px 18px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 2.15rem;
}

.sponsors-shell__header {
    margin-bottom: 1.75rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sponsors-shell__eyebrow {
    margin: 0;
    color: var(--pcasb-red);
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sponsors-shell__title {
    margin: 0.45rem 0 0;
    color: #e8e8e8;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 700;
}

.sponsors-shell__text {
    margin: 0.8rem 0 0;
    color: #d0d0d0;
    line-height: 1.75;
    max-width: 60rem;
    text-align: center;
}

.sponsor-block {
    margin-top: 1.75rem;
    padding: 1.05rem 1.05rem 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, var(--sponsors-card) 100%);
    border: 1px solid rgba(15, 15, 15, 0.1);
    border-radius: 1.02rem;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.09);
}

.sponsor-block:first-of-type {
    margin-top: 0;
}

.sponsor-block__header {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1rem;
    color: var(--pcasb-red);
    font-family: "Montserrat", sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(146, 0, 0, 0.3);
    padding-bottom: 0.45rem;
}

.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.sponsor-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 1rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.1rem;
    height: 100%;
}

.sponsor-card h4 {
    margin: 0;
    color: var(--pcasb-red);
    font-family: "Montserrat", sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
}

.sponsor-card p {
    margin: 0.55rem 0 0;
    color: #3f4146;
    font-size: 0.93rem;
    line-height: 1.62;
}

.sponsor-card a {
    color: var(--neptune-blue);
    text-decoration: none;
    word-break: break-word;
}

.sponsor-card a:hover {
    text-decoration: underline;
}

.sponsors-footer-message {
    margin: 2rem 0 0;
    color: #7a5a22;
    text-align: center;
    font-style: italic;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .sponsors-section {
        margin-top: -4.4rem;
    }

    .sponsors-shell {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .sponsors-hero,
    .sponsors-hero__image {
        min-height: 21rem;
    }

    .sponsors-section {
        margin-top: -2.6rem;
        padding: 0 0 4rem;
    }

    .sponsors-shell {
        padding: 1.2rem;
    }

    .sponsor-block {
        padding: 0.9rem;
    }

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