*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,sans-serif;background:#f0f2f5;color:#1a1a2e;min-height:100vh;flex-direction:column}body,nav{display:flex}nav{background:#fff;padding:16px 40px;box-shadow:0 1px 3px rgba(0,0,0,.08);align-items:center;justify-content:space-between}.logo{font-size:22px;font-weight:700;color:#e74c3c;text-decoration:none}.logo span{color:#2c3e50}.nav-links{display:flex;align-items:center;gap:22px}.nav-links a{font-size:14px;font-weight:600;color:#6c757d;text-decoration:none}.nav-links a:hover{color:#e74c3c}.nav-links a.nav-cta{color:#2c3e50}.nav-links a.nav-cta:hover{color:#e74c3c}.hero{text-align:center;padding:60px 20px 30px}.hero h1{font-size:40px;font-weight:800;color:#1a1a2e;margin-bottom:12px}.hero p{font-size:18px;color:#6c757d;max-width:520px;margin:0 auto;line-height:1.6}.container{max-width:680px;margin:0 auto 40px;padding:0 20px;width:100%;flex:1 1}.upload-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06);padding:48px 40px;text-align:center}.dropzone{border:2px dashed #d1d5db;border-radius:12px;padding:48px 32px;cursor:pointer;transition:all .25s ease;background:#fafbfc}.dropzone.drag-over,.dropzone:hover{border-color:#e74c3c;background:#fef5f5}.dropzone-icon{width:64px;height:64px;margin:0 auto 20px;background:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center}.dropzone-icon svg{width:28px;height:28px;color:#e74c3c}.dropzone h3{font-size:18px;color:#1a1a2e;margin-bottom:8px}.dropzone p{font-size:14px;color:#9ca3af}.dropzone .browse-link{color:#e74c3c;font-weight:600;text-decoration:underline}.file-info{display:none;align-items:center;gap:14px;background:#f8f9fa;border-radius:10px;padding:16px 20px;margin-top:20px;text-align:left}.file-icon,.file-info.show{display:flex}.file-icon{width:44px;height:44px;background:#e74c3c;border-radius:10px;align-items:center;justify-content:center;flex-shrink:0}.file-icon svg{width:22px;height:22px;color:#fff}.file-details{flex:1 1;min-width:0}.file-details .name{font-weight:600;font-size:14px;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-details .size{font-size:13px;color:#9ca3af}.file-remove{background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;transition:color .2s}.file-remove:hover{color:#e74c3c}.btn-extract{display:none;width:100%;padding:16px;margin-top:20px;background:#e74c3c;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.btn-extract:hover{background:#c0392b}.btn-extract.show{display:block}.result-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06);padding:48px 40px;text-align:center}.result-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.result-icon.success{background:#d4edda}.result-icon.error{background:#fee2e2}.result-icon svg{width:32px;height:32px}.result-card h3{font-size:22px;margin-bottom:8px}.result-card .result-desc{color:#6c757d;font-size:15px;margin-bottom:28px}.btn-download{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#27ae60;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s}.btn-download:hover{background:#219a52}.btn-download svg{width:20px;height:20px}.btn-again{display:inline-block;margin-top:16px;color:#6c757d;text-decoration:none;font-size:14px;font-weight:500;background:none;border:0;padding:0;font-family:inherit;cursor:pointer}.btn-again:hover{color:#e74c3c}.error-msg{background:#fee2e2;color:#991b1b;padding:14px 20px;border-radius:10px;margin-bottom:20px;font-size:14px}.progress-icon{width:64px;height:64px;margin:0 auto 20px;background:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 1.5s ease-in-out infinite}.progress-icon svg{width:28px;height:28px;color:#e74c3c}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.8}}.progress-bar-wrapper{width:100%;height:8px;background:#e9ecef;border-radius:8px;margin:24px 0 12px;overflow:hidden}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,#e74c3c,#c0392b);border-radius:8px;transition:width .4s ease}.progress-status{color:#6c757d;font-size:14px;margin-top:4px}.progress-percent{color:#1a1a2e;font-weight:700;font-size:18px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.steps{display:flex;gap:32px;justify-content:center;padding:40px 20px 20px;max-width:700px;margin:0 auto}.step{text-align:center;flex:1 1}.step-num{width:36px;height:36px;background:#e74c3c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;margin:0 auto 10px}.step h4{font-size:14px;color:#1a1a2e;margin-bottom:4px}.step p{font-size:13px;color:#9ca3af}.seo-content{max-width:720px;margin:40px auto;padding:0 20px}.seo-content h2{font-size:24px;font-weight:700;color:#1a1a2e;margin:40px 0 16px}.seo-content h2:first-child{margin-top:0}.seo-content>p{color:#4b5563;font-size:15px;line-height:1.7}.features{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:16px}.feature{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.04)}.feature h3{font-size:16px;color:#1a1a2e;margin-bottom:8px}.feature p{font-size:14px;color:#6c757d;line-height:1.6}.faq{margin-top:16px}.faq details{background:#fff;border-radius:10px;margin-bottom:8px;box-shadow:0 1px 4px rgba(0,0,0,.04)}.faq summary{padding:16px 20px;font-weight:600;font-size:15px;color:#1a1a2e;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:20px;color:#9ca3af;font-weight:400;transition:transform .2s}.faq details[open] summary:after{content:"-"}.faq details p{padding:0 20px 16px;font-size:14px;color:#6c757d;line-height:1.7}footer{text-align:center;padding:32px 20px;color:#9ca3af;font-size:13px;line-height:1.6}.footer-links{max-width:760px;margin:0 auto 20px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.footer-links h2{font-size:13px;font-weight:700;color:#6c757d;margin-bottom:10px}.footer-links ul{list-style:none;padding:0;margin:0 0 12px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px}.footer-links a{color:#6c757d;text-decoration:none;font-size:13px}.footer-links a:hover{color:#e74c3c;text-decoration:underline}.footer-links .footer-cats a{font-weight:600;color:#2c3e50}.promo{background:#1c2733;border-radius:16px;padding:36px 40px 34px;margin:48px 0 8px}.promo-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:18px}.promo-mark{width:30px;height:30px;flex-shrink:0;border-radius:9px;background:#e74c3c;color:#fff;display:grid;place-items:center;font-size:15px;font-weight:800;line-height:1}.promo-eyebrow span{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8fa3b8}.promo h2.promo-title{font-size:30px;font-weight:800;letter-spacing:-.6px;line-height:1.2;color:#fff;margin:0 0 12px}.promo p.promo-copy{font-size:15px;line-height:1.7;color:#b8c6d4;margin:0 0 22px;max-width:52ch}.promo-list{list-style:none;padding:0;margin:0 0 26px;display:flex;flex-wrap:wrap;gap:9px}.promo-list a{display:block;font-size:13.5px;font-weight:600;color:#cfdae6;text-decoration:none;padding:8px 14px;border:1px solid rgba(255,255,255,.13);border-radius:9px;transition:color .15s,border-color .15s,background .15s}.promo-list a:hover{color:#fff;border-color:#e74c3c;background:rgba(231,76,60,.13)}.promo-cta{display:inline-flex;align-items:center;gap:9px;background:#e74c3c;color:#fff;font-size:16px;font-weight:700;text-decoration:none;padding:13px 24px;border-radius:10px;transition:background .15s,transform .15s}.promo-cta:hover{background:#d84332;transform:translateY(-1px)}.promo-cta .arrow{transition:transform .15s}.promo-cta:hover .arrow{transform:translateX(3px)}.promo a:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:4px}@media (max-width:600px){.promo{padding:28px 22px 26px;border-radius:14px}.promo h2.promo-title{font-size:24px}.promo-cta{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.promo-cta,.promo-cta .arrow,.promo-list a{transition:none}.promo-cta:hover,.promo-cta:hover .arrow{transform:none}}.seo-content p a{color:#e74c3c;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(231,76,60,.35)}.seo-content p a:hover{border-bottom-color:#e74c3c}@media (max-width:600px){nav{padding:14px 20px}.nav-links{gap:14px}.nav-links a.nav-cat{display:none}.hero h1{font-size:28px}.hero p{font-size:15px}.result-card,.upload-card{padding:32px 24px}.steps{flex-direction:column;gap:16px}.features{grid-template-columns:1fr}}