.sgf22-rating-cards {
  width: 100%;
  margin: 22px auto 34px;
  color: #17120f;
}

.sgf22-rating-cards,
.sgf22-rating-cards * {
  box-sizing: border-box;
}

.sgf22-rating-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 24, 18, 0.12);
  border-radius: 999px;
  background: #fffaf2;
  color: #665b50;
  font-size: 14px;
  line-height: 1.25;
  box-shadow: 0 10px 28px rgba(36, 23, 12, 0.08);
}

.sgf22-rating-date strong {
  color: #17120f;
  font-weight: 900;
}

.sgf22-rating-list {
  display: grid;
  gap: 18px;
  width: 100%;
}

.sgf22-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(30, 24, 18, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at top left, rgba(255, 184, 71, 0.28), transparent 28%),
    linear-gradient(135deg, #fff8ec 0%, #fff 48%, #f5fbff 100%);
  box-shadow: 0 18px 44px rgba(28, 22, 17, 0.14);
}

.sgf22-card::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #15110d, #ff971f 48%, #ffd15a 78%, #53c6b8);
}

.sgf22-card__rank {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #15110d;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.sgf22-card__badge {
  position: absolute;
  top: 5px;
  left: 22px;
  z-index: 2;
  padding: 8px 17px;
  border-radius: 0 0 8px 8px;
  background: #ff971f;
  color: #17120f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.sgf22-card__main {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 180px;
  gap: 22px;
  align-items: start;
  padding: 34px 24px 22px;
}

.sgf22-card__brand {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.sgf22-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 88px;
  padding: 12px;
  border-radius: 8px;
  background: #121720;
}

