* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins";
    color: #333;
    background-color: #fdfdfd;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    width: 100dvw;
    padding-bottom: 50px;
}

/* Header / Navegação */
.site-header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 999;
}

.imgSecurity {
    height: 300px;
    object-fit: cover;
}

.navbar {
    width: 100dvw;
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 120px;
    border-radius: 999px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: fit-content;
    gap: 10px;
}

.hero img {
    width: 100%;
}

.main {
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
}

.main h2 {
    font-size: 26px;
    line-height: 1.2;
}

.meta {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    background-color: #F8F8F8;
    color: #7A7A7A;
    border-radius: 10px;
}

.meta span {
    font-size: 25px;
    color: #28a745;
}

.meta h4 {
    font-size: 18px;
}

.pixArea {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    color: #7A7A7A;
    padding: 15px;
    border-radius: 10px;
    align-items: center;
    gap: 15px;
}

.pixArea h3, .pixArea h2 {
    text-align: center;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: #5a3e85;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
}

.fixed-bttn {
    position: fixed;
    bottom: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
    background-color: white;
    z-index: 99;
}

.fixed-bttn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    background-color: #28a745;
    border-radius: 10px;
    height: 50px;
    font-family: "Poppins";
    font-size: 17px;
    color: white;
    border: none;
    font-weight: 900;
    gap:8px;
}

.generate {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.headerPix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.headerPix div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 10px;
    font-size: 14px;
    border-radius: 1em;
    background-color: #E6E6E6;
}

.headerPix span {
    color: red;
}

.generate #pixResultado button {
    background-color: #16A34A;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    padding-block: 10px;
    color: white;
    border: none;
    border-radius: 1rem;
}

#pixResultado button:last-of-type {
    display: flex;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #F8D89C;
    color: white;
}

#pixResultado {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px; 
    padding: 40px; 
    border-radius: 0.7rem; 
    padding-top: 0px;
    padding-bottom: 60px; 
}

#qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pixResultado p {
    margin-top: 25px;
    margin-bottom: 10px;
}

#pixResultado textarea {
    padding: 15px;
    width: 100%; 
    height: 80px; 
    border-radius: 0.7rem; 
    color: black; 
    background-color: #F3F4F6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.generate input[type=text]{
    border: 1px solid rgba(0, 0, 0, 0.295);
    width: 100%;
    padding-block: 18px;
    padding-inline: 35px;
    border-radius: 8px;
    font-size: 17px;
}


#bttnDonate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 18px;
    padding-inline: 35px;
    border-radius: 8px;    
    border: none;
    background-color: #28a745;
    color: white;
    font-size: 16px;
    font-weight: 900;
}

.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-block: 35px;
}

.social h2 {
    color: #28a745;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.social p {
    text-align: center;
    color: #7A7A7A;
}

#cardHelper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#sobre h2 {
    color: #28a745;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

#sobre {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#sobre div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas sempre */
    gap: 10px;
}

.gallery img {
    width: 100%; /* cada imagem ocupa 100% da célula do grid */
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.galleryCard {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    gap: 15px;
}

.galleryCard h2 {
    color: #28a745;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

footer {
    display: grid;
    background-color: #333333;
    grid-template-columns: 1fr;
    padding-block: 50px;
    padding-inline: 20px;
    gap: 20px;
    color: #7A7A7A;
}

.newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.help {
    text-align: center;
    background-color: #28a745;
    padding-block: 5px;
    padding-inline: 10px;
    border-radius: 7px;
}

.help a {
    color: white;
    font-weight: 700;
}

.newsletter h3{
    color: white;
}

.newsletter p {
    color: white;
    font-weight: 300;
}

.insertmail {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#mail {
    width: 70%;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    border: none;
}

.insertmail input[type=submit] {
    background-color: #28a745;
    width: 30%;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 0px 5px 5px 0px;
}

.footerCol {
    display: flex;
    flex-direction: column;
}

.footerCol h3 {
    color: white;
    font-weight: 600;
}

.footerCol ul {
    list-style: none; /* remove os pontos da lista */
    margin-top: 7px;
    gap: 5px;
    padding: 0;
}

.footerCol a {
    color: #7A7A7A;
    text-decoration: none;
    font-size: 14px;
}

.seguranca-transparencia {
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.seguranca-transparencia h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #222;
    text-align: center;
    font-weight: 600;
}

.seguranca-transparencia h3 {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #444;
    font-weight: 600;
}

.seguranca-transparencia p {
    font-size: 1rem;
    margin-bottom: 16px;
    color: #555;
}

.seguranca-transparencia ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.seguranca-transparencia ul li {
    list-style-type: disc;
    margin-bottom: 8px;
    color: #555;
}

.titleSecurity {
    font-size: 26px;
    color: #28a745;
    text-align: center;
    margin-top: 30px;
    line-height: 1.3;
}

/* Responsivo */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 70px;
        right: 20px;
        padding: 1.7rem;
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-links.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .seguranca-transparencia {
        padding: 40px 16px;
    }

    .seguranca-transparencia h2 {
        font-size: 1.6rem;
    }

    .seguranca-transparencia h3 {
        font-size: 1.2rem;
    }

    .seguranca-transparencia p,
    .seguranca-transparencia ul li {
        font-size: 0.95rem;
    }
}
