/* ==========================================================================
   JUPEB Entry — inner pages
   ========================================================================== */

/* ---------- Page hero ---------- */
.page-hero { position: relative; overflow: hidden; padding: 64px 0 72px; color: #fff; background: var(--navy-900); isolation: isolate; }
.page-hero-img { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center 35%; transform: scale(1.04); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.page-hero-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 380px at 90% 0%, rgba(47, 123, 255, .5), transparent 60%), radial-gradient(500px 300px at 0% 100%, rgba(25, 178, 92, .22), transparent 60%), linear-gradient(135deg, var(--navy-800), var(--navy-950)); }
.page-hero-bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent 20%, #000); -webkit-mask-image: linear-gradient(90deg, transparent 20%, #000); }
.page-hero.has-image .page-hero-bg { background: linear-gradient(95deg, rgba(5, 21, 53, .96) 0%, rgba(7, 29, 68, .88) 42%, rgba(7, 29, 68, .45) 75%, rgba(7, 29, 68, .25) 100%); }
.page-hero.has-image .page-hero-bg::after { display: none; }
.page-hero-inner { position: relative; max-width: calc(var(--container) + var(--gutter) * 2); }
.page-hero-inner > * { max-width: 680px; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 4.6vw, 54px); line-height: 1.06; letter-spacing: -0.035em; margin: 18px 0 16px; }
.page-hero-inner > p { font-size: 18px; color: rgba(255,255,255,.82); line-height: 1.6; }
.text-accent-light { background: linear-gradient(90deg, #7FB0FF, #A7F3C8); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.65); margin-bottom: 22px; }
.crumbs a:hover { color: #fff; }
.crumbs [aria-current] { color: #fff; }
.crumbs-dark { color: var(--muted); }
.crumbs-dark a:hover, .crumbs-dark [aria-current] { color: var(--ink); }
.eyebrow-glass { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); backdrop-filter: blur(6px); }
.page-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-search { position: relative; margin-top: 28px; max-width: 560px; }
.hero-search .icon { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--muted); width: 22px; height: 22px; }
.hero-search input { width: 100%; height: 62px; padding: 0 22px 0 56px; border: 0; border-radius: 16px; font-size: 16.5px; font-weight: 500; color: var(--ink); background: #fff; box-shadow: 0 20px 40px -12px rgba(0,0,0,.4); }
.hero-search input:focus { outline: none; box-shadow: 0 0 0 4px rgba(127, 176, 255, .5), 0 20px 40px -12px rgba(0,0,0,.4); }

.btn-light { background: #fff; color: var(--navy-800); box-shadow: 0 10px 24px -10px rgba(0,0,0,.4); }
.btn-light:hover { background: var(--blue-50); transform: translateY(-1px); }
.narrow { max-width: 880px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(100deg, var(--blue-700), var(--blue-600) 55%, #2F7BFF); color: #fff; }
.cta-band::before { content: ""; position: absolute; width: 520px; height: 520px; right: -140px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 65%); }
.cta-band-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-top: 52px; padding-bottom: 52px; }
.cta-band h2 { color: #fff; font-size: clamp(24px, 2.8vw, 32px); }
.cta-band p { margin-top: 8px; color: rgba(255,255,255,.85); font-size: 16px; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Programme pages ---------- */
.stat-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: -40px; }
.stat-tile { display: flex; align-items: center; gap: 14px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.stat-tile-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--blue-50); color: var(--blue-600); flex-shrink: 0; }
.prog-page-ijmb .stat-tile-icon { background: var(--green-50); color: var(--green-600); }
.stat-tile small { display: block; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.stat-tile strong { display: block; font-size: 16.5px; color: var(--ink); letter-spacing: -0.01em; }

.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 64px; align-items: start; }
.prose-block h2 { font-size: clamp(28px, 3vw, 36px); margin: 16px 0 18px; }
.prose-block h3 { font-size: 21px; margin: 32px 0 16px; }
.prose-block p { font-size: 16.5px; line-height: 1.75; margin-bottom: 14px; }
.prose-block strong { color: var(--ink); }
.tick-list { display: flex; flex-direction: column; gap: 12px; }
.tick-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink); font-weight: 500; }
.tick-list .icon { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--green-100); color: var(--green-700); stroke-width: 3; margin-top: 1px; }
.sticky-card { position: sticky; top: calc(var(--header-h) + 24px); }
.side-card { padding: 28px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px; }
.side-card h3 { font-size: 20px; }
.side-card-label { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.side-card-price { font-size: 38px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1.1; }
.side-card-note { font-size: 14px; color: var(--muted); margin-bottom: 6px; }
.side-card-list { display: flex; flex-direction: column; gap: 10px; padding: 16px 0; margin: 4px 0 8px; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); }
.side-card-list li { display: flex; gap: 10px; align-items: center; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.side-card-list .icon { color: var(--blue-600); }
.side-card-soft { background: var(--bg-soft); box-shadow: none; }
.side-card-soft h3 { display: flex; align-items: center; gap: 8px; font-size: 16px; }
.side-card-soft h3 .icon { color: var(--blue-600); }
.side-card-soft p { font-size: 14px; color: var(--text); }

.req-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.req-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .3s var(--ease), box-shadow .3s; }
.req-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.req-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(145deg, var(--blue-50), var(--blue-100)); color: var(--blue-700); margin-bottom: 18px; }
.req-icon .icon { width: 24px; height: 24px; }
.req-card h3 { font-size: 17px; margin-bottom: 8px; }
.req-card p { font-size: 14.5px; color: var(--muted); }

