:root{
  --caf-green:#127306;
  --caf-green-dark:#064403;
  --caf-gold:#daa127;
  --caf-text:#102510;
  --caf-muted:#5b6b5a;
  --caf-bg:#f7faf5;
  --white:#fff;
  --line:#e2eadf;
  --shadow:0 20px 55px rgba(4,58,7,.15);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--caf-text);background:var(--caf-bg)}
a{text-decoration:none;color:inherit}

.topbar{
  height:34px;background:var(--caf-green-dark);color:white;display:flex;justify-content:center;
  align-items:center;gap:34px;font-size:13px
}
.navbar{
  height:104px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);display:flex;
  align-items:center;justify-content:space-between;padding:0 5.5vw;border-bottom:1px solid var(--line);
  position:sticky;top:0;z-index:999;box-shadow:0 10px 30px rgba(0,0,0,.05)
}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{
  width:64px;height:64px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--caf-green),var(--caf-gold));color:white;font-weight:900;font-size:22px
}
.brand strong{display:block;color:var(--caf-green-dark);font-size:21px;text-transform:uppercase;line-height:1.05}
.brand small{display:block;color:var(--caf-gold);font-weight:800;font-style:italic;margin-top:4px}
.navlinks{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:900;text-transform:uppercase}
.navlinks a:hover{color:var(--caf-green)}
.menu-btn{display:none}

.caf-hero{
  height:560px;position:relative;overflow:hidden;background:
  linear-gradient(90deg,rgba(2,65,13,.98) 0%,rgba(2,65,13,.82) 34%,rgba(2,65,13,.08) 72%),
  url('/static/img/caf-hero.jpg');background-size:cover;background-position:center
}
.caf-hero-content{position:relative;z-index:2;max-width:660px;padding:90px 0 0 6vw;color:white}
.hero-kicker{text-transform:uppercase;color:var(--caf-gold);letter-spacing:.14em;font-weight:900;font-size:13px}
.caf-hero h1{margin:8px 0 20px;font-size:58px;line-height:1.02;letter-spacing:-1.6px}
.caf-hero h1 span{color:var(--caf-gold)}
.caf-hero p{font-size:20px;line-height:1.6;margin:0 0 28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:12px;border-radius:7px;padding:14px 24px;text-transform:uppercase;font-size:13px;font-weight:900}
.btn-gold{background:var(--caf-gold);color:white}
.btn-green{background:var(--caf-green-dark);color:white}
.btn-outline{border:1px solid rgba(255,255,255,.55);color:white}
.btn.small{padding:12px 18px;font-size:12px}
.slider-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);border:0;background:transparent;color:white;font-size:62px;cursor:pointer}
.slider-arrow.left{left:22px}.slider-arrow.right{right:22px}
.slider-dots{position:absolute;left:50%;bottom:55px;transform:translateX(-50%);display:flex;gap:10px;z-index:4}
.slider-dots button{width:15px;height:15px;border-radius:50%;border:2px solid white;background:white}
.slider-dots button.active{background:var(--caf-gold);border-color:var(--caf-gold)}

