:root{--primary:#0090da;--primary-dark:#0077b6;--primary-light:#00b4e5;--secondary:#1a2b3e;--secondary-light:#2d3f54;--accent:#00d4ff;--text:#4b5563;--text-h:#1a2b3e;--bg:#fff;--surface:#f8fafb;--border:#e8eaed;--code-bg:#f4f6f8;--accent-bg:#0090da14;--accent-border:#0090da4d;--social-bg:#0090da0d;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--shadow:#0090da1a 0 10px 30px, #0090da0d 0 4px 6px;--shadow-lg:#0090da26 0 20px 50px;--sans:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--heading:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}@media (width<=768px){:root{font-size:15px}}@media (width<=480px){:root{font-size:14px}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}section{scroll-margin-top:120px}@media (width<=768px){section{scroll-margin-top:100px}}.app{flex-direction:column;width:100%;min-height:100vh;display:flex}main{flex:1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}::selection{background:var(--primary);color:#fff}*{transition:background-color .3s,border-color .3s}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section{animation:.6s ease-out fadeIn}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.1rem}p{font-size:.95rem}}@media print{.header,.footer,.btn{display:none}section{page-break-inside:avoid;break-inside:avoid}}.header{z-index:1000;background:var(--bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.8rem 2rem;display:flex;position:relative}.logo-wrapper{cursor:pointer;flex-direction:column;align-items:flex-start;gap:.3rem;transition:transform .3s;display:flex}.logo-wrapper:hover{transform:scale(1.05)}.logo{align-items:center;gap:.3rem;display:flex}.logo-text-start,.logo-text-end{color:#888;letter-spacing:.3px;font-size:1.69rem;font-weight:400;line-height:1;display:inline-block}.logo-image{object-fit:contain;vertical-align:middle;width:auto;height:52px;display:inline-block}.tagline{color:#999;letter-spacing:.5px;white-space:nowrap;margin-top:.1rem;font-size:.55rem;font-weight:300}nav{align-items:center;gap:2rem;display:flex}nav button{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}nav button:hover{color:var(--primary)}nav button:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}nav button:hover:after{width:100%}.cta-btn{border-radius:6px;font-weight:600;transition:all .3s;background:var(--primary)!important;color:#fff!important;padding:.75rem 1.5rem!important}.cta-btn:hover{box-shadow:var(--shadow);background:var(--primary-dark)!important}.cta-btn:after{display:none!important}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.menu-toggle span{background:var(--text-h);border-radius:2px;width:25px;height:3px;transition:all .3s}@media (width<=1024px){.header-container{padding:.8rem 1.5rem}nav{gap:1.5rem}nav button{font-size:.9rem}}@media (width<=768px){.header-container{padding:.6rem 1rem}.menu-toggle{display:flex}.logo-wrapper{gap:.2rem}.logo-image{height:42px}.logo-text-start,.logo-text-end{font-size:1.43rem}.tagline{font-size:.5rem;font-weight:300}nav{background:var(--bg);border-bottom:1px solid var(--border);z-index:999;visibility:hidden;flex-direction:column;gap:.75rem;max-height:0;padding:1.5rem;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}nav.open{visibility:visible;max-height:500px}nav button{text-align:left;width:100%;padding:.5rem 0;font-size:.95rem}.cta-btn{text-align:center;width:100%;padding:.75rem 1.5rem!important}}@media (width<=480px){.header-container{padding:.5rem .75rem}.logo-text-start,.logo-text-end{font-size:1.24rem}.logo-image{height:34px}.tagline{font-size:.45rem;font-weight:300}nav{gap:.5rem;padding:1rem;top:60px}nav.open{max-height:400px}nav button{font-size:.9rem}.menu-toggle{padding:.3rem}.menu-toggle span{gap:5px;width:22px;height:2.5px}}.hero{background:linear-gradient(135deg, var(--bg) 0%, var(--surface) 100%);flex-direction:column;justify-content:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle, var(--accent-bg), transparent 70%);pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#00b4e50d,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-20%;left:-5%}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:2.5rem 2rem;display:grid;position:relative}.hero-content h1{color:var(--text-h);margin-bottom:1rem;font-size:3.5rem;line-height:1.2}.hero-content h1 .accent{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-content>p{color:var(--text);margin-bottom:2rem;font-size:1.25rem;line-height:1.8}.hero-cta{flex-wrap:wrap;gap:1.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn:before{content:"";z-index:-1;background:#fff3;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:var(--surface);color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.hero-3d{perspective:1000px;justify-content:center;align-items:center;min-height:500px;display:flex}.duct-container{width:300px;height:300px;transform-style:preserve-3d;animation:6s ease-in-out infinite float;position:relative}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.duct{background:linear-gradient(135deg, var(--primary-light), var(--primary));opacity:.9;border-radius:20px;position:absolute;box-shadow:0 10px 30px #0090da4d}.duct-1{width:200px;height:60px;animation:8s linear infinite rotate-duct-1;top:40px;left:50px;transform:rotateX(20deg)rotateY(-25deg)}.duct-2{width:150px;height:50px;animation:10s linear infinite rotate-duct-2;top:140px;left:20px;transform:rotateX(-15deg)rotateY(25deg)}.duct-3{width:180px;height:55px;animation:9s linear infinite rotate-duct-3;top:180px;right:30px;transform:rotateX(10deg)rotateY(-20deg)}@keyframes rotate-duct-1{0%{transform:rotateX(20deg)rotateY(-25deg)rotate(0)}to{transform:rotateX(20deg)rotateY(-25deg)rotate(360deg)}}@keyframes rotate-duct-2{0%{transform:rotateX(-15deg)rotateY(25deg)rotate(0)}to{transform:rotateX(-15deg)rotateY(25deg)rotate(-360deg)}}@keyframes rotate-duct-3{0%{transform:rotateX(10deg)rotateY(-20deg)rotate(0)}to{transform:rotateX(10deg)rotateY(-20deg)rotate(360deg)}}.sphere{background:radial-gradient(circle at 35% 35%, #00d4ff66, var(--primary) 100%);border-radius:50%;width:150px;height:150px;animation:4s ease-in-out infinite pulse-sphere;position:absolute;top:75px;left:75px;box-shadow:inset -30px -30px 60px #0003,0 30px 60px #0090da4d,inset 10px 10px 20px #ffffff4d}@keyframes pulse-sphere{0%,to{box-shadow:inset -30px -30px 60px #0003,0 30px 60px #0090da4d,inset 10px 10px 20px #ffffff4d}50%{box-shadow:inset -30px -30px 60px #0000001a,0 40px 80px #0090da80,inset 10px 10px 20px #ffffff80}}.hero-stats{z-index:1;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:2rem auto 0;padding:2rem;display:grid;position:relative}.stat{text-align:center;border:1px solid var(--border);background:#0090da0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:150px;padding:2rem;transition:all .3s;display:flex}.stat:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-5px)}.stat-number{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;word-wrap:break-word;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:var(--text);word-wrap:break-word;font-size:.95rem;line-height:1.4}@media (width<=1024px){.hero-container{grid-template-columns:1fr;gap:2rem;padding:2rem}.hero-content h1{font-size:2.5rem}.hero-3d{min-height:350px}.duct-container{width:250px;height:250px}.hero-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem}.stat{padding:1.5rem 1rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}}@media (width<=768px){.hero{min-height:auto;padding:2rem 0 .5rem}.hero-container{gap:1.5rem;padding:2rem 1.5rem}.hero-content h1{margin-bottom:1rem;font-size:1.75rem}.hero-content>p{margin-bottom:1.5rem;font-size:.95rem}.hero-cta{flex-direction:column;gap:1rem}.btn{width:100%;padding:.85rem 1.5rem}.hero-3d{min-height:300px}.duct-container{width:200px;height:200px}.hero:before,.hero:after{display:none}.hero-stats{grid-template-columns:1fr;gap:1rem;margin:2rem auto 0;padding:1.5rem 1rem}.stat{padding:1.25rem}.stat-number{font-size:1.75rem}.stat-label{font-size:.8rem}}@media (width<=480px){.hero{padding:1.5rem 0 .5rem}.hero-container{gap:1rem;padding:1.5rem 1rem}.hero-content h1{margin-bottom:.75rem;font-size:1.3rem}.hero-content>p{margin-bottom:1rem;font-size:.9rem}.hero-cta{gap:.75rem}.btn{padding:.7rem 1rem;font-size:.9rem}.hero-3d{min-height:250px}.duct-container{width:150px;height:150px}.hero-stats{grid-template-columns:1fr;gap:.75rem;margin:1.5rem auto 0;padding:1rem}.stat{padding:1rem}.stat-number{margin-bottom:.3rem;font-size:1.5rem}.stat-label{font-size:.75rem}}.about{background:var(--surface);padding:5rem 2rem;position:relative}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.about-content h2{color:var(--text-h);margin-bottom:1.5rem;font-size:2.5rem}.about-content .lead{color:var(--text);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.about-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.about-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.about-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-5px)}.about-card .icon{justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;display:flex}.about-card h3{color:var(--text-h);margin-bottom:.75rem;font-size:1.1rem}.about-card p{color:var(--text);font-size:.95rem;line-height:1.6}.about-highlights{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;display:grid}.highlight{text-align:center}.highlight h4{color:var(--primary);margin-bottom:.5rem;font-size:1rem}.highlight p{color:var(--text);font-size:.9rem}.about-visual{perspective:1000px}.visual-box{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.visual-element{background:linear-gradient(135deg, var(--primary-light), var(--primary));box-shadow:var(--shadow);opacity:.85;border-radius:20px;position:absolute}.element-1{width:200px;height:80px;animation:6s ease-in-out infinite float-element-1;top:20%;left:10%;transform:perspective(800px)rotateX(15deg)rotateY(-20deg)}.element-2{width:150px;height:100px;animation:7s ease-in-out infinite float-element-2;top:50%;right:15%;transform:perspective(800px)rotateX(-10deg)rotateY(25deg)}.element-3{border-radius:50%;width:120px;height:120px;animation:8s ease-in-out infinite float-element-3;bottom:10%;left:20%;transform:perspective(800px)rotateX(20deg)rotateY(15deg)}@keyframes float-element-1{0%,to{transform:perspective(800px)rotateX(15deg)rotateY(-20deg)translateY(0)}50%{transform:perspective(800px)rotateX(15deg)rotateY(-20deg)translateY(-30px)}}@keyframes float-element-2{0%,to{transform:perspective(800px)rotateX(-10deg)rotateY(25deg)translateY(0)}50%{transform:perspective(800px)rotateX(-10deg)rotateY(25deg)translateY(-40px)}}@keyframes float-element-3{0%,to{transform:perspective(800px)rotateX(20deg)rotateY(15deg)translateY(0)}50%{transform:perspective(800px)rotateX(20deg)rotateY(15deg)translateY(-35px)}}.visual-center{background:radial-gradient(circle at 35% 35%, #00b4e599, var(--primary));border-radius:50%;width:100px;height:100px;animation:4s ease-in-out infinite pulse-center;box-shadow:0 0 30px #0090da66,inset -10px -10px 20px #0000001a}@keyframes pulse-center{0%,to{box-shadow:0 0 30px #0090da66,inset -10px -10px 20px #0000001a}50%{box-shadow:0 0 50px #00b4e5cc,inset -10px -10px 20px #0000000d}}@media (width<=1024px){.about{padding:3rem 1.5rem}.about-container{grid-template-columns:1fr;gap:2rem}.about-content h2{font-size:2rem}.about-highlights{grid-template-columns:1fr;gap:1.5rem}}@media (width<=768px){.about{padding:2rem 1rem}.about-container{text-align:center;flex-direction:column;align-items:center;display:flex}.about-content{width:100%}.about-content h2{margin-bottom:1rem;font-size:1.5rem}.about-content .lead{margin-bottom:1.5rem;font-size:1rem}.about-grid{grid-template-columns:1fr;gap:1.2rem;margin-bottom:2rem}.about-card{text-align:center;padding:1.25rem}.about-card .icon{justify-content:center;width:40px;height:40px;margin-bottom:.75rem;display:flex}.about-card h3{margin-bottom:.5rem;font-size:1rem}.about-card p{font-size:.9rem}.about-highlights{border-top:1px solid var(--border);grid-template-columns:1fr;gap:1rem;width:100%;padding-top:1.5rem}.highlight{text-align:center}.highlight h4{font-size:.95rem}.highlight p{font-size:.85rem}.about-visual{justify-content:center;width:100%;display:flex}.visual-element{display:none}}@media (width<=480px){.about{padding:1.5rem .75rem}.about-content h2{font-size:1.25rem}.about-content .lead{margin-bottom:1.25rem;font-size:.95rem}.about-grid{gap:1rem;margin-bottom:1.5rem}.about-card{padding:1rem}.about-card .icon{width:35px;height:35px}.about-card h3{font-size:.95rem}.about-card p{font-size:.85rem}.about-highlights{gap:.75rem;padding-top:1rem}.highlight h4{margin-bottom:.25rem;font-size:.9rem}.highlight p{font-size:.8rem}}.products{background:var(--bg);padding:5rem 2rem;position:relative}.products-container{max-width:1400px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.products-header h2{color:var(--text-h);margin-bottom:.75rem;font-size:2.5rem}.tagline{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:500}.products-header .description{color:var(--text);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.8}.products-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.product-card{background:linear-gradient(135deg, var(--surface), var(--bg));border:1px solid var(--border);border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.product-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-8px)}.product-card:hover:before{transform:scaleX(1)}.product-icon{filter:drop-shadow(0 2px 4px #0090da33);margin-bottom:1rem;font-size:3rem;display:inline-block}.product-content{flex-grow:1}.product-card h3{color:var(--text-h);margin-bottom:.5rem;font-size:1.3rem}.product-subtitle{color:var(--primary);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.product-description{color:var(--text);font-size:.95rem;line-height:1.7}.products-highlight{background:linear-gradient(135deg, var(--accent-bg), transparent);border:1px solid var(--border);border-radius:16px;padding:3rem 2rem}.highlight-box{max-width:800px;margin:0 auto}.highlight-box h3{color:var(--text-h);text-align:center;margin-bottom:2rem;font-size:1.5rem}.highlight-box ul{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;list-style:none;display:grid}.highlight-box ul li{color:var(--text);background:var(--bg);border-left:4px solid var(--primary);border-radius:8px;padding:1rem;font-size:1rem;transition:all .3s}.highlight-box ul li:hover{box-shadow:var(--shadow);transform:translate(4px)}@media (width<=1024px){.products{padding:3rem 1.5rem}.products-header h2{font-size:2rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=768px){.products{padding:2rem 1rem}.products-header h2{font-size:1.5rem}.tagline{font-size:1.1rem}.products-header .description{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1.2rem}.product-card{padding:1.5rem}.product-icon{font-size:2.5rem}.product-card h3{font-size:1.1rem}.highlight-box ul{grid-template-columns:1fr}.highlight-box ul li{padding:.75rem;font-size:.95rem}}@media (width<=480px){.products{padding:1.5rem .75rem}.products-header h2{font-size:1.25rem}.tagline{font-size:1rem}.product-card{padding:1.25rem}.product-icon{font-size:2rem}.product-card h3{font-size:1rem}.product-description{font-size:.9rem}.highlight-box h3{margin-bottom:1.5rem;font-size:1.25rem}.highlight-box ul li{padding:.75rem;font-size:.9rem}}.services{background:var(--bg);padding:5rem 2rem;position:relative}.services-container{max-width:1400px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{color:var(--text-h);margin-bottom:1rem;font-size:2.5rem}.services-header p{color:var(--text);max-width:600px;margin:0 auto;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.service-card{background:linear-gradient(135deg, var(--surface), var(--bg));border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--primary-light));transform-origin:0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-8px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{filter:drop-shadow(0 2px 4px #0090da33);margin-bottom:1rem;font-size:2.5rem;display:inline-block}.service-card h3{color:var(--text-h);margin-bottom:.75rem;font-size:1.3rem}.service-card p{color:var(--text);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.service-link{color:var(--primary);font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block}.service-link:hover{color:var(--primary-dark);transform:translate(4px)}.industries{background:linear-gradient(135deg, var(--accent-bg), transparent);border:1px solid var(--border);text-align:center;border-radius:16px;padding:3rem 2rem}.industries h3{color:var(--text-h);margin-bottom:2rem;font-size:1.5rem}.industry-tags{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.tag{background:var(--bg);color:var(--primary);border:1.5px solid var(--primary);border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-block}.tag:hover{background:var(--primary);color:#fff;box-shadow:var(--shadow);transform:scale(1.05)}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.services{padding:3rem 1.5rem}.services-header h2{font-size:2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=768px){.services{padding:2rem 1rem}.services-header h2{font-size:1.5rem}.services-header p{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.2rem}.service-card{padding:1.5rem}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.industry-tags{gap:.6rem}.tag{padding:.5rem .9rem;font-size:.8rem}}@media (width<=480px){.services{padding:1.5rem .75rem}.services-header h2{font-size:1.25rem}.services-header p{font-size:.9rem}.services-grid{gap:1rem}.service-card{padding:1.25rem}.service-card h3{font-size:1rem}.service-card p{font-size:.9rem}.service-link{font-size:.85rem}.industry-tags{gap:.5rem}.tag{padding:.4rem .75rem;font-size:.75rem}}.contact{background:linear-gradient(135deg, var(--surface), var(--bg));padding:5rem 2rem;position:relative}.contact-container{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.contact-content h2{color:var(--text-h);margin-bottom:.75rem;font-size:2.5rem}.contact-content>p{color:var(--text);margin-bottom:2rem;font-size:1.1rem}.contact-form{margin-top:2rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.contact-form input,.contact-form textarea{border:1.5px solid var(--border);width:100%;color:var(--text-h);background:var(--bg);box-sizing:border-box;border-radius:8px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text);opacity:.7}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.contact-form textarea{resize:vertical;grid-column:1/-1;min-height:180px;margin-bottom:.5rem}.contact-form .btn{grid-column:1/-1;width:100%}.contact-info{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.info-box{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s}.info-box:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-5px)}.info-icon{margin-bottom:1rem;font-size:2rem;display:inline-block}.info-box h3{color:var(--text-h);margin-bottom:.75rem;font-size:1.1rem}.info-box p{color:var(--text);font-size:.95rem;line-height:1.7}.info-box a{color:var(--primary);font-weight:600}.info-box a:hover{text-decoration:underline}@media (width<=1024px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-info,.form-row{grid-template-columns:1fr}.contact{padding:3rem 1.5rem}.contact-container{gap:2rem}.contact-info,.form-row{grid-template-columns:1fr}}@media (width<=768px){.contact{padding:2rem 1rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-content h2{margin-bottom:.5rem;font-size:1.5rem}.contact-content>p{margin-bottom:1.5rem;font-size:1rem}.contact-form{margin-top:1.5rem}.form-row{grid-template-columns:1fr;margin-bottom:.75rem}.contact-form input,.contact-form textarea{padding:.65rem .9rem;font-size:16px}.contact-form textarea{min-height:120px}.info-box{padding:1.5rem}.info-icon{margin-bottom:.75rem;font-size:1.75rem}.info-box h3{font-size:1rem}.info-box p{font-size:.9rem}}@media (width<=480px){.contact{padding:1.5rem .75rem}.contact-content h2{font-size:1.25rem}.contact-content>p{margin-bottom:1rem;font-size:.9rem}.contact-form input,.contact-form textarea{border-radius:6px;padding:.6rem .75rem;font-size:16px}.contact-form textarea{min-height:100px}.btn{font-size:.95rem;padding:.75rem 1.5rem!important}.info-box{padding:1.25rem}.info-icon{margin-bottom:.5rem;font-size:1.5rem}.info-box h3{margin-bottom:.5rem;font-size:.95rem}.info-box p{font-size:.85rem}}.footer{background:var(--secondary);color:#fff;padding:3rem 2rem 1rem;position:relative;top:0}.footer-container{max-width:1400px;margin:0 auto}.footer-content{text-align:center;border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:grid}.footer-section{flex-direction:column;align-items:center;display:flex}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.footer-section h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.95rem;font-weight:600}.footer-section p{color:#fffc;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.footer-section ul{width:100%;list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fffc;font-size:.9rem;transition:all .3s;display:inline-block}.footer-section a:hover{color:var(--primary-light);transform:translate(4px)}.social-links{justify-content:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.social-links a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;transition:all .3s;display:flex}.social-links a:hover{background:var(--primary);transform:scale(1.1)}.footer-bottom{text-align:center;color:#fff9;padding:1.5rem 0;font-size:.85rem}.footer-bottom p{margin:0}@media (width<=1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer{padding:2.5rem 1.5rem 1rem}}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 1rem 1rem}.footer-section h3{font-size:1rem}.footer-section h4{font-size:.9rem}.footer-section p,.footer-section a{font-size:.85rem}.footer-bottom{padding:1rem 0;font-size:.8rem}}@media (width<=480px){.footer{padding:1.5rem 1rem .75rem}.footer-container{flex-direction:column;align-items:center;width:100%;display:flex}.footer-content{gap:1rem;width:100%;margin-bottom:1rem;padding-bottom:1rem}.footer-section{text-align:center;width:100%}.footer-section h3{margin-bottom:.75rem;font-size:.95rem}.footer-section h4{margin-bottom:.75rem;font-size:.85rem}.footer-section p{margin-bottom:.75rem;font-size:.8rem}.footer-section ul{width:100%;padding-left:0}.footer-section ul li{margin-bottom:.4rem}.footer-section a{font-size:.8rem}.social-links{gap:.75rem}.social-links a{width:35px;height:35px;font-size:.9rem}.footer-bottom{text-align:center;width:100%;padding:.75rem 0;font-size:.75rem}}
