.usqh-popup-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(31,43,61,.42);z-index:99999;padding:16px}
.usqh-popup-overlay.is-open{display:flex;animation:usqhFadeIn .24s ease}
.usqh-popup{width:min(var(--usqh-popup-width,500px),92vw);background:var(--usqh-popup-bg,#fff);color:var(--usqh-popup-text,#202733);border:1px solid #e5e9ef;border-radius:22px;padding:22px;box-shadow:0 22px 60px rgba(31,43,61,.18);position:relative;transform:scale(.97);opacity:0;animation:usqhScaleIn .24s ease forwards}
.usqh-popup__close{position:absolute;right:12px;top:10px;width:28px;height:28px;border:0;border-radius:999px;background:transparent;color:#6b7280;font-size:18px;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease}
.usqh-popup__close:hover{background:#eef1f4;color:#1f2b3d}
.usqh-popup__brand{font-size:.85rem;font-weight:600;color:#1f2b3d;margin-bottom:8px}
.usqh-popup__badge{display:inline-block;padding:4px 10px;border-radius:999px;background:#eef1f4;color:#24364d;font-size:.75rem;font-weight:600;margin-bottom:12px}
.usqh-popup__qa-badge{display:inline-block;margin-left:8px;padding:4px 10px;border-radius:999px;background:#1f2b3d;color:#fff;font-size:.72rem;font-weight:600}
.usqh-popup__logo{display:block;max-width:96px;height:auto;margin:0 auto 12px}
.usqh-popup__title{margin:0;font-size:1.58rem;line-height:1.2;color:#1f2b3d}
.usqh-popup__subtitle{margin:10px 0 0;color:#202733;font-size:1rem;line-height:1.5}
.usqh-popup__trust-line{margin:8px 0 12px;color:#6b7280;font-size:.9rem}
.usqh-popup__value-cards{display:grid;grid-template-columns:1fr;gap:6px;margin:0 0 12px}
.usqh-popup__value-cards span{display:block;background:#f4f5f7;border:1px solid #d8dee6;border-radius:10px;padding:8px 10px;color:#445264;font-size:.8rem;text-align:center}
.usqh-popup__coupon-inline{margin:0 0 12px;font-size:.85rem;color:#445264}
.usqh-popup__coupon-inline strong{color:#1f2b3d}
.usqh-popup__content[hidden]{display:none}
.usqh-popup__form{display:flex;flex-direction:column;gap:10px}
.usqh-popup__form>*{min-width:0}
.usqh-popup__label span{display:block;margin-bottom:5px;color:#4b5563;font-size:.86rem}
.usqh-popup__form input{width:100%;max-width:100%;min-width:0;display:block;box-sizing:border-box;height:52px;padding:0 14px;border:1px solid #d8dee6;border-radius:12px;background:#fff;color:#202733;font-size:.96rem;transition:border-color .2s ease,box-shadow .2s ease}
.usqh-popup__form input:focus{outline:none;border-color:#24364d;box-shadow:0 0 0 3px rgba(36,54,77,.12)}
.usqh-popup__form button{width:100%;max-width:100%;min-width:0;display:block;box-sizing:border-box;height:52px;border:0;border-radius:12px;background:var(--usqh-popup-btn-bg,#24364d);color:var(--usqh-popup-btn-text,#fff);font-weight:700;font-size:.98rem;cursor:pointer;transition:filter .2s ease,opacity .2s ease}
.usqh-popup__form button:hover{filter:brightness(.92)}
.usqh-popup__form button:disabled{opacity:.7;cursor:not-allowed}
.usqh-popup__trust-badges{display:grid;grid-template-columns:1fr;gap:6px;margin-top:2px}
.usqh-popup__trust-badges span{display:block;background:#eef1f4;border-radius:9px;padding:7px 9px;color:#445264;font-size:.78rem;text-align:center}
.usqh-popup__consent{margin:2px 0 0;color:#6b7280;font-size:.78rem;line-height:1.42}
.usqh-response{margin:0;font-size:.89rem;min-height:20px}
.usqh-response.is-success{color:#157f6e}
.usqh-response.is-error{color:#b42318}
.usqh-popup__success{max-width:420px;margin:0 auto;padding:34px 24px 28px;text-align:center}
.usqh-popup__success h2{font-size:30px;line-height:1.2;color:#1f2b3d;margin:0 0 12px}
.usqh-popup__success p{font-size:17px;line-height:28px;color:#5b6472;margin:0}
.usqh-popup__success-note{font-size:14px;line-height:22px;color:#6b7280;margin-top:10px!important}
.usqh-popup__success-icon{width:58px;height:58px;border-radius:999px;background:#e8f6f2;color:#157f6e;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;margin:18px auto 20px}
.usqh-popup__success-close{display:inline-flex;align-items:center;justify-content:center;background:var(--usqh-popup-btn-bg,#24364d);color:var(--usqh-popup-btn-text,#fff);border:0;border-radius:12px;height:50px;padding:0 32px;font-weight:700;font-size:16px;cursor:pointer;margin-top:18px}
.usqh-popup__success-close:hover{filter:brightness(.92)}
.usqh-hp-wrap{position:absolute;left:-9999px;opacity:0;height:1px;width:1px;overflow:hidden}
.usqh-mode-dark .usqh-popup{background:#1f2b3d;border-color:#2f455f;color:#e7edf4}
.usqh-mode-dark .usqh-popup__title,.usqh-mode-dark .usqh-popup__brand{color:#f8fafc}
.usqh-mode-dark .usqh-popup__subtitle,.usqh-mode-dark .usqh-popup__consent,.usqh-mode-dark .usqh-popup__trust-line{color:#c8d2de}
.usqh-mode-dark .usqh-popup__value-cards span{background:#24364d;border-color:#3a536e;color:#d8e0ea}
.usqh-mode-dark .usqh-popup__coupon-inline{color:#d8e0ea}
.usqh-mode-dark .usqh-popup__coupon-inline strong{color:#fff}
.usqh-mode-dark .usqh-popup__form input{background:#16212f;border-color:#3d5168;color:#f8fafc}
.usqh-mode-dark .usqh-popup__trust-badges span{background:#2a3c50;color:#dce6f3}
.usqh-mode-dark .usqh-popup__success h2{color:#e7edf4}
.usqh-mode-dark .usqh-popup__success p{color:#c8d2de}
.usqh-mode-dark .usqh-popup__success-note{color:#b7c4d2}
@media (max-width:767px){.usqh-popup-overlay{padding:12px}.usqh-popup{width:92vw;padding:22px;border-radius:18px}.usqh-popup__title{font-size:1.33rem}.usqh-popup__subtitle{font-size:.93rem}.usqh-popup__trust-line{font-size:.82rem}.usqh-popup__form button,.usqh-popup__form input{height:52px}}
@media (min-width:768px){.usqh-popup{padding:24px}.usqh-popup__value-cards{grid-template-columns:repeat(3,1fr)}.usqh-popup__trust-badges{grid-template-columns:repeat(3,1fr)}}
@keyframes usqhFadeIn{from{opacity:0}to{opacity:1}}
@keyframes usqhScaleIn{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
