.be-wizard-container { max-width: 700px; margin: 40px auto; padding: 30px; background: #ffffff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1f2937; border: 1px solid #f3f4f6; }
.be-progress-wrapper { background: #e5e7eb; height: 8px; border-radius: 4px; overflow: hidden; margin-bottom: 12px; }
.be-progress-bar { background: #2563eb; height: 100%; width: 0%; transition: width 0.3s ease-in-out; }
.be-step-counter { font-size: 13px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 25px; }
.be-step { display: none; }
.be-step.be-active { display: block; animation: beFadeIn 0.4s ease-in-out; }
@keyframes beFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.be-step h2 { font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #111827; }
.be-step-subtitle { color: #6b7280; font-size: 14px; margin-bottom: 25px; line-height: 1.5; }
.be-form-group { margin-bottom: 24px; }
.be-form-group label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 15px; color: #374151; }
.be-form-group input[type="text"], .be-form-group input[type="email"], .be-form-group input[type="tel"], .be-form-group input[type="number"] { width: 100%; padding: 12px 16px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; transition: border-color 0.2s, box-shadow 0.2s; box-sizing: border-box; background-color: #f9fafb; }
.be-form-group input:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15); background-color: #ffffff; outline: none; }
.be-radio-group { display: grid; grid-template-columns: 1fr; gap: 12px; }
.be-radio-group.horizontal { grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .be-radio-group.horizontal { grid-template-columns: 1fr; } }
.be-radio-card { display: flex; align-items: center; padding: 14px 18px; border: 1px solid #e5e7eb; border-radius: 8px; cursor: pointer; transition: all 0.2s; background: #ffffff; }
.be-radio-card:hover { background: #f9fafb; border-color: #cbd5e1; }
.be-radio-card input[type="radio"] { display: none; }
.be-radio-box { width: 18px; height: 18px; border: 2px solid #cbd5e1; border-radius: 50%; margin-right: 12px; display: inline-block; position: relative; flex-shrink: 0; }
.be-radio-card input[type="radio"]:checked + .be-radio-box { border-color: #2563eb; }
.be-radio-card input[type="radio"]:checked + .be-radio-box::after { content: ''; width: 10px; height: 10px; background: #2563eb; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.be-radio-card:has(input[type="radio"]:checked) { border-color: #2563eb; background: #eff6ff; }
.be-checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .be-checkbox-grid { grid-template-columns: 1fr; } }
.be-checkbox-wrapper { display: flex; flex-direction: column; }
.be-checkbox-card { display: flex; align-items: flex-start; padding: 16px; border: 1px solid #e5e7eb; border-radius: 8px; cursor: pointer; transition: all 0.2s; background: #ffffff; height: 100%; box-sizing: border-box; }
.be-checkbox-card:hover { background: #f9fafb; border-color: #cbd5e1; }
.be-checkbox-card input[type="checkbox"] { display: none; }
.be-checkbox-box { width: 18px; height: 18px; border: 2px solid #cbd5e1; border-radius: 4px; margin-right: 12px; display: inline-block; position: relative; flex-shrink: 0; margin-top: 2px; }
.be-checkbox-card input[type="checkbox"]:checked + .be-checkbox-box { border-color: #2563eb; background: #2563eb; }
.be-checkbox-card input[type="checkbox"]:checked + .be-checkbox-box::after { content: '✓'; color: #ffffff; font-size: 12px; font-weight: bold; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.be-checkbox-card:has(input[type="checkbox"]:checked) { border-color: #2563eb; background: #eff6ff; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-color: transparent;}
.be-checkbox-content { display: flex; flex-direction: column; }
.be-checkbox-content strong { font-size: 14px; color: #111827; margin-bottom: 2px; }
.be-checkbox-content span { font-size: 12px; color: #6b7280; line-height: 1.3; }

/* Premium Input Styles */
.be-premium-input-wrapper { display: none; background: #eff6ff; padding: 12px 16px; border: 1px solid #2563eb; border-top: none; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.be-premium-input-wrapper label { font-size: 12px; color: #1e3a8a; margin-bottom: 6px; font-weight: normal; }
.be-premium-input-wrapper input { width: 100%; padding: 8px 10px; border: 1px solid #93c5fd; border-radius: 4px; font-size: 14px; box-sizing: border-box; }
.be-premium-input-wrapper input:focus { border-color: #2563eb; outline:none; }

.consent-checkbox { margin-top: 30px; }
.be-checkbox-label { display: flex; align-items: flex-start; cursor: pointer; }
.be-checkbox-label input { display: none; }
.be-checkbox-box-custom { width: 18px; height: 18px; border: 2px solid #cbd5e1; border-radius: 4px; margin-right: 12px; display: inline-block; position: relative; flex-shrink: 0; margin-top: 3px; }
.be-checkbox-label input:checked + .be-checkbox-box-custom { border-color: #2563eb; background: #2563eb; }
.be-checkbox-label input:checked + .be-checkbox-box-custom::after { content: '✓'; color: #ffffff; font-size: 12px; font-weight: bold; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.be-checkbox-text { font-size: 13px; color: #4b5563; line-height: 1.4; }
.be-wizard-footer { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 20px; border-top: 1px solid #f3f4f6; }
.be-btn { padding: 12px 24px; border-radius: 8px; font-weight: 600; font-size: 15px; cursor: pointer; transition: all 0.2s; border: none; }
.be-btn-primary { background: #2563eb; color: #ffffff; margin-left: auto; }
.be-btn-primary:hover { background: #1d4ed8; }
.be-btn-secondary { background: #f3f4f6; color: #4b5563; border: 1px solid #e5e7eb; }
.be-btn-secondary:hover { background: #e5e7eb; }
.be-input-error { border-color: #ef4444 !important; background-color: #fef2f2 !important; }
.be-results-screen { animation: beFadeIn 0.5s ease-in-out; }
.be-results-header { text-align: center; margin-bottom: 30px; }
.be-success-icon { width: 60px; height: 60px; background: #10b981; color: #ffffff; font-size: 32px; font-weight: bold; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 auto 15px auto; }
.be-results-header h2 { font-size: 24px; color: #111827; margin-bottom: 10px; }
.be-results-header p { color: #6b7280; font-size: 15px; line-height: 1.5; }
.be-results-list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.be-result-item { padding: 16px; border-radius: 8px; border-left: 5px solid; }
.be-result-item.critical { background: #fef2f2; border-left-color: #ef4444; }
.be-result-item.recommended { background: #fffbeb; border-left-color: #f59e0b; }
.be-result-item.covered { background: #ecfdf5; border-left-color: #10b981; }
.be-result-item h4 { margin: 0 0 5px 0; font-size: 16px; font-weight: 700; }
.be-result-item.critical h4 { color: #991b1b; }
.be-result-item.recommended h4 { color: #92400e; }
.be-result-item.covered h4 { color: #065f46; }
.be-result-item p { margin: 0; font-size: 14px; line-height: 1.4; color: #4b5563; }
.be-results-info-box { background-color: #e0f2fe; padding: 18px; border-radius: 8px; margin-bottom: 25px; color: #0369a1; text-align: left; font-size: 14px; border-left: 4px solid #0284c7; }
.be-results-footer { text-align: center; border-top: 1px solid #f3f4f6; padding-top: 25px; }
.be-results-footer p { font-size: 14px; color: #4b5563; margin-bottom: 20px; }
