:root{--primary-color:#ff9f0d;--secondary-color:#333;--text-color:#666;--white:#fff;--light-gray:#f9f9f9;--font-main:var(--font-gsans,"Elms Sans"), sans-serif}.landing-container{font-family:var(--font-main);color:var(--secondary-color);overflow-x:hidden}.navbar{z-index:1000;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 10%;display:flex;position:absolute;top:0}.logo{color:var(--secondary-color);font-size:1.5rem;font-weight:800}.logo span{color:var(--primary-color)}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--secondary-color);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.nav-icons{gap:1.5rem;font-size:1.2rem;display:flex}.hero{background:var(--white);align-items:center;height:100vh;padding:0 10%;display:flex;position:relative}.hero:after{content:"";background:var(--primary-color);clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%);z-index:1;border-bottom-left-radius:40% 60%;width:50%;height:100%;position:absolute;top:0;right:0}.hero-content{z-index:2;flex:1;max-width:500px}.hero-content h4{color:var(--primary-color);font-family:var(--font-main);margin-bottom:.5rem;font-size:1.5rem}.hero-content h1{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero-content h1 span{color:var(--primary-color)}.hero-content p{color:var(--text-color);margin-bottom:2rem;line-height:1.6}.btn-primary{background:var(--primary-color);color:var(--white);cursor:pointer;border:none;border-radius:30px;padding:.8rem 2rem;font-weight:600;transition:transform .3s,background .3s}.btn-primary:hover{background:#e68a00;transform:translateY(-3px)}.hero-image{z-index:2;flex:1;justify-content:flex-end;display:flex}.hero-image-container{border:10px solid #fff3;border-radius:50%;width:450px;height:450px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-image-container img{object-fit:cover;width:100%;height:100%}.about{background:var(--white);align-items:center;gap:4rem;padding:5rem 10%;display:flex}.about-image{flex:1;position:relative}.about-image img{z-index:2;border-radius:20px;width:80%;position:relative}.about-image:before{content:"";background:var(--primary-color);z-index:1;border-radius:20px 0 0;width:150px;height:150px;position:absolute;top:-20px;left:-20px}.about-content{flex:1}.about-content h2{margin-bottom:1.5rem;font-size:2.5rem}.about-content h2 span{color:var(--primary-color)}.about-content p{color:var(--text-color);margin-bottom:2rem;line-height:1.6}.popular{text-align:center;background:var(--light-gray);padding:5rem 10%}.section-title{margin-bottom:3rem;font-size:2.5rem}.section-title span{color:var(--primary-color)}.popular-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.popular-card{background:var(--white);border-radius:20px;padding-bottom:1.5rem;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.popular-card:hover{transform:translateY(-10px)}.card-image{height:200px;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%}.card-body{text-align:left;padding:1.5rem}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-header h3{font-size:1.2rem}.btn-order{background:var(--primary-color);color:var(--white);cursor:pointer;border:none;border-radius:5px;padding:.4rem 1rem;font-size:.8rem}.card-footer{justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex}.rating{color:var(--primary-color);font-size:.8rem}.price{color:var(--secondary-color);font-weight:700}.features{text-align:center;padding:5rem 10%}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-box{background:var(--white);border-radius:20px;padding:2rem;transition:background .3s,color .3s;box-shadow:0 5px 20px #00000008}.feature-box:hover{background:var(--primary-color);color:var(--white)}.feature-icon{margin-bottom:1.5rem;font-size:3rem;display:block}.feature-box:hover .feature-icon{color:var(--white)}.feature-box h3{margin-bottom:1rem}.feature-box p{font-size:.9rem;line-height:1.5}@media (max-width:992px){.navbar{padding:1.5rem 5%}.nav-links{display:none}.hero{text-align:center;flex-direction:column;height:auto;padding:100px 5% 50px}.hero:after{clip-path:polygon(0 20%,100% 0,100% 100%,0% 100%);width:100%;height:50%;top:auto;bottom:0}.hero-content{margin-bottom:3rem}.hero-image-container{width:300px;height:300px}.about{flex-direction:column;padding:5rem 5%}.about-image img{width:100%}}
