@keyframes borderRotate{0%{--border-angle: 0deg}to{--border-angle: 360deg}}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes particleDrift{0%{transform:translateY(0) translate(0) scale(0);opacity:0}10%{opacity:1;transform:scale(1)}90%{opacity:.6}to{transform:translateY(-100vh) translate(var(--drift-x, 20px)) scale(.3);opacity:0}}@keyframes cardSpring{0%{transform:translateY(60px) scale(.8) rotateX(8deg);opacity:0;filter:blur(8px)}50%{transform:translateY(-8px) scale(1.02) rotateX(-1deg);opacity:1;filter:blur(0)}70%{transform:translateY(3px) scale(.995) rotateX(.5deg)}to{transform:translateY(0) scale(1) rotateX(0);opacity:1;filter:blur(0)}}@keyframes slideUpFade{0%{transform:translateY(20px);opacity:0;filter:blur(4px)}to{transform:translateY(0);opacity:1;filter:blur(0)}}@keyframes iconFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.05)}}@keyframes shimmerSweep{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(200%) skew(-15deg)}}@keyframes glowPulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes confettiFall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}to{transform:translateY(400px) rotate(var(--confetti-rot, 720deg)) scale(0);opacity:0}}@keyframes confettiBurst{0%{transform:translate(0) scale(0)}30%{transform:translate(var(--burst-x),var(--burst-y)) scale(1.2);opacity:1}to{transform:translate(calc(var(--burst-x) * 1.5),calc(var(--burst-y) + 200px)) scale(0);opacity:0}}@keyframes checkDraw{0%{stroke-dashoffset:50}to{stroke-dashoffset:0}}@keyframes checkCircle{0%{stroke-dashoffset:166}to{stroke-dashoffset:0}}@keyframes successScale{0%{transform:scale(0) rotate(-45deg)}50%{transform:scale(1.15) rotate(5deg)}to{transform:scale(1) rotate(0)}}.newsletter-popup[data-astro-cid-sz7xmlte]{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .5s ease;padding:1rem;perspective:800px}.newsletter-popup[data-astro-cid-sz7xmlte].active{opacity:1;pointer-events:all}.newsletter-popup__backdrop[data-astro-cid-sz7xmlte]{position:absolute;inset:0;background:#000000b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.newsletter-popup__particle[data-astro-cid-sz7xmlte]{position:absolute;width:4px;height:4px;border-radius:50%;background:radial-gradient(circle,#d4a039,#d4a03900 70%);opacity:0;pointer-events:none}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__particle[data-astro-cid-sz7xmlte]{animation:particleDrift var(--dur, 6s) var(--delay, 0s) ease-out infinite}.newsletter-popup__particle--1[data-astro-cid-sz7xmlte]{left:10%;bottom:-10px;--drift-x: 30px;--dur: 7s;--delay: 0s;width:6px;height:6px}.newsletter-popup__particle--2[data-astro-cid-sz7xmlte]{left:25%;bottom:-10px;--drift-x: -20px;--dur: 5s;--delay: 1s;width:3px;height:3px}.newsletter-popup__particle--3[data-astro-cid-sz7xmlte]{left:45%;bottom:-10px;--drift-x: 15px;--dur: 8s;--delay: .5s;width:5px;height:5px}.newsletter-popup__particle--4[data-astro-cid-sz7xmlte]{left:65%;bottom:-10px;--drift-x: -35px;--dur: 6s;--delay: 2s;width:4px;height:4px}.newsletter-popup__particle--5[data-astro-cid-sz7xmlte]{left:80%;bottom:-10px;--drift-x: 25px;--dur: 7s;--delay: 1.5s;width:6px;height:6px}.newsletter-popup__particle--6[data-astro-cid-sz7xmlte]{left:35%;bottom:-10px;--drift-x: -10px;--dur: 9s;--delay: 3s;width:3px;height:3px}.newsletter-popup__particle--7[data-astro-cid-sz7xmlte]{left:55%;bottom:-10px;--drift-x: 40px;--dur: 5.5s;--delay: .8s;width:5px;height:5px}.newsletter-popup__particle--8[data-astro-cid-sz7xmlte]{left:90%;bottom:-10px;--drift-x: -15px;--dur: 6.5s;--delay: 2.5s;width:4px;height:4px}.newsletter-popup__glow-wrap[data-astro-cid-sz7xmlte]{position:relative;max-width:420px;width:100%;border-radius:22px;z-index:1}.newsletter-popup__glow-border[data-astro-cid-sz7xmlte]{position:absolute;inset:-2px;border-radius:22px;background:conic-gradient(from var(--border-angle, 0deg),#d4a039,#1a2332,#d4a039,#b8860b,#1a2332,#d4a039);animation:borderRotate 4s linear infinite;opacity:0;transition:opacity .8s ease .3s;z-index:-1}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__glow-border[data-astro-cid-sz7xmlte]{opacity:1}.newsletter-popup__card[data-astro-cid-sz7xmlte]{position:relative;background:linear-gradient(145deg,#1a2332,#0f161e);border-radius:20px;max-width:420px;width:100%;padding:2.5rem;box-shadow:0 24px 80px #00000080,inset 0 1px #ffffff0f;overflow:hidden;opacity:0}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__card[data-astro-cid-sz7xmlte]{animation:cardSpring .7s cubic-bezier(.34,1.56,.64,1) .1s forwards}.newsletter-popup__card[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 20%,rgba(212,160,57,.08) 0%,transparent 50%);animation:glowPulse 4s ease-in-out infinite;pointer-events:none}.newsletter-popup__close[data-astro-cid-sz7xmlte]{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff6;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:2}.newsletter-popup__close[data-astro-cid-sz7xmlte]:hover{color:#fff;background:#ffffff1a;transform:rotate(90deg)}.newsletter-popup__icon[data-astro-cid-sz7xmlte]{color:#d4a039;margin-bottom:.75rem;opacity:0;animation:iconFloat 3s ease-in-out infinite}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__icon[data-astro-cid-sz7xmlte]{animation:slideUpFade .5s ease .3s forwards,iconFloat 3s ease-in-out 1s infinite}.newsletter-popup__label[data-astro-cid-sz7xmlte],.newsletter-popup__title[data-astro-cid-sz7xmlte],.newsletter-popup__desc[data-astro-cid-sz7xmlte],.newsletter-popup__form[data-astro-cid-sz7xmlte] .newsletter-popup__input[data-astro-cid-sz7xmlte],.newsletter-popup__btn[data-astro-cid-sz7xmlte],.newsletter-popup__trust[data-astro-cid-sz7xmlte]{opacity:0}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__label[data-astro-cid-sz7xmlte]{animation:slideUpFade .5s ease .35s forwards}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__title[data-astro-cid-sz7xmlte]{animation:slideUpFade .5s ease .4s forwards}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__desc[data-astro-cid-sz7xmlte]{animation:slideUpFade .5s ease .45s forwards}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__form[data-astro-cid-sz7xmlte] .newsletter-popup__input[data-astro-cid-sz7xmlte]:nth-of-type(1){animation:slideUpFade .4s ease .55s forwards}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__form[data-astro-cid-sz7xmlte] .newsletter-popup__input[data-astro-cid-sz7xmlte]:nth-of-type(2){animation:slideUpFade .4s ease .65s forwards}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__btn[data-astro-cid-sz7xmlte]{animation:slideUpFade .4s ease .75s forwards}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__trust[data-astro-cid-sz7xmlte]{animation:slideUpFade .4s ease .85s forwards}.newsletter-popup__label[data-astro-cid-sz7xmlte]{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#d4a039;margin-bottom:.5rem}.newsletter-popup__title[data-astro-cid-sz7xmlte]{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.newsletter-popup__desc[data-astro-cid-sz7xmlte]{font-size:.88rem;color:#ffffff80;line-height:1.6;margin-bottom:1.25rem}.newsletter-popup__form[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.6rem}.newsletter-popup__input[data-astro-cid-sz7xmlte]{width:100%;padding:.8rem 1rem;font-family:var(--font-body);font-size:.88rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;outline:none;transition:all .3s ease}.newsletter-popup__input[data-astro-cid-sz7xmlte]::placeholder{color:#ffffff40}.newsletter-popup__input[data-astro-cid-sz7xmlte]:focus{border-color:#d4a039;box-shadow:0 0 0 3px #d4a0391f,0 0 20px #d4a03914;background:#ffffff14;transform:scale(1.01)}.newsletter-popup__btn[data-astro-cid-sz7xmlte]{position:relative;width:100%;margin-top:.25rem;padding:.85rem;font-size:.9rem;overflow:hidden;transition:all .3s ease}.newsletter-popup__btn[data-astro-cid-sz7xmlte]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #d4a0394d}.newsletter-popup__btn[data-astro-cid-sz7xmlte]:active:not(:disabled){transform:translateY(0) scale(.98)}.newsletter-popup__btn-text[data-astro-cid-sz7xmlte]{position:relative;z-index:1}.newsletter-popup__btn-shimmer[data-astro-cid-sz7xmlte]{position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmerSweep 3s ease-in-out infinite;pointer-events:none}.newsletter-popup__trust[data-astro-cid-sz7xmlte]{font-size:.72rem;color:#ffffff4d;text-align:center;margin-top:.75rem;transition:color .3s ease}.newsletter-popup__success[data-astro-cid-sz7xmlte]{text-align:center;display:none;padding:1rem 0}.newsletter-popup__success[data-astro-cid-sz7xmlte] .success-check[data-astro-cid-sz7xmlte]{width:64px;height:64px;margin:0 auto 1rem;animation:successScale .6s cubic-bezier(.34,1.56,.64,1) forwards}.newsletter-popup__success[data-astro-cid-sz7xmlte] .success-check[data-astro-cid-sz7xmlte] .check-circle[data-astro-cid-sz7xmlte]{stroke:#d4a039;stroke-width:2;fill:none;stroke-dasharray:166;stroke-dashoffset:166;animation:checkCircle .6s ease .2s forwards}.newsletter-popup__success[data-astro-cid-sz7xmlte] .success-check[data-astro-cid-sz7xmlte] .check-mark[data-astro-cid-sz7xmlte]{stroke:#d4a039;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:checkDraw .4s ease .6s forwards}.newsletter-popup__success[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-size:1.4rem;color:#fff;margin-bottom:.5rem}.newsletter-popup__success[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.95rem;color:#fffc}.newsletter-popup__confetti[data-astro-cid-sz7xmlte]{position:fixed;inset:0;pointer-events:none;z-index:10001;overflow:hidden}.newsletter-popup__confetti[data-astro-cid-sz7xmlte] .confetti-piece[data-astro-cid-sz7xmlte]{position:absolute;width:8px;height:8px;top:50%;left:50%;animation:confettiBurst 1.2s cubic-bezier(.25,.46,.45,.94) forwards}@media(max-width:768px){.newsletter-popup[data-astro-cid-sz7xmlte]{align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.75rem}.newsletter-popup__glow-wrap[data-astro-cid-sz7xmlte]{margin:2rem auto}.newsletter-popup__card[data-astro-cid-sz7xmlte]{padding:1.5rem;overflow:visible;max-height:none}.newsletter-popup__icon[data-astro-cid-sz7xmlte]{display:none}.newsletter-popup__title[data-astro-cid-sz7xmlte]{font-size:1.25rem}.newsletter-popup__desc[data-astro-cid-sz7xmlte]{font-size:.8rem;margin-bottom:1rem}.newsletter-popup__particle[data-astro-cid-sz7xmlte],.newsletter-popup__glow-border[data-astro-cid-sz7xmlte]{display:none}}@media(prefers-reduced-motion:reduce){.newsletter-popup__particle[data-astro-cid-sz7xmlte],.newsletter-popup__glow-border[data-astro-cid-sz7xmlte],.newsletter-popup__btn-shimmer[data-astro-cid-sz7xmlte]{display:none}.newsletter-popup__card[data-astro-cid-sz7xmlte],.newsletter-popup__icon[data-astro-cid-sz7xmlte],.newsletter-popup__label[data-astro-cid-sz7xmlte],.newsletter-popup__title[data-astro-cid-sz7xmlte],.newsletter-popup__desc[data-astro-cid-sz7xmlte],.newsletter-popup__form[data-astro-cid-sz7xmlte] .newsletter-popup__input[data-astro-cid-sz7xmlte],.newsletter-popup__btn[data-astro-cid-sz7xmlte],.newsletter-popup__trust[data-astro-cid-sz7xmlte]{animation:none!important;opacity:1!important}.newsletter-popup[data-astro-cid-sz7xmlte].active .newsletter-popup__card[data-astro-cid-sz7xmlte]{animation:none!important;opacity:1!important;transform:none!important}}
