/* ═══════════════════════════════════════════════════════════════════════════
   TESTIMONIALS - PHASE B: PRODUCTION CSS
   PyStatR+ Futuristic Design System
   
   Colors: Cyan (#22d3ee), Gold (#FFD700), Teal (#06b6d4)
   Style: Futuristic, geometric, luminous
   ═══════════════════════════════════════════════════════════════════════════ */

/* ==========================================================================
   MOBILE — TESTIMONIALS HERO TOP PADDING FIX
   ========================================================================== */

@media (max-width: 767px) {
  .testimonials-hero, .testimonials-content {
    padding-top: calc(var(--navbar-height, 120px) + 8.5rem);
  }
}
