 *{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#3b82f6;--secondary:#06b6d4;--accent:#f59e0b;--success:#10b981;--dark:#0f172a;--dark-light:#1e293b;--gray:#64748b;--light:#f1f5f9;--white:#ffffff;--gradient:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);--gradient-dark:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--shadow:0 10px 40px rgba(0,0,0,0.1);--shadow-lg:0 25px 50px rgba(0,0,0,0.15)}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--dark);overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all 0.3s ease;background:transparent}.nav.scrolled{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,0.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;display:flex;align-items:center;gap:0.5rem}.logo-icon{width:40px;height:40px;background:var(--gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem;-webkit-text-fill-color:white}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--white);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}.nav.scrolled .nav-links a{color:var(--dark)}.nav-links a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient);transition:width 0.3s ease}.nav-links a:hover::after{width:100%}.nav-cta{background:var(--white);color:var(--primary);padding:0.7rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:transform 0.3s ease,box-shadow 0.3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,0,0,0.2)}.nav-login{color:var(--white);text-decoration:none;font-weight:500;padding:0.7rem 1.5rem;border-radius:50px;border:2px solid rgba(255,255,255,0.3);transition:all 0.3s ease}.nav-login:hover{background:rgba(255,255,255,0.1);border-color:var(--white)}.nav.scrolled .nav-login{color:var(--primary);border-color:var(--primary)}.nav.scrolled .nav-login:hover{background:rgba(37,99,235,0.1)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}.mobile-menu-btn span{width:25px;height:3px;background:var(--white);border-radius:3px;transition:all 0.3s ease}.nav.scrolled .mobile-menu-btn span{background:var(--dark)}.hero{min-height:100vh;background:var(--gradient-dark);position:relative;overflow:hidden;display:flex;align-items:center;padding:6rem 0 4rem}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(37,99,235,0.3) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(6,182,212,0.2) 0%,transparent 70%);border-radius:50%;animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(50px,50px) scale(1.1)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--white);line-height:1.1;margin-bottom:1.5rem}.hero-content h1 span{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:1.2rem;color:var(--gray);margin-bottom:2rem;max-width:500px}.hero-badges{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.hero-badge{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:0.5rem 1rem;border-radius:50px;font-size:0.9rem;color:var(--white);display:flex;align-items:center;gap:0.5rem;border:1px solid rgba(255,255,255,0.2)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:var(--gradient);color:var(--white);box-shadow:0 10px 30px rgba(37,99,235,0.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(37,99,235,0.4)}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,0.3)}.btn-secondary:hover{background:rgba(255,255,255,0.1);border-color:var(--white)}.device-mockup{position:relative;width:100%;max-width:500px}.device-card{background:rgba(255,255,255,0.05);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.1);border-radius:30px;padding:2rem;position:relative;animation:deviceFloat 6s ease-in-out infinite}@keyframes deviceFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(1deg)}}.device-screen{background:var(--dark-light);border-radius:20px;padding:1.5rem;margin-bottom:1rem}.device-screen-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.device-screen-row:last-child{border-bottom:none}.device-label{color:var(--gray);font-size:0.9rem}.device-value{color:var(--white);font-weight:600;display:flex;align-items:center;gap:0.5rem}.device-value.cool{color:var(--secondary)}.device-status{display:flex;align-items:center;gap:0.5rem;color:var(--success);font-size:0.9rem}.device-status-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.2)}}.device-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.device-stat{background:rgba(255,255,255,0.05);border-radius:15px;padding:1rem;text-align:center}.device-stat-value{font-size:1.5rem;font-weight:700;color:var(--white)}.device-stat-label{font-size:0.75rem;color:var(--gray);margin-top:0.25rem}.float-element{position:absolute;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:15px;padding:1rem 1.5rem;color:var(--white);font-weight:500;animation:floatElement 4s ease-in-out infinite}.float-element:nth-child(1){top:-20px;right:-30px;animation-delay:0s}.float-element:nth-child(2){bottom:20px;left:-40px;animation-delay:1s}.float-element:nth-child(3){bottom:-30px;right:20px;animation-delay:2s}@keyframes floatElement{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}section{padding:6rem 0}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;background:rgba(37,99,235,0.1);color:var(--primary);padding:0.5rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:600;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--dark);margin-bottom:1rem}.section-description{font-size:1.1rem;color:var(--gray);max-width:600px;margin:0 auto}.products{background:var(--light)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card{background:var(--white);border-radius:24px;padding:2rem;box-shadow:var(--shadow);transition:all 0.3s ease;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient)}.product-badge{display:inline-block;background:var(--success);color:var(--white);padding:0.3rem 0.8rem;border-radius:50px;font-size:0.75rem;font-weight:600;margin-bottom:1rem}.product-card.cool .product-badge{background:var(--secondary)}.product-card.heat .product-badge{background:var(--accent)}.product-card.heatcool .product-badge{background:var(--primary)}.product-icon{width:80px;height:80px;background:var(--light);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2.5rem}.product-card.cool .product-icon{background:rgba(6,182,212,0.1)}.product-card.heat .product-icon{background:rgba(245,158,11,0.1)}.product-card.heatcool .product-icon{background:rgba(37,99,235,0.1)}.product-name{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.product-tagline{color:var(--gray);margin-bottom:1rem}.product-description{color:var(--gray);margin-bottom:1.5rem;line-height:1.6}.product-features{list-style:none;margin-bottom:1.5rem}.product-features li{display:flex;align-items:center;gap:0.5rem;color:var(--dark);padding:0.5rem 0;border-bottom:1px solid var(--light)}.product-features li:last-child{border-bottom:none}.product-features li svg{width:20px;height:20px;color:var(--success);flex-shrink:0}.product-price{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--light)}.product-price-value{font-size:1.8rem;font-weight:700;color:var(--dark)}.product-price-value span{font-size:1rem;font-weight:400;color:var(--gray)}.services{background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:var(--white);border:1px solid var(--light);border-radius:20px;padding:2rem;transition:all 0.3s ease}.service-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow)}.service-icon{width:60px;height:60px;background:var(--gradient);border-radius:15px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.5rem;margin-bottom:1.5rem}.service-name{font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.service-description{color:var(--gray);line-height:1.6}.advantages{background:var(--dark);position:relative;overflow:hidden}.advantages::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.advantages-container{position:relative;z-index:1}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.advantage-item{text-align:center}.advantage-icon{width:80px;height:80px;background:rgba(255,255,255,0.05);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:var(--primary-light)}.advantage-number{font-size:3rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:0.5rem}.advantage-label{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:0.5rem}.advantage-description{color:var(--gray)}.how-it-works{background:var(--light)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;counter-reset:step}.step{background:var(--white);border-radius:20px;padding:2rem;position:relative;box-shadow:var(--shadow)}.step::before{counter-increment:step;content:counter(step);position:absolute;top:-15px;left:2rem;width:35px;height:35px;background:var(--gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700}.step-icon{width:50px;height:50px;background:var(--light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:1rem 0;font-size:1.5rem}.step-title{font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.step-description{color:var(--gray)}.pricing{background:var(--white)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pricing-card{background:var(--white);border:2px solid var(--light);border-radius:24px;padding:2.5rem;text-align:center;transition:all 0.3s ease}.pricing-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg)}.pricing-card.popular{border-color:var(--primary);position:relative}.pricing-card.popular::before{content:'Популярный';position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--primary);color:var(--white);padding:0.5rem 1.5rem;border-radius:50px;font-size:0.85rem;font-weight:600}.pricing-name{font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:0.5rem}.pricing-description{color:var(--gray);margin-bottom:1.5rem}.pricing-value{font-size:3rem;font-weight:800;color:var(--dark);margin-bottom:0.5rem}.pricing-value span{font-size:1rem;font-weight:400;color:var(--gray)}.pricing-period{color:var(--gray);margin-bottom:2rem}.pricing-features{list-style:none;text-align:left;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 0;border-bottom:1px solid var(--light);color:var(--dark)}.pricing-features li:last-child{border-bottom:none}.pricing-features li svg{width:20px;height:20px;color:var(--success);flex-shrink:0}.faq{background:var(--light)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:15px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow)}.faq-question{width:100%;text-align:left;padding:1.5rem;background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{background:var(--light)}.faq-question::after{content:'+';font-size:1.5rem;color:var(--primary);transition:transform 0.3s ease}.faq-item.active .faq-question::after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:0 1.5rem 1.5rem;color:var(--gray);line-height:1.7}.order{background:var(--dark);position:relative;overflow:hidden}.order::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.order-container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.order-info h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--white);margin-bottom:1rem}.order-info p{color:var(--gray);margin-bottom:2rem;line-height:1.7}.order-contacts{display:flex;flex-direction:column;gap:1rem}.order-contact{display:flex;align-items:center;gap:1rem;color:var(--white)}.order-contact-icon{width:50px;height:50px;background:rgba(255,255,255,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.order-form{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--shadow-lg)}.order-form-title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;color:var(--dark);margin-bottom:0.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:1rem;border:2px solid var(--light);border-radius:12px;font-size:1rem;font-family:inherit;transition:border-color 0.3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary)}.form-textarea{resize:vertical;min-height:100px}.form-submit{width:100%;padding:1rem;background:var(--gradient);color:var(--white);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease}.form-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(37,99,235,0.3)}.footer{background:var(--dark-light);padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-brand .logo{margin-bottom:1rem}.footer-brand p{color:var(--gray);margin-bottom:1.5rem}.footer-socials{display:flex;gap:1rem}.footer-social{width:40px;height:40px;background:rgba(255,255,255,0.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;transition:background 0.3s ease}.footer-social:hover{background:var(--primary)}.footer-column h4{color:var(--white);font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:0.5rem}.footer-column ul a{color:var(--gray);text-decoration:none;transition:color 0.3s ease}.footer-column ul a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:var(--gray);font-size:0.9rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:var(--gray);text-decoration:none;font-size:0.9rem;transition:color 0.3s ease}.footer-bottom-links a:hover{color:var(--white)}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:none;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal.active{display:flex}.modal-content{background:var(--white);border-radius:24px;padding:2.5rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:var(--light);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gray);transition:all 0.3s ease}.modal-close:hover{background:var(--dark);color:var(--white)}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--success);color:var(--white);padding:1rem 1.5rem;border-radius:12px;box-shadow:var(--shadow-lg);transform:translateY(100px);opacity:0;transition:all 0.3s ease;z-index:3000}.toast.active{transform:translateY(0);opacity:1}.toast.error{background:#ef4444}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content p,.hero-badges,.hero-buttons{margin-left:auto;margin-right:auto}.hero-badges{justify-content:center}.order-container{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-links{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:var(--dark);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:left 0.3s ease}.nav-links.active{left:0}.nav-cta{display:none}.mobile-menu-btn{display:flex}.hero-content h1{font-size:2.5rem}.device-stats{grid-template-columns:1fr}.float-element{display:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}section{padding:4rem 0}}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(15,23,42,0.95);backdrop-filter:blur(10px);padding:1.5rem 2rem;z-index:9999;display:none;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 -10px 40px rgba(0,0,0,0.2);border-top:1px solid rgba(255,255,255,0.1)}#cookie-banner.show{display:flex}.cookie-content{flex:1;max-width:600px}.cookie-title{color:var(--white);font-weight:600;margin-bottom:0.5rem;display:flex;align-items:center;gap:0.5rem}.cookie-text{color:var(--gray);font-size:0.9rem;line-height:1.5;margin-bottom:0.5rem}.cookie-text a{color:var(--primary-light);text-decoration:none}.cookie-text a:hover{text-decoration:underline}.cookie-buttons{display:flex;gap:0.75rem;flex-wrap:wrap}.cookie-btn{padding:0.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:0.9rem;cursor:pointer;transition:all 0.3s ease;border:none}.cookie-btn-primary{background:var(--gradient);color:var(--white)}.cookie-btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(37,99,235,0.4)}.cookie-btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,0.3)}.cookie-btn-secondary:hover{background:rgba(255,255,255,0.1);border-color:var(--white)}.cookie-btn-link{background:none;color:var(--gray);padding:0.75rem;text-decoration:underline}.cookie-btn-link:hover{color:var(--white)}#cookie-settings-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);z-index:10000;align-items:center;justify-content:center;padding:2rem}#cookie-settings-modal.show{display:flex}.cookie-modal-content{background:var(--white);border-radius:24px;padding:2.5rem;max-width:550px;width:100%;max-height:90vh;overflow-y:auto}.cookie-modal-title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.cookie-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:2px solid var(--light);border-radius:12px;margin-bottom:0.75rem}.cookie-option.disabled{background:var(--light);opacity:0.7}.cookie-toggle{width:50px;height:28px;background:var(--gray);border-radius:14px;position:relative;cursor:pointer;transition:background 0.3s ease;flex-shrink:0}.cookie-toggle.active{background:var(--success)}.cookie-toggle::after{content:'';position:absolute;top:3px;left:3px;width:22px;height:22px;background:var(--white);border-radius:50%;transition:transform 0.3s ease}.cookie-toggle.active::after{transform:translateX(22px)}.cookie-toggle.disabled{cursor:not-allowed}.cookie-option-label{flex:1}.cookie-option-title{font-weight:600;color:var(--dark);margin-bottom:0.25rem}.cookie-option-desc{font-size:0.85rem;color:var(--gray)}.cookie-modal-footer{display:flex;gap:1rem;margin-top:2rem}@media (max-width:768px){#cookie-banner{flex-direction:column;padding:1.5rem}.cookie-buttons{width:100%}.cookie-btn{flex:1;min-width:120px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}
