#main-content {
  display: flex;
  flex-direction: column;
}

#main-content > .blog-preview-section {
  display: none !important;
}

#main-content > .hero-full-visual {
  order: 10;
}

#main-content > .study-rhythm {
  order: 20;
}

#main-content > .career-barrier-section {
  order: 30;
}

#main-content > .audience-pathway-section {
  order: 40;
}

#main-content > .programme-gateway-section {
  order: 50;
}

#main-content > .popular-programmes-section {
  order: 60;
}

#main-content > .learning-section {
  order: 70;
}

#main-content > .hrd-proof-section {
  order: 80;
}

#main-content > .career-hook-section {
  order: 90;
}

#main-content > .achievement-section {
  order: 100;
}

#main-content > .registration-section {
  order: 110;
}

#main-content > .contact-section {
  order: 120;
}

.hero-full-visual .hero-lead-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 900px;
  margin: 26px 0 8px;
  padding: 0;
}

.hero-full-visual .hero-lead-list li {
  min-height: 58px;
  border: 1px solid rgba(8, 36, 92, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy-950);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 10px 26px rgba(8, 36, 92, 0.08);
}

.hero-full-visual .hero-lead-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: var(--red-600);
  box-shadow: 0 0 0 5px rgba(225, 29, 63, 0.11);
  margin-top: 0.42em;
}

.hero-full-visual .hero-actions .button-primary,
.hero-full-visual .price-sticker p {
  display: none !important;
}

.programme-gateway-section .programme-gateway-card.adviser-card,
.programme-gateway-section .programme-gateway-actions .button-soft,
.registration-section .registration-steps li p,
.popular-programmes-section .popular-programme-card dl {
  display: none !important;
}

.programme-gateway-section .programme-gateway-cards {
  grid-template-columns: minmax(0, 1fr);
}

.hero-full-visual .hero-actions {
  justify-content: flex-start;
}

.hrd-proof-section .hrd-badge-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #d5deed;
  border-radius: 18px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 16px 38px rgba(8, 36, 92, 0.1);
}

.hrd-proof-section .hrd-proof-grid {
  align-items: center;
}

.hrd-proof-section .hrd-badge {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 24px 20px;
  text-align: center;
}

.hrd-proof-section .hrd-badge + .hrd-badge {
  border-left: 1px solid #dce1ec;
}

.hrd-proof-section .hrd-badge img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.hrd-proof-section .hrd-badge strong {
  font-size: 18px;
}

.hrd-proof-section .hrd-badge p {
  font-size: 15px;
  line-height: 1.62;
}

.hrd-proof-section .hrd-badge > div {
  max-width: 220px;
}

#main-content .achievement-heading p:last-child {
  max-width: 780px;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.72;
}

.achievement-card {
  background: #0b1938;
}

.achievement-card img {
  filter: grayscale(0.58) saturate(0.64) brightness(0.78);
  transition: filter 280ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.achievement-card::after {
  background: linear-gradient(
    180deg,
    rgba(8, 36, 92, 0.1) 0%,
    rgba(8, 36, 92, 0.42) 42%,
    rgba(8, 36, 92, 0.9) 100%
  );
}

.achievement-card:hover img {
  filter: grayscale(0.44) saturate(0.72) brightness(0.82);
  transform: scale(1.025);
}

.achievement-card strong {
  font-size: clamp(24px, 1.8vw, 30px);
  line-height: 1.08;
}

.achievement-card span {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.58;
}

#main-content .registration-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  padding: 0;
}

#main-content .registration-steps::before {
  content: "";
  height: 2px;
  top: 32px;
  left: 12%;
  right: 12%;
  background: #d5deed;
}

#main-content .registration-steps li {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

#main-content .registration-steps li > span {
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 50%;
  background: var(--navy-950);
  display: grid;
  place-items: center;
  position: relative;
}

#main-content .registration-steps li > div {
  margin-top: 18px;
}

#main-content .registration-steps h3 {
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 1.18;
}

