: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/qcl-institutional-hero-v15.webp");
  background-position: center right;
  background-size: cover;
  transform: scale(1.03);
}

.qfl-course-hero::before {
  background-image: url("/assets/qfl-institutional-finance-v15.webp");
  background-position: center right;
}

.qfl-landing-hero::before {
  background-image: url("/assets/qfl-institutional-finance-v15.webp");
  background-position: center right;
}

.qka-hero::before {
  background-image: url("/assets/qka-learning-studio-v15.webp");
  background-position: center right;
}

.aqcc-hero::before {
  background-image: url("/assets/aqcc-world-stage-v15.webp");
  background-position: center;
}

.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%;
  }
}

/* AQCC v15 master program: public clarity layer */
.aqcc-master-program {
  color: #071425;
  background: #eef3f6;
}

.aqcc-master-program .section-head h2,
.aqcc-master-program .section-copy {
  color: #071425;
}

.aqcc-filter-bar {
  display: grid;
  gap: 12px;
  margin: 28px 0 14px;
  padding: 16px;
  border: 1px solid rgba(7, 20, 37, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}

.catalog-filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.catalog-filter-group > span {
  width: 62px;
  color: #536276;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog-filter {
  min-height: 38px;
  border: 1px solid rgba(7, 20, 37, .16);
  border-radius: 6px;
  padding: 8px 13px;
  color: #20364a;
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.catalog-filter:hover,
.catalog-filter.is-active {
  border-color: #0aaed2;
  color: #04101b;
  background: #c9f5fb;
}

.aqcc-program-group + .aqcc-program-group {
  margin-top: 56px;
}

.aqcc-program-group-head {
  max-width: 860px;
  margin-bottom: 20px;
}

.aqcc-program-group-head h3 {
  margin: 6px 0 8px;
  color: #071425;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12;
}

.aqcc-program-group-head p {
  margin: 0;
  color: #536276;
}

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

.aqcc-program-card,
.aqcc-workshop-card {
  min-width: 0;
  border: 1px solid rgba(7, 20, 37, .12);
  border-top: 3px solid #13c1df;
  border-radius: 8px;
  padding: 26px;
  color: #20364a;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 36px rgba(14, 31, 48, .07);
}

.aqcc-workshop-card {
  border-top-color: #d8a640;
}

.aqcc-program-card[hidden],
.aqcc-workshop-card[hidden] {
  display: none;
}

.aqcc-program-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: #52677b;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.aqcc-program-track {
  margin: 18px 0 0;
  color: #986b1c;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.aqcc-program-card h3,
.aqcc-workshop-card h3 {
  margin: 8px 0 14px;
  color: #071425;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.12;
}

.aqcc-program-card > p:not(.aqcc-program-track),
.aqcc-workshop-card > p:not(.aqcc-program-track) {
  margin: 0;
  color: #405469;
  font-size: 16px;
  line-height: 1.58;
}

.aqcc-output {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid #13c1df;
  color: #20364a;
  background: #f2f7f9;
}

.aqcc-output strong,
.aqcc-detail-grid strong,
.aqcc-moderator strong {
  color: #8f651d;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.aqcc-program-card details,
.aqcc-workshop-card details {
  margin-top: 18px;
  border-top: 1px solid rgba(7, 20, 37, .1);
}

.aqcc-program-card summary,
.aqcc-workshop-card summary {
  padding: 15px 0;
  color: #071425;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.aqcc-targets {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.aqcc-targets span {
  border: 1px solid rgba(7, 20, 37, .12);
  border-radius: 5px;
  padding: 7px 9px;
  color: #20364a;
  background: #f7f9fb;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
}

.aqcc-moderator {
  display: grid;
  gap: 3px;
  margin: 14px 0 0;
}

.aqcc-status {
  margin: 14px 0 0;
  color: #6e7781;
  font-size: 13px;
  line-height: 1.45;
}

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

.aqcc-detail-grid p {
  margin: 6px 0 0;
  color: #405469;
  line-height: 1.55;
}

.aqcc-topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 24px;
  margin: 18px 0;
  padding-left: 20px;
  color: #405469;
}

@media (max-width: 900px) {
  .aqcc-program-grid,
  .aqcc-workshop-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .catalog-filter-group > span {
    width: 100%;
  }

  .catalog-filter {
    flex: 1 1 130px;
  }

  .aqcc-program-card,
  .aqcc-workshop-card {
    padding: 20px;
  }

  .aqcc-program-card h3,
  .aqcc-workshop-card h3 {
    font-size: 24px;
  }

  .aqcc-detail-grid,
  .aqcc-topic-list {
    grid-template-columns: 1fr;
  }

  .nav {
    padding: 12px 0;
  }

  .nav-inner {
    align-items: center;
    gap: 12px;
  }

  .brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .brand img {
    width: 148px;
    max-height: 44px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px 4px;
    width: 100%;
    overflow: visible;
    padding: 0;
    white-space: normal;
    font-size: 10px;
    line-height: 1.25;
  }

  .nav-links a {
    display: grid;
    min-height: 30px;
    place-items: center;
    padding: 4px 2px;
    text-align: center;
  }

  .hero {
    padding-top: 184px;
  }
}

/* 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;
}

section[id] {
  scroll-margin-top: 88px;
}

.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;
  }
}

/* v15 institutional program catalogs */
.sector-program-band {
  background: #eef3f7;
  color: #071425;
  border-top: 0;
}

.sector-program-band .eyebrow,
.sector-program-band .tag {
  color: #9b6d1d;
}

.sector-program-band .section-copy {
  color: #43566a;
}

.program-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 18px;
}

.filter-chip {
  min-height: 40px;
  border: 1px solid rgba(7, 20, 37, .16);
  border-radius: 6px;
  padding: 9px 15px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  background: rgba(255, 255, 255, .72);
  color: #17283a;
  cursor: pointer;
}

.filter-chip:hover,
.filter-chip.is-active {
  border-color: #00a9d6;
  background: #071b2c;
  color: #f7fbff;
}

.catalog-state {
  min-height: 22px;
  margin: 0 0 22px;
  color: #52677b;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.catalog-state.warn {
  color: #8c5a12;
}

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

.deep-program-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(7, 20, 37, .12);
  border-top: 3px solid #00bfe8;
  border-radius: 8px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(14, 31, 48, .08);
}

