/* ============================================================
   MediEcho – Wissensartikel
   Redaktionelle Artikelansicht im Markenbild von index13:
   weiches Anthrazit, Grün/Amber und fließende Papierflächen.
   ============================================================ */

:root {
    --anthracite: #3e4a56;
    --kicker: #d97706;
    --blog-ink: var(--anthracite);
    --blog-muted: #64748b;
    --blog-line: #dfe5e7;
    --blog-paper: #fbfbf8;
    --blog-wash: #f5f8f2;
    --blog-warm: #fff8e8;
    --blog-danger: #a24b3f;
}

body {
    color: var(--blog-ink);
    background: var(--blog-paper);
}

.blog-page main {
    background:
        radial-gradient(ellipse 58% 600px at 14% 0%, rgba(235, 243, 224, 0.72), transparent 72%),
        radial-gradient(ellipse 48% 560px at 91% 0%, rgba(244, 233, 211, 0.66), transparent 72%),
        radial-gradient(ellipse 54% 850px at 96% 34%, rgba(226, 237, 243, 0.35), transparent 74%),
        radial-gradient(ellipse 54% 900px at 5% 68%, rgba(235, 243, 224, 0.28), transparent 74%),
        linear-gradient(180deg, #fbfbf8 0%, #f7f9f8 24%, #faf9f4 52%, #f6f9fa 76%, #fbfbf8 100%);
}

.blog-page :where(a, button, summary):focus-visible {
    outline: 3px solid #426813;
    outline-offset: 5px;
}

.nav,
.nav.scrolled {
    background: rgba(251, 251, 248, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(10, 37, 64, 0.07);
}

.blog-page .nav-inner {
    gap: 20px;
}

.blog-page .nav-links {
    gap: 0;
}

.blog-page .nav-link {
    padding-inline: 10px;
    font-size: 0.85rem;
}

.blog-page .brand-claim {
    max-width: 130px;
}

.reading-progress {
    position: fixed;
    top: var(--nav-h);
    left: 0;
    z-index: 110;
    width: 100%;
    height: 3px;
    pointer-events: none;
}

.reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--green) 0%, var(--green) 48%, var(--kicker) 100%);
}

.blog-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: calc(var(--nav-h) + 58px) 0 68px;
    background: transparent;
}

.blog-hero::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image: radial-gradient(rgba(53, 69, 83, 0.18) 0.55px, transparent 0.55px);
    background-size: 7px 7px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 80%);
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.blog-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.85fr);
    align-items: center;
    gap: clamp(36px, 5vw, 68px);
    max-width: 1232px;
}

.blog-hero-copy {
    min-width: 0;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 30px;
    color: var(--blog-muted);
    font-size: 0.84rem;
    font-weight: 600;
}

.breadcrumbs a {
    color: var(--blog-muted);
}

.breadcrumbs a:hover {
    color: var(--green-dark);
}

.breadcrumbs svg {
    width: 12px;
    height: 12px;
    color: #a5afb8;
}

.blog-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 20px;
    padding: 6px 11px;
    border: 1px solid rgba(217, 119, 6, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: #a75b05;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.blog-kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    flex: none;
    border-radius: 50%;
    background: var(--kicker);
}

