/**
 * PradhiCA — Rapid Revision (registration hub + payment pages)
 * Scope: body.pg-rr-hub | body.pg-rr-pay
 */
.pg-rr-hub,
.pg-rr-pay {
  scroll-behavior: smooth;
  font-family: "DM Sans", "Work Sans", system-ui, sans-serif;
}

.pg-rr-hub .ec-nav,
.pg-rr-pay .ec-nav {
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

/* ── Registration hub hero (crimson sprint) ── */
.pg-rr-hub {
  background: #f1f5f9;
}

.pg-rr-hub .rr-hub-hero {
  position: relative;
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.5rem, 5vw, 3.25rem);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    125deg,
    #0f172a 0%,
    #450a0a 28%,
    #9f1239 58%,
    #e11d48 88%,
    #fb7185 100%
  );
}

.pg-rr-hub .rr-hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 92% 0%, rgba(251, 113, 133, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 8% 100%, rgba(225, 29, 72, 0.2), transparent 50%);
  pointer-events: none;
}

.pg-rr-hub .rr-hub-hero .container {
  position: relative;
  z-index: 1;
}

.pg-rr-hub .rr-hub-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 1rem;
}

.pg-rr-hub .rr-hub-hero .breadcrumb-item,
.pg-rr-hub .rr-hub-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.875rem;
}

.pg-rr-hub .rr-hub-hero .breadcrumb-item.active {
  color: #fecdd3 !important;
  font-weight: 600;
}

.pg-rr-hub .rr-hub-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fecdd3;
  margin-bottom: 0.5rem;
}

.pg-rr-hub .rr-hub-title {
  font-family: "Maven Pro", "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  color: #fff;
}

.pg-rr-hub .rr-hub-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 38rem;
  margin: 0 0 1.25rem;
}

.pg-rr-hub .rr-hub-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.pg-rr-hub .rr-hub-hero-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pg-rr-hub .rr-hub-hero-btn--primary {
  background: #fff;
  color: #9f1239 !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.pg-rr-hub .rr-hub-hero-btn--primary:hover {
  transform: translateY(-2px);
  color: #881337 !important;
}

.pg-rr-hub .rr-hub-hero-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.pg-rr-hub .rr-hub-hero-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

.pg-rr-hub .rr-hub-trust {
  background: #0b1220;
  border-bottom: 1px solid rgba(251, 113, 133, 0.2);
  padding: 0.85rem 0;
}

.pg-rr-hub .rr-hub-trust__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 1.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #cbd5e1;
}

.pg-rr-hub .rr-hub-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.pg-rr-hub .rr-hub-trust__item i {
  color: #fb7185;
}

.pg-rr-hub .rr-hub-main {
  padding: 2.75rem 0 3.5rem;
}

.pg-rr-hub .rr-hub-section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
}

.pg-rr-hub .rr-hub-section-head h2 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #0f172a;
  margin: 0 0 0.65rem;
  line-height: 1.25;
}

.pg-rr-hub .rr-hub-section-head p {
  margin: 0;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.6;
}

/* Mode compare tabs */
.pg-rr-hub .rr-mode-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem auto 2rem;
  max-width: 28rem;
  padding: 0.35rem;
  background: #e2e8f0;
  border-radius: 999px;
}

.pg-rr-hub .rr-mode-tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  color: #64748b;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.pg-rr-hub .rr-mode-tab.is-active {
  background: #fff;
  color: #9f1239;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.pg-rr-hub .rr-mode-panel {
  display: none;
  animation: rrFadeIn 0.35s ease;
}

.pg-rr-hub .rr-mode-panel.is-active {
  display: block;
}

