/* Hero right image – bulb glow effect */
.hero-glow-wrapper {
  position: relative;
  --hero-image-grayscale: 0;
  --hero-image-brightness: 1.08;
  --hero-image-contrast: 1.15;
  --hero-glow-opacity: 1;
  --hero-shadow-blur: 34px;
  --hero-shadow-opacity: 0.5;
}

.hero-glow-image {
  filter:
    grayscale(var(--hero-image-grayscale)) brightness(var(--hero-image-brightness)) contrast(var(--hero-image-contrast)) drop-shadow(0 0 var(--hero-shadow-blur) rgba(111, 177, 255, var(--hero-shadow-opacity)));
  transform: translateZ(0) scale(1.12);
  transform-origin: right top;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: filter, transform;
}

/* Radial glow behind the bulb area */
.hero-glow-wrapper::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  width: 72%;
  height: 66%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center,
      rgba(160, 200, 255, 0.25) 0%,
      rgba(120, 180, 255, 0.12) 30%,
      rgba(80, 140, 255, 0.05) 55%,
      transparent 75%);
  border-radius: 50%;
  pointer-events: none;
  opacity: var(--hero-glow-opacity);
  filter: blur(18px);
  will-change: opacity;
  z-index: 5;
}

/* Hero left image – opacity reveal */
.hero-left-bw-img {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.hero-left-bw-img:hover {
  opacity: 1;
}

#hero-section {
  min-height: calc(100vh - var(--site-nav-height));
  min-height: calc(100svh - var(--site-nav-height));
  overflow: clip;
}

#hero-section .hero-shell {
  /* width: min(100%, 94rem); */
  min-height: calc(100vh - var(--site-nav-height));
  min-height: calc(100svh - var(--site-nav-height));
  max-height: none;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

@supports (height: 100dvh) {

  #hero-section,
  #hero-section .hero-shell {
    min-height: calc(100dvh - var(--site-nav-height));
  }
}

#hero-visual {
  display: none ;
  width: 100% !important;
  min-height: 12.5rem;
  padding: 0rem !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

#hero-visual>div {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: 90%;
  max-width: none !important;
  padding: 0 0vw 0 0 !important;
}

.hero-left-bw-img {
  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: left top;
}

#hero-content {
  width: 100% !important;
  min-width: 0;
  padding: 1.25rem 1.25rem 3rem !important;
  justify-content: flex-start !important;
}

#hero-content h1 {
  max-width: 16ch;
  margin-inline: auto;
  font-size: 2rem;
  line-height: 1.26 !important;
}

#hero-content p {
  max-width: 34rem;
  font-size: 1rem;
}

.hero-content-row {
  display: block !important;
}

.hero-copy {
  /* margin: auto !important; */
  width: 86%;
  min-width: 0;
}

.hero-student-badge {
  margin-top: 1.5rem !important;
}

.hero-student-badge img {
  height: 2rem !important;
}

.hero-student-badge span {
  font-size: 1rem !important;
}

#hero-benefits {
  text-align: center;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 100px)) !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: min(100%, 30rem);
  margin: 1.5rem auto 0 !important;
  gap: 0.7rem !important;
}

#hero-benefits>span {
  display: none !important;
}

#hero-benefits .hero-stat {
  width: auto !important;
  min-width: 0;
  gap: 0.62rem !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.hero-stat-icon {
  width: 3.25rem !important;
  height: 3.25rem !important;
}

.hero-stat-icon-wide {
  width: 4rem !important;
}

#hero-benefits .hero-stat>span:nth-child(2) {
  display: block;
  font-size: 1.75rem !important;
  line-height: 1.15 !important;
}

#hero-benefits .hero-stat>span:last-child {
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
}

@media (min-width: 480px) {
  #hero-visual {
    min-height: 14.5rem;
  }

  #hero-visual>div {
    /* max-width: 25rem !important; */

  }

  .hero-left-bw-img {
    width: min(100%) !important;
    /* max-height: 17.5rem; */
  }

  #hero-content h1 {
    max-width: 18ch;
    font-size: 2.35rem;
  }

  #hero-benefits {
    gap: 1rem !important;
  }
}

@media (min-width: 768px) {
  #hero-visual {
    min-height: 17.5rem;
    /* padding-top: 2.25rem !important; */
  }

  #hero-visual>div {
    /* max-width: 25rem !important; */
  }

  .hero-left-bw-img {
    width: min(100%) !important;
    /* max-height: 21rem; */
  }

  #hero-content {
    padding: 2rem 2.5rem 4rem !important;
  }

  #hero-content h1 {
    max-width: 19ch;
    font-size: 3rem;
  }

  #hero-content p {
    font-size: 1.08rem;
  }

  #hero-benefits {
    width: min(100%, 36rem);
    gap: 1.25rem !important;
  }

  .hero-stat-icon {
    width: 3.65rem !important;
    height: 3.65rem !important;
  }

  .hero-stat-icon-wide {
    width: 4.5rem !important;
  }
}

@media (min-width: 1024px) {
  #hero-section .hero-shell {
    grid-template-columns: minmax(13rem, 0.55fr) minmax(0, 1.45fr);
    align-items: stretch;
  }

  #hero-visual {
    display: flex !important;
    min-height: 0;
    height: 100%;
    padding: 0rem 0 0 !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
  }

  #hero-visual>div {
    height: 100%;
    max-width: none !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .hero-left-bw-img {
    width: 100% !important;
    max-width: none !important;
    /* max-height: calc(100svh - var(--site-nav-height) - 3rem); */
    height: auto !important;
    object-position: left top;
  }

  #hero-content {
    padding: 3rem 0 0rem 2.75rem !important;
    justify-content: start !important;
  }

  #hero-content h1 {
    max-width: 20ch;
    margin-inline: 0;
    font-size: 3.65rem;
    text-align: left;
  }

  #hero-content p {
    max-width: 42rem;
    font-size: 1.15rem;
  }

  .hero-content-row {
    display: flex !important;
    /* align-items: center !important; */
    gap: 1.5rem !important;
  }

  .hero-copy {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 58rem;
    gap: 1.5vw !important;
    max-width: 62rem;
  }

  .hero-glow-wrapper {
    display: flex !important;
    flex: 0 1 clamp(34rem, 36vw, 42rem);
    width: auto !important;
    height: clamp(32rem, 38vw, 40rem) !important;
    min-height: 0;
    max-height: calc(100svh - var(--site-nav-height) - 6rem);
    align-self: center;
    overflow: visible !important;
  }

  .hero-glow-image {
    /* /* height: 100%; */
    /* max-height: clamp(40rem, 45vw, 50rem);  */
    object-fit: contain !important;
    object-position: right top;
  }

  .hero-student-badge {
    margin-top: 2rem !important;
  }

  .hero-student-badge img {
    height: 2.4rem !important;
  }

  .hero-student-badge span {
    font-size: 1.18rem !important;
  }

  #hero-benefits {
    grid-template-columns: repeat(3, minmax(7.5rem, 9.75rem));
    width: auto;
    margin: 2rem 0 0 !important;
    gap: 5.5rem !important;
    justify-content: flex-start !important;
  }

  .hero-stat-icon {
    width: 4.15rem !important;
    height: 4.15rem !important;
  }

  .hero-stat-icon-wide {
    width: 5.1rem !important;
  }

  #hero-benefits .hero-stat>span:nth-child(2) {
    font-size: 2.35rem !important;
  }

  #hero-benefits .hero-stat>span:last-child {
    font-size: 0.86rem !important;


  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-glow-wrapper {
    display: none !important;
  }

  .hero-copy {
    max-width: 58rem;
  }
}

