@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body{
margin:0;
font-family:'Inter', sans-serif;
background:#f7f9fb;
color:#222;
line-height:1.7;
}

header.hero{
height:70vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
color:white;
background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1600&q=80');
background-size:cover;
background-position:center;
}

.hero h1{font-size:3rem;margin-bottom:1rem;}
.hero p{max-width:600px;font-size:1.1rem;}

nav{
margin-top:2rem;
display:flex;
gap:1rem;
flex-wrap:wrap;
justify-content:center;
}

nav a{
background:white;
color:#222;
padding:.7rem 1.4rem;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

nav a:hover{
transform:translateY(-3px);
box-shadow:0 8px 20px rgba(0,0,0,.1);
}

main{
max-width:1100px;
margin:auto;
padding:4rem 1.5rem;
}

.card {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  box-shadow: 
    0 10px 30px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,0.05);
  transition: all .35s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 18px 50px rgba(0,0,0,.35),
    0 0 30px rgba(255,255,255,0.06);
}


iframe{
width:100%;
height:420px;
border-radius:12px;
margin-bottom:2rem;
}

.search{
width:100%;
padding:.9rem;
border-radius:12px;
border:1px solid #ddd;
margin-bottom:2rem;
font-size:1rem;
}

.back{
display:inline-block;
margin-bottom:2rem;
text-decoration:none;
font-weight:600;
color:#555;
}

.emergency-banner{
background:#c0392b;
color:white;
text-align:center;
padding:1rem;
font-weight:600;
}

.emergency-banner a{
color:white;
text-decoration:underline;
}

footer{
background:#1f1f1f;
color:white;
text-align:center;
padding:2rem;
margin-top:3rem;
}

.main-logo{
width:180px;
margin-bottom:20px;
animation: float 4s ease-in-out infinite;
}

@keyframes float{
0% { transform: translateY(0px); }
50% { transform: translateY(-8px); }
100% { transform: translateY(0px); }
}

.main-logo{
width:170px;
margin:0 auto 25px auto;
animation: float 5s ease-in-out infinite;
}

.main-logo svg{
width:100%;
height:auto;
}

@keyframes float{
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}

.donate-btn{
display:inline-block;
margin-top:12px;
padding:10px 18px;
border-radius:30px;
background:#1f1f1f;
color:#fff;
text-decoration:none;
font-weight:600;
font-size:0.9rem;
transition:.3s;
}

.support-btn{
display:inline-block;
margin-top:12px;
padding:10px 18px;
border-radius:30px;
background:#2E2E2E;
color:#fff;
text-decoration:none;
font-weight:600;
font-size:0.9rem;
transition:.3s;
}

.support-btn:hover{
background:#444;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.site-disclaimer{
max-width:900px;
margin:5rem auto 2rem;
padding:22px 28px;
font-size:.82rem;
color:#6a6a6a;
line-height:1.6;
border-top:1px solid #eaeaea;
text-align:center;
}

.site-disclaimer p{
margin:0 0 10px 0;
}

.support-btn{
display:inline-block;
margin-top:12px;
padding:10px 18px;
border-radius:30px;
background:#2E2E2E;
color:#fff;
text-decoration:none;
font-weight:600;
font-size:0.9rem;
transition:.3s;
}

.support-btn:hover{
background:#444;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(0,0,0,.15);
}


.emergency-banner{
background;
color:white;
padding:16px;
text-align:center;
font-weight:600;
}