.deep-program-card[hidden] {
  display: none;
}

.deep-program-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.deep-program-price {
  color: #9b6d1d;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.deep-program-route {
  margin: 16px 0 0;
  color: #52677b;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.deep-program-card h3 {
  max-width: 660px;
  margin-top: 8px;
  color: #071425;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 600;
  line-height: 1.08;
}

.deep-program-abstract {
  margin: 18px 0 0;
  color: #405469;
  font-size: 17px;
  line-height: 1.6;
}

.deep-program-card .catalog-specs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.deep-program-card .catalog-specs span {
  min-height: 88px;
  border-color: rgba(7, 20, 37, .1);
  background: #f5f8fa;
  color: #405469;
}

.deep-program-card .catalog-specs strong {
  color: #8f651d;
}

.program-details {
  margin-top: 20px;
  border-top: 1px solid rgba(7, 20, 37, .1);
  border-bottom: 1px solid rgba(7, 20, 37, .1);
}

.program-details summary {
  position: relative;
  padding: 16px 28px 16px 0;
  color: #071b2c;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.program-details summary::marker {
  color: #00a9d6;
}

.program-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  padding: 2px 0 18px;
}

.program-details-grid p,
.program-syllabus li {
  color: #405469;
  line-height: 1.55;
}

.program-details-grid p {
  margin: 7px 0 0;
}

.detail-label {
  color: #8f651d;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.program-syllabus {
  padding: 0 0 22px;
}

.program-syllabus ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 12px 0 0;
  padding-left: 22px;
}

.deep-program-card .course-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: auto;
  padding-top: 22px;
}

.deep-program-card .course-actions .button {
  min-width: 0;
  color: #071425;
  background: #f7f9fb;
}

.deep-program-card .course-actions .button.primary {
  color: #04101b;
  background: #13c1df;
}

.deep-program-card .course-actions .button.gold {
  background: #fbf4e7;
}

.family-intake-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.qka-intake {
  color: #071425;
  background: rgba(255, 255, 255, .97);
}

.qfl-course-detail-band .lead-intake,
.aqcc-intake,
.qka-intake {
  position: static;
  max-height: none;
  overflow: visible;
}

.qka-intake h3 {
  color: #071425;
}

.payment-ready {
  display: grid;
  gap: 10px;
}

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

.verification-box label {
  display: grid;
  gap: 6px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
}

.verification-box input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(7, 20, 37, .16);
  border-radius: 6px;
  padding: 10px 12px;
}

