:root{--bg:#020617;--bg-card:#0f172a;--bg-card2:#1e293b;--border:rgba(255,255,255,0.06);--border-md:rgba(255,255,255,0.1);--text:#f8fafc;--text-muted:#94a3b8;--green:#10b981;--green-dim:rgba(16,185,129,0.1);--green-glow:rgba(16,185,129,0.2);--blue:#3b82f6;--blue-dim:rgba(59,130,246,0.1);--red:#ef4444;--red-dim:rgba(239,68,68,0.1);--yellow:#f59e0b;--yellow-dim:rgba(245,158,11,0.1);--amber:#fbbf24;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--font-display:'Inter',sans-serif;--font-body:'Inter',sans-serif;--font-mono:'JetBrains Mono',monospace}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ambient-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(140px);opacity:.12}.orb-1{width:600px;height:600px;background:radial-gradient(circle,var(--green) 0,transparent 70%);top:-200px;left:-150px;animation:drift1 25s ease-in-out infinite alternate}.orb-2{width:500px;height:500px;background:radial-gradient(circle,var(--blue) 0,transparent 70%);bottom:-180px;right:-100px;animation:drift2 30s ease-in-out infinite alternate}@keyframes drift1{from{transform:translate(0,0) scale(1)}to{transform:translate(60px,40px) scale(1.1)}}@keyframes drift2{from{transform:translate(0,0) scale(1)}to{transform:translate(-40px,-30px) scale(1.05)}}.grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.015) 1px,transparent 1px);background-size:40px 40px}.launch-banner{position:relative;z-index:200;background:var(--amber);color:#000;padding:var(--space-2) var(--space-4);text-align:center;font-size:14px;font-weight:600}.banner-cta{background:#000;color:var(--amber);padding:4px 16px;border-radius:999px;text-decoration:none;font-weight:700;font-size:13px;white-space:nowrap;transition:opacity .2s}.banner-cta:hover{opacity:.9;color:var(--amber)}.banner-close{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:0;border:0;font-size:20px;cursor:pointer;color:#000;line-height:1}.navbar{position:relative;z-index:100;padding:var(--space-4) 0;border-bottom:1px solid var(--border);background:rgba(2,6,23,0.8);backdrop-filter:blur(8px)}.navbar .container{display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-icon{width:34px;height:34px;background:var(--green-dim);border:1px solid var(--green);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--green);font-size:18px}.brand-name{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--text);letter-spacing:-.025em}.brand-accent{color:var(--green)}.nav-link-custom{color:var(--text-muted);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.nav-link-custom:hover{color:var(--text)}.nav-badge{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--text-muted);background:rgba(255,255,255,0.03);border:1px solid var(--border);padding:6px 14px;border-radius:999px}.badge-dot{width:6px;height:6px;background:var(--green);border-radius:50%;box-shadow:0 0 10px var(--green);animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.9)}}.hero-section{position:relative;z-index:1;padding:var(--space-16) 0 var(--space-20)}.hero-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--green);background:var(--green-dim);border:1px solid rgba(16,185,129,0.2);padding:6px 16px;border-radius:999px;margin-bottom:var(--space-6)}.hero-title{font-family:var(--font-display);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1;letter-spacing:-.04em;margin-bottom:var(--space-6);color:var(--text)}.hero-title .highlight{color:var(--green)}.hero-sub{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto var(--space-10);line-height:1.6}.stats-bar-wrapper{display:flex;justify-content:center;margin-bottom:var(--space-12)}.stats-bar{display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4) var(--space-6);flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;padding:var(--space-2) var(--space-6)}.stat-num{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text);line-height:1}.stat-lbl{font-size:11px;font-weight:600;color:var(--text-muted);margin-top:4px;text-transform:uppercase;letter-spacing:.05em}.stat-divider{width:1px;height:32px;background:var(--border)}.platforms-bar{display:flex;flex-direction:column;align-items:center;gap:1rem}.platforms-label{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.platforms-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.platform-link-static{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:var(--text-muted);opacity:.8}.platform-link-static i{font-size:1.1rem;color:var(--green)}.upload-card{background:var(--bg-card);border:1px solid var(--border-md);border-radius:var(--radius-lg);padding:var(--space-8);box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);position:relative;overflow:hidden}.upload-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:.5}.drop-zone{position:relative;border:2px dashed var(--border-md);border-radius:var(--radius-md);padding:var(--space-16) var(--space-8);text-align:center;cursor:pointer;transition:all .3s cubic-bezier(0.4,0,0.2,1);background:rgba(255,255,255,0.01);margin-bottom:var(--space-6);min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center}.drop-zone:hover{border-color:var(--green);background:rgba(16,185,129,0.04);transform:translateY(-2px)}.drop-zone.dragover{border-color:var(--green);background:var(--green-dim);border-style:solid;transform:scale(1.02)}.file-input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:10}.drop-content{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);transition:all .2s ease}.drop-icon{font-size:3.5rem;color:var(--text-muted);transition:color .3s ease}.drop-zone:hover .drop-icon{color:var(--green)}.drop-text{font-size:1.125rem;color:var(--text-muted)}.drop-text strong{color:var(--text);display:block;font-size:1.25rem;margin-bottom:var(--space-1)}.drop-hint{font-size:13px;color:var(--text-muted);opacity:.6}.browse-link{color:var(--green);font-weight:600;text-decoration:underline;text-underline-offset:4px}.drop-icon-selected{font-size:4rem;color:var(--green);animation:scaleIn .3s cubic-bezier(0.175,0.885,0.32,1.275)}.drop-selected-info{display:flex;flex-direction:column;gap:4px}.selected-name{font-weight:700;font-size:1.125rem;color:var(--text);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-size{font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}.drop-change-hint{font-size:12px;color:var(--green);font-weight:500;opacity:.8}@keyframes scaleIn{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}.btn-fix{width:100%;background:var(--green);color:#000;border:0;border-radius:var(--radius-md);padding:var(--space-5);font-family:var(--font-display);font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:12px}.spinner-modern{width:20px;height:20px;border:3px solid rgba(0,0,0,0.1);border-top-color:#000;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.trust-bar{display:flex;flex-wrap:wrap;gap:var(--space-6);justify-content:center;padding-top:var(--space-6);border-top:1px solid var(--border);margin-top:var(--space-8)}.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-muted)}.trust-item i{color:var(--green);font-size:1rem}.feature-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-muted);background:rgba(255,255,255,0.04);border:1px solid var(--border);padding:6px 14px;border-radius:999px;transition:all .2s}.pill i{color:var(--green)}.pill:hover{border-color:var(--border-md);color:var(--text);background:rgba(255,255,255,0.06)}.alert-bar{display:flex;align-items:center;gap:12px;padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);font-size:.95rem;font-weight:500}.alert-bar-danger{background:var(--red-dim);border:1px solid rgba(239,68,68,0.2);color:#fca5a5}.how-it-works{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-10) var(--space-8)}.section-label{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-10);text-align:center}.steps-row{display:flex;align-items:flex-start;gap:var(--space-4)}.step{flex:1;text-align:center}.step-num{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--green);margin-bottom:var(--space-3);opacity:.8}.step-icon{font-size:2rem;color:var(--text);margin-bottom:var(--space-4)}.step-title{font-weight:700;font-size:1.125rem;margin-bottom:var(--space-2)}.step-desc{font-size:.95rem;color:var(--text-muted);line-height:1.5}.step-arrow{flex-shrink:0;color:var(--border-md);font-size:1.5rem;margin-top:3.5rem}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-6);height:100%}.testimonial-stars{color:var(--yellow);font-size:14px;margin-bottom:var(--space-3)}.testimonial-text{font-size:1rem;color:var(--text-muted);line-height:1.6;margin-bottom:var(--space-4)}.testimonial-author{font-size:.875rem;font-weight:600;color:var(--text)}.faq-list{display:flex;flex-direction:column;gap:var(--space-3)}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-5) var(--space-6)}.faq-q{font-weight:700;font-size:1.05rem;color:var(--text);margin-bottom:6px}.faq-a{font-size:.95rem;color:var(--text-muted);line-height:1.6}.result-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--green);background:var(--green-dim);border:1px solid rgba(16,185,129,0.2);padding:6px 16px;border-radius:999px;margin-bottom:var(--space-4)}.result-title{font-family:var(--font-display);font-size:clamp(2rem,6vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:var(--space-2)}.result-sub{color:var(--text-muted);font-size:1.1rem}.stat-card{transition:transform .2s,border-color .2s}.stat-card:hover{transform:translateY(-2px)}.stat-blue .stat-value{color:var(--blue)}.stat-blue{border-color:rgba(59,130,246,0.2);background:var(--blue-dim)}.stat-red .stat-value{color:var(--red)}.stat-red{border-color:rgba(239,68,68,0.2);background:var(--red-dim)}.stat-green .stat-value{color:var(--green)}.stat-green{border-color:rgba(16,185,129,0.2);background:var(--green-dim)}.stat-yellow .stat-value{color:var(--yellow)}.stat-yellow{border-color:rgba(245,158,11,0.2);background:var(--yellow-dim)}.stat-sub{font-size:12px;color:var(--text-muted);margin-top:4px}.meta-strip{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-6);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4) var(--space-6)}.meta-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-muted)}.meta-item i{color:var(--green);font-size:1.1rem}.meta-item strong{color:var(--text);font-weight:600}.meta-confidence{font-size:11px;opacity:.7}.meta-divider{width:1px;height:20px;background:var(--border)}.btn-download{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:#000;padding:var(--space-4) var(--space-8);border-radius:var(--radius-md);font-weight:700;text-decoration:none;transition:all .2s}.btn-download:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 25px -5px var(--green-glow)}.btn-again{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text-muted);border:1px solid var(--border-md);padding:var(--space-4) var(--space-6);border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:all .2s}.btn-again:hover{background:rgba(255,255,255,0.05);color:var(--text)}.support-strip{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4) var(--space-6);flex-wrap:wrap}.support-left{display:flex;align-items:center;gap:var(--space-4);flex-wrap:wrap}.support-text{font-size:14px;color:var(--text-muted)}.btn-coffee,.btn-lifetime{padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.btn-coffee{background:var(--yellow-dim);color:var(--yellow);border:1px solid rgba(245,158,11,0.2)}.btn-coffee:hover{background:var(--yellow);color:#000}.btn-lifetime{background:var(--green-dim);color:var(--green);border:1px solid rgba(16,185,129,0.2)}.btn-lifetime:hover{background:var(--green);color:#000}.support-right{display:flex;align-items:center;gap:10px}.share-label{font-size:12px;color:var(--text-muted);font-weight:500}.share-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);transition:all .2s;cursor:pointer}.share-btn:hover{background:rgba(255,255,255,0.08);color:var(--text)}.preview-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.preview-header{padding:var(--space-4) var(--space-6);background:var(--bg-card2);border-bottom:1px solid var(--border)}.preview-title{font-size:14px;font-weight:600;color:var(--text-muted);display:flex;align-items:center;gap:8px}.preview-title i{color:var(--green)}.preview-body{overflow-x:auto}.preview-table{width:100%;border-collapse:collapse;font-size:13px;font-family:var(--font-mono)}.preview-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;color:var(--green);background:var(--bg-card2);border-bottom:1px solid var(--border-md);white-space:nowrap}.preview-table td{padding:10px 16px;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;max-width:300px;overflow:hidden;text-overflow:ellipsis}.preview-table tr:hover td{background:rgba(255,255,255,0.015);color:var(--text)}.pricing-tier{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-muted)}.pricing-card-featured .pricing-tier{color:var(--green)}.pricing-price{font-size:3rem;font-weight:800;color:var(--text);line-height:1;margin-bottom:1rem}.pricing-price span{font-size:1rem;color:var(--text-muted);font-weight:500}.pricing-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:2rem;padding:0}.pricing-features li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--text-muted)}.pricing-features i{color:var(--green);font-size:1.1rem;flex-shrink:0}.pricing-features strong{color:var(--text)}.btn-pricing-free,.btn-pricing-paid{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem;border-radius:var(--radius-md);font-weight:700;text-decoration:none;transition:all .2s;font-size:1rem}.btn-pricing-free{background:var(--bg-card2);border:1px solid var(--border-md);color:var(--text)}.btn-pricing-free:hover{background:rgba(255,255,255,0.08);border-color:var(--text-muted)}.btn-pricing-paid{background:var(--green);color:#000;box-shadow:0 10px 20px -5px var(--green-glow)}.btn-pricing-paid:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 15px 30px -5px var(--green-glow)}.pricing-note{font-size:12px;color:var(--text-muted);text-align:center;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:6px}.legal-date{color:var(--text-muted);font-size:14px;margin-bottom:var(--space-8)}.legal-body h2{font-size:1.25rem;font-weight:700;margin:var(--space-10) 0 var(--space-4)}.legal-body p{color:var(--text-muted);margin-bottom:var(--space-4);line-height:1.7}.contact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-10);margin-top:var(--space-8)}.contact-email{font-size:1.5rem;font-weight:700;margin-bottom:var(--space-4);display:flex;align-items:center;justify-content:center;gap:12px}.contact-email a{color:var(--green);text-decoration:none}.contact-note{font-size:14px;color:var(--text-muted)}.footer-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.footer-logo .brand-name{font-size:1.125rem}.footer-love{font-weight:500}@media(prefers-reduced-motion:reduce),(max-width:768px){.orb{animation:none !important;filter:blur(80px)}}@media(max-width:768px){:root{--space-16:3rem;--space-20:3.5rem}body{font-size:15px}.hero-section{padding:var(--space-12) 0 var(--space-16)}.hero-title{font-size:2.5rem;margin-bottom:var(--space-4)}.hero-sub{font-size:1rem;padding:0 var(--space-2)}.stats-bar-wrapper{margin-bottom:var(--space-8)}.stats-bar{padding:var(--space-4) var(--space-2);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4);max-width:100%}.stat-item{padding:var(--space-2)}.stat-divider{display:none}.platforms-list{gap:1rem}.platform-link-static{font-size:.85rem}.specialized-grid{grid-template-columns:1fr 1fr;gap:10px}.specialized-card{padding:.8rem}.specialized-card-name{font-size:.8rem}.specialized-card-desc{display:none}.site-footer{background:var(--bg-card);border-top:1px solid var(--border);padding:var(--space-16) 0 var(--space-8);margin-top:var(--space-20)}.footer-inner{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:var(--space-10);max-width:1200px;margin:0 auto;padding:0 var(--space-6)}.footer-brand-col{display:flex;flex-direction:column;gap:var(--space-4)}.footer-tagline{font-size:14px;color:var(--text-muted);line-height:1.6;max-width:240px}.footer-deal-btn{display:inline-flex;align-items:center;padding:8px 16px;background:var(--amber);color:#000;border-radius:999px;font-weight:700;font-size:13px;text-decoration:none;width:fit-content;transition:opacity .2s}.footer-col-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text);margin-bottom:var(--space-6)}.footer-col{display:flex;flex-direction:column;gap:var(--space-3)}.footer-col a{font-size:14px;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--green)}.footer-bottom-bar{margin-top:var(--space-16);padding-top:var(--space-8);border-top:1px solid var(--border)}.footer-bottom-bar .footer-inner{display:flex;justify-content:space-between;align-items:center;grid-template-columns:none;font-size:13px;color:var(--text-muted)}.footer-bottom-links{display:flex;gap:var(--space-6)}.responsive-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(4,1fr);margin-top:var(--space-8)}@media(max-width:992px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.responsive-grid{grid-template-columns:1fr}}.specialized-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-4);justify-content:center;width:100%;max-width:1100px;margin:0 auto}@media(min-width:1200px){.specialized-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.specialized-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}}.spec-card{display:flex;align-items:center;gap:var(--space-4);background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-5);text-decoration:none !important;transition:all .2s cubic-bezier(0.4,0,0.2,1);height:100%;color:var(--text) !important}.spec-card:hover{border-color:var(--green);transform:translateY(-2px);background:rgba(16,185,129,0.04);box-shadow:0 10px 30px -10px rgba(0,0,0,0.5);color:var(--text) !important}.spec-icon{width:42px;height:42px;background:var(--green-dim);border:1px solid rgba(16,185,129,0.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--green);flex-shrink:0}.spec-name{font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:2px}.spec-desc{font-size:12px;color:var(--text-muted)}.spec-footer{margin-top:var(--space-10);text-align:center}.spec-all-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--green);text-decoration:none;transition:opacity .2s}.spec-all-link:hover{opacity:.8}@media(max-width:992px){.footer-inner{grid-template-columns:1fr 1fr;gap:var(--space-8)}.footer-brand-col{grid-column:1 / -1;margin-bottom:var(--space-6)}}@media(max-width:576px){.footer-inner{grid-template-columns:1fr}.footer-bottom-bar .footer-inner{flex-direction:column;gap:var(--space-4);text-align:center}.specialized-grid{grid-template-columns:1fr}}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.2rem 1rem;text-align:center}.stat-value{font-family:var(--font-display);font-size:2rem;font-weight:800;line-height:1;margin-bottom:.3rem}.stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted)}.result-section{position:relative;z-index:1;padding:4rem 0 6rem}.pricing-section{position:relative;z-index:1;padding:5rem 0 6rem}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem 2.5rem;height:100%;position:relative;display:flex;flex-direction:column;transition:transform .2s}.pricing-card:hover{transform:translateY(-4px)}.pricing-card-featured{border-color:var(--green);box-shadow:0 0 0 1px var(--green),0 20px 60px rgba(16,185,129,0.1);background:linear-gradient(135deg,var(--bg-card) 0,rgba(16,185,129,0.03) 100%)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--green);color:#000;font-size:11px;font-weight:800;padding:4px 16px;border-radius:999px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.legal-section{position:relative;z-index:1;padding:5rem 0 6rem}.legal-title{font-family:var(--font-display);font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.grid-4-2-1{display:grid;gap:var(--space-4);grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.grid-4-2-1{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.grid-4-2-1{grid-template-columns:repeat(4,1fr)}}html,body{overflow-x:hidden;width:100%}.hero-section{padding:2.5rem 0 3rem}.hero-title{font-size:1.9rem;letter-spacing:-.5px}.hero-sub{font-size:.92rem}.stats-bar{gap:0;padding:.7rem .5rem;flex-wrap:wrap}.stat-item{padding:.3rem .6rem}.stat-num{font-size:1rem}.stat-divider{display:none}.upload-card{padding:1.2rem}.drop-zone{padding:1.5rem 1rem;min-height:120px}.drop-icon{font-size:1.6rem}.how-it-works{padding:1.5rem}.steps-row{flex-direction:column;gap:1.2rem}.step-arrow{display:none}.step{padding:0;text-align:left;display:flex;gap:16px;align-items:flex-start}.step-icon{font-size:1.5rem;margin-bottom:0;flex-shrink:0;margin-top:2px}.step-num{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--green-dim);border:1px solid var(--green);border-radius:50%;font-size:11px;margin-bottom:0;flex-shrink:0}.step-content{flex:1}.step-title{font-size:1rem;margin-bottom:4px}.step-desc{font-size:.85rem}.specialized-grid{grid-template-columns:1fr 1fr;gap:10px}.specialized-card{padding:1rem}.specialized-card-name{font-size:.85rem}.specialized-card-desc{font-size:.7rem}.testimonial-card{padding:1rem}.meta-strip{flex-direction:column;align-items:flex-start;gap:.6rem;padding:.8rem 1rem}.meta-divider{width:100%;height:1px}.btn-download,.btn-again{width:100%;justify-content:center;margin-right:0;margin-bottom:.5rem}.support-strip{flex-direction:column;align-items:flex-start;gap:.8rem}.support-left{flex-wrap:wrap}.pricing-card{padding:1.5rem 1.2rem;margin-bottom:1rem}.pricing-price{font-size:2rem}.launch-banner{font-size:11px;padding:8px 45px 8px 10px;text-align:left}.banner-cta{font-size:11px;padding:3px 10px}.footer-grid{flex-direction:column;gap:1.5rem}.footer-links{gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:.3rem}.feature-pills{gap:6px}.pill{font-size:11px;padding:3px 10px}.faq-item{padding:.8rem 1rem}.faq-q{font-size:.85rem}.faq-a{font-size:.8rem}.stat-value{font-size:1.8rem}.stat-label{font-size:.7rem}}@media(max-width:992px){.hero-title{font-size:2.2rem}.stats-bar{max-width:100%}}.tools-section{position:relative;z-index:1;padding:4rem 0 6rem}.tool-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;text-decoration:none;color:var(--text);transition:all .2s;height:100%;position:relative;overflow:hidden}.tool-card:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,0.3);color:var(--text)}.tool-card-featured{border-color:rgba(16,185,129,0.3);background:linear-gradient(135deg,var(--bg-card) 0,rgba(16,185,129,0.05) 100%)}.tool-card-icon{font-size:1.8rem;color:var(--green);margin-bottom:1rem}.tool-card-title{font-weight:700;font-size:1rem;margin-bottom:.4rem}.tool-card-desc{font-size:.82rem;color:var(--text-muted);line-height:1.5}.tool-card-badge{position:absolute;top:12px;right:12px;background:var(--green);color:#000;font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.tools-trust{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;font-size:13px;color:var(--text-muted);padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.tools-trust i{color:var(--green);margin-right:5px}.related-tools{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 2rem;margin-top:2rem}.related-tools-title{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.related-tools-grid{display:flex;flex-wrap:wrap;gap:8px}.related-tool-link{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 14px;font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:all .2s}.related-tool-link:hover{border-color:var(--green);color:var(--green)}.tool-card{display:flex !important;flex-direction:column !important;background:var(--bg-card) !important;border:1px solid var(--border) !important;border-radius:var(--radius-lg) !important;padding:1.75rem !important;text-decoration:none !important;color:var(--text) !important;transition:all .2s ease !important;position:relative !important;overflow:hidden !important}.tool-card:hover{border-color:var(--green) !important;transform:translateY(-4px) !important;box-shadow:0 16px 40px rgba(0,0,0,0.4) !important;color:var(--text) !important;text-decoration:none !important}.tool-card-featured{border-color:rgba(16,185,129,0.4) !important;background:linear-gradient(135deg,var(--bg-card) 0,rgba(16,185,129,0.06) 100%) !important}.tool-card-icon{font-size:2rem !important;color:var(--green) !important;margin-bottom:1rem !important;line-height:1 !important}.tool-card-title{font-weight:700 !important;font-size:1.05rem !important;margin-bottom:.5rem !important;color:var(--text) !important}.tool-card-desc{font-size:.85rem !important;color:var(--text-muted) !important;line-height:1.6 !important;flex:1 !important}.tool-card-badge{position:absolute !important;top:14px !important;right:14px !important;background:var(--green) !important;color:#000 !important;font-size:10px !important;font-weight:700 !important;padding:3px 10px !important;border-radius:999px !important;letter-spacing:.5px !important}.platform-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.platform-link{display:inline-flex;align-items:center;gap:7px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 20px;font-size:14px;font-weight:600;color:var(--text-muted);text-decoration:none;transition:all .2s}.platform-link:hover{border-color:var(--green);color:var(--green);text-decoration:none}.platform-link i{font-size:1rem;color:var(--green)}.tools-trust{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;font-size:13px;font-weight:600;color:var(--text-muted);padding:1.2rem 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.tools-trust i{color:var(--green);margin-right:5px}.tools-section{position:relative;z-index:1;padding:4rem 0 6rem}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.specialized-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.2rem;text-decoration:none;color:var(--text);transition:all .2s}.specialized-card:hover{border-color:var(--green);color:var(--text);text-decoration:none;transform:translateY(-2px)}.specialized-card-name{font-weight:700;font-size:.9rem;margin-bottom:3px;color:var(--text)}.specialized-card-desc{font-size:.75rem;color:var(--text-muted)}.platform-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:1rem}.platform-pill{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:999px;padding:5px 14px;font-size:12px;font-weight:600;color:var(--text-muted);text-decoration:none;transition:all .2s}.platform-pill:hover{border-color:var(--green);color:var(--green);text-decoration:none}.related-tools{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-top:1.5rem}.related-tools-title{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.related-tools-grid{display:flex;flex-wrap:wrap;gap:8px}.related-tool-link{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px;font-size:12px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:all .2s}.related-tool-link:hover{border-color:var(--green);color:var(--green);text-decoration:none}.specialized-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 2rem}.specialized-section h2{margin-bottom:1.5rem}.json-output-wrap{background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius-md);margin:1rem 0;max-height:400px;overflow-y:auto}.json-output{font-family:var(--font-mono);font-size:12px;color:var(--green);padding:1rem 1.5rem;margin:0;white-space:pre-wrap;word-break:break-all}.navbar .container{display:flex !important;align-items:center !important;justify-content:space-between !important}@media(min-width:768px){.footer-col-resources{display:grid;grid-template-columns:1fr 1fr;gap:8px 2rem}.footer-col-resources .footer-col-title{grid-column:1 / -1}}@media(max-width:768px){.tool-card{padding:1.25rem !important}.tool-card-icon{font-size:1.6rem !important}.specialized-grid{grid-template-columns:repeat(2,1fr)}.platform-grid{gap:8px}.platform-link{padding:8px 14px;font-size:13px}.tools-trust{gap:1rem;font-size:12px}}.support-cta-card{background:linear-gradient(135deg,var(--bg-card) 0,var(--bg-card2) 100%);border:1px solid var(--green-glow);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-10);box-shadow:0 20px 40px -15px rgba(0,0,0,0.4)}.cta-title{font-family:var(--font-display);font-size:1.75rem;font-weight:800;margin-bottom:var(--space-2);color:var(--text);letter-spacing:-.02em}.cta-text{color:var(--text-muted);margin-bottom:var(--space-6);font-size:1.05rem}.cta-features{display:flex;gap:20px;flex-wrap:wrap}.cta-feature{font-size:13px;font-weight:600;color:var(--green);display:flex;align-items:center;gap:6px}.sample-link:hover{filter:brightness(1.2)}r(--font-display);font-size:1.75rem;font-weight:800;margin-bottom:var(--space-2);color:var(--text);letter-spacing:-.02em}.cta-text{color:var(--text-muted);margin-bottom:var(--space-6);font-size:1.05rem}.cta-features{display:flex;gap:20px;flex-wrap:wrap}.cta-feature{font-size:13px;font-weight:600;color:var(--green);display:flex;align-items:center;gap:6px}.sample-link:hover{filter:brightness(1.2)}a{color:var(--green)}a:hover{color:#00ffa8}.legal-body a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.footer-col a{color:var(--text-muted) !important;text-decoration:none}.footer-col a:hover{color:var(--green) !important}.nav-link-custom{color:var(--text-muted);text-decoration:none}.nav-link-custom:hover{color:var(--text);text-decoration:none}.tool-card,.tool-card:hover,.specialized-card,.specialized-card:hover,.related-tool-link,.related-tool-link:hover,.platform-link,.platform-link:hover,.platform-pill,.platform-pill:hover{text-decoration:none !important}.meta-strip{gap:1rem}@media(max-width:767px){.steps-row{flex-direction:column !important;gap:1.5rem !important;align-items:stretch !important}.step{display:grid !important;grid-template-columns:40px 1fr !important;grid-template-rows:auto auto !important;gap:0 12px !important;text-align:left !important;align-items:start !important}.step-num{grid-column:1;grid-row:1;text-align:center;padding-top:2px}.step-icon{grid-column:1;grid-row:2;font-size:1.4rem !important;text-align:center;margin-bottom:0 !important}.step-title{grid-column:2;grid-row:1;font-size:.95rem;padding-top:0}.step-desc{grid-column:2;grid-row:2;font-size:.82rem}.step-arrow{display:none !important}.stats-bar{display:grid !important;grid-template-columns:1fr 1fr !important;gap:.75rem !important;padding:1rem !important}.stat-divider{display:none !important}.stat-item{padding:.5rem !important;background:rgba(255,255,255,0.03);border-radius:var(--radius-sm)}.upload-card{padding:1.25rem !important;margin:0 !important}.drop-zone{min-height:160px !important;padding:1.5rem 1rem !important}.trust-bar{gap:.75rem !important;font-size:12px !important}.feature-pills{gap:6px !important}.pill{font-size:11px !important;padding:4px 10px !important}.hero-section{padding:2.5rem 0 3rem !important}.hero-title{font-size:2rem !important;letter-spacing:-.03em !important}.hero-sub{font-size:.95rem !important}.launch-banner{font-size:12px !important;padding:8px 45px 8px 12px !important;text-align:left !important}.banner-cta{font-size:11px !important;padding:3px 10px !important}.testimonial-card{padding:1rem !important}.result-title{font-size:1.8rem !important}.btn-download,.btn-again{width:100% !important;justify-content:center !important;margin:0 0 .5rem 0 !important}.support-strip{flex-direction:column !important;gap:1rem !important}.support-left{flex-direction:column !important;align-items:stretch !important}.btn-coffee,.btn-lifetime{text-align:center !important;display:block !important}.share-label{display:none !important}.footer-grid{flex-direction:column !important;gap:2rem !important;padding:2rem 0 1.5rem !important}.footer-brand{max-width:100% !important}.footer-links{flex-direction:column !important;gap:1.5rem !important}.footer-bottom{flex-direction:column !important;text-align:center !important;gap:.5rem !important}.pricing-card{padding:1.5rem 1.25rem !important;margin-bottom:1rem !important}.tools-trust{flex-direction:column !important;gap:.75rem !important;align-items:center !important}.platform-grid{justify-content:flex-start !important}}@media(min-width:768px) and (max-width:991px){.hero-title{font-size:2.4rem !important}.stats-bar{max-width:100% !important;flex-wrap:wrap !important}.steps-row{gap:.5rem !important}.step-desc{font-size:.8rem !important}}html,body{overflow-x:hidden !important;max-width:100vw !important}*{max-width:100% !important}table,pre,.preview-table,.json-output,.viewer-table-wrap{max-width:none !important}@media(max-width:575px){.stat-value{font-size:1.6rem !important}.stat-label{font-size:.65rem !important}.stat-sub{font-size:.65rem !important}}html{overflow-x:hidden}body{overflow-x:hidden;max-width:100vw}.container{max-width:1100px;padding-left:16px;padding-right:16px}a{color:var(--green);text-decoration:none}a:hover{color:#00ffa8;text-decoration:none}a:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:3px}.nav-link-custom{color:var(--text-muted)}.nav-link-custom:hover{color:var(--text)}.nav-link-custom:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:3px}.tool-card{color:var(--text) !important}.tool-card:hover{color:var(--text) !important}.tool-card:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:var(--radius-lg)}.spec-card{color:var(--text) !important}.spec-card:hover{color:var(--text) !important}.related-tool-link{color:var(--text-muted) !important}.related-tool-link:hover{color:var(--green) !important}.platform-link{color:var(--text-muted) !important}.platform-link:hover{color:var(--green) !important}.platform-pill{color:var(--text-muted) !important}.platform-pill:hover{color:var(--green) !important}.legal-body a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.legal-body a:hover{color:#00ffa8}.contact-email a{color:var(--green);text-decoration:none;font-weight:600}.site-footer{position:relative;z-index:1;border-top:1px solid var(--border);padding:3rem 0 0;margin-top:2rem}.footer-inner{display:grid;grid-template-columns:260px 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.footer-brand-col{display:flex;flex-direction:column;gap:1rem}.footer-logo-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;width:fit-content}.footer-tagline{font-size:.82rem;color:var(--text-muted);line-height:1.65}.footer-deal-link{display:inline-flex;align-items:center;gap:6px;background:var(--green-dim);border:1px solid rgba(16,185,129,0.25);color:var(--green) !important;font-size:12px;font-weight:700;padding:6px 14px;border-radius:999px;width:fit-content;transition:all .2s}.footer-deal-link:hover{background:var(--green);color:#000 !important;text-decoration:none}.footer-links-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-heading{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.footer-col a{font-size:.85rem;color:var(--text-muted) !important;text-decoration:none;transition:color .15s;line-height:1.4}.footer-col a:hover{color:var(--green) !important}.footer-bottom{display:flex;align-items:center;gap:.75rem;padding:1.25rem 0;font-size:.78rem;color:var(--text-muted);flex-wrap:wrap}.footer-bottom-sep{opacity:.4}.specialized-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.specialized-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:1.25rem}.spec-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.1rem;text-decoration:none !important;transition:all .2s;height:100%}.spec-card:hover{border-color:var(--green);transform:translateY(-2px);background:rgba(16,185,129,0.04)}.spec-card:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:var(--radius-md)}.spec-icon{font-size:1.4rem;color:var(--green);line-height:1}.spec-name{font-weight:700;font-size:.9rem;color:var(--text);line-height:1.2}.spec-desc{font-size:.78rem;color:var(--text-muted);line-height:1.4}.upload-card{padding:1.75rem}.how-it-works{padding:2rem}.testimonial-card{padding:1.5rem}.faq-item{padding:1rem 1.25rem}.pricing-card{padding:2rem}.related-tools{padding:1.25rem 1.5rem}.support-strip{padding:1rem 1.25rem}.meta-strip{padding:1rem 1.25rem}.hero-section{padding:4rem 0 5rem}.result-section{padding:4rem 0 5rem}.pricing-section{padding:4rem 0 5rem}.legal-section{padding:4rem 0 5rem}.tools-section{padding:4rem 0 5rem}.hero-section .row+.row{margin-top:2.5rem}.btn-fix:focus-visible,.btn-download:focus-visible,.btn-again:focus-visible,.btn-coffee:focus-visible,.btn-lifetime:focus-visible,.btn-pricing-free:focus-visible,.btn-pricing-paid:focus-visible,.banner-cta:focus-visible{outline:2px solid var(--green);outline-offset:3px}.btn-fix:disabled{opacity:.38;cursor:not-allowed;background:var(--text-muted) !important;color:var(--bg) !important;box-shadow:none !important;transform:none !important}.tool-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;text-decoration:none !important;color:var(--text) !important;transition:all .2s ease;height:100%;position:relative;overflow:hidden}.tool-card:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.35)}.tool-card-featured{border-color:rgba(16,185,129,0.35);background:linear-gradient(135deg,var(--bg-card) 0,rgba(16,185,129,0.05) 100%)}.tool-card-icon{font-size:1.8rem;color:var(--green);margin-bottom:.85rem;line-height:1}.tool-card-title{font-weight:700;font-size:1rem;margin-bottom:.4rem;color:var(--text)}.tool-card-desc{font-size:.83rem;color:var(--text-muted);line-height:1.55;flex:1}.tool-card-badge{position:absolute;top:12px;right:12px;background:var(--green);color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:999px;letter-spacing:.3px}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1rem;text-align:center;transition:transform .18s}.stat-card:hover{transform:translateY(-2px)}.stat-value{font-family:var(--font-display);font-size:2.2rem;font-weight:800;line-height:1;margin-bottom:.3rem}.stat-label{font-size:.73rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--text-muted);margin-bottom:.25rem}.stat-sub{font-size:.7rem;color:var(--text-muted);line-height:1.4}.stat-blue{border-color:rgba(59,130,246,0.2);background:var(--blue-dim)}.stat-red{border-color:rgba(239,68,68,0.2);background:var(--red-dim)}.stat-green{border-color:rgba(16,185,129,0.2);background:var(--green-dim)}.stat-yellow{border-color:rgba(245,158,11,0.2);background:var(--yellow-dim)}.stat-blue .stat-value{color:var(--blue)}.stat-red .stat-value{color:var(--red)}.stat-green .stat-value{color:var(--green)}.stat-yellow.stat-value{color:var(--yellow)}.tools-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:13px;font-weight:600;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.5rem}.tools-trust i{color:var(--green);margin-right:5px}.platform-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.platform-link{display:inline-flex;align-items:center;gap:7px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:9px 18px;font-size:14px;font-weight:600;color:var(--text-muted) !important;text-decoration:none !important;transition:all .18s}.platform-link:hover{border-color:var(--green);color:var(--green) !important}.platform-link i{color:var(--green)}@media(max-width:767px){*,*::before,*::after{box-sizing:border-box;max-width:100%}.preview-table,.viewer-table-wrap,.json-output,.json-output-wrap{max-width:none}.hero-section{padding:2rem 0 2.5rem}.hero-title{font-size:clamp(1.75rem,6vw,2.2rem) !important;letter-spacing:-.02em !important}.hero-sub{font-size:.9rem}.hero-label{font-size:11px}.stats-bar{display:grid !important;grid-template-columns:1fr 1fr;gap:.6rem;padding:.75rem !important;max-width:100% !important;margin-bottom:1.5rem !important}.stat-divider{display:none !important}.stat-num{font-size:1.2rem !important}.stat-lbl{font-size:10px !important}.stat-item{padding:.4rem .5rem !important}.upload-card{padding:1.1rem}.drop-zone{min-height:150px !important;padding:1.5rem 1rem !important}.drop-icon{font-size:2rem !important}.drop-text{font-size:.88rem}.drop-hint{font-size:11px}.btn-fix{padding:.85rem 1rem;font-size:.95rem}.trust-bar{gap:.6rem;font-size:11px;padding-top:.85rem;margin-top:.85rem}.trust-item{gap:5px}.feature-pills{gap:5px}.pill{font-size:11px;padding:4px 9px}.steps-row{flex-direction:column !important;gap:1.25rem !important}.step-arrow{display:none !important}.step{display:grid !important;grid-template-columns:36px 1fr;grid-template-rows:auto auto;gap:2px 10px;text-align:left !important;padding:0 !important}.step-num{grid-area:1/1;font-size:10px;text-align:center;padding-top:3px}.step-icon{grid-area:2/1;font-size:1.3rem !important;text-align:center;margin-bottom:0 !important}.step-title{grid-area:1/2;font-size:.9rem;font-weight:700;align-self:center}.step-desc{grid-area:2/2;font-size:.8rem}.testimonial-card{padding:1rem}.testimonial-text{font-size:.85rem}.faq-q{font-size:.9rem}.faq-a{font-size:.82rem}.specialized-grid{grid-template-columns:repeat(2,1fr) !important;gap:8px}.spec-card{padding:.9rem}.spec-icon{font-size:1.2rem}.spec-name{font-size:.82rem}.spec-desc{font-size:.72rem}.launch-banner{font-size:12px !important;padding:7px 42px 7px 10px !important;text-align:left !important}.banner-cta{font-size:11px !important;padding:3px 9px !important}.result-section{padding:2.5rem 0 3.5rem}.result-title{font-size:clamp(1.5rem,5vw,2rem) !important;letter-spacing:-.02em !important}.result-sub{font-size:.88rem}.result-badge{font-size:10px}.stat-value{font-size:1.6rem !important}.meta-strip{flex-direction:column;gap:.6rem;padding:.85rem 1rem}.meta-divider{width:100% !important;height:1px !important}.meta-item{font-size:12px}.btn-download,.btn-again{width:100% !important;justify-content:center !important;margin:0 0 .5rem 0 !important}.support-strip{flex-direction:column;gap:.85rem;padding:.85rem 1rem}.support-left{flex-direction:column;align-items:stretch;gap:.5rem}.btn-coffee,.btn-lifetime{text-align:center;padding:8px 16px;display:block}.support-right{justify-content:flex-start}.preview-card{border-radius:var(--radius-md)}.preview-header{padding:.7rem 1rem}.tools-trust{gap:.75rem;font-size:12px;flex-direction:column;align-items:center}.platform-grid{gap:8px}.platform-link{padding:7px 14px;font-size:13px}.pricing-card{padding:1.5rem 1.1rem}.pricing-price{font-size:2.2rem}.legal-title{font-size:1.8rem}.legal-section{padding:2.5rem 0 3.5rem}.footer-inner{grid-template-columns:1fr !important;gap:2rem !important}.footer-links-wrap{grid-template-columns:repeat(2,1fr) !important;gap:1.25rem !important}.footer-bottom{flex-direction:column;text-align:center;gap:.3rem;padding:1rem 0}.viewer-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}.viewer-actions{flex-wrap:wrap;gap:6px}.viewer-search{width:100%}}@media(min-width:768px) and (max-width:991px){.hero-title{font-size:2.4rem !important}.stats-bar{flex-wrap:wrap;max-width:100%}.steps-row{gap:.4rem}.step-desc{font-size:.8rem}.footer-inner{grid-template-columns:200px 1fr;gap:2rem}.footer-links-wrap{grid-template-columns:repeat(3,1fr)}.specialized-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.footer-inner{grid-template-columns:280px 1fr}.footer-links-wrap{grid-template-columns:repeat(3,1fr)}.specialized-grid{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){.orb{animation:none !important}.badge-dot{animation:none !important}*{transition-duration:.01ms !important}}:focus-visible{outline:2px solid var(--green);outline-offset:3px}html,body{overflow-x:hidden !important;max-width:100vw !important}.container{max-width:1060px;padding-left:1rem;padding-right:1rem}a{color:var(--green)}a:hover{color:#00ffa8}.spec-card,.spec-card:hover,.tool-card,.tool-card:hover,.related-tool-link,.related-tool-link:hover,.platform-link,.platform-link:hover,.platform-pill,.platform-pill:hover,.footer-logo-link,.footer-logo-link:hover,.footer-deal-btn,.footer-deal-btn:hover,.btn-download,.btn-download:hover,.btn-again,.btn-again:hover{text-decoration:none !important}:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:3px}.specialized-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);width:100%;margin-top:var(--space-6)}.spec-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6) var(--space-4);height:100%;min-height:160px;text-decoration:none !important;color:var(--text);transition:all .2s ease;box-sizing:border-box}.spec-card:hover{border-color:var(--green);transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,0.3);color:var(--text);text-decoration:none !important}.spec-card-icon{font-size:1.8rem;color:var(--green);margin-bottom:var(--space-4);line-height:1}.spec-card-name{font-weight:700;font-size:1rem;color:var(--text);margin-bottom:var(--space-2);line-height:1.3}.spec-card-desc{font-size:.85rem;color:var(--text-muted);line-height:1.5}@media(max-width:992px){.specialized-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.specialized-grid{grid-template-columns:1fr}.spec-card{flex-direction:row;text-align:left;justify-content:flex-start;gap:var(--space-4);height:auto;padding:var(--space-4);min-height:unset}.spec-card-icon{margin-bottom:0;font-size:1.5rem;flex-shrink:0}.spec-card-name{margin-bottom:0}}padding-top:1rem;border-top:1px solid var(--border)}.spec-all-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;color:var(--green);text-decoration:none;transition:opacity .18s}.spec-all-link:hover{opacity:.75;color:var(--green)}.site-footer{position:relative;z-index:1;border-top:1px solid var(--border);padding:3rem 0 0;margin-top:4rem}.footer-top{display:flex;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.footer-brand-col{flex:0 0 210px;min-width:0}.footer-logo-link{display:inline-flex;align-items:center;gap:10px;margin-bottom:.75rem;text-decoration:none !important}.footer-tagline{font-size:.79rem;color:var(--text-muted);line-height:1.65;margin-bottom:1rem}.footer-deal-btn{display:inline-flex;align-items:center;gap:5px;background:var(--green-dim);border:1px solid rgba(16,185,129,0.3);border-radius:var(--radius-sm);padding:6px 13px;font-size:12px;font-weight:700;color:var(--green);transition:all .18s}.footer-deal-btn:hover{background:var(--green);color:#000}.footer-links-grid{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 2rem;min-width:0}.footer-col{display:flex;flex-direction:column;gap:6px;min-width:0}.footer-col-title{font-size:10.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:5px}.footer-col a{font-size:.81rem;color:var(--text-muted) !important;text-decoration:none !important;line-height:1.4;transition:color .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-col a:hover{color:var(--green) !important}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;font-size:.73rem;color:var(--text-muted);flex-wrap:wrap;gap:.5rem}.footer-bottom-links{display:flex;gap:1.25rem}.footer-bottom-links a{color:var(--text-muted) !important;text-decoration:none !important;font-size:.73rem;transition:color .15s}.footer-bottom-links a:hover{color:var(--green) !important}.seo-page-section{position:relative;z-index:1;padding:3rem 0 5rem}.seo-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.3rem;list-style:none;padding:0;margin:0 0 2rem;font-size:.78rem;color:var(--text-muted);align-items:center}.seo-breadcrumb ol li::after{content:'›';margin-left:.3rem;opacity:.5}.seo-breadcrumb ol li:last-child::after{content:''}.seo-breadcrumb a{color:var(--text-muted);text-decoration:none}.seo-breadcrumb a:hover{color:var(--green)}.seo-section-title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:1.25rem}.seo-problem-box{background:var(--bg-card);border:1px solid rgba(239,68,68,0.2);border-radius:var(--radius-lg);padding:1.75rem 2rem}.seo-problem-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:8px}.seo-problem-list li{font-size:.9rem;color:var(--text-muted);display:flex;align-items:flex-start;gap:8px;line-height:1.5}.seo-problem-list li::before{content:'✕';color:var(--red);font-weight:700;flex-shrink:0;margin-top:1px}.seo-steps{display:flex;flex-direction:column;gap:1rem}.seo-step{display:flex;align-items:flex-start;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.25rem}.seo-step-num{font-family:var(--font-mono);font-size:.72rem;font-weight:700;color:var(--green);background:var(--green-dim);border:1px solid rgba(16,185,129,0.25);border-radius:var(--radius-sm);width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.seo-step-title{font-weight:700;font-size:.9rem;color:var(--text);margin-bottom:3px}.seo-step-desc{font-size:.83rem;color:var(--text-muted);line-height:1.5}.seo-cta-box{background:var(--green-dim);border:1px solid rgba(16,185,129,0.25);border-radius:var(--radius-lg);padding:2rem;text-align:center}.seo-cta-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.35rem}.seo-cta-sub{font-size:.88rem;color:var(--text-muted)}.comparison-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--border)}.comparison-table{width:100%;border-collapse:collapse;font-size:.88rem}.comparison-table th{background:var(--bg-card2);padding:.8rem 1rem;text-align:left;font-weight:700;font-size:.8rem;color:var(--text-muted);border-bottom:1px solid var(--border-md)}.comparison-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);color:var(--text-muted);vertical-align:top}.comparison-table tr:last-child td{border-bottom:0}.comparison-table tr:hover td{background:rgba(255,255,255,0.02)}.stats-research-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-research-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.stat-research-num{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--green);letter-spacing:-1px;line-height:1;margin-bottom:.4rem}.stat-research-label{font-size:.88rem;color:var(--text);font-weight:600;margin-bottom:.3rem}.stat-research-source{font-size:.72rem;color:var(--text-muted)}.error-rank-list{display:flex;flex-direction:column;gap:10px}.error-rank-item{display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem 1.1rem}.error-rank-num{font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:var(--text-muted);width:20px;flex-shrink:0}.error-rank-body{flex:1;min-width:0}.error-rank-name{font-size:.88rem;font-weight:600;color:var(--text);margin-bottom:5px}.error-rank-bar{height:4px;background:var(--border);border-radius:999px;margin-bottom:4px}.error-rank-fill{height:100%;background:var(--green);border-radius:999px}.error-rank-pct{font-size:.72rem;color:var(--text-muted)}@media(max-width:1024px){.spec-grid{grid-template-columns:repeat(3,1fr)}.footer-links-grid{grid-template-columns:repeat(2,1fr)}.footer-top{gap:2rem}.footer-brand-col{flex:0 0 180px}}@media(max-width:768px){.spec-grid{grid-template-columns:repeat(2,1fr);gap:8px}.spec-card{padding:.75rem .85rem;gap:8px}.spec-card-icon{font-size:1rem;width:22px}.spec-card-name{font-size:.78rem}.spec-card-desc{display:none}.spec-card-arrow{display:none}.footer-top{flex-direction:column;gap:1.75rem;padding-bottom:1.75rem}.footer-brand-col{flex:none;width:100%}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.4rem;padding:1rem 0}.footer-bottom-links{gap:1rem}.steps-row{flex-direction:column !important;gap:1rem !important}.step-arrow{display:none !important}.step{display:flex !important;flex-direction:row !important;align-items:flex-start !important;gap:1rem !important;text-align:left !important}.step-num{display:none !important}.step-icon{font-size:1.4rem !important;margin-bottom:0 !important;flex-shrink:0 !important;width:32px !important;text-align:center !important;padding-top:2px !important}.stats-bar{display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 !important;max-width:100% !important;padding:.6rem !important}.stat-divider{display:none !important}.stat-item{padding:.5rem .75rem !important;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-item:nth-child(2n){border-right:0}.stat-item:nth-last-child(-n+2){border-bottom:0}.stat-num{font-size:1.1rem !important}.stat-lbl{font-size:10px !important}.upload-card{padding:1.1rem !important;margin:0 !important}.drop-zone{min-height:140px !important;padding:1.25rem .75rem !important}.drop-icon{font-size:1.8rem !important}.hero-section{padding:2rem 0 2.5rem !important}.hero-title{font-size:1.8rem !important;letter-spacing:-.02em !important}.hero-sub{font-size:.9rem !important;margin-bottom:1.25rem !important}.launch-banner{font-size:11.5px !important;padding:7px 44px 7px 10px !important;text-align:left !important}.banner-cta{font-size:11px !important;padding:3px 9px !important}.pill{font-size:11px !important;padding:4px 10px !important}.feature-pills{gap:6px !important}.testimonial-card{padding:1rem !important}.testimonial-text{font-size:.88rem !important}.result-title{font-size:1.7rem !important}.result-section{padding:2.5rem 0 4rem !important}.btn-download,.btn-again{width:100% !important;justify-content:center !important;margin:0 0 .5rem 0 !important;display:flex !important}.support-strip{flex-direction:column !important;gap:.75rem !important}.support-left{flex-direction:column !important;align-items:stretch !important}.btn-coffee,.btn-lifetime{text-align:center !important}.meta-strip{flex-direction:column !important;gap:.6rem !important}.meta-divider{display:none !important}.stat-value{font-size:1.7rem !important}.stat-label{font-size:.68rem !important}.stat-sub{font-size:.65rem !important}.tool-card{padding:1.1rem !important}.tool-card-icon{font-size:1.5rem !important}.tool-card-title{font-size:.95rem !important}.tools-trust{flex-direction:column !important;align-items:center !important;gap:.6rem !important;font-size:12px !important}.seo-problem-box{padding:1.25rem !important}.stats-research-grid{grid-template-columns:1fr !important}.comparison-table{font-size:.8rem !important}.comparison-table td,.comparison-table th{padding:.6rem .75rem !important}}@media(max-width:375px){.container{padding-left:.75rem !important;padding-right:.75rem !important}.hero-title{font-size:1.6rem !important}.hero-sub{font-size:.85rem !important}.spec-grid{gap:6px !important}.spec-card{padding:.65rem .75rem !important}.spec-card-icon{font-size:.95rem !important}.spec-card-name{font-size:.75rem !important}.footer-links-grid{grid-template-columns:1fr 1fr !important;gap:1rem !important}.footer-col a{font-size:.76rem !important}.upload-card{padding:.9rem !important}.drop-zone{min-height:120px !important;padding:1rem .5rem !important}.drop-icon{font-size:1.5rem !important}.btn-fix{font-size:.9rem !important;padding:.8rem !important}.launch-banner{font-size:10.5px !important}}html,body{overflow-x:hidden}.container{max-width:1100px !important;margin-left:auto !important;margin-right:auto !important;padding-left:1.25rem !important;padding-right:1.25rem !important}.specialized-section{max-width:1100px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-sizing:border-box}.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%;margin-top:1.5rem}.spec-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem 1rem;height:130px;text-decoration:none !important;color:var(--text);transition:border-color .2s,transform .2s,box-shadow .2s;box-sizing:border-box}.spec-card:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.3);color:var(--text);text-decoration:none !important}.spec-card-icon{font-size:1.6rem;color:var(--green);margin-bottom:.5rem;line-height:1}.spec-card-name{font-weight:700;font-size:.88rem;color:var(--text);margin-bottom:.25rem;line-height:1.3}.spec-card-desc{font-size:.72rem;color:var(--text-muted);line-height:1.3}.spec-footer{display:flex;justify-content:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.spec-all-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;color:var(--green);text-decoration:none}.spec-all-link:hover{color:var(--green);opacity:.75;text-decoration:none}@media(max-width:900px){.spec-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.spec-grid{grid-template-columns:1fr;gap:8px}.spec-card{height:auto;padding:1rem;flex-direction:row;text-align:left;justify-content:flex-start;gap:1rem}.spec-card-icon{font-size:1.4rem;margin-bottom:0;flex-shrink:0}.specialized-section{padding:1.25rem}}.site-footer{position:relative;z-index:1;border-top:1px solid var(--border);margin-top:5rem;padding-top:0}.footer-inner{max-width:1100px;margin:0 auto;padding:3rem 1.25rem 2.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;align-items:start}.footer-brand-col{display:flex;flex-direction:column;gap:.75rem}.footer-logo-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none !important}.footer-tagline{font-size:.79rem;color:var(--text-muted);line-height:1.65;margin:0}.footer-deal-btn{display:inline-flex;align-items:center;gap:5px;background:var(--green-dim);border:1px solid rgba(16,185,129,0.3);border-radius:var(--radius-sm);padding:6px 13px;font-size:12px;font-weight:700;color:var(--green);text-decoration:none !important;transition:all .18s;width:fit-content}.footer-deal-btn:hover{background:var(--green);color:#000}.footer-col{display:flex;flex-direction:column;gap:6px}.footer-col-title{font-size:10.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.footer-col a{font-size:.81rem;color:var(--text-muted) !important;text-decoration:none !important;line-height:1.5;transition:color .15s}.footer-col a:hover{color:var(--green) !important}.footer-bottom-bar{border-top:1px solid var(--border)}.footer-bottom-bar .footer-inner{display:flex;align-items:center;justify-content:space-between;padding-top:1.1rem;padding-bottom:1.1rem;grid-template-columns:unset;gap:0}.footer-bottom-bar span{font-size:.73rem;color:var(--text-muted)}.footer-bottom-links{display:flex;gap:1.25rem}.footer-bottom-links a{font-size:.73rem;color:var(--text-muted) !important;text-decoration:none !important;transition:color .15s}.footer-bottom-links a:hover{color:var(--green) !important}@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem 2.5rem}.footer-brand-col{grid-column:1 / -1}.footer-bottom-bar .footer-inner{grid-template-columns:unset;flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:540px){.footer-inner{grid-template-columns:1fr;padding:2rem 1rem 1.5rem;gap:1.75rem}.footer-brand-col{grid-column:unset}.footer-bottom-bar .footer-inner{flex-direction:column;align-items:flex-start;gap:.4rem;padding-top:.9rem;padding-bottom:1.25rem}}.hero-section,.result-section,.pricing-section,.legal-section,.tools-section,.seo-page-section{overflow-x:hidden}@media(max-width:768px){.steps-row{flex-direction:column !important;gap:1.25rem !important}.step-arrow{display:none !important}.step{display:flex !important;flex-direction:row !important;align-items:flex-start !important;gap:.875rem !important;text-align:left !important}.step-num{display:none !important}.step-icon{font-size:1.4rem !important;margin-bottom:0 !important;flex-shrink:0 !important;width:30px !important;text-align:center !important;padding-top:2px !important}.stats-bar{display:grid !important;grid-template-columns:1fr 1fr !important;max-width:100% !important;padding:.5rem !important}.stat-divider{display:none !important}.stat-item{padding:.6rem .75rem !important}.stat-num{font-size:1.1rem !important}.stat-lbl{font-size:10px !important}.upload-card{padding:1rem !important}.drop-zone{min-height:140px !important;padding:1.25rem .75rem !important}.btn-download,.btn-again{width:100% !important;justify-content:center !important;margin:0 0 .5rem 0 !important;display:flex !important}.meta-strip{flex-direction:column !important;gap:.6rem !important}.meta-divider{display:none !important}.support-strip{flex-direction:column !important}.support-left{flex-direction:column !important}.launch-banner{font-size:11.5px !important;padding:7px 44px 7px 10px !important}.pill{font-size:11px !important;padding:4px 10px !important}.stat-value{font-size:1.7rem !important}}@media(max-width:375px){.container{padding-left:.75rem !important;padding-right:.75rem !important}.hero-title{font-size:1.65rem !important}.upload-card{padding:.875rem !important}.drop-zone{min-height:120px !important}.btn-fix{font-size:.9rem !important}}9rem !important}}html{overflow-x:hidden}body{overflow-x:hidden;max-width:100vw}.container{max-width:1100px;padding-left:16px;padding-right:16px}a{color:var(--green);text-decoration:none}a:hover{color:#00ffa8;text-decoration:none}a:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:3px}.nav-link-custom{color:var(--text-muted)}.nav-link-custom:hover{color:var(--text)}.nav-link-custom:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:3px}.tool-card{color:var(--text) !important}.tool-card:hover{color:var(--text) !important}.tool-card:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:var(--radius-lg)}.spec-card{color:var(--text) !important}.spec-card:hover{color:var(--text) !important}.related-tool-link{color:var(--text-muted) !important}.related-tool-link:hover{color:var(--green) !important}.platform-link{color:var(--text-muted) !important}.platform-link:hover{color:var(--green) !important}.platform-pill{color:var(--text-muted) !important}.platform-pill:hover{color:var(--green) !important}.legal-body a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.legal-body a:hover{color:#00ffa8}.contact-email a{color:var(--green);text-decoration:none;font-weight:600}.site-footer{position:relative;z-index:1;border-top:1px solid var(--border);padding:3rem 0 0;margin-top:2rem}.footer-inner{display:grid;grid-template-columns:260px 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.footer-brand-col{display:flex;flex-direction:column;gap:1rem}.footer-logo-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;width:fit-content}.footer-tagline{font-size:.82rem;color:var(--text-muted);line-height:1.65}.footer-deal-link{display:inline-flex;align-items:center;gap:6px;background:var(--green-dim);border:1px solid rgba(16,185,129,0.25);color:var(--green) !important;font-size:12px;font-weight:700;padding:6px 14px;border-radius:999px;width:fit-content;transition:all .2s}.footer-deal-link:hover{background:var(--green);color:#000 !important;text-decoration:none}.footer-links-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-heading{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.footer-col a{font-size:.85rem;color:var(--text-muted) !important;text-decoration:none;transition:color .15s;line-height:1.4}.footer-col a:hover{color:var(--green) !important}.footer-bottom{display:flex;align-items:center;gap:.75rem;padding:1.25rem 0;font-size:.78rem;color:var(--text-muted);flex-wrap:wrap}.footer-bottom-sep{opacity:.4}.specialized-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.specialized-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:1.25rem}.spec-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.1rem;text-decoration:none !important;transition:all .2s;height:100%}.spec-card:hover{border-color:var(--green);transform:translateY(-2px);background:rgba(16,185,129,0.04)}.spec-card:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:var(--radius-md)}.spec-icon{font-size:1.4rem;color:var(--green);line-height:1}.spec-name{font-weight:700;font-size:.9rem;color:var(--text);line-height:1.2}.spec-desc{font-size:.78rem;color:var(--text-muted);line-height:1.4}.upload-card{padding:1.75rem}.how-it-works{padding:2rem}.testimonial-card{padding:1.5rem}.faq-item{padding:1rem 1.25rem}.pricing-card{padding:2rem}.related-tools{padding:1.25rem 1.5rem}.support-strip{padding:1rem 1.25rem}.meta-strip{padding:1rem 1.25rem}.hero-section{padding:4rem 0 5rem}.result-section{padding:4rem 0 5rem}.pricing-section{padding:4rem 0 5rem}.legal-section{padding:4rem 0 5rem}.tools-section{padding:4rem 0 5rem}.hero-section .row+.row{margin-top:2.5rem}.btn-fix:focus-visible,.btn-download:focus-visible,.btn-again:focus-visible,.btn-coffee:focus-visible,.btn-lifetime:focus-visible,.btn-pricing-free:focus-visible,.btn-pricing-paid:focus-visible,.banner-cta:focus-visible{outline:2px solid var(--green);outline-offset:3px}.btn-fix:disabled{opacity:.38;cursor:not-allowed;background:var(--text-muted) !important;color:var(--bg) !important;box-shadow:none !important;transform:none !important}.tool-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;text-decoration:none !important;color:var(--text) !important;transition:all .2s ease;height:100%;position:relative;overflow:hidden}.tool-card:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.35)}.tool-card-featured{border-color:rgba(16,185,129,0.35);background:linear-gradient(135deg,var(--bg-card) 0,rgba(16,185,129,0.05) 100%)}.tool-card-icon{font-size:1.8rem;color:var(--green);margin-bottom:.85rem;line-height:1}.tool-card-title{font-weight:700;font-size:1rem;margin-bottom:.4rem;color:var(--text)}.tool-card-desc{font-size:.83rem;color:var(--text-muted);line-height:1.55;flex:1}.tool-card-badge{position:absolute;top:12px;right:12px;background:var(--green);color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:999px;letter-spacing:.3px}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1rem;text-align:center;transition:transform .18s}.stat-card:hover{transform:translateY(-2px)}.stat-value{font-family:var(--font-display);font-size:2.2rem;font-weight:800;line-height:1;margin-bottom:.3rem}.stat-label{font-size:.73rem;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--text-muted);margin-bottom:.25rem}.stat-sub{font-size:.7rem;color:var(--text-muted);line-height:1.4}.stat-blue{border-color:rgba(59,130,246,0.2);background:var(--blue-dim)}.stat-red{border-color:rgba(239,68,68,0.2);background:var(--red-dim)}.stat-green{border-color:rgba(16,185,129,0.2);background:var(--green-dim)}.stat-yellow{border-color:rgba(245,158,11,0.2);background:var(--yellow-dim)}.stat-blue .stat-value{color:var(--blue)}.stat-red .stat-value{color:var(--red)}.stat-green .stat-value{color:var(--green)}.stat-yellow.stat-value{color:var(--yellow)}.tools-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:13px;font-weight:600;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.5rem}.tools-trust i{color:var(--green);margin-right:5px}.platform-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.platform-link{display:inline-flex;align-items:center;gap:7px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:9px 18px;font-size:14px;font-weight:600;color:var(--text-muted) !important;text-decoration:none !important;transition:all .18s}.platform-link:hover{border-color:var(--green);color:var(--green) !important}.platform-link i{color:var(--green)}@media(max-width:767px){*,*::before,*::after{box-sizing:border-box;max-width:100%}.preview-table,.viewer-table-wrap,.json-output,.json-output-wrap{max-width:none}.hero-section{padding:2rem 0 2.5rem}.hero-title{font-size:clamp(1.75rem,6vw,2.2rem) !important;letter-spacing:-.02em !important}.hero-sub{font-size:.9rem}.hero-label{font-size:11px}.stats-bar{display:grid !important;grid-template-columns:1fr 1fr;gap:.6rem;padding:.75rem !important;max-width:100% !important;margin-bottom:1.5rem !important}.stat-divider{display:none !important}.stat-num{font-size:1.2rem !important}.stat-lbl{font-size:10px !important}.stat-item{padding:.4rem .5rem !important}.upload-card{padding:1.1rem}.drop-zone{min-height:150px !important;padding:1.5rem 1rem !important}.drop-icon{font-size:2rem !important}.drop-text{font-size:.88rem}.drop-hint{font-size:11px}.btn-fix{padding:.85rem 1rem;font-size:.95rem}.trust-bar{gap:.6rem;font-size:11px;padding-top:.85rem;margin-top:.85rem}.trust-item{gap:5px}.feature-pills{gap:5px}.pill{font-size:11px;padding:4px 9px}.steps-row{flex-direction:column !important;gap:1.25rem !important}.step-arrow{display:none !important}.step{display:grid !important;grid-template-columns:36px 1fr;grid-template-rows:auto auto;gap:2px 10px;text-align:left !important;padding:0 !important}.step-num{grid-area:1/1;font-size:10px;text-align:center;padding-top:3px}.step-icon{grid-area:2/1;font-size:1.3rem !important;text-align:center;margin-bottom:0 !important}.step-title{grid-area:1/2;font-size:.9rem;font-weight:700;align-self:center}.step-desc{grid-area:2/2;font-size:.8rem}.testimonial-card{padding:1rem}.testimonial-text{font-size:.85rem}.faq-q{font-size:.9rem}.faq-a{font-size:.82rem}.specialized-grid{grid-template-columns:repeat(2,1fr) !important;gap:8px}.spec-card{padding:.9rem}.spec-icon{font-size:1.2rem}.spec-name{font-size:.82rem}.spec-desc{font-size:.72rem}.launch-banner{font-size:12px !important;padding:7px 42px 7px 10px !important;text-align:left !important}.banner-cta{font-size:11px !important;padding:3px 9px !important}.result-section{padding:2.5rem 0 3.5rem}.result-title{font-size:clamp(1.5rem,5vw,2rem) !important;letter-spacing:-.02em !important}.result-sub{font-size:.88rem}.result-badge{font-size:10px}.stat-value{font-size:1.6rem !important}.meta-strip{flex-direction:column;gap:.6rem;padding:.85rem 1rem}.meta-divider{width:100% !important;height:1px !important}.meta-item{font-size:12px}.btn-download,.btn-again{width:100% !important;justify-content:center !important;margin:0 0 .5rem 0 !important}.support-strip{flex-direction:column;gap:.85rem;padding:.85rem 1rem}.support-left{flex-direction:column;align-items:stretch;gap:.5rem}.btn-coffee,.btn-lifetime{text-align:center;padding:8px 16px;display:block}.support-right{justify-content:flex-start}.preview-card{border-radius:var(--radius-md)}.preview-header{padding:.7rem 1rem}.tools-trust{gap:.75rem;font-size:12px;flex-direction:column;align-items:center}.platform-grid{gap:8px}.platform-link{padding:7px 14px;font-size:13px}.pricing-card{padding:1.5rem 1.1rem}.pricing-price{font-size:2.2rem}.legal-title{font-size:1.8rem}.legal-section{padding:2.5rem 0 3.5rem}.footer-inner{grid-template-columns:1fr !important;gap:2rem !important}.footer-links-wrap{grid-template-columns:repeat(2,1fr) !important;gap:1.25rem !important}.footer-bottom{flex-direction:column;text-align:center;gap:.3rem;padding:1rem 0}.viewer-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}.viewer-actions{flex-wrap:wrap;gap:6px}.viewer-search{width:100%}}@media(min-width:768px) and (max-width:991px){.hero-title{font-size:2.4rem !important}.stats-bar{flex-wrap:wrap;max-width:100%}.steps-row{gap:.4rem}.step-desc{font-size:.8rem}.footer-inner{grid-template-columns:200px 1fr;gap:2rem}.footer-links-wrap{grid-template-columns:repeat(3,1fr)}.specialized-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.footer-inner{grid-template-columns:280px 1fr}.footer-links-wrap{grid-template-columns:repeat(3,1fr)}.specialized-grid{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){.orb{animation:none !important}.badge-dot{animation:none !important}*{transition-duration:.01ms !important}}:focus-visible{outline:2px solid var(--green);outline-offset:3px}.specialized-wrap{max-width:1000px !important;margin:0 auto !important;display:block !important}.specialized-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:16px !important;margin-top:1.5rem !important;width:100% !important}.spec-card{display:flex !important;flex-direction:column !important;width:100% !important;height:100% !important;text-align:left !important}@media(max-width:767px){.specialized-grid{grid-template-columns:1fr !important}}@media(min-width:768px) and (max-width:991px){.specialized-grid{grid-template-columns:repeat(2,1fr) !important}}@media(min-width:992px){.specialized-grid{grid-template-columns:repeat(3,1fr) !important}}.site-footer{width:100% !important;margin-top:4rem !important}.footer-inner{display:grid !important;grid-template-columns:300px 1fr !important;gap:3rem !important;max-width:1100px !important;margin:0 auto !important}.footer-links-wrap{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:2rem !important}@media(max-width:991px){.footer-inner{grid-template-columns:1fr !important;text-align:center !important;gap:2rem !important}.footer-brand-col{align-items:center !important;text-align:center !important}.footer-tagline{margin:0 auto !important}.footer-links-wrap{grid-template-columns:repeat(2,1fr) !important}}@media(max-width:576px){.footer-links-wrap{grid-template-columns:1fr !important}}.specialized-wrap{margin-left:auto !important;margin-right:auto !important;max-width:1000px !important}.specialized-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:16px !important;margin-top:1.5rem !important;width:100% !important}.spec-card{display:flex !important;flex-direction:column !important;width:auto !important;max-width:100% !important;height:100% !important}@media(max-width:767px){.specialized-grid{grid-template-columns:1fr !important}}@media(min-width:768px) and (max-width:991px){.specialized-grid{grid-template-columns:repeat(2,1fr) !important}}@media(min-width:992px){.specialized-grid{grid-template-columns:repeat(3,1fr) !important}}.site-footer{text-align:left !important}.footer-inner{display:grid !important;grid-template-columns:280px 1fr !important;gap:3rem !important}@media(max-width:991px){.footer-inner{grid-template-columns:1fr !important;text-align:center !important}.footer-brand-col{align-items:center !important;margin-bottom:2rem !important}.footer-links-wrap{grid-template-columns:repeat(2,1fr) !important;gap:1.5rem !important}}@media(max-width:575px){.footer-links-wrap{grid-template-columns:1fr !important}}.specialized-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:16px !important;width:100% !important;margin-top:1.5rem !important}.spec-card{display:flex !important;flex-direction:column !important;width:100% !important;height:100% !important;text-align:left !important}@media(max-width:767px){.specialized-grid{grid-template-columns:1fr !important}}@media(min-width:768px) and (max-width:991px){.specialized-grid{grid-template-columns:repeat(2,1fr) !important}}@media(min-width:992px){.specialized-grid{grid-template-columns:repeat(3,1fr) !important}}.specialized-wrap{max-width:1000px !important;margin:0 auto !important}.site-footer{width:100% !important;margin-top:4rem !important}.footer-inner{display:grid !important;grid-template-columns:300px 1fr !important;gap:3rem !important;max-width:1100px !important;margin:0 auto !important}.footer-links-wrap{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:2rem !important}@media(max-width:991px){.footer-inner{grid-template-columns:1fr !important;text-align:center !important;gap:2.5rem !important}.footer-brand-col{align-items:center !important}.footer-links-wrap{grid-template-columns:repeat(2,1fr) !important}}@media(max-width:575px){.footer-links-wrap{grid-template-columns:1fr !important}}.tools-grid-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:1.5rem}.tool-suite-card{display:flex;flex-direction:column;align-items:center;gap:12px;background:var(--bg-card2);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1rem;text-decoration:none;color:var(--text) !important;transition:all .2s cubic-bezier(0.4,0,0.2,1);text-align:center}.tool-suite-card:hover{border-color:var(--green);background:rgba(16,185,129,0.04);transform:translateY(-2px);box-shadow:0 8px 25px -8px rgba(0,0,0,0.4)}.tool-suite-icon{width:44px;height:44px;background:var(--green-dim);border:1px solid rgba(16,185,129,0.15);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--green);flex-shrink:0}.tool-suite-name{font-weight:600;font-size:.925rem;color:var(--text);line-height:1.3}.tool-suite-featured{background:linear-gradient(135deg,var(--bg-card2) 0,rgba(16,185,129,0.06) 100%);border-color:rgba(16,185,129,0.35)}.tool-suite-featured .tool-suite-name{color:var(--green)}@media(max-width:992px){.tools-grid-compact{gap:10px}}@media(max-width:576px){.tools-grid-compact{grid-template-columns:1fr;gap:8px}.tool-suite-card{flex-direction:row;justify-content:flex-start;text-align:left;gap:14px;padding:.95rem 1rem}.tool-suite-icon{width:38px;height:38px;font-size:1.1rem}.tool-suite-name{font-size:.9rem}}@media(max-width:400px){.tools-grid-compact{gap:6px}.tool-suite-card{padding:.85rem .875rem;gap:12px}.tool-suite-icon{width:34px;height:34px;font-size:1rem}}