/* Pro / Premium feature preview gate — demo content visible, interaction blocked */

.rcs-tier-gated {
  position: relative;
}

.rcs-tier-gated > *:not(.rcs-tier-gate-overlay) {
  pointer-events: none;
  user-select: none;
}

.rcs-tier-gate-overlay {
  position: absolute;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: rgba(11, 18, 32, 0.62);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: auto;
}

.rcs-tier-gate-panel {
  width: 100%;
  max-width: 420px;
  padding: 22px 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: rgba(17, 24, 39, 0.97);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  text-align: center;
  color: #f9fafb;
}

[data-theme="light"] .rcs-tier-gate-panel {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.rcs-tier-gate-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fcd34d;
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid rgba(251, 191, 36, 0.45);
}

.rcs-tier-gate-panel h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rcs-tier-gate-panel > p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #cbd5e1;
}

[data-theme="light"] .rcs-tier-gate-panel > p {
  color: #475569;
}

.rcs-tier-gate-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
  color: #e2e8f0;
}

[data-theme="light"] .rcs-tier-gate-list {
  color: #334155;
}

.rcs-tier-gate-list li {
  position: relative;
  padding: 4px 0 4px 18px;
}

.rcs-tier-gate-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

.rcs-tier-gate-panel .rcs-btn.primary {
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}

.rcs-tier-gate-foot {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #94a3b8;
}

[data-theme="light"] .rcs-tier-gate-foot {
  color: #64748b;
}

.rcs-tier-gate-sample {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

/* Pilot nav lock pill */
.rcs-pilot-nav a {
  position: relative;
}

.rcs-nav-lock {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fcd34d;
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(251, 191, 36, 0.35);
}

.rcs-pilot-nav a.active .rcs-nav-lock {
  color: #fef3c7;
  background: rgba(0, 0, 0, 0.25);
}

.rcs-tier-gated.rcs-page-main,
.rcs-tier-gated.hg-stage {
  min-height: min(68vh, 620px);
  border-radius: 16px;
  overflow: hidden;
}
