html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* jQuery unobtrusive validation messages live inside Bootstrap .form-text (see wwwroot/html/form_inputs.html). */
.form-text .field-validation-error,
.form-text > span.field-validation-error {
  color: var(--bs-danger);
}

div.validation-summary-errors ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

/* Normalize card-header toolbars/forms across pages (filters + action buttons). */
.card.custom-card .card-header {
  gap: 0.75rem;
}

.card.custom-card .card-header > .d-flex.flex-wrap {
  align-items: flex-end;
  row-gap: 0.5rem;
}

.card.custom-card .card-header form.d-flex.flex-wrap {
  align-items: flex-end;
}

.card.custom-card .card-header .form-label.small {
  margin-bottom: 0.25rem !important;
}

.card.custom-card .card-header .form-text {
  margin-bottom: 0;
}

.card.custom-card .card-header > .d-flex.flex-wrap > .btn,
.card.custom-card .card-header > .d-flex.flex-wrap > a.btn,
.card.custom-card .card-header > .d-flex.flex-wrap > button.btn {
  align-self: flex-end;
}


.text-gradient {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.letter-spacing-2 {
    letter-spacing: 0.1rem;
}

/* Hero Section Effects */
.landing-banner {
    background-color: #f8fafc;
}

.multi-page-main .section.landing-page-section {
  padding-top: 3rem;
}

/* =============================================================================
   Landing page
   Brand: forest green + harvest gold (from university seal)
   ============================================================================= */

.landing {
  --landing-ink: #0c1a12;
  --landing-forest: #0b4a28;
  --landing-forest-mid: #0f5c33;
  --landing-forest-deep: #062e19;
  --landing-gold: #c9a227;
  --landing-gold-bright: #e6bc3a;
  --landing-gold-soft: rgba(201, 162, 39, 0.16);
  --landing-mist: #eef3ef;
  --landing-paper: #ffffff;
  --landing-muted: #5a6b60;
  --landing-line: rgba(12, 26, 18, 0.08);
  --landing-radius: 1.25rem;
  --landing-radius-sm: 0.875rem;
  color: var(--landing-ink);
  background: var(--landing-paper);
}

.landing a:not(.btn):not(.nav-link) {
  text-decoration: none;
}

/* ---- Section shell ---- */
.landing__section {
  padding-block: clamp(3.5rem, 7vw, 5.5rem);
  position: relative;
}

.landing__section--mist {
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(201, 162, 39, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 35% at 100% 100%, rgba(11, 74, 40, 0.08), transparent 50%),
    var(--landing-mist);
}

.landing__section--start {
  background: #fff;
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

.landing__section--start .landing__header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.landing__section--start .landing__title {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 700;
}

.landing__section--steps {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9f7 100%);
}

.landing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--landing-forest-mid);
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(11, 74, 40, 0.07);
  border: 1px solid rgba(11, 74, 40, 0.1);
}

.landing__eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--landing-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.25);
}

.landing__title {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--landing-ink);
  margin-bottom: 0.85rem;
}

.landing__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--landing-muted);
  max-width: 38rem;
  margin-bottom: 0;
}

.landing__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.landing__header--center {
  text-align: center;
}

.landing__header--center .landing__lead {
  margin-inline: auto;
}

.landing__header--center .landing__eyebrow {
  justify-content: center;
}

/* ---- Hero ---- */
.landing__hero {
  --landing-nav-offset: 4.125rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 88% 42%, rgba(201, 162, 39, 0.28), transparent 58%),
    radial-gradient(ellipse 45% 60% at 8% 85%, rgba(15, 92, 51, 0.5), transparent 52%),
    linear-gradient(155deg, var(--landing-forest-deep) 0%, var(--landing-forest) 48%, #0a3d22 100%);
  color: #fff;
  /* Pull under sticky navbar so the first screen is fully green (no white peek). */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  margin-top: calc(-1 * var(--landing-nav-offset));
  padding-top: var(--landing-nav-offset);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.landing__hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(230, 188, 58, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 188, 58, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
  animation: landing-grid-drift 18s linear infinite;
}

.landing__hero-glow {
  position: absolute;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 188, 58, 0.26), transparent 70%);
  top: 48%;
  right: 4%;
  transform: translateY(-50%);
  filter: blur(2px);
  pointer-events: none;
  animation: landing-hud-pulse 3.2s steps(2, end) infinite;
}

.landing__hero-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(2.25rem, 5vw, 3.75rem);
  width: 100%;
}

.landing__brand {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--landing-gold-bright);
  margin-bottom: 0.85rem;
}

.landing__hero-title {
  font-size: clamp(2.35rem, 5.2vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1rem;
  max-width: 16ch;
}

.landing__hero-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  max-width: 32rem;
  margin-bottom: 1.25rem;
}

.landing__module-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  max-width: 36rem;
}

.landing__module-chips li {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(230, 188, 58, 0.28);
}

.landing__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.landing__hero-aside {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.landing__hero-aside a {
  color: var(--landing-gold-bright);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.landing__hero-aside a:hover {
  color: #fff;
}

.landing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9375rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

button.landing__btn {
  appearance: none;
  font-family: inherit;
}

.landing__btn:hover {
  transform: translateY(-2px);
}

.landing__btn--gold {
  background: linear-gradient(180deg, var(--landing-gold-bright), var(--landing-gold));
  color: var(--landing-forest-deep) !important;
  box-shadow: 0 0.75rem 1.75rem rgba(201, 162, 39, 0.35);
}

.landing__btn--gold:hover {
  box-shadow: 0 1rem 2rem rgba(201, 162, 39, 0.45);
  color: var(--landing-forest-deep) !important;
}

.landing__btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff !important;
}

.landing__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff !important;
}

.landing__btn--outline {
  background: transparent;
  border-color: rgba(11, 74, 40, 0.25);
  color: var(--landing-forest) !important;
}

.landing__btn--outline:hover {
  border-color: var(--landing-forest);
  background: var(--landing-gold-soft);
  color: var(--landing-forest-deep) !important;
}

.landing__btn--solid {
  background: var(--landing-forest);
  color: #fff !important;
  box-shadow: 0 0.65rem 1.5rem rgba(11, 74, 40, 0.28);
}

.landing__btn--solid:hover {
  background: var(--landing-forest-mid);
  color: #fff !important;
}

.landing__seal-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(86vw, 380px);
  height: min(86vw, 380px);
  margin-inline: auto;
}

