/* ============================================================
   Hani Len — Shared "Refresh Your Routine" CTA section
   Used on multiple page templates (about, testimonials, membership,
   before/after). Prefix: ab-
   ============================================================ */

.ab-refresh {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ab-refresh__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
}
.ab-refresh__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(212deg, rgba(0,36,49,.35) 0%, rgba(0,36,49,.78) 70%), rgba(0,36,49,.55);
}
.ab-refresh > .hl-container { position: relative; z-index: 2; }
.ab-refresh__inner {
  max-width: 680px;
  margin-inline: auto;
  padding-block: clamp(64px, 9vw, 132px);
}
.ab-refresh__lead {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255,255,255,.88);
  max-width: 520px;
  margin: 20px auto 34px;
}
.ab-refresh__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 32px);
  flex-wrap: wrap;
}
.ab-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #fff;
}
.ab-phone:hover { color: var(--gold); }
.ab-phone svg { width: 18px; height: 18px; stroke: var(--gold); }
