@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.reviews-section{width:100%;padding:80px 0;overflow:hidden;font-family:Poppins,sans-serif;position:relative}.reviews-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;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='%239C92AC' fill-opacity='0.05'%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")}.reviews-container{margin:0 auto;padding:0 20px;position:relative}.reviews-header{text-align:center;margin-bottom:60px;position:relative;z-index:1}.reviews-title{font-size:48px;font-weight:700;color:white;margin-bottom:16px;text-shadow:0 0 20px rgba(123,31,162,.5);background:linear-gradient(90deg,#f5f7fa,#c3cfe2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block}.reviews-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#ff6b6b,#556fff);border-radius:2px}.reviews-subtitle{font-size:20px;color:#c3cfe2;max-width:600px;margin:0 auto}.reviews-carousel-container{width:100%;position:relative;overflow:hidden;padding:20px 0}.reviews-carousel{display:flex;gap:24px;width:max-content;animation:scroll 60s linear infinite}.reviews-carousel:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% / 2 + 12px))}}.review-card{flex:0 0 auto;width:380px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.2);position:relative;overflow:hidden}.review-card:hover{transform:translateY(-10px) scale(1.02);border-color:rgba(255,255,255,.2);box-shadow:0 15px 30px rgba(0,0,0,.3);background:rgba(255,255,255,.07)}.review-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b6b,#556fff);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.review-card:hover:after{transform:scaleX(1)}.review-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.new-review-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#556fff);display:flex;align-items:center;justify-content:center;color:white;font-size:24px;font-weight:700;box-shadow:0 4px 10px rgba(0,0,0,.3);flex-shrink:0}.review-identity{flex-grow:1}.review-name{font-size:20px;font-weight:600;color:white;margin-bottom:2px}.review-location{color:#c3cfe2;font-size:14px;margin-bottom:8px}.review-stars{display:flex;gap:4px}.star-filled{color:#ffcc00;fill:#ffcc00}.star-empty{color:#6c757d}.review-comment{color:#e2e8f0;font-size:16px;line-height:1.6;font-weight:300}.review-card:hover .new-review-avatar{box-shadow:0 0 20px rgba(255,107,107,.5);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,107,107,.7)}70%{box-shadow:0 0 0 10px rgba(255,107,107,0)}to{box-shadow:0 0 0 0 rgba(255,107,107,0)}}@media (max-width:768px){.reviews-title{font-size:36px}.reviews-subtitle{font-size:16px}.review-card{width:300px;padding:20px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% / 2 + 12px))}}}.reviews-carousel::-webkit-scrollbar{display:none}.reviews-carousel{-ms-overflow-style:none;scrollbar-width:none}