.elementor-1591 .elementor-element.elementor-element-3ca2b42{margin-top:-20px;margin-bottom:0px;}@media(max-width:767px){.elementor-1591 .elementor-element.elementor-element-eff4e29{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1591 .elementor-element.elementor-element-2220965 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-c7afce2 */.csre-hero {
    background: #2e3a6e url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/07/lbs-well-trimmed-landscape.png') center center / cover no-repeat;
    position: relative; overflow: hidden;
    padding: 250px 40px 150px;
    min-height: 100vh;
    display: flex; align-items: flex-end;
  }
  .csre-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(20,28,60,0.94) 0%, rgba(20,28,60,0.68) 50%, rgba(20,28,60,0.45) 100%);
    z-index: 1;
  }
  .csre-hero__tape { position: absolute; top: 0; right: -60px; width: 420px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.12; pointer-events: none; }
  .csre-hero__tape-2 { position: absolute; top: 0; right: 60px; width: 6px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.5; pointer-events: none; }
  .csre-hero__tape-3 { position: absolute; top: 0; right: 90px; width: 2px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.3; pointer-events: none; }
  .csre-hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 4px; background: linear-gradient(90deg, #00afef 0%, transparent 100%); z-index: 2;
  }
  .csre-hero__inner { position: relative; z-index: 2; max-width: 980px; width: 100%; }

  .csre-hero__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
  .csre-hero__badge {
    display: inline-flex; align-items: center; gap: 7px;
    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;
  }
  /* text is white, not sky, at this size: sky-on-dark-tint only reaches ~3.6:1 and fails the 4.5:1 needed for 11px bold */
  .csre-hero__badge--cert { color: #ffffff; background: rgba(255,255,255,0.1); border: 1px solid rgba(0,175,239,0.5); }
  .csre-hero__badge--online { color: #ffffff; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); }
  .csre-hero__badge svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  .csre-hero__title {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 34px; font-weight: 800;
    color: #ffffff; line-height: 1.1;
    max-width: 680px; margin: 0 0 28px;
  }
  .csre-hero__title em { font-style: normal; color: #00afef; }

  .csre-hero__meta { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 36px; }
  .csre-hero__meta-item { display: flex; flex-direction: column; gap: 4px; font-family: 'Roboto Slab', Georgia, serif; }
  /* white@0.6, not 0.45: 0.45 measures 3.55:1 on navy and fails AA for 10px text */
  .csre-hero__meta-item span:first-child { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.6); font-weight: 600; }
  .csre-hero__meta-item span:last-child { font-size: 15px; color: #ffffff; font-weight: 600; }
  .csre-hero__price-wrap span:last-child { font-size: 20px; color: #00afef; font-weight: 800; font-family: 'Roboto Slab', Georgia, serif; }

  .csre-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
  .csre-hero__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;
  }
  .csre-hero__btn:hover { transform: translateY(-1px); color: #ffffff; }
  .csre-hero__btn--primary { background: #00afef; color: #ffffff; border-color: #00afef; }
  .csre-hero__btn--primary:hover { background: #0095cc; border-color: #0095cc; }
  .csre-hero__btn--outline { background: transparent; color: #ffffff; border-color: rgba(255,255,255,0.5); }
  .csre-hero__btn--outline:hover { background: rgba(255,255,255,0.1); border-color: #ffffff; }
  .csre-hero__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  .csre-hero__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);
  }
  .csre-hero__reveal--visible { opacity: 1; transform: none; }
  .csre-hero__reveal--delay-1 { transition-delay: 0.1s; }
  .csre-hero__reveal--delay-2 { transition-delay: 0.2s; }
  .csre-hero__reveal--delay-3 { transition-delay: 0.3s; }

  @media (min-width: 700px) { .csre-hero__title { font-size: 46px; } }
  @media (min-width: 1100px) { .csre-hero__title { font-size: 58px; } }

  @media (max-width: 600px) {
    .csre-hero { padding: 72px 24px 64px; min-height: auto; }
    .csre-hero__meta { gap: 20px; }
    .csre-hero__actions { flex-direction: column; }
    .csre-hero__actions .csre-hero__btn { width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-hero__reveal { opacity: 1; transform: none; transition: none; }
    .csre-hero__btn { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f76d45 */.csre-overview { background: #ffffff; padding: 88px 40px; }
  .csre-overview__inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }

  .csre-overview__left h2 {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 28px; font-weight: 700; color: #2e3a6e; margin: 0 0 24px;
  }
  .csre-overview__left p { font-family: 'Segoe UI', sans-serif; font-size: 15.5px; line-height: 1.78; color: #333333; margin: 0 0 18px; }
  .csre-overview__left p:last-child { margin-bottom: 0; }

  .csre-overview__right { background: 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/AA-518.jpg'); padding: 40px; border-radius: 4px; position: relative; overflow: hidden; }
  .csre-overview__right::before { content: ''; position: absolute; top: 0; right: 0; width: 100px; height: 4px; background: #00afef; }

  .csre-overview__stat { margin-bottom: 32px; }
  .csre-overview__stat:last-child { margin-bottom: 0; }
  .csre-overview__stat-number { font-family: 'Roboto Slab', Georgia, serif; font-size: 44px; font-weight: 800; color: #00afef; line-height: 1; margin-bottom: 6px; }
  .csre-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; }
  .csre-overview__stat-desc { font-family: 'Segoe UI', sans-serif; font-size: 14.5px; color: rgba(255,255,255,0.85); line-height: 1.6; margin-top: 6px; }
  .csre-overview__divider { height: 1px; background: rgba(255,255,255,0.12); margin: 28px 0; }

  .csre-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);
  }
  .csre-overview__reveal--visible { opacity: 1; transform: none; }
  .csre-overview__reveal--delay-2 { transition-delay: 0.2s; }

  @media (min-width: 700px) { .csre-overview__left h2 { font-size: 32px; } }
  @media (min-width: 1100px) { .csre-overview__left h2 { font-size: 36px; } }

  @media (max-width: 900px) {
    .csre-overview__inner { grid-template-columns: 1fr; gap: 40px; }
  }
  @media (max-width: 600px) {
    .csre-overview { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-overview__reveal { opacity: 1; transform: none; transition: none; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef955b0 */.csre-audience {
    background: #2e3a6e url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/01/PAU-22.jpg') center center / cover no-repeat;
    padding: 88px 40px;
    position: relative;
    overflow: hidden;
  }
 
  .csre-audience__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(20,28,60,0.92) 0%, rgba(20,28,60,0.84) 100%);
    z-index: 0;
  }
  .csre-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;
    z-index: 1;
  }
  .csre-audience__inner { max-width: 980px; margin: 0 auto; position: relative; z-index: 2; }

  /* eyebrow/title sit on the tinted photo, so both use white (not sky) to clear 4.5:1 */
  .csre-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; }
  .csre-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; }

  .csre-audience__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
  .csre-audience-card {
    background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.1);
    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;
  }
  .csre-audience-card:hover { background: rgba(255,255,255,0.12); }
  .csre-audience-card__icon {
    width: 38px; height: 38px; flex-shrink: 0;
    background: rgba(0,175,239,0.2); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .csre-audience-card__icon svg { width: 18px; height: 18px; stroke: #00afef; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .csre-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; }
  .csre-audience-card p { font-family: 'Segoe UI', sans-serif; font-size: 13.5px; color: rgba(255,255,255,0.7); line-height: 1.6; margin: 0; }

  .csre-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);
  }
  .csre-audience__reveal--visible { opacity: 1; transform: none; }
  .csre-audience__reveal--delay-1 { transition-delay: 0.1s; }
  .csre-audience__reveal--delay-2 { transition-delay: 0.2s; }
  .csre-audience__reveal--delay-3 { transition-delay: 0.3s; }
  .csre-audience__reveal--delay-4 { transition-delay: 0.4s; }

  @media (min-width: 700px) { .csre-audience__title { font-size: 30px; } }
  @media (min-width: 1100px) { .csre-audience__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .csre-audience { margin: 60px 6vw; }
    .csre-audience__grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .csre-audience { padding: 64px 24px; margin: 0; border-radius: 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-audience__reveal { opacity: 1; transform: none; transition: none; }
    .csre-audience-card { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51327cd */.csre-outcomes { background: #e6e7e8; padding: 88px 40px; }
  .csre-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 */
  .csre-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; }
  .csre-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; }

  .csre-outcomes__list { display: flex; flex-direction: column; gap: 14px; }
  .csre-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;
  }
  .csre-outcome-row:hover { border-left-color: #00afef; box-shadow: 0 6px 24px rgba(46,58,110,0.1); transform: translateX(4px); }
  .csre-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;
  }
  .csre-outcome-row:hover .csre-outcome-row__num { color: #006e97; }
  .csre-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; }
  .csre-outcome-row__body p { font-family: 'Segoe UI', sans-serif; font-size: 14px; color: #555555; line-height: 1.7; margin: 0; }

  .csre-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);
  }
  .csre-outcomes__reveal--visible { opacity: 1; transform: none; }
  .csre-outcomes__reveal--delay-1 { transition-delay: 0.1s; }
  .csre-outcomes__reveal--delay-2 { transition-delay: 0.2s; }
  .csre-outcomes__reveal--delay-3 { transition-delay: 0.3s; }
  .csre-outcomes__reveal--delay-4 { transition-delay: 0.4s; }
  .csre-outcomes__reveal--delay-5 { transition-delay: 0.5s; }

  @media (min-width: 700px) { .csre-outcomes__title { font-size: 30px; } }
  @media (min-width: 1100px) { .csre-outcomes__title { font-size: 34px; } }

  @media (max-width: 600px) {
    .csre-outcomes { padding: 64px 24px; }
    .csre-outcome-row { flex-direction: column; gap: 8px; }
    .csre-outcome-row__num { font-size: 20px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-outcomes__reveal { opacity: 1; transform: none; transition: none; }
    .csre-outcome-row { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccf1f51 */.csre-modules { background: #ffffff; padding: 88px 40px; }
  .csre-modules__inner { max-width: 980px; margin: 0 auto; }

  .csre-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; }
  .csre-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; }

  .csre-modules__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
  .csre-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;
  }
  .csre-module-card:hover { border-color: #00afef; box-shadow: 0 6px 20px rgba(46,58,110,0.09); transform: translateY(-2px); }
  .csre-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 */
  .csre-module-card:hover .csre-module-card__num { background: #006e97; }
  .csre-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; }

  .csre-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);
  }
  .csre-modules__reveal--visible { opacity: 1; transform: none; }
  .csre-modules__reveal--delay-1 { transition-delay: 0.1s; }
  .csre-modules__reveal--delay-2 { transition-delay: 0.2s; }
  .csre-modules__reveal--delay-3 { transition-delay: 0.3s; }
  .csre-modules__reveal--delay-4 { transition-delay: 0.4s; }

  @media (min-width: 700px) { .csre-modules__title { font-size: 30px; } }
  @media (min-width: 1100px) { .csre-modules__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .csre-modules__grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .csre-modules { padding: 64px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-modules__reveal { opacity: 1; transform: none; transition: none; }
    .csre-module-card { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d5e5a1 */.csre-faculty { background: #e6e7e8; padding: 88px 40px; }
  .csre-faculty__inner { max-width: 980px; margin: 0 auto; }

  .csre-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; }
  .csre-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; }

  .csre-faculty__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
  .csre-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;
  }
  .csre-faculty-card:hover { border-color: #00afef; box-shadow: 0 14px 36px rgba(46,58,110,0.16); transform: translateY(-3px); }

  .csre-faculty-card__portrait {
    position: relative; width: 100%; aspect-ratio: 1 / 0.9;
    background: #1c2650;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .csre-faculty-card__portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .csre-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);
  }
  .csre-faculty-card__tag--practitioner { background: rgba(0,110,151,0.75); border-color: rgba(0,175,239,0.6); }

  .csre-faculty-card__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
  .csre-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; }
  .csre-faculty-card__role { font-family: 'Segoe UI', sans-serif; font-size: 12.5px; color: #666666; line-height: 1.5; }
  .csre-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;
  }
  .csre-faculty-card:hover .csre-faculty-card__link { opacity: 1; transform: none; border-color: rgba(0,175,239,0.3); }
  .csre-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;
  }
  .csre-faculty-card:hover .csre-faculty-card__link svg { transform: translateX(3px); }
  @media (hover: none) {
    .csre-faculty-card__link { opacity: 1; transform: none; }
  }

  .csre-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);
  }
  .csre-faculty__reveal--visible { opacity: 1; transform: none; }
  .csre-faculty__reveal--delay-1 { transition-delay: 0.1s; }
  .csre-faculty__reveal--delay-2 { transition-delay: 0.2s; }
  .csre-faculty__reveal--delay-3 { transition-delay: 0.3s; }

  @media (min-width: 700px) { .csre-faculty__title { font-size: 30px; } }
  @media (min-width: 1100px) { .csre-faculty__title { font-size: 34px; } }

  @media (max-width: 900px) {
    .csre-faculty__grid { grid-template-columns: repeat(2,1fr); }
  }
  @media (max-width: 600px) {
    .csre-faculty { padding: 64px 24px; }
    .csre-faculty__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  }
  @media (max-width: 380px) {
    .csre-faculty__grid { grid-template-columns: 1fr; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-faculty__reveal { opacity: 1; transform: none; transition: none; }
    .csre-faculty-card, .csre-faculty-card__link, .csre-faculty-card__link svg { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aae54c6 */.csre-brochure { background: #ffffff; padding: 88px 40px; }
  .csre-brochure__inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1fr; gap: 72px; align-items: center; }

  .csre-brochure__preview { display: flex; justify-content: center; }
  .csre-brochure__doc {
    position: relative; width: 100%; max-width: 300px;
    background: linear-gradient(rgba(46, 58, 110, 0.7), rgba(46, 58, 110, 0.7)), 
                    url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/AA-518.jpg'); border-radius: 6px;
    padding: 40px 30px;
    display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
    box-shadow: 0 24px 60px rgba(46,58,110,0.22);
  }
  .csre-brochure__doc::before {
    content: ''; position: absolute; top: 14px; left: 14px; right: -14px; bottom: -14px;
    border: 1px solid rgba(0,175,239,0.35); border-radius: 6px; z-index: -1;
  }
  .csre-brochure__doc-badge {
    font-family: 'Segoe UI', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
    /* white on a near-opaque chip, not sky-on-tint: sky-on-tint only reaches ~3.6:1 and fails AA at 10px bold */
    color: #ffffff; background: rgba(255,255,255,0.14); border: 1px solid rgba(0,175,239,0.5);
    padding: 5px 12px; border-radius: 2px;
  }
  .csre-brochure__doc-icon {
    width: 46px; height: 46px; border-radius: 50%;
    background: rgba(0,175,239,0.15);
    display: flex; align-items: center; justify-content: center;
    margin-top: 6px;
  }
  .csre-brochure__doc-icon svg { width: 22px; height: 22px; stroke: #00afef; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .csre-brochure__doc h4 { font-family: 'Roboto Slab', Georgia, serif; font-size: 15px; font-weight: 700; color: #ffffff; margin: 4px 0 0; }
  .csre-brochure__doc p { font-family: 'Segoe UI', sans-serif; font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; margin: 0; }

  .csre-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; }
  .csre-brochure__title { font-family: 'Roboto Slab', Georgia, serif; font-size: 26px; font-weight: 700; color: #2e3a6e; margin: 0 0 20px; line-height: 1.2; }
  .csre-brochure__content > p { font-family: 'Segoe UI', sans-serif; font-size: 15px; color: #444444; line-height: 1.75; margin: 0 0 24px; max-width: 480px; }

  .csre-brochure__list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 0 0 32px; padding: 0; }
  .csre-brochure__list li {
    font-family: 'Segoe UI', sans-serif; font-size: 14px; color: #333333; line-height: 1.5;
    padding-left: 28px; position: relative;
  }
  .csre-brochure__list li::before {
    content: ''; position: absolute; left: 0; top: 3px;
    width: 16px; height: 16px; border-radius: 50%;
    background: rgba(0,175,239,0.12);
  }
  .csre-brochure__list li::after {
    content: ''; position: absolute; left: 5px; top: 7px;
    width: 6px; height: 3px;
    border-left: 2px solid #00afef; border-bottom: 2px solid #00afef;
    transform: rotate(-45deg);
  }

  .csre-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;
  }
  .csre-brochure__btn:hover { background: #0095cc; transform: translateY(-1px); color: #ffffff; }
  .csre-brochure__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  .csre-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);
  }
  .csre-brochure__reveal--visible { opacity: 1; transform: none; }
  .csre-brochure__reveal--delay-2 { transition-delay: 0.2s; }

  @media (max-width: 900px) {
    .csre-brochure__inner { grid-template-columns: 1fr; gap: 48px; }
    .csre-brochure__preview { order: -1; }
  }
  @media (max-width: 600px) {
    .csre-brochure { padding: 64px 24px; }
    .csre-brochure__btn { width: 100%; }
    .csre-brochure__doc { max-width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-brochure__reveal { opacity: 1; transform: none; transition: none; }
    .csre-brochure__btn { transition-duration: 0.01ms !important; }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc7a1da */.csre-cta { background-image: 
      linear-gradient(rgba(46, 58, 110, 0.85), rgba(46, 58, 110, 0.85)), 
      url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/01/PAU-22.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; }
  .csre-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;
  }
  .csre-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; }
  .csre-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; }
  .csre-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; }

  .csre-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 0.5: 0.5 measures 3.34:1 on this tinted chip and fails AA for 11px bold text */
  .csre-cta__price-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
  .csre-cta__price-amount { font-family: 'Roboto Slab', Georgia, serif; font-size: 22px; font-weight: 800; color: #00afef; }

  .csre-cta__actions { display: flex; flex-direction: column; gap: 14px; min-width: 200px; }
  .csre-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; background: #00afef; color: #ffffff;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
  }
  .csre-cta__btn:hover { background: #0095cc; transform: translateY(-1px); color: #ffffff; }
  .csre-cta__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  .csre-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);
  }
  .csre-cta__reveal--visible { opacity: 1; transform: none; }
  .csre-cta__reveal--delay-2 { transition-delay: 0.2s; }

  @media (min-width: 700px) { .csre-cta__text h2 { font-size: 34px; } }
  @media (min-width: 1100px) { .csre-cta__text h2 { font-size: 38px; } }

  @media (max-width: 900px) {
    .csre-cta__inner { grid-template-columns: 1fr; gap: 36px; }
    .csre-cta__actions { flex-direction: row; flex-wrap: wrap; }
  }
  @media (max-width: 600px) {
    .csre-cta { padding: 64px 24px; margin: 0; border-radius: 0; }
    .csre-cta__actions { flex-direction: column; }
    .csre-cta__btn { width: 100%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .csre-cta__reveal { opacity: 1; transform: none; transition: none; }
    .csre-cta__btn { transition-duration: 0.01ms !important; }
  }/* End custom CSS */