.contact-section{padding:8rem 5%;background:var(--gray-50)}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:1rem;color:var(--gray-900)}.contact-subtitle{font-size:1.3rem;color:var(--gray-600);line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}.contact-info{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 25px #0000000f}.contact-info h3{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;margin-bottom:1rem;color:var(--gray-900)}.contact-info p{color:var(--gray-600);line-height:1.8;margin-bottom:2rem}.contact-item{margin-bottom:1.5rem}.contact-label{display:block;font-weight:700;margin-bottom:.4rem;color:var(--gray-900)}.contact-item a{color:var(--primary-blue);font-weight:600;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 25px #0000000f}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{font-weight:700;margin-bottom:.6rem;color:var(--gray-900)}.form-group input,.form-group textarea{padding:1rem;border-radius:12px;border:2px solid var(--gray-100);font-size:1rem;font-family:Inter,sans-serif;outline:none;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 4px #0088cc1f}.btn-contact{width:100%;padding:1.2rem;border:none;border-radius:12px;font-weight:800;font-size:1.1rem;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));transition:all .3s ease;box-shadow:0 8px 25px #0088cc40}.btn-contact:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0088cc59}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr}.contact-title{font-size:2.8rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #0088cc;--primary-orange: #ff8c42;--primary-red: #e84545;--dark-navy: #2c3e50;--darker-navy: #1a252f;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-300: #cbd5e1;--gray-600: #475569;--gray-900: #0f172a;--white: #ffffff}body{font-family:Inter,-apple-system,sans-serif;color:var(--gray-900);background:var(--white);overflow-x:hidden;line-height:1.6}.hex-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.03;background-image:repeating-linear-gradient(60deg,var(--primary-blue) 0px,var(--primary-blue) 1px,transparent 1px,transparent 60px),repeating-linear-gradient(-60deg,var(--primary-orange) 0px,var(--primary-orange) 1px,transparent 1px,transparent 60px)}header{position:fixed;top:0;width:100%;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-100);z-index:1000;transition:all .3s ease}header.scrolled{padding:.75rem 5%;box-shadow:0 4px 20px #00000014}.logo-container{display:flex;align-items:center;gap:1rem;cursor:pointer}.logo-img{height:50px;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}nav{display:flex;gap:2.5rem;align-items:center}nav a{text-decoration:none;color:var(--gray-600);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}nav a:hover{color:var(--primary-blue)}nav a:hover:after{width:100%}.btn-header{padding:.7rem 1.8rem;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0088cc4d}.btn-header:hover{transform:translateY(-2px);box-shadow:0 6px 25px #08c6}.hero{padding:10rem 5% 8rem;margin-top:80px;background:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-30%;width:1000px;height:1000px;background:radial-gradient(circle,rgba(0,136,204,.08) 0%,transparent 70%);animation:pulse 15s infinite ease-in-out}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}}.hero-content{max-width:1400px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.5rem;background:#0088cc14;border:1px solid rgba(0,136,204,.2);border-radius:50px;color:var(--primary-blue);font-size:.9rem;font-weight:600;margin-bottom:2.5rem;animation:fadeInDown .8s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}h1{font-family:Outfit,sans-serif;font-size:5.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--gray-900);animation:fadeInUp .8s ease-out .2s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gradient-text{background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.5rem;color:var(--gray-600);max-width:900px;margin:0 auto 3rem;line-height:1.7;animation:fadeInUp .8s ease-out .4s backwards}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;animation:fadeInUp .8s ease-out .6s backwards}.btn-primary{padding:1.2rem 2.8rem;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px #0088cc4d;text-decoration:none}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #08c6}.btn-secondary{padding:1.2rem 2.8rem;background:transparent;color:var(--gray-900);border:2px solid var(--gray-300);border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-secondary:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#0088cc0d;transform:translateY(-3px)}.stats{padding:5rem 5%;background:var(--white)}.stats-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.stat-item{text-align:center;padding:2rem;border-radius:16px;background:var(--gray-50);transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.stat-number{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--gray-600);font-weight:500}.products{padding:8rem 5%;background:var(--gray-50)}.section-header{text-align:center;max-width:800px;margin:0 auto 6rem}.section-title{font-family:Outfit,sans-serif;font-size:4rem;font-weight:800;color:var(--gray-900);margin-bottom:1rem}.section-subtitle{font-size:1.4rem;color:var(--gray-600);line-height:1.7}.products-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.product-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .4s ease;display:flex;flex-direction:column;border:2px solid transparent}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.product-card.logiflux:hover{border-color:#ff6b35}.product-card.agroflux:hover{border-color:#7cb342}.product-card.forge:hover{border-color:#607d8b}.product-header{padding:3rem 3rem 2rem;position:relative;overflow:hidden}.product-header:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;border-radius:50%;opacity:.1}.product-card.logiflux .product-header{background:linear-gradient(135deg,#fff5f2,#fff)}.product-card.logiflux .product-header:before{background:radial-gradient(circle,#ff6b35 0%,transparent 70%)}.product-card.agroflux .product-header{background:linear-gradient(135deg,#f1f8e9,#fff)}.product-card.agroflux .product-header:before{background:radial-gradient(circle,#7cb342 0%,transparent 70%)}.product-card.forge .product-header{background:linear-gradient(135deg,#eceff1,#fff)}.product-card.forge .product-header:before{background:radial-gradient(circle,#607d8b 0%,transparent 70%)}.product-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem;position:relative;z-index:1;transition:transform .3s ease}.product-card:hover .product-icon{transform:scale(1.1) rotate(5deg)}.product-card.logiflux .product-icon{background:linear-gradient(135deg,#ff6b35,#ff8c61)}.product-card.agroflux .product-icon{background:linear-gradient(135deg,#7cb342,#aed581)}.product-card.forge .product-icon{background:linear-gradient(135deg,#607d8b,#90a4ae)}.product-name{font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700;margin-bottom:.5rem;position:relative;z-index:1}.product-card.logiflux .product-name{color:#e85d22}.product-card.agroflux .product-name{color:#558b2f}.product-card.forge .product-name{color:#455a64}.product-tagline{font-size:1.1rem;color:var(--gray-600);position:relative;z-index:1;font-weight:500}.product-body{padding:2rem 3rem 3rem;flex:1;display:flex;flex-direction:column}.product-description{font-size:1.05rem;color:var(--gray-600);line-height:1.8;margin-bottom:2rem}.product-features{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:var(--gray-700)}.feature-check{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#fff;flex-shrink:0}.product-card.logiflux .feature-check{background:#ff6b35}.product-card.agroflux .feature-check{background:#7cb342}.product-card.forge .feature-check{background:#607d8b}.product-footer{margin-top:auto}.btn-product{width:100%;padding:1rem;border:2px solid;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;background:transparent}.product-card.logiflux .btn-product{border-color:#ff6b35;color:#e85d22}.product-card.logiflux .btn-product:hover{background:#ff6b35;color:#fff}.product-card.agroflux .btn-product{border-color:#7cb342;color:#558b2f}.product-card.agroflux .btn-product:hover{background:#7cb342;color:#fff}.product-card.forge .btn-product{border-color:#607d8b;color:#455a64}.product-card.forge .btn-product:hover{background:#607d8b;color:#fff}.why-crs{padding:8rem 5%;background:#fff}.why-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-text h2{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;color:var(--gray-900);margin-bottom:2rem;line-height:1.2}.why-points{display:flex;flex-direction:column;gap:2rem}.why-point{display:flex;gap:1.5rem}.point-icon{width:55px;height:55px;min-width:55px;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.point-content h3{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.point-content p{color:var(--gray-600);line-height:1.8;font-size:1.05rem}.why-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.visual-card{background:var(--gray-50);padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid transparent}.visual-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:var(--primary-blue)}.visual-number{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.visual-label{font-size:1rem;color:var(--gray-600);font-weight:600}.industries-section{padding:8rem 5%;background:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 100%);position:relative}.industries-container{max-width:1400px;margin:0 auto;text-align:center}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:4rem}.industry-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;box-shadow:0 4px 25px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.industry-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));opacity:0;transition:opacity .3s ease}.industry-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0088cc26;border-color:var(--primary-blue)}.industry-card:hover:before{opacity:1}.industry-icon{font-size:4.5rem;margin-bottom:1.5rem;filter:drop-shadow(0 4px 15px rgba(0,0,0,.1));transition:transform .3s ease}.industry-card:hover .industry-icon{transform:scale(1.1)}.industry-card h3{font-family:Outfit,sans-serif;font-size:1.9rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.industry-card p{color:var(--gray-600);font-size:1.05rem;line-height:1.7;margin-bottom:1.8rem}.industry-features{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.feature-tag{background:#0088cc14;color:var(--primary-blue);padding:.5rem 1.1rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(0,136,204,.15);transition:all .3s ease}.industry-card:hover .feature-tag{background:#0088cc1f;border-color:var(--primary-blue)}.cta-section{padding:8rem 5%;background:linear-gradient(135deg,var(--darker-navy),var(--dark-navy));position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(0,136,204,.15) 0%,transparent 70%);animation:rotate 40s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-title{font-family:Outfit,sans-serif;font-size:4rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.cta-description{font-size:1.4rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.7}.btn-cta{padding:1.3rem 3.5rem;background:linear-gradient(135deg,var(--primary-orange),var(--primary-blue));color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1.15rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px #ff8c424d}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ff8c4266}footer{padding:4rem 5% 2rem;background:var(--gray-900);color:#fff}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand .logo-img{margin-bottom:1.5rem;height:45px;filter:brightness(0) invert(1)}.footer-tagline{color:var(--gray-300);font-size:1rem;line-height:1.7}.footer-title{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-links a{color:var(--gray-300);text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:var(--primary-blue)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:var(--gray-300);font-size:.9rem}@media(max-width:1024px){h1{font-size:4rem}.products-grid,.why-content{grid-template-columns:1fr}.stats-container{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}}@media(max-width:768px){nav{display:none}h1{font-size:3rem}.section-title,.cta-title{font-size:2.8rem}.stats-container,.footer-content,.why-visual{grid-template-columns:1fr}}
