

.blog-post-view {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px 120px;
}

.blog-hero {
    padding-top: calc(var(--nav-height) + 100px);
    padding-bottom: 60px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blog-hero h1 {
    font-size: clamp(2.5rem, 6vw, 3.8rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: #fff;
    margin-bottom: 2rem;
}

.blog-meta-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2.5rem;
}

.meta-label {
    padding: 6px 14px;
    border-radius: 10px;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meta-label.category { background: rgba(255, 184, 0, 0.15); color: var(--accent-amber); border: 1px solid rgba(255, 184, 0, 0.3); }
.meta-label.date {
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    border: 1px solid rgba(255, 255, 255, 0.14);
}
.meta-label.read {
    background: rgba(0, 240, 255, 0.12);
    color: #cffafe;
    border: 1px solid rgba(0, 240, 255, 0.32);
}

.blog-body-card,
.blog-prose {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    z-index: auto;
}

.blog-section {
    padding: 1.65rem 1.35rem 1.75rem 1.5rem;
    margin: 0;
    border-radius: 0 16px 16px 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgba(0, 240, 255, 0.55);
    background: linear-gradient(105deg, rgba(8, 14, 28, 0.88) 0%, rgba(5, 8, 18, 0.72) 100%);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.blog-section:hover {
    border-color: rgba(0, 240, 255, 0.2);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 184, 0, 0.06);
}

.blog-body-card h2[id],
.blog-prose h2[id] {
    scroll-margin-top: calc(var(--nav-height) + 14px);
}

.blog-sec-hd {
    margin-bottom: 1.35rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.blog-sec-hd h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2.8vw, 1.65rem);
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.blog-sec-hd h2::after {
    content: "";
    display: block;
    width: min(7rem, 42%);
    height: 2px;
    margin-top: 0.65rem;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(0, 240, 255, 0.85), rgba(255, 184, 0, 0.45), transparent);
}

.blog-sec-tag {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 0.55rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(0, 240, 255, 0.95);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 240, 255, 0.35);
    background: rgba(0, 240, 255, 0.08);
}

.blog-lead {
    font-size: 1.2rem;
    line-height: 1.82;
    color: #e2e8f0;
    margin-bottom: 2.25rem;
    font-weight: 500;
    padding: 1.15rem 1.25rem 1.2rem 1.35rem;
    border-radius: 0 12px 12px 0;
    border: 1px solid rgba(0, 240, 255, 0.18);
    border-left: 3px solid rgba(0, 240, 255, 0.55);
    background: rgba(6, 12, 28, 0.55);
}

.blog-p {
    font-size: 1.05rem;
    line-height: 1.88;
    color: #cbd5e1;
    margin-bottom: 1.15rem;
}

.blog-p strong { color: #f8fafc; font-weight: 650; }

.blog-lead a,
.blog-prose a,
.blog-callout-body a,
.faq-a a {
    color: var(--blog-link);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--blog-link-underline);
    text-underline-offset: 0.2em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.blog-lead a:hover,
.blog-prose a:hover,
.blog-callout-body a:hover,
.faq-a a:hover {
    color: var(--blog-link-hover);
    text-decoration-color: var(--blog-link-hover);
}

.blog-lead a:focus-visible,
.blog-prose a:focus-visible,
.blog-callout-body a:focus-visible,
.faq-a a:focus-visible {
    outline: 2px solid rgba(255, 184, 0, 0.7);
    outline-offset: 2px;
    border-radius: 2px;
}

.blog-prose code,
.blog-p code,
.blog-step-content code,
.blog-lead code {
    font-family: var(--font-mono);
    font-size: 0.88em;
    color: #a5f3fc;
}

.blog-list {
    margin: 0 0 1.25rem 0;
    padding-left: 1.2rem;
    color: #cbd5e1;
    line-height: 1.82;
    font-size: 1.02rem;
}

.blog-list li {
    margin-bottom: 0.5rem;
}

.blog-list li:last-child {
    margin-bottom: 0;
}

.blog-list code {
    font-family: var(--font-mono);
    font-size: 0.88em;
    color: #a5f3fc;
}

.feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 2rem 0;
}

