.cp-x-home {
  --cp-x-ink: #11162d;
  --cp-x-muted: #5d6683;
  --cp-x-soft: #eef0ff;
  --cp-x-paper: #fdfdff;
  --cp-x-aqua: #b8f9ef;
  --cp-x-blue: #d9dcff;
  --cp-x-indigo: #5865f2;
  --cp-x-coral: #ff806b;
  overflow: clip;
  color: var(--cp-x-ink);
  background: var(--cp-x-paper);
  font-family: "Manrope", "Avenir Next", Arial, sans-serif;
}

.cp-x-home *,
.cp-x-home *::before,
.cp-x-home *::after {
  box-sizing: border-box;
}

.cp-x-home h1,
.cp-x-home h2,
.cp-x-home h3,
.cp-x-home p {
  margin-top: 0;
}

.cp-x-home p {
  color: var(--cp-x-muted);
  font-size: 16px;
  line-height: 1.55;
}

.cp-x-hero {
  position: relative;
  display: flex;
  min-height: max(760px, calc(100svh - 76px));
  overflow: hidden;
  background: #fff;
}

.cp-x-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 86px;
  padding-bottom: 150px;
  text-align: center;
}

.cp-x-kicker,
.cp-x-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #394264;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-x-kicker {
  justify-content: center;
  margin-bottom: 26px;
}

.cp-x-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cp-x-coral);
  box-shadow: 0 0 0 5px rgba(255, 128, 107, 0.16);
}

.cp-x-display {
  max-width: 1060px;
  margin-bottom: 26px;
  color: var(--cp-x-ink);
  font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif;
  font-size: clamp(52px, 7vw, 108px);
  font-weight: 700;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.cp-x-display-line {
  display: block;
  overflow: hidden;
  padding: 0.02em 0.12em 0.08em;
}

.cp-x-display-line > span {
  display: block;
  transform: translate3d(0, 120%, 0);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cp-motion-ready .cp-x-display-line:nth-child(2) > span {
  transition-delay: 110ms;
}

.cp-motion-ready .cp-x-display-line:nth-child(3) > span {
  transition-delay: 220ms;
}

.cp-x-home.cp-x-loaded .cp-x-display-line > span,
.cp-reduce-motion .cp-x-display-line > span {
  transform: translate3d(0, 0, 0);
}

.cp-x-hero-copy {
  max-width: 700px;
  margin-bottom: 0;
  color: #46545a !important;
  font-size: clamp(16px, 1.7vw, 19px) !important;
}

.cp-x-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.cp-x-btn,
.cp-x-text-link,
.cp-x-card-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
  text-decoration: none;
}

.cp-x-btn {
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.cp-x-btn:hover,
.cp-x-btn:focus-visible {
  transform: translateY(-4px);
}

.cp-x-btn-dark {
  background: #171c3d;
  color: #fff;
}

.cp-x-btn-dark:hover,
.cp-x-btn-dark:focus-visible {
  background: var(--cp-x-indigo);
  color: #fff;
}

.cp-x-btn-light {
  background: #fff;
  color: #172124;
}

.cp-x-text-link {
  color: #252d55;
}

.cp-x-text-link:hover,
.cp-x-card-link:hover {
  color: var(--cp-x-indigo);
}

.cp-x-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.75;
  pointer-events: none;
}

.cp-x-hero-orb-a {
  top: 10%;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, var(--cp-x-aqua), transparent 70%);
  animation: cpXFloatA 9s ease-in-out infinite;
}

.cp-x-hero-orb-b {
  right: -90px;
  bottom: 4%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, var(--cp-x-blue), transparent 70%);
  animation: cpXFloatB 11s ease-in-out infinite;
}

.cp-x-hero-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(18, 26, 29, 0.12);
  color: #273438;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-x-scroll-mark {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cp-x-scroll-mark span {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #11191b;
  color: #fff;
  line-height: 1;
  place-items: center;
  animation: cpXPulse 1800ms ease-in-out infinite;
}

.cp-x-marquee {
  overflow: hidden;
  border-top: 1px solid #252c59;
  border-bottom: 1px solid #252c59;
  background: #151a38;
  color: #fff;
}

.cp-x-marquee-track {
  display: flex;
  width: max-content;
  animation: cpXMarquee 28s linear infinite;
}

.cp-x-marquee span {
  display: block;
  padding: 18px 32px;
  color: #ddfff9;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.cp-x-section {
  position: relative;
  padding: clamp(82px, 9vw, 144px) 0;
}

