/* ============================================================
   Hameed Urdu Academy — May/June 2027 conversion campaign
   Builds on the campaign foundation while keeping new modules scoped.
============================================================ */

.hua-may-june-campaign .hua-header__actions .hua-button {
  min-width: 122px;
}

.hua-mj .hua-intake-hero {
  min-height: 820px;
  background:
    radial-gradient(circle at 74% 34%, rgba(201, 162, 39, .19), transparent 35%),
    radial-gradient(circle at 12% 78%, rgba(34, 104, 168, .16), transparent 28%),
    linear-gradient(112deg, #031123 0%, #081c3a 53%, #10345f 100%);
}

.hua-mj .hua-intake-hero__grid {
  min-height: 820px;
}

.hua-mj .hua-intake-hero h1 {
  max-width: 850px;
  font-size: clamp(61px, 5.25vw, 86px);
  line-height: .91;
}

.hua-mj-urdu-hook {
  width: max-content;
  max-width: 100%;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .86);
  font-family: "Noto Naskh Arabic", serif;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 600;
  line-height: 1.55;
}

.hua-mj .hua-intake-code-card strong {
  color: var(--hua-white);
}

.hua-mj .hua-intake-session-card {
  width: 210px;
}

.hua-mj .hua-intake-session-card strong {
  font-size: 27px;
}

/* Problem framing */
.hua-mj-problem {
  background: var(--hua-white);
}

.hua-mj-problem .hua-section-heading h2,
.hua-mj-routes .hua-section-heading h2,
.hua-mj-stories .hua-section-heading h2 {
  max-width: 760px;
}

.hua-mj-problem__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  border: 1px solid var(--hua-border);
  background: var(--hua-border);
}

.hua-mj-problem__grid article {
  min-height: 280px;
  padding: clamp(28px, 3.4vw, 48px);
  background: var(--hua-white);
  transition: background .25s var(--hua-ease), transform .25s var(--hua-ease);
}

.hua-mj-problem__grid article:hover {
  position: relative;
  z-index: 1;
  background: var(--hua-ivory);
}

.hua-mj-problem__grid article > span {
  color: var(--hua-gold);
  font-family: var(--hua-serif);
  font-size: 25px;
}

.hua-mj-problem__grid h3 {
  margin: 54px 0 0;
  font-family: var(--hua-serif);
  font-size: clamp(29px, 2.6vw, 39px);
  font-weight: 600;
  line-height: 1;
}

.hua-mj-problem__grid p {
  margin: 16px 0 0;
  color: var(--hua-muted);
  font-size: 12px;
  line-height: 1.75;
}

/* Route checker */
.hua-mj-check {
  position: relative;
  scroll-margin-top: 86px;
  padding: clamp(95px, 10vw, 158px) 0;
  overflow: hidden;
  color: var(--hua-white);
  background:
    radial-gradient(circle at 7% 28%, rgba(201, 162, 39, .16), transparent 29%),
    radial-gradient(circle at 92% 82%, rgba(38, 106, 173, .18), transparent 31%),
    #05162e;
}

.hua-mj-check::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.hua-mj-check__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(500px, 1.25fr);
  align-items: start;
  gap: clamp(65px, 8vw, 124px);
}

.hua-mj-check__copy {
  position: sticky;
  top: 128px;
}

.hua-mj-check__copy h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--hua-serif);
  font-size: clamp(49px, 5.2vw, 75px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.04em;
}

.hua-mj-check__copy > p:not(.hua-eyebrow) {
  max-width: 55ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .65);
}

.hua-mj-check__copy > ul {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  list-style: none;
}

.hua-mj-check__copy > ul li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
}

.hua-mj-check__copy > ul strong {
  color: var(--hua-gold-light);
  font-weight: 600;
}

.hua-mj-check__assurance {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
}

.hua-mj-check__assurance > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(201, 162, 39, .14);
  color: var(--hua-gold-light);
}

