:root{--primary-color:#4f46e5;--primary-dark:#4338ca;--primary-light:#818cf8;--secondary-color:#06b6d4;--accent-color:#8b5cf6;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gradient-primary:linear-gradient(135deg,var(--primary-color),var(--secondary-color));--gradient-accent:linear-gradient(135deg,var(--accent-color),var(--primary-color))}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--gray-800);background:var(--gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(79,70,229,.2);touch-action:manipulation}.tech-header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.tech-nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.tech-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:color .3s}.tech-logo:hover{color:var(--primary-dark)}.tech-nav-links{display:flex;gap:2rem;list-style:none}.tech-nav-links a{color:var(--gray-700);text-decoration:none;font-weight:500;transition:color .3s}.tech-nav-links a:hover{color:var(--primary-color)}.mobile-menu-button{display:none;background:none;border:none;font-size:1.5rem;color:var(--gray-700);cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;transition:color .3s;z-index:1001;-webkit-tap-highlight-color:transparent}.mobile-menu-button:hover{color:var(--primary-color)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999}.hero-section{background:var(--gradient-primary);color:#fff;padding:8rem 2rem 4rem;margin-top:4rem;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;opacity:.95;margin-bottom:2rem;line-height:1.8}.cta-buttons-container{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;background:#fff;color:var(--primary-color);padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;border:2px solid transparent}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.cta-button-secondary{background:transparent;color:#fff;border:2px solid #fff}.cta-button-secondary:hover{background:#fff;color:var(--primary-color)}.section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:3rem}.section-title,.text-center{text-align:center}.text-primary{color:var(--primary-color)}.mb-2{margin-bottom:.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.tech-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s}.tech-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.tech-card h3{font-size:1.5rem;color:var(--gray-800);margin-bottom:1rem}.tech-card p{color:var(--gray-600);line-height:1.8;margin-bottom:.5rem}.feature-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem}.feature-icon,.stats-section{background:var(--gradient-primary);color:#fff}.stats-section{padding:4rem 2rem;margin:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;text-align:center}.stat-item{padding:2rem}.stat-number{font-size:4rem;font-weight:700;display:block;margin-bottom:.5rem}.stat-label{font-size:1.125rem;opacity:.9}.company-info-section table{width:100%;border-collapse:collapse}.company-info-section tr{border-bottom:1px solid #e2e8f0}.company-info-section td{padding:.75rem 0}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;border:2px solid var(--gray-300);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .3s;min-height:44px;touch-action:manipulation}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.form-textarea{min-height:150px;resize:vertical}.tech-footer{background:var(--gray-900);color:#fff;padding:3rem 2rem 1rem}.footer-content{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto 2rem}.footer-section h3{font-size:1.25rem;margin-bottom:1rem;color:var(--primary-light)}.footer-section p{margin-bottom:.5rem;opacity:.9}.footer-section a{color:#fff;text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--primary-light)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;opacity:.8}@media (max-width:768px){.tech-nav{padding:0 1rem}.mobile-menu-button{display:block}.tech-nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#fff;flex-direction:column;gap:0;padding:5rem 0 2rem;box-shadow:-2px 0 10px rgba(0,0,0,.1);transition:right .3s ease-in-out;z-index:1000}.tech-nav-links.mobile-menu-open{right:0}.tech-nav-links li{width:100%;border-bottom:1px solid var(--gray-200)}.tech-nav-links a{display:flex;align-items:center;padding:1rem 2rem;font-size:1.1rem;min-height:48px}.mobile-menu-overlay{display:block}.hero-section{padding:6rem 1.5rem 3rem}.hero-title{font-size:2rem;line-height:1.3}.hero-title br{display:none}.hero-subtitle{font-size:1rem;line-height:1.6}.hero-subtitle br{display:none}.section{padding:3rem 1.5rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.card-grid,.features-grid{grid-template-columns:1fr;gap:1.5rem}.stats-section{padding:3rem 1.5rem}.stats-grid{gap:2rem}.stat-number{font-size:3rem}.cta-buttons-container{flex-direction:column;gap:.75rem}.cta-button{width:100%;justify-content:center;padding:.875rem 1.5rem}}@media (max-width:480px){.tech-logo{font-size:1.25rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.section-title{font-size:1.5rem}.tech-card{padding:1.5rem}.tech-card h3{font-size:1.25rem}.feature-icon{width:60px;height:60px;font-size:1.5rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}}