.options-card { position: relative; min-height: 420px; }
.premium-controls { position: relative; }
.premium-locked .premium-controls { filter: grayscale(.75); opacity: .48; pointer-events: none; user-select: none; }
.premium-locked .premium-controls::after { content: "BLOQUEADO"; position: absolute; inset: 0; display: grid; place-items: center; color: #302467; font-size: .76rem; font-weight: 900; letter-spacing: .12em; background: rgba(238,235,252,.16); }
.paywall { position: relative; z-index: 3; display: grid; gap: 10px; text-align: center; margin: 20px 0 0; padding: 20px 16px; border: 1px solid #dedcf2; border-radius: 18px; background: #f8f7ff; box-shadow: 0 10px 26px rgba(48,35,105,.12); }
.paywall h3,.paywall p { margin: 0; }
.lock-icon { font-size: 2rem; }
#paypal-button { border: 0; border-radius: 999px; padding: 12px 18px; color: #172c70; background: #ffc439; font-weight: 800; cursor: pointer; }
#paypal-button:hover { background: #f5b900; }
#paypal-button:disabled { cursor: wait; opacity: .65; }
.premium-unlocked .paywall { display: none; }
.premium-unlocked .premium-controls { filter: none; opacity: 1; pointer-events: auto; }
.premium-badge { color: #087f6b; font-weight: 800; }
@media (max-width: 800px) { .options-card { min-height: 400px; } }
