/* Standalone pages — white + #4d9ded, matches SEO section family */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,560;9..144,700&family=Source+Sans+3:wght@400;600;700&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
}

body.st-body {
    margin: 0;
    min-height: 100vh;
    font-family: "Source Sans 3", "Segoe UI", sans-serif;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #1e2a38;
    background: #ffffff;
}

.st-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 18px 28px;
    border-bottom: 3px double #d7e6f6;
    background: #ffffff;
}

.st-logo {
    font-family: Fraunces, Georgia, serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #4d9ded;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.st-nav {
    display: flex;
    gap: 8px 6px;
    flex-wrap: wrap;
}

.st-nav a {
    color: #1e2a38;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 10px;
    border: 1px solid transparent;
}

.st-nav a:hover {
    color: #2f82d6;
    border-color: #d7e6f6;
    background: #eef6fd;
}

.st-main {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 22px 64px;
}

.st-hero {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #4d9ded;
}

.st-kicker {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4d9ded;
}

.st-h1 {
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.7rem, 3.4vw, 2.2rem);
    margin: 0 0 12px;
    color: #1e2a38;
    line-height: 1.2;
}

.st-lead {
    margin: 0;
    font-size: 1.08rem;
    color: #5a6b7c;
}

.st-prose p {
    margin: 0 0 14px;
    color: #2a3a4c;
}

.st-prose h2 {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.28rem;
    margin: 30px 0 12px;
    color: #4d9ded;
}

.st-prose h3 {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.08rem;
    margin: 22px 0 10px;
    color: #2f82d6;
}

.st-prose ul,
.st-prose ol {
    margin: 0 0 16px 1.2em;
    padding: 0;
}

.st-prose img {
    max-width: 100%;
    height: auto;
    margin: 8px 0 18px;
    border: 1px solid #d7e6f6;
    background: #fff;
}

.st-card {
    border: 1px solid #d7e6f6;
    padding: 22px 22px 18px;
    margin-bottom: 22px;
    background: #ffffff;
    box-shadow: 8px 10px 0 rgba(77, 157, 237, 0.08);
}

.st-card h2 {
    margin-top: 0;
    color: #1e2a38;
}

.st-card time {
    display: block;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4d9ded;
    margin-bottom: 10px;
    font-weight: 700;
}

.st-card img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 14px;
    border: 1px solid #d7e6f6;
}

.st-card a.cta {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    color: #ffffff;
    background: #4d9ded;
    text-decoration: none;
    padding: 8px 14px;
}

.st-card a.cta:hover {
    background: #2f82d6;
}

.st-footer {
    padding: 22px;
    border-top: 3px double #d7e6f6;
    background: #ffffff;
    text-align: left;
}

.st-footer-note {
    margin: 0 auto;
    max-width: 820px;
    font-size: 0.95rem;
}

.st-footer-note a {
    color: #4d9ded;
    font-weight: 700;
    text-underline-offset: 3px;
}

@media (max-width: 560px) {
    .st-header {
        padding: 14px 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}
