.sam-home-features{
  position: relative;
  background: transparent;
  padding: 120px 0;
  overflow: hidden;
}

.sam-home-features *{
  box-sizing: border-box;
}

.sam-home-features__container{
  width: 100%;
  padding: 0;
}

.sam-home-features__inner{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.sam-home-features__top{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: 56px;
}

.sam-home-features__top-left{
  position: relative;
  flex: 1 1 720px;
  max-width: 760px;
}

.sam-home-features__top-right{
  flex: 0 0 420px;
  max-width: 420px;
  padding-top: 8px;
}

.sam-home-features__heading-wrap{
  position: relative;
  display: inline-block;
  padding-top: 24px;
  min-height: 210px;
}

.sam-home-features__heading{
  font-family: Inter, sans-serif;
  font-size: 58px;
  line-height: 68px;
  letter-spacing: -3.2px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  max-width: 680px;
  opacity: 0;
  transform: translateY(24px);
  animation: samFeaturesFadeUp .8s cubic-bezier(.16,1,.3,1) forwards;
}

.sam-home-features__pill{
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 16px;
  border-radius: 50px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: -0.28px;
  font-weight: 500;
  color: #132436;
  box-shadow: 0 4px 16px rgba(24, 29, 39, 0.12);
  white-space: nowrap;
  z-index: 2;
  opacity: 0;
  animation: samFeaturesPillIn .8s cubic-bezier(.16,1,.3,1) forwards;
}

.sam-home-features__pill--1{
  top: 0;
  left: 18px;
  transform: rotate(-13deg) translateY(16px);
  animation-delay: .08s;
}

.sam-home-features__pill--2{
  top: -4px;
  left: 430px;
  transform: rotate(10deg) translateY(16px);
  animation-delay: .16s;
}

.sam-home-features__pill--3{
  top: 192px;
  left: 130px;
  transform: rotate(7deg) translateY(16px);
  animation-delay: .24s;
}

.sam-home-features__pill--4{
  top: 96px;
  left: 470px;
  transform: rotate(-7deg) translateY(16px);
  animation-delay: .32s;
}

.sam-home-features__description{
  opacity: 0;
  transform: translateY(24px);
  animation: samFeaturesFadeUp .8s cubic-bezier(.16,1,.3,1) .18s forwards;
}

.sam-home-features__description p{
  margin: 0 0 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.36px;
  color: #5F6672;
}

.sam-home-features__button-wrap{
  opacity: 0;
  transform: translateY(24px);
  animation: samFeaturesFadeUp .8s cubic-bezier(.16,1,.3,1) .28s forwards;
}

.sam-home-features__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  border-radius: 999px;
  background: #181D27;
  color: #FFFFFF;
  padding: 5px 11px 5px 22px;
  min-height: 56px;
  transition: all 0.3s ease;
}

.sam-home-features__button:hover{
  transform: translateY(-1px);
}

.sam-home-features__button-text{
  display: inline-flex;
  align-items: center;
}

.sam-home-features__button-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 34px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #132436;
  flex-shrink: 0;
}

.sam-home-features__button-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 34px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #132436;
  flex-shrink: 0;
}


.sam-home-features__cards-wrap{
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(28px);
  animation: samFeaturesFadeUp .9s cubic-bezier(.16,1,.3,1) .32s forwards;
}

.sam-home-features__cards-slider{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
}

.sam-home-features__cards-track{
  display: flex;
  align-items: stretch;
  gap: 24px;
  will-change: transform;
}

.sam-home-features__card{
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
}

.sam-home-features__card-inner{
  height: 100%;
  min-height: 324px;
  padding: 12px;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(24, 29, 39, 0.12);
  transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s cubic-bezier(.16,1,.3,1);
}

.sam-home-features__card:hover .sam-home-features__card-inner{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(24, 29, 39, 0.14);
}

.sam-home-features__card-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
}

.sam-home-features__card-icon{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 48px;
}

.sam-home-features__card-icon img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.sam-home-features__card-title{
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.35em;
  letter-spacing: -0.32px;
  font-weight: 500;
  color: #132436;
  margin: 0;
}

.sam-home-features__card-desc{
  margin: 0;
}

.sam-home-features__card-desc p{
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
  letter-spacing: -0.24px;
  color: #5F6672;
}

