/* hook2: v4-hk2 — общий блок из 3 CTA-карточек, одинаковый на всех страницах */
.v4-hk2{--red:#A82319;--red-h:#8E1D14;--navy:#323232;--navy-d:#1a1a1a;--v4-paper:#eeeeee;--v4-ink:#2a2a2a;--muted:#6b6b6b;--line:#dcdcdc;font-family:'Inter',sans-serif;background:#fff;padding:64px 0}
.v4-hk2__in{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;align-items:stretch}

.v4-hk2__card{border-radius:20px;padding:26px 26px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;box-shadow:0 0 24px rgba(20,30,50,.10)}
.v4-hk2__card--main{background:var(--navy);border:1px solid var(--navy)}
.v4-hk2__decor{position:absolute;top:-30px;right:-8px;font-size:150px;font-weight:800;line-height:1;color:rgba(255,255,255,.06);pointer-events:none;user-select:none;z-index:0}
.v4-hk2__card--main > *:not(.v4-hk2__decor){position:relative;z-index:1}
.v4-hk2__card--warn{background:var(--red);border:1px solid var(--red)}
.v4-hk2__card--dark{background:#fff;border:1px solid var(--line)}

.v4-hk2__title{font-size:17px;font-weight:800;color:var(--v4-ink)}
.v4-hk2__card--main .v4-hk2__title{color:#fff}
.v4-hk2__card--warn .v4-hk2__title{color:#fff}
.v4-hk2__text{font-size:13px;line-height:1.6;color:var(--muted)}
.v4-hk2__card--main .v4-hk2__text{color:rgba(255,255,255,.65)}
.v4-hk2__card--warn .v4-hk2__text{color:rgba(255,255,255,.75)}
.v4-hk2__text a{color:inherit;font-weight:800;text-decoration:underline}

.v4-hk2__warn-badge{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--red);display:flex;align-items:center;justify-content:center;flex:none}
.v4-hk2__warn-phone{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;margin-top:auto;padding:8px 14px;background:#fff;color:var(--red);border-radius:999px;font-weight:800;font-size:12px;width:fit-content;flex:none;transition:background .18s,transform .16s cubic-bezier(.22,.61,.36,1),box-shadow .2s}
.v4-hk2__warn-phone:hover{background:#f2f2f2;transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.18)}

.v4-hk2__benefit-ico{width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;flex:none}
.v4-hk2__benefit-link{margin-top:auto;font-weight:800;font-size:13.5px;color:var(--red);display:inline-flex;align-items:center;gap:4px;transition:gap .18s,color .18s}
.v4-hk2__benefit-link:hover{gap:8px;color:var(--red-h)}
.v4-hk2__benefit-link span{transition:transform .18s}
.v4-hk2__benefit-link:hover span{transform:translateX(2px)}

.v4-hk2__actions{display:flex;align-items:center;gap:10px;margin-top:auto;flex-wrap:wrap}
.v4-hk2__actions .v4-btn-red,.v4-hk2__actions .v4-hk2__msg{min-width:168px;justify-content:center}
.v4-hk2__illu{flex:1;min-height:64px;display:flex;align-items:center;gap:10px;background:#f4f4f4;border:2px dashed #d8d8d8;border-radius:12px;padding:12px;color:#9a9a9a}
.v4-hk2__card--main .v4-hk2__illu{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.45)}
.v4-hk2__card--main .v4-hk2__illu b{color:rgba(255,255,255,.65)}
.v4-hk2__illu svg{flex:none}
.v4-hk2__illu span{font-size:11px;line-height:1.4}
.v4-hk2__illu b{color:#7a7a7a}
.v4-btn-red{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;padding:12px 20px;border-radius:999px!important;border:1px solid transparent;box-sizing:border-box;font-size:13.5px;font-weight:700;transition:background .18s,transform .16s cubic-bezier(.22,.61,.36,1),box-shadow .2s}
.v4-btn-red:hover{background:var(--red-h);transform:translateY(-2px);box-shadow:0 18px 44px rgba(20,30,50,.16)}
.v4-hk2__msg{display:inline-flex;align-items:center;padding:12px 20px;border:1px solid rgba(255,255,255,.3);border-radius:999px;box-sizing:border-box;font-size:13.5px;font-weight:700;color:#fff;transition:background .18s,transform .16s cubic-bezier(.22,.61,.36,1),box-shadow .2s,border-color .18s}
.v4-hk2__msg:hover{border-color:#8b5cf6;background:rgba(255,255,255,.08);transform:translateY(-2px);box-shadow:0 18px 44px rgba(0,0,0,.3)}
.v4-hk2__max-word{transition:color .18s;margin-left:4px}
.v4-hk2__msg:hover .v4-hk2__max-word{color:#a78bfa}

.v4-hk2__msg-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}
.v4-hk2__msg-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 4px;background:#fff;border-radius:12px;text-decoration:none;font:600 11px inherit;color:var(--v4-ink);transition:.15s}
.v4-hk2__msg-icon:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.25)}
.v4-hk2__msg-icon img{width:28px;height:28px;border-radius:8px;display:block}

.v4-hk2__main-ico{width:44px;height:44px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;flex:none}
.v4-hk2__title--underline{position:relative;padding-bottom:12px}
.v4-hk2__title--underline::after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:var(--red)}
.v4-hk2__card--warn .v4-hk2__title--underline::after{background:#fff}
.v4-hk2__actions .v4-btn-red.v4-hk2__call-full{width:100%}
.v4-hk2__msg-divider{display:flex;align-items:center;gap:10px;width:100%;font-size:11px;color:rgba(255,255,255,.45);margin:2px 0}
.v4-hk2__msg-divider::before,.v4-hk2__msg-divider::after{content:"";flex:1;height:1px;background:rgba(255,255,255,.15)}
.v4-hk2__card--main .v4-hk2__actions{flex-direction:column;align-items:stretch}

.v4-hk2__eyebrow{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--red)}
.v4-hk2__num{font-size:26px;font-weight:800;color:var(--navy)}

@media(max-width:900px){
  .v4-hk2__in{grid-template-columns:1fr}
}
