*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}.top-header{background-color:#f8f9fa;padding:.75rem 0;position:fixed;top:0;left:0;right:0;z-index:1001;transition:all var(--transition-normal)}body[data-theme=dark] .top-header{background-color:var(--dark-card-bg);border-bottom-color:#4a5568}.top-header-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:60px}.top-header-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;min-width:200px}.logo-image{height:50px;width:auto;object-fit:contain;transition:all var(--transition-normal);opacity:1}.logo-image:hover{transform:scale(1.05)}.top-header-logo img{transition:opacity .3s ease-in-out,transform var(--transition-fast)}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-tagline{font-size:.75rem;color:#718096;font-weight:500}body[data-theme=dark] .logo-tagline{color:#a0aec0}.location-info{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.location{font-size:.875rem;font-weight:500;color:#2d3748;cursor:pointer;display:flex;align-items:center;gap:.25rem}body[data-theme=dark] .location{color:#e2e8f0}.dropdown-arrow{font-size:.75rem;transition:transform var(--transition-fast)}.location:hover .dropdown-arrow{transform:rotate(180deg)}.hours{font-size:.75rem;color:#718096}body[data-theme=dark] .hours{color:#a0aec0}.search-form{display:flex;align-items:center;flex:1;max-width:400px;position:relative}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;font-size:.875rem;transition:all var(--transition-fast)}body[data-theme=dark] .search-input{background-color:#4a5568;border-color:#718096;color:#e2e8f0}.search-input:focus{outline:none;border-color:var(--primary-red);box-shadow:0 0 0 3px #ef44441a}.search-input::placeholder{color:#a0aec0}.search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#718096;font-size:1rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:all var(--transition-fast)}.search-button:hover{color:var(--primary-red);background-color:#f7fafc}body[data-theme=dark] .search-button:hover{background-color:#2d3748}.contact-info{display:flex;flex-direction:column;gap:.25rem;min-width:180px}.phone-numbers{display:flex;flex-direction:column;gap:.125rem}.phone{font-size:.875rem;font-weight:500;color:#2d3748}body[data-theme=dark] .phone{color:#e2e8f0}.email{font-size:.875rem;color:#718096}body[data-theme=dark] .email{color:#a0aec0}.social-section{display:flex;flex-direction:column;align-items:center;gap:.25rem}.social-media{display:flex;align-items:center;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;text-decoration:none;font-size:1.125rem;transition:all var(--transition-fast)}.social-link.telegram{background-color:#08c;color:#fff}.social-link.telegram:hover{background-color:#069;transform:scale(1.1)}.social-link.whatsapp{background-color:#25d366;color:#fff}.social-link.whatsapp:hover{background-color:#1ea851;transform:scale(1.1)}@media (max-width: 1024px){.top-header-content{gap:1rem}.location-info,.contact-info{display:none}.top-header-logo{min-width:auto}.logo-image{height:35px}}@media (max-width: 768px){.top-header{padding:.5rem 0}.top-header-content{height:50px;gap:.75rem}.logo-image{height:40px}.logo-tagline{font-size:.625rem}.search-form{max-width:200px}.search-input{padding:.5rem 2.5rem .5rem .75rem;font-size:.75rem}.social-media{gap:.5rem}.social-link{width:32px;height:32px;font-size:1rem}}@media (max-width: 480px){.top-header-content{justify-content:center;gap:.5rem}.search-form{display:none}.social-media{gap:.375rem}.social-link{width:28px;height:28px;font-size:.875rem}}.header{position:fixed;top:80px;left:0;right:0;z-index:1000;background-color:var(--light-bg);border-bottom:1px solid var(--light-border);transition:all var(--transition-normal)}.header .container{position:relative}body[data-theme=dark] .header{background-color:var(--dark-bg);border-bottom-color:var(--dark-border)}.header-content{display:flex;align-items:center;justify-content:space-between;height:60px}.nav-desktop{display:flex;align-items:center;gap:2rem}.nav-link{font-weight:var(--font-medium);padding:.5rem 0;position:relative;transition:color var(--transition-fast);text-decoration:none}.nav-link:hover,.nav-link.active{color:var(--primary-red)}.nav-link:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:var(--primary-red);transform:scaleX(0);transform-origin:center;transition:transform .3s ease-in-out}.nav-link.active:after{transform:scaleX(1)}.header-controls{display:flex;align-items:center;gap:1.5rem}.language-switcher{display:flex;align-items:center;gap:.5rem}.lang-btn{background:none;border:none;font-size:.875rem;font-weight:var(--font-medium);padding:.25rem .5rem;border-radius:4px;transition:all var(--transition-fast);color:var(--light-text-secondary)}body[data-theme=dark] .lang-btn{color:var(--dark-text-secondary)}.lang-btn:hover,.lang-btn.active{color:var(--primary-red);background-color:var(--light-hover-bg)}body[data-theme=dark] .lang-btn:hover,body[data-theme=dark] .lang-btn.active{background-color:var(--dark-hover-bg)}.lang-separator{color:var(--light-text-secondary);font-size:.875rem}body[data-theme=dark] .lang-separator{color:var(--dark-text-secondary)}.theme-toggle{background:none;border:none;font-size:1.25rem;padding:.5rem;border-radius:50%;transition:all var(--transition-fast);background-color:var(--light-hover-bg)}body[data-theme=dark] .theme-toggle{background-color:var(--dark-hover-bg)}.theme-toggle:hover{transform:scale(1.1);background-color:var(--light-border)}.theme-toggle svg{display:block;color:var(--light-text)}body[data-theme=dark] .theme-toggle svg{color:var(--dark-text)}body[data-theme=dark] .theme-toggle:hover{background-color:var(--dark-border)}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;padding:.5rem;gap:.25rem}.mobile-menu-btn span{width:20px;height:2px;background-color:var(--light-text);transition:all var(--transition-fast)}body[data-theme=dark] .mobile-menu-btn span{background-color:var(--dark-text)}.mobile-menu-dropdown{position:absolute;top:100%;right:0;background-color:var(--light-bg);border:1px solid var(--light-border);border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1001;min-width:200px;overflow:hidden}body[data-theme=dark] .mobile-menu-dropdown{background-color:var(--dark-bg);border-color:var(--dark-border);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.mobile-menu-item{display:block;padding:1rem 1.5rem;font-weight:var(--font-medium);transition:all var(--transition-fast);text-decoration:none;color:var(--light-text);border-bottom:1px solid var(--light-border);position:relative}body[data-theme=dark] .mobile-menu-item{color:var(--dark-text);border-bottom-color:var(--dark-border)}.mobile-menu-item:last-child{border-bottom:none}.mobile-menu-item:hover{background-color:var(--light-hover-bg);color:var(--primary-red)}body[data-theme=dark] .mobile-menu-item:hover{background-color:var(--dark-hover-bg)}.mobile-menu-item.active{color:var(--primary-red);background-color:var(--light-hover-bg)}body[data-theme=dark] .mobile-menu-item.active{background-color:var(--dark-hover-bg)}.mobile-menu-item:after{content:"";position:absolute;bottom:0;left:1.5rem;right:1.5rem;height:2px;background-color:var(--primary-red);transform:scaleX(0);transform-origin:center;transition:transform .3s ease-in-out}.mobile-menu-item.active:after{transform:scaleX(1)}@media (max-width: 768px){.header{top:50px}.header-content{height:50px}.nav-desktop{display:none}.mobile-menu-btn{display:flex}.header-controls{gap:1rem}}.footer{background-color:var(--light-card-bg);border-top:1px solid var(--light-border);padding:3rem 0 1rem;margin-top:auto}body[data-theme=dark] .footer{background-color:var(--dark-card-bg);border-top-color:var(--dark-border)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section h4{color:var(--primary-red);margin-bottom:1rem;font-weight:var(--font-semibold)}.logo-footer{display:inline-block;margin-bottom:1rem;text-decoration:none;transition:transform var(--transition-fast)}.logo-footer:hover{transform:scale(1.05)}.footer-logo-image{height:60px;width:auto;object-fit:contain;transition:all var(--transition-normal)}.logo-footer img{transition:opacity .3s ease-in-out,transform var(--transition-fast)}.footer-description{color:var(--light-text-secondary);margin:0}body[data-theme=dark] .footer-description{color:var(--dark-text-secondary)}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--light-text-secondary);transition:color var(--transition-fast)}body[data-theme=dark] .footer-links a{color:var(--dark-text-secondary)}.footer-links a:hover{color:var(--primary-red)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--light-border);text-align:center;color:var(--light-text-secondary)}body[data-theme=dark] .footer-bottom{border-top-color:var(--dark-border);color:var(--dark-text-secondary)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 0 1rem}.footer-logo-image{height:50px}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background-color:var(--primary-red);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #dc26264d;transition:all var(--transition-normal);opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:hover{background-color:var(--primary-red-hover);transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #dc262666}.scroll-to-top:active{transform:translateY(0) scale(.95);box-shadow:0 2px 8px #dc26264d}.scroll-to-top svg{transition:transform var(--transition-fast);width:18px;height:18px}.scroll-to-top:hover .scroll-icon{transform:translateY(-2px)}body[data-theme=dark] .scroll-to-top{background-color:var(--primary-red);box-shadow:0 4px 12px #dc262666}body[data-theme=dark] .scroll-to-top:hover{background-color:var(--primary-red-hover);box-shadow:0 8px 20px #dc262680}@media (max-width: 768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:48px;height:48px}.scroll-icon{width:20px;height:20px}}@media (max-width: 480px){.scroll-to-top{bottom:1rem;right:1rem;width:44px;height:44px}.scroll-icon{width:18px;height:18px}}.scroll-to-top.visible{animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.scroll-to-top.visible:not(:hover){animation:slideInUp .3s ease-out,pulse 2s ease-in-out .5s}@keyframes pulse{0%,to{box-shadow:0 4px 12px #dc26264d}50%{box-shadow:0 4px 12px #dc262680}}.scroll-to-top:focus{outline:2px solid var(--primary-red);outline-offset:2px}.scroll-to-top:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){.scroll-to-top{transition:opacity var(--transition-fast),visibility var(--transition-fast)}.scroll-to-top:hover{transform:none}.scroll-to-top .scroll-icon{transition:none}.scroll-to-top.visible{animation:none}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:140px}@media (max-width: 768px){.main-content{padding-top:110px}}.carousel{position:relative;width:100%;overflow:hidden;border-radius:8px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:var(--product-bg);box-shadow:0 8px 32px #0000001a;max-width:100%}.carousel:focus{outline:2px solid var(--primary-red, #dc2626);outline-offset:2px}.carousel-container{position:relative;width:100%;height:100%}.carousel-track{display:flex;width:100%;height:100%;will-change:transform}.carousel-slide{flex:0 0 100%;position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-slide-hero{position:relative;width:100%;height:70vh;min-height:600px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000000b3,#0000004d);display:flex;align-items:center;z-index:2}.hero-content{color:#fff;max-width:600px;opacity:0;transform:translate(-50px);transition:all .8s ease-out}.hero-content.animate{opacity:1;transform:translate(0)}.hero-title{font-size:3.5rem;font-weight:var(--font-bold, 700);margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.5}.hero-cta{font-size:1.1rem;padding:15px 30px;display:inline-block;text-decoration:none;border-radius:8px;transition:all var(--transition-fast, .3s)}.carousel-slide-product{display:flex;align-items:center;gap:40px;padding:2rem;min-height:400px;background:var(--surface-color, #fff);width:100%;box-sizing:border-box}.product-image{flex:0 0 40%;max-width:500px;width:100%;height:auto;max-height:300px;object-fit:contain;border-radius:12px;box-shadow:0 8px 24px #0000001a}.product-content{flex:1;color:var(--text-primary, #1a1a1a)}.product-title{font-size:2rem;font-weight:var(--font-bold, 700);margin-bottom:1rem;color:var(--primary-red, #dc2626)}.product-subtitle{font-size:1.1rem;margin-bottom:1rem;color:var(--text-secondary, #666);line-height:1.6}.product-description{font-size:1rem;margin-bottom:1.5rem;color:var(--text-secondary, #666);line-height:1.5}.product-price{font-size:1.2rem;font-weight:var(--font-bold, 700);color:var(--primary-red, #dc2626);margin-bottom:1.5rem}.product-features{list-style:none;padding:0;margin:0 0 2rem}.product-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--text-secondary, #666)}.product-features .feature-icon{color:var(--primary-red, #dc2626);font-size:1.2rem;flex-shrink:0}@media (max-width: 768px){.product-features li{gap:.5rem;padding:.4rem 0}.product-features .feature-icon{font-size:1.1rem}}@media (max-width: 480px){.product-features li{gap:.4rem;padding:.3rem 0}.product-features .feature-icon{font-size:1rem}}.product-cta{text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;transition:all var(--transition-fast, .3s)}.carousel-slide-content{position:relative;width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.content-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.content-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0009,#0006);display:flex;align-items:center;justify-content:center;z-index:2}.content-inner{text-align:center;color:#fff;max-width:600px;padding:2rem}.content-title{font-size:2.5rem;font-weight:var(--font-bold, 700);margin-bottom:1rem;line-height:1.2}.content-subtitle{font-size:1.2rem;margin-bottom:1rem;opacity:.9;line-height:1.6}.content-description{font-size:1.1rem;margin-bottom:1.5rem;opacity:.8;line-height:1.5}.service-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left;max-width:400px}.service-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#ffffffe6;font-size:1rem}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-red, #dc2626);font-weight:700}.content-cta{text-decoration:none;padding:15px 30px;border-radius:8px;font-weight:600;transition:all var(--transition-fast, .3s)}.carousel-slide-default{width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:var(--surface-color, #fff)}.default-content{text-align:center;color:var(--text-secondary, #666);font-size:1.1rem}.carousel-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);display:flex;align-items:center;justify-content:center}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-red, #dc2626);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff27;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all var(--transition-fast, .3s);color:var(--primary-red);font-size:1.2rem;box-shadow:0 4px 12px #00000026}.carousel-arrow:hover{color:var(--primary-red);transform:translateY(-50%) scale(1.1)}.carousel-arrow:focus{outline:2px solid var(--primary-red);outline-offset:2px}.carousel-arrow-prev{left:4px}.carousel-arrow-next{right:4px}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:12px;padding:20px;position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all var(--transition-fast, .3s);position:relative}.carousel-dot:hover{border-color:#ffffffe6;transform:scale(1.2)}.carousel-dot:focus{outline:2px solid var(--primary-red, #dc2626);outline-offset:2px}.carousel-dot.active{background:var(--primary-red, #dc2626);border-color:var(--primary-red, #dc2626);box-shadow:0 0 12px #dc262699}.carousel-empty{min-height:300px;display:flex;align-items:center;justify-content:center;background:var(--surface-color, #fff);color:var(--text-secondary, #666);border:2px dashed #e5e5e5;border-radius:8px}@media (min-width: 1920px){.carousel-slide-hero{height:80vh;min-height:800px}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.5rem}.carousel-slide-product{gap:60px;padding:3rem;min-height:500px}.product-image{width:600px;max-height:400px}.product-title{font-size:2.5rem}.product-subtitle{font-size:1.3rem}.content-title{font-size:3rem}.content-subtitle{font-size:1.4rem}.carousel-arrow{width:50px;height:50px;font-size:1.4rem}}@media (min-width: 1440px) and (max-width: 1919px){.carousel-slide-hero{height:75vh;min-height:700px}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.4rem}.carousel-slide-product{gap:50px;padding:2.5rem;min-height:450px}.product-image{width:550px;max-height:350px}.product-title{font-size:2.2rem}.content-title{font-size:2.8rem}.carousel-arrow{width:45px;height:45px;font-size:1.3rem}}@media (min-width: 1024px) and (max-width: 1439px){.carousel-slide-hero{height:70vh;min-height:600px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.carousel-slide-product{gap:40px;padding:2rem;min-height:400px}.product-image{width:500px;max-height:300px}.product-title{font-size:2rem}.content-title{font-size:2.5rem}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}}@media (min-width: 768px) and (max-width: 1023px){.carousel-slide-hero{height:65vh;min-height:550px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.carousel-slide-product{flex-direction:column;text-align:center;gap:30px;padding:2rem;min-height:auto}.product-image{flex:none;width:100%;max-width:400px;height:auto;max-height:250px;object-fit:contain}.product-title{font-size:1.9rem}.product-subtitle{font-size:1.1rem}.content-title{font-size:2.2rem}.content-subtitle{font-size:1.2rem}.content-inner{padding:2rem}.carousel-arrow{width:40px;height:40px;font-size:1.1rem}.carousel-arrow-prev{left:20px}.carousel-arrow-next{right:20px}.carousel-dots{gap:10px;padding:18px}.carousel-dot{width:11px;height:11px}}@media (min-width: 481px) and (max-width: 767px){.carousel-slide-hero{height:60vh;min-height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.carousel-slide-product{flex-direction:column;text-align:center;gap:25px;padding:1.5rem;overflow-x:hidden}.product-image{flex:none;width:100%;max-width:350px;height:auto;max-height:220px;object-fit:contain}.product-title{font-size:1.8rem}.product-subtitle{font-size:1rem}.content-title{font-size:2rem}.content-subtitle{font-size:1.1rem}.content-inner{padding:1.5rem}.carousel-arrow{width:40px;height:40px;font-size:1rem}.carousel-arrow-prev{left:15px}.carousel-arrow-next{right:15px}.carousel-dots{gap:8px;padding:15px}.carousel-dot{width:10px;height:10px}}@media (max-width: 767px) and (orientation: landscape){.carousel-slide-hero{height:100vh;min-height:400px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem;margin-bottom:1rem}.carousel-slide-product{flex-direction:row;gap:20px;padding:1rem;min-height:300px;overflow-x:hidden}.product-image{flex:0 0 40%;max-width:200px;max-height:150px;object-fit:contain}.product-title{font-size:1.5rem}.product-subtitle{font-size:.9rem}}@media (max-width: 480px){.carousel-slide-hero{min-height:400px;height:50vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-cta,.product-cta,.content-cta{font-size:1rem;padding:12px 24px}.carousel-slide-product{flex-direction:column;align-items:unset;gap:20px;padding:1rem;overflow-x:hidden}.product-image{flex:none;width:100%;max-width:280px;height:auto;max-height:180px;object-fit:contain}.product-title{font-size:1.6rem}.product-subtitle{font-size:.95rem}.content-title{font-size:1.8rem}.content-subtitle{font-size:1rem}.content-inner{padding:1rem}.carousel-arrow{width:35px;height:35px;font-size:.9rem}.carousel-arrow-prev{left:10px}.carousel-arrow-next{right:10px}.carousel-dots{gap:6px;padding:12px}.carousel-dot{width:8px;height:8px}}@media (max-width: 375px){.carousel-slide-hero{min-height:350px;height:45vh}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.carousel-slide-product{padding:.8rem;gap:15px;overflow-x:hidden}.product-image{max-width:250px;max-height:160px;object-fit:contain}.product-title{font-size:1.4rem}.product-subtitle{font-size:.9rem}.content-title{font-size:1.6rem}.content-subtitle{font-size:.95rem}.carousel-arrow{width:32px;height:32px;font-size:.8rem}.carousel-arrow-prev{left:8px}.carousel-arrow-next{right:8px}.carousel-dots{gap:5px;padding:10px}.carousel-dot{width:7px;height:7px}}.carousel-slide{touch-action:pan-y pinch-zoom}@media (prefers-reduced-motion: reduce){.carousel-track,.hero-content,.carousel-arrow,.carousel-dot{transition:none!important}.loading-spinner{animation:none!important}}@media (prefers-contrast: high){.carousel-arrow{background:#fff;border:2px solid black;color:#000}.carousel-dot{border-color:#fff}.carousel-dot.active{background:#fff;border-color:#fff}}.sidebar-category{height:580px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #00000014}body[data-theme=dark] .sidebar-category{background:var(--dark-card-bg);box-shadow:var(--dark-shadow);border-color:var(--dark-border)}.category-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--primary-red, #dc2626)}.category-title{font-size:1.5rem;font-weight:700;color:var(--light-text);margin:0;line-height:1.3}body[data-theme=dark] .category-title{color:var(--dark-text)}.category-list{display:flex;flex-direction:column;gap:16px}.category-item{display:flex;align-items:center;gap:12px;padding:10px 0;text-decoration:none;transition:all .3s ease;border-bottom:1px solid transparent}body[data-theme=dark] .category-text{color:var(--dark-text)}.category-item:hover{color:var(--primary-red, #dc2626);border-bottom-color:#dc262633}.category-icon{flex-shrink:0;color:var(--primary-red, #dc2626);font-size:1rem}.category-text{font-size:1rem;font-weight:500;color:var(--light-text);line-height:1.4;transition:color .3s ease}.category-item:hover .category-text{color:var(--primary-red, #dc2626)}@media (max-width: 1024px){.sidebar-category{padding:20px;min-height:350px}.category-title{font-size:1.3rem}.category-item{padding:10px 0;gap:10px}.category-icon,.category-text{font-size:.9rem}}@media (max-width: 768px){.sidebar-category{padding:16px;min-height:300px}.category-header{margin-bottom:20px;padding-bottom:12px}.category-title{font-size:1.2rem}.category-list{gap:12px}.category-item{padding:8px 0;gap:8px}.category-icon,.category-text{font-size:.85rem}}@media (max-width: 480px){.sidebar-category{padding:12px;min-height:250px}.category-header{margin-bottom:16px;padding-bottom:10px}.category-title{font-size:1.1rem}.category-list{gap:10px}.category-item{padding:6px 0;gap:6px}.category-icon,.category-text{font-size:.8rem}}.best-deals{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;padding:24px;box-shadow:0 4px 20px #00000014;height:260px;position:relative;overflow:hidden}body[data-theme=dark] .best-deals{background:var(--dark-card-bg);box-shadow:var(--dark-shadow);border-color:var(--dark-border)}body[data-theme=dark] .deals-title,body[data-theme=dark] .deals-subtitle{color:#fff}.best-deals:before{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(45deg,var(--dark-bg, #fff),#fff);border-radius:0 12px 0 50px;opacity:.1}.deals-header{margin-bottom:40px;position:relative;z-index:2}.deals-title{width:220px;font-size:1.4rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0 0 8px;line-height:1.3}.deals-subtitle{font-size:.9rem;color:var(--text-secondary, #666);margin:0;line-height:1.4}.deals-visual{margin-bottom:20px;position:relative;z-index:2;display:flex;justify-content:center;align-items:center;min-height:120px}.deals-image{margin:0 0 0 70px;max-width:220px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}body[data-theme=dark] .deals-image{filter:drop-shadow(0 4px 12px rgba(255,255,255,.1))}.deals-icons{display:flex;justify-content:space-between;margin-bottom:16px;padding:0 10px}.deal-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-red, #dc2626) 0%,#b91c1c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;box-shadow:0 2px 8px #dc262633;animation:float 3s ease-in-out infinite}.deal-icon:nth-child(1){animation-delay:0s}.deal-icon:nth-child(2){animation-delay:.5s}.deal-icon:nth-child(3){animation-delay:1s}.deal-icon:nth-child(4){animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.deals-items{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 10px}.deal-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffffb3;border-radius:6px;font-size:.85rem;color:var(--text-primary, #1a1a1a);border:1px solid rgba(220,38,38,.1);transition:all .3s ease}.deal-item:hover{background:#dc26260d;border-color:#dc262633;transform:translateY(-1px)}.item-icon{color:var(--primary-red, #dc2626);font-size:1rem;flex-shrink:0}.deals-cta{text-align:center;position:relative;z-index:2}.deals-button{display:inline-block;background:linear-gradient(135deg,var(--primary-red, #dc2626) 0%,#b91c1c 100%);color:#fff;text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px #dc262633}.deals-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #dc26264d;color:#fff}@media (max-width: 1024px){.best-deals{padding:20px;min-height:250px}.deals-title{font-size:1.3rem}.deals-visual{min-height:100px}.deals-image{max-width:160px}.deal-icon{width:36px;height:36px;font-size:1rem}.deals-items{gap:6px}.deal-item{padding:6px 10px;font-size:.8rem}.deals-button{padding:10px 20px;font-size:.9rem}}@media (max-width: 768px){.best-deals{padding:16px;min-height:220px}.deals-header{margin-bottom:16px}.deals-title{font-size:1.2rem}.deals-subtitle{font-size:.85rem}.deals-visual{min-height:90px;margin-bottom:16px}.deals-image{max-width:140px}.deals-icons{margin-bottom:12px;padding:0 5px}.deal-icon{width:32px;height:32px;font-size:.9rem}.deals-items{padding:0 5px;gap:5px}.deal-item{padding:5px 8px;font-size:.75rem;gap:6px}.item-icon{font-size:.9rem}.deals-button{padding:8px 16px;font-size:.85rem}}@media (max-width: 480px){.best-deals{padding:12px;min-height:200px}.deals-header{margin-bottom:12px}.deals-title{font-size:1.1rem}.deals-subtitle{font-size:.8rem}.deals-visual{min-height:80px;margin-bottom:12px}.deals-image{max-width:120px}.deals-icons{margin-bottom:10px}.deal-icon{width:28px;height:28px;font-size:.8rem}.deals-items{gap:4px}.deal-item{padding:4px 6px;font-size:.7rem;gap:4px}.item-icon{font-size:.8rem}.deals-button{padding:6px 12px;font-size:.8rem}}.service-support{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:12px;padding:24px;box-shadow:0 4px 20px #dc262633;height:300px;position:relative;overflow:hidden}.service-support:before{content:"";position:absolute;top:-20px;right:-20px;width:80px;height:80px;background:#ffffff1a;border-radius:50%}.service-support:after{content:"";position:absolute;bottom:-30px;left:-30px;width:100px;height:100px;background:#ffffff0d;border-radius:50%}.support-header{margin-bottom:40px;position:relative;z-index:2}.support-title{width:180px;font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.3}.support-subtitle{font-size:.9rem;color:#ffffffe6;margin:0;line-height:1.4}.support-visual{margin-bottom:20px;position:relative;z-index:2;display:flex;justify-content:center;align-items:center;min-height:120px}.support-image{margin:10px 0 0 140px;max-width:220px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.support-devices{display:flex;justify-content:space-between;margin-bottom:16px;padding:0 10px}.device{width:50px;height:35px;background:#fff3;border-radius:6px;position:relative;animation:pulse 2s ease-in-out infinite}.device-2{animation-delay:1s}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.device-screen{position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#ffffff1a;border-radius:4px;overflow:hidden}.screen-content{position:absolute;top:4px;left:4px;right:4px;bottom:4px;background:#ffffff1a;border-radius:2px}.support-services{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 10px}.service-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff1a;border-radius:6px;font-size:.85rem;color:#fff;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-item:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.service-icon{color:#ffffffe6;font-size:1rem;flex-shrink:0}.support-cta{text-align:center;position:relative;z-index:2}.support-button{display:inline-block;background:#ffffffe6;color:var(--primary-red, #dc2626);text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.support-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000026;color:var(--primary-red, #dc2626)}@media (max-width: 1024px){.service-support{padding:20px;min-height:250px}.support-title{font-size:1.3rem}.support-visual{min-height:100px}.support-image{max-width:160px}.device{width:45px;height:32px}.support-services{gap:6px}.service-item{padding:6px 10px;font-size:.8rem}.support-button{padding:10px 20px;font-size:.9rem}}@media (max-width: 768px){.service-support{padding:16px;min-height:220px}.support-header{margin-bottom:16px}.support-title{font-size:1.2rem}.support-subtitle{font-size:.85rem}.support-visual{min-height:90px;margin-bottom:16px}.support-image{max-width:140px}.support-devices{margin-bottom:12px;padding:0 5px}.device{width:40px;height:28px}.support-services{padding:0 5px;gap:5px}.service-item{padding:5px 8px;font-size:.75rem;gap:6px}.service-icon{font-size:.9rem}.support-button{padding:8px 16px;font-size:.85rem}}@media (max-width: 480px){.service-support{padding:12px;min-height:200px}.support-header{margin-bottom:12px}.support-title{font-size:1.1rem}.support-subtitle{font-size:.8rem}.support-visual{min-height:80px;margin-bottom:12px}.support-image{max-width:120px}.support-devices{margin-bottom:10px}.device{width:35px;height:25px}.support-services{gap:4px}.service-item{padding:4px 6px;font-size:.7rem;gap:4px}.service-icon{font-size:.8rem}.support-button{padding:6px 12px;font-size:.8rem}}.hero{width:100%;padding:20px 0;background:#f8fafc}body[data-theme=dark] .hero{background:var(--dark-bg);box-shadow:var(--dark-shadow)}.hero-layout{display:grid;grid-template-columns:280px 1fr 280px;gap:24px;align-items:start}.hero-sidebar,.hero-sidebar-sections{display:flex;flex-direction:column;gap:20px}.hero-main{display:flex;flex-direction:column}.hero-carousel{width:100%;height:580px;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001a}.hero .carousel-slide-hero,.hero .carousel-slide-product,.hero .carousel-slide-content{height:580px;min-height:580px}.hero .hero-background,.hero .content-background{background-size:100% 100%!important;background-position:center!important}@media (min-width: 1440px){.hero-layout{grid-template-columns:320px 1fr 320px;gap:32px}}@media (min-width: 1024px) and (max-width: 1439px){.hero-layout{grid-template-columns:260px 1fr 260px;gap:20px}}@media (min-width: 768px) and (max-width: 1023px){.hero-layout{grid-template-columns:1fr;gap:20px}.hero-sidebar{display:none}.hero-main{order:1}.hero .carousel-slide-hero,.hero .carousel-slide-product,.hero .carousel-slide-content{height:60vh;min-height:500px}}@media (min-width: 481px) and (max-width: 767px){.hero{padding:16px 0}.hero-layout{grid-template-columns:1fr;gap:16px}.hero-sidebar{display:none}}@media (max-width: 480px){.hero{padding:12px 0}.hero-layout{grid-template-columns:1fr;gap:12px}.hero-sidebar{display:none}.hero .carousel-slide-hero,.hero .carousel-slide-product,.hero .carousel-slide-content{height:50vh;min-height:400px}}.partners-section{width:100%;padding:60px 0;background:#f8fafc}body[data-theme=dark] .partners-section{background:var(--dark-bg)}.partners-container{max-width:1400px;margin:0 auto;padding:0 20px}.partners-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);gap:24px;align-items:center;justify-items:center;margin:0 auto}.partner-card{width:100%;max-width:180px;height:120px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #f1f5f9;transition:all .2s ease}body[data-theme=dark] .partner-card{border:1px solid #374151;box-shadow:0 2px 8px #0003}.partner-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}body[data-theme=dark] .partner-card:hover{box-shadow:0 4px 16px #0000004d}.partner-logo{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .2s ease}.partner-card:hover .partner-logo{filter:grayscale(0%) opacity(1)}@media (min-width: 1440px){.partners-container{max-width:1600px;padding:0 40px}.partners-grid{gap:32px}.partner-card{max-width:200px;height:140px}}@media (min-width: 1024px) and (max-width: 1439px){.partners-container{max-width:1200px;padding:0 24px}.partners-grid{gap:20px;max-width:1000px}.partner-card{max-width:160px;height:110px}}@media (min-width: 768px) and (max-width: 1023px){.partners-section{padding:50px 0}.partners-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:20px;max-width:800px}.partner-card{max-width:150px;height:100px;padding:15px}}@media (min-width: 480px) and (max-width: 767px){.partners-section{padding:40px 0}.partners-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:16px;max-width:600px}.partner-card{max-width:120px;height:80px;padding:12px}}@media (min-width: 360px) and (max-width: 479px){.partners-section{padding:30px 0}.partners-container{padding:0 16px}.partners-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:12px;max-width:400px}.partner-card{max-width:100px;height:70px;padding:10px}}@media (max-width: 359px){.partners-section{padding:20px 0}.partners-container{padding:0 12px}.partners-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,1fr);gap:10px;max-width:280px}.partner-card{max-width:120px;height:80px;padding:8px}}.category-cards-section{background-color:var(--light-hover-bg)}body[data-theme=dark] .category-cards-section{background-color:var(--dark-bg)}.category-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.category-card{display:block;border-radius:16px;overflow:hidden;transition:all var(--transition-normal);background:var(--light-card-bg);box-shadow:var(--light-shadow);position:relative;height:300px}body[data-theme=dark] .category-card{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #dc26261a}body[data-theme=dark] .category-card:hover{box-shadow:0 20px 40px #dc262633}.category-card-image{position:relative;width:100%;height:100%;overflow:hidden}.category-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal);filter:grayscale(100%)}.category-card:hover .category-card-image img{transform:scale(1.1);filter:grayscale(0%)}.category-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000c,#0006,#dc26264d);display:flex;align-items:flex-end;padding:2rem;transition:all var(--transition-normal)}.category-card:hover .category-card-overlay{background:linear-gradient(135deg,#dc2626e6,#dc2626b3,#dc262680)}.category-card-content{color:#fff;transform:translateY(70px);transition:transform var(--transition-normal)}.category-card:hover .category-card-content{transform:translateY(0)}.category-card-title{font-size:1.5rem;font-weight:var(--font-bold);margin-top:.5rem;line-height:1.3}.category-card-description{font-size:1rem;opacity:.9;margin-bottom:1rem;line-height:1.4;opacity:0;transform:translateY(10px);transition:all var(--transition-normal)}.category-card:hover .category-card-description{opacity:.9;transform:translateY(0)}.category-card-cta{font-weight:var(--font-semibold);font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;opacity:0;transform:translate(-10px);transition:all var(--transition-normal)}.category-card:hover .category-card-cta{opacity:1;transform:translate(0)}@media (max-width: 768px){.category-cards-grid{grid-template-columns:1fr;gap:1.5rem}.category-card{height:250px}.category-card-overlay{padding:1.5rem}.category-card-title{font-size:1.25rem}.category-card-description{font-size:.9rem}.category-card-content{transform:translateY(0)}.category-card-description{opacity:.8;transform:translateY(0)}.category-card-cta{opacity:1;transform:translate(0)}}@media (max-width: 480px){.category-cards-grid{grid-template-columns:1fr;gap:1rem}.category-card{height:220px}.category-card-overlay{padding:1rem}}.product-gallery{background:var(--surface-color, #fff)}body[data-theme=dark] .product-gallery{background:var(--dark-bg)}.product-carousel{max-width:1200px;margin:0 auto;width:100%}.product-gallery-empty{text-align:center;padding:4rem 2rem;color:var(--text-secondary, #666)}body[data-theme=dark] .product-gallery-empty{color:var(--dark-text-secondary)}.product-gallery-empty p{font-size:1.2rem;margin:0}.product-gallery .carousel-slide-product{background:var(--product-bg);border-radius:12px;margin:1rem;overflow:hidden}body[data-theme=dark] .product-gallery .carousel-slide-product{background:var(--dark-card-bg)}.product-gallery .carousel-dots{position:relative;bottom:auto}.product-gallery .carousel-dot{border-color:var(--primary-red, #dc2626);opacity:.3;display:none}.product-gallery .carousel-dot.active{opacity:1}.product-gallery .carousel-arrow{background:var(--surface-color, #fff)}body[data-theme=dark] .product-gallery .carousel-arrow{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.product__category-filters{display:flex;justify-content:center;gap:1rem;margin:2rem 0 3rem;padding:0 1rem}.category-filter-btn{background:#fff;border:2px solid #e5e7eb;color:#374151;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:160px;text-align:center;position:relative;overflow:hidden}.category-filter-btn:hover{border-color:#dc2626;color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #dc262626}.category-filter-btn.active{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 4px 15px #dc26264d}.category-filter-btn.active:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.product__gallery-features,.product__wrapper,.main-product-image,.product__info{transition:all .3s ease-in-out}body[data-theme=dark] .category-filter-btn{background:var(--dark-card-bg);border-color:var(--dark-border);color:var(--dark-text-primary)}body[data-theme=dark] .category-filter-btn:hover{border-color:#dc2626;color:#dc2626}body[data-theme=dark] .category-filter-btn.active{background:#dc2626;border-color:#dc2626;color:#fff}body[data-theme=dark] .category-filter-btn.active:hover{background:#b91c1c;border-color:#b91c1c}.product__gallery-features{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}body[data-theme=dark] .product__gallery-features{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.product__wrapper{display:flex;gap:3rem;max-width:1200px;margin:0 auto}.product__image-section{height:600px;display:flex;gap:1rem;flex:1}.product__thumbnails-container{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;position:relative}.product__thumbnails{display:flex;flex-direction:column;justify-content:center;gap:.5rem;flex-shrink:0;height:500px;position:relative}.product__thumbnail{width:80px;height:90px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#f8f9fa}.product__thumbnail:hover,.product__thumbnail.active{border-color:#dc2626;box-shadow:0 2px 8px #dc262633}.product__thumbnail img{width:100%;height:100%;display:block;transition:all .3s ease}.product__main-image{flex:1;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;min-height:400px;position:relative;overflow:visible}.product__image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:visible}.main-product-image{max-width:100%;max-height:100%;object-fit:contain;transition:opacity .3s ease,transform .3s ease;position:relative;z-index:1}.main-product-image.changing{opacity:.7;transform:scale(.98)}.zoom-indicator{position:absolute;width:100px;height:100px;border:1px solid #dc2626;background:#dc26261a;pointer-events:none;z-index:2;border-radius:4px;transition:none;transform:translate(-50%,-50%);left:0;top:0}.zoom-overlay{position:absolute;top:0;right:-420px;width:400px;height:400px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;z-index:10;box-shadow:0 4px 20px #00000026;animation:zoomIn .3s ease;pointer-events:none}body[data-theme=dark] .zoom-overlay{border-color:var(--dark-border)}.zoomed-image{width:200%;height:200%;background-size:100% 100%;background-repeat:no-repeat;background-position:0% 0%;transition:transform .1s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.product__thumbnail{width:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#f8f9fa;position:relative}.product__thumbnail:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000;transition:all .3s ease;pointer-events:none}.product__thumbnail:hover:after{background:#0000001a}.product__thumbnail:hover,.product__thumbnail.active{border-color:#dc2626;box-shadow:0 2px 8px #dc262633;transform:translateY(-2px)}.product__thumbnail.active:after{background:#dc26261a}.thumbnails-nav-btn{background:#dc2626;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:16px;font-weight:700;box-shadow:0 2px 8px #dc26264d;z-index:10;position:relative}.thumbnails-nav-btn:hover:not(:disabled){background:#b91c1c;transform:scale(1.1);box-shadow:0 4px 12px #dc262666}.thumbnails-nav-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none;opacity:.5}body[data-theme=dark] .thumbnails-nav-btn{background:#dc2626;box-shadow:0 2px 8px #dc262666}body[data-theme=dark] .thumbnails-nav-btn:hover:not(:disabled){background:#b91c1c;box-shadow:0 4px 12px #dc262680}body[data-theme=dark] .thumbnails-nav-btn:disabled{background:#6b7280}.product__info{flex:1;min-width:350px;display:flex;flex-direction:column;gap:1.5rem}.product__header h1.product__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}body[data-theme=dark] .product__header h1.product__title{color:var(--dark-text-primary)}.product__brand{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.brand-name{background:#dc2626;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.product__code{color:#6b7280;font-size:.875rem}body[data-theme=dark] .product__code{color:var(--dark-text-secondary)}.product__description{display:flex;flex-direction:column}.description-section{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:1.5rem 0}body[data-theme=dark] .description-section{border-color:var(--dark-border)}.description-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem}body[data-theme=dark] .description-title{color:var(--dark-text-primary)}.description-text{font-size:1rem;line-height:1.6;color:#6b7280;margin:0}body[data-theme=dark] .description-text{color:var(--dark-text-secondary)}.product__features{display:flex;flex-direction:column;gap:1rem}.features-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}body[data-theme=dark] .features-title{color:var(--dark-text-primary)}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.feature-icon{flex-shrink:0;width:20px;height:20px;background:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-top:.125rem}.feature-text{font-size:.9375rem;line-height:1.5;color:#374151;flex:1}.product__cta{display:flex;padding-top:1rem}.learn-more-btn{background:#dc2626;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:200px}.learn-more-btn-primary{background:linear-gradient(135deg,var(--primary-red),#d32f2f);color:#fff;box-shadow:0 4px 15px #dc26264d}.learn-more-btn-primary:hover{background:linear-gradient(135deg,#d32f2f,var(--primary-red));box-shadow:0 8px 25px #dc262666}.product__navigation{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}body[data-theme=dark] .product__navigation{border-color:var(--dark-border)}.nav-btn{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.nav-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.nav-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.product__counter{background:#f3f4f6;color:#374151;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;min-width:80px;text-align:center}body[data-theme=dark] .product__counter{background:var(--dark-card-bg);color:var(--dark-text-primary)}@media (min-width: 1920px){.product-gallery{padding:6rem 0}.product-carousel{max-width:1400px}.product-gallery .carousel-slide-product{margin:1.5rem}.product__wrapper{gap:4rem;max-width:1600px}.product__info{min-width:450px}.product__image-section{height:700px}.product__thumbnails{height:600px}.product__thumbnail{width:90px;height:100px}}@media (min-width: 1440px) and (max-width: 1919px){.product-gallery{padding:5rem 0}.product-carousel{max-width:1300px}.product-gallery .carousel-slide-product{margin:1.2rem}.product__wrapper{gap:3.5rem;max-width:1400px}.product__info{min-width:420px}.product__image-section{height:650px}.product__thumbnails{height:550px}.product__thumbnail{width:85px;height:95px}}@media (min-width: 1024px) and (max-width: 1439px){.product-gallery{padding:4rem 0}.product-carousel{max-width:1200px}.product-gallery .carousel-slide-product{margin:1rem}.product__wrapper{gap:3rem;max-width:1200px}.product__info{min-width:380px}.product__image-section{height:600px}.product__thumbnails{height:500px}.product__thumbnail{width:80px;height:90px}.zoom-overlay{right:-380px;width:360px;height:360px}}@media (min-width: 768px) and (max-width: 1023px){.product-gallery{padding:3rem 0}.product-carousel{max-width:100%;padding:0 1rem}.product-gallery .carousel-slide-product{margin:.8rem}.product__category-filters{gap:.75rem;margin:1.5rem 0 2.5rem;flex-wrap:wrap;justify-content:center}.category-filter-btn{padding:.75rem 1.25rem;font-size:.9375rem;min-width:140px;flex:0 1 auto}.product__gallery-features{padding:1.5rem;margin:3rem 0}.product__wrapper{gap:2rem;flex-direction:row}.product__image-section{height:500px;flex:1}.product__thumbnails-container{gap:.5rem}.product__thumbnails{height:400px}.product__thumbnail{width:70px;height:80px}.thumbnails-nav-btn{width:30px;height:30px;font-size:15px}.product__main-image{min-height:400px;padding:1.5rem}.product__info{min-width:300px;flex:1}.product__header h1.product__title{font-size:1.25rem}.zoom-overlay{right:-320px;width:300px;height:300px}.zoom-indicator{width:80px;height:80px}}@media (min-width: 481px) and (max-width: 767px){.product-gallery{padding:2.5rem 0}.product-carousel{max-width:100%;padding:0 .8rem}.product-gallery .carousel-slide-product{margin:.6rem}.product__category-filters{flex-direction:column;gap:.75rem;margin:1.25rem 0 2rem;align-items:center}.category-filter-btn{padding:.75rem 1rem;font-size:.875rem;min-width:200px;width:100%;max-width:280px}.product__gallery-features{padding:1rem;margin:2rem 0}.product__wrapper{flex-direction:column;gap:2rem}.product__image-section{max-width:100%;order:1;height:auto;flex-direction:column}.product__thumbnails-container{flex-direction:row;align-items:center;gap:.5rem;justify-content:center;margin-bottom:1rem}.product__thumbnails{flex-direction:row;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;height:auto;max-height:80px;width:100%;justify-content:flex-start}.product__thumbnail{flex-shrink:0;width:70px;height:70px}.thumbnails-nav-btn{width:28px;height:28px;font-size:14px}.thumbnails-prev-btn{margin-bottom:0;margin-right:.5rem}.thumbnails-next-btn{margin-top:0;margin-left:.5rem}.product__main-image{min-height:280px;padding:1rem;width:100%}.product__info{min-width:auto;order:2}.product__header h1.product__title{font-size:1.125rem}.product__image-container{cursor:default}.zoom-overlay,.zoom-indicator{display:none!important}}@media (max-width: 767px) and (orientation: landscape){.product-gallery{padding:2rem 0}.product-carousel{max-width:100%;padding:0 .5rem}.product-gallery .carousel-slide-product{margin:.4rem}}@media (max-width: 480px){.product-gallery{padding:2rem 0}.product-carousel{max-width:100%;padding:0 .5rem}.product-gallery .carousel-slide-product{margin:.3rem}.product__category-filters{flex-direction:column;gap:.5rem;margin:1rem 0 1.5rem;padding:0 .5rem}.category-filter-btn{padding:.625rem .875rem;font-size:.8125rem;min-width:180px;width:100%;border-radius:6px}.product__gallery-features{padding:.75rem;margin:1.5rem 0;border-radius:6px}.product__wrapper{flex-direction:column;gap:1.5rem}.product__image-section{gap:.75rem;flex-direction:column;height:auto}.product__thumbnails-container{align-items:center;gap:.375rem;justify-content:center;margin-bottom:.75rem}.product__thumbnails{flex-direction:row;gap:.375rem;padding-bottom:.375rem;height:auto;max-height:70px;width:100%;justify-content:flex-start}.product__thumbnail{width:60px;height:60px;border-radius:6px;flex-shrink:0}.thumbnails-nav-btn{width:24px;height:24px;font-size:12px}.thumbnails-prev-btn,.thumbnails-next-btn{width:40px;height:40px}.product__main-image{min-height:240px;padding:.75rem;border-radius:6px;width:100%}.product__info{gap:1rem}.product__header h1.product__title{font-size:1rem;line-height:1.4}.product__brand{flex-direction:column;align-items:flex-start;gap:.5rem}.brand-name{padding:.25rem .5rem;font-size:.8125rem}.product__description{gap:1rem}.description-section{padding:.875rem 0}.description-title{font-size:.9375rem;margin-bottom:.75rem}.description-text{font-size:.875rem;line-height:1.5}.features-title{font-size:.9375rem}.feature-item{padding:.25rem 0;gap:.5rem}.feature-icon{width:16px;height:16px;font-size:.625rem}.feature-text{font-size:.8125rem}.learn-more-btn{font-size:.875rem;padding:.75rem 1.25rem;min-width:140px;border-radius:6px}.product__navigation{margin-top:1rem;padding-top:.875rem;justify-content:center;gap:.875rem}.nav-btn{padding:.625rem .875rem;font-size:.8125rem;min-width:120px;border-radius:6px}.product__counter{display:none}.product__image-container{cursor:default}.zoom-overlay,.zoom-indicator{display:none!important}}@media (max-width: 375px){.product-gallery{padding:1.5rem 0}.product-carousel{max-width:100%;padding:0 .3rem}.product-gallery .carousel-slide-product{margin:.2rem}.product__category-filters{gap:.375rem;margin:.875rem 0 1.25rem;padding:0 .25rem}.category-filter-btn{padding:.5rem .75rem;font-size:.75rem;min-width:160px;border-radius:4px}.product__gallery-features{padding:.5rem;margin:1rem 0;border-radius:4px}.product__wrapper{gap:1rem}.product__thumbnails-container{gap:.25rem;margin-bottom:.5rem}.product__thumbnails{gap:.25rem;max-height:60px;padding-bottom:.25rem}.product__thumbnail{width:50px;height:50px;border-radius:4px}.thumbnails-nav-btn{width:20px;height:20px;font-size:10px}.thumbnails-prev-btn{margin-right:.25rem}.thumbnails-next-btn{margin-left:.25rem}.product__main-image{min-height:200px;padding:.5rem;border-radius:4px}.product__header h1.product__title{font-size:.9375rem;line-height:1.3}.brand-name{padding:.25rem .5rem;font-size:.75rem}.product__description{gap:.875rem}.description-section{padding:.75rem 0}.description-title{font-size:.875rem;margin-bottom:.625rem}.description-text{font-size:.8125rem;line-height:1.4}.features-title{font-size:.875rem}.feature-item{padding:.25rem 0;gap:.5rem}.feature-icon{width:14px;height:14px;font-size:.5625rem}.feature-text{font-size:.75rem}.learn-more-btn{font-size:.8125rem;padding:.625rem 1rem;min-width:120px;border-radius:4px}.product__navigation{margin-top:.875rem;padding-top:.75rem;gap:.75rem}.nav-btn{padding:.5rem .75rem;font-size:.75rem;min-width:100px;border-radius:4px}.product__counter{display:none}.product__image-container{cursor:default}.zoom-overlay,.zoom-indicator{display:none!important}}.product__wrapper,.product__gallery-features{width:100%;box-sizing:border-box}.product__thumbnails{scrollbar-width:thin;scrollbar-color:var(--primary-red, #dc2626) transparent}.product__thumbnails::-webkit-scrollbar{height:4px}.product__thumbnails::-webkit-scrollbar-track{background:transparent}.product__thumbnails::-webkit-scrollbar-thumb{background:var(--primary-red, #dc2626);border-radius:2px}.product__thumbnails::-webkit-scrollbar-thumb:hover{background:#b91c1c}@media (hover: none) and (pointer: coarse){.product__thumbnail:hover,.category-filter-btn:hover,.nav-btn:hover,.learn-more-btn:hover,.thumbnails-nav-btn:hover{transform:none}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.main-product-image,.product__thumbnail img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){.product__gallery-features,.product__wrapper,.main-product-image,.product__info,.category-filter-btn,.product__thumbnail,.nav-btn,.learn-more-btn,.thumbnails-nav-btn{transition:none!important;animation:none!important}.main-product-image.changing{opacity:1;transform:none}}.category-filter-btn:focus,.nav-btn:focus,.learn-more-btn:focus,.thumbnails-nav-btn:focus,.product__thumbnail:focus{outline:2px solid var(--primary-red, #dc2626);outline-offset:2px}@media print{.product__gallery-features{box-shadow:none;border:1px solid #000}.zoom-overlay,.zoom-indicator,.thumbnails-nav-btn,.nav-btn,.learn-more-btn{display:none!important}.product__wrapper{flex-direction:column}.product__thumbnails{flex-direction:row;overflow:visible;height:auto}}.special-offers{padding:3rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}body[data-theme=dark] .special-offers{background:linear-gradient(135deg,var(--dark-bg) 0%,#0f172a 100%)}.special-offers .section-header{text-align:center;margin-bottom:2rem}.special-offers .section-title{font-weight:600;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1.3}body[data-theme=dark] .special-offers .section-title{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.special-offers .section-subtitle{color:var(--light-text-secondary);line-height:1.5;margin:0;font-weight:400}body[data-theme=dark] .special-offers .section-subtitle{color:var(--light-text-secondary)}.offers-category-filters{display:flex;justify-content:center;gap:.5rem;margin:1.5rem 0 2rem;padding:.5rem;flex-wrap:wrap;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.3);max-width:fit-content;margin-left:auto;margin-right:auto}.offers-category-filters .category-filter-btn{background:transparent;border:none;color:#64748b;padding:.5rem 1rem;border-radius:25px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:auto;text-align:center;position:relative;white-space:nowrap}.offers-category-filters .category-filter-btn:hover{color:#1e293b;background:#fff9}.offers-category-filters .category-filter-btn.active{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 2px 8px #dc26264d}.offers-category-filters .category-filter-btn.active:hover{box-shadow:0 4px 12px #dc262666}body[data-theme=dark] .offers-category-filters{background:#1e293bcc;border-color:#4755694d}body[data-theme=dark] .offers-category-filters .category-filter-btn{color:var(--dark-text-secondary)}body[data-theme=dark] .offers-category-filters .category-filter-btn:hover{background:#4755694d;color:var(--dark-text-primary)}body[data-theme=dark] .offers-category-filters .category-filter-btn.active{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.special-offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:0 auto}.special-offer-card{background:#fff;border-radius:15px;box-shadow:0 1px 3px #0000001a;overflow:hidden;position:relative;transition:all .2s ease;border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;height:100%}body[data-theme=dark] .special-offer-card{background:var(--dark-card-bg);box-shadow:var(--dark-shadow);border-color:var(--dark-border)}.special-offer-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}body[data-theme=dark] .special-offer-card:hover{box-shadow:0 4px 12px #0006}.offer-badge{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;padding:.25rem .75rem;border-radius:16px;font-size:.75rem;font-weight:500;z-index:10;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 2px 4px #6366f14d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.discount-badge{position:absolute;top:.75rem;right:.75rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.5rem;border-radius:8px;font-size:.875rem;font-weight:600;z-index:10;min-width:45px;min-height:45px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #dc26264d}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.offer-image{position:relative;height:160px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.offer-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.offer-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.3) 100%);opacity:0;transition:opacity .3s ease}.special-offer-card:hover .offer-image-overlay{opacity:1}.offer-content{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.offer-header{margin-bottom:.25rem}.offer-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;line-height:1.4}body[data-theme=dark] .offer-title{color:var(--dark-text-primary)}.offer-subtitle{font-size:.8125rem;color:#dc2626;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.3px}.offer-description{font-size:.875rem;color:#64748b;line-height:1.5;margin:0}body[data-theme=dark] .offer-description{color:var(--dark-text-secondary)}.bundle-pricing{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:6px;padding:.75rem;margin:.5rem 0;border-left:3px solid #dc2626}body[data-theme=dark] .bundle-pricing{background:var(--dark-surface);border-color:#dc2626}.pricing-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.original-price{font-size:.875rem;color:#6b7280;text-decoration:line-through}.bundle-price{font-size:1.125rem;color:#059669;font-weight:700}.price-value{font-weight:700}.savings-highlight{text-align:center;font-size:.9375rem;color:#dc2626;font-weight:600;background:#dc26261a;padding:.5rem;border-radius:6px}.bundle-includes{background:#f0f9ff;border-radius:8px;padding:1rem;margin:.5rem 0}body[data-theme=dark] .bundle-includes{background:#3b82f61a}.includes-title{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}body[data-theme=dark] .includes-title{color:var(--dark-text-primary)}.includes-list{list-style:none;padding:0;margin:0}.include-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.include-item:last-child{margin-bottom:0}.include-icon{color:#059669;font-weight:600;font-size:.75rem;margin-top:.125rem;flex-shrink:0}.include-more .include-icon{color:#3b82f6}.include-text{color:#374151;line-height:1.4}body[data-theme=dark] .include-text{color:var(--dark-text-primary)}.include-more .include-text{font-style:italic;color:#6b7280}.offer-features{margin:.5rem 0}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem}.feature-icon{color:#f59e0b;font-size:.625rem;margin-top:.125rem;flex-shrink:0}.feature-text{color:#374151;line-height:1.4}body[data-theme=dark] .feature-text{color:var(--dark-text-primary)}.offer-meta{margin-top:auto;padding-top:.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}body[data-theme=dark] .offer-meta{border-color:var(--dark-border)}.valid-until,.min-quantity,.requirements{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem}.meta-label{color:#6b7280;font-weight:500}.meta-value{color:#374151;font-weight:600}body[data-theme=dark] .meta-label{color:var(--dark-text-secondary)}body[data-theme=dark] .meta-value{color:var(--dark-text-primary)}.offer-cta{margin-top:auto;padding-top:.5rem}.cta-button{display:block;width:100%;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;text-align:center;transition:all .2s ease;box-shadow:0 2px 6px #dc26264d}.cta-button:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 4px 12px #dc262666;transform:translateY(-1px)}.no-offers-message{text-align:center;padding:4rem 2rem;color:#6b7280}body[data-theme=dark] .no-offers-message{color:var(--dark-text-secondary)}.no-offers-message p{font-size:1.125rem;margin:0}.special-offer-card--promotion{border-left:4px solid #3b82f6}.special-offer-card--discount{border-left:4px solid #059669}.special-offer-card--seasonal{border-left:4px solid #f59e0b}.special-offer-card--bundle{border-left:4px solid #8b5cf6}@media (min-width: 1440px){.special-offers{padding:2rem 0}.special-offers .section-title{font-size:3rem}.special-offers .section-subtitle{font-size:1.375rem}.special-offers-grid{grid-template-columns:600px 1fr;gap:2.5rem;max-width:1200px}.special-offers-grid .special-offer-card:nth-child(2){aspect-ratio:1;max-width:500px;justify-self:end}}@media (min-width: 1024px) and (max-width: 1439px){.special-offers{padding:5rem 0}.special-offers-grid{grid-template-columns:600px 1fr;gap:2rem}.special-offers-grid .special-offer-card:nth-child(2){aspect-ratio:1;max-width:400px;justify-self:end}}@media (min-width: 768px) and (max-width: 1023px){.special-offers{padding:4rem 0}.special-offers .section-title{font-size:2.25rem}.special-offers .section-subtitle{font-size:1.125rem}.offers-category-filters{gap:.75rem;margin:1.5rem 0 2.5rem}.offers-category-filters .category-filter-btn{padding:.75rem 1.25rem;font-size:.9375rem;min-width:140px}.special-offers-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.offer-image{height:180px}.offer-content{padding:1.25rem}.offer-title{font-size:1.25rem}}@media (min-width: 481px) and (max-width: 767px){.special-offers{padding:3rem 0}.special-offers .section-title{font-size:2rem}.special-offers .section-subtitle{font-size:1rem}.offers-category-filters{flex-direction:column;gap:.75rem;margin:1.25rem 0 2rem;align-items:center}.offers-category-filters .category-filter-btn{padding:.75rem 1rem;font-size:.875rem;min-width:200px;width:100%;max-width:280px}.special-offers-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 .75rem}.offer-image{height:160px}.offer-content{padding:1rem}.offer-title{font-size:1.125rem}.pricing-row{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width: 480px){.special-offers{padding:1.5rem 0}.special-offers .section-title{font-size:1.5rem}.special-offers .section-subtitle{font-size:.875rem}.offers-category-filters{flex-direction:row;gap:.25rem;margin:1rem 0 1.25rem;padding:.25rem;overflow-x:auto}.offers-category-filters .category-filter-btn{padding:.5rem .75rem;font-size:.75rem;min-width:auto;white-space:nowrap;flex-shrink:0}.special-offers-grid{grid-template-columns:1fr;gap:.75rem;padding:0 .75rem}.special-offer-card{border-radius:12px}.offer-badge{top:.75rem;left:.75rem;padding:.375rem .75rem;font-size:.8125rem;border-radius:16px}.discount-badge{top:.75rem;right:.75rem;min-width:50px;min-height:50px;font-size:.875rem;padding:.5rem}.offer-image{height:120px}.offer-content{padding:.75rem;gap:.5rem}.offer-title{font-size:.9375rem}.offer-subtitle{font-size:.75rem}.offer-description{font-size:.8125rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-pricing,.bundle-includes{padding:.75rem;margin:.375rem 0}.includes-title{font-size:.875rem;margin-bottom:.5rem}.include-item,.feature-item{font-size:.8125rem;margin-bottom:.375rem}.cta-button{padding:.75rem 1.25rem;font-size:.9375rem;border-radius:6px}.offer-meta{gap:.375rem}.valid-until,.min-quantity,.requirements{font-size:.75rem;flex-direction:column;align-items:flex-start;gap:.125rem}}@media (max-width: 375px){.special-offers{padding:1.5rem 0}.special-offers .section-title{font-size:1.5rem}.offers-category-filters .category-filter-btn{padding:.5rem .75rem;font-size:.75rem;min-width:160px;max-width:220px}.offer-content{padding:.75rem}.offer-title{font-size:.9375rem}.cta-button{padding:.625rem 1rem;font-size:.875rem}}.online__order{width:100%;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#d74763,#b84141,#b71c1c,#8b0000);border-radius:15px;padding:1.5rem;margin:4rem 0;gap:60px}.order__img{width:50%}.order__content{color:#fff}.order__content-subtitle{margin:25px 0}.order__content-btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:var(--font-semibold);cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px;position:relative;overflow:hidden}.order__content-btn-primary{background:linear-gradient(135deg,var(--light-button-bg),#fff);color:var(--light-text);box-shadow:0 4px 15px #dc26264d}.order__content-btn-primary:hover{background:linear-gradient(135deg,var(--light-button-bg),#fff);box-shadow:0 8px 25px #dc262666}@media (max-width: 480px){.online__order{flex-direction:column;align-items:center;justify-content:center}.order__img{width:100%}.order__content{text-align:center}}.product-card{background:var(--light-card-bg);border-radius:12px;overflow:hidden;box-shadow:var(--light-shadow);transition:all var(--transition-normal);position:relative}body[data-theme=dark] .product-card{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}body[data-theme=dark] .product-card:hover{box-shadow:0 8px 25px #0000004d}.product-card-link{display:block;text-decoration:none;color:inherit}.product-card-image{position:relative;height:200px;overflow:hidden;background:var(--light-hover-bg)}body[data-theme=dark] .product-card-image{background:var(--dark-hover-bg)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal);filter:grayscale(100%)}.product-card:hover .product-card-image img{transform:scale(1.05);filter:grayscale(0%)}.product-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#dc2626e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-normal)}.product-card:hover .product-card-overlay{opacity:1}.view-details{color:#fff;font-weight:var(--font-semibold);font-size:1rem;padding:.75rem 1.5rem;border:2px solid white;border-radius:25px;transition:all var(--transition-fast)}.view-details:hover{background:#fff;color:var(--primary-red)}.product-card-content{padding:1.5rem}.product-card-title{font-size:1.125rem;font-weight:var(--font-semibold);margin-bottom:1rem;line-height:1.3;color:var(--light-text)}body[data-theme=dark] .product-card-title{color:var(--dark-text)}.product-card-specs{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.spec{font-size:.875rem;color:var(--light-text-secondary)}body[data-theme=dark] .spec{color:var(--dark-text-secondary)}.spec strong{color:var(--light-text)}body[data-theme=dark] .spec strong{color:var(--dark-text)}.product-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--light-border)}body[data-theme=dark] .product-card-footer{border-top-color:var(--dark-border)}.product-price{font-weight:var(--font-semibold);color:var(--primary-red);font-size:.9rem}.product-cta{font-size:.875rem;padding:.5rem 1rem;flex-shrink:0}@media (max-width: 768px){.product-card-content{padding:1rem}.product-card-title{font-size:1rem}.product-card-footer{flex-direction:column;align-items:stretch;gap:.75rem}.product-cta{width:100%;text-align:center}.product-price{text-align:center}}@media (max-width: 480px){.product-card-image{height:180px}.spec{font-size:.8rem}}.catalog-page{padding:0}.catalog-page>.container{padding:2rem 0}.catalog-header{text-align:center;margin-bottom:3rem}.catalog-title{font-size:2.5rem;font-weight:var(--font-bold);margin-bottom:1rem;color:var(--primary-red)}.catalog-subtitle{font-size:1.1rem;color:var(--light-text-secondary);max-width:600px;margin:0 auto}body[data-theme=dark] .catalog-subtitle{color:var(--dark-text-secondary)}.catalog-content{display:grid;grid-template-columns:250px 1fr;gap:3rem;align-items:start}.catalog-filters{background:var(--light-card-bg);padding:1.5rem;border-radius:12px;box-shadow:var(--light-shadow);position:sticky;top:100px}body[data-theme=dark] .catalog-filters{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.catalog-filters h3{margin-bottom:1.5rem;font-size:1.25rem;font-weight:var(--font-semibold);color:var(--primary-red)}.filter-group{margin-bottom:1.5rem}.filter-group label{display:block;margin-bottom:.5rem;font-weight:var(--font-medium);color:var(--light-text)}body[data-theme=dark] .filter-group label{color:var(--dark-text)}.filter-group select{width:100%;padding:.75rem;border:1px solid var(--light-border);border-radius:8px;background:var(--light-bg);color:var(--light-text);font-family:inherit;transition:border-color var(--transition-fast)}body[data-theme=dark] .filter-group select{border-color:var(--dark-border);background:var(--dark-bg);color:var(--dark-text)}.filter-group select:focus{outline:none;border-color:var(--primary-red)}.catalog-products{min-height:400px}.products-count{margin-bottom:1.5rem;font-weight:var(--font-medium);color:var(--light-text-secondary)}body[data-theme=dark] .products-count{color:var(--dark-text-secondary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.no-products{text-align:center;padding:3rem;color:var(--light-text-secondary)}body[data-theme=dark] .no-products{color:var(--dark-text-secondary)}@media (max-width: 1024px){.catalog-content{grid-template-columns:1fr;gap:2rem}.catalog-filters{position:static;padding:1rem}.filter-group{margin-bottom:1rem}}@media (max-width: 768px){.catalog-title{font-size:2rem}.catalog-subtitle{font-size:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.catalog-filters{padding:1rem}.catalog-filters h3{font-size:1.1rem;margin-bottom:1rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}.catalog-page{padding:1rem 0}.catalog-header{margin-bottom:2rem}}.product-page{padding:2rem 0}.product-content{width:500px;display:flex;flex-direction:column;margin-bottom:3rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{border-radius:12px;overflow:hidden;background:var(--light-hover-bg)}body[data-theme=dark] .main-image{background:var(--dark-hover-bg)}.main-image img{width:100%;height:400px;object-fit:cover}.thumbnail-images{display:flex;gap:.75rem}.thumbnail{border:2px solid transparent;border-radius:8px;overflow:hidden;background:none;padding:0;cursor:pointer;transition:border-color var(--transition-fast)}.thumbnail.active{border-color:var(--primary-red)}.thumbnail img{width:80px;height:60px;object-fit:cover;display:block}.product-title{font-size:2rem;font-weight:var(--font-bold);margin-bottom:1.5rem;color:var(--primary-red)}.product-specs-card{background:var(--light-card-bg);padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:var(--light-shadow)}body[data-theme=dark] .product-specs-card{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.specs-grid{display:flex;flex-direction:column;gap:.75rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--light-border)}body[data-theme=dark] .spec-item{border-bottom-color:var(--dark-border)}.spec-item:last-child{border-bottom:none}.request-quote-btn{width:100%;padding:1rem;font-size:1.1rem}.product-details{border-top:1px solid var(--light-border);padding-top:2rem}body[data-theme=dark] .product-details{border-top-color:var(--dark-border)}.tabs-nav{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid var(--light-border)}body[data-theme=dark] .tabs-nav{border-bottom-color:var(--dark-border)}.tab-btn{padding:1rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;font-weight:var(--font-medium);color:var(--light-text-secondary);transition:all var(--transition-fast);cursor:pointer}body[data-theme=dark] .tab-btn{color:var(--dark-text-secondary)}.tab-btn:hover,.tab-btn.active{color:var(--primary-red);border-bottom-color:var(--primary-red)}.tab-content{min-height:200px}.tab-pane h3{margin-bottom:1rem;color:var(--primary-red)}.tab-pane ul{list-style:none;padding:0}.tab-pane li{position:relative;padding:.5rem 0 .5rem 1.5rem}.tab-pane li:before{content:"✓";position:absolute;left:0;color:var(--primary-red);font-weight:700}.specs-table{display:flex;flex-direction:column;gap:1rem}.spec-row{display:flex;justify-content:space-between;padding:1rem;background:var(--light-hover-bg);border-radius:8px}body[data-theme=dark] .spec-row{background:var(--dark-hover-bg)}.spec-label{font-weight:var(--font-semibold);text-transform:capitalize}@media (max-width: 768px){.product-content{width:100%;gap:2rem}.main-image img{height:300px}.product-title{font-size:1.5rem}.tabs-nav{flex-wrap:wrap}.tab-btn{padding:.75rem 1rem;font-size:.9rem}}.animated__number{display:inline-block;font-weight:700;color:var(--animated-number);font-family:var(--font-family);font-size:3rem;transition:all .3s ease}@media (max-width: 768px){.animated-number{font-size:2.5rem}}@media (max-width: 480px){.animated-number{font-size:2rem}}.partners-carousel{width:100%;overflow:hidden;position:relative;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px;padding:1.5rem 0;box-shadow:0 4px 20px #00000014;margin:2rem 0;display:flex;flex-direction:column;gap:1rem}body[data-theme=dark] .partners-carousel{background:linear-gradient(135deg,#111827,#343653);box-shadow:0 4px 20px #0000004d}.partners-carousel__track{display:flex;align-items:center;gap:3rem;will-change:transform;width:fit-content}.partners-carousel__track--primary{animation:scrollLeft 50s linear infinite}.partners-carousel__track--secondary{animation:scrollRight 50s linear infinite}.partners-carousel__item{display:flex;align-items:center;justify-content:center;min-width:150px;height:80px;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}body[data-theme=dark] .partners-carousel__item{background:var(--light-bg);box-shadow:0 2px 10px #0000004d}.partners-carousel__item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}body[data-theme=dark] .partners-carousel__item:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.partners-carousel__item:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #00000026}body[data-theme=dark] .partners-carousel__item:hover{box-shadow:0 8px 25px #0006}.partners-carousel__item:hover:before{left:100%}.partners-carousel__logo{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(.3) brightness(.8);transition:all .3s ease}.partners-carousel__item:hover .partners-carousel__logo{filter:grayscale(0) brightness(1);transform:scale(1.1)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.partners-carousel:hover .partners-carousel__track--primary,.partners-carousel:hover .partners-carousel__track--secondary{animation-play-state:paused}.partners-carousel__item--secondary{opacity:.8;transform:scale(.95)}.partners-carousel__item--secondary:hover{opacity:1;transform:translateY(-3px) scale(1.02)}@media (max-width: 1024px){.partners-carousel{padding:1.2rem 0;gap:.8rem}.partners-carousel__track{gap:2.5rem}.partners-carousel__item{min-width:130px;height:70px;padding:.8rem}.partners-carousel__track--primary,.partners-carousel__track--secondary{animation-duration:25s}}@media (max-width: 768px){.partners-carousel{padding:1rem 0;margin:1.5rem 0;gap:.6rem}.partners-carousel__track{gap:2rem}.partners-carousel__track--primary,.partners-carousel__track--secondary{animation-duration:20s}.partners-carousel__item{min-width:110px;height:60px;padding:.6rem}.partners-carousel__item:hover{transform:translateY(-3px) scale(1.03)}.partners-carousel__item--secondary:hover{transform:translateY(-2px) scale(1.01)}}@media (max-width: 480px){.partners-carousel{padding:.8rem 0;margin:1rem 0;gap:.4rem}.partners-carousel__track{gap:1.5rem}.partners-carousel__track--primary,.partners-carousel__track--secondary{animation-duration:18s}.partners-carousel__item{min-width:90px;height:50px;padding:.5rem}}.partners-carousel__track{backface-visibility:hidden;perspective:1000px}.partners-carousel__item{backface-visibility:hidden;transform-style:preserve-3d}@media (prefers-reduced-motion: reduce){.partners-carousel__track--primary,.partners-carousel__track--secondary{animation:none}.partners-carousel__item{transition:none}.partners-carousel__item:hover{transform:none}.partners-carousel__item--secondary{opacity:1;transform:none}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.partners-carousel__logo{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.text-type{display:inline-block;white-space:pre-wrap}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1}.text-type__cursor--hidden{display:none}.parallax{overflow:hidden;letter-spacing:-2px;line-height:.8;margin:0;white-space:nowrap;display:flex;flex-wrap:nowrap}.parallax .scroller{font-weight:600;text-transform:uppercase;font-size:64px;white-space:nowrap;display:flex;flex-wrap:nowrap;color:var(--primary-red)}body[data-theme=dark] .parallax .scroller{color:var(--primary-red)}.parallax span{display:block;margin-right:30px}.parallax__text.parallax .scroller,.parallax__text--blue.parallax .scroller{color:var(--primary-red)!important}.parallax__text--green.parallax .scroller{color:var(--text-color)!important}.parallax__text--white.parallax .scroller{color:#fff!important}.parallax__text--black.parallax .scroller{color:#000!important}@media (max-width: 768px){.parallax .scroller{font-size:48px}.parallax span{margin-right:20px}}@media (max-width: 480px){.parallax .scroller{font-size:36px}.parallax span{margin-right:15px}}.about-page{padding-top:2rem}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{font-size:2.5rem;font-weight:var(--font-bold);color:var(--primary-red);margin-bottom:1rem}.about-subtitle{font-size:4rem;color:var(--text-color)}body[data-theme=dark] .about-subtitle{color:var(--dark-text-secondary)}.about-subtitle .text-type__content,body[data-theme=dark] .about-subtitle .text-type__content{color:inherit}.about__cover-container{width:100%;height:450px;border-radius:15px;overflow:hidden;position:relative}.about__cover{width:100%;height:100%;object-fit:cover;object-position:center 80%;transition:transform .5s ease-in-out}.about__cover-container:hover .about__cover{transform:scale(1.05)}.about__cover-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ae8e8ecc,#c47676b3,#956f6f99,#7d1b1bb3,#c77171cc);display:flex;align-items:center;justify-content:center;z-index:2;border-radius:15px}.about__cover-logo{max-width:350px;max-height:350px;width:auto;height:auto;opacity:.9;filter:drop-shadow(0 4px 8px rgba(255,255,255,.3));transition:transform .5s ease-in-out}.about__cover-container:hover .about__cover-logo{opacity:1;transform:scale(1.05);filter:drop-shadow(0 6px 12px rgba(0,0,0,.863)ease-in-out)}.about__img-container{width:50%;border-radius:15px;overflow:hidden}.about__img{width:100%;height:100%;object-fit:cover;border-radius:15px;transition:transform .5s ease-in-out}.about__img-container:hover .about__img{transform:scale(1.05)}.about__counter{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#ff1744,#d32f2f,#b71c1c,#8b0000);border-radius:15px;box-shadow:0 10px 30px #0000001a}.counter__item{text-align:center;color:#fff}.counter__number{font-size:3rem;font-weight:var(--font-bold);margin-bottom:.5rem;line-height:1}.counter__label{font-size:1.1rem;font-weight:var(--font-medium);opacity:.9;text-transform:uppercase;letter-spacing:1px}.about__info{margin-top:5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.about__description{display:flex;flex-direction:column;gap:1rem;max-width:600px;width:100%}.about__partners{background:linear-gradient(135deg,var(--light-card-bg) 0%,var(--light-hover-bg) 50%,var(--light-card-bg) 100%);padding:2rem 0;margin:4rem 0;text-align:center;position:relative;overflow:hidden;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}body[data-theme=dark] .about__partners{background:linear-gradient(135deg,var(--dark-card-bg) 0%,var(--dark-hover-bg) 50%,var(--dark-card-bg) 100%)}.about__partners:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(45deg,transparent 0%,rgba(220,38,38,.05) 25%,transparent 50%,rgba(220,38,38,.05) 75%,transparent 100%);animation:shimmer 8s ease-in-out infinite;z-index:0}body[data-theme=dark] .about__partners:before{background:linear-gradient(45deg,transparent 0%,rgba(220,38,38,.1) 25%,transparent 50%,rgba(220,38,38,.1) 75%,transparent 100%)}.about__partners .container{position:relative;z-index:1}@keyframes shimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.about__info-wrapper{margin:40px 0}.about__partners-text{font-size:1.3rem;font-weight:var(--font-medium);color:var(--light-text-primary);line-height:1.6}body[data-theme=dark] .about__partners-text{color:var(--dark-text-primary)}.about__option{margin:40px 0}.option__title{font-size:2rem;font-weight:var(--font-bold);text-align:center}.option__description{text-align:center;font-size:1.2rem;font-weight:var(--font-medium);margin-top:15px;color:var(--light-text-secondary)}.option__wrapper{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:35px}.option__item{width:400px;background:linear-gradient(135deg,var(--light-card-bg) 0%,var(--light-hover-bg) 50%,var(--light-card-bg) 100%);padding:20px;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all var(--transition-normal);border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.option__item:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(45deg,transparent 0%,rgba(220,38,38,.02) 15%,rgba(220,38,38,.05) 25%,rgba(220,38,38,.05) 35%,transparent 50%,rgba(220,38,38,.05) 65%,rgba(220,38,38,.05) 75%,rgba(220,38,38,.02) 85%,transparent 100%);opacity:0;transition:opacity .1s ease;z-index:0}.option__item>*{position:relative;z-index:1}.option__img{width:200px;height:200px}body[data-theme=dark] .option__item{background:linear-gradient(135deg,var(--dark-card-bg) 0%,var(--dark-hover-bg) 50%,var(--dark-card-bg) 100%);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;border:1px solid rgba(255,255,255,.1)}body[data-theme=dark] .option__item:before{background:linear-gradient(45deg,transparent 0%,rgba(220,38,38,.04) 15%,rgba(220,38,38,.1) 25%,rgba(220,38,38,.1) 35%,transparent 50%,rgba(220,38,38,.1) 65%,rgba(220,38,38,.1) 75%,rgba(220,38,38,.04) 85%,transparent 100%)}.option__item:hover{transform:translateY(-6px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.option__item:hover:before{opacity:1;animation:shimmer 3s ease-in-out infinite}body[data-theme=dark] .option__item:hover{box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d}.about__cta-section{margin:6rem 0 4rem;padding:4rem 0;background:linear-gradient(135deg,var(--light-card-bg) 0%,var(--light-hover-bg) 50%,var(--light-card-bg) 100%);border-radius:20px;position:relative;overflow:hidden}body[data-theme=dark] .about__cta-section{background:linear-gradient(135deg,var(--dark-card-bg) 0%,var(--dark-hover-bg) 50%,var(--dark-card-bg) 100%)}.cta__container{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.cta__content{flex:1;max-width:600px}.cta__text{margin-bottom:2.5rem}.cta__title{font-size:2.5rem;font-weight:var(--font-bold);color:var(--primary-red);margin-bottom:1rem;line-height:1.2}body[data-theme=dark] .cta__title{color:var(--primary-red)}.cta__description{font-size:1.2rem;color:var(--light-text-secondary);line-height:1.6;margin-bottom:0}body[data-theme=dark] .cta__description{color:var(--dark-text-secondary)}.cta__buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.cta__button{padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:var(--font-semibold);cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px;position:relative;overflow:hidden}.cta__button--primary{background:linear-gradient(135deg,var(--primary-red),#d32f2f);color:#fff;box-shadow:0 4px 15px #dc26264d}.cta__button--primary:hover{background:linear-gradient(135deg,#d32f2f,var(--primary-red));box-shadow:0 8px 25px #dc262666}.cta__button--secondary{background:transparent;color:var(--primary-red);border:2px solid var(--primary-red)}.cta__button--secondary:hover{background:var(--primary-red);color:#fff;box-shadow:0 4px 15px #dc262633}body[data-theme=dark] .cta__button--secondary{color:var(--primary-red);border-color:var(--primary-red)}body[data-theme=dark] .cta__button--secondary:hover{background:var(--primary-red);color:#fff}.cta__visual{flex:0 0 300px;height:300px;position:relative;display:flex;align-items:center;justify-content:center}.cta__gradient-circle{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#dc26261a,#dc26260d,#dc26261a);position:relative;animation:pulse 3s ease-in-out infinite}body[data-theme=dark] .cta__gradient-circle{background:linear-gradient(135deg,#dc262633,#dc26261a,#dc262633)}.cta__gradient-circle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#dc262633,#dc26261a);animation:pulse 3s ease-in-out infinite reverse}.cta__animated-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:2px;background:linear-gradient(90deg,transparent 0%,var(--primary-red) 50%,transparent 100%);animation:lineGlow 2s ease-in-out infinite}.about__title{margin:40px 0}.about__demo{margin:40px 0;background:linear-gradient(135deg,var(--light-card-bg) 0%,var(--light-hover-bg) 50%,var(--light-card-bg) 100%);padding:2rem 0;border-radius:20px;position:relative;overflow:hidden}body[data-theme=dark] .about__demo{background:linear-gradient(135deg,var(--dark-card-bg) 0%,var(--dark-hover-bg) 50%,var(--dark-card-bg) 100%)}.about__demo:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(45deg,transparent 0%,rgba(220,38,38,.05) 25%,transparent 50%,rgba(220,38,38,.05) 75%,transparent 100%);animation:shimmer 8s ease-in-out infinite;z-index:0}body[data-theme=dark] .about__demo:before{background:linear-gradient(45deg,transparent 0%,rgba(220,38,38,.1) 25%,transparent 50%,rgba(220,38,38,.1) 75%,transparent 100%)}.about__demo>*{position:relative;z-index:1}@media (max-width: 768px){.about__info{flex-direction:column;text-align:center}.about__img-container{width:100%;max-width:400px}.about__partners{margin:3rem 0;padding:3rem 0;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.about__partners-text{font-size:1.1rem;margin-bottom:1.5rem}.about__counter{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem}.counter__number{font-size:2.5rem}.counter__label{font-size:1rem}.option__item{width:100%;max-width:350px;box-shadow:0 2px 4px -1px #0000001a,0 1px 2px -1px #0000000f}body[data-theme=dark] .option__item{box-shadow:0 2px 4px -1px #0000004d,0 1px 2px -1px #0003}.option__item:hover{box-shadow:0 6px 8px -2px #0000001a,0 2px 4px -1px #0000000d}body[data-theme=dark] .option__item:hover{box-shadow:0 6px 8px -2px #0006,0 2px 4px -1px #0000004d}}@media (max-width: 480px){.about__partners{margin:2rem 0;padding:2.5rem 0;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.about__partners-text{font-size:1rem;margin-bottom:1rem}.about__counter{grid-template-columns:1fr;gap:1rem;padding:1rem}.counter__number{font-size:2rem}.counter__label{font-size:.9rem}.option__wrapper{flex-direction:column}.option__item{width:100%;max-width:300px;padding:15px;box-shadow:0 1px 3px -1px #0000001a,0 1px 2px -1px #0000000f}body[data-theme=dark] .option__item{box-shadow:0 1px 3px -1px #0000004d,0 1px 2px -1px #0003}.option__item:hover{transform:translateY(-1px);box-shadow:0 4px 6px -2px #0000001a,0 2px 4px -1px #0000000d}body[data-theme=dark] .option__item:hover{box-shadow:0 4px 6px -2px #0006,0 2px 4px -1px #0000004d}}@keyframes pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:1}}@keyframes lineGlow{0%,to{opacity:.3;transform:translate(-50%,-50%) scaleX(1)}50%{opacity:1;transform:translate(-50%,-50%) scaleX(1.2)}}@media (max-width: 1024px){.cta__container{flex-direction:column;text-align:center;gap:3rem}.cta__visual{flex:none;width:250px;height:250px}.cta__gradient-circle{width:180px;height:180px}.cta__gradient-circle:before{width:100px;height:100px}.cta__animated-line{width:200px}}@media (max-width: 768px){.about__cta-section{margin:4rem 0 3rem;padding:3rem 0}.cta__container{padding:0 1.5rem;gap:2.5rem}.cta__title{font-size:2rem}.cta__description{font-size:1.1rem}.cta__buttons{flex-direction:column;align-items:center;gap:1rem}.cta__button{width:100%;max-width:280px;padding:.9rem 1.5rem;font-size:1rem}.cta__visual{width:200px;height:200px}.cta__gradient-circle{width:150px;height:150px}.cta__gradient-circle:before{width:80px;height:80px}.cta__animated-line{width:160px}}@media (max-width: 480px){.about__cta-section{margin:3rem 0 2rem;padding:2.5rem 0;border-radius:15px}.cta__container{padding:0 1rem;gap:2rem}.cta__title{font-size:1.8rem}.cta__description{font-size:1rem}.cta__text{margin-bottom:2rem}.cta__button{padding:.8rem 1.2rem;font-size:.95rem;min-width:160px}.cta__visual{width:150px;height:150px}.cta__gradient-circle{width:120px;height:120px}.cta__gradient-circle:before{width:60px;height:60px}.cta__animated-line{width:120px}}.services-page{padding:2rem 0}.services-header{text-align:center;margin-bottom:3rem}.services-header h1{font-size:2.5rem;font-weight:var(--font-bold);color:var(--primary-red);margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--light-card-bg);padding:2rem;border-radius:12px;text-align:center;box-shadow:var(--light-shadow);transition:transform var(--transition-normal)}body[data-theme=dark] .service-card{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.service-card:hover{transform:translateY(-4px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:var(--primary-red);margin-bottom:1rem}@media (max-width: 768px){.services-header h1{font-size:2rem}}.news-page{padding:2rem 0;text-align:center}.news-page h1{font-size:2.5rem;font-weight:var(--font-bold);color:var(--primary-red);margin-bottom:2rem}@media (max-width: 768px){.news-page h1{font-size:2rem}}.contacts-page{padding:2rem 0}.contacts-header{text-align:center;margin-bottom:3rem}.contacts-header h1{font-size:2.5rem;font-weight:var(--font-bold);color:var(--primary-red);margin-bottom:1rem}.contacts-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-item{margin-bottom:2rem}.contact-item h3{color:var(--primary-red);margin-bottom:.5rem}.contact-form{background:var(--light-card-bg);padding:2rem;border-radius:12px;box-shadow:var(--light-shadow)}body[data-theme=dark] .contact-form{background:var(--dark-card-bg);box-shadow:var(--dark-shadow)}.contact-form h3{color:var(--primary-red);margin-bottom:1.5rem}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.75rem;border:1px solid var(--light-border);border-radius:8px;background:var(--light-bg);color:var(--light-text);font-family:inherit}body[data-theme=dark] .contact-form input,body[data-theme=dark] .contact-form textarea{border-color:var(--dark-border);background:var(--dark-bg);color:var(--dark-text)}.contact-form textarea{min-height:120px;resize:vertical}@media (max-width: 768px){.contacts-content{grid-template-columns:1fr;gap:2rem}.contacts-header h1{font-size:2rem}}:root{--primary-red: #DC2626;--primary-red-hover: #B91C1C;--light-bg: #fff;--light-text: #1F2937;--light-text-secondary: #6B7280;--light-border: #E5E7EB;--light-card-bg: #FFFFFF;--light-hover-bg: #F9FAFB;--product-bg: #fff;--animated-number: #fff;--light-button-bg: #fff;--dark-bg: #111827;--dark-text: #F9FAFB;--dark-text-secondary: #D1D5DB;--dark-border: #374151;--dark-card-bg: #1F2937;--dark-hover-bg: #374151;--light-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--dark-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .2);--transition-fast: .15s ease;--transition-normal: .3s ease;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-normal),color var(--transition-normal)}body[data-theme=light]{background-color:var(--light-bg);color:var(--light-text);--product-bg: #fff;--text-color: #000}body[data-theme=dark]{background-color:var(--dark-bg);color:var(--dark-text);--product-bg: #1F2937;--text-color: #fff}button{cursor:pointer;border:none;transition:all var(--transition-fast);font-family:inherit}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}.none{display:none}.btn-primary{background-color:var(--primary-red);color:#fff;padding:12px 24px;border-radius:8px;font-weight:var(--font-medium);transition:background-color var(--transition-fast)}.btn-primary:hover{background-color:var(--primary-red-hover)}.btn-secondary{background-color:transparent;color:var(--primary-red);border:2px solid var(--primary-red);padding:10px 22px;border-radius:8px;font-weight:var(--font-medium);transition:all var(--transition-fast);width:fit-content}.btn-secondary:hover{background-color:var(--primary-red);color:#fff}.container{max-width:1600px;margin:0 auto;padding:0 40px}.section{padding:50px 0 0}.section-title{font-size:2.5rem;font-weight:var(--font-bold);text-align:center;margin-bottom:3rem}@media (max-width: 768px){.container{padding:0 16px}.section{padding:60px 0}.section-title{font-size:2rem;margin-bottom:2rem}}@media (max-width: 480px){.container{margin:0}}