.hua-mj-check__assurance p,
.hua-mj-check__assurance strong,
.hua-mj-check__assurance small {
  display: block;
  margin: 0;
}

.hua-mj-check__assurance strong {
  font-size: 11px;
}

.hua-mj-check__assurance small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
}

.hua-route-check {
  min-height: 650px;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 32px;
  background: rgba(255, 255, 255, .98);
  color: var(--hua-text);
  box-shadow: 0 36px 110px rgba(0, 0, 0, .32);
}

.hua-route-check__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.hua-route-check__header div > * {
  display: block;
}

.hua-route-check__header span {
  color: var(--hua-gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hua-route-check__header strong {
  margin-top: 5px;
  font-family: var(--hua-serif);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1;
}

.hua-route-check__header > small {
  margin-top: 5px;
  color: var(--hua-muted);
  font-size: 9px;
  white-space: nowrap;
}

.hua-route-check__progress {
  height: 4px;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--hua-border);
}

.hua-route-check__progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hua-gold), var(--hua-gold-light));
  transition: width .32s var(--hua-ease);
}

.hua-route-check__step {
  min-width: 0;
  margin: 0;
  padding: 38px 0 0;
  border: 0;
}

.hua-route-check__step[hidden] {
  display: none;
}

.hua-route-check__step legend {
  max-width: 650px;
  padding: 0;
  font-family: var(--hua-serif);
  font-size: clamp(32px, 3.7vw, 46px);
  font-weight: 600;
  line-height: 1;
}

.hua-route-check__hint {
  margin: 12px 0 0;
  color: var(--hua-muted);
  font-size: 11px;
}

.hua-route-check__choices {
  display: grid;
  gap: 11px;
  margin-top: 27px;
}

.hua-route-check__choices--two,
.hua-route-check__choices--skills {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hua-route-check__choices label {
  position: relative;
  cursor: pointer;
}

.hua-route-check__choices input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.hua-route-check__choices label > span {
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 17px 18px;
  border: 1px solid var(--hua-border);
  border-radius: 16px;
  background: var(--hua-ivory);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hua-route-check__choices input:checked + span {
  border-color: var(--hua-gold);
  background: #fffdf5;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, .11);
}

.hua-route-check__choices input:focus-visible + span {
  outline: 3px solid rgba(201, 162, 39, .28);
  outline-offset: 2px;
}

.hua-route-check__choices strong,
.hua-route-check__choices small {
  display: block;
}

.hua-route-check__choices strong {
  color: var(--hua-navy);
  font-size: 12px;
}

.hua-route-check__choices small {
  margin-top: 5px;
  color: var(--hua-muted);
  font-size: 9px;
  line-height: 1.4;
}

.hua-route-check__field {
  display: grid;
  gap: 7px;
  margin-top: 28px;
}

.hua-route-check__field > span {
  color: var(--hua-muted);
  font-size: 10px;
  font-weight: 500;
}

.hua-route-check__field input,
.hua-route-check__field select {
  width: 100%;
  height: 53px;
  padding: 0 14px;
  border: 1px solid var(--hua-border);
  border-radius: 13px;
  outline: 0;
  background: var(--hua-ivory);
  color: var(--hua-text);
}

.hua-route-check__field input:focus,
.hua-route-check__field select:focus {
  border-color: var(--hua-gold);
  background: var(--hua-white);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, .12);
}

.hua-route-check__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}

.hua-route-check__code-help {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 13px;
  background: rgba(201, 162, 39, .09);
}

.hua-route-check__code-help strong {
  color: var(--hua-navy);
  font-size: 10px;
}

.hua-route-check__code-help p {
  margin: 0;
  color: var(--hua-muted);
  font-size: 9px;
  line-height: 1.55;
}

.hua-route-check__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 31px;
}

.hua-route-check__actions--end {
  justify-content: flex-end;
}

.hua-route-check__actions > button:not(.hua-button) {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--hua-muted);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}

