*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.nav{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.5rem;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;font-weight:500;transition:opacity .3s}.nav-menu a:hover{opacity:.8}.hero{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;background:url(https://images.unsplash.com/photo-1560066984-138dadb4c035?w=1920&q=80) center/cover}.hero-content{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eeacc,#764ba2cc)}.hero-text{position:relative;z-index:1;text-align:center;color:#fff;width:90%;max-width:600px}.hero-text h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-text p{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta-button{display:inline-block;background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:50px;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.services{padding:5rem 0;background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#667eea;margin-bottom:1rem}.gallery{padding:5rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.gallery-image{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:10px;transition:transform .3s}.gallery-image:hover{transform:scale(1.05)}.products{padding:5rem 0;background:linear-gradient(to bottom,#f8f9fa,#fff)}.products-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.products-text h3{color:#667eea;font-size:2rem;margin-bottom:1rem}.products-text ul{list-style:none;margin-top:1.5rem}.products-text li{padding:.5rem 0 .5rem 1.5rem;position:relative}.products-text li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.products-images img{border-radius:10px;box-shadow:0 8px 20px #0000001a}.contact{padding:5rem 0;background:#f8f9fa}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h3,.contact-form h3{color:#667eea;font-size:1.8rem;margin-bottom:2rem}.info-item{display:flex;gap:1rem;margin-bottom:2rem}.info-icon{font-size:1.5rem}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.8rem;border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#667eea}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0003}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.2rem}.footer-section p{margin-bottom:.5rem;opacity:.9}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}@media(max-width:768px){.nav{flex-direction:column;gap:1rem}.nav-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.hero-text h1{font-size:2rem}.hero-text p{font-size:1.2rem}.section-title{font-size:2rem}.products-content,.contact-grid,.services-grid,.gallery-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}
