.elementor-1583 .elementor-element.elementor-element-7aa7dfb{margin-top:-20px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-b52e981 */.mktg-hero {
  background: #2e3a6e url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/DJI_0104.jpg') center center / cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 150px 40px 200px;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
}

.mktg-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #141c3ceb 0%, #141c3ca6 50%, #141c3c73 100%);
  z-index: 1;
}

/* Diagonal tape: the signature element carried across every ARA hero */
.mktg-hero__tape { position: absolute; top: 0; right: -60px; width: 420px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.12; pointer-events: none; }
.mktg-hero__tape-2 { position: absolute; top: 0; right: 60px; width: 6px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.5; pointer-events: none; }
.mktg-hero__tape-3 { position: absolute; top: 0; right: 90px; width: 2px; height: 100%; background: #00afef; transform: skewX(-8deg); opacity: 0.3; pointer-events: none; }

.mktg-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00afef 0%, transparent 100%);
}

.mktg-hero__inner { position: relative; z-index: 2; max-width: 980px; width: 100%; }

/* white text, not sky: sky text over this badge's translucent tint can drop
   to roughly 3.6:1 against the brighter regions of the hero photo and fail
   the 4.5:1 needed at this size and weight */
.mktg-hero__label {
  display: inline-block;
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  background: #00afef1f;
  border: 1px solid #00afef59;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 28px;
}

.mktg-hero__title {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 62px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  max-width: 700px;
  margin-bottom: 20px;
}

.mktg-hero__title em { font-style: normal; color: #00afef; }

.mktg-hero__subtitle {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffffd1;
  max-width: 560px;
  margin-bottom: 32px;
}

.mktg-hero__meta { display: flex; gap: 32px; flex-wrap: wrap; }
.mktg-hero__meta-item { display: flex; flex-direction: column; gap: 4px; min-width: 0; }

/* white at low alpha, not solid sky: this text sits near the bottom of the
   hero where the overlay is lightest, and solid sky risks the same 3.6:1
   shortfall as the label badge above */
.mktg-hero__meta-item span:first-child {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00afef;
  font-weight: 700;
}
.mktg-hero__meta-item span:last-child {
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}

/* ---------- countdown ---------- */
.mktg-hero__countdown { margin-top: 36px; }

.mktg-hero__countdown-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff80;
  margin-bottom: 12px;
}

.mktg-hero__countdown-grid { display: flex; gap: 12px; flex-wrap: wrap; }

.mktg-hero__countdown-item {
  min-width: 64px;
  padding: 12px 8px;
  background: #ffffff0f;
  border: 1px solid #ffffff29;
  border-radius: 4px;
  text-align: center;
}

.mktg-hero__countdown-value {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 800;
  color: #00afef;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.mktg-hero__countdown-unit {
  display: block;
  margin-top: 6px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff80;
}

.mktg-hero__countdown-closed {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #ffffff14;
  border: 1px solid #ffffff2e;
  border-radius: 4px;
  padding: 12px 18px;
}

/* ---------- actions ---------- */
.mktg-hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 40px; }

