:root {
  --ink: #f7fbff;
  --paper: #ffffff;
  --muted: #b8c7d9;
  --soft: #dfe8f1;
  --deep: #06111f;
  --night: #081827;
  --panel: rgba(8, 24, 39, .84);
  --line: rgba(255, 255, 255, .16);
  --dark-line: rgba(7, 20, 37, .14);
  --cyan: #00d1ff;
  --gold: #e8b85b;
  --green: #12c48b;
  --rose: #ff6b6b;
  --violet: #8b7cf6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--deep);
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(6, 17, 31, .82);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 244px;
}

.brand img {
  width: 184px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(247, 251, 255, .86);
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--cyan);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 7px;
  padding: 11px 19px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  background: rgba(255, 255, 255, .08);
  color: var(--ink);
  text-align: center;
  box-shadow: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.button.primary {
  border-color: var(--cyan);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .02)),
    var(--cyan);
  color: #04101b;
}

.button.gold {
  border-color: var(--gold);
  background: rgba(232, 184, 91, .14);
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, .28);
  background-color: rgba(255, 255, 255, .11);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--cyan);
}

.text-link:hover {
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: 132px 0 76px;
  background: #071426;
}

.hero.compact-hero {
  min-height: 68vh;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("/assets/mainstage-global-panel-portal-1920-v2.4.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.qfl-course-hero::before {
  background-image: url("/assets/quantum-finance-global-markets-portal-1920-v2.4.jpg");
  background-position: center right;
}

.qfl-course-hero {
  min-height: 86vh;
  align-items: center;
  padding: 148px 0 82px;
}

.qfl-course-hero::after {
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 184, 91, .16) 0%, rgba(232, 184, 91, .05) 18%, transparent 46%),
    radial-gradient(circle at 78% 56%, rgba(0, 209, 255, .14) 0%, rgba(0, 209, 255, .04) 24%, transparent 54%),
    linear-gradient(90deg, rgba(6, 17, 31, .94) 0%, rgba(6, 17, 31, .78) 46%, rgba(6, 17, 31, .62) 100%),
    linear-gradient(0deg, rgba(6, 17, 31, .94) 0%, rgba(6, 17, 31, .16) 46%, rgba(6, 17, 31, .86) 100%);
}

.qfl-course-hero .hero-grid {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  align-items: center;
  gap: 26px;
  text-align: center;
}

.qfl-course-hero .eyebrow {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.editorial-hero-title {
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 18px 62px rgba(0, 0, 0, .46);
}

.editorial-hero-title span {
  display: block;
}

.editorial-subtitle {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(250, 249, 245, .84);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(18px, 1.8vw, 25px);
  font-style: italic;
  line-height: 1.42;
}

.editorial-date {
  margin: 20px auto 0;
  color: rgba(250, 249, 245, .96);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.qfl-course-hero .hero-actions {
  justify-content: center;
  margin-top: 30px;
}

.qfl-course-hero .signal-panel {
  width: min(760px, 100%);
  justify-self: center;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 8px;
  padding: 14px;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(250, 249, 245, .055), rgba(0, 209, 255, .035)),
    rgba(3, 10, 18, .64);
}

.qfl-course-hero .signal-panel img.logo-image {
  max-height: 112px;
  margin: 0;
}

.qfl-course-hero .signal-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  font-size: 13px;
}

.qfl-course-hero .signal-list strong {
  font-size: 12px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 17, 31, .97) 0%, rgba(6, 17, 31, .84) 42%, rgba(6, 17, 31, .38) 100%),
    linear-gradient(0deg, rgba(6, 17, 31, .96) 0%, rgba(6, 17, 31, .15) 48%, rgba(6, 17, 31, .84) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: end;
  gap: 42px;
}

.eyebrow,
.tag {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--gold);
}

h1,
h2,
h3,
.metric strong {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 950px;
  margin-top: 16px;
  font-size: clamp(52px, 8vw, 112px);
  font-weight: 700;
  line-height: .98;
}

h2 {
  margin-top: 12px;
  font-size: clamp(34px, 4.4vw, 66px);
  font-weight: 700;
  line-height: 1.02;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.08;
}

.lead {
  max-width: 790px;
  margin: 24px 0 0;
  color: rgba(247, 251, 255, .86);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.signal-panel {
  border: 1px solid rgba(0, 209, 255, .28);
  border-radius: 8px;
  padding: 22px;
  background: rgba(6, 17, 31, .76);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .32);
}

.signal-panel img {
  width: 100%;
  margin-bottom: 18px;
}

.signal-panel img.logo-image {
  max-height: 210px;
  object-fit: contain;
  padding: 16px;
  border-radius: 8px;
  background: #050914;
}

.signal-list,
.clean-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-list {
  color: var(--muted);
  font-size: 15px;
}

