.reviews-section{padding:80px 0;background:var(--primary, #2B3132);position:relative;overflow:hidden}.reviews-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:56px 56px;pointer-events:none;z-index:0}.reviews-section:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:600px;background:radial-gradient(ellipse,rgba(9,65,70,.4) 0%,transparent 65%);pointer-events:none;z-index:0}.reviews-section>*{position:relative;z-index:1}.reviews-container{max-width:100%;margin:0 80px}.reviews-header{text-align:center;margin-bottom:60px}.reviews-title{color:var(--yellow, #5CF4E4);font-size:40px;font-weight:700;line-height:1.2;margin-bottom:16px;animation:fadeInUp .6s ease-out}.reviews-subtitle{color:var(--secondary, #92B6B9);font-size:18px;font-weight:400;line-height:1.6;max-width:700px;margin:0 auto;animation:fadeInUp .6s ease-out .2s both}.reviews-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.clutch-widget{margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:24px;animation:slideInLeft .6s ease-out .4s both}.clutch-widget-iframe{width:100%;border:none;border-radius:16px;transition:all .3s ease;display:block}.clutch-widget-iframe:hover{transform:scale(1.02);box-shadow:0 8px 30px #0003}.review-card{background:var(--primary, #2B3132);border-radius:16px;padding:24px;border:1px solid var(--tessafold, #39797F);transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.review-card:hover{transform:scale(1.02);border-color:var(--yellow, #5CF4E4);box-shadow:0 8px 30px #0003}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.reviewer-info{display:flex;align-items:center;gap:12px}.reviewer-avatar{width:48px;height:48px;border-radius:50%;background:#1e3a3a;border:2px solid #43a09f;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.reviewer-avatar img{width:100%;height:100%;object-fit:cover;display:block}.reviewer-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:15px;font-weight:700;color:#43a09f;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.reviewer-details h4{color:var(--background, #ffffff);font-size:16px;font-weight:600;margin:0 0 4px}.reviewer-details p{color:var(--secondary, #92B6B9);font-size:14px;font-weight:400;margin:0}.review-rating{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.stars{color:var(--yellow, #5CF4E4);font-size:16px}.rating-text{color:var(--secondary, #92B6B9);font-size:14px;font-weight:500}.review-content{color:var(--background, #ffffff);font-size:15px;font-weight:400;line-height:1.6;margin:0}.loading,.error{color:var(--secondary, #92B6B9);font-size:16px;text-align:center;padding:40px;animation:fadeInUp .6s ease-out .4s both}.reviews-cta{text-align:center;padding-top:40px;animation:fadeInUp .6s ease-out .6s both}.cta-text{color:var(--secondary, #92B6B9);font-size:18px;font-weight:500;margin-bottom:24px}.reviews-button{background:#fff;color:var(--tessafold);border:none;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.reviews-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.reviews-button:hover{background:var(--hover-btn, #0D5C63);transform:translateY(-2px);box-shadow:0 8px 25px #9594944d;color:#fff}.reviews-button:hover:before{left:100%}@media (max-width: 1024px){.reviews-container{margin:0 40px}.reviews-section{padding:60px 0}.reviews-title{font-size:32px}.reviews-subtitle{font-size:16px}.clutch-widget{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.review-card{max-width:100%}}@media (max-width: 768px){.reviews-container{margin:0 20px}.reviews-section{padding:40px 0}.reviews-title{font-size:24px}.reviews-subtitle{font-size:14px;max-width:100%}.clutch-widget{grid-template-columns:1fr}.clutch-widget-iframe{border-radius:12px}.review-card{padding:16px}.loading,.error{font-size:14px;padding:20px}}@media (max-width: 480px){.reviews-title{font-size:20px}.reviews-subtitle{font-size:12px}.clutch-widget-iframe{border-radius:8px}.review-card{padding:12px}.reviewer-avatar{width:40px;height:40px}.reviewer-details h4{font-size:14px}.reviewer-details p{font-size:12px}.review-content{font-size:13px}.stars{font-size:14px}.rating-text{font-size:12px}.reviews-button{padding:12px 24px;font-size:14px}}[dir=rtl] .reviews-header,[dir=rtl] .reviews-subtitle,[dir=rtl] .reviews-cta,[dir=rtl] .cta-text{text-align:center}[dir=rtl] .clutch-widget{animation:slideInRight .6s ease-out .4s both}[dir=rtl] .review-header,[dir=rtl] .reviewer-info{flex-direction:row-reverse}[dir=rtl] .review-rating{align-items:flex-start}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}
