body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f5eee6;
    color: #2d2d2d;
    text-align: center;
}

header {
    background: #662E0B;
    color: #fff;
    padding: 1rem 1rem 1.5rem 1rem;
    position: relative;
    z-index: 2;
}

.header-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.header-logo {
    max-width: 310px;
    height: auto;
    margin-bottom: 1rem;
}

header h1 {
    font-size: 2rem;
    margin: 0;

}

header p {
    margin: 0.1rem 0;
}

.progress-modern-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 36px;
    z-index: 2;
    position: relative;
}

.progress-bar-modern {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    height: 48px;
    background: #e6d7c7;
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06), 0 1.5px 4px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.progress-bar-modern-fill {
    height: 100%;
    background: #662E0B;
    width: 0;
    border-radius: 24px 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 1.2s cubic-bezier(.4, 1.4, .6, 1);
    position: relative;
}

.progress-bar-modern-label {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 48px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.progress-modern-text {
    color: #662E0B;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

main {
    max-width: 800px;
    margin: 2.5rem auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09), 0 1.5px 4px rgba(0, 0, 0, 0.06);
    text-align: justify;
}

.intro,
.mission,
.donate,
.media {
    margin-bottom: 2rem;
}

.donate {
    text-align: center;
}

.copy-button {
    background-color: #662E0B;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.copy-button:hover {
    background-color: #4d1f0e;
}

.pix-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.pix-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.pix-qr img {
    width: 245px;
    height: 245px;
    cursor: pointer;
}

.pix-qr p {
    margin-top: 0.5rem;
}

.media h2 {
    text-align: center;
}

.media-content {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 880px;
}

.image-description {
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #2d2d2d;
}

.media-content img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.blessing {
    background: #e6d7c7;
    border-left: 4px solid #662E0B;
    margin: 1rem 0;
    padding: 1rem 1.5rem;
    font-style: italic;
    border-radius: 7px;
    text-align: center;
    color: #662E0B;
    font-weight: bold;
}

footer {
    background: #e6d7c7;
    padding: 0;
    color: #555;
    border-top: 1px solid #ccc;
    font-size: 1rem;
    border-radius: 0 0 20px 20px;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding: 1rem;
}

.footer-section {
    flex: 1 1 300px;
    min-width: 260px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 0.5rem;
}

.social-links a {
    color: #fff;
    background: #662E0B;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: background 0.2s;
}

.social-links a:hover {
    background: #432105;
    color: #fff;
}

.contact-info {
    margin-top: 1rem;
}

.contact-info p {
    margin: 0.2rem 0;
}

.footer-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    background: #662E0B;

    border-top: 0.5px solid #662E0B;
}

.footer-logo {
    max-width: 120px;
    height: auto;
    display: inline-block;
}

.rights-reserved {
    font-size: 0.8rem;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
}

.generosity {
    text-align: center;
    margin-top: 1rem;
}

@media (max-width: 700px) {
    main {
        max-width: 95vw;
    }

    .progress-bar-modern {
        max-width: 95vw;
        height: 36px;
        border-radius: 18px;
    }

    .progress-bar-modern-label {
        font-size: 1.1rem;
        line-height: 36px;
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 0.7rem 1.2rem;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem 0.2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem 0.2rem;
    }

    .rights-reserved {
        white-space: normal;
        text-align: center;
    }
}

#floatingButton {
    position: fixed;
    z-index: 1000;
    background-color: #662E0B;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    display: none;
}

@media (min-width: 700px) {
    #floatingButton {
        display: none;
    }
}

@media (max-width: 699px) {
    #floatingButton {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        display: block;
    }
}

.spacer {
    height: 80px;
}

.logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}