/* =========================================
HERO SECTION
========================================= */

.hero{

height:100vh;

min-height:850px;

display:flex;

align-items:center;

position:relative;

background:
linear-gradient(
rgba(20,58,82,.70),
rgba(20,58,82,.70)
),
url('../images/church.png');

background-size:cover;

background-position:center center;

overflow:hidden;

}

.hero::before{

content:"";

position:absolute;

width:700px;
height:700px;

border-radius:50%;

background:
rgba(212,160,23,.08);

top:-250px;
right:-250px;

filter:blur(100px);

}

.hero-content{

position:relative;

z-index:2;

max-width:700px;

}

.hero-subtitle{

display:inline-block;

color:var(--gold);

font-weight:700;

letter-spacing:4px;

text-transform:uppercase;

margin-bottom:20px;

}

.hero h1{

color:white;

font-size:5.5rem;

margin-bottom:25px;

line-height:1.05;

}

.hero p{

color:#E2E8F0;

font-size:1.15rem;

max-width:650px;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}


/* =========================================
FLOATING IMPACT CARD
========================================= */

.hero-impact{

position:absolute;

bottom:80px;

right:80px;

background:
rgba(255,255,255,.12);

backdrop-filter:blur(15px);

padding:30px;

border-radius:25px;

width:260px;

z-index:2;

border:
1px solid rgba(255,255,255,.15);

}

.hero-impact h3{

color:white;

font-size:2.5rem;

margin-bottom:10px;

}

.hero-impact p{

color:#CBD5E0;

}


/* =========================================
SCROLL INDICATOR
========================================= */

.scroll-indicator{

position:absolute;

bottom:25px;

left:50%;

transform:translateX(-50%);

color:white;

letter-spacing:2px;

font-size:.85rem;

opacity:.8;

}


/* =========================================
MISSION SECTION
========================================= */

.mission{

background:var(--white);

}

.mission-content{

max-width:950px;

margin:auto;

text-align:center;

}

.mission h2{

margin-bottom:30px;

}

.mission p{

font-size:1.3rem;

line-height:2;

color:var(--text);

}


/* =========================================
IMPACT SECTION
========================================= */

.impact{

background:var(--primary);

}

.impact .section-title h2{

color:white;

}

.impact-grid{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:30px;

}

.impact-card{

background:
rgba(255,255,255,.05);

padding:45px;

border-radius:25px;

text-align:center;

transition:.4s;

}

.impact-card:hover{

transform:translateY(-10px);

background:
rgba(255,255,255,.08);

}

.impact-card h3{

font-size:4rem;

color:var(--gold);

margin-bottom:10px;

}

.impact-card p{

color:#CBD5E0;

}
/* =========================================
MINISTRY AREAS
========================================= */

.ministry{

background:var(--light);

}

.ministry-grid{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:25px;

}

.ministry-card{

position:relative;

height:420px;

border-radius:25px;

overflow:hidden;

cursor:pointer;

}

.ministry-card img{

height:100%;

object-fit:cover;

transition:.8s;

}

.ministry-card:hover img{

transform:scale(1.1);

}

.ministry-overlay{

position:absolute;

inset:0;

background:
linear-gradient(
transparent,
rgba(0,0,0,.75)
);

display:flex;

align-items:flex-end;

padding:30px;

}

.ministry-overlay h3{

color:white;

font-size:1.6rem;

}


/* =========================================
FOUNDER SECTION
========================================= */

.founder{

background:white;

}

.founder-grid{

display:grid;

grid-template-columns:
1fr 1fr;

gap:70px;

align-items:center;

}

.founder-image img{

border-radius:25px;

box-shadow:
var(--shadow-lg);

}

.quote-box{

background:var(--light);

padding:30px;

border-left:
5px solid var(--gold);

margin-bottom:30px;

}

.quote-box p{

font-style:italic;

font-size:1.1rem;

color:var(--text);

}

.founder-content h2{

margin-bottom:20px;

}

.founder-content p{

margin-bottom:20px;

}
/* =========================================
GLOBAL MISSIONS
========================================= */

