.ef-chat-bubble{position:fixed;bottom:20px;right:20px;z-index:1050;width:56px;height:56px;border-radius:50%;border:none;background:#e2271e;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease}.ef-chat-bubble:hover{transform:scale(1.08)}.ef-chat-bubble__label{font-weight:800;font-size:18px;letter-spacing:-.5px;line-height:1}.ef-chat-bubble--open{background:#333}@media(max-width:768px){.ef-chat-bubble--open{display:none}}.ef-ai-search-btn{background:none;border:none;color:#000;font-size:18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:0;transition:opacity .15s ease}.ef-ai-search-btn:hover{opacity:.85}.ef-ai-search-btn__badge{display:inline-block;background:#fff;color:#e2271e;font-size:11px;font-weight:800;letter-spacing:.5px;padding:2px 7px;border-radius:4px;text-transform:uppercase;line-height:1.4}.ef-chat-window{position:fixed;bottom:88px;right:20px;width:380px;height:560px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:1049;overflow:hidden}@media(max-width:768px){.ef-chat-window{inset:0;width:auto;height:auto;border-radius:0;box-shadow:none}}.ef-chat-window__header{padding:14px 16px;background:#e2271e;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}@media(max-width:768px){.ef-chat-window__header{padding-top:calc(14px + env(safe-area-inset-top));padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right))}}@media(max-width:768px)and (max-height:700px){.ef-chat-window__header{padding-top:10px;padding-bottom:10px}}.ef-chat-window__header-info{display:flex;align-items:center;gap:8px}.ef-chat-window__header-dot{width:8px;height:8px;border-radius:50%;background:#4cdf6b}.ef-chat-window__header-title{font-size:15px;font-weight:600}@media(max-width:375px){.ef-chat-window__header-title{font-size:13px}}.ef-chat-window__header-actions{display:flex;align-items:center;gap:8px}.ef-chat-window__start-over{background:none;border:1px solid hsla(0,0%,100%,.4);color:#fff;cursor:pointer;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;line-height:1.3;opacity:.85;transition:opacity .15s,border-color .15s}.ef-chat-window__start-over:hover{opacity:1;border-color:hsla(0,0%,100%,.8)}.ef-chat-window__close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;line-height:1;opacity:.8;transition:opacity .15s}.ef-chat-window__close:hover{opacity:1}.ef-chat-window__messages{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:16px;background:#f5f5f5;display:flex;flex-direction:column;gap:10px}@media(max-width:768px){.ef-chat-window__messages{padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right))}}@media(max-width:768px)and (max-height:700px){.ef-chat-window__messages{padding:10px 12px;gap:8px}}.ef-chat-progress{padding:8px 16px 6px;background:#fff;border-bottom:1px solid #eee;flex-shrink:0}@media(max-width:768px)and (max-height:700px){.ef-chat-progress{padding:6px 12px 4px}}.ef-chat-progress__bar{height:4px;background:#e8e8e8;border-radius:2px;overflow:hidden}.ef-chat-progress__fill{height:100%;background:#e2271e;border-radius:2px;transition:width .4s ease}.ef-chat-progress__steps{display:flex;justify-content:space-between;margin-top:4px}.ef-chat-progress__step{font-size:10px;color:#bbb;font-weight:500}.ef-chat-progress__step--done{color:#e2271e}.ef-chat-progress__step--active{color:#333;font-weight:700}.ef-chat-msg{display:flex;gap:8px;max-width:88%;min-width:0}@media(max-width:375px){.ef-chat-msg{max-width:92%}}@media(min-width:414px)and (max-width:768px){.ef-chat-msg{max-width:85%}}.ef-chat-msg--assistant{align-self:flex-start}.ef-chat-msg__avatar{width:28px;height:28px;border-radius:50%;background:#e2271e;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ef-chat-msg__bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45;word-break:break-word;min-width:0;overflow-wrap:anywhere}.ef-chat-msg--assistant .ef-chat-msg__bubble{background:#fff;color:#222;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.ef-chat-msg__text{margin:0;white-space:pre-wrap}.ef-chat-msg__text+.ef-chat-msg__text{margin-top:6px}.ef-chat-msg__link{color:#e2271e;text-decoration:underline;text-underline-offset:2px}.ef-chat-msg__link:hover{color:#b81d16}.ef-chat-msg__options{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ef-chat-msg__option-btn{background:#fff;border:1.5px solid #e2271e;color:#e2271e;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,transform .1s;white-space:nowrap}.ef-chat-msg__option-btn:hover{background:#e2271e;color:#fff;transform:translateY(-1px)}.ef-chat-msg__option-btn:active{transform:translateY(0)}@media(max-width:375px){.ef-chat-msg__option-btn{padding:6px 12px;font-size:12px}}@media(max-width:768px)and (max-height:700px){.ef-chat-msg__option-btn{padding:5px 12px;font-size:12px}}.ef-chat-msg__condition-help{margin-top:6px}.ef-chat-msg__condition-toggle{background:none;border:none;color:#888;font-size:12px;cursor:pointer;padding:2px 0;text-decoration:underline;text-underline-offset:2px}.ef-chat-msg__condition-toggle:hover{color:#e2271e}.ef-chat-msg__condition-details{margin-top:8px;display:flex;flex-direction:column;gap:8px}.ef-chat-msg__condition-item{display:flex;flex-direction:column;gap:1px}.ef-chat-msg__condition-label{font-size:12px;font-weight:700;color:#333}.ef-chat-msg__condition-desc{font-size:11.5px;color:#666;line-height:1.4}.ef-chat-msg__image{max-width:180px;max-height:180px;border-radius:8px;margin-bottom:6px;display:block}.ef-chat-msg__small-print{margin-top:8px;font-size:11px;color:#888;line-height:1.4}.ef-chat-msg__small-print a{color:#888;text-decoration:underline;text-underline-offset:2px}.ef-chat-msg__small-print a:hover{color:#e2271e}.ef-chat-msg__bubble--confirmed{position:relative;overflow:hidden;text-align:center;padding:20px 18px 14px}.ef-chat-msg__confirmed-icon{width:56px;height:56px;border-radius:50%;background:#4cdf6b;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;animation:ef-price-pop .5s cubic-bezier(.17,.89,.32,1.28)}.ef-chat-msg__confirmed-title{font-size:20px;font-weight:800;color:#222;margin-bottom:4px}.ef-chat-msg__confirmed-order{font-size:14px;font-weight:600;color:#e2271e;margin-bottom:10px}.ef-chat-msg__bubble--summary{padding:0!important;overflow:hidden}.ef-chat-msg__bubble--summary .ef-chat-msg__proceed-btn{display:block;width:calc(100% - 32px);margin:4px 16px 8px;text-align:center}.ef-chat-msg__bubble--summary .ef-chat-msg__small-print{padding:0 16px 12px}.ef-chat-msg__bubble--quote{position:relative;overflow:hidden;text-align:center;padding:16px 18px}.ef-chat-msg__price{font-size:36px;font-weight:800;color:#e2271e;margin:8px 0 12px;line-height:1;animation:ef-price-pop .5s cubic-bezier(.17,.89,.32,1.28)}.ef-chat-msg__proceed-btn{display:inline-block;background:#e2271e;color:#fff;border:none;border-radius:24px;padding:10px 28px;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;margin-bottom:8px}.ef-chat-msg__proceed-btn:hover{background:#c8211a;transform:translateY(-1px)}.ef-chat-msg__proceed-btn:active{transform:translateY(0)}.ef-chat-msg__typing{display:flex;gap:4px;padding:12px 18px}.ef-chat-msg__typing span:not([class]){width:7px;height:7px;border-radius:50%;background:#bbb;animation:ef-typing 1.2s infinite}.ef-chat-msg__typing span:not([class]):nth-child(2){animation-delay:.2s}.ef-chat-msg__typing span:not([class]):nth-child(3){animation-delay:.4s}.ef-chat-msg__tool-status{font-size:13px;color:#888;animation:ef-tool-pulse 1.5s ease-in-out infinite}@keyframes ef-tool-pulse{0%,to{opacity:1}50%{opacity:.5}}.ef-chat-summary__header{background:#e2271e;color:#fff;font-size:14px;font-weight:700;padding:10px 16px;letter-spacing:.3px}.ef-chat-summary__rows{padding:10px 16px 4px}.ef-chat-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:7px 0;border-bottom:1px solid #f0f0f0;font-size:13px;gap:8px}.ef-chat-summary__row:last-child{border-bottom:none}.ef-chat-summary__row--price{padding:9px 0}.ef-chat-summary__row--price .ef-chat-summary__value{color:#e2271e;font-size:18px;font-weight:800}@media(max-width:768px){.ef-chat-summary__row{flex-direction:column;gap:1px}}.ef-chat-summary__label{color:#999;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;flex-shrink:0}.ef-chat-summary__value{color:#222;font-weight:600;text-align:right;word-break:break-word}@media(max-width:768px){.ef-chat-summary__value{text-align:left;font-size:14px}}@keyframes ef-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes ef-price-pop{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}.ef-chat-confetti{position:absolute;top:50%;left:50%;width:0;height:0;pointer-events:none;z-index:2;overflow:visible}.ef-chat-confetti__piece{position:absolute;border-radius:2px;opacity:0}.ef-chat-confetti__piece:nth-child(6n+1){background:#e2271e}.ef-chat-confetti__piece:nth-child(6n+2){background:#f5a623}.ef-chat-confetti__piece:nth-child(6n+3){background:#4cdf6b}.ef-chat-confetti__piece:nth-child(6n+4){background:#4a90d9}.ef-chat-confetti__piece:nth-child(6n+5){background:#e84393}.ef-chat-confetti__piece:nth-child(6n+6){background:#fdcb6e}.ef-chat-confetti__piece:first-child{width:6px;height:8px;animation:ef-confetti-1 1.22s cubic-bezier(.15,.8,.3,1) 26ms forwards}.ef-chat-confetti__piece:nth-child(2){width:9px;height:6px;animation:ef-confetti-2 1.643s cubic-bezier(.15,.8,.3,1) .195s forwards}.ef-chat-confetti__piece:nth-child(3){width:8px;height:11px;animation:ef-confetti-3 1.657s cubic-bezier(.15,.8,.3,1) 76ms forwards}.ef-chat-confetti__piece:nth-child(4){width:9px;height:11px;animation:ef-confetti-4 1.487s cubic-bezier(.15,.8,.3,1) .156s forwards}.ef-chat-confetti__piece:nth-child(5){width:9px;height:8px;animation:ef-confetti-5 1.623s cubic-bezier(.15,.8,.3,1) .183s forwards}.ef-chat-confetti__piece:nth-child(6){width:8px;height:11px;animation:ef-confetti-6 1.466s cubic-bezier(.15,.8,.3,1) 47ms forwards}.ef-chat-confetti__piece:nth-child(7){width:5px;height:12px;animation:ef-confetti-7 1.687s cubic-bezier(.15,.8,.3,1) 37ms forwards}.ef-chat-confetti__piece:nth-child(8){width:9px;height:10px;animation:ef-confetti-8 1.294s cubic-bezier(.15,.8,.3,1) 16ms forwards}.ef-chat-confetti__piece:nth-child(9){width:5px;height:9px;animation:ef-confetti-9 1.428s cubic-bezier(.15,.8,.3,1) 38ms forwards}.ef-chat-confetti__piece:nth-child(10){width:5px;height:9px;animation:ef-confetti-10 1.919s cubic-bezier(.15,.8,.3,1) .155s forwards}.ef-chat-confetti__piece:nth-child(11){width:8px;height:9px;animation:ef-confetti-11 1.288s cubic-bezier(.15,.8,.3,1) 86ms forwards}.ef-chat-confetti__piece:nth-child(12){width:7px;height:9px;animation:ef-confetti-12 1.329s cubic-bezier(.15,.8,.3,1) .108s forwards}.ef-chat-confetti__piece:nth-child(13){width:9px;height:11px;animation:ef-confetti-13 1.826s cubic-bezier(.15,.8,.3,1) .143s forwards}.ef-chat-confetti__piece:nth-child(14){width:10px;height:5px;animation:ef-confetti-14 1.276s cubic-bezier(.15,.8,.3,1) .112s forwards}.ef-chat-confetti__piece:nth-child(15){width:5px;height:12px;animation:ef-confetti-15 1.257s cubic-bezier(.15,.8,.3,1) .107s forwards}.ef-chat-confetti__piece:nth-child(16){width:6px;height:8px;animation:ef-confetti-16 1.931s cubic-bezier(.15,.8,.3,1) 4ms forwards}.ef-chat-confetti__piece:nth-child(17){width:8px;height:11px;animation:ef-confetti-17 1.353s cubic-bezier(.15,.8,.3,1) 95ms forwards}.ef-chat-confetti__piece:nth-child(18){width:10px;height:6px;animation:ef-confetti-18 1.27s cubic-bezier(.15,.8,.3,1) .135s forwards}.ef-chat-confetti__piece:nth-child(19){width:8px;height:6px;animation:ef-confetti-19 1.823s cubic-bezier(.15,.8,.3,1) .16s forwards}.ef-chat-confetti__piece:nth-child(20){width:7px;height:11px;animation:ef-confetti-20 1.767s cubic-bezier(.15,.8,.3,1) .139s forwards}.ef-chat-confetti__piece:nth-child(21){width:6px;height:6px;animation:ef-confetti-21 1.712s cubic-bezier(.15,.8,.3,1) 36ms forwards}.ef-chat-confetti__piece:nth-child(22){width:7px;height:8px;animation:ef-confetti-22 1.487s cubic-bezier(.15,.8,.3,1) 73ms forwards}.ef-chat-confetti__piece:nth-child(23){width:9px;height:10px;animation:ef-confetti-23 1.849s cubic-bezier(.15,.8,.3,1) 81ms forwards}.ef-chat-confetti__piece:nth-child(24){width:9px;height:10px;animation:ef-confetti-24 1.632s cubic-bezier(.15,.8,.3,1) .176s forwards}.ef-chat-confetti__piece:nth-child(25){width:9px;height:8px;animation:ef-confetti-25 1.613s cubic-bezier(.15,.8,.3,1) 11ms forwards}.ef-chat-confetti__piece:nth-child(26){width:6px;height:6px;animation:ef-confetti-26 1.447s cubic-bezier(.15,.8,.3,1) 36ms forwards}.ef-chat-confetti__piece:nth-child(27){width:7px;height:5px;animation:ef-confetti-27 1.257s cubic-bezier(.15,.8,.3,1) .196s forwards}.ef-chat-confetti__piece:nth-child(28){width:7px;height:6px;animation:ef-confetti-28 1.554s cubic-bezier(.15,.8,.3,1) .148s forwards}.ef-chat-confetti__piece:nth-child(29){width:8px;height:11px;animation:ef-confetti-29 1.493s cubic-bezier(.15,.8,.3,1) .154s forwards}.ef-chat-confetti__piece:nth-child(30){width:9px;height:5px;animation:ef-confetti-30 1.647s cubic-bezier(.15,.8,.3,1) .122s forwards}.ef-chat-confetti__piece:nth-child(31){width:5px;height:9px;animation:ef-confetti-31 1.247s cubic-bezier(.15,.8,.3,1) 38ms forwards}.ef-chat-confetti__piece:nth-child(32){width:9px;height:6px;animation:ef-confetti-32 1.44s cubic-bezier(.15,.8,.3,1) 13ms forwards}.ef-chat-confetti__piece:nth-child(33){width:5px;height:8px;animation:ef-confetti-33 1.399s cubic-bezier(.15,.8,.3,1) 46ms forwards}.ef-chat-confetti__piece:nth-child(34){width:5px;height:11px;animation:ef-confetti-34 1.608s cubic-bezier(.15,.8,.3,1) 88ms forwards}.ef-chat-confetti__piece:nth-child(35){width:10px;height:12px;animation:ef-confetti-35 1.44s cubic-bezier(.15,.8,.3,1) 85ms forwards}.ef-chat-confetti__piece:nth-child(36){width:10px;height:11px;animation:ef-confetti-36 1.853s cubic-bezier(.15,.8,.3,1) .171s forwards}.ef-chat-confetti__piece:nth-child(37){width:8px;height:5px;animation:ef-confetti-37 1.902s cubic-bezier(.15,.8,.3,1) .183s forwards}.ef-chat-confetti__piece:nth-child(38){width:5px;height:6px;animation:ef-confetti-38 1.898s cubic-bezier(.15,.8,.3,1) .186s forwards}.ef-chat-confetti__piece:nth-child(39){width:6px;height:6px;animation:ef-confetti-39 1.783s cubic-bezier(.15,.8,.3,1) 24ms forwards}.ef-chat-confetti__piece:nth-child(40){width:8px;height:6px;animation:ef-confetti-40 1.522s cubic-bezier(.15,.8,.3,1) 43ms forwards}@keyframes ef-confetti-1{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-17.4px,-12.3px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-58px,-41px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-69.6px,36px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-2{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(16.8px,-24.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(56px,-83px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(67.2px,-35px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-3{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-26.4px,-32.4px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-88px,-108px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-105.6px,-53px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-4{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(23.4px,-18.6px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(78px,-62px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(93.6px,19px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-5{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-25.2px,-22.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-84px,-74px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-100.8px,-7px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-6{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(15.9px,-20.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(53px,-67px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(63.6px,26px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-7{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-19.5px,-10.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-65px,-34px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-78px,12px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-8{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(27.6px,-22.8px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(92px,-76px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(110.4px,-7px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-9{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-35.7px,-12.6px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-119px,-42px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-142.8px,7px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-10{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(21.9px,-28.5px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(73px,-95px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(87.6px,-3px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-11{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-29.1px,-14.7px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-97px,-49px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-116.4px,11px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-12{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(35.1px,-15px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(117px,-50px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(140.4px,17px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-13{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-12.9px,-26.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-43px,-87px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-51.6px,-11px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-14{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(19.8px,-15.3px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(66px,-51px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(79.2px,13px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-15{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-20.4px,-12.3px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-68px,-41px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-81.6px,50px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-16{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(19.5px,-22.5px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(65px,-75px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(78px,-30px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-17{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-23.1px,-16.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-77px,-54px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-92.4px,-8px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-18{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(33.9px,-23.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(113px,-77px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(135.6px,-23px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-19{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-19.8px,-25.5px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-66px,-85px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-79.2px,-21px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-20{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(11.1px,-25.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(37px,-84px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(44.4px,-37px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-21{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-21.9px,-27.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-73px,-93px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-87.6px,-48px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-22{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(11.1px,-14.4px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(37px,-48px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(44.4px,4px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-23{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-21px,-20.7px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-70px,-69px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-84px,-25px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-24{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(20.7px,-33px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(69px,-110px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(82.8px,-35px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-25{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-12.9px,-27.3px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-43px,-91px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-51.6px,-7px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-26{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(27.9px,-17.7px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(93px,-59px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(111.6px,26px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-27{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-14.4px,-24.6px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-48px,-82px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-57.6px,-27px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-28{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(12.9px,-15.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(43px,-53px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(51.6px,-3px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-29{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-33.6px,-19.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-112px,-64px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-134.4px,30px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-30{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(15px,-26.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(50px,-87px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(60px,-40px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-31{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-23.1px,-17.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-77px,-57px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-92.4px,13px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-32{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(22.5px,-30.9px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(75px,-103px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(90px,-28px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-33{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-14.7px,-30px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-49px,-100px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-58.8px,-1px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-34{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(11.7px,-25.2px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(39px,-84px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(46.8px,-23px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-35{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-11.1px,-9.6px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-37px,-32px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-44.4px,65px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-36{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(11.7px,-32.7px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(39px,-109px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(46.8px,-19px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-37{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-30px,-26.4px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-100px,-88px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-120px,-44px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-38{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(19.8px,-17.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(66px,-57px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(79.2px,16px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-39{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(-26.1px,-26.1px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(-87px,-87px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(-104.4px,-19px) rotate(2turn) scale(.4)}}@keyframes ef-confetti-40{0%{transform:translate(0) rotate(0deg) scale(0);opacity:1}10%{opacity:1;transform:translate(23.7px,-26.4px) rotate(90deg) scale(1.2)}50%{opacity:1;transform:translate(79px,-88px) rotate(1turn) scale(1)}to{opacity:0;transform:translate(94.8px,-42px) rotate(2turn) scale(.4)}}.ef-chat-balloons{position:absolute;bottom:0;left:0;right:0;height:100%;pointer-events:none;overflow:hidden;z-index:1}.ef-chat-balloons__balloon{position:absolute;bottom:-40px;width:20px;height:26px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;opacity:0}.ef-chat-balloons__balloon:after{content:"";position:absolute;bottom:-8px;left:50%;width:1px;height:12px;background:rgba(0,0,0,.15);transform:translateX(-50%)}.ef-chat-balloons__balloon:nth-child(8n+1){background:#e2271e}.ef-chat-balloons__balloon:nth-child(8n+2){background:#f5a623}.ef-chat-balloons__balloon:nth-child(8n+3){background:#4cdf6b}.ef-chat-balloons__balloon:nth-child(8n+4){background:#4a90d9}.ef-chat-balloons__balloon:nth-child(8n+5){background:#e84393}.ef-chat-balloons__balloon:nth-child(8n+6){background:#fdcb6e}.ef-chat-balloons__balloon:nth-child(8n+7){background:#a29bfe}.ef-chat-balloons__balloon:nth-child(8n+8){background:#55efc4}.ef-chat-balloons__balloon:first-child{left:19%;width:29px;height:37.7px;animation:ef-balloon-1 2.486s ease-out .169s forwards}.ef-chat-balloons__balloon:nth-child(2){left:82%;width:20px;height:26px;animation:ef-balloon-2 3.496s ease-out .504s forwards}.ef-chat-balloons__balloon:nth-child(3){left:52%;width:21px;height:27.3px;animation:ef-balloon-3 2.116s ease-out 26ms forwards}.ef-chat-balloons__balloon:nth-child(4){left:68%;width:29px;height:37.7px;animation:ef-balloon-4 2.157s ease-out .345s forwards}.ef-chat-balloons__balloon:nth-child(5){left:11%;width:28px;height:36.4px;animation:ef-balloon-5 3.331s ease-out .171s forwards}.ef-chat-balloons__balloon:nth-child(6){left:17%;width:32px;height:41.6px;animation:ef-balloon-6 2.671s ease-out 49ms forwards}.ef-chat-balloons__balloon:nth-child(7){left:31%;width:26px;height:33.8px;animation:ef-balloon-7 3.406s ease-out .453s forwards}.ef-chat-balloons__balloon:nth-child(8){left:23%;width:25px;height:32.5px;animation:ef-balloon-8 3.369s ease-out .427s forwards}@keyframes ef-balloon-1{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(6.6px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(22px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(26.4px) scale(.9)}}@keyframes ef-balloon-2{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(-4.8px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(-16px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(-19.2px) scale(.9)}}@keyframes ef-balloon-3{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(5.4px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(18px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(21.6px) scale(.9)}}@keyframes ef-balloon-4{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(5.1px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(17px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(20.4px) scale(.9)}}@keyframes ef-balloon-5{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(.6px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(2px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(2.4px) scale(.9)}}@keyframes ef-balloon-6{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(2.1px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(7px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(8.4px) scale(.9)}}@keyframes ef-balloon-7{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(-2.4px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(-8px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(-9.6px) scale(.9)}}@keyframes ef-balloon-8{0%{transform:translateY(0) translateX(0) scale(.3);opacity:.9}20%{opacity:.9;transform:translateY(-60px) translateX(-7.5px) scale(1)}80%{opacity:.7;transform:translateY(-200px) translateX(-25px) scale(.95)}to{opacity:0;transform:translateY(-280px) translateX(-30px) scale(.9)}}.ef-chat-input{padding:10px 12px;border-top:1px solid #eee;background:#fff;flex-shrink:0}@media(max-width:768px){.ef-chat-input{padding-bottom:calc(10px + env(safe-area-inset-bottom));padding-left:calc(12px + env(safe-area-inset-left));padding-right:calc(12px + env(safe-area-inset-right))}}@media(max-width:768px)and (max-height:700px){.ef-chat-input{padding-top:8px;padding-bottom:8px}}.ef-chat-input__device-bar{display:flex;align-items:center;gap:8px;padding:6px 12px;margin-bottom:6px;background:#f8f9fa;border-radius:10px;font-size:12px}.ef-chat-input__device-img{width:28px;height:28px;object-fit:contain;flex-shrink:0}.ef-chat-input__device-name{flex:1 1;font-size:11px;color:#666;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ef-chat-input__device-price{font-size:13px;font-weight:700;color:#198754;flex-shrink:0}.ef-chat-input__device-change{background:none;border:none;color:#e2271e;font-size:11px;font-weight:600;cursor:pointer;padding:0;flex-shrink:0;text-decoration:underline;text-underline-offset:2px}.ef-chat-input__device-change:hover{color:#b81d16}.ef-chat-input__preview{position:relative;display:inline-block;margin-bottom:8px}.ef-chat-input__preview img{width:60px;height:60px;object-fit:cover;border-radius:8px}.ef-chat-input__preview-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;border:none;background:#333;color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.ef-chat-input__row{display:flex;align-items:center;gap:6px}.ef-chat-input__camera{background:none;border:none;color:#888;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;transition:color .15s,background .15s}.ef-chat-input__camera:hover{color:#e2271e;background:#f5f5f5}.ef-chat-input__camera:disabled{opacity:.4;cursor:not-allowed}.ef-chat-input__file-hidden{position:absolute;width:0;height:0;overflow:hidden;opacity:0}.ef-chat-input__text{flex:1 1;border:1px solid #ddd;border-radius:20px;padding:8px 14px;font-size:14px;outline:none;transition:border-color .15s}.ef-chat-input__text:focus{border-color:#e2271e}.ef-chat-input__text:disabled{background:#f9f9f9}@media(max-width:768px){.ef-chat-input__text{font-size:16px}}.ef-chat-input__send{background:#e2271e;border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s}.ef-chat-input__send:disabled{opacity:.35;cursor:not-allowed}.ef-chat-input__send:not(:disabled):hover{opacity:.85}@media(min-width:414px)and (max-width:768px){.ef-chat-input__send{width:40px;height:40px}}.zsl_page__e47yE{--zsl-navy:#1b2a6b;--zsl-navy-deep:#16205a;--zsl-green:#2e7d46;--zsl-green-deep:#24633a;--zsl-orange:#f39200;--zsl-cream:#f6efdd;--zsl-red:#c0392b;--zsl-sky:#7fc4e8;--zsl-ink:#16205a;overflow-x:clip;color:var(--zsl-ink);font-family:inherit}.zsl_page__e47yE,.zsl_page__e47yE *,.zsl_page__e47yE :after,.zsl_page__e47yE :before{box-sizing:border-box}.zsl_hero__casX_{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:78vh;min-height:78svh;padding:24px 18px 28px;overflow:visible;isolation:isolate;z-index:5;background:var(--zsl-sky)}.zsl_heroImg__SNIRM{object-fit:cover;object-position:center 26%;border-radius:inherit;z-index:-2}.zsl_hero__casX_:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(22,32,90,0) 38%,rgba(22,32,90,.35) 62%,rgba(22,32,90,.82))}.zsl_heroInner__cfKsV{position:relative;z-index:1;color:#fff}.zsl_heroTitle__rLSUK{margin:0 0 16px;max-width:15ch;font-size:clamp(28px,8.2vw,44px);line-height:1.08;font-weight:700;text-shadow:0 2px 14px rgba(11,17,48,.55)}.zsl_credit__HAmoZ{position:absolute;right:10px;bottom:6px;z-index:2;font-size:10px;letter-spacing:.02em;color:hsla(0,0%,100%,.72)}.zsl_search___M0tW{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;width:100%;padding:6px;border-radius:14px;background:hsla(0,0%,100%,.28);backdrop-filter:blur(2px)}.zsl_searchField__wxE6r{display:flex;position:relative;flex:1 1 auto;min-width:0}.zsl_searchInput__kjQX6{width:100%;box-sizing:border-box;min-height:56px;padding:16px 20px;border:2px solid var(--zsl-red);border-radius:10px 0 0 10px;font-size:16px;color:#6b6b6b;background:#fff}.zsl_searchInput__kjQX6,.zsl_searchSelect__PIhbY{flex:1 1 auto;min-width:0}.zsl_search___M0tW .search-select__menu{margin-top:6px;border-radius:12px;overflow:hidden;color:#16205a;box-shadow:0 16px 36px rgba(11,17,48,.32);z-index:6}.zsl_search___M0tW .search-select__menu-list{padding:6px}.zsl_search___M0tW .search-select__option{border-radius:8px;padding:12px 14px;color:#16205a;font-size:15px;cursor:pointer}.zsl_search___M0tW .search-select__option--is-focused{background:#f0eadb;color:#16205a}.zsl_search___M0tW .search-select__option--is-selected{background:var(--zsl-navy);color:#fff}.zsl_search___M0tW .search-select__input,.zsl_search___M0tW .search-select__input input,.zsl_search___M0tW .search-select__single-value{color:#16205a!important}.zsl_searchBtn__pzkU0{flex:0 0 auto;display:inline-flex;align-items:center;padding:0 20px;border:0;border-radius:0 10px 10px 0;background:var(--zsl-red);color:#fff;font-size:16px;font-weight:600;text-decoration:none}.zsl_odometer__eAeAW{width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto 14px}.zsl_odometerBox__RdFEM,.zsl_odometer__eAeAW{display:flex;flex-direction:column;align-items:center}.zsl_odometerBox__RdFEM{gap:5px;margin:0;padding:9px 13px;border:0;border-radius:14px;color:#fff;font:inherit;text-align:center;background:rgba(22,32,90,.55);backdrop-filter:blur(2px)}button.zsl_odometerBox__RdFEM{cursor:pointer;transition:transform .15s ease,background .15s ease}button.zsl_odometerBox__RdFEM:hover{background:rgba(22,32,90,.7)}button.zsl_odometerBox__RdFEM:active{transform:scale(.98)}button.zsl_odometerBox__RdFEM:focus-visible{outline:2px solid #fff;outline-offset:2px}.zsl_odometerHint__3KfpQ{font-size:11px;font-weight:600;letter-spacing:.02em;color:hsla(0,0%,100%,.85);text-decoration:underline;text-underline-offset:2px}.zsl_odometerImpact__pMfov{margin-top:8px;max-width:280px;padding:11px 15px;border-radius:12px;background:hsla(0,0%,100%,.95);color:var(--zsl-navy);font-size:13px;font-weight:600;line-height:1.4;text-align:center;box-shadow:0 12px 28px rgba(11,17,48,.3)}.zsl_odometerRow__yrUvR{display:inline-flex;align-items:center;gap:4px}.zsl_odometerMark__0UIZN{display:grid;place-items:center;width:22px;height:30px;border-radius:6px;background:var(--zsl-cream);color:var(--zsl-navy);font-weight:800;font-size:15px}.zsl_odometerDigit__U8_xb{width:20px;height:30px;color:#fff;background:linear-gradient(180deg,#d63384,#a01f63);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.zsl_odometerLabel__P7oSJ{color:#fff;font-size:12px;font-weight:600;letter-spacing:.01em;text-transform:lowercase}.zsl_section__mMNmM{position:relative;padding:44px 18px;overflow:hidden}.zsl_heading__VUMag{margin:0 0 6px;font-size:clamp(24px,6.5vw,34px);font-weight:800;line-height:1.12}.zsl_kicker__G7Qzw{margin:0 0 4px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.85}.zsl_facts__9fk1I{background:var(--zsl-green);color:#fff}.zsl_circles__qatiz{position:absolute;width:190px;height:190px;border-radius:50%;z-index:0;pointer-events:none;opacity:.5;background:repeating-radial-gradient(circle,#f2c200 0 3px,transparent 3px 12px);-webkit-mask-image:radial-gradient(circle,#000 62%,transparent 63%);mask-image:radial-gradient(circle,#000 62%,transparent 63%)}.zsl_circlesLeft__glvV5{left:-70px;bottom:-40px}.zsl_circlesRight__BTsz_{right:-80px;top:-50px}.zsl_factsInner__ZjlpH{position:relative;z-index:1}.zsl_factsImg__R2esY{width:100%;height:210px;object-fit:cover;object-position:center 30%;border-radius:16px;margin-bottom:20px}.zsl_factsCard__OMMvF{display:grid;gap:18px}.zsl_factItem__4BEmu{border-top:2px solid hsla(0,0%,100%,.28);padding-top:14px}.zsl_factTitle__9uA5H{margin:0 0 4px;font-size:18px;font-weight:700}.zsl_factBody__UvETF{margin:0;font-size:15px;line-height:1.5;color:hsla(0,0%,100%,.92)}.zsl_troop___epHx{margin:22px 0 0;padding:16px 18px;border-radius:14px;background:hsla(0,0%,100%,.12);font-size:15px;line-height:1.55}.zsl_helps__9G_v4{background:var(--zsl-cream)}.zsl_helpsBody__RNEFG p{margin:0 0 14px;font-size:16px;line-height:1.6}.zsl_helpsBody__RNEFG p:last-child{margin-bottom:0}.zsl_ways__qxx0t{background:var(--zsl-orange);color:var(--zsl-navy)}.zsl_waysIntro__66O23{margin:0 0 22px;font-size:16px;font-weight:600;line-height:1.4}.zsl_waysGrid__imw5r{display:grid;grid-template-columns:1fr;gap:14px}.zsl_wayTile__bPTWH{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:16px;background:#fff}.zsl_wayHeart___HA2r{flex:0 0 auto;width:40px;height:40px;color:var(--zsl-navy)}.zsl_wayTitle__XFubf{margin:0 0 4px;font-size:17px;font-weight:800}.zsl_wayBody__2hkcC{margin:0;font-size:14px;line-height:1.5;color:#33405f}.zsl_cta__lsVyZ{background:var(--zsl-navy);color:#fff;text-align:center}.zsl_ctaBurst__eXnzo{position:relative;max-width:460px;margin:0 auto;padding:34px 28px;border-radius:22px;color:#fff;overflow:hidden;box-shadow:0 16px 38px rgba(11,17,48,.35);background:repeating-conic-gradient(from 0deg at 50% 42%,rgba(255,255,255,.08) 0deg 6deg,transparent 6deg 12deg),var(--zsl-red)}.zsl_ctaHeading__v0KZd{position:relative;margin:0 0 10px;font-size:clamp(22px,6vw,28px);font-weight:800;line-height:1.1;text-transform:uppercase;letter-spacing:.01em}.zsl_ctaBody___n7ry{position:relative;margin:0;font-size:16px;line-height:1.5}.zsl_ctaBtn__Q15bz{display:inline-block;margin-top:26px;padding:15px 34px;border-radius:999px;background:var(--zsl-orange);color:var(--zsl-navy);font-size:17px;font-weight:800;text-decoration:none}.zsl_partners__TP0Ba{padding:22px 18px 26px;background:var(--zsl-navy-deep);color:hsla(0,0%,100%,.85);text-align:center}.zsl_partnersLogos__qas8o{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin-bottom:14px}.zsl_partnersEnvirofone__xZ1hp{height:30px;width:auto}.zsl_partnersZsl__XlkzO{height:46px;width:auto;padding:5px 9px;border-radius:9px;background:#fff}.zsl_partnersText__QFPAp{margin:0 auto;max-width:46ch;font-size:13px;line-height:1.5}@media(min-width:768px){.zsl_hero__casX_{min-height:68vh;padding:40px 32px 44px;align-items:center;text-align:center}.zsl_heroImg__SNIRM{object-position:center 22%}.zsl_heroInner__cfKsV{width:100%;max-width:1080px}.zsl_heroTitle__rLSUK{max-width:none;margin-inline:auto;white-space:nowrap;font-size:min(4.2vw,50px)}.zsl_search___M0tW{max-width:680px;margin:0 auto}.zsl_section__mMNmM{padding:68px 24px}.zsl_sectionInner__Gc4ty{max-width:1040px;margin:0 auto}.zsl_factsGrid2__lJLnh{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.zsl_factsImg__R2esY{height:340px;margin-bottom:0}.zsl_waysGrid__imw5r{grid-template-columns:repeat(3,1fr)}.zsl_wayTile__bPTWH{flex-direction:column}.zsl_circles__qatiz{width:300px;height:300px}}@media(prefers-reduced-motion:reduce){.zsl_odometerDigit__U8_xb{transition:none!important}}.report_page__HjwqG{--red:#e2271e;--red-2:#f0563f;--ink:#282828;--muted:#5b6470;--line:#eaeaea;--surface:#f7f8fa;--tint:#fdecea;--radius:10px;--radius-lg:16px;--maxw:1120px;--grad:linear-gradient(125deg,#e31b23,#642f72 52%,#11b5e9);color:var(--ink);font-weight:300;overflow-x:clip}.report_wrap__fjXqH{width:100%;max-width:var(--maxw);margin:0 auto;padding-inline:20px}.report_hero__IQ4So{position:relative;background:var(--grad);color:#fff;padding:clamp(7rem,11vw,9.5rem) 0 clamp(6.5rem,10vw,9rem);text-align:center;overflow:hidden}.report_hero__IQ4So:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 60% at 15% 10%,rgba(255,255,255,.18),transparent 60%),radial-gradient(50% 50% at 90% 20%,rgba(255,255,255,.12),transparent 60%);pointer-events:none}.report_heroInner__hheB1{position:relative;max-width:820px;margin:0 auto}.report_eyebrow__bic3p{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:7px 16px;border-radius:999px;background:hsla(0,0%,100%,.16);border:1px solid hsla(0,0%,100%,.28);margin-bottom:22px}.report_title__TX1fY{font-size:clamp(2.3rem,6.2vw,4.1rem);font-weight:800;line-height:1.03;letter-spacing:-.025em;margin:0 0 20px}.report_standfirst__RV9YY{font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:400;line-height:1.55;color:hsla(0,0%,100%,.92);max-width:660px;margin:0 auto}.report_statsSection__sVNwu{margin-top:clamp(-5rem,-7vw,-4rem);position:relative;z-index:2}.report_statGrid__WaKvn{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.report_statCard__E_zhO{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px 22px;text-align:center;box-shadow:0 18px 48px rgba(16,24,40,.08)}.report_statNum__xJu5J{font-size:clamp(2rem,4vw,2.9rem);font-weight:800;line-height:1;color:var(--red);letter-spacing:-.02em}.report_statLabel__BOtyP{margin-top:10px;font-size:.9rem;color:var(--muted);line-height:1.35}.report_statsNote__DmCT7{text-align:center;color:var(--muted);font-size:.85rem;margin:18px 0 0}.report_section__Vxzwi{padding:clamp(3.5rem,7vw,5.5rem) 0}.report_surface__CDYe2{background:var(--surface)}.report_heading___kLm7{font-size:clamp(1.7rem,3.4vw,2.3rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 12px}.report_lead__zcDSx{font-size:1.05rem;font-weight:400;color:var(--muted);line-height:1.6;max-width:720px;margin:0 0 36px}.report_quote__bUlby{position:relative;background:var(--tint);border-radius:var(--radius-lg);padding:clamp(2rem,4vw,3.2rem);border:1px solid #f6d6d2}.report_quoteText__th_eJ{font-size:clamp(1.3rem,2.4vw,1.8rem);font-weight:400;line-height:1.4;letter-spacing:-.01em;color:var(--ink);margin:0 0 22px}.report_quoteText__th_eJ:before{content:"“";display:block;font-size:3.4rem;line-height:.6;color:var(--red);margin-bottom:8px}.report_quoteAttr__gDhxn{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.report_quoteAvatar__nKQ0J{width:46px;height:46px;border-radius:999px;background:var(--red);color:#fff;font-weight:700;font-size:1.05rem;display:grid;place-items:center;flex:none}.report_quoteName__O_yoS{display:block;font-weight:700;color:var(--ink)}.report_quoteRole__mZmlG{display:block;font-size:.9rem;color:var(--muted)}.report_linkedin__rvsWF{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-size:.9rem;font-weight:600;color:#0a66c2;text-decoration:none}.report_linkedin__rvsWF:hover{text-decoration:underline}.report_linkedin__rvsWF svg{width:18px;height:18px}.report_chart__M3f6j{display:flex;flex-direction:column;gap:18px}.report_barRow__Zh2J_{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:14px}.report_barRank__Ms1m4{font-weight:800;font-size:1.1rem;color:var(--muted);text-align:right}.report_barTop__ldkkJ{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:7px}.report_barName__f8Nm1{font-weight:600;color:var(--ink)}.report_barVal__xcqx9{font-size:.88rem;color:var(--muted);white-space:nowrap}.report_barTrack__ikV6r{height:12px;border-radius:999px;background:#eef0f3;overflow:hidden}.report_barFill___pg9D{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--red),var(--red-2));transform-origin:left center;animation:report_grow__iJpTc .9s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--i, 0)*55ms)}@keyframes report_grow__iJpTc{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.report_drawerGrid__cjV3U{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.report_drawerCard__aatp2{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.report_drawerCard__aatp2:hover{transform:translateY(-3px);border-color:var(--red);box-shadow:0 10px 26px rgba(226,39,30,.1)}.report_yearBadge___umdO{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--red);background:var(--tint);border-radius:999px;padding:4px 11px;margin-bottom:12px}.report_drawerModel__cYHki{font-weight:700;font-size:1.05rem}.report_drawerMeta__PtQxe{font-size:.88rem;color:var(--muted);margin-top:3px}.report_drawerNote__NDWyD{margin:26px 0 0;font-size:1.05rem;color:var(--muted);line-height:1.6}.report_drawerNote__NDWyD strong{color:var(--ink);font-weight:700}.report_tableCard__2l8Jr{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.report_regionTable__QOGB8{width:100%;border-collapse:collapse;font-size:.95rem}.report_regionTable__QOGB8 td,.report_regionTable__QOGB8 th{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line)}.report_regionTable__QOGB8 thead th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;background:var(--surface)}.report_regionTable__QOGB8 tbody tr:last-child td{border-bottom:0}.report_regionTable__QOGB8 tbody tr:hover td{background:#fafbfc}.report_rRank___lB_N{width:44px;color:var(--muted);font-weight:700}.report_rRegion__CfUYi{font-weight:600}.report_rCount__9sr__{text-align:right;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.report_rShare__N1o__{width:42%;min-width:150px}.report_rShareInner__zepWB{display:flex;align-items:center;gap:10px}.report_rBarTrack__Oyvo1{flex:1 1;height:8px;border-radius:999px;background:#eef0f3;overflow:hidden}.report_rBarFill__V1Szb{height:100%;border-radius:999px;background:var(--red)}.report_rPct__wQUui{width:44px;font-size:.85rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.report_waitGrid__6GFPf{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.report_waitCard__ocCje{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:#fff;position:relative}.report_waitModel__t_3ia{font-weight:600;color:var(--muted);font-size:.95rem}.report_waitPrice__8gfRD{font-size:clamp(1.8rem,3.4vw,2.4rem);font-weight:800;color:var(--red);line-height:1.1;margin-top:4px}.report_waitYear__64FSJ{font-size:.82rem;color:var(--muted);margin-top:4px}.report_waitText__HfgaI{font-size:1.05rem;color:var(--muted);line-height:1.6;max-width:760px;margin:0}.report_waitText__HfgaI strong{color:var(--ink)}.report_cta__4Uxmb{background:var(--grad);color:#fff;border-radius:var(--radius-lg);padding:clamp(2.5rem,5vw,4rem);text-align:center;position:relative;overflow:hidden}.report_cta__4Uxmb:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 50% 0,rgba(255,255,255,.15),transparent 70%);pointer-events:none}.report_ctaInner__qybLe{position:relative}.report_ctaHeading__O8ySH{font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:800;letter-spacing:-.02em;margin:0 0 12px}.report_ctaText___C_uJ{font-size:1.05rem;color:hsla(0,0%,100%,.92);line-height:1.55;max-width:600px;margin:0 auto 26px}.report_ctaBtn__MD7II{display:inline-block;background:#fff;color:var(--red);font-weight:700;font-size:1.05rem;padding:14px 34px;border-radius:var(--radius);text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.report_ctaBtn__MD7II:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.2);color:var(--red)}.report_steps__AL3I1{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px}.report_step__Jv_Mn{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:#fff}.report_stepNum__cR9Hm{width:34px;height:34px;border-radius:999px;background:var(--tint);color:var(--red);font-weight:800;display:grid;place-items:center;margin-bottom:12px}.report_stepTitle__kTGe_{font-weight:700;font-size:1.05rem;margin:0 0 4px}.report_stepText__qa_XV{font-size:.92rem;color:var(--muted);line-height:1.5;margin:0}.report_trustLine__BKge1{text-align:center;font-size:1.02rem;color:var(--muted);line-height:1.6;max-width:720px;margin:0 auto 26px}.report_fineHeading__Uh6S8{font-size:1.15rem;font-weight:700;margin:0 0 10px}.report_fine__iDxIR{font-size:.92rem;color:var(--muted);line-height:1.65;max-width:820px;margin:0}.report_fine__iDxIR a{color:var(--red)}.report_fineCredit___6W_n{font-size:.82rem;color:var(--muted);margin-top:22px}@media(max-width:991.98px){.report_statGrid__WaKvn{grid-template-columns:repeat(2,1fr)}.report_drawerGrid__cjV3U{grid-template-columns:repeat(3,1fr)}}@media(max-width:767.98px){.report_drawerGrid__cjV3U{grid-template-columns:repeat(2,1fr)}.report_steps__AL3I1,.report_waitGrid__6GFPf{grid-template-columns:1fr}.report_statsSection__sVNwu{margin-top:clamp(-3.5rem,-9vw,-2.5rem)}.report_barTop__ldkkJ{flex-direction:column;gap:2px;margin-bottom:6px}.report_barVal__xcqx9{white-space:normal}.report_regionTable__QOGB8{font-size:.88rem}.report_regionTable__QOGB8 td,.report_regionTable__QOGB8 th{padding:11px 12px}.report_rShare__N1o__{min-width:96px}.report_rPct__wQUui{display:none}}@media(max-width:480px){.report_quoteAttr__gDhxn{gap:10px}.report_linkedin__rvsWF{margin-left:0;flex-basis:100%}}@media(prefers-reduced-motion:reduce){.report_barFill___pg9D{animation:none}.report_ctaBtn__MD7II,.report_drawerCard__aatp2{transition:none}}