/* MIT-WPU GŌA LP — responsive 360px–2400px+ — no framework */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --lp-pad: clamp(16px, 4.2vw, 80px);
  --lp-pad-l: clamp(16px, 8.5vw, 164px);
  --lp-pad-m: clamp(12px, 3vw, 70px);
  /* Cap content width; scales with viewport up to 2400px (ultra-wide / zoomed-out laptops) */
  --lp-max: 2400px;
  --color-white: #ffffff;
  --countdown-primary: #b0002d;
  --countdown-primary-dark: #8a0023;
  --countdown-navy: #010767;
  --banner-last-date-bg: #033695;
  --banner-max-w: 1720px;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 0;
}

html {
  overflow-x: clip;
  overflow-y: scroll;
}

body {
  font-family: "Montserrat", "Instrument Sans", "Inter", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  color: #000;
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
}


/* COUNTDOWN_LASTDATE_SHARED */
/* ==========================================================================
   COUNTDOWN HEADER + LAST DATE STRIP (shared with B.Tech LP)
   ========================================================================== */

.lp-countdown-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: var(--color-white, #ffffff);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.09);
    padding: clamp(8px, 1.042vw, 12px) clamp(16px, 2.083vw, 24px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-countdown-header__inner {
    max-width: var(--banner-max-w, 1720px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerCountdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: clamp(10px, 1.25vw, 16px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.cdLabel {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.458vw, 24px);
    font-weight: 600;
    line-height: 1.15;
    color: var(--countdown-navy, #010767);
    text-align: center;
    white-space: nowrap;
}

.cdBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.cdItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(180deg, var(--countdown-primary, #b0002d) 0%, var(--countdown-primary-dark, #8a0023) 100%);
    border-radius: 6px;
    padding: 4px clamp(8px, 0.833vw, 12px);
    min-width: clamp(44px, 4.167vw, 72px);
}

.cdNum {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 1.25vw, 22px);
    font-weight: 700;
    color: var(--color-white, #ffffff);
    line-height: 1;
}

.cdUnit {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(10px, 0.729vw, 14px);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin-top: 2px;
}

.cdColon {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.042vw, 18px);
    font-weight: 700;
    color: var(--countdown-primary, #b0002d);
    margin-bottom: 10px;
    flex-shrink: 0;
}

.cdStartsSoon,
.cdExpired {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.042vw, 20px);
    font-weight: 700;
    white-space: nowrap;
}

.cdStartsSoon { color: var(--countdown-primary, #b0002d); }
.cdExpired { color: var(--countdown-navy, #010767); }

.banner__last-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    background: var(--banner-last-date-bg, #033695);
    border-radius: 10px;
    padding: clamp(12px, 1.042vw, 20px) clamp(16px, 1.667vw, 32px) clamp(12px, 1.042vw, 20px) clamp(10px, 0.833vw, 16px);
    box-sizing: border-box;
    margin-top: clamp(12px, 1.25vw, 20px);
    align-self: flex-start;
}

.banner__last-date-text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-white, #ffffff);
    line-height: 0.96;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.banner__last-date-label { font-weight: 500; font-size: clamp(18px, 1.25vw, 24px); }
.banner__last-date-value { font-weight: 700; font-size: clamp(18px, 1.25vw, 24px); }
.banner__last-date-value strong { font-weight: 700; }
.banner__last-date-sup { font-weight: 700; font-size: 0.645em; line-height: 0; vertical-align: super; }

@media screen and (max-width: 768px) {
    .headerCountdown {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: clamp(6px, 1.5vw, 10px);
    }
    .cdLabel {
        font-size: clamp(12px, 3.2vw, 14px);
        width: 100%;
        text-align: center;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .cdBoxes { width: 100%; justify-content: center; flex-shrink: 0; }
    .cdItem { min-width: 32px; padding: 3px 6px; }
    .cdNum { font-size: 15px; }
    .cdUnit { font-size: 10px; }
    .cdColon { font-size: 14px; margin-bottom: 8px; }
    .banner__last-date {
        padding: 12px 16px 12px 10px;
        align-self: flex-start;
    }
    .banner__last-date-label,
    .banner__last-date-value { font-size: 14px; }
}

@media print { .lp-countdown-header { display: none !important; } }


/* banner starts */
.hero {
  background: url('assets/6248d9ac-0c21-4e8d-98ac-65fe9dbfbe87.webp') no-repeat center center;
  background-size: cover;
  padding: 100px 80px;
  position: relative;
}

.bannerpic--desktop {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: -15%;
  margin: 0 auto;
  width: 689px;
}

.hero h1 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  background-size: cover;
  line-height: 99%;
  /* 74.919px */
  letter-spacing: -1.514px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.hero h2 {
  color: #7FAAFF;
  text-shadow: 0 4.122px 4.122px rgba(0, 0, 0, 0.25);
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  letter-spacing: -1.601px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 60px 0px;
}

.hero h2.hero__roles {
  text-transform: none;
  line-height: 1;
  font-size: 56px;
  --hero-role-ls: -1.2px;
  letter-spacing: var(--hero-role-ls);
  --hero-role-dur: 0.88s;
  --hero-role-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__roles-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1;
}

.hero__roles-row {
  display: block;
  color: inherit;
  text-shadow: inherit;
  font-family: inherit;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition:
    transform var(--hero-role-dur) var(--hero-role-ease),
    opacity var(--hero-role-dur) var(--hero-role-ease);
}

.hero__roles-row--primary .hero__roles-text {
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition:
    transform var(--hero-role-dur) var(--hero-role-ease),
    opacity var(--hero-role-dur) var(--hero-role-ease);
}

.hero__roles-row--secondary {
  font-weight: 400;
}

.hero__roles-row--secondary .hero__roles-promote-inner {
  display: inline-block;
}

.hero__roles-row--secondary .hero__roles-text {
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.65px;
  transition:
    font-size var(--hero-role-dur) var(--hero-role-ease),
    letter-spacing var(--hero-role-dur) var(--hero-role-ease);
}

.hero__roles--promote .hero__roles-row--primary .hero__roles-text {
  opacity: 0;
  transform: translate3d(0, -0.1em, 0);
}

.hero__roles--promote .hero__roles-row--secondary {
  transform: translate3d(0, var(--hero-promote-y, -52px), 0);
}

/* Grow type to primary size (no transform scale) so the line stays aligned. */
.hero__roles--promote .hero__roles-row--secondary .hero__roles-text {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: var(--hero-role-ls);
}

.hero__roles--incoming .hero__roles-row--primary .hero__roles-text {
  opacity: 0.97;
  transform: translate3d(0, 0.02em, 0);
  transition: none !important;
}

.hero__roles--incoming .hero__roles-row--secondary {
  opacity: 0;
  transform: translate3d(0, 0.28em, 0);
  transition: none !important;
}

.hero__roles--instant .hero__roles-row,
.hero__roles--instant .hero__roles-row--primary .hero__roles-text,
.hero__roles--instant .hero__roles-row--secondary .hero__roles-text {
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {

  .hero__roles-row,
  .hero__roles-row--primary .hero__roles-text,
  .hero__roles-row--secondary .hero__roles-text {
    transition: none;
  }

  .hero__roles--promote .hero__roles-row--primary .hero__roles-text,
  .hero__roles--promote .hero__roles-row--secondary {
    transform: none !important;
    opacity: 1 !important;
  }

  .hero__roles--promote .hero__roles-row--secondary .hero__roles-text {
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
  }

  .hero__roles--incoming .hero__roles-row--secondary,
  .hero__roles--incoming .hero__roles-row--primary .hero__roles-text {
    opacity: 1 !important;
    transform: none !important;
  }
}

.hero p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 26.6px */
  letter-spacing: -0.6px;
  max-width: 500px;
  padding-bottom: 30px;
}

.heroleft {
  display: inline-block;
  width: 69%;
}

.heroright {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding-top: 140px;
}

.heroright .form {
  padding: 20px;
  width: 380px;
  vertical-align: top;
  height: 500px;
  border-radius: 15px;
  background: #ffffff;
  right: 0;
  float: right;
}

@media only screen and (max-width: 1800px) {
  .bannerpic--desktop {
    max-width: 589px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero h2 {
    font-size: 60px;
    padding: 10px 0 30px 0px;
  }

  .hero h2.hero__roles {
    font-size: 48px;
    --hero-role-ls: -1.05px;
  }

  .hero .hero__roles-row--secondary .hero__roles-text {
    font-size: 28px;
    letter-spacing: -0.55px;
  }

  .hero p {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .hero {
    padding: 40px 30px;
  }

  .bannerpic--desktop {
    max-width: 460px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero h2 {
    font-size: 48px;
    padding: 10px 0 30px 0px;
  }

  .hero h2.hero__roles {
    font-size: 40px;
    --hero-role-ls: -0.9px;
  }

  .hero .hero__roles-row--secondary .hero__roles-text {
    font-size: 22px;
    letter-spacing: -0.45px;
  }

  .hero p {
    padding-bottom: 20px;
    font-size: 18px;
    max-width: 400px;
  }

  .heroright .form {
    width: 320px;
    height: 400px;
  }
}


/* Figma 374:541 — card layout <1200px in responsive.css; ≥1200px flat row + desktop banner */
@media (min-width: 1200px) {
  .hero__mob-card {
    display: contents;
  }

  .hero__mob-layers {
    display: none;
  }

  .hero__mob-middle,
  .hero__mob-typo {
    display: contents;
  }

  .hero__mob-figure {
    display: none;
  }
}

/* banner end */

.t-up {
  text-transform: uppercase;
}

.t-upw {
  text-transform: uppercase;
  color: #fff;
}

.t-body18 {
  font-size: 18px;
  letter-spacing: -0.54px;
  line-height: 1.34;
}

.t-body18w {
  font-size: 18px;
  line-height: 1.39;
}

.t-grad2 {
  background: linear-gradient(90deg, #214cb5, #0e214f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.t-grad3 {
  background: linear-gradient(90deg, #214cb5, #0e214f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.t-cap {
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  line-height: 0.94;
  letter-spacing: -0.54px;
  color: #000;
}

.t-step {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.97;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.lp {
  width: 100%;
  max-width: var(--lp-max);
  min-width: 0;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  background: #fff;
  overflow-x: clip;
  overflow-y: visible;
}

img {
  max-width: 100%;
  height: auto;
}

/* Preserve decorative / hero crops (hero student photo uses natural aspect — not listed) */
.lp-hero__bg img,
.psych-campus__art img,
.lp-campus-band img,
.lp-eli__bg img,
.lp-footer__bg-art,
.lp-footer__bottom-visual img,
.lp-path__model,
.lp-path__bg img,
.lp-hero__enquire img,
.nap__connector {
  max-width: none;
}

.lp-fw-b {
  font-weight: 700;
}

/* ——— Buttons ——— */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.22s ease;
}

.lp-btn--apply-blue {
  background: #7faaff;
}

.lp-btn--apply-red {
  background: #ce0637;
}

.lp-btn--apply-blue:hover,
.lp-btn--apply-blue:focus-visible {
  background: #5d95ff;
  box-shadow: 0 10px 28px rgba(33, 76, 181, 0.38);
  transform: translateY(-2px);
}

.lp-btn--apply-red:hover,
.lp-btn--apply-red:focus-visible {
  background: #b50532;
  box-shadow: 0 10px 28px rgba(160, 5, 45, 0.45);
  transform: translateY(-2px);
}

.lp-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition-duration: 0.12s;
}

.lp-btn--apply-blue .lp-btn__text,
.lp-btn--apply-red .lp-btn__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.lp-btn--apply-red span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.lp-btn--apply-blue span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.lp-btn__ico {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
  pointer-events: none;
  transition: transform 0.42s cubic-bezier(0.34, 1.45, 0.64, 1);
}

/* Arrow “pops” diagonally on hover to signal clickability */
.lp-btn:hover .lp-btn__ico,
.lp-btn:focus-visible .lp-btn__ico {
  transform: translate(5px, -4px) scale(1.05);
}

@media (hover: none) {
  .lp-btn:hover .lp-btn__ico {
    transform: none;
  }

  .lp-btn--apply-blue:hover,
  .lp-btn--apply-red:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .lp-btn,
  .lp-btn__ico,
  .lp-btn:active {
    transition-duration: 0.01ms;
  }

  .lp-btn--apply-blue:hover,
  .lp-btn--apply-red:hover,
  .lp-btn--apply-blue:focus-visible,
  .lp-btn--apply-red:focus-visible,
  .lp-btn:hover .lp-btn__ico,
  .lp-btn:focus-visible .lp-btn__ico {
    transform: none;
  }
}

.lp-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

.lp-btn:focus:not(:focus-visible) {
  outline: none;
}

/* ——— 1. Hero — Figma 207:1402 ——— */
/* overflow visible so enquire / aside are never clipped at any viewport */
.lp-hero {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: visible;
}

.lp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lp-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  overflow: visible;
  /* pt 110, px 80, pb 0 — bottom edge flush with main row (Figma) */
  padding: clamp(48px, 10vw, 110px) var(--lp-pad) 0;
  padding-bottom: 0;
  box-sizing: border-box;
  gap: 0;
}

.lp-hero__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 2.5vw, 32px);
  margin-bottom: clamp(28px, 3.2vw, 44px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.lp-hero__page-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  letter-spacing: 0.01em;
  max-width: 42rem;
}

.lp-hero__logo {
  position: relative;
  width: 248px;
  max-width: min(248px, 100%);
  height: 96px;
  margin: 0;
  flex-shrink: 0;
}

.lp-hero__logo-shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 136px rgba(0, 0, 0, 0.13), 0 2.507px 56.818px rgba(0, 0, 0, 0.09), 0 1.34px 30.377px rgba(0, 0, 0, 0.08), 0 0.751px 17.029px rgba(0, 0, 0, 0.06), 0 0.399px 9.044px rgba(0, 0, 0, 0.05), 0 0.166px 3.763px rgba(0, 0, 0, 0.04);
}

.lp-hero__logo-img {
  position: absolute;
  left: 50%;
  top: 12px;
  width: min(241px, 97%);
  height: 73px;
  transform: translateX(-50%);
}

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

.lp-hero__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  gap: clamp(16px, 2.5vw, 40px);
  min-width: 0;
  overflow: visible;
}

/* Two layout columns: content + aside. Figure is position:absolute (out of flex flow), centered on row. */
.lp-hero__content {
  flex: 1 1 520px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  min-height: 0;
  position: relative;
  z-index: 2;
}

.lp-hero__aside {
  flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  align-self: flex-start;
}

/* Fluid banner height 992px–1920px — Figma 207:1402: 880 / 744 at full artboard */
@media (min-width: 992px) {
  .lp-hero__row {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lp-hero__content {
    min-height: clamp(520px, 42vw + 120px, 880px);
    width: 100%;
    max-width: min(760px, 100%);
  }

  .lp-hero__copy {
    min-height: clamp(420px, 36vw + 100px, 744px);
  }

  .lp-hero__center-photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 1;
    pointer-events: none;
  }
}

.lp-hero__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

/* 207:1276: gap 16px between 207:1193 (lines) and 207:1195 (accent) */
.lp-hero__h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

/* 207:1193: Instrument wrapper in Figma; line text is Montserrat */
.lp-hero__h1-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.lp-hero__h1-lines p {
  margin: 0;
  font-size: clamp(24px, 5.5vw, 75.676px);
  line-height: 0.99;
  letter-spacing: -0.04em;
  /* 1920: -1.5135px */
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
}

.lp-hero__h1-lines p:nth-child(1),
.lp-hero__h1-lines p:nth-child(3) {
  font-weight: 500;
}

.lp-hero__h1-lines p:nth-child(2) {
  font-weight: 700;
}

/* 207:1195: gap 10px; leading 1.04 */
.lp-hero__accent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.04;
  font-family: "Montserrat", sans-serif;
}

.lp-hero__accent p:first-child {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 5.5vw, 80.059px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  /* 1920: -1.6012px */
  text-transform: uppercase;
  color: #7faaff;
  text-shadow: 0 4.122px 4.122px rgba(0, 0, 0, 0.25);
}

.lp-hero__accent p:last-child {
  margin: 0;
  font-weight: 400;
  font-size: clamp(18px, 2.5vw, 41.224px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  /* 1920: -0.8245px */
  text-transform: uppercase;
  color: #7faaff;
  text-shadow: 0 4.122px 4.122px rgba(0, 0, 0, 0.25);
}

/* 207:1297: gap 10px */
.lp-hero__subrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
}

/* 207:1277: gap 56px between 207:1273 and 207:1272 */
.lp-hero__textbtn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  min-width: 0;
}

/* 207:1273: 20px / -0.6px / two blocks leading 1.33 */
.lp-hero__lead {
  min-width: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.lp-hero__lead p {
  margin: 0;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: -0.6px;
}

.lp-hero__lead p+p {
  margin-top: 0;
}

.lp-hero__lead strong {
  font-weight: 700;
}

.lp-hero__spacer {
  width: min(254px, 12vw);
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .lp-hero__spacer {
    display: none;
  }
}

.lp-hero__center-photo {
  flex: 0 1 auto;
  width: auto;
  max-width: none;
  height: auto;
  overflow: visible;
  line-height: 0;
}

.lp-hero__center-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(520px, 32vw);
  object-fit: unset;
  object-position: unset;
  pointer-events: none;
}

.lp-hero__enquire {
  flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  max-width: min(404px, 28vw);
  min-width: min(280px, 100%);
  aspect-ratio: 404 / 672;
  height: auto;
  min-height: 0;
  position: relative;
  z-index: 1;
}

.lp-hero__enquire img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Figma 207:1402 — 1920px artboard; fluid clamp 1920→2400+ so ultra-wide / zoom-out stays balanced */
@media (min-width: 1920px) {
  .lp-hero__inner {
    padding-top: clamp(110px, 5.73vw, 138px);
    padding-left: clamp(80px, 4.167vw, 120px);
    padding-right: clamp(80px, 4.167vw, 120px);
    padding-bottom: 0;
  }

  .lp-hero__row {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
  }

  .lp-hero__content {
    min-width: 0;
    width: 100%;
    max-width: min(820px, 100%);
    min-height: clamp(880px, 45.833vw, 1040px);
    height: clamp(880px, 45.833vw, 1040px);
  }

  .lp-hero__copy {
    min-height: clamp(744px, 38.75vw, 900px);
    height: clamp(744px, 38.75vw, 900px);
  }

  .lp-hero__h1-lines p {
    font-size: clamp(75.676px, 3.941vw, 92px);
    letter-spacing: -1.5135px;
  }

  .lp-hero__accent p:first-child {
    font-size: clamp(80.059px, 4.17vw, 96px);
    letter-spacing: -1.6012px;
  }

  .lp-hero__accent p:last-child {
    font-size: clamp(41.224px, 2.147vw, 50px);
    letter-spacing: -0.8245px;
  }

  .lp-hero__center-photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    flex: unset;
    width: auto;
    height: auto;
  }

  .lp-hero__center-photo img {
    max-width: clamp(480px, 26vw, 640px);
  }

  .lp-hero__enquire {
    width: clamp(404px, 21.042vw, 500px);
    max-width: clamp(404px, 21.042vw, 500px);
    height: clamp(672px, 35vw, 830px);
    min-height: clamp(672px, 35vw, 830px);
    aspect-ratio: 404 / 672;
    flex: unset;
  }

  .lp-hero__lead p {
    font-size: clamp(20px, 1.05vw, 24px);
    line-height: 1.33;
    letter-spacing: -0.6px;
  }

  .lp-btn--apply-blue span {
    font-size: clamp(20px, 1.05vw, 24px);
    line-height: 1;
    letter-spacing: 0;
  }
}

/* ——— 2. Curriculum — Figma 341:835 (desktop two-column) ——— */
.lp-curriculum {
  width: 100%;
  padding: clamp(72px, 5.2vw, 100px) 0;
  box-sizing: border-box;
  background: #020219;
  color: #fff;
}

.lp-curriculum__inner {
  display: grid;
  grid-template-columns: minmax(0, 735px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(56px, 6vw, 116px);
  width: min(calc(100% - (2 * clamp(24px, 5.2vw, 100px))), 1720px);
  margin: 0 auto;
  min-width: 0;
  box-sizing: border-box;
}

.lp-curriculum__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 735px;
  padding-left: clamp(0px, 7.8vw, 150px);
  min-width: 0;
  box-sizing: border-box;
  text-align: left;
}

.lp-curriculum__headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.lp-curriculum__headline-white {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.lp-curriculum__headline-gradient {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(
    104deg,
    #7faaff 1.91%,
    #ffffff 86.07%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.lp-curriculum__headline-gradient-line {
  display: block;
}

.lp-curriculum__body {
  margin: 0;
  width: min(532px, 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.lp-curriculum__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.lp-curriculum__eyebrow {
  margin: 0;
  width: min(605px, 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #7faaff;
}

.lp-curriculum__co-create {
  margin: 0;
  width: min(605px, 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: #5697fe;
}

.lp-curriculum__co-create-line {
  display: block;
}

.lp-curriculum__mob-band {
  display: none;
}

/* ——— 3. Psychology for a world — Figma 2134:289 ——— */
.psych-evolving {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(80px, 5.2vw, 120px) 0 clamp(112px, 7.3vw, 140px);
  box-sizing: border-box;
  background: #03031d;
  color: #fff;
  isolation: isolate;
}

.psych-evolving__art {
  position: absolute;
  inset: 0 0 auto;
  height: clamp(560px, 46vw, 920px);
  pointer-events: none;
  z-index: 0;
}

.psych-evolving__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.psych-evolving__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 2.4vw, 40px);
  width: min(calc(100% - (2 * clamp(24px, 5.2vw, 100px))), 1720px);
  margin: 0 auto;
  box-sizing: border-box;
}

.psych-evolving__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0;
}

.psych-evolving__bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: clamp(32px, 2.4vw, 40px);
}

.psych-evolving__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(12px, 1.2vw, 24px);
  width: 100%;
}

.psych-evolving__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 1.5vw, 24px);
  width: min(930px, 100%);
}

.psych-evolving__eyebrow {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 1.9vw, 36px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: #151515;
}

.psych-evolving__title {
  margin: 0;
  width: min(930px, 100%);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(44px, 4.2vw, 80px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #151515;
}

.psych-evolving__title-line {
  display: block;
}

.psych-evolving__title-initial {
  text-transform: uppercase;
}

.psych-evolving__title-view--mob {
  display: none;
}

.psych-evolving__art picture,
.psych-evolving__art img {
  display: block;
  width: 100%;
  height: 100%;
}

.psych-evolving__summary {
  margin: 0 0 clamp(32px, 3.2vw, 56px);
  width: min(735px, 100%);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.05vw, 20px);
  font-weight: 400;
  line-height: 1.36;
  color: #151515;
}

.psych-evolving__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(1025px, 100%);
}

.psych-evolving__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 30px;
  border: 0.542px solid rgba(21, 21, 21, 0.4);
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.psych-evolving__card--closed {
  gap: 0;
}

.psych-evolving__card-head {
  width: 100%;
}

.psych-evolving__card-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.psych-evolving__card-trigger:focus-visible {
  outline: 2px solid #2d58c7;
  outline-offset: 6px;
  border-radius: 10px;
}

.psych-evolving__card-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  color: #151515;
}

.psych-evolving__card-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 28px;
  display: block;
  transition: transform 200ms ease;
}

.psych-evolving__card-trigger[aria-expanded="true"] .psych-evolving__card-icon {
  transform: rotate(180deg);
}

.psych-evolving__card-panel[hidden] {
  display: none;
}

.psych-evolving__influence-list {
  margin: 0;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 300;
  line-height: 1.5;
  color: #151515;
}

.psych-evolving__influence-list li + li {
  margin-top: 2px;
}

.psych-evolving__influence-list--compact li + li {
  margin-top: 6px;
}

.psych-evolving__specialisations {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(220px, 37vw, 720px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:
    "indomain connector cross"
    "indomain result cross";
  align-items: start;
  gap: clamp(20px, 1.7vw, 24px);
  width: 100%;
  margin-top: 14px;
}

.psych-evolving__specialisation {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 345px);
  padding-top: clamp(52px, 6vw, 120px);
}

.psych-evolving__specialisation--left {
  grid-area: indomain;
  grid-row: 1 / -1;
  justify-self: start;
  align-self: start;
}

.psych-evolving__center {
  display: contents;
}

.psych-evolving__specialisation--right {
  grid-area: cross;
  grid-row: 1 / -1;
  justify-self: end;
  align-self: start;
  width: min(100%, 345px);
  max-width: none;
}

.psych-evolving__cross-layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 24px;
}

.psych-evolving__cross-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.psych-evolving__connector-wrap {
  display: none;
}

.psych-evolving__connector--desk {
  grid-area: connector;
  position: relative;
  align-self: start;
  justify-self: center;
  width: 100%;
  min-height: 131px;
}

.psych-evolving__specialisation-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 1.9vw, 36px);
  font-weight: 300;
  line-height: 1.36;
  color: #7faaff;
  text-align: center;
}

