@font-face {
  font-family: "avenir-lt-w01_35-light1475496";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2")
    format("woff2");
  font-display: block;
}

@font-face {
  font-family: "avenir-lt-w01_85-heavy1475544";
  font-style: normal;
  font-weight: 800;
  src: url("https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2")
    format("woff2");
  font-display: block;
}

:root {
  --ink: #ffffff;
  --black: #030006;
  --deep: #22003e;
  --violet: #68149d;
  --cyan: #5fe3ee;
  --pink: #ff56d9;
  --button: #f8fbff;
  --button-text: #4283d6;
  --type-caption: clamp(13px, 0.72vw, 15px);
  --type-ui: clamp(14px, 0.78vw, 15px);
  --type-body: clamp(16px, 0.94vw, 18px);
  --type-body-lg: clamp(16px, 1.04vw, 20px);
  --type-lead: clamp(18px, 1.18vw, 22px);
  --type-card-title: clamp(18px, 1.18vw, 22px);
  --type-section-title: clamp(30px, 2.4vw, 44px);
  --type-page-title: clamp(34px, 3vw, 58px);
  --page-gutter: clamp(24px, 5vw, 96px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: "DM Sans", "Montserrat", Helvetica, Arial, sans-serif;
  font-size: var(--type-body);
  font-weight: 400;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM SANS";
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  height: 90px;
  padding: 0 var(--page-gutter);
  position: fixed;
  z-index: 10;
  background: transparent;
  transition:
    height 0.3s ease,
    background-color 0.3s ease,
    border-bottom-color 0.3s ease,
    box-shadow 0.3s ease,
    backdrop-filter 0.3s ease,
    -webkit-backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
  height: 74px !important;
  background: rgba(3, 0, 6, 0.45) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.brand img {
  height: 30.5px;
  object-fit: contain;
  width: auto;
}

.site-menu {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  display: flex;
  gap: 0;
  height: 40px;
  justify-content: center;
  width: auto;
  min-width: 390px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  padding: 0 10px;
}

.site-menu a {
  font-family: "avenir-lt-w01_35-light1475496", "DM Sans", "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
  position: relative;
  transition: color 0.3s ease;
  letter-spacing: 1.5px;
}

.site-menu a:hover {
  color: #80e3e8;
}

.site-menu a:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.menu-toggle {
  background: #ffffff;
  background-clip: content-box;
  border: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  cursor: pointer;
  display: none;
  height: 18px;
  position: relative;
  width: 24px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  box-sizing: border-box;
  padding: 0;
}

.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.menu-toggle::before {
  top: 0;
}

.menu-toggle::after {
  bottom: 0;
}

.hero {
  background:
    radial-gradient(circle at 87% 18%, rgba(255, 255, 255, 0.16), transparent 25%),
    linear-gradient(180deg, #000000 62%, #5c1d8d 100%);
  height: 52vw;
  min-height: 914px;
  overflow: hidden;
  padding: 0 var(--page-gutter);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-family: "DM SANS";
  font-size: clamp(48px, 4.8vw, 72.3px);
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 24px;
  font-weight: 800;
}

.hero p {
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1.6;
  margin: 0 0 40px;
  max-width: 720px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.hero-art {
  position: absolute;
  right: 0;
  top: -10px;
  width: 55vw;
  max-width: 1050px;
  z-index: 1;
  pointer-events: none;
}

.hero-art img {
  height: auto;
  width: 100%;
}

.pill {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  color: #3f8dd7;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  min-width: 140px;
  padding: 0 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pill:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 1px 1px 8px 2px rgba(255, 255, 255, 0.2);
  transform: scale(1.04);
}

.why {
  background: linear-gradient(180deg, #5c1d8d 49%, #ae41d8 100%);
  min-height: 700px;
  padding: 120px var(--page-gutter) 120px;
}

.why-desktop {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px 48px;
  margin: 0 auto;
  max-width: 100%;
  align-items: start;
}

.why-left {
  grid-column: span 4;
  position: sticky;
  top: 140px;
}

.why-left h2 {
  background: linear-gradient(135deg, #ff4df4 0%, #8465ff 50%, #15f7f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(36px, 3.8vw, 54px);
  font-weight: 900;
  text-align: left;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0;
}

.why-right {
  grid-column: span 8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.why-card {
  background: rgba(20, 5, 38, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.why-card:hover {
  transform: translateY(-6px);
  background: rgba(30, 10, 55, 0.6);
  box-shadow: 0 12px 30px rgba(95, 227, 238, 0.15);
}

.why-card:nth-child(odd):hover {
  border-color: rgba(95, 227, 238, 0.4);
  box-shadow: 0 12px 30px rgba(95, 227, 238, 0.12);
}

.why-card:nth-child(even):hover {
  border-color: rgba(255, 86, 217, 0.4);
  box-shadow: 0 12px 30px rgba(255, 86, 217, 0.12);
}

.card-num {
  font-family: "avenir-lt-w01_85-heavy1475544", "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
}

.why-card:nth-child(odd) .card-num {
  color: var(--cyan);
}

.why-card:nth-child(even) .card-num {
  color: var(--pink);
}

.why-card h3 {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.why-card p {
  font-size: clamp(13px, 1.1vw, 14.5px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.why-card.full-width {
  grid-column: span 2;
}

@media (min-width: 901px) and (max-width: 1150px) {
  .why-desktop {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why-left {
    grid-column: span 1;
    position: static;
  }
  .why-left h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 42px;
  }
  .why-right {
    grid-column: span 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.why-mobile {
  display: none;
}

.learn {
  background: linear-gradient(
    180deg,
    #ae41d8 0%,
    #ffc080 30%,
    #5c1d8d 69%,
    #260a3f 89%
  );
  height: 50.6vw;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.learn .bottom-overlay {
  background-image: linear-gradient(0deg, #260a3f 0%, rgba(38, 10, 63, 0) 100%);
  bottom: 0;
  position: absolute;
  height: 150px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.learn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12vw;
  background: linear-gradient(to bottom, transparent, #260a3f);
  pointer-events: none;
  z-index: 1;
}

.learn-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  width: 100%;
  mix-blend-mode: lighten;
  z-index: 0;
}

.crystal {
  bottom: -10px;
  left: 5%;
  position: absolute;
  width: 42.5%;
  z-index: 3;
}

.learn-copy {
  position: absolute;
  left: 41.5%;
  right: 9.7%;
  top: 17.15vw;
  z-index: 3;
  display: grid;
  grid-template-columns: 24.8fr 24fr;
  grid-row-gap: 0;
  column-gap: 1.5vw;
  align-items: center;
}

.eyebrow {
  grid-column: span 2;
  text-align: center;
  justify-self: center;
  font-size: clamp(18px, 1.72vw, 33px);
  font-weight: 700;
  margin: 0 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.learn h2 {
  grid-column: span 2;
  text-align: center;
  justify-self: center;
  margin-bottom: 2.8vw;
  font-size: clamp(30px, 3.28vw, 63px);
  max-width: 30vw;
  letter-spacing: 0em;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 25px;
  font-family: "DM Sans";
}

.pixel h2,
.courses h2,
.cta h2 {
  font-size: clamp(34px, 3.5vw, 63px);
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0;
  font-weight: 950;
}

.learn-rule {
  grid-column: 1;
  align-self: start;
  position: relative;
  margin-top: 0.9vw;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
  margin-left: 15px;
  margin-right: 0;
  pointer-events: none;
  z-index: 2;
}

.learn-copy > p:not(.eyebrow) {
  grid-column: 2;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.4;
  margin: 0 0 2vw 0;
  max-width: 480px;
  font-weight: 400;
  text-align: left;
}

.learn-copy .pill {
  grid-column: 2;
  justify-self: start;
  margin-left: 0;
  margin-top: 32px;
}

.pixel {
  background: linear-gradient(180deg, #260a3f 0%, #5c1d8d 57%, #80e3e8 92%);
  position: relative;
}

/* ── Title area sits above the gallery and scrolls away normally ── */
.pixel-header-area {
  padding: 100px var(--page-gutter) 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pixel .top-overlay {
  background-image: linear-gradient(180deg, #260a3f 42%, rgba(38, 10, 63, 0) 100%);
  height: 580px;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.pixel .eyebrow {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.pixel h2 {
  position: relative;
  z-index: 1;
}

/* ── Tall container: 600 vh gives 500 vh of pinned scroll budget ──
   Phase 1 (100 vh): first card expands 80 % → 100 %
   Phase 2 (400 vh): track pans right → left through all 5 images
   Phase 3 (last 100 vh of phase 2): text slides up                ── */
.pixel-scroll-container {
  height: 600vh;
}

/* ── Sticky panel: pins in place for the full 500 vh animation window ── */
.pixel-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* ── Centres the expanding card within the sticky panel ── */
.pixel-gallery-viewport {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* ── The card frame — JS interpolates width, height, border-radius ──
   Starts 80 vw × 80 vh with a 16 px radius,
   expands to 100 vw × 100 vh × 0 px radius over Phase 1.          ── */
.pixel-card-frame {
  width: 80vw;
  height: 80vh;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

/* Bottom gradient for readability inside the card */
.pixel-card-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 38%,
    rgba(0, 0, 0, 0.72) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* ── Horizontal strip of all images — JS drives translateX ── */
.pixel-track {
  display: flex;
  height: 100%;
  will-change: transform;
}

/* Each slide is always 100 vw wide; the card frame clips the overflow */
.pixel-slide {
  flex: 0 0 100vw;
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pixel-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Text panel — starts hidden below, slides up on the last image ── */
.pixel-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 100px 52px;
  z-index: 5;
  transform: translateY(100%); /* hidden until Phase 3 */
  will-change: transform;
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
}

.pixel-copy .subline {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  font-weight: 700;
}

.pixel-copy p {
  font-size: clamp(13px, 1.2vw, 20px);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

/* ── Progress dots — always visible at bottom of sticky panel ── */
.pixel-timeline {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
  align-items: center;
}

.pixel-timeline-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  transition: all 0.35s ease;
  cursor: pointer;
}

.pixel-timeline-dot.active {
  background: #ffffff;
  border-color: #ffffff;
  transform: scale(1.5);
}

.courses {
  background: linear-gradient(180deg, #80e3e8 0%, #3f8dd7 53%, #5c1d8d 100%);
  padding: 104px var(--page-gutter) 118px;
  text-align: center;
}

.section-sub {
  font-size: 16px;
  margin: 15px 0 54px;
}

.course-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
}

.course-grid article {
  background: rgba(20, 5, 38, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-height: 510px;
  padding: 58px 30px 38px;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.course-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(20, 5, 38, 0.6);
}

.course-grid img {
  height: 142px;
  margin: 0 auto 54px;
  object-fit: contain;
  width: 142px;
}

.course-grid h3 {
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.15;
  margin: 0 0 20px;
  font-weight: 700;
}

.course-grid p {
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

.faq {
  background: linear-gradient(180deg, #5c1d8d 61%, #260a3f 100%);
  padding: 80px var(--page-gutter) 120px;
}

.faq h2 {
  font-size: clamp(32px, 3.5vw, 52px);
  margin: 0 auto 42px;
  font-weight: 900;
}

.faq-list {
  margin: 0 auto;
}

.faq-item {
  border-top: 2px solid rgba(255, 255, 255, 0.78);
}

.faq-item:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
}

.faq-item button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font: inherit;
  font-size: clamp(18px, 1.8vw, 30px);
  min-height: 86px;
  padding: 24px 64px 24px 24px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
}

/* Horizontal bar of the plus sign */
.faq-item button::before {
  content: "";
  position: absolute;
  right: 23px;
  left: auto;
  top: calc(50% - 1px);
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Vertical bar of the plus sign */
.faq-item button::after {
  content: "";
  position: absolute;
  right: 31px;
  left: auto;
  top: calc(50% - 9px);
  width: 2px;
  height: 18px;
  background-color: #ffffff;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.3s ease;
}

/* On expand: vertical rotates and fades out to leave only the horizontal bar (minus) */
.faq-item.is-open button::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-item.is-open button::before {
  transform: rotate(180deg);
}

.faq-item p {
  overflow: hidden;
  font-size: clamp(15px, 1.2vw, 22.5px);
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
  padding-left: 24px;
  padding-right: 64px;
  padding-bottom: 28px;
  max-width: 920px;
  box-sizing: border-box;
}

.cta {
  background: #260a3f;
  height: 32vw;
  min-height: 615px;
  overflow: hidden;
  padding: 0 var(--page-gutter);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 1500px);
  height: auto;
  max-height: 92%;
  object-fit: contain;
  object-position: center center;
  opacity: 0.86;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}

.cta-title {
  align-items: flex-end;
  display: flex;
  position: relative;
  z-index: 2;
  flex: 1;
}

.cta-title h2 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  max-width: 450px;
}

.cta-title span {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  height: 1px;
  width: auto;
  max-width: 355px;
  flex-grow: 1;
  min-width: 20px;
  margin-left: 20px;
  margin-bottom: 18px;
}

.cta-actions {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.cta-actions p {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 24px;
}

.cta-actions .pill {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  background: #ffffff;
  border-color: #ffffff;
}

.cta-actions .pill:first-of-type {
  width: 204px;
  margin-right: 20px;
  color: #3f8dd7;
}

.cta-actions .pill:last-of-type {
  width: 176px;
  margin-right: 0;
  color: #ae41d8;
}

.cta-actions .pill:first-of-type:hover,
.cta-actions .pill:last-of-type:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 1px 1px 8px 2px rgba(255, 255, 255, 0.2);
}

.footer {
  align-items: start;
  background: linear-gradient(180deg, #260a3f 0%, #000000 100%);
  display: flex;
  min-height: 232px;
  padding: 95px var(--page-gutter);
  box-sizing: border-box;
}

.footer img {
  filter: none;
  opacity: 1;
  width: 213px;
  height: auto;
}

.footer a {
  display: block;
  font-size: 12.5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.footer a:last-child {
  margin-bottom: 0;
}

.footer a:hover {
  color: #80e3e8;
}

.footer > *:nth-child(1) {
  margin-right: min(20vw, 375px);
}

.footer > *:nth-child(2) {
  margin-right: min(8vw, 124px);
}

.footer > *:nth-child(3) {
  margin-right: min(2vw, 12px);
}

.footer > *:nth-child(4) {
  margin-left: auto;
  text-align: right;
}

@media (min-width: 901px) and (max-width: 1500px) {
  .hero {
    min-height: clamp(680px, 56vw, 820px);
  }

  .hero-copy {
    max-width: min(43vw, 560px);
  }

  .hero h1 {
    font-size: clamp(44px, 4vw, 60px);
  }

  .hero p {
    max-width: 440px;
  }

  .hero-art {
    right: max(-80px, -5vw);
    top: 40px;
    width: min(58vw, 820px);
  }
}

@media (min-width: 901px) and (max-width: 1350px) {
  .hero-copy {
    max-width: min(40vw, 500px);
  }

  .hero h1 {
    font-size: clamp(40px, 3.75vw, 52px);
  }

  .hero p {
    max-width: 390px;
  }

  .hero-art {
    right: max(-120px, -9vw);
    width: min(54vw, 720px);
  }
}

@media (max-width: 900px) {
  .site-header {
    justify-content: space-between;
    padding: 0 20px;
  }

  .brand {
    display: block;
  }

  .brand img {
    height: 12px;
    width: 82px;
  }

  .menu-toggle {
    display: none !important;
  }

  .site-menu {
    display: flex !important;
    position: static !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07)) !important;
    border: 1px solid rgba(255, 255, 255, 0.46) !important;
    border-radius: 999px !important;
    padding: 0 !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 12px 28px rgba(0, 0, 0, 0.24) !important;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    align-items: center;
    justify-content: center;
  }

  .site-menu a {
    display: none !important;
  }

  .site-menu a:first-child {
    display: block !important;
    flex: none;
    border: 0;
    border-radius: 999px;
    padding: 0 15px !important;
    font-size: 9.5px;
    line-height: 40px !important;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 40px !important;
    white-space: nowrap;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease;
  }

  .site-menu a:first-child:active {
    background: rgba(255, 255, 255, 0.1);
  }

  .site-menu a:first-child::after {
    display: none !important;
  }

  .hero {
    height: auto;
    min-height: 100dvh;
    padding: 380px 20px 70px;
  }

  .hero-art {
    right: -40px;
    top: 0;
    width: min(90vw, 420px);
  }

  .hero h1 {
    font-size: clamp(32px, 8.5vw, 42px);
    line-height: 1.2;
    max-width: 100%;
  }

  .hero p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
    margin: 16px 0 32px;
  }

  .why {
    min-height: auto;
    padding: 60px 20px 80px;
  }

  .why-desktop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .why-left {
    grid-column: span 1;
    position: static;
  }

  .why-left h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .why-right {
    grid-column: span 1;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-card {
    padding: 24px 20px;
  }

  .why-card.full-width {
    grid-column: span 1;
  }

  .learn {
    height: auto;
    min-height: auto;
    padding: 60px 20px 240px;
  }

  .learn-bg {
    object-position: 45% center;
  }

  .crystal {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: min(240px, 60vw);
    max-width: none;
  }

  .learn-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    transform: none;
  }

  .eyebrow {
    display: block;
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .learn h2 {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
    max-width: 100%;
    line-height: 1.25;
  }

  .pixel h2,
  .courses h2,
  .cta h2,
  .faq h2 {
    font-size: 28px;
  }

  .learn-rule {
    display: none;
  }

  .learn-copy > p:not(.eyebrow) {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 24px 0;
    max-width: 320px;
  }

  .learn-copy .pill {
    display: inline-flex;
    margin: 0 auto;
    width: max-content;
    white-space: nowrap;
  }

  .pixel-header-area {
    padding: 64px 24px 28px;
  }

  .pixel {
    background: linear-gradient(180deg, #260a3f 0%, #48106d 58%, #5c1d8d 100%);
    overflow: hidden;
  }

  /* ── Mobile: remove all scroll-jacking, show gallery as a static image ── */
  .pixel-scroll-container {
    height: auto;
  }

  .pixel-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .pixel-gallery-viewport {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 0;
    padding: 0 18px;
  }

  .pixel-card-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(5, 0, 12, 0.38);
  }

  .pixel-track {
    transition: transform 0.35s cubic-bezier(0.2, 0.82, 0.18, 1);
  }

  .pixel-slide {
    flex: 0 0 100%;
    width: 100%;
  }

  .pixel-slide img {
    inset: 0;
    width: 100%;
    transform: none;
    object-position: center;
  }

  /* Show text normally below the gallery image */
  .pixel-copy {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    padding: 24px 24px 0;
    text-align: center;
    transform: translateY(0) !important;
    opacity: 1 !important;
    background: transparent;
    text-shadow: none;
    z-index: 2;
  }

  .pixel-copy .subline {
    font-size: 14px;
    line-height: 1.45;
    margin: 0 auto 12px;
    max-width: 330px;
  }

  .pixel-copy p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 340px;
  }

  .pixel-copy .pill {
    margin-top: 18px;
  }

  .pixel-timeline {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    padding: 18px 0 44px;
  }

  .courses {
    padding: 60px 20px 80px;
  }

  .courses h2 {
    text-align: center;
  }

  .section-sub {
    font-size: 14px;
    line-height: 1.5;
    margin: 8px auto 32px;
    text-align: center;
    max-width: 480px;
  }

  .course-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .course-grid article {
    min-height: auto;
    padding: 38px 24px 30px;
  }

  .course-grid img {
    height: 96px;
    margin-bottom: 24px;
    width: 96px;
  }

  .course-grid h3 {
    font-size: 18px;
    margin: 0 0 12px;
  }

  .course-grid p {
    font-size: 13px;
    line-height: 1.55;
  }

  .faq {
    padding: 42px 20px 78px;
  }

  .faq h2 {
    text-align: center;
    margin-bottom: 24px;
  }

  .faq-item button {
    font-size: 15px;
    min-height: 60px;
    padding: 16px 48px 16px 12px;
  }

  .faq-item button::before {
    right: 15px;
  }

  .faq-item button::after {
    right: 23px;
  }

  .faq-item p {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 48px;
    padding-bottom: 16px;
  }

  .footer {
    display: block;
    min-height: 230px;
    padding: 40px 20px 40px;
  }

  .footer > * {
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .footer img {
    margin-bottom: 28px;
    width: 100px;
    height: auto;
  }

  .footer div,
  .footer > a {
    margin-bottom: 24px;
  }

  .footer a {
    font-size: 13px;
    line-height: 1.6;
  }
}

.sub-header {
  padding: 46px 110px 0;
}

.sub-header .brand img {
  height: 34px;
  width: 220px;
}

.about-page {
  background: #260a3f;
  overflow: hidden;
}

.about-page section[id] {
  scroll-margin-top: 90px;
}

.about-hero {
  align-items: center;
  background: #000000;
  display: grid;
  column-gap: 5vw;
  grid-template-columns: 1fr 0.98fr;
  min-height: 105dvh;
  padding: 120px max(var(--page-gutter), calc((100% - 1304px) / 2)) 170px;
  position: relative;
}

.about-hero h1 {
  font-family: "avenir-lt-w01_85-heavy1475544", "Montserrat", sans-serif;
  font-size: clamp(72px, 5.45vw, 104px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  position: relative;
  z-index: 1;
}

.about-hero p {
  font-family: "avenir-lt-w01_35-light1475496", "Montserrat", sans-serif;
  font-size: clamp(23px, 1.72vw, 34px);
  line-height: 1.32;
  margin: 29px 0 50px;
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.about-hero .pill {
  position: relative;
  z-index: 1;
}

.about-hero img {
  bottom: -80px;
  filter: blur(1px);
  left: calc(50% - min(36vw, 660px));
  opacity: 0.95;
  object-fit: fill;
  position: absolute;
  pointer-events: none;
  height: min(39.35vw, 722px);
  width: min(72vw, 1320px);
  z-index: 3;
}

.program-overview {
  background: linear-gradient(
    180deg,
    #000000 0%,
    #0a020d 8%,
    #14061f 21%,
    #1d092e 34%,
    #2c0e43 48%,
    #421863 68%,
    #4d1975 84%,
    #5f1e92 100%
  );
  margin: 0 auto;
  max-width: none;
  min-height: 860px;
  padding: 205px var(--page-gutter) 142px;
  position: relative;
  text-align: center;
}

.program-overview > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

.blue-kicker {
  color: #3f8dd7;
  font-family: "avenir-lt-w01_85-heavy1475544", "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.program-overview h2,
.growth-section h2,
.demand-section h2,
.tools-section h2,
.roadmap-section h2,
.practice-section h2,
.graduate-section h2 {
  font-family: "avenir-lt-w01_85-heavy1475544", "Montserrat", sans-serif;
  font-size: clamp(28px, 2.72vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 32px;
}

.program-overview p:not(.blue-kicker),
.demand-section p,
.practice-section p {
  font-family: "avenir-lt-w01_35-light1475496", "Montserrat", sans-serif;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.55;
}

.program-overview h2 {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(48px, 3.28vw, 61px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 66px;
  max-width: 1000px;
}

.program-overview p:not(.blue-kicker) {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(17px, 1.25vw, 23px);
  line-height: 1.4;
  max-width: 770px;
}

.program-overview .blue-kicker {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(22px, 1.57vw, 29px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
}

.program-overview .blue-kicker,
.program-overview h2,
.program-overview p:not(.blue-kicker) {
  margin-left: auto;
  margin-right: auto;
}

.growth-section {
  align-items: start;
  background: linear-gradient(
    180deg,
    #5f1e92 0%,
    #5c2397 18%,
    #5264b7 46%,
    #4384ca 72%,
    #3368a5 85%,
    #260a3f 100%
  );
  display: grid;
  grid-template-columns: minmax(0, 735px) minmax(0, 662px);
  justify-content: center;
  gap: clamp(24px, 4vw, 100px);
  min-height: 1060px;
  overflow: hidden;
  padding: 60px var(--page-gutter) 0;
  position: relative;
}

.growth-section > img {
  justify-self: start;
  position: relative;
  z-index: 1;
}

.growth-section > img:not(.growth-swirl) {
  filter: blur(0.6px);
  margin-left: -118px;
  margin-top: 174px;
  width: min(35.4vw, 662px);
}

.growth-section > .growth-swirl {
  left: min(49.9vw, 934px);
  opacity: 0.9;
  position: absolute;
  top: 82px;
  width: min(50vw, 934px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.growth-section > .growth-swirl.blur {
  filter: blur(30px);
  z-index: 0;
}

.growth-section > .growth-swirl.sharp {
  z-index: 0;
}

.growth-copy {
  max-width: 735px;
  position: relative;
  z-index: 2;
}

.growth-section .blue-kicker {
  color: #3f9dde;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(18px, 1.35vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}

.growth-section h2 {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(34px, 2.28vw, 42px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 36px;
  max-width: 735px;
}

.road-list summary {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.74);
  color: #79eff5;
  display: block;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 700;
  min-height: 66px;
  padding: 20px 24px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.dark-accordion {
  background: transparent;
  border: 0;
  margin-top: 0;
  width: min(100%, 505px);
}

.dark-accordion .accordion-item {
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  box-sizing: border-box;
}

.dark-accordion .accordion-item:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
}

.accordion-panel[hidden] {
  display: block;
}

.dark-accordion button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(16px, 1.6vw, 22px);
  min-height: 72px;
  padding: 20px 48px 20px 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  transition: color 0.3s ease;
}

.dark-accordion button:hover,
.dark-accordion button:focus-visible {
  color: #80e3e8;
  outline: none;
}

/* Horizontal bar of the plus sign */
.dark-accordion button::before {
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 1px);
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Vertical bar of the plus sign */
.dark-accordion button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  width: 2px;
  height: 16px;
  background-color: #ffffff;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.3s ease;
}

/* On expand: plus changes to minus */
.dark-accordion .accordion-item.is-open button::after {
  transform: rotate(90deg);
  opacity: 0;
}

.dark-accordion .accordion-item.is-open button::before {
  transform: rotate(180deg);
}

.dark-accordion .accordion-panel {
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 24px;
  padding-bottom: 24px;
}

.dark-accordion .accordion-item.is-open .accordion-panel {
  margin: 0;
}

.dark-accordion .accordion-panel p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 12px 0;
  padding: 0;
}

.dark-accordion .accordion-panel p:last-child {
  margin-bottom: 0;
}

.dark-accordion .accordion-panel ul {
  color: #ffffff;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}

.dark-accordion .accordion-panel li {
  color: #ffffff;
  margin: 0 0 12px;
  padding-left: 4px;
}

.dark-accordion .accordion-panel li:last-child {
  margin-bottom: 0;
}

.road-list button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(16px, 1.6vw, 22px);
  min-height: 59px;
  padding: 15px 48px 16px 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  transition: color 0.3s ease;
}

.road-list button:hover,
.road-list button:focus-visible {
  color: #80e3e8;
  outline: none;
}

/* Horizontal bar of the plus sign */
.road-list button::before {
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 1px);
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Vertical bar of the plus sign */
.road-list button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  width: 2px;
  height: 16px;
  background-color: #ffffff;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.3s ease;
}

/* On expand: plus changes to minus */
.road-list .accordion-item.is-open button::after {
  transform: rotate(90deg);
  opacity: 0;
}

.road-list .accordion-item.is-open button::before {
  transform: rotate(180deg);
}

.road-list .accordion-panel {
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 24px;
}

.road-list .accordion-item.is-open .accordion-panel {
  margin-bottom: 0;
}

.about-lower {
  background:
    radial-gradient(
      circle at 17% 34%,
      rgba(92, 29, 141, 0.26) 0%,
      rgba(92, 29, 141, 0) 30%
    ),
    radial-gradient(
      circle at 82% 47%,
      rgba(92, 29, 141, 0.3) 0%,
      rgba(92, 29, 141, 0) 27%
    ),
    linear-gradient(
      180deg,
      #260a3f 0%,
      #260a3f 43%,
      #180329 55%,
      #260a3f 62%,
      #5c1d8d 71%,
      #ae41d8 80%,
      #5c1d8d 85%,
      #260a3f 94%,
      #260a3f 100%
    );
}

.demand-section,
.practice-section {
  display: grid;
  gap: clamp(24px, 2.1vw, 40px);
  grid-template-columns: 1fr 1.05fr;
  margin: 0 auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.demand-section {
  background: transparent;
  min-height: 559px;
  padding-bottom: 111px;
  padding-top: 148px;
}

.demand-section .welcomes-content {
  display: none;
}

.demand-section > div:last-child {
  padding-top: 91px;
}

.demand-section h2,
.tools-section h2,
.practice-section h2 {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(36px, 2.5vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
}

.tools-section,
.graduate-section {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.tools-section {
  background: transparent;
  min-height: 761px;
  padding-bottom: 148px;
  padding-top: 148px;
  text-align: center;
}

.tool-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1307px;
  margin: 0 auto;
}

.tool-grid article {
  align-items: center;
  background: rgba(20, 5, 38, 0.4);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: grid;
  gap: 2px 30px;
  grid-template-columns: 60px 1fr;
  min-height: 136px;
  padding: 20px 30px;
  text-align: left;
  grid-column: span 2;
}

.tool-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.tool-grid article:nth-child(5) {
  grid-column: 4 / span 2;
}

.tool-grid article,
.graduate-grid article,
.dark-accordion {
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.tool-grid article:hover,
.graduate-grid article:hover {
  background: rgba(20, 5, 38, 0.6);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-8px);
}

.tool-grid img {
  grid-row: 1 / 3;
  height: 60px;
  object-fit: contain;
  width: 60px;
}

.tool-grid strong {
  color: #ffffff;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: 27.5px;
  font-weight: 700;
  line-height: 33px;
}

.tool-grid span {
  color: rgba(255, 255, 255, 0.74);
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.roadmap-section {
  background: transparent;
  min-height: auto;
  padding: 148px var(--page-gutter);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 120px);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.roadmap-section > div:first-child {
  grid-column: 1 / -1;
  max-width: 641px;
}

.road-a {
  display: none !important;
}

.road-b {
  filter: none;
  position: relative;
  width: 100%;
  height: auto;
  justify-self: center;
}

.road-list {
  display: grid;
  gap: 0;
  position: relative;
  z-index: 2;
  width: 100%;
}

.road-list .accordion-item {
  background: transparent;
  border: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  box-sizing: border-box;
}

.road-list .accordion-item:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
}

.road-list ul {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  list-style: disc;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 12px 24px 24px 24px;
}

.graduate-grid {
  display: grid;
  grid-template-columns: repeat(4, clamp(235px, 16.35vw, 306px));
  justify-content: space-between;
  margin: 49px auto 0;
  max-width: 1303px;
  width: min(100%, clamp(1147px, 70.3vw, 1303px));
}

.graduate-grid article {
  background: rgba(20, 5, 38, 0.4);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-height: clamp(281px, 19.5vw, 312px);
  padding: 12px 24px 24px;
}

.graduate-grid span {
  color: #64eff3;
  display: block;
  font-size: clamp(41px, 2.88vw, 46px);
  line-height: 1;
  margin-bottom: 20px;
}

.graduate-grid strong {
  color: #6feaf0;
  display: block;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(20.25px, 1.41vw, 22.5px);
  line-height: 1.4;
  margin-bottom: 12px;
}

.graduate-grid p {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(17.8px, 1.24vw, 19.8px);
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.graduate-section h3 {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(29.25px, 2.04vw, 32.5px);
  line-height: 1.3;
  margin: 118px auto 0;
  max-width: 867px;
  text-align: center;
}

.practice-section {
  background: transparent;
  gap: clamp(24px, 2.05vw, 39px);
  grid-template-columns: 1.02fr 1fr;
  min-height: auto;
  padding-bottom: clamp(114px, 8vw, 148px);
  padding-top: clamp(142.5px, 10vw, 185px);
}

.practice-section > p {
  margin: 0;
}

.graduate-section {
  background: transparent;
  min-height: clamp(1035px, 72.6vw, 1201px);
  padding-bottom: clamp(142.5px, 10vw, 185px);
  padding-top: clamp(142.5px, 10vw, 185px);
}

.demand-section .blue-kicker,
.tools-section .blue-kicker,
.roadmap-section .blue-kicker,
.practice-section .blue-kicker,
.graduate-section .blue-kicker {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(22.5px, 1.57vw, 25px);
  font-weight: 600;
  line-height: 30px;
}

.demand-section .blue-kicker {
  margin-bottom: 30px;
  max-width: 420px;
}

.tools-section .blue-kicker {
  margin-bottom: 12px;
}

.tools-section h2 {
  margin-bottom: 74px;
}

.roadmap-section .blue-kicker {
  margin-bottom: 30px;
}

.roadmap-section h2,
.graduate-section h2 {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(36px, 2.5vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
}

.practice-section .blue-kicker,
.graduate-section .blue-kicker {
  margin-bottom: clamp(22px, 1.35vw, 25px);
}

.demand-section p:not(.blue-kicker),
.practice-section > p {
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 32px;
}

.demand-section > div:last-child > p {
  margin: 0;
}

.form-body {
  background: linear-gradient(180deg, #030004 0%, #14001f 35%, #2b0048 100%);
  min-height: 100vh;
}

.form-page {
  margin: 0 auto;
  max-width: 710px;
  padding: 210px 0 120px;
}

.connect-page {
  max-width: 690px;
  min-height: 1060px;
}

.form-page h1 {
  color: #66e9ef;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 36px;
}

.connect-page h1 {
  color: #bd38f2;
  font-size: 58px;
}

.form-page > p {
  font-size: 19px;
  line-height: 1.35;
  margin: 0 0 70px;
}

.kon-form {
  display: grid;
  gap: 25px;
  max-width: 100%;
  min-width: 0;
}

.kon-form label,
.kon-form legend {
  color: #64e3ee;
  display: grid;
  font-size: 14px;
  gap: 10px;
  min-width: 0;
}

.kon-form input,
.kon-form textarea,
.kon-form select {
  background: rgba(20, 5, 38, 0.55);
  border: 1px solid rgba(100, 227, 238, 0.2);
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font: inherit;
  font-size: 16px;
  min-height: 48px;
  padding: 0 16px;
  width: 100%;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.kon-form input:focus,
.kon-form textarea:focus,
.kon-form select:focus {
  background: rgba(20, 5, 38, 0.75);
  border-color: rgba(100, 227, 238, 0.8);
  box-shadow: 0 0 12px rgba(100, 227, 238, 0.25);
  outline: none;
}

.kon-form textarea {
  min-height: 90px;
  padding-top: 16px;
  resize: vertical;
}

.kon-form ::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.kon-form select {
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364e3ee' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  padding-right: 40px;
  cursor: pointer;
}

.kon-form select option {
  background: #0d0417;
  color: #fff;
}

.kon-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.kon-form .check,
.kon-form fieldset label {
  color: #fff;
  display: flex;
  font-size: 15px;
}

.kon-form input[type="checkbox"],
.kon-form input[type="radio"] {
  accent-color: #64e3ee;
  min-height: auto;
  width: auto;
}

.radio-grid {
  display: grid;
  gap: 16px 120px;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}

.application-page h2 {
  color: #82edf2;
  font-size: 78px;
  font-weight: 500;
  line-height: 1.25;
  margin: 35px 0;
}

.kon-form button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  color: #4e99ff;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  min-width: 140px;
  padding: 0 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 18px;
  cursor: pointer;
  width: fit-content;
  justify-self: start;
}

.connect-page .kon-form button {
  color: #be38f2;
}

.kon-form button:hover {
  background: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: 1px 1px 8px 2px rgba(255, 255, 255, 0.2);
  transform: scale(1.04);
}

.booking-body {
  background: #030006;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.booking-empty {
  align-items: center;
  border: 1px solid #e4b6f4;
  display: flex;
  height: 275px;
  justify-content: center;
  margin: 40px auto;
  max-width: 1256px;
}

.booking-empty h1 {
  font-size: 26px;
}

.services-body {
  background: #030006;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.light-header .brand {
  opacity: 0.08;
}

.light-header .site-menu {
  background: rgba(36, 25, 45, 0.28);
}

.services-page {
  padding: 145px 72px 80px;
}

.services-page > p {
  font-size: 23px;
  margin: 0 0 36px;
}

.services-page h1 {
  font-size: 34px;
  margin: 0 0 70px;
}

.services-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.services-grid img {
  height: 275px;
  object-fit: cover;
  width: 100%;
}

.services-grid span {
  display: block;
  font-size: 16px;
  margin: 36px 0 14px;
}

.services-grid h2 {
  font-size: 25px;
  margin: 0 0 20px;
}

.services-grid p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.services-grid a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.services-footer {
  background: linear-gradient(180deg, #23003c 0%, #060007 100%);
}

@media (min-width: 901px) and (max-width: 1150px) {
  .graduate-grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .graduate-grid article {
    min-height: 250px;
  }

  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-grid article {
    grid-column: auto;
  }

  .tool-grid article:nth-child(4) {
    grid-column: auto;
  }

  .tool-grid article:nth-child(5) {
    grid-column: span 2;
  }

  .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sub-header {
    padding: 24px 20px 0;
  }

  .sub-header .brand img {
    height: 14px;
    width: 92px;
  }

  .about-hero,
  .growth-section,
  .demand-section,
  .practice-section,
  .services-grid,
  .graduate-grid,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .tool-grid article {
    grid-column: auto;
  }

  .tool-grid article:nth-child(4) {
    grid-column: auto;
  }

  .tool-grid article:nth-child(5) {
    grid-column: auto;
  }

  .about-hero,
  .growth-section,
  .demand-section,
  .tools-section,
  .roadmap-section,
  .practice-section,
  .graduate-section,
  .services-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90dvh;
    padding-top: 100px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }

  .form-page h1,
  .connect-page h1 {
    font-size: 34px;
  }

  .form-page > p {
    font-size: 13px;
  }

  .about-hero h1 {
    font-size: 44px !important;
    text-align: center;
    margin-bottom: 18px;
    line-height: 1.15;
  }

  .about-hero p {
    font-size: 14px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .program-overview {
    min-height: 620px;
    padding: 112px 20px 72px;
  }

  .program-overview img {
    margin-bottom: 28px;
    width: min(360px, 86vw);
  }

  .about-hero img {
    position: absolute;
    bottom: -72px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: min(56vw, 280px);
    height: auto;
    opacity: 0.68;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
  }

  .about-hero .reveal-stagger {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .about-hero .pill {
    background: #ffffff;
    color: #3f8dd7;
    position: relative;
    z-index: 4;
  }

  .about-hero img,
  .growth-section > img {
    width: 280px;
  }

  .road-a {
    display: none !important;
  }

  .road-b {
    width: min(80vw, 360px) !important;
    height: auto !important;
  }

  .growth-section {
    padding-top: 48px;
    padding-bottom: 78px;
  }

  .growth-section > .growth-swirl {
    display: none;
  }

  .growth-section > img:not(.growth-swirl) {
    justify-self: center;
    margin-left: 0;
    margin-top: 36px;
    width: min(80vw, 360px);
    height: auto;
  }

  .dark-accordion,
  .road-list {
    bottom: auto;
    left: auto;
    max-width: 100%;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .demand-section,
  .tools-section,
  .practice-section {
    min-height: 0;
    padding-bottom: 80px;
    padding-top: 72px;
  }

  .demand-section > div:last-child,
  .practice-section > p {
    margin-top: 36px;
    padding-top: 0;
  }

  .demand-section .blue-kicker,
  .tools-section .blue-kicker,
  .roadmap-section .blue-kicker,
  .practice-section .blue-kicker,
  .graduate-section .blue-kicker {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .demand-section h2,
  .tools-section h2,
  .roadmap-section h2,
  .practice-section h2,
  .graduate-section h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .demand-section p:not(.blue-kicker),
  .practice-section > p,
  .practice-section > div:last-child p {
    font-size: 18px;
    line-height: 28px;
  }

  .tools-section h2 {
    margin-bottom: 38px;
  }

  .tool-grid article {
    grid-template-columns: 48px 1fr;
    min-height: 104px;
    padding: 16px 18px;
    grid-column: auto;
  }

  .tool-grid img {
    height: 44px;
    width: 44px;
  }

  .tool-grid strong {
    font-size: 18px;
    line-height: 24px;
  }

  .tool-grid span {
    font-size: 14px;
    line-height: 20px;
  }

  .road-list button {
    font-size: 15px;
    line-height: 22px;
    min-height: 50px;
    padding: 14px 36px 14px 0;
  }

  .road-list ul {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 16px 18px 20px;
  }

  .roadmap-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    min-height: auto;
    padding-top: 72px !important;
    padding-bottom: 80px !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .roadmap-section > div:first-child {
    grid-column: 1 / -1 !important;
  }

  .road-a {
    display: none !important;
  }

  .road-b {
    position: static !important;
    margin: 24px auto 0 !important;
    width: min(80vw, 360px) !important;
    height: auto !important;
    justify-self: center;
  }

  .road-list {
    margin-top: 28px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .graduate-section {
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .graduate-section h2 {
    font-size: 26px !important;
    line-height: 1.35 !important;
    margin-bottom: 24px !important;
  }

  .graduate-grid {
    gap: 24px !important;
  }

  .graduate-grid article {
    min-height: unset !important;
    padding: 24px !important;
  }

  .graduate-grid span {
    font-size: 28px !important;
    margin-bottom: 12px !important;
    display: block;
  }

  .graduate-grid strong {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  .graduate-grid p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .graduate-section h3 {
    font-size: 18px;
    margin-top: 52px;
  }

  .form-page {
    max-width: none;
    padding: 120px 0 70px;
    width: min(100% - 48px, 710px);
  }

  .application-page h2 {
    font-size: 44px;
  }

  .radio-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .services-grid img {
    height: 220px;
  }

  .demand-section .welcomes-content h5 {
    font-family: "avenir-lt-w01_85-heavy1475544", "Montserrat", sans-serif;
    font-size: clamp(16px, 1.45vw, 20px);
    font-weight: 800;
    margin: 0 0 12px;
  }

  .demand-section .welcomes-content p {
    font-size: clamp(13px, 1.05vw, 16px);
    margin: 0;
  }
}

/* ==========================================================================
   Smooth Scroll & Scroll Reveal Styles (Lenis & GSAP)
   ========================================================================== */

/* Lenis smooth scrolling rules */
html.lenis,
html.lenis body {
  height: auto;
}

html.lenis,
.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis-stopped {
  overflow: hidden;
}

.lenis-scrolling iframe {
  pointer-events: none;
}

/* Progressive enhancement: hide elements only when GSAP/JS is active and ready to animate them */
.gsap-enabled .reveal-up {
  opacity: 0;
  transform: translateY(50px);
  will-change: transform, opacity;
}

.gsap-enabled .reveal-item {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}

@media (max-width: 1150px) {
  .cta {
    height: auto !important;
    width: 100% !important;
    min-height: clamp(520px, 72vw, 680px) !important;
    padding: clamp(72px, 9vw, 96px) 24px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    gap: 40px;
  }

  .cta > img {
    width: min(96vw, 920px) !important;
  }

  .cta-title {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    flex: none !important;
  }

  .cta-title h2 {
    font-size: 28px;
    max-width: 280px;
    margin: 0 auto;
  }

  .cta-title span {
    display: none;
  }

  .cta-actions {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }

  .cta-actions p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .cta-actions .pill {
    margin: 0 6px 8px;
    min-width: 110px;
    width: auto !important;
    padding: 0 16px;
  }
}

/* ==========================================================================
   Typography Standardization
   ========================================================================== */

.hero p,
.learn-copy > p:not(.eyebrow),
.program-overview p:not(.blue-kicker),
.demand-section p:not(.blue-kicker),
.practice-section > p,
.practice-section > div:last-child p,
.form-page > p,
.services-page > p {
  font-size: var(--type-lead);
  line-height: 1.6;
}

.why-card p,
.pixel-copy p,
.course-grid p,
.faq-item p,
.dark-accordion .accordion-panel p,
.dark-accordion .accordion-panel ul,
.road-list ul,
.tool-grid span,
.graduate-grid p,
.services-grid p {
  font-size: var(--type-body);
  line-height: 1.6;
}

.section-sub,
.services-grid span,
.kon-form label,
.kon-form legend,
.kon-form .check,
.kon-form fieldset label,
.error-msg {
  font-size: var(--type-ui);
  line-height: 1.45;
}

.kon-form input,
.kon-form textarea,
.kon-form select {
  font-size: 16px;
}

.demand-section h2,
.tools-section h2,
.roadmap-section h2,
.practice-section h2,
.graduate-section h2,
.services-page h1 {
  font-size: var(--type-section-title);
}

.form-page h1,
.connect-page h1 {
  font-size: var(--type-page-title);
}

.tool-grid strong,
.graduate-grid strong,
.services-grid h2 {
  font-size: var(--type-card-title);
  line-height: 1.35;
}

.about-hero p {
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hero p,
  .learn-copy > p:not(.eyebrow),
  .program-overview p:not(.blue-kicker),
  .demand-section p:not(.blue-kicker),
  .practice-section > p,
  .practice-section > div:last-child p,
  .form-page > p,
  .services-page > p {
    font-size: var(--type-body) !important;
    line-height: 1.6 !important;
  }

  .why-card p,
  .pixel-copy p,
  .course-grid p,
  .faq-item p,
  .dark-accordion .accordion-panel p,
  .dark-accordion .accordion-panel ul,
  .road-list ul,
  .tool-grid span,
  .graduate-grid p,
  .services-grid p {
    font-size: var(--type-body) !important;
    line-height: 1.55 !important;
  }

  .section-sub,
  .services-grid span,
  .kon-form label,
  .kon-form legend,
  .kon-form .check,
  .kon-form fieldset label,
  .error-msg {
    font-size: var(--type-ui) !important;
    line-height: 1.45 !important;
  }

  .about-hero p {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }
}

/* Custom Form Validation Styles */
.kon-form .has-error input,
.kon-form .has-error textarea,
.kon-form .has-error select {
  border-color: #ef4444 !important;
}

.kon-form label.has-error {
  color: #fca5a5 !important;
}

.error-msg {
  color: #ef4444;
  display: block;
  font-family: "DM Sans", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 4px;
  animation: formErrorFadeIn 0.25s ease-out;
}

@keyframes formErrorFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Sticky Apply Now Button */
.mobile-sticky-apply {
  display: none; /* Hide on desktop */
}

@media (max-width: 900px) {
  .mobile-sticky-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: 24px;
    height: 52px;
    background: #64e3ee;
    color: #000000;
    font-family: "DM Sans", "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 8px 32px rgba(100, 227, 238, 0.45);
    z-index: 9999; /* Ensure it floats above everything */
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
    transition:
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .mobile-sticky-apply:active {
    transform: scale(0.97);
    background: #80e3e8;
    box-shadow: 0 4px 16px rgba(100, 227, 238, 0.3);
  }

  .mobile-sticky-apply.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 92px, 0);
  }
}
