:root{--google-blue:#4285f4;--google-red:#ea4335;--google-yellow:#fbbc05;--google-green:#34a853;--primary-color:#4285f4;--secondary-color:#1f2937;--accent-color:#fbbc05;--text-primary:#202124;--text-secondary:#5f6368;--bg-light:#f8f9fa;--white:#ffffff;--google-border:#dadce0;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 1px 3px 0 rgb(60 64 67 / 0.3),0 4px 8px 3px rgb(60 64 67 / 0.15);--shadow-lg:0 2px 10px 0 rgb(60 64 67 / 0.3),0 6px 20px 4px rgb(60 64 67 / 0.15);--border-radius:8px;--transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1)}.google-reviews-section{position:relative;padding:80px 0;background:linear-gradient(135deg,#f8f9fa 0,#e8f0fe 100%);overflow:hidden}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-element{position:absolute;opacity:.06;border-radius:50%}.floating-element.google-g{top:15%;left:8%;width:120px;height:120px;background:var(--google-blue);animation:float 25s ease-in-out infinite}.floating-element.google-star{bottom:20%;right:10%;width:80px;height:80px;background:var(--google-yellow);transform:rotate(45deg);animation:float 20s ease-in-out infinite reverse}.floating-element.google-circle{top:60%;left:15%;width:60px;height:60px;background:var(--google-green);animation:float 30s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-8px) rotate(-1deg)}75%{transform:translateY(-12px) rotate(1deg)}}.google-reviews-content{position:relative;z-index:2}.section-header{text-align:center;margin-bottom:4rem}.google-logo{display:inline-flex;align-items:center;margin-bottom:1rem}.google-logo .logo-text{font-size:2rem;font-weight:400;margin-right:.5rem}.google-logo .logo-text .g-blue{color:var(--google-blue)}.google-logo .logo-text .g-red{color:var(--google-red)}.google-logo .logo-text .g-yellow{color:var(--google-yellow)}.google-logo .logo-text .g-green{color:var(--google-green)}.section-subtitle{color:var(--text-secondary);font-size:1rem;font-weight:400;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.overall-rating{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.rating-score{font-size:2.5rem;font-weight:300;color:var(--text-primary)}.rating-stars{display:flex;gap:2px}.rating-stars i{color:var(--google-yellow);font-size:1.5rem}.rating-count{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.overall-rating{flex-direction:column;gap:.5rem}}.testimonial-swiper{padding:40px 20px 60px;margin:0 -20px}.swiper-slide{height:auto;display:flex;align-items:stretch}.review-card{background:var(--white);border-radius:var(--border-radius);padding:1.5rem;min-height:400px;max-height:550px;display:flex;flex-direction:column;position:relative;transition:var(--transition);border:1px solid var(--google-border)}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.review-card.short-content{min-height:360px}.review-card.long-content{min-height:480px}.google-icon{position:absolute;top:-12px;right:16px;width:24px;height:24px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);border:1px solid var(--google-border)}.google-g-icon{width:16px;height:16px;background:linear-gradient(45deg,var(--google-blue),var(--google-green));border-radius:2px;position:relative}.google-g-icon::before{content:'G';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:700}.review-header{display:flex;align-items:center;margin-bottom:1rem}.reviewer-avatar{width:40px;height:40px;border-radius:50%;margin-right:.75rem;object-fit:cover;border:2px solid var(--google-border)}.reviewer-info h6{margin:0;font-size:.9rem;font-weight:500;color:var(--text-primary)}.review-date{font-size:.75rem;color:var(--text-secondary);margin:0}.review-rating{margin-bottom:1rem}.review-rating i{color:var(--google-yellow);font-size:1rem;margin-right:1px}.review-content{flex-grow:1;margin-bottom:1rem;display:flex;flex-direction:column;overflow-y:auto;max-height:280px;padding-right:8px}.review-content::-webkit-scrollbar{width:4px}.review-content::-webkit-scrollbar-track{background:#f1f3f4;border-radius:10px}.review-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px;opacity:.4}.review-content::-webkit-scrollbar-thumb:hover{opacity:.7}.review-text{color:var(--text-primary);font-size:.9rem;line-height:1.5;margin-bottom:.75rem;text-align:left}.review-text:last-child{margin-bottom:0}.review-content.long-content{position:relative}.review-content.long-content::after{content:'';position:absolute;bottom:0;left:0;right:8px;height:20px;background:linear-gradient(transparent,var(--white));pointer-events:none}.platform-badge{display:inline-flex;align-items:center;background:#f1f3f4;color:var(--text-secondary);font-size:.75rem;padding:.25rem .5rem;border-radius:12px;margin-top:auto}.platform-badge i{margin-right:.25rem;color:var(--google-blue)}.swiper-pagination{position:relative;margin-top:2rem}.swiper-pagination-bullet{width:8px;height:8px;background:var(--text-secondary);opacity:.4;transition:var(--transition)}.swiper-pagination-bullet-active{background:var(--google-blue);opacity:1;transform:scale(1.2)}.trust-indicators{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--google-border)}.trust-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.85rem}.trust-item i{color:var(--google-green)}@media (max-width:768px){.google-reviews-section{padding:60px 0}.review-card{padding:1.25rem;min-height:280px}.section-header{margin-bottom:3rem}.trust-indicators{flex-direction:column;gap:1rem}}.swiper-container{overflow:visible}