.quick-links{
  width:90%;margin:-44px auto 48px;position:relative;z-index:10;background:white;border-radius:18px;
  box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden
}
.quick-link{
  min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;
  padding:18px;border-right:1px solid var(--line);transition:.22s ease
}
.quick-link:hover{background:#f2fbef;transform:translateY(-3px)}
.quick-link:last-child{border-right:0}
.quick-icon{
  width:54px;height:54px;border:2px solid var(--caf-gold);border-radius:50%;display:grid;place-items:center;
  color:var(--caf-green);font-size:24px
}
.quick-link strong{font-size:14px;line-height:1.25}
.quick-link small{font-size:12px;color:var(--caf-muted)}

.about-section{
  padding:0 5.5vw 34px;display:grid;grid-template-columns:1fr 1.08fr;gap:70px;align-items:center
}
.about-copy h2,.news-section h2,.premium-section h2{
  color:var(--caf-green-dark);font-size:38px;margin:0 0 24px;position:relative
}
.about-copy h2:after,.news-section h2:after{
  content:"";position:absolute;left:0;bottom:-10px;width:58px;height:3px;background:var(--caf-gold)
}
.about-copy p{font-size:17px;line-height:1.78;color:#293629}
.about-image-card{border-radius:14px;overflow:hidden;box-shadow:var(--shadow);background:white;padding:10px}
.about-image-card img{width:100%;height:330px;object-fit:cover;border-radius:10px;display:block}

.impact-strip{
  width:90%;margin:28px auto 54px;background:white;border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.07);
  display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden
}
.impact-strip article{padding:30px;border-right:1px solid var(--line)}
.impact-strip article:last-child{border-right:0}
.impact-strip span{display:block;color:var(--caf-green-dark);font-size:36px;font-weight:900;line-height:1}
.impact-strip strong{display:block;margin-top:8px;font-size:16px}
.impact-strip small{display:block;color:var(--caf-gold);font-weight:900;margin-top:10px}

.premium-section{
  width:90%;margin:0 auto 58px;border-radius:22px;background:linear-gradient(135deg,var(--caf-green-dark),var(--caf-green));
  color:white;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:40px;box-shadow:var(--shadow)
}
.premium-section h2{color:white}
.premium-section p{max-width:840px;line-height:1.7;font-size:17px;color:#eef9ec}

.news-section{padding:0 5.5vw 70px}
.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.news-card{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.07)}
.news-card img{width:100%;height:210px;object-fit:cover;display:block;background:#e8eee5}
.news-card div{padding:20px}
.news-card small{color:var(--caf-gold);font-weight:800}
.news-card h3{color:var(--caf-green-dark);font-size:20px;line-height:1.25;margin:12px 0 10px}
.news-card p{color:#334333;line-height:1.6;margin:0 0 16px}
.news-card a{color:var(--caf-green-dark);font-weight:900;text-transform:uppercase;font-size:13px}

.footer{background:linear-gradient(90deg,#063b05,#0b6408);color:white;padding:50px 5.5vw 0}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1.2fr 1.1fr;gap:42px}
.footer h3,.footer h4{margin-top:0;text-transform:uppercase}
.footer p,.footer a{color:#edf8ea;line-height:1.65;font-size:14px}
.footer a{display:block;margin:8px 0}
.newsletter{display:flex;flex-direction:column;gap:10px}
.newsletter input{border:0;border-radius:5px;padding:14px 16px}
.newsletter button{border:0;border-radius:5px;padding:14px 16px;background:var(--caf-gold);color:white;font-weight:900}
.copyright{margin-top:34px;background:var(--caf-gold);color:#2b2100;padding:14px 5.5vw;margin-left:-5.5vw;margin-right:-5.5vw;font-size:13px}

@media(max-width:1050px){
  .topbar{display:none}
  .menu-btn{display:inline-flex;border:1px solid var(--line);background:white;border-radius:8px;padding:10px 14px;font-weight:900}
  .navlinks{display:none;position:absolute;top:104px;left:5vw;right:5vw;background:white;border:1px solid var(--line);border-radius:16px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}
  .navlinks.open{display:flex}
  .quick-links,.impact-strip,.about-section,.news-grid,.footer-grid{grid-template-columns:1fr}
  .quick-link,.impact-strip article{border-right:0;border-bottom:1px solid var(--line)}
  .about-section{gap:26px}
  .premium-section{flex-direction:column;align-items:flex-start}
  .caf-hero h1{font-size:39px}
  .caf-hero-content{padding-right:28px}
}

/* ================================
   CAF FINAL RESPONSIVE POLISH
   ================================ */

header{
  position:sticky;
  top:0;
  z-index:2000;
}

.topbar{
  position:sticky;
  top:0;
  z-index:2001;
}

.navbar{
  position:sticky;
  top:34px;
  z-index:2002;
}

.quick-links,
.impact-strip{
  background:
    linear-gradient(180deg,#ffffff 0%,#fbfdf9 100%);
  border:1px solid rgba(18,115,6,.08);
}

.impact-strip{
  gap:0;
  padding:14px;
}

.impact-strip article{
  position:relative;
  min-height:138px;
  padding:26px 28px 24px 92px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 15% 20%,rgba(218,161,39,.12),transparent 28%),
    linear-gradient(180deg,#fff,#fbfdf9);
}





.impact-strip span{
  font-size:34px;
}

.premium-section{
  position:relative;
  overflow:hidden;
  min-height:220px;
  padding:48px 56px;
  background:
    radial-gradient(circle at 92% 20%,rgba(218,161,39,.35),transparent 24%),
    linear-gradient(135deg,#064403 0%,#127306 100%);
}

.premium-section:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  pointer-events:none;
}

.premium-section:after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}

.premium-section > *{
  position:relative;
  z-index:2;
}

.premium-section h2{
  font-size:42px;
  margin-bottom:18px;
}

.premium-section p{
  font-size:19px;
}

.premium-section .btn{
  min-width:210px;
  min-height:70px;
  justify-content:space-between;
  border-radius:10px;
}

/* Make the top quick links visually premium like the approved design */
.quick-link{
  position:relative;
  isolation:isolate;
}

.quick-link:before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(18,115,6,.05),rgba(218,161,39,.05));
  opacity:0;
  transition:.2s ease;
  z-index:-1;
}

.quick-link:hover:before{
  opacity:1;
}

.quick-icon{
  background:white;
  box-shadow:0 8px 22px rgba(18,115,6,.08);
}

/* Better tablet behaviour */
@media(max-width:1200px){
  .quick-links{
    grid-template-columns:repeat(3,1fr);
  }

  .quick-link:nth-child(3){
    border-right:0;
  }

  .quick-link:nth-child(n+4){
    border-top:1px solid var(--line);
  }

  .impact-strip{
    grid-template-columns:repeat(2,1fr);
  }

  .impact-strip article:nth-child(2){
    border-right:0;
  }

  .impact-strip article:nth-child(n+3){
    border-top:1px solid var(--line);
  }

  .news-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile polish */
@media(max-width:760px){
  body{
    overflow-x:hidden;
  }

  header,
  .topbar,
  .navbar{
    position:sticky;
  }

  .topbar{
    top:0;
    height:auto;
    padding:8px 16px;
    display:flex;
    flex-direction:column;
    gap:4px;
    text-align:center;
    font-size:12px;
  }

  .navbar{
    top:0;
    height:78px;
    padding:0 16px;
  }

  .brand-mark{
    width:48px;
    height:48px;
    font-size:16px;
  }

  .brand strong{
    font-size:14px;
  }

  .brand small{
    font-size:11px;
  }

  .navlinks{
    top:78px;
    left:16px;
    right:16px;
  }

  .caf-hero{
    height:540px;
    background-position:center;
  }

  .caf-hero-content{
    padding:72px 24px 0;
    max-width:100%;
  }

  .caf-hero h1{
    font-size:36px;
  }

  .caf-hero p{
    font-size:16px;
  }

  .slider-arrow{
    display:none;
  }

  .slider-dots{
    bottom:38px;
  }

  .quick-links{
    width:92%;
    margin:-34px auto 34px;
    grid-template-columns:1fr;
  }

  .quick-link{
    min-height:92px;
    flex-direction:row;
    justify-content:flex-start;
    text-align:left;
    padding:18px 20px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .quick-link:nth-child(n+4){
    border-top:0;
  }

  .quick-icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
  }

  .about-section{
    padding:0 20px 30px;
  }

  .about-copy h2,
  .news-section h2,
  .premium-section h2{
    font-size:30px;
  }

  .about-copy p{
    font-size:15px;
  }

  .about-image-card img{
    height:230px;
  }

  .impact-strip{
    width:92%;
    grid-template-columns:1fr;
    padding:10px;
  }

  .impact-strip article{
    min-height:112px;
    padding:22px 22px 22px 86px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .impact-strip article:nth-child(n+3){
    border-top:0;
  }

  

  

  .impact-strip span{
    font-size:30px;
  }

  .premium-section{
    width:92%;
    padding:34px 24px;
    border-radius:18px;
  }

  .premium-section p{
    font-size:15px;
  }

  .premium-section .btn{
    width:100%;
    min-height:54px;
  }

  .section-title-row{
    align-items:flex-start;
    gap:18px;
    flex-direction:column;
  }

  .news-section{
    padding:0 20px 50px;
  }

  .news-grid{
    grid-template-columns:1fr;
  }

  .footer{
    padding:36px 20px 0;
  }
}

/* CAF real impact icons */
.impact-strip article:before,


.impact-strip article{
  padding:30px !important;
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
  transition:.25s ease !important;
}

.impact-strip article:hover{
  transform:translateY(-4px);
  background:#ffffff;
  box-shadow:0 18px 38px rgba(18,115,6,.10);
}

.impact-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--caf-green-dark),var(--caf-green));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
  box-shadow:0 10px 24px rgba(18,115,6,.20);
  flex-shrink:0;
}

.impact-icon i{
  color:#fff;
}

@media(max-width:760px){
  .impact-strip article{
    padding:22px !important;
  }

  .impact-icon{
    width:54px;
    height:54px;
    font-size:21px;
  }
}

/* Justified About CAF text */
.about-copy p{
  text-align:justify;
  text-justify:inter-word;
}

/* ===== CAF KPI CARDS FINAL ===== */
.impact-strip article{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  gap:18px !important;
  padding:24px 28px !important;
  min-height:120px !important;
}

.impact-icon{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  border-radius:50%;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,var(--caf-green-dark),var(--caf-green));
  color:#fff;
  font-size:18px !important;
  box-shadow:0 8px 18px rgba(18,115,6,.18);
}

.impact-icon i{
  font-size:18px !important;
  color:#fff;
}

.impact-strip article > div:last-child{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.impact-strip span{
  font-size:42px !important;
  line-height:1 !important;
  margin-bottom:6px !important;
}

.impact-strip strong{
  font-size:15px !important;
  line-height:1.3 !important;
  margin-bottom:6px !important;
}

.impact-strip small{
  font-size:13px !important;
  margin-top:0 !important;
}

@media(max-width:1200px){
  .impact-strip{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:768px){
  .impact-strip{
    grid-template-columns:1fr !important;
  }

  .impact-strip article{
    min-height:100px !important;
    padding:20px !important;
  }

  .impact-icon{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
  }

  .impact-strip span{
    font-size:34px !important;
  }
}


/* ===== FORCE CAF KPI LEFT ICON LAYOUT - FINAL OVERRIDE ===== */
.impact-strip{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:0 !important;
}

.impact-strip article{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  gap:18px !important;
  min-height:118px !important;
  padding:24px 28px !important;
}

.impact-strip .impact-icon{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  max-width:52px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#064403,#127306) !important;
  color:#fff !important;
  font-size:18px !important;
  box-shadow:0 8px 18px rgba(18,115,6,.18) !important;
  margin:0 !important;
}

.impact-strip .impact-icon i{
  color:#fff !important;
  font-size:18px !important;
}

.impact-strip article > div:last-child{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-align:left !important;
}

.impact-strip article span{
  font-size:40px !important;
  line-height:1 !important;
  margin:0 0 6px !important;
  text-align:left !important;
}

.impact-strip article strong{
  font-size:15px !important;
  line-height:1.25 !important;
  margin:0 0 6px !important;
  text-align:left !important;
}

.impact-strip article small{
  font-size:13px !important;
  margin:0 !important;
  text-align:left !important;
}

@media(max-width:1200px){
  .impact-strip{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:768px){
  .impact-strip{
    grid-template-columns:1fr !important;
  }

  .impact-strip article{
    padding:20px !important;
    min-height:100px !important;
  }

  .impact-strip .impact-icon{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    max-width:46px !important;
  }

  .impact-strip article span{
    font-size:34px !important;
  }
}


/* ===== CAF HERO FINAL APPROVED SCREEN ===== */
.hero-final{
  width:100%;
  min-height:620px;
  height:clamp(560px, 70vh, 720px);
  position:relative;
  overflow:hidden;
  border-radius:0;
  background:
    linear-gradient(90deg,rgba(0,55,15,.98) 0%,rgba(0,70,20,.92) 30%,rgba(0,70,20,.48) 58%,rgba(0,0,0,.08) 100%),
    url('/static/img/caf-hero.jpg');
  background-size:cover;
  background-position:center right;
  box-shadow:0 22px 60px rgba(0,0,0,.18);
}

.hero-final:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%,rgba(218,161,39,.12),transparent 24%),
    linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.18));
  pointer-events:none;
}

.hero-final-content{
  position:relative;
  z-index:3;
  max-width:760px;
  padding:76px 0 0 6.4vw;
  color:#fff;
}

.hero-brandline{
  display:flex;
  align-items:center;
  gap:22px;
  margin-bottom:62px;
}

.hero-brand-logo{
  width:92px;
  height:92px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--caf-green-dark);
  font-size:34px;
  font-weight:1000;
  letter-spacing:-1px;
  box-shadow:0 18px 38px rgba(0,0,0,.18);
}

.hero-brand-divider{
  width:2px;
  height:76px;
  background:var(--caf-gold);
  opacity:.9;
}

.hero-brand-title{
  color:var(--caf-gold);
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:28px;
  line-height:1;
  font-weight:1000;
  white-space:nowrap;
}

.hero-final h1{
  max-width:760px;
  margin:0;
  font-size:clamp(42px, 4.2vw, 76px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:1000;
}

.hero-final h1 span{
  color:var(--caf-gold);
}

.hero-title-line{
  width:105px;
  height:4px;
  background:var(--caf-gold);
  border-radius:10px;
  margin:28px 0 28px;
}

.hero-final p{
  max-width:720px;
  margin:0;
  color:#fff;
  font-size:clamp(18px, 1.55vw, 27px);
  line-height:1.55;
  font-weight:500;
}

.hero-final .hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:22px;
  margin-top:54px;
}

.hero-final .btn{
  min-height:74px;
  border-radius:10px;
  padding:0 30px;
  font-size:18px;
  gap:16px;
  letter-spacing:-.02em;
}

.hero-final .btn i{
  font-size:24px;
}

.hero-final .btn-outline{
  border:2px solid rgba(255,255,255,.76);
  background:rgba(0,55,15,.28);
  color:#fff;
}

.hero-final .btn-outline:hover{
  background:rgba(255,255,255,.12);
}

.hero-final .slider-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  transform:translateY(-50%);
  width:66px;
  height:66px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:58px;
  line-height:1;
  background:rgba(0,55,15,.35);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(6px);
}

