/* ===========================
   PROJETO WEST POINT 2026
   =========================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Montserrat',sans-serif;

background:#080808 url("imagens/textura.webp");

background-size:cover;

color:#FFF;

line-height:1.7;

}

img{

max-width:100%;

display:block;

}

section{

padding:80px 8%;

}

h1,h2,h3{

font-family:'Oswald',sans-serif;

letter-spacing:1px;

}

p{

font-size:18px;

}

/*=============================
MENU
=============================*/

nav{

position:fixed;

top:0;

left:0;

width:100%;

padding:18px 8%;

display:flex;

justify-content:space-between;

align-items:center;

background:rgba(0,0,0,.82);

backdrop-filter:blur(8px);

z-index:999;

}

.logo{

font-size:30px;

font-family:'Oswald';

font-weight:bold;

color:#FFF;

}

.logo span{

color:#d4af37;

}

nav ul{

display:flex;

gap:30px;

list-style:none;

}

nav ul li a{

text-decoration:none;

color:#FFF;

font-weight:600;

transition:.3s;

}

nav ul li a:hover{

color:#d4af37;

}

.menuDoar{

background:#d4af37;

color:#000;

padding:14px 28px;

border-radius:8px;

font-weight:bold;

text-decoration:none;

transition:.3s;

}

.menuDoar:hover{

transform:scale(1.05);

}

/*=============================
HERO
=============================*/

.hero{

min-height:100vh;

display:flex;

align-items:center;

justify-content:space-between;

padding-top:120px;

gap:60px;

}

.heroTexto{

flex:1;

}

.heroTexto h3{

color:#d4af37;

font-size:28px;

margin-bottom:20px;

}

.heroTexto h1{

font-size:74px;

line-height:1.05;

margin-bottom:30px;

}

.heroTexto h1 span{

color:#d4af37;

}

.heroTexto p{

font-size:22px;

margin-bottom:40px;

max-width:700px;

}

.btnHero{

display:inline-block;

background:#d4af37;

padding:20px 45px;

border-radius:10px;

text-decoration:none;

font-weight:bold;

color:#000;

font-size:20px;

transition:.3s;

}

.btnHero:hover{

transform:scale(1.05);

box-shadow:0 0 25px #d4af37;

}

.heroImagem{

flex:1;

display:flex;

justify-content:center;

}

.heroImagem img{

max-height:760px;

}

/*=============================
TÍTULOS
=============================*/

section h2{

text-align:center;

font-size:50px;

margin-bottom:30px;

color:#d4af37;

}
/* ==========================
   CARDS "POR QUE APOIAR"
========================== */

.cards{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

margin-top:40px;

}

.card{

background:#161616;

padding:35px;

border-radius:15px;

border:1px solid rgba(212,175,55,.35);

text-align:center;

transition:.35s;

}

.card:hover{

transform:translateY(-10px);

border-color:#d4af37;

box-shadow:0 0 30px rgba(212,175,55,.30);

}

.card h3{

margin:20px 0;

font-size:28px;

color:#d4af37;

}

.card p{

font-size:17px;

}

/* ==========================
      DOAÇÕES
========================== */

.doacoes{

background:#101010;

}

.subtitulo{

text-align:center;

max-width:850px;

margin:0 auto 50px auto;

}

.gridDoacoes{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.valor{

background:#181818;

padding:35px;

border-radius:18px;

text-align:center;

text-decoration:none;

color:#FFF;

border:2px solid #2b2b2b;

transition:.35s;

}

.valor:hover{

transform:translateY(-10px);

border-color:#d4af37;

box-shadow:0 0 35px rgba(212,175,55,.35);

}

.valor h3{

font-size:42px;

margin-bottom:15px;

color:#d4af37;

}

.valor p{

margin-bottom:25px;

}

.valor button{

background:#d4af37;

color:#000;

border:none;

padding:18px 35px;

font-size:18px;

font-weight:bold;

border-radius:10px;

cursor:pointer;

transition:.3s;

}

.valor button:hover{

transform:scale(1.05);

}

.ouro{

background:linear-gradient(180deg,#2a240e,#151515);

border:2px solid #d4af37;

}

/* ==========================
          PIX
========================== */

.pix{

text-align:center;

}

.pixBox{

max-width:700px;

margin:auto;

padding:50px;

background:#151515;

border-radius:18px;

border:2px solid rgba(212,175,55,.35);

}

#chavePix{

margin:30px auto;

padding:18px;

background:#000;

border:2px dashed #d4af37;

border-radius:10px;

font-size:22px;

font-weight:bold;

word-break:break-word;

color:#d4af37;

}

.pix button{

background:#d4af37;

color:#000;

border:none;

padding:18px 35px;

font-size:18px;

font-weight:bold;

border-radius:10px;

cursor:pointer;

margin-top:20px;

transition:.3s;

}

.pix button:hover{

transform:scale(1.05);

box-shadow:0 0 20px rgba(212,175,55,.45);

}

.favorecido{

margin-top:25px;

font-size:18px;

}
/* ==========================
      TRANSPARÊNCIA
========================== */

.transparencia{

background:#111;

text-align:center;

}

.transparencia p{

max-width:900px;

margin:auto;

font-size:20px;

line-height:1.9;

}

/* ==========================
        RODAPÉ
========================== */

footer{

background:#000;

padding:70px 8% 40px;

text-align:center;

border-top:3px solid #d4af37;

}

footer img{

max-width:1000px;

margin:0 auto 40px;

}

footer p{

font-size:18px;

margin:10px 0;

color:#DDD;

}

/* ==========================
     WHATSAPP FLUTUANTE
========================== */

.whats{

position:fixed;

bottom:25px;

right:25px;

width:75px;

height:75px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

background:#25D366;

box-shadow:0 0 25px rgba(0,0,0,.45);

z-index:9999;

transition:.3s;

}

.whats:hover{

transform:scale(1.12);

}

.whats img{

width:42px;

height:42px;

}

/* ==========================
     ANIMAÇÕES
========================== */

.card,
.valor,
.pixBox{

animation:subir .8s ease;

}

@keyframes subir{

from{

opacity:0;

transform:translateY(60px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/* ==========================
      RESPONSIVO
========================== */

@media(max-width:1100px){

.hero{

flex-direction:column-reverse;

text-align:center;

}

.heroTexto h1{

font-size:56px;

}

.heroTexto p{

margin:auto;

margin-bottom:35px;

}

.heroImagem img{

max-height:500px;

}

}

@media(max-width:768px){

nav{

flex-direction:column;

gap:15px;

padding:15px;

}

nav ul{

flex-wrap:wrap;

justify-content:center;

gap:15px;

}

.logo{

font-size:24px;

}

.hero{

padding-top:170px;

}

.heroTexto h1{

font-size:42px;

}

.heroTexto h3{

font-size:22px;

}

.heroTexto p{

font-size:18px;

}

.btnHero{

width:100%;

text-align:center;

}

section{

padding:60px 6%;

}

section h2{

font-size:36px;

}

.valor h3{

font-size:34px;

}

.pixBox{

padding:30px 20px;

}

#chavePix{

font-size:18px;

}

footer img{

width:100%;

}

.whats{

width:65px;

height:65px;

bottom:18px;

right:18px;

}

.whats img{

width:36px;

height:36px;

}

}