.verification-box button {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .deep-program-grid,
  .family-intake-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .deep-program-card {
    padding: 20px;
  }

  .deep-program-card h3 {
    font-size: 27px;
  }

  .deep-program-card .catalog-specs,
  .program-details-grid,
  .program-syllabus ol,
  .deep-program-card .course-actions,
  .verification-box form {
    grid-template-columns: 1fr;
  }

  .deep-program-card .catalog-specs span {
    min-height: auto;
  }

  .verification-box button {
    grid-column: auto;
  }
}

/* v15 public-decision, partnership and sponsorship system */
.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.decision-route {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  min-width: 0;
  border: 1px solid rgba(7, 20, 37, .12);
  border-radius: 6px;
  padding: 24px;
  background: #fff;
}

.decision-number {
  color: #b67608;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.decision-route h3 {
  margin: 8px 0 12px;
  font-size: 23px;
}

.decision-route p {
  margin: 0 0 20px;
  color: #44586d;
}

.decision-route .button {
  width: 100%;
  min-width: 0;
  border-color: rgba(7, 20, 37, .16);
  background: #f5f9fb;
  color: #071425;
}

.decision-route .button:hover {
  border-color: #11bddd;
  background: #eaf8fb;
  color: #071425;
}

.conference-feature-visual,
.partnership-visual {
  position: relative;
  display: block;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  background: #071425;
}

.conference-feature-visual img,
.partnership-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.conference-feature-visual > span,
.partnership-visual > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 3px;
  max-width: calc(100% - 36px);
  padding: 14px 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  background: rgba(4, 16, 29, .9);
}

