:root{--bg:#f7faf9;--surface:#fff;--ink:#15241f;--muted:#60716a;--brand:#087f5b;--brand2:#0ca678;--accent:#ffd43b;--line:#dfe9e5;--danger:#b42318;--shadow:0 18px 50px rgba(13,66,48,.12);--radius:22px;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}a{color:var(--brand);text-decoration-thickness:.08em;text-underline-offset:.16em}a:hover{color:#075d45}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #111;outline-offset:3px}.skip{position:absolute;left:-9999px;top:10px;z-index:9999;background:#111;color:#fff;padding:.7rem 1rem;border-radius:10px}.skip:focus{left:10px}.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}.topbar{background:#0b2f25;color:#e8fff7;font-size:.93rem}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:76px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);font-weight:800}.brandmark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));display:grid;place-items:center;color:#fff;font-size:23px;box-shadow:var(--shadow)}.menu{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}.menu a{display:block;padding:10px 11px;border-radius:10px;text-decoration:none;color:var(--ink);font-weight:650}.menu a:hover,.menu a[aria-current="page"]{background:#e8f7f1;color:#075d45}.nav-actions{display:flex;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:12px 17px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;background:var(--brand);color:white;box-shadow:0 8px 20px rgba(8,127,91,.18)}.btn:hover{background:#066c4d;color:#fff}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.btn.accent{background:var(--accent);color:#2d2a00}.hamb{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px}.hero{padding:74px 0 54px;background:radial-gradient(circle at 85% 20%,#c3fae8 0,transparent 35%),linear-gradient(180deg,#fff,#f4fbf8)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e8f7f1;color:#086c50;border:1px solid #bfe9d9;border-radius:999px;padding:7px 11px;font-weight:800;font-size:.88rem}.hero h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:1.02;letter-spacing:-.045em;margin:17px 0}.hero p{font-size:1.18rem;color:var(--muted);max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.impact-card{background:#0d4f3d;color:#fff;border-radius:32px;padding:28px;box-shadow:var(--shadow);position:relative;overflow:hidden}.impact-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#29d39a;right:-100px;top:-100px;opacity:.22}.impact-card h2{font-size:1.8rem;margin-top:0}.impact-list{display:grid;gap:12px}.impact-item{display:flex;gap:12px;align-items:flex-start;background:rgba(255,255,255,.08);padding:14px;border-radius:16px}.section{padding:72px 0}.section.alt{background:#fff}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section h2{font-size:clamp(1.9rem,3vw,3rem);line-height:1.1;letter-spacing:-.03em;margin:.2rem 0}.section-head p{max-width:620px;color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 6px 22px rgba(12,61,45,.06)}.card h3{margin:.3rem 0 .5rem;font-size:1.28rem}.card p{color:var(--muted)}.icon{width:48px;height:48px;border-radius:15px;background:#e8f7f1;display:grid;place-items:center;font-size:24px}.project.featured{background:linear-gradient(135deg,#183d31,#0a7a58);color:#fff;border:0}.project.featured p{color:#dff8ef}.pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#e8f7f1;color:#075d45;font-size:.83rem;font-weight:800}.featured .pill{background:rgba(255,255,255,.12);color:#fff}.support{display:grid;grid-template-columns:1fr 1fr;gap:22px}.donation{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:16px 0}.amount{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px;font-weight:800;cursor:pointer}.amount[aria-pressed="true"]{background:#e8f7f1;border-color:var(--brand);color:#075d45}.field{display:grid;gap:6px;margin:14px 0}.field label{font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid #bdcbc5;border-radius:12px;padding:12px 13px;font:inherit;background:#fff;color:var(--ink)}.check{display:flex;align-items:flex-start;gap:9px;margin:13px 0;color:var(--muted)}.check input{margin-top:5px}.notice{border-left:4px solid var(--brand);background:#eefaf5;padding:13px 15px;border-radius:10px;color:#31564a}.docs{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.doc{display:flex;justify-content:space-between;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;text-decoration:none;color:var(--ink)}.doc:hover{border-color:#8bd8bd;transform:translateY(-1px)}.partner{display:flex;align-items:center;gap:18px;padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line)}.partner-logo{font-weight:900;font-size:1.6rem;letter-spacing:-.04em;color:#e31c79}.cta{background:linear-gradient(135deg,#073d2d,#0c805d);color:#fff;border-radius:28px;padding:34px;display:flex;justify-content:space-between;align-items:center;gap:24px}.cta p{color:#dcf5ec;max-width:700px}.footer{background:#0b261e;color:#d8e9e3;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:26px}.footer a{color:#eaf8f3}.footer h3{color:#fff}.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:.92rem;color:#a9c0b7}.page-hero{padding:48px 0 28px;background:#fff;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2rem,4vw,3.5rem);margin:.2rem 0}.content{max-width:860px}.content h2{margin-top:2.2rem}.content li{margin:.45rem 0}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{border:1px solid var(--line);padding:12px;text-align:left}.small{font-size:.91rem;color:var(--muted)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.menu{display:none;position:absolute;left:16px;right:16px;top:78px;flex-direction:column;align-items:stretch;background:#fff;padding:12px;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.menu.open{display:flex}.hamb{display:block}.nav-actions .secondary{display:none}.hero-grid,.support,.footer-grid{grid-template-columns:1fr}.grid3{grid-template-columns:1fr 1fr}.docs{grid-template-columns:1fr}.hero{padding-top:48px}.section-head,.cta{align-items:flex-start;flex-direction:column}.topbar .wrap{flex-direction:column;gap:0}.amounts{grid-template-columns:1fr 1fr}}@media(max-width:620px){.grid3{grid-template-columns:1fr}.nav-actions .btn:not(.hamb){display:none}.wrap{width:min(var(--max),calc(100% - 22px))}.section{padding:52px 0}.hero h1{font-size:2.55rem}.donation,.card{padding:20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media(prefers-color-scheme:dark){body.auto-dark{--bg:#101714;--surface:#17211d;--ink:#eff9f5;--muted:#a8bbb3;--line:#32443d}.auto-dark .header,.auto-dark .card,.auto-dark .donation,.auto-dark .doc,.auto-dark .partner,.auto-dark .amount,.auto-dark .field input,.auto-dark .field select,.auto-dark .field textarea{background:#17211d;color:var(--ink)}}
/* Identyfikacja wizualna dopasowana do logo Fundacji */
:root{--brand:#073b75;--brand2:#0b559d;--accent:#ffb51b;--red:#ed1c2e;--green:#69b72d;--bg:#f7f9fc;--ink:#0a315f;--muted:#5d6f82;--line:#dce5ef;--shadow:0 18px 50px rgba(7,59,117,.12)}
a{color:#07549b}a:hover{color:#062f60}.topbar{background:#062f60;color:#fff}.brand{min-width:280px;max-width:390px}.brand-logo{display:block;width:100%;height:auto;max-height:64px;object-fit:contain;object-position:left center}.nav{min-height:92px}.menu a:hover,.menu a[aria-current="page"]{background:#edf5fc;color:#073b75}.btn{background:#073b75;box-shadow:0 8px 20px rgba(7,59,117,.18)}.btn:hover{background:#062f60}.btn.accent{background:#ffb51b;color:#17212b}.eyebrow{background:#edf5fc;color:#073b75;border-color:#c9dced}.hero{background:radial-gradient(circle at 84% 18%,rgba(105,183,45,.16) 0,transparent 30%),radial-gradient(circle at 72% 45%,rgba(255,181,27,.12) 0,transparent 25%),linear-gradient(180deg,#fff,#f5f8fc)}.impact-card{background:linear-gradient(145deg,#062f60,#07549b)}.impact-card:after{background:#ed1c2e}.icon{background:#edf5fc}.project.featured,.cta{background:linear-gradient(135deg,#062f60,#07549b)}.pill,.amount[aria-pressed="true"]{background:#edf5fc;color:#073b75}.amount[aria-pressed="true"]{border-color:#073b75}.notice{border-left-color:#69b72d;background:#f2faec}.footer{background:#05264b}.projects-hero{background:linear-gradient(110deg,#f7fbff,#fff7e6)}.events-hero{background:linear-gradient(110deg,#f7fbff,#f1f9eb)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-tile{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;min-height:245px;box-shadow:0 7px 24px rgba(7,59,117,.06)}.project-tile:nth-child(4n+2){border-top:4px solid var(--green)}.project-tile:nth-child(4n+3){border-top:4px solid var(--accent)}.project-tile:nth-child(4n+4){border-top:4px solid var(--red)}.project-tile:nth-child(4n+1){border-top:4px solid var(--brand)}.project-tile h2{font-size:1.35rem;margin:.45rem 0}.project-tile p{color:var(--muted)}.project-number{position:absolute;right:16px;top:8px;font-size:3.8rem;font-weight:900;color:#edf2f7;line-height:1}.project-type{position:relative;z-index:1;display:inline-block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#07549b}.event-list{display:grid;gap:16px}.event-card{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 7px 24px rgba(7,59,117,.06)}.event-card h2{font-size:1.6rem;margin:.25rem 0}.event-card p{margin:.3rem 0;color:var(--muted)}.event-date{display:grid;place-items:center;text-align:center;background:#073b75;color:#fff;border-radius:17px;padding:16px 8px}.event-date strong{font-size:2rem;line-height:1}.event-date span{font-size:.78rem;font-weight:800;margin-top:6px}.partner-logo{color:#e31c79}@media(max-width:1080px){.brand{min-width:220px;max-width:280px}.menu a{padding:9px 7px;font-size:.94rem}}@media(max-width:900px){.project-grid{grid-template-columns:1fr 1fr}.brand{min-width:200px;max-width:260px}.nav{min-height:82px}}@media(max-width:620px){.project-grid{grid-template-columns:1fr}.event-card{grid-template-columns:1fr}.event-date{width:110px}.brand{min-width:0;width:210px}}

/* TOP: konto i dokumenty */
.topbar .topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:9px 0}.top-account{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.top-label{opacity:.82}.top-account strong{font-weight:850;letter-spacing:.025em;color:#fff}.top-sep{opacity:.45;margin:0 2px}.top-links{display:flex;align-items:center;gap:6px;flex-shrink:0}.top-links a{color:#fff;text-decoration:underline;font-weight:400;padding:0 9px;border-radius:0;text-underline-offset:3px}.top-links a:hover,.top-links a:focus-visible{background:transparent;color:#fff;text-decoration-thickness:2px}.content h2[id]{scroll-margin-top:125px}
@media(max-width:900px){.topbar .topbar-inner{align-items:flex-start;flex-direction:column;gap:5px}.top-links{gap:2px}.top-links a{padding-left:0;padding-right:14px}.top-sep,.top-account>span:last-child{display:none}}
/* TOP: proste linki tekstowe bez podkreslen */
.top-links a,.top-links a:visited,.top-links a:hover,.top-links a:focus,.top-links a:focus-visible{ text-decoration:none; }

/* MENU PRO 2026 - nowoczesny, elegancki naglowek */
.header{background:rgba(255,255,255,.97);border-bottom:1px solid #e7edf4;box-shadow:0 8px 28px rgba(7,59,117,.055)}
.nav{min-height:88px;gap:18px}
.brand{min-width:0;width:245px;max-width:245px;flex:0 0 245px}
.brand-logo{max-height:58px;width:100%;object-fit:contain;object-position:left center}
.nav>nav{flex:1;min-width:0}
.menu{justify-content:center;gap:2px;white-space:nowrap}
.menu li{display:flex}
.menu a{position:relative;display:flex;align-items:center;min-height:44px;padding:10px 12px;border-radius:12px;color:#123b67;font-size:.93rem;font-weight:750;line-height:1.1;letter-spacing:-.01em;transition:background .18s ease,color .18s ease,transform .18s ease}
.menu a:hover{background:#f1f6fb;color:#073b75;transform:translateY(-1px)}
.menu a[aria-current="page"]{background:#edf5fc;color:#073b75}
.menu a[aria-current="page"]:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;border-radius:3px;background:#0b559d}
.nav-actions{align-items:center;gap:9px;flex:0 0 auto;padding-left:14px;border-left:1px solid #e3eaf2}
.nav-actions .btn{min-height:46px;border-radius:14px;padding:11px 15px;font-size:.92rem;box-shadow:none}
.nav-actions .btn.secondary{min-width:72px;background:#fff;border:1px solid #d7e2ee;color:#073b75}
.nav-actions .btn.secondary:hover{background:#f5f9fd;border-color:#b9cde1}
.nav-actions .btn:not(.secondary){background:linear-gradient(135deg,#073b75,#0b559d);padding-inline:18px;box-shadow:0 9px 22px rgba(7,59,117,.18)}
.nav-actions .btn:not(.secondary):hover{background:linear-gradient(135deg,#062f60,#084982)}
@media(max-width:1180px){.brand{width:205px;max-width:205px;flex-basis:205px}.menu a{padding:10px 8px;font-size:.88rem}.nav-actions{padding-left:9px}.nav-actions .btn{padding:10px 12px}.nav-actions .btn:not(.secondary){padding-inline:14px}}
@media(max-width:1020px){.menu{display:none;position:absolute;left:16px;right:16px;top:82px;flex-direction:column;align-items:stretch;white-space:normal;background:#fff;padding:10px;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 55px rgba(7,59,117,.16)}.menu.open{display:flex}.menu li{display:block}.menu a{padding:13px 14px}.menu a[aria-current="page"]:after{display:none}.hamb{display:block}.nav-actions .secondary{display:none}.nav>nav{flex:0}.brand{width:235px;max-width:235px;flex-basis:235px}}
@media(max-width:620px){.nav{min-height:76px}.brand{width:190px;max-width:190px;flex-basis:190px}.brand-logo{max-height:52px}.nav-actions{border-left:0;padding-left:0}.nav-actions .btn:not(.hamb){display:none}.menu{top:74px}}

/* MENU ICON 2026 - bez pozycji Start, ikony SVG */
.main-nav{flex:1;min-width:0}
.menu{gap:3px}
.menu a{min-width:72px;min-height:64px;padding:8px 9px 7px;flex-direction:column;justify-content:center;gap:5px;text-align:center;border-radius:14px;font-size:.84rem;line-height:1.05}
.menu-icon{display:grid;place-items:center;width:23px;height:23px;color:#0b559d;transition:transform .18s ease,color .18s ease}
.menu-icon svg,.wcag-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.menu a:hover .menu-icon,.menu a[aria-current="page"] .menu-icon{color:#073b75;transform:translateY(-1px)}
.menu a[aria-current="page"]:after{left:20px;right:20px;bottom:2px}
.nav{min-height:102px}
.brand{width:230px;max-width:230px;flex-basis:230px}
.brand-logo{max-height:66px}
.nav-actions{gap:10px}
.wcag-btn{display:flex!important;flex-direction:column;gap:3px;min-width:68px!important;padding:8px 10px!important;line-height:1}
.wcag-icon{display:block;width:22px;height:22px;color:#073b75}
.support-btn{min-height:58px!important;padding:9px 14px!important;gap:10px!important}
.support-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}
.support-copy strong{font-size:.96rem}
.support-copy small{margin-top:4px;font-size:.68rem;font-weight:650;opacity:.82;white-space:nowrap}
.support-arrow{font-size:1.3rem;line-height:1}
@media(max-width:1220px){.brand{width:205px;max-width:205px;flex-basis:205px}.menu a{min-width:64px;padding-inline:6px;font-size:.79rem}.support-copy small{display:none}.support-btn{padding-inline:12px!important}.nav-actions{padding-left:8px}}
@media(max-width:1060px){.menu{display:none;position:absolute;left:16px;right:16px;top:94px;flex-direction:column;align-items:stretch;white-space:normal;background:#fff;padding:10px;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 55px rgba(7,59,117,.16)}.menu.open{display:flex}.menu li{display:block}.menu a{min-height:50px;min-width:0;flex-direction:row;justify-content:flex-start;gap:12px;text-align:left;padding:12px 14px;font-size:.94rem}.menu-icon{width:21px;height:21px}.menu a[aria-current="page"]:after{display:none}.hamb{display:block}.nav-actions .wcag-btn{display:none!important}.main-nav{flex:0}.brand{width:235px;max-width:235px;flex-basis:235px}.nav{min-height:88px}}
@media(max-width:620px){.nav{min-height:76px}.brand{width:190px;max-width:190px;flex-basis:190px}.brand-logo{max-height:54px}.menu{top:74px}.support-btn{display:none!important}}

/* CTA PODARUJ SERCE - czerwone pulsujace serce */
.heart-cta{position:relative;display:grid;place-items:center;width:112px;height:100px;flex:0 0 112px;text-decoration:none!important;color:#fff!important;filter:drop-shadow(0 10px 14px rgba(220,31,44,.25));transform-origin:center;animation:heartPulse 1.9s ease-in-out infinite}
.heart-cta-shape{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.heart-cta-shape path{fill:#e52335;transition:fill .18s ease,filter .18s ease;filter:drop-shadow(0 0 0 rgba(229,35,53,0))}
.heart-cta-content{position:relative;z-index:1;width:82px;margin-top:-1px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.03;color:#fff;pointer-events:none}
.heart-cta-icon{font-size:15px;line-height:1;margin-bottom:2px}
.heart-cta strong{font-size:.86rem;letter-spacing:-.015em;white-space:nowrap}
.heart-cta small{font-size:.53rem;line-height:1.15;font-weight:650;margin-top:3px;max-width:74px;opacity:.96}
.heart-cta-arrow{font-size:1.05rem;line-height:1;margin-top:2px}
.heart-cta:hover{color:#fff!important;animation-duration:1.15s}
.heart-cta:hover .heart-cta-shape path{fill:#c9182a;filter:drop-shadow(0 0 8px rgba(229,35,53,.34))}
.heart-cta:focus-visible{outline:3px solid #111;outline-offset:5px;border-radius:45%}
@keyframes heartPulse{0%,100%{transform:scale(1)}12%{transform:scale(1.055)}24%{transform:scale(1)}36%{transform:scale(1.035)}50%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.heart-cta{animation:none!important}}
@media(max-width:1220px){.heart-cta{width:100px;height:90px;flex-basis:100px}.heart-cta-content{width:75px}.heart-cta strong{font-size:.78rem}.heart-cta small{display:none}.heart-cta-arrow{margin-top:3px}}
@media(max-width:1060px){.heart-cta{width:92px;height:82px;flex-basis:92px}.heart-cta strong{font-size:.74rem}.heart-cta-icon{font-size:13px}}
@media(max-width:620px){.heart-cta{display:none}}

/* Mniejsze, eleganckie CTA Podaruj serce */
.heart-cta{width:82px;height:74px;flex:0 0 82px;filter:drop-shadow(0 7px 10px rgba(220,31,44,.18));animation:heartPulseElegant 2.2s ease-in-out infinite}
.heart-cta-content{width:66px;margin-top:-1px}
.heart-cta-icon{display:none}
.heart-cta strong{font-size:.68rem;line-height:1.05;white-space:normal;max-width:60px}
.heart-cta small{display:none}
.heart-cta-arrow{font-size:.85rem;margin-top:3px}
.heart-cta:focus-visible{outline-offset:4px}
@keyframes heartPulseElegant{0%,100%{transform:scale(1)}14%{transform:scale(1.035)}28%{transform:scale(1)}42%{transform:scale(1.02)}56%{transform:scale(1)}}
@media(max-width:1220px){.heart-cta{width:76px;height:69px;flex-basis:76px}.heart-cta-content{width:61px}.heart-cta strong{font-size:.64rem}}
@media(max-width:1060px){.heart-cta{width:70px;height:64px;flex-basis:70px}.heart-cta strong{font-size:.61rem}}
@media(max-width:620px){.heart-cta{display:none}}

/* Podaruj serce - kompaktowe CTA premium z efektem swiatla */
.heart-cta{width:104px;height:70px;flex:0 0 104px;display:flex;align-items:center;justify-content:center;gap:7px;filter:none;animation:none;isolation:isolate}
.heart-cta::before,.heart-cta::after{content:"";position:absolute;left:10px;top:50%;width:48px;height:48px;border-radius:50%;transform:translateY(-50%) scale(.82);background:rgba(229,35,53,.16);z-index:-2;animation:heartHalo 2.25s ease-out infinite}
.heart-cta::after{width:38px;height:38px;left:15px;background:rgba(229,35,53,.22);animation-delay:.18s}
.heart-cta-shape{position:relative;inset:auto;width:52px;height:48px;flex:0 0 52px;overflow:visible;filter:drop-shadow(0 7px 9px rgba(229,35,53,.24));animation:heartBeatPremium 2.25s ease-in-out infinite}
.heart-cta-shape path{fill:url(#none);fill:#ef3340;filter:none}
.heart-cta-content{position:relative;width:auto;margin:0;display:flex;align-items:flex-start;justify-content:center;text-align:left;color:#0b376d;line-height:1;pointer-events:none}
.heart-cta-content::before{content:"♥";position:absolute;left:-40px;top:16px;color:#fff;font-size:14px;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.08)}
.heart-cta strong{font-size:.78rem;line-height:1.03;white-space:normal;max-width:48px;color:#e52335;font-weight:800}
.heart-cta-arrow{position:absolute;right:-15px;top:12px;font-size:.95rem;color:#e52335;margin:0;transition:transform .2s ease}
.heart-cta:hover{animation:none;transform:none}
.heart-cta:hover .heart-cta-shape{filter:drop-shadow(0 8px 12px rgba(229,35,53,.35));animation-duration:1.55s}
.heart-cta:hover .heart-cta-arrow{transform:translateX(3px)}
.heart-cta:hover .heart-cta-shape path{fill:#d91f31;filter:none}
.heart-cta:focus-visible{outline:3px solid #0b376d;outline-offset:3px;border-radius:12px}
@keyframes heartBeatPremium{0%,100%{transform:scale(1)}8%{transform:scale(1.09)}16%{transform:scale(1)}24%{transform:scale(1.055)}34%{transform:scale(1)}}
@keyframes heartHalo{0%{opacity:.8;transform:translateY(-50%) scale(.7)}48%,100%{opacity:0;transform:translateY(-50%) scale(1.42)}}
@media(prefers-reduced-motion:reduce){.heart-cta-shape,.heart-cta::before,.heart-cta::after{animation:none!important}.heart-cta::before,.heart-cta::after{display:none}}
@media(max-width:1220px){.heart-cta{width:91px;height:66px;flex-basis:91px;gap:4px}.heart-cta-shape{width:47px;height:44px;flex-basis:47px}.heart-cta strong{font-size:.69rem;max-width:43px}.heart-cta-content::before{left:-36px;top:15px;font-size:12px}.heart-cta-arrow{display:none}}
@media(max-width:1060px){.heart-cta{width:58px;height:60px;flex-basis:58px}.heart-cta-shape{width:46px;height:43px;flex-basis:46px}.heart-cta-content{position:absolute}.heart-cta strong,.heart-cta-arrow{display:none}.heart-cta-content::before{left:-7px;top:-7px}.heart-cta::before{left:5px}.heart-cta::after{left:10px}}
@media(max-width:620px){.heart-cta{display:none}}

/* WCAG GREEN PRO */
.wcag-btn{border-color:#b9dfb0!important;background:linear-gradient(180deg,#fff 0%,#f5fbf3 100%)!important;color:#238b2d!important;box-shadow:0 6px 18px rgba(35,139,45,.08)}
.wcag-btn:hover{background:#eef9eb!important;border-color:#79bf70!important;color:#176f20!important;transform:translateY(-1px)}
.wcag-icon{width:29px!important;height:29px!important;color:#2f9e35!important}
.wcag-icon svg{stroke-width:1.7!important}
.wcag-btn:focus-visible{outline:3px solid #238b2d!important;outline-offset:3px}

/* ACCESSIBILITY ICON - NO TEXT */
.wcag-btn{min-width:54px!important;width:54px;height:54px;padding:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;position:relative}
.wcag-icon{width:34px!important;height:34px!important}
.wcag-btn::after{content:"";position:absolute;inset:4px;border:1px solid rgba(47,158,53,.18);border-radius:50%;pointer-events:none}

/* Accessibility center */
.a11y-trigger{appearance:none;border:1px solid #b9ddb9;background:#f5fbf5;color:#2f8f2f;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;cursor:pointer;padding:0;transition:.2s ease;box-shadow:0 4px 14px rgba(47,143,47,.08)}
.a11y-trigger:hover,.a11y-trigger:focus-visible{background:#ecf8ec;border-color:#73b873;box-shadow:0 6px 20px rgba(47,143,47,.16);transform:translateY(-1px)}
.a11y-trigger .wcag-icon{width:38px;height:38px;display:block}
.a11y-trigger .wcag-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.a11y-backdrop{position:fixed;inset:0;background:rgba(8,32,64,.38);backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:.2s ease}
.a11y-backdrop.open{opacity:1;visibility:visible}
.a11y-dialog{position:fixed;z-index:9999;top:50%;left:50%;transform:translate(-50%,-48%);width:min(760px,calc(100% - 28px));max-height:min(86vh,820px);overflow:auto;background:#fff;border:1px solid #dbe5ee;border-radius:24px;box-shadow:0 24px 80px rgba(5,28,58,.24);opacity:0;visibility:hidden;transition:.22s ease}
.a11y-dialog.open{opacity:1;visibility:visible;transform:translate(-50%,-50%)}
.a11y-dialog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 24px 18px;border-bottom:1px solid #e8eef4;position:sticky;top:0;background:#fff;z-index:2;border-radius:24px 24px 0 0}
.a11y-title-wrap{display:flex;gap:14px;align-items:center}.a11y-title-icon{width:46px;height:46px;border-radius:14px;background:#edf8ed;color:#2f8f2f;display:grid;place-items:center;font-size:25px}.a11y-dialog h2{margin:0;color:#0d3b6e;font-size:1.35rem}.a11y-dialog-head p{margin:4px 0 0;color:#5c6e7e;font-size:.92rem}
.a11y-close{width:42px;height:42px;border:0;background:#f3f6f8;color:#173b63;border-radius:12px;font-size:24px;cursor:pointer}.a11y-close:hover{background:#e9eef3}
.a11y-dialog-body{padding:22px 24px 26px}.a11y-section{margin:0 0 24px}.a11y-section:last-child{margin-bottom:0}.a11y-section h3{font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;color:#627487;margin:0 0 12px}
.a11y-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.a11y-control{min-height:82px;border:1px solid #dce6ef;background:#fff;border-radius:16px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;color:#123d6b;cursor:pointer;text-align:left;font:inherit;transition:.18s ease}.a11y-control:hover{border-color:#9db9d2;background:#f8fbfe}.a11y-control[aria-pressed="true"]{border-color:#48a448;background:#f0faef;color:#236f23;box-shadow:inset 0 0 0 1px #48a448}.a11y-control-icon{font-size:1.25rem}.a11y-control strong{font-size:.92rem}.a11y-control small{font-size:.75rem;color:#6c7b88;line-height:1.25}
.a11y-font-row{display:grid;grid-template-columns:1fr auto auto auto;gap:10px;align-items:center;border:1px solid #dce6ef;padding:12px 14px;border-radius:16px}.a11y-font-row strong{color:#123d6b}.a11y-font-row button{width:42px;height:42px;border:1px solid #ccd9e4;background:#fff;border-radius:12px;color:#123d6b;font-weight:800;cursor:pointer}.a11y-font-value{min-width:58px;text-align:center;color:#3f5569;font-weight:700}
.a11y-voice{border:1px solid #cfe5cf;background:linear-gradient(180deg,#f8fdf8,#f2faf1);border-radius:18px;padding:16px}.a11y-voice-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.a11y-voice-status{font-size:.85rem;color:#55705a;margin-top:5px}.a11y-voice-btn{border:0;border-radius:999px;background:#318c36;color:#fff;padding:11px 16px;font-weight:800;cursor:pointer;white-space:nowrap}.a11y-voice-btn.listening{background:#d82934;box-shadow:0 0 0 5px rgba(216,41,52,.10)}.a11y-commands{margin:12px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:7px;list-style:none}.a11y-commands li{font-size:.75rem;background:#fff;border:1px solid #d9e8d8;padding:6px 9px;border-radius:999px;color:#46664a}
.a11y-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid #e5edf3}.a11y-reset{border:1px solid #cbd8e2;background:#fff;color:#173b63;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer}.a11y-more{color:#0d4d8f;font-weight:700;text-decoration:none}.a11y-live{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
html.a11y-large-text{font-size:112.5%}html.a11y-xlarge-text{font-size:125%}
body.a11y-high-contrast{filter:contrast(1.35)}body.a11y-grayscale{filter:grayscale(1)}body.a11y-high-contrast.a11y-grayscale{filter:grayscale(1) contrast(1.35)}
body.a11y-links a:not(.btn):not(.heart-cta){text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}
body.a11y-readable-font,body.a11y-readable-font *{font-family:Arial,Helvetica,sans-serif!important}body.a11y-spacing{line-height:1.75!important}body.a11y-spacing p,body.a11y-spacing li{line-height:1.85!important;letter-spacing:.02em;word-spacing:.08em}
body.a11y-big-cursor,body.a11y-big-cursor *{cursor:zoom-in!important}body.a11y-focus *:focus{outline:4px solid #ffbf00!important;outline-offset:4px!important}
body.a11y-no-motion *,body.a11y-no-motion *::before,body.a11y-no-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media(max-width:720px){.a11y-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.a11y-dialog-head,.a11y-dialog-body{padding-left:16px;padding-right:16px}.a11y-font-row{grid-template-columns:1fr auto auto}.a11y-font-value{grid-column:2/4}.a11y-voice-top{align-items:flex-start;flex-direction:column}.a11y-voice-btn{width:100%}}
@media(max-width:420px){.a11y-grid{grid-template-columns:1fr}.a11y-dialog{width:calc(100% - 16px);border-radius:18px}.a11y-dialog-head{border-radius:18px 18px 0 0}}

/* Accessibility center PRO - WCAG / EN 301 549 support controls */
.a11y-dialog{width:min(860px,calc(100% - 28px));max-height:min(90vh,900px)}
.a11y-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.a11y-speech{margin-top:10px;border:1px solid #dce6ef;border-radius:16px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fbfdff}.a11y-speech>div:first-child{display:flex;flex-direction:column;gap:4px;color:#123d6b}.a11y-speech small{color:#6c7b88}.a11y-speech-actions{display:flex;gap:8px;flex-wrap:wrap}.a11y-speech-actions button{border:1px solid #cbd8e2;background:#fff;color:#123d6b;border-radius:11px;padding:10px 13px;font-weight:800;cursor:pointer}.a11y-speech-actions button:hover{background:#f2f7fb}.a11y-speech-actions button:disabled{opacity:.5;cursor:not-allowed}
.a11y-standard{margin-top:4px}.a11y-standard-box{border:1px solid #cfe5cf;background:#f8fdf8;border-radius:18px;padding:15px 16px;color:#244f2a}.a11y-standard-box p{margin:7px 0 12px;color:#526a55;font-size:.84rem;line-height:1.55}.a11y-badges{display:flex;gap:6px;flex-wrap:wrap}.a11y-badges span{font-size:.72rem;font-weight:800;color:#2d7132;border:1px solid #c8e2c9;background:#fff;border-radius:999px;padding:5px 8px}
.a11y-reading-guide{position:fixed;z-index:10000;left:0;right:0;height:4px;background:#f4b400;box-shadow:0 0 0 2px rgba(255,255,255,.7),0 0 12px rgba(244,180,0,.45);pointer-events:none}.a11y-reading-guide[hidden]{display:none!important}
body.a11y-headings :is(h1,h2,h3,h4,h5,h6){outline:3px solid #f4b400!important;outline-offset:4px!important;background:#fff7d6!important;color:#092f5b!important}
body.a11y-dark-contrast{background:#090d12!important;color:#fff!important}body.a11y-dark-contrast :is(header,footer,main,section,article,aside,nav,div:not(.a11y-backdrop):not(.a11y-reading-guide)){border-color:#d7e8ff!important}body.a11y-dark-contrast :is(.header,.topbar,.section,.page-hero,.card,.support,.donation,.content,.a11y-dialog,.a11y-dialog-head,.a11y-dialog-body){background:#090d12!important;color:#fff!important}body.a11y-dark-contrast :is(p,li,small,span,label,strong,h1,h2,h3,h4,h5,h6){color:#fff!important}body.a11y-dark-contrast a{color:#8fd1ff!important}body.a11y-dark-contrast button,body.a11y-dark-contrast input,body.a11y-dark-contrast select,body.a11y-dark-contrast textarea{background:#111b26!important;color:#fff!important;border-color:#d7e8ff!important}
body.a11y-hide-images img:not(.brand-logo){opacity:.12!important;filter:grayscale(1)!important}body.a11y-hide-images [style*="background-image"]{background-image:none!important}
body.a11y-large-targets :is(a,button,input,select,textarea,label.check){min-height:44px}body.a11y-large-targets :is(button,.btn,.menu a,.top-links a){padding-top:max(10px,.6em);padding-bottom:max(10px,.6em)}
body.a11y-keyboard .skip{position:fixed!important;left:12px!important;top:12px!important;clip:auto!important;width:auto!important;height:auto!important;overflow:visible!important;z-index:10020!important;background:#fff!important;color:#002b5c!important;border:3px solid #f4b400!important;border-radius:10px!important;padding:10px 14px!important;font-weight:800!important}body.a11y-keyboard *:focus-visible{outline:4px solid #f4b400!important;outline-offset:4px!important}
body.a11y-reading-focus main{max-width:1100px;margin-inline:auto}body.a11y-reading-focus main :is(p,li){max-width:75ch}body.a11y-reading-focus :is(.heart-cta,.menu-icon){filter:saturate(.65)}
body.a11y-spacing p{margin-bottom:2em!important}body.a11y-spacing :is(p,li,label,button,a,span){line-height:1.5!important;letter-spacing:.12em!important;word-spacing:.16em!important}
body.a11y-pause-media video,body.a11y-pause-media audio{visibility:hidden!important}
body.a11y-system-reduced-motion *,body.a11y-system-reduced-motion *::before,body.a11y-system-reduced-motion *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
@media(max-width:760px){.a11y-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.a11y-speech{align-items:flex-start;flex-direction:column}.a11y-speech-actions{width:100%}.a11y-speech-actions button{flex:1}}
@media(max-width:430px){.a11y-grid{grid-template-columns:1fr}.a11y-dialog{width:calc(100% - 12px)}.a11y-badges{gap:5px}}

/* FIX: centrum dostepnosci ma pozostac nieruchome przy zmianie opcji.
   Nie nakladamy filter na BODY, bo filter tworzy containing block dla position:fixed. */
body.a11y-high-contrast{filter:none!important}
body.a11y-grayscale{filter:none!important}
body.a11y-high-contrast.a11y-grayscale{filter:none!important}
body.a11y-high-contrast > :not(.a11y-dialog):not(.a11y-backdrop):not(.a11y-reading-guide){filter:contrast(1.35)}
body.a11y-grayscale > :not(.a11y-dialog):not(.a11y-backdrop):not(.a11y-reading-guide){filter:grayscale(1)}
body.a11y-high-contrast.a11y-grayscale > :not(.a11y-dialog):not(.a11y-backdrop):not(.a11y-reading-guide){filter:grayscale(1) contrast(1.35)}

/* Stabilna rama popupu: przewija sie tylko jego tresc, nie caly modal. */
.a11y-dialog{
  top:50%!important;
  left:50%!important;
  transform:translate(-50%,-50%)!important;
  height:min(90vh,900px);
  max-height:calc(100vh - 24px)!important;
  overflow:hidden!important;
  display:flex;
  flex-direction:column;
  font-size:16px!important;
  line-height:1.4;
  contain:layout paint;
}
.a11y-dialog:not(.open){pointer-events:none}
.a11y-dialog.open{transform:translate(-50%,-50%)!important}
.a11y-dialog-head{flex:0 0 auto}
.a11y-dialog-body{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  scroll-behavior:auto!important;
}
/* Opcje zmieniajace tekst strony nie zmieniaja geometrii panelu sterowania. */
body.a11y-readable-font .a11y-dialog,body.a11y-readable-font .a11y-dialog *{font-family:Arial,Helvetica,sans-serif!important}
body.a11y-spacing .a11y-dialog,body.a11y-spacing .a11y-dialog *{letter-spacing:normal!important;word-spacing:normal!important;line-height:1.4!important}
body.a11y-large-targets .a11y-dialog :is(a,button,input,select,textarea,label.check){min-height:initial}
@media(max-width:760px){.a11y-dialog{height:calc(100vh - 16px);max-height:calc(100vh - 16px)!important}}

/* =========================================================
   GLOBAL LIGHT / DARK THEME
   ========================================================= */
.theme-toggle{position:relative;width:46px;height:46px;flex:0 0 46px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);display:grid;place-items:center;cursor:pointer;box-shadow:0 5px 16px rgba(7,59,117,.08);transition:background-color .2s ease,border-color .2s ease,transform .2s ease,color .2s ease}
.theme-toggle:hover{transform:translateY(-1px);background:#f4f8fc}
.theme-toggle-sun,.theme-toggle-moon{position:absolute;font-size:21px;line-height:1;transition:opacity .2s ease,transform .25s ease}
.theme-toggle-sun{opacity:0;transform:rotate(-45deg) scale(.7)}
.theme-toggle-moon{opacity:1;transform:rotate(0) scale(1)}
html[data-theme="dark"] .theme-toggle-sun{opacity:1;transform:rotate(0) scale(1)}
html[data-theme="dark"] .theme-toggle-moon{opacity:0;transform:rotate(45deg) scale(.7)}

html[data-theme="dark"]{--bg:#0b1118;--surface:#111b26;--ink:#edf5ff;--muted:#a9b8c8;--line:#27384b;--shadow:0 18px 50px rgba(0,0,0,.28);--brand:#79b8f3;--brand2:#54a3ed;color-scheme:dark}
html[data-theme="dark"] body{background:var(--bg);color:var(--ink)}
html[data-theme="dark"] a{color:#8fc7fb}
html[data-theme="dark"] a:hover{color:#c4e2ff}
html[data-theme="dark"] .header{background:rgba(11,17,24,.94);border-color:var(--line)}
html[data-theme="dark"] .topbar{background:#061a31;color:#edf7ff}
html[data-theme="dark"] .menu a{color:#eaf3fc}
html[data-theme="dark"] .menu a:hover,html[data-theme="dark"] .menu a[aria-current="page"]{background:#17283a;color:#a9d4ff}
html[data-theme="dark"] .hamb,html[data-theme="dark"] .theme-toggle{background:#111b26;border-color:#30445a;color:#f4f8fc}
html[data-theme="dark"] .theme-toggle:hover,html[data-theme="dark"] .hamb:hover{background:#17283a}
html[data-theme="dark"] .hero{background:radial-gradient(circle at 84% 18%,rgba(105,183,45,.10) 0,transparent 30%),radial-gradient(circle at 72% 45%,rgba(255,181,27,.08) 0,transparent 25%),linear-gradient(180deg,#0d151e,#0b1118)}
html[data-theme="dark"] .page-hero,html[data-theme="dark"] .section.alt{background:#0e1721}
html[data-theme="dark"] .projects-hero,html[data-theme="dark"] .events-hero{background:linear-gradient(110deg,#0d1722,#111c27)}
html[data-theme="dark"] .card,html[data-theme="dark"] .donation,html[data-theme="dark"] .doc,html[data-theme="dark"] .partner,html[data-theme="dark"] .project-tile{background:var(--surface);border-color:var(--line);color:var(--ink);box-shadow:0 8px 24px rgba(0,0,0,.16)}
html[data-theme="dark"] .card p,html[data-theme="dark"] .project-tile p,html[data-theme="dark"] .section-head p,html[data-theme="dark"] .hero p,html[data-theme="dark"] .small,html[data-theme="dark"] .check{color:var(--muted)}
html[data-theme="dark"] .btn.secondary,html[data-theme="dark"] .amount,html[data-theme="dark"] .field input,html[data-theme="dark"] .field select,html[data-theme="dark"] .field textarea{background:#111b26;color:var(--ink);border-color:#314358}
html[data-theme="dark"] .field input::placeholder,html[data-theme="dark"] .field textarea::placeholder{color:#8193a5}
html[data-theme="dark"] .eyebrow,html[data-theme="dark"] .pill,html[data-theme="dark"] .amount[aria-pressed="true"]{background:#152b40;color:#9dcefb;border-color:#284a68}
html[data-theme="dark"] .notice{background:#122719;color:#d7f2dc;border-left-color:#69b72d}
html[data-theme="dark"] .table{background:#111b26;color:var(--ink)}
html[data-theme="dark"] .table th,html[data-theme="dark"] .table td{border-color:#304257}
html[data-theme="dark"] .a11y-dialog,html[data-theme="dark"] .a11y-dialog-body{background:#101a24;color:#edf5ff}
html[data-theme="dark"] .a11y-dialog-head{background:#0b315b;color:#fff;border-color:#29445f}
html[data-theme="dark"] .a11y-section,html[data-theme="dark"] .a11y-control,html[data-theme="dark"] .a11y-font-row,html[data-theme="dark"] .a11y-speech,html[data-theme="dark"] .a11y-reset,html[data-theme="dark"] .a11y-speech-actions button{background:#13202c;color:#e9f3fc;border-color:#30465b}
html[data-theme="dark"] .a11y-control strong,html[data-theme="dark"] .a11y-font-row strong,html[data-theme="dark"] .a11y-speech>div:first-child{color:#e9f3fc}
html[data-theme="dark"] .a11y-control small,html[data-theme="dark"] .a11y-speech small,html[data-theme="dark"] .a11y-font-value{color:#a9b8c8}
html[data-theme="dark"] .a11y-control:hover{background:#192a3a;border-color:#50708e}
html[data-theme="dark"] .a11y-control[aria-pressed="true"]{background:#18351e;color:#b9efbf;border-color:#57a95f}
html[data-theme="dark"] .a11y-standard-box,html[data-theme="dark"] .a11y-voice{background:#13271a;color:#dff4e3;border-color:#315a37}
html[data-theme="dark"] .a11y-commands li,html[data-theme="dark"] .a11y-badges span{background:#15251a;color:#c8ebce;border-color:#315a37}
html[data-theme="dark"] .footer{background:#041a31}
@media(max-width:900px){html[data-theme="dark"] .menu{background:#111b26;border-color:#30445a}}
@media(max-width:620px){.theme-toggle{width:42px;height:42px;flex-basis:42px;border-radius:12px}.theme-toggle-sun,.theme-toggle-moon{font-size:19px}}

/* AKTUALNOSCI */
.news-hero{padding-bottom:52px}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:.84rem;color:var(--muted);margin-bottom:18px}.breadcrumbs a{color:var(--brand);font-weight:700}.news-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:34px;align-items:start}.news-filters{position:sticky;top:110px;display:grid;gap:18px}.news-filter-box{border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:18px;box-shadow:0 8px 30px rgba(7,59,117,.05)}.news-filter-box h2{font-size:1rem;margin:0 0 12px}.filter-link{display:flex;justify-content:space-between;gap:12px;padding:10px 11px;border-radius:11px;color:var(--ink);font-weight:700;text-decoration:none}.filter-link span{color:var(--muted);font-size:.8rem}.filter-link:hover,.filter-link.active{background:#edf5fd;color:var(--brand)}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-cloud a,.news-card-tags a,.news-tags a{display:inline-flex;gap:5px;border:1px solid var(--line);border-radius:999px;padding:6px 9px;background:var(--surface);color:var(--muted);font-size:.78rem;font-weight:700;text-decoration:none}.tag-cloud a:hover,.tag-cloud a.active,.news-card-tags a:hover,.news-tags a:hover{border-color:#9fc7e9;background:#edf6ff;color:var(--brand)}.news-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.news-card{border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:22px;display:flex;flex-direction:column;min-height:290px;box-shadow:0 10px 34px rgba(7,59,117,.055)}.news-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.news-category{display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf5fd;color:var(--brand);font-size:.76rem;font-weight:800;text-decoration:none}.news-card time,.news-meta time{color:var(--muted);font-size:.78rem}.news-card h2{font-size:1.25rem;line-height:1.25;margin:0 0 10px}.news-card h2 a{color:var(--ink);text-decoration:none}.news-card p{color:var(--muted);margin:0 0 16px}.news-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.news-more{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:14px;border-top:1px solid var(--line);font-weight:800;text-decoration:none}.news-empty{grid-column:1/-1;border:1px dashed var(--line);border-radius:20px;padding:38px;text-align:center}.news-narrow{max-width:860px}.news-meta{display:flex;gap:12px;align-items:center;margin-bottom:14px}.news-article{font-size:1.05rem;line-height:1.8}.news-tags{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:32px;padding-top:20px;border-top:1px solid var(--line)}html[data-theme="dark"] .news-filter-box,html[data-theme="dark"] .news-card{background:var(--surface);border-color:var(--line)}html[data-theme="dark"] .filter-link:hover,html[data-theme="dark"] .filter-link.active,html[data-theme="dark"] .news-category,html[data-theme="dark"] .tag-cloud a:hover,html[data-theme="dark"] .tag-cloud a.active{background:#142b40;color:#a9d4ff;border-color:#284a68}@media(max-width:980px){.news-layout{grid-template-columns:1fr}.news-filters{position:static;grid-template-columns:1fr 1fr}}@media(max-width:680px){.news-filters,.news-grid{grid-template-columns:1fr}.news-toolbar{align-items:flex-start;flex-direction:column}}

/* Aktualnosci - widoczne kafelki i sekcja na stronie glownej */
.news-thumb{height:118px;border-radius:16px;background:linear-gradient(135deg,var(--brand),#1f7fc4);display:grid;place-items:center;margin-bottom:18px;overflow:hidden}.news-thumb span{font-size:3rem;font-weight:900;color:#fff;opacity:.9}.news-card-body{display:flex;flex-direction:column;flex:1}.news-card:has(.news-thumb){padding:14px}.news-card:has(.news-thumb) .news-card-body{padding:4px 8px 8px}.home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-news-card{min-height:100%;}.home-news-card h3{font-size:1.15rem;line-height:1.3;margin:0 0 10px}.home-news-card h3 a{color:var(--ink);text-decoration:none}.home-news-all{text-align:center;margin-top:24px}@media(max-width:900px){.home-news-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.home-news-grid{grid-template-columns:1fr}}

/* Hero slider - lightweight, accessible, no external library */
.hero-slider{overflow:hidden}.hero-slides{display:grid;grid-template-columns:minmax(0,1fr)}.hero-slide{grid-area:1/1;display:block;visibility:hidden;opacity:0;pointer-events:none;animation:none}.hero-slide.is-active{visibility:visible;opacity:1;pointer-events:auto;animation:heroFade .42s ease}.hero-title{font-size:clamp(2.35rem,5vw,4.8rem);line-height:1.02;letter-spacing:-.045em;margin:17px 0}.hero-feature{display:flex;flex-direction:column;justify-content:center;min-height:320px}.hero-feature-icon{font-size:3.4rem;line-height:1;margin-bottom:18px}.hero-feature p{color:#e7f2ff;margin-bottom:0}.hero-slider-controls{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px}.hero-arrow,.hero-pause,.hero-dot{border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer}.hero-arrow{width:44px;height:44px;border-radius:50%;font-size:1.7rem;line-height:1}.hero-dots{display:flex;align-items:center;gap:8px;padding:0 5px}.hero-dot{width:11px;height:11px;padding:0;border-radius:50%}.hero-dot.is-active{background:var(--brand);border-color:var(--brand);transform:scale(1.15)}.hero-pause{min-height:44px;border-radius:999px;padding:0 14px;font:inherit;font-size:.82rem;font-weight:750}.hero-pause span{margin-left:5px}.hero-arrow:hover,.hero-pause:hover{border-color:var(--brand);color:var(--brand)}html[data-theme="dark"] .hero-arrow,html[data-theme="dark"] .hero-pause,html[data-theme="dark"] .hero-dot{background:var(--surface);border-color:var(--line);color:var(--ink)}@keyframes heroFade{from{opacity:.25}to{opacity:1}}@media(prefers-reduced-motion:reduce){.hero-slide{animation:none}.hero-pause{display:none}}@media(max-width:620px){.hero-slider-controls{margin-top:20px}.hero-pause span{display:none}.hero-pause{width:44px;padding:0}.hero-feature{min-height:auto}}


/* Hero slider: wspolne linie tekstu i przyciskow na wszystkich slajdach */
.hero-slide .hero-grid > div:first-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}
.hero-slide .hero-grid > div:first-child > .eyebrow,
.hero-slide .hero-grid > div:first-child > h1,
.hero-slide .hero-grid > div:first-child > .hero-title,
.hero-slide .hero-grid > div:first-child > p{
  width:100%;
}
.hero-slide .hero-actions{
  width:100%;
  align-items:center;
}

/* Hero photo slider - production layout */
.hero-photo-slider{position:relative;padding:0;background:#0a1f38;overflow:hidden}
.hero-photo-slider .hero-slides{display:grid;grid-template-columns:minmax(0,1fr);min-height:650px}
.hero-photo-slider .hero-slide{grid-area:1/1;position:relative;min-height:650px;overflow:hidden}
.hero-photo-slider .hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-photo-slider .hero-slide-education .hero-media{object-position:72% center}
.hero-photo-slider .hero-slide-firstaid .hero-media{object-position:68% center}
.hero-photo-slider .hero-slide-christmas .hero-media{object-position:72% center}
.hero-photo-slider .hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(4,19,35,.96) 0%,rgba(4,19,35,.90) 27%,rgba(4,19,35,.70) 43%,rgba(4,19,35,.28) 58%,rgba(4,19,35,.03) 78%)}
.hero-photo-slider .hero-photo-content{position:relative;z-index:2;display:flex;align-items:center;min-height:650px;padding-top:42px;padding-bottom:88px}
.hero-photo-slider .hero-copy{display:grid;grid-template-rows:auto minmax(118px,auto) minmax(72px,auto) 54px;align-content:center;gap:0;width:min(590px,44%);min-width:520px;color:#fff}
.hero-photo-slider .hero-copy .eyebrow{justify-self:start;align-self:start;color:#fff;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(6px);margin-bottom:18px}
.hero-photo-slider .hero-copy h1,.hero-photo-slider .hero-copy .hero-title{align-self:start;color:#fff;font-size:clamp(2.8rem,4.1vw,3.9rem);line-height:1.02;letter-spacing:-.045em;margin:0;text-wrap:balance;text-shadow:0 2px 18px rgba(0,0,0,.28)}
.hero-photo-slider .hero-copy p{align-self:start;max-width:570px;margin:18px 0 0;color:#f1f5f9;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.55;text-shadow:0 1px 10px rgba(0,0,0,.25)}
.hero-photo-slider .hero-copy .hero-actions{align-self:end;display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;min-height:48px}
.hero-photo-slider .hero-copy .btn{min-height:48px}
.hero-photo-slider .hero-copy .btn.secondary{border-color:rgba(255,255,255,.74);color:#fff;background:rgba(4,19,35,.30);backdrop-filter:blur(6px)}
.hero-photo-slider .hero-copy .btn.secondary:hover{background:#fff;color:#0a1f38}
.hero-photo-slider .hero-slider-controls{position:absolute;z-index:5;left:50%;bottom:18px;transform:translateX(-50%);margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:10px}
.hero-photo-slider .hero-arrow,.hero-photo-slider .hero-pause,.hero-photo-slider .hero-dot{background:rgba(8,25,44,.72);border-color:rgba(255,255,255,.44);color:#fff;backdrop-filter:blur(7px)}
.hero-photo-slider .hero-dot.is-active{background:var(--brand);border-color:var(--brand)}
html[data-theme="dark"] .hero-photo-slider .hero-arrow,html[data-theme="dark"] .hero-photo-slider .hero-pause,html[data-theme="dark"] .hero-photo-slider .hero-dot{background:rgba(8,25,44,.76);border-color:rgba(255,255,255,.44);color:#fff}
@media(max-width:1100px){
 .hero-photo-slider .hero-copy{width:min(570px,58%);min-width:0}
 .hero-photo-slider .hero-slide-education .hero-media{object-position:66% center}
 .hero-photo-slider .hero-slide-firstaid .hero-media{object-position:62% center}
 .hero-photo-slider .hero-slide-christmas .hero-media{object-position:66% center}
 .hero-photo-slider .hero-shade{background:linear-gradient(90deg,rgba(4,19,35,.96) 0%,rgba(4,19,35,.88) 40%,rgba(4,19,35,.46) 66%,rgba(4,19,35,.12) 100%)}
}
@media(max-width:900px){
 .hero-photo-slider .hero-slides,.hero-photo-slider .hero-slide,.hero-photo-slider .hero-photo-content{min-height:650px}
 .hero-photo-slider .hero-copy{width:min(620px,78%)}
 .hero-photo-slider .hero-shade{background:linear-gradient(90deg,rgba(4,19,35,.94) 0%,rgba(4,19,35,.77) 66%,rgba(4,19,35,.34) 100%)}
}
@media(max-width:620px){
 .hero-photo-slider .hero-slides,.hero-photo-slider .hero-slide,.hero-photo-slider .hero-photo-content{min-height:670px}
 .hero-photo-slider .hero-media{object-position:62% center}
 .hero-photo-slider .hero-slide-firstaid .hero-media{object-position:58% center}
 .hero-photo-slider .hero-shade{background:linear-gradient(180deg,rgba(4,19,35,.25) 0%,rgba(4,19,35,.58) 36%,rgba(4,19,35,.94) 66%,rgba(4,19,35,.98) 100%)}
 .hero-photo-slider .hero-photo-content{align-items:flex-end;padding-top:34px;padding-bottom:112px}
 .hero-photo-slider .hero-copy{display:flex;flex-direction:column;width:100%;min-width:0}
 .hero-photo-slider .hero-copy .eyebrow{margin-bottom:12px}
 .hero-photo-slider .hero-copy h1,.hero-photo-slider .hero-copy .hero-title{font-size:clamp(2rem,10vw,2.8rem);min-height:0!important}
 .hero-photo-slider .hero-copy p{font-size:1rem;min-height:0!important;margin-top:14px}
 .hero-photo-slider .hero-copy .hero-actions{display:grid;grid-template-columns:1fr;width:100%;gap:9px;min-height:0!important;margin-top:18px}
 .hero-photo-slider .hero-copy .btn{width:100%;justify-content:center}
 .hero-photo-slider .hero-slider-controls{bottom:18px;white-space:nowrap}
}


/* HERO FIX v2: full-width slider + safe text zone, faces unobstructed */
.hero-photo-slider{
  width:100%;
  max-width:none;
  margin:0;
}
.hero-photo-slider .hero-slides,
.hero-photo-slider .hero-slide{
  width:100%;
  max-width:none;
}
@media (min-width:1101px){
  .hero-photo-slider .hero-slide{
    background:#071d33;
  }
  .hero-photo-slider .hero-media{
    left:34%;
    right:0;
    width:66%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
  .hero-photo-slider .hero-slide-education .hero-media{object-position:56% center}
  .hero-photo-slider .hero-slide-firstaid .hero-media{object-position:55% center}
  .hero-photo-slider .hero-slide-christmas .hero-media{object-position:58% center}
  .hero-photo-slider .hero-shade{
    background:
      linear-gradient(90deg,
        #071d33 0%,
        #071d33 30%,
        rgba(7,29,51,.98) 34%,
        rgba(7,29,51,.82) 39%,
        rgba(7,29,51,.38) 48%,
        rgba(7,29,51,.08) 60%,
        rgba(7,29,51,0) 72%);
  }
  .hero-photo-slider .hero-photo-content{
    width:min(var(--max),calc(100% - 64px));
    max-width:var(--max);
    margin-inline:auto;
    padding-left:0;
    padding-right:0;
  }
  .hero-photo-slider .hero-copy{
    width:31%;
    min-width:460px;
    max-width:560px;
  }
  .hero-photo-slider .hero-copy h1,
  .hero-photo-slider .hero-copy .hero-title{
    font-size:clamp(2.65rem,3.35vw,3.75rem);
  }
  .hero-photo-slider .hero-copy p{
    max-width:540px;
  }
}
@media (min-width:1450px){
  .hero-photo-slider .hero-media{left:31%;width:69%}
  .hero-photo-slider .hero-copy{width:30%;min-width:500px;max-width:590px}
  .hero-photo-slider .hero-shade{
    background:linear-gradient(90deg,#071d33 0%,#071d33 28%,rgba(7,29,51,.98) 31%,rgba(7,29,51,.75) 38%,rgba(7,29,51,.28) 47%,rgba(7,29,51,.04) 58%,rgba(7,29,51,0) 70%);
  }
}


/* HERO - minimalna korekta: zachowaj poprzedni układ */
@media (min-width: 1024px){
  .hero-slider,
  .hero-slider .hero-track,
  .hero-slider .hero-slide,
  .hero-slide{
    min-height: 700px !important;
    height: 700px !important;
  }

  .hero-slide .hero-content,
  .hero-slide .hero-grid{
    min-height: 700px !important;
    height: 700px !important;
  }

  .hero-slide::before{
    background:
      linear-gradient(
        90deg,
        rgba(3, 27, 49, .58) 0%,
        rgba(3, 27, 49, .44) 24%,
        rgba(3, 27, 49, .24) 40%,
        rgba(3, 27, 49, .08) 56%,
        rgba(3, 27, 49, 0) 72%
      ) !important;
  }
}

@media (min-width: 1600px){
  .hero-slider,
  .hero-slider .hero-track,
  .hero-slider .hero-slide,
  .hero-slide,
  .hero-slide .hero-content,
  .hero-slide .hero-grid{
    min-height: 720px !important;
    height: 720px !important;
  }
}


/* HERO FINAL — approved layout */
.hero-autoplay,
.hero-autoplay-status,
.hero-slider .autoplay-status,
.hero-slider [data-autoplay-status],
.hero-slider .hero-pause-label{
  display:none !important;
}

@media (min-width:1024px){
  .hero-slide .container,
  .hero-slide .hero-container,
  .hero-slide .hero-content{
    width:min(100% - 48px, 1540px) !important;
    max-width:1540px !important;
  }

  .hero-slide .hero-copy,
  .hero-slide .hero-grid > div:first-child{
    max-width:610px !important;
  }
}

/* HERO VIEWPORT FIX - wypelnia pozostala wysokosc ekranu pod TOP + headerem */
@media (min-width:1024px){
  .hero-photo-slider,
  .hero-photo-slider .hero-slides,
  .hero-photo-slider .hero-slide,
  .hero-photo-slider .hero-photo-content{
    min-height:clamp(690px, calc(100vh - 136px), 830px) !important;
    height:clamp(690px, calc(100vh - 136px), 830px) !important;
  }

  @supports (height: 100dvh){
    .hero-photo-slider,
    .hero-photo-slider .hero-slides,
    .hero-photo-slider .hero-slide,
    .hero-photo-slider .hero-photo-content{
      min-height:clamp(690px, calc(100dvh - 136px), 830px) !important;
      height:clamp(690px, calc(100dvh - 136px), 830px) !important;
    }
  }

  .hero-photo-slider{
    margin:0 !important;
    padding:0 !important;
  }

  .hero-photo-slider .hero-media{
    height:100% !important;
  }

  .hero-photo-slider + .section,
  .hero-photo-slider + section{
    margin-top:0 !important;
  }
}

/* Professional footer + back to top */
.site-footer{position:relative;background:linear-gradient(180deg,#072b52 0%,#041f3e 100%);color:#dbe9f7;padding:0 0 22px;overflow:hidden}.site-footer__accent{height:4px;background:linear-gradient(90deg,#ed1c2e 0 28%,#ffb51b 28% 46%,#69b72d 46% 67%,#1f77d2 67% 100%)}.site-footer .wrap{padding-top:48px}.site-footer__top{display:grid;grid-template-columns:minmax(290px,1.08fr) minmax(0,1.92fr);gap:70px;align-items:start}.site-footer__brand-col{max-width:430px}.site-footer__brand{display:inline-flex;align-items:center;gap:13px;color:#fff;text-decoration:none}.site-footer__brand:hover{color:#fff}.site-footer__brandmark{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#1765ad,#0d4a87);box-shadow:0 12px 28px rgba(0,0,0,.2);font-size:20px}.site-footer__brandtext{display:grid;line-height:1.12;font-size:1.03rem;letter-spacing:-.01em}.site-footer__lead{max-width:420px;margin:20px 0 12px;color:#bfd2e6;line-height:1.65}.site-footer__address{margin:0 0 22px;color:#dbe9f7;font-size:.95rem}.site-footer__address span{display:inline-block;margin-right:7px;color:#ffcf62}.site-footer__cta{display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.08);color:#fff!important;text-decoration:none;font-weight:800;transition:transform .2s ease,background .2s ease,border-color .2s ease}.site-footer__cta:hover{transform:translateY(-1px);background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.27)}.site-footer__nav{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:34px}.site-footer__group h2{font-size:1rem;line-height:1.2;margin:2px 0 16px;color:#fff;letter-spacing:.01em}.site-footer__group ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.site-footer__group a{position:relative;display:inline-flex;color:#c9daea;text-decoration:none;font-size:.95rem;transition:color .18s ease,transform .18s ease}.site-footer__group a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:1px;background:#fff;transition:right .18s ease}.site-footer__group a:hover{color:#fff;transform:translateX(2px)}.site-footer__group a:hover::after{right:0}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.site-footer__copyright{margin:0;color:#aebfd1;font-size:.88rem}.site-footer__copyright strong{color:#dce8f4}.site-footer__register{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.site-footer__register span{padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);font-size:.78rem;color:#aebfd1;white-space:nowrap}.site-footer__register strong{color:#eef6ff;font-weight:750}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:80;display:flex;align-items:center;gap:8px;min-height:46px;padding:0 15px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#073b75;color:#fff;box-shadow:0 12px 30px rgba(1,26,54,.26);font:inherit;font-weight:800;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background .2s ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#062f60}.back-to-top>span:first-child{font-size:1.22rem;line-height:1}.back-to-top__text{font-size:.82rem}@media(max-width:900px){.site-footer__top{grid-template-columns:1fr;gap:38px}.site-footer__brand-col{max-width:none}.site-footer__nav{gap:24px}.site-footer__bottom{align-items:flex-start;flex-direction:column}.site-footer__register{justify-content:flex-start}.back-to-top{right:16px;bottom:16px}}@media(max-width:620px){.site-footer .wrap{padding-top:38px}.site-footer__nav{grid-template-columns:1fr 1fr;gap:30px 22px}.site-footer__group:last-child{grid-column:1/-1}.site-footer__lead{font-size:.94rem}.site-footer__bottom{margin-top:34px}.back-to-top{width:46px;height:46px;min-height:46px;padding:0;justify-content:center;border-radius:50%}.back-to-top__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}@media(prefers-reduced-motion:reduce){.site-footer__cta,.site-footer__group a,.site-footer__group a::after,.back-to-top{transition:none}}
html[data-theme="dark"] .site-footer{background:linear-gradient(180deg,#03172d,#020f1e)}
body.a11y-dark-contrast .site-footer,body.a11y-high-contrast .site-footer{background:#090d12!important;color:#fff!important}.a11y-dark-contrast .back-to-top,.a11y-high-contrast .back-to-top{background:#111b26!important;color:#fff!important;border:2px solid #fff!important}


/* Aktualnosci - elegant cards + sharing */
.news-card{padding:0;overflow:visible;border-radius:24px;border:1px solid #dce8f3;box-shadow:0 14px 38px rgba(7,59,117,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.news-card:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(7,59,117,.11);border-color:#c5dced}.news-card:has(.news-thumb){padding:0}.news-card:has(.news-thumb) .news-card-body{padding:20px 22px 20px}.news-thumb{height:132px;margin:0;border-radius:23px 23px 0 0;position:relative;display:flex;align-items:flex-end;justify-content:space-between;padding:22px;background:linear-gradient(135deg,#0b4d86,#1874b8);isolation:isolate}.news-thumb:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 82% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,transparent 55%,rgba(255,255,255,.08));z-index:-1}.news-thumb>span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#fff;opacity:.95}.news-thumb-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(0,0,0,.12)}.news-thumb-icon svg{width:27px;height:27px;fill:none;stroke:#0b4d86;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.news-thumb--eventy-i-akcje{background:linear-gradient(135deg,#6c4bc3,#8a6be0)}.news-thumb--eventy-i-akcje .news-thumb-icon svg{stroke:#6c4bc3}.news-thumb--edukacja{background:linear-gradient(135deg,#0f6c67,#22a78e)}.news-thumb--edukacja .news-thumb-icon svg{stroke:#0f7c70}.news-thumb--zdrowie{background:linear-gradient(135deg,#c43d58,#ea6478)}.news-thumb--zdrowie .news-thumb-icon svg{stroke:#cf4059}.news-thumb--pomoc-spoleczna{background:linear-gradient(135deg,#d47f17,#f2a930)}.news-thumb--pomoc-spoleczna .news-thumb-icon svg{stroke:#d6851e}.news-card-top{margin-bottom:13px}.news-card h2,.home-news-card h3{letter-spacing:-.01em}.news-card p{line-height:1.65}.news-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding-top:15px;border-top:1px solid var(--line)}.news-card-footer .news-more{margin:0;padding:0;border:0;display:inline-flex;gap:8px;justify-content:flex-start}.share-menu{position:relative}.share-menu summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:11px;color:var(--muted);font-size:.78rem;font-weight:800;border:1px solid transparent;transition:.18s ease}.share-menu summary::-webkit-details-marker{display:none}.share-menu summary:hover,.share-menu[open] summary{background:#f3f8fc;color:var(--brand);border-color:#d8e7f3}.share-menu summary svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.share-popover{position:absolute;right:0;bottom:calc(100% + 8px);z-index:20;width:168px;padding:8px;border-radius:14px;background:#fff;border:1px solid #d8e4ee;box-shadow:0 16px 36px rgba(7,59,117,.16);display:grid;gap:2px}.share-popover a,.share-popover button{display:block;width:100%;text-align:left;border:0;background:transparent;border-radius:9px;padding:9px 10px;color:var(--ink);font:inherit;font-size:.82rem;font-weight:700;text-decoration:none;cursor:pointer}.share-popover a:hover,.share-popover button:hover{background:#edf5fd;color:var(--brand)}.share-copy.is-copied{color:#14834b}.article-share{margin:32px 0 0;padding:20px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#f8fbfe,#fff)}.article-share strong{display:block;margin-bottom:12px}.article-share-links{display:flex;flex-wrap:wrap;gap:8px}.article-share-links a,.article-share-links button{border:1px solid #d7e4ef;background:#fff;color:var(--brand);border-radius:10px;padding:9px 12px;font:inherit;font-size:.84rem;font-weight:800;text-decoration:none;cursor:pointer}.article-share-links a:hover,.article-share-links button:hover{background:#edf5fd}.article-share-links .share-copy.is-copied{color:#14834b;border-color:#b8dfca;background:#f0fbf4}html[data-theme="dark"] .share-popover{background:#102338;border-color:#294660}html[data-theme="dark"] .share-menu summary:hover,html[data-theme="dark"] .share-menu[open] summary{background:#142b40;border-color:#284a68}html[data-theme="dark"] .share-popover a,html[data-theme="dark"] .share-popover button{color:#e8f2fb}html[data-theme="dark"] .share-popover a:hover,html[data-theme="dark"] .share-popover button:hover{background:#17344e}html[data-theme="dark"] .article-share{background:#102338}.news-card:focus-within{outline:3px solid rgba(31,122,201,.18);outline-offset:3px}@media(max-width:640px){.news-card-footer{align-items:center}.share-menu summary span{display:none}.share-menu summary{padding:8px}.share-popover{right:0}}

/* === Modern article detail V4 === */
.article-page{background:linear-gradient(180deg,#fff 0,#f7fbff 48%,#fff 100%)}
.article-hero{position:relative;overflow:hidden;padding:38px 0 64px;border-bottom:1px solid #e4edf5;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}
.article-hero:before,.article-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(2px)}
.article-hero:before{width:360px;height:360px;right:-120px;top:-150px;background:radial-gradient(circle,rgba(32,126,199,.11),transparent 68%)}
.article-hero:after{width:280px;height:280px;left:-120px;bottom:-190px;background:radial-gradient(circle,rgba(239,67,91,.08),transparent 70%)}
.article-shell{max-width:1120px}.article-breadcrumbs{margin-bottom:28px}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr);gap:54px;align-items:center}.article-hero-copy{max-width:760px}.article-kicker{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#6b8197;font-size:.84rem;font-weight:700;margin-bottom:20px}.article-dot{color:#a9bdcf}.article-hero h1{font-size:clamp(2.5rem,5.1vw,4.9rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;color:#103d70;max-width:900px}.article-lead{font-size:1.17rem;line-height:1.75;color:#546d86;margin:0;max-width:760px}.article-author{display:flex;align-items:center;gap:12px;margin-top:28px}.article-author-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#f43f5e,#ff7b8e);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(244,63,94,.22);font-size:1.05rem}.article-author div{display:grid;gap:2px}.article-author strong{font-size:.92rem;color:#113e70}.article-author div span{font-size:.8rem;color:#7d91a5}.article-cover{min-height:315px;border-radius:32px;padding:34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;position:relative;overflow:hidden;background:linear-gradient(145deg,#0a4c84,#2b87c8);box-shadow:0 28px 70px rgba(17,67,112,.18)}.article-cover:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 22%,rgba(255,255,255,.26),transparent 25%),linear-gradient(145deg,transparent 48%,rgba(255,255,255,.10))}.article-cover:after{content:"";position:absolute;width:190px;height:190px;border:1px solid rgba(255,255,255,.22);border-radius:50%;right:-48px;bottom:-60px}.article-cover-icon{width:82px;height:82px;border-radius:26px;background:#fff;display:grid;place-items:center;position:relative;z-index:1;box-shadow:0 18px 34px rgba(0,0,0,.15);margin-bottom:auto}.article-cover-icon svg{width:40px;height:40px;fill:none;stroke:#125b97;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.article-cover>span{position:relative;z-index:1;color:#fff;text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;font-weight:900}.article-hero--eventy-i-akcje .article-cover{background:linear-gradient(145deg,#5c45b1,#8b6ce0)}.article-hero--edukacja .article-cover{background:linear-gradient(145deg,#0f6c67,#28a88f)}.article-hero--zdrowie .article-cover{background:linear-gradient(145deg,#b93751,#eb6b7e)}.article-hero--pomoc-spoleczna .article-cover{background:linear-gradient(145deg,#bf7416,#f0a830)}
.article-section{padding:72px 0}.article-layout{max-width:1030px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:28px;align-items:start}.article-side-share{position:sticky;top:120px;display:grid;justify-items:center;gap:9px}.article-side-share>span{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:#7c91a5;font-weight:900;writing-mode:vertical-rl;transform:rotate(180deg);margin-bottom:4px}.article-side-share a,.article-side-share button{width:42px;height:42px;border-radius:13px;border:1px solid #d7e5ef;background:#fff;color:#0d4f87;display:grid;place-items:center;text-decoration:none;font:inherit;font-size:.78rem;font-weight:900;cursor:pointer;box-shadow:0 7px 20px rgba(7,59,117,.06);transition:.18s ease}.article-side-share a:hover,.article-side-share button:hover{transform:translateY(-2px);background:#0d4f87;color:#fff;border-color:#0d4f87}.article-modern{font-size:1.08rem;line-height:1.9;background:#fff;border:1px solid #dfeaf3;border-radius:30px;padding:44px 48px;box-shadow:0 22px 60px rgba(7,59,117,.08)}.article-intro{display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start}.article-intro-icon{width:48px;height:48px;border-radius:15px;background:#eaf4fd;color:#0b5b98;font-weight:900;display:grid;place-items:center}.article-intro p{margin:0;color:#334f6b;font-size:1.12rem}.article-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:38px 0}.article-divider span{height:1px;background:#e2ebf3}.article-divider i{font-style:normal;color:#ef435b;font-size:.88rem}.article-note{padding:28px 30px;border-radius:22px;background:linear-gradient(135deg,#f2f8fe,#fff);border:1px solid #dce9f3}.article-note strong{display:block;font-size:1.2rem;color:#123f70;margin-bottom:5px}.article-note p{margin:0 0 18px;color:#647b92}.article-bottom{margin-top:34px;padding-top:24px;border-top:1px solid #e2ebf3}.article-bottom .news-tags{margin:0;padding:0;border:0}.article-share-compact{margin-top:22px}.article-related{padding-top:28px;padding-bottom:86px;background:#fff}.article-related .wrap{max-width:1120px}.article-related-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.article-related-head h2{font-size:2rem;margin:8px 0 0;color:#103d70}.article-related-head>a{font-weight:800;text-decoration:none}.article-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-related-card{display:grid;grid-template-columns:78px 1fr;gap:16px;align-items:start;border:1px solid #dfe9f2;border-radius:21px;padding:18px;background:#fff;box-shadow:0 10px 30px rgba(7,59,117,.05);transition:.2s ease}.article-related-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(7,59,117,.09)}.article-related-icon{width:78px;height:78px;border-radius:18px;background:linear-gradient(135deg,#0d4f87,#2786c6);display:grid;place-items:center}.article-related-icon svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.article-related-card span{font-size:.72rem;color:#7e91a4;font-weight:800}.article-related-card h3{font-size:1rem;line-height:1.3;margin:6px 0 10px}.article-related-card h3 a{color:#113e70;text-decoration:none}.article-related-more{font-size:.8rem;font-weight:850;text-decoration:none}.article-related-icon--eventy-i-akcje{background:linear-gradient(135deg,#5c45b1,#8b6ce0)}.article-related-icon--edukacja{background:linear-gradient(135deg,#0f6c67,#28a88f)}.article-related-icon--zdrowie{background:linear-gradient(135deg,#b93751,#eb6b7e)}.article-related-icon--pomoc-spoleczna{background:linear-gradient(135deg,#bf7416,#f0a830)}
html[data-theme="dark"] .article-page,html[data-theme="dark"] .article-hero,html[data-theme="dark"] .article-related{background:#091521}html[data-theme="dark"] .article-modern,html[data-theme="dark"] .article-related-card,html[data-theme="dark"] .article-side-share a,html[data-theme="dark"] .article-side-share button{background:#102338;border-color:#294660}html[data-theme="dark"] .article-note{background:#102a40;border-color:#294660}html[data-theme="dark"] .article-hero h1,html[data-theme="dark"] .article-related-head h2,html[data-theme="dark"] .article-author strong,html[data-theme="dark"] .article-note strong,html[data-theme="dark"] .article-related-card h3 a{color:#eef7ff}html[data-theme="dark"] .article-lead,html[data-theme="dark"] .article-intro p,html[data-theme="dark"] .article-note p{color:#c8d8e7}
@media(max-width:900px){.article-hero-grid{grid-template-columns:1fr}.article-cover{min-height:210px}.article-layout{grid-template-columns:1fr}.article-side-share{position:static;display:flex;align-items:center;justify-content:flex-start;margin-bottom:4px}.article-side-share>span{writing-mode:initial;transform:none;margin:0 6px 0 0}.article-related-grid{grid-template-columns:1fr}}
@media(max-width:640px){.article-hero{padding:24px 0 42px}.article-hero h1{font-size:2.55rem}.article-hero-grid{gap:26px}.article-cover{min-height:170px;border-radius:24px}.article-section{padding:42px 0}.article-modern{padding:28px 22px;border-radius:24px}.article-intro{grid-template-columns:1fr}.article-intro-icon{width:40px;height:40px}.article-related-head{align-items:flex-start;flex-direction:column}.article-related-card{grid-template-columns:60px 1fr}.article-related-icon{width:60px;height:60px;border-radius:15px}.article-related-icon svg{width:28px;height:28px}}

/* MENU 2026 V11 - uporzadkowane 8 pozycji */
@media(min-width:1061px){.menu{gap:1px;justify-content:center}.menu a{min-width:64px;padding:8px 6px 7px;font-size:.79rem}.menu-icon{width:22px;height:22px}.brand{width:210px;max-width:210px;flex-basis:210px}.nav-actions{padding-left:7px}}
@media(min-width:1181px){.menu a{min-width:68px;padding-inline:7px;font-size:.81rem}.brand{width:220px;max-width:220px;flex-basis:220px}}

/* V13 - pasek zaufania na stronie glownej: TOP -> partnerzy -> menu */
.trust-strip{background:linear-gradient(90deg,#f8fbff 0%,#fff 46%,#f8fcfa 100%);border-bottom:1px solid #dfe8f1;color:#17324d}
.trust-strip__inner{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:7px 0}
.trust-strip__lead{display:flex;align-items:center;gap:10px;white-space:nowrap}
.trust-strip__lead>span:last-child,.trust-partner>span{display:grid;line-height:1.15}
.trust-strip__lead strong{font-size:.91rem;color:#062f60}.trust-strip__lead small{margin-top:4px;font-size:.72rem;color:#687b8f}
.trust-strip__heart{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff0f2;color:#e31d35;font-size:16px;box-shadow:inset 0 0 0 1px #ffd6dc}
.trust-strip__partners{display:flex;align-items:center;justify-content:flex-end;gap:18px;min-width:0}
.trust-partner{display:flex;align-items:center;gap:11px;min-width:0;padding:3px 8px;border-radius:12px;text-decoration:none;color:#17324d;transition:background .18s ease,transform .18s ease}
.trust-partner:hover{background:#fff;transform:translateY(-1px);color:#17324d;box-shadow:0 5px 18px rgba(7,59,117,.07)}
.trust-partner img{display:block;width:auto;height:39px;max-width:145px;object-fit:contain}
.trust-partner--safety img{height:41px;max-width:108px}
.trust-partner strong{font-size:.82rem}.trust-partner small{margin-top:3px;font-size:.7rem;color:#718296}
.trust-strip__divider{width:1px;height:34px;background:#dce5ee}
html[data-theme="dark"] .trust-strip{background:#0d1823;border-color:#263747;color:#edf7ff}
html[data-theme="dark"] .trust-strip__lead strong,html[data-theme="dark"] .trust-partner{color:#edf7ff}
html[data-theme="dark"] .trust-strip__lead small,html[data-theme="dark"] .trust-partner small{color:#a9bac9}
html[data-theme="dark"] .trust-partner:hover{background:#142331;color:#fff}
html[data-theme="dark"] .trust-strip__divider{background:#304456}
@media(max-width:1060px){.trust-strip__lead small,.trust-partner>span{display:none}.trust-strip__inner{min-height:58px}.trust-strip__partners{gap:10px}.trust-partner img{height:34px}.trust-partner--safety img{height:36px}}
@media(max-width:620px){.trust-strip__inner{min-height:52px;gap:10px}.trust-strip__lead strong{font-size:.76rem}.trust-strip__heart{width:27px;height:27px}.trust-strip__partners{gap:4px}.trust-partner{padding:2px 4px}.trust-partner img{height:27px;max-width:90px}.trust-partner--safety img{height:29px;max-width:70px}.trust-strip__divider{height:26px}}
/* V14 - korekta ekspozycji logo PZU */
.trust-partner--safety img{height:38px;max-width:116px;width:auto;object-fit:contain}
@media(max-width:1060px){.trust-partner--safety img{height:34px;max-width:104px}}
@media(max-width:620px){.trust-partner--safety img{height:27px;max-width:82px}}
/* V15 - ELOMED: certyfikowane szkolenia z pierwszej pomocy */
.trust-partner--firstaid img{height:42px;max-width:154px;width:auto;object-fit:contain}
.trust-partner--firstaid strong{color:#073b75}
@media(max-width:1180px){.trust-strip__inner{gap:16px}.trust-strip__partners{gap:9px}.trust-partner{gap:8px;padding-left:5px;padding-right:5px}.trust-partner--firstaid img{height:37px;max-width:136px}}
@media(max-width:1060px){.trust-partner--firstaid img{height:34px;max-width:126px}}
@media(max-width:620px){.trust-partner--firstaid img{height:27px;max-width:94px}}
