.ophys-vip-reasons-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ophys-vip-contact-line {
  margin-top: 40px;
  padding: 24px 26px;
  text-align: center;
}
.ophys-vip-contact-line p { margin: 0; font-size: 15px; }
.ophys-vip-contact-line a { color: var(--gold-2); font-weight: 800; text-decoration: underline; }

/* Pass 3 jours : argent */
.ophys-pass-silver { border-color: rgba(200,205,215,.35) !important; }
.ophys-pass-btn-silver {
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  width: 100%;
  background: linear-gradient(135deg, #c9ccd4, #8f95a3);
  color: #101010;
  font-weight: 950;
}
.ophys-pass-btn-silver:disabled { opacity: .6; }

/* Pass 7 jours : or */
.ophys-pass-btn-gold {
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  width: 100%;
  background: linear-gradient(135deg, var(--gold-2, #d4af37), var(--gold, #f0d878));
  color: #101010;
  font-weight: 950;
}
.ophys-pass-btn-gold:disabled { opacity: .6; }

@media (max-width: 900px) {
  .ophys-vip-reasons-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .ophys-vip-reasons-grid { grid-template-columns: 1fr; }
}
