*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:1000;transition:all .3s ease;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#2ecc71,#27ae60);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:all .3s ease;position:relative}.nav-menu a:hover{color:#2ecc71}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#2ecc71;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.hero{height:100vh;background:linear-gradient(135deg,#2ecc71e6,#27ae60e6),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23f8f9fa" width="1200" height="600"/><circle fill="%23e9ecef" cx="200" cy="150" r="80"/><circle fill="%23dee2e6" cx="800" cy="400" r="60"/><rect fill="%23ced4da" x="400" y="200" width="300" height="200" rx="20"/></svg>');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}.hero-content{max-width:800px;padding:0 2rem;animation:fadeInUp 1s ease}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.95;line-height:1.8}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#27ae60;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 30px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000004d}.floating-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.floating-icon{position:absolute;opacity:.1;animation:float 6s ease-in-out infinite}.floating-icon:nth-child(1){top:20%;left:10%;animation-delay:0s}.floating-icon:nth-child(2){top:60%;right:15%;animation-delay:2s}.floating-icon:nth-child(3){bottom:30%;left:20%;animation-delay:4s}.about{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:#2c3e50;position:relative}.section-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:2px}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{font-size:1.1rem;line-height:1.8;color:#555}.about-features{display:grid;gap:1.5rem}.feature{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.feature:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.feature h3{color:#2ecc71;margin-bottom:.5rem;font-size:1.3rem}.services{padding:6rem 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:linear-gradient(135deg,#fff,#f8f9fa);padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid #e9ecef}.service-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #2ecc711a;border-color:#2ecc71}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}.service-card h3{margin-bottom:1rem;color:#2c3e50;font-size:1.4rem}.service-card p{color:#666;line-height:1.6}.stats{padding:4rem 0;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item h3{font-size:3rem;margin-bottom:.5rem;font-weight:700}.stat-item p{font-size:1.1rem;opacity:.9}.contact{padding:6rem 0;background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 15px 35px #0000001a}.contact-item{display:flex;align-items:center;margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:10px}.contact-icon{width:50px;height:50px;background:#2ecc71;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:1rem}.footer{background:#2c3e50;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{margin-bottom:1rem;color:#2ecc71}.footer-section p,.footer-section a{color:#bdc3c7;text-decoration:none;line-height:1.6}.footer-section a:hover{color:#2ecc71}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#95a5a6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}@media (max-width: 768px){.nav-menu{display:none}.logo img{height:40px}.logo-text{font-size:1.5rem}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.about-content,.contact-content{grid-template-columns:1fr}.section-header h2{font-size:2rem}.product-tabs{flex-direction:column;align-items:center}.tab-button{width:100%;max-width:250px}}html{scroll-behavior:smooth}.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.products{padding:6rem 0;background:#f8f9fa}.product-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.tab-button{padding:.8rem 1.5rem;border:2px solid transparent;border-radius:50px;background:#fff;color:#333;font-weight:600;cursor:pointer;transition:all .3s ease}.tab-button.active,.tab-button:hover{background:#2ecc71;color:#fff;border-color:#27ae60}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.product-image{width:100%;height:200px;object-fit:cover}.product-info{padding:1.5rem}.product-info h3{margin-bottom:.5rem;font-size:1.3rem;color:#2c3e50}.product-info p{color:#666;margin-bottom:1rem}.product-link{color:#2ecc71;font-weight:600;text-decoration:none}.modal{position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.modal.show{opacity:1}.modal-content{background-color:#fefefe;margin:auto;padding:2rem;border:1px solid #888;width:80%;max-width:600px;border-radius:15px;position:relative;transform:translateY(-50px);transition:transform .3s ease}.modal.show .modal-content{transform:translateY(0)}.close-button{color:#aaa;position:absolute;top:1rem;right:1.5rem;font-size:28px;font-weight:700;cursor:pointer}.close-button:hover,.close-button:focus{color:#000}#modalImage{width:100%;height:250px;object-fit:cover;border-radius:10px;margin-bottom:1.5rem}#modalTitle{margin-bottom:1rem;font-size:2rem;color:#2c3e50}#modalDescription{margin-bottom:1.5rem;color:#555}#modalFeatures{display:grid;gap:.8rem}.modal-feature{background:#f8f9fa;padding:.8rem;border-radius:8px;font-size:.9rem}
