/* ════════════════════════════════════════════
   The Holidave — Testimonials page
   template-testimonials.php
═══════════════════════════════════════════════ */

.tsp-wrap { font-family: 'Inter', sans-serif; background: #F2F2F0; }
.tsp-page { max-width: 1320px; margin: 0 auto; padding: 2rem 2rem 4rem; }

/* ─── BREADCRUMB ─── */
.tsp-bc { margin-bottom: 1.5rem; }
.tsp-bc-list { list-style: none; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin: 0; padding: 0; }
.tsp-bc-item { font-size: 12px; }
.tsp-bc-link { color: #767676; text-decoration: none; display: flex; align-items: center; gap: 4px; }
.tsp-bc-link:hover { color: #0a5b66; }
.tsp-bc-link i { font-size: 11px; }
.tsp-bc-sep { color: #ccc; font-size: 10px; }
.tsp-bc-cur { color: #333; font-weight: 600; font-size: 12px; }

/* ─── HERO ─── */
.tsp-hero {
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(135deg,#074650,#0a5b66,#1a8a9a);
  padding: 3.5rem 2rem;
  margin-bottom: 2.5rem;
}
.tsp-hero-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #FB5B32; margin-bottom: .75rem; display: flex; align-items: center; justify-content: center; gap: 6px; }
.tsp-hero-h1 { font-size: clamp(1.75rem, 3.5vw, 3rem); font-weight: 800; color: #fff; line-height: 1.15; margin: 0 0 1rem; letter-spacing: -.02em; }
.tsp-hero-h1 span { color: #ffd89b; }
.tsp-hero-sub { font-size: 15px; color: rgba(255,255,255,.85); line-height: 1.7; margin: 0 auto 1.75rem; max-width: 520px; }

.tsp-hero-stats { display: flex; align-items: center; justify-content: center; gap: 2rem; }
.tsp-hs-item { text-align: center; }
.tsp-hs-num { font-size: 32px; font-weight: 800; color: #fff; line-height: 1; }
.tsp-hs-stars { color: #ffd89b; font-size: 13px; margin: 6px 0 4px; }
.tsp-hs-lbl { font-size: 12px; color: rgba(255,255,255,.7); }
.tsp-hs-div { width: 1px; height: 44px; background: rgba(255,255,255,.25); }

/* ─── GOOGLE WIDGET SLOT ─── */
.tsp-google-widget { margin-bottom: 2.5rem; }

/* ─── TESTIMONIALS GRID ─── */
.tsp-section { margin-bottom: 3rem; }
.tsp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }

.tsp-card { background: #fff; border: 1px solid #E2E2DE; border-radius: 16px; padding: 1.75rem; position: relative; transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
.tsp-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.1); }
.tsp-card-featured { border-color: #FB5B32; box-shadow: 0 4px 20px rgba(251,91,50,.12); }

.tsp-featured-badge { position: absolute; top: -11px; right: 18px; background: #FB5B32; color: #fff; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 99px; display: flex; align-items: center; gap: 4px; letter-spacing: .04em; text-transform: uppercase; }
.tsp-featured-badge i { font-size: 9px; }

.tsp-card-stars { color: #ffb020; font-size: 13px; margin-bottom: 12px; display: flex; gap: 2px; }
.tsp-card-stars .far { color: #E2E2DE; }

.tsp-card-quote { font-size: 14px; color: #333; line-height: 1.7; margin: 0 0 1.25rem; flex: 1; }

.tsp-card-author { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid #F0F0EE; }
.tsp-author-photo { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.tsp-author-initials { width: 38px; height: 38px; border-radius: 50%; background: #E3F2F4; color: #0a5b66; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tsp-author-info { flex: 1; min-width: 0; }
.tsp-author-name { font-size: 13px; font-weight: 700; color: #111; }
.tsp-author-pkg { font-size: 11.5px; color: #888; margin-top: 1px; }
.tsp-source-badge { width: 26px; height: 26px; border-radius: 50%; background: #F4F4F2; color: #555; display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }

/* ─── EMPTY STATE ─── */
.tsp-empty { text-align: center; padding: 3rem; color: #767676; }
.tsp-empty i { font-size: 40px; opacity: .2; display: block; margin-bottom: 1rem; }
.tsp-empty a { color: #0a5b66; font-weight: 700; }

/* ─── CTA BOTTOM ─── */
.tsp-cta { background: linear-gradient(135deg,#074650,#0a5b66,#0e8a9e); border-radius: 16px; padding: 2.5rem; }
.tsp-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.tsp-cta-h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; color: #fff; margin: 0 0 .5rem; }
.tsp-cta-p { font-size: 14px; color: rgba(255,255,255,.7); margin: 0; }
.tsp-cta-acts { display: flex; gap: .75rem; align-items: center; flex-wrap: wrap; flex-shrink: 0; }

.tsp-btn-wa { display: flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 13px 22px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; }
.tsp-btn-wa:hover { background: #1da851; color: #fff; }
.tsp-btn-call { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); color: #fff; border: 2px solid rgba(255,255,255,.4); padding: 12px 20px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; }
.tsp-btn-call:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .tsp-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .tsp-page { padding: 1.25rem 1rem 3rem; }
  .tsp-hero { padding: 2.25rem 1.25rem; border-radius: 12px; }
  .tsp-hero-h1 { font-size: clamp(1.4rem, 6vw, 2rem); }
  .tsp-hero-sub { font-size: 13px; }
  .tsp-hero-stats { gap: 1.25rem; }
  .tsp-hs-num { font-size: 26px; }
  .tsp-grid { grid-template-columns: 1fr; gap: .9rem; }
  .tsp-cta { padding: 1.75rem 1.25rem; }
  .tsp-cta-h2 { font-size: 1.2rem; }
  .tsp-btn-wa, .tsp-btn-call { font-size: 13px; padding: 11px 16px; }
}

@media (max-width: 480px) {
  .tsp-cta-inner { flex-direction: column; text-align: center; }
}
