.programme-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ps-card{display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:32px;transition:transform .2s ease,border-color .2s ease;text-decoration:none;color:inherit;cursor:pointer}.ps-card:hover{transform:translateY(-2px);border-color:var(--indigo)}.ps-card .badge{margin-bottom:16px}.ps-card h3{font-size:32px;margin-bottom:8px}.ps-card .pillar{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.ps-card .pillar,.ps-card p{color:var(--gray);margin-bottom:16px}.ps-card p{font-size:14px;line-height:22px}.ps-card .more{color:var(--indigo);font-weight:500;font-size:14px}.ps-card .more:after{content:" →"}.prog{padding:120px 0;border-top:1px solid var(--border)}.prog.alt{background:var(--off-white)}.prog-header{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:end;margin-bottom:64px}.prog-header .label{font-family:var(--font-mono);font-size:12px;color:var(--accent);text-transform:uppercase;letter-spacing:.06em;font-weight:500;margin-bottom:16px}.prog-header h2{font-size:80px;line-height:84px}.prog-header h2 em{font-style:normal;background-image:linear-gradient(to top,var(--sunglow) 0,var(--sunglow) 12px,transparent 12px);background-repeat:no-repeat;background-size:100% 100%;padding:0 4px}.prog-header .summary{font-size:18px;line-height:28px;color:var(--gray);max-width:540px}.prog-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:start}.prog-grid .copy .prog-richtext p,.prog-grid .copy p{font-size:16px;line-height:26px;color:var(--gray);margin-bottom:16px}.prog-grid .copy .prog-richtext h3{font-size:24px;line-height:30px;margin:24px 0 12px;color:var(--indigo)}.prog-grid .copy .prog-richtext h4{font-size:20px;line-height:26px;margin:20px 0 10px;color:var(--indigo)}.prog-grid .copy .prog-richtext ol,.prog-grid .copy .prog-richtext ul{font-size:16px;line-height:26px;color:var(--gray);margin:0 0 16px 24px;padding:0}.prog-grid .copy .prog-richtext li{margin-bottom:4px}.prog-grid .copy .prog-richtext strong{color:var(--indigo);font-weight:500}.prog-grid .copy .prog-richtext a{color:var(--indigo);border-bottom:1px solid var(--sunglow)}.prog-grid .copy .prog-richtext a:hover{color:var(--sky)}.prog-grid .copy .prog-richtext blockquote{margin:0 0 16px;padding-left:16px;border-left:3px solid var(--sunglow);color:var(--indigo);font-style:italic}.prog-grid .facts{background:var(--off-white);border-radius:20px;padding:32px;position:sticky;top:100px}.prog.alt .prog-grid .facts{background:var(--white)}.prog-grid .facts h5{font-size:13px;color:var(--gray);text-transform:uppercase;font-family:var(--font-mono);letter-spacing:.04em;margin-bottom:20px;font-weight:500}.fact-row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border);font-size:14px}.fact-row:last-child{border-bottom:0}.fact-row .k{color:var(--gray)}.fact-row .v{color:var(--indigo);font-weight:500;text-align:right}.prog-photo{height:380px;border-radius:var(--radius-card);margin:40px 0}.prog-photo:first-child{margin-top:0}.prog[data-prog=kiufunza]{--accent:var(--sunglow)}.prog[data-prog=soma]{--accent:var(--sky)}.prog[data-prog=mwalimu-kinara]{--accent:var(--cedar)}.toc-wrap{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:start}.toc-flow{display:flex;flex-direction:column;gap:12px}.toc-step{display:grid;grid-template-columns:64px 1fr;gap:24px;align-items:start;padding:24px 28px;background:var(--white);border:1px solid var(--border);border-radius:16px;position:relative}.toc-step .num{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:500;font-size:16px}.toc-step:first-child .num{background:var(--indigo);color:var(--white)}.toc-step:nth-child(2) .num{background:var(--sky);color:var(--white)}.toc-step:nth-child(3) .num{background:var(--cedar);color:var(--white)}.toc-step:nth-child(4) .num{background:var(--sunglow);color:var(--indigo)}.toc-step h4{font-size:20px;margin-bottom:6px}.toc-step p{font-size:14px;line-height:22px;color:var(--gray)}.toc-step:after{content:"";position:absolute;left:52px;bottom:-8px;width:2px;height:8px;background:var(--border)}.toc-step:last-child:after{display:none}.geo{background:var(--indigo);color:var(--white);padding:80px 0;border-radius:var(--radius-card);margin-top:60px}.geo .head{padding:0 60px 32px}.geo h3{color:var(--white);font-size:36px;margin-bottom:12px}.geo p{color:rgba(255,255,255,.7);font-size:16px;max-width:520px}.geo .grid{margin-top:40px;padding:0 60px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.12)}.geo .cell{border-bottom:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:20px 24px 20px 0;font-family:var(--font-mono);font-size:13px;color:rgba(255,255,255,.85)}.geo .cell strong{color:var(--sunglow);font-weight:500}@media (max-width:1100px){.prog-header,.programme-summary{grid-template-columns:1fr}.prog-header{gap:24px}.prog-header h2{font-size:56px;line-height:60px}.prog-grid{grid-template-columns:1fr;gap:32px}.prog-grid .facts{position:static}.toc-wrap{grid-template-columns:1fr;gap:32px}.geo .grid{grid-template-columns:repeat(2,1fr);padding:0 32px}.geo .head{padding:0 32px 32px}}