/* ============================================================
   jj-reviews-hero
   Scoped to .jj-reviews-hero — append to jayson-antwerp.css
   in Punchmark Site Manager under Design > Theme Settings >
   Global CSS field. Do not paste into the page editor.
   ============================================================ */

.jj-reviews-hero {
  background: #335e90;
  padding: 5rem 2rem;
}

.jj-reviews-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1px 1fr;
  gap: 0 4rem;
  align-items: center;
}

/* ── Score Block ── */
.jj-reviews-hero__score-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  min-width: 180px;
}

.jj-reviews-hero__number {
  font-family: 'Adelle', 'Adelle Light', Georgia, serif;
  font-size: 5.5rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.jj-reviews-hero__stars {
  display: flex;
  gap: 0.2rem;
}

.jj-reviews-hero__stars span {
  font-size: 1.5rem;
  color: #99acc7;
  line-height: 1;
}

.jj-reviews-hero__count {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

.jj-reviews-hero__badges {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.jj-reviews-hero__badge {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #335e90;
  background: #99acc7;
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
  white-space: nowrap;
}

/* ── Divider ── */
.jj-reviews-hero__divider {
  width: 1px;
  height: 180px;
  background: rgba(255,255,255,0.15);
  align-self: center;
}

/* ── Summary Block ── */
.jj-reviews-hero__summary {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.jj-reviews-hero__heading {
  font-family: 'Adelle', 'Adelle Light', Georgia, serif !important;
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.jj-reviews-hero__body {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.85 !important;
  color: rgba(255,255,255,0.7) !important;
  margin: 0 !important;
  max-width: 640px;
}

.jj-reviews-hero__cta {
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #335e90 !important;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  padding: 0.9rem 2rem !important;
  align-self: flex-start;
  transition: background 0.25s ease, color 0.25s ease !important;
}

.jj-reviews-hero__cta:hover {
  background: transparent !important;
  color: #ffffff !important;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .jj-reviews-hero {
    padding: 3.5rem 1.5rem;
  }

  .jj-reviews-hero__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }

  .jj-reviews-hero__divider {
    width: 40px;
    height: 1px;
    align-self: auto;
    margin: 0 auto;
  }

  .jj-reviews-hero__number {
    font-size: 4.5rem;
  }

  .jj-reviews-hero__cta {
    align-self: center;
  }

  .jj-reviews-hero__body {
    text-align: center !important;
  }

  .jj-reviews-hero__heading {
    text-align: center !important;
  }

  .jj-reviews-hero__summary {
    align-items: center;
  }
}
