html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color:#4a6bff;--primary-hover:#4338ca;--primary-light:#eef2ff;--secondary-color:#06b6d4;--dark-text:#2d3748;--light-text:#fff;--grey-text:#718096;--border-primary:#e2e8f0;--border-secondary:#f3f4f6;--disable-color:#edfaff;--shadow-color:#4a6bff33;--shadow-light:#0000000d;--gradient-color:linear-gradient(135deg,#4a6bff,#6b46ff,#9f7aea);--success-color:#10b981;--error-color:#ef4444;--warning-color:#f59e0b;--hover-color:#3a5bef;--active-color:#2a4bdf;--border-color:#4052f0;--card-shadow:0 4px 6px #32325d1c;font-family:Poppins,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#6b46ff;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4052f0}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.navbar{z-index:1000;background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%);justify-content:center;align-items:center;gap:30px;width:100%;height:70px;padding:0 5%;display:flex;position:fixed;top:0;right:0;box-shadow:0 4px 12px #0000000d}.logo{background:linear-gradient(270deg,#3b82f6,#8b5cf6,#ec4899,#3b82f6) 0 0/600% 600%;-webkit-text-fill-color:transparent;cursor:pointer;-webkit-background-clip:text;background-clip:text;align-items:center;font-size:1.6rem;font-weight:700;transition:transform .3s;display:flex}.logo:hover{animation:3s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.navbar .first{width:100%}.desktop-menu{justify-content:flex-end;align-items:center;gap:20px;display:flex}.navbar .last{align-items:center;gap:30px;display:flex}.menu-button{all:unset;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;display:none}.mobile-menu{gap:15px;padding:10px 16px;transition:all 1s;display:none;position:fixed;top:-100px}.navbar a{color:var(--dark-text);font-size:15px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.navbar a:after{content:"";background-color:var(--primary-color);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar a:hover:after{width:100%}.city-selector-wrapper{display:inline-block;position:relative}.city-selector{cursor:pointer;background-color:var(--light-text);border:1px solid #e4e4e4;border-radius:8px;align-items:center;gap:5px;width:150px;height:40px;padding:0 10px;font-size:14px;font-weight:500;display:flex}.city-dropdown-panel{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:280px;padding:8px 0;animation:.2s ease-out fadeIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.city-option{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.city-info{flex-direction:column;display:flex}.city-name{color:var(--dark-text);font-weight:500}.city-status{color:#6b7280;margin-top:2px;font-size:.75rem}.city-option:hover{background:#f9fafb}.city-option.selected{background:#f0f7ff}.city-option.selected .city-name{color:var(--active-color);font-weight:600}.city-option.selected .city-status{color:var(--active-color)}.city-option.disabled{cursor:not-allowed}.city-option.disabled .city-name{color:#9ca3af}.city-option.disabled:hover{background:0 0}.city-icon{color:#9ca3af;font-size:1rem}.city-option.selected .city-icon{color:var(--active-color)}.city-option.partner{color:var(--active-color);margin-top:4px;font-weight:500}.city-option.partner:hover{background:#f0f7ff}.partner-icon{color:var(--active-color);font-size:1rem}.divider{background:#e5e7eb;height:1px;margin:8px 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-wrapper{align-items:center;display:flex;position:relative}.user-icon{cursor:pointer;justify-content:center;align-items:center;gap:10px;width:100%;height:50px;padding:10px;font-size:20px;transition:transform .3s;display:flex;overflow:hidden}.cart-icon-wrapper{position:relative}.cart-count-badge{background-color:var(--primary-color);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:2px 6px;font-size:10px;font-weight:700;display:flex;position:absolute;top:1px;right:10%;box-shadow:0 0 0 2px #fff}.user-icon .username{color:var(--dark-text);font-size:14px;font-weight:600}.user-panel{background-color:var(--light-text);z-index:2000;border-radius:12px;width:300px;padding:20px;animation:.3s fadeIn;position:absolute;top:55px;right:0;box-shadow:0 8px 24px #0000001a}.user-panel .header{margin-bottom:16px;font-size:18px;font-weight:700}.user-panel span{font-weight:500}.profile-option{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 0;transition:background .3s;display:flex}.profile-option:hover{background-color:#f9f9f9}.option-left{color:var(--dark-text);align-items:center;gap:12px;font-size:15px;display:flex}.option-right{color:#666;align-items:center;gap:6px;font-size:13px;display:flex}.image1{width:20px;height:20px}.image2{width:12px;height:12px}.line{border-bottom:1px solid #eee;margin-bottom:8px}.currency-grid-top,.currency-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.currency-item{color:#111827;cursor:pointer;border-radius:6px;padding:12px;font-size:15px;font-weight:500;transition:background .2s}.currency-item:hover{background:#e2e8f0}.currency-item.selected{color:#1d4ed8;background:#e0f2fe;font-weight:700}.navbar a:hover{color:var(--primary-color)}.navbar a:hover:after{background-color:var(--primary-color)}.close-popup:hover{color:var(--primary-color)}.login-container{background:var(--light-text);text-align:center;border-radius:16px;width:100%;max-width:420px;margin:auto;padding:2.5rem}.login{color:var(--dark-text);letter-spacing:-.5px;background:var(--gradient-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.login-p,.success-text{color:var(--grey-text);margin-bottom:1.5rem;font-size:.95rem;font-weight:500;line-height:1.6}.login-p-down{color:var(--grey-text);margin:1.5rem 0;font-size:.85rem;font-weight:600}.login-p-down span{color:var(--primary-color);cursor:pointer;transition:all .3s}.login-p-down span:hover{color:var(--hover-color);text-decoration:underline}.input-style{border:2px solid var(--border-primary);border-radius:10px;outline:none;width:100%;margin:.5rem 0;padding:.9rem 1.2rem;font-size:1rem;transition:all .3s;box-shadow:0 2px 5px #00000008}.input-style:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--shadow-color)}.button-container{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.btn-login,.btn-google,.btn-secondary{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:10px;padding:.9rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-login{background:var(--gradient-color);color:var(--light-text);box-shadow:0 4px 15px var(--shadow-color)}.btn-login:hover{box-shadow:0 6px 20px var(--shadow-color);transform:translateY(-2px)}.btn-login:active{transform:translateY(0)}.btn-secondary{color:var(--dark-text);border:1px solid var(--border-primary);background-color:#f5f7fa}.btn-secondary:hover{border-color:var(--border-color);background-color:#edf2f7}.btn-forgotPassword{color:var(--primary-color);cursor:pointer;background:0 0;border:none;align-self:flex-end;margin:.5rem 0 1rem;font-size:.85rem;font-weight:600;transition:all .3s}.btn-forgotPassword:hover{color:var(--hover-color);text-decoration:underline}.google-button-container{margin:.75rem 0;position:relative}.btn-google{z-index:1;background-color:var(--light-text);border:1px solid var(--border-primary);color:var(--dark-text);justify-content:center;align-items:center;gap:.5rem;transition:all .3s;display:flex;position:relative}.btn-google:hover{border-color:var(--border-color);background-color:#f8fafc}#google-signin-button>div{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.error-text{color:#ef4444;text-align:left;margin-top:.25rem;font-size:.85rem;font-weight:500}.password-strength{text-align:left;margin-top:.25rem;font-size:.85rem;font-weight:500}.password-strength.weak{color:#ef4444}.password-strength.medium{color:#f59e0b}.password-strength.strong{color:#10b981}.reset-container{box-shadow:none;display:flex}@media (max-width:480px){.login-container{border-radius:12px;padding:1.5rem}.login{font-size:1.5rem}}.scrollTopButton{background:var(--light-text);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:10px;transition:all .5s;display:flex;box-shadow:0 4px 10px #0000001a}.scrollTopButton:hover{background-color:#e4e4e4}.scrollTopButton:focus{outline:none}.scrollTopButton{opacity:1;pointer-events:auto}.reset-form{background-color:var(--light-text);text-align:center;border-radius:8px;max-width:400px;margin:0 auto;padding:24px}.reset-form h2{color:var(--dark-text);margin-bottom:16px;font-size:2.25rem}.reset-form .input-style{border:2px solid #ccc;border-radius:8px;outline:none;width:100%;margin-top:12px;margin-bottom:8px;padding:12px;font-size:16px;transition:border .3s}.reset-form .input-style:focus{border-color:#0070f3}.reset-form .btn-login{width:100%;color:var(--light-text);cursor:pointer;background-color:#0070f3;border:none;border-radius:40px;padding:12px}.reset-form .btn-login:hover{background-color:#0055c7}.reset-form .btn-login:disabled{cursor:not-allowed;background-color:#ccc}.reset-form p{color:#28a745;margin-top:16px;font-size:1rem}.bookings{justify-content:center;align-items:center;min-height:100vh;display:flex}.bookingsContainer{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1000px;min-height:400px;padding:40px 20px;display:flex;box-shadow:0 8px 24px #959da533}.heading{color:#0c303f;margin-bottom:20px;font-size:32px}.noBookingsText{color:#777;margin-bottom:30px;font-size:18px;font-weight:600}.discoverButton{background-color:var(--primary-color);color:var(--light-text);cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:background-color .3s}.discoverButton:hover{background-color:var(--hover-color)}.popup-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out forwards fadeIn;display:flex;position:fixed;top:0;left:0}.popup{background-color:var(--light-text);border-radius:16px;max-width:1600px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards scaleIn;position:relative;overflow-y:auto;transform:scale(.95);box-shadow:0 20px 40px #00000026}.close-popup{color:var(--light-text);cursor:pointer;background:0 0;background:var(--primary-color);z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.close-popup:hover{color:var(--error-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0000000d}.close-popup svg{display:block}.button{background:var(--gradient-color);color:#fff;cursor:pointer;box-shadow:0 4px 15px var(--shadow-color);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.button:hover{box-shadow:0 6px 20px var(--shadow-color);transform:translateY(-2px)}.button:active{transform:translateY(0)}.button svg{transition:transform .3s}.button:hover svg{transform:translate(3px)}.tour-popup-content{background:0 0;width:100%;overflow:hidden}.header-section{background:var(--gradient-color);text-align:center;border-radius:12px;padding:2rem;position:relative;overflow:hidden}.floating-elements{pointer-events:none;position:absolute;inset:0}.float-circle,.float-triangle,.float-square{background:#ffffff1a;animation:8s ease-in-out infinite floatMove;position:absolute}.float-circle{border-radius:50%;width:60px;height:60px;animation-delay:0s;top:10px;right:20px}.float-triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%);width:40px;height:40px;animation-delay:3s;top:60px;left:30px}.float-square{border-radius:8px;width:35px;height:35px;animation-delay:6s;top:20px;left:50%;transform:translate(-50%)}.brand-content{z-index:2;position:relative}.logo-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:60px;height:60px;color:var(--light-text);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.logo-badge img{width:32px;height:32px}.brand-title{color:var(--light-text);letter-spacing:-.5px;margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.brand-subtitle{color:#ffffffe6;margin:0;font-size:1rem;font-weight:500}.content-section{background:var(--light-text);padding:2rem 2rem 1.5rem}.welcome-text{text-align:center;margin-bottom:2rem}.main-headline{color:var(--dark-text);background:var(--gradient-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:1.75rem;font-weight:700;line-height:1.3}.description{color:var(--grey-text);max-width:420px;margin:0 auto;font-size:1rem;line-height:1.6}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.service-item{text-align:center;background:#4a6bff05;border:1px solid #0000;border-radius:16px;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-item:before{content:"";background:linear-gradient(90deg,#0000,#4a6bff0d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.service-item:hover{border-color:var(--border-color);background:#4a6bff0d;transform:translateY(-4px)}.service-item:hover:before{left:100%}.service-icon{border-radius:16px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 1rem;transition:all .3s;display:flex}.service-icon svg{width:26px;height:26px}.service-icon.packages{color:#9f26f0;background:#9f26f01a}.service-icon.sightseeing{color:#0faf7a;background:#0faf7a1a}.service-icon.experiences{color:#2695f0;background:#2695f01a}.service-icon.support{color:#37f026;background:#37f0261a}.service-item h3{color:var(--dark-text);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.service-item p{color:var(--grey-text);margin:0;font-size:.9rem;line-height:1.4}.stats-bar{background:#4a6bff08;border-radius:16px;justify-content:center;align-items:center;gap:1.5rem;margin:1.5rem 0;padding:1.5rem;display:flex}.stat{text-align:center}.stat-number{color:var(--primary-color);font-size:1.2rem;font-weight:700;line-height:1;display:block}.stat-label{color:var(--grey-text);margin-top:.25rem;font-size:.8rem;font-weight:500}.stat-divider{background:var(--border-primary);width:1px;height:30px}.cta-section{text-align:center;background:var(--light-text)}.primary-cta{background:var(--gradient-color);width:100%;color:var(--light-text);cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.primary-cta:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.primary-cta:hover{filter:brightness(1.05);transform:translateY(-2px)}.primary-cta:hover:before{left:100%}.primary-cta:hover .cta-arrow{transform:translate(4px)}.cta-arrow{align-items:center;transition:transform .3s;display:flex}.cta-arrow svg{width:20px;height:20px}.cta-subtext{color:var(--grey-text);margin:1rem 0 0;font-size:.85rem;font-weight:500}@keyframes floatMove{0%,to{opacity:.6;transform:translateY(0)rotate(0)}50%{opacity:.8;transform:translateY(-15px)rotate(180deg)}}@media (max-width:640px){.header-section{margin:-1rem -1rem 0;padding:2rem 1.5rem 1.5rem}.content-section,.cta-section{padding-left:1.5rem;padding-right:1.5rem}.brand-title{font-size:2rem}.main-headline{font-size:1.5rem}.services-grid{grid-template-columns:1fr;gap:1rem}.stats-bar{flex-direction:column;gap:1rem;padding:1rem}.stat-divider{width:30px;height:1px}}@media (max-width:480px){.brand-title{font-size:1.8rem}.services-grid{gap:.75rem}.service-item{padding:.75rem}}@media (max-width:1440px){.button{padding:10px 20px;font-size:14px}}@media (max-width:1024px){.last{gap:20px}.navbar{gap:15px}.city-selector{width:150px;margin-left:10px}.profile-container{margin-top:70px}.bookingsContainer{max-width:90%;padding:30px 16px}.heading{font-size:28px}.noBookingsText{font-size:16px}.discoverButton{padding:10px 20px;font-size:15px}}@media (max-width:768px){.mobile-menu{background-image:linear-gradient(109.6deg,#dfeaf7 11.2%,#f4f8fc 91.1%);flex-flow:wrap;justify-content:space-around;align-items:center;width:100%;min-height:80px;display:flex;top:70px;left:0;box-shadow:0 4px 12px #0000000d}.mobile-menu .user-wrapper{flex-direction:column;align-items:flex-start;width:100%;padding:10px 0;display:flex;position:relative}.mobile-menu .user-icon{background:#fff;border:1px solid #eee;border-radius:8px;align-items:center;gap:10px;width:100%;padding:12px;display:flex}.mobile-menu .user-panel{width:100%;box-shadow:none;background:#fff;border:1px solid #ddd;border-radius:10px;margin-top:10px;padding:16px;position:static!important}.navbar{justify-content:space-between}.desktop-menu{display:none}.menu-button{display:flex}.home-popup{width:300px}.home-popup h2{font-size:1.7rem}.home-popup p{font-size:.9rem}.button{font-size:16px}.popup{padding:40px}.profile-container{padding:20px}.profile-page{max-width:600px}.sidebar{min-width:160px;padding:20px}.tab-button{font-size:14px}.content{padding:20px}.bookingsContainer{padding:24px 14px}.heading{font-size:26px}.noBookingsText{font-size:15px}.discoverButton{padding:10px 18px;font-size:14px}}@media (max-width:425px){.navbar a{font-size:12px}.user-icon img{width:40%;height:40%}.desktop-menu{display:none}.menu-button{display:flex}.home-popup{width:300px}.home-popup h2{font-size:1.6rem}.home-popup p{font-size:.85rem}.button{font-size:16px}.popup{padding:40px}.profile-container{padding:20px}.profile-page{flex-direction:column;max-width:600px}.sidebar{flex-direction:row;min-width:160px;padding:20px}.tab-button{font-size:14px}.bookingsContainer{box-shadow:none;border-radius:12px;padding:20px 12px}.heading{font-size:22px}.noBookingsText{margin-bottom:20px;font-size:14px}.discoverButton{width:100%;padding:12px;font-size:14px}}.city-dropdown-container{z-index:100;width:100px;margin-top:10px;position:absolute;right:400px}.city-dropdown{min-width:180px;position:relative}.dropdown-trigger{background:var(--light-text);border:2px solid var(--border-primary);cursor:pointer;box-shadow:var(--card-shadow);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;transition:all .3s;display:flex}.dropdown-trigger:hover{border-color:var(--primary-color);box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-1px)}.selected-city{color:var(--dark-text);white-space:nowrap;font-family:inherit;font-size:14px;font-weight:600}.dropdown-arrow{color:var(--grey-text);font-size:20px;transition:transform .3s}.dropdown-arrow.open{color:var(--primary-color);transform:rotate(180deg)}.dropdown-menu{background:var(--light-text);border:2px solid var(--border-primary);box-shadow:var(--card-shadow);z-index:1000;border-radius:12px;animation:.3s dropdownSlide;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:hidden}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{cursor:pointer;color:var(--dark-text);border-bottom:1px solid var(--border-primary);padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:var(--disable-color);color:var(--primary-color)}.dropdown-item.active{background:var(--primary-color);color:var(--light-text);font-weight:600}.dropdown-item.active:hover{background:var(--hover-color)}@media (max-width:768px){.city-dropdown-container{top:-50px;right:15px}.city-dropdown{min-width:150px}.dropdown-trigger{padding:10px 14px}.selected-city{font-size:13px}.dropdown-item{padding:10px 14px;font-size:13px}}@media (max-width:480px){.city-dropdown-container{top:-45px;right:10px}.city-dropdown{min-width:130px}.dropdown-trigger{padding:8px 12px}.selected-city{font-size:12px}.dropdown-item{padding:8px 12px;font-size:12px}}
.Currency-module__VqScgq__currencyPopup{background:var(--light-text);width:100%;max-width:650px;padding:1.8rem}.Currency-module__VqScgq__popupHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.Currency-module__VqScgq__title{color:var(--dark-text);letter-spacing:-.02em;background:var(--gradient-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.Currency-module__VqScgq__subtitle{color:var(--grey-text);font-size:.95rem;font-weight:500;line-height:1.6}.Currency-module__VqScgq__refreshButton{background:var(--primary-light);border:2px solid var(--primary-color);color:var(--primary-color);cursor:pointer;white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Currency-module__VqScgq__refreshButton:hover:not(:disabled){background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4a6bff4d}.Currency-module__VqScgq__refreshButton:active:not(:disabled){transform:translateY(0)}.Currency-module__VqScgq__refreshButton:disabled{opacity:.6;cursor:not-allowed}.Currency-module__VqScgq__refreshIcon{transition:transform .6s cubic-bezier(.4,0,.2,1)}.Currency-module__VqScgq__refreshButton.Currency-module__VqScgq__refreshing .Currency-module__VqScgq__refreshIcon{animation:1s linear infinite Currency-module__VqScgq__spin}@keyframes Currency-module__VqScgq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Currency-module__VqScgq__refreshText{font-weight:600}.Currency-module__VqScgq__lastUpdated{color:var(--grey-text);background:#4a6bff0d;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.625rem 1rem;font-size:.8rem;font-weight:500;display:flex}.Currency-module__VqScgq__clockIcon{color:var(--primary-color);flex-shrink:0}.Currency-module__VqScgq__searchBox{margin-bottom:1.75rem;position:relative}.Currency-module__VqScgq__searchIcon{color:var(--grey-text);pointer-events:none;z-index:1;transition:color .3s;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.Currency-module__VqScgq__searchInput{border:2px solid var(--border-primary);background:var(--disable-color);width:100%;color:var(--dark-text);border-radius:14px;padding:1rem 1.25rem 1rem 3rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.Currency-module__VqScgq__searchInput:focus{border-color:var(--primary-color);background:#fff;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #4a6bff1a,0 4px 12px #4a6bff26}.Currency-module__VqScgq__searchInput:focus+.Currency-module__VqScgq__searchIcon{color:var(--primary-color)}.Currency-module__VqScgq__searchInput::placeholder{color:var(--grey-text);font-weight:500}.Currency-module__VqScgq__currencyGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-height:420px;margin:-.5rem;padding:.5rem;display:grid;overflow:hidden auto}.Currency-module__VqScgq__currencyGrid::-webkit-scrollbar{width:10px}.Currency-module__VqScgq__currencyGrid::-webkit-scrollbar-track{background:var(--disable-color);border-radius:8px;margin:4px}.Currency-module__VqScgq__currencyGrid::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-color),var(--hover-color));border:2px solid var(--disable-color);border-radius:8px;transition:background .3s}.Currency-module__VqScgq__currencyGrid::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--hover-color),var(--active-color))}.Currency-module__VqScgq__currencyItem{border:2px solid var(--border-primary);cursor:pointer;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Currency-module__VqScgq__currencyItem:before{content:"";background:var(--gradient-color);opacity:0;z-index:0;transition:opacity .3s;position:absolute;inset:0}.Currency-module__VqScgq__currencyItem:hover{border-color:var(--primary-color);transform:translateY(-3px)scale(1.01);box-shadow:0 8px 20px #4a6bff33,0 3px 8px #4a6bff1a}.Currency-module__VqScgq__currencyItem:active{transform:translateY(-1px)scale(.99)}.Currency-module__VqScgq__currencyItem.Currency-module__VqScgq__selected{border-color:var(--primary-color);background:linear-gradient(135deg,#4a6bff14,#6b46ff0d);box-shadow:0 4px 12px #4a6bff26}.Currency-module__VqScgq__currencyItem.Currency-module__VqScgq__selected:before{opacity:.03}.Currency-module__VqScgq__currencyItem.Currency-module__VqScgq__disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:grayscale(.3)}.Currency-module__VqScgq__currencyInfo{z-index:1;align-items:center;gap:1.125rem;display:flex;position:relative}.Currency-module__VqScgq__currencySymbol{background:var(--disable-color);width:50px;height:50px;color:var(--primary-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.35rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #4a6bff1a}.Currency-module__VqScgq__currencyItem:hover .Currency-module__VqScgq__currencySymbol{background:var(--gradient-color);color:#fff;transform:scale(1.08);box-shadow:0 4px 12px #4a6bff4d}.Currency-module__VqScgq__currencyItem.Currency-module__VqScgq__selected .Currency-module__VqScgq__currencySymbol{background:var(--gradient-color);color:#fff;box-shadow:0 4px 12px #4a6bff4d}.Currency-module__VqScgq__currencyDetails{flex-direction:column;gap:.25rem;display:flex}.Currency-module__VqScgq__currencyCode{color:var(--dark-text);letter-spacing:.03em;font-size:1rem;font-weight:800}.Currency-module__VqScgq__currencyName{color:var(--grey-text);font-size:.825rem;font-weight:600}.Currency-module__VqScgq__checkmark{background:var(--gradient-color);color:#fff;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;animation:.5s cubic-bezier(.68,-.55,.265,1.55) Currency-module__VqScgq__checkmarkBounce;display:flex;position:relative;box-shadow:0 4px 12px #4a6bff66}@keyframes Currency-module__VqScgq__checkmarkBounce{0%{opacity:0;transform:scale(0)rotate(-180deg)}50%{transform:scale(1.2)rotate(10deg)}to{opacity:1;transform:scale(1)rotate(0)}}.Currency-module__VqScgq__noResults{text-align:center;color:var(--grey-text);background:var(--disable-color);border:2px dashed var(--border-primary);border-radius:14px;grid-column:1/-1;padding:3.5rem 2rem;font-size:.95rem;font-weight:600}.Currency-module__VqScgq__infoNote{background:linear-gradient(135deg,#4a6bff0d,#6b46ff08);border:2px solid #4a6bff26;border-radius:14px;align-items:flex-start;gap:1.125rem;margin-top:2rem;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #4a6bff14}.Currency-module__VqScgq__infoNote:before{content:"";background:var(--gradient-color);width:4px;height:100%;position:absolute;top:0;left:0}.Currency-module__VqScgq__noteIcon{filter:drop-shadow(0 2px 4px #4a6bff33);flex-shrink:0;font-size:1.5rem;line-height:1}.Currency-module__VqScgq__noteText{color:var(--dark-text);font-size:.875rem;font-weight:500;line-height:1.6}.Currency-module__VqScgq__noteText strong{color:var(--primary-color);font-weight:700}@media (max-width:768px){.Currency-module__VqScgq__currencyPopup{padding:1.5rem}.Currency-module__VqScgq__popupHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.Currency-module__VqScgq__title{font-size:1.5rem}.Currency-module__VqScgq__subtitle{font-size:.875rem}.Currency-module__VqScgq__refreshButton{justify-content:center;width:100%}.Currency-module__VqScgq__lastUpdated{padding:.5rem .875rem;font-size:.75rem}.Currency-module__VqScgq__searchBox{margin-bottom:1.5rem}.Currency-module__VqScgq__currencyGrid{grid-template-columns:1fr;gap:.875rem;max-height:360px}.Currency-module__VqScgq__currencyItem{padding:1rem 1.25rem}.Currency-module__VqScgq__currencySymbol{width:46px;height:46px;font-size:1.2rem}.Currency-module__VqScgq__infoNote{margin-top:1.5rem;padding:1rem 1.25rem}}@media (max-width:480px){.Currency-module__VqScgq__currencyPopup{padding:1.25rem}.Currency-module__VqScgq__popupHeader{gap:.5rem}.Currency-module__VqScgq__title{font-size:1.35rem}.Currency-module__VqScgq__subtitle{font-size:.825rem}.Currency-module__VqScgq__refreshButton{padding:.5rem .875rem;font-size:.8rem}.Currency-module__VqScgq__refreshText{display:none}.Currency-module__VqScgq__lastUpdated{font-size:.7rem}.Currency-module__VqScgq__searchInput{padding:.875rem 1rem .875rem 2.75rem;font-size:.9rem}.Currency-module__VqScgq__searchIcon{left:1rem}.Currency-module__VqScgq__currencyGrid{gap:.75rem;max-height:320px}.Currency-module__VqScgq__currencyItem{padding:.875rem 1rem}.Currency-module__VqScgq__currencyInfo{gap:1rem}.Currency-module__VqScgq__currencySymbol{width:42px;height:42px;font-size:1.1rem}.Currency-module__VqScgq__currencyCode{font-size:.95rem}.Currency-module__VqScgq__currencyName{font-size:.75rem}.Currency-module__VqScgq__checkmark{width:32px;height:32px}.Currency-module__VqScgq__noteText{font-size:.8rem}.Currency-module__VqScgq__noteIcon{font-size:1.35rem}}.Currency-module__VqScgq__currencyItem:focus{outline:3px solid var(--primary-color);outline-offset:3px}.Currency-module__VqScgq__searchInput:focus{outline:none}.Currency-module__VqScgq__currencyItem:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px}@media (prefers-reduced-motion:reduce){.Currency-module__VqScgq__currencyItem,.Currency-module__VqScgq__currencySymbol,.Currency-module__VqScgq__checkmark,.Currency-module__VqScgq__searchInput{transition:none;animation:none}.Currency-module__VqScgq__currencyItem:hover{transform:none}}
.Navbar-module__P48_Aa__navbar{z-index:9999;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-primary);box-shadow:0 1px 3px var(--shadow-light);will-change:transform,background;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module__P48_Aa__navbar.Navbar-module__P48_Aa__scrolled{box-shadow:0 4px 20px var(--shadow-color);border-bottom-color:var(--border-secondary);background:#fff}.Navbar-module__P48_Aa__navbarContainer{justify-content:space-between;align-items:center;max-width:1400px;height:72px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Navbar-module__P48_Aa__navbarBrand{z-index:10;flex-shrink:0}.Navbar-module__P48_Aa__logo{cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:-.02em;align-items:center;gap:12px;height:50px;font-size:1.75rem;font-weight:800;transition:gap .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Navbar-module__P48_Aa__logo:hover{transform:scale(1.02)}.Navbar-module__P48_Aa__logoScrolled{gap:8px}.Navbar-module__P48_Aa__logoText{color:var(--dark-text);font-size:1.5rem;line-height:1}.Navbar-module__P48_Aa__logoHighlight{background:var(--gradient-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;line-height:1;position:relative}.Navbar-module__P48_Aa__logoImage{opacity:1;flex-shrink:0;justify-content:center;align-items:center;width:auto;max-width:100px;height:50px;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),width .5s cubic-bezier(.4,0,.2,1),max-width .5s cubic-bezier(.4,0,.2,1);display:flex;transform:scale(1)translate(0)}.Navbar-module__P48_Aa__logoImg{object-fit:contain;width:100%;height:100%;display:block}.Navbar-module__P48_Aa__logoImageHidden{opacity:0;width:0;max-width:0;margin:0;overflow:hidden;transform:scale(.7)translate(-20px)}.Navbar-module__P48_Aa__logoTextWrapper{opacity:0;white-space:nowrap;align-items:center;gap:4px;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(20px)}.Navbar-module__P48_Aa__logoTextVisible{opacity:1;transform:translate(0)}.Navbar-module__P48_Aa__navbarCenter{display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__P48_Aa__navLinks{align-items:center;gap:.5rem;display:flex}.Navbar-module__P48_Aa__navLinkWrapper{align-items:center;display:flex;position:relative}.Navbar-module__P48_Aa__navLink{color:var(--dark-text);white-space:nowrap;cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Navbar-module__P48_Aa__navLink:hover{color:var(--primary-color);background:#4f46e514}.Navbar-module__P48_Aa__navLink.Navbar-module__P48_Aa__active{color:var(--light-text);background:var(--gradient-color);box-shadow:0 2px 8px #4f46e54d}.Navbar-module__P48_Aa__navLink.Navbar-module__P48_Aa__dropdownActive{color:var(--primary-color);background:#4f46e514}.Navbar-module__P48_Aa__dropdownChevron{transition:transform .3s}.Navbar-module__P48_Aa__dropdownChevron.Navbar-module__P48_Aa__rotated{transform:rotate(180deg)}.Navbar-module__P48_Aa__dropdown{box-shadow:0 20px 40px var(--shadow-color),0 8px 16px var(--shadow-light);z-index:1000;border:1px solid var(--border-primary);transform-origin:0 0;background:#fff;border-radius:16px;min-width:320px;padding:.75rem 0;animation:.3s cubic-bezier(.4,0,.2,1) Navbar-module__P48_Aa__slideDown;position:absolute;top:calc(100% + 1rem);left:0}.Navbar-module__P48_Aa__dropdownHeader{color:var(--grey-text);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-secondary);margin-bottom:.5rem;padding:.75rem 1.25rem .5rem;font-size:.75rem;font-weight:600}.Navbar-module__P48_Aa__dropdownItem{cursor:pointer;color:var(--dark-text);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;position:relative}.Navbar-module__P48_Aa__dropdownItem:hover{background:var(--primary-light);color:var(--primary-color)}.Navbar-module__P48_Aa__dropdownItemContent{flex-direction:column;flex:1;gap:.25rem;display:flex}.Navbar-module__P48_Aa__dropdownItemTitle{align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.Navbar-module__P48_Aa__dropdownItemSubtitle{color:var(--grey-text);font-size:.8rem;font-weight:400}.Navbar-module__P48_Aa__trendingBadgeSmall{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:6px;align-items:center;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.Navbar-module__P48_Aa__dropdownArrow{color:var(--grey-text);transition:transform .2s}.Navbar-module__P48_Aa__dropdownItem:hover .Navbar-module__P48_Aa__dropdownArrow{color:var(--primary-color);transform:translate(4px)}.Navbar-module__P48_Aa__dropdownDivider{background:var(--border-secondary);height:1px;margin:.5rem 0}.Navbar-module__P48_Aa__viewAllItem{color:var(--primary-color);font-weight:600}.Navbar-module__P48_Aa__viewAllItem:hover{background:var(--primary-light)}.Navbar-module__P48_Aa__comingSoon{cursor:not-allowed;opacity:.6}.Navbar-module__P48_Aa__comingSoon:hover{color:var(--dark-text);background:0 0}.Navbar-module__P48_Aa__comingSoonBadge{background:var(--disable-color);color:var(--grey-text);border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:600}.Navbar-module__P48_Aa__hasSubmenu{position:relative}.Navbar-module__P48_Aa__submenuArrow{color:var(--grey-text);transition:transform .2s}.Navbar-module__P48_Aa__hasSubmenu:hover .Navbar-module__P48_Aa__submenuArrow{color:var(--primary-color);transform:translate(4px)}.Navbar-module__P48_Aa__submenu{box-shadow:0 20px 40px var(--shadow-color),0 8px 16px var(--shadow-light);z-index:1001;border:1px solid var(--border-primary);background:#fff;border-radius:16px;min-width:280px;margin-left:.5rem;padding:.75rem 0;animation:.3s cubic-bezier(.4,0,.2,1) Navbar-module__P48_Aa__slideRight;position:absolute;top:0;left:100%}.Navbar-module__P48_Aa__submenuHeader{color:var(--grey-text);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-secondary);margin-bottom:.5rem;padding:.75rem 1.25rem .5rem;font-size:.75rem;font-weight:600}.Navbar-module__P48_Aa__submenuItem{cursor:pointer;color:var(--dark-text);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;font-size:.9rem;transition:all .2s;display:flex}.Navbar-module__P48_Aa__submenuItem:hover{background:var(--primary-light);color:var(--primary-color)}.Navbar-module__P48_Aa__submenuItemContent{flex-direction:column;gap:.25rem;width:100%;display:flex}.Navbar-module__P48_Aa__experienceType{color:var(--grey-text);font-size:.75rem;font-weight:600}.Navbar-module__P48_Aa__navbarActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Navbar-module__P48_Aa__actionIcon{width:44px;height:44px;color:var(--grey-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Navbar-module__P48_Aa__actionIcon:hover{background:var(--primary-light);color:var(--primary-color);box-shadow:0 4px 12px var(--shadow-light);border-color:#4f46e51a;transform:translateY(-1px)}.Navbar-module__P48_Aa__actionIcon.Navbar-module__P48_Aa__active{background:var(--primary-light);color:var(--primary-color);border-color:#4f46e533}.Navbar-module__P48_Aa__cartWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__P48_Aa__cartBadge{background:var(--error-color);color:var(--light-text);border:2px solid #fff;border-radius:12px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #ef44444d}.Navbar-module__P48_Aa__profileWrapper{position:relative}.Navbar-module__P48_Aa__profileIcon{gap:.5rem;width:auto;min-width:80px;padding:0 .75rem;position:relative}.Navbar-module__P48_Aa__chevron{margin-left:.25rem;transition:transform .3s}.Navbar-module__P48_Aa__chevron.Navbar-module__P48_Aa__rotated{transform:rotate(180deg)}@keyframes Navbar-module__P48_Aa__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Navbar-module__P48_Aa__profilePanel{box-shadow:0 20px 40px var(--shadow-color),0 8px 16px var(--shadow-light);z-index:1000;border:1px solid var(--border-primary);transform-origin:100% 0;background:#fff;border-radius:16px;min-width:280px;padding:.75rem 0;animation:.3s cubic-bezier(.4,0,.2,1) Navbar-module__P48_Aa__slideDown;position:absolute;top:calc(100% + .75rem);right:0}.Navbar-module__P48_Aa__panelHeader{color:var(--dark-text);border-bottom:1px solid var(--border-secondary);margin-bottom:.5rem;padding:1rem 1.25rem .75rem;font-size:1rem;font-weight:600}.Navbar-module__P48_Aa__panelItem:hover{background:var(--primary-light);color:var(--primary-color)}.Navbar-module__P48_Aa__itemLeft{align-items:center;gap:.75rem;display:flex}.Navbar-module__P48_Aa__panelDivider{background:var(--border-secondary);height:1px;margin:.5rem 0}.Navbar-module__P48_Aa__loginItem:hover{background:var(--primary-light);color:var(--primary-color)}.Navbar-module__P48_Aa__logoutItem{margin-top:.25rem;color:var(--error-color)!important}.Navbar-module__P48_Aa__logoutItem:hover{color:var(--error-color)!important;background:#ef444414!important}.Navbar-module__P48_Aa__mobileMenuToggle{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;padding:.5rem;transition:all .3s;display:none}.Navbar-module__P48_Aa__hamburger{flex-direction:column;gap:4px;width:20px;display:flex}.Navbar-module__P48_Aa__hamburger span{background:var(--grey-text);border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Navbar-module__P48_Aa__mobileMenuToggle:hover .Navbar-module__P48_Aa__hamburger span{background:var(--primary-color)}.Navbar-module__P48_Aa__mobileMenuToggle.Navbar-module__P48_Aa__active .Navbar-module__P48_Aa__hamburger span:first-child{transform:rotate(45deg)translate(6px,6px)}.Navbar-module__P48_Aa__mobileMenuToggle.Navbar-module__P48_Aa__active .Navbar-module__P48_Aa__hamburger span:nth-child(2){opacity:0}.Navbar-module__P48_Aa__mobileMenuToggle.Navbar-module__P48_Aa__active .Navbar-module__P48_Aa__hamburger span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.Navbar-module__P48_Aa__mobileMenuOverlay{z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;animation:.3s Navbar-module__P48_Aa__fadeIn;position:fixed;inset:0}.Navbar-module__P48_Aa__mobileMenu{z-index:9999;width:380px;max-width:90vw;height:100vh;box-shadow:-4px 0 20px var(--shadow-color);border-left:1px solid var(--border-primary);background:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-400px;overflow-y:auto}.Navbar-module__P48_Aa__mobileMenu.Navbar-module__P48_Aa__open{right:0}.Navbar-module__P48_Aa__mobileMenuHeader{border-bottom:1px solid var(--border-secondary);background:var(--disable-color);justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.Navbar-module__P48_Aa__mobileMenuTitle{color:var(--dark-text);font-size:1.25rem;font-weight:700}.Navbar-module__P48_Aa__mobileMenuClose{cursor:pointer;color:var(--grey-text);background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.Navbar-module__P48_Aa__mobileMenuClose:hover{color:var(--dark-text);background:#0000000d}.Navbar-module__P48_Aa__mobileMenuContent{padding:1.5rem}.Navbar-module__P48_Aa__mobileNavSection{margin-bottom:2rem}.Navbar-module__P48_Aa__sectionTitle{color:var(--grey-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.8rem;font-weight:600}.Navbar-module__P48_Aa__mobileNavLinks{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__P48_Aa__mobileNavLink{color:var(--dark-text);border:1px solid var(--border-secondary);background:0 0;border-radius:12px;align-items:center;padding:1rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__P48_Aa__mobileNavLink:hover{background:var(--primary-light);color:var(--primary-color);border-color:#4f46e533;transform:translate(4px)}.Navbar-module__P48_Aa__mobileNavLink.Navbar-module__P48_Aa__active{background:var(--gradient-color);color:var(--light-text);border-color:#0000;box-shadow:0 4px 12px #4f46e54d}.Navbar-module__P48_Aa__mobileQuickActions{flex-direction:column;gap:.75rem;display:flex}.Navbar-module__P48_Aa__mobileActionItem{color:var(--dark-text);background:var(--disable-color);border:1px solid var(--border-primary);border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__P48_Aa__mobileActionItem:hover{background:var(--primary-light);color:var(--primary-color);border-color:#4f46e533;transform:translate(4px)}.Navbar-module__P48_Aa__actionIconWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__P48_Aa__mobileCartBadge{background:var(--error-color);color:var(--light-text);border:2px solid #fff;border-radius:12px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.Navbar-module__P48_Aa__mobileUserInfo{background:var(--gradient-color);color:var(--light-text);border-radius:16px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.Navbar-module__P48_Aa__mobileUserAvatar{width:50px;height:50px;color:var(--light-text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:12px;justify-content:center;align-items:center;display:flex}.Navbar-module__P48_Aa__mobileUserDetails{flex:1}.Navbar-module__P48_Aa__mobileUserName{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.Navbar-module__P48_Aa__mobileUserEmail{opacity:.9;margin-bottom:.5rem;font-size:.85rem}.Navbar-module__P48_Aa__mobileUserStatus{align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.Navbar-module__P48_Aa__statusDot{background:var(--success-color);border-radius:50%;width:8px;height:8px;animation:2s infinite Navbar-module__P48_Aa__pulse}.Navbar-module__P48_Aa__mobileProfileActions{flex-direction:column;gap:.75rem;display:flex}.Navbar-module__P48_Aa__mobileProfileBtn{background:var(--disable-color);border:1px solid var(--border-primary);color:var(--dark-text);cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__P48_Aa__mobileProfileBtn.Navbar-module__P48_Aa__logout{color:var(--error-color);background:#ef44440d;border-color:#ef444433}.Navbar-module__P48_Aa__mobileProfileBtn.Navbar-module__P48_Aa__logout:hover{color:var(--error-color);background:#ef44441a;border-color:#ef44444d}.Navbar-module__P48_Aa__mobileLoginBtn{background:var(--gradient-color);color:var(--light-text);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 16px #4f46e54d}.Navbar-module__P48_Aa__mobileLoginBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}@keyframes Navbar-module__P48_Aa__slideDown{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Navbar-module__P48_Aa__slideRight{0%{opacity:0;transform:translate(-12px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Navbar-module__P48_Aa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1200px){.Navbar-module__P48_Aa__navbarContainer{padding:0 1.5rem}.Navbar-module__P48_Aa__navLinks{gap:.25rem}.Navbar-module__P48_Aa__navLink{padding:.6rem 1.25rem;font-size:.9rem}.Navbar-module__P48_Aa__dropdown{min-width:280px}.Navbar-module__P48_Aa__submenu{min-width:260px}}@media (max-width:1024px){.Navbar-module__P48_Aa__navbarCenter{display:none}.Navbar-module__P48_Aa__navbarContainer{justify-content:space-between}.Navbar-module__P48_Aa__navbarActions{gap:.5rem}.Navbar-module__P48_Aa__actionIcon{width:42px;height:42px}}@media (max-width:768px){.Navbar-module__P48_Aa__navbarContainer{height:64px;padding:0 1rem}.Navbar-module__P48_Aa__logo{height:40px;font-size:1.35rem}.Navbar-module__P48_Aa__logoImage{max-width:80px;height:40px}.Navbar-module__P48_Aa__logoText,.Navbar-module__P48_Aa__logoHighlight{font-size:1.25rem}.Navbar-module__P48_Aa__supportIcon,.Navbar-module__P48_Aa__cartWrapper,.Navbar-module__P48_Aa__profileIcon{display:none}.Navbar-module__P48_Aa__mobileMenuToggle{display:flex}.Navbar-module__P48_Aa__actionIcon{width:40px;height:40px}.Navbar-module__P48_Aa__navbarActions{gap:.5rem}.Navbar-module__P48_Aa__mobileMenu{width:340px}}@media (max-width:480px){.Navbar-module__P48_Aa__navbarContainer{padding:0 .75rem}.Navbar-module__P48_Aa__logo{gap:8px;height:36px;font-size:1.2rem}.Navbar-module__P48_Aa__logoImage{max-width:70px;height:36px}.Navbar-module__P48_Aa__logoText,.Navbar-module__P48_Aa__logoHighlight{font-size:1.1rem}.Navbar-module__P48_Aa__mobileMenu{width:100vw;right:-100vw}.Navbar-module__P48_Aa__mobileMenu.Navbar-module__P48_Aa__open{right:0}.Navbar-module__P48_Aa__mobileMenuContent{padding:1rem}}.Navbar-module__P48_Aa__navLink:focus,.Navbar-module__P48_Aa__actionIcon:focus,.Navbar-module__P48_Aa__mobileNavLink:focus,.Navbar-module__P48_Aa__mobileActionItem:focus,.Navbar-module__P48_Aa__mobileProfileBtn:focus,.Navbar-module__P48_Aa__mobileLoginBtn:focus,.Navbar-module__P48_Aa__dropdownItem:focus,.Navbar-module__P48_Aa__submenuItem:focus,.Navbar-module__P48_Aa__navLink:focus-visible,.Navbar-module__P48_Aa__actionIcon:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (prefers-contrast:high){.Navbar-module__P48_Aa__navbar{border-bottom:2px solid var(--dark-text);background:#fff}.Navbar-module__P48_Aa__navLink,.Navbar-module__P48_Aa__actionIcon{border:1px solid #0000}.Navbar-module__P48_Aa__navLink:hover,.Navbar-module__P48_Aa__actionIcon:hover{border-color:var(--primary-color)}.Navbar-module__P48_Aa__profilePanel{border:2px solid var(--dark-text)}}@media (prefers-reduced-motion:reduce){.Navbar-module__P48_Aa__navLink,.Navbar-module__P48_Aa__actionIcon,.Navbar-module__P48_Aa__mobileNavLink,.Navbar-module__P48_Aa__mobileActionItem,.Navbar-module__P48_Aa__logo,.Navbar-module__P48_Aa__mobileMenu,.Navbar-module__P48_Aa__profilePanel,.Navbar-module__P48_Aa__chevron{transition:none}.Navbar-module__P48_Aa__profilePanel{animation:none}}.Navbar-module__P48_Aa__mobileCurrencyBadge{color:var(--primary-color);background:var(--primary-light);letter-spacing:.02em;border-radius:8px;margin-left:auto;padding:.35rem .75rem;font-size:.85rem;font-weight:700;transition:all .3s}.Navbar-module__P48_Aa__mobileProfileBtn:hover .Navbar-module__P48_Aa__mobileCurrencyBadge{background:var(--primary-color);color:#fff;transform:translate(-2px)}.Navbar-module__P48_Aa__itemRight{align-items:center;gap:.5rem;display:flex}.Navbar-module__P48_Aa__currencyDisplay{color:var(--primary-color);background:var(--primary-light);letter-spacing:.02em;border-radius:8px;padding:.35rem .75rem;font-size:.9rem;font-weight:600;transition:all .2s}.Navbar-module__P48_Aa__panelItem:hover .Navbar-module__P48_Aa__currencyDisplay{background:var(--primary-color);color:#fff;transform:translate(-2px)}.Navbar-module__P48_Aa__currencyLoading{color:var(--grey-text);padding:.35rem .75rem;font-size:.9rem}.Navbar-module__P48_Aa__panelItem{cursor:pointer;color:var(--dark-text);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}@media (max-width:768px){.Navbar-module__P48_Aa__currencyDisplay{padding:.3rem .65rem;font-size:.85rem}}.Navbar-module__P48_Aa__mobileProfileBtn{background:var(--disable-color);border:1px solid var(--border-primary);color:var(--dark-text);cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Navbar-module__P48_Aa__mobileProfileBtn:hover{background:var(--primary-light);color:var(--primary-color);border-color:#4f46e533;transform:translate(4px)}@media (max-width:768px){.Navbar-module__P48_Aa__mobileCurrencyBadge{padding:.3rem .65rem;font-size:.8rem}}@media (max-width:480px){.Navbar-module__P48_Aa__mobileCurrencyBadge{padding:.25rem .6rem;font-size:.75rem}}body:has(.Navbar-module__P48_Aa__mobileMenu.Navbar-module__P48_Aa__open){width:100%!important;position:fixed!important;overflow:hidden!important}.Navbar-module__P48_Aa__mobileMenu.Navbar-module__P48_Aa__open{-webkit-overflow-scrolling:touch;position:fixed;overflow-y:auto}
.Footer-module__UDEoiW__footer{--primary-color:#4a6bff;--secondary-color:#6b46ff;--accent-color:#ff6b9d;--gradient-color:linear-gradient(135deg,#4a6bff 0%,#6b46ff 50%,#ff6b9d 100%);--active-color:#2d3748;--hover-color:#4a6bff;--dark-text:#2d3748;--grey-text:#718096;--light-bg:#fffffff2;--glass-bg:#ffffff1a;--shadow-light:0 4px 25px #0000001a;--shadow-heavy:0 20px 60px #00000026;padding-top:2rem;position:relative;overflow:visible}.Footer-module__UDEoiW__wrapper{z-index:10;background:#fff;border-radius:50px;width:100%;max-width:80vw;min-height:40vh;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 2px 8px #63636333}.Footer-module__UDEoiW__aurora{filter:blur(80px);z-index:1;position:absolute;inset:-30%}.Footer-module__UDEoiW__aurora span{opacity:.7;border-radius:50%;animation:6s linear infinite Footer-module__UDEoiW__float;position:absolute}.Footer-module__UDEoiW__blob1{background:radial-gradient(circle,#00c6ff,#0000 70%);width:50vw;height:50vw;animation-duration:28s;top:5%;left:5%}.Footer-module__UDEoiW__blob2{background:radial-gradient(circle,#7f7cff,#0000 70%);width:55vw;height:55vw;animation-duration:32s;top:25%;right:0%}.Footer-module__UDEoiW__blob3{background:radial-gradient(circle,#ff7ad9,#0000 70%);width:45vw;height:45vw;animation-duration:36s;bottom:5%;left:20%}.Footer-module__UDEoiW__blob4{background:radial-gradient(circle,#e07aff,#0000 70%);width:60vw;height:60vw;animation-duration:40s;top:5%;left:-30%}.Footer-module__UDEoiW__blob5{background:radial-gradient(circle,#00fff2,#0000 70%);width:40vw;height:40vw;animation-duration:34s;bottom:-10%;right:-10%}.Footer-module__UDEoiW__blob6{background:radial-gradient(circle,#ff6b9d,#0000 70%);width:48vw;height:48vw;animation-duration:38s;top:40%;left:40%}.Footer-module__UDEoiW__blob7{background:radial-gradient(circle,#4a6bff,#0000 70%);width:52vw;height:52vw;animation-duration:42s;bottom:20%;right:20%}.Footer-module__UDEoiW__blob8{background:radial-gradient(circle,#b47aff,#0000 70%);width:46vw;height:46vw;animation-duration:30s;top:-5%;right:-15%}@keyframes Footer-module__UDEoiW__float{0%{transform:translate(0)scale(1)rotate(0)}25%{transform:translate(15%,-20%)scale(1.08)rotate(90deg)}50%{transform:translate(-20%,15%)scale(.92)rotate(180deg)}75%{transform:translate(15%,20%)scale(1.12)rotate(270deg)}to{transform:translate(0)scale(1)rotate(360deg)}}.Footer-module__UDEoiW__content{z-index:100;flex-direction:column;justify-content:center;height:100%;padding:3rem;display:flex;position:relative}.Footer-module__UDEoiW__footerContent{z-index:5;background:#fff;border-radius:60px 60px 0 0;width:100%;min-height:30vh;margin-top:-50px;padding:3rem 5rem;transition:margin-top .3s;position:relative;box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.Footer-module__UDEoiW__footerAll{flex-flow:wrap;justify-content:space-between;gap:2rem;max-width:80%;margin:1rem auto;display:flex}.Footer-module__UDEoiW__section{min-width:200px;transition:all .3s}.Footer-module__UDEoiW__section h3{color:var(--dark-text);cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.Footer-module__UDEoiW__mobileToggle{display:none}.Footer-module__UDEoiW__sectionContent{display:block}.Footer-module__UDEoiW__sectionContentTexts{max-width:70%}.Footer-module__UDEoiW__topContent{flex-direction:row;gap:10px;display:flex}.Footer-module__UDEoiW__footerBackground{width:auto;max-height:200px}.Footer-module__UDEoiW__logoContainer{flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;display:flex}.Footer-module__UDEoiW__logo{align-items:center;margin-bottom:.5rem;font-size:2rem;font-weight:800;display:flex}.Footer-module__UDEoiW__logoImg{object-fit:contain;width:auto;height:80px}.Footer-module__UDEoiW__logoTagline{color:var(--grey-text);margin-top:.5rem;font-size:.875rem;font-style:italic}.Footer-module__UDEoiW__description{color:var(--grey-text);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Footer-module__UDEoiW__socials{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__UDEoiW__socialLink{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--dark-text);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__UDEoiW__socialLink:hover{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-light);transform:translateY(-2px)}.Footer-module__UDEoiW__socialIcon{justify-content:center;align-items:center;display:flex}.Footer-module__UDEoiW__socialLabel{font-weight:500}.Footer-module__UDEoiW__linksList{margin:0;padding:0;list-style:none}.Footer-module__UDEoiW__linksList li{margin-bottom:.75rem}.Footer-module__UDEoiW__linksList a{color:var(--grey-text);font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-block}.Footer-module__UDEoiW__linksList a:hover{color:var(--primary-color);transform:translate(5px)}.Footer-module__UDEoiW__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__UDEoiW__contactItem{color:var(--grey-text);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Footer-module__UDEoiW__contactIcon{color:var(--primary-color);flex-shrink:0;font-size:1.25rem}.Footer-module__UDEoiW__contactItem a{color:var(--grey-text);text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__contactItem a:hover{color:var(--primary-color)}.Footer-module__UDEoiW__footerBottom{border-top:1px solid #0000001a;max-width:80%;margin:2rem auto 0;padding-top:2rem}.Footer-module__UDEoiW__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__UDEoiW__copyright{color:var(--grey-text);margin:0;font-size:.875rem}.Footer-module__UDEoiW__footerLinks{gap:1.5rem;display:flex}.Footer-module__UDEoiW__footerLinks a{color:var(--grey-text);font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__footerLinks a:hover{color:var(--primary-color)}@media (max-width:1200px){.Footer-module__UDEoiW__wrapper{max-width:90%;min-height:38vh}.Footer-module__UDEoiW__footerAll{flex-wrap:nowrap;max-width:90%}.Footer-module__UDEoiW__footerBottom{max-width:85%}}@media (max-width:1024px){.Footer-module__UDEoiW__wrapper{max-width:90%;min-height:45vh}.Footer-module__UDEoiW__footerContent{padding:2.5rem 3rem}.Footer-module__UDEoiW__footerAll{flex-wrap:wrap;gap:2.5rem;max-width:90%}.Footer-module__UDEoiW__content{padding:2.5rem}.Footer-module__UDEoiW__logoImg{height:70px}}@media (max-width:768px){.Footer-module__UDEoiW__footerAll{flex-direction:column;gap:0;max-width:100%}.Footer-module__UDEoiW__footerContent{border-radius:30px 30px 0 0}.Footer-module__UDEoiW__section{border-bottom:1px solid #0000001a;min-width:100%;padding:1.5rem 0}.Footer-module__UDEoiW__section:last-child{border-bottom:none}.Footer-module__UDEoiW__section h3{margin-bottom:0;font-size:1.1rem}.Footer-module__UDEoiW__mobileToggle{color:var(--primary-color);display:block}.Footer-module__UDEoiW__sectionContent{margin-top:1.5rem;animation:.3s Footer-module__UDEoiW__slideDown;display:none}.Footer-module__UDEoiW__section.Footer-module__UDEoiW__active .Footer-module__UDEoiW__sectionContent{display:block}.Footer-module__UDEoiW__topContent{flex-direction:column;justify-content:center;align-items:center;display:flex}.Footer-module__UDEoiW__sectionContentTexts{margin:0 auto}.Footer-module__UDEoiW__sectionContentImage{justify-content:flex-end;align-items:center;margin-top:1rem;display:flex}.Footer-module__UDEoiW__footerBackground{margin:0 auto}@keyframes Footer-module__UDEoiW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Footer-module__UDEoiW__logoImg{height:60px}.Footer-module__UDEoiW__logoContainer{text-align:center;align-items:center}.Footer-module__UDEoiW__description{text-align:center}.Footer-module__UDEoiW__socials{justify-content:center}.Footer-module__UDEoiW__footerBottom{max-width:100%;margin-top:1.5rem;padding-top:1.5rem}.Footer-module__UDEoiW__footerBottomContent{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__UDEoiW__footerLinks{flex-flow:wrap;justify-content:center;gap:1rem}}@media (max-width:480px){.Footer-module__UDEoiW__wrapper{border-radius:30px;max-width:100vw;min-height:55vh}.Footer-module__UDEoiW__content,.Footer-module__UDEoiW__footerContent{padding:1.5rem}.Footer-module__UDEoiW__section{padding:1.25rem 0}.Footer-module__UDEoiW__section h3{font-size:1rem}.Footer-module__UDEoiW__footerBackground{width:auto;max-height:150px}.Footer-module__UDEoiW__logoImg{height:50px}.Footer-module__UDEoiW__description{font-size:.9rem}.Footer-module__UDEoiW__socials{flex-flow:row;width:100%}.Footer-module__UDEoiW__socialLink{justify-content:center;width:100%;padding:.75rem 1rem}.Footer-module__UDEoiW__linksList a,.Footer-module__UDEoiW__contactItem{font-size:.9rem}.Footer-module__UDEoiW__footerLinks{flex-direction:column;gap:.75rem}.Footer-module__UDEoiW__copyright,.Footer-module__UDEoiW__footerLinks a{font-size:.8rem}}@media (max-width:380px){.Footer-module__UDEoiW__wrapper{min-height:50vh}.Footer-module__UDEoiW__logoImg{height:45px}.Footer-module__UDEoiW__section h3{font-size:.95rem}.Footer-module__UDEoiW__description,.Footer-module__UDEoiW__linksList a,.Footer-module__UDEoiW__contactItem{font-size:.85rem}}
.FloatingButtons-module__k5R0fW__floatingContainer{z-index:1000;flex-direction:column-reverse;align-items:center;gap:16px;display:flex;position:fixed;bottom:32px;right:32px}.FloatingButtons-module__k5R0fW__whatsappButton{cursor:pointer;background:linear-gradient(135deg,#25d365 0%,#20c157 100%);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:2s infinite FloatingButtons-module__k5R0fW__pulse;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #25d3664d,0 4px 12px #00000026}.FloatingButtons-module__k5R0fW__whatsappButton:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 12px 35px #25d36666,0 6px 16px #0003}.FloatingButtons-module__k5R0fW__whatsappButton:active{transform:translateY(0)scale(1.02)}.FloatingButtons-module__k5R0fW__ripple{pointer-events:none;border:2px solid #25d36699;border-radius:50%;animation:2s infinite FloatingButtons-module__k5R0fW__ripple;position:absolute}@keyframes FloatingButtons-module__k5R0fW__ripple{0%{opacity:1;width:0;height:0}to{opacity:0;width:80px;height:80px}}@keyframes FloatingButtons-module__k5R0fW__pulse{0%,to{box-shadow:0 8px 25px #25d3664d,0 4px 12px #00000026}50%{box-shadow:0 8px 25px #25d36680,0 4px 12px #00000026}}.FloatingButtons-module__k5R0fW__iconWrapper{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.FloatingButtons-module__k5R0fW__icon{width:36px;height:36px;transition:transform .3s}.FloatingButtons-module__k5R0fW__whatsappButton:hover .FloatingButtons-module__k5R0fW__icon{transform:scale(1.1)}.FloatingButtons-module__k5R0fW__scrollTopButton{cursor:pointer;opacity:0;pointer-events:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:translateY(20px)scale(.8);box-shadow:0 6px 20px #667eea4d,0 2px 8px #00000026}.FloatingButtons-module__k5R0fW__scrollTopButton:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 8px 25px #667eea66,0 4px 12px #0003}.FloatingButtons-module__k5R0fW__scrollTopButton:active{transform:translateY(0)scale(1.02)}.FloatingButtons-module__k5R0fW__scrollTopButton:focus{outline-offset:2px;outline:2px solid #667eea80}.FloatingButtons-module__k5R0fW__visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.FloatingButtons-module__k5R0fW__hidden{opacity:0;pointer-events:none;transform:translateY(20px)scale(.8)}.FloatingButtons-module__k5R0fW__iconTop{filter:brightness(0)invert();width:20px;height:20px;transition:transform .3s;transform:rotate(180deg)}.FloatingButtons-module__k5R0fW__scrollTopButton:hover .FloatingButtons-module__k5R0fW__iconTop{transform:rotate(180deg)scale(1.1)}@media (max-width:768px){.FloatingButtons-module__k5R0fW__floatingContainer{gap:12px;bottom:24px;right:24px}.FloatingButtons-module__k5R0fW__whatsappButton{width:56px;height:56px}.FloatingButtons-module__k5R0fW__scrollTopButton{width:40px;height:40px}.FloatingButtons-module__k5R0fW__icon{width:28px;height:28px}.FloatingButtons-module__k5R0fW__iconTop{width:18px;height:18px}}@media (max-width:425px){.FloatingButtons-module__k5R0fW__floatingContainer{flex-direction:column-reverse;bottom:20px;right:20px}}@media (prefers-reduced-motion:reduce){.FloatingButtons-module__k5R0fW__whatsappButton,.FloatingButtons-module__k5R0fW__scrollTopButton{transition:none;animation:none}.FloatingButtons-module__k5R0fW__ripple{animation:none}.FloatingButtons-module__k5R0fW__whatsappButton:hover,.FloatingButtons-module__k5R0fW__scrollTopButton:hover{transform:none}}@media (prefers-color-scheme:dark){.FloatingButtons-module__k5R0fW__scrollTopButton{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);box-shadow:0 6px 20px #4f46e54d,0 2px 8px #0000004d}.FloatingButtons-module__k5R0fW__scrollTopButton:hover{background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);box-shadow:0 8px 25px #4f46e566,0 4px 12px #0006}}
