/* Exotic Morocco global Cloudflare footer — Payhip-style dark footer reference */
.em-global-footer{
  --em-footer-bg:#213b52;
  --em-footer-text:#f7f4ec;
  --em-footer-soft:rgba(247,244,236,.84);
  --em-footer-muted:rgba(247,244,236,.72);
  --em-footer-line:rgba(255,255,255,.10);
  --em-footer-link:#f7f4ec;
  position:relative;
  z-index:4;
  background:var(--em-footer-bg);
  color:var(--em-footer-text);
  font-family:Inter,Arial,Helvetica,sans-serif;
  padding:clamp(42px,5.6vw,70px) 0 clamp(24px,3vw,34px);
  margin:0;
  overflow:hidden;
}
.em-global-footer a{color:var(--em-footer-link);text-decoration:none;}
.em-footer-shell{
  width:min(1120px,calc(100% - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(230px,1.05fr) minmax(150px,.72fr) minmax(230px,1fr) minmax(230px,1fr);
  gap:clamp(34px,5.2vw,78px);
  align-items:start;
}
.em-footer-brand{max-width:295px;}
.em-footer-logo{
  width:82px;
  height:82px;
  border-radius:50%;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 32px;
  background:rgba(255,255,255,.06);
  box-shadow:none;
}
.em-footer-logo img{width:100%;height:100%;object-fit:cover;display:block;}
.em-footer-brand h2{font-size:16px;font-weight:800;line-height:1.25;margin:0 0 18px;color:#fff;letter-spacing:-.01em;}
.em-footer-brand p{font-size:15px;line-height:1.72;color:var(--em-footer-soft);margin:0 0 20px;}
.em-footer-brand .em-footer-copyright{font-weight:800;color:#fff;margin-top:26px;line-height:1.55;}
.em-footer-col h3{font-size:15px;line-height:1.35;font-weight:500;color:#fff;margin:3px 0 22px;letter-spacing:0;text-transform:none;}
.em-footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:16px;}
.em-footer-col li{margin:0;padding:0;}
.em-footer-col a{font-size:15px;color:var(--em-footer-soft);line-height:1.42;display:inline-block;transition:color .18s ease,opacity .18s ease;}
.em-footer-col a:hover{color:#fff;opacity:1;}
.em-footer-social{
  width:min(1120px,calc(100% - 44px));
  margin:clamp(34px,5vw,54px) auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
}
.em-footer-social a{
  width:24px;height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
  font-weight:800;
  line-height:1;
  font-family:Arial,Helvetica,sans-serif;
  opacity:.96;
  text-transform:lowercase;
}
.em-footer-social a[aria-label="YouTube"]{font-size:20px;}
.em-footer-social a:hover{opacity:.78;}
@media(max-width:980px){
  .em-footer-shell{grid-template-columns:1fr 1fr;gap:34px 46px;}
  .em-footer-brand{max-width:none;}
}
@media(max-width:620px){
  .em-global-footer{padding:42px 0 26px;}
  .em-footer-shell{grid-template-columns:1fr;gap:34px;width:min(100% - 34px,520px);}
  .em-footer-logo{width:72px;height:72px;margin-bottom:20px;}
  .em-footer-col h3{margin-bottom:14px;}
  .em-footer-col ul{gap:11px;}
  .em-footer-social{width:min(100% - 34px,520px);justify-content:flex-start;margin-top:34px;}
}

/* V33 footer shell lock: same footer sizing and dark blue across pages */
.em-global-footer{background:#213b52!important;}
