.sj-prot-hero img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 520px;
    object-fit: cover;
}

.sj-prot-title {
    margin: 0;
    padding: 28px 0 8px;
    text-align: center;
    color: #031b40;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sj-prot-subtitle {
    margin: 0;
    padding: 24px 0 4px;
    text-align: center;
    color: #031b40;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
}

.sj-prot-band {
    padding: 40px 0;
}

.sj-prot-band--alt {
    background: linear-gradient(135deg, #f0f4fc 0%, #e8eef8 100%);
}

.sj-prot-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

.sj-prot-split--reverse .sj-prot-split-media {
    order: -1;
}

.sj-prot-split-text p {
    margin: 0 0 20px;
    line-height: 1.75;
    color: #344054;
    font-size: 1.05rem;
}

.sj-prot-split-media img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    display: block;
}

.sj-prot-cta {
    display: inline-block;
    background: #031b40;
    color: #fff;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .9rem;
}

.sj-prot-cta:hover {
    background: #0e2f6e;
    color: #fff;
}

.sj-prot-form-lead {
    background: #031b40;
    color: #fff;
    text-align: center;
    padding: 36px 16px 28px;
}

.sj-prot-form-lead h2 {
    margin: 0;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.4;
}

.sj-prot-form-wrap {
    background: #031b40;
    padding: 0 16px 48px;
}

.sj-prot-form {
    max-width: 640px;
    margin: 0 auto;
}

.sj-prot-form label {
    color: #fff;
}

.sj-prot-form .sj-form-actions button {
    width: 100%;
    background: #f8b400;
    color: #1b1b1b;
    border: none;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
}

.sj-prot-form .sj-form-actions button:hover {
    background: #e5a600;
}

@media (max-width: 900px) {
    .sj-prot-split {
        grid-template-columns: 1fr;
    }

    .sj-prot-split--reverse .sj-prot-split-media {
        order: 0;
    }
}
