.hero{padding:0 12px;position:relative}.hero-carousel{width:100%;display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-bottom:6px;-ms-overflow-style:none;scrollbar-width:none}.hero-carousel::-webkit-scrollbar{display:none}.hero-card{flex:0 0 calc(100% - 80px);height:160px;border-radius:var(--radius-md);background-size:cover;background-position:center;position:relative;box-shadow:var(--shadow-sm);scroll-snap-align:start}.hero-overlay{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;gap:8px}.hero-appicon{width:28px;height:28px;border-radius:6px;object-fit:cover}.hero-title{width:60%;color:#fff;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-cta{margin-left:auto;background:var(--primary-color);color:#fff;border:0;padding:6px 10px;border-radius:999px;font-weight:700;display:flex;align-items:center;gap:6px}.home-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.home-cat{border-radius:10px;background:#f933;padding:4px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit;color:var(--primary-color)}.home-cat-left{display:flex;align-items:center;gap:5px}.home-cat-icon{width:22px;height:22px;object-fit:contain}.home-cat-text{font-size:13px}.home-cat-arrow{width:18px;height:18px;border-radius:999px;background:var(--primary-color);display:grid;place-items:center;color:#fff}
