.home-page{animation:.5s ease-out both slideUpFade}.hero{background-color:var(--white);padding:6rem 0}@media (max-width:868px){.hero{padding:2rem 0}}.hero-container{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}@media (max-width:868px){.hero-content h1{margin-bottom:1rem;font-size:2.5rem}}@media (max-width:480px){.hero-content h1{font-size:1.8rem!important}.home-page h2,.section-header h2{font-size:1.4rem!important}}.subheading{color:var(--gray-medium);max-width:500px;margin-bottom:2.5rem;font-size:1.2rem}.hero-btns{gap:1rem;margin-bottom:2rem;display:flex}.delivery-tag{color:var(--black);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.delivery-tag:before{content:"";background-color:#0f0;border-radius:50%;width:8px;height:8px}.hero-image img{border-radius:var(--radius);width:100%;box-shadow:0 20px 40px #0000000d}.bg-light{background-color:var(--gray-light)}.featured-card{background:var(--white);border-radius:var(--radius);transition:var(--transition);overflow:hidden}.featured-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.card-image img{object-fit:cover;width:100%;height:400px}.card-info{text-align:center;padding:1.5rem}.card-info h3{margin-bottom:1rem;font-size:1rem}.steps-container{padding:3rem 0;position:relative}.steps{z-index:2;position:relative}.step-card{text-align:center;background:var(--white);border-radius:var(--radius);transition:var(--transition);border:1px solid #0000;flex-direction:column;align-items:center;padding:3rem 2.5rem;display:flex}.step-card:hover{border-color:var(--black);transform:translateY(-8px);box-shadow:0 15px 45px #0000000d}.step-icon{background-color:var(--gray-light);width:70px;height:70px;color:var(--black);transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.step-card:hover .step-icon{background-color:var(--black);color:var(--white)}.step-icon svg{width:32px;height:32px}.step-num{color:var(--gray-medium);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.step-card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.step-card p{color:var(--gray-medium);font-size:.95rem;line-height:1.5}@media (min-width:869px){.steps-container:before{content:"";background-image:linear-gradient(to right, var(--gray-light) 50%, transparent 50%);z-index:1;opacity:.6;background-size:15px 1px;height:1px;position:absolute;top:50%;left:10%;right:10%}}@media (max-width:868px){.steps-container{padding:1rem 0}.step-card{padding:2.25rem .75rem}}.main-why-grid{gap:5rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.benefit-card{border:1px solid var(--gray-light);border-radius:var(--radius);transition:var(--transition);padding:1.5rem}.benefit-card:hover{border-color:var(--black);transform:translateY(-5px);box-shadow:0 10px 25px #00000008}.benefit-icon{width:40px;height:40px;color:var(--black);margin-bottom:1rem}.benefit-card h4{letter-spacing:.02em;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.benefit-card p{color:var(--gray-medium);font-size:.85rem;line-height:1.4}.why-image img{border-radius:var(--radius);width:100%;height:auto;box-shadow:0 30px 60px -12px #32325d1a,0 18px 36px -18px #0000001a}@media (max-width:1024px){.main-why-grid{gap:3rem}.why-content{text-align:center}}@media (max-width:768px){.benefits-grid{grid-template-columns:1fr}.benefit-card{text-align:center;flex-direction:column;align-items:center;padding:1.25rem .75rem;display:flex}}.reviews-grid{margin-top:3rem}.review-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-light);transition:var(--transition);flex-direction:column;padding:2.5rem;display:flex;position:relative}.review-card:hover{border-color:var(--black);transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.review-quote-icon{width:32px;height:32px;color:var(--gray-light);z-index:0;position:absolute;top:1.5rem;right:2rem}.review-stars{color:#ffc107;z-index:1;gap:2px;margin-bottom:1.5rem;display:flex;position:relative}.review-stars svg{width:16px;height:16px}.review-text{color:var(--black);z-index:1;flex-grow:1;margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.6;position:relative}.review-author{border-top:1px solid var(--gray-light);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.author-avatar{background-color:var(--black);width:44px;height:44px;color:var(--white);letter-spacing:.05em;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.author-info{flex-direction:column;display:flex}.author-info strong{color:var(--black);font-size:.95rem;font-weight:700}.author-info span{color:var(--gray-medium);font-size:.8rem}.testimonial-carousel{max-width:900px;margin:4rem auto 0;padding:0 4rem;position:relative}.testimonial-window{border-radius:var(--radius);overflow:hidden}.testimonial-track{transition:transform .6s cubic-bezier(.7,0,.3,1);display:flex}.testimonial-slide{flex:0 0 100%;padding:1rem}.carousel-controls{pointer-events:none;z-index:10;justify-content:space-between;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.carousel-btn{background-color:var(--white);border:1px solid var(--gray-light);width:48px;height:48px;color:var(--black);cursor:pointer;pointer-events:auto;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0000000d}.carousel-btn:hover{background-color:var(--black);color:var(--white);border-color:var(--black);transform:scale(1.1)}.carousel-btn svg{width:20px;height:20px}.carousel-dots{justify-content:center;gap:.8rem;margin-top:3rem;display:flex}.dot{background-color:var(--gray-light);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot.active{background-color:var(--black);border-radius:6px;width:32px}@media (max-width:868px){.testimonial-carousel{padding:0 .5rem}.carousel-controls{display:none}.carousel-dots{margin-top:2rem}}@media (max-width:1024px){.hero-content h1{font-size:2.75rem}}@media (max-width:868px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{flex-direction:column;order:2;align-items:center;display:flex}.home-page h2,.section-header h2{font-size:1.55rem!important}.hero-image{order:1}.hero-btns{justify-content:center;width:100%}.subheading{margin:0 auto 2.5rem}.delivery-tag{justify-content:center}}@media (max-width:480px){.hero-btns{flex-direction:column}.hero-btns .btn{width:100%}}.cta-light{background-color:var(--white);color:var(--black);border-top:1px solid var(--gray-light);padding:4rem 0 2rem}.cta-content{max-width:700px;margin:0 auto}.cta-btns{justify-content:center;gap:1.5rem;margin-top:2.5rem;display:flex}@media (max-width:768px){.cta-light{padding:3rem 0 1.5rem}.cta-btns{flex-direction:column;padding:0 .5rem}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-designs-section{background-color:var(--white)}.category-section{margin-bottom:5rem}.category-section:last-child{margin-bottom:0}.category-section-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.category-section-title{letter-spacing:-.02em;color:var(--black);white-space:nowrap;font-size:1.5rem;font-weight:700}.category-section-header:after{content:"";background-color:var(--gray-light);flex:1;height:1px}.category-explore-more{justify-content:flex-end;margin-top:1.75rem;display:flex}.explore-more-btn{letter-spacing:.02em;padding:.6rem 1.4rem;font-size:.88rem}@media (max-width:600px){.category-section{margin-bottom:3.5rem}.category-section-title{font-size:1.2rem!important}.category-explore-more{justify-content:center}.explore-more-btn{text-align:center;width:100%}}@media (min-width:869px){.featured-designs-section .section-header h2{font-size:2.75rem}.featured-designs-section .section-header .text-muted{font-size:1.15rem}}
