/* Get booked in 3 easy steps — homepage band (uses .bm-how layout) */

#get-booked-3-steps.bm-how {
  --bm-navy: #0e1726;
  --bm-blue: #0165a3;
  --bm-muted: rgba(14, 23, 38, 0.62);
  background: #ebf8ff; /* same sky-50 as How Bookme Works / Features */
  /* Allow soft media shadows to breathe */
  overflow: visible;
  scroll-margin-top: 5.5rem;
}

/* Keep the section title on a single line */
#get-booked-3-steps .bm-gbs-title,
#get-booked-3-steps .bm-how__title {
  max-width: none;
  white-space: nowrap;
  text-wrap: nowrap;
}

@media (max-width: 640px) {
  #get-booked-3-steps .bm-gbs-title,
  #get-booked-3-steps .bm-how__title {
    font-size: clamp(1.15rem, 5.2vw, 1.65rem);
  }
}

#get-booked-3-steps .bm-how__visual {
  /* Room for soft shadow around the video card */
  padding: 10px 12px 18px;
  max-width: 560px;
  overflow: visible;
}

@media (max-width: 1023px) {
  #get-booked-3-steps .bm-how__stage {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding: 0.85rem 0.75rem 0.75rem;
  }

  #get-booked-3-steps .bm-how__visual {
    padding: 8px 8px 14px 12px;
  }
}

#get-booked-3-steps .bm-how__bg {
  aspect-ratio: 16 / 10;
  border-radius: 1.15rem;
  /* Match How Bookme Works media depth */
  box-shadow:
    0 10px 28px -14px rgba(14, 23, 38, 0.22),
    0 4px 12px -6px rgba(14, 23, 38, 0.12);
}

#get-booked-3-steps .bm-how__bg::after {
  /* Videos already have UI; keep overlay light */
  background: rgba(0, 0, 0, 0.04);
}

#get-booked-3-steps .bm-how__bg-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

#get-booked-3-steps .bm-how__bg.is-playing .bm-how__bg-poster {
  opacity: 0;
}

#get-booked-3-steps .bm-how__bg-video {
  z-index: 0;
}

/* Subtle depth on the stage “card” holding video + copy */
#get-booked-3-steps .bm-how__stage {
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 8px 22px -16px rgba(14, 23, 38, 0.16),
    0 2px 8px -4px rgba(14, 23, 38, 0.06);
  padding: 1rem 1rem 0.85rem;
}

@media (min-width: 1024px) {
  #get-booked-3-steps .bm-how__stage {
    padding: 1.25rem 1.25rem 1rem;
  }
}

#get-booked-3-steps .bm-how__phone-float,
#get-booked-3-steps .bm-how__phone {
  display: none !important;
}
