*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.hero{height:80vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,144C960,149,1056,139,1152,122.7C1248,107,1344,85,1392,74.7L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover}.hero-content{position:relative;z-index:1;max-width:800px;padding:2rem}.hero h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero p{font-size:1.3rem;margin-bottom:2rem}.cta-button{background:white;color:#667eea;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003}section{padding:5rem 5%;max-width:100vw;margin:0 auto}.section-title{font-size:2.5rem;margin-bottom:1rem;color:#2c5282;text-align:center}.section-subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.product-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0003}.product-image{width:100%;height:250px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.product-info{padding:1.5rem}.product-title{font-size:1.5rem;color:#2c5282;margin-bottom:.5rem}.product-description{color:#666;margin-bottom:1rem}.product-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s}.product-link:hover{color:#5568d3}.view-all-btn{background:#667eea;color:#fff;padding:1rem 2rem;border-radius:10px;text-decoration:none;font-weight:600;display:inline-block;transition:background .3s}.view-all-btn:hover{background:#5568d3}@media (max-width: 768px){.hero h1{font-size:2rem}.about-content,.contact-content,.stats{grid-template-columns:1fr}}
