.hero-section{text-align:center;padding:60px 20px}.hero-section h1{margin-bottom:30px;font-size:40px}.hero-search{border:1px solid var(--header-border);background:var(--card-bg);width:60%;max-width:700px;height:55px;color:var(--text-primary);border-radius:12px;padding:0 20px;font-size:16px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;padding:50px 0;display:grid}.category-card{color:#fff;border-radius:20px;padding:50px 30px;text-decoration:none;transition:transform .2s}.category-card:hover{transform:translateY(-5px)}.category-card h2{margin-bottom:20px;font-size:24px}.blue{background:linear-gradient(135deg,#4f6df5,#6e8cff)}.red{background:linear-gradient(135deg,#e3645a,#ff8a80)}.green{background:linear-gradient(135deg,#4caf7d,#7bdcb5)}.orange{background:linear-gradient(135deg,#e09f3e,#f4c27a)}.purple{background:linear-gradient(135deg,#8e6adf,#b39ddb)}.pink{background:linear-gradient(135deg,#d66d75,#e29587)}@media (max-width:768px){.category-grid{grid-template-columns:1fr;gap:20px;padding:30px 0}.category-card{padding:40px 20px}.hero-section{padding:40px 16px}.hero-section h1{font-size:28px}.hero-search{width:100%;height:45px}}