.hua-route-check__submit {
  min-width: 255px;
}

.hua-route-check__privacy,
.hua-route-check__noscript {
  display: block;
  margin: 15px 0 0;
  color: var(--hua-muted);
  font-size: 9px;
  line-height: 1.55;
  text-align: right;
}

.hua-route-check__noscript {
  text-align: center;
}

.hua-route-check__noscript a {
  color: var(--hua-navy);
  text-decoration: underline;
}

/* Readiness plan */
.hua-mj-plan {
  color: var(--hua-white);
  background:
    radial-gradient(circle at 90% 20%, rgba(201, 162, 39, .16), transparent 30%),
    linear-gradient(125deg, #071b38, #0b2c54);
}

.hua-mj-plan__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(65px, 9vw, 138px);
}

.hua-mj-plan__copy h2,
.hua-mj-passport__copy h2 {
  max-width: 690px;
  margin: 0;
  font-family: var(--hua-serif);
  font-size: clamp(53px, 5.7vw, 82px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.04em;
}

.hua-mj-plan__copy > p:not(.hua-eyebrow),
.hua-mj-passport__copy > p:not(.hua-eyebrow) {
  max-width: 58ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .66);
}

.hua-mj-plan__copy ol {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  list-style: none;
}

.hua-mj-plan__copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 19px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.hua-mj-plan__copy li > span {
  color: var(--hua-gold-light);
  font-family: var(--hua-serif);
  font-size: 22px;
}

.hua-mj-plan__copy li strong,
.hua-mj-plan__copy li p {
  display: block;
  margin: 0;
}

.hua-mj-plan__copy li strong {
  font-size: 12px;
}

.hua-mj-plan__copy li p {
  margin-top: 5px;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
}

.hua-mj-plan__copy .hua-button {
  margin-top: 30px;
}

.hua-mj-plan-card {
  padding: clamp(28px, 4vw, 45px);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 28px;
  background: rgba(255, 255, 255, .97);
  color: var(--hua-text);
  box-shadow: 0 34px 95px rgba(0, 0, 0, .25);
  transform: rotate(1.5deg);
}

.hua-mj-plan-card header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hua-border);
}

.hua-mj-plan-card header > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--hua-navy);
  color: var(--hua-gold-light);
  font-family: var(--hua-serif);
  font-size: 18px;
}

.hua-mj-plan-card header strong,
.hua-mj-plan-card header small {
  display: block;
}

.hua-mj-plan-card header strong {
  color: var(--hua-navy);
  font-family: var(--hua-serif);
  font-size: 24px;
  line-height: 1;
}

.hua-mj-plan-card header small {
  margin-top: 4px;
  color: var(--hua-muted);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hua-mj-plan-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 20px;
  background: var(--hua-border);
}

.hua-mj-plan-card__meta > span {
  padding: 15px;
  background: var(--hua-ivory);
}

.hua-mj-plan-card small,
.hua-mj-plan-card strong {
  display: block;
}

.hua-mj-plan-card__meta small,
.hua-mj-plan-card__focus small {
  color: var(--hua-muted);
  font-size: 8px;
}

.hua-mj-plan-card__meta strong {
  margin-top: 5px;
  color: var(--hua-navy);
  font-size: 10px;
}

.hua-mj-plan-card__focus {
  margin-top: 14px;
  padding: 19px;
  border-left: 4px solid var(--hua-gold);
  background: #fffaf0;
}

.hua-mj-plan-card__focus strong {
  margin-top: 6px;
  color: var(--hua-navy);
  font-family: var(--hua-serif);
  font-size: 22px;
  line-height: 1.1;
}

.hua-mj-plan-card > ul {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid var(--hua-border);
  list-style: none;
}

.hua-mj-plan-card > ul li {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hua-border);
  color: var(--hua-muted);
  font-size: 10px;
}

.hua-mj-plan-card > ul span {
  color: var(--hua-gold);
  font-family: var(--hua-serif);
  font-size: 16px;
}