@keyframes samFeaturesFadeUp{
  0%{
    opacity: 0;
    transform: translateY(24px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes samFeaturesPillIn{
  0%{
    opacity: 0;
    filter: blur(4px);
  }
  100%{
    opacity: 1;
    filter: blur(0);
  }
}

@media (min-width: 1200px){
  .sam-home-features__cards-track.sam-home-features__cards-track--autoscroll{
    animation: samFeaturesAutoScroll 28s linear infinite;
  }

  .sam-home-features__cards-track.sam-home-features__cards-track--autoscroll:hover{
    animation-play-state: paused;
  }

  @keyframes samFeaturesAutoScroll{
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translateX(calc(-1 * ((100% - 72px) / 4 + 24px)));
    }
  }
}

@media (max-width: 1399px){
  .sam-home-features{
    padding: 110px 0;
  }

  .sam-home-features__inner{
    max-width: 1440px;
    padding: 0 20px;
  }

  .sam-home-features__top-left{
    flex: 1 1 620px;
    max-width: 680px;
  }

  .sam-home-features__top-right{
    flex: 0 0 380px;
    max-width: 380px;
  }

  .sam-home-features__heading{
    font-size: 50px;
    letter-spacing: -2.8px;
    max-width: 620px;
  }

  .sam-home-features__heading-wrap{
    min-height: 194px;
  }

  .sam-home-features__pill--2{
    left: 390px;
  }

  .sam-home-features__pill--3{
    top: 177px;
    left: 112px;
  }

  .sam-home-features__pill--4{
    left: 418px;
    top: 92px;
  }
}

@media (max-width: 1199px){
  .sam-home-features{
    padding: 96px 0;
  }

  .sam-home-features__top{
    gap: 40px;
    margin-bottom: 48px;
  }

  .sam-home-features__top-left{
    flex: 1 1 100%;
    max-width: 100%;
  }

  .sam-home-features__top-right{
    flex: 1 1 100%;
    max-width: 520px;
    padding-top: 0;
  }

  .sam-home-features__heading{
    font-size: 52px;
    letter-spacing: -2.4px;
    max-width: 600px;
  }

  .sam-home-features__heading-wrap{
    min-height: 176px;
  }

  .sam-home-features__pill{
    font-size: 13px;
    padding: 6px 14px;
    min-height: 36px;
  }

  .sam-home-features__pill--1{
    left: 14px;
  }

  .sam-home-features__pill--2{
    left: 266px;
  }

  .sam-home-features__pill--3{
    left: 102px;
    top: 132px;
  }

  .sam-home-features__pill--4{
    left: 382px;
    top: 86px;
  }

  .sam-home-features__description p{
    margin-bottom: 32px;
    font-size: 17px;
  }

  .sam-home-features__card{
    flex: 0 0 calc((100% - 72px) / 4);
  }

  .sam-home-features__card-inner{
    min-height: 360px;
  }
}

@media (max-width: 991px){
  .sam-home-features{
    padding: 84px 0;
  }

  .sam-home-features__inner{
    padding: 0 16px;
  }

  .sam-home-features__top{
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 40px;
  }

  .sam-home-features__top-right{
    max-width: 100%;
  }

  .sam-home-features__heading{
    font-size: 42px;
    line-height: 1.12em;
    letter-spacing: -1.8px;
    max-width: 520px;
  }

  .sam-home-features__heading-wrap{
    min-height: 156px;
    padding-top: 18px;
  }

  .sam-home-features__pill{
    min-height: 34px;
    padding: 6px 13px;
    font-size: 12px;
    letter-spacing: -0.2px;
  }

  .sam-home-features__pill--1{
    top: 0;
    left: 10px;
  }

  .sam-home-features__pill--2{
    top: -4px;
    left: 222px;
  }

  .sam-home-features__pill--3{
    top: 114px;
    left: 90px;
  }

  .sam-home-features__pill--4{
    top: 76px;
    left: 330px;
  }

  .sam-home-features__description p{
    font-size: 16px;
    margin-bottom: 28px;
  }

  .sam-home-features__cards-track{
    gap: 20px;
  }

  .sam-home-features__card{
    flex: 0 0 calc((100% - 40px) / 3);
  }

  .sam-home-features__card-inner{
    min-height: 340px;
    border-radius: 22px;
  }

  .sam-home-features__card-content{
    gap: 14px;
    padding: 10px;
  }
}

@media (max-width: 767px){
  .sam-home-features{
    padding: 72px 0;
  }

  .sam-home-features__inner{
    padding: 0 14px;
  }

  .sam-home-features__top{
    gap: 24px;
    margin-bottom: 32px;
  }

  .sam-home-features__heading{
    font-size: 32px;
    line-height: 1.12em;
    letter-spacing: -1.3px;
    max-width: 340px;
  }

  .sam-home-features__heading-wrap{
    padding-top: 14px;
    min-height: 124px;
  }

  .sam-home-features__pill{
    min-height: 31px;
    padding: 5px 12px;
    font-size: 11px;
    line-height: 1.2em;
  }

  .sam-home-features__pill--1{
    left: 0;
    top: 0;
  }

  .sam-home-features__pill--2{
    top: -2px;
    left: 160px;
  }

  .sam-home-features__pill--3{
    top: 245px;
    left: 52px;
  }

  .sam-home-features__pill--4{
    display: none;
  }

  .sam-home-features__description p{
    font-size: 15px;
    line-height: 1.45em;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
  }

  .sam-home-features__button{
    padding: 4px 11px 4px 14px;
    font-size: 14px;
  }

  .sam-home-features__button-icon{
    width: 46px;
    height: 38px;
    margin-left: 8px;
    flex-basis: 46px;
  }

  .sam-home-features__cards-track{
    gap: 16px;
  }

  .sam-home-features__card{
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .sam-home-features__card-inner{
    min-height: 320px;
    padding: 12px;
    border-radius: 20px;
  }

  .sam-home-features__card-title{
    font-size: 15px;
  }

  .sam-home-features__card-desc p{
    font-size: 15px;
    line-height: 1.42em;
  }
}

@media (max-width: 575px){
  .sam-home-features{
    padding: 64px 0;
  }

  .sam-home-features__inner{
    padding: 0 10px;
  }

  .sam-home-features__top{
    gap: 20px;
    margin-bottom: 28px;
  }

  .sam-home-features__heading{
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1px;
    max-width: 100%;
  }

  .sam-home-features__heading-wrap{
    min-height: 110px;
    padding-top: 10px;
  }

  .sam-home-features__pill{
    min-height: 28px;
    padding: 4px 11px;
    font-size: 10px;
    box-shadow: 0 4px 12px rgba(24, 29, 39, 0.1);
  }

  .sam-home-features__pill--1{
    left: 0;
    top: -37px;
  }

  .sam-home-features__pill--2{
    left: 236px;
    top: -33px;
  }

  .sam-home-features__pill--3{
    left: 245px;
    top: 82px;
  }

  .sam-home-features__description p{
    font-size: 14px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }

  .sam-home-features__button{
    font-size: 14px;
  }

  .sam-home-features__cards-slider{
    overflow: visible;
  }

  .sam-home-features__cards-track{
    gap: 0;
    display: block;
  }

  .sam-home-features__card{
    width: 100%;
    margin-bottom: 16px;
  }

  .sam-home-features__card:last-child{
    margin-bottom: 0;
  }

  .sam-home-features__card-inner{
    min-height: 200px;
    border-radius: 18px;
  }

  .sam-home-features__card-content{
    gap: 14px;
  }

  .sam-home-features__card-icon{
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .sam-home-features__card-icon img{
    width: 22px;
    height: 22px;
  }

  .sam-home-features__card-title{
    font-size: 20px;
    line-height: 30px;
  }

  .sam-home-features__card-desc p{
    font-size: 14px;
    line-height: 1.45em;
  }
}

@media (prefers-reduced-motion: reduce){
  .sam-home-features__heading,
  .sam-home-features__pill,
  .sam-home-features__description,
  .sam-home-features__button-wrap,
  .sam-home-features__cards-wrap{
    opacity: 1;
    transform: none;
    animation: none;
  }

  .sam-home-features__button,
  .sam-home-features__button-icon,
  .sam-home-features__card-inner,
  .sam-home-features__cards-track.sam-home-features__cards-track--autoscroll{
    transition: none;
    animation: none;
  }
}