/* ============================================================
   TESTIMONIALS PAGE — testimonials.css
   Prefix: .tp-page
   ============================================================ */

/* ── Page wrapper ── */
.tp-page {
  padding-top: 0;
}

/* ── Hero ── */
.tp-hero {
  background: #000;
  padding: calc(5rem + 160px) 0 5rem;
  position: relative;
  overflow: hidden;
}
.tp-hero-bg-text {
  position: absolute;
  bottom: -2rem;
  right: -1rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(6rem, 18vw, 14rem);
  font-weight: 700;
  color: rgba(255,255,255,.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -.04em;
}
.tp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}
.tp-hero-copy .tp-sec-tag { color: rgba(255,255,255,.4); }
.tp-hero-copy h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 1rem;
}
.tp-hero-copy h1 em {
  font-style: italic;
  font-weight: 400;
  color: #CC0000;
}
.tp-hero-sub {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.6);
  line-height: 1.85;
  max-width: 520px;
  margin-bottom: 2rem;
}
.tp-hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Rating block */
.tp-rating-block {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 2rem 2.5rem;
  text-align: center;
  flex-shrink: 0;
  min-width: 200px;
}
.tp-rb-score {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.tp-rb-stars {
  font-size: 1.5rem;
  color: #facc15;
  margin: .5rem 0;
}
.tp-rb-label {
  font-size: .8125rem;
  color: rgba(255,255,255,.4);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.tp-rb-count {
  font-size: .875rem;
  color: rgba(255,255,255,.35);
  margin-top: .25rem;
}

/* ── Platform badges ── */
.tp-platforms {
  background: #F5F5F5;
  padding: 2.5rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.tp-plat-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.tp-plat-item {
  display: flex;
  align-items: center;
  gap: .625rem;
}
.tp-plat-logo {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.tp-plat-gl { background: #4285F4; }
.tp-plat-fb { background: #1877F2; }
.tp-plat-hs { background: #FF5A5F; }
.tp-plat-score {
  font-weight: 700;
  font-size: .9375rem;
  color: #000;
}
.tp-plat-stars-sm {
  color: #facc15;
  font-size: .75rem;
}
.tp-plat-label {
  font-size: .8125rem;
  color: #888;
}
.tp-plat-sep {
  width: 1px;
  height: 28px;
  background: #d0d0d0;
}

/* ── Section utilities ── */
.tp-sec-tag {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #CC0000;
  margin-bottom: .75rem;
}
.tp-sec-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
  margin-bottom: 1rem;
}
.tp-sec-center { text-align: center; }

/* ── Featured testimonial ── */
.tp-featured {
  background: #fff;
  padding: 5.5rem 0;
}
.tp-feat-card {
  background: #000;
  border-radius: 16px;
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
}
.tp-feat-card::before {
  content: "\201C";
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 12rem;
  color: #CC0000;
  position: absolute;
  top: -2rem;
  left: 2rem;
  line-height: 1;
  opacity: .15;
  pointer-events: none;
}
.tp-feat-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: end;
}
.tp-feat-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-style: italic;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.tp-feat-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tp-feat-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #CC0000;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tp-feat-name {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
}
.tp-feat-role {
  font-size: .875rem;
  color: rgba(255,255,255,.45);
}
.tp-feat-tag {
  background: #CC0000;
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .25rem .75rem;
  border-radius: 999px;
  margin-left: auto;
}
.tp-feat-stat {
  text-align: center;
  padding: 2rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  flex-shrink: 0;
  min-width: 160px;
}
.tp-fstat-n {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #CC0000;
  line-height: 1;
}
.tp-fstat-l {
  font-size: .8125rem;
  color: rgba(255,255,255,.4);
  margin-top: .25rem;
}

/* ── Stat band ── */
.tp-stat-band {
  background: #000;
  padding: 4rem 0;
}
.tp-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}
.tp-stat-item {
  padding: 0 2rem;
  border-right: 1px solid rgba(255,255,255,.08);
}
.tp-stat-item:last-child { border-right: none; }
.tp-stat-n {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.tp-stat-acc { color: #CC0000; }
.tp-stat-l {
  font-size: .8125rem;
  color: rgba(255,255,255,.38);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: .375rem;
}

/* ── Reviews grid ── */
.tp-grid-section {
  background: #F5F5F5;
  padding: 5.5rem 0;
}

/* Filter bar */
.tp-filter-bar {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.tp-filter-btn {
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  padding: .5rem 1.125rem;
  border-radius: 999px;
  border: 1.5px solid #d0d0d0;
  color: #5a5556;
  background: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.tp-filter-btn:hover {
  border-color: #000;
  color: #000;
}
.tp-filter-btn.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* Card grid */
.tp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.tp-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #E6E6E6;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}
.tp-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.09);
  transform: translateY(-2px);
}
.tp-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.tp-card-stars {
  color: #facc15;
  font-size: .9rem;
}
.tp-card-cat {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #CC0000;
  background: rgba(204,0,0,.07);
  padding: .2rem .6rem;
  border-radius: 999px;
}
.tp-card-q {
  font-size: .9375rem;
  color: #1a1a1a;
  line-height: 1.8;
  flex: 1;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.25rem;
}
.tp-card-q::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -.2rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: #d0d0d0;
  line-height: 1;
}
.tp-card-auth {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding-top: 1rem;
  border-top: 1px solid #E6E6E6;
}
.tp-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tp-nm {
  font-weight: 700;
  font-size: .9375rem;
  color: #000;
  line-height: 1.2;
}
.tp-sub {
  font-size: .8125rem;
  color: #888;
}
.tp-no-results {
  display: none;
  text-align: center;
  padding: 3rem;
  color: #5a5556;
  font-size: 1rem;
  grid-column: 1 / -1;
}
.tp-no-results.show { display: block; }

/* ── Video section ── */
.tp-video-section {
  background: #fff;
  padding: 5.5rem 0;
}
.tp-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}
.tp-video-frame {
  background: #000;
  border-radius: 16px;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.tp-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
}
.tp-play-btn {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #CC0000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 8px 32px rgba(204,0,0,.4);
  border: none;
}
.tp-play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 40px rgba(204,0,0,.5);
}
.tp-play-btn svg { margin-left: 4px; }
.tp-vid-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 1;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(4px);
  border-radius: 6px;
  padding: .625rem .875rem;
}
.tp-vid-name {
  font-weight: 700;
  color: #fff;
  font-size: .9375rem;
}
.tp-vid-role {
  font-size: .8125rem;
  color: rgba(255,255,255,.5);
}
.tp-video-copy h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: .875rem;
}
.tp-video-copy p {
  color: #5a5556;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

/* ── FAQ ── */
.tp-faq {
  background: #fff;
  padding: 5.5rem 0;
}
.tp-faq-list {
  max-width: 760px;
  margin: 3rem auto 0;
}
.tp-faq-item {
  border-bottom: 1px solid #d0d0d0;
}
.tp-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  cursor: pointer;
  gap: 1rem;
  background: none;
  border: none;
  transition: color .3s ease;
}
.tp-faq-q:hover { color: #CC0000; }
.tp-faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(204,0,0,.07);
  color: #CC0000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .3s ease, background .3s ease;
  font-weight: 700;
  font-size: 1.1rem;
}
.tp-faq-item.open .tp-faq-icon {
  transform: rotate(45deg);
  background: #CC0000;
  color: #fff;
}
.tp-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.tp-faq-item.open .tp-faq-body { max-height: 200px; }
.tp-faq-body p {
  padding: .25rem 0 1.25rem;
  color: #5a5556;
  line-height: 1.85;
  font-size: .9375rem;
}

