.recap h2 { font-size: 1.15rem; margin-bottom: 14px; }
.recap-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  color: var(--muted);
}
.recap-row strong { color: var(--text); }
.recap-row.total { border-bottom: none; font-size: 1.25rem; padding-top: 14px; }
.recap-row.total strong {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.pay-btn { width: 100%; margin-top: 16px; border: none; cursor: pointer; }

.test-badge {
  background: rgba(245, 158, 11, 0.15); color: #fcd34d;
  padding: 10px 14px; border-radius: 10px; font-size: 0.9rem;
  text-align: center; margin-top: 14px;
}

.center { text-align: center; padding-top: 30px; }

.spinner {
  width: 54px; height: 54px; margin: 0 auto 20px;
  border: 5px solid rgba(255,255,255,0.15); border-top-color: var(--accent);
  border-radius: 50%; animation: spin 0.9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.success-check {
  width: 76px; height: 76px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 2.4rem; color: #fff;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 10px 30px rgba(34,197,94,0.4);
}

#paypal-buttons { margin-top: 18px; }

/* Mention confidentialité */
.privacy-note { color: var(--muted); font-size: 0.82rem; line-height: 1.5; margin-top: 16px; text-align: center; }
