/* =====================================================
   BASIC
===================================================== */
*{ margin:0; padding:0; box-sizing:border-box; scroll-behavior:smooth; }
html{ scroll-padding-top:80px; }
body{ font-family:Arial,Helvetica,sans-serif; color:#172033; background:#f5f8fc; line-height:1.6; overflow-x:hidden; }
a{ text-decoration:none; }
.container{ width:min(1120px,92%); margin:auto; }

/* =====================================================
   COLORS
===================================================== */
:root{
    --navy:#071b3a; --blue:#123f78; --blue2:#1d5da8;
    --gold:#e3b63f; --gold2:#f5d77a; --white:#ffffff;
    --light:#f5f8fc; --text:#172033; --muted:#667085; --border:#e3e8ef;
    --green:#25d366; --blood-red:#7a0010; --blood-bright:#b3001a; --blood-dark:#240003;
}

/* =====================================================
   HEADER
===================================================== */
header{ position:sticky; top:0; z-index:1000; background:rgba(36,0,3,.97); backdrop-filter:blur(10px); box-shadow:0 3px 20px rgba(0,0,0,.3); }
.nav{ min-height:72px; display:flex; align-items:center; justify-content:space-between; }
.brand{ display:flex; align-items:center; gap:12px; color:white; font-size:18px; font-weight:bold; }
.logo{ width:46px; height:46px; border-radius:50%; background:linear-gradient(135deg,var(--gold),var(--gold2)); display:flex; align-items:center; justify-content:center; color:var(--blood-dark); font-weight:900; box-shadow:0 0 15px rgba(227,182,63,.4); }
.nav-links{ display:flex; gap:20px; }
.nav-links a{ color:white; font-size:14px; font-weight:bold; transition:.2s; }
.nav-links a:hover{ color:var(--gold2); }
.menu{ display:none; color:white; background:none; border:1px solid rgba(255,255,255,.4); border-radius:7px; padding:7px 10px; font-size:20px; cursor:pointer; }

/* =====================================================
   HERO
===================================================== */
.hero{ min-height:680px; display:flex; align-items:center; color:white; position:relative; overflow:hidden; background:radial-gradient(circle at 50% 25%,rgba(179,0,26,.48) 0%,transparent 48%),radial-gradient(circle at 85% 80%,rgba(227,182,63,.14) 0%,transparent 35%),linear-gradient(135deg,#120006 0%,#350009 45%,#090001 100%); }
.hero::before{ content:"✝"; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:620px; line-height:1; color:rgba(255,255,255,.025); font-family:Georgia,serif; pointer-events:none; z-index:0; }
.hero::after{ content:""; position:absolute; inset:0; background:radial-gradient(ellipse at center,transparent 20%,rgba(0,0,0,.38) 100%); pointer-events:none; z-index:1; }
.hero-content{ position:relative; z-index:2; max-width:850px; }
.eyebrow{ color:var(--gold2); text-transform:uppercase; letter-spacing:2px; font-size:13px; font-weight:bold; background:rgba(227,182,63,.12); padding:7px 15px; border-radius:20px; display:inline-block; border:1px solid rgba(227,182,63,.35); margin-bottom:12px; }
.hero h1{ font-size:clamp(42px,7vw,72px); line-height:1.05; margin:10px 0 18px; color:white; text-shadow:0 3px 20px rgba(0,0,0,.9); }
.hero h1 span{ color:var(--gold2); }
.hero p{ font-size:21px; max-width:800px; color:white; margin-bottom:8px; text-shadow:0 2px 8px rgba(0,0,0,.9); }
.hero-verse{ color:var(--gold2); font-size:15px; margin-bottom:20px; font-weight:bold; }
.hero-description{ font-size:17px !important; max-width:720px; color:#f8e9ec !important; line-height:1.7; margin-bottom:20px !important; }

/* =====================================================
   BUTTONS
===================================================== */
.buttons{ margin-top:5px; display:flex; flex-wrap:wrap; gap:12px; }
.btn{ display:inline-flex; align-items:center; justify-content:center; padding:13px 23px; border-radius:30px; font-weight:bold; transition:.2s; box-shadow:0 4px 15px rgba(0,0,0,.3); }
.btn:hover{ transform:translateY(-3px); }
.btn-gold{ background:var(--gold); color:#111; }
.btn-white{ background:white; color:var(--blood-dark); }
.btn-green{ background:var(--green); color:white; }

/* =====================================================
   GENERAL SECTIONS
===================================================== */
section{ padding:80px 0; }
.section-title{ text-align:center; margin-bottom:45px; }
.section-title h2{ color:var(--navy); font-size:38px; margin:8px 0; }
.section-title p{ color:var(--muted); max-width:720px; margin:auto; }

/* =====================================================
   ABOUT
===================================================== */
.about{ background:white; }
.about-grid{ display:grid; grid-template-columns:1fr 1fr; gap:45px; align-items:center; }
.about-content p{ margin-bottom:18px; }
.about-box{ background:linear-gradient(135deg,var(--blood-dark),var(--blood-red)); color:white; padding:38px; border-radius:22px; box-shadow:0 10px 30px rgba(122,0,16,.25); }
.about-box h3{ color:var(--gold2); font-size:28px; margin-bottom:15px; }
.about-box p{ color:#f7e8eb; margin-bottom:15px; }
.check-list{ list-style:none; }
.check-list li{ margin:13px 0; }
.check-list li::before{ content:"✓"; color:var(--gold); font-weight:bold; margin-right:10px; }

/* =====================================================
   LEADERSHIP
===================================================== */
.leadership{ background:#f5f8fc; text-align:center; }
.leadership-card{ background:linear-gradient(135deg,#fff8df,#ffffff); border:1px solid #f0dfaa; padding:40px; border-radius:20px; max-width:700px; margin:auto; box-shadow:0 10px 30px rgba(227,182,63,.15); }
.leadership-img-container{ width:100%; max-height:450px; overflow:hidden; border-radius:14px; margin-bottom:25px; box-shadow:0 5px 20px rgba(0,0,0,.1); }
.leadership-img-container img{ width:100%; height:auto; display:block; object-fit:cover; }
.leadership-card h3{ color:var(--navy); font-size:26px; margin-bottom:10px; }
.leadership-card p{ color:var(--muted); font-size:16px; }

/* =====================================================
   MINISTRIES
===================================================== */
.cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.card{ background:white; padding:30px 24px; border-radius:17px; border:1px solid var(--border); box-shadow:0 8px 28px rgba(7,27,58,.07); text-align:center; transition:.25s; }
.card:hover{ transform:translateY(-5px); box-shadow:0 12px 35px rgba(122,0,16,.15); }
.icon{ font-size:42px; margin-bottom:12px; }
.card h3{ color:var(--navy); margin-bottom:10px; }
.card p{ color:var(--muted); }

/* =====================================================
   VISION
===================================================== */
.vision{ position:relative; color:white; text-align:center; background:radial-gradient(circle at 50% 20%,rgba(194,94,38,.25) 0%,transparent 55%),linear-gradient(180deg,#241005 0%,#0d0501 100%); overflow:hidden; }
.vision::before{ content:"✝"; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:520px; color:rgba(255,255,255,.025); font-family:Georgia,serif; pointer-events:none; }
.vision .container{ position:relative; z-index:2; }
.vision .section-title h2{ color:white; }
.vision blockquote{ max-width:850px; margin:auto; font-size:26px; font-style:italic; color:white; text-shadow:0 2px 10px rgba(0,0,0,.8); }
.vision cite{ display:block; color:#ffdf91; margin-top:15px; font-style:normal; font-weight:bold; }
.vision p{ color:#fceee3; max-width:800px; margin:auto; }

/* =====================================================
   DONATION
===================================================== */
.donation{ background:#fff8df; }
.donation-grid{ display:grid; grid-template-columns:.8fr 1.2fr; gap:30px; align-items:start; }
.donation-intro h2{ color:var(--navy); font-size:42px; line-height:1.15; margin-bottom:18px; }
.donation-intro p{ color:var(--muted); margin-bottom:15px; }
.donation-card{ background:white; padding:30px; border-radius:20px; box-shadow:0 10px 30px rgba(0,0,0,.08); }
.donation-card h3{ color:var(--navy); margin-bottom:20px; }
.bank-row{ padding:13px 0; border-bottom:1px solid var(--border); }
.bank-row:last-child{ border-bottom:0; }
.bank-label{ display:block; color:var(--muted); font-size:12px; text-transform:uppercase; font-weight:bold; }
.bank-value{ font-size:17px; font-weight:bold; }
.account-number{ display:flex; justify-content:space-between; align-items:center; gap:10px; }
.copy-btn{ border:0; background:#edf3f9; color:var(--navy); padding:7px 12px; border-radius:7px; cursor:pointer; font-weight:bold; }
.notice{ background:#fff7d7; border-left:4px solid var(--gold); padding:15px; border-radius:8px; margin-top:20px; color:#5f4b08; }

/* =====================================================
   SOCIAL MEDIA
===================================================== */
.social{ background:white; }
.social-layout{ display:grid; grid-template-columns:1.2fr 1fr; gap:50px; align-items:center; }
.social-buttons{ display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.social-btn{ display:flex; align-items:center; justify-content:center; min-height:60px; padding:16px; border-radius:14px; color:white; font-weight:bold; text-align:center; transition:.2s; box-shadow:0 4px 15px rgba(0,0,0,.1); }
.social-btn:hover{ transform:translateY(-3px); box-shadow:0 8px 20px rgba(0,0,0,.15); }
.facebook{ background:#1877f2; }
.instagram{ background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); }
.threads{ background:#000000; }
.youtube{ background:#ff0000; }
.social-intro h3{ color:var(--navy); font-size:30px; margin-bottom:12px; }
.social-intro p{ color:var(--muted); font-size:17px; line-height:1.7; max-width:450px; }

/* =====================================================
   CONTACT
===================================================== */
.contact{ background:#eef4fb; }
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:25px; }
.contact-card{ background:white; padding:30px; border-radius:17px; border:1px solid var(--border); box-shadow:0 5px 20px rgba(0,0,0,.05); }
.contact-card h3{ color:var(--navy); margin-bottom:15px; }
.contact-item{ margin:15px 0; }
.contact-item strong{ display:block; color:var(--navy); }
.contact-item a{ color:var(--blue2); }

/* =====================================================
   FOOTER
===================================================== */
footer{ background:#150002; color:#d5b9bd; padding:50px 0 20px; }
.footer-grid{ display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:35px; }
footer h3{ color:white; margin-bottom:15px; }
footer a{ color:#e3c8cd; display:block; margin:7px 0; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); margin-top:35px; padding-top:20px; text-align:center; font-size:13px; }

/* =====================================================
   WHATSAPP
===================================================== */
.floating-whatsapp{ position:fixed; right:20px; bottom:20px; width:58px; height:58px; border-radius:50%; background:#25d366; color:white; display:flex; align-items:center; justify-content:center; font-size:28px; box-shadow:0 7px 25px rgba(0,0,0,.25); z-index:999; transition:.2s; }
.floating-whatsapp:hover{ transform:scale(1.1); }

/* =====================================================
   MOBILE
===================================================== */
@media(max-width:850px){
    .nav-links{ display:none; position:absolute; left:0; right:0; top:72px; background:var(--blood-dark); flex-direction:column; padding:20px; box-shadow:0 10px 20px rgba(0,0,0,.3); }
    .nav-links.active{ display:flex; }
    .menu{ display:block; }
    .about-grid, .donation-grid, .contact-grid, .footer-grid{ grid-template-columns:1fr; }
    .cards{ grid-template-columns:1fr 1fr; }
    .social-layout{ grid-template-columns:1fr; gap:30px; }
}

@media(max-width:550px){
    section{ padding:60px 0; }
    .hero{ min-height:620px; padding:60px 0; }
    .hero h1{ font-size:43px; }
    .hero p{ font-size:18px; }
    .hero-description{ font-size:16px !important; }
    .hero::before{ font-size:400px; }
    .buttons{ justify-content:center; }
    .cards{ grid-template-columns:1fr; }
    .social-buttons{ grid-template-columns:1fr; }
    .donation-intro h2{ font-size:34px; }
    .about-box, .donation-card{ padding:25px; }
    .leadership-card{ padding:25px; }
}

@media(max-width:400px){
    .brand span{ font-size:14px; }
    .logo{ width:40px; height:40px; font-size:13px; }
    .hero h1{ font-size:36px; }
}
