/*
Theme Name: European Faith Forum Live v6
Author: ChatGPT
Version: 6.0
Description: Editable WordPress theme matching the provided Image 2 design, with real sections, images, icons, active header/footer menus, and logo thumbnail.
Text Domain: eff-live-v6
*/

:root{
  --blue:#063b86;
  --blue2:#0047a8;
  --dark:#042b63;
  --gold:#f7b500;
  --light:#f7f9fd;
  --text:#09285d;
  --muted:#526276;
  --border:#dfe6f2;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.45}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,94%);margin:0 auto}

/* Top bar */
.topbar{height:31px;background:var(--dark);color:#fff;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;height:31px}
.topbar-left,.topbar-right{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.topbar-right span{font-weight:700}

/* Header and active menu */
.site-header{background:#fff;border-bottom:1px solid #e6edf6;position:sticky;top:0;z-index:20}
.header-inner{min-height:105px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:285px}
.header-right{display:flex;align-items:center;gap:18px}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:20px}
.main-nav a{display:block;padding:42px 0 34px;border-bottom:4px solid transparent;text-transform:uppercase;font-size:14px;font-weight:800;color:#0b214f;white-space:nowrap}
.main-nav li.current-menu-item>a,.main-nav li.current_page_item>a,.main-nav a:hover{border-bottom-color:var(--blue);color:var(--blue)}
.search-box{background:var(--gold);color:#fff;width:40px;height:40px;border-radius:3px;display:grid;place-items:center;font-size:24px;font-weight:bold}

/* Hero */
.hero{
  position:relative;
  min-height:430px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.30) 58%,rgba(255,255,255,0) 100%),
    url('assets/images/hero-bg.jpg') right center/auto 100% no-repeat,
    linear-gradient(135deg,#e9f3ff,#ffffff 38%,#bcd8f5);
}
.hero:before{
  content:"";
  position:absolute;left:0;bottom:0;width:54%;height:120px;
  background:url('assets/images/hero-skyline.jpg') left bottom/cover no-repeat;
  opacity:.9;
}
.hero:after{
  content:"";position:absolute;left:0;right:0;bottom:-2px;height:78px;
  background:linear-gradient(172deg,#06469a 0 46%,#f7b500 47% 61%,#fff 62%);
  clip-path:polygon(0 37%,42% 67%,100% 20%,100% 100%,0 100%);
}
.hero-content{position:relative;z-index:2;padding:69px 0 110px;max-width:600px}
.hero h1{font-size:52px;line-height:1.08;margin:0;color:#08275c;letter-spacing:-1px}
.goldline{width:62px;height:5px;background:var(--gold);margin:20px 0}
.hero p{font-size:19px;margin:0 0 28px;color:#0b2c64;max-width:510px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:5px;padding:14px 21px;margin-right:15px;text-transform:uppercase;font-size:14px;font-weight:900}
.btn.blue{background:#053f91;color:#fff}
.btn.white{background:#fff;color:#08275c;border:1px solid #073b83}

/* Values icons */
.values{background:#fff;padding:27px 0 30px}
.values-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.value{display:flex;align-items:center;gap:14px;padding:0 18px;border-right:1px solid var(--border);min-height:72px}
.value:last-child{border-right:0}
.value-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px}
.value-icon svg{width:52px;height:52px;stroke:currentColor;fill:none;stroke-width:1.8}
.value h3{font-size:17px;margin:0 0 5px;color:#063b86}
.value p{font-size:12.5px;line-height:1.35;margin:0;color:#263c5f}

/* Faith section */
.faith-section{background:#f7f9fd;padding:36px 0 31px;border-top:1px solid #edf2f8}
.section-title{text-align:center;font-size:31px;line-height:1.1;margin:0 0 8px;color:#083576}
.section-sub{text-align:center;margin:0 0 28px;color:#415675;font-size:15px}
.faith-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:18px}
.faith-card{background:#fff;border:1px solid #e2e8f1;border-radius:8px;text-align:center;padding:22px 8px 18px;box-shadow:0 8px 22px rgba(0,0,0,.06);border-bottom:4px solid var(--accent)}
.faith-symbol{font-size:52px;line-height:1;margin-bottom:12px;color:var(--accent)}
.faith-card h3{margin:0 0 7px;font-size:16px;color:#071d46}
.faith-card a{font-size:12.5px;color:#0643a0;font-weight:800}

/* Middle panels */
.panels-section{background:#fff;padding:32px 0 20px}
.panels{display:grid;grid-template-columns:1.04fr 1.04fr .98fr;gap:22px}
.panel{background:#fff;border:1px solid #e3e9f2;border-radius:8px;box-shadow:0 8px 22px rgba(0,0,0,.06);overflow:hidden}
.panel-pad{padding:20px}
.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.panel h2{margin:0;color:#063b86;font-size:24px}
.panel h2:after{content:"";display:inline-block;width:34px;height:3px;background:var(--gold);margin-left:12px;vertical-align:middle}
.view{font-size:12.5px;color:#0643a0;font-weight:800}
.event-feature{display:grid;grid-template-columns:82px 1fr;gap:12px;margin-bottom:18px}
.event-img{height:122px;object-fit:cover;border-radius:5px;width:100%}
.date-big{background:#0643a0;color:#fff;border-radius:4px;text-align:center;padding:10px 4px;height:84px;margin-top:40px}
.date-big strong{display:block;font-size:38px;line-height:1}
.date-big span{font-weight:800}
.event-copy h3{font-size:17px;color:#063b86;margin:11px 0 7px}
.meta{font-size:12.5px;color:#374d6d;margin:0}
.event-small{display:grid;grid-template-columns:70px 1fr;gap:12px;border-top:1px solid #e5ebf4;padding:14px 0}
.date-small{background:#f3f6fb;border:1px solid #e0e7f1;border-radius:5px;color:#0643a0;text-align:center;padding:7px 0;font-weight:800}
.date-small strong{display:block;font-size:25px;line-height:1}
.event-small h3{font-size:15px;line-height:1.25;margin:0 0 5px;color:#063b86}
.news-item{display:grid;grid-template-columns:145px 1fr;gap:14px;padding:0 0 14px;margin-bottom:14px;border-bottom:1px solid #e5ebf4}
.news-item:last-child{border-bottom:0;margin-bottom:0}
.news-item img{width:145px;height:86px;object-fit:cover;border-radius:5px}
.news-item h3{font-size:16px;line-height:1.25;margin:0 0 8px;color:#063b86}
.news-item p{margin:0;font-size:12.5px;color:#56677f}
.about-panel{display:flex;flex-direction:column;min-height:100%}
.about-panel .panel-pad{padding:23px 25px 10px}
.about-panel p{font-size:15px;color:#233e66;margin-bottom:18px}
.about-img{height:265px;background:url('assets/images/about-globe.jpg') center/cover no-repeat;margin-top:auto}

/* Newsletter */
.newsletter{background:linear-gradient(90deg,#0643a0,#052b63);color:#fff;padding:32px 0}
.newsletter-inner{display:grid;grid-template-columns:1.35fr 1.85fr;gap:30px;align-items:center}
.mailrow{display:flex;align-items:center;gap:24px}
.mailicon{width:78px;height:78px;border:2px solid rgba(255,255,255,.8);border-radius:50%;display:grid;place-items:center;font-size:38px}
.newsletter h2{margin:0 0 5px;font-size:25px}
.newsletter p{margin:0;color:#e5eefc}
.newsletter form{display:flex}
.newsletter input{flex:1;border:0;border-radius:5px 0 0 5px;padding:16px;font-size:15px}
.newsletter button{border:0;border-radius:0 5px 5px 0;background:var(--gold);color:#09265a;padding:0 35px;font-weight:900}

/* Footer with active links */
.site-footer{background:#fff}
.footer-main{display:grid;grid-template-columns:1.45fr .95fr .95fr 1.2fr 1fr;gap:25px;padding:37px 0 33px;border-top:1px solid #e7edf5}
.footer-logo{width:245px;margin-bottom:12px}
.footer-main h3{color:#063b86;font-size:16px;margin:0 0 10px}
.footer-main p,.footer-main li{font-size:13.5px;color:#314763;margin:4px 0}
.footer-main ul{margin:0;padding:0;list-style:none}
.footer-main a{color:#314763}
.footer-main a:hover{color:#063b86;text-decoration:underline}
.footer-social a{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid #dbe4ef;border-radius:50%;color:#0643a0;font-weight:800;margin-right:5px}
.footer-bottom{background:#042b63;color:#fff;font-size:13px;padding:13px 0}
.footer-bottom .container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-bottom a{color:#fff}

/* Pages */
.page-banner{background:linear-gradient(90deg,#042b63,#063b86);color:#fff;padding:58px 0}
.page-banner h1{font-size:42px;margin:0}
.content{padding:55px 0}
.content h2{color:#063b86}

@media(max-width:1100px){
  .header-inner{height:auto;align-items:flex-start;flex-direction:column;padding:17px 0}
  .header-right{align-items:flex-start;flex-direction:column}
  .main-nav a{padding:8px 0}
  .main-nav ul{gap:14px}
  .faith-grid{grid-template-columns:repeat(4,1fr)}
  .values-grid,.panels,.newsletter-inner,.footer-main{grid-template-columns:1fr}
  .value{border-right:0;border-bottom:1px solid var(--border);padding:14px 0}
}
@media(max-width:760px){
  .logo img{width:230px}
  .hero h1{font-size:38px}
  .hero-content{padding:52px 0 100px}
  .faith-grid{grid-template-columns:repeat(2,1fr)}
  .event-feature,.news-item{grid-template-columns:1fr}
  .date-big{margin-top:0}
  .news-item img{width:100%;height:150px}
  .newsletter form{flex-direction:column;gap:10px}
  .newsletter input,.newsletter button{border-radius:5px;padding:15px}
}
