/* V24 — Modern programme detail pages */
.programme-modern-page{overflow:hidden}
.programme-modern-hero{background:linear-gradient(120deg,#f7faff 0%,#eef5ff 58%,#f8fbff 100%);padding:72px 0 78px;border-bottom:1px solid #e1eaf6;position:relative}
.programme-modern-hero:before{content:"";position:absolute;width:480px;height:480px;border:1px solid rgba(7,85,201,.09);border-radius:50%;right:-250px;top:-240px}
.programme-modern-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(380px,.78fr);gap:72px;align-items:center;position:relative;z-index:1}
.programme-modern-hero-copy{max-width:720px}
.programme-breadcrumb{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:28px;color:#7488a6}
.programme-breadcrumb a{color:#0755c9}.programme-breadcrumb span{margin-left:5px}
.programme-modern-hero .kicker{display:inline-flex;align-items:center;gap:8px;color:#0755c9;font-size:10px;font-weight:900;letter-spacing:.16em;margin-bottom:12px}
.programme-modern-hero h1{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.055em;color:#092a61;max-width:820px;margin:0 0 19px}
.programme-hero-tagline{font-size:18px;line-height:1.55;color:#506887;max-width:650px;margin:0}
.programme-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:29px}
.programme-hero-actions .btn{min-height:49px;padding:13px 21px}
.programme-hero-actions .btn span{margin-left:5px}
.programme-hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}
.programme-hero-trust span{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe6f5;background:#fff;border-radius:999px;padding:8px 12px;color:#536b8b;font-size:10px;font-weight:800;box-shadow:0 5px 16px rgba(10,43,95,.04)}
.programme-hero-trust b{color:#0755c9;font-size:9px}
.programme-modern-hero-media{position:relative;max-width:510px;width:100%;justify-self:end}
.programme-image-frame{height:520px;border-radius:28px;overflow:hidden;background:#dbe7f6;box-shadow:0 28px 70px rgba(10,43,95,.16);border:8px solid rgba(255,255,255,.9)}
.programme-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center}
.programme-floating-card{position:absolute;left:-28px;bottom:30px;background:#fff;border:1px solid #e1e9f4;border-radius:18px;padding:17px 19px;box-shadow:0 18px 40px rgba(10,43,95,.14);min-width:235px}
.programme-floating-card span{display:block;color:#0755c9;font-size:8px;font-weight:900;letter-spacing:.15em;margin-bottom:5px}
.programme-floating-card strong{display:block;color:#122f59;font-size:16px;letter-spacing:-.025em}
.programme-floating-card small{display:block;color:#7890ad;font-size:9px;margin-top:4px}
.programme-overview-modern{padding:92px 0}
.programme-overview-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:78px;align-items:start}
.programme-overview-copy h2{font-size:42px;line-height:1.05;letter-spacing:-.045em;color:#102e58;margin:8px 0 17px;max-width:600px}
.programme-lead{font-size:14px;line-height:1.8;color:#657b99;max-width:600px;margin:0}
.programme-text-link{display:inline-flex;align-items:center;gap:7px;margin-top:24px;color:#0755c9;font-size:11px;font-weight:900;border-bottom:1px solid #a8c4ee;padding-bottom:4px}
.programme-feature-grid{display:grid;grid-template-columns:1fr;gap:12px}
.programme-feature-card{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start;padding:21px 22px;border:1px solid #e2eaf4;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(10,43,95,.045);transition:transform .2s ease,box-shadow .2s ease}
.programme-feature-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(10,43,95,.08)}
.programme-feature-card>span{width:34px;height:34px;border-radius:10px;background:#edf4ff;color:#0755c9;display:grid;place-items:center;font-size:9px;font-weight:900}
.programme-feature-card h3{font-size:15px;color:#17365f;margin:0 0 5px}
.programme-feature-card p{font-size:11px;line-height:1.65;color:#7386a0;margin:0}
.programme-skills-section{background:#f5f8fc;padding:88px 0;border-top:1px solid #e8eef6;border-bottom:1px solid #e8eef6}
.programme-section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:32px}
.programme-section-heading h2{font-size:43px;line-height:1.02;letter-spacing:-.045em;color:#102e58;margin:8px 0 0}
.programme-section-heading>p{font-size:12px;line-height:1.7;color:#7286a1;max-width:430px;margin:0 0 3px}
.programme-skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.programme-skill-card{background:#fff;border:1px solid #e0e8f3;border-radius:21px;padding:25px 24px;min-height:300px;box-shadow:0 10px 30px rgba(10,43,95,.045);position:relative;overflow:hidden}
.programme-skill-card:after{content:"";position:absolute;width:120px;height:120px;border:1px solid #e5edf8;border-radius:50%;right:-65px;top:-65px}
.programme-skill-featured{background:#082f83;color:#fff;border-color:#082f83;box-shadow:0 18px 42px rgba(7,47,131,.16)}
.programme-skill-featured:after{border-color:rgba(255,255,255,.12)}
.programme-skill-number{font-size:10px;font-weight:900;letter-spacing:.15em;color:#0755c9;margin-bottom:38px}
.programme-skill-featured .programme-skill-number{color:#b8e9ff}
.programme-skill-card h3{font-size:21px;line-height:1.15;letter-spacing:-.025em;color:#17365f;margin:0 0 16px;max-width:260px}
.programme-skill-featured h3{color:#fff}
.programme-skill-card ul{list-style:none;margin:0;padding:0;border-top:1px solid #e8eef5}
.programme-skill-card li{position:relative;padding:10px 0 10px 16px;border-bottom:1px solid #e8eef5;font-size:10px;line-height:1.45;color:#687e9c}
.programme-skill-card li:before{content:"";position:absolute;left:0;top:15px;width:5px;height:5px;border-radius:50%;background:#0755c9}
.programme-skill-featured ul{border-color:rgba(255,255,255,.16)}
.programme-skill-featured li{border-color:rgba(255,255,255,.16);color:#d8e6ff}
.programme-skill-featured li:before{background:var(--lime)}
.programme-skill-card>p{font-size:12px;line-height:1.75;color:#6e829d;margin:0;max-width:310px}
.programme-skill-featured>p{color:#d8e6ff}
.programme-next-section{padding:72px 0}
.programme-next-grid{background:linear-gradient(110deg,#062d80,#0755c9);border-radius:26px;padding:48px 52px;display:grid;grid-template-columns:1fr auto;gap:45px;align-items:center;position:relative;overflow:hidden;box-shadow:0 22px 55px rgba(7,55,145,.16)}
.programme-next-grid:after{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.11);border-radius:50%;right:-150px;top:-190px}
.programme-next-grid>div{position:relative;z-index:1}
.programme-next-grid .eyebrow{color:#b9f02b}
.programme-next-grid h2{font-size:35px;line-height:1.05;letter-spacing:-.04em;color:#fff;margin:8px 0 10px;max-width:650px}
.programme-next-grid p{font-size:12px;line-height:1.7;color:#d9e6ff;max-width:600px;margin:0}
.programme-next-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.programme-next-actions .btn{min-height:48px;padding:13px 20px}
@media(max-width:950px){
 .programme-modern-hero-grid{grid-template-columns:1fr;gap:45px}.programme-modern-hero-media{justify-self:start;max-width:620px}.programme-image-frame{height:430px}.programme-floating-card{left:18px}
 .programme-overview-grid{grid-template-columns:1fr;gap:40px}.programme-section-heading{display:block}.programme-section-heading>p{margin-top:12px}.programme-skills-grid{grid-template-columns:1fr 1fr}.programme-skill-card:last-child{grid-column:1/-1}.programme-next-grid{grid-template-columns:1fr}
 .programme-next-actions{justify-content:flex-start}
}
@media(max-width:600px){
 .programme-modern-hero{padding:48px 0 58px}.programme-modern-hero h1{font-size:40px}.programme-hero-tagline{font-size:15px}.programme-hero-actions{display:grid;grid-template-columns:1fr}.programme-hero-actions .btn{width:100%}.programme-hero-trust{display:grid;grid-template-columns:1fr}.programme-hero-trust span{justify-content:flex-start}.programme-image-frame{height:320px;border-radius:20px;border-width:5px}.programme-floating-card{position:relative;left:auto;bottom:auto;margin:-28px 12px 0;min-width:0}.programme-overview-modern{padding:62px 0}.programme-overview-copy h2{font-size:32px}.programme-skills-section{padding:62px 0}.programme-section-heading h2{font-size:34px}.programme-skills-grid{grid-template-columns:1fr}.programme-skill-card,.programme-skill-card:last-child{grid-column:auto;min-height:0}.programme-next-section{padding:48px 0}.programme-next-grid{padding:34px 24px;border-radius:21px}.programme-next-grid h2{font-size:30px}.programme-next-actions{display:grid;grid-template-columns:1fr;width:100%}.programme-next-actions .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){.programme-feature-card{transition:none}}
