.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 1100;
  background: linear-gradient(90deg, #0b2f59, #2a63a6 65%, #b3262d);
  box-shadow: 0 0 10px rgba(16, 63, 122, 0.35);
}

:root {
  --tlc-nav-height: 96px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--tlc-font-sans);
  font-weight: 400;
  letter-spacing: 0.02px;
  line-height: 1.68;
  overflow-x: clip;
}

h1,
h2,
h3,
h4 {
  font-family: var(--tlc-font-serif);
  letter-spacing: -0.02em;
  line-height: 1.16;
  color: #1e3147;
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section h4,
.cta-section h1,
.cta-section h2,
.cta-section h3,
.cta-section h4 {
  color: #ffffff;
}

h1,
h2 {
  font-weight: 700;
}

h3,
h4 {
  font-weight: 600;
}

h1 {
  font-size: clamp(2.7rem, 5.6vw, 5.2rem);
  line-height: 1.06;
}

h2:not(.h1):not(.h3):not(.h4):not(.h5):not(.h6) {
  font-size: clamp(1.95rem, 3.1vw, 3rem);
}

h3:not(.h1):not(.h2):not(.h4):not(.h5):not(.h6) {
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
}

h4:not(.h1):not(.h2):not(.h3):not(.h5):not(.h6) {
  font-size: clamp(1.28rem, 1.6vw, 1.52rem);
}

h5,
h6,
.h5,
.h6 {
  font-family: var(--tlc-font-sans);
  font-weight: 600;
  letter-spacing: -0.01em;
}

p,
li,
small,
label,
input,
textarea,
select,
.lead,
.nav-link,
.btn,
.tlc-nav-cta,
.tlc-brand {
  font-family: var(--tlc-font-sans);
}

p,
li:not(.nav-item) {
  line-height: 1.7;
}

section {
  position: relative;
}

site-navbar {
  display: block;
  height: 0;
}

.tlc-navbar {
  font-family: var(--tlc-font-sans);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background: transparent;
  animation: nav-enter 0.5s ease both;
  transition: padding 0.25s ease, filter 0.25s ease;
}

.nav-overlap-section {
  position: relative;
  z-index: 1;
  padding-top: var(--tlc-nav-height);
}

.hero-section.nav-overlap-section {
  margin-top: 0;
}

.tlc-navbar.is-scrolled {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.18));
}