.psych-evolving__specialisation-title span {
  display: block;
}

.psych-evolving__specialisation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.psych-evolving__specialisation-list li {
  padding: 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.psych-evolving__connector {
  position: relative;
  align-self: stretch;
  min-height: 220px;
}

.psych-evolving__connector--mob {
  display: none;
}

.psych-evolving__connector-half {
  position: absolute;
  top: 0;
  width: min(50%, 360px);
  height: auto;
  display: block;
}

.psych-evolving__connector-half--left {
  right: 50%;
  transform: translateX(10px);
}

.psych-evolving__connector-half--right {
  left: 50%;
  transform: translateX(-10px) scaleX(-1);
  transform-origin: center;
}

.psych-evolving__result {
  grid-area: result;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: min(100%, 420px);
  margin: 0 auto;
  padding: clamp(8px, 1vw, 12px) clamp(12px, 1.2vw, 20px);
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 500;
  line-height: 1.23;
  color: #fff;
  text-align: center;
}

.psych-evolving__result-line {
  display: block;
}

/* ——— 4. Graduate with real psychological capability — Figma 2134:346 ——— */
.psych-capability {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.psych-capability__inner {
  width: min(calc(100% - (2 * clamp(24px, 5.2vw, 100px))), 1720px);
  margin: 0 auto;
  box-sizing: border-box;
  padding: clamp(80px, 7.3vw, 140px) 0 clamp(48px, 4.2vw, 80px);
}

.psych-capability__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%; margin-bottom: 40px;
  padding-left: clamp(0px, 8.75vw, 150px);
  box-sizing: border-box;
}

.psych-capability__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: #000;
}

.psych-capability__title-main {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3.33vw, 64px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.psych-capability__title-sub {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 1.9vw, 36px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.psych-capability__summary {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(1120px, 100%);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.psych-capability__summary p {
  margin: 0;
}

.psych-capability__summary p + p {
  margin-top: 0;
}

.psych-capability__summary-accent--intro {
  display: none;
}

.psych-capability__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.psych-capability__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: stretch;
  margin-top: 20px;
}

.psych-capability__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  min-height: 100%;
  padding: 30px 40px;
  border-radius: 24px;
  background: #020219;
  box-sizing: border-box;
  color: #fff;
}

.psych-capability__icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  padding: 6px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}

.psych-capability__icon {
  width: 48px;
  height: 48px;
  display: block;
}

.psych-capability__card-title {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.psych-capability__card-title--wide {
  line-height: 1.3;
}

.psych-capability__card-copy {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.36;
  color: #fff;
}

.psych-capability__card-copy--tail {
  margin-top: auto;
}

.psych-capability__list {
  margin: 0;
  width: 100%;
  padding-left: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  box-sizing: border-box;
}

.psych-capability__list li + li {
  margin-top: 1px;
}

/* ——— 6. Your 4-years psychology roadmap — Figma 2134:417 ——— */
.psych-roadmap {
  width: 100%;
  background: linear-gradient(228.81deg, #0938df 17.41%, #000000 77.47%);
  box-sizing: border-box;
}

.psych-roadmap__inner {
  display: flex;
  gap: clamp(48px, 5.7vw, 109px);
  align-items: flex-start;
  width: min(calc(100% - (2 * clamp(24px, 5.2vw, 100px))), 1720px);
  margin: 0 auto;
  padding: clamp(64px, 5vw, 80px) 0 clamp(72px, 6.5vw, 100px);
  box-sizing: border-box;
}

.psych-roadmap__intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(520px, 100%);
  flex: 0 0 520px;
  min-width: 0;
}

.psych-roadmap__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3.33vw, 64px);
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #87b5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.psych-roadmap__title-line {
  display: block;
}

.psych-roadmap__summary {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

.psych-roadmap__summary span {
  display: block;
}

.psych-roadmap__stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(889px, 100%);
  flex: 1 1 auto;
  min-width: 0;
}

