.elementor-1542 .elementor-element.elementor-element-3d089cf{margin-top:-20px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-88e89d9 */html { font-size: 16px; scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

/* ── Tokens ── */
:root {
  --navy: #2e3a6e;
  --sky: #00afef;
  --grey: #e6e7e8;
  --white: #fff;
  --black: #000;
  --navy-dark: #1e2750;
  --sky-dim: #0095cc;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Scroll animation ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s var(--ease), transform 0.72s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ── Typography ── */
h2, h3, h4, h5 {
  font-family: 'Roboto Slab', Georgia, serif;
  line-height: 1.15;
}

/* ── Focus states (keyboard accessibility) ── */
.btn:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}

/* ── Anchor targets: offset for a fixed header when jumping in-page ── */
#cta, #brochure {
  scroll-margin-top: 100px;
}

/* ── HERO ── */
.hero {
  background: var(--navy) url('https://afracademy.lbs.edu.ng/wp-content/uploads/2026/06/LBS-GATE.png') center center / cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 150px 40px 200px;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
}

/* Dark overlay so text remains legible over the image */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 28, 60, 0.92) 0%,
    rgba(20, 28, 60, 0.65) 50%,
    rgba(20, 28, 60, 0.45) 100%
  );
  z-index: 1;
}

/* Diagonal tape: the signature element */
.hero__tape {
  position: absolute;
  top: 0; right: -60px;
  width: 420px;
  height: 100%;
  background: var(--sky);
  transform: skewX(-8deg);
  opacity: 0.12;
  pointer-events: none;
}
.hero__tape-2 {
  position: absolute;
  top: 0; right: 60px;
  width: 6px;
  height: 100%;
  background: var(--sky);
  transform: skewX(-8deg);
  opacity: 0.5;
  pointer-events: none;
}
.hero__tape-3 {
  position: absolute;
  top: 0; right: 90px;
  width: 2px;
  height: 100%;
  background: var(--sky);
  transform: skewX(-8deg);
  opacity: 0.3;
  pointer-events: none;
}

/* Bottom rule accent */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sky) 0%, transparent 100%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  width: 100%;
}

.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: var(--sky);
  background: rgba(0,175,239,0.12);
  border: 1px solid rgba(0,175,239,0.35);
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 28px;
}

.hero__title {
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: clamp(32px, 5.5vw, 62px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  max-width: 700px;
  margin-bottom: 20px;
}

.hero__title em {
  font-style: normal;
  color: var(--sky);
}

.hero__subtitle {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  margin-bottom: 32px;
}

.hero__meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.hero__meta-item span:first-child {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00afef;
  font-weight: 600;
}

.hero__meta-item span:last-child {
  font-size: 17px;
  color: var(--white);
  font-weight: 600;
}

/* Countdown: decorative reinforcement of the "Dates" meta item above.
   Marked aria-hidden in the markup since the real date already exists
   as accessible text, so the ticking digits never need to be announced. */
.countdown {
  margin-top: 36px;
}

.countdown__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00afef;
  margin-bottom: 12px;
}

.countdown__grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.countdown__item {
  min-width: 64px;
  padding: 12px 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 4px;
  text-align: center;
}

.countdown__value {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--sky);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.countdown__unit {
  display: block;
  margin-top: 6px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.countdown__closed {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 4px;
  padding: 12px 18px;
}

/* Hero CTAs */
.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* ── OVERVIEW ── */
.overview {
  background: var(--white);
  padding: 88px 40px;
}

.overview__inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.overview__inner > * { min-width: 0; }

.overview__left h2 {
  font-family: 'Roboto Slab';
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
}

.overview__left p {
  font-family: 'Segoe UI';
  font-size: 15.5px;
  line-height: 1.78;
  color: #333;
  margin-bottom: 18px;
}

.overview__right {
  background: var(--navy);
  padding: 40px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.overview__right::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 100px;
  height: 4px;
  background: var(--sky);
}

.overview__stat {
  margin-bottom: 32px;
}

.overview__stat:last-child { margin-bottom: 0; }

.overview__stat-number {
  font-family: 'Roboto Slab', serif;
  font-size: 44px;
  font-weight: 800;
  color: var(--sky);
  line-height: 1;
  margin-bottom: 6px;
}

.overview__stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.overview__stat-desc {
  font-size: 14.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-top: 6px;
}

.overview__divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 28px 0;
}