.tlc-nav-shell {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: rgba(8, 29, 56, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  padding: 0.78rem 1.25rem;
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
  box-shadow:
    0 18px 36px rgba(4, 14, 28, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.tlc-navbar.is-scrolled .tlc-nav-shell {
  box-shadow:
    0 22px 42px rgba(4, 14, 28, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.tlc-nav-shell::before {
  content: none;
}

.tlc-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-right: 1.75rem;
  padding: 0.1rem 0;
  color: #ffffff;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tlc-brand:hover,
.tlc-brand:focus {
  color: #ffffff;
  transform: translateY(-1px);
}

.tlc-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  padding: 0.36rem 0.92rem 0.36rem 0.58rem;
  background: #ffffff;
  border-radius: 999px;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.tlc-brand-logo {
  display: block;
  width: auto;
  height: 50px;
  filter:
    drop-shadow(0 1px 2px rgba(255, 255, 255, 0.28))
    drop-shadow(0 4px 10px rgba(16, 63, 122, 0.1));
}

.tlc-nav-menu {
  flex: 1 1 auto;
}

.tlc-nav-links {
  width: 100%;
  gap: 0;
}

.tlc-nav-links .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 0;
  padding: 0.7rem 0;
  margin: 0 0.75rem;
  position: relative;
  transition: color 0.22s ease, transform 0.22s ease;
}

.tlc-nav-links .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08rem;
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
  background: #ff9d43;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.tlc-nav-links .nav-link:hover,
.tlc-nav-links .nav-link:focus {
  color: #ffffff;
}

.tlc-nav-links .nav-link:hover::after,
.tlc-nav-links .nav-link:focus::after,
.tlc-nav-links .nav-link.is-active::after,
.tlc-nav-links .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.tlc-nav-links .nav-link.is-active,
.tlc-nav-links .nav-link.active {
  color: #ff9d43;
  font-weight: 600;
}

.tlc-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0b2f59;
  background: #ffffff;
  border: 1px solid rgba(11, 47, 89, 0.08);
  border-radius: 999px;
  padding: 0.625rem 1.125rem;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.tlc-nav-cta:hover,
.tlc-nav-cta:focus {
  color: #0b2f59;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 157, 67, 0.22),
    0 16px 32px rgba(0, 0, 0, 0.24);
  background: #ffffff;
}

.tlc-nav-toggle {
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0.9rem;
  padding: 0.38rem 0.62rem;
  box-shadow: none;
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.tlc-nav-toggle i {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.tlc-nav-toggle[aria-expanded="true"] i {
  transform: rotate(90deg);
}

.tlc-nav-toggle:hover,
.tlc-nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 153, 67, 0.48);
  transform: translateY(-1px);
}

.tlc-nav-toggle:focus {
  box-shadow: 0 0 0 0.18rem rgba(255, 255, 255, 0.14);
}

@keyframes nav-enter {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-section {
  --hero-fixed-height: clamp(460px, 48vw, 560px);
  --hero-frame-gap: clamp(16px, 2.4vw, 28px);
  position: relative;
  overflow: visible;
  background: #f2f4f1;
  padding-top: calc(var(--tlc-nav-height) + var(--hero-frame-gap));
  padding-bottom: var(--hero-frame-gap);
}

.hero-section::before {
  content: none;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-slide {
  height: var(--hero-fixed-height);
}

.hero-carousel {
  width: min(calc(100% - 32px), 1180px);
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 8px solid #ffffff;
  box-shadow: 0 12px 30px rgba(27, 44, 64, 0.14);
}

.hero-carousel .carousel-item {
  transition: opacity 1.25s ease-in-out;
}

.hero-slide {
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: var(--hero-pos, center center);
  position: relative;
  transform: none;
  transition: transform 6.8s ease;
}

.hero-carousel .carousel-item.active .hero-slide {
  transform: scale(1.018);
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 29, 56, 0.12), rgba(8, 29, 56, 0.02) 54%, rgba(8, 29, 56, 0));
}

.hero-slide::after {
  content: none;
}

.hero-overlay-content {
  position: absolute;
  top: calc(var(--tlc-nav-height) + var(--hero-frame-gap) + 8px);
  left: 50%;
  z-index: 5;
  width: min(calc(100% - 48px), 1148px);
  height: calc(var(--hero-fixed-height) - 16px);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-overlay-content .container,
.hero-overlay-content .row,
.hero-overlay-content .hero-content {
  height: 100%;
}

.hero-overlay-content .hero-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  min-height: 100%;
  padding-top: clamp(18px, 3vw, 40px);
  padding-bottom: clamp(18px, 3vw, 40px);
}

.nav-overlap-section.hero-section .hero-overlay-content .hero-content {
  padding-top: clamp(18px, 3vw, 40px);
  padding-bottom: clamp(18px, 3vw, 40px);
}

.hero-glass h1 {
  color: #14243a;
  font-size: clamp(1.65rem, 2.9vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.13;
  max-width: 18ch;
  margin-left: 0;
  margin-right: 0;
}

.hero-overlay-content .hero-glass,
.hero-overlay-content .btn {
  pointer-events: auto;
}

.hero-glass {
  position: relative;
  max-width: min(470px, 100%);
  padding: clamp(1.25rem, 2.4vw, 2rem);
  margin-left: clamp(8px, 2.2vw, 28px);
  margin-right: 0;
  color: #263447;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(18, 35, 56, 0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-glass h1,
.hero-glass h2,
.hero-glass .lead {
  text-shadow: none;
}

.hero-glass .lead {
  color: #344356;
  font-family: var(--tlc-font-sans);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.002em;
  line-height: 1.55;
  max-width: 44ch;
  margin-left: 0;
  margin-right: 0;
}

.section-space h2 {
  letter-spacing: -0.017em;
  line-height: 1.14;
}

.trust-title,
.programmes-head h2,
.reviews-authority-section h2,
#results h2 {
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-badge {
  background: rgba(16, 63, 122, 0.1);
  border: 1px solid rgba(16, 63, 122, 0.16);
  color: var(--tlc-blue-dark);
  letter-spacing: 0.35px;
}

.hero-metrics {
  border-top: 1px solid rgba(16, 63, 122, 0.12);
  padding-top: 0.8rem;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hero-metric-item {
  border-radius: 0;
  padding: 0;
  color: #2a3b50;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-section .btn-primary {
  background: var(--tlc-blue);
  border-color: var(--tlc-blue);
  box-shadow: 0 8px 16px rgba(9, 40, 79, 0.18);
}

.hero-section .btn-outline-light {
  color: var(--tlc-blue);
  border-color: rgba(16, 63, 122, 0.34);
  background: rgba(255, 255, 255, 0.58);
}

.hero-section .btn-outline-light:hover,
.hero-section .btn-outline-light:focus {
  color: #ffffff;
  background: var(--tlc-blue);
  border-color: var(--tlc-blue);
}

.hero-section .btn {
  --bs-btn-padding-y: 0.62rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.92rem;
  border-radius: 0.15rem;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  z-index: 8;
  width: 46px;
  opacity: 0.78;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 1.45rem;
  height: 1.45rem;
  padding: 1rem;
  background-color: rgba(8, 29, 56, 0.58);
  background-size: 56%;
  border-radius: 999px;
}

.hero-carousel .carousel-indicators {
  z-index: 9;
  bottom: 0.55rem;
  margin-bottom: 0;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(8, 29, 56, 0.42);
  border-radius: 999px;
  opacity: 0.95;
}

.hero-carousel .carousel-indicators .active {
  background-color: var(--tlc-blue);
  border-color: #ffffff;
}

.hero-metric-number {
  color: var(--tlc-blue-dark);
  font-size: clamp(0.98rem, 1.5vw, 1.18rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-metric-label {
  color: #5d6b7a;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  line-height: 1.3;
  opacity: 1;
}

.btn-micro {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn-micro::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 68%;
  height: 100%;
  transform: skewX(-24deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  transition: left 0.5s ease;
}

.btn-micro:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(11, 47, 89, 0.22);
  filter: saturate(1.05);
}

.btn-micro:hover::after {
  left: 150%;
}

.elevate-card {
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.elevate-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 32px rgba(11, 47, 89, 0.12) !important;
}

.tlc-card {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.tlc-card-softshape::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -56px;
  bottom: -92px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(16, 63, 122, 0.1), rgba(16, 63, 122, 0));
  pointer-events: none;
}

.tlc-card:hover,
.tlc-card:focus-visible,
.tlc-card:focus-within {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(21, 86, 164, 0.26) !important;
  box-shadow:
    inset 0 4px 0 rgba(32, 94, 177, 0.95),
    0 24px 42px rgba(11, 47, 89, 0.17) !important;
}

.tlc-card:focus-visible,
.tlc-card:focus-within {
  outline: 2px solid rgba(32, 94, 177, 0.35);
  outline-offset: 2px;
}

.js-reveal {
  transition: opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1), transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-premium-section {
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(16, 63, 122, 0.06) 0%, rgba(16, 63, 122, 0.01) 45%, transparent 80%),
    #ffffff;
}

.why-choose-section {
  background:
    radial-gradient(85% 120% at 0% 0%, rgba(16, 63, 122, 0.05), rgba(16, 63, 122, 0)),
    radial-gradient(85% 120% at 100% 100%, rgba(42, 99, 166, 0.06), rgba(42, 99, 166, 0)),
    #f8fbff;
}

.why-choose-section h2 {
  color: #0f2f58;
}

.why-card {
  border-radius: 1rem;
  border: 1px solid rgba(16, 63, 122, 0.1);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(11, 47, 89, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 63, 122, 0.2);
  box-shadow: 0 18px 34px rgba(11, 47, 89, 0.12);
}

.why-card p {
  color: #56697e;
}

.why-card-icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: #143f74;
  background: #f2f6fc;
  border: 1px solid rgba(16, 63, 122, 0.12);
  font-size: 1.35rem;
}

.trust-kicker {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 63, 122, 0.15);
  color: #103f7a;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  background-color: #ffffff;
}

.trust-title {
  color: #0b2f59;
  letter-spacing: -0.2px;
}

.trust-premium-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem 1.4rem;
  border: 1px solid rgba(16, 63, 122, 0.08);
  background-color: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 63, 122, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.trust-premium-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #103f7a, #2a63a6);
  opacity: 0.92;
}

.trust-premium-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(16, 63, 122, 0.08), rgba(16, 63, 122, 0));
  pointer-events: none;
}

.trust-premium-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.trust-premium-card:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 63, 122, 0.22);
  box-shadow: 0 16px 32px rgba(16, 63, 122, 0.13);
}