.hua-mj-plan-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 17px;
}

.hua-mj-plan-card footer span {
  color: var(--hua-muted);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hua-mj-plan-card footer strong {
  color: var(--hua-navy);
  font-size: 10px;
}

/* Qualification routes */
.hua-mj-routes {
  background: var(--hua-ivory);
}

.hua-mj-routes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.hua-mj-routes__grid article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(27px, 3vw, 39px);
  border: 1px solid var(--hua-border);
  border-radius: 24px;
  background: var(--hua-white);
  transition: transform .25s var(--hua-ease), box-shadow .25s var(--hua-ease), border-color .25s ease;
}

.hua-mj-routes__grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, .45);
  box-shadow: var(--hua-shadow-high);
}

.hua-mj-routes__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hua-mj-routes__brand > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: var(--hua-navy);
  color: var(--hua-gold-light);
  font-family: var(--hua-serif);
  font-size: 18px;
}

.hua-mj-routes__brand small,
.hua-mj-routes__brand strong {
  display: block;
}

.hua-mj-routes__brand small {
  color: var(--hua-gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hua-mj-routes__brand strong {
  margin-top: 3px;
  color: var(--hua-navy);
  font-family: var(--hua-serif);
  font-size: 23px;
  line-height: 1;
}

.hua-mj-routes__grid ul {
  display: grid;
  gap: 11px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.hua-mj-routes__grid li {
  position: relative;
  padding-left: 20px;
  color: var(--hua-muted);
  font-size: 11px;
}

.hua-mj-routes__grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--hua-gold);
}

.hua-mj-routes__grid article > a,
.hua-mj-routes__actions > a {
  width: max-content;
  max-width: 100%;
  color: var(--hua-navy);
  font-size: 10px;
  font-weight: 600;
}

.hua-mj-routes__grid article > a span,
.hua-mj-routes__actions > a span {
  margin-left: 8px;
  color: var(--hua-gold);
}

.hua-mj-routes__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.hua-mj-routes__source {
  max-width: 980px;
  margin: 28px 0 0;
  padding: 17px 19px;
  border: 1px solid rgba(173,136,35,.22);
  border-radius: 14px;
  background: rgba(255,255,255,.68);
  color: var(--hua-muted);
  font-size: 10px;
  line-height: 1.7;
}

.hua-mj-routes__source strong { color: var(--hua-navy); }
.hua-mj-routes__source a { color: var(--hua-navy); text-decoration: underline; text-decoration-color: var(--hua-gold); text-underline-offset: 3px; }

/* Teaching method */
.hua-mj-method {
  padding: clamp(88px, 9vw, 145px) 0;
  background: var(--hua-white);
}

.hua-mj-method__grid {
  display: grid;
  grid-template-columns: minmax(390px, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(62px, 9vw, 140px);
}

.hua-mj-method__visual {
  position: relative;
}

.hua-mj-method__visual::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(201, 162, 39, .42);
  border-radius: 29px;
}

.hua-mj-method__visual img {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: block;
  border-radius: 29px;
  object-fit: cover;
  box-shadow: var(--hua-shadow-high);
}

.hua-mj-method__visual > div {
  position: absolute;
  right: -24px;
  bottom: 30px;
  width: 230px;
  padding: 22px;
  border-radius: 20px;
  background: var(--hua-navy);
  box-shadow: var(--hua-shadow-high);
}

.hua-mj-method__visual > div strong,
.hua-mj-method__visual > div span {
  display: block;
}

.hua-mj-method__visual > div strong {
  color: var(--hua-gold-light);
  font-family: var(--hua-serif);
  font-size: 24px;
  line-height: 1;
}

.hua-mj-method__visual > div span {
  margin-top: 7px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
}

.hua-mj-method__copy h2 {
  margin: 0;
  font-family: var(--hua-serif);
  font-size: clamp(50px, 5.3vw, 78px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.04em;
}

.hua-mj-method__copy > p:not(.hua-eyebrow) {
  max-width: 60ch;
  margin: 24px 0 0;
  color: var(--hua-muted);
}

.hua-mj-method__copy ol {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--hua-border);
  list-style: none;
}

.hua-mj-method__copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 15px 0;
  border-bottom: 1px solid var(--hua-border);
}

