body.newsletter-popup-open{overflow:hidden}
#newsletter-popup{box-sizing:border-box;position:fixed;inset:0;width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 40px);margin:auto;padding:0;border:1px solid #35473b;border-top:2px solid #7bf99a;border-radius:12px;background:#0c120f;color:#f0f3ee;box-shadow:0 30px 100px #0009;font-family:var(--sans,Inter,Arial,sans-serif);overflow:auto;z-index:2147483647}
#newsletter-popup::backdrop{background:#020504b8;backdrop-filter:blur(5px)}
#newsletter-popup .newsletter-popup-content{position:relative;padding:44px 36px 27px}
#newsletter-popup button,#newsletter-popup input{font:inherit;box-sizing:border-box}
#newsletter-popup button{cursor:pointer;transition:background .15s,color .15s}
#newsletter-popup .newsletter-popup-close{position:absolute;right:14px;top:10px;width:40px;height:40px;padding:0;border:0;background:transparent;color:#a2ada5;font-size:28px;line-height:1}
#newsletter-popup .newsletter-popup-eyebrow{margin:0 0 21px;color:#7bf99a;font:500 10px/1.5 ui-monospace,Consolas,monospace;letter-spacing:.14em}
#newsletter-popup h2{margin:0 0 18px;font-size:clamp(36px,8vw,48px);font-weight:500;line-height:1.04;letter-spacing:-.05em;color:#f0f3ee}
#newsletter-popup h2 span{color:#7bf99a}
#newsletter-popup #newsletter-popup-description{margin:0 0 28px;color:#a2ada5;font-size:16px;line-height:1.7}
#newsletter-popup label{display:block;margin:0 0 9px;color:#d3ddd6;font-size:12px}
#newsletter-popup input{display:block;width:100%;height:50px;padding:12px 14px;border:1px solid #3d4d43;border-radius:5px;background:#080d0a;color:#f0f3ee;font-size:16px;outline-offset:3px}
#newsletter-popup input::placeholder{color:#718178}
#newsletter-popup .newsletter-popup-submit{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:15px 17px;margin-top:12px;border:0;border-radius:5px;background:#7bf99a;color:#071109;font-size:14px;font-weight:600;text-align:left}
#newsletter-popup .newsletter-popup-submit:hover{background:#a0ffb6}
#newsletter-popup .newsletter-popup-submit:disabled{opacity:.6;cursor:wait}
#newsletter-popup .newsletter-popup-consent{margin:12px 0 0;color:#84958a;font-size:11px;line-height:1.6}
#newsletter-popup .newsletter-popup-later{display:block;margin:22px auto 0;padding:8px 14px;border:0;background:transparent;color:#a2ada5;font-size:12px}
#newsletter-popup button:focus-visible,#newsletter-popup input:focus-visible{outline:2px solid #7bf99a;outline-offset:3px}
#newsletter-popup .newsletter-popup-later:hover,#newsletter-popup .newsletter-popup-close:hover{color:#f0f3ee}
#newsletter-popup #newsletter-popup-result{margin-top:17px;padding:14px;font-size:14px;line-height:1.6;border:1px solid #3d4d43;border-radius:5px}
#newsletter-popup .newsletter-popup-success{color:#7bf99a}
#newsletter-popup .newsletter-popup-error{color:#ffb9ac}
#newsletter-popup [hidden]{display:none!important}
@media(max-width:480px){#newsletter-popup .newsletter-popup-content{padding:41px 24px 21px}}
@media(prefers-reduced-motion:reduce){#newsletter-popup button{transition:none}}
