.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);z-index:1000;transition:all .3s ease}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.nav-brand{display:flex;align-items:center;text-decoration:none}.nav-logo{height:45px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-1);transition:width .3s ease}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color)}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.nav-logo{height:35px}.nav-menu{position:fixed;top:70px;left:-100%;flex-direction:column;background:#fff;width:100%;padding:2rem;box-shadow:var(--shadow-lg);transition:left .3s ease}.nav-menu.active{left:0}.hamburger{display:flex}}.footer{background:var(--bg-dark);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column}.footer-logo{height:50px;width:auto;object-fit:contain}.footer-links h3,.footer-products h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links ul,.footer-products ul{list-style:none}.footer-links li,.footer-products li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-products li{color:#9ca3af}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width: 768px){.footer-logo{height:40px}.footer-brand{text-align:center;align-items:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-1);opacity:.1;z-index:-1}.gradient-overlay{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-content{text-align:center;max-width:800px;animation:fadeInUp 1s ease}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary)}.gradient-text{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.mouse{width:24px;height:40px;border:2px solid var(--text-secondary);border-radius:12px;position:relative}.mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--text-secondary);border-radius:2px;animation:scroll 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;text-align:center}}.about{background:var(--bg-secondary)}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow-md);transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stat-number{font-size:2.5rem;font-weight:800;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-weight:500}@media (max-width: 768px){.about-content{grid-template-columns:1fr}.about-stats{flex-direction:row;flex-wrap:wrap}.stat-item{flex:1;min-width:150px}}.products{background:var(--bg-primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid #e5e7eb;text-decoration:none;display:block;color:inherit;cursor:pointer}.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl);border-color:var(--primary-color)}.product-icon{width:60px;height:60px;background:var(--gradient-1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.product-icon svg{width:32px;height:32px}.product-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.product-description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.product-features{list-style:none}.product-features li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.product-link{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;color:var(--primary-color);font-weight:600;font-size:1rem;transition:all .3s ease}.product-card:hover .product-link{color:var(--secondary-color);transform:translate(5px)}@media (max-width: 480px){.product-card{padding:1.5rem}.products-grid{grid-template-columns:1fr}}.contact{background:var(--bg-secondary)}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{padding:2rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow-md)}.contact-icon{width:50px;height:50px;background:var(--gradient-1);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.contact-icon svg{width:24px;height:24px}.contact-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.contact-item p{color:var(--text-secondary)}.contact-form{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-md)}.form-status{margin-bottom:1rem;padding:.75rem;border-radius:.5rem;font-weight:500}.form-status.success{background:#22c55e1a;color:#16a34a}@media (max-width: 768px){.contact-content{grid-template-columns:1fr}.contact-form{padding:1.5rem}}.subscribe{background:var(--gradient-1);padding:4rem 0;color:#fff}.subscribe-content{text-align:center;max-width:600px;margin:0 auto}.subscribe-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.subscribe-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.subscribe-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.subscribe-form input{flex:1;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-family:inherit}.subscribe-form input:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.subscribe-status{margin-top:1rem;padding:.75rem;border-radius:.5rem;font-weight:500}.subscribe-status.success{background:#fff3;color:#fff}.subscribe-status.error{background:#ef444433;color:#fff}@media (max-width: 768px){.subscribe-form{flex-direction:column}.subscribe-form input,.subscribe-form button{width:100%}}.home{padding-top:70px}.application-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:1rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl);z-index:2001}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}.modal-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.close-btn{background:none;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .3s ease}.close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.application-form{padding:2rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.form-actions .btn{min-width:120px}@media (max-width: 768px){.application-modal{padding:1rem}.modal-header,.application-form{padding:1.5rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.careers-page{padding-top:70px}.careers-hero{background:var(--gradient-1);color:#fff;padding:5rem 0;text-align:center}.careers-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1rem}.careers-hero p{font-size:1.25rem;opacity:.9}.careers-content{padding:5rem 0;background:var(--bg-secondary)}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.job-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid #e5e7eb}.job-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.job-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;gap:1rem}.job-header h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);flex:1}.job-badge{background:var(--gradient-1);color:#fff;padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600;white-space:nowrap}.job-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.job-department,.job-location{color:var(--text-secondary);font-size:.875rem;display:flex;align-items:center;gap:.5rem}.job-department:before{content:"🏢"}.job-location:before{content:"📍"}.job-requirements{margin-bottom:1.5rem}.job-requirements h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.job-requirements ul{list-style:none;padding-left:0}.job-requirements li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.job-requirements li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700}.job-card .btn{width:100%;text-align:center}@media (max-width: 768px){.jobs-grid{grid-template-columns:1fr}.job-card{padding:1.5rem}}.job-postings-page{padding-top:70px;min-height:100vh;background:var(--bg-secondary)}.postings-hero{background:var(--gradient-1);color:#fff;padding:4rem 0;text-align:center}.postings-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.postings-hero p{font-size:1.125rem;opacity:.9}.postings-content{padding:3rem 0}.postings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.postings-header h2{font-size:2rem;font-weight:700;color:var(--text-primary)}.job-form-section{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-md);margin-bottom:3rem}.job-form-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.job-posting-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.jobs-section{margin-bottom:3rem}.jobs-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.jobs-list{display:flex;flex-direction:column;gap:1.5rem}.job-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);border:1px solid #e5e7eb;transition:all .3s ease}.job-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.job-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;gap:1rem}.job-card-header h4{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.job-meta{display:flex;gap:.5rem;color:var(--text-secondary);font-size:.875rem;flex-wrap:wrap}.status-badge{padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.status-badge.active{background:#22c55e1a;color:#16a34a}.job-description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.job-actions{display:flex;gap:1rem;flex-wrap:wrap}.no-jobs{text-align:center;padding:3rem;background:#fff;border-radius:1rem;box-shadow:var(--shadow-md)}.no-jobs p{font-size:1.125rem;color:var(--text-secondary)}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.job-card{padding:1.5rem}.job-actions{flex-direction:column}.job-actions .btn{width:100%}}.solution-page{padding-top:70px}.solution-hero{background:var(--gradient-1);color:#fff;padding:5rem 0;text-align:center}.solution-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1rem}.solution-hero .hero-subtitle{font-size:clamp(1.25rem,2vw,1.75rem);opacity:.9}.solution-content{padding:5rem 0;background:var(--bg-secondary)}.solution-intro{text-align:center;max-width:900px;margin:0 auto 4rem}.solution-intro h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.solution-intro p{font-size:1.25rem;color:var(--text-secondary);line-height:1.8}.solution-features{margin-bottom:4rem}.solution-features h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid #e5e7eb}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.7}.solution-benefits{margin-bottom:4rem}.solution-benefits h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-item{background:#fff;padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);border-left:4px solid var(--primary-color)}.benefit-item h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.benefit-item p{color:var(--text-secondary);line-height:1.7}.solution-cta{background:#fff;padding:4rem 2rem;border-radius:1rem;box-shadow:var(--shadow-md);text-align:center;max-width:800px;margin:0 auto}.solution-cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.solution-cta p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.solution-hero,.solution-content{padding:3rem 0}.features-grid,.benefits-list{grid-template-columns:1fr}.feature-card,.benefit-item{padding:1.5rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}.App{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--secondary-color: #8b5cf6;--accent-color: #ec4899;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-dark: #111827;--gradient-1: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);--gradient-2: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.btn{padding:.875rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.btn-primary{background:var(--gradient-1);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}@media (max-width: 768px){section{padding:3rem 0}}