.trust-premium-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #f5f8fd 0%, #edf3fb 100%);
  border: 1px solid rgba(16, 63, 122, 0.09);
  color: #103f7a;
  font-size: 1.45rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 6px 14px rgba(16, 63, 122, 0.08);
  animation: iconLift 4.5s ease-in-out infinite;
}

@keyframes iconLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.trust-card-heading {
  color: #22344a;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
}

.trust-support-text {
  color: #5f6d7d;
  font-size: 0.98rem;
  line-height: 1.55;
}

.js-counter {
  font-weight: 700;
  color: #0b2f59;
}

@media (max-width: 575.98px) {
  .trust-premium-card {
    padding: 1.4rem 1.1rem 1.2rem;
  }

  .trust-premium-icon {
    width: 62px;
    height: 62px;
    font-size: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-premium-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.reviews-authority-section {
  background:
    linear-gradient(180deg, #f8fafd 0%, #ffffff 36%);
}

.programmes-section {
  position: relative;
  background:
    radial-gradient(68% 80% at 12% 0%, rgba(16, 63, 122, 0.08), rgba(16, 63, 122, 0)),
    radial-gradient(60% 80% at 100% 100%, rgba(27, 88, 166, 0.09), rgba(27, 88, 166, 0)),
    linear-gradient(180deg, #f8fbff 0%, #f2f6fb 100%);
}

.programmes-head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.programmes-kicker {
  display: inline-block;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 63, 122, 0.16);
  color: #103f7a;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
}

.programmes-subtitle {
  color: #5c6d7f;
}

.programmes-grid {
  align-items: stretch;
}

.programmes-section .programme-card {
  --programme-accent: #1f62b4;
  --programme-tint: rgba(31, 98, 180, 0.08);
  position: relative;
  overflow: hidden;
  border-top: 0 !important;
  border: 1px solid rgba(16, 63, 122, 0.14) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 30px rgba(11, 47, 89, 0.1);
}

.programmes-section .programme-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--programme-accent), #8dc0ff);
}

.programmes-section .programme-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -45px;
  bottom: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--programme-tint), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.programmes-section .programme-card .card-body {
  position: relative;
  z-index: 1;
}

.programmes-section .programme-card--psle {
  --programme-accent: #1556a4;
  --programme-tint: rgba(21, 86, 164, 0.12);
}

.programmes-section .programme-card--secondary {
  --programme-accent: #2a63a6;
  --programme-tint: rgba(42, 99, 166, 0.12);
}

.programmes-section .programme-card--foundation {
  --programme-accent: #3c77bc;
  --programme-tint: rgba(60, 119, 188, 0.12);
}

