.elementor-1618 .elementor-element.elementor-element-17f90dc{margin-top:-20px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-9275cba */.crmg-hero {
  background: #2e3a6e url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/DD-258.jpg') center center / cover no-repeat;
  position: relative; overflow: hidden;
  padding: 250px 40px 150px;
  min-height: 100vh;
  display: flex; align-items: flex-end;
}
.crmg-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, #141c3cf0 0%, #141c3cad 50%, #141c3c73 100%);
  z-index: 1;
}
.crmg-hero__tape { position: absolute; top: 0; right: -60px; width: 420px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.12; pointer-events: none; }
.crmg-hero__tape-2 { position: absolute; top: 0; right: 60px; width: 6px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.5; pointer-events: none; }
.crmg-hero__tape-3 { position: absolute; top: 0; right: 90px; width: 2px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.3; pointer-events: none; }
.crmg-hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 4px; background: linear-gradient(90deg, #00afef 0%, transparent 100%); z-index: 2;
}
.crmg-hero__inner { position: relative; z-index: 2; max-width: 980px; width: 100%; }
.crmg-hero__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.crmg-hero__badge {
  display: inline-flex; align-items: center; gap: 7px;
  min-width: 0;
  font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 2px;
}
/* white text, not sky: sky-on-dark-tint only reaches ~3.6:1 and fails the 4.5:1 needed for 11px bold */
.crmg-hero__badge--cert { color: #ffffff; background: #ffffff1a; border: 1px solid #00afef80; }
.crmg-hero__badge--online { color: #ffffff; background: #ffffff1a; border: 1px solid #ffffff38; }
.crmg-hero__badge svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.crmg-hero__title {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 58px; font-weight: 800;
  color: #ffffff; line-height: 1.1;
  max-width: 680px; margin: 0 0 28px;
}
.crmg-hero__title em { font-style: normal; color: #00afef; }
.crmg-hero__meta { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 36px; }
.crmg-hero__meta-item { display: flex; flex-direction: column; gap: 4px; min-width: 0; font-family: 'Roboto Slab', Georgia, serif; }
/* white at hex alpha 0x99 (0.6), not lower: anything below roughly 0x8c (0.55) fails AA for 10px text against navy */
.crmg-hero__meta-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: #ffffff99; font-weight: 600; }
.crmg-hero__meta-value { font-size: 15px; color: #ffffff; font-weight: 600; }
.crmg-hero__meta-value--price { font-size: 20px; color: #00afef; font-weight: 800; }

/* ---------- CTA buttons ---------- */
.crmg-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.crmg-hero__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 0;
  font-family: 'Segoe UI', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: 0.04em;
  padding: 15px 28px; border-radius: 3px;
  text-decoration: none; white-space: nowrap;
  border: 2px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.crmg-hero__btn:hover { transform: translateY(-1px); }
/* dark navy text on sky blue, not white: white-on-sky only reaches ~2.5:1 and fails AA at this weight/size */
.crmg-hero__btn--primary { background: #00afef; color: #141c3c; border-color: #00afef; }
.crmg-hero__btn--primary:hover { background: #23baf7; border-color: #23baf7; }
.crmg-hero__btn--secondary { background: #ffffff1a; color: #ffffff; border-color: #ffffff59; }
.crmg-hero__btn--secondary:hover { background: #ffffff; color: #141c3c; border-color: #ffffff; }
.crmg-hero__btn-icon { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.crmg-hero__btn-arrow { transition: transform 0.3s ease; }
.crmg-hero__btn--primary:hover .crmg-hero__btn-arrow { transform: translateX(4px); }

/* ---------- reveal animation ---------- */
/* Visible by default so the hero reads fine if JavaScript never runs;
   JS adds --pending only when it has already set up the observer. */
.crmg-hero__reveal {
  opacity: 1; transform: none;
  transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
}
.crmg-hero__reveal--pending { opacity: 0; transform: translateY(28px); }
.crmg-hero__reveal--delay-1 { transition-delay: 0.1s; }
.crmg-hero__reveal--delay-2 { transition-delay: 0.2s; }
.crmg-hero__reveal--delay-3 { transition-delay: 0.3s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .crmg-hero__title { font-size: 46px; }
}
@media (max-width: 700px) {
  .crmg-hero { padding: 72px 24px 64px; min-height: auto; }
  .crmg-hero__title { font-size: 34px; }
  .crmg-hero__meta { gap: 20px; }
  .crmg-hero__cta { flex-direction: column; }
  .crmg-hero__btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .crmg-hero__reveal,
  .crmg-hero__reveal--pending {
    opacity: 1; transform: none; transition: none;
  }
  .crmg-hero__btn,
  .crmg-hero__btn-arrow {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4369344 */.crmg-overview { background: #ffffff; padding: 88px 40px; }
  .crmg-overview__inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }

  .crmg-overview__left h2 {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 28px; font-weight: 700; color: #2e3a6e; margin: 0 0 24px;
  }
  .crmg-overview__left p { font-family: 'Segoe UI', sans-serif; font-size: 15.5px; line-height: 1.78; color: #333333; margin: 0 0 18px; }
  .crmg-overview__left p:last-child { margin-bottom: 0; }

  .crmg-overview__right { background-image: linear-gradient(rgba(46, 58, 110, 0.9), rgba(46, 58, 110, 0.9)), url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/Copy-of-IMG_8734-HDR-2.jpg'); padding: 40px; border-radius: 4px; position: relative; overflow: hidden; }
  .crmg-overview__right::before { content: ''; position: absolute; top: 0; right: 0; width: 100px; height: 4px; background: #00afef; }

  .crmg-overview__stat { margin-bottom: 32px; }
  .crmg-overview__stat:last-child { margin-bottom: 0; }
  .crmg-overview__stat-number { font-family: 'Roboto Slab', Georgia, serif; font-size: 44px; font-weight: 800; color: #00afef; line-height: 1; margin-bottom: 6px; }
  .crmg-overview__stat-label { font-family: 'Roboto Slab', Georgia, serif; font-size: 13px; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
  .crmg-overview__stat-desc { font-family: 'Segoe UI', sans-serif; font-size: 14.5px; color: rgba(255,255,255); line-height: 1.6; margin-top: 6px; }
  .crmg-overview__divider { height: 1px; background: rgba(255,255,255,0.12); margin: 28px 0; }

  .crmg-overview__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crmg-overview__reveal--visible { opacity: 1; transform: none; }
  .crmg-overview__reveal--delay-2 { transition-delay: 0.2s; }

  @media (min-width: 700px) { .crmg-overview__left h2 { font-size: 32px; } }
  @media (min-width: 1100px) { .crmg-overview__left h2 { font-size: 36px; } }

  @media (max-width: 900px) {
    .crmg-overview__inner { grid-template-columns: 1fr; gap: 40px; }
  }
  @media (max-width: 600px) {
    .crmg-overview { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crmg-overview__reveal { opacity: 1; transform: none; transition: none; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-949aee4 */.crmg-audience { background-image: linear-gradient(rgba(46, 58, 110, 0.9), rgba(46, 58, 110, 0.9)), url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/Copy-of-IMG_8734-HDR-2.jpg'); padding: 88px 40px; position: relative; overflow: hidden; }
  .crmg-audience::before {
    content: ''; position: absolute; bottom: -80px; left: -80px;
    width: 360px; height: 360px; border-radius: 50%;
    background: rgba(0,175,239,0.06); pointer-events: none;
  }
  .crmg-audience__inner { max-width: 980px; margin: 0 auto; position: relative; z-index: 1; }

  /* eyebrow/title sit on the navy background, so both use white (not sky) to clear 4.5:1 */
  .crmg-audience__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #ffffff; margin: 0 0 14px; }
  .crmg-audience__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #ffffff; margin: 0 0 48px; max-width: 480px; line-height: 1.2; }

  .crmg-audience__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
  .crmg-audience-card {
    background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.5);
    border-left: 3px solid #00afef;
    border-radius: 0 4px 4px 0;
    padding: 24px 26px;
    display: flex; align-items: flex-start; gap: 16px;
    transition: background 0.25s ease;
  }
  .crmg-audience-card:hover { background: rgba(255,255,255,0.08); }
  .crmg-audience-card__icon {
    width: 38px; height: 38px; flex-shrink: 0;
    background: rgba(0,175,239,0.15); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .crmg-audience-card__icon svg { width: 18px; height: 18px; stroke: #00afef; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .crmg-audience-card h3 { font-family: 'Roboto Slab', Georgia, serif; font-size: 15px; font-weight: 700; color: #ffffff; margin: 0 0 5px; line-height: 1.3; }
  .crmg-audience-card p { font-family: 'Segoe UI', sans-serif; font-size: 13.5px; color: rgba(255,255,255); line-height: 1.6; margin: 0; }

  .crmg-audience__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crmg-audience__reveal--visible { opacity: 1; transform: none; }
  .crmg-audience__reveal--delay-1 { transition-delay: 0.1s; }
  .crmg-audience__reveal--delay-2 { transition-delay: 0.2s; }
  .crmg-audience__reveal--delay-3 { transition-delay: 0.3s; }
  .crmg-audience__reveal--delay-4 { transition-delay: 0.4s; }

  @media (min-width: 700px) { .crmg-audience__title { font-size: 30px; } }
  @media (min-width: 1100px) { .crmg-audience__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .crmg-audience__grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .crmg-audience { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crmg-audience__reveal { opacity: 1; transform: none; transition: none; }
    .crmg-audience-card { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4735655 */.crmg-outcomes { background: #e6e7e8; padding: 88px 40px; }
  .crmg-outcomes__inner { max-width: 980px; margin: 0 auto; }

  /* sky-dark, not sky, for text on this light background: sky itself only reaches ~2:1 here */
  .crmg-outcomes__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #006e97; margin: 0 0 14px; }
  .crmg-outcomes__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #2e3a6e; margin: 0 0 48px; max-width: 560px; line-height: 1.2; }

  .crmg-outcomes__list { display: flex; flex-direction: column; gap: 14px; }
  .crmg-outcome-row {
    background: #ffffff; border-radius: 4px;
    border-left: 4px solid transparent;
    padding: 24px 28px;
    display: flex; align-items: flex-start; gap: 20px;
    transition: border-left-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    cursor: default;
  }
  .crmg-outcome-row:hover { border-left-color: #00afef; box-shadow: 0 6px 24px rgba(46,58,110,0.1); transform: translateX(4px); }
  .crmg-outcome-row__num {
    font-family: 'Roboto Slab', Georgia, serif; font-size: 28px; font-weight: 800;
    /* sky-dark @ 0.8 alpha over white ≈ 3.9:1, clears the 3:1 minimum for large bold text; solid sky never reaches it on white */
    color: rgba(0,110,151,0.8); line-height: 1; min-width: 40px; padding-top: 2px;
    transition: color 0.25s ease;
  }
  .crmg-outcome-row:hover .crmg-outcome-row__num { color: #006e97; }
  .crmg-outcome-row__body h3 { font-family: 'Roboto Slab', Georgia, serif; font-size: 15.5px; font-weight: 700; color: #2e3a6e; margin: 0 0 5px; line-height: 1.3; }
  .crmg-outcome-row__body p { font-family: 'Segoe UI', sans-serif; font-size: 14px; color: #555555; line-height: 1.7; margin: 0; }

  .crmg-outcomes__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crmg-outcomes__reveal--visible { opacity: 1; transform: none; }
  .crmg-outcomes__reveal--delay-1 { transition-delay: 0.1s; }
  .crmg-outcomes__reveal--delay-2 { transition-delay: 0.2s; }
  .crmg-outcomes__reveal--delay-3 { transition-delay: 0.3s; }
  .crmg-outcomes__reveal--delay-4 { transition-delay: 0.4s; }
  .crmg-outcomes__reveal--delay-5 { transition-delay: 0.5s; }

  @media (min-width: 700px) { .crmg-outcomes__title { font-size: 30px; } }
  @media (min-width: 1100px) { .crmg-outcomes__title { font-size: 34px; } }

  @media (max-width: 600px) {
    .crmg-outcomes { padding: 64px 24px; }
    .crmg-outcome-row { flex-direction: column; gap: 8px; }
    .crmg-outcome-row__num { font-size: 20px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crmg-outcomes__reveal { opacity: 1; transform: none; transition: none; }
    .crmg-outcome-row { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c2bf6f */.crmg-modules { background: #ffffff; padding: 88px 40px; }
  .crmg-modules__inner { max-width: 980px; margin: 0 auto; }

  .crmg-modules__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #006e97; margin: 0 0 14px; }
  .crmg-modules__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #2e3a6e; margin: 0 0 40px; max-width: 560px; line-height: 1.2; }

  .crmg-modules__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
  .crmg-module-card {
    border: 1px solid #e6e7e8; border-radius: 4px;
    padding: 22px 24px;
    display: flex; align-items: flex-start; gap: 16px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }
  .crmg-module-card:hover { border-color: #00afef; box-shadow: 0 6px 20px rgba(46,58,110,0.09); transform: translateY(-2px); }
  .crmg-module-card__num {
    font-family: 'Roboto Slab', Georgia, serif; font-size: 11px; font-weight: 800;
    color: #ffffff; background: #2e3a6e; min-width: 32px; height: 32px;
    border-radius: 2px; display: flex; align-items: center; justify-content: center;
    letter-spacing: 0.05em; flex-shrink: 0;
    transition: background 0.25s ease;
  }
  /* hover swaps to sky-dark, not sky: white-on-sky measures 2.5:1 and fails AA */
  .crmg-module-card:hover .crmg-module-card__num { background: #006e97; }
  .crmg-module-card h3 { font-family: 'Roboto Slab', Georgia, serif; font-size: 14.5px; font-weight: 700; color: #2e3a6e; line-height: 1.4; padding-top: 4px; margin: 0; }

  .crmg-modules__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crmg-modules__reveal--visible { opacity: 1; transform: none; }
  .crmg-modules__reveal--delay-1 { transition-delay: 0.1s; }
  .crmg-modules__reveal--delay-2 { transition-delay: 0.2s; }
  .crmg-modules__reveal--delay-3 { transition-delay: 0.3s; }
  .crmg-modules__reveal--delay-4 { transition-delay: 0.4s; }

  @media (min-width: 700px) { .crmg-modules__title { font-size: 30px; } }
  @media (min-width: 1100px) { .crmg-modules__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .crmg-modules__grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .crmg-modules { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crmg-modules__reveal { opacity: 1; transform: none; transition: none; }
    .crmg-module-card { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d58745b */.crmg-faculty { background: #e6e7e8; padding: 88px 40px; }
  .crmg-faculty__inner { max-width: 980px; margin: 0 auto; }

  .crmg-faculty__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #006e97; margin: 0 0 14px; }
  .crmg-faculty__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #2e3a6e; margin: 0; max-width: 560px; line-height: 1.2; }

  .crmg-faculty__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
  .crmg-faculty-card {
    background: #ffffff; border: 1px solid #e6e7e8; border-radius: 4px;
    overflow: hidden;
    display: flex; flex-direction: column;
    text-decoration: none; color: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }
  .crmg-faculty-card:hover { border-color: #00afef; box-shadow: 0 14px 36px rgba(46,58,110,0.16); transform: translateY(-3px); }

  .crmg-faculty-card__portrait {
    position: relative; width: 100%; aspect-ratio: 1 / 0.9;
    background: #1c2650;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .crmg-faculty-card__portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .crmg-faculty-card__tag {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    display: inline-block;
    font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    /* white on a near-opaque chip, not sky text: keeps AA regardless of the photo underneath */
    color: #ffffff; background: rgba(10,18,46,0.7); border: 1px solid rgba(0,175,239,0.5);
    padding: 4px 10px; border-radius: 2px; backdrop-filter: blur(2px);
  }
  .crmg-faculty-card__tag--practitioner { background: rgba(0,110,151,0.75); border-color: rgba(0,175,239,0.6); }

  .crmg-faculty-card__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
  .crmg-faculty-card h3 { font-family: 'Roboto Slab', Georgia, serif; font-size: 15px; font-weight: 700; color: #2e3a6e; margin: 0 0 5px; line-height: 1.3; }
  .crmg-faculty-card__role { font-family: 'Segoe UI', sans-serif; font-size: 12.5px; color: #666666; line-height: 1.5; }
  .crmg-faculty-card__link {
    display: inline-flex; align-items: center; gap: 6px;
    margin-top: 16px; padding-top: 14px;
    border-top: 1px solid #e6e7e8;
    font-family: 'Segoe UI', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
    /* sky-dark, not sky: sky-on-white only reaches 2.5:1 and fails AA at this size */
    color: #006e97;
    opacity: 0; transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  }
  .crmg-faculty-card:hover .crmg-faculty-card__link { opacity: 1; transform: none; border-color: rgba(0,175,239,0.3); }
  .crmg-faculty-card__link svg {
    width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
    transition: transform 0.25s ease;
  }
  .crmg-faculty-card:hover .crmg-faculty-card__link svg { transform: translateX(3px); }
  @media (hover: none) {
    .crmg-faculty-card__link { opacity: 1; transform: none; }
  }

  .crmg-faculty__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crmg-faculty__reveal--visible { opacity: 1; transform: none; }
  .crmg-faculty__reveal--delay-1 { transition-delay: 0.1s; }
  .crmg-faculty__reveal--delay-2 { transition-delay: 0.2s; }
  .crmg-faculty__reveal--delay-3 { transition-delay: 0.3s; }

  @media (min-width: 700px) { .crmg-faculty__title { font-size: 30px; } }
  @media (min-width: 1100px) { .crmg-faculty__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .crmg-faculty__grid { grid-template-columns: repeat(2,1fr); }
  }
  @media (max-width: 600px) {
    .crmg-faculty { padding: 64px 24px; }
    .crmg-faculty__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  }
  @media (max-width: 380px) {
    .crmg-faculty__grid { grid-template-columns: 1fr; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crmg-faculty__reveal { opacity: 1; transform: none; transition: none; }
    .crmg-faculty-card, .crmg-faculty-card__link, .crmg-faculty-card__link svg { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bac277 */.crmg-brochure { background: #ffffff; padding: 88px 40px; position: relative; overflow: hidden; }
  /* faint decorative grid behind the content; opacity is low enough that it never affects
     the text contrast values checked below (background stays effectively white) */
  .crmg-brochure__grid {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background-image:
      linear-gradient(rgba(46,58,110,0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(46,58,110,0.05) 1px, transparent 1px);
    background-size: 48px 48px;
  }
  .crmg-brochure__inner {
    max-width: 980px; margin: 0 auto; position: relative; z-index: 1;
    display: grid; grid-template-columns: 0.85fr 1fr; gap: 72px; align-items: center;
  }

  .crmg-brochure__visual { position: relative; display: flex; justify-content: center; padding: 24px; }
  .crmg-brochure__tape {
    position: absolute; top: -10px; left: 50%; width: 90px; height: 28px;
    background: rgba(0,175,239,0.85);
    transform: translateX(-50%) rotate(-4deg);
    box-shadow: 0 4px 10px rgba(46,58,110,0.18);
    z-index: 3;
  }

  .crmg-brochure__stack { position: relative; width: 100%; max-width: 280px; aspect-ratio: 3 / 4; }
  .crmg-brochure__page { position: absolute; inset: 0; border-radius: 6px; box-shadow: 0 18px 40px rgba(46,58,110,0.16); }
  .crmg-brochure__page--back { background: #e6e7e8; transform: rotate(-7deg) translate(-8px, 6px); z-index: 1; }
  .crmg-brochure__page--mid { background: #ffffff; border: 1px solid #e6e7e8; transform: rotate(-3deg) translate(-3px, 2px); z-index: 2; }
  .crmg-brochure__page--front {
    background-image: linear-gradient(rgba(46, 58, 110, 0.9), rgba(46, 58, 110, 0.9)), url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/Copy-of-IMG_8734-HDR-2.jpg'); z-index: 3;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 28px 24px; position: absolute; inset: 0;
  }
  .crmg-brochure__page-fold {
    position: absolute; top: 0; right: 0; width: 0; height: 0;
    border-style: solid; border-width: 0 22px 22px 0;
    border-color: transparent rgba(0,175,239,0.5) transparent transparent;
  }
  .crmg-brochure__page-eyebrow {
    font-family: 'Segoe UI', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65);
  }
  .crmg-brochure__page-title {
    font-family: 'Roboto Slab', Georgia, serif; font-size: 20px; font-weight: 800;
    color: #ffffff; line-height: 1.25; margin-top: 10px;
  }
  .crmg-brochure__page-foot {
    font-family: 'Segoe UI', sans-serif; font-size: 12px; color: rgba(255,255,255,0.6);
  }

  .crmg-brochure__badge {
    position: absolute; bottom: -14px; right: 4px; z-index: 4;
    background: #ffffff; border: 1px solid #e6e7e8; border-radius: 6px;
    padding: 10px 16px; box-shadow: 0 10px 26px rgba(46,58,110,0.2);
    display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  }
  .crmg-brochure__badge-num { font-family: 'Roboto Slab', Georgia, serif; font-size: 13px; font-weight: 800; color: #2e3a6e; }
  .crmg-brochure__badge-label { font-family: 'Segoe UI', sans-serif; font-size: 10px; color: #666666; text-transform: uppercase; letter-spacing: 0.08em; }

  .crmg-brochure__eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #006e97; margin: 0 0 14px; }
  .crmg-brochure__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #2e3a6e; margin: 0 0 20px; line-height: 1.2; }
  .crmg-brochure__desc { font-family: 'Segoe UI', sans-serif; font-size: 15px; color: #444444; line-height: 1.75; margin: 0 0 24px; max-width: 480px; }

  .crmg-brochure__list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 0 0 32px; padding: 0; }
  .crmg-brochure__list li { display: flex; align-items: flex-start; gap: 10px; font-family: 'Segoe UI', sans-serif; font-size: 14px; color: #333333; line-height: 1.5; }
  .crmg-brochure__check {
    flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px;
    border-radius: 50%; background: rgba(0,175,239,0.12);
    display: flex; align-items: center; justify-content: center;
  }
  .crmg-brochure__check svg { width: 11px; height: 11px; stroke: #006e97; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

  .crmg-brochure__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 28px; border-radius: 3px;
    font-family: 'Segoe UI', sans-serif; font-size: 14px; font-weight: 700;
    letter-spacing: 0.04em; text-decoration: none; cursor: pointer;
    border: 2px solid transparent; background: #00afef; color: #ffffff;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
  }
  .crmg-brochure__btn:hover { background: #0095cc; transform: translateY(-1px); color: #ffffff; }
  .crmg-brochure__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  .crmg-brochure__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crmg-brochure__reveal--visible { opacity: 1; transform: none; }
  .crmg-brochure__reveal--delay-1 { transition-delay: 0.1s; }
  .crmg-brochure__reveal--delay-2 { transition-delay: 0.2s; }

  @media (max-width: 900px) {
    .crmg-brochure__inner { grid-template-columns: 1fr; gap: 64px; }
    .crmg-brochure__visual { order: -1; }
  }
  @media (max-width: 600px) {
    .crmg-brochure { padding: 64px 24px; }
    .crmg-brochure__btn { width: 100%; }
    .crmg-brochure__stack { max-width: 240px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crmg-brochure__reveal { opacity: 1; transform: none; transition: none; }
    .crmg-brochure__btn { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-050d7bc */.crmg-cta { background-image: linear-gradient(rgba(46, 58, 110, 0.9), rgba(46, 58, 110, 0.9)), url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/DD-258.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 88px 40px; position: relative; overflow: hidden; margin: 100px 10.5vw; border-radius: 10px; }
  .crmg-cta::before {
    content: ''; position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px; border-radius: 50%;
    background: rgba(0,175,239,0.07); pointer-events: none;
  }
  .crmg-cta__inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; position: relative; z-index: 1; }
  .crmg-cta__text h2 { font-family: 'Roboto Slab', Georgia, serif; font-size: 30px; font-weight: 800; color: #ffffff; margin: 0 0 14px; line-height: 1.15; }
  .crmg-cta__text p { font-family: 'Segoe UI', sans-serif; font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 520px; margin: 0; }

  .crmg-cta__price {
    margin-top: 20px; display: inline-flex; align-items: baseline; gap: 8px;
    background: rgba(0,175,239,0.12); border: 1px solid rgba(0,175,239,0.3);
    border-radius: 3px; padding: 10px 18px;
  }
  /* white@0.7, not a lower value: below ~0.65 fails AA for 11px bold text on this tinted chip */
  .crmg-cta__price-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
  .crmg-cta__price-amount { font-family: 'Roboto Slab', Georgia, serif; font-size: 22px; font-weight: 800; color: #00afef; }

  .crmg-cta__actions { display: flex; flex-direction: column; gap: 14px; min-width: 200px; }
  .crmg-cta__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 15px 28px; border-radius: 3px;
    font-family: 'Segoe UI', sans-serif; font-size: 14px; font-weight: 700;
    letter-spacing: 0.04em; text-decoration: none; cursor: pointer;
    border: 2px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
  }
  .crmg-cta__btn:hover { transform: translateY(-1px); color: #ffffff; }
  .crmg-cta__btn--primary { background: #00afef; color: #ffffff; border-color: #00afef; }
  .crmg-cta__btn--primary:hover { background: #0095cc; border-color: #0095cc; }
  .crmg-cta__btn--ghost { background: transparent; color: #ffffff; border-color: rgba(255,255,255,0.5); }
  .crmg-cta__btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: #ffffff; }
  .crmg-cta__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  .crmg-cta__reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.72s cubic-bezier(0.22,1,0.36,1), transform 0.72s cubic-bezier(0.22,1,0.36,1);
  }
  .crmg-cta__reveal--visible { opacity: 1; transform: none; }
  .crmg-cta__reveal--delay-2 { transition-delay: 0.2s; }

  @media (min-width: 700px) { .crmg-cta__text h2 { font-size: 34px; } }
  @media (min-width: 1100px) { .crmg-cta__text h2 { font-size: 38px; } }

  @media (max-width: 900px) {
    .crmg-cta__inner { grid-template-columns: 1fr; gap: 36px; }
    .crmg-cta__actions { flex-direction: row; flex-wrap: wrap; }
  }
  @media (max-width: 600px) {
    .crmg-cta { padding: 64px 24px; }
    .crmg-cta__actions { flex-direction: column; }
    .crmg-cta__btn { width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .crmg-cta__reveal { opacity: 1; transform: none; transition: none; }
    .crmg-cta__btn { transition-duration: 0.01ms !important; }
  }/* End custom CSS */