.psych-roadmap__item {
  width: 100%;
  border: 0.542px solid rgba(21, 21, 21, 0.65);
  border-radius: 20px;
  background:
    linear-gradient(177.24deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(11.378px);
  backdrop-filter: blur(11.378px);
  box-sizing: border-box;
  overflow: hidden;
  padding: 28px 40px 28px 100px;
  transition:
    padding 260ms ease,
    background 260ms ease,
    border-color 260ms ease;
}

.psych-roadmap__item.is-open {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.psych-roadmap__year-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.psych-roadmap__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.psych-roadmap__trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
  border-radius: 10px;
}

.psych-roadmap__item.is-open .psych-roadmap__trigger {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 40px;
  align-items: start;
}

.psych-roadmap__year {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

.psych-roadmap__year-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 260ms ease,
    opacity 220ms ease,
    transform 220ms ease,
    margin-top 260ms ease;
}

.psych-roadmap__item.is-open .psych-roadmap__year-block {
  gap: 32px;
}

.psych-roadmap__item.is-open .psych-roadmap__year {
  font-weight: 600;
}

.psych-roadmap__item.is-open .psych-roadmap__year-title {
  max-height: 120px;
  opacity: 1;
  transform: translateY(0);
}

.psych-roadmap__panel {
  min-width: 0;
  overflow: hidden;
  height: 0;
  transition: height 320ms ease;
}

.psych-roadmap__panel[hidden] {
  display: none;
}

.psych-roadmap__item.is-open .psych-roadmap__panel {
  grid-column: 1;
}

.psych-roadmap__panel-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  min-width: 0;
  text-align: left;
}

.psych-roadmap__detail-label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.psych-roadmap__detail-list {
  margin: 0;
  padding-left: 24px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  list-style-position: outside;
}

.psych-roadmap__detail-text {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
}

.psych-roadmap__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 28px;
  display: block;
  transition: transform 260ms ease;
}

.psych-roadmap__item.is-open .psych-roadmap__icon {
  justify-self: end;
  align-self: start;
  transform: rotate(180deg);
}

/* ——— 6b. AI in learning — desktop Figma 2505:2886 ——— */
.psych-ai {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #010118;
  box-sizing: border-box;
}

.psych-ai__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.psych-ai__bg picture,
.psych-ai__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.psych-ai__bg img {
  object-fit: cover;
  object-position: center center;
}

.psych-ai__text-break--mob {
  display: none;
}

.psych-ai__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: min(1720px, calc(100% - (2 * clamp(24px, 6.25vw, 120px))));
  margin: 0 auto;
  padding: clamp(88px, 9.17vw, 176px) clamp(24px, 6.25vw, 120px) clamp(35px, 3.65vw, 70px);
  box-sizing: border-box;
}

.psych-ai__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(740px, 100%);
  max-width: 740px;
  padding: clamp(30px, 3.125vw, 60px) 0 clamp(50px, 5.21vw, 100px);
  box-sizing: border-box;
}

.psych-ai__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(40px, 4.167vw, 80px);
  font-weight: 400;
  line-height: 1.04;
  color: #7faaff;
  max-width: min(616px, 100%);
}

.psych-ai__title-line {
  display: inline;
}

.psych-ai__subtitle {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.667vw, 32px);
  font-weight: 500;
  line-height: 1.17;
  color: #fff;
  max-width: min(496px, 100%);
}

.psych-ai__lead {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.6px;
  color: #fff;
  max-width: min(496px, 100%);
}

.psych-ai__panel {
  width: 100%;
  min-height: clamp(200px, 13.33vw, 256px);
  border: 0.542px solid #151515;
  border-radius: 17px;
  background: linear-gradient(174.96deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(11.378px);
  backdrop-filter: blur(11.378px);
  box-sizing: border-box;
}

.psych-ai__panel-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  min-height: inherit;
  padding: 20px 0;
  box-sizing: border-box;
}

.psych-ai__col {
  flex: 0 1 auto;
  min-width: 0;
  box-sizing: border-box;
}

.psych-ai__col--lead {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding-left: clamp(24px, 3.906vw, 75px);
  color: #fff;
}

.psych-ai__col--list {
  flex: 1 1 auto;
  padding-left: clamp(24px, 3.906vw, 75px);
  color: #fff;
}

.psych-ai__col--accent {
  flex: 0 0 auto;
  width: min(443px, 34%);
  max-width: 443px;
  padding: 0 clamp(24px, 3.906vw, 75px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.psych-ai__panel-heading {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.667vw, 32px);
  font-weight: 500;
  line-height: 1.17;
  color: #fff;
  max-width: min(382px, 100%);
}

.psych-ai__panel-heading-line {
  display: inline;
}

.psych-ai__panel-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.6px;
  color: #fff;
  max-width: min(369px, 100%);
}

.psych-ai__list-lead {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: -0.6px;
  color: #fff;
}

.psych-ai__list {
  margin: 0;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: -0.6px;
  color: #fff;
  list-style-type: disc;
  list-style-position: outside;
}

.psych-ai__list li + li {
  margin-top: 0;
}

.psych-ai__accent {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.72px;
  color: #7faaff;
  max-width: min(328px, 100%);
}

/* ——— 7. Campus environment — Figma 2505:3567 (fluid 360px–1920px) ——— */
.psych-campus {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.psych-campus__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.psych-campus__art picture,
.psych-campus__art img {
  display: block;
}

.psych-campus__art img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.psych-campus__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, calc(40px + (100vw - 360px) * 16 / 1560), 56px);
  width: min(
    calc(100% - (2 * clamp(24px, calc(24px + (100vw - 360px) * 16 / 1560), 80px))),
    clamp(392px, calc(392px + (100vw - 360px) * 528 / 1560), 920px)
  );
  margin: 0 auto;
  padding: clamp(40px, calc(40px + (100vw - 360px) * 20 / 1560), 60px) 0
    clamp(96px, calc(96px + (100vw - 360px) * 120 / 1560), 220px);
  box-sizing: border-box;
}

.psych-campus__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, calc(24px + (100vw - 360px) * 8 / 1560), 32px);
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.psych-campus__title {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, calc(40px + (100vw - 360px) * 16 / 1560), 56px);
  font-weight: 400;
  line-height: calc(44 / 40);
  letter-spacing: 0;
  color: #000;
}

.psych-campus__title-prefix {
  display: inline;
}

.psych-campus__title-rest {
  display: block;
  text-transform: lowercase;
}

.psych-campus__title-line {
  display: block;
}

.psych-campus__subtitle {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, calc(16px + (100vw - 360px) * 4 / 1560), 20px);
  font-weight: 500;
  line-height: 1;
  text-transform: lowercase;
  text-align: left;
  color: #000;
}

.psych-campus__subtitle-cap {
  text-transform: uppercase;
}

.psych-campus__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(20px, calc(25px + (100vw - 360px) * 15 / 1560), 40px);
  row-gap: clamp(12px, calc(16px + (100vw - 360px) * 8 / 1560), 24px);
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.psych-campus__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, calc(12px + (100vw - 360px) * 8 / 1560), 20px);
  min-width: 0;
}

.psych-campus__feature--solo {
  grid-column: 1;
  max-width: calc(50% - (clamp(20px, calc(25px + (100vw - 360px) * 15 / 1560), 40px) / 2));
}

.psych-campus__icon-badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(46px, calc(50px + (100vw - 360px) * 10 / 1560), 60px);
  height: clamp(46px, calc(50px + (100vw - 360px) * 10 / 1560), 60px);
  padding: 0;
  border-radius: 4px;
  background: #0938df;
  box-shadow:
    0 15px 80px rgba(0, 0, 0, 0.07),
    0 6.267px 33.422px rgba(0, 0, 0, 0.05),
    0 3.35px 17.869px rgba(0, 0, 0, 0.04),
    0 1.878px 10.017px rgba(0, 0, 0, 0.04),
    0 0.998px 5.32px rgba(0, 0, 0, 0.03),
    0 0.415px 2.214px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  overflow: hidden;
}

.psych-campus__icon {
  display: block;
  flex: 0 0 auto;
}

.psych-campus__icon--raw {
  width: clamp(30px, calc(34px + (100vw - 360px) * 4 / 1560), 38px);
  height: clamp(26px, calc(30px + (100vw - 360px) * 4 / 1560), 34px);
}

.psych-campus__icon--glyph {
  width: clamp(26px, calc(30px + (100vw - 360px) * 4 / 1560), 36px);
  height: clamp(26px, calc(30px + (100vw - 360px) * 4 / 1560), 36px);
}

.psych-campus__feature-title {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, calc(16px + (100vw - 360px) * 4 / 1560), 20px);
  font-weight: 600;
  line-height: calc(22 / 16);
  color: #000;
  text-align: left;
}

.psych-campus__feature-line {
  display: block;
}

.psych-campus__title-line--desk,
.psych-campus__feature-line--desk {
  display: none;
}

.psych-campus__title-line--mob,
.psych-campus__feature-line--mob {
  display: block;
}

/* ——— 8. Campus band ——— */
.lp-campus-band {
  position: relative;
  width: 100%;
  min-height: 200px;
  height: auto;
  aspect-ratio: 1920 / 530;
  max-height: 60vh;
}

.lp-campus-band__base {
  position: absolute;
  inset: 0;
  background: #020219;
}

.lp-campus-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ——— 9. New age programmes — Figma 951:1392 artboard 1920; fluid 1200→1920 in responsive.css ——— */
.nap {
  --nap-card-shadow:
    0 6px 101.5px rgba(0, 0, 0, 0.07),
    0 2.507px 42.404px rgba(0, 0, 0, 0.05),
    0 1.34px 22.671px rgba(0, 0, 0, 0.04),
    0 0.751px 12.709px rgba(0, 0, 0, 0.04),
    0 0.399px 6.75px rgba(0, 0, 0, 0.03),
    0 0.166px 2.809px rgba(0, 0, 0, 0.02);

  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  background: #fff;
  box-sizing: border-box;
  gap: clamp(28px, 5vw, 48px);
}

.nap__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(20px, 3vw, 28px);
  width: 100%;
  box-sizing: border-box;
  padding: clamp(48px, 7vw, 135px) clamp(24px, 4vw, 32px) 0;
}

.nap__header-title-col {
  flex: 1 1 0;
  min-width: 0;
}

.nap__header-copy-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 2.5vw, 35px);
  flex: 1 1 0;
  min-width: 0;
}

.nap__h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 3.33vw, 64px);
  font-weight: 600;
  line-height: 0.97;
  letter-spacing: 0;
  text-align: left;
}

.nap__h2-grad {
  background: linear-gradient(90deg, #214cb5 0%, #0e214f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.nap__h2-plain {
  color: #000;
}

.nap__intro-copy {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  line-height: 1.36;
  color: #000;
  text-align: left;
}

.nap__apply {
  align-self: flex-start;
  flex-shrink: 0;
}

.nap__building {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(28px, 4vw, 40px);
  width: 100%;
  box-sizing: border-box;
  padding: 0 clamp(24px, 4vw, 32px) clamp(48px, 7vw, 96px);
}

.nap__building-aside {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}

.nap__program-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
  padding: clamp(28px, 3vw, 42px);
  border-radius: 23px;
  background: #204ab2;
  color: #fff;
  box-shadow: var(--nap-card-shadow);
  text-align: left;
}

.nap__program-title {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 1.67vw, 32px);
  font-weight: 600;
  line-height: 1.11;
  color: inherit;
}

.nap__program-body {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.54px;
  color: inherit;
}

.nap__building-flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(24px, 3vw, 32px);
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.nap__building-flow-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(24px, 3vw, 32px);
  width: 100%;
  min-width: 0;
}

.nap__connector-wrap {
  display: none;
}

.nap__connector-frame {
  position: relative;
  width: min(225px, 100%);
  flex-shrink: 0;
  aspect-ratio: 225 / 395;
}

.nap__connector {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.nap__spec-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 42px);
  width: 100%;
  min-width: 0;
}

.nap__spec-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 2vw, 32px);
  box-sizing: border-box;
  min-height: 0;
  padding: clamp(28px, 3vw, 48px);
  border-radius: 23px;
  background: #020219;
  color: #fff;
  box-shadow: var(--nap-card-shadow);
}

.nap__spec-heading {
  margin: 0;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(26px, 2.08vw, 40px);
  font-weight: 700;
  line-height: 1.225;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}

.nap__spec-heading-line {
  display: block;
  white-space: nowrap;
}

.nap__spec-heading--stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.nap__spec-heading--wide {
  font-weight: 600;
}

.nap__spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
}

