.prog-hero { background: var(--navy); padding: 100px 0 60px; border-bottom: 1px solid rgba(245,166,35,0.2); }
.prog-hero .container { max-width: 880px; }
.back-link { display: inline-block; color: var(--gold); font-size: 13px; font-weight: 500; text-decoration: none; margin-bottom: 28px; letter-spacing: 0.3px; transition: opacity 0.2s; }
.back-link:hover { opacity: 0.7; }
.prog-vertical-tag { display: inline-block; background: rgba(245,166,35,0.15); color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; margin-bottom: 16px; }
.prog-title { font-size: clamp(24px, 4vw, 36px); font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 14px; max-width: 720px; }
.prog-duration { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.gold-text { color: var(--gold); font-weight: 700; }
.prog-tagline { font-size: 15px; font-style: italic; color: rgba(255,255,255,0.55); margin-bottom: 30px; max-width: 600px; line-height: 1.6; }
.prog-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.prog-main { max-width: 880px; padding-top: 60px; padding-bottom: 80px; }
.prog-section { margin-bottom: 60px; }
.section-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.prog-section h2 { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.prog-body-text { font-size: 15px; line-height: 1.8; color: #444; max-width: 720px; }
.objectives-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 10px; }
.objective-card { background: var(--light-bg); border-left: 3px solid var(--gold); padding: 20px 18px; border-radius: 4px; }
.obj-num { font-size: 28px; font-weight: 800; color: var(--gold); margin-bottom: 10px; line-height: 1; }
.objective-card p { font-size: 14px; line-height: 1.7; color: var(--grey-text); }
.days-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 10px; }
.day-card { background: var(--navy); border-radius: 6px; padding: 24px 20px; }
.day-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.day-card h3 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 12px; line-height: 1.3; }
.day-card p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.65); }
.outcomes-section { background: var(--light-bg); padding: 40px; border-radius: 8px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 16px; }
.outcome-card { background: var(--white); padding: 20px 18px; border-radius: 4px; border-top: 3px solid var(--gold); }
.outcome-icon { font-size: 24px; font-weight: 800; color: var(--gold); margin-bottom: 12px; }
.outcome-card p { font-size: 13px; line-height: 1.7; color: var(--grey-text); }
.audience-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.audience-tag { background: var(--navy); color: var(--white); font-size: 12px; font-weight: 500; padding: 7px 14px; border-radius: 3px; }
.hrdcorp-badge { display: flex; align-items: flex-start; gap: 16px; background: var(--navy2); border: 1px solid rgba(245,166,35,0.3); padding: 20px 24px; border-radius: 6px; }
.hrd-icon { background: var(--gold); color: var(--navy); font-weight: 800; font-size: 16px; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hrdcorp-badge strong { font-size: 14px; font-weight: 700; color: var(--white); display: block; margin-bottom: 4px; }
.hrdcorp-badge p { font-size: 12px; color: rgba(255,255,255,0.5); }
.prog-cta-section { text-align: center; background: var(--navy); padding: 60px 40px; border-radius: 8px; }
.prog-cta-section h2 { color: var(--white); font-size: 26px; margin-bottom: 10px; }
.prog-cta-section p { color: rgba(255,255,255,0.6); font-size: 15px; }
.btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font); font-weight: 600; font-size: 14px; padding: 12px 24px; border-radius: 3px; cursor: pointer; text-decoration: none; transition: all 0.2s ease; border: 2px solid transparent; white-space: nowrap; }
.btn-gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
@media (max-width: 768px) {
  .prog-hero { padding: 80px 0 40px; }
  .prog-hero-actions { flex-direction: column; }
  .prog-hero-actions .btn { width: 100%; text-align: center; }
  .objectives-grid, .days-grid, .outcomes-grid { grid-template-columns: 1fr; }
  .outcomes-section { padding: 24px; }
  .prog-cta-section { padding: 40px 24px; }
  .hrdcorp-badge { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════════════
   AIC PROGRAMME HERO — PREMIUM INTERACTIVE LAYER SYSTEM
   Added: depth, motion, mouse intelligence
═══════════════════════════════════════════════════════════ */

/* ── Hero container: establish stacking context ── */
.prog-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* ── LAYER 1: Animated grid canvas ── */
.prog-hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.14;
  pointer-events: none;
  display: block;
}

/* ── LAYER 2: Mouse-tracking ambient glow ── */
.prog-hero-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(245, 166, 35, 0.08) 0%,
    rgba(245, 166, 35, 0.035) 40%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: transform;
}

