
.App {
  min-height: 100vh;
  background-color: #020617;
}

:root {
  --brand-gold: #d4af37;
  --brand-gold-deep: #b99622;
  --brand-gold-soft: #e2c75c;
  --brand-gold-rgb: 212, 175, 55;
  --brand-gold-deep-rgb: 185, 150, 34;
  --brand-gold-soft-rgb: 226, 199, 92;
}

.text-amber-400,
.hover\:text-amber-400:hover,
.hover\:text-amber-300:hover {
  color: var(--brand-gold) !important;
}

.bg-amber-500,
.hover\:bg-amber-400:hover {
  background-color: var(--brand-gold) !important;
}

.from-amber-500 {
  --tw-gradient-from: var(--brand-gold) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(var(--brand-gold-rgb) / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.to-amber-600 {
  --tw-gradient-to: var(--brand-gold-deep) var(--tw-gradient-to-position) !important;
}

.border-amber-500\/50 {
  border-color: rgba(var(--brand-gold-rgb), 0.5) !important;
}

.hover\:bg-amber-500\/10:hover {
  background-color: rgba(var(--brand-gold-rgb), 0.1) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  background-color: #020617;
  color: #f8fafc;
}

[data-page-section] {
  scroll-margin-top: 6.5rem;
}

.hero-section {
  position: relative;
  display: block !important;
  isolation: isolate;
  min-height: calc(100vh + var(--hero-scroll-distance, 190vh));
  overflow: visible !important;
  transition:
    min-height 320ms ease,
    padding 320ms ease,
    border-radius 320ms ease;
}

.hero-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  transform: none;
  transform-origin: center center;
  transition: none;
  will-change: transform;
}

.hero-scroll-frame {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
  filter: none;
  opacity: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
  user-select: none;
  -webkit-user-drag: none;
}

.hero-visual-overlay {
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.84) 0%, rgba(2, 6, 23, 0.62) 36%, rgba(2, 6, 23, 0.18) 64%, rgba(2, 6, 23, 0.06) 100%);
  pointer-events: none;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 7rem;
  padding-bottom: 2rem;
  transition: transform 220ms ease-out;
  will-change: transform;
}

.hero-copy {
  position: relative;
  max-width: 66rem !important;
  opacity: 0;
  transition:
    transform 320ms ease,
    opacity 320ms ease,
    max-width 320ms ease;
}

.hero-copy.is-revealed {
  opacity: 1;
  animation: fadeInUp 0.45s ease-out both;
}

.hero-copy-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95rem;
}

.hero-primary-link {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-secondary-link:hover {
  color: #0f172a;
  transform: translateY(-1px);
}

.hero-copy-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.4);
  color: rgba(248, 250, 252, 0.72);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.72;
  visibility: hidden;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease, color 180ms ease;
}

.hero-copy-toggle.is-visible {
  visibility: visible;
}

.hero-copy-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--brand-gold-rgb), 0.28);
  background: rgba(15, 23, 42, 0.56);
  color: #f8fafc;
  opacity: 1;
}

.hero-copy.is-hidden > :not(.hero-copy-toggle) {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.hero-copy.is-hidden {
  max-width: 12rem !important;
}

.hero-copy > :not(.hero-copy-toggle) {
  transition: opacity 220ms ease, transform 220ms ease;
}

.hero-title {
  max-width: 14ch;
  text-wrap: pretty;
}

.hero-title-accent {
  display: inline-block;
  white-space: nowrap;
}

.cursor-firefly-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 60;
}

.cursor-firefly {
  position: fixed;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 248, 196, 0.95) 0%, rgba(var(--brand-gold-rgb), 0.8) 35%, rgba(var(--brand-gold-rgb), 0.22) 60%, rgba(var(--brand-gold-rgb), 0) 100%);
  box-shadow:
    0 0 10px rgba(var(--brand-gold-rgb), 0.75),
    0 0 24px rgba(var(--brand-gold-deep-rgb), 0.45);
  transform: translate3d(-999px, -999px, 0) translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition:
    opacity 180ms ease,
    filter 180ms ease;
  will-change: transform, opacity;
}

.cursor-firefly.is-active {
  opacity: 1;
}

.cursor-firefly::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(var(--brand-gold-soft-rgb), 0.28) 0%, rgba(var(--brand-gold-soft-rgb), 0) 72%);
  animation: fireflyPulse 1.8s ease-in-out infinite;
}