.combo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.combo-card { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-radius: var(--radius-lg); background: var(--tile-bg); border: 1.5px solid transparent; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.combo-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--tile-fg); }
.combo-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #fff; color: var(--tile-fg); box-shadow: var(--shadow-xs); }
.combo-card strong { font-size: 17px; color: var(--ink); }
.combo-subjects { display: flex; flex-wrap: wrap; gap: 6px; }
.combo-subjects em { font-style: normal; font-size: 12.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.8); color: var(--ink); }

.timeline-steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; counter-reset: s; }
.timeline-steps::before { content: ""; position: absolute; top: 26px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--blue-200) 0 8px, transparent 8px 14px); }
.timeline-steps-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.timeline-steps-3::before { left: 17%; right: 17%; }
.timeline-steps li { position: relative; text-align: center; }
.ts-num { position: relative; display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--blue-600); color: #fff; font-weight: 800; font-size: 19px; box-shadow: 0 0 0 8px var(--bg-soft), var(--shadow-blue); margin-bottom: 18px; }
.timeline-steps h3 { font-size: 18px; margin-bottom: 8px; }
.timeline-steps p { font-size: 14.5px; color: var(--muted); max-width: 240px; margin: 0 auto; }
.center-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 48px; }

/* ---------- Courses ---------- */
.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
button.chip { cursor: pointer; }
.chip.is-active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.course-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xs); transition: box-shadow .3s, transform .3s var(--ease); }
.course-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.course-card:target { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(20, 89, 240, .15), var(--shadow); }
.course-card[hidden] { display: none; }
.course-card-head { display: flex; align-items: center; gap: 14px; padding: 20px 22px; background: var(--tile-bg); }
.course-card-head h2 { font-size: 18px; }
.course-card-body { padding: 20px 22px; flex: 1; }
.subject-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; counter-reset: sp; }
.subject-pills li { counter-increment: sp; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px 7px 7px; border-radius: 10px; background: var(--bg-soft); font-size: 13.5px; font-weight: 700; color: var(--ink); }
.subject-pills li::before { content: counter(sp); display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: var(--blue-600); color: #fff; font-size: 11.5px; }
.course-card .fr-olevel { margin-bottom: 14px; }
.course-note { display: flex; gap: 8px; font-size: 13px; color: var(--muted); }
.course-note .icon { width: 16px; height: 16px; color: var(--amber); margin-top: 2px; }
.course-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 22px; border-top: 1px solid var(--line-2); }
.empty-state { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 64px 24px; border: 1.5px dashed var(--line); border-radius: var(--radius-lg); background: var(--bg-soft); }
.empty-state > .icon { width: 56px; height: 56px; padding: 14px; border-radius: 18px; background: #fff; color: var(--blue-600); box-shadow: var(--shadow-sm); }
.empty-state h3 { font-size: 20px; }
.empty-state p { color: var(--muted); max-width: 440px; }
.note-center { justify-content: center; margin-top: 36px; text-align: center; }

/* ---------- Filter panel (universities / centres) ---------- */
.filter-panel { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)) auto; gap: 12px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); margin-top: -44px; position: relative; z-index: 3; }
#centreFinder.filter-panel { grid-template-columns: repeat(3, minmax(0, 1fr)) auto; }
.filter-search { position: relative; }
.filter-search .icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.filter-search input { width: 100%; height: 46px; padding: 0 14px 0 44px; border: 1.5px solid var(--line); border-radius: 10px; font-size: 14.5px; }
.filter-search input:focus { outline: none; border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(20, 89, 240, .12); }
.filter-panel .btn { height: 46px; }
.result-count { margin: 26px 0 18px; font-size: 14px; font-weight: 600; color: var(--muted); }
.result-count a { color: var(--blue-600); }