/* Supporting photography strip */
.overview__gallery {
  max-width: 980px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.overview__gallery-item {
  margin: 0;
  min-width: 0;
}

.overview__gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  background: var(--grey);
}

.overview__gallery-item figcaption {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--navy);
}

/* ── OUTCOMES ── */
.outcomes {
  background: var(--grey);
  padding: 88px 40px;
}

.outcomes__inner {
  max-width: 980px;
  margin: 0 auto;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 48px;
  max-width: 560px;
  line-height: 1.2;
}

.outcomes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.outcomes__grid > * { min-width: 0; }

.outcome-card {
  background: var(--white);
  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;
}

.outcome-card:hover {
  border-top-color: var(--sky);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(46,58,110,0.12);
}

.outcome-card__icon {
  width: 40px;
  height: 40px;
  background: rgba(0,175,239,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.outcome-card__icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--sky);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcome-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3;
}

.outcome-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* ── STRUCTURE ── */
.structure {
  background: var(--navy);
  padding: 88px 40px;
  position: relative;
  overflow: hidden;
}

.structure::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(0,175,239,0.06);
  pointer-events: none;
}

.structure__inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.structure__inner .section-title {
  color: var(--white);
}

.structure__days {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.structure__days > * { min-width: 0; }

.day-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  overflow: hidden;
  transition: background 0.25s ease;
}

.day-card:hover { background: rgba(255,255,255,0.08); }

.day-card__header {
  padding: 22px 28px;
  background: var(--sky);
  display: flex;
  align-items: center;
  gap: 14px;
}

.day-card__number {
  font-family: 'Roboto Slab', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

.day-card__title {
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
}

.day-card__modules {
  padding: 24px 28px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.day-card__module {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.day-card__module:last-child { border-bottom: none; }

.day-card__module-num {
  font-size: 10px;
  font-weight: 700;
  color: var(--sky);
  letter-spacing: 0.08em;
  min-width: 28px;
  padding-top: 2px;
}

.day-card__module-name {
  font-size: 14px;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
}

/* Capstone highlight */
.structure__capstone {
  margin-top: 28px;
  background: rgba(0,175,239,0.1);
  border: 1px solid rgba(0,175,239,0.3);
  border-radius: 4px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.structure__capstone-icon {
  width: 48px;
  height: 48px;
  background: var(--sky);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.structure__capstone-icon svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.structure__capstone p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.8);
  line-height: 1.65;
}

.structure__capstone strong {
  color: var(--white);
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

/* ── TARGET AUDIENCE ── */
.audience {
  background: var(--grey);
  padding: 88px 40px;
}

.audience__inner {
  max-width: 980px;
  margin: 0 auto;
}

.audience__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.audience__grid > * { min-width: 0; }

.audience-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--white);
  border: 1px solid rgba(46,58,110,0.08);
  border-radius: 4px;
  padding: 20px 22px;
}

.audience-item__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sky);
  flex-shrink: 0;
  margin-top: 7px;
}

.audience-item p {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
}

/* ── FACULTY ── */
.faculty {
  background: var(--white);
  padding: 88px 40px;
}

.faculty__inner {
  max-width: 980px;
  margin: 0 auto;
}

.faculty__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.faculty__grid > * { min-width: 0; }