.hero-final .slider-arrow.left{
  left:24px;
}

.hero-final .slider-arrow.right{
  right:24px;
}

.hero-final .slider-dots{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:42px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:16px;
}

.hero-final .slider-dots button{
  width:17px;
  height:17px;
  border-radius:50%;
  border:0;
  background:#fff;
  opacity:.95;
  box-shadow:0 5px 14px rgba(0,0,0,.22);
}

.hero-final .slider-dots button.active{
  background:var(--caf-gold);
}

/* Hero spacing with quick links */
.hero-final + .quick-links{
  margin-top:-44px;
}

/* Tablet */
@media(max-width:1100px){
  .hero-final{
    min-height:590px;
    background-position:center right;
  }

  .hero-final-content{
    padding:62px 42px 0;
    max-width:720px;
  }

  .hero-brandline{
    margin-bottom:42px;
  }

  .hero-brand-logo{
    width:76px;
    height:76px;
    font-size:28px;
  }

  .hero-brand-divider{
    height:62px;
  }

  .hero-brand-title{
    font-size:22px;
    white-space:normal;
    line-height:1.15;
  }

  .hero-final .btn{
    min-height:62px;
    font-size:15px;
  }
}

/* Mobile */
@media(max-width:760px){
  .hero-final{
    height:auto;
    min-height:690px;
    background:
      linear-gradient(180deg,rgba(0,55,15,.97) 0%,rgba(0,70,20,.88) 48%,rgba(0,70,20,.52) 100%),
      url('/static/img/caf-hero.jpg');
    background-size:cover;
    background-position:center;
  }

  .hero-final-content{
    padding:48px 22px 120px;
    max-width:100%;
  }

  .hero-brandline{
    gap:14px;
    margin-bottom:36px;
  }

  .hero-brand-logo{
    width:58px;
    height:58px;
    font-size:21px;
  }

  .hero-brand-divider{
    height:48px;
  }

  .hero-brand-title{
    font-size:16px;
    letter-spacing:.08em;
    white-space:normal;
    line-height:1.15;
  }

  .hero-final h1{
    font-size:41px;
    line-height:1.08;
  }

  .hero-title-line{
    margin:22px 0;
  }

  .hero-final p{
    font-size:18px;
    line-height:1.55;
  }

  .hero-final .hero-actions{
    margin-top:36px;
    gap:14px;
  }

  .hero-final .btn{
    width:100%;
    min-height:58px;
    justify-content:center;
    font-size:14px;
    padding:0 18px;
  }

  .hero-final .slider-arrow{
    display:none;
  }

  .hero-final .slider-dots{
    bottom:34px;
  }

  .hero-final + .quick-links{
    margin-top:-30px;
  }
}