.conference-feature-visual small,
.partnership-visual small {
  color: #e5b554;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.conference-feature-visual strong,
.partnership-visual strong {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
}

.course-conversion-band {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: center;
  margin-top: 34px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.course-conversion-band h3 {
  margin: 8px 0;
  font-size: 27px;
}

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

.course-conversion-band .hero-actions {
  margin-top: 0;
}

.partnership-showcase {
  align-items: center;
}

.partnership-outcomes {
  margin-top: 24px;
}

.partnership-outcomes span {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.partnerships-hero::before {
  background-image: url("/assets/qcl-global-partnerships-v15.webp");
  background-position: center right;
}

.partnerships-hero .shell > h1,
.partnerships-hero .shell > .lead {
  max-width: 780px;
}

.partnership-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 210px));
  gap: 18px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.partnership-metrics div {
  display: grid;
  gap: 4px;
}

.partnership-metrics strong {
  color: #e5b554;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 28px;
}

.partnership-metrics span {
  color: #d2dce7;
  font-size: 14px;
}

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

.partnership-path-grid .decision-route {
  min-height: 260px;
}

.partnership-path-grid .decision-route a {
  color: #047f9d;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.partnership-principles-band {
  background: #081725;
}

.principle-list {
  display: grid;
  gap: 0;
}

.principle-list div {
  display: grid;
  gap: 6px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.principle-list strong {
  color: #e5b554;
  font-family: "Poppins", Arial, sans-serif;
}

.principle-list span {
  color: #d2dce7;
}

.partnership-contact-image {
  display: block;
  width: 100%;
  margin-top: 28px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.sponsorship-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.sponsorship-story > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.sponsorship-presence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.sponsorship-presence-grid div {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.sponsorship-presence-grid strong {
  color: #e5b554;
  font-family: "Poppins", Arial, sans-serif;
}

.sponsorship-presence-grid span {
  color: #d2dce7;
}

.sponsorship-form-panel {
  background: #fff;
  color: #071425;
}

.sponsorship-form-panel h3,
.sponsorship-form-panel .field label {
  color: #071425;
}

.sponsorship-form-panel .field input,
.sponsorship-form-panel .field select,
.sponsorship-form-panel .field textarea {
  border-color: rgba(7, 20, 37, .14);
  background: #f8fbfd;
  color: #071425;
}

.sponsorship-form-panel .fine-print {
  color: #5b7188;
}

.aqcc-invitation-copy {
  display: grid;
  gap: 18px;
}

.aqcc-influence-line {
  margin: 0;
  color: #f3c467;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 500;
  line-height: 1.35;
}

.aqcc-format-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}

.aqcc-format-tags span {
  display: grid;
  gap: 7px;
  min-width: 0;
  border-top: 2px solid #11c8ec;
  padding: 18px 20px 20px;
  background: rgba(255, 255, 255, .045);
  color: #c8d6e4;
  font-size: 15px;
}

.aqcc-format-tags strong {
  color: #f7fbff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.aqcc-invitation-actions {
  margin-top: 28px;
}

.corporate-contact-fallback {
  display: grid;
  gap: 12px;
  color: #071425;
  background: #fff7e8;
  border-color: rgba(182, 118, 8, .34);
}

.corporate-contact-fallback p {
  margin: 0;
}

.contact-fallback-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
}

.contact-fallback-details div {
  min-width: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(7, 20, 37, .1);
}

/* v16.0 global language and institutional contact layer. */
html.qcl-i18n-pending body {
  visibility: hidden;
}

html[lang="zh-CN"] body {
  font-family: "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif;
}

html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] button,
html[lang="zh-CN"] .button,
html[lang="zh-CN"] .nav-links,
html[lang="zh-CN"] .eyebrow,
html[lang="zh-CN"] label {
  font-family: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.nav.qcl-nav-with-utility {
  display: block;
  min-height: 106px;
  padding: 0;
}

.qcl-nav-with-utility .nav-inner {
  min-height: 72px;
}

.qcl-utility-bar {
  min-height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(2, 9, 17, .92);
}

.qcl-utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.qcl-utility-contact {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(247, 251, 255, .62);
}

.qcl-utility-contact span {
  color: var(--gold);
  font-weight: 600;
}

.qcl-utility-contact strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qcl-utility-contact:hover strong {
  color: var(--cyan);
}

.qcl-language-switcher {
  min-height: 34px;
  display: inline-flex;
  align-items: stretch;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.qcl-language-switcher button {
  position: relative;
  min-width: 78px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  padding: 0 10px;
  background: transparent;
  color: rgba(247, 251, 255, .56);
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: 0;
  transition: color .18s ease, background-color .18s ease;
}

.qcl-language-switcher .qcl-language-code {
  font-size: 11px;
  font-weight: 600;
}

.qcl-language-switcher .qcl-language-flag {
  width: 18px;
  height: 12px;
  flex: 0 0 auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
}

.qcl-language-switcher button small {
  font-size: 9px;
  font-weight: 500;
  color: inherit;
}

.qcl-language-switcher button::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 2px;
  background: transparent;
}

.qcl-language-switcher button:hover,
.qcl-language-switcher button:focus-visible {
  background: rgba(255, 255, 255, .05);
  color: var(--ink);
  outline: 0;
}

.qcl-language-switcher button:focus-visible {
  box-shadow: inset 0 0 0 1px var(--gold);
}

.qcl-language-switcher button.is-active {
  background: rgba(0, 209, 255, .08);
  color: var(--ink);
}

.qcl-language-switcher button.is-active::after {
  background: var(--cyan);
}

header.qcl-nav-with-utility + main .hero {
  padding-top: 166px;
}

header.qcl-nav-with-utility + main .subpage-hero {
  padding-top: 176px;
}

header.qcl-nav-with-utility + main .qfl-course-hero {
  padding-top: 182px;
}

header.qcl-nav-with-utility + main section[id] {
  scroll-margin-top: 124px;
}

html[lang="es-419"] h1,
html[lang="es-419"] h2,
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="es-419"] .button,
html[lang="zh-CN"] .button {
  overflow-wrap: anywhere;
}

@media (max-width: 920px) {
  .nav.qcl-nav-with-utility {
    padding: 0;
  }

  .qcl-nav-with-utility .nav-inner {
    min-height: 0;
    padding: 16px 0;
  }

  header.qcl-nav-with-utility + main .hero,
  header.qcl-nav-with-utility + main .subpage-hero,
  header.qcl-nav-with-utility + main .qfl-course-hero {
    padding-top: 202px;
  }
}

@media (max-width: 640px) {
  .qcl-utility-inner {
    min-height: 38px;
    gap: 8px;
  }

  .qcl-utility-contact {
    flex: 1 1 auto;
  }

  .qcl-utility-contact span {
    display: none;
  }

  .qcl-utility-contact strong {
    max-width: 174px;
    font-size: 9px;
  }

  .qcl-language-switcher {
    min-height: 38px;
  }

  .qcl-language-switcher button {
    min-width: 50px;
    min-height: 38px;
    gap: 4px;
    padding: 0 6px;
  }

  .qcl-language-switcher .qcl-language-flag {
    width: 16px;
    height: 11px;
  }

  .qcl-language-switcher .qcl-language-code {
    font-size: 9px;
  }

  .qcl-language-switcher button small {
    display: none;
  }

  .qcl-nav-with-utility .nav-inner {
    padding: 12px 0;
  }

  header.qcl-nav-with-utility + main .hero,
  header.qcl-nav-with-utility + main .subpage-hero,
  header.qcl-nav-with-utility + main .qfl-course-hero {
    padding-top: 244px;
  }
}

.contact-fallback-details dt {
  color: #8e5c08;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-fallback-details dd {
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}

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

.contact-fallback-actions .button {
  min-width: 0;
  width: 100%;
}

.contact-fallback-actions .whatsapp-button {
  color: #fff;
  border-color: #0f7c5b;
  background: #0f7c5b;
}

@media (max-width: 1100px) {
  .decision-grid,
  .partnership-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sponsorship-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .decision-grid,
  .partnership-path-grid,
  .course-conversion-band,
  .partnership-metrics,
  .sponsorship-presence-grid,
  .aqcc-format-tags,
  .contact-fallback-details,
  .contact-fallback-actions {
    grid-template-columns: 1fr;
  }

  .decision-route {
    padding: 20px;
  }

  .conference-feature-visual,
  .partnership-visual,
  .conference-feature-visual img,
  .partnership-visual img {
    min-height: 300px;
  }

  .partnership-metrics {
    gap: 10px;
  }
}

/* AQCC v17 cinematic public hero */
.aqcc-video-hero {
  min-height: min(850px, calc(100svh - 52px));
  padding: clamp(142px, 18vh, 198px) 0 clamp(52px, 8vh, 84px);
  align-items: flex-end;
  background: #030b15;
}

.aqcc-video-hero::before {
  z-index: -4;
  background-image: url("/assets/aqcc-hero-poster-2027-v17.webp");
  background-position: center;
}

.aqcc-video-hero::after {
  background:
    linear-gradient(90deg, rgba(2, 9, 19, .96) 0%, rgba(2, 9, 19, .76) 48%, rgba(2, 9, 19, .24) 100%),
    linear-gradient(0deg, rgba(2, 9, 19, .96) 0%, rgba(2, 9, 19, .12) 54%, rgba(2, 9, 19, .74) 100%);
}

.aqcc-hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aqcc-hero-content {
  width: min(1180px, calc(100% - 40px));
}

.aqcc-video-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 7.2vw, 104px);
  font-weight: 600;
  line-height: .96;
}

