:root{--color-bg: #0a1929;--color-bg-card: #0d2137;--color-surface: #132f4c;--color-teal: #22d3ee;--color-teal-dark: #06b6d4;--color-white: #ffffff;--color-gray: #94a3b8;--color-gray-light: #e2e8f0;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.coming-soon{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem 1.5rem;overflow:hidden}.coming-soon-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a1929,#0d2137,#132f4c);background-image:linear-gradient(to bottom,#0a1929e6,#0a1929f2),url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=1920);background-size:cover;background-position:center}.coming-soon-content{position:relative;z-index:1;text-align:center;max-width:560px}.coming-soon-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.95rem;letter-spacing:.08em;color:var(--color-white);margin-bottom:3rem;transition:opacity .2s}.coming-soon-logo:hover{opacity:.9}.coming-soon-logo .logo-icon{width:26px;height:26px;background:linear-gradient(135deg,var(--color-teal),var(--color-teal-dark));border-radius:6px}.coming-soon-heading{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:var(--color-white);margin-bottom:.75rem;line-height:1.2}.coming-soon-subheading{font-size:1.25rem;color:var(--color-teal);font-weight:600;margin-bottom:1rem}.coming-soon-desc{font-size:1.05rem;color:var(--color-gray-light);line-height:1.6;margin-bottom:2rem}.coming-soon-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.coming-soon-input{flex:1;min-width:240px;padding:.9rem 1.25rem;font-size:1rem;border:2px solid rgba(34,211,238,.3);border-radius:8px;background:#ffffff0f;color:var(--color-white);outline:none;transition:border-color .2s,box-shadow .2s}.coming-soon-input::placeholder{color:var(--color-gray)}.coming-soon-input:focus{border-color:var(--color-teal);box-shadow:0 0 0 3px #22d3ee33}.coming-soon-btn{padding:.9rem 1.5rem;font-weight:600;font-size:1rem;background:var(--color-teal);color:var(--color-bg);border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .2s}.coming-soon-btn:hover{background:var(--color-teal-dark)}.coming-soon-tagline{font-size:.9rem;color:var(--color-gray);letter-spacing:.05em}.coming-soon-pulse{position:absolute;bottom:15%;left:50%;transform:translate(-50%);width:120px;height:4px;background:var(--color-teal);border-radius:2px;opacity:.5}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a1929e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(34,211,238,.1)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:28px;height:28px;background:linear-gradient(135deg,var(--color-teal),var(--color-teal-dark));border-radius:6px}.logo-text{font-weight:700;font-size:1rem;letter-spacing:.05em;color:var(--color-white)}.nav{display:none}@media(min-width:768px){.nav{display:flex;align-items:center;gap:2rem}}.nav-link{font-size:.95rem;color:var(--color-gray-light);transition:color .2s}.nav-link:hover{color:var(--color-teal)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;font-weight:600;font-size:.9rem;border-radius:6px;transition:all .2s;border:2px solid transparent}.btn-primary{background:var(--color-teal);color:var(--color-bg)}.btn-primary:hover{background:var(--color-teal-dark);transform:translateY(-1px);box-shadow:0 4px 12px #22d3ee4d}.btn-outline{border-color:var(--color-white);color:var(--color-white);background:transparent}.btn-outline:hover{background:#ffffff1a}.btn-teal-outline{border-color:var(--color-teal);color:var(--color-teal);background:transparent}.btn-teal-outline:hover{background:#22d3ee1a}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a1929,#0d2137 40%,#132f4c);background-image:linear-gradient(to bottom,#0a1929d9,#0a1929f2),url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=1920);background-size:cover;background-position:center}.hero-inner{position:relative;z-index:1}.hero-tagline{font-size:.8rem;letter-spacing:.15em;color:var(--color-teal);margin-bottom:.75rem;text-transform:uppercase}.hero-heading{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--color-white)}.hero-heading-accent{display:block;color:var(--color-teal);margin-top:.25rem}.hero-desc{font-size:1.05rem;color:var(--color-gray-light);max-width:520px;margin-bottom:2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.hero-cta .btn{padding:.75rem 1.5rem}.btn-arrow{margin-left:.5rem;display:inline-block;transition:transform .2s}.hero-cta .btn:hover .btn-arrow{transform:translate(4px)}.hero-dots{display:flex;gap:.5rem;margin-top:3rem}.hero-dots .dot{width:8px;height:8px;border-radius:50%;background:#fff6;transition:background .2s}.hero-dots .dot.active{background:var(--color-teal);box-shadow:0 0 10px var(--color-teal)}.section{padding:4rem 0}.section-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-title{font-size:1.75rem;font-weight:700;color:var(--color-white)}.section-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-teal);font-weight:600;transition:gap .2s}.section-link:hover{gap:.75rem}.section-link .arrow{font-size:1.1rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.category-card{background:var(--color-bg-card);border-radius:12px;overflow:hidden;border:1px solid rgba(34,211,238,.1);transition:border-color .2s,box-shadow .2s}.category-card:hover{border-color:#22d3ee4d;box-shadow:0 8px 24px #0000004d}.category-image{aspect-ratio:4/3;background:var(--color-surface);overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover}.category-title{padding:1.25rem;font-size:1.1rem;font-weight:600;color:var(--color-white)}.featured-products{background:var(--color-bg-card)}.section-title-center{text-align:center;margin-bottom:2.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--color-bg);border-radius:12px;overflow:hidden;padding:1.5rem;border:1px solid rgba(34,211,238,.08);transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{border-color:#22d3ee40;box-shadow:0 8px 24px #0003}.product-image{aspect-ratio:16/10;background:var(--color-surface);border-radius:8px;overflow:hidden;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:cover}.product-name{font-size:1.15rem;font-weight:600;color:var(--color-white);margin-bottom:.35rem}.product-desc{font-size:.9rem;color:var(--color-gray);margin-bottom:1rem;flex-grow:1}.product-card .btn{align-self:flex-start;padding:.5rem 1rem;font-size:.9rem}.industries-intro{margin-bottom:2rem}.industries-desc{color:var(--color-gray-light);max-width:640px;margin-top:.5rem}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.industry-card{position:relative;border-radius:12px;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.08);transition:border-color .2s}.industry-card:hover{border-color:#22d3ee4d}.industry-card:hover .industry-overlay{background:linear-gradient(to top,#0a1929f2,#0a192999)}.industry-bg{position:absolute;inset:0}.industry-bg img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.industry-card:hover .industry-bg img{transform:scale(1.05)}.industry-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0a1929eb,#0a192980);transition:background .3s}.industry-content{position:relative;z-index:1;padding:1.75rem}.industry-title{font-size:1.35rem;font-weight:700;color:var(--color-white);margin-bottom:.5rem}.industry-desc{font-size:.9rem;color:var(--color-gray-light);margin-bottom:1rem;line-height:1.5}.industry-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-teal);font-weight:600;font-size:.95rem;transition:gap .2s}.industry-card:hover .industry-link .arrow{transform:translate(4px)}.industry-link .arrow{display:inline-block;transition:transform .2s}.clients{background:var(--color-bg-card);padding:3rem 0}.clients-tagline{font-size:.75rem;letter-spacing:.2em;color:var(--color-gray);text-align:center;margin-bottom:1.5rem;text-transform:uppercase}.clients-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem 3rem}.client-logo{min-width:100px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--color-gray);font-weight:700;font-size:1.1rem;letter-spacing:.02em;opacity:.85;transition:color .2s,opacity .2s}.client-logo:hover{color:var(--color-teal);opacity:1}.newsletter{background:linear-gradient(135deg,var(--color-teal),var(--color-teal-dark));padding:4rem 0}.newsletter-inner{text-align:center;max-width:560px;margin:0 auto}.newsletter-heading{font-size:1.75rem;font-weight:700;color:var(--color-white);margin-bottom:.5rem}.newsletter-desc{color:#ffffffe6;margin-bottom:1.5rem;font-size:1rem}.newsletter-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.newsletter-input{flex:1;min-width:220px;padding:.85rem 1.25rem;font-size:1rem;border:none;border-radius:8px;background:var(--color-white);color:var(--color-bg);outline:none;transition:box-shadow .2s}.newsletter-input::placeholder{color:var(--color-gray)}.newsletter-input:focus{box-shadow:0 0 0 3px #0a192933}.newsletter-btn{padding:.85rem 1.5rem;font-weight:600;font-size:1rem;background:var(--color-bg);color:var(--color-white);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.newsletter-btn:hover{background:var(--color-bg-card)}.footer{background:var(--color-bg-card);padding:4rem 0 0;border-top:1px solid rgba(34,211,238,.1)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr}}.footer-brand{max-width:320px}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;letter-spacing:.05em;color:var(--color-white);margin-bottom:1rem}.footer-logo .logo-icon{width:24px;height:24px;background:linear-gradient(135deg,var(--color-teal),var(--color-teal-dark));border-radius:5px}.footer-desc{font-size:.9rem;color:var(--color-gray);line-height:1.6;margin-bottom:1rem}.footer-social{display:flex;gap:.75rem}.social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:8px;color:var(--color-gray-light);font-size:.85rem;transition:background .2s,color .2s}.social-link:hover{background:var(--color-teal);color:var(--color-bg)}.footer-links-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.footer-col h4{font-size:.9rem;font-weight:600;color:var(--color-white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col a{font-size:.9rem;color:var(--color-gray);transition:color .2s}.footer-col a:hover{color:var(--color-teal)}.footer-contact .contact-item{font-size:.9rem;color:var(--color-gray);margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem}.footer-contact .icon{flex-shrink:0}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0}.copyright{font-size:.8rem;color:var(--color-gray)}.legal-links{display:flex;gap:1.5rem}.legal-links a{font-size:.8rem;color:var(--color-gray);transition:color .2s}.legal-links a:hover{color:var(--color-teal)}main{min-height:100vh}