.feature-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.35rem 1.4rem;
    display: flex;
    gap: 1rem;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.feature-item:hover {
    border-color: rgba(0, 240, 255, 0.28);
    background: rgba(0, 240, 255, 0.05);
    transform: none;
}

.feature-item > div:last-child {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #cbd5e1;
}

.feature-item > div:last-child strong {
    color: #f1f5f9;
}

.feature-icon {
    width: 32px; height: 32px; border-radius: 6px;
    background: rgba(0, 240, 255, 0.12);
    color: rgba(0, 240, 255, 0.95);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-weight: 800;
    font-size: 0.85rem;
}

.data-table-wrap {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    margin: 3rem 0;
}

.data-table { width: 100%; border-collapse: collapse; }
.data-table th {
    text-align: left; padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    color: var(--accent-amber); font-weight: 800; font-size: 0.75rem; text-transform: uppercase;
}
.data-table td { padding: 1.25rem 1.5rem; color: #cbd5e1; border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: rgba(255, 255, 255, 0.02); color: #f1f5f9; }

.faq-box { display: flex; flex-direction: column; gap: 12px; margin-top: 2rem; }
.faq-row {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
}
.faq-q {
    padding: 1.25rem 1.5rem; display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; font-weight: 700; color: #f1f5f9;
}
.faq-q::after { content: '+'; color: #94a3b8; font-family: var(--font-mono); }
.faq-row.open .faq-q::after { content: '−'; color: var(--accent-amber); }
.faq-a {
    padding: 0 1.5rem 1.5rem; display: none; color: #cbd5e1; line-height: 1.78;
}
.faq-row.open .faq-a { display: block; }

:root {
    --accent-cyan: #00f0ff;
    --accent-amber: #ffb800;
    --blog-link: #ffb800;
    --blog-link-hover: #ffd54a;
    --blog-link-underline: rgba(255, 184, 0, 0.55);
    --blog-shell-max: 1180px;
    --blog-prose: #e2e8f0;
    --blog-prose-dim: #cbd5e1;
    --blog-prose-soft: #a8b8ce;
}

body[data-page-id="blog-post"] {
    --container-w: 1180px;
}

.blog-reading-progress {
    display: none; 
}

.blog-page {
    position: relative;
    z-index: 0;
}

.blog-hero-zone {
    position: relative;
    isolation: isolate;
}

.blog-article-hero {
    position: relative;
    margin-top: var(--nav-height);
    width: 100%;
    height: 420px;
    background-color: #070d1c;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.blog-article-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 40%;
    background: linear-gradient(to bottom, rgba(2,3,10,.55), transparent);
    pointer-events: none;
    z-index: 1;
}

.blog-article-hero::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 28%,
        rgba(2,3,10,.18) 46%,
        rgba(2,3,10,.56) 64%,
        rgba(2,3,10,.86) 80%,
        #02030a 100%
    );
    pointer-events: none;
    z-index: 1;
}

.blog-article-header {
    padding: 2.25rem 0 1.85rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.blog-article-header .blog-meta-bar {
    margin-bottom: 1.25rem;
}

.blog-article-header h1,
#blog-post-title {
    font-size: clamp(1.85rem, 4.8vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 1rem;
    max-width: min(48rem, 100%);
}

.blog-hero-title-accent {
    display: block;
    margin-top: 0.35em;
    color: var(--accent-amber);
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1.15;
}

.blog-hero-deck {
    font-size: clamp(0.98rem, 2.2vw, 1.14rem);
    line-height: 1.78;
    color: #94a3b8;
    max-width: 52rem;
    margin: 0;
}

.blog-shell {
    position: relative;
    max-width: var(--blog-shell-max);
    margin: 0 auto;
    padding: 0 1.5rem 5rem;
    background: transparent;
}

.blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 1.25rem;
}

