:root{--primary:#09f;--primary-dark:#06c;--primary-deep:#339;--accent:#00b4ff;--bg-dark:#0a0e17;--bg-card:#111827;--bg-alt:#f4f7fb;--text:#1a1a2e;--text-muted:#64748b;--text-light:#94a3b8;--white:#fff;--border:#e2e8f0;--shadow:0 4px 24px #00000014;--shadow-lg:0 12px 40px #0000001f;--radius:12px;--radius-sm:8px;--transition:.25s ease;color:var(--text);background:var(--white);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;min-height:100vh}img{max-width:100%;display:block}a{color:var(--primary);transition:color var(--transition);text-decoration:none}a:hover{color:var(--primary-dark)}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff7;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.logo{color:var(--primary-dark);align-items:center;gap:.75rem;display:flex}.logo:hover{color:var(--primary-dark)}.logo-img{border-radius:50%;width:44px;height:44px}.logo-text{flex-direction:column;line-height:1.2;display:flex}.logo-name{color:var(--primary-dark);font-size:1.15rem;font-weight:700}.logo-tagline{color:var(--primary);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem}.nav{gap:.25rem;display:flex}.nav-link{color:var(--primary-dark);border-radius:var(--radius-sm);transition:all var(--transition);padding:.5rem 1rem;font-size:.9rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--primary-dark);background:#0099ff1f}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.menu-toggle span{background:var(--primary-dark);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}.hero{background:linear-gradient(135deg, var(--bg-dark) 0%, #0d1b3e 50%, var(--primary-deep) 100%);align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at 20% 80%,#09f3 0%,#0000 50%),radial-gradient(circle at 80% 20%,#3333994d 0%,#0000 50%);position:absolute;inset:0}.hero-flex{z-index:1;flex-wrap:wrap;align-items:center;gap:2.5rem;padding:5rem 0;display:flex;position:relative}.hero-content{flex:420px;max-width:640px}.hero-badge{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;background:#09f3;border:1px solid #0099ff4d;border-radius:100px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{color:var(--white);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--accent);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.hero-desc{color:var(--text-light);max-width:560px;margin-bottom:2rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-showcase{flex-direction:column;flex:380px;gap:1rem;max-width:520px;display:flex;transform:rotate(-4deg)}.showcase-row{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.showcase-row:hover .showcase-track{animation-play-state:paused}.showcase-track{gap:.85rem;width:max-content;animation:30s linear infinite showcase-scroll-left;display:flex}.showcase-track-reverse{animation-name:showcase-scroll-right;animation-duration:34s}.showcase-row:nth-child(3) .showcase-track{animation-duration:38s}.showcase-card{border-radius:var(--radius-sm);background:var(--white);width:108px;height:108px;box-shadow:var(--shadow-lg);border:3px solid #ffffff1a;flex:none;overflow:hidden}.showcase-card img{object-fit:contain;background:var(--white);width:100%;height:100%;padding:.5rem}@keyframes showcase-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes showcase-scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.showcase-track{animation:none}}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:2px solid #0000;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:var(--white);border-color:#0000}.btn-primary:hover{background:linear-gradient(135deg, var(--accent), var(--primary));color:var(--white);transform:translateY(-1px);box-shadow:0 8px 24px #0099ff59}.btn-outline{color:var(--white);background:0 0;border-color:#ffffff4d}.btn-outline:hover{color:var(--white);border-color:var(--white);background:#ffffff1a}.btn-light{background:var(--white);color:var(--primary-dark)}.btn-light:hover{background:var(--bg-alt);color:var(--primary-deep)}.page-hero{background:linear-gradient(135deg, var(--bg-dark), #0d1b3e);color:var(--white);padding:4rem 0 3rem}.page-hero h1{margin:.5rem 0;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.page-hero p{color:var(--text-light);max-width:600px;font-size:1.1rem}.breadcrumb{color:var(--accent);margin-bottom:1rem;font-size:.9rem;display:inline-block}.breadcrumb:hover{color:var(--white)}.section{padding:5rem 0}.section-alt{background:var(--bg-alt)}.section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:inline-block}.section-header h2{color:var(--text);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.section-header p{color:var(--text-muted);font-size:1.05rem}.section-cta{text-align:center;margin-top:2.5rem}.stats-section{z-index:2;margin-top:-3rem;padding:0;position:relative}.stats-grid{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem;display:grid}.stat-card{text-align:center;padding:1rem}.stat-value{background:linear-gradient(135deg, var(--primary), var(--primary-deep));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800;display:block}.stat-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.company-cards{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.company-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:2rem}.company-card:hover{box-shadow:var(--shadow-lg);border-color:#0000}.company-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.company-card h3{font-size:1.25rem;font-weight:700}.badge{color:var(--primary);background:#0099ff1a;border-radius:100px;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.company-card p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem}.company-meta{margin-bottom:1.25rem}.company-meta li{color:var(--text-muted);padding:.25rem 0;font-size:.9rem}.company-meta strong{color:var(--text)}.link-arrow{font-size:.95rem;font-weight:600}.company-type{color:var(--primary);margin-bottom:1rem;font-size:.9rem;font-weight:500}.highlight-list li{color:var(--text-muted);margin-bottom:.5rem;padding-left:1.25rem;font-size:.95rem;position:relative}.highlight-list li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.highlight-list-grid{grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;max-width:800px;margin:0 auto;display:grid}.brand-tags-center{justify-content:center}.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.category-card{border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);transition:all var(--transition);color:inherit;overflow:hidden}.category-card:hover{box-shadow:var(--shadow-lg);color:inherit;transform:translateY(-4px)}.category-card img{object-fit:contain;background:var(--white);box-sizing:border-box;width:100%;height:210px;padding:1rem}.category-card-body{padding:1.25rem}.category-card-body h3{margin-bottom:.25rem;font-size:1rem;font-weight:700}.category-card-body span{color:var(--text-muted);font-size:.85rem}.category-card-static{pointer-events:none}.brand-products-section{background:var(--bg-alt);padding:2.5rem 0;overflow:hidden}.brand-products-section-alt{background:var(--white)}.brand-products-section+.brand-products-section{padding-top:.5rem}.category-section{padding-bottom:2rem}.category-section+.brand-products-section{padding-top:.75rem}.brand-products-track-reverse{animation-direction:reverse}.brand-products-section .section-header{max-width:820px}.brand-products-section .section-header h2{white-space:nowrap;font-size:clamp(1.35rem,2.4vw,2rem)}.brand-products-section .section-cta{margin-top:1.5rem}.brand-products-subtitle{max-width:640px;color:var(--text-muted);margin:.75rem auto 0}.brand-products-marquee{margin:2.5rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.brand-products-marquee:hover .brand-products-track{animation-play-state:paused}.brand-products-track{align-items:stretch;gap:1.5rem;width:max-content;animation:56s linear infinite brand-products-scroll;display:flex}.brand-product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);width:260px;box-shadow:var(--shadow);transition:all var(--transition);flex:none;overflow:hidden}.brand-product-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.brand-product-image{background:var(--white);justify-content:center;align-items:center;height:190px;padding:1rem;display:flex}.brand-product-image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.brand-product-info{border-top:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:.5rem;padding:.85rem 1rem 1.1rem;display:flex}.brand-product-logo{object-fit:contain;width:auto;height:20px}.brand-product-info h4{color:var(--text);margin:0;font-size:.95rem;font-weight:700;line-height:1.3}@keyframes brand-products-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.brand-products-track{animation:none}}.brands-section{background:var(--white);text-align:center;padding:3rem 0 3.5rem;overflow:hidden}.brands-title{color:var(--primary);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.brands-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.brands-marquee:hover .brands-track{animation-play-state:paused}.brands-track{align-items:center;gap:1.25rem;width:max-content;animation:42s linear infinite brands-scroll;display:flex}.brand-chip{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);width:170px;height:90px;transition:all var(--transition);box-shadow:var(--shadow);flex:none;justify-content:center;align-items:center;padding:.85rem 1.25rem;display:flex}.brand-chip img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.brand-chip:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}@keyframes brands-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.brands-track{animation:none}}.cta-section{padding:0 0 5rem}.cta-box{background:linear-gradient(135deg, var(--primary-dark), var(--primary-deep));border-radius:var(--radius);color:var(--white);justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex}.cta-box h2{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.cta-box p{color:#fffc;max-width:500px}.about-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid}.about-grid h2{margin-bottom:1.25rem;font-size:1.75rem;font-weight:800}.about-grid p{color:var(--text-muted);margin-bottom:1rem;font-size:1.02rem}.about-image{background:linear-gradient(135deg, var(--bg-dark), var(--primary-deep));border-radius:var(--radius);justify-content:center;align-items:center;padding:3rem;display:flex}.about-image img{border-radius:50%;width:200px;height:200px}.quality-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.quality-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.quality-card h3{color:var(--primary-dark);margin-bottom:.75rem;font-size:1rem;font-weight:700}.quality-card p{color:var(--text-muted);font-size:.9rem}.leadership-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);max-width:700px;padding:2.5rem}.leadership-card h3{margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.leadership-card .role{color:var(--primary);margin-bottom:1rem;font-weight:500}.leadership-card p{color:var(--text-muted)}.company-detail-cards{flex-direction:column;gap:3rem;display:flex}.company-detail-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem}.company-detail-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.company-detail-header h2{font-size:1.5rem;font-weight:800}.facts-grid{background:var(--bg-alt);border-radius:var(--radius-sm);grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;display:grid}.facts-grid-wide{grid-template-columns:repeat(4,1fr)}.facts-grid div{flex-direction:column;gap:.25rem;display:flex}.facts-grid strong{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.facts-grid span{font-size:.95rem;font-weight:600}.company-detail-card>p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.brands-section{margin:2rem 0}.brands-section h4,.brands-section h2{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.brand-tags{flex-wrap:wrap;gap:.5rem;display:flex}.brand-tag{color:var(--primary-dark);background:#0099ff14;border:1px solid #0099ff26;border-radius:100px;padding:.4rem .9rem;font-size:.8rem;font-weight:600}.company-detail-actions{gap:1rem;margin-top:1.5rem;display:flex}.company-detail-actions .btn-outline{color:var(--primary);border-color:var(--primary)}.company-detail-actions .btn-outline:hover{background:var(--primary);color:var(--white)}.about-content{margin:2rem 0}.about-content h2{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.about-content p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.product-list{margin-top:.75rem}.product-list li{color:var(--text-muted);padding:.2rem 0 .2rem 1rem;font-size:.85rem;position:relative}.product-list li:before{content:"•";color:var(--primary);position:absolute;left:0}.filter-bar{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.filter-btn{border:1px solid var(--border);background:var(--white);cursor:pointer;transition:all var(--transition);color:var(--text-muted);border-radius:100px;padding:.6rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:500}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);color:inherit;display:block;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);color:inherit;transform:translateY(-4px)}.product-card-image{position:relative}.product-card-image img{object-fit:contain;background:var(--white);box-sizing:border-box;width:100%;height:230px;padding:1.25rem}.product-count{color:var(--white);background:#000000b3;border-radius:100px;padding:.3rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-card-body{padding:1.5rem}.product-company{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.product-card-body h3{margin:.35rem 0 .75rem;font-size:1.15rem;font-weight:700}.detail-product-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.detail-product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);flex-direction:column;display:flex;overflow:hidden}.detail-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.detail-product-image{aspect-ratio:1;background:var(--white)}.detail-product-image img{object-fit:contain;width:100%;height:100%;padding:1rem}.detail-product-body{flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.5rem;display:flex}.detail-product-body h3{margin-bottom:.4rem;font-size:1.05rem;font-weight:700;line-height:1.35}.price-tag{color:var(--primary-dark);margin-bottom:.85rem;font-size:.95rem;font-weight:700;display:inline-block}.spec-badges{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:.4rem;margin-bottom:1.25rem;list-style:none;display:flex}.spec-badge{background:var(--bg-alt);color:var(--text-muted);border:1px solid var(--border);border-radius:100px;flex:none;padding:.3rem .65rem;font-size:.75rem;font-weight:600}.btn-block{width:100%;margin-top:auto}.btn-outline-dark{color:var(--primary-dark);border-color:var(--primary);background:0 0}.btn-outline-dark:hover{background:var(--primary);color:var(--white)}.category-coming-soon{text-align:center;max-width:800px;margin:0 auto}.coming-soon-note{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem}.category-coming-soon .highlight-list-grid{text-align:left}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-item{border-radius:var(--radius);aspect-ratio:4/3;position:relative;overflow:hidden}.gallery-item img{object-fit:contain;background:var(--white);box-sizing:border-box;width:100%;height:100%;padding:1.5rem;transition:transform .4s}.gallery-item:hover img{transform:scale(1.05)}.gallery-item figcaption{color:var(--white);background:linear-gradient(#0000,#000c);flex-direction:column;gap:.15rem;padding:1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-item figcaption span{opacity:.8;font-size:.75rem}.gallery-item figcaption strong{font-size:.95rem}.contact-grid{grid-template-columns:1fr 1.2fr;gap:3rem;display:grid}.contact-info h2,.contact-form-wrap h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.contact-block{margin-bottom:1.75rem}.contact-block h4{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.contact-block p,.contact-block a{color:var(--text-muted);font-size:.95rem;line-height:1.6}.text-muted{color:var(--text-light);font-size:.9rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{flex-direction:column;gap:.4rem;display:flex}.form-row label{color:var(--text);font-size:.85rem;font-weight:600}.form-row input,.form-row select,.form-row textarea{border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--transition);background:var(--white);padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0099ff1a}.form-success{border-radius:var(--radius);text-align:center;background:#0099ff14;border:1px solid #09f3;padding:2rem}.form-success h3{color:var(--primary-dark);margin-bottom:.5rem}.form-success p{color:var(--text-muted)}.map-section{line-height:0}.footer{background:var(--bg-dark);color:var(--text-light);padding-top:4rem}.footer-grid{grid-template-columns:1.5fr 1fr 1.2fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer h4{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.9rem;font-weight:700}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo img{border-radius:50%;width:40px;height:40px}.footer-logo span{color:var(--white);font-size:1.1rem;font-weight:700}.footer-brand p{font-size:.9rem;line-height:1.6}.footer-links li,.footer-contact li{margin-bottom:.6rem}.footer-links a,.footer-contact a{color:var(--text-light);font-size:.9rem}.footer-links a:hover,.footer-contact a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #ffffff14;padding:1.5rem 0}.footer-bottom-inner{justify-content:space-between;font-size:.85rem;display:flex}@media (width<=1024px){.stats-grid,.quality-grid,.category-grid,.detail-product-grid,.gallery-grid,.facts-grid-wide,.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-showcase{max-width:100%;transform:rotate(0)}.showcase-card{width:88px;height:88px}}@media (width<=640px){.hero-flex{padding:3rem 0 2.5rem}.hero-showcase{display:none}}@media (width<=768px){.menu-toggle{display:flex}.brand-products-section .section-header h2{white-space:normal}.nav{background:var(--white);opacity:0;transition:all var(--transition);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);flex-direction:column;padding:1rem;position:fixed;top:72px;left:0;right:0;transform:translateY(-120%)}.nav-open{opacity:1;transform:translateY(0)}.company-cards,.about-grid{grid-template-columns:1fr}.about-image{order:-1;padding:2rem}.quality-grid,.category-grid,.products-grid,.detail-product-grid,.gallery-grid,.contact-grid{grid-template-columns:1fr}.cta-box{text-align:center;flex-direction:column}.facts-grid,.facts-grid-wide,.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column;gap:.5rem}.company-detail-actions{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr);margin:0 1rem}}
