.reviews-page{padding:80px 20px;color:white;font-family:Inter,sans-serif;width:100%;display:flex;justify-content:center}.reviews-page-inner{width:100%;max-width:1100px}.reviews-page-title{font-size:34px;font-weight:700;text-align:center;margin-bottom:16px}.reviews-page-title .highlight{color:#ff7a30}.reviews-page-subtitle{font-size:1.125rem;line-height:1.75rem;color:#d1d5db;text-align:center;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.reviews-loading{text-align:center;color:#d1d5db;padding:40px 0}.reviews-empty{text-align:center;padding:60px 0;color:#d1d5db}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px}.review-card{background-color:#0000004d;border-radius:20px;padding:25px;text-align:left;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease}.review-card:hover{border-color:rgba(255,122,48,.3)}.review-stars{margin-bottom:16px;display:flex;gap:2px}.review-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#fff}.review-text{font-style:italic;color:#d1d5db;line-height:1.55rem;flex-grow:1;margin-bottom:16px}.review-author{margin-top:auto}.review-author,.review-avatar{display:flex;align-items:center}.review-avatar{width:40px;height:40px;background-color:#ff7a30;border-radius:50%;justify-content:center;margin-right:12px;border:2px solid rgba(255,255,255,.2);overflow:hidden}.review-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover}.review-username{font-weight:600;color:#ffffff;font-size:14px}.review-role{font-size:13px;opacity:.7}.review-date{font-size:12px;color:#888;margin-top:12px}.reviews-cta{text-align:center;padding:40px 0;color:#d1d5db}.reviews-cta p{margin-bottom:16px;font-size:1rem}.reviews-cta-btn{display:inline-block;padding:12px 28px;background:linear-gradient(135deg,#ff7a30,#ff5500);color:white;border-radius:10px;font-weight:600;text-decoration:none;transition:opacity .2s ease}.reviews-cta-btn:hover{opacity:.9}@media (max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.reviews-page{padding:50px 20px}.reviews-page-title{font-size:26px}.reviews-page-subtitle{font-size:1rem;margin-bottom:32px}.reviews-grid{grid-template-columns:1fr}}