.nf-reviews-page-shell {
  position: relative;
  overflow: hidden;
  padding: 36px 0 0;
  background:
    radial-gradient(circle at 8% 2%, rgba(0, 191, 166, 0.08), transparent 27rem),
    radial-gradient(circle at 96% 16%, rgba(13, 83, 144, 0.08), transparent 30rem),
    #fff;
}

.nf-review-hub {
  --nf-review-gold: #f3a51c;
  --nf-review-gold-soft: #fff5dc;
  --nf-review-green: #087d6d;
  --nf-review-green-soft: #eaf8f5;
  --nf-review-card-shadow: 0 18px 55px rgba(8, 47, 82, 0.09);
  display: block;
  padding-bottom: 70px;
  color: var(--nf-ink, #10263a);
}

.nf-review-hub *,
.nf-review-hub *::before,
.nf-review-hub *::after {
  box-sizing: border-box;
}

.nf-review-hub svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nf-review-hub a {
  text-decoration: none;
}

.nf-review-hub__hero {
  position: relative;
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  overflow: hidden;
  padding: clamp(38px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 24%, rgba(0, 191, 166, 0.27), transparent 18rem),
    radial-gradient(circle at 10% 110%, rgba(28, 122, 181, 0.38), transparent 27rem),
    linear-gradient(132deg, var(--nf-primary-dark, #082f52), #073b5c 56%, #085e72);
  box-shadow: 0 30px 80px rgba(8, 47, 82, 0.2);
}

.nf-review-hub__hero::before,
.nf-review-hub__hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.nf-review-hub__hero::before {
  top: -180px;
  right: -110px;
  width: 390px;
  height: 390px;
}

.nf-review-hub__hero::after {
  right: 190px;
  bottom: -260px;
  width: 430px;
  height: 430px;
}

.nf-review-hub__hero-copy,
.nf-review-hub__score {
  position: relative;
  z-index: 1;
}

.nf-review-hub__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #9ff1e6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nf-review-hub__eyebrow svg {
  width: 20px;
  height: 20px;
}

.nf-review-hub .nf-review-hub__hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.nf-review-hub__hero-copy > p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.nf-review-hub__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  margin-top: 26px;
}

.nf-review-hub__assurances span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 650;
}

.nf-review-hub__assurances svg {
  width: 18px;
  height: 18px;
  color: #62dfcc;
}

.nf-review-hub__score {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  text-align: center;
  backdrop-filter: blur(12px);
}

.nf-review-hub__score-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nf-review-hub__score > strong {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(68px, 7vw, 94px);
  font-weight: 780;
  letter-spacing: -0.075em;
  line-height: 1;
}

.nf-review-hub__score-stars {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 24px;
  letter-spacing: 0.13em;
}

.nf-review-hub__score-stars::before {
  color: #ffc95e;
}

.nf-review-hub__score p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.nf-review-hub__score p b {
  display: block;
  margin-top: 1px;
  color: #fff;
  font-size: 14px;
}

.nf-review-hub__score > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

.nf-review-hub__overview {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  margin-top: 28px;
}

