/* ============================================================
   Fundacja WFS - warstwa projektowa na szablonie Bizly (Axispro)
   main.css i main.js zostaja NIETKNIETE. Wszystko tutaj.
   1. Rebrand tokenow
   2. Poprawki szablonu pod polski jezyk
   3. Komponenty, ktorych szablon nie ma
   ============================================================ */

/* ---------- 1. Rebrand -------------------------------------- */
:root {
    --theme: #D9A441;          /* zloto z logo */
    --header: #001948;         /* granat z logo */
    --header2: #00102E;        /* glebszy granat */
    --text: #4A5568;
    --border: #D8DEE8;
    --bg: #F4F1E9;             /* cieply piasek - odpowiednik #ECE8E0 z szablonu */
    --bg2: #F7F9FC;

    --wfs-gold: #D9A441;
    --wfs-gold-light: #FBCA68;
    --wfs-gold-dark: #A9761C;  /* zloto czytelne jako tekst na jasnym tle */
    --wfs-navy: #001948;
    --wfs-navy-soft: #0E2A5C;
}

.section-bg-2 { background: #F8FAFC; }

/* zloto jako tekst na jasnym tle ma za maly kontrast - przyciemniamy */
.section-title span,
.link-btn:hover,
.theme-btn-2:hover,
.business-wrapper .business-content .list-area .list-items li i {
    color: var(--wfs-gold-dark);
}
.header-bg .section-title span,
.project-section .section-title span,
.funfact-section .section-title span,
.cta-section .section-title span {
    color: var(--wfs-gold-light);
}

/* ---------- 2. Poprawki szablonu ---------------------------- */

/* capitalize psuje polskie napisy ("Życie Fundacji") */
.theme-btn,
.theme-btn-2,
.link-btn,
.header-main .main-menu ul li a,
.mean-container .mean-nav ul li a,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li,
.faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button {
    text-transform: none;
}

/* szablon zeruje marginesy akapitow - przy dluzszych tekstach wszystko sie zlewa */
.about-content p + p,
.business-content p + p,
.contact-content p + p,
.wfs-modal .modal-body p + p,
.wfs-program p + p,
.footer-content p + p {
    margin-top: 16px;
}

/* skala naglowkow: 120/60px to za duzo dla polskich zdan */
h1 { font-size: 78px; }
.hero-2 .hero-content h1 { font-size: 74px; margin-bottom: 28px; }
h2 { font-size: 46px; }
h3 { font-size: 30px; }
.funfact-items .content h2 { font-size: 62px; margin-bottom: 18px; }
@media (max-width: 1399px) {
    h1 { font-size: 62px; }
    .hero-2 .hero-content h1 { font-size: 58px; }
    h2 { font-size: 40px; }
}
@media (max-width: 991px) {
    h1, .hero-2 .hero-content h1 { font-size: 44px; }
    h2 { font-size: 34px; }
    h3 { font-size: 26px; }
}
@media (max-width: 575px) {
    h1, .hero-2 .hero-content h1 { font-size: 34px; }
    h2 { font-size: 27px; }
    h3 { font-size: 22px; }
}

/* kotwice: sticky header zaslania poczatek sekcji */
html { scroll-behavior: smooth; }
section[id], div[id="darowizna"] { scroll-margin-top: 110px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* scrollspy */
.header-main .main-menu ul li a.wfs-active,
.mean-container .mean-nav ul li a.wfs-active {
    color: var(--wfs-gold) !important;
}
.sticky.header-2 .header-main .main-menu ul li a.wfs-active { color: var(--wfs-gold-dark) !important; }

/* ciemne naklady szablonu sa szare - u nas granatowe */
.hero-2::before {
    background: linear-gradient(90deg, rgba(0, 18, 51, .86) 0%, rgba(0, 25, 72, .62) 55%, rgba(0, 25, 72, .45) 100%);
}
.cta-section::before {
    background: linear-gradient(0deg, rgba(0, 18, 51, .82) 0%, rgba(0, 18, 51, .82) 100%);
}

/* kursor szablonu tylko na desktopie */
@media (max-width: 1199px) { .mouse-cursor { display: none !important; } }

/* ikona "+" w menu mobilnym: main.js wstrzykuje <i class="far fa-plus">,
   a w wariancie Free nie ma tego glifu w rodzinie regular */
.mean-container .mean-nav ul li a.mean-expand i { font-family: inherit; font-style: normal; }
.mean-container .mean-nav ul li a.mean-expand i::before { content: "+"; font-weight: 700; }

/* ---------- 3. Naglowek i menu ------------------------------ */
.header-top-wrapper .top-right .theme-btn {
    border-color: var(--wfs-gold);
    color: var(--wfs-gold);
}
.header-top-wrapper .top-right .theme-btn:hover { color: var(--wfs-navy); }
.header-top-wrapper .top-right .wfs-krs-top {
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    letter-spacing: 1.2px;
}
.header-top-wrapper .top-logo img,
.footer-section .widget-head img { max-height: 54px; width: auto; }
.header-2 .logo img,
.offcanvas__logo img { max-height: 46px; width: auto; }
.sidebar__toggle { cursor: pointer; }

/* ---------- 4. Hero ----------------------------------------- */
.wfs-eyebrow {
    display: inline-block;
    color: var(--wfs-gold-light);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}
.hero-2 .hero-content h1 .wfs-gold { color: var(--wfs-gold-light); }
.hero-2 .hero-content p { max-width: 640px; margin-top: 26px; }
.wfs-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 38px;
}
.wfs-btn-ghost {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .55);
}
.wfs-btn-ghost::before { background-color: var(--theme); }
.wfs-btn-ghost:hover { border-color: var(--theme); color: var(--wfs-navy); }
.hero-2 .hero-content .arrow-image { margin-top: 34px; }
.hero-2 .hero-content .arrow-image img { max-width: 84px; opacity: .8; }