.sgf22-card__logo img {
  display: block;
  max-width: 160px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sgf22-card__logo span {
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.sgf22-card__score {
  text-align: center;
}

.sgf22-card__score strong {
  color: #17120f;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
}

.sgf22-card__score > span {
  color: #75695e;
  font-size: 15px;
  font-weight: 900;
}

.sgf22-stars {
  display: block;
  margin-top: 3px;
  color: transparent;
  background: linear-gradient(90deg, #ff971f var(--sgf22-fill), #ddd6cc var(--sgf22-fill));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.sgf22-card__score small {
  display: block;
  color: #75695e;
  font-size: 13px;
  line-height: 1.25;
}

.sgf22-card__content {
  min-width: 0;
}

.sgf22-card__content h3 {
  margin: 0 0 12px;
  color: #17120f;
  font-family: inherit;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.14;
  text-transform: none;
}

.sgf22-card__features,
.sgf22-card__features li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.sgf22-card__features {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.35;
}

.sgf22-card__features li {
  position: relative;
  padding-left: 25px;
  color: #3f342b;
}

.sgf22-card__features li::marker {
  content: "" !important;
}

.sgf22-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  border: 1px solid #ff971f;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 5px #ff971f;
}

.sgf22-card__metrics--desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sgf22-card__metrics--mobile {
  display: none;
}

.sgf22-metric {
  flex: 1 1 150px;
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(30, 24, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.sgf22-metric__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 24px;
  margin: 0 8px 6px 0;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 151, 31, 0.13);
  color: #c36a05;
  font-size: 11px;
  font-weight: 900;
  vertical-align: middle;
}

.sgf22-metric__label {
  display: inline-block;
  margin-bottom: 5px;
  color: #83756a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.sgf22-metric strong {
  display: block;
  overflow-wrap: anywhere;
  color: #17120f;
  font-size: 15px;
  line-height: 1.25;
}

.sgf22-card__actions {
  display: grid;
  gap: 10px;
  padding-top: 23px;
}

.sgf22-card__cta,
.sgf22-card__review {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.sgf22-card__cta,
.sgf22-card__cta:hover {
  background: linear-gradient(180deg, #ffb14c, #ff8716);
  color: #111;
  box-shadow: 0 15px 28px rgba(255, 135, 22, 0.24);
}

.sgf22-card__review,
.sgf22-card__review:hover {
  border: 1px solid rgba(30, 24, 18, 0.15);
  background: #fff;
  color: #17120f;
}

.sgf22-card__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  padding: 15px 24px 18px;
  border-top: 1px solid rgba(30, 24, 18, 0.08);
  background: rgba(255, 255, 255, 0.58);
}

.sgf22-payments {
  display: flex;
  flex: 1 1 360px;
  flex-wrap: wrap;
  gap: 8px;
}

.sgf22-payments span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(30, 24, 18, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #4a4038;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.sgf22-promo {
  color: #4a4038;
  font-size: 14px;
}

.sgf22-promo strong {
  color: #17120f;
  font-weight: 900;
}

.sgf22-responsible,
.sgf22-responsible p {
  margin: 0;
  color: #75695e;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .sgf22-card__main {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .sgf22-card__actions {
    grid-column: 1 / -1;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .hero-area-4 .hero-area-2-inner,
  .ncs-hero .hero-area-2-inner {
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .hero-area-4 .title-wrapper,
  .ncs-hero .title-wrapper {
    margin-bottom: 8px;
  }

  .hero-area-4 .section-title,
  .ncs-hero .section-title {
    font-size: 32px;
    line-height: 0.92;
    letter-spacing: 0;
    margin-bottom: 8px;
  }

  .hero-area-4 .title-wrapper p,
  .ncs-hero .title-wrapper p {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 6px;
  }

  .hero-area-4 .title-wrapper p:nth-of-type(n+2),
  .ncs-hero .title-wrapper p:nth-of-type(n+2) {
    display: none;
  }

  .section-content__bottom {
    margin-top: 0;
  }

  .sgf22-rating-cards {
    margin: 8px auto 26px;
  }

  .sgf22-rating-date {
    margin-bottom: 12px;
    padding: 7px 11px;
    font-size: 13px;
  }

  .sgf22-rating-list {
    gap: 10px;
  }

  .sgf22-card__rank {
    top: 22px;
    right: 12px;
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .sgf22-card__badge {
    left: 18px;
    padding: 7px 13px;
    font-size: 11px;
  }

  .sgf22-card__main {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 43px 12px 12px;
  }

  .sgf22-card__logo {
    width: 94px;
    height: 50px;
    padding: 7px;
  }

  .sgf22-card__logo img {
    max-width: 82px;
    max-height: 36px;
  }

  .sgf22-card__brand {
    gap: 6px;
  }

  .sgf22-card__score strong {
    font-size: 24px;
  }

  .sgf22-stars {
    font-size: 15px;
  }

  .sgf22-card__score small {
    font-size: 10px;
  }

  .sgf22-card__content {
    padding-right: 30px;
  }

  .sgf22-card__content h3 {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1.08;
  }

  .sgf22-card__features {
    gap: 5px;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.22;
  }

  .sgf22-card__features li:nth-child(n+3) {
    display: none;
  }

  .sgf22-card__features li {
    padding-left: 17px;
  }

  .sgf22-card__features li::before {
    width: 11px;
    height: 11px;
    box-shadow: inset 0 0 0 3px #ff971f;
  }

  .sgf22-card__metrics--desktop {
    display: none;
  }

  .sgf22-card__metrics--mobile {
    display: block;
  }

  .sgf22-card__metrics--mobile summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(30, 24, 18, 0.14);
    border-radius: 8px;
    background: #fff;
    color: #17120f;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    cursor: pointer;
    list-style: none;
  }

  .sgf22-card__metrics--mobile summary::-webkit-details-marker {
    display: none;
  }

  .sgf22-card__mobile-grid {
    display: grid;
    gap: 8px;
    margin-top: 9px;
  }

  .sgf22-card__actions {
    padding-top: 0;
  }

  .sgf22-card__cta,
  .sgf22-card__review {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .sgf22-card__foot {
    display: none;
  }

  .sgf22-card__mobile-extra {
    display: grid;
    gap: 8px;
    margin-top: 9px;
    padding-top: 9px;
    border-top: 1px solid rgba(30, 24, 18, 0.08);
  }

  .sgf22-payments {
    flex-basis: 100%;
    gap: 7px;
  }

  .sgf22-payments span {
    min-height: 25px;
    padding: 4px 8px;
    font-size: 12px;
  }

  .sgf22-responsible,
  .sgf22-responsible p {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .container.large,
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-area-4 .section-title,
  .ncs-hero .section-title {
    font-size: 30px;
  }

  .sgf22-card__main {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sgf22-card__content {
    padding-right: 28px;
  }

  .sgf22-card__logo {
    width: 90px;
    height: 48px;
  }

  .sgf22-card__score strong {
    font-size: 24px;
  }

  .sgf22-card__content h3 {
    font-size: 16px;
  }
}