.glassmorphism {
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

nav .max-w-7xl {
  width: 100%;
}

.navbar-brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.navbar-brand-mark {
  display: block;
  width: clamp(2.9rem, 5vw, 4.1rem);
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.navbar-brand-lockup-image {
  display: block;
  width: clamp(8.5rem, 17vw, 12.5rem);
  height: auto;
  object-fit: contain;
}

.navbar-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
}

.navbar-top-row {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}

.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.72);
  cursor: pointer;
}

.mobile-nav-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #f8fafc;
}

.mobile-nav-panel {
  display: none;
}

.desktop-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-left: clamp(11rem, 16vw, 14rem);
}

[data-testid="endorsement-nav-link"] {
  color: #ef4444 !important;
}

[data-testid="endorsement-nav-link"]:hover {
  color: #f87171 !important;
}

@media (min-width: 901px) {
  .mobile-nav-toggle,
  .mobile-nav-panel {
    display: none !important;
  }
}

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

.course-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--brand-gold-deep-rgb), 0.5);
  box-shadow: 0 8px 30px rgba(var(--brand-gold-deep-rgb), 0.16);
}

.course-card-media-shell {
  display: grid;
  place-items: center;
}

.course-card-media-shell--image {
  background: #1479c9;
}

.course-card-media-shell--video {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.98));
}

.course-card-media-image {
  display: block;
  width: auto;
  max-width: 58%;
  height: 100%;
  padding: 0.6rem;
  object-fit: contain;
}

.course-card-media-image--video {
  width: 100%;
  padding: 0;
  object-fit: cover;
}

.available-courses-section {
  position: relative;
  margin-top: 4.5rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top center, rgba(56, 189, 248, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.9));
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.35);
  overflow: hidden;
}

.available-courses-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(var(--brand-gold-rgb), 0.08), transparent 20%),
    radial-gradient(circle at 85% 10%, rgba(56, 189, 248, 0.12), transparent 22%);
  pointer-events: none;
}

.available-courses-header,
.available-courses-countdown,
.available-courses-callout,
.available-courses-grid,
.available-courses-footer {
  position: relative;
  z-index: 1;
}

.available-courses-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}

.available-courses-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  color: #f8fafc;
}

.available-courses-description {
  margin: 1rem auto 0;
  max-width: 38rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.available-courses-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 48rem;
  margin: 2rem auto 0;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.countdown-value {
  width: 100%;
  padding: 1rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.28)),
    rgba(15, 23, 42, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 30px rgba(2, 6, 23, 0.28);
  color: #f8fafc;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.countdown-label {
  color: rgba(148, 163, 184, 0.82);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.available-courses-callout {
  max-width: 56rem;
  margin: 3.5rem auto 0;
  color: #fcfcfc;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.available-courses-callout span {
  color: var(--brand-gold);
}

.available-courses-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.available-course-card {
  display: block;
  width: min(100%, 35rem);
  flex: 0 1 20rem;
  color: inherit;
  text-decoration: none;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.92));
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.22);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.available-course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(2, 6, 23, 0.28);
}

.available-course-card-media {
  padding: 0.85rem 0.85rem 0;
}

.available-course-card-media img {
  display: block;
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
  border-radius: 0.9rem;
}

.available-course-card-body {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem 1.25rem;
  color: #0f172a;
  min-height: 19rem;
}

.available-course-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.available-course-card-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.available-course-card-logo {
  width: 7.5rem;
  height: auto;
  object-fit: contain;
}

.available-course-card-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.available-course-card h3 {
  margin: 0;
  color: #0f172a;
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  line-height: 1.05;
  min-height: 5.4rem;
}

.available-course-card-date {
  margin: 1.1rem 0 0.65rem;
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 700;
}

.available-course-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #334155;
  line-height: 1.55;
  min-height: 4.8rem;
}

