.book-call-page {
  background: #ffffff;
  color: #101012;
}

.book-call-main {
  width: 100%;
  padding: 50px 20px 0;
}

.book-call-shell {
  position: relative;
  width: min(1520px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 0 58px;
}

.book-call-logo {
  display: inline-block;
  font-family: var(--brand-font);
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.8px;
  text-transform: lowercase;
}

.book-call-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: clamp(52px, 5vw, 86px);
  align-items: start;
  margin-top: 106px;
  max-height: 860px;
  overflow: visible;
  transition:
    max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    margin-top 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.book-call-copy {
  max-width: 900px;
  transition: transform 0.46s cubic-bezier(0.4, 0, 0.8, 0.2), opacity 0.36s ease;
}

.book-call-title {
  color: #101012;
  font-size: clamp(68px, 5.2vw, 90px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -4.2px;
}

.book-call-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  width: min(900px, 100%);
}

.book-call-portrait {
  width: 91px;
  height: 91px;
  border-radius: 999px;
  flex: 0 0 auto;
  object-fit: cover;
}

.book-call-highlight {
  color: #a0e92a;
  font-size: clamp(68px, 5.2vw, 90px);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -4.8px;
}

.book-call-title-small {
  color: #101012;
  font-size: clamp(25px, 2.45vw, 35px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -1.6px;
  padding-left: 14px;
}

.book-call-description {
  width: min(525px, 100%);
  margin-top: 66px;
  color: #5f5f61;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: -0.38px;
}

.book-call-form-card {
  width: 100%;
  margin-top: -12px;
  padding: 32px 28px 28px;
  border-radius: 22px;
  background: #ebebe9;
  transition: transform 0.46s cubic-bezier(0.4, 0, 0.8, 0.2) 0.04s, opacity 0.36s ease 0.04s;
}

.book-call-form-card h1,
.book-call-form-card h2 {
  margin: 0 0 24px;
  color: #101012;
  font-size: 39px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1.2px;
}

.book-call-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.book-call-form input[type="text"],
.book-call-form input[type="email"] {
  width: 100%;
  height: 62px;
  border: 0;
  outline: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #101012;
  padding: 0 34px;
  font: inherit;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.25px;
}

.book-call-form input::placeholder {
  color: #8d8d8f;
  opacity: 1;
}

.book-call-submit {
  position: relative;
  width: 100%;
  height: 68px;
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  background: #101012;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 78px 0 34px;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.5px;
  overflow: hidden;
  transition:
    background 0.45s cubic-bezier(0.22, 0.9, 0.3, 1),
    color 0.45s cubic-bezier(0.22, 0.9, 0.3, 1),
    transform 0.25s ease;
}

.book-call-submit > span:first-child {
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.45s cubic-bezier(0.22, 0.9, 0.3, 1);
}

.book-call-submit:hover {
  background: #a0e92a;
  color: #111111;
  transform: translateY(-2px);
  /* box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18); */
}

.book-call-submit:hover > span:first-child {
  transform: translateX(40px);
}

.book-call-submit-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 51px;
  height: 51px;
  border-radius: 999px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #101012;
  transition:
    right 0.45s cubic-bezier(0.22, 0.9, 0.3, 1),
    background 0.45s ease,
    color 0.45s ease;
}

.book-call-submit:hover .book-call-submit-icon {
  right: calc(100% - 63px);
  background: #ffffff;
  color: #111111;
}

.book-call-submit-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.7;
}

.book-call-consent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: #101012;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.2px;
}

.book-call-consent input {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #ffffff;
  flex: 0 0 auto;
}