.uni-grid, .centre-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.uni-card, .centre-card { display: flex; flex-direction: column; gap: 10px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.uni-card:hover, .centre-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--blue-200); }
.uni-head, .centre-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.uni-mono { display: grid; place-items: center; min-width: 56px; height: 56px; padding: 0 10px; border-radius: 16px; background: linear-gradient(145deg, var(--navy-800), var(--blue-700)); color: #fff; font-weight: 800; font-size: 13.5px; letter-spacing: .02em; }
.uni-type { padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.uni-federal { background: var(--blue-50); color: var(--blue-700); }
.uni-state { background: var(--green-50); color: var(--green-700); }
.uni-private { background: var(--violet-bg); color: var(--violet); }
.uni-card h2, .centre-card h2 { font-size: 17.5px; line-height: 1.3; }
p.uni-state { display: flex; align-items: center; gap: 6px; background: none; color: var(--muted); font-size: 14px; font-weight: 600; }
.uni-accepts { display: flex; gap: 8px; margin: 4px 0 6px; }
.uni-accepts span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; border-radius: 9px; font-size: 12.5px; font-weight: 800; }
.uni-accepts .icon { width: 14px; height: 14px; stroke-width: 3; }
.uni-accepts .yes { background: var(--green-50); color: var(--green-700); }
.uni-accepts .no { background: var(--bg-soft); color: #94A3B8; text-decoration: line-through; }
.uni-card .link-arrow { margin-top: auto; padding-top: 6px; }
.centre-pin { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--green-50); color: var(--green-600); }
.centre-prog { padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.centre-prog-both { background: var(--violet-bg); color: var(--violet); }
.centre-prog-jupeb { background: var(--blue-50); color: var(--blue-700); }
.centre-prog-ijmb { background: var(--green-50); color: var(--green-700); }
.centre-loc { font-weight: 700; color: var(--blue-700); font-size: 14.5px; }
.centre-addr { font-size: 14px; color: var(--muted); }
.centre-actions { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 12px; }
.centre-actions .icon-btn { margin-left: auto; background: var(--bg-soft); }

/* ---------- Fees ---------- */
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) 340px; gap: 22px; align-items: start; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); overflow: hidden; }
.price-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--blue-600), #5B8CFF); }
.price-ijmb::before { background: linear-gradient(90deg, var(--green-600), #4ADE80); }
.price-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--blue-50); color: var(--blue-600); margin-bottom: 10px; }
.price-ijmb .price-icon { background: var(--green-50); color: var(--green-600); }
.price-icon .icon { width: 26px; height: 26px; }
.price-card h2 { font-size: 24px; }
.price { font-size: 44px; font-weight: 800; color: var(--ink); letter-spacing: -0.04em; margin-top: 14px; line-height: 1.1; }
.price-contact { font-size: 34px; }
.price-per { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.price-card .tick-list { margin: 8px 0 26px; padding-top: 20px; border-top: 1px dashed var(--line); }
.price-card .tick-list li { font-size: 14.5px; }
.price-side { display: flex; flex-direction: column; gap: 16px; }
.payment-box { margin-top: 36px; padding: 24px 26px; border-radius: var(--radius-lg); background: #fff; border: 1.5px solid var(--green-100); }
.payment-box h3 { display: flex; align-items: center; gap: 8px; font-size: 17px; color: var(--green-700); margin-bottom: 10px; }
.payment-box p { font-family: ui-monospace, 'Cascadia Code', Consolas, monospace; font-size: 14.5px; color: var(--ink); line-height: 1.8; }
.alert-box { display: flex; gap: 14px; margin-top: 24px; padding: 18px 22px; border-radius: var(--radius); background: var(--amber-bg); color: #6B4200; font-size: 14.5px; }
.alert-box .icon { width: 22px; height: 22px; color: var(--amber); margin-top: 1px; }
.alert-box a { font-weight: 700; text-decoration: underline; }

/* ---------- Blog ---------- */
.blog-filters { margin-bottom: 28px; }
.featured-post { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 0; margin-bottom: 36px; border-radius: var(--radius-xl); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .3s var(--ease), box-shadow .3s; }
.featured-post:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.featured-img { position: relative; display: grid; place-items: center; min-height: 360px; background: linear-gradient(135deg, var(--tile-bg), #fff); color: var(--tile-fg); overflow: hidden; }
.featured-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.featured-post:hover .featured-img img { transform: scale(1.04); }
.featured-img .icon { width: 80px; height: 80px; stroke-width: 1.3; }
.featured-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; padding: 40px; }
.featured-body strong { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; color: var(--ink); letter-spacing: -0.025em; }
.featured-excerpt { color: var(--muted); font-size: 16px; line-height: 1.65; }
.article-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.article-thumb.has-img { height: 200px; }
.article-thumb.has-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.article-card:hover .article-thumb.has-img img { transform: scale(1.06); }
.article-thumb.has-img::before { display: none; }
.article-thumb.has-img .article-tag { z-index: 1; }

.article-hero { padding: 56px 0 36px; background: linear-gradient(180deg, var(--bg-soft), #fff); }
.article-hero h1 { font-size: clamp(30px, 4.2vw, 48px); line-height: 1.1; letter-spacing: -0.035em; margin: 18px 0 16px; }
.article-lead { font-size: 19px; color: var(--muted); line-height: 1.6; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.byline-avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--blue-50); }
.byline-avatar .logo-mark { width: 30px; height: 26px; }
.article-byline strong, .article-byline small { display: block; }
.article-byline strong { color: var(--ink); font-size: 15px; }
.article-byline small { color: var(--muted); font-size: 13.5px; }
.article-cover-wrap { max-width: 1100px; }
.article-cover { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; padding-top: 48px; padding-bottom: 88px; max-width: 1100px; }
.article-aside { display: flex; flex-direction: column; gap: 20px; position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
.share-row { display: flex; gap: 8px; margin-top: 10px; }
.share-row a, .share-row button { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--bg-soft); color: var(--ink); transition: background .2s, color .2s; }
.share-row a:hover, .share-row button:hover { background: var(--blue-600); color: #fff; }

.prose { font-size: 17px; line-height: 1.8; color: #2B3A55; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-size: 26px; margin: 42px 0 14px; letter-spacing: -0.025em; }
.prose h3 { font-size: 20px; margin: 30px 0 10px; }
.prose p { margin: 0 0 18px; }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 4px; display: flex; flex-direction: column; gap: 10px; }
.prose ul li { position: relative; padding-left: 28px; }
.prose ul li::before { content: ""; position: absolute; left: 6px; top: 12px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue-600); box-shadow: 0 0 0 4px var(--blue-50); }
.prose ol { counter-reset: ol; }
.prose ol li { position: relative; padding-left: 38px; counter-increment: ol; }
.prose ol li::before { content: counter(ol); position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--blue-50); color: var(--blue-700); font-size: 13px; font-weight: 800; }
.prose a { color: var(--blue-600); font-weight: 600; text-decoration: underline; text-decoration-color: var(--blue-200); text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--blue-600); }
.prose strong { color: var(--ink); }
.prose blockquote { margin: 28px 0; padding: 20px 24px 20px 56px; position: relative; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue-50), #F4F8FF); color: var(--navy-800); font-weight: 600; font-size: 16px; }
.prose blockquote::before { content: "💡"; position: absolute; left: 20px; top: 18px; font-size: 20px; }

/* ---------- Forms (public) ---------- */
.form-card { padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.form-card > h2 { font-size: 26px; }
.form-card > .muted { color: var(--muted); margin: 6px 0 24px; }
.form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-row-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.input { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.input > span:first-child { font-size: 14px; font-weight: 700; color: var(--ink); }
.input > span small { font-weight: 500; color: var(--muted); }
.input > input, .input > textarea { width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; font-size: 15.5px; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.input > input { height: 50px; }
.input > textarea { resize: vertical; line-height: 1.6; }
.input > input:focus, .input > textarea:focus { outline: none; border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(20, 89, 240, .12); }
.input .select-wrap select { height: 50px; padding-left: 15px; font-size: 15.5px; border-radius: 12px; }
.input [aria-invalid="true"], .input.is-invalid input, .input.is-invalid select { border-color: #E5486F !important; box-shadow: 0 0 0 4px rgba(229, 72, 111, .1); }
.field-error { color: #D0305F; font-size: 13px; font-weight: 600; }
.field-hint { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 10px; background: var(--blue-50); color: var(--blue-700); font-size: 13px; font-weight: 700; }
.form-alert { display: flex; gap: 12px; padding: 14px 16px; margin-bottom: 22px; border-radius: 12px; background: #FDEBF1; color: #B0284F; font-size: 14.5px; font-weight: 600; }
.form-alert ul { display: flex; flex-direction: column; gap: 3px; }
.form-alert .icon { margin-top: 2px; }
.form-alert p { font-weight: 500; margin-top: 2px; }
.track-form .form-alert { margin: 18px 0 0; }
.form-fine { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 13px; color: var(--muted); }
.form-fine a { color: var(--blue-600); font-weight: 600; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.success-state { text-align: center; padding: 28px 8px; }
.success-icon { display: inline-grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--green-50); color: var(--green-600); margin-bottom: 18px; box-shadow: 0 0 0 10px rgba(25, 178, 92, .08); animation: popIn .6s var(--ease); }
.success-icon .icon { width: 42px; height: 42px; }
.success-icon-amber { background: var(--amber-bg); color: var(--amber); box-shadow: 0 0 0 10px rgba(224, 138, 0, .08); }
@keyframes popIn { 0% { transform: scale(.5); opacity: 0; } 70% { transform: scale(1.08); } }
.success-state h2 { font-size: 28px; margin-bottom: 10px; }
.success-state p { color: var(--muted); max-width: 420px; margin: 0 auto 24px; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tip-box { display: flex; gap: 12px; padding: 16px 18px; border-radius: 14px; background: var(--blue-50); color: var(--navy-800); font-size: 14.5px; }
.tip-box .icon { color: var(--blue-600); margin-top: 2px; }
.tip-box a { color: var(--blue-600); font-weight: 700; }
.mono-input { font-family: ui-monospace, 'Cascadia Code', Consolas, monospace !important; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 32px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-card { display: flex; align-items: center; gap: 16px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
a.contact-card:hover { transform: translateX(4px); box-shadow: var(--shadow); border-color: var(--blue-200); }
.contact-card > span:nth-child(2) { flex: 1; min-width: 0; }
.contact-card small { display: block; font-size: 13px; color: var(--muted); font-weight: 600; }
.contact-card strong { display: block; font-size: 16px; color: var(--ink); overflow-wrap: anywhere; }
.contact-card em { display: block; font-style: normal; font-size: 13px; color: var(--muted); margin-top: 2px; }
.cc-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; flex-shrink: 0; }
.cc-icon .icon { width: 24px; height: 24px; }
.cc-green { background: var(--green-50); color: var(--green-600); }
.cc-blue { background: var(--blue-50); color: var(--blue-600); }
.cc-violet { background: var(--violet-bg); color: var(--violet); }
.cc-amber { background: var(--amber-bg); color: var(--amber); }
.cc-go { color: var(--muted); transition: transform .25s var(--ease), color .25s; }
a.contact-card:hover .cc-go { color: var(--blue-600); transform: translate(2px, -2px); }
.contact-photo { position: relative; min-height: 260px; border-radius: var(--radius-lg); background-size: cover; background-position: center 25%; box-shadow: var(--shadow); overflow: hidden; }
.contact-photo-badge { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); font-size: 13.5px; font-weight: 700; color: var(--ink); box-shadow: var(--shadow); }

/* ---------- Apply ---------- */
.apply-shell { padding: 40px 0 88px; background: linear-gradient(180deg, var(--bg-soft), #fff 60%); }
.apply-grid { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 32px; align-items: start; }
.apply-aside { position: sticky; top: calc(var(--header-h) + 20px); }
.apply-aside-inner { position: relative; overflow: hidden; padding: 32px 28px; border-radius: var(--radius-xl); color: #fff; background: radial-gradient(400px 260px at 100% 0%, rgba(47, 123, 255, .5), transparent 60%), linear-gradient(160deg, var(--navy-800), var(--navy-950)); box-shadow: var(--shadow-lg); isolation: isolate; }
.apply-aside-inner.has-img::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--img) center 20% / cover; }
.apply-aside-inner.has-img::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5, 21, 53, .55) 0%, rgba(5, 21, 53, .92) 45%, var(--navy-950) 100%); }
.apply-aside .crumbs { margin-bottom: 18px; }
.apply-aside h1 { color: #fff; font-size: 32px; letter-spacing: -0.03em; margin: 16px 0 10px; }
.apply-aside-inner > p { color: rgba(255,255,255,.8); font-size: 15px; }
.apply-steps { display: flex; flex-direction: column; gap: 4px; margin: 26px 0; }
.apply-steps li { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; font-weight: 600; font-size: 14.5px; color: rgba(255,255,255,.6); transition: all .3s; }
.apply-steps li span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.3); font-size: 13px; font-weight: 800; transition: all .3s; }
.apply-steps li.is-active { background: rgba(255,255,255,.1); color: #fff; }
.apply-steps li.is-active span { background: #fff; color: var(--blue-700); border-color: #fff; }
.apply-steps li.is-done { color: rgba(255,255,255,.85); }
.apply-steps li.is-done span { background: var(--green-500); border-color: var(--green-500); color: #fff; font-size: 0; }
.apply-steps li.is-done span::before { content: "✓"; font-size: 14px; }
.apply-help { display: flex; align-items: center; gap: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 14px; color: rgba(255,255,255,.8); }
.apply-help a { color: #A7F3C8; font-weight: 700; text-decoration: underline; }
.apply-form { padding: 36px 40px; }
.apply-step { display: none; border: 0; margin: 0; padding: 0; min-width: 0; }
.apply-step.is-active { display: flex; flex-direction: column; gap: 20px; animation: rise .45s var(--ease); }
.apply-step legend { display: block; padding: 0; margin-bottom: 6px; font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -0.025em; }
.step-kicker { display: block; font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-600); margin-bottom: 6px; }
.radio-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.radio-card { position: relative; cursor: pointer; }
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.rc-body { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1.5px solid var(--line); border-radius: 16px; background: #fff; transition: all .2s; height: 100%; }
.rc-body > span:nth-child(2), .radio-cards-sm .rc-body > span:first-child { flex: 1; }
.rc-body strong { display: block; font-size: 16px; color: var(--ink); }
.rc-body small { display: block; font-size: 13px; color: var(--muted); }
.rc-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--bg-soft); color: var(--muted); transition: all .2s; }
.rc-check { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--line); color: transparent; transition: all .2s; flex-shrink: 0; }
.rc-check .icon { width: 14px; height: 14px; stroke-width: 3; }
.radio-card:hover .rc-body { border-color: var(--blue-200); }
.radio-card input:checked + .rc-body { border-color: var(--blue-600); background: var(--blue-50); box-shadow: 0 0 0 4px rgba(20, 89, 240, .1); }
.radio-card input:checked + .rc-body .rc-check { background: var(--blue-600); border-color: var(--blue-600); color: #fff; }
.radio-card input:checked + .rc-body .rc-icon { background: var(--blue-600); color: #fff; }
.rc-ijmb input:checked + .rc-body { border-color: var(--green-600); background: var(--green-50); box-shadow: 0 0 0 4px rgba(18, 161, 80, .1); }
.rc-ijmb input:checked + .rc-body .rc-check, .rc-ijmb input:checked + .rc-body .rc-icon { background: var(--green-600); border-color: var(--green-600); }
.radio-card input:focus-visible + .rc-body { outline: 3px solid var(--blue-500); outline-offset: 2px; }
.radio-cards-sm .rc-body { padding: 14px 16px; }
.seg { display: flex; padding: 4px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--bg-soft); height: 50px; }
.seg label { flex: 1; position: relative; cursor: pointer; }
.seg input { position: absolute; opacity: 0; }
.seg span { display: grid; place-items: center; height: 100%; border-radius: 9px; font-weight: 700; font-size: 14px; color: var(--muted); transition: all .2s; }
.seg input:checked + span { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.seg input:focus-visible + span { outline: 2px solid var(--blue-500); }
.review { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.review-group { padding: 18px 20px; border-bottom: 1px solid var(--line-2); }
.review-group:nth-child(odd) { border-right: 1px solid var(--line-2); }
.review-group h4 { display: flex; justify-content: space-between; align-items: center; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 10px; }
.review-group h4 button { font-size: 12.5px; color: var(--blue-600); font-weight: 700; text-transform: none; letter-spacing: 0; }
.review-group dl { margin: 0; display: flex; flex-direction: column; gap: 6px; }
.review-group div { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.review-group dt { color: var(--muted); }
.review-group dd { margin: 0; font-weight: 700; color: var(--ink); text-align: right; overflow-wrap: anywhere; }
.check-line { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border-radius: 14px; background: var(--bg-soft); font-size: 14.5px; cursor: pointer; }
.check-line input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--blue-600); flex-shrink: 0; }
.check-line a { color: var(--blue-600); font-weight: 700; }
.check-line[aria-invalid="true"] { box-shadow: 0 0 0 2px #E5486F; }
.apply-nav { display: flex; align-items: center; gap: 16px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line-2); }
.apply-progress { flex: 1; height: 6px; border-radius: 6px; background: var(--line-2); overflow: hidden; }
.apply-progress span { display: block; height: 100%; width: 25%; border-radius: 6px; background: linear-gradient(90deg, var(--blue-600), var(--green-500)); transition: width .45s var(--ease); }
.closed-card { text-align: center; padding: 56px 36px; }
.closed-card h2 { font-size: 26px; margin-bottom: 10px; }
.closed-card p { color: var(--muted); max-width: 440px; margin: 0 auto 24px; }

.apply-done { background: linear-gradient(180deg, var(--bg-soft), #fff); }
.done-card { position: relative; overflow: hidden; padding: 48px 44px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.done-card h1 { font-size: clamp(26px, 3.2vw, 36px); letter-spacing: -0.03em; margin-bottom: 10px; }
.done-card > p { color: var(--text); font-size: 16px; }
.ref-box { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; margin: 26px 0 10px; padding: 20px 36px; border: 2px dashed var(--blue-200); border-radius: 18px; background: var(--blue-50); }
.ref-box small { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.ref-box strong { font-family: ui-monospace, 'Cascadia Code', Consolas, monospace; font-size: 32px; color: var(--navy-800); letter-spacing: .06em; }
.next-steps { display: flex; flex-direction: column; gap: 12px; max-width: 460px; margin: 30px auto; text-align: left; }
.next-steps li { display: flex; gap: 14px; align-items: flex-start; }
.next-steps li > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--blue-600); color: #fff; font-weight: 800; flex-shrink: 0; }
.next-steps strong { color: var(--ink); }
.next-steps p { font-size: 14px; color: var(--muted); }
.done-card .payment-box { text-align: left; margin: 0 0 28px; }
.done-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.confetti { position: absolute; inset: 0; pointer-events: none; }
.confetti i { position: absolute; top: -12px; left: calc(var(--i) * 5.6%); width: 8px; height: 14px; border-radius: 2px; background: hsl(calc(var(--i) * 37), 85%, 58%); opacity: 0; animation: confetti 2.6s calc(var(--i) * 60ms) ease-in forwards; }
@keyframes confetti { 0% { opacity: 1; transform: translateY(0) rotate(0); } 100% { opacity: 0; transform: translateY(420px) rotate(calc(var(--i) * 70deg)); } }

/* ---------- Track ---------- */
.track-section { padding-top: 0; }
.track-form { margin-top: -48px; position: relative; z-index: 2; display: flex; flex-direction: column; gap: 18px; }
.track-result { margin-top: 28px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.tr-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line-2); }
.tr-head small { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.tr-head h2 { font-family: ui-monospace, 'Cascadia Code', Consolas, monospace; font-size: 26px; letter-spacing: .04em; color: var(--navy-800); }
.tr-head p { color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.badge-blue { background: var(--blue-50); color: var(--blue-700); }
.badge-green { background: var(--green-50); color: var(--green-700); }
.badge-amber { background: var(--amber-bg); color: #A35F00; }
.badge-rose { background: var(--rose-bg); color: #C22A58; }
.badge-violet { background: var(--violet-bg); color: var(--violet); }
.progress-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 32px 0 28px; }
.progress-steps li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.progress-steps li::before { content: ""; position: absolute; top: 17px; left: -50%; right: 50%; height: 3px; background: var(--line); z-index: 0; }
.progress-steps li:first-child::before { display: none; }
.progress-steps li.is-done::before, .progress-steps li.is-current::before { background: var(--green-500); }
.ps-dot { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 3px solid var(--line); color: #fff; }
.ps-dot .icon { width: 16px; height: 16px; stroke-width: 3; }
.is-done .ps-dot { background: var(--green-500); border-color: var(--green-500); }
.is-current .ps-dot { background: var(--blue-600); border-color: var(--blue-600); box-shadow: 0 0 0 6px rgba(20, 89, 240, .15); }
.ps-label { font-size: 13.5px; font-weight: 700; color: var(--muted); }
.is-done .ps-label, .is-current .ps-label { color: var(--ink); }
.tr-note, .tr-rejected { display: flex; gap: 14px; padding: 18px 20px; border-radius: 14px; margin-bottom: 24px; }
.tr-note { background: var(--blue-50); color: var(--navy-800); }
.tr-note .icon { color: var(--blue-600); margin-top: 2px; }
.tr-rejected { background: var(--rose-bg); color: #9E2248; margin-top: 24px; }
.tr-note p, .tr-rejected p { font-size: 14.5px; margin-top: 3px; }
.tr-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin: 0 0 24px; }
.tr-details dt { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.tr-details dd { margin: 3px 0 0; font-weight: 700; color: var(--ink); }
.tr-sub { font-size: 16px; margin-bottom: 14px; }
.tr-timeline { display: flex; flex-direction: column; gap: 14px; padding: 0 0 24px 20px; border-left: 2px solid var(--line); margin-left: 6px; }
.tr-timeline li { position: relative; }
.tr-timeline li::before { content: ""; position: absolute; left: -27px; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 3px solid var(--blue-600); }
.tr-timeline p { font-size: 14.5px; margin-top: 6px; color: var(--text); }
.tr-timeline small { display: block; font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.tr-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line-2); }
.track-help { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 24px; font-size: 14px; color: var(--muted); text-align: center; }
.track-help a { color: var(--blue-600); font-weight: 700; }

/* ---------- Legal ---------- */
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 56px; max-width: 1080px; }
.legal-toc { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
.legal-toc ol { display: flex; flex-direction: column; gap: 2px; margin-top: 12px; }
.legal-toc a { display: block; padding: 8px 12px; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--muted); border-left: 2px solid var(--line); border-radius: 0 9px 9px 0; }
.legal-toc a:hover { color: var(--blue-600); background: var(--bg-soft); border-left-color: var(--blue-600); }
.legal-body h2 { scroll-margin-top: calc(var(--header-h) + 20px); }
.legal-body h2:first-child { margin-top: 0; }
.legal-body .tip-box { margin-top: 36px; font-size: 15px; }

/* ---------- 404 ---------- */
.notfound { padding: 96px 0 120px; background: radial-gradient(600px 300px at 50% 0%, rgba(20, 89, 240, .08), transparent 70%); text-align: center; }
.notfound-inner { display: flex; flex-direction: column; align-items: center; }
.notfound-code { font-size: clamp(120px, 20vw, 220px); font-weight: 800; line-height: .9; letter-spacing: -0.06em; background: linear-gradient(180deg, var(--blue-600), rgba(20, 89, 240, .15)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.notfound h1 { font-size: clamp(28px, 3.4vw, 40px); margin: 12px 0 14px; }
.notfound p { color: var(--muted); font-size: 17px; max-width: 480px; }
.notfound .hero-cta { justify-content: center; }
.notfound-links { justify-content: center; margin-top: 28px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
    .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .split-layout, .article-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .sticky-card, .article-aside { position: static; }
    .req-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .combo-grid, .course-grid, .uni-grid, .centre-grid, .article-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .timeline-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 28px; }
    .timeline-steps::before { display: none; }
    .filter-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .filter-search { grid-column: 1 / -1; }
    #centreFinder.filter-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .filter-panel .btn { grid-column: 1 / -1; }
    .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .price-side { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
    .featured-post { grid-template-columns: minmax(0, 1fr); }
    .featured-img { min-height: 280px; }
    .contact-grid { grid-template-columns: minmax(0, 1fr); }
    .apply-grid { grid-template-columns: minmax(0, 1fr); }
    .apply-aside { position: static; }
    .apply-steps { flex-direction: row; overflow-x: auto; }
    .apply-steps li { white-space: nowrap; }
    .legal-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .legal-toc { position: static; }
}

@media (max-width: 720px) {
    .page-hero { padding: 40px 0 64px; }
    .page-hero-inner > p { font-size: 16px; }
    .page-hero-cta .btn { flex: 1 1 100%; }
    .page-hero.has-image .page-hero-bg { background: linear-gradient(180deg, rgba(5, 21, 53, .78), rgba(5, 21, 53, .94)); }
    .hero-search input { height: 56px; font-size: 15px; }
    .cta-band-actions .btn { flex: 1 1 100%; }
    .stat-strip { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; margin-top: -32px; }
    .stat-tile { flex-direction: column; align-items: flex-start; padding: 16px; gap: 10px; }
    .stat-tile strong { font-size: 15px; }
    .stat-tile-icon { width: 40px; height: 40px; }
    .req-grid, .combo-grid, .course-grid, .uni-grid, .centre-grid, .article-grid-3, .timeline-steps, .timeline-steps-3 { grid-template-columns: minmax(0, 1fr); }
    .filter-panel, #centreFinder.filter-panel { grid-template-columns: minmax(0, 1fr); }
    .price-grid, .price-side { grid-template-columns: minmax(0, 1fr); }
    .price-card { padding: 26px; }
    .featured-body { padding: 26px; }
    .featured-img { min-height: 220px; }
    .form-card, .apply-form { padding: 24px 20px; }
    .form-row, .form-row-3, .radio-cards, .review, .tr-details { grid-template-columns: minmax(0, 1fr); }
    .review-group:nth-child(odd) { border-right: 0; }
    .apply-shell { padding-top: 20px; }
    .apply-aside-inner { padding: 24px 20px; }
    .apply-aside h1 { font-size: 26px; }
    .apply-nav { flex-wrap: wrap; }
    .apply-progress { order: -1; flex-basis: 100%; }
    .apply-nav .btn { flex: 1; }
    .done-card { padding: 36px 20px; }
    .ref-box { padding: 16px 20px; }
    .ref-box strong { font-size: 24px; }
    .done-actions .btn { flex: 1 1 100%; }
    .track-result { padding: 22px 18px; }
    .tr-head { flex-direction: column; }
    .progress-steps .ps-label { font-size: 11.5px; }
    .article-hero { padding-top: 36px; }
    .article-lead { font-size: 17px; }
    .article-cover { aspect-ratio: 16 / 10; border-radius: var(--radius-lg); }
    .prose { font-size: 16px; }
    .prose h2 { font-size: 22px; }
}
