:root {
  --ink: #100819;
  --ink-2: #1b0d2a;
  --ink-3: #26103d;
  --purple: #8b5cf6;
  --purple-2: #6d28d9;
  --lilac: #c7a6ff;
  --lavender: #ede5ff;
  --soft: #f7f3ff;
  --white: #ffffff;
  --text: #18111f;
  --muted: #6e6575;
  --line: rgba(25, 14, 40, 0.12);
  --shadow: 0 24px 80px rgba(24, 9, 46, 0.16);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }

.announcement {
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(90deg, #6d28d9, #8b5cf6 50%, #6d28d9);
  color: white;
  font-size: 13px;
  text-align: center;
}
.announcement a { text-decoration: underline; text-underline-offset: 3px; margin-left: 8px; }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(255,255,255,.15); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(20,10,30,.07);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 44px; height: 50px; filter: drop-shadow(0 7px 18px rgba(111, 58, 211,.16)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 29px; letter-spacing: -.8px; }
.brand-sub { margin-top: 7px; font-size: 9px; letter-spacing: 3px; font-weight: 800; color: #8b5cf6; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: 13px; color: #4f4656; font-weight: 650; transition: .2s ease; }
.desktop-nav a:hover { color: #7c3aed; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 750;
  font-size: 13px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #9b6dff, #6d28d9); box-shadow: 0 12px 28px rgba(109,40,217,.24); }
.btn-primary:hover { box-shadow: 0 18px 38px rgba(109,40,217,.32); }
.btn-ghost { color: #2c2135; background: #f4effb; }
.btn-large { padding: 15px 24px; font-size: 14px; }
.btn-link { background: transparent; padding-left: 0; color: #3c3146; }
.btn-link span { font-size: 20px; transition: transform .2s ease; }
.btn-link:hover span { transform: translateX(4px); }
.btn-outline { border: 1px solid #bca7d9; background: white; color: #482875; }
.btn-white { background: white; color: #30184e; box-shadow: 0 12px 32px rgba(6,0,18,.12); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 23px; height: 2px; background: #25172f; margin: 5px 0; border-radius: 2px; transition: .2s ease; }
.mobile-menu { display: none; }

.hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 85% 20%, rgba(188,154,255,.28), transparent 28%),
    radial-gradient(circle at 10% 70%, rgba(233,218,255,.75), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .65; pointer-events: none; }
.orb-one { width: 280px; height: 280px; right: -100px; top: 80px; background: linear-gradient(145deg, rgba(139,92,246,.2), rgba(220,190,255,.06)); }
.orb-two { width: 180px; height: 180px; left: -60px; bottom: 20px; background: rgba(185,143,255,.14); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 850; letter-spacing: 2.5px; color: #7441c5; }
.eyebrow span { width: 34px; height: 1.5px; background: #9a65ee; }
.hero h1, .section-heading h2, .enrol-copy h2 {
  margin: 18px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -2.7px;
  line-height: .98;
}
.hero h1 { font-size: clamp(54px, 6.4vw, 86px); }
.hero h1 span { color: #7c3aed; font-style: italic; }
.hero-lead { max-width: 650px; font-size: 17px; line-height: 1.75; color: #62566a; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.hero-trust { display: flex; gap: 28px; margin-top: 44px; }
.hero-trust div { display: flex; align-items: center; gap: 8px; padding-right: 26px; border-right: 1px solid var(--line); }
.hero-trust div:last-child { border-right: 0; }
.hero-trust strong { font-family: Georgia, serif; font-size: 28px; color: #7c3aed; }
.hero-trust span { font-size: 12px; color: #756c7a; max-width: 70px; line-height: 1.3; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.main-card {
  position: relative;
  width: min(100%, 500px);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(113,79,148,.12);
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 35px 90px rgba(44,13,81,.16);
  transform: rotate(1.2deg);
  z-index: 2;
}
.main-card::before { content:""; position:absolute; inset:10px; border:1px solid rgba(131,87,199,.06); border-radius:24px; pointer-events:none; }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.pill { padding: 7px 10px; border-radius: 999px; background: #efe6ff; color: #6e32ca; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.tiny-status { font-size: 10px; color: #6a6170; display: inline-flex; align-items: center; gap: 6px; }
.tiny-status span { width: 7px; height: 7px; background: #44c28d; border-radius: 50%; }
.main-card h3 { margin: 22px 0 4px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.main-card > p { margin: 0 0 22px; color: #82778a; font-size: 12px; }
.lesson-list { display: grid; gap: 10px; }
.lesson { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; border: 1px solid #eee8f6; padding: 13px; border-radius: 15px; background: #fff; }
.lesson.active { border-color: #a77af0; background: linear-gradient(90deg, #fbf8ff, #fff); box-shadow: 0 8px 20px rgba(85,43,132,.08); }
.lesson-icon { width: 34px; height: 34px; border-radius: 11px; display:grid; place-items:center; font-size:10px; font-weight:850; background:#f1e9ff; color:#6d28d9; }
.lesson.done .lesson-icon { color:white; background:#2fb77f; }
.lesson div:nth-child(2) { display:flex; flex-direction:column; }
.lesson strong { font-size:12px; }
.lesson span { font-size:10px; color:#8a7f90; margin-top:2px; }
.lesson small { color:#8c8293; font-size:9px; }
.progress-block { margin-top: 22px; padding-top: 17px; border-top:1px solid #eee8f5; }
.progress-label { display:flex; justify-content:space-between; font-size:10px; color:#796e82; }
.progress-label strong { color:#492574; }
.progress-track { height:8px; background:#eee8f7; border-radius:99px; margin-top:9px; overflow:hidden; }
.progress-track div { height:100%; border-radius:inherit; background:linear-gradient(90deg,#c39aff,#7c3aed); }
.floating-card { position:absolute; z-index:3; background:rgba(20,8,32,.95); color:white; border:1px solid rgba(255,255,255,.09); border-radius:18px; box-shadow:0 18px 50px rgba(15,4,30,.24); }
.score-card { right:-18px; top:56px; padding:16px 18px; display:flex; flex-direction:column; min-width:152px; }
.score-card span { font-size:9px; letter-spacing:1px; color:#cfc1da; text-transform:uppercase; }
.score-card strong { font-family:Georgia,serif; font-size:32px; color:#c9a7ff; margin:3px 0; }
.score-card small { font-size:9px; color:#78dbad; }
.live-card { left:-12px; bottom:46px; padding:14px 18px; display:flex; gap:10px; align-items:center; }
.live-dot { width:9px; height:9px; background:#ff496a; border-radius:50%; box-shadow:0 0 0 5px rgba(255,73,106,.13); }
.live-card div { display:flex; flex-direction:column; }
.live-card strong { font-size:11px; }
.live-card small { color:#b9a9c3; font-size:9px; }

.strip { background:#160b22; color:#e9ddf5; overflow:hidden; }
.strip-inner { min-height:60px; display:flex; align-items:center; justify-content:space-between; gap:20px; white-space:nowrap; font-size:9px; letter-spacing:2px; font-weight:800; }
.strip-inner i { width:5px; height:5px; border-radius:50%; background:#9d69ec; }

.section-heading { max-width:760px; }
.section-heading h2, .enrol-copy h2 { font-size: clamp(44px, 5vw, 66px); }
.section-heading h2 em, .enrol-copy h2 em { color:#7c3aed; font-weight:500; }
.section-heading > p { max-width:620px; color:#73697a; font-size:16px; line-height:1.7; }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:54px; }
.step-card { position:relative; min-height:300px; padding:28px 24px; border:1px solid #ece5f4; border-radius:22px; background:#fff; box-shadow:0 14px 40px rgba(42,19,68,.05); transition:.25s ease; }
.step-card:hover { transform:translateY(-7px); box-shadow:0 24px 60px rgba(42,19,68,.1); border-color:#d6c0f3; }
.step-number { font-size:10px; letter-spacing:1.5px; color:#a38bab; font-weight:800; }
.step-icon { margin-top:48px; width:48px; height:48px; border-radius:15px; display:grid; place-items:center; background:#f2eaff; color:#7c3aed; font-weight:900; font-size:19px; }
.play-icon { font-size:14px; }
.step-card h3 { font-family:Georgia,serif; font-size:25px; font-weight:500; margin:18px 0 8px; }
.step-card p { color:#796f7f; font-size:13px; line-height:1.65; }

.programmes { background:linear-gradient(145deg,#160a23,#251039 58%,#160a23); overflow:hidden; }
.programmes::before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:rgba(131,79,220,.13); filter:blur(5px); right:-210px; top:-160px; }
.section-heading.light { color:white; }
.section-heading.light h2 em { color:#c9a9ff; }
.programme-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:50px; }
.programme-card { position:relative; padding:34px; border-radius:28px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.11); color:white; backdrop-filter:blur(10px); }
.programme-card.featured { background:#fff; color:#1c1027; transform:translateY(-10px); box-shadow:0 28px 70px rgba(0,0,0,.22); }
.featured-label { position:absolute; top:0; right:28px; transform:translateY(-50%); background:linear-gradient(90deg,#a778fb,#6d28d9); color:white; font-size:9px; letter-spacing:1.6px; padding:8px 12px; border-radius:99px; font-weight:900; }
.programme-top { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:22px; }
.grade-tag { font-size:10px; font-weight:900; letter-spacing:1.5px; color:#c9a9ff; }
.featured .grade-tag { color:#7441c5; }
.programme-badge { font-size:8px; letter-spacing:1.2px; border:1px solid rgba(255,255,255,.2); border-radius:99px; padding:7px 10px; color:#c8b9d2; }
.featured .programme-badge { color:#7e6f88; border-color:#dfd4ea; }
.programme-card h3 { font-family:Georgia,serif; font-weight:500; font-size:34px; line-height:1.1; margin:0 0 14px; }
.programme-card > p { color:#b9abc3; font-size:13px; line-height:1.7; }
.featured > p { color:#766d7c; }
.subject-row { display:flex; align-items:center; justify-content:space-between; padding:13px 0; border-top:1px solid rgba(255,255,255,.1); font-size:12px; }
.featured .subject-row { border-color:#eee8f3; }
.subject-row strong { color:#b890ff; font-size:9px; letter-spacing:1px; }
.featured .subject-row strong { color:#7c3aed; }
.programme-card ul { list-style:none; padding:0; margin:22px 0 28px; display:grid; gap:10px; }
.programme-card li { font-size:12px; color:#c7b9d0; padding-left:20px; position:relative; }
.programme-card li::before { content:"✓"; position:absolute; left:0; color:#ae83f8; font-weight:900; }
.featured li { color:#6f6575; }

.experience-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:center; }
.feature-checks { display:grid; grid-template-columns:1fr 1fr; gap:11px 20px; margin:28px 0; }
.feature-checks span { font-size:12px; color:#645b6b; }
.dashboard-shell { min-width:0; display:grid; grid-template-columns:64px 1fr; border-radius:28px; overflow:hidden; background:#f8f5fb; border:1px solid #e9e0f2; box-shadow:0 30px 80px rgba(46,23,74,.12); transform:perspective(1300px) rotateY(-3deg) rotateX(1deg); }
.dash-sidebar { background:#170b24; padding:18px 12px; display:flex; flex-direction:column; align-items:center; gap:16px; }
.mini-logo svg { width:36px; height:42px; }
.dash-nav { width:34px; height:34px; display:grid; place-items:center; border-radius:11px; color:#aa91ba; font-size:13px; }
.dash-nav.active { color:white; background:#7c3aed; }
.dash-main { padding:26px; }
.dash-header { display:flex; justify-content:space-between; align-items:center; }
.dash-header small { font-size:8px; letter-spacing:1.5px; color:#9a8da1; }
.dash-header h3 { margin:5px 0 0; font-family:Georgia,serif; font-size:24px; font-weight:500; }
.avatar { width:38px; height:38px; border-radius:50%; background:linear-gradient(145deg,#d7bdff,#8b5cf6); display:grid; place-items:center; color:white; font-size:10px; font-weight:850; }
.dash-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:22px 0; }
.dash-stats > div { background:white; border:1px solid #eee7f3; border-radius:16px; padding:14px; display:flex; flex-direction:column; }
.dash-stats span { font-size:8px; color:#8e8394; }
.dash-stats strong { font-family:Georgia,serif; font-size:25px; color:#311a4d; margin-top:4px; }
.dash-stats small { font-size:8px; color:#9b8da2; }
.dash-content-grid { display:grid; grid-template-columns:1.55fr .75fr; gap:10px; }
.dash-panel { background:white; border:1px solid #eee7f3; border-radius:16px; padding:14px; }
.panel-title { display:flex; justify-content:space-between; font-size:9px; margin-bottom:10px; }
.panel-title span { color:#8b5cf6; }
.mini-lesson { display:grid; grid-template-columns:28px 1fr auto; align-items:center; gap:8px; padding:9px 0; border-top:1px solid #f0ebf5; }
.mini-lesson b { width:24px;height:24px;border-radius:8px;background:#f1e8ff;color:#7441c5;display:grid;place-items:center;font-size:8px; }
.mini-lesson div { display:flex;flex-direction:column; }
.mini-lesson strong { font-size:9px; }
.mini-lesson span { font-size:7px;color:#978b9d; }
.mini-lesson i { font-style:normal;color:#7c3aed;font-size:9px; }
.progress-panel { text-align:center; }
.circle-progress { width:82px;height:82px;margin:10px auto;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#8b5cf6 0 72%, #eee8f5 72% 100%); position:relative; }
.circle-progress::after { content:"";position:absolute;inset:8px;border-radius:50%;background:white; }
.circle-progress span { position:relative;z-index:2;font-family:Georgia,serif;font-size:20px;color:#351d52; }
.progress-panel > small { font-size:7px;color:#9b90a1; }
.micro-bars { height:44px; margin-top:12px; display:flex;align-items:end;justify-content:center;gap:5px; }
.micro-bars i { width:10px; border-radius:4px 4px 1px 1px; background:linear-gradient(#c6a3ff,#7c3aed); }

.about { background:#fbf9fd; }
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:center; }
.about-visual { min-height:430px; border-radius:30px; background:linear-gradient(145deg,#251036,#0f0718); position:relative; overflow:hidden; box-shadow:0 28px 70px rgba(28,9,43,.2); }
.about-visual::before { content:""; position:absolute; width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(161,102,255,.35),transparent 68%); left:-40px;top:-30px; }
.about-visual::after { content:"BT"; position:absolute; right:-25px; bottom:-70px; font-family:Georgia,serif; font-size:210px; color:rgba(255,255,255,.04); }
.quote-card { position:absolute; left:36px; right:36px; bottom:36px; padding:28px; color:white; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); border-radius:22px; backdrop-filter:blur(10px); }
.quote-mark { font-family:Georgia,serif;font-size:52px;color:#c9a7ff;line-height:.6; }
.quote-card p { font-family:Georgia,serif;font-size:22px;line-height:1.35;margin:18px 0; }
.quote-card span { font-size:8px;letter-spacing:2px;color:#b9a8c5; }
.about-note { margin-top:24px; border-left:3px solid #8b5cf6; padding:12px 16px; background:#f4effb; color:#665a6e; font-size:12px; border-radius:0 12px 12px 0; }

.enrol { background:linear-gradient(180deg,#fff,#f5effd); }
.enrol-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; }
.enrol-copy > p { color:#746a7b; max-width:470px; line-height:1.7; }
.enrol-note { margin-top:28px;padding:15px 18px;border-radius:14px;background:#1c0d2a;color:#d6c8df;font-size:12px; }
.enrol-note strong { color:#c6a3ff; }
.enrol-form { background:white; border:1px solid #e7ddef; border-radius:28px; padding:30px; box-shadow:0 25px 70px rgba(47,22,72,.1); }
.enrol-form label, .modal-card label { display:flex; flex-direction:column; gap:7px; font-size:10px; font-weight:800; color:#574b60; }
.form-row { display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px; }
.enrol-form > label { margin-bottom:14px; }
input, select, textarea { width:100%;border:1px solid #ddd2e7;background:#fcfaff;border-radius:12px;padding:12px 13px;outline:none;color:#2a1a36;font-size:12px;transition:.2s ease; }
input:focus, select:focus, textarea:focus { border-color:#9b6af1; box-shadow:0 0 0 4px rgba(139,92,246,.08); }
textarea { resize:vertical; }
.form-disclaimer { display:block; margin-top:10px; color:#9b8ea3; font-size:9px; }

.site-footer { background:#110719; color:white; padding:66px 0 24px; }
.footer-grid { display:grid;grid-template-columns:1.5fr .7fr .7fr 1.2fr;gap:38px; }
.site-footer .brand-name { color:white; }
.footer-brand p { color:#9f8eaa;font-size:11px;max-width:260px; }
.footer-links { display:flex;flex-direction:column;gap:10px; }
.footer-links strong { font-size:10px;letter-spacing:1.4px;color:#c4a1ff;margin-bottom:4px; }
.footer-links a,.footer-links button { color:#a997b3;font-size:11px;background:none;border:0;padding:0;text-align:left; }
.footer-links a:hover,.footer-links button:hover { color:white; }
.footer-cta { border-left:1px solid rgba(255,255,255,.1);padding-left:28px;display:flex;flex-direction:column;justify-content:center; }
.footer-cta span { font-size:9px;letter-spacing:1.5px;color:#927ca0; }
.footer-cta a { margin-top:8px;font-family:Georgia,serif;font-size:21px;color:#c7a5ff; }
.footer-bottom { margin-top:48px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#796984;font-size:9px;letter-spacing:1px; }

.modal { position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:20px; }
.modal.open { display:grid; }
.modal-backdrop { position:absolute;inset:0;background:rgba(15,6,23,.7);backdrop-filter:blur(5px); }
.modal-card { position:relative;width:min(420px,100%);background:white;border-radius:24px;padding:32px;box-shadow:0 30px 100px rgba(0,0,0,.3);z-index:2; }
.modal-close { position:absolute;right:16px;top:12px;border:0;background:#f3edf8;width:34px;height:34px;border-radius:50%;font-size:22px;color:#594963; }
.mini-shield svg { width:48px;height:54px; }
.modal-card h3 { font-family:Georgia,serif;font-size:28px;font-weight:500;margin:15px 0 6px; }
.modal-card p { color:#7a6f81;font-size:12px;line-height:1.6;margin-bottom:20px; }
.modal-card label { margin-bottom:12px; }
.modal-card .btn { width:100%;margin-top:4px; }
.toast { position:fixed;left:50%;bottom:30px;transform:translate(-50%,120px);background:#170b22;color:white;border-radius:999px;padding:13px 20px;font-size:11px;box-shadow:0 20px 60px rgba(0,0,0,.2);z-index:150;opacity:0;transition:.3s ease; }
.toast.show { transform:translate(-50%,0);opacity:1; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.1s; }
.delay-2 { transition-delay:.2s; }
.delay-3 { transition-delay:.3s; }

@media (max-width: 980px) {
  .desktop-nav, .desktop-only { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu { display:flex; position:absolute; left:20px; right:20px; top:88px; padding:22px; border-radius:20px; background:white; box-shadow:0 25px 70px rgba(26,9,40,.18); border:1px solid #eee6f4; flex-direction:column; gap:14px; opacity:0; pointer-events:none; transform:translateY(-8px); transition:.2s ease; }
  .mobile-menu.open { opacity:1;pointer-events:auto;transform:none; }
  .mobile-menu a:not(.btn) { font-size:13px;color:#564b5e;padding:5px 2px; }
  .hero-grid, .experience-grid, .about-grid, .enrol-grid { grid-template-columns:1fr; }
  .hero { min-height:auto;padding-top:80px; }
  .hero-grid { gap:30px; }
  .hero-copy { text-align:center; }
  .hero-lead { margin-left:auto;margin-right:auto; }
  .hero-actions,.hero-trust { justify-content:center; }
  .hero-visual { min-height:520px; }
  .steps-grid { grid-template-columns:1fr 1fr; }
  .experience-grid,.about-grid,.enrol-grid { gap:48px; }
  .dashboard-shell { transform:none; }
  .footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
  .footer-cta { grid-column:1/-1;border-left:0;border-top:1px solid rgba(255,255,255,.08);padding:20px 0 0; }
}

@media (max-width: 720px) {
  :root { --container:min(100% - 28px,1180px); }
  .announcement { font-size:10px; }
  .nav-wrap { height:72px; }
  .brand-mark { width:36px;height:42px; }
  .brand-name { font-size:24px; }
  .brand-sub { font-size:7px;letter-spacing:2.2px; }
  .mobile-menu { top:76px; }
  .section { padding:78px 0; }
  .hero h1 { font-size:51px; letter-spacing:-2px; }
  .hero-lead { font-size:15px; }
  .hero-actions { flex-direction:column;gap:8px; }
  .hero-trust { gap:12px; }
  .hero-trust div { padding-right:12px; }
  .hero-visual { min-height:460px; }
  .main-card { padding:22px; }
  .score-card { right:-4px;top:34px; }
  .live-card { left:-2px;bottom:30px; }
  .strip-inner { justify-content:flex-start;overflow:auto;padding:0 4px; }
  .section-heading h2,.enrol-copy h2 { font-size:44px;letter-spacing:-2px; }
  .steps-grid,.programme-grid { grid-template-columns:1fr; }
  .step-card { min-height:auto; }
  .step-icon { margin-top:30px; }
  .programme-card.featured { transform:none; }
  .programme-top { align-items:flex-start;flex-direction:column; }
  .feature-checks { grid-template-columns:1fr; }
  .dashboard-shell { grid-template-columns:50px 1fr; overflow-x:auto; }
  .dash-main { min-width:540px;padding:18px; }
  .about-visual { min-height:360px; }
  .quote-card { left:20px;right:20px;bottom:20px;padding:22px; }
  .quote-card p { font-size:18px; }
  .form-row { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { flex-direction:column;gap:8px; }
}

@media (max-width: 440px) {
  .announcement strong { display:none; }
  .hero h1 { font-size:43px; }
  .hero-trust { width:100%;justify-content:space-between; }
  .hero-trust div { flex-direction:column;gap:1px;text-align:center;padding-right:10px; }
  .hero-trust span { max-width:72px; }
  .score-card { min-width:130px; }
  .main-card h3 { font-size:24px; }
  .lesson { grid-template-columns:34px 1fr; }
  .lesson small { display:none; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
}
