* {
  box-sizing: border-box;
}

body.bc-body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

.bc-navbar-wrap {
  border-bottom: 1px solid #ececec;
}

.bc-site-header,
.bc-page-title,
.bc-content,
.bc-info-section,
.bc-booking-page,
.bc-confirm-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.bc-site-header,
.bc-booking-layout,
.bc-confirm-actions,
.bc-footer-middle {
  display: flex;
}

.bc-site-header {
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.bc-brand-logo {
  width: 252px;
  height: auto;
  display: block;
}

.bc-navbar-centered-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
  gap: 16px;
}

.bc-nav-menu-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}

.bc-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 0;
}

.bc-nav-link,
.bc-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  font-size: 15px;
  font-weight: 500;
  color: #272727;
  white-space: nowrap;
}

.bc-nav-link-mobile {
  display: none;
}

.bc-nav-tour-link {
  font-weight: 700;
}

.bc-nav-link-desktop {
  display: block;
}

.bc-nav-dropdown {
  position: relative;
}

.bc-nav-caret {
  font-size: 13px;
  line-height: 1;
  color: #767676;
}

.bc-dropdown-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 210px;
  padding: 12px 0;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 18px 36px rgba(24, 28, 34, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}

.bc-nav-dropdown:hover .bc-dropdown-list,
.bc-nav-dropdown:focus-within .bc-dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bc-dropdown-link {
  display: block;
  padding: 9px 18px;
  font-size: 14px;
  color: #262626;
}

.bc-dropdown-link:hover {
  background: #faf7f2;
}

.bc-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #ececec;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.bc-menu-bar {
  width: 18px;
  height: 2px;
  background: #1f1f1f;
  display: block;
}

.bc-header-tour-btn {
  flex: 0 0 auto;
}

.bc-tour-btn,
.bc-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  background: #9727ff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.bc-tour-btn-light {
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
}

.bc-page-title {
  padding: 62px 0 50px;
  text-align: center;
}

