:root {
  --home-navy: #10284a;
  --home-navy-deep: #081c37;
  --home-blue: #1f4f8c;
  --home-purple: #603f8c;
  --home-gold: #d89b2b;
  --home-gold-dark: #b97808;
  --home-ink: #142844;
  --home-muted: #5f6f84;
  --home-line: #dbe3ed;
  --home-soft: #f2f6fa;
  --home-white: #fff;
  --home-shadow: 0 18px 45px rgba(15, 40, 74, .11);
}

/* Conversion programme additions */
.home-trust-strip{background:#0e2d53;color:#fff;border-top:1px solid rgba(255,255,255,.12)}
.home-trust-strip ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:22px 0;list-style:none}
.home-trust-strip li{display:grid;gap:4px;padding:4px 24px;border-right:1px solid rgba(255,255,255,.18)}
.home-trust-strip li:last-child{border-right:0}.home-trust-strip strong{font-size:15px}.home-trust-strip span{color:#d9e3ef;font-size:13px;line-height:1.45}
.home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.home-service-grid>a{display:flex;min-height:220px;flex-direction:column;padding:28px;border:1px solid #dce3ec;border-radius:20px;background:#fff;color:#102b50;text-decoration:none;box-shadow:0 12px 32px rgba(18,42,75,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.home-service-grid>a:hover{transform:translateY(-3px);border-color:#d5a43b;box-shadow:0 18px 38px rgba(18,42,75,.12)}
.home-service-grid h3{margin:0 0 12px;font-size:21px}.home-service-grid p{margin:0 0 20px;color:#52657c;line-height:1.65}.home-service-grid span{margin-top:auto;color:#8b6516;font-weight:800}
.home-split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(36px,6vw,88px);align-items:center}
.home-section-heading-left{text-align:left;margin:0}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0;padding:0;list-style:none}
.benefit-list li{display:grid;gap:7px;padding:22px;border:1px solid #dce3ec;border-radius:16px;background:#fff}.benefit-list strong{color:#102b50}.benefit-list span{color:#5b6b7f;line-height:1.55}
.home-international{background:linear-gradient(135deg,#0c294b,#182a65);color:#fff}.home-international h2,.home-international p{color:#fff}.home-international p{max-width:710px;line-height:1.7}.home-button-secondary-light{border:1px solid rgba(255,255,255,.55);color:#fff}.home-button-secondary-light:hover{background:#fff;color:#102b50}
.international-list{display:grid;gap:0;margin:0;padding:0;list-style:none;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(255,255,255,.08);overflow:hidden}.international-list li{padding:17px 22px;border-bottom:1px solid rgba(255,255,255,.15);font-weight:700}.international-list li:last-child{border:0}
.faq-shell{max-width:900px}.faq-list{display:grid;gap:14px}.faq-list details{border:1px solid #dce3ec;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(18,42,75,.05)}.faq-list summary{position:relative;padding:20px 56px 20px 22px;color:#102b50;font-weight:800;cursor:pointer;min-height:64px}.faq-list summary::after{content:'+';position:absolute;right:22px;top:15px;font-size:28px;color:#b27a12}.faq-list details[open] summary::after{content:'−'}.faq-list p{margin:0;padding:0 22px 22px;color:#52657c;line-height:1.7}.faq-list summary:focus-visible{outline:3px solid #d5a43b;outline-offset:3px;border-radius:12px}
@media(max-width:980px){.home-trust-strip ul{grid-template-columns:1fr 1fr}.home-trust-strip li:nth-child(2){border-right:0}.home-trust-strip li:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}.home-service-grid{grid-template-columns:1fr 1fr}.home-split{grid-template-columns:1fr}.benefit-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.home-trust-strip ul,.home-service-grid,.benefit-list{grid-template-columns:1fr}.home-trust-strip li{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.home-trust-strip li:last-child{border-bottom:0}.home-service-grid>a{min-height:0}.home-split{gap:30px}.faq-list summary{padding-left:18px}.home-international .home-actions{align-items:stretch}.home-international .home-button{width:100%}}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--home-ink);
  background: var(--home-white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--home-navy);
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.home-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 11% 15%, rgba(216, 155, 43, .18), transparent 29%),
    linear-gradient(135deg, #f6f8fb 0%, #eef3f8 100%);
}

.home-hero::after {
  position: absolute;
  right: -130px;
  bottom: -170px;
  width: 460px;
  height: 460px;
  border: 70px solid rgba(96, 63, 140, .06);
  border-radius: 50%;
  content: "";
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: 66px;
  align-items: center;
  min-height: 690px;
  padding-block: 74px;
}

.home-eyebrow,
.home-kicker {
  margin: 0 0 13px;
  color: var(--home-gold-dark);
  font-size: .81rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--home-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5vw, 5.65rem);
  line-height: .99;
  letter-spacing: -.045em;
}

.home-hero h1 span { color: var(--home-purple); }

.home-hero-lead {
  max-width: 670px;
  margin: 28px 0 0;
  color: #334960;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.68;
}

.home-hero-detail {
  max-width: 650px;
  margin: 15px 0 0;
  color: var(--home-muted);
  font-size: .98rem;
}

.home-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.home-trust-list li {
  position: relative;
  padding-left: 26px;
  color: var(--home-navy);
  font-size: .93rem;
  font-weight: 700;
}

.home-trust-list li::before {
  position: absolute;
  left: 0;
  top: .05em;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #e9f4ec;
  color: #1d8244;
  content: "✓";
  font-size: .72rem;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-top: 34px;
}

.home-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 21px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.home-button:hover { transform: translateY(-2px); }

.home-button:focus-visible,
.support-card:focus-visible {
  outline: 3px solid #5a9cff;
  outline-offset: 3px;
}

.home-button-primary {
  background: var(--home-navy);
  color: #fff;
  box-shadow: 0 10px 24px rgba(16, 40, 74, .2);
}

.home-button-primary:hover { background: #173961; }

.home-button-secondary {
  border-color: var(--home-navy);
  background: #fff;
  color: var(--home-navy);
}

.home-button-secondary:hover { background: #edf3f9; }

.home-button-text {
  padding-inline: 8px;
  color: var(--home-purple);
}

.home-button-gold {
  background: var(--home-gold);
  color: #16253b;
  box-shadow: 0 12px 25px rgba(216, 155, 43, .25);
}

.home-button-gold:hover { background: #e2aa42; }

.home-hero-visual {
  position: relative;
  min-height: 510px;
}

.home-hero-image {
  position: absolute;
  inset: 0 0 32px 0;
  border-radius: 34% 5% 30% 5%;
  background:
    linear-gradient(180deg, rgba(16, 40, 74, .05), rgba(16, 40, 74, .28)),
    url("/assets/images/homepage/hero-homepage.jpg") center/cover no-repeat;
  box-shadow: var(--home-shadow);
}

.home-hero-note {
  position: absolute;
  right: -18px;
  bottom: 0;
  display: flex;
  max-width: 310px;
  flex-direction: column;
  padding: 19px 23px;
  border-left: 5px solid var(--home-gold);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--home-shadow);
}

.home-hero-note strong { color: var(--home-navy); }
.home-hero-note span { color: var(--home-muted); font-size: .86rem; }

.home-section { padding-block: 94px; }
.home-section-soft { background: var(--home-soft); }

.home-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.home-section-heading h2,
.home-cta h2 {
  margin: 0;
  color: var(--home-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.7vw, 3.55rem);
  line-height: 1.13;
  letter-spacing: -.025em;
}

.home-section-heading > p:last-child {
  max-width: 680px;
  margin: 17px auto 0;
  color: var(--home-muted);
  font-size: 1.04rem;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.support-card {
  display: flex;
  min-height: 315px;
  flex-direction: column;
  padding: 29px 26px;
  border: 1px solid var(--home-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 40, 74, .07);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.support-card:hover {
  transform: translateY(-5px);
  border-color: #b9c9da;
  box-shadow: var(--home-shadow);
}

.home-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #edf2f8;
  color: var(--home-purple);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.support-card h3 {
  min-height: 55px;
  margin: 25px 0 10px;
  color: var(--home-navy);
  font-size: 1.16rem;
  line-height: 1.28;
}

.support-card p { margin: 0; color: var(--home-muted); font-size: .95rem; }

.card-link {
  margin-top: auto;
  padding-top: 22px;
  color: var(--home-purple);
  font-size: .88rem;
  font-weight: 800;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.review-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 30px 28px;
  border: 1px solid #d8e2ea;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 40, 74, .08);
}

.review-stars {
  color: #00a870;
  font-size: 1.22rem;
  letter-spacing: .08em;
}

.review-card blockquote {
  margin: 24px 0;
  color: var(--home-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.42;
}

.review-card footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  color: var(--home-navy);
}

.review-card footer strong { font-size: .94rem; }
.review-card footer span { color: var(--home-muted); font-size: .8rem; }

.reviews-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 24px 27px;
  border: 1px solid #d8e2ea;
  border-radius: 15px;
  background: #fff;
}

.trustpilot-source {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--home-muted);
  font-size: .88rem;
  line-height: 1.45;
}

.reviews-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: #00b67a;
  color: #fff;
  font-size: 1.35rem;
}

.trustpilot-source strong { color: var(--home-navy); }
.reviews-actions { display: flex; gap: 10px; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  padding: 8px 30px 8px 0;
}

.process-grid li:not(:last-child)::after {
  position: absolute;
  top: 29px;
  right: 9px;
  width: calc(100% - 67px);
  border-top: 2px dashed #cfdae7;
  content: "";
  transform: translateX(100%);
}

.process-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-navy);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: 0 0 0 8px #fff;
}

.process-grid h3 { margin: 24px 0 9px; color: var(--home-navy); font-size: 1.08rem; }
.process-grid p { margin: 0; color: var(--home-muted); font-size: .92rem; }

.home-section-navy {
  background:
    radial-gradient(circle at 92% 0, rgba(96, 63, 140, .45), transparent 30%),
    var(--home-navy-deep);
  color: #fff;
}

.home-section-heading-light h2 { color: #fff; }
.home-section-heading-light > p:last-child { color: #c8d3e1; }
.home-section-heading-light .home-kicker { color: #f0bd61; }

.subjects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.subjects-grid li {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  font-weight: 700;
}

.subjects-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: rgba(216, 155, 43, .17);
  color: #f0bd61;
  font-family: Georgia, serif;
}

.home-centred-action { margin-top: 34px; text-align: center; }

.tutor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin-inline: auto;
}

.tutor-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 30px rgba(15, 40, 74, .08);
}

.tutor-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #edf2f7;
}