/* ===== CAF HERO FIT FINAL ===== */
.hero-final{
  min-height:560px !important;
  height:560px !important;
  border-radius:0 !important;
  background:
    linear-gradient(90deg,rgba(0,62,16,.96) 0%,rgba(0,74,22,.86) 38%,rgba(0,74,22,.34) 66%,rgba(0,0,0,.05) 100%),
    url('/static/img/caf-hero.jpg') !important;
  background-size:cover !important;
  background-position:center right !important;
}

.hero-brandline{
  margin-bottom:30px !important;
}

.hero-brand-logo,
.hero-brand-divider{
  display:none !important;
}

.hero-brand-title{
  font-size:18px !important;
  letter-spacing:.18em !important;
  white-space:normal !important;
}

.hero-final-content{
  max-width:700px !important;
  padding:72px 0 0 6vw !important;
}

.hero-final h1{
  font-size:58px !important;
  line-height:1.04 !important;
  max-width:720px !important;
}

.hero-title-line{
  width:82px !important;
  height:4px !important;
  margin:22px 0 22px !important;
}

.hero-final p{
  max-width:680px !important;
  font-size:22px !important;
  line-height:1.55 !important;
}

.hero-final .hero-actions{
  margin-top:34px !important;
}

.hero-final .btn{
  min-height:58px !important;
  padding:0 24px !important;
  font-size:14px !important;
}