.programme-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.programme-pill,
.programme-time {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.15rem 0.62rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.programme-pill {
  color: #0b2f59;
  background: #e9f1fb;
  border: 1px solid rgba(16, 63, 122, 0.14);
}

.programme-time {
  color: #4f6277;
  background: #f5f8fc;
  border: 1px solid rgba(16, 63, 122, 0.1);
}

.programmes-section .programme-card h3 {
  color: #1f344c;
}

.programme-list {
  display: grid;
  gap: 0.5rem;
}

.programme-list li {
  position: relative;
  color: #5a6b7e;
  padding-left: 1.35rem;
  font-size: 0.95rem;
}

.programme-list li::before {
  content: "";
  position: absolute;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  left: 0.18rem;
  top: 0.48rem;
  background: var(--programme-accent);
  box-shadow: 0 0 0 4px var(--programme-tint);
}

.programmes-section .programme-card.elevate-card:hover {
  transform: translateY(-10px);
  border-color: rgba(21, 86, 164, 0.28) !important;
  box-shadow: 0 24px 40px rgba(11, 47, 89, 0.16) !important;
}

.programme-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  color: #0f4b95;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, transform 0.2s ease;
}

.programme-link i {
  transition: transform 0.2s ease;
}

.programme-link:hover,
.programme-link:focus {
  color: #0b2f59;
  transform: translateX(1px);
}

.programme-link:hover i,
.programme-link:focus i {
  transform: translateX(3px);
}

.reviews-kicker {
  color: #b3262d;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 700;
}

.reviews-subtitle {
  color: #5f6d7d;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-shell {
  border: 1px solid rgba(16, 63, 122, 0.08);
  background-color: #ffffff;
  border-radius: 1.1rem;
  box-shadow: 0 18px 42px rgba(11, 47, 89, 0.08);
  padding: 1rem;
  overflow: clip;
}

.review-source-google {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.2rem 0.15rem 0.85rem;
  border-bottom: 1px solid rgba(16, 63, 122, 0.11);
}

.google-source-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(16, 63, 122, 0.2);
  background-color: #f1f6fd;
  color: #0b2f59;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem 0.95rem;
  box-shadow: inset 0 0 0 1px rgba(16, 63, 122, 0.08);
}

.review-source-score {
  color: #0b2f59;
  font-weight: 700;
}

.google-source-note {
  color: #677687;
  font-size: 0.86rem;
}

.overall-rating-panel {
  margin-top: 1rem;
  padding: 1.2rem 0.75rem 1rem;
  border-radius: 0.9rem;
  background: #f8fbff;
  border: 1px solid rgba(16, 63, 122, 0.08);
}

.overall-rating-label {
  color: #1f344d;
  font-size: 1.05rem;
  font-weight: 700;
}

.overall-rating-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.overall-rating-score {
  color: #0b2f59;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 1;
  font-weight: 800;
}

.overall-rating-count {
  font-size: 0.86rem;
  color: #697786;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.rating-star {
  width: 1.3rem;
  height: 1.3rem;
  fill: #f4b400;
  filter: drop-shadow(0 1px 0 rgba(11, 47, 89, 0.1));
  transform-origin: center;
  animation: starPulse 3.2s ease-in-out infinite;
}

.review-stars .rating-star:nth-child(2) {
  animation-delay: 0.12s;
}

.review-stars .rating-star:nth-child(3) {
  animation-delay: 0.24s;
}

.review-stars .rating-star:nth-child(4) {
  animation-delay: 0.36s;
}

.review-stars .rating-star:nth-child(5) {
  animation-delay: 0.48s;
}

.review-stars-sm .rating-star {
  width: 1.05rem;
  height: 1.05rem;
}

.google-wordmark {
  margin-top: 0.7rem;
}

@keyframes starPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.07);
    opacity: 1;
  }
}

.reviews-carousel-wrapper {
  position: relative;
  margin-top: 1.15rem;
}

.reviews-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: auto;
  padding: 0.2rem 0.1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 clamp(260px, 29vw, 328px);
  border-radius: 1rem;
  border: 1px solid rgba(16, 63, 122, 0.08);
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 47, 89, 0.08);
  padding: 1.1rem;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.review-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 63, 122, 0.2);
  box-shadow: 0 15px 32px rgba(11, 47, 89, 0.13);
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #1a4f91;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.review-avatar-alt {
  background-color: #ce7a2a;
}

.review-avatar-gold {
  background-color: #9d7b2b;
}

.review-avatar-blue {
  background-color: #1861aa;
}

.review-time {
  color: #768495;
  font-size: 0.82rem;
}

.review-body {
  margin: 0;
  color: #2d4258;
  line-height: 1.6;
  flex-grow: 1;
}

.review-readmore {
  color: #7a8898;
  font-size: 0.9rem;
}

.review-google-logo {
  width: 70px;
  height: auto;
}

.testimonials-google-section {
  background:
    radial-gradient(70% 90% at 100% 0%, rgba(16, 63, 122, 0.08), rgba(16, 63, 122, 0)),
    #ffffff;
}

.testimonials-google-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.testimonials-google-head h2 {
  max-width: 20ch;
}

.testimonials-google-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-content: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(16, 63, 122, 0.12);
  border-radius: 1rem;
  background: #f8fbff;
  box-shadow: 0 14px 28px rgba(11, 47, 89, 0.08);
  white-space: nowrap;
}

