.testimonial-card{display:flex;flex-direction:column;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;transition:border-color .2s,transform .2s}.testimonial-card:hover{border-color:rgba(105,189,69,.3);transform:translateY(-2px)}.testimonial-card-quote{margin-bottom:12px}.testimonial-card-stars{display:flex;gap:2px;margin-bottom:12px}.testimonial-card-title{font-size:15px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.4}.testimonial-card-review{flex:1 1;color:rgba(255,255,255,.6);font-size:14px;line-height:1.75;margin:0}.testimonial-card-divider{height:1px;background:rgba(255,255,255,.07);margin:20px 0}.testimonial-card-author{display:flex;align-items:center;gap:12px}.testimonial-card-photo{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(105,189,69,.4)}.testimonial-card-photo img{width:100%;height:100%;object-fit:cover}.testimonial-card-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e7d32,#69bd45);color:#fff;font-size:1rem;font-weight:700;letter-spacing:.05em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.testimonial-card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.testimonial-card-name{color:#fbb040;font-size:14px;font-weight:600}.testimonial-card-location{color:rgba(255,255,255,.4);font-size:12px}.testimonial-card-date{color:rgba(105,189,69,.7);font-size:11px;margin-top:1px}@media (max-width:768px){.testimonial-card{padding:20px}.testimonial-card-review{font-size:13px}}.testimonial-section{background:#091e22;padding:60px 20px}.testimonial-section-container{max-width:1280px;margin:0 auto}.testimonial-section-header{text-align:center;margin-bottom:48px}.testimonial-section-title{color:#ffffff;font-size:2.25rem;font-weight:700;font-style:italic;margin:0 0 12px}.testimonial-section-subtitle{color:#a0a0a0;font-size:1.05rem;margin:0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}@media (max-width:1024px){.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:32px}.testimonial-section-title{font-size:1.875rem}}@media (max-width:680px){.testimonial-section{padding:40px 16px}.testimonial-grid{grid-template-columns:1fr;gap:32px}.testimonial-section-title{font-size:1.5rem}.testimonial-section-header{margin-bottom:32px}}