.landing__hud {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.landing__hud-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.landing__hud-ring--outer {
  inset: 0;
  border: 2px solid transparent;
  border-top-color: var(--landing-gold-bright);
  border-right-color: rgba(230, 188, 58, 0.35);
  border-bottom-color: transparent;
  border-left-color: rgba(230, 188, 58, 0.55);
  animation: landing-servo-cw 4s steps(24) infinite;
}

.landing__hud-ring--mid {
  inset: 14px;
  border: 1.5px dashed rgba(255, 255, 255, 0.28);
  border-top-color: var(--landing-gold-bright);
  border-bottom-color: rgba(230, 188, 58, 0.45);
  animation: landing-servo-ccw 6s steps(18) infinite;
}

.landing__hud-ring--inner {
  inset: 28px;
  border: 1px solid rgba(230, 188, 58, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  animation: landing-lock-pulse 2.4s ease-in-out infinite;
}

.landing__hud-bracket {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border-color: var(--landing-gold-bright);
  border-style: solid;
  border-width: 0;
  opacity: 0.9;
  animation: landing-bracket-lock 3.6s ease-in-out infinite;
}

.landing__hud-bracket--tl {
  top: 8%;
  left: 8%;
  border-top-width: 2px;
  border-left-width: 2px;
}

.landing__hud-bracket--tr {
  top: 8%;
  right: 8%;
  border-top-width: 2px;
  border-right-width: 2px;
}

.landing__hud-bracket--bl {
  bottom: 8%;
  left: 8%;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.landing__hud-bracket--br {
  bottom: 8%;
  right: 8%;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.landing__hud-scan {
  position: absolute;
  left: 16%;
  right: 16%;
  height: 2px;
  top: 18%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(230, 188, 58, 0.15),
    var(--landing-gold-bright),
    rgba(230, 188, 58, 0.15),
    transparent
  );
  box-shadow: 0 0 12px rgba(230, 188, 58, 0.65);
  animation: landing-scan-sweep 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 2;
}

.landing__hud-tick {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--landing-gold-bright);
  box-shadow: 0 0 8px var(--landing-gold-bright);
  animation: landing-tick-blink 1.6s steps(1, end) infinite;
}

.landing__hud-tick--a {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.landing__hud-tick--b {
  bottom: 12%;
  right: 6%;
  animation-delay: 0.4s;
}

.landing__hud-tick--c {
  top: 42%;
  left: 2%;
  animation-delay: 0.9s;
}

.landing__hud-status {
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--landing-gold-bright);
  white-space: nowrap;
  opacity: 0.85;
  animation: landing-status-flicker 4s steps(2, end) infinite;
}

.landing__seal {
  width: min(62vw, 250px);
  height: auto;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1rem 1.75rem rgba(0, 0, 0, 0.4));
  animation: landing-target-lock 3.6s ease-in-out infinite;
}

/* ---- Entry lanes (Get Started) ---- */
.landing__lanes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.landing__lane {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.65rem 1.5rem 1.5rem;
  border-radius: var(--landing-radius);
  background: var(--landing-paper);
  border: 1px solid rgba(12, 26, 18, 0.08);
  box-shadow: 0 0.45rem 1.15rem rgba(12, 26, 18, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.landing__lane:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 74, 40, 0.16);
  box-shadow: 0 0.85rem 1.75rem rgba(12, 26, 18, 0.08);
}

.landing__lane--portal {
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 55%);
  border-color: rgba(11, 74, 40, 0.14);
  box-shadow:
    inset 0 3px 0 0 var(--landing-gold),
    0 0.45rem 1.15rem rgba(12, 26, 18, 0.04);
}

.landing__lane-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--landing-forest);
  background: linear-gradient(160deg, rgba(201, 162, 39, 0.18), rgba(11, 74, 40, 0.08));
  border: 1px solid rgba(11, 74, 40, 0.08);
}

.landing__lane-label {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--landing-gold);
}

.landing__lane h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--landing-ink);
  margin-bottom: 0.5rem;
}

.landing__lane p:not(.landing__lane-label) {
  color: var(--landing-muted);
  font-size: 0.925rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.landing__lane-btn {
  align-self: flex-start;
  padding: 0.65rem 1.2rem;
  font-size: 0.875rem;
}

.landing__lane-link {
  align-self: flex-start;
  margin-top: auto;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--landing-forest) !important;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}

.landing__lane-link:hover {
  color: var(--landing-gold) !important;
}

/* ---- Modules grid ---- */
.landing__modules {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.landing__module {
  background: var(--landing-paper);
  border: 1px solid rgba(12, 26, 18, 0.07);
  border-radius: var(--landing-radius-sm);
  padding: 1.4rem 1.25rem;
  height: 100%;
  box-shadow: 0 0.4rem 1rem rgba(12, 26, 18, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.landing__module::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--landing-forest), var(--landing-gold));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.landing__module:hover {
  transform: translateY(-5px);
  border-color: rgba(11, 74, 40, 0.18);
  box-shadow: 0 1rem 2rem rgba(12, 26, 18, 0.1);
}

.landing__module:hover::before {
  opacity: 1;
}

.landing__module-icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(201, 162, 39, 0.2), rgba(11, 74, 40, 0.1));
  color: var(--landing-forest);
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(11, 74, 40, 0.08);
}

.landing__module h3 {
  font-size: 0.975rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.landing__module p {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--landing-muted);
  margin-bottom: 0;
}

.landing__modules-cta {
  text-align: center;
  margin-top: 2rem;
}

/* ---- Steps ---- */
.landing__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  counter-reset: landing-step;
}

.landing__step {
  position: relative;
  padding: 1.85rem 1.6rem;
  border-radius: var(--landing-radius);
  background: var(--landing-paper);
  border: 1px solid rgba(12, 26, 18, 0.07);
  box-shadow: 0 0.55rem 1.35rem rgba(12, 26, 18, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing__step:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(12, 26, 18, 0.09);
}

.landing__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--landing-forest-deep);
  background: linear-gradient(180deg, var(--landing-gold-bright), var(--landing-gold));
  margin-bottom: 1rem;
  box-shadow: 0 0.4rem 0.9rem rgba(201, 162, 39, 0.35);
}

.landing__step h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.landing__step p {
  font-size: 0.9375rem;
  color: var(--landing-muted);
  line-height: 1.55;
  margin-bottom: 0;
}

/* ---- Audience ---- */
.landing__audience {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.landing__person {
  text-align: center;
  padding: 1.85rem 1.25rem;
  border-radius: var(--landing-radius);
  background: var(--landing-paper);
  border: 1px solid rgba(12, 26, 18, 0.07);
  box-shadow: 0 0.45rem 1.1rem rgba(12, 26, 18, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing__person:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.4);
  box-shadow: 0 0.95rem 1.75rem rgba(12, 26, 18, 0.08);
}

.landing__person-icon {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, var(--landing-forest), var(--landing-forest-deep));
  color: var(--landing-gold-bright);
  font-size: 1.35rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.55rem 1.1rem rgba(11, 74, 40, 0.28);
}

.landing__person h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.landing__person p {
  font-size: 0.8125rem;
  color: var(--landing-muted);
  line-height: 1.5;
  margin-bottom: 0;
}

/* ---- FAQ ---- */
.landing__faq .accordion-item {
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius-sm) !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: var(--landing-paper);
}

.landing__faq .accordion-button {
  font-weight: 700;
  font-size: 0.975rem;
  color: var(--landing-ink);
  background: var(--landing-paper);
  box-shadow: none !important;
  padding: 1.1rem 1.25rem;
}

.landing__faq .accordion-button:not(.collapsed) {
  color: var(--landing-forest);
  background: var(--landing-mist);
}

.landing__faq .accordion-button::after {
  filter: none;
}

.landing__faq .accordion-body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--landing-muted);
  padding: 0 1.25rem 1.2rem;
  background: var(--landing-mist);
}