/* pasek 4 wartosci: szablon daje szare kolka, u nas zlote */
.feature-card-items .circle-border { width: 62px; height: 62px; border-color: rgba(217, 164, 65, .45); }
.feature-card-items .circle-border .icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: var(--wfs-gold);
    color: var(--wfs-navy);
    font-size: 20px;
}

/* ---------- 5. Marquee -------------------------------------- */
.wfs-marquee { padding: 46px 0; background: var(--wfs-navy); }
.wfs-marquee .cmn-textslide { color: rgba(255, 255, 255, .22); }
.wfs-marquee .comm:nth-child(2n) .cmn-textslide { color: rgba(251, 202, 104, .30); }

/* naglowek-znak wodny "POROZMAWIAJMY" wychodzil poza ekran */
.strock-text .text-items h2 { font-size: 120px; -webkit-text-stroke-color: rgba(0, 25, 72, .30); }
@media (max-width: 1199px) { .strock-text .text-items h2 { font-size: 84px; } }
@media (max-width: 767px) { .strock-text .text-items h2 { font-size: 52px; } }

/* ---------- 6. Sekcje tekstowe ------------------------------ */
.wfs-section-lead {
    max-width: 780px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 30px;
}
.section-title:not(.text-center) .wfs-section-lead { margin-left: 0; }
.wfs-claim {
    margin-top: 26px;
    font-family: "Cormorant", serif;
    font-size: 26px;
    line-height: 36px;
    color: var(--wfs-gold-dark);
    font-weight: 600;
}
.wfs-quote {
    border-left: 3px solid var(--wfs-gold);
    padding-left: 20px;
    font-family: "Cormorant", serif;
    font-size: 24px;
    line-height: 34px;
    color: var(--wfs-navy);
    margin-bottom: 34px;
}

/* przycisk "Czytaj wiecej" / "Zwin" */
.wfs-more {
    background: none;
    border: none;
    padding: 0;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: var(--wfs-gold-dark);
    font-weight: 600;
}
.wfs-more--block { display: flex; margin-top: 24px; }
.wfs-more i { transition: transform .3s ease; }
.wfs-more[aria-expanded="true"] i { transform: rotate(90deg); }
.wfs-more .wfs-more__off { display: none; }
.wfs-more[aria-expanded="true"] .wfs-more__on { display: none; }
.wfs-more[aria-expanded="true"] .wfs-more__off { display: inline; }
.wfs-more:hover { color: var(--wfs-navy); }

