
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green:       #3a7d44;
    --green-dark:  #274f2c;
    --green-pale:  #e8f5eb;
    --yellow:      #d4ac0d;
    --yellow-pale: #fdf8e1;
    --ink:         #1c2320;
    --ink-light:   #445048;
    --ink-muted:   #7a8c80;
    --paper:       #f4f7f4;
    --paper-mid:   #e6ede7;
    --paper-dark:  #d0dbd1;
    --white:       #fff;
    --radius:      6px;
  }
  body { font-family: 'DM Sans', sans-serif; background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.75; }

  /* HEADER */
  .site-header { background: var(--white); border-bottom: 2px solid var(--green); padding: 0 24px; height: 62px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
  .site-header a.logo-link { text-decoration: none; display: flex; align-items: center; gap: 10px; }
  .logo-mark { width: 36px; height: 36px; background: var(--green); border-radius: 5px; display: flex; align-items: center; justify-content: center; }
  .logo-mark svg { width: 20px; height: 20px; }
  .logo-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 15px; color: var(--green-dark); }
  .logo-sub  { font-size: 10px; color: var(--ink-muted); letter-spacing: 1.2px; text-transform: uppercase; display: block; }
  .back-link { font-size: 13px; font-weight: 600; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
  .back-link:hover { color: var(--green); }

  /* ARTICLE */
  .article-wrap { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }

  .art-category { display: inline-block; background: var(--green); color: var(--white); font-size: 10.5px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; padding: 4px 12px; border-radius: 3px; margin-bottom: 18px; }
  .art-title { font-family: 'Playfair Display', serif; font-size: clamp(28px, 5vw, 46px); font-weight: 800; line-height: 1.13; color: var(--ink); margin-bottom: 14px; }
  .art-title span { color: var(--yellow); }
  .art-lead { font-size: 19px; color: var(--ink-light); line-height: 1.72; margin-bottom: 24px; border-left: 4px solid var(--green); padding-left: 18px; }
  .art-meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; font-size: 13px; color: var(--ink-muted); font-weight: 500; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--paper-dark); }
  .art-meta .tag { background: var(--green-pale); color: var(--green-dark); padding: 3px 10px; border-radius: 20px; font-size: 11.5px; font-weight: 600; }
  .art-meta .dot { color: var(--paper-dark); }
  .art-hero-img { display: block; width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); margin-bottom: 36px; }

  /* BODY */
  .art-body p { margin-bottom: 22px; color: var(--ink-light); line-height: 1.8; }
  .art-body p:first-of-type { color: var(--ink); }
  .art-body h2 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--ink); margin: 44px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--green-pale); }
  .art-body strong { color: var(--ink); font-weight: 600; }
  .art-body a { color: var(--green); font-weight: 500; text-decoration: none; }
  .art-body a:hover { text-decoration: underline; }

  /* MEDIA CARDS — główny element artykułu */
  .media-cards { display: flex; flex-direction: column; gap: 24px; margin: 32px 0; }

  .media-card {
    background: var(--white);
    border: 1px solid var(--paper-dark);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .media-card:hover { box-shadow: 0 6px 32px rgba(0,0,0,0.12); transform: translateY(-2px); }

  .media-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--paper-mid);
    background: var(--paper);
  }
  .media-logo {
    height: 28px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
    flex-shrink: 0;
  }
  .media-logo.wroclaw-pl { background: #004b99; color: white; font-size: 11px; }
  .media-logo.tvp       { background: #0055a5; color: white; font-size: 11px; }
  .media-logo.money-pl  { background: #e8000d; color: white; font-size: 11px; }
  .media-logo.radio-gra { background: #6d2b8f; color: white; font-size: 11px; }

  .media-date { font-size: 12px; color: var(--ink-muted); font-weight: 500; }
  .media-reach { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--ink-muted); letter-spacing: 0.5px; text-transform: uppercase; }

  .media-card-body { padding: 20px 24px 24px; }
  .media-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ink);
    margin-bottom: 12px;
  }
  .media-card-summary { font-size: 15px; color: var(--ink-light); line-height: 1.75; margin-bottom: 16px; }

  /* KEY FACTS inside card */
  .key-facts { background: var(--green-pale); border-radius: var(--radius); padding: 14px 18px; margin: 14px 0; }
  .key-facts-title { font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green-dark); margin-bottom: 10px; }
  .key-facts ul { list-style: none; }
  .key-facts ul li { font-size: 14px; color: var(--ink-light); line-height: 1.6; padding: 4px 0 4px 22px; position: relative; }
  .key-facts ul li::before { content: '→'; color: var(--green); font-weight: 700; position: absolute; left: 0; top: 4px; }

  .media-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--green);
    text-decoration: none;
    padding: 8px 16px;
    border: 1.5px solid var(--green);
    border-radius: 4px;
    transition: 0.2s;
  }
  .media-card-link:hover { background: var(--green); color: white; }

  /* VERDICT BOX */
  .verdict-box {
    background: var(--ink);
    color: var(--white);
    border-radius: var(--radius);
    padding: 28px 32px;
    margin: 40px 0;
  }
  .verdict-box h3 { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 14px; color: var(--white); }
  .verdict-box ul { list-style: none; }
  .verdict-box ul li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.72); display: flex; gap: 10px; font-size: 15px; line-height: 1.55; }
  .verdict-box ul li:last-child { border-bottom: none; }
  .verdict-box ul li::before { content: '→'; color: #a8dbb2; font-weight: 700; flex-shrink: 0; }

  /* NOTICE */
  .notice { background: var(--yellow-pale); border-left: 3px solid var(--yellow); padding: 14px 18px; border-radius: 0 var(--radius) var(--radius) 0; margin: 28px 0; font-size: 14px; color: #6b5000; line-height: 1.65; }
  .notice strong { display: block; margin-bottom: 3px; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }

  /* QUOTE */
  .pull-quote { background: var(--green-pale); border-left: 4px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin: 28px 0; font-style: italic; font-size: 16.5px; color: var(--ink); line-height: 1.75; }
  .pull-quote::before { content: '\201E'; font-family: 'Playfair Display', serif; font-size: 44px; color: var(--green); line-height: 0.8; display: block; margin-bottom: 6px; }
  .pull-quote cite { display: block; font-size: 12.5px; font-style: normal; font-weight: 700; color: var(--ink-muted); margin-top: 10px; text-transform: uppercase; letter-spacing: 1px; }

  /* TIMELINE */
  .timeline { margin: 32px 0; border-left: 3px solid var(--green); padding-left: 24px; display: flex; flex-direction: column; gap: 20px; }
  .tl-item {}
  .tl-year { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green); margin-bottom: 4px; }
  .tl-text { font-size: 14.5px; color: var(--ink-light); line-height: 1.65; }
  .tl-text strong { color: var(--ink); }

  /* FOOTER */
  .art-footer { border-top: 1px solid var(--paper-dark); margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .art-tags { display: flex; gap: 8px; flex-wrap: wrap; }
  .art-tag { background: var(--green-pale); color: var(--green-dark); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; }
  .share-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: var(--white); border: 1.5px solid var(--paper-dark); border-radius: 20px; font-size: 13px; font-weight: 600; color: var(--ink-muted); cursor: pointer; font-family: 'DM Sans', sans-serif; transition: border-color 0.2s, color 0.2s; white-space: nowrap; }
  .share-btn:hover { border-color: var(--green); color: var(--green); }
  .share-btn.copied { border-color: var(--green); color: var(--green); background: var(--green-pale); }

  /* ALSO READ */
  .also-read { background: var(--white); border: 1px solid var(--paper-dark); border-radius: var(--radius); padding: 20px 24px; margin-top: 36px; }
  .also-read h4 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 14px; }
  .also-read a { display: flex; align-items: flex-start; gap: 12px; text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--paper-mid); color: var(--ink); transition: color 0.2s; }
  .also-read a:last-child { border-bottom: none; padding-bottom: 0; }
  .also-read a:hover { color: var(--green); }
  .also-read a span { font-size: 20px; flex-shrink: 0; }
  .also-read a div strong { display: block; font-size: 15px; font-weight: 700; line-height: 1.3; margin-bottom: 3px; font-family: 'Playfair Display', serif; }
  .also-read a div em { font-style: normal; font-size: 12.5px; color: var(--ink-muted); }