.blog-hero h1 {
    max-width: 760px;
    margin: 0 0 24px;
    color: var(--blog-ink);
    font-family: 'Outfit', var(--font);
    font-size: clamp(2.65rem, 4.6vw, 4.05rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-wrap: balance;
    overflow-wrap: break-word;
}

.blog-hero h1 em {
    display: inline-block;
    color: var(--green-dark);
    font-style: normal;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
    .blog-hero h1 em {
        background: linear-gradient(115deg, var(--green-dark) 0%, var(--green-dark) 36%, var(--kicker) 58%, var(--kicker) 84%, var(--anthracite) 116%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
}

.hero-lead {
    max-width: 700px;
    margin: 0;
    color: #536171;
    font-size: 1.06rem;
    line-height: 1.72;
}

.blog-read-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin-top: 22px;
    color: var(--blog-ink);
    font-size: 0.9rem;
    font-weight: 700;
}

.blog-read-link svg {
    width: 32px;
    height: 32px;
    padding: 8px;
    border: 1px solid rgba(128, 179, 44, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    transition: background 0.2s ease, transform 0.2s ease;
}

.blog-read-link:hover svg {
    background: #eef4e5;
    transform: translateY(3px);
}

.article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(62, 74, 86, 0.12);
    color: var(--blog-muted);
    font-size: 0.84rem;
    font-weight: 600;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.article-meta svg {
    width: 16px;
    height: 16px;
    color: var(--green-dark);
}

.review-visual {
    position: relative;
    min-width: 0;
    padding: 30px 0 34px;
}

.review-window {
    position: relative;
    margin-left: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(10, 37, 64, 0.11);
    border-radius: 24px;
    box-shadow: 0 24px 64px -28px rgba(62, 74, 86, 0.22), 0 3px 10px rgba(62, 74, 86, 0.025);
    transform: rotate(0.8deg);
}

.window-head {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 48px;
    padding: 0 18px;
    background: #f8fafb;
    border-bottom: 1px solid var(--blog-line);
}

.window-head i {
    width: 8px;
    height: 8px;
    background: #d8dee4;
    border-radius: 50%;
}

.window-url {
    flex: 1;
    height: 24px;
    margin-left: 7px;
    padding: 4px 12px;
    overflow: hidden;
    color: #8b97a3;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 99px;
    font-size: 0.66rem;
    white-space: nowrap;
}

.visual-content {
    padding: 30px 28px 28px;
}

.profile-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.profile-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: none;
    color: #fff;
    background: var(--green);
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 900;
}

.profile-copy strong,
.profile-copy span {
    display: block;
}

.profile-copy strong {
    color: var(--blog-ink);
    font-size: 0.92rem;
}

.profile-copy span {
    margin-top: 3px;
    color: var(--blog-muted);
    font-size: 0.72rem;
}

.mock-review {
    position: relative;
    margin-bottom: 13px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--blog-line);
    border-radius: 16px;
    box-shadow: 0 10px 24px -20px rgba(10, 37, 64, 0.35);
}

.mock-review:last-child {
    margin-bottom: 0;
}

.mock-user {
    display: flex;
    align-items: center;
    gap: 9px;
}

.mock-avatar {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d9e2e8, #f1f4f6);
}

.mock-user b {
    color: #4e5963;
    font-size: 0.72rem;
}

.mock-stars {
    margin: 9px 0 7px;
    color: var(--anthracite);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.mock-lines span {
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 7px;
    background: #edf1f3;
    border-radius: 99px;
}

.mock-lines span:last-child {
    width: 61%;
}

.mock-review.flagged {
    border-color: rgba(162, 75, 63, 0.22);
    background: #fffafa;
}

.mock-review.flagged::after {
    content: 'auffälliges Muster';
    display: inline-block;
    margin-top: 12px;
    padding: 4px 8px;
    color: var(--blog-danger);
    background: rgba(162, 75, 63, 0.08);
    border-radius: 99px;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.visual-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: 220px;
    padding: 15px 17px;
    background: #fff;
    border: 1px solid rgba(10, 37, 64, 0.1);
    border-radius: 14px;
    box-shadow: 0 14px 30px -18px rgba(62, 74, 86, 0.25);
    color: var(--blog-ink);
    font-size: 0.75rem;
    font-weight: 750;
    line-height: 1.35;
}

.visual-badge svg {
    width: 26px;
    height: 26px;
    flex: none;
    color: var(--green-dark);
}

.visual-badge.badge-top {
    top: 0;
    right: 0;
    transform: rotate(1.5deg);
}

.visual-badge.badge-bottom {
    right: 20px;
    bottom: 0;
    transform: rotate(-2deg);
}

.review-visual.is-delete .review-window {
    transform: rotate(-0.8deg);
}

.review-visual.is-delete .mock-review.flagged::after {
    content: 'Prüfung möglich';
    color: var(--green-dark);
    background: var(--green-soft);
}

.review-visual.is-delete .mock-review.flagged {
    border-color: rgba(128, 179, 44, 0.28);
    background: #fbfdf8;
}

.article-area {
    padding: 40px 0 88px;
    scroll-margin-top: calc(var(--nav-h) + 24px);
}

.article-shell {
    display: grid;
    grid-template-columns: minmax(0, 744px) minmax(240px, 288px);
    justify-content: center;
    align-items: start;
    gap: clamp(48px, 6vw, 80px);
}

.article-copy {
    min-width: 0;
    font-size: 1.06rem;
    line-height: 1.78;
    overflow-wrap: break-word;
}

.article-copy > *:first-child {
    margin-top: 0;
}

.article-copy p,
.article-copy li {
    color: #475665;
}

.article-copy p {
    margin: 0 0 1.35em;
}

.article-copy strong {
    color: var(--blog-ink);
}

.article-copy a:not(.btn) {
    color: #5f8d18;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-copy h2,
.article-copy h3 {
    scroll-margin-top: calc(var(--nav-h) + 34px);
    color: var(--blog-ink);
    font-family: 'Outfit', var(--font);
}

.article-copy h2 {
    margin: 3.2rem 0 1.1rem;
    padding-top: 1.8rem;
    border-top: 1px solid var(--blog-line);
    font-size: clamp(1.8rem, 2.8vw, 2.3rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.article-copy h3 {
    margin: 2.2rem 0 0.8rem;
    font-size: 1.34rem;
    line-height: 1.25;
}

.section-number {
    display: block;
    margin-bottom: 9px;
    color: #a75b05;
    font-family: var(--font);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quick-answer {
    position: relative;
    overflow: hidden;
    margin: 0 0 42px;
    padding: 30px 32px;
    background: linear-gradient(120deg, #f2f7e9, rgba(255, 255, 255, 0.9) 85%);
    border: 1px solid rgba(128, 179, 44, 0.26);
    border-radius: 24px;
    box-shadow: 0 16px 44px -30px rgba(62, 74, 86, 0.18);
}

.quick-answer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    width: 72px;
    height: 3px;
    background: linear-gradient(90deg, var(--green), var(--kicker));
    border-radius: 0 0 3px 3px;
}

.quick-answer strong {
    display: block;
    margin-bottom: 12px;
    color: #52791e;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.quick-answer p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--blog-ink);
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.72;
}

.intro-copy {
    color: var(--blog-ink) !important;
    font-size: 1.1rem;
    line-height: 1.78;
}

.toc-card,
.side-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--blog-line);
    border-radius: 22px;
    box-shadow: 0 16px 40px -30px rgba(62, 74, 86, 0.14);
}

.article-aside {
    position: sticky;
    top: calc(var(--nav-h) + 28px);
}

.toc-card > strong,
.side-card > strong {
    display: block;
    margin-bottom: 14px;
    color: var(--blog-ink);
    font-size: 0.77rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.toc-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: blog-chapter;
}

.toc-list li {
    counter-increment: blog-chapter;
}

.toc-list a {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 8px;
    color: #5f6c78;
    border-left: 2px solid transparent;
    border-radius: 0 8px 8px 0;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.toc-list a::before {
    content: counter(blog-chapter, decimal-leading-zero);
    color: #85915c;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.75;
    font-variant-numeric: tabular-nums;
}

.toc-list a:hover,
.toc-list a.is-active {
    color: var(--blog-ink);
    border-left-color: var(--green);
    background: #f0f5e8;
}

.side-card {
    margin-top: 18px;
    color: #5a6875;
    font-size: 0.86rem;
    line-height: 1.6;
    background: linear-gradient(130deg, #fbf8f0, rgba(255, 255, 255, 0.82));
}

.side-card > strong {
    font-family: 'Outfit', var(--font);
    font-size: 1.12rem;
    line-height: 1.3;
    letter-spacing: -0.015em;
    text-transform: none;
}

.side-card p {
    margin: 0 0 14px;
}

.side-card .btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 0.82rem;
}

.note-hand {
    display: block;
    margin: 6px 0 8px;
    color: #2c4a68;
    font-family: var(--hand);
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.1;
    transform: rotate(-1.5deg);
}

.pros-cons,
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 34px;
}

.info-card {
    padding: 25px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--blog-line);
    border-radius: 22px;
    box-shadow: 0 12px 28px -24px rgba(62, 74, 86, 0.17);
}

.info-card.is-positive {
    background: #fbfdf8;
    border-color: rgba(128, 179, 44, 0.25);
}

.info-card.is-caution {
    background: #fffaf2;
    border-color: rgba(220, 159, 43, 0.25);
}

.info-card-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    color: var(--green-dark);
    background: var(--green-soft);
    border-radius: 13px;
}

.info-card.is-caution .info-card-icon {
    color: #a56f16;
    background: rgba(220, 159, 43, 0.11);
}

.info-card-icon svg {
    width: 21px;
    height: 21px;
}

.info-card h3 {
    margin: 0 0 7px;
    font-family: 'Outfit', var(--font);
    font-size: 1.12rem;
    letter-spacing: -0.01em;
}

.info-card p {
    margin: 0;
    font-size: 0.91rem;
    line-height: 1.65;
}

.plain-list,
.check-list,
.x-list {
    margin: 18px 0 30px;
    padding: 0;
    list-style: none;
}

.plain-list li,
.check-list li,
.x-list li {
    position: relative;
    margin: 0 0 11px;
    padding-left: 30px;
}

.plain-list li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 5px;
    width: 7px;
    height: 7px;
    background: var(--green);
    border-radius: 50%;
}

.check-list li::before,
.x-list li::before {
    position: absolute;
    top: 0.09em;
    left: 0;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0.69rem;
    font-weight: 900;
}

.check-list li::before {
    content: '✓';
    color: #fff;
    background: var(--green);
}

.x-list li::before {
    content: '×';
    color: var(--blog-danger);
    background: rgba(162, 75, 63, 0.1);
}

.article-table-wrap {
    overflow-x: auto;
    margin: 26px 0 36px;
    border: 1px solid var(--blog-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    line-height: 1.55;
}

.article-table th,
.article-table td {
    padding: 16px 18px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--blog-line);
}

.article-table th {
    color: var(--blog-ink);
    background: #edf2eb;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.article-table tr:last-child td {
    border-bottom: 0;
}

.article-table td:first-child {
    color: var(--blog-ink);
    font-weight: 700;
}

.callout {
    margin: 30px 0 36px;
    padding: 24px 26px;
    background: #f7f9fa;
    border-left: 4px solid var(--green);
    border-radius: 0 16px 16px 0;
}

.callout.is-warning {
    background: var(--blog-warm);
    border-left-color: #d59a2d;
}

.callout.is-legal {
    background: #f5f7fa;
    border-left-color: #71869a;
}

.callout strong {
    display: block;
    margin-bottom: 6px;
}

.callout p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.68;
}

