/* Why Us - Figma node 2692:11410 */

.ib-whyus-heading {
  background: #001f35;
  padding: 64px 0 48px;
}

.ib-whyus {
  position: relative;
  background: linear-gradient(180deg, #001f35 0%, var(--primary-blue) 100%);
  padding: 0 0 64px;
}

.ib-whyus__heading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 605px;
  margin: 0 auto;
  text-align: center;
}

.ib-whyus__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--grey-pure-white);
}

.ib-whyus__tagline {
  font-size: 18px;
  line-height: 1.5;
  color: var(--grey-lightest-grey);
}

.ib-whyus__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.ib-whyus__sticky {
  position: sticky;
  top: 212px;
  flex: 1 1 420px;
  max-width: 460px;
}

.ib-whyus__illustration {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.ib-whyus__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 620px;
  max-width: 620px;
}

.ib-whyus__card {
  background: rgba(23, 37, 57, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 20px 28px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.ib-whyus__card:hover {
  transform: translateY(-4px);
  filter: brightness(1.1);
}

.ib-whyus__card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--grey-pure-white);
  margin-bottom: 8px;
}

.ib-whyus__card p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-lightest-grey);
}

.ib-whyus__platform {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: 31px;
  margin-top: 16px;
}

.ib-whyus__platform-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ib-whyus__platform-col h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--grey-pure-white);
}

.ib-whyus__platform-lead {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--grey-lightest-grey);
}

.ib-whyus__numbered {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ib-whyus__numbered li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--grey-pure-white);
}

.ib-whyus__numbered li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--primary-blue);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
}

.ib-whyus__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1023px) {
  .ib-whyus-heading {
    padding: 48px 0 32px;
  }

  .ib-whyus__inner {
    flex-direction: column;
  }

  .ib-whyus__sticky {
    position: static;
    max-width: 100%;
  }

  .ib-whyus__panel {
    max-width: 100%;
  }
}

@media (max-width: 639px) {
  .ib-whyus-heading {
    padding: 48px 0 24px;
  }

  .ib-whyus {
    padding: 0 0 48px;
  }

  .ib-whyus__title {
    font-size: 30px;
  }

  .ib-whyus__card {
    padding: 20px;
  }

  .ib-whyus__platform {
    padding: 24px;
  }

  .ib-whyus__platform-col h3 {
    font-size: 26px;
  }
}
