/* Homepage Trustpilot section. Scoped to .chb-tp--home. */

html body.home .chb-tp--home {
  --tp-ivory: #f7f3ec;
  --tp-card: #fffcf8;
  --tp-green: #2f3d2a;
  --tp-panel: #1f2c22;
  --tp-gold: #c9a84c;
  --tp-sage: #d5ddd0;
  --tp-ink: #2c2a26;
  --tp-body: #3a342c;
  --tp-mute: #6e675e;
  --tp-serif: Georgia, "Times New Roman", serif;
  --tp-sans: Montserrat, "Segoe UI", system-ui, sans-serif;
  background: var(--tp-ivory);
  color: var(--tp-body);
  font-family: var(--tp-sans);
  padding: 0;
  border-top: 0;
}

html body.home .chb-tp--home *,
html body.home .chb-tp--home *::before,
html body.home .chb-tp--home *::after {
  box-sizing: border-box;
}

html body.home .chb-tp--home .chb-tp-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.1rem 1.25rem 2.6rem;
  min-width: 0;
}

html body.home .chb-tp--home .chb-tp-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html body.home .chb-tp--home .chb-tp-intro {
  text-align: center;
  max-width: min(46rem, 100%);
  margin: 0 auto 0.35rem;
}

html body.home .chb-tp--home .chb-tp-kicker {
  display: block;
  text-align: center;
  margin: 0 0 0.85rem;
  color: var(--tp-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  max-width: 100%;
}

html body.home .chb-tp--home .chb-tp-kicker::before,
html body.home .chb-tp--home .chb-tp-kicker::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  margin: 0 0.65rem;
  vertical-align: middle;
  background: var(--tp-gold);
}

html body.home .chb-tp--home h2 {
  margin: 0 0 0.75rem;
  font-family: var(--tp-serif);
  font-weight: 500;
  font-size: clamp(2.15rem, 4vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--tp-green);
  max-width: 100%;
  white-space: normal;
}

html body.home .chb-tp--home .chb-tp-lead {
  margin: 0 auto;
  max-width: min(40rem, 100%);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--tp-mute);
}

html body.home .chb-tp--home .chb-tp-all {
  display: flex;
  justify-content: flex-end;
  margin: 1.35rem 0 0.85rem;
}

html body.home .chb-tp--home .chb-tp-all a,
html body.home .chb-tp--home .chb-tp-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  color: var(--tp-green);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--tp-gold);
  padding: 0 0 2px;
}

html body.home .chb-tp--home .chb-tp-arrow {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

html body.home .chb-tp--home .chb-tp-all a:hover,
html body.home .chb-tp--home .chb-tp-all a:focus-visible,
html body.home .chb-tp--home .chb-tp-bottom a:hover,
html body.home .chb-tp--home .chb-tp-bottom a:focus-visible {
  color: var(--tp-gold);
}

html body.home .chb-tp--home a:focus-visible,
html body.home .chb-tp--home .chb-tp-profilebtn:focus-visible {
  outline: 2px solid var(--tp-gold);
  outline-offset: 3px;
}

html body.home .chb-tp--home .chb-tp-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.29fr) minmax(0, 0.41fr) minmax(0, 0.30fr);
  gap: 1rem;
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
}

html body.home .chb-tp--home .chb-tp-scorepanel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--tp-panel);
  color: #f4efe6;
  padding: 1.85rem 1.55rem 1.45rem;
  border-radius: 0;
  min-width: 0;
  max-width: 100%;
}

html body.home .chb-tp--home .chb-tp-logo {
  display: block;
  width: auto;
  height: 28px;
  margin: 0 0 1.15rem;
}

html body.home .chb-tp--home .chb-tp-logo-text {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

html body.home .chb-tp--home .chb-tp-scorelabel {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.78);
}

html body.home .chb-tp--home .chb-tp-scorenum {
  margin: 0 0 0.55rem;
  font-family: var(--tp-serif);
  font-size: clamp(3.4rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #f7f3ec;
  font-variant-numeric: tabular-nums;
}

html body.home .chb-tp--home .chb-tp-tpstars {
  display: inline-flex;
  margin: 0 0 0.7rem;
}

html body.home .chb-tp--home .chb-tp-tpstars img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 28px;
}

html body.home .chb-tp--home .chb-tp-card .chb-tp-tpstars img {
  height: 20px;
}

html body.home .chb-tp--home .chb-tp-card--featured .chb-tp-tpstars img {
  height: 22px;
}

html body.home .chb-tp--home .chb-tp-tpstars-fallback {
  color: #00b67a;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
}

html body.home .chb-tp--home .chb-tp-excellent {
  margin: 0.15rem 0 0.35rem;
  font-family: var(--tp-serif);
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.1;
  color: #f7f3ec;
}

html body.home .chb-tp--home .chb-tp-count {
  margin: 0 0 1.05rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(244, 239, 230, 0.88);
}

html body.home .chb-tp--home .chb-tp-count strong {
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

html body.home .chb-tp--home .chb-tp-goldrule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 1rem;
  border: 0;
  background: var(--tp-gold);
  opacity: 0.85;
}

