.BookingFlow-module__AovX9G__container{background:var(--brand-background,#fff);min-height:100vh;font-family:var(--font-brand,"Inter",sans-serif);flex-direction:column;display:flex}.BookingFlow-module__AovX9G__desktopLayout{grid-template-columns:1fr 380px;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:grid}.BookingFlow-module__AovX9G__stepArea{min-height:500px}.BookingFlow-module__AovX9G__summaryArea{height:fit-content;position:sticky;top:100px}.BookingFlow-module__AovX9G__mobileLayout{flex-direction:column;padding-bottom:120px;display:flex}.BookingFlow-module__AovX9G__progressBar{background:var(--brand-background);border-bottom:1px solid color-mix(in srgb,var(--brand-foreground),transparent 90%);justify-content:center;gap:.5rem;padding:1.5rem 1rem;display:flex}.BookingFlow-module__AovX9G__progressDot{background:color-mix(in srgb,var(--brand-foreground),transparent 80%);border-radius:50%;width:10px;height:10px;transition:all .3s}.BookingFlow-module__AovX9G__progressDot.BookingFlow-module__AovX9G__active{background:var(--brand-primary);transform:scale(1.2)}.BookingFlow-module__AovX9G__progressDot.BookingFlow-module__AovX9G__completed{background:var(--brand-primary)}.BookingFlow-module__AovX9G__stepContainer{padding:2rem 1.5rem;animation:.3s BookingFlow-module__AovX9G__slideIn}@keyframes BookingFlow-module__AovX9G__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.BookingFlow-module__AovX9G__stepTitle{color:var(--brand-foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.BookingFlow-module__AovX9G__stepSubtitle{color:color-mix(in srgb,var(--brand-foreground),transparent 40%);margin-bottom:2rem}.BookingFlow-module__AovX9G__summaryCard{background:color-mix(in srgb,var(--brand-primary),transparent 95%);border:1px solid color-mix(in srgb,var(--brand-primary),transparent 80%);border-radius:var(--brand-radius,12px);padding:1.5rem}.BookingFlow-module__AovX9G__summaryTitle{color:var(--brand-foreground);margin-bottom:1rem;font-size:1rem;font-weight:700}.BookingFlow-module__AovX9G__summaryRow{border-bottom:1px solid color-mix(in srgb,var(--brand-foreground),transparent 90%);justify-content:space-between;padding:.5rem 0;font-size:.875rem;display:flex}.BookingFlow-module__AovX9G__summaryRow:last-child{border-bottom:none}.BookingFlow-module__AovX9G__summaryLabel{color:color-mix(in srgb,var(--brand-foreground),transparent 30%)}.BookingFlow-module__AovX9G__summaryValue{color:var(--brand-foreground);font-weight:600}.BookingFlow-module__AovX9G__mobileSummary{background:var(--brand-background);border-top:1px solid color-mix(in srgb,var(--brand-foreground),transparent 90%);z-index:100;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.BookingFlow-module__AovX9G__mobileSummaryInfo{flex-direction:column;gap:.25rem;display:flex}.BookingFlow-module__AovX9G__mobileSummaryPrimary{color:var(--brand-foreground);font-weight:700}.BookingFlow-module__AovX9G__mobileSummarySecondary{color:color-mix(in srgb,var(--brand-foreground),transparent 40%);font-size:.75rem}.BookingFlow-module__AovX9G__nextButton{background:var(--brand-primary);color:#fff;border-radius:var(--brand-radius,8px);cursor:pointer;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.BookingFlow-module__AovX9G__nextButton:hover{box-shadow:0 4px 12px color-mix(in srgb,var(--brand-primary),transparent 50%);transform:translateY(-2px)}.BookingFlow-module__AovX9G__nextButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.BookingFlow-module__AovX9G__backLink{color:color-mix(in srgb,var(--brand-foreground),transparent 30%);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.BookingFlow-module__AovX9G__backLink:hover{color:var(--brand-primary)}.BookingFlow-module__AovX9G__skeleton{border-radius:var(--brand-radius,8px);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite BookingFlow-module__AovX9G__shimmer}@keyframes BookingFlow-module__AovX9G__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.BookingFlow-module__AovX9G__skeletonCard{height:80px;margin-bottom:1rem}.BookingFlow-module__AovX9G__skeletonChip{width:80px;height:44px;margin:.25rem;display:inline-block}@media (max-width:900px){.BookingFlow-module__AovX9G__desktopLayout{display:none}.BookingFlow-module__AovX9G__mobileLayout{display:flex}}@media (min-width:901px){.BookingFlow-module__AovX9G__mobileLayout{display:none}.BookingFlow-module__AovX9G__desktopLayout{display:grid}}
