/* ═══════════════════════════════════════
   education.css — Education & Training page
   ═══════════════════════════════════════ */

/* ─── PAGE HERO ─── */
.page-hero { background: linear-gradient(135deg,#060606 0%,#111 50%,#0a0a0a 100%); padding: 100px 0 70px; position: relative; overflow: hidden; width: 100%; }
.page-hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px,rgba(184,134,11,.05) 1px,transparent 0); background-size: 32px 32px; }
.page-hero-content { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb-bar a { font-size: .76rem; color: rgba(255,255,255,.4); letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.breadcrumb-bar a:hover { color: var(--gold-light); }
.breadcrumb-bar span { font-size: .65rem; color: rgba(255,255,255,.2); }
.breadcrumb-bar p { font-size: .76rem; color: var(--gold-light); letter-spacing: .06em; text-transform: uppercase; margin: 0; }
.page-title { font-size: clamp(2rem,4vw,3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.page-title span { color: var(--gold-bright); }
.page-subtitle { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.78; max-width: 600px; }

/* ─── STATS BAND ─── */
.stats-band { background: #fff; border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(184,134,11,.15); overflow: hidden; }
.stats-band-row { display: flex; flex-wrap: wrap; }
.sb-stat { flex: 1; min-width: 0; padding: 2rem 1rem; text-align: center; border-right: 1px solid rgba(184,134,11,.12); }
.sb-stat:last-child { border-right: none; }
.sb-icon { font-size: 1.4rem; color: var(--gold); margin-bottom: .5rem; }
.sb-num { font-family: 'Playfair Display',serif; font-size: 2.1rem; color: var(--gold); font-weight: 700; line-height: 1; }
.sb-plus { font-family: 'Playfair Display',serif; font-size: 1.7rem; color: var(--gold); font-weight: 700; }
.sb-lbl { font-size: .68rem; color: #888; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

/* ─── PROGRAMMES ─── */
.sec-programmes { padding: 90px 0; background: #F9F8F5; }
.prog-card { background: #fff; border: 1px solid rgba(184,134,11,.15); border-radius: 8px; overflow: hidden; height: 100%; transition: all .3s; }
.prog-card:hover { border-color: rgba(184,134,11,.35); box-shadow: 0 10px 32px rgba(184,134,11,.1); transform: translateY(-4px); }
.prog-card-header { background: linear-gradient(135deg,var(--dark),#1c1c1c); padding: 1.6rem 1.75rem; position: relative; overflow: hidden; }
.prog-card-header::before { content: ''; position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; border-radius: 50%; background: rgba(184,134,11,.08); }
.prog-icon { font-size: 1.8rem; color: var(--gold-bright); margin-bottom: .7rem; }
.prog-title { font-family: 'Playfair Display',serif; font-size: 1.05rem; color: #fff; font-weight: 600; margin: 0; }
.prog-card-body { padding: 1.5rem 1.75rem; }
.prog-desc { font-size: .84rem; color: #666; line-height: 1.7; margin-bottom: 1.1rem; }
.prog-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.1rem; }
.prog-badge { font-size: .68rem; padding: .25rem .65rem; border-radius: 3px; font-weight: 700; letter-spacing: .04em; }
.prog-badge.duration { background: var(--gold-pale); color: var(--gold); }
.prog-badge.mode { background: #f0f7ff; color: #2b6cb0; }
.prog-badge.cert { background: #f0fff4; color: #276749; }
.prog-outcomes { list-style: none; padding: 0; margin: 0; }
.prog-outcomes li { font-size: .8rem; color: #555; padding: .3rem 0; display: flex; align-items: center; gap: .5rem; border-bottom: 1px solid #f5f5f5; }
.prog-outcomes li:last-child { border-bottom: none; }
.prog-outcomes li i { color: var(--gold); font-size: .78rem; flex-shrink: 0; }

/* ─── METHODOLOGY ─── */
.sec-methodology { padding: 90px 0; background: #fff; }
.method-step { text-align: center; padding: 2rem 1.2rem; }
.method-num { font-family: 'Playfair Display',serif; font-size: 3.5rem; color: rgba(184,134,11,.1); font-weight: 700; line-height: 1; }
.method-icon { width: 64px; height: 64px; background: var(--gold-pale); border: 2px solid rgba(184,134,11,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--gold); margin: 0 auto 1rem; }
.method-title { font-size: .92rem; font-weight: 700; color: var(--dark); margin-bottom: .5rem; font-family: 'Inter',sans-serif; }
.method-body { font-size: .82rem; color: #777; line-height: 1.65; }
.method-connector { display: flex; align-items: center; padding-top: 3rem; color: rgba(184,134,11,.3); font-size: 1.5rem; flex-shrink: 0; }

/* ─── PARTNERS / SECTORS ─── */
.sec-sectors { padding: 90px 0; background: #F9F8F5; }
.sector-card { background: #fff; border: 1px solid rgba(184,134,11,.12); border-radius: 8px; padding: 1.6rem 1.4rem; text-align: center; height: 100%; transition: all .3s; }
.sector-card:hover { border-color: rgba(184,134,11,.35); background: var(--gold-pale); transform: translateY(-3px); }
.sector-icon { font-size: 2rem; color: var(--gold); margin-bottom: .8rem; }
.sector-card h6 { font-size: .88rem; font-weight: 700; color: var(--dark); font-family: 'Inter',sans-serif; margin: 0; }

/* ─── DARK FEATURES ─── */
.sec-features-dark { padding: 90px 0; background: linear-gradient(135deg,var(--dark) 0%,#111 100%); position: relative; overflow: hidden; }
.sec-features-dark::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 30% 50%,rgba(184,134,11,.07) 0%,transparent 70%); }
.feat-dark { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; position: relative; z-index: 2; }
.feat-dark-icon { width: 46px; height: 46px; background: rgba(184,134,11,.12); border: 1px solid rgba(184,134,11,.25); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold-bright); flex-shrink: 0; }
.feat-dark h6 { color: #fff; font-size: .9rem; font-weight: 700; margin-bottom: .25rem; font-family: 'Inter',sans-serif; }
.feat-dark p { color: rgba(255,255,255,.48); font-size: .82rem; margin: 0; line-height: 1.65; }

/* ─── CTA BAND ─── */
.sec-cta { background: var(--gold); padding: 70px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-title { font-size: clamp(1.4rem,3vw,2rem); color: #000; margin-bottom: .4rem; }
.cta-sub { font-size: .92rem; color: rgba(0,0,0,.62); margin: 0; }
.cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.btn-dark-solid { display: inline-flex; align-items: center; background: var(--dark); color: #fff; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; padding: .78rem 2rem; border-radius: 3px; transition: all .28s; }
.btn-dark-solid:hover { background: #000; color: #fff; transform: translateY(-2px); }
.cta-call { display: inline-flex; align-items: center; color: rgba(0,0,0,.72); font-weight: 700; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; transition: color .28s; }
.cta-call:hover { color: #000; }

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .page-hero { padding: 80px 0 55px; }
  .method-connector { display: none; }
  .sb-stat { padding: 1.4rem .8rem; }
}
@media(max-width:767px) {
  .page-title { font-size: 1.75rem; }
  .stats-band-row { display: grid; grid-template-columns: 1fr 1fr; }
  .sb-stat { border-right: none; border-bottom: 1px solid rgba(184,134,11,.1); }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
}
@media(max-width:480px) {
  .page-title { font-size: 1.45rem; }
  .page-hero { padding: 70px 0 45px; }
}