.pr-takeover-modal{align-items:center;display:none;inset:0;justify-content:center;padding:16px;position:fixed;z-index:99999}.pr-takeover-modal.is-open{display:flex}.pr-takeover-modal__backdrop{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:rgba(10,15,30,.72);inset:0;position:absolute}.pr-takeover-modal__container{animation:prModalIn .3s cubic-bezier(.34,1.3,.64,1) both;background:#fff;border-radius:14px;box-shadow:0 32px 80px rgba(0,0,0,.35);max-height:90vh;max-width:800px;overflow-y:auto;padding:40px 40px 36px;position:relative;width:100%;z-index:1}@keyframes prModalIn{0%{opacity:0;transform:scale(.93) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.pr-takeover-modal__close{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:absolute;right:14px;top:14px;transition:background .15s,color .15s;width:32px}.pr-takeover-modal__close:hover{background:#e5e7eb;color:#111827}.pr-takeover-modal__content{text-align:center}.pr-takeover-modal__title{color:#0a1f44;font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 10px}.pr-takeover-modal__subtitle{color:#6b7280;font-size:.975rem;line-height:1.5;margin:0 0 22px}.pr-takeover-modal__video-wrap{background:#0a1f44;border-radius:8px;margin-bottom:8px;overflow:hidden;position:relative}.pr-takeover-modal__content .cta-group{justify-content:center}@media (max-width:600px){.pr-takeover-modal__container{padding:30px 20px 26px}.pr-takeover-modal__title{font-size:1.5rem}.pr-takeover-modal__subtitle{font-size:.9rem}}