/* O’Phys RC9 — À propos, contact direct et gestion manuelle des pass */
.ophys-about-section {
  padding: clamp(52px, 7vw, 92px) 20px;
  position: relative;
}
.ophys-about-section::before {
  content: "";
  position: absolute;
  inset: 8% 6%;
  background: radial-gradient(circle at 25% 40%, rgba(240, 199, 76, .10), transparent 42%);
  pointer-events: none;
}
.ophys-about-card {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 50px);
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(240, 199, 76, .34);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(240, 199, 76, .08), transparent 36%),
    rgba(13, 22, 38, .84);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}
.ophys-about-visual {
  display: flex;
  justify-content: center;
  align-self: stretch;
  margin: 0;
}
.ophys-about-ring {
  position: relative;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 30px;
  padding: 6px;
  background: linear-gradient(145deg, #fff0a9, #e1ad28 50%, #86610e);
  box-shadow:
    0 0 0 10px rgba(240, 199, 76, .07),
    0 24px 55px rgba(0, 0, 0, .34),
    0 0 35px rgba(240, 199, 76, .16);
  overflow: hidden;
}
.ophys-about-ring::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 24px;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 8, 17, .56));
  pointer-events: none;
}
.ophys-about-ring img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  object-position: 56% center;
  background: #07101f;
  border: 2px solid #07101f;
}
.ophys-about-experience {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 230, 135, .42);
  border-radius: 999px;
  color: #fff7d3;
  background: rgba(5, 11, 22, .78);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .02em;
}
.ophys-about-copy { position: relative; z-index: 1; }
.ophys-about-copy .eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: #f2d46d;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ophys-about-copy h2 {
  margin: 0 0 18px;
  color: #fffdf5;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.ophys-about-copy p {
  margin: 0 0 15px;
  color: rgba(238, 243, 252, .82);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.72;
}
.ophys-about-copy strong { color: #fff8dc; }
.ophys-about-promise {
  margin-top: 22px !important;
  padding: 18px 20px;
  border-left: 4px solid #efc64b;
  border-radius: 0 18px 18px 0;
  background: rgba(240, 199, 76, .08);
  color: #fff9e8 !important;
  font-weight: 700;
}
.ophys-contact-note a {
  color: #f2cd58 !important;
  font-weight: 850;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.ophys-contact-note a:hover { color: #fff0a3 !important; }

.ophys-pass-admin-card {
  margin: 18px 0 24px;
  padding: 20px;
  border: 1px solid rgba(240, 199, 76, .32);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(240, 199, 76, .08), rgba(11, 20, 35, .72));
}
.ophys-pass-admin-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.ophys-pass-admin-head h4 { margin: 3px 0 4px; font-size: 1.22rem; }
.ophys-pass-admin-head p { margin: 0; color: rgba(225, 232, 244, .72); }
.ophys-pass-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
  white-space: nowrap;
}
.ophys-pass-status.active { color: #caffdb; background: rgba(35, 182, 92, .17); border: 1px solid rgba(58, 214, 118, .28); }
.ophys-pass-status.inactive { color: #ffe2a8; background: rgba(240, 160, 50, .13); border: 1px solid rgba(240, 180, 70, .25); }
.ophys-pass-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.ophys-pass-admin-actions button {
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  color: #f7f9ff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.ophys-pass-admin-actions button.primary { background: linear-gradient(135deg, #f5d660, #e8b932); color: #15120a; border-color: transparent; }
.ophys-pass-admin-actions button.danger { color: #ffb4b4; border-color: rgba(255, 95, 95, .28); }
.ophys-pass-admin-actions button:disabled { opacity: .55; cursor: wait; }
.ophys-pass-history {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(229, 235, 246, .76);
  font-size: .9rem;
  line-height: 1.55;
}
.ophys-pass-admin-message { margin: 12px 0 0; font-size: .92rem; }
.ophys-pass-admin-message.success { color: #9df0b9; }
.ophys-pass-admin-message.error { color: #ffb0b0; }

@media (max-width: 760px) {
  .ophys-about-section { padding: 38px 16px 54px; }
  .ophys-about-card { grid-template-columns: 1fr; text-align: left; border-radius: 27px; }
  .ophys-about-ring { width: 100%; min-height: 0; aspect-ratio: 16 / 10; border-radius: 24px; }
  .ophys-about-ring::after, .ophys-about-ring img { border-radius: 19px; }
  .ophys-about-visual { justify-content: stretch; }
  .ophys-about-experience { left: 18px; bottom: 16px; font-size: .76rem; }
  .ophys-pass-admin-head { flex-direction: column; }
  .ophys-pass-admin-actions { display: grid; grid-template-columns: 1fr; }
  .ophys-pass-admin-actions button { width: 100%; }
}