.hero-final .btn i{
  font-size:18px !important;
}

.hero-final .slider-arrow{
  width:52px !important;
  height:52px !important;
  font-size:48px !important;
}

.hero-final .slider-dots{
  bottom:30px !important;
}

.hero-final .slider-dots button{
  width:13px !important;
  height:13px !important;
}

.hero-final + .quick-links{
  margin-top:-38px !important;
}

@media(max-width:1100px){
  .hero-final{
    height:540px !important;
    min-height:540px !important;
    background-position:center right !important;
  }

  .hero-final-content{
    padding:60px 32px 0 !important;
    max-width:650px !important;
  }

  .hero-final h1{
    font-size:48px !important;
  }

  .hero-final p{
    font-size:19px !important;
  }
}

@media(max-width:760px){
  .hero-final{
    height:auto !important;
    min-height:560px !important;
    background:
      linear-gradient(180deg,rgba(0,62,16,.97) 0%,rgba(0,74,22,.88) 55%,rgba(0,74,22,.62) 100%),
      url('/static/img/caf-hero.jpg') !important;
    background-size:cover !important;
    background-position:center !important;
  }

  .hero-final-content{
    padding:54px 22px 105px !important;
  }

  .hero-brand-title{
    font-size:13px !important;
    letter-spacing:.12em !important;
  }

  .hero-final h1{
    font-size:38px !important;
  }

  .hero-final p{
    font-size:16px !important;
  }

  .hero-final .hero-actions{
    margin-top:28px !important;
  }

  .hero-final .btn{
    width:100% !important;
    min-height:54px !important;
  }
}

/* ===== ADMIN CONTROLLED HOMEPAGE SUPPORT ===== */
.hero-final{
  background:none !important;
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center right;
}

.hero-slide:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,62,16,.96) 0%,rgba(0,74,22,.86) 38%,rgba(0,74,22,.34) 66%,rgba(0,0,0,.05) 100%);
  z-index:1;
}

.hero-slide .hero-final-content{
  position:relative;
  z-index:2;
}

