*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;padding:0;font-family:-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;background:#fff}#root{height:100%;width:100%}.App{min-height:100vh;width:100vw;display:flex;flex-direction:column;overflow-x:hidden;padding-top:80px}@media (max-width: 768px){.App{padding-top:70px}}@media (max-width: 480px){.App{padding-top:65px}}.header{text-align:center;padding:1rem;color:#374151;background:#fff;flex-shrink:0}.header p{font-size:1.1rem;margin:0;color:#1f2937;font-weight:400}main{flex:1;padding:1rem;background:#fff}.footer{background:#292931;color:#fff;padding:3rem 2rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem;border-bottom:2px solid rgba(231,26,53,.3);padding-bottom:.5rem}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-link{background:none;border:none;color:#d1d5db;text-align:left;padding:.5rem 0;cursor:pointer;text-decoration:none;font-size:.95rem;transition:all .2s ease}.footer-link:hover,.footer-link.active{color:#e71a35;transform:translate(5px)}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{color:#d1d5db;text-decoration:none;font-size:.95rem;padding:.5rem 0;transition:all .2s ease;position:relative}.social-link:hover{color:#fff;transform:translate(5px)}.social-link.linkedin:hover{color:#0077b5}.social-link.github:hover{color:#6cc644}.footer-tech{color:#9ca3af;font-size:.9rem;margin:0 0 .5rem}.footer-copyright{color:#6b7280;font-size:.85rem;margin:0}@media (max-width: 768px){.footer{padding:2rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-nav,.social-links{align-items:center}.footer-link,.social-link{text-align:center}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.btn-optimize:disabled{animation:pulse 2s infinite}*{transition:all .2s ease}@media (max-width: 768px){.header{padding:2rem 1rem 1rem}.header h1{font-size:2rem}.header p{font-size:1rem}}.navigation{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.nav-logo{display:flex;align-items:center}.nav-logo .logo-link{text-decoration:none}.nav-logo h1{margin:0;font-size:2rem;font-weight:800;color:#333}.desktop-nav{display:flex;gap:2rem;align-items:center;justify-content:space-between!important}.nav-groups{display:flex;gap:2rem;align-items:center}@media (max-width: 768px){.desktop-nav{display:none}}.nav-group{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.nav-link{background:none;border:none;color:#333;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;cursor:pointer;padding:.5rem 0}.nav-link:hover{color:#e71a35}.nav-link.active{color:#e71a35;font-weight:600}.nav-dropdown{position:relative;display:inline-block}.dropdown-toggle{display:flex;align-items:center;gap:.5rem;line-height:1.5;vertical-align:baseline}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 8px 25px #00000026;min-width:280px;overflow:hidden;border:1px solid rgba(0,0,0,.1);z-index:1000}.dropdown-item{display:block;padding:.75rem 1rem;color:#333;text-decoration:none;font-size:.95rem;transition:all .2s ease;border-left:3px solid transparent}.dropdown-item:hover{background:#fff5f5;border-left-color:#e71a35;color:#e71a35}.dropdown-item.active{background:#fff0f0;border-left-color:#e71a35;color:#e71a35;font-weight:600}.desktop-nav>a.nav-link,.desktop-nav>.nav-group .nav-link{padding:.5rem 0;margin:0;border:none;border-radius:0}.desktop-nav>a.nav-link:hover,.desktop-nav>.nav-group .nav-link:hover{color:#e71a35}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-button:focus{outline:none}.hamburger-line{width:100%;height:3px;background-color:#333;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.mobile-menu-button{display:flex}}.mobile-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:999;overflow-y:auto;padding:80px 0 20px}.mobile-nav.open{right:0}.mobile-nav-item{display:block;padding:16px 24px;color:#333;text-decoration:none;font-size:16px;font-weight:500;border-bottom:1px solid #f1f5f9;transition:all .2s ease}.mobile-nav-item:hover{background-color:#f8fafc;color:#e71a35;padding-left:32px}.mobile-nav-item.active{background-color:#fff0f0;color:#e71a35;border-left:4px solid rgb(231,26,53);font-weight:600}.mobile-nav-item.indent{padding-left:40px;font-size:14px;color:#64748b}.mobile-nav-item.indent:hover{padding-left:48px}.mobile-nav-section{margin:8px 0}.mobile-nav-section-title{padding:12px 24px 8px;font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.navigation{padding:1rem 1.5rem}}@media (max-width: 480px){.navigation{padding:1rem}.nav-logo h1{font-size:1.5rem}.mobile-nav{width:100vw;right:-100vw}.mobile-nav.open{right:0}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#374151;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#fff;color:#374151;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.progress-container{margin:2rem 0}.progress-message{color:#374151;margin-bottom:.5rem;font-size:.9rem;text-align:center}.progress-bar{width:100%;height:20px;background-color:#e9ecef;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:#e71a35;transition:width .3s ease;border-radius:10px}.progress-text{text-align:center;font-size:.9rem;color:#374151;font-weight:500}.results-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.results-card:hover{box-shadow:0 8px 15px -3px #0000001a}.results-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.results-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;color:#fff}.results-title{margin:0;font-size:1.25rem;font-weight:600;color:#111827;letter-spacing:-.025em}.results-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.metric{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #d1d5db;transition:all .2s ease}.metric:hover{background:#f3f4f6;transform:translateY(-1px)}.metric.highlight,.metric.decrease{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left-color:#10b981}.metric.increase{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left-color:#f59e0b}.metric-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:1.125rem;font-weight:700;color:#111827}.metric.highlight .metric-value{color:#059669}.metric.increase .metric-value{color:#d97706}.metric.decrease .metric-value{color:#059669}.download-button{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.download-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.download-button:active{transform:translateY(0)}.download-icon{font-size:1.125rem}@media (max-width: 640px){.results-metrics{grid-template-columns:1fr}.results-card{padding:1.5rem}}.social-share{margin:3rem 0;padding:2rem;background:#f9fafb;border-radius:16px;border:1px solid #e5e7eb;text-align:center}.share-title{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:1.5rem}.share-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.share-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px;justify-content:center}.share-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.social-btn:hover{border-color:var(--btn-color);background:var(--btn-color);color:#fff}.native-share{background:#e71a35;color:#fff;border-color:#e71a35}.native-share:hover{background:#c8142d;border-color:#c8142d}.copy-link-btn:hover{border-color:#6b7280;background:#6b7280;color:#fff}.btn-icon{font-size:1.1rem;line-height:1}.btn-text{font-size:.85rem}.share-description{color:#6b7280;font-size:.9rem;line-height:1.5;max-width:500px;margin:0 auto}@media (max-width: 768px){.social-share{margin:2rem 0;padding:1.5rem}.share-buttons{gap:.5rem}.share-btn{padding:.6rem .8rem;font-size:.85rem;min-width:90px}.btn-text{font-size:.8rem}.share-title{font-size:1.2rem}}@media (max-width: 480px){.share-buttons{flex-direction:column;align-items:center}.share-btn{width:100%;max-width:200px}.social-share{padding:1.25rem}}.image-optimizer{max-width:900px;width:100%;margin:0 auto;padding:1rem}.hero-section h2{font-size:2.2rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.upload-area{border:3px dashed #e2e8f0;border-radius:16px;padding:3rem;text-align:center;background:#f3fafa;transition:all .3s ease;cursor:pointer;position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}.upload-area.drag-over{border-color:#10b981;background:#ecfdf5;transform:scale(1.02)}.upload-area.has-file{border-color:#10b981;border-style:solid;background:#f0fdf4}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.security-badges{text-align:center;font-size:.75rem;color:#6b7280;margin:1rem 0;padding:.5rem;font-weight:500}.file-preview{display:flex;gap:2rem;align-items:center;text-align:left}.preview-image{max-width:200px;max-height:200px;object-fit:cover;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.file-info h4{color:#1f2937;margin:0 0 .5rem;font-size:1.2rem;font-weight:600;word-break:break-all}.file-info p{color:#6b7280;margin:0 0 1rem;font-size:1rem}.btn-reset{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.btn-reset:hover{background:#dc2626}.controls{margin-top:2rem;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.quality-control{margin-bottom:2rem}.quality-control label{display:block;color:#374151;font-weight:600;font-size:1.1rem;margin-bottom:1rem}.quality-slider{width:100%;height:8px;border-radius:4px;background:#e5e7eb;outline:none;appearance:none;cursor:pointer}.quality-slider::-webkit-slider-thumb{appearance:none;width:24px;height:24px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003}.quality-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.quality-labels{display:flex;justify-content:space-between;margin-top:.5rem;color:#6b7280;font-size:.9rem}.btn-optimize{width:100%;background:#e71a35;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.btn-optimize:hover:not(:disabled){background:#c8142d;transform:translateY(-1px);box-shadow:0 6px 8px -1px #00000026}.btn-optimize:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.results{margin-top:2rem;padding:2rem;border-radius:16px;border:1px solid;text-align:center;animation:slideIn .5s ease-out}.results.success{animation:bounceIn .6s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(30px)}50%{opacity:1;transform:scale(1.05) translateY(-10px)}70%{transform:scale(.95) translateY(0)}to{transform:scale(1) translateY(0)}}.results.success{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-color:#10b981;box-shadow:0 4px 20px #10b9811a}.results.error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444;box-shadow:0 4px 20px #ef44441a}.results h3{margin:0 0 1.5rem;font-size:1.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.5rem}.results.success h3{color:#065f46}.results.error h3{color:#dc2626}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat{background:#fffffff2;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(0,0,0,.05)}.stat:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat.highlight{background:linear-gradient(135deg,#10b981,#059669);color:#fff;transform:scale(1.05)}.stat.highlight:hover{transform:scale(1.05) translateY(-2px)}.stat-label{display:block;font-size:.875rem;opacity:.9;margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#374151}.stat-value{display:block;font-size:1.75rem;font-weight:800;line-height:1.2;color:#1f2937}.btn-download{background:#e71a35;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.btn-download:hover{background:#c8142d;transform:translateY(-1px);box-shadow:0 6px 8px -1px #00000026}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-20px,-10px) rotate(1deg)}66%{transform:translate(20px,10px) rotate(-1deg)}}@media (max-width: 768px){.image-optimizer{padding:1rem}.upload-area{padding:2rem 1rem;min-height:250px}.file-preview{flex-direction:column;text-align:center;gap:1rem}.preview-image{max-width:150px;max-height:150px}.stats{grid-template-columns:1fr}.controls{padding:1.5rem}}.image-converter{max-width:900px;width:100%;margin:0 auto;padding:1rem}.hero-section h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.hero-section p{font-size:1.25rem;color:#6b7280;margin:0;font-weight:400}.upload-area{border:3px dashed #e2e8f0;border-radius:16px;padding:3rem;text-align:center;background:#f3fafa;transition:all .3s ease;cursor:pointer;position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.upload-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{font-size:4rem;margin-bottom:1rem}.upload-content h3{color:#1f2937;margin:0;font-size:1.5rem;font-weight:600}.upload-content p{color:#6b7280;margin:0;font-size:1.1rem}.supported-formats{color:#9ca3af;font-size:.9rem;margin-top:1rem;font-style:italic}.file-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#333}.large-file-warning{background:#fef3c7;border:1px solid #fbbf24;color:#92400e;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;text-align:center;margin-top:.5rem;max-width:400px}.file-icon{font-size:2rem}.file-name{font-weight:600;font-size:1.1rem}.file-size{color:#374151;font-size:.9rem}.conversion-settings{background:#f8f9fa;border-radius:8px;padding:2rem;margin-bottom:2rem}.setting-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.format-select{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;background:#fff;color:#333;font-weight:500}.format-select option{color:#333;background:#fff;font-weight:500}.format-description{display:block;color:#374151;font-style:italic;margin-top:.25rem}.quality-slider{width:100%;margin:.5rem 0}.quality-labels{display:flex;justify-content:space-between;color:#374151;font-size:.9rem}.convert-button:disabled{background:#ccc;cursor:not-allowed}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.conversion-result{background:#d4edda;border-radius:8px;padding:2rem;margin-bottom:2rem}.result-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.success-icon{font-size:1.5rem}.result-header h3{color:#155724;margin:0}.result-metrics{margin-bottom:2rem}.metric{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(21,87,36,.1)}.metric:last-child{border-bottom:none}.metric label{font-weight:600;color:#155724}.metric span{color:#333;display:flex;align-items:center;gap:.5rem}.size-change{font-weight:600;padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.size-change.decrease{background:#d4edda;color:#155724}.size-change.increase{background:#f8d7da;color:#721c24}.download-button{width:100%;padding:1rem 2rem;background:#e71a35;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}@media (max-width: 768px){.image-converter{padding:1rem}.upload-area{padding:2rem 1rem}.conversion-settings{padding:1.5rem}.metric{flex-direction:column;align-items:flex-start;gap:.25rem}}.seo-content{margin-top:4rem;padding:3rem 0;border-top:1px solid #e5e7eb}.features-section h2{color:#1f2937;font-size:2rem;font-weight:800;margin:0 0 2rem;text-align:center}.features-list{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-item{text-align:center;padding:1.5rem}.feature-item h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0 0 .75rem}.feature-item p{color:#4b5563;line-height:1.6;margin:0;font-size:1rem}.how-to-section{background:#f3fafa;padding:3rem;border-radius:16px;margin-bottom:3rem}.how-to-section h2{color:#1f2937;font-size:2rem;font-weight:800;margin:0 0 2rem;text-align:center}.steps-list{list-style:none;padding:0;counter-reset:step-counter}.steps-list li{counter-increment:step-counter;background:#fff;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;position:relative;padding:1.5rem 1.5rem 1.5rem 4rem;color:#374151;font-size:1.1rem;line-height:1.6}.steps-list li:before{content:counter(step-counter);position:absolute;left:1rem;top:50%;transform:translateY(-50%);background:#e71a35;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.faq-section h2{color:#1f2937;font-size:2rem;font-weight:800;margin:0 0 2rem;text-align:center}.faq-item{margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.faq-question{width:100%;background:#fff;border:none;padding:1.5rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#1f2937;transition:background-color .2s ease}.faq-question:hover{background:#f9fafb}.faq-question.active{background:#f3f4f6;color:#e71a35}.faq-icon{font-size:1rem;font-weight:400;color:#333}.faq-answer{padding:0 1.5rem 1.5rem;background:#fff;animation:slideDown .3s ease-out}.faq-answer p{color:#4b5563;line-height:1.6;margin:0;font-size:1rem}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}@media (max-width: 768px){.seo-content{margin-top:2rem;padding:2rem 0}.features-section h2{font-size:1.5rem}.features-list{grid-template-columns:1fr;gap:1.5rem}.feature-item{padding:1rem}.feature-item h3{font-size:1.15rem}.feature-item p{font-size:.95rem}.how-to-section{padding:2rem 1.5rem}.how-to-section h2,.faq-section h2{font-size:1.5rem}.steps-list li{padding:1rem 1rem 1rem 3.5rem;font-size:1rem}.steps-list li:before{width:1.5rem;height:1.5rem;font-size:.9rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer{padding:0 1rem 1rem}}.conversion-page{max-width:900px;width:100%;margin:0 auto;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.breadcrumbs{margin-bottom:20px;font-size:14px;color:#666}.breadcrumb-link{color:#e71a35;text-decoration:none;transition:color .3s ease}.breadcrumb-link:hover{color:#c81428;text-decoration:underline}.breadcrumb-separator{margin:0 8px;color:#999}.breadcrumb-current{color:#333;font-weight:500}.conversion-header{text-align:center;margin-bottom:3rem}.conversion-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.conversion-description{font-size:1.25rem;color:#6b7280;margin:0;font-weight:400;line-height:1.6}.conversion-tool-section{margin:2rem 0 3rem}.benefits-section{margin:3rem 0;padding:2rem;background:#fff!important;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.benefits-section *{background:inherit!important;color:inherit!important}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem;background:#fff!important}.benefits-column,.use-cases-column{background:#fff!important;color:#374151!important}.benefits-column h2,.use-cases-column h2{font-size:1.5rem;color:#374151!important;margin-bottom:1rem;font-weight:600;background:transparent!important}.benefits-list,.use-cases-list{list-style:none;padding:0;background:transparent!important}.benefit-item,.use-case-item{display:flex;align-items:center;margin-bottom:.75rem;padding:.5rem 0;font-size:1rem;color:#6b7280!important;background:transparent!important}.benefit-icon{color:#10b981;font-weight:700;margin-right:.75rem;font-size:1.1rem}.use-case-icon{color:#e71a35;font-weight:700;margin-right:.75rem;font-size:1.1rem}.how-it-works{margin:3rem 0;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.how-it-works h2{text-align:center;font-size:1.75rem;color:#374151;margin-bottom:2rem;font-weight:600}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step{text-align:center;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.step:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.step-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:#e71a35;color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;margin-bottom:16px}.step h3{font-size:1.2rem;color:#374151;margin-bottom:.5rem;font-weight:600}.step p{color:#6b7280;font-size:1rem;line-height:1.5;margin:0}.related-conversions{margin:3rem 0;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a}.related-conversions h2{text-align:center;font-size:1.5rem;color:#374151;margin-bottom:1.5rem;font-weight:600}.related-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.related-link{display:inline-block;padding:.5rem 1rem;background:#f9fafb;color:#e71a35;text-decoration:none;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s ease;font-weight:500;font-size:.9rem}.related-link:hover{background:#e71a35;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.related-link.active{background:#e71a35;color:#fff}.faq-section{margin:3rem 0;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.faq-section h2{text-align:center;font-size:1.75rem;color:#374151;margin-bottom:2rem;font-weight:600}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.faq-item{padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;border-left:4px solid rgb(231,26,53)}.faq-item h3{font-size:1.1rem;color:#374151;margin-bottom:.75rem;font-weight:600}.faq-item p{color:#6b7280;line-height:1.6;margin:0}@media (max-width: 768px){.conversion-page{padding:1rem}.conversion-title{font-size:2rem}.conversion-description{font-size:1.1rem}.benefits-section{margin:2rem 0;padding:1.5rem;background:#fff!important}.benefits-grid{grid-template-columns:1fr;gap:2rem;background:#fff!important}.benefits-column,.use-cases-column{background:#fff!important;color:#374151!important}.steps-grid,.faq-grid{grid-template-columns:1fr;gap:1rem}.related-links{flex-direction:column;align-items:center}.related-link{width:200px;text-align:center}}@media (max-width: 480px){.conversion-title{font-size:1.8rem}.how-it-works,.conversion-tool-section{padding:20px}.benefits-column h2,.use-cases-column h2{font-size:1.5rem}}.pdf-converter{max-width:900px;width:100%;margin:0 auto;padding:1rem}.hero-section{text-align:center;margin-bottom:3rem}.hero-section h1,.hero-section h2{font-size:2rem;font-weight:800;color:#333;margin-bottom:.5rem}.hero-section p{font-size:1.1rem;color:#374151;margin-bottom:1rem}.feature-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.badge{background:#f3fafa;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#374151;border:1px solid #e5e7eb}.upload-area{border:3px dashed #e2e8f0;border-radius:16px;padding:3rem;text-align:center;background:#f3fafa;transition:all .3s ease;cursor:pointer;min-height:250px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.upload-area:hover{border-color:#e71a35;background:#f0fcfc}.upload-area.has-file{background:#f9fafb;border-color:#d1d5db}.upload-prompt{display:flex;flex-direction:column;align-items:center}.upload-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.upload-text{font-size:1.1rem;margin-bottom:.5rem;color:#374151}.upload-text strong{color:#e71a35}.upload-subtext{font-size:.9rem;color:#6b7280}.file-selected{display:flex;align-items:center;gap:1rem;width:100%;max-width:400px;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.file-icon{font-size:2.5rem}.file-info{flex:1;text-align:left}.file-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .25rem;word-break:break-word}.file-details{font-size:.9rem;color:#374151;margin:0}.file-remove{background:#f3f4f6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;font-size:1.2rem;transition:all .2s ease}.file-remove:hover{background:#e5e7eb;color:#e71a35}.conversion-settings{background:#f9fafb;border-radius:12px;padding:2rem;margin-bottom:2rem}.setting-group{margin-bottom:1.5rem}.setting-group:last-child{margin-bottom:0}.setting-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.format-select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s ease}.format-select:focus{outline:none;border-color:#e71a35}.setting-description{display:block;font-size:.85rem;color:#6b7280;margin-top:.25rem;font-style:italic}.setting-row{display:flex;flex-direction:column;gap:1rem}.checkbox-label{display:flex!important;align-items:center;gap:.5rem;font-weight:400!important;margin-bottom:0!important;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:rgb(231,26,53)}.checkbox-text{color:#374151;font-size:.95rem}.convert-button{width:100%;padding:1rem 2rem;background:#e71a35;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-bottom:2rem}.convert-button:hover:not(:disabled){background:#c8142d}.convert-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.error-icon{font-size:1.2rem}.conversion-result{background:#fff;border:2px solid #d4edda;border-radius:12px;padding:2rem;margin-top:2rem}.result-header{text-align:center;margin-bottom:2rem}.result-header h3{font-size:1.5rem;font-weight:600;color:#28a745;margin:0 0 .5rem}.result-header p{color:#374151;margin:0}.result-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.stat{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.stat-label{font-weight:500;color:#6b7280;font-size:.9rem}.stat-value{font-weight:600;color:#374151;font-size:.95rem}.stat-value.positive{color:#dc2626}.stat-value.negative{color:#059669}.result-actions{display:flex;gap:1rem;flex-wrap:wrap}.download-button{flex:1;min-width:200px;padding:1rem 2rem;background:#e71a35;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.download-button:hover{background:#c8142d}.convert-another-button{padding:1rem 2rem;background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.convert-another-button:hover{background:#e5e7eb;border-color:#d1d5db}@media (max-width: 768px){.pdf-converter{padding:.5rem}.upload-area{padding:2rem 1rem;min-height:180px}.upload-icon{font-size:3rem}.feature-badges{flex-direction:column;align-items:center}.result-stats{grid-template-columns:1fr}.result-actions{flex-direction:column}.download-button{min-width:auto}.setting-row{gap:.75rem}.file-selected{flex-direction:column;text-align:center}}.seo-content{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}.features-section{margin-bottom:3rem}.features-section h2{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.feature-item{padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.feature-item h3{font-size:1.2rem;font-weight:600;color:#374151;margin-bottom:.75rem}.feature-item p{color:#6b7280;line-height:1.6;margin:0}.how-to-section{margin-bottom:3rem}.how-to-section h2{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.steps-list{max-width:800px;margin:0 auto;padding-left:1.5rem}.steps-list li{margin-bottom:1rem;color:#374151;line-height:1.6}.faq-section{margin-bottom:2rem}.faq-section h2{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.faq-accordion{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;font-size:1.1rem;font-weight:600;color:#374151;cursor:pointer;text-align:left;transition:color .2s ease}.faq-question:hover,.faq-question.active{color:#e71a35}.faq-icon{font-size:.9rem;color:#6b7280;transition:color .2s ease}.faq-question:hover .faq-icon,.faq-question.active .faq-icon{color:#e71a35}.faq-answer{padding-bottom:1.5rem;animation:fadeIn .3s ease}.faq-answer p{color:#6b7280;line-height:1.6;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.features-list{grid-template-columns:1fr;gap:1.5rem}.feature-item{padding:1.25rem}.seo-content{margin-top:3rem;padding-top:2rem}.features-section h2,.how-to-section h2,.faq-section h2{font-size:1.5rem}}.not-found-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f3fafa,#f0fcfccc)}.not-found-content{max-width:900px;width:100%;text-align:center}.error-code{font-size:8rem;font-weight:900;color:#e71a35;line-height:1;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1);background:linear-gradient(135deg,#e71a35,#c8142d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found-content h1{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.error-message{font-size:1.2rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.suggestions{margin-bottom:4rem}.suggestions h2{font-size:1.8rem;font-weight:700;color:#374151;margin-bottom:2rem}.suggestion-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.suggestion-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.suggestion-card:hover{border-color:#e71a35;box-shadow:0 4px 12px #e71a351a;transform:translateY(-2px)}.card-icon{font-size:2.5rem;flex-shrink:0}.card-content{text-align:left;flex:1}.card-content h3{font-size:1.2rem;font-weight:600;color:#374151;margin:0 0 .5rem}.card-content p{color:#6b7280;margin:0;font-size:.95rem}.help-section{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #e5e7eb;text-align:left;box-shadow:0 2px 8px #0000000d}.help-section h2{font-size:1.6rem;font-weight:600;color:#374151;margin-bottom:1rem;text-align:center}.help-section p{color:#6b7280;line-height:1.7;margin-bottom:2rem;text-align:center}.popular-tools h3{font-size:1.2rem;font-weight:600;color:#374151;margin-bottom:1rem;text-align:center}.tool-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.tool-links a{padding:.5rem 1rem;background:#f3fafa;color:#374151;text-decoration:none;border-radius:20px;border:1px solid #e5e7eb;font-size:.9rem;transition:all .2s ease}.tool-links a:hover{background:#e71a35;color:#fff;border-color:#e71a35}@media (max-width: 768px){.not-found-container{min-height:70vh;padding:1rem}.error-code{font-size:5rem}.not-found-content h1{font-size:2rem}.error-message{font-size:1.1rem}.suggestion-links{grid-template-columns:1fr;gap:1rem}.suggestion-card{flex-direction:column;text-align:center;padding:1.25rem}.card-content{text-align:center}.help-section{padding:2rem 1.5rem}.tool-links{justify-content:center;gap:.75rem}.suggestions h2,.help-section h2{font-size:1.5rem}}@media (max-width: 480px){.error-code{font-size:4rem}.not-found-content h1{font-size:1.8rem}.tool-links a{font-size:.85rem;padding:.4rem .8rem}}
