

.pb-inner {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 30px;
}

.pb-glass {
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  max-width: 660px; padding: 44px 48px 40px; border-radius: 24px;
  background: rgba(245,241,230,0.92); border: 1px solid rgba(11,46,37,0.20);
  backdrop-filter: blur(18px) saturate(1.06); -webkit-backdrop-filter: blur(18px) saturate(1.06);
  box-shadow: 0 24px 60px rgba(7,34,27,0.30);
}

.pb-crown {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #0C463E 0%, #08322F 100%);
  border: 1px solid rgba(61,163,122,0.40);
  color: var(--cream-100, #F5F1E6);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18);
}
.pb-crown svg { width: 36px; height: 36px; }


.pb-line {
  position: relative;
  font-family: var(--font-display, "DM Serif Display", Georgia, serif); font-weight: 400;
  font-size: clamp(30px, 4vw, 48px); line-height: 1.15; letter-spacing: -0.01em;
  color: var(--cream-100, #F5F1E6); text-align: center; max-width: 20ch;
  text-shadow: 0 2px 20px rgba(7,34,27,0.45);
}
.pb-line em { font-style: italic; color: #CDEBDC; }

.pb-inner .pb-sub {
  margin-top: -16px; font-size: 16.5px; font-weight: 500; color: var(--cream-100, #F5F1E6);
  text-shadow: 0 1px 14px rgba(7,34,27,0.85), 0 0 3px rgba(7,34,27,0.55);
}


.pb-glass .pb-line { color: #0B2E25; text-shadow: none; }

.pb-glass .pb-line em { color: var(--brand-deep, #1F6B53); }
.pb-glass .pb-sub { margin-top: -8px; color: rgba(11,46,37,0.78); text-shadow: none; text-align: center; }
.pb-glass .btn { margin-top: 6px; }

@media (max-width: 520px) { .pb-glass { padding: 32px 22px 28px; } }
