.scroll-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:9999999999;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity .4s;pointer-events:none;-webkit-overflow-scrolling:touch}.scroll-popup-overlay.hidden{display:none!important;pointer-events:none}.scroll-popup-overlay.show{display:flex!important;opacity:1;pointer-events:auto}.scroll-popup-container{position:relative;background:#f8dfd5;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:800px;width:calc(100% - 32px);max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:.8s cubic-bezier(.34,1.56,.64,1) popupSlideIn}@keyframes popupSlideIn{from{transform:translateY(50px) scale(.85);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.scroll-popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:rgba(0,0,0,.05);border-radius:50%;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:.3s;z-index:10;color:#333}.carousel-image,.carousel-image img,.carousel-inner,.carousel-item,.carousel-wrapper,.scroll-popup-carousel{height:100%;width:100%}.scroll-popup-close:hover{background:rgba(0,0,0,.1);transform:rotate(90deg)}.scroll-popup-content{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0;align-items:stretch;min-height:400px}.scroll-popup-carousel{position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0}.carousel-wrapper{position:relative;overflow:hidden}.carousel-inner{position:relative;background:#f0f0f0}.carousel-item{position:absolute;top:0;left:0;display:none;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity 1.8s ease-in-out}.carousel-item.active{display:flex;opacity:1}.carousel-image{overflow:hidden;border-radius:0}.carousel-image img{object-fit:cover;transition:transform .4s cubic-bezier(.34, 1.56, .64, 1)}.carousel-item:hover .carousel-image img{transform:scale(1.05)}.carousel-info,.carousel-name,.carousel-title{display:none}.scroll-popup-text{display:flex;flex-direction:column;justify-content:center;width:100%;padding:40px;text-align:left}.scroll-popup-text h3{font-size:26px;font-weight:700;margin:20px 0 14px;color:#222;line-height:1.3}.scroll-popup-text p{font-size:16px;color:#555;line-height:1.7;margin:0 0 28px;font-weight:400}.scroll-popup-cta{display:inline-flex;align-items:center;justify-content:center;padding:17px 32px;font-weight:700;font-family:SatoshiRegular,sans-serif;border-radius:50px;border:1px solid var(--heading-color,#222);color:var(--heading-color,#222)!important;text-decoration:none;font-size:18px;line-height:1.44em;text-align:center;transition:.4s;width:max-content;position:relative;cursor:pointer;background:0 0}.scroll-popup-cta:hover{background:var(--heading-color,#222);color:#fff!important;text-decoration:none}.scroll-popup-cta:active{transform:scale(.98)}.scroll-popup-form{display:flex;flex-direction:column;gap:16px;margin-top:20px}.scroll-popup-form-group{display:flex;flex-direction:column;gap:6px}.scroll-popup-form-group label{font-size:14px;font-weight:600;color:#222}.scroll-popup-form-group input{padding:12px 14px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;transition:.3s}.scroll-popup-form-group input:focus{outline:0;border-color:#e08e69;box-shadow:0 0 0 3px rgba(224,142,105,.2)}.scroll-popup-form-group.checkbox-group{gap:0;flex-direction:row;align-items:flex-start}.scroll-popup-form-group.checkbox-group label{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:400;margin:0;cursor:pointer}.scroll-popup-form-group input[type=checkbox]{width:18px;height:18px;min-width:18px;min-height:18px;cursor:pointer;accent-color:#e08e69;margin-top:2px}.scroll-popup-form-submit{padding:12px 24px;background:#e08e69;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:.3s;margin-top:8px}.scroll-popup-form-submit:hover{opacity:.9;transform:translateY(-2px)}.scroll-popup-form-submit:disabled{opacity:.6;cursor:not-allowed}.scroll-popup-form-message{font-size:13px;margin-top:12px;padding:10px;border-radius:4px;display:none}.scroll-popup-form-message.success{display:block;color:#28a745;background:#f0f9f6;border:1px solid #c3e6dd}.scroll-popup-form-message.error{display:block;color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb}@media (max-width:768px){.scroll-popup-container{width:95%;max-width:100%}.scroll-popup-content{grid-template-columns:1fr;gap:6px;padding:30px 20px;justify-items:center}.scroll-popup-carousel{max-width:220px;width:100%;min-height:220px;margin:0 auto}.carousel-wrapper{width:220px;height:220px;border-radius:25px}.carousel-image{width:100%;height:100%;border-radius:25px}.scroll-popup-text{width:100%;text-align:left}.scroll-popup-text h3{font-size:24px;margin-bottom:12px}.scroll-popup-text p{font-size:15px;line-height:1.6;margin-bottom:24px}.scroll-popup-cta{padding:16px 28px;font-size:16px;width:fit-content;margin:0 auto}.carousel-name{font-size:15px}.carousel-title{font-size:12px}.scroll-popup-close{width:36px;height:36px;font-size:20px}}@media (max-width:480px){.scroll-popup-overlay{padding:12px}.scroll-popup-container{width:100%;border-radius:12px;max-height:95vh}.scroll-popup-content{grid-template-columns:1fr;gap:4px;padding:24px 16px;justify-items:center}.scroll-popup-carousel{max-width:180px;width:100%;min-height:180px;margin:0 auto}.carousel-wrapper{width:180px;height:180px;border-radius:25px}.carousel-image{width:100%;height:100%;border-radius:25px}.scroll-popup-text h3{font-size:22px;margin-bottom:10px}.scroll-popup-text p{font-size:14px;line-height:1.6;margin-bottom:20px}.scroll-popup-cta{padding:14px 24px;font-size:15px;width:fit-content;margin:0 auto}.carousel-name{font-size:14px}.carousel-title{font-size:11px}.scroll-popup-close{width:32px;height:32px;font-size:18px}.scroll-popup-form-group label{display:none}}@media (max-width:380px){.scroll-popup-container{border-radius:12px}.scroll-popup-content{padding:20px 14px;gap:8px;justify-items:center}.scroll-popup-carousel{min-height:160px;margin:0 auto}.carousel-wrapper{width:140px;height:140px;border-radius:25px;margin-top:20px}.carousel-image{width:100%;height:100%;border-radius:25px}.scroll-popup-text{padding:0 10px}.scroll-popup-text h3{font-size:20px;margin-bottom:8px}.scroll-popup-form{padding-bottom:0;margin-bottom:10px}.scroll-popup-text p{font-size:13px;line-height:1.5;margin-bottom:16px}.scroll-popup-cta{padding:12px 20px;font-size:14px;width:fit-content;margin:0 auto}.carousel-name{font-size:13px}.carousel-title{font-size:10px}.scroll-popup-close{width:28px;height:28px;font-size:16px;top:12px;right:12px}}