.faculty-card {
  border: 1px solid var(--grey);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.faculty-card:hover {
  border-color: var(--sky);
  box-shadow: 0 10px 32px rgba(46,58,110,0.14);
  transform: translateY(-4px);
}

/* Whole card is a link through to the person's profile */
.faculty-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.faculty-card__link:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: -2px;
}

.faculty-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sky);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faculty-card:hover .faculty-card__cta,
.faculty-card:focus-within .faculty-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.faculty-card__cta svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.faculty-card:hover .faculty-card__cta svg,
.faculty-card:focus-within .faculty-card__cta svg {
  transform: translateX(3px);
}

/* Photo area: initials render first as a solid-colour base layer, the
   real headshot sits on top. If the headshot 404s, onerror hides the
   <img> and the initials show through, so no broken-image icon appears. */
.faculty-card__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--navy);
}

.faculty-card__initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--sky);
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%);
}

.faculty-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(55%) contrast(1.02);
  transition: filter 0.35s ease, transform 0.5s ease;
}

.faculty-card:hover .faculty-card__img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.faculty-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(20,28,60,0.72);
  padding: 5px 10px;
  border-radius: 2px;
}

.faculty-card__body {
  padding: 22px 20px 26px;
}

.faculty-card__body h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.3;
}

.faculty-card__role {
  font-size: 12.5px;
  color: #666;
  line-height: 1.5;
}

/* ── BROCHURE ──
   Signature: a tilted document stack (the pack) standing in for the
   physical brochure. It is the one surface on the page asked to
   represent paper, so it plays that materiality: layered pages, a
   folded corner, a drop shadow, and the hero's diagonal tape motif
   echoed behind it to tie the two CTA moments together. */
.brochure {
  background: var(--grey);
  padding: 96px 40px;
  position: relative;
  overflow: hidden;
}

.brochure__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(46,58,110,0.09) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 22% 50%, #000 0%, transparent 72%);
  mask-image: radial-gradient(ellipse 70% 70% at 22% 50%, #000 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.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;
}

.brochure__inner > * { min-width: 0; }

/* -- Visual: layered document stack -- */
.brochure__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.brochure__tape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 320px;
  background: var(--sky);
  opacity: 0.1;
  border-radius: 6px;
  transform: translate(-50%, -50%) skewX(-8deg);
  z-index: 0;
  pointer-events: none;
}

.brochure__stack {
  position: relative;
  width: 250px;
  height: 320px;
  z-index: 1;
}

.brochure__page {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  box-shadow: 0 24px 54px rgba(20,28,60,0.2);
}

.brochure__page--back {
  background: var(--white);
  border: 1px solid rgba(46,58,110,0.08);
  transform: rotate(9deg);
}

.brochure__page--mid {
  background: var(--white);
  border: 1px solid rgba(46,58,110,0.08);
  transform: rotate(-6deg);
}

.brochure__page--front {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transform: rotate(2deg);
  transition: transform 0.45s var(--ease);
}

.brochure__visual:hover .brochure__page--front {
  transform: rotate(-2deg) translateY(-8px);
}

.brochure__page-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sky);
}

.brochure__page-title {
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.28;
  margin: 18px 0;
}

.brochure__page-foot {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* Folded corner: a small triangle standing in for a dog-eared page */
.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 rgba(255,255,255,0.16) transparent;
}

.brochure__badge {
  position: absolute;
  bottom: -6%;
  right: 4%;
  z-index: 2;
  background: var(--white);
  border-radius: 6px;
  padding: 12px 18px;
  box-shadow: 0 14px 32px rgba(20,28,60,0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.brochure__badge-num {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
}

.brochure__badge-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777;
  margin-top: 4px;
  white-space: nowrap;
}

/* -- Content -- */
.brochure__content {
  position: relative;
  z-index: 1;
}

.brochure__title {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin: 14px 0 18px;
}

.brochure__desc {
  font-size: 15.5px;
  line-height: 1.75;
  color: #444;
  max-width: 460px;
  margin-bottom: 30px;
}

.brochure__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 38px;
}

