.theme-toggle{width:38px;height:38px;border-radius:50%;background:var(--gb);border:1px solid var(--gbr);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;color:var(--tw);margin-left:10px;flex-shrink:0}.theme-toggle:hover{background:#ffffff1a;transform:scale(1.05)}.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}header{position:fixed;top:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:18px 5%;background:#000000a6;backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);border-bottom:1px solid var(--gbr);transition:top .4s var(--ease),background .3s}.logo-wrap{height:34px;cursor:pointer;display:flex;align-items:center}.logo-wrap img{height:100%;width:auto;object-fit:contain}.logo-fallback{font-size:26px;font-weight:800;color:var(--tw);letter-spacing:-1px;display:none}.logo-fallback span{color:var(--red)}nav ul{display:flex;gap:30px;align-items:center}nav ul li a{font-weight:500;font-size:15px;color:var(--tg);transition:color .3s;cursor:pointer}nav ul li a:hover,nav ul li a.active{color:var(--tw)}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-content{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);opacity:0;pointer-events:none;transition:all .4s var(--ease);background:#0f0f14d9;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:8px;min-width:160px;display:flex;flex-direction:column;gap:4px;box-shadow:0 20px 40px #00000080}.nav-dropdown-content:before{content:"";position:absolute;top:-25px;left:0;right:0;height:25px}.nav-dropdown:hover .nav-dropdown-content{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(10px)}.nav-dropdown-content a{padding:10px 14px;border-radius:12px;font-size:14px;font-weight:500;transition:all .2s;display:block;color:var(--tg)!important}.nav-dropdown-content a:hover{background:#ffffff14;color:var(--tw)!important}.header-actions{display:flex;align-items:center;gap:15px}.header-search{position:relative;display:flex;align-items:center}.header-search input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:8px 14px 8px 34px;color:var(--tw);font-size:13px;width:160px;outline:none;transition:all .4s var(--ease)}.header-search input:focus{width:220px;border-color:var(--red);background:#0009;box-shadow:0 0 0 3px #d9042933}.header-search input::placeholder{color:var(--tg)}.header-search svg{position:absolute;left:12px;width:14px;height:14px;fill:var(--tg);pointer-events:none;transition:fill .3s}.header-search input:focus+svg{fill:var(--red)}.phone{font-weight:600;font-size:14px;color:var(--tw);background:var(--gb);padding:8px 15px;border-radius:20px;border:1px solid var(--gbr);display:inline-block;transition:all .3s}.phone:hover{background:#ffffff14;transform:scale(1.02)}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer;z-index:1001}.hamburger span{width:28px;height:2px;background:var(--tw);transition:.4s var(--ease);border-radius:2px}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{display:flex;position:fixed;inset:0;height:100vh;z-index:999;background:#000000d9;backdrop-filter:blur(35px);-webkit-backdrop-filter:blur(35px);flex-direction:column;align-items:center;opacity:0;pointer-events:none;transition:.5s var(--ease);padding:100px 5% 40px;overflow-y:auto}.mobile-nav.open{opacity:1;pointer-events:auto}.mob-search-wrap{width:100%;max-width:320px;margin-bottom:30px;position:relative}.mob-search-wrap input{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:14px 20px 14px 44px;color:#fff;font-size:16px;outline:none}.mob-search-wrap svg{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:18px;height:18px;fill:var(--tg)}.mobile-nav>ul{display:flex;flex-direction:column;gap:25px;text-align:center;width:100%}.mobile-nav>ul>li>a{font-size:26px;font-weight:700;cursor:pointer;letter-spacing:-1px;color:var(--tw);transition:.3s}.mobile-nav>ul>li>a:hover{color:var(--red)}.mob-sub-menu{overflow:hidden;max-height:0;transition:max-height .4s var(--ease);display:flex;flex-direction:column;gap:15px;margin-top:0;opacity:0}.mob-sub-menu.open{max-height:200px;margin-top:15px;opacity:1}.mob-sub-menu a{font-size:18px;color:var(--tg);font-weight:500}.mob-sub-menu a:hover{color:var(--tw)}.mobile-nav-phone{margin-top:30px;font-size:16px;color:#fff!important;background:var(--red);padding:14px 28px;border-radius:30px;font-weight:700;display:flex;align-items:center;gap:10px;position:relative;overflow:hidden;box-shadow:0 8px 25px #d9042980;border:1px solid rgba(255,255,255,.2);transition:transform .3s var(--ease)}.mobile-nav-phone:hover{transform:scale(1.05)}.mob-socials{display:flex;gap:15px;margin-top:30px}.mob-socials a{width:44px;height:44px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;display:flex;align-items:center;justify-content:center}.mob-socials a svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mob-socials a svg.fi{fill:#fff;stroke:none}body.light-mode header{background:#f5f5f7cc;border-color:#0000001a}body.light-mode .mobile-nav{background:#f5f5f7f2}body.light-mode .hamburger span{background:var(--tw)}body.light-mode .logo-fallback{color:var(--tw)}body.light-mode .nav-dropdown-content{background:#ffffffe6;border-color:#0000001a;box-shadow:0 20px 40px #0000001a}body.light-mode .nav-dropdown-content a:hover{background:#0000000d}body.light-mode .header-search input,body.light-mode .mob-search-wrap input{background-color:#0000000d!important;color:var(--tw)!important;border-color:#0000001a!important}body.light-mode .logo-wrap img{content:url(/img/carweb-light.svg)}body.light-mode .header-search input:focus{background-color:#fff!important;border-color:var(--red)!important;box-shadow:0 0 0 3px #d904291a!important}body.light-mode .mob-socials a svg{fill:#000}body.light-mode .mob-socials a{border:1px solid #a4a3a5}body.light-mode .theme-toggle{background:#0000000d;border-color:#0000001a}body.light-mode .theme-toggle:hover{background:#0000001a}@media(max-width:1160px){nav{display:none}.header-search{display:none}.hamburger{display:flex}}@media(max-width:475px){header{justify-content:flex-start}.header-actions{margin-left:auto;margin-right:18px}.phone{display:none!important}}footer{background:#050505;border-top:1px solid var(--gbr);padding:75px 5% 38px;margin-top:auto;position:relative;z-index:1;width:100%;box-sizing:border-box}.footer-inner{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:38px}.footer-col h4{margin-bottom:20px;font-size:15px;font-weight:700}.footer-links li{margin-bottom:11px}.footer-links a{color:var(--tg);font-size:14px;transition:.3s;cursor:pointer}.footer-links a:hover{color:var(--tw);padding-left:4px}.footer-logo-wrap{height:28px;margin-bottom:14px;display:flex;align-items:center}.footer-logo-wrap img{height:100%;width:auto;object-fit:contain}.footer-logo-fb{font-size:21px;font-weight:800;display:none}.footer-logo-fb span{color:var(--red)}.social-links{display:flex;gap:11px;margin-top:18px}.social-link{width:38px;height:38px;background:var(--gb);border:1px solid var(--gbr);border-radius:10px;display:flex;align-items:center;justify-content:center;transition:.3s;cursor:pointer}.social-link:hover{background:var(--red);border-color:var(--red);transform:translateY(-3px)}.social-link svg{width:17px;height:17px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.social-link svg.fi{fill:#fff;stroke:none}.perseo-link{color:#0284c7;transition:color .3s}.perseo-link:hover{color:#44adf7}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);margin-top:48px;padding-top:26px;display:flex;justify-content:space-between;align-items:center;color:var(--tg);font-size:13px}body.light-mode footer{background:#e2e3e7!important;border-top:1px solid rgb(220 220 222);color:#1d1d1f}body.light-mode .footer-col h4{color:#1d1d1f}body.light-mode .social-link{border:1px solid rgb(255 255 255)}body.light-mode .social-link svg.fi{fill:red}body.light-mode .social-link svg{stroke:red}body.light-mode .social-link:hover{background:#d2caca}body.light-mode .social-link svg.fi:hover{fill:#fff}body.light-mode .social-link svg:hover{stroke:#fff}body.light-mode .footer-links a{color:#4e4e56}body.light-mode footer .footer-col p,body.light-mode footer .footer-col p a{color:#1d1d1f!important}body.light-mode footer .footer-col p a:hover{color:#d90429!important}body.light-mode .footer-logo-wrap img{content:url(/img/carweb-light.svg)}@media(max-width:800px){footer{padding:55px 5% 30px;margin-top:70px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-col:first-child{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:10px;text-align:center;margin-top:35px}}@media(max-width:701px){footer{padding:40px 20px 24px;margin-top:50px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-col{text-align:left}.footer-col:first-child{grid-column:1 / -1}.footer-col:last-child{grid-column:1 / -1}.footer-col h4{font-size:13px;margin-bottom:14px}.footer-links a{font-size:13px}.footer-bottom{flex-direction:column;gap:8px;text-align:center;margin-top:28px;padding-top:20px;font-size:12px}.footer-inner{max-width:500px;margin:0 auto}}@media(max-width:900px)and (orientation:landscape),(max-height:500px){.footer-address{font-size:1rem}}#iubenda-cs-banner,#crisp-chatbox{display:none!important}:root{--bg: #000;--red: #D90429;--red-h: #EF233C;--tw: #F5F5F7;--tg: #86868B;--gb: rgba(255, 255, 255, .03);--gbr: rgba(255, 255, 255, .12);--blur: blur(25px);--ease: cubic-bezier(.25, 1, .5, 1);--r-lg: 32px;--r-md: 20px;--sh: 0 20px 40px rgba(0, 0, 0, .6), inset 0 0 0 1px rgba(255, 255, 255, .05)}body.light-mode{--bg: #F5F5F7;--tw: #1d1d1f;--tg: #515154;--gb: rgba(255, 255, 255, .8);--gbr: rgba(0, 0, 0, .15);--sh: 0 20px 40px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5)}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--tw);min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}a{text-decoration:none;color:inherit;cursor:pointer}ul{list-style:none}.hidden{display:none!important}:focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:8px}.btn:focus-visible{border-radius:30px}.thumb:focus-visible{border-radius:10px}input[type=text],input[type=number],input[type=email],input[type=tel],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box}select{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2386868B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:14px!important;padding-right:36px!important;cursor:pointer}select::-ms-expand{display:none}body.light-mode select{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23515154' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important}.btn{background:var(--red);color:#fff;padding:16px 32px;border:none;border-radius:30px;font-size:15px;cursor:pointer;font-weight:600;transition:all .4s var(--ease);display:inline-block;text-align:center}.btn:hover{background:var(--red-h);transform:scale(1.05);box-shadow:0 10px 30px #d9042966}.btn-secondary{background:var(--gb);border:1px solid var(--gbr);color:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff14;transform:scale(1.02);box-shadow:none}body.light-mode .btn-secondary{color:#1d1d1f;border-color:#00000026}body.light-mode .btn-secondary:hover{background:#0000000d}.bg-glow{position:fixed;border-radius:50%;filter:blur(120px);z-index:-1;opacity:.4;animation:float-glow 20s ease-in-out infinite alternate}.glow-1{width:600px;height:600px;background:#ff000059;top:-10%;left:-10%}.glow-2{width:500px;height:500px;background:#ff000026;bottom:10%;right:-5%;animation-delay:-5s}.glow-3{width:700px;height:700px;background:#d9042926;top:40%;left:60%;animation-delay:-10s}@keyframes float-glow{0%{transform:translate(0) scale(1)}50%{transform:translate(5%,10%) scale(1.1)}to{transform:translate(-5%,-5%) scale(.9)}}body.light-mode .bg-glow{opacity:.15;filter:blur(150px)}#skeleton-root{position:fixed;inset:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;animation:skeleton-timeout 2s forwards}@keyframes skeleton-timeout{0%,80%{opacity:1;pointer-events:auto}to{opacity:0;pointer-events:none}}.skeleton-card{width:min(1140px,95%);max-width:1140px;padding:20px;display:grid;gap:12px}.skel{background:#ffffff14;border-radius:12px;min-height:16px;animation:shimmer 1.5s linear infinite;overflow:hidden;position:relative}.skel-hero{height:300px}.skel-line{height:18px;width:80%}.skel-line.short{width:35%}.skel-button{height:44px;width:220px;border-radius:24px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skel:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffff2e,#fff0);background-size:200% 100%;animation:shimmer 1.5s linear infinite}body.light-mode #skeleton-root{background:#f5f5f7;color:#1d1d1f}body.light-mode .skel{background:#0000000d}.pulse-spheres{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.sphere{position:absolute;border-radius:50%;animation:sp var(--d, 8s) ease-in-out infinite;opacity:0}.sphere:nth-child(1){width:500px;height:500px;background:radial-gradient(circle,rgba(217,4,41,.25) 0%,transparent 70%);top:-100px;left:-100px;--d: 10s}.sphere:nth-child(2){width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.09) 0%,transparent 70%);top:30%;right:-80px;--d: 14s;animation-delay:-3s}.sphere:nth-child(3){width:600px;height:600px;background:radial-gradient(circle,rgba(217,4,41,.15) 0%,transparent 70%);bottom:-150px;left:20%;--d: 18s;animation-delay:-6s}.sphere:nth-child(4){width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);top:60%;left:5%;--d: 12s;animation-delay:-2s}.sphere:nth-child(5){width:350px;height:350px;background:radial-gradient(circle,rgba(217,4,41,.18) 0%,transparent 70%);top:10%;right:25%;--d: 13s;animation-delay:-8s}@keyframes sp{0%,to{opacity:.4;transform:scale(.85) translate(0)}50%{opacity:.9;transform:scale(1.4) translate(30px,-30px)}}body.light-mode .sphere:nth-child(1){background:radial-gradient(circle,rgb(105 131 167 / 25%) 0%,transparent 70%)}body.light-mode .sphere:nth-child(2){background:radial-gradient(circle,rgba(87,115,154,.25) 0%,transparent 70%)}body.light-mode .sphere:nth-child(3){background:radial-gradient(circle,rgb(105 131 167 / 25%) 0%,transparent 70%)}body.light-mode .sphere:nth-child(4){background:radial-gradient(circle,rgb(105 131 167 / 25%) 0%,transparent 70%)}body.light-mode .sphere:nth-child(5){background:radial-gradient(circle,rgba(84,100,123,.25) 0%,transparent 70%)}main{position:relative;z-index:1;flex:1;display:flex;flex-direction:column}.reveal{opacity:0;transform:translateY(30px);transition:all .8s var(--ease)}.reveal.active{opacity:1;transform:translateY(0)}.floating-wa{position:fixed;bottom:28px;right:108px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:2001;box-shadow:0 0 #25d36680;animation:wa-pulse 2s infinite;cursor:pointer;transition:transform .3s}.floating-wa:hover{transform:scale(1.1);animation:none}.floating-wa svg{width:28px;height:28px;fill:#fff}@keyframes wa-pulse{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.chatbot-container{position:fixed;bottom:28px;right:28px;z-index:2002;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.chat-btn{border:none;width:60px;height:60px;border-radius:30px;background:var(--red);display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 10px 30px #d9042966;transition:transform .3s var(--ease)}.chat-btn:hover{transform:scale(1.08)}.chat-window{position:absolute;bottom:84px;right:0;width:340px;height:480px;background:#121216d9;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.12);border-radius:32px;display:none;flex-direction:column;overflow:hidden;box-shadow:0 30px 60px #0009,inset 0 0 0 1px #ffffff0d;transform-origin:bottom right;animation:chatPop .4s var(--ease)}.chat-window.active{display:flex}@keyframes chatPop{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.chat-header{padding:20px 22px;font-weight:600;font-size:15px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;background:#ffffff05}.chat-status{display:flex;align-items:center;gap:10px}.chat-dot{width:8px;height:8px;border-radius:50%;background:#34c759;box-shadow:0 0 10px #34c75999;animation:blink 2s infinite ease-in-out}.chat-close{cursor:pointer;opacity:.5;font-size:16px;background:#ffffff0d;border:none;color:inherit;transition:.3s;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%}.chat-close:hover{opacity:1;background:#ffffff26}.chat-body{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;font-size:14px;scrollbar-width:none}.chat-body::-webkit-scrollbar{display:none}.msg{padding:12px 16px;border-radius:20px;max-width:85%;line-height:1.4;box-shadow:0 4px 15px #0000001a}.msg.bot{background:#ffffff14;border:1px solid rgba(255,255,255,.05);align-self:flex-start;border-bottom-left-radius:6px}.msg.user{background:linear-gradient(135deg,var(--red),#b50020);align-self:flex-end;border-bottom-right-radius:6px;color:#fff}.chat-footer{padding:16px;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:10px;background:#ffffff05}.chat-footer input{flex:1;background:#0000004d;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:12px 16px;color:#fff;outline:none;font-size:14px;transition:.3s}.chat-footer input:focus{border-color:var(--red);background:#0009;box-shadow:0 0 0 3px #d9042933}.chat-send-btn{width:44px;height:44px;border-radius:50%;background:var(--red);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s var(--ease);flex-shrink:0}.chat-send-btn:hover{transform:scale(1.1)}.chat-send-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;margin-left:-2px}body.light-mode .chat-window{background:#fafafcd9;border-color:#0000001a;box-shadow:0 30px 60px #0000001a,inset 0 0 0 1px #ffffff80}body.light-mode .chat-header{border-bottom-color:#00000014;background:#00000005;color:#1d1d1f}body.light-mode .chat-close{background:#0000000d}body.light-mode .chat-close:hover{background:#0000001a}body.light-mode .msg.bot{background:#fff;color:#1d1d1f;border-color:#00000014}body.light-mode .chat-footer{border-top-color:#00000014;background:#00000005}body.light-mode .chat-footer input{background:#fff;color:#1d1d1f;border-color:#00000026}.prechat-form{display:flex;flex-direction:column;gap:10px;margin-top:12px}.prechat-field{display:flex;flex-direction:column;gap:5px}.prechat-field label{font-size:11px;font-weight:700;color:var(--tg);text-transform:uppercase;letter-spacing:.5px}.prechat-field input{background:#ffffff0f;border:1px solid var(--gbr);border-radius:10px;padding:10px 13px;color:var(--tw);font-size:13px;outline:none;transition:border-color .3s;font-family:inherit}.prechat-field input:focus{border-color:var(--red)}.prechat-field input.error{border-color:var(--red);box-shadow:0 0 0 3px #d9042926}.prechat-submit{width:100%;margin-top:4px;padding:12px;font-size:14px}.cookie-banner{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(130px);z-index:2000;width:calc(100% - 48px);max-width:820px;background:#0c0c0ce0;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:20px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;box-shadow:0 20px 60px #000000b3;transition:transform .6s var(--ease),opacity .4s;opacity:0}.cookie-banner.show{transform:translate(-50%) translateY(0);opacity:1}.cookie-icon{font-size:26px;flex-shrink:0}.cookie-text{flex:1;min-width:200px}.cookie-text p{font-size:13px;color:var(--tg);line-height:1.5}.cookie-text p a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.cookie-text strong{color:var(--tw);font-size:14px;display:block;margin-bottom:4px}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn{padding:10px 20px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:.3s}.cookie-accept{background:var(--red);color:#fff}.cookie-accept:hover{background:var(--red-h)}.cookie-decline{background:#ffffff0f;color:var(--tg);border:1px solid var(--gbr)}.cookie-decline:hover{background:#ffffff1a;color:#fff}body.light-mode .cookie-banner{background:#fffffffa;border-color:#0000001a;box-shadow:0 20px 60px #0000001a}body.light-mode .cookie-text strong{color:#1d1d1f}body.light-mode .cookie-text p{color:#515154}body.light-mode .cookie-decline{background:#f0f0f2;color:#515154}@media(max-width:600px){.floating-wa{bottom:20px;right:90px;width:50px;height:50px}.floating-wa svg{width:24px;height:24px}.chatbot-container{bottom:20px;right:20px}.chat-btn{width:50px;height:50px}.chat-window{width:calc(100vw - 40px);right:0;bottom:70px;height:450px}.cookie-banner{flex-direction:column;align-items:flex-start;bottom:16px;left:12px;right:12px;width:auto;transform:translateY(130px)}.cookie-banner.show{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.sphere{animation:none!important;opacity:.3}.reveal{transition:none!important;opacity:1!important;transform:none!important}}
