/**
 * Growth conversion UI — book-first mobile bar, trust strips.
 */

body.pa-has-mobile-book-bar.pa-mobile-book-bar--book-first {
  padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
}

.pa-mobile-book-bar--book-first {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  padding: 0.5rem 1rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
}

.pa-mobile-book-bar__note {
  display: block;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(29, 29, 31, 0.72);
}

.pa-mobile-book-bar__btn--book {
  background: linear-gradient(180deg, #0077ed 0%, #0071e3 100%) !important;
  color: #fff !important;
  flex: 1;
  text-align: center;
  font-weight: 600;
}

.pa-growth-trust {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: rgba(10, 122, 61, 0.08);
  color: rgba(29, 29, 31, 0.78);
  font-size: 0.8125rem;
  line-height: 1.45;
  text-align: center;
}

body.pa-booking-page .pa-growth-trust {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.pa-growth-review-link {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  text-align: center;
}

.pa-growth-review-link a {
  font-weight: 600;
  color: #0071e3;
  text-decoration: none;
}

.pa-growth-review-link a:hover,
.pa-growth-review-link a:focus-visible {
  text-decoration: underline;
}