.nf-review-hub__distribution,
.nf-review-hub__facts {
  border: 1px solid var(--nf-border, #dce7ef);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--nf-review-card-shadow);
}

.nf-review-hub__distribution {
  padding: clamp(25px, 3.5vw, 38px);
}

.nf-review-hub__section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.nf-review-hub__section-heading span {
  display: block;
  margin-bottom: 4px;
  color: var(--nf-primary, #0d5390);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nf-review-hub__section-heading h2 {
  margin: 0;
  color: var(--nf-primary-dark, #082f52);
  font-size: clamp(23px, 2.4vw, 31px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.nf-review-hub__section-heading > small,
.nf-review-hub__section-heading > p {
  margin: 0;
  color: var(--nf-muted, #617184);
  font-size: 11px;
}

.nf-review-hub__bars {
  display: grid;
  gap: 12px;
  margin-top: 27px;
}

.nf-review-hub__bar {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 13px;
  color: var(--nf-muted, #617184);
  transition: color 160ms ease;
}

.nf-review-hub__bar:hover,
.nf-review-hub__bar:focus-visible {
  color: var(--nf-primary, #0d5390);
}

.nf-review-hub__bar:focus-visible {
  border-radius: 6px;
  outline: 3px solid color-mix(in srgb, var(--nf-primary, #0d5390) 18%, transparent);
  outline-offset: 3px;
}

.nf-review-hub__bar-star {
  color: var(--nf-ink, #10263a);
  font-size: 12px;
  font-weight: 750;
}

.nf-review-hub__bar-star b {
  color: var(--nf-review-gold);
}

.nf-review-hub__bar-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f6;
}

.nf-review-hub__bar-track span {
  display: block;
  min-width: 3px;
  height: 100%;
  margin: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #f2a11a, #ffc95e);
}

.nf-review-hub__bar-count {
  color: var(--nf-muted, #617184);
  font-size: 11px;
  text-align: right;
}

.nf-review-hub__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.nf-review-hub__fact {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 25px;
  border-right: 1px solid var(--nf-border, #dce7ef);
  border-bottom: 1px solid var(--nf-border, #dce7ef);
}

.nf-review-hub__fact:nth-child(2n) {
  border-right: 0;
}

.nf-review-hub__fact:nth-child(n + 3) {
  border-bottom: 0;
}

.nf-review-hub__fact--accent {
  background: linear-gradient(145deg, var(--nf-review-green-soft), #f5fcfa);
}

.nf-review-hub__fact-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--nf-primary, #0d5390);
  background: #eef6fb;
}

.nf-review-hub__fact--accent .nf-review-hub__fact-icon {
  color: var(--nf-review-green);
  background: #d7f2ec;
}

.nf-review-hub__fact-icon svg {
  width: 20px;
  height: 20px;
}

.nf-review-hub__fact > strong {
  margin-top: 14px;
  color: var(--nf-primary-dark, #082f52);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.nf-review-hub__fact > span:last-child {
  max-width: 190px;
  margin-top: 7px;
  color: var(--nf-muted, #617184);
  font-size: 11px;
  line-height: 1.45;
}

.nf-review-hub__published {
  margin-top: clamp(62px, 7vw, 94px);
  scroll-margin-top: 110px;
}

.nf-review-hub__product-filter {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 -2px;
  padding: 12px 15px;
  border: 1px solid color-mix(in srgb, var(--nf-primary, #0d5390) 16%, var(--nf-border, #dce7ef));
  border-radius: 13px;
  color: var(--nf-muted, #617184);
  background: var(--nf-surface, #f4f9fc);
  font-size: 11px;
}

.nf-review-hub__product-filter strong {
  color: var(--nf-ink, #10263a);
}

.nf-review-hub__product-filter a {
  margin-left: auto;
  color: var(--nf-primary, #0d5390);
  font-weight: 800;
}

.nf-review-hub__section-heading--published {
  align-items: flex-end;
}

.nf-review-hub__filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 12px;
  margin-top: 27px;
  padding: 17px;
  border: 1px solid var(--nf-border, #dce7ef);
  border-radius: 20px;
  background: #f8fbfd;
}

.nf-review-hub__filters label {
  display: block;
  margin: 0;
}

.nf-review-hub__filters label > span {
  display: block;
  margin: 0 0 7px 2px;
  color: var(--nf-primary-dark, #082f52);
  font-size: 10px;
  font-weight: 750;
}

.nf-review-hub__filters select {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 36px 0 13px;
  border: 1px solid var(--nf-border, #dce7ef);
  border-radius: 12px;
  color: var(--nf-ink, #10263a);
  background-color: #fff;
  box-shadow: none;
  font-size: 12px;
  line-height: 42px;
}

.nf-review-hub__filters select:focus {
  border-color: var(--nf-primary, #0d5390);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--nf-primary, #0d5390) 12%, transparent);
  outline: 0;
}

.nf-review-hub__filter-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}

.nf-review-hub__filter-actions button,
.nf-review-hub__filter-actions a {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.nf-review-hub__filter-actions button {
  padding: 0 19px;
  border: 1px solid var(--nf-primary, #0d5390);
  color: #fff;
  background: var(--nf-primary, #0d5390);
  box-shadow: none;
  text-transform: none;
}

.nf-review-hub__filter-actions button:hover,
.nf-review-hub__filter-actions button:focus-visible {
  border-color: var(--nf-primary-dark, #082f52);
  color: #fff;
  background: var(--nf-primary-dark, #082f52);
}

.nf-review-hub__filter-actions a {
  padding: 0 7px;
  color: var(--nf-muted, #617184);
}

.nf-review-hub__filter-actions a:hover,
.nf-review-hub__filter-actions a:focus-visible {
  color: var(--nf-primary, #0d5390);
}

.nf-review-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin-top: 24px;
}

.nf-review-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--nf-border, #dce7ef);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(8, 47, 82, 0.065);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.nf-review-card:hover {
  border-color: color-mix(in srgb, var(--nf-primary, #0d5390) 30%, var(--nf-border, #dce7ef));
  box-shadow: 0 18px 46px rgba(8, 47, 82, 0.11);
  transform: translateY(-2px);
}

.nf-review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.nf-review-card__stars {
  color: #dce3e9;
  font-size: 19px;
}

.nf-review-card__header time {
  color: #82909d;
  font-size: 10px;
  white-space: nowrap;
}

.nf-review-card__customer {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
}

.nf-review-card__avatar {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 50%;
  color: var(--nf-primary-dark, #082f52);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--nf-accent, #00bfa6) 16%, #fff), #eff6fb);
  font-size: 14px;
  font-weight: 850;
}

.nf-review-card__customer > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.nf-review-card__customer strong {
  overflow: hidden;
  color: var(--nf-primary-dark, #082f52);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nf-review-card__customer small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--nf-review-green);
  font-size: 9px;
  font-weight: 700;
}

.nf-review-card__customer small svg {
  width: 14px;
  height: 14px;
}

.nf-review-card--source-shopee .nf-review-card__customer small {
  color: #d94e2b;
}

.nf-review-card--source-shopee {
  box-shadow:
    inset 0 3px 0 rgba(238, 77, 45, .72),
    0 12px 34px rgba(8, 47, 82, 0.07);
}

.nf-review-card__reply--marketplace {
  border-color: #f1d4cc;
  background: #fff8f6;
}

.nf-review-card__body {
  flex: 1 1 auto;
  margin-top: 20px;
}

.nf-review-card__body blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: #34495b;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.nf-review-card__body blockquote::before {
  display: block;
  height: 18px;
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--nf-primary, #0d5390) 25%, #fff);
  content: "“";
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 0.8;
}

.nf-review-card__body blockquote p {
  margin: 0 0 9px;
}

.nf-review-card__body blockquote p:last-child {
  margin-bottom: 0;
}

.nf-review-card__rating-note {
  margin: 0;
  padding: 16px 18px;
  border-radius: 14px;
  color: var(--nf-muted, #617184);
  background: #f7fafc;
  font-size: 12px;
  line-height: 1.55;
}

.nf-review-card__context {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 23px;
  padding-top: 17px;
  border-top: 1px solid #e7eef3;
}

.nf-review-card__product-image,
.nf-review-card__context-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: hidden;
  place-items: center;
  border-radius: 13px;
  background: #f1f6f9;
}

.nf-review-card__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nf-review-card__context-icon {
  color: var(--nf-primary, #0d5390);
}

.nf-review-card__context-icon svg {
  width: 23px;
  height: 23px;
}

.nf-review-card__context > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.nf-review-card__context small {
  color: #81909d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nf-review-card__context a,
.nf-review-card__context strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--nf-primary-dark, #082f52);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nf-review-card__context a:hover,
.nf-review-card__context a:focus-visible {
  color: var(--nf-primary, #0d5390);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nf-review-card__reply {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  color: #3b5265;
  background: #f0f7fb;
}

.nf-review-card__reply-icon {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  place-items: center;
  border-radius: 9px;
  color: var(--nf-primary, #0d5390);
  background: #fff;
}

.nf-review-card__reply-icon svg {
  width: 16px;
  height: 16px;
}

.nf-review-card__reply strong {
  display: block;
  margin-bottom: 3px;
  color: var(--nf-primary-dark, #082f52);
  font-size: 10px;
  font-weight: 800;
}

.nf-review-card__reply p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.nf-review-hub__pagination {
  margin-top: 34px;
}

.nf-review-hub__pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nf-review-hub__pagination .page-numbers li {
  margin: 0;
}

.nf-review-hub__pagination a.page-numbers,
.nf-review-hub__pagination span.page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid var(--nf-border, #dce7ef);
  border-radius: 12px;
  color: var(--nf-primary-dark, #082f52);
  background: #fff;
  font-size: 11px;
  font-weight: 750;
}

.nf-review-hub__pagination .prev.page-numbers,
.nf-review-hub__pagination .next.page-numbers {
  display: flex;
  gap: 5px;
}

.nf-review-hub__pagination a.page-numbers:hover,
.nf-review-hub__pagination a.page-numbers:focus-visible,
.nf-review-hub__pagination span.page-numbers.current {
  border-color: var(--nf-primary, #0d5390);
  color: #fff;
  background: var(--nf-primary, #0d5390);
}

.nf-review-hub__no-results {
  margin-top: 24px;
  padding: 54px 24px;
  border: 1px dashed color-mix(in srgb, var(--nf-primary, #0d5390) 28%, var(--nf-border, #dce7ef));
  border-radius: 22px;
  background: #f9fcfd;
  text-align: center;
}

.nf-review-hub__no-results > span {
  display: block;
  color: var(--nf-review-gold);
  font-size: 46px;
}

.nf-review-hub__no-results h3 {
  margin: 8px 0 0;
  color: var(--nf-primary-dark, #082f52);
  font-size: 20px;
}

.nf-review-hub__no-results p {
  margin: 8px 0 0;
  color: var(--nf-muted, #617184);
  font-size: 13px;
}

.nf-review-hub__no-results a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--nf-primary, #0d5390);
  font-size: 12px;
  font-weight: 800;
}

.nf-review-hub__transparency {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 19px;
  margin-top: 42px;
  padding: 28px;
  border: 1px solid #d8ebe7;
  border-radius: 22px;
  color: var(--nf-ink, #10263a);
  background: linear-gradient(145deg, #effaf7, #f8fcfb);
}

.nf-review-hub__transparency-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: var(--nf-review-green);
  background: #d9f2ec;
}

.nf-review-hub__transparency-icon svg {
  width: 27px;
  height: 27px;
}

.nf-review-hub__transparency span,
.nf-review-hub__cta span {
  color: var(--nf-review-green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nf-review-hub__transparency h2 {
  margin: 3px 0 0;
  color: var(--nf-primary-dark, #082f52);
  font-size: 20px;
  font-weight: 780;
}

.nf-review-hub__transparency p {
  max-width: 1020px;
  margin: 8px 0 0;
  color: #506778;
  font-size: 12px;
  line-height: 1.65;
}

.nf-review-hub__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 25px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 25px;
  background:
    radial-gradient(circle at 93% 30%, rgba(0, 191, 166, 0.16), transparent 18rem),
    #f3f8fb;
}

.nf-review-hub__cta h2 {
  margin: 4px 0 0;
  color: var(--nf-primary-dark, #082f52);
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 780;
  letter-spacing: -0.04em;
}

.nf-review-hub__cta p {
  margin: 8px 0 0;
  color: var(--nf-muted, #617184);
  font-size: 13px;
}

.nf-review-hub__cta > a {
  display: inline-flex;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 0 23px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--nf-primary, #0d5390), var(--nf-primary-dark, #082f52));
  box-shadow: 0 12px 25px rgba(8, 47, 82, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.nf-review-hub__cta > a:hover,
.nf-review-hub__cta > a:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.nf-review-hub--empty {
  min-height: 340px;
  padding: 70px 0;
  text-align: center;
}

@media (max-width: 1020px) {
  .nf-review-hub__hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
    gap: 30px;
  }

  .nf-review-hub__overview {
    grid-template-columns: 1fr;
  }

  .nf-review-hub__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nf-review-hub__filter-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 760px) {
  .nf-reviews-page-shell {
    padding-top: 18px;
  }

  .nf-review-hub {
    padding-bottom: 48px;
  }

  .nf-review-hub__hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 24px 24px;
    border-radius: 24px;
  }

  .nf-review-hub__hero h1 {
    font-size: clamp(37px, 11vw, 52px);
  }

  .nf-review-hub__hero-copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .nf-review-hub__assurances {
    display: grid;
    gap: 10px;
  }

  .nf-review-hub__score {
    min-height: 235px;
    padding: 27px 20px 23px;
  }

  .nf-review-hub__score > strong {
    font-size: 74px;
  }

  .nf-review-hub__overview {
    margin-top: 16px;
  }

  .nf-review-hub__distribution,
  .nf-review-hub__facts {
    border-radius: 20px;
  }

  .nf-review-hub__facts {
    grid-template-columns: 1fr;
  }

  .nf-review-hub__fact {
    min-height: 125px;
    border-right: 0;
    border-bottom: 1px solid var(--nf-border, #dce7ef) !important;
  }

  .nf-review-hub__fact:last-child {
    border-bottom: 0 !important;
  }

  .nf-review-hub__published {
    margin-top: 58px;
  }

  .nf-review-hub__section-heading,
  .nf-review-hub__section-heading--published {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .nf-review-hub__filters {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .nf-review-hub__filter-actions {
    grid-column: auto;
    justify-content: stretch;
  }

  .nf-review-hub__filter-actions button {
    flex: 1 1 auto;
  }

  .nf-review-hub__grid {
    grid-template-columns: 1fr;
  }

  .nf-review-card {
    padding: 21px;
    border-radius: 19px;
  }

  .nf-review-hub__pagination .prev span,
  .nf-review-hub__pagination .next span {
    display: none;
  }

  .nf-review-hub__transparency {
    grid-template-columns: 1fr;
    padding: 23px;
  }

  .nf-review-hub__cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }

  .nf-review-hub__cta > a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .nf-reviews-page-shell .nf-shell {
    width: min(calc(100% - 24px), var(--nf-shell, 1240px));
  }

  .nf-review-hub__hero {
    padding-inline: 20px;
  }

  .nf-review-hub__eyebrow {
    font-size: 9px;
  }

  .nf-review-hub__facts {
    display: block;
  }

  .nf-review-hub__bar {
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    gap: 9px;
  }

  .nf-review-card__header {
    align-items: flex-start;
  }

  .nf-review-card__stars {
    font-size: 17px;
  }

  .nf-review-hub__filter-actions {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nf-review-card,
  .nf-review-hub__cta > a {
    transition: none;
  }
}
