:root {
  --navy: #071a3d;
  --navy-deep: #03102a;
  --blue: #0069d9;
  --cyan: #00a9cf;
  --magenta: #ec268f;
  --orange: #f58220;
  --ink: #0a1730;
  --muted: #5e6878;
  --paper: #f4f5f7;
  --soft-blue: #eef6ff;
  --white: #fff;
  --line: #d7dce3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.hidden { display: none !important; }

.announcement {
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 8px 20px;
  background: var(--navy);
  color: var(--white);
  font-size: .82rem;
}
.announcement span { color: #7ee7f7; font-weight: 700; letter-spacing: .12em; }
.announcement p { margin: 0; }
.announcement a { font-weight: 700; text-underline-offset: 3px; }

.site-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 54px;
}
.brand { width: 86px; text-decoration: none; }
.brand img { width: 80px; height: 58px; object-fit: contain; }
.site-header nav { display: flex; gap: 35px; }
.site-header nav a { color: #4f5867; font-size: .92rem; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.site-header > .button { margin-left: auto; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  background: var(--blue);
  color: var(--white);
  font: 700 .94rem "DM Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #0058b8; }
.button-small { min-height: 42px; padding: 9px 18px; font-size: .84rem; }
.button-dark { border-color: var(--navy); background: var(--navy); }
.button-white { border-color: var(--white); background: var(--white); color: var(--navy); }

.hero {
  overflow: hidden;
  padding: 76px 0 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(0,169,207,.12), transparent 25%),
    linear-gradient(#f8f9fa, #f3f4f6);
  border-top: 1px solid #e5e8ec;
}
.hero-copy { position: relative; z-index: 2; text-align: center; }
.eyebrow, .section-label {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
}
h1, h2, h3 { font-family: "Space Grotesk", "DM Sans", sans-serif; }
h1 {
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(3.6rem, 7.7vw, 7.3rem);
  line-height: .94;
  letter-spacing: -.075em;
}
h1 em { color: var(--magenta); font-style: normal; }
.hero-lead {
  max-width: 760px;
  margin: 28px auto 0;
  color: #4c586b;
  font-size: 1.12rem;
}
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 30px; }
.text-link { color: var(--navy); font-weight: 700; text-decoration: none; }
.text-link span { color: var(--magenta); margin-left: 5px; }
.hero-stage {
  position: relative;
  height: 545px;
  margin-top: 62px;
}
.hero-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.02);
}
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3,16,42,.18), transparent 58%);
  pointer-events: none;
}
.stage-tag {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 24px 27px;
  color: var(--white);
  box-shadow: 0 20px 45px rgba(7,26,61,.2);
}
.stage-tag span { font-size: .68rem; font-weight: 700; letter-spacing: .13em; }
.stage-tag strong { font: 700 2rem/1 "Space Grotesk", sans-serif; }
.stage-tag small { margin-top: 8px; color: rgba(255,255,255,.82); }
.stage-tag-intake { left: -20px; bottom: 34px; background: var(--blue); }
.stage-tag-intake strong { margin-top: 9px; }
.stage-tag-offer { right: -20px; top: 35px; min-width: 225px; background: var(--magenta); }
.stage-tag-offer strong { margin: 8px 0 0; font-size: 3.3rem; letter-spacing: -.07em; }

.quick-benefits { border-bottom: 1px solid var(--line); background: #fafafa; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-grid article {
  min-height: 142px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 34px;
  border-left: 1px solid var(--line);
}
.benefit-grid article:last-child { border-right: 1px solid var(--line); }
.benefit-number { color: var(--magenta); font: 600 1rem "Space Grotesk", sans-serif; }
.benefit-grid strong { display: block; font: 600 1.1rem "Space Grotesk", sans-serif; }
.benefit-grid small { display: block; max-width: 240px; margin-top: 4px; color: var(--muted); }