.fallback-hero{
  background:linear-gradient(135deg,#064403,#127306);
}

.quick-icon i{
  color:var(--caf-green);
}

.page-detail{
  padding:70px 5.5vw;
  background:#f7faf5;
}

.page-detail-inner{
  max-width:980px;
  margin:auto;
  background:#fff;
  border-radius:18px;
  padding:42px;
  box-shadow:var(--shadow);
}

.page-detail-inner small{
  color:var(--caf-gold);
  font-weight:900;
}

.page-detail-inner h1{
  color:var(--caf-green-dark);
  font-size:42px;
  line-height:1.1;
}

.page-detail-inner img{
  width:100%;
  max-height:470px;
  object-fit:cover;
  border-radius:14px;
  margin:24px 0;
}

.page-detail-inner .lead{
  font-size:20px;
  line-height:1.7;
  color:#344334;
}

.page-detail-inner .body{
  font-size:17px;
  line-height:1.8;
  color:#263526;
}

@media(max-width:760px){
  .hero-slide{
    background-position:center;
  }

  .hero-slide:before{
    background:linear-gradient(180deg,rgba(0,62,16,.97) 0%,rgba(0,74,22,.88) 55%,rgba(0,74,22,.62) 100%);
  }

  .page-detail{
    padding:34px 18px;
  }

  .page-detail-inner{
    padding:24px;
  }

  .page-detail-inner h1{
    font-size:30px;
  }
}

/* Backend managed logo */
.brand-logo-img{
  width:72px;
  height:72px;
  object-fit:contain;
  display:block;
}

@media(max-width:760px){
  .brand-logo-img{
    width:50px;
    height:50px;
  }
}


/* ===== CAF EXECUTIVE FOOTER ===== */
.caf-exec-footer{
  background:linear-gradient(135deg,#053d03 0%,#075a05 45%,#064403 100%) !important;
  color:#fff;
  padding:58px 5.5vw 0 !important;
}

.executive-footer-grid{
  display:grid !important;
  grid-template-columns:1.45fr .75fr .95fr 1.05fr 1.25fr !important;
  gap:48px !important;
  align-items:start;
}

.caf-exec-footer h3{
  margin:0 0 10px;
  color:#fff;
  font-size:30px;
  line-height:1.05;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.caf-exec-footer h4{
  color:var(--caf-gold);
  font-size:16px;
  text-transform:uppercase;
  margin:0 0 24px;
  position:relative;
}

.caf-exec-footer h4:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:52px;
  height:2px;
  background:var(--caf-gold);
}

.footer-tagline{
  color:var(--caf-gold);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:900;
  font-size:13px;
  line-height:1.5;
  margin-bottom:20px;
}

.caf-exec-footer p{
  color:#edf8ea;
  line-height:1.75;
  margin:0 0 22px;
}

.caf-exec-footer a{
  color:#fff !important;
  display:block;
  margin:0 0 14px !important;
  font-size:15px;
  line-height:1.4;
}

.caf-exec-footer a:before{
  content:"›";
  color:var(--caf-gold);
  font-weight:900;
  margin-right:8px;
}

.footer-brand-col a:before,
.footer-contact-mini a:before{
  content:"";
  margin:0;
}

.footer-contact-mini{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.footer-contact-mini a,
.footer-contact-mini span{
  color:#fff;
  display:flex;
  align-items:flex-start;
  gap:12px;
  line-height:1.5;
}

.footer-contact-mini i,
.office-row i{
  width:34px;
  height:34px;
  min-width:34px;
  border:1px solid rgba(218,161,39,.65);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--caf-gold);
  font-size:14px;
}

.office-row{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
  color:#fff;
  line-height:1.55;
}

.footer-bottom{
  border-top:1px solid rgba(218,161,39,.35);
  margin-top:42px;
  padding:18px 0;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:20px;
  align-items:center;
  color:#fff;
  font-size:14px;
}

.footer-bottom span:last-child{
  text-align:right;
}

.footer-policies{
  display:flex;
  align-items:center;
  gap:14px;
}

.footer-policies a{
  margin:0 !important;
  display:inline-block;
}

.footer-policies a:before{
  content:"";
  margin:0;
}

@media(max-width:1200px){
  .executive-footer-grid{
    grid-template-columns:1.2fr 1fr 1fr !important;
  }
}

@media(max-width:850px){
  .executive-footer-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }

  .footer-bottom{
    grid-template-columns:1fr;
    text-align:left;
  }

  .footer-bottom span:last-child{
    text-align:left;
  }

  .caf-exec-footer h3{
    font-size:25px;
  }
}


/* ===== FOOTER 4 COLUMN LAYOUT ===== */

.executive-footer-grid{
    grid-template-columns:
        1fr
        1fr
        1fr
        1.2fr !important;

    gap:60px !important;
}

@media(max-width:1200px){
    .executive-footer-grid{
        grid-template-columns:
            repeat(2,1fr) !important;
    }
}

@media(max-width:768px){
    .executive-footer-grid{
        grid-template-columns:
            1fr !important;
    }
}

/* =====================================
   CAF FOOTER COLUMN WIDTH OPTIMIZATION
   ===================================== */

.executive-footer-grid{
    grid-template-columns:
        0.85fr     /* Quick Links */
        1.85fr     /* Strategic Partners - WIDER */
        0.90fr     /* Strategic Focus */
        1.15fr     /* Our Office */
        !important;
}

.executive-footer-grid > div:nth-child(2){
    min-width:360px;
}

.executive-footer-grid > div:nth-child(2) a{
    white-space:nowrap;
    font-size:14px;
    line-height:1.4;
}

.executive-footer-grid > div:nth-child(2) h4{
    margin-bottom:28px;
}

@media(max-width:1400px){

    .executive-footer-grid{
        grid-template-columns:
            0.9fr
            1.6fr
            1fr
            1.1fr
            !important;
    }

    .executive-footer-grid > div:nth-child(2){
        min-width:300px;
    }

}

@media(max-width:1200px){

    .executive-footer-grid{
        grid-template-columns:
            repeat(2,1fr)
            !important;
    }

    .executive-footer-grid > div:nth-child(2){
        min-width:auto;
    }

}

@media(max-width:768px){

    .executive-footer-grid{
        grid-template-columns:
            1fr
            !important;
    }

}



/* ==================================================
   CAF HERO TYPOGRAPHY & SLIDER VISIBILITY FINAL
   ================================================== */

.hero-brand-title{
    display:block !important;
    font-size:44px !important;
    font-weight:1000 !important;
    line-height:1.05 !important;
    letter-spacing:.03em !important;
    color:var(--caf-gold) !important;
    text-transform:uppercase !important;
    margin-bottom:8px !important;
}

.hero-final h1{
    font-size:28px !important;
    font-weight:600 !important;
    line-height:1.25 !important;
    color:#ffffff !important;
    margin:0 !important;
    letter-spacing:.01em !important;
}

.hero-title-line{
    width:85px !important;
    height:3px !important;
    background:var(--caf-gold) !important;
    margin:16px 0 20px !important;
}

.hero-final p{
    max-width:720px !important;
    font-size:19px !important;
    line-height:1.7 !important;
}

.hero-final-content{
    position:relative !important;
    z-index:100 !important;
}

/* Slider dots */
.hero-final .slider-dots{
    position:absolute !important;
    left:50% !important;
    bottom:18px !important;
    transform:translateX(-50%) !important;
    z-index:9999 !important;
    display:flex !important;
    gap:14px !important;
}

.hero-final .slider-dots button{
    width:16px !important;
    height:16px !important;
    border-radius:50% !important;
    border:2px solid #ffffff !important;
    background:rgba(255,255,255,.45) !important;
    opacity:1 !important;
    cursor:pointer !important;
    transition:.25s ease !important;
}

.hero-final .slider-dots button.active{
    background:var(--caf-gold) !important;
    border-color:var(--caf-gold) !important;
    transform:scale(1.15);
}

.hero-final .slider-arrow{
    z-index:9999 !important;
}

/* Tablet */
@media(max-width:1100px){

    .hero-brand-title{
        font-size:34px !important;
    }

    .hero-final h1{
        font-size:24px !important;
    }
}

/* Mobile */
@media(max-width:768px){

    .hero-brand-title{
        font-size:22px !important;
        line-height:1.15 !important;
    }

    .hero-final h1{
        font-size:18px !important;
    }

    .hero-final p{
        font-size:15px !important;
    }

    .hero-final .slider-dots{
        bottom:12px !important;
    }
}


/* ======================================
   CAF HERO CTA BUTTONS FINAL
   ====================================== */

.hero-final .hero-actions{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:18px !important;
    margin-top:32px !important;
    position:relative !important;
    z-index:999 !important;
}

.hero-final .btn{
    min-width:220px !important;
    min-height:58px !important;
    padding:0 28px !important;
    border-radius:8px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;

    font-size:14px !important;
    font-weight:800 !important;
    text-transform:uppercase !important;

    transition:all .25s ease !important;
}

.hero-final .btn-gold{
    background:var(--caf-gold) !important;
    color:#fff !important;
    border:2px solid var(--caf-gold) !important;
    box-shadow:0 10px 24px rgba(218,161,39,.28) !important;
}

.hero-final .btn-gold:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(218,161,39,.35) !important;
}