.signal-list strong,
.clean-list strong {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ink);
  font-size: 14px;
}

section {
  padding: 86px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.light {
  background: #f5f8fb;
  color: #071425;
  border-top: 0;
}

.light .eyebrow,
.light .tag {
  color: #a77624;
}

.light .section-copy,
.light .card p,
.light .division-card p,
.light .track p,
.light .tile p,
.light .day span,
.light .route-card p,
.light .clean-list {
  color: #44586d;
}

.light .clean-list strong {
  color: #071425;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(260px, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-copy {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.46;
}

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

.metric {
  min-height: 130px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, .045);
}

.light .metric {
  border-color: var(--dark-line);
  background: #fff;
}

.metric strong {
  display: block;
  color: var(--gold);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.light .metric span {
  color: #44586d;
}

.division-grid,
.card-grid,
.track-grid,
.news-grid,
.agenda-grid {
  display: grid;
  gap: 16px;
}

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

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

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

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

.news-grid {
  grid-template-columns: 1.15fr .85fr;
}

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

.card,
.division-card,
.track,
.tile,
.day,
.route-card,
.logo-card,
.course-card,
.form-panel {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(8, 24, 39, .74);
  overflow: hidden;
}

.light .card,
.light .division-card,
.light .track,
.light .tile,
.light .day,
.light .route-card,
.light .logo-card,
.light .course-card,
.light .form-panel {
  border-color: var(--dark-line);
  background: #fff;
}

.division-card {
  min-height: 460px;
}

.division-card img,
.card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.division-card img.logo-image,
.card img.logo-image,
.logo-card img {
  height: 210px;
  object-fit: contain;
  padding: 24px;
  background: #050914;
}

.logo-card {
  min-height: 360px;
}

.logo-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.light .logo-card p {
  color: #44586d;
}

.content {
  padding: 20px;
}

.card p,
.division-card p,
.track p,
.tile p,
.day span,
.route-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.tag {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.track-band {
  background:
    linear-gradient(90deg, rgba(0, 209, 255, .12), rgba(232, 184, 91, .1)),
    #071426;
}

.film-band {
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 209, 255, .15), transparent 34%),
    linear-gradient(135deg, rgba(7, 20, 38, .98), rgba(3, 9, 18, 1));
}

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

.film-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
    rgba(8, 24, 39, .78);
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #020814;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.film-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.track {
  min-height: 158px;
  padding: 18px;
}

.track h3 {
  font-size: 20px;
}

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

.course-card {
  min-height: 230px;
  padding: 18px;
}

.course-card h3 {
  font-size: 20px;
}

.course-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.light .course-card p {
  color: #44586d;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.badge {
  border: 1px solid rgba(0, 209, 255, .28);
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--cyan);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.light .badge {
  color: #007aa0;
  background: rgba(0, 209, 255, .08);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: center;
}

.media-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #020814;
}

.media-frame video,
.media-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.program-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.tile {
  padding: 20px;
  min-height: 170px;
}

.tile strong,
.day strong {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--gold);
  font-size: 20px;
}

.roundtable-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.roundtable {
  border-left: 3px solid var(--cyan);
  padding: 18px 18px 18px 20px;
  background: rgba(255, 255, 255, .055);
}

.roundtable:nth-child(2) {
  border-left-color: var(--green);
}

.roundtable:nth-child(3) {
  border-left-color: var(--gold);
}

.roundtable:nth-child(4) {
  border-left-color: var(--rose);
}

.roundtable h3 {
  font-size: 22px;
}

.roundtable p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.day {
  padding: 18px;
  background: rgba(232, 184, 91, .075);
  border-color: rgba(232, 184, 91, .28);
}

.routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.route-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 200px;
}

.route-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-card .content {
  padding: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.contact-card {
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(8, 24, 39, .74);
}

.contact-card h3 {
  font-size: 20px;
}

.contact-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--cyan);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.course-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 24px;
  align-items: start;
}

.qfl-program-map {
  padding: 56px 0 64px;
  background:
    linear-gradient(180deg, rgba(250, 249, 245, .045), rgba(6, 17, 31, 0)),
    #071426;
}

.program-map-head {
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(260px, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.program-map-head h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 600;
  line-height: 1.06;
}

.program-map-head p {
  margin: 0;
  color: rgba(223, 232, 241, .82);
  font-size: 17px;
}

.program-map-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(250, 249, 245, .035);
}

.program-map-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 16px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  background:
    linear-gradient(180deg, rgba(0, 209, 255, .08), transparent 62%),
    rgba(8, 24, 39, .68);
}

.program-map-card:last-child {
  border-right: 0;
}