.nap__spec-list li {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.22;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.nap__spec-list li:not(:last-child)::after {
  content: "";
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("assets/nap-spec-line-a.svg");
}

.nap__spec-list li:nth-child(even):not(:last-child)::after {
  background-image: url("assets/nap-spec-line-b.svg");
}

@media (min-width: 1200px) {
  /* Scale 1200→1920 Figma frame; hold max artboard size above 1920 — node 951:1392 */
  .nap {
    gap: calc(48px + 69 * (min(100vw, 1920px) - 1200px) / 720);
    min-width: 0;
  }

  .nap__header {
    flex-direction: row;
    align-items: center;
    gap: 0;
    column-gap: calc(16px + 48px * (min(100vw, 1920px) - 1200px) / 720);
    min-width: 0;
    padding-top: calc(88px + 47 * (min(100vw, 1920px) - 1200px) / 720);
    padding-right: calc(32px + 132 * (min(100vw, 1920px) - 1200px) / 720);
    padding-left: calc(32px + 132 * (min(100vw, 1920px) - 1200px) / 720);
  }

  .nap__header-copy-col {
    gap: 35px;
  }

  /* Figma 951:1393 / 951:1394 — Single lockup: Semibold 64px @ 1920, lh 0.97 */
  .nap__h2 {
    line-height: 0.97;
    font-size: calc(40px + 24px * (min(100vw, 1920px) - 1200px) / 720);
    letter-spacing: calc(-0.5px + -1.42px * (min(100vw, 1920px) - 1200px) / 720);
  }

  .nap__h2-grad,
  .nap__h2-plain {
    display: inline;
    vertical-align: baseline;
  }

  .nap__intro-copy {
    max-width: none;
    font-size: calc(17px + 3 * (min(100vw, 1920px) - 1200px) / 720);
    line-height: 1.36;
  }

  .nap__building {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    overflow-x: clip;
    padding-top: 0;
    padding-right: calc(28px + 42 * (min(100vw, 1920px) - 1200px) / 720);
    padding-bottom: calc(56px + 64 * (min(100vw, 1920px) - 1200px) / 720);
    padding-left: calc(32px + 132 * (min(100vw, 1920px) - 1200px) / 720);
  }

  .nap__building-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: calc(10px + 6 * (min(100vw, 1920px) - 1200px) / 720);
    flex: 0 1 calc(360px + 151 * (min(100vw, 1920px) - 1200px) / 720);
    width: calc(360px + 151 * (min(100vw, 1920px) - 1200px) / 720);
    max-width: calc(360px + 151 * (min(100vw, 1920px) - 1200px) / 720);
    min-width: min(280px, 100%);
  }

  .nap__program-card {
    height: calc(320px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    min-height: calc(320px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    overflow: hidden;
    padding: calc(28px + 14 * (min(100vw, 1920px) - 1200px) / 720);
  }

  .nap__program-title {
    font-size: calc(26px + 6 * (min(100vw, 1920px) - 1200px) / 720);
  }

  .nap__program-body {
    font-size: calc(16px + 2 * (min(100vw, 1920px) - 1200px) / 720);
    letter-spacing: calc(-0.48px - 0.06 * (min(100vw, 1920px) - 1200px) / 720);
  }

  .nap__building-flow {
    flex: 1 1 0;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    width: 0;
  }

  .nap__building-flow-inner {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex: 1 1 calc(765px + 411 * (min(100vw, 1920px) - 1200px) / 720);
    max-width: calc(765px + 411 * (min(100vw, 1920px) - 1200px) / 720);
    gap: 0;
    min-width: 0;
  }

  .nap__connector-wrap {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    flex: 0 0 calc(145px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    width: calc(145px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    min-width: 0;
  }

  .nap__connector-frame {
    width: calc(145px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    height: calc(252px + 143 * (min(100vw, 1920px) - 1200px) / 720);
    max-width: calc(145px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    aspect-ratio: auto;
  }

  .nap__connector {
    width: calc(145px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    height: calc(252px + 143 * (min(100vw, 1920px) - 1200px) / 720);
    max-width: calc(145px + 80 * (min(100vw, 1920px) - 1200px) / 720);
    object-fit: contain;
    object-position: center center;
  }

  .nap__spec-stack {
    flex: 1 1 calc(620px + 331 * (min(100vw, 1920px) - 1200px) / 720);
    max-width: calc(620px + 331 * (min(100vw, 1920px) - 1200px) / 720);
    gap: calc(32px + 10px * (min(100vw, 1920px) - 1200px) / 720);
    min-width: 0;
  }

  /* Figma 951:1424 / 951:1432 — h 261, p 48, title–list gap 32, title 40 / lh 49, list 18 / lh 1.22, list gap 11 */
  .nap__spec-card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: calc(20px + 12px * (min(100vw, 1920px) - 1200px) / 720);
    min-height: calc(220px + 41px * (min(100vw, 1920px) - 1200px) / 720);
    height: calc(220px + 41px * (min(100vw, 1920px) - 1200px) / 720);
    max-height: calc(220px + 41px * (min(100vw, 1920px) - 1200px) / 720);
    overflow: hidden;
    padding: calc(32px + 16px * (min(100vw, 1920px) - 1200px) / 720);
    box-sizing: border-box;
  }

  .nap__spec-heading {
    flex: 0 0 auto;
    min-width: 0;
    font-size: calc(28px + 12px * (min(100vw, 1920px) - 1200px) / 720);
    line-height: calc(34px + 15px * (min(100vw, 1920px) - 1200px) / 720);
    font-weight: 700;
  }

  .nap__spec-heading--stack .nap__spec-heading-line {
    line-height: inherit;
  }

  .nap__spec-heading--stack {
    flex-shrink: 0;
    min-width: 0;
  }

  .nap__spec-heading--wide {
    flex: 0 0 calc(260px + 116px * (min(100vw, 1920px) - 1200px) / 720);
    width: calc(260px + 116px * (min(100vw, 1920px) - 1200px) / 720);
    max-width: calc(260px + 116px * (min(100vw, 1920px) - 1200px) / 720);
    min-width: 0;
    font-weight: 600;
  }

  .nap__spec-list {
    flex: 1 1 0;
    min-width: 0;
    width: 0;
  }

  .nap__spec-list li {
    font-size: calc(15px + 3px * (min(100vw, 1920px) - 1200px) / 720);
    line-height: 1.22;
  }
}

/* ——— 5. Pathway — 207:1896 / 207:1897; slightly wider band than strict px (tighter outer + inner x) ——— */
.lp-path {
  position: relative;
  width: 100%;
  max-width: var(--lp-max);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(4px, 0.65vw, 12px);
  margin-bottom: clamp(2px, 0.45vw, 6px);
  box-sizing: border-box;
  /* No side padding — band uses full .lp width; mobile gutters in responsive.css */
  padding: clamp(18px, 3.2vw, 52px) 0 clamp(18px, 4.25vw, 72px);
  overflow: visible;
}

/* Colored band + bg: inset matches inner row; tighter x = wider visible band */
.lp-path__container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --lp-path-inset-x: clamp(4px, 2.6vw, 44px);
  --lp-path-inset-t: clamp(22px, 3.5vw, 64px);
  --lp-path-inset-b: clamp(22px, 3.9vw, 72px);
  /* Extra left inset for headline + CTA vs WPU lockup (207:1898) */
  --lp-path-copy-pad: clamp(16px, 2.5vw, 48px);
  overflow: hidden;
  isolation: isolate;
}

.lp-path__bg {
  position: absolute;
  top: var(--lp-path-inset-t);
  right: var(--lp-path-inset-x);
  bottom: var(--lp-path-inset-b);
  left: var(--lp-path-inset-x);
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}

/* 207:1897 bg — same crop as Figma; object-position nudges diagonal / WPU lockup with headline */
.lp-path__bg img {
  position: absolute;
  left: 0;
  top: 11.8%;
  width: 100%;
  height: 88.2%;
  max-width: none;
  object-fit: cover;
  object-position: 38% 48%;
  pointer-events: none;
}

/* 207:1897 — flex gap 24, h 784.89; padding matches .lp-path__bg inset; clip chips to panel */
.lp-path__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(20px, 1.35vw, 28px);
  box-sizing: border-box;
  min-height: 0;
  padding: var(--lp-path-inset-t) var(--lp-path-inset-x) var(--lp-path-inset-b);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (min-width: 1101px) {
  .lp-path__inner {
    flex-wrap: nowrap;
    min-height: clamp(520px, 40.88vw, 784.89px);
    align-items: center;
  }
}

@media (min-width: 1920px) {
  .lp-path__inner {
    min-height: clamp(784.89px, 40.88vw, 920px);
  }
}

/* 207:1898 — copy column slightly wider than photo for headline + CTA alignment */
.lp-path__text {
  position: relative;
  z-index: 3;
  flex: 1.12 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  gap: clamp(20px, 1.25vw, 28px);
  padding: clamp(20px, 4.5vw, 56px) 0 clamp(16px, 3vw, 56px) var(--lp-path-copy-pad);
  box-sizing: border-box;
}

@media (min-width: 1101px) {

  /* Figma 207:1898 — pt-[370px] pb-[200px] gap-[24px] (1920 artboard); vw tracks width */
  .lp-path__text {
    min-height: 0;
    flex: 1.14 1 0;
    padding-top: clamp(36px, 19.27vw, 370px);
    padding-bottom: clamp(24px, 10.42vw, 200px);
    padding-left: var(--lp-path-copy-pad);
    padding-right: 0;
    gap: 24px;
  }
}

/* 207:1899 — Montserrat Semibold 40px; stacked lines left-aligned with even rhythm */
.lp-path__h2 {
  margin: 0;
  width: max-content;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 2.08vw, 40px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.lp-path__h2-line {
  display: block;
  max-width: 100%;
}

.lp-path__h2-line+.lp-path__h2-line {
  margin-top: 0.06em;
}

.lp-path__text .lp-btn--apply-red {
  align-self: flex-start;
  flex-shrink: 0;
}

.lp-path__stage {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  min-width: 0;
  min-height: clamp(280px, 52vw, 400px);
  align-self: stretch;
  overflow: visible;
}

@media (min-width: 1101px) {
  .lp-path__stage {
    min-height: clamp(400px, 40.88vw, 784.89px);
    height: auto;
  }
}

@media (min-width: 1920px) {
  .lp-path__stage {
    min-height: clamp(784.89px, 40.88vw, 920px);
  }
}

.lp-path__model-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-width: 0;
  pointer-events: none;
}

/* 207:1904 — Figma: inset-0, object-contain; bottom-aligned in stage */
.lp-path__model {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
}

/* Role layer — %-positions from Figma px ÷ ref col ~785 × ref h 784.89; 1920px = exact px */
.lp-path__role-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.lp-path__role-layer .lp-glass--path {
  pointer-events: auto;
  box-sizing: border-box;
  width: min(347px, calc(100% - 24px));
  min-height: 110.06px;
  padding: clamp(16px, 1.3vw, 25px);
  gap: clamp(14px, 1.04vw, 20px);
  border: 1px solid #151515;
  border-radius: 16px;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  background: linear-gradient(170.81deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.lp-glass {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 16px;
}

.lp-path__role-layer .lp-glass--path p {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(17px, 1.25vw, 24px);
  line-height: 1.11;
  text-transform: uppercase;
  color: #fff;
}

.lp-glass--end {
  display: flex;
}

.lp-glass--end p {
  white-space: nowrap;
  flex: 0 1 auto;
}

.lp-path__role-layer .lp-glass__ico-w {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 3.44vw, 66px);
  height: clamp(52px, 3.44vw, 66px);
  padding: clamp(6px, 0.52vw, 10px);
  background: #fff;
  border-radius: 9px;
  flex-shrink: 0;
}

.lp-path__role-layer .lp-glass__ico-w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-path__role-layer .lp-glass:nth-child(2) .lp-glass__ico-w img {
  object-fit: contain;
  max-height: 67px;
}

/* Glass chips: inside stage + vertical spacing so pairs don’t crowd */
.lp-glass--path-innovator {
  top: 45.5%;
  left: clamp(4px, 1.45vw, 12px);
  right: auto;
}

.lp-glass--path-entrepreneur {
  top: calc(min(84%, calc(78.42% + clamp(24px, 3.2vw, 40px))) - clamp(10px, 1.4vw, 18px));
  left: clamp(4px, 1.45vw, 12px);
  right: auto;
}

.lp-glass--path-thinker {
  top: 51%;
  left: auto;
  right: clamp(10px, 2.2vw, 24px);
}

.lp-glass--path-solver {
  top: calc(min(85%, calc(78.42% + clamp(28px, 3.5vw, 44px))) - clamp(10px, 1.4vw, 18px));
  right: clamp(10px, 2.2vw, 24px);
  left: auto;
}

@media (min-width: 1920px) {

  /* Figma px at 1920 → scale with vw so chips track the model on ultra-wide */
  .lp-glass--path-innovator {
    top: clamp(357px, 18.6vw, 432px);
    left: clamp(12px, 0.625vw, 16px);
  }

  .lp-glass--path-entrepreneur {
    top: clamp(634px, 33.02vw, 768px);
    left: clamp(12px, 0.625vw, 16px);
  }

  .lp-glass--path-thinker {
    top: clamp(400px, 20.83vw, 484px);
    right: clamp(20px, 1.04vw, 26px);
    left: auto;
  }

  .lp-glass--path-solver {
    top: clamp(642px, 33.44vw, 778px);
    right: clamp(20px, 1.04vw, 26px);
    left: auto;
  }

  .lp-path__role-layer .lp-glass--path {
    width: clamp(347px, 18.07vw, 400px);
    max-width: min(400px, calc(100% - 40px));
    padding: clamp(22px, 1.3vw, 28px);
    gap: clamp(18px, 1.04vw, 24px);
  }
}

/* ——— 5b. Choose what drives you — desktop Figma 363:1649 ——— */
.lp-choose {
  width: 100%;
  max-width: var(--lp-max);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  /* 363:1649 — vertical padding hits caps at 1920px artboard; narrower desktops scale down (plain vw looked too loose <1920) */
  padding: clamp(16px, 5.208333vw, 100px) clamp(14px, 4.31vw, 77.25px) clamp(14px, 3.75vw, 72px);
  overflow: visible;
}

.lp-choose__inner {
  width: 100%;
  min-width: 0;
}

.lp-choose--step2 .lp-choose__band,
.lp-choose--result .lp-choose__band {
  max-height: none;
}

.lp-choose--mapping .lp-choose__band {
  max-height: none;
  background: #fff;
  box-shadow:
    0 24px 250px rgba(0, 0, 0, 0.07),
    0 10px 112px rgba(0, 0, 0, 0.05),
    0 5px 60px rgba(0, 0, 0, 0.04),
    0 3px 34px rgba(0, 0, 0, 0.04),
    0 2px 18px rgba(0, 0, 0, 0.03),
    0 1px 7px rgba(0, 0, 0, 0.02);
}

.lp-choose__band {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  min-height: clamp(420px, 42vw, 794px);
  max-height: 794px;
  background: #020219;
  box-shadow:
    0 6px 203px rgba(0, 0, 0, 0.07),
    0 2.507px 84.809px rgba(0, 0, 0, 0.05),
    0 1.34px 45.343px rgba(0, 0, 0, 0.04),
    0 0.751px 25.419px rgba(0, 0, 0, 0.04),
    0 0.399px 13.5px rgba(0, 0, 0, 0.03),
    0 0.166px 5.618px rgba(0, 0, 0, 0.02);
}

.lp-choose__views {
  display: grid;
  grid-template-areas: "choose-stack";
  min-height: inherit;
}

.lp-choose__view {
  grid-area: choose-stack;
  position: relative;
  z-index: 0;
  min-height: clamp(420px, 42vw, 794px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.lp-choose__view--active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lp-choose__diagonal {
  position: absolute;
  top: 13.48%;
  right: 0;
  bottom: 0;
  left: 0.67%;
  z-index: 0;
  pointer-events: none;
}

/* Step 1: blue diagonal SVG hidden — use band/section background image instead */
.lp-choose__view--step1 .lp-choose__diagonal {
  display: none;
}

.lp-choose__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 40px);
  min-width: 0;
  width: 100%;
}

.lp-choose__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 43px);
  width: 100%;
  min-width: 0;
}

.lp-choose__diagonal-img--mob {
  display: none;
}

.lp-choose__diagonal-img--desk {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.lp-choose__photo-img--mob {
  display: none;
}

.lp-choose__photo-img--desk {
  display: block;
}

/* 374:1345 — band row p 56, gap 80 between step column and content; 374:1354 pills w 414, gap 32 */
.lp-choose__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: clamp(32px, 5.5vw, 80px);
  align-items: center;
  min-height: inherit;
  padding: clamp(24px, 3.5vw, 56px);
  padding-right: clamp(240px, 46vw, 810px);
  box-sizing: border-box;
}

.lp-choose__h2 {
  margin: 0;
  max-width: min(57rem, 100%);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 4.46vw, 80px);
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: -0.04em;
  text-transform: none;
  color: #fff;
}

.lp-choose__lead {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2.5vw, 40px);
  font-weight: 600;
  line-height: 0.93;
  color: #fff;
}

.lp-choose__step {
  margin: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 52px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.lp-choose__step-line {
  display: block;
  width: 100%;
}

.lp-choose__choices {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(20px, 2.5vw, 32px);
  width: 100%;
  max-width: min(414px, 100%);
}

.lp-choose__pill {
  margin: 0;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  min-height: clamp(72px, 5.5vw, 83px);
  padding: clamp(18px, 2vw, 24px) clamp(20px, 3vw, 40px);
  border-radius: 42.5px;
  border: 2px solid #fff;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.11;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow:
    0 0 228px rgba(70, 83, 245, 0.23),
    0 0 95px rgba(70, 83, 245, 0.17),
    0 0 51px rgba(70, 83, 245, 0.14),
    0 0 29px rgba(70, 83, 245, 0.12),
    0 0 15px rgba(70, 83, 245, 0.09),
    0 0 6px rgba(70, 83, 245, 0.06);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
}

.lp-choose__pill:hover {
  border-color: #fff;
  color: #fff;
}

.lp-choose__pill--active:hover,
.lp-choose__pill--active:focus-visible {
  color: #010767;
  background: #fff;
  border-color: #fff;
}

.lp-choose__pill--active:hover {
  background: #f2f4ff;
  border-color: #d8defc;
}

.lp-choose__pill--active:focus-visible {
  background: #fff;
  outline: 2px solid #4653f5;
  outline-offset: 2px;
}

.lp-choose__pill:focus-visible {
  outline: 2px solid #7fafff;
  outline-offset: 3px;
}

.lp-choose__pill--active {
  background: #fff;
  border-color: #fff;
  color: #010767;
  font-size: clamp(20px, 1.45vw, 24px);
  font-weight: 600;
}

/* Step 2 — Figma 363:1455 */
.lp-choose__grid--step2 {
  grid-template-columns: 52px minmax(0, 1fr) minmax(240px, min(541px, 38vw));
  column-gap: clamp(32px, 5.5vw, 80px);
  align-items: center;
  padding: clamp(24px, 3.5vw, 56px);
  padding-right: clamp(24px, 3.5vw, 56px);
}

.lp-choose__step2-head {
  min-width: 0;
}

.lp-choose__h2--step2 {
  margin: 0;
  max-width: min(42rem, 100%);
  font-size: clamp(36px, 6.2vw, 96px);
  font-weight: 600;
  line-height: 0.97;
  letter-spacing: -0.04em;
  text-transform: none;
  color: #fff;
}

.lp-choose__choices--step2 {
  max-width: min(541px, 100%);
  gap: clamp(16px, 2vw, 22px);
}

.lp-choose__pill--step2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-choose__pill--step2.lp-choose__pill--active {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

@media (prefers-reduced-motion: reduce) {
  .lp-choose__pill {
    transition: none;
  }

  .lp-choose__view {
    transition: none;
  }
}

/* Portrait: bottom flush with band; head overlaps above band (Figma-style framing, 363:1649) */
.lp-choose__photo {
  position: absolute;
  z-index: 3;
  left: 50.39%;
  right: 1.17%;
  /* Stretch from above band down to bottom edge — height = band + |top| */
  top: clamp(-143px, calc(-80px + (100vw - 1200px) * -63 / 720), -72px);
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.lp-choose__photo-img--desk {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Keep figure anchored to bottom of frame so hem meets band edge; bias X for crop */
  object-position: 38% 100%;
}

/* Mapping + result — Figma 363:1475, 363:1479 */
.lp-choose__view--mapping {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 1.24vw, 22px);
  box-sizing: border-box;
  background: #fff;
}

.lp-choose__mapping-card {
  width: 100%;
  max-width: min(1200px, 100%);
  min-height: clamp(320px, 52vw, 794px);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3.5vw, 56px);
  padding: clamp(24px, 4vw, 48px);
  box-sizing: border-box;
}

/* True circle: square + 50% radius (Figma 363:1475); no frame/shadow — asset rotates inside */
.lp-choose__mapping-orb-wrap {
  width: min(100%, min(72vmin, 720px));
  max-width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
  background: transparent;
}

.lp-choose__mapping-orb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  outline: none;
  transform-origin: center center;
  /* Slight scale hides square GIF edges / anti-alias gap so no white “box” at the rim */
  animation: lpChooseOrbRotate 7s linear infinite;
}

@keyframes lpChooseOrbRotate {
  from {
    transform: scale(1.08) rotate(0deg);
  }

  to {
    transform: scale(1.08) rotate(360deg);
  }
}

.lp-choose__mapping-label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.8vw, 40px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #010767;
  text-align: center;
}

.lp-choose__view--result {
  padding: clamp(28px, 4.5vw, 87px) clamp(16px, 4.9vw, 87px) clamp(28px, 5vw, 72px);
  box-sizing: border-box;
  overflow: hidden;
}

.lp-choose__result-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #214ab1 0%, #010767 100%);
  box-shadow:
    0 24px 250px rgba(0, 0, 0, 0.07),
    0 10px 112px rgba(0, 0, 0, 0.05),
    0 5px 60px rgba(0, 0, 0, 0.04),
    0 3px 34px rgba(0, 0, 0, 0.04),
    0 2px 18px rgba(0, 0, 0, 0.03),
    0 1px 7px rgba(0, 0, 0, 0.02);
  pointer-events: none;
}

