.widget-avis-wrapper { width: 100%; background: #ffffff; padding: 3rem 2.5rem; }
.widget-avis-inner { max-width: 72rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.w-badges-section { max-width: 72rem; width: 100%; display: flex; flex-direction: column; align-items: center; }
.w-divider { border: none; border-top: 1px solid rgba(0,0,0,0.08); width: 100%; }
.w-divider-bottom { margin-top: 1.5rem; }
.w-badges-title { font-size: 18px; color: #1f2937; margin-bottom: 1.5rem; font-weight: 400; letter-spacing: 0.01em; text-align: center; }
.w-badges-wrapper { display: flex; flex-wrap: wrap; gap: 2.5rem; justify-content: center; align-items: center; }
.w-badge { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; cursor: pointer; text-decoration: none; transition: transform 0.2s; color: inherit; }
.w-badge:hover { transform: scale(1.05); }
.w-google-rating-row { display: flex; align-items: center; gap: 6px; }
.w-google-score { font-size: 18px; font-weight: 400; color: #1f2937; letter-spacing: -0.03em; }
.w-google-stars { display: flex; gap: 1px; }
.w-ta-count { font-size: 12px; color: #00AA6C; font-weight: 400; margin-top: 3px; text-decoration: underline; cursor: pointer; }
.w-google-count { font-size: 12px; color: #9ca3af; font-weight: 400; margin-top: 3px; }
.w-ig-follow { font-size: 13px; font-weight: 600; color: #1f2937; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 2px; }
.w-ta-bubbles { display: flex; gap: 3px; align-items: center; margin-top: 2px; }
.w-testimonials-section { width: 100%; max-width: 72rem; position: relative; padding: 0 2rem; box-sizing: border-box; }
.w-testimonials-section:hover .w-nav-btn { opacity: 1; }
.w-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.08); border: none; border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: #23518a; cursor: pointer; opacity: 0; transition: opacity 0.3s, background 0.2s; z-index: 10; }
.w-nav-btn:hover { background: rgba(0,0,0,0.15); }
.w-nav-btn.w-prev { left: -18px; }
.w-nav-btn.w-next { right: -18px; }
.w-carousel-window { overflow: hidden; width: 100%; }
.w-carousel-track { display: flex; gap: 1rem; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.w-testimonial-card { position: relative; background: white; border-radius: 0.75rem; padding: 1rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); border: 1px solid #f9fafb; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; flex: 0 0 calc((100% - 2rem) / 3); transition: transform 0.3s; }
@media (max-width: 767px) { .w-testimonial-card { flex: 0 0 100%; } }
.w-testimonial-card:hover { transform: scale(1.01); }
.w-card-source { position: absolute; top: 0.75rem; right: 0.75rem; display: flex; align-items: center; gap: 4px; background: #f9fafb; border-radius: 999px; padding: 2px 7px 2px 4px; }
.w-card-source-label { font-size: 9px; font-weight: 600; color: #9ca3af; letter-spacing: 0.03em; text-transform: uppercase; }
.w-stars { display: flex; align-items: center; gap: 2px; margin-bottom: 0.5rem; }
.w-star { width: 12px; height: 12px; }
.w-score-label { margin-left: 4px; color: #9ca3af; font-size: 11px; font-weight: 700; }
.w-review-text { color: #374151; font-size: 13px; line-height: 1.45; font-style: italic; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.w-card-footer { margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid #f9fafb; display: flex; align-items: center; gap: 0.75rem; }
.w-avatar { width: 32px; height: 32px; border-radius: 0.25rem; background: #f9fafb; display: flex; align-items: center; justify-content: center; padding: 6px; flex-shrink: 0; overflow: hidden; }
.w-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 0.25rem; }
.w-reviewer-name { font-weight: 700; color: #111827; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.w-reviewer-date { color: #9ca3af; font-size: 10px; }
.w-dots { display: flex; justify-content: center; gap: 6px; margin-top: 1.5rem; }
.w-dot { width: 6px; height: 6px; border-radius: 50%; cursor: pointer; transition: background 0.3s; }
.w-dot.active { background: #23518a; }
.w-dot.inactive { background: rgba(0,0,0,0.15); }
.w-skeleton { background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: w-shimmer 1.4s infinite; border-radius: 4px; display: inline-block; }
@keyframes w-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