.missions{

background:var(--light);

}

.country-grid{

display:flex;

flex-wrap:wrap;

justify-content:center;

gap:20px;

}
.country-card{

background:white;

padding:25px;

text-align:center;

border-radius:20px;

box-shadow:var(--shadow);

font-weight:600;

width:calc(25% - 20px);

}
.country-card{

transition:.3s;

}

.country-card:hover{

transform:translateY(-8px);

border-bottom:4px solid #d4a017;

}
@media(max-width:991px){

.country-card{

width:calc(50% - 20px);

}

}

@media(max-width:768px){

.country-card{

width:100%;

}

}


/* =========================================
FEATURED MESSAGE
========================================= */

.featured-message{

background:white;

}

.video-wrapper{

border-radius:25px;

overflow:hidden;

box-shadow:
var(--shadow-lg);

}

.video-wrapper iframe{

width:100%;

height:650px;

border:none;

}


/* =========================================
GALLERY
========================================= */

.gallery{

background:var(--light);

}

.masonry{

columns:3;

column-gap:20px;

}

.masonry img{

margin-bottom:20px;

border-radius:20px;

width:100%;

}
/* =========================================
PRAYER
========================================= */

.prayer{

background:
linear-gradient(
rgba(0,0,0,.75),
rgba(0,0,0,.75)
),
url('../images/prayer-bg.jpg');

background-size:cover;

background-position:center;

text-align:center;

}

.prayer h2{

color:white;

font-size:4rem;

margin-bottom:20px;

}

.prayer p{

color:#CBD5E0;

max-width:700px;

margin:auto;

margin-bottom:30px;

}


/* =========================================
PARTNER SECTION
========================================= */

.partner{

background:white;

}

.partner-grid{

display:grid;

grid-template-columns:
1fr 1fr;

gap:60px;

align-items:center;

}

.partner-image img{

border-radius:25px;

}

.partner-content h2{

margin-bottom:20px;

}


/* =========================================
NEWSLETTER
========================================= */

.newsletter{

background:var(--primary);

}

.newsletter-card{

max-width:850px;

margin:auto;

padding:60px;

border-radius:30px;

background:
rgba(255,255,255,.08);

backdrop-filter:blur(12px);

text-align:center;

}

.newsletter-card h2{

color:white;

margin-bottom:15px;

}

.newsletter-card p{

color:#CBD5E0;

margin-bottom:30px;

}

.newsletter-form{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

}

.newsletter-form input{

width:400px;

padding:18px 20px;

border:none;

border-radius:50px;

outline:none;

}

.newsletter-form button{

border:none;

cursor:pointer;

}
@media(max-width:991px){

.hero h1{
font-size:4rem;
}

.impact-grid,
.ministry-grid,
.country-grid{
grid-template-columns:1fr 1fr;
}

.founder-grid,
.partner-grid{
grid-template-columns:1fr;
}

.video-wrapper iframe{
height:450px;
}

}

@media(max-width:768px){

.hero{
text-align:center;
}

.hero h1{
font-size:3rem;
}

.hero-impact{
display:none;
}

.impact-grid,
.ministry-grid,
.country-grid{
grid-template-columns:1fr;
}

.masonry{
columns:1;
}

.video-wrapper iframe{
height:250px;
}

.prayer h2{
font-size:2.5rem;
}

.newsletter-card{
padding:40px 25px;
}

.newsletter-form input{
width:100%;
}


/* =========================================
PAGE LOAD ANIMATION
========================================= */

body{

opacity:0;

transition:opacity .8s ease;

}

body.loaded{

opacity:1;

}


/* =========================================
MINISTRY CARD EFFECT
========================================= */

.ministry-card{

transition:
transform .4s ease;

}


/* =========================================
COUNTER GLOW
========================================= */

.impact-card h3{

text-shadow:
0 0 20px
rgba(212,160,23,.3);

}


/* =========================================
VIDEO HOVER
========================================= */

.video-wrapper{

transition:.4s;

}

.video-wrapper:hover{

transform:
translateY(-8px);

}
}