/* Glow reveals on hero mouse-enter */
.prog-hero.glow-active .prog-hero-glow {
  opacity: 1;
}

/* ── LAYER 3: Background programme letterform ── */
.prog-hero-letterform {
  position: absolute;
  right: -1%;
  top: 50%;
  transform: translateY(-48%);
  font-family: var(--font, 'Inter', sans-serif);
  font-weight: 900;
  font-size: clamp(160px, 22vw, 300px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  background: linear-gradient(
    150deg,
    rgba(245, 166, 35, 0.12) 0%,
    rgba(245, 166, 35, 0.05) 50%,
    transparent 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  animation: letterform-breathe 9s ease-in-out infinite;
  will-change: opacity;
}

@keyframes letterform-breathe {
  0%, 100% { opacity: 0.8; }
  50%       { opacity: 1;   }
}

/* ── LAYER 4: Bottom depth transition ── */
.prog-hero-depth {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(10, 22, 40, 0.55) 55%,
    var(--navy, #0A1628) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* ── LAYER 5: Ensure existing .container sits above all layers ── */
.prog-hero > .container {
  position: relative;
  z-index: 3;
}

/* ── ENTRANCE ANIMATIONS for existing content ── */
.prog-hero .back-link {
  animation: prog-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.05s;
}

.prog-hero .prog-vertical-tag {
  animation: prog-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.12s;
}

.prog-hero .prog-title {
  animation: prog-fade-up 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.2s;
}

.prog-hero .prog-duration {
  animation: prog-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.32s;
}

.prog-hero .prog-tagline {
  animation: prog-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.42s;
}

.prog-hero .prog-hero-actions {
  animation: prog-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.54s;
}

@keyframes prog-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}

/* ── GOLD ACCENT LINE: left edge indicator ── */
.prog-hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--gold, #F5A623) 30%,
    var(--gold, #F5A623) 70%,
    transparent 100%
  );
  opacity: 0.4;
  z-index: 3;
  animation: accent-line-in 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.6s;
}

@keyframes accent-line-in {
  from { opacity: 0; transform: scaleY(0); }
  to   { opacity: 0.4; transform: scaleY(1); }
}

/* ── REDUCE MOTION: full accessibility compliance ── */
@media (prefers-reduced-motion: reduce) {
  .prog-hero-letterform,
  .prog-hero .back-link,
  .prog-hero .prog-vertical-tag,
  .prog-hero .prog-title,
  .prog-hero .prog-duration,
  .prog-hero .prog-tagline,
  .prog-hero .prog-hero-actions,
  .prog-hero::before {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
  .prog-hero-glow { display: none; }
  .prog-hero-grid { opacity: 0.08; }
}

/* ── MOBILE: scale down, hide glow ── */
@media (max-width: 768px) {
  .prog-hero-letterform {
    font-size: clamp(120px, 35vw, 180px);
    right: -4%;
    opacity: 0.55;
  }
  .prog-hero-glow { display: none; }
  .prog-hero-depth { height: 90px; }
  .prog-hero::before { display: none; }
}

/* ── TABLET ── */
@media (max-width: 1024px) and (min-width: 769px) {
  .prog-hero-letterform {
    font-size: clamp(140px, 20vw, 220px);
  }
}