/* ---------- 7. Karty rozwijane (cele, sposoby pomocy) ------- */
.feature-step-items-2 { padding: 46px 40px; height: 100%; }
.feature-step-items-2 .feature-step-content h3 { font-size: 26px; }
/* szablon trzyma w .icon inline SVG na szarym kwadracie - u nas jest tam glif */
.feature-step-items-2 .icon,
.feature-step-items .icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: rgba(217, 164, 65, .16);
    color: var(--wfs-gold-dark);
    font-size: 28px;
}
.feature-step-items-2:hover .icon,
.feature-step-items:hover .icon { background: var(--wfs-gold); color: var(--wfs-navy); }
.feature-step-items-2 .feature-step-content h3,
.feature-step-items .feature-step-content h3 { margin-top: 26px; }
.feature-step-items-2 .feature-step-content .number,
.feature-step-items .feature-step-content .number { margin-top: 22px; }
.feature-step-items .feature-step-content h3 { font-size: 24px; }
.feature-step-items.style-2 { padding: 40px 30px; }
.wfs-expand .collapse p,
.wfs-expand .collapsing p { margin-top: 14px; }
.feature-step-items.style-2 { height: 100%; }
.wfs-cta-inline {
    display: block;
    margin-top: 14px;
    color: var(--wfs-navy);
    font-weight: 600;
}
.wfs-cta-inline:hover { color: var(--wfs-gold-dark); }

/* ---------- 8. Karty osob ----------------------------------- */
.wfs-person .team-image img { object-fit: cover; aspect-ratio: 450 / 560; }
.wfs-person .team-content { padding-top: 22px; }
.wfs-person .team-content h3 { font-size: 28px; }
.wfs-person .team-content h3 a:hover { color: var(--wfs-gold-dark); }
.wfs-person__lead { margin-top: 12px; margin-bottom: 16px; }