.testimonials-google-score {
  color: var(--tlc-blue-dark);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

.testimonials-google-section .review-stars i {
  color: #f4b400;
  font-size: 0.98rem;
  line-height: 1;
}

.testimonials-google-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.testimonials-review-card {
  flex: initial;
  min-height: 0;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.92), rgba(255, 255, 255, 1));
}

.testimonials-review-card .review-body {
  flex-grow: 0;
}

.testimonials-google-cta,
.testimonials-google-cta:link,
.testimonials-google-cta:visited {
  color: #ffffff;
  background: linear-gradient(180deg, var(--tlc-blue) 0%, var(--tlc-blue-dark) 100%);
  border: 1px solid rgba(255, 157, 67, 0.58);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(11, 47, 89, 0.18);
  font-weight: 700;
  -webkit-text-fill-color: #ffffff;
}

.testimonials-google-cta:hover,
.testimonials-google-cta:focus,
.testimonials-google-cta:active {
  color: #ffffff;
  background: linear-gradient(180deg, #174f91 0%, var(--tlc-blue-dark) 100%);
  border-color: #ff9d43;
  box-shadow: 0 16px 30px rgba(11, 47, 89, 0.24);
  -webkit-text-fill-color: #ffffff;
}

.reviews-google-cta,
.reviews-google-cta:link,
.reviews-google-cta:visited,
.reviews-google-cta:hover,
.reviews-google-cta:focus,
.reviews-google-cta:active,
.reviews-google-cta.show,
.reviews-google-cta:first-child:active {
  color: #ffffff;
  background-color: var(--tlc-blue);
  border-color: var(--tlc-blue);
  -webkit-text-fill-color: #ffffff;
}

.reviews-google-cta {
  isolation: isolate;
}

.reviews-google-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--tlc-blue);
  border-radius: inherit;
}

.reviews-google-cta::after {
  z-index: 0;
  pointer-events: none;
}

.reviews-google-cta:hover,
.reviews-google-cta:focus,
.reviews-google-cta:active {
  box-shadow: 0 9px 20px rgba(11, 47, 89, 0.22);
}

.cta-section {
  position: relative;
  overflow: clip;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 100% at 0% 100%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    radial-gradient(65% 100% at 100% 0%, rgba(179, 38, 45, 0.3), rgba(179, 38, 45, 0));
  pointer-events: none;
}

.footer-section {
  position: relative;
  background-color: #eef4fb;
  padding-top: 4.5rem !important;
}

.footer-section::before,
.footer-section::after {
  content: none;
}

.footer-contact-shell {
  position: relative;
  z-index: 1;
  background: #0b2340;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 56px rgba(7, 20, 38, 0.2);
}

