*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333}header{background:#fff;position:fixed;width:100%;top:0;z-index:1000}nav{max-width:1200px;margin:0 auto;padding:.5rem .5rem;display:flex;justify-content:space-between;align-items:center}nav ul{display:flex;list-style:none;gap:1.5rem}nav a{text-decoration:none;color:#4b5563;font-weight:500;transition:color 0.3s ease}main{margin-top:15px}.hero{background:linear-gradient(165deg,rgb(255 255 255) 32%,rgb(201 193 254 / .5550595238095238) 100%);padding:0rem 0rem;text-align:center}.hero h1{font-size:2.5rem;color:#1e293b;padding-top:25px;margin-bottom:25px}.hero h2{margin-top:10px;margin-bottom:35px}.hero p{font-size:1.2rem;color:#64748b;margin-bottom:18px}.popular-categories{padding:2rem;max-width:1200px;margin:0 auto}.popular-categories h2{text-align:center;margin-bottom:3rem;color:#1e293b}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:1rem}.category-card{background:#f8f8f8;padding:20px;border-radius:8px;text-align:center;transition:all 0.3s ease-in-out;border:2px solid #c9c1fe;cursor:pointer;min-width:180px;text-decoration:none;color:inherit;display:block}.category-card:hover{border-color:#5a47d3;transform:translateY(-5px)}.category-card h3{margin-top:10px;font-size:16px;color:#333}.category-card h3 a:hover{color:#64748b}.features{background:#fff;padding:2rem 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;max-width:1200px;margin:0 auto}.feature{text-align:center;padding:1rem;margin-bottom:10px}.feature i{font-size:2rem;color:#dbdbdb;margin-bottom:1rem;border-radius:50%;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:border-color 0.3s ease}.feature h3{color:#1e293b;margin-bottom:.5rem}.feature p{color:#64748b}footer{background:#1e293b;color:#fff;padding:3rem 1rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.footer-section h4{margin-bottom:1rem;font-size:1.2rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}@media (max-width:768px){nav{flex-direction:column;gap:1rem}nav ul{flex-wrap:wrap;justify-content:center;gap:1rem}.hero h1{font-size:2rem}.search-box{flex-direction:column;gap:1rem;padding:10rem}.search-button{width:100%}}