.hero-final .btn-outline{
    background:rgba(255,255,255,.12) !important;
    backdrop-filter:blur(8px);
    color:#fff !important;
    border:2px solid rgba(255,255,255,.85) !important;
}

.hero-final .btn-outline:hover{
    background:#fff !important;
    color:var(--caf-green-dark) !important;
}

.hero-final .btn i{
    font-size:18px !important;
}

@media(max-width:768px){

    .hero-final .hero-actions{
        flex-direction:column !important;
        align-items:stretch !important;
    }

    .hero-final .btn{
        width:100% !important;
        min-width:100% !important;
    }
}

/* ===== CAF LATEST UPDATES LOAD MORE ===== */
.news-card.hidden{
  display:none !important;
}

.news-load-wrap{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.news-load-wrap .btn{
  min-width:220px;
  min-height:54px;
  border:0;
  cursor:pointer;
}

/* =====================================
   CAF MENU COLOR UPDATE
   ===================================== */

.navbar{
    background:#E5F2E6 !important;
    border-bottom:1px solid rgba(18,115,6,.12) !important;
    box-shadow:0 8px 24px rgba(18,115,6,.06) !important;
}

.navlinks a{
    color:var(--caf-green-dark) !important;
    font-weight:800 !important;
}

.navlinks a:hover{
    color:var(--caf-green) !important;
}

.brand strong{
    color:var(--caf-green-dark) !important;
}

.menu-btn{
    background:#ffffff !important;
    border:1px solid rgba(18,115,6,.15) !important;
}

@media(max-width:768px){

    .navlinks{
        background:#E5F2E6 !important;
    }

}

/* ===== ABOUT DROPDOWN + LEADERSHIP PAGES ===== */
.nav-item{
  position:relative;
}

.nav-item > a{
  display:flex;
  align-items:center;
  gap:6px;
}

.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:250px;
  background:#fff;
  border:1px solid rgba(18,115,6,.12);
  border-radius:14px;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  padding:12px;
  display:none;
  z-index:3000;
}

.dropdown-menu a{
  display:block;
  padding:12px 14px;
  border-radius:10px;
  color:var(--caf-green-dark) !important;
  white-space:nowrap;
  text-transform:none;
  font-weight:800;
}

.dropdown-menu a:hover{
  background:#E5F2E6;
}

.has-dropdown:hover .dropdown-menu{
  display:block;
}

.team-section,
.leadership-category-section,
.strategic-plan-page{
  padding:70px 5.5vw;
}

.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.team-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(18,115,6,.08);
  transition:.25s ease;
}

.team-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 45px rgba(18,115,6,.14);
}

.team-photo{
  height:260px;
  background:#E5F2E6;
}

.team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.team-placeholder{
  height:100%;
  display:grid;
  place-items:center;
  color:var(--caf-green-dark);
  font-size:54px;
}

.team-body{
  padding:22px;
}

.team-body h3{
  margin:0 0 8px;
  color:var(--caf-green-dark);
  font-size:20px;
}

.team-body strong{
  display:block;
  color:var(--caf-gold);
  font-size:14px;
  margin-bottom:6px;
}

.team-body small{
  display:block;
  color:#516151;
  font-weight:800;
  margin-bottom:12px;
}

.team-body p{
  color:#334333;
  line-height:1.65;
  font-size:14px;
}

.leadership-category-section{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.leadership-category-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:38px;
  box-shadow:var(--shadow);
  transition:.25s ease;
}

.leadership-category-card:hover{
  transform:translateY(-5px);
}

.leadership-category-card i{
  width:64px;
  height:64px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--caf-green-dark),var(--caf-green));
  color:#fff;
  display:grid;
  place-items:center;
  font-size:26px;
  margin-bottom:22px;
}

.leadership-category-card h2{
  color:var(--caf-green-dark);
  margin:0 0 12px;
}

.leadership-category-card p{
  color:#405140;
  line-height:1.7;
}

.empty-team{
  background:#fff;
  border-radius:18px;
  padding:44px;
  box-shadow:var(--shadow);
  text-align:center;
}

@media(max-width:1200px){
  .team-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:900px){
  .team-grid,
  .leadership-category-section{
    grid-template-columns:repeat(2,1fr);
  }

  .dropdown-menu{
    position:static;
    box-shadow:none;
    border-radius:10px;
    margin-top:8px;
    display:none;
  }

  .has-dropdown:hover .dropdown-menu{
    display:block;
  }
}

@media(max-width:650px){
  .team-grid,
  .leadership-category-section{
    grid-template-columns:1fr;
  }

  .team-section,
  .leadership-category-section,
  .strategic-plan-page{
    padding:42px 22px;
  }

  .team-photo{
    height:230px;
  }
}


/* ==================================================
   CAF EXECUTIVE COMMITTEE PAGE FINAL
   ================================================== */

.exec-hero{
  position:relative;
  min-height:330px;
  display:flex;
  align-items:center;
  padding:70px 5.5vw;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(6,68,3,.96),rgba(18,115,6,.72)),
    url('/static/img/caf-about.jpg');
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

.exec-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 18% 20%,rgba(218,161,39,.16),transparent 30%);
  pointer-events:none;
}

.exec-hero-content{
  position:relative;
  z-index:2;
  max-width:860px;
}

.breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:22px;
  color:#fff;
  font-weight:700;
  font-size:14px;
}

