/* ═══════════════════════════════════════
   TRAINING PAGE STYLES
   ═══════════════════════════════════════ */

.t-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}

/* ── Hero ── */
.t-hero { background: var(--dark); position: relative; overflow: hidden; }
.t-hero-bg {
  position: absolute; inset: 0;
  background: url('assets/bg-hero-training.jpg') center/cover no-repeat; z-index: 1;
}
.t-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(10,12,20,0.55); z-index: 2;
}
.t-hero .t-inner {
  padding-top: 160px; padding-bottom: 100px;
  position: relative; z-index: 3;
}
.t-label {
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  color: var(--gold); margin-bottom: 16px; text-transform: uppercase;
}
.t-hero h1 {
  font-size: 46px; font-weight: 300; line-height: 1.2;
  color: var(--white); margin-bottom: 24px;
}
.t-hero h1 .gold { color: var(--gold); font-weight: 600; }
.t-hero-sub {
  font-size: 15px; font-weight: 300; line-height: 1.75;
  color: rgba(255,255,255,0.55); max-width: 420px; margin-bottom: 36px;
}
.btn-gold {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; background: var(--gold); color: var(--dark);
  text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: 2px;
  border-radius: 4px; transition: background 0.25s; white-space: nowrap;
}
.btn-gold:hover { background: var(--gold-hover); }

/* ── Challenge ── */
.t-challenge {
  position: relative; overflow: hidden;
  background: #F0EDE6;
}
.t-challenge-bg {
  position: absolute; inset: 0;
  background: url('assets/bg-training-2.jpg') center right/cover no-repeat; z-index: 1;
  opacity: 0.35;
}
.t-challenge .t-inner {
  padding-top: 88px; padding-bottom: 88px;
  position: relative; z-index: 2;
}
.t-challenge h2 {
  font-size: 40px; font-weight: 400; line-height: 1.3;
  color: var(--text-dark); max-width: 560px;
}
.t-challenge h2 .gold { color: var(--gold); }

/* ── VERDICT Framework ── */
.t-verdict { background: var(--cream); }
.t-verdict .t-inner { padding-top: 88px; padding-bottom: 88px; }
.t-verdict-layout {
  display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: center;
}
.t-verdict-intro .t-label { margin-bottom: 20px; }
.t-verdict-intro .underline { width: 32px; height: 3px; background: var(--gold); margin-bottom: 20px; }
.t-verdict-intro p { font-size: 17px; font-weight: 400; color: var(--text-body); line-height: 1.7; }

/* Diagram with SVG lines */
.diagram-wrap {
  position: relative; width: 100%; max-width: 540px;
  margin: 0 auto; aspect-ratio: 1;
}
.diagram-lines {
  position: absolute; inset: 0; z-index: 1;
}
.diagram-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 140px; height: 140px; border-radius: 50%;
  border: 2px solid var(--gold); background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; letter-spacing: 5px; color: var(--gold);
  z-index: 2;
}
.diagram-center::before {
  content: ''; position: absolute; inset: -18px;
  border-radius: 50%; border: 1px solid rgba(200,150,46,0.2);
}
.d-node {
  position: absolute; z-index: 3;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 4px;
}
.d-node-icon {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--gold); background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 16px; flex-shrink: 0;
}
.d-node h4 {
  font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: var(--text-dark);
}
.d-node p {
  font-size: 10.5px; font-weight: 400; color: var(--text-body); line-height: 1.35;
}
/* Node positions - 6 equidistant around circle */
.dn-value { top: 0; left: 50%; transform: translateX(-50%); }
.dn-risks { top: 16%; right: 0; }
.dn-governance { bottom: 16%; right: 0; }
.dn-impl { bottom: 0; left: 50%; transform: translateX(-50%); }
.dn-deps { bottom: 16%; left: 0; }
.dn-evidence { top: 16%; left: 0; }

/* ── Participants (full width bg) ── */
.t-participants {
  background: #EFECE5;
}
.t-participants .t-inner {
  padding-top: 72px; padding-bottom: 72px;
  text-align: center;
}
.t-participants-title {
  font-size: 13px; font-weight: 700; letter-spacing: 3px;
  color: var(--text-dark); margin-bottom: 8px;
}
.t-participants-title-underline {
  width: 32px; height: 3px; background: var(--gold); margin: 0 auto 48px;
}
.p-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.p-item { padding: 0 28px; position: relative; }
.p-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 8%; height: 84%;
  width: 1px; background: var(--divider);
}
.p-icon {
  width: 56px; height: 56px; margin: 0 auto 20px;
  border: 1.5px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 22px;
}
.p-item h3 {
  font-size: 14px; font-weight: 800; letter-spacing: 2.5px;
  color: var(--text-dark); margin-bottom: 8px;
}
.p-item p {
  font-size: 13.5px; font-weight: 400; color: var(--text-body); line-height: 1.5;
  margin-bottom: 16px;
}
.p-item-underline { width: 24px; height: 2.5px; background: var(--gold); margin: 0 auto; }

