:root{--vov-cost-bg:#121720;--vov-cost-card:#181e28;--vov-cost-text:#f7f4ee;--vov-cost-muted:#aeb5c0;--vov-cost-gold:#d3a254;--vov-cost-line:rgba(255,255,255,.12)}
.vov-cost{background:#eef3f7;padding:clamp(38px,5vw,82px) 0;font-family:inherit;color:var(--vov-cost-text)}
.vov-cost__shell{width:min(1080px,calc(100% - 28px));margin:0 auto;background:var(--vov-cost-bg);border-radius:34px;overflow:hidden;box-shadow:0 28px 80px rgba(20,31,45,.18);padding:clamp(28px,5vw,70px)}
.vov-cost__intro{text-align:center;max-width:780px;margin:0 auto 42px}.vov-cost__eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--vov-cost-gold);font-size:13px;font-weight:800;letter-spacing:.1em;margin-bottom:18px}.vov-cost__eyebrow span{width:8px;height:8px;background:var(--vov-cost-gold);border-radius:50%}.vov-cost__intro h2,.vov-cost__success h2{font-size:clamp(38px,6vw,74px);line-height:.98;letter-spacing:-.05em;margin:0 0 18px;color:#fff}.vov-cost__intro p{margin:0 auto;color:var(--vov-cost-muted);font-size:clamp(16px,2vw,20px);line-height:1.65;max-width:720px}.vov-cost__trust{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:24px}.vov-cost__trust span{border:1px solid var(--vov-cost-line);border-radius:999px;padding:9px 14px;color:#d6dbe2;font-size:13px}
.vov-cost__form{max-width:820px;margin:0 auto}.vov-cost__progress{height:5px;background:rgba(255,255,255,.09);border-radius:99px;overflow:hidden}.vov-cost__progress span{display:block;width:14.285%;height:100%;background:var(--vov-cost-gold);transition:width .3s ease}.vov-cost__counter{text-align:right;color:#8f98a6;font-size:13px;margin:9px 0 26px}.vov-cost__step{display:none;animation:vovCostIn .25s ease}.vov-cost__step.is-active{display:block}@keyframes vovCostIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.vov-cost__question{font-size:clamp(26px,4vw,42px);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin:0 0 22px;color:#fff}.vov-cost__hint{color:var(--vov-cost-muted);margin:-10px 0 20px}
.vov-cost__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vov-cost__choices--cards{grid-template-columns:repeat(2,minmax(0,1fr))}.vov-cost__choices label{position:relative;cursor:pointer}.vov-cost__choices input{position:absolute;opacity:0;pointer-events:none}.vov-cost__choices span{display:flex;align-items:center;min-height:62px;border:1px solid var(--vov-cost-line);border-radius:18px;padding:15px 18px;background:rgba(255,255,255,.035);font-weight:700;color:#f3f4f6;transition:.2s ease}.vov-cost__choices label:hover span{border-color:rgba(211,162,84,.55);transform:translateY(-1px)}.vov-cost__choices input:checked+span{border-color:var(--vov-cost-gold);background:rgba(211,162,84,.14);box-shadow:0 0 0 1px var(--vov-cost-gold) inset}.vov-cost__field{display:block;margin:0 0 16px}.vov-cost__field>span{display:block;color:#dce0e5;font-weight:700;margin:0 0 8px}.vov-cost__field input,.vov-cost__field textarea{width:100%!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #d7dde4!important;border-radius:16px!important;padding:15px 16px!important;color:#111820!important;-webkit-text-fill-color:#111820!important;caret-color:#111820!important;font:inherit!important;outline:none!important;opacity:1!important;color-scheme:light!important}.vov-cost__field input:focus,.vov-cost__field textarea:focus{border-color:var(--vov-cost-gold)!important;box-shadow:0 0 0 3px rgba(211,162,84,.18)!important;background:#fff!important;color:#111820!important;-webkit-text-fill-color:#111820!important}.vov-cost__field input::placeholder,.vov-cost__field textarea::placeholder{color:#727a85!important;-webkit-text-fill-color:#727a85!important;opacity:1!important}.vov-cost__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.vov-cost__check,.vov-cost__consent{display:flex;align-items:flex-start;gap:10px;color:#d8dde5;cursor:pointer}.vov-cost__check{margin-top:12px}.vov-cost__consent{margin-top:6px;color:#aeb5c0;font-size:14px}.vov-cost__check input,.vov-cost__consent input{margin-top:3px;accent-color:var(--vov-cost-gold)}
.vov-cost__nav{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.vov-cost__nav button{appearance:none;border-radius:999px;padding:14px 24px;font:inherit;font-weight:800;cursor:pointer;transition:.2s ease}.vov-cost__back{border:1px solid var(--vov-cost-line);background:transparent;color:#d7dce3}.vov-cost__back:disabled{opacity:.3;cursor:default}.vov-cost__next,.vov-cost__submit{margin-left:auto;border:1px solid var(--vov-cost-gold);background:var(--vov-cost-gold);color:#111820}.vov-cost__next:hover,.vov-cost__submit:hover{transform:translateY(-1px);filter:brightness(1.05)}.vov-cost__error{display:none;margin-top:18px;padding:12px 14px;background:rgba(180,49,57,.18);border:1px solid rgba(232,92,101,.35);border-radius:14px;color:#ffd8db}.vov-cost__error.is-visible{display:block}.vov-cost__hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}.vov-cost__success{text-align:center;max-width:720px;margin:20px auto;padding:30px 0}.vov-cost__success-icon{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:var(--vov-cost-gold);color:#111820;font-weight:900;font-size:38px;margin:0 auto 24px}.vov-cost__success p{color:var(--vov-cost-muted);font-size:18px;line-height:1.65}.vov-cost__success a{display:inline-flex;margin-top:16px;border-radius:999px;background:var(--vov-cost-gold);color:#111820!important;text-decoration:none;padding:14px 22px;font-weight:800}
.vov-cost-floating-button{position:fixed!important;right:24px!important;bottom:24px!important;z-index:2147483000!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:54px!important;padding:0 20px!important;border:1px solid #d3a254!important;border-radius:999px!important;background:#d3a254!important;color:#111820!important;-webkit-text-fill-color:#111820!important;text-decoration:none!important;font:800 15px/1.1 inherit!important;letter-spacing:0!important;box-shadow:0 12px 34px rgba(17,24,32,.28),0 0 0 4px rgba(211,162,84,.12)!important;cursor:pointer!important;transform:none!important;opacity:1!important;visibility:visible!important}
.vov-cost-floating-button:hover{transform:translateY(-2px)!important;filter:brightness(1.04)!important;color:#111820!important}
.vov-cost-floating-button__icon{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;flex:0 0 28px!important;border-radius:50%!important;background:#111820!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:15px!important;font-weight:900!important}
@media(max-width:980px){.vov-cost__shell{border-radius:25px}.vov-cost__choices,.vov-cost__choices--cards{grid-template-columns:1fr}}
@media(max-width:620px){.vov-cost{padding:20px 0}.vov-cost__shell{width:calc(100% - 16px);padding:26px 18px}.vov-cost__intro{margin-bottom:30px}.vov-cost__intro h2,.vov-cost__success h2{font-size:39px}.vov-cost__form-grid{grid-template-columns:1fr}.vov-cost__nav button{padding:13px 18px}.vov-cost__trust{gap:7px}.vov-cost__trust span{font-size:12px}}

/* v1.2: защита полей от цветов темы и браузерного autofill */
.vov-cost .vov-cost__field input:-webkit-autofill,
.vov-cost .vov-cost__field input:-webkit-autofill:hover,
.vov-cost .vov-cost__field input:-webkit-autofill:focus,
.vov-cost .vov-cost__field textarea:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset!important;
    box-shadow:0 0 0 1000px #fff inset!important;
    -webkit-text-fill-color:#111820!important;
    color:#111820!important;
    caret-color:#111820!important;
}
.vov-cost .vov-cost__field input[type="date"]{color:#111820!important;-webkit-text-fill-color:#111820!important;background:#fff!important}
@media(max-width:620px){
    .vov-cost-floating-button{left:14px!important;right:14px!important;bottom:14px!important;width:auto!important;min-height:52px!important;padding:0 18px!important}
}
