.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999}.modal{background-color:white;padding:20px;border-radius:8px;width:600px;max-width:80%;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:center;animation:modalFadeIn .3s ease-out}.modal-header{display:flex;justify-content:flex-end;align-items:center}.close-btn{background:none;border:none;font-size:20px;color:#333;cursor:pointer;font-weight:700;transition:color .3s}.form-group-phone{display:flex;align-items:center}.country-code{margin-right:10px}input[name=phone]{width:100%}.close-btn:hover{color:red}.modal-footer{margin-top:20px}.modal-footer button{background-color:#007bff;color:white;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background-color .3s}.modal-footer button:hover{background-color:#0056b3}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.form-group{margin-bottom:15px;text-align:left}.form-group label{display:block;font-size:14px;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px;font-size:16px;border:1px solid #ddd;border-radius:5px;box-sizing:border-box}.form-group textarea{height:120px;resize:vertical}.phone-group{display:flex;flex-direction:column}.phone-input{display:flex;align-items:center;gap:10px}.country-code{width:80px;padding:10px}.phone-input input{flex-grow:1;padding:10px;font-size:16px}.schedule-btn{background-color:#007bff!important;color:white;padding:15px;border-radius:5px;border:none;width:100%;cursor:pointer;transition:background-color .3s}.schedule-btn:hover{background-color:#0056b3}.toast{display:none;background-color:#28a745;color:white;padding:10px 20px;border-radius:5px;position:fixed;top:40px;left:50%;transform:translateX(-50%);font-size:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:9999;opacity:0;transition:opacity .5s ease-in-out}.toast.show{display:block;opacity:1}.toast.hide{opacity:0}:root{--promo-blue:#0052ff;--promo-blue-dark:#003dff;--promo-blue-soft:#f0f7ff;--promo-blue-border:#d1e4ff;--promo-text:#08162f;--promo-muted:#4a5568}.promo-overlay{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(10,24,56,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:promoOverlayIn .35s ease-out}html.dark .promo-overlay{background:rgba(0,0,0,.72)}.promo-modal{position:relative;width:min(920px,100%);max-height:calc(100vh - 2.5rem);overflow:hidden;border-radius:1.35rem;background:#ffffff;box-shadow:0 28px 70px rgba(0,50,140,.22);animation:promoModalIn .45s cubic-bezier(.22,1,.36,1)}html.dark .promo-modal{background:#1c2136!important;box-shadow:0 28px 70px rgba(0,0,0,.55)}.promo-modal__close{position:absolute;top:.9rem;right:.95rem;z-index:5;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border:1.5px solid #d7e3f7;border-radius:9999px;background-color:#ffffff!important;background-image:none!important;color:#6b7280!important;font-size:1.35rem;line-height:1;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.promo-modal__close:hover{border-color:var(--promo-blue);color:var(--promo-blue)!important;background-color:var(--promo-blue-soft)!important}html.dark .promo-modal__close{border-color:rgba(255,255,255,.15);background-color:rgba(255,255,255,.06)!important;color:#c0c2cc!important}.promo-modal__body{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;padding:0;overflow:auto;max-height:calc(100vh - 7.5rem)}.promo-modal__left,.promo-modal__right{min-width:0;padding:2rem 1.75rem 1.35rem}.promo-modal__left{background:#ffffff}.promo-modal__right{position:relative;background:radial-gradient(circle at 78% 18%,rgba(0,82,255,.1) 0,rgba(0,82,255,0) 42%),linear-gradient(165deg,#f5f8ff,#eef4ff 48%,#f8faff);border-left:1px solid #e4ecf8;overflow:hidden}.promo-modal__right:before{content:"";position:absolute;top:-40px;right:-30px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(77,138,255,.14) 0,transparent 70%);pointer-events:none;z-index:0}.promo-modal__right>*{position:relative;z-index:1}html.dark .promo-modal__left{background:transparent}html.dark .promo-modal__right{background:radial-gradient(circle at 78% 18%,rgba(0,82,255,.16) 0,rgba(0,82,255,0) 42%),linear-gradient(165deg,#22283f,#1c2136);border-left-color:rgba(255,255,255,.08)}.promo-badge{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin-bottom:1rem;padding:.42rem .9rem;border-radius:9999px;border:1px solid var(--promo-blue-border);background:var(--promo-blue-soft);color:var(--promo-blue)!important;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1}.promo-badge svg{display:block;flex-shrink:0;color:var(--promo-blue)}html.dark .promo-badge{background:rgba(0,82,255,.18)!important;border-color:rgba(109,160,255,.35);color:#8db4ff!important}.promo-title{margin:0;background:linear-gradient(90deg,#0066ff,#0052ff 55%,#003dff);-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,6vw,3.85rem);font-weight:800;line-height:.95;letter-spacing:-.035em}.promo-title,html.dark .promo-title{color:transparent!important;-webkit-text-fill-color:transparent}html.dark .promo-title{background:linear-gradient(90deg,#6ea0ff,#4d8aff 55%,#3d7fff);-webkit-background-clip:text;background-clip:text}.promo-headline{margin:.7rem 0 .75rem;color:var(--promo-text)!important;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:700;line-height:1.28}html.dark .promo-headline{color:#ffffff!important}.promo-accent-bar{width:118px;height:4px;margin:0 0 .95rem;overflow:hidden;border-radius:9999px;background:#d1e4ff}.promo-accent-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0066ff,#0052ff00);transition:width .4s ease}html.dark .promo-accent-bar{background:rgba(109,160,255,.25)}.promo-subtitle{margin:0 0 1.2rem;color:var(--promo-muted)!important;font-size:.98rem;font-weight:400;line-height:1.55}.promo-subtitle strong{color:var(--promo-blue)!important;font-weight:700}html.dark .promo-subtitle{color:#c0c2cc!important}html.dark .promo-subtitle strong{color:#8db4ff!important}.promo-coupon{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;margin-bottom:1rem;padding:1.25rem 1rem 1.05rem;border:2px dashed var(--promo-blue-border);border-radius:1rem;background:#f7faff}html.dark .promo-coupon{border-color:rgba(109,160,255,.45)!important;background:rgba(255,255,255,.04)!important}.promo-coupon__scissors{position:absolute;top:-11px;left:16px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:9999px;background:#ffffff;color:var(--promo-blue);line-height:0}.promo-coupon__scissors svg{display:block}html.dark .promo-coupon__scissors{background:#252a42;color:#8db4ff}.promo-coupon__label{color:#8b93a7!important;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}html.dark .promo-coupon__label{color:#a8aab8!important}.promo-coupon__code{color:var(--promo-blue)!important;font-size:2.85rem;font-weight:800;letter-spacing:.12em;line-height:1.1}.promo-copy-btn,html.dark .promo-coupon__code{color:#ffffff!important}.promo-copy-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.45rem;border:none;border-radius:.65rem;background-color:var(--promo-blue)!important;background-image:none!important;padding:.865rem 1.2rem;font-size:1.2rem;line-height:1;cursor:pointer;transition:background-color .2s ease,transform .2s ease;width:100%}.promo-copy-btn svg{display:block;flex-shrink:0}.promo-copy-btn:hover{background-color:var(--promo-blue-dark)!important;transform:translateY(-1px)}.promo-urgency{display:flex;align-items:center;gap:.7rem;padding:.8rem .9rem;border-radius:.8rem;background:#fff9e6;border:1px solid #ffe4a8}html.dark .promo-urgency{background:rgba(255,196,77,.12)!important;border-color:rgba(255,196,77,.28)!important}.promo-urgency__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:#ffe8b0;color:#f59e0b;line-height:0}.promo-urgency__icon svg{display:block}.promo-urgency p{margin:0;color:#8a6418!important;font-size:.84rem;line-height:1.45;text-align:left}.promo-urgency strong{color:#6b4a0b!important}html.dark .promo-urgency p{color:#ffd59a!important}html.dark .promo-urgency strong{color:#ffe0b2!important}.promo-modal__right{display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.promo-gift{position:relative;width:255px;height:210px;margin:.15rem auto .55rem}.promo-gift__glow{position:absolute;top:18px;left:50%;width:160px;height:160px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(77,138,255,.28) 0,rgba(0,82,255,.08) 45%,transparent 72%);filter:blur(2px);z-index:0}.promo-gift__dots{position:absolute;top:12px;right:8px;width:54px;height:70px;opacity:.45;background-image:radial-gradient(#9db8ff 1.1px,transparent 1.2px);background-size:9px 9px;z-index:0}.promo-gift__box{position:absolute;top:10px;left:50%;width:128px;height:150px;transform:translateX(-50%);z-index:1}.promo-gift__lid{position:absolute;top:34px;left:-8px;width:calc(100% + 16px);height:28px;border-radius:12px 12px 6px 6px;background:linear-gradient(180deg,#5b9bff,#2f74ff 42%,#0052ff);box-shadow:0 8px 14px rgba(0,82,255,.28),inset 0 1px 0 rgba(255,255,255,.35);z-index:2;overflow:hidden}.promo-gift__body{position:absolute;top:56px;left:2px;width:calc(100% - 4px);height:88px;border-radius:14px;background:linear-gradient(155deg,#4d8aff,#0052ff 48%,#0039b8);box-shadow:0 18px 28px rgba(0,50,160,.3),inset 0 1px 0 rgba(255,255,255,.18);overflow:hidden}.promo-gift__shine{position:absolute;top:0;left:0;width:42%;height:100%;background:linear-gradient(100deg,rgba(255,255,255,.22),transparent 70%);pointer-events:none}.promo-gift__ribbon-h,.promo-gift__ribbon-v{position:absolute;background:linear-gradient(180deg,#ffffff,#f2f6ff);box-shadow:0 1px 2px rgba(0,40,120,.12)}.promo-gift__lid .promo-gift__ribbon-v{background:linear-gradient(180deg,#ffffff,#eef3ff)}.promo-gift__body .promo-gift__ribbon-v,.promo-gift__lid .promo-gift__ribbon-v{top:0;left:50%;width:18px;height:100%;transform:translateX(-50%)}.promo-gift__ribbon-h{top:36%;left:0;width:100%;height:18px}.promo-gift__bow{position:absolute;top:4px;left:50%;width:72px;height:38px;transform:translateX(-50%);z-index:4;filter:drop-shadow(0 4px 6px rgba(0,50,140,.22))}.promo-gift__bow-left,.promo-gift__bow-right{position:absolute;top:4px;width:30px;height:24px;background:radial-gradient(circle at 50% 50%,#ffffff 0,#eef3ff 70%,#dce8ff 100%);border-radius:50% 50% 45% 45%}.promo-gift__bow-left{left:2px;transform:rotate(-28deg)}.promo-gift__bow-right{right:2px;transform:rotate(28deg)}.promo-gift__bow-knot{top:10px;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffffff 0,#e8f0ff 55%,#c9dbff 100%);box-shadow:0 2px 4px rgba(0,50,140,.18);z-index:1}.promo-gift__bow-knot,.promo-gift__bow-knot:after{position:absolute;left:50%;transform:translateX(-50%)}.promo-gift__bow-knot:after{content:"";top:14px;width:10px;height:12px;background:linear-gradient(#ffffff,#e8f0ff);clip-path:polygon(0 0,100% 0,70% 100%,30% 100%)}.promo-gift__tag{position:absolute;top:56px;right:-56px;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:102px;padding:.85rem 1.1rem .8rem;border-radius:1rem;background:linear-gradient(160deg,#1a2744,#10182b);box-shadow:0 16px 28px rgba(0,0,0,.32);transform:rotate(-15deg);outline:2px dashed rgba(255,255,255,.5);outline-offset:-6px}.promo-gift__tag strong{color:#ffffff!important;font-size:1.6rem;letter-spacing:-.02em}.promo-gift__tag em,.promo-gift__tag strong{font-weight:800;line-height:1;font-style:normal}.promo-gift__tag em{margin-top:.25rem;color:#f7d774!important;font-size:1.05rem;letter-spacing:.1em;position:relative}.promo-gift__tag em:after,.promo-gift__tag em:before{content:"+";position:absolute;top:50%;color:#f7d774;font-size:.7rem;font-weight:700;line-height:1;transform:translateY(-50%);opacity:.95;background:none;width:auto;height:auto}.promo-gift__tag em:before{left:-14px}.promo-gift__tag em:after{right:-14px}.promo-gift__tag:before{content:"";position:absolute;top:50%;right:-6px;width:13px;height:13px;border-radius:9999px;background:#ffffff;transform:translateY(-50%);box-shadow:inset 0 0 0 3px #10182b}.promo-confetti{position:absolute;z-index:1;animation:promoConfetti 2.8s ease-in-out infinite}.promo-confetti--dot{border-radius:9999px}.promo-confetti--ribbon{width:18px!important;height:40px!important;background:transparent!important;border-radius:0!important;line-height:0}.promo-confetti--ribbon svg{display:block;width:100%;height:100%;overflow:visible}.promo-confetti--star{background:#8eb6ff;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.promo-confetti--1{top:18px;left:28px;width:20px;height:20px;background:#a8c6ff}.promo-confetti--2{top:28px;right:34px;width:7px;height:7px;background:#ffd54f;animation-delay:.25s}.promo-confetti--3{top:48px;left:10px;animation-delay:.5s}.promo-confetti--3 svg{transform:rotate(-18deg)}.promo-confetti--4{bottom:34px;right:22px;width:7px;height:7px;background:#4d8aff;animation-delay:.75s}.promo-confetti--5{top:36px;right:12px;animation-delay:1s}.promo-confetti--5 svg{transform:rotate(22deg)}.promo-confetti--6{bottom:42px;left:0;width:20px;height:20px;background:#ffd54f;animation-delay:.4s}.promo-confetti--7{top:12px;left:54%;width:5px;height:5px;background:#4d8aff;animation-delay:.9s}.promo-confetti--8{bottom:48px;right:42px;animation-delay:.65s}.promo-confetti--8 svg{transform:rotate(12deg) scale(.9)}.promo-features{width:100%;margin:0;padding:0;list-style:none;display:flex;flex-direction:column}.promo-features li{display:flex;align-items:center;gap:.8rem;padding:.75rem 0;border-bottom:1px solid #e8eef8;text-align:left}.promo-features li>div:last-child{flex:1;min-width:0}.promo-features li:last-child{border-bottom:none;padding-bottom:0}html.dark .promo-features li{border-bottom-color:rgba(255,255,255,.08)}.promo-features__icon{position:relative!important;display:block!important;flex-shrink:0;width:46px!important;height:46px!important;min-width:46px;min-height:46px;border-radius:50%!important;line-height:0!important;overflow:hidden;box-sizing:border-box}.promo-features__icon svg{position:absolute!important;top:50%!important;left:50%!important;width:26px!important;height:26px!important;margin:0!important;padding:0!important;transform:translate(-50%,-50%)!important;display:block!important}.promo-features__icon--blue{background:#e8f0ff!important;border:1.5px solid #b8d0ff!important;color:#0052ff!important}.promo-features__icon--blue svg path{fill:#0052ff!important;stroke:none!important}.promo-features__icon--green{background:#e7f8ef!important;border:1.5px solid #b6e9d1!important;color:#12b76a!important}.promo-features__icon--green svg path{fill:none!important;stroke:#12b76a!important}.promo-features__icon--purple{background:#f0eaff!important;border:1.5px solid #d4c8ff!important;color:#7a5af8!important}.promo-features__icon--purple svg path{fill:none!important;stroke:#7a5af8!important}.promo-features__icon--orange{background:#fff1e6!important;border:1.5px solid #ffd4a8!important;color:#f79009!important}.promo-features__icon--orange svg path{fill:none!important;stroke:#f79009!important}html.dark .promo-features__icon--blue{background:rgba(0,82,255,.18)!important;border-color:rgba(141,180,255,.45)!important}html.dark .promo-features__icon--blue svg path{fill:#8db4ff!important}html.dark .promo-features__icon--green{background:rgba(18,183,106,.18)!important;border-color:rgba(110,231,183,.4)!important}html.dark .promo-features__icon--green svg path{stroke:#6ee7b7!important}html.dark .promo-features__icon--purple{background:rgba(122,90,248,.18)!important;border-color:rgba(196,181,253,.4)!important}html.dark .promo-features__icon--purple svg path{stroke:#c4b5fd!important}html.dark .promo-features__icon--orange{background:rgba(247,144,9,.18)!important;border-color:rgba(253,186,116,.4)!important}html.dark .promo-features__icon--orange svg path{stroke:#fdba74!important}.promo-features li>div{min-width:0}.promo-features strong{display:block;color:var(--promo-text)!important;font-size:.9rem;font-weight:700;line-height:1.25}.promo-features span{display:block;margin-top:.15rem;color:var(--promo-muted)!important;font-size:.78rem;line-height:1.35}html.dark .promo-features strong{color:#ffffff!important}html.dark .promo-features span{color:#a8aab8!important}.promo-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.75rem;background:var(--promo-blue-soft);border-top:1px solid #dce8ff}html.dark .promo-footer{background:#252a42!important;border-top-color:rgba(255,255,255,.08)}.promo-footer__copy{display:flex;align-items:center;gap:.75rem;min-width:0;text-align:left}.promo-footer__calendar{position:relative!important;display:block!important;flex-shrink:0;width:2.4rem!important;height:2.4rem!important;min-width:2.4rem;min-height:2.4rem;border-radius:50%!important;background:var(--promo-blue)!important;color:#ffffff!important;line-height:0!important;overflow:hidden;box-shadow:0 4px 10px rgba(0,82,255,.22);box-sizing:border-box}.promo-footer__calendar svg{position:absolute!important;top:50%!important;left:50%!important;width:18px!important;height:18px!important;margin:0!important;padding:0!important;transform:translate(-50%,-50%)!important;display:block!important;color:#ffffff!important}.promo-footer__calendar svg path,.promo-footer__calendar svg rect{stroke:#ffffff!important;fill:none!important}html.dark .promo-footer__calendar{background:#3d7fff!important;color:#ffffff!important}.promo-footer__copy strong{display:block;color:var(--promo-text)!important;font-size:.9rem;font-weight:700;line-height:1.3}.promo-footer__copy span{display:block;margin-top:.1rem;color:var(--promo-muted)!important;font-size:.78rem;line-height:1.35}html.dark .promo-footer__copy strong{color:#ffffff!important}html.dark .promo-footer__copy span{color:#a8aab8!important}.promo-footer__cta{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;gap:.4rem;border-radius:.65rem;background-color:var(--promo-blue)!important;color:#ffffff!important;padding:.75rem 1.25rem;font-size:.92rem;font-weight:700;text-decoration:none;line-height:1;transition:background-color .2s ease,transform .2s ease;box-shadow:0 8px 18px rgba(0,82,255,.25)}.promo-footer__cta svg{display:block}.promo-footer__cta:hover{background-color:var(--promo-blue-dark)!important;transform:translateY(-1px)}.promo-fab{position:fixed;right:1.25rem;bottom:5.5rem;z-index:99998;display:flex;align-items:center;justify-content:center;gap:.7rem;border:1px solid rgba(255,255,255,.28);border-radius:9999px;padding:.55rem 1.05rem .55rem .55rem;background-color:#0052ff!important;background-image:linear-gradient(125deg,rgba(255,255,255,.22),rgba(255,255,255,0) 38%),linear-gradient(135deg,#3d7fff,#0052ff 48%,#0039cc)!important;color:#ffffff!important;box-shadow:0 14px 30px rgba(0,82,255,.38),0 0 0 4px rgba(0,82,255,.12);cursor:pointer;animation:promoFabIn .4s ease-out,promoFloat 3s ease-in-out .4s infinite;transition:transform .2s ease,box-shadow .2s ease;overflow:visible}.promo-fab:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 34px rgba(0,82,255,.48),0 0 0 5px rgba(0,82,255,.16)}html.dark .promo-fab{box-shadow:0 14px 30px rgba(0,0,0,.45),0 0 0 4px rgba(109,160,255,.18)}.promo-fab__pulse{position:absolute;inset:-3px;border-radius:inherit;border:2px solid rgba(0,82,255,.35);animation:promoFabPulse 2.4s ease-out infinite;pointer-events:none}.promo-fab__icon{position:relative;z-index:1;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(160deg,#ffffff,#e8f0ff);box-shadow:0 4px 10px rgba(0,40,120,.2),inset 0 1px 0 rgba(255,255,255,.9);line-height:0}.promo-fab__icon svg{display:block}.promo-fab__text{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.12rem;min-width:92px;line-height:1.15;text-align:left;color:#ffffff!important}.promo-fab__text strong{color:#ffffff!important;font-size:.98rem;font-weight:800;letter-spacing:.01em}.promo-fab__text>span:not(.promo-fab__bar){color:rgba(255,255,255,.92)!important;font-size:.7rem;font-weight:500}.promo-fab__bar{display:block;width:100%;height:3px;margin-top:.1rem;border-radius:9999px;background:rgba(255,255,255,.28);overflow:hidden}.promo-fab__bar:after{content:"";display:block;width:var(--fab-progress,70%);height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffd54f,#fff1b0)}.promo-fab__spark{position:absolute;top:6px;right:14px;width:8px;height:8px;background:#ffd54f;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);animation:promoConfetti 2.2s ease-in-out infinite;pointer-events:none}@keyframes promoFabPulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.12)}to{opacity:0;transform:scale(1.12)}}@media (max-width:860px){.promo-overlay{padding:0;align-items:stretch;justify-content:stretch}.promo-modal{width:100%;height:100%;max-height:100%;min-height:100dvh;border-radius:0;overflow:auto;display:flex;flex-direction:column;box-shadow:none}.promo-modal__body{grid-template-columns:1fr;gap:0;padding:0;max-height:none;flex:1 1 auto;overflow:visible}.promo-modal__left,.promo-modal__right{padding:1.4rem 1.15rem 1rem}.promo-modal__right{order:-1;border-left:none;border-bottom:1px solid #e4ecf8}html.dark .promo-modal__right{border-bottom-color:rgba(255,255,255,.08)}.promo-modal__close{top:.75rem;right:.75rem;background-color:#ffffff!important;box-shadow:0 2px 8px rgba(0,0,0,.12)}.promo-gift{width:180px;height:160px}.promo-gift__tag{top:54px;right:-40px;min-width:88px;padding:.7rem .9rem .65rem}.promo-gift__tag strong{font-size:1.35rem}.promo-gift__tag em{font-size:.9rem}.promo-footer{flex-direction:column;align-items:stretch;margin-top:auto}.promo-footer__cta{width:100%}}@media (max-width:480px){.promo-fab{right:.85rem;bottom:5rem}.promo-title{font-size:2.75rem}.promo-headline{font-size:1.15rem}}@keyframes promoOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes promoModalIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes promoFabIn{0%{opacity:0;transform:translateY(12px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes promoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes promoConfetti{0%,to{transform:translateY(0) rotate(0deg);opacity:.9}50%{transform:translateY(-6px) rotate(12deg);opacity:1}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}