/* ── Programme Journey ── */
.t-journey { background: var(--dark); }
.t-journey .t-inner { padding-top: 72px; padding-bottom: 72px; text-align: center; }
.t-journey-title {
  font-size: 13px; font-weight: 700; letter-spacing: 4px;
  color: var(--white); margin-bottom: 56px;
}
.timeline {
  display: flex; align-items: flex-start; position: relative;
}
/* Dotted connector line */
.timeline::before {
  content: ''; position: absolute; top: 28px; left: 28px; right: 0;
  height: 0; border-top: 2px dashed rgba(200,150,46,0.4); z-index: 1;
}
.tl-step {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  position: relative; z-index: 2;
}
.tl-circle {
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: var(--gold);
  margin-bottom: 14px; background: var(--dark);
}
.tl-circle.filled { background: var(--gold); color: var(--dark); }
.tl-icon-box {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: rgba(255,255,255,0.5);
  margin-bottom: 14px; background: var(--dark);
  position: relative; z-index: 2;
}
.tl-step-title {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  color: var(--white); margin-bottom: 6px; text-transform: uppercase;
}
.tl-step-desc {
  font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.45);
  line-height: 1.5; max-width: 140px;
}
/* Arrow inline with dotted line */
.tl-arrow {
  position: absolute; top: 21px; right: -8px;
  color: var(--gold); font-size: 16px; z-index: 3;
  line-height: 1;
}

/* ── Facilitator ── */
.t-facilitator { background: var(--white); border-top: 1px solid var(--divider); }
.t-facilitator .t-inner {
  padding-top: 80px; padding-bottom: 80px;
  display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: end;
}
.t-facilitator-photo img { width: 100%; display: block; border-radius: 10px; }
.t-facilitator-info .t-label { margin-bottom: 8px; }
.t-fac-name { font-size: 28px; font-weight: 700; color: var(--text-dark); margin-bottom: 14px; line-height: 1.25; }
.t-fac-desc { font-size: 15px; font-weight: 400; color: var(--text-body); line-height: 1.7; max-width: 380px; margin-bottom: 28px; }
.creds { display: flex; gap: 20px; flex-wrap: wrap; }
.cred { display: flex; align-items: center; gap: 10px; padding: 6px 0; }
.cred-icon {
  width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 13px; flex-shrink: 0;
}
.cred span { font-size: 10.5px; font-weight: 500; color: var(--text-body); line-height: 1.4; max-width: 110px; }

/* ── CTA ── */
.t-cta { background: var(--dark); position: relative; overflow: hidden; }
.t-cta-bg {
  position: absolute; inset: 0;
  background: url('assets/footer-bg.jpg') center/cover no-repeat; z-index: 1;
}
.t-cta-bg::after { content: ''; position: absolute; inset: 0; background: rgba(14,16,24,0.5); }
.t-cta .t-inner {
  padding-top: 80px; padding-bottom: 80px;
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
  position: relative; z-index: 2;
}
.t-cta h2 { font-size: 40px; font-weight: 300; color: var(--white); line-height: 1.3; }
.t-cta h2 .gold { color: var(--gold); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .t-inner { padding-left: 36px; padding-right: 36px; }
  .t-verdict-layout { grid-template-columns: 1fr; gap: 40px; }
  .t-facilitator .t-inner { grid-template-columns: 1fr; }
  .t-facilitator-photo { max-width: 300px; }
}
@media (max-width: 768px) {
  .t-inner { padding-left: 24px; padding-right: 24px; }
  .t-hero h1 { font-size: 32px; }
  .t-challenge h2 { font-size: 28px; }
  .diagram-wrap { max-width: 340px; }
  .diagram-center { width: 100px; height: 100px; font-size: 12px; letter-spacing: 3px; }
  .d-node p { display: none; }
  .d-node h4 { font-size: 9px; }
  .d-node-icon { width: 34px; height: 34px; font-size: 13px; }
  .p-grid { grid-template-columns: 1fr; gap: 32px; }
  .p-item:not(:last-child)::after { display: none; }
  .timeline { flex-wrap: wrap; gap: 20px; justify-content: center; }
  .timeline::before { display: none; }
  .tl-arrow { display: none; }
  .tl-step { flex: 0 0 auto; width: 100px; }
  .t-cta .t-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .t-cta h2 { font-size: 28px; }
}
@media (max-width: 480px) {
  .t-hero h1 { font-size: 26px; }
  .t-challenge h2 { font-size: 24px; }
  .diagram-wrap { max-width: 280px; }
  .diagram-center { width: 80px; height: 80px; font-size: 10px; letter-spacing: 2px; }
  .d-node-icon { width: 28px; height: 28px; font-size: 11px; }
  .tl-circle, .tl-icon-box { width: 44px; height: 44px; font-size: 15px; }
}