:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:linear-gradient(135deg,#1e3a8a,#7c3aed);padding:1rem 0;box-shadow:0 4px 12px #1e3a8a26;position:sticky;top:0;z-index:100}.header-container{width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#fff;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.logo-content{text-align:center}.logo-content h1{margin:0;font-size:4rem;font-weight:700;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.company-name{display:block;font-size:.75rem;font-weight:400;opacity:.9;margin-top:-2px;letter-spacing:.5px;text-transform:uppercase}.tagline{display:block;font-size:1rem;font-weight:300;font-style:italic;opacity:.8;margin-top:2px;letter-spacing:.3px;color:#c4b5fd}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:.5px}.nav-link:hover{background:#ffffff1a;transform:translateY(-1px)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:#c4b5fd;transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:80%}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.logo-content h1{font-size:3rem}.company-name{font-size:.65rem}.nav{gap:1.5rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.9rem;padding:.4rem .8rem}}@media (max-width: 480px){.nav{gap:1rem}.nav-link{font-size:.8rem;padding:.3rem .6rem}.logo-content h1{font-size:2.5rem}.company-name{font-size:.6rem}}.header-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e3a8a1a,#7c3aed1a);opacity:0;transition:opacity .3s ease;pointer-events:none}.header:hover .header-container:before{opacity:1}.footer{background:#1e3a8a;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.8rem;color:#fff}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#c4b5fd;text-transform:uppercase;letter-spacing:.5px}.footer-section p{font-size:.95rem;line-height:1.6;margin-bottom:.5rem;opacity:.9}.footer-section:first-child p{font-size:1rem;opacity:.8;font-style:italic}.contact-details{display:flex;flex-direction:column;gap:.5rem}.contact-details p{display:flex;align-items:center;gap:.5rem;margin:0}.footer-bottom{text-align:center;padding-top:1rem}.footer-bottom p{font-size:.85rem;opacity:.7;margin:0}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.contact-details{align-items:center}.contact-details p{justify-content:center}}@media (max-width: 480px){.footer{padding:1.5rem 0 1rem}.footer-container{padding:0 1rem}.footer-content{gap:1.5rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1rem}}.home{min-height:calc(100vh - 80px)}.home section{margin:0}.hero-section{background:linear-gradient(135deg,#1e3a8a,#7c3aed,#c4b5fd);color:#fff;padding:1.2rem 2rem;text-align:center;position:relative;overflow:hidden;margin:0!important}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{width:100%;margin:0 auto;position:relative;z-index:2;padding:0 2rem}.hero-section h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1rem;margin-bottom:1rem;opacity:.95;margin-left:auto;margin-right:auto;line-height:1.4}.hero-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:1.5rem;font-weight:700;color:#c4b5fd;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:.7rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.hero-cta{display:flex;gap:1.5rem;justify-content:center}.cta-primary,.cta-secondary{padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.services-section{padding:5rem 2rem;background:#fff}.container{width:100%;margin:0 auto;padding:0 2rem}.partners-section .container{padding:0 2rem}.services-section h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem;font-weight:700}.home .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center}.home .service-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0;height:auto;min-height:280px}.home .service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e3a8a26;border-color:#7c3aed}.service-icon{font-size:3rem;margin-bottom:1.5rem}.home .service-card h3{font-size:1.4rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.home .service-card p{color:#64748b;line-height:1.6;margin:0}.partners-section{padding:0 2rem 5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);margin:0!important}.partners-section h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:1rem;font-weight:700}.partners-intro{text-align:center;font-size:1.1rem;color:#64748b;margin-bottom:3rem;margin-left:auto;margin-right:auto}.home .partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.partner-card{background:#fff;padding:2rem;border-radius:8px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;min-height:120px;position:relative;cursor:pointer}.partner-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #1e3a8a1a;border-color:#7c3aed}.partner-card:active{transform:translateY(-2px)}.partner-logo{max-width:150px;max-height:80px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);transition:all .3s ease;display:block}.partner-name{font-weight:600;color:#1e3a8a;font-size:1.1rem}.partner-fallback{display:none;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;left:0;background:#fff;border-radius:8px}.why-choose-section{padding:5rem 2rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);margin:0!important}.why-choose-section h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-item{text-align:center;padding:2rem}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-item h3{font-size:1.3rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.feature-item p{color:#64748b;line-height:1.6}@media (max-width: 768px){.hero-section{padding:3rem 1rem}.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:2rem}.hero-cta{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:200px}.services-section,.partners-section,.why-choose-section{padding:3rem 1rem}.services-section h2,.partners-section h2,.why-choose-section h2{font-size:2rem}.home .services-grid{grid-template-columns:1fr}.home .partners-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hero-section h1,.stat-number{font-size:2rem}.service-card,.feature-item{padding:1.5rem}}.about{min-height:calc(100vh - 80px);background:#fff}.about-container{width:100%;margin:0 auto;padding:0}.about-header{background:linear-gradient(135deg,#1e3a8a,#7c3aed,#c4b5fd);color:#fff;text-align:center;padding:4rem 2rem}.about-header h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-header p{font-size:1.3rem;opacity:.95;line-height:1.6}.about-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.about-content section{margin-bottom:4rem}.about-content section:last-child{margin-bottom:0}.about-content h2{font-size:2.5rem;margin-bottom:2rem;color:#1e3a8a;font-weight:700;text-align:center}.company-overview .overview-content p{font-size:1.1rem;color:#64748b;line-height:1.8;margin-bottom:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.mission-statement{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:3rem;border-radius:12px;margin:3rem 0}.mission-content blockquote{font-size:1.3rem;font-style:italic;color:#1e3a8a;text-align:center;margin:0 0 2rem;padding:0;background:none;border:none;box-shadow:none;line-height:1.6}.mission-content p{font-size:1.1rem;color:#64748b;line-height:1.8;text-align:center;margin:0}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.value-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #1e3a8a1a;border:1px solid #e2e8f0;height:300px;display:flex;flex-direction:column;justify-content:center;transition:all .3s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1e3a8a26;border-color:#7c3aed}.value-icon{font-size:3rem;margin-bottom:1rem}.value-item h3{font-size:1.3rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.value-item p{color:#64748b;line-height:1.6;margin:0}.company-stats{background:linear-gradient(135deg,#1e3a8a,#7c3aed);padding:3rem;border-radius:12px;color:#fff;text-align:center;margin:3rem 0}.about .company-stats h2{color:#fff!important;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#c4b5fd;text-shadow:2px 2px 4px rgba(0,0,0,.3);display:block;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9;text-transform:uppercase;letter-spacing:1px;color:#fff}.leadership .leader-profile{text-align:center;max-width:800px;margin:0 auto}.leader-profile h3{font-size:1.5rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.leader-profile p{font-size:1.1rem;color:#64748b;line-height:1.8;margin:0}.industries-content p{font-size:1.1rem;color:#64748b;line-height:1.8;margin-bottom:2rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.about .industries-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.industry-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #1e3a8a1a;height:80px;transition:all .3s ease}.industry-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #1e3a8a26;border-color:#7c3aed}.industry-icon{font-size:1.8rem;min-width:40px}.industry-item span:last-child{font-weight:500;color:#1e3a8a;font-size:1.1rem}.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.reason-item{padding:2rem;text-align:center;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #1e3a8a1a;height:180px;display:flex;flex-direction:column;justify-content:center;transition:all .3s ease}.reason-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1e3a8a26;border-color:#7c3aed}.reason-item h3{font-size:1.2rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.reason-item p{color:#64748b;line-height:1.6;margin:0}.about .contact-cta{margin-top:3rem;background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;padding:0}.about .contact-cta-card{background:linear-gradient(135deg,#1e3a8a,#7c3aed);border-radius:16px;padding:3rem;text-align:center;cursor:pointer;transition:transform .3s ease;box-shadow:none!important;border:none!important;outline:none!important;margin:0}.about .contact-cta-card:hover{transform:translateY(-5px);box-shadow:none!important;border:none!important;outline:none!important}.about .contact-cta-card:focus{box-shadow:none!important;border:none!important;outline:none!important}.about .contact-cta-card:active{box-shadow:none!important;border:none!important;outline:none!important}.about .contact-cta-content h2{color:#fff!important;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-cta-content p{color:#fffffff2;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-cta-button{display:inline-block;background:#fff3;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-cta-card:hover .contact-cta-button{background:#ffffff4d;border-color:#fff6;transform:scale(1.02)}@media (max-width: 768px){.about-header{padding:3rem 1rem}.about-header h1{font-size:2.5rem}.about-header p{font-size:1.1rem}.about-content{padding:3rem 1rem}.about-content h2{font-size:2rem}.mission-statement,.company-stats,.contact-cta-card{padding:2rem}.values-grid,.stats-grid,.about .industries-list,.reasons-grid{grid-template-columns:1fr}.stat-number{font-size:2.5rem}}@media (max-width: 480px){.about-header h1{font-size:2rem}.about-content h2{font-size:1.8rem}.mission-statement,.company-stats,.contact-cta-card{padding:1.5rem}.contact-cta-content h2{font-size:2rem}.contact-cta-content p{font-size:1.1rem}.stat-number{font-size:2rem}}.products{min-height:calc(100vh - 80px)}.products-hero{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;padding:4rem 2rem;text-align:center}.products-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.products-hero p{font-size:1.2rem;margin:0 auto;opacity:.95;line-height:1.6}.products-grid-section{padding:5rem 2rem;background:#f8fafc}.products .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%}.product-category-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0;height:600px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box}.product-category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e3a8a26;border-color:#7c3aed}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.category-icon{font-size:2.5rem}.category-header h3{font-size:1.5rem;color:#1e3a8a;font-weight:600;margin:0}.category-brands{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.brand-tag{background:linear-gradient(135deg,#7c3aed,#c4b5fd);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.category-description{color:#64748b;line-height:1.6;margin-bottom:2rem}.category-products h4{color:#1e3a8a;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.category-products ul{list-style:none;padding:0;margin-bottom:0;flex-grow:1}.category-products li{color:#64748b;border-bottom:1px solid #f1f5f9;position:relative;padding:.5rem 0 .5rem 1.5rem}.category-products li:before{content:"▶";position:absolute;left:0;color:#7c3aed;font-size:.8rem}.category-products li:last-child{border-bottom:none}.category-cta{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;text-transform:uppercase;letter-spacing:.5px}.category-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a4d}.why-choose-products{padding:5rem 2rem;background:#fff}.why-choose-products h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem;font-weight:700}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.benefit-item{text-align:center;padding:2rem}.benefit-icon{font-size:3rem;margin-bottom:1.5rem}.benefit-item h3{font-size:1.3rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.benefit-item p{color:#64748b;line-height:1.6}.contact-cta{background:linear-gradient(135deg,#1e3a8a,#7c3aed);padding:4rem 2rem;text-align:center}.contact-cta h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-cta p{font-size:1.2rem;color:#fff;opacity:.95;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.6}.cta-button{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;border:none;padding:1.2rem 3rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1e3a8a4d}@media (max-width: 768px){.products-hero{padding:3rem 1rem}.products-hero h1{font-size:2.5rem}.products-hero p{font-size:1.1rem}.products-grid-section,.why-choose-products,.contact-cta{padding:3rem 1rem}.products .products-grid{grid-template-columns:1fr}.product-category-card{padding:2rem}.why-choose-products h2,.contact-cta h2{font-size:2rem}.benefits-grid{grid-template-columns:1fr}}@media (max-width: 480px){.products-hero h1{font-size:2rem}.product-category-card{padding:1.5rem}.category-header{flex-direction:column;text-align:center;gap:.5rem}.category-brands{justify-content:center}.benefit-item{padding:1.5rem}}.services{min-height:calc(100vh - 80px)}.services-hero{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;padding:4rem 2rem;text-align:center}.services-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.services-hero p{font-size:1.2rem;margin:0 auto;opacity:.95;line-height:1.6}.services-grid-section{padding:5rem 2rem;background:#fff}.services-grid-section h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;align-items:stretch}.service-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:500px}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e3a8a26;border-color:#7c3aed}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-icon{font-size:2.5rem}.service-header h3{font-size:1.4rem;color:#1e3a8a;font-weight:600;margin:0}.service-description{color:#64748b;line-height:1.6;margin-bottom:2rem}.service-features h4{color:#1e3a8a;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.service-features{flex:1;margin-bottom:2rem}.service-features ul{list-style:none;padding:0;margin:0}.service-features li{color:#64748b;border-bottom:1px solid #f1f5f9;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#7c3aed;font-weight:700}.service-features li:last-child{border-bottom:none}.service-cta{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;text-transform:uppercase;letter-spacing:.5px;align-self:flex-end}.service-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a4d}.industries-section{padding:5rem 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.industries-section h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:1rem;font-weight:700}.industries-intro{text-align:center;font-size:1.1rem;color:#64748b;margin-bottom:3rem;margin-left:auto;margin-right:auto;line-height:1.6}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.industry-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.industry-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #1e3a8a1f;border-color:#7c3aed}.industry-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.industry-icon{font-size:2.5rem}.industry-header h3{font-size:1.3rem;color:#1e3a8a;font-weight:600;margin:0}.industry-description{color:#64748b;line-height:1.6;margin-bottom:2rem}.industry-solutions h4{color:#1e3a8a;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.solutions-tags{display:flex;flex-wrap:wrap;gap:.5rem}.solution-tag{background:linear-gradient(135deg,#c4b5fd,#ddd6fe);color:#5b21b6;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.service-process{padding:5rem 2rem;background:#fff}.service-process h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem;font-weight:700}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem;position:relative}.step-number{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 12px #1e3a8a4d}.process-step h3{font-size:1.3rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.process-step p{color:#64748b;line-height:1.6}.contact-cta{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;padding:4rem 2rem;text-align:center}.services .contact-cta h2{color:#fff!important;font-size:2.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-cta p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;opacity:.95;line-height:1.6}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.cta-primary,.cta-secondary{padding:1.2rem 2.5rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.cta-primary{background:#fff;color:#1e3a8a}.cta-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.cta-secondary{background:transparent;color:#fff;border:2px solid white}.cta-secondary:hover{background:#fff;color:#1e3a8a;transform:translateY(-2px)}@media (max-width: 768px){.services-hero{padding:3rem 1rem}.services-hero h1{font-size:2.5rem}.services-hero p{font-size:1.1rem}.services-grid-section,.industries-section,.service-process,.contact-cta{padding:3rem 1rem}.services-grid,.industries-grid,.process-steps{grid-template-columns:1fr}.services-grid-section h2,.industries-section h2,.service-process h2,.contact-cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:250px}}@media (max-width: 480px){.services-hero h1{font-size:2rem}.service-card,.industry-card{padding:2rem}.service-header,.industry-header{flex-direction:column;text-align:center;gap:.5rem}.process-step{padding:1.5rem}}.contact{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#1e3a8a,#7c3aed,#c4b5fd)}.contact-container{width:100%;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;padding:4rem 2rem 2rem;color:#fff}.contact-header h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-header p{font-size:1.3rem;opacity:.95;line-height:1.6}.contact-content{display:flex;justify-content:center;padding:2rem}.contact-cta-section{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 8px 25px #00000026;border:1px solid #e2e8f0;text-align:center;max-width:600px;width:100%}.contact-cta-section h2{font-size:2.5rem;color:#1e3a8a;margin-bottom:1rem;font-weight:700}.contact-cta-section p{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.email-cta-btn{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3rem;box-shadow:0 4px 12px #1e3a8a4d}.email-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a66}.contact-benefits{text-align:left;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #1e3a8a1a}.contact-benefits h3{font-size:1.3rem;color:#1e3a8a;margin-bottom:1.5rem;font-weight:600;text-align:center}.contact-benefits ul{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.contact-benefits li{padding:.8rem;color:#64748b;font-size:1rem;line-height:1.5;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease}.contact-benefits li:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1e3a8a14;border-color:#7c3aed}@media (max-width: 768px){.contact-header{padding:3rem 1rem 2rem}.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1.1rem}.contact-content{padding:1rem}.contact-cta-section{padding:2rem}.contact-cta-section h2{font-size:2rem}.email-cta-btn{padding:1rem 2rem;font-size:1.1rem}}@media (max-width: 480px){.contact-header h1{font-size:2rem}.contact-cta-section{padding:1.5rem}.contact-cta-section h2{font-size:1.8rem}.email-cta-btn{padding:.8rem 1.5rem;font-size:1rem}.contact-benefits{padding:1.5rem}}.partners{min-height:calc(100vh - 80px)}.partners-hero{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;padding:4rem 2rem;text-align:center}.partners-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.partners-hero p{font-size:1.2rem;margin:0 auto;max-width:800px;opacity:.95;line-height:1.6}.partners-content{padding:4rem 2rem;background:#f8fafc}.category-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#7c3aed;color:#7c3aed;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#1e3a8a,#7c3aed);border-color:#7c3aed;color:#fff;box-shadow:0 4px 12px #7c3aed4d}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.partner-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.partner-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e3a8a26;border-color:#7c3aed}.partner-logo-container{display:flex;align-items:center;justify-content:center;height:80px;margin-bottom:1.5rem;position:relative}.partner-logo{max-height:60px;max-width:200px;object-fit:contain;filter:grayscale(20%);transition:all .3s ease}.partner-card:hover .partner-logo{filter:grayscale(0%);transform:scale(1.05)}.partner-name-fallback{display:none;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#1e3a8a;text-align:center;height:100%;width:100%}.partner-info{flex:1;display:flex;flex-direction:column}.partner-info h3{font-size:1.4rem;color:#1e3a8a;margin-bottom:.5rem;font-weight:600}.partner-category{display:inline-block;background:linear-gradient(135deg,#7c3aed,#c4b5fd);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;width:fit-content}.partner-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem;flex:1}.partner-specialties h4{color:#1e3a8a;font-size:1rem;margin-bottom:.75rem;font-weight:600}.specialty-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.specialty-tag{background:#f1f5f9;color:#475569;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #e2e8f0}.partner-cta{margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.partner-cta span{color:#7c3aed;font-weight:600;font-size:1rem;transition:all .3s ease}.partner-card:hover .partner-cta span{color:#1e3a8a;transform:translate(5px)}@media (max-width: 768px){.partners-hero{padding:3rem 1rem}.partners-hero h1{font-size:2.5rem}.partners-hero p{font-size:1.1rem}.partners-content{padding:3rem 1rem}.partners-grid{grid-template-columns:1fr;gap:1.5rem}.partner-card{padding:1.5rem}.category-filters{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.partners-hero h1{font-size:2rem}.partner-card{padding:1.25rem}.partner-info h3{font-size:1.2rem}}.partner-detail{min-height:calc(100vh - 80px)}.back-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-btn:hover{background:#ffffff4d;transform:translate(-5px)}.partner-hero{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;padding:4rem 2rem;min-height:60vh;display:flex;align-items:center}.partner-hero-content{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;width:100%}.partner-logo-large{display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);height:200px}.partner-logo-large img{max-height:120px;max-width:250px;object-fit:contain}.partner-name-large{display:none;font-size:3rem;font-weight:700;color:#fff;text-align:center}.partner-hero-info h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.partner-meta{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.partner-category{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.partner-founded,.partner-hq{color:#ffffffe6;font-weight:500}.partner-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.cta-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.partner-content{padding:4rem 2rem;background:#f8fafc}.content-grid{display:grid;grid-template-columns:1fr 350px;gap:4rem;max-width:1200px;margin:0 auto}.main-content section{margin-bottom:4rem}.main-content h2{font-size:2.5rem;color:#1e3a8a;margin-bottom:2rem;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #1e3a8a26;border-color:#7c3aed}.product-card h3{font-size:1.3rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.product-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.applications h4{color:#1e3a8a;font-size:1rem;margin-bottom:.5rem;font-weight:600}.applications ul{list-style:none;padding:0;margin:0}.applications li{color:#64748b;position:relative;padding:.25rem 0 .25rem 1.5rem}.applications li:before{content:"▶";position:absolute;left:0;color:#7c3aed;font-size:.8rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #1e3a8a26;border-color:#7c3aed}.benefit-card h3{font-size:1.2rem;color:#1e3a8a;margin-bottom:1rem;font-weight:600}.benefit-card p{color:#64748b;line-height:1.6;margin:0}.sidebar-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;margin-bottom:2rem}.sidebar-card h3{font-size:1.3rem;color:#1e3a8a;margin-bottom:1.5rem;font-weight:600}.industries-list{display:flex;flex-wrap:wrap;gap:.5rem}.industry-tag{background:linear-gradient(135deg,#7c3aed,#c4b5fd);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.sidebar-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.contact-btn{background:linear-gradient(135deg,#1e3a8a,#7c3aed);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a4d}.partner-not-found{text-align:center;padding:4rem 2rem}.partner-not-found h1{font-size:3rem;color:#1e3a8a;margin-bottom:1rem}.partner-not-found p{font-size:1.2rem;color:#64748b;margin-bottom:2rem}@media (max-width: 768px){.partner-hero{padding:3rem 1rem;min-height:auto}.partner-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.partner-logo-large{height:150px;padding:2rem}.partner-logo-large img{max-height:80px}.partner-hero-info h1{font-size:2.5rem}.partner-meta{justify-content:center;gap:1rem}.partner-content{padding:3rem 1rem}.content-grid{grid-template-columns:1fr;gap:2rem}.main-content h2{font-size:2rem}.products-grid,.benefits-grid{grid-template-columns:1fr}}@media (max-width: 480px){.partner-hero-info h1{font-size:2rem}.partner-description{font-size:1.1rem}.product-card,.benefit-card,.sidebar-card{padding:1.5rem}.partner-meta{flex-direction:column;gap:.5rem}}html,body{margin:0;padding:0;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{width:100%;height:100%}.App{min-height:100vh;width:100%;display:flex;flex-direction:column;margin:0;padding:0}.main-content{flex:1;width:100%}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:100%;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media (max-width: 768px){.container{padding:0 1rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading{animation:spin 1s linear infinite}*{transition:color .3s ease,background-color .3s ease}button:focus,input:focus,textarea:focus,a:focus{outline:2px solid #61dafb;outline-offset:2px}@media print{.header,.nav{display:none}.main-content{margin:0;padding:0}}
