/*
Theme Name: Sound of Peace
Theme URI: https://sound-of-peace.org/
Author: Sound of Peace
Description: 
Version: 1.2.4
*/

:root {
    --peaceful-teal: #044554;
    --red-alert: #C30203;
    --peaceful-white: #ffffff;
    --burgundy: #68122C;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


body {
    margin: 0;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: var(--peaceful-white);
    color: var(--peaceful-white);
}

.hero {
    height: 560px;
    background-image: url("assets/images/hero.jpeg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
}

@media (max-width: 1441px) {
    .hero {
        height: 430px;
    }
}

.hero-inner {
    padding: 0 24px;
}

.hero-title {
    margin: 0;
    color: var(--peaceful-teal);
    font-family: "nexa-rust-sans-black-2", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 62px;
    line-height: 1;
    text-transform: uppercase;
    max-width: 745px;
    font-style: Black 2;
}

.impact {
    width: 100%;
    background-image: url("assets/images/impact.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px 24px 72px;
    position: relative;
    overflow: hidden;
}

.impact-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.impact-title {
    margin: 0;
    color: var(--burgundy);
    font-family: "nexa-rust-sans-black-2", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
}

.impact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: var(--peaceful-teal);
    clip-path: polygon(0 87.5%, 101% 0, 101% 101%, 0 101%);
}

.why {
    background-color: var(--peaceful-teal);
    padding: 72px 24px 80px;
    color: var(--peaceful-white);
}

.why-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.why-card {
    max-width: 523px;
    background-color: var(--peaceful-white);
    background-image: url("assets/images/warum-deine__background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--peaceful-teal);
    padding: 25px 30px;
}

.why-card-title {
    margin: 0 0 24px;
    font-family: "nexa-rust-sans-black-2", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--burgundy);
}

.why-card-text p {
    margin: 0 0 18px;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .why-card-text p {
        font-size: 18px;
    }
}

.why-card-text p:last-child {
    margin-bottom: 0;
}

.why-card-text strong {
    color: var(--burgundy);
    font-weight: 700;
}

.why-right {
    flex: 1;
    max-width: 617px;
}

.why-right p,
.proven-text p,
.trust-text p {
    font-size: 18px;
    line-height: 140%;
}

.why-right-title {
    margin: 0 0 16px;
    font-family: "nexa-rust-sans-black-2", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 1.3;
}

.why-right-text {
    margin: 0;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 22px;
}

.why-cta {
    display: inline-block;
    padding: 21px 17px;
    background-color: var(--red-alert);
    color: var(--peaceful-white);
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.why-cta:hover,
.why-cta:focus-visible {
    background-color: var(--burgundy);
}

.proven {
    background-color: var(--peaceful-white);
    padding: 72px 24px 80px;
    color: var(--peaceful-teal);
    position: relative;
    overflow: hidden;
}

.proven-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.proven-text {
    flex: 1;
    max-width: 640px;
}

.proven-text ul li,
.why-right ul li {
    font-size: 18px;
    ;
}

.proven-title {
    margin: 0 0 8px;
    font-family: "nexa-rust-sans-black-2", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 1.3;
    color: var(--peaceful-teal);
    text-transform: uppercase;
}

.proven-subtitle {
    margin: 0 0 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 1.3;
    color: var(--peaceful-teal);
    font-weight: 600;
}

.proven-copy {
    margin: 0 0 16px;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

.proven-copy:last-child {
    margin-bottom: 0;
}

.proven-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: end;
    z-index: 3;
}

.proven-image {
    display: block;
    width: 100%;
    max-width: 523px;
    max-height: 307px;
    object-fit: cover;
}

.proven::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background-color: var(--peaceful-teal);
    clip-path: polygon(0 33.5%, 101% 0, 101% 101%, 0 101%);
    z-index: 1;
}

.poc {
    background-color: var(--peaceful-teal);
    padding: 72px 24px 80px;
    color: var(--peaceful-white);
    text-align: center;
}

.poc-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    align-items: stretch;
    justify-content: center;
}

.poc-card {
    flex: 1;
    width: 382px;
    height: 307px;
    background-color: var(--peaceful-white);
    background-image: url("assets/images/projekty/zdf.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.poc-value {
    margin: 0 0 16px;
    font-family: "nexa-rust-sans-black-2", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 44px;
    line-height: 1.3;
    color: var(--burgundy);
}

.poc-label {
    margin: 0;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--peaceful-teal);
}

.poc-footnote {
    margin: 32px auto 0;
    max-width: 1000px;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.poc-transition {
    margin: 40px auto 0;
    max-width: 1280px;
}

.poc-transition-text {
    margin: 0;
    font-family: "nexa-rust-sans-black-2", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 33px;
    line-height: 1.4;
    text-transform: uppercase;
}

.poc-section {
    background-color: var(--peaceful-white);
    padding: 72px 24px 80px;
    color: var(--peaceful-teal);
}

.returns {
    background-color: var(--burgundy);
    padding: 56px 24px 72px;
    color: var(--peaceful-white);
}

.returns-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.returns-title {
    margin: 0;
    width: 100%;
    font-family: "nexa-rust-sans-black-2", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
}

.returns-subtitle {
    margin: 0 0 24px;
    width: 100%;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    line-height: 1.4;
}

.returns-bottom {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.returns-copy {
    margin: 0;
    flex: 1;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.returns-cta-wrap {
    flex: 0 0 auto;
}

.returns-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: var(--red-alert);
    color: var(--peaceful-white);
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.returns-cta:hover,
.returns-cta:focus-visible {
    background-color: #a10002;
}

.trust {
    background-color: var(--peaceful-white);
    padding: 72px 24px 80px;
    color: var(--peaceful-teal);
}

.trust-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.trust-image-wrap {
    flex: 1;
}

.trust-image {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: cover;
    object-position: left center;
}

.trust-text {
    flex: 1;
    max-width: 640px;
}

.trust-title {
    margin: 0 0 16px;
    font-family: "nexa-rust-sans-black-2", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    line-height: 1.3;

    text-transform: uppercase;

    -webkit-font-smoothing: antialiased;
}


.trust-subtitle {
    margin: 0 0 16px;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.trust-copy {
    margin: 0 0 16px;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.trust-list {
    margin: 0 0 16px 20px;
    padding: 0;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.proven,
.poc-section,
.trust {
    background-color: var(--peaceful-white);
    background-image: url("assets/images/projekty/full-background.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trust-list li {
    margin-bottom: 8px;
}

.trust-footnote {
    margin: 8px 0 0;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.join {
    background-color: var(--peaceful-white);
    padding: 72px 24px 80px;
    color: var(--burgundy);
}

.join-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.join-title {
    margin: 0 0 0 0;
    width: 100%;
    font-family: "nexa-rust-sans-black-2", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--burgundy);
    -webkit-font-smoothing: antialiased;
}

.join-subtitle {
    margin: 0 0 22px;
    width: 100%;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--peaceful-teal);
}

.join-bottom {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.join-copy {
    margin: 0;
    flex: 1;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    max-width: 704px;
}

.join-cta-wrap {
    flex: 0 0 auto;
}

.join-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 60px;
    background-color: var(--red-alert);
    color: var(--peaceful-white);
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.join-cta:hover,
.join-cta:focus-visible {
    background-color: #a10002;
}

.site-footer {
    position: relative;
    background-color: var(--peaceful-teal);
    color: var(--peaceful-white);
    padding: 80px 24px 80px;
    overflow: hidden;
}

.join {
    position: relative;
}

.join::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: var(--peaceful-teal);
    clip-path: polygon(0 0%, 0% 0%, 101% 101%, 0 101%)
}

.site-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.site-footer-column--left,
.site-footer-column--right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-footer-column--right {
    position: relative;
}

.site-footer-column--right::before {
    content: url('assets/images/spray-paint.svg');
    position: absolute;
    top: -80%;
    right: -100%;
    pointer-events: none;
    z-index: 0;
}

.site-footer-link {
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--peaceful-white);
    text-decoration: none;
    z-index: 3;
}

.site-footer-link:hover,
.site-footer-link:focus-visible {
    text-decoration: underline;
}

.site-footer-social-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .site-footer-social-list {
        flex-wrap: wrap;
    }
}

.site-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: #f5f7f7;
    text-decoration: none;
}

.site-footer-social-icon {
    width: 24px;
    height: 24px;
    fill: var(--peaceful-teal);
}

.main-header {
    background-color: var(--peaceful-teal);
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow-x: visible;
}

.header-inner {
    min-height: 128px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    padding: 0 24px;
}

.logo-wrap {
    text-decoration: none;
    min-height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo-spray {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-spray::after {
    content: url('assets/images/spray-paint.svg');
    position: absolute;
    top: 0;
    left: -50%;
    height: 100%;
    width: 100%;
}

@media (max-width: 465px) {
    .logo-spray::after {
        left: -100%;
        top: 0;

    }
}

.logo-image {
    display: block;
    height: 48px;
    width: auto;
    z-index: 2;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.header-dove {
    display: block;
    height: 80px;
    width: auto;
}

.btn-donate {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 24px 40px;
    background-color: var(--red-alert);
    color: var(--peaceful-white);
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.06em;
}

.btn-donate:hover,
.btn-donate:focus-visible {
    background-color: var(--burgundy);
}

@media (max-width: 1365px) {
    .header-inner {
        padding: 16px 24px;
        gap: 24px;
    }

    .btn-donate {
        padding: 18px 28px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .header-inner {
        padding: 16px 32px;
    }

    .hero-inner {
        padding: 0 32px;
    }

    .impact {
        padding: 40px 32px 56px;
    }

    .why {
        padding: 56px 32px 72px;
    }

    .proven {
        padding: 56px 32px 72px;
    }

    .proven::after {
        height: 90px;
    }

    .poc {
        padding: 56px 32px 72px;
    }

    h1 br,
    h2 br,
    h3 br {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .impact-title,
    .proven-title,
    .poc-transition-text,
    .poc-value {
        font-size: 26px;
    }

    .logo-image {
        height: 40px;
    }

    .why-card-title,
    .proven-subtitle,
    .poc-label {
        font-size: 18px;
    }


    .header-actions {
        gap: 16px;
    }

    .btn-donate {
        padding: 16px 24px;
    }

    .why {
        padding: 48px 24px 64px;
    }

    .why-inner {
        flex-direction: column;
        gap: 32px;
    }

    .why-right {
        max-width: none;
    }

    .why-right-title {
        font-size: 26px;
    }

    .proven {
        padding: 48px 24px 64px;
    }

    .proven-inner {
        flex-direction: column;
        gap: 32px;
    }

    .proven::after {
        height: 60px;
    }

    .poc {
        padding: 48px 24px 64px;
    }

    .poc-inner {
        flex-direction: column;
        gap: 24px;
    }

    .poc-card {
        max-width: none;
        width: 100%;
        height: auto;
    }

    .returns {
        padding: 40px 24px 56px;
    }

    .returns-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .returns-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .returns-title {
        font-size: 24px;
    }

    .returns-subtitle {
        font-size: 18px;
    }

    .returns-cta-wrap {
        width: 100%;
    }

    .returns-cta {
        width: 100%;
    }

    .trust {
        padding: 48px 24px 64px;
    }

    .trust-inner {
        flex-direction: column;
        gap: 32px;
    }

    .trust-image {
        max-width: none;
    }

    .trust-title {
        font-size: 26px;
    }

    .trust-subtitle {
        font-size: 18px;
    }



    .join {
        padding: 48px 24px 64px;
    }

    .join-title {
        font-size: 26px;
    }

    .join-subtitle {
        font-size: 18px;
    }

    .join-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .join-cta-wrap {
        width: 100%;
    }

    .join-cta {
        width: 100%;
    }

    .site-footer {
        padding: 32px 24px 40px;
    }

    .site-footer-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .site-footer-column--left,
    .site-footer-column--right {
        flex-direction: column;
        gap: 12px;
    }
}


.poc-section .proven-text h2.proven-title {
    color: var(--peaceful-teal);
}




@media (max-width: 425px) {
    .trust-title {
        font-size: 22px;
    }

    .header-dove {
        display: none !important;
    }

    .btn-donate {
        font-size: 16px;
        z-index: 9;
        padding: 12px 18px;
    }
}


@media (max-width: 375px) {
    .trust-title {
        font-size: 20px;
    }
}