/* Плавающая заявка для статей блога (10.09.2026). Чат занимает right:24px — мы слева. */
#tcf-fab{position:fixed;left:24px;bottom:80px;z-index:100000;display:flex;align-items:center;gap:10px;
background:linear-gradient(135deg,#1557FF,#0040DD);color:#fff;border:none;cursor:pointer;
padding:14px 22px;border-radius:50px;font:700 15px/1 'Inter',-apple-system,sans-serif;
box-shadow:0 8px 24px rgba(21,87,255,.35);transition:transform .18s,box-shadow .18s}
#tcf-fab:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(21,87,255,.45)}
#tcf-fab.tcf-hide{display:none}
#tcf-ov{position:fixed;inset:0;z-index:100001;background:rgba(11,30,61,.55);backdrop-filter:blur(3px);
display:none;align-items:center;justify-content:center;padding:20px}
#tcf-ov.tcf-open{display:flex}
.tcf-card{background:#fff;border-radius:18px;padding:26px;width:100%;max-width:380px;position:relative;
box-shadow:0 24px 60px rgba(11,30,61,.28);font-family:'Inter',-apple-system,sans-serif;color:#0B1E3D;
max-height:calc(100vh - 40px);overflow-y:auto}
.tcf-x{position:absolute;top:12px;right:14px;background:none;border:none;font-size:26px;line-height:1;
color:#6B7A99;cursor:pointer;padding:4px 8px}
.tcf-card h4{font:800 20px/1.25 'Inter',sans-serif;margin:0 0 6px}
.tcf-card .tcf-s{font-size:13px;color:#6B7A99;margin:0 0 18px;line-height:1.5}
.tcf-fg{margin-bottom:13px}
.tcf-fg label{display:block;font:700 11px/1 'Inter',sans-serif;letter-spacing:.04em;
text-transform:uppercase;color:#6B7A99;margin-bottom:6px}
.tcf-fg input{width:100%;padding:13px 15px;border:1.5px solid #E4E9F4;border-radius:10px;
font-size:15px;font-family:inherit;color:#0B1E3D;background:#fff}
.tcf-fg input:focus{outline:none;border-color:#1557FF;box-shadow:0 0 0 3px rgba(21,87,255,.12)}
.tcf-sub{width:100%;padding:15px;background:linear-gradient(135deg,#1557FF,#0040DD);color:#fff;
border:none;border-radius:50px;font:700 16px/1 'Inter',sans-serif;cursor:pointer;margin-top:4px}
.tcf-sub:disabled{opacity:.6;cursor:default}
.tcf-note{font-size:11px;color:#6B7A99;text-align:center;margin:12px 0 0;line-height:1.45}
.tcf-ok{display:none;text-align:center;padding:14px 0}
.tcf-ok.tcf-show{display:block}
.tcf-ok .tcf-ic{width:54px;height:54px;border-radius:50%;background:#ECFDF5;color:#12B76A;
font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
@media(max-width:640px){
  #tcf-fab{left:16px;right:auto;bottom:140px;padding:12px 18px;font-size:14px}
}
.tcf-proof{margin:10px 0 0;font-size:11.5px;line-height:1.45;color:#6B7A99;text-align:center}
.tcf-proof b{color:#0B1E3D;font-weight:700}
