:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}@media(min-width:768px){:root{font-size:16px}}@media(min-width:1024px){:root{font-size:16px}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;width:100%;height:100%;min-width:320px;min-height:100vh}body{display:flex;flex-direction:column}h1{font-size:2em;line-height:1.1}@media(min-width:768px){h1{font-size:2.5em}}@media(min-width:1024px){h1{font-size:3.2em}}button{border-radius:8px;border:1px solid transparent;padding:.75em 1.5em;min-height:44px;min-width:44px;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;touch-action:manipulation}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(pointer:coarse){button{min-height:48px;padding:.875em 1.75em}}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*,*:before,*:after{box-sizing:border-box}html,body{overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}@media(pointer:coarse){a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:3px solid #007bff;outline-offset:2px}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{max-width:1200px;padding-left:2rem;padding-right:2rem}}@media(min-width:1280px){.container{max-width:1280px}}.spacing-mobile{padding:1rem}@media(min-width:768px){.spacing-tablet{padding:1.5rem}}@media(min-width:1024px){.spacing-desktop{padding:2rem}}.mobile-only{display:block}@media(min-width:768px){.mobile-only{display:none}}.tablet-up{display:none}@media(min-width:768px){.tablet-up{display:block}}.desktop-only{display:none}@media(min-width:1024px){.desktop-only{display:block}}.responsive-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:768px){.responsive-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.responsive-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}.responsive-flex{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.responsive-flex{flex-direction:row;gap:1.5rem}}@media(pointer:coarse){button+button,a+a{margin-left:.5rem}input,textarea,select{margin-bottom:1rem}}.full-height{min-height:100vh;min-height:-webkit-fill-available}html{height:-webkit-fill-available}@supports (padding: max(0px)){.safe-area-inset{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}*{-webkit-tap-highlight-color:rgba(0,123,255,.1)}@media screen and (max-width:767px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],textarea,select{font-size:16px!important}}.navigation{background-color:transparent;box-shadow:none;position:absolute;top:0;left:0;right:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo a{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.nav-logo a:hover{opacity:.8}.nav-logo .logo-image{height:35px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.nav-links{list-style:none;margin:0;padding:0;display:flex;gap:2rem}.nav-links li{margin:0}.nav-links a{text-decoration:none;color:#ffffffe6;font-weight:500;transition:color .3s ease;padding:.5rem 0;position:relative;text-shadow:0 1px 3px rgba(0,0,0,.3)}.nav-links a:hover{color:#fff}.nav-links a.active{color:#fff;font-weight:600}.nav-links a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#fff}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.75rem;gap:.25rem;min-width:44px;min-height:44px;justify-content:center;align-items:center;touch-action:manipulation}.hamburger span{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px;box-shadow:0 1px 2px #0000004d}.hamburger span.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-links.mobile{display:none}@media(max-width:768px){.nav-logo .logo-image{height:28px}.nav-links.desktop{display:none}.hamburger{display:flex}.nav-links.mobile{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:1rem 2rem;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-links.mobile.open{max-height:400px}.nav-links.mobile li{border-bottom:1px solid #eee}.nav-links.mobile li:last-child{border-bottom:none}.nav-links.mobile a{display:block;padding:1rem 0;min-height:44px;display:flex;align-items:center}.nav-links.mobile a.active:after{display:none}}@media(min-width:769px){.nav-links.mobile{display:none!important}}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-card-image{width:100%;height:300px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-card-name{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 .5rem}.product-card-price{font-size:1.5rem;font-weight:700;color:#007bff;margin:0 0 1rem}.product-card-features{list-style:none;padding:0;margin:0 0 1.5rem;flex-grow:1}.product-card-features li{font-size:.875rem;color:#666;position:relative;padding:.25rem 0 .25rem 1.25rem}.product-card-features li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}.product-card-compare-btn{width:100%;padding:.875rem;min-height:44px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;touch-action:manipulation}.product-card-compare-btn:hover:not(:disabled){background-color:#0056b3}.product-card-compare-btn:disabled{background-color:#ccc;cursor:not-allowed}.product-card-compare-btn.added{background-color:#28a745}.product-card-compare-btn.added:hover{background-color:#218838}@media(max-width:480px){.product-card-image{height:200px}.product-card-content{padding:1rem}.product-card-name{font-size:1.1rem}.product-card-price{font-size:1.25rem}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem 0}.product-grid-empty{text-align:center;padding:4rem 2rem;color:#666}.product-grid-empty p{font-size:1.25rem;margin:0}@media(max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem 0}}@media(max-width:480px){.product-grid{grid-template-columns:1fr;gap:1rem;padding:1rem 0}}.product-grid>*{min-height:100%}.home-product-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.home-product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.home-product-card-image{width:100%;height:350px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.home-product-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.home-product-card:hover .home-product-card-image img{transform:scale(1.05)}.home-product-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.home-product-card-name{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 .5rem}.home-product-card-features{list-style:none;padding:0;margin:0 0 1.5rem;flex-grow:1}.home-product-card-features li{font-size:.875rem;color:#666;position:relative;padding:.25rem 0 .25rem 1.25rem}.home-product-card-features li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}.home-product-card-compare-btn{width:100%;padding:.875rem;min-height:44px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;touch-action:manipulation}.home-product-card-compare-btn:hover:not(:disabled){background-color:#0056b3}.home-product-card-compare-btn:disabled{background-color:#ccc;cursor:not-allowed}.home-product-card-compare-btn.added{background-color:#28a745}.home-product-card-compare-btn.added:hover{background-color:#218838}@media(max-width:480px){.home-product-card-image{height:200px}.home-product-card-content{padding:1rem}.home-product-card-name{font-size:1.1rem}}.home-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%}.home-product-grid-empty{text-align:center;padding:3rem;color:#666;font-size:1.125rem}@media(max-width:768px){.home-product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media(max-width:480px){.home-product-grid{grid-template-columns:1fr;gap:1rem}}.image-gallery{display:flex;flex-direction:column;gap:1rem}.image-gallery-main{width:100%;max-width:500px;aspect-ratio:1 / 1;background-color:#f5f5f5;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:0 auto}.main-image{width:100%;height:100%;object-fit:contain}.image-gallery-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0}.thumbnail{flex-shrink:0;width:80px;height:80px;min-width:44px;min-height:44px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background-color:#f5f5f5;padding:0;transition:border-color .3s ease,transform .2s ease;touch-action:manipulation}.thumbnail:hover{border-color:#007bff;transform:scale(1.05)}.thumbnail.active{border-color:#007bff}.thumbnail img{width:100%;height:100%;object-fit:cover}.image-gallery-empty{width:100%;aspect-ratio:1 / 1;background-color:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999}@media(max-width:768px){.image-gallery-main{aspect-ratio:4 / 3}.thumbnail{width:60px;height:60px}}@media(max-width:480px){.thumbnail{width:50px;height:50px}.image-gallery-thumbnails{gap:.5rem}}.search-bar{width:100%;margin-bottom:1.5rem}.search-bar-container{position:relative;display:flex;align-items:center;width:100%;max-width:600px}.search-icon{position:absolute;left:1rem;width:20px;height:20px;color:#999;pointer-events:none}.search-input{width:100%;padding:.875rem 3rem;min-height:44px;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;outline:none;transition:border-color .3s ease,box-shadow .3s ease;background-color:#fff;font-size:16px}.search-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.search-input::placeholder{color:#999}.search-clear{position:absolute;right:.5rem;width:32px;height:32px;min-width:44px;min-height:44px;padding:0;background:none;border:none;cursor:pointer;color:#999;transition:color .3s ease;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.search-clear:hover{color:#333}.search-clear svg{width:100%;height:100%}@media(max-width:768px){.search-bar-container{max-width:100%}.search-input{font-size:.9375rem}}@media(max-width:480px){.search-input{padding:.75rem 2.5rem}.search-icon,.search-clear{width:18px;height:18px}.search-icon{left:.75rem}.search-clear{right:.75rem}}.filter-panel{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.filter-header h3{margin:0;font-size:1.25rem;color:#333}.clear-filters-btn{background:none;border:none;color:#007bff;font-size:.875rem;cursor:pointer;padding:.5rem .75rem;min-height:44px;transition:color .3s ease;touch-action:manipulation}.clear-filters-btn:hover{color:#0056b3;text-decoration:underline}.filter-section{margin-bottom:2rem}.filter-section:last-child{margin-bottom:0}.filter-section h4{margin:0 0 1rem;font-size:1rem;color:#333;font-weight:600}.price-inputs{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.price-input-group{flex:1;display:flex;flex-direction:column;gap:.25rem}.price-input-group label{font-size:.75rem;color:#666;font-weight:500}.price-input-group input{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.875rem;outline:none;transition:border-color .3s ease}.price-input-group input:focus{border-color:#007bff}.price-separator{color:#999;margin-top:1.25rem}.price-display{font-size:.875rem;color:#007bff;font-weight:600;text-align:center;padding:.5rem;background-color:#f0f8ff;border-radius:4px}.feature-checkboxes{display:flex;flex-direction:column;gap:.75rem}.feature-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.feature-checkbox:hover{background-color:#f5f5f5}.feature-checkbox input[type=checkbox]{width:20px;height:20px;min-width:20px;min-height:20px;cursor:pointer;accent-color:#007bff}@media(pointer:coarse){.feature-checkbox input[type=checkbox]{width:24px;height:24px;min-width:24px;min-height:24px}.feature-checkbox{padding:.75rem;min-height:44px}}.feature-checkbox span{font-size:.875rem;color:#333;-webkit-user-select:none;user-select:none}@media(max-width:768px){.filter-panel{padding:1rem}.filter-header h3{font-size:1.125rem}.filter-section{margin-bottom:1.5rem}}@media(max-width:480px){.price-inputs{flex-direction:column;gap:.75rem}.price-separator{display:none}.price-input-group{width:100%}}.hero-section{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:6rem 2rem 4rem;min-height:700px;display:flex;align-items:center;width:100%;position:relative;overflow:hidden;transition:background-image .5s ease-in-out}.hero-section:before{content:"";position:absolute;inset:0;background:#0009;z-index:0}.hero-section:after{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(100,200,255,.1) 0%,transparent 70%);border-radius:50%;animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.5}}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}.hero-cta{display:inline-block;padding:1rem 2rem;min-height:10px;background-color:#fff;color:#667eea;text-decoration:none;font-size:1.125rem;font-weight:600;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;align-self:flex-start;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.hero-image{display:flex;align-items:center;justify-content:center;position:relative}.hero-image:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 40%,rgba(102,126,234,.3) 70%,rgba(102,126,234,.6) 100%);pointer-events:none;z-index:1}.hero-image img{max-width:60%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));animation:float 3s ease-in-out infinite;transition:all .3s ease-in-out;position:relative;z-index:0;mask-image:radial-gradient(ellipse at center,black 50%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse at center,black 50%,transparent 100%)}.hero-image:hover img{transform:scale(1.05) translateY(0);filter:drop-shadow(0 15px 40px rgba(0,0,0,.4));animation-play-state:paused}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:800px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{align-items:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-cta{align-self:center}.hero-image{order:-1}}@media(max-width:768px){.hero-section{padding:3rem 1.5rem;min-height:400px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{padding:.875rem 1.75rem;font-size:1rem}.hero-image img{max-width:80%}}@media(max-width:480px){.hero-section{padding:2rem 1rem}.hero-container{gap:2rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9375rem}.hero-cta{padding:.75rem 1.5rem;font-size:.9375rem}.hero-image img{max-width:90%}}.hero-image-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-progress-container{display:flex;justify-content:center;width:0%}.hero-progress-dots{display:flex;gap:.4rem;align-items:center}.progress-dot{width:35px;height:1%;background:#fff6;border-radius:.5px;position:relative;overflow:hidden;transition:background .3s ease;border:none;cursor:pointer;padding:0}.progress-dot:hover{background:#ffffffb3}.progress-dot.active{background:#fff9}.progress-fill{position:absolute;top:0;left:0;height:100%;background:#fff;transition:width .1s linear;border-radius:2px}@media(max-width:768px){.progress-dot{width:25px;height:.5px}.hero-progress-dots{gap:.3rem}}@media(max-width:480px){.progress-dot{width:20px;height:.5px}.hero-image-wrapper{gap:1rem}}.comparison-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.comparison-grid{display:flex;flex-direction:column;width:100%}.comparison-row{display:grid;grid-template-columns:200px repeat(auto-fit,minmax(250px,1fr));border-bottom:1px solid #e2e8f0;transition:background-color .2s}.comparison-row:last-child{border-bottom:none}.comparison-row.has-difference{background-color:#fff5e6}.comparison-row.header-row{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:2px solid #5568d3}.spec-label-cell{padding:1.25rem 1.5rem;font-weight:600;background-color:#f8f9fa;display:flex;align-items:center;border-right:1px solid #e2e8f0;font-size:.9rem;color:#2d3748}.header-row .spec-label-cell{background:transparent;color:#fff;font-size:1rem}.product-cell{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;border-right:1px solid rgba(255,255,255,.2)}.product-cell:last-child{border-right:none}.remove-btn{position:absolute;top:.5rem;right:.5rem;background:#ffffffe6;color:#e53e3e;border:none;border-radius:50%;width:36px;height:36px;min-width:44px;min-height:44px;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-weight:700;touch-action:manipulation}.remove-btn:hover{background:#e53e3e;color:#fff;transform:scale(1.1)}.product-image{width:120px;height:120px;object-fit:cover;border-radius:8px;margin-bottom:1rem;background:#fff}.product-name{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:#fff}.product-price{font-size:1.25rem;font-weight:700;margin:0;color:gold}.spec-value-cell{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;border-right:1px solid #e2e8f0;font-size:.9rem;color:#4a5568}.spec-value-cell:last-child{border-right:none}.highlights-list{list-style:none;padding:0;margin:0;text-align:left;width:100%}.highlights-list li{padding:.5rem 0;border-bottom:1px solid #e2e8f0;font-size:.875rem}.highlights-list li:last-child{border-bottom:none}.highlights-list li:before{content:"✓";color:#48bb78;font-weight:700;margin-right:.5rem}@media(max-width:1024px){.comparison-row{grid-template-columns:180px repeat(auto-fit,minmax(220px,1fr))}.spec-label-cell{padding:1rem 1.25rem;font-size:.85rem}.product-image{width:100px;height:100px}.product-name{font-size:1rem}.product-price{font-size:1.125rem}.spec-value-cell{padding:1rem 1.25rem;font-size:.85rem}}@media(max-width:768px){.comparison-table{overflow-x:auto}.comparison-grid{min-width:800px}.comparison-row{grid-template-columns:150px repeat(auto-fit,minmax(200px,1fr))}.spec-label-cell{padding:.875rem 1rem;font-size:.8rem}.product-cell{padding:1rem}.product-image{width:80px;height:80px}.product-name{font-size:.9rem}.product-price{font-size:1rem}.spec-value-cell{padding:.875rem 1rem;font-size:.8rem}.remove-btn{width:24px;height:24px;font-size:1.25rem}}@media(max-width:480px){.comparison-grid{min-width:700px}.comparison-row{grid-template-columns:120px repeat(auto-fit,minmax(180px,1fr))}.spec-label-cell{padding:.75rem .875rem;font-size:.75rem}.product-cell{padding:.875rem}.product-image{width:70px;height:70px}.product-name{font-size:.85rem}.product-price{font-size:.9rem}.spec-value-cell{padding:.75rem .875rem;font-size:.75rem}.highlights-list li{font-size:.75rem}}.contact-form{max-width:600px;margin:0 auto}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.required{color:#dc3545}.form-group input,.form-group textarea{padding:.875rem;min-height:44px;border:2px solid #e0e0e0;border-radius:4px;font-size:16px;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;-webkit-appearance:none}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group input.error,.form-group textarea.error{border-color:#dc3545}.form-group input.error:focus,.form-group textarea.error:focus{box-shadow:0 0 0 3px #dc35451a}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:#dc3545;font-size:.875rem;margin-top:-.25rem}.submit-button{padding:1rem 2rem;min-height:48px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .1s ease;align-self:flex-start;touch-action:manipulation}.submit-button:hover{background-color:#0056b3}.submit-button:active{transform:scale(.98)}.submit-button:focus{outline:none;box-shadow:0 0 0 3px #007bff4d}.success-message{text-align:center;padding:3rem 2rem;background-color:#d4edda;border:2px solid #c3e6cb;border-radius:8px;color:#155724}.success-message svg{width:64px;height:64px;margin-bottom:1rem;color:#28a745}.success-message h3{margin:0 0 .5rem;font-size:1.5rem;color:#155724}.success-message p{margin:0;font-size:1rem;color:#155724}@media(max-width:768px){.contact-form{padding:0 1rem}.submit-button{width:100%}}.error-boundary{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.error-boundary-content{max-width:600px;text-align:center}.error-icon{width:80px;height:80px;color:#e74c3c;margin:0 auto 1.5rem}.error-boundary h1{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.error-boundary p{font-size:1.1rem;color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.error-details{text-align:left;margin:1.5rem 0;padding:1rem;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px}.error-details summary{cursor:pointer;font-weight:600;color:#495057;margin-bottom:.5rem}.error-details pre{margin-top:.5rem;padding:.5rem;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;overflow-x:auto;font-size:.875rem;color:#e74c3c}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-actions .btn{padding:.75rem 1.5rem;font-size:1rem;border-radius:4px;text-decoration:none;cursor:pointer;border:none;transition:all .3s ease}.error-actions .btn-primary{background-color:#3498db;color:#fff}.error-actions .btn-primary:hover{background-color:#2980b9}.error-actions .btn-secondary{background-color:#95a5a6;color:#fff}.error-actions .btn-secondary:hover{background-color:#7f8c8d}@media(max-width:768px){.error-icon{width:60px;height:60px}.error-boundary h1{font-size:1.5rem}.error-boundary p{font-size:1rem}.error-actions{flex-direction:column}.error-actions .btn{width:100%}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.loading-spinner-container.small{padding:1rem}.loading-spinner-container.large{min-height:60vh;padding:3rem}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-container.small .loading-spinner{width:30px;height:30px;border-width:3px}.loading-spinner-container.medium .loading-spinner{width:50px;height:50px}.loading-spinner-container.large .loading-spinner{width:70px;height:70px;border-width:5px}.loading-message{margin-top:1rem;color:#7f8c8d;font-size:1rem;text-align:center}.loading-spinner-container.small .loading-message{font-size:.875rem;margin-top:.5rem}.loading-spinner-container.large .loading-message{font-size:1.125rem;margin-top:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.testimonials-section{padding:2.5rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:visible;width:100%;z-index:1}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-title{font-size:1.75rem;font-weight:700;text-align:center;color:#1a1a1a;margin-bottom:.5rem}.testimonials-subtitle{font-size:.95rem;text-align:center;color:#666;margin-bottom:2rem}.testimonial-carousel{position:relative;overflow:hidden;padding:1.5rem 0;width:100%;min-height:300px}.testimonial-track{display:flex;gap:2rem;animation:scroll 25s linear infinite;width:fit-content;will-change:transform}.testimonial-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{background:#fff;border-radius:12px;padding:1.75rem 1.5rem;box-shadow:0 8px 30px #0000001a;text-align:center;min-width:320px;max-width:320px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.testimonial-header{margin-bottom:1rem}.testimonial-name{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0;text-align:center}.testimonial-rating{margin-bottom:1rem}.star{color:#ffc107;font-size:1.2rem;margin:0 .05rem}.testimonial-feedback{font-size:.9rem;line-height:1.6;color:#333;font-style:italic;margin-bottom:1rem;flex-grow:1;display:flex;align-items:center}.testimonial-author{margin-top:auto}.author-company{font-size:.85rem;color:#007bff;font-weight:500;margin:0}@media(max-width:1200px){.testimonial-card{min-width:300px;max-width:300px}}@media(max-width:768px){.testimonials-section{padding:2rem 1rem}.testimonials-title{font-size:1.5rem}.testimonials-subtitle{font-size:.9rem}.testimonial-card{min-width:280px;max-width:280px;padding:1.5rem 1.25rem}.testimonial-name{font-size:1.15rem}.testimonial-feedback{font-size:.85rem}}@media(max-width:480px){.testimonials-section{padding:1.5rem .5rem}.testimonials-title{font-size:1.35rem}.testimonial-carousel{padding:1rem 0;min-height:250px}.testimonial-track{gap:1rem}.testimonial-card{min-width:260px;max-width:260px;padding:1.25rem 1rem}.testimonial-name{font-size:1.1rem}.testimonial-feedback,.author-company{font-size:.8rem}}.footer-banner-section{width:100%;background:#fff;margin-top:0}.footer-banner-container{width:100%;margin:0;display:grid;grid-template-columns:1fr 1fr}.company-location{background:#f8f9fa;padding:2rem}.location-title{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 1.25rem}.location-details{display:flex;flex-direction:column;gap:1rem}.location-item{display:flex;gap:.75rem;align-items:flex-start}.location-icon{font-size:1.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;flex-shrink:0}.location-label{font-size:.7rem;font-weight:600;color:#666;margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.5px}.location-value{font-size:.875rem;color:#333;margin:0;line-height:1.5}.promo-banner{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;align-items:center;justify-content:center}.banner-content{max-width:500px;text-align:center}.banner-badge{display:inline-block;background:#fff3;color:#fff;padding:.35rem .875rem;border-radius:20px;font-size:.75rem;margin-bottom:.75rem;font-weight:600}.banner-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.2}.banner-description{font-size:.9rem;color:#fffffff2;margin:0 0 1.25rem;line-height:1.5}.banner-cta{background:#fff;color:#667eea;padding:.75rem 2rem;border:none;border-radius:50px;cursor:pointer;min-height:44px;font-size:.95rem;font-weight:600;transition:all .3s ease}.banner-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:968px){.footer-banner-container{grid-template-columns:1fr}.company-location,.promo-banner{padding:1.75rem 1.5rem}.location-title{font-size:1.25rem}.banner-title{font-size:1.35rem}}@media(max-width:640px){.footer-banner-section{margin-top:0}.company-location,.promo-banner{padding:1.5rem 1rem}.location-title{font-size:1.15rem;margin-bottom:1rem}.location-details{gap:.875rem}.location-icon{width:28px;height:28px;font-size:1.1rem}.location-label{font-size:.65rem}.location-value{font-size:.8rem}.banner-title{font-size:1.25rem}.banner-description{font-size:.85rem}.banner-cta{width:100%;padding:.75rem 1.5rem;font-size:.9rem}}.why-choose-us{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.why-choose-us-container{max-width:1200px;margin:0 auto}.why-choose-us-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff}.why-choose-us-subtitle{font-size:1.25rem;text-align:center;margin-bottom:3rem;opacity:.95;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;text-align:center;transition:transform .3s ease,background .3s ease;border:1px solid rgba(255,255,255,.2)}.feature-card:hover{transform:translateY(-5px);background:#ffffff26}.feature-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;animation:float 3s ease-in-out infinite}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.feature-description{font-size:1rem;line-height:1.6;opacity:.9;color:#fff}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.why-choose-us{padding:3rem 1.5rem}.why-choose-us-title{font-size:2rem}.why-choose-us-subtitle{font-size:1.125rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.25rem}.feature-description{font-size:.9375rem}}@media(max-width:480px){.why-choose-us{padding:2rem 1rem}.why-choose-us-title{font-size:1.75rem}.why-choose-us-subtitle{font-size:1rem}.feature-card{padding:1.25rem}}.home-page{width:100%;min-height:100vh;display:flex;flex-direction:column}.featured-products-section{padding:4rem 2rem;background-color:#f9fafb}.featured-products-container{max-width:1200px;margin:0 auto}.featured-products-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1f2937}.view-all-container{display:flex;justify-content:center;margin-top:3rem}.view-all-link{display:inline-block;padding:1rem 2rem;min-height:48px;background-color:#2563eb;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1rem;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.view-all-link:hover{background-color:#1d4ed8}.view-all-link:active{background-color:#1e40af}@media(max-width:768px){.featured-products-section{padding:2rem 1rem}.featured-products-title{font-size:1.5rem;margin-bottom:1.5rem}.view-all-container{margin-top:2rem}.view-all-link{padding:.75rem 1.5rem;font-size:.875rem}}.product-catalog-page{min-height:100vh;background-color:#f8f9fa}.catalog-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.catalog-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.catalog-header p{font-size:1.125rem;margin:0;opacity:.95}.catalog-container{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.catalog-sidebar{position:sticky;top:2rem}.catalog-main{min-width:0}.catalog-search{margin-bottom:1.5rem}.catalog-results{min-height:400px}.results-count{font-size:.875rem;color:#6c757d;margin-bottom:1rem;font-weight:500}.empty-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.empty-results h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.empty-results p{font-size:1rem;color:#718096;margin:0 0 1.5rem;max-width:400px}.clear-all-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1.75rem;min-height:48px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;touch-action:manipulation}.clear-all-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media(max-width:1024px){.catalog-container{grid-template-columns:240px 1fr;gap:1.5rem;padding:1.5rem}}@media(max-width:768px){.catalog-header{padding:2rem 1.5rem}.catalog-header h1{font-size:2rem}.catalog-header p{font-size:1rem}.catalog-container{grid-template-columns:1fr;gap:1.5rem;padding:1rem}.catalog-sidebar{position:static}.empty-results{padding:3rem 1.5rem}.empty-icon{width:48px;height:48px}.empty-results h2{font-size:1.25rem}.empty-results p{font-size:.875rem}}@media(max-width:480px){.catalog-header{padding:1.5rem 1rem}.catalog-header h1{font-size:1.5rem}.catalog-header p{font-size:.875rem}.catalog-container{padding:.75rem}}.product-detail-page{max-width:1400px;margin:0 auto;padding:2rem 1rem}.product-not-found{text-align:center;padding:4rem 2rem}.product-not-found h1{font-size:2rem;margin-bottom:1rem;color:#333}.product-not-found p{font-size:1.1rem;color:#666;margin-bottom:2rem}.back-to-catalog{display:inline-block;padding:.875rem 1.75rem;min-height:48px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.back-to-catalog:hover{background-color:#0056b3}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-detail-gallery{position:sticky;top:2rem;height:fit-content}.product-detail-info{display:flex;flex-direction:column;gap:1.5rem}.product-detail-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0}.product-detail-price{font-size:2rem;font-weight:600;color:#007bff;margin:0}.product-detail-description{font-size:1.1rem;line-height:1.6;color:#555;margin:0}.color-selector-section{padding:1.5rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.color-selector-section h3{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 1rem}.color-options{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.color-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;background:transparent;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:80px}.color-option:hover{border-color:#007bff;background-color:#f8f9fa}.color-option.selected{border-color:#007bff;background-color:#e7f3ff}.color-swatch{width:48px;height:48px;border-radius:50%;box-shadow:0 2px 8px #00000026;transition:transform .3s ease}.color-option:hover .color-swatch{transform:scale(1.1)}.color-option.selected .color-swatch{transform:scale(1.15);box-shadow:0 4px 12px #007bff66}.color-name{font-size:.9rem;color:#555;font-weight:500;text-align:center}.color-option.selected .color-name{color:#007bff;font-weight:600}.selected-variant-info{padding:1rem;background-color:#f8f9fa;border-radius:6px;border-left:3px solid #007bff}.selected-variant-info p{margin:.25rem 0;font-size:.95rem;color:#555}.selected-variant-info strong{color:#333}.product-detail-actions{display:flex;gap:1rem;margin-top:1rem}.btn{padding:1rem 2rem;min-height:48px;font-size:1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 8px #007bff4d}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#5a6268;transform:translateY(-2px);box-shadow:0 4px 8px #6c757d4d}.btn-secondary:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.product-detail-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.product-detail-section h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.product-highlights-list{list-style:none;padding:0;margin:0}.product-highlights-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#555;line-height:1.5}.product-highlights-list li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700;font-size:1.2rem}.product-variants{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.variant-card{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9;transition:all .3s ease}.variant-card:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.variant-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem}.variant-price{font-size:1.2rem;font-weight:600;color:#007bff;margin:0 0 .75rem}.variant-detail{font-size:.9rem;color:#666;margin:.25rem 0}.variant-detail strong{color:#333}.product-specifications{background-color:#f8f9fa;padding:2rem;border-radius:8px}.product-specifications h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1.5rem}.specifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.spec-item{display:flex;flex-direction:column;gap:.5rem}.spec-item strong{font-size:.9rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.spec-item span{font-size:1rem;color:#333;line-height:1.5}@media(max-width:968px){.product-detail-container{grid-template-columns:1fr;gap:2rem}.product-detail-gallery{position:static}.product-detail-title{font-size:2rem}.product-detail-price{font-size:1.5rem}.specifications-grid{grid-template-columns:1fr}}@media(max-width:640px){.product-detail-page{padding:1rem .5rem}.product-detail-actions{flex-direction:column}.btn{width:100%}.product-variants{grid-template-columns:1fr}.product-detail-title{font-size:1.5rem}.product-specifications{padding:1.5rem 1rem}.color-options{justify-content:center}.color-option{min-width:70px}.color-swatch{width:40px;height:40px}}.comparison-page{min-height:100vh;background-color:#f8f9fa}.comparison-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.comparison-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.comparison-header p{font-size:1.125rem;margin:0;opacity:.95}.clear-all-btn{background:#fff3;color:#fff;border:2px solid white;padding:.875rem 1.75rem;min-height:48px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;touch-action:manipulation}.clear-all-btn:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.clear-all-btn:active{transform:translateY(0)}.comparison-content{max-width:1400px;margin:0 auto;padding:2rem}.empty-comparison{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;max-width:600px;margin:2rem auto}.empty-icon{width:64px;height:64px;color:#cbd5e0;margin-bottom:1.5rem}.empty-comparison h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.empty-comparison p{font-size:1rem;color:#718096;margin:0 0 1.5rem;max-width:400px}.browse-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;min-height:48px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;touch-action:manipulation}.browse-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.browse-btn:active{transform:translateY(0)}.add-more-notice{margin-top:2rem;padding:1.5rem;background:#e6f7ff;border:1px solid #91d5ff;border-radius:8px;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.info-icon{width:24px;height:24px;color:#1890ff;flex-shrink:0}.add-more-notice span{flex:1;color:#0050b3;font-size:.95rem;font-weight:500;min-width:200px}.add-more-btn{background:#1890ff;color:#fff;border:none;padding:.75rem 1.5rem;min-height:44px;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;touch-action:manipulation}.add-more-btn:hover{background:#0050b3;transform:translateY(-1px);box-shadow:0 2px 8px #1890ff4d}.add-more-btn:active{transform:translateY(0)}@media(max-width:1024px){.comparison-content{padding:1.5rem}}@media(max-width:768px){.comparison-header{padding:2rem 1.5rem}.header-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.comparison-header h1{font-size:2rem}.comparison-header p{font-size:1rem}.clear-all-btn{width:100%}.comparison-content{padding:1rem}.empty-comparison{padding:3rem 1.5rem;margin:1rem}.empty-icon{width:48px;height:48px}.empty-comparison h2{font-size:1.25rem}.empty-comparison p{font-size:.875rem}.add-more-notice{flex-direction:column;align-items:flex-start;gap:1rem}.add-more-notice span{min-width:auto}.add-more-btn{width:100%}}@media(max-width:480px){.comparison-header{padding:1.5rem 1rem}.comparison-header h1{font-size:1.5rem}.comparison-header p{font-size:.875rem}.comparison-content{padding:.75rem}.empty-comparison{padding:2rem 1rem;margin:.75rem}.browse-btn{width:100%}}.contact-page{min-height:calc(100vh - 80px);background-color:#f8f9fa;padding:3rem 0}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.contact-header p{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-form-section,.contact-info-section{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.contact-form-section h2,.contact-info-section h2{font-size:1.5rem;color:#333;margin-bottom:1.5rem}.contact-info-item{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.contact-info-item svg{width:24px;height:24px;color:#007bff;flex-shrink:0;margin-top:.25rem}.contact-info-item h3{font-size:1.125rem;color:#333;margin:0 0 .5rem}.contact-info-item p{margin:0;color:#666;line-height:1.6}.contact-info-item a{color:#007bff;text-decoration:none;transition:color .3s ease}.contact-info-item a:hover{color:#0056b3;text-decoration:underline}.social-links{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e0e0e0}.social-links h3{font-size:1.125rem;color:#333;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:44px;min-height:44px;background-color:#f0f0f0;border-radius:50%;color:#333;transition:all .3s ease;touch-action:manipulation}.social-icons a:hover{background-color:#007bff;color:#fff;transform:translateY(-2px)}.social-icons svg{width:20px;height:20px}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.contact-page{padding:2rem 0}.contact-container{padding:0 1rem}.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.contact-form-section,.contact-info-section{padding:1.5rem}.contact-form-section h2,.contact-info-section h2{font-size:1.25rem}}.about-page{min-height:calc(100vh - 80px);background-color:#f8f9fa;padding:3rem 0}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-size:3rem;color:#333;margin-bottom:1rem;font-weight:700}.about-tagline{font-size:1.25rem;color:#666;font-style:italic}.about-section{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.about-section h2{font-size:2rem;color:#333;margin-bottom:1.5rem;font-weight:600}.about-section p{font-size:1.125rem;color:#555;line-height:1.8;margin-bottom:1rem}.about-section p:last-child{margin-bottom:0}.brand-story{padding:0;overflow:hidden}.brand-story .story-hero{width:100%;height:500px;position:relative;overflow:hidden;margin-bottom:3rem}.brand-story .story-image-container{width:100%;height:100%;position:relative}.brand-story .factory-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.brand-story .story-image-container:hover .factory-image{transform:scale(1.05)}.brand-story .image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);padding:3rem;color:#fff}.brand-story .overlay-content h3{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#fff}.brand-story .overlay-content p{font-size:1.25rem;margin:0;opacity:.9;color:#fff}.brand-story .story-content{padding:0 3rem 3rem}.brand-story .story-header{text-align:center;margin-bottom:3rem}.brand-story .story-header h2{font-size:2.5rem;color:#333;margin-bottom:.5rem}.brand-story .story-subtitle{font-size:1.25rem;color:#667eea;font-weight:500}.brand-story .story-text{max-width:900px;margin:0 auto}.brand-story .story-text p{font-size:1.125rem;line-height:1.8;color:#555;margin-bottom:2rem}.brand-story .story-text strong{color:#333;font-weight:600}.brand-story .story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px}.brand-story .stat-item{text-align:center;color:#fff}.brand-story .stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#fff}.brand-story .stat-label{font-size:1rem;opacity:.95;color:#fff}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.value-card{padding:1.5rem;background-color:#f8f9fa;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.value-icon{width:48px;height:48px;background-color:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.value-icon svg{width:24px;height:24px;color:#fff}.value-card h3{font-size:1.25rem;color:#333;margin-bottom:.75rem;font-weight:600}.value-card p{font-size:1rem;color:#666;line-height:1.6;margin:0}.connect{text-align:center}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;min-height:48px;background-color:#f0f0f0;border-radius:50px;color:#333;text-decoration:none;font-weight:500;transition:all .3s ease;touch-action:manipulation}.social-link:hover{background-color:#007bff;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.social-link svg{width:20px;height:20px}.social-link span{font-size:1rem}@media(max-width:968px){.values-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.about-page{padding:2rem 0}.about-container{padding:0 1rem}.about-header{margin-bottom:2rem}.about-header h1{font-size:2rem}.about-tagline{font-size:1rem}.about-section{padding:2rem 1.5rem;margin-bottom:1.5rem}.about-section h2{font-size:1.5rem}.about-section p{font-size:1rem}.brand-story .story-hero{height:350px}.brand-story .image-overlay{padding:2rem}.brand-story .overlay-content h3{font-size:1.5rem}.brand-story .overlay-content p{font-size:1rem}.brand-story .story-content{padding:0 2rem 2rem}.brand-story .story-header h2{font-size:2rem}.brand-story .story-subtitle{font-size:1rem}.brand-story .story-stats{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.brand-story .stat-number{font-size:2.5rem}.values-grid{gap:1rem}.value-card{padding:1.25rem}.social-links{gap:1rem}.social-link{padding:.625rem 1.25rem;font-size:.875rem}.social-link svg{width:18px;height:18px}}@media(max-width:480px){.about-header h1{font-size:1.75rem}.about-section{padding:1.5rem 1rem}.brand-story .story-hero{height:250px}.brand-story .image-overlay{padding:1.5rem}.brand-story .overlay-content h3{font-size:1.25rem}.brand-story .overlay-content p{font-size:.875rem}.brand-story .story-content{padding:0 1rem 1.5rem}.brand-story .story-header{margin-bottom:2rem}.brand-story .story-header h2{font-size:1.75rem}.brand-story .story-subtitle{font-size:.9375rem}.brand-story .story-stats{padding:1.25rem;gap:1.25rem}.brand-story .stat-number{font-size:2rem}.brand-story .stat-label{font-size:.875rem}.social-links{flex-direction:column;align-items:stretch}.social-link{justify-content:center}}#root{width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
