.topbar>div{display:flex;gap:20px;align-items:center}.topbar>div a{font-size:.72rem}.booking-wizard{min-height:440px;display:flex;flex-direction:column;justify-content:center}.wizard-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:18px}.wizard-progress span{border-bottom:3px solid #dbe5e2;padding:0 0 7px;color:#819095;font-size:.68rem;font-weight:700}.wizard-progress span.active{border-color:#1877f2;color:#082f3d}.wizard-step{display:none}.wizard-step.active{display:block;animation:wizardIn .25s ease}.wizard-step h2{margin-bottom:12px}.wizard-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px}.wizard-actions>button:not(.button){border:0;background:none;color:#64767b;font-weight:700;cursor:pointer}.wizard-actions .button{padding:11px 20px}.booking-wizard .conditional.show{background:#f2f8f6;border-radius:8px;padding:9px;margin:7px 0}.booking-wizard textarea{resize:vertical;max-height:70px}.booking-wizard .calculator-total{padding:9px 12px;margin:7px 0}.booking-wizard .calculator-total strong{font-size:1.25rem}.account-prompt{text-align:center;font-size:.72rem;margin:9px 0 0}.account-prompt a{color:#155ec4;font-weight:700}.account-bookings{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.account-bookings .panel{padding:24px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:30;background:#1877f2;color:#062f20!important;padding:12px 18px;border-radius:999px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.2)}.whatsapp-button{background:#1877f2;margin-top:12px}.auth-card a{color:#155ec4}@keyframes wizardIn{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}@media(max-width:900px){.topbar>div a:first-child{display:none}.account-bookings{grid-template-columns:1fr 1fr}}@media(max-width:560px){.topbar>div a:nth-child(2){display:none}.booking-wizard{min-height:420px}.account-bookings{grid-template-columns:1fr}.whatsapp-float{right:14px;bottom:14px}}
