:root {
  --bg: #eef4ea;
  --surface: #f7fbf4;
  --surface-alt: #e3eedf;
  --text: #243025;
  --muted: #5f6c5b;
  --navy: #3f5a43;
  --navy-2: #6a8160;
  --green: #6e8e63;
  --green-2: #8eab80;
  --sand: #b7c39a;
  --line: #d2dfcf;
  --shadow: 0 16px 40px rgba(61, 94, 67, 0.10);
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 24px)); margin: 0 auto; }
.topbar { background: linear-gradient(135deg, #35563f, #4a6a4a); color: #fff; font-size: 14px; }
.topbar__inner { display: flex; flex-direction: column; gap: 6px; padding: 7px 0; }
.topbar__left { font-weight: 700; letter-spacing: .01em; }
.topbar__right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.topbar-phone-label { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: rgba(255,255,255,.72); }
.topbar-phone { color: #fff; font-weight: 800; text-decoration: none; font-size: 13px; }
.topbar-socials { display: flex; align-items: center; gap: 6px; }
.topbar-social { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; color: #fff; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.topbar-social svg { width: 14px; height: 14px; display: block; }
.topbar-social--premium { width: 28px; height: 28px; border-color: rgba(255,255,255,.30); background: rgba(255,255,255,.12); box-shadow: 0 4px 14px rgba(0,0,0,.08); transition: transform .15s ease, background-color .15s ease, border-color .15s ease; }
.topbar-social--premium:hover { transform: translateY(-1px); background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.44); }
.topbar-social--premium svg { width: 14px; height: 14px; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.site-footer { background: linear-gradient(135deg, #35563f, #4a6a4a); color: #fff; border-bottom: 1px solid rgba(255,255,255,.10); }
.header-bar { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: auto; height: 46px; max-width: 240px; object-fit: contain; }
.nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 0 auto; border-radius: 999px; background: var(--navy); }
.site-nav { display: none; gap: 12px; flex-wrap: wrap; width: 100%; padding: 12px 0 2px; }
.site-nav.is-open { display: flex; flex-direction: column; align-items: flex-start; }
.site-nav a { text-decoration: none; color: var(--muted); font-size: 14px; padding: 8px 0; }
.site-nav a.is-active { color: var(--green); font-weight: 700; }
.hero { position: relative; overflow: hidden; color: #fff; }
.hero-home-image, .page-hero--blog { min-height: 70vh; background-image: url('/assets/img/hero-fundacja.jpg' ); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.page-hero--article { min-height: 70vh; background: none; }
.hero-home { padding: 0; }
.hero-cta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-btn { width: fit-content; box-shadow: 0 12px 28px rgba(61, 94, 67, 0.18); }
.hero-cta p { margin: 0; }
.hero-note { max-width: 560px; color: var(--text); font-size: 13px; margin-top: 14px; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(232,241,228,.92) 0%, rgba(232,241,228,.78) 30%, rgba(232,241,228,.30) 58%, rgba(232,241,228,0) 78%); }
.hero-backdrop { display: none; }
.hero-grid, .page-hero__inner { position: relative; z-index: 1; display: grid; gap: 24px; align-items: start; min-height: 70vh; padding: 42px 0 40px; }
.hero-copy, .page-hero__inner { max-width: 680px; color: var(--text); padding: 0; display: grid; align-content: start; gap: 0; }
.hero-copy h1, .page-hero__inner h1 { max-width: 820px; font-size: clamp(34px, 8vw, 66px); line-height: 1.05; margin: 10px 0 16px; text-shadow: none; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--green); }
.lead { font-size: 18px; max-width: 680px; color: var(--text); }
.small-link { color: var(--muted); margin: 18px 0 0; }
.small-link a { font-weight: 700; color: var(--navy); text-decoration: none; border-bottom: 1px solid rgba(61,94,67,.35); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; text-decoration: none; font-weight: 700; border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-primary { background: linear-gradient(135deg, var(--green), var(--sand)); color: #fff; }
.btn-secondary { background: rgba(255,255,255,.92); border-color: rgba(61,94,67,.18); color: var(--navy); }
.btn-outline-dark { border-color: var(--navy); color: var(--navy); background: transparent; }
.section, .trust-band { padding: 56px 0; }
.section-tinted, .trust-band { background: var(--surface-alt); }
.section-head { max-width: 760px; margin-bottom: 24px; }
.section-head h2, .info-copy h2, .about-grid h2, .cta-panel h2 { margin: 8px 0 12px; line-height: 1.12; }
.section-head p { color: var(--muted); }
.trust-items { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-card { display: grid; gap: 10px; }
.trust-card p { margin: 0; font-weight: 400; color: var(--text); }
.trust-card h3 { margin: 0; }
.trust-card__action { margin-top: 6px; }
.trust-card--informator { display: grid; gap: 10px; }
.trust-card__media { margin: 0; }
.trust-card__media img { display: block; width: 100%; max-width: 220px; height: auto; border-radius: 12px; }
.trust-items > div { background: rgba(255,250,244,.92); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; font-weight: 700; box-shadow: var(--shadow); }
.grid-3, .steps-grid, .articles-grid, .areas-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.feature-card, .step-card, .article-card, .area-card, .document-box, .home-card, .poster, .cta-panel, .info-copy, .info-visual, .empty-state { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.feature-card, .step-card, .article-card, .area-card, .document-box { padding: 22px; }
.feature-card h3, .step-card h3, .article-card h3, .area-card h3 { margin-top: 0; }
.area-card { display: grid; gap: 12px; align-content: start; }
.area-card p { margin: 0; color: var(--muted); }
.area-illustration { width: 56px; height: 56px; object-fit: contain; }
.step-card span { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; align-items: center; justify-content: center; background: rgba(110,142,99,.16); color: var(--green); font-weight: 800; margin-bottom: 14px; }
.info-block, .about-grid, .cta-panel { display: grid; gap: 16px; }
.informator-block { align-items: start; }
.informator-cover-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 18px; display: flex; align-items: center; justify-content: center; }
.informator-cover-card img { display: block; width: 100%; max-width: 420px; height: auto; border-radius: 14px; object-fit: cover; }
.informator-form { display: grid; gap: 18px; margin-top: 8px; }
.informator-form-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.informator-form label { display: grid; gap: 6px; font-weight: 700; color: var(--text); }
.informator-form span { font-size: 14px; }
.informator-form input, .informator-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: var(--white); color: var(--text); font: inherit; box-shadow: inset 0 1px 2px rgba(61, 94, 67, 0.04); }
.informator-form textarea { min-height: 120px; resize: vertical; }
.informator-form input:focus, .informator-form textarea:focus { outline: 2px solid rgba(110, 142, 99, 0.22); outline-offset: 1px; border-color: rgba(110, 142, 99, 0.55); }
.informator-form-wide { grid-column: 1 / -1; }
.informator-consents { display: grid; gap: 12px; padding: 4px 0; }
.informator-form label.informator-consent { display: flex; gap: 10px; align-items: baseline; flex-wrap: nowrap; font-weight: 400; }
.informator-form label.informator-consent input { margin-top: 0; width: 18px; height: 18px; min-height: 18px; flex: 0 0 auto; align-self: flex-end; }
.informator-form label.informator-consent span { display: inline; line-height: 1.45; font-weight: 400; }
.informator-donation { margin: 0; padding: 18px 20px; background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 16px; color: var(--muted); }
.informator-archive-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.informator-archive-item { display: inline-flex; width: 200px; height: 287px; padding: 6px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); text-decoration: none; align-items: center; justify-content: center; }
.informator-archive-item img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.info-copy { padding: 24px; }
.info-visual { padding: 18px; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #f6fbf3, #e6f0e0); }
.poster { width: min(100%, 320px); padding: 18px; background: linear-gradient(180deg, #f4faf1, #e0edd9); position: relative; overflow: hidden; display: grid; gap: 14px; justify-items: center; }
.poster-label { display: inline-flex; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--green); text-align: center; }
.poster--informator-cover { padding: 0; background: transparent; }
.poster--informator-cover img { display: block; width: 100%; height: auto; border-radius: 16px; object-fit: cover; }
.check-list { padding-left: 18px; color: var(--muted); }
.homes-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.homes-grid-featured .home-card { position: relative; overflow: hidden; }
.home-card { padding: 18px; }
.home-card-featured { background: linear-gradient(180deg, #fffefb, #f4fbf2); }
.home-media { border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, rgba(61,94,67,.08), rgba(142,171,128,.14)); aspect-ratio: 16 / 10; margin-bottom: 14px; }
.home-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 10px; background: #e8dece; }
.home-meta, .article-kicker { color: var(--muted); font-size: 14px; margin-top: 0; }
.card-link { display: inline-flex; margin-top: 8px; color: var(--green); font-weight: 700; text-decoration: none; }
.empty-state { padding: 20px; color: var(--muted); }
.about-grid { align-items: start; }
.document-box { display: grid; gap: 10px; }
.document-box a { text-decoration: none; color: var(--navy); font-weight: 700; }
.cta-panel { padding: 24px; align-items: center; background: linear-gradient(135deg, #4f6a4a, #6f8458); color: #fff; }
.cta-panel .eyebrow { color: #dfe8d7; }
.footer-grid { display: grid; gap: 18px; grid-template-columns: 1fr; padding: 24px 0 16px; }
.footer-branding, .footer-contact, .footer-links { color: #fff; }
.footer-branding strong { display: block; margin-bottom: 10px; }
.footer-branding p, .footer-contact p { margin: 0 0 10px; color: rgba(255,255,255,.88); }
.footer-contact h2 { margin: 0 0 10px; font-size: 18px; line-height: 1.2; color: #fff; }
.footer-contact a, .footer-links a { color: #fff; font-weight: 700; text-decoration: none; }
.footer-socials { display: flex; align-items: center; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.footer-bottom { display: flex; flex-direction: column; gap: 10px; padding: 14px 0 22px; color: rgba(255,255,255,.82); font-size: 13px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-links--bottom { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-contact--advisor { align-self: start; }
.page { padding: 48px 0; }
.info-grid { display: grid; gap: 16px; }
.note { color: var(--muted); font-size: 14px; }
.section-cta { margin-top: 20px; }
.section-cta .btn { width: 100%; max-width: 320px; }
.section-note { margin-top: 18px; font-size: 14px; color: var(--muted); max-width: 860px; }

.news-wrap { display: grid; gap: 24px; }
.news-filters { display: flex; gap: 10px; flex-wrap: wrap; }
.news-chip { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; text-decoration: none; color: var(--navy); font-weight: 700; }
.news-chip.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.news-filter-title { margin: -10px 0 0; color: var(--muted); }
.news-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.news-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.news-card__media { position: relative; aspect-ratio: 16 / 10; background: #edf3e8; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-card__date { position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.9); padding: 6px 10px; border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--navy); }
.news-card__body { padding: 18px; }
.news-card__lead { color: var(--muted); margin: 10px 0 0; }
.news-card__more { display: inline-flex; margin-top: 14px; color: var(--navy); font-weight: 800; text-decoration: none; }
.news-card__title { font-size: 24px; letter-spacing: -.02em; line-height: 1.25; margin: 0; }
.news-card__title a { text-decoration: none; }
.news-card__title a:hover { color: var(--navy-2); }
.news-card__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.news-article-wrap { max-width: 850px; }
.news-article-date { margin: 0; color: var(--muted); font-weight: 700; }
.news-article-chips, .news-article-tags__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 0; }
.news-article-chips--category { width: 100%; }
.news-article-chips--category .news-chip { background: #fff; border-color: var(--line); color: var(--navy); }
.news-article-tags { margin-bottom: 0; }
.news-article-tags__label { display: block; margin-bottom: 8px; color: var(--muted); font-weight: 700; }
.news-article-tags__chips { margin-bottom: 0; }
.breadcrumbs { font-size: 14px; margin-bottom: 10px; color: #666; }
.breadcrumbs a { color: #0066cc; text-decoration: none; }
.breadcrumbs--hero { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.article-meta { font-size: 14px; color: #666; margin-bottom: 15px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.lead { font-size: 18px; font-weight: 500; margin-bottom: 20px; }
.news-article-title { margin: 0 0 36px; font-size: clamp(30px, 4vw, 40px); letter-spacing: -.03em; }
.news-article-media { margin-bottom: 24px; }
.news-article-image { display: block; max-width: 100%; height: auto; margin: 0 auto; border-radius: 18px; }
.news-article-content, .news-article-content p { color: #4c5668; font-size: 20px; line-height: 2; }
.news-article-content a { color: var(--navy-2); font-weight: 600; text-decoration-line: underline; text-decoration-color: color-mix(in srgb, var(--gold) 65%, transparent); text-decoration-thickness: 1.5px; text-underline-offset: 0.14em; transition: color .18s ease, text-decoration-color .18s ease; }
.news-article-content a:hover { color: var(--navy-3); text-decoration-color: var(--gold); }
.news-article-content a:focus-visible { outline: 2px solid color-mix(in srgb, var(--gold) 78%, white); outline-offset: 2px; border-radius: 2px; }
.news-article-video-wrap { margin: 30px 0 50px; }
.news-article-video { position: relative; width: 100%; padding-bottom: 56.25%; }
.news-article-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.news-article-back { margin-top: 30px; }
.article-category-links { margin-top: 26px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-s); background: #fff; }
.article-category-links p { margin: 0; color: #4c5668; font-size: 18px; line-height: 1.7; }
.article-category-links a { font-weight: 700; }
.related-news { margin-top: 44px; }
.related-news h2 { margin: 0 0 18px; font-size: clamp(24px, 3.2vw, 30px); letter-spacing: -.02em; }
.related-news-list { display: grid; grid-template-columns: 1fr; gap: 12px; }
.related-news-item { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-s); background: #fff; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; text-decoration: none; }
.related-news-item:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(7, 21, 43, .08); border-color: var(--navy-2); }
.related-news-image-wrap { display: block; aspect-ratio: 16 / 9; background: #eef2f8; }
.related-news-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.related-news-body { display: block; padding: 14px 16px 16px; }
.related-news-title { display: block; color: var(--ink); font-weight: 800; line-height: 1.4; }
.related-news-lead { display: block; margin-top: 6px; color: #5f697a; font-size: 14px; line-height: 1.5; }
.related-news-date { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; font-weight: 700; }
.article-share { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 24px 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.article-nav { display: flex; gap: 12px; flex-wrap: wrap; justify-content: space-between; margin-top: 24px; }
.article-nav a { color: var(--navy); font-weight: 700; text-decoration: none; }
.article-cta { margin-top: 36px; padding: 24px; align-items: center; background: linear-gradient(135deg, #4f6a4a, #6f8458); color: #fff; }
.article-cta .eyebrow { color: #dfe8d7; }
.article-cta h2 { margin: 8px 0 12px; line-height: 1.12; }
.article-cta p:not(.eyebrow) { margin: 0 0 14px; color: rgba(255,255,255,.92); }
.article-cta .btn { width: 100%; max-width: 320px; }
.mobile-sticky-cta { display: none; }

@media (max-width: 980px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .news-filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .news-grid { grid-template-columns: 1fr; gap: 16px; padding-bottom: 40px; }
  .news-card__title { font-size: 21px; }
  .news-article-content, .news-article-content p { font-size: 18px; line-height: 1.8; }
}
@media (max-width: 768px) {
  body { padding-bottom: 84px; }
  .mobile-sticky-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 1200; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 12px; border: 1px solid rgba(7, 21, 43, 0.16); background: rgba(255, 255, 255, 0.97); box-shadow: 0 8px 26px rgba(7, 21, 43, 0.14); }
  .mobile-sticky-cta__text { color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.25; }
  .mobile-sticky-cta__btn { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; min-height: 40px; padding: 0 14px; border-radius: 10px; background: var(--gold-1); color: #0d1f3d; font-weight: 800; text-decoration: none; }
}
@media (min-width: 768px) { .related-news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .related-news-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.related-news--sidebar .related-news-list { grid-template-columns: 1fr; }
@media (min-width: 700px) { .grid-3, .steps-grid, .articles-grid, .areas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .informator-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .trust-items { grid-template-columns: repeat(4, minmax(0, 1fr)); } .homes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .section-cta .btn { width: auto; } }
@media (min-width: 960px) { .topbar__inner { flex-direction: row; align-items: center; justify-content: space-between; } .header-bar { flex-direction: row; align-items: center; justify-content: space-between; } .nav-toggle { display: none; } .site-nav { display: flex; width: auto; padding: 0; flex-direction: row; align-items: center; } .hero-home-image, .page-hero--blog { min-height: 72vh; } .hero-grid, .page-hero__inner { min-height: 72vh; padding: 52px 0 48px; } .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .areas-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .articles-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .about-grid { grid-template-columns: 1.2fr .8fr; gap: 20px; } .info-block { grid-template-columns: 1.1fr .9fr; align-items: stretch; } .cta-panel { grid-template-columns: 1.2fr auto; justify-content: space-between; } .homes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .informator-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .informator-form-wide { grid-column: 1 / -1; } .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; align-items: start; } .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } .footer-contact h2 { max-width: 340px; } }
