.phase-indicator{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:48px;padding:0 20px}.phase-step-wrapper{display:flex;align-items:center}.phase-step{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.4;transition:opacity .3s ease}.phase-step.active{opacity:1}.phase-number{width:40px;height:40px;border-radius:50%;background:var(--color-surface);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:var(--color-text-muted);transition:all .3s ease}.phase-step.active .phase-number{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 0 20px var(--color-primary-glow)}.phase-step.completed .phase-number{background:var(--color-success);border-color:var(--color-success);color:#fff}.check-icon{width:20px;height:20px}.phase-label{font-size:.75rem;font-weight:600;color:var(--color-text-subtle);white-space:nowrap}.phase-step.active .phase-label{color:var(--color-primary-light)}.phase-connector{width:60px;height:2px;background:var(--color-border);margin:0 8px 24px;transition:background .3s ease}.phase-connector.completed{background:var(--color-success)}@media (max-width: 600px){.phase-label{display:none}.phase-connector{width:30px;margin-bottom:0}}.segment-card{background:linear-gradient(145deg,#16161d,#1a1a24);border-radius:16px;padding:24px;border:1px solid #2a2a3a;transition:transform .2s ease,box-shadow .2s ease}.segment-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.segment-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #2a2a3a}.segment-name{font-size:1.25rem;font-weight:600;color:#f8f8fc;margin:0 0 8px}.segment-description{font-size:.9rem;color:#8888a0;margin:0;line-height:1.5}.segment-section{margin-bottom:16px}.segment-section:last-child{margin-bottom:0}.section-title{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 10px}.section-icon{width:16px;height:16px;opacity:.7}.demographics-grid{display:flex;flex-wrap:wrap;gap:8px}.demo-item{background:#6366f11a;color:#a5b4fc;padding:4px 10px;border-radius:6px;font-size:.8rem}.tag-list{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}.tag{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:500}.motivations .tag{background:#22c55e1a;color:#86efac}.pain-points .tag{background:#ef44441a;color:#fca5a5}.objections .tag{background:#f59e0b1a;color:#fcd34d}.critique-card{background:linear-gradient(145deg,#16161d,#1a1a24);border-radius:16px;padding:24px;border:1px solid #2a2a3a;transition:transform .2s ease,box-shadow .2s ease}.critique-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.critique-card.sentiment-positive{border-left:4px solid #22c55e}.critique-card.sentiment-negative{border-left:4px solid #ef4444}.critique-card.sentiment-neutral{border-left:4px solid #6366f1}.critique-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.persona-badge{display:flex;align-items:center;gap:10px}.persona-icon{width:32px;height:32px;padding:6px;background:#6366f126;border-radius:50%;color:#a5b4fc}.persona-name{font-weight:600;font-size:1.1rem;color:#f8f8fc}.conversion-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.conversion-badge.would-convert{background:#22c55e26;color:#86efac}.conversion-badge.considering{background:#fbbf2426;color:#fcd34d}.conversion-badge.would-leave,.conversion-badge.would-not-convert{background:#ef444426;color:#fca5a5}.badge-icon{width:14px;height:14px}.monologue-section{position:relative;padding:20px;background:#0003;border-radius:12px;margin-bottom:20px}.quote-icon{position:absolute;top:-8px;left:16px;width:24px;height:24px;color:#6366f1;opacity:.5}.monologue-text{margin:0;font-size:1rem;line-height:1.7;color:#d1d5db;font-style:italic}.feedback-section{margin-top:16px}.feedback-title{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 10px}.concerns .feedback-title{color:#fca5a5}.concerns .feedback-icon{color:#ef4444}.suggestions .feedback-title{color:#86efac}.suggestions .feedback-icon{color:#22c55e}.likes .feedback-title{color:#f9a8d4}.likes .feedback-icon{color:#ec4899}.likes{background:#ec48990d;padding:16px;border-radius:12px;border:1px solid rgba(236,72,153,.1)}.feedback-icon{width:16px;height:16px}.feedback-list{margin:0;padding-left:20px;color:#9ca3af;font-size:.9rem;line-height:1.6}.feedback-list li{margin-bottom:6px}.feedback-list li:last-child{margin-bottom:0}.image-upload-container{width:100%;max-width:800px;margin:0 auto}.dropzone{border:2px dashed #3a3a4a;border-radius:16px;padding:48px 24px;text-align:center;cursor:pointer;transition:all .2s ease;background:#0003}.dropzone.compact{padding:24px;margin-bottom:20px}.dropzone:hover{border-color:#6366f1;background:#6366f10d}.dropzone.dragging{border-color:#6366f1;background:#6366f11a;transform:scale(1.01)}.dropzone-content{display:flex;flex-direction:column;align-items:center;gap:12px}.upload-icon{width:48px;height:48px;color:#6366f1;opacity:.7}.dropzone.compact .upload-icon{width:32px;height:32px}.dropzone-text{display:flex;flex-direction:column;gap:4px;margin:0;color:#d1d5db}.dropzone-text strong{font-size:1.1rem;color:#f8f8fc}.dropzone.compact .dropzone-text strong{font-size:.95rem}.dropzone-text span{font-size:.9rem;color:#8888a0}.dropzone-hint{margin:0;font-size:.8rem;color:#6b7280}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.image-preview-card{position:relative;border-radius:12px;overflow:hidden;background:#16161d;border:1px solid #2a2a3a;transition:transform .2s ease,box-shadow .2s ease}.image-preview-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.image-preview-wrapper{position:relative;aspect-ratio:4/3}.image-preview{width:100%;height:100%;object-fit:cover;display:block}.remove-image-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#000000b3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background .2s}.image-preview-card:hover .remove-image-btn{opacity:1}.remove-image-btn:hover{background:#ef4444}.remove-image-btn svg{width:16px;height:16px}.image-number{position:absolute;bottom:8px;left:8px;background:#6366f1e6;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:4px}.image-preview-container{position:relative;border-radius:16px;overflow:hidden;background:#16161d;border:1px solid #2a2a3a}.change-image-btn{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.change-image-btn:hover{background:#6366f1cc}.change-icon{width:18px;height:18px}.url-input-section{display:flex;justify-content:center;align-items:center;padding:2rem 1.5rem 4rem}.url-input-content{max-width:720px;width:100%;text-align:center}.social-proof-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f952001a;border:1px solid rgba(249,82,0,.2);border-radius:100px;margin-bottom:1.5rem;animation:fadeInDown .5s ease}.stars{display:flex;gap:2px}.star-icon{width:14px;height:14px;color:#f95200}.social-proof-badge span{font-size:.8125rem;font-weight:600;color:var(--color-text-muted)}.url-input-header{margin-bottom:2rem;animation:fadeInUp .5s ease .1s both}.url-input-title{font-size:2.75rem;font-weight:800;color:var(--text-primary);margin:0 0 1.25rem;letter-spacing:-.03em;line-height:1.15}.title-emphasis{color:var(--accent-color)}.url-input-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;max-width:580px;margin:0 auto}.url-input-subtitle strong{color:var(--text-primary);font-weight:700}.url-input-subtitle em{font-style:italic;color:var(--accent-color)}.url-input-card{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:20px;padding:1.5rem 2rem 1.75rem;margin-bottom:2.5rem;animation:fadeInUp .5s ease .2s both}.input-card-header{margin-bottom:1rem}.input-card-label{font-size:1rem;font-weight:600;color:var(--text-primary)}.url-input-form{display:flex;flex-direction:column;gap:.75rem}.url-input-field{display:flex;align-items:center;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:26px;padding:.25rem .5rem;transition:border-color .2s ease,box-shadow .2s ease}.url-input-field:focus-within{border-color:var(--accent-color);box-shadow:0 0 0 4px #f9520026}.url-prefix{padding:.875rem 0 .875rem 1rem;color:var(--text-tertiary);font-family:var(--font-mono);font-size:1rem;-webkit-user-select:none;user-select:none}.url-input{flex:1;border:none;background:transparent;padding:.875rem 1rem .875rem 0;font-size:1rem;font-family:var(--font-mono);color:var(--text-primary);outline:none}.url-input::placeholder{color:var(--text-tertiary)}.url-submit-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;background:var(--accent-color);color:#fff;border:none;border-radius:26px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #f9520059}.url-submit-btn:hover:not(:disabled){background:#ff6b1a;transform:translateY(-2px);box-shadow:0 8px 24px #f9520073}.url-submit-btn:active:not(:disabled){transform:translateY(0)}.url-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.url-submit-btn .btn-icon{width:1.25rem;height:1.25rem}.url-submit-btn .spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.input-card-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.8125rem;color:var(--text-tertiary)}.note-icon{width:1rem;height:1rem;color:var(--success-color)}.differentiator-section{margin-bottom:2.5rem;animation:fadeInUp .5s ease .3s both}.differentiator-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin:0 0 1.25rem}.differentiator-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.differentiator-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;text-align:left;transition:border-color .2s ease,transform .2s ease}.differentiator-item:hover{border-color:var(--accent-color);transform:translateY(-2px)}.diff-icon-wrap{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#f9520026;border-radius:8px;flex-shrink:0}.diff-icon{width:1.25rem;height:1.25rem;color:var(--accent-color)}.diff-content h4{font-size:.9375rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.diff-content p{font-size:.8125rem;color:var(--text-secondary);margin:0;line-height:1.4}.diff-content em{color:var(--accent-color);font-style:normal;font-weight:600}.testimonial-section{margin-bottom:2.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#f9520014,#062e334d);border:1px solid rgba(249,82,0,.15);border-radius:16px;animation:fadeInUp .5s ease .4s both}.testimonial-quote{font-size:1.0625rem;font-style:italic;color:var(--text-primary);margin:0 0 .75rem;line-height:1.6;position:relative;padding-left:1.5rem}.testimonial-quote:before{content:'"';position:absolute;left:0;top:-.25rem;font-size:2rem;font-family:Georgia,serif;color:var(--accent-color);opacity:.6;line-height:1}.testimonial-quote .highlight{color:var(--accent-color);font-weight:700;font-style:normal}.testimonial-attribution{font-size:.875rem;color:var(--text-tertiary);font-weight:500}.process-preview{margin-bottom:2.5rem;animation:fadeInUp .5s ease .5s both}.process-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin:0 0 1.25rem}.process-steps{display:flex;align-items:center;justify-content:center;gap:0}.process-step{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px}.step-number{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:var(--accent-color);color:#fff;border-radius:50%;font-size:.8125rem;font-weight:700;flex-shrink:0}.step-content{display:flex;flex-direction:column;text-align:left}.step-content strong{font-size:.875rem;font-weight:700;color:var(--text-primary)}.step-content span{font-size:.75rem;color:var(--text-tertiary)}.process-connector{width:24px;height:2px;background:var(--border-color)}.trust-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:fadeInUp .5s ease .6s both}.trust-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary)}.trust-logos{display:flex;align-items:center;gap:.75rem}.trust-logo{font-size:.8125rem;font-weight:600;color:var(--text-secondary)}.trust-divider{color:var(--border-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.url-input-title{font-size:2rem}.url-input-subtitle{font-size:1rem}.url-input-card{padding:1.25rem 1.25rem 1.5rem}.differentiator-grid{grid-template-columns:1fr;gap:.75rem}.process-steps{flex-direction:column;gap:.5rem}.process-connector{width:2px;height:16px}.process-step{width:100%;max-width:280px}}@media (max-width: 480px){.url-input-title{font-size:1.75rem}.testimonial-section{padding:1.25rem}.trust-logos{flex-wrap:wrap;justify-content:center}}.url-selector-section{padding:2rem;max-width:900px;margin:0 auto}.url-selector-header{margin-bottom:2rem}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:2px solid var(--border-color);border-radius:26px;color:var(--text-secondary);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.back-btn:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary);border-color:var(--accent-color)}.back-btn:disabled{opacity:.5;cursor:not-allowed}.back-icon{width:1rem;height:1rem}.url-selector-title-area{text-align:center}.url-selector-title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.01em}.url-selector-subtitle{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.5}.urls-grid{display:flex;flex-direction:column;gap:.75rem}.url-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;text-align:left;cursor:pointer;transition:all .2s ease}.url-card:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--accent-color);transform:translate(4px);box-shadow:0 4px 12px #f9520026}.url-card:disabled{opacity:.5;cursor:not-allowed;transform:none}.url-card-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--accent-color);color:#fff;border-radius:50%;font-size:.875rem;font-weight:700;flex-shrink:0}.url-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.url-card-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.url-card-path{font-size:.8125rem;font-family:var(--font-mono);color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.url-card-description{font-size:.8125rem;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.url-card-arrow{width:1.25rem;height:1.25rem;color:var(--text-tertiary);flex-shrink:0;opacity:0;transform:translate(-8px);transition:all .2s ease}.url-card:hover .url-card-arrow{opacity:1;transform:translate(0);color:var(--accent-color)}.no-urls-message{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center;color:var(--text-secondary)}.no-urls-icon{width:3rem;height:3rem;color:var(--text-tertiary)}.url-selector-loading{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:100}.url-selector-loading p{color:#fff;font-size:1.125rem;font-weight:500}.loading-message-animated{animation:fadeInMessage .4s ease}.spinner-large{width:3rem;height:3rem;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes fadeInMessage{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.url-selector-section{padding:1rem}.url-selector-title{font-size:1.5rem}.url-card{padding:.875rem 1rem}.url-card-number{width:1.75rem;height:1.75rem;font-size:.75rem}}.scanning-section{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem}.scanning-container{max-width:700px;width:100%;text-align:center}.scanning-header{margin-bottom:2rem}.scanning-title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.01em}.scanning-subtitle{font-size:1rem;color:var(--text-secondary);margin:0}.screenshot-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;margin-bottom:1.5rem;border:2px solid var(--border-color)}.screenshot-image{display:block;width:100%;height:auto;max-height:500px;object-fit:cover;object-position:top}.screenshot-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,transparent 85%,rgba(0,0,0,.5) 100%);pointer-events:none}.scan-bar{position:absolute;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,var(--accent-color) 20%,#FF8C4D 50%,var(--accent-color) 80%,transparent 100%);box-shadow:0 0 20px var(--accent-color),0 0 40px #f9520080,0 0 60px #f952004d;animation:scanUpDown 2s ease-in-out infinite}@keyframes scanUpDown{0%{top:0}50%{top:calc(100% - 4px)}to{top:0}}.scan-progress{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.5rem}.scan-dots{display:flex;gap:.5rem}.scan-dot{width:10px;height:10px;border-radius:50%;background:var(--border-color);transition:all .3s ease}.scan-dot.completed{background:var(--success-color)}.scan-dot.active{background:var(--accent-color);animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.scan-count{font-size:.875rem;color:var(--text-tertiary)}.scan-complete{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--success-color);color:#fff;border-radius:100px;font-weight:600;animation:fadeIn .3s ease}.check-icon{width:1.25rem;height:1.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.scanning-title{font-size:1.5rem}.screenshot-image{max-height:350px}}.lead-form-section{display:flex;justify-content:center;padding:2rem;min-height:80vh}.lead-form-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;width:100%;align-items:start}.lead-form-preview{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;border:2px solid var(--border-color)}.lead-preview-image{display:block;width:100%;height:auto;max-height:400px;object-fit:cover;object-position:top}.lead-preview-overlay{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;font-size:.875rem;font-weight:500}.preview-check{width:1.25rem;height:1.25rem;color:var(--success-color)}.lead-form-content{display:flex;flex-direction:column}.lead-form-header{margin-bottom:1.5rem}.lead-form-title{font-size:2rem;font-weight:800;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.01em}.lead-form-subtitle{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.6}.selected-url-info{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color);margin-bottom:1.5rem}.info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary)}.info-url{font-size:.875rem;font-family:var(--font-mono);color:var(--text-secondary);word-break:break-all}.lead-form{display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:500;color:var(--text-primary)}.form-field input{padding:.875rem 1rem;font-size:1rem;border:2px solid var(--border-color);border-radius:26px;background:var(--bg-secondary);color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.form-field input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 4px #f9520026}.form-field input::placeholder{color:var(--text-tertiary)}.form-field input:disabled{opacity:.6;cursor:not-allowed}.form-field.has-error input{border-color:var(--error-color)}.field-error{font-size:.8125rem;color:var(--error-color)}.lead-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;margin-top:.5rem;background:var(--accent-color);color:#fff;border:none;border-radius:26px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #f9520059}.lead-submit-btn:hover:not(:disabled){background:#ff6b1a;transform:translateY(-2px);box-shadow:0 8px 24px #f9520073}.lead-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.lead-submit-btn .btn-icon{width:1.25rem;height:1.25rem}.lead-submit-btn .spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.lead-form-privacy{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.8125rem;color:var(--text-tertiary)}.privacy-icon{width:1rem;height:1rem;flex-shrink:0}@media (max-width: 768px){.lead-form-container{grid-template-columns:1fr;gap:2rem}.lead-form-preview{order:-1}.lead-preview-image{max-height:250px}.lead-form-title{font-size:1.5rem}}.thankyou-section{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem}.thankyou-container{max-width:500px;width:100%;text-align:center}.thankyou-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--success-color) 0%,#059669 100%);border-radius:50%;margin-bottom:1.5rem;animation:popIn .5s cubic-bezier(.175,.885,.32,1.275)}.thankyou-icon{width:40px;height:40px;color:#fff}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.thankyou-title{font-size:2rem;font-weight:800;color:var(--text-primary);margin:0 0 1rem;letter-spacing:-.01em}.thankyou-subtitle{font-size:1.0625rem;color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.6}.thankyou-email-info{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:16px;margin-bottom:2rem}.email-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary)}.email-value{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.thankyou-steps{display:flex;flex-direction:column;gap:1rem;text-align:left;margin-bottom:2rem}.step{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:10px}.step-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;flex-shrink:0}.step-icon.active{background:var(--success-color);color:#fff}.step-icon.active svg{width:1.25rem;height:1.25rem}.step-icon.processing{background:var(--accent-color)}.step-spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.step-icon.pending{background:var(--bg-tertiary);border:2px solid var(--border-color);color:var(--text-tertiary)}.step-number{font-size:.875rem;font-weight:600}.step-content{display:flex;flex-direction:column;gap:.125rem}.step-title{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.step-desc{font-size:.8125rem;color:var(--text-tertiary)}.thankyou-note{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f952001a;border:1px solid rgba(249,82,0,.2);border-radius:12px;margin-bottom:2rem;text-align:left}.note-icon{width:1.25rem;height:1.25rem;color:var(--accent-color);flex-shrink:0;margin-top:.125rem}.thankyou-note p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.start-over-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;color:var(--text-secondary);border:2px solid var(--border-color);border-radius:26px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.start-over-btn:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--accent-color)}.start-over-btn .btn-icon{width:1.125rem;height:1.125rem}@media (max-width: 640px){.thankyou-title{font-size:1.5rem}.thankyou-subtitle{font-size:1rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 20% 0%,rgba(249,82,0,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(6,46,51,.4) 0%,transparent 50%),linear-gradient(180deg,#040f11,#071a1d)}.app-header{padding:48px 24px 24px;text-align:center}.logo{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px}.logo-icon{height:32px;width:auto}.logo h1{font-size:1.75rem;font-weight:800;color:#f5f5f5;margin:0;letter-spacing:-.02em}.tagline{color:var(--color-text-muted);font-size:1rem;margin:0;font-weight:500}.app-main{flex:1;padding:0 24px 48px;max-width:1400px;margin:0 auto;width:100%;position:relative}.phase-section{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.phase-content{max-width:640px;margin:0 auto}.phase-content.centered{text-align:center}.phase-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px;flex-wrap:wrap}.phase-actions{display:flex;gap:12px;flex-wrap:wrap}.phase-title{font-size:1.75rem;font-weight:700;color:var(--color-text);margin:0 0 8px;letter-spacing:-.01em}.phase-description{color:var(--color-text-muted);font-size:1rem;margin:0 0 24px;line-height:1.6;max-width:600px}.category-form{display:flex;flex-direction:column;gap:20px}.category-input{width:100%;padding:16px;font-family:var(--font-sans);font-size:1rem;background:var(--color-surface);border:2px solid var(--color-border);border-radius:26px;color:var(--color-text);resize:vertical;transition:border-color .2s,box-shadow .2s}.category-input::placeholder{color:var(--color-text-subtle)}.category-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-glow)}.category-input:disabled{opacity:.6;cursor:not-allowed}.submit-btn,.continue-btn,.start-over-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-family:var(--font-sans);font-size:1rem;font-weight:600;color:#fff;background:var(--color-primary);border:none;border-radius:26px;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 4px 14px var(--color-primary-glow)}.submit-btn:hover:not(:disabled),.continue-btn:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px #f9520066}.submit-btn:disabled,.continue-btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon,.btn-icon-right{width:20px;height:20px}.start-over-btn{background:transparent;border:2px solid var(--color-border-light);color:var(--color-text-muted);box-shadow:none}.start-over-btn:hover{background:var(--color-surface);border-color:var(--color-primary);color:var(--color-text)}.analyze-btn{margin-top:24px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.segments-grid,.critiques-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.summary-stats{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.stat-card{background:linear-gradient(145deg,#6b72801a,#6b72800d);border:1px solid rgba(107,114,128,.2);border-radius:12px;padding:20px 32px;display:flex;flex-direction:column;align-items:center;gap:4px}.stat-card.positive{background:linear-gradient(145deg,#22c55e1a,#22c55e0d);border-color:#22c55e33}.stat-card.considering{background:linear-gradient(145deg,#fbbf241a,#fbbf240d);border-color:#fbbf2433}.stat-card.negative{background:linear-gradient(145deg,#ef44441a,#ef44440d);border-color:#ef444433}.stat-number{font-size:2.5rem;font-weight:700;color:#9ca3af}.stat-card.positive .stat-number{color:#86efac}.stat-card.considering .stat-number{color:#fcd34d}.stat-card.negative .stat-number{color:#fca5a5}.stat-label{font-size:.85rem;color:#6b7280;font-weight:500}.image-tabs{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.image-tab{display:flex;align-items:center;gap:10px;padding:8px 16px 8px 8px;background:var(--color-surface);border:2px solid var(--color-border);border-radius:16px;cursor:pointer;transition:all .2s ease;color:var(--color-text-muted);font-size:.9rem;font-weight:500}.image-tab:hover{border-color:var(--color-border-light);background:var(--color-surface-elevated)}.image-tab.active{border-color:var(--color-primary);background:#f952001a;color:var(--color-primary-light)}.tab-thumbnail{width:48px;height:36px;object-fit:cover;border-radius:6px}.analyzed-image-container{margin-bottom:32px;border-radius:16px;overflow:hidden;border:2px solid var(--color-border);max-width:800px}.analyzed-image{width:100%;max-height:300px;object-fit:contain;background:var(--color-surface)}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#040f11f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:100}.loading-content{text-align:center}.loading-spinner-large{width:48px;height:48px;border:3px solid rgba(249,82,0,.2);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 24px}.progress-container{display:flex;align-items:center;gap:16px;width:300px;margin-bottom:24px}.progress-bar{flex:1;height:8px;background:#f9520026;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));border-radius:4px;transition:width .5s ease-out}.progress-text{font-size:.9rem;font-weight:600;color:var(--color-primary-light);min-width:40px;text-align:right}.loading-message{color:var(--color-text);font-size:1.1rem;max-width:300px;line-height:1.6;margin:0}.loading-submessage{color:var(--color-text-muted);font-size:.85rem;margin:8px 0 0}.error-banner{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:16px 20px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#fca5a5;max-width:90%;z-index:101;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.error-icon{width:24px;height:24px;flex-shrink:0;color:#ef4444}.error-banner p{margin:0;flex:1}.error-dismiss{background:none;border:none;color:#fca5a5;cursor:pointer;padding:4px;display:flex;opacity:.7;transition:opacity .2s}.error-dismiss:hover{opacity:1}.error-dismiss svg{width:18px;height:18px}.research-reference{margin-top:64px;padding-top:48px;border-top:1px solid var(--color-border)}.research-reference-title{display:flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0 0 12px}.research-reference-title .section-icon{width:24px;height:24px;color:var(--color-primary)}.research-reference-summary{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin:0 0 32px;max-width:800px}.segments-grid.compact{gap:16px}.segments-grid.compact .segment-card{padding:20px}.market-research-section{margin-top:40px;padding:32px;background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border)}.market-research-section .phase-title{display:flex;align-items:center;gap:12px;margin-bottom:8px}.market-research-section .phase-title .section-icon{width:28px;height:28px;color:var(--color-primary)}.market-research-section .phase-description{margin-bottom:16px}.market-research-section .research-summary{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;margin:0 0 32px;padding:20px;background:#3b82f60d;border-radius:12px;border-left:4px solid var(--color-primary)}.persona-feedback-section{margin-top:48px;padding-top:48px;border-top:1px solid var(--color-border)}.persona-feedback-section .phase-title{display:flex;align-items:center;gap:12px;margin-bottom:8px}.persona-feedback-section .phase-title .section-icon{width:28px;height:28px;color:var(--color-primary)}.persona-feedback-section .phase-description{margin-bottom:24px}.segments-grid.compact .segment-name{font-size:1.1rem}.segments-grid.compact .segment-section{margin-bottom:12px}.report-header{margin-bottom:32px}.report-meta{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.report-date{font-size:.875rem;color:var(--color-text-muted)}.report-market{display:inline-block;padding:4px 12px;background:#f952001f;border:1px solid rgba(249,82,0,.25);border-radius:100px;font-size:.875rem;color:var(--color-primary-light)}.report-actions{margin-top:48px;text-align:center}.error-page{text-align:center;padding:80px 24px}.error-page h2{font-size:1.75rem;color:var(--color-text);margin:0 0 12px}.error-page p{color:var(--color-text-muted);max-width:400px;margin:0 auto 32px}.processing-page{text-align:center;padding:80px 24px}.processing-page h2{font-size:1.5rem;color:var(--color-text);margin:24px 0 12px}.processing-page p{color:var(--color-text-muted);margin:0 0 8px}.processing-page .processing-note{color:var(--color-text-subtle);font-size:.9rem;margin-bottom:32px}.submit-btn.secondary{background:transparent;border:2px solid var(--color-border-light);color:var(--color-text-muted);box-shadow:none}.submit-btn.secondary:hover:not(:disabled){background:var(--color-surface);border-color:var(--color-primary);color:var(--color-text);box-shadow:none}.app-footer{padding:24px;text-align:center;border-top:1px solid var(--color-border)}.app-footer p{color:var(--color-text-subtle);font-size:.85rem;margin:0}:root{--bg-primary: #040F11;--bg-secondary: #071A1D;--bg-tertiary: #0A2428;--text-primary: #F5F5F5;--text-secondary: #8FA5A8;--text-tertiary: #5A7A7E;--border-color: #0F3338;--accent-color: #F95200;--success-color: #22c55e;--error-color: #ef4444}@media (max-width: 600px){.logo h1{font-size:1.5rem}.phase-title{font-size:1.4rem}.segments-grid,.critiques-grid{grid-template-columns:1fr}.phase-header-row{flex-direction:column}}:root{--font-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--color-bg: #040F11;--color-surface: #071A1D;--color-surface-elevated: #0A2428;--color-border: #0F3338;--color-border-light: #164045;--color-text: #F5F5F5;--color-text-muted: #8FA5A8;--color-text-subtle: #5A7A7E;--color-primary: #F95200;--color-primary-hover: #FF6B1A;--color-primary-light: #FF8C4D;--color-primary-glow: rgba(249, 82, 0, .3);--color-secondary: #062E33;--color-secondary-light: #0A4A52;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;font-weight:500}#root{min-height:100vh}::selection{background:#f9520066;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a4a}
