.fcfa-pf-wrap {
  max-width: 420px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  margin: 30px auto;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.fcfa-pf-toggle {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 12px;
}

.fcfa-tab {
  padding: 10px 18px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  background: #e9deff;
  color: #34264a;
}

.fcfa-tab.active {
  background: #916EFF;
  color: #ffffff;
  transform: translateY(-2px);
}

.fcfa-pf-product {
  margin-bottom: 20px;
}

.fcfa-pf-product-name {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.fcfa-pf-product-price {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.fcfa-pf-form label {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  text-align: left;
}

.fcfa-pf-form select,
.fcfa-pf-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  box-sizing: border-box;
}

.fcfa-invalid {
  border-color: #e03a3a !important;
  box-shadow: 0 0 0 3px rgba(224,58,58,0.06);
}

.fcfa-field-error {
  color: #e03a3a;
  font-size: 0.9rem;
  min-height: 18px;
  margin-top: 6px;
  text-align: left;
}

#fcfa_pay_btn {
  margin-top: 20px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: #916EFF;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

#fcfa_pay_btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

#fcfa_pay_btn:hover {
  background: #7a57e0;
}

#fcfa-pf-message {
  margin-top: 15px;
  color: #b00;
  font-size: 0.95rem;
}

.fcfa-pf-card p {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #faf7ff;
  color: #333;
  font-weight: 600;
}
