*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}:root{--primary-blue:#06c;--primary-dark:#049;--secondary-gray:#f8f9fa;--text-dark:#2c3e50;--text-light:#6c757d;--accent-green:#28a745;--accent-orange:#fd7e14;--white:#fff;--border-light:#e9ecef;--shadow-light:rgba(0,0,0,.1);--shadow-medium:rgba(0,0,0,.15)}body{color:var(--text-dark);background:var(--white)}a{color:inherit;text-decoration:none}main{padding-top:30px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-light)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-alt{background-color:var(--secondary-gray)}.btn{display:inline-block;padding:12px 24px;border-radius:6px;font-weight:500;text-align:center;cursor:pointer;text-decoration:none}.btn,.btn-primary{border:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#06c,#049);color:#fff;font-weight:600;padding:.875rem 2rem;font-size:1rem;border-radius:6px;box-shadow:0 2px 8px rgba(0,102,204,.3)}.btn-primary:hover{background:linear-gradient(135deg,#049,#036);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,102,204,.4)}.btn-secondary{background-color:transparent;color:#06c;border:2px solid #06c;font-weight:500;padding:.75rem 1.875rem;font-size:1rem;border-radius:6px;transition:all .3s ease}.btn-secondary:hover{background:linear-gradient(135deg,#06c,#049);color:#fff;border-color:#049;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,102,204,.3)}.card{background:var(--white);border-radius:12px;padding:30px;box-shadow:0 2px 20px var(--shadow-light);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-medium)}.grid{display:grid;grid-gap:30px;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width:768px){.container{padding:0 20px;max-width:100%}main{padding-top:80px}.section{padding:60px 0}h1{font-size:2.2rem;line-height:1.2}h2{font-size:1.8rem;line-height:1.3}h3{font-size:1.3rem}.grid-2,.grid-3{grid-template-columns:1fr;gap:20px}.btn{padding:12px 20px;font-size:.95rem}}@media (max-width:480px){.container{padding:0 15px}main{padding-top:75px}.section{padding:40px 0}h1{font-size:1.8rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.2rem}p{font-size:.95rem;line-height:1.5}.btn{padding:10px 18px;font-size:.9rem}.btn-primary,.btn-secondary{width:100%;text-align:center;margin-bottom:10px}.hero{padding:60px 0}.hero h1{font-size:2rem;margin-bottom:15px}.hero p{font-size:1rem;margin-bottom:25px;line-height:1.5}.hero-buttons{flex-direction:column;align-items:center;gap:10px}.hero-buttons .btn{width:100%;max-width:250px}.nav-container{padding:12px 0}.logo-text{font-size:1.2rem}.logo-img{height:30px}.mobile-nav-item a{padding:12px 15px;font-size:.95rem}.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:25px;margin-bottom:25px}.footer-section{text-align:center}}.nav{background:var(--primary-blue);box-shadow:none;position:fixed;top:0;left:0;right:0;width:100%;z-index:100}.nav-container{justify-content:space-between;padding:15px 0}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px;font-size:1.5rem;font-weight:700;color:var(--white);transition:all .3s ease}.nav-logo:hover{transform:translateY(-2px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.logo-img{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:var(--white)}.nav-menu{display:flex;list-style:none;gap:30px}.nav-item a{color:var(--white);font-weight:500;transition:color .3s ease}.nav-item a:hover{color:hsla(0,0%,100%,.8)}.language-selector{display:flex;align-items:center}.language-select{padding:8px 12px;border:1px solid hsla(0,0%,100%,.4);border-radius:4px;background:transparent;color:var(--white);font-size:.9rem;cursor:pointer;transition:border-color .3s ease,background-color .3s ease}.language-select:hover{border-color:var(--white)}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger{width:25px;height:3px;background-color:var(--white);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger.open:first-child{transform:rotate(45deg)}.hamburger.open:nth-child(2){opacity:0}.hamburger.open:nth-child(3){transform:rotate(-45deg)}.mobile-menu{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--white);box-shadow:0 4px 20px var(--shadow-medium);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:999}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-menu{list-style:none;padding:20px 0;margin:0}.mobile-nav-item{border-bottom:1px solid var(--border-light)}.mobile-nav-item a{display:block;padding:15px 20px;color:var(--text-dark);font-weight:500;text-decoration:none;transition:all .3s ease}.mobile-nav-item a:hover{background-color:var(--secondary-gray);color:var(--primary-blue)}.mobile-language-selector{padding:15px 20px}.mobile-language-select{width:100%;padding:12px;border:1px solid var(--border-light);border-radius:6px;background:#fff;color:var(--text-dark);font-size:1rem}.language-loading{font-size:.8rem;color:var(--text-light);margin-left:5px}.hero{position:relative;background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-dark) 100%);color:var(--white);padding:120px 0;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/images/hero-bg.svg);background-size:cover;background-position:50%;opacity:.1;z-index:0}.hero .container{position:relative;z-index:1}.hero h1{color:var(--white);margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero p{color:#fff;font-size:1.3rem;max-width:700px;margin:0 auto 40px;line-height:1.6;font-weight:400;text-shadow:0 1px 3px rgba(0,0,0,.3)}.hero .btn{transform:translateY(0);transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.hero .btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.hero-content{max-width:800px;margin:0 auto}.features,.problem{padding:80px 0;background:linear-gradient(135deg,#fef7f7,#fdf2f8)}.problem{position:relative}.problem:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="problemPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(239,68,68,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23problemPattern)"/></svg>') repeat;opacity:.5}.problem .container{position:relative;z-index:2}.problem-intro{max-width:800px;margin:0 auto 4rem;text-align:center}.problem-intro .analogy{font-size:1.4rem;font-style:italic;color:#374151;margin-bottom:2rem;padding:2rem;background:hsla(0,0%,100%,.7);border-radius:12px;border-left:4px solid #ef4444;line-height:1.6}.problem-intro .description{font-size:1.2rem;color:#6b7280;line-height:1.7}.challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.challenge-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 25px rgba(239,68,68,.1);border-left:4px solid #ef4444;transition:transform .3s ease,box-shadow .3s ease}.challenge-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(239,68,68,.15)}.challenge-icon{width:60px;height:60px;background:#fef2f2;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid #fecaca}.challenge-card h3{color:#dc2626;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.challenge-card p{color:#374151;line-height:1.6;margin-bottom:1.5rem}.challenge-card .impact{background:#fef2f2;padding:1rem;border-radius:8px;font-size:.95rem;color:#7f1d1d;font-weight:500;border-left:3px solid #dc2626}.solutions{padding:80px 0;background:linear-gradient(135deg,#fef7f7,#fdf2f8);position:relative}.solutions:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e0e0e0 20%,#e0e0e0 80%,transparent)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--primary-blue);font-size:2.5rem;margin-bottom:1rem}.section-header p{color:var(--text-light);font-size:1.2rem;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.08);text-align:center;transition:all .3s ease;border:1px solid #f0f0f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,.15);border-color:var(--primary-blue)}.feature-card h3{color:var(--text-dark);font-size:1.4rem;margin-bottom:1rem}.feature-card p{color:var(--text-light);line-height:1.6}.feature-icon{width:60px;height:60px;background:var(--primary-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-icon svg{width:30px;height:30px;color:var(--white)}.feature-image{width:100%;height:140px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:12px;overflow:hidden}.feature-image img{width:70%;height:70%;object-fit:contain;transition:transform .3s ease}.feature-card:hover .feature-image img{transform:scale(1.05)}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}.solution-card{background:#fff;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.08);overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;min-height:400px}.solution-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.solution-image{width:100%;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px 12px 0 0}.solution-image img{width:90%;height:90%;object-fit:contain;transition:transform .3s ease;max-width:280px;max-height:180px}.solution-card:hover .solution-image img{transform:scale(1.05)}.solution-card h3{color:#06c;font-size:1.3rem;margin:1.5rem 0 1rem;padding:0 1.5rem}.solution-card p{color:#666;line-height:1.6;margin-bottom:1.5rem;padding:0 1.5rem;flex-grow:1}.solution-card .btn{margin:auto 1.5rem 1.5rem}.cta{background:linear-gradient(135deg,#06c,#049);color:#fff;padding:5rem 0;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="circuit" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 0 10 L 10 10 L 10 0 M 10 20 L 10 10 L 20 10" stroke="rgba(255,255,255,0.1)" stroke-width="1" fill="none"/></pattern></defs><rect width="100" height="100" fill="url(%23circuit)"/></svg>') repeat;opacity:.3}.cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.cta-content h2{color:#fff;font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-content p{font-size:1.3rem;margin-bottom:2.5rem;color:#fff;opacity:1;line-height:1.6;text-shadow:0 1px 3px rgba(0,0,0,.3)}.cta .btn-primary{background:#06c;color:#fff;font-weight:600;padding:1rem 2.5rem;font-size:1.1rem;border:2px solid #06c;transition:all .3s ease}.cta .btn-primary:hover{background:#049;color:#fff;border-color:#049;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media (max-width:768px){.language-selector,.nav-menu{display:none}.mobile-menu-button{display:flex}.mobile-menu{display:block}.hero{padding:80px 0}.hero h1{font-size:2.5rem;margin-bottom:20px}.hero p{font-size:1.1rem;margin-bottom:30px}.logo-text{font-size:1.3rem}.logo-img{height:35px}.hero-buttons{gap:12px}.hero-buttons .btn{min-width:180px}}@media (max-width:1024px){.solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.solution-card{min-height:350px}.solution-card h3{font-size:1.2rem}.solution-card p{font-size:.95rem}.solution-image{height:140px}.solution-image img{width:80%;height:80%;max-width:200px;max-height:120px}}@media (max-width:768px){.challenges-grid{grid-template-columns:1fr;gap:1.5rem}.problem-intro .analogy{font-size:1.2rem;padding:1.5rem}.problem-intro .description{font-size:1.1rem}.challenge-card{padding:1.5rem}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.solution-card{min-height:320px}.solution-image{height:120px}.solution-image img{width:75%;height:75%;max-width:180px;max-height:100px}.solution-card h3{font-size:1.1rem}.solution-card p{font-size:.9rem;line-height:1.4}.cta-content h2{font-size:2.2rem}.cta-content p{font-size:1.1rem}.cta{padding:3rem 0}}@media (max-width:640px){.solutions-grid{grid-template-columns:repeat(3,1fr);gap:.8rem}.solution-card{min-height:280px;padding:1rem}.solution-image{height:100px}.solution-image img{width:70%;height:70%;max-width:150px;max-height:80px}.solution-card h3{font-size:1rem;margin:.5rem 0}.solution-card p{font-size:.85rem;line-height:1.3}}@media (max-width:480px){.solutions-grid{grid-template-columns:1fr;gap:1.5rem}.solution-card{min-height:250px;padding:1.5rem}.solution-image{height:120px}.solution-image img{width:60%;height:60%;max-width:140px;max-height:90px}.solution-card h3{font-size:1.2rem;margin:1rem 0 .5rem}.solution-card p{font-size:.95rem;line-height:1.4}}.footer{background:var(--text-dark);color:var(--white);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-bottom:40px}.footer-section h3{color:var(--white);margin-bottom:20px}.footer-section a,.footer-section p{color:hsla(0,0%,100%,.8);transition:color .3s ease}.footer-section a:hover{color:var(--white)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.2);padding-top:20px;text-align:center;color:hsla(0,0%,100%,.6)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.about-hero{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;text-align:center}.about-content,.about-hero{padding:4rem 0}.about-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:4rem}.about-text h2{color:#06c;margin-bottom:1rem;font-size:1.5rem}.about-text p{margin-bottom:2rem;line-height:1.6;color:#555}.about-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.stat-card{text-align:center;padding:2rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #06c}.stat-card h3{font-size:2rem;color:#06c;margin-bottom:.5rem}.technology-stack{margin-top:4rem;padding:3rem 0;background:linear-gradient(135deg,#fef7f7,#fdf2f8);border-top:1px solid #e0e0e0}.technology-stack h2{text-align:center;color:#06c;margin-bottom:3rem;font-size:2rem}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.tech-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center;border-top:3px solid #06c}.tech-card h3{color:#06c;margin-bottom:1rem;font-size:1.3rem}.tech-card p{color:#666;line-height:1.5}@media (max-width:768px){.about-grid{grid-template-columns:1fr}.about-stats{grid-template-columns:1fr 1fr}.tech-grid{grid-template-columns:1fr}}.page-header{background:var(--primary-blue);color:#fff;text-align:center;padding:4rem 0}.page-header h1{font-size:2.5rem;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.page-header p{font-size:1.2rem;color:#fff;opacity:1;text-shadow:0 1px 3px rgba(0,0,0,.3)}.products-grid{padding:4rem 0}.products-grid .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.product-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.product-card.featured{border-top:4px solid #06c}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-header h2{color:#06c;font-size:1.4rem}.product-badge{background:#e3f2fd;color:#06c;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.product-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.product-features{list-style:none;padding:0;margin-bottom:2rem}.product-features li{border-left:3px solid #06c;padding:.5rem 0 .5rem 1rem;margin-bottom:.5rem;color:#555}.technical-specs{background:linear-gradient(135deg,#fef7f7,#fdf2f8);padding:4rem 0}.technical-specs h2{text-align:center;color:#06c;margin-bottom:3rem;font-size:2rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.spec-category{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.spec-category h3{color:#06c;margin-bottom:1rem;font-size:1.3rem}.spec-category ul{list-style:none;padding:0}.spec-category li{padding:.5rem 0;color:#666;border-bottom:1px solid #f0f0f0}.spec-category li:last-child{border-bottom:none}@media (max-width:768px){.page-header{padding:3rem 0}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.products-grid .container{grid-template-columns:1fr}.product-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:480px){.page-header{padding:2rem 0}.page-header h1{font-size:1.8rem}.page-header p{font-size:1rem}}.contact-content{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-form-container h2,.contact-info h2{color:#06c;margin-bottom:2rem;font-size:1.8rem}.contact-info p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-details{margin-bottom:3rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.contact-icon{background:#e3f2fd;color:#06c;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item h3{color:#06c;margin-bottom:.5rem;font-size:1.1rem}.contact-item p{color:#666;margin-bottom:.25rem}.business-hours{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #06c}.business-hours h3{color:#06c;margin-bottom:1rem}.business-hours p{color:#666;margin-bottom:.5rem}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#06c}.form-textarea{resize:vertical;min-height:120px}@media (max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-item{flex-direction:column;text-align:center}.contact-form{padding:1.5rem}.form-input,.form-textarea{font-size:16px}}.solutions-detail{padding:4rem 0}.solutions-detail .solutions-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}.solution-detail-card{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem}.solution-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.solution-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.solution-icon.manufacturing{background:linear-gradient(135deg,#dc2626,#991b1b)}.solution-icon.energy{background:linear-gradient(135deg,#ff6b35,#f7931e)}.solution-icon.infrastructure{background:linear-gradient(135deg,#28a745,#20c997)}.solution-header h2{color:#06c;font-size:2rem;margin:0}.solution-detail-card p{color:#666;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.solution-features{list-style:none;padding:0;margin-bottom:2rem}.solution-features li{border-left:4px solid #06c;padding:.75rem 0 .75rem 1.5rem;margin-bottom:.5rem;color:#555;background:#f8f9fa;border-radius:0 6px 6px 0}.solution-benefits h3{color:#06c;margin-bottom:1.5rem;font-size:1.4rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.benefit-item{text-align:center;background:#f8f9fa}.benefit-number{display:block;font-size:2rem;font-weight:700;color:#06c;margin-bottom:.5rem}.benefit-text{color:#666;font-size:.9rem}@media (max-width:768px){.solution-header{flex-direction:column;text-align:center}.solution-detail-card{padding:2rem}.benefits-grid{grid-template-columns:1fr 1fr}}.services-page{min-height:100vh}.services-hero{background:var(--primary-blue);color:#fff;text-align:center;padding:5rem 0}.services-hero h1{font-size:2.5rem;margin-bottom:1.5rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.services-description{font-size:1.3rem;max-width:800px;margin:0 auto;color:#fff;opacity:1;text-shadow:0 1px 3px rgba(0,0,0,.3)}.services-grid{padding:5rem 0;background:#f8f9fa}.services-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem}.service-category{background:#fff;padding:3rem 2rem;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.1);text-align:center;transition:all .3s ease}.service-category:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.service-icon{margin:0 auto 2rem;width:80px;height:80px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #06c}.service-category h3{color:#06c;font-size:1.5rem;margin-bottom:1.5rem}.service-category p{color:#666;line-height:1.6;margin-bottom:2rem}.service-features{list-style:none;padding:0;text-align:left}.service-features li{border-left:3px solid #06c;padding:.75rem 0 .75rem 2rem;margin-bottom:.5rem;color:#555;position:relative}.service-features li:before{content:"✓";position:absolute;left:.5rem;color:#06c;font-weight:700}.services-industries{padding:4rem 0;background:#fff}.services-industries h2{text-align:center;color:#06c;margin-bottom:3rem;font-size:2.5rem}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.industry-card{text-align:center;padding:2rem;border-radius:12px;background:#f8f9fa;transition:all .3s ease}.industry-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.industry-card img{width:80px;height:80px;margin-bottom:1rem}.industry-card h4{color:#06c;font-size:1.2rem}.services-cta{background:linear-gradient(135deg,#06c,#049);color:#fff;padding:5rem 0;text-align:center}.services-cta .cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.services-cta .cta-content p{font-size:1.2rem;margin-bottom:2rem;color:#fff;opacity:1;text-shadow:0 1px 3px rgba(0,0,0,.3)}@media (max-width:768px){.services-hero h1{font-size:2rem}.services-categories{grid-template-columns:1fr}.service-category{padding:2rem 1.5rem}}@media (max-width:480px){.services-hero h1{font-size:1.8rem}}.feature-detail-page{max-width:800px;margin:0 auto;padding:2rem;line-height:1.6}.feature-detail-page h1{color:#06c;font-size:2.5rem;margin-bottom:1rem;text-align:center}.feature-detail-page .intro{font-size:1.2rem;color:#333;text-align:center;margin-bottom:3rem;padding:1rem;background:#f8f9fa;border-radius:8px}.analogy-box{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left:4px solid #06c;padding:1.5rem;margin:2rem 0;border-radius:8px}.analogy-box h3{color:#06c;margin-bottom:1rem;font-size:1.3rem}.analogy-box p{margin:0;font-style:italic}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.benefit-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);border-top:3px solid #06c}.benefit-item h4{color:#06c;margin-bottom:.5rem;font-size:1.1rem}.benefit-item p{margin:0;color:#666}.feature-detail-page .back-link{display:inline-block;margin-bottom:2rem;color:#06c;text-decoration:none;font-weight:500}.feature-detail-page .back-link:hover{text-decoration:underline}@media (max-width:768px){.feature-detail-page{padding:1rem}.feature-detail-page h1{font-size:2rem}.benefits-list{grid-template-columns:1fr}}