*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans SC,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#2563eb;font-size:1.5rem;font-weight:700}.nav-logo span{color:#64748b;font-size:.8rem;display:block}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.hero .container{display:flex;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom: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{flex:1;max-width:600px;z-index:2;position:relative}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp 1s ease}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp 1s ease .2s both}.hero-buttons{display:flex;gap:1rem;animation:fadeInUp 1s ease .4s both}.btn{padding:12px 30px;border:none;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;cursor:pointer}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.floating-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;text-align:center;margin:1rem;animation:float 6s ease-in-out infinite;transition:transform .3s ease}.floating-card:nth-child(2){animation-delay:-2s}.floating-card:nth-child(3){animation-delay:-4s}.floating-card:hover{transform:translateY(-10px) scale(1.05)}.floating-card i{font-size:3rem;margin-bottom:1rem;color:#fbbf24}.floating-card h3{font-size:1.2rem;font-weight:600}.features{padding:5rem 0;background:#f8fafc}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1e293b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon i{font-size:2rem;color:#fff}.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.about{padding:5rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{margin-bottom:1.5rem;color:#64748b;font-size:1.1rem;line-height:1.8}.company-stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;font-weight:500}.about-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.image-placeholder i{font-size:4rem;margin-bottom:1rem}.services{padding:5rem 0;background:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border-left:4px solid #2563eb}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.service-icon{width:60px;height:60px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.5rem;color:#fff}.service-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.service-card ul{list-style:none}.service-card li{color:#64748b;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-card li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700}.culture{padding:5rem 0;background:#fff}.culture-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.culture-item{text-align:center;padding:2rem;background:#f8fafc;border-radius:15px;transition:all .3s ease}.culture-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.culture-item h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.culture-item h3 i{color:#2563eb;margin-right:.5rem}.culture-item p{color:#64748b;font-style:italic;font-size:1.1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.value-card{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:10px;transition:all .3s ease}.value-card:hover{background:#2563eb;color:#fff;transform:translateY(-5px)}.value-card i{font-size:2rem;color:#2563eb;margin-bottom:1rem;transition:color .3s ease}.value-card:hover i{color:#fff}.value-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.value-card p{font-size:.9rem;opacity:.8}.contact{padding:5rem 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d}.contact-item i{font-size:1.5rem;color:#2563eb;width:40px}.contact-item h4{font-weight:600;margin-bottom:.5rem;color:#1e293b}.contact-item p{color:#64748b}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d}.contact-form h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1e293b}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:12px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fbbf24}.footer-section p{color:#cbd5e1;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fbbf24}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.hero{flex-direction:column;text-align:center;padding:2rem 0}.hero .container{flex-direction:column;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.company-stats{flex-direction:column;gap:1rem}.features-grid,.services-grid,.culture-content{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 480px){.hero-title,.section-title{font-size:2rem}.container{padding:0 15px}}
