.new-landing-feature-tabs-section {
  background-color: #f4f5f9;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 0;
  scroll-margin-top: 72px;
}

.new-landing-feature-tabs-section__tabs-container {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 80px);
  z-index: 3;
}

.new-landing-feature-tabs-section__tabs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 64px;
  padding: 4px 8px;
  background: #e7e9f3;
  border-radius: 9999px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.new-landing-feature-tabs-section__tabs::-webkit-scrollbar {
  display: none;
}

.new-landing-feature-tabs-section__indicator {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 166px;
  height: 48px;
  border-radius: 9999px;
  background: #282834;
  pointer-events: none;
  z-index: 0;
  transition: left 0.3s ease, width 0.3s ease;
  overflow: hidden;
}

.new-landing-feature-tabs-section__indicator-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  transition: width 50ms linear;
}

.new-landing-feature-tabs-section__tab img,
.new-landing-feature-tabs-section__tab svg,
.new-landing-feature-tabs-section__tab span,
.new-landing-feature-tabs-section__chevron svg {
  pointer-events: none;
}

.new-landing-feature-tabs-section__tab {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  flex-shrink: 0;
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  color: #646587;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  box-sizing: border-box;
  transition: color 0.25s ease;
}

.new-landing-feature-tabs-section__tab--active {
  padding: 8px 16px;
  color: white;
}

.new-landing-feature-tabs-section__tab-icon {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  max-width: none;
}

.new-landing-feature-tabs-section__tab--active .new-landing-feature-tabs-section__tab-icon {
  display: block;
}

.new-landing-feature-tabs-section__content {
  position: absolute;
  inset: 128px 40px 40px;
  display: flex;
  gap: 8px;
}

.new-landing-feature-tabs-section__left {
  width: calc(50% - 4px);
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 32px;
  overflow: hidden;
}

.new-landing-feature-section__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.92px;
  margin: 0;
  color: #282834;
}

.new-landing-feature-tabs-section__bullet-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-landing-feature-tabs-section__bullet-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new-landing-feature-tabs-section__bullet-item > span {
  font-family: 'Inter', 'Proxima Nova', sans-serif !important;
  font-weight: 400;
}

.new-landing-feature-tabs-section__bullet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.new-landing-feature-tabs-section__right {
  width: calc(50% - 4px);
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px;
  background-color: #ffe600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-landing-feature-tabs-section__image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.new-landing-feature-tabs-section__image-wrapper picture {
  display: block;
  width: 100%;
  height: 100%;
}

.new-landing-feature-tabs-section__image-wrapper > img,
.new-landing-feature-tabs-section__image-wrapper picture > img {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: cover;
  object-position: center;
}