.program-map-card span,
.course-section h4::before,
.intake-path strong {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.program-map-card span {
  color: var(--gold);
  font-size: 12px;
}

.program-map-card strong {
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.08;
}

.program-map-card em {
  color: var(--cyan);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.program-map-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.course-stack {
  display: grid;
  gap: 18px;
}

.qfl-course-detail-band {
  background:
    linear-gradient(180deg, #f7fafc 0%, #eef5f8 42%, #f8fbfd 100%);
}

.qfl-course-detail-band .section-head {
  align-items: center;
}

.cms-live-panel .section-head h2,
.qfl-course-detail-band .section-head h2 {
  color: #071425;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.06;
}

.qfl-course-detail-band .course-stack {
  gap: 26px;
}

.course-detail {
  scroll-margin-top: 104px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(8, 24, 39, .76);
}

.light .course-detail {
  border-color: var(--dark-line);
  background: #fff;
}

.qfl-course-detail-band .course-detail {
  border-color: rgba(7, 20, 37, .12);
  background:
    linear-gradient(180deg, #ffffff, #f8fbfd);
  box-shadow: 0 24px 70px rgba(7, 20, 37, .10);
}

.course-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.light .course-detail-head {
  border-bottom-color: var(--dark-line);
}

.qfl-course-detail-band .course-detail-head {
  border-bottom-color: rgba(7, 20, 37, .10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(239, 246, 250, .82));
}

.qfl-course-detail-band .course-detail-head h3 {
  color: #071425;
  font-weight: 600;
  line-height: 1.12;
}

.course-delivery-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.course-delivery-strip span {
  min-height: 54px;
  display: grid;
  gap: 3px;
  align-content: center;
  border: 1px solid rgba(0, 209, 255, .24);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(0, 209, 255, .06);
  color: rgba(247, 251, 255, .88);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.qfl-course-detail-band .course-delivery-strip span {
  border-color: rgba(0, 132, 170, .20);
  background: rgba(0, 209, 255, .07);
  color: #15304b;
}

.course-delivery-strip strong {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.price-pill {
  border: 1px solid rgba(232, 184, 91, .42);
  border-radius: 8px;
  padding: 14px;
  background: rgba(232, 184, 91, .12);
  text-align: right;
}

.qfl-course-detail-band .price-pill {
  border-color: rgba(167, 118, 36, .30);
  background: rgba(232, 184, 91, .13);
}

.price-pill strong {
  display: block;
  color: var(--gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.price-pill span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.light .price-pill span {
  color: #44586d;
}

.course-detail-body {
  counter-reset: courseSection;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 24px;
}

.qfl-course-detail-band .course-detail-body {
  gap: 18px;
  padding: 26px;
}

.course-detail-body .button {
  grid-column: 1 / -1;
}

.course-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 20, 37, .08);
}

.course-actions .button {
  grid-column: auto;
  width: 100%;
  min-height: 48px;
  padding: 13px 16px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 7px;
}

.course-actions .button.is-selected {
  outline: 2px solid rgba(0, 209, 255, .34);
  outline-offset: 3px;
  box-shadow: 0 12px 32px rgba(0, 209, 255, .16);
}

.qfl-course-detail-band .course-actions .button:not(.primary),
.qfl-course-detail-band .lead-intake .button:not(.primary) {
  color: #071425;
  border-color: rgba(7, 20, 37, .14);
  background: rgba(255, 255, 255, .72);
}

.qfl-course-detail-band .course-actions .button.gold {
  border-color: rgba(167, 118, 36, .30);
  background: rgba(232, 184, 91, .12);
}

.course-section {
  counter-increment: courseSection;
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02)),
    rgba(3, 10, 18, .2);
}

.qfl-course-detail-band .course-section {
  border-color: rgba(7, 20, 37, .10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(245, 249, 252, .96));
}

.qfl-course-detail-band .course-section h4 {
  color: #a77624;
}

.course-section h4,
.lead-intake h4,
.automation-card h4 {
  margin: 0 0 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--gold);
}

.course-section h4::before {
  content: counter(courseSection, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 24px;
  margin-right: 9px;
  border: 1px solid rgba(0, 209, 255, .34);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 11px;
}

.course-section p {
  margin: 0;
  color: var(--muted);
}

.qfl-course-detail-band .course-section p,
.qfl-course-detail-band .syllabus-list,
.qfl-course-detail-band .audience-list {
  color: #385169;
}

.light .course-section p {
  color: #44586d;
}

.syllabus-list,
.audience-list,
.automation-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.light .syllabus-list,
.light .audience-list,
.light .automation-list {
  color: #44586d;
}

.lead-intake {
  position: sticky;
  top: 96px;
  scroll-margin-top: 116px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border: 1px solid rgba(0, 209, 255, .24);
  border-radius: 8px;
  padding: 20px;
  background: rgba(6, 17, 31, .92);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .3);
}

.lead-intake::-webkit-scrollbar {
  width: 9px;
}

.lead-intake::-webkit-scrollbar-track {
  background: rgba(7, 20, 37, .055);
  border-radius: 999px;
}

.lead-intake::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(0, 132, 170, .46);
}

.lead-intake:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 132, 170, .70);
}

