.chito-sponsors-page .chito-header {
    position: sticky;
    top: 0;
}

.chito-sponsors-hero {
    color: #fff;
    background:
        radial-gradient(circle at 78% 20%, rgba(255, 201, 40, .28), transparent 24%),
        linear-gradient(135deg, #06233f 0%, #075374 54%, #08aeb6 100%);
    overflow: hidden;
}

.chito-sponsors-hero__grid {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
    align-items: center;
    gap: 42px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.chito-sponsors-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    line-height: .94;
    letter-spacing: -.065em;
}

.chito-sponsors-hero p:not(.chito-kicker) {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.86);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.6;
    font-weight: 650;
}

.chito-sponsors-hero__panel {
    position: relative;
    min-height: 300px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.08)),
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.26), transparent 36%);
    box-shadow: 0 26px 70px rgba(0,0,0,.22);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.chito-sponsors-hero__panel::before {
    content: "🦆";
    position: absolute;
    right: -8px;
    bottom: -42px;
    font-size: 9rem;
    opacity: .18;
    transform: rotate(-8deg);
}

.chito-sponsors-hero__panel span {
    display: block;
    color: var(--chito-yellow);
    font-size: clamp(4.8rem, 10vw, 8.4rem);
    line-height: .9;
    font-weight: 1000;
    letter-spacing: -.075em;
}

.chito-sponsors-hero__panel strong,
.chito-sponsors-hero__panel em {
    display: block;
    color: #fff;
    font-style: normal;
}

.chito-sponsors-hero__panel strong {
    font-size: 2rem;
    letter-spacing: -.04em;
}

.chito-sponsors-hero__panel em {
    margin-top: 8px;
    color: rgba(255,255,255,.76);
    font-weight: 800;
}

.chito-sponsor-section {
    padding: 64px 0;
}

.chito-sponsor-section--main {
    background: linear-gradient(180deg, #ffffff 0%, #eefaff 100%);
}

.chito-sponsor-section--support {
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.chito-sponsors-grid {
    display: grid;
    gap: 18px;
}

.chito-sponsors-grid--principal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.chito-sponsor-card {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 22px;
    color: var(--chito-navy) !important;
    text-align: center;
    background: #fff;
    border: 1px solid var(--chito-border);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(6,35,63,.08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.chito-sponsor-card:hover {
    transform: translateY(-3px);
    border-color: rgba(8,191,195,.42);
    box-shadow: 0 22px 55px rgba(6,35,63,.13);
}

.chito-sponsor-card--principal {
    min-height: 204px;
    padding: 28px;
    border-radius: 26px;
    border-color: rgba(8,191,195,.24);
    background:
        linear-gradient(180deg, #fff 0%, #f7fdff 100%);
}

.chito-sponsor-card__logo {
    min-height: 82px;
    display: grid;
    place-items: center;
}

.chito-sponsor-card--principal .chito-sponsor-card__logo {
    min-height: 112px;
}

.chito-sponsor-card__logo img {
    display: block;
    max-width: 100%;
    max-height: 78px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.chito-sponsor-card--principal .chito-sponsor-card__logo img {
    max-height: 104px;
}

.chito-sponsor-card__logo strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    color: var(--chito-navy);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.chito-sponsor-card--principal .chito-sponsor-card__logo strong {
    font-size: clamp(1.45rem, 2.6vw, 2.15rem);
}

.chito-sponsor-card__name {
    display: block;
    font-weight: 900;
    line-height: 1.2;
    color: var(--chito-navy);
}

.chito-sponsor-card__link {
    display: block;
    color: var(--chito-teal-dark);
    font-size: .88rem;
    font-weight: 900;
}

.chito-sponsor-cta {
    padding: 40px 0 72px;
    background: #fff;
}

.chito-sponsor-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 26px;
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(135deg, #e8fbff 0%, #fff7d7 100%);
    border: 1px solid rgba(8,191,195,.18);
    box-shadow: 0 18px 50px rgba(6,35,63,.08);
}

.chito-sponsor-cta h2 {
    margin: 0;
    color: var(--chito-navy);
    font-size: clamp(2rem, 4.2vw, 3.2rem);
    line-height: 1;
    letter-spacing: -.055em;
}

.chito-sponsor-cta p:not(.chito-kicker) {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--chito-muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .chito-sponsors-hero__grid,
    .chito-sponsor-cta__inner {
        grid-template-columns: 1fr;
    }

    .chito-sponsors-hero__panel {
        min-height: 220px;
    }

    .chito-sponsors-grid--principal {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chito-sponsors-grid--standard,
    .chito-sponsors-grid--support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .chito-sponsors-hero__grid {
        min-height: auto;
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .chito-sponsors-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.45rem);
    }

    .chito-sponsors-hero__panel {
        display: none;
    }

    .chito-sponsor-section {
        padding: 46px 0;
    }

    .chito-sponsors-grid--principal,
    .chito-sponsors-grid--standard,
    .chito-sponsors-grid--support {
        grid-template-columns: 1fr;
    }

    .chito-sponsor-card,
    .chito-sponsor-card--principal {
        min-height: 138px;
        padding: 20px;
    }

    .chito-sponsor-card__logo,
    .chito-sponsor-card--principal .chito-sponsor-card__logo {
        min-height: 72px;
    }

    .chito-sponsor-cta__inner {
        padding: 26px;
    }
}
