:root {
  --premium-ink: #07091f;
  --premium-text: #30344f;
  --premium-muted: #697089;
  --premium-line: rgba(88, 93, 132, .14);
  --premium-card: rgba(255, 255, 255, .82);
  --premium-card-strong: rgba(255, 255, 255, .94);
  --premium-blue: #1f63ff;
  --premium-purple: #6f3dff;
  --premium-pink: #d71dff;
  --premium-yellow: #ffc533;
  --premium-cyan: #12c8d8;
  --premium-green: #2fca8b;
  --premium-radius-xl: 34px;
  --premium-radius-lg: 26px;
  --premium-radius-md: 18px;
  --premium-shadow-sm: 0 12px 30px rgba(17, 20, 54, .08);
  --premium-shadow-md: 0 24px 70px rgba(33, 33, 88, .12);
  --premium-shadow-color: 0 28px 80px rgba(96, 64, 255, .18);
  --premium-gradient: linear-gradient(135deg, #1b62ff 0%, #6c3dff 52%, #d91cff 100%);
  --premium-gradient-soft: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 248, 255, .74));
}

/* Reference-match hero controls: real icon assets, pill CTAs, and learner proof. */
body:has(.hero#home) .hero-feature-strip {
  width: min(628px, 100%) !important;
  gap: 10px !important;
}