.lp-choose__reset {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(24px, 3vw, 40px);
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Instrument Sans", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.lp-choose__reset:hover,
.lp-choose__reset:focus-visible {
  opacity: 0.88;
}

.lp-choose__reset:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.lp-choose__reset-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  font-size: 18px;
  line-height: 1;
}

.lp-choose__result-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: clamp(24px, 3.5vw, 72px);
  width: 100%;
  max-width: min(1780px, 100%);
  margin: 0 auto;
  box-sizing: border-box;
}

.lp-choose__result-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  max-width: min(665px, 100%);
}

.lp-choose__result-degree {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  overflow-wrap: break-word;
}

.lp-choose__result-plus {
  margin: 0.15em 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1;
  color: #fff;
}

.lp-choose__result-secondary {
  margin: 0 0 clamp(28px, 4vw, 56px);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  overflow-wrap: break-word;
}

.lp-choose__result-cta {
  margin-top: auto;
  border-radius: 14px;
  padding: 14px 18px;
}

.lp-choose__result-card {
  position: relative;
  width: 100%;
  max-width: min(1038px, 100%);
  min-height: 0;
  justify-self: end;
  padding: clamp(28px, 3.5vw, 58px) clamp(20px, 3.5vw, 54px) clamp(28px, 3.5vw, 48px);
  box-sizing: border-box;
  background: #fff;
  border-radius: clamp(16px, 1.5vw, 23px);
  box-shadow:
    0 6px 203px rgba(0, 0, 0, 0.07),
    0 2.5px 85px rgba(0, 0, 0, 0.05),
    0 1.34px 45px rgba(0, 0, 0, 0.04),
    0 0.75px 25px rgba(0, 0, 0, 0.04),
    0 0.4px 13.5px rgba(0, 0, 0, 0.03),
    0 0.17px 5.6px rgba(0, 0, 0, 0.02);
}

.lp-choose__result-card-head {
  text-align: center;
  max-width: min(607px, 100%);
  margin: 0 auto clamp(24px, 3vw, 40px);
}

.lp-choose__result-card-title {
  margin: 0 0 clamp(12px, 1.5vw, 16px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 32px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: #214ab1;
}

.lp-choose__result-blurb {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.36;
  color: #000;
}

.lp-choose__result-outcomes {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 28px);
  width: 100%;
  max-width: min(955px, 100%);
  margin: 0 auto;
}

.lp-choose__result-outcomes-label {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.55vw, 32px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: #214ab1;
}

.lp-choose__result-outcomes-body {
  flex: 1;
  min-width: 0;
  padding-left: clamp(16px, 2vw, 28px);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.lp-choose__result-careers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-choose__result-careers li {
  margin: 0;
  padding: clamp(8px, 1vw, 10px) 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.39;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  overflow-wrap: break-word;
}

.lp-choose__result-careers li:first-child {
  padding-top: 0;
}

.lp-choose__result-careers li:last-child {
  border-bottom: none;
}

/* Result step — desktop: vertically centred in band, programme block left-aligned (≥1200) */
@media (min-width: 1200px) {
  .lp-choose__view--result {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: inherit;
    padding: clamp(48px, 4.2vw, 88px) clamp(24px, 4.9vw, 87px) clamp(56px, 4.5vw, 100px);
    box-sizing: border-box;
  }

  .lp-choose__view--result .lp-choose__reset {
    flex-shrink: 0;
    align-self: flex-start;
    margin-bottom: clamp(20px, 2vw, 32px);
  }

  .lp-choose__result-layout {
    flex: 1 1 auto;
    min-height: 0;
    align-content: center;
    align-items: center;
  }

  .lp-choose__result-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: min(665px, 100%);
  }

  .lp-choose__result-degree,
  .lp-choose__result-plus,
  .lp-choose__result-secondary {
    text-align: left;
  }

  .lp-choose__result-plus {
    margin: clamp(0.12em, 0.2vw, 0.2em) 0;
  }

  .lp-choose__result-secondary {
    margin: 0 0 clamp(24px, 2.4vw, 40px);
  }

  .lp-choose__result-cta {
    align-self: flex-start;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-choose__mapping-orb {
    animation: none;
    transform: scale(1.08);
  }
}

@media (min-width: 1200px) {
  .lp-choose__h2-br {
    display: none;
  }

  .lp-choose__h2-line:first-of-type::after {
    content: " ";
  }

  .lp-choose__h2-br--step2 {
    display: none;
  }

  /* Step 1 — pixel-aligned to Figma 363:1438 (frame 1792×794; % = of band) */
  .lp-choose__view--step1 {
    min-height: 794px;
    max-height: 794px;
    background: url('assets/quizbg.webp') no-repeat center / cover;
  }


  .lp-choose:not(.lp-choose--step2):not(.lp-choose--mapping):not(.lp-choose--result) .lp-choose__band {
    min-height: 794px;
    max-height: 794px;
  }

  .lp-choose__view--step1 .lp-choose__grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 794px;
    min-height: 794px;
    padding: 0;
    padding-left: 3.85%;
    padding-right: clamp(240px, 46vw, 810px);
    box-sizing: border-box;
    column-gap: clamp(48px, 5.5vw, 80px);
    z-index: 1;
  }

  .lp-choose__view--step1 .lp-choose__main {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 0 1 auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    overflow: visible;
    gap: clamp(28px, 3vw, 40px);
  }

  .lp-choose__view--step1 .lp-choose__head {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    gap: clamp(20px, 4vw, 43px);
  }

  .lp-choose__view--step1 .lp-choose__step {
    position: static;
    z-index: 2;
    flex-shrink: 0;
    width: 52px;
    min-width: 52px;
    margin: 0;
    align-self: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.12;
  }

  .lp-choose__view--step1 .lp-choose__step-line {
    display: block;
    width: 100%;
    line-height: 1.12;
  }

  .lp-choose__view--step1 .lp-choose__h2 {
    position: static;
    z-index: 2;
    max-width: min(707px, 39.5vw);
    margin: 0;
    font-size: clamp(48px, calc(100vw * 80 / 1792), 80px);
    font-weight: 600;
    line-height: 0.93;
    letter-spacing: -0.04em;
  }

  .lp-choose__view--step1 .lp-choose__lead {
    position: static;
    z-index: 2;
    margin: 0;
    font-size: clamp(28px, calc(100vw * 40 / 1792), 40px);
    font-weight: 600;
    line-height: 0.93;
    letter-spacing: -0.04em;
  }

  .lp-choose__view--step1 .lp-choose__choices {
    position: static;
    z-index: 2;
    width: min(459px, 68%);
    max-width: 100%;
    padding-left: 0;
    align-self: stretch;
    box-sizing: border-box;
    gap: 32px;
    margin: 0;
  }

  .lp-choose__view--step1 .lp-choose__pill {
    width: 410px;
    max-width: 100%;
    height: 83px;
    min-height: 83px;
    padding: 24px 40px;
    border-radius: 42.5px;
    border-width: 2px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.11;
    text-align: left;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
  }

  .lp-choose__view--step1 .lp-choose__pill--active {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.11;
  }

  .lp-choose__view--step1 .lp-choose__pill--active:hover,
  .lp-choose__view--step1 .lp-choose__pill--active:focus-visible {
    color: #010767;
  }

  .lp-choose__view--step1 .lp-choose__photo {
    top: calc(-91 / 794 * 100% - 40px);
    left: 50.39%;
    right: 1.17%;
    bottom: 0;
  }

  .lp-choose__view--step1 .lp-choose__photo-img--desk {
    object-position: 36% 96%;
  }
}

/* ——— 6. Learning model — Figma 340:447 (desktop); mobile 374:1281 ——— */
.lp-learn {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-top: clamp(24px, 4vw, 80px);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  --lp-learn-rule: rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #000 0%, #010767 100%);
  box-shadow:
    0 6px 203px rgba(0, 0, 0, 0.07),
    0 2.507px 84.809px rgba(0, 0, 0, 0.05),
    0 1.34px 45.343px rgba(0, 0, 0, 0.04),
    0 0.751px 25.419px rgba(0, 0, 0, 0.04),
    0 0.399px 13.5px rgba(0, 0, 0, 0.03),
    0 0.166px 5.618px rgba(0, 0, 0, 0.02);
}

/* 340:448 — p-164; headline + CTA gap 32px (951:1449) */
.lp-learn__left {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  min-height: 0;
  padding: clamp(32px, 8.55vw, 164px);
  box-sizing: border-box;
}

@media (min-width: 1001px) {
  .lp-learn__left {
    min-height: 500px;
  }
}

@media (min-width: 1920px) {
  .lp-learn__left {
    min-height: 1235px;
  }
}