.aqcc-video-hero .lead {
  max-width: 800px;
  font-size: clamp(17px, 1.7vw, 22px);
}

.aqcc-trailer-button {
  color: #f7fbff;
  cursor: pointer;
}

.aqcc-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(247, 251, 255, .72);
  font: 500 12px/1.45 "Poppins", Arial, sans-serif;
}

.aqcc-hero-facts span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}

.aqcc-hero-facts strong {
  color: #f2c36b;
  font-size: 13px;
  font-weight: 600;
}

.aqcc-trailer-dialog {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  overflow: auto;
  color: #f7fbff;
  background: #06111f;
  box-shadow: 0 36px 120px rgba(0, 0, 0, .62);
}

.aqcc-trailer-dialog::backdrop {
  background: rgba(0, 5, 12, .86);
  backdrop-filter: blur(8px);
}

.aqcc-trailer-dialog-inner {
  position: relative;
  padding: clamp(22px, 4vw, 46px);
}

.aqcc-trailer-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: #f7fbff;
  background: rgba(2, 9, 19, .72);
  font: 400 28px/1 Arial, sans-serif;
  cursor: pointer;
}

.aqcc-trailer-close:hover,
.aqcc-trailer-close:focus-visible {
  border-color: #11c8ec;
}

.aqcc-trailer-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.aqcc-trailer-heading h2 {
  max-width: 720px;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 600;
}

.aqcc-trailer-heading p {
  margin: 13px 0 0;
  color: rgba(247, 251, 255, .72);
}

.aqcc-trailer-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.aqcc-trailer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

@media (max-width: 720px) {
  .aqcc-hero-content {
    width: min(1180px, calc(100% - 26px));
  }

  .aqcc-video-hero {
    min-height: 760px;
    padding-top: 180px;
  }

  .aqcc-video-hero::after {
    background: linear-gradient(0deg, rgba(2, 9, 19, .98) 0%, rgba(2, 9, 19, .7) 64%, rgba(2, 9, 19, .7) 100%);
  }

  .aqcc-hero-video {
    object-position: 58% center;
  }

  .aqcc-video-hero h1 {
    font-size: clamp(42px, 14vw, 68px);
  }

  .aqcc-hero-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .aqcc-hero-facts span {
    display: block;
  }

  .aqcc-hero-facts strong {
    display: block;
    margin-bottom: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aqcc-hero-video {
    display: none;
  }
}
