/*
Theme Name: Fundacja Involt
Theme URI: http://www.fundacjainvolt.pl
Author: Agnieszka Kowalewska
Description: Autorski motyw dla Fundacji Involt stworzony od zera.
Version: 1.7
Text Domain: fundacjainvolt
*/

/* ==========================================================================
   GLOBALNE STYLE
   ========================================================================== */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #fcfbfa;
    color: #8a8f95;
    text-align: center;
    line-height: 1.6;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #60646a;
}

h1,
h2,
h3,
h4 {
    color: #222;
    margin-top: 0;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
}

/* FOCUS RESET */
input:focus,
textarea:focus,
button:focus {
    outline: none !important;
    border-color: #f7b509 !important;
    box-shadow: 0 0 0 3px rgba(247, 181, 9, 0.1) !important;
}

/* ==========================================================================
   PRZYCISKI
   ========================================================================== */
.btn-primary,
.cf7-custom-style input[type="submit"],
#commentform .submit,
.btn-primary-involt {
    background: #f7b509 !important;
    color: #000 !important;
    padding: 14px 30px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}

.btn-primary:hover,
.btn-primary-involt:hover {
    background: #222 !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

/* ==========================================================================
   NAWIGACJA
   ========================================================================== */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

nav .custom-logo-link {
    height: 50px;
    display: block;
}

nav .custom-logo {
    height: 100%;
    width: auto;
}

nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav a {
    text-decoration: none;
    color: #8a8f95;
    font-weight: 500;
    transition: 0.3s;
}

nav a:hover {
    color: #f7b509;
}

/* ==========================================================================
   SEKCJE STRONY GŁÓWNEJ
   ========================================================================== */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    text-align: left;
}

.hero h1 {
    font-size: 48px;
    line-height: 1.1;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.card {
    background: white;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    text-align: center;
}

.home-support-highlight {
    width: 100% !important;
    background-color: #f7b509 !important;
    padding: 80px 0 !important;
    display: block !important;
    clear: both !important;
}

.home-support-highlight h2,
.home-support-highlight p,
.home-support-highlight .section-title-grey,
.home-support-highlight .section-description-grey {
    color: #191919 !important;
    text-align: center !important;
}


.home-support-highlight .container {
    text-align: center !important;
}

.dla-kogo-flex {
    display: flex;
    align-items: center;
    gap: 60px;
    text-align: left;
}

.dla-kogo-image {
    flex: 0 0 480px;
    width: 480px;
}

.dla-kogo-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
    display: block;
}

/* ==========================================================================
   BLOG / CO ROBIMY
   ========================================================================== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.post-card {
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.post-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.post-content {
    padding: 30px;
}

.read-more {
    color: #f7b509;
    font-weight: 700;
    text-decoration: none;
}

/* ==========================================================================
   STRONA KONTAKT
   ========================================================================= */

.kontakt-wrapper {
    display: flex !important;
    gap: 40px !important;
    align-items: stretch !important;
}

.info-card {
    flex: 0 0 auto !important;
    min-width: 580px !important;
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    text-align: left;
}

.kontakt-card {
    flex: 1 !important;
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.info-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}

.info-item i {
    background: #fff3c4 !important;
    color: #f7b509 !important;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
    flex-shrink: 0 !important;
}

.info-item div strong {
    color: #222 !important;
    display: block !important;
    margin-bottom: 2px !important;
    line-height: 1.2 !important;
}

.info-item div {
    white-space: nowrap !important;
    color: #60646a;
    line-height: 1.4 !important;
}

.info-item a,
.info-item a[href^="mailto:"] {
    color: #f7b509 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: 0.3s ease;
}

.info-item a:hover {
    color: #222 !important;
}

.cf7-custom-style input[type="text"],
.cf7-custom-style input[type="email"],
.cf7-custom-style textarea {
    width: 100% !important;
    background: #fcfbfa !important;
    border: 2px solid #f0f0f0 !important;
    border-radius: 15px !important;
    padding: 16px 20px !important;
    margin-bottom: 15px !important;
}

