/* MJ Formule Premium - CSS */
.mj-bail-form,
.mj-conciergerie-form,
.mj-premium-form,
.mj-serenite-form {
    --navy: #1E2364;
    --gold: #C6A962;
    --cream: #FAF9F6;
    --charcoal: #2D2D2D;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 680px;
    margin: 0 auto;
    padding: 20px;
}

.mj-premium-form * { box-sizing: border-box; }

.mj-premium-intro { text-align: center; margin-bottom: 40px; animation: mjSlideUp 0.5s ease-out; }
.mj-premium-badge { display: inline-block; padding: 8px 16px; background: rgba(30, 35, 100, 0.05); color: var(--navy); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 50px; margin-bottom: 16px; }
.mj-premium-title { font-family: 'Playfair Display', Georgia, serif; font-size: 32px; font-weight: 500; color: var(--navy); margin: 0 0 12px; line-height: 1.2; }
.mj-premium-subtitle { color: rgba(45, 45, 45, 0.6); font-size: 15px; margin: 0; }

.mj-progress-wrap { margin-bottom: 32px; }
.mj-progress-info { display: flex; justify-content: space-between; font-size: 12px; color: rgba(45, 45, 45, 0.4); margin-bottom: 8px; }
.mj-progress-bar { height: 4px; background: #e5e5e5; border-radius: 4px; overflow: hidden; }
.mj-progress-fill { height: 100%; background: linear-gradient(90deg, var(--navy), var(--gold)); border-radius: 4px; transition: width 0.4s ease; }

.mj-form-card { background: #fff; border-radius: 20px; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.06); }
@media (max-width: 640px) { .mj-form-card { padding: 24px; border-radius: 16px; } .mj-premium-title { font-size: 26px; } }

.mj-step { display: none; animation: mjFadeIn 0.4s ease-out; }
.mj-step.active { display: block; }
.mj-step-title { font-family: 'Playfair Display', Georgia, serif; font-size: 24px; font-weight: 500; color: var(--navy); margin: 0 0 8px; }
.mj-step-desc { font-size: 14px; color: rgba(45, 45, 45, 0.5); margin: 0 0 24px; }

.mj-options { display: flex; flex-direction: column; gap: 12px; }
.mj-option { display: flex; align-items: flex-start; gap: 16px; padding: 16px 20px; background: #fff; border: 2px solid #e8e8ec; border-radius: 14px; cursor: pointer; transition: all 0.2s ease; }
.mj-option:hover { border-color: var(--gold); background: rgba(198, 169, 98, 0.03); }
.mj-option.selected { border-color: var(--gold); background: rgba(198, 169, 98, 0.08); }
.mj-option input { display: none; }
.mj-option-icon { flex-shrink: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(30, 35, 100, 0.05); border-radius: 10px; color: var(--navy); }
.mj-option-icon svg { width: 20px; height: 20px; }
.mj-option-content { flex: 1; }
.mj-option-label { font-weight: 500; color: var(--charcoal); font-size: 15px; display: block; }
.mj-option-hint { font-size: 13px; color: rgba(45, 45, 45, 0.5); margin-top: 2px; display: block; }
.mj-option-check { flex-shrink: 0; width: 22px; height: 22px; border: 2px solid #d1d5db; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.2s; margin-top: 2px; }
.mj-option.selected .mj-option-check { background: var(--navy); border-color: var(--navy); }
.mj-option.selected .mj-option-check svg { display: block; }
.mj-option-check svg { width: 12px; height: 12px; color: #fff; display: none; }
.mj-option[data-type="checkbox"] .mj-option-check { border-radius: 6px; }

.mj-other-input { display: none; margin-top: 12px; padding: 14px 18px; border: 2px solid #e8e8ec; border-radius: 12px; font-size: 15px; width: 100%; transition: border-color 0.2s; }
.mj-other-input:focus { outline: none; border-color: var(--gold); }
.mj-other-input.visible { display: block; }

.mj-input { width: 100%; padding: 16px 20px; border: 2px solid #e8e8ec; border-radius: 14px; font-size: 16px; font-family: inherit; transition: border-color 0.2s; }
.mj-input:focus { outline: none; border-color: var(--gold); }
.mj-input::placeholder { color: #a0a0a0; }
.mj-input.error { border-color: #ef4444; }
.mj-inputs-group { display: flex; flex-direction: column; gap: 14px; }

.mj-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; padding-top: 24px; border-top: 1px solid #f0f0f0; }
.mj-btn-back { display: flex; align-items: center; gap: 8px; color: rgba(45, 45, 45, 0.5); font-size: 14px; font-weight: 500; background: none; border: none; cursor: pointer; padding: 10px 0; transition: color 0.2s; }
.mj-btn-back:hover { color: var(--navy); }
.mj-btn-back svg { width: 18px; height: 18px; }
.mj-btn-next, .mj-btn-submit { display: flex; align-items: center; gap: 10px; background: var(--navy); color: #fff; font-size: 15px; font-weight: 600; padding: 14px 28px; border: none; border-radius: 12px; cursor: pointer; transition: all 0.3s ease; }
.mj-btn-next:hover, .mj-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30, 35, 100, 0.25); }
.mj-btn-next svg, .mj-btn-submit svg { width: 18px; height: 18px; }
.mj-btn-submit { background: linear-gradient(135deg, var(--navy), #2a3178); }

.mj-success { text-align: center; padding: 40px 20px; }
.mj-success-icon { width: 72px; height: 72px; background: #ecfdf5; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.mj-success-icon svg { width: 36px; height: 36px; color: #10b981; }
.mj-success-title { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; color: var(--navy); margin: 0 0 12px; }
.mj-success-text { color: rgba(45, 45, 45, 0.6); font-size: 15px; line-height: 1.6; margin: 0 0 24px; }
.mj-success-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 500; text-decoration: none; transition: color 0.2s; }
.mj-success-link:hover { color: var(--gold); }

.mj-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 32px; font-size: 12px; color: rgba(45, 45, 45, 0.4); }
.mj-trust-item { display: flex; align-items: center; gap: 8px; }
.mj-trust-item svg { width: 16px; height: 16px; }

@keyframes mjFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes mjSlideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.mj-spinner { display: inline-block; width: 20px; height: 20px; border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: mjSpin 0.6s linear infinite; }
@keyframes mjSpin { to { transform: rotate(360deg); } }