.japi-phone{position:fixed;z-index:9999;box-sizing:border-box;font-family:inherit;--jp-open-bg:#16a34a;--jp-open-text:#fff;--jp-closed-bg:#dc2626;--jp-closed-text:#fff;--jp-size:62px;--jp-radius:999px;--jp-shadow:0 12px 32px rgba(0,0,0,.25);--jp-duration:1.4s;--jp-strength:8deg}.japi-phone *{box-sizing:border-box}.japi-phone[data-pos="right-bottom"]{right:24px;bottom:24px}.japi-phone[data-pos="left-bottom"]{left:24px;bottom:24px}.japi-phone[data-pos="right-center"]{right:24px;top:50%;transform:translateY(-50%)}.japi-phone[data-pos="left-center"]{left:24px;top:50%;transform:translateY(-50%)}.japi-phone[data-pos="center-bottom"]{left:50%;bottom:24px;transform:translateX(-50%)}.japi-phone__btn{min-width:var(--jp-size);height:var(--jp-size);border:0;border-radius:var(--jp-radius);box-shadow:var(--jp-shadow);display:flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;cursor:pointer;font-weight:800;line-height:1;color:var(--jp-open-text);background:var(--jp-open-bg);transition:transform .2s ease,filter .2s ease,background .2s ease;color .2s ease}.japi-phone__btn:hover{transform:translateY(-2px);filter:brightness(1.04)}.japi-phone__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.japi-phone__label{white-space:nowrap;font-size:15px}.japi-phone.is-closed .japi-phone__btn{background:var(--jp-closed-bg);color:var(--jp-closed-text)}.japi-phone.no-label-desktop .japi-phone__label{display:none}.japi-phone.no-label-desktop .japi-phone__btn{padding:0;width:var(--jp-size)}.japi-phone.anim-ring.loop .japi-phone__icon,.japi-phone.anim-ring.interval.is-animating .japi-phone__icon{animation:japiPhoneRing var(--jp-duration) ease-in-out infinite}.japi-phone.anim-pulse.loop .japi-phone__btn,.japi-phone.anim-pulse.interval.is-animating .japi-phone__btn{animation:japiPhonePulse var(--jp-duration) ease-in-out infinite}.japi-phone.anim-bounce.loop .japi-phone__btn,.japi-phone.anim-bounce.interval.is-animating .japi-phone__btn{animation:japiPhoneBounce var(--jp-duration) ease-in-out infinite}.japi-phone.anim-float.loop .japi-phone__btn,.japi-phone.anim-float.interval.is-animating .japi-phone__btn{animation:japiPhoneFloat var(--jp-duration) ease-in-out infinite}.japi-phone.anim-ring.hover .japi-phone__btn:hover .japi-phone__icon{animation:japiPhoneRing var(--jp-duration) ease-in-out infinite}.japi-phone.anim-pulse.hover .japi-phone__btn:hover{animation:japiPhonePulse var(--jp-duration) ease-in-out infinite}.japi-phone.anim-bounce.hover .japi-phone__btn:hover{animation:japiPhoneBounce var(--jp-duration) ease-in-out infinite}.japi-phone.anim-float.hover .japi-phone__btn:hover{animation:japiPhoneFloat var(--jp-duration) ease-in-out infinite}@keyframes japiPhoneRing{0%,100%{transform:rotate(0)}10%{transform:rotate(var(--jp-strength))}20%{transform:rotate(calc(var(--jp-strength) * -1))}30%{transform:rotate(var(--jp-strength))}40%{transform:rotate(calc(var(--jp-strength) * -1))}50%{transform:rotate(0)}}@keyframes japiPhonePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes japiPhoneBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes japiPhoneFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.japi-phone__overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:9998}.japi-phone__popup{position:fixed;right:24px;bottom:100px;width:min(390px,calc(100vw - 28px));background:#fff;color:#222;border-radius:20px;box-shadow:0 20px 70px rgba(0,0,0,.28);z-index:10000;padding:22px}.japi-phone__x{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#555}.japi-phone__popup-head{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-right:24px}.japi-phone__popup-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--jp-open-bg);color:var(--jp-open-text);flex:0 0 auto}.japi-phone.is-closed .japi-phone__popup-icon{background:var(--jp-closed-bg);color:var(--jp-closed-text)}.japi-phone__popup-title{font-size:20px;font-weight:900;line-height:1.15}.japi-phone__popup-status{font-size:13px;font-weight:700;opacity:.7;margin-top:3px}.japi-phone__popup-text{font-size:15px;line-height:1.55}.japi-phone__popup-text p{margin:0 0 10px}.japi-phone__schedule{margin-top:14px;border:1px solid #ececec;border-radius:14px;overflow:hidden;font-size:13px}.japi-phone__schedule-title{font-weight:900;background:#f7f7f7;padding:9px 12px}.japi-phone__schedule-row{display:flex;justify-content:space-between;gap:10px;padding:8px 12px;border-top:1px solid #eee}.japi-phone__actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.japi-phone__call,.japi-phone__close{border-radius:999px;padding:12px 17px;font-weight:800;text-decoration:none;border:0;cursor:pointer}.japi-phone__call{background:var(--jp-open-bg);color:var(--jp-open-text)}.japi-phone.is-closed .japi-phone__call{background:var(--jp-closed-bg);color:var(--jp-closed-text)}.japi-phone__close{background:#f1f1f1;color:#333}@media(max-width:767px){.japi-phone{--jp-size:56px;--jp-radius:999px}.japi-phone[data-mpos="right-bottom"]{right:12px;left:auto;bottom:14px;top:auto;transform:none}.japi-phone[data-mpos="left-bottom"]{left:12px;right:auto;bottom:14px;top:auto;transform:none}.japi-phone[data-mpos="right-center"]{right:12px;left:auto;top:50%;bottom:auto;transform:translateY(-50%)}.japi-phone[data-mpos="left-center"]{left:12px;right:auto;top:50%;bottom:auto;transform:translateY(-50%)}.japi-phone[data-mpos="center-bottom"]{left:50%;right:auto;bottom:14px;top:auto;transform:translateX(-50%)}.japi-phone.no-label-mobile .japi-phone__label{display:none}.japi-phone.no-label-mobile .japi-phone__btn{padding:0;width:var(--jp-size)}.japi-phone__btn{height:var(--jp-size);min-width:var(--jp-size);padding:0 18px}.japi-phone__label{font-size:14px}.japi-phone__popup{left:14px;right:14px;bottom:86px;width:auto;padding:19px;border-radius:18px}.japi-phone__actions{display:grid;grid-template-columns:1fr}.japi-phone__call,.japi-phone__close{text-align:center;width:100%}}
