.dc-modal-backdrop{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(11,20,38,.55);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;animation:dcBackdropFadeIn .25s ease-out forwards}@keyframes dcBackdropFadeIn{0%{opacity:0}to{opacity:1}}.dc-popup-card{--lu-navy:#1e3a5c;--lu-navy-deep:#14293f;--lu-navy-soft:#2e5580;--lu-teal:#3e9b8c;--lu-orange:#e8833e;--lu-ink:#232b3d;--lu-muted:#6b7280;--lu-bg-card:#fff;position:relative;width:100%;max-width:480px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--lu-bg-card);border-radius:14px;overflow-x:hidden;box-shadow:0 24px 60px rgba(11,20,38,.35);animation:dc-rise .28s ease-out;font-family:Montserrat,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes dc-rise{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dc-popup-header{background:var(--lu-navy);background-image:linear-gradient(135deg,var(--lu-navy-deep) 0,var(--lu-navy) 60%,var(--lu-navy-soft) 100%);padding:28px 28px 24px;position:relative}.dc-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--lu-teal);margin:0 0 10px}.dc-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lu-teal);box-shadow:0 0 0 3px rgba(62,155,140,.25)}.dc-popup-header h2{margin:0;color:#f7f5ef;font-size:23px;line-height:1.28;font-weight:700;letter-spacing:-.01em}.dc-underline{position:relative;white-space:nowrap}.dc-underline:after{content:"";position:absolute;left:1px;right:1px;bottom:-4px;height:2px;border-radius:2px;background:var(--lu-orange)}.dc-logo{display:block;height:26px;width:auto;margin:0 0 16px}.dc-close{position:absolute;top:18px;right:18px;width:30px;height:30px;border-radius:50%;border:none;background:hsla(0,0%,100%,.08);color:#f7f5ef;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.dc-close:hover{background:hsla(0,0%,100%,.18)}.dc-close:focus-visible{outline:2px solid #b9c4da;outline-offset:2px}.dc-popup-body{padding:24px 28px 8px}.dc-lede{font-size:14.5px;line-height:1.55;color:#3b4252;margin:0 0 20px}.dc-lede strong{color:var(--lu-navy);font-weight:600}.dc-highlights{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}.dc-highlights li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--lu-ink)}.dc-highlights li svg{flex:none;margin-top:2px}.dc-highlights li b{font-weight:700;color:var(--lu-navy)}.dc-popup-footer{padding:4px 28px 26px;display:flex;flex-direction:column;gap:10px}.dc-cta{width:100%;border:none;border-radius:9px;padding:13px 18px;font-size:15px;font-weight:700;color:#fff;background:var(--lu-teal);cursor:pointer;transition:background .15s ease,transform .05s ease}.dc-cta:hover{background:#359081}.dc-cta:active{transform:scale(.99)}.dc-cta:disabled{opacity:.7;cursor:not-allowed}.dc-cta:focus-visible{outline:2px solid var(--lu-navy);outline-offset:2px}.dc-dismiss{width:100%;border:none;background:transparent;color:var(--lu-muted);font-size:13px;font-weight:500;cursor:pointer;padding:4px}.dc-dismiss:hover{color:#3b4252;text-decoration:underline}.dc-confirm-body{padding:32px 28px 8px;text-align:center}.dc-confirm-icon{width:56px;height:56px;border-radius:50%;background:rgba(62,155,140,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.dc-confirm-body h3{margin:0 0 10px;font-size:18px;font-weight:700;color:var(--lu-navy)}.dc-confirm-body p{margin:0;font-size:14px;line-height:1.55;color:var(--lu-muted)}.dc-confirm-footer{padding:22px 28px 26px}@media (max-width:576px){.dc-modal-backdrop{padding:16px;align-items:flex-end}.dc-popup-card{max-width:100%;max-height:calc(100vh - 32px);border-radius:16px 16px 0 0;animation:dc-rise-mobile .28s ease-out}}@keyframes dc-rise-mobile{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:420px){.dc-popup-header{padding:24px 20px 20px}.dc-popup-body{padding:20px 20px 6px}.dc-popup-footer{padding:4px 20px 22px}.dc-popup-header h2{font-size:20px}.dc-highlights li{font-size:13px}.dc-confirm-body{padding:26px 20px 8px}.dc-confirm-footer{padding:18px 20px 22px}}@media (max-width:340px){.dc-popup-header h2{font-size:18px}.dc-lede{font-size:13.5px}}@media (max-height:750px){.dc-modal-backdrop{padding:16px}.dc-popup-card{max-height:calc(100vh - 32px)}.dc-popup-header{padding:18px 28px 14px}.dc-eyebrow{margin-bottom:6px}.dc-logo{margin-bottom:10px}.dc-popup-header h2{font-size:19px}.dc-popup-body{padding:14px 28px 2px}.dc-lede{font-size:13.5px;line-height:1.45;margin-bottom:12px}.dc-highlights{gap:7px;margin-bottom:12px}.dc-highlights li{font-size:13px;line-height:1.35}.dc-popup-footer{padding:2px 28px 16px;gap:8px}.dc-cta{padding:11px 18px;font-size:14px}.dc-dismiss{font-size:12px;padding:2px}.dc-confirm-body{padding:20px 28px 4px}.dc-confirm-icon{width:46px;height:46px;margin-bottom:12px}.dc-confirm-footer{padding:14px 28px 18px}}@media (max-height:600px){.dc-popup-header{padding:14px 28px 10px}.dc-logo{height:20px;margin-bottom:6px}.dc-popup-header h2{font-size:17px}.dc-popup-body{padding:10px 28px 2px}.dc-highlights,.dc-lede{margin-bottom:8px}.dc-highlights{gap:5px}.dc-highlights li{font-size:12.5px}}