.lp-learn__h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 5vw, 80px);
  line-height: 1.08;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1.6px;
}

.lp-learn__h2-line {
  display: block;
}

.lp-learn__cta {
  align-self: flex-start;
}

.lp-learn__vline {
  flex: 0 0 1px;
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 200px;
  padding: 0;
  margin: 0;
  border: none;
  background: var(--lp-learn-rule);
  overflow: hidden;
  box-sizing: border-box;
}

@media (min-width: 1001px) {
  .lp-learn__vline {
    min-height: clamp(520px, 45vw + 280px, 1235px);
  }
}

/* 1985: w-970 h-1235; 1986 pl-100 pr-77 py-30; tag+bundle gap-12; title+body gap-14 */
/* flex-start: equal flex+min-height on rows was shrinking year blocks and letting long copy overlap the next row */
.lp-learn__years {
  flex: 1 1 400px;
  min-width: 0;
  max-width: 970px;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1920px) {
  .lp-learn__years {
    min-height: 1235px;
  }
}

/* Years: no Swiper JS; ≤1199px = column stack in responsive.css; desktop = display:contents */
.lp-learn__swiper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.lp-learn__swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* Desktop ≥1200px: Figma 340:447 — flatten Swiper; extra top inset on years column. */
@media (min-width: 1200px) {
  .lp-learn__left {
    padding-top: calc(clamp(32px, 8.55vw, 164px) + clamp(32px, 3.5vw, 72px));
    padding-bottom: clamp(32px, 8.55vw, 164px);
    padding-left: clamp(32px, 8.55vw, 164px);
    padding-right: clamp(32px, 8.55vw, 164px);
  }

  .lp-learn__years {
    padding-top: clamp(32px, 3.5vw, 72px);
    box-sizing: border-box;
  }

  /* Swiper bundle can override display — keep four year rows + desktop dividers (sep in markup) */
  .lp-learn__swiper,
  .lp-learn__swiper .swiper-wrapper,
  .lp-learn__swiper .swiper-slide {
    display: contents !important;
  }
}

@media (min-width: 1920px) {
  .lp-learn {
    min-height: 1235px;
  }

  .lp-learn__h2 {
    max-width: 652px;
    font-size: 80px;
    line-height: 1.08;
    letter-spacing: -1.6px;
  }
}

.lp-yr {
  padding: 30px 77px 30px 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 0 0 auto;
  justify-content: flex-start;
  min-height: 0;
  box-sizing: border-box;
}

.lp-yr__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  min-width: 0;
  color: #fff;
}

.lp-yr__tag {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.11;
  font-weight: 600;
  text-transform: uppercase;
  color: #5697fe;
  flex-shrink: 0;
}

.lp-yr__content h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 1.67vw, 32px);
  line-height: 1.11;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.lp-yr__title-line {
  display: block;
}

.lp-yr__desc {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.39;
  color: #fff;
}

.lp-yr__sep {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--lp-learn-rule, rgba(255, 255, 255, 0.5));
}

/* ——— 7. Programme focus — desktop Figma 954:1474; mobile stack Figma 1005:1460 (responsive.css) ——— */
.lp-prog-focus {
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  /* Right gutter only — image (954:1475) bleeds to viewport/section left like Figma */
  padding: 0 var(--lp-pad-l, 24px) 0 0;
  background: linear-gradient(118deg, #e8eef9 0%, #f4f7fd 38%, #ffffff 100%);
  overflow-x: visible;
}

.lp-prog-focus__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 23px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  min-height: 0;
}

/* 954:1475 — flex-[1_0_0]; image absolute inset-0 object-cover (Figma) */
.lp-prog-focus__art {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.lp-prog-focus__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
}

/* 954:1476 — w 764 shrink-0; gap 57; py 147 pr 70 (gutter = flex gap, not pl) */
.lp-prog-focus__body {
  flex: 0 0 auto;
  width: min(764px, calc((100% - 23px) * 764 / 1921));
  max-width: 764px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 57px;
  padding: 147px 70px 147px 0;
  min-width: 0;
  align-self: stretch;
}

.lp-prog-focus__lede {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.6px;
  color: #000;
}

.lp-prog-focus__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.lp-prog-focus__item--gap-sm {
  gap: 10px;
}

.lp-prog-focus__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 0.97;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #427bee;
}

.lp-prog-focus__title-line {
  display: block;
}

.lp-prog-focus__text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.6px;
  color: #000;
}

/* ——— 8. Legacy — stat boxes Figma 2859:18143 ——— */
/* Gradient: 040c6d → 457be1 @ 41.93% → transparent; p-164; 99px below intro, 21px between stat rows */
.lp-legacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(32px, 8.55vw, 164px) clamp(20px, 8.55vw, 164px);
  gap: 99px;
  background: linear-gradient(180deg, #040c6d 0%, #457be1 41.93%, rgba(69, 123, 225, 0) 100%);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  color: #fff;
}

@media (max-width: 1199px) {
  .lp-legacy {
    gap: clamp(40px, 5vw, 99px);
  }
}

.lp-legacy__grids {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 100%;
  max-width: 100%;
}

/* 2148: gap-114, items-start; title 895×64 Bold; body 20 Regular Montserrat, lh 1.43 */
.lp-legacy__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px clamp(32px, 5vw, 100px);
  width: 100%;
}

.lp-legacy__h2 {
  margin: 0;
  flex: 1 1 300px;
  min-width: 0;
  max-width: 885px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #fff;
}

.lp-legacy__lede {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 607px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
}

.lp-legacy__lede p {
  margin: 0;
  line-height: 1.43;
  color: #fff;
}

.lp-legacy__lede p+p {
  margin-top: 1.43em;
}

/* Row 1 — Figma 2859:18144: gap-21, h-177; cards 283 / 537 / 510 */
.lp-legacy__grid1 {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}

.lp-legacy__cell {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
  min-height: 177px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  color: #000;
  box-sizing: border-box;
}

.lp-legacy__cell:nth-child(1) {
  flex: 283 1 0;
  min-width: 0;
  max-width: 100%;
}

.lp-legacy__cell--students {
  flex: 537 1 0;
  gap: 20px;
  min-width: 0;
  max-width: 100%;
}

.lp-legacy__cell--hospital {
  flex: 510 1 0;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .lp-legacy__cell:nth-child(1),
  .lp-legacy__cell--students,
  .lp-legacy__cell--hospital {
    flex: none;
    max-width: none;
  }
}

.lp-legacy__n {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(40px, 5vw, 96px);
  line-height: 1.04;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  color: #010767;
}

@media (min-width: 1200px) {
  .lp-legacy__cell:nth-child(1) .lp-legacy__n {
    flex: 0 0 83px;
    width: 83px;
  }

  .lp-legacy__cell--students .lp-legacy__n {
    flex: 0 0 auto;
    width: auto;
  }

  .lp-legacy__cell--hospital .lp-legacy__n {
    flex: 1 1 auto;
    width: auto;
    max-width: min(348px, 68%);
  }
}

@media (max-width: 1199px) {
  .lp-legacy__cell .lp-legacy__n {
    width: auto !important;
    max-width: 100%;
    flex: none !important;
  }

  .lp-legacy__cell {
    min-height: 0;
  }
}

.lp-legacy__label {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp-legacy__label p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.72px;
  color: #000;
  text-transform: none;
}

.lp-legacy__label p + p {
  margin-top: 0;
}

/* Row 2 — Figma 2859:18154: max 1371px, 3× h-177 horizontal cards */
.lp-legacy__grid2 {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  width: 100%;
  max-width: 1371px;
  margin-inline: auto;
  align-items: stretch;
  justify-content: center;
}

.lp-legacy__s {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 177px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  align-items: center;
  box-sizing: border-box;
}

.lp-legacy__s--schools {
  flex: 467 1 0;
  padding-left: 40px;
  padding-right: 30px;
}

.lp-legacy__s--hei {
  flex: 451 1 0;
  gap: 30px;
}

.lp-legacy__s--med {
  flex: 410 1 0;
  gap: 30px;
}

.lp-legacy__n2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(40px, 5vw, 96px);
  line-height: 1.04;
  font-weight: 600;
  color: #010767;
  letter-spacing: -1.92px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .lp-legacy__grid1,
  .lp-legacy__grid2 {
    flex-wrap: nowrap;
  }
}

/* ——— 9. Leadership (Figma 218:2253; Swiper 11; see app.js — all breakpoints) ——— */
.lp-lead {
  display: flex;
  flex-direction: column;s
  align-items: flex-start;
  width: 100%;
  padding: 0 0 90px;
}

/* 218:2255 — Montserrat Semibold, 64 @1920, two lines, lh 0.97, max 619 */
.lp-lead__h2 {
  margin: 0;
  max-width: 619px;
  padding: 0 var(--lp-pad-l);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 4vw, 64px);
  line-height: 0.97;
  font-weight: 400;
  text-transform: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06em;
}

.lp-lead__h2-line {
  display: block;
}

/* gap 80 (218:2254) + track; horizontal gutter matches programme focus */
.lp-lead__slider-wrap {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 0 var(--lp-pad) 0.3px;
  box-sizing: border-box;
}

.lp-lead__swiper {
  width: 100%;
  max-width: 100%;
}

.lp-lead__swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.lp-lead__card {
  width: 100%;
  max-width: 443px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* 218:2258: h-470, pt 30, px 30, gap 20; photo at bottom in fixed aspect frame 402.678:314.688 */
.lp-lead__panel {
  width: 100%;
  height: 470px;
  min-height: 470px;
  margin-bottom: 20px;
  background: #b0002d;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 30px 0;
  gap: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.lp-lead__headban {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.lp-lead__rule {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lp-lead__rule img {
  display: block;
  max-height: 50px;
  width: auto;
  transform: rotate(90deg);
}

.lp-lead__headban p {
  flex: 1;
  margin: 0;
  min-width: 0;
  font-family: "Instrument Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 0.94;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.72px;
}

/* Grows; portrait frame (aspect) sits at bottom of red box like 218:2262 / 218:2272 */
.lp-lead__photo-clip {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}

/* 218:2263: aspect 402.678:314.688, full width */
.lp-lead__photo {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 402.678 / 314.688;
  overflow: hidden;
}

/* Override global `img { max-width: 100% }` so Figma scale crops (e.g. Satish) are not squashed. */
.lp-lead__photo img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 218:2263 — same crop as comp; global img max-width was clamping this before max-width: none on parent rule */
.lp-lead__photo--ar img {
  left: -7.74%;
  top: -35.06%;
  width: 166.35%;
  height: 135.06%;
  object-fit: cover;
  max-width: none;
  max-height: none;
}

.lp-lead__photo--cover img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  max-width: none;
}

.lp-lead__photo--contain img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  max-width: none;
}

/* Figma 218:2264: tighter stack for the two designation lines below each card */
.lp-lead__card p.t-cap {
  width: 100%;
  text-align: left;
  align-self: stretch;
  margin: 0;
  line-height: 1.2;
}

.lp-lead__card p.t-cap+p.t-cap {
  margin-top: 2px;
}

/* ——— 10. Eligibility — desktop Figma 2505:985; mobile Figma 2505:3712 ——— */
.lp-eli {
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--lp-pad);
  gap: 52px;
}

.lp-eli__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Anchor to top so the diagonal/upper graphic isn’t vertically cropped (cover defaults to center) */
.lp-eli__bg img {
  position: absolute;
  height: 100%;
  left: -22.84%;
  top: 0;
  width: 194.85%;
  object-fit: cover;
  object-position: top center;
  max-width: none;
}

/* 2344: card p-80, gap-74; 2345: intro gap-43; mobile 411:368 p-24 gap-32 */
.lp-eli__box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  max-width: 1199px;
  background: #fff;
  padding: clamp(24px, 4vw, 80px);
  border-radius: 25px;
  box-shadow: 0 0 208px rgba(0, 0, 0, 0.09), 0 0 86.897px rgba(0, 0, 0, 0.06), 0 0 46.46px rgba(0, 0, 0, 0.05), 0 0 26.045px rgba(0, 0, 0, 0.05), 0 0 13.832px rgba(0, 0, 0, 0.04), 0 0 5.756px rgba(0, 0, 0, 0.03);
}

.lp-eli__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.lp-eli__h2 {
  margin: 0;
  max-width: 100%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 300;
  line-height: 0.97;
  letter-spacing: -0.03em;
  text-transform: none;
}

.lp-eli__h2-line {
  display: block;
}

/* 2347: segmented control gap-1px, shadow; 2348/2350: h-58, w-273 / w-335 */
.lp-eli__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: flex-start;
  max-width: 100%;
  width: auto;
  min-width: 0;
  gap: 1px;
  background: #fff;
  border-radius: 29px;
  box-shadow: 0 6px 80px rgba(0, 0, 0, 0.07), 0 2.507px 33.422px rgba(0, 0, 0, 0.05), 0 1.34px 17.869px rgba(0, 0, 0, 0.04), 0 0.751px 10.017px rgba(0, 0, 0, 0.04), 0 0.399px 5.32px rgba(0, 0, 0, 0.03), 0 0.166px 2.214px rgba(0, 0, 0, 0.02);
}

button.lp-eli__tab {
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  text-align: center;
  box-sizing: border-box;
}

.lp-eli__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  height: 58px;
  box-sizing: border-box;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.11;
  text-transform: uppercase;
  flex: 0 0 auto;
  border-radius: 29px;
  transition: background 0.2s ease, color 0.2s ease;
}

.lp-eli__tab--on {
  width: 273px;
  max-width: 100%;
  min-width: 0;
  background: #b0002d;
  color: #fff;
}

.lp-eli__tab:not(.lp-eli__tab--on) {
  width: 335px;
  max-width: 100%;
  min-width: 0;
  background: #fff;
  color: #000;
}

.lp-eli__tab:focus-visible {
  outline: 2px solid #214cb5;
  outline-offset: 2px;
}

.lp-eli__panels {
  width: 100%;
  min-width: 0;
}

.lp-eli__panel[hidden] {
  display: none !important;
}

/* Two-column desktop Figma 218:2342; stacked accordion + CTA Figma 417:1728 (responsive.css ≤991) */
.lp-eli__grid-wrap {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  column-gap: 53px;
  row-gap: 14px;
  align-items: start;
  width: 100%;
}

