/*
 * LP responsive — hero card ≤1199px; ≤991 stack layouts; ≤600 tight type;
 * ≤559 narrow phones (headings + body); 992–1199 tablet; 1200–1919 laptop; ≥1921 ultra-wide.
 */

/* ——— Hero / banner — 360px–1199px: Figma 374:541 stack (tablet + phone) ——— */
@media (max-width: 1199px) {
  .hero {
    background: #020219 none !important;
    padding: clamp(16px, 3.2vw, 32px) max(16px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(18px, 3.5vw, 36px);
    box-sizing: border-box;
    position: relative;
    min-width: 0;
  }
  .hero__mob-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(24px, 3.8vw, 40px);
    padding: clamp(20px, 3.5vw, 32px);
    border-radius: clamp(16px, 2.2vw, 20px);
    position: relative;
    overflow: hidden;
    background: #14142c;
    width: 100%;
    max-width: min(720px, 100%);
    margin-inline: auto;
    box-sizing: border-box;
  }
  .hero__mob-layers {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    overflow: hidden;
  }
  .hero__mob-card-fill {
    position: absolute;
    inset: 0;
    background: #14142c;
    border-radius: inherit;
  }
  .hero__mob-strip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 26.16%;
    overflow: hidden;
  }
  .hero__mob-strip img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: top center;
  }
  .heroleft {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    gap: clamp(14px, 2.2vw, 20px);
    position: relative;
    z-index: 1;
    vertical-align: unset;
    min-width: 0;
  }
  .hero__mob-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 3.2vw, 28px);
    width: 100%;
    position: relative;
    z-index: 1;
    min-width: 0;
  }
  .hero__mob-typo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(18px, 3vw, 28px);
    width: 100%;
    min-width: 0;
  }
  .hero__mob-figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .hero__mob-figure img {
    width: min(296px, clamp(160px, 42vw, 260px));
    height: auto;
    display: block;
  }
  .hero .lp-hero__brand {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .hero__mob-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(240px, 90vw) !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    /* Override ≤991 .lp-hero__logo { aspect-ratio: 248/96 } on this same element */
    aspect-ratio: auto;
    margin-inline: auto;
    padding: clamp(10px, 2.4vw, 14px) clamp(12px, 2.8vw, 20px);
    box-sizing: border-box;
  }
  .hero .hero__mob-logo .lp-hero__logo-shade {
    z-index: 0;
    inset: 0;
    width: auto;
    height: auto;
    min-height: 0;
    border-radius: 4px;
  }
  .hero .hero__mob-logo .lp-hero__logo-img {
    position: relative !important;
    z-index: 1;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: min(200px, 70vw) !important;
    height: auto !important;
    min-height: 0;
  }
  .hero .hero__mob-logo .lp-hero__logo-img img {
    display: block;
    object-fit: contain !important;
    object-position: center;
    width: 100% !important;
    height: auto;
    max-height: clamp(44px, 9vw, 56px);
  }
  .hero h1 {
    font-size: clamp(28px, 2.4vw + 19px, 44px);
    line-height: 0.99;
    letter-spacing: clamp(-0.05em, -0.15vw, -0.02em);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
  }
  .hero h1 strong {
    font-weight: 700;
  }
  .hero h2.hero__roles {
    font-size: clamp(32px, 2.5vw + 22px, 48px);
    line-height: 1.04;
    --hero-role-ls: clamp(-1px, -0.07vw, -0.8px);
    letter-spacing: clamp(-1px, -0.07vw, -0.8px);
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
  }
  .hero .hero__roles-stack {
    gap: clamp(6px, 1.2vw, 10px);
    align-items: flex-start;
  }
  .hero .hero__roles-row--primary .hero__roles-text {
    font-size: clamp(32px, 2.5vw + 22px, 48px);
    letter-spacing: clamp(-1px, -0.07vw, -0.8px);
    font-weight: 700;
  }
  .hero .hero__roles-row--secondary .hero__roles-text {
    font-size: clamp(22px, 1.8vw + 18px, 34px);
    font-weight: 400;
    letter-spacing: clamp(-0.8px, -0.05vw, -0.6px);
  }
  .hero .hero__roles--promote .hero__roles-row--secondary .hero__roles-text {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: var(--hero-role-ls);
  }
  .hero p {
    font-size: clamp(14px, 0.55vw + 12px, 18px);
    line-height: 1.33;
    letter-spacing: clamp(-0.5px, -0.03vw, -0.42px);
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .bannerpic--desktop {
    display: none !important;
  }
  .heroright {
    display: block !important;
    width: 100% !important;
    max-width: min(720px, 100%);
    margin-inline: auto;
    padding-top: 0 !important;
    vertical-align: unset;
  }
  .heroright .form {
    width: 100% !important;
    max-width: 100%;
    float: none; max-width: 400px;
    box-sizing: border-box; margin: 0 auto;
  }

  /* ——— Curriculum — Figma 1005:1376 — only &lt;1200px (this file: max-width 1199px) ——— */
  .lp-curriculum {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .lp-curriculum__inner {
    flex-direction: column;
    align-items: center;
    padding: 56px max(24px, env(safe-area-inset-left, 0px)) 32px;
    padding-right: max(24px, env(safe-area-inset-right, 0px));
    gap: 40px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .lp-curriculum__left {
    flex: none;
    align-items: center;
    text-align: center;
    max-width: min(377px, 100%);
    width: 100%;
    gap: 16px;
  }
  .lp-curriculum__headline {
    align-items: center;
    gap: 4px;
  }
  .lp-curriculum__headline-white {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .lp-curriculum__headline-gradient {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    background: linear-gradient(106.41deg, #7faaff 1.91%, #ffffff 86.07%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .lp-curriculum__headline-gradient-line {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .lp-curriculum__body {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .lp-curriculum__right {
    flex: none;
    width: 100%;
    max-width: min(377px, 100%);
    align-items: center;
    text-align: center;
  }
  .lp-curriculum__eyebrow {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.09;
    color: #7faaff;
  }
  .lp-curriculum__stat-num {
    font-size: 68px;
    font-weight: 600;
    line-height: 1.09;
    color: #5697fe;
  }
  .lp-curriculum__stat-label {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.09;
    color: #fff;
    margin-top: 0;
  }
  .lp-curriculum__mob-band {
    display: block;
    position: relative;
    width: 100%;
    height: 126px;
    min-height: 126px;
    overflow: hidden;
    background: #020219;
  }
  .lp-curriculum__mob-band-bg {
    position: absolute;
    inset: 0;
    background: #020219;
  }
  .lp-curriculum__mob-band-img-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .lp-curriculum__mob-band img {
    position: absolute;
    left: 0;
    top: 0.27%;
    width: 100%;
    height: 99.45%;
    object-fit: cover;
    object-position: center bottom;
    max-width: none;
  }
  .lp-campus-band {
    display: none !important;
  }

  /* ——— Learning model — ≤1199px: static vertical stack (page scroll; no horizontal Swiper) ——— */
  .lp-learn {
    margin-top: clamp(16px, 3.5vw, 48px);
  }
  .lp-learn__left {
    padding: 56px max(24px, env(safe-area-inset-right, 0px)) 24px max(24px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .lp-learn__left .lp-learn__h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: clamp(32px, 8vw, 44px);
    font-weight: 300;
    line-height: 0.97;
    letter-spacing: -0.04em;
  }
  .lp-learn__lead {
    max-width: min(100%, 320px);
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: -0.02em;
  }
  .lp-learn__years {
    min-height: 0;
    max-width: 100%;
    flex: 0 0 auto;
    justify-content: flex-start;
    padding: 0 max(24px, env(safe-area-inset-right, 0px)) 56px max(24px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
  }
  .lp-learn__swiper {
    overflow: visible;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .lp-learn__swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 3.5vw, 20px);
    transform: none !important;
  }
  .lp-learn__swiper .swiper-slide {
    height: auto;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
  }
  .lp-learn__swiper .swiper-slide .lp-yr {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 16px;
    gap: 12px;
    border: 1px solid #6166b7;
    border-radius: 20px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .lp-learn__swiper .lp-yr__tag {
    font-size: 18px;
    line-height: 1.11;
    font-weight: 600;
  }
  .lp-learn__swiper .lp-yr__content {
    gap: 8px;
    flex: none;
    min-height: 0;
    overflow: visible;
  }
  .lp-learn__swiper .lp-yr__content h3 {
    font-size: 24px;
    line-height: 1.08;
  }
  .lp-learn__swiper .lp-yr__desc {
    font-size: 14px;
    line-height: 1.45;
  }
  .lp-learn__swiper .lp-yr__pathways {
    gap: 6px;
    max-width: 100%;
  }
  .lp-learn__swiper .lp-yr__pathway-row {
    gap: 4px 8px;
    font-size: 14px;
    line-height: 1.45;
  }
  .lp-learn__swiper .lp-yr__pathway-item {
    white-space: normal;
  }
  .lp-learn__swiper .lp-yr__sep {
    display: none;
  }

  /* ——— Legacy stats — Figma 374:1509 (≤1199px): 2-col mosaic + full-width 6000+ ——— */
  .lp-legacy {
    padding: 40px max(24px, env(safe-area-inset-left, 0px)) 48px max(24px, env(safe-area-inset-right, 0px));
    gap: 24px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: linear-gradient(180deg, #040c6d 7.89%, #457be1 59.14%, rgba(69, 123, 225, 0) 100%);
  }
  .lp-legacy__head {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
  }
  .lp-legacy__h2 {
    font-size: 36px;
    line-height: 1.04;
    max-width: none;
    letter-spacing: -0.72px;
    flex: none;
  }
  .lp-legacy__lede {
    font-size: 16px;
    line-height: 0;
    flex: none;
  }
  .lp-legacy__lede p {
    line-height: 20px;
  }
  .lp-legacy__lede p + p {
    margin-top: 16px;
  }
  .lp-legacy__grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
  .lp-legacy__grid1,
  .lp-legacy__grid2 {
    display: contents;
  }
  .lp-legacy__grid1 .lp-legacy__cell:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .lp-legacy__grid1 .lp-legacy__cell:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .lp-legacy__grid1 .lp-legacy__cell:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .lp-legacy__grid2 .lp-legacy__s:nth-child(1) {
    grid-column: 2;
    grid-row: 2;
  }
  .lp-legacy__grid2 .lp-legacy__s:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  .lp-legacy__grid2 .lp-legacy__s:nth-child(3) {
    grid-column: 1;
    grid-row: 4;
  }
  .lp-legacy__grid2 .lp-legacy__s:nth-child(4) {
    grid-column: 2;
    grid-row: 4;
  }
  .lp-legacy__cell,
  .lp-legacy__s {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    min-height: 0;
    flex: none !important;
    max-width: none !important;
  }
  .lp-legacy__cell .lp-legacy__n,
  .lp-legacy__cell:nth-child(1) .lp-legacy__n,
  .lp-legacy__cell:nth-child(2) .lp-legacy__n,
  .lp-legacy__cell:nth-child(3) .lp-legacy__n {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    justify-content: flex-start;
    text-align: left;
  }
  .lp-legacy__n,
  .lp-legacy__n2 {
    font-size: 45px;
    letter-spacing: -0.9px;
    line-height: 1.04;
  }
  .lp-legacy__label p {
    font-size: 14px;
    letter-spacing: -0.42px;
    line-height: 0.94;
  }
  .lp-legacy__s--h223,
  .lp-legacy__s--h219 {
    min-height: 0;
  }

  /* Leadership — reduce outer padding and switch to two columns below desktop */
  .lp-lead {
    gap: clamp(24px, 5.5vw, 40px);
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
    padding-top: clamp(48px, 8vw, 72px);
    padding-bottom: clamp(48px, 8vw, 72px);
  }
  .lp-lead__slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .lp-pathway__panel[data-pathway-state]:not([data-pathway-state="intro"]) {
    min-height: 860px;
  }

  .lp-pathway__screen--programmes .lp-pathway__screen-inner {
    padding-top: 42px;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
    gap: 28px;
  }

  .lp-pathway__quiz-brand {
    top: 24px;
    left: 28px;
    font-size: clamp(48px, 7vw, 78px);
  }

  .lp-pathway__screen-inner {
    padding: clamp(96px, 12vw, 132px) 32px 40px;
    gap: 32px;
  }

  .lp-pathway__screen-inner--interests {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding-top: 42px;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .lp-pathway__question-stack {
    flex-direction: column;
    gap: 14px;
  }

  .lp-pathway__step {
    padding-top: 0;
  }

  .lp-pathway__choice-grid--interests {
    width: 100%;
    margin-left: 0;
    gap: 16px;
  }

  .lp-pathway__quiz-title--wide {
    max-width: 520px;
    font-size: clamp(40px, 7vw, 72px);
  }

  .lp-pathway__selected-programme {
    max-width: 100%;
  }

  .lp-pathway__result-shell {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 32px;
    padding: 48px 32px 32px;
  }

  .lp-pathway__result-left {
    gap: 24px;
  }

  .lp-pathway__result-combo {
    gap: 6px;
  }

  .lp-pathway__result-programme,
  .lp-pathway__result-interest {
    font-size: clamp(30px, 4vw, 42px);
  }

  .lp-pathway__result-plus {
    font-size: 72px;
  }

  .lp-pathway__result-card {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 36px 32px;
    border-radius: 32px;
  }

  .lp-pathway__result-row--summary,
  .lp-pathway__result-row--outcomes {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .lp-pathway__result-row--outcomes {
    margin-top: 48px;
  }

  .lp-pathway__result-section-title {
    font-size: 28px;
  }

  .lp-pathway__result-copy {
    max-width: none;
    font-size: 17px;
  }

  .lp-pathway__result-outcomes {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .lp-pathway__result-card {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .lp-pathway__screen--programmes::before {
    clip-path: polygon(24% 0, 37% 0, 70% 100%, 57% 100%);
  }

  .lp-pathway__result-shell {
    grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1fr);
    gap: clamp(28px, 3.2vw, 44px);
    padding: 48px clamp(28px, 3vw, 40px);
  }

  .lp-pathway__result-programme,
  .lp-pathway__result-interest {
    font-size: clamp(32px, 2.8vw, 42px);
  }

  .lp-pathway__result-plus {
    font-size: clamp(66px, 5vw, 76px);
  }

  .lp-pathway__result-card {
    max-width: none;
    padding: 38px clamp(34px, 3vw, 48px) 30px clamp(30px, 3vw, 40px);
    border-radius: 36px;
  }

  .lp-pathway__result-row--summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .lp-pathway__result-row--outcomes {
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
    gap: 10px clamp(22px, 2.5vw, 40px);
    margin-top: clamp(32px, 4vw, 56px);
  }

  .lp-pathway__result-section-title {
    font-size: clamp(28px, 2.1vw, 32px);
  }

  .lp-pathway__result-outcomes {
    padding-left: 26px;
  }

  .lp-pathway__result-copy,
  .lp-pathway__result-outcome {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .lp-pathway__screen--programmes {
    background-position: 42% center;
  }

  .lp-pathway__choice-grid--programmes {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .lp-pathway__screen--programmes {
    background-position: 46% center;
  }

  .lp-pathway__screen-inner--interests {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: 28px;
    padding-top: 60px;
  }

  .lp-pathway__question-stack {
    flex-direction: row;
    gap: 24px;
  }

  .lp-pathway__step {
    width: 52px;
    padding-top: 8px;
  }

  .lp-pathway__quiz-title--wide {
    max-width: 100%;
    font-size: 72px;
    line-height: 0.96;
  }
}

@media (max-width: 767px) {
  .lp-pathway__cta {
    display: inline-flex !important;
    visibility: visible;
    width: fit-content;
    height: auto;
    margin-top: 20px;
    padding: 12px 16px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .lp-pathway__panel[data-pathway-state]:not([data-pathway-state="intro"]) {
    min-height: 940px;
  }

  .lp-pathway__screen--programmes {
    background-position: 34% center;
  }

  .lp-pathway__screen--programmes .lp-pathway__screen-inner {
    padding-top: 36px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    gap: 24px;
  }

  .lp-pathway__quiz-brand {
    top: 18px;
    left: 20px;
    font-size: clamp(34px, 11vw, 58px);
    line-height: 0.88;
    letter-spacing: -0.05em;
  }

  .lp-pathway__panel[data-pathway-state="loading"] {
    min-height: 680px;
  }

  .lp-pathway__panel[data-pathway-state="interests"] {
    min-height: 820px;
  }

  .lp-pathway__panel[data-pathway-state="result"] {
    min-height: 920px;
  }

  .lp-pathway__screen-inner,
  .lp-pathway__loader-panel,
  .lp-pathway__result-shell {
    padding: 40px 24px 32px;
  }

  .lp-pathway__quiz-title {
    max-width: 280px;
    font-size: 28px;
    line-height: 1.08;
  }

  .lp-pathway__quiz-title--wide {
    max-width: 100%;
    font-size: 48px;
    line-height: 0.96;
  }

  .lp-pathway__screen--interests .lp-pathway__quiz-title--wide {
    font-size: 40px;
    line-height: 1;
  }

  .lp-pathway__choice {
    min-height: 72px;
    padding: 14px 20px;
    border-radius: 30px;
  }

  .lp-pathway__choice-title {
    font-size: 14px;
  }

  .lp-pathway__choice-subtitle {
    font-size: 12px;
  }

  .lp-pathway__selected-programme {
    padding: 14px 20px;
    font-size: 13px;
  }

  .lp-pathway__step {
    font-size: 14px;
  }

  .lp-pathway__selected-programme,
  .lp-pathway__question-copy,
  .lp-pathway__choice-grid--interests {
    width: 100%;
  }

  .lp-pathway__choice-grid {
    gap: 12px;
  }

  .lp-pathway__loader-orb {
    width: 196px;
  }

  .lp-pathway__loader-text {
    font-size: 24px;
  }

  .lp-pathway__result-reset {
    font-size: 14px;
  }

  .lp-pathway__result-programme,
  .lp-pathway__result-interest {
    font-size: 26px;
    line-height: 1.22;
  }

  .lp-pathway__result-plus {
    font-size: 56px;
  }

  .lp-pathway__result-apply {
    width: 198px;
    padding: 12px 12px 12px 18px;
    border-radius: 12px;
  }

  .lp-pathway__result-apply span {
    font-size: 16px;
  }

  .lp-pathway__result-apply .lp-btn__ico {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .lp-pathway__result-card {
    padding: 24px;
    border-radius: 20px;
  }

  .lp-pathway__result-section-title {
    font-size: 22px;
  }

  .lp-pathway__result-copy {
    font-size: 14px;
    line-height: 1.45;
  }

  .lp-pathway__result-row--outcomes {
    margin-top: 28px;
  }

  .lp-pathway__result-outcomes {
    gap: 10px;
  }

  .lp-pathway__result-outcome {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 399px) {
  .lp-pathway__panel[data-pathway-state="result"] {
    min-height: 880px;
  }

  .lp-pathway__result-shell {
    padding: 32px 20px 28px;
    gap: 24px;
  }

  .lp-pathway__result-programme,
  .lp-pathway__result-interest {
    font-size: 23px;
  }

  .lp-pathway__result-plus {
    font-size: 46px;
  }

  .lp-pathway__result-apply {
    width: 182px;
    padding: 11px 11px 11px 16px;
  }

  .lp-pathway__result-apply span {
    font-size: 15px;
  }

  .lp-pathway__result-card {
    padding: 22px 20px;
  }

  .lp-pathway__result-section-title {
    font-size: 20px;
  }

  .lp-pathway__result-copy,
  .lp-pathway__result-outcome {
    font-size: 13px;
  }
}

@media (max-width: 399px) {
  .lp-pathway__quiz-brand {
    font-size: 30px;
  }

  .lp-pathway__quiz-title {
    font-size: 24px;
  }

  .lp-pathway__quiz-title--wide {
    font-size: 38px;
  }

  .lp-pathway__loader-text {
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lp-trust__bottom {
    padding: 28px 24px 24px;
  }

  .lp-trust__hero {
    height: auto;
    display: grid;
    align-items: start;
  }

  .lp-trust__hero-copy {
    width: 100%;
    height: auto;
    gap: 28px;
    padding: 44px 32px 0;
  }

  .lp-trust__hero-main {
    width: min(100%, 560px);
  }

  .lp-trust__hero-title {
    width: min(100%, 520px);
    font-size: clamp(46px, 6vw, 68px);
  }

  .lp-trust__hero-lead,
  .lp-trust__hero-note {
    width: min(100%, 560px);
    max-width: none;
  }

  .lp-trust__hero-lead {
    font-size: 17px;
  }

  .lp-trust__hero-note {
    font-size: 15px;
  }

  .lp-trust__hero-visual {
    position: relative;
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 16px;
    padding: 0 32px 32px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
  }

  .lp-trust__hero-figure-wrap {
    position: relative;
    inset: auto;
    overflow: visible;
    grid-column: 1 / -1;
  }

  .lp-trust__hero-figure {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 420px);
    height: auto;
    margin: 0 auto 6px;
    transform: none;
  }

  .lp-trust__chip,
  .lp-trust__chip--grow,
  .lp-trust__chip--curious,
  .lp-trust__chip--ambitious,
  .lp-trust__chip--open {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 64px;
    padding: 14px 16px;
    font-size: 17px;
    border-radius: 18px;
  }
}

/* ——— 1/5 — ≤991px: stack layouts, gutters, Swiper fallbacks ——— */
@media (max-width: 991px) {
  :root {
    --lp-pad: clamp(14px, 3.6vw, 22px);
    --lp-pad-l: clamp(14px, 4.2vw, 28px);
    --lp-pad-m: clamp(12px, 2.8vw, 20px);
  }

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

  /* Hero: stretch full viewport width (desktop inner used align-items: flex-start) */
  .lp-hero__inner {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: clamp(32px, 7vw, 72px);
    padding-left: max(var(--lp-pad), env(safe-area-inset-left, 0px));
    padding-right: max(var(--lp-pad), env(safe-area-inset-right, 0px));
    padding-bottom: clamp(20px, 5vw, 40px);
  }
  .lp-hero__brand {
    align-self: stretch;
    max-width: 100%;
  }
  .lp-hero__page-title {
    max-width: none;
    font-size: clamp(13px, 3.4vw, 18px);
  }
  .lp-hero__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: clamp(20px, 5vw, 36px);
  }
  .lp-hero__content {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    min-height: 0;
  }
  .lp-hero__aside {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .lp-hero__copy {
    width: 100%;
    max-width: 100%;
    flex: 0 1 auto;
    min-height: 0;
  }
  .lp-hero__subrow {
    width: 100%;
    max-width: 100%;
  }
  .lp-hero__textbtn {
    width: 100%;
    max-width: 100%;
  }
  .lp-hero__h1-lines p {
    font-size: clamp(18px, 4.9vw, 32px);
    letter-spacing: -0.035em;
  }
  .lp-hero__accent p:first-child {
    font-size: clamp(22px, 5.5vw, 36px);
  }
  .lp-hero__accent p:last-child {
    font-size: clamp(15px, 3.8vw, 20px);
  }
  .lp-hero__enquire {
    width: 100%;
    max-width: min(404px, 100%);
    margin-top: clamp(4px, 1.2vw, 12px);
    flex: 0 0 auto;
  }
  .lp-hero__center-photo {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: min(687px, 100%);
    align-self: center;
    margin-top: clamp(4px, 1.5vw, 16px);
    overflow: visible;
    pointer-events: none;
  }
  .lp-hero__center-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .lp-lead__panel {
    height: auto;
    min-height: 0;
  }
  .lp-lead__card {
    max-width: min(100%, 420px);
  }
  .lp-lead__photo-clip {
    flex: 0 0 auto;
  }

  .lp-hero__logo {
    width: min(220px, 88vw);
    height: auto;
    aspect-ratio: 248 / 96;
    min-height: 64px;
  }
  .lp-hero__logo-shade {
    width: 100%;
    height: 100%;
    min-height: 64px;
  }
  .lp-hero__logo-img {
    width: min(241px, 90%);
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .lp-hero__logo-img img {
    height: auto;
    max-height: 56px;
    object-fit: contain;
  }
  .lp-hero__textbtn {
    gap: clamp(22px, 5vw, 40px);
  }
  .lp-hero__lead p {
    font-size: clamp(16px, 3.9vw, 20px);
  }

  .lp-path {
    padding-top: clamp(16px, 4.5vw, 40px);
    padding-bottom: clamp(12px, 3.6vw, 32px);
    padding-left: var(--lp-pad-l);
    padding-right: var(--lp-pad-l);
  }
  .lp-path__container {
    --lp-path-inset-x: clamp(6px, 3.2vw, 24px);
    --lp-path-inset-t: clamp(14px, 3.2vw, 36px);
    --lp-path-inset-b: clamp(14px, 3.2vw, 38px);
    --lp-path-copy-pad: clamp(12px, 3.2vw, 24px);
  }
  .lp-path__text {
    padding: clamp(18px, 4vw, 36px) 0 clamp(14px, 3.5vw, 28px) var(--lp-path-copy-pad);
  }

  .lp-learn__left {
    padding-left: clamp(24px, 6vw, 48px);
    padding-right: clamp(24px, 6vw, 48px);
  }
  .lp-learn__h2 {
    letter-spacing: -0.04em;
  }

  /* Programme focus — mobile Figma 1005:1460: white; image full-bleed h-353; copy px-24 pb-56 gap-24 */
  .lp-community__inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
    align-items: flex-start;
    padding: 48px max(24px, env(safe-area-inset-right, 0px)) 56px max(24px, env(safe-area-inset-left, 0px));
  }
  .lp-community__title {
    max-width: none;
    font-size: clamp(40px, 11vw, 64px);
  }
  .lp-community__lead {
    max-width: min(100%, 540px);
    font-size: 16px;
    line-height: 1.45;
  }
  .lp-community__grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }
  .lp-community__feature {
    gap: 16px;
  }
  .lp-community__icon-wrap {
    width: min(var(--lp-community-icon-size, 74px), 64px);
    height: min(var(--lp-community-icon-size, 74px), 64px);
  }
  .lp-community__feature-title {
    font-size: 20px;
  }
  .lp-community__feature-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .lp-goa {
    min-height: 0;
  }
  .lp-goa__inner {
    gap: 28px;
    padding: clamp(24px, 4.2vw, 48px) max(24px, env(safe-area-inset-right, 0px)) clamp(32px, 5.2vw, 56px)
      max(24px, env(safe-area-inset-left, 0px));
  }
  .lp-goa__eyebrow {
    font-size: clamp(24px, 5.5vw, 34px);
    line-height: 1.02;
  }
  .lp-goa__columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lp-goa__copy {
    font-size: 15px;
    line-height: 1.45;
  }
  .lp-goa__callout {
    font-size: 20px;
    line-height: 1.35;
  }

  .lp-prog-focus {
    overflow-x: clip;
    padding: 0;
    background: #fff;
  }
  .lp-prog-focus__art {
    flex: 0 0 auto;
    width: 100%;
    height: 353px;
    min-height: 353px;
    overflow: hidden;
  }
  .lp-prog-focus__img {
    object-fit: cover;
    object-position: center center;
  }
  .lp-prog-focus__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 23px;
    min-height: 0;
    padding: 0;
  }
  .lp-prog-focus__body {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    justify-content: flex-start;
    gap: 24px;
    padding: 0 max(24px, env(safe-area-inset-right, 0px)) 56px max(24px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
  }
  .lp-prog-focus__lede {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.42px;
  }
  .lp-prog-focus__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 0.97;
    letter-spacing: 0;
  }
  .lp-prog-focus__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.42px;
  }

  .lp-legacy {
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
  }

  .lp-lead {
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
  }
  .lp-lead__h2 {
    max-width: none;
  }

  .lp-trust {
    padding: 32px max(24px, env(safe-area-inset-right, 0px)) 40px max(24px, env(safe-area-inset-left, 0px));
  }
  .lp-trust__surface {
    border-radius: 32px;
  }
  .lp-trust__top {
    flex-direction: column;
    gap: 32px;
    padding: 56px 32px 64px;
  }
  .lp-trust__intro {
    flex: none;
    max-width: none;
    gap: 20px;
  }
  .lp-trust__stats {
    width: 100%;
  }
  .lp-trust__stats-row {
    display: grid;
  }
  .lp-trust__title {
    max-width: 640px;
    font-size: clamp(34px, 5vw, 52px);
  }
  .lp-trust__lead {
    max-width: 560px;
    font-size: 17px;
  }
  .lp-trust__stats-row--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-trust__stat--universities,
  .lp-trust__stat--institutes,
  .lp-trust__stat--hospital {
    grid-column: auto;
    width: 100%;
    max-width: none;
  }
  .lp-trust__stat--hospital {
    grid-column: 1 / -1;
  }
  .lp-trust__stats-row--bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-trust__stat--students {
    grid-column: 1 / -1;
  }
  .lp-trust__stat {
    height: auto;
    min-height: 150px;
    padding: 24px;
  }
  .lp-trust__stat--universities,
  .lp-trust__stat--institutes,
  .lp-trust__stat--hospital,
  .lp-trust__stat--students,
  .lp-trust__stat--schools,
  .lp-trust__stat--medical {
    width: 100%;
    max-width: none;
  }
  .lp-trust__stat--medical .lp-trust__num {
    flex: 0 0 auto;
    width: auto;
    text-align: left;
  }
  .lp-trust__num {
    font-size: clamp(48px, 7vw, 78px);
  }
  .lp-trust__label {
    font-size: 20px;
  }
  .lp-trust__label-sub {
    font-size: 16px;
  }
  .lp-trust__bottom {
    padding: 32px 24px 24px;
  }
  .lp-trust__hero {
    height: auto;
    display: grid;
    align-items: start;
    border-radius: 24px;
  }
  .lp-trust__hero-copy {
    width: 100%;
    height: auto;
    gap: 24px;
    padding: 40px 32px 0;
  }
  .lp-trust__hero-main {
    width: min(100%, 520px);
  }
  .lp-trust__hero-title {
    width: min(100%, 520px);
    font-size: clamp(40px, 7.2vw, 64px);
  }
  .lp-trust__hero-lead,
  .lp-trust__hero-note {
    width: 100%;
    max-width: none;
  }
  .lp-trust__hero-lead {
    font-size: 17px;
  }
  .lp-trust__hero-note {
    font-size: 15px;
  }
  .lp-trust__hero-visual {
    position: relative;
    flex: none;
    min-height: 0;
    margin-top: 16px;
    width: 100%;
    height: auto;
    padding: 0 32px 32px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
  }
  .lp-trust__hero-figure-wrap {
    position: relative;
    inset: auto;
    overflow: visible;
    grid-column: 1 / -1;
  }
  .lp-trust__hero-figure {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 360px);
    height: auto;
    margin: 0 auto 6px;
    transform: none;
  }
  .lp-trust__chip,
  .lp-trust__chip--grow,
  .lp-trust__chip--curious,
  .lp-trust__chip--ambitious,
  .lp-trust__chip--open {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 14px 14px;
    font-size: 17px;
    border-radius: 18px;
  }

  .lp-sch-intro__inner {
    grid-template-columns: 1fr;
    row-gap: 28px;
    padding-top: 20px;
    padding-bottom: 36px;
    padding-inline: max(24px, env(safe-area-inset-right, 0px)) max(24px, env(safe-area-inset-left, 0px));
  }

  .lp-trust + .lp-sch-intro .lp-sch-intro__inner {
    padding-top: 16px;
  }
  .lp-sch-intro__title {
    max-width: 640px;
    font-size: clamp(40px, 5.2vw, 56px);
  }
  .lp-sch-intro__copy {
    max-width: 760px;
    font-size: 17px;
  }

  .lp-sch-detail__inner {
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
  .lp-sch-detail__surface {
    gap: 40px;
    padding: 40px 24px;
  }
  .lp-sch-detail__switch {
    width: 100%;
    max-width: 780px;
  }
  .lp-sch-detail__switch-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    font-size: 17px;
  }
  .lp-sch-detail__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lp-sch-detail__menu {
    width: 100%;
    max-width: 640px;
  }
  .lp-sch-detail__hero {
    flex-direction: column;
    gap: 18px;
  }
  .lp-sch-detail__duration {
    padding-top: 0;
    white-space: normal;
  }
  .lp-sch-detail__body,
  .lp-sch-detail__continuation {
    max-width: none;
  }

  .lp-next__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 24px;
    padding: clamp(190px, 23vw, 280px) max(24px, env(safe-area-inset-right, 0px)) clamp(36px, 6vw, 72px)
      max(24px, env(safe-area-inset-left, 0px));
  }
  .lp-next__title,
  .lp-next__cta {
    width: 100%;
    max-width: 760px;
  }
  .lp-next__title {
    font-size: clamp(42px, 6.5vw, 72px);
  }
  .lp-next__copy {
    max-width: 520px;
    font-size: clamp(22px, 3.1vw, 32px);
  }

  /* Eligibility — mobile Figma 417:1728: inset card 25px radius, tabs, accordion, full-width CTA */
  .lp-eli {
    align-items: stretch;
    padding: 32px max(24px, env(safe-area-inset-right, 0px)) 32px max(24px, env(safe-area-inset-left, 0px));
    gap: 10px;
    box-sizing: border-box;
  }
  .lp-eli__bg img {
    left: -99.34%;
    width: 527.1%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .lp-eli__box {
    max-width: none;
    width: 100%;
    border-radius: 25px;
    padding: 24px max(24px, env(safe-area-inset-right, 0px)) 24px max(24px, env(safe-area-inset-left, 0px));
    gap: 32px;
    box-sizing: border-box;
  }
  .lp-eli__intro {
    gap: 32px;
    width: 100%;
  }
  .lp-eli__h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 0.97;
    letter-spacing: -0.72px;
  }
  .lp-eli__tabs {
    flex-direction: row !important;
    width: 100% !important;
    min-height: 68px;
    align-items: center;
    align-self: stretch;
  }
  .lp-eli__tab,
  .lp-eli__tab--on,
  .lp-eli__tab:not(.lp-eli__tab--on) {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: 58px;
    min-height: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.11;
  }
  .lp-eli__tab--on {
    height: 68px;
    align-self: stretch;
  }
  .lp-eli__grid-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .lp-eli__grid-wrap > .lp-eli__acc-item--elig,
  .lp-eli__grid-wrap > .lp-eli__acc-item--sel,
  .lp-eli__grid-wrap > .lp-eli__brochure {
    grid-column: auto;
    grid-row: auto;
  }
  .lp-eli__acc-item--elig {
    gap: 12px;
    margin-bottom: 24px;
  }
  .lp-eli__acc-item--sel {
    gap: 16px;
    margin-bottom: 32px;
  }
  .lp-eli__acc-item--elig .lp-eli__acc-trigger {
    gap: 12px;
    justify-content: flex-start;
  }
  .lp-eli__acc-item--sel .lp-eli__acc-trigger {
    gap: 53px;
    justify-content: flex-start;
  }
  .lp-eli__acc-item--elig .lp-eli__acc-panel,
  .lp-eli__acc-item--sel .lp-eli__acc-panel {
    margin-top: 0;
  }
  .lp-eli__acc-item--sel .lp-eli__acc-rule {
    display: block;
  }
  /* 417:1740 — title Bold 18 / 1.31 / -0.54; body Medium 14 / lh 20 / -0.42, gap-8 */
  .lp-eli__acc-item {
    width: 100%;
    max-width: 100%;
  }
  .lp-eli__acc-trigger {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.31;
    letter-spacing: -0.54px;
  }
  .lp-eli__acc-title {
    font-weight: 700;
  }
  .lp-eli__acc-ico {
    display: block;
  }
  .lp-eli__acc-panel {
    width: 100%;
    max-width: 100%;
  }
  .lp-eli__acc-text {
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }
  .lp-eli__acc-text p {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.42px;
  }
  .lp-eli .lp-eli__brochure {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    align-self: stretch;
    justify-content: space-between;
    border-radius: 16px;
    padding: 12px 16px;
    box-sizing: border-box;
  }
  .lp-eli .lp-eli__brochure span {
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .lp-adm__head {
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
    padding-top: clamp(36px, 7vw, 64px);
  }
  .lp-adm__g {
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
  }
  .lp-adm__step {
    flex: 1 1 100%;
  }

  .lp-sch__head {
    padding-left: var(--lp-pad-l);
    padding-right: var(--lp-pad-l);
  }
  .lp-sch__head p {
    font-size: clamp(15px, 3.8vw, 20px);
  }
  .lp-sch__row {
    padding-left: var(--lp-pad);
    padding-right: var(--lp-pad);
  }
  .lp-sch__left {
    max-width: none;
    width: 100%;
  }

  /* Scholarship types: horizontal row with horizontal scroll (not a vertical stack) */
  .lp-sch__tablist {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 6px;
    margin-bottom: 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
  }
  .lp-sch__tablist::-webkit-scrollbar {
    height: 5px;
  }
  .lp-sch__tablist::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 3px;
  }
  .lp-sch__tablist .lp-sch__rulef {
    display: none;
  }
  .lp-sch__tablist button.lp-sch__tab {
    flex: 0 0 auto;
    width: auto;
    min-width: min(260px, 72vw);
    max-width: min(320px, 85vw);
    align-self: stretch;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 2px solid rgba(255, 255, 255, 0.45);
    padding: 12px 16px 14px;
  }
  .lp-sch__tablist button.lp-sch__tab:last-of-type {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  }

  .lp-footer__inner {
    min-height: min(85vh, 620px);
    padding-top: clamp(32px, 8vw, 64px);
  }

  .snum {
    font-size: clamp(24px, 6vw, 40px);
  }
  .t-step {
    font-size: clamp(20px, 4vw, 40px);
  }
}

/* Layer 1b: ≤600px — tight hero + programme rows (single extra breakpoint keeps file at 6 blocks) */
@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(28px, 9.2vw, 36px);
    letter-spacing: -0.06em;
  }
  .hero .hero__roles-row--primary .hero__roles-text {
    font-size: clamp(28px, 10vw, 40px);
  }
  .hero .hero__roles-row--secondary .hero__roles-text {
    font-size: clamp(22px, 7.8vw, 30px);
  }
  .lp-hero__h1-lines p {
    font-size: clamp(18px, 5.2vw, 30px);
  }
  .lp-hero__accent p:first-child {
    font-size: clamp(21px, 5.8vw, 34px);
  }
  .lp-hero__textbtn {
    gap: 24px;
  }
  .lp-sch__tab-txt {
    font-size: clamp(15px, 3.6vw, 20px);
  }
  .lp-sch__panel li {
    font-size: clamp(15px, 3.5vw, 20px);
    margin-left: clamp(18px, 5vw, 30px);
  }
  .lp-lead__headban p {
    font-size: clamp(16px, 3.8vw, 24px);
  }
  .lp-lead__meta p {
    line-height: 1.15;
  }

}

/* ——— 2/5 — 992–1199px: row hero + scaled type + NAP column ——— */
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --lp-pad: calc(24px + 8 * (100vw - 992px) / 208);
    --lp-pad-l: calc(28px + 12 * (100vw - 992px) / 208);
    --lp-pad-m: calc(16px + 4 * (100vw - 992px) / 208);
  }

  .lp-hero__inner {
    padding-top: calc(40px + 16px * (100vw - 992px) / 208);
    padding-bottom: 0;
  }
  .lp-hero__row {
    min-width: 0;
    gap: max(8px, calc(12px * (1920px - 100vw) / 720));
  }
  .lp-hero__content {
    flex: 1 1 380px;
    min-width: 0;
    max-width: min(720px, 100%);
    min-height: calc(520px + 80px * (100vw - 992px) / 208);
    align-items: flex-start;
  }
  .lp-hero__copy {
    min-width: 0;
    min-height: calc(420px + 80px * (100vw - 992px) / 208);
  }
  .lp-hero__h1 {
    gap: calc(10px + 2px * (100vw - 992px) / 208);
  }
  .lp-hero__h1-lines p {
    font-size: calc(22px + 26px * (100vw - 992px) / 208);
    line-height: 0.99;
    letter-spacing: calc(-0.45px + (-0.5px - -0.45px) * (100vw - 992px) / 208);
  }
  .lp-hero__accent p:first-child {
    font-size: calc(24px + 28px * (100vw - 992px) / 208);
    line-height: 1.04;
    letter-spacing: calc(-0.5px + (-0.55px - -0.5px) * (100vw - 992px) / 208);
  }
  .lp-hero__accent p:last-child {
    font-size: calc(16px + 12px * (100vw - 992px) / 208);
    line-height: 1.04;
    letter-spacing: calc(-0.35px + (-0.4px - -0.35px) * (100vw - 992px) / 208);
  }
  .lp-hero__accent {
    gap: calc(6px + 2px * (100vw - 992px) / 208);
  }
  .lp-hero__textbtn {
    gap: calc(24px + 8px * (100vw - 992px) / 208);
  }
  .lp-hero__lead p {
    font-size: calc(15px + 1px * (100vw - 992px) / 208);
    line-height: 1.33;
    letter-spacing: calc(-0.4px + (-0.35px - -0.4px) * (100vw - 992px) / 208);
  }
  .lp-hero__lead strong {
    font-weight: 700;
  }
  .lp-btn--apply-blue span {
    font-size: calc(15px + 1px * (100vw - 992px) / 208);
    line-height: 1;
    letter-spacing: 0;
  }
  .lp-hero__center-photo img {
    max-width: min(520px, calc(240px + 55px * (100vw - 992px) / 208));
  }
  .lp-hero__enquire {
    max-width: min(404px, calc(240px + 40px * (100vw - 992px) / 208), 30vw);
    min-width: 0;
  }

  .lp-legacy__h2 {
    font-size: clamp(34px, 4.2vw, 52px);
  }
  .lp-eli__box {
    padding: clamp(28px, 3.5vw, 56px);
    gap: clamp(40px, 5vw, 64px);
  }
  .lp-lead__card {
    max-width: min(100%, 400px);
  }

  .lp-footer__inner {
    min-height: min(92vh, 1100px);
  }
}

/* ——— 3/5 — ≤1100px: pathway stack + learning model stack ——— */
@media (max-width: 1100px) {
  .lp-learn__vline {
    display: none;
  }
  .lp-learn {
    flex-direction: column;
    gap: 2px;
  }
  .lp-learn__left {
    min-height: 0 !important;
    justify-content: flex-start;
    gap: clamp(16px, 4vw, 24px);
    flex: 0 0 auto;
  }
  .lp-learn__years {
    max-width: 100%;
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .lp-yr {
    padding: 24px 16px;
  }
  .lp-path__inner {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .lp-path__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
  }
  .lp-path__model-wrap {
    position: relative;
    order: -1;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: min(360px, 55vw);
    height: auto;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
  }
  .lp-path__model {
    position: relative;
    inset: auto;
    top: auto;
    bottom: auto;
    max-width: min(420px, 88vw);
    width: 100%;
    height: auto;
    max-height: min(480px, 70vh);
    transform: none;
    object-fit: contain;
    object-position: 50% 100%;
  }
  .lp-path__role-layer {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(16px, 3vw, 24px);
    padding: 12px 0 0;
    width: 100%;
    pointer-events: auto;
  }
  .lp-path__role-layer .lp-glass--path {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 360px;
    margin: 0 auto;
  }
}

/* Scholarships — tab column max 500px for 1001px–1599px (row layout, below 1600) */
@media (min-width: 1001px) and (max-width: 1599px) {
  .lp-sch__left {
    max-width: 500px;
  }
}

/* ——— 4/5 — 1200–1919px: smooth scale (reads well at 1200 & 1600) ——— */
@media (min-width: 1200px) and (max-width: 1919px) {
  :root {
    --lp-pad: calc(28px + 52 * (100vw - 1200px) / 720);
    --lp-pad-l: calc(36px + 128 * (100vw - 1200px) / 720);
    --lp-pad-m: calc(18px + 52 * (100vw - 1200px) / 720);
  }

  /* Align with 992–1199 at 1200px: pad-top matches 40+16*208/208=56px; type ramps to 1920 artboard */
  .lp-hero__inner {
    padding-top: calc(56px + 54px * (100vw - 1200px) / 720);
    padding-bottom: calc(16px + 40px * (100vw - 1200px) / 720);
  }
  .lp-hero__brand {
    gap: calc(20px + 12px * (100vw - 1200px) / 720);
    margin-bottom: calc(28px + 16px * (100vw - 1200px) / 720);
  }
  .lp-hero__row {
    min-width: 0;
    gap: max(8px, calc(12px * (1920px - 100vw) / 720));
  }
  .lp-hero__content {
    flex: 1 1 420px;
    min-width: 0;
    max-width: min(760px, 100%);
    align-items: flex-start;
  }
  .lp-hero__copy {
    min-width: 0;
  }
  .lp-hero__h1 {
    gap: calc(12px + 4px * (100vw - 1200px) / 720);
  }
  /*
   * Type sizes: at 1200px match the 992–1199 formula end (22+26, 24+28, 16+12);
   * at 1919px land on 75.676 / 80.059 / 41.224px (same as ≥1920 base).
   */
  .lp-hero__h1-lines p {
    font-size: calc(48px + 27.676px * (100vw - 1200px) / 720);
    line-height: 0.99;
    letter-spacing: calc(-0.5px + -1.0135px * (100vw - 1200px) / 720);
  }
  .lp-hero__accent p:first-child {
    font-size: calc(52px + 28.059px * (100vw - 1200px) / 720);
    line-height: 1.04;
    letter-spacing: calc(-0.55px + -1.0512px * (100vw - 1200px) / 720);
  }
  .lp-hero__accent p:last-child {
    font-size: calc(28px + 13.224px * (100vw - 1200px) / 720);
    line-height: 1.04;
    letter-spacing: calc(-0.4px + -0.4245px * (100vw - 1200px) / 720);
  }
  .lp-hero__accent {
    gap: calc(8px + 2px * (100vw - 1200px) / 720);
  }
  .lp-hero__textbtn {
    gap: calc(32px + 24px * (100vw - 1200px) / 720);
  }
  .lp-hero__lead p {
    font-size: calc(15px + 5px * (100vw - 1200px) / 720);
    line-height: 1.33;
    letter-spacing: calc(-0.4px + -0.2px * (100vw - 1200px) / 720);
  }
  .lp-hero__lead strong {
    font-weight: 700;
  }
  .lp-btn--apply-blue span {
    font-size: calc(15px + 5px * (100vw - 1200px) / 720);
    line-height: 1;
    letter-spacing: 0;
  }
  .lp-hero__center-photo img {
    max-width: min(520px, calc(280px + 220px * (100vw - 1200px) / 720));
  }
  .lp-hero__enquire {
    max-width: min(404px, calc(252px + 152px * (100vw - 1200px) / 720), 32vw);
    min-width: 0;
  }

  .lp-footer__inner {
    min-height: calc(920px + 819px * (100vw - 1200px) / 720);
  }

  .lp-campus-band {
    min-height: calc(180px + 120 * (100vw - 1200px) / 720);
    max-height: min(52vh, calc(400px + 160 * (100vw - 1200px) / 720));
  }
  .lp-campus-band img {
    object-position: center center;
  }

  .lp-curriculum {
    padding-top: calc(100px + 60 * (100vw - 1200px) / 720);
    padding-bottom: calc(140px + 70 * (100vw - 1200px) / 720);
  }
  /* Curriculum headline block — fluid column width, gap, copy inset (Figma 341:835 / 946:1382) */
  .lp-curriculum__inner {
    gap: calc(32px + 29 * (100vw - 1200px) / 720);
    min-width: 0;
  }
  .lp-curriculum__left {
    flex: 0 1 calc(520px + 362 * (100vw - 1200px) / 720);
    max-width: calc(520px + 362 * (100vw - 1200px) / 720);
    gap: calc(18px + 7 * (100vw - 1200px) / 720);
    min-width: 0;
  }
  .lp-curriculum__headline-white {
    font-size: calc(36px + 31.299 * (100vw - 1200px) / 720);
    line-height: calc(40px + 33 * (100vw - 1200px) / 720);
  }
  .lp-curriculum__headline-gradient {
    font-size: calc(36px + 31.299 * (100vw - 1200px) / 720);
    line-height: calc(40px + 33 * (100vw - 1200px) / 720);
  }
  .lp-curriculum__body {
    padding-right: calc(40px + 139 * (100vw - 1200px) / 720);
    font-size: calc(15px + 5 * (100vw - 1200px) / 720);
    line-height: 1.5;
  }
  .lp-curriculum__eyebrow {
    font-size: calc(16px + 8 * (100vw - 1200px) / 720);
  }
  .lp-curriculum__stat-num {
    font-size: calc(72px + 56 * (100vw - 1200px) / 720);
  }
  .lp-curriculum__stat-label {
    font-size: calc(20px + 12 * (100vw - 1200px) / 720);
  }

  .lp-path__container {
    --lp-path-inset-t: calc(28px + 36 * (100vw - 1200px) / 720);
    --lp-path-inset-b: calc(28px + 44 * (100vw - 1200px) / 720);
  }
  .lp-path__h2 {
    font-size: clamp(28px, calc(26px + 14 * (100vw - 1200px) / 720), 40px);
  }
  .lp-path__role-layer .lp-glass--path p {
    font-size: calc(17px + 7 * (100vw - 1200px) / 720);
  }

  /* Learning model — Figma 340:447 fluid 1200→1920 */
  .lp-learn {
    min-height: calc(800px + 435 * (100vw - 1200px) / 720);
  }
  .lp-learn__left {
    gap: calc(24px + 8 * (100vw - 1200px) / 720);
    min-height: calc(800px + 435 * (100vw - 1200px) / 720);
  }
  .lp-learn__h2 {
    max-width: calc(380px + 180 * (100vw - 1200px) / 720);
    font-size: calc(56px + 38 * (100vw - 1200px) / 720);
  }
  .lp-learn__lead {
    max-width: calc(280px + 85 * (100vw - 1200px) / 720);
    font-size: calc(16px + 4 * (100vw - 1200px) / 720);
  }
  .lp-learn__cta {
    max-width: calc(360px + 149 * (100vw - 1200px) / 720);
  }
  .lp-learn__years {
    min-height: calc(800px + 435 * (100vw - 1200px) / 720);
    max-width: calc(620px + 350 * (100vw - 1200px) / 720);
  }
  .lp-learn__vline {
    min-height: calc(800px + 435 * (100vw - 1200px) / 720);
  }
  .lp-yr {
    padding: calc(24px + 6 * (100vw - 1200px) / 720) calc(52px + 25 * (100vw - 1200px) / 720)
      calc(24px + 6 * (100vw - 1200px) / 720) calc(62px + 38 * (100vw - 1200px) / 720);
  }
  .lp-yr__content {
    gap: calc(10px + 4 * (100vw - 1200px) / 720);
  }
  .lp-yr__content h3 {
    font-size: calc(28px + 12 * (100vw - 1200px) / 720);
    line-height: 1.08;
  }
  .lp-yr__desc {
    font-size: calc(15px + 3 * (100vw - 1200px) / 720);
    line-height: 1.39;
  }
  .lp-yr__tag {
    font-size: calc(18px + 6 * (100vw - 1200px) / 720);
    line-height: 1.11;
  }
  .lp-yr__pathways {
    max-width: calc(420px + 82 * (100vw - 1200px) / 720);
  }
  .lp-yr__pathway-row {
    font-size: calc(15px + 3 * (100vw - 1200px) / 720);
  }


  .lp-prog-focus__lede,
  .lp-prog-focus__text {
    font-size: calc(15px + 5 * (100vw - 1200px) / 720);
  }
  .lp-prog-focus__title {
    font-size: calc(28px + 8 * (100vw - 1200px) / 720);
  }

  .lp-legacy {
    gap: calc(32px + 68 * (100vw - 1200px) / 720);
  }
  .lp-legacy__h2 {
    font-size: calc(36px + 28 * (100vw - 1200px) / 720);
  }
  .lp-legacy__lede {
    font-size: calc(15px + 5 * (100vw - 1200px) / 720);
  }
  .lp-legacy__lede p {
    line-height: 1.42;
  }

  /* Legacy stat grids — Figma 218:2152 / 218:2162; scale 1200→1920 */
  .lp-legacy__grid1,
  .lp-legacy__grid2 {
    flex-wrap: nowrap;
    gap: calc(12px + 9 * (100vw - 1200px) / 720);
  }
  .lp-legacy__cell,
  .lp-legacy__s {
    padding: calc(16px + 14 * (100vw - 1200px) / 720);
  }
  .lp-legacy__cell {
    min-height: calc(140px + 37 * (100vw - 1200px) / 720);
  }
  .lp-legacy__cell:nth-child(1) {
    flex: 0 1 calc(290px + 174 * (100vw - 1200px) / 720);
    min-width: 0;
  }
  .lp-legacy__cell:nth-child(2),
  .lp-legacy__cell:nth-child(3) {
    flex: 1 1 0;
    min-width: 0;
  }
  .lp-legacy__cell:nth-child(1) .lp-legacy__n {
    flex: 0 0 calc(100px + 60 * (100vw - 1200px) / 720);
    width: calc(100px + 60 * (100vw - 1200px) / 720);
  }
  .lp-legacy__cell:nth-child(2) .lp-legacy__n {
    flex: 0 0 calc(184px + 110 * (100vw - 1200px) / 720);
    width: calc(184px + 110 * (100vw - 1200px) / 720);
  }
  .lp-legacy__cell:nth-child(3) .lp-legacy__n {
    flex: 0 0 calc(218px + 130 * (100vw - 1200px) / 720);
    width: calc(218px + 130 * (100vw - 1200px) / 720);
  }
  .lp-legacy__n,
  .lp-legacy__n2 {
    font-size: calc(60px + 36 * (100vw - 1200px) / 720);
    letter-spacing: calc(-1.2px + -0.72px * (100vw - 1200px) / 720);
  }
  .lp-legacy__label p {
    font-size: calc(15px + 9 * (100vw - 1200px) / 720);
  }
  .lp-legacy__s {
    flex: 1 1 0;
    min-width: 0;
  }
  .lp-legacy__s--h223 {
    min-height: calc(168px + 55 * (100vw - 1200px) / 720);
  }
  .lp-legacy__s--h219 {
    min-height: calc(165px + 54 * (100vw - 1200px) / 720);
  }

  .lp-lead {
    gap: calc(40px + 31 * (100vw - 1200px) / 720);
    padding: calc(56px + 52 * (100vw - 1200px) / 720) var(--lp-pad-l) calc(48px + 40 * (100vw - 1200px) / 720);
  }
  .lp-lead__headban p {
    font-size: calc(17px + 7 * (100vw - 1200px) / 720);
  }
  .lp-lead__meta p {
    font-size: calc(15px + 3 * (100vw - 1200px) / 720);
    line-height: 1.05;
  }

  .lp-eli {
    gap: calc(32px + 20 * (100vw - 1200px) / 720);
  }
  .lp-eli__box {
    gap: calc(40px + 34 * (100vw - 1200px) / 720);
  }
  .lp-eli__intro {
    gap: calc(24px + 20 * (100vw - 1200px) / 720);
  }
  .lp-eli__h2 {
    font-size: calc(28px + 36 * (100vw - 1200px) / 720);
  }
  .lp-eli__tab {
    font-size: calc(14px + 2 * (100vw - 1200px) / 720);
  }
  .lp-eli__acc-trigger {
    font-size: calc(19px + 5 * (100vw - 1200px) / 720);
    font-weight: 700;
    line-height: 1.31;
    letter-spacing: -0.54px;
  }
  .lp-eli__acc-text p {
    font-size: calc(14px + 4 * (100vw - 1200px) / 720);
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: -0.54px;
  }

  .lp-sch__head p,
  .lp-footer__inner p {
    font-size: calc(14px + 4 * (100vw - 1200px) / 720);
    line-height: 1.45;
  }
  .lp-sch__head {
    gap: calc(20px + 8 * (100vw - 1200px) / 720);
  }
  .t-step {
    font-size: calc(26px + 14 * (100vw - 1200px) / 720);
  }
  .lp-footer__inner .lp-footer__h2 {
    line-height: 1.06;
  }
}

/* ——— Learning model (Four-Year) — 1200–1300px: flex min-width, balanced columns, calmer insets (narrow laptop) ——— */
@media (min-width: 1200px) and (max-width: 1300px) {
  .lp-goa__inner {
    padding-left: clamp(20px, 3.2vw, 40px);
    padding-right: clamp(20px, 3.2vw, 40px);
  }
  .lp-goa__columns {
    grid-template-columns: minmax(300px, 1fr) minmax(260px, 0.88fr);
    gap: 28px;
  }
  .lp-goa__copy {
    font-size: 15px;
  }
  .lp-goa__callout {
    font-size: 20px;
  }

  .lp-community__inner {
    grid-template-columns: minmax(300px, 470px) minmax(420px, 1fr);
    column-gap: 40px;
    padding-left: clamp(20px, 3.2vw, 40px);
    padding-right: clamp(20px, 3.2vw, 40px);
  }
  .lp-community__grid {
    column-gap: 32px;
  }
  .lp-community__title {
    font-size: clamp(52px, 4.4vw, 68px);
  }
  .lp-community__lead {
    font-size: 16px;
  }

  .lp-learn {
    min-width: 0;
  }
  .lp-learn__left {
    min-width: 0;
    flex: 1 1 300px;
    padding-top: calc(clamp(24px, 4.5vw, 80px) + clamp(20px, 2.4vw, 48px));
    padding-bottom: clamp(24px, 4.5vw, 80px);
    padding-left: clamp(20px, 3.2vw, 40px);
    padding-right: clamp(20px, 3.2vw, 40px);
  }
  .lp-learn__years {
    min-width: 0;
    flex: 1 1 340px;
    max-width: min(580px, calc(100vw - 380px)) !important;
  }
  .lp-learn__h2 {
    max-width: 100%;
    font-size: clamp(48px, 2.1vw + 40px, 62px);
  }
  .lp-learn__lead {
    max-width: 280px;
    font-size: 15px;
  }
  .lp-yr {
    min-width: 0;
    padding: clamp(18px, 1.4vw, 24px) clamp(18px, 2.4vw, 40px) clamp(18px, 1.4vw, 24px)
      clamp(26px, 2.8vw, 48px);
  }
  .lp-yr__content {
    min-width: 0;
  }
  .lp-yr__content h3 {
    font-size: clamp(24px, 1.1vw + 12px, 28px);
  }
  .lp-yr__desc {
    font-size: clamp(15px, 0.25vw + 14.5px, 17px);
  }
  .lp-yr__tag {
    font-size: clamp(20px, 0.2vw + 19px, 22px);
  }
  .lp-yr__pathways {
    max-width: 100%;
  }
  .lp-yr__pathway-row {
    font-size: 15px;
  }
}

/* World-ready — ≤991px (Figma 1670:2882 mobile layout; same pattern 768–991 + ≤767) */
@media (max-width: 991px) {
  .lp-world {
    position: relative;
    min-height: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
  }

  .lp-world__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: min(540px, calc(100% - 48px));
    min-height: 0;
    margin: 0 auto;
    padding: clamp(40px, 5vw, 52px) clamp(24px, 4vw, 40px) 0;
    box-sizing: border-box;
    isolation: isolate;
  }

  .lp-world__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 1;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .lp-world__eyebrow {
    margin: 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: #010767;
    white-space: normal;
  }

  .lp-world__title {
    margin: 0;
    padding-bottom: 0.06em;
    display: block;
    width: 100%;
    font-size: clamp(44px, 6.5vw, 50px);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -0.04em;
    background: linear-gradient(90deg, #5697fe 0%, #010767 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

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

  .lp-world__body {
    display: block;
    width: 100%;
    max-width: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #010767;
  }

  .lp-world__art {
    position: absolute;
    top: clamp(248px, 36vw, 308px);
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(520px, 72vw, 691px);
    max-width: none;
    margin: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    pointer-events: none;
  }

  .lp-world__art::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(2, 2, 25, 0) 18%, rgba(2, 2, 25, 0.92) 84%);
  }

  .lp-world__art img {
    position: absolute;
    top: 0;
    left: -97.83%;
    width: 221.12%;
    height: 78%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    transform: none;
  }

  .lp-world__card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: auto;
    min-height: 64px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 12px;
    border: 0.542px solid rgba(21, 21, 21, 0.65);
    border-radius: 12px;
    background: linear-gradient(172.76deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-sizing: border-box;
    backdrop-filter: blur(11.378px);
    -webkit-backdrop-filter: blur(11.378px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    z-index: 2;
  }

  .lp-world__card-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    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);
  }

  .lp-world__card-icon img {
    max-width: 30px;
    max-height: 30px;
  }

  .lp-world__card p {
    flex: 0 1 auto;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .lp-world__card--careers {
    order: 2;
    align-self: flex-start;
    margin-top: clamp(248px, 48vw, 388px);
    margin-right: clamp(72px, 22vw, 135px);
  }

  .lp-world__card--careers p {
    width: 173px;
  }

  .lp-world__card--outcomes {
    order: 3;
    align-self: flex-end;
    margin-top: 12px;
    margin-left: clamp(72px, 24vw, 145px);
  }

  .lp-world__card--outcomes p {
    width: 163px;
  }

  .lp-world__card--ground {
    order: 4;
    align-self: flex-start;
    margin-top: 12px;
    margin-right: clamp(88px, 26vw, 150px);
  }

  .lp-world__card--ground p {
    width: 157px;
  }

  .lp-world__card--complexity {
    order: 5;
    align-self: flex-end;
    margin-top: 12px;
    margin-left: clamp(72px, 22vw, 135px);
  }

  .lp-world__card--complexity p {
    width: 163px;
  }
}

@media (max-width: 991px) {
  .lp-trust {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .lp-trust:has(+ .lp-sch-intro) {
    padding-bottom: 16px;
  }
  .lp-trust__surface {
    border-radius: 24px;
  }
  .lp-trust__top {
    padding: 48px 24px 48px;
    gap: 32px;
  }
  .lp-trust__title {
    font-size: clamp(30px, 10vw, 42px);
  }
  .lp-trust__lead {
    font-size: 15px;
  }
  .lp-trust__top,
  .lp-trust__stats,
  .lp-trust__stat {
    overflow: visible;
  }
  .lp-trust__stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .lp-trust__stats-row--top,
  .lp-trust__stats-row--bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .lp-trust__stat--universities,
  .lp-trust__stat--institutes,
  .lp-trust__stat--hospital,
  .lp-trust__stat--students,
  .lp-trust__stat--schools,
  .lp-trust__stat--medical {
    grid-column: unset;
  }
  .lp-trust__stat,
  .lp-trust__stat--universities,
  .lp-trust__stat--institutes,
  .lp-trust__stat--hospital,
  .lp-trust__stat--students,
  .lp-trust__stat--schools,
  .lp-trust__stat--medical {
    min-height: 0;
    width: 100%;
    max-width: none;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 24px 20px;
  }
  .lp-trust__num,
  .lp-trust__stat--universities .lp-trust__num,
  .lp-trust__stat--hospital .lp-trust__num,
  .lp-trust__stat--students .lp-trust__num,
  .lp-trust__stat--medical .lp-trust__num {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(48px, 12vw, 64px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.02em;
  }
  .lp-trust__label,
  .lp-trust__stat--universities .lp-trust__label,
  .lp-trust__stat--hospital .lp-trust__label,
  .lp-trust__stat--students .lp-trust__label {
    font-size: 18px;
    line-height: 0.94;
  }
  .lp-trust__label-sub {
    font-size: 15px;
  }
  .lp-trust__bottom {
    padding: 12px 12px 12px;
  }
  .lp-trust__hero {
    border-radius: 22px;
  }
  .lp-trust__hero-copy {
    width: 100%;
    padding: 28px 20px 0;
    gap: 20px;
  }
  .lp-trust__hero-title {
    width: min(100%, 340px);
    font-size: clamp(30px, 10.5vw, 46px);
  }
  .lp-trust__hero-lead,
  .lp-trust__hero-note {
    width: 100%;
    max-width: none;
  }
  .lp-trust__hero-lead {
    font-size: 15px;
  }
  .lp-trust__hero-note {
    font-size: 13px;
  }
  .lp-trust__hero-visual {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 12px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }
  .lp-trust__hero-figure-wrap {
    position: relative;
    inset: auto;
    overflow: visible;
    grid-column: 1;
    justify-self: center;
    width: 100%;
  }
  .lp-trust__hero-figure {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 240px);
    height: auto;
    margin: 0 auto 4px;
    transform: none;
    top: auto;
  }
  .lp-trust__chip,
  .lp-trust__chip--grow,
  .lp-trust__chip--curious,
  .lp-trust__chip--ambitious,
  .lp-trust__chip--open {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 56px;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 16px;
  }

  /* Founding student community — Figma 1670:2929 (phone) */
  .lp-founding {
    padding: 0 24px 40px;
    background: #020219;
    overflow: hidden;
    box-sizing: border-box;
  }

  .lp-founding__panel {
    overflow: hidden;
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .lp-founding__content {
    flex-direction: column;
    gap: 0;
    min-height: 614px;
  }

  .lp-founding__copy {
    width: 100%;
    flex-basis: auto;
    max-width: none;
    margin: 0;
    align-items: flex-start;
    text-align: left;
    gap: 40px;
    padding: 30px;
    box-sizing: border-box;
  }

  .lp-founding__copy-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .lp-founding__eyebrow {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
  }

  .lp-founding__title {
    width: 100%;
    max-width: 332px;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0;
    text-align: left;
    background: linear-gradient(90deg, #fff 0%, #87b5ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .lp-founding__title span {
    display: inline;
  }

  .lp-founding__body {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: left;
  }

  .lp-founding__visual {
    position: relative;
    min-height: 276px;
    height: 276px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .lp-founding__students {
    position: absolute;
    top: -2.69%;
    left: -11.32%;
    display: block;
    width: 118.34%;
    height: 102.91%;
    max-width: none;
    min-height: 0;
    max-height: none;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 0;
  }

  .lp-founding__tag-layer {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
    padding: 0;
  }

  .lp-founding__tag {
    position: absolute;
    width: 160px;
    min-height: 0;
    padding: 12px;
    border-radius: 12px;
    border: 0.542px solid #151515;
    box-sizing: border-box;
    background: linear-gradient(172.19deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(11.378px);
    -webkit-backdrop-filter: blur(11.378px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lp-founding__tag p {
    margin: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    letter-spacing: -0.03em;
  }

  .lp-founding__tag--traditions {
    left: 21px;
    top: 154px;
  }

  .lp-founding__tag--standards {
    left: 194px;
    top: 142px;
  }

  .lp-founding__tag--legacy {
    left: 32px;
    top: 212px;
  }

  .lp-founding__tag--culture {
    left: 211px;
    top: 207px;
  }

  .lp-meaning {
    padding: 44px 16px 52px;
  }
  .lp-meaning__eyebrow {
    font-size: 18px;
  }
  .lp-meaning__item {
    gap: 14px;
    padding-right: 0;
  }
  .lp-meaning__icon-card {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
  .lp-meaning__icon-card img {
    max-width: 34px;
    max-height: 34px;
  }
  .lp-meaning__item p {
    font-size: 15px;
    line-height: 1.4;
  }
  .lp-meaning__statement-lead {
    font-size: clamp(24px, 8vw, 32px);
  }
  .lp-meaning__statement-body {
    font-size: clamp(18px, 5.8vw, 24px);
  }

  .lp-different {
    padding: 44px 24px;
  }
  .lp-different__grid {
    display: block;
    gap: 0;
  }
  .lp-different__intro {
    min-height: 0;
  }
  .lp-different__intro,
  .lp-different__column {
    gap: 16px;
  }
  .lp-different__eyebrow {
    font-size: 18px;
    line-height: 1;
  }
  .lp-different__headline {
    width: 100%;
    max-width: 392px;
    margin: 0;
    padding: 0 0 24px;
    text-align: left;
  }
  .lp-different__title {
    font-size: clamp(48px, 12vw, 64px);
    line-height: 0.9;
    text-align: left;
  }
  .lp-different__eyebrow {
    text-align: left;
  }

  .lp-different__intro > .lp-different__card,
  .lp-different__column {
    display: none;
  }

  .lp-different__swiper {
    display: block;
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
    overflow: visible;
  }

  .lp-different__swiper.swiper-initialized {
    height: auto !important;
  }

  .lp-different__swiper.swiper-initialized .swiper-wrapper {
    align-items: flex-start;
    height: auto !important;
  }

  .lp-different__swiper .swiper-slide {
    width: 288px;
    height: auto !important;
  }

  .lp-different__swiper .lp-different__card {
    width: 288px;
    min-height: 0;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px;
  }

  .lp-different__swiper .lp-different__icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 0;
  }

  .lp-different__swiper .lp-different__icon img {
    max-width: 30px;
    max-height: 30px;
  }

  .lp-different__swiper .lp-different__copy {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .lp-different__swiper .lp-different__card-title {
    font-size: 18px;
    line-height: 24px;
  }

  .lp-different__swiper .lp-different__card-body {
    margin-top: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .lp-aiarch {
    padding: 40px 24px;
  }

  .lp-aiarch__inner {
    flex-direction: column;
    gap: 40px;
  }

  .lp-aiarch__content,
  .lp-aiarch__stack {
    width: 100%;
    max-width: 392px;
  }

  .lp-aiarch__content {
    gap: 40px;
  }

  .lp-aiarch__title {
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.04em;
  }

  .lp-aiarch__copy {
    gap: 16px;
    width: 100%;
  }

  .lp-aiarch__copy-group {
    gap: 16px;
  }

  .lp-aiarch__lead {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }

  .lp-aiarch__sublead {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .lp-aiarch__body {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .lp-aiarch__stack {
    gap: 21px;
  }

  .lp-aiarch__item {
    --lp-aiarch-open-pad: 20px;
    --lp-aiarch-open-gap: 24px;
    border-radius: 0;
  }

  .lp-aiarch__item:first-child[open] {
    min-height: 216px;
  }

  .lp-aiarch__item-head {
    padding: 20px 16px;
    row-gap: 0;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-head {
    grid-template-columns: minmax(0, 1fr) 12px;
    align-items: center;
    column-gap: 24px;
    padding: 20px;
  }

  .lp-aiarch__item[open] .lp-aiarch__item-head {
    grid-template-columns: minmax(0, 1fr) 12px;
    align-items: center;
    column-gap: 24px;
    padding: 20px 20px 0;
    padding-bottom: 0;
  }

  .lp-aiarch__item[open] .lp-aiarch__item-text {
    max-width: 316px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-text {
    max-width: 316px;
    font-weight: 300;
    line-height: 22px;
  }

  .lp-aiarch__chevron {
    display: block;
    width: 6px;
    height: 12px;
    align-self: center;
    flex: 0 0 auto;
    justify-self: end;
    transform: rotate(90deg);
    transform-origin: center;
  }

  .lp-aiarch__item[open] .lp-aiarch__chevron {
    margin-top: 0;
    transform: rotate(-90deg);
  }

  .lp-aiarch__item-content,
  .lp-aiarch__item[open] .lp-aiarch__item-content {
    gap: 16px;
    padding: 24px 20px 20px;
  }

  .lp-aiarch__kicker {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }

  .lp-aiarch__list {
    padding-left: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .lp-aiarch__list li + li {
    margin-top: 0;
  }

  .lp-immersions {
    padding: 40px 24px;
    overflow: hidden;
  }
  .lp-immersions__header {
    padding: 0 0 32px;
  }
  .lp-immersions__title {
    max-width: 311px;
    font-size: 40px;
    line-height: 44px;
  }
  .lp-immersions__title span {
    display: inline;
  }
  .lp-immersions__swiper {
    width: 100%;
  }
  .lp-immersions__grid {
    gap: 24px;
  }
  .lp-immersions__swiper:not(.swiper-initialized) .lp-immersions__grid {
    display: flex;
    overflow-x: auto;
  }
  .lp-immersions__swiper .swiper-slide,
  .lp-immersions__card {
    width: 288px;
    min-width: 288px;
    gap: 24px;
  }
  .lp-immersions__frame {
    margin-bottom: 20px;
    padding: 6px;
    border-radius: 12px;
  }
  .lp-immersions__media {
    height: auto;
    border-radius: 8px;
    aspect-ratio: 298 / 344;
  }
  .lp-immersions__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .lp-immersions__copy {
    gap: 16px;
    padding: 0;
  }
  .lp-immersions__card-title {
    font-size: 16px;
    line-height: 22px;
  }
  .lp-immersions__card-body {
    font-size: 14px;
    line-height: 20px;
  }

  .lp-programmes {
    padding: 40px 24px;
  }
  .lp-programmes__panel {
    gap: 40px;
    padding: 20px;
    border-radius: 16.369px;
  }
  .lp-programmes__top {
    gap: 24px;
  }
  .lp-programmes__title {
    width: 100%;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
  .lp-programmes__tracks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  .lp-programmes__track {
    justify-content: center;
    gap: 8px;
    min-height: 76px;
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow:
      0 7.754px 34.462px rgba(0, 0, 0, 0.07),
      0 3.239px 14.397px rgba(0, 0, 0, 0.05),
      0 1.732px 7.697px rgba(0, 0, 0, 0.04),
      0 0.971px 4.315px rgba(0, 0, 0, 0.04),
      0 0.516px 2.292px rgba(0, 0, 0, 0.03),
      0 0.215px 0.954px rgba(0, 0, 0, 0.02);
  }
  .lp-programmes__track--active {
    background: #0938df;
    color: #fff;
    box-shadow:
      0 12.923px 34.462px rgba(0, 0, 0, 0.07),
      0 5.399px 14.397px rgba(0, 0, 0, 0.05),
      0 2.887px 7.697px rgba(0, 0, 0, 0.04),
      0 1.618px 4.315px rgba(0, 0, 0, 0.04),
      0 0.859px 2.292px rgba(0, 0, 0, 0.03),
      0 0.358px 0.954px rgba(0, 0, 0, 0.02);
  }
  .lp-programmes__track-index,
  .lp-programmes__track-label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .lp-programmes__track-index,
  .lp-programmes__track-label,
  .lp-programmes__track-label--multiline {
    font-weight: 500;
  }
  .lp-programmes__track-label--multiline {
    gap: 8px;
    line-height: 1;
  }
  .lp-programmes__degree {
    max-width: 330px;
    font-size: 32px;
    line-height: 36px;
  }
  .lp-programmes__multi {
    gap: 32px;
  }
  .lp-programmes__programme {
    gap: 20px;
  }
  .lp-programmes__programme + .lp-programmes__programme {
    padding-top: 32px;
  }
  .lp-programmes__row-degree {
    max-width: none;
    font-size: 28px;
    line-height: 32px;
  }
  .lp-programmes__body {
    gap: 40px;
  }
  .lp-programmes__body--multi .lp-programmes__cta {
    align-self: stretch;
    width: 205px;
  }
  .lp-programmes__intro {
    gap: 32px;
  }
  .lp-programmes__domains {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 30.5px;
  }
  .lp-programmes__domain {
    flex: 1 1 auto;
    min-height: 50px;
    padding: 10px 16px;
  }
  .lp-programmes__domain--active {
    flex: 0 0 184px;
    border-radius: 30.5px;
  }
  .lp-programmes__domain span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .lp-programmes__specialisations {
    gap: 24px;
  }
  .lp-programmes__item {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 14px;
  }
  .lp-programmes__item + .lp-programmes__item {
    margin-top: 16px;
  }
  .lp-programmes__cta {
    display: inline-flex;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 8px;
    box-sizing: border-box;
  }

  .lp-programmes__cta span {
    font-size: 18px;
  }

  .lp-pathway {
    padding: 44px 16px;
  }
  .lp-pathway__panel {
    padding: 132px 16px 20px;
  }
  .lp-pathway__title {
    font-size: 26px;
  }
  .lp-pathway__cta {
    width: 100%;
    justify-content: center;
  }
  .lp-pathway__cta span {
    font-size: 18px;
  }
  .lp-pathway__visual {
    grid-template-columns: 1fr;
  }

  .lp-lead {
    padding: 44px 16px 40px;
    gap: 28px;
  }
  .lp-lead__h2 {
    font-size: clamp(32px, 9.2vw, 44px);
    font-weight: 300;
  }
  .lp-lead__card {
    max-width: 100%;
    gap: 16px;
  }
  .lp-lead__panel {
    min-height: 0;
    padding: 24px 24px 0;
  }
  .lp-lead__headban p {
    font-size: clamp(17px, 4.2vw, 24px);
    line-height: 1.4;
  }
  .lp-lead__meta p {
    line-height: 1.15;
  }

  .lp-sch-intro__inner {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 16px;
    padding-bottom: 32px;
    padding-inline: 24px;
  }

  .lp-trust + .lp-sch-intro .lp-sch-intro__inner {
    padding-top: 12px;
  }
  .lp-sch-intro__title {
    max-width: 360px;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.03em;
  }
  .lp-sch-intro__copy {
    max-width: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__inner {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }
  .lp-sch-detail__surface {
    gap: 28px;
    padding: 28px 16px;
    border-radius: 18px;
  }
  .lp-sch-detail__switch {
    border-radius: 24px;
  }
  .lp-sch-detail__switch-btn,
  .lp-sch-detail__switch-btn--active {
    min-height: 58px;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 24px;
    white-space: normal;
    text-wrap: balance;
  }
  .lp-sch-detail__menu {
    padding: 24px 16px 16px;
    border-radius: 20px;
  }
  .lp-sch-detail__menu-item {
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .lp-sch-detail__menu-title {
    font-size: 16px;
  }
  .lp-sch-detail__menu-subtitle {
    font-size: 14px;
  }
  .lp-sch-detail__menu-arrow {
    width: 36px;
    height: 36px;
  }
  .lp-sch-detail__menu-arrow img {
    width: 100%;
    height: 100%;
  }
  .lp-sch-detail__content {
    gap: 24px;
  }
  .lp-sch-detail__hero-title {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.2;
  }
  .lp-sch-detail__hero-subtitle {
    font-size: clamp(19px, 5.5vw, 24px);
    line-height: 1.25;
  }
  .lp-sch-detail__duration,
  .lp-sch-detail__lead,
  .lp-sch-detail__continuation-title,
  .lp-sch-detail__list li {
    font-size: 14px;
  }
  .lp-sch-detail__list li {
    margin-left: 18px;
  }

  .lp-next {
    min-height: 0;
    background: #010767;
  }
  .lp-next::before {
    background:
      linear-gradient(180deg, rgba(1, 7, 103, 0) 0%, rgba(1, 7, 103, 0) 48%, rgba(1, 7, 103, 0.14) 66%, rgba(1, 7, 103, 0.42) 82%, #010767 100%),
      linear-gradient(90deg, rgba(2, 2, 25, 0.02) 0%, rgba(2, 2, 25, 0) 50%, rgba(2, 2, 25, 0.02) 100%);
  }
  .lp-next__bg {
    object-position: center top;
  }
  .lp-next__inner {
    gap: 16px;
    padding: clamp(248px, 64vw, 300px) 24px 40px;
  }
  .lp-next__title {
    max-width: 280px;
    font-size: clamp(32px, 9.6vw, 40px);
    line-height: 1.04;
    font-weight: 600;
  }
  .lp-next__copy {
    max-width: 315px;
    font-size: clamp(16px, 4.6vw, 18px);
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.02em;
  }
  .lp-next__cta {
    max-width: 320px;
    gap: 16px;
  }
  .lp-next__btn {
    align-self: center;
    padding: 10px 14px;
    border-radius: 14px;
  }
  .lp-next__btn span {
    font-size: 16px;
  }
  .lp-next__btn .lp-btn__ico {
    width: 32px;
    height: 32px;
  }

  .lp-goa__inner {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .lp-goa__eyebrow {
    font-size: clamp(22px, 7vw, 28px);
  }
  .lp-goa__copy {
    font-size: 14px;
  }
  .lp-goa__callout {
    font-size: 17px;
  }

  .lp-community__inner {
    padding-top: 40px;
    padding-bottom: 48px;
    row-gap: 28px;
  }
  .lp-community__title {
    font-size: clamp(36px, 11.5vw, 52px);
  }
  .lp-community__lead {
    font-size: 14px;
  }
  .lp-community__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .lp-community__feature-title {
    font-size: 19px;
    line-height: 1.02;
  }
}

/* Admission process — mobile 954:1611; horizontal Swiper ≤1199px */
@media (max-width: 1199px) {
  .lp-adm {
    padding-bottom: 28px;
  }
  .lp-adm__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    /* Modest band before step swiper — avoid stacking large clamps with tablet rules */
    padding: 56px max(24px, env(safe-area-inset-right, 0px)) clamp(18px, 4vw, 32px)
      max(24px, env(safe-area-inset-left, 0px));
  }
  .lp-adm__head h2 {
    flex: none;
    font-size: 36px;
    font-weight: 700;
    line-height: 0.97;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    max-width: none;
  }
  .lp-adm__head-txt {
    max-width: none;
  }
  .lp-adm__lede {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.42px;
  }
  .lp-adm__g {
    /* Override styles.css (min-width:900px) asymmetric padding; match frame px 24 */
    gap: 0;
    margin-top: 0;
    padding: 0 max(24px, env(safe-area-inset-right, 0px)) 0 max(24px, env(safe-area-inset-left, 0px));
  }
  .lp-adm__r {
    display: block;
    width: 100%;
  }
  .lp-adm__swiper {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  /* Equal-height cards in each row: stretch slides to tallest in view (Swiper ≤1199) */
  .lp-adm__swiper .swiper-wrapper {
    align-items: stretch;
  }
  .lp-adm__swiper .swiper-slide {
    display: flex;
    height: auto;
    box-sizing: border-box;
    align-self: stretch;
  }
  .lp-adm__swiper .swiper-slide .lp-adm__step {
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 0;
  }
  .lp-adm__step {
    width: 100%;
    min-height: 0;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 20px;
    position: relative;
  }
  .lp-adm__copy {
    gap: 11px;
    max-width: none;
  }
  .lp-adm__ico {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
  }
  .lp-adm__ico--sm {
    width: 64px;
    height: 64px;
  }
  .lp-adm__step-label {
    font-size: 18px;
    line-height: 1.14;
    letter-spacing: -0.54px;
    font-weight: 600;
  }
  .lp-adm__txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: 0;
  }
}

/* Admission steps — tablet 768–1199: step row + intro→swiper rhythm (column 768–991 & row 992–1199 head) */
@media (min-width: 768px) and (max-width: 1199px) {
  .lp-adm__head {
    padding-bottom: clamp(28px, 4vw, 42px);
    gap: clamp(18px, 3.2vw, 28px);
  }
  .lp-adm__head-txt {
    gap: clamp(10px, 1.8vw, 16px);
  }
  .lp-adm__lede {
    font-size: clamp(15px, 1.55vw, 17px);
    line-height: 1.48;
    letter-spacing: -0.02em;
  }
  .lp-adm__g {
    margin-top: 0;
    padding-top: 0;
  }
  .lp-adm__step {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-height: 0;
    padding: 28px 24px;
  }
  .lp-adm__ico {
    width: 80px;
    height: 80px;
  }
  .lp-adm__ico--sm {
    width: 72px;
    height: 72px;
  }
  .lp-adm__copy {
    flex: 1;
    min-width: 0;
  }
  .lp-adm__step-label {
    font-size: 22px;
    letter-spacing: -0.035em;
  }
  .lp-adm__txt {
    font-size: 15px;
    line-height: 1.25;
  }
}

/* 768–991px: symmetric horizontal gutter on steps strip (vertical gap: 460–992 block) */
@media (min-width: 768px) and (max-width: 991px) {
  .lp-adm__g {
    padding-left: max(24px, env(safe-area-inset-left, 0px));
    padding-right: max(24px, env(safe-area-inset-right, 0px));
  }
}

/* Admission — very narrow phones <460px: slightly more band before swiper */
@media (max-width: 459px) {
  .lp-adm__head {
    padding-bottom: clamp(20px, 4.8vw, 32px);
  }
  .lp-adm__g {
    padding-top: clamp(4px, 1vw, 10px);
  }
}

/* ——— Tablet 992–1199: stack like mobile Figma 1005:1460 ——— */
@media (min-width: 992px) and (max-width: 1199px) {
  .lp-prog-focus {
    overflow-x: clip;
    padding: 0;
    background: #fff;
  }
  .lp-prog-focus__art {
    flex: 0 0 auto;
    width: 100%;
    height: 353px;
    min-height: 353px;
    overflow: hidden;
  }
  .lp-prog-focus__img {
    object-fit: cover;
    object-position: center center;
  }
  .lp-prog-focus__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 23px;
    min-height: 0;
    padding: 0;
  }
  .lp-prog-focus__body {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    justify-content: flex-start;
    gap: 24px;
    padding: 0 max(24px, env(safe-area-inset-right, 0px)) 56px max(24px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
  }
  .lp-prog-focus__lede {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.42px;
  }
  .lp-prog-focus__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 0.97;
    letter-spacing: 0;
  }
  .lp-prog-focus__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.42px;
  }

  .lp-adm__head {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: clamp(24px, 3.2vw, 40px);
    padding: clamp(80px, 9vw, 120px) max(32px, env(safe-area-inset-right, 0px))
      clamp(28px, 3.8vw, 44px) max(32px, env(safe-area-inset-left, 0px));
  }
  .lp-adm__head h2 {
    flex: 0 1 40%;
    max-width: min(400px, 38vw);
    font-size: clamp(42px, 4.5vw, 64px);
    letter-spacing: -0.04em;
  }
  .lp-adm__head-txt {
    flex: 1 1 0;
    min-width: 0;
  }
  .lp-adm__lede {
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.38;
    letter-spacing: -0.045em;
  }

  .lp-adm__g {
    padding-top: clamp(6px, 1vw, 12px);
  }
}

/* Admission 460–992px: one intro→steps band — no head bottom + .lp-adm__g top stack; lighter tracking */
@media (min-width: 460px) and (max-width: 992px) {
  .lp-adm__head {
    padding-bottom: clamp(14px, 3vw, 24px);
  }
  .lp-adm__g {
    margin-top: 0;
    padding-top: 0;
  }
  .lp-adm__lede {
    letter-spacing: -0.012em;
  }
}

@media (max-width: 1199px) {
  /* Footer CTA — Figma 417:1869 (≤1199px): composite mobile art + pt 400 / px 24 / pb 56; no Apply CTA */
  .lp-footer {
    padding: 56px 0 0;
  }
  .lp-footer__bg {
    z-index: 0;
  }
  .lp-footer__bg-desktop {
    display: none;
  }
  .lp-footer__bg-mobile {
    display: block;
    z-index: 0;
    inset: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 122.89%;
    min-height: 0;
    max-width: none;
    object-fit: cover;
    object-position: center top;
  }
  /* Composite PNG already includes gradient into copy; avoid double-veil */
  .lp-footer__bg::after {
    display: none;
  }
  .lp-footer__inner {
    position: relative;
    z-index: 2;
    min-height: 0;
    justify-content: flex-start;
    align-items: stretch;
    /* ~400px @440px wide → scales down toward 360 (Figma 417:1870) */
    padding: clamp(240px, calc(0px + 56.25vw), 400px) max(24px, env(safe-area-inset-right, 0px)) max(56px, env(safe-area-inset-bottom, 0px)) max(24px, env(safe-area-inset-left, 0px));
  }
  .lp-footer__content {
    max-width: none;
    gap: 32px;
    width: 100%;
  }
  .lp-footer__h2 {
    font-size: 36px;
    line-height: 1.07;
    letter-spacing: -1.08px;
    font-weight: 700;
  }
  .lp-footer__copy {
    max-width: none;
  }
  .lp-footer__copy p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.42px;
    max-width: none;
  }
  .lp-footer__copy-spacer {
    height: 20px;
    line-height: 20px;
  }
  .lp-footer__content .lp-btn {
    display: none;
  }
}

/* Hero 1200–1600px: slightly tighter gutters; photo stays centered column */
@media (min-width: 1200px) and (max-width: 1600px) {
  .lp-hero__row {
    gap: max(12px, calc(14px * (1920px - 100vw) / 520));
  }
  .lp-hero__copy {
    position: relative;
    z-index: 1;
  }
}

/* Programme focus — ≥1200px row: no cover-crop; raster ≤1200px wide; left flush (954:1475) */
@media (min-width: 1200px) {
  .lp-prog-focus {
    overflow-x: clip;
  }

  .lp-prog-focus__img {
    inset: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    width: min(100%, 1200px);
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: left center;
  }
}

/* ——— 5/5 — ≥1921px — ultra-wide: subtle edge only (no harsh gutter) ——— */
@media (min-width: 1921px) {
  .lp {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  }
}

/* ——— Mobile fixed Apply CTA — Figma 417:1873 (frosted bar, max 400px, bottom center) ——— */
.lp-mob-sticky-apply {
  display: none;
}

@media (max-width: 1199px) {
  .lp-mob-sticky-apply {
    display: flex;
    justify-content: stretch;
    align-items: flex-end;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    pointer-events: none;
  }
  .lp-mob-sticky-apply__inner {
    pointer-events: auto;
    width: 100%;
    max-width: none;
    padding: 0;
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    box-sizing: border-box;
  }
  .lp-mob-sticky-apply__btn {
    width: 100%;
    max-width: none;
    border-radius: 0;
    justify-content: space-between;
    box-shadow: none;
    border: 0;
    padding: 12px 16px;
  }
  .lp-mob-sticky-apply__btn .lp-btn__ico {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    transform: none !important;
  }
  .lp-mob-sticky-apply__btn span {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
  }
  .lp {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
  #lp-enquire {
    scroll-margin-top: 12px;
    /* Keep form visible above the fixed Apply bar when jumping from the CTA */
    scroll-margin-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

/* ——— Narrow phones ≤559px: clearer section titles + consistent readable paragraphs ——— */
@media (max-width: 559px) {
  .hero h1 {
    font-size: clamp(30px, 9.6vw, 38px);
    font-weight: 700;
  }
  .hero .hero__roles-row--primary .hero__roles-text {
    font-size: clamp(30px, 10vw, 42px);
  }

  .lp-hero__h1-lines p {
    font-size: clamp(20px, 5.6vw, 30px);
    font-weight: 600;
  }
  .lp-hero__accent p:first-child {
    font-size: clamp(22px, 6.2vw, 34px);
    font-weight: 700;
  }
  .lp-hero__accent p:last-child {
    font-size: clamp(16px, 4.2vw, 19px);
    line-height: 1.45;
  }
  .lp-hero__lead p {
    font-size: clamp(16px, 4.5vw, 19px);
    line-height: 1.52;
    font-weight: 500;
  }
  .lp-hero__page-title {
    font-size: clamp(14px, 3.8vw, 18px);
  }

  .lp-curriculum__headline-white {
    font-size: 17px;
    line-height: 1.35;
  }
  .lp-curriculum__headline-gradient {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
  }
  .lp-curriculum__body {
    font-size: 15px;
    line-height: 1.55;
  }
  .lp-curriculum__eyebrow {
    font-size: 17px;
  }

  .lp-path__h2 {
    font-size: clamp(26px, 6.8vw, 34px);
    font-weight: 700;
    letter-spacing: 0.035em;
  }

  .lp-learn__left .lp-learn__h2 {
    font-size: clamp(38px, 10.5vw, 44px);
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 0.97;
  }
  .lp-learn__lead {
    font-size: 14px;
    line-height: 1.45;
  }
  .lp-learn__swiper .lp-yr__content h3 {
    font-size: clamp(24px, 6.8vw, 28px);
    font-weight: 600;
  }
  .lp-learn__swiper .lp-yr__desc {
    font-size: 15px;
    line-height: 1.45;
  }
  .lp-learn__swiper .lp-yr__tag {
    font-size: clamp(19px, 5.4vw, 22px);
  }
  .lp-learn__swiper .lp-yr__pathway-row {
    font-size: 15px;
    line-height: 1.45;
  }

  .lp-prog-focus__lede {
    font-size: 15px;
    line-height: 1.52;
  }
  .lp-goa__copy {
    font-size: 15px;
    line-height: 1.45;
  }
  .lp-goa__callout {
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.4;
  }
  .lp-prog-focus__title {
    font-size: 26px;
    font-weight: 700;
  }
  .lp-prog-focus__text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }

  .lp-legacy__h2 {
    font-size: clamp(36px, 9.6vw, 42px);
    font-weight: 700;
    letter-spacing: -0.065em;
  }
  .lp-legacy__lede,
  .lp-legacy__lede p {
    font-size: 16px;
    line-height: 1.5;
  }
  .lp-legacy__label p {
    font-size: 15px;
    line-height: 1.35;
  }

  .lp-lead__headban p {
    font-size: clamp(17px, 4.2vw, 24px);
    line-height: 1.4;
  }
  .lp-lead__h2 {
    font-size: clamp(32px, 9.2vw, 44px);
    font-weight: 300;
  }

  .lp-eli__h2 {
    font-size: clamp(38px, 10vw, 44px);
    font-weight: 700;
    letter-spacing: -0.075em;
  }
  .lp-eli__acc-text p {
    font-size: 15px;
    line-height: 1.45;
  }

  .lp-adm__head h2 {
    font-size: clamp(38px, 10vw, 44px);
    font-weight: 700;
  }
  .lp-adm__lede {
    font-size: 15px;
    line-height: 1.5;
  }
  .lp-adm__txt {
    font-size: 15px;
    line-height: 1.35;
  }

  .lp-sch__head h2 {
    font-size: clamp(30px, 8.8vw, 42px);
    font-weight: 700;
    letter-spacing: -0.055em;
  }
  .lp-sch__head p {
    font-size: 16px;
    line-height: 1.48;
    font-weight: 400;
  }
  .lp-sch__types-label {
    font-size: clamp(21px, 6vw, 28px);
  }
  .lp-sch__tab-txt {
    font-size: clamp(15px, 4vw, 18px);
  }
  .lp-sch__panel li {
    font-size: 15px;
    line-height: 1.4;
  }
  .lp-sch__panel-h {
    font-size: clamp(17px, 4.8vw, 20px);
  }

  .lp-footer__h2 {
    font-size: clamp(36px, 9.8vw, 42px);
    font-weight: 700;
    letter-spacing: -0.06em;
  }
  .lp-footer__copy p {
    font-size: 15px;
    line-height: 1.55;
  }
}

.lp-mobile-campus-card {
  display: none;
}

@media (max-width: 767px) {
  .lp-mobile-campus-card {
    display: block;
    padding: 40px 24px;
    background: #fff;
  }

  .lp-mobile-campus-card__inner {
    max-width: 392px;
    margin: 0 auto;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  }

  .lp-mobile-campus-card__inner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .heroBanner__highlight {
    display: none;
  }

  .heroBanner__tagline {
    display: block;
    order: 3;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #010767;
    text-transform: lowercase;
  }

  .heroBanner__tagline::first-letter {
    text-transform: uppercase;
  }

  .heroBanner__message .banner__last-date {
    display: inline-flex;
    order: 5;
    align-self: flex-start;
    margin-top: 12px;
  }

  .heroBanner__pills li:nth-child(3) {
    order: 4;
  }

  .heroBanner__pills li:nth-child(4) {
    order: 3;
  }

  .heroBanner__formWrap {
    margin-top: 18px;
  }

  .lp-meaning {
    padding: 40px 24px 48px;
  }

  .lp-meaning__glow {
    display: none;
  }

  .lp-meaning__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .lp-meaning__statement {
    order: 1;
    max-width: none;
    margin-left: 0;
    padding: 0;
  }

  .lp-meaning__content {
    order: 2;
    gap: 32px;
  }

  .lp-meaning__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-meaning__column {
    gap: 16px;
  }

  .lp-learn {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 0;
    overflow: hidden;
  }

  .lp-learn__left {
    width: 100%;
    padding: 56px 24px 24px;
    gap: 24px;
  }

  .lp-learn__left .lp-learn__h2 {
    display: block;
    max-width: 100%;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.03em;
  }

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

  .lp-learn__lead {
    max-width: 392px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.03em;
  }

  .lp-learn__cta {
    display: none;
  }

  .lp-learn__vline {
    display: none;
  }

  .lp-learn__years {
    width: 100%;
    max-width: none;
    padding: 0 24px 40px;
  }

  .lp-learn__swiper {
    overflow: visible;
    width: 100%;
    padding-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .lp-learn__swiper::-webkit-scrollbar {
    display: none;
  }

  .lp-learn__swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 13px;
    overflow: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .lp-learn__swiper:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .lp-learn__swiper .swiper-wrapper {
    display: flex;
    flex-direction: column !important;
    gap: 13px;
    transform: none !important;
  }

  .lp-learn__swiper .swiper-slide {
    width: 100% !important;
    max-width: 392px;
    flex: 0 0 auto;
  }

  .lp-learn__swiper .swiper-slide .lp-yr {
    min-height: 246px;
    height: auto;
    padding: 16px;
    gap: 24px;
    border: 1px solid #6166b7;
    border-radius: 20px;
  }

  .lp-learn__swiper .lp-yr__tag {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }

  .lp-learn__swiper .lp-yr__content {
    gap: 8px;
  }

  .lp-learn__swiper .lp-yr__content h3 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.03em;
  }

  .lp-learn__swiper .lp-yr__desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

  .lp-learn__swiper .lp-yr__pathways {
    gap: 6px;
    max-width: 100%;
  }

  .lp-learn__swiper .lp-yr__pathway-row {
    gap: 4px 8px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.02em;
  }

  .lp-learn__swiper .lp-yr__sep {
    display: none;
  }

  .lp-pathway {
    padding: 40px 24px;
    background: #fff;
  }

  .lp-pathway__panel {
    position: relative;
    min-height: 945px;
    height: auto;
    padding: 32px 24px;
    width: 100%;
    max-width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 24px;
    border-radius: 0;
    overflow: hidden;
    background: #020219;
    isolation: isolate;
  }

  .lp-pathway__panel::before {
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(137deg, transparent 0 58%, rgba(97, 151, 255, 0.18) 58% 100%),
      linear-gradient(137deg, transparent 0 67%, #0a1c87 67% 80%, transparent 80% 100%),
      linear-gradient(90deg, #05041d 0 29%, #173cae 29% 100%);
    background-repeat: no-repeat;
  }

  .lp-pathway__panel::after {
    content: "WPU GOA";
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(42px, 13vw, 64px);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.06em;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
  }

  .lp-pathway__copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    height: auto;
    flex: none !important;
    padding-top: 0;
    padding-bottom: 0;
    gap: 24px;
  }

  .lp-pathway__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.03em;
    text-transform: none;
  }

  .lp-pathway__title span {
    display: inline;
  }

  .lp-pathway__cta {
    display: inline-flex !important;
  }

  .lp-pathway__visual {
    position: relative;
    z-index: 2;
    flex: none !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
  }

  .lp-pathway__figure {
    position: absolute !important;
    inset: 74px auto auto 50%;
    z-index: 1;
    display: block !important;
    width: min(100%, 304px);
    height: auto;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
  }

  .lp-pathway__tag {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 12px;
    gap: 20px;
    border-radius: 12px;
    border: 0.542px solid #151515;
    background: linear-gradient(174.75deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    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);
    backdrop-filter: blur(11.378px);
    -webkit-backdrop-filter: blur(11.378px);
  }

  .lp-pathway__tag--innovator {
    order: 1;
  }

  .lp-pathway__tag--thinker {
    order: 2;
  }

  .lp-pathway__tag--entrepreneur {
    order: 3;
  }

  .lp-pathway__tag--solver {
    order: 4;
  }

  .lp-pathway__tag-icon {
    width: 38px;
    height: 38px;
    padding: 4px;
    border-radius: 4px;
    flex: 0 0 38px;
  }

  .lp-pathway__tag-icon img {
    width: 100%;
    height: 100%;
  }

  .lp-pathway__tag p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .lp-next__btn {
    display: none;
  }

  .lp-mob-sticky-apply {
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 env(safe-area-inset-bottom, 0px);
  }

  .lp-mob-sticky-apply__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
  }

  .lp-mob-sticky-apply__btn {
    width: 100%;
    border-radius: 0;
    background: #ce0637;
    box-shadow: none;
  }

  .lp-mob-sticky-apply__btn span {
    font-size: 20px;
  }

  .lp {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 767px) {
  .heroNewSection {
    padding: max(24px, env(safe-area-inset-top, 0px))
      max(24px, env(safe-area-inset-right, 0px))
      max(40px, env(safe-area-inset-bottom, 0px))
      max(24px, env(safe-area-inset-left, 0px));
    background: #fff;
    overflow: hidden;
  }

  .heroNewSection::before,
  .heroBanner__deskBg,
  .heroBanner__mobDecor-top,
  .heroBanner__mobDecor-figure {
    display: none;
  }

  .heroBanner__mobDecor {
    display: block;
    position: absolute;
    inset: 0 0 auto;
    height: 650px;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .heroBanner__mobDecor-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    overflow: visible;
  }

  .heroBanner__mobDecor-bottom img {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    height: auto;
    transform: none;
    object-fit: cover;
    object-position: center bottom;
  }

  .heroBanner__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
  }

  .heroBanner__content {
    gap: 40px;
  }

  .heroBanner__copy {
    gap: 40px;
    min-height: 610px;
  }

  .heroBanner__intro {
    gap: 24px;
    padding-right: 0;
  }

  .heroBanner__brand {
    align-self: flex-start;
  }

  .heroNewSection .heroBanner__brand .lp-hero__logo {
    width: 203px;
    max-width: 203px;
    height: 62px;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .heroNewSection .heroBanner__brand .lp-hero__logo-shade {
    display: none;
  }

  .heroNewSection .heroBanner__brand .lp-hero__logo-img {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;
  }

  .heroNewSection .heroBanner__brand .lp-hero__logo-img picture,
  .heroNewSection .heroBanner__brand .lp-hero__logo-img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .heroBanner__question {
    margin: 0;
    color: #5697fe;
    font-size: inherit;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .heroBanner__question-line,
  .heroBanner__question span {
    display: block;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(34px, 9.55vw, 42px);
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #5697fe;
    text-transform: none;
  }

  .heroBanner__question span + span {
    margin-top: 0.12em;
  }

  .heroBanner__message {
    gap: 24px;
    margin-top: 0;
  }

  .heroBanner__lead--desktop {
    display: none;
  }

  .heroBanner__lead--mobile {
    display: block;
    order: 1;
    max-width: none;
    margin: 0;
    font-size: clamp(30px, 8.18vw, 36px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.02em;
    color: #010767;
  }

  .heroBanner__highlight {
    display: none;
  }

  .heroBanner__pills {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    width: 100%;
    max-width: 392px;
    margin: 0;
  }

  .heroBanner__pills li {
    flex: 0 0 auto;
    width: auto;
    min-height: 0;
  }

  .heroBanner__pills .heroBanner__pillLink {
    padding: 10px 16px;
    border-radius: 30px;
    background: #b0002d;
    box-shadow: none;
    font-size: clamp(12px, 3.18vw, 14px);
    font-style: italic;
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
  }

  .heroBanner__pills li:nth-child(3) {
    order: 4;
  }

  .heroBanner__pills li:nth-child(4) {
    order: 3;
  }

  .heroBanner__pill-underline {
    font-weight: 500;
  }

  .heroBanner__tagline {
    display: block;
    order: 3;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #010767;
    text-transform: lowercase;
  }

  .heroBanner__tagline::first-letter {
    text-transform: uppercase;
  }

  .heroBanner__message .banner__last-date {
    display: inline-flex;
    order: 5;
    align-self: flex-start;
    margin-top: 12px;
  }

  .heroBanner__formWrap {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .lp-pathway {
    padding: 40px 24px;
    background: #fff;
  }

  .lp-pathway__panel {
    position: relative;
    min-height: 945px;
    padding: 24px 24px 32px;
    display: block;
    overflow: hidden;
    border-radius: 0;
    background: #020219;
    isolation: isolate;
  }

  .lp-pathway__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(137deg, transparent 0 58%, rgba(97, 151, 255, 0.18) 58% 100%),
      linear-gradient(137deg, transparent 0 67%, #0a1c87 67% 80%, transparent 80% 100%),
      linear-gradient(90deg, #05041d 0 29%, #173cae 29% 100%);
    background-repeat: no-repeat;
  }

  .lp-pathway__panel::after {
    content: "WPU GOA";
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    font-family: "Instrument Sans", sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -0.05em;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
  }

  .lp-pathway__copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 368px;
    padding: 0;
  }

  .lp-pathway__title {
    max-width: 300px;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #fff;
  }

  .lp-pathway__title span {
    display: inline;
  }

  .lp-pathway__cta {
    display: inline-flex !important;
    visibility: visible;
    width: fit-content;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .lp-pathway__visual {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
    width: 100%;
    margin-top: 24px;
  }

  .lp-pathway__figure {
    position: absolute;
    top: 64px;
    left: 50%;
    z-index: 1;
    display: block;
    width: 286px;
    height: auto;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
  }

  .lp-pathway__tag {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    padding: 12px;
    gap: 20px;
    border: 0.542px solid #151515;
    border-radius: 12px;
    background: linear-gradient(174.75deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    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);
    backdrop-filter: blur(11.378px);
    -webkit-backdrop-filter: blur(11.378px);
  }

  .lp-pathway__tag--innovator {
    order: 1;
  }

  .lp-pathway__tag--thinker {
    order: 2;
  }

  .lp-pathway__tag--entrepreneur {
    order: 3;
  }

  .lp-pathway__tag--solver {
    order: 4;
  }

  .lp-pathway__tag-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    padding: 4px;
    border-radius: 4px;
  }

  .lp-pathway__tag p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

@media print {
  .lp-mob-sticky-apply {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container.heroBanner__container {
    width: min(1120px, calc(100% - 48px));
    max-width: 1120px;
  }

  .heroNewSection {
    min-height: clamp(760px, 82vw, 980px);
    padding: 40px 0 56px;
    background: #07084d;
    overflow: hidden;
  }

  .heroNewSection::before {
    content: none;
  }

  .heroBanner__deskBg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

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

  .heroBanner__mobDecor {
    display: none !important;
  }

  .heroBanner__container {
    position: relative;
    z-index: 2;
  }

  .heroBanner__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 44px);
    min-height: clamp(620px, 70vw, 860px);
  }

  .heroBanner__copy {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - clamp(300px, 34vw, 360px) - clamp(24px, 4vw, 44px));
    align-items: flex-start;
    text-align: left;
    gap: clamp(26px, 3vw, 36px);
  }

  .heroBanner__intro {
    width: min(420px, 100%);
    max-width: min(420px, 100%);
    align-items: flex-start;
    gap: 18px;
  }

  .heroBanner__message {
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    width: 100%;
    max-width: clamp(340px, 52vw, 560px);
  }

  .heroBanner__brand {
    align-self: flex-start;
  }

  .heroBanner__brand .lp-hero__logo {
    width: 180px;
    max-width: 180px;
    height: 70px;
  }

  .heroBanner__question {
    margin: 0;
    color: #4d9fff;
    font-size: inherit;
    line-height: 1;
  }

  .heroBanner__question-line,
  .heroBanner__question span {
    display: block;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    color: #4d9fff;
    line-height: 0.98;
    letter-spacing: -0.03em;
    font-style: italic;
    text-transform: none;
  }

  .heroBanner__question span:first-child {
    font-size: clamp(32px, 4.5vw, 44px);
    font-weight: 500;
    color: #4d9fff;
  }

  .heroBanner__question span:last-child {
    margin-top: 0.08em;
    font-size: clamp(48px, 6.2vw, 60px);
    font-weight: 700;
    color: #3b8eef;
  }

  .heroBanner__lead {
    order: 1;
    width: 100%;
    max-width: clamp(340px, 46vw, 480px);
    margin: 0;
    font-size: clamp(28px, 3.8vw, 40px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.028em;
    color: #010767;
    text-align: left;
  }

  .heroBanner__lead--desktop {
    display: block;
  }

  .heroBanner__lead--mobile,
  .heroBanner__tagline {
    display: none;
  }

  .heroBanner__highlight {
    order: 2;
    display: inline-flex;
    justify-content: flex-start;
    width: auto;
    max-width: clamp(320px, 50vw, 560px);
    text-align: left;
    padding: 14px 22px;
    background: #ce0637;
  }

  .heroBanner__highlight span {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .heroBanner__pills {
    order: 3;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }

  .heroBanner__pills .heroBanner__pillLink {
    padding: 10px 16px;
    border-radius: 30px;
    background: #fff;
    color: #b0002d;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .heroBanner__message .banner__last-date {
    order: 4;
    align-self: flex-start;
    margin-top: 8px;
  }

  .heroBanner__formWrap {
    flex: 0 0 clamp(300px, 34vw, 360px);
    width: clamp(300px, 34vw, 360px);
    max-width: clamp(300px, 34vw, 360px);
    margin-left: auto;
    margin-top: clamp(118px, 13vw, 156px);
    align-self: flex-start;
  }

  .heroBanner__form {
    width: 100%;
    max-width: none;
    border: none;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 60px rgba(3, 9, 63, 0.18);
    overflow: hidden;
  }

  .heroBanner__formHeader {
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.2;
  }

  .heroBanner__formBody {
    gap: 12px;
    padding: 14px 18px 14px;
  }

  .heroBanner__formBody input,
  .heroBanner__formBody select {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e4e4e4;
    background: #f6f6f6;
    font-size: 13px;
    line-height: 1.2;
  }

  .heroBanner__formBody select {
    background-position:
      calc(100% - 13px) 50%,
      calc(100% - 8px) 50%;
  }

  .heroBanner__formGrid,
  .heroBanner__captchaRow {
    gap: 10px;
  }

  .heroBanner__captchaCode {
    height: 42px;
    font-size: 14px;
  }

  .heroBanner__formNote {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.45;
  }

  .heroBanner__submit {
    min-width: 132px;
    margin-top: 4px;
    padding: 12px 26px;
    font-size: 13px;
  }

  .heroBanner__login {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lp-founding {
    padding: 0 clamp(24px, 4vw, 48px) 24px;
  }

  .lp-founding__panel {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: clamp(24px, 2vw, 30px);
  }

  .lp-founding__content {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    min-height: clamp(500px, 55vw, 640px);
  }

  .lp-founding__copy {
    flex: 0 0 clamp(290px, 35vw, 420px);
    width: clamp(290px, 35vw, 420px);
    max-width: none;
    margin: 0;
    justify-content: space-between;
    gap: clamp(40px, 5vw, 72px);
    padding: clamp(44px, 5vw, 76px) clamp(24px, 2.8vw, 34px) clamp(44px, 5vw, 76px) clamp(30px, 4vw, 56px);
    text-align: left;
  }

  .lp-founding__copy-group {
    gap: 14px;
    width: 100%;
  }

  .lp-founding__eyebrow {
    width: min(290px, 100%);
    max-width: none;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.25;
  }

  .lp-founding__title {
    width: 100%;
    max-width: min(360px, 100%);
    font-size: clamp(34px, 4.1vw, 46px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-align: left;
  }

  .lp-founding__title span {
    display: block;
  }

  .lp-founding__body {
    width: min(290px, 100%);
    max-width: none;
    font-size: clamp(15px, 1.45vw, 18px);
    line-height: 1.4;
    letter-spacing: 0;
  }

  .lp-founding__visual {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    min-height: clamp(500px, 55vw, 640px);
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  .lp-founding__students {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
  }

  .lp-founding__tag-layer {
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
    padding: 0;
  }

  .lp-founding__tag {
    width: clamp(160px, 18vw, 230px);
    min-height: 58px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .lp-founding__tag p {
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 1.32;
    letter-spacing: -0.03em;
  }

  .lp-founding__tag--culture {
    left: 2%;
    top: 58%;
  }

  .lp-founding__tag--standards {
    left: 12%;
    top: 77%;
  }

  .lp-founding__tag--traditions {
    left: 61%;
    top: 76%;
  }

  .lp-founding__tag--legacy {
    left: 71%;
    top: 63%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lp-meaning {
    padding: clamp(72px, 7vw, 108px) clamp(28px, 4vw, 64px) clamp(84px, 8vw, 120px);
  }

  .lp-meaning__glow {
    display: block;
    top: 50%;
    right: max(-24px, -2vw);
    width: clamp(220px, 28vw, 360px);
    transform: translateY(-50%);
    opacity: 0.9;
  }

  .lp-meaning__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: clamp(36px, 4vw, 72px);
  }

  .lp-meaning__content {
    flex: 1 1 0;
    gap: clamp(28px, 3vw, 48px);
    min-width: 0;
  }

  .lp-meaning__eyebrow {
    font-size: clamp(20px, 1.9vw, 24px);
    line-height: 1.2;
  }

  .lp-meaning__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(20px, 2.8vw, 44px);
    row-gap: 0;
  }

  .lp-meaning__column {
    gap: clamp(24px, 2.6vw, 36px);
  }

  .lp-meaning__item {
    gap: 16px;
    padding-right: 0;
  }

  .lp-meaning__icon-card {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
  }

  .lp-meaning__icon-card img {
    max-width: 38px;
    max-height: 38px;
  }

  .lp-meaning__item p {
    font-size: clamp(15px, 1.45vw, 18px);
    line-height: 1.35;
  }

  .lp-meaning__statement {
    flex: 0 1 clamp(290px, 34vw, 430px);
    max-width: clamp(290px, 34vw, 430px);
    margin-left: auto;
    align-self: flex-end;
    padding-bottom: 0;
  }

  .lp-meaning__statement-lead {
    font-size: clamp(30px, 3.6vw, 40px);
    line-height: 1.18;
  }

  .lp-meaning__statement-body {
    margin-top: 6px;
    font-size: clamp(22px, 2.65vw, 30px);
    line-height: 1.38;
  }
}

@media (min-width: 1200px) {
  .lp-different {
    padding: clamp(56px, 6vw, 108px) clamp(24px, 6vw, 179px);
  }

  .lp-different__grid {
    display: grid !important;
    grid-template-columns: minmax(280px, 1.08fr) repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 1.6vw, 24px);
    align-items: stretch;
  }

  .lp-different__swiper {
    display: none !important;
  }

  .lp-different__intro,
  .lp-different__column {
    display: grid;
    grid-template-rows: repeat(2, minmax(clamp(180px, 18vw, 256px), auto));
    gap: clamp(16px, 1.6vw, 24px);
    min-height: 0;
    min-width: 0;
    align-self: stretch;
    overflow: visible;
  }

  .lp-different__headline,
  .lp-different__card {
    min-height: clamp(180px, 18vw, 256px);
    height: 100%;
    padding: clamp(18px, 1.8vw, 30px);
    box-sizing: border-box;
    overflow: visible;
  }

  .lp-different__headline {
    max-width: none;
    min-height: min-content;
    overflow: visible;
    justify-content: center;
  }

  .lp-different__card {
    gap: 0;
    justify-content: flex-start;
  }

  .lp-different__eyebrow {
    margin: 0 0 clamp(12px, 1.4vw, 20px);
    font-size: clamp(18px, 1.55vw, 30px);
    line-height: 1.2;
  }

  .lp-different__title {
    overflow: visible;
    font-size: clamp(48px, 5vw, 80.465px);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .lp-different__title-gradient {
    overflow: visible;
    padding-top: 0.12em;
  }

  .lp-different__title-goa-o::before {
    min-height: clamp(4px, 0.09em, 9px);
  }

  .lp-different__icon {
    flex: 0 0 clamp(50px, 4.1vw, 68px);
    width: clamp(50px, 4.1vw, 68px);
    height: clamp(50px, 4.1vw, 68px);
    border-radius: clamp(8px, 0.7vw, 11px);
    margin-bottom: 10px;
  }

  .lp-different__icon img {
    max-width: clamp(30px, 3vw, 51px);
    max-height: clamp(30px, 3vw, 51px);
  }

  .lp-different__copy {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .lp-different__card-title {
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.08;
  }

  .lp-different__card-body {
    margin-top: clamp(10px, 1vw, 15px);
    font-size: clamp(14px, 1.25vw, 20px);
    font-weight: 300;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lp-different {
    padding: 56px 24px;
  }

  .lp-different__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .lp-different__swiper {
    display: none !important;
  }

  .lp-different__intro {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(188px, auto);
    gap: 16px;
    min-height: 0;
    min-width: 0;
  }

  .lp-different__intro,
  .lp-different__column {
    min-width: 0;
  }

  .lp-different__column {
    display: grid;
    grid-template-rows: repeat(2, minmax(188px, auto));
    gap: 16px;
  }

  .lp-different__headline {
    max-width: none;
    padding: 8px 0 0;
  }

  .lp-different__intro > .lp-different__card,
  .lp-different__column .lp-different__card {
    display: flex;
  }

  .lp-different__headline,
  .lp-different__card {
    min-height: 188px;
    padding: 18px;
  }

  .lp-different__title {
    font-size: clamp(44px, 5.8vw, 60px);
    line-height: 0.9;
  }

  .lp-different__eyebrow {
    font-size: 20px;
    line-height: 1.15;
  }

  .lp-different__card-title {
    font-size: 17px;
  }

  .lp-different__card-body {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (min-width: 440px) and (max-width: 767px) {
  .lp-different {
    padding: 48px 24px;
  }

  .lp-different__headline {
    max-width: none;
    padding: 0 0 28px;
  }

  .lp-different__eyebrow {
    font-size: 20px;
    line-height: 1.1;
  }

  .lp-different__title {
    font-size: clamp(56px, 11vw, 72px);
    line-height: 0.9;
  }

  .lp-different__swiper {
    max-width: none;
    margin: 0;
  }

  .lp-different__swiper .swiper-slide {
    width: min(100%, 460px);
  }

  .lp-different__swiper .lp-different__card {
    width: 100%;
    min-height: 0;
    height: auto;
    gap: 10px;
    padding: 20px 24px;
  }

  .lp-different__swiper .lp-different__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    margin-bottom: 0;
  }

  .lp-different__swiper .lp-different__icon img {
    max-width: 32px;
    max-height: 32px;
  }

  .lp-different__swiper .lp-different__copy {
    flex: 0 0 auto;
    gap: 12px;
  }

  .lp-different__swiper .lp-different__card-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .lp-different__swiper .lp-different__card-body {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.35;
  }
}

@media (max-width: 767px) {
  .lp-world__inner {
    max-width: 436px;
    min-height: 0;
    padding: 40px 24px 0;
  }

  .lp-world__title {
    font-size: 50px;
    line-height: 44px;
  }

  .lp-world__art {
    top: 308px;
    height: 691px;
  }

  .lp-world__card--careers {
    margin-top: clamp(316px, 86vw, 388px);
    margin-right: clamp(88px, 28vw, 135px);
  }

  .lp-world__card--outcomes {
    margin-left: clamp(96px, 30vw, 145px);
  }

  .lp-world__card--ground {
    margin-right: clamp(108px, 32vw, 150px);
  }

  .lp-world__card--complexity {
    margin-left: clamp(88px, 28vw, 135px);
  }

  .lp-goa {
    --lp-goa-mob-art-h: clamp(210px, 59vw, 259px);
    min-height: 0;
    background: #000;
    overflow: hidden;
  }

  .lp-goa::before {
    display: none;
  }

  .lp-goa__bg {
    inset: auto;
    top: 0;
    left: -4.24%;
    width: 108.48%;
    height: var(--lp-goa-mob-art-h);
    object-fit: cover;
    object-position: center top;
    max-width: none;
  }

  .lp-goa__inner {
    min-height: 0;
    justify-content: flex-start;
    gap: 0;
    padding: calc(var(--lp-goa-mob-art-h) + 40px) 24px 40px;
  }

  .lp-goa__content {
    gap: 32px;
  }

  .lp-goa__eyebrow {
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.03em;
  }

  .lp-goa__columns {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .lp-goa__copy {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

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

  .lp-goa__copy p:nth-child(3) {
    margin-top: 16px;
  }

  .lp-goa__callout {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.03em;
    gap: 0;
  }

  .lp-trust__bottom {
    padding: 20px 24px 40px;
  }

  .lp-trust__hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
    background: #03031d;
  }

  .lp-trust__hero-copy {
    width: 100%;
    height: auto;
    gap: 32px;
    padding: 30px 20px 0;
  }

  .lp-trust__hero-main {
    width: 100%;
    gap: 16px;
  }

  .lp-trust__hero-eyebrow {
    font-size: 24px;
    line-height: 1.29;
  }

  .lp-trust__hero-title {
    width: 100%;
    max-width: 352px;
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.03em;
  }

  .lp-trust__hero-title-line {
    display: inline;
  }

  .lp-trust__hero-title-line:not(:last-child)::after {
    content: " ";
  }

  .lp-trust__hero-lead {
    width: 100%;
    max-width: 312px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.03em;
  }

  .lp-trust__hero-note {
    width: 100%;
    max-width: 312px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .lp-trust__hero-visual {
    position: relative;
    flex: none;
    width: 100%;
    max-width: 352px;
    height: 544px;
    min-height: 544px;
    margin: 0 auto;
    padding: 0;
    display: block;
    pointer-events: none;
  }

  .lp-trust__hero-figure-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    overflow: hidden;
  }

  .lp-trust__hero-figure {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    width: 362px;
    max-width: none;
    height: auto;
    margin: 0;
    transform: translateX(-50%);
  }

  .lp-trust__chip,
  .lp-trust__chip--grow,
  .lp-trust__chip--curious,
  .lp-trust__chip--ambitious,
  .lp-trust__chip--open {
    position: absolute;
    width: 146px;
    min-width: 146px;
    height: 45px;
    min-height: 45px;
    padding: 10px;
    border-radius: 10px;
    border: 0.542px solid rgba(21, 21, 21, 0.65);
    background: linear-gradient(171deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(11.378px);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.03em;
    text-align: center;
  }

  .lp-trust__chip--grow {
    left: 0;
    top: 284px;
  }

  .lp-trust__chip--open {
    left: 176px;
    top: 335px;
  }

  .lp-trust__chip--ambitious {
    left: 10px;
    top: 393px;
  }

  .lp-trust__chip--curious {
    left: 176px;
    top: 452px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .lp-goa {
    min-height: clamp(520px, 78vw, 680px);
    background: #000;
    overflow: hidden;
  }

  .lp-goa::before {
    display: block;
  }

  .lp-goa__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }

  .lp-goa__inner {
    min-height: inherit;
    justify-content: flex-end;
    gap: 0;
    padding: 36px 32px 48px;
  }

  .lp-goa__content {
    gap: 22px;
    max-width: 760px;
  }

  .lp-goa__eyebrow {
    font-size: clamp(30px, 5vw, 38px);
    line-height: 0.98;
    letter-spacing: -0.03em;
  }

  .lp-goa__columns {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .lp-goa__copy {
    font-size: 15px;
    line-height: 1.45;
  }

  .lp-goa__copy p + p {
    margin-top: 12px;
  }

  .lp-goa__callout {
    gap: 6px;
    font-size: 22px;
    line-height: 1.3;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .lp-goa {
    min-height: clamp(560px, 64vw, 780px);
    background: #000;
    overflow: hidden;
  }

  .lp-goa::before {
    display: block;
  }

  .lp-goa__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }

  .lp-goa__inner {
    min-height: inherit;
    justify-content: flex-end;
    gap: 0;
    padding: clamp(28px, 3vw, 40px) clamp(32px, 4vw, 56px) clamp(44px, 5vw, 64px);
  }

  .lp-goa__content {
    gap: 24px;
    max-width: min(980px, 100%);
    margin: 0 auto;
  }

  .lp-goa__eyebrow {
    font-size: clamp(32px, 3.2vw, 38px);
    line-height: 0.98;
    letter-spacing: -0.03em;
  }

  .lp-goa__columns {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
    gap: clamp(28px, 3.4vw, 44px);
    align-items: start;
  }

  .lp-goa__copy {
    font-size: 15px;
    line-height: 1.42;
  }

  .lp-goa__copy p + p {
    margin-top: 12px;
  }

  .lp-goa__callout {
    font-size: clamp(22px, 2.1vw, 28px);
    line-height: 1.28;
    gap: 4px;
  }
}

@media (min-width: 440px) and (max-width: 991px) {
  .lp-aiarch {
    padding: clamp(44px, 6vw, 64px) 24px;
  }

  .lp-aiarch__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4.4vw, 44px);
  }

  .lp-aiarch__content,
  .lp-aiarch__stack {
    width: 100%;
    max-width: min(720px, 100%);
    margin: 0 auto;
  }

  .lp-aiarch__content {
    gap: 28px;
  }

  .lp-aiarch__title {
    font-size: clamp(56px, 8vw, 72px);
    line-height: 0.95;
    letter-spacing: -0.04em;
  }

  .lp-aiarch__copy {
    width: 100%;
    gap: 20px;
  }

  .lp-aiarch__copy-group {
    gap: 14px;
  }

  .lp-aiarch__lead {
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.25;
  }

  .lp-aiarch__sublead {
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.35;
  }

  .lp-aiarch__body {
    font-size: clamp(15px, 1.9vw, 17px);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }

  .lp-aiarch__stack {
    gap: 18px;
  }

  .lp-aiarch__item {
    --lp-aiarch-open-pad: 24px;
    --lp-aiarch-open-gap: 18px;
    border-radius: 18px;
  }

  .lp-aiarch__item:first-child[open] {
    min-height: 0;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-head {
    grid-template-columns: minmax(0, 1fr) 16px;
    column-gap: 18px;
    padding: 24px;
  }

  .lp-aiarch__item[open] .lp-aiarch__item-head {
    grid-template-columns: minmax(0, 1fr) 16px;
    align-items: start;
    column-gap: 18px;
    padding: 24px 24px 0;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-text,
  .lp-aiarch__item[open] .lp-aiarch__item-text {
    max-width: none;
    font-size: clamp(18px, 2.4vw, 22px);
    line-height: 1.28;
    letter-spacing: -0.01em;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-text {
    font-weight: 300;
  }

  .lp-aiarch__item[open] .lp-aiarch__item-text {
    font-weight: 500;
  }

  .lp-aiarch__chevron {
    width: 8px;
    height: 16px;
  }

  .lp-aiarch__item-content,
  .lp-aiarch__item[open] .lp-aiarch__item-content {
    gap: 12px;
    padding: 16px 24px 24px;
  }

  .lp-aiarch__kicker {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    white-space: normal;
  }

  .lp-aiarch__list {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .lp-aiarch {
    padding: 72px 32px 84px;
  }

  .lp-aiarch__inner {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.25fr);
    gap: 28px;
    align-items: start;
  }

  .lp-aiarch__content,
  .lp-aiarch__stack {
    width: 100%;
    max-width: none;
    margin: 0;
    flex-basis: auto;
  }

  .lp-aiarch__content {
    gap: 32px;
  }

  .lp-aiarch__title {
    font-size: clamp(56px, 6vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .lp-aiarch__copy {
    width: 100%;
    max-width: 380px;
    gap: 22px;
  }

  .lp-aiarch__copy-group {
    gap: 16px;
  }

  .lp-aiarch__lead {
    font-size: 24px;
    line-height: 1.28;
  }

  .lp-aiarch__sublead {
    font-size: 20px;
    line-height: 1.35;
  }

  .lp-aiarch__body {
    font-size: 16px;
    line-height: 1.5;
  }

  .lp-aiarch__stack {
    gap: 16px;
  }

  .lp-aiarch__item {
    --lp-aiarch-open-pad: 28px;
    --lp-aiarch-open-gap: 18px;
    border-radius: 18px;
  }

  .lp-aiarch__item:first-child[open] {
    min-height: 0;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-head {
    grid-template-columns: minmax(0, 1fr) 16px;
    column-gap: 18px;
    padding: 26px 28px;
  }

  .lp-aiarch__item[open] .lp-aiarch__item-head {
    grid-template-columns: minmax(0, 1fr) 16px;
    align-items: start;
    column-gap: 18px;
    padding: 28px 28px 0;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-text,
  .lp-aiarch__item[open] .lp-aiarch__item-text {
    max-width: none;
    width: 100%;
    letter-spacing: -0.01em;
  }

  .lp-aiarch__item:not([open]) .lp-aiarch__item-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
  }

  .lp-aiarch__item[open] .lp-aiarch__item-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.28;
  }

  .lp-aiarch__chevron {
    width: 8px;
    height: 16px;
  }

  .lp-aiarch__item-content,
  .lp-aiarch__item[open] .lp-aiarch__item-content {
    gap: 12px;
    padding: 14px 28px 28px;
  }

  .lp-aiarch__kicker {
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
  }

  .lp-aiarch__list {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .lp-sch-detail__inner {
    padding: 0 24px 32px;
  }

  .lp-sch-detail__surface {
    gap: 32px;
    padding: 20px;
    border-radius: 20px;
  }

  .lp-sch-detail__switch {
    width: 100%;
    border-radius: 40px;
    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);
  }

  .lp-sch-detail__switch-btn,
  .lp-sch-detail__switch-btn--active {
    min-height: 58px;
    height: auto;
    padding: 10px 12px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.11;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }

  .lp-sch-detail__switch-btn--active {
    min-height: 68px;
  }

  .lp-sch-detail__grid {
    display: block;
  }

  .lp-sch-detail__menu,
  .lp-sch-detail__content {
    display: none !important;
  }

  .lp-sch-detail__mobile-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .lp-sch-detail__accordion-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
  }

  .lp-sch-detail__accordion-trigger {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
  }

  .lp-sch-detail__accordion-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
  }

  .lp-sch-detail__accordion-title,
  .lp-sch-detail__accordion-subtitle,
  .lp-sch-detail__accordion-hero-title,
  .lp-sch-detail__accordion-hero-subtitle,
  .lp-sch-detail__accordion-duration,
  .lp-sch-detail__accordion-continuation-title,
  .lp-sch-detail__accordion-lead p,
  .lp-sch-detail__accordion-list li {
    margin: 0;
    color: #151515;
  }

  .lp-sch-detail__accordion-card--active .lp-sch-detail__accordion-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-card--active .lp-sch-detail__accordion-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-card:not(.lp-sch-detail__accordion-card--active) .lp-sch-detail__accordion-title,
  .lp-sch-detail__accordion-card:not(.lp-sch-detail__accordion-card--active) .lp-sch-detail__accordion-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-arrow {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
  }

  .lp-sch-detail__accordion-arrow img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 180ms ease;
  }

  .lp-sch-detail__accordion-card--active .lp-sch-detail__accordion-arrow img {
    transform: rotate(-90deg);
  }

  .lp-sch-detail__accordion-card:not(.lp-sch-detail__accordion-card--active) .lp-sch-detail__accordion-arrow img {
    transform: rotate(90deg);
  }

  .lp-sch-detail__accordion-panel {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(21, 21, 21, 0.35);
  }

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

  .lp-sch-detail__accordion-intro,
  .lp-sch-detail__accordion-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .lp-sch-detail__accordion-intro {
    gap: 24px;
  }

  .lp-sch-detail__accordion-hero {
    gap: 16px;
  }

  .lp-sch-detail__accordion-hero-title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-hero-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-lead {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .lp-sch-detail__accordion-lead p,
  .lp-sch-detail__accordion-list li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: disc;
  }

  .lp-sch-detail__accordion-list li {
    margin-left: 21px;
  }

  .lp-sch-detail__accordion-duration {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-continuation {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .lp-sch-detail__accordion-continuation-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: -0.03em;
  }

  .lp-sch-detail__accordion-list--continuation li + li {
    margin-top: 0;
  }

  .lp-sch-intro__inner {
    padding-top: 16px;
    padding-bottom: 32px;
    padding-inline: 24px;
  }

  .lp-trust + .lp-sch-intro .lp-sch-intro__inner {
    padding-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lp-sch-intro__inner {
    padding-top: 24px;
    padding-bottom: 36px;
    padding-inline: max(24px, env(safe-area-inset-right, 0px)) max(24px, env(safe-area-inset-left, 0px));
  }

  .lp-trust + .lp-sch-intro .lp-sch-intro__inner {
    padding-top: 16px;
  }
}

.lp-pathway__hero-figure-wrap {
  display: none;
}

@media (max-width: 767px) {
  .lp-pathway {
    padding: 40px 24px;
    background: #fff;
  }

  .lp-pathway__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 388px;
    min-height: 0;
    margin: 0 auto;
    padding: 0 24px 32px;
    overflow: hidden;
    border-radius: 0;
    background: #020219;
    isolation: isolate;
  }

  .lp-pathway__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(135deg, transparent 0 54%, rgba(40, 79, 215, 0.96) 54% 100%) top right / 62% 22% no-repeat,
      linear-gradient(180deg, rgba(86, 151, 254, 0.16) 0%, rgba(2, 2, 25, 0) 36%) top / 100% 100% no-repeat,
      #020219;
  }

  .lp-pathway__panel::after {
    content: "WPU GOA";
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: "Instrument Sans", sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: -0.06em;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
  }

  .lp-pathway__hero-figure-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 66px;
  }

  .lp-pathway__hero-figure-mobile {
    display: block;
    width: min(100%, 280px);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
  }

  .lp-pathway__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0;
    gap: 20px;
  }

  .lp-pathway__title {
    max-width: 320px;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #fff;
  }

  .lp-pathway__title span {
    display: inline;
  }

  .lp-pathway__cta {
    display: inline-flex !important;
    visibility: visible;
    width: fit-content;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .lp-pathway__visual {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
    width: 100%;
    margin-top: 0;
  }

  .lp-pathway__figure {
    display: none !important;
  }

  .lp-pathway__tag {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    padding: 12px;
    gap: 20px;
    border: 0.542px solid rgba(21, 21, 21, 0.65);
    border-radius: 12px;
    background: linear-gradient(174.75deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    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);
    backdrop-filter: blur(11.378px);
    -webkit-backdrop-filter: blur(11.378px);
  }

  .lp-pathway__tag--innovator {
    order: 1;
  }

  .lp-pathway__tag--thinker {
    order: 2;
  }

  .lp-pathway__tag--entrepreneur {
    order: 3;
  }

  .lp-pathway__tag--solver {
    order: 4;
  }

  .lp-pathway__tag-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    padding: 4px;
    border-radius: 4px;
  }

  .lp-pathway__tag-icon img {
    width: 100%;
    height: 100%;
  }

  .lp-pathway__tag p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
  }
}

@media (max-width: 400px) {
  /* Hero h1 — 20% smaller than ≤767px scale */
  .heroBanner__question-line,
  .heroBanner__question span {
    font-size: calc(0.8 * clamp(34px, 9.55vw, 42px));
  }

  .heroBanner__question .heroBanner__question-line:first-child,
  .heroBanner__question span:first-child {
    font-size: calc(0.8 * clamp(28px, 8vw, 36px));
  }

  .heroBanner__question .heroBanner__question-line:last-child,
  .heroBanner__question span:last-child {
    font-size: calc(0.8 * clamp(32px, 9vw, 40px));
  }

  .heroBanner__brand {
    font-size: 44px;
  }

  .lp-world__eyebrow,
  .lp-founding__eyebrow,
  .lp-meaning__eyebrow {
    font-size: 14px;
  }

  .lp-world__title {
    font-size: 40px;
    line-height: 40px;
  }

  .lp-founding__title,
  .lp-aiarch__title,
  .lp-immersions__title,
  .lp-programmes__title,
  .lp-pathway__title,
  .lp-sch-intro__title {
    font-size: 32px;
    line-height: 35px;
  }

  .lp-meaning__statement-lead {
    font-size: 19px;
    line-height: 1.25;
  }

  .lp-different__title {
    font-size: 45px;
  }

  .lp-learn__left .lp-learn__h2,
  .lp-lead__h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .lp-community__title,
  .lp-next__title,
  .lp-trust__title,
  .lp-trust__hero-title {
    font-size: 30px;
    line-height: 1.08;
  }

  .lp-goa__eyebrow {
    font-size: 21px;
    line-height: 1.12;
  }

  .lp-pathway__panel::after {
    font-size: 50px;
  }

  .lp-sch-detail__hero-title,
  .lp-sch-detail__accordion-hero-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .lp-sch-detail__hero-subtitle,
  .lp-sch-detail__accordion-hero-subtitle,
  .lp-sch-detail__accordion-duration,
  .lp-sch-detail__accordion-continuation-title {
    font-size: 14px;
    line-height: 1.35;
  }

  .lp-different__card-title,
  .lp-immersions__card-title,
  .lp-community__feature-title {
    font-size: 16px;
    line-height: 1.25;
  }
}
