/* Booking · Step 2 — single glassy payment card (final) */

.pg { position: relative; min-height: 560px; display: grid; place-items: center; padding: 26px 16px 60px; border-radius: 24px; overflow: hidden; }

/* dark stage with metallic 3D spheres floating behind the glass (glassmorphism mockup) */
.pg { background: radial-gradient(120% 90% at 50% 20%, #17181b 0%, #0b0c0e 60%, #060708 100%); }
.pg__bg { position: absolute; inset: 0; overflow: hidden; border-radius: 24px; pointer-events: none; }
.pg__blob {
  position: absolute; border-radius: 50%; filter: none; opacity: 1;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.12) 12%, transparent 30%),
    radial-gradient(circle at 70% 75%, rgba(255,255,255,0.10), transparent 40%),
    radial-gradient(circle at 50% 50%, #6b6f76 0%, #3a3d43 45%, #15171a 100%);
  box-shadow: inset -18px -24px 40px rgba(0,0,0,0.75), inset 10px 10px 30px rgba(255,255,255,0.08), 0 40px 80px rgba(0,0,0,0.7);
}
.pg__blob::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: repeating-radial-gradient(circle at 50% 50%, transparent 0 3px, rgba(255,255,255,0.03) 3px 4px);
  mix-blend-mode: overlay;
}
.pg__blob--a { width: 260px; height: 260px; left: -40px; bottom: -60px; animation: pg-orbit-a 22s ease-in-out infinite; }
.pg__blob--b { width: 150px; height: 150px; right: 6%; top: -40px; animation: pg-orbit-b 18s ease-in-out infinite; }
.pg__blob--c { width: 200px; height: 200px; right: -50px; top: 42%; animation: pg-orbit-c 26s ease-in-out infinite; }
@keyframes pg-orbit-a { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(40px,-30px) rotate(12deg); } }
@keyframes pg-orbit-b { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-36px,26px); } }
@keyframes pg-orbit-c { 0%,100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(-30px,-40px) rotate(-10deg); } }

/* soft warm rim light on stage edge */
.pg::before { content: ""; position: absolute; inset: 0; border-radius: 24px; background: radial-gradient(60% 40% at 50% 0%, rgba(233,185,73,0.10), transparent 70%); pointer-events: none; }

/* the glass card */
.pg__card {
  position: relative; z-index: 1;
  width: 100%; max-width: 440px;
  padding: 28px 26px 22px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(26px) saturate(160%);
  -webkit-backdrop-filter: blur(26px) saturate(160%);
  box-shadow: 0 40px 90px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.7), inset 0 -1px 0 rgba(255,255,255,0.15);
  color: #fff;
  animation: bk-reveal 0.7s var(--bk-ease) both;
  overflow: hidden;
}
.pg__card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(115deg, rgba(255,255,255,0.28) 0%, transparent 40%, transparent 60%, rgba(255,255,255,0.12) 100%);
  pointer-events: none;
}
.pg__card > * { position: relative; }