/* ---- CTA band ---- */
.landing__cta {
  margin: 0 clamp(1rem, 4vw, 2rem) clamp(2rem, 5vw, 3.5rem);
  border-radius: calc(var(--landing-radius) + 0.35rem);
  background:
    radial-gradient(ellipse 55% 70% at 95% 10%, rgba(230, 188, 58, 0.28), transparent 55%),
    radial-gradient(ellipse 40% 55% at 5% 90%, rgba(15, 92, 51, 0.65), transparent 50%),
    linear-gradient(135deg, var(--landing-forest-deep), var(--landing-forest-mid));
  padding: clamp(2.75rem, 5.5vw, 4.25rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.landing__cta-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(230, 188, 58, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 188, 58, 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 45%, #000 15%, transparent 75%);
  pointer-events: none;
  opacity: 0.7;
}

.landing__cta > *:not(.landing__cta-grid) {
  position: relative;
  z-index: 1;
}

.landing__cta .landing__brand {
  color: var(--landing-gold-bright);
  margin-bottom: 0.85rem;
}

.landing__cta h2 {
  color: #fff !important;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 1rem;
  max-width: 22ch;
  margin-inline: auto;
}

.landing__cta p:not(.landing__brand) {
  color: rgba(255, 255, 255, 0.86);
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: 1.85rem;
  font-size: clamp(1.02rem, 1.4vw, 1.125rem);
  line-height: 1.6;
}

.landing__cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ---- Motion ---- */
@keyframes landing-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 36px 24px, -28px 18px; }
}

@keyframes landing-hud-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.95; }
}

@keyframes landing-servo-cw {
  to { transform: rotate(360deg); }
}

@keyframes landing-servo-ccw {
  to { transform: rotate(-360deg); }
}

@keyframes landing-lock-pulse {
  0%, 100% { opacity: 0.45; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06); }
  50% { opacity: 1; box-shadow: inset 0 0 0 1px rgba(230, 188, 58, 0.35); }
}

@keyframes landing-bracket-lock {
  0%, 100% { transform: scale(1); opacity: 0.75; }
  40% { transform: scale(0.92); opacity: 1; }
  55% { transform: scale(1.04); opacity: 1; }
  70% { transform: scale(1); opacity: 0.9; }
}

@keyframes landing-scan-sweep {
  0% { top: 16%; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { top: 78%; opacity: 0; }
}

@keyframes landing-tick-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.15; }
}

@keyframes landing-status-flicker {
  0%, 92%, 100% { opacity: 0.85; }
  94% { opacity: 0.25; }
  96% { opacity: 0.9; }
}

@keyframes landing-target-lock {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 1rem 1.75rem rgba(0, 0, 0, 0.4)); }
  45% { transform: scale(1); }
  50% { transform: scale(1.03); filter: drop-shadow(0 0 1.25rem rgba(230, 188, 58, 0.45)); }
  58% { transform: scale(1); filter: drop-shadow(0 1rem 1.75rem rgba(0, 0, 0, 0.4)); }
}

@media (prefers-reduced-motion: reduce) {
  .landing__hero-glow,
  .landing__hero-grid,
  .landing__hud-ring,
  .landing__hud-bracket,
  .landing__hud-scan,
  .landing__hud-tick,
  .landing__hud-status,
  .landing__seal {
    animation: none !important;
  }

  .landing__lane:hover,
  .landing__module:hover,
  .landing__step:hover,
  .landing__person:hover,
  .landing__btn:hover {
    transform: none;
  }
}

/* ---- Responsive ---- */
@media (max-width: 1199.98px) {
  .landing__modules {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .landing__lanes,
  .landing__steps {
    grid-template-columns: 1fr;
  }

  .landing__audience {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing__hero-title {
    max-width: none;
  }

  .landing__hero-glow {
    display: none;
  }

  .landing__seal-wrap {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .landing__modules,
  .landing__audience {
    grid-template-columns: 1fr;
  }

  .landing__cta {
    margin-inline: 0.75rem;
    border-radius: var(--landing-radius);
  }
}

/* =============================================================================
   Multi-page footer
   ============================================================================= */

.site-footer {
  --landing-gold: #c9a227;
  --landing-gold-bright: #e6bc3a;
  --landing-muted-on-dark: rgba(255, 255, 255, 0.72);
  background: #121212;
  color: #fff;
  margin-top: auto;
}

.site-footer__main {
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none !important;
  color: #fff !important;
  margin-bottom: 1.15rem;
}

.site-footer__logo {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(230, 188, 58, 0.35);
}

.site-footer__brand strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.site-footer__brand small {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--landing-gold-bright);
  margin-top: 0.15rem;
}

.site-footer__about {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--landing-muted-on-dark);
  max-width: 28rem;
  margin-bottom: 0;
}

.site-footer__heading {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--landing-gold-bright);
  margin-bottom: 1rem;
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none !important;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.site-footer__links a:hover {
  color: var(--landing-gold-bright) !important;
  padding-left: 0.25rem;
}

.site-footer__note {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a0a0a;
}

.site-footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-block: 1.1rem;
}

.site-footer__copy,
.site-footer__tagline {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer__copy a {
  color: var(--landing-gold-bright) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.site-footer__copy a:hover {
  text-decoration: underline !important;
}

.site-footer__tagline {
  letter-spacing: 0.02em;
}

@media (max-width: 767.98px) {
  .site-footer__bar-inner {
    flex-direction: column;
    text-align: center;
  }
}

.bg-blur-circle-primary {
    position: absolute;
    top: -100px;
    right: -50px;
    width: 400px;
    height: 400px;
    background: rgba(13, 110, 253, 0.08);
    filter: blur(80px);
    border-radius: 50%;
    z-index: 0;
}

.bg-blur-circle-secondary {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: rgba(102, 16, 242, 0.05);
    filter: blur(80px);
    border-radius: 50%;
    z-index: 0;
}

.floating-ui {
    animation: float 6s ease-in-out infinite;
    border: 8px solid rgba(255,255,255,0.8);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Modernized Cards */
.feature-card {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
    }

.feature-icon-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

/* CTA Banner utilizing Organization Colors */
.cta-banner {
    background: #1e1e1e; /* Based on requested sidebar color */
    background: linear-gradient(135deg, #1e1e1e 0%, #2d2d2d 100%);
}

.bg-primary-transparent {
    background-color: rgba(13, 110, 253, 0.1);
}

.bg-success-transparent {
    background-color: rgba(25, 135, 84, 0.1);
}

.bg-orange-transparent {
    background-color: rgba(253, 126, 20, 0.1);
}

.text-orange {
    color: #fd7e14;
}

/* Error / access-denied and other simple action rows (landing layout). */
.portal-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--portal-space-3, 0.75rem);
    margin-top: var(--portal-space-5, 1.25rem);
}

/* Home (#modules): equal-height cards + CSS-only slide-in + hover shadow (no JS) */
#modules .modules-grid > [class*="col-"].d-flex {
    min-height: 0;
}

@keyframes landing-module-in-left {
    from {
        opacity: 0;
        transform: translateX(-1.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes landing-module-in-right {
    from {
        opacity: 0;
        transform: translateX(1.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#modules .landing-missions {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.06);
}

#modules .landing-missions:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.12) !important;
}

#modules .modules-grid > [class*="col-"]:nth-child(1) .landing-missions,
#modules .modules-grid > [class*="col-"]:nth-child(3) .landing-missions {
    animation: landing-module-in-left 0.55s ease-out both;
}

#modules .modules-grid > [class*="col-"]:nth-child(2) .landing-missions,
#modules .modules-grid > [class*="col-"]:nth-child(4) .landing-missions {
    animation: landing-module-in-right 0.55s ease-out both;
}

#modules .modules-grid > [class*="col-"]:nth-child(1) .landing-missions {
    animation-delay: 0.04s;
}

#modules .modules-grid > [class*="col-"]:nth-child(2) .landing-missions {
    animation-delay: 0.1s;
}

#modules .modules-grid > [class*="col-"]:nth-child(3) .landing-missions {
    animation-delay: 0.16s;
}

