.site-popup{box-sizing:border-box;width:min(640px,calc(100% - 32px));max-height:90vh;max-height:90svh;padding:0;border:0;border-radius:8px;background:#f4f0e9;color:#192e3c;box-shadow:0 24px 90px #0007;overflow:auto;overscroll-behavior:contain;font-family:Arial,sans-serif;margin:auto}
.site-popup::backdrop{background:rgba(8,20,29,.72)}
.site-popup .site-popup-image{display:block;width:100%;height:auto;max-height:none;object-fit:contain;margin:0}
.site-popup .site-popup-close{position:absolute;right:12px;top:12px;width:44px;height:44px;padding:0;border:1px solid #fff8;border-radius:50%;background:#142a39;color:#fff;font:32px/1 Arial;cursor:pointer;z-index:1}
.site-popup .site-popup-body{padding:28px 32px 30px}
.site-popup .site-popup-eyebrow{font:700 12px/1.5 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#873128;margin:0 0 12px}
.site-popup .site-popup-title{font:700 clamp(26px,4vw,34px)/1.15 Arial,sans-serif;letter-spacing:-.02em;text-transform:none;color:#192e3c;margin:0 0 18px;text-align:left}
.site-popup .site-popup-text{font:400 16px/1.6 Arial,sans-serif;color:#293e4b;white-space:pre-line;margin:0 0 24px;text-align:left}
.site-popup .site-popup-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.site-popup .site-popup-cta,.site-popup .site-popup-dismiss{display:inline-flex;justify-content:center;align-items:center;min-height:46px;box-sizing:border-box;padding:12px 18px;font:700 14px/1.4 Arial,sans-serif;letter-spacing:0;text-transform:none;border-radius:3px;cursor:pointer;text-decoration:none}
.site-popup .site-popup-cta{background:#a92e28;color:#fff;border:1px solid #a92e28}
.site-popup .site-popup-dismiss{color:#192e3c;background:transparent;border:1px solid #687680}
.site-popup :focus-visible{outline:3px solid #2685b3;outline-offset:3px}
@media(max-width:480px){.site-popup .site-popup-body{padding:24px}.site-popup .site-popup-actions>*{width:100%}}
@media(prefers-color-scheme:dark){.site-popup{background:#1b303e;color:#f4f0e9}.site-popup .site-popup-title,.site-popup .site-popup-text,.site-popup .site-popup-dismiss{color:#f4f0e9}.site-popup .site-popup-eyebrow{color:#ffa69b}}
html[data-theme="dark"] .site-popup,body.dark-mode .site-popup{background:#1b303e}
html[data-theme="dark"] .site-popup .site-popup-title,html[data-theme="dark"] .site-popup .site-popup-text,html[data-theme="dark"] .site-popup .site-popup-dismiss,body.dark-mode .site-popup .site-popup-title,body.dark-mode .site-popup .site-popup-text,body.dark-mode .site-popup .site-popup-dismiss{color:#f4f0e9}
html[data-theme="dark"] .site-popup .site-popup-eyebrow,body.dark-mode .site-popup .site-popup-eyebrow{color:#ffa69b}
