:root {
  --ink: #0b0b31;
  --paper: #f4f4fa;
  --primary: #151258;
  --secondary: #28259b;
  --accent: #4e00ff;
  --accent-light: #ffab18;
  --accent-soft: #efe8ff;
  --line: rgba(21, 18, 88, 0.18);
  --type-display: clamp(54px, 7.3vw, 96px);
  --type-h2: 56px;
  --type-h2-line: 1.1;
  --type-h3: 24px;
  --type-lead: 17px;
  --type-body: 15px;
  --type-nav: 14px;
  --type-meta: 11px;
  --type-micro: 10px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: var(--type-body);
  line-height: 1.6;
  word-break: keep-all;
}

h2 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.scroll-sentinel {
  position: absolute;
  top: 16px;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-inline: max(24px, calc((100vw - 1200px) / 2));
  background: #191e24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #f7f8f7;
  backdrop-filter: blur(18px);
  transition:
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.site-header.is-scrolled {
  background: #191e24;
  box-shadow: 0 10px 35px rgba(11, 11, 49, 0.28);
}

.brand {
  display: block;
  width: fit-content;
}

.brand img {
  display: block;
  width: clamp(220px, 25vw, 400px);
  height: auto;
}

nav {
  display: flex;
  gap: 36px;
}

nav a {
  font-size: var(--type-nav);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  padding: 154px 7vw 72px;
  background: var(--ink) url("../assets/hero-background-hd.webp") center / cover
    no-repeat;
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(11, 11, 49, 0.42) 0%,
      rgba(21, 18, 88, 0.2) 48%,
      rgba(40, 37, 155, 0.04) 100%
    ),
    linear-gradient(
      0deg,
      rgba(11, 11, 49, 0.18) 0%,
      transparent 42%,
      rgba(21, 18, 88, 0.04) 100%
    );
}

.hero-grid {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(170, 168, 255, 0.28);
  border-radius: 50%;
  filter: blur(0.4px);
}

.orbit-one {
  width: 76vw;
  height: 30vw;
  right: -15vw;
  top: 5vh;
  transform: rotate(-28deg);
  box-shadow:
    0 0 80px rgba(11, 11, 49, 0.5),
    inset 0 0 100px rgba(0, 0, 0, 0.3);
}

.orbit-two {
  width: 90vw;
  height: 28vw;
  left: -40vw;
  bottom: -5vw;
  transform: rotate(18deg);
  background: rgba(21, 18, 88, 0.18);
  box-shadow: 0 0 100px rgba(11, 11, 49, 0.4);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 30px;
  font-size: var(--type-meta);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hero h1 {
  margin: 0;
  font-size: var(--type-display);
  line-height: 1.15;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}

.hero h1 span {
  color: #fff;
  font-weight: 900;
}

.hero-copy {
  margin: 34px 0 22px;
  font-size: var(--type-lead);
  line-height: 1.65;
  font-weight: 650;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
}

.hero-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 166px;
  min-height: 50px;
  margin: 0 auto 46px;
  padding: 10px 26px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 20px rgba(11, 11, 49, 0.18);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 240ms ease,
    border-color 240ms ease,
    color 240ms ease,
    box-shadow 320ms ease;
}

.hero-apply:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.course-facts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  color: white;
}

.course-facts > div {
  grid-column: span 2;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 23px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 42px rgba(5, 5, 28, 0.18);
}

.course-facts > div:nth-child(n + 4) {
  grid-column: span 3;
  min-height: 90px;
}

.course-facts small {
  display: block;
  margin-bottom: 13px;
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 800;
}

