*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#1a1a2e;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.navbar{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e8e8e8}.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:72px}.nav-logo{font-size:1.4rem;font-weight:700;color:#1a1a2e;letter-spacing:-.5px}.nav-logo span{color:#c0392b}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.9rem;font-weight:500;color:#555;transition:color .2s}.nav-links a:hover{color:#1a1a2e}.nav-cta{background:#c0392b;color:#fff!important;padding:.6rem 1.4rem;border-radius:6px;font-weight:600;font-size:.85rem;transition:background .2s}.nav-cta:hover{background:#a93226}.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:8px}.nav-hamburger span{display:block;width:22px;height:2px;background:#1a1a2e;transition:transform .3s}.mobile-menu{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid #e8e8e8;padding:1rem 2rem;box-shadow:0 4px 12px #00000014}.mobile-menu.open{display:flex;flex-direction:column;gap:1rem}.mobile-menu a{font-size:1rem;font-weight:500;color:#555;padding:.5rem 0}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;padding:8rem 2rem 6rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:500;margin-bottom:2rem;color:#ffffffd9}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.hero p{font-size:1.15rem;color:#ffffffb3;max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#c0392b;color:#fff;padding:.85rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;transition:background .2s,transform .2s}.btn-primary:hover{background:#a93226;transform:translateY(-1px)}.btn-outline{border:2px solid rgba(255,255,255,.3);color:#fff;padding:.85rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;transition:border-color .2s,background .2s}.btn-outline:hover{border-color:#fff9;background:#ffffff0d}.stats{background:#f7f8fa;padding:4rem 2rem}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#1a1a2e;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#777;font-weight:500}.products-section{padding:6rem 2rem;background:#fff;overflow:hidden}.section-header{max-width:700px;margin:0 auto 4rem;text-align:center}.section-header h2{font-size:2.5rem;font-weight:800;color:#1a1a2e;margin-bottom:1rem;letter-spacing:-.5px}.section-header p{font-size:1.05rem;color:#666;line-height:1.7}.carousel-container{position:relative;max-width:1200px;margin:0 auto;overflow:hidden}.carousel-track{display:flex;animation:scroll-left 20s linear infinite}.carousel-track:hover{animation-play-state:paused}.carousel-item{flex-shrink:0;width:320px;margin:0 1.5rem;background:#f7f8fa;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid #eee}.carousel-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.carousel-item img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:1.5rem}.carousel-item h3{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:.5rem}.carousel-item p{font-size:.9rem;color:#666;line-height:1.6}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-section{padding:6rem 2rem;background:#f7f8fa}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:#fff;border-radius:12px;padding:2.5rem;border:1px solid #eee;transition:box-shadow .3s,border-color .3s}.service-card:hover{box-shadow:0 8px 30px #0000000f;border-color:#ddd}.service-card h3{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.service-card>p{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.feature-list li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;color:#444}.feature-list li svg{flex-shrink:0;width:18px;height:18px;color:#c0392b}.tech-section{padding:5rem 2rem;background:#fff}.tech-tags{max-width:800px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.tech-tag{padding:.5rem 1.4rem;border-radius:50px;border:1px solid #ddd;font-size:.85rem;font-weight:500;color:#555;transition:border-color .2s,color .2s}.tech-tag:hover{border-color:#c0392b;color:#c0392b}.about-section{padding:6rem 2rem;background:#f7f8fa}.about-content{max-width:750px;margin:0 auto}.about-content p{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.contact-section{padding:6rem 2rem;background:#fff}.contact-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:48px;height:48px;background:#fef2f2;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:22px;height:22px;color:#c0392b}.contact-item h3{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:.25rem}.contact-item p{font-size:.9rem;color:#666}.contact-form{background:#f7f8fa;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.contact-form label{font-size:.85rem;font-weight:600;color:#333;margin-bottom:.3rem;display:block}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.9rem;color:#333;background:#fff;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#c0392b}.contact-form textarea{resize:none;min-height:120px}.contact-form button{background:#c0392b;color:#fff;padding:.9rem;border-radius:8px;font-weight:600;font-size:1rem;transition:background .2s}.contact-form button:hover{background:#a93226}.footer{background:#1a1a2e;color:#fff;padding:3rem 2rem;text-align:center}.footer-logo{font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.footer-logo span{color:#e74c3c}.footer-desc{font-size:.9rem;color:#ffffff80;max-width:500px;margin:0 auto 1.5rem}.footer-privacy{color:#e74c3c;font-size:.85rem;cursor:pointer;background:none;border:none;text-decoration:underline;margin-bottom:1.5rem}.footer-privacy:hover{color:#c0392b}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.footer-copy{font-size:.8rem;color:#fff6}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.modal-container{position:relative;max-width:800px;width:100%;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:80vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #eee}.modal-header h2{font-size:1.2rem;font-weight:700;color:#1a1a2e}.modal-close{padding:4px;color:#999;transition:color .2s}.modal-close:hover{color:#333}.modal-body{padding:1.5rem;overflow-y:auto;color:#444;font-size:.9rem;line-height:1.7}.modal-body h3{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-top:1.5rem;margin-bottom:.75rem}.modal-body h4{font-size:1rem;font-weight:600;color:#333;margin-top:1rem;margin-bottom:.5rem}.modal-body ul{padding-left:1.5rem;margin-bottom:1rem}.modal-body li{margin-bottom:.25rem}.modal-body p{margin-bottom:.75rem}@media (max-width: 768px){.nav-links{display:none}.nav-hamburger{display:flex}.hero h1{font-size:2.2rem}.hero{padding:5rem 1.5rem 4rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.contact-grid{grid-template-columns:1fr}.section-header h2{font-size:2rem}.carousel-item{width:260px;margin:0 1rem}}