.steps {
    margin: 28px 0 38px;
    counter-reset: blog-step;
}

.step {
    position: relative;
    padding: 0 0 30px 64px;
    counter-increment: blog-step;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 43px;
    bottom: 4px;
    left: 21px;
    width: 1px;
    background: var(--blog-line);
}

.step::before {
    content: counter(blog-step, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    color: #58792a;
    background: #edf3e4;
    border: 1px solid #d9e5c8;
    border-radius: 13px;
    font-size: 0.74rem;
    font-weight: 850;
}

.step h3 {
    margin: 0 0 6px;
    padding-top: 6px;
}

.step p {
    margin: 0;
    font-size: 0.96rem;
}

.faq-block {
    margin-top: 30px;
    display: grid;
    gap: 10px;
}

.article-faq {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--blog-line);
    border-radius: 16px;
}

.article-faq[open] {
    border-color: #b4cb93;
    background: #fff;
}

.article-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    color: var(--blog-ink);
    cursor: pointer;
    list-style: none;
    font-weight: 750;
    line-height: 1.45;
}

.article-faq summary::-webkit-details-marker {
    display: none;
}

.article-faq summary::after {
    content: '+';
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: none;
    color: var(--green-dark);
    background: var(--green-soft);
    border-radius: 50%;
    font-size: 1.15rem;
    transition: transform 0.2s ease;
}