.cf7-custom-style input[type="submit"] {
    width: auto !important;
    padding: 14px 40px !important;
    background: #f7b509 !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    cursor: pointer;
    border: none !important;
    text-transform: uppercase;
}

.kontakt-socials {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.kontakt-socials h4 {
    margin: 0 !important;
    color: #222;
}

.social-icons {
    display: flex !important;
    gap: 15px !important;
}

.social-icons a i {
    color: #222 !important;
    font-size: 20px !important;
    transition: 0.3s;
}

.social-icons a:hover i {
    color: #f7b509 !important;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.faq-item {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.faq-item:hover {
    border-color: #f7b509;
}

.faq-item.active {
    border-color: #f7b509;
    background-color: #fffdf8;
    box-shadow: 0 10px 25px rgba(247, 181, 9, 0.05);
}

.faq-trigger {
    width: 100%;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-title {
    font-size: 19px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid rgba(240, 240, 240, 0.8);
}

.faq-inner {
    padding: 60px 40px 60px 40px !important;
    color: #4a4e53;
    line-height: 2.0 !important;
    font-size: 16px;
    text-align: justify !important;
    text-justify: inter-word;
}

.faq-inner p:first-child {
    margin-top: 0 !important;
}

.faq-inner p {
    margin-bottom: 25px;
}

.faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #f7b509;
    transition: all 0.3s ease;
}

.faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.faq-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.faq-item.active .faq-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

/* ==========================================================================
   STOPKA
   ========================================================================== */
footer.site-footer {
    background: #8a8f95 !important;
    color: #ffffff !important;
    padding: 80px 0 30px !important;
    text-align: left !important;
}

.footer-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top {
    display: grid !important;
    grid-template-columns: 1fr 0.8fr 1fr 1fr !important;
    gap: 40px;
}

.footer-column h4.yellow-title {
    color: #f7b509 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-bottom: 25px !important;
    letter-spacing: 1px;
    text-align: left !important;
}

.footer-column p,
.footer-column ul,
.footer-column li {
    text-align: left !important;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none !important;
    padding: 0 !important;
}

.footer-column a {
    color: #ffffff !important;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column a:hover {
    color: #f7b509 !important;
}

.footer-logo img {
    max-height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    display: block;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a i {
    color: #f7b509 !important;
    font-size: 22px;
    transition: 0.3s;
}

.social-icons a:hover i {
    color: #191919 !important;
}

.footer-mail {
    color: #f7b509 !important;
    font-weight: 700;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 25px;
    text-align: center !important;
    font-size: 13px;
    opacity: 0.7;
}

/* ==========================================================================
   RESPONSYWNOŚĆ GLOBALNA
   ========================================================================== */
@media (max-width: 900px) {

    .hero {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .hero-image {
        order: 2 !important;
    }

    .hero > *:not(.hero-image) {
        order: 1 !important;
    }

    .dla-kogo-flex,
    .kontakt-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .dla-kogo-image {
        flex: none !important;
        width: 100% !important;
    }

    .kontakt-wrapper {
        gap: 20px;
    }

    .info-card,
    .kontakt-card {
        flex: none !important;
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    /* =====================================================================
       MOBILE MENU - GŁÓWNA POPRAWKA
       Zamiast display:none używamy position:fixed z right:-100%
       Klasa .active wysuwa menu przez right:0
       ===================================================================== */
    nav ul {
        display: flex !important;
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 280px !important;
        height: 100vh !important;
        background: #fff !important;
        flex-direction: column !important;
        padding: 100px 40px !important;
        gap: 20px !important;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1) !important;
        transition: right 0.4s ease-in-out !important;
        z-index: 1080 !important;
        pointer-events: none !important;
        margin: 0 !important;
        list-style: none !important;
    }

    nav ul.active {
        right: 0 !important;
        pointer-events: auto !important;
    }

    .nav-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.5) !important;
        z-index: 1040 !important;
        display: none !important;
        pointer-events: none !important;
    }

    .nav-overlay.active {
        display: block !important;
        pointer-events: auto !important;
    }
    /* ===================================================================== */

    .faq-trigger {
        padding: 25px;
    }

    .faq-inner {
        padding: 40px 25px 40px 25px !important;
        text-align: left !important;
    }

    .footer-top {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .footer-column h4.yellow-title,
    .footer-column p,
    .footer-column ul li {
        text-align: center !important;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-logo img {
        margin: 0 auto 20px;
    }
}

/* ==========================================================================
   PODSTRONA: O FUNDACJI
   ========================================================================= */
.about-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
    text-align: left !important;
}

.about-hero {
    display: flex !important;
    flex-direction: row;
    gap: 60px !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 80px;
}

.about-content {
    flex: 1;
}

.about-image-side {
    flex: 0 0 420px;
    width: 420px;
}

.about-image-side img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.about-title {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin-bottom: 30px;
    line-height: 1.2;
}

.lead {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

.team-signature {
    font-weight: 700;
    color: #f7b509;
    margin-top: 20px;
    display: block;
}

.mission-vision-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    margin-top: 50px;
}

.about-card {
    flex: 1 !important;
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
    border-bottom: 4px solid #f7b509;
    text-align: left !important;
}

.about-card:hover {
    transform: translateY(-10px);
}

.about-card h3 {
    font-size: 24px;
    color: #222;
    margin-bottom: 15px;
}

.card-icon {
    background: #fff3c4 !important;
    color: #f7b509 !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 20px;
}

@media (max-width: 900px) {
    .about-hero {
        flex-direction: column !important;
        text-align: center !important;
        gap: 30px !important;
    }

    .about-image-side {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        order: 2 !important;
    }

    .about-content {
        order: 1 !important;
    }

    .about-image-side img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .mission-vision-grid {
        flex-direction: column !important;
    }

    .about-title {
        font-size: 32px;
    }

    .about-card {
        padding: 30px;
    }
}

/* ==========================================================================
   PRIORYTETY I TRANSPARENTNOŚĆ
   ========================================================================= */
.priorities-section {
    padding: 60px 0;
}

.priorities-intro {
    margin-bottom: 40px;
    text-align: left !important;
}

.priorities-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    margin-top: 40px;
}

.priority-item {
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.priority-item:hover {
    transform: translateY(-5px);
    border-color: #f7b509;
}

.priority-number {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    font-weight: 900;
    color: rgba(247, 181, 9, 0.1);
}

.priority-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    text-align: left !important;
}

.priority-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #60646a;
}

