.tobor-real-world-features {
  --tobor-real-world-band: #262626;
  --tobor-real-world-brand: #506ccd;
  --tobor-real-world-hero-height: 524px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tobor-real-world-features *,
.tobor-real-world-features *::before,
.tobor-real-world-features *::after {
  box-sizing: border-box;
}

.tobor-real-world-features__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--tobor-real-world-hero-height);
  padding: 64px 96px 32px;
  overflow: hidden;
  background: #ffffff;
}

.tobor-real-world-features__hero-image {
  position: absolute;
  left: -0.28%;
  top: -18.23%;
  display: block;
  width: 100.61%;
  height: 155.57%;
  max-width: none;
  object-fit: cover;
}

.tobor-real-world-features__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0.318deg, #262626 1.994%, rgba(38, 38, 38, 0) 57.152%);
}

.tobor-real-world-features__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.tobor-real-world-features__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 18px;
  color: #ffffff;
}

.tobor-real-world-features__eyebrow span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: currentColor;
}

.tobor-real-world-features .tobor-real-world-features__eyebrow p {
  margin: 0;
  color: currentColor;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.tobor-real-world-features__header h2 {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0;
}

.tobor-real-world-features .tobor-real-world-features__header > p {
  width: min(890px, 100%);
  margin: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.tobor-real-world-features__cards-band {
  width: 100%;
  padding: 32px 96px 96px;
  background: var(--tobor-real-world-band);
}

.tobor-real-world-features__mobile-carousel {
  display: none;
}

.tobor-real-world-features__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
  max-width: 1248px;
  margin: 0 auto;
}

.tobor-real-world-features__card {
  position: relative;
  min-width: 0;
  padding-top: 32px;
}

.tobor-real-world-features__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
  min-height: 184px;
  padding: 64px 24px 32px;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px -6px rgba(24, 39, 75, 0.12), 0 14px 64px -4px rgba(24, 39, 75, 0.12);
}

.tobor-real-world-features__icon {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  border-radius: 12px;
  background: var(--tobor-real-world-brand);
}

.tobor-real-world-features__icon img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: none;
}

.tobor-real-world-features__card h3 {
  width: 100%;
  margin: 0;
  color: #171717;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
}

.tobor-real-world-features .tobor-real-world-features__card p {
  width: 100%;
  margin: 0;
  color: #525252;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  .tobor-real-world-features__hero {
    padding-right: 56px;
    padding-left: 56px;
  }

  .tobor-real-world-features__cards-band {
    padding-right: 56px;
    padding-left: 56px;
  }

  .tobor-real-world-features__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tobor-real-world-features__hero {
    min-height: 420px;
    padding: 56px 24px 32px;
  }

  .tobor-real-world-features__header h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .tobor-real-world-features__header > p {
    font-size: 18px;
    line-height: 26px;
  }

  .tobor-real-world-features__cards-band {
    padding: 32px 24px 64px;
  }

  .tobor-real-world-features__cards {
    display: none;
  }

  .tobor-real-world-features__mobile-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .tobor-real-world-features__mobile-track {
    display: flex;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .tobor-real-world-features__mobile-track::-webkit-scrollbar {
    display: none;
  }

  .tobor-real-world-features__mobile-slide {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    position: relative;
    padding-top: 32px;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .tobor-real-world-features__mobile-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  .tobor-real-world-features__mobile-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d1d5db;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
  }

  .tobor-real-world-features__mobile-dot.is-active {
    background: #506ccd;
    transform: scale(1.05);
  }
    .tobor-real-world-features__card-content h3 {
      width: 100%;
      margin: 0;
      color: #171717;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0;
    }

    .tobor-real-world-features .tobor-real-world-features__card-content p {
      width: 100%;
      margin: 0;
      color: #525252;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0;
    }

}

@media (max-width: 479px) {
  .tobor-real-world-features__hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tobor-real-world-features__eyebrow {
    width: 100%;
  }

  .tobor-real-world-features__eyebrow p {
    white-space: normal;
  }

  .tobor-real-world-features__header h2 {
    font-size: 31px;
    line-height: 38px;
  }
}
