.business-wizard-container{max-width:800px;margin:0 auto;padding:2rem 1rem;background:#f8fafc;min-height:100vh}.business-wizard-title{font-size:2rem;font-weight:700;color:#1a202c;text-align:center;margin-bottom:1rem}.business-wizard-progress{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;gap:1rem}.business-wizard-progress-step{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid #e2e8f0;background:white;color:#a0aec0;transition:all .3s ease}.business-wizard-progress-step.active{background:#1c5235;color:white;border-color:#1c5235;transform:scale(1.1)}.business-wizard-progress-step.completed{background:#38a169;color:white;border-color:#38a169}.business-wizard-step{background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);overflow:hidden}.step-header{padding:2rem 2rem 1rem;background:linear-gradient(135deg,#1c5235,#2d5a3d);color:white;text-align:center}.step-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.step-description{font-size:1rem;opacity:.9;margin:0}.form-sections{padding:2rem}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.form-section:last-child{border-bottom:none;margin-bottom:0}.section-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.section-description{color:#718096;font-size:.9rem;margin:0 0 1.5rem;line-height:1.5}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-row:last-child{margin-bottom:0}.form-group{flex:1 1}.form-group.full-width{flex:1 1 100%}.form-group.half-width{flex:1 1 48%}.form-label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.9rem}.required{color:#e53e3e;margin-left:2px}.field-hint{color:#718096;font-size:.8rem;margin-bottom:.75rem;line-height:1.4}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .2s ease;background:white}.form-input:focus,.form-textarea:focus{outline:none;border-color:#1c5235;box-shadow:0 0 0 3px rgba(28,82,53,.1)}.form-input.error,.form-textarea.error{border-color:#e53e3e}.form-textarea{resize:vertical;min-height:120px}.character-count{font-size:.8rem;color:#718096;margin-top:.5rem;text-align:right}.character-count .under-minimum{color:#e53e3e;font-weight:600}.character-count .valid{color:#38a169;font-weight:600}.file-upload-container{margin-bottom:1rem}.file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-upload-button{display:inline-block;padding:.75rem 1.5rem;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500;color:#4a5568}.file-upload-button:hover{background:#edf2f7;border-color:#1c5235;color:#1c5235}.logo-preview{margin-top:1rem;text-align:center}.preview-image{border-radius:8px;border:2px solid #e2e8f0}.other-input-container{margin-top:1rem}.checkbox-group{space-y:1rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;background:white}.checkbox-label:hover{border-color:#cbd5e0;background:#f7fafc}.checkbox-input{margin-top:.25rem;flex-shrink:0}.checkbox-text{flex:1 1}.checkbox-text strong{display:block;color:#2d3748;margin-bottom:.25rem}.checkbox-description{color:#718096;font-size:.8rem;line-height:1.4}.conditional-input{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.error-message{color:#e53e3e;font-size:.8rem;margin-top:.5rem;font-weight:500}.step-actions{padding:2rem;background:#f7fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;gap:1rem}.btn{padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#1c5235;color:white}.btn-primary:hover{background:#143d28;transform:translateY(-1px);box-shadow:0 4px 12px rgba(28,82,53,.3)}.btn-secondary{background:white;color:#4a5568;border:2px solid #e2e8f0}.btn-secondary:hover{border-color:#cbd5e0;background:#f7fafc}.hours-input-styled .business-hours-input{border:none;padding:0;background:transparent}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.image-preview-item{position:relative;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0}.remove-image-btn{position:absolute;top:.5rem;right:.5rem;background:rgba(239,68,68,.9);color:white;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color .2s}.remove-image-btn:hover{background:rgba(220,38,38,1)}.terms-link{color:#1c5235;text-decoration:underline}.terms-link:hover{color:#143d28}.checkbox-label.error{border-color:#e53e3e;background:#fef5e7}.review-section{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.review-section:last-child{margin-bottom:0}.review-section-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.review-item{background:white;padding:1rem;border-radius:6px;border:1px solid #e2e8f0}.review-item.full-width{grid-column:1/-1}.review-label{font-weight:600;color:#4a5568;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}.review-value{color:#2d3748;font-size:.9rem;line-height:1.5}.review-description{background:#f7fafc;padding:1rem;border-radius:6px;border-left:4px solid #1c5235;font-style:italic;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.category-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.category-tag{background:#1c5235;color:white;font-weight:500}.category-tag,.other-category{padding:.25rem .75rem;border-radius:12px;font-size:.75rem}.other-category{background:#e2e8f0;color:#4a5568;font-style:italic}.logo-preview-small{display:inline-block}.preview-image-small{border-radius:6px;border:2px solid #e2e8f0}.hours-preview-display{background:white;padding:1rem;border-radius:6px;border:1px solid #e2e8f0;font-family:Courier New,monospace;font-size:.9rem;color:#2d3748}.service-option-enabled{background:#f0fff4;border:1px solid #9ae6b4;border-radius:6px;padding:1rem}.service-option-disabled{background:#fff5f5;border:1px solid #feb2b2;border-radius:6px;padding:1rem;color:#718096}.service-option-title{font-weight:600;color:#1c5235;margin-bottom:.5rem}.service-option-details{color:#2d3748;font-size:.9rem;font-style:italic;background:rgba(255,255,255,.7);padding:.75rem;border-radius:4px;margin-top:.5rem}.review-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:.75rem;gap:.75rem}.review-image-item{border-radius:6px;overflow:hidden;border:2px solid #e2e8f0;transition:transform .2s ease}.review-image-item:hover{transform:scale(1.05)}.review-image{width:100%;height:100%;object-fit:cover}.compliance-summary{background:#f0fff4;border:1px solid #9ae6b4;border-radius:6px;padding:1rem}.compliance-item{color:#1c5235;font-weight:500;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.compliance-item:last-child{margin-bottom:0}.submitting-content{display:flex;align-items:center;gap:.5rem}.spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.review-grid{grid-template-columns:1fr}.review-section{padding:1rem}.category-tags{flex-direction:column;align-items:flex-start}.review-image-gallery{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}}.success-header{padding:3rem 2rem 2rem;background:linear-gradient(135deg,#1c5235,#2d5a3d);color:white;text-align:center}.success-animation{margin-bottom:1.5rem}.checkmark-circle{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.2);margin:0 auto;display:flex;align-items:center;justify-content:center;animation:scaleIn .6s ease-out}.checkmark-icon{font-size:2.5rem;color:white;animation:checkmarkDraw .8s ease-out .3s both}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes checkmarkDraw{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-title{font-size:2rem;font-weight:700;margin:0 0 .5rem}.success-subtitle{font-size:1.1rem;opacity:.9;margin:0}.success-section{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.success-section:last-child{margin-bottom:0}.success-section-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.timeline,.timeline-item{position:relative}.timeline-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0}.timeline-item:not(:last-child):after{content:"";position:absolute;left:20px;top:60px;width:2px;height:calc(100% - 20px);background:#e2e8f0}.timeline-item.active:after{background:#1c5235}.timeline-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;background:white;border:3px solid #e2e8f0}.timeline-item.active .timeline-icon{border-color:#1c5235;background:#f0fdf4}.timeline-item.pending .timeline-icon{border-color:#cbd5e0;background:#f7fafc}.timeline-content h4{font-size:1rem;font-weight:600;color:#2d3748;margin:0 0 .25rem}.timeline-content p{color:#718096;margin:0 0 .25rem;font-size:.9rem}.timeline-time{font-size:.8rem;color:#a0aec0;font-weight:500}.listing-summary-card{background:white;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.summary-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #e2e8f0}.summary-logo{flex-shrink:0}.summary-logo-image{border-radius:8px;border:2px solid #e2e8f0}.summary-business-name{font-size:1.2rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.summary-categories{display:flex;flex-wrap:wrap;gap:.5rem}.summary-category-tag{background:#1c5235;color:white;font-weight:500}.summary-category-more,.summary-category-tag{padding:.25rem .75rem;border-radius:12px;font-size:.75rem}.summary-category-more{background:#e2e8f0;color:#4a5568;font-style:italic}.summary-stats{display:flex;justify-content:space-around;padding:1rem 1.5rem;background:#f7fafc}.summary-stat{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:#1c5235;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#718096;text-transform:uppercase;letter-spacing:.5px}.next-steps-grid{display:flex;flex-direction:column;gap:1rem}.next-step-card{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.next-step-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.next-step-icon{font-size:2rem;margin-bottom:1rem}.next-step-card h4{font-size:1rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.next-step-card p{color:#718096;font-size:.9rem;margin:0;line-height:1.4}.info-box{background:#e6fffa;border:1px solid #81e6d9;border-radius:8px;padding:1.5rem}.info-box h4{font-size:1rem;font-weight:600;color:#1c5235;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.info-box ul{margin:0;padding-left:1.5rem;color:#2d3748}.info-box li{margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.info-box li:last-child{margin-bottom:0}@media (max-width:768px){.success-header{padding:2rem 1rem 1.5rem}.success-title{font-size:1.5rem}.checkmark-circle{width:60px;height:60px}.checkmark:after{font-size:1.5rem}.timeline-item{gap:.75rem}.timeline-icon{width:32px;height:32px;font-size:1rem}.timeline-item:not(:last-child):after{left:16px}.summary-header{text-align:center}.summary-header,.summary-stats{flex-direction:column;gap:1rem}.next-steps-grid{grid-template-columns:1fr}.success-section{padding:1rem}}.business-wizard-validation-summary{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;padding:1rem;margin-bottom:2rem}.business-wizard-validation-summary h4{color:#c53030;margin:0 0 .5rem;font-size:.9rem}.business-wizard-validation-summary ul{color:#9b2c2c;font-size:.8rem;margin:0;padding-left:1.5rem}.business-wizard-startover{text-align:center;margin-bottom:2rem}.business-wizard-btn-outline{background:white;color:#4a5568;border:2px solid #e2e8f0;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;text-decoration:none;display:inline-block;transition:all .2s ease}.business-wizard-btn-outline:hover{border-color:#1c5235;color:white}@media (max-width:768px){.business-wizard-container{padding:1rem .5rem}.form-sections,.step-header{padding:1.5rem}.step-title{font-size:1.5rem}.form-row{flex-direction:column;gap:1rem}.form-group.half-width{flex:1 1 100%}.step-actions{flex-direction:column;padding:1.5rem}.btn{justify-content:center}}.business-hours-input{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#fff}.business-wizard-hours-input .business-hours-input{border:1px solid #ddd;border-radius:6px;padding:12px}.business-wizard-hours-input .business-hours-label{font-weight:600;color:#333;font-size:15px;margin-bottom:8px}.business-hours-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.business-hours-label{font-weight:600;color:#333;font-size:14px}.business-hours-quick-actions{display:flex;gap:8px}.quick-action-btn{background:#1c5235;color:white;border:none;padding:4px 8px;border-radius:4px;font-size:11px;cursor:pointer;transition:background-color .2s}.quick-action-btn:hover{background:#143d28}.business-hours-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.business-hours-day-row{display:grid;grid-template-columns:60px 1fr;align-items:center;grid-gap:12px;gap:12px;padding:6px 0;border-bottom:1px solid #f1f5f9}.business-hours-day-row:last-child{border-bottom:none}.day-checkbox,.day-label{display:flex;align-items:center}.day-checkbox{gap:6px;cursor:pointer;font-size:13px}.day-checkbox input[type=checkbox]{margin:0;cursor:pointer}.day-name{font-weight:500;color:#374151;min-width:35px}.time-inputs{display:flex;align-items:center;gap:6px}.time-input{border:1px solid #d1d5db;border-radius:4px;padding:4px 6px;font-size:12px;width:70px;text-align:center}.time-input:focus{outline:none;border-color:#1c5235;box-shadow:0 0 0 2px rgba(28,82,53,.1)}.time-separator{color:#6b7280;font-weight:500;font-size:12px}.copy-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:4px 6px;cursor:pointer;color:#6b7280;font-size:10px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.copy-btn:hover{background:#e5e7eb;color:#374151}.copy-btn.copied{background:#10b981;color:white;border-color:#10b981}.closed-indicator{display:flex;align-items:center;gap:6px;color:#9ca3af;font-size:12px;font-style:italic}.hours-preview{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:8px;font-size:12px;color:#495057;line-height:1.4}.hours-preview strong{color:#333}@media (max-width:480px){.business-hours-day-row{grid-template-columns:50px 1fr;gap:8px}.time-input{width:60px;font-size:11px}.business-hours-header{flex-direction:column;align-items:flex-start;gap:8px}.copy-btn{width:20px;height:20px;font-size:9px}}.business-hours-display{font-size:13px;color:#374151;line-height:1.4}.business-hours-display.compact{font-size:11px}.business-hours-display.large{font-size:14px}.current-day-highlight{font-weight:600;color:#1c5235}.hours-status{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:2px 6px;border-radius:3px;font-weight:500}.hours-status.open{background:#d1fae5;color:#065f46}.hours-status.closed{background:#fee2e2;color:#991b1b}.hours-status.opening-soon{background:#fef3c7;color:#92400e}.business-hours-compact .hours-text{font-size:11px;line-height:1.2;color:#666}.business-hours-compact .hours-status{font-size:10px;padding:1px 4px}