.site-page {
    background: #fff;
    color: #111827;
}

.site-page-container {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 20px;
    width: 100%;
}

.site-page-hero {
    background: #f7f8fb;
    border-bottom: 1px solid #e5e7eb;
    padding: 88px 0 58px;
    position: relative;
}

.site-page-hero.has-cover {
    background-image: linear-gradient(90deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.42)), var(--page-cover);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.site-page-kicker {
    color: #f9c123;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.site-page-hero h1 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
    max-width: 780px;
}

.site-page-hero p {
    font-size: 1.1rem;
    line-height: 1.65;
    margin: 18px 0 0;
    max-width: 760px;
}

.site-page-content {
    padding: 56px 0 76px;
}

.site-rich-text {
    color: #334155;
    font-size: 1rem;
    line-height: 1.78;
    max-width: 860px;
}

.site-rich-text h2,
.site-rich-text h3,
.site-rich-text h4 {
    color: #111827;
    font-weight: 800;
    line-height: 1.2;
    margin: 1.8em 0 0.6em;
}

.site-rich-text p,
.site-rich-text ul,
.site-rich-text ol,
.site-rich-text blockquote,
.site-rich-text table {
    margin: 0 0 1.1em;
}

.site-rich-text a {
    color: #0f626a;
    font-weight: 700;
}

.site-rich-text img {
    border-radius: 5px;
    height: auto;
    max-width: 100%;
}

.site-rich-text blockquote {
    border-left: 4px solid #f9c123;
    color: #111827;
    padding: 12px 0 12px 18px;
}

@media (max-width: 760px) {
    .site-page-hero {
        padding: 64px 0 42px;
    }

    .site-page-content {
        padding: 38px 0 56px;
    }
}