.priority-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #f7b509;
    border-radius: 50%;
}

.priority-note {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    background: #fff3c4;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}

.transparency-section {
    margin-top: 80px;
    padding: 60px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
    text-align: left !important;
    border: 1px solid #f0f0f0;
}

.transparency-section h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #222;
}

.docs-grid {
    display: flex !important;
    gap: 25px !important;
    margin: 35px 0 !important;
}

.doc-item {
    flex: 1;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px !important;
    background: #fcfbfa !important;
    border: 2px solid #f0f0f0 !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.doc-item:hover {
    border-color: #f7b509 !important;
    background: #fffdf8 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(247, 181, 9, 0.05);
}

.doc-icon {
    font-size: 32px;
    color: #f7b509;
    flex-shrink: 0;
}

.doc-info strong {
    display: block;
    color: #222;
    font-size: 17px;
    line-height: 1.2;
}

.doc-info span {
    color: #f7b509;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.transparency-note {
    display: flex !important;
    align-items: center !important;
    gap: 15px;
    background: #fff3c4 !important;
    padding: 20px 30px !important;
    border-radius: 15px !important;
    border-left: 5px solid #f7b509;
    margin-top: 20px;
}

.transparency-note i {
    color: #856404;
    font-size: 20px;
}

.transparency-note p {
    margin: 0 !important;
    color: #856404 !important;
    font-size: 15px !important;
    font-weight: 500;
}

