/* Tarifs & CTA FedaPay */
.nfv-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 12px;
}
.nfv-cta__price {
  font-weight: 700;
  color: #1a5d2a;
  font-size: 1rem;
}
.nfv-cta__pay {
  text-decoration: none !important;
}
.nfv-cta__hint {
  font-size: 12px;
  color: #6b7280;
  width: 100%;
}

.nfv-footer-strip {
  background: linear-gradient(90deg, #0f3d1a 0%, #1a5d2a 100%);
  color: #fff;
  padding: 14px 0;
  margin-top: 32px;
}
.site-footer > .nfv-footer-strip:first-child {
  margin-top: 0;
}
.nfv-footer-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.nfv-footer-strip__price {
  font-weight: 700;
  color: #c8f5a8;
}
.nfv-footer-strip .ud-btn {
  background: #fff !important;
  color: #1a5d2a !important;
  border: none;
}

.nfv-checkout-body {
  min-height: 100vh;
  margin: 0;
  background: #f4f6f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.nfv-checkout-card {
  background: #fff;
  max-width: 420px;
  width: 100%;
  padding: 28px 26px;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(15, 61, 26, 0.12);
}
.nfv-checkout-back {
  display: inline-block;
  margin-bottom: 12px;
  color: #1a5d2a;
  text-decoration: none;
  font-size: 14px;
}
.nfv-checkout-amount {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f3d1a;
}

.nfv-cta--card {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