@media (min-width: 1280px) {
  #hero-section .hero-shell {
    grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.25fr);
  }

  .hero-left-bw-img {
    /* max-width: 25rem !important; */
  }

  #hero-content {
    padding-left: 3.5rem !important;
  }

  #hero-content h1 {
    font-size: 4.2rem;
  }

  .hero-glow-wrapper {
    flex-basis: clamp(38rem, 38vw, 46rem);
  }

  .hero-glow-image {
  max-height: clamp(38rem, 26vw, 11rem);
  }
}

@media (min-width: 1280px) and (min-height: 850px) {
  .hero-glow-wrapper {
    height: clamp(38rem, 40vw, 44rem) !important;
    max-height: calc(100svh - var(--site-nav-height) - 5rem);
  }
}

@media (min-width: 1536px) {
  #hero-section .hero-shell {
    /* width: min(100%, 98rem); */
  }

  #hero-content h1 {
    font-size: 5.6rem;
  }

  #hero-content p {
    font-size: 1.22rem;
  }

  .hero-left-bw-img {
    /* max-width: 27vw !important; */
  }
}

@media (min-width: 1536px) and (min-height: 950px) {
  .hero-glow-wrapper {
    height: clamp(42rem, 42vw, 50rem) !important;
    max-height: calc(100svh - var(--site-nav-height) - 5rem);
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  #hero-visual {
    min-height: 9rem;
    /* padding-top: 1rem !important; */
  }

  .hero-left-bw-img {
    max-height: none;
  }

  #hero-content {
    padding-bottom: 2rem !important;
  }

  #hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-student-badge,
  #hero-benefits {
    margin-top: 3rem !important;
  }
}

@media (max-width: 767px) {

  #hero-section,
  #hero-section .hero-shell {
    min-height: calc(100vh - var(--site-nav-height));
    min-height: calc(100svh - var(--site-nav-height));
  }

  #hero-section .hero-shell {
    align-items: center;
    padding: clamp(2rem, 7vw, 3rem) 0;
  }

  #hero-visual {
    display: none !important;
  }

  #hero-content {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1.25rem !important;
    text-align: center;
  }

  #hero-content h1 {
    max-width: 14ch;
    margin-inline: auto;
    text-align: center;
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.14 !important;
  }

  #hero-content p {
    max-width: 22rem;
    margin-inline: auto;
    text-align: center;
    font-size: clamp(0.92rem, 3.2vw, 1rem);
  }

  .hero-copy {
    width: min(100%, 24rem);
    margin-inline: auto !important;
  }

  .hero-student-badge {
    margin-top: 1.35rem !important;
  }

  #hero-benefits {
    margin-top: 1.35rem !important;
  }
}

@media (min-width: 1024px) and (max-height: 760px) {
  #hero-section .hero-shell {
    min-height: auto;
  }

  #hero-content {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  #hero-content h1 {
    font-size: 4.5rem;
  }

  .hero-student-badge,
  #hero-benefits {
    margin-top: 1.35rem !important;
  }

  #hero-benefits .hero-stat {
    gap: 0.7rem !important;
  }

  .hero-stat-icon {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }

  .hero-stat-icon-wide {
    width: 4.3rem !important;
  }

  .hero-glow-wrapper {
    min-height: 24rem;
  }

  .hero-glow-image {
    max-height: 36rem;
    transform: scale(1.06);
  }
}

@media (min-width: 1024px) and (max-height: 620px) {
  .hero-glow-wrapper {
    display: none !important;
  }

  .hero-copy {
    max-width: 58rem;
  }

  #hero-content h1 {
    max-width: 17ch;
  }
}

#learning-system-section {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 26%, rgba(113, 158, 255, 0.08), transparent 15%),
    radial-gradient(circle at 88% 8%, rgba(123, 183, 255, 0.12), transparent 19%),
    radial-gradient(circle at 15% 86%, rgba(245, 171, 160, 0.13), transparent 18%),
    radial-gradient(circle at 86% 48%, rgba(111, 157, 255, 0.08), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 42%, #fffaf8 100%);
}

.experts-section {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.experts-section::before,
.experts-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(133, 170, 255, 0.22) 0.8px, transparent 0.9px);
  background-size: 8px 8px;
  opacity: 0.7;
}

.experts-section::before {
  left: -1.5rem;
  bottom: -0.35rem;
  width: 8rem;
  height: 8rem;
  mask-image: linear-gradient(135deg, transparent 0%, #000 42%);
  -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 42%);
}

.experts-section::after {
  right: 17%;
  bottom: -0.55rem;
  width: 6.5rem;
  height: 6.5rem;
  opacity: 0.45;
  mask-image: radial-gradient(circle at center, #000 32%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at center, #000 32%, transparent 72%);
}

.experts-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin-inline: auto;
  padding: clamp(2.25rem, 7vw, 3rem) clamp(1rem, 5vw, 2rem) clamp(1.75rem, 5vw, 2.5rem);
}

.experts-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(1.2rem, 5vw, 2.5rem);
}

.experts-copy {
  --experts-subtitle-indent: 0rem;
  --experts-line-indent: 0rem;
  display: flex;
  flex-direction: column;
  width: min(100%, 38rem);
  min-width: 0;
  align-items: center;
  text-align: center;
}

.experts-title-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  gap: clamp(0.28rem, 1.6vw, 0.55rem) clamp(0.42rem, 2vw, 0.8rem);
}

