/*
Theme Name: ZioNazism Political Activism
Theme URI: https://zn.aromanish.com
Author: ZioNazism
Description: Modern responsive political activism WordPress theme.
Version: 1.0
License: GPL v2 or later
Text Domain: zionazism
*/

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

body{
font-family:Arial,sans-serif;
background:#070707;
color:#fff;
line-height:1.7;
}

a{
text-decoration:none;
color:inherit;
}

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

header{
background:#0d0d0d;
padding:20px 0;
position:sticky;
top:0;
z-index:999;
border-bottom:1px solid #1d1d1d;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-size:28px;
font-weight:bold;
color:#ff3b3b;
}

.menu{
display:flex;
gap:25px;
list-style:none;
}

.menu a{
color:#fff;
font-weight:600;
}

.hero{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:120px 20px;
background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.85)),url('https://images.unsplash.com/photo-1529101091764-c3526daf38fe?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
}

.hero h1{
font-size:70px;
margin-bottom:20px;
}

.hero p{
font-size:20px;
max-width:700px;
margin:auto;
color:#ccc;
}

.btn{
display:inline-block;
margin-top:35px;
padding:15px 32px;
background:#ff3131;
color:#fff;
border-radius:50px;
font-weight:bold;
}

.section{
padding:100px 0;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:45px;
margin-bottom:15px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.card{
background:#121212;
padding:35px;
border-radius:18px;
border:1px solid #222;
}

.card h3{
margin-bottom:15px;
font-size:26px;
}

footer{
background:#050505;
padding:50px 0;
text-align:center;
border-top:1px solid #222;
}

@media(max-width:768px){
.hero h1{
font-size:42px;
}

.navbar{
flex-direction:column;
gap:20px;
}

.menu{
flex-wrap:wrap;
justify-content:center;
}
}
