*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;font-display:optional;line-height:1.6;color:#000;overflow-x:hidden}header{position:fixed;width:100%;top:0;z-index:1000;height:70px;background:#fff}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;max-width:1400px;margin:0 auto;min-height:54px}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;color:#000;text-decoration:none}.logo img{display:block;object-fit:contain;width:120px;height:32px}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{color:#000;text-decoration:none;font-weight:500}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:1001}.hamburger span{width:25px;height:3px;background:#000;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-top:70px;overflow:hidden}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .4);z-index:1}.hero-content{position:relative;z-index:2}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.3rem;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#FDB813;color:#000;text-decoration:none;font-weight:700;border-radius:50px}section{padding:5rem 5%;max-width:100%;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem}.about{background:#f5f5f5}.about-content{max-width:900px;margin:0 auto;text-align:center;font-size:1.1rem;color:#4a4a4a;line-height:1.8}.products-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 5px 15px rgb(0 0 0 / .1)}.product-card:hover{transform:translateY(-10px)}.product-image{width:100%;height:auto;object-fit:cover;aspect-ratio:4 / 3;display:block}.product-content{padding:1.5rem}.product-content h3{margin-bottom:1rem;font-size:1.4rem}.product-content p{color:#4a4a4a;margin-bottom:1.5rem}.product-button{display:inline-block;padding:.7rem 1.5rem;background:#000;color:#fff;text-decoration:none;border-radius:5px}.product-button:hover{background:#1a1a1a}.services{background:#f5f5f5}.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;border:2px solid #fff0}.service-card:hover{border-color:#FDB813;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem;display:block;height:60px;line-height:60px}.service-card h3{margin-bottom:1rem}.why-choose-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#f5f5f5;padding:2rem;border-radius:10px;text-align:center;border-left:4px solid #FDB813}.value-card h3{font-size:1.5rem;margin-bottom:1rem}.testimonials{background:#f5f5f5}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgb(0 0 0 / .1);position:relative}.testimonial-card::before{content:'"';font-size:4rem;color:#FDB813;position:absolute;top:-10px;left:20px;font-family:Georgia,serif}.testimonial-card p{color:#4a4a4a;font-style:italic;margin-bottom:1rem;padding-top:2rem}.testimonial-author{font-weight:700;color:#000}#contact{min-height:600px}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-info{background:#f5f5f5;padding:2rem;border-radius:10px}.contact-info h3{margin-bottom:2rem;font-size:1.8rem}.contact-item{margin-bottom:1.5rem}.contact-item strong{display:block;margin-bottom:.5rem;color:#000}.contact-item p{color:#4a4a4a}.map-container{border-radius:10px;overflow:hidden;height:100%;min-height:400px}.map-container iframe{width:100%;height:100%;border:none}footer{background:#1a1a1a;color:#fff;padding:3rem 5% 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1400px;margin:0 auto 2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{display:block;object-fit:contain}.footer-section h3{margin-bottom:1rem;color:#FDB813}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fff;text-decoration:none}.footer-section a:hover{color:#FDB813}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.footer-bottom p{margin:0}.designed-by{display:flex;align-items:center;gap:.5rem}.designed-by a{color:#fff;text-decoration:none;position:relative}.designed-by a:hover{color:#FDB813}.designed-by a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#FDB813}.designed-by a:hover::after{width:100%}.yp-logo{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.yp-logo img{width:20px;height:20px;display:block;object-fit:contain}.scroll-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#FDB813;color:#000;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;display:none;align-items:center;justify-content:center;box-shadow:0 5px 15px rgb(0 0 0 / .2);z-index:999}.scroll-top:hover{transform:translateY(-5px)}.scroll-top.visible{display:flex}@media (max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:left .3s ease;padding:2rem 0;box-shadow:0 10px 20px rgb(0 0 0 / .1);z-index:999}.nav-links.active{left:0}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.section-title{font-size:2rem}.contact-container{display:block}.contact-info{padding:2rem 0}.mt-4{text-align:left}.social-icons{justify-content:flex-start}.map-container{width:100%;min-height:450px;height:450px}.footer-section{text-align:center}.footer-section ul{padding:0}.footer-logo{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}section{padding:3rem 5%}}.social-icons{display:flex;flex-direction:row;gap:1rem;list-style:none;padding:0;margin:1rem 0 0 0;flex-wrap:wrap}.social-icons li{margin:0}.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#000;color:#fff;text-decoration:none}.social-icons a:hover{background:#FDB813;transform:translateY(-3px)}.social-icons svg{width:20px;height:20px}.social-icons img{border-radius:50%;object-fit:contain}.mt-4{margin-top:1.5rem}.mt-4 h4{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}