.testimonials-section{position:relative;background:linear-gradient(135deg,#fdfbfb 0,#ebedee 100%);overflow:hidden}.testimonials-section::before{content:'';position:absolute;inset:0;background:radial-gradient(at 40% 20%,rgba(255,153,0,.08) 0,transparent 50%),radial-gradient(at 80% 0,rgba(0,120,212,.06) 0,transparent 50%),radial-gradient(at 0 50%,rgba(117,195,44,.06) 0,transparent 50%),radial-gradient(at 80% 50%,rgba(220,38,38,.05) 0,transparent 50%),radial-gradient(at 0 100%,rgba(124,58,237,.06) 0,transparent 50%),radial-gradient(at 100% 100%,rgba(66,133,244,.08) 0,transparent 50%);pointer-events:none;z-index:0}.testimonials-section>*{position:relative;z-index:1}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);border:1px solid #f59e0b;border-radius:9999px;font-size:.875rem;font-weight:600;color:#b45309;margin-bottom:1rem}.testimonials-badge svg{color:#f59e0b}.testimonials-title{font-size:2rem;font-weight:700;color:#1b3b6f;margin-bottom:.75rem}@media (min-width:768px){.testimonials-title{font-size:2.5rem}}.testimonials-subtitle{font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.testimonials-subtitle{font-size:1.125rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.testimonial-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:.3s;border:2px solid transparent;position:relative;overflow:hidden;animation:.5s ease-out backwards fadeInUp}.testimonial-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--testimonial-accent,#75c32c);transform:scaleX(0);transform-origin:left;transition:transform .3s}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.12);border-color:var(--testimonial-accent,#75c32c)}.testimonial-card:hover::before{transform:scaleX(1)}.testimonial-card--aws{--testimonial-accent:#FF9900}.testimonial-card--azure{--testimonial-accent:#0078D4}.testimonial-card--gcp{--testimonial-accent:#4285F4}.testimonial-card--security{--testimonial-accent:#DC2626}.testimonial-card:nth-child(2n){background:linear-gradient(135deg,#fff 0,#f8fafc 100%)}.testimonial-rating{display:flex;gap:.15rem;margin-bottom:1rem}.testimonial-rating .star{color:#f59e0b;font-size:1.125rem;line-height:1}.testimonial-text{font-size:.9375rem;line-height:1.7;color:#374151;margin:0 0 1.25rem;font-style:normal;quotes:none}.testimonial-text::before{content:open-quote;font-size:1.5rem;color:var(--testimonial-accent,#75c32c);opacity:.5;line-height:0;vertical-align:-.25rem;margin-right:.25rem}.testimonial-footer{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.testimonial-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0;background:linear-gradient(135deg,#1b3b6f 0,#2e5298 100%)}.testimonial-avatar--aws{background:linear-gradient(135deg,#f90 0,#f60 100%)}.testimonial-avatar--azure{background:linear-gradient(135deg,#0089d6 0,#0078d4 100%)}.testimonial-avatar--gcp{background:linear-gradient(135deg,#4285f4 0,#1a73e8 100%)}.testimonial-avatar--security{background:linear-gradient(135deg,#dc2626 0,#991b1b 100%)}.testimonial-author{display:flex;flex-direction:column;gap:.15rem}.testimonial-name{font-weight:600;font-size:.9375rem;color:#1b3b6f}.testimonial-cert{font-size:.8125rem;color:var(--testimonial-accent,#75c32c);font-weight:500}.testimonial-date{font-size:.75rem;color:#9ca3af}.testimonials-trust{display:flex;justify-content:center;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);flex-wrap:wrap}.trust-stat{text-align:center}.trust-number{display:block;font-size:1.75rem;font-weight:700;color:#75c32c;line-height:1.2}@media (min-width:768px){.testimonials-trust{gap:4rem}.trust-number{font-size:2.25rem}}.trust-label{display:block;font-size:.8125rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}@media (max-width:767px){.testimonials-header{margin-bottom:2rem}.testimonials-badge{font-size:.75rem;padding:.375rem .75rem}.testimonials-title{font-size:1.5rem}.testimonials-subtitle{font-size:.9375rem;padding:0 1rem}.testimonial-card{padding:1.25rem}.testimonial-text{font-size:.875rem}.testimonial-avatar{width:40px;height:40px;font-size:.8125rem}.testimonial-name{font-size:.875rem}.testimonial-cert{font-size:.75rem}.testimonials-trust{gap:1.5rem;margin-top:2rem}.trust-number{font-size:1.5rem}.trust-label{font-size:.6875rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.testimonial-card:nth-child(4){animation-delay:.4s}.testimonial-card:nth-child(5){animation-delay:.5s}.testimonial-card:nth-child(6){animation-delay:.6s}@media (prefers-reduced-motion:reduce){.testimonial-card{animation:none}.testimonial-card:hover{transform:none}.testimonial-card::before{transition:none}}.testimonials-section--dark{background:linear-gradient(135deg,#0f2347 0,#1b3b6f 50%,#2e5298 100%)}.testimonials-section--dark::before{background:radial-gradient(at 40% 20%,rgba(117,195,44,.15) 0,transparent 50%),radial-gradient(at 80% 0,rgba(66,133,244,.12) 0,transparent 50%),radial-gradient(at 0 100%,rgba(255,153,0,.1) 0,transparent 50%)}.testimonials-section--dark .testimonials-badge{background:rgba(117,195,44,.2);border-color:rgba(117,195,44,.4);color:#8fd447}.testimonials-section--dark .testimonials-badge svg{color:#75c32c}.testimonials-section--dark .testimonials-title{color:#fff}.testimonials-section--dark .testimonials-subtitle{color:rgba(255,255,255,.8)}.testimonials-section--dark .testimonials-trust{border-top-color:rgba(255,255,255,.1)}.testimonials-section--dark .trust-label{color:rgba(255,255,255,.7)}