/* MOSTEK — wspólny arkusz artykułu bloga (24.08.2026, WZORZEC 8) */
.article-hero-media { margin: 0 0 28px; border-radius: 18px; overflow: hidden; background: #F7F3EE; }
.article-hero-media img { display: block; width: 100%; height: auto; }
.article-toc { margin: 24px 0 32px; padding: 18px 22px; background: #F7F3EE; border: 1px solid #E8E4DE; border-radius: 14px; }
.article-toc strong { display: block; margin-bottom: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #5C5F6E; }
.article-toc ol { margin: 0; padding-left: 20px; }
.article-toc li { margin: 4px 0; }
.article-toc a { color: #2D7A8F; text-decoration: none; }
.article-toc a:hover { text-decoration: underline; }
.article-answer { padding: 16px 20px; border-left: 4px solid #D4A843; background: #FFFDF7; border-radius: 0 12px 12px 0; font-size: 1.05em; }
h2[id] { scroll-margin-top: 90px; }

/* --- z 01-komunikacja-po-rozstaniu.html --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'Inter', sans-serif;
            color: #2D3142;
            background: #F7F3EE;
            line-height: 1.8;
            font-size: 1.0625rem;
        }
        .blog-container {
            max-width: 720px;
            margin: 0 auto;
            padding: 40px 20px 80px;
        }
        .back-link {
            display: inline-block;
            margin-bottom: 32px;
            color: #3B8EA5;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9375rem;
        }
        .back-link:hover { text-decoration: underline; }
        article header { margin-bottom: 40px; }
        h1 {
            font-family: 'Nunito', sans-serif;
            font-size: clamp(1.75rem, 5vw, 2.5rem);
            font-weight: 900;
            color: #2D3142;
            line-height: 1.3;
            margin-bottom: 16px;
        }
        .lead {
            font-size: 1.125rem;
            color: #555;
            line-height: 1.7;
        }
        h2 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            color: #2D3142;
            margin-top: 48px;
            margin-bottom: 16px;
        }
        p { margin-bottom: 16px; }
        strong { color: #2D3142; }
        ol, ul { margin: 16px 0; padding-left: 24px; }
        li { margin-bottom: 8px; }
        em { color: #555; }
        article footer {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 1px solid #ddd;
        }
        .cta-box {
            background: white;
            border: 2px solid #3B8EA5;
            border-radius: 16px;
            padding: 32px;
            text-align: center;
            margin-top: 48px;
        }
        .cta-box h3 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.25rem;
            margin-bottom: 12px;
        }
        .cta-box p { color: #555; margin-bottom: 20px; }
        .cta-btn {
            display: inline-block;
            background: #3B8EA5;
            color: white;
            padding: 14px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1rem;
        }
        .cta-btn:hover { background: #2d7a94; }

/* --- z 02-opieka-naprzemienna-przewodnik.html --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'Inter', sans-serif;
            color: #2D3142;
            background: #F7F3EE;
            line-height: 1.8;
            font-size: 1.0625rem;
        }
        .blog-container {
            max-width: 720px;
            margin: 0 auto;
            padding: 40px 20px 80px;
        }
        .back-link {
            display: inline-block;
            margin-bottom: 32px;
            color: #3B8EA5;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9375rem;
        }
        .back-link:hover { text-decoration: underline; }
        article header { margin-bottom: 40px; }
        h1 {
            font-family: 'Nunito', sans-serif;
            font-size: clamp(1.75rem, 5vw, 2.5rem);
            font-weight: 900;
            color: #2D3142;
            line-height: 1.3;
            margin-bottom: 16px;
        }
        .lead {
            font-size: 1.125rem;
            color: #555;
            line-height: 1.7;
        }
        h2 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            color: #2D3142;
            margin-top: 48px;
            margin-bottom: 16px;
        }
        h3 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.1875rem;
            font-weight: 700;
            color: #2D3142;
            margin-top: 32px;
            margin-bottom: 12px;
        }
        p { margin-bottom: 16px; }
        strong { color: #2D3142; }
        ol, ul { margin: 16px 0; padding-left: 24px; }
        li { margin-bottom: 8px; }
        em { color: #555; }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 16px 0;
            font-size: 0.9375rem;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px 12px;
            text-align: center;
        }
        th {
            background: #3B8EA5;
            color: white;
            font-weight: 600;
        }
        tbody tr:nth-child(even) { background: #f0ece6; }
        nav.toc {
            background: white;
            border-radius: 12px;
            padding: 24px 32px;
            margin-bottom: 32px;
        }
        nav.toc h2 {
            margin-top: 0;
            font-size: 1.25rem;
        }
        nav.toc a {
            color: #3B8EA5;
            text-decoration: none;
        }
        nav.toc a:hover { text-decoration: underline; }
        article footer {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 1px solid #ddd;
        }
        .cta-box {
            background: white;
            border: 2px solid #3B8EA5;
            border-radius: 16px;
            padding: 32px;
            text-align: center;
            margin-top: 48px;
        }
        .cta-box h3 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.25rem;
            margin-bottom: 12px;
        }
        .cta-box p { color: #555; margin-bottom: 20px; }
        .cta-btn {
            display: inline-block;
            background: #3B8EA5;
            color: white;
            padding: 14px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1rem;
        }
        .cta-btn:hover { background: #2d7a94; }

/* --- z 03-rodzina-patchworkowa-poradnik.html --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'Inter', sans-serif;
            color: #2D3142;
            background: #F7F3EE;
            line-height: 1.8;
            font-size: 1.0625rem;
        }
        .blog-container {
            max-width: 720px;
            margin: 0 auto;
            padding: 40px 20px 80px;
        }
        .back-link {
            display: inline-block;
            margin-bottom: 32px;
            color: #3B8EA5;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9375rem;
        }
        .back-link:hover { text-decoration: underline; }
        article header { margin-bottom: 40px; }
        h1 {
            font-family: 'Nunito', sans-serif;
            font-size: clamp(1.75rem, 5vw, 2.5rem);
            font-weight: 900;
            color: #2D3142;
            line-height: 1.3;
            margin-bottom: 16px;
        }
        .lead {
            font-size: 1.125rem;
            color: #555;
            line-height: 1.7;
        }
        h2 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            color: #2D3142;
            margin-top: 48px;
            margin-bottom: 16px;
        }
        h3 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.1875rem;
            font-weight: 700;
            color: #2D3142;
            margin-top: 32px;
            margin-bottom: 12px;
        }
        p { margin-bottom: 16px; }
        strong { color: #2D3142; }
        ol, ul { margin: 16px 0; padding-left: 24px; }
        li { margin-bottom: 8px; }
        em { color: #555; }
        article footer {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 1px solid #ddd;
        }
        .cta-box {
            background: white;
            border: 2px solid #3B8EA5;
            border-radius: 16px;
            padding: 32px;
            text-align: center;
            margin-top: 48px;
        }
        .cta-box h3 {
            font-family: 'Nunito', sans-serif;
            font-size: 1.25rem;
            margin-bottom: 12px;
        }
        .cta-box p { color: #555; margin-bottom: 20px; }
        .cta-btn {
            display: inline-block;
            background: #3B8EA5;
            color: white;
            padding: 14px 32px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1rem;
        }
        .cta-btn:hover { background: #2d7a94; }