.blog-hero {
    padding: 72px 0 28px;
    background: radial-gradient(1200px 600px at 20% 0%, rgba(15, 37, 71, 0.18), transparent 60%),
                radial-gradient(900px 500px at 80% 10%, rgba(27, 75, 140, 0.12), transparent 55%);
}

.blog-hero__title {
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    color: #0F2547;
}

.blog-hero__subtitle {
    margin: 12px 0 0;
    color: rgba(15, 37, 71, 0.78);
    font-size: 1.05rem;
    line-height: 1.55;
    max-width: 56ch;
}

.blog-list {
    padding: 28px 0 72px;
}

.blog-empty {
    display: flex;
    justify-content: center;
    padding: 24px 0;
}

.blog-empty__card {
    width: 100%;
    max-width: 720px;
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 16px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 37, 71, 0.08);
}

.blog-empty__title {
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0F2547;
}

.blog-empty__text {
    margin: 0 0 14px;
    color: rgba(15, 37, 71, 0.78);
}

.blog-empty__link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #1B4B8C;
}

.blog-card {
    display: block;
    height: 100%;
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(15, 37, 71, 0.10);
    border-color: rgba(27, 75, 140, 0.20);
}

.blog-card__body {
    padding: 20px;
}

.blog-card__title {
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    color: #0F2547;
    line-height: 1.2;
}

.blog-card__excerpt {
    margin: 0 0 14px;
    color: rgba(15, 37, 71, 0.78);
    line-height: 1.55;
}

.blog-card__meta {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 10px;
    color: rgba(15, 37, 71, 0.60);
    font-weight: 600;
    font-size: 0.9rem;
}

.blog-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(27, 75, 140, 0.08);
    color: #1B4B8C;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.01em;
}

.blog-card__footer {
    display: flex;
    justify-content: flex-end;
}

.blog-card__cta {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #1B4B8C;
}

.blog-post {
    padding: 48px 0 72px;
}

.blog-post__placeholder {
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 16px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 37, 71, 0.08);
}

.blog-post__article {
    max-width: 820px;
    margin: 0 auto;
}

.blog-post__title {
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    color: #0F2547;
    line-height: 1.15;
}

.blog-post__lead {
    margin: 0 0 16px;
    color: rgba(15, 37, 71, 0.78);
    line-height: 1.6;
}

.blog-post__back {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #1B4B8C;
}

.blog-post__meta {
    color: rgba(15, 37, 71, 0.65);
    font-weight: 600;
    margin: 6px 0 0;
}

.blog-post__content {
    margin-top: 22px;
    color: rgba(15, 37, 71, 0.88);
    line-height: 1.75;
    font-size: 1.02rem;
}

.blog-post__content h2 {
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 700;
    color: #0F2547;
}

.blog-post__content h3 {
    margin-top: 1.8rem;
    margin-bottom: 0.6rem;
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 700;
    color: #0F2547;
}

.blog-post__content a {
    color: #1B4B8C;
    font-weight: 600;
}

.ac-post {
    padding: 44px 0 80px;
}

.ac-article {
    max-width: 860px;
    margin: 0 auto;
}

.ac-back {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #1B4B8C;
}

.ac-hero {
    margin-top: 16px;
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 16px;
    padding: 26px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 37, 71, 0.08);
}

.ac-hero-media {
    margin: 18px 0 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 37, 71, 0.10);
    background: rgba(15, 37, 71, 0.04);
}

.ac-hero-media__img {
    width: 100%;
    height: auto;
    display: block;
}

.ac-title {
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    color: #0F2547;
    line-height: 1.12;
}

.ac-subtitle {
    margin: 12px 0 0;
    color: rgba(15, 37, 71, 0.78);
    line-height: 1.6;
    font-size: 1.05rem;
    max-width: 70ch;
}

.ac-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: rgba(15, 37, 71, 0.60);
    font-weight: 600;
    font-size: 0.92rem;
}

.ac-meta__sep {
    opacity: 0.7;
}

.ac-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.ac-cta-secondary {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    color: #1B4B8C;
    padding: 10px 0;
}

.ac-body {
    margin-top: 26px;
    color: rgba(15, 37, 71, 0.88);
    line-height: 1.75;
    font-size: 1.02rem;
}

.ac-body section {
    margin-top: 28px;
}

.ac-body h2 {
    margin: 0 0 10px;
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 800;
    color: #0F2547;
    line-height: 1.2;
}

.ac-body h3 {
    margin: 18px 0 8px;
    font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
    font-weight: 750;
    color: #0F2547;
    line-height: 1.25;
}

.ac-body a {
    color: #1B4B8C;
    font-weight: 650;
}

.ac-body nav.ac-toc {
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 14px;
    padding: 18px;
    background: rgba(27, 75, 140, 0.04);
}

.ac-body nav.ac-toc ol,
.ac-body nav.ac-toc ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.ac-body .ac-summary {
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 14px;
    padding: 18px;
    background: #fff;
}

.ac-body figure {
    margin: 16px 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 37, 71, 0.10);
    background: rgba(15, 37, 71, 0.04);
}

.ac-body figure img {
    width: 100%;
    height: auto;
    display: block;
}

.ac-body figcaption {
    padding: 10px 12px;
    font-size: 0.92rem;
    color: rgba(15, 37, 71, 0.70);
    background: rgba(255, 255, 255, 0.75);
}

.ac-body pre {
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 12px;
    padding: 14px;
    background: rgba(15, 37, 71, 0.04);
    overflow: auto;
}

.ac-final-cta {
    margin-top: 30px;
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 16px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 37, 71, 0.08);
}

.ac-pagination {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.ac-pagination__inner {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgba(15, 37, 71, 0.12);
    border-radius: 999px;
    padding: 10px 14px;
    background: #fff;
}

.ac-page {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    color: #1B4B8C;
    padding: 6px 10px;
    border-radius: 999px;
}

.ac-page--current {
    color: rgba(15, 37, 71, 0.75);
    font-weight: 700;
}

.ac-page--disabled {
    color: rgba(15, 37, 71, 0.40);
    font-weight: 700;
    padding: 6px 10px;
}