.breadcrumbs a{
  color:#fff;
}

.breadcrumbs span,
.breadcrumbs strong{
  color:var(--caf-gold);
}

.exec-hero h1{
  font-size:clamp(42px,5vw,70px);
  line-height:1.02;
  margin:0;
  letter-spacing:-.04em;
}

.exec-title-line{
  width:90px;
  height:4px;
  background:var(--caf-gold);
  border-radius:99px;
  margin:24px 0 24px;
}

.exec-hero p{
  max-width:720px;
  font-size:19px;
  line-height:1.7;
  margin:0;
}

.exec-team-section{
  padding:58px 5.5vw 76px;
  background:#fbfdf9;
}

.exec-section-head{
  display:flex;
  gap:22px;
  align-items:flex-start;
  margin-bottom:34px;
}

.exec-head-icon{
  width:62px;
  height:62px;
  min-width:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:24px;
  background:linear-gradient(135deg,var(--caf-green-dark),var(--caf-green));
  box-shadow:0 12px 28px rgba(18,115,6,.18);
}

.exec-section-head h2{
  margin:0 0 12px;
  color:var(--caf-green-dark);
  font-size:30px;
  line-height:1.15;
  text-transform:uppercase;
  position:relative;
}

.exec-section-head h2:after{
  content:"";
  display:block;
  width:62px;
  height:3px;
  background:var(--caf-gold);
  margin-top:12px;
  border-radius:99px;
}

.exec-section-head p{
  max-width:900px;
  color:#344334;
  font-size:16px;
  line-height:1.7;
  margin:0;
}

.exec-team-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
}

.exec-member-card{
  background:#fff;
  border:1px solid rgba(18,115,6,.10);
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.07);
  transition:.25s ease;
}

.exec-member-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 44px rgba(18,115,6,.14);
}

.exec-member-photo{
  height:205px;
  background:linear-gradient(180deg,#f5faf4,#eaf5e9);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}

.exec-member-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}

.exec-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:var(--caf-green-dark);
  font-size:54px;
}

.exec-member-body{
  padding:18px 16px 20px;
  text-align:center;
}

.exec-member-body h3{
  margin:0 0 7px;
  color:var(--caf-green-dark);
  font-size:17px;
  line-height:1.25;
}

.exec-member-body strong{
  display:block;
  color:var(--caf-gold);
  font-size:14px;
  line-height:1.25;
  margin-bottom:7px;
}

.exec-member-body small{
  display:block;
  color:#1d2c1d;
  font-size:13px;
  line-height:1.45;
}

.exec-member-body p{
  margin:12px 0 0;
  color:#455545;
  font-size:13px;
  line-height:1.55;
  text-align:left;
}

.exec-extra.hidden{
  display:none !important;
}

.exec-load-wrap{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.exec-load-wrap .btn{
  border:1px solid var(--caf-green);
  min-width:260px;
  min-height:52px;
  cursor:pointer;
}

.exec-empty{
  max-width:760px;
  margin:30px auto 0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:44px;
  text-align:center;
  box-shadow:var(--shadow);
}

.exec-empty i{
  width:70px;
  height:70px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  color:#fff;
  font-size:28px;
  background:linear-gradient(135deg,var(--caf-green-dark),var(--caf-green));
}

.exec-empty h2{
  color:var(--caf-green-dark);
  margin:0 0 10px;
}

@media(max-width:1400px){
  .exec-team-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

@media(max-width:1050px){
  .exec-team-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:760px){
  .exec-hero{
    min-height:280px;
    padding:52px 22px;
  }

  .breadcrumbs{
    font-size:12px;
  }

  .exec-hero h1{
    font-size:36px;
  }

  .exec-hero p{
    font-size:16px;
  }

  .exec-team-section{
    padding:42px 22px 56px;
  }

  .exec-section-head{
    flex-direction:column;
  }

  .exec-section-head h2{
    font-size:24px;
  }

  .exec-team-grid{
    grid-template-columns:repeat(2,1fr);
    gap:16px;
  }

  .exec-member-photo{
    height:185px;
  }

  .exec-member-body{
    padding:15px 12px;
  }

  .exec-member-body h3{
    font-size:15px;
  }

  .exec-member-body strong,
  .exec-member-body small{
    font-size:12px;
  }
}

@media(max-width:520px){
  .exec-team-grid{
    grid-template-columns:1fr;
  }

  .exec-member-photo{
    height:260px;
  }
}

/* ===== CAF REAL HERO SLIDER ===== */
.hero-final{
  position:relative !important;
  overflow:hidden !important;
  background:none !important;
}

.hero-slide{
  position:absolute !important;
  inset:0 !important;
  background-size:cover !important;
  background-position:center right !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:scale(1.02) !important;
  transition:opacity .9s ease, visibility .9s ease, transform 4.5s ease !important;
  z-index:1 !important;
}

.hero-slide.active{
  opacity:1 !important;
  visibility:visible !important;
  transform:scale(1) !important;
  z-index:2 !important;
}

.hero-slide:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(0,62,16,.96) 0%,rgba(0,74,22,.86) 38%,rgba(0,74,22,.34) 66%,rgba(0,0,0,.05) 100%);
}

.hero-slide .hero-final-content{
  position:relative !important;
  z-index:3 !important;
}

.hero-final .slider-arrow,
.hero-final .slider-dots{
  z-index:20 !important;
}

@media(max-width:768px){
  .hero-slide{
    background-position:center !important;
  }

  .hero-slide:before{
    background:linear-gradient(180deg,rgba(0,62,16,.97) 0%,rgba(0,74,22,.88) 55%,rgba(0,74,22,.62) 100%);
  }
}
