.features--refined .features__wrapper {
  grid-template-columns: minmax(250px, 0.78fr) minmax(440px, 1.18fr) minmax(310px, 0.9fr);
  align-items: stretch;
  gap: 28px;
}

.features--refined .features__left {
  padding-top: 8px;
}

.features--refined .features__list {
  gap: 0 !important;
  margin: 24px 0 0;
}

.features--refined .features__item {
  min-height: 78px;
  gap: 14px;
  padding: 14px 0;
}

.features--refined .features__icon {
  width: 44px;
  height: 44px;
}

.features--refined .features__icon img {
  width: 24px;
}

.features--refined .features__title {
  color: #12233f;
}

.features--refined .features__desc {
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.features--refined .features__card {
  min-height: 440px;
  padding: 14px;
  border: 1px solid #dbe6ef;
  border-radius: 28px;
  box-shadow: 0 16px 36px rgb(10 48 92 / 10%);
}

.features__brand-mark {
  position: relative;
  display: flex;
  width: 52%;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 32px 26px;
  color: #fff;
  background: #073267;
  border: 1px solid #0d4b91;
  border-radius: 22px;
}

.features__brand-mark::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 5px;
  background: #19bce7;
  content: "";
}

.features__brand-kicker {
  margin-bottom: 34px;
  color: #78def6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.features__brand-copy {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  font-size: clamp(28px, 2.1vw, 38px);
  line-height: 1.02;
}

.features__brand-copy strong:last-child {
  color: #22bee8;
}

.features__brand-year {
  width: fit-content;
  margin-bottom: 9px;
  padding-top: 14px;
  color: #fff;
  border-top: 1px solid rgb(255 255 255 / 24%);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.features__brand-mark small {
  color: #c7d9ec;
  font-size: 13px;
}

.features--refined .features__overview {
  width: 48%;
  gap: 0;
  padding: 20px;
  background: #f4f8fb;
  border-color: #dbe6ef;
  border-radius: 22px;
}

.features--refined .features__overview-item {
  padding: 15px 0;
  border-bottom: 1px solid #d9e3ec;
}

.features--refined .features__overview-item:first-child {
  padding-top: 0;
}

.features--refined .features__overview-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.features--refined .features__overview-title {
  font-size: 28px;
  line-height: 1.05;
}

.features--refined .features__overview-desc {
  color: #667085;
  font-size: 14px;
}

.features--refined .features__support {
  position: relative;
  min-height: 440px;
  justify-content: flex-end;
}

.features--refined .features__support-thumb {
  align-self: flex-end;
  width: 64%;
  max-width: 245px;
  margin: 64px -44px 0 0;
  object-fit: contain;
  object-position: bottom;
}

.features--refined .features__support-card {
  z-index: 2;
  width: 60%;
  min-width: 190px;
  margin-top: 12px;
  padding: 20px;
  border: 1px solid #dbe6ef;
  border-radius: 16px;
  filter: drop-shadow(0 14px 22px rgb(10 48 92 / 12%));
}

.features--refined .features__support-title {
  margin-bottom: 8px;
  color: #12233f;
  font-size: 17px;
  line-height: 1.25;
}

.features--refined .features__support-desc {
  max-width: none;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.features__support-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.features__support-actions .theme-btn {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  font-size: 14px;
}

.features__support-phone {
  color: #073267;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.features__support-phone:hover {
  color: #0aaedc;
}

@media (max-width: 1199.98px) {
  .features--refined .features__wrapper {
    grid-template-columns: minmax(230px, 0.8fr) minmax(390px, 1.18fr) minmax(280px, 0.92fr);
    gap: 20px;
  }

  .features__brand-mark {
    padding-inline: 20px;
  }

  .features--refined .features__support-card {
    width: 64%;
  }
}

@media (max-width: 991.98px) {
  .features--refined .features__wrapper {
    grid-template-columns: 1fr 1.15fr;
  }

  .features--refined .features__support {
    grid-column: 1 / -1;
    min-height: 360px;
    width: min(100%, 620px);
    justify-self: center;
  }
}

@media (max-width: 767.98px) {
  .features--refined .features__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .features--refined .features__left {
    padding-top: 0;
  }

  .features--refined .features__card {
    min-height: 0;
    flex-direction: column;
  }

  .features__brand-mark,
  .features--refined .features__overview {
    width: 100%;
  }

  .features__brand-mark {
    min-height: 270px;
    padding: 28px 24px;
  }

  .features__brand-kicker {
    margin-bottom: 22px;
  }

  .features__brand-copy {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .features--refined .features__overview {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }

  .features--refined .features__overview-item:nth-child(3) {
    border-bottom: 0;
  }

  .features--refined .features__support {
    grid-column: auto;
    min-height: 340px;
  }

  .features--refined .features__support-thumb {
    width: 58%;
    margin-top: 54px;
  }

  .features--refined .features__support-card {
    width: 58%;
  }
}

@media (max-width: 479.98px) {
  .features--refined .features__support {
    min-height: 390px;
    align-items: flex-start !important;
  }

  .features--refined .features__support-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62%;
    margin: 0;
  }

  .features--refined .features__support-card {
    width: 66%;
    min-width: 0;
    margin-top: 0;
  }
}
