@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-red: #dc2626;--dark-red: #b91c1c;--light-red: #fef2f2;--red-50: #fef2f2;--red-100: #fee2e2;--red-600: #dc2626;--red-700: #b91c1c;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--gray-800);background-color:var(--white);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{background:var(--white);border-bottom:1px solid var(--gray-200);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.header.scrolled{background:#ffffff1a;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.header.scrolled .nav-link{color:var(--gray-800);text-shadow:0 1px 2px rgba(255,255,255,.8)}.header.scrolled .logo h1{text-shadow:0 1px 2px rgba(255,255,255,.8)}.header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(220,38,38,.3) 20%,rgba(255,255,255,.8) 40%,rgba(220,38,38,.6) 50%,rgba(255,255,255,1) 60%,rgba(220,38,38,.3) 80%,transparent 100%);box-shadow:0 0 10px #fffc,0 0 20px #dc262666,0 0 30px #ffffff4d;animation:shineEffect 3s ease-in-out infinite}@keyframes shineEffect{0%{background:linear-gradient(90deg,transparent 0%,rgba(220,38,38,.2) 20%,rgba(255,255,255,.6) 40%,rgba(220,38,38,.4) 50%,rgba(255,255,255,.8) 60%,rgba(220,38,38,.2) 80%,transparent 100%);box-shadow:0 0 8px #fff9,0 0 16px #dc26264d}50%{background:linear-gradient(90deg,transparent 0%,rgba(220,38,38,.4) 15%,rgba(255,255,255,.9) 35%,rgba(220,38,38,.7) 50%,rgba(255,255,255,1) 65%,rgba(220,38,38,.4) 85%,transparent 100%);box-shadow:0 0 15px #fff,0 0 25px #dc262680,0 0 35px #fff6}to{background:linear-gradient(90deg,transparent 0%,rgba(220,38,38,.2) 20%,rgba(255,255,255,.6) 40%,rgba(220,38,38,.4) 50%,rgba(255,255,255,.8) 60%,rgba(220,38,38,.2) 80%,transparent 100%);box-shadow:0 0 8px #fff9,0 0 16px #dc26264d}}.header-content{display:flex;justify-content:space-between;align-items:center;height:80px;max-width:1200px;margin:0 auto;padding:0 22px}.header .container{padding:0}.logo h1{color:var(--primary-red);font-size:28px;font-weight:700;letter-spacing:-.025em;margin-bottom:2px}.logo-image{height:50px;width:auto;margin-right:16px;object-fit:contain;cursor:pointer;transition:transform .2s ease}.logo-image:hover{transform:scale(1.05)}.logo{display:flex;align-items:center}.tagline{color:var(--gray-500);font-size:14px;font-weight:500;letter-spacing:.025em}.nav{display:flex;align-items:center;gap:28px}.nav-link{color:var(--gray-700);text-decoration:none;font-weight:500;font-size:15px;transition:color .2s ease;position:relative;cursor:pointer}.nav-link:hover{color:var(--primary-red)}.mobile-nav{display:none}.mobile-nav-buttons{display:flex;align-items:center;gap:12px}.mobile-nav-btn{background:var(--gray-100);color:var(--gray-700);border:none;padding:8px 16px;border-radius:var(--border-radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:40px}.mobile-nav-btn:hover,.mobile-nav-btn.active{background:var(--red-50);color:var(--primary-red)}.dropdown{position:relative}.dropdown-toggle{background:var(--gray-100);color:var(--gray-700);border:none;padding:8px 16px;border-radius:var(--border-radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:40px;display:flex;align-items:center;gap:8px}.dropdown-toggle:hover,.dropdown.open .dropdown-toggle{background:var(--red-50);color:var(--primary-red)}.dropdown-arrow{font-size:10px;transition:transform .2s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;right:0;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);min-width:180px;z-index:1000;margin-top:4px;overflow:hidden}.dropdown-item{display:block;padding:12px 16px;color:var(--gray-700);text-decoration:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background:none;width:100%;text-align:left}.dropdown-item:hover{background:var(--red-50);color:var(--primary-red)}.dropdown-divider{height:1px;background:var(--gray-200);margin:4px 0}.products-page{padding-top:140px}.hero-section{background:linear-gradient(135deg,#ac0012,#dc2626,#1e40af);color:var(--white);padding:140px 0 80px;overflow:hidden;position:relative;min-height:100vh;display:flex;align-items:center}.page-header{background:var(--gray-50);padding:30px 0;border-bottom:1px solid var(--gray-200)}.breadcrumb{display:flex;align-items:center;gap:4px;margin-bottom:3px;font-size:14px}.breadcrumb-link{color:var(--primary-red);text-decoration:none;cursor:pointer;transition:color .2s ease}.breadcrumb-link:hover{color:var(--dark-red)}.breadcrumb-separator{color:var(--gray-400)}.breadcrumb-current{color:var(--gray-600);font-weight:500}.page-title{font-size:42px;font-weight:700;color:var(--gray-900);margin-bottom:12px;letter-spacing:-.025em}.page-description{font-size:18px;color:var(--gray-600);max-width:600px}.products-listing{padding:50px 0;background:var(--white)}.hero-section:before{content:"";position:absolute;inset:0 0 0 60%;background:linear-gradient(135deg,#ac001233,#1e40af4d);clip-path:polygon(0 0,100% 0,100% 100%,20% 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);filter:blur(2px)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2;width:100%}.hero-text{max-width:500px}.hero-title{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:-.025em;word-break:break-word}.hero-highlight{color:var(--black);display:block}.hero-description{font-size:20px;line-height:1.6;margin-bottom:40px;color:#ffffffe6;max-width:90%;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;letter-spacing:.01em}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.hero-image img{width:120%;height:auto;max-height:500px;object-fit:contain;border-radius:var(--border-radius-xl);box-shadow:0 25px 50px -12px #00000040;animation:heroImageEntrance 1.2s cubic-bezier(.4,0,.2,1) forwards;transform:translate(100px) rotate(15deg);opacity:0;transition:all .3s ease}@keyframes heroImageEntrance{0%{transform:translate(100px) rotate(15deg);opacity:0}60%{opacity:1}to{transform:translate(0) rotate(3deg);opacity:1}}.hero-image img:hover{transform:translate(0) rotate(3deg) scale(1.1)}.hero-badge{position:relative;background:var(--primary-red);color:var(--white);width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-20px;right:-20px;box-shadow:0 10px 25px #dc26264d;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.badge-content{display:flex;flex-direction:column;align-items:center;text-align:center}.badge-text{font-size:14px;font-weight:700;line-height:1}.badge-subtext{font-size:10px;font-weight:500;opacity:.9}.hero-section .btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3)}.hero-section .btn-secondary:hover{background:#ffffff1a;border-color:var(--white)}.intro-section{padding:60px 0;background:var(--white);text-align:left;position:relative;overflow:hidden}.intro-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.intro-animation{display:flex;justify-content:center;align-items:center}.intro-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#dc262605,#3b82f605,#10b98105);pointer-events:none}.intro-content h2{font-size:36px;font-weight:700;color:var(--gray-900);margin-bottom:20px;letter-spacing:-.025em}.intro-content p{font-size:18px;color:var(--gray-600);max-width:100%;line-height:1.6}.contact-section{padding:100px 0;background:var(--gray-50)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:60px}.contact-info{display:flex;flex-direction:column;gap:40px}.contact-item{display:flex;align-items:center;gap:20px}.contact-icon{width:60px;height:60px;background:var(--red-50);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.contact-details h4{font-size:20px;font-weight:600;color:var(--gray-900);margin-bottom:4px}.contact-details p{color:var(--gray-600);font-size:16px}.contact-form{background:var(--white);padding:40px;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.glow-on-hover{width:220px;height:50px;border:none;outline:none;color:#fff;background:#111;cursor:pointer;position:relative;z-index:0;border-radius:10px;font-weight:600;font-size:16px;letter-spacing:.025em;transition:all .2s ease}.glow-on-hover:before{content:"";background:linear-gradient(45deg,#dc2626,#000,#b91c1c,#111,#dc2626,#000,#b91c1c,#111,#dc2626);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);animation:glowing 20s linear infinite;opacity:1;transition:opacity .3s ease-in-out;border-radius:10px}.glow-on-hover:hover:before{filter:blur(8px);opacity:1}.glow-on-hover:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:#111;left:0;top:0;border-radius:10px}.glow-on-hover:active{color:#000}.glow-on-hover:active:after{background:transparent}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.contact-form input,.contact-form textarea{padding:16px;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:15px;transition:all .2s ease;font-family:inherit;background:var(--white);width:100%}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary-red);box-shadow:0 0 0 3px #dc26261a}.contact-form textarea{resize:vertical;margin-bottom:20px}.btn-primary{background:var(--primary-red);color:var(--white);border:none;padding:16px 32px;border-radius:var(--border-radius);font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;letter-spacing:.025em;position:relative;z-index:0;overflow:hidden}.btn-primary:hover{background:var(--dark-red);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--white);color:var(--gray-700);border:2px solid var(--gray-300);padding:14px 32px;border-radius:var(--border-radius);font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;letter-spacing:.025em}.btn-secondary:hover{border-color:var(--primary-red);color:var(--primary-red);transform:translateY(-1px);box-shadow:var(--shadow-md)}.features-bar{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe);background-size:400% 400%;animation:gradientShift 8s ease infinite;padding:40px 0;border-bottom:1px solid var(--gray-200);position:relative;overflow:hidden}.features-bar:before{content:"";position:absolute;inset:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.features-bar .container{position:relative;z-index:2}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;align-items:center}.feature{display:flex;align-items:center;gap:20px;text-align:left;padding:20px;background:#fffc;border-radius:var(--border-radius-lg);box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;opacity:0;animation:slideInFromSides 1s ease-out forwards}.feature:nth-child(1){transform:translate(-100px);animation-delay:.2s}.feature:nth-child(2){transform:translate(-100px);animation-delay:.4s}.feature:nth-child(3){transform:translate(100px);animation-delay:.6s}.feature:nth-child(4){transform:translate(100px);animation-delay:.8s}@keyframes slideInFromSides{0%{opacity:0}to{opacity:1;transform:translate(0)}}.feature:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026;background:#fffffff2}.feature-icon{width:56px;height:56px;background:#ffffffe6;color:var(--primary-red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;box-shadow:0 4px 16px #0000001a;position:relative;border:2px solid rgba(220,38,38,.2)}.feature-icon:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,rgba(220,38,38,.1),transparent);border-radius:50%;z-index:-1}.feature-text h4{font-size:16px;font-weight:600;color:var(--gray-900);margin-bottom:0;letter-spacing:-.01em}.feature-text p{color:var(--gray-600);font-size:14px}.section-header{text-align:left;margin-bottom:64px}.section-title{font-size:35px;font-weight:500;color:var(--gray-900);margin-bottom:12px;letter-spacing:-.025em}.section-subtitle{font-size:20px;color:var(--gray-600);max-width:300;margin:0 auto;line-height:1.6;text-align:left}.categories-section{padding:100px 0;background:var(--white)}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.category-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-lg);overflow:hidden;transition:all .3s ease;cursor:pointer;display:flex;height:200px}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--primary-red)}.category-image{width:200px;flex-shrink:0}.category-image img{width:100%;height:100%;object-fit:cover}.category-content{padding:32px;display:flex;flex-direction:column;justify-content:center}.category-title{font-size:24px;font-weight:400;color:var(--gray-900);margin-bottom:8px}.category-description{color:var(--gray-600);line-height:1.5;margin-bottom:16px;font-size:15px;font-weight:300}.product-count{color:var(--primary-red);font-weight:600;font-size:14px}.products-section{padding:100px 0;background:var(--gray-50)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.product-card{background:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;cursor:pointer;border:1px solid var(--gray-200)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--primary-red)}.product-image{height:240px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:16px;left:16px;background:var(--primary-red);color:var(--white);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.025em}.product-content{padding:24px}.product-category-tag{display:inline-block;background:var(--red-50);color:var(--primary-red);padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;margin-bottom:12px;letter-spacing:.025em}.product-name{font-size:20px;font-weight:400;color:var(--gray-900);margin-bottom:8px;line-height:1.3}.product-description{color:var(--gray-600);margin-bottom:16px;line-height:1.5;font-size:14px;font-weight:300}.product-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.feature-tag{background:var(--gray-100);color:var(--gray-700);padding:4px 8px;border-radius:12px;font-size:11px;font-weight:400}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:18px;font-weight:700;color:var(--primary-red)}.btn-inquiry{background:var(--primary-red);color:var(--white);border:none;padding:10px 20px;border-radius:var(--border-radius);font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;letter-spacing:.025em}.btn-inquiry:hover{background:var(--dark-red);transform:translateY(-1px)}.cta-section{background:var(--gray-900);color:var(--white);padding:80px 0;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:36px;font-weight:700;margin-bottom:16px;letter-spacing:-.025em}.cta-subtitle{font-size:18px;color:var(--gray-300);margin-bottom:32px;line-height:1.6}.cta-buttons{display:flex;gap:16px;justify-content:center}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white);padding:14px 32px;border-radius:var(--border-radius);font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;letter-spacing:.025em}.btn-outline:hover{background:var(--white);color:var(--gray-900);transform:translateY(-1px)}.footer{background:var(--gray-900);color:var(--white);padding:80px 0 32px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;margin-bottom:48px}.footer-logo h3{color:var(--primary-red);font-size:28px;font-weight:700;margin-bottom:4px}.footer-logo p{color:var(--gray-400);font-size:14px;margin-bottom:24px}.footer-description{color:var(--gray-300);line-height:1.6;margin-bottom:24px;font-size:15px}.footer-contact p{color:var(--gray-300);margin-bottom:8px;font-size:14px}.footer-section h4{color:var(--white);font-size:18px;font-weight:600;margin-bottom:20px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--gray-300);text-decoration:none;font-size:14px;transition:color .2s ease}.footer-links a:hover{color:var(--primary-red)}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:32px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:var(--gray-400);font-size:14px}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:var(--gray-400);text-decoration:none;font-size:14px;transition:color .2s ease}.footer-bottom-links a:hover{color:var(--primary-red)}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--white);border-radius:var(--border-radius-xl);max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:32px 32px 24px;border-bottom:1px solid var(--gray-200)}.modal-header h3{color:var(--gray-900);font-size:28px;font-weight:700}.close-button{background:none;border:none;font-size:28px;color:var(--gray-400);cursor:pointer;padding:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);transition:all .2s ease}.close-button:hover{color:var(--primary-red);background:var(--red-50)}.modal-body{padding:32px}.inquiry-product{display:flex;gap:20px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--gray-200)}.inquiry-product img{width:100px;height:100px;object-fit:cover;border-radius:var(--border-radius);flex-shrink:0}.inquiry-product-info h4{color:var(--gray-900);font-size:20px;font-weight:600;margin-bottom:8px}.inquiry-product-info p{color:var(--gray-600);font-size:14px;line-height:1.5;margin-bottom:12px}.inquiry-product-category{display:inline-block;background:var(--red-50);color:var(--primary-red);padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600}.inquiry-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--gray-700);font-weight:600;margin-bottom:8px;font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:15px;transition:all .2s ease;font-family:inherit;background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-red);box-shadow:0 0 0 3px #dc26261a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:var(--primary-red);color:var(--white);border:none;padding:16px 32px;border-radius:var(--border-radius);font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px;letter-spacing:.025em}.submit-button:hover{background:var(--dark-red);transform:translateY(-1px);box-shadow:var(--shadow-md)}@media (max-width: 1024px){.container{padding:0 20px}.hero-content{grid-template-columns:1fr;gap:48px;text-align:center;padding:0 20px}.hero-title{font-size:48px}.hero-description{max-width:100%;font-size:18px}.hero-image{order:-1}.hero-image img{max-height:420px;width:110%}.features-grid{grid-template-columns:repeat(2,1fr);gap:24px}.feature{padding:16px;gap:16px}.feature-icon{width:48px;height:48px;font-size:20px}.feature-text h4{font-size:15px}.categories-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr;gap:48px}.contact-content{grid-template-columns:1fr;gap:60px}.page-title{font-size:36px}.section-title{font-size:28px}.hero-section{padding:120px 0 60px}.hero-description{font-size:18px}.category-card{height:auto;min-height:180px}.category-content{padding:24px}.product-image{height:220px}.modal{margin:20px;max-height:calc(100vh - 40px)}}@media (max-width: 768px){.container{padding:0 16px}.products-page{padding-top:160px}.header-content{flex-direction:row;height:60px;padding:0 16px;justify-content:space-between;align-items:center}.logo{justify-content:flex-start}.logo-image{height:36px;margin-right:10px}.logo h1{font-size:24px}.desktop-nav{display:none}.mobile-nav{display:flex}.products-page{padding-top:80px}.hero-section{padding:120px 0 60px;min-height:100vh}.hero-content{gap:32px;padding:0 16px}.hero-title{font-size:36px;line-height:1.2;margin-bottom:20px}.hero-description{font-size:16px;margin-bottom:28px;max-width:100%;line-height:1.5}.hero-buttons{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}.btn-primary,.btn-secondary{width:auto;min-width:140px;text-align:center;padding:16px 24px;font-size:16px}.hero-image img{max-height:320px;width:105%;width:auto;max-width:100%}.hero-badge{width:75px;height:75px;top:-12px;right:-12px}.badge-text{font-size:11px}.badge-subtext{font-size:8px}.section-title{font-size:26px;text-align:center}.section-subtitle{text-align:center;font-size:18px}.section-header{text-align:center;margin-bottom:48px}.page-title{font-size:28px}.page-description{font-size:15px}.features-grid{grid-template-columns:1fr;gap:16px}.feature{justify-content:center;text-align:center;flex-direction:column;gap:16px;padding:24px 16px;animation:slideInFromSidesMobile 1s ease-out forwards}.feature:nth-child(1),.feature:nth-child(2),.feature:nth-child(3),.feature:nth-child(4){transform:translateY(50px);animation-delay:.2s}.feature:nth-child(2){animation-delay:.4s}.feature:nth-child(3){animation-delay:.6s}.feature:nth-child(4){animation-delay:.8s}@keyframes slideInFromSidesMobile{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.feature-icon{align-self:center;width:52px;height:52px;font-size:22px}.feature-text{text-align:center}.feature-text h4{font-size:16px}.features-bar{padding:32px 0}.category-card{flex-direction:column;height:auto;text-align:center}.category-image{width:100%;height:180px}.products-grid{grid-template-columns:1fr;gap:20px}.product-card{max-width:380px;margin:0 auto}.product-image{height:200px}.product-content{padding:20px}.product-name{font-size:18px}.product-description{font-size:14px}.cta-buttons{flex-direction:column;align-items:center;gap:16px}.footer-content{grid-template-columns:1fr;text-align:center;gap:32px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.contact-form .form-row,.form-row{grid-template-columns:1fr;gap:16px}.inquiry-product{flex-direction:column;text-align:center;gap:16px}.inquiry-product img{align-self:center;width:80px;height:80px}.modal{margin:12px;max-height:calc(100vh - 24px)}.modal-header,.modal-body{padding:20px 16px}.breadcrumb{font-size:12px;margin-bottom:12px;justify-content:center}.products-section,.products-listing{padding:50px 0}.page-header{padding:30px 0;text-align:center}.contact-section{padding:60px 0}.intro-section{padding:50px 0}.intro-layout{grid-template-columns:1fr;gap:40px;text-align:center}.intro-animation{order:-1}.categories-section{padding:60px 0}.pwa-install-button{margin-left:0;margin-top:8px;font-size:12px;padding:8px 12px;min-height:36px}}@media (max-width: 480px){.container{padding:0 12px}.products-page{padding-top:80px}.header-content{padding:0 12px;height:60px}.logo-image{height:32px;margin-right:6px}.logo h1{font-size:20px}.mobile-nav-btn,.dropdown-toggle{font-size:13px;padding:6px 12px;min-height:36px}.dropdown-menu{min-width:160px}.dropdown-item{padding:10px 14px;font-size:13px}.hero-title{font-size:28px;line-height:1.1;margin-bottom:16px}.hero-description{font-size:14px;margin-bottom:20px;line-height:1.4}.hero-section{padding:100px 0 50px;min-height:100vh}.hero-content{gap:28px;padding:0 12px}.hero-buttons{flex-direction:column;gap:12px;width:100%}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:14px 20px;font-size:15px}.section-title{font-size:22px}.page-title{font-size:24px}.page-description{font-size:14px}.cta-title{font-size:24px}.hero-image img{max-height:280px;width:100%;transform:rotate(1deg)}.hero-image:hover img{transform:rotate(0) scale(1.01)}.hero-badge{width:60px;height:60px;top:-8px;right:-8px}.badge-text{font-size:9px}.badge-subtext{font-size:7px}.feature{padding:16px;gap:8px}.feature-text h4{font-size:16px}.feature-text p{font-size:13px}.product-name{font-size:16px}.product-description{font-size:12px}.product-content{padding:16px}.product-image{height:180px}.category-title{font-size:18px}.category-description{font-size:13px}.category-content{padding:20px 16px}.category-image{height:160px}.contact-form{padding:20px 16px}.contact-form input,.contact-form textarea{padding:12px;font-size:14px}.modal-header h3{font-size:20px}.modal-header,.modal-body{padding:16px 12px}.breadcrumb{font-size:11px}.products-section,.products-listing,.page-header{padding:30px 0}.section-header{margin-bottom:32px}.contact-section{padding:40px 0}.intro-section{padding:30px 0}.intro-layout{gap:30px}.categories-section{padding:40px 0}.btn-primary,.btn-secondary{padding:14px 20px;font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;font-size:14px}.submit-button{padding:14px 24px;font-size:14px}.pwa-install-button{font-size:11px;padding:6px 10px;min-height:32px}}@media (max-width: 360px){.container{padding:0 8px}.hero-section{padding:90px 0 40px}.hero-content{gap:24px;padding:0 8px}.hero-title{font-size:24px;line-height:1.1;margin-bottom:12px}.hero-description{font-size:14px;margin-bottom:16px;line-height:1.3}.hero-buttons{gap:10px}.btn-primary,.btn-secondary{width:100%;max-width:260px;padding:12px 16px;font-size:14px}.hero-image img{max-height:240px;width:100%}.section-title{font-size:18px}.page-title{font-size:20px}.nav-link{font-size:11px;padding:4px 6px;min-width:60px;min-height:36px}.logo h1{font-size:18px}.logo-image{height:28px}.product-card{max-width:100%}.modal{margin:8px}.hero-badge{width:50px;height:50px}.badge-text{font-size:8px}.badge-subtext{font-size:6px}}@media (max-height: 500px) and (orientation: landscape){.hero-section{padding:100px 0 40px;min-height:100vh}.hero-content{grid-template-columns:1fr 1fr;gap:40px;text-align:left;align-items:center}.hero-image{order:2}.hero-title{font-size:32px;margin-bottom:16px}.hero-description{font-size:15px;margin-bottom:24px;max-width:90%}.hero-buttons{flex-direction:row;gap:12px;justify-content:flex-start}.btn-primary,.btn-secondary{width:auto;min-width:120px;padding:12px 20px;font-size:14px}.hero-image img{max-height:300px}}@media (hover: none) and (pointer: coarse){.nav-link{min-height:44px;padding:12px 16px}.btn-primary,.btn-secondary,.btn-inquiry,.submit-button{min-height:44px;padding:12px 20px}.product-card,.category-card{transition:transform .1s ease}.product-card:active,.category-card:active{transform:scale(.98)}.close-button{min-width:44px;min-height:44px}}.loading-message{text-align:center;padding:40px 0;color:var(--gray-600);font-size:16px;display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid var(--gray-200);border-top:4px solid var(--primary-red);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:var(--border-radius)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card,.skeleton-product-card{background:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--gray-200)}.skeleton-product-image{height:240px;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-product-content{padding:24px}.skeleton-category-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-lg);overflow:hidden;display:flex;height:200px}.skeleton-category-image{width:200px;flex-shrink:0;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-category-content{padding:32px;display:flex;flex-direction:column;justify-content:center;flex:1}.skeleton-text{height:16px;margin-bottom:12px;border-radius:4px}.skeleton-text.title{height:24px;width:70%;margin-bottom:16px}.skeleton-text.description{height:14px;width:90%;margin-bottom:8px}.skeleton-text.description:last-child{width:60%}.skeleton-text.small{height:12px;width:40%;margin-top:16px}.skeleton-text.price{height:18px;width:30%;margin-top:16px}.skeleton-button{height:36px;width:80px;border-radius:var(--border-radius);margin-top:16px}.skeleton-tag{height:20px;width:60px;border-radius:16px;margin-bottom:12px}.skeleton-features{display:flex;gap:8px;margin:16px 0}.skeleton-feature-tag{height:20px;width:50px;border-radius:12px}.skeleton-product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px}@media (max-width: 768px){.skeleton-category-card{flex-direction:column;height:auto}.skeleton-category-image{width:100%;height:180px}.skeleton-category-content{padding:24px}.skeleton-product-image{height:200px}.skeleton-product-content{padding:20px}}#app{min-height:100vh}.pwa-install-button{background:var(--primary-red);color:var(--white);border:none;padding:8px 16px;border-radius:var(--border-radius);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:none;margin-left:20px;white-space:nowrap}.pwa-install-button:hover{background:var(--dark-red);transform:translateY(-1px);box-shadow:var(--shadow-md)}@media (max-width: 768px){.pwa-install-button{margin-left:0;margin-top:12px;order:3;font-size:13px;padding:6px 12px}}.supply-chain-animation[data-v-bb2a6dd0]{width:100%;max-width:800px;margin:0 auto;padding:40px 0}.supply-chain-svg[data-v-bb2a6dd0]{width:100%;height:auto;max-height:400px}.node-circle[data-v-bb2a6dd0]{transition:all .3s ease}.node-circle[data-v-bb2a6dd0]:hover{transform:scale(1.1)}.node-circle.central[data-v-bb2a6dd0]{animation:centralPulse-bb2a6dd0 3s ease-in-out infinite}@keyframes centralPulse-bb2a6dd0{0%,to{transform:scale(1);filter:drop-shadow(0 0 10px rgba(220,38,38,.3))}50%{transform:scale(1.05);filter:drop-shadow(0 0 20px rgba(220,38,38,.5))}}.node-label[data-v-bb2a6dd0]{font-family:Inter,sans-serif;font-size:12px;font-weight:600;fill:var(--gray-700)}.node-label.central[data-v-bb2a6dd0]{font-size:14px;font-weight:700;fill:var(--primary-red)}.node-label.small[data-v-bb2a6dd0]{font-size:10px;font-weight:500}.main-flow[data-v-bb2a6dd0]{stroke-dasharray:10 5;animation:flowAnimation-bb2a6dd0 3s linear infinite}.secondary-flow[data-v-bb2a6dd0]{stroke-dasharray:5 3;animation:flowAnimation-bb2a6dd0 2.5s linear infinite}.tertiary-flow[data-v-bb2a6dd0]{stroke-dasharray:5 3;animation:flowAnimation-bb2a6dd0 2s linear infinite}@keyframes flowAnimation-bb2a6dd0{0%{stroke-dashoffset:0}to{stroke-dashoffset:15}}.particle[data-v-bb2a6dd0]{filter:drop-shadow(0 0 4px currentColor)}.pulse-indicator[data-v-bb2a6dd0]{filter:drop-shadow(0 0 6px currentColor)}.node[data-v-bb2a6dd0]{cursor:pointer}.node:hover .node-circle[data-v-bb2a6dd0]{filter:drop-shadow(0 0 15px currentColor)}@media (max-width: 768px){.supply-chain-animation[data-v-bb2a6dd0]{padding:20px 0}.node-label[data-v-bb2a6dd0]{font-size:10px}.node-label.central[data-v-bb2a6dd0]{font-size:12px}.node-label.small[data-v-bb2a6dd0]{font-size:8px}}@media (max-width: 480px){.node-label[data-v-bb2a6dd0]{font-size:8px}.node-label.central[data-v-bb2a6dd0]{font-size:10px}.node-label.small[data-v-bb2a6dd0]{font-size:7px}}