@keyframes rrFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.pg-rr-hub .rr-mode-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .pg-rr-hub .rr-mode-compare {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.pg-rr-hub .rr-mode-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.35rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 40px -12px rgba(15, 23, 42, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pg-rr-hub .rr-mode-card.is-highlighted {
  border-color: #fda4af;
  box-shadow: 0 16px 48px -12px rgba(225, 29, 72, 0.2);
  transform: translateY(-4px);
}

.pg-rr-hub .rr-mode-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
}

.pg-rr-hub .rr-mode-card--direct .rr-mode-card__icon {
  background: linear-gradient(145deg, #1e1b4b, #4c1d95);
}

.pg-rr-hub .rr-mode-card--online .rr-mode-card__icon {
  background: linear-gradient(145deg, #042f2e, #0d9488);
}

.pg-rr-hub .rr-mode-card h3 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.pg-rr-hub .rr-mode-card__tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9f1239;
  margin-bottom: 0.65rem;
}

.pg-rr-hub .rr-mode-card--online .rr-mode-card__tag {
  color: #0d9488;
}

.pg-rr-hub .rr-mode-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.pg-rr-hub .rr-mode-card__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.pg-rr-hub .rr-mode-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: #334155;
  margin-bottom: 0.4rem;
}

.pg-rr-hub .rr-mode-card__list i {
  color: #e11d48;
  margin-top: 0.15rem;
  font-size: 0.75rem;
}

.pg-rr-hub .rr-mode-card--online .rr-mode-card__list i {
  color: #0d9488;
}

.pg-rr-hub .rr-mode-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pg-rr-hub .rr-mode-card--direct .rr-mode-card__btn {
  background: linear-gradient(135deg, #4c1d95, #6d28d9);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(76, 29, 149, 0.35);
}

.pg-rr-hub .rr-mode-card--online .rr-mode-card__btn {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.35);
}

.pg-rr-hub .rr-mode-card__btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

/* Bento features */
.pg-rr-hub .rr-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2.5rem 0;
}

@media (max-width: 991.98px) {
  .pg-rr-hub .rr-bento {
    grid-template-columns: 1fr;
  }
}

.pg-rr-hub .rr-bento__cell {
  padding: 1.35rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.pg-rr-hub .rr-bento__cell.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pg-rr-hub .rr-bento__cell--accent {
  background: linear-gradient(135deg, #fff1f2 0%, #fff 100%);
  border-color: #fecdd3;
}

.pg-rr-hub .rr-bento__cell i {
  font-size: 1.25rem;
  color: #e11d48;
  margin-bottom: 0.65rem;
}

.pg-rr-hub .rr-bento__cell h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.pg-rr-hub .rr-bento__cell p {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}

/* FAQ accordion */
.pg-rr-hub .rr-faq,
.pg-rr-pay .rr-faq {
  max-width: 42rem;
  margin: 2.5rem auto 0;
}

.pg-rr-hub .rr-faq h3,
.pg-rr-pay .rr-faq h3 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 1.25rem;
  color: #0f172a;
}

.pg-rr-hub .rr-faq__item,
.pg-rr-pay .rr-faq__item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  background: #fff;
  overflow: hidden;
}

.pg-rr-hub .rr-faq__trigger,
.pg-rr-pay .rr-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 0.92rem;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
}

.pg-rr-hub .rr-faq__trigger i,
.pg-rr-pay .rr-faq__trigger i {
  color: #94a3b8;
  transition: transform 0.25s ease;
}

.pg-rr-hub .rr-faq__item.is-open .rr-faq__trigger i,
.pg-rr-pay .rr-faq__item.is-open .rr-faq__trigger i {
  transform: rotate(180deg);
}

.pg-rr-hub .rr-faq__body,
.pg-rr-pay .rr-faq__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.pg-rr-hub .rr-faq__item.is-open .rr-faq__body,
.pg-rr-pay .rr-faq__item.is-open .rr-faq__body {
  max-height: 12rem;
}

.pg-rr-hub .rr-faq__body p,
.pg-rr-pay .rr-faq__body p {
  padding: 0 1.15rem 1rem;
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
}

.pg-rr-hub .rr-hub-bottom {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, #fff1f2 0%, #fff 100%);
  border: 1px solid rgba(225, 29, 72, 0.2);
  border-radius: 16px;
  text-align: center;
}

.pg-rr-hub .rr-hub-bottom p {
  margin: 0 0 1rem;
  color: #9f1239;
  font-size: 0.95rem;
  font-weight: 600;
}

.pg-rr-hub .rr-hub-bottom__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.pg-rr-hub .rr-hub-bottom__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none !important;
}

.pg-rr-hub .rr-hub-link--dark {
  background: #0f172a;
  color: #fff !important;
}

.pg-rr-hub .rr-hub-link--wa {
  background: #fff;
  color: #047857 !important;
  border: 2px solid #10b981;
}

