/*
Theme Name: Biblia Zilei Modern
Theme URI: https://bibliazilei.ro
Author: Biblia Zilei
Description: Tema moderna WordPress pentru BibliaZilei.ro
Version: 3.0
Text Domain: bibliazilei
*/

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

body{
font-family:Arial,sans-serif;
background:#f6f1e7;
color:#222;
line-height:1.6;
}

.site-header{
background:white;
padding:20px 40px;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 2px 10px rgba(0,0,0,0.06);
position:sticky;
top:0;
z-index:999;
}

.logo{
font-size:30px;
font-weight:bold;
color:#111;
text-decoration:none;
}

.nav a{
margin-left:20px;
text-decoration:none;
color:#444;
font-weight:600;
}

.hero{
padding:100px 20px;
text-align:center;
}

.hero-card{
background:white;
max-width:1000px;
margin:auto;
padding:80px 50px;
border-radius:30px;
box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

.cross{
font-size:60px;
margin-bottom:20px;
}

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

.subtitle{
font-size:24px;
color:#666;
max-width:800px;
margin:0 auto 35px;
}

.badge{
display:inline-block;
padding:15px 30px;
background:#d4af37;
border-radius:50px;
font-weight:bold;
margin-bottom:40px;
}

.description{
font-size:19px;
color:#666;
max-width:750px;
margin:auto;
}

.section{
padding:80px 20px;
}

.section-title{
text-align:center;
font-size:42px;
margin-bottom:50px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
max-width:1200px;
margin:auto;
}

.card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,0.07);
}

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

.site-footer{
background:#111;
color:white;
text-align:center;
padding:30px;
margin-top:60px;
}

@media(max-width:768px){

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

.subtitle{
font-size:20px;
}

.site-header{
padding:20px;
flex-direction:column;
gap:15px;
}

}