.tutor-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutor-image-one { object-position: 50% 31%; }
.tutor-image-two { object-position: 50% 28%; }
.tutor-image-three { object-position: 50% 27%; }

.tutor-image-wrap::after {
  position: absolute;
  inset: 0;
  border-bottom: 1px solid rgba(16, 40, 74, .12);
  background: linear-gradient(180deg, transparent 72%, rgba(16, 40, 74, .08));
  content: "";
  pointer-events: none;
}

.tutor-card-copy { padding: 22px 23px 26px; }
.tutor-label { margin: 0 0 4px; color: var(--home-gold-dark); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tutor-card h3 { margin: 0; color: var(--home-navy); font-size: 1.18rem; }

.home-cta {
  padding-block: 74px;
  background:
    linear-gradient(112deg, rgba(96, 63, 140, .35), transparent 62%),
    var(--home-navy);
  color: #fff;
}

.home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.home-cta h2 { color: #fff; }
.home-cta p:not(.home-kicker) { margin: 14px 0 0; color: #d6dfeb; font-size: 1.05rem; }
.home-cta .home-kicker { color: #f0bd61; }
.home-cta .home-button { flex: 0 0 auto; }

@media (max-width: 1050px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .8fr);
    gap: 38px;
    min-height: 620px;
  }
  .support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-card { min-height: 275px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 220px; }
  .reviews-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 820px) {
  .home-shell { width: min(100% - 36px, 720px); }
  .home-hero-grid { grid-template-columns: 1fr; padding-block: 58px; }
  .home-hero-copy { max-width: 700px; }
  .home-hero-visual { min-height: 400px; }
  .home-hero-image { border-radius: 24px 7px 24px 7px; }
  .home-section { padding-block: 72px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 25px; }
  .process-grid li::after { display: none; }
  .subjects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
}

@media (max-width: 620px) {
  .home-shell { width: min(100% - 28px, 540px); }
  .home-hero-grid { gap: 38px; min-height: auto; padding-block: 46px 58px; }
  .home-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .home-hero-lead { margin-top: 22px; font-size: 1.02rem; }
  .home-trust-list { display: grid; gap: 10px; }
  .home-actions { align-items: stretch; flex-direction: column; }
  .home-button { width: 100%; }
  .home-button-text { width: auto; align-self: center; }
  .home-hero-visual { min-height: 330px; }
  .home-hero-image { bottom: 55px; }
  .home-hero-note { right: 12px; left: 12px; max-width: none; }
  .home-section { padding-block: 60px; }
  .home-section-heading { margin-bottom: 34px; }
  .home-section-heading h2, .home-cta h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .support-grid,
  .process-grid,
  .subjects-grid,
  .tutor-grid { grid-template-columns: 1fr; }
  .support-card { min-height: auto; }
  .support-card h3 { min-height: auto; }
  .review-card { min-height: 0; padding: 26px 23px; }
  .review-card blockquote { font-size: 1.2rem; }
  .reviews-footer { padding: 22px 20px; }
  .reviews-actions { width: 100%; flex-direction: column; }
  .process-grid { gap: 28px; }
  .process-grid li { padding: 0 0 0 74px; }
  .process-number { position: absolute; left: 0; top: 0; width: 52px; height: 52px; }
  .process-grid h3 { margin-top: 0; padding-top: 4px; }
  .subjects-grid li { min-height: 64px; }
  .home-cta { padding-block: 60px; }
}

@media (max-width: 360px) {
  .home-shell { width: calc(100% - 24px); }
  .home-hero h1 { font-size: 2.55rem; }
  .home-hero-visual { min-height: 285px; }
  .home-hero-note { padding: 16px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
