.sbh-wrap.sbsp-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 18px 12px 34px;
    font: inherit;
    color: #22324a;
    box-sizing: border-box;
}

.sbh-wrap.sbsp-wrap *,
.sbh-wrap.sbsp-wrap *::before,
.sbh-wrap.sbsp-wrap *::after {
    box-sizing: border-box;
}

.sbsp-hero.sbh-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1d6fd6 0%, #4e9af4 52%, #ff5fa2 100%);
    border-radius: 28px;
    padding: 30px 24px;
    box-shadow: 0 16px 42px rgba(29, 111, 214, 0.22);
    color: #fff;
}

.sbsp-hero.sbh-hero::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -60px;
    top: -80px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.sbsp-hero-content {
    position: relative;
    z-index: 1;
}

.sbsp-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 7vw, 3.4rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.sbsp-hero p {
    margin: 14px 0 0;
    max-width: 720px;
    color: #fff;
    font-size: clamp(1rem, 3.4vw, 1.28rem);
    line-height: 1.45;
    font-weight: 650;
}

.sbsp-intro-card.sbh-intro-card {
    margin: 18px 0;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #cfe7ff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(20, 51, 90, 0.08);
    font-weight: 650;
    line-height: 1.55;
}

.sbsp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sbsp-sponsor.sbh-tool-card,
.sbsp-empty-card.sbh-tool-card {
    display: flex;
    flex-direction: column;
    min-height: 238px;
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #cfe7ff;
    box-shadow: 0 12px 34px rgba(20, 51, 90, 0.08);
}

.sbsp-empty-card.sbh-tool-card {
    min-height: auto;
    margin-top: 18px;
}

.sbsp-empty-card h2,
.sbsp-sponsor h2 {
    margin: 0;
    color: #14335a;
    font-weight: 900;
    line-height: 1.18;
}

.sbsp-empty-card p,
.sbsp-sponsor p {
    color: #52647d;
    line-height: 1.5;
}

.sbsp-sponsor-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.sbsp-photo {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #cfe7ff;
    background: #eef7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(20, 51, 90, 0.08);
}

.sbsp-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sbsp-photo span {
    color: #1d6fd6;
    font-size: 2rem;
    font-weight: 900;
}

.sbsp-sponsor-title {
    min-width: 0;
}

.sbsp-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff1f7;
    border: 1px solid #ffd0e4;
    color: #b61c63;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
}

.sbsp-tagline {
    margin: 7px 0 0;
    font-weight: 700;
}

.sbsp-sales-text {
    margin: 16px 0 0;
    flex: 1 1 auto;
}

.sbsp-contact-list {
    display: grid;
    gap: 7px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e1f0ff;
    color: #52647d;
    font-size: 0.98rem;
    line-height: 1.45;
}

.sbsp-contact-list strong {
    color: #14335a;
    font-weight: 900;
}

.sbsp-contact-list a {
    color: #1d6fd6;
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.sbsp-contact-list a:hover,
.sbsp-contact-list a:focus {
    text-decoration: underline;
}

.sbsp-button.sbh-open-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 16px;
    border: 0;
    background: linear-gradient(135deg, #1d6fd6, #ff5fa2);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 12px 26px rgba(29, 111, 214, 0.2);
}

.sbsp-button.sbh-open-button:hover,
.sbsp-button.sbh-open-button:focus {
    filter: brightness(1.04);
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 720px) {
    .sbh-wrap.sbsp-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sbsp-hero.sbh-hero {
        padding: 26px 20px;
        border-radius: 24px;
    }

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

    .sbsp-sponsor.sbh-tool-card,
    .sbsp-empty-card.sbh-tool-card {
        min-height: auto;
    }

    .sbsp-sponsor-top {
        gap: 12px;
    }

    .sbsp-photo {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
        border-radius: 20px;
    }
}