.footer-kicker {
  color: rgba(174, 201, 232, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 0.76rem;
}

.footer-contact-shell h2 {
  color: #ffffff;
}

.footer-lead {
  color: rgba(225, 235, 246, 0.82);
  max-width: 50ch;
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
}

.footer-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.42rem 1rem 0.42rem 0.62rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.footer-brand-logo {
  display: block;
  width: auto;
  height: 48px;
}

.footer-quote {
  border: 1px solid #dce4ee;
  background: #f9fbfe;
  color: #2d4056;
  box-shadow: none;
}

.footer-contact-stack {
  display: grid;
  gap: 0.75rem;
}

.footer-contact-chip {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none;
  color: #2d4258;
  padding: 0.85rem 0.95rem;
  border-radius: 0.9rem;
  border: 1px solid #dbe4ef;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.footer-contact-chip i {
  color: #103f7a;
  font-size: 1rem;
  margin-top: 0.1rem;
}

.footer-contact-chip:hover,
.footer-contact-chip:focus {
  border-color: #bdd0e6;
  background-color: #f6f9fd;
  color: #1f3348;
}

.footer-map-col {
  display: flex;
}

.footer-map-shell {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1 1 auto;
  margin-top: 0.35rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-map-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-map-label i {
  color: #ff9d43;
}

.footer-map {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(3, 10, 20, 0.26);
}

.footer-map-link {
  color: #aec9e8;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.footer-map-link:hover,
.footer-map-link:focus {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  color: #607286 !important;
  border-top: 1px solid rgba(16, 63, 122, 0.12);
  padding-top: 1.15rem;
}

.js-review-reveal {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-review-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.will-reveal {
  opacity: 0;
  transform: translateY(16px);
}

.will-reveal[data-reveal="left"] {
  transform: translateX(-38px);
}

.will-reveal[data-reveal="right"] {
  transform: translateX(38px);
}

.review-card.will-reveal {
  transform: translateY(14px);
}

@media (min-width: 768px) {
  .reviews-shell {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    --hero-fixed-height: clamp(500px, 110vw, 640px);
    padding-bottom: 1rem;
  }

  .nav-overlap-section.hero-section .hero-overlay-content .hero-content {
    justify-content: flex-start;
  }

  .review-source-google {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-card {
    flex-basis: 86vw;
  }

  .hero-glass {
    max-width: min(92vw, 430px);
    padding: 1.1rem;
    margin-left: 0;
  }

  .hero-glass h1 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .hero-glass .lead {
    font-size: 0.94rem;
  }

  .hero-metrics {
    margin-top: 1rem !important;
  }

  .hero-metric-item {
    padding: 0.9rem 0.75rem;
  }

  .footer-map-col {
    display: block;
  }

  .footer-map {
    height: auto;
    min-height: 260px;
  }

  .programmes-head {
    margin-bottom: 2rem !important;
  }

  .programmes-subtitle {
    font-size: 0.97rem;
  }

  .programmes-section .programme-card .card-body {
    padding: 1.15rem !important;
  }

}

@media (max-width: 1199.98px) {
  .hero-section {
    --hero-fixed-height: clamp(480px, 58vw, 560px);
  }

  .hero-section.nav-overlap-section .hero-overlay-content {
    top: calc(var(--tlc-nav-height) + var(--hero-frame-gap) + 8px);
  }

  .nav-overlap-section.hero-section .hero-overlay-content .hero-content {
    padding-top: clamp(18px, 3vw, 34px);
    padding-bottom: clamp(18px, 3vw, 34px);
  }

  .footer-section {
    padding-top: 3.5rem !important;
  }

  .site-footer-extended .footer-contact-shell {
    border-radius: 1.3rem;
  }

  .footer-brand-badge {
    min-height: 3.2rem;
    padding: 0.32rem 0.82rem 0.32rem 0.52rem;
  }

  .footer-brand-logo {
    height: 42px;
  }

  .tlc-navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tlc-nav-shell {
    flex-wrap: wrap;
    align-items: center;
    border-radius: 1.25rem;
    padding: 0.85rem 1rem 1rem;
    background: rgba(8, 29, 56, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(4, 14, 28, 0.32);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .tlc-navbar.is-scrolled .tlc-nav-shell {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 22px 42px rgba(4, 14, 28, 0.36);
    transform: none;
  }

  .tlc-nav-shell::before {
    content: none;
  }

  .tlc-brand {
    color: #ffffff;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
  }

  .tlc-brand:hover,
  .tlc-brand:focus {
    color: #ffffff;
    transform: none;
  }

  .tlc-brand-badge {
    min-height: 3.1rem;
    padding: 0.3rem 0.8rem 0.3rem 0.5rem;
  }

  .tlc-brand-logo {
    height: 44px;
  }

  .tlc-nav-toggle {
    margin-left: 0.75rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.95rem;
    padding: 0.45rem 0.7rem;
    box-shadow: none;
  }

  .tlc-nav-toggle:focus {
    box-shadow: 0 0 0 0.18rem rgba(255, 255, 255, 0.16);
  }

  .tlc-nav-menu {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.85rem;
    animation: nav-menu-in 0.22s ease;
  }

  .tlc-nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.2rem;
  }

  .tlc-nav-links .nav-item {
    width: 100%;
  }

  .tlc-nav-links .nav-link {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0;
    text-align: left;
    padding: 0.8rem 0;
    margin: 0;
    background: transparent;
  }

  .tlc-nav-links .nav-link::after {
    left: 0;
    right: auto;
    width: 100%;
    max-width: 18rem;
    bottom: 0.1rem;
    height: 2px;
    border-radius: 999px;
    background: #ff9d43;
  }

  .tlc-nav-links .nav-link:hover,
  .tlc-nav-links .nav-link:focus {
    color: #ffffff;
    background: transparent;
    transform: none;
  }

  .tlc-nav-links .nav-link.is-active,
  .tlc-nav-links .nav-link.active {
    color: #ff9d43;
    background: transparent;
  }

  .tlc-nav-links .nav-item:last-child {
    margin-top: 0.7rem;
  }

  .tlc-nav-cta {
    display: flex;
    width: 100%;
    margin-top: 0.8rem;
    animation: none;
    min-height: 3.35rem;
    font-size: 1rem;
    border-radius: 999px;
    background: #ffffff;
    color: #0b2f59;
    border: 1px solid rgba(11, 47, 89, 0.08);
  }

  .tlc-nav-cta:hover,
  .tlc-nav-cta:focus {
    color: #0b2f59;
    background: #ffffff;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    --hero-fixed-height: clamp(500px, 110vw, 640px);
  }

  .hero-glass {
    max-width: min(92vw, 430px);
    padding: 1.1rem;
    margin-left: 0;
  }

  .hero-glass h1 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .hero-glass .lead {
    font-size: 0.94rem;
  }

  .hero-metric-item {
    padding: 0;
  }

  .hero-metric-label {
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .trust-premium-icon {
    animation: none;
  }

  .review-card,
  .js-review-reveal,
  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .tlc-navbar,
  .tlc-nav-shell::before,
  .tlc-nav-cta,
  .tlc-nav-menu {
    animation: none;
  }

  .rating-star {
    animation: none;
  }

  .reviews-track {
    scroll-behavior: auto;
  }

  .tlc-card {
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .tlc-card:hover,
  .tlc-card:focus-visible,
  .tlc-card:focus-within {
    transform: none;
  }
}

@keyframes nav-menu-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Schedule Page */
.schedule-hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--tlc-nav-height) + 2.8rem);
  padding-bottom: 3.5rem;
  background:
    radial-gradient(88% 100% at 0% 0%, rgba(16, 63, 122, 0.22), rgba(16, 63, 122, 0)),
    radial-gradient(90% 100% at 100% 100%, rgba(42, 99, 166, 0.18), rgba(42, 99, 166, 0)),
    linear-gradient(160deg, #f6f9fd 0%, #edf3fb 100%);
}

.schedule-hero-shell {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(16, 63, 122, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 16px 34px rgba(11, 47, 89, 0.1);
  padding: 2rem 1.2rem;
}

.schedule-subtext {
  color: #5b6b7d;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.schedule-section-title {
  color: #16385f;
}

.schedule-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(16, 63, 122, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(11, 47, 89, 0.1);
}

.schedule-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #1d5aa8, #6ea7eb);
}

.schedule-card .table-responsive {
  border-radius: 1rem;
}

.schedule-table {
  min-width: 560px;
  margin-bottom: 0;
}

.schedule-table thead th {
  background: linear-gradient(180deg, #1e5eac 0%, #154f94 100%);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.88rem 1rem;
}

.schedule-table thead th:last-child {
  border-right: 0;
}

.schedule-table tbody td {
  color: #334a61;
  border-color: #dbe5f0;
  padding: 0.78rem 1rem;
  transition: background-color 0.26s ease, color 0.26s ease;
}

.schedule-table tbody tr:nth-child(even) td {
  background-color: #f7faff;
}

.schedule-table tbody tr:hover td {
  background-color: #eaf2fd;
  color: #1e3f66;
}

.schedule-table td:first-child {
  font-weight: 600;
  color: #223c5c;
}

.schedule-group-spacer {
  margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .schedule-hero {
    padding-top: calc(var(--tlc-nav-height) + 2.2rem);
    padding-bottom: 3rem;
  }

  .schedule-hero-shell {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .schedule-table {
    min-width: 520px;
  }
}

/* Shared Inner Page Styles */
.inner-hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--tlc-nav-height) + 2.8rem);
  padding-bottom: 3.5rem;
  background:
    radial-gradient(90% 100% at 0% 0%, rgba(16, 63, 122, 0.24), rgba(16, 63, 122, 0)),
    radial-gradient(88% 100% at 100% 100%, rgba(42, 99, 166, 0.2), rgba(42, 99, 166, 0)),
    linear-gradient(155deg, #f6f9fd 0%, #edf3fb 100%);
}

.inner-hero-shell {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(16, 63, 122, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 16px 34px rgba(11, 47, 89, 0.1);
  padding: 2rem 1.2rem;
}

.inner-hero-shell p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.feature-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.34rem 0.75rem;
  border: 1px solid rgba(16, 63, 122, 0.14);
  color: #234060;
  background: #f7faff;
  font-size: 0.79rem;
  font-weight: 600;
}

.content-panel {
  position: relative;
  border: 1px solid rgba(16, 63, 122, 0.12);
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(11, 47, 89, 0.08);
}

.gallery-section {
  background:
    radial-gradient(80% 80% at 8% 0%, rgba(16, 63, 122, 0.08), rgba(16, 63, 122, 0)),
    #f7faff;
}

.gallery-grid {
  column-count: 3;
  column-gap: clamp(1rem, 2vw, 1.35rem);
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-bottom: clamp(1rem, 2vw, 1.35rem);
  break-inside: avoid;
}

.gallery-card {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 63, 122, 0.08);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(11, 47, 89, 0.1);
  cursor: zoom-in;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.gallery-card:hover,
.gallery-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(16, 63, 122, 0.18);
  box-shadow: 0 22px 42px rgba(11, 47, 89, 0.16);
}

.gallery-image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

.gallery-card:hover .gallery-image,
.gallery-card:focus-visible .gallery-image {
  transform: scale(1.045);
}

.gallery-lightbox .modal-content {
  background: #071d38;
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.gallery-lightbox-image {
  display: block;
  width: 100%;
  max-height: min(78vh, 820px);
  object-fit: contain;
  background: #071d38;
}

.gallery-lightbox .btn-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  opacity: 1;
}

.subject-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.62rem;
  border: 1px solid rgba(16, 63, 122, 0.14);
  background: #f2f7ff;
  color: #18437a;
  font-size: 0.76rem;
  font-weight: 700;
}

.outcome-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.outcome-list li {
  position: relative;
  color: #54687d;
  font-size: 0.94rem;
  padding-left: 1.2rem;
}

.outcome-list li::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 0.05rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #2a63a6;
  box-shadow: 0 0 0 4px rgba(42, 99, 166, 0.12);
}

.metric-card {
  border: 1px solid rgba(16, 63, 122, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(11, 47, 89, 0.08);
  border-radius: 1rem;
  padding: 1.35rem;
  height: 100%;
}

.metric-number {
  font-size: clamp(1.7rem, 3.3vw, 2.6rem);
  font-weight: 800;
  color: #123f76;
  line-height: 1.08;
}

.faq-shell .accordion-item {
  border: 1px solid rgba(16, 63, 122, 0.13);
  border-radius: 0.95rem !important;
  overflow: hidden;
  margin-bottom: 0.85rem;
  box-shadow: 0 12px 24px rgba(11, 47, 89, 0.06);
}

.faq-shell .accordion-button {
  font-weight: 700;
  color: #21364f;
  background: #ffffff;
}

.faq-shell .accordion-button:not(.collapsed) {
  color: #0f417a;
  background: #edf4ff;
  box-shadow: none;
}

.faq-shell .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 63, 122, 0.16);
}

.contact-info-card {
  border-radius: 1rem;
  border: 1px solid rgba(16, 63, 122, 0.13);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(11, 47, 89, 0.08);
  padding: 1.15rem;
  height: 100%;
}

.contact-info-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #123f76;
  background: #e8f1fd;
  border: 1px solid rgba(16, 63, 122, 0.14);
  margin-bottom: 0.7rem;
}

.contact-enquiry-section {
  background:
    radial-gradient(85% 110% at 0% 0%, rgba(16, 63, 122, 0.08), rgba(16, 63, 122, 0)),
    radial-gradient(85% 110% at 100% 100%, rgba(42, 99, 166, 0.08), rgba(42, 99, 166, 0)),
    linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.contact-form-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 63, 122, 0.16);
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(11, 47, 89, 0.11);
  border-radius: 1.15rem;
}

