/* ── Access Gate Block ────────────────────────────────────────── */
.ucam-access-gate {
  position: relative;
  margin: 1.5em 0;
}

.ucam-access-gate__teaser {
  position: relative;
  max-height: 120px;
  overflow: hidden;
}
.ucam-access-gate__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, #fff);
}

.ucam-access-gate__panel {
  background: #f9f9f9;
  border: 1px solid #e2e4e7;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  max-width: 480px;
  margin: 16px auto 0;
}

.ucam-access-gate__lock {
  font-size: 36px;
  margin-bottom: 12px;
}
.ucam-access-gate__heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.ucam-access-gate__message {
  color: #555;
  font-size: 14px;
  margin: 0 0 16px;
}
.ucam-access-gate__plan-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 0 auto 16px;
  display: inline-block;
  text-align: center;
  min-width: 180px;
}
.ucam-access-gate__plan-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
.ucam-access-gate__plan-price {
  font-size: 22px;
  font-weight: 700;
  color: #2271b1;
}
.ucam-access-gate__plan-cycle {
  font-size: 12px;
  font-weight: 400;
  color: #787c82;
}
.ucam-access-gate__trial {
  font-size: 11px;
  color: #00a32a;
  font-weight: 600;
  margin-top: 4px;
}
.ucam-access-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.ucam-access-gate__popup-trigger {
  font-size: 12px;
  color: #787c82;
  margin: 12px 0 0;
}
