/* ═══════════════════════════════════════════
   Thm-Footlocker — Reviews V1 Grid
   ═══════════════════════════════════════════ */

.fl-v1-reviews .fl-brand{display:inline-flex;margin-bottom:10px;font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.fl-v1-reviews .fl-brand .fl-first{background:linear-gradient(135deg,#ff2a2a,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.fl-v1-reviews .fl-brand .fl-second{color:#ffcf5a}
.fl-v1-reviews .fl-eyebrow{display:inline-block;padding:4px 14px;margin-bottom:12px;border-radius:20px;background:rgba(255,42,42,.15);border:1px solid rgba(255,42,42,.3);color:#ff6b6b;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.fl-v1-reviews .fl-title{margin:0 0 12px;font-size:26px;font-weight:900;color:#fff;line-height:1.35;text-shadow:0 0 12px rgba(255,0,0,.3)}

.fl-v1-reviews{position:relative;overflow:hidden;margin-bottom:28px;padding:30px;border-radius:28px;background:radial-gradient(circle at 12% 10%,rgba(230,0,0,.42),transparent 28%),radial-gradient(circle at 88% 0%,rgba(255,207,90,.18),transparent 34%),radial-gradient(circle at 86% 90%,rgba(230,0,0,.22),transparent 30%),linear-gradient(145deg,#090000,#240303 48%,#050505);border:1px solid rgba(255,0,0,.30);box-shadow:0 20px 46px rgba(0,0,0,.36)}
.fl-v1-reviews::before{content:"";position:absolute;inset:14px;border-radius:22px;border:1px solid rgba(255,207,90,.10);pointer-events:none}
.fl-v1-review-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}
.fl-v1-rating{display:flex;flex-direction:column;align-items:center;padding:16px 20px;border-radius:16px;background:linear-gradient(135deg,#1a0a00,#0d0500);border:1px solid rgba(255,207,90,.25);box-shadow:0 2px 8px rgba(0,0,0,.3)}
.fl-v1-rating strong{font-size:28px;font-weight:900;color:#ffcf5a}
.fl-v1-rating span{font-size:11px;color:#d4d4d4;font-weight:600}
.fl-v1-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fl-v1-review-card{padding:20px;border-radius:18px;background:linear-gradient(145deg,#1a0505,#0d0202);border:1px solid rgba(255,80,80,.25);box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.03);transition:transform .2s,box-shadow .2s}
.fl-v1-review-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(255,0,0,.3)}
.fl-v1-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff2a2a,#c62828);color:#fff;font-size:16px;font-weight:900;margin-bottom:12px}
.fl-v1-review-name{margin:0 0 2px;font-size:14px;font-weight:800;color:#fff}
.fl-v1-review-city{font-size:12px;color:#aaa}
.fl-v1-stars{margin:6px 0;color:#ffcf5a;font-size:14px;letter-spacing:2px}
.fl-v1-review-text{margin:0;font-size:13px;line-height:1.7;color:#d4d4d4}
@media(max-width:768px){.fl-v1-review-grid{grid-template-columns:1fr}.fl-v1-review-top{flex-direction:column;gap:16px}}
