.ahmsc-popup{position:fixed;inset:0;z-index:99990;display:none;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.ahmsc-popup[hidden]{display:none}.ahmsc-popup.is-open{display:flex}.ahmsc-popup__overlay{position:absolute;inset:0;background:rgba(16,20,26,.42)}.ahmsc-popup__dialog{position:relative;box-sizing:border-box;width:100%;max-width:480px;max-height:calc(100vh - 32px);overflow-y:auto;padding:28px 26px 24px;background:#fff;color:#16181d;border-radius:14px;box-shadow:0 8px 28px rgba(16,20,26,.16);text-align:center;animation:ahmsc-pop .18s ease-out both}.ahmsc-popup__dialog:focus{outline:none}@keyframes ahmsc-pop{from{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.ahmsc-popup__close{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:0;border-radius:50%;background:0 0;color:#6b7280;cursor:pointer;line-height:0}.ahmsc-popup__close:hover,.ahmsc-popup__close:focus-visible{background:#f1f3f5;color:#16181d}.ahmsc-popup__title{margin:0 0 10px;padding:0;font-size:1.35rem;line-height:1.25;font-weight:700}.ahmsc-popup__text{margin:0 0 20px;padding:0;font-size:.95rem;line-height:1.55;color:#4b5563}.ahmsc-popup__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;width:100%;padding:13px 18px;border-radius:10px;background:#229ed9;color:#fff;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .15s ease}.ahmsc-popup__cta:hover,.ahmsc-popup__cta:focus-visible{background:#1b87ba;color:#fff;text-decoration:none}.ahmsc-popup__social{margin-top:22px;padding-top:18px;border-top:1px solid #ebedf0}.ahmsc-popup__social-title{margin:0 0 12px;padding:0;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#6b7280}.ahmsc-popup__social-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}.ahmsc-popup__social-item{margin:0;padding:0;list-style:none}.ahmsc-popup__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f4f5f7;color:#33373d;text-decoration:none;transition:background-color .15s ease,color .15s ease}.ahmsc-popup__social-link:hover,.ahmsc-popup__social-link:focus-visible{background:#16181d;color:#fff}.ahmsc-icon{display:block;width:20px;height:20px;flex:none}.ahmsc-icon--close{width:16px;height:16px}.ahmsc-cta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;box-sizing:border-box;margin:32px 0;padding:18px 20px;border:1px solid #e6e8eb;border-radius:12px;background:#fafbfc}.ahmsc-cta__badge{display:inline-flex;align-items:center;justify-content:center;flex:none;width:42px;height:42px;border-radius:50%;background:#229ed9;color:#fff}.ahmsc-cta__body{flex:1 1 220px;min-width:0}.ahmsc-cta__title{margin:0 0 3px;padding:0;font-size:1rem;font-weight:700;line-height:1.3;color:#16181d}.ahmsc-cta__text{margin:0;padding:0;font-size:.88rem;line-height:1.5;color:#5b6270}.ahmsc-cta__button{flex:none;display:inline-block;padding:11px 18px;border-radius:8px;background:#229ed9;color:#fff;font-size:.88rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .15s ease}.ahmsc-cta__button:hover,.ahmsc-cta__button:focus-visible{background:#1b87ba;color:#fff;text-decoration:none}@media(max-width:480px){.ahmsc-cta{flex-direction:column;align-items:flex-start;text-align:left}.ahmsc-cta__button{width:100%;text-align:center}}@media(prefers-reduced-motion:reduce){.ahmsc-popup__dialog{animation:none}.ahmsc-popup__cta,.ahmsc-popup__social-link,.ahmsc-cta__button{transition:none}}