.brochure__list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14.5px;
  color: var(--navy);
  font-weight: 600;
}

.brochure__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sky);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brochure__check svg {
  width: 12px;
  height: 12px;
  stroke: var(--white);
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── CTA ──
   A floating card rather than a full-bleed band, so it reads as the
   page's closing invitation. Width is capped with real pixel gutters
   (not vw units) so the card never gets crushed on narrow screens. */
.cta {
  background: var(--navy) url('https://picsum.photos/seed/ara-cta-market/1600/700') center / cover no-repeat;
  padding: 88px 40px;
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  width: calc(100% - 80px);
  margin: 60px auto;
  border-radius: 8px;
}

.cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(20,28,60,0.95) 0%, rgba(20,28,60,0.88) 55%, rgba(0,95,150,0.55) 100%);
  z-index: 1;
}

.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;
}

.cta__inner > * { min-width: 0; }

.cta__text h2 {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.15;
}

.cta__text p {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  max-width: 540px;
}

.cta__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.cta__contact {
  margin-top: 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}

.cta__contact a {
  color: var(--sky);
  text-decoration: none;
  font-weight: 600;
}

.cta__contact a:hover,
.cta__contact a:focus-visible {
  text-decoration: underline;
}

.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;
}

.btn:hover { transform: translateY(-1px); }

.btn--primary {
  background: var(--sky);
  color: var(--white);
  border-color: var(--sky);
}

.btn--primary:hover {
  background: var(--sky-dim);
  border-color: var(--sky-dim);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}

.btn--outline:hover {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}

.btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .overview__inner { grid-template-columns: 1fr; gap: 40px; }
  .overview__gallery { grid-template-columns: 1fr 1fr; }
  .outcomes__grid { grid-template-columns: 1fr 1fr; }
  .structure__days { grid-template-columns: 1fr; }
  .audience__grid { grid-template-columns: 1fr 1fr; }
  .faculty__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .brochure__inner { grid-template-columns: 1fr; gap: 64px; justify-items: center; text-align: left; }
  .brochure__grid { mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 0%, transparent 72%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 0%, transparent 72%); }
  .cta { width: calc(100% - 48px); }
  .cta__inner { grid-template-columns: 1fr; gap: 36px; }
  .cta__actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .hero { padding: 72px 24px 64px; min-height: auto; }
  .hero__meta { gap: 20px; }
  .countdown__grid { gap: 8px; }
  .countdown__item { min-width: 56px; padding: 10px 6px; }
  .countdown__value { font-size: 21px; }
  .hero__actions { flex-direction: column; margin-top: 36px; }
  .hero__actions .btn { width: 100%; }
  .overview { padding: 64px 24px; }
  .overview__gallery { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 48px; }
  .outcomes { padding: 64px 24px; }
  .outcomes__grid { grid-template-columns: 1fr; }
  .structure { padding: 64px 24px; }
  .audience { padding: 64px 24px; }
  .audience__grid { grid-template-columns: 1fr; }
  .faculty { padding: 64px 24px; }
  .faculty__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .brochure { padding: 64px 24px; }
  .brochure__stack { width: 210px; height: 270px; }
  .brochure__page-title { font-size: 18px; }
  .brochure__badge { right: 2%; }
  .brochure__btn { width: 100%; }
  .cta { padding: 64px 24px; width: calc(100% - 32px); margin: 40px auto; border-radius: 6px; }
  .cta__actions { flex-direction: column; }
  .btn { width: 100%; }
  .structure__capstone { flex-direction: column; gap: 16px; }
}

@media (max-width: 420px) {
  .overview__gallery { grid-template-columns: 1fr; }
  .faculty__grid { grid-template-columns: 1fr; }
  .brochure__stack { width: 180px; height: 230px; }
  .countdown__item { min-width: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; }
}/* End custom CSS */