@charset "UTF-8";h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;color:#000}h1{font-size:2.5rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.125rem}.text-center{text-align:center}.subtitle{text-align:center;color:#666;font-size:1rem;margin-bottom:2rem}.alert.alert-warning{background-color:#fef3c7;border:2px solid #666666;color:#92400e}.loader{text-align:center;padding:2rem}.loader .loader-spinner{display:inline-block;width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}.loader p{margin-top:1rem;font-weight:600;color:#666}.loader small{display:block;margin-top:.5rem;color:#999}.fade-in{animation:fadeIn .3s ease}.btn{border:none;padding:0;background:none;cursor:pointer;font-family:inherit;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-secondary{background-color:#fff;color:#000;border:2px solid #000000}.btn.btn-secondary:hover:not(:disabled){background-color:#000;color:#fff}.btn.btn-primary{background:#000000;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#333333;transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.btn.btn-success{background:#000000;color:#fff;font-size:1.125rem;padding:1rem 2.5rem}.btn.btn-success:hover:not(:disabled){background:#333333;transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.btn.btn-retry{padding:.5rem 1rem;background-color:#000;color:#fff;border-radius:6px}.btn.btn-retry:hover{background-color:#333}.btn.btn-pulse{position:relative;animation:subtlePulse 2.5s ease-in-out infinite}.btn.btn-pulse:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,rgba(0,0,0,.1),rgba(0,0,0,.05));border-radius:inherit;opacity:0;animation:pulseRing 2.5s ease-in-out infinite;z-index:-1}.btn.btn-pulse:hover{animation:none}@keyframes subtlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes pulseRing{0%{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}to{opacity:0;transform:scale(1.1)}}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.badge.badge-primary,.badge.badge-success{background-color:#f5f5f5;color:#000}.badge.badge-warning{background-color:#f5f5f5;color:#666}.badge.badge-csv,.badge.badge-sample{background-color:#f5f5f5;color:#000}.form-group label{display:block;font-weight:600;color:#666;margin-bottom:.5rem;font-size:.875rem}.form-group .form-control{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-group .form-control:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #0000001a}.upload-zone{border:2px dashed #e0e0e0;border-radius:12px;padding:3rem;text-align:center;background-color:#f9f9f9;transition:all .2s ease;position:relative}.upload-zone .file-input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.upload-zone .upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-zone .upload-icon{font-size:3rem;opacity:.5}.upload-zone .upload-text{font-weight:500;color:#666}.upload-zone .upload-hint{font-size:.75rem;color:#999}.upload-zone .file-name{color:#000;font-weight:600}.upload-zone:hover{border-color:#000;background-color:#f5f5f5}.upload-zone.has-file{border-color:#000;background-color:#d1fae5}.card{border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;background-color:#fff;transition:all .2s ease}.card.card-selectable{cursor:pointer;transition:all .2s ease}.card.card-selectable input[type=radio],.card.card-selectable input[type=checkbox]{display:none}.card.card-selectable:hover{border-color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card.card-selectable.selected{border-color:#000;background-color:#f5f5f5;box-shadow:0 4px 16px #0003}.grid-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background-color:#f9f9f9;border-radius:12px;border:2px solid #e0e0e0}.stat-card .stat-icon{font-size:2rem}.stat-card .stat-info{display:flex;flex-direction:column;gap:.25rem}.stat-card .stat-info strong{font-size:1.5rem;color:#000}.stat-card .stat-info small{font-size:.875rem;color:#666}.wizard-container{max-width:900px;margin:0 auto;padding:2rem}.wizard-progress{margin-bottom:3rem}.wizard-progress .progress-bar{width:100%;height:4px;background-color:#e0e0e0;border-radius:2px;margin-bottom:2rem;position:relative;overflow:hidden}.wizard-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);transition:width .3s ease;border-radius:2px;box-shadow:0 2px 8px #3b82f64d}.wizard-progress .steps-indicator{display:flex;justify-content:space-between;gap:1rem}.wizard-progress .steps-indicator .step-circle{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:default;transition:all .3s ease}.wizard-progress .steps-indicator .step-circle.clickable{cursor:pointer}.wizard-progress .steps-indicator .step-circle.clickable:hover{transform:translateY(-2px)}.wizard-progress .steps-indicator .step-circle .step-number{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;color:#666;font-weight:600;transition:all .3s ease}.wizard-progress .steps-indicator .step-circle .step-info{text-align:center;display:flex;flex-direction:column;gap:.25rem}.wizard-progress .steps-indicator .step-circle .step-info .step-title{font-weight:600;font-size:.875rem;color:#333}.wizard-progress .steps-indicator .step-circle .step-info .step-description{font-size:.75rem;color:#666}.wizard-progress .steps-indicator .step-circle.active .step-number{background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;box-shadow:0 4px 12px #3b82f666}.wizard-progress .steps-indicator .step-circle.active .step-title{color:#000}.wizard-progress .steps-indicator .step-circle.completed .step-number{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff}.wizard-content{min-height:400px;margin-bottom:2rem}.wizard-content .wizard-step{animation:fadeIn .3s ease}.wizard-content .wizard-step h2{font-size:1.875rem;font-weight:700;color:#000;margin-bottom:.5rem;text-align:center}.wizard-content .wizard-step .subtitle{text-align:center;color:#666;font-size:1rem;margin-bottom:2rem}.business-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.business-type-grid .business-type-card{cursor:pointer;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease;text-align:center}.business-type-grid .business-type-card input[type=radio]{display:none}.business-type-grid .business-type-card .card-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.business-type-grid .business-type-card .card-content .icon{font-size:2.5rem}.business-type-grid .business-type-card .card-content .label{font-weight:600;color:#000}.business-type-grid .business-type-card:hover{border-color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.business-type-grid .business-type-card.selected{border-color:#000;background-color:#f5f5f5;box-shadow:0 4px 16px #0003}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#000;margin-bottom:.5rem;font-size:.875rem}.form-group .form-control{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-group .form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.form-group .help-text{display:block;margin-top:.5rem;font-size:.875rem;color:#666}.form-group .error-message{display:block;margin-top:.5rem;font-size:.875rem;color:#000}.goal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.goal-grid .goal-card{cursor:pointer;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease}.goal-grid .goal-card input[type=radio]{display:none}.goal-grid .goal-card .card-content{display:flex;flex-direction:column;gap:.75rem}.goal-grid .goal-card .card-content .icon{font-size:2rem}.goal-grid .goal-card .card-content h3{font-size:1.125rem;font-weight:600;color:#000;margin:0}.goal-grid .goal-card .card-content p{font-size:.875rem;color:#666;margin:0}.goal-grid .goal-card:hover{border-color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.goal-grid .goal-card.selected{border-color:#000;background-color:#f5f5f5;box-shadow:0 4px 16px #0003}.contact-import .upload-zone{border:2px dashed #d1d5db;border-radius:12px;padding:3rem;text-align:center;background-color:#f9fafb;transition:all .2s ease;position:relative}.contact-import .upload-zone .file-input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.contact-import .upload-zone .upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-import .upload-zone .upload-label .upload-icon{font-size:3rem}.contact-import .upload-zone .upload-label .upload-text{font-size:1rem;color:#000;margin:0}.contact-import .upload-zone .upload-label .upload-text .file-name{font-weight:600;color:#000}.contact-import .upload-zone .upload-label .upload-hint{font-size:.875rem;color:#666;margin:0}.contact-import .upload-zone:hover,.contact-import .upload-zone.has-file{border-color:#000;background-color:#f5f5f5}.contact-import .contacts-preview{margin-top:1.5rem;padding:1.5rem;background-color:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.contact-import .contacts-preview .preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.contact-import .contacts-preview .preview-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#111827;margin:0}.contact-import .contacts-preview .preview-header h3 .icon{font-size:1.5rem}.contact-import .contacts-preview .preview-header .badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.contact-import .contacts-preview .preview-header .badge.badge-csv{background-color:#f5f5f5;color:#000}.contact-import .contacts-preview .preview-header .badge.badge-sample{background-color:#f5f5f5;color:#666}.contact-import .contacts-preview .contacts-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.contact-import .contacts-preview .contacts-list .contact-item{display:flex;align-items:center;gap:1rem;padding:.875rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.contact-import .contacts-preview .contacts-list .contact-item:hover{border-color:#3b82f6;box-shadow:0 1px 3px #3b82f626}.contact-import .contacts-preview .contacts-list .contact-item .contact-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;border-radius:50%;font-weight:600;font-size:.875rem}.contact-import .contacts-preview .contacts-list .contact-item .contact-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.contact-import .contacts-preview .contacts-list .contact-item .contact-info strong{font-size:.9375rem;color:#111827;font-weight:500}.contact-import .contacts-preview .contacts-list .contact-item .contact-info small{font-size:.8125rem;color:#666}.contact-import .contacts-preview .contacts-list .contact-item .contact-status{font-size:1.125rem}.contact-import .contacts-preview .help-text{font-size:.875rem;color:#666;margin:0;padding:.75rem;background-color:#f9f9f9;border-radius:6px;border-left:3px solid #999999}.generating-loader{text-align:center;padding:3rem}.generating-loader .loader-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite;box-shadow:0 4px 12px #3b82f633}.generating-loader p{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.5rem}.generating-loader small{color:#666}.sequence-preview .automation-indicator{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #3b82f6;border-radius:12px;margin-bottom:2rem;position:relative}.sequence-preview .automation-indicator.live{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-color:#10b981}.sequence-preview .automation-indicator.live .automation-text strong{color:#065f46}.sequence-preview .automation-indicator.live .automation-text small{color:#059669}.sequence-preview .automation-indicator .live-status-dot{width:12px;height:12px;background:#10b981;border-radius:50%;flex-shrink:0;position:relative;animation:statusPulse 2s ease-in-out infinite}.sequence-preview .automation-indicator .live-status-dot:after{content:"";position:absolute;top:-4px;left:-4px;width:20px;height:20px;border:2px solid #10b981;border-radius:50%;opacity:0;animation:statusRipple 2s ease-in-out infinite}.sequence-preview .automation-indicator .automation-icon{font-size:2rem;flex-shrink:0}.sequence-preview .automation-indicator .automation-text{flex:1}.sequence-preview .automation-indicator .automation-text strong{display:block;font-size:1.125rem;color:#1e40af;font-weight:600;margin-bottom:.25rem}.sequence-preview .automation-indicator .automation-text small{display:block;font-size:.9375rem;color:#3b82f6}.sequence-preview .emails-timeline-visual{background:#ffffff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;margin-bottom:2rem}.sequence-preview .emails-timeline-visual .timeline-email-item{display:flex;gap:1.5rem;position:relative;transition:all .3s ease}.sequence-preview .emails-timeline-visual .timeline-email-item:not(:last-child){margin-bottom:2rem}.sequence-preview .emails-timeline-visual .timeline-email-item.status-active{transform:scale(1.05);z-index:10}.sequence-preview .emails-timeline-visual .timeline-email-item.status-active .timeline-email-content{background:linear-gradient(135deg,rgba(236,253,245,.6) 0%,rgba(209,250,229,.4) 100%);padding:1.5rem;border-radius:12px;border:2px solid #10b981;box-shadow:0 4px 12px #10b98126,0 8px 24px #10b9811a,0 0 0 4px #10b98114;margin:-1rem 0 0 -.5rem}.sequence-preview .emails-timeline-visual .timeline-email-item.status-active .timeline-connector .timeline-dot{width:24px;height:24px;box-shadow:0 0 0 4px #d1fae5,0 0 0 8px #10b98126,0 4px 12px #10b9814d}.sequence-preview .emails-timeline-visual .timeline-email-item.status-active .email-subject{color:#065f46;font-size:1.25rem;font-weight:700}.sequence-preview .emails-timeline-visual .timeline-email-item.status-active .email-preview-text{color:#059669}.sequence-preview .emails-timeline-visual .timeline-email-item.status-active .btn-view-email{border-color:#10b981;color:#059669;background:rgba(236,253,245,.5)}.sequence-preview .emails-timeline-visual .timeline-email-item.status-active .btn-view-email:hover{background:#ecfdf5;border-color:#059669;box-shadow:0 4px 12px #10b98133}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled{opacity:.55;transform:scale(.98)}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled .timeline-email-content{padding-bottom:1rem}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled .timeline-connector{opacity:.6}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled .timeline-connector .timeline-dot{box-shadow:0 0 0 3px #fef3c780}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled .email-subject{color:#6b7280;font-weight:500}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled .email-preview-text{color:#9ca3af}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled .btn-view-email{opacity:.7}.sequence-preview .emails-timeline-visual .timeline-email-item.status-scheduled .btn-view-email:hover{opacity:1}.sequence-preview .emails-timeline-visual .timeline-email-item:hover.status-active{transform:scale(1.06)}.sequence-preview .emails-timeline-visual .timeline-email-item:hover.status-active .timeline-email-content{box-shadow:0 6px 16px #10b98133,0 10px 32px #10b98126,0 0 0 4px #10b9811f}.sequence-preview .emails-timeline-visual .timeline-email-item:hover.status-scheduled{opacity:.75;transform:scale(.99)}.sequence-preview .emails-timeline-visual .timeline-email-item:hover .timeline-email-content{transform:translate(4px)}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-connector{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-connector .timeline-dot{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);border:3px solid #ffffff;box-shadow:0 0 0 3px #e0e7ff;position:relative;z-index:2;transition:all .3s ease}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-connector .timeline-dot.dot-active{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 0 0 3px #d1fae5;animation:dotPulseActive 2s ease-in-out infinite}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-connector .timeline-dot.dot-scheduled{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 0 0 3px #fef3c7}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-connector .timeline-line{width:2px;flex:1;background:linear-gradient(180deg,#3b82f6 0%,#e5e7eb 100%);margin-top:.5rem;min-height:60px}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content{flex:1;padding-bottom:1rem;transition:transform .3s ease}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-timing{margin-bottom:.75rem}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-timing .timing-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:#f3f4f6;border-radius:6px;font-size:.8125rem;font-weight:600;color:#4b5563;border:1px solid #e5e7eb;transition:all .2s ease}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-timing .timing-badge.badge-active{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);color:#065f46;border-color:#a7f3d0}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-timing .timing-badge.badge-active span{color:#10b981;font-weight:700}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-timing .timing-badge.badge-scheduled{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);color:#92400e;border-color:#fde68a}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-timing .timing-badge.badge-scheduled span{color:#d97706}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-subject{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .75rem;line-height:1.4}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-preview-text{font-size:.9375rem;color:#6b7280;line-height:1.6;margin:0 0 1rem}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .btn-view-email{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .btn-view-email:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f633}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .btn-view-email i{font-size:.75rem;transition:transform .2s ease}.sequence-preview .emails-timeline-visual .timeline-email-item .timeline-email-content .email-full-view{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;animation:slideDown .3s ease}.sequence-preview .emails-timeline{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;position:relative}.sequence-preview .emails-timeline:before{content:"";position:absolute;left:20px;top:40px;bottom:40px;width:2px;background-color:#e5e7eb}.sequence-preview .emails-timeline .email-preview-card{position:relative;padding-left:60px}.sequence-preview .emails-timeline .email-preview-card .timeline-marker{position:absolute;left:0;top:16px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.sequence-preview .emails-timeline .email-preview-card .timeline-marker .marker-dot{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);border:4px solid white;box-shadow:0 2px 8px #3b82f666;z-index:1}.sequence-preview .emails-timeline .email-preview-card .timeline-marker .marker-label{font-size:.75rem;font-weight:600;color:#666;white-space:nowrap}.sequence-preview .sequence-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.sequence-preview .sequence-stats .stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background-color:#f9fafb;border-radius:12px;border:2px solid #e5e7eb}.sequence-preview .sequence-stats .stat-card .stat-icon{font-size:2rem}.sequence-preview .sequence-stats .stat-card .stat-info{display:flex;flex-direction:column;gap:.25rem}.sequence-preview .sequence-stats .stat-card .stat-info strong{font-size:1.5rem;color:#000}.sequence-preview .sequence-stats .stat-card .stat-info small{font-size:.875rem;color:#666}.sequence-preview .contacts-preview-summary{margin-top:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:12px;border:2px solid #e5e7eb}.sequence-preview .contacts-preview-summary h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem}.sequence-preview .contacts-preview-summary .contacts-mini-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.sequence-preview .contacts-preview-summary .contacts-mini-list .mini-contact-item{display:flex;align-items:center;gap:.75rem;padding:.625rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px}.sequence-preview .contacts-preview-summary .contacts-mini-list .mini-contact-item .mini-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;border-radius:50%;font-weight:600;font-size:.75rem}.sequence-preview .contacts-preview-summary .contacts-mini-list .mini-contact-item .mini-contact-info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.sequence-preview .contacts-preview-summary .contacts-mini-list .mini-contact-item .mini-contact-info strong{font-size:.8125rem;color:#111827;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sequence-preview .contacts-preview-summary .contacts-mini-list .mini-contact-item .mini-contact-info small{font-size:.6875rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wizard-navigation{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:2px solid #e5e7eb}.wizard-navigation .nav-spacer{flex:1}.wizard-navigation .btn{padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.wizard-navigation .btn:disabled{opacity:.5;cursor:not-allowed}.wizard-navigation .btn.btn-secondary{background-color:#f3f4f6;color:#000}.wizard-navigation .btn.btn-secondary:hover:not(:disabled){background-color:#e5e7eb}.wizard-navigation .btn.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;box-shadow:0 2px 8px #3b82f64d}.wizard-navigation .btn.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #3b82f666}.wizard-navigation .btn.btn-success{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;font-size:1.125rem;padding:1rem 2.5rem;box-shadow:0 4px 12px #3b82f64d}.wizard-navigation .btn.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem}.alert.alert-warning{background-color:#f5f5f5;border:2px solid #666666;color:#666}.alert.alert-error{background-color:#fee2e2;border:2px solid #000000;color:#991b1b}.alert strong{display:block;margin-bottom:.5rem}.alert p{margin:0}.alert .btn-retry{margin-top:.75rem;padding:.5rem 1rem;background-color:#000;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer}.alert .btn-retry:hover{background-color:#000}@media (max-width: 768px){.wizard-container{padding:1rem .75rem}.wizard-progress{margin-bottom:2rem}.wizard-progress .progress-bar{margin-bottom:1.5rem}.wizard-progress .steps-indicator{gap:.5rem}.wizard-progress .steps-indicator .step-circle .step-number{width:36px;height:36px;font-size:14px}.wizard-progress .steps-indicator .step-circle .step-info{display:none}.wizard-content .wizard-step h2{font-size:1.5rem}.wizard-content .wizard-step .step-subtitle{font-size:.9rem}.business-type-grid,.goal-grid{grid-template-columns:1fr;gap:1rem}.sequence-stats{grid-template-columns:1fr;gap:.75rem}.automation-indicator{flex-direction:column;text-align:center;padding:1.25rem;gap:.75rem}.automation-indicator .live-status-dot{align-self:center}.automation-indicator .automation-icon{font-size:1.75rem}.automation-indicator .automation-text strong{font-size:1rem}.automation-indicator .automation-text small{font-size:.875rem}.emails-timeline-visual{padding:1.25rem}.emails-timeline-visual .timeline-email-item{gap:1rem}.emails-timeline-visual .timeline-email-item.status-active{transform:scale(1.03)}.emails-timeline-visual .timeline-email-item.status-active .timeline-email-content{padding:1.25rem;margin:-.75rem 0 0 -.25rem}.emails-timeline-visual .timeline-email-item.status-active .timeline-email-content .email-subject{font-size:1.125rem}.emails-timeline-visual .timeline-email-item.status-active .timeline-connector .timeline-dot{width:20px;height:20px}.emails-timeline-visual .timeline-email-item.status-scheduled{opacity:.6;transform:scale(.97)}.emails-timeline-visual .timeline-email-item .timeline-connector .timeline-dot{width:16px;height:16px}.emails-timeline-visual .timeline-email-item .timeline-connector .timeline-dot.dot-active{animation:dotPulseActive 2s ease-in-out infinite}.emails-timeline-visual .timeline-email-item .timeline-connector .timeline-line{min-height:50px}.emails-timeline-visual .timeline-email-item .timeline-email-content .email-subject{font-size:1rem}.emails-timeline-visual .timeline-email-item .timeline-email-content .email-preview-text{font-size:.875rem}.contacts-mini-list{grid-template-columns:1fr!important}.wizard-navigation{flex-direction:column;gap:.75rem;padding:1rem .75rem}.wizard-navigation .btn{width:100%;padding:.875rem 1.5rem}.wizard-navigation .nav-spacer{display:none}.form-group input,.form-group select,.form-group textarea{font-size:16px}.step-generating .generating-preview{max-width:280px}.step-generating .generating-preview .generating-overlay .overlay-content .spinner-large{width:48px;height:48px;border-width:3px}.step-generating .generating-preview .generating-overlay .overlay-content .progress-label{font-size:1.75rem}.step-generating .generating-preview .generating-overlay .overlay-content .progress-status{font-size:.8125rem}.step-generating .generating-message{font-size:1rem;margin:1.25rem 0 .875rem}.step-generating .generating-hint{font-size:.875rem;margin:.875rem 0 2rem}.step-generating .progress-bar-container .progress-steps{flex-wrap:wrap;gap:.375rem}.step-generating .progress-bar-container .progress-steps .step-label{font-size:.6875rem;padding:.375rem .125rem}.step-generating .progress-bar-container .progress-steps .step-label i{font-size:.75rem}}@media (max-width: 480px){.wizard-container{padding:.75rem .5rem}.wizard-progress{margin-bottom:1.5rem}.wizard-progress .steps-indicator{gap:.25rem}.wizard-progress .steps-indicator .step-circle .step-number{width:32px;height:32px;font-size:13px}.wizard-content .wizard-step{padding:1.25rem .75rem}.wizard-content .wizard-step h2{font-size:1.25rem}.wizard-content .wizard-step .step-subtitle{font-size:.85rem}.business-type-card,.goal-card{padding:1rem}.business-type-card .card-icon,.goal-card .card-icon{font-size:2rem}.business-type-card .card-title,.goal-card .card-title{font-size:.95rem}.business-type-card .card-description,.goal-card .card-description{font-size:.8rem}.sequence-stat{padding:.875rem}.sequence-stat .stat-value{font-size:1.25rem}.sequence-stat .stat-label{font-size:.8rem}.wizard-navigation{padding:.875rem .5rem}.wizard-navigation .btn{padding:.75rem 1.25rem;font-size:.9rem}.step-generating .generating-preview{max-width:240px;border-radius:.75rem}.step-generating .generating-preview .generating-overlay .overlay-content .spinner-large{width:40px;height:40px;border-width:2px;margin-bottom:.75rem}.step-generating .generating-preview .generating-overlay .overlay-content .progress-label{font-size:1.5rem}.step-generating .generating-preview .generating-overlay .overlay-content .progress-status{font-size:.75rem}.step-generating .step-title{font-size:1.375rem}.step-generating .generating-message{font-size:.9375rem;margin:1rem 0 .75rem}.step-generating .generating-message i{font-size:1.125rem}.step-generating .generating-hint{font-size:.8125rem;margin:.75rem 0 1.75rem}.step-generating .progress-bar-container .progress-bar-wrapper{height:10px;margin-bottom:1.25rem}.step-generating .progress-bar-container .progress-bar-wrapper .progress-percentage{font-size:.625rem}.step-generating .progress-bar-container .progress-steps{gap:.25rem}.step-generating .progress-bar-container .progress-steps .step-label{font-size:.625rem;padding:.25rem .0625rem}.step-generating .progress-bar-container .progress-steps .step-label i{display:none}}.sequence-activated{text-align:center;animation:fadeIn .5s ease}.sequence-activated .activation-hero{padding:3rem 1rem;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:16px;margin-bottom:2rem;border:none;box-shadow:0 8px 24px #10b98133}.sequence-activated .activation-hero .success-icon{font-size:4rem;margin-bottom:1rem;animation:bounceIn .6s ease;color:#fff}.sequence-activated .activation-hero h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem}.sequence-activated .activation-hero .hero-subtitle{font-size:1.125rem;color:#fffffff2;margin:0;line-height:1.6}.sequence-activated .activation-hero .hero-subtitle strong{color:#fff;font-weight:600}.sequence-activated .how-it-works-explainer{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #3b82f6;border-radius:16px;padding:2rem;margin-bottom:2rem;text-align:left;animation:fadeIn .5s ease .3s both}.sequence-activated .how-it-works-explainer .explainer-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(59,130,246,.2)}.sequence-activated .how-it-works-explainer .explainer-header i{font-size:1.75rem;color:#3b82f6}.sequence-activated .how-it-works-explainer .explainer-header h3{font-size:1.25rem;font-weight:600;color:#1e40af;margin:0}.sequence-activated .how-it-works-explainer .explainer-content{display:flex;flex-direction:column;gap:1.25rem}.sequence-activated .how-it-works-explainer .explainer-point{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:rgba(255,255,255,.7);border-radius:10px;transition:all .2s ease}.sequence-activated .how-it-works-explainer .explainer-point:hover{background:rgba(255,255,255,.9);transform:translate(4px)}.sequence-activated .how-it-works-explainer .explainer-point .point-icon{font-size:1.75rem;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:50%}.sequence-activated .how-it-works-explainer .explainer-point .point-text{flex:1;padding-top:.25rem}.sequence-activated .how-it-works-explainer .explainer-point .point-text strong{display:block;font-size:1rem;color:#111827;font-weight:600;margin-bottom:.5rem}.sequence-activated .how-it-works-explainer .explainer-point .point-text p{margin:0;font-size:.875rem;color:#4b5563;line-height:1.6}.sequence-activated .activation-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.sequence-activated .activation-summary .summary-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;text-align:left;transition:all .2s ease}.sequence-activated .activation-summary .summary-card.success{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)}.sequence-activated .activation-summary .summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.sequence-activated .activation-summary .summary-card .card-icon{font-size:2rem;flex-shrink:0}.sequence-activated .activation-summary .summary-card .card-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.sequence-activated .activation-summary .summary-card .card-content strong{font-size:1rem;color:#000;font-weight:600}.sequence-activated .activation-summary .summary-card .card-content small{font-size:.875rem;color:#666}.sequence-activated .live-activity-section{background:linear-gradient(135deg,#ffffff 0%,#f9fafb 100%);border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000a}.sequence-activated .live-activity-section .live-activity-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.sequence-activated .live-activity-section .live-activity-header .live-indicator{display:flex;align-items:center;gap:.5rem}.sequence-activated .live-activity-section .live-activity-header .live-indicator .live-dot{width:10px;height:10px;background:#10b981;border-radius:50%;position:relative;animation:livePulse 2s ease-in-out infinite}.sequence-activated .live-activity-section .live-activity-header .live-indicator .live-dot:after{content:"";position:absolute;top:-4px;left:-4px;width:18px;height:18px;border:2px solid #10b981;border-radius:50%;opacity:0;animation:liveRipple 2s ease-in-out infinite}.sequence-activated .live-activity-section .live-activity-header .live-indicator strong{font-size:1rem;color:#111827;font-weight:600}.sequence-activated .live-activity-section .live-activity-header .activity-subtitle{font-size:.875rem;color:#6b7280}.sequence-activated .live-activity-section .activity-feed{display:flex;flex-direction:column;gap:.75rem}.sequence-activated .live-activity-section .activity-feed .activity-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ffffff;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease;animation:slideIn .4s ease}.sequence-activated .live-activity-section .activity-feed .activity-item.sent{border-left:3px solid #10b981;background:linear-gradient(90deg,rgba(16,185,129,.05) 0%,#ffffff 10%)}.sequence-activated .live-activity-section .activity-feed .activity-item.queued{border-left:3px solid #f59e0b;background:linear-gradient(90deg,rgba(245,158,11,.05) 0%,#ffffff 10%)}.sequence-activated .live-activity-section .activity-feed .activity-item:hover{transform:translate(4px);box-shadow:0 2px 8px #00000014}.sequence-activated .live-activity-section .activity-feed .activity-item .status-icon{font-size:1.25rem;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px}.sequence-activated .live-activity-section .activity-feed .activity-item .status-icon.success{color:#10b981;background:rgba(16,185,129,.1)}.sequence-activated .live-activity-section .activity-feed .activity-item .status-icon.pending{color:#f59e0b;background:rgba(245,158,11,.1)}.sequence-activated .live-activity-section .activity-feed .activity-item .activity-content{flex:1;text-align:left}.sequence-activated .live-activity-section .activity-feed .activity-item .activity-content strong{display:block;font-size:.9375rem;color:#111827;margin-bottom:.25rem;font-weight:600}.sequence-activated .live-activity-section .activity-feed .activity-item .activity-content small{font-size:.8125rem;color:#6b7280}.sequence-activated .live-activity-section .activity-feed .activity-item .activity-content small .live-time{color:#10b981;font-weight:500}.sequence-activated .compact-timeline{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left}.sequence-activated .compact-timeline h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.sequence-activated .compact-timeline h3 i{color:#3b82f6}.sequence-activated .compact-timeline .timeline-list{display:flex;flex-direction:column;gap:.5rem}.sequence-activated .compact-timeline .timeline-list .timeline-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.sequence-activated .compact-timeline .timeline-list .timeline-item:hover{border-color:#3b82f6;background:#eff6ff}.sequence-activated .compact-timeline .timeline-list .timeline-item .timeline-number{width:24px;height:24px;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;flex-shrink:0}.sequence-activated .compact-timeline .timeline-list .timeline-item .timeline-info{flex:1}.sequence-activated .compact-timeline .timeline-list .timeline-item .timeline-info strong{display:block;font-size:.9375rem;color:#111827;margin-bottom:.125rem}.sequence-activated .compact-timeline .timeline-list .timeline-item .timeline-info small{font-size:.8125rem;color:#6b7280}.sequence-activated .what-happens-next{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.sequence-activated .what-happens-next h3{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:1.5rem;text-align:center}.sequence-activated .what-happens-next .timeline-steps{display:flex;flex-direction:column;gap:0}.sequence-activated .what-happens-next .timeline-steps .timeline-step{display:flex;gap:1rem;position:relative}.sequence-activated .what-happens-next .timeline-steps .timeline-step .step-indicator{display:flex;flex-direction:column;align-items:center;position:relative}.sequence-activated .what-happens-next .timeline-steps .timeline-step .step-indicator .step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;border-radius:50%;font-weight:600;font-size:.875rem;z-index:1}.sequence-activated .what-happens-next .timeline-steps .timeline-step .step-indicator .step-line{width:2px;flex:1;background-color:#e5e7eb;margin:.25rem 0;min-height:40px}.sequence-activated .what-happens-next .timeline-steps .timeline-step .step-content{flex:1;padding:.25rem 0 1.5rem}.sequence-activated .what-happens-next .timeline-steps .timeline-step .step-content strong{display:block;font-size:1rem;color:#000;margin-bottom:.25rem}.sequence-activated .what-happens-next .timeline-steps .timeline-step .step-content small{display:block;font-size:.875rem;color:#666}.sequence-activated .next-steps-cta{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #3b82f6;border-radius:16px;padding:2rem;margin-bottom:2rem;text-align:center}.sequence-activated .next-steps-cta .cta-actions .cta-label{font-size:1.125rem;color:#1e40af;margin:0;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem}.sequence-activated .next-steps-cta .cta-actions .cta-label i{font-size:1.5rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes liveRipple{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.4)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:1000px}}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}@keyframes statusRipple{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}@keyframes dotPulseActive{0%,to{transform:scale(1);box-shadow:0 0 0 3px #d1fae5}50%{transform:scale(1.1);box-shadow:0 0 0 5px #d1fae5,0 0 0 8px #d1fae566}}.video-express-wizard{min-height:100vh;background:#ffffff;padding-bottom:2rem}.video-express-wizard .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.video-express-wizard .container{padding:0 2rem}}.video-express-wizard .wizard-header{padding:2rem 0;text-align:center;color:#000}.video-express-wizard .wizard-header .wizard-title{font-size:2rem;font-weight:700;margin:0 0 .5rem}@media (min-width: 768px){.video-express-wizard .wizard-header .wizard-title{font-size:2.5rem}}.video-express-wizard .wizard-header .wizard-subtitle{font-size:1rem;opacity:.9;margin:0}@media (min-width: 768px){.video-express-wizard .wizard-header .wizard-subtitle{font-size:1.125rem}}.video-express-wizard .wizard-header .header-skeleton .skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:.5rem}.video-express-wizard .wizard-header .header-skeleton .skeleton.skeleton-title{height:2.5rem;width:280px;max-width:70%;margin:0 auto .75rem}@media (min-width: 768px){.video-express-wizard .wizard-header .header-skeleton .skeleton.skeleton-title{height:3rem;width:350px}}.video-express-wizard .wizard-header .header-skeleton .skeleton.skeleton-subtitle{height:1.5rem;width:320px;max-width:80%;margin:0 auto}@media (min-width: 768px){.video-express-wizard .wizard-header .header-skeleton .skeleton.skeleton-subtitle{width:400px}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.video-express-wizard .wizard-container .container{max-width:600px}.video-express-wizard .progress-indicator{background:white;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000001a}.video-express-wizard .progress-indicator .progress-steps{display:flex;align-items:center;justify-content:space-between;max-width:400px;margin:0 auto}.video-express-wizard .progress-indicator .progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto}.video-express-wizard .progress-indicator .progress-step .step-circle{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;transition:all .3s ease}.video-express-wizard .progress-indicator .progress-step .step-label{font-size:.75rem;color:#666;font-weight:500}@media (min-width: 768px){.video-express-wizard .progress-indicator .progress-step .step-label{font-size:.875rem}}.video-express-wizard .progress-indicator .progress-step.active .step-circle{background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.video-express-wizard .progress-indicator .progress-step.completed .step-circle{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff}.video-express-wizard .progress-indicator .progress-line{flex:1;height:2px;background:#e5e7eb;transition:background .3s ease;margin:0 .5rem;transform:translateY(-1rem)}.video-express-wizard .progress-indicator .progress-line.active{background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%)}.video-express-wizard .alert{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.875rem}.video-express-wizard .alert.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.video-express-wizard .alert .icon-alert{font-size:1.25rem;color:#999}.video-express-wizard .alert .icon-alert i{display:block}.video-express-wizard .alert .close-btn{margin-left:auto;background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.6;transition:opacity .2s}.video-express-wizard .alert .close-btn:hover{opacity:1}.video-express-wizard .wizard-step{background:white;border-radius:1rem;padding:2rem 1.5rem;box-shadow:0 10px 25px #0000001a;min-height:400px}@media (min-width: 768px){.video-express-wizard .wizard-step{padding:3rem 2.5rem}}.video-express-wizard .wizard-step .step-content{max-width:500px;margin:0 auto}.video-express-wizard .wizard-step .step-title{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .75rem;text-align:center}@media (min-width: 768px){.video-express-wizard .wizard-step .step-title{font-size:1.875rem}}.video-express-wizard .wizard-step .step-description{font-size:1rem;color:#666;text-align:center;margin:0 0 2rem;line-height:1.6}.video-express-wizard .wizard-step .step-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.video-express-wizard .upload-area{margin:2rem 0}.video-express-wizard .upload-area .upload-zone{border:2px dashed #d1d5db;border-radius:.75rem;padding:3rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease}.video-express-wizard .upload-area .upload-zone:hover{border-color:#3b82f6;background:#f9fafb}.video-express-wizard .upload-area .upload-zone.drag-over{border-color:#3b82f6;background:#eff6ff;transform:scale(1.02);box-shadow:0 4px 12px #3b82f640}.video-express-wizard .upload-area .upload-zone .upload-icon{font-size:4rem;margin-bottom:1rem}.video-express-wizard .upload-area .upload-zone .upload-text{font-size:1rem;color:#000;margin:0 0 .5rem;font-weight:500}.video-express-wizard .upload-area .upload-zone .upload-hint{font-size:.875rem;color:#999;margin:0}.video-express-wizard .upload-area .image-preview{text-align:center}.video-express-wizard .upload-area .image-preview img{max-width:100%;max-height:300px;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:1rem}.video-express-wizard .upload-area .image-preview .preview-filename{font-size:.875rem;color:#666;margin-bottom:1rem}.video-express-wizard .upload-area .image-preview .btn-change-image{background:none;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;color:#666;transition:all .2s}.video-express-wizard .upload-area .image-preview .btn-change-image:hover{border-color:#000;color:#000}.video-express-wizard .objective-cards{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}@media (min-width: 768px){.video-express-wizard .objective-cards{flex-direction:row;gap:1.5rem}}.video-express-wizard .objective-cards .objective-card{flex:1;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;background:white}.video-express-wizard .objective-cards .objective-card:hover{transform:scale(1.02);box-shadow:0 8px 16px #0000001a;border-color:#3b82f6}.video-express-wizard .objective-cards .objective-card.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 8px 16px #3b82f640}.video-express-wizard .objective-cards .objective-card .card-icon{font-size:3rem;margin-bottom:.75rem}.video-express-wizard .objective-cards .objective-card .card-title{font-size:1.25rem;font-weight:600;color:#000;margin:0 0 .5rem}.video-express-wizard .objective-cards .objective-card .card-intent{font-size:1rem;font-weight:600;color:#000;margin:0 0 .75rem;font-style:italic}.video-express-wizard .objective-cards .objective-card .card-description{font-size:.875rem;color:#666;line-height:1.5;margin:0}.video-express-wizard .objective-cards .objective-card .card-check{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:50%;background:#000000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.video-express-wizard .animation-selector{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.video-express-wizard .animation-selector .selector-title{font-size:1.25rem;font-weight:600;color:#000;margin:0 0 .5rem;text-align:center}.video-express-wizard .animation-selector .selector-description{font-size:.875rem;color:#666;text-align:center;margin:0 0 1.5rem}.video-express-wizard .animation-selector .animation-cards{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.video-express-wizard .animation-selector .animation-cards{grid-template-columns:repeat(3,1fr);gap:1rem}}.video-express-wizard .animation-selector .animation-cards .animation-card{border:2px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:all .3s ease;position:relative;background:white;text-align:center}.video-express-wizard .animation-selector .animation-cards .animation-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#333}.video-express-wizard .animation-selector .animation-cards .animation-card.selected{border-color:#333;background:#faf5ff;box-shadow:0 8px 16px #8b5cf633}.video-express-wizard .animation-selector .animation-cards .animation-card.recommended{border-color:#999}.video-express-wizard .animation-selector .animation-cards .animation-card.recommended.selected{border-color:#333}.video-express-wizard .animation-selector .animation-cards .animation-card .anim-icon{font-size:2.5rem;margin-bottom:.75rem}.video-express-wizard .animation-selector .animation-cards .animation-card .anim-label{font-size:1rem;font-weight:600;color:#000;margin:0 0 .5rem}.video-express-wizard .animation-selector .animation-cards .animation-card .anim-description{font-size:.8rem;color:#666;line-height:1.4;margin:0}.video-express-wizard .animation-selector .animation-cards .animation-card .anim-badge{display:inline-block;margin-top:.5rem;padding:.25rem .75rem;background:#f5f5f5;color:#666;border-radius:9999px;font-size:.75rem;font-weight:600}.video-express-wizard .animation-selector .animation-cards .animation-card .anim-check{position:absolute;top:.75rem;right:.75rem;width:1.75rem;height:1.75rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.video-express-wizard .step-generating .generating-preview{position:relative;max-width:360px;margin:0 auto 2rem;border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px #0000001f}.video-express-wizard .step-generating .generating-preview .generating-image{width:100%;height:auto;display:block}.video-express-wizard .step-generating .generating-preview .generating-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(99,102,241,.85) 0%,rgba(139,92,246,.85) 100%);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.video-express-wizard .step-generating .generating-preview .generating-overlay .overlay-content{text-align:center;color:#fff}.video-express-wizard .step-generating .generating-preview .generating-overlay .overlay-content .spinner-large{width:56px;height:56px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.video-express-wizard .step-generating .generating-preview .generating-overlay .overlay-content .progress-label{font-size:2rem;font-weight:700;margin-bottom:.5rem;animation:pulse 2s ease-in-out infinite}.video-express-wizard .step-generating .generating-preview .generating-overlay .overlay-content .progress-status{font-size:.875rem;font-weight:500;opacity:.95;padding:0 1rem}.video-express-wizard .step-generating .generating-message{font-size:1.125rem;color:#000;text-align:center;margin:1.5rem 0 1rem;font-weight:500;min-height:1.5rem;animation:fadeIn .5s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.video-express-wizard .step-generating .generating-message i{color:#6366f1;font-size:1.25rem;animation:pulse 2s ease-in-out infinite}.video-express-wizard .step-generating .generating-hint{font-size:.9375rem;color:#666;text-align:center;margin:1rem 0 2.5rem;line-height:1.6}.video-express-wizard .step-generating .generating-hint i{color:#6366f1;margin-right:.25rem}.video-express-wizard .step-generating .generating-hint strong{color:#000;font-weight:600}.video-express-wizard .step-generating .progress-bar-container{width:100%;margin-bottom:2rem}.video-express-wizard .step-generating .progress-bar-container .progress-bar-wrapper{position:relative;width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:1.5rem;box-shadow:inset 0 2px 4px #0000000f}.video-express-wizard .step-generating .progress-bar-container .progress-bar-wrapper .progress-bar-fill{height:100%;background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 50%,#6366f1 100%);background-size:200% 100%;animation:shimmer 2s linear infinite;transition:width .5s cubic-bezier(.4,0,.2,1);border-radius:6px;box-shadow:0 2px 8px #6366f166}.video-express-wizard .step-generating .progress-bar-container .progress-bar-wrapper .progress-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.6875rem;font-weight:700;color:#000;text-shadow:0 1px 2px rgba(255,255,255,.8)}.video-express-wizard .step-generating .progress-bar-container .progress-steps{display:flex;justify-content:space-between;gap:.5rem}.video-express-wizard .step-generating .progress-bar-container .progress-steps .step-label{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.75rem;color:#9ca3af;font-weight:500;text-align:center;transition:all .3s ease;padding:.5rem .25rem;border-radius:.375rem}.video-express-wizard .step-generating .progress-bar-container .progress-steps .step-label i{opacity:0;font-size:.875rem;transform:scale(0);transition:all .3s cubic-bezier(.34,1.56,.64,1)}.video-express-wizard .step-generating .progress-bar-container .progress-steps .step-label.active{color:#6366f1;font-weight:600;background:rgba(99,102,241,.08)}.video-express-wizard .step-generating .progress-bar-container .progress-steps .step-label.active i{opacity:1;transform:scale(1);color:#6366f1}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.video-express-wizard .step-ready .success-icon{font-size:4rem;text-align:center;margin-bottom:1rem}.video-express-wizard .step-ready .video-player-container{position:relative;margin:2rem 0;border-radius:.75rem;overflow:hidden;box-shadow:0 8px 16px #00000026}.video-express-wizard .step-ready .video-player-container .video-player{width:100%;height:auto;max-height:500px;display:block;background:#000}.video-express-wizard .step-ready .video-player-container .video-play-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.7);cursor:pointer;z-index:10;transition:background .3s ease}.video-express-wizard .step-ready .video-player-container .video-play-overlay:hover{background:rgba(0,0,0,.8)}.video-express-wizard .step-ready .video-player-container .video-play-overlay:hover .play-button i{transform:scale(1.1)}.video-express-wizard .step-ready .video-player-container .video-play-overlay .play-button{margin-bottom:1rem}.video-express-wizard .step-ready .video-player-container .video-play-overlay .play-button i{font-size:5rem;color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .2s ease}.video-express-wizard .step-ready .video-player-container .video-play-overlay .play-hint{color:#fff;font-size:1.125rem;font-weight:500;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.video-express-wizard .step-ready .video-player-container .video-error-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(220,38,38,.95);padding:2rem;z-index:20}.video-express-wizard .step-ready .video-player-container .video-error-overlay .error-icon{margin-bottom:1rem}.video-express-wizard .step-ready .video-player-container .video-error-overlay .error-icon i{font-size:4rem;color:#fff}.video-express-wizard .step-ready .video-player-container .video-error-overlay .error-message{color:#fff;font-size:1rem;font-weight:500;text-align:center;margin:0 0 1.5rem;max-width:300px}.video-express-wizard .step-ready .video-player-container .video-error-overlay .btn{background:#ffffff;color:#dc2626}.video-express-wizard .step-ready .video-player-container .video-error-overlay .btn:hover{background:#f3f4f6}.video-express-wizard .step-ready .video-info{display:flex;flex-direction:column;gap:.75rem;margin:2rem 0;padding:1.5rem;background:#f9fafb;border-radius:.5rem}.video-express-wizard .step-ready .video-info .info-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#000}.video-express-wizard .step-ready .video-info .info-item .icon-check{color:#3b82f6;font-size:1.25rem}.video-express-wizard .step-ready .video-info .info-item .icon-check i{display:block}.video-express-wizard .step-ready .video-usage-guidance{margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:1rem;border:2px solid #fbbf24}.video-express-wizard .step-ready .video-usage-guidance .usage-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.video-express-wizard .step-ready .video-usage-guidance .usage-header i{font-size:1.75rem;color:#d97706}.video-express-wizard .step-ready .video-usage-guidance .usage-header .usage-title{font-size:1.25rem;font-weight:700;color:#000;margin:0}.video-express-wizard .step-ready .video-usage-guidance .usage-content{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#92400e;margin-bottom:.5rem}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value{font-size:1rem;color:#000}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.platform{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.125rem}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.platform i{color:#c026d3;font-size:1.5rem}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.caption{display:flex;align-items:center;gap:1rem;background:white;padding:1rem;border-radius:.5rem}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.caption .caption-text{flex:1;font-size:.9375rem;line-height:1.5}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.caption .btn-copy{flex-shrink:0;padding:.5rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.caption .btn-copy:hover{background:#2563eb;transform:scale(1.05)}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.caption .btn-copy i{font-size:1rem}.video-express-wizard .step-ready .video-usage-guidance .usage-content .usage-section .usage-value.cta .cta-badge{display:inline-block;padding:.5rem 1rem;background:#10b981;color:#fff;font-weight:600;border-radius:.375rem;font-size:.9375rem}.video-express-wizard .step-ready .video-usage-guidance .usage-footer{display:flex;align-items:center;gap:.5rem;padding-top:1rem;border-top:1px solid rgba(217,119,6,.3);font-size:.8125rem;color:#92400e}.video-express-wizard .step-ready .video-usage-guidance .usage-footer i{font-size:1rem}.video-express-wizard .step-ready .video-usage-guidance .usage-footer strong{font-weight:700;color:#000}.video-express-wizard .step-ready .feedback-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center}.video-express-wizard .step-ready .feedback-section .feedback-question{font-size:.9375rem;font-weight:600;color:#000;margin:0 0 1.5rem}.video-express-wizard .step-ready .feedback-section .feedback-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback{padding:.75rem 1.75rem;border:2px solid #d1d5db;border-radius:.5rem;background:white;cursor:pointer;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:.5rem}.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback i{font-size:1.25rem}.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback.selected{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback.btn-yes:hover,.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback.btn-yes.selected{border-color:#10b981;background:#d1fae5;color:#065f46}.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback.btn-partial:hover,.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback.btn-partial.selected{border-color:#f59e0b;background:#fef3c7;color:#92400e}.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback.btn-no:hover,.video-express-wizard .step-ready .feedback-section .feedback-buttons .btn-feedback.btn-no.selected{border-color:#ef4444;background:#fee2e2;color:#991b1b}.video-express-wizard .step-ready .feedback-section .feedback-comment-box{margin-top:1.5rem;text-align:left}.video-express-wizard .step-ready .feedback-section .feedback-comment-box .comment-label{display:block;font-size:.875rem;font-weight:600;color:#000;margin-bottom:.5rem}.video-express-wizard .step-ready .feedback-section .feedback-comment-box .comment-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit;resize:vertical;margin-bottom:1rem}.video-express-wizard .step-ready .feedback-section .feedback-comment-box .comment-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.video-express-wizard .step-ready .feedback-section .feedback-comment-box .comment-textarea::placeholder{color:#9ca3af}.video-express-wizard .step-ready .feedback-section .feedback-comment-box .btn-small{padding:.625rem 1.5rem;font-size:.875rem}.video-express-wizard .step-ready .feedback-success{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;animation:fadeInUp .5s ease-out}.video-express-wizard .step-ready .feedback-success .feedback-message{text-align:center;padding:2rem;border-radius:1rem;margin-bottom:2rem;background:#ffffff;border:2px solid #e5e7eb}.video-express-wizard .step-ready .feedback-success .feedback-message.positive{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-color:#10b981}.video-express-wizard .step-ready .feedback-success .feedback-message.partial{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-color:#f59e0b}.video-express-wizard .step-ready .feedback-success .feedback-message.negative{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-color:#ef4444}.video-express-wizard .step-ready .feedback-success .feedback-message .message-icon{font-size:3rem;margin-bottom:1rem;animation:bounceIn .6s ease-out}.video-express-wizard .step-ready .feedback-success .feedback-message h4{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 .5rem}.video-express-wizard .step-ready .feedback-success .feedback-message .message-subtitle{font-size:.95rem;color:#666;margin:0}.video-express-wizard .step-ready .feedback-success .next-actions .next-actions-title{font-size:1rem;font-weight:600;color:#4b5563;margin:0 0 1.25rem;text-align:center}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:white;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .3s ease;text-align:left}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card .card-icon{font-size:2rem;flex-shrink:0}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card .card-content{flex:1}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card .card-content h6{font-size:.95rem;font-weight:600;color:#000;margin:0 0 .25rem}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card .card-content p{font-size:.8rem;color:#666;margin:0;line-height:1.4}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card.primary{border-color:#3b82f6;background:#eff6ff}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card.primary:hover{border-color:#2563eb;box-shadow:0 10px 25px #3b82f633}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card.primary .card-content h6{color:#000}.video-express-wizard .step-ready .feedback-success .next-actions .action-cards .action-card.secondary:hover{border-color:#666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.video-express-wizard .btn{padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.video-express-wizard .btn:disabled{opacity:.5;cursor:not-allowed}.video-express-wizard .btn.btn-large{padding:1rem 2rem;font-size:1.125rem;width:100%}.video-express-wizard .btn.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);color:#fff;box-shadow:0 2px 8px #3b82f64d}.video-express-wizard .btn.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);transform:translateY(-2px);box-shadow:0 8px 16px #3b82f666}.video-express-wizard .btn.btn-primary.loading{position:relative;cursor:wait;opacity:.8}.video-express-wizard .btn.btn-primary.loading:hover{transform:none}.video-express-wizard .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.video-express-wizard .btn.btn-secondary{background:white;color:#000;border:1px solid #000000}.video-express-wizard .btn.btn-secondary:hover:not(:disabled){background:#000}.video-express-wizard .spinner,.video-express-wizard .spinner-large{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}.video-express-wizard .spinner-large{width:3rem;height:3rem;border-width:3px;border-color:#3b82f633;border-top-color:#3b82f6}.video-express-wizard .wizard-footer-enhanced{padding:3rem 0 2rem;background:linear-gradient(180deg,transparent 0%,rgba(59,130,246,.03) 100%);border-top:1px solid #e5e7eb}.video-express-wizard .wizard-footer-enhanced .footer-container{max-width:600px;margin:0 auto;text-align:center}.video-express-wizard .wizard-footer-enhanced .footer-features{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.video-express-wizard .wizard-footer-enhanced .footer-features .feature-badge{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #3b82f6;border-radius:2rem;font-size:.875rem;font-weight:600;color:#1e3a8a;transition:all .3s ease;box-shadow:0 2px 8px #3b82f633}.video-express-wizard .wizard-footer-enhanced .footer-features .feature-badge i{font-size:1.125rem;color:#3b82f6}.video-express-wizard .wizard-footer-enhanced .footer-features .feature-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d;border-color:#2563eb}.video-express-wizard .wizard-footer-enhanced .footer-cta .footer-message{display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:.9375rem;color:#4b5563;margin:0}.video-express-wizard .wizard-footer-enhanced .footer-cta .footer-message i{font-size:1.25rem;color:#3b82f6;animation:bounceUpDown 2s ease-in-out infinite}.video-express-wizard .wizard-footer-enhanced .footer-cta .footer-message strong{color:#3b82f6;font-weight:700}@media (max-width: 768px){.video-express-wizard .wizard-footer-enhanced{padding:2rem 1rem 1.5rem}.video-express-wizard .wizard-footer-enhanced .footer-features{gap:.75rem}.video-express-wizard .wizard-footer-enhanced .footer-features .feature-badge{padding:.5rem 1rem;font-size:.8125rem}.video-express-wizard .wizard-footer-enhanced .footer-features .feature-badge span{display:none}.video-express-wizard .wizard-footer-enhanced .footer-features .feature-badge i{font-size:1.25rem}.video-express-wizard .wizard-footer-enhanced .footer-cta .footer-message{font-size:.875rem}}@keyframes bounceUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.video-express-wizard .card-icon i,.video-express-wizard .anim-icon i{font-size:2.5rem;display:block}.video-express-wizard .message-icon i{font-size:3rem;display:block}.video-express-wizard .btn-feedback i{font-size:1.1em;margin-right:.3rem;vertical-align:-.1em}.video-express-wizard .action-card .card-icon i{font-size:2rem;display:block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.video-express-wizard .generating-screen{display:flex;align-items:center;justify-content:center;min-height:500px;animation:fadeIn .5s ease}.video-express-wizard .generating-screen .generating-container{text-align:center;max-width:500px;padding:3rem}.video-express-wizard .generating-screen .generating-container .generating-animation{position:relative;width:120px;height:120px;margin:0 auto 2rem}.video-express-wizard .generating-screen .generating-container .generating-animation .pulse-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);opacity:.3;animation:pulse 2s ease-out infinite}.video-express-wizard .generating-screen .generating-container .generating-animation .pulse-circle.pulse-circle-2{animation-delay:.4s}.video-express-wizard .generating-screen .generating-container .generating-animation .pulse-circle.pulse-circle-3{animation-delay:.8s}.video-express-wizard .generating-screen .generating-container .generating-animation .icon-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.video-express-wizard .generating-screen .generating-container .generating-animation .icon-center i{font-size:3rem;color:#3b82f6;animation:zoomPulse 1.5s ease-in-out infinite}.video-express-wizard .generating-screen .generating-container .generating-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem;animation:fadeIn .5s ease .2s both}.video-express-wizard .generating-screen .generating-container .generating-message{font-size:1.125rem;color:#64748b;margin-bottom:2rem;min-height:1.5rem;animation:fadeIn .5s ease .4s both;transition:all .3s ease}.video-express-wizard .generating-screen .generating-container .progress-bar-container{width:100%;height:6px;background-color:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:1.5rem;animation:fadeIn .5s ease .6s both}.video-express-wizard .generating-screen .generating-container .progress-bar-container .progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 50%,#3b82f6 100%);background-size:200% 100%;border-radius:3px;transition:width .3s ease;animation:shimmer 1.5s linear infinite;box-shadow:0 2px 8px #3b82f64d}.video-express-wizard .generating-screen .generating-container .generating-tip{font-size:.9375rem;color:#94a3b8;margin:0;animation:fadeIn .5s ease .8s both}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.5}50%{opacity:.3}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}@keyframes zoomPulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.video-express-wizard .notification-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;max-width:400px;pointer-events:none}.video-express-wizard .notification-container .notification{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:#ffffff;border-radius:8px;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;pointer-events:auto;animation:slideInRight .3s ease-out;min-width:300px}.video-express-wizard .notification-container .notification .notification-content{display:flex;align-items:center;gap:10px;flex:1}.video-express-wizard .notification-container .notification .notification-content .notification-icon{font-size:1.25rem;flex-shrink:0}.video-express-wizard .notification-container .notification .notification-content .notification-message{font-size:.9375rem;color:#1e293b;line-height:1.4;white-space:pre-wrap}.video-express-wizard .notification-container .notification .notification-close{background:none;border:none;padding:4px;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.video-express-wizard .notification-container .notification .notification-close i{font-size:1.25rem}.video-express-wizard .notification-container .notification .notification-close:hover{background:#f1f5f9;color:#475569}.video-express-wizard .notification-container .notification.notification-success{border-left:4px solid #22c55e}.video-express-wizard .notification-container .notification.notification-success .notification-icon{color:#22c55e}.video-express-wizard .notification-container .notification.notification-error{border-left:4px solid #ef4444}.video-express-wizard .notification-container .notification.notification-error .notification-icon{color:#ef4444}.video-express-wizard .notification-container .notification.notification-info{border-left:4px solid #3b82f6}.video-express-wizard .notification-container .notification.notification-info .notification-icon{color:#3b82f6}@media (max-width: 768px){.video-express-wizard .notification-container{top:10px;right:10px;left:10px;max-width:none}.video-express-wizard .notification-container .notification{min-width:0;width:100%}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.video-express-wizard .image-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:3rem 2rem;background:#f8fafc;border-radius:12px;border:2px dashed #cbd5e1;min-height:300px}.video-express-wizard .image-loading .loading-skeleton{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.video-express-wizard .image-loading .loading-skeleton .skeleton-image{width:100%;height:250px;background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%);background-size:200% 100%;border-radius:8px;animation:skeleton-pulse 1.5s ease-in-out infinite}.video-express-wizard .image-loading .loading-skeleton .skeleton-text{display:flex;flex-direction:column;gap:.75rem}.video-express-wizard .image-loading .loading-skeleton .skeleton-text .skeleton-line{height:12px;background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%);background-size:200% 100%;border-radius:6px;animation:skeleton-pulse 1.5s ease-in-out infinite}.video-express-wizard .image-loading .loading-skeleton .skeleton-text .skeleton-line:nth-child(1){width:60%}.video-express-wizard .image-loading .loading-skeleton .skeleton-text .skeleton-line:nth-child(2){width:80%}.video-express-wizard .image-loading .loading-skeleton .skeleton-text .skeleton-line:nth-child(3){width:40%}.video-express-wizard .image-loading .loading-message{display:flex;align-items:center;gap:1rem;color:#64748b;font-size:1rem;font-weight:500}.video-express-wizard .image-loading .loading-message .spinner{width:24px;height:24px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.video-express-wizard .image-loading{padding:2rem 1.5rem;min-height:250px}.video-express-wizard .image-loading .loading-skeleton{max-width:100%}.video-express-wizard .image-loading .loading-skeleton .skeleton-image{height:200px}.video-express-wizard .image-loading .loading-message{font-size:.9rem}.video-express-wizard .image-loading .loading-message .spinner{width:20px;height:20px}}@media (max-width: 480px){.video-express-wizard .image-loading{padding:1.5rem 1rem;min-height:200px;gap:1.5rem}.video-express-wizard .image-loading .loading-skeleton{gap:1rem}.video-express-wizard .image-loading .loading-skeleton .skeleton-image{height:180px}.video-express-wizard .image-loading .loading-skeleton .skeleton-text{gap:.5rem}.video-express-wizard .image-loading .loading-skeleton .skeleton-text .skeleton-line{height:10px}}.real-email-warning{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:rgba(245,158,11,.1);border:2px solid #f59e0b;border-radius:12px;margin-bottom:2rem}.real-email-warning i{font-size:1.5rem;color:#f59e0b;flex-shrink:0;margin-top:.125rem}.real-email-warning .warning-content{flex:1}.real-email-warning .warning-content strong{display:block;font-size:1rem;color:#92400e;margin-bottom:.5rem}.real-email-warning .warning-content p{margin:0;font-size:.875rem;color:#78350f;line-height:1.5}.manual-contact-input{margin-bottom:2rem;padding:1.5rem;background:white;border:2px solid #e5e7eb;border-radius:12px}.manual-contact-input h3{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.75rem}.manual-contact-input h3 i{color:#3b82f6;font-size:1.25rem}.manual-contact-input .input-row{display:grid;grid-template-columns:2fr 1.5fr auto;gap:1rem;align-items:end}@media (max-width: 768px){.manual-contact-input .input-row{grid-template-columns:1fr;gap:1rem}}.manual-contact-input .input-group{display:flex;flex-direction:column;gap:.5rem}.manual-contact-input .input-group label{font-size:.875rem;font-weight:600;color:#374151}.manual-contact-input .input-group input{padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:.9375rem;transition:all .2s ease}.manual-contact-input .input-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.manual-contact-input .input-group .help-text{font-size:.75rem;color:#6b7280;margin:0}.manual-contact-input .btn-add-contact{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;white-space:nowrap}.manual-contact-input .btn-add-contact i{font-size:1.125rem}.manual-contact-input .btn-add-contact:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}@media (max-width: 768px){.manual-contact-input .btn-add-contact{width:100%;justify-content:center}}.manual-contact-input .validation-error{margin-top:1rem;padding:.75rem 1rem;background:rgba(239,68,68,.1);border:1px solid #ef4444;border-radius:8px;color:#991b1b;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.manual-contact-input .validation-error i{font-size:1rem;flex-shrink:0}.contacts-preview{margin-bottom:2rem}.contacts-preview .preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.contacts-preview .preview-header h3{margin:0;font-size:1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.75rem}.contacts-preview .preview-header h3 .icon i{color:#3b82f6;font-size:1.25rem}.contacts-preview .preview-header .badge-manual{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:.375rem .875rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.contacts-preview .contacts-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.contacts-preview .contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:white;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.contacts-preview .contact-item:hover{border-color:#3b82f6;transform:translate(4px)}.contacts-preview .contact-item .contact-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.contacts-preview .contact-item .contact-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.contacts-preview .contact-item .contact-info strong{font-size:.9375rem;color:#111827}.contacts-preview .contact-item .contact-info small{font-size:.875rem;color:#6b7280}.contacts-preview .contact-item .btn-remove-contact{padding:.5rem .75rem;background:transparent;border:1px solid #ef4444;border-radius:8px;color:#ef4444;cursor:pointer;transition:all .2s ease;flex-shrink:0}.contacts-preview .contact-item .btn-remove-contact i{font-size:1rem}.contacts-preview .contact-item .btn-remove-contact:hover{background:#ef4444;color:#fff}.contacts-preview .help-text{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin:0;padding:1rem;background:#f9fafb;border-radius:8px}.contacts-preview .help-text i{font-size:1rem}.contacts-preview .help-text.success{color:#059669;background:rgba(16,185,129,.1);border:1px solid #10b981}.contacts-preview .help-text.success i{color:#10b981}.empty-state{padding:3rem 2rem;text-align:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;margin-bottom:2rem}.empty-state .empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h4{margin:0 0 .5rem;font-size:1.125rem;color:#111827}.empty-state p{margin:0 0 1rem;color:#6b7280;font-size:.9375rem}.empty-state .hint{display:inline-block;padding:.75rem 1.25rem;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:.875rem}.empty-state .hint strong{color:#78350f}.csv-upload-section{margin-bottom:2rem}.csv-upload-section .divider{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.csv-upload-section .divider:before,.csv-upload-section .divider:after{content:"";flex:1;height:1px;background:#d1d5db}.csv-upload-section .divider span{font-size:.875rem;color:#6b7280;font-weight:500}.notes-group{margin-top:2rem!important}.module-preview-wizard .progress-indicator .progress-steps{max-width:600px}.module-preview-wizard .progress-line{min-width:40px;flex:1;max-width:100px}.success-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#10b981 0%,#34d399 100%);color:#fff;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.success-badge i{font-size:1.25rem}.preview-result{background:white}.preview-result .result-header{text-align:center;margin-bottom:2rem}.preview-result .result-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}@media (max-width: 640px){.preview-result .result-actions{flex-direction:column}.preview-result .result-actions .btn{width:100%}}.mailflow-preview{margin-top:1.5rem}.mailflow-preview .sequence-info{background:linear-gradient(135deg,#f8f9fa 0%,#f3f4f6 100%);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;border-left:4px solid #3b82f6}.mailflow-preview .sequence-info h4{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 1rem}.mailflow-preview .sequence-info .stats{display:flex;gap:2rem;flex-wrap:wrap}.mailflow-preview .sequence-info .stat{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#4b5563}.mailflow-preview .sequence-info .stat i{color:#3b82f6;font-size:1.125rem}.mailflow-preview .sequence-info .stat span{font-weight:500}.mailflow-preview .emails-list{display:flex;flex-direction:column;gap:1rem}.mailflow-preview .email-card{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;transition:transform .2s ease,box-shadow .2s ease}.mailflow-preview .email-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#3b82f6}.mailflow-preview .email-card .email-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.mailflow-preview .email-card .email-header .email-order{font-size:.75rem;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:.5px}.mailflow-preview .email-card .email-header .email-delay{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.mailflow-preview .email-card h5{font-size:1rem;font-weight:600;color:#000;margin:0 0 .5rem;line-height:1.4}.mailflow-preview .email-card .email-preview{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mvps-hub{--hub-primary: #0B1F3A;--hub-accent: #2563EB;--hub-bg-subtle: #F9FAFB;--hub-border: #E5E7EB;--hub-text: #111827;--hub-text-light: #6B7280;--hub-success: #10B981;--hub-warning: #F59E0B;--hub-error: #EF4444;--hub-spacing-xl: 5rem;--hub-spacing-lg: 3rem;--hub-spacing-md: 2rem}.mvps-hub .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--hub-border);transition:all .3s ease}.mvps-hub .navbar .navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;min-height:70px}@media (max-width: 768px){.mvps-hub .navbar .navbar-container{padding:0 1.5rem;min-height:64px}}.mvps-hub .navbar .logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .2s ease}.mvps-hub .navbar .logo:hover{opacity:.8}.mvps-hub .navbar .logo i{font-size:1.5rem;color:var(--hub-accent)}.mvps-hub .navbar .logo .logo-text{font-size:1.25rem;font-weight:700;color:var(--hub-primary)}.mvps-hub .navbar .logo .logo-text .logo-secondary{color:var(--hub-accent);font-weight:600}.mvps-hub .navbar .navbar-status{display:flex;align-items:center;gap:.5rem;background:rgba(16,185,129,.1);padding:.5rem 1rem;border-radius:6px}@media (max-width: 768px){.mvps-hub .navbar .navbar-status{display:none}}.mvps-hub .navbar .navbar-status .status-dot{width:8px;height:8px;background:var(--hub-success);border-radius:50%;animation:pulse 2s infinite}.mvps-hub .navbar .navbar-status .status-text{font-size:.875rem;font-weight:500;color:var(--hub-primary)}.mvps-hub .navbar .btn-navbar-dashboard{background:transparent;color:var(--hub-accent);border:2px solid var(--hub-accent);padding:.5rem 1.25rem;border-radius:6px;font-weight:600;font-size:.9375rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.mvps-hub .navbar .btn-navbar-dashboard:hover{background:var(--hub-accent);color:#fff}@media (max-width: 768px){.mvps-hub .navbar .btn-navbar-dashboard.btn-desktop{display:none}}.mvps-hub .navbar .btn-hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;padding:.5rem;cursor:pointer;order:-1}@media (max-width: 768px){.mvps-hub .navbar .btn-hamburger{display:flex}}.mvps-hub .navbar .btn-hamburger .hamburger-line{width:24px;height:2px;background:var(--hub-primary);border-radius:2px;transition:all .3s ease}.mvps-hub .navbar .btn-hamburger:hover .hamburger-line{background:var(--hub-accent)}.mvps-hub .navbar .btn-hamburger:active{transform:scale(.95)}.mvps-hub .mobile-sidebar{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:#ffffff;z-index:2000;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);box-shadow:-2px 0 8px #0000;overflow-y:auto}.mvps-hub .mobile-sidebar.open{right:0;box-shadow:-2px 0 8px #0000001a}.mvps-hub .mobile-sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0}.mvps-hub .mobile-sidebar .sidebar-header .logo{display:flex;align-items:center;gap:.75rem}.mvps-hub .mobile-sidebar .sidebar-header .logo i{font-size:1.5rem;color:var(--hub-accent)}.mvps-hub .mobile-sidebar .sidebar-header .logo .logo-text{font-size:1.125rem;font-weight:700;color:var(--hub-primary)}.mvps-hub .mobile-sidebar .sidebar-header .btn-close{background:transparent;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mvps-hub .mobile-sidebar .sidebar-header .btn-close i{font-size:1.5rem;color:#666}.mvps-hub .mobile-sidebar .sidebar-header .btn-close:hover i{color:#000}.mvps-hub .mobile-sidebar .sidebar-header .btn-close:active{transform:scale(.9)}.mvps-hub .mobile-sidebar .sidebar-nav{flex:1;display:flex;flex-direction:column;padding:1.5rem 0}.mvps-hub .mobile-sidebar .sidebar-nav .nav-link{padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#000;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;display:flex;align-items:center;gap:.75rem;text-decoration:none}.mvps-hub .mobile-sidebar .sidebar-nav .nav-link i{font-size:1.25rem;color:#666;transition:color .2s ease}.mvps-hub .mobile-sidebar .sidebar-nav .nav-link:hover{background:#f9f9f9;color:var(--hub-accent);border-left-color:var(--hub-accent)}.mvps-hub .mobile-sidebar .sidebar-nav .nav-link:hover i{color:var(--hub-accent)}.mvps-hub .mobile-sidebar .sidebar-nav .nav-link:active{background:rgba(37,99,235,.1)}.mvps-hub .mobile-sidebar .sidebar-nav .nav-divider{height:1px;background:#e0e0e0;margin:.5rem 1.5rem}.mvps-hub .mobile-sidebar .sidebar-footer{padding:1.5rem;border-top:1px solid #e0e0e0}.mvps-hub .mobile-sidebar .sidebar-footer .sidebar-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.mvps-hub .mobile-sidebar .sidebar-footer .sidebar-status .status-dot{width:8px;height:8px;background:var(--hub-success);border-radius:50%;animation:pulse 2s infinite}@media (min-width: 769px){.mvps-hub .mobile-sidebar{display:none}}.mvps-hub .mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0);z-index:1500;pointer-events:none;transition:background .3s ease}.mvps-hub .mobile-overlay.open{background:rgba(0,0,0,.5);pointer-events:auto}@media (min-width: 769px){.mvps-hub .mobile-overlay{display:none}}.mvps-hub .hero-section{padding:calc(70px + 4rem) 0 4rem;background:linear-gradient(180deg,var(--hub-bg-subtle) 0%,#FFFFFF 100%)}@media (max-width: 768px){.mvps-hub .hero-section{padding:calc(64px + 3rem) 0 3rem}}.mvps-hub .hero-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.mvps-hub .hero-section .container{padding:0 1.5rem}}.mvps-hub .hero-section .hero-content{max-width:800px;margin:0 auto;text-align:center}.mvps-hub .hero-section .hero-title{font-size:3rem;font-weight:800;color:var(--hub-primary);margin:0 0 1.5rem;line-height:1.2}@media (max-width: 768px){.mvps-hub .hero-section .hero-title{font-size:2rem;margin-bottom:1rem}}.mvps-hub .hero-section .hero-title .highlight{color:var(--hub-accent);position:relative}.mvps-hub .hero-section .hero-title .highlight:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:8px;background:rgba(37,99,235,.15);z-index:-1}.mvps-hub .hero-section .hero-subtitle{font-size:1.125rem;color:var(--hub-text-light);margin:0 0 2rem;line-height:1.6}@media (max-width: 768px){.mvps-hub .hero-section .hero-subtitle{font-size:1rem;margin-bottom:1.5rem}}.mvps-hub .hero-section .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;color:#065f46}.mvps-hub .hero-section .hero-badge .badge-dot{width:8px;height:8px;background:var(--hub-success);border-radius:50%;animation:pulse 2s infinite}.mvps-hub .hub-main{min-height:50vh}.mvps-hub .container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.mvps-hub .container{padding:0 1.5rem}}.mvps-hub .loading-state{padding:var(--hub-spacing-xl) 0;text-align:center}.mvps-hub .loading-state .loading-spinner{width:64px;height:64px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}.mvps-hub .loading-state .loading-spinner i{font-size:3rem;color:var(--hub-accent);animation:spin 1s linear infinite}.mvps-hub .loading-state h3{font-size:1.5rem;font-weight:700;color:var(--hub-primary);margin:0 0 .5rem}.mvps-hub .loading-state p{font-size:1rem;color:var(--hub-text-light);margin:0}.mvps-hub .error-state{padding:var(--hub-spacing-xl) 0;text-align:center;max-width:500px;margin:0 auto}.mvps-hub .error-state .error-icon{width:64px;height:64px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}.mvps-hub .error-state .error-icon i{font-size:3rem;color:var(--hub-error)}.mvps-hub .error-state h3{font-size:1.5rem;font-weight:700;color:var(--hub-primary);margin:0 0 .5rem}.mvps-hub .error-state .error-message{font-size:1rem;color:var(--hub-text-light);margin:0 0 2rem}.mvps-hub .error-state .btn-retry{background:var(--hub-accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease}.mvps-hub .error-state .btn-retry:hover{background:#1D4ED8;transform:translateY(-2px)}.mvps-hub .error-state .btn-retry:active{transform:translateY(0)}.mvps-hub .error-state .error-help{margin-top:1.5rem;font-size:.875rem;color:var(--hub-text-light)}.mvps-hub .error-state .error-help .error-link{color:var(--hub-accent);text-decoration:none;font-weight:600}.mvps-hub .error-state .error-help .error-link:hover{text-decoration:underline}.mvps-hub .content-section{padding:var(--hub-spacing-md) 0 var(--hub-spacing-xl)}.mvps-hub .how-it-works-section{padding:var(--hub-spacing-xl) 0;background:#ffffff}@media (max-width: 768px){.mvps-hub .how-it-works-section{padding:var(--hub-spacing-lg) 0}}.mvps-hub .how-it-works-section .section-header{text-align:center;margin-bottom:var(--hub-spacing-lg)}.mvps-hub .how-it-works-section .section-header h2{font-size:2.5rem;font-weight:800;color:var(--hub-primary);margin:0 0 .75rem}@media (max-width: 768px){.mvps-hub .how-it-works-section .section-header h2{font-size:1.75rem}}.mvps-hub .how-it-works-section .section-header p{font-size:1.125rem;color:var(--hub-text-light);margin:0}.mvps-hub .how-it-works-section .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.mvps-hub .how-it-works-section .steps-grid{grid-template-columns:1fr;gap:1.5rem}}.mvps-hub .how-it-works-section .step-card{background:#ffffff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease}.mvps-hub .how-it-works-section .step-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026;border-color:#c7c7c7}.mvps-hub .how-it-works-section .step-card .step-number{font-size:.875rem;font-weight:700;color:var(--hub-accent);background:rgba(37,99,235,.1);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem}.mvps-hub .how-it-works-section .step-card .step-icon{margin-bottom:1rem}.mvps-hub .how-it-works-section .step-card .step-icon i{font-size:2rem;color:var(--hub-primary)}.mvps-hub .how-it-works-section .step-card h3{font-size:1.25rem;font-weight:700;color:var(--hub-primary);margin:0 0 .75rem}.mvps-hub .how-it-works-section .step-card p{font-size:1rem;color:var(--hub-text-light);margin:0;line-height:1.6}.mvps-hub .experiments-section{padding:var(--hub-spacing-xl) 0;background:var(--hub-bg-subtle)}@media (max-width: 768px){.mvps-hub .experiments-section{padding:var(--hub-spacing-lg) 0}}.mvps-hub .experiments-section .section-header{text-align:center;margin-bottom:var(--hub-spacing-lg)}.mvps-hub .experiments-section .section-header h2{font-size:2.5rem;font-weight:800;color:var(--hub-primary);margin:0 0 .75rem}@media (max-width: 768px){.mvps-hub .experiments-section .section-header h2{font-size:1.75rem}}.mvps-hub .experiments-section .section-header p{font-size:1.125rem;color:var(--hub-text-light);margin:0 0 2rem}.mvps-hub .experiments-section .section-header .period-selector{display:inline-flex;background:#ffffff;border:1px solid #e0e0e0;border-radius:6px;padding:.25rem;gap:.25rem}.mvps-hub .experiments-section .section-header .period-selector button{background:transparent;border:none;color:#666;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.mvps-hub .experiments-section .section-header .period-selector button:hover{background:#f9f9f9;color:#000}.mvps-hub .experiments-section .section-header .period-selector button.active{background:var(--hub-accent);color:#fff}.mvps-hub .experiments-section .mvp-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){.mvps-hub .experiments-section .mvp-cards-grid{grid-template-columns:1fr;gap:1.5rem}}.mvps-hub .experiments-section .mvp-card{background:#ffffff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;transition:all .3s ease}.mvps-hub .experiments-section .mvp-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026;border-color:#c7c7c7}.mvps-hub .experiments-section .mvp-card.ready{border-color:var(--hub-accent);background:linear-gradient(180deg,rgba(37,99,235,.02) 0%,#ffffff 100%)}.mvps-hub .experiments-section .mvp-card.ready:hover{border-color:#1d4ed8;box-shadow:0 10px 30px #2563eb26}.mvps-hub .experiments-section .mvp-card.insufficient-data{opacity:.7}.mvps-hub .experiments-section .mvp-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.mvps-hub .experiments-section .mvp-card .card-header .mvp-info{flex:1}.mvps-hub .experiments-section .mvp-card .card-header .mvp-info h3{font-size:1.25rem;font-weight:700;color:var(--hub-primary);margin:0 0 .5rem}.mvps-hub .experiments-section .mvp-card .card-header .mvp-info .mvp-type{font-size:.8125rem;color:var(--hub-text-light)}.mvps-hub .experiments-section .mvp-card .card-header .health-badge{font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:6px;white-space:nowrap}.mvps-hub .experiments-section .mvp-card .card-header .health-badge.health-high{background:rgba(16,185,129,.1);color:#065f46}.mvps-hub .experiments-section .mvp-card .card-header .health-badge.health-medium{background:rgba(245,158,11,.1);color:#92400e}.mvps-hub .experiments-section .mvp-card .card-header .health-badge.health-low{background:rgba(239,68,68,.1);color:#991b1b}.mvps-hub .experiments-section .mvp-card .special-badge{margin-bottom:1rem}.mvps-hub .experiments-section .mvp-card .special-badge span{display:inline-block;font-size:.8125rem;font-weight:700;padding:.5rem 1rem;border-radius:6px}.mvps-hub .experiments-section .mvp-card .special-badge span.badge-popular{background:linear-gradient(135deg,#FF6B6B 0%,#EE5A6F 100%);color:#fff}.mvps-hub .experiments-section .mvp-card .special-badge span.badge-high-demand{background:linear-gradient(135deg,#FFD93D 0%,#FFB800 100%);color:var(--hub-primary)}.mvps-hub .experiments-section .mvp-card .special-badge span.badge-ready{background:linear-gradient(135deg,#6BCF7F 0%,#4CAF50 100%);color:#fff}.mvps-hub .experiments-section .mvp-card .status-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:6px;margin-bottom:1.5rem}.mvps-hub .experiments-section .mvp-card .status-badge .status-dot{width:8px;height:8px;border-radius:50%}.mvps-hub .experiments-section .mvp-card .status-badge.status-advanced{background:rgba(16,185,129,.1);color:#065f46}.mvps-hub .experiments-section .mvp-card .status-badge.status-advanced .status-dot{background:var(--hub-success)}.mvps-hub .experiments-section .mvp-card .status-badge.status-validating{background:rgba(37,99,235,.1);color:#1e40af}.mvps-hub .experiments-section .mvp-card .status-badge.status-validating .status-dot{background:var(--hub-accent)}.mvps-hub .experiments-section .mvp-card .status-badge.status-early{background:rgba(107,114,128,.1);color:#374151}.mvps-hub .experiments-section .mvp-card .status-badge.status-early .status-dot{background:var(--hub-text-light)}.mvps-hub .experiments-section .mvp-card .status-badge.status-collecting{background:rgba(245,158,11,.1);color:#92400e}.mvps-hub .experiments-section .mvp-card .status-badge.status-collecting .status-dot{background:var(--hub-warning)}.mvps-hub .experiments-section .mvp-card .mvp-message{background:rgba(37,99,235,.05);border-left:3px solid var(--hub-accent);padding:1rem;border-radius:6px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.mvps-hub .experiments-section .mvp-card .mvp-message i{font-size:1.125rem;color:var(--hub-accent);flex-shrink:0;margin-top:.125rem}.mvps-hub .experiments-section .mvp-card .mvp-message p{font-size:.875rem;color:var(--hub-text);margin:0;line-height:1.6}.mvps-hub .experiments-section .mvp-card .indicators{display:flex;justify-content:space-around;gap:1rem;padding:1.5rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:1.5rem}.mvps-hub .experiments-section .mvp-card .indicators .indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.3;transition:opacity .3s ease}.mvps-hub .experiments-section .mvp-card .indicators .indicator.active{opacity:1}.mvps-hub .experiments-section .mvp-card .indicators .indicator i{font-size:1.5rem;color:var(--hub-primary)}.mvps-hub .experiments-section .mvp-card .indicators .indicator span{font-size:.75rem;color:var(--hub-text-light);font-weight:500}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta{width:100%;border:none;padding:.875rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta i{font-size:1.125rem}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta.ready{background:var(--hub-accent);color:#fff}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta.ready:hover{background:#1D4ED8;transform:translateY(-2px)}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta.ready:active{transform:translateY(0)}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta:not(.ready){background:#f9f9f9;color:#000;border:1px solid #e0e0e0}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta:not(.ready):hover{background:#f4f4f4}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta:disabled{background:#f9f9f9;color:#666;cursor:not-allowed;opacity:.6}.mvps-hub .experiments-section .mvp-card .btn-mvp-cta:disabled:hover{transform:none}.mvps-hub .experiments-section .empty-state{text-align:center;padding:4rem 2rem;background:#ffffff;border:2px dashed #e0e0e0;border-radius:8px}.mvps-hub .experiments-section .empty-state i{font-size:3rem;color:#666;display:block;margin-bottom:1.5rem}.mvps-hub .experiments-section .empty-state p{font-size:1.125rem;color:#000;margin:0 0 .5rem;font-weight:600}.mvps-hub .experiments-section .empty-state small{font-size:.875rem;color:#666}.mvps-hub .cta-section{padding:var(--hub-spacing-xl) 0;background:#ffffff}@media (max-width: 768px){.mvps-hub .cta-section{padding:var(--hub-spacing-lg) 0}}.mvps-hub .cta-section .cta-content{max-width:600px;margin:0 auto;text-align:center}.mvps-hub .cta-section .cta-content .cta-icon{width:64px;height:64px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;background:rgba(37,99,235,.1);border-radius:50%}.mvps-hub .cta-section .cta-content .cta-icon i{font-size:2rem;color:var(--hub-accent)}.mvps-hub .cta-section .cta-content h2{font-size:2rem;font-weight:800;color:var(--hub-primary);margin:0 0 1rem}@media (max-width: 768px){.mvps-hub .cta-section .cta-content h2{font-size:1.5rem}}.mvps-hub .cta-section .cta-content p{font-size:1.125rem;color:var(--hub-text-light);margin:0 0 2rem;line-height:1.6}@media (max-width: 768px){.mvps-hub .cta-section .cta-content p{font-size:1rem}}.mvps-hub .cta-section .cta-content .btn-cta-primary{background:var(--hub-accent);color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease}.mvps-hub .cta-section .cta-content .btn-cta-primary i{font-size:1.25rem}.mvps-hub .cta-section .cta-content .btn-cta-primary:hover{background:#1D4ED8;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.mvps-hub .cta-section .cta-content .btn-cta-primary:active{transform:translateY(0)}.mvps-hub .cta-section .cta-content .cta-note{margin-top:1.5rem;font-size:.875rem;color:var(--hub-text-light);display:flex;align-items:center;justify-content:center;gap:.5rem}.mvps-hub .cta-section .cta-content .cta-note i{font-size:1rem}.mvps-hub .footer{padding:3rem 0;background:var(--hub-bg-subtle);border-top:1px solid var(--hub-border)}.mvps-hub .footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.mvps-hub .footer .container{padding:0 1.5rem}}.mvps-hub .footer .footer-content{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.mvps-hub .footer .footer-content{flex-direction:column;gap:1.5rem;text-align:center}}.mvps-hub .footer .footer-content .footer-brand{font-size:.875rem;color:var(--hub-text-light);margin:0}.mvps-hub .footer .footer-content .footer-brand a{color:var(--hub-accent);text-decoration:none;font-weight:600}.mvps-hub .footer .footer-content .footer-brand a:hover{text-decoration:underline}.mvps-hub .footer .footer-content .footer-links{display:flex;gap:2rem}@media (max-width: 768px){.mvps-hub .footer .footer-content .footer-links{gap:1.5rem}}.mvps-hub .footer .footer-content .footer-links .footer-link{font-size:.875rem;color:var(--hub-text-light);text-decoration:none;font-weight:500;transition:color .2s ease}.mvps-hub .footer .footer-content .footer-links .footer-link:hover{color:var(--hub-accent)}.mvps-hub .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .2s ease-out}.mvps-hub .modal-overlay .modal-container{background:#ffffff;border-radius:12px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out;overflow:hidden}.mvps-hub .modal-overlay .modal-header{position:relative;padding:2rem 2rem 1rem;text-align:center}.mvps-hub .modal-overlay .modal-header .modal-icon{font-size:3rem;color:var(--hub-success);margin-bottom:.5rem}.mvps-hub .modal-overlay .modal-header .modal-icon i{font-size:3rem}.mvps-hub .modal-overlay .modal-header .modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;color:#666;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.mvps-hub .modal-overlay .modal-header .modal-close:hover{background:#f9f9f9;color:#000}.mvps-hub .modal-overlay .modal-body{padding:0 2rem 1.5rem;text-align:center}.mvps-hub .modal-overlay .modal-body h3{font-size:1.5rem;font-weight:700;color:var(--hub-primary);margin:0 0 1rem}.mvps-hub .modal-overlay .modal-body p{font-size:1rem;color:var(--hub-text);margin:0 0 1rem;line-height:1.6}.mvps-hub .modal-overlay .modal-body .modal-note{font-size:.875rem;color:var(--hub-text-light);margin:0;line-height:1.5;padding:1rem;background:var(--hub-bg-subtle);border-radius:6px;border-left:3px solid var(--hub-accent)}.mvps-hub .modal-overlay .modal-footer{padding:1.5rem 2rem 2rem;display:flex;justify-content:center}.mvps-hub .modal-overlay .modal-footer .btn-modal-primary{background:var(--hub-accent);color:#fff;border:none;padding:.875rem 2.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.mvps-hub .modal-overlay .modal-footer .btn-modal-primary:hover{background:#1D4ED8;transform:translateY(-1px)}.mvps-hub .modal-overlay .modal-footer .btn-modal-primary:active{transform:translateY(0)}.chat-widget-container{position:fixed;bottom:80px;right:20px;z-index:1100;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:12px;-webkit-font-smoothing:antialiased;pointer-events:none}html,body{overflow-x:hidden}html.chat-fullscreen-active,body.chat-fullscreen-active{overflow:hidden!important;height:100%!important}.chat-button{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 8px 30px #0b2b4a2e;transition:transform .22s ease,box-shadow .22s ease;position:relative;outline:none}.chat-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 12px 30px #0000002e}.chat-button.has-unread{animation:pulse 2.2s infinite}.chat-button .chat-icon{font-size:22px;display:block;color:#fff}.chat-button .unread-badge{position:absolute;top:-6px;right:-6px;background-color:#000;color:#fff;border-radius:50%;min-width:20px;height:20px;padding:0 6px;display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;box-shadow:0 4px 10px #00000014;border:1px solid rgba(255,255,255,.06)}.chat-button,.chat-window{pointer-events:auto}.chat-window{position:relative;width:440px;max-width:calc(100vw - 40px);height:680px;max-height:calc(100vh - 110px);background-color:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;overflow:hidden;margin:0;align-self:flex-end;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease;transform:translateY(10px)}.chat-window.open{opacity:1;pointer-events:auto;transform:translateY(0)}.chat-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:16px 16px 0 0}.chat-header__content{display:flex;flex-direction:row;align-items:center;gap:10px}.chat-header__avatar{position:relative;width:36px;height:36px;border-radius:50%;background-color:#3b82f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-header__avatar span:first-child{color:#fff;font-size:16px;font-weight:700;line-height:1}.chat-header__avatar .online-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;background-color:#22c55e;border:2px solid #000000}.chat-header__info{display:flex;flex-direction:column;gap:2px;flex:1}.chat-header__title{margin:0;font-size:14px;font-weight:700;color:#fff!important;line-height:1.2}.chat-header__subtitle{margin:0;font-size:11px;font-weight:400;color:#fff!important;opacity:.75;line-height:1.3}.chat-header h3{margin:0;font-size:15px;font-weight:700;letter-spacing:.8px}.chat-header .chat-actions{display:flex;gap:4px}.chat-header .chat-actions button{background:rgba(255,255,255,.15);border:none;color:#fff!important;cursor:pointer;padding:8px;font-size:18px;border-radius:8px;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.chat-header .chat-actions button svg{stroke:#fff;display:block}.chat-header .chat-actions button:hover{background:rgba(255,255,255,.25);transform:scale(1.08)}.chat-header .chat-actions button:active{transform:scale(.92);background:rgba(255,255,255,.3)}.chat-body{flex:1 1 auto;padding:20px;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.chat-body .welcome-message{display:flex;align-items:center;justify-content:center;flex:1;text-align:center;color:#8a8a8a;margin:0}.chat-body .welcome-message .welcome-content{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px}.chat-body .welcome-message .welcome-content .founder-avatar{width:48px;height:48px;border-radius:50%;background-color:#3b82f6;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.chat-body .welcome-message .welcome-content .founder-avatar span{color:#fff;font-size:20px;font-weight:700;line-height:1}.chat-body .welcome-message .welcome-content h4{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#222}.chat-body .welcome-message .welcome-content p{margin:0 0 8px;font-size:.9rem;color:#666;line-height:1.5;max-width:300px}.chat-body .welcome-message .welcome-content p:last-child{margin-bottom:0}.chat-body .messages-list{display:flex;flex-direction:column;gap:14px;padding:8px 0;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;list-style:none;margin:0}.chat-body .message-item{max-width:75%;display:flex;animation:messageSlideIn .3s ease-out}.chat-body .message-item .message-bubble{padding:14px 16px;border-radius:16px;position:relative;box-shadow:0 2px 6px #00000014;transition:transform .2s ease,box-shadow .2s ease}.chat-body .message-item .message-bubble .message-text{margin:0 0 6px;font-size:14px;line-height:1.5;word-wrap:break-word}.chat-body .message-item .message-bubble .message-time{font-size:11px;color:#8a8a8a;opacity:.8;display:block;text-align:right;margin-top:4px}.chat-body .message-item.user-message{align-self:flex-end}.chat-body .message-item.user-message .message-bubble{background:#3b82f6;color:#fff;border-radius:16px 16px 0}.chat-body .message-item.user-message .message-bubble .message-time{color:#ffffffb3}.chat-body .message-item.agent-message{align-self:flex-start}.chat-body .message-item.agent-message .message-bubble{background:#f1f5f9;color:#1e293b;border-radius:16px 16px 16px 0;border:1px solid #e0e7f1}.chat-body .message-item.agent-message .message-bubble .message-time{color:#94a3b8}.chat-body .message-item.system-message{align-self:center;max-width:85%}.chat-body .message-item.system-message .message-bubble{background:transparent;color:#94a3b8;font-style:italic;padding:8px 12px;font-size:13px;box-shadow:none;text-align:center}.chat-body .typing-indicator{display:flex;align-items:center;gap:8px;padding:8px 0}.chat-body .typing-indicator .typing-bubble{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#f5f5f5;border-radius:16px 16px 16px 6px;border:1px solid #e8e8e8}.chat-body .typing-indicator .typing-dot{width:8px;height:8px;background:#999;border-radius:50%;animation:typingBounce 1.4s infinite}.chat-body .typing-indicator .typing-dot:nth-child(2){animation-delay:.2s}.chat-body .typing-indicator .typing-dot:nth-child(3){animation-delay:.4s}.chat-body .typing-indicator .typing-text{font-size:12px;color:#8a8a8a;font-style:italic;margin:0}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-footer{padding:18px 16px;border-top:1px solid rgba(0,0,0,.08);background:#ffffff}.chat-footer .message-input-container{display:flex;gap:8px;flex-direction:column}.chat-footer .message-input-container .input-wrapper{position:relative;width:100%;background:#f8f9fa;border-radius:24px;border:1px solid #e0e0e0;transition:border-color .2s ease,box-shadow .2s ease}.chat-footer .message-input-container .input-wrapper:focus-within{border-color:#aaa;box-shadow:0 2px 8px #00000014}.chat-footer .message-input-container textarea{width:100%;min-height:40px;max-height:120px;padding:12px 50px 12px 16px;font-size:14px;resize:none;font-family:inherit;background:transparent;color:#000;border:none;line-height:1.4;transition:none}.chat-footer .message-input-container textarea::placeholder{color:#999}.chat-footer .message-input-container textarea:focus{outline:none}.chat-footer .message-input-container .send-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#000000;color:#fff;display:inline-flex;justify-content:center;align-items:center;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease;will-change:transform;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.chat-footer .message-input-container .send-btn:hover:not(:disabled){transform:translateY(-50%) scale(1.08);background-color:#333}.chat-footer .message-input-container .send-btn:disabled{cursor:not-allowed;opacity:.5;background-color:#ccc}.chat-footer .message-input-container .send-btn svg{width:18px;height:18px}.chat-footer .message-input-container .privacy-notice{text-align:center;padding:0 8px}.chat-footer .message-input-container .privacy-notice small{font-size:11px;line-height:1.4;color:#999}.chat-footer .message-input-container .privacy-notice .text-link{color:#222;font-weight:600;text-decoration:none;transition:color .2s ease}.chat-footer .message-input-container .privacy-notice .text-link:hover{color:#666}.chat-footer .message-input-container .chat-branding{text-align:center;padding:8px;margin-top:6px;border-top:1px solid #e8e8e8}.chat-footer .message-input-container .chat-branding small{font-size:10px;color:#aaa;line-height:1.3}.chat-footer .message-input-container .chat-branding small strong{font-weight:600;color:#888}.chat-footer .message-input-container .chat-branding small a{color:#aaa;text-decoration:none;transition:color .2s ease}.chat-footer .message-input-container .chat-branding small a:hover{color:#666}.close-confirm{position:absolute;left:16px;right:16px;bottom:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:99999;display:flex;justify-content:center;pointer-events:auto}.close-confirm__content{width:100%;max-width:400px;background:#ffffff;color:#000;border-radius:12px;padding:20px 18px;box-shadow:0 12px 40px #00000026;border:1px solid rgba(0,0,0,.08);opacity:0;transform:translateY(16px);will-change:transform,opacity;animation:fadeSlideIn .28s cubic-bezier(.2,.9,.2,1) forwards}.close-confirm__title{margin:0 0 8px;font-size:15px;font-weight:700;letter-spacing:.3px;color:#000}.close-confirm__text{margin:0 0 16px;font-size:13px;color:#666;line-height:1.5}.close-confirm__actions{display:flex;flex-direction:column;gap:10px}.close-confirm .btn{font-size:14px;font-weight:600;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.close-confirm .btn:active{transform:scale(.98)}.close-confirm .btn-abandon{background:#000000;color:#fff;border:none}.close-confirm .btn-abandon:hover{background:#333}.close-confirm .btn-cancel{background:#ffffff;color:#000;border:2px solid #e0e0e0}.close-confirm .btn-cancel:hover{background:#f8f9fa;border-color:#ccc}@media (max-width: 420px){.close-confirm{left:8px;right:8px;bottom:calc(14px + env(safe-area-inset-bottom))}.close-confirm__content{padding:15px}.close-confirm .btn{padding:7px 10px;font-size:13px}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@keyframes pulse{0%{box-shadow:0 0 #f006}70%{box-shadow:0 0 0 10px #f000}to{box-shadow:0 0 #f000}}@media (max-width: 700px){.chat-window{width:calc(100vw - 24px);right:12px;left:12px;bottom:90px;height:78vh;border-radius:12px}.chat-button{width:56px;height:56px}}@media (max-width: 420px){.chat-window{height:80vh}.chat-button{width:52px;height:52px}}@media (max-width: 768px){.chat-window.open{position:fixed;inset:0;width:100vw;height:var(--vvh, 100vh);max-width:100vw;max-height:var(--vvh, 100vh);border-radius:0;margin:0;transform:none!important;opacity:1!important;pointer-events:auto!important;z-index:2001;background:#ffffff;overflow:hidden;display:flex;flex-direction:column;-webkit-transform:none;--header-h: 56px;--footer-h: 12px;--browser-nav-h: 48px;padding-bottom:env(safe-area-inset-bottom,0px)}.vv-keyboard-open .chat-window.open{height:var(--vvh, 100vh)!important;max-height:var(--vvh, 100vh)!important;overflow:hidden!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:auto!important}.chat-window.open .chat-header{position:sticky;top:0;z-index:20}.chat-overlay{display:none}.chat-window.open+.chat-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:2000}.chat-window.open{z-index:2001}.chat-window.open .chat-actions{display:flex;gap:8px;align-items:center}.chat-window.open .chat-actions .close-btn,.chat-window.open .chat-actions .minimize-btn{background:transparent;color:#fff;border:none;padding:8px;border-radius:8px;cursor:pointer}.chat-window.open{position:fixed;inset:0;width:100vw;height:var(--vvh, 100vh);overscroll-behavior:contain;overflow-x:hidden;touch-action:pan-y;max-width:100vw;max-height:var(--vvh, 100vh)}.chat-window.open .close-confirm{position:fixed;left:calc(0px + env(safe-area-inset-left));right:calc(0px + env(safe-area-inset-right));bottom:calc(0px + env(safe-area-inset-bottom));z-index:99999;display:flex;justify-content:center;pointer-events:auto}.chat-window.open .chat-body{height:calc(var(--vvh, 100vh) - var(--header-h, 56px) - var(--footer-h, 72px));max-height:calc(var(--vvh, 100vh) - var(--header-h, 56px) - var(--footer-h, 72px));padding-bottom:calc(var(--footer-h, 72px) + env(safe-area-inset-bottom,0px) + var(--browser-nav-h, 48px));transition:none;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-x:hidden;max-width:100%;box-sizing:border-box}.chat-window.open .messages-list{padding-bottom:calc(var(--footer-h, 72px) + env(safe-area-inset-bottom,0px) + var(--browser-nav-h, 48px) + 12px)}.chat-window.open .chat-footer{position:sticky;bottom:calc(env(safe-area-inset-bottom,0px) + var(--browser-nav-h, 48px));--footer-h: 72px;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 8px);min-height:var(--footer-h, 72px);z-index:40;background:#ffffff;transition:none;transform:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.chat-window.open .chat-footer .send-btn{pointer-events:auto;touch-action:manipulation}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;line-height:1.5}.prevention-demo{min-height:100vh;background:#FFFFFF;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1f2937;line-height:1.6}.prevention-demo .container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}@media (max-width: 768px){.prevention-demo .container{padding:0 1.5rem}}.prevention-demo .section-header{text-align:center;margin-bottom:3rem}.prevention-demo .section-header h2{font-size:clamp(2rem,5vw,2.5rem);font-weight:800;color:#0b1f3a;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.prevention-demo .section-header p{font-size:clamp(1rem,2.5vw,1.125rem);color:#6b7280;max-width:600px;margin:0 auto}.prevention-demo .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #E5E7EB;padding:1rem 0;transition:all .3s ease}.prevention-demo .navbar .navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.prevention-demo .navbar .navbar-container{padding:0 1.5rem}}.prevention-demo .navbar .logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .2s ease}.prevention-demo .navbar .logo:hover{opacity:.8}.prevention-demo .navbar .logo i{font-size:1.5rem;color:#2563eb}.prevention-demo .navbar .logo .logo-text{font-size:1.25rem;font-weight:700;color:#0b1f3a}.prevention-demo .navbar .logo .beta-badge{font-size:.625rem;font-weight:700;color:#2563eb;background:rgba(37,99,235,.1);padding:.25rem .5rem;border-radius:4px;letter-spacing:.05em}@media (max-width: 480px){.prevention-demo .navbar .logo .beta-badge{display:none}}.prevention-demo .navbar .btn-navbar-cta{background:transparent;color:#2563eb;border:2px solid #2563EB;padding:.5rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.prevention-demo .navbar .btn-navbar-cta:hover{background:#2563EB;color:#fff}@media (max-width: 768px){.prevention-demo .navbar .btn-navbar-cta.btn-desktop{display:none}}.prevention-demo .navbar .btn-hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;padding:.5rem;cursor:pointer;transition:all .2s ease}@media (max-width: 768px){.prevention-demo .navbar .btn-hamburger{display:flex}}.prevention-demo .navbar .btn-hamburger .hamburger-line{width:24px;height:2px;background:#0B1F3A;border-radius:2px;transition:all .3s ease}.prevention-demo .navbar .btn-hamburger:hover .hamburger-line{background:#2563EB}.prevention-demo .navbar .btn-hamburger:active{transform:scale(.95)}.prevention-demo .mobile-sidebar{position:fixed;top:0;right:-100%;width:100%;height:100vh;height:100dvh;background:#FFFFFF;z-index:2000;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);box-shadow:-2px 0 8px #0000}.prevention-demo .mobile-sidebar.open{right:0;box-shadow:-2px 0 8px #0000001a}.prevention-demo .mobile-sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #E5E7EB}.prevention-demo .mobile-sidebar .sidebar-header .logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.prevention-demo .mobile-sidebar .sidebar-header .logo i{font-size:1.5rem;color:#2563eb}.prevention-demo .mobile-sidebar .sidebar-header .logo .logo-text{font-size:1.25rem;font-weight:700;color:#0b1f3a}.prevention-demo .mobile-sidebar .sidebar-header .btn-close{background:transparent;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.prevention-demo .mobile-sidebar .sidebar-header .btn-close i{font-size:1.75rem;color:#6b7280}.prevention-demo .mobile-sidebar .sidebar-header .btn-close:hover i{color:#0b1f3a}.prevention-demo .mobile-sidebar .sidebar-header .btn-close:active{transform:scale(.9)}.prevention-demo .mobile-sidebar .sidebar-nav{flex:1;display:flex;flex-direction:column;padding:2rem 0;overflow-y:auto}.prevention-demo .mobile-sidebar .sidebar-nav .nav-link{padding:1rem 2rem;font-size:1.125rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.prevention-demo .mobile-sidebar .sidebar-nav .nav-link:hover{background:#F9FAFB;color:#2563eb;border-left-color:#2563eb}.prevention-demo .mobile-sidebar .sidebar-nav .nav-link:active{background:rgba(37,99,235,.1)}.prevention-demo .mobile-sidebar .sidebar-cta{padding:1.5rem;border-top:1px solid #E5E7EB}.prevention-demo .mobile-sidebar .sidebar-cta .btn-mobile-cta{width:100%;background:#2563EB;color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #00000012}.prevention-demo .mobile-sidebar .sidebar-cta .btn-mobile-cta:hover{background:#1555e2;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.prevention-demo .mobile-sidebar .sidebar-cta .btn-mobile-cta:active{transform:translateY(0)}@media (min-width: 769px){.prevention-demo .mobile-sidebar{display:none}}.prevention-demo .mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:rgba(0,0,0,0);z-index:1500;pointer-events:none;transition:background .3s ease}.prevention-demo .mobile-overlay.open{background:rgba(0,0,0,.5);pointer-events:auto}@media (min-width: 769px){.prevention-demo .mobile-overlay{display:none}}.prevention-demo .hero-section{padding-top:calc(70px + 5rem);padding-bottom:5rem;background:linear-gradient(to bottom,#F9FAFB 0%,#FFFFFF 100%)}.prevention-demo .hero-section .hero-content{max-width:700px;margin:0 auto;text-align:center}.prevention-demo .hero-section .hero-title{font-size:clamp(2rem,6vw,3rem);font-weight:800;color:#0b1f3a;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.prevention-demo .hero-section .hero-subtitle{font-size:clamp(1.125rem,2.5vw,1.25rem);color:#6b7280;line-height:1.7;margin-bottom:3rem}.prevention-demo .hero-section .hero-cta{margin-bottom:3rem}.prevention-demo .hero-section .hero-cta .btn-hero-cta{background:#2563EB;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #00000012}.prevention-demo .hero-section .hero-cta .btn-hero-cta:hover{background:#1555e2;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.prevention-demo .hero-section .hero-cta .btn-hero-cta:active{transform:translateY(0)}.prevention-demo .hero-section .hero-cta .hero-cta-note{font-size:.875rem;color:#6b7280;margin-top:1rem}.prevention-demo .hero-section .hero-video{max-width:900px;margin:0 auto}.prevention-demo .hero-section .hero-video .video-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:16px;overflow:hidden;box-shadow:0 10px 15px #0000001a;background:#000}.prevention-demo .hero-section .hero-video .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.prevention-demo .comparison-section{padding:5rem 0;background:#FFFFFF}.prevention-demo .comparison-section .comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;margin:0 auto}@media (max-width: 768px){.prevention-demo .comparison-section .comparison-grid{grid-template-columns:1fr;gap:1.5rem}}.prevention-demo .comparison-section .comparison-column .column-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.prevention-demo .comparison-section .comparison-column .column-header i{font-size:1.5rem}.prevention-demo .comparison-section .comparison-column .column-header h3{font-size:1.25rem;font-weight:700;margin:0}.prevention-demo .comparison-section .comparison-column .comparison-list{list-style:none;padding:0;margin:0}.prevention-demo .comparison-section .comparison-column .comparison-list li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #E5E7EB}.prevention-demo .comparison-section .comparison-column .comparison-list li:last-child{border-bottom:none}.prevention-demo .comparison-section .comparison-column .comparison-list li i{flex-shrink:0;margin-top:.25rem}.prevention-demo .comparison-section .comparison-column .comparison-list li strong{display:block;margin-bottom:.25rem;color:#1f2937}.prevention-demo .comparison-section .comparison-column .comparison-list li p{margin:0;font-size:.875rem;color:#6b7280}.prevention-demo .comparison-section .comparison-column.problem .column-header,.prevention-demo .comparison-section .comparison-column.problem .column-header i,.prevention-demo .comparison-section .comparison-column.problem .comparison-list li i{color:#ef4444}.prevention-demo .comparison-section .comparison-column.solution .column-header,.prevention-demo .comparison-section .comparison-column.solution .column-header i,.prevention-demo .comparison-section .comparison-column.solution .comparison-list li i{color:#10b981}.prevention-demo .how-it-works-section{padding:5rem 0;background:#F9FAFB}.prevention-demo .how-it-works-section .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto}@media (max-width: 768px){.prevention-demo .how-it-works-section .steps-grid{grid-template-columns:1fr;gap:1.5rem}}.prevention-demo .how-it-works-section .step-card{text-align:center;padding:3rem;background:#FFFFFF;border-radius:16px;border:1px solid #E5E7EB;transition:all .2s ease}.prevention-demo .how-it-works-section .step-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px #00000012}.prevention-demo .how-it-works-section .step-card .step-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#2563EB;color:#fff;border-radius:50%;font-size:1.125rem;font-weight:700;margin-bottom:1rem}.prevention-demo .how-it-works-section .step-card .step-icon{font-size:2rem;color:#2563eb;margin-bottom:1rem}.prevention-demo .how-it-works-section .step-card h3{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.prevention-demo .how-it-works-section .step-card p{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}.prevention-demo .customer-preview-section{padding:5rem 0;background:#F9FAFB}.prevention-demo .customer-preview-section .tracking-card{max-width:800px;margin:0 auto 3rem;background:#FFFFFF;border:1px solid #E5E7EB;border-radius:16px;padding:3rem;box-shadow:0 1px 2px #0000000d}.prevention-demo .customer-preview-section .tracking-card .tracking-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;margin-bottom:3rem;border-bottom:1px solid #E5E7EB}.prevention-demo .customer-preview-section .tracking-card .tracking-header .order-number{font-size:1.125rem;font-weight:700;color:#1f2937}.prevention-demo .customer-preview-section .tracking-card .tracking-header .status-badge{display:inline-flex;align-items:center;background:rgba(37,99,235,.1);color:#2563eb;padding:.375rem .875rem;border-radius:8px;font-size:.875rem;font-weight:600}@media (max-width: 640px){.prevention-demo .customer-preview-section .tracking-card .tracking-header{flex-direction:column;align-items:flex-start;gap:1rem}}.prevention-demo .customer-preview-section .tracking-card .tracking-progress{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:3rem;position:relative}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto;z-index:1}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step .step-dot{width:2.5rem;height:2.5rem;border-radius:50%;background:#FFFFFF;border:2px solid #E5E7EB;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step .step-dot i{font-size:.875rem;color:#e5e7eb}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step .step-label{font-size:.8125rem;color:#6b7280;text-align:center;max-width:80px}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step.completed .step-dot{background:#10B981;border-color:#10b981}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step.completed .step-dot i{color:#fff}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step.completed .step-label{color:#10b981;font-weight:600}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step.active .step-dot{background:#2563EB;border-color:#2563eb}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step.active .step-dot i{color:#fff}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step.active .step-label{color:#2563eb;font-weight:600}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-line{flex:1;height:2px;background:#E5E7EB;align-self:center;margin:-2.5rem .5rem 0;position:relative;top:1.25rem}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-line.completed{background:#10B981}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-line.active{background:linear-gradient(to right,#10B981 0%,#2563EB 100%)}@media (max-width: 768px){.prevention-demo .customer-preview-section .tracking-card .tracking-progress{overflow-x:auto;padding-bottom:1rem}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step .step-label{font-size:.75rem;max-width:60px}.prevention-demo .customer-preview-section .tracking-card .tracking-progress .progress-step .step-dot{width:2rem;height:2rem}}.prevention-demo .customer-preview-section .tracking-card .tracking-info{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 640px){.prevention-demo .customer-preview-section .tracking-card .tracking-info{grid-template-columns:1fr}}.prevention-demo .customer-preview-section .tracking-card .tracking-info .info-block{display:flex;flex-direction:column;gap:.25rem;padding:1.5rem;background:#F9FAFB;border-radius:8px;border:1px solid #E5E7EB}.prevention-demo .customer-preview-section .tracking-card .tracking-info .info-block .info-label{font-size:.8125rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.prevention-demo .customer-preview-section .tracking-card .tracking-info .info-block .info-value{font-size:.9375rem;color:#1f2937;font-weight:600}.prevention-demo .customer-preview-section .preview-benefits{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.prevention-demo .customer-preview-section .preview-benefits .benefit-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#FFFFFF;border-radius:8px;border:1px solid #E5E7EB}.prevention-demo .customer-preview-section .preview-benefits .benefit-item i{color:#10b981;font-size:1.125rem;flex-shrink:0}.prevention-demo .customer-preview-section .preview-benefits .benefit-item span{font-size:.9375rem;color:#1f2937;font-weight:500}.prevention-demo .testimonial-section{padding:5rem 0;background:#FFFFFF}.prevention-demo .testimonial-section .testimonial-card{max-width:700px;margin:0 auto;text-align:center;padding:3rem;background:#F9FAFB;border-radius:16px;border:1px solid #E5E7EB}.prevention-demo .testimonial-section .testimonial-card .testimonial-quote{font-size:1.125rem;color:#1f2937;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.prevention-demo .testimonial-section .testimonial-card .testimonial-author{display:flex;flex-direction:column;align-items:center;gap:.25rem}.prevention-demo .testimonial-section .testimonial-card .testimonial-author strong{font-size:1rem;color:#0b1f3a}.prevention-demo .testimonial-section .testimonial-card .testimonial-author span{font-size:.875rem;color:#6b7280}.prevention-demo .pricing-section{padding:5rem 0;background:#F9FAFB}.prevention-demo .pricing-section .pricing-card{max-width:500px;margin:0 auto;background:#FFFFFF;border:2px solid #2563EB;border-radius:16px;padding:3rem;box-shadow:0 10px 15px #0000001a}.prevention-demo .pricing-section .pricing-card .pricing-header{text-align:center;margin-bottom:3rem}.prevention-demo .pricing-section .pricing-card .pricing-header .pricing-badge{display:inline-block;background:rgba(37,99,235,.1);color:#2563eb;padding:.375rem .875rem;border-radius:8px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.prevention-demo .pricing-section .pricing-card .pricing-header .pricing-value{margin-bottom:1rem}.prevention-demo .pricing-section .pricing-card .pricing-header .pricing-value .price{font-size:3rem;font-weight:800;color:#0b1f3a}.prevention-demo .pricing-section .pricing-card .pricing-header .pricing-value .period{font-size:1rem;color:#6b7280;margin-left:.5rem}.prevention-demo .pricing-section .pricing-card .pricing-header .pricing-note{font-size:.875rem;color:#6b7280}.prevention-demo .pricing-section .pricing-card .pricing-features{list-style:none;padding:0;margin:0 0 3rem}.prevention-demo .pricing-section .pricing-card .pricing-features li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #E5E7EB}.prevention-demo .pricing-section .pricing-card .pricing-features li:last-child{border-bottom:none}.prevention-demo .pricing-section .pricing-card .pricing-features li i{color:#10b981;flex-shrink:0;margin-top:.125rem}.prevention-demo .pricing-section .pricing-card .pricing-features li span{color:#1f2937;font-size:.9375rem}.prevention-demo .pricing-section .pricing-card .btn-pricing-cta{width:100%;background:#2563EB;color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .2s ease}.prevention-demo .pricing-section .pricing-card .btn-pricing-cta:hover{background:#1555e2}.prevention-demo .faq-section{padding:5rem 0;background:#FFFFFF}.prevention-demo .faq-section .faq-list{max-width:700px;margin:0 auto}.prevention-demo .faq-section .faq-item{border-bottom:1px solid #E5E7EB;cursor:pointer}.prevention-demo .faq-section .faq-item:last-child{border-bottom:none}.prevention-demo .faq-section .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;transition:all .2s ease}.prevention-demo .faq-section .faq-item .faq-question h3{font-size:1.0625rem;font-weight:600;color:#1f2937;margin:0;flex:1}.prevention-demo .faq-section .faq-item .faq-question i{color:#6b7280;transition:transform .2s ease}.prevention-demo .faq-section .faq-item .faq-answer{padding:0 0 1.5rem;animation:slideDown .2s ease}.prevention-demo .faq-section .faq-item .faq-answer p{margin:0;color:#6b7280;line-height:1.7}.prevention-demo .faq-section .faq-item.expanded .faq-question i{transform:rotate(180deg)}.prevention-demo .faq-section .faq-item:hover .faq-question h3{color:#2563eb}.prevention-demo .cta-section{padding:5rem 0;background:#F9FAFB}.prevention-demo .cta-section .cta-form-wrapper{max-width:500px;margin:0 auto;text-align:center}.prevention-demo .cta-section .cta-form-wrapper h2{font-size:2rem;font-weight:800;color:#0b1f3a;margin-bottom:1rem}.prevention-demo .cta-section .cta-form-wrapper .cta-subtitle{font-size:1.0625rem;color:#6b7280;margin-bottom:3rem}.prevention-demo .cta-section .cta-form-wrapper .setup-form .form-field{margin-bottom:1.5rem}.prevention-demo .cta-section .cta-form-wrapper .setup-form .form-field .form-input{width:100%;padding:1rem;border:2px solid #E5E7EB;border-radius:12px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.prevention-demo .cta-section .cta-form-wrapper .setup-form .form-field .form-input:focus{outline:none;border-color:#2563eb}.prevention-demo .cta-section .cta-form-wrapper .setup-form .form-field .form-input::placeholder{color:#9ca3af}.prevention-demo .cta-section .cta-form-wrapper .setup-form .form-field select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.prevention-demo .cta-section .cta-form-wrapper .setup-form .error-message{background:rgba(239,68,68,.1);color:#ef4444;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.prevention-demo .cta-section .cta-form-wrapper .setup-form .btn-form-submit{width:100%;background:#2563EB;color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.prevention-demo .cta-section .cta-form-wrapper .setup-form .btn-form-submit:hover:not(:disabled){background:#1555e2}.prevention-demo .cta-section .cta-form-wrapper .setup-form .btn-form-submit:disabled{opacity:.6;cursor:not-allowed}.prevention-demo .cta-section .cta-form-wrapper .setup-form .form-note{font-size:.875rem;color:#6b7280;margin:0}.prevention-demo .cta-section .cta-success-wrapper{max-width:500px;margin:0 auto;text-align:center;padding:3rem;background:#FFFFFF;border-radius:16px;border:2px solid #10B981}.prevention-demo .cta-section .cta-success-wrapper .success-icon{font-size:3rem;color:#10b981;margin-bottom:1.5rem}.prevention-demo .cta-section .cta-success-wrapper h2{font-size:1.75rem;font-weight:700;color:#0b1f3a;margin-bottom:1rem}.prevention-demo .cta-section .cta-success-wrapper p{color:#6b7280;margin-bottom:3rem}.prevention-demo .cta-section .cta-success-wrapper .btn-back{background:transparent;color:#2563eb;border:2px solid #2563EB;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.prevention-demo .cta-section .cta-success-wrapper .btn-back:hover{background:#2563EB;color:#fff}.prevention-demo .footer{padding:3rem 0;background:#0B1F3A;color:#fff;text-align:center}.prevention-demo .footer p{margin:0;font-size:.9375rem;opacity:.9}.prevention-demo .footer p strong{font-weight:600}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}
