/* Owner offer popup — Nexar Web Services. */
.cth-offer-popup,.cth-offer-popup *{box-sizing:border-box}
.cth-offer-popup{position:fixed;inset:0;margin:auto;width:min(540px,calc(100% - 32px));max-width:540px;max-height:calc(100dvh - 32px);padding:0;border:1px solid #c7d9cc;border-radius:30px;background:#fffaf2;color:#123f46;overflow:auto;overscroll-behavior:contain;box-shadow:0 24px 100px #092c3a4d;font-family:"Avenir Next",Avenir,"Segoe UI",sans-serif;text-align:center;font-size:15px;line-height:1.65}
.cth-offer-popup:not([open]){display:none}
.cth-offer-popup::backdrop{background:#092f3b80;backdrop-filter:blur(5px)}
.cth-offer-popup [hidden]{display:none!important}
.cth-offer-popup .cth-offer-art{position:relative;display:block;overflow:hidden;height:148px;background:#d9e9dc;pointer-events:none}
.cth-offer-popup .cth-offer-art svg{display:block;width:100%;height:100%;border-radius:0}
.cth-offer-popup .cth-offer-content{padding:19px 38px 27px}
.cth-offer-popup .cth-offer-eyebrow{margin:0 0 11px;color:#315b52;font-size:10px;line-height:1.4;font-weight:750;letter-spacing:.16em;text-transform:uppercase}
.cth-offer-popup .cth-offer-preview-note{display:inline-block;padding:4px 12px;margin:0 0 10px;border:1px solid #b6cbbd;border-radius:30px;background:#edf4e9;color:#315b52;font-size:11px;font-weight:650;line-height:1.4}
.cth-offer-popup h2[data-offer-headline]{margin:0 0 15px;color:#123f46;font-size:35px;line-height:1.12;font-weight:750;letter-spacing:-.045em;text-wrap:balance;overflow-wrap:anywhere}
.cth-offer-popup [data-offer-description]{margin:0 auto 22px;color:#345257;font-size:14px;font-weight:500;line-height:1.65;overflow-wrap:anywhere;max-width:400px}
.cth-offer-popup .cth-offer-code-wrap{display:flex;align-items:center;gap:8px;min-width:0;margin:0 0 14px;padding:9px;border:1px dashed #6a9a8f;border-radius:22px;background:#edf4e9}
.cth-offer-popup .cth-offer-code-wrap input[data-offer-code]{min-width:0;width:100%;flex:1 1 auto;height:45px;padding:8px 6px;border:0;border-radius:12px;box-shadow:none;background:transparent;color:#123f46;font-family:inherit;font-size:22px;line-height:1.3;font-weight:750;text-align:center;letter-spacing:.035em;cursor:text}
.cth-offer-popup button{font-family:inherit;font-weight:650;font-size:13px;line-height:1.4;letter-spacing:0;cursor:pointer;box-shadow:none;text-transform:none;margin:0;min-height:44px;border:1px solid transparent;border-radius:30px;padding:11px 18px}
.cth-offer-popup button[data-offer-copy]{flex:0 0 auto;background:#fffaf2;color:#123f46;border-color:#bed2c5;padding:11px 18px;min-width:76px}
.cth-offer-popup button[data-offer-copy]:hover{background:#dbe9db;border-color:#96b5a5}
.cth-offer-popup .cth-offer-urgency{margin:0 0 18px;color:#7d3f2c;font-size:12px;font-weight:650;line-height:1.6}
.cth-offer-popup a[data-offer-cta]{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:13px 22px;border:1px solid #123f46;border-radius:30px;background:#123f46;color:#fff;text-decoration:none;font-size:14px;font-weight:650;line-height:1.4;transition:background .15s}
.cth-offer-popup a[data-offer-cta]:visited{color:#fff}
.cth-offer-popup a[data-offer-cta]:hover{background:#27636a;border-color:#27636a;color:#fff}
.cth-offer-popup button[data-offer-dismiss]{display:block;min-height:44px;margin:8px auto 0;padding:10px 18px;background:transparent;color:#345257;text-decoration:underline;text-underline-offset:4px}
.cth-offer-popup button[data-offer-dismiss]:hover{background:#e9efe4;color:#123f46}
.cth-offer-popup [data-offer-terms]{margin:0 auto 18px;color:#4e6461;font-size:11px;font-weight:500;line-height:1.65;overflow-wrap:anywhere;white-space:pre-line}
.cth-offer-popup [data-offer-status]{margin:8px 0 0;color:#24534a;font-size:12px;line-height:1.55;font-weight:600;min-height:0}
.cth-offer-popup [data-offer-status]:empty{display:none}
.cth-offer-popup button[data-offer-close]{position:absolute;z-index:2;right:14px;top:14px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-height:42px;padding:8px;background:#fffaf2f2;border:1px solid #c1d2c5;color:#123f46;font-size:26px;line-height:1;border-radius:50%}
.cth-offer-popup button[data-offer-close]:hover{background:#fff;color:#123f46;border-color:#6f9588}
.cth-offer-popup button[data-offer-close] svg{display:block;width:20px;height:20px;pointer-events:none}
.cth-offer-popup :is(button,a,input):focus-visible{outline:3px solid #35776c;outline-offset:4px}
.cth-offer-popup h2[data-offer-headline]:focus{outline:none}
@media(max-width:560px){.cth-offer-popup .cth-offer-content{padding:17px 23px 23px}.cth-offer-popup .cth-offer-art{height:119px}.cth-offer-popup h2[data-offer-headline]{font-size:30px}.cth-offer-popup [data-offer-description]{font-size:13px;margin-bottom:18px}.cth-offer-popup .cth-offer-code-wrap input[data-offer-code]{font-size:20px}.cth-offer-popup [data-offer-terms]{font-size:10px}.cth-offer-popup button[data-offer-close]{right:11px;top:11px}}
@media(max-height:650px){.cth-offer-popup .cth-offer-art{height:90px}.cth-offer-popup .cth-offer-content{padding-top:15px;padding-bottom:20px}.cth-offer-popup h2[data-offer-headline]{font-size:28px}}
@media(prefers-reduced-motion:reduce){.cth-offer-popup a[data-offer-cta]{transition:none}}
@media print{.cth-offer-popup{display:none!important}}