.lp-eli__left-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.lp-eli__acc-item {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.lp-eli__accordion {
  display: contents;
}

.lp-eli__acc-item--elig,
.lp-eli__acc-item--sel {
  display: contents;
}

.lp-eli__acc-rule {
  display: none;
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

button.lp-eli__acc-trigger {
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

.lp-eli__acc-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  padding: 16px 22px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.11;
  color: #000;
  box-sizing: border-box;
  border-radius: 29px;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.07), 0 2.507px 16.711px rgba(0, 0, 0, 0.05), 0 1.34px 8.935px rgba(0, 0, 0, 0.04), 0 0.751px 5.009px rgba(0, 0, 0, 0.04), 0 0.399px 2.66px rgba(0, 0, 0, 0.03), 0 0.166px 1.107px rgba(0, 0, 0, 0.02);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/* Figma: title flex-[1_0_0], icon shrink-0 20px */
.lp-eli__acc-title {
  flex: 1 1 0;
  min-width: 0;
  font-weight: 600;
  text-align: center;
}

.lp-eli__acc-ico {
  display: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
}

.lp-eli__acc-item.is-open .lp-eli__acc-ico::before {
  content: "\2212";
}

.lp-eli__acc-item:not(.is-open) .lp-eli__acc-ico::before {
  content: "+";
}

.lp-eli__acc-panel {
  min-width: 0;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.lp-eli__acc-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.lp-eli__acc-text p {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.54px;
  line-height: 1.35;
  color: #000;
  box-sizing: border-box;
}

.lp-eli__national-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.lp-eli__national-content p {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.54px;
  line-height: 1.35;
  color: #000;
  box-sizing: border-box;
}

/* Brochure CTA — desktop Figma 2505:1012 */
.lp-eli__brochure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: #010767;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.lp-eli__brochure:hover,
.lp-eli__brochure:focus-visible {
  background: #162197;
  box-shadow: 0 10px 28px rgba(1, 7, 103, 0.34);
  transform: none;
}

.lp-eli__brochure:active {
  transform: none;
  box-shadow: 0 4px 14px rgba(1, 7, 103, 0.28);
}

.lp-eli__brochure:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

.lp-eli__brochure span {
  flex: 1 1 0;
  min-width: 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 14.567px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.lp-eli__brochure-ico {
  display: block;
  flex: 0 0 auto;
  width: 30.58px;
  height: 26.94px;
  object-fit: contain;
  pointer-events: none;
}

.lp-eli__brochure:hover .lp-eli__brochure-ico,
.lp-eli__brochure:focus-visible .lp-eli__brochure-ico {
  transform: none;
}

.lp-eli__acc-item--elig .lp-eli__acc-trigger {
  grid-column: 1;
  grid-row: 1;
}

.lp-eli__acc-item--sel .lp-eli__acc-trigger {
  grid-column: 1;
  grid-row: 2;
}

.lp-eli__acc-item--elig .lp-eli__acc-panel,
.lp-eli__acc-item--sel .lp-eli__acc-panel {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: start;
}


.lp-eli__acc-item.is-open .lp-eli__acc-trigger {
  background: #b0002d;
  color: #fff;
  box-shadow: none;
}

.lp-eli__acc-item:not(.is-open) .lp-eli__acc-trigger {
  background: #fff;
  color: #000;
}

/* ——— 11. Admission — Figma 954:1611 ——— */
.lp-adm {
  --lp-adm-section-pad: clamp(40px, 4.5vw, 64px);
  width: 100%;
  padding: var(--lp-adm-section-pad) 0;
  background: #fff;
  box-sizing: border-box;
}

/* 954:1612 — symmetric section band; head has no extra top inset */
.lp-adm__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 0 var(--lp-pad) clamp(32px, 5vw, 64px) var(--lp-pad-l);
}

.lp-adm__head h2 {
  margin: 0;
  flex: 1 1 280px;
  min-width: 0;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 7vw, 96px);
  line-height: 0.97;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.03em;
  color: #000;
}

.lp-adm__head-line {
  display: block;
}

.lp-adm__head-txt {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-adm__lede {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: -0.6px;
  color: #000;
}

/* 954:1615 — pl 117 pr 77 */
.lp-adm__g {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 var(--lp-pad) 0 var(--lp-pad);
  margin-top: 0;
}

.lp-adm__r {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.lp-adm__swiper {
  width: 100%;
  min-width: 0;
}

/* Step card — 954:1617 (#02021b, px 32 py 40, gap 87 icon → copy; copy gap 11) */
.lp-adm__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 87px);
  box-sizing: border-box;
  flex: 1 1 220px;
  max-width: 100%;
  min-width: 0;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 32px);
  background: #02021b;
  border: none;
}

.lp-adm__copy {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  min-height: 0;
  max-width: 100%;
}

.lp-adm__step-label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 1.96vw, 37.658px);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -1.13px;
  text-transform: uppercase;
  color: #5697fe;
}

.lp-adm__ico {
  width: clamp(88px, 7.1vw, 136.51px);
  height: clamp(88px, 7.1vw, 136.51px);
  object-fit: contain;
  display: block;
  margin: 0;
  flex-shrink: 0;
}

.lp-adm__ico--sm {
  width: clamp(72px, 6.2vw, 119px);
  height: clamp(72px, 6.2vw, 119px);
}

.lp-adm__txt {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.15vw, 18.829px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  .lp-adm__swiper,
  .lp-adm__swiper .swiper-wrapper,
  .lp-adm__swiper .swiper-slide {
    display: contents !important;
  }

  .lp-adm {
    --lp-adm-section-pad: 64px;
  }

  .lp-adm__head {
    padding: 0 77px 64px 164px;
    gap: 24px;
  }

  .lp-adm__head h2 {
    font-size: 96px;
    flex: 1 1 0;
    min-width: 0;
    max-width: 500px;
  }

  .lp-adm__head-txt {
    flex: 0 1 620px;
    max-width: 620px;
    width: 100%;
  }

  .lp-adm__g {
    padding: 0 77px 0 70px;
  }

  .lp-adm__r {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    width: 100%;
  }

  .lp-adm__step {
    flex: none;
    min-height: 370px;
    grid-column: auto;
    gap: 102px;
    padding: 20px 20px 20px 30px;
  }

  .lp-adm__ico {
    width: 120px;
    height: 120px;
  }

  .lp-adm__ico--sm {
    width: 119px;
    height: 119px;
  }

  .lp-adm__step-label {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .lp-adm__txt {
    font-size: 20px;
    line-height: 1.14;
  }
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .lp-adm__head {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: clamp(16px, 2vw, 24px);
    padding: 0 clamp(48px, 5vw, 77px) clamp(40px, 6vw, 64px) clamp(72px, 8vw, 164px);
  }

  .lp-adm__head h2 {
    flex: 0 1 40%;
    max-width: min(520px, 42vw);
    min-width: 0;
    font-size: clamp(52px, calc(52px + (100vw - 1200px) * 44 / 500), 96px);
    letter-spacing: -0.03em;
  }

  .lp-adm__head-txt {
    flex: 1 1 0;
    min-width: 0;
    max-width: min(620px, 47vw);
    width: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .lp-adm__g {
    padding-left: clamp(48px, 6vw, 117px);
    padding-right: clamp(40px, 4vw, 77px);
  }

  .lp-adm__step {
    padding: clamp(24px, 2vw, 40px) clamp(18px, 2vw, 32px);
    gap: clamp(36px, 4vw, 72px);
  }

  .lp-adm__lede {
    font-size: clamp(16px, 0.2vw + 15px, 20px);
  }
}

/* ——— Scholarships intro — Figma 1504:3709 (brand LP) ——— */
.lp-sch-intro {
  width: 100%;
  background: #fff;
  padding: 0;
}

.lp-sch-intro__inner {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 689px) minmax(320px, 1fr);
  align-items: center;
  column-gap: clamp(40px, 6.82vw, 131px);
  padding-top: clamp(16px, 1.8vw, 28px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
  padding-inline: clamp(24px, 17.55vw, 337px) clamp(24px, 11.2vw, 215px);
  box-sizing: border-box;
}

.lp-sch-intro__title,
.lp-sch-intro__copy {
  margin: 0;
  color: #000;
}

.lp-sch-intro__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 3.34vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.lp-sch-intro__title-line {
  display: block;
}

.lp-sch-intro__copy {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: -0.03em;
}

/* ——— Scholarships detail — Figma 1504:3824 (brand LP) ——— */
.lp-sch-detail {
  width: 100%;
  background: #fff;
  padding: 0;
}

.lp-sch-detail__inner {
  max-width: 1919px;
  margin: 0 auto;
  padding: 0 var(--lp-pad) clamp(32px, 3.5vw, 56px);
  box-sizing: border-box;
}

.lp-sch-intro + .lp-sch-detail .lp-sch-detail__inner {
  padding-top: 0;
}

.lp-sch-detail__surface {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 5.68vw, 109px);
  padding: clamp(40px, 5.63vw, 108px) clamp(24px, 5.21vw, 100px);
  border-radius: 20px;
  background: #020219;
}

.lp-sch-detail__switch {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
}

.lp-sch-detail__switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(240px, 20.31vw, 390px);
  height: 83px;
  padding: 10px 24px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000;
}

.lp-sch-detail__switch-btn--active {
  border-radius: 50px;
  background: #0938df;
  font-weight: 600;
  color: #fff;
}

.lp-sch-detail__switch-btn:focus-visible,
.lp-sch-detail__menu-item:focus-visible {
  outline: 2px solid #7ea6ff;
  outline-offset: 3px;
}

.lp-sch-detail__grid {
  display: grid;
  grid-template-columns: 521px minmax(0, 1fr);
  gap: clamp(36px, 4.32vw, 83px);
  align-items: start;
  width: 100%;
}

.lp-sch-detail__menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 50px 30px 24px;
  border-radius: 32px;
  background: #fff;
  color: #000;
}

.lp-sch-detail__menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 0 0 13px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
  background: transparent;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: left;
}

.lp-sch-detail__menu-item:last-child {
  margin-bottom: 0;
}

.lp-sch-detail__menu-copy,
.lp-sch-detail__hero-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lp-sch-detail__menu-title,
.lp-sch-detail__menu-subtitle,
.lp-sch-detail__hero-title,
.lp-sch-detail__hero-subtitle,
.lp-sch-detail__duration,
.lp-sch-detail__lead,
.lp-sch-detail__continuation-title {
  margin: 0;
}

.lp-sch-detail__menu-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.03em;
  color: #000;
}

.lp-sch-detail__menu-subtitle {
  display: block;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  color: #000;
}

.lp-sch-detail__menu-item:not(.lp-sch-detail__menu-item--active) .lp-sch-detail__menu-title,
.lp-sch-detail__menu-item:not(.lp-sch-detail__menu-item--active) .lp-sch-detail__menu-subtitle {
  font-weight: 400;
}

.lp-sch-detail__menu-arrow {
  flex: 0 0 auto;
  width: 47px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.84);
  transition: opacity 180ms ease, transform 180ms ease;
}

.lp-sch-detail__menu-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-sch-detail__menu-item--active .lp-sch-detail__menu-arrow {
  opacity: 1;
  transform: scale(1);
}

.lp-sch-detail__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
  color: #fff;
  min-width: 0;
}

.lp-sch-detail__hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 5.37vw, 103px);
  width: 100%;
}

.lp-sch-detail__hero-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-sch-detail__hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 2.08vw, 40px);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  color: #fff;
}

.lp-sch-detail__hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.03em;
  color: #fff;
}

.lp-sch-detail__duration {
  flex: 0 0 auto;
  padding-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.03em;
  color: #fff;
  white-space: nowrap;
}

.lp-sch-detail__body {
  display: flex;
  flex-direction: column;
  gap: 29px;
  max-width: 700px;
}

.lp-sch-detail__lead {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lp-sch-detail__lead,
.lp-sch-detail__list li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: -0.03em;
  color: #fff;
}

.lp-sch-detail__lead p {
  margin: 0;
}

.lp-sch-detail__list {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.lp-sch-detail__list[data-sch-eligibility]:empty {
  display: none;
}

.lp-sch-detail__list li {
  margin-left: 27px;
}

.lp-sch-detail__continuation {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 770px;
}

.lp-sch-detail__continuation:has([data-sch-continuation]:empty) {
  display: none;
}

.lp-sch-detail__continuation-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.03em;
  color: #fff;
}

.lp-sch-detail__list--continuation li + li {
  margin-top: 2px;
}

/* ——— 12. Scholarships — Figma 340:705 ——— */
.lp-sch {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}

.lp-sch__head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 12vw, 298px);
  padding: clamp(48px, 4vw, 146px) var(--lp-pad-l) 53px;
}

.lp-sch__head h2 {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  max-width: 689px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 0.97;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: none;
}

.lp-sch__head-line {
  display: block;
}

.lp-sch__head p {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  max-width: 595px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: -0.03em;
}

.lp-sch__student-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0 var(--lp-pad-l) 32px;
}

button.lp-sch__student-tab {
  font: inherit;
  font-family: "Instrument Sans", "Montserrat", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(1, 7, 103, 0.18);
  background: #fff;
  color: #010767;
  border-radius: 999px;
  min-height: 56px;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(1, 7, 103, 0.08);
}

button.lp-sch__student-tab:hover,
button.lp-sch__student-tab:focus-visible {
  border-color: #010767;
}

button.lp-sch__student-tab:focus-visible {
  outline: 2px solid #010767;
  outline-offset: 2px;
}

.lp-sch__student-tab--on {
  background: #010767;
  color: #fff;
  border-color: #010767;
  box-shadow: none;
}

.lp-sch__student-panel[hidden] {
  display: none !important;
}

.lp-sch__types-label {
  margin: 0;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.19;
  color: #fff;
}

.lp-sch__tablist {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.2vw, 28px);
  width: 100%;
  min-width: 0;
}

.lp-sch__panel-h {
  margin: 0;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.19;
  color: #fff;
}

.lp-sch__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0 var(--lp-pad);
}

@media (min-width: 1001px) {
  .lp-sch__row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .lp-sch__left {
    flex: 0 1 700px;
  }

  .lp-sch__right {
    flex: 1;
    min-width: 0;
  }
}

.lp-sch__left {
  width: 100%;
  max-width: 700px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: #010767;
  color: #fff;
  padding: clamp(32px, 4vw, 90px) clamp(20px, 4vw, 100px);
}