.qfl-course-detail-band .lead-intake {
  border-color: rgba(0, 132, 170, .20);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(242, 248, 251, .98));
  box-shadow: 0 24px 60px rgba(7, 20, 37, .12);
}

.qfl-course-detail-band .lead-intake h3 {
  color: #071425;
}

.intake-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 18px;
}

.intake-path span {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  color: var(--muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.qfl-course-detail-band .intake-path span {
  border-color: rgba(7, 20, 37, .10);
  background: #ffffff;
  color: #486078;
  font-weight: 500;
  letter-spacing: 0;
}

.intake-path strong {
  color: var(--gold);
  font-size: 11px;
}

.fast-enrollment-panel {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  border: 1px solid rgba(7, 20, 37, .10);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(0, 209, 255, .09), rgba(232, 184, 91, .10) 46%, rgba(255, 255, 255, .70)),
    #ffffff;
  color: #071425;
}

.fast-enrollment-panel > span {
  color: #a77624;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.fast-enrollment-panel h4 {
  margin: 0;
  color: #071425;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.fast-enrollment-panel p {
  margin: 0;
  color: #486078;
  font-size: 13px;
  line-height: 1.48;
}

.fast-enrollment-panel .fast-status {
  border-top: 1px solid rgba(7, 20, 37, .08);
  padding-top: 10px;
  color: #071425;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

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

.fast-flow span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 20, 37, .09);
  border-radius: 999px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, .72);
  color: #486078;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.fast-enrollment-panel.is-payment {
  border-color: rgba(0, 209, 255, .30);
  box-shadow: inset 0 0 0 1px rgba(0, 209, 255, .08), 0 14px 34px rgba(0, 209, 255, .10);
}

.fast-enrollment-panel.is-payment .fast-flow span:nth-child(-n + 3) {
  border-color: rgba(0, 209, 255, .28);
  color: #071425;
  background: rgba(0, 209, 255, .13);
}

.lead-intake.has-active-course {
  padding-top: 18px;
}

.lead-intake.has-active-course .intake-path {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 10px 0 12px;
}

.lead-intake.has-active-course .intake-path span {
  min-height: 34px;
  padding: 7px 8px;
  font-size: 11px;
}

.lead-intake.has-active-course .fast-enrollment-panel {
  gap: 7px;
  margin-bottom: 14px;
  padding: 12px;
}

.lead-intake.has-active-course .fast-enrollment-panel h4 {
  font-size: 14px;
}

.lead-intake.has-active-course .fast-enrollment-panel p {
  font-size: 12px;
  line-height: 1.38;
}

.lead-intake.has-active-course .fast-flow span {
  min-height: 26px;
  padding: 5px 6px;
}

.fast-enrollment-panel.is-info .fast-flow span:nth-child(-n + 2),
.fast-enrollment-panel.is-advisor .fast-flow span:nth-child(-n + 2) {
  border-color: rgba(232, 184, 91, .34);
  color: #071425;
  background: rgba(232, 184, 91, .14);
}

.lead-intake.is-targeted,
.fast-enrollment-panel.is-targeted {
  animation: qflIntakePulse 1.45s ease-out;
}

@keyframes qflIntakePulse {
  0% {
    border-color: rgba(0, 209, 255, .20);
    box-shadow: 0 24px 60px rgba(7, 20, 37, .12);
  }
  22% {
    border-color: rgba(0, 209, 255, .72);
    box-shadow: 0 0 0 4px rgba(0, 209, 255, .16), 0 30px 76px rgba(0, 209, 255, .18);
  }
  100% {
    border-color: rgba(0, 132, 170, .20);
    box-shadow: 0 24px 60px rgba(7, 20, 37, .12);
  }
}

.lead-intake .field {
  gap: 5px;
}

.lead-intake .field input,
.lead-intake .field select,
.lead-intake .field textarea {
  min-height: 44px;
  font-size: 14px;
}

.qfl-course-detail-band .field label {
  color: #071425;
  font-weight: 600;
  letter-spacing: 0;
}

.qfl-course-detail-band .field input,
.qfl-course-detail-band .field select,
.qfl-course-detail-band .field textarea {
  border-color: rgba(7, 20, 37, .14);
  background: #ffffff;
  color: #071425;
}

.qfl-course-detail-band .country-preview {
  border-color: rgba(7, 20, 37, .14);
  background: #ffffff;
  color: #486078;
}

.qfl-course-detail-band .fine-print {
  color: #5b7188;
}

