body.index-wa-open { overflow: hidden; }
.index-wa-float { position: fixed; right: 26px; bottom: 26px; z-index: 9990; width: 66px; height: 66px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #25d366, #0cae78); box-shadow: 0 15px 38px rgba(7,21,38,.25); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.index-wa-float:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 20px 45px rgba(7,21,38,.3); }.index-wa-float:focus-visible { outline: 4px solid rgba(37,211,102,.3); outline-offset: 4px; }
.index-wa-float svg { position: relative; z-index: 2; width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.index-wa-float svg path:last-child { fill: currentColor; stroke: none; }
.index-wa-float__pulse { position: absolute; inset: -6px; border: 2px solid rgba(37,211,102,.28); border-radius: 50%; animation: indexWaPulse 2.4s ease-out infinite; }
@keyframes indexWaPulse { 0% { transform: scale(.86); opacity: 0; } 25% { opacity: 1; } 100% { transform: scale(1.32); opacity: 0; } }
.index-wa-overlay[hidden] { display: none; }.index-wa-overlay { position: fixed; inset: 0; z-index: 10050; display: grid; place-items: center; padding: 24px; background: rgba(2,11,22,.72); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; backdrop-filter: blur(7px); }
.index-wa-overlay.is-visible { opacity: 1; visibility: visible; }
.index-wa-modal { width: min(100%, 520px); max-height: min(880px, calc(100vh - 48px)); overflow: auto; border-radius: 24px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.38); transform: translateY(18px) scale(.98); transition: transform .22s ease; }
.index-wa-overlay.is-visible .index-wa-modal { transform: none; }
.index-wa-modal__header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 27px 30px; color: #fff; background: linear-gradient(120deg, #0759c7, #0878ff 65%, #11a9d0); }
.index-wa-modal__header span { display: block; color: #dff7ff; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.index-wa-modal__header h2 { margin: 3px 0 0; color: #fff; font-size: 25px; line-height: 1.12; letter-spacing: -.025em; }.index-wa-modal__header small { display: flex; align-items: center; gap: 7px; margin-top: 7px; color: #dbeeff; font-size: 11px; }.index-wa-modal__header small i { width: 7px; height: 7px; border-radius: 50%; background: #4cf08b; box-shadow: 0 0 0 4px rgba(76,240,139,.14); }
.index-wa-modal__header > button { width: 42px; height: 42px; flex: 0 0 auto; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: rgba(255,255,255,.08); font-size: 30px; font-weight: 300; line-height: 1; cursor: pointer; }.index-wa-modal__header > button:hover { background: rgba(255,255,255,.16); }
.index-wa-modal__body { padding: 28px 30px 30px; }.index-wa-welcome { margin: 0 0 24px; padding: 15px 17px; border-left: 3px solid #0878ff; border-radius: 10px; color: #526174; background: #f3f7fb; font-size: 14px; line-height: 1.5; }
.index-wa-form > label:not(.index-wa-consent) { display: block; margin: 15px 0 7px; color: #1c2a3b; font-size: 12px; font-weight: 800; }.index-wa-form > label span { color: #0878ff; }
.index-wa-form > input { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #d4dee8; border-radius: 11px; color: #071526; background: #fbfcfe; outline: 0; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }.index-wa-form > input:focus { border-color: #0878ff; box-shadow: 0 0 0 4px rgba(8,120,255,.1); }
.index-wa-form fieldset { padding: 0; margin: 22px 0 0; border: 0; }.index-wa-form legend { margin-bottom: 10px; color: #1c2a3b; font-size: 12px; font-weight: 800; }
.index-wa-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }.index-wa-options label:last-child { grid-column: 1 / -1; }.index-wa-options input { position: absolute; opacity: 0; pointer-events: none; }.index-wa-options span { min-height: 42px; display: grid; place-items: center; padding: 8px 10px; border: 1px solid #d4dee8; border-radius: 10px; color: #455468; background: #fff; font-size: 11px; font-weight: 800; text-align: center; cursor: pointer; transition: .18s ease; }.index-wa-options input:checked + span { border-color: #0878ff; color: #0759c7; background: #edf5ff; box-shadow: inset 0 0 0 1px #0878ff; }.index-wa-options input:focus-visible + span { outline: 3px solid rgba(8,120,255,.25); }
.index-wa-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 20px 0 0; color: #657487; font-size: 10px; line-height: 1.5; }.index-wa-consent input { margin-top: 2px; accent-color: #0878ff; }.index-wa-consent a { color: #0759c7; }
.index-wa-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.index-wa-status { min-height: 18px; margin-top: 10px; color: #a12d3b; font-size: 11px; font-weight: 700; }
.index-wa-submit { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 7px; padding: 13px 20px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(100deg, #13b95b, #0fca73); box-shadow: 0 14px 30px rgba(18,185,91,.2); font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }.index-wa-submit:hover { transform: translateY(-2px); }.index-wa-submit:disabled { opacity: .65; cursor: wait; transform: none; }.index-wa-submit svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.index-wa-modal__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 30px; color: #c9eaff; background: #061a2f; }.index-wa-modal__footer span { color: #fff; font-size: 12px; font-weight: 800; }.index-wa-modal__footer small { font-size: 10px; }
@media (max-width: 640px) { .index-wa-float { right: 18px; bottom: 18px; width: 60px; height: 60px; }.index-wa-overlay { align-items: end; padding: 0; }.index-wa-modal { width: 100%; max-height: calc(100dvh - 16px); border-radius: 22px 22px 0 0; }.index-wa-modal__header { padding: 22px 20px; }.index-wa-modal__body { padding: 23px 20px; }.index-wa-modal__footer { padding-inline: 20px; }.index-wa-options { grid-template-columns: 1fr 1fr; } }
@media (prefers-reduced-motion: reduce) { .index-wa-float__pulse { animation: none; }.index-wa-overlay, .index-wa-modal, .index-wa-float { transition: none; } }

