/* Secure Testimonials (theme-agnostic) */
.st-empty{padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.st-card{position:relative;border-radius:18px;overflow:hidden;padding:22px 22px 18px;color:#fff;background:#d99a2d;box-shadow:0 12px 28px rgba(0,0,0,.12)}
.st-quote-mark{position:absolute;top:18px;right:18px;font-size:64px;line-height:1;opacity:.9;font-weight:800}
.st-top{display:flex;gap:18px;align-items:center}
.st-photo-circle{width:96px;height:96px;border-radius:999px;border:5px solid rgba(255,255,255,.9);background:rgba(255,255,255,.25);overflow:hidden;flex:0 0 auto}
.st-photo-circle img{width:100%;height:100%;object-fit:cover}
.st-photo-empty{background:rgba(255,255,255,.25)}
.st-name{margin:0;font-size:34px;line-height:1.05;font-weight:800;letter-spacing:.2px}
.st-affiliation{margin-top:6px;font-size:14px;opacity:.95}
.st-body{margin-top:12px}
.st-text{font-size:15px;line-height:1.6;opacity:.98}
.st-text p{margin:0 0 10px}
.st-text p:last-child{margin-bottom:0}
.st-meta{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap}
.st-link{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:2px}
.st-link:hover{border-bottom-color:rgba(255,255,255,.95)}

/* Slider */
.st-slider{position:relative;width:100%}
.st-slider-track{display:flex;transition:transform 450ms ease;will-change:transform}
.st-slider-controls{margin-top:12px;display:flex;align-items:center;gap:10px;justify-content:center}
.st-btn{width:42px;height:42px;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#fff;color:#111827;font-size:24px;line-height:1;cursor:pointer}
.st-btn:hover{transform:translateY(-1px)}
.st-dots{display:inline-flex;gap:8px;align-items:center}
.st-dot{width:9px;height:9px;border-radius:999px;border:none;background:rgba(17,24,39,.25);cursor:pointer;padding:0}
.st-dot.is-active{background:rgba(17,24,39,.85)}

/* Archive grid */
.st-archive-grid{display:grid;grid-template-columns:1fr;gap:18px}
.st-pagination{margin-top:18px}
.st-pagination .page-numbers{display:inline-block;padding:8px 12px;border:1px solid #e5e7eb;border-radius:10px;margin-right:8px;text-decoration:none}
.st-pagination .page-numbers.current{background:#111827;color:#fff;border-color:#111827}

/* Responsive */
@media (max-width:980px){.st-name{font-size:28px}}.st-name{font-size:28px}}
@media (max-width:640px){.st-top{gap:14px}.st-photo-circle{width:82px;height:82px}.st-name{font-size:24px}.st-quote-mark{font-size:52px}}.st-top{gap:14px}.st-photo-circle{width:82px;height:82px}.st-name{font-size:24px}.st-quote-mark{font-size:52px}}
