.approved-hero {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 28px), 1320px);
  min-height: 650px;
  margin: 22px auto 0;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff9ef 0%, #fffdf8 55%, #f6f2ff 100%);
  box-shadow: 0 28px 70px rgba(30, 26, 92, 0.14);
}

.approved-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  min-height: 650px;
}

.approved-hero-copy {
  position: relative;
  z-index: 4;
  padding: clamp(48px, 6vw, 82px) 0 clamp(38px, 5vw, 68px) clamp(8px, 1vw, 18px);
}

.approved-hero-brand {
  margin: 0 0 22px;
  color: #171968;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.approved-hero-brand span {
  color: #5939e8;
}

.approved-hero h1 {
  max-width: 670px;
  margin: 0;
  color: #16195f;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-title-navy {
  color: #16195f;
}

.hero-title-violet {
  color: #6438e8;
  text-shadow: 0 10px 28px rgba(100, 56, 232, 0.14);
}

.hero-title-coral {
  position: relative;
  display: inline-block;
  color: #ed624f;
}

.hero-title-coral::after {
  position: absolute;
  right: 0.08em;
  bottom: -0.08em;
  left: 0.04em;
  height: 0.08em;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7565, #ffad8e);
  content: "";
  transform: rotate(-1.2deg);
}

.approved-hero-summary {
  max-width: 520px;
  margin: 20px 0 0;
  color: #253063;
  font-size: clamp(1.02rem, 1.6vw, 1.3rem);
  font-weight: 720;
  line-height: 1.55;
}

.approved-hero-actions,
.approved-hero-pathways,
.approved-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.approved-hero-proof {
  gap: 12px 24px;
  color: #647087;
  font-size: 0.88rem;
}

.approved-hero-proof span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.approved-hero-proof strong {
  color: #4938c6;
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.hero-pathway {
  display: flex;
  width: 104px;
  height: 86px;
  padding: 12px 8px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px 13px;
  color: #fff;
  box-shadow: 0 15px 28px rgba(35, 28, 101, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-pathway:hover,
.hero-pathway:focus-visible {
  color: #fff;
  box-shadow: 0 20px 36px rgba(35, 28, 101, 0.28);
  transform: translateY(-5px);
}

.hero-pathway-icon,
.hero-pathway-icon .nga-icon {
  display: block;
}

.hero-pathway-label {
  font-size: 0.72rem;
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0.01em;
}

.hero-pathway-money {
  background: linear-gradient(145deg, #21206f, #5f38e9);
}

.hero-pathway-career {
  background: linear-gradient(145deg, #703fe8, #994ef1);
}

.hero-pathway-housing {
  background: linear-gradient(145deg, #ff7868, #ff9474);
}

.hero-pathway-life {
  background: linear-gradient(145deg, #2d83e8, #54a8ff);
}

.approved-hero-photo {
  position: absolute;
  z-index: 2;
  top: 88px;
  right: -3%;
  bottom: 0;
  width: 58%;
  overflow: hidden;
  border-radius: 52% 0 0;
}

.approved-hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 24, 93, 0.12), transparent 35%);
  content: "";
}

.approved-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.42);
  transform-origin: right center;
}

.approved-hero-art,
.approved-hero-dots {
  position: absolute;
  pointer-events: none;
}

.approved-hero-violet {
  z-index: 1;
  top: -150px;
  right: -10px;
  width: 620px;
  height: 390px;
  border-radius: 50%;
  background: linear-gradient(120deg, #823df0, #19196d);
  animation: approved-hero-drift 10s ease-in-out infinite alternate;
}

.approved-hero-dots {
  z-index: 5;
  top: 28px;
  right: 24px;
  width: 92px;
  height: 70px;
  opacity: 0.7;
  background-image: radial-gradient(#fff 2px, transparent 2px);
  background-size: 15px 15px;
}

@keyframes approved-hero-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 14px, 0) scale(1.04);
  }
}

@media (max-width: 980px) {
  .approved-hero-grid {
    grid-template-columns: 1fr;
    padding-bottom: 380px;
  }

  .approved-hero-copy {
    padding-inline: 8px;
  }

  .approved-hero-photo {
    top: auto;
    right: 0;
    bottom: 0;
    width: 78%;
    height: 410px;
  }
}

@media (max-width: 760px) {
  .approved-hero {
    width: min(calc(100% - 20px), 1320px);
    min-height: 820px;
    border-radius: 24px;
  }

  .approved-hero-grid {
    min-height: 820px;
    padding-bottom: 320px;
  }

  .approved-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.3rem);
  }

  .approved-hero-actions .button {
    width: 100%;
    text-align: center;
  }

  .hero-pathway {
    width: calc(25% - 8px);
    min-width: 68px;
    height: 72px;
    padding: 9px 5px 8px;
  }

  .hero-pathway-label {
    font-size: 0.62rem;
  }

  .approved-hero-photo {
    width: 100%;
    height: 330px;
    border-radius: 42% 0 0;
  }

  .approved-hero-photo img {
    transform: scale(1.12);
  }

}

@media (prefers-reduced-motion: reduce) {
  .approved-hero-violet {
    animation: none;
  }

  .hero-pathway {
    transition: none;
  }
}