.experts-eyebrow {
  font-size: clamp(1rem, 4.8vw, 1.35rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #ff6638;
}

.experts-title {
  font-size: clamp(2.15rem, 11vw, 3.55rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  white-space: nowrap;
  color: #1f2a82;
}

.experts-subtitle {
  margin-top: clamp(0.38rem, 1.6vw, 1rem);
  padding-left: var(--experts-subtitle-indent);
  font-size: clamp(0.86rem, 3.7vw, 1.05rem);
  line-height: 1.2;
  white-space: nowrap;
  color: #8a96ff;
}

.experts-line {
  width: min(13rem, max(5.5rem, calc(100% - var(--experts-line-indent))));
  margin-top: clamp(0.24rem, 1.2vw, 0.55rem);
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(0 10px 18px rgba(60, 77, 168, 0.14));
}

.experts-visual {
  position: relative;
  display: flex;
  width: min(100%, 24rem);
  min-height: clamp(9rem, 46vw, 13rem);
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.experts-dots {
  position: absolute;
  left: 0;
  top: 50%;
  width: clamp(4.2rem, 28vw, 8rem);
  transform: translateY(-48%);
  opacity: 1;
}

.experts-figure-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.experts-figure-wrap::before {
  content: "";
  position: absolute;
  inset: 18% 4% 16% auto;
  width: clamp(10rem, 26vw, 17rem);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(109, 178, 255, 0.2), rgba(109, 178, 255, 0.02) 62%, transparent 75%);
  filter: blur(8px);
  z-index: 0;
}

.experts-figure {
  position: relative;
  z-index: 1;
  width: min(88vw, 20rem);
  filter: drop-shadow(0 16px 28px rgba(64, 116, 189, 0.18));
}

.skill-system-section {
  position: relative;
  overflow: visible;
  background: transparent;
}

.skill-system-section::before,
.skill-system-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(136, 151, 227, 0.24) 0.8px, transparent 0.95px);
  background-size: 7px 7px;
  opacity: 0.5;
}

.skill-system-section::before {
  left: -3rem;
  top: 26%;
  width: 13rem;
  height: 13rem;
  clip-path: ellipse(46% 64% at 18% 45%);
}

.skill-system-section::after {
  right: -7rem;
  top: 1rem;
  width: clamp(17rem, 34vw, 29rem);
  height: clamp(17rem, 34vw, 29rem);
  border-radius: 50%;
  opacity: 0.38;
  transform: rotate(24deg);
}

.skill-system-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin-inline: auto;
}

.skill-system-header {
  text-align: center;
}

.skill-system-title {
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #1f2a82;
}

.skill-system-subtitle {
  margin-top: 0.85rem;
  font-size: clamp(1rem, 1.1vw, 1.35rem);
  color: #28358f;
}

.skill-orbit {
  position: relative;
  width: min(100%, 980px);
  height: clamp(28rem, 45vw, 36rem);
  margin: clamp(2.35rem, 5vw, 4.3rem) auto 0;
}

.skill-orbit-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.skill-orbit-ellipse {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: none;
  opacity: var(--ellipse-opacity, 0.88);
  transform: translateX(-50%);
  animation: skill-ellipse-breathe 10s linear infinite;
  will-change: opacity, transform;
}

.skill-orbit-ellipse-one {
  width: min(116%, 71rem);
  --ellipse-opacity: 0.92;
  animation-delay: -2.4s;
}

.skill-orbit-ellipse-two {
  width: min(92%, 56rem);
  bottom: 3%;
  --ellipse-opacity: 0.88;
  animation-delay: -5.2s;
}

.skill-orbit-ellipse-three {
  width: min(68%, 41rem);
  bottom: 5%;
  --ellipse-opacity: 0.84;
  animation-delay: -7.8s;
}

.skill-step {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  transform: translate(-50%, -50%);
  animation: skill-step-orbit var(--float-duration, 7.2s) cubic-bezier(0.45, 0, 0.55, 1) infinite;
  animation-delay: var(--float-delay, 0s);
  will-change: transform;
}

.skill-step.reverse {
  flex-direction: row-reverse;
}

.skill-step-art {
  display: none;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 16px 24px rgba(50, 72, 138, 0.16));
}

.skill-step-icon {
  display: inline-flex;
  width: clamp(4.35rem, 3.4vw, 2.85rem);
  height: clamp(4.35rem, 3.4vw, 2.85rem);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;


}

.skill-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.skill-step-label {
  display: inline-flex;
  min-height: 2.1rem;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid rgba(205, 219, 244, 0.95);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.45rem 1.05rem;
  color: #1f2a82;
  font-size: clamp(0.68rem, 0.72vw, 0.82rem);
  font-weight: 700;
  box-shadow: 0 9px 18px rgba(66, 82, 124, 0.13);
}

.toolkit-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(33rem, 45vw, 39rem);
  background: linear-gradient(180deg, #06243b 0%, #041a2d 46%, #031321 100%);
  color: #ffffff;
  padding: clamp(1.25rem, 2vw, 2rem) clamp(0.75rem, 2vw, 2rem) 0;
  isolation: isolate;
}

.toolkit-shell {
  position: relative;
  z-index: 2;
  /* width: min(100%, 92rem); */
  margin-inline: auto;
  text-align: center;
}

.toolkit-title {
  font-size: clamp(1.6rem, 2.35vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: #c2d6f0;
}

.toolkit-subtitle {
  margin-top: 0.28rem;
  font-size: clamp(0.62rem, 0.8vw, 0.78rem);
  color: rgba(221, 233, 249, 0.74);
}

.toolkit-stage {
  position: relative;
  height: clamp(26rem, 37vw, 31.5rem);
  margin-top: clamp(1.35rem, 2.25vw, 1.8rem);
}

.toolkit-dashboard-image {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: clamp(22rem, 45vw, 39rem);
  max-width: calc(100% - 2rem);
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 1.8rem 3rem rgba(0, 0, 0, 0.28));
  pointer-events: none;
  opacity: 0.76;
  border-radius: 17px;
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.526);
}

.toolkit-floater,
.toolkit-dots {
  display: block;
  position: absolute;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;

}

