.founder-grid{display:grid;grid-template-columns:220px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.founder-photo{position:relative;width:220px;height:220px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(30,58,95,.15);background:#f0f0f0}.founder-text{padding-left:1rem}.founder-text h2{font-size:2rem;margin-bottom:1rem;color:var(--navy);text-align:center}.founder-text p{color:var(--text-gray);line-height:1.7;text-align:left;margin-bottom:1rem}@media (max-width:768px){.founder-text h2{font-size:1.5rem}.founder-grid{grid-template-columns:1fr;gap:2rem}.founder-photo{display:flex;justify-content:center;margin:0 auto;width:180px;height:180px}.founder-text{padding-left:0}.founder-text h2,.founder-text p{text-align:center}}.testimonial-card{display:grid;grid-template-columns:300px 1fr;grid-gap:2rem;gap:2rem;align-items:center;max-width:900px;margin:0 auto;padding:2rem;border:1px solid rgba(30,58,95,.1);border-radius:8px}.testimonial-photo{width:300px;height:300px;border-radius:8px;overflow:hidden}.testimonial-photo-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0,#2a4a6f 100%)}.testimonial-photo-placeholder span{font-size:3.5rem;font-weight:700;color:var(--gold);letter-spacing:.05em}.testimonial-content{display:flex;flex-direction:column;gap:1rem}.testimonial-metrics{display:flex;gap:1.5rem;flex-wrap:nowrap}.testimonial-metrics .metric{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.15rem;flex:1 1}.testimonial-metrics .metric-value{font-size:1.4rem;font-weight:700;color:var(--gold)}.testimonial-metrics .metric-label{font-size:.65rem;font-weight:600;color:var(--text-gray);text-transform:uppercase;letter-spacing:.02em}.testimonial-metrics .metric-highlight .metric-value{color:var(--navy);font-weight:800}.testimonial-metrics .metric-highlight .metric-label{color:var(--navy);font-weight:700}.testimonial-quote{font-size:.875rem;line-height:1.6;color:var(--text-gray);font-style:italic;margin:0;padding:0;border:none}.testimonial-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.6rem;border-top:1px solid rgba(30,58,95,.08)}.testimonial-author{display:flex;flex-direction:column;gap:.15rem}.author-name{font-weight:700;color:var(--navy);font-size:.9rem}.author-role{color:var(--text-gray);font-size:.8rem}.case-study-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;color:var(--white);background:var(--navy);text-decoration:none;border-radius:4px;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.case-study-btn:hover{transform:translateY(-1px);box-shadow:0 3px 8px rgba(30,58,95,.35)}.case-study-btn span{transition:transform .2s ease}.case-study-btn:hover span{transform:translateX(2px)}@media (max-width:900px){.testimonial-card{grid-template-columns:1fr;gap:1.5rem;max-width:500px;padding:1.5rem}.testimonial-photo{width:220px;height:220px;margin:0 auto}.testimonial-content{text-align:center}.testimonial-metrics{justify-content:center}.testimonial-quote{text-align:center}.testimonial-footer{justify-content:center;gap:1.5rem}.testimonial-author{align-items:center;text-align:center}}@media (max-width:500px){.testimonial-photo{width:200px;height:200px}.testimonial-content{padding:1rem}.testimonial-metrics{gap:.75rem}.testimonial-metrics .metric-value{font-size:1.1rem}.testimonial-metrics .metric-label{font-size:.55rem}.testimonial-quote{font-size:.8rem}.author-name{font-size:.85rem}.author-role{font-size:.75rem}.case-study-btn{padding:.4rem .75rem;font-size:.7rem}}@media (max-width:380px){.testimonial-metrics{flex-direction:column;gap:.75rem}.testimonial-metrics .metric{flex-direction:row;justify-content:center;gap:.5rem}.testimonial-metrics .metric-value{font-size:1.2rem}.testimonial-metrics .metric-label{font-size:.65rem}}