.course-facts strong {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.course-cost-label,
.course-cost-price {
  display: flex;
  align-items: center;
}

.course-cost-label {
  gap: 8px;
}

.course-cost-label small {
  margin-bottom: 0;
}

.course-support-badge {
  padding: 4px 8px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
}

.course-cost-price {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.course-cost-price .old-price {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 750;
}

.course-cost-price .price-arrow {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.course-cost-price strong {
  font-size: 20px;
  font-weight: 800;
}

.course-grant {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.course-grant strong {
  display: inline;
  color: var(--accent-light);
  font-size: inherit;
  font-weight: 800;
}

.tuition-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.old-price {
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  text-decoration: line-through;
}

.price-arrow {
  color: var(--accent-light);
  font-size: 24px;
}

.tuition-card strong {
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: -0.03em;
}

.tuition-note {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.section-pad {
  padding-block: 130px;
  padding-inline: max(24px, calc((100vw - 1200px) / 2));
}

.section-label {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.section-label span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: var(--type-micro);
}

.section-label p {
  margin: 0;
  font-size: var(--type-meta);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.intro {
  background: #eeeef8;
}

.intro.section-pad {
  padding-top: 72px;
  padding-bottom: 84px;
}

.intro-heading {
  margin: 0 auto 96px;
  text-align: center;
}

.intro-heading h2 {
  margin: 0;
  color: var(--primary);
  font-size: var(--type-h2);
  line-height: var(--type-h2-line);
  letter-spacing: 0;
}

.intro-heading h2 span {
  color: var(--secondary);
}

.intro-heading > p {
  margin: 22px 0 0;
  color: #535174;
  font-size: var(--type-lead);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.035em;
}

.value-list {
  width: min(1090px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
}

.value-list article {
  min-height: 394px;
  padding: 28px 30px 32px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.value-list img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 6px;
  object-fit: cover;
  transform-origin: 50% 54%;
  backface-visibility: hidden;
  transition:
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 520ms ease;
  will-change: transform, filter;
}

.value-list h3 {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: var(--type-h3);
  line-height: 1.35;
  letter-spacing: -0.055em;
}

.value-list p {
  margin: 0;
  color: #535174;
  font-size: var(--type-body);
  line-height: 1.65;
  letter-spacing: -0.025em;
}

.space-marquee {
  --space-marquee-gap: 16px;
  width: 100vw;
  margin-top: 72px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}

.space-marquee-track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  animation: space-marquee-slide 42s linear infinite;
  will-change: transform;
}

.space-marquee-set {
  display: flex;
  gap: var(--space-marquee-gap);
  padding-right: var(--space-marquee-gap);
}

.space-marquee figure {
  flex: 0 0 clamp(420px, 46vw, 660px);
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 18, 88, 0.14);
  border-radius: 10px;
  background: #fff;
}

.space-marquee img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

@keyframes space-marquee-slide {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.editorial {
  background: var(--ink);
  color: white;
}

.editorial-inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 660px;
  margin: 0 auto;
}

.editorial-main {
  min-height: 660px;
  display: flex;
  flex-direction: column;
  padding: 88px 0 60px;
}

.eyebrow.dark {
  color: var(--accent-light);
}

.editorial h2 {
  margin: 18px 0 30px;
  font-size: var(--type-h2);
  line-height: var(--type-h2-line);
  letter-spacing: 0;
}

.editorial-main > p:not(.eyebrow) {
  width: 100%;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: var(--type-body);
  line-height: 1.7;
  text-align: center;
}

.editorial-main > .eyebrow,
.editorial-main > h2 {
  width: 100%;
  text-align: center;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.process-line::after {
  content: "";
  position: absolute;
  height: 2px;
  inset: -1px 0 auto;
  background: linear-gradient(90deg, var(--accent-light), var(--accent));
  box-shadow: 0 0 16px rgba(170, 168, 255, 0.38);
  transform-origin: left center;
  z-index: 0;
}

.process-line div {
  position: relative;
  padding-top: 20px;
  z-index: 1;
}

.process-line div::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: -4px;
  border-radius: 50%;
  background: var(--accent);
}

.has-process-motion .process-line::after {
  transform: scaleX(0);
}

.has-process-motion .process-line > div {
  opacity: 0.28;
  transform: translateY(7px);
}

.has-process-motion .process-line > div::before {
  background: rgba(170, 168, 255, 0.28);
  transform: scale(0.78);
}

.has-process-motion .process-line.is-active::after {
  animation: process-line-fill 2.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.has-process-motion .process-line.is-active > div {
  animation: process-step-reveal 560ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.has-process-motion .process-line.is-active > div::before {
  animation: process-node-activate 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.has-process-motion .process-line.is-active > div:nth-child(1),
.has-process-motion .process-line.is-active > div:nth-child(1)::before {
  animation-delay: 120ms;
}

.has-process-motion .process-line.is-active > div:nth-child(2),
.has-process-motion .process-line.is-active > div:nth-child(2)::before {
  animation-delay: 620ms;
}

.has-process-motion .process-line.is-active > div:nth-child(3),
.has-process-motion .process-line.is-active > div:nth-child(3)::before {
  animation-delay: 1120ms;
}

.has-process-motion .process-line.is-active > div:nth-child(4),
.has-process-motion .process-line.is-active > div:nth-child(4)::before {
  animation-delay: 1620ms;
}

.has-process-motion .process-line.is-active > div:nth-child(5),
.has-process-motion .process-line.is-active > div:nth-child(5)::before {
  animation-delay: 2120ms;
}

@keyframes process-line-fill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes process-step-reveal {
  0% {
    opacity: 0.28;
    transform: translateY(7px);
  }

  65% {
    opacity: 1;
    transform: translateY(-2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes process-node-activate {
  0% {
    background: rgba(170, 168, 255, 0.28);
    box-shadow: 0 0 0 rgba(170, 168, 255, 0);
    transform: scale(0.78);
  }

  55% {
    background: var(--accent-light);
    box-shadow: 0 0 0 8px rgba(170, 168, 255, 0.12);
    transform: scale(1.65);
  }

  100% {
    background: var(--accent);
    box-shadow: 0 0 14px rgba(170, 168, 255, 0.5);
    transform: scale(1);
  }
}

.process-line span {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.process-line strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.curriculum {
  background: var(--primary);
  color: white;
}

.section-label.light {
  border-color: rgba(255, 255, 255, 0.16);
}

.curriculum > .section-label {
  justify-content: center;
}

.section-title-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  margin: 82px 0 78px;
  text-align: center;
}

.section-title-row h2 {
  margin: 0;
  font-size: var(--type-h2);
  line-height: var(--type-h2-line);
  letter-spacing: 0;
}

.section-title-row p {
  width: min(560px, 100%);
  margin: 0;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.53);
  font-size: var(--type-body);
  line-height: 1.7;
}

.curriculum-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.curriculum-list details {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.curriculum-list summary {
  min-height: 112px;
  display: grid;
  grid-template-columns: 90px 1fr 44px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.curriculum-list summary::-webkit-details-marker {
  display: none;
}

.curriculum-no {
  color: var(--accent-light);
  font-size: var(--type-meta);
  font-weight: 700;
}

.curriculum-list h3 {
  margin: 0;
  font-size: var(--type-h3);
  letter-spacing: -0.045em;
}

.summary-plus {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  font-size: 21px;
  transition:
    transform 0.25s,
    background 0.25s,
    color 0.25s;
}

details[open] .summary-plus {
  transform: rotate(45deg);
  background: var(--accent);
  color: white;
}

.curriculum-detail {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 44px 35px 90px;
  color: rgba(255, 255, 255, 0.63);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 300ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.curriculum-list details.is-opening .curriculum-detail,
.curriculum-list details.is-closing .curriculum-detail {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.curriculum-detail ul {
  max-width: 860px;
  margin: 0;
  padding-left: 18px;
  line-height: 1.75;
}

.curriculum-detail li {
  padding-left: 4px;
}

.curriculum-detail li + li {
  margin-top: 8px;
}

.curriculum-detail li::marker {
  color: var(--accent-light);
}

.benefit-heading {
  max-width: 850px;
  margin: 92px auto 64px;
  text-align: center;
}

.benefits > .section-label {
  justify-content: center;
}

.benefit-heading > p {
  margin: 0 0 18px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 700;
}

.benefit-heading h2 {
  margin: 0;
  font-size: var(--type-h2);
  line-height: var(--type-h2-line);
  letter-spacing: 0;
}

.benefit-heading .benefit-lede {
  max-width: 660px;
  margin: 26px auto 0;
  color: #535174;
  font-size: var(--type-lead);
  font-weight: 400;
  line-height: 1.75;
}

.benefit-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.benefit-media figure {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 360ms ease,
    box-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.benefit-media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition:
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms ease;
}

.benefit-media-main,
.benefit-media-wide {
  grid-column: auto;
}

.benefit-media figcaption {
  display: flex;
  flex-direction: column;
  padding: 24px 26px 27px;
}

.benefit-media figcaption span {
  display: block;
  margin-bottom: 11px;
  color: var(--accent);
  font-size: var(--type-meta);
  font-weight: 700;
}

.benefit-media figcaption strong {
  display: block;
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.42;
  letter-spacing: -0.045em;
  transition: color 320ms ease;
}

.benefit-media figcaption p {
  max-width: 660px;
  margin: 13px 0 0;
  color: #535174;
  font-size: var(--type-body);
  line-height: 1.7;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 54px;
}

.benefit-grid article {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  transition:
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    background-color 320ms ease,
    box-shadow 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.benefit-grid article:nth-child(1),
.benefit-grid article:nth-child(2),
.benefit-grid article:nth-child(3) {
  grid-column: span 4;
}

.benefit-grid article:nth-child(4) {
  grid-column: span 6;
}

.benefit-grid article:nth-child(5) {
  grid-column: span 6;
}

.benefit-grid article > span {
  color: #605f9d;
  font-size: var(--type-meta);
  transition:
    color 320ms ease,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.benefit-grid h3 {
  margin: 0 0 15px;
  font-size: var(--type-h3);
  letter-spacing: -0.05em;
}

.benefit-grid p {
  margin: 0;
  color: #535174;
  font-size: var(--type-body);
  line-height: 1.7;
}

.benefit-grid ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #33315f;
  font-size: 14px;
  line-height: 1.55;
}

.benefit-grid li {
  padding-top: 10px;
}

.benefit-grid li + li {
  margin-top: 10px;
  border-top: 1px solid rgba(21, 18, 88, 0.1);
}

.fine-print {
  margin: 24px 0 0;
  color: #73739a;
  font-size: var(--type-meta);
}

footer {
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-block: 54px;
  padding-inline: max(24px, calc((100vw - 1200px) / 2));
  background: #191e24;
  color: rgba(255, 255, 255, 0.56);
  font-size: var(--type-meta);
  line-height: 1.7;
  text-align: center;
}

.footer-partners {
  display: block;
  width: min(600px, 100%);
}

.footer-partners img {
  display: block;
  width: 100%;
  height: auto;
}

footer p {
  margin: 0;
}

.floating-cta {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 50px;
  width: min(800px, calc(100% - 28px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 11px 18px 11px 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 18px 48px rgba(21, 18, 88, 0.28);
  transform: translateX(-50%);
}

.floating-cta-copy {
  min-width: 0;
}

.floating-cta-copy span {
  display: block;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.floating-cta-copy a {
  display: block;
  margin-top: 1px;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.floating-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.floating-cta-actions a {
  min-width: 154px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 750;
  white-space: nowrap;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 220ms ease,
    box-shadow 280ms ease;
}

.floating-cta-consult {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.floating-cta-apply {
  background: #fff;
  color: var(--primary);
}

.floating-cta-actions a:focus-visible,
.floating-cta-copy a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (hover: hover) {
  .floating-cta-actions a:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 10px 24px rgba(11, 11, 49, 0.24);
  }

  .floating-cta-consult:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  .floating-cta-apply:hover {
    background: var(--accent-soft);
  }

  .hero-apply:hover {
    transform: translate3d(0, -4px, 0);
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
    box-shadow: 0 16px 34px rgba(78, 0, 255, 0.32);
  }

  nav a:hover {
    color: var(--accent-light);
  }

  .curriculum-list summary:hover h3 {
    color: var(--accent-light);
  }

  .value-list article:hover img {
    transform: translate3d(0, -7px, 0) rotate(0.35deg) scale(1.025);
    filter: drop-shadow(0 14px 18px rgba(75, 72, 208, 0.2)) brightness(1.045);
  }

  .space-marquee:hover .space-marquee-track {
    animation-play-state: paused;
  }

  .space-marquee figure:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.025);
  }

  .benefit-media figure:hover {
    transform: translate3d(0, -6px, 0);
    border-color: rgba(75, 72, 208, 0.38);
    box-shadow: 0 22px 48px rgba(21, 18, 88, 0.14);
  }

  .benefit-media figure:hover img {
    transform: scale(1.035);
    filter: saturate(1.06) contrast(1.025);
  }

  .benefit-media figure:hover figcaption strong {
    color: var(--secondary);
  }

  .benefit-grid article:hover {
    transform: translate3d(0, -6px, 0);
    border-color: rgba(75, 72, 208, 0.34);
    background: #fff;
    box-shadow: 0 20px 42px rgba(21, 18, 88, 0.11);
  }

  .benefit-grid article:hover > span {
    color: var(--accent);
    transform: translate3d(4px, 0, 0);
  }
}

@media (max-width: 900px) {
  :root {
    --type-h2: 48px;
    --type-h3: 23px;
    --type-lead: 16px;
  }

  .site-header {
    padding: 0 20px;
  }

  nav {
    display: none;
  }

  .hero {
    padding: 130px 20px 70px;
  }

  .hero-media {
    display: none;
  }

  .hero h1 {
    font-size: clamp(48px, 13vw, 78px);
  }

  .course-facts {
    grid-template-columns: 1fr;
  }

  .course-facts > div,
  .course-facts > div:nth-child(n + 4) {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .section-pad {
    padding: 96px 22px;
  }

  .intro-heading {
    margin: 0 auto 64px;
  }

  .value-list {
    grid-template-columns: 1fr;
    width: min(480px, 100%);
  }

  .space-marquee {
    margin-top: 54px;
  }

  .space-marquee figure {
    flex-basis: clamp(310px, 86vw, 520px);
  }

  .value-list article {
    min-height: 0;
    padding: 24px 26px 30px;
  }

  .value-list h3 {
    margin: 0 0 12px;
  }

  .editorial-inner {
    width: calc(100% - 44px);
  }

  .editorial-main {
    min-height: 600px;
    padding: 72px 24px 44px;
  }

  .section-title-row {
    grid-template-columns: 1fr;
    margin: 66px 0 48px;
  }

  .curriculum-list summary {
    grid-template-columns: 48px 1fr 40px;
    gap: 10px;
    min-height: 96px;
  }

  .curriculum-detail {
    grid-template-columns: 1fr;
    padding: 0 0 30px 58px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .benefit-grid article {
    min-height: 0;
    grid-column: auto !important;
  }

  .benefit-heading {
    margin: 70px 0 48px;
  }

  .benefit-media {
    grid-template-columns: 1fr;
  }

  .benefit-media img {
    aspect-ratio: 16 / 10;
  }

  footer {
    height: auto;
    min-height: 310px;
    justify-content: center;
    gap: 18px;
    padding: 48px 22px 100px;
  }

  .footer-partners {
    margin-inline: auto;
  }

  .floating-cta {
    bottom: 10px;
    width: calc(100% - 20px);
    min-height: 0;
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
    text-align: center;
  }

  .floating-cta-copy {
    display: grid;
    place-items: center;
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }

  .floating-cta-copy span {
    font-size: 12px;
  }

  .floating-cta-copy a {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .floating-cta-actions {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .floating-cta-actions a {
    width: min(100%, 160px);
    min-width: 0;
    min-height: 44px;
    padding: 9px 12px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  :root {
    --type-h2: 40px;
    --type-h3: 22px;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .hero-copy br {
    display: none;
  }

  .hero h1 {
    font-size: 15vw;
  }

  .course-facts strong {
    font-size: 13px;
  }

  .old-price {
    font-size: 14px;
  }

  .price-arrow {
    font-size: 22px;
  }

  .intro-heading > p br {
    display: none;
  }

  .process-line strong {
    font-size: 14px;
  }

  .benefit-media figcaption {
    padding: 21px 22px 24px;
  }

  .benefit-media img {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-media {
    display: none;
  }

  .value-list img,
  .value-list article:hover img,
  .space-marquee img,
  .space-marquee figure:hover img,
  .benefit-media figure,
  .benefit-media figure:hover,
  .benefit-media img,
  .benefit-media figure:hover img,
  .benefit-media figcaption strong,
  .curriculum-detail,
  .hero-apply,
  .floating-cta-actions a,
  .benefit-grid article,
  .benefit-grid article:hover,
  .benefit-grid article > span {
    animation: none;
    transition: none;
    transform: none;
    filter: none;
  }

  .space-marquee {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .space-marquee-track {
    animation: none;
    will-change: auto;
  }

  .space-marquee-set[aria-hidden="true"] {
    display: none;
  }
}