.hua-mj-method__copy li > span {
  color: var(--hua-gold);
  font-family: var(--hua-serif);
  font-size: 21px;
}

.hua-mj-method__copy li strong,
.hua-mj-method__copy li p {
  display: block;
  margin: 0;
}

.hua-mj-method__copy li strong {
  color: var(--hua-navy);
  font-size: 12px;
}

.hua-mj-method__copy li p {
  margin-top: 4px;
  color: var(--hua-muted);
  font-size: 10px;
}

/* Progress Passport */
.hua-mj-passport {
  color: var(--hua-white);
  background:
    radial-gradient(circle at 88% 20%, rgba(201, 162, 39, .17), transparent 31%),
    #06162e;
}

.hua-mj-passport__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  align-items: center;
  gap: clamp(65px, 9vw, 138px);
}

.hua-mj-passport__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 31px;
}

.hua-mj-passport__ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .13);
}

.hua-mj-passport__ledger > span {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 23px;
  background: #081c3a;
}

.hua-mj-passport__ledger > span:last-child {
  grid-column: 1 / -1;
}

.hua-mj-passport__ledger small {
  color: var(--hua-gold-light);
  font-family: var(--hua-serif);
  font-size: 18px;
}

.hua-mj-passport__ledger strong {
  color: rgba(255, 255, 255, .77);
  font-size: 11px;
}

/* Verified stories only */
.hua-mj-stories {
  background: var(--hua-white);
}

.hua-mj-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 56px 0 30px;
}

.hua-mj-stories__grid article {
  min-height: 320px;
  padding: clamp(27px, 3vw, 40px);
  border: 1px solid var(--hua-border);
  border-radius: 23px;
  background: var(--hua-ivory);
}

.hua-mj-stories__grid small,
.hua-mj-stories__grid > article > strong {
  display: block;
}

.hua-mj-stories__grid small {
  color: var(--hua-gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hua-mj-stories__grid > article > strong {
  margin-top: 24px;
  color: var(--hua-navy);
  font-family: var(--hua-serif);
  font-size: 27px;
  line-height: 1.05;
}

.hua-mj-stories__grid h3 {
  margin: 25px 0 0;
  font-family: var(--hua-serif);
  font-size: 24px;
}

.hua-mj-stories__grid p,
.hua-mj-stories__grid blockquote {
  margin: 14px 0 0;
  color: var(--hua-muted);
  font-size: 10px;
  line-height: 1.65;
}

.hua-mj-stories__grid blockquote {
  font-style: italic;
}

/* Final CTA */
.hua-mj-final {
  position: relative;
  padding: clamp(95px, 10vw, 155px) 0;
  overflow: hidden;
  color: var(--hua-white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 162, 39, .2), transparent 37%),
    linear-gradient(125deg, #041226, #0c2b52);
}

.hua-mj-final__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.hua-mj-final h2 {
  max-width: 930px;
  margin: 0;
  font-family: var(--hua-serif);
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.045em;
}

.hua-mj-final p {
  max-width: 650px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .67);
}

.hua-mj-final__inner > div:not(.hua-intake-apply__texture) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin-top: 31px;
}

.hua-mj-final small {
  margin-top: 20px;
  color: rgba(255, 255, 255, .44);
  font-size: 9px;
}