.lead-intake .field textarea {
  min-height: 92px;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.country-preview {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .06);
  color: var(--muted);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.country-preview .flag {
  font-size: 22px;
  line-height: 1;
}

.country-preview img {
  width: 28px;
  height: 20px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

.form-message {
  display: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
}

.form-message a {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  border: 1px solid rgba(232, 184, 91, .52);
  border-radius: 8px;
  padding: 8px 12px;
  color: #081827;
  background: var(--gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.form-message a + a {
  margin-left: 8px;
}

.verification-box {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.verification-box input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 10px 12px;
  color: #f7fbff;
  background: rgba(8, 19, 30, .76);
  font-family: "Lora", Georgia, serif;
}

.verification-box .button {
  width: 100%;
  justify-content: center;
}

.verification-box .fallback-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: inherit;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.verification-box .fallback-check input {
  width: auto;
  min-height: 0;
  margin-top: 2px;
}

.form-message.is-visible {
  display: block;
}

.form-message.success {
  border: 1px solid rgba(18, 196, 139, .4);
  background: rgba(18, 196, 139, .12);
  color: #c9ffeb;
}

.qfl-course-detail-band .form-message.success {
  border-color: rgba(18, 149, 111, .26);
  background: rgba(18, 196, 139, .10);
  color: #0f513d;
}

.qfl-course-detail-band .form-message.error {
  color: #8f1d1d;
}

.aqcc-intake .form-message.success {
  border-color: rgba(18, 149, 111, .26);
  background: rgba(18, 196, 139, .10);
  color: #0f513d;
}

.aqcc-intake .form-message.error {
  color: #8f1d1d;
}

.aqcc-intake .verification-box input,
.qfl-course-detail-band .verification-box input {
  border-color: rgba(7, 20, 37, .14);
  background: #ffffff;
  color: #071425;
}

.form-message.error {
  border: 1px solid rgba(255, 107, 107, .4);
  background: rgba(255, 107, 107, .12);
  color: #ffd6d6;
}

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

.automation-card {
  min-height: 250px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(8, 24, 39, .74);
}

.automation-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.timeline {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, .06);
}

.timeline-step strong {
  color: var(--gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
}

.timeline-step span {
  color: var(--muted);
  font-size: 14px;
}

.notice {
  margin-top: 30px;
  border: 1px solid rgba(232, 184, 91, .3);
  border-radius: 8px;
  padding: 18px 20px;
  color: #d8e6f3;
  background: rgba(232, 184, 91, .08);
  font-size: 14px;
}

.community-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .8fr);
  gap: 24px;
  align-items: start;
}

.form-panel {
  padding: 22px;
}

.intake-form {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}

.light .field label {
  color: #071425;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, .08);
  color: var(--ink);
  font: inherit;
}

.field select option {
  color: #071425;
  background: #fff;
}

.light .field input,
.light .field select,
.light .field textarea {
  border-color: var(--dark-line);
  background: #f8fbfd;
  color: #071425;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.fine-print {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.light .fine-print {
  color: #586d82;
}

.light .notice {
  color: #44586d;
}

.footer {
  padding: 46px 0;
  background: #030a12;
  color: var(--muted);
  font-size: 13px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer a {
  color: var(--cyan);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.subpage-hero {
  min-height: 64vh;
  padding-top: 142px;
}

.subpage-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 7vw, 92px);
}

.cms-live-panel {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.cms-state {
  margin-top: 10px;
  color: rgba(247, 251, 255, .68);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.cms-state.ok {
  color: rgba(0, 209, 255, .86);
}

.cms-state.warn {
  color: var(--gold);
}

.cms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.cms-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(8, 24, 39, .74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.light .cms-card {
  border-color: rgba(7, 20, 37, .12);
  background:
    linear-gradient(160deg, rgba(6, 17, 31, .07), rgba(0, 209, 255, .035)),
    #ffffff;
  box-shadow: 0 20px 54px rgba(7, 20, 37, .12);
}

.cms-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.cms-card-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.cms-card h3 {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
}

.cms-card p {
  margin: 0;
  color: rgba(247, 251, 255, .76);
}

.light .cms-card h3 {
  color: #071425;
}

.light .cms-card p {
  color: #44586d;
}

.cms-meta {
  color: rgba(232, 184, 91, .9) !important;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

.catalog-specs span {
  min-height: 58px;
  display: grid;
  gap: 4px;
  align-content: center;
  border: 1px solid rgba(0, 209, 255, .22);
  border-radius: 8px;
  padding: 10px;
  color: rgba(247, 251, 255, .82);
  background: rgba(0, 209, 255, .06);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.catalog-specs strong {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.light .catalog-specs span {
  color: #17314a;
  background: rgba(0, 209, 255, .055);
}

.catalog-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.catalog-actions .button {
  grid-column: auto;
  min-height: 40px;
  padding: 10px 11px;
  font-size: 11px;
  font-weight: 500;
}

.catalog-actions .button.primary {
  grid-column: 1 / -1;
}

.light .catalog-actions .button:not(.primary) {
  color: #071425;
  border-color: rgba(7, 20, 37, .13);
  background: rgba(255, 255, 255, .78);
}

.light .catalog-actions .button.gold {
  border-color: rgba(167, 118, 36, .28);
  background: rgba(232, 184, 91, .11);
}

.cms-empty {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  color: rgba(247, 251, 255, .72);
  background: rgba(255, 255, 255, .04);
}

.books-hero {
  background:
    linear-gradient(90deg, rgba(6, 17, 31, .96), rgba(6, 17, 31, .78)),
    url("/assets/physics-chemistry-longevity-mental-health-portal-1920-v2.4.jpg") center / cover;
}

.books-band {
  background:
    linear-gradient(180deg, #f7fafc 0%, #edf5f8 48%, #f8fbfd 100%);
}

.book-feature-grid {
  display: grid;
  gap: 24px;
}

.book-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  border: 1px solid rgba(7, 20, 37, .12);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(245, 249, 252, .98));
  box-shadow: 0 26px 80px rgba(7, 20, 37, .10);
}

.book-card.is-featured {
  grid-template-columns: 360px minmax(0, 1fr);
}

.book-cover {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(7, 20, 37, .10);
  border-radius: 8px;
  background: #05101d;
}

.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 8px 6px;
}

.book-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.book-copy h3 {
  max-width: 820px;
  color: #071425;
  font-size: clamp(30px, 3.4vw, 54px);
  font-weight: 600;
  line-height: 1.04;
}

.book-copy p {
  max-width: 760px;
  margin: 0;
  color: #263c52;
  font-size: 18px;
  line-height: 1.52;
}

.book-price {
  width: fit-content;
  min-width: 180px;
  border: 1px solid rgba(167, 118, 36, .36);
  border-radius: 8px;
  padding: 13px 16px;
  background:
    linear-gradient(180deg, rgba(232, 184, 91, .10), rgba(255, 255, 255, .78));
}

.book-price strong {
  display: block;
  color: #c49235;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.book-price span {
  display: block;
  margin-top: 7px;
  color: #40576e;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.books-intake-band {
  background:
    radial-gradient(circle at 78% 4%, rgba(0, 209, 255, .13), transparent 34%),
    linear-gradient(135deg, #071426, #020814);
}

.books-intake-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .78fr);
  gap: 32px;
  align-items: start;
}

.book-intake {
  position: static;
  top: auto;
}

.aqcc-registration-band {
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 209, 255, .12), transparent 30%),
    linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.conference-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(28px, 5vw, 66px);
  align-items: start;
}

.conference-pass-card {
  margin-top: 26px;
  border: 1px solid rgba(7, 20, 37, .09);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(232, 184, 91, .12)),
    #ffffff;
  box-shadow: 0 22px 64px rgba(7, 20, 37, .08);
}

.conference-pass-card h3 {
  margin-top: 12px;
  color: #071425;
  font-size: clamp(28px, 3vw, 42px);
}

.conference-pass-card p {
  max-width: 720px;
  color: #486078;
}

.conference-total {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  border-top: 1px solid rgba(7, 20, 37, .08);
  padding-top: 18px;
}

.conference-total strong {
  color: #a77624;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
}

.conference-total span {
  color: #486078;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.aqcc-intake {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(242, 248, 251, .98));
  color: #071425;
}

.aqcc-intake h3,
.aqcc-intake .field label {
  color: #071425;
}

.aqcc-intake .field input,
.aqcc-intake .field select,
.aqcc-intake .field textarea {
  border-color: rgba(7, 20, 37, .14);
  background: #ffffff;
  color: #071425;
}

.aqcc-intake .country-preview {
  border-color: rgba(7, 20, 37, .14);
  background: #ffffff;
  color: #486078;
}

.billing-panel {
  display: grid;
  gap: 10px;
  margin: 12px 0 2px;
  border: 1px solid rgba(7, 20, 37, .10);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(232, 184, 91, .10), rgba(0, 209, 255, .06)),
    #ffffff;
}

.billing-panel h4 {
  margin: 0;
  color: #071425;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.billing-panel p {
  margin: 0;
  color: #5b7188;
  font-size: 12px;
  line-height: 1.45;
}

.billing-panel .field textarea {
  min-height: 74px;
}

@media (max-width: 1060px) {
  .division-grid,
  .track-grid,
  .agenda-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .film-grid,
  .program-flow,
  .news-grid,
  .routes,
  .logo-grid,
  .course-grid,
  .cms-grid,
  .community-layout,
  .course-page-grid,
  .automation-grid,
  .program-map-head,
  .course-detail-body,
  .book-card,
  .book-card.is-featured,
  .books-intake-grid,
  .conference-checkout-grid {
    grid-template-columns: 1fr;
  }

  .book-cover {
    min-height: auto;
    max-height: 520px;
  }

  .book-cover img {
    aspect-ratio: 4 / 5;
  }

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

  .course-actions,
  .catalog-actions,
  .catalog-specs {
    grid-template-columns: 1fr;
  }

  .program-map-card:nth-child(2n) {
    border-right: 0;
  }

  .lead-intake {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 920px) {
  .nav {
    position: absolute;
    height: auto;
    padding: 16px 0;
  }

  .nav-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 6px;
  }

  .hero {
    min-height: auto;
    padding-top: 172px;
  }

  .hero-grid,
  .section-head,
  .split {
    grid-template-columns: 1fr;
  }

  .signal-panel {
    max-width: 540px;
  }

  .qfl-course-hero .signal-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .qfl-course-hero .signal-panel img.logo-image {
    justify-self: center;
  }

  .qfl-course-hero .signal-list {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .program-map-grid,
  .intake-path {
    grid-template-columns: 1fr;
  }

  .program-map-card {
    min-height: 160px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .program-map-card:last-child {
    border-bottom: 0;
  }

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

@media (max-width: 640px) {
  .shell {
    width: min(100% - 26px, 1180px);
  }

  h1 {
    font-size: 48px;
  }

  .editorial-hero-title {
    font-size: 38px;
    letter-spacing: 0;
  }

  .editorial-subtitle {
    font-size: 18px;
  }

  .brand img {
    width: 164px;
  }

  .metric-row,
  .division-grid,
  .track-grid,
  .cms-grid,
  .roundtable-list,
  .agenda-grid {
    grid-template-columns: 1fr;
  }

  .route-card {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .course-detail-head,
  .course-delivery-strip,
  .form-grid-2,
  .timeline-step,
  .book-actions {
    grid-template-columns: 1fr;
  }

  .book-card {
    padding: 16px;
  }

  .book-copy h3 {
    font-size: 30px;
  }

  .book-actions {
    flex-direction: column;
  }

  .book-actions .button {
    width: 100%;
  }

  .price-pill {
    text-align: left;
  }

  .route-card img {
    height: 180px;
  }

  .hero-actions .button {
    width: 100%;
  }
}

/* v14.1 public aesthetic pass: cleaner institution, hidden machinery, more air. */
.nav {
  min-height: 72px;
  background: rgba(4, 13, 24, .76);
  border-bottom-color: rgba(255, 255, 255, .075);
}

.nav-links {
  gap: clamp(14px, 1.6vw, 24px);
  font-size: 12px;
  font-weight: 600;
  color: rgba(247, 251, 255, .76);
}

.button {
  min-height: 42px;
  padding: 11px 17px;
  font-size: 12px;
  font-weight: 500;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .055);
}

.button.primary {
  background: #11c8ec;
}

.button.gold {
  color: #f8efe0;
  background: rgba(210, 160, 72, .13);
}

section {
  padding: clamp(70px, 8vw, 118px) 0;
}

.hero {
  min-height: 92vh;
  padding-bottom: clamp(58px, 7vw, 96px);
}

.hero-grid {
  gap: clamp(36px, 5vw, 74px);
}

h1 {
  max-width: 1040px;
  font-weight: 600;
  line-height: .95;
}

h2 {
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-weight: 600;
}

.lead,
.section-copy {
  line-height: 1.62;
}

.section-head {
  gap: clamp(28px, 5vw, 78px);
  margin-bottom: clamp(34px, 5vw, 64px);
}

.section-copy {
  max-width: 760px;
  font-size: 17px;
}

.signal-panel {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(4, 13, 24, .58);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .18);
}

.signal-panel img.logo-image {
  background: rgba(2, 8, 20, .58);
}

.light {
  background: #f6f8fa;
}

.metric,
.light .metric,
.card,
.division-card,
.track,
.tile,
.day,
.route-card,
.logo-card,
.course-card,
.form-panel,
.light .card,
.light .division-card,
.light .track,
.light .tile,
.light .day,
.light .route-card,
.light .logo-card,
.light .course-card,
.light .form-panel {
  border-radius: 8px;
  box-shadow: none;
}

.light .metric,
.light .division-card,
.light .logo-card,
.light .course-card,
.light .form-panel,
.light .cms-card,
.book-card,
.qfl-course-detail-band .course-detail,
.qfl-course-detail-band .lead-intake {
  border-color: rgba(7, 20, 37, .105);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 54px rgba(7, 20, 37, .065);
}

.division-grid,
.logo-grid,
.card-grid,
.track-grid,
.course-grid,
.cms-grid {
  gap: clamp(16px, 2vw, 24px);
}

.division-card,
.logo-card,
.course-card {
  min-height: auto;
}

.content {
  padding: clamp(20px, 2.4vw, 30px);
}

.tag,
.eyebrow {
  font-size: 11px;
  font-weight: 600;
}

.qcl-scroll-story {
  position: relative;
  overflow: clip;
  background:
    linear-gradient(120deg, rgba(0, 209, 255, .08), rgba(232, 184, 91, .08) 42%, transparent 76%),
    #06111f;
}

.story-shell {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.story-sticky {
  position: sticky;
  top: 112px;
  min-height: 520px;
  display: grid;
  align-content: center;
}

.story-sticky h2 {
  margin-top: 12px;
  font-size: clamp(52px, 6vw, 86px);
}

.story-sticky p {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(223, 232, 241, .78);
  font-size: 18px;
}

.story-sticky img {
  width: min(260px, 70%);
  margin-top: 34px;
}

.story-chapters {
  display: grid;
  gap: 16px;
}

.story-chapter {
  min-height: 260px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025)),
    rgba(255, 255, 255, .035);
}

.story-chapter span {
  color: var(--gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.story-chapter h3 {
  margin-top: 14px;
  font-size: clamp(28px, 3.2vw, 48px);
}

.story-chapter p {
  max-width: 660px;
  margin: 16px 0 0;
  color: rgba(223, 232, 241, .8);
  font-size: 18px;
}

.qfl-course-hero {
  min-height: 82vh;
}

.editorial-hero-title {
  font-size: clamp(46px, 6vw, 82px);
  text-transform: none;
}

.editorial-subtitle {
  max-width: 760px;
  line-height: 1.52;
}

.qfl-course-hero .signal-panel {
  width: min(860px, 100%);
  padding: 18px;
}

.qfl-course-hero .signal-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qfl-program-map {
  padding: clamp(70px, 8vw, 106px) 0;
}

.program-map-grid {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .025);
}

.program-map-card {
  min-height: 188px;
  padding: 22px;
  background: rgba(255, 255, 255, .035);
}

.qfl-course-detail-band .course-stack {
  gap: 30px;
}

.course-page-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: clamp(28px, 4vw, 56px);
}

.course-detail-head {
  padding: clamp(24px, 3vw, 34px);
}

.qfl-course-detail-band .course-detail-head {
  background: rgba(255, 255, 255, .72);
}

.course-detail-body {
  padding: clamp(24px, 3vw, 34px);
}

.course-section,
.qfl-course-detail-band .course-section {
  border-color: rgba(7, 20, 37, .075);
  background: rgba(255, 255, 255, .66);
}

.course-section h4,
.lead-intake h4,
.automation-card h4 {
  font-size: 12px;
}

.course-section p,
.syllabus-list,
.audience-list {
  line-height: 1.65;
}

.course-actions {
  gap: 16px;
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(7, 20, 37, .08);
}

.course-actions .button,
.catalog-actions .button {
  font-weight: 500;
}

.course-actions .button {
  min-height: 48px;
  padding: 13px 16px;
  font-size: 12px;
}

.lead-intake {
  padding: clamp(20px, 2.4vw, 28px);
}

.lead-intake h3 {
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.08;
}

.intake-path {
  margin: 18px 0 22px;
}

.intake-path span {
  min-height: 42px;
  background: rgba(255, 255, 255, .72);
}

.field label {
  font-size: 11px;
}

.field input,
.field select,
.field textarea {
  min-height: 44px;
  border-radius: 7px;
}

.cms-live-panel .section-head h2,
.qfl-course-detail-band .section-head h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.cms-card {
  box-shadow: none;
}

.light .cms-card {
  background: rgba(255, 255, 255, .9);
}

.cms-card-body {
  padding: 22px;
}

.cms-card h3 {
  font-size: clamp(22px, 2vw, 30px);
}

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

.catalog-specs span {
  min-height: 50px;
}

.book-card {
  gap: clamp(24px, 4vw, 46px);
  padding: clamp(20px, 3vw, 36px);
}

.book-cover {
  min-height: 380px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.book-copy {
  gap: 18px;
}

.book-copy h3 {
  font-size: clamp(32px, 3.2vw, 52px);
}

.book-copy p {
  line-height: 1.62;
}

.books-intake-band {
  background:
    linear-gradient(135deg, rgba(9, 29, 45, .98), rgba(2, 8, 18, 1));
}

.book-intake {
  background: rgba(255, 255, 255, .94);
}

@media (max-width: 1060px) {
  .story-shell {
    grid-template-columns: 1fr;
  }

  .story-sticky {
    position: static;
    min-height: auto;
  }

  .qfl-course-hero .signal-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .story-chapter {
    min-height: 220px;
  }
}