.article-faq[open] summary::after {
    transform: rotate(45deg);
}

.article-faq .faq-answer {
    padding: 0 64px 22px 22px;
}

.article-faq .faq-answer p {
    margin: 0;
    font-size: 0.96rem;
}

.source-box {
    margin-top: 44px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.48);
    border: 1px dashed #cdd6d9;
    border-radius: 18px;
    color: var(--blog-muted);
    font-size: 0.8rem;
    line-height: 1.6;
}

.source-box strong {
    display: block;
    margin-bottom: 8px;
    color: var(--blog-ink);
}

.source-box ul {
    margin: 0;
    padding-left: 18px;
}

.source-box li {
    margin-bottom: 5px;
    color: var(--blog-muted);
}

.related {
    padding: 82px 0;
    background: transparent;
}

.related-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.related-head h2 {
    margin: 0;
    color: var(--blog-ink);
    font-family: 'Outfit', var(--font);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.related-card {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    color: var(--blog-ink);
    background: #fff;
    border: 1px solid var(--blog-line);
    border-radius: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.related-card:hover {
    color: var(--blog-ink);
    border-color: rgba(128, 179, 44, 0.35);
    box-shadow: 0 20px 35px -30px rgba(10, 37, 64, 0.4);
    transform: translateY(-3px);
}

.related-card .tag {
    margin-bottom: 18px;
    padding: 4px 9px;
    border: 1px solid rgba(217, 119, 6, 0.3);
    border-radius: 999px;
    color: #a75b05;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.related-card h3 {
    margin: 0 0 8px;
    color: var(--blog-ink);
    font-family: 'Outfit', var(--font);
    font-size: 1.35rem;
    line-height: 1.3;
}

.related-card p {
    margin: 0 0 20px;
    color: var(--blog-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

.related-card .card-arrow {
    margin-top: auto;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid var(--blog-line);
    color: var(--green-dark);
    font-size: 0.8rem;
    font-weight: 800;
}

.blog-cta {
    padding: 24px 0 90px;
    background: transparent;
}

.blog-cta-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 7vw, 72px);
    color: rgba(255, 255, 255, 0.74);
    background:
        radial-gradient(ellipse at 100% 0%, rgba(128, 179, 44, 0.13), transparent 50%),
        linear-gradient(135deg, #3e4a56 0%, #293c4b 100%);
    border-radius: 30px;
}

.blog-cta-panel::before,
.blog-cta-panel::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(181, 217, 111, 0.18);
    border-radius: 50%;
}

.blog-cta-panel::before {
    right: -80px;
    bottom: -160px;
    width: 390px;
    height: 390px;
}

.blog-cta-panel::after {
    right: -20px;
    bottom: -100px;
    width: 270px;
    height: 270px;
}

.blog-cta-copy {
    position: relative;
    z-index: 1;
    max-width: 690px;
}

.blog-cta-panel .eyebrow {
    color: #f2ba72;
}

.related .eyebrow {
    color: #a75b05;
}

.blog-cta-panel h2 {
    margin: 0 0 16px;
    color: #fff;
    font-family: 'Outfit', var(--font);
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.blog-cta-panel p {
    max-width: 610px;
    margin: 0 0 25px;
    font-size: 1rem;
    line-height: 1.7;
}

.blog-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog-cta-panel .btn-light {
    color: var(--navy);
    background: #fff;
}

.blog-cta-panel .btn-light:hover {
    background: #f4f7f1;
}

.blog-cta-panel .btn-outline {
    color: #fff;
}

.mobile-menu .mm-direct.is-current,
.nav-link.is-current {
    color: var(--green-dark);
}

.js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .blog-hero-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero-copy {
        max-width: 820px;
    }

    .review-visual {
        width: min(500px, 100%);
        margin: 0 auto;
    }

    .article-shell {
        grid-template-columns: minmax(0, 744px);
    }

    .article-aside {
        position: static;
        grid-row: 1;
    }

    .blog-hero-copy {
        margin-inline: auto;
        text-align: center;
    }

    .blog-hero h1,
    .hero-lead {
        margin-inline: auto;
    }

    .breadcrumbs,
    .article-meta {
        justify-content: center;
    }

    .toc-card {
        padding: 20px 24px;
    }

    .toc-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 18px;
    }

    .side-card {
        display: none;
    }

    .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1279px) and (min-width: 1025px) {
    .nav-links,
    .nav-cta {
        display: none;
    }

    .burger {
        display: flex;
        margin-left: auto;
    }
}

@media (max-width: 760px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .blog-hero {
        padding-top: calc(var(--nav-h) + 52px);
        padding-bottom: 58px;
    }

    .blog-hero h1 {
        font-size: clamp(2.1rem, 8.5vw, 3.15rem);
    }

    .review-visual {
        padding-top: 26px;
    }

    .review-window {
        margin-left: 0;
        border-radius: 21px;
    }

    .visual-content {
        padding: 22px 18px;
    }

    .mock-review {
        padding: 14px;
    }

    .mock-review.flagged::after {
        font-size: 0.58rem;
    }

    .visual-badge.badge-top {
        top: -8px;
        right: -4px;
    }

    .visual-badge.badge-bottom {
        right: 8px;
        bottom: -5px;
    }

    .visual-badge {
        max-width: 190px;
        padding: 12px 14px;
        font-size: 0.68rem;
    }

    .article-area {
        padding: 24px 0 56px;
    }

    .article-copy {
        font-size: 1rem;
        line-height: 1.76;
    }

    .quick-answer {
        padding: 23px 21px;
    }

    .quick-answer::after {
        left: 21px;
    }

    .article-faq summary {
        padding: 18px;
    }

    .article-faq .faq-answer {
        padding: 0 18px 20px;
    }

    .quick-answer p {
        font-size: 1.03rem;
    }

    .toc-list,
    .pros-cons,
    .card-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .article-table th,
    .article-table td {
        min-width: 145px;
        padding: 14px;
    }

    .step {
        padding-left: 55px;
    }

    .step::before {
        width: 38px;
        height: 38px;
    }

    .step:not(:last-child)::after {
        top: 38px;
        left: 18px;
    }

    .related {
        padding: 44px 0;
    }

    .blog-cta {
        padding: 20px 0 64px;
    }

    .related-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-cta-panel {
        padding: 40px 24px;
        border-radius: 22px;
    }

    .blog-cta-actions .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .blog-read-link svg,
    .related-card,
    .article-faq summary::after {
        transition: none;
        transform: none;
    }

    .js [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media print {
    .nav,
    .reading-progress,
    .article-aside,
    .related,
    .blog-cta,
    .footer,
    .review-visual {
        display: none !important;
    }

    .blog-read-link {
        display: none;
    }

    .blog-page main {
        background: #fff;
    }

    .blog-hero h1 em {
        background: none;
        color: var(--blog-ink);
        -webkit-text-fill-color: currentColor;
    }

    .blog-hero {
        padding: 0 0 30px;
        background: #fff;
    }

    .blog-hero-grid,
    .article-shell {
        display: block;
    }

    .article-area {
        padding: 30px 0;
    }
}