.available-course-card-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.available-course-card-register {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #0f172a;
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.available-course-card-register:hover {
  background: linear-gradient(135deg, #fde047, #facc15);
  box-shadow: 0 10px 22px rgba(234, 179, 8, 0.28);
  transform: translateY(-1px);
}

.available-course-card-link {
  color: #0f172a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.available-course-card-link:hover {
  color: #0369a1;
}

.available-courses-footer {
  margin-top: 1.4rem;
}

.available-courses-more {
  color: #f8fafc;
  font-weight: 700;
  text-decoration: none;
}

.available-courses-more:hover {
  color: #38bdf8;
}

.testimonials-section {
  position: relative;
  padding: 5rem 0 2.5rem;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top center, rgba(14, 165, 233, 0.08), transparent 38%),
    radial-gradient(circle at 15% 15%, rgba(var(--brand-gold-rgb), 0.08), transparent 24%);
  pointer-events: none;
}

.testimonial-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(var(--brand-gold-rgb), 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: var(--brand-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.testimonial-heading {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #f8fafc;
  margin: 0;
}

.testimonial-feature {
  max-width: 64rem;
  margin: 0 auto;
}

.testimonial-video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(30, 41, 59, 0.32), rgba(15, 23, 42, 0.18)),
    rgba(15, 23, 42, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(2, 6, 23, 0.28);
}

.testimonial-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: linear-gradient(180deg, #d6ecfb 0%, #eef7ff 100%);
  border: 0;
}

.testimonial-video--embed {
  height: auto;
}

.testimonial-description {
  margin: 1.6rem auto 0;
  max-width: 58rem;
  color: rgba(226, 232, 240, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
  text-align: left;
}

.program-audience-section {
  padding: 1.5rem 0 2.5rem;
}

.program-audience-shell {
  display: grid;
  gap: 2rem;
}

.program-audience-title {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-align: center;
  justify-self: center;
}

.program-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.program-audience-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.7rem 1.5rem 1.4rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 22px 46px rgba(2, 6, 23, 0.18);
}

.program-audience-visual {
  display: grid;
  place-items: center;
  min-height: 10rem;
}

.program-audience-image {
  display: block;
  width: min(100%, 8.25rem);
  height: auto;
  object-fit: contain;
}

.program-audience-card-title {
  margin: 0;
  color: #1274d0;
  font-size: 1.45rem;
  line-height: 1.1;
}

.program-audience-card-copy {
  margin: 0;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.6;
}

.timeline-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  min-height: 205vh;
  padding: 7rem 0 2.5rem;
}

.left-content {
  width: min(38rem, 46%);
  position: sticky;
  top: 8rem;
  padding-top: 1rem;
}

.timeline-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(var(--brand-gold-rgb), 0.22);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: var(--brand-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.timeline-title {
  margin: 0 0 1.2rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #f8fafc;
}

.timeline-copy {
  margin: 0;
  max-width: 34rem;
  color: rgba(226, 232, 240, 0.76);
  font-size: 1.05rem;
  line-height: 1.85;
}

.cards-wrapper {
  position: relative;
  width: min(100%, 28rem);
  margin-left: auto;
  padding-top: 0.5rem;
}

.timeline-section-footer {
  margin-top: 1.4rem;
}

.timeline-more-link {
  color: #f8fafc;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline-more-link:hover {
  color: #38bdf8;
}

.stack-card {
  position: sticky;
  top: 7.5rem;
  width: 100%;
  min-height: 24.5rem;
  padding: 1.45rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 22px 48px rgba(2, 6, 23, 0.18);
  transition: transform 220ms ease-out;
  will-change: transform;
  margin-bottom: 6rem;
}

.timeline-card-shell {
  display: grid;
  gap: 1.25rem;
}

.timeline-card-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
}

.timeline-card-date {
  display: grid;
  justify-items: center;
  min-width: 3.7rem;
  padding: 0.45rem 0.55rem 0.55rem;
  border-radius: 0.65rem;
  background: #2436a8;
  color: #ffffff;
}

.timeline-card-month {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-card-day {
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 1;
}

.timeline-card-title {
  margin: 0;
  color: #2436a8;
  font-size: 2.05rem;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.timeline-card-panel {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  min-height: 9rem;
  padding: 1.2rem 1.25rem;
  border-radius: 1.5rem;
  color: #ffffff;
}

.timeline-card-panel--violet {
  background: linear-gradient(135deg, #6441ff, #4738dc);
}

.timeline-card-panel--gold {
  background: linear-gradient(135deg, #e4aa00, #cf9400);
}

.timeline-card-panel--coral {
  background: linear-gradient(135deg, #f1533d, #e8412d);
}

.timeline-card-panel--green {
  background: linear-gradient(135deg, #14c26d, #14a957);
}

.timeline-card-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
}

.timeline-card-copy--small {
  font-size: 0.72rem;
  font-weight: 800;
}

.timeline-card-list {
  margin: 0.2rem 0 0;
  padding-left: 1rem;
  font-size: 0.84rem;
  line-height: 1.28;
  font-weight: 700;
}

.timeline-card-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.45rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.card1 {
  transform: rotate(-6deg);
  z-index: 1;
}

.card2 {
  transform: rotate(4deg);
  z-index: 2;
}

.card3 {
  transform: rotate(-3deg);
  z-index: 3;
}

.card4 {
  transform: rotate(5deg);
  z-index: 4;
}

.card5 {
  transform: rotate(-4deg);
  z-index: 5;
}

.card6 {
  transform: rotate(3deg);
  z-index: 6;
}

.registration-cta-section {
  padding: 2rem 0 0.5rem;
}

.resources-section {
  padding: 2.5rem 0 1.5rem;
}

.resources-shell {
  padding: 3.5rem clamp(1.5rem, 4vw, 3rem) 2rem;
  border-radius: 2rem;
  background: #121d32;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(2, 6, 23, 0.24);
}

.resources-title {
  margin: 0 0 2.5rem;
  text-align: center;
  color: #f8fafc;
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.resource-card {
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.resource-book-shell {
  display: grid;
  place-items: center;
  min-height: 14rem;
  width: 100%;
}

.resource-book-image {
  width: min(100%, 13rem);
  max-height: 13.5rem;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.35));
  transition: transform 220ms ease, filter 220ms ease;
}

.resource-card:hover .resource-book-image {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.42));
}

.resource-card-title {
  width: min(100%, 14rem);
  margin: 0;
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: left;
}

.resources-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid rgba(var(--brand-gold-rgb), 0.26);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.resources-link:hover {
  color: var(--brand-gold);
  border-color: rgba(var(--brand-gold-rgb), 0.42);
  background: rgba(15, 23, 42, 0.92);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(2, 6, 23, 0.22);
}

.about-section {
  padding: 2rem 0 1.25rem;
}

.about-shell {
  max-width: 48rem;
  margin: 0 auto;
}

.about-copy-block {
  margin-bottom: 2rem;
}

.about-title,
.faq-title {
  margin: 0 0 1rem;
  text-align: center;
  color: #22a8ff;
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.1;
}

.about-description,
.faq-answer {
  margin: 0;
  color: rgba(248, 250, 252, 0.92);
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-link,
.faq-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid rgba(var(--brand-gold-rgb), 0.26);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.about-link:hover,
.faq-link:hover {
  color: var(--brand-gold);
  border-color: rgba(var(--brand-gold-rgb), 0.42);
  background: rgba(15, 23, 42, 0.92);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(2, 6, 23, 0.22);
}

.about-link-full {
  width: fit-content;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 1.35rem;
  padding: 0.78rem 1.15rem;
}

.about-carousel {
  margin-bottom: 1.5rem;
}

.about-carousel-media {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.75);
}

.about-carousel-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-carousel-popup {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.25rem;
  max-width: min(70%, 20rem);
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: rgba(8, 15, 39, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.26);
}

.about-carousel-popup.is-hidden {
  display: none;
}

.about-carousel-popup-label {
  color: rgba(191, 219, 254, 0.9);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-carousel-popup-title {
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

.about-carousel-next {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.about-carousel-next:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(30, 41, 59, 0.88);
}

.about-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  transform: translateX(-50%);
}

.about-dot {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.about-dot.is-active {
  background: #ffffff;
  transform: scale(1.15);
}

.about-list {
  display: grid;
  gap: 1.4rem;
}

.about-list-item {
  display: grid;
  gap: 0.55rem;
}

.about-list-title {
  margin: 0;
  color: #2da8ff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}

.about-list-description {
  margin: 0;
  color: rgba(248, 250, 252, 0.92);
  font-size: 0.92rem;
  line-height: 1.7;
}

.faq-section {
  padding: 1rem 0 0.5rem;
}

.faq-shell {
  max-width: 48rem;
  margin: 0 auto;
}

.faq-list {
  display: grid;
  gap: 1.3rem;
}

.faq-item {
  display: grid;
  gap: 0.45rem;
}

.faq-question {
  margin: 0;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.registration-cta-card {
  max-width: 52rem;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(145deg, rgba(51, 65, 85, 0.72), rgba(15, 23, 42, 0.94)),
    rgba(15, 23, 42, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(2, 6, 23, 0.22);
  text-align: center;
}

.registration-cta-heading {
  margin: 0 0 1rem;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  color: #f8fafc;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.registration-cta-line {
  display: block;
}

.registration-cta-copy {
  max-width: 42rem;
  margin: 0 auto 2rem;
  color: rgba(226, 232, 240, 0.76);
  font-size: 1.05rem;
  line-height: 1.8;
}

.registration-cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.registration-primary-button,
.registration-secondary-button,
.registration-submit-button,
.registration-cancel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  cursor: pointer;
}

.registration-primary-button,
.registration-submit-button {
  background: linear-gradient(135deg, #f8dc5a, var(--brand-gold));
  color: #0f172a;
  box-shadow: 0 8px 24px rgba(var(--brand-gold-rgb), 0.2);
}

.registration-primary-button:hover,
.registration-submit-button:hover {
  transform: translateY(-1px);
}

.registration-secondary-button,
.registration-cancel-button {
  background: rgba(51, 65, 85, 0.7);
  border-color: rgba(148, 163, 184, 0.16);
  color: #f8fafc;
}

.registration-modal-backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(2, 6, 23, 0.78);
  backdrop-filter: blur(10px);
  z-index: 100;
}

.registration-modal {
  position: relative;
  width: min(100%, 52rem);
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.98));
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.4);
}

.registration-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(51, 65, 85, 0.76);
  color: #f8fafc;
  font-size: 1.5rem;
  cursor: pointer;
}

.registration-modal-header {
  margin-bottom: 1.5rem;
}

.registration-modal-eyebrow {
  margin: 0 0 0.5rem;
  color: var(--brand-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.registration-modal-title {
  margin: 0 0 0.75rem;
  color: #f8fafc;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.1;
}

.registration-modal-copy {
  margin: 0;
  color: rgba(226, 232, 240, 0.74);
  line-height: 1.7;
}

.registration-form {
  display: grid;
  gap: 1.25rem;
}

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

.registration-field {
  display: grid;
  gap: 0.45rem;
}

.registration-field span {
  color: #e2e8f0;
  font-size: 0.9rem;
  font-weight: 600;
}

.registration-field input,
.registration-field select,
.registration-field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.76);
  color: #f8fafc;
  font: inherit;
  box-sizing: border-box;
}

.registration-field input:focus,
.registration-field select:focus,
.registration-field textarea:focus {
  outline: none;
  border-color: rgba(var(--brand-gold-rgb), 0.5);
  box-shadow: 0 0 0 3px rgba(var(--brand-gold-rgb), 0.12);
}

.registration-field textarea {
  resize: vertical;
  min-height: 7rem;
}

.registration-status {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  font-weight: 600;
}

.registration-status.is-success {
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
}

.registration-status.is-error {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
}

.registration-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.section-navigator {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 70;
}

.section-nav-button {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.84);
  color: var(--brand-gold);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.section-nav-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(var(--brand-gold-rgb), 0.38);
}

.section-nav-button:disabled {
  opacity: 0.38;
  cursor: default;
}

.gov-footer {
  background:
    linear-gradient(180deg, rgba(10, 17, 48, 0.98), rgba(18, 29, 50, 0.98));
  color: rgba(226, 232, 240, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gov-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1rem 1rem;
}

.gov-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.9fr 1fr 0.8fr;
  gap: 1.1rem;
  align-items: start;
}

.gov-footer-brand {
  display: grid;
  gap: 0.9rem;
}

.gov-footer-brand-mark {
  width: 3.7rem;
  height: 3.7rem;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.gov-footer-brand-copy,
.gov-footer-text,
.gov-footer-link,
.gov-footer-bottom {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
}

.gov-footer-links {
  display: grid;
  gap: 0.35rem;
}

.gov-footer-link {
  color: rgba(226, 232, 240, 0.78);
  text-decoration: none;
  transition: color 180ms ease;
}

.gov-footer-link:hover {
  color: var(--brand-gold);
}

.gov-footer-copy {
  display: grid;
  gap: 0.7rem;
}

.gov-footer-heading {
  margin: 0;
  color: #f8fafc;
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  line-height: 1.3;
}

.gov-footer-text {
  margin: 0;
}

.gov-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.8rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(var(--brand-gold-rgb), 0.28);
  border-radius: 0.7rem;
  background: rgba(15, 23, 42, 0.72);
  color: var(--brand-gold);
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.gov-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.gov-footer-badge {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--brand-gold-rgb), 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #e2e8f0;
  font-size: 0.62rem;
  font-weight: 700;
}

.gov-footer-social {
  display: grid;
  gap: 0.8rem;
  justify-content: start;
}

.gov-footer-social-row {
  display: flex;
  gap: 0.55rem;
}

.gov-footer-social-link {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.82);
  color: #ffffff;
  font-family: Outfit, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.gov-footer-bottom {
  margin-top: 1.2rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gov-footer-bottom p {
  margin: 0;
}

.search-input {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #f8fafc;
  transition: all 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: rgba(var(--brand-gold-deep-rgb), 0.5);
  background: rgba(30, 41, 59, 0.8);
}

.search-input::placeholder {
  color: #94a3b8;
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fireflyPulse {
  0%,
  100% {
    transform: scale(0.75);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}


@media (max-width: 1024px) {
  .hero-copy {
    max-width: 54rem !important;
  }

  .hero-title {
    max-width: 12ch;
  }

  .timeline-section {
    gap: 2.5rem;
    min-height: 190vh;
  }

  .left-content {
    width: 48%;
  }

  .cards-wrapper {
    width: min(100%, 24rem);
  }

  .timeline-section-footer {
    margin-top: 1.1rem;
  }

  .registration-cta-card {
    max-width: 46rem;
  }

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

  .resources-grid {
    gap: 1.75rem;
  }

  .resource-card-title {
    width: min(100%, 12rem);
    font-size: 0.95rem;
  }

  .about-shell,
  .faq-shell {
    max-width: 44rem;
  }
}

@media (max-width: 900px) {
  [data-page-section] {
    scroll-margin-top: 5.5rem;
  }

  nav .max-w-7xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  [data-testid="search-container"] {
    display: none;
  }

  [data-testid="navbar-logo"] {
    gap: 0;
  }

  .navbar-shell {
    display: block;
    min-height: auto;
    padding: 0.7rem 0 0.85rem;
  }

  .navbar-top-row {
    position: static;
    transform: none;
    width: 100%;
    gap: 0.75rem;
    align-items: center;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .desktop-nav-links {
    display: none;
    margin-left: 0;
  }

  .mobile-nav-panel {
    margin-top: 0.8rem;
    padding: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.92);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.28);
  }

  .mobile-nav-panel.is-open {
    display: grid;
    gap: 0.25rem;
  }

  .mobile-nav-link {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem;
    border-radius: 0.8rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    white-space: normal !important;
  }

  .mobile-nav-link:hover {
    background: rgba(255, 255, 255, 0.06);
  }

  .navbar-brand-lockup-image {
    width: min(100%, 9.75rem);
  }

  .navbar-brand-mark {
    width: min(100%, 3rem);
  }

  .hero-section {
    min-height: calc(100svh + var(--hero-scroll-distance, 170vh));
    padding-top: 2.5rem;
  }
}

@media (max-width: 640px) {
  .hero-section {
    min-height: calc(100svh + var(--hero-scroll-distance, 170vh));
    padding-top: 2.5rem;
  }

  .hero-stage {
    min-height: 100svh;
  }

  .hero-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }

  .hero-copy {
    max-width: 100% !important;
  }

  .hero-title {
    max-width: 10.5ch;
    line-height: 1.02;
    margin-bottom: 1rem !important;
  }

  .hero-title-accent {
    white-space: normal;
  }

  .hero-copy p[data-testid="hero-description"] {
    max-width: 100%;
    margin-bottom: 1.5rem !important;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero-copy [data-testid="hero-cta-button"] {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1.2rem;
  }

  .hero-copy-actions {
    align-items: stretch;
  }


  #courses {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  #courses .mb-16 {
    margin-bottom: 2.5rem !important;
  }

  #courses .gap-8 {
    gap: 1rem !important;
  }

  .available-courses-section {
    margin-top: 2.5rem;
    padding: 1.25rem;
    border-radius: 1.4rem;
  }

  .available-courses-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.4rem;
  }

  .countdown-value {
    padding: 0.8rem 0.35rem;
    border-radius: 0.85rem;
    font-size: 1.8rem;
  }

  .countdown-label {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .available-courses-callout {
    margin-top: 2rem;
    font-size: 1.95rem;
  }

  .program-audience-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .program-audience-card {
    border-radius: 1.5rem;
  }

  .program-audience-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .available-courses-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .available-course-card {
    width: 100%;
    flex: initial;
  }

  .available-course-card-media img {
    height: 9rem;
  }

  .available-course-card-body {
    padding: 0.9rem;
    min-height: auto;
  }

  .available-course-card-logo {
    width: 6rem;
  }

  .available-course-card-chip {
    font-size: 0.64rem;
    padding: 0.3rem 0.65rem;
  }

  .available-course-card h3 {
    font-size: 1.35rem;
    min-height: 0;
  }

  .available-course-card-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .available-course-card-register {
    width: 100%;
    justify-content: center;
  }

  [data-testid="course-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
    align-items: start;
  }

  .course-card {
    border-radius: 1rem;
  }

  .course-card .h-48 {
    height: 11.5rem;
  }

  .course-card-media-image {
    max-width: 76%;
    padding: 0.4rem;
  }

  .course-card-media-image--video {
    padding: 0;
  }

  .course-card .p-6 {
    padding: 0.85rem;
  }

  .course-card h3 {
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 0.75rem !important;
  }

  .course-card .top-4 {
    top: 0.6rem !important;
  }

  .course-card .right-4 {
    right: 0.6rem !important;
  }

  .course-card .px-3.py-1 {
    padding: 0.35rem 0.65rem !important;
  }

  .course-card .text-xs {
    font-size: 0.62rem !important;
  }

  .course-card .mb-3 {
    margin-bottom: 0.65rem !important;
  }

  .course-card .space-y-2 > * + * {
    margin-top: 0.35rem !important;
  }

  .course-card .text-sm {
    font-size: 0.82rem !important;
  }

  .course-card .mt-6 {
    margin-top: 0.85rem !important;
  }

  .course-card .pt-4 {
    padding-top: 0.75rem !important;
  }

  .course-card button[data-open-course] {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
  }

  [id^="course-detail-"] .h-64 {
    height: 12rem;
  }

  [id^="course-detail-"] .p-8,
  [id^="course-detail-"] .lg\:p-12 {
    padding: 1rem !important;
  }

  [id^="course-detail-"] .gap-8 {
    gap: 1rem !important;
  }

  [id^="course-detail-"] .gap-6 {
    gap: 0.85rem !important;
  }

  [id^="course-detail-"] .pt-8 {
    padding-top: 1.25rem !important;
  }

  [id^="course-detail-"] .text-2xl,
  [id^="course-detail-"] .sm\:text-3xl,
  [id^="course-detail-"] .lg\:text-4xl {
    font-size: 1.55rem !important;
    line-height: 1.2 !important;
  }

  [id^="course-detail-"] .grid-cols-1.md\:grid-cols-3,
  [id^="course-detail-"] .grid-cols-1.md\:grid-cols-2 {
    grid-template-columns: 1fr !important;
  }

  [id^="course-detail-"] button[data-open-registration-course] {
    width: 100%;
  }

  .testimonial-card {
    min-height: auto;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }

  .testimonial-track {
    display: flex !important;
    overflow-x: auto;
    gap: 1rem !important;
    width: 100%;
    padding: 0 0 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .testimonial-track::-webkit-scrollbar {
    height: 0.45rem;
  }

  .testimonial-track::-webkit-scrollbar-thumb {
    background: rgba(var(--brand-gold-rgb), 0.35);
    border-radius: 999px;
  }

  .testimonial-track > .testimonial-card {
    flex: 0 0 calc(100vw - 3rem);
    scroll-snap-align: start;
    width: calc(100vw - 3rem);
    min-width: calc(100vw - 3rem);
  }

  .testimonial-copy {
    padding-right: 0;
    font-size: 1rem;
  }

  .testimonial-heading {
    line-height: 1.15;
    font-size: clamp(1.85rem, 10vw, 2.8rem);
  }

  .timeline-section {
    min-height: auto;
    display: block;
    padding: 5.5rem 0 1rem;
  }

  .left-content {
    width: 100%;
    position: static;
    margin-bottom: 2rem;
  }

  .timeline-title {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .timeline-copy {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .cards-wrapper {
    width: 100%;
    max-width: 24rem;
    margin: 0 auto;
    padding-top: 0;
  }

  .timeline-section-footer {
    position: static;
    margin-top: 1rem;
  }

  .stack-card {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 1.5rem;
  }

  .timeline-card-title {
    font-size: 1.75rem;
  }

  .timeline-card-panel {
    min-height: 0;
  }

  .resources-section {
    padding: 1.5rem 0 1rem;
  }

  .resources-shell {
    padding: 2rem 1.25rem 1.5rem;
    border-radius: 1.5rem;
  }

  .resources-title {
    margin-bottom: 1.75rem;
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .resources-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .resource-card {
    grid-template-columns: 5.25rem 1fr;
    justify-items: start;
    align-items: center;
    gap: 1rem;
  }

  .resource-book-shell {
    min-height: 0;
    width: 6.5rem;
  }

  .resource-book-image {
    width: 100%;
    max-height: 8rem;
  }

  .resource-card-title {
    width: 100%;
    font-size: 0.94rem;
    line-height: 1.3;
  }

  .resources-link {
    margin-top: 1rem;
    width: fit-content;
    max-width: 100%;
    padding: 0.72rem 1rem;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  .about-section {
    padding: 1.5rem 0 1rem;
  }

  .about-copy-block {
    margin-bottom: 1.5rem;
  }

  .about-title,
  .faq-title {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
  }

  .about-description,
  .faq-answer,
  .about-list-description {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .about-link,
  .faq-link {
    width: fit-content;
    max-width: 100%;
    padding: 0.72rem 1rem;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  .about-link-full {
    width: fit-content;
  }

  .about-carousel-next {
    right: 0.7rem;
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.75rem;
  }

  .about-carousel-popup {
    left: 0.75rem;
    right: 4rem;
    bottom: 0.75rem;
    max-width: none;
    padding: 0.7rem 0.8rem;
  }

  .about-carousel-popup-label {
    font-size: 0.62rem;
  }

  .about-carousel-popup-title {
    font-size: 0.9rem;
  }

  .about-carousel-dots {
    bottom: 0.75rem;
  }

  .about-list-title,
  .faq-question {
    font-size: 0.98rem;
  }

  .faq-section {
    padding-top: 0.75rem;
  }

  .registration-cta-card,
  .registration-modal {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }

  .registration-cta-section {
    padding-top: 1rem;
  }

  .registration-cta-heading {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .registration-cta-copy {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .registration-modal {
    max-height: calc(100vh - 1.5rem);
  }

  .registration-modal-close {
    top: 0.75rem;
    right: 0.75rem;
  }

  .registration-modal-title {
    padding-right: 2rem;
  }

  .registration-field input,
  .registration-field select,
  .registration-field textarea {
    padding: 0.85rem 0.95rem;
  }

  .registration-form-grid {
    grid-template-columns: 1fr;
  }

  .registration-cta-actions,
  .registration-form-actions {
    flex-direction: column;
  }

  .registration-primary-button,
  .registration-secondary-button,
  .registration-submit-button,
  .registration-cancel-button {
    width: 100%;
  }

  .section-navigator {
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .gov-footer-inner {
    padding: 1.25rem 1rem 0.9rem;
  }

  .gov-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .gov-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-nav-button {
    width: 2.9rem;
    height: 2.9rem;
    font-size: 1.15rem;
  }
}

@media (max-width: 520px) {
  .available-courses-section {
    padding: 1rem 0.85rem;
  }

  .available-courses-title,
  .testimonial-heading,
  .timeline-title {
    line-height: 1.08;
  }

  .available-courses-countdown {
    gap: 0.6rem;
  }

  .countdown-value {
    font-size: 1.55rem;
    letter-spacing: 0.06em;
  }

  [data-testid="course-grid"] {
    grid-template-columns: 1fr !important;
  }

  .course-card .h-48 {
    height: 11rem;
  }
}

@media (max-width: 360px) {
  .hero-section {
    min-height: calc(100svh + var(--hero-scroll-distance, 150vh));
    padding-top: 3rem;
  }

  .hero-title {
    max-width: 9.5ch;
  }


  [data-testid="course-grid"] {
    grid-template-columns: 1fr !important;
  }

  .testimonial-track {
    gap: 0.85rem !important;
  }

  .testimonial-track > .testimonial-card {
    flex-basis: calc(100vw - 2.25rem);
    width: calc(100vw - 2.25rem);
    min-width: calc(100vw - 2.25rem);
  }

  .testimonial-card,
  .registration-cta-card,
  .registration-modal {
    border-radius: 1.25rem;
  }

  .card-content {
    padding: 1.25rem;
  }

  .testimonial-copy {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .testimonial-avatar {
    width: 2.75rem;
    height: 2.75rem;
  }

  .card-content h3 {
    font-size: 1.35rem;
  }
}
