/* Chromium can defer backdrop-filter while this wrapper is faded. Keep the
 * glass fully opaque from its first frame while preserving its upward motion. */
main div.flex.justify-center:has(> div.max-w-xl.backdrop-blur-md) {
  opacity: 1 !important;
}

/* The desktop hero booking card has the same nested-glass composition issue.
 * Preserve its upward motion but keep the glass fully opaque throughout. */
main section.relative.flex.h-screen div.hidden:has(> div.rounded-2xl.backdrop-blur-xl) {
  opacity: 1 !important;
}
