/* JSR Testimonials — CLIENT LOVE (match design exactly) */

.jsr-love {
  --jsr-gold: #d4af37;
  --jsr-gold-hi: #f3e3a1;
  --jsr-gold-mid: #c9a227;
  --jsr-gold-font: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  position: relative;
  width: 100%;
  padding: 80px 0 88px;
  background-color: #120028;
  background-image: var(--jsr-love-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  isolation: isolate;
  overflow: hidden;
}

.jsr-love::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(70, 20, 110, 0.2) 0%, transparent 55%),
    linear-gradient(180deg, rgba(12, 0, 28, 0.55) 0%, rgba(12, 0, 28, 0.72) 100%);
  z-index: 0;
  pointer-events: none;
}

.jsr-love__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, var(--jsr-content-width, 1140px));
  margin: 0 auto;
  text-align: center;
}

/* ✦ CLIENT LOVE ✦ */
.jsr-love__eyebrow {
  margin: 0 0 10px;
  font-family: var(--jsr-gold-font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  color: var(--jsr-gold) !important;
  background: linear-gradient(180deg, var(--jsr-gold-hi) 0%, var(--jsr-gold) 45%, var(--jsr-gold-mid) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jsr-love__eyebrow span {
  letter-spacing: 0;
  margin: 0 0.4em;
  -webkit-text-fill-color: var(--jsr-gold);
  color: var(--jsr-gold);
}

/* Main heading — metallic gold serif */
.jsr-love__title {
  margin: 0 0 16px !important;
  font-family: var(--jsr-gold-font) !important;
  font-weight: 600 !important;
  font-size: clamp(32px, 4.5vw, 48px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  color: var(--jsr-gold) !important;
  background: linear-gradient(180deg, #f7e7a8 0%, #d4af37 42%, #a8841a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gold divider UNDER the main heading */
.jsr-love__rule {
  width: min(240px, 48%);
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, transparent, var(--jsr-gold), transparent);
  position: relative;
}

.jsr-love__rule::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  color: var(--jsr-gold);
  background: #120028;
  padding: 0 8px;
  line-height: 1;
}

/* Description below heading + divider */
.jsr-love__intro {
  margin: 0 auto 40px !important;
  max-width: 680px;
  font-family: var(--jsr-gold-font) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: #f0e6c8 !important;
  -webkit-text-fill-color: #f0e6c8;
}

.jsr-love__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* Card — visible gold border */
.jsr-love__card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  min-height: 100%;
  padding: 38px 18px 28px !important;
  border: 1.5px solid #d4af37 !important;
  border-radius: 12px !important;
  background: rgba(10, 2, 26, 0.62) !important;
  box-shadow:
    inset 0 0 0 1px rgba(212, 175, 55, 0.25),
    0 0 18px rgba(212, 175, 55, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.4) !important;
  text-align: center !important;
  overflow: visible !important;
}

.jsr-love__quote-badge {
  position: absolute !important;
  top: -17px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 1.5px solid #d4af37 !important;
  background: #0b0418 !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 30px !important;
  z-index: 3 !important;
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.4) !important;
}

.jsr-love__stars {
  color: #d4af37 !important;
  font-size: 15px !important;
  letter-spacing: 0.14em !important;
  margin: 6px 0 14px !important;
  line-height: 1 !important;
  flex: 0 0 auto;
}

.jsr-love__quote {
  margin: 0 0 0 !important;
  flex: 1 1 auto;
  font-family: var(--jsr-gold-font) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

/* Center hyphen / short gold line between quote and initial */
.jsr-love__hyphen {
  display: block !important;
  width: 70px !important; /* 28px × 2.5 */
  height: 4px !important; /* ~1.5px × 2.5 */
  margin: 18px auto 16px !important;
  background: #d4af37 !important;
  border: 0 !important;
  border-radius: 2px !important;
  flex: 0 0 auto;
  opacity: 1 !important;
}

.jsr-love__person {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 0 !important;
  flex: 0 0 auto;
  width: 100%;
}

/* Initial circle — always visible */
.jsr-love__initial {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 50% !important;
  border: 1.5px solid #d4af37 !important;
  color: #d4af37 !important;
  font-family: var(--jsr-gold-font) !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  background: rgba(8, 2, 22, 0.85) !important;
  -webkit-text-fill-color: #d4af37 !important;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.2) !important;
}

.jsr-love__name {
  display: block !important;
  font-family: var(--jsr-gold-font) !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  color: #d4af37 !important;
  -webkit-text-fill-color: #d4af37 !important;
  background: linear-gradient(180deg, #f3e3a1 0%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.2 !important;
}

.jsr-love__loc {
  display: block !important;
  font-family: var(--jsr-gold-font) !important;
  font-size: 13px !important;
  color: #f2ece0 !important;
  -webkit-text-fill-color: #f2ece0 !important;
  line-height: 1.2 !important;
}

@media (max-width: 1100px) {
  .jsr-love__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .jsr-love {
    padding: 56px 0 64px;
  }

  .jsr-love__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jsr-love__card {
    padding: 42px 22px 30px !important;
  }
}
