/* Labkhand Booking Mobile Polish — mobile only */
@media (max-width: 782px) {
  .lbmp-booking-hero-custom {
    position: relative;
    display: block;
    width: min(92%, 560px);
    margin: 10px auto 24px !important;
    padding: 10px;
    border-radius: 34px;
    background:
      radial-gradient(circle at 88% 10%, rgba(241, 46, 134, 0.12), transparent 22%),
      radial-gradient(circle at 10% 86%, rgba(49, 190, 202, 0.12), transparent 26%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 250, 252, 0.98) 100%);
    border: 1px solid rgba(49, 190, 202, 0.18);
    box-shadow:
      0 22px 54px rgba(12, 69, 107, 0.12),
      0 4px 14px rgba(12, 69, 107, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
    overflow: hidden;
    isolation: isolate;
  }

  .lbmp-booking-hero-custom::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    pointer-events: none;
    z-index: 0;
  }

  .lbmp-booking-hero-custom::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    top: -18px;
    right: -14px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(241, 46, 134, 0.18) 0%, rgba(241, 46, 134, 0.04) 50%, transparent 72%);
    pointer-events: none;
    z-index: 0;
  }

  .lbmp-booking-hero-picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 26px;
    background: #f4fafc;
    border: 1px solid rgba(49, 190, 202, 0.18);
    box-shadow:
      0 16px 36px rgba(13, 71, 108, 0.10),
      0 2px 10px rgba(13, 71, 108, 0.05);
  }

  .lbmp-booking-hero-picture > img,
  img.lbmp-booking-hero-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 10;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: inherit !important;
  }

  .lbmp-hide-original-hero,
  .lbmp-hide-before-send-label {
    display: none !important;
  }

  .lbmp-booking-title {
    font-size: clamp(2.7rem, 11vw, 3.75rem) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
    color: #0c456b !important;
    margin-top: 0.2em !important;
    margin-bottom: 0.38em !important;
    text-wrap: balance;
  }

  .lbmp-hide-booking-subtitle {
    display: none !important;
  }

  .lbmp-call-button {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100% !important;
    min-height: 92px;
    padding: 17px 12px 15px !important;
    border: 1px solid rgba(49, 190, 202, 0.34) !important;
    border-radius: 22px !important;
    background:
      radial-gradient(circle at 85% 12%, rgba(241, 46, 134, 0.10), transparent 34%),
      linear-gradient(145deg, #ffffff 0%, #f2fbfd 100%) !important;
    box-shadow:
      0 12px 30px rgba(12, 69, 107, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    color: #0c456b !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-align: center !important;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
  }

  .lbmp-call-button::before {
    content: "☎";
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 2px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(49, 190, 202, 0.25);
    box-shadow: 0 5px 14px rgba(12, 69, 107, 0.09);
    color: #ef2f85;
    font-size: 18px;
    line-height: 1;
  }

  .lbmp-call-button:hover,
  .lbmp-call-button:focus-visible {
    border-color: rgba(49, 190, 202, 0.62) !important;
    box-shadow:
      0 15px 34px rgba(12, 69, 107, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
  }

  .lbmp-call-button:focus-visible {
    outline: 3px solid rgba(239, 47, 133, 0.22) !important;
    outline-offset: 3px !important;
  }

  .lbmp-call-button:active {
    transform: translateY(1px) scale(0.985);
    box-shadow:
      0 7px 18px rgba(12, 69, 107, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
  }

  .lbmp-before-send-mobile {
    margin-top: 24px !important;
    margin-bottom: 28px !important;
  }
}

@media (max-width: 420px) {
  .lbmp-booking-hero-custom {
    width: min(90%, 420px);
    padding: 8px;
    border-radius: 30px;
    margin: 8px auto 22px !important;
  }

  .lbmp-booking-hero-custom::before {
    inset: 6px;
    border-radius: 24px;
  }

  .lbmp-booking-hero-picture {
    border-radius: 22px;
  }

  .lbmp-call-button {
    min-height: 88px;
    padding-inline: 9px !important;
    border-radius: 20px !important;
    font-size: 0.93rem !important;
  }

  .lbmp-booking-title {
    font-size: clamp(2.45rem, 11.2vw, 3.2rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lbmp-call-button {
    transition: none !important;
  }
}