#main-content .registration-steps p {
  margin: 0;
  font-size: 16px;
  line-height: 1.68;
}

#main-content .registration-steps li:not(:last-child)::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 28px;
  right: -5px;
  border-top: 2px solid var(--red-600);
  border-right: 2px solid var(--red-600);
  transform: rotate(45deg);
}

@media (width <= 920px) {
  .hero-full-visual .hero-lead-list {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  #main-content .registration-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #main-content .registration-steps::before {
    width: 2px;
    height: auto;
    top: 32px;
    bottom: 32px;
    left: 31px;
    right: auto;
  }

  #main-content .registration-steps li {
    grid-template-columns: 64px minmax(0, 1fr);
    display: grid;
    align-items: start;
    gap: 18px;
    padding: 0 0 30px;
    text-align: left;
  }

  #main-content .registration-steps li > div {
    margin-top: 3px;
  }

  #main-content .registration-steps li:not(:last-child)::after {
    width: 9px;
    height: 9px;
    top: auto;
    bottom: 15px;
    left: 28px;
    right: auto;
    border-top: 0;
    border-right: 2px solid var(--red-600);
    border-bottom: 2px solid var(--red-600);
    transform: rotate(45deg);
  }

  .hrd-proof-section .hrd-badge-row {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .hrd-proof-section .hrd-badge {
    grid-template-columns: 72px minmax(0, 1fr);
    justify-items: stretch;
    gap: 14px;
    padding: 15px 14px;
    text-align: left;
  }

  .hrd-proof-section .hrd-badge + .hrd-badge {
    border-top: 1px solid #dce1ec;
    border-left: 0;
  }

  .hrd-proof-section .hrd-badge img {
    width: 64px;
    height: 64px;
  }
}

@media (width <= 620px) {
  .hero-full-visual .hero-lead-list {
    gap: 9px;
    margin-top: 24px;
  }

  .hero-full-visual .hero-lead-list li {
    min-height: 52px;
    padding: 11px 13px;
    font-size: 16px;
  }

  #main-content .registration-steps h3 {
    font-size: 20px;
  }

  #main-content .registration-steps p {
    font-size: 16px;
  }

  .hrd-proof-section .hrd-badge strong {
    font-size: 17px;
  }

  .hrd-proof-section .hrd-badge p {
    font-size: 15px;
  }

  #main-content .achievement-heading p:last-child {
    font-size: 18px;
    line-height: 1.68;
  }

  .achievement-card figcaption {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .achievement-card strong {
    font-size: 25px;
  }

  .achievement-card span {
    font-size: 17px;
    line-height: 1.56;
  }
}

@keyframes ktac-mobile-hero-photo-reveal {
  from {
    opacity: 0.2;
    transform: scale(1.08) translate3d(18px, 0, 0);
  }

  to {
    opacity: 0.92;
    transform: scale(1.03) translate3d(0, 0, 0);
  }
}

@media (width <= 620px) {
  .hero-full-visual {
    background: #f8fafc;
  }

  .hero-full-visual::after {
    background:
      linear-gradient(
        90deg,
        #f8fafc 0%,
        rgba(248, 250, 252, 0.98) 29%,
        rgba(248, 250, 252, 0.84) 48%,
        rgba(248, 250, 252, 0.42) 70%,
        rgba(248, 250, 252, 0.08) 100%
      ),
      linear-gradient(
        180deg,
        rgba(248, 250, 252, 0.04) 0%,
        rgba(248, 250, 252, 0.1) 58%,
        rgba(7, 17, 38, 0.2) 100%
      );
  }

  .hero-full-visual .hero-background {
    opacity: 0.92;
    object-position: 58% center;
    filter: saturate(0.92) contrast(0.98);
    animation: ktac-mobile-hero-photo-reveal 900ms
      cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-full-visual .hero-copy,
  .hero-full-visual .hero-badges {
    position: relative;
    z-index: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-full-visual .hero-background {
    animation: none;
  }
}