button.lp-sch__tab {
  font: inherit;
  font-family: "Instrument Sans", "Montserrat", sans-serif;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  width: 100%;
  min-height: 48px;
  padding: 12px 8px 18px 4px;
  text-align: left;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  /* full-width straight rule — no rounded ends on the line */
  box-sizing: border-box;
  transition: color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Same padding in all states so hover/focus don’t nudge the row */
.lp-sch__tab:hover {
  background: transparent;
}

.lp-sch__tablist .lp-sch__tab:last-of-type {
  border-bottom: none;
}

.lp-sch__tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.lp-sch__tab-txt {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  flex: 1;
  min-width: 0;
}

.lp-sch__tab--on .lp-sch__tab-txt {
  font-weight: 600;
}

/* Arrow: only for active tab — frosted white disc + brand-colour chevron (design) */
.lp-sch__tab .lp-sch__tab-ico {
  display: none;
}

.lp-sch__tab--on .lp-sch__tab-ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  line-height: 0;
  flex-shrink: 0;
  animation: lp-sch-tab-arrow 1.55s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .lp-sch__tab--on .lp-sch__tab-ico {
    animation: none;
  }
}

@keyframes lp-sch-tab-arrow {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }
}

.lp-sch__tab-ico-glass {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
  pointer-events: none;
}

.lp-sch__tab-ico-chev {
  position: relative;
  z-index: 1;
  display: block;
  color: #010767;
  /* chevron: deep blue on white blur (matches Figma) */
  overflow: visible;
}

.lp-sch__tablist .lp-sch__rulef {
  line-height: 0;
  margin: 0;
}

.lp-sch__rulef img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-sch__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #214cb5;
  color: #fff;
  padding: clamp(32px, 4vw, 90px) clamp(20px, 4vw, 100px);
}

.lp-sch__panels {
  position: relative;
  min-height: 0;
}

.lp-sch__panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: lp-sch-fade 0.45s ease;
}

.lp-sch__panel[hidden] {
  display: none !important;
}

.lp-sch__panel-subtitle,
.lp-sch__panel-meta,
.lp-sch__panel-copy,
.lp-sch__panel-label {
  margin: 0;
  color: #fff;
}

.lp-sch__panel-subtitle {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.14;
}

.lp-sch__panel-meta,
.lp-sch__panel-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.lp-sch__panel-copy {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

@keyframes lp-sch-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-sch__panel {
    animation: none;
  }
}

.lp-sch__panel ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.lp-sch__panel li {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.38;
}

/* long criteria bullet */
.lp-sch__chancellor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 100%;
}

.lp-sch__chancellor>ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: disc;
}

.lp-sch__nest {
  width: 100%;
  padding-left: min(80px, 6vw);
}

.lp-sch__nest li {
  line-height: 1.38;
}

/* ——— 14. Note ——— */
/* ——— 15. Footer CTA — desktop Figma 231:2831; mobile Figma 417:1869 ——— */
.lp-footer {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.lp-footer__stage {
  position: relative;
  width: 100%;
}

.lp-footer__bottom-visual {
  display: none;
  width: 100%;
  line-height: 0;
}

.lp-footer__bottom-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-footer__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.lp-footer__bg-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.lp-footer__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (2 * clamp(24px, 5.2vw, 100px))), 1720px);
  margin: 0 auto;
  min-height: clamp(860px, 96vw, 1710px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(320px, 55vw, 957px) 0 clamp(56px, 8vw, 152px);
  box-sizing: border-box;
}

.lp-footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: min(620px, 100%);
  max-width: 100%;
}

.lp-footer__h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3.333vw, 64px);
  line-height: 1.07;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #fff;
}

.lp-footer__h2-line {
  display: block;
}

.lp-footer__h2-line+.lp-footer__h2-line {
  margin-top: 0;
}

.lp-footer__copy {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-footer__copy p {
  margin: 0;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.03em;
  color: #fff;
}

.lp-footer__copy-spacer {
  display: none;
}

.lp-footer__content .lp-btn {
  align-self: flex-start;
  flex-shrink: 0;
}

/* Responsive: see responsive.css (5 breakpoint layers) */

















/* ==================================================================
   NEW HERO SECTION 
   ================================================================== */

.container {
  max-width: 1720px;
  width: 100%;
  padding-inline: clamp(10px, 4.4vw, 84px);
  box-sizing: border-box;
  margin: 0 auto;
}

/* Banner — desktop Figma 2505:662 */
.heroNewSection {
  position: relative;
  padding: 60px 0 100px;
  background: #fff;
  overflow: hidden;
  isolation: isolate;
}

.heroBanner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.heroBanner__bg-tint {
  position: absolute;
  inset: 0;
  background: #fbede4;
  opacity: 0.92;
  pointer-events: none;
}

.heroBanner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.heroBanner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  min-height: 0;
  width: 100%;
}

.heroBanner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.heroBanner__brand {
  width: fit-content;
  max-width: 100%;
}

.heroBanner__brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  max-width: 100%;
  min-height: 79px;
  padding: 10px;
  background: #fff;
  border-radius: 4.383px;
  box-shadow:
    0 6.574px 74.507px rgba(0, 0, 0, 0.13),
    0 2.747px 31.127px rgba(0, 0, 0, 0.09),
    0 1.468px 16.642px rgba(0, 0, 0, 0.08),
    0 0.823px 9.329px rgba(0, 0, 0, 0.06),
    0 0.437px 4.955px rgba(0, 0, 0, 0.05),
    0 0.182px 2.062px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.heroBanner__brand-logo {
  display: block;
  width: 184px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 552 / 166;
  object-fit: contain;
}

.heroBanner__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 68px;
  width: 100%;
  max-width: 725px;
  min-width: 0;
}

.heroBanner__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
}

.heroBanner__cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

.heroBanner__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

.heroBanner__lead-line {
  display: block;
}

.heroBanner__lead-br {
  display: none;
}

.heroBanner__figure {
  display: none;
  pointer-events: none;
}

.heroBanner__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

@media (min-width: 992px) {
  /* Figma 2505:662 — 1720×774 row: copy 637px | figure 533px | form 377px + 80px pr, 46.5px gaps */
  .heroNewSection {
    padding: 142px 0 100px;
    background: #fff;
    overflow-x: clip;
    overflow-y: visible;
  }

  .heroBanner__bg {
    display: none;
  }

  .heroBanner__inner {
    display: grid;
    grid-template-columns: minmax(0, 637fr) minmax(0, 533fr) minmax(0, 457fr);
    grid-template-areas: "content figure form";
    align-items: start;
    column-gap: clamp(16px, 2.7vw, 46.5px);
    min-height: 774px;
    width: 100%;
    max-width: 1720px;
    margin-inline: auto;
  }

  .heroBanner__content {
    grid-area: content;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 725px;
    min-width: 0;
    gap: 40px;
    overflow: hidden;
  }

  .heroBanner__copy {
    max-width: 100%;
  }

  .heroBanner__cta-badge {
    max-width: min(585px, 100%);
  }

  .heroBanner__figure {
    display: block;
    grid-area: figure;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 533px;
    min-width: 0;
    height: auto;
    aspect-ratio: 533 / 774;
    max-height: 774px;
    margin-inline: auto;
    justify-self: center;
    align-self: start;
    overflow: hidden;
  }

  .heroBanner__figure picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .heroBanner__figure img {
    width: 100%;
    height: 100%;
    max-height: 774px;
    object-fit: contain;
    object-position: bottom center;
  }

  .heroBanner__lead-line {
    display: inline;
  }

  .heroBanner__lead-line + .heroBanner__lead-line::before {
    content: " ";
  }

  .formContainer {
    grid-area: form;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    align-self: start;
    justify-self: stretch;
    width: 100%;
    max-width: 457px;
    min-width: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .formWidget,
  .formWidget--hero-design {
    width: 100%;
    max-width: 377px;
    box-sizing: border-box;
  }

  .formWidget__design-img {
    width: 100%;
    max-width: 377px;
    height: auto;
  }

  .formWidget {
    min-height: 629px;
  }

  .formWidget--hero-design {
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }

  .formWidget--hero-design .formWidget__design-img {
    display: block;
  }

  .formWidget--hero-design .formWidget__header,
  .formWidget--hero-design .heroFormFallback {
    display: none;
  }

  .formWidget--hero-design .formWidget__body {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    background: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .formWidget--hero-design.formWidget--live .formWidget__design-img {
    display: none;
  }

  .formWidget--hero-design.formWidget--live .formWidget__header {
    display: flex;
  }

  .formWidget--hero-design.formWidget--live {
    min-height: 629px;
    border: 1px solid rgba(24, 34, 75, 0.12);
    border-radius: 30px;
    box-shadow: 0 26px 72px rgba(13, 24, 51, 0.12);
    background: #fff;
    overflow: hidden;
  }

  .formWidget--hero-design.formWidget--live .formWidget__body {
    position: static;
  }
}

.heroBanner__headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}

.heroBanner__title,
.heroBanner__tagline,
.heroBanner__lead,
.heroBanner__cta-label,
.heroBanner__cta-badge,
.heroBanner__foot-text {
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.heroBanner__program {
  margin: 0;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}

.heroBanner__title {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -1.28px;
  color: #010767;
}

.heroBanner__title span {
  display: block;
}

.heroBanner__tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.72px;
  color: #000;
}

.heroBanner__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  max-width: 601px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.72px;
}

.heroBanner__lead-text {
  display: block;
  color: #000;
}

.heroBanner__lead-accent {
  display: block;
  max-width: 539px;
  color: #010767;
  white-space: nowrap;
}

.heroBanner__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.heroBanner__cta-label {
  font-family: "Montserrat", sans-serif;
  font-size: 25.481px;
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.5096px;
  color: #b0002d;
  white-space: nowrap;
}

.heroBanner__cta-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 91.734px;
  padding: 23px 17px 27px 12px;
  background: #b0002d;
  box-sizing: border-box;
}

.heroBanner__cta-badge-text {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 42.468px;
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.8494px;
  color: #fff;
  white-space: nowrap;
}

.heroBanner__program {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.64px;
  color: #000;
}

.heroBanner__program-line {
  display: inline;
  white-space: nowrap;
}

.heroBanner__program-line + .heroBanner__program-line::before {
  content: "\00a0";
}

.heroBanner__foot {
  display: flex;
  align-items: center;
  gap: 13px;
}

.heroBanner__foot-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.heroBanner__foot-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.4px;
  color: #000;
  white-space: nowrap;
}

.formContainer {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  margin-right: 0;
}

.formWidget {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: clamp(450px, 35vw, 630px);
  background: #fff;
  border: 1px solid rgba(24, 34, 75, 0.12);
  border-radius: clamp(22px, 1.8vw, 30px);
  box-shadow: 0 26px 72px rgba(13, 24, 51, 0.12);
  overflow: hidden;
}

.formWidget__design-img {
  display: none;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.formWidget--hero-design {
  position: relative;
}

.formWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(58px, 5.1vw, 78px);
  padding: 16px 20px;
  background: #b0002d;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.formWidget__body {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: clamp(360px, 28vw, 540px);
  background: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
}

.heroFormFallback {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 18px 18px 16px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.heroFormFallback__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.heroFormFallback__row--split {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 10px;
}

.heroFormFallback__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.heroFormFallback__label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4f63;
  letter-spacing: 0;
}

.heroFormFallback__field input,
.heroFormFallback__field select {
  width: 100%;
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid #c8cedf;
  border-radius: 8px;
  background: #fff;
  color: #1a1f36;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  box-sizing: border-box;
  outline: none;
}

.heroFormFallback__field input::placeholder {
  color: #8b92a8;
  font-weight: 400;
}

.heroFormFallback__field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5d6582 50%), linear-gradient(135deg, #5d6582 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.heroFormFallback__inputGroup {
  display: flex;
  align-items: stretch;
  border: 1px solid #d7dced;
  border-radius: 12px;
  background: #f9fbff;
  overflow: hidden;
}

.heroFormFallback__prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 0 10px;
  background: #eef2fb;
  color: #1d2650;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.heroFormFallback__inputGroup input {
  border: 0;
  border-left: 1px solid #d7dced;
  border-radius: 0;
  background: transparent;
}

.heroFormFallback__captcha {
  padding-top: 2px;
}

.heroFormFallback__captchaBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #d7dced;
  border-radius: 12px;
  background: #f9fbff;
}

.heroFormFallback__captchaBox span {
  color: #1d2650;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.heroFormFallback__captchaBox input {
  width: 64px;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid #d7dced;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.heroFormFallback__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #5b627f;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.45;
}

.heroFormFallback__consent input {
  margin: 2px 0 0;
}

.heroFormFallback__submit {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #b0002d;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.heroFormFallback__login {
  align-self: center;
  color: #1d4ba6;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.formWidget__body > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Banner tablet bg — overridden in responsive.css */

/* Banner 400–991px: see responsive.css (mobile ≤767 + tablet 768–991) */

@media (max-width: 640px) {
  .container {
    padding-inline: clamp(6px, 3vw, 18px);
  }

  .heroBanner__brand-card {
    width: min(180px, 48vw);
    min-height: 64px;
    padding: 8px 10px;
  }

  .heroBanner__brand-logo {
    width: min(160px, 42vw);
  }

  .heroBanner__copy {
    gap: clamp(28px, 7vw, 40px);
  }

  .heroBanner__body {
    gap: clamp(20px, 5vw, 32px);
  }

  .heroBanner__cta-group {
    gap: clamp(12px, 3vw, 20px);
  }

  .heroBanner__headline {
    gap: 10px;
  }

  .heroBanner__title {
    font-size: clamp(26px, 8.8vw, 36px);
    line-height: 1;
  }

  .heroBanner__tagline,
  .heroBanner__lead,
  .heroBanner__cta-label {
    font-size: clamp(17px, 5vw, 24px);
  }

  .heroBanner__cta {
    gap: 14px;
  }

  .heroBanner__cta-badge {
    min-height: clamp(56px, 14vw, 72px);
  }

  .heroBanner__cta-badge-text {
    font-size: clamp(20px, 5.8vw, 28px);
  }

  .heroBanner__foot {
    gap: 10px;
  }

  .heroBanner__foot-icon {
    width: 28px;
    height: 28px;
  }

  .heroBanner__foot-text {
    font-size: 14px;
  }

  .formWidget__header {
    font-size: clamp(14px, 4vw, 18px);
    letter-spacing: 0.06em;
  }

  .heroFormFallback {
    padding: 16px 14px 14px;
  }

  .heroFormFallback__row--split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .heroBanner__title {
    font-size: clamp(22px, 8.4vw, 28px);
  }

  .heroBanner__tagline,
  .heroBanner__lead,
  .heroBanner__cta-label {
    font-size: clamp(15px, 5.2vw, 18px);
  }

  .heroBanner__cta-badge-text {
    font-size: clamp(18px, 5.5vw, 24px);
  }
}