.testimonies-hero { padding-bottom: 24px; }
.testimony-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.testimony-card { display:flex; flex-direction:column; min-height:230px; padding:28px; border:1px solid rgba(148,163,184,.2); border-radius:24px; background:#fff; box-shadow:0 18px 42px rgba(15,23,42,.08); }
.testimony-card__icon { color:#c8a227; font-size:1.3rem; }
.testimony-card blockquote { flex:1; margin:18px 0; color:#334155; font-size:1.02rem; line-height:1.75; }
.testimony-card footer { color:#1f3a6f; font-weight:800; }
.testimony-submit-card { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:42px; padding:38px; border-radius:28px; background:linear-gradient(135deg,#f8fafc,#eef4ff); border:1px solid rgba(148,163,184,.18); }
.testimony-channel-list { display:grid; gap:10px; margin:24px 0 14px; }
.testimony-channel-list a { display:flex; align-items:center; gap:10px; font-weight:750; }
.testimony-email-note { color:#64748b; font-size:.92rem; }
.testimony-form { display:grid; gap:18px; }
.testimony-consent-panel { display:grid; gap:10px; min-width:0; margin:2px 0 0; padding:18px; border:1px solid rgba(31,58,111,.16); border-radius:18px; background:rgba(255,255,255,.72); }
.testimony-consent-panel legend { width:auto; margin:0; padding:0 7px; color:#17213a; font-size:1rem; font-weight:800; }
.testimony-consent-panel__intro { margin:-2px 0 4px; color:#64748b; font-size:.9rem; line-height:1.5; }
.testimony-consent-option { display:grid; grid-template-columns:1.2rem minmax(0,1fr); align-items:start; gap:12px; width:100%; margin:0; padding:14px; border:1px solid rgba(148,163,184,.24); border-radius:14px; background:#fff; color:#334155; line-height:1.45; cursor:pointer; transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease; }
.form-modern .testimony-consent-option input[type="checkbox"] { appearance:auto; -webkit-appearance:checkbox; box-sizing:border-box; width:1.2rem; min-width:0; max-width:100%; height:1.2rem; margin:1px 0 0; padding:0; border:0; border-radius:4px; accent-color:#1f3a6f; }
.testimony-consent-option__copy { display:grid; min-width:0; gap:3px; }
.testimony-consent-option__copy strong { color:#17213a; font-size:.95rem; font-weight:800; }
.testimony-consent-option__copy small { color:#64748b; font-size:.87rem; font-weight:500; line-height:1.5; }
.testimony-consent-option__copy a { color:#1f3a6f; font-weight:750; text-decoration:underline; text-underline-offset:2px; }
.testimony-consent-option.is-selected { border-color:rgba(31,58,111,.55); background:#f5f8ff; box-shadow:0 0 0 3px rgba(31,58,111,.08); }
.testimony-consent-option.is-disabled { opacity:.58; cursor:not-allowed; background:#f8fafc; }
.testimony-consent-option.is-dependent { margin-left:0; }
@media (max-width:900px) { .testimony-grid { grid-template-columns:1fr 1fr; } .testimony-submit-card { grid-template-columns:1fr; } }
@media (max-width:620px) { .testimony-grid { grid-template-columns:1fr; } .testimony-submit-card { padding:24px; } .testimony-consent-panel { padding:14px; } .testimony-consent-option { padding:13px; } }