/* ─── artykul-strona-spoldzielni.html ─────────────────────────────────── */
/* PRICE BOX */
  .price-breakdown { background: var(--ink); color: var(--white); border-radius: var(--radius); padding: 28px 32px; margin: 36px 0; }
  .price-breakdown h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
  .price-breakdown .subtitle { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 22px; }
  .price-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 15px; gap: 20px; }
  .price-row:last-of-type { border-bottom: none; }
  .price-row .label { color: rgba(255,255,255,0.68); flex: 1; line-height: 1.5; }
  .price-row .amount { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 18px; color: var(--white); white-space: nowrap; }
  .price-row.total { margin-top: 8px; padding-top: 16px; border-top: 2px solid rgba(255,255,255,0.2); border-bottom: none; }
  .price-row.total .label { color: var(--white); font-weight: 600; font-size: 16px; }
  .price-row.total .amount { color: var(--yellow); font-size: 26px; }
  .price-note { font-size: 12px; color: rgba(255,255,255,0.38); margin-top: 16px; font-style: italic; line-height: 1.65; }

  /* BUGS */
  .bugs-list { margin: 32px 0; display: flex; flex-direction: column; gap: 14px; }
  .bug-item { background: var(--white); border: 1px solid var(--paper-dark); border-left: 4px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start; }
  .bug-num { width: 32px; height: 32px; background: var(--green-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: var(--green-dark); flex-shrink: 0; margin-top: 2px; }
  .bug-title { font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 5px; }
  .bug-desc { font-size: 14px; color: var(--ink-light); line-height: 1.65; }
  .bug-severity { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; padding: 2px 9px; border-radius: 20px; margin-top: 8px; }
  .sev-high { background: #fce4e4; color: #7a1f1f; }
  .sev-med  { background: var(--yellow-pale); color: #7a5a00; }
  .sev-low  { background: var(--green-pale); color: var(--green-dark); }

  /* PULL QUOTE */
  .pull-quote { background: var(--green-pale); border-left: 4px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin: 32px 0; font-size: 17px; font-style: italic; color: var(--ink); line-height: 1.75; }
  .pull-quote::before { content: '\201E'; font-family: 'Playfair Display', serif; font-size: 48px; color: var(--green); line-height: 0.8; display: block; margin-bottom: 6px; }

  /* COMPARE */
  .compare-box { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
  @media (max-width: 540px) { .compare-box { grid-template-columns: 1fr; } }
  .compare-col { border-radius: var(--radius); padding: 22px; }
  .compare-col.bad  { background: #fce4e4; border: 1px solid #f0b8b8; }
  .compare-col.good { background: var(--green-pale); border: 1px solid #b2d9ba; }
  .compare-col h4 { font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px; }
  .compare-col.bad h4  { color: #7a1f1f; }
  .compare-col.good h4 { color: var(--green-dark); }
  .compare-col ul { list-style: none; font-size: 14px; line-height: 1.7; }
  .compare-col ul li { padding: 4px 0; display: flex; gap: 8px; align-items: flex-start; color: var(--ink-light); }
  .compare-col.bad  ul li::before { content: '✗'; color: #c0392b; font-weight: 700; flex-shrink: 0; }
  .compare-col.good ul li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }

  /* NOTICE */
  .notice { background: var(--yellow-pale); border-left: 3px solid var(--yellow); padding: 14px 18px; border-radius: 0 var(--radius) var(--radius) 0; margin: 28px 0; font-size: 14px; color: #6b5000; line-height: 1.65; }
  .notice strong { display: block; margin-bottom: 3px; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }

  /* SUMMARY */
  .summary-box { background: var(--green-dark); color: var(--white); border-radius: var(--radius); padding: 28px 32px; margin: 40px 0 0; }
  .summary-box h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 14px; color: var(--white); }
  .summary-box ul { list-style: none; }
  .summary-box ul li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.09); color: rgba(255,255,255,0.75); display: flex; gap: 10px; font-size: 15px; line-height: 1.55; }
  .summary-box ul li:last-child { border-bottom: none; }
  .summary-box ul li::before { content: '→'; color: #a8dbb2; font-weight: 700; flex-shrink: 0; }
  .summary-cta { margin-top: 20px; font-size: 14px; color: var(--yellow); line-height: 1.7; }
  .summary-cta a { color: #a8dbb2; text-decoration: none; font-weight: 600; }
  .summary-cta a:hover { text-decoration: underline; }

  .art-footer { border-top: 1px solid var(--paper-dark); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .art-tags { display: flex; gap: 8px; flex-wrap: wrap; }
  .art-tag { background: var(--green-pale); color: var(--green-dark); font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; }

  /* ── ROZMIAR TEKSTU — dostępność dla seniorów ── */
  .font-size-ctrl { display: flex; align-items: center; gap: 3px; }
  .fz-btn { background: none; border: 1.5px solid var(--paper-dark); border-radius: var(--radius); color: var(--ink-muted); cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 700; line-height: 1; padding: 4px 8px; transition: 0.2s ease; }
  .fz-btn:hover, .fz-btn.fz-active { border-color: var(--green); color: var(--green); background: var(--green-pale); }
  .fz-btn[data-fz=""]   { font-size: 12px; }
  .fz-btn[data-fz="lg"] { font-size: 14px; }
  .fz-btn[data-fz="xl"] { font-size: 17px; }

  /* Artykuł — duże litery */
  html.fz-lg .art-body p { font-size: 20px !important; line-height: 1.85 !important; }
  html.fz-lg .art-lead   { font-size: 22px !important; }
  html.fz-lg .art-body h2 { font-size: 28px !important; }
  html.fz-lg .media-card-summary, html.fz-lg .tl-text,
  html.fz-lg .key-facts ul li, html.fz-lg .verdict-box ul li,
  html.fz-lg .summary-box ul li, html.fz-lg .bug-desc { font-size: 17px !important; line-height: 1.8 !important; }
  html.fz-lg .media-card-title { font-size: 23px !important; }
  html.fz-lg .pull-quote { font-size: 19px !important; }
  html.fz-lg .notice { font-size: 16px !important; }

  /* Artykuł — bardzo duże litery */
  html.fz-xl .art-body p { font-size: 23px !important; line-height: 1.88 !important; }
  html.fz-xl .art-lead   { font-size: 25px !important; }
  html.fz-xl .art-body h2 { font-size: 32px !important; }
  html.fz-xl .media-card-summary, html.fz-xl .tl-text,
  html.fz-xl .key-facts ul li, html.fz-xl .verdict-box ul li,
  html.fz-xl .summary-box ul li, html.fz-xl .bug-desc { font-size: 20px !important; line-height: 1.85 !important; }
  html.fz-xl .media-card-title { font-size: 27px !important; }
  html.fz-xl .pull-quote { font-size: 22px !important; }
  html.fz-xl .notice { font-size: 19px !important; }