.toolkit-floater {
  z-index: 4;
  width: var(--card-width, clamp(4.15rem, 5.6vw, 6.15rem));
  animation: toolkit-float var(--duration, 5s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.toolkit-dots {
  z-index: 3;
  width: clamp(4.8rem, 6.2vw, 6.5rem);
  --duration: 6.2s;
}

.toolkit-left-one {
  left: 6%;
  top: 2%;
  --delay: -0.4s;
}

.toolkit-left-two {
  left: 15.5%;
  top: 18%;
  --delay: -1.3s;
}

.toolkit-left-three {
  left: 3.5%;
  top: 36%;
  --delay: -2.1s;
}

.toolkit-left-four {
  left: 13%;
  top: 58%;
  --delay: -2.9s;
}

.toolkit-dots-left {
  left: calc(50% - clamp(22rem, 29vw, 31rem));
  top: 34%;
  --delay: -1s;
}

.toolkit-dots-right {
  right: calc(50% - clamp(22rem, 29vw, 31rem));
  top: 36%;
  --delay: -1.6s;
}

.toolkit-right-one {
  right: 6%;
  top: 3%;
  --delay: -0.9s;
}

.toolkit-right-two {
  right: 15.5%;
  top: 18%;
  --delay: -1.9s;
}

.toolkit-right-three {
  right: 3.5%;
  top: 36%;
  --delay: -2.7s;
}

.toolkit-right-four {
  right: 13%;
  top: 58%;
  --delay: -3.2s;
}

.toolkit-trust {
  position: absolute;
  inset: auto 0 0;
  z-index: 6;
  height: clamp(5rem, 7.6vw, 7.25rem);
  color: #0d2750;
  text-align: left;
  pointer-events: none;
  background-image: url("../images/curvebg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
}

/* .toolkit-trust::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(62rem, 64vw);
  height: 78%;
  background: #ffffff;
  clip-path: polygon(0 0, 68% 0, 78% 16%, 100% 100%, 0 100%);
} */

.toolkit-trust-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  padding: clamp(1.8rem, 2.1vw, 2.65rem) clamp(1.25rem, 4.2vw, 3rem) 1rem;
}

.toolkit-trust-title {
  max-width: 45rem;
  font-size: 1.3vw;
  font-weight: 800;
  line-height: 1.18;
}

.toolkit-trust-copy {
  margin-top: 0.42rem;
  color: #7a8392;
  font-size: clamp(0.78rem, 0.35vw + 0.72rem, 1rem);
  line-height: 1.35;
}

.toolkit-logo-row {
  display: none;
}

.toolkit-logo {
  display: inline-flex;
  min-width: 7.1rem;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #aebbd0;
  border-radius: 3px;
  background: #ffffff;
  padding: 0.35rem 0.8rem;
  color: #18213a;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.toolkit-logo i {
  margin-right: 0.35rem;
  color: #2e86ff;
}

@keyframes toolkit-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes skill-ellipse-breathe {

  0%,
  100% {
    opacity: var(--ellipse-opacity, 0.7);
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: calc(var(--ellipse-opacity, 0.7) + 0.12);
    transform: translateX(-50%) scale(1.01);
  }
}

@keyframes skill-step-orbit {

  0%,
  100% {
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }

  50% {
    transform: translate(-50%, -50%) translate3d(var(--orbit-dx, 8px), var(--orbit-y-right, 0px), 0);
  }
}

@media (min-width: 768px) {
  .skill-step {
    gap: 0;
  }



  .skill-step.reverse {
    flex-direction: row;
  }

  .skill-step-art {
    display: block;
    width: var(--skill-art-width, clamp(8.75rem, 12.4vw, 12rem));
  }

  .skill-step-icon {
    display: none;
  }

  .skill-step-label {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    padding: 0;
    white-space: nowrap;
  }
}

@media (min-width: 640px) {
  .experts-shell {
    padding: clamp(1rem, 2.5vw, 2.35rem) clamp(1.25rem, 3.6vw, 2rem) clamp(0.45rem, 1.5vw, 1.8rem);
  }

  .experts-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(11rem, 0.84fr);
    justify-items: stretch;
    gap: clamp(0.85rem, 3vw, 2.35rem);
  }

  .experts-copy {
    --experts-subtitle-indent: clamp(8.1rem, 22vw, 18rem);
    --experts-line-indent: clamp(9.75rem, 26vw, 20rem);
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .experts-title-row {
    justify-content: flex-start;
  }

  .experts-eyebrow {
    font-size: clamp(0.72rem, 1.7vw, 1.2rem);
  }

  .experts-title {
    font-size: clamp(1.8rem, 4.8vw, 3.65rem);
  }

  .experts-subtitle {
    margin-top: clamp(0.28rem, 0.95vw, 0.75rem);
    font-size: clamp(0.48rem, 1.12vw, 0.98rem);
  }

  .experts-line {
    width: clamp(7.2rem, 24vw, 13rem);
    margin-right: 0;
    margin-left: var(--experts-line-indent);
  }

  .experts-visual {
    width: 100%;
    min-height: clamp(7.6rem, 20vw, 10.5rem);
    justify-content: flex-end;
  }

  .experts-dots {
    top: 47%;
    width: clamp(4.5rem, 13vw, 8rem);
  }

  .experts-figure-wrap {
    justify-content: flex-end;
  }

  .experts-figure {
    width: min(100%, clamp(10.5rem, 29vw, 20rem));
  }
}

@media (min-width: 900px) {
  .experts-shell {
    padding: clamp(2rem, 3vw, 3.1rem) clamp(2.25rem, 4vw, 3.5rem) clamp(1.6rem, 2.8vw, 2.8rem);
  }

  .experts-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.9fr);
    gap: clamp(1.5rem, 3vw, 2.6rem);
  }

  .experts-copy {
    --experts-subtitle-indent: clamp(12rem, 22vw, 19.25rem);
    --experts-line-indent: clamp(13rem, 28vw, 20.25rem);
    align-items: flex-end;
    text-align: left;
  }

  .experts-title-row {
    justify-content: flex-start;
  }

  .experts-eyebrow {
    font-size: clamp(1.05rem, 1rem + 0.3vw, 1.4rem);
  }

  .experts-title {
    font-size: clamp(2.35rem, 4.4vw, 4.05rem);
  }

  .experts-subtitle {
    padding-left: var(--experts-subtitle-indent);
    font-size: clamp(0.96rem, 0.92rem + 0.18vw, 1.15rem);
  }

  .experts-line {
    width: clamp(8.75rem, 15vw, 13rem);
    margin-left: var(--experts-line-indent);
  }

  .experts-visual {
    min-height: clamp(9.5rem, 16vw, 14rem);
    justify-content: flex-end;
  }

  .experts-dots {
    left: 0;
    top: 47%;
  }

  .experts-figure-wrap {
    justify-content: flex-end;
  }

  .experts-figure {
    width: min(100%, clamp(13.5rem, 24vw, 22rem));
  }
}

@media (max-width: 1023px) {
  .skill-system-section {
    padding: clamp(1.75rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 5rem);
  }

  .skill-system-title {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
  }

  .skill-system-subtitle {
    margin-top: 0.55rem;
    font-size: clamp(0.9rem, 2.4vw, 1.12rem);
  }

  .skill-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 44rem);
    height: auto;
    gap: clamp(0.75rem, 2.4vw, 1rem);
    margin-top: clamp(1.6rem, 4vw, 2.4rem);
    overflow: visible;
  }

  .skill-orbit-lines {
    display: none;
  }

  .skill-step,
  .skill-step.reverse {
    position: relative;
    left: auto;
    top: auto;
    min-width: 0;
    gap: 0.7rem;
    flex-direction: row;
    animation: none;
    transform: none;
  }

  .skill-step-art {
    display: none;
  }

  .skill-step-icon {
    display: inline-flex;
    width: clamp(3.15rem, 8vw, 4.3rem);
    height: clamp(3.15rem, 8vw, 4.3rem);
  }

  .skill-step-label {
    position: static;
    display: inline-flex;
    width: auto;
    height: auto;
    min-height: 3rem;
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    align-items: center;
    justify-content: flex-start;
    white-space: normal;
    border: 1px solid rgba(205, 219, 244, 0.95);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.94);
    padding: 0.55rem 0.8rem;
    color: #1f2a82;
    font-size: clamp(0.72rem, 1.8vw, 0.86rem);
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 9px 18px rgba(66, 82, 124, 0.13);
  }

  .toolkit-section {
    min-height: clamp(32rem, 58vw, 36rem);
  }

  .toolkit-stage {
    height: clamp(27rem, 50vw, 30rem);
  }

  .toolkit-dashboard-image {
    top: 2.4rem;
    width: clamp(23rem, 50vw, 34rem);
  }

  .toolkit-floater {
    --card-width: clamp(3.65rem, 6.6vw, 4.8rem);
  }

  .toolkit-dots {
    width: clamp(4.3rem, 7.4vw, 5.6rem);
  }

  .toolkit-left-one {
    left: 4%;
    top: 2%;
  }

  .toolkit-left-two {
    left: 15%;
    top: 20%;
  }

  .toolkit-left-three {
    left: 2.5%;
    top: 38%;
  }

  .toolkit-left-four {
    left: 14%;
    top: 56%;
  }

  .toolkit-dots-left {
    left: calc(50% - clamp(17rem, 36vw, 23rem));
    top: 37%;
  }

  .toolkit-dots-right {
    right: calc(50% - clamp(17rem, 36vw, 23rem));
    top: 39%;
  }

  .toolkit-right-one {
    right: 4%;
    top: 2%;
  }

  .toolkit-right-two {
    right: 15%;
    top: 20%;
  }

  .toolkit-right-three {
    right: 2.5%;
    top: 38%;
  }

  .toolkit-right-four {
    right: 14%;
    top: 56%;
  }

  .toolkit-trust-title {
    font-size: clamp(1rem, 1.8vw, 1.28rem);
  }
}