.cp-x-section-label {
  margin-bottom: clamp(26px, 4vw, 52px);
}

.cp-x-section-title,
.cp-x-editorial-title,
.cp-x-closing h2 {
  color: var(--cp-x-ink);
  font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif;
  font-size: clamp(36px, 4.7vw, 68px);
  font-weight: 700;
  letter-spacing: -0.058em;
  line-height: 1.06;
}

.cp-x-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.68fr);
  gap: clamp(34px, 7vw, 116px);
  align-items: start;
}

.cp-x-editorial-title {
  margin-bottom: 0;
}

.cp-x-editorial-copy p {
  margin-bottom: 20px;
}

.cp-x-editorial-copy .cp-x-btn {
  margin-top: 12px;
}

.cp-x-intro-media {
  position: relative;
  height: clamp(420px, 52vw, 710px);
  margin-top: clamp(58px, 8vw, 108px);
  overflow: hidden;
  border-radius: 28px;
  background: #dfe3ff;
}

.cp-x-intro-media img,
.cp-x-card-image img {
  --cp-parallax-y: 0px;
  width: 100%;
  height: calc(100% + 70px);
  object-fit: cover;
  transform: translate3d(0, calc(var(--cp-parallax-y) - 35px), 0) scale(1.045);
  will-change: transform;
}

.cp-x-student-rotator .cp-x-student-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: cpXStudentFade 18s ease-in-out infinite;
  animation-delay: var(--cp-student-delay, 0s);
}

.cp-x-media-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: min(330px, calc(100% - 44px));
  gap: 8px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  opacity: 0;
  animation: cpXStudentFade 18s ease-in-out infinite;
  animation-delay: var(--cp-student-delay, 0s);
}

.cp-x-media-note span,
.cp-x-card-topline,
.cp-x-card-tag {
  color: #526169;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cp-x-media-note strong {
  color: #152023;
  font-size: 21px;
}

.cp-x-media-note small {
  color: #65757b;
  font-weight: 700;
}

.cp-x-pathways,
.cp-x-faq {
  background: var(--cp-x-soft);
}

.cp-x-method {
  background: #fbfbff;
}

.cp-x-method-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 72px);
}

.cp-x-method-heading .cp-x-section-title,
.cp-x-method-heading p {
  margin-bottom: 0;
}

.cp-x-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cp-x-method-card {
  --cp-rise-opacity: 0;
  --cp-rise-y: 110px;
  min-height: 268px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(88, 101, 242, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(75, 85, 160, 0.08);
}

.cp-motion-ready .cp-x-method-card {
  opacity: var(--cp-rise-opacity);
  transform: translate3d(0, var(--cp-rise-y), 0);
  will-change: opacity, transform;
}

.cp-x-method-card span {
  display: inline-block;
  margin-bottom: 54px;
  color: #718087;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cp-x-method-card h3 {
  margin-bottom: 11px;
  color: #1c234d;
  font-size: clamp(24px, 2.5vw, 34px);
  font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif;
  letter-spacing: -0.045em;
}

.cp-x-method-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.cp-x-pathways .cp-x-section-title {
  max-width: 980px;
  margin-bottom: clamp(48px, 7vw, 86px);
}

.cp-x-stack {
  display: grid;
  gap: 28px;
}

.cp-x-course-card {
  --cp-card-opacity: 0;
  --cp-rise-y: 145px;
  position: sticky;
  top: calc(92px + (var(--cp-stack-index) * 18px));
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(88, 101, 242, 0.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(65, 76, 153, 0.15);
  transform-origin: center top;
}

.cp-motion-ready .cp-x-course-card {
  opacity: var(--cp-card-opacity);
  transform: translate3d(0, calc(var(--cp-card-y, 0px) + var(--cp-rise-y)), 0) scale(var(--cp-card-scale, 1));
  will-change: transform;
}

.cp-x-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 4vw, 50px);
}

.cp-x-card-topline,
.cp-x-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cp-x-card-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e5e7ff;
  color: #4854d7;
}

