
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

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

body{
font-family:'Inter',sans-serif;
background:#030712;
color:#fff;
}

.container{
width:92%;
max-width:1400px;
margin:auto;
}

.navbar{
position:fixed;
top:0;
width:100%;
z-index:1000;
background:rgba(2,6,23,.85);
backdrop-filter:blur(18px);
border-bottom:1px solid rgba(255,255,255,.06);
}

.nav-inner{
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}

.logo-wrap{
display:flex;
align-items:center;
gap:12px;
text-decoration:none;
}

.logo{
width:52px;
height:52px;
object-fit:contain;
}

.logo-title{
font-size:30px;
font-weight:900;
color:white;
}

.logo-sub{
font-size:10px;
letter-spacing:1.5px;
color:#facc15;
font-weight:600;
}

.desktop-nav{
display:flex;
gap:24px;
}

.desktop-nav a{
text-decoration:none;
font-size:12px;
font-weight:600;
color:#f3f4f6;
transition:.3s;
}

.desktop-nav a:hover{
color:#facc15;
}

.donate-btn{
background:#facc15;
padding:10px 16px;
border-radius:8px;
color:black !important;
}

.hero{
position:relative;
height:100vh;
display:flex;
align-items:center;
overflow:hidden;
}

.hero-image{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
inset:0;
}

.overlay{
position:absolute;
inset:0;
background:linear-gradient(to right, rgba(0,0,0,.94), rgba(0,0,0,.6));
}

.hero-content{
position:relative;
z-index:5;
padding-top:80px;
}

.eyebrow{
color:#facc15;
font-size:15px;
letter-spacing:3px;
font-weight:700;
}

.hero h1{
font-size:96px;
line-height:.95;
font-weight:900;
margin-top:18px;
max-width:850px;
}

.gold{
color:#facc15;
}

.hero p{
margin-top:28px;
font-size:22px;
color:#d1d5db;
}

.button-row{
display:flex;
gap:18px;
margin-top:40px;
flex-wrap:wrap;
}

.btn-primary{
background:#facc15;
padding:16px 30px;
border-radius:10px;
text-decoration:none;
font-weight:800;
color:black;
}

.btn-secondary{
border:1px solid #facc15;
padding:16px 30px;
border-radius:10px;
text-decoration:none;
font-weight:700;
color:#fff;
}

.feature-bar{
background:#020817;
border-top:1px solid rgba(250,204,21,.15);
border-bottom:1px solid rgba(250,204,21,.15);
padding:30px 0;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.feature{
display:flex;
gap:16px;
}

.feature svg{
width:34px;
height:34px;
color:#facc15;
flex-shrink:0;
}

.feature h3{
font-size:18px;
margin-bottom:6px;
}

.feature p{
color:#9ca3af;
font-size:14px;
line-height:1.6;
}

.page-section{
padding:140px 0 100px;
min-height:100vh;
}

.section-title{
font-size:64px;
font-weight:900;
margin-bottom:20px;
}

.section-sub{
font-size:18px;
color:#cbd5e1;
max-width:1000px;
line-height:1.8;
}

.card-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:28px;
margin-top:50px;
}

.card{
background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid rgba(250,204,21,.18);
border-radius:20px;
padding:34px;
backdrop-filter:blur(18px);
transition:.35s;
}

.card:hover{
transform:translateY(-8px);
border-color:#facc15;
box-shadow:0 30px 60px rgba(250,204,21,.12);
}

.card h3{
font-size:26px;
margin-top:16px;
}

.card p{
margin-top:14px;
color:#cbd5e1;
line-height:1.8;
}

.card svg{
width:42px;
height:42px;
color:#facc15;
}

.highlight-bar{
margin-top:40px;
background:#facc15;
color:black;
padding:18px 24px;
font-weight:800;
text-align:center;
border-radius:10px;
}

.form-layout{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:start;
margin-top:50px;
}

.form-card{
background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid rgba(250,204,21,.18);
padding:36px;
border-radius:22px;
}

.form-card h3{
font-size:40px;
margin-bottom:18px;
}

.form-card p{
color:#cbd5e1;
line-height:1.8;
}

input,textarea,select{
width:100%;
padding:16px;
background:#020617;
border:1px solid rgba(255,255,255,.08);
border-radius:12px;
color:white;
margin-bottom:16px;
}

textarea{
min-height:150px;
}

button{
width:100%;
padding:18px;
background:#facc15;
border:none;
border-radius:12px;
font-weight:800;
cursor:pointer;
}

.contact-grid{
display:grid;
grid-template-columns:320px 1fr;
gap:30px;
margin-top:50px;
}

.info-card{
background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid rgba(250,204,21,.18);
padding:30px;
border-radius:20px;
}

.info-item{
display:flex;
gap:14px;
margin-bottom:24px;
}

.info-item svg{
color:#facc15;
width:24px;
}

footer{
border-top:1px solid rgba(255,255,255,.08);
padding:30px 0;
text-align:center;
color:#64748b;
}

@media(max-width:1000px){

.desktop-nav{
display:none;
}

.hero h1{
font-size:58px;
}

.feature-grid,
.form-layout,
.contact-grid{
grid-template-columns:1fr;
}

.section-title{
font-size:44px;
}

}