@media (max-width: 860px) {
  .toolkit-trust {
    background-color: #F9FBFF;
    background-image: none;
  }
}

@media (max-width: 767px) {
  .skill-orbit {
    display: grid;
    height: auto;
    max-width: 25rem;
    gap: 0.85rem;
    overflow: visible;
  }

  .skill-orbit-lines {
    display: none;
  }

  .skill-step,
  .skill-step.reverse {
    position: relative;
    left: auto;
    top: auto;
    animation: none;
    transform: none;
    flex-direction: row;
  }

  .skill-step-art {
    display: none;
  }

  .skill-step-label {
    flex: 1 1 auto;
    justify-content: flex-start;
    white-space: normal;
  }

  .skill-orbit .skill-step:last-child .skill-step-icon img {
    width: 78%;
    height: 78%;
  }

  .toolkit-section {
    min-height: auto;
    padding: 2.55rem 0 0;
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #08263d 0%, #041a2d 52%, #031321 100%);
    background-size: 34px 34px, 34px 34px, auto;
    overflow: hidden;
  }

  .toolkit-shell {
    width: min(100% - 1.4rem, 42rem);
  }

  .toolkit-title {
    font-size: clamp(1.85rem, 8.5vw, 2.65rem);
    line-height: 0.96;
    color: #eef6ff;
    text-shadow: 0 0.8rem 2rem rgba(47, 132, 216, 0.28);
  }

  .toolkit-subtitle {
    display: inline-flex;
    max-width: min(100%, 20rem);
    min-height: 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.85rem;
    border: 1px solid rgba(170, 205, 245, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0.9rem;
    color: rgba(229, 241, 255, 0.86);
    font-size: clamp(0.78rem, 3.2vw, 0.95rem);
    line-height: 1.2;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .toolkit-stage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
    width: min(100%, 42rem);
    height: auto;
    gap: 1rem;
    align-items: start;
    margin: 1.55rem auto 0;
    border: 1px solid rgba(166, 205, 245, 0.16);
    border-radius: 1.35rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
      rgba(2, 18, 31, 0.58);
    padding: 0.95rem;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.13),
      0 1.4rem 3.2rem rgba(0, 0, 0, 0.28);
    overflow: visible;
  }

  .toolkit-stage::before {
    content: "";
    position: absolute;
    inset: 0.55rem;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 1rem;
    pointer-events: none;
  }

  .toolkit-dashboard-image {
    position: relative;
    left: auto;
    top: auto;
    order: 5;
    grid-column: 1 / -1;
    justify-self: center;
    z-index: 1;
    width: min(100%, 33rem);
    max-width: 100%;
    margin: 0.25rem 0;
    border: 1px solid rgba(202, 226, 255, 0.18);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.28rem;
    transform: none;
    opacity: 1;
    filter: none;
    box-shadow:
      0 1rem 2.4rem rgba(0, 0, 0, 0.36),
      0 0 0 1px rgba(255, 255, 255, 0.04);
  }

  .toolkit-floater {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    z-index: 1;
    justify-self: center;
    width: 100%;
    max-width: clamp(4.6rem, 14vw, 6.2rem);
    height: clamp(4.4rem, 13vw, 5.8rem);
    border: 1px solid rgba(199, 226, 255, 0.15);
    border-radius: 0.9rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
      rgba(2, 21, 36, 0.72);
    padding: 0.28rem;
    object-fit: contain;
    box-shadow: 0 0.85rem 1.5rem rgba(0, 0, 0, 0.23);
  }

  .toolkit-dots {
    display: none;
  }

  .toolkit-left-one {
    order: 1;
  }

  .toolkit-left-two {
    order: 2;
  }

  .toolkit-left-three {
    order: 3;
  }

  .toolkit-left-four {
    order: 4;
  }

  .toolkit-right-one {
    order: 6;
  }

  .toolkit-right-two {
    order: 7;
  }

  .toolkit-right-three {
    order: 8;
  }

  .toolkit-right-four {
    order: 9;
  }

  .toolkit-trust {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 6rem;
    margin: 1.35rem 0 0;
    text-align: center;
    background-color: #F9FBFF;
    background-image: none;
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 -1rem 2.8rem rgba(0, 0, 0, 0.18);
  }

  .toolkit-trust-inner {
    width: 100%;
    padding: 1.55rem 1rem 1.05rem;
  }

  .toolkit-trust-title {
    max-width: 28rem;
    margin-inline: auto;
    font-size: clamp(1rem, 4vw, 1.25rem);
    color: #102a4c;
  }

  .toolkit-trust-copy {
    font-size: clamp(0.8rem, 2.7vw, 0.95rem);
    color: #65758e;
  }
}

@media (max-width: 520px) {
  .skill-orbit {
    grid-template-columns: minmax(0, 1fr);
  }

  .toolkit-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 24rem;
    gap: 0.82rem;
    padding: 0.85rem;
  }

  .toolkit-floater {
    max-width: none;
    height: clamp(5.85rem, 27vw, 7.45rem);
  }
}