.bc-page-kicker {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

.bc-page-title h1,
.bc-booking-header h1,
.bc-confirm-box h1,
.bc-footer-cta-copy h3 {
  margin: 0;
  font-size: clamp(54px, 7vw, 70px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.bc-category-stack {
  display: grid;
  gap: 38px;
}

.bc-category-card {
  background: #000;
}

.bc-category-link {
  display: block;
  position: relative;
}

.bc-category-copy {
  position: absolute;
  top: 34px;
  left: 34px;
  max-width: 360px;
  color: #fff;
}

.bc-category-overlay-title {
  margin: 0 0 8px;
  font-size: clamp(48px, 5vw, 60px);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.bc-category-overlay-copy {
  font-size: 17px;
  line-height: 1.4;
}

.bc-category-image {
  height: 472px;
  background-size: cover;
  background-position: center center;
  opacity: 0.76;
}

.bc-category-image-0 {
  background-image: url('/view/images/demo/beyond_cosmo_special_occasions.jpeg');
}

.bc-category-image-1 {
  background-image: url('/view/images/demo/beyond_cosmo_skin.jpeg');
  background-position: center top;
}

.bc-category-image-2 {
  background-image: url('/view/images/demo/beyond_cosmo_hair.jpeg');
  background-position: center center;
}

.bc-category-image-3 {
  background-image: url('/view/images/demo/beyond_cosmo_hands_feet.jpeg');
}

.bc-service-picker {
  padding: 18px 22px 22px;
  background: #fff;
  border: 1px solid #ececec;
  border-top: 0;
}

.bc-service-picker-label {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #555;
}

.bc-service-picker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bc-service-chip {
  display: block;
  padding: 14px 14px 12px;
  border: 1px solid #e6e0d8;
  background: #fff;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.bc-service-chip:hover {
  border-color: #b98aff;
  box-shadow: 0 8px 20px rgba(151, 39, 255, 0.08);
  transform: translateY(-1px);
}

.bc-service-chip-name {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1d;
}

.bc-service-chip-meta {
  display: block;
  font-size: 13px;
  color: #666;
}

.bc-info-section {
  padding: 66px 0 76px;
}

.bc-info-card {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  color: #313131;
  line-height: 1.7;
}

.bc-rule {
  width: 106px;
  height: 1px;
  background: #d7d7d7;
  margin: 0 auto 20px;
}

.bc-info-card h6 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
}

.bc-info-card a {
  color: #8d45dd;
}

.bc-student-note {
  margin-top: 12px;
  color: #555;
  font-size: 14px;
}

.bc-powered-by {
  margin: 10px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  color: #6b7280;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.bc-powered-by a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.bc-powered-by span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transform: translateY(5px);
}

.bc-powered-by-logo {
  display: block;
  width: auto;
  height: 20px;
  max-width: min(180px, 60vw);
}

.bc-footer-cta {
  width: 100%;
  background: #3b3f49;
  color: #fff;
}

.bc-footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 48px;
}

.bc-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.bc-footer-brand-image {
  width: 166px;
  height: auto;
}

.bc-footer-middle {
  justify-content: space-between;
  gap: 34px;
  align-items: flex-start;
}

.bc-footer-cta-copy h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 14px;
}

.bc-footer-btn {
  background: #fff;
  color: #2e3442;
  font-weight: 700;
}

.bc-footer-contact {
  max-width: 330px;
}

.bc-footer-links {
  min-width: 160px;
}

.bc-footer-links p,
.bc-footer-contact p {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
  font-size: 14px;
}

.bc-footer-links a {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.bc-footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bc-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.bc-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.bc-booking-page {
  padding: 42px 0 72px;
}

.bc-booking-header {
  max-width: 720px;
  margin-bottom: 34px;
}

.bc-booking-header-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bc-booking-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
  gap: 22px;
  margin: 0 0 30px;
}

.bc-booking-hero-card,
.bc-booking-policy-card {
  border: 1px solid #ece6dc;
  background: #fff;
}

.bc-booking-hero-image {
  min-height: 280px;
  background-size: cover;
  background-position: center center;
}

.bc-booking-hero-copy {
  padding: 20px 22px 22px;
}

.bc-booking-hero-kicker,
.bc-booking-policy-kicker {
  margin-bottom: 10px;
  color: #8d45dd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bc-booking-hero-copy h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bc-booking-hero-copy p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.bc-booking-policy-card {
  padding: 20px 22px 22px;
}

.bc-booking-policy-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-booking-policy-list li {
  position: relative;
  padding-left: 18px;
  color: #475569;
  line-height: 1.65;
}

.bc-booking-policy-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #9727ff;
  transform: translateY(-50%);
}

.bc-booking-header p,
.bc-booking-summary p,
.bc-confirm-box p {
  color: #555;
  line-height: 1.7;
}

.bc-booking-sidebar,
.bc-booking-form,
.bc-confirm-box {
  border: 1px solid #ece6dc;
  background: #fff;
}

.bc-booking-layout {
  gap: 28px;
  align-items: flex-start;
}

.bc-booking-form,
.bc-confirm-box {
  padding: 26px;
}

.bc-booking-form {
  flex: 1;
}

.bc-booking-form-full {
  width: 100%;
}

.bc-booking-step+.bc-booking-step {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #ece6dc;
}

.bc-booking-step.is-locked {
  opacity: 0.42;
}

.bc-booking-step.is-locked>*:not(.bc-step-head) {
  display: none;
}

.bc-booking-step.is-active {
  opacity: 1;
}

.bc-step-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.bc-step-label {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8d45dd;
}

.bc-step-title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bc-step-copy {
  margin: 0 0 18px;
  color: #666;
}

.bc-demo-schedule-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.92fr);
  gap: 22px;
}

.schedule-calendar-card,
.schedule-time-panel {
  border: 1px solid #ece6dc;
  background: #fff;
}

.schedule-calendar-card .calendar,
.schedule-time-panel {
  padding: 18px;
}

.schedule-calendar-card .month-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.schedule-calendar-card .month-name {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.schedule-calendar-card .prev-month-btn,
.schedule-calendar-card .next-month-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd4c8;
  background: #fff;
  font: inherit;
  font-size: 22px;
  color: #3a3a3a;
  cursor: pointer;
}