body:has(.hero#home) .hero-feature-strip span {
  min-height: 44px !important;
  padding: 0 14px 0 12px !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: 0 12px 26px rgba(30, 35, 75, .07), inset 0 1px 0 rgba(255, 255, 255, .98) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body:has(.hero#home) .hero-feature-strip b {
  width: 24px !important;
  height: 24px !important;
  flex-basis: 24px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 24px !important;
  box-shadow: none !important;
}

body:has(.hero#home) .hero-feature-strip b::before {
  display: none !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(1) b {
  background-image: url("assets/img/icons/features_icon01.svg") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(2) b {
  background-image: url("assets/img/icons/features_icon02.svg") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(3) b {
  background-image: url("assets/img/icons/features_icon03.svg") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(4) b {
  background-image: url("assets/img/icons/features_icon04.svg") !important;
}

body:has(.hero#home) .hero-buttons {
  align-items: center !important;
  margin-top: 24px !important;
  gap: 22px !important;
}

body:has(.hero#home) .hero-buttons .btn {
  min-height: 62px !important;
  border-radius: 22px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body:has(.hero#home) .hero-buttons .btn.primary {
  min-width: 250px !important;
  background: linear-gradient(135deg, #245dff 0%, #8244ff 52%, #c91be9 100%) !important;
  box-shadow: 0 22px 48px rgba(89, 63, 239, .3), inset 0 1px 0 rgba(255, 255, 255, .22) !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span {
  width: 18px !important;
  height: 18px !important;
  margin-left: 10px !important;
}

body:has(.hero#home) .hero-buttons .btn.yellow {
  min-width: 194px !important;
  gap: 12px !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid rgba(85, 92, 132, .12) !important;
  color: #101329 !important;
  box-shadow: 0 18px 40px rgba(30, 35, 75, .08), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

body:has(.hero#home) .hero-buttons .play-icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #245dff, #803dff) !important;
  box-shadow: 0 10px 20px rgba(89, 63, 239, .22) !important;
}

body:has(.hero#home) .hero-buttons .play-icon::before {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 2px !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 8px solid #fff !important;
}

body:has(.hero#home) .hero-trust {
  width: 410px !important;
  margin-top: 30px !important;
  column-gap: 22px !important;
  align-items: center !important;
}

body:has(.hero#home) .hero-avatars img {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid #fff !important;
  box-shadow: 0 10px 22px rgba(28, 34, 76, .16) !important;
}

body:has(.hero#home) .hero-trust p {
  color: rgba(49, 56, 88, .78) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body:has(.hero#home) .hero-trust strong {
  color: #091026 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

body:has(.hero#home) .hero-trust span {
  position: relative !important;
  display: inline-block !important;
  width: fit-content !important;
  color: rgba(49, 56, 88, .72) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

body:has(.hero#home) .hero-trust span::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: -6px !important;
  bottom: -7px !important;
  height: 8px !important;
  background: linear-gradient(90deg, #7a48ff, #bb3dff) !important;
  border-radius: 999px !important;
  opacity: .72 !important;
  transform: rotate(-4deg) !important;
  clip-path: polygon(0 46%, 100% 0, 94% 45%, 0 100%) !important;
}

/* End-of-file hero control correction. Keep this after all legacy hero overrides. */
body:has(.hero#home) .hero-feature-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: min(585px, 100%) !important;
  height: 42px !important;
  gap: 10px !important;
}

body:has(.hero#home) .hero-feature-strip span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(93, 99, 134, .12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #111529 !important;
  box-shadow: 0 10px 24px rgba(31, 36, 72, .055), inset 0 1px 0 rgba(255, 255, 255, .98) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:has(.hero#home) .hero-feature-strip b {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body:has(.hero#home) .hero-feature-strip b::before,
body:has(.hero#home) .hero-feature-strip b::after {
  display: none !important;
  content: none !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(1) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 16.5c0-1.7 1.25-3 2.8-3s2.8 1.3 2.8 3v1.2h3.1c.7 0 1.1-.7.8-1.3L13.1 5.2c-.5-.9-1.8-.9-2.2 0L5.3 16.4c-.3.6.1 1.3.8 1.3h3.1v-1.2Z' fill='%235751E1'/%3E%3Cpath d='M12 13.5c1.4 0 2.55-1.15 2.55-2.55S13.4 8.4 12 8.4s-2.55 1.15-2.55 2.55S10.6 13.5 12 13.5Z' fill='%23A35BFF'/%3E%3Cpath d='M7.4 18.3h9.2' stroke='%2324C7C6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(2) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='7.2' width='11.5' height='11.5' rx='3' fill='%23835BFF'/%3E%3Crect x='9.4' y='4.2' width='9.8' height='9.8' rx='2.8' fill='%2324C7C6' fill-opacity='.8'/%3E%3Cpath d='m12.2 10.1-1.7 1.7 1.7 1.7M15.3 10.1l1.7 1.7-1.7 1.7' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(3) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 13.2v-1.4a5.6 5.6 0 0 1 11.2 0v1.4' stroke='%235751E1' stroke-width='2.3' stroke-linecap='round'/%3E%3Crect x='4.1' y='11.8' width='4.2' height='5.8' rx='2' fill='%23835BFF'/%3E%3Crect x='15.7' y='11.8' width='4.2' height='5.8' rx='2' fill='%23835BFF'/%3E%3Cpath d='M15.7 16.7c-.8 1.1-2 1.7-3.7 1.7' stroke='%2324C7C6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(4) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.8' y='5.2' width='14.4' height='13.6' rx='2.6' fill='%2324C7A8'/%3E%3Cpath d='M8 9.1h8M8 12h4.6' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='m13.9 14.8 1.1 1.1 2.1-2.4' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-buttons {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  margin-top: 24px !important;
}

body:has(.hero#home) .hero-buttons .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 34px !important;
  border-radius: 21px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body:has(.hero#home) .hero-buttons .btn.primary {
  min-width: 242px !important;
  color: #fff !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span {
  position: relative !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 11px !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span::before {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  top: 8px !important;
  width: 13px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #fff !important;
  transform: none !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span::after {
  content: "" !important;
  position: absolute !important;
  right: 1px !important;
  top: 5px !important;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  transform: rotate(45deg) !important;
}

body:has(.hero#home) .hero-buttons .btn.yellow {
  min-width: 188px !important;
  color: #111529 !important;
}

body:has(.hero#home) .hero-trust {
  display: grid !important;
  grid-template-columns: auto auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: max-content !important;
  margin-top: 28px !important;
  column-gap: 18px !important;
  row-gap: 2px !important;
  transform: none !important;
}

body:has(.hero#home) .hero-avatars {
  grid-row: 1 / 3 !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 0 !important;
}

body:has(.hero#home) .hero-avatars img {
  width: 34px !important;
  height: 34px !important;
  margin-left: -8px !important;
}

body:has(.hero#home) .hero-avatars img:first-child {
  margin-left: 0 !important;
}

body:has(.hero#home) .hero-trust p {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  width: max-content !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

body:has(.hero#home) .hero-trust strong {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-block !important;
  margin: 0 !important;
  width: max-content !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

body:has(.hero#home) .hero-trust span {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-block !important;
  width: max-content !important;
  margin: 26px 0 0 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

@media (max-width: 640px) {
  body:has(.hero#home) .hero-feature-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    height: auto !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-inline: auto !important;
  }
}

/* Final floating WhatsApp button: readable on the white premium background. */
.whatsapp-float {
  position: fixed !important;
  right: 24px !important;
  bottom: calc(24px + env(safe-area-inset-bottom)) !important;
  z-index: 120 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 156px !important;
  height: 62px !important;
  min-height: 62px !important;
  padding: 0 24px 0 18px !important;
  border: 1px solid rgba(37, 211, 102, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #0b7d45 !important;
  box-shadow: 0 18px 42px rgba(20, 107, 78, .13), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.whatsapp-float::after {
  display: none !important;
  content: none !important;
}

.whatsapp-float img {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 14px rgba(37, 211, 102, .2)) !important;
}

.whatsapp-float span {
  display: inline-block !important;
  color: inherit !important;
  opacity: 1 !important;
  white-space: nowrap !important;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(37, 211, 102, .42) !important;
  box-shadow: 0 22px 52px rgba(20, 107, 78, .16), 0 0 0 4px rgba(37, 211, 102, .08) !important;
}

@media (max-width: 640px) {
  body:has(.hero#home) .whatsapp-float,
  .whatsapp-float {
    left: auto !important;
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    min-width: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
  }

  body:has(.hero#home) .whatsapp-float img,
  .whatsapp-float img {
    width: 28px !important;
    height: 28px !important;
  }

  body:has(.hero#home) .whatsapp-float span,
  .whatsapp-float span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 1181px) and (max-width: 1440px) {
  .site-header {
    padding-inline: clamp(24px, 3vw, 42px) !important;
    gap: 18px !important;
  }

  .site-header .nav {
    gap: clamp(18px, 1.6vw, 26px) !important;
  }

  .header-actions {
    gap: 10px !important;
  }

  .search {
    width: clamp(320px, 32vw, 430px) !important;
  }

  .category-btn {
    min-width: 128px !important;
  }
}

/* Final public landing layout correction. Keep this as the last override. */
.section-title,
.courses-section .section-title,
.mentor-row-head,
.mentor-row-head > div,
.faq-copy {
  text-align: center !important;
}

.section-title .pill,
.courses-section .pill,
.faq-copy .pill {
  margin-inline: auto !important;
}

.courses-section .section-title,
.courses-section .section-title h2,
.faq-copy h2 {
  margin-inline: auto !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.journey .section-title,
.home-testimonials .section-title {
  width: min(920px, calc(100% - 32px)) !important;
  max-width: 920px !important;
  margin: 0 auto clamp(38px, 4vw, 56px) !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.journey .section-title .pill,
.home-testimonials .section-title .pill {
  margin-inline: auto !important;
}

.journey .section-title h2,
.home-testimonials .section-title h2 {
  width: 100% !important;
  max-width: 920px !important;
  margin-inline: auto !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.journey .section-title p,
.home-testimonials .section-title p {
  width: min(100%, 660px) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.news.section-glow .section-title {
  width: min(920px, calc(100% - 32px)) !important;
  max-width: 920px !important;
  margin: 0 auto clamp(38px, 4vw, 56px) !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.news.section-glow .section-title h2 {
  width: 100% !important;
  max-width: 920px !important;
  margin-inline: auto !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.news.section-glow .section-title p {
  width: min(100%, 660px) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.journey-features,
.apply-cards,
.news-grid {
  margin-inline: auto !important;
}

.journey-features {
  width: min(1480px, calc(100% - 120px)) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(220px, 1fr)) !important;
  justify-content: center !important;
  justify-items: stretch !important;
  gap: clamp(18px, 1.7vw, 28px) !important;
}

.journey-features article {
  min-height: 230px !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  text-align: center !important;
}

.apply-cards {
  width: min(1480px, calc(100% - 120px)) !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(420px, 1fr)) !important;
  justify-content: center !important;
  gap: clamp(22px, 2vw, 34px) !important;
}

.apply-cards article {
  min-height: 214px !important;
  display: grid !important;
  grid-template-columns: 170px minmax(0, 1fr) !important;
  align-items: center !important;
  overflow: hidden !important;
}

.apply-cards article > div {
  max-width: 620px !important;
}

.news-grid {
  width: min(1480px, calc(100% - 120px)) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(230px, 1fr)) !important;
  justify-content: center !important;
  gap: clamp(20px, 1.8vw, 30px) !important;
}

.news-grid article {
  min-height: 354px !important;
}

.course-tab-shell {
  width: min(1184px, calc(100% - 64px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 54px !important;
  align-items: center !important;
  gap: 14px !important;
}

.course-tab-shell::before,
.course-tab-shell::after,
.course-tab-shell .tabs::before,
.course-tab-shell .tabs::after {
  display: none !important;
  content: none !important;
}

.course-tab-shell .tabs {
  width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.course-tab-shell .tabs::-webkit-scrollbar {
  display: none !important;
}

.course-tab-shell .course-tab-arrow {
  position: static !important;
  z-index: 5 !important;
  display: grid !important;
  place-items: center !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  padding: 0 !important;
  border: 3px solid #09091d !important;
  border-radius: 50% !important;
  background: #ffc42f !important;
  color: #09091d !important;
  box-shadow: 5px 7px 0 #09091d !important;
  transform: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 1 !important;
}

.course-tab-shell .course-tab-arrow::before {
  content: "" !important;
  display: block !important;
  position: static !important;
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 3px solid currentColor !important;
  border-bottom: 3px solid currentColor !important;
  transform: translateX(2px) rotate(45deg) !important;
}

.course-tab-shell .course-tab-arrow::after {
  display: none !important;
  content: none !important;
}

.course-tab-shell .course-tab-arrow.right::before {
  transform: translateX(-2px) rotate(225deg) !important;
}

.course-tab-shell .course-tab-arrow:hover:not(:disabled) {
  background: #ffd049 !important;
  transform: translateY(-2px) !important;
  box-shadow: 6px 8px 0 #09091d !important;
}

.subscribe {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto !important;
  place-items: center !important;
  min-height: clamp(330px, 27vw, 430px) !important;
  padding: clamp(42px, 6vw, 76px) clamp(22px, 5vw, 76px) !important;
  overflow: hidden !important;
  text-align: center !important;
}

.subscribe-person {
  position: absolute !important;
  left: clamp(18px, 4vw, 70px) !important;
  bottom: 0 !important;
  width: min(260px, 24vw) !important;
  max-height: 94% !important;
  pointer-events: none !important;
  opacity: .95 !important;
  z-index: 0 !important;
}

.subscribe-person img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.subscribe h2 {
  position: relative !important;
  z-index: 1 !important;
  transform: none !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #fff !important;
  height: auto !important;
  min-height: 0 !important;
  min-block-size: 230px !important;
  max-height: none !important;
  overflow: visible !important;
  font-size: clamp(34px, 4.8vw, 66px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.subscribe .whatsapp-join,
.whatsapp-join {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  margin-top: 28px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

.mentor-row-head {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto 30px !important;
  justify-content: center !important;
}

.mentor-card-strip {
  width: min(1740px, calc(100% - 80px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(168px, 1fr)) !important;
  gap: clamp(16px, 1.6vw, 28px) !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-block: 0 18px !important;
}

.mentor-tile {
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  min-height: 368px !important;
  padding: 34px 16px 22px !important;
  text-align: center !important;
}

.mentor-tile-photo {
  width: clamp(132px, 8.6vw, 154px) !important;
  height: clamp(132px, 8.6vw, 154px) !important;
  margin-inline: auto !important;
  border-radius: 50% !important;
}

.mentor-logo {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: translateY(-24px) !important;
  max-width: 128px !important;
  height: 44px !important;
  margin: 0 auto -10px !important;
  padding: 8px 16px !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  background: #fff !important;
}

.mentor-tile h3,
.mentor-tile p,
.mentor-tile b {
  width: 100% !important;
  text-align: center !important;
}

.mentor-tile h3 {
  margin: 10px 0 6px !important;
  font-size: clamp(17px, 1vw, 20px) !important;
  line-height: 1.18 !important;
}

.mentor-tile p {
  min-height: 38px !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

.mentor-tile b {
  align-self: end !important;
  margin-top: 24px !important;
  white-space: normal !important;
}

.stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: start !important;
  align-content: start !important;
  height: auto !important;
  min-height: 0 !important;
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

.stats > div {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 16px !important;
  height: auto !important;
  min-height: 128px !important;
  padding: 24px 20px !important;
  overflow: visible !important;
}

.stats > div::before {
  position: static !important;
  width: 58px !important;
  height: 58px !important;
  grid-row: 1 / 3 !important;
}

.stats strong,
.stats span {
  text-align: center !important;
}

.pcat-section,
.pcat-overflow-mask {
  overflow: hidden !important;
}

.pcat-track {
  align-items: stretch !important;
  gap: clamp(18px, 1.6vw, 28px) !important;
}

.pcat-wrap {
  width: clamp(218px, 13.4vw, 252px) !important;
  min-width: clamp(218px, 13.4vw, 252px) !important;
  padding-inline: 0 !important;
}

.pcat-glass {
  display: grid !important;
  grid-template-rows: 168px auto 1fr auto !important;
  min-height: 336px !important;
  padding: 12px 12px 16px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.pcat-art-wrap {
  width: 100% !important;
  height: 168px !important;
  margin: 0 auto 12px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.pcat-art-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.pcat-badge {
  position: static !important;
  justify-self: start !important;
  margin: 0 0 8px !important;
  transform: none !important;
}

.pcat-glass h3 {
  display: grid !important;
  align-items: center !important;
  min-height: 58px !important;
  margin: 0 auto 10px !important;
  font-size: clamp(17px, 1.05vw, 21px) !important;
  line-height: 1.16 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.pcat-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: end !important;
  min-height: 54px !important;
}

.pcat-btn {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 82px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 15px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  transform: none !important;
}

.faq {
  display: grid !important;
  grid-template-columns: minmax(420px, .92fr) minmax(420px, .78fr) !important;
  align-items: center !important;
  gap: clamp(42px, 5vw, 86px) !important;
  width: min(1500px, calc(100% - 96px)) !important;
  margin-inline: auto !important;
  padding-block: clamp(64px, 7vw, 96px) !important;
}

.faq-copy {
  justify-self: stretch !important;
  max-width: 560px !important;
  text-align: center !important;
}

.faq-copy .pill {
  margin-inline: auto !important;
}

.faq-copy h2 {
  max-width: 560px !important;
  margin: 18px auto 14px !important;
  font-size: clamp(42px, 4.4vw, 72px) !important;
  line-height: .98 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.faq-copy > p {
  max-width: 520px !important;
  margin: 0 auto 24px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.faq-art {
  justify-self: stretch !important;
  min-height: clamp(360px, 31vw, 470px) !important;
  max-width: 700px !important;
  padding: clamp(22px, 2.5vw, 38px) !important;
  border-radius: 36px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.faq-art .circle-photo {
  width: min(100%, 620px) !important;
  height: clamp(310px, 27vw, 420px) !important;
  border-radius: 30px !important;
  display: grid !important;
  place-items: end center !important;
  overflow: hidden !important;
}

.faq-art .circle-photo img {
  width: auto !important;
  max-width: 76% !important;
  height: 94% !important;
  object-fit: contain !important;
}

.faq-float-chip {
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 30px rgba(18, 20, 50, .12) !important;
}

.chip-live {
  left: 9% !important;
  top: 24% !important;
}

.chip-project {
  right: 8% !important;
  top: 42% !important;
}

.chip-cert {
  left: 13% !important;
  bottom: 22% !important;
}

.accordion,
.faq details {
  width: min(100%, 470px) !important;
  margin-inline: auto !important;
}

.faq details {
  overflow: hidden !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 42px rgba(24, 28, 58, .10) !important;
}

.faq summary {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  gap: 14px !important;
  min-height: 54px !important;
  padding: 0 54px 0 20px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  list-style: none !important;
}

.faq summary::-webkit-details-marker {
  display: none !important;
}

.faq summary::marker {
  content: "" !important;
}

.faq summary::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 22px !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #2583ff !important;
  border-bottom: 2px solid #2583ff !important;
  transform: translateY(-60%) rotate(45deg) !important;
  transform-origin: center !important;
}

.faq details[open] summary::after {
  transform: translateY(-35%) rotate(225deg) !important;
}

.faq.section-glow summary {
  justify-content: flex-start !important;
  position: relative !important;
  padding: 0 54px 0 20px !important;
  list-style: none !important;
}

.faq.section-glow summary::-webkit-details-marker {
  display: none !important;
}

.faq.section-glow summary::marker {
  content: "" !important;
}

.faq details p {
  padding: 0 20px 20px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

@media (max-width: 1180px) {
  .mentor-card-strip {
    width: min(760px, calc(100% - 32px)) !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(220px, 260px) !important;
    grid-template-columns: none !important;
    padding-bottom: 16px !important;
  }

  .mentor-tile {
    scroll-snap-align: center !important;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(760px, calc(100% - 32px)) !important;
  }

  .faq {
    grid-template-columns: 1fr !important;
    width: min(920px, calc(100% - 32px)) !important;
    gap: 34px !important;
    padding-block: 54px !important;
  }

  .faq-art {
    max-width: 640px !important;
    margin-inline: auto !important;
    min-height: 360px !important;
  }

  .faq-copy {
    max-width: 680px !important;
    margin-inline: auto !important;
  }

  .faq-copy h2 {
    font-size: clamp(36px, 7vw, 56px) !important;
  }
}

@media (max-width: 720px) {
  .course-tab-shell {
    width: min(100%, calc(100% - 24px)) !important;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    gap: 8px !important;
  }

  .course-tab-shell .course-tab-arrow {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  .subscribe {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    justify-self: center !important;
    min-height: 260px !important;
    border-radius: 28px !important;
  }

  .subscribe h2 {
    font-size: clamp(32px, 11vw, 48px) !important;
  }

  .subscribe-person {
    display: none !important;
  }

  .stats {
    grid-template-columns: 1fr !important;
  }

  .stats > div {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 108px !important;
    padding: 20px !important;
  }

  .faq {
    width: min(100%, calc(100% - 24px)) !important;
    padding-block: 42px !important;
  }

  .faq-art {
    min-height: 300px !important;
    border-radius: 28px !important;
    padding: 18px !important;
  }

  .faq-art .circle-photo {
    height: 260px !important;
    border-radius: 24px !important;
  }

  .faq-copy h2 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  .accordion,
  .faq details {
    width: 100% !important;
  }

  .mentor-card-strip {
    width: min(100%, calc(100% - 24px)) !important;
  }

  .pcat-wrap {
    width: 238px !important;
    min-width: 238px !important;
  }

  .pcat-glass {
    grid-template-rows: 178px auto 1fr auto !important;
    min-height: 374px !important;
  }

  .pcat-art-wrap {
    height: 178px !important;
  }
}

/* Final reference match: dream journey section from provided screenshot. */
body.marketspace-refresh .dream-journey-strip {
  position: relative !important;
  z-index: 6 !important;
  width: 100% !important;
  min-height: 724px !important;
  margin: 0 !important;
  padding: 64px clamp(32px, 7vw, 150px) 86px !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #fbfbfa !important;
  box-shadow: none !important;
}

body.marketspace-refresh .dream-journey-strip::before,
body.marketspace-refresh .dream-journey-strip::after {
  display: none !important;
}

body.marketspace-refresh .journey-knot {
  position: relative !important;
  width: 170px !important;
  height: 13px !important;
  margin: 0 auto 17px !important;
  background:
    linear-gradient(45deg, transparent 36%, #c99a26 37% 63%, transparent 64%) center / 13px 13px no-repeat !important;
}

body.marketspace-refresh .journey-knot::before,
body.marketspace-refresh .journey-knot::after {
  content: "" !important;
  position: absolute !important;
  top: 6px !important;
  width: 64px !important;
  height: 2px !important;
  background: #c99a26 !important;
}

body.marketspace-refresh .journey-knot::before {
  left: 0 !important;
}

body.marketspace-refresh .journey-knot::after {
  right: 0 !important;
}

body.marketspace-refresh .dream-journey-strip h2 {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 auto 18px !important;
  color: #141c2d !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 3.55vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

body.marketspace-refresh .dream-journey-subtitle {
  margin: 0 auto 74px !important;
  color: #60636a !important;
  font-size: clamp(20px, 1.42vw, 26px) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.marketspace-refresh .dream-journey-steps {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(42px, 5.2vw, 106px) !important;
  width: min(1330px, 100%) !important;
  margin: 0 auto !important;
}

body.marketspace-refresh .dream-journey-steps::before {
  content: "" !important;
  position: absolute !important;
  top: 50px !important;
  left: calc(12.5% + 72px) !important;
  right: calc(12.5% + 72px) !important;
  height: 2px !important;
  background: repeating-linear-gradient(90deg, #dcdcdc 0 9px, transparent 9px 17px) !important;
  z-index: -1 !important;
}

body.marketspace-refresh .dream-journey-steps article {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.marketspace-refresh .dream-journey-steps span {
  display: grid !important;
  place-items: center !important;
  width: 104px !important;
  height: 104px !important;
  margin: 0 auto 40px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(203, 205, 214, .52) !important;
  background: #f9fbff !important;
  box-shadow:
    0 18px 35px rgba(30, 39, 58, .12),
    inset 0 0 0 7px rgba(255, 255, 255, .76) !important;
}

body.marketspace-refresh .dream-journey-steps svg {
  width: 45px !important;
  height: 45px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 3.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.marketspace-refresh .dream-journey-steps b {
  display: block !important;
  margin: 0 0 18px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.marketspace-refresh .dream-journey-steps h3 {
  margin: 0 0 22px !important;
  color: #151d2b !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(28px, 2vw, 34px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.marketspace-refresh .dream-journey-steps i {
  display: block !important;
  width: 52px !important;
  height: 2px !important;
  margin: 0 auto 24px !important;
  background: currentColor !important;
  font-style: normal !important;
}

body.marketspace-refresh .dream-journey-steps p {
  margin: 0 auto !important;
  max-width: 260px !important;
  color: #565a62 !important;
  font-size: clamp(17px, 1.08vw, 19px) !important;
  line-height: 1.46 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.marketspace-refresh .journey-step-learn {
  color: #4f8df6 !important;
}

body.marketspace-refresh .journey-step-learn span {
  background: #f5f9ff !important;
}

body.marketspace-refresh .journey-step-build {
  color: #4bb775 !important;
}

body.marketspace-refresh .journey-step-build span {
  background: #f3fbf5 !important;
}

body.marketspace-refresh .journey-step-grow {
  color: #c79618 !important;
}

body.marketspace-refresh .journey-step-grow span {
  background: #fffbf3 !important;
}

body.marketspace-refresh .journey-step-hired {
  color: #7b5bdc !important;
}

body.marketspace-refresh .journey-step-hired span {
  background: #f8f5ff !important;
}

body.marketspace-refresh .dream-journey-steps h3 {
  color: #151d2b !important;
}

body.marketspace-refresh .dream-journey-steps p {
  color: #565a62 !important;
}

body.marketspace-refresh .dream-journey-strip + .future-section {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.marketspace-refresh .dream-journey-strip {
    min-height: 0 !important;
    padding: 48px 22px 58px !important;
  }

  body.marketspace-refresh .dream-journey-subtitle {
    margin-bottom: 44px !important;
  }

  body.marketspace-refresh .dream-journey-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 44px 24px !important;
  }

  body.marketspace-refresh .dream-journey-steps::before {
    display: none !important;
  }
}

@media (max-width: 560px) {
  body.marketspace-refresh .dream-journey-strip h2 {
    font-size: 36px !important;
  }

  body.marketspace-refresh .dream-journey-steps {
    grid-template-columns: 1fr !important;
  }
}

/* Final public footer visibility and WhatsApp polish. */
.simple-footer {
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 211, 102, .22), transparent 28%),
    radial-gradient(circle at 92% 84%, rgba(82, 67, 240, .25), transparent 32%),
    linear-gradient(135deg, #101a2d 0%, #13273a 52%, #09291f 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
}

.simple-footer .footer-brand,
.simple-footer .footer-brand h3,
.simple-footer p,
.footer-quick-pages h3,
.footer-policy-links h3,
.footer-quick-pages a,
.footer-policy-links a {
  opacity: 1 !important;
  text-shadow: none !important;
}

.simple-footer .footer-brand h3,
.footer-quick-pages h3,
.footer-policy-links h3 {
  color: #ffffff !important;
}

.simple-footer p {
  color: rgba(236, 244, 255, .82) !important;
  font-weight: 650 !important;
}

.footer-quick-pages a,
.footer-policy-links a {
  color: rgba(236, 244, 255, .78) !important;
}

.footer-quick-pages a:hover,
.footer-policy-links a:hover {
  color: #7ff0b2 !important;
}

body:has(.hero#home) .whatsapp-float,
.whatsapp-float {
  border: 0 !important;
  background: linear-gradient(135deg, #25d366, #0fbe67) !important;
  color: #ffffff !important;
  box-shadow: 0 22px 54px rgba(18, 164, 89, .32), 0 0 0 1px rgba(255, 255, 255, .22) inset !important;
}

body:has(.hero#home) .whatsapp-float img,
.whatsapp-float img {
  width: 34px !important;
  height: 34px !important;
  padding: 5px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .18) !important;
  filter: none !important;
}

body:has(.hero#home) .whatsapp-float:hover,
body:has(.hero#home) .whatsapp-float:focus-visible,
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: linear-gradient(135deg, #20c75f, #079c54) !important;
  box-shadow: 0 26px 64px rgba(18, 164, 89, .40), 0 0 0 4px rgba(37, 211, 102, .14) !important;
}

/* Last-pass FAQ support section cleanup. */
.faq.section-glow {
  display: grid !important;
  grid-template-columns: minmax(440px, .86fr) minmax(560px, .88fr) !important;
  align-items: center !important;
  gap: clamp(44px, 5vw, 88px) !important;
  width: min(1500px, calc(100% - 96px)) !important;
  margin-inline: auto !important;
  padding-block: clamp(62px, 6vw, 92px) !important;
}

.faq.section-glow .faq-art {
  justify-self: stretch !important;
  max-width: 680px !important;
  min-height: clamp(350px, 30vw, 455px) !important;
  padding: clamp(22px, 2.3vw, 34px) !important;
  border-radius: 34px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.faq.section-glow .circle-photo {
  width: min(100%, 600px) !important;
  height: clamp(300px, 26vw, 405px) !important;
  border-radius: 28px !important;
  display: grid !important;
  place-items: end center !important;
  overflow: hidden !important;
}

.faq.section-glow .circle-photo img {
  width: auto !important;
  max-width: 74% !important;
  height: 94% !important;
  object-fit: contain !important;
}

.faq.section-glow .faq-copy {
  justify-self: center !important;
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  text-align: center !important;
}

.faq.section-glow .faq-copy h2 {
  max-width: 640px !important;
  margin: 18px auto 14px !important;
  font-size: clamp(36px, 3vw, 48px) !important;
  line-height: 1.06 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.faq.section-glow .faq-copy > p {
  max-width: 500px !important;
  margin: 0 auto 24px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.faq.section-glow .accordion,
.faq.section-glow details {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin-inline: auto !important;
}

.faq.section-glow details {
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 42px rgba(24, 28, 58, .10) !important;
}

.faq.section-glow summary {
  min-height: 54px !important;
  padding: 0 20px !important;
  gap: 14px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

.faq.section-glow details p {
  padding: 0 20px 20px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.faq.section-glow .faq-float-chip {
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.faq.section-glow .chip-live {
  left: 9% !important;
  top: 24% !important;
}

.faq.section-glow .chip-project {
  right: 8% !important;
  top: 42% !important;
}

.faq.section-glow .chip-cert {
  left: 13% !important;
  bottom: 22% !important;
}

@media (max-width: 1180px) {
  .faq.section-glow {
    grid-template-columns: 1fr !important;
    width: min(920px, calc(100% - 32px)) !important;
    gap: 34px !important;
    padding-block: 54px !important;
  }

  .faq.section-glow .faq-art,
  .faq.section-glow .faq-copy {
    max-width: 660px !important;
    margin-inline: auto !important;
  }

  .faq.section-glow .faq-copy h2 {
    font-size: clamp(34px, 7vw, 52px) !important;
  }
}

@media (max-width: 720px) {
  .faq.section-glow {
    width: min(100%, calc(100% - 24px)) !important;
    padding-block: 42px !important;
  }

  .faq.section-glow .faq-art {
    min-height: 300px !important;
    border-radius: 28px !important;
    padding: 18px !important;
  }

  .faq.section-glow .circle-photo {
    height: 260px !important;
    border-radius: 24px !important;
  }

  .faq.section-glow .faq-copy h2 {
    font-size: clamp(30px, 10vw, 42px) !important;
  }

  .faq.section-glow .accordion,
  .faq.section-glow details {
    width: 100% !important;
  }
}

/* Final FAQ/support section polish. */
.faq.section-glow {
  display: grid !important;
  grid-template-columns: minmax(440px, .86fr) minmax(560px, .88fr) !important;
  align-items: center !important;
  gap: clamp(44px, 5vw, 88px) !important;
  width: min(1500px, calc(100% - 96px)) !important;
  margin-inline: auto !important;
  padding-block: clamp(62px, 6vw, 92px) !important;
}

.faq.section-glow .faq-art {
  justify-self: stretch !important;
  max-width: 680px !important;
  min-height: clamp(350px, 30vw, 455px) !important;
  padding: clamp(22px, 2.3vw, 34px) !important;
  border-radius: 34px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.faq.section-glow .circle-photo {
  width: min(100%, 600px) !important;
  height: clamp(300px, 26vw, 405px) !important;
  border-radius: 28px !important;
  display: grid !important;
  place-items: end center !important;
  overflow: hidden !important;
}

.faq.section-glow .circle-photo img {
  width: auto !important;
  max-width: 74% !important;
  height: 94% !important;
  object-fit: contain !important;
}

.faq.section-glow .faq-copy {
  justify-self: center !important;
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  text-align: center !important;
}

.faq.section-glow .faq-copy .pill {
  margin-inline: auto !important;
}

.faq.section-glow .faq-copy h2 {
  max-width: 640px !important;
  margin: 18px auto 14px !important;
  font-size: clamp(36px, 3vw, 48px) !important;
  line-height: 1.06 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.faq.section-glow .faq-copy > p {
  max-width: 500px !important;
  margin: 0 auto 24px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.faq.section-glow .accordion,
.faq.section-glow .faq details {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin-inline: auto !important;
}

.faq.section-glow .faq details,
.faq.section-glow details {
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 42px rgba(24, 28, 58, .10) !important;
}

.faq.section-glow summary {
  min-height: 54px !important;
  padding: 0 20px !important;
  gap: 14px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

.faq.section-glow details p {
  padding: 0 20px 20px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.faq.section-glow .faq-float-chip {
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.faq.section-glow .chip-live {
  left: 9% !important;
  top: 24% !important;
}

.faq.section-glow .chip-project {
  right: 8% !important;
  top: 42% !important;
}

.faq.section-glow .chip-cert {
  left: 13% !important;
  bottom: 22% !important;
}

@media (max-width: 1180px) {
  .faq.section-glow {
    grid-template-columns: 1fr !important;
    width: min(920px, calc(100% - 32px)) !important;
    gap: 34px !important;
    padding-block: 54px !important;
  }

  .faq.section-glow .faq-art,
  .faq.section-glow .faq-copy {
    max-width: 660px !important;
    margin-inline: auto !important;
  }

  .faq.section-glow .faq-copy h2 {
    font-size: clamp(34px, 7vw, 52px) !important;
  }
}

@media (max-width: 720px) {
  .faq.section-glow {
    width: min(100%, calc(100% - 24px)) !important;
    padding-block: 42px !important;
  }

  .faq.section-glow .faq-art {
    min-height: 300px !important;
    border-radius: 28px !important;
    padding: 18px !important;
  }

  .faq.section-glow .circle-photo {
    height: 260px !important;
    border-radius: 24px !important;
  }

  .faq.section-glow .faq-copy h2 {
    font-size: clamp(30px, 10vw, 42px) !important;
  }

  .faq.section-glow .accordion,
  .faq.section-glow .faq details,
  .faq.section-glow details {
    width: 100% !important;
  }
}

/* Absolute final skill-track compact sizing. */
.pcat-section .section-title {
  width: min(980px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(34px, 4vw, 56px) !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.pcat-section .section-title h2 {
  max-width: 900px !important;
  margin: 12px auto 10px !important;
  font-size: clamp(42px, 5.2vw, 82px) !important;
  line-height: 1.02 !important;
  text-align: center !important;
}

.pcat-section .section-title p {
  max-width: 620px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.pcat-wrap {
  width: clamp(218px, 13.4vw, 252px) !important;
  min-width: clamp(218px, 13.4vw, 252px) !important;
}

.pcat-glass {
  grid-template-rows: 168px auto 1fr auto !important;
  min-height: 336px !important;
  padding: 12px 12px 16px !important;
  border-radius: 24px !important;
}

.pcat-art-wrap {
  height: 168px !important;
  margin-bottom: 12px !important;
  border-radius: 18px !important;
}

.pcat-glass h3 {
  min-height: 58px !important;
  margin-bottom: 10px !important;
  font-size: clamp(17px, 1.05vw, 21px) !important;
  line-height: 1.16 !important;
}

.pcat-footer {
  min-height: 54px !important;
}

.pcat-btn {
  min-width: 82px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 15px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

/* Final category rail compact pass: centered heading, smaller cards, cleaner enroll buttons. */
.pcat-section .section-title {
  width: min(980px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(34px, 4vw, 56px) !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

.pcat-section .section-title h2 {
  max-width: 900px !important;
  margin: 12px auto 10px !important;
  font-size: clamp(42px, 5.2vw, 82px) !important;
  line-height: 1.02 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.pcat-section .section-title p {
  max-width: 620px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.pcat-overflow-mask {
  padding: 10px 0 34px !important;
}

.pcat-track {
  gap: clamp(18px, 1.6vw, 28px) !important;
  align-items: stretch !important;
}

.pcat-wrap {
  width: clamp(218px, 13.4vw, 252px) !important;
  min-width: clamp(218px, 13.4vw, 252px) !important;
}

.pcat-glass {
  grid-template-rows: 168px auto 1fr auto !important;
  min-height: 336px !important;
  padding: 12px 12px 16px !important;
  border-radius: 24px !important;
}

.pcat-art-wrap {
  height: 168px !important;
  margin-bottom: 12px !important;
  border-radius: 18px !important;
}

.pcat-badge {
  margin-bottom: 8px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.pcat-glass h3 {
  min-height: 58px !important;
  margin-bottom: 10px !important;
  font-size: clamp(17px, 1.05vw, 21px) !important;
  line-height: 1.16 !important;
}

.pcat-footer {
  min-height: 54px !important;
}

.pcat-btn {
  min-width: 82px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 15px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

@media (max-width: 720px) {
  .pcat-section .section-title h2 {
    font-size: clamp(34px, 12vw, 52px) !important;
  }

  .pcat-wrap {
    width: 218px !important;
    min-width: 218px !important;
  }

  .pcat-glass {
    grid-template-rows: 148px auto 1fr auto !important;
    min-height: 316px !important;
  }

  .pcat-art-wrap {
    height: 148px !important;
  }
}

/* Public page cleanup: centered cards, stable buttons, and unclipped sections. */
.section-title,
.mentor-row-head,
.faq-copy,
.courses-section .section-title {
  text-align: center !important;
}

.section-title .pill,
.mentor-row-head .pill,
.faq-copy .pill,
.courses-section .pill {
  margin-inline: auto !important;
}

.courses-section {
  padding-top: clamp(86px, 9vw, 138px) !important;
  overflow: hidden !important;
}

.courses-section .section-title {
  width: min(980px, calc(100% - 32px)) !important;
  margin-inline: auto !important;
}

.courses-section .section-title h2 {
  max-width: 920px !important;
  margin-inline: auto !important;
  text-wrap: balance !important;
}

.course-toolbar {
  position: relative !important;
  z-index: 3 !important;
  justify-content: center !important;
  margin: 42px auto 28px !important;
}

.course-tab-shell {
  width: min(1184px, calc(100% - 64px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 54px !important;
  align-items: center !important;
  gap: 14px !important;
}

.course-tab-shell .tabs {
  width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
}

.course-tab-shell .tabs::-webkit-scrollbar {
  display: none !important;
}

.course-tab-shell .course-tab-arrow {
  position: static !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 50% !important;
  transform: none !important;
}

.subscribe {
  position: relative !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto !important;
  display: grid !important;
  place-items: center !important;
  min-height: clamp(260px, 25vw, 360px) !important;
  padding: clamp(42px, 6vw, 76px) clamp(22px, 5vw, 76px) !important;
  overflow: hidden !important;
  text-align: center !important;
}

.subscribe h2 {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #fff !important;
  font-size: clamp(36px, 5.2vw, 72px) !important;
  line-height: 1.04 !important;
  text-wrap: balance !important;
}

.subscribe .whatsapp-join,
.whatsapp-join {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  margin-top: 28px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

.mentor-row-head {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto 30px !important;
  justify-content: center !important;
}

.mentor-row-head > div {
  width: 100% !important;
  text-align: center !important;
}

.mentor-row-head h2 {
  margin-inline: auto !important;
  text-align: center !important;
}

.mentor-card-strip {
  width: min(1740px, calc(100% - 80px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: clamp(188px, 12vw, 216px) !important;
  grid-template-columns: none !important;
  gap: clamp(16px, 1.6vw, 28px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  padding: 8px 4px 22px !important;
}

.mentor-card-strip::-webkit-scrollbar {
  display: none !important;
}

.mentor-scroll-shell {
  grid-column: 1 / -1 !important;
  width: min(1740px, calc(100% - 56px)) !important;
  margin-inline: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.mentor-scroll-shell .mentor-card-strip {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 100% !important;
  margin-inline: 0 !important;
}

.mentor-scroll-arrow {
  position: static !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border: 3px solid #08091f !important;
  border-radius: 50% !important;
  background: #ffc32b !important;
  box-shadow: 6px 8px 0 #08091f !important;
  cursor: pointer !important;
}

.mentor-scroll-arrow::before {
  content: "" !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 auto !important;
  border-top: 3px solid #08091f !important;
  border-left: 3px solid #08091f !important;
}

.mentor-scroll-arrow.left::before {
  transform: rotate(-45deg) translate(2px, 2px) !important;
}

.mentor-scroll-arrow.right::before {
  transform: rotate(135deg) translate(2px, 2px) !important;
}

.mentor-tile {
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  min-height: 368px !important;
  padding: 34px 16px 22px !important;
  text-align: center !important;
  scroll-snap-align: center !important;
}

.mentor-tile-photo {
  width: clamp(132px, 8.6vw, 154px) !important;
  height: clamp(132px, 8.6vw, 154px) !important;
  margin-inline: auto !important;
  border-radius: 50% !important;
}

.mentor-logo {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: translateY(-24px) !important;
  max-width: 128px !important;
  height: 44px !important;
  margin: 0 auto -10px !important;
  padding: 8px 16px !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  background: #fff !important;
}

.mentor-tile h3,
.mentor-tile p,
.mentor-tile b {
  width: 100% !important;
  text-align: center !important;
}

.mentor-tile h3 {
  margin: 10px 0 6px !important;
  font-size: clamp(17px, 1vw, 20px) !important;
  line-height: 1.18 !important;
}

.mentor-tile p {
  min-height: 38px !important;
  margin: 0 !important;
  color: var(--premium-muted) !important;
  line-height: 1.25 !important;
}

.mentor-tile b {
  align-self: end !important;
  margin-top: 24px !important;
  white-space: normal !important;
}

.stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.stats > div {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 20px !important;
  min-height: 128px !important;
  padding: 24px 28px !important;
  text-align: left !important;
}

.stats > div::before {
  position: static !important;
  width: 58px !important;
  height: 58px !important;
  grid-row: 1 / 3 !important;
}

.stats strong,
.stats span {
  text-align: center !important;
}

.stats strong {
  font-size: clamp(36px, 4vw, 60px) !important;
}

.pcat-section {
  overflow: hidden !important;
}

.pcat-overflow-mask {
  width: min(100%, 100vw) !important;
  overflow: hidden !important;
  padding: 16px 0 44px !important;
}

.pcat-track {
  align-items: stretch !important;
  gap: clamp(22px, 2vw, 34px) !important;
}

.pcat-wrap {
  width: clamp(218px, 13.4vw, 252px) !important;
  min-width: clamp(218px, 13.4vw, 252px) !important;
  padding-inline: 0 !important;
}

.pcat-glass {
  display: grid !important;
  grid-template-rows: 168px auto 1fr auto !important;
  min-height: 336px !important;
  padding: 12px 12px 16px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.pcat-art-wrap {
  width: 100% !important;
  height: 168px !important;
  margin: 0 auto 12px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  position: relative !important;
}

.pcat-art-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.pcat-art-wrap::after {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  min-width: 32px !important;
  height: 32px !important;
  padding: 0 8px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .18) !important;
  color: #08091f !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  backdrop-filter: blur(12px) !important;
}

.pcat-indigo .pcat-art-wrap::after {
  content: "</>" !important;
}

.pcat-violet .pcat-art-wrap::after {
  content: "AI" !important;
}

.pcat-amber .pcat-art-wrap::after {
  content: "SEC" !important;
}

.pcat-emerald .pcat-art-wrap::after {
  content: "ENG" !important;
}

.pcat-teal .pcat-art-wrap::after {
  content: "FIN" !important;
}

.pcat-rose .pcat-art-wrap::after {
  content: "ART" !important;
}

.pcat-purple .pcat-art-wrap::after {
  content: "MED" !important;
}

.pcat-badge {
  position: static !important;
  justify-self: start !important;
  margin: 0 0 12px !important;
  transform: none !important;
}

.pcat-glass h3 {
  display: grid !important;
  align-items: center !important;
  min-height: 72px !important;
  margin: 0 auto 14px !important;
  color: #34374c !important;
  font-size: clamp(20px, 1.28vw, 24px) !important;
  line-height: 1.14 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.pcat-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: end !important;
  min-height: 72px !important;
}

.pcat-btn {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 92px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 15px !important;
  white-space: nowrap !important;
  transform: none !important;
}

.faq {
  grid-template-columns: minmax(320px, .95fr) minmax(380px, .85fr) !important;
  width: min(1680px, calc(100% - 80px)) !important;
  margin-inline: auto !important;
}

.faq-copy {
  justify-self: center !important;
  max-width: 720px !important;
}

.faq-copy h2 {
  max-width: 690px !important;
  margin-inline: auto !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.accordion,
.faq details {
  width: min(100%, 560px) !important;
  margin-inline: auto !important;
}

.faq details {
  overflow: hidden !important;
}

.faq summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  min-height: 58px !important;
  padding: 0 22px !important;
}

.faq details p {
  padding: 0 22px 22px !important;
  text-align: left !important;
}

@media (max-width: 1180px) {
  .mentor-card-strip,
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(760px, calc(100% - 32px)) !important;
  }

  .mentor-card-strip {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(220px, 260px) !important;
    grid-template-columns: none !important;
    padding-bottom: 16px !important;
  }

  .mentor-tile {
    scroll-snap-align: center !important;
  }

  .faq {
    grid-template-columns: 1fr !important;
    width: min(920px, calc(100% - 32px)) !important;
  }

  .faq-art {
    max-width: 680px !important;
    margin-inline: auto !important;
  }

  .pcat-wrap {
    width: 260px !important;
    min-width: 260px !important;
  }
}

@media (max-width: 720px) {
  .courses-section {
    padding-top: 72px !important;
  }

  .course-tab-shell {
    width: min(100%, calc(100% - 24px)) !important;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    gap: 8px !important;
  }

  .course-tab-shell .course-tab-arrow {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  .subscribe {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    justify-self: center !important;
    min-height: 260px !important;
    border-radius: 28px !important;
  }

  .subscribe h2 {
    font-size: clamp(32px, 11vw, 48px) !important;
  }

  .stats {
    grid-template-columns: 1fr !important;
  }

  .stats > div {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 108px !important;
    padding: 20px !important;
  }

  .mentor-card-strip {
    width: min(100%, calc(100% - 24px)) !important;
  }

  .pcat-overflow-mask {
    padding-inline: 12px !important;
  }

  .pcat-wrap {
    width: 238px !important;
    min-width: 238px !important;
  }

  .pcat-glass {
    grid-template-rows: 178px auto 1fr auto !important;
    min-height: 374px !important;
  }

  .pcat-art-wrap {
    height: 178px !important;
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .whatsapp-float {
    left: auto !important;
    right: 18px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-width: 156px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 22px 0 16px !important;
  }

  .whatsapp-float span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
  }
}

@media (max-width: 640px) {
  body:has(.hero#home) .hero-feature-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    height: auto !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-inline: auto !important;
  }
}

@media (max-width: 640px) {
  body:has(.hero#home) .hero-feature-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    height: auto !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-inline: auto !important;
  }
}

/* Final hero micro-controls: match the reference chips, CTAs, and learner proof. */
body:has(.hero#home) .hero-feature-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: min(585px, 100%) !important;
  height: 42px !important;
  gap: 10px !important;
}

body:has(.hero#home) .hero-feature-strip span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(93, 99, 134, .12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #111529 !important;
  box-shadow: 0 10px 24px rgba(31, 36, 72, .055), inset 0 1px 0 rgba(255, 255, 255, .98) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:has(.hero#home) .hero-feature-strip b {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body:has(.hero#home) .hero-feature-strip b::before,
body:has(.hero#home) .hero-feature-strip b::after {
  display: none !important;
  content: none !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(1) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 16.5c0-1.7 1.25-3 2.8-3s2.8 1.3 2.8 3v1.2h3.1c.7 0 1.1-.7.8-1.3L13.1 5.2c-.5-.9-1.8-.9-2.2 0L5.3 16.4c-.3.6.1 1.3.8 1.3h3.1v-1.2Z' fill='%235751E1'/%3E%3Cpath d='M12 13.5c1.4 0 2.55-1.15 2.55-2.55S13.4 8.4 12 8.4s-2.55 1.15-2.55 2.55S10.6 13.5 12 13.5Z' fill='%23A35BFF'/%3E%3Cpath d='M7.4 18.3h9.2' stroke='%2324C7C6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(2) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='7.2' width='11.5' height='11.5' rx='3' fill='%23835BFF'/%3E%3Crect x='9.4' y='4.2' width='9.8' height='9.8' rx='2.8' fill='%2324C7C6' fill-opacity='.8'/%3E%3Cpath d='m12.2 10.1-1.7 1.7 1.7 1.7M15.3 10.1l1.7 1.7-1.7 1.7' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(3) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 13.2v-1.4a5.6 5.6 0 0 1 11.2 0v1.4' stroke='%235751E1' stroke-width='2.3' stroke-linecap='round'/%3E%3Crect x='4.1' y='11.8' width='4.2' height='5.8' rx='2' fill='%23835BFF'/%3E%3Crect x='15.7' y='11.8' width='4.2' height='5.8' rx='2' fill='%23835BFF'/%3E%3Cpath d='M15.7 16.7c-.8 1.1-2 1.7-3.7 1.7' stroke='%2324C7C6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(4) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.8' y='5.2' width='14.4' height='13.6' rx='2.6' fill='%2324C7A8'/%3E%3Cpath d='M8 9.1h8M8 12h4.6' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='m13.9 14.8 1.1 1.1 2.1-2.4' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-buttons {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  margin-top: 24px !important;
}

body:has(.hero#home) .hero-buttons .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 34px !important;
  border-radius: 21px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:has(.hero#home) .hero-buttons .btn.primary {
  min-width: 242px !important;
  color: #fff !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span {
  position: relative !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 11px !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span::before {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  top: 8px !important;
  width: 13px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #fff !important;
  transform: none !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span::after {
  content: "" !important;
  position: absolute !important;
  right: 1px !important;
  top: 5px !important;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  transform: rotate(45deg) !important;
}

body:has(.hero#home) .hero-buttons .btn.yellow {
  min-width: 188px !important;
  color: #111529 !important;
}

body:has(.hero#home) .hero-trust {
  display: grid !important;
  grid-template-columns: auto auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: max-content !important;
  margin-top: 28px !important;
  column-gap: 18px !important;
  row-gap: 2px !important;
  transform: none !important;
}

body:has(.hero#home) .hero-avatars {
  grid-row: 1 / 3 !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 0 !important;
}

body:has(.hero#home) .hero-avatars img {
  width: 34px !important;
  height: 34px !important;
  margin-left: -8px !important;
}

body:has(.hero#home) .hero-avatars img:first-child {
  margin-left: 0 !important;
}

body:has(.hero#home) .hero-trust p {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  width: max-content !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

body:has(.hero#home) .hero-trust strong {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-block !important;
  margin: 0 !important;
  width: max-content !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

body:has(.hero#home) .hero-trust span {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-block !important;
  width: max-content !important;
  margin: 26px 0 0 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

* {
  letter-spacing: 0;
}

html {
  background: #fff;
}

body {
  color: var(--premium-text);
  background:
    radial-gradient(circle at 8% 8%, rgba(108, 61, 255, .13), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(31, 99, 255, .12), transparent 30%),
    radial-gradient(circle at 82% 84%, rgba(255, 197, 51, .12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 38%, #ffffff 100%);
  font-feature-settings: "ss01" on, "cv05" on;
  text-rendering: geometricPrecision;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .42;
  background-image:
    radial-gradient(circle, rgba(105, 112, 137, .28) 1px, transparent 1.5px),
    linear-gradient(115deg, transparent 0 46%, rgba(111, 61, 255, .055) 46% 47%, transparent 47% 100%);
  background-size: 28px 28px, 100% 100%;
  mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
}

::selection {
  color: #fff;
  background: var(--premium-purple);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 86px;
  padding: 0 clamp(20px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, .8);
  border-bottom-color: rgba(89, 93, 136, .12);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 50px rgba(32, 36, 78, .07);
  backdrop-filter: blur(24px) saturate(1.25);
}

.brand {
  width: clamp(138px, 13vw, 172px);
  height: 58px;
  transition: transform .28s ease, filter .28s ease;
}

.brand:hover {
  transform: translateY(-2px) scale(1.01);
  filter: drop-shadow(0 12px 20px rgba(111, 61, 255, .15));
}

.brand img {
  width: 100%;
  max-height: 58px;
}

.nav {
  gap: clamp(14px, 2vw, 28px);
  padding: 9px 14px;
  border: 1px solid rgba(91, 75, 232, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.nav a {
  position: relative;
  padding: 10px 2px;
  color: #15172d;
  font-size: 13px;
  font-weight: 750;
}

.nav a::after {
  display: none;
}

.nav a.active::before,
.nav a:hover::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 2px;
  height: 3px;
  border-radius: 99px;
  background: var(--premium-gradient);
  box-shadow: 0 8px 18px rgba(111, 61, 255, .32);
}

.header-actions {
  gap: 10px;
}

.search {
  width: min(350px, 28vw);
  height: 46px;
  border: 1px solid rgba(91, 75, 232, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 45px rgba(27, 35, 83, .08), inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(18px);
}

.category-btn {
  width: 132px;
  flex-basis: 132px;
  border-right-color: rgba(91, 75, 232, .1);
  border-radius: 999px 0 0 999px;
  background: transparent;
  color: #121633;
  font-size: 12px;
}

.grid-dot {
  background:
    radial-gradient(circle at 3px 3px, var(--premium-purple) 2.2px, transparent 2.8px),
    radial-gradient(circle at 11px 3px, var(--premium-blue) 2.2px, transparent 2.8px),
    radial-gradient(circle at 3px 11px, var(--premium-blue) 2.2px, transparent 2.8px),
    radial-gradient(circle at 11px 11px, var(--premium-purple) 2.2px, transparent 2.8px);
}

.search input {
  color: var(--premium-ink);
  font-size: 12px;
}

.search input::placeholder {
  color: #a1a5ba;
}

.search-btn {
  width: 38px;
  height: 38px;
  right: 4px;
  border-radius: 50%;
  background: var(--premium-gradient);
  box-shadow: 0 13px 28px rgba(111, 61, 255, .32);
}

.login,
.join-us {
  height: 46px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.login {
  padding: 0 20px;
  border: 1px solid rgba(91, 75, 232, .12);
  background: rgba(255, 255, 255, .72);
  color: #11142c;
  box-shadow: var(--premium-shadow-sm);
}

.join-us {
  padding: 0 22px;
  border: 0;
  color: #fff;
  background: var(--premium-gradient);
  box-shadow: 0 18px 42px rgba(111, 61, 255, .32);
}

.login:hover,
.join-us:hover,
.btn:hover,
.course-bottom a:hover,
.plan-start:hover,
.pcat-btn:hover {
  transform: translateY(-3px);
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: calc(100vh - 86px);
  padding: clamp(70px, 8vw, 118px) clamp(22px, 5vw, 76px) clamp(56px, 7vw, 92px);
  gap: clamp(36px, 6vw, 82px);
  background:
    radial-gradient(ellipse at 18% 28%, rgba(255, 197, 51, .12), transparent 34%),
    radial-gradient(ellipse at 66% 28%, rgba(111, 61, 255, .16), transparent 38%),
    radial-gradient(ellipse at 88% 62%, rgba(215, 29, 255, .11), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfbff 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .72;
}

.hero::before {
  inset: 42px 18px auto auto;
  width: 34%;
  height: 46%;
  border: 1px solid rgba(111, 61, 255, .12);
  border-radius: 42% 58% 46% 54%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 30% 30%, rgba(31, 99, 255, .08), transparent 42%);
  transform: rotate(-7deg);
  filter: blur(.1px);
}

.hero::after {
  left: 4vw;
  bottom: 5vw;
  width: 190px;
  height: 190px;
  background-image: radial-gradient(circle, rgba(111, 61, 255, .2) 1px, transparent 1.8px);
  background-size: 16px 16px;
  mask-image: radial-gradient(circle, #000 0 45%, transparent 72%);
}

.scribble {
  width: 140px;
  height: 32px;
  border-bottom: 6px solid var(--premium-yellow);
  border-radius: 50%;
  transform: rotate(-3deg);
  opacity: .95;
}

.hero-copy {
  max-width: 720px;
  z-index: 2;
}

.hero-copy::before {
  content: "Your Journey. Our Mission.";
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-bottom: 28px;
  padding: 0 20px;
  border: 1px solid rgba(111, 61, 255, .14);
  border-radius: 999px;
  color: var(--premium-purple);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 44px rgba(85, 73, 171, .12);
  backdrop-filter: blur(18px);
  font-size: 14px;
  font-weight: 800;
}

.hero-copy::after {
  content: "";
  position: absolute;
}

.job-headline {
  margin: 0;
  color: var(--premium-ink);
  font-size: clamp(58px, 7.4vw, 118px);
  line-height: .94;
  letter-spacing: 0;
  font-weight: 900;
}

.job-headline mark {
  position: relative;
  color: transparent;
  background: var(--premium-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.job-headline mark::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -3%;
  bottom: 2%;
  height: .12em;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--premium-yellow) 12% 88%, transparent);
  transform: rotate(-1deg);
  z-index: -1;
}

.hero-copy p {
  max-width: 620px;
  margin: 26px 0 0;
  color: #4e5571;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.66;
  font-weight: 500;
}

.hero-buttons {
  gap: 18px;
  margin-top: 34px;
}

.btn,
.course-bottom a,
.plan-start,
.pcat-btn,
.subscribe-form .whatsapp-join {
  min-height: 56px;
  border-radius: 18px;
  font-weight: 850;
  transform: translateZ(0);
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), box-shadow .28s ease, filter .28s ease;
}

.btn.primary,
.join-us,
.plan-start,
.course-bottom a {
  background: var(--premium-gradient);
  color: #fff;
  box-shadow: 0 22px 48px rgba(85, 70, 232, .28);
}

.btn.yellow {
  border: 1px solid rgba(91, 75, 232, .12);
  color: #11152f;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 42px rgba(30, 33, 75, .09), inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(18px);
}

.btn.primary:hover,
.join-us:hover,
.plan-start:hover,
.course-bottom a:hover {
  filter: saturate(1.08) brightness(1.02);
  box-shadow: 0 30px 70px rgba(85, 70, 232, .36);
}

.hero-art {
  min-height: 620px;
  z-index: 2;
  perspective: 1400px;
}

.skill-map {
  width: min(720px, 50vw);
  min-height: 620px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 34% 30%, rgba(111, 61, 255, .15), transparent 28%),
    radial-gradient(circle at 76% 68%, rgba(255, 197, 51, .18), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, .18));
  transform: rotateY(-6deg) rotateX(2deg);
  transform-style: preserve-3d;
}

.map-card,
.map-chip,
.map-tag,
.future-card,
.pcat-glass,
.course-card,
.launchpad-plan-card,
.mentor-feature-wide,
.mentor-tile,
.flying-review-card,
.faq details,
.journey-features article,
.apply-cards article,
.news-grid article,
.stats > div {
  border: 1px solid rgba(90, 94, 134, .13);
  background: var(--premium-gradient-soft);
  box-shadow: var(--premium-shadow-md), inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(18px) saturate(1.08);
}

.map-card {
  width: min(410px, 58%);
  padding: 36px;
  border-radius: 34px;
  transform: translateZ(70px);
  animation: premiumFloat 7s ease-in-out infinite;
}

.map-card h2 {
  color: var(--premium-ink);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.08;
}

.map-card p {
  color: #5c637c;
  font-size: 16px;
  line-height: 1.58;
}

.map-pill,
.pill,
.featured-badge,
.plan-badge {
  border: 1px solid rgba(111, 61, 255, .13);
  color: var(--premium-purple);
  background: rgba(246, 242, 255, .9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  font-weight: 850;
}

.map-progress {
  height: 11px;
  border-radius: 999px;
  background: #edf0fb;
}

.map-progress span {
  background: linear-gradient(90deg, var(--premium-purple), var(--premium-blue), var(--premium-cyan));
  box-shadow: 0 8px 20px rgba(31, 99, 255, .24);
}

.map-chip {
  min-width: 190px;
  padding: 20px 22px;
  border-radius: 26px;
  color: #11142c;
  font-size: 15px;
  animation: premiumFloat 8s ease-in-out infinite;
}

.map-chip b {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 14px;
  color: #fff;
  background: var(--premium-gradient);
}

.chip-projects { transform: rotate(-5deg) translateZ(90px); }
.chip-mentors { transform: rotate(7deg) translateZ(100px); animation-delay: -1.4s; }
.chip-career { transform: rotate(8deg) translateZ(80px); animation-delay: -2.2s; }
.chip-certs { transform: rotate(-7deg) translateZ(90px); animation-delay: -3s; }

.map-tag {
  border-radius: 999px;
  padding: 10px 16px;
  color: #4e35d8;
  font-size: 12px;
  font-weight: 850;
}

.map-orbit {
  border-color: rgba(111, 61, 255, .22);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);
}

.map-dot {
  background: var(--premium-gradient);
  box-shadow: 0 0 0 8px rgba(111, 61, 255, .12);
}

.map-grid {
  opacity: .42;
  background-image: radial-gradient(circle, rgba(105, 112, 137, .35) 1.1px, transparent 1.8px);
}

.future-section,
.about-section,
.categories-section,
.courses-section,
.launchpad-section,
.subscribe,
.instructors,
.home-testimonials,
.faq,
.journey,
.news {
  position: relative;
  padding: clamp(82px, 9vw, 132px) clamp(22px, 5vw, 76px);
}

.future-section::before,
.about-section::before,
.courses-section::before,
.faq::before,
.news::before {
  content: "";
  position: absolute;
  inset: 32px clamp(12px, 3vw, 44px);
  z-index: -1;
  border-radius: 44px;
  background:
    radial-gradient(circle at 15% 20%, rgba(31, 99, 255, .07), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(111, 61, 255, .08), transparent 34%);
}

.section-title {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-title h2,
.future-copy h2,
.about-copy h2,
.launchpad-plan-heading h2,
.mentor-hero-copy h2,
.faq-copy h2,
.journey .section-title h2,
.news .section-title h2,
.subscribe h2 {
  color: var(--premium-ink);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
}

.section-title p,
.future-copy p,
.about-copy p,
.faq-copy p,
.mentor-hero-copy p,
.subscribe h2 {
  color: #555d78;
}

.future-media,
.video-blob,
.faq-art {
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(249, 246, 255, .54)),
    radial-gradient(circle at 30% 20%, rgba(111, 61, 255, .16), transparent 40%);
  box-shadow: var(--premium-shadow-md);
}

.future-media img,
.about-main,
.circle-photo img,
.news-img img,
.course-visual img,
.mentor-tile-photo img,
.mentor-feature-photo img {
  transition: transform .6s cubic-bezier(.2, .8, .2, 1), filter .45s ease;
}

.future-media:hover img,
.video-blob:hover .about-main,
.course-card:hover .course-visual img,
.news-grid article:hover img,
.mentor-tile:hover img {
  transform: scale(1.045);
}

.future-card {
  border-radius: 24px;
  color: var(--premium-ink);
}

.future-list li,
.check-list li {
  border-radius: 16px;
  background: rgba(255, 255, 255, .68);
  box-shadow: inset 0 0 0 1px rgba(91, 75, 232, .08);
}

.pcat-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(111, 61, 255, .1), transparent 34%),
    radial-gradient(circle at 90% 25%, rgba(255, 197, 51, .12), transparent 30%),
    linear-gradient(180deg, rgba(250, 250, 255, .85), rgba(255, 255, 255, .95));
}

.pcat-overflow-mask {
  padding: 14px 0 34px;
}

.pcat-track {
  gap: 24px;
}

.pcat-glass {
  border-radius: 34px;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.pcat-glass:hover,
.course-card:hover,
.launchpad-plan-card:hover,
.mentor-tile:hover,
.flying-review-card:hover,
.journey-features article:hover,
.apply-cards article:hover,
.news-grid article:hover,
.stats > div:hover {
  transform: translateY(-7px);
  border-color: rgba(111, 61, 255, .2);
  box-shadow: 0 34px 90px rgba(39, 40, 92, .16), inset 0 1px 0 rgba(255, 255, 255, .95);
}

.pcat-art-wrap {
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .7), rgba(246, 243, 255, .52));
}

.pcat-badge,
.course-meta span,
.currency-switcher,
.tabs button {
  border: 1px solid rgba(91, 75, 232, .1);
  background: rgba(255, 255, 255, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96);
}

.courses-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(31, 99, 255, .07), transparent 34%),
    radial-gradient(circle at 94% 72%, rgba(215, 29, 255, .07), transparent 34%);
}

.course-toolbar,
.tabs {
  width: min(1180px, calc(100% - 32px));
}

.tabs {
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(91, 75, 232, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .62);
  box-shadow: var(--premium-shadow-sm);
  backdrop-filter: blur(18px);
}

.tabs button {
  min-height: 42px;
  border-radius: 16px;
  color: #353a57;
  font-size: 12px;
  font-weight: 800;
}

.tabs button.active,
.currency-switcher button.active,
.launchpad-currency-toggle button.active {
  color: #fff;
  background: var(--premium-gradient);
  box-shadow: 0 14px 30px rgba(111, 61, 255, .25);
}

.course-grid {
  width: min(1180px, calc(100% - 32px));
  gap: 24px;
}

.course-card {
  overflow: hidden;
  border-radius: 30px;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.course-visual {
  overflow: hidden;
  border-radius: 24px;
}

.course-card h3 {
  color: var(--premium-ink);
  font-size: 22px;
  line-height: 1.18;
}

.launchpad-section {
  background: linear-gradient(180deg, #fff, #fafaff);
}

.launchpad-plan-heading {
  width: min(1180px, calc(100% - 32px));
}

.launchpad-plan-grid {
  width: min(1180px, calc(100% - 32px));
  gap: 24px;
}

.launchpad-plan-card {
  border-radius: 34px;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.launchpad-plan-card.featured {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(247, 243, 255, .82)),
    radial-gradient(circle at 50% 0%, rgba(111, 61, 255, .18), transparent 46%);
  box-shadow: 0 36px 100px rgba(111, 61, 255, .2);
}

.plan-icon,
.stats > div::before,
.journey-features article::before {
  box-shadow: 0 18px 38px rgba(111, 61, 255, .24);
}

.subscribe {
  width: min(1180px, calc(100% - 32px));
  margin: 40px auto;
  border-radius: 44px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 197, 51, .26), transparent 34%),
    radial-gradient(circle at 85% 24%, rgba(215, 29, 255, .2), transparent 34%),
    linear-gradient(135deg, #101633, #3422a0 55%, #7140ff);
  box-shadow: 0 38px 100px rgba(48, 36, 142, .28);
}

.subscribe h2,
.journey .section-title.light h2,
.journey .section-title.light p {
  color: #fff;
}

.instructors {
  background: #fff;
}

.mentor-feature-wide {
  border-radius: 38px;
}

.mentor-feature-copy h3,
.mentor-row-head h2,
.mentor-tile h3 {
  color: var(--premium-ink);
}

.mentor-tile {
  border-radius: 28px;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.mentor-tile-photo {
  border-radius: 22px;
  overflow: hidden;
}

.stats {
  width: min(1120px, calc(100% - 32px));
  margin: 34px auto 80px;
  padding: 18px;
  gap: 14px;
  border: 1px solid rgba(91, 75, 232, .1);
  border-radius: 34px;
  background: rgba(255, 255, 255, .68);
  box-shadow: var(--premium-shadow-md);
  backdrop-filter: blur(20px);
}

.stats > div {
  position: relative;
  min-height: 126px;
  padding: 24px 24px 24px 86px;
  border-radius: 24px;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.stats > div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 28px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .28), transparent),
    var(--premium-gradient);
}

.stats > div:nth-child(2)::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .32), transparent),
    linear-gradient(135deg, #ffc533, #ff9b2f);
}

.stats > div:nth-child(3)::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .32), transparent),
    linear-gradient(135deg, #1f63ff, #22c2ff);
}

.stats > div:nth-child(4)::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .32), transparent),
    linear-gradient(135deg, #ff4fc2, #7a45ff);
}

.stats strong {
  color: var(--premium-ink);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
}

.stats span {
  margin-top: 10px;
  color: var(--premium-muted);
  font-weight: 700;
}

.flying-reviews {
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.flying-review-card {
  border-radius: 28px;
}

.stars {
  color: #ffb800;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.faq details {
  border-radius: 22px;
}

.faq summary {
  color: var(--premium-ink);
  font-weight: 850;
}

.journey {
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 197, 51, .16), transparent 30%),
    radial-gradient(circle at 78% 20%, rgba(215, 29, 255, .18), transparent 32%),
    linear-gradient(135deg, #101633, #1d1767 55%, #4e2bc5);
}

.journey-features {
  width: min(1480px, calc(100% - 120px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  justify-content: center;
  justify-items: stretch;
  gap: clamp(18px, 1.7vw, 28px);
}

.journey-features article {
  min-height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 20px 70px rgba(4, 8, 30, .22);
}

.journey-features article h3,
.journey-features article p {
  color: #fff;
}

.apply-cards {
  width: min(1480px, calc(100% - 120px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(420px, 1fr));
  justify-content: center;
  gap: clamp(22px, 2vw, 34px);
}

.apply-cards article {
  min-height: 214px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border-radius: 34px;
}

.apply-cards article > div {
  max-width: 620px;
}

.news-grid {
  width: min(1480px, calc(100% - 120px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  justify-content: center;
  gap: clamp(20px, 1.8vw, 30px);
}

.news-grid article {
  min-height: 354px;
  overflow: hidden;
  border-radius: 30px;
}

.news-grid h3 {
  color: var(--premium-ink);
  font-size: 21px;
  line-height: 1.24;
}

.news.section-glow .section-title {
  width: min(920px, calc(100% - 32px));
  max-width: 920px;
  margin: 0 auto clamp(38px, 4vw, 56px);
  display: grid;
  justify-items: center;
  text-align: center;
}

.news.section-glow .section-title h2 {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

.news.section-glow .section-title p {
  width: min(100%, 660px);
  margin-inline: auto;
  text-align: center;
}

.whatsapp-float {
  right: 24px;
  bottom: 24px;
  min-height: 62px;
  padding: 0 22px;
  border: 1px solid rgba(20, 185, 105, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 24px 60px rgba(18, 20, 52, .14);
  backdrop-filter: blur(18px);
}

.footer {
  border-top: 1px solid rgba(91, 75, 232, .1);
  background:
    radial-gradient(circle at 15% 10%, rgba(111, 61, 255, .08), transparent 30%),
    linear-gradient(180deg, #fff, #f8f8ff);
}

@keyframes premiumFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-art,
  .section-title,
  .course-card,
  .launchpad-plan-card,
  .mentor-tile,
  .stats > div {
    animation: premiumReveal .72s cubic-bezier(.2, .8, .2, 1) both;
  }

  .hero-art { animation-delay: .12s; }
  .course-card:nth-child(2),
  .launchpad-plan-card:nth-child(2),
  .stats > div:nth-child(2) { animation-delay: .08s; }
  .course-card:nth-child(3),
  .launchpad-plan-card:nth-child(3),
  .stats > div:nth-child(3) { animation-delay: .16s; }
  .course-card:nth-child(4),
  .stats > div:nth-child(4) { animation-delay: .24s; }

  @keyframes premiumReveal {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (min-width: 1181px) {
  .site-header {
    display: grid;
    grid-template-columns: auto minmax(420px, 1fr) minmax(420px, auto);
    gap: clamp(14px, 1.5vw, 24px);
  }

  .nav {
    min-width: 0;
    justify-content: center;
  }

  .header-actions {
    min-width: 0;
    justify-content: flex-end;
  }

  .search {
    width: min(320px, 23vw);
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(500px, .95fr) minmax(520px, .9fr);
    align-items: center;
    column-gap: clamp(28px, 3.7vw, 58px);
    padding-inline: clamp(52px, 5vw, 84px);
  }

  .hero-copy {
    width: min(100%, 680px);
    justify-self: end;
  }

  .hero-art {
    width: min(100%, 640px);
    min-height: 600px;
    justify-self: start;
    overflow: visible;
  }

  .skill-map {
    width: 100%;
    max-width: 640px;
    min-height: 600px;
    overflow: visible;
    transform: rotateY(-4deg) rotateX(1deg);
  }

  .map-card {
    left: 24%;
    top: 31%;
    width: min(360px, 54%);
    padding: 30px;
  }

  .map-card h2 {
    font-size: clamp(30px, 2.6vw, 42px);
  }

  .chip-projects { left: 4%; top: 13%; }
  .chip-mentors { right: 0; top: 12%; }
  .chip-career { right: 0; bottom: 13%; }
  .chip-certs { left: 8%; bottom: 12%; }
  .tag-ai { right: 4%; top: 45%; }
  .tag-sync { left: 0; top: 61%; }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  .site-header {
    grid-template-columns: auto minmax(390px, 1fr) minmax(390px, auto);
    padding-inline: 34px;
  }

  .brand {
    width: 138px;
  }

  .nav {
    gap: 14px;
    padding-inline: 12px;
  }

  .nav a {
    font-size: 12px;
  }

  .search {
    width: 270px;
  }

  .category-btn {
    width: 116px;
    flex-basis: 116px;
  }

  .login {
    padding-inline: 15px;
  }

  .join-us {
    padding-inline: 18px;
  }

  .hero {
    grid-template-columns: minmax(450px, .9fr) minmax(470px, .84fr);
    column-gap: 28px;
    padding-inline: 42px;
  }

  .job-headline {
    font-size: clamp(56px, 6.3vw, 86px);
  }

  .hero-copy p {
    max-width: 560px;
    font-size: 18px;
  }

  .hero-art {
    width: 560px;
    min-height: 560px;
  }

  .skill-map {
    max-width: 560px;
    min-height: 560px;
  }

  .map-card {
    left: 22%;
    width: 330px;
  }

  .map-chip {
    min-width: 160px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    height: auto;
    min-height: 82px;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
  }

  .header-actions {
    margin-left: auto;
  }

  .search {
    width: 300px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    max-width: 900px;
  }

  .skill-map {
    width: min(760px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    gap: 12px;
    padding-inline: 16px;
  }

  .brand {
    width: 132px;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto auto;
  }

  .search {
    width: 100%;
    min-width: 0;
  }

  .category-btn {
    width: 48px;
    flex-basis: 48px;
  }

  .category-label,
  .category-btn .chev {
    display: none;
  }

  .login,
  .join-us {
    min-width: 74px;
    padding-inline: 14px;
  }

  .nav {
    justify-content: flex-start;
    padding: 8px;
    border-radius: 18px;
  }

  .hero {
    padding: 46px 18px 64px;
  }

  .hero-copy::before {
    margin-bottom: 22px;
    min-height: 40px;
    font-size: 12px;
  }

  .job-headline {
    font-size: clamp(48px, 14vw, 78px);
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn,
  .course-bottom a,
  .plan-start,
  .pcat-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-art {
    min-height: 520px;
  }

  .skill-map {
    min-height: 520px;
    transform: none;
  }

  .map-card {
    width: 76%;
    padding: 26px;
  }

  .map-chip {
    min-width: 152px;
    padding: 14px 16px;
    font-size: 13px;
  }

  .future-section,
  .about-section,
  .categories-section,
  .courses-section,
  .launchpad-section,
  .subscribe,
  .instructors,
  .home-testimonials,
  .faq,
  .journey,
  .news {
    padding: 70px 18px;
  }

  .section-title h2,
  .future-copy h2,
  .about-copy h2,
  .launchpad-plan-heading h2,
  .mentor-hero-copy h2,
  .faq-copy h2,
  .journey .section-title h2,
  .news .section-title h2,
  .subscribe h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .tabs button {
    flex: 0 0 auto;
  }

  .stats {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .stats > div {
    min-height: 108px;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    left: 18px;
    right: 18px;
    bottom: 16px;
    justify-content: center;
  }
}

@media (min-width: 1181px) {
  .hero {
    min-height: calc(100vh - 102px);
    padding-top: 54px;
    padding-bottom: 126px;
  }

  .hero-feature-strip {
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-feature-strip span {
    min-height: 46px;
    padding: 0 14px;
    font-size: 12.5px;
  }

  .hero-feature-strip b {
    width: 23px;
    height: 23px;
  }

  .hero-buttons {
    margin-top: 26px;
  }

  .hero-trust {
    margin-top: 26px;
  }

  .hero-art {
    min-height: 580px;
  }

  .skill-map {
    min-height: 580px;
  }

  .map-card {
    top: 29%;
    width: min(350px, 50%);
    min-height: 0;
    padding: 28px 30px 26px;
  }

  .map-card h2 {
    margin-top: 16px;
    font-size: clamp(34px, 2.85vw, 44px);
    line-height: 1.03;
  }

  .map-card p {
    margin: 16px 0 16px;
    font-size: 15.5px;
    line-height: 1.44;
  }

  .map-card-btn {
    min-height: 42px;
    margin-bottom: 22px;
  }

  .map-progress-label {
    margin-bottom: 8px;
  }

  .hero-person-left {
    bottom: 17%;
    width: clamp(130px, 12vw, 184px);
  }

  .hero-person-right {
    bottom: 15%;
    width: clamp(168px, 16vw, 236px);
  }

  .map-chip {
    min-width: 196px;
    min-height: 68px;
    font-size: 16px;
  }

  .chip-certs {
    bottom: 14%;
  }

  .chip-career {
    bottom: 17%;
  }

  .tag-sync {
    top: 56%;
  }

  .hero-metrics {
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: min(1110px, calc(100vw - 180px));
    margin: 0;
    transform: translateX(-50%);
  }
}

@media (min-width: 1181px) and (max-width: 1380px) {
  .hero-feature-strip span {
    padding-inline: 11px;
    font-size: 12px;
  }

  .hero-buttons .btn {
    min-width: 220px;
  }

  .hero-buttons .btn.yellow {
    min-width: 174px;
  }

  .map-card {
    width: 322px;
    padding: 26px;
  }

  .map-card h2 {
    font-size: 36px;
  }

  .map-card p {
    font-size: 14px;
  }

  .hero-metrics {
    width: min(1030px, calc(100vw - 100px));
  }
}

@media (max-width: 520px) {
  .header-actions {
    grid-template-columns: 1fr 74px 82px;
  }

  .search {
    height: 44px;
  }

  .login,
  .join-us {
    height: 44px;
    font-size: 12px;
  }

  .hero-art {
    min-height: 470px;
  }

  .map-card {
    left: 50%;
    width: 84%;
    transform: translateX(-50%);
  }

  .chip-projects,
  .chip-mentors,
  .chip-career,
  .chip-certs {
    transform: none;
  }

  .map-chip {
    min-width: 138px;
  }

  .chip-projects { left: 0; top: 42px; }
  .chip-mentors { right: 0; top: 92px; }
  .chip-career { right: 0; bottom: 70px; }
  .chip-certs { left: 0; bottom: 52px; }

  .course-grid,
  .launchpad-plan-grid,
  .journey-features,
  .apply-cards,
  .news-grid,
  .course-toolbar,
  .tabs,
  .launchpad-plan-heading {
    width: 100%;
  }
}

@media (max-width: 1180px) and (min-width: 821px) {
  .hero {
    padding-bottom: 86px;
    overflow: hidden;
  }

  .hero-art {
    display: grid !important;
    width: min(100%, 680px);
    min-height: 560px;
    margin: -10px auto 0;
    overflow: visible;
  }

  .skill-map {
    width: min(680px, 100%);
    min-height: 540px;
    transform: none;
  }

  .map-card {
    left: 50%;
    top: 52%;
    width: min(360px, 56%);
    min-height: 0;
    padding: 28px;
    transform: translateX(-50%) translateZ(50px);
  }

  .chip-projects { left: 3%; top: 10%; }
  .chip-mentors { right: 3%; top: 9%; }
  .chip-career { right: 4%; bottom: 10%; }
  .chip-certs { left: 6%; bottom: 10%; }
  .tag-ai { right: 1%; top: 47%; }
  .tag-sync { left: 1%; top: 57%; }
}

@media (max-width: 820px) {
  body:has(.hero#home) .hero-copy::before {
    content: "Your Journey. Our Mission." !important;
  }

  body:has(.hero#home) .hero-art {
    display: grid !important;
  }

  .hero-art {
    width: 100% !important;
    min-height: 360px !important;
    margin-top: 12px;
    overflow: visible !important;
  }

  .skill-map {
    display: block !important;
    width: min(360px, 100%) !important;
    min-height: 350px !important;
    margin: 0 auto;
    transform: none !important;
  }

  .map-card {
    left: 50% !important;
    top: 52% !important;
    width: min(270px, 74%) !important;
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 22px !important;
    transform: translateX(-50%) !important;
  }

  .map-card h2 {
    font-size: 22px !important;
  }

  .map-card p {
    margin: 12px 0 18px !important;
    font-size: 12px !important;
  }

  .map-chip {
    min-width: 126px !important;
    min-height: 44px !important;
    padding: 0 12px 0 7px !important;
    gap: 7px !important;
    border-radius: 16px !important;
    font-size: 11px !important;
  }

  .map-chip b {
    width: 28px !important;
    height: 28px !important;
    border-radius: 10px !important;
  }

  .chip-projects { left: 0 !important; top: 20px !important; }
  .chip-mentors { right: 0 !important; top: 48px !important; }
  .chip-career { right: 0 !important; bottom: 24px !important; }
  .chip-certs { left: 0 !important; bottom: 40px !important; }
  .map-tag { display: none !important; }
}

/* Reference-match hero pass: aligns the first viewport with the supplied Jenovate mock. */
.hero-feature-strip,
.hero-trust,
.hero-metrics,
.hero-person,
.map-card-btn,
.map-progress-label {
  position: relative;
  z-index: 5;
}

.hero-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-feature-strip span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(96, 86, 160, .12);
  border-radius: 12px;
  color: #10142b;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 34px rgba(37, 39, 92, .08), inset 0 1px 0 rgba(255, 255, 255, .95);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(18px);
}

.hero-feature-strip b {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #2565ff, #b71cff);
  font-size: 12px;
}

.hero-feature-strip span:nth-child(4) b {
  background: linear-gradient(135deg, #23d49b, #19b2d5);
}

.hero-trust {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  width: max-content;
  max-width: 100%;
  column-gap: 18px;
  row-gap: 2px;
  margin-top: 30px;
  color: #61677d;
}

.hero-avatars {
  display: flex;
  grid-row: span 2;
  padding-left: 8px;
}

.hero-avatars img {
  width: 36px;
  height: 36px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 9px 20px rgba(17, 20, 54, .14);
}

.hero-trust p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

.hero-trust strong {
  color: var(--premium-ink);
  font-size: 24px;
  line-height: 1.05;
}

.hero-trust span {
  color: #65708b;
  font-size: 12px;
}

.hero-person {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 28px 34px rgba(53, 48, 125, .18));
}

.hero-person-left {
  left: 9%;
  bottom: 14%;
  width: clamp(150px, 14vw, 220px);
  transform: rotate(-2deg);
}

.hero-person-right {
  right: 3%;
  bottom: 11%;
  width: clamp(190px, 18vw, 280px);
  transform: rotate(2deg);
}

.map-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 2px 0 26px;
  padding: 0 20px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #111833, #131a3d);
  box-shadow: 0 18px 34px rgba(11, 16, 42, .2);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.map-progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.map-progress-label span {
  color: #656d86;
  font-size: 13px;
  font-weight: 700;
}

.map-progress-label strong {
  margin: 0;
  color: var(--premium-ink);
  font-size: 18px;
}

.hero-metrics {
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  width: min(1110px, calc(100vw - 120px));
  min-height: 102px;
  margin-top: -4px;
  padding: 16px 22px;
  border: 1px solid rgba(88, 93, 132, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 65px rgba(31, 35, 78, .11), inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(22px) saturate(1.08);
}

.hero-metrics div {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 16px;
  min-height: 68px;
  padding: 0 28px;
  border-right: 1px solid rgba(88, 93, 132, .14);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics i {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #6c3dff, #2366ff);
  box-shadow: 0 18px 34px rgba(90, 74, 235, .25);
  font-style: normal;
  font-size: 22px;
  font-weight: 900;
}

.hero-metrics div:nth-child(2) i {
  background: linear-gradient(135deg, #ffd64b, #ffac27);
}

.hero-metrics div:nth-child(3) i {
  background: linear-gradient(135deg, #3576ff, #6e4dff);
}

.hero-metrics div:nth-child(4) i {
  background: linear-gradient(135deg, #ff59bf, #ec32a6);
}

.hero-metrics strong {
  color: var(--premium-ink);
  font-size: 24px;
  line-height: 1.05;
}

.hero-metrics span {
  color: #626a82;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 1181px) {
  .site-header {
    height: 102px;
    grid-template-columns: 222px minmax(520px, 1fr) minmax(480px, auto);
    padding-inline: 38px 22px;
    background: rgba(255, 255, 255, .88);
  }

  .brand {
    width: 172px;
    height: 64px;
  }

  .nav {
    gap: clamp(18px, 1.6vw, 28px);
    padding: 8px 18px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .nav a {
    font-size: 14px;
    font-weight: 760;
  }

  .header-actions {
    gap: 10px;
  }

  .search {
    width: min(330px, 24vw);
    height: 48px;
  }

  .category-btn {
    width: 138px;
    flex-basis: 138px;
  }

  .login,
  .join-us {
    height: 48px;
  }

  .hero {
    min-height: calc(100vh - 102px);
    grid-template-columns: minmax(560px, .88fr) minmax(620px, 1fr);
    align-content: center;
    row-gap: 0;
    column-gap: clamp(30px, 3vw, 58px);
    padding: 54px clamp(42px, 4.8vw, 76px) 30px;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 19% 42%, rgba(255, 203, 44, .18), transparent 30%),
      radial-gradient(ellipse at 58% 50%, rgba(31, 111, 255, .13), transparent 28%),
      radial-gradient(ellipse at 78% 33%, rgba(120, 71, 255, .17), transparent 38%),
      radial-gradient(ellipse at 96% 78%, rgba(244, 68, 194, .13), transparent 30%),
      linear-gradient(180deg, #fff 0%, #fbfbff 100%);
  }

  .hero::before {
    inset: 66px 6px auto auto;
    width: 33%;
    height: 43%;
    opacity: .55;
  }

  .hero-copy {
    width: min(100%, 610px);
    justify-self: start;
    padding-left: clamp(4px, 1.4vw, 18px);
  }

  .hero-copy::before {
    min-height: 44px;
    margin-bottom: 32px;
    padding-inline: 22px;
    font-size: 14px;
  }

  .job-headline {
    max-width: 610px;
    font-size: clamp(72px, 5.6vw, 92px);
    line-height: .98;
  }

  .job-headline mark::after {
    height: .11em;
    bottom: -1%;
  }

  .hero-copy p {
    max-width: 590px;
    margin-top: 24px;
    font-size: clamp(18px, 1.28vw, 21px);
    line-height: 1.56;
  }

  .hero-buttons {
    margin-top: 28px;
  }

  .btn,
  .course-bottom a,
  .plan-start,
  .pcat-btn,
  .subscribe-form .whatsapp-join {
    min-height: 58px;
    border-radius: 18px;
  }

  .hero-buttons .btn {
    min-width: 244px;
  }

  .hero-buttons .btn.yellow {
    min-width: 190px;
  }

  .hero-art {
    width: min(100%, 720px);
    min-height: 610px;
    justify-self: end;
  }

  .skill-map {
    max-width: 720px;
    min-height: 610px;
    border-radius: 48px;
    transform: none;
    background:
      radial-gradient(circle at 34% 36%, rgba(101, 64, 255, .18), transparent 28%),
      radial-gradient(circle at 78% 72%, rgba(255, 197, 51, .17), transparent 24%),
      linear-gradient(145deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .12));
  }

  .map-card {
    left: 37%;
    top: 28%;
    width: min(380px, 52%);
    min-height: 392px;
    padding: 36px 34px 30px;
    border-radius: 32px;
    transform: none;
  }

  .map-card h2 {
    margin-top: 20px;
    font-size: clamp(38px, 3.2vw, 52px);
    line-height: 1.05;
  }

  .map-card p {
    margin: 18px 0 18px;
    font-size: 17px;
    line-height: 1.52;
  }

  .chip-projects {
    left: 2%;
    top: 12%;
  }

  .chip-mentors {
    right: 2%;
    top: 9%;
  }

  .chip-career {
    right: 3%;
    bottom: 12%;
  }

  .chip-certs {
    left: 7%;
    bottom: 10%;
  }

  .map-chip {
    min-width: 218px;
    min-height: 76px;
    padding: 18px 22px;
    border-radius: 24px;
    font-size: 17px;
  }

  .map-chip b {
    width: 38px;
    height: 38px;
  }

  .tag-ai {
    right: 10%;
    top: 48%;
  }

  .tag-sync {
    left: 4%;
    top: 58%;
  }
}

@media (min-width: 1181px) and (max-width: 1380px) {
  .site-header {
    grid-template-columns: 172px minmax(480px, 1fr) minmax(438px, auto);
    padding-inline: 26px 18px;
  }

  .brand {
    width: 156px;
  }

  .nav {
    gap: 15px;
    padding-inline: 10px;
  }

  .nav a {
    font-size: 12.5px;
  }

  .search {
    width: 282px;
  }

  .category-btn {
    width: 122px;
    flex-basis: 122px;
  }

  .hero {
    grid-template-columns: minmax(500px, .86fr) minmax(560px, 1fr);
    padding-inline: 44px;
  }

  .job-headline {
    font-size: clamp(62px, 5.4vw, 78px);
  }

  .hero-art {
    width: 620px;
  }

  .skill-map {
    max-width: 620px;
  }

  .map-card {
    left: 34%;
    width: 340px;
  }

  .hero-metrics {
    width: min(1060px, calc(100vw - 80px));
  }

  .hero-metrics div {
    padding-inline: 18px;
  }
}

@media (max-width: 1180px) {
  .hero-feature-strip,
  .hero-trust {
    justify-content: center;
  }

  .hero-trust {
    margin-inline: auto;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    width: min(760px, calc(100vw - 48px));
    margin-top: 22px;
  }

  .hero-metrics div:nth-child(2) {
    border-right: 0;
  }

  .hero-metrics div {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(88, 93, 132, .12);
  }

  .hero-metrics div:nth-child(3),
  .hero-metrics div:nth-child(4) {
    border-bottom: 0;
  }

  .hero-person-left {
    left: 6%;
    width: 150px;
  }

  .hero-person-right {
    right: 2%;
    width: 210px;
  }
}

@media (max-width: 820px) {
  .hero-feature-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .hero-feature-strip span {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-trust {
    width: 100%;
    justify-content: center;
    margin-top: 22px;
  }

  .hero-person-left {
    left: 3%;
    bottom: 18%;
    width: 96px;
  }

  .hero-person-right {
    right: -4%;
    bottom: 16%;
    width: 128px;
  }

  .map-card-btn,
  .map-progress-label {
    display: none;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 18px;
    padding: 12px;
    border-radius: 24px;
  }

  .hero-metrics div,
  .hero-metrics div:nth-child(2),
  .hero-metrics div:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid rgba(88, 93, 132, .12);
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 1181px) {
  body:has(.hero#home) .hero {
    min-height: calc(100vh - 102px) !important;
    height: auto !important;
    padding-bottom: 126px !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    flex-wrap: nowrap !important;
    gap: 10px !important;
    height: 46px !important;
    overflow: visible !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    min-height: 46px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body:has(.hero#home) .hero-buttons {
    margin-top: 24px !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-top: 24px !important;
  }

  body:has(.hero#home) .hero-art,
  body:has(.hero#home) .skill-map {
    min-height: 580px !important;
  }

  body:has(.hero#home) .map-card {
    top: 30% !important;
    width: 322px !important;
    min-height: 0 !important;
    padding: 26px !important;
  }

  body:has(.hero#home) .map-card h2 {
    margin-top: 14px !important;
    font-size: 36px !important;
    line-height: 1.04 !important;
  }

  body:has(.hero#home) .map-card p {
    margin: 14px 0 14px !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body:has(.hero#home) .map-card-btn {
    min-height: 40px !important;
    margin-bottom: 18px !important;
    padding-inline: 18px !important;
  }

  body:has(.hero#home) .map-progress-label {
    margin-bottom: 8px !important;
  }

  body:has(.hero#home) .map-chip {
    min-width: 186px !important;
    min-height: 64px !important;
    padding: 15px 18px !important;
    font-size: 15px !important;
  }

  body:has(.hero#home) .hero-person-left {
    bottom: 18% !important;
    width: 170px !important;
  }

  body:has(.hero#home) .hero-person-right {
    bottom: 17% !important;
    width: 218px !important;
  }

  body:has(.hero#home) .hero-metrics {
    position: absolute !important;
    left: 50% !important;
    bottom: 28px !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  body:has(.hero#home) .site-header {
    grid-template-columns: 172px minmax(540px, 1fr) minmax(520px, auto) !important;
    padding-inline: 26px 18px !important;
    gap: 12px !important;
  }

  body:has(.hero#home) .brand {
    width: 156px !important;
  }

  body:has(.hero#home) .nav {
    gap: 14px !important;
    padding-inline: 8px !important;
  }

  body:has(.hero#home) .nav a {
    font-size: 12.5px !important;
  }

  body:has(.hero#home) .search {
    width: 292px !important;
  }

  body:has(.hero#home) .category-btn {
    width: 122px !important;
    flex-basis: 122px !important;
  }
}

/* Final art-directed hero alignment for the supplied reference layout. */
@media (min-width: 1181px) {
  body:has(.hero#home) .hero {
    grid-template-columns: minmax(610px, 680px) minmax(650px, 760px) !important;
    justify-content: center !important;
    column-gap: 26px !important;
    min-height: calc(100vh - 102px) !important;
    padding: 54px 56px 124px !important;
  }

  body:has(.hero#home) .hero-copy {
    width: 620px !important;
    max-width: 620px !important;
    padding-left: 0 !important;
    justify-self: start !important;
  }

  body:has(.hero#home) .hero-copy::before {
    min-height: 44px !important;
    margin-bottom: 28px !important;
    padding: 0 22px !important;
  }

  body:has(.hero#home) .job-headline {
    max-width: 680px !important;
    font-size: clamp(74px, 5.35vw, 88px) !important;
    line-height: .98 !important;
  }

  body:has(.hero#home) .hero-copy p {
    max-width: 610px !important;
    margin-top: 22px !important;
    font-size: 19px !important;
    line-height: 1.55 !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    width: 610px !important;
    height: 48px !important;
    margin-top: 22px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    min-width: 0 !important;
    min-height: 48px !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }

  body:has(.hero#home) .hero-buttons {
    gap: 20px !important;
    margin-top: 28px !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    min-width: 244px !important;
    min-height: 58px !important;
  }

  body:has(.hero#home) .hero-buttons .btn.yellow {
    min-width: 190px !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-top: 28px !important;
    width: 380px !important;
  }

  body:has(.hero#home) .hero-art {
    width: 740px !important;
    max-width: 740px !important;
    min-height: 588px !important;
    justify-self: end !important;
  }

  body:has(.hero#home) .skill-map {
    width: 740px !important;
    max-width: 740px !important;
    min-height: 588px !important;
    border-radius: 44px !important;
  }

  body:has(.hero#home) .map-card {
    left: 35% !important;
    top: 29% !important;
    width: 374px !important;
    padding: 30px 32px 28px !important;
    border-radius: 30px !important;
  }

  body:has(.hero#home) .map-card h2 {
    max-width: 300px !important;
    margin-top: 16px !important;
    font-size: 39px !important;
    line-height: 1.05 !important;
  }

  body:has(.hero#home) .map-card p {
    max-width: 292px !important;
    margin: 16px 0 18px !important;
    font-size: 14.5px !important;
    line-height: 1.45 !important;
  }

  body:has(.hero#home) .map-card-btn {
    min-height: 42px !important;
    margin: 0 0 22px !important;
    border-radius: 14px !important;
  }

  body:has(.hero#home) .map-progress {
    height: 10px !important;
  }

  body:has(.hero#home) .map-chip {
    min-width: 206px !important;
    min-height: 70px !important;
    padding: 16px 20px !important;
    border-radius: 22px !important;
    font-size: 15px !important;
  }

  body:has(.hero#home) .chip-projects {
    left: 3% !important;
    top: 12% !important;
  }

  body:has(.hero#home) .chip-mentors {
    right: 1% !important;
    top: 8% !important;
  }

  body:has(.hero#home) .chip-career {
    right: 2% !important;
    bottom: 17% !important;
  }

  body:has(.hero#home) .chip-certs {
    left: 6% !important;
    bottom: 14% !important;
  }

  body:has(.hero#home) .tag-ai {
    right: 9% !important;
    top: 47% !important;
  }

  body:has(.hero#home) .tag-sync {
    left: 3% !important;
    top: 56% !important;
  }

  body:has(.hero#home) .hero-person-left {
    left: 12% !important;
    bottom: 16% !important;
    width: 176px !important;
  }

  body:has(.hero#home) .hero-person-right {
    right: 3% !important;
    bottom: 15% !important;
    width: 230px !important;
  }

  body:has(.hero#home) .hero-metrics {
    width: min(1110px, calc(100vw - 230px)) !important;
    min-height: 102px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1450px) {
  body:has(.hero#home) .hero {
    grid-template-columns: 590px 680px !important;
    column-gap: 18px !important;
    padding-inline: 50px !important;
  }

  body:has(.hero#home) .hero-copy {
    width: 590px !important;
  }

  body:has(.hero#home) .job-headline {
    font-size: 68px !important;
  }

  body:has(.hero#home) .hero-copy p {
    max-width: 560px !important;
    font-size: 17.5px !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    width: 590px !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    font-size: 11.5px !important;
  }

  body:has(.hero#home) .hero-art,
  body:has(.hero#home) .skill-map {
    width: 680px !important;
    max-width: 680px !important;
  }

  body:has(.hero#home) .map-card {
    width: 338px !important;
  }

  body:has(.hero#home) .map-card h2 {
    font-size: 35px !important;
  }

  body:has(.hero#home) .map-chip {
    min-width: 184px !important;
  }
}

@media (min-width: 1181px) and (max-height: 960px) {
  body:has(.hero#home) .hero {
    height: calc(100vh - 102px) !important;
    min-height: 760px !important;
    max-height: 858px !important;
    align-content: start !important;
    padding-top: 38px !important;
    padding-bottom: 118px !important;
    overflow: hidden !important;
  }

  body:has(.hero#home) .hero-copy {
    height: auto !important;
  }

  body:has(.hero#home) .hero-copy::before {
    min-height: 40px !important;
    margin-bottom: 18px !important;
    font-size: 13px !important;
  }

  body:has(.hero#home) .job-headline {
    font-size: clamp(60px, 3.95vw, 74px) !important;
    line-height: .97 !important;
  }

  body:has(.hero#home) .hero-copy p {
    max-width: 560px !important;
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    height: 42px !important;
    margin-top: 16px !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    min-height: 42px !important;
  }

  body:has(.hero#home) .hero-buttons {
    margin-top: 20px !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    min-height: 52px !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-top: 18px !important;
    grid-template-columns: auto 1fr !important;
    width: 360px !important;
    row-gap: 0 !important;
  }

  body:has(.hero#home) .hero-avatars img {
    width: 32px !important;
    height: 32px !important;
  }

  body:has(.hero#home) .hero-trust p {
    font-size: 12px !important;
  }

  body:has(.hero#home) .hero-trust strong {
    grid-column: 2 !important;
    font-size: 21px !important;
  }

  body:has(.hero#home) .hero-trust span {
    grid-column: 2 !important;
    align-self: auto !important;
    margin-left: 0 !important;
    font-size: 11px !important;
  }

  body:has(.hero#home) .hero-art,
  body:has(.hero#home) .skill-map {
    min-height: 540px !important;
  }

  body:has(.hero#home) .hero-art {
    margin-top: 26px !important;
  }

  body:has(.hero#home) .map-card {
    top: 28% !important;
    width: 350px !important;
    padding: 26px 28px 24px !important;
  }

  body:has(.hero#home) .map-card h2 {
    font-size: 35px !important;
  }

  body:has(.hero#home) .map-card p {
    font-size: 13.5px !important;
  }

  body:has(.hero#home) .map-chip {
    min-height: 62px !important;
  }

  body:has(.hero#home) .hero-person-left {
    bottom: 15% !important;
    width: 156px !important;
  }

  body:has(.hero#home) .hero-person-right {
    bottom: 13% !important;
    width: 200px !important;
  }

  body:has(.hero#home) .hero-metrics {
    bottom: 20px !important;
    height: 94px !important;
    min-height: 94px !important;
    padding-block: 12px !important;
  }

  body:has(.hero#home) .hero-metrics div {
    min-height: 62px !important;
  }
}

@media (min-width: 1181px) {
  body:has(.hero#home) .job-headline mark::after {
    height: .1em !important;
    bottom: -4% !important;
    background: linear-gradient(90deg, transparent 0 2%, #ffc533 8% 92%, transparent 98% 100%) !important;
    box-shadow: 0 7px 0 -4px rgba(255, 197, 51, .8) !important;
    z-index: -1 !important;
  }

  body:has(.hero#home) .hero-copy::after {
    content: "" !important;
    position: absolute !important;
    right: 76px !important;
    top: 122px !important;
    width: 54px !important;
    height: 42px !important;
    background:
      linear-gradient(#ffc533, #ffc533) 0 22px / 26px 5px no-repeat,
      linear-gradient(#ffc533, #ffc533) 32px 4px / 5px 24px no-repeat,
      linear-gradient(#ffc533, #ffc533) 43px 30px / 21px 5px no-repeat !important;
    border-radius: 999px !important;
    transform: rotate(-18deg) !important;
    opacity: .9 !important;
  }

  body:has(.hero#home) .hero::after {
    left: auto !important;
    right: 10px !important;
    top: 38px !important;
    bottom: auto !important;
    width: 130px !important;
    height: 130px !important;
    opacity: .32 !important;
  }
}

@media (min-width: 1501px) {
  body:has(.hero#home) .hero {
    justify-content: start !important;
    padding-left: 88px !important;
    padding-right: 56px !important;
  }
}

/* Pixel-directed cleanup for the supplied reference: stop the hero from drifting. */
@media (min-width: 1181px) {
  body:has(.hero#home) .hero {
    display: block !important;
    position: relative !important;
    height: calc(100vh - 102px) !important;
    min-height: 760px !important;
    max-height: 900px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body:has(.hero#home) .hero-copy {
    position: absolute !important;
    left: clamp(76px, 4.6vw, 88px) !important;
    top: clamp(50px, 5.6vh, 64px) !important;
    width: clamp(660px, 40vw, 760px) !important;
    max-width: none !important;
  }

  body:has(.hero#home) .hero-copy::before {
    min-height: 44px !important;
    margin-bottom: 26px !important;
    padding: 0 22px !important;
    font-size: 14px !important;
  }

  body:has(.hero#home) .job-headline {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(68px, 4.45vw, 84px) !important;
    line-height: .98 !important;
  }

  body:has(.hero#home) .hero-copy p {
    width: clamp(520px, 31vw, 590px) !important;
    max-width: none !important;
    margin-top: 22px !important;
    font-size: clamp(17px, 1.1vw, 20px) !important;
    line-height: 1.5 !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    width: clamp(540px, 31.5vw, 610px) !important;
    height: 48px !important;
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    min-height: 48px !important;
    justify-content: center !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body:has(.hero#home) .hero-buttons {
    margin-top: 26px !important;
    gap: 20px !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    min-width: 244px !important;
    min-height: 58px !important;
  }

  body:has(.hero#home) .hero-buttons .btn.yellow {
    min-width: 190px !important;
  }

  body:has(.hero#home) .hero-trust {
    position: static !important;
    width: 380px !important;
    margin: 24px 0 0 !important;
    grid-template-columns: auto 1fr !important;
    row-gap: 2px !important;
  }

  body:has(.hero#home) .hero-trust strong {
    font-size: 24px !important;
  }

  body:has(.hero#home) .hero-trust span {
    margin-left: 0 !important;
  }

  body:has(.hero#home) .hero-art {
    position: absolute !important;
    right: clamp(42px, 5.5vw, 106px) !important;
    top: clamp(60px, 7vh, 86px) !important;
    width: clamp(650px, 43vw, 820px) !important;
    max-width: none !important;
    min-height: clamp(530px, 64vh, 650px) !important;
    margin: 0 !important;
  }

  body:has(.hero#home) .skill-map {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(530px, 64vh, 650px) !important;
    border-radius: 42px !important;
    background:
      radial-gradient(circle at 38% 38%, rgba(110, 74, 255, .18), transparent 28%),
      radial-gradient(circle at 82% 75%, rgba(255, 197, 51, .15), transparent 24%),
      linear-gradient(145deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .14)) !important;
  }

  body:has(.hero#home) .hero-person {
    display: none !important;
  }

  body:has(.hero#home) .map-card {
    left: 30% !important;
    top: 27% !important;
    width: clamp(390px, 23vw, 440px) !important;
    padding: 34px 36px 30px !important;
    border-radius: 30px !important;
    overflow: visible !important;
  }

  body:has(.hero#home) .map-card h2 {
    width: 12ch !important;
    max-width: none !important;
    margin-top: 18px !important;
    font-size: clamp(38px, 2.7vw, 48px) !important;
    line-height: 1.05 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body:has(.hero#home) .map-card p {
    width: 300px !important;
    max-width: none !important;
    margin: 18px 0 20px !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  body:has(.hero#home) .map-card-btn {
    min-height: 44px !important;
    margin-bottom: 22px !important;
  }

  body:has(.hero#home) .map-progress-label {
    margin-bottom: 8px !important;
  }

  body:has(.hero#home) .map-chip {
    min-width: clamp(190px, 12vw, 228px) !important;
    min-height: 72px !important;
    padding: 18px 22px !important;
    border-radius: 22px !important;
    font-size: 16px !important;
  }

  body:has(.hero#home) .chip-projects {
    left: 4% !important;
    top: 8% !important;
  }

  body:has(.hero#home) .chip-mentors {
    right: 4% !important;
    top: 5% !important;
  }

  body:has(.hero#home) .chip-certs {
    left: 2% !important;
    bottom: 16% !important;
  }

  body:has(.hero#home) .chip-career {
    right: 3% !important;
    bottom: 20% !important;
  }

  body:has(.hero#home) .tag-ai {
    right: 9% !important;
    top: 43% !important;
    z-index: 8 !important;
  }

  body:has(.hero#home) .tag-sync {
    left: 3% !important;
    top: 49% !important;
  }

  body:has(.hero#home) .hero-metrics {
    position: absolute !important;
    left: clamp(184px, 14vw, 280px) !important;
    right: auto !important;
    bottom: 24px !important;
    width: min(1110px, calc(100vw - 420px)) !important;
    height: 102px !important;
    min-height: 102px !important;
    margin: 0 !important;
    padding: 16px 22px !important;
    transform: none !important;
  }
}

@media (min-width: 1181px) and (max-height: 960px) {
  body:has(.hero#home) .hero-copy {
    top: 76px !important;
  }

  body:has(.hero#home) .hero-copy::before {
    min-height: 40px !important;
    margin-bottom: 18px !important;
    font-size: 13px !important;
  }

  body:has(.hero#home) .job-headline {
    font-size: clamp(60px, 3.95vw, 74px) !important;
    line-height: .97 !important;
  }

  body:has(.hero#home) .hero-copy p {
    width: 560px !important;
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    height: 42px !important;
    margin-top: 16px !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    min-height: 42px !important;
  }

  body:has(.hero#home) .hero-buttons {
    margin-top: 20px !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    min-height: 52px !important;
  }

  body:has(.hero#home) .hero-trust {
    width: 360px !important;
    height: 58px !important;
    margin-top: 18px !important;
    overflow: hidden !important;
  }

  body:has(.hero#home) .hero-avatars img {
    width: 32px !important;
    height: 32px !important;
  }

  body:has(.hero#home) .hero-trust p {
    font-size: 12px !important;
  }

  body:has(.hero#home) .hero-trust strong {
    font-size: 21px !important;
  }

  body:has(.hero#home) .hero-trust span {
    font-size: 11px !important;
  }
}

@media (min-width: 1181px) {
  body:has(.hero#home) .hero-person {
    display: block !important;
  }

  body:has(.hero#home) .hero-person-left {
    left: 16% !important;
    bottom: 10% !important;
    width: clamp(250px, 18vw, 340px) !important;
    z-index: 3 !important;
    transform: rotate(-1deg) !important;
  }

  body:has(.hero#home) .hero-person-right {
    right: 6% !important;
    bottom: 9% !important;
    width: clamp(260px, 19vw, 360px) !important;
    z-index: 3 !important;
    transform: rotate(1deg) !important;
  }

  body:has(.hero#home) .map-card {
    z-index: 5 !important;
  }

  body:has(.hero#home) .map-chip,
  body:has(.hero#home) .map-tag {
    z-index: 7 !important;
  }
}

/* Clean reference-match desktop hero: de-collide and match the supplied mock rhythm. */
@media (min-width: 1181px) {
  body:has(.hero#home) .hero {
    display: block !important;
    position: relative !important;
    height: calc(100vh - 102px) !important;
    min-height: 760px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body:has(.hero#home) .hero-copy {
    position: absolute !important;
    left: clamp(76px, 4.6vw, 88px) !important;
    top: clamp(58px, 7vh, 76px) !important;
    width: 680px !important;
    max-width: 680px !important;
    z-index: 4 !important;
  }

  body:has(.hero#home) .hero-copy::before {
    min-height: 42px !important;
    margin-bottom: 24px !important;
    padding: 0 22px !important;
    font-size: 14px !important;
  }

  body:has(.hero#home) .job-headline {
    width: 620px !important;
    max-width: 620px !important;
    font-size: clamp(68px, 4.35vw, 84px) !important;
    line-height: .98 !important;
  }

  body:has(.hero#home) .hero-copy p {
    width: 560px !important;
    max-width: 560px !important;
    margin-top: 20px !important;
    font-size: clamp(17px, 1.08vw, 20px) !important;
    line-height: 1.48 !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 560px !important;
    height: 46px !important;
    margin-top: 20px !important;
    gap: 10px !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    min-height: 46px !important;
    padding: 0 8px !important;
    justify-content: center !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body:has(.hero#home) .hero-buttons {
    margin-top: 24px !important;
    gap: 20px !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    min-width: 236px !important;
    min-height: 56px !important;
  }

  body:has(.hero#home) .hero-buttons .btn.yellow {
    min-width: 178px !important;
  }

  body:has(.hero#home) .hero-trust {
    position: static !important;
    display: grid !important;
    grid-template-columns: auto auto !important;
    width: 390px !important;
    height: auto !important;
    margin: 24px 0 0 !important;
    overflow: visible !important;
    column-gap: 18px !important;
  }

  body:has(.hero#home) .hero-avatars {
    display: flex !important;
    grid-row: span 2 !important;
  }

  body:has(.hero#home) .hero-avatars img {
    width: 34px !important;
    height: 34px !important;
  }

  body:has(.hero#home) .hero-trust p {
    grid-column: 2 !important;
    font-size: 13px !important;
  }

  body:has(.hero#home) .hero-trust strong {
    grid-column: 2 !important;
    font-size: 24px !important;
  }

  body:has(.hero#home) .hero-trust span {
    display: block !important;
    grid-column: 2 !important;
    font-size: 12px !important;
  }

  body:has(.hero#home) .hero-art {
    position: absolute !important;
    right: clamp(36px, 4.6vw, 88px) !important;
    top: clamp(62px, 8vh, 88px) !important;
    width: clamp(700px, 45vw, 840px) !important;
    max-width: none !important;
    min-height: clamp(540px, 64vh, 650px) !important;
    margin: 0 !important;
    z-index: 3 !important;
  }

  body:has(.hero#home) .skill-map {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(540px, 64vh, 650px) !important;
    border-radius: 42px !important;
  }

  body:has(.hero#home) .hero-person-left {
    left: 15% !important;
    bottom: 8% !important;
    width: clamp(240px, 17vw, 320px) !important;
    z-index: 3 !important;
  }

  body:has(.hero#home) .hero-person-right {
    right: 6% !important;
    bottom: 7% !important;
    width: clamp(250px, 18vw, 340px) !important;
    z-index: 3 !important;
  }

  body:has(.hero#home) .map-card {
    left: 35% !important;
    top: 27% !important;
    width: clamp(360px, 22vw, 410px) !important;
    min-height: 0 !important;
    padding: 34px 34px 30px !important;
    border-radius: 30px !important;
    overflow: visible !important;
    z-index: 6 !important;
  }

  body:has(.hero#home) .map-card h2 {
    width: 12ch !important;
    max-width: none !important;
    margin-top: 18px !important;
    font-size: clamp(36px, 2.45vw, 44px) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  body:has(.hero#home) .map-card p {
    width: 292px !important;
    max-width: 292px !important;
    margin: 18px 0 18px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  body:has(.hero#home) .map-card-btn {
    min-height: 42px !important;
    margin: 0 0 22px !important;
  }

  body:has(.hero#home) .map-chip {
    min-width: clamp(184px, 11.5vw, 220px) !important;
    min-height: 68px !important;
    padding: 16px 20px !important;
    border-radius: 22px !important;
    font-size: 15px !important;
    z-index: 7 !important;
  }

  body:has(.hero#home) .chip-projects {
    left: 4% !important;
    top: 8% !important;
  }

  body:has(.hero#home) .chip-mentors {
    right: 4% !important;
    top: 5% !important;
  }

  body:has(.hero#home) .chip-certs {
    left: 3% !important;
    bottom: 16% !important;
  }

  body:has(.hero#home) .chip-career {
    right: 2% !important;
    bottom: 20% !important;
  }

  body:has(.hero#home) .tag-ai {
    right: 6% !important;
    top: 43% !important;
    z-index: 8 !important;
  }

  body:has(.hero#home) .tag-sync {
    left: 3% !important;
    top: 48% !important;
    z-index: 8 !important;
  }

  body:has(.hero#home) .hero-metrics {
    position: absolute !important;
    left: clamp(184px, 13.6vw, 270px) !important;
    bottom: 24px !important;
    width: min(1110px, calc(100vw - 420px)) !important;
    height: 102px !important;
    min-height: 102px !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 5 !important;
  }
}

@media (min-width: 1181px) and (max-height: 940px) {
  body:has(.hero#home) .hero-copy {
    top: 76px !important;
  }

  body:has(.hero#home) .job-headline {
    font-size: clamp(62px, 4vw, 76px) !important;
  }

  body:has(.hero#home) .hero-copy p {
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  body:has(.hero#home) .hero-feature-strip {
    margin-top: 16px !important;
  }

  body:has(.hero#home) .hero-buttons {
    margin-top: 20px !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-top: 18px !important;
    transform: translateY(-22px) !important;
    height: 62px !important;
  }

  body:has(.hero#home) .hero-art {
    top: 62px !important;
  }
}

.hero-reference-art {
  display: none;
}

@media (min-width: 1181px) {
  body:has(.hero#home) .hero-art {
    position: absolute !important;
    right: clamp(36px, 4.5vw, 86px) !important;
    top: clamp(56px, 7vh, 76px) !important;
    width: clamp(760px, 43vw, 860px) !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    display: block !important;
    z-index: 3 !important;
  }

  body:has(.hero#home) .hero-reference-art {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 30px 70px rgba(68, 58, 139, .12)) !important;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, #000 12%, #000 100%),
      linear-gradient(180deg, #000 0%, #000 86%, transparent 100%) !important;
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 12%, #000 100%),
      linear-gradient(180deg, #000 0%, #000 86%, transparent 100%) !important;
    -webkit-mask-composite: source-in !important;
    mask-composite: intersect !important;
  }

  body:has(.hero#home) .hero-art .hero-3d-stage,
  body:has(.hero#home) .hero-art .skill-map {
    display: none !important;
  }
}

/* Pull first viewport upward: removes the visible gap below the header. */
@media (min-width: 1181px) {
  body:has(.hero#home) .hero-copy {
    top: clamp(18px, 2.4vh, 28px) !important;
  }

  body:has(.hero#home) .hero-art {
    top: clamp(14px, 2.8vh, 28px) !important;
  }
}

/* Hero metrics dock removed: let the next section join cleanly. */
@media (min-width: 1181px) {
  main {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body:has(.hero#home) .hero {
    height: auto !important;
    min-height: min(calc(100vh - 138px), 760px) !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  body:has(.hero#home) .hero-art {
    right: clamp(92px, 7.8vw, 150px) !important;
    top: clamp(2px, .9vh, 10px) !important;
    width: clamp(630px, 35vw, 672px) !important;
    overflow: visible !important;
  }

  body:has(.hero#home) .hero-art::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: calc(-1 * clamp(92px, 7.8vw, 150px)) !important;
    width: calc(clamp(92px, 7.8vw, 150px) + 96px) !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: -1 !important;
    border-radius: 0 42px 42px 0 !important;
    background:
      radial-gradient(ellipse at 0% 48%, rgba(113, 83, 255, .12), transparent 46%),
      radial-gradient(ellipse at 88% 80%, rgba(240, 70, 191, .15), transparent 42%),
      radial-gradient(circle at 44% 18%, rgba(31, 125, 255, .07), transparent 34%),
      linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .92)) !important;
  }

  body:has(.hero#home) .hero-art::after {
    content: "" !important;
    position: absolute !important;
    top: 4% !important;
    right: calc(-1 * clamp(82px, 6.8vw, 132px)) !important;
    width: clamp(150px, 11vw, 220px) !important;
    height: 54% !important;
    pointer-events: none !important;
    z-index: -1 !important;
    border: 1px solid rgba(117, 82, 255, .12) !important;
    border-left-color: transparent !important;
    border-radius: 50% !important;
    background-image: radial-gradient(circle, rgba(102, 106, 136, .22) 1.2px, transparent 1.8px) !important;
    background-size: 18px 18px !important;
    opacity: .72 !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 100%) !important;
  }

  body:has(.hero#home) .hero-reference-art {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 100%) !important;
    -webkit-mask-composite: source-over !important;
    mask-composite: add !important;
  }

  body:has(.hero#home) + .future-section,
  body:has(.hero#home) .future-section {
    margin-top: 0 !important;
  }

  body:has(.hero#home) .hero + .future-section {
    margin-top: 0 !important;
    padding-top: clamp(28px, 3.2vw, 48px) !important;
    border-top: 0 !important;
  }
}

.dream-journey-strip {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: 0;
  padding: clamp(28px, 3.2vw, 46px) clamp(18px, 5vw, 76px) clamp(34px, 3.8vw, 54px);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(111, 61, 255, .07), transparent 18%),
    radial-gradient(circle at 86% 92%, rgba(41, 202, 178, .07), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .96));
  border: 0;
  box-shadow: none;
}

.dream-journey-strip::before,
.dream-journey-strip::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.dream-journey-strip::before {
  top: 30px;
  width: min(860px, 76vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(105, 83, 255, .18), transparent);
}

.dream-journey-strip::after {
  top: 28px;
  width: min(760px, 70vw);
  height: 92px;
  background-image: radial-gradient(circle, rgba(105, 83, 255, .12) 1.2px, transparent 1.6px);
  background-size: 26px 26px;
  opacity: .5;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.dream-journey-strip h2 {
  position: relative;
  z-index: 1;
  margin: 0 auto clamp(28px, 3vw, 38px);
  color: #080b1d;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.12;
  font-weight: 900;
  text-align: center;
}

.dream-journey-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: clamp(22px, 5vw, 72px);
  width: min(980px, 100%);
  margin: 0 auto;
}

.dream-journey-steps::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 13%;
  right: 13%;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(105, 83, 255, .24) 0 12px, transparent 12px 28px);
  z-index: -1;
}

.dream-journey-steps article {
  min-width: 0;
  text-align: center;
}

.dream-journey-steps span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(105, 83, 255, .1);
  box-shadow: 0 18px 44px rgba(70, 70, 130, .11), inset 0 1px 0 rgba(255, 255, 255, .96);
}

.dream-journey-steps img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(88, 71, 232, .16));
}

.dream-journey-steps h3 {
  margin: 0 0 7px;
  color: #0a0d21;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.dream-journey-steps p {
  margin: 0;
  color: rgba(18, 24, 48, .66);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.dream-journey-strip + .future-section {
  margin-top: 0 !important;
  padding-top: clamp(72px, 7vw, 112px) !important;
}

@media (max-width: 900px) {
  .dream-journey-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .dream-journey-steps::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .dream-journey-strip {
    padding: 28px 18px 34px;
  }

  .dream-journey-steps {
    gap: 22px 14px;
  }

  .dream-journey-steps span {
    width: 64px;
    height: 64px;
  }
}

/* Final hero polish: clear bottom cards, correct login pill, and continue the right canvas. */
.site-header .login {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 78px !important;
  height: 50px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(85, 92, 132, .12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #101329 !important;
  box-shadow: 0 14px 34px rgba(24, 28, 64, .07), inset 0 1px 0 rgba(255, 255, 255, .96) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site-header .login:hover,
.site-header .login:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 42px rgba(24, 28, 64, .1), 0 0 0 4px rgba(111, 61, 255, .08) !important;
}

@media (min-width: 1181px) {
  body:has(.hero#home) .hero-art {
    isolation: isolate !important;
  }

  body:has(.hero#home) .hero-art::before {
    left: auto !important;
    right: calc(-1 * clamp(92px, 7.8vw, 150px)) !important;
    width: calc(clamp(92px, 7.8vw, 150px) + 180px) !important;
    height: 100% !important;
    z-index: 0 !important;
    border-radius: 58px !important;
    background:
      radial-gradient(ellipse at 16% 44%, rgba(113, 83, 255, .105), transparent 50%),
      radial-gradient(ellipse at 90% 84%, rgba(240, 70, 191, .14), transparent 48%),
      radial-gradient(ellipse at 48% 18%, rgba(31, 125, 255, .055), transparent 42%),
      linear-gradient(90deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .98) 100%) !important;
    filter: blur(.2px) !important;
  }

  body:has(.hero#home) .hero-art::after {
    display: none !important;
  }

  body:has(.hero#home) .hero-reference-art {
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask-composite: initial !important;
    mask-composite: initial !important;
  }
}

/* True final placement for reference-style hero controls. Keep this last. */
body:has(.hero#home) .hero-feature-strip {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: min(585px, 100%) !important;
  height: 42px !important;
  gap: 10px !important;
}

body:has(.hero#home) .hero-feature-strip span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(93, 99, 134, .12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .9) !important;
  color: #111529 !important;
  box-shadow: 0 10px 24px rgba(31, 36, 72, .055), inset 0 1px 0 rgba(255, 255, 255, .98) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body:has(.hero#home) .hero-feature-strip b {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body:has(.hero#home) .hero-feature-strip b::before,
body:has(.hero#home) .hero-feature-strip b::after {
  display: none !important;
  content: none !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(1) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 16.5c0-1.7 1.25-3 2.8-3s2.8 1.3 2.8 3v1.2h3.1c.7 0 1.1-.7.8-1.3L13.1 5.2c-.5-.9-1.8-.9-2.2 0L5.3 16.4c-.3.6.1 1.3.8 1.3h3.1v-1.2Z' fill='%235751E1'/%3E%3Cpath d='M12 13.5c1.4 0 2.55-1.15 2.55-2.55S13.4 8.4 12 8.4s-2.55 1.15-2.55 2.55S10.6 13.5 12 13.5Z' fill='%23A35BFF'/%3E%3Cpath d='M7.4 18.3h9.2' stroke='%2324C7C6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(2) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='7.2' width='11.5' height='11.5' rx='3' fill='%23835BFF'/%3E%3Crect x='9.4' y='4.2' width='9.8' height='9.8' rx='2.8' fill='%2324C7C6' fill-opacity='.8'/%3E%3Cpath d='m12.2 10.1-1.7 1.7 1.7 1.7M15.3 10.1l1.7 1.7-1.7 1.7' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(3) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 13.2v-1.4a5.6 5.6 0 0 1 11.2 0v1.4' stroke='%235751E1' stroke-width='2.3' stroke-linecap='round'/%3E%3Crect x='4.1' y='11.8' width='4.2' height='5.8' rx='2' fill='%23835BFF'/%3E%3Crect x='15.7' y='11.8' width='4.2' height='5.8' rx='2' fill='%23835BFF'/%3E%3Cpath d='M15.7 16.7c-.8 1.1-2 1.7-3.7 1.7' stroke='%2324C7C6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-feature-strip span:nth-child(4) b {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.8' y='5.2' width='14.4' height='13.6' rx='2.6' fill='%2324C7A8'/%3E%3Cpath d='M8 9.1h8M8 12h4.6' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='m13.9 14.8 1.1 1.1 2.1-2.4' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body:has(.hero#home) .hero-buttons {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  margin-top: 24px !important;
}

body:has(.hero#home) .hero-buttons .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 34px !important;
  border-radius: 21px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body:has(.hero#home) .hero-buttons .btn.primary {
  min-width: 242px !important;
  color: #fff !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span {
  position: relative !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 11px !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span::before {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  top: 8px !important;
  width: 13px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #fff !important;
  transform: none !important;
}

body:has(.hero#home) .hero-buttons .btn.primary span::after {
  content: "" !important;
  position: absolute !important;
  right: 1px !important;
  top: 5px !important;
  width: 7px !important;
  height: 7px !important;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  transform: rotate(45deg) !important;
}

body:has(.hero#home) .hero-buttons .btn.yellow {
  min-width: 188px !important;
  color: #111529 !important;
}

body:has(.hero#home) .hero-trust {
  display: grid !important;
  grid-template-columns: auto auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: max-content !important;
  margin-top: 28px !important;
  column-gap: 18px !important;
  row-gap: 2px !important;
  transform: none !important;
}

body:has(.hero#home) .hero-avatars {
  grid-row: 1 / 3 !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 0 !important;
}

body:has(.hero#home) .hero-avatars img {
  width: 34px !important;
  height: 34px !important;
  margin-left: -8px !important;
}

body:has(.hero#home) .hero-avatars img:first-child {
  margin-left: 0 !important;
}

body:has(.hero#home) .hero-trust p {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  width: max-content !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

body:has(.hero#home) .hero-trust strong {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-block !important;
  margin: 0 !important;
  width: max-content !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

body:has(.hero#home) .hero-trust span {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: inline-block !important;
  width: max-content !important;
  margin: 26px 0 0 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

@media (max-width: 640px) {
  body:has(.hero#home) .hero-feature-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    height: auto !important;
  }

  body:has(.hero#home) .hero-feature-strip span {
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body:has(.hero#home) .hero-buttons .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  body:has(.hero#home) .hero-trust {
    margin-inline: auto !important;
  }
}

/* Final floating WhatsApp button: readable and compact after every legacy override. */
.whatsapp-float {
  position: fixed !important;
  right: 24px !important;
  bottom: calc(24px + env(safe-area-inset-bottom)) !important;
  z-index: 120 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 156px !important;
  height: 62px !important;
  min-height: 62px !important;
  padding: 0 24px 0 18px !important;
  border: 1px solid rgba(37, 211, 102, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #0b7d45 !important;
  box-shadow: 0 18px 42px rgba(20, 107, 78, .13), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.whatsapp-float::after {
  display: none !important;
  content: none !important;
}

.whatsapp-float img {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 14px rgba(37, 211, 102, .2)) !important;
}

.whatsapp-float span {
  display: inline-block !important;
  color: inherit !important;
  opacity: 1 !important;
  white-space: nowrap !important;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(37, 211, 102, .42) !important;
  box-shadow: 0 22px 52px rgba(20, 107, 78, .16), 0 0 0 4px rgba(37, 211, 102, .08) !important;
}

@media (max-width: 640px) {
  .whatsapp-float {
    left: auto !important;
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    min-width: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
  }

  .whatsapp-float img {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
  }

  .whatsapp-float span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .whatsapp-float {
    left: auto !important;
    right: 18px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-width: 156px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 22px 0 16px !important;
  }

  .whatsapp-float span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
  }
}

@media (min-width: 1181px) and (max-width: 1440px) {
  .site-header {
    padding-inline: clamp(24px, 3vw, 42px) !important;
    gap: 18px !important;
  }

  .site-header .nav {
    gap: clamp(18px, 1.6vw, 26px) !important;
  }

  .header-actions {
    gap: 10px !important;
  }

  .search {
    width: clamp(320px, 32vw, 430px) !important;
  }

  .category-btn {
    min-width: 128px !important;
  }
}

/* Absolute final public landing correction: fixes centered headings, clipped cards, and CTA alignment. */
.section-title,
.courses-section .section-title,
.mentor-row-head,
.mentor-row-head > div,
.faq-copy {
  text-align: center !important;
}

.section-title .pill,
.courses-section .pill,
.faq-copy .pill {
  margin-inline: auto !important;
}

.courses-section .section-title,
.courses-section .section-title h2,
.faq-copy h2 {
  margin-inline: auto !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.course-tab-shell {
  width: min(1184px, calc(100% - 64px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 54px !important;
  align-items: center !important;
  gap: 14px !important;
}

.course-tab-shell .tabs {
  width: 100% !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.course-tab-shell .tabs::-webkit-scrollbar {
  display: none !important;
}

.course-tab-shell .course-tab-arrow {
  position: static !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 50% !important;
  transform: none !important;
}

.subscribe {
  position: relative !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto !important;
  display: grid !important;
  place-items: center !important;
  min-height: clamp(330px, 27vw, 430px) !important;
  padding: clamp(42px, 6vw, 76px) clamp(22px, 5vw, 76px) !important;
  overflow: hidden !important;
  text-align: center !important;
}

.subscribe-person {
  position: absolute !important;
  left: clamp(18px, 4vw, 70px) !important;
  bottom: 0 !important;
  width: min(260px, 24vw) !important;
  max-height: 94% !important;
  pointer-events: none !important;
  opacity: .95 !important;
  z-index: 0 !important;
}

.subscribe-person img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.subscribe h2 {
  position: relative !important;
  z-index: 1 !important;
  opacity: 1 !important;
  transform: none !important;
  height: auto !important;
  min-height: 0 !important;
  min-block-size: auto !important;
  max-height: none !important;
  overflow: visible !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #10213d !important;
  font-size: clamp(34px, 4.8vw, 66px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-wrap: balance !important;
  text-shadow: none !important;
}

.subscribe h2 strong {
  color: #0f9f5f !important;
}

.subscribe-form {
  opacity: 1 !important;
  transform: none !important;
}

.subscribe .whatsapp-join,
.whatsapp-join {
  position: relative !important;
  z-index: 1 !important;
  opacity: 1 !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  margin-top: 28px !important;
  padding: 0 28px !important;
  border: 2px solid rgba(12, 28, 52, .88) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #26d66f, #18bf63) !important;
  color: #061829 !important;
  box-shadow: 8px 9px 0 #12172f, 0 18px 38px rgba(37, 211, 102, .22) !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.mentor-row-head {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto 30px !important;
  justify-content: center !important;
}

.mentor-card-strip {
  width: min(1740px, calc(100% - 80px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: clamp(188px, 12vw, 216px) !important;
  grid-template-columns: none !important;
  gap: clamp(16px, 1.6vw, 28px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  padding: 8px 4px 22px !important;
}

.mentor-card-strip::-webkit-scrollbar {
  display: none !important;
}

.mentor-scroll-shell {
  grid-column: 1 / -1 !important;
  width: min(1740px, calc(100% - 56px)) !important;
  margin-inline: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.mentor-scroll-shell .mentor-card-strip {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 100% !important;
  margin-inline: 0 !important;
}

.mentor-scroll-arrow {
  position: static !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border: 3px solid #08091f !important;
  border-radius: 50% !important;
  background: #ffc32b !important;
  box-shadow: 6px 8px 0 #08091f !important;
  cursor: pointer !important;
}

.mentor-scroll-arrow::before {
  content: "" !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 auto !important;
  border-top: 3px solid #08091f !important;
  border-left: 3px solid #08091f !important;
}

.mentor-scroll-arrow.left::before {
  transform: rotate(-45deg) translate(2px, 2px) !important;
}

.mentor-scroll-arrow.right::before {
  transform: rotate(135deg) translate(2px, 2px) !important;
}

.mentor-tile {
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  min-height: 368px !important;
  padding: 34px 16px 22px !important;
  text-align: center !important;
  scroll-snap-align: center !important;
}

.mentor-tile-photo {
  width: clamp(132px, 8.6vw, 154px) !important;
  height: clamp(132px, 8.6vw, 154px) !important;
  margin-inline: auto !important;
  border-radius: 50% !important;
}

.mentor-logo {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: translateY(-24px) !important;
  max-width: 128px !important;
  height: 44px !important;
  margin: 0 auto -10px !important;
  padding: 8px 16px !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  background: #fff !important;
}

.mentor-tile h3,
.mentor-tile p,
.mentor-tile b {
  width: 100% !important;
  text-align: center !important;
}

.mentor-tile h3 {
  margin: 10px 0 6px !important;
  font-size: clamp(17px, 1vw, 20px) !important;
  line-height: 1.18 !important;
}

.mentor-tile p {
  min-height: 38px !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

.mentor-tile b {
  align-self: end !important;
  margin-top: 24px !important;
  white-space: normal !important;
}

.stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(230px, 1fr)) !important;
  align-items: center !important;
  align-content: center !important;
  gap: clamp(12px, 1.2vw, 20px) !important;
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(20px, 1.8vw, 30px) !important;
}

.stats > div {
  display: grid !important;
  grid-template-columns: 60px minmax(0, 1fr) !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 16px !important;
  height: auto !important;
  min-height: 104px !important;
  padding: 20px 22px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 22px 48px rgba(20, 22, 45, .10) !important;
}

.stats > div::before {
  display: none !important;
}

.stat-icon {
  grid-row: 1 / 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 17px !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(80, 76, 220, .24) !important;
}

.stat-icon svg {
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  fill: currentColor !important;
}

.stats > div:nth-child(1) .stat-icon {
  background: linear-gradient(135deg, #4f8cff, #bb31f2) !important;
}

.stats > div:nth-child(2) .stat-icon {
  background: linear-gradient(135deg, #ffd76b, #ff9c14) !important;
}

.stats > div:nth-child(3) .stat-icon {
  background: linear-gradient(135deg, #5e8cff, #25c6ed) !important;
}

.stats > div:nth-child(4) .stat-icon {
  background: linear-gradient(135deg, #ed6acc, #8847f6) !important;
}

.stats strong,
.stats span {
  text-align: left !important;
}

.stats strong {
  font-size: clamp(36px, 3.2vw, 56px) !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
}

.stats span:not(.stat-icon) {
  color: #65708a !important;
  font-size: clamp(12px, .78vw, 14px) !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
}

.pcat-section,
.pcat-overflow-mask {
  overflow: hidden !important;
}

.pcat-track {
  align-items: stretch !important;
  gap: clamp(18px, 1.7vw, 28px) !important;
}

.pcat-wrap {
  width: clamp(214px, 13vw, 242px) !important;
  min-width: clamp(214px, 13vw, 242px) !important;
  padding-inline: 0 !important;
}

.pcat-glass {
  display: grid !important;
  grid-template-rows: 154px auto 1fr auto !important;
  min-height: 306px !important;
  padding: 10px 10px 14px !important;
  overflow: hidden !important;
  text-align: center !important;
}

.pcat-art-wrap {
  width: 100% !important;
  height: 154px !important;
  margin: 0 auto 10px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.pcat-art-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.pcat-badge {
  position: static !important;
  justify-self: start !important;
  margin: 0 0 8px !important;
  transform: none !important;
  font-size: 12px !important;
}

.pcat-glass h3 {
  display: grid !important;
  align-items: center !important;
  min-height: 54px !important;
  margin: 0 auto 10px !important;
  font-size: clamp(17px, 1.08vw, 20px) !important;
  line-height: 1.12 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.pcat-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: end !important;
  min-height: 38px !important;
}

.pcat-btn {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: auto !important;
  min-width: 70px !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  transform: none !important;
}

.faq {
  display: grid !important;
  grid-template-columns: minmax(440px, .86fr) minmax(560px, .88fr) !important;
  align-items: center !important;
  gap: clamp(44px, 5vw, 88px) !important;
  width: min(1500px, calc(100% - 96px)) !important;
  margin-inline: auto !important;
  padding-block: clamp(62px, 6vw, 92px) !important;
}

.faq-art {
  justify-self: stretch !important;
  max-width: 680px !important;
  min-height: clamp(350px, 30vw, 455px) !important;
  padding: clamp(22px, 2.3vw, 34px) !important;
  border-radius: 34px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.faq-art .circle-photo {
  width: min(100%, 600px) !important;
  height: clamp(300px, 26vw, 405px) !important;
  border-radius: 28px !important;
  display: grid !important;
  place-items: end center !important;
  overflow: hidden !important;
}

.faq-art .circle-photo img {
  width: auto !important;
  max-width: 74% !important;
  height: 94% !important;
  object-fit: contain !important;
}

.faq-copy {
  justify-self: center !important;
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  text-align: center !important;
}

.faq-copy h2 {
  max-width: 640px !important;
  margin: 18px auto 14px !important;
  font-size: clamp(36px, 3vw, 48px) !important;
  line-height: 1.06 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

.faq-copy > p {
  max-width: 500px !important;
  margin: 0 auto 24px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.accordion,
.faq details {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin-inline: auto !important;
}

.faq details {
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 42px rgba(24, 28, 58, .10) !important;
}

.faq summary,
.faq.section-glow.faq summary {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  gap: 14px !important;
  min-height: 54px !important;
  padding: 0 54px 0 20px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  list-style: none !important;
}

.faq summary::-webkit-details-marker {
  display: none !important;
}

.faq summary::marker {
  content: "" !important;
}

.faq summary::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 22px !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #2583ff !important;
  border-bottom: 2px solid #2583ff !important;
  transform: translateY(-60%) rotate(45deg) !important;
  transform-origin: center !important;
}

.faq details[open] summary::after {
  transform: translateY(-35%) rotate(225deg) !important;
}

.faq.section-glow summary {
  justify-content: flex-start !important;
  position: relative !important;
  padding: 0 54px 0 20px !important;
  list-style: none !important;
}

.faq.section-glow summary::-webkit-details-marker {
  display: none !important;
}

.faq.section-glow summary::marker {
  content: "" !important;
}

.faq details p {
  padding: 0 20px 20px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

@media (max-width: 1180px) {
  .mentor-card-strip {
    width: min(760px, calc(100% - 32px)) !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(220px, 260px) !important;
    grid-template-columns: none !important;
    padding-bottom: 16px !important;
  }

  .mentor-tile {
    scroll-snap-align: center !important;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(760px, calc(100% - 32px)) !important;
  }

  .faq {
    grid-template-columns: 1fr !important;
    width: min(920px, calc(100% - 32px)) !important;
  }

  .faq-art {
    max-width: 680px !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 720px) {
  .course-tab-shell {
    width: min(100%, calc(100% - 24px)) !important;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    gap: 8px !important;
  }

  .course-tab-shell .course-tab-arrow {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  .subscribe {
    width: min(100%, calc(100% - 24px)) !important;
    min-height: 260px !important;
    border-radius: 28px !important;
  }

  .subscribe h2 {
    font-size: clamp(32px, 11vw, 48px) !important;
  }

  .stats {
    grid-template-columns: 1fr !important;
  }

  .stats > div {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 108px !important;
    padding: 20px !important;
  }

  .mentor-card-strip {
    width: min(100%, calc(100% - 24px)) !important;
  }

  .pcat-wrap {
    width: 238px !important;
    min-width: 238px !important;
  }

  .pcat-glass {
    grid-template-rows: 178px auto 1fr auto !important;
    min-height: 374px !important;
  }

  .pcat-art-wrap {
    height: 178px !important;
  }
}