.book-call-consent input:checked {
  background:
    linear-gradient(135deg, transparent 54%, #101012 54% 64%, transparent 64%),
    linear-gradient(45deg, transparent 42%, #101012 42% 52%, transparent 52%),
    #ffffff;
}

.book-call-consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.book-call-service-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: clamp(52px, 5vw, 86px);
  align-items: start;
  min-height: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    max-height 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    margin-top 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.book-call-service-heading {
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.22s, opacity 0.55s ease 0.22s;
}

.book-call-service-heading h2 {
  margin: 20px 0 0;
  color: #a0e92a;
  font-size: clamp(54px, 4.6vw, 78px);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -3.2px;
}

.book-call-service-heading p {
  margin: 10px 0 0;
  color: #101012;
  font-size: clamp(20px, 2.8vw, 34px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -2.1px;
}

.book-call-service-picker {
  width: 100%;
  margin: 0;
  justify-self: end;
  padding: 0;
  border-radius: 20px;
  background: transparent;
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.28s, opacity 0.55s ease 0.28s;
}

.book-call-service-submit {
  margin-top: 14px;
  background: #292929;
  border-radius: 20px;
}

.book-call-services-list {
  height: 740px;
  overflow: hidden;
  border-radius: 20px;
  background: #202020;
}

.book-call-services-item {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: #292929;
  will-change: transform;
}

.book-call-services-item:first-child {
  border-top: 0;
}

.book-call-services-item-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 86px;
  padding: 24px 32px;
  font: inherit;
  font-size: 24px;
  line-height: 1.2;
  border: 0;
  background: transparent;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}

.book-call-services-item-bar .bar-label {
  flex: 1 1 auto;
  font-weight: 500;
  color: #ffffff;
}

.book-call-services-item-selected {
  font-size: 14px;
  font-weight: 500;
  background: #a0e92a;
  color: #101012;
  border-radius: 999px;
  padding: 4px 10px;
  line-height: 1;
  transform: translateY(-1.5px);
}

.book-call-services-item-selected.is-hidden {
  display: none;
}

.book-call-services-item-count {
  font-size: 18px;
  color: #878787;
}

.book-call-services-item-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12px;
  gap: 24px;
  height: 0;
  overflow: hidden;
  padding: 0 22px 0 32px;
  background: #202020;
  box-sizing: border-box;
  transition: height 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.book-call-services-item-active .book-call-services-item-panel {
  height: var(--book-call-services-panel-height, 0px);
}

.book-call-services-panel-scroller {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 4px 24px 0;
  scrollbar-width: none;
}

.book-call-services-panel-scroller::-webkit-scrollbar {
  display: none;
}

.book-call-services-request-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  padding: 20px 0 20px 0;
}

.book-call-services-scrollbar {
  position: relative;
  width: 12px;
  margin: 24px 0;
}

.book-call-services-scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

.book-call-services-scrollbar span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  border-radius: 999px;
  background: #f5f5f5;
  transform: translate(-50%, 0);
  will-change: height, transform;
}

.book-call-service-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px 8px 8px;
  border: 0;
  border-radius: 999px;
  background: #2e2e2e;
  color: #f5f5f5;
  font: inherit;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.25px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.book-call-pill-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #a0e92a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  transition: background-color 0.28s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.book-call-pill-icon::before,
.book-call-pill-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #121212;
  transform: translate(-50%, -50%);
  transition:
    background-color 0.28s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease;
}

.book-call-pill-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.book-call-service-pill.is-selected .book-call-pill-icon {
  background: #3a3a3a;
  transform: rotate(180deg);
}

.book-call-service-pill.is-selected .book-call-pill-icon::before,
.book-call-service-pill.is-selected .book-call-pill-icon::after {
  background: #f3f3f3;
}

.book-call-service-pill.is-selected .book-call-pill-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0.2);
}

.book-call-service-pill:hover {
  background: #3a3a3a;
}

.book-call-service-pill.is-selected {
  background: #3a3a3a;
}

.book-call-layout.is-exiting .book-call-copy,
.book-call-shell.is-selecting .book-call-copy {
  transform: translateX(-110%);
  opacity: 0;
}

.book-call-layout.is-exiting .book-call-form-card,
.book-call-shell.is-selecting .book-call-form-card {
  transform: translateX(110%);
  opacity: 0;
}

.book-call-shell.is-selecting .book-call-layout {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
}

.book-call-shell.is-selecting .book-call-service-step {
  max-height: 1100px;
  margin-top: 76px;
  pointer-events: auto;
}

.book-call-shell.is-selecting .book-call-service-heading,
.book-call-shell.is-selecting .book-call-service-picker {
  transform: translateY(0);
  opacity: 1;
}

/* ── Date step ─────────────────────────────────────────────── */

.book-call-date-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: clamp(52px, 5vw, 86px);
  align-items: start;
  min-height: 0;
  height: 0;
  max-height: none;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    height 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    margin-top 1.1s cubic-bezier(0.16, 1, 0.3, 1),
    overflow 0s linear 1.1s;
}

.book-call-date-heading {
  padding-top: 60%;
  padding-left: clamp(80px, 14vw, 200px);
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.22s, opacity 0.55s ease 0.22s;
}

.book-call-date-heading h2 {
  margin: 20px 0 0;
  color: #a0e92a;
  font-size: clamp(54px, 4.6vw, 78px);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -3.2px;
}

