.testimonial-section{background:var(--bg);border-bottom:1px solid var(--line)}
.testimonial-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-bottom:44px}
.testimonial-heading h2{font-size:clamp(40px,4.5vw,68px);line-height:1.07;letter-spacing:-.035em;margin:0}
.testimonial-heading>p{font-size:18px;line-height:1.6;color:var(--muted);max-width:380px;margin:0 0 5px}
.testimonial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.testimonial-card{display:flex;flex-direction:column;min-width:0;margin:0;padding:30px 34px;background:var(--panel);border:1px solid var(--line);border-radius:14px}
.testimonial-card-top{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:43px}
.testimonial-card-top>span:first-child{font-size:10px;font-weight:550;letter-spacing:1.2px;color:var(--muted)}
.testimonial-mark{font:80px/.7 Georgia,serif;color:var(--lime);height:40px;transform:translateY(13px);opacity:.9}
.testimonial-card blockquote{margin:30px 0 38px;flex:1}
.testimonial-card blockquote p{font-family:var(--display);font-size:clamp(26px,2.7vw,39px);font-weight:550;line-height:1.27;letter-spacing:-1px;color:var(--ink);margin:0;max-width:520px}
.testimonial-card blockquote em{font-family:Georgia,serif;font-weight:400;color:var(--lime)}
.testimonial-card figcaption{display:flex;align-items:center;gap:16px;border-top:1px solid var(--line);padding-top:25px}
.testimonial-card figcaption img{flex:none;width:64px;height:64px;object-fit:cover;border-radius:50%;border:1px solid var(--line)}
.testimonial-card figcaption>div{min-width:0}
.testimonial-card figcaption strong{display:block;color:var(--ink);font-size:15px;font-weight:600;line-height:1.4}
.testimonial-card figcaption span,.testimonial-card figcaption small{display:block;color:var(--muted);font-size:12px;line-height:1.55;margin-top:4px}
.testimonial-card figcaption small{font-size:11px;margin-top:2px}
.testimonial-practice{display:grid;grid-template-columns:130px minmax(0,1fr) 180px;align-items:center;gap:34px;margin-top:30px;padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.testimonial-count-mark{font-family:var(--display);font-size:45px;line-height:1;font-weight:800;letter-spacing:-.075em;color:var(--ink);white-space:nowrap}
.testimonial-count-mark>span{color:var(--lime)}
.testimonial-practice h3{font-family:var(--display);font-size:23px;line-height:1.2;font-weight:650;letter-spacing:-.03em;margin:0 0 12px}
.testimonial-practice p{font-size:14px;line-height:1.65;color:var(--muted);max-width:68ch;margin:0}
.testimonial-practice-copy>.text-link{display:inline-flex;align-items:center;gap:14px;font-size:13px;white-space:nowrap;margin:16px 0 0}
.testimonial-practice .ui-arrow{width:18px;height:18px;flex:none}
.testimonial-practice-kpi{border-left:1px solid var(--line);padding-left:24px;min-width:0}
.testimonial-practice-kpi strong{display:block;font-family:var(--display);font-size:64px;font-weight:650;letter-spacing:-.055em;line-height:1.05;color:var(--ink)}
.testimonial-practice-kpi strong>span{color:var(--lime)}
.testimonial-practice-kpi>span{display:block;font-size:13px;font-weight:600;color:var(--ink);line-height:1.4;margin-top:10px}
.testimonial-practice-kpi>a{display:inline-block;font-size:10px;color:var(--muted);line-height:1.5;text-decoration:underline;text-underline-offset:3px;margin-top:8px}
.testimonial-note{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:23px;color:var(--muted);font-size:11px;line-height:1.6}
.testimonial-note a{display:inline-flex;align-items:center;gap:8px;color:var(--ink);border-bottom:1px solid var(--line);padding:3px 0;white-space:nowrap}
.testimonial-note .ui-arrow{width:14px;height:14px}
[data-theme=light] .testimonial-mark,[data-theme=light] .testimonial-card blockquote em,[data-theme=light] .testimonial-count-mark>span,[data-theme=light] .testimonial-practice-kpi strong>span{color:#527b20}
@media(max-width:1050px){.testimonial-practice{grid-template-columns:minmax(0,1fr) 170px;gap:20px 26px}.testimonial-count-mark{grid-column:1;grid-row:1}.testimonial-practice-copy{grid-column:1;grid-row:2}.testimonial-practice-kpi{grid-column:2;grid-row:1/3}}
@media(max-width:900px){.testimonial-heading{gap:35px}.testimonial-card{padding:24px}.testimonial-card blockquote p{font-size:29px}.testimonial-card figcaption{gap:12px}.testimonial-card figcaption img{width:52px;height:52px}.testimonial-card figcaption span{font-size:11px}}
@media(max-width:760px){.testimonial-heading{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.testimonial-heading h2{font-size:clamp(36px,8vw,52px)}.testimonial-heading>p{font-size:16px;max-width:420px}.testimonial-grid{grid-template-columns:1fr;gap:18px}.testimonial-card{padding:24px}.testimonial-card blockquote{margin:22px 0 30px}.testimonial-card blockquote p{font-size:clamp(27px,6.8vw,35px);letter-spacing:-.65px}.testimonial-card figcaption{padding-top:20px}.testimonial-card figcaption span{font-size:12px}.testimonial-card figcaption img{width:56px;height:56px}.testimonial-note{align-items:flex-start;flex-direction:column;gap:10px}}
@media(max-width:760px){.testimonial-practice{grid-template-columns:1fr 1fr;gap:24px 20px;margin-top:24px;padding-block:26px}.testimonial-count-mark{font-size:39px;grid-column:1;grid-row:1}.testimonial-practice-copy{grid-column:1/-1;grid-row:2}.testimonial-practice-kpi{grid-column:2;grid-row:1;padding-left:20px}.testimonial-practice-kpi strong{font-size:58px}.testimonial-practice h3{font-size:22px}.testimonial-practice p{font-size:14px}.testimonial-practice-copy>.text-link{white-space:normal;font-size:14px;gap:12px}}
