/* Inline styles for testimonials.html — preserved from original */

.testimonial-hero{background:linear-gradient(135deg,#1a1035 0%,#2d1b6e 100%);padding:72px 0 56px;position:relative;overflow:hidden}
.testimonial-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236A47ED' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.testimonial-hero h1{color:#fff;font-size:46px;font-weight:800;margin-bottom:16px;line-height:1.15}
.testimonial-hero p{color:rgba(255,255,255,.75);font-size:18px;max-width:600px;line-height:1.7}
.stat-strip{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:28px 32px;margin-top:40px}
.stat-strip .stat-item{text-align:center}
.stat-strip .stat-num{font-size:36px;font-weight:800;color:#C6F806;line-height:1}
.stat-strip .stat-lbl{font-size:12px;color:rgba(255,255,255,.6);margin-top:6px;text-transform:uppercase;letter-spacing:.08em}
.tcard{background:#fff;border:1px solid #e8e4f8;border-radius:16px;padding:36px;height:100%;position:relative;transition:box-shadow .25s,transform .25s}
.tcard:hover{box-shadow:0 12px 48px rgba(106,71,237,.12);transform:translateY(-3px)}
.tcard .quote-mark{font-size:72px;line-height:.7;color:#6A47ED;opacity:.15;font-family:Georgia,serif;position:absolute;top:24px;left:28px}
.tcard blockquote{font-size:16px;line-height:1.75;color:#333;margin:0;padding-top:20px;position:relative;z-index:1}
.tcard .result-tag{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:100px;font-size:12px;font-weight:700;padding:5px 14px;margin-bottom:20px}
.tcard .result-tag i{font-size:10px}
.tcard .sender-info{display:flex;align-items:center;gap:14px;margin-top:28px;padding-top:20px;border-top:1px solid #f0eeff}
.tcard .sender-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6A47ED,#C6F806);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#fff;flex-shrink:0}
.tcard .sender-name{font-weight:700;color:#1a1035;font-size:15px}
.tcard .sender-role{font-size:12px;color:#888;margin-top:2px}
.tcard .sender-meta{font-size:11px;color:#6A47ED;font-weight:600;margin-top:3px}
.metrics-row{background:#f9f8ff;border-radius:12px;padding:16px 20px;margin-top:20px;display:flex;gap:20px;flex-wrap:wrap}
.metric-item .metric-val{font-size:22px;font-weight:800;color:#6A47ED}
.metric-item .metric-key{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}
.industry-tag{display:inline-block;background:#f0eeff;color:#6A47ED;border-radius:6px;font-size:11px;font-weight:700;padding:3px 10px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.06em}
.featured-card{background:linear-gradient(135deg,#1a1035 0%,#2d1b6e 100%);border-radius:20px;padding:48px;color:#fff;position:relative;overflow:hidden}
.featured-card::before{content:'"';position:absolute;top:-20px;left:20px;font-size:200px;line-height:1;color:rgba(198,248,6,.1);font-family:Georgia,serif}
.featured-card blockquote{font-size:20px;line-height:1.7;color:rgba(255,255,255,.9);position:relative;z-index:1}
.featured-card .sender-name{color:#C6F806;font-weight:700;font-size:16px;margin-top:24px}
.featured-card .sender-role{color:rgba(255,255,255,.6);font-size:13px}
.featured-metrics{display:flex;gap:32px;margin-top:28px;flex-wrap:wrap}
.featured-metrics .fm-item .fm-val{font-size:32px;font-weight:800;color:#C6F806}
.featured-metrics .fm-item .fm-key{font-size:12px;color:rgba(255,255,255,.6);margin-top:4px}
.section-eyebrow{font-size:13px;font-weight:800;color:#6A47ED;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;display:block}
.cta-box{background:linear-gradient(135deg,#6A47ED 0%,#4c35c0 100%);border-radius:20px;padding:56px;text-align:center;color:#fff}
.cta-box h2{font-size:36px;font-weight:800;color:#fff;margin-bottom:16px}
.cta-box p{font-size:17px;color:rgba(255,255,255,.8);max-width:520px;margin:0 auto 32px}
@media(max-width:768px){
  .testimonial-hero h1{font-size:30px}
  .featured-card{padding:28px}
  .featured-card blockquote{font-size:16px}
  .featured-metrics{gap:20px}
  .featured-metrics .fm-item .fm-val{font-size:24px}
  .cta-box{padding:36px 24px}
  .cta-box h2{font-size:26px}
}