.book-call-date-heading p {
  margin: 10px 0 0;
  color: #101012;
  font-size: clamp(20px, 2.8vw, 34px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -2.1px;
}

.book-call-date-embed {
  transform: translateY(-80px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.28s, opacity 0.55s ease 0.28s;
}

/* ── Custom calendar picker ─────────────────────────────────── */

.bk-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  transition: height 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Screens */
.bk-screen {
  width: 100%;
  padding: 28px 28px 32px;
  background: #111113;
  border-radius: 22px;
  color: #ffffff;
}

.bk-outer::before,
.bk-outer::after {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.bk-outer::before {
  content: "";
  inset: 0;
  z-index: 20;
  background: #1d1d1d;
  border-radius: inherit;
}

.bk-outer::after {
  content: "CW";
  top: 50%;
  left: 50%;
  z-index: 21;
  color: #ffffff;
  font-family: "Orbitron", var(--brand-font), sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -5.5px;
  transform: translate(-50%, -50%);
}

.bk-outer.is-loading::before,
.bk-outer.is-loading::after {
  opacity: 1;
}

@keyframes bk-confirm-pulse {
  0%, 100% { opacity: 0.82; }
  50%       { opacity: 1; }
}

.bk-outer.is-confirming::before {
  opacity: 0.82;
  animation: bk-confirm-pulse 1.6s ease-in-out infinite;
  transition: opacity 0.3s ease;
}

.bk-outer.is-confirming::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.bk-confirmed-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(14px);
  animation: bk-confirmed-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.bk-confirmed-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bk-confirmed-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.bk-confirmed-value {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.bk-confirmed-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 14px;
  background: rgba(160, 233, 42, 0.1);
  border: 1px solid rgba(160, 233, 42, 0.25);
  color: #a0e92a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  opacity: 0;
  transform: translateY(14px);
  animation: bk-confirmed-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}

@keyframes bk-confirmed-enter {
  to { opacity: 1; transform: translateY(0); }
}

.bk-confirmed-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a0e92a;
  flex: 0 0 auto;
  box-shadow: 0 0 0 0 rgba(160, 233, 42, 0.4);
  animation: bk-dot-ping 1.8s ease-out infinite;
}

@keyframes bk-dot-ping {
  0%   { box-shadow: 0 0 0 0 rgba(160, 233, 42, 0.5); }
  70%  { box-shadow: 0 0 0 8px rgba(160, 233, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(160, 233, 42, 0); }
}

.bk-screen--confirm {
  display: none;
}

.bk-screen--success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 56px 36px 52px;
}

/* ── Month nav ── */
.bk-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bk-month-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  transition: opacity 0.18s ease;
}

.bk-month-label.is-fading { opacity: 0; }

.bk-month-label span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
  margin-left: 6px;
}

.bk-nav-btns { display: flex; gap: 6px; }

.bk-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s, transform 0.12s;
}
.bk-nav-btn:hover { background: rgba(255, 255, 255, 0.07); color: #ffffff; }
.bk-nav-btn:active { transform: scale(0.88); }

/* ── Calendar grid ── */
.bk-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 10px;
}

.bk-wd {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
}

.bk-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 28px;
}

.bk-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 9px;
  cursor: default;
  color: rgba(255, 255, 255, 0.15);
  transition: background 0.15s, color 0.15s, transform 0.12s;
  user-select: none;
  opacity: 0;
  animation: bk-day-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  position: relative;
}

.bk-day--empty { cursor: default; }

.bk-day--avail {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  cursor: pointer;
}
.bk-day--avail:hover { background: rgba(255, 255, 255, 0.13); transform: scale(1.07); }
.bk-day--avail:active { transform: scale(0.93); }

.bk-day--today {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
}
.bk-day--today:hover { background: rgba(255, 255, 255, 0.2); transform: scale(1.07); }

.bk-day--today::after,
.bk-day--sel::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
}

.bk-day--sel {
  background: #a0e92a;
  color: #111113;
}

.bk-day--today.bk-day--sel {
  background: #a0e92a;
  color: #111113;
}

/* ── Time section ── */
.bk-time-section {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    max-height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    padding-top 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.bk-time-section.is-open {
  max-height: 640px;
  padding-top: 22px;
  opacity: 1;
  transform: translateY(0);
}

.bk-time-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

.bk-time-day {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #ffffff;
}

.bk-time-day span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
  margin-left: 5px;
}