.pg__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.pg__brand img { height: 26px; width: auto; filter: brightness(0) invert(1); }
.pg__secure { display: inline-flex; align-items: center; gap: 6px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.04em; color: #fff; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.35); padding: 6px 11px; border-radius: 999px; }

.pg__eyebrow { display: block; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 6px; }
.pg__amount { font-family: var(--bk-head); font-weight: 900; font-size: 3rem; line-height: 1; letter-spacing: -0.03em; margin: 0 0 8px; color: #fff; }
.pg__amount small { font-size: 1.4rem; vertical-align: top; margin-right: 2px; opacity: 0.85; }
.pg__sub { font-size: 0.84rem; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 0 0 18px; }
.pg__sub b { color: #fff; }

/* stats (profile-card style) */
.pg__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.pg__stat {
  text-align: center; padding: 12px 6px 10px; border-radius: 16px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
  transition: transform 0.4s var(--bk-ease), background 0.3s ease;
}
.pg__stat:hover { transform: translateY(-3px); background: rgba(255,255,255,0.18); }
.pg__stat i { display: block; font-size: 0.9rem; color: #f6d98f; margin-bottom: 6px; }
.pg__stat b { display: block; font-family: var(--bk-head); font-weight: 900; font-size: 1.05rem; color: #fff; }
.pg__stat span { font-size: 0.64rem; color: rgba(255,255,255,0.7); }

.pg__lines { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.pg__lines:empty { display: none; }
.pg__lines li { display: flex; justify-content: space-between; gap: 10px; font-size: 0.76rem; color: rgba(255,255,255,0.8); padding: 7px 10px; border-radius: 10px; background: rgba(255,255,255,0.08); }
.pg__lines li b { color: #fff; font-weight: 600; }
.pg__save { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; padding: 9px 12px; border-radius: 12px; background: rgba(34,197,94,0.22); border: 1px solid rgba(255,255,255,0.3); font-size: 0.76rem; color: #fff; }
.pg__save i { margin-right: 6px; color: #f6d98f; }
.pg__save b { font-family: var(--bk-head); font-weight: 900; }

/* pay button — "Get in Touch" style: white pill, black round arrow on left */
.pg__pay {
  width: 100%; margin-top: 18px; border: 0; cursor: pointer;
  display: grid; grid-template-columns: 46px 1fr 46px; align-items: center;
  padding: 6px; border-radius: 999px;
  background: #ffffff; color: #1b1c1e;
  box-shadow: 0 16px 36px rgba(0,0,0,0.25);
  transition: transform 0.4s var(--bk-ease), box-shadow 0.3s ease;
}
.pg__pay:hover { transform: translateY(-2px); box-shadow: 0 22px 46px rgba(0,0,0,0.32); }
.pg__pay:active { transform: scale(0.99); }
.pg__pay:disabled { opacity: 0.7; cursor: wait; }
.pg__pay-ic { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #1b1c1e; color: #fff; font-size: 0.95rem; transition: transform 0.4s var(--bk-ease); }
.pg__pay:hover .pg__pay-ic { transform: rotate(-20deg) translateX(2px); }
.pg__pay-t { text-align: center; font-family: var(--bk-head); font-weight: 800; font-size: 1.02rem; }
.pg__pay-t b { font-weight: 900; }

.pg__methods { display: flex; justify-content: center; gap: 14px; margin-top: 14px; font-size: 1.05rem; color: rgba(255,255,255,0.55); }
.pg__note { display: flex; align-items: center; gap: 7px; justify-content: center; margin: 12px 0 0; font-size: 0.66rem; color: rgba(255,255,255,0.6); text-align: center; }
.pg__note i { color: #f6d98f; }

/* success overlay */
.pg__paid[hidden] { display: none !important; }
.pg__paid { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border-radius: 28px; background: rgba(27,28,30,0.85); backdrop-filter: blur(8px); animation: bk-panel-in 0.4s var(--bk-ease); }
.pg__paid-tick { width: 76px; height: 76px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.9rem; color: #fff; background: #22c55e; box-shadow: 0 14px 34px rgba(34,197,94,0.5); animation: bk-pop 0.5s var(--bk-ease); }
.pg__paid h3 { font-family: var(--bk-head); font-weight: 900; font-size: 1.3rem; color: #fff; margin: 0; }
.pg__paid p { font-size: 0.86rem; color: rgba(255,255,255,0.75); margin: 0; }

.pg__back { position: absolute; left: 16px; bottom: 16px; z-index: 1; border: 0; background: rgba(255,255,255,0.7); backdrop-filter: blur(8px); padding: 10px 16px; border-radius: 12px; cursor: pointer; font-family: var(--bk-head); font-weight: 800; font-size: 0.82rem; color: var(--bk-ink); display: inline-flex; align-items: center; gap: 8px; }
.pg__back:hover { background: #fff; }

@media (max-width: 520px) {
  .pg { min-height: 0; padding: 4px 0 56px; }
  .pg__card { padding: 22px 18px 18px; border-radius: 22px; }
  .pg__amount { font-size: 2.5rem; }
  .pg__stats { gap: 6px; }
  .pg__stat b { font-size: 0.92rem; }
}