.programme-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.programme-page section[id], .programme-page article[id] { scroll-margin-top: 25px; }
.programme-hero { padding: 80px 0 0; background: #031b2b; color: #fff; }
.programme-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #008754; margin: 0 0 20px; }
.programme-hero .programme-eyebrow, .programme-support .programme-eyebrow { color: #69dfa8; }
.programme-hero h1 { max-width: 860px; font: 400 clamp(56px, 7vw, 100px)/.98 "Bebas Neue", sans-serif; margin: 0 0 28px; }
.programme-hero p:not(.programme-eyebrow) { max-width: 780px; color: #c0d0d9; }
.programme-hero .programme-lead { font-size: clamp(21px, 2.4vw, 28px); line-height: 1.5; }
.programme-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin: 32px 0 58px; }
.programme-button { display: inline-block; padding: 15px 22px; background: #72e1ae; color: #031b2b !important; font-weight: 700; text-decoration: none; border-radius: 4px; }
.programme-button:hover { background: #a6f0ce; }
.programme-jumps { display: flex; flex-wrap: wrap; gap: 20px 42px; padding: 22px 0; border-top: 1px solid #446172; }
.programme-jumps a { font-size: 15px; }
.programme-section { padding-block: 82px; }
.programme-heading { max-width: 850px; margin-bottom: 38px; }
.programme-heading h2 { font: 400 clamp(40px, 4.5vw, 64px)/1.05 "Bebas Neue", sans-serif; margin: 0 0 22px; }
.programme-heading > p:last-child { color: #485967; font-size: 19px; }
.programme-question-grid, .programme-support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.programme-question-grid article { padding: 30px; background: #fff; border: 1px solid #cbd3d8; }
.programme-question-grid article > span { font-size: 12px; color: #008754; font-weight: 700; }
.programme-page h3 { font: 600 29px/1.15 "Barlow Condensed", sans-serif; margin: 16px 0; }
.programme-question-grid p, .programme-two-col p { color: #485967; }
.programme-evidence { padding-block: 74px; background: #e5eee9; }
.programme-table-wrap { overflow-x: auto; }
.programme-evidence table { width: 100%; border-collapse: collapse; font-size: 16px; }
.programme-evidence caption { text-align: left; margin-bottom: 15px; color: #485967; }
.programme-evidence th, .programme-evidence td { padding: 16px 18px; text-align: left; border-bottom: 1px solid #aabeb0; }
.programme-evidence thead { background: #d6e5dc; }
.programme-evidence td:nth-child(2) { font-weight: 700; }
.programme-evidence-note { font-size: 15px; max-width: 960px; }
.programme-disclosure { margin-top: 28px; border-top: 1px solid #aabeb0; padding: 18px 0 0; }
.programme-disclosure summary { cursor: pointer; font-weight: 700; }
.programme-disclosure > div { max-width: 950px; }
.programme-network { margin: 36px 0 44px; padding: 34px; border: 1px solid #bdcbd3; background: #fff; }
.programme-network figcaption { margin-bottom: 28px; font-size: 14px; color: #485967; }
.network-start, .network-finish { display: flex; gap: 18px; align-items: center; padding: 22px; background: #e8f3ed; }
.programme-network span { display: inline-grid; place-items: center; width: 34px; height: 34px; flex-shrink: 0; background: #031b2b; color: #fff; border-radius: 50%; font-weight: 700; }
.programme-network strong, .programme-network small { display: block; }
.programme-network small { margin-top: 5px; color: #485967; font-size: 14px; }
.network-branches { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 28px; }
.network-branches > div { padding: 20px; border-left: 3px solid #008754; background: #f4f8fa; }
.network-branches span { margin-bottom: 12px; }
.programme-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.programme-callout { background: #e5eee9; padding: 30px; margin-top: 32px; }
.programme-callout h3 { margin-top: 0; }
.programme-callout a { font-weight: 700; }
.programme-support { padding-block: 82px; background: #031b2b; color: #fff; }
.programme-support .programme-heading > p:last-child { color: #c0d0d9; }
.programme-support-grid article { padding: 32px; background: #0d2d3e; border-top: 2px solid #69dfa8; }
.programme-support-grid article p, .programme-promise p { color: #c0d0d9; }
.programme-support-grid a { display: block; margin-top: 18px; font-weight: 700; font-size: 15px; text-decoration-color: #69dfa8; }
.programme-promise { margin-top: 44px; padding-top: 28px; border-top: 1px solid #446172; max-width: 920px; }
.programme-contact { font-size: 14px; }
@media (max-width: 760px) {
  .programme-shell { width: calc(100% - 40px); }
  .programme-hero { padding-top: 46px; }
  .programme-section, .programme-support, .programme-evidence { padding-block: 48px; }
  .programme-question-grid, .programme-support-grid, .programme-two-col { grid-template-columns: 1fr; gap: 20px; }
  .programme-question-grid article, .programme-support-grid article { padding: 24px; }
  .programme-heading > p:last-child { font-size: 17px; }
  .programme-network { padding: 20px; margin-inline: 0; }
  .network-branches { grid-template-columns: 1fr; gap: 14px; padding: 20px 0 20px 18px; }
  .network-start, .network-finish { align-items: flex-start; padding: 16px; }
  .programme-evidence th, .programme-evidence td { padding: 12px 8px; font-size: 14px; }
  .programme-callout { padding: 24px; }
  .programme-actions { align-items: flex-start; flex-direction: column; }
}
