.scanner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px 30px;margin-top:40px;text-align:center}
.sc .sc-img{width:150px;height:150px;border-radius:50%;overflow:hidden;margin:0 auto 18px;background:var(--bg-soft)}
.sc .sc-img img{width:100%;height:100%;object-fit:cover;display:block}
.sc .dev{font-variant:small-caps;font-feature-settings:"smcp" 1;letter-spacing:.05em;color:var(--blue-bright);font-size:13.5px}
.sc h4{font-variant:small-caps;font-feature-settings:"smcp" 1;letter-spacing:.04em;font-size:19px;font-weight:700;line-height:1.2;margin-bottom:4px}
.sc .sub{font-variant:small-caps;font-feature-settings:"smcp" 1;letter-spacing:.04em;color:var(--ink-soft);font-size:13.5px;line-height:1.3;margin-bottom:16px}
.sc p{font-size:14px;color:var(--ink-soft);line-height:1.7;max-width:34ch;margin:0 auto}
@media(max-width:880px){.scanner-grid{grid-template-columns:1fr;gap:40px}}
.themes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}
@media(max-width:880px){.themes{grid-template-columns:1fr}}
.theme{background:#fff;border:.5px solid var(--line);border-radius:12px;padding:24px 26px}
.theme .tk{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#6b9a23;margin-bottom:8px}
.theme-ico{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(107,154,35,.12);color:#6b9a23;margin-bottom:14px}
.theme-ico i{font-size:26px;line-height:1}
.theme h4{font-size:17px;font-weight:800;margin-bottom:8px}
.theme p{font-size:14px;color:var(--ink-soft);line-height:1.6}