.blog-breadcrumb a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-breadcrumb a:hover {
    color: var(--accent-cyan);
}

.blog-breadcrumb-sep {
    color: rgba(148, 163, 184, 0.45);
    user-select: none;
}

.blog-breadcrumb-current {
    color: #e2e8f0;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-post-header-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.75rem;
}

.blog-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.blog-chip--cat {
    background: rgba(255, 184, 0, 0.12);
    color: var(--accent-amber);
    border-color: rgba(255, 184, 0, 0.28);
}

.blog-chip--muted {
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    border-color: rgba(255, 255, 255, 0.14);
}

.blog-chip--tag {
    background: rgba(0, 240, 255, 0.1);
    color: #a5f3fc;
    border-color: rgba(0, 240, 255, 0.28);
}

.blog-article-layout {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    align-items: start;
}

.blog-main {
    min-width: 0;
}

.blog-toc-wrap[hidden] {
    display: none !important;
}

.blog-toc-wrap {
    padding: 0.15rem 0 0.25rem 1rem;
    border-left: 2px solid rgba(0, 240, 255, 0.4);
}

@media (max-width: 1023px) {
    .blog-toc-wrap {
        border-left: none;
        border-top: 1px solid rgba(0, 240, 255, 0.22);
        padding: 1.35rem 0 0;
        margin-top: 0.25rem;
    }
}

.blog-toc-title {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.85rem;
}

.blog-toc-nav {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.blog-toc-link {
    display: block;
    padding: 0.38rem 0;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.45;
    color: #cbd5e1;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s, padding-left 0.2s;
}

.blog-toc-link:hover {
    color: #f8fafc;
    padding-left: 0.25rem;
    border-bottom-color: rgba(0, 240, 255, 0.35);
}

.blog-related-kicker {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #94a3b8;
}

.blog-related {
    margin-top: 3rem;
}

.blog-related-inner {
    padding: 2.25rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-related-title {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.blog-related-h {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}

.blog-related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 720px) {
    .blog-related-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.blog-related-card {
    display: block;
    padding: 1.15rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(6, 10, 22, 0.55);
    transition: border-color 0.22s, box-shadow 0.22s;
}

.blog-related-card:hover {
    border-color: rgba(0, 240, 255, 0.35);
    transform: none;
    box-shadow: 0 0 0 1px rgba(0, 240, 255, 0.12);
}

.blog-related-card-meta {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}

.blog-related-card-title {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 0.45rem;
    letter-spacing: -0.02em;
}

.blog-related-card-intro {
    font-size: 0.82rem;
    line-height: 1.58;
    color: #cbd5e1;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-code-block {
    margin: 2rem 0;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 5, 12, 0.92);
    box-shadow: 0 0 0 1px rgba(0, 240, 255, 0.05), 0 28px 60px rgba(0, 0, 0, 0.45);
}

.blog-code-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1.15rem;
    background: rgba(15, 20, 42, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.blog-code-header::before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 44px;
    height: 10px;
    background-image:
        radial-gradient(circle 4px at 4px 5px, #ff5f57 100%, transparent),
        radial-gradient(circle 4px at 18px 5px, #febc2e 100%, transparent),
        radial-gradient(circle 4px at 32px 5px, #28c840 100%, transparent);
    background-repeat: no-repeat;
}

.blog-code-lang {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.blog-code-dots {
    display: flex;
    gap: 6px;
}

.blog-code-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.blog-code-pre {
    margin: 0;
    padding: 1.2rem 1.35rem;
    overflow-x: auto;
    font-family: var(--font-mono);
    font-size: 0.82rem;
    line-height: 1.85;
    color: #c5d8ec;
    white-space: pre;
}

.blog-callout {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin: 2rem 0;
    padding: 1.1rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 240, 255, 0.2);
    background: rgba(0, 240, 255, 0.05);
}

.blog-callout--amber {
    border-color: rgba(255, 184, 0, 0.28);
    background: rgba(255, 184, 0, 0.06);
}

.blog-callout-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--accent-cyan);
    background: rgba(0, 240, 255, 0.1);
}

.blog-callout--amber .blog-callout-icon {
    color: var(--accent-amber);
    background: rgba(255, 184, 0, 0.12);
}

.blog-callout-body {
    font-size: 0.95rem;
    line-height: 1.78;
    color: #cbd5e1;
}

.blog-callout-body strong {
    color: #fff;
}

.blog-steps {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.blog-step-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.9rem 1.1rem;
    border-radius: 14px;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s, background 0.2s;
}

.blog-step-item:hover {
    background: rgba(0, 240, 255, 0.04);
    border-color: rgba(0, 240, 255, 0.12);
}

.blog-step-num {
    flex-shrink: 0;
    min-width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--accent-amber);
    background: rgba(255, 184, 0, 0.12);
    border: 1px solid rgba(255, 184, 0, 0.25);
}

.blog-step-content {
    font-size: 0.95rem;
    line-height: 1.82;
    color: #cbd5e1;
}

.blog-step-content strong {
    color: #fff;
}

.blog-table-wrap {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.blog-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.blog-table thead tr {
    background: rgba(255, 184, 0, 0.08);
}

.blog-table th {
    text-align: left;
    padding: 0.85rem 1.15rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-amber);
    border-bottom: 1px solid rgba(255, 184, 0, 0.2);
}

.blog-table td {
    padding: 0.85rem 1.15rem;
    color: #cbd5e1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.02);
    vertical-align: top;
    line-height: 1.65;
}

.blog-table tr:last-child td {
    border-bottom: none;
}

.blog-table tr:hover td {
    background: rgba(255, 255, 255, 0.04);
    color: #e2e8f0;
}

.blog-table td strong {
    color: #fff;
    font-weight: 600;
}

#blog-cta-placeholder.blog-cta-slot {
    margin-top: 2rem;
}

.blog-inline-cta-card,
.blog-cta-panel {
    margin-top: 2.5rem;
    padding: 2rem 2.1rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(0, 240, 255, 0.22);
    background: linear-gradient(145deg, rgba(12, 18, 36, 0.96) 0%, rgba(4, 8, 20, 0.98) 100%);
    box-shadow: 0 0 60px rgba(0, 240, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
}

.blog-inline-cta-card::before,
.blog-cta-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.45), transparent);
    border-radius: 1.75rem 1.75rem 0 0;
}

