.category-carousel-wrapper{padding:2rem 1rem;overflow:hidden}.carousel-hint{font-size:.9rem;color:#888;margin-bottom:.5rem;padding-left:.5rem}.category-carousel{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.category-card{position:relative;height:220px;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;text-decoration:none;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;min-width:auto}.category-card::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4);transition:background .3s ease}.category-card:hover{transform:scale(1.02)}.category-card:hover::before{background:rgba(0,0,0,.6)}.category-card h2{position:relative;color:white;font-size:1.1rem;font-weight:600;margin:0;line-height:1.4;z-index:1;max-width:90%}@media (max-width:1024px){.category-carousel{display:flex!important;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:1rem}.category-card{flex:0 0 80%;min-width:250px;scroll-snap-align:start}.category-carousel::-webkit-scrollbar{display:none}}.yoga-contact-form input[type=text],.yoga-contact-form input[type=email],.yoga-contact-form input[type=tel],.yoga-contact-form select,.yoga-contact-form textarea{background-color:#f5f2eb!important;border:2px solid #f3a632!important;color:#333!important;padding:12px;width:100%;border-radius:6px;font-size:16px;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}.yoga-contact-form input::placeholder,.yoga-contact-form textarea::placeholder{color:#888!important}.yoga-contact-form input[type=submit]{background-color:#f3a632;color:#fff;border:none;padding:14px 24px;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.yoga-contact-form input[type=submit]:hover{background-color:#e0911e}.yoga-contact-form input[type=checkbox]{accent-color:#f3a632}