/* Theme additional styles */
.entry-content.is-landing{max-width:none;margin:0;padding:0;}
.testimonials{padding:70px 20px;background:#fff;}
.testimonials .container{max-width:1100px;margin:0 auto;}
.testimonials h2{text-align:center;margin-bottom:40px;}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;}
.testimonial{background:var(--light-color);padding:24px;border-radius:14px;}
.testimonial p{font-style:italic;}
.testimonial .author{display:flex;align-items:center;gap:10px;margin-top:14px;font-weight:600;}
.testimonial .author .avatar{width:40px;height:40px;border-radius:50%;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;}