@media (max-width: 380px) {
  .toolkit-shell {
    width: min(100% - 1rem, 22.5rem);
  }

  .toolkit-stage {
    gap: 0.65rem;
    padding: 1rem;
    border-radius: 1rem;
  }

  .toolkit-floater {
    height: clamp(5.1rem, 27vw, 6.2rem);
    border-radius: 0.75rem;
    padding: 0.18rem;
  }

  .toolkit-dashboard-image {
    border-radius: 0.8rem;
    padding: 0.18rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .skill-step,
  .skill-orbit-ellipse,
  .toolkit-floater,
  .toolkit-dots {
    animation: none;
  }
}

@media (max-width: 639px) {
  .experts-shell {
    padding: 2.2rem 1rem 1.75rem;
  }

  .experts-grid {
    gap: 0.85rem;
  }

  .experts-title {
    font-size: clamp(1.3rem, 6.2vw, 2.65rem);
    letter-spacing: -0.03em;
  }

  .experts-eyebrow {
    font-size: clamp(0.62rem, 2.8vw, 1rem);
  }

  .experts-subtitle {
    max-width: 18rem;
    font-size: clamp(0.58rem, 2.65vw, 0.9rem);
  }

  .experts-line {
    width: clamp(7.5rem, 44vw, 10.5rem);
  }

  .experts-visual {
    width: min(100%, 18rem);
    min-height: clamp(8rem, 34vw, 10rem);
  }

  .experts-dots {
    display: none;
    left: 0;
    top: 47%;
    width: clamp(4rem, 20vw, 5.8rem);
    transform: translateY(-48%);
  }

  .experts-figure {
    width: min(76vw, 14.5rem);
  }
}

/* AI Toolkit Logo Scroll Section */
.ai-tool-scroll-section {
  position: relative;
  overflow: hidden;
  background: #F9FBFF;
  padding: 1.5rem 0;
}

.ai-tool-scroll-shell {
  width: 100%;
}

.ai-tool-scroll-marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.ai-tool-scroll-track {
  display: flex;
  width: max-content;
  align-items: center;
}

.ai-tool-scroll-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(2.5rem, 6vw, 5rem);
  padding-right: clamp(2.5rem, 6vw, 5rem);
}

.ai-tool-scroll-group img {
  height: clamp(1.8rem, 3.5vw, 2.5rem);
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* Our Courses Section */
.our-courses-section {
  position: relative;
  background-color: #ffffff;
  padding: clamp(4rem, 8vw, 6rem) 1rem;
  overflow: hidden;
  z-index: 1;
}

.our-courses-bg-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(133, 170, 255, 0.22) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  mask-image: radial-gradient(circle at 10% 0%, rgba(0, 0, 0, 1) 0%, transparent 40%),
    radial-gradient(circle at 90% 0%, rgba(0, 0, 0, 1) 0%, transparent 40%);
  -webkit-mask-image: radial-gradient(circle at 10% 0%, rgba(0, 0, 0, 1) 0%, transparent 40%),
    radial-gradient(circle at 90% 0%, rgba(0, 0, 0, 1) 0%, transparent 40%);
}

.our-courses-shell {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-courses-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 4rem);
}

.our-courses-title {
  color: #1f2a82;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.our-courses-subtitle {
  color: #6a729e;
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 500;
}

.our-courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem 2rem;
  width: 100%;
}

.course-card {
  background: linear-gradient(135deg, #FFFCFA 0%, #f2d8d0b4 100%);
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 16px 48px rgba(10, 16, 50, 0.20);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  /* border: 1px solid rgba(255, 255, 255, 0.6); */
  position: relative;
  overflow: hidden;
}

.course-card>* {
  position: relative;
  z-index: 2;
  transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease;
}

.course-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1223325a 0%, #081c2b 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.course-card:hover {
  transform: translateY(-8px) scale(1.02) rotate(-2deg);
  box-shadow: -8px 24px 60px rgba(10, 16, 50, 0.558);
}

.course-card:hover::before {
  opacity: 1;
  /* Slight opacity reduction for the background overlay */
}

.course-card:hover .course-icon,
.course-card:hover .course-card-title,
.course-card:hover .course-card-desc {
  opacity: 0.8;
  filter: brightness(0.8) grayscale(50%);
}

