/* Purpose-aware customer booking flow: one decision per screen */
.booking-card:before{display:none!important}.booking-card #step1:not([hidden]){display:block!important}
#step1[hidden],#step2[hidden]{display:none!important}.customer-progress{display:flex!important;gap:6px;margin:0 0 16px!important}.customer-progress span{height:4px;flex:1;border-radius:99px;background:#e6e2db}.customer-progress span.on{background:#30302d}.field.flow-step{display:none!important}.field.flow-step.flow-active{display:block!important;animation:flowIn .16s ease}.flow-nav{display:flex;gap:8px;margin-top:14px}.flow-nav button{min-height:48px;border-radius:9px;font-family:inherit;font-weight:900;font-size:15px}.flow-next{flex:1;border:0;background:#30302d;color:#fff}.flow-back{width:92px;border:1px solid #ddd;background:#fff;color:#222}.flow-step-title{margin:0 0 4px;font-size:21px;font-weight:900}.flow-step-sub{margin:0 0 15px;color:#74716b;font-size:12px}.day-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.day-btn{min-height:72px!important}.customer-easy .barber-grid,.booking-card .barber-grid{grid-template-columns:1fr!important;gap:9px!important}.barber-btn{min-height:58px!important;font-size:16px!important}.time-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.time-btn{min-height:48px!important;font-size:14px!important}.service-picker .category-tabs{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important}.category-tab{width:100%!important;min-height:50px!important;text-align:right!important}.service-list{display:grid;gap:8px}.customer-service{min-height:58px!important}.flow-final-next{width:100%;min-height:50px;border:0;border-radius:9px;background:#30302d;color:#fff;font-family:inherit;font-size:16px;font-weight:900;margin-top:14px}@keyframes flowIn{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:360px){.day-grid,.time-grid{grid-template-columns:repeat(2,1fr)!important}}