.new-landing-feature-tabs-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.new-landing-feature-tabs-section__chevron {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .new-landing-feature-tabs-section {
    height: auto;
    min-height: 0;
    position: relative;
    border-radius: 16px;
    padding: 0 40px 40px;
  }

  .new-landing-feature-tabs-section__tabs-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 3;
    max-width: 100%;
    margin: 24px 0;
    padding: 0;
  }

  .new-landing-feature-tabs-section__tabs-container::before,
  .new-landing-feature-tabs-section__tabs-container::after {
    content: '';
    position: absolute;
    top: 0;
    height: 48px;
    z-index: 4;
    pointer-events: none;
  }

  .new-landing-feature-tabs-section__tabs-container::before {
    left: 0;
    width: 80px;
    background: linear-gradient(to right, #e7e9f3 0%, #e7e9f3 40%, transparent 100%);
    border-radius: 9999px 0 0 9999px;
  }

  .new-landing-feature-tabs-section__tabs-container::after {
    right: 0;
    width: 80px;
    background: linear-gradient(to left, #e7e9f3 0%, #e7e9f3 40%, transparent 100%);
    border-radius: 0 9999px 9999px 0;
  }

  .new-landing-feature-tabs-section__tabs-container--hide-left-gradient::before {
    display: none;
  }

  .new-landing-feature-tabs-section__tabs-container--hide-right-gradient::after {
    display: none;
  }

  .new-landing-feature-tabs-section__tabs {
    height: 48px;
    padding: 4px 8px;
    gap: 4px;
    justify-content: center;
    touch-action: none;
  }

  .new-landing-feature-tabs-section__chevron {
    position: absolute;
    top: 0;
    height: 48px;
    width: 48px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #282834;
    -webkit-tap-highlight-color: transparent;
  }

  .new-landing-feature-tabs-section__chevron--left {
    left: 0;
  }

  .new-landing-feature-tabs-section__chevron--right {
    right: 0;
  }

  .new-landing-feature-tabs-section__indicator {
    top: 6px;
    height: 36px;
  }

  .new-landing-feature-tabs-section__tab {
    gap: 8px;
    height: 36px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .new-landing-feature-tabs-section__tab--active {
    padding: 8px 12px;
  }

  .new-landing-feature-tabs-section__tab-icon {
    width: 18px;
    height: 18px;
  }

  .new-landing-feature-tabs-section__content {
    position: relative;
    inset: auto;
    flex-direction: column;
    gap: 40px;
    height: auto;
    align-items: flex-start;
  }

  .new-landing-feature-tabs-section__right {
    position: relative;
    width: 100%;
    height: auto;
    order: -1;
    background-color: transparent;
  }

  .new-landing-feature-tabs-section__image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
  }

  .new-landing-feature-tabs-section__image-wrapper > img,
  .new-landing-feature-tabs-section__image-wrapper picture > img {
    background: transparent;
    object-fit: contain;
  }

  .new-landing-feature-tabs-section__left {
    position: relative;
    width: 100%;
    max-width: 80%;
    height: auto;
    padding: 0;
    padding-right: 32px;
    justify-content: flex-start;
    gap: 88px;
  }
}

@media only screen and (min-width: 1280px) {
  .new-landing-feature-section__title {
    font-size: 72px;
    letter-spacing: -2.88px;
  }
}

@media only screen and (max-width: 767px) {
  .new-landing-feature-tabs-section {
    height: auto;
    overflow: visible;
    padding: 0;
    border-radius: 20px;
  }

  .new-landing-feature-tabs-section__tabs-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    padding: 16px 24px 0;
  }

  .new-landing-feature-tabs-section__tabs-container::before,
  .new-landing-feature-tabs-section__tabs-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 48px;
    z-index: 4;
    pointer-events: none;
  }

  .new-landing-feature-tabs-section__tabs-container::before {
    left: 24px;
    width: 110px;
    background: linear-gradient(to right, #e7e9f3 0%, #e7e9f3 25%, transparent 100%);
    border-radius: 9999px 0 0 9999px;
  }

  .new-landing-feature-tabs-section__tabs-container::after {
    right: 24px;
    width: 110px;
    background: linear-gradient(to left, #e7e9f3 0%, #e7e9f3 25%, transparent 100%);
    border-radius: 0 9999px 9999px 0;
  }

  .new-landing-feature-tabs-section__tabs-container--hide-left-gradient::before {
    display: none;
  }

  .new-landing-feature-tabs-section__tabs-container--hide-right-gradient::after {
    display: none;
  }

  .new-landing-feature-tabs-section__tabs {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
    width: 100%;
    height: 48px;
    padding: 4px 8px;
    gap: 8px;
    box-sizing: border-box;
  }

  .new-landing-feature-tabs-section__tabs::before,
  .new-landing-feature-tabs-section__tabs::after {
    content: none;
  }

  .new-landing-feature-tabs-section__tabs::-webkit-scrollbar {
    display: none;
  }

  .new-landing-feature-tabs-section__indicator {
    top: 8px;
    height: 32px;
    width: 104px;
  }

  .new-landing-feature-tabs-section__tab {
    padding: 2px 12px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    height: 32px;
    font-weight: 600;
    gap: 6px;
    flex-shrink: 0;
  }

  .new-landing-feature-tabs-section__tab--active {
    padding: 4px 12px;
    border-radius: 9999px;
  }

  .new-landing-feature-tabs-section__tab-icon,
  .new-landing-feature-tabs-section__tab--active .new-landing-feature-tabs-section__tab-icon {
    display: none;
  }

  .new-landing-feature-tabs-section__content {
    position: relative;
    inset: auto;
    flex-direction: column;
    gap: 0;
    padding: 24px 24px 0;
    height: 626px;
    max-height: 626px;
  }

  .new-landing-feature-tabs-section__right {
    position: relative;
    width: 100%;
    height: auto;
    order: -1;
    padding: 0;
  }

  .new-landing-feature-tabs-section__image-wrapper {
    width: 100%;
    height: 204px;
    max-width: 100%;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
  }

  .new-landing-feature-tabs-section__left {
    position: relative;
    width: 100%;
    max-height: none;
    padding: 24px 0 24px;
    flex: 1;
    justify-content: flex-start;
    gap: 0;
    overflow: visible;
  }

  .new-landing-feature-tabs-section__bullet-list {
    margin-top: auto;
  }

  .new-landing-feature-section__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.28px;
  }

  .new-landing-feature-tabs-section__chevron {
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 32px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #282834;
    -webkit-tap-highlight-color: transparent;
  }

  .new-landing-feature-tabs-section__chevron--left {
    left: 24px;
  }

  .new-landing-feature-tabs-section__chevron--right {
    right: 24px;
  }
}
