.sponsors-page {
    padding: 140px 0 80px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 220px);
}

.sponsors-hero {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.sponsors-hero h1 {
    margin: 16px 0 14px;
    font-size: 38px;
    font-weight: 900;
    color: #0f172a;
}

.sponsors-hero p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
}

.sponsors-current {
    max-width: 1040px;
    margin: 0 auto 56px;
}

.sponsors-current h2 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
}

.sponsors-current-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.sponsors-paths {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 24px;
    align-items: start;
}

.sponsors-path-card {
    background: #ffffff;
    border: 1px solid #e6e9ee;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07);
    padding: 32px;
}

.sponsors-path-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 22px;
    margin-bottom: 18px;
}

.sponsors-path-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
}

.sponsors-path-card p {
    margin: 0 0 20px;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.sponsors-path-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: #2563eb;
}

.sponsors-path-card__link:hover {
    color: #1d4ed8;
    text-decoration: none;
}

.sponsors-form-group {
    margin-bottom: 16px;
}

.sponsors-form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 13.5px;
    color: #334155;
}

.sponsors-form-group .form-control {
    border-radius: 10px;
    border: 1px solid #dce6f3;
    box-shadow: none;
}

.sponsors-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    border: none;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.sponsors-form-submit:hover {
    color: #fff;
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.38);
}

@media (max-width: 767px) {
    .sponsors-page {
        padding: 120px 0 60px;
    }

    .sponsors-hero h1 {
        font-size: 28px;
    }

    .sponsors-paths {
        grid-template-columns: 1fr;
    }
}
