:root{--background:#fff;--surface:#fff;--surface-soft:#f6f7f9;--surface-accent:#f2f5ff;--text:#171b24;--text-soft:#596170;--text-faint:#7b8391;--border:#e2e5ea;--border-strong:#cdd2da;--accent:#3458d4;--accent-dark:#2847b5;--accent-soft:#e8edff;--success:#18724c;--success-soft:#eaf7f0;--danger:#ae353c;--danger-soft:#fff1f2;--heading:#000;--surface-raised:#fff;--drop-background:#edf4ff;--drop-background-hover:#e7f0ff;--drop-border:#b9c8df;--drop-border-hover:#7185ca;--accent-border:#b9c5ee;--validation-text:#842b31;--spinner-track:#c5cbd4;--shadow:rgb(31 45 70/8%);--button-text:#fff;--button-spinner-track:hsla(0,0%,100%,.45);--radius:14px;--radius-small:9px;--container:1120px;--converter-width:740px;font-family:Figtree,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--background);font-optical-sizing:auto;font-variation-settings:"wdth" 100;font-synthesis:none}:root[data-theme=dark]{--background:#0f1420;--surface:#171d2b;--surface-soft:#202838;--surface-accent:#202a48;--text:#f3f5fa;--text-soft:#b7c0d0;--text-faint:#8d98aa;--border:#2d3648;--border-strong:#414d63;--accent:#7d9cff;--accent-dark:#9bb1ff;--accent-soft:#202d55;--success:#71d6aa;--success-soft:#16362d;--danger:#ff9299;--danger-soft:#401f27;--heading:#f8faff;--surface-raised:#1b2231;--drop-background:#17243a;--drop-background-hover:#1b2b45;--drop-border:#526783;--drop-border-hover:#7d9cff;--accent-border:#526cae;--validation-text:#ffb0b5;--spinner-track:#526075;--shadow:rgba(0,0,0,.28);--button-text:#10182a;--button-spinner-track:rgba(15,20,32,.35)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:78px;color-scheme:light;background:var(--background)}html[data-theme=dark]{color-scheme:dark}body{margin:0;min-width:320px;color:var(--text);background:var(--background);line-height:1.6}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit}svg{display:block}h1,h2,h3{color:var(--heading);font-family:Open Sans,sans-serif}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow,.hero-kicker{margin:0 0 9px;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-header{height:66px;position:relative;z-index:10;border:0;background:var(--background)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{width:190px;height:46px;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.brand-logo-dark,:root[data-theme=dark] .brand-logo-light{display:none}:root[data-theme=dark] .brand-logo-dark{display:block}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--accent)}.brand-mark svg{width:20px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.brand-arrow{margin-inline:4px;color:var(--accent)}.header-actions{display:flex;align-items:center}.theme-toggle{width:34px;height:34px;padding:0;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--text-soft);background:var(--surface);cursor:pointer}.theme-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--surface-accent)}.theme-toggle svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-icon-sun{display:none}:root[data-theme=dark] .theme-icon-sun{display:block}:root[data-theme=dark] .theme-icon-moon{display:none}.hero{background:var(--background)}.hero-inner{max-width:var(--container)}.hero-intro{margin-bottom:16px;padding:32px 0 26px}.hero-copy{max-width:760px;margin-inline:auto;text-align:center}.hero h1{margin:0;color:var(--heading);font-size:clamp(2.6rem,5vw,3.1rem);line-height:1.04;letter-spacing:-.055em}.hero-copy>p:last-child{max-width:680px;margin:18px auto 0;color:var(--text-soft);font-size:1.08rem;line-height:1.75}.converter-card{width:min(100%,var(--converter-width));position:relative;margin-inline:auto;padding:12px 12px 20px;border:1px solid var(--border-strong);border-radius:18px;background:var(--surface);box-shadow:0 10px 30px var(--shadow)}.converter-window-bar{min-height:32px;padding:0 5px 9px;display:flex;gap:10px;align-items:center;color:var(--text-soft);font-size:.72rem}.window-dots{display:inline-flex;gap:6px}.window-dots i{width:10px;height:10px;display:block;border-radius:50%;background:#ff7169}.window-dots i:nth-child(2){background:#f4bb4f}.window-dots i:nth-child(3){background:#67bd6b}.window-title{font-weight:650}.window-count{margin-left:auto;color:var(--text);font-variant-numeric:tabular-nums}.converter-heading{margin:0 2px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.converter-heading h2{margin:1px 0 0;font-size:1.18rem;line-height:1.25;letter-spacing:-.02em}.converter-label{margin:0;color:var(--accent);font-size:.68rem;font-weight:850;letter-spacing:.1em}.local-badge{display:inline-flex;gap:6px;align-items:center;padding:6px 9px;border-radius:999px;color:var(--success);background:var(--success-soft);font-size:.7rem;font-weight:750}.local-badge svg{width:15px;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.drop-zone{min-height:160px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1.5px dashed var(--drop-border);border-radius:14px;background:var(--drop-background);cursor:pointer;text-align:center;transition:border-color .15s,background-color .15s}.drop-zone:hover{border-color:var(--drop-border-hover);background:var(--drop-background-hover)}.drop-zone-active{border-color:var(--accent);background:var(--surface-accent)}.upload-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:14px;border-radius:13px;color:var(--accent);background:var(--accent-soft)}.upload-icon svg{width:27px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.drop-title{margin:0;color:var(--text);font-size:1.06rem;font-weight:760;letter-spacing:-.01em}.drop-action{margin:4px 0 0;display:flex;gap:4px;align-items:center;justify-content:center}.drop-action,.drop-action span{color:var(--text-soft);font-size:.82rem}.drop-action small{font-size:.78rem}.drop-help{margin:7px 0 0;display:flex;gap:7px;align-items:center;justify-content:center;color:var(--text-faint);font-size:.72rem;white-space:nowrap}.drop-help strong{color:var(--text-soft);font-weight:700}.format-example{width:min(100%,370px);margin-top:24px;padding-top:14px;display:flex;gap:10px;align-items:center;justify-content:center;border-top:1px solid var(--border);color:var(--text-faint);font-size:.68rem;letter-spacing:.025em}.format-example svg{width:15px;stroke:var(--text-faint);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.format-example strong{color:var(--success);font-weight:800}.validation-box{position:relative;margin-top:14px;padding:14px 105px 14px 15px;border-left:3px solid var(--danger);border-radius:var(--radius-small);color:var(--validation-text);background:var(--danger-soft);font-size:.8rem}.validation-heading{display:flex;gap:7px;align-items:center}.validation-heading svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}.validation-box ul{margin:5px 0 0 25px;padding:0}.dismiss-button{position:absolute;top:13px;right:14px;padding:2px;border:0;color:inherit;background:none;font-size:.76rem;font-weight:750;cursor:pointer}.file-list-wrap{margin-top:12px;border-radius:11px;background:transparent;scroll-margin-block:90px}.list-toolbar{min-height:44px;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.list-toolbar p{margin:0;color:var(--text-soft);font-size:.78rem}.toolbar-actions{display:flex;gap:15px}.text-button{padding:3px;border:0;color:var(--accent);background:none;font-size:.76rem;font-weight:750;cursor:pointer}.text-button:hover{text-decoration:underline}.text-button-muted{color:var(--text-faint)}.file-list{max-height:250px;margin:0;padding:0;display:grid;gap:7px;list-style:none;overflow-y:auto;background:transparent}.file-item{min-height:50px;padding:7px 9px;display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;gap:9px;align-items:center;border:1px solid var(--border);border-radius:9px;background:var(--surface-raised)}.file-icon{width:30px;height:30px;display:grid;place-items:center;color:var(--accent);border-radius:50%;background:var(--accent-soft)}.file-icon svg{width:17px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.file-details{min-width:0}.file-name{margin:0;overflow:hidden;color:var(--text);font-size:.84rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.file-meta{display:flex;flex-wrap:wrap;gap:5px;align-items:center;margin:2px 0 0;color:var(--text-faint);font-size:.7rem}.file-meta strong{max-width:230px;overflow:hidden;color:var(--success);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.file-error{color:var(--danger)}.file-error,.file-warning{max-width:500px;margin:3px 0 0;font-size:.71rem;line-height:1.35}.file-warning,.status{color:var(--text-soft)}.status{min-width:80px;display:inline-flex;gap:6px;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:var(--surface-soft);font-size:.69rem;font-weight:750}.status-converted{color:var(--success);background:var(--success-soft)}.status-error{color:var(--danger);background:var(--danger-soft)}.status svg{width:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.spinner{width:13px;height:13px;flex:0 0 auto;border:2px solid var(--spinner-track);border-top-color:var(--accent);border-radius:50%;animation:spin .75s linear infinite}.spinner-light{border-color:var(--button-spinner-track);border-top-color:var(--button-text)}@keyframes spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.spinner{animation-duration:1.5s}}.file-actions{display:flex;gap:5px;align-items:center}.file-download{min-height:34px;padding:6px 10px;display:inline-flex;gap:6px;align-items:center;border:1px solid var(--accent-border);border-radius:7px;color:var(--accent);background:var(--surface-raised);font-size:.72rem;font-weight:750;cursor:pointer}.file-download:hover{background:var(--surface-accent)}.file-download svg{width:16px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:7px;color:var(--text-faint);background:transparent;cursor:pointer}.icon-button:hover{color:var(--danger);background:var(--danger-soft)}.icon-button svg{width:18px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.conversion-summary{min-height:58px;margin-top:10px;padding:10px 0 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border-top:1px solid var(--border);background:transparent}.clear-button{justify-self:start}.summary-status{margin:0;display:flex;gap:8px;align-items:center;color:var(--text-soft);font-size:.78rem;font-weight:600}.summary-status svg{width:19px;flex:0 0 auto;color:var(--success);stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.button{min-height:40px;padding:8px 15px;display:inline-flex;gap:8px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;font-size:.78rem;font-weight:780;cursor:pointer}.button svg{width:17px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.button-primary{color:var(--button-text);background:var(--accent)}.button-primary:hover:not(:disabled){background:var(--accent-dark)}.button:disabled{opacity:.42;cursor:not-allowed}.metadata-line{margin:10px 2px 0;color:var(--text-faint);font-size:.68rem;text-align:right}.converter-privacy{margin:10px 4px 1px;color:var(--text-soft);font-size:.7rem;text-align:center}.trust-strip{width:100%;margin-inline:auto;padding:22px 0 0;flex-wrap:wrap;gap:10px 24px}.trust-strip,.trust-strip p{display:flex;align-items:center;justify-content:center}.trust-strip p{margin:0;padding:0;gap:9px;color:var(--text-soft);font-size:15px}.trust-strip p+p{border-left:0}.trust-strip svg{width:18px;flex:0 0 auto;color:var(--accent);stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.trust-strip strong{color:var(--text);font-weight:760}.benefits-section{background:var(--background)}.benefit-grid,.use-case-grid{margin:0;padding:0;list-style:none}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:15px;overflow:hidden}.benefit-grid li{min-height:156px;padding:24px;display:flex;gap:14px;align-items:flex-start;background:var(--surface-raised)}.benefit-grid li:not(:nth-child(3n+1)){border-left:1px solid var(--border)}.benefit-grid li:nth-child(n+4){border-top:1px solid var(--border)}.feature-icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;color:var(--accent);background:var(--accent-soft)}.feature-icon svg{width:19px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.benefit-grid h3,.use-case-grid h3{margin:1px 0 5px;font-size:.92rem;line-height:1.35}.benefit-grid p,.use-case-grid p{margin:0;color:var(--text-soft);font-size:.78rem;line-height:1.55}.process-section{padding:78px 0;background:var(--background)}.process-layout{display:grid;grid-template-columns:1fr;gap:30px}.process-heading{max-width:620px;margin-inline:auto;text-align:center}.process-heading h2,.section h2{margin:0;font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.17;letter-spacing:-.035em}.process-heading>p:last-child{margin:12px 0 0;color:var(--text-soft)}.steps-flow{width:min(100%,900px);margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;list-style:none}.steps-flow li{position:relative;min-height:190px;padding:24px;display:block;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.steps-flow li:not(:last-child):after{display:none}.step-number{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;color:var(--accent);border-radius:50%;background:var(--accent-soft);font-size:.72rem;font-weight:850}.steps-flow li>div{margin-top:20px}.steps-flow h3{margin:0 0 6px;font-size:1rem;line-height:1.3}.steps-flow p{margin:0;color:var(--text-soft);font-size:.76rem;line-height:1.55}.process-action{text-align:center}.process-action .button{min-width:200px}.section{padding:86px 0}.process-section+.section{padding-top:58px}.section-soft{background:var(--background)}.section-heading{max-width:640px;margin:0 auto 40px;text-align:center}.section-heading-left{margin-inline:0;text-align:left}.section-heading>p:last-child{margin:12px 0 0;color:var(--text-soft)}.comparison-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.comparison-copy h2{margin-bottom:18px}.comparison-copy>p:not(.eyebrow){margin:0 0 13px;color:var(--text-soft);font-size:.91rem}.comparison-table-wrap{padding:8px 0;border:1px solid var(--border);border-radius:12px;background:var(--surface-raised);overflow:hidden}table{width:100%;border-collapse:collapse;font-size:.82rem}td,th{padding:13px 17px;border-bottom:1px solid var(--border);text-align:left}thead th{color:var(--text-faint);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}tbody th{color:var(--text);font-weight:680}tbody td{color:var(--text-soft)}tbody td:last-child{color:var(--accent-dark);font-weight:650}tbody tr:last-child td,tbody tr:last-child th{border-bottom:0}.privacy-section{background:var(--background)}.privacy-layout{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);gap:clamp(48px,8vw,90px);align-items:center}.privacy-copy{max-width:590px}.privacy-copy h2{margin-bottom:18px}.privacy-copy>p:not(.eyebrow){margin:0 0 13px;color:var(--text-soft);font-size:.9rem}.privacy-card{margin:0;padding:8px 20px;border:1px solid var(--accent-border);border-radius:13px;background:var(--surface-raised)}.privacy-card div{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px}.privacy-card div+div{border-top:1px solid var(--border)}.privacy-card dt{color:var(--text-soft);font-size:.78rem}.privacy-card dd{margin:0;color:var(--success);font-size:.78rem;font-weight:760}.use-cases-section{background:var(--background)}.use-case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.use-case-grid li{min-height:190px;padding:24px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.use-case-grid li:hover{border-color:var(--accent)}.faq-section{background:var(--background)}.faq-list{background:var(--surface-raised)}.final-cta-section{padding-top:42px;background:var(--background)}.final-cta{min-height:430px;padding:64px 38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;border:1px solid #111b37;border-radius:22px;color:#fff;text-align:center;background-color:#030920;background-image:linear-gradient(hsla(0,0%,100%,.06) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.06) 1px,transparent 0);background-size:48px 48px;overflow:hidden}.final-cta h2{margin:0;color:#fff;font-size:clamp(2.5rem,5vw,3.8rem);line-height:.98;letter-spacing:-.045em}.final-cta h2 em{color:#fff;font-family:Open Sans,sans-serif;font-size:.9em;font-weight:400;line-height:.95;letter-spacing:-.055em}.final-cta .cta-summary{margin:34px 0 0;color:#aab0c0;font-size:1rem;font-weight:600}.cta-button{min-width:288px;min-height:56px;margin-top:42px;padding-inline:28px;border-radius:11px;font-size:1rem;box-shadow:0 12px 28px #1b43da47;flex:0 0 auto}.final-cta .cta-note{margin:24px 0 0;color:#858da1;font-size:.78rem;font-weight:600}.faq-layout{display:grid;grid-template-columns:1fr;gap:26px}.faq-layout .section-heading{max-width:680px;margin:0 auto;text-align:center}.faq-list{width:min(100%,900px);margin-inline:auto;border:1px solid var(--border);border-radius:17px;overflow:hidden}.faq-list details{border-bottom:1px solid var(--border)}.faq-list details:last-child{border-bottom:0}.faq-list summary{min-height:62px;padding:18px 20px;display:flex;gap:18px;align-items:center;justify-content:space-between;color:var(--text);font-size:.91rem;font-weight:720;line-height:1.35;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{position:relative;width:24px;height:24px;flex:0 0 auto;border:1px solid var(--border-strong);border-radius:50%;color:var(--text-faint);transition:border-color .16s ease,color .16s ease}.faq-list summary span svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;transition:transform .16s ease}.faq-list details[open] summary span{border-color:var(--accent);color:var(--accent)}.faq-list details[open] summary span svg{transform:rotate(45deg)}.faq-answer{max-width:760px;margin:-8px 64px 19px 20px;color:var(--text-soft);font-size:.86rem;line-height:1.55}.faq-list details .faq-answer p{margin:0;color:inherit;font-size:inherit;line-height:inherit}.faq-answer p+p,.faq-answer ul+p{margin-top:10px!important}.faq-answer ul{margin:10px 0;padding-left:20px}.faq-answer li+li{margin-top:5px}.faq-answer a{display:inline-block;margin-top:10px;color:var(--accent);font-weight:700}.faq-toggle{margin-top:17px;padding:7px 0;display:inline-flex;gap:7px;align-items:center;border:0;color:var(--accent);background:transparent;font-size:.78rem;font-weight:750;cursor:pointer}.faq-toggle svg{width:15px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.faq-toggle svg.is-open{transform:rotate(180deg)}.site-footer{padding:24px 0;border-top:1px solid var(--border)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-summary{display:grid;gap:2px}.footer-inner p{margin:0;color:var(--text-faint);font-size:.74rem}.footer-inner strong{color:var(--text-soft)}.footer-summary .footer-copyright{margin-top:7px;color:var(--text-soft);font-weight:650}.footer-nav{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}.footer-nav a{color:var(--text-soft);font-size:.76rem;font-weight:650;text-decoration:none}.footer-nav a:hover{color:var(--accent)}.content-page{min-height:100vh;display:flex;flex-direction:column}.content-page-main{flex:1;padding:70px 0 90px;border-top:1px solid var(--border)}.content-page-container{max-width:850px}.back-home{width:-moz-fit-content;width:fit-content;margin-bottom:34px;padding:8px 12px 8px 9px;display:inline-flex;gap:6px;align-items:center;border:1px solid var(--border);border-radius:var(--radius-small);color:var(--text-soft);background:var(--surface);font-size:.8rem;font-weight:700;text-decoration:none;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.back-home:hover{border-color:var(--accent-border);color:var(--accent);background:var(--surface-accent)}.back-home svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.prose-page-header{margin-bottom:46px}.prose-page-header h1{max-width:760px;margin:0;font-size:clamp(2.15rem,5vw,3.7rem);line-height:1.08;letter-spacing:-.045em}.prose-page-header>p:last-child{max-width:690px;margin:18px 0 0;color:var(--text-soft);font-size:1rem}.prose-page section+section{margin-top:38px}.page-cta h2,.prose-page section h2{margin:0 0 12px;font-size:1.28rem;letter-spacing:-.02em}.prose-page section li,.prose-page section p{color:var(--text-soft);font-size:.94rem}.prose-page section p{margin:0 0 12px}.prose-page section a{color:var(--accent)}.prose-page section ul{padding-left:22px}.prose-page section li+li{margin-top:8px}.placeholder-notice{margin:-14px 0 42px;padding:14px 16px;border:1px solid var(--accent-border);border-radius:var(--radius-small);color:var(--text-soft);background:var(--surface-accent);font-size:.82rem}.content-table-wrap{margin:18px 0;overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-small)}.content-table{width:100%;border-collapse:collapse}.content-table td,.content-table th{min-width:150px;padding:14px 16px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.content-table th{color:var(--heading);background:var(--surface-soft);font-size:.8rem}.content-table td{color:var(--text-soft);font-size:.84rem}.content-table tr:last-child td{border-bottom:0}.faq-page .prose-page-header{margin-bottom:38px}.faq-page .faq-list{margin-bottom:56px}.faq-page-list{display:grid;gap:32px}.faq-page-item{padding:0}.faq-page-item h2{margin:0 0 10px;font-size:1.08rem;line-height:1.35;letter-spacing:-.015em}.faq-page-item li,.faq-page-item p{color:var(--text-soft);font-size:.91rem;line-height:1.65}.faq-page-item p{margin:0}.faq-page-item p+p,.faq-page-item ul+p{margin-top:10px}.faq-page-item ul{margin:10px 0;padding-left:22px}.faq-page-item li+li{margin-top:6px}.faq-page-item a{display:inline-block;margin-top:10px;color:var(--accent);font-size:.88rem;font-weight:700}.faq-page-contact{margin-top:54px}.faq-page-contact h2{margin:0 0 12px;font-size:1.28rem;letter-spacing:-.02em}.faq-page-contact p{margin:0;color:var(--text-soft);font-size:.94rem}.faq-page-contact p+p{margin-top:8px}.faq-page-contact a{color:var(--accent);font-weight:700}.page-cta{margin-top:58px;padding:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);text-align:center}.page-cta p{margin:0 auto 20px;color:var(--text-soft);font-size:.9rem}.page-cta .button{display:inline-flex;text-decoration:none}.benefit-grid li,.comparison-table-wrap,.converter-card,.drop-zone,.faq-list,.file-download,.file-item,.privacy-card,.site-header,.steps-flow li,.theme-toggle,.use-case-grid li,body,h1,h2,h3{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}@media(prefers-reduced-motion:reduce){.benefit-grid li,.comparison-table-wrap,.converter-card,.drop-zone,.faq-list,.file-download,.file-item,.privacy-card,.site-header,.steps-flow li,.theme-toggle,.use-case-grid li,body,h1,h2,h3{transition:none}}@media(max-width:860px){.theme-toggle{margin-left:0}.hero-copy{max-width:680px;text-align:center}.hero-copy,.hero-copy>p:last-child{margin-inline:auto}.process-layout{gap:28px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid li{border-left:0!important;border-top:0}.benefit-grid li:nth-child(2n){border-left:1px solid var(--border)!important}.benefit-grid li:nth-child(n+3){border-top:1px solid var(--border)}.comparison-layout{grid-template-columns:1fr;gap:38px}.privacy-layout{grid-template-columns:1fr;gap:30px}.privacy-copy{max-width:680px}.use-case-grid{grid-template-columns:repeat(2,1fr)}.faq-layout{grid-template-columns:1fr;gap:18px}.faq-layout .section-heading{margin-bottom:0}}@media(max-width:680px){.container{width:min(100% - 28px,var(--container))}.hero{padding-top:36px}.hero-intro{margin-bottom:18px;padding:0 0 18px}.hero-copy>p:last-child{font-size:.93rem}.converter-card{padding:14px 14px 20px;border-radius:15px}.converter-heading{margin:2px 2px 14px}.converter-heading h2{font-size:1.05rem}.drop-zone{min-height:200px;padding:22px 12px 18px}.drop-help{max-width:270px}.format-example{gap:7px;font-size:.62rem}.validation-box{padding-right:14px;padding-bottom:42px}.dismiss-button{top:auto;right:12px;bottom:10px}.list-toolbar{padding-inline:11px}.file-item{grid-template-columns:38px minmax(0,1fr) auto;gap:9px;padding:12px 10px}.file-icon{width:38px;height:38px}.file-state{grid-column:2;justify-self:start}.file-actions{grid-column:2/4;justify-content:flex-end}.file-download{flex:1;justify-content:center}.status{min-width:0}.conversion-summary{grid-template-columns:1fr;align-items:stretch}.button{width:100%}.metadata-line{text-align:center}.trust-strip{padding:18px 2px 21px;align-items:flex-start;flex-direction:column;gap:9px}.trust-strip p{padding:0;justify-content:flex-start}.trust-strip p+p{border-left:0}.benefit-grid{grid-template-columns:1fr}.benefit-grid li{min-height:0;padding:20px}.benefit-grid li,.benefit-grid li:nth-child(2n){border-left:0!important}.benefit-grid li:nth-child(n+2){border-top:1px solid var(--border)}.process-section,.section{padding:62px 0}.process-section{padding-bottom:40px}.process-section+.section{padding-top:44px}.steps-flow{grid-template-columns:1fr;gap:20px}.steps-flow li{min-height:0;padding:20px}.steps-flow li:not(:last-child):after{content:"";display:block;position:absolute;top:auto;bottom:-21px;left:38px;width:1px;height:20px;background:var(--border)}.comparison-table-wrap{margin-inline:-3px;overflow-x:auto}.privacy-layout{gap:24px}.privacy-card{padding-inline:15px}.use-case-grid{grid-template-columns:1fr;gap:10px}.use-case-grid li{min-height:0;padding:20px}td,th{min-width:94px;padding:11px}.faq-list{border-radius:14px}.faq-list summary{min-height:58px;padding:16px}.faq-answer{margin:-5px 52px 17px 16px}.final-cta{min-height:390px;padding:48px 22px;border-radius:18px;background-size:48px 48px}.cta-button{width:min(100%,288px);min-width:0}.footer-inner{flex-direction:column;align-items:flex-start;gap:18px}.footer-nav{display:flex;gap:10px 18px;justify-content:flex-start}.content-page-main{padding:48px 0 64px}.placeholder-notice,.prose-page-header{margin-bottom:34px}.page-cta{padding:28px 18px}}
