.nf-platform-reviews {
  display: flex;
  width: min(100%, 410px);
  min-height: 92px;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  color: var(--nf-ink, #10263a);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(2, 25, 43, 0.16);
  text-decoration: none !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.nf-platform-reviews:hover,
.nf-platform-reviews:focus-visible {
  border-color: rgba(13, 83, 144, 0.24);
  color: var(--nf-ink, #10263a) !important;
  box-shadow: 0 20px 42px rgba(2, 25, 43, 0.21);
  transform: translateY(-2px);
}

.nf-platform-reviews:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--nf-accent, #00bfa6) 36%, transparent);
  outline-offset: 3px;
}

.nf-platform-reviews__icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 16px;
  color: #a66108;
  background: #fff4d7;
}

.nf-platform-reviews__icon svg {
  width: 31px;
  height: 31px;
  fill: #ffc34d;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.nf-platform-reviews__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 3px;
}

.nf-platform-reviews__content > strong {
  color: var(--nf-primary-dark, #082f52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nf-platform-reviews__rating {
  display: flex;
  align-items: center;
  gap: 9px;
}

.nf-platform-reviews__rating b {
  color: var(--nf-ink, #10263a);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.nf-review-stars {
  position: relative;
  display: inline-block;
  width: max-content;
  color: #d6dee5;
  letter-spacing: 0.08em;
  line-height: 1;
}

.nf-review-stars > span {
  display: block;
}

.nf-review-stars::before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--nf-review-rating, 100%);
  overflow: hidden;
  color: #f4a41d;
  content: "★★★★★";
  white-space: nowrap;
}

.nf-platform-reviews__stars {
  font-size: 18px;
}

.nf-platform-reviews__content small {
  overflow: hidden;
  color: #687b8c;
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nf-platform-reviews__arrow {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--nf-primary, #0d5390);
  background: #edf5fb;
  font-size: 17px;
  font-weight: 800;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.nf-platform-reviews:hover .nf-platform-reviews__arrow,
.nf-platform-reviews:focus-visible .nf-platform-reviews__arrow {
  color: #fff;
  background: var(--nf-primary, #0d5390);
  transform: translateX(2px);
}

@media (max-width: 640px) {
  .nf-platform-reviews {
    width: 100%;
    min-height: 86px;
    padding: 14px 15px;
    border-radius: 15px;
  }

  .nf-platform-reviews__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
  }

  .nf-platform-reviews__content small {
    font-size: 9px;
    white-space: normal;
  }

  .nf-platform-reviews__arrow {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nf-platform-reviews,
  .nf-platform-reviews__arrow {
    transition: none;
  }
}

.nf-product-channel-reviews {
  clear: both;
  margin-top: 28px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--nf-border, #dce7ef);
  border-radius: 22px;
  color: var(--nf-ink, #10263a);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 191, 166, 0.09), transparent 25rem),
    #fff;
  box-shadow: 0 15px 42px rgba(8, 47, 82, 0.08);
}

.nf-product-channel-reviews *,
.nf-product-channel-reviews *::before,
.nf-product-channel-reviews *::after {
  box-sizing: border-box;
}

.nf-product-channel-reviews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.nf-product-channel-reviews__header > div:first-child > span {
  display: block;
  margin-bottom: 5px;
  color: var(--nf-primary, #0d5390);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nf-product-channel-reviews__header h3 {
  margin: 0;
  color: var(--nf-primary-dark, #082f52);
  font-size: clamp(21px, 2.4vw, 29px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.nf-product-channel-reviews__header p {
  margin: 7px 0 0;
  color: var(--nf-muted, #617184);
  font-size: 12px;
}

.nf-product-channel-reviews__summary {
  display: flex;
  min-width: 145px;
  flex-direction: column;
  align-items: flex-end;
  padding: 13px 15px;
  border: 1px solid rgba(238, 77, 45, 0.16);
  border-radius: 14px;
  background: #fff5f2;
}

.nf-product-channel-reviews__summary strong {
  color: #c9492e;
  font-size: 25px;
  line-height: 1;
}

.nf-product-channel-reviews__summary span {
  margin-top: 4px;
  color: #7d584f;
  font-size: 10px;
}

.nf-product-channel-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 22px;
}

.nf-product-channel-review {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--nf-border, #dce7ef);
  border-radius: 15px;
  background: #fff;
}

.nf-product-channel-review > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nf-product-channel-review > header time {
  color: #8492a0;
  font-size: 9px;
}

.nf-product-channel-review__stars {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #d7e0e7;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.nf-product-channel-review__stars::after {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--nf-channel-rating, 100%);
  overflow: hidden;
  color: #f3a51c;
  content: "★★★★★";
  white-space: nowrap;
}

.nf-product-channel-review__customer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
}

.nf-product-channel-review__customer > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 10px;
  color: #c9492e;
  background: #fff1ed;
  font-size: 11px;
  font-weight: 850;
}

.nf-product-channel-review__customer strong,
.nf-product-channel-review__customer small {
  display: block;
}

.nf-product-channel-review__customer strong {
  color: var(--nf-ink, #10263a);
  font-size: 11px;
}

.nf-product-channel-review__customer small {
  margin-top: 2px;
  color: #778796;
  font-size: 9px;
}

.nf-product-channel-review > p {
  flex: 1 1 auto;
  margin: 14px 0 0;
  color: #4f6274;
  font-size: 11px;
  line-height: 1.65;
}

.nf-product-channel-review__reply {
  margin-top: 13px;
  padding: 11px 12px;
  border-left: 3px solid #ee4d2d;
  border-radius: 0 10px 10px 0;
  background: #fff7f5;
}

.nf-product-channel-review__reply strong {
  color: #97402d;
  font-size: 9px;
}

.nf-product-channel-review__reply p {
  margin: 5px 0 0;
  color: #775f59;
  font-size: 9px;
  line-height: 1.55;
}

.nf-product-channel-reviews > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 19px;
  padding-top: 16px;
  border-top: 1px solid var(--nf-border, #dce7ef);
}

.nf-product-channel-reviews > footer p {
  margin: 0;
  color: var(--nf-muted, #617184);
  font-size: 10px;
}

.nf-product-channel-reviews > footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nf-primary, #0d5390);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .nf-product-channel-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nf-product-channel-reviews {
    padding: 18px 15px;
    border-radius: 17px;
  }

  .nf-product-channel-reviews__header,
  .nf-product-channel-reviews > footer {
    align-items: stretch;
    flex-direction: column;
  }

  .nf-product-channel-reviews__summary {
    min-width: 0;
    align-items: flex-start;
  }

  .nf-product-channel-reviews__grid {
    grid-template-columns: 1fr;
  }
}
