.sfch{--sfch-purple:#6B4180;--sfch-purple-dark:#452A56;margin:0 0 14px;border:1px solid #e7ddee;border-left:4px solid var(--sfch-purple);border-radius:12px;background:linear-gradient(180deg,#faf7fc 0%,#f4eef8 100%);padding:14px 16px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.sfch__icon{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:var(--sfch-purple);color:#fff;display:flex;align-items:center;justify-content:center}
.sfch__icon svg{width:22px;height:22px;display:block}
.sfch__text{flex:1 1 200px;min-width:0}
.sfch__title{margin:0 0 2px;font-size:14.5px;font-weight:800;line-height:1.25;color:#2a2033}
.sfch__sub{margin:0;font-size:13px;line-height:1.4;color:#6a5c76}
.sfch__btn{flex:0 0 auto;border:0;cursor:pointer;background:var(--sfch-purple);color:#fff;font-size:14px;font-weight:700;letter-spacing:.01em;padding:11px 16px;border-radius:10px;display:inline-flex;align-items:center;gap:8px;transition:background .15s ease,transform .12s ease;white-space:nowrap}
.sfch__btn:hover{background:var(--sfch-purple-dark);transform:translateY(-1px)}
.sfch__btn:focus-visible{outline:3px solid rgba(107,65,128,.4);outline-offset:2px}
@media (max-width:600px){.sfch{gap:12px}.sfch__btn{width:100%;justify-content:center}}
@media (prefers-reduced-motion:reduce){.sfch__btn{transition:none}}