.blog-cta-kicker {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 240, 255, 0.75);
}

.blog-cta-kicker-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-amber);
    box-shadow: 0 0 0 3px rgba(255, 184, 0, 0.2);
}

.blog-cta-title {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

.blog-cta-desc {
    font-size: 0.94rem;
    line-height: 1.75;
    color: #cbd5e1;
    margin-bottom: 1.25rem;
    max-width: 36rem;
}

.blog-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.72rem 1.6rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    color: #02030a;
    text-decoration: none;
    background: linear-gradient(135deg, var(--accent-amber), #ffc42a);
    box-shadow: 0 8px 28px rgba(255, 184, 0, 0.28);
    transition: transform 0.15s, box-shadow 0.2s;
}

.blog-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(255, 184, 0, 0.38);
}

.blog-cta-footer-wrap {
    max-width: var(--blog-shell-max);
    margin: 0 auto;
    padding: 2rem 1.5rem 3.5rem;
}

.blog-cta-footer-inner {
    max-width: 720px;
}

@media (min-width: 1024px) {
    .blog-article-layout {
        display: block;
    }
}

@media (max-width: 1023px) {
    .blog-section {
        border-radius: 14px;
    }

    .blog-lead {
        border-radius: 12px;
    }
}

@media (max-width: 768px) {
    .blog-body-card,
    .blog-prose { padding: 0; }
    .blog-hero { padding-top: calc(var(--nav-height) + 40px); }
    .blog-sec-hd h2 { font-size: 1.35rem; }
    .blog-article-hero { height: 240px; }
    .blog-article-header { padding: 1.5rem 0 1.25rem; }
}