.section { padding: 115px 0; }
h2 { margin: 0; font-size: clamp(3rem, 6.3vw, 6rem); line-height: .98; letter-spacing: -.065em; }
.section-intro { max-width: 670px; margin: 25px 0 50px; color: var(--muted); font-size: 1.08rem; }
.programme-showcase { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; border: 1px solid var(--line); }
.programme-feature { position: relative; min-height: 650px; overflow: hidden; }
.programme-feature > img { width: 100%; height: 100%; object-fit: cover; }
.programme-feature::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3,16,42,.88)); }
.feature-caption { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 35px; color: var(--white); }
.feature-caption span { color: #7ee7f7; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.feature-caption h3 { margin: 10px 0; font-size: 2rem; }
.feature-caption p { max-width: 560px; margin: 0; color: #d9e5f4; }
.programme-list { background: #f7f7f8; }
.programme-list article { min-height: 162px; display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 30px; border-bottom: 1px solid var(--line); }
.programme-list article:last-child { border-bottom: 0; }
.programme-list > article > span { color: var(--magenta); font-weight: 700; }
.programme-list h3 { margin: 0 0 8px; font-size: 1.22rem; }
.programme-list p { margin: 0; color: var(--muted); font-size: .89rem; }
.more-areas { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 24px; border: 1px solid var(--line); }
.more-areas span { flex: 1 1 auto; padding: 16px 18px; border-right: 1px solid var(--line); text-align: center; font-size: .82rem; font-weight: 600; }
.more-areas span:last-child { border-right: 0; }
.center-action { margin-top: 36px; text-align: center; }

.apu-proof { padding: 115px 0; background: var(--navy); color: var(--white); }
.proof-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.section-label-light { color: #7ee7f7; }
.proof-copy > p:not(.section-label) { color: #bdcade; font-size: 1.04rem; }
.proof-list { margin: 30px 0 38px; }
.proof-list article { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.16); }
.proof-list strong { color: #7ee7f7; font: 600 1.45rem "Space Grotesk", sans-serif; }
.proof-list span { color: #cfdaea; font-size: .88rem; }
.proof-photo { position: relative; }
.proof-photo img { width: 100%; height: 680px; object-fit: cover; }
.proof-photo span {
  position: absolute;
  right: -24px;
  bottom: 28px;
  padding: 16px 21px;
  background: var(--magenta);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.offer { background: var(--paper); }
.offer-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.offer-visual {
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 50%),
    var(--blue);
  color: var(--white);
}
.offer-visual p { margin: 0; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.offer-visual strong { margin: 15px 0 7px; color: #fff; font: 700 clamp(6rem, 12vw, 10rem)/.9 "Space Grotesk", sans-serif; letter-spacing: -.09em; }
.offer-visual span { color: #d6ecff; }
.offer-copy > p:not(.section-label) { color: var(--muted); font-size: 1.05rem; }
.offer-copy ul { list-style: none; padding: 0; margin: 28px 0 34px; }
.offer-copy li { position: relative; padding: 14px 0 14px 30px; border-top: 1px solid var(--line); font-weight: 600; }
.offer-copy li::before { content: "→"; position: absolute; left: 0; color: var(--magenta); }
.offer-copy small { display: block; max-width: 650px; margin-top: 18px; color: #737d8c; }

.enquiry { background: var(--soft-blue); }
.enquiry-heading { max-width: 920px; margin-bottom: 55px; }
.enquiry-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.06rem; }
.enquiry-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; align-items: start; }
.form-reasons { border-top: 1px solid #cbd9e8; }
.form-reasons article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid #cbd9e8; }
.form-reasons > article > span { color: var(--magenta); font-weight: 700; }
.form-reasons strong { font: 600 1.05rem "Space Grotesk", sans-serif; }
.form-reasons p { margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
form { display: grid; gap: 17px; padding: 42px; border: 1px solid #cbd9e8; background: var(--white); box-shadow: 0 24px 70px rgba(7,26,61,.1); }
.form-title { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-title span { color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.form-title h3 { margin: 5px 0 2px; font-size: 2rem; }
.form-title p { margin: 0; color: var(--muted); font-size: .8rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label, legend { color: #25334b; font-size: .8rem; font-weight: 700; }
input, select {
  width: 100%;
  min-height: 49px;
  margin-top: 6px;
  padding: 11px 13px;
  border: 1px solid #c8d0db;
  border-radius: 2px;
  background: #fbfcfd;
  color: var(--ink);
  font: 500 .92rem "DM Sans", sans-serif;
}
input:focus, select:focus { outline: 3px solid rgba(0,105,217,.11); border-color: var(--blue); }
.form-question { margin: 0; padding: 0; border: 0; }
.radio-options { display: flex; gap: 12px; margin-top: 7px; }
.radio-options label { flex: 1; display: flex; align-items: center; gap: 8px; padding: 12px 14px; border: 1px solid #c8d0db; background: #fbfcfd; }
.radio-options input, .consent input { width: auto; min-height: auto; margin: 0; }
.conditional-field[hidden] { display: none; }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 500; line-height: 1.45; }
.consent input { flex: 0 0 auto; margin-top: 3px; }
.form-button { width: 100%; }
form > small { color: var(--muted); text-align: center; }

.faq { padding: 105px 0 115px; }
.faq h2 { margin-bottom: 40px; }
.faq details { padding: 22px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font: 600 1.08rem "Space Grotesk", sans-serif; }
.faq details p { max-width: 900px; color: var(--muted); }

footer { padding: 52px 0 100px; background: #020814; color: #d3d9e3; }
.footer-grid { display: grid; grid-template-columns: 90px 1fr auto; gap: 30px; align-items: center; }
.footer-grid img { width: 76px; height: 66px; object-fit: contain; }
.footer-grid p { margin: 0 0 7px; }
.footer-small { max-width: 840px; color: #8793a5; font-size: .76rem; }
.footer-grid > a { color: #7ee7f7; font-weight: 700; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .programme-showcase, .proof-layout, .offer-layout, .enquiry-layout { grid-template-columns: 1fr; }
  .proof-layout, .offer-layout, .enquiry-layout { gap: 55px; }
  .proof-photo { max-width: 760px; }
  .proof-photo img { height: 560px; }
  .offer-visual { min-height: 440px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1220px); }
  .announcement { display: block; text-align: center; line-height: 1.45; }
  .announcement span, .announcement a { display: block; }
  .site-header { min-height: 72px; gap: 20px; }
  .site-header nav { display: none; }
  .brand { width: 66px; }
  .brand img { width: 62px; height: 48px; }
  .site-header > .button { margin-left: auto; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-stage { height: 450px; margin-top: 45px; }
  .hero-stage > img { object-position: 56% center; }
  .stage-tag { padding: 18px; }
  .stage-tag-intake { left: 0; bottom: 18px; }
  .stage-tag-offer { top: 18px; right: 0; min-width: 185px; }
  .stage-tag-offer strong { font-size: 2.7rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 110px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section, .apu-proof { padding: 78px 0; }
  h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .programme-feature { min-height: 540px; }
  .feature-caption { left: 22px; right: 22px; bottom: 25px; }
  .programme-list article { min-height: auto; }
  .more-areas { display: grid; grid-template-columns: 1fr 1fr; }
  .more-areas span { border-bottom: 1px solid var(--line); }
  .proof-list article { grid-template-columns: 115px 1fr; }
  .proof-photo img { height: 430px; }
  .proof-photo span { right: 0; bottom: 15px; }
  .offer-visual { min-height: 360px; padding: 36px 26px; }
  .offer-visual strong { font-size: 6.5rem; }
  .field-row { grid-template-columns: 1fr; }
  form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-cta {
    position: fixed;
    z-index: 30;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 30px rgba(7,26,61,.12);
  }
  .mobile-cta .button { width: 100%; }
  footer { padding-bottom: 120px; }
}
