
/* Floating button */
#hs-floating-btn{
 position:fixed;
 left:20px;
 bottom:20px;
 background:#5aa0dd;
 color:#fff;
 padding:14px 18px;
 border-radius:30px;
 font-weight:600;
 cursor:pointer;
 z-index:9999;
 box-shadow:0 6px 20px rgba(0,0,0,.25);
}

/* Popup */
#hs-popup-overlay{
 position:fixed;
 top:0;left:0;
 width:100%;height:100%;
 background:rgba(17,32,43,.75);
 display:flex;
 align-items:center;
 justify-content:center;
 z-index:10000;
}

.hs-popup-box{
 background:#fff;
 max-width:420px;
 width:90%;
 padding:35px 30px;
 border-radius:16px;
 text-align:center;
 position:relative;
}

.hs-popup-box h2{
 color:#11202b;
 margin-bottom:10px;
}

.hs-coupon{
 background:#11202b;
 color:#fff;
 padding:12px;
 border-radius:8px;
 font-size:20px;
 font-weight:bold;
 letter-spacing:2px;
 margin:15px 0;
}

.hs-cta{
 color:#5aa0dd;
 font-weight:600;
}

.hs-close{
 position:absolute;
 top:12px;
 right:14px;
 background:none;
 border:none;
 font-size:26px;
 cursor:pointer;
}