html body.home .chb-tp--home .chb-tp-independent {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(244, 239, 230, 0.82);
}

html body.home .chb-tp--home .chb-tp-profilebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(247, 243, 236, 0.88);
  border-radius: 999px;
  color: #f7f3ec;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: transparent;
  white-space: nowrap;
}

html body.home .chb-tp--home .chb-tp-profilebtn:hover,
html body.home .chb-tp--home .chb-tp-profilebtn:focus-visible {
  background: #f7f3ec;
  color: var(--tp-panel);
}

html body.home .chb-tp--home .chb-tp-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  padding: 1.15rem 1.15rem 1rem;
  background: var(--tp-card) !important;
  border: 1px solid var(--tp-sage) !important;
  border-radius: 2px !important;
  box-shadow: none;
}

html body.home .chb-tp--home .chb-tp-card--featured {
  padding: 1.4rem 1.4rem 1.15rem;
  height: 100%;
}

html body.home .chb-tp--home .chb-tp-quotemark {
  display: block;
  margin: 0.35rem 0 0.15rem;
  font-family: var(--tp-serif);
  font-size: 2.4rem;
  line-height: 0.7;
  color: var(--tp-gold);
  font-weight: 500;
}

html body.home .chb-tp--home .chb-tp-card--featured .chb-tp-quotemark {
  font-size: 3rem;
  margin: 0.45rem 0 0.2rem;
}

html body.home .chb-tp--home .chb-tp-copy {
  margin: 0 0 1.15rem;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  font-family: var(--tp-serif);
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--tp-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

html body.home .chb-tp--home .chb-tp-card--featured .chb-tp-copy {
  font-size: 1.08rem;
  line-height: 1.62;
}

html body.home .chb-tp--home .chb-tp-byline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: auto;
}

html body.home .chb-tp--home .chb-tp-byline cite {
  display: block;
  font-style: normal;
  font-family: var(--tp-sans);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tp-green);
  letter-spacing: 0.01em;
}

html body.home .chb-tp--home .chb-tp-byline time {
  display: block;
  margin-top: 0.15rem;
  font-family: var(--tp-sans);
  font-size: 0.8rem;
  color: var(--tp-mute);
}

html body.home .chb-tp--home .chb-tp-verified {
  font-size: 0.75rem;
  color: var(--tp-green);
  white-space: nowrap;
}

html body.home .chb-tp--home .chb-tp-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

html body.home .chb-tp--home .chb-tp-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 1.05rem;
  border-top: 1px solid var(--tp-sage);
}

html body.home .chb-tp--home .chb-tp-bottom p {
  margin: 0;
  color: var(--tp-mute);
  font-size: 0.95rem;
}

html body.home .chb-tp--home .chb-tp-bottom-link {
  text-align: center;
  margin: 1.5rem 0 0;
}

@media (max-width: 1100px) {
  html body.home .chb-tp--home .chb-tp-layout {
    grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  }
  html body.home .chb-tp--home .chb-tp-stack {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  html body.home .chb-tp--home .chb-tp-scorenum {
    font-size: 3.4rem;
  }
}

@media (max-width: 800px) {
  html body.home .chb-tp--home .chb-tp-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  html body.home .chb-tp--home .chb-tp-inner {
    padding: 2.4rem 1.1rem 2.1rem;
  }
  html body.home .chb-tp--home .chb-tp-kicker {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }
  html body.home .chb-tp--home .chb-tp-kicker::before,
  html body.home .chb-tp--home .chb-tp-kicker::after {
    width: 1.2rem;
    margin: 0 0.35rem;
  }
  html body.home .chb-tp--home h2 {
    font-size: 1.7rem;
  }
  html body.home .chb-tp--home .chb-tp-lead {
    font-size: 0.98rem;
    padding: 0 0.15rem;
  }
  html body.home .chb-tp--home .chb-tp-profilebtn {
    white-space: normal;
    letter-spacing: 0.06em;
  }
  html body.home .chb-tp--home .chb-tp-all {
    display: none;
  }
  html body.home .chb-tp--home .chb-tp-layout,
  html body.home .chb-tp--home .chb-tp-stack {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  html body.home .chb-tp--home .chb-tp-scorepanel,
  html body.home .chb-tp--home .chb-tp-card {
    width: 100%;
  }
  html body.home .chb-tp--home .chb-tp-card--featured {
    height: auto;
  }
  html body.home .chb-tp--home .chb-tp-scorepanel {
    padding: 1.7rem 1.35rem 1.35rem;
  }
  html body.home .chb-tp--home .chb-tp-scorenum {
    font-size: 4rem;
  }
  html body.home .chb-tp--home .chb-tp-card--featured .chb-tp-copy {
    font-size: 1.05rem;
  }
  html body.home .chb-tp--home .chb-tp-quotemark,
  html body.home .chb-tp--home .chb-tp-card--featured .chb-tp-quotemark {
    font-size: 1.8rem;
    margin: 0.25rem 0 0.05rem;
  }
  html body.home .chb-tp--home .chb-tp-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  html body.home .chb-tp--home .chb-tp-profilebtn,
  html body.home .chb-tp--home .chb-tp-bottom a {
    min-height: 44px;
  }
}