.schedule-calendar-card .prev-month-btn:disabled,
.schedule-calendar-card .next-month-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.schedule-calendar-card .days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.schedule-calendar-card .day-header {
  font-size: 12px;
  color: #777;
  text-align: center;
  padding-bottom: 4px;
}

.schedule-calendar-card .day {
  min-height: 48px;
  border: 1px solid transparent;
  background: transparent;
  color: #2c2c2c;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.schedule-calendar-card .day.available {
  background: rgba(151, 39, 255, 0.08);
  border-color: rgba(151, 39, 255, 0.12);
}

.schedule-calendar-card .day:not(.available) {
  color: #c2c2c2;
  cursor: default;
}

.schedule-calendar-card .day.selected {
  background: #9727ff;
  color: #fff;
  border-color: #9727ff;
}

.schedule-time-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: #8d45dd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.schedule-time-empty {
  min-height: 68px;
  align-items: center;
  color: #777;
  font-size: 15px;
}

.available-time {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.available-time.available-time-default {
  color: #666;
}

.times {
  display: grid;
  gap: 16px;
}

.schedule-time-group {
  display: grid;
  gap: 10px;
}

.schedule-time-group-title {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-time-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bc-demo-time {
  min-height: 46px;
  border: 1px solid #ddd4c8;
  background: #fff;
  color: #2c2c2c;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.bc-demo-time.selected {
  border-color: #9727ff;
  background: rgba(151, 39, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(151, 39, 255, 0.12);
}

.bc-step-back {
  border: 0;
  background: transparent;
  color: #8d45dd;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.bc-student-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bc-student-card {
  display: block;
  cursor: pointer;
}

.bc-student-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bc-student-card-ui {
  display: block;
  border: 1px solid #e6e0d8;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bc-student-card:hover .bc-student-card-ui {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.bc-student-radio:checked+.bc-student-card-ui {
  border-color: #9727ff;
  box-shadow: 0 0 0 3px rgba(151, 39, 255, 0.12);
}

.bc-student-image {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.bc-student-body {
  display: block;
  padding: 14px;
}

.bc-student-name {
  display: block;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  color: #171717;
}

.bc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.bc-client-type-toggle {
  display: inline-flex;
  gap: 10px;
  margin: 0 0 16px;
  padding: 6px;
  border: 1px solid #ece6dc;
  border-radius: 999px;
  background: #faf7f2;
}

.bc-client-type-button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5b5568;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.bc-client-type-button.is-active {
  background: #9727ff;
  color: #fff;
  box-shadow: 0 10px 24px rgba(151, 39, 255, 0.22);
}

.bc-returning-client-banner {
  display: block;
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #e3d9cb;
  border-radius: 18px;
  background: #faf7f2;
  color: #544b5d;
  font-size: 14px;
  line-height: 1.55;
}

.bc-returning-client-banner[data-state="warning"] {
  border-color: rgba(180, 83, 9, 0.2);
  background: #fff7ed;
  color: #9a3412;
}

.bc-returning-client-banner[data-state="success"] {
  border-color: rgba(21, 128, 61, 0.18);
  background: #f0fdf4;
  color: #166534;
}

.bc-inline-spinner {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  border: 2px solid rgba(151, 39, 255, 0.18);
  border-top-color: #9727ff;
  border-radius: 50%;
  vertical-align: -2px;
  animation: bc-spin 0.8s linear infinite;
}

.bc-booking-form label {
  display: block;
  margin-bottom: 16px;
}

.bc-booking-form span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.bc-referral-field {
  margin-bottom: 16px;
}

.bc-referral-field > label {
  margin-bottom: 8px;
}

.bc-referral-other {
  margin-top: 14px;
}

.bc-referral-other label {
  margin-bottom: 8px;
}

.bc-referral-other span {
  margin-bottom: 8px;
}

.bc-policy-acknowledgement {
  display: block;
  margin-bottom: 16px;
}

.bc-policy-acknowledgement-inline {
  margin: 16px 0 0;
}

.bc-policy-acknowledgement-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: #faf7ff;
}

.bc-booking-policy-card .bc-policy-acknowledgement-card {
  margin-top: 2px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.bc-policy-acknowledgement-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  accent-color: #9727ff;
}

.bc-policy-acknowledgement-copy {
  display: block;
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
}

.bc-booking-form input,
.bc-booking-form select,
.bc-booking-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #ddd4c8;
  font: inherit;
  background: #fff;
}

.bc-option-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: nowrap;
}

.bc-option-adjust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #cfc5b7;
  border-radius: 10px;
  background: #faf7f2;
  color: #4b3a2d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.bc-booking-form input.bc-option-quantity {
  flex: 0 0 84px;
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #cfc5b7;
  border-radius: 12px;
  background: #fffdfa;
  color: #2c2119;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@keyframes bc-spin {
  to {
    transform: rotate(360deg);
  }
}