#modules .modules-grid > [class*="col-"]:nth-child(4) .landing-missions {
    animation-delay: 0.22s;
}

/* Home (#how-it-works): numbered steps, dot-grid intro, dashed connector (YNEX / THEME.md tokens) */
.how-it-works-journey .how-it-works-intro {
    position: relative;
    padding: 1.75rem 1.5rem;
    border-radius: var(--bs-border-radius, 0.375rem);
}

.how-it-works-journey .how-it-works-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: radial-gradient(circle at 1px 1px, rgba(var(--bs-body-color-rgb), 0.1) 1px, transparent 0);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 0;
}

.how-it-works-journey .how-it-works-intro > * {
    position: relative;
    z-index: 1;
}

.how-it-works-journey .how-it-num {
    width: 3rem;
    height: 3rem;
    font-size: 0.9375rem;
    font-variant-numeric: tabular-nums;
}

.how-it-works-journey .how-it-rail {
    height: 0;
    border-top: 2px dashed rgba(var(--bs-primary-rgb), 0.38);
    min-width: 1rem;
}

.how-it-works-journey .how-it-step-item:last-child .how-it-rail {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    #modules .landing-missions {
        animation: none !important;
        transition: box-shadow 0.2s ease !important;
    }

    #modules .landing-missions:hover {
        transform: none;
    }
}

/* Landing home: Popular courses (card pattern aligns with wwwroot/html/cards.html — custom-card + card-img-top) */
.popular-courses-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    letter-spacing: -0.02em;
}

.popular-courses-filters .popular-courses-filter-link {
    color: var(--bs-body-color);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.popular-courses-filters .popular-courses-filter-link:hover {
    color: var(--bs-primary);
}

.popular-courses-filters .popular-courses-filter-link.active {
    border-bottom-color: currentColor;
    font-weight: 600;
}

.popular-course-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.popular-course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1) !important;
}

.popular-course-thumb {
    background: var(--bs-tertiary-bg, #f1f5f9);
}

.popular-course-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.popular-course-rating .text-warning {
    font-size: 0.95rem;
    letter-spacing: -0.05em;
}

@media (prefers-reduced-motion: reduce) {
    .popular-course-card {
        transition: box-shadow 0.2s ease;
    }

    .popular-course-card:hover {
        transform: none;
    }
}

/* Home landing hero — Workable-style banner; uses theme tokens (--primary-rgb, Bootstrap utilities). */

.multi-page-main .landing-banner.landing-hero-modern {
  background-image: none;
  background-color: rgb(var(--primary-rgb));
}

.multi-page-main .landing-banner.landing-hero-modern::before {
  background: linear-gradient(
    160deg,
    rgba(var(--primary-rgb), 0.9) 0%,
    rgba(var(--primary-rgb), 1) 50%,
    rgba(0, 0, 0, 0.12) 100%
  );
  pointer-events: none;
}

.multi-page-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.multi-page-main {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow-x: clip;
}

.landing-hero-modern__section {
  z-index: 1;
}

.landing-hero-modern__content {
  position: relative;
  z-index: 2;
}

.landing-hero-modern__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.landing-hero-modern__dots span {
  position: absolute;
  border-radius: 50%;
  opacity: 0.9;
}

.landing-hero-modern__dots .dot-1 {
  width: 12px;
  height: 12px;
  background: rgb(var(--warning-rgb));
  top: 18%;
  left: 8%;
}

.landing-hero-modern__dots .dot-2 {
  width: 10px;
  height: 10px;
  background: rgb(var(--orange-rgb));
  top: 62%;
  left: 4%;
}

.landing-hero-modern__dots .dot-3 {
  width: 14px;
  height: 14px;
  background: rgb(var(--info-rgb));
  bottom: 22%;
  left: 12%;
}

.landing-hero-modern__dots .dot-4 {
  width: 9px;
  height: 9px;
  background: rgb(var(--secondary-rgb));
  top: 28%;
  right: 6%;
}

.landing-hero-modern__dots .dot-5 {
  width: 11px;
  height: 11px;
  background: rgb(var(--teal-rgb));
  bottom: 35%;
  right: 10%;
}

.landing-hero-modern__triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 72px 72px;
  border-color: transparent transparent rgba(var(--purple-rgb), 0.55) transparent;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.landing-hero-modern__title {
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.12);
}

.landing-hero-modern__sub {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  max-width: 36rem;
}

.landing-hero-play {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
}

.landing-hero-play:hover {
  color: #fff;
  opacity: 0.92;
}

.landing-hero-play__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.landing-hero-cta-or {
  font-size: 0.8125rem;
  opacity: 0.85;
}

.landing-hero-blob {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 420px;
}

.landing-hero-blob__shape {
  border-radius: 58% 42% 48% 52% / 52% 48% 52% 48%;
  background: #fff;
  padding: clamp(1rem, 3vw, 1.5rem);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.12);
}

.landing-hero-illustration {
  border-radius: 48% 52% 42% 58% / 45% 55% 45% 55%;
  overflow: hidden;
  line-height: 0;
  background: rgba(var(--light-rgb), 0.65);
}

.landing-hero-illustration__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .landing-hero-blob {
    max-width: 360px;
  }

  .landing-hero-modern__triangle {
    opacity: 0.6;
  }
}

/* Service Portal — core capabilities, records, workflows, schedules, and processing. */

.landing-pillars-section__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.landing-pillars-section .container {
  z-index: 1;
}

.landing-pillars-section__shape--triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5rem 5rem 0;
  border-color: transparent rgba(var(--primary-rgb), 0.2) transparent transparent;
}

.landing-pillars-section__shape--dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.landing-pillars-section__shape--dot-orange {
  background: rgb(var(--orange-rgb));
  top: 42%;
  left: 6%;
  opacity: 0.85;
}

.landing-pillars-section__shape--dot-purple {
  background: rgb(var(--purple-rgb));
  bottom: 18%;
  right: 8%;
  opacity: 0.75;
}

.landing-pillars-section__shape--diamond {
  position: absolute;
  width: 9px;
  height: 9px;
  background: rgb(var(--success-rgb));
  opacity: 0.65;
  top: 28%;
  right: 18%;
  transform: rotate(45deg);
}

/* card-img-top pattern (see wwwroot/html/cards.html) — contained, centered artwork */
.landing-pillar-card .card-img-top.landing-pillar-card__img {
  width: 100%;
  max-height: 13.5rem;
  min-height: 8rem;
  object-fit: contain;
  object-position: center;
  background-color: #fff;
}

.landing-pillar-card__cta:hover {
  opacity: 0.85;
}