.cp-x-card-copy h3 {
  margin-bottom: 14px;
  color: var(--cp-x-ink);
  font-size: clamp(32px, 3.8vw, 58px);
  font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.cp-x-card-copy p {
  max-width: 550px;
  margin-bottom: 0;
}

.cp-x-card-footer {
  align-items: end;
}

.cp-x-card-footer strong {
  max-width: 190px;
  color: #162124;
  font-size: 26px;
  letter-spacing: -0.06em;
}

.cp-x-card-link {
  color: #172124;
  font-size: 14px;
  text-align: right;
}

.cp-x-card-image {
  min-height: 100%;
  overflow: hidden;
  background: #cfdee2;
}

.cp-x-card-image img {
  height: calc(100% + 80px);
  min-height: 650px;
}

.cp-x-free {
  overflow: hidden;
  background: #151a38;
}

.cp-x-free-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
}

.cp-x-free .cp-x-section-label,
.cp-x-free .cp-x-section-title,
.cp-x-free p {
  color: #fff;
}

.cp-x-free .cp-x-dot {
  background: var(--cp-x-coral);
  box-shadow: 0 0 0 5px rgba(255, 128, 107, 0.16);
}

.cp-x-free-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.cp-x-mini-list {
  display: grid;
  gap: 0;
  margin: 28px 0;
}

.cp-x-mini-list span {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #dbe9eb;
  font-weight: 800;
}

.cp-x-mini-list span:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.cp-x-process .cp-x-section-title {
  max-width: 880px;
  margin-bottom: 42px;
}

.cp-x-process-list {
  border-top: 1px solid rgba(17, 25, 27, 0.18);
}

.cp-x-process-list article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(210px, 0.8fr) minmax(240px, 1.1fr) 32px;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: 24px 0;
  border-bottom: 1px solid rgba(17, 25, 27, 0.18);
}

.cp-x-process-list article::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #e4e7ff;
  content: "";
  transform: translateX(-101%);
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cp-x-process-list article:hover::before {
  transform: translateX(0);
}

.cp-x-process-list span,
.cp-x-process-list b {
  color: #536269;
  font-size: 14px;
}

.cp-x-process-list h3 {
  margin: 0;
  color: #1c234d;
  font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: -0.05em;
}

.cp-x-process-list p {
  margin: 0;
  font-size: 15px;
}

.cp-x-process-list b {
  font-size: 22px;
  text-align: right;
}

.cp-x-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
  gap: clamp(36px, 7vw, 112px);
}

.cp-x-faq-grid .cp-x-section-title {
  font-size: clamp(34px, 4.3vw, 60px);
}

.cp-x-faq-list {
  border-top: 1px solid rgba(17, 25, 27, 0.18);
}

.cp-x-faq-list details {
  border-bottom: 1px solid rgba(17, 25, 27, 0.18);
}

.cp-x-faq-list summary {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  padding: 22px 0;
  color: #172124;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.cp-x-faq-list summary::-webkit-details-marker {
  display: none;
}

.cp-x-faq-list summary span {
  color: #718087;
  font-size: 13px;
}

.cp-x-faq-list p {
  margin: -4px 0 0;
  padding: 0 0 24px 64px;
  font-size: 15px;
}

.cp-x-contact {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  color: #35464c;
  font-weight: 900;
}

.cp-x-contact a {
  color: #087e8b;
}

.cp-x-confidence {
  background: #fbfbff;
}

.cp-x-confidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
}

.cp-x-confidence-copy p:last-child {
  margin-bottom: 0;
}

.cp-x-closing {
  padding: clamp(88px, 12vw, 180px) 0;
  background: linear-gradient(135deg, #c9fbf1 0%, #d9dcff 58%, #ffe5df 100%);
}

.cp-x-closing h2 {
  max-width: 1060px;
  margin-bottom: 34px;
}

.cp-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  height: 3px;
  background: linear-gradient(90deg, #5865f2, #42d9c9, #ff806b);
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
}

.cp-motion-ready .cp-site-header {
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.cp-motion-ready .cp-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 38px rgba(15, 23, 42, 0.07);
}

.cp-reveal-ready [data-cp-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 850ms ease, transform 1050ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cp-reveal-ready [data-cp-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cp-motion-ready .cp-x-rise-card {
  opacity: var(--cp-rise-opacity, 0);
  transform: translate3d(0, var(--cp-rise-y, 110px), 0);
  will-change: opacity, transform;
}

.cp-x-typewriter-ready .cp-x-type-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0.34em, 0);
  transition:
    opacity 520ms ease calc(var(--cp-type-start, 0ms) + (var(--cp-type-index) * var(--cp-type-speed, 46ms))),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--cp-type-start, 0ms) + (var(--cp-type-index) * var(--cp-type-speed, 46ms)));
}