.bc-option-meta {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  min-height: 38px;
  margin: 0;
  white-space: nowrap;
  color: #7b5b96;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
}

.bc-option-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
}

.bc-option-toggle-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.bc-option-toggle-copy span,
.bc-option-toggle-copy strong {
  margin-bottom: 0;
}

.bc-option-toggle-title {
  display: inline-block;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.bc-option-toggle-meta {
  display: inline-block;
  margin-top: 0;
  color: #6a5a48;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.bc-booking-form .bc-option-toggle-copy,
.bc-booking-form .bc-option-toggle-copy span,
.bc-booking-form .bc-option-toggle-copy strong {
  display: inline-flex;
  align-items: center;
}

.bc-booking-form .bc-option-checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  padding: 0;
  flex: 0 0 18px;
  accent-color: #9727ff;
}

.bc-file-upload-wrap {
  display: block;
}

.bc-file-upload-title {
  margin-bottom: 8px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
}

.bc-file-upload {
  margin-top: 10px;
}

.bc-estimate-card {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}

.bc-estimate-kicker {
  margin-bottom: 0.85rem;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bc-estimate-grid {
  display: grid;
  gap: 0.7rem;
}

.bc-estimate-row,
.bc-estimate-total-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.bc-estimate-label,
.bc-estimate-total-label {
  margin: 0;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.45;
}

.bc-estimate-value,
.bc-estimate-total-value {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.35;
  text-align: right;
}

.bc-estimate-addon-impact {
  padding-top: 0.1rem;
}

.bc-estimate-addon-list {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: -0.1rem 0 0;
  list-style: none;
}

.bc-estimate-addon-item {
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: rgba(148, 163, 184, 0.12);
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.45;
}

.bc-estimate-total-row {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.bc-booking-form.bc-estimate-collapsed .bc-estimate-total-row {
  padding-top: 0;
  border-top: 0;
}

.bc-estimate-total-label {
  color: #0f172a;
  font-weight: 600;
}

.bc-estimate-total-value {
  font-size: 1.08rem;
}

.bc-file-upload-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
}

.bc-file-upload-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px dashed #bcae9c;
  border-radius: 14px;
  background: #fbf7f1;
  color: #3c2d21;
  font-size: 14px;
  font-weight: 600;
  line-height: 3;
  cursor: pointer;
  white-space: nowrap;
  width: fit-content;
}

.bc-file-upload-label span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
}

.bc-file-upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #eadfd1;
  color: #6a4d35;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.bc-booking-form .bc-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bc-file-upload-copy {
  max-width: 320px;
  padding-top: 0;
  padding-left: 2px;
  color: #72665a;
  font-size: 13px;
  line-height: 1.5;
}

.bc-file-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.bc-file-list li {
  padding: 9px 12px;
  border: 1px solid #e5ddd2;
  border-radius: 10px;
  background: #fffdf9;
  color: #41352b;
  font-size: 13px;
  line-height: 1.4;
}

.bc-rule-left {
  margin-left: 0;
}

.bc-form-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.bc-form-actions.is-locked {
  display: none;
}