.contact-form-shell::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #1b5aa5 0%, #77aced 100%);
}

.contact-form-shell .programmes-subtitle {
  max-width: 60ch;
}

#enquiry-form .form-label {
  font-weight: 600;
  color: #1f3653;
  margin-bottom: 0.4rem;
}

#enquiry-form .form-control,
#enquiry-form .form-select {
  border-radius: 0.75rem;
  border: 1px solid #c7d8eb;
  padding: 0.7rem 0.85rem;
  color: #2a4058;
  background-color: #fcfdff;
}

#enquiry-form .form-control:focus,
#enquiry-form .form-select:focus {
  border-color: #3f78ba;
  box-shadow: 0 0 0 0.22rem rgba(33, 98, 171, 0.16);
  background-color: #ffffff;
}

#enquiry-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

#enquiry-form .btn {
  min-width: 170px;
}

@media (max-width: 767.98px) {
  .contact-form-shell {
    border-radius: 1rem;
  }

  #enquiry-form .btn {
    width: 100%;
  }
}

.contact-success-message {
  display: none;
}

.contact-success-message:target {
  display: block;
}

.site-footer-extended .footer-contact-shell {
  border-radius: 1.6rem;
}

.site-footer-extended .footer-contact-shell > .row:first-child {
  align-items: flex-start;
  row-gap: 2rem;
}

