body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#061830;
color:white;
}

/* HEADER */

.header{
background:#0c2a4f;
padding:20px;
text-align:center;
}

.logo img{
height:80px;
}

.menu{
margin-top:10px;
}

.menu a{
color:white;
margin:10px;
text-decoration:none;
font-weight:bold;
}

/* HERO */

.hero{
background:url('../images/hero.jpg') center/cover no-repeat;
padding:160px 60px;
}

.hero-content{
max-width:600px;
}

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

.hero span{
color:#f5c542;
}

.hero p{
font-size:18px;
}

.verse{
font-weight:bold;
margin-top:10px;
}

.hero-buttons{
margin-top:20px;
}

/* BUTTONS */

button{
padding:12px 24px;
border:none;
border-radius:5px;
font-weight:bold;
cursor:pointer;
margin-right:10px;
}

.gold{
background:#f5c542;
}

.blue{
background:#204c86;
color:white;
}

/* ANGELS SECTION */

.angels-section{
background:#f2e4cf;
color:#222;
text-align:center;
padding:80px 20px;
}

.section-text{
max-width:800px;
margin:auto;
margin-bottom:40px;
}

.angel-cards{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.angel-card{
background:white;
width:300px;
padding:20px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.angel-card img{
width:100%;
border-radius:6px;
}

.angel-card h3{
color:#1c355e;
}

/* STUDY SECTION */

.study-section{
padding:80px 20px;
text-align:center;
background:#0b2345;
}

.study-grid{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:20px;
margin:40px 0;
}

.study-card{
background:white;
color:black;
width:160px;
border-radius:8px;
overflow:hidden;
}

.study-card img{
width:100%;
}

.study-card p{
padding:10px;
font-weight:bold;
}