.stats-section{padding:80px 0}.stats-section.stats-bg-default{background:var(--landing-bg-alt)}.stats-section.stats-bg-primary{background:linear-gradient(135deg,var(--landing-primary) 0%,#6366f1 100%)}.stats-section.stats-bg-primary .stat-value,.stats-section.stats-bg-primary .stat-label,.stats-section.stats-bg-primary .stat-description{color:#fff}.stats-section.stats-bg-primary .stat-label{opacity:.9}.stats-section.stats-bg-primary .stat-description{opacity:.8}.stats-section.stats-bg-dark{background:var(--landing-text)}.stats-section.stats-bg-dark .stat-value,.stats-section.stats-bg-dark .stat-label,.stats-section.stats-bg-dark .stat-description{color:#fff}.stats-container{max-width:1200px;margin:0 auto;padding:0 24px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.stat-item{text-align:center;animation:fadeInUp .6s ease forwards;opacity:0}.stat-value{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1;letter-spacing:-.03em;color:var(--landing-text);margin-bottom:8px}.stat-prefix,.stat-suffix{font-size:.6em;font-weight:600;color:var(--landing-primary)}.stats-section.stats-bg-primary .stat-prefix,.stats-section.stats-bg-primary .stat-suffix,.stats-section.stats-bg-dark .stat-prefix,.stats-section.stats-bg-dark .stat-suffix{color:inherit;opacity:.8}.stat-label{font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:600;color:var(--landing-text);margin-bottom:4px}.stat-description{font-family:Outfit,sans-serif;font-size:.875rem;color:var(--landing-text-muted)}@media(max-width:968px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:576px){.stats-section{padding:60px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}.stat-value{font-size:2.5rem}}.testimonials-section{padding:100px 0;background:var(--landing-bg-alt)}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 24px}.testimonials-header{text-align:center;max-width:700px;margin:0 auto 64px}.testimonials-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--landing-text);margin:0 0 16px}.testimonials-subtitle{font-family:Outfit,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--landing-text-muted);margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.testimonial-card{background:#fff;border:1px solid var(--landing-border);border-radius:var(--landing-radius);padding:32px;transition:all .3s ease;animation:fadeInUp .6s ease forwards;opacity:0}.testimonial-card:hover{border-color:transparent;box-shadow:var(--landing-shadow-lg);transform:translateY(-4px)}.testimonial-rating{display:flex;gap:4px;margin-bottom:20px}.star-icon{width:20px;height:20px;color:#fbbf24}.testimonial-quote{font-family:Outfit,sans-serif;font-size:1rem;line-height:1.7;color:var(--landing-text);margin:0 0 24px;font-style:normal}.testimonial-author{display:flex;align-items:center;gap:14px}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.author-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:var(--landing-primary-light);color:var(--landing-primary);font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:600}.author-info{flex:1}.author-name{font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;color:var(--landing-text);margin-bottom:2px}.author-role{font-family:Outfit,sans-serif;font-size:.875rem;color:var(--landing-text-muted)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.testimonials-section{padding:60px 0}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:24px}}
