@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--secondary: #64748b;--accent: #059669;--success: #10b981;--warning: #f59e0b;--error: #dc2626;--info: #0ea5e9;--gradient-primary: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--gradient-secondary: linear-gradient(135deg, #64748b 0%, #475569 100%);--gradient-accent: linear-gradient(135deg, #059669 0%, #047857 100%);--gradient-neutral: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);--gradient-warm: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--gradient-cool: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-primary: 0 10px 30px -5px rgba(37, 99, 235, .2);--shadow-success: 0 10px 30px -5px rgba(16, 185, 129, .2);--shadow-warning: 0 10px 30px -5px rgba(245, 158, 11, .2);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--gradient-neutral);background-attachment:fixed;min-height:100vh;line-height:1.6;color:var(--gray-900);overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(37,99,235,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(14,165,233,.03) 0%,transparent 50%);pointer-events:none;z-index:-1}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);padding:1rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.logo-text{font-size:1.5rem;font-weight:800;color:var(--gray-900);line-height:1}.logo-tagline{font-size:.75rem;color:var(--gray-500);font-weight:500}.site-nav{display:flex;gap:2rem;align-items:center}.site-nav a{color:var(--gray-600);text-decoration:none;font-weight:500;transition:color .2s ease}.site-nav a:hover{color:var(--primary)}.header-actions{display:flex;gap:.75rem;align-items:center}.btn-header{padding:.5rem 1rem;border:1px solid var(--gray-300);background:transparent;color:var(--gray-700);border-radius:var(--radius);font-weight:500;cursor:pointer;transition:all .2s ease}.btn-header:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-header-primary{background:var(--gradient-primary);color:#fff;border-color:transparent}.btn-header-primary:hover{background:var(--primary-dark)}.main-content{flex:1}.hero-section{position:relative;padding:6rem 1.5rem 4rem;text-align:center;overflow:hidden}.hero-badge{display:inline-block;background:var(--gradient-primary);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-2xl);font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:var(--gray-900)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto 2rem;line-height:1.6}.hero-preview{margin:3rem 0}.hero-preview-img{max-width:100%;height:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl)}.hero-stats{display:flex;justify-content:center;gap:3rem;margin:2rem 0}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary)}.stat-label{font-size:.875rem;color:var(--gray-600);font-weight:500}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;font-size:1rem}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background:#fff;color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:var(--gray-900)}.section-subtitle{font-size:1.125rem;color:var(--gray-600);text-align:center;max-width:600px;margin:0 auto 3rem}.fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease}.fade-in.in-view{opacity:1;transform:translateY(0)}.slide-up{opacity:0;transform:translateY(40px);transition:all .8s ease}.slide-up.in-view{opacity:1;transform:translateY(0)}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-2xl)}.user-profile{position:relative;display:flex;align-items:center}.user-profile-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--gray-200);cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm);min-width:auto}.user-profile-trigger:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar-placeholder{width:100%;height:100%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;letter-spacing:.025em}.plan-badge{font-size:.7rem;font-weight:600;padding:.125rem .375rem;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}.plan-badge.free{background:var(--gray-100);color:var(--gray-600)}.plan-badge.monthly{background:#dbeafe;color:#1e40af}.plan-badge.annual{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff}.dropdown-arrow{color:var(--gray-400);transition:transform .2s ease}.user-profile-trigger:hover .dropdown-arrow{transform:rotate(180deg)}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);min-width:280px;z-index:1000;overflow:hidden}.dropdown-header{padding:1rem;background:var(--gray-50)}.user-details{display:flex;flex-direction:column;gap:.5rem}.user-name-large{font-weight:600;color:var(--gray-900);font-size:1rem}.user-email{font-size:.875rem;color:var(--gray-600)}.dropdown-divider{height:1px;background:var(--gray-200)}.dropdown-menu{padding:.5rem 0}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:.875rem;color:var(--gray-700)}.dropdown-item:hover{background:var(--gray-50)}.dropdown-item.logout{color:var(--error)}.dropdown-item.logout:hover{background:#fef2f2}.item-icon{font-size:1rem;width:1.25rem;text-align:center}.footer{background:#fff;border-top:1px solid var(--gray-200);margin-top:auto}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.site-nav{gap:1rem}.hero-title{font-size:2.5rem}.hero-stats{flex-direction:column;gap:1rem}.hero-section{padding:4rem 1rem 2rem}}.modal-content{background:#fff;border-radius:var(--radius-xl);padding:2rem;max-width:500px;width:100%;box-shadow:var(--shadow-2xl);position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-400)}.modal-close:hover{color:var(--gray-600)}.marquee{overflow:hidden;white-space:nowrap;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0;border-radius:var(--radius-xl);margin:0 1rem}.marquee-track{display:inline-flex;animation:scroll 30s linear infinite;gap:2rem}.marquee-item{display:inline-block;margin-right:2rem;text-align:center;min-width:200px}.comparison-preview{position:relative;width:200px;height:150px;margin:0 auto .5rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.preview-before,.preview-after{position:absolute;top:0;left:0;width:50%;height:100%;object-fit:cover}.preview-after{left:50%}.marquee-label{font-weight:600;color:var(--gray-700);font-size:.875rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track:hover{animation-play-state:paused}.pricing-section-main{padding:4rem 0;background:#fff}.pricing-header{text-align:center;margin-bottom:3rem}.stripe-pricing-container{max-width:1200px;margin:0 auto;padding:0 1rem}stripe-pricing-table{display:block;width:100%;min-height:400px}.simple-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-xl);padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.pricing-error-banner{max-width:640px;margin:0 auto 1.5rem;padding:.75rem 1.25rem;border-radius:var(--radius);background:#eb57571f;color:#eb5757;font-weight:600;text-align:center}.pricing-card.featured{border-color:var(--primary);box-shadow:var(--shadow-primary)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-2xl);font-size:.875rem;font-weight:600}.plan-header{text-align:center;margin-bottom:2rem}.plan-header h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.price{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.price span{font-size:1rem;color:var(--gray-600);font-weight:500}.per-comparison{font-size:.875rem;color:var(--gray-500)}.plan-features{margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem}.feature-item.watermark{color:var(--gray-500)}.feature-icon{font-size:1.125rem;width:20px;text-align:center}.plan-btn{width:100%;padding:.875rem 1.5rem;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s ease}.free-btn{background:var(--gray-100);color:var(--gray-700)}.free-btn:hover{background:var(--gray-200)}.monthly-btn,.annual-btn{background:var(--gradient-primary);color:#fff}.monthly-btn:hover,.annual-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.plan-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.pricing-auth-hint{margin-top:2.5rem;text-align:center;color:var(--gray-600);font-size:.95rem}.testimonials-section{padding:4rem 0;background:var(--gray-50)}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem}.testimonial-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.testimonial-text{font-size:1.125rem;line-height:1.6;color:var(--gray-700);margin-bottom:1.5rem;font-style:italic}.testimonial-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:48px;height:48px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.author-name{font-weight:600;color:var(--gray-900);font-size:.95rem}.author-role{color:var(--gray-600);font-size:.875rem}.star-rating{display:flex;gap:.125rem}.star{color:var(--gray-300);font-size:1.125rem}.star.filled{color:#fbbf24}.testimonial-category{text-align:right}.category-tag{background:var(--gradient-accent);color:#fff;padding:.25rem .75rem;border-radius:var(--radius-2xl);font-size:.75rem;font-weight:600}.testimonials-stats{display:flex;justify-content:center;gap:3rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.upload-section{padding:1.5rem 0;background:#fff;position:relative;z-index:2}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.image-upload-card{position:relative;background:#fff;border-radius:var(--radius-xl);padding:1rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);transition:all .3s ease}.image-label{font-weight:600;color:var(--gray-700);margin-bottom:.75rem;font-size:1.125rem}.upload-area{border:2px dashed var(--gray-300);border-radius:var(--radius-xl);padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--gray-50);min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.upload-area:hover{border-color:var(--primary);background:var(--primary-light);background-opacity:.05}.upload-area.drag-over{border-color:var(--primary);background:var(--primary-light);background-opacity:.1;transform:scale(1.02)}.upload-area.has-image{border-style:solid;border-color:var(--success);background:#fff}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-text{font-size:1.125rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.upload-subtext{color:var(--gray-500);margin-bottom:.5rem}.upload-tips{font-size:.875rem;color:var(--gray-400)}.image-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-preview img{max-width:100%;max-height:100%;border-radius:var(--radius);box-shadow:var(--shadow-md)}.remove-image{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;background:var(--error);color:#fff;border:none;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-image:hover{background:#b91c1c;transform:scale(1.1)}.results-section{padding:4rem 0;background:#fff}.results-header{text-align:center;margin-bottom:2rem}.results-title{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.results-subtitle{color:var(--gray-600);font-size:1.125rem}.main-image-container{display:flex;justify-content:center;margin-bottom:2rem}.image-display{position:relative;max-width:100%}.combined-image-container{margin-bottom:2rem;display:flex;justify-content:center}.combined-image{max-width:100%;max-height:600px;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);object-fit:contain}.comparison-images{display:flex;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);max-width:800px}.comparison-image{width:50%;height:auto;object-fit:cover}.comparison-labels{position:absolute;bottom:0;left:0;right:0;display:flex}.comparison-labels span{flex:1;background:#000000b3;color:#fff;padding:.75rem;text-align:center;font-weight:600}.action-section{margin-bottom:3rem}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-icon{font-size:1.125rem}.social-sharing-section{text-align:center}.sharing-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.sharing-subtitle{color:var(--gray-600);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.social-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;max-width:600px;margin:0 auto}.social-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:1px solid var(--gray-300);border-radius:var(--radius-lg);background:#fff;cursor:pointer;transition:all .2s ease;font-weight:500}.social-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.social-btn.x:hover{border-color:#1da1f2;color:#1da1f2}.social-btn.instagram:hover{border-color:#e4405f;color:#e4405f}.social-btn.facebook:hover{border-color:#1877f2;color:#1877f2}.social-btn.pinterest:hover{border-color:#bd081c;color:#bd081c}.social-btn.threads:hover{border-color:#000;color:#000}.social-icon{width:24px;height:24px;fill:currentColor}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.modal-content{background:#fff;border-radius:var(--radius-xl);padding:2rem;max-width:500px;width:100%;box-shadow:var(--shadow-2xl);position:relative;text-align:center}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-400);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{color:var(--gray-600);background:var(--gray-100)}.modal-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.modal-content p{color:var(--gray-600);margin-bottom:2rem}.payment-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.stripe-btn,.paypal-btn{padding:1rem 1.5rem;border:2px solid var(--gray-300);border-radius:var(--radius-lg);background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.stripe-btn:hover,.paypal-btn:hover{border-color:var(--primary);background:var(--primary-light);background-opacity:.05;transform:translateY(-2px)}.primary-auth{background:var(--gradient-primary);color:#fff;border-color:transparent}.primary-auth:hover{background:var(--primary-dark);border-color:transparent}@media (max-width: 768px){.simple-pricing{grid-template-columns:1fr;gap:1.5rem}.pricing-card{padding:1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:1rem}.testimonial-card{padding:1.5rem}.testimonials-stats{flex-direction:column;gap:1rem}.image-grid{grid-template-columns:1fr;gap:1rem}.upload-area{padding:1.5rem;min-height:150px}.action-buttons{flex-direction:column;align-items:center}.comparison-images{flex-direction:column}.comparison-image{width:100%}.comparison-labels{position:static;display:flex}.social-grid{grid-template-columns:repeat(2,1fr)}.modal-content{padding:1.5rem;margin:1rem}.payment-options{gap:.75rem}.stripe-btn,.paypal-btn{padding:.875rem 1.25rem}}.upload-page-header{padding:1.5rem 0 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center;position:relative;z-index:1}.upload-page-content{background:#fff;min-height:60vh;padding:1rem 0;position:relative;z-index:1}.captions-page-header{padding:3rem 0 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid var(--gray-200);text-align:center;position:relative;z-index:1}.page-title{font-size:2.5rem;font-weight:800;color:var(--gray-900);margin-bottom:.5rem}.page-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}.auth-required-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-top:1px solid var(--gray-200)}.auth-required-content{text-align:center;max-width:800px;margin:0 auto}.auth-required-features{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:2rem;margin:3rem 0}.feature-highlight{background:#fff;padding:2rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--gray-200);transition:all .3s ease}.feature-highlight:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.feature-highlight .feature-icon{font-size:3rem;margin-bottom:1rem}.feature-highlight h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.feature-highlight p{color:var(--gray-600);font-size:.95rem}.auth-cta-btn{padding:1rem 2rem;font-size:1.125rem;margin-bottom:1rem}.auth-note{color:var(--gray-500);font-size:.9rem;font-style:italic}.hidden{display:none!important}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}
