*{margin:0;padding:0;box-sizing:border-box}.ffmpeg-status{position:fixed!important;bottom:20px!important;right:20px!important;padding:10px 15px!important;border-radius:8px!important;font-size:12px!important;z-index:9999!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;width:auto!important;height:auto!important;max-width:300px!important;white-space:nowrap!important}.ffmpeg-status,.ffmpeg-status-content{display:inline-flex!important;align-items:center!important;gap:8px!important}.ffmpeg-status.loading{background-color:#fef3c7!important;color:#92400e!important;border:1px solid #f59e0b!important}.ffmpeg-status.ready{background-color:#d1fae5!important;color:#065f46!important;border:1px solid #10b981!important}.ffmpeg-spinner{width:14px;height:14px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}.ffmpeg-status.ready .ffmpeg-spinner{display:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;color:#1a1a1a;line-height:1.5;font-weight:400;position:relative}.container,body{min-height:100vh}.container{max-width:720px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column}body:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>");background-repeat:repeat,repeat;background-size:160px 80px,160px 80px;background-position:0 0,80px 40px}.top-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6;margin-bottom:16px}.top-nav a{color:#6b7280;text-decoration:none;font-weight:500;font-size:.95rem;padding:8px 10px;border-radius:8px;transition:all .15s ease}.top-nav a:hover{color:#374151;background:#f9fafb}.top-nav a.nav-home{color:#1a1a1a;font-weight:600;margin-right:auto}.top-nav a.nav-home:hover{color:#000;background:transparent}.top-nav a.signup{background:#374151;color:#fff}.top-nav a.signup:hover{background:#1f2937}.top-nav a:last-child{background:#1a1a1a;color:#fff}.top-nav a:last-child:hover{background:#000}.mobile-nav{display:none}.desktop-nav{display:flex;align-items:center;gap:12px}.hamburger-button{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;margin-left:12px}.hamburger-button span{display:block;width:100%;height:3px;background:#1a1a1a;border-radius:2px;transition:all .3s ease}.hamburger-button:hover span{background:#000}.mobile-menu-overlay{left:0;background:rgba(0,0,0,.5);z-index:999}.mobile-menu,.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0}.mobile-menu{width:250px;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);z-index:1000;padding:80px 20px 20px;display:flex;flex-direction:column;gap:12px;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-menu a{color:#1a1a1a;text-decoration:none;font-weight:500;font-size:1.1rem;padding:12px 16px;border-radius:8px;transition:all .15s ease}.mobile-menu a:hover{background:#f9fafb;color:#000}@media (max-width:768px){.desktop-nav{display:none}.mobile-nav{display:flex;align-items:center;gap:12px}}.overlay{position:fixed;inset:0;display:none;z-index:1000}.overlay[aria-hidden=false]{display:block}.overlay-backdrop{position:absolute;inset:0;background:rgba(17,24,39,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.overlay-panel{position:relative;margin:40px auto;max-width:760px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.15);padding:24px;animation:slideUp .25s ease}.overlay-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#374151;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.overlay-close:hover{background:#f9fafb}.overlay-close span{font-size:20px;line-height:1}.overlay-panel h2{margin:0 0 6px;color:#1f2937;font-weight:600}.overlay-sub{color:#6b7280;margin-bottom:16px}.overlay-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.ov-card{background:#fafafa;border:1px solid #f3f4f6;border-radius:10px;padding:16px}.ov-card--highlight{background:#eefdf6;border-color:#bbf7d0}.ov-card--lifetime{background:#fffbea;border-color:#fde68a}.ov-card h3{margin:0 0 8px;color:#111827;font-weight:600}.ov-card .price{font-size:22px;font-weight:700;color:#1f2937;margin:0 0 8px}.ov-card .price span{color:#6b7280;font-size:14px;font-weight:500;margin-left:4px}.ov-card ul{margin:0 0 12px;padding:0 0 0 16px;color:#374151}.ov-card li{margin:6px 0}.ov-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;font-weight:600}.ov-cta--primary{background:#10b981;border-color:#10b981;color:#fff}.ov-cta--dark{background:#111827;border-color:#111827;color:#fff}.overlay-form{display:grid;grid-gap:12px;gap:12px}.overlay-form label{display:grid;grid-gap:6px;gap:6px;color:#374151;font-weight:600}.overlay-form input{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem}.overlay-form input:focus{outline:none;border-color:#d1d5db}@media (max-width:768px){.overlay-panel{margin:24px 12px;padding:20px}}header{text-align:center;margin-bottom:.5rem;padding:2rem 0}header .site-title,header h1{font-size:2.25rem;font-weight:500;margin-bottom:.25rem;color:#1a1a1a;letter-spacing:-.02em}header p{font-size:1rem;color:#6b7280;font-weight:400;margin:0}.security-features{margin-top:1.5rem;text-align:center}.security-features p{font-size:.9rem;color:#6b7280;margin:.25rem 0}header .header-tagline{font-size:.95rem;color:#1a1a1a;font-weight:500;margin-top:.5rem;letter-spacing:.02em}.features-section{margin-top:4rem;margin-bottom:2rem;padding:0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:0}.feature-card{background:#fff;border:1px solid #f3f4f6;border-radius:8px;padding:1.5rem;text-align:center;transition:all .15s ease}.feature-card:hover{border-color:#e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05)}.feature-icon{width:48px;height:48px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature-icon svg{width:24px;height:24px;color:#6b7280;stroke-width:1.5}.feature-card h3{font-size:1rem;font-weight:500;color:#374151;margin:0 0 .75rem;letter-spacing:-.01em}.feature-card p{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}main{flex:1 1;display:flex;flex-direction:column}.drop-zone{background:#fff;border:2px dashed #d1d5db;border-radius:8px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:2rem}.drop-zone:hover{border-color:#9ca3af;background:#f9fafb}.drop-zone.drag-over{border-color:#374151;background:#f3f4f6;border-style:solid}.drop-zone-content{position:relative;z-index:2}.upload-icon{width:48px;height:48px;color:#9ca3af;margin-bottom:1.5rem;stroke-width:1.5}.drop-zone h2{font-size:1.5rem;margin-bottom:.5rem;color:#374151;font-weight:500;letter-spacing:-.01em}.drop-zone p{color:#6b7280;margin-bottom:2rem;font-size:.95rem;font-weight:400}.select-button{background:#374151;color:#fff;border:none;padding:.75rem 1.75rem;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .15s ease;letter-spacing:-.01em}.select-button:hover{background:#1f2937}@media (max-width:768px){.select-button{display:none!important}}.file-info{background:#fff;border-radius:8px;padding:2rem;border:1px solid #f3f4f6;animation:slideUp .3s ease}.secondary-drop-zone{background:#f9fafb;padding:1rem;margin-bottom:2rem;text-align:center}.add-more-files,.secondary-drop-zone{border:1px dashed #d1d5db;border-radius:6px;cursor:pointer;transition:all .15s ease}.add-more-files{margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;padding:.75rem;color:#374151}.add-more-files:hover{background:#f9fafb;border-color:#9ca3af}.add-more-files.drag-over{background:#f3f4f6;border-color:#374151}.add-more-files .add-icon{width:28px;height:28px;border-radius:50%;background:#374151;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.add-more-files .add-text{font-weight:500}.secondary-drop-zone:hover{border-color:#9ca3af;background:#f3f4f6}.secondary-drop-zone.drag-over{border-color:#374151;background:#f3f4f6;border-style:solid}.secondary-drop-content{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#6b7280;font-size:.9rem;font-weight:400}.secondary-upload-icon{width:18px;height:18px;color:#9ca3af;stroke-width:1.5;flex-shrink:0}.secondary-select-button{background:none;border:none;color:#374151;text-decoration:underline;cursor:pointer;font-size:.9rem;font-weight:500;padding:0;transition:color .15s ease;text-underline-offset:2px}.secondary-select-button:hover{color:#1f2937}.file-preview{gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.file-icon,.file-preview{display:flex;align-items:center}.file-icon{width:56px;height:56px;background:#f3f4f6;border-radius:8px;justify-content:center;color:#6b7280;border:1px solid #e5e7eb}.file-details h3,.file-icon{font-weight:500;font-size:1.1rem}.file-details h3{margin-bottom:.5rem;color:#374151;letter-spacing:-.01em}.file-details p{color:#6b7280;margin:.25rem 0;font-size:.9rem}.simple-preview{margin-top:.75rem;display:flex;justify-content:center}.preview-thumbnail{max-height:80px;object-fit:contain}.preview-audio,.preview-thumbnail,.preview-video{max-width:100%;width:100%;border-radius:6px;border:1px solid #e5e7eb}.preview-audio,.preview-video{height:auto;min-height:60px}.preview-video{min-height:80px;max-height:120px;object-fit:contain;background:#000;border:1px solid #e5e7eb}.preview-video::-webkit-media-controls-picture-in-picture-button{display:none!important}.preview-video::-webkit-media-controls{background:transparent}.preview-video::-webkit-media-controls-panel{background:rgba(0,0,0,.3)}.preview-video::-webkit-media-controls{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.preview-video:hover::-webkit-media-controls{opacity:1}.preview-video::-moz-media-controls{background:transparent;opacity:0;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.preview-video:hover::-moz-media-controls{opacity:1}.preview-video::-moz-media-controls-panel{background:rgba(0,0,0,.3)}.preview-video{background-color:#000!important;background-image:none!important}.batch-preview-item .preview-video{background:#000!important;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.batch-media-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.batch-preview-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;min-height:140px;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease}.batch-preview-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#d1d5db}.preview-filename{font-size:.75rem;color:#6b7280;margin-top:.5rem;word-break:break-word;max-width:100%}.preview-remove-btn{position:absolute;top:5px;right:5px;width:20px;height:20px;border:none;border-radius:50%;background:rgba(239,68,68,.9);color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.preview-remove-btn:hover{background:#ef4444;transform:scale(1.1)}.preview-remove-btn:active{transform:scale(.95)}.preview-container{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;background:#f9fafb;border-radius:8px;padding:1rem;border:1px solid #f3f4f6}.preview-container img,.preview-container video{max-width:100%;max-height:300px;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.1);object-fit:contain}.preview-container audio{width:100%;max-width:400px}.preview-container video{max-height:250px}.audio-info,.image-info,.video-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.info-item span:last-child{font-size:.9rem;color:#374151;font-weight:500}@media (max-width:768px){.media-preview{padding:1rem}.preview-container img,.preview-container video{max-height:200px}.preview-container video{max-height:180px}.audio-info,.image-info,.video-info{grid-template-columns:1fr;gap:.75rem}}@media (max-width:480px){.preview-container{padding:.75rem}.preview-container img,.preview-container video{max-height:150px}.preview-container video{max-height:120px}}.batch-preview{background:#fff;border:1px solid #f3f4f6;border-radius:8px;padding:1.5rem;margin-bottom:2rem;animation:slideUp .3s ease}.batch-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.batch-summary .batch-icon{width:44px;height:44px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;margin-right:1rem;border:1px solid #e5e7eb}.batch-summary .batch-icon svg{width:20px;height:20px;stroke-width:1.5}.batch-info{flex:1 1}.batch-info h3{margin:0 0 .25rem;color:#374151;font-size:1.1rem;font-weight:500;letter-spacing:-.01em}.batch-info p{margin:0;color:#6b7280;font-size:.9rem}.clear-all-button{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem;cursor:pointer;transition:all .15s ease;color:#9ca3af}.clear-all-button:hover{background:#f9fafb;border-color:#d1d5db;color:#6b7280}.clear-all-button svg{width:16px;height:16px;stroke-width:1.5}.batch-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:.75rem;gap:.75rem;max-height:320px;overflow-y:auto}.batch-file-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fafafa;border:1px solid #f3f4f6;border-radius:6px;transition:all .15s ease}.batch-file-item:hover{background:#f9fafb;border-color:#e5e7eb}.batch-file-icon{width:32px;height:32px;background:#f3f4f6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.8rem;font-weight:500;flex-shrink:0;border:1px solid #e5e7eb}.batch-file-details{flex:1 1;min-width:0}.batch-file-details h4{margin:0 0 .2rem;font-size:.9rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.batch-file-details p{margin:0;font-size:.8rem;color:#6b7280}.batch-file-remove{background:none;border:none;color:#d1d5db;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .15s ease;font-size:.9rem;line-height:1;flex-shrink:0}.batch-file-remove:hover{background:#f9fafb;color:#9ca3af}.conversion-options h3{margin-bottom:1.5rem;color:#374151;font-size:1.1rem;font-weight:500;letter-spacing:-.01em}.convert-section{margin:2rem 0;text-align:center;animation:slideUp .3s ease}.convert-button{background:#374151;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto;letter-spacing:-.01em}.convert-button:hover{background:#1f2937;transform:translateY(-1px)}.convert-button svg{width:20px;height:20px}.convert-button.converting{cursor:not-allowed!important}.convert-button.converting .button-text{display:none!important}.sandglass-icon{animation:sandglassRotate 4s cubic-bezier(.4,0,.2,1) infinite;transform-origin:center center}.sand-particle{animation:sandFall 2s ease-in-out infinite;fill:#000!important;filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))!important}.sand-particle:first-child{animation-delay:0s}.sand-particle:nth-child(2){animation-delay:.2s}.sand-particle:nth-child(3){animation-delay:.4s}.sand-particle:nth-child(4){animation-delay:.6s}@keyframes sandglassRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes sandFall{0%{transform:translateY(0);opacity:1}25%{transform:translateY(4px);opacity:.9}50%{transform:translateY(8px);opacity:.7}75%{transform:translateY(12px);opacity:.4}to{transform:translateY(16px);opacity:0}}.convert-button.converting .sandglass-icon{display:block!important;opacity:1!important;visibility:visible!important;width:24px!important;height:24px!important;stroke:#000!important;stroke-width:2!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))!important}.convert-button.converting .convert-icon{display:none!important;opacity:0!important;visibility:hidden!important;width:0!important;height:0!important}.convert-button.converting{background:#f39c12!important;background-color:#f39c12!important;border-color:#f39c12!important}.format-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:2rem}.format-section{margin-bottom:24px}.format-section-title{font-size:16px;font-weight:600;color:#374151;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.format-buttons-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:.75rem;gap:.75rem}.format-button{background:#fafafa;border:1px solid #e5e7eb;padding:.75rem .5rem;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:center;font-weight:500;color:#000;font-size:.85rem}.format-button:hover{border-color:#d1d5db;background:#f9fafb}.format-button.selected{background:#374151;border-color:#374151;color:#fff}.conversion-success-message{text-align:center;margin-top:15px;padding:10px;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:8px;box-shadow:0 4px 15px rgba(76,175,80,.3);animation:successPulse 2s ease-in-out}.conversion-success-message .success-text{color:#fff;font-weight:700;font-size:18px;text-shadow:0 1px 2px rgba(0,0,0,.3);letter-spacing:1px}@keyframes successPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.conversion-progress{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #3b82f6;border-radius:16px;padding:24px;margin:20px 0;box-shadow:0 10px 25px rgba(59,130,246,.15)}.progress-container{display:flex;align-items:center;gap:24px}.progress-spinner{flex-shrink:0}.spinner{width:60px;height:60px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.progress-text{flex:1 1}.progress-text h3{margin:0 0 8px;color:#1e293b;font-size:18px;font-weight:600}.progress-text p{margin:0 0 16px;color:#64748b;font-size:14px}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);width:0;transition:width .3s ease;border-radius:4px}#progressText{text-align:center;color:#6b7280;font-size:.9rem}.progress-percentage{text-align:center;font-weight:600;color:#3b82f6;font-size:16px;margin:0}.batch-progress-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.current-file-info{text-align:center;margin-bottom:1rem;font-size:.9rem;color:#6b7280}.current-file-info span:first-child{font-weight:500}.current-file-info span:last-child{color:#374151;font-weight:500}.batch-file-progress{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#f8fafc;border-radius:8px;margin-bottom:8px;border-left:3px solid #3b82f6}.file-number{background:#3b82f6;color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;min-width:40px;text-align:center}.file-name{flex:1 1;font-size:.9rem;color:#374151;font-weight:500}.file-status{font-size:.8rem;padding:4px 8px;border-radius:6px;background:#f3f4f6;color:#6b7280;font-weight:500}.file-status.complete{background:#d1fae5;color:#065f46}.file-status.error{background:#fee2e2;color:#991b1b}.batch-progress-list{display:grid;grid-gap:.5rem;gap:.5rem;max-height:200px;overflow-y:auto}.batch-progress-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#fafafa;border-radius:4px;font-size:.85rem;border:1px solid #f3f4f6}.batch-progress-name{font-weight:500;color:#374151;flex:1 1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.batch-progress-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.batch-progress-status.pending{background:#f3f4f6;color:#9ca3af}.batch-progress-status.processing{background:#f3f4f6;color:#374151}.batch-progress-status.completed{background:#f0fdf4;color:#16a34a}.batch-progress-status.error{background:#fef2f2;color:#dc2626}.advanced-options{margin:2rem 0;background:#fff;border:1px solid #f3f4f6;border-radius:8px;padding:1.5rem;animation:slideUp .3s ease}.advanced-options h3{margin-bottom:1.5rem;color:#374151;font-size:1rem;font-weight:500;letter-spacing:-.01em}.options-grid{display:flex;flex-direction:column;gap:1.5rem}.option-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;padding:1rem;background:#fafafa;border-radius:6px;border:1px solid #f3f4f6}.option-item{display:flex;flex-direction:column;gap:.5rem}.option-item label{font-weight:500;color:#6b7280;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.option-item input[type=range]{width:100%;height:4px;border-radius:2px;background:#f3f4f6;outline:none;-webkit-appearance:none}.option-item input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#374151;cursor:pointer;border:none}.option-item input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#374151;cursor:pointer;border:none}.option-item input[type=number]{padding:.5rem;border:1px solid #e5e7eb;border-radius:4px;font-size:.85rem;transition:border-color .15s ease;background:#fff}.option-item input[type=number]:focus{outline:none;border-color:#d1d5db}.option-item select{padding:.5rem;border:1px solid #e5e7eb;border-radius:4px;font-size:.85rem;background:#fff;cursor:pointer;transition:border-color .15s ease}.option-item select:focus{outline:none;border-color:#d1d5db}.option-item input[type=checkbox]{width:14px;height:14px;accent-color:#374151;cursor:pointer}.option-item span{font-weight:500;color:#374151;min-width:40px;text-align:right;font-size:.85rem}.download-section{display:flex;gap:1rem;flex-wrap:wrap}.download-button,.reset-button{flex:1 1;min-width:180px;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:-.01em}.download-button{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 4px 15px rgba(76,175,80,.3)}.download-button:hover{background:linear-gradient(135deg,#45a049,#3d8b40);box-shadow:0 4px 20px rgba(76,175,80,.4)}.download-button svg{width:18px;height:18px}.reset-button{background:#fbbf24;color:#000;border:1px solid #f59e0b;font-weight:600}.reset-button:hover{background:#f59e0b;border-color:#d97706}.batch-download{display:flex;flex-direction:column;gap:1rem;flex:1 1}.download-individual-button,.download-zip-button{flex:1 1;min-width:180px;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:-.01em}.download-zip-button{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 4px 15px rgba(76,175,80,.3)}.download-zip-button:hover{background:linear-gradient(135deg,#45a049,#3d8b40);box-shadow:0 4px 20px rgba(76,175,80,.4)}.download-individual-button{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.download-individual-button:hover{background:#f9fafb;border-color:#d1d5db}.download-individual-button svg,.download-zip-button svg{width:18px;height:18px}footer{text-align:center;margin-top:3rem;color:#9ca3af;font-size:.85rem;padding:2rem 0}@media (max-width:768px){.container{padding:0 1rem}header .site-title,header h1{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.25rem}.drop-zone{padding:2.5rem 1.5rem}.file-preview{flex-direction:column;text-align:center}.format-buttons{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.8rem}.download-section{flex-direction:column}.download-button,.reset-button{min-width:auto}.option-group{grid-template-columns:1fr}.advanced-options{padding:1rem}.secondary-drop-content{flex-direction:column;gap:.5rem;font-size:.9rem}.secondary-upload-icon{width:18px;height:18px}.batch-summary{flex-direction:column;align-items:flex-start;gap:1rem}.batch-summary .batch-icon{margin-right:0;align-self:center}.clear-all-button{align-self:center}.batch-files-grid{grid-template-columns:1fr}.batch-download{gap:.8rem}.download-individual-button,.download-zip-button{min-width:auto;padding:.8rem 1.5rem;font-size:1rem}}@media (max-width:480px){header .site-title,header h1{font-size:1.75rem}header p{font-size:.9rem}.features-section{margin-bottom:2.5rem}.features-grid{gap:.75rem}.feature-card{padding:1rem}.feature-icon{width:40px;height:40px}.feature-icon svg{width:20px;height:20px}.drop-zone{padding:2rem 1rem}.upload-icon{width:48px;height:48px}.drop-zone h2{font-size:1.5rem}}.video-options-placeholder{text-align:center;padding:20px;color:#666;font-style:italic}.option-section{margin-bottom:20px;padding:15px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.option-section label{display:block;margin-bottom:8px;font-weight:600;color:#374151}.option-section select{width:100%;padding:10px 12px;border:none;border-radius:6px;background:hsla(0,0%,100%,.9);color:#333;font-size:14px;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.option-section select:focus{outline:none;background:#fff;box-shadow:0 4px 16px rgba(102,126,234,.4);transform:translateY(-1px)}.option-section select option{padding:8px;background:#fff;color:#333}.advanced-checkboxes{gap:12px}.advanced-checkboxes label{color:#374151;padding:8px 12px;background:#f1f5f9;border-radius:6px;transition:background .3s ease}.advanced-checkboxes label:hover{background:#e2e8f0}.advanced-checkboxes input[type=checkbox]{cursor:pointer}.video-options .option-section{margin-bottom:15px}.video-options label{display:block;margin-bottom:8px;color:#374151;font-weight:600;font-size:14px}.video-options select{width:100%;padding:10px 12px;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;background:hsla(0,0%,100%,.1);color:#fff;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.video-options select:focus{outline:none;border-color:hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.2);box-shadow:0 0 0 3px hsla(0,0%,100%,.2)}.video-options select option{background:#2c3e50;color:#fff}.advanced-checkboxes{display:flex;flex-direction:column;gap:10px}.advanced-checkboxes label{display:flex;align-items:center;gap:8px;font-weight:500;font-size:13px;cursor:pointer}.advanced-checkboxes input[type=checkbox]{width:18px;height:18px;accent-color:#667eea}.batch-file-status.fallback{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;border:2px solid #d68910}.batch-file-status.fallback:before{content:"⚠️ ";margin-right:5px}.notification{position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:10px;color:#fff;font-weight:600;font-size:14px;z-index:10000;max-width:400px;box-shadow:0 8px 32px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateX(100%);transition:transform .3s ease}.notification.show{transform:translateX(0)}.notification.info{background:linear-gradient(135deg,#3498db,#2980b9);border-left:4px solid #1abc9c}.notification.success{background:linear-gradient(135deg,#2ecc71,#27ae60);border-left:4px solid #16a085}.notification.warning{background:linear-gradient(135deg,#f39c12,#e67e22);border-left:4px solid #d68910}.notification.error{background:linear-gradient(135deg,#e74c3c,#c0392b);border-left:4px solid #a93226}.capability-indicator{position:fixed;bottom:20px;left:20px;background:rgba(0,0,0,.8);color:#fff;padding:10px 15px;border-radius:8px;font-size:12px;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.capability-indicator .capability-item{display:flex;align-items:center;gap:8px;margin:5px 0}.capability-indicator .capability-status{width:8px;height:8px;border-radius:50%;display:inline-block}.capability-status.supported{background:#2ecc71}.capability-status.unsupported{background:#e74c3c}.capability-status.partial{background:#f39c12}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes progressPulse{0%{transform:scaleX(0);opacity:.7}50%{transform:scaleX(1);opacity:1}to{transform:scaleX(0);opacity:.7}}@media (max-width:768px){.video-options{padding:15px;margin:10px 0}.video-options .option-section{margin-bottom:12px}.advanced-checkboxes{gap:8px}.notification{right:10px;left:10px;max-width:none}.capability-indicator{bottom:10px;left:10px;right:10px;text-align:center}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease}.modal-content{background:#1a1f2e;border-radius:1rem;padding:2rem;max-width:450px;width:100%;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:slideUp .3s ease}.modal-close{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.1);border:none;border-radius:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:hsla(0,0%,100%,.7)}.modal-close:hover{background:hsla(0,0%,100%,.2);color:#fff}.modal-close svg{width:1.25rem;height:1.25rem}.modal-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#fff}.modal-subtitle{color:hsla(0,0%,100%,.7);margin-bottom:1.5rem;font-size:.95rem}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{gap:.5rem}.form-group label{font-weight:500;font-size:.9rem;color:hsla(0,0%,100%,.9)}.form-group input{padding:.75rem 1rem;border-radius:.5rem;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.05);color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:#667eea;background:hsla(0,0%,100%,.08);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-group input::placeholder{color:hsla(0,0%,100%,.4)}.form-actions{display:flex;justify-content:flex-end;margin-top:-.5rem}.forgot-password{color:#667eea;font-size:.875rem;transition:color .2s}.forgot-password:hover{color:#7c8ff0}.modal-submit-btn{background:#1a1a1a;color:#fff;padding:.875rem 1.5rem;border-radius:.5rem;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;box-shadow:none}.modal-submit-btn:hover{background:#000;transform:translateY(-2px);box-shadow:none}.modal-submit-btn:active{transform:translateY(0)}.modal-footer-text{text-align:center;color:hsla(0,0%,100%,.6);font-size:.9rem;margin-top:.5rem}.modal-footer-text a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.modal-footer-text a:hover{color:#7c8ff0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.9rem}.success-message{background-color:#d1fae5;color:#065f46;padding:12px;border-radius:6px;margin:16px 0;border:1px solid #10b981}.warning-message{background-color:#fff3cd;color:#856404;padding:12px;border-radius:6px;margin:16px 0;border:1px solid #ffeaa7}.login-page{min-height:100vh;background:#fafafa;position:relative}.login-page:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>");background-repeat:repeat,repeat;background-size:160px 80px,160px 80px;background-position:0 0,80px 40px}.login-container{display:flex;justify-content:center;align-items:center;padding:40px 20px}.login-card{background:#fff;border-radius:16px;padding:48px;max-width:440px;width:100%;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #f3f4f6}.login-card h1{font-size:32px;margin-bottom:8px;color:#1a1a1a;text-align:center}.login-subtitle{text-align:center;color:#666;margin-bottom:32px;font-size:16px}.login-form{gap:20px}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{font-weight:600;color:#333;font-size:14px}.form-group input{padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s ease;color:#1a1a1a;background:#fff}.form-group input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.05)}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group small{color:#666;font-size:13px}.login-button{padding:14px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.login-button:hover:not(:disabled){background:#000;transform:translateY(-2px);box-shadow:none}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{margin-top:24px;text-align:center}.forgot-password{color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;display:inline-block;margin-bottom:16px}.forgot-password:hover{color:#1a1a1a;text-decoration:underline}.signup-link{color:#666;font-size:14px}.signup-link a{color:#1a1a1a;text-decoration:none;font-weight:600}.signup-link a:hover{text-decoration:underline}.back-to-login{display:inline-block;margin-top:16px;color:#1a1a1a;text-decoration:none;font-weight:600}.back-to-login:hover{text-decoration:underline}.dashboard-page{min-height:100vh;background:#fafafa}.dashboard-container{max-width:720px;margin:0 auto;padding:2rem}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h1{font-size:1.75rem;font-weight:500;margin-bottom:.25rem;color:#1a1a1a;letter-spacing:-.02em}.dashboard-header p{color:#6b7280;font-size:.95rem}.dashboard-grid{display:flex;flex-direction:column;gap:1rem}.dashboard-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #f3f4f6;transition:border-color .15s ease}.dashboard-card:hover{border-color:#e5e7eb}.dashboard-card h2{font-size:1rem;font-weight:500;margin-bottom:1rem;color:#374151;letter-spacing:-.01em}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f5}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;color:#666;font-size:14px}.info-value{color:#1a1a1a;font-size:14px}.badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.badge-lifetime{background:#1a1a1a;color:#fff}.badge-premium{background:#374151;color:#fff}.badge-free{background:#f3f4f6;color:#6b7280}.badge-active{background:#d1fae5;color:#065f46}.badge-inactive{background:#fee2e2;color:#991b1b}.benefits-list{padding:0;margin:0}.benefits-list li{padding:.5rem 0;font-size:.9rem;color:#374151;border-bottom:1px solid #f3f4f6}.benefits-list li:last-child{border-bottom:none}.action-buttons{display:flex;flex-direction:column;gap:.5rem}.action-btn{padding:.75rem 1rem;background:#374151;color:#fff;text-decoration:none;border-radius:6px;text-align:center;font-weight:500;font-size:.9rem;transition:background .15s ease;display:block}.action-btn:hover{background:#1f2937}.logout-btn{background:#fff;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .15s ease}.logout-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.dashboard-content{padding:2rem 0}.dashboard-nav{display:flex;justify-content:flex-end;margin-bottom:1rem}.no-subscription{color:#6b7280;font-size:.9rem;margin:0}.action-btn.logout-action{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.action-btn.logout-action:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#fafafa}.loading{color:#6b7280;font-size:1rem;font-weight:500}@media (max-width:768px){.modal-content{padding:1.5rem;margin:1rem}.modal-title{font-size:1.5rem}}.site-footer{margin-top:4rem;padding:2rem 1rem;border-top:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.02)}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-security{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.footer-security-title{font-size:1rem;font-weight:500;color:#374151;margin-bottom:.75rem}.footer-security-list p{font-size:.85rem;color:#6b7280;margin:.25rem 0;line-height:1.6}.footer-links{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#6b7280;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#667eea}.footer-separator{color:#9ca3af;font-size:.9rem}.footer-copyright{color:#9ca3af;font-size:.85rem;margin:0}@media (max-width:768px){.site-footer{margin-top:3rem;padding:1.5rem 1rem}.footer-links{gap:.5rem}.footer-links a{font-size:.85rem}.footer-copyright{font-size:.8rem}}.pricing-page{min-height:100vh;background:#fafafa;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.pricing-page:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>");background-repeat:repeat,repeat;background-size:160px 80px,160px 80px;background-position:0 0,80px 40px}.pricing-nav{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,98%,.8);border-bottom:1px solid #f3f4f6}.pricing-nav-container{max-width:1152px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.pricing-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.pricing-logo-icon{width:2rem;height:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.5rem;box-shadow:0 4px 15px rgba(102,126,234,.3)}.pricing-logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.025em;color:#1a1a1a}.pricing-nav-links{display:none;align-items:center;gap:1.5rem}@media (min-width:768px){.pricing-nav-links{display:flex}}.pricing-nav-link{color:#6b7280;text-decoration:none;transition:all .15s ease;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem .625rem;border-radius:.5rem}.pricing-nav-link.active,.pricing-nav-link:hover{color:#374151;background:#f9fafb}.pricing-signup-btn{background:#374151;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:background .15s ease;font-size:.95rem}.pricing-signup-btn:hover{background:#1f2937}.pricing-mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;background:#f9fafb;border:1px solid #e5e7eb;cursor:pointer;color:#374151}@media (min-width:768px){.pricing-mobile-menu-btn{display:none}}.pricing-menu-icon{width:1.5rem;height:1.5rem}.pricing-mobile-menu{border-top:1px solid #f3f4f6;background:hsla(0,0%,98%,.95);padding:.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.pricing-mobile-link{color:#6b7280;text-decoration:none;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;text-align:left;padding:.5rem;border-radius:.5rem;transition:all .15s ease}.pricing-mobile-link:hover{color:#374151;background:#f9fafb}.pricing-mobile-signup{background:#374151;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:background .15s ease}.pricing-mobile-signup:hover{background:#1f2937}.pricing-main{max-width:1400px;margin:0 auto;padding:3rem 1.5rem;width:100%}.pricing-hero{text-align:center;max-width:48rem;margin:0 auto 2.5rem}.pricing-title{font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem;color:#1a1a1a}@media (min-width:768px){.pricing-title{font-size:2.5rem}}.pricing-subtitle{color:#6b7280;font-size:1.125rem}.pricing-notice{text-align:center;max-width:48rem;margin:0 auto 2rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.pricing-notice p{margin:0;color:#92400e;font-size:1rem;line-height:1.5}.pricing-notice strong{font-weight:600}.pricing-cards{display:flex;gap:1.5rem;margin-bottom:4rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-left:1rem;padding-right:1rem}.pricing-cards::-webkit-scrollbar{height:8px}.pricing-cards::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.pricing-cards::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.pricing-cards::-webkit-scrollbar-thumb:hover{background:#555}.pricing-pagination-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem;margin-bottom:1rem}.pagination-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:all .3s ease}.pagination-dot.active{background:#374151;width:24px;border-radius:4px}@media (min-width:1400px){.pricing-cards{justify-content:center;overflow-x:visible;padding-left:0;padding-right:0}.pricing-pagination-dots{display:none}}.pricing-card{position:relative;border-radius:1.25rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.08);min-width:300px;width:300px;flex-shrink:0;scroll-snap-align:center;padding:1.5rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.pricing-card-premium{background:linear-gradient(135deg,rgba(102,126,234,.05),#fff);border-color:rgba(102,126,234,.3)}.pricing-card-yearly{background:linear-gradient(135deg,rgba(16,185,129,.05),#fff);border-color:rgba(16,185,129,.3)}.pricing-card-lifetime{background:linear-gradient(135deg,rgba(118,75,162,.05),#fff);border-color:rgba(118,75,162,.3)}.pricing-badge{position:absolute;top:-.75rem;left:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:.25rem;background:#1a1a1a;color:#fff;font-weight:600;box-shadow:none}.pricing-card-header{margin-bottom:1rem}.pricing-card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a}.pricing-card-price{margin-bottom:1.5rem}.pricing-price{font-size:2.5rem;font-weight:800;color:#1a1a1a}.pricing-period{color:#6b7280;margin-left:.25rem}.pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;color:#374151}.pricing-feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.pricing-check-icon{width:1.25rem;height:1.25rem;margin-top:.125rem;flex-shrink:0;color:#9ca3af}.pricing-card-premium .pricing-check-icon{color:#667eea}.pricing-card-yearly .pricing-check-icon{color:#10b981}.pricing-card-lifetime .pricing-check-icon{color:#764ba2}.pricing-card-footer{margin-top:auto}.pricing-cta-btn{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;font-size:1rem}.pricing-cta-neutral{background:#1a1a1a;color:#fff;border:none}.pricing-cta-neutral:hover{background:#000}.pricing-cta-premium{background:#1a1a1a;color:#fff;box-shadow:none}.pricing-cta-premium:hover{background:#000;box-shadow:none}.pricing-cta-yearly{background:#1a1a1a;color:#fff;box-shadow:none}.pricing-cta-yearly:hover{background:#000;box-shadow:none}.pricing-cta-lifetime{background:#1a1a1a;color:#fff;box-shadow:none}.pricing-cta-lifetime:hover{background:#000;box-shadow:none}.pricing-faq{margin-top:4rem}.pricing-faq-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.pricing-faq-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.pricing-faq-grid{grid-template-columns:repeat(2,1fr)}}.pricing-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.pricing-faq-question{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.pricing-faq-answer{color:#6b7280;line-height:1.6}.pricing-footer{border-top:1px solid #e5e7eb;margin-top:4rem;padding:2rem 1.5rem}.pricing-footer-container{max-width:1152px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:768px){.pricing-footer-container{flex-direction:row;justify-content:space-between}}.pricing-footer-text{color:#6b7280}.pricing-footer-links{display:flex;gap:1.5rem}.pricing-footer-links a{color:#6b7280;text-decoration:none;transition:color .2s}.pricing-footer-links a:hover{color:#374151}.format-page,.formats-page{min-height:100vh;background:#fafafa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.format-page:before,.formats-page:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='80'><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-family='Inter,Arial,sans-serif' font-size='32' fill='%239ca3af' fill-opacity='0.08' transform='rotate(-24 80 40)'>ANYTHING</text></svg>");background-repeat:repeat,repeat;background-size:160px 80px,160px 80px;background-position:0 0,80px 40px}.format-page header,.formats-page header,.pricing-page header{text-align:center;margin:4rem 0 3rem}.format-page header h1,.formats-page header h1,.pricing-page header h1{font-size:3rem;font-weight:900;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.format-page header p,.formats-page header p,.pricing-page header p{font-size:1.2rem;color:#6b7280}.format-content{max-width:900px;margin:0 auto;padding:3rem 2rem}.formats-content{max-width:1000px;margin:0 auto;padding:2rem}.formats-container{width:100%}.format-hero,.formats-hero{text-align:center;margin-bottom:3rem}.format-icon{font-size:5rem;margin-bottom:1rem}.format-title{margin-bottom:.5rem}.format-title,.formats-hero h1{font-size:1.75rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.formats-hero h1{margin-bottom:0}.format-subtitle{margin-bottom:1.5rem}.format-subtitle,.formats-hero p{font-size:.95rem;color:#6b7280}.format-description{font-size:1.1rem;color:#374151;line-height:1.7;max-width:700px;margin:0 auto}.conversion-section,.facts-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.conversion-section h2,.facts-section h2{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.category-section{margin-bottom:2.5rem}.category-section h2{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.01em}.conversion-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.conversion-btn{padding:.75rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:all .2s;text-transform:uppercase}.conversion-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.facts-grid{display:grid;grid-gap:1rem;gap:1rem}.fact-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.fact-item:last-child{border-bottom:none}.fact-label{font-weight:600;color:#6b7280}.fact-value{color:#1a1a1a;text-align:right}.usage-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.usage-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.usage-card h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.usage-do h3{color:#059669}.usage-dont h3{color:#dc2626}.usage-card ul{list-style:none;padding:0;margin:0}.usage-card li{color:#374151;line-height:1.6;position:relative;padding:.5rem 0 .5rem 1.5rem}.usage-do li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.usage-dont li:before{content:"✗";position:absolute;left:0;color:#dc2626;font-weight:700}.cta-section{margin:3rem 0}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;transition:all .2s;box-shadow:none}.cta-button:hover{background:#000;transform:translateY(-2px);box-shadow:none}.format-footer,.formats-footer{border-top:1px solid #e5e7eb;padding:2rem;text-align:center;background:#fff}.format-footer .footer-links,.formats-footer .footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.format-footer .footer-links a,.formats-footer .footer-links a{color:#6b7280;text-decoration:none;transition:color .2s}.format-footer .footer-links a:hover,.formats-footer .footer-links a:hover{color:#374151}.format-footer p,.formats-footer p{color:#6b7280;font-size:.9rem}.format-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;text-decoration:none;transition:border-color .2s;display:block;max-width:100%}.format-card:hover{border-color:#9ca3af}.format-card-content{display:flex;flex-direction:column;gap:.25rem;text-align:center}.format-card h3{font-size:1.425rem;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.01em}.format-card p{font-size:.85rem;color:#6b7280;margin:0;line-height:1.4}.format-card-arrow{display:none}.loading-container .loading,.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.conversion-page-content{flex:1 1;padding:2rem 0}.conversion-hero{text-align:center;padding:1rem 0;margin-bottom:.5rem}.embedded-converter-section{margin-bottom:2rem}.converter-embedded{background:transparent}.converter-embedded .embedded-main{padding:0}.converter-embedded .drop-zone{background:#fafafa;border:2px dashed #d1d5db;border-radius:1rem;padding:2rem;transition:all .3s ease}.converter-embedded .drop-zone:hover{border-color:#1a1a1a;background:#f5f5f5}.converter-embedded .drop-zone-content h2{font-size:1.25rem;margin-bottom:.5rem}.converter-embedded .drop-zone-content p{font-size:.9rem;color:#6b7280}.converter-embedded .select-button{margin-top:1rem;padding:.75rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.converter-embedded .select-button:hover{background:#2d2d2d}.converter-embedded .converter-loading{padding:2rem;text-align:center}.conversion-formats{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.format-badge{background:#1a1a1a;color:#fff;padding:.4rem .8rem;border-radius:.35rem;font-weight:600;font-size:.85rem;letter-spacing:.02em}.arrow{font-size:1.2rem;color:#9ca3af;font-weight:300}.conversion-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.conversion-title-small{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:.5rem 0 .25rem;letter-spacing:-.01em}.conversion-description{font-size:.9rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.5;font-weight:400}.privacy-icon{width:1rem;height:1rem;margin-right:.35rem;vertical-align:-.15rem;color:#1a1a1a}.cta-button-large{display:inline-block;padding:1rem 2.5rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cta-button-large:hover{background:#2d2d2d;box-shadow:0 4px 12px rgba(0,0,0,.15)}.privacy-info-box{margin-top:1.5rem;padding:.75rem 1rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:.5rem;text-align:center;font-size:.85rem;line-height:1.5;color:#6b7280;max-width:600px;margin-left:auto;margin-right:auto}.privacy-info-box strong{color:#374151;font-weight:500}.info-sections{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.info-card h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.info-card p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.format-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.meta-item{font-size:.9rem;color:#6b7280}.meta-item strong{color:#374151}.steps-list{list-style:none;counter-reset:step-counter;padding-left:0;margin:1.5rem 0}.steps-list li{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:1rem;color:#4b5563;line-height:1.6}.steps-list li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;background:#1a1a1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.note{background:#f0fdf4;border-left:4px solid #10b981;padding:1rem;border-radius:.5rem;margin-top:1.5rem;color:#065f46}.benefits-list{list-style:none;padding-left:0;margin:1rem 0}.benefits-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#4b5563;line-height:1.6}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.related-conversions{margin:3rem 0;padding:2rem;background:#f8fafc;border-radius:1rem;border:2px solid #e2e8f0}.related-conversions h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1e293b;text-align:center}.related-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.related-link{display:block;padding:14px 18px;background:#fff;color:#475569;text-decoration:none;border-radius:8px;font-weight:500;text-align:center;transition:all .2s ease;border:2px solid #e2e8f0}.related-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.cta-section{text-align:center;padding:3rem;background:#1a1a1a;border-radius:1rem;color:#fff;margin-bottom:2rem}.cta-section h3{font-size:2rem;font-weight:600;margin-bottom:.5rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.8;color:#d1d5db}.cta-section .cta-button-large{background:#fff;color:#1a1a1a}.cta-section .cta-button-large:hover{background:#f3f4f6}.simple-footer{border-top:1px solid #e5e7eb;padding:2rem 0;text-align:center;margin-top:auto}.simple-footer .footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.simple-footer .footer-links a{color:#6b7280;text-decoration:none;transition:color .2s;font-size:.9rem}.simple-footer .footer-links a:hover{color:#374151}.simple-footer p{color:#9ca3af;font-size:.85rem}.nav-link-button{background:#1a1a1a;border:none;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;padding:8px 10px;border-radius:8px;transition:all .15s ease;font-family:inherit}.nav-link-button:hover{background:#000}@media (max-width:768px){.format-content,.formats-content{padding:2rem 1rem}.format-icon{font-size:4rem}.format-title,.formats-hero h1{font-size:2rem}.usage-section{grid-template-columns:1fr}.format-header .header-content,.formats-header .header-content{flex-direction:column;gap:1rem}.conversion-buttons{justify-content:center}.fact-item{flex-direction:column;gap:.5rem}.fact-value{text-align:left}.formats-grid{grid-template-columns:1fr}.conversion-title{font-size:1.75rem}.conversion-formats{flex-direction:column;gap:.5rem}.arrow{transform:rotate(90deg)}.info-card{padding:1.5rem}.related-conversions{padding:1.5rem 1rem}.related-links-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.related-link{padding:12px 14px;font-size:14px}.cta-section{padding:2rem 1rem}.cta-section h3{font-size:1.5rem}}.purchase-success-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.purchase-success-content{max-width:700px;background:#fff;border-radius:20px;padding:60px 40px;box-shadow:0 10px 40px rgba(0,0,0,.1);text-align:center}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:#10b981;border-radius:50%;margin-bottom:30px}.success-icon svg{color:#fff}.purchase-success-content h1{font-size:36px;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.success-subtitle{font-size:18px;color:#666;margin-bottom:40px}.email-instructions{background:#f8fafc;border-radius:16px;padding:40px 30px;margin-bottom:30px;border:2px solid #e5e7eb}.instruction-icon{font-size:48px;margin-bottom:16px}.email-instructions h2{font-size:24px;color:#1a1a1a;margin-bottom:12px}.email-display{font-size:16px;color:#666;margin-bottom:30px}.email-display strong{color:#1a1a1a;font-weight:600}.instruction-steps{text-align:left;margin:30px 0}.step{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}.step-number{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;background:#000;color:#fff;border-radius:50%;font-weight:600;font-size:14px;flex-shrink:0}.step p{color:#4b5563;font-size:15px;line-height:1.6;margin:0;padding-top:4px}.email-note{background:#fff;border-radius:12px;padding:20px;margin-top:24px;border-left:4px solid #f59e0b}.email-note p{font-size:14px;color:#4b5563;margin:8px 0;text-align:left}.email-note strong{color:#1a1a1a}.resend-section{margin:30px 0;padding:30px;background:#fefce8;border-radius:12px;border:1px solid #fef08a}.resend-label{font-weight:600;color:#1a1a1a}.email-input,.resend-label{font-size:16px;margin-bottom:16px}.email-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;transition:border-color .2s}.email-input:focus{outline:none;border-color:#1a1a1a}.resend-button{background:#000;color:#fff;padding:12px 24px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.resend-button:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.resend-button:disabled{opacity:.6;cursor:not-allowed}.resend-message{margin-top:16px;font-size:14px;padding:12px;border-radius:8px;background:#fff}.alternative-actions{margin-top:30px;padding-top:30px;border-top:2px solid #e5e7eb}.alternative-actions p{font-size:14px;color:#666;margin-bottom:16px}.alt-button{background:#000;color:#fff;padding:12px 24px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;margin:0 8px;transition:all .2s}.alt-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.alt-button.secondary{background:#fff;color:#000;border:2px solid #000}.alt-button.secondary:hover{background:#f8fafc}@media (max-width:768px){.purchase-success-content{padding:40px 24px}.purchase-success-content h1{font-size:28px}.success-icon{width:80px;height:80px}.success-icon svg{width:60px;height:60px}.email-instructions{padding:30px 20px}.email-instructions h2{font-size:20px}.step{gap:12px}.step p{font-size:14px}.alt-button{display:block;width:100%;margin:8px 0}}.homepage-seo-content{padding:3rem 0;margin-top:3rem}.seo-content-wrapper{max-width:720px;margin:0 auto;padding:0 2rem}.seo-intro{text-align:center;margin-bottom:3rem}.seo-intro h1{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;line-height:1.3;letter-spacing:-.01em}.seo-intro p{font-size:.95rem;color:#6b7280;line-height:1.7;max-width:100%;margin:0 auto 1rem}.privacy-highlight{background:#fff;padding:1rem 1.5rem;border-radius:8px;border:1px solid #e5e7eb;display:inline-block;margin-top:1rem;font-size:.9rem!important;color:#374151}.popular-conversions{margin-bottom:3rem}.popular-conversions h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;text-align:center;letter-spacing:-.01em}.conversion-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.conversion-link{background:#fff;padding:16px 20px;border-radius:10px;text-decoration:none;color:#475569;font-weight:500;transition:all .2s ease;border:2px solid transparent;text-align:center}.conversion-link:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.supported-formats{margin-bottom:60px}.supported-formats h2{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:32px;text-align:center}.formats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}.format-category{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.format-category h3{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:12px}.format-category p{font-size:15px;color:#64748b;line-height:1.6}.features h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem;text-align:center;letter-spacing:-.01em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-item{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb;transition:border-color .2s}.feature-item:hover{border-color:#9ca3af}.feature-item h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.01em}.feature-item p{font-size:.9rem;color:#6b7280;line-height:1.6}@media (max-width:768px){.homepage-seo-content{padding:60px 0;margin-top:40px}.seo-intro h1{font-size:28px}.seo-intro p{font-size:16px}.features h2,.popular-conversions h2,.supported-formats h2{font-size:24px}.conversion-links-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.conversion-link{padding:12px 16px;font-size:14px}.features-grid,.formats-grid{grid-template-columns:1fr}}.format-characteristics{list-style:none;padding:0;margin:16px 0 0;display:grid;grid-gap:8px;gap:8px}.format-characteristics li{padding:8px 12px;background:#f8f9fa;border-radius:6px;font-size:14px;color:#495057}.reason-item{margin-bottom:20px}.reason-item h4{font-size:16px;font-weight:600;color:#2c3e50;margin:0 0 8px}.reason-item p{margin:0;line-height:1.6}.technical-note{margin-top:20px;padding:16px;background:#fff3cd;border-left:4px solid #ffc107;border-radius:6px;font-size:14px;line-height:1.6}.technical-note strong{color:#856404}.features-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.features-list li{padding:8px 0;font-size:15px;color:#495057}.faqs{border-top:2px solid #e9ecef;padding-top:24px;margin-top:24px}.faq-item{margin-bottom:24px}.faq-item h4{font-size:16px;font-weight:600;color:#2c3e50;margin:0 0 8px}.faq-item p{margin:0;line-height:1.7;color:#495057}@media (max-width:768px){.format-characteristics{grid-template-columns:1fr}.reason-item h4{font-size:15px}.technical-note{font-size:13px}.faq-item h4{font-size:15px}}.hero-badges{display:flex;gap:2rem;margin-top:3rem;margin-bottom:.5rem;justify-content:center;align-items:flex-start}.hero-badge{flex:1 1;text-align:center;line-height:1.3}.badge-title{font-weight:600;font-size:1rem;color:#333;line-height:1.3;margin-bottom:.3rem}.badge-subtitle{font-size:.875rem;color:#666;line-height:1.3;margin:0}.privacy-badge{padding:1.25rem 2rem;margin:2rem auto;max-width:800px;text-align:center;background:#1a1a1a;border-radius:8px}.privacy-badge-title{font-weight:600;font-size:1.05rem;color:#fff;margin-bottom:.4rem}.privacy-badge-subtitle{font-size:.9rem;color:#e0e0e0;line-height:1.5}.pricing-guarantees{margin:2rem auto;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;max-width:600px}.pricing-guarantees p{margin-bottom:.75rem;font-weight:600;color:#333}.pricing-guarantees ul{list-style:none;padding:0;margin:0}.pricing-guarantees li{padding:.5rem 0;color:#555;font-size:.95rem}.use-cases-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.use-case-item{display:flex;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #333}.use-case-icon{font-size:2rem;line-height:1;flex-shrink:0}.use-case-content{flex:1 1}.use-case-problem{font-style:italic;color:#555;margin-bottom:.5rem;font-size:.95rem}.use-case-solution{color:#333;font-weight:500;font-size:.95rem}.comparison-table-wrapper{overflow-x:auto;margin:1rem 0}.comparison-table{width:100%;border-collapse:collapse;font-size:.95rem}.comparison-table th{background:#1a1a1a;color:#fff;padding:.75rem;text-align:left;font-weight:600}.comparison-table td{padding:.75rem;border-bottom:1px solid #e0e0e0}.comparison-table tbody tr:hover{background:#f8f9fa}.comparison-table td.winner{background:#d1fae5;font-weight:600}.comparison-bottom-line{margin-top:1rem;padding:1rem;background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;font-size:.95rem;line-height:1.5}@media (max-width:768px){.hero-badges{display:block;font-size:.75rem;line-height:1.8;margin-top:1.5rem;padding:0 1rem;text-align:center}.hero-badge{display:contents}.badge-subtitle,.badge-title{display:inline;font-size:.75rem}.badge-title{font-weight:600}.badge-subtitle:before,.badge-title:before{content:" • ";color:#999}.hero-badge:first-child .badge-title:before{content:""}.hero-badge:first-child .badge-subtitle:last-of-type:after,.hero-badge:nth-child(2) .badge-subtitle:last-of-type:after{content:"\A";white-space:pre}.use-case-item{flex-direction:column;text-align:center}.comparison-table{font-size:.85rem}.comparison-table td,.comparison-table th{padding:.5rem}}