/**
 * Hope_Testimonials_Widget — §7 Testimonials section for HOPE home (page 8708).
 * Extracted from scripts/build_home.py L1621-1695 + spec §7.4 CTA wrapper.
 * COLORS resolved: gold=#C5A059, primary=#1A2621, white=#FFFFFF.
 */

.hop-testi-wrap{font-family:'DM Sans',sans-serif;}
.hop-testi-eyebrow{
  display:block;text-align:center;
  font-size:11px;font-weight:700;
  letter-spacing:0.25em;text-transform:uppercase;
  color:rgba(255,255,255,0.5);margin:0 0 18px;
}
.hop-testi-title{
  font-family:'DM Sans',sans-serif;
  font-style:italic;font-weight:400;
  font-size:clamp(34px,3.6vw,46px);line-height:1.1;
  text-align:center;color:#FFFFFF;
  margin:0 0 56px;
}
.hop-testi-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  grid-template-rows:auto auto;
  gap:24px;align-items:stretch;
}
@media(max-width:900px){
  .hop-testi-grid{grid-template-columns:1fr;}
  .hop-testi-featured{grid-row:auto;}
}

.hop-testi-featured{
  grid-row:span 2;
  padding:48px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:36px;
  background:rgba(255,255,255,0.04);
  display:flex;flex-direction:column;justify-content:space-between;
  min-height:340px;
}
.hop-testi-card{
  padding:36px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:28px;
  background:rgba(255,255,255,0.03);
}

.hop-testi-mark{
  font-family:'DM Sans',sans-serif;
  font-style:italic;font-weight:400;
  font-size:80px;line-height:0.5;
  color:#C5A059;opacity:0.55;
  margin-bottom:20px;display:block;
}
.hop-testi-featured .hop-testi-mark{font-size:120px;}

.hop-testi-text{
  font-family:'DM Sans',sans-serif;
  font-style:italic;font-weight:400;
  color:rgba(255,255,255,0.92);
  line-height:1.55;margin:0 0 28px;
}
.hop-testi-featured .hop-testi-text{font-size:22px;line-height:1.5;}
.hop-testi-card .hop-testi-text{font-size:16px;}

.hop-testi-author{display:flex;align-items:center;gap:14px;}
.hop-testi-author-bar{
  width:32px;height:2px;
  background:#C5A059;opacity:0.65;flex-shrink:0;
}
.hop-testi-author-name{
  font-size:13px;font-weight:700;
  color:#FFFFFF;margin:0;
}
.hop-testi-author-role{
  font-size:10px;letter-spacing:0.18em;
  text-transform:uppercase;font-weight:700;
  color:#9ba5a1;margin:2px 0 0;
}

/* §7.4 — Reviews CTA wrapper (replaces inline-style GOOGLE_REVIEWS_BAR_HTML) */
.hop-testi-cta-wrap {
  width: 100%;
  padding-top: 32px;
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}
.hop-testi-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 9999px;
  padding: 10px 22px;
  transition: all 0.25s ease;
}
.hop-testi-cta-link:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}
.hop-testi-cta-icon { flex-shrink: 0; }