.multi-page-navbar {
  border-radius: 0;
  margin: 0;
  min-height: auto;
  padding-block: 0.54rem;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.multi-page-navbar > .container-xl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  min-height: 3rem;
}

.multi-page-navbar__brand-toggle {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.multi-page-navbar .navbar-brand {
  align-items: center;
  display: flex;
  margin-inline-end: 0;
  line-height: 1;
  padding-block: 0;
}

.multi-page-navbar .navbar-brand img {
  display: block;
  height: 2rem;
  object-fit: contain;
  width: auto;
}

.multi-page-navbar .navbar-nav .nav-link {
  line-height: 1.25;
  padding-block: 0.65rem;
}

.multi-page-navbar .navbar-nav .nav-link:hover,
.multi-page-navbar .navbar-nav .nav-link:focus,
.multi-page-navbar .navbar-nav .nav-link.active {
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
}

.multi-page-navbar.bg-white .navbar-nav .nav-link:hover,
.multi-page-navbar.bg-white .navbar-nav .nav-link:focus,
.multi-page-navbar.bg-white .navbar-nav .nav-link.active {
  background-color: var(--primary01);
  color: var(--primary-color);
}

.multi-page-navbar .dropdown-toggle {
  background: transparent;
  border: 0;
}

.multi-page-navbar__actions {
  align-items: center;
  display: flex;
  margin-inline-start: auto;
}

.multi-page-navbar .dropdown-item.active {
  color: var(--primary-color);
}

.multi-page-navbar .dropdown-menu {
  background-color: var(--custom-white);
}

.multi-page-navbar .dropdown-item.active,
.multi-page-navbar .dropdown-item:active {
  background-color: var(--primary01) !important;
  color: var(--primary-color);
}

@media (min-width: 992px) {
  .multi-page-navbar__collapse {
    flex: 1 1 auto;
  }
}

@media (max-width: 991.98px) {
  .multi-page-navbar {
    padding-block: 0;
  }

  .multi-page-navbar > .container-xl {
    flex-wrap: nowrap;
  }

  .multi-page-navbar__collapse {
    background-color: var(--custom-white);
    border: 1px solid var(--default-border);
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.25rem var(--black-1);
    inset-inline: 0.75rem;
    padding: 0.5rem;
    position: absolute;
    top: calc(100% + 0.35rem);
    z-index: 1031;
  }

  .multi-page-navbar__collapse.show,
  .multi-page-navbar__collapse.collapsing {
    margin-block-start: 0;
  }

  .multi-page-navbar .navbar-nav {
    gap: 0.25rem;
  }

  .multi-page-navbar .navbar-nav .nav-link {
    border-radius: 0.5rem;
    padding: 0.75rem;
  }

  .multi-page-navbar__actions .btn {
    padding: 0.55rem 0.85rem;
    white-space: nowrap;
  }

  .multi-page-navbar .dropdown-menu {
    border-color: var(--default-border);
    box-shadow: none;
    margin-block: 0.25rem 0.5rem;
    position: static !important;
    transform: none !important;
  }
}

@media (max-width: 1199.98px) {
  .landing-pillar-card {
    max-width: 26rem;
    margin-inline: auto;
  }
}


/* Admission — public apply + info */
:root {
  --adm: rgb(var(--primary-rgb));
  --a03: rgba(var(--primary-rgb), 0.03);
  --a06: rgba(var(--primary-rgb), 0.06);
  --a08: rgba(var(--primary-rgb), 0.08);
  --a10: rgba(var(--primary-rgb), 0.1);
  --a12: rgba(var(--primary-rgb), 0.12);
  --a14: rgba(var(--primary-rgb), 0.14);
  --a16: rgba(var(--primary-rgb), 0.16);
  --a18: rgba(var(--primary-rgb), 0.18);
  --a22: rgba(var(--primary-rgb), 0.22);
  --a28: rgba(var(--primary-rgb), 0.28);
  --a35: rgba(var(--primary-rgb), 0.35);
  --a75: rgba(var(--primary-rgb), 0.75);
  --a90: rgba(var(--primary-rgb), 0.9);
  --a94: rgba(var(--primary-rgb), 0.94);
  --adm-t: #2d4a36;
  --adm-td: #1a2e24;
  --adm-m: #6b7c73;
  --adm-mg: #7a8f82;
  --adm-l: #4a5c54;
  --adm-b: #e8f0eb;
  --adm-bs: #dde5e0;
  --adm-s: #f4faf6;
  --adm-sa: #f9fbfa;
  --adm-w: #fff;
}

/* Wave 10 — public apply wizard density */
.admission-apply-page .apply-wizard-step-progress {
  margin-bottom: 1.25rem;
}

.admission-apply-route { width: 100%; }
.admission-apply-route .apply-wizard-container { width: 100%; max-width: none; margin-inline: auto; padding-inline: clamp(1rem, 3vw, 2.5rem); }
.admission-step-icon { width: 3.25rem; height: 3.25rem; background: var(--a10); }
.multi-page-main .admission-apply-route { display: flex; flex-direction: column; min-height: calc(100vh - 4.5rem); }

/* Apply page — stronger text and control contrast (page chrome + wizard on /admissions/apply only) */
.admission-apply-page .admission-subpage-breadcrumb .breadcrumb-item a {
  color: rgb(var(--primary-rgb));
  font-weight: 600;
}
.admission-apply-page .admission-subpage-breadcrumb .breadcrumb-item.active {
  color: var(--default-text-color, #333335);
  font-weight: 600;
}
.admission-apply-page .admission-subpage-description {
  color: var(--default-text-color, #333335);
  opacity: 0.82;
}
.admission-apply-page .admission-subpage-highlight-desc {
  color: var(--default-text-color, #333335);
  opacity: 0.72;
}
.admission-apply-page .row.g-3 > .col-lg-4 .card.custom-card {
  border: none !important;
}

.admission-apply-page .admission-apply-wizard-shell.card.custom-card {
  background-color: var(--default-body-bg-color) !important;
  border: none !important;
  box-shadow: 0 0.25rem 1rem rgba(33, 37, 41, 0.08) !important;
  overflow: visible;
  padding: 1.25rem 1.5rem 1.5rem;
}

/* Apply wizard — body-bg shell, subtle elevation on step content cards only */
.admission-apply-page .admission-apply-wizard > .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 1rem;
  margin: 0;
}
.admission-apply-page .admission-apply-wizard .card.custom-card {
  border: none !important;
  margin-bottom: 0 !important;
}
.admission-apply-page .admission-apply-wizard > .row > .col-12:first-child .card.custom-card {
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}
.admission-apply-page .admission-apply-wizard > .row > .col-12:only-child .card.custom-card {
  background: #fff !important;
  box-shadow: 0 0.125rem 0.375rem rgba(33, 37, 41, 0.08) !important;
  border-radius: 0.5rem;
  overflow: visible;
}
.admission-apply-page .admission-apply-wizard > .row > .col-12:first-child .card-body {
  padding: 0 0 0.25rem;
  background: transparent;
}
.admission-apply-page .admission-apply-wizard form.col-12 > .row.g-3 {
  padding: 0;
  margin: 0;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.admission-apply-page .admission-apply-wizard form.col-12 > .row.g-3 > .col-12:not(:last-child) [class*="col-"] {
  min-width: 0;
}
.admission-apply-page .admission-apply-wizard form.col-12 > .row.g-3 > .col-12:not(:last-child) .card.custom-card {
  background: #fff !important;
  box-shadow: 0 0.125rem 0.375rem rgba(33, 37, 41, 0.08) !important;
  border-radius: 0.5rem;
  overflow: visible;
  width: 100%;
  max-width: 100%;
}
.admission-apply-page .admission-apply-wizard .card-body > .row.g-3 {
  max-width: 100%;
  margin-inline: 0;
}
.admission-apply-page .admission-apply-wizard .card-body > .row.g-3 > [class*="col-"] {
  min-width: 0;
}
.admission-apply-page .admission-apply-wizard .card-header {
  background-color: #fff !important;
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.2);
}
.admission-apply-page .admission-apply-wizard .card-header .card-title,
.admission-apply-page .admission-apply-wizard .card-header .text-muted {
  color: var(--default-text-color, #333335) !important;
  opacity: 0.85;
}
.admission-apply-page .admission-apply-wizard form.col-12 > .row.g-3 > .col-12:last-child .card.custom-card {
  border: none !important;
  border-top: 1px solid rgba(var(--primary-rgb), 0.2) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0.25rem 0 0 !important;
}
.admission-apply-page .admission-apply-wizard form.col-12 > .row.g-3 > .col-12:last-child .card-body {
  padding: 1rem 0 0;
}
@media (max-width: 575.98px) {
  .admission-apply-page .admission-apply-wizard-shell.card.custom-card {
    padding-inline: 1rem;
  }
}

.admission-apply-page .staff-wizard-step.is-pending .staff-wizard-step__label,
.admission-apply-page .staff-wizard-step.is-pending .staff-wizard-step__num {
  color: #5b6b63;
}
.admission-apply-page .staff-wizard-step__label {
  color: var(--default-text-color, #333335);
  opacity: 0.78;
}
.admission-apply-page .staff-wizard-step.is-active .staff-wizard-step__label {
  color: rgb(var(--primary-rgb));
  opacity: 1;
}
.admission-apply-page .card-body .text-muted.fs-12 {
  color: var(--default-text-color, #333335) !important;
  opacity: 0.78;
}
.admission-apply-page .btn-outline-secondary {
  --bs-btn-color: var(--default-text-color, #333335);
  --bs-btn-border-color: var(--default-border, #c5cdd3);
  --bs-btn-hover-color: rgb(var(--primary-rgb));
  --bs-btn-hover-border-color: rgb(var(--primary-rgb));
  --bs-btn-hover-bg: rgba(var(--primary-rgb), 0.06);
}
.admission-apply-page .form-control::placeholder,
.admission-apply-page .form-select {
  color: var(--default-text-color, #333335);
}
.admission-apply-page .form-control::placeholder {
  opacity: 0.55;
}

.application-lookup {
  background: var(--adm-w); border: 1px solid var(--a22); border-radius: 1rem; padding: 1.25rem 1.5rem;
  box-shadow: 0 0.35rem 1.25rem var(--a06);
}
.application-lookup--full-width {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: none;
  width: 100%;
  margin-inline: 0;
}
.admission-hero .application-lookup { background: rgba(255, 255, 255, 0.97); max-width: 36rem; }
.application-lookup__search .form-control { border-color: var(--a22); }
.application-lookup__search .form-control:focus { border-color: var(--adm); box-shadow: 0 0 0 0.2rem var(--a16); }
.application-id-badge {
  display: inline-block; padding: 0.65rem 1rem; border: 1px dashed var(--a35); border-radius: 0.65rem;
  background: var(--a08); color: var(--adm);
  font: 700 1.1rem/1.35 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; letter-spacing: 0.04em;
}

.apply-wizard-page {
  background: linear-gradient(180deg, #e8f3ec 0%, var(--adm-s) 40%, var(--adm-w) 100%);
  min-height: calc(100vh - 4.5rem); flex: 1 1 auto; padding-top: clamp(1.5rem, 4vw, 2.75rem);
}
.apply-wizard-page .apply-wizard-shell,
.apply-wizard-page .application-lookup { max-width: none; }
.apply-wizard-page .apply-wizard-shell { margin-top: 0; position: relative; z-index: 2; width: 100%; border-radius: 1rem; }
.apply-wizard-page .application-lookup { max-width: 42rem; margin-inline: auto; margin-bottom: 1.5rem; }
@media (min-width: 992px) { .apply-wizard-page .application-lookup { margin-bottom: 2rem; } }
.apply-wizard { --ag: var(--adm); --ags: var(--a08); --agb: var(--a22); }
.apply-wizard-shell {
  background: var(--adm-w); border: 1px solid var(--a10); border-radius: 1rem; overflow: hidden;
  box-shadow: 0 1rem 2.5rem var(--a10), 0 0.25rem 0.75rem rgba(0, 0, 0, 0.04);
}
.apply-wizard-header { background: linear-gradient(135deg, var(--ag) 0%, var(--a94) 100%); color: var(--adm-w); padding: 1.15rem 1.5rem; }
.apply-wizard-header__eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.88; }
.apply-wizard-header__title { font-size: 1.35rem; font-weight: 700; line-height: 1.25; }
.apply-wizard-progress { background: var(--adm-w); padding: 1.15rem 1.5rem 1rem; border-bottom: 1px solid var(--adm-b); }
.apply-wizard-progress__meta {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1rem;
  margin-bottom: 1rem; padding: 0.7rem 0.9rem; background: var(--adm-s); border: 1px solid #e3ece6; border-radius: 0.65rem;
}
.apply-wizard-progress__count { font-size: 0.88rem; font-weight: 600; color: var(--adm-t); }
.apply-wizard-progress__count strong { color: var(--ag); }
.apply-wizard-progress__hint { font-size: 0.82rem; color: var(--adm-m); line-height: 1.4; flex: 1 1 14rem; }
.apply-wizard-steps-wrap { position: relative; }
.apply-wizard-steps__track {
  position: absolute; inset: calc(0.3rem + 0.85rem + 1.075rem - 1px) 10% auto 10%; height: 2px;
  background: var(--adm-bs); border-radius: 2px; overflow: hidden; z-index: 0; pointer-events: none;
}
.apply-wizard-steps__track::after {
  content: ""; display: block; height: 100%; width: var(--apply-wizard-track, 0%); background: var(--ag);
  border-radius: 2px; transition: width 0.45s ease;
}
.apply-wizard-steps { display: flex; gap: 0; list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.apply-wizard-step {
  flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center;
  position: relative; min-width: 0; padding: 0 0.2rem 0.5rem;
}
.apply-wizard-step__bar { display: block; width: 100%; height: 0.3rem; margin-bottom: 0.85rem; border-radius: 2px; background: transparent; }
.apply-wizard-step.is-active .apply-wizard-step__bar { background: var(--ag); }
.apply-wizard-step__circle {
  width: 2.15rem; height: 2.15rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.82rem; font-weight: 700; border: 2px solid #e3ebe6; background: var(--adm-w); color: #8a9a92;
  position: relative; z-index: 1; overflow: hidden;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.apply-wizard-step__fill {
  position: absolute; inset: 0; border-radius: 50%; background: var(--ag); transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.apply-wizard-step__fill.is-filled { transform: scale(1); }
.apply-wizard-step__num { position: relative; z-index: 1; line-height: 1; transition: color 0.25s ease; }
.apply-wizard-step.is-pending .apply-wizard-step__num { color: #8a9a92; }
.apply-wizard-step.is-active .apply-wizard-step__circle { border-color: var(--ag); transform: scale(1.08); box-shadow: 0 0.2rem 0.65rem var(--a28); }
.apply-wizard-step.is-active .apply-wizard-step__num,
.apply-wizard-step.is-done .apply-wizard-step__num { color: var(--adm-w); }
.apply-wizard-step.is-done .apply-wizard-step__circle { border-color: var(--ag); }
.apply-wizard-step__label { margin-top: 0.55rem; font-size: 0.7rem; font-weight: 600; color: #9aa89f; line-height: 1.3; max-width: 6.75rem; }
.apply-wizard-step.is-active .apply-wizard-step__label { color: var(--ag); font-weight: 700; }
.apply-wizard-step.is-done .apply-wizard-step__label { color: var(--adm-mg); }

.apply-wizard-body { padding: 1.35rem 1.5rem 0; background: var(--adm-w); }
.apply-wizard-panel {
  background: linear-gradient(180deg, #f0f9f3 0%, #f7fbf8 100%); border: 1px solid var(--a12);
  border-radius: 0.85rem; padding: 1.2rem 1.3rem 1.3rem;
}
.apply-wizard-panel__title {
  display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1.1rem; padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--a10);
}
.apply-wizard-panel__icon {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 2.35rem; height: 2.35rem; border-radius: 0.65rem; background: var(--a12); color: var(--ag);
}
.apply-wizard-panel__icon i { font-size: 1.15rem; }
.apply-wizard-panel__name { font-size: 0.98rem; font-weight: 700; color: var(--ag); line-height: 1.3; }
.apply-wizard-panel__hint { margin-top: 0.2rem; font-size: 0.8rem; font-weight: 500; color: var(--adm-m); line-height: 1.45; }
.apply-wizard .form-label { font-size: 0.8rem; font-weight: 600; color: var(--adm-l); margin-bottom: 0.35rem; }
.apply-wizard .form-control,
.apply-wizard .form-select {
  border-color: #d8e2dc; border-radius: 0.5rem; background: var(--adm-w); font-size: 0.9rem; min-height: 2.65rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.apply-wizard .form-control:focus,
.apply-wizard .form-select:focus { border-color: var(--ag); box-shadow: 0 0 0 0.15rem var(--a12); }
.apply-wizard .form-control-sm,
.apply-wizard .form-select-sm { border-radius: 0.4rem; }
.apply-wizard-subsection { background: var(--adm-w); border: 1px solid var(--agb); border-radius: 0.65rem; padding: 1rem; margin-bottom: 0.75rem; }
.apply-wizard-subsection__title { font-size: 0.82rem; font-weight: 700; color: var(--ag); margin-bottom: 0.75rem; }
.apply-wizard-review { background: var(--adm-w); border: 1px solid var(--adm-bs); border-radius: 0.5rem; padding: 1rem 1.1rem; margin-bottom: 0.75rem; }
.apply-wizard-review__title {
  font-size: 0.9rem; font-weight: 700; color: var(--ag); margin-bottom: 0.75rem; padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--a10);
}
.apply-wizard-review dt { color: #7a8a82; font-weight: 500; font-size: 0.84rem; }
.apply-wizard-review dd { color: var(--adm-td); font-weight: 600; font-size: 0.84rem; }
.apply-wizard-alert { background: var(--ags); border: 1px solid var(--agb); color: var(--adm-t); border-radius: 0.65rem; }
.apply-wizard-footer {
  margin: 1.35rem -1.5rem 0; padding: 1.1rem 1.5rem 1.35rem; border-top: 1px solid var(--adm-b); background: var(--adm-sa);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
}
.apply-wizard-footer__start { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1rem; flex: 1 1 16rem; }
.apply-wizard-footer__guide { font-size: 0.8rem; color: var(--adm-m); line-height: 1.4; max-width: 22rem; }
.apply-wizard-footer__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-left: auto; }
.apply-wizard-btn-primary {
  background: var(--ag); border: 1px solid var(--ag); color: var(--adm-w); font-weight: 600;
  border-radius: 0.5rem; padding: 0.55rem 1.35rem; transition: background-color 0.15s ease, transform 0.15s ease;
}
.apply-wizard-btn-primary:hover,
.apply-wizard-btn-primary:focus { background: var(--a90); border-color: var(--a90); color: var(--adm-w); }
.apply-wizard-btn-outline {
  background: var(--adm-w); border: 1px solid var(--a35); color: var(--ag); font-weight: 600;
  border-radius: 0.4rem; padding: 0.5rem 1.15rem;
}
.apply-wizard-btn-outline:hover,
.apply-wizard-btn-outline:focus { background: var(--ags); border-color: var(--ag); color: var(--ag); }

.apply-wizard-dropzone {
  position: relative; text-align: center; background: #f8fbf9; border: 2px dashed var(--a28);
  border-radius: 0.85rem; padding: 1.75rem 1.25rem; transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.apply-wizard-dropzone.is-dragging { border-color: var(--adm); background: var(--a06); box-shadow: inset 0 0 0 1px var(--a12); }
.apply-wizard-dropzone.is-invalid { border-color: var(--bs-danger); }
.apply-wizard-dropzone.has-file { background: var(--adm-w); }
.apply-wizard-dropzone__input {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.apply-wizard-dropzone__icon { font-size: 2.5rem; color: var(--a75); margin-bottom: 0.75rem; }
.apply-wizard-dropzone__title { font-weight: 600; color: var(--adm-t); }
.apply-wizard-dropzone__preview { display: flex; justify-content: center; }
.apply-wizard-upload__image {
  width: 8rem; height: 8rem; object-fit: cover; border-radius: 0.75rem; border: 2px solid var(--a18);
  box-shadow: 0 0.35rem 1rem var(--a08);
}
.apply-wizard-success { text-align: center; padding: 2.5rem 1.5rem; }
.apply-wizard-success__icon {
  width: 4.5rem; height: 4.5rem; margin: 0 auto 1.25rem; border-radius: 50%;
  background: var(--ags); border: 2px solid var(--agb); display: flex; align-items: center; justify-content: center;
  font-size: 2.25rem; color: var(--ag);
}
.apply-wizard-success__card {
  max-width: 32rem; margin: 0 auto 1.5rem; background: var(--adm-w); border: 1px solid var(--agb);
  border-radius: 0.85rem; padding: 1.25rem 1.5rem; text-align: left; color: var(--adm-t);
}

.admission-section-header { margin-bottom: 1.5rem; }
.admission-section-header.mb-0 { margin-bottom: 0 !important; }
.admission-section-header__eyebrow { font-size: 0.75rem; font-weight: 600; color: var(--adm); margin-bottom: 0.5rem; }
.admission-section-header__title { font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 700; line-height: 1.2; color: var(--default-text-color, #333335); }
.admission-section-header__description { font-size: 0.95rem; color: var(--text-muted, #6b7c73); line-height: 1.55; max-width: 40rem; }

/* Public application status results */
.application-status-results .application-status-card,
.application-status-dashboard .application-status-card {
  background: var(--adm-w, #fff);
  border: 1px solid var(--adm-bs, #e8ece9);
  border-radius: 0.75rem;
  box-shadow: 0 0.15rem 0.65rem rgba(15, 23, 42, 0.04);
  overflow: hidden;
}
.application-status-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid var(--adm-bs, #e8ece9);
  background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.03) 0%, transparent 100%);
}
.application-status-card__title-wrap {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}
.application-status-card__accent {
  width: 0.2rem;
  height: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(var(--primary-rgb)) 0%, rgba(var(--warning-rgb), 0.9) 100%);
  flex-shrink: 0;
}
.application-status-card__title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ag, rgb(var(--primary-rgb)));
}
.application-status-card__badge .badge {
  font-size: 0.72rem;
  font-weight: 600;
}
.application-status-card__body {
  padding: 1rem 1.1rem 1.1rem;
}
.application-status-card__field {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  align-items: start;
  gap: 0.25rem 1rem;
  font-size: 0.84rem;
}
.application-status-card__field-label {
  color: var(--adm-m, #7a8a82);
}
.application-status-card__field-value {
  color: var(--adm-td, #2f3b36);
  font-weight: 600;
  text-align: left;
}
@media (max-width: 575.98px) {
  .application-status-card__field {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}
.application-status-card__footer {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--adm-bs, #e8ece9);
}
.application-found-card__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ag, rgb(var(--primary-rgb)));
}

.application-recent-activity-panel {
  border-top: 1px solid var(--adm-bs, #e8ece9);
  padding-top: 1rem;
}
.application-recent-activity-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.application-recent-activity-panel__title {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--adm-td, #2f3b36);
}
.application-recent-activity-panel__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgb(var(--primary-rgb));
}
.application-recent-activity-panel__toggle:hover,
.application-recent-activity-panel__toggle:focus {
  color: rgba(var(--primary-rgb), 0.85);
}
.application-recent-activity-panel__scroll {
  max-height: 16rem;
  overflow-y: auto;
  padding-right: 0.15rem;
}

.application-recent-activity__item {
  position: relative;
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr) auto;
  gap: 0.65rem 0.75rem;
  align-items: start;
  padding-bottom: 1rem;
}
.application-recent-activity__item:not(.is-last)::after {
  content: "";
  position: absolute;
  left: 0.78rem;
  top: 1.35rem;
  bottom: 0;
  width: 1px;
  border-left: 1px dashed var(--adm-bs, #d8e2dc);
  transform: translateX(-50%);
}
.application-recent-activity__marker {
  position: relative;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.application-recent-activity__marker--success {
  background: rgba(var(--success-rgb), 0.12);
}
.application-recent-activity__marker--danger {
  background: rgba(var(--danger-rgb), 0.12);
}
.application-recent-activity__marker--warning {
  background: rgba(var(--warning-rgb), 0.14);
}
.application-recent-activity__marker--info {
  background: rgba(var(--info-rgb), 0.12);
}
.application-recent-activity__marker--primary {
  background: rgba(var(--primary-rgb), 0.12);
}
.application-recent-activity__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.application-recent-activity__marker--success .application-recent-activity__dot {
  background: rgb(var(--success-rgb));
}
.application-recent-activity__marker--danger .application-recent-activity__dot {
  background: rgb(var(--danger-rgb));
}
.application-recent-activity__marker--warning .application-recent-activity__dot {
  background: rgb(var(--warning-rgb));
}
.application-recent-activity__marker--info .application-recent-activity__dot {
  background: rgb(var(--info-rgb));
}
.application-recent-activity__marker--primary .application-recent-activity__dot {
  background: rgb(var(--primary-rgb));
}
.application-recent-activity__content {
  min-width: 0;
}
.application-recent-activity__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.2rem;
}
.application-recent-activity__title {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--adm-td, #2f3b36);
}
.application-recent-activity__description {
  font-size: 0.78rem;
  color: var(--adm-m, #7a8a82);
  line-height: 1.45;
}
.application-recent-activity__time {
  font-size: 0.74rem;
  color: var(--adm-m, #9aa8a1);
  white-space: nowrap;
  padding-top: 0.1rem;
}

@media (max-width: 991.98px) {
  .apply-wizard-step__label { font-size: 0.6rem; max-width: 4.25rem; }
}
@media (max-width: 575.98px) {
  .apply-wizard-progress,
  .apply-wizard-body { padding-inline: 1rem; }
  .apply-wizard-footer { margin-inline: -1rem; padding-inline: 1rem; }
  .apply-wizard-progress__meta { flex-direction: column; align-items: flex-start; }
  .apply-wizard-step__label { font-size: 0.58rem; max-width: 3.75rem; }
  .apply-wizard-header__title { font-size: 1.15rem; }
  .apply-wizard-footer__actions { width: 100%; }
  .apply-wizard-footer__actions .btn { flex: 1 1 auto; }
}

/* Shared application wizard step progress (admin layout on public apply + staff create) */
.staff-wizard-steps-wrap { position: relative; }
.staff-wizard-steps__track {
  position: absolute;
  inset: calc(2.15rem / 2 - 1px) 10% auto 10%;
  height: 2px;
  background: var(--default-border, #e9ecef);
  border-radius: 2px;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.staff-wizard-steps__track::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--staff-wizard-track, 0%);
  background: rgb(var(--primary-rgb));
  border-radius: 2px;
  transition: width 0.45s ease;
}
.staff-wizard-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  min-width: 0;
  padding: 0 0.2rem 0.5rem;
}
.staff-wizard-step__circle {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  border: 2px solid var(--default-border, #e3ebe6);
  background: #fff;
  color: var(--text-muted, #8a9a92);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  line-height: 1;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.staff-wizard-step__fill {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(var(--primary-rgb));
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.staff-wizard-step__fill.is-filled { transform: scale(1); }
.staff-wizard-step__num { position: relative; z-index: 1; line-height: 1; transition: color 0.25s ease; }
.staff-wizard-step.is-pending .staff-wizard-step__num { color: var(--text-muted, #8a9a92); }
.staff-wizard-step.is-active .staff-wizard-step__circle {
  border-color: rgb(var(--primary-rgb));
  transform: scale(1.08);
  box-shadow: 0 0.2rem 0.65rem rgba(var(--primary-rgb), 0.28);
}
.staff-wizard-step.is-active .staff-wizard-step__num,
.staff-wizard-step.is-done .staff-wizard-step__num { color: #fff; }
.staff-wizard-step.is-done .staff-wizard-step__circle { border-color: rgb(var(--primary-rgb)); }
.staff-wizard-step__label {
  margin-top: 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-muted, #9aa89f);
  line-height: 1.3;
  max-width: 6.75rem;
  cursor: pointer;
}
.staff-wizard-step.is-active .staff-wizard-step__label { color: rgb(var(--primary-rgb)); font-weight: 700; }
.staff-wizard-step.is-done .staff-wizard-step__label { color: var(--default-text-color, #5b6b63); }
@media (max-width: 575.98px) {
  .staff-wizard-step__label { font-size: 0.58rem; max-width: 3.75rem; }
}