.pg-rr-hub .rr-hub-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1025;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(15, 23, 42, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
  gap: 0.5rem;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .pg-rr-hub .rr-hub-sticky {
    display: flex;
  }

  .pg-rr-hub {
    padding-bottom: 72px;
  }
}

.pg-rr-hub .rr-hub-sticky a {
  flex: 1;
  min-width: 100px;
  text-align: center;
  padding: 0.55rem 0.65rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.78rem;
  text-decoration: none !important;
}

.pg-rr-hub .rr-hub-sticky--rose {
  background: #fb7185;
  color: #1c1917 !important;
}

.pg-rr-hub .rr-hub-sticky--outline {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* ── Payment hero ── */
.pg-rr-pay--direct .pg-pay-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
  color: #fff;
  background: linear-gradient(128deg, #0c1222 0%, #1e1b4b 38%, #312e81 58%, #1d4ed8 100%);
}

.pg-rr-pay--direct .pg-pay-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 15% 20%, rgba(99, 102, 241, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 95% 0%, rgba(59, 130, 246, 0.22) 0%, transparent 50%);
  pointer-events: none;
}

.pg-rr-pay--online .pg-pay-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
  color: #fff;
  background: linear-gradient(128deg, #042f2e 0%, #0f766e 38%, #115e59 58%, #0d9488 100%);
}

.pg-rr-pay--online .pg-pay-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 12% 25%, rgba(45, 212, 191, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 92% 8%, rgba(16, 185, 129, 0.25) 0%, transparent 50%);
  pointer-events: none;
}

.pg-rr-pay .pg-pay-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.9;
  pointer-events: none;
}

.pg-rr-pay .pg-pay-hero .container {
  position: relative;
  z-index: 1;
}

.pg-rr-pay .pg-pay-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.pg-rr-pay .pg-pay-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.95) !important;
}

.pg-rr-pay .pg-pay-hero h1 {
  font-family: "DM Sans", "Maven Pro", sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff !important;
}

.pg-rr-pay .pg-pay-sub {
  color: rgba(255, 255, 255, 0.94) !important;
  max-width: 38rem;
  font-size: 1.0625rem;
  line-height: 1.55;
}

.pg-rr-pay .pg-pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0.35rem 0.35rem 0 0;
}