.course-card:hover .course-card-stats {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.course-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.course-icon-purple {
  background: linear-gradient(135deg, #d84df0, #f049a3);
}

.course-icon-orange {
  background: linear-gradient(135deg, #ff6b00, #ff3b00);
}

.course-icon-pink {
  background: linear-gradient(135deg, #d84df0, #f049a3);
}

.course-icon-blue-purple {
  background: linear-gradient(135deg, #8a49f0, #624df0);
}

.course-icon-cyan {
  background: linear-gradient(135deg, #00a8cc, #0073b1);
}

.course-card-title {
  color: #1f2a82;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.course-card-desc {
  color: #8c90ad;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  min-height: 2.55rem;
}

.course-card-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  transition: all 0.4s ease;
}

.course-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  padding: 0.65rem 1.4rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translate(-50%, 15px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  z-index: 3;
  width: max-content;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.course-card:hover .course-card-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.course-btn-arrow {
  font-size: 0.85em;
  margin-left: 0.4rem;
}

.course-btn-star {
  color: #fbbf24;
  opacity: 0.7;
  font-size: 0.9em;
  margin-right: 0.4rem;
}

.course-star {
  color: #fbbf24;
}

.course-rating {
  font-weight: 700;
  color: #1f2a82;
}

.course-enrolled {
  color: #b5bbcf;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .our-courses-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* About Us Sticky Section */
.about-sticky-section {
  position: relative;
  background: linear-gradient(to right, #051A31, #031321);
  padding: clamp(4rem, 8vw, 6rem) 1rem 4vw;
  color: #fff;
  z-index: 10;
}

.about-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}

.about-left-col {
  width: 100%;
}

.about-sticky-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  height: clamp(20rem, 40vw, 35rem);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  background: #111;
}

.about-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.about-overlay {
  position: absolute;
  inset: 0;
}

.about-text-content {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.about-title-small {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: #f1f5f9;
}

.about-title-large {
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}

.about-right-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  position: relative;
}

.about-info-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(105% 90% at 50% 38%, rgba(38, 83, 115, 0.74) 0%, rgba(25, 64, 94, 0.92) 42%, rgba(5, 22, 37, 0.98) 100%),
    linear-gradient(145deg, #123e5b 0%, #061a2b 100%);
  border: 1px solid rgba(118, 169, 205, 0.09);
  border-radius: 1.75rem;
  padding: 2.5rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -28px 54px rgba(0, 9, 20, 0.34),
    0 18px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-info-card>* {
  position: relative;
  z-index: 1;
}

.about-right-col .text-card {
  height: auto;
  position: relative;
  z-index: 1;
}

.text-card p {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
  color: #e2e8f0;
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2vw;
}

.stat-number {
  font-size: clamp(4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(to right, #93c5fd, #ff8c6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: -2px;
}

.stat-symbol {
  font-size: 0.8em;
  color: #ff8c6b;
  -webkit-text-fill-color: #ff8c6b;
}

.stat-card p {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: #cbd5e1;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .about-sticky-section {
    --about-end-gap: clamp(5rem, 10vh, 6rem);
    --about-sticky-top: calc(var(--site-nav-height));
    padding: clamp(4rem, 8vw, 6rem) 1rem 6vw;
  }

  .about-container {
    flex-direction: row;
    align-items: stretch;
    gap: clamp(1rem, 4vw, 1rem);
  }

  .about-left-col {
    width: 40%;
    position: sticky;
    padding: 2vw;
    top: var(--about-sticky-top);
    align-self: flex-start;
  }

  .about-sticky-card {
    height: calc(102vh - var(--about-sticky-top) - var(--about-end-gap));
    /* height: calc(100svh - var(--about-sticky-top) - var(--about-end-gap)); */
    min-height: 0;
    border-radius: clamp(1rem, 4vw, 4rem);
  }

  .about-right-col {
    width: 60%;
    gap: clamp(1rem, 2vw, 1.5rem);
  }

  .about-right-col .text-card {
    position: sticky;
    top: var(--about-sticky-top);
    z-index: 4;
  }

  .about-right-col .stat-card {
    position: relative;
    z-index: 1;
  }

  .about-info-card {
    padding: clamp(1.75rem, 2.4vw, 2.5rem);
  }
}

@media (max-width: 767px) {
  .about-sticky-section {
    padding: 2.75rem 1rem 2.5rem;
  }

  .about-container {
    gap: 0.9rem;
  }

  .about-sticky-card {
    height: clamp(13.5rem, 58vw, 19rem);
    border-radius: 1rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  }

  .about-bg-image {
    opacity: 0.74;
  }

  .about-overlay {
    background: linear-gradient(90deg, rgba(3, 19, 33, 0.56), rgba(3, 19, 33, 0.12));
  }

  .about-text-content {
    top: 1.25rem;
    left: 1.25rem;
  }

  .about-title-small {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }

  .about-title-large {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .about-right-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem !important;
  }

  .about-right-col .text-card {
    grid-column: 1 / -1;
    position: relative !important;
    top: auto !important;
    padding-block: 0 !important;
    background: transparent !important;
  }

  .about-info-card {
    border-radius: 1rem;
    padding: 1.15rem;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      inset 0 -18px 34px rgba(0, 9, 20, 0.26),
      0 10px 22px rgba(0, 0, 0, 0.22);
  }

  .text-card p,
  .stat-card p {
    font-size: clamp(0.78rem, 2.7vw, 0.92rem);
    line-height: 1.5;
  }

  .stat-card {
    min-height: 8.75rem;
    justify-content: flex-start;
  }

  .stat-number {
    font-size: clamp(2.4rem, 11vw, 3.25rem);
    margin-bottom: 0.4rem;
    letter-spacing: -1px;
  }
}

@media (max-width: 420px) {
  .about-sticky-section {
    padding-inline: 0.85rem;
  }

  .about-right-col {
    gap: 0.7rem;
  }

  .about-info-card {
    padding: 1rem 0.9rem;
  }

  .stat-card {
    min-height: 8.2rem;
  }

  .stat-card p {
    font-size: 0.76rem;
    line-height: 1.42;
  }
}

@media (max-width: 340px) {
  .about-right-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .stat-card {
    min-height: auto;
  }
}

/* Simple Process Section */
.process-section {
  position: relative;
  background-color: #ffffff;
  padding: clamp(4.75rem, 8vw, 7.1rem) 1rem clamp(4.5rem, 7vw, 6.5rem);
  overflow: hidden;
  z-index: 5;
}

.process-section::before,
.process-section::after {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  width: clamp(12rem, 21vw, 24rem);
  height: clamp(12rem, 21vw, 24rem);
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(139, 113, 255, 0.34) 0.8px, transparent 0.95px);
  background-size: 8px 8px;
  opacity: 0.55;
}

.process-section::before {
  left: -8rem;
  clip-path: ellipse(52% 70% at 32% 92%);
}

.process-section::after {
  right: -8rem;
  clip-path: ellipse(52% 70% at 68% 92%);
}

.process-shell {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
}

.process-header {
  position: relative;
  text-align: center;
  margin-bottom: clamp(4.75rem, 9vw, 8.9rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 0.7rem;
}

.process-title {
  color: #1f2a82;
  font-size: clamp(2.35rem, 4.3vw, 3.65rem);
  font-weight: 800;
  line-height: 1.05;
}

.process-dot-arrow {
  position: absolute;
  left: calc(125%);
  top: 60%;
  width: clamp(4.1rem, 5.6vw, 5.8rem);
  max-width: none;
  transform: translateY(-16%) rotate(90deg);
  opacity: 1;
  filter: saturate(1.35) contrast(1.06);
}

.process-subtitle {
  color: #28358f;
  font-size: clamp(1.1rem, 1.55vw, 1.8rem);
  font-weight: 500;
  line-height: 1.25;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: flex-start;
  gap: clamp(2rem, 5vw, 5rem);
  position: relative;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-number-bg {
  top: -0.45rem;
  left: clamp(0rem, 1.6vw, 1.5rem);
  font-family: "Wix Madefor Display", system-ui, sans-serif;
  font-size: clamp(4.8rem, 6.1vw, 6.25rem);
  font-weight: 900;
  color: #ffd8d1;
  line-height: 1;
  z-index: -1;
  user-select: none;
  opacity: 0.92;
}

.step-icon-box {
  width: clamp(4.8rem, 5.6vw, 6.7rem);
  height: clamp(4.8rem, 5.6vw, 6.7rem);
  border-radius: clamp(1.35rem, 1.7vw, 1.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: clamp(1.95rem, 2.25vw, 2.6rem);
  margin-bottom: clamp(1.45rem, 2.35vw, 2.35rem);
  box-shadow: 0 18px 34px rgba(63, 88, 171, 0.16);
}

.gradient-1 {
  background: linear-gradient(145deg, #ff7049 6%, #ba84aa 48%, #5e96e5 100%);
}

.gradient-2 {
  background: linear-gradient(145deg, #ff7049 6%, #ba84aa 48%, #5e96e5 100%);
}

.gradient-3 {
  background: linear-gradient(145deg, #ff7049 6%, #ba84aa 48%, #5e96e5 100%);
}

.gradient-4 {
  background: linear-gradient(145deg, #ff7049 6%, #ba84aa 48%, #5e96e5 100%);
}

.step-title {
  color: #414994;
  font-size: clamp(1.15rem, 1.55vw, 1.8rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: clamp(0.7rem, 1vw, 1rem);
}

.step-desc {
  color: #414994;
  font-size: clamp(0.85rem, 0.95vw, 1.05rem);
  line-height: 1.42;
  max-width: 13rem;
}

.step-line {
  position: absolute;
  top: clamp(2.4rem, 2.8vw, 3.35rem);
  left: calc(50% + clamp(3.2rem, 3.55vw, 4.2rem));
  width: calc(100% - clamp(4rem, 5.4vw, 6.2rem));
  height: 2px;
  background: #d9e5fb;
  z-index: -1;
}

@media (max-width: 1024px) {
  .step-line {
    display: none;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.5rem, 7vw, 4rem) clamp(1.5rem, 5vw, 3rem);
  }

  .process-step {
    margin-bottom: 0;
  }

  .process-dot-arrow {
    left: calc(100% + 1.5rem);
    width: clamp(3rem, 8vw, 4.25rem);
  }
}

@media (max-width: 640px) {
  .process-section {
    padding: 4rem 1rem 4.5rem;
  }

  .process-header {
    margin-bottom: 3.25rem;
  }

  .process-dot-arrow {
    display: none;
  }

  .process-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.25rem;
  }

  .process-step {
    max-width: 20rem;
    margin-inline: auto;
  }

  .step-number-bg {
    left: calc(50% - 5.4rem);
    font-size: 5.25rem;
  }

  .step-icon-box {
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1.15rem;
    font-size: 1.95rem;
  }

  .step-title {
    font-size: 1.3rem;
  }

  .step-desc {
    font-size: 0.9rem;
  }
}

/* Testimonials Section */
.testimonials-section {
  position: relative;
  background: #031C2F;
  padding: clamp(4rem, 8vw, 6rem) 0;
  overflow: hidden;
  color: #fff;
}

.testimonials-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.testimonials-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.testimonials-title {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.testimonials-subtitle {
  color: #94a3b8;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
}

.testimonials-marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.testimonials-track {
  display: flex;
  width: max-content;
  align-items: center;
  /* Center to allow vertical offsets */
  gap: 0;
  /* Cards touch each other */
  padding: 4rem 1rem;
  will-change: transform;
}

.testimonials-group {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;

}

.testimonial-card {
  width: 400px;
  /* Slightly wider cards for touching look */
  background: #0d2035;
  padding: 2.5rem 2.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
  border-left: 1px solid rgba(255, 255, 255, 0.431);
  border-right: 1px solid rgba(243, 240, 240, 0.492);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s ease, box-shadow 0.4s ease;
  /* overflow: hidden; */
  flex-shrink: 0;
  z-index: 1;
}

/* Alternating Vertical Positions and Asymmetrical Border Radii */
.testimonials-group .testimonial-card:nth-child(odd) {
  transform: translateY(-17px);
  border-radius: 1.5rem 1.5rem 0 0;
  background: linear-gradient(to top, #031C2F, #0b395c);
  /* Round left, flat right */
}

.testimonials-group .testimonial-card:nth-child(even) {
  transform: translateY(17px);
  border-radius: 0 0 1.5rem 1.5rem;
  background: linear-gradient(to bottom, #031C2F, #0b395c);

  /* Flat left, round right */
}

/* Hover effects for the connected cards */
.testimonial-card:hover {
  z-index: 10;
  background: #112a45;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* .testimonials-group .testimonial-card:nth-child(odd):hover {
  transform: translateY(-30px) scale(1.02);


}

.testimonials-group .testimonial-card:nth-child(even):hover {
  transform: translateY(30px) scale(1.02);
} */

/* Adjusted Gradient Accents for Connected Look */
.testimonial-card::before,
.testimonial-card::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 8px;
  opacity: 1;
  z-index: 2;
}

.testimonial-card:nth-child(odd)::before {
  top: -8px;
  left: 10%;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(to right, #ff6b38, #4a7cff);
}

.testimonial-card:nth-child(even)::after {
  bottom: -8px;
  right: 10%;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(to right, #ff6b38, #4a7cff);
}

/* .testimonials-group .testimonial-card:nth-child(even)::before {
  background: linear-gradient(to left, #ff6b38, transparent);
}

.testimonials-group .testimonial-card:nth-child(even)::after {
  background: linear-gradient(to right, #4a7cff, transparent);
} */

.card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.author-avatar {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  overflow: hidden;
  background: #b0c8e0;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.author-role {
  color: #7fafc8;
  font-size: 0.8rem;
  font-weight: 400;
}

.testimonial-text {
  color: #b8d0e8;
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 400;
}

@media (max-width: 640px) {
  .testimonials-section {
    padding: 2.6rem 0 2.25rem;
  }

  .testimonials-shell {
    padding: 0 1rem;
  }

  .testimonials-header {
    margin-bottom: 1.25rem;
  }

  .testimonials-title {
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.12;
    margin-bottom: 0.45rem;
  }

  .testimonials-subtitle {
    max-width: 18rem;
    margin-inline: auto;
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .testimonials-marquee {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  }

  .testimonials-track {
    padding: 1.65rem 0.75rem;
  }

  .testimonial-card {
    width: clamp(14.75rem, 76vw, 17.5rem);
    padding: 1.15rem 1rem;
  }

  .testimonials-group .testimonial-card:nth-child(odd) {
    transform: translateY(-7px);
    border-radius: 1rem 1rem 0 0;
  }

  .testimonials-group .testimonial-card:nth-child(even) {
    transform: translateY(7px);
    border-radius: 0 0 1rem 1rem;
  }

  .testimonial-card::before,
  .testimonial-card::after {
    height: 5px;
  }

  .testimonial-card:nth-child(odd)::before {
    top: -5px;
  }

  .testimonial-card:nth-child(even)::after {
    bottom: -5px;
  }

  .card-header {
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .author-avatar {
    width: 2.35rem;
    height: 2.35rem;
  }

  .author-name {
    font-size: 0.9rem;
  }

  .author-role {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .testimonial-text {
    font-size: 0.82rem;
    line-height: 1.55;
  }
}

@media (max-width: 380px) {
  .testimonial-card {
    width: clamp(13.25rem, 74vw, 15rem);
    padding: 1rem 0.9rem;
  }

  .testimonial-text {
    font-size: 0.78rem;
    line-height: 1.48;
  }
}

/* FAQ Section */
.faq-section {
  position: relative;
  /* Light pinkish background from screenshot */
  padding: clamp(4rem, 8vw, 6rem) 1rem;
  overflow: hidden;
  color: #1a1a5e;
  background: #FFFBFA;
  /* Dark navy text */
}

/* .faq-shell {
  padding: 0% 2rem;
} */

.faq-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 4rem);
}

.faq-title {
  color: #1a1a5e;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.faq-container {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq-visual {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.faq-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 1.5rem;
  /* Removed sticky for matching exact screenshot layout better */
}

@media (max-width: 1024px) {
  .faq-content-wrapper {
    flex-direction: column-reverse;
    gap: 3rem;
  }

  .faq-visual {
    width: 100%;
  }

  .faq-image {
    max-width: 400px;
  }

  .faq-container {
    width: 100%;
  }
}

.faq-item {
  background: #ffffff;
  /* White background as per screenshot */
  border: 1px solid #e5e7eb;
  /* Light gray border */
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}

.faq-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.faq-item.active {
  border: 2px solid transparent;
  border-radius: 1.25rem;
  background-image: linear-gradient(white, white), linear-gradient(135deg, #fa8b4b 0%, #2c76eeea 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 5px 20px 5px rgba(251, 146, 60, 0.18);
}

.faq-item.active .faq-question i {
  color: #fb923c;
}

.faq-question {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  color: #1a1a5e;
  /* Navy text */
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.faq-question i {
  font-size: 1.1rem;
  color: #1a1a5e;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-question {
  color: #1a1a5e;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
  color: #fb923c;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  /* Safe default for initial visibility */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.answer-inner {
  padding: 0 2rem 1.75rem;
  color: #4b5563;
  line-height: 1.8;
  font-size: 1rem;
}

.faq-content-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
}