.bk-time-fmt {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.bk-fmt-btn {
  padding: 5px 12px;
  font: inherit;
  font-size: 12px;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.bk-fmt-btn.is-active {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

/* ── Slots ── */
.bk-slots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  transition:
    min-height 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.bk-slots.is-switching {
  opacity: 0.72;
  transform: translateY(-6px);
}

.bk-slot {
  width: 100%;
  padding: 15px 20px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 15px;
  letter-spacing: -0.15px;
  text-align: center;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s, transform 0.14s;
  opacity: 0;
  animation: bk-slot-in 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.bk-slot:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transform: translateY(-1px);
}
.bk-slot:active { transform: scale(0.98); }
.bk-slot--sel {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.bk-placeholder {
  padding: 28px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  letter-spacing: -0.1px;
}

.bk-skeleton {
  height: 52px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  animation: bk-pulse 1.3s ease-in-out infinite;
}

/* ── Confirm screen ── */
.bk-cf-back-icon {
  width: 40px;
  height: 40px;
  margin: 0 0 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  animation: bk-fade-up 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  transition: background 0.16s, border-color 0.16s, color 0.16s, transform 0.12s;
}

.bk-cf-back-icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
}

.bk-cf-back-icon:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.bk-cf-back-icon:active { transform: scale(0.96); }

.bk-cf-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.7px;
  opacity: 0;
  animation: bk-fade-up 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bk-cf-summary {
  padding: 4px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bk-cf-summary-row {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  animation: bk-fade-up 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.15px;
  line-height: 1.45;
}

.bk-cf-summary-icon {
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}

.bk-cf-summary-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}

.bk-cf-summary-text strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
}

.bk-zoom-mark {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}

.bk-cf-field {
  margin-bottom: 18px;
  opacity: 0;
  animation: bk-fade-up 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bk-cf-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.1px;
}
.bk-cf-label em {
  color: rgba(255, 255, 255, 0.35);
  font-style: normal;
  margin-left: 2px;
}

.bk-cf-input,
.bk-cf-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  letter-spacing: -0.2px;
  padding: 13px 16px;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
  resize: none;
}
.bk-cf-input::placeholder,
.bk-cf-textarea::placeholder { color: rgba(255, 255, 255, 0.22); }
.bk-cf-input:focus,
.bk-cf-textarea:focus {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.bk-cf-guests-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  margin-bottom: 24px;
  opacity: 0;
  animation: bk-fade-up 0.4s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.bk-cf-guests-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.bk-cf-legal {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.22);
  line-height: 1.55;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
  opacity: 0;
  animation: bk-fade-up 0.4s 0.24s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.bk-cf-legal a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bk-cf-actions {
  display: flex;
  gap: 10px;
  opacity: 0;
  animation: bk-fade-up 0.4s 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bk-cf-confirm {
  flex: 1;
  margin-top: 0;
  height: 54px;
  background: #ffffff;
  color: #101012;
}

.bk-cf-confirm .book-call-submit-icon {
  width: 40px;
  height: 40px;
  background: #101012;
  color: #ffffff;
}

.bk-cf-confirm:hover {
  background: #a0e92a;
  color: #111111;
}

.bk-cf-confirm:hover .book-call-submit-icon {
  background: #ffffff;
  color: #101012;
}

.bk-cf-confirm:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* ── Success screen ── */
.bk-success-ring {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #a0e92a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  animation: bk-ring-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bk-success-check {
  font-size: 26px;
  color: #a0e92a;
  opacity: 0;
  animation: bk-check-in 0.4s 0.18s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bk-success-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.6px;
  color: #e8e8e6;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0;
  animation: bk-fade-up 0.45s 0.12s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.bk-success-title span { color: #a0e92a; }

.bk-success-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.55;
  margin-bottom: 22px;
  max-width: 260px;
  opacity: 0;
  animation: bk-fade-up 0.45s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bk-success-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(160, 233, 42, 0.28);
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 13px;
  color: #a0e92a;
  letter-spacing: -0.1px;
  opacity: 0;
  animation: bk-fade-up 0.45s 0.28s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bk-success-pill-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a0e92a;
  flex-shrink: 0;
}

/* ── Keyframes ── */
@keyframes bk-day-in {
  from { opacity: 0; transform: scale(0.72); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes bk-slot-in {
  from { opacity: 0; transform: translateY(7px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes bk-fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes bk-ring-in {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes bk-check-in {
  from { opacity: 0; transform: scale(0.4) rotate(-15deg); }
  to   { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes bk-pulse {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 0.7; }
}

/* Service step exits when transitioning to date */
.book-call-shell.is-dating .book-call-service-step {
  max-height: 0;
  margin-top: 0;
  pointer-events: none;
  transition:
    max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.book-call-shell.is-selecting.is-dating .book-call-service-heading {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.book-call-shell.is-selecting.is-dating .book-call-service-picker {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

/* Date step enters */
.book-call-shell.is-dating .book-call-date-step {
  height: var(--book-call-date-step-height, 1600px);
  max-height: none;
  margin-top: 76px;
  pointer-events: auto;
  overflow: visible;
}

.book-call-shell.is-date-landing.is-dating .book-call-date-step {
  height: auto;
}

.book-call-shell.is-dating .book-call-date-heading,
.book-call-shell.is-dating .book-call-date-embed {
  transform: translate(0, 0);
  opacity: 1;
}

.book-call-page .site-footer {
  padding-top: 116px;
}

@media (max-width: 1000px) {
  .book-call-main {
    padding-top: 46px;
  }

  .book-call-shell {
    width: min(720px, calc(100vw - 32px));
    padding: 0;
  }

  .book-call-layout {
    grid-template-columns: 1fr;
    gap: 58px;
    margin-top: 72px;
  }

  .book-call-copy {
    max-width: none;
  }

  .book-call-form-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .book-call-service-step {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .book-call-shell.is-selecting .book-call-service-step {
    margin-top: 58px;
  }
}

@media (max-width: 640px) {
  .book-call-main {
    padding: 22px 12px 0;
  }

  .book-call-shell {
    width: 100%;
    padding: 0 4px;
  }

  .book-call-logo {
    font-size: clamp(25px, 9.2vw, 32px);
    letter-spacing: -1.6px;
  }

  .book-call-layout {
    margin-top: 78px;
    gap: 54px;
  }

  .book-call-title {
    text-align: center;
    font-size: clamp(46px, 10.6vw, 58px);
    line-height: 0.98;
    letter-spacing: -2.4px;
  }

  .book-call-title-row {
    justify-content: center;
    gap: 0px;
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }

  .book-call-portrait {
    width: 50px;
    height: 50px;
  }

  .book-call-highlight {
    font-size: clamp(44px, 10.6vw, 56px);
    letter-spacing: -2.6px;
    margin-left: 5px;
  }

  .book-call-title-small {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: clamp(27px, 6.9vw, 36px);
    line-height: 1.12;
    letter-spacing: -1.2px;
  }

  .book-call-description {
    width: min(360px, 100%);
    margin: 42px auto 0;
    text-align: center;
    font-size: clamp(16px, 4.4vw, 20px);
    line-height: 1.34;
    letter-spacing: -0.45px;
  }

  .book-call-form-card {
    max-width: none;
    width: 100%;
    padding: 34px 26px 30px;
    border-radius: 30px;
  }

  .book-call-form-card h1,
  .book-call-form-card h2 {
    margin-bottom: 30px;
    font-size: clamp(34px, 9vw, 44px);
    letter-spacing: -1.4px;
  }

  .book-call-form {
    gap: 16px;
  }

  .book-call-form input[type="text"],
  .book-call-form input[type="email"] {
    height: 56px;
    padding: 0 30px;
    font-size: 21px;
    letter-spacing: -0.4px;
  }

  .book-call-submit {
    height: 58px;
    margin-top: 28px;
    padding: 0 72px 0 28px;
    font-size: 21px;
    letter-spacing: -0.45px;
  }

  .book-call-submit-icon {
    width: 44px;
    height: 44px;
    right: 7px;
  }

  .book-call-submit-icon svg {
    width: 26px;
    height: 26px;
  }

  .book-call-consent {
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.22;
    letter-spacing: -0.25px;
  }

  .book-call-consent input {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }

  .book-call-page .site-footer {
    padding-top: 56px;
  }

  .book-call-service-heading h2 {
    font-size: clamp(54px, 15vw, 76px);
    letter-spacing: -3px;
  }

  .book-call-service-heading p {
    margin-top: 14px;
    font-size: clamp(34px, 9vw, 46px);
    letter-spacing: -1.8px;
  }

  .book-call-service-picker {
    padding: 0;
  }

  .book-call-service-pill {
    font-size: 17px;
    padding: 7px 16px 7px 7px;
  }

  .book-call-pill-icon {
    width: 30px;
    height: 30px;
  }

  .book-call-pill-icon::before,
  .book-call-pill-icon::after {
    width: 12px;
  }
}