.pg-rr-pay .pg-pay-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pg-rr-pay .pg-pay-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.pg-rr-pay--direct .pg-pay-trust__item i { color: #c4b5fd; }
.pg-rr-pay--online .pg-pay-trust__item i { color: #99f6e4; }

.pg-rr-pay .pg-pay-intro {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(15, 23, 42, 0.04), 0 20px 50px rgba(15, 23, 42, 0.08);
  padding: 1.5rem 1.35rem;
  margin-bottom: 2.25rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.pg-rr-pay .pg-pay-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.6rem;
}

.pg-rr-pay .pg-pay-intro .btn-link-back {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
}

.pg-rr-pay--direct.pg-single {
  background: linear-gradient(180deg, #f5f3ff 0%, #f8fafc 18%, #fff 45%);
}

.pg-rr-pay--online.pg-single {
  background: linear-gradient(180deg, #ecfdf5 0%, #f8fafc 18%, #fff 45%);
}

/* Tier pills */
.pg-rr-pay .rr-tier-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 2rem;
  max-width: 36rem;
}

.pg-rr-pay .rr-tier-pill {
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pg-rr-pay .rr-tier-pill.is-active {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.15);
}

.pg-rr-pay--direct .rr-tier-pill.is-active {
  background: linear-gradient(135deg, #4c1d95, #6d28d9);
}

.pg-rr-pay--online .rr-tier-pill.is-active {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.pg-rr-pay .pg-single__tier {
  margin: 0 0 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .pg-rr-pay .pg-single__tier { text-align: left; }
}

.pg-rr-pay--direct .pg-single__tier h4 {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.65rem 1.15rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b21b6;
  background: linear-gradient(135deg, #ede9fe 0%, #fff 100%);
  border: 1px solid #c4b5fd;
  border-radius: 999px;
}

.pg-rr-pay--online .pg-single__tier h4 {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.65rem 1.15rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #134e4a;
  background: linear-gradient(135deg, #ccfbf1 0%, #fff 100%);
  border: 1px solid #99f6e4;
  border-radius: 999px;
}

.pg-rr-pay .pg-single__features {
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 1.25rem 1.35rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.25rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
}

@media (min-width: 992px) {
  .pg-rr-pay .pg-single__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pg-rr-pay .pg-single__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #475569;
  font-size: 0.9375rem;
}

.pg-rr-pay--direct .pg-single__features i {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #7c3aed);
  border-radius: 8px;
}

.pg-rr-pay--online .pg-single__features i {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #fff;
  background: linear-gradient(135deg, #0d9488, #14b8a6);
  border-radius: 8px;
}

.pg-rr-pay .pg-price-card {
  position: relative;
  border: none !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(15, 23, 42, 0.04), 0 16px 40px rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
}

.pg-rr-pay .pg-price-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pg-rr-pay .pg-price-card.is-spotlight {
  transform: translateY(-8px) scale(1.02);
  z-index: 2;
}

.pg-rr-pay--direct .pg-price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6d28d9, #7c3aed, #8b5cf6);
}

.pg-rr-pay--online .pg-price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0d9488, #14b8a6, #2dd4bf);
}

.pg-rr-pay .pg-price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12), 0 24px 56px rgba(15, 23, 42, 0.1) !important;
}

.pg-rr-pay .pg-price-col--featured .pg-price-card::after {
  content: "Popular";
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #047857;
  background: #d1fae5;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  z-index: 2;
}

.pg-rr-pay .pg-price-card .card-header h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 0.9375rem;
  color: #0f172a;
}

.pg-rr-pay .pg-price-card .display-4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(1.85rem, 4vw, 2.35rem) !important;
  color: #047857;
}

.pg-rr-pay .pg-price-card .card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  background: linear-gradient(180deg, #f8fafc, #f1f5f9) !important;
  border-top: 1px solid #e2e8f0 !important;
  padding: 1.35rem 1.1rem !important;
  margin-top: auto;
}

.pg-rr-pay .pg-venue-block,
.pg-rr-pay .pg-online-block {
  margin-top: 3rem;
  padding: 0;
  background: transparent;
  border: none;
}

.pg-rr-pay .pg-price-card.is-visible.is-spotlight {
  transform: translateY(-8px) scale(1.02);
}

.pg-rr-pay .pg-venue-block__inner {
  padding: 2rem 1.75rem;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 40%, #1d4ed8 100%);
  box-shadow: 0 20px 60px rgba(76, 29, 149, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pg-rr-pay .pg-venue-block__label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88) !important;
}

.pg-rr-pay .pg-venue-block__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  color: #fff !important;
}

.pg-rr-pay .pg-venue-block__address {
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.65;
}

.pg-rr-pay .pg-venue-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  padding: 0.9rem 1.65rem;
  border-radius: 999px;
  background: #fff;
  color: #4c1d95 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
}

.pg-rr-pay .pg-online-block__inner {
  padding: 2rem 1.75rem;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #042f2e 0%, #0f766e 45%, #0d9488 100%);
  box-shadow: 0 20px 60px rgba(13, 148, 136, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pg-rr-pay .pg-online-block__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #fff !important;
}

.pg-rr-pay .pg-online-block__text {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
}

.pg-rr-pay .pg-online-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  padding: 0.9rem 1.65rem;
  border-radius: 999px;
  background: #fff;
  color: #042f2e !important;
  text-decoration: none !important;
}

.pg-rr-pay .rr-pay-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1025;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(15, 23, 42, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
}

.pg-rr-pay .rr-pay-sticky a {
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none !important;
  color: #fff !important;
}

.pg-rr-pay--direct .rr-pay-sticky a {
  background: linear-gradient(135deg, #4c1d95, #6d28d9);
}

.pg-rr-pay--online .rr-pay-sticky a {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

@media (max-width: 767.98px) {
  .pg-rr-pay .rr-pay-sticky {
    display: flex;
  }

  .pg-rr-pay {
    padding-bottom: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pg-rr-hub,
  .pg-rr-pay {
    scroll-behavior: auto;
  }

  .pg-rr-hub .rr-mode-panel,
  .pg-rr-hub .rr-bento__cell,
  .pg-rr-pay .pg-price-card {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pg-rr-hub .rr-faq__body,
  .pg-rr-pay .rr-faq__body {
    transition: none;
  }
}