/* ---------- 9. Blok programu Mlodzi Liderzy ----------------- */
.wfs-program {
    border: 2px solid var(--wfs-gold);
    background: #fff;
    padding: 38px 34px;
    box-shadow: var(--box-shadow);
}
.wfs-program h3 { font-size: 28px; margin: 14px 0 16px; }
.wfs-program .theme-btn { margin-top: 24px; }
.wfs-badge {
    display: inline-block;
    background: var(--wfs-gold);
    color: var(--wfs-navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 40px;
}

/* ---------- 10. Formy wsparcia - akordeon pelnej szerokosci -- */
.wfs-faq-wide .faq-content .accordion-button { font-size: 22px; }
@media (max-width: 767px) { .wfs-faq-wide .faq-content .accordion-button { font-size: 18px; } }

/* ---------- 11. Zycie fundacji - karty kategorii ------------ */
/* Szablon chowa CALA tresc karty do momentu hovera - tytul zostaje widoczny,
   zeby bylo wiadomo, ze jest co odkrywac. Opis i strzalka nadal na hover. */
.project-wrapper .project-card-items { height: 430px; }
.project-wrapper .project-card-items .project-content {
    opacity: 1;
    visibility: visible;
    right: 40px;
}
.project-wrapper .project-card-items .project-content span,
.project-wrapper .project-card-items .project-content p,
.project-wrapper .project-card-items .project-content .icon {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.project-wrapper .project-card-items:hover .project-content span,
.project-wrapper .project-card-items:hover .project-content p,
.project-wrapper .project-card-items:hover .project-content .icon,
.project-wrapper .project-card-items.active .project-content span,
.project-wrapper .project-card-items.active .project-content p,
.project-wrapper .project-card-items.active .project-content .icon {
    opacity: 1;
    visibility: visible;
}
.project-wrapper .project-card-items .project-content h4 { font-size: 26px; }
.project-wrapper .project-card-items .project-content h4 a:hover { color: var(--wfs-gold-light); }
.project-wrapper .project-card-items:hover,
.project-wrapper .project-card-items.active { background: rgba(0, 18, 51, .62); }
@media (max-width: 1399px) {
    .project-wrapper .project-card-items { height: auto; min-height: 380px; background: rgba(0, 18, 51, .62); }
}
@media (max-width: 575px) {
    .project-wrapper .project-card-items { margin-top: 0; }
}

/* ---------- 12. Wydarzenia ---------------------------------- */
.wfs-event .news-image { position: relative; }
.wfs-event__date {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--wfs-gold);
    color: var(--wfs-navy);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 8px 14px;
}
.wfs-event .news-content h4 { font-size: 24px; margin-bottom: 14px; }
.wfs-event .news-content h4 span { color: var(--header); }
.wfs-event__soon { color: var(--text); cursor: default; }
.wfs-empty {
    margin-top: 30px;
    border: 1px dashed var(--border);
    background: #fff;
    padding: 48px 34px;
    text-align: center;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wfs-empty__icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    background: var(--bg);
    color: var(--wfs-gold-dark);
    font-size: 24px;
    margin-bottom: 20px;
}
.wfs-empty h4 { margin-bottom: 12px; }
.wfs-empty p { margin-bottom: 26px; max-width: 380px; }

/* ---------- 13. Liczniki ------------------------------------ */
.funfact-items .icon { color: var(--wfs-gold); font-size: 34px; margin-bottom: 14px; }
.funfact-items .content h2 span.count { color: #fff; }
.funfact-items .content p { color: rgba(255, 255, 255, .78); }
.wfs-funfact-note {
    text-align: center;
    color: rgba(255, 255, 255, .6);
    margin-top: 46px;
    font-size: 15px;
}

/* ---------- 14. Modul darowizny ----------------------------- */
.pricing-card-items { padding: 44px 36px; height: 100%; }
.wfs-card-title { font-size: 26px; margin: 18px 0 12px; }
.wfs-toggle {
    display: flex;
    gap: 6px;
    background: rgba(255, 255, 255, .12);
    border-radius: 40px;
    padding: 5px;
    margin: 22px 0 20px;
}
.wfs-donate .wfs-toggle { background: rgba(0, 25, 72, .07); }
.wfs-toggle__btn {
    flex: 1;
    border: none;
    background: none;
    padding: 11px 12px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    color: var(--header);
    cursor: pointer;
    transition: all .3s ease;
}
.wfs-toggle__btn.active { background: var(--wfs-navy); color: #fff; }
/* karta darowizny stoi na granacie (active-color) - cala typografia na jasno */
.wfs-donate { background: var(--wfs-navy); border-color: rgba(255, 255, 255, .16); }
/* szablon wymusza tu #555058 z !important */
.wfs-donate .post-cart.bg-color {
    background: var(--wfs-gold) !important;
    color: var(--wfs-navy) !important;
    font-weight: 700;
}
.wfs-donate .wfs-toggle { background: rgba(255, 255, 255, .10); }
.wfs-donate .wfs-toggle__btn { color: rgba(255, 255, 255, .72); }
.wfs-donate .wfs-toggle__btn.active { background: var(--wfs-gold); color: var(--wfs-navy); }
.wfs-donate .pricing-date { border-bottom-color: rgba(255, 255, 255, .18); margin-top: 22px; padding-bottom: 18px; }
.wfs-donate .pricing-card-items .pricing-header .pricing-date h2,
.wfs-donate .pricing-date h2.wfs-amount-view {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.wfs-donate .pricing-date h2.wfs-amount-view em {
    font-style: normal;
    font-size: 62px;
    font-weight: 700;
    color: var(--wfs-gold-light);
    margin-right: 6px;
}
.wfs-donate .pricing-date > span#wfs-freq-view {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, .72);
    margin-top: 4px;
}
.wfs-donate .wfs-amount { background: transparent; border-color: rgba(255, 255, 255, .28); color: #fff; }
.wfs-donate .wfs-amount--custom input { color: #fff; }
.wfs-donate .wfs-amount--custom input::placeholder { color: rgba(255, 255, 255, .6); }
.wfs-donate .wfs-amount.active { background: var(--wfs-gold); border-color: var(--wfs-gold); color: var(--wfs-navy); }
.wfs-donate .wfs-micro { color: rgba(255, 255, 255, .7); }
.wfs-donate .wfs-more { color: var(--wfs-gold-light); }
.wfs-donate .wfs-more:hover { color: #fff; }
.wfs-donate .wfs-note { background: rgba(217, 164, 65, .18); color: #fff; }
.wfs-amounts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 26px 0 10px;
}
.wfs-amount {
    border: 1px solid var(--border);
    background: #fff;
    padding: 13px 10px;
    border-radius: 40px;
    font-weight: 600;
    color: var(--header);
    cursor: pointer;
    transition: all .3s ease;
    text-align: center;
}
.wfs-amount:hover { border-color: var(--wfs-gold); }
.wfs-amount.active { background: var(--wfs-gold); border-color: var(--wfs-gold); color: var(--wfs-navy); }
.wfs-amount--custom { grid-column: 1 / -1; padding: 0; overflow: hidden; }
.wfs-amount--custom input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
    color: var(--header);
}
.wfs-donate .pricing-btn { margin-top: 22px; }
.wfs-donate .pricing-btn .theme-btn { width: 100%; }
.wfs-micro { font-size: 13px; line-height: 22px; color: var(--text); margin-top: 14px; }
.wfs-note {
    margin-top: 14px;
    padding: 14px 16px;
    background: rgba(217, 164, 65, .14);
    border-left: 3px solid var(--wfs-gold);
    font-size: 14px;
    line-height: 23px;
    color: var(--header);
}
.wfs-transfer { margin-top: 18px; background: var(--bg2); padding: 22px; }
.wfs-transfer dl { margin: 0 0 18px; }
.wfs-transfer dt {
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--text);
    font-weight: 600;
}
.wfs-transfer dd { margin: 4px 0 14px; color: var(--header); font-weight: 600; }
.wfs-transfer #wfs-iban { letter-spacing: 1px; }
.wfs-transfer .theme-btn { width: 100%; font-size: 16px; padding: 16px 20px; }
/* Pierscien postepu: szablon stylizuje .circle-bar tylko wewnatrz
   .about-wrapper-4 i .team-details-wrapper, wiec u nas trzeba go opisac od zera. */
.wfs-collect .circle-progress-bar-wrapper { display: flex; justify-content: center; margin: 30px 0 24px; }
.wfs-collect .single-circle-bar .circle-bar { height: 180px; width: 180px; }
.wfs-collect .single-circle-bar .circle-bar div {
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}
.wfs-collect .single-circle-bar .circle-bar div span {
    position: absolute;
    font-size: 38px;
    line-height: 168px;
    height: 168px;
    width: 168px;
    left: 6px;
    top: 6px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: var(--wfs-navy);
    font-family: "Cormorant", serif;
}
.wfs-collect .single-circle-bar .circle-bar .background { background-color: #EDEFF3 !important; }
.wfs-collect .single-circle-bar .circle-bar .rotate { clip: rect(0 180px 90px 0); background-color: var(--wfs-gold) !important; }
.wfs-collect .single-circle-bar .circle-bar .left { clip: rect(0 180px 90px 0); opacity: 1; background-color: #EDEFF3 !important; }
.wfs-collect .single-circle-bar .circle-bar .right {
    clip: rect(0 183px 90px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: var(--wfs-gold) !important;
}
.wfs-collect .single-circle-bar .content { margin-top: 20px; }
.wfs-collect .single-circle-bar .content h4 { font-size: 19px; line-height: 1.35; }
.wfs-collect .pricing-list { margin-top: 10px; }

/* ---------- 15. Partnerzy ----------------------------------- */
.brand-section .brand-image img { opacity: .9; transition: all .3s ease; }
.brand-section .brand-image:hover img { opacity: 1; }

/* ---------- 16. Historie ------------------------------------ */
.testimonial-active { padding-bottom: 10px; }
.testimonial-card-items-2 .info-item .image img { border-radius: 50%; }
.testimonial-card-items-2 .link-btn { margin-top: 16px; display: inline-block; }
.testimonial-section .array-button { display: flex; gap: 12px; margin-top: 26px; }
.testimonial-section .array-button button {
    width: 52px;
    height: 52px;
    border: 1px solid var(--border);
    background: transparent;
    border-radius: 50%;
    color: var(--header);
    transition: all .3s ease;
}
.testimonial-section .array-button button:hover {
    background: var(--wfs-gold);
    border-color: var(--wfs-gold);
    color: var(--wfs-navy);
}
.video-thumb.style-2 img { width: 100%; }

/* ---------- 17. Kontakt ------------------------------------- */
/* karta kontaktowa stoi na zlocie (--theme) - tekst musi byc granatowy */
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items { border-bottom-color: rgba(0, 25, 72, .22); }
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p { color: rgba(0, 25, 72, .72); }
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3,
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a { color: var(--wfs-navy); }
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a:hover { color: #fff; }
.contact-info-items .icon { color: var(--wfs-navy); font-size: 22px; }
.wfs-registry {
    margin-top: 26px;
    padding: 16px 18px;
    background: var(--bg);
    font-size: 14px;
    color: var(--header);
    letter-spacing: .4px;
}
.wfs-map { margin-top: 26px; }
.wfs-map iframe { width: 100%; height: 320px; border: 0; display: block; }
.contact-content h2 { margin-bottom: 16px; }
.contact-content .contact-form-items { margin-top: 30px; }
.form-clt select { width: 100%; }
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input:focus,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea:focus { border-color: var(--wfs-gold); }
.contact-content .nice-select {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 0;
    height: auto;
    line-height: normal;
    padding: 18px 30px 18px 20px;
    color: var(--text);
}
.contact-content .nice-select .list { width: 100%; }
.wfs-check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 23px; cursor: pointer; }
.wfs-check input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--wfs-gold); flex: 0 0 18px; }
.wfs-check a { color: var(--wfs-gold-dark); text-decoration: underline; }
.wfs-form-msg {
    margin-top: 18px;
    padding: 14px 18px;
    font-size: 15px;
    border-left: 3px solid var(--wfs-gold);
    background: rgba(217, 164, 65, .12);
    color: var(--header);
}
.wfs-form-msg--ok { border-left-color: #2E7D32; background: rgba(46, 125, 50, .1); }
.wfs-form-msg--err { border-left-color: #C62828; background: rgba(198, 40, 40, .08); }
.wfs-invalid input,
.wfs-invalid textarea,
.wfs-invalid .nice-select { border-color: #C62828 !important; }
.wfs-check.wfs-invalid span { color: #C62828; }

/* ---------- 18. CTA i tagi ---------------------------------- */
.cta-section .cta-content h2 { color: #fff; }
.cta-section .cta-content p { color: rgba(255, 255, 255, .82); margin-top: 18px; max-width: 760px; }
.wfs-cta-dark, .wfs-cta-tags { padding: 110px 0; }
.wfs-cta-btns { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.wfs-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.wfs-tags span {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    padding: 9px 18px;
    border-radius: 40px;
    font-size: 14px;
}

/* ---------- 19. Stopka -------------------------------------- */
.footer-section .single-footer-widget .widget-head h4 { color: #fff; }
.footer-section .footer-content p { color: rgba(255, 255, 255, .78); }
.wfs-hashtag { color: var(--wfs-gold-light) !important; font-weight: 700; letter-spacing: 1.4px; margin-top: 14px; }
.footer-section .list-items li { margin-bottom: 12px; }
.footer-section .list-items li a { color: rgba(255, 255, 255, .78); }
.footer-section .list-items li a:hover { color: var(--wfs-gold); }
.footer-bottom { flex-wrap: wrap; gap: 14px; }
.footer-bottom .social-icon { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-bottom .social-icon li { color: rgba(255, 255, 255, .7); font-size: 14px; }
.footer-bottom p { color: rgba(255, 255, 255, .7); }
.footer-bottom p a { color: rgba(255, 255, 255, .7); }
@media (max-width: 991px) { .footer-bottom { padding-bottom: 96px; } }

/* ---------- 20. Modale (szablon nie ma zadnych stylow) ------ */
.wfs-modal .modal-content {
    border: none;
    border-radius: 0;
    border-top: 4px solid var(--wfs-gold);
}
.wfs-modal .modal-header {
    border-bottom: 1px solid var(--border);
    padding: 28px 32px;
    align-items: flex-start;
}
.wfs-modal .modal-title { font-size: 30px; line-height: 1.2; }
.wfs-modal__eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--wfs-gold-dark);
    margin-bottom: 8px;
}
.wfs-modal .modal-body { padding: 28px 32px 34px; }
.wfs-modal .modal-body p { line-height: 28px; }
.wfs-modal .modal-body h5 { font-size: 20px; margin: 22px 0 10px; }
.wfs-modal__img {
    float: right;
    width: 190px;
    margin: 0 0 20px 24px;
    border-top: 3px solid var(--wfs-gold);
}
.wfs-modal__quote {
    margin: 24px 0 0;
    padding: 22px 26px;
    background: var(--bg);
    border-left: 3px solid var(--wfs-gold);
    font-family: "Cormorant", serif;
    font-size: 23px;
    line-height: 33px;
    color: var(--wfs-navy);
}
.wfs-list { margin: 12px 0 0; padding-left: 0; list-style: none; }
.wfs-list li { position: relative; padding-left: 24px; margin-bottom: 8px; line-height: 27px; }
.wfs-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wfs-gold);
}
.wfs-tbd { margin-top: 18px; color: var(--text); font-style: italic; }
.wfs-doc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.wfs-doc-actions .theme-btn { font-size: 15px; padding: 15px 26px; min-width: 0; }
.wfs-pdf { width: 100%; height: 460px; border: 1px solid var(--border); }
@media (max-width: 767px) {
    .wfs-modal__img { float: none; width: 100%; max-width: 220px; margin: 0 0 18px; display: block; }
    .wfs-modal .modal-header, .wfs-modal .modal-body { padding-left: 20px; padding-right: 20px; }
    .wfs-modal .modal-title { font-size: 24px; }
    .wfs-pdf { height: 300px; }
}

/* ---------- 21. Cookies, toast, bottom bar ------------------ */
.wfs-cookies {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1200;
    background: #fff;
    border-top: 3px solid var(--wfs-gold);
    box-shadow: 0 18px 50px rgba(0, 25, 72, .22);
    padding: 24px 28px;
}
.wfs-cookies__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    flex-wrap: wrap;
}
.wfs-cookies p { font-size: 14px; line-height: 24px; max-width: 720px; }
.wfs-cookies p a { color: var(--wfs-gold-dark); text-decoration: underline; }
.wfs-cookies__btns { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.wfs-cookies__btns .theme-btn { font-size: 15px; padding: 14px 24px; min-width: 0; }
@media (max-width: 991px) { .wfs-cookies { left: 10px; right: 10px; bottom: 76px; padding: 20px; } }

.wfs-toast {
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 20px);
    background: var(--wfs-navy);
    color: #fff;
    padding: 14px 26px;
    border-radius: 40px;
    font-size: 15px;
    z-index: 1300;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}
.wfs-toast.is-open { opacity: 1; transform: translate(-50%, 0); }

.wfs-bottombar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: none;
    background: var(--wfs-navy);
    box-shadow: 0 -6px 24px rgba(0, 25, 72, .28);
}
.wfs-bottombar a {
    flex: 1;
    text-align: center;
    padding: 18px 10px;
    color: #fff;
    font-weight: 600;
}
.wfs-bottombar a:first-child { background: var(--wfs-gold); color: var(--wfs-navy); }
@media (max-width: 991px) {
    .wfs-bottombar.is-open { display: flex; }
    .back-to-top { bottom: 80px !important; }
}

/* ---------- 22. Drobne poprawki responsywne ----------------- */
/* Szablon gasi WSZYSTKIE <br> ponizej 767px (main.css:3390). Tam gdzie lamanie
   niesie tresc - adres, dane do przelewu, termin wydarzenia - musi zostac,
   inaczej wychodzi "Fundacja WFSul. Stanislawa Drabika 43 lok. 3452-131 Wroclaw". */
@media (max-width: 767px) {
    .contact-info-items .content h3 br,
    .company-info .content h6 br,
    .wfs-event .news-content p br,
    .wfs-transfer dd br,
    .offcanvas__contact br { display: block; }
}

@media (max-width: 1199px) {
    .feature-step-items-2 { padding: 34px 26px; }
    .pricing-card-items { padding: 34px 26px; }
}
@media (max-width: 991px) {
    .wfs-hero-btns .theme-btn { flex: 1 1 100%; }
    .business-wrapper .business-content { border-right: none; }
    .wfs-amounts { grid-template-columns: repeat(2, 1fr); }
}