.mktg-hero__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 0;
  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;
}
.mktg-hero__btn:hover { transform: translateY(-1px); }
.mktg-hero__btn:focus-visible { outline: 2px solid #00afef; outline-offset: 2px; }

/* dark navy text on sky blue, not white: white-on-sky only reaches roughly
   2.5:1 and fails AA at this weight and size */
.mktg-hero__btn--primary { background: #00afef; color: #141c3c; border-color: #00afef; }
.mktg-hero__btn--primary:hover { background: #0095cc; border-color: #0095cc; }
.mktg-hero__btn--outline { background: transparent; color: #ffffff; border-color: #ffffff8c; }
.mktg-hero__btn--outline:hover { background: #ffffff; color: #2e3a6e; border-color: #ffffff; }

.mktg-hero__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ---------- reveal animation ---------- */
/* Visible by default so the hero reads fine if JavaScript never runs;
   the script adds --pending only once it has set up the observer. */
.mktg-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);
}
.mktg-hero__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-hero__reveal--delay-1 { transition-delay: 0.1s; }
.mktg-hero__reveal--delay-2 { transition-delay: 0.2s; }
.mktg-hero__reveal--delay-3 { transition-delay: 0.3s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-hero__title { font-size: 46px; }
}
@media (max-width: 700px) {
  .mktg-hero { padding: 72px 24px 64px; min-height: auto; }
  .mktg-hero__title { font-size: 32px; }
  .mktg-hero__meta { gap: 20px; }
  .mktg-hero__countdown-grid { gap: 8px; }
  .mktg-hero__countdown-item { min-width: 56px; padding: 10px 6px; }
  .mktg-hero__countdown-value { font-size: 21px; }
  .mktg-hero__actions { flex-direction: column; margin-top: 36px; }
  .mktg-hero__actions .mktg-hero__btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-hero__reveal, .mktg-hero__reveal--pending { opacity: 1; transform: none; transition: none; }
  .mktg-hero__btn { transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64c5c64 */.mktg-overview { background: #ffffff; padding: 88px 40px; }

.mktg-overview__inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.mktg-overview__inner > * { min-width: 0; }

.mktg-overview__left h2 {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  color: #2e3a6e;
  line-height: 1.15;
  margin-bottom: 24px;
}
.mktg-overview__left p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15.5px;
  line-height: 1.78;
  color: #333333;
  margin-bottom: 18px;
}
.mktg-overview__left p:last-child { margin-bottom: 0; }

.mktg-overview__right {
  background: #2e3a6e;
  padding: 40px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.mktg-overview__right::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 100px;
  height: 4px;
  background: #00afef;
}

.mktg-overview__stat { margin-bottom: 32px; }
.mktg-overview__stat:last-child { margin-bottom: 0; }

.mktg-overview__stat-number {
  font-family: 'Roboto Slab', serif;
  font-size: 44px;
  font-weight: 800;
  color: #00afef;
  line-height: 1;
  margin-bottom: 6px;
}
.mktg-overview__stat-label {
  font-size: 13px;
  color: #ffffffa6;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.mktg-overview__stat-desc {
  font-size: 14.5px;
  color: #ffffffd9;
  line-height: 1.6;
  margin-top: 6px;
}
.mktg-overview__divider { height: 1px; background: #ffffff1f; margin: 28px 0; }

/* ---------- reveal animation ---------- */
.mktg-overview__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);
}
.mktg-overview__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-overview__reveal--delay-2 { transition-delay: 0.2s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-overview__inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 700px) {
  .mktg-overview { padding: 64px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-overview__reveal, .mktg-overview__reveal--pending { opacity: 1; transform: none; transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e074536 */.mktg-outcomes { background: #e6e7e8; padding: 88px 40px; }
.mktg-outcomes__inner { max-width: 980px; margin: 0 auto; }

.mktg-outcomes__eyebrow {
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #007cb0;
  margin-bottom: 14px;
}
.mktg-outcomes__title {
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  font-weight: 700;
  color: #2e3a6e;
  margin-bottom: 48px;
  max-width: 620px;
  line-height: 1.2;
}

.mktg-outcomes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mktg-outcomes__grid > * { min-width: 0; }

.mktg-outcomes__card {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 4px;
  border-top: 3px solid transparent;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}
.mktg-outcomes__card:hover {
  border-top-color: #00afef;
  transform: translateY(-4px);
  box-shadow: 0 12px 36px #2e3a6e1f;
}

.mktg-outcomes__card-icon {
  width: 40px; height: 40px;
  background: #00afef1a;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.mktg-outcomes__card-icon svg { width: 20px; height: 20px; stroke: #00afef; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.mktg-outcomes__card h3 {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #2e3a6e;
  margin-bottom: 10px;
  line-height: 1.3;
}
.mktg-outcomes__card p { font-family: 'Segoe UI', sans-serif; font-size: 14px; color: #555555; line-height: 1.7; }

/* ---------- reveal animation ---------- */
.mktg-outcomes__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);
}
.mktg-outcomes__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-outcomes__reveal--delay-1 { transition-delay: 0.1s; }
.mktg-outcomes__reveal--delay-2 { transition-delay: 0.2s; }
.mktg-outcomes__reveal--delay-3 { transition-delay: 0.3s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-outcomes__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .mktg-outcomes { padding: 64px 24px; }
  .mktg-outcomes__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-outcomes__reveal, .mktg-outcomes__reveal--pending { opacity: 1; transform: none; transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb101cc */.mktg-structure { background: #2e3a6e; padding: 88px 40px; position: relative; overflow: hidden; }

.mktg-structure::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: #00afef0f;
  pointer-events: none;
}

.mktg-structure__inner { max-width: 980px; margin: 0 auto; position: relative; z-index: 1; }

.mktg-structure__eyebrow {
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00afefcc;
  margin-bottom: 14px;
}
.mktg-structure__title {
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 48px;
  max-width: 620px;
  line-height: 1.2;
}

.mktg-structure__days { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mktg-structure__days > * { min-width: 0; }

.mktg-day-card {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  overflow: hidden;
  transition: background 0.25s ease;
}
.mktg-day-card:hover { background: #ffffff14; }

.mktg-day-card__header { padding: 20px 24px; background: #00afef; }
.mktg-day-card__number {
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffffbf;
}
.mktg-day-card__title {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 4px;
}

.mktg-day-card__modules { padding: 20px 24px; list-style: none; display: flex; flex-direction: column; gap: 0; }
.mktg-day-card__module { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-bottom: 1px solid #ffffff12; }
.mktg-day-card__module:last-child { border-bottom: none; }
.mktg-day-card__module-num { font-size: 10px; font-weight: 700; color: #00afef; letter-spacing: 0.08em; min-width: 24px; padding-top: 2px; }
.mktg-day-card__module-name { font-family: 'Segoe UI', sans-serif; font-size: 13.5px; color: #ffffffd1; line-height: 1.5; }

.mktg-structure__capstone {
  margin-top: 28px;
  background: #00afef1a;
  border: 1px solid #00afef4d;
  border-radius: 4px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.mktg-structure__capstone-icon {
  width: 48px; height: 48px;
  background: #00afef;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.mktg-structure__capstone-icon svg { width: 22px; height: 22px; stroke: #ffffff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mktg-structure__capstone p { font-family: 'Segoe UI', sans-serif; font-size: 14.5px; color: #ffffffcc; line-height: 1.65; }
.mktg-structure__capstone strong {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

/* ---------- reveal animation ---------- */
.mktg-structure__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);
}
.mktg-structure__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-structure__reveal--delay-1 { transition-delay: 0.1s; }
.mktg-structure__reveal--delay-2 { transition-delay: 0.2s; }
.mktg-structure__reveal--delay-3 { transition-delay: 0.3s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-structure__days { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .mktg-structure { padding: 64px 24px; }
  .mktg-structure__capstone { flex-direction: column; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-structure__reveal, .mktg-structure__reveal--pending { opacity: 1; transform: none; transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f29605 */.mktg-audience { background: #e6e7e8; padding: 88px 40px; }
.mktg-audience__inner { max-width: 980px; margin: 0 auto; }

.mktg-audience__eyebrow {
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00afef;
  margin-bottom: 14px;
}
.mktg-audience__title {
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  font-weight: 700;
  color: #2e3a6e;
  margin-bottom: 48px;
  max-width: 620px;
  line-height: 1.2;
}

.mktg-audience__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mktg-audience__grid > * { min-width: 0; }

.mktg-audience-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #2e3a6e14;
  border-radius: 4px;
  padding: 20px 22px;
}
.mktg-audience-item__dot { width: 7px; height: 7px; border-radius: 50%; background: #00afef; flex-shrink: 0; margin-top: 7px; }
.mktg-audience-item p { font-family: 'Segoe UI', sans-serif; font-size: 14px; font-weight: 600; color: #2e3a6e; line-height: 1.5; }

/* ---------- reveal animation ---------- */
.mktg-audience__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);
}
.mktg-audience__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-audience__reveal--delay-1 { transition-delay: 0.1s; }
.mktg-audience__reveal--delay-2 { transition-delay: 0.2s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-audience__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .mktg-audience { padding: 64px 24px; }
  .mktg-audience__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-audience__reveal, .mktg-audience__reveal--pending { opacity: 1; transform: none; transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1ea746 */.mktg-faculty { background: #ffffff; padding: 88px 40px; }
.mktg-faculty__inner { max-width: 980px; margin: 0 auto; }

.mktg-faculty__eyebrow {
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00afef;
  margin-bottom: 14px;
}
.mktg-faculty__title {
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  font-weight: 700;
  color: #2e3a6e;
  margin-bottom: 48px;
  max-width: 620px;
  line-height: 1.2;
}

.mktg-faculty__panel {
  max-width: 760px;
  margin: 48px auto 0;
  background: #e6e7e8;
  border-radius: 6px;
  padding: 40px 44px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.mktg-faculty__panel-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #2e3a6e;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.mktg-faculty__panel-icon svg { width: 26px; height: 26px; stroke: #00afef; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mktg-faculty__panel strong {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  color: #2e3a6e;
  margin-bottom: 10px;
}
.mktg-faculty__panel p { font-family: 'Segoe UI', sans-serif; font-size: 14.5px; color: #444444; line-height: 1.75; }

/* ---------- reveal animation ---------- */
.mktg-faculty__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);
}
.mktg-faculty__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-faculty__reveal--delay-1 { transition-delay: 0.1s; }
.mktg-faculty__reveal--delay-2 { transition-delay: 0.2s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-faculty__panel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 700px) {
  .mktg-faculty { padding: 64px 24px; }
  .mktg-faculty__panel { padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-faculty__reveal, .mktg-faculty__reveal--pending { opacity: 1; transform: none; transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05a3ee4 */.mktg-brochure { background: #e6e7e8; padding: 96px 40px; position: relative; overflow: hidden; scroll-margin-top: 100px; }

.mktg-brochure__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#2e3a6e17 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 22% 50%, #000000 0%, transparent 72%);
  mask-image: radial-gradient(ellipse 70% 70% at 22% 50%, #000000 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.mktg-brochure__inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 88px;
  align-items: center;
}
.mktg-brochure__inner > * { min-width: 0; }

.mktg-brochure__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 380px; }

.mktg-brochure__tape {
  position: absolute;
  top: 50%; left: 50%;
  width: 230px; height: 320px;
  background: #00afef;
  opacity: 0.1;
  border-radius: 6px;
  transform: translate(-50%, -50%) skewX(-8deg);
  z-index: 0;
  pointer-events: none;
}

.mktg-brochure__stack { position: relative; width: 250px; height: 320px; z-index: 1; }
.mktg-brochure__page { position: absolute; inset: 0; border-radius: 6px; box-shadow: 0 24px 54px #141c3c33; }
.mktg-brochure__page--back { background: #ffffff; border: 1px solid #2e3a6e14; transform: rotate(9deg); }
.mktg-brochure__page--mid { background: #ffffff; border: 1px solid #2e3a6e14; transform: rotate(-6deg); }
.mktg-brochure__page--front {
  background: linear-gradient(160deg, #2e3a6e 0%, #1e2750 100%);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transform: rotate(2deg);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.mktg-brochure__visual:hover .mktg-brochure__page--front { transform: rotate(-2deg) translateY(-8px); }

.mktg-brochure__page-eyebrow { font-family: 'Segoe UI', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #00afef; }
.mktg-brochure__page-title { font-family: 'Roboto Slab', serif; font-size: 20px; font-weight: 700; color: #ffffff; line-height: 1.28; margin: 18px 0; }
.mktg-brochure__page-foot { font-family: 'Segoe UI', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #ffffff80; }
.mktg-brochure__page-fold {
  position: absolute; bottom: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #ffffff29 transparent;
}

.mktg-brochure__badge {
  position: absolute;
  bottom: -6%; right: 4%;
  z-index: 2;
  background: #ffffff;
  border-radius: 6px;
  padding: 12px 18px;
  box-shadow: 0 14px 32px #141c3c29;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.mktg-brochure__badge-num { font-family: 'Roboto Slab', serif; font-size: 22px; font-weight: 800; color: #2e3a6e; }
.mktg-brochure__badge-label { font-family: 'Segoe UI', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #777777; margin-top: 4px; white-space: nowrap; }

.mktg-brochure__content { position: relative; z-index: 1; }
.mktg-brochure__eyebrow {
  font-family: 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2e3a6e;
  margin-bottom: 14px;
}
.mktg-brochure__title { font-family: 'Roboto Slab', serif; font-size: 34px; font-weight: 700; color: #2e3a6e; line-height: 1.2; margin: 14px 0 18px; }
.mktg-brochure__desc { font-family: 'Segoe UI', sans-serif; font-size: 15.5px; line-height: 1.75; color: #444444; max-width: 460px; margin-bottom: 30px; }

.mktg-brochure__list { list-style: none; display: flex; flex-direction: column; gap: 15px; margin-bottom: 38px; }
.mktg-brochure__list li { display: flex; align-items: center; gap: 13px; font-family: 'Segoe UI', sans-serif; font-size: 14.5px; color: #2e3a6e; font-weight: 600; }
.mktg-brochure__check { width: 22px; height: 22px; border-radius: 50%; background: #00afef; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mktg-brochure__check svg { width: 12px; height: 12px; stroke: #ffffff; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

/* dark navy text on sky blue, not white: white-on-sky only reaches roughly
   2.5:1 and fails AA at this weight and size */
.mktg-brochure__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 0;
  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 #00afef;
  background: #00afef;
  color: #141c3c;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.mktg-brochure__btn:hover { background: #0095cc; border-color: #0095cc; transform: translateY(-1px); }
.mktg-brochure__btn:focus-visible { outline: 2px solid #00afef; outline-offset: 2px; }
.mktg-brochure__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ---------- reveal animation ---------- */
.mktg-brochure__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);
}
.mktg-brochure__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-brochure__reveal--delay-1 { transition-delay: 0.1s; }
.mktg-brochure__reveal--delay-2 { transition-delay: 0.2s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-brochure__inner { grid-template-columns: 1fr; gap: 64px; justify-items: center; text-align: left; }
  .mktg-brochure__grid {
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000000 0%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000000 0%, transparent 72%);
  }
}
@media (max-width: 700px) {
  .mktg-brochure { padding: 64px 24px; }
  .mktg-brochure__stack { width: 210px; height: 270px; }
  .mktg-brochure__page-title { font-size: 17px; }
  .mktg-brochure__badge { right: 2%; }
  .mktg-brochure__btn { width: 100%; }
}
@media (max-width: 420px) {
  .mktg-brochure__stack { width: 180px; height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-brochure__reveal, .mktg-brochure__reveal--pending { opacity: 1; transform: none; transition: none; }
  .mktg-brochure__page--front, .mktg-brochure__btn { transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f66baf */.mktg-cta {
  background: #2e3a6e url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/DJI_0104.jpg') center / cover no-repeat;
  padding: 88px 40px;
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  width: calc(100% - 80px);
  margin: 60px auto;
  border-radius: 8px;
  scroll-margin-top: 100px;
}

.mktg-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #141c3cf2 0%, #141c3ce0 55%, #005f968c 100%);
  z-index: 1;
}

.mktg-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.mktg-cta__inner > * { min-width: 0; }

.mktg-cta__text h2 {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.15;
}
.mktg-cta__text p { font-family: 'Segoe UI', sans-serif; font-size: 15px; color: #ffffffd1; line-height: 1.7; max-width: 540px; }

.mktg-cta__actions { display: flex; flex-direction: column; gap: 14px; min-width: 0; }

.mktg-cta__contact { margin-top: 28px; font-family: 'Segoe UI', sans-serif; font-size: 13px; color: #ffffffa6; line-height: 1.6; }
.mktg-cta__contact a { color: #00afef; text-decoration: none; font-weight: 600; }
.mktg-cta__contact a:hover, .mktg-cta__contact a:focus-visible { text-decoration: underline; }

/* dark navy text on sky blue, not white: white-on-sky only reaches roughly
   2.5:1 and fails AA at this weight and size */
.mktg-cta__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 0;
  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 #00afef;
  background: #00afef;
  color: #141c3c;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.mktg-cta__btn:hover { background: #0095cc; border-color: #0095cc; transform: translateY(-1px); }
.mktg-cta__btn:focus-visible { outline: 2px solid #00afef; outline-offset: 2px; }
.mktg-cta__btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ---------- reveal animation ---------- */
.mktg-cta__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);
}
.mktg-cta__reveal--pending { opacity: 0; transform: translateY(28px); }
.mktg-cta__reveal--delay-2 { transition-delay: 0.2s; }

/* ---------- responsive (ARA breakpoints: 700px / 1100px) ---------- */
@media (max-width: 1100px) {
  .mktg-cta { width: calc(100% - 48px); }
  .mktg-cta__inner { grid-template-columns: 1fr; gap: 36px; }
  .mktg-cta__actions { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 700px) {
  .mktg-cta { padding: 64px 24px; width: calc(100% - 32px); margin: 40px auto; border-radius: 6px; }
  .mktg-cta__actions { flex-direction: column; }
  .mktg-cta__btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .mktg-cta__reveal, .mktg-cta__reveal--pending { opacity: 1; transform: none; transition: none; }
  .mktg-cta__btn { transition: none; }
}/* End custom CSS */