@media (max-width: 1080px) {
  .hua-mj-check__grid {
    grid-template-columns: minmax(280px, .72fr) minmax(470px, 1.28fr);
    gap: 55px;
  }

  .hua-mj-routes__grid {
    gap: 10px;
  }

  .hua-mj-routes__brand strong {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .hua-mj .hua-intake-hero,
  .hua-mj .hua-intake-hero__grid {
    min-height: auto;
  }

  .hua-mj-problem__grid,
  .hua-mj-routes__grid,
  .hua-mj-stories__grid {
    grid-template-columns: 1fr;
  }

  .hua-mj-problem__grid article {
    min-height: auto;
  }

  .hua-mj-problem__grid h3 {
    margin-top: 33px;
  }

  .hua-mj-check__grid,
  .hua-mj-plan__grid,
  .hua-mj-method__grid,
  .hua-mj-passport__grid {
    grid-template-columns: 1fr;
  }

  .hua-mj-check__copy {
    position: static;
  }

  .hua-route-check {
    min-height: 620px;
  }

  .hua-mj-plan-card {
    width: min(620px, 100%);
    justify-self: center;
  }

  .hua-mj-routes__grid article {
    min-height: 300px;
  }

  .hua-mj-method__visual {
    width: min(640px, 100%);
    justify-self: center;
  }

  .hua-mj-method__visual img {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .hua-mj .hua-intake-hero h1 {
    font-size: clamp(49px, 14vw, 65px);
  }

  .hua-mj-urdu-hook {
    width: auto;
    font-size: 21px;
  }

  .hua-mj .hua-intake-session-card {
    width: 156px;
  }

  .hua-mj .hua-intake-session-card strong {
    font-size: 20px;
  }

  .hua-mj-problem__grid {
    margin-top: 38px;
  }

  .hua-mj-check__copy h2,
  .hua-mj-plan__copy h2,
  .hua-mj-passport__copy h2,
  .hua-mj-method__copy h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .hua-mj-check__copy > ul li {
    grid-template-columns: 68px 1fr;
  }

  .hua-route-check {
    min-height: 670px;
    padding: 25px 18px;
    border-radius: 23px;
  }

  .hua-route-check__header {
    display: grid;
    gap: 8px;
  }

  .hua-route-check__header > small {
    grid-row: 1;
  }

  .hua-route-check__step {
    padding-top: 30px;
  }

  .hua-route-check__step legend {
    font-size: 34px;
  }

  .hua-route-check__choices--two,
  .hua-route-check__choices--skills,
  .hua-route-check__fields {
    grid-template-columns: 1fr;
  }

  .hua-route-check__choices label > span {
    min-height: 76px;
  }

  .hua-route-check__actions {
    align-items: stretch;
  }

  .hua-route-check__actions .hua-button {
    min-width: 0;
    padding-inline: 16px;
  }

  .hua-route-check__submit {
    flex: 1;
  }

  .hua-route-check__privacy {
    text-align: left;
  }

  .hua-mj-plan__grid,
  .hua-mj-method__grid,
  .hua-mj-passport__grid {
    gap: 55px;
  }

  .hua-mj-plan-card {
    padding: 23px 18px;
    transform: none;
  }

  .hua-mj-plan-card header strong {
    font-size: 20px;
  }

  .hua-mj-plan-card__meta {
    grid-template-columns: 1fr;
  }

  .hua-mj-plan-card footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hua-mj-method__visual::before {
    inset: -10px 10px 10px -10px;
  }

  .hua-mj-method__visual img {
    min-height: 430px;
  }

  .hua-mj-method__visual > div {
    right: 0;
    bottom: 18px;
    width: 190px;
  }

  .hua-mj-passport__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hua-mj-passport__ledger {
    grid-template-columns: 1fr;
  }

  .hua-mj-passport__ledger > span:last-child {
    grid-column: auto;
  }

  .hua-mj-final h2 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .hua-mj-final__inner > div:not(.hua-intake-apply__texture) {
    width: 100%;
    display: grid;
  }

  .hua-mj-final .hua-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hua-route-check__progress span,
  .hua-mj-routes__grid article,
  .hua-route-check__choices label > span {
    transition: none;
  }
}
