#sfc-wizard-wrapper { max_width: 600px; margin: 0 auto; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); padding: 20px; border: 1px solid #e0e0e0; }
.sfc-step { display: none; }
.sfc-step.active { display: block; animation: fadeIn 0.5s; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.sfc-form-group { margin-bottom: 15px; }
.sfc-form-group label { display: block; margin-bottom: 5px; font-weight: 600; color: #333; }
.sfc-form-group input, .sfc-form-group select, .sfc-form-group textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px; box-sizing: border-box; }
.sfc-form-group input:read-only { background-color: #f0f0f0; color: #666; cursor: not-allowed; }

.sfc-btn { display: inline-block; background-color: #0073aa; color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 4px; border: none; cursor: pointer; font-size: 16px; transition: background-color 0.3s; width: 100%; text-align: center; }
.sfc-btn:hover { background-color: #005177; }
.sfc-btn:disabled { background-color: #ccc; cursor: not-allowed; }
.sfc-btn.verified { background-color: #46b450; cursor: default; }
.sfc-nav-controls { display: flex; justify-content: space-between; margin-bottom: 15px; }
.sfc-nav-btn { background: none; border: none; color: #0073aa; cursor: pointer; font-size: 14px; text-decoration: underline; padding: 0; }
.sfc-nav-btn:disabled { color: #ccc; cursor: default; text-decoration: none; }

.sfc-date-option { display: block; padding: 10px; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 8px; cursor: pointer; transition: all 0.2s; }
.sfc-date-option:hover { background-color: #f9f9f9; border-color: #bbb; }
.sfc-date-option.selected { border-color: #0073aa; background-color: #f0f7fc; box-shadow: 0 0 0 1px #0073aa; }
.sfc-date-option input { display: none; }
.sfc-discount-tag { display: inline-block; background-color: #46b450; color: white; font-size: 12px; font-weight: bold; padding: 2px 6px; border-radius: 3px; margin-left: 8px; text-transform: uppercase; }

.sfc-price-box { background: #f8f9fa; border: 1px solid #e2e4e7; padding: 15px; border-radius: 4px; margin-top: 20px; }
.sfc-price-row { display: flex; justify-content: space-between; margin-bottom: 5px; }
.sfc-price-row.total { border-top: 1px solid #ddd; padding-top: 10px; margin-top: 10px; font-weight: bold; font-size: 1.1em; }
#sfc-otp-success { color: #46b450; font-weight: bold; margin-bottom: 15px; display: none; }
.sfc-error { color: #d63638; margin-bottom: 15px; display: none; font-weight: 600; }