@media (max-width: 900px) {
    .priorities-grid {
        grid-template-columns: 1fr !important;
    }

    .docs-grid {
        flex-direction: column !important;
    }

    .transparency-section {
        padding: 30px !important;
    }

    .doc-item {
        width: 100%;
    }
}

/* Wzmocniony fix transparentności */
.about-page-wrapper .transparency-section {
    margin-top: 80px !important;
    padding: 60px !important;
    background-color: #fcfbfa !important;
    border-radius: 40px !important;
    border: 1px solid #f0f0f0 !important;
    display: block !important;
    clear: both !important;
}

.about-page-wrapper .docs-grid {
    display: flex !important;
    gap: 25px !important;
    margin: 35px 0 !important;
    visibility: visible !important;
}

.about-page-wrapper .doc-item {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px !important;
    background-color: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

.about-page-wrapper .doc-item:hover {
    border-color: #f7b509 !important;
    transform: translateY(-3px) !important;
    background-color: #fffdf8 !important;
}

.about-page-wrapper .doc-icon {
    font-size: 28px !important;
    color: #f7b509 !important;
    background-color: #fff3c4 !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
}

.about-page-wrapper .doc-info strong {
    display: block !important;
    color: #222222 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

.about-page-wrapper .doc-info span {
    color: #f7b509 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.about-page-wrapper .transparency-note {
    background-color: #fff3c4 !important;
    padding: 20px 25px !important;
    border-radius: 15px !important;
    border-left: 5px solid #f7b509 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 30px !important;
}

.about-page-wrapper .transparency-note i {
    color: #856404 !important;
    font-size: 22px !important;
}

.about-page-wrapper .transparency-note p {
    margin: 0 !important;
    color: #856404 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

@media (max-width: 768px) {
    .about-page-wrapper .docs-grid {
        flex-direction: column !important;
    }
}

/* ==========================================================================
   BLOG / CO ROBIMY
   ========================================================================== */
.co-robimy-page .post-content h3 a {
    color: #f7b509 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: opacity 0.3s ease !important;
}

.co-robimy-page .post-content h3 a:hover {
    color: #f7b509 !important;
    opacity: 0.8;
}

.co-robimy-page .post-excerpt {
    color: #60646a !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* ==========================================================================
   PODSTRONA WSPARCIE
   ========================================================================== */
.support-page {
    background: #fcfbfa;
    color: #191919;
    font-family: inherit;
}

.support-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.section-label {
    color: #60646a;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}

.section-description {
    color: #8a8f95;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-main {
    background: #f7b509;
    color: #191919;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(247, 181, 9, 0.2);
}

.btn-dark {
    background: #191919;
    color: #fcfbfa;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
}

.btn-dark:hover {
    background: #333;
    transform: translateY(-3px);
}

.btn-outline {
    border: 2px solid #f7b509;
    color: #191919;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #f7b509;
}

.btn-mini {
    background: #f7b509;
    color: #191919;
    padding: 10px 20px;
    border-radius: 8px;
    border: none !important;
    outline: none !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    display: block;
    margin-top: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.btn-mini:hover {
    background: #f7b509;
    color: #191919;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(247, 181, 9, 0.3);
}

.support-hero {
    padding: 100px 0;
    background: #fcfbfa;
}

.support-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    color: #8a8f95;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.how-we-help {
    padding: 80px 0;
}

.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.help-card {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    text-align: left;
    display: flex;
    flex-direction: column;
}

.help-icon {
    font-size: 40px;
    color: #f7b509;
    margin-bottom: 20px;
}

.help-card h3 {
    font-size: 18px;
    color: #60646a;
    margin-bottom: 15px;
    font-weight: 700;
}

.help-card p {
    color: #8a8f95;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.example-box {
    font-size: 13px;
    color: #60646a;
    background: #fff9e6;
    padding: 15px;
    border-radius: 12px;
    border-left: 4px solid #f7b509;
}

.who-can-get {
    background: #f7b509;
    padding: 80px 0;
    color: #fcfbfa;
}

.section-title-white {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.section-subtitle-white {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.who-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.who-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 25px;
    border-radius: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.who-item i {
    font-size: 24px;
}

.apply-path {
    padding: 100px 0;
    background: #fff;
}

.path-steps {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px 0;
}

.step {
    flex: 1;
    max-width: 350px;
}

.step-num {
    width: 50px;
    height: 50px;
    background: #f7b509;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 800;
    font-size: 20px;
    color: #191919;
}

.step h4 {
    color: #60646a;
    font-weight: 700;
    margin-bottom: 10px;
}

.step p {
    font-size: 14px;
    color: #8a8f95;
}

.how-you-help {
    padding: 80px 0;
}

.donors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.donor-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.donor-card:hover {
    border-color: #f7b509;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.donor-card i {
    font-size: 30px;
    color: #f7b509;
    margin-bottom: 15px;
}

.donor-card h4 {
    font-size: 14px;
    color: #60646a;
    font-weight: 700;
    height: 40px;
    display: flex;
    align-items: center;
}

.trust-section-light {
    background: #fcfbfa !important;
    padding: 100px 0;
    border-top: 1px solid #f0f0f0;
}

.trust-content-clean {
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.trust-item-minimal {
    flex: 1;
    text-align: center;
}

.trust-icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: #f7b509;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.trust-item-minimal h4 {
    font-size: 22px;
    color: #191919;
    margin-bottom: 15px;
    font-weight: 800;
}

.trust-item-minimal p {
    color: #8a8f95;
    font-size: 16px;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .help-grid,
    .donors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .path-steps {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .who-grid,
    .trust-content-clean {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .support-hero h1 {
        font-size: 32px;
    }

    .help-grid,
    .donors-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.newsletter-cta-form-wrapper label,
.newsletter-cta-form-wrapper .tnp-field label,
.newsletter-cta-form-wrapper .tnp-label {
    display: none !important;
}

.newsletter-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 40px !important;
}

.newsletter-cta-content {
    flex: 0 1 auto !important;
    margin-left: 10% !important;
    text-align: left !important;
}

.newsletter-cta-content h2 {
    font-size: 34px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    color: #191919 !important;
}

.newsletter-cta-form-wrapper .tnp-subscription form {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 25px !important;
}

.newsletter-cta-form-wrapper input.tnp-email {
    width: 300px !important;
    height: 52px !important;
    border-radius: 50px !important;
    border: 2px solid #f0f0f0 !important;
    padding: 0 25px !important;
    background: #fff !important;
    font-size: 15px !important;
}

.newsletter-cta-form-wrapper input.tnp-submit {
    height: 52px !important;
    padding: 0 35px !important;
    background: #f7b509 !important;
    color: #191919 !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.newsletter-cta-form-wrapper input.tnp-submit:hover {
    background: #191919 !important;
    color: #fff !important;
}

.newsletter-cta-form-wrapper .tnp-field-privacy,
.newsletter-cta-form-wrapper .tnp-privacy-field {
    flex-basis: 100% !important;
    margin-top: 10px !important;
}

.newsletter-cta-form-wrapper .tnp-privacy-field label {
    display: flex !important;
    align-items: center !important;
    font-size: 12px !important;
    gap: 8px !important;
    color: #8a8f95 !important;
}

.newsletter-cta-form-wrapper .tnp-privacy-field a {
    color: #f7b509 !important;
    text-decoration: underline !important;
}

.newsletter-cta-image img {
    width: 200px !important;
    height: auto !important;
}

@media (max-width: 900px) {
    .newsletter-cta-container {
        flex-direction: column !important;
        align-items: center !important;
    }

    .newsletter-cta-content {
        margin-left: 0 !important;
        text-align: center !important;
    }

    .newsletter-cta-form-wrapper .tnp-subscription form {
        justify-content: center !important;
    }
}

/* ==========================================================================
   MENU DESKTOP - POGRUBIENIE
   ========================================================================== */
.nav-main ul,
.nav-main div > ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.nav-main ul li a,
.nav-main ul a,
#main-nav-list a {
    color: #222 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-block;
}

.nav-main ul li a:hover {
    color: #f7b509 !important;
}

@media (max-width: 900px) {
    .nav-main ul.active a {
        font-weight: 800 !important;
        font-size: 22px !important;
        color: #222 !important;
        padding: 10px 0;
        display: block !important;
    }
}

/* ==========================================================================
   PODSTRONY - NAGŁÓWKI I TREŚĆ
   ========================================================================== */
.page-header-involt,
.standard-page-header {
    background-color: #fcfbfa !important;
    background-image: none !important;
    padding: 100px 0 40px 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.page-header-involt h1,
.standard-page-header h1 {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #191919 !important;
    margin: 0 !important;
    text-transform: none !important;
}

.page-content-involt,
.standard-page-content {
    background: #fcfbfa !important;
    padding-bottom: 80px !important;
}

.content-narrow {
    max-width: 850px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    text-align: left !important;
    line-height: 1.8 !important;
    color: #60646a !important;
}

.page-content-involt h2,
.standard-page-content h2 {
    color: #191919 !important;
    font-size: 24px !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    border-left: 5px solid #f7b509 !important;
    padding-left: 20px !important;
}

.page-content-involt p,
.standard-page-content p {
    margin-bottom: 20px !important;
}

.page-content-involt ul,
.standard-page-content ul {
    margin-bottom: 30px !important;
    padding-left: 25px !important;
    list-style-type: disc !important;
}

.page-content-involt li,
.standard-page-content li {
    margin-bottom: 10px !important;
}

.page-content-involt strong,
.standard-page-content strong {
    color: #191919 !important;
    font-weight: 700 !important;
}

/* ==========================================================================
   KARTY STRONY GŁÓWNEJ
   ========================================================================== */
.card h4 {
    color: #f7b509 !important;
    font-weight: 800 !important;
    text-align: left !important;
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
}

.post-excerpt-home {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #60646a !important;
    margin-bottom: 10px !important;
}

.post-excerpt-home p {
    text-align: left !important;
    margin-bottom: 8px !important;
}

.card a.btn-read-more,
.card .btn-read-more {
    color: #f7b509 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: block !important;
    text-align: left !important;
    margin-top: 15px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.card a.btn-read-more:hover,
.card .btn-read-more:hover {
    color: #191919 !important;
    transform: translateX(5px) !important;
}

.post-excerpt-home a.more-link {
    display: none !important;
}

/* ==========================================================================
   O FUNDACJI - WYRÓWNANIE TEKSTU
   ========================================================================== */
.priorities-intro,
.priorities-section p,
.about-hero .about-content p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.about-container {
    text-align: left !important;
}

.priorities-intro p {
    max-width: 800px;
    margin-left: 0 !important;
}

.card .card-icon {
    background: #fff3c4;
    color: #f7b509;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 0 auto 20px;
    font-size: 30px;
    transition: transform 0.3s ease;
}

.card:hover .card-icon {
    transform: scale(1.1);
}

.cards-grid .card {
    text-align: left !important;
    align-items: flex-start !important;
    padding: 40px !important;
    background: #ffffff !important;
    border-radius: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    border-bottom: 5px solid #f7b509 !important;
}

.card-icon-wrapper {
    background-color: #fff3c4 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-bottom: 25px !important;
}

.card-icon-wrapper i {
    color: #f7b509 !important;
    font-size: 22px !important;
}

.cards-grid .card h3 {
    text-align: left !important;
    margin-left: 0 !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
}

.cards-grid .card p {
    text-align: left !important;
    margin-left: 0 !important;
    color: #60646a !important;
}
