.chloe-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0b254c8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.chloe-popup-overlay.is-open{opacity:1;visibility:visible}.chloe-popup-overlay.is-editor{position:static;opacity:1;visibility:visible;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:32px 24px}.chloe-popup-overlay.is-editor .chloe-popup{transform:none;max-height:none;margin:0 auto}.chloe-popup{position:relative;display:flex;align-items:stretch;width:100%;max-width:860px;max-height:calc(100vh - 48px);overflow:hidden auto;background:#fefafd;border-radius:28px;box-shadow:0 30px 70px #0b254c52;transform:translateY(18px) scale(.97);transition:transform .32s cubic-bezier(.4,0,.2,1)}.chloe-popup-overlay.is-open .chloe-popup{transform:none}.chloe-popup-media{position:relative;flex:0 0 38%;display:flex;align-items:flex-end;justify-content:center;padding:28px 18px 0;background:linear-gradient(160deg,#fffae8,#ffeefc);overflow:hidden}.chloe-popup-media:after{content:"";position:absolute;left:-60px;top:-50px;width:220px;height:220px;border-radius:50%;filter:blur(4px);background:radial-gradient(circle at 50% 50%,#d4b4ee80,#f0a5cd5c 52%,#d678b400 80%);pointer-events:none}.chloe-popup-media img,.chloe-popup-media video{position:relative;z-index:1;display:block;width:100%;max-width:260px;height:auto}.chloe-popup--video{flex-direction:column;max-width:560px}.chloe-popup--video .chloe-popup-media{flex:0 0 auto;width:100%;aspect-ratio:16 / 9;padding:0;align-items:stretch;background:none}.chloe-popup--video .chloe-popup-media:after{display:none}.chloe-popup--video .chloe-popup-media video{width:100%;height:100%;max-width:none;object-fit:cover}.chloe-popup-content{flex:1;padding:44px 44px 40px;min-width:0}.chloe-popup-headline{font-family:var(--font-heading);font-weight:700;font-size:clamp(24px,2.6vw,32px);line-height:1.18;margin-bottom:14px;background:linear-gradient(92deg,#f86fb0,#e24e97 55%,#c9388e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.chloe-popup-headline p{margin:0}.chloe-popup-copy{font-size:16px;line-height:1.6;color:#6f6f83;margin-bottom:24px}.chloe-popup-copy p{margin:0 0 10px}.chloe-popup-copy p:last-child{margin-bottom:0}.chloe-popup-form{display:flex;flex-direction:column;gap:12px}.chloe-popup-input{width:100%;padding:16px 18px;font-family:var(--font-body);font-size:15px;line-height:1.4;color:#0b254c;background:#fff;border:1px solid #E7E1F3;border-radius:12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.chloe-popup-input::placeholder{color:#9aa3b8}.chloe-popup-input:focus{border-color:#f061a9;box-shadow:0 0 0 3px #f061a926}.chloe-popup-input.has-error{border-color:#e0245e}.chloe-popup-submit{padding:16px 28px;font-family:var(--font-ui);font-size:16px;font-weight:600;color:#fff;background:#f061a9;border:none;border-radius:12px;cursor:pointer;box-shadow:0 12px 24px #f061a94d;transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease}.chloe-popup-submit:hover:not(:disabled){background:#0b254c;box-shadow:0 16px 30px #0b254c52;transform:translateY(-1px)}.chloe-popup-submit:disabled{opacity:.65;cursor:default}.chloe-popup-submit:focus-visible{outline:3px solid rgba(240,97,169,.5);outline-offset:2px}.chloe-popup-error{color:#e0245e;font-size:13px;margin:0}.chloe-popup .hs_cos_wrapper_type_form,.chloe-popup [id^=hs_form_target_site_popup]{display:none!important}.chloe-popup-direct{margin:22px 0 0;font-size:14px;line-height:1.5;color:#6f6f83}.chloe-popup-direct a{color:#e24e97;font-weight:600;text-decoration:underline;text-underline-offset:2px}.chloe-popup-direct a:hover{color:#0b254c}.chloe-popup-direct-sep{opacity:.5;margin:0 6px}.chloe-popup-success{font-size:16px;line-height:1.6;color:#0b254c}.chloe-popup-success p{margin:0 0 10px}.chloe-popup-tick{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:16px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#f061a9,#e0247e)}.chloe-popup-close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;color:#0b254c;background:#ffffffe0;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 14px #0b254c24;transition:background-color .18s ease,color .18s ease,transform .18s ease;-webkit-tap-highlight-color:transparent}.chloe-popup-close:hover{background:#0b254c;color:#fff;transform:rotate(90deg)}.chloe-popup-close:focus-visible{outline:3px solid rgba(240,97,169,.55);outline-offset:2px}@media (max-width: 900px){.chloe-popup{max-width:520px;flex-direction:column}.chloe-popup-media{flex:0 0 auto;align-items:center;padding:24px 18px 12px}.chloe-popup-media img,.chloe-popup-media video{max-width:168px}.chloe-popup-content{padding:28px 32px 32px}}@media (max-width: 600px){.chloe-popup-overlay{padding:0;align-items:flex-end}.chloe-popup{max-width:none;max-height:92vh;border-radius:24px 24px 0 0;transform:translateY(100%)}.chloe-popup-media{padding:22px 18px 8px}.chloe-popup-media img,.chloe-popup-media video{max-width:132px}.chloe-popup-content{padding:22px 22px calc(26px + env(safe-area-inset-bottom))}.chloe-popup-headline{font-size:22px}.chloe-popup-copy{font-size:15px;margin-bottom:18px}.chloe-popup-input{font-size:16px}}@media (prefers-reduced-motion: reduce){.chloe-popup-overlay,.chloe-popup{transition-duration:.001ms}.chloe-popup,.chloe-popup-close:hover{transform:none}}