.footer-grid-title {
  color: #ffffff;
  font-family: var(--tlc-font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.footer-link-list a {
  color: rgba(225, 235, 246, 0.78);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus {
  color: #ffffff;
  text-decoration: none;
}

.floating-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.55rem;
  z-index: 1090;
}

.floating-whatsapp,
.scroll-top-btn {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 24px rgba(6, 17, 35, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.floating-whatsapp {
  color: #ffffff;
  background: linear-gradient(180deg, #25d366 0%, #169a48 100%);
}

.scroll-top-btn {
  color: #ffffff;
  background: linear-gradient(180deg, #1f5eab 0%, #15457e 100%);
  opacity: 0;
  pointer-events: none;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus,
.scroll-top-btn:hover,
.scroll-top-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(6, 17, 35, 0.28);
}

.subjects-offered-section {
  background:
    radial-gradient(80% 100% at 0% 0%, rgba(16, 63, 122, 0.04), rgba(16, 63, 122, 0)),
    radial-gradient(80% 100% at 100% 100%, rgba(42, 99, 166, 0.05), rgba(42, 99, 166, 0)),
    #f7faff;
}

.subjects-cta {
  border-radius: 999px;
  font-weight: 700;
}

.subjects-grid,
.levels-grid {
  display: grid;
  gap: 1rem;
}

.subjects-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.levels-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#subjects-offered .levels-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.subject-tile,
.level-tile {
  border: 1px solid rgba(16, 63, 122, 0.1);
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 22px rgba(11, 47, 89, 0.07);
  padding: 1.1rem 1rem;
  text-align: center;
  font-family: var(--tlc-font-serif);
  font-size: clamp(1.1rem, 1.6vw, 1.7rem);
  font-weight: 600;
  color: #183557;
  line-height: 1.2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.level-tile {
  font-size: clamp(1.15rem, 1.65vw, 1.8rem);
}

.subject-tile:hover,
.level-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 63, 122, 0.2);
  box-shadow: 0 14px 28px rgba(11, 47, 89, 0.11);
}

.journey-section {
  background: #ffffff;
}

.journey-image {
  min-height: 380px;
  object-fit: cover;
}

.journey-copy {
  color: #4f6276;
}

.home-schedule-preview {
  background: #ffffff;
}

.home-schedule-preview .schedule-table {
  min-width: 680px;
}

@media (max-width: 991.98px) {
  .testimonials-google-head {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .testimonials-google-head h2,
  .testimonials-google-head .programmes-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-google-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    column-count: 2;
  }

  .subjects-grid,
  .levels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inner-hero {
    padding-top: calc(var(--tlc-nav-height) + 2.3rem);
    padding-bottom: 3rem;
  }

  .inner-hero-shell {
    padding: 1.6rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .testimonials-google-rating {
    flex-wrap: wrap;
    white-space: normal;
  }

  .testimonials-google-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    column-count: 1;
  }

  .subjects-grid,
  .levels-grid {
    grid-template-columns: 1fr;
  }

  #subjects-offered .levels-grid {
    grid-template-columns: 1fr;
  }

  .floating-actions {
    right: 0.7rem;
    bottom: 0.8rem;
  }

  .floating-whatsapp,
  .scroll-top-btn {
    width: 2.85rem;
    height: 2.85rem;
  }
}