.cp-x-typewriter-ready.is-typed .cp-x-type-char,
.cp-reduce-motion .cp-x-type-char {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cp-x-type-word {
  display: inline-block;
  white-space: nowrap;
}

.cp-navigation a:focus-visible,
.cp-mobile-toggle:focus-visible,
.cp-btn:focus-visible,
.cp-x-home a:focus-visible,
.cp-x-home summary:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 4px;
}

@keyframes cpXMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes cpXFloatA {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(40px, 24px, 0); }
}

@keyframes cpXFloatB {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-46px, -30px, 0); }
}

@keyframes cpXPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@keyframes cpXStudentFade {
  0% { opacity: 0; }
  8%, 30% { opacity: 1; }
  38%, 100% { opacity: 0; }
}

@media (max-width: 940px) {
  .cp-x-editorial-grid,
  .cp-x-method-heading,
  .cp-x-free-grid,
  .cp-x-faq-grid,
  .cp-x-confidence-grid {
    grid-template-columns: 1fr;
  }

  .cp-x-course-card {
    grid-template-columns: 1fr;
  }

  .cp-x-card-image {
    min-height: 340px;
  }

  .cp-x-card-image img {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .cp-x-hero {
    min-height: max(690px, calc(100svh - 68px));
  }

  .cp-x-hero-inner {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .cp-x-kicker,
  .cp-x-section-label {
    font-size: 10px;
  }

  .cp-x-display {
    font-size: clamp(48px, 14.5vw, 68px);
  }

  .cp-x-hero-copy {
    font-size: 16px !important;
  }

  .cp-x-actions {
    display: grid;
    justify-items: center;
    gap: 16px;
  }

  .cp-x-hero-bottom strong {
    display: none;
  }

  .cp-x-marquee span {
    padding: 14px 22px;
    font-size: 15px;
  }

  .cp-x-section {
    padding: 76px 0;
  }

  .cp-x-section-title,
  .cp-x-editorial-title,
  .cp-x-closing h2 {
    font-size: clamp(34px, 10vw, 50px);
  }

  .cp-x-home p {
    font-size: 16px;
  }

  .cp-x-intro-media {
    height: 520px;
    margin-top: 48px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(54, 72, 80, 0.1);
  }

  .cp-x-student-rotator .cp-x-student-slide {
    inset: 0 0 auto;
    height: 396px;
    transform: none;
  }

  .cp-x-media-note {
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 124px;
    gap: 5px;
    padding: 16px 18px;
    border-radius: 0;
    background: #fff;
    backdrop-filter: none;
  }

  .cp-x-media-note strong {
    font-size: 18px;
  }

  .cp-x-media-note small {
    font-size: 13px;
  }

  .cp-x-pathways .cp-x-section-title {
    margin-bottom: 38px;
  }

  .cp-x-method-grid {
    grid-template-columns: 1fr;
  }

  .cp-x-method-card {
    min-height: 230px;
  }

  .cp-x-method-card span {
    margin-bottom: 38px;
  }

  .cp-x-stack {
    gap: 20px;
  }

  .cp-x-course-card {
    position: relative;
    top: auto;
    min-height: auto;
    border-radius: 22px;
    box-shadow: 0 16px 44px rgba(54, 72, 80, 0.1);
  }

  .cp-x-card-copy {
    padding: 22px;
  }

  .cp-x-card-copy h3 {
    font-size: 36px;
  }

  .cp-x-card-footer strong {
    font-size: 21px;
  }

  .cp-x-card-image {
    min-height: 290px;
  }

  .cp-x-card-image img {
    min-height: 360px;
  }

  .cp-x-process-list article {
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    gap: 10px;
  }

  .cp-x-process-list article p {
    display: none;
  }

  .cp-x-process-list h3 {
    font-size: 22px;
  }

  .cp-x-faq-list summary {
    grid-template-columns: 34px 1fr;
  }

  .cp-x-faq-list p {
    padding-left: 48px;
  }
}

.cp-reduce-motion *,
.cp-reduce-motion *::before,
.cp-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

.cp-reduce-motion .cp-x-student-slide,
.cp-reduce-motion .cp-x-media-note {
  opacity: 0;
}

.cp-reduce-motion .cp-x-student-slide:first-child,
.cp-reduce-motion .cp-x-media-note:nth-of-type(1) {
  opacity: 1;
}