/* ── CTA band ── */
.tp-cta-band {
  background: #CC0000;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tp-cta-band::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
}
.tp-cta-band::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
}
.tp-cta-band .container { position: relative; z-index: 1; }
.tp-cta-band h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: .875rem;
  letter-spacing: -.025em;
}
.tp-cta-band p {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.8);
  max-width: 480px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}
.tp-cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.tp-btn-wht {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  font-weight: 700;
  font-size: .9375rem;
  padding: .875rem 1.75rem;
  border-radius: 4px;
  background: #fff;
  color: #CC0000;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
}
.tp-btn-wht:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}
.tp-btn-ol-wht {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: 'Source Sans 3', -apple-system, sans-serif;
  font-weight: 600;
  font-size: .9375rem;
  padding: .875rem 1.75rem;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.5);
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
}
.tp-btn-ol-wht:hover {
  background: #fff;
  color: #CC0000;
}

/* ── Mobile sticky ── */
.tp-mob-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: #fff;
  padding: .75rem 1rem;
  box-shadow: 0 -2px 20px rgba(0,0,0,.12);
  gap: .75rem;
}
.tp-mob-sticky a {
  flex: 1;
  justify-content: center;
}

/* ── Reveal animation ── */
.tp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
.tp-reveal.visible {
  opacity: 1;
  transform: none;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .tp-card-grid { grid-template-columns: repeat(2, 1fr); }
  .tp-stat-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .tp-stat-item { border-right: none; padding: 0; }
}
@media (max-width: 768px) {
  .tp-hero-inner { grid-template-columns: 1fr; }
  .tp-rating-block { display: none; }
  .tp-feat-inner { grid-template-columns: 1fr; }
  .tp-feat-stat { display: none; }
  .tp-feat-card { padding: 2rem; }
  .tp-video-grid { grid-template-columns: 1fr; }
  .tp-mob-sticky { display: flex; }
  body.tp-page-body { padding-bottom: 80px; }
}
@media (max-width: 600px) {
  .tp-plat-sep { display: none; }
  .tp-plat-item { min-width: 120px; }
}
@media (max-width: 560px) {
  .tp-card-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .tp-reveal { opacity: 1; transform: none; transition: none; }
}
