body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.hamburger{cursor:pointer;display:none;flex-direction:column;padding:.5rem;z-index:1001}.hamburger-line{background-color:#1e40af;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}.hamburger-line.active:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav-logo h2{color:#2563eb;font-size:1.8rem;font-weight:700}.logo-img{height:80px;width:auto}.nav-menu{display:flex;gap:2rem;list-style:none;transition:all .3s ease}@media (max-width:768px){.nav-menu.active{background:#fff;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:0;left:0;padding:1rem 0;position:absolute;right:0;top:100%}.nav-menu.active li{padding:.5rem 0;text-align:center;width:100%}.nav-menu.active a{border-bottom:1px solid #f1f5f9;display:block;padding:1rem 2rem;width:100%}.nav-menu.active .nav-login-btn{border-bottom:none;margin:.5rem 2rem;text-align:center}}.nav-menu a{color:#1e40af;font-weight:600;position:relative}.nav-menu a:after{background-color:#1e40af;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu a:hover:after{width:100%}.nav-menu a:hover{color:#1e40af}.nav-login-btn{background-color:#2563eb;border:2px solid #2563eb;border-radius:5px;color:#fff!important;font-weight:600;padding:.5rem 1.5rem!important;transition:all .3s ease}.nav-login-btn:after{display:none}.nav-login-btn:hover{background-color:#1e40af;border-color:#1e40af;box-shadow:0 4px 12px #2563eb4d;color:#fff!important;transform:translateY(-2px)}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding:0 2rem;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='M0 1000 1000 0v1000z'/%3E%3C/svg%3E");background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{flex:1 1;max-width:600px;position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;z-index:2}.hmi-demo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000004d;padding:2rem}.demo-screen{background:#1a1a1a;border-radius:15px;color:#0f8;font-family:Courier New,monospace;min-width:300px;padding:1.5rem}.demo-header{border-bottom:1px solid #333;color:#00d4ff;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem;text-align:center}.demo-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.demo-card{background:#00ff881a;border:1px solid #0f8;border-radius:8px;font-size:.9rem;padding:.8rem;text-align:center}.btn-outline,.btn-primary,.btn-secondary{border:none;border-radius:10px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#2563eb,#1d4ed8);color:#fff}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-outline{background:#0000;border:2px solid #2563eb;color:#2563eb}.btn-outline:hover,.btn-primary:hover,.btn-secondary:hover{box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.features{background:#f8fafc;padding:5rem 0}.features h2{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.products{background:#fff;padding:5rem 0}.products h2{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background:#f8fafc;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-bottom:80px;position:relative;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:200px;justify-content:center}.product-placeholder{text-align:center}.product-card h3{color:#1e293b;font-size:1.5rem;margin:1.5rem 1.5rem 1rem}.product-card p{color:#64748b;margin:0 1.5rem 1rem}.product-card ul{flex:1 1;margin:0 1.5rem 1.5rem;padding-left:1.5rem}.product-card li{color:#64748b;margin-bottom:.5rem}.product-card .btn-outline{background:#fff;border:2px solid #1e40af;border-radius:8px;bottom:0;color:#1e40af;font-size:1rem;font-weight:600;left:0;margin:1.5rem;padding:.75rem 1.5rem;position:absolute;right:0;width:calc(100% - 3rem);z-index:10}.scada-systems{background:#f8fafc;padding:5rem 0}.scada-systems h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.scada-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.scada-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;height:100%;padding:2rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.scada-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.scada-icon{display:block;font-size:3rem;margin-bottom:1rem}.scada-card h3{color:#1e40af;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.scada-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.scada-card ul{flex:1 1;list-style:none;margin:0;padding:0}.scada-card li{color:#64748b;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.scada-card li:before{color:#1e40af;content:"✓";font-weight:700;left:0;position:absolute}.services{background:#f8fafc;padding:5rem 0}.services h2{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:#1e293b;font-size:1.3rem;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.6}.client-logos{background:#f8fafc;overflow:hidden;padding:4rem 0}.client-logos h2{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.logos-container{overflow:hidden;width:100%}.logos-slider{animation:slide 30s linear infinite;gap:3rem;width:-webkit-max-content;width:max-content}.logo-item,.logos-slider{align-items:center;display:flex}.logo-item{flex-shrink:0;height:100px;justify-content:center;width:200px}.logo-link{color:inherit;display:block;text-decoration:none}.logo-placeholder{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 15px #0000001a;color:#64748b;cursor:pointer;display:flex;flex-direction:column;font-weight:600;gap:.5rem;height:100px;justify-content:center;min-width:180px;padding:1rem 1.5rem;text-align:center;transition:all .3s ease}.logo-image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:40px;margin-bottom:.5rem;width:40px}.siemens-logo{background:#009ee0;font-size:12px}.schneider-logo,.siemens-logo{align-items:center;border-radius:4px;color:#fff;display:flex;font-weight:700;justify-content:center}.schneider-logo{background:red;font-size:10px}.allen-bradley-logo{background:#ff6b35;font-size:8px}.allen-bradley-logo,.mitsubishi-logo{align-items:center;border-radius:4px;color:#fff;display:flex;font-weight:700;justify-content:center}.mitsubishi-logo{background:#e60012;font-size:9px}.omron-logo{background:#f60;font-size:12px}.abb-logo,.omron-logo{align-items:center;border-radius:4px;color:#fff;display:flex;font-weight:700;justify-content:center}.abb-logo{background:red;font-size:14px}.beckhoff-logo{font-size:10px}.beckhoff-logo,.wago-logo{align-items:center;background:#00a651;border-radius:4px;color:#fff;display:flex;font-weight:700;justify-content:center}.wago-logo{font-size:12px}.logo-brand{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.2}.logo-type{color:#64748b;font-size:.7rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.logo-item:hover .logo-placeholder{border-color:#2563eb;box-shadow:0 8px 25px #2563eb33;transform:translateY(-2px)}.logo-item:hover .logo-brand{color:#2563eb}.logo-item:hover .logo-type{color:#1d4ed8}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logos-slider:hover{animation-play-state:paused}.testimonials{background:#fff;padding:5rem 0}.testimonials h2{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#f8fafc;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;position:relative}.testimonial-card:before{color:#2563eb;content:'"';font-size:4rem;font-weight:700;left:20px;position:absolute;top:-10px}.testimonial-card p{color:#1e293b;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author strong{color:#1e293b;display:block;margin-bottom:.5rem}.testimonial-author span{color:#64748b;font-size:.9rem}.contact{background:#f8fafc;padding:5rem 0}.contact h2{color:#1e293b;font-size:2.5rem;margin-bottom:3rem;text-align:center}.contact-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:800px;text-align:center}.contact-info h3{color:#1e293b;font-size:1.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-item strong{color:#2563eb;min-width:100px}.contact-item span{color:#64748b;line-height:1.6}.contact-form{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem}.contact-form h3{color:#1e293b;font-size:1.5rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none}.form-group textarea{min-height:120px;resize:vertical}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#2563eb;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid #334155;color:#94a3b8;padding-top:2rem;text-align:center}@media (max-width:768px){.nav-menu{display:none}.hamburger,.nav-menu.active{display:flex}.hero{flex-direction:column;padding:2rem 1rem;text-align:center}.hero h1{font-size:2.5rem}.hero-buttons{justify-content:center}.contact-content{max-width:100%;padding:0 1rem}.faq-content,.form-location-content,.map-faq-content{gap:2rem;grid-template-columns:1fr}.features-grid,.products-grid,.services-grid,.testimonials-grid{grid-template-columns:1fr}.faq-question{padding:1rem 1.5rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1.5rem}.faq-answer.open{padding:0 1.5rem 1rem}.faq-answer p{font-size:.95rem}}html{scroll-behavior:smooth}.main-content{min-height:calc(100vh - 200px);padding-top:80px}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.9}.products-page .products{background:#fff;padding:5rem 0}.product-categories{background:#f8fafc;padding:5rem 0}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.category-card:hover{transform:translateY(-5px)}.category-card h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.services-page .services{background:#fff;padding:5rem 0}.service-icon{font-size:3rem;margin-bottom:1rem}.service-process{background:#f8fafc;padding:5rem 0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.process-step{position:relative;text-align:center}.step-number{align-items:center;background:linear-gradient(45deg,#2563eb,#1d4ed8);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.process-step h3{color:#1e293b;font-size:1.3rem;margin-bottom:1rem}.process-step p{color:#64748b;line-height:1.6}.about-page .about-content{background:#fff;padding:5rem 0}.about-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text h2{color:#1e293b;font-size:2rem;margin-bottom:2rem}.about-text p{color:#64748b;line-height:1.8;margin-bottom:1.5rem}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.stat-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:15px;padding:2rem;text-align:center}.stat-card h3{color:#2563eb;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-card p{color:#64748b;font-weight:500}.team{background:#f8fafc;padding:5rem 0}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.team-member{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-photo{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 1.5rem;width:120px}.photo-placeholder{font-size:3rem}.team-member h3{color:#1e293b;font-size:1.3rem;margin-bottom:.5rem}.team-member p{color:#2563eb;font-weight:600;margin-bottom:.5rem}.team-member span{color:#64748b;font-size:.9rem}.values{background:#fff;padding:5rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.value-card{background:#f8fafc;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{color:#1e293b;font-size:1.3rem;margin-bottom:1rem}.value-card p{color:#64748b;line-height:1.6}.certifications{background:#f8fafc;padding:5rem 0}.cert-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.cert-item{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.cert-item:hover{transform:translateY(-5px)}.cert-item h3{color:#1e293b;font-size:1.2rem;margin-bottom:.5rem}.cert-item p{color:#64748b;font-size:.9rem}.contact-page .contact{background:#fff;padding:5rem 0}.header-features{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.feature-badge{background:#3b82f6;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.contact-section{flex:1 1;margin-bottom:2rem;max-width:250px;min-width:200px;text-align:center}.contact-section h3{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.contact-section p{color:#64748b;line-height:1.6}.header-image{margin-top:3rem;text-align:center}.contact-hero-image{margin:0 auto;max-width:600px}.image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 10px 30px #0003;color:#fff;padding:3rem 2rem;text-align:center}.image-icon{font-size:4rem;margin-bottom:1rem}.image-placeholder h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.image-placeholder p{color:#fff;font-size:1.1rem;margin:0;opacity:.9}.contact-details{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.contact-methods{margin-top:3rem}.method-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.method-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;flex:1 1;max-width:250px;min-width:200px;padding:1.5rem;text-align:center;transition:transform .3s ease}.method-card:hover{border-color:#2563eb;transform:translateY(-3px)}.method-card h4{color:#1e293b;font-size:1.2rem;margin-bottom:.5rem}.method-card p{color:#64748b;font-size:.9rem;margin-bottom:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:#1e293b;display:block;font-weight:500;margin-bottom:.5rem}.form-group select{border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group select:focus{border-color:#2563eb;outline:none}.map-section{background:#f8fafc;padding:5rem 0}.map-container{box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem}.map-info{background:#fff;padding:2rem}.map-info p{color:#64748b;margin-bottom:.5rem}.map-link{background:#3b82f6;border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.map-link:hover{background:#2563eb}.map-info{color:#64748b;text-align:center}.map-info h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.contact-form-section{background:#fff;padding:5rem 0}.contact-form-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.form-location-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.form-column{background:#f8fafc;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.contact-form{background:#0000;border-radius:0;box-shadow:none;margin:0;max-width:100%;padding:0}.location-column{background:#f8fafc;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.location-info h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.location-details{display:flex;flex-direction:column;gap:1.5rem}.location-item{text-align:center}.location-item h4{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.location-item p{color:#64748b;line-height:1.6;margin:0}.map-link-container{margin-top:2rem;text-align:center}.map-link-btn{background:#3b82f6;border-radius:8px;box-shadow:0 2px 4px #3b82f64d;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.map-link-btn:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f666;transform:translateY(-2px)}.faq{background:#f8fafc;padding:5rem 0}.map-faq-section{background:#f8fafc;padding:3rem 0 5rem}.map-faq-content{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:1fr 1fr;min-height:500px}.map-column{display:flex;flex-direction:column;height:100%}.map-column h2{color:#1e40af;font-size:2rem;font-weight:700;margin-bottom:2rem}.map-container{border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex:1 1;overflow:hidden}.map-container iframe{border:none;flex:1 1}.faq-column{height:100%}.faq-column h2{color:#1e40af;font-size:2rem;font-weight:700;margin-bottom:2rem}.faq-accordion{display:flex;flex:1 1;flex-direction:column;gap:1rem}.faq-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.faq-column{display:flex;flex-direction:column}.faq-accordion{margin:0;max-width:100%}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;flex:1 1;flex-direction:column;margin-bottom:1rem;overflow:visible}.faq-question{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:space-between;min-height:60px;padding:1.5rem 2rem;transition:background-color .3s ease}.faq-question:hover{background-color:#f8fafc}.faq-question h3{color:#1e293b;flex:1 1;font-size:1.2rem;margin:0}.faq-icon{align-items:center;background:#f1f5f9;border-radius:50%;color:#3b82f6;display:flex;font-size:1.5rem;font-weight:700;height:30px;justify-content:center;transition:transform .3s ease;width:30px}.faq-icon.open{background:#3b82f6;color:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;padding:0 2rem;transition:max-height .5s ease,padding .5s ease,opacity .3s ease}.faq-answer.open{max-height:2000px;opacity:1;overflow:visible;padding:0 2rem 1.5rem}.faq-answer p{word-wrap:break-word;color:#64748b;line-height:1.8;margin:0;overflow-wrap:break-word;padding-top:.5rem;white-space:normal}.nav-menu a{border-radius:5px;color:#333;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:color .3s ease}.nav-menu a.active,.nav-menu a:hover{background:#2563eb1a;color:#2563eb}.footer-section a{color:#1e40af;position:relative;text-decoration:none;transition:color .3s ease}.footer-section a:after{background-color:#1e40af;bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-section a:hover:after{width:100%}.footer-section a:hover{color:#1e40af}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-card,.cert-item,.faq-item,.feature-card,.method-card,.product-card,.service-card,.team-member,.testimonial-card,.value-card{animation:fadeInUp .6s ease-out}
/*# sourceMappingURL=main.7e39c4e6.css.map*/