body.fourkm-general-page {
    background:
        linear-gradient(180deg, #f9f7fc 0%, #fbfbfe 48%, #ffffff 100%);
}

.fourkm-general-page .spn-header {
    background:
        linear-gradient(90deg, #2d1b4e 0%, #51357d 56%, #ff6b5b 100%);
    box-shadow: 0 14px 32px rgba(45, 27, 78, 0.2);
}

.fourkm-general-main {
    padding-bottom: 4rem;
}

.fourkm-general-hero {
    background:
        linear-gradient(135deg, rgba(45, 27, 78, 0.96), rgba(93, 48, 115, 0.92));
    padding: 0;
    text-align: left;
}

.fourkm-general-hero-home {
    background:
        linear-gradient(120deg, rgba(37, 24, 64, 0.98), rgba(255, 107, 91, 0.88));
}

.fourkm-general-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3.7rem 1.25rem 3.2rem;
}

.fourkm-general-kicker {
    color: #ffb9b1;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.95rem;
}

.fourkm-general-subhead {
    max-width: 48rem;
    color: rgba(249, 244, 255, 0.88);
    margin-top: 0.95rem;
}

.fourkm-general-copy {
    max-width: 1100px;
    margin: -1.7rem auto 0;
    padding: 0 1.25rem;
}

.fourkm-general-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}

.fourkm-general-sheet {
    background: #fffefe;
    border: 1px solid rgba(255, 107, 91, 0.16);
    border-radius: 10px;
    padding: 2rem 1.4rem 2.3rem;
    box-shadow: 0 14px 36px rgba(39, 23, 63, 0.08);
}

.fourkm-general-sheet h2 {
    color: #4a2e71;
    font-size: 1.24rem;
    margin: 1.5rem 0 0.75rem;
}

.fourkm-general-sheet p,
.fourkm-general-sheet li {
    color: #2d2140;
    line-height: 1.82;
}

.fourkm-general-sheet p + p,
.fourkm-general-sheet p + h2,
.fourkm-general-sheet h2 + p {
    margin-top: 0.85rem;
}

.fourkm-general-page .spn-footer {
    margin-top: 3rem;
    background: #221733;
}

@media (min-width: 768px) {
    .fourkm-general-hero-inner {
        padding-top: 4.4rem;
        padding-bottom: 3.7rem;
    }

    .fourkm-general-columns {
        grid-template-columns: minmax(0, 790px);
        justify-content: center;
    }

    .fourkm-general-sheet {
        padding: 2.5rem 2.45rem 2.8rem;
    }
}
