:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;width:100%;position:relative}.App{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden}.main-content{flex:1;padding-top:50px}html{scroll-behavior:smooth}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}section{padding:80px 0}.btn{display:inline-block;padding:12px 30px;font-size:1rem;font-weight:600;text-decoration:none;border-radius:5px;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 15px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff}@media(max-width:768px){.main-content{padding-top:50px}section{padding:60px 0}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}}@media(max-width:480px){section{padding:40px 0}.section-header h2{font-size:1.75rem}}.navbar{background:linear-gradient(135deg,#1e293b,#334155);box-shadow:0 2px 20px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;padding:0;width:100%;max-width:100vw}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;width:100%;max-width:100%;position:relative}.navbar-brand{text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.navbar-brand:hover{transform:scale(1.05)}.brand-logo{display:flex;align-items:center;gap:.6rem}.brand-logo h1{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:1.5px;margin:0;background:linear-gradient(135deg,#f59e0b,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-logo img,.brand-logo-img{height:38px;width:auto;display:block}.navbar-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.navbar-menu li{position:relative}.navbar-menu a{color:#e2e8f0;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;display:block}.navbar-menu a:hover{color:#fff;background:#ffffff1a}.navbar-menu a.active{color:#fff;background:#2563ebcc;font-weight:600}.menu-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;gap:5px}.menu-toggle span{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translateY(8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}@media(max-width:968px){.navbar{max-width:100vw;box-sizing:border-box}.navbar .container{padding:0 15px;box-sizing:border-box;max-width:100%}.menu-toggle{display:flex;position:relative;z-index:1001}.navbar-content{padding:.5rem 0}.navbar-menu{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#1e293b,#334155);flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out;box-shadow:0 10px 30px #0003;z-index:999;width:100%;margin:0}.navbar-menu.active{max-height:500px;padding:1rem 0}.navbar-menu li{width:100%;text-align:center;opacity:1;visibility:visible;margin:0;padding:0}.navbar-menu a{padding:1rem;width:100%;display:block;box-sizing:border-box}.brand-logo h1{font-size:1.1rem}}@media(max-width:480px){.brand-logo h1{font-size:1rem;letter-spacing:1px}.navbar-content{padding:.75rem 0}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0;padding:60px 0 20px;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{color:#f59e0b;font-size:1.5rem;margin-bottom:15px;font-weight:700;letter-spacing:1px}.footer-section h4{color:#f59e0b;font-size:1.2rem;margin-bottom:15px;font-weight:600}.footer-section p{color:#cbd5e1;line-height:1.6;margin-bottom:10px}.footer-tagline{margin-top:15px}.footer-tagline p{color:#94a3b8;font-style:italic;font-size:.95rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:10px;color:#cbd5e1;line-height:1.6}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .3s ease;display:inline-block;position:relative}.footer-section ul li a:hover{color:#f59e0b;padding-left:5px}.footer-section ul li a:before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#f59e0b;transition:width .3s ease}.footer-section ul li a:hover:before{width:100%}.contact-info li{margin-bottom:20px}.contact-info strong{color:#f59e0b;display:block;margin-bottom:5px}.footer-bottom{border-top:1px solid #334155;padding-top:20px;text-align:center}.footer-bottom p{color:#94a3b8;font-size:.95rem;margin:5px 0}.footer-website{color:#f59e0b!important;font-weight:600}@media(max-width:768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:30px}.footer-section{text-align:center}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}.contact-info li{text-align:left;display:inline-block}}@media(max-width:480px){.footer{padding:30px 0 15px}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:1rem}.footer-section p,.footer-section ul li{font-size:.9rem}.footer-bottom p{font-size:.85rem}}.home-page{width:100%}.hero-section{position:relative;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:120px 0 100px;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path fill="%23ffffff" fill-opacity="0.05" d="M0,0 L50,10 L100,5 L150,15 L200,8 L250,18 L300,12 L350,20 L400,15 L450,25 L500,20 L550,30 L600,25 L650,35 L700,30 L750,40 L800,35 L850,45 L900,40 L950,50 L1000,45 L1050,55 L1100,50 L1150,60 L1200,55 L1200,120 L0,120 Z"></path></svg>') repeat-x bottom;background-size:100% 80px}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#fef3c7;animation:fadeInUp 1s ease}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:40px;color:#e0e7ff;animation:fadeInUp 1.2s ease}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1.4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features-section{background:linear-gradient(180deg,#f8fafc,#e2e8f0);padding:80px 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card{background:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #e2e8f0}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #2563eb33;border-color:#2563eb}.feature-icon{font-size:3rem;margin-bottom:20px;display:inline-block}.feature-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:15px}.feature-card p{color:#64748b;line-height:1.6;font-size:1rem}.products-preview-section{padding:80px 0;background:#fff}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:50px}.products-cta{text-align:center}.cta-section{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:80px 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.cta-content p{font-size:1.2rem;margin-bottom:30px;color:#e0e7ff}.cta-section .btn-primary{background:#fff;color:#2563eb;font-size:1.1rem;padding:15px 40px}.cta-section .btn-primary:hover{background:#fef3c7;transform:translateY(-3px)}@media(max-width:968px){.hero-section{padding:64px 0 50px}.hero-overlay{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.features-grid{grid-template-columns:1fr}.featured-products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.hero-section{padding:56px 0 40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.feature-card{padding:30px 20px}.featured-products-grid{grid-template-columns:1fr}.detail-item strong{display:block;margin-bottom:5px}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}}@media(max-width:480px){.hero-section{padding:52px 0 35px}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.95rem}.feature-card h3{font-size:1.3rem}.product-preview-card{padding:20px 15px}.product-preview-card h4{font-size:1rem}.cta-content h2{font-size:1.75rem}.cta-content p{font-size:1rem}}.about-page{width:100%}.company-overview{padding:80px 0;background:#fff}.overview-content{max-width:900px;margin:0 auto}.overview-text-full{width:100%}.overview-text-full h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:25px;text-align:center}.overview-text-full p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:20px;text-align:justify}.mission-vision{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.mv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.mv-card{background:#fff;padding:40px;border-radius:15px;box-shadow:0 10px 30px #0000001a;border-left:5px solid #2563eb;transition:transform .3s ease}.mv-card:hover{transform:translateY(-5px)}.mv-card h3{font-size:1.8rem;font-weight:700;color:#2563eb;margin-bottom:20px}.mv-card p{font-size:1.1rem;line-height:1.8;color:#475569}.core-values{padding:80px 0;background:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.value-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:35px 25px;border-radius:12px;text-align:center;border:2px solid #cbd5e1;transition:all .3s ease}.value-card:hover{background:#fff;border-color:#2563eb;box-shadow:0 10px 30px #2563eb26;transform:translateY(-5px)}.value-icon{font-size:2.5rem;margin-bottom:15px}.value-card h4{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:15px}.value-card p{font-size:1rem;line-height:1.6;color:#64748b}.our-journey{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:#cbd5e1;transform:translate(-50%)}.timeline-item{display:flex;margin-bottom:50px;position:relative}.timeline-item:nth-child(odd){justify-content:flex-start}.timeline-item:nth-child(2n){justify-content:flex-end}.timeline-item:nth-child(odd) .timeline-content{text-align:right;padding-right:50px}.timeline-item:nth-child(2n) .timeline-content{text-align:left;padding-left:50px}.timeline-marker{position:absolute;left:50%;top:0;width:20px;height:20px;background:#2563eb;border:4px solid white;border-radius:50%;transform:translate(-50%);box-shadow:0 0 0 4px #cbd5e1;z-index:1}.timeline-content{width:50%;background:#fff;padding:25px;border-radius:12px;box-shadow:0 5px 20px #0000001a}.timeline-year{font-size:1.3rem;font-weight:700;color:#2563eb;margin-bottom:10px}.timeline-content h4{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:10px}.timeline-content p{color:#64748b;line-height:1.6}.why-choose-us{padding:80px 0;background:#fff}.choose-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.choose-item{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:30px;border-radius:12px;border-left:4px solid #2563eb;transition:all .3s ease}.choose-item:hover{background:#fff;box-shadow:0 8px 25px #2563eb26;transform:translate(5px)}.choose-item h4{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:10px}.choose-item p{color:#64748b;line-height:1.6;font-size:1rem}@media(max-width:968px){.page-header h1{font-size:2.5rem}.overview-text-full h2{font-size:2rem}.mv-grid{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-marker{left:30px}.timeline-item{justify-content:flex-end!important}.timeline-content{width:calc(100% - 80px);text-align:left!important;padding:20px!important}.timeline-item:nth-child(odd) .timeline-content{padding-right:20px!important}.choose-us-grid{grid-template-columns:1fr}}@media(max-width:768px){.page-header{padding:60px 0}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.overview-text-full h2{font-size:1.75rem}.overview-text-full p{font-size:1rem}.mv-card{padding:30px 25px}.mv-card h3{font-size:1.5rem}.mv-card p{font-size:1rem}.value-card{padding:25px 20px}}@media(max-width:480px){.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.overview-text-full h2{font-size:1.5rem}.timeline-year,.timeline-content h4{font-size:1.1rem}.choose-item{padding:20px}}.products-page{width:100%;overflow-x:hidden}.page-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:80px 0;text-align:center}.page-header h1{font-size:3rem;font-weight:800;margin-bottom:15px}.page-header p{font-size:1.3rem;color:#e0e7ff}.featured-section{padding:80px 0;background:#fff}.featured-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:50px;width:100%}.featured-product-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:25px;border-radius:12px;border:2px solid #cbd5e1;transition:all .3s ease;cursor:pointer;position:relative}.featured-product-card:hover{background:#fff;border-color:#2563eb;box-shadow:0 8px 25px #2563eb26;transform:translateY(-5px)}.featured-product-card.expanded{background:#fff;border-color:#2563eb;box-shadow:0 12px 35px #2563eb33}.product-header{display:flex;flex-direction:column;align-items:center;text-align:center}.product-icon-circle{color:#2563eb;margin-bottom:15px;transition:transform .3s ease}.featured-product-card.expanded .product-icon-circle{transform:rotate(45deg)}.featured-product-card h4{font-size:1.1rem;font-weight:600;color:#1e293b;line-height:1.4;margin:0}.product-details{margin-top:20px;padding-top:20px;border-top:2px solid #e2e8f0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.detail-item{padding:10px 0;font-size:.95rem;line-height:1.6;color:#475569;text-align:left}.detail-item strong{color:#1e293b;font-weight:600;display:inline-block;min-width:160px}.all-products-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.search-container{position:relative;max-width:600px;margin:0 auto 40px}.search-input{width:100%;padding:15px 50px 15px 20px;font-size:1rem;border:2px solid #cbd5e1;border-radius:50px;background:#fff;transition:all .3s ease}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px;margin-bottom:30px}.product-list-item{display:flex;align-items:center;gap:15px;background:#fff;padding:15px 20px;border-radius:10px;border:2px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.product-list-item:hover{border-color:#2563eb;box-shadow:0 4px 15px #2563eb1a;transform:translate(5px)}.product-list-icon{flex-shrink:0;color:#2563eb;display:flex;align-items:center;justify-content:center}.product-list-content{flex:1;min-width:0}.product-list-content h4{font-size:.95rem;font-weight:600;color:#1e293b;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-standard{display:inline-block;padding:3px 10px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;font-size:.75rem;font-weight:600;border-radius:12px;border:1px solid #bfdbfe}.no-results{text-align:center;padding:60px 20px}.no-results p{font-size:1.2rem;color:#64748b;margin-bottom:20px}.products-count{text-align:center;padding:20px;color:#64748b;font-size:1rem;font-weight:500}.products-cta{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:80px 0;text-align:center}.products-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.products-cta p{font-size:1.2rem;margin-bottom:30px;color:#e0e7ff}.products-cta .btn-primary{background:#fff;color:#2563eb;font-size:1.1rem;padding:15px 40px}.products-cta .btn-primary:hover{background:#fef3c7;transform:translateY(-3px)}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:15px;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:2px}.section-header p{font-size:1.1rem;color:#64748b;max-width:700px;margin:20px auto 0}@media(max-width:968px){.featured-products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.products-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:768px){.page-header{padding:60px 0}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.featured-section,.all-products-section,.products-cta{padding:60px 0}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.featured-products-grid{grid-template-columns:1fr}.detail-item strong{display:block;margin-bottom:5px}.products-list{grid-template-columns:1fr}.search-input{padding:12px 45px 12px 18px;font-size:.95rem}.products-cta h2{font-size:2rem}.products-cta p{font-size:1.1rem}}@media(max-width:480px){.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.section-header h2{font-size:1.75rem}.featured-products-grid{grid-template-columns:1fr;gap:15px}.featured-product-card{padding:20px}.featured-product-card h4{font-size:1rem}.product-list-item{padding:12px 15px}.product-list-content h4{font-size:.9rem}.products-cta h2{font-size:1.75rem}.products-cta p{font-size:1rem}}.services-page{width:100%}.services-section{padding:80px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.service-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:40px 30px;border-radius:15px;border:2px solid #cbd5e1;transition:all .3s ease}.service-card:hover{background:#fff;border-color:#2563eb;box-shadow:0 15px 40px #2563eb26;transform:translateY(-8px)}.service-icon{font-size:3rem;margin-bottom:20px;display:block;text-align:center}.service-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:15px;text-align:center}.service-description{font-size:1rem;line-height:1.6;color:#64748b;margin-bottom:20px;text-align:center}.service-features{list-style:none;padding:0;margin:0}.service-features li{padding:8px 0 8px 30px;color:#475569;position:relative;font-size:1rem;line-height:1.5}.service-features li:before{content:"✓";position:absolute;left:5px;color:#2563eb;font-weight:700;font-size:1.2rem}.process-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;position:relative}.process-step{background:#fff;padding:35px 25px;border-radius:12px;text-align:center;box-shadow:0 8px 25px #00000014;position:relative;transition:all .3s ease}.process-step:hover{transform:translateY(-5px);box-shadow:0 12px 35px #2563eb26}.step-number{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;margin-bottom:20px}.process-step h4{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:12px}.process-step p{font-size:1rem;line-height:1.6;color:#64748b}.step-arrow{display:none}.industries-section{padding:80px 0;background:#fff}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.industry-card{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:30px;border-radius:12px;border-left:4px solid #2563eb;transition:all .3s ease}.industry-card:hover{background:#fff;box-shadow:0 10px 30px #2563eb26;transform:translate(8px)}.industry-card h4{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:10px}.industry-card p{font-size:1rem;line-height:1.6;color:#64748b;margin:0}.benefits-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.benefits-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.benefit-item{display:flex;align-items:flex-start;gap:20px;background:#fff;padding:25px;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.benefit-item:hover{box-shadow:0 10px 30px #2563eb26;transform:translateY(-5px)}.benefit-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.benefit-text h4{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:8px}.benefit-text p{font-size:1rem;line-height:1.6;color:#64748b;margin:0}.services-cta{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:80px 0;text-align:center}.services-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.services-cta p{font-size:1.2rem;margin-bottom:30px;color:#e0e7ff}.services-cta .btn-primary{background:#fff;color:#2563eb;font-size:1.1rem;padding:15px 40px}.services-cta .btn-primary:hover{background:#fef3c7;transform:translateY(-3px)}@media(max-width:968px){.services-grid,.process-steps,.industries-grid,.benefits-content{grid-template-columns:1fr}}@media(max-width:768px){.services-section,.process-section,.industries-section,.benefits-section,.services-cta{padding:60px 0}.service-card{padding:30px 25px}.service-card h3{font-size:1.3rem}.process-step{padding:25px 20px}.step-number{width:50px;height:50px;font-size:1.3rem}.process-step h4{font-size:1.2rem}.industry-card{padding:25px 20px}.benefit-item{padding:20px}.services-cta h2{font-size:2rem}.services-cta p{font-size:1.1rem}}@media(max-width:480px){.services-section,.process-section,.industries-section,.benefits-section{padding:40px 0}.service-card{padding:25px 20px}.service-card h3{font-size:1.2rem}.service-description,.service-features li{font-size:.95rem}.process-step{padding:20px 15px}.step-number{width:45px;height:45px;font-size:1.1rem}.process-step h4,.industry-card h4{font-size:1.1rem}.industry-card p{font-size:.95rem}.benefit-text h4{font-size:1.1rem}.benefit-text p{font-size:.95rem}.services-cta h2{font-size:1.75rem}.services-cta p{font-size:1rem}}.contact-page{width:100%}.contact-content-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:40px}.contact-info-column{display:flex;flex-direction:column}.info-card{background:#fff;padding:40px;border-radius:15px;box-shadow:0 10px 30px #0000001a;height:100%}.info-card h3{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:15px}.info-intro{font-size:1.05rem;line-height:1.7;color:#64748b;margin-bottom:30px}.contact-details{margin-bottom:30px}.contact-detail-item{display:flex;gap:20px;margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #e2e8f0}.contact-detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-icon{font-size:2rem;flex-shrink:0}.detail-content h4{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:8px}.detail-content p{font-size:1rem;line-height:1.7;color:#64748b;margin:0}.detail-content a{color:#2563eb;text-decoration:none;transition:color .3s ease}.detail-content a:hover{color:#1d4ed8;text-decoration:underline}.business-hours{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:20px;border-radius:10px;margin-top:30px}.business-hours h4{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:10px}.business-hours p{font-size:1rem;line-height:1.7;color:#475569;margin:0}.contact-form-column{display:flex;flex-direction:column}.form-card{background:#fff;padding:40px;border-radius:15px;box-shadow:0 10px 30px #0000001a}.form-card h3{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:15px}.form-intro{font-size:1.05rem;line-height:1.7;color:#64748b;margin-bottom:30px}.form-message{padding:15px 20px;border-radius:8px;margin-bottom:25px;font-size:1rem;line-height:1.5}.form-message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.95rem;font-weight:600;color:#1e293b;margin-bottom:8px}.form-group input,.form-group textarea{padding:12px 15px;border:2px solid #cbd5e1;border-radius:8px;font-size:1rem;font-family:inherit;color:#1e293b;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:120px}.submit-button{padding:15px 40px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.submit-button:disabled{opacity:.6;cursor:not-allowed}.map-section{padding:80px 0;background:#fff}.map-placeholder{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:15px;padding:80px 40px;text-align:center;border:2px solid #cbd5e1}.map-content{display:flex;flex-direction:column;align-items:center;gap:20px}.map-content p{font-size:1.2rem;font-weight:600;color:#475569}@media(max-width:968px){.contact-layout,.form-row{grid-template-columns:1fr}}@media(max-width:768px){.contact-content-section,.map-section{padding:60px 0}.info-card,.form-card{padding:30px 25px}.info-card h3,.form-card h3{font-size:1.75rem}.contact-detail-item{gap:15px;margin-bottom:25px;padding-bottom:20px}.detail-icon{font-size:1.75rem}.detail-content h4{font-size:1rem}.detail-content p{font-size:.95rem}.business-hours{padding:18px}.map-placeholder{padding:60px 30px}}@media(max-width:480px){.contact-content-section,.map-section{padding:40px 0}.info-card,.form-card{padding:25px 20px}.info-card h3,.form-card h3{font-size:1.5rem}.info-intro,.form-intro{font-size:1rem}.contact-detail-item{flex-direction:column;gap:10px}.detail-icon{font-size:1.5rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:10px 12px;font-size:.95rem}.submit-button{padding:12px 30px;font-size:1rem}.map-placeholder{padding:40px 20px}.map-content p{font-size:1rem}}