.bc-button-reset {
  border: 0;
  cursor: pointer;
}

.bc-submit-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17, 17, 17, 0.28);
  z-index: 90;
}

.bc-submit-overlay.is-visible {
  display: flex;
}

.bc-submit-overlay-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: min(360px, 100%);
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
  color: #20160f;
}

.bc-submit-spinner {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 3px solid rgba(151, 39, 255, 0.18);
  border-top-color: #9727ff;
  animation: bc-spin 0.85s linear infinite;
  flex: 0 0 28px;
}

.bc-submit-overlay-copy {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

@keyframes bc-spin {
  to {
    transform: rotate(360deg);
  }
}

.bc-confirm-page {
  padding: 72px 0;
}

.bc-confirm-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bc-confirm-details {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  text-align: left;
}

.bc-confirm-details p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #ece6dc;
}

.bc-confirm-addon-summary {
  margin: 20px 0 0;
  padding: 18px 20px;
  border: 1px solid #ece6dc;
  text-align: left;
}

.bc-confirm-addon-summary p {
  margin: 0 0 10px;
}

.bc-confirm-addon-summary ul {
  margin: 0;
  padding-left: 18px;
  color: #555;
  line-height: 1.6;
}

.bc-confirm-actions {
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 920px) {
  .bc-site-header {
    min-height: auto;
    padding: 12px 0;
    align-items: flex-start;
  }

  .bc-navbar-centered-menu {
    flex: 0 0 auto;
  }

  .bc-nav-menu-wrapper {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    justify-content: stretch;
    padding: 0;
    z-index: 30;
  }

  .bc-site-header.is-nav-open .bc-nav-menu-wrapper {
    display: flex;
  }

  .bc-nav-menu {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 18px 36px rgba(24, 28, 34, 0.08);
  }

  .bc-nav-link,
  .bc-nav-trigger {
    min-height: 42px;
  }

  .bc-nav-link-mobile {
    display: inline-flex;
  }

  .bc-nav-tour-link {
    justify-content: center;
    margin-top: 8px;
    min-height: 46px;
    padding: 0 18px;
    background: #9727ff;
    color: #fff;
  }

  .bc-nav-link-desktop {
    display: none;
  }

  .bc-menu-button {
    display: inline-flex;
  }

  .bc-header-tour-btn {
    display: none;
  }

  .bc-booking-layout,
  .bc-footer-middle {
    flex-direction: column;
  }

  .bc-booking-intro {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bc-footer-top,
  .bc-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-demo-schedule-grid {
    grid-template-columns: 1fr;
  }

  .bc-form-grid,
  .bc-confirm-details,
  .bc-student-grid {
    grid-template-columns: 1fr;
  }

  .bc-estimate-row,
  .bc-estimate-total-row {
    flex-direction: column;
    gap: 0.2rem;
  }

  .bc-estimate-value,
  .bc-estimate-total-value {
    text-align: left;
  }

  .bc-client-type-toggle {
    width: 100%;
  }

  .bc-client-type-button {
    flex: 1;
    min-width: 0;
  }

  .bc-calendar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bc-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-time-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bc-service-picker-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {

  .bc-site-header,
  .bc-page-title,
  .bc-content,
  .bc-info-section,
  .bc-booking-page,
  .bc-confirm-page {
    width: min(100% - 20px, 1120px);
  }

  .bc-brand-logo {
    width: 190px;
  }

  .bc-menu-button {
    width: 42px;
    height: 42px;
  }

  .bc-page-title {
    padding: 42px 0 34px;
  }

  .bc-category-image {
    height: 320px;
  }

  .bc-booking-hero-image {
    min-height: 220px;
  }

  .bc-category-copy {
    top: 22px;
    left: 22px;
    max-width: 250px;
  }

  .bc-category-overlay-title {
    font-size: 40px;
  }

  .bc-category-overlay-copy {
    font-size: 15px;
  }

  .bc-service-picker {
    padding: 16px;
  }

  .bc-booking-summary,
  .bc-booking-form,
  .bc-confirm-box {
    padding: 20px;
  }
}
