@charset "UTF-8";
:root{--ink:#172337;--muted:#697487;--accent:#6356e8;--blue:#4669ee;--line:#e6e9f0;--paper:#f8f9fd;--radius:18px;--shadow:0 14px 50px #2437630a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.6 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,input,select,textarea{font:inherit}button,a,input,summary,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}input,textarea,select{max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #456be9;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.2;letter-spacing:-.035em}h1{font-size:clamp(2.15rem,4.1vw,3.35rem);font-weight:740}h2{font-size:2rem;font-weight:700}h3{font-size:1.13rem;letter-spacing:-.015em}p{color:var(--muted)}.container{width:min(1120px,calc(100% - 48px));margin-inline:auto}.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}.site-header{height:88px;border-bottom:1px solid var(--line);background:#fff}.header-inner{height:100%;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.7rem;font-weight:780;letter-spacing:-.07em;color:#202d45}.brand-mark{display:grid;place-items:center;width:37px;height:37px;border-radius:11px;background:linear-gradient(140deg,#5276f1,#8050df);color:white}.brand-mark .icon{width:25px;height:25px}.brand img{max-width:42px;max-height:42px}.brand-dot{color:#7565ec}.header-inner nav{display:flex;gap:23px;margin-left:auto}.header-inner nav a{font-size:.86rem;font-weight:600;white-space:nowrap}.header-inner nav a[aria-current=page]{color:var(--accent)}.free-label{font-size:.76rem;font-weight:650;background:#eef8f3;color:#358467;padding:6px 12px;border-radius:30px;white-space:nowrap}.menu-toggle{display:none;border:0;background:none;font-size:1.6rem}.converter-section{padding-top:44px;max-width:980px}.hero{text-align:center;margin-bottom:31px}.eyebrow{font-size:.72rem;letter-spacing:.16em;font-weight:750;color:#776b9e;text-transform:uppercase}.hero .eyebrow{display:flex;justify-content:center;align-items:center;gap:7px;margin-bottom:13px}.hero .eyebrow .icon{width:17px;height:17px}.hero h1{margin-bottom:13px}.hero p{font-size:1rem}.converter{border:1px solid #e0e4ee;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;background:#fff}.converter-top{padding:17px 27px;background:#fbfcff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:.86rem;font-weight:650}.converter-top>span{display:flex;align-items:center;gap:8px}.converter-top>span>.icon{color:#7864de;width:19px}.converter-top .secure-note{font-size:.76rem;color:#788397;font-weight:400}.converter-top .secure-note .icon{width:16px;color:#8894a7}.converter-body{padding:26px 30px 22px}.dropzone{border:1.5px dashed #ccd0ed;background:linear-gradient(135deg,#f9faff,#faf8ff);border-radius:12px;text-align:center;padding:24px 20px 20px;transition:background .2s,border .2s}.dropzone.dragging{background:#edeaff;border-color:var(--accent)}.upload-symbol{width:45px;height:45px;background:#eeeafe;color:#7661e2;display:grid;place-items:center;border-radius:13px;margin:0 auto 10px}.dropzone h2{font-size:1.11rem;letter-spacing:-.015em}.dropzone p{font-size:.83rem;margin:5px 0 14px}.primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(105deg,#5067e8,#7754dc);color:#fff;border:0;border-radius:9px;padding:12px 24px;font-size:.88rem;font-weight:650;box-shadow:0 5px 13px #6457da24;transition:transform .15s,box-shadow .15s}.primary:hover{color:white;box-shadow:0 7px 18px #6457da38;transform:translateY(-1px)}.primary .icon{width:18px;height:18px}.secondary{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 18px;color:var(--ink);font-size:.9rem}.file-button{position:relative;cursor:pointer}.file-button input{position:absolute;inset:0;opacity:0;width:100%;cursor:pointer}.file-button:focus-within{outline:3px solid var(--blue);outline-offset:4px}.upload-limit{display:block;margin-top:12px;color:#8892a4;font-size:.74rem}.setting-heading{display:flex;align-items:center;gap:10px;margin:23px 0 12px}.setting-heading h2{font-size:.93rem;letter-spacing:0}.setting-heading>span:last-child:not(.step-number){margin-left:auto;font-size:.74rem;color:#8b93a3}.step-number{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#7160c7;background:#f0edfc;font-size:.75rem;font-weight:650}.formats{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;border:0;padding:0;margin:0}.format-option{cursor:pointer;position:relative}.format-option input{position:absolute;opacity:0}.format-option>span{display:flex;flex-direction:column;text-align:center;justify-content:center;height:64px;border:1px solid var(--line);border-radius:9px;font-weight:700;font-size:.89rem;transition:.15s}.format-option small{font-size:.61rem;color:#9a9fb0;font-weight:400;margin-top:3px;white-space:nowrap}.format-option input:checked+span{color:#6654d4;background:#f4f1ff;border-color:#8a73e5;box-shadow:0 0 0 1px #b4a1f31a}.format-option input:checked+span small{color:#8975bb}.format-option input:focus-visible+span{outline:3px solid var(--blue);outline-offset:3px}.format-option input:disabled+span{opacity:.4;cursor:not-allowed}.quality-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.quality-select{border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;padding:2px 12px;gap:9px;min-height:49px}.quality-select>span{font-size:.77rem;color:var(--muted);white-space:nowrap}.quality-select select{border:0;flex:1;min-width:0;background:white;font-size:.85rem;font-weight:550;padding:7px}.quality-tip{display:flex;align-items:center;gap:12px;font-size:.77rem;color:#7c879c}.quality-tip>.icon{width:30px;height:30px;color:#a49ac9}.quality-tip small{font-size:.71rem;color:#9cA4b4}.advanced{margin-top:21px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.83rem}.advanced summary{padding:15px 0;cursor:pointer;font-weight:550;list-style:none;display:flex;gap:15px;align-items:center}.advanced summary:before{content:'+';font-size:1.05rem;color:#8892a4}.advanced[open] summary:before{content:'−'}.advanced-caption{margin-left:auto;color:#9bA3b3;font-size:.73rem;font-weight:400}.advanced-grid,.edit-controls{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:8px 0 18px}label{display:block;font-size:.88rem;font-weight:550}label input:not([type=checkbox]):not([type=radio]):not([type=file]),label select,label textarea{display:block;width:100%;border:1px solid #dce0e9;background:#fff;border-radius:8px;padding:10px 12px;margin-top:6px;color:var(--ink)}.quality-select select{margin:0;border:0}.convert-row{display:flex;align-items:center;gap:16px;justify-content:space-between;padding-top:19px}.convert-row p{font-size:.73rem;line-height:1.7}.convert-row p>.icon{width:14px;height:14px;color:#8695a1;margin-right:3px}.convert-row p>a{color:#8a94a4;margin-left:22px;text-decoration:underline;text-underline-offset:3px}.convert-button{min-width:208px;min-height:47px}.trust-row{display:flex;justify-content:center;gap:30px;padding:18px 0;font-size:.74rem;color:#8891a2}.trust-row>span{display:flex;align-items:center;gap:6px}.trust-row .icon{height:15px;width:15px;color:#91a19b}.section{padding-block:44px}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.section-title h2{font-size:1.7rem;margin-top:8px}.section-title>span{font-size:.85rem;color:#8891a2}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:.83rem;color:#7060ca;font-weight:600}.text-link .icon{width:17px}.conversion-links{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.conversion-links a{border:1px solid var(--line);border-radius:9px;padding:16px 13px;font-size:.85rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:10px;transition:.15s}.conversion-links a .icon{width:15px;color:#9aa1b0}.conversion-links a:hover{border-color:#b3a3ef;background:#faf9ff}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{position:relative;border:1px solid var(--line);border-radius:13px;padding:24px;transition:transform .18s,border-color .18s;background:white}.tool-card:hover{transform:translateY(-3px);border-color:#bba8ec;color:var(--ink)}.tool-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;color:#8063c9;background:#f4effd;margin-bottom:18px}.tool-card:nth-child(3n+2) .tool-icon{color:#5683c6;background:#edf4ff}.tool-card:nth-child(3n) .tool-icon{color:#4b9a89;background:#ebf7f3}.tool-card p{font-size:.86rem;margin-top:8px;padding-right:14px}.card-arrow{position:absolute;top:29px;right:24px;color:#b7bdca}.card-arrow .icon{width:17px}.how-section{background:#f7f8fc;padding:54px 0;margin-top:35px}.how-section h2{margin-top:12px;font-size:1.9rem}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.how-section .three-grid{margin-top:32px}.big-number{font-size:2rem;color:#afa4d5;font-weight:300;letter-spacing:-.06em}.three-grid h3{margin:14px 0 9px}.three-grid p{font-size:.9rem}.formats-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;padding-top:65px}.formats-section h2{margin:12px 0 15px}.formats-section p{font-size:.92rem;max-width:380px}.format-cloud{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.format-cloud span{border:1px solid var(--line);background:#fafbfe;border-radius:10px;padding:10px 19px;color:#66758c;font-size:.88rem;font-weight:650}.feature-grid .icon{color:#8873be;height:29px;width:29px}.privacy-banner{display:flex;align-items:center;gap:23px;background:#f6f4fb;padding:27px 30px;border-radius:14px;margin-block:30px}.privacy-icon{color:#9881ca}.privacy-icon .icon{width:39px;height:39px}.privacy-banner h2{font-size:1.2rem;margin-bottom:7px}.privacy-banner p{font-size:.83rem}.privacy-banner>a{display:flex;align-items:center;gap:10px;margin-left:auto;font-size:.81rem;color:#7c6c9f}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.guide-card{border:1px solid var(--line);border-radius:13px;overflow:hidden}.guide-art{height:156px;display:grid;place-items:center;background:#edf1fe;color:#6482c9}.guide-art span{font-size:1.65rem;font-weight:600;letter-spacing:-.04em}.guide-art.purple{background:#f0ecfa;color:#8971b5}.guide-art.teal{background:#eaf5f3;color:#5c9b91}.guide-art img{width:100%;height:100%;object-fit:cover}.guide-card>div:last-child{padding:23px}.guide-card h3{line-height:1.35;margin:10px 0}.guide-card p{font-size:.83rem;margin-bottom:18px}.guide-card .eyebrow{font-size:.64rem}.faq-section{display:grid;grid-template-columns:1fr 1.6fr;gap:65px;padding-block:30px}.faq-section h2{margin:13px 0 18px}.faq-section>div>p{font-size:.9rem}.faq-section a{color:var(--accent)}.faq-section details{border-bottom:1px solid var(--line)}.faq-section summary{padding:20px 22px 20px 0;position:relative;font-size:.93rem;font-weight:550;cursor:pointer;list-style:none}.faq-section summary:after{content:'+';position:absolute;right:0;color:#8c91a2}.faq-section details[open] summary:after{content:'−'}.faq-section details p{padding:0 18px 18px 0;font-size:.89rem}.site-footer{margin-top:62px;border-top:1px solid var(--line);background:#fbfcfe;padding-top:45px}.footer-top{display:flex;justify-content:space-between;gap:50px;padding-bottom:36px}.footer-top p{font-size:.87rem;margin:12px 0 18px}.footer-top>div:last-child{max-width:410px}.footer-top h2{font-size:1rem;margin:10px 0 20px}.footer-links{display:flex;gap:13px 24px;flex-wrap:wrap;font-size:.81rem;color:#7a8597}.footer-bottom{border-top:1px solid var(--line);padding-block:20px;display:flex;justify-content:space-between;font-size:.72rem;color:#9ca4b1}.breadcrumbs{font-size:.79rem;color:#8993a4;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.page-intro{padding-block:65px 40px}.page-intro h1{margin:14px 0}.content-columns,.article-layout{display:grid;grid-template-columns:2fr 1fr;gap:70px;padding-block:60px}.prose h1{margin:20px 0}.prose h2{font-size:1.65rem;margin:30px 0 15px}.prose h3{margin:24px 0 12px}.prose p{margin:0 0 18px;line-height:1.85}.prose li{color:var(--muted);margin-bottom:10px}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose img{max-width:100%;border-radius:10px}.legal{max-width:800px;padding-block:50px}.related{border:1px solid var(--line);padding:24px;border-radius:13px;align-self:start}.related h2{font-size:1.15rem;margin-bottom:20px}.related>a:not(.primary){display:flex;justify-content:space-between;gap:15px;padding:13px 0;font-size:.85rem;border-bottom:1px solid var(--line)}.related .icon{width:16px}.related .guide-link{margin-top:20px;color:var(--accent)}.file-list:empty{display:none}.file-list{margin-top:18px;display:grid;gap:9px}.file-row{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px;padding:12px}.file-row>div{min-width:0;flex:1}.file-row strong{font-size:.85rem;display:block;overflow-wrap:anywhere}.file-row small{font-size:.75rem;color:var(--muted)}.file-row button{border:0;background:#f4f3f9;border-radius:5px;padding:4px 8px;color:#777}.file-row button .icon{width:16px;height:16px}.file-row audio{max-width:210px;height:30px}.inline-note{font-size:.85rem;margin-top:17px}.edit-controls{margin-top:14px}.range-label{margin-top:18px}.range-label output{float:right}.range-label input{accent-color:var(--accent)}#status{font-size:.88rem;margin-top:10px}#status.error{padding:12px;background:#fff1f0;color:#a54140;border-radius:8px}#progress{width:100%;height:8px;accent-color:var(--accent);margin-top:15px}.result-card{background:#f2faf6;border:1px solid #d5ebdf;border-radius:10px;padding:18px;margin-top:14px;display:flex;gap:18px;align-items:center;justify-content:space-between}.result-card h3{font-size:1rem;overflow-wrap:anywhere}.result-card p{font-size:.8rem;margin-top:6px}.result-card a{white-space:nowrap}.empty-page{padding:90px 0;min-height:55vh}.empty-page p{margin:20px 0 30px}.form-card{padding:25px;border:1px solid var(--line);border-radius:14px;display:grid;gap:17px}.honeypot{position:absolute;left:-9999px}.ad-slot{margin:32px auto;padding:24px;max-width:1000px;background:#fafafa;min-height:100px;text-align:center}.ad-slot>span{display:block;font-size:.75rem;color:#777}.adsbygoogle{display:block}.cookie-banner{position:fixed;bottom:18px;left:18px;right:18px;max-width:750px;margin:auto;padding:20px;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 5px 60px #14263c40;z-index:10}.cookie-banner p{margin-bottom:12px;font-size:.9rem}.cookie-banner a{font-size:.85rem;margin-left:12px}.cookie-settings{position:fixed;bottom:8px;left:8px;background:#fff;border:1px solid var(--line);border-radius:6px;font-size:.75rem;padding:6px;z-index:9}.skip{position:fixed;top:-100px;left:12px;padding:10px;background:white;z-index:100}.skip:focus{top:10px}.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}[hidden]{display:none!important}
@media(min-width:1450px){.converter-section{padding-top:55px}.dropzone{padding-block:29px}.hero{margin-bottom:35px}}@media(max-width:1100px){.header-inner nav{gap:14px}.header-inner nav a{font-size:.78rem}.header-inner{gap:16px}.header-inner>.free-label{display:none}.conversion-links{grid-template-columns:repeat(3,1fr)}.formats{grid-template-columns:repeat(4,1fr)}.format-option small{font-size:.7rem}.converter-section{max-width:900px}.privacy-banner>a{max-width:180px}.quality-tip{font-size:.74rem}.three-grid{gap:28px}}@media(max-width:760px){.container{width:calc(100% - 32px)}.site-header{height:72px}.brand{font-size:1.55rem}.menu-toggle{display:block;margin-left:auto}.header-inner nav{display:none;position:absolute;top:71px;left:0;right:0;padding:24px;background:white;box-shadow:0 10px 20px #20325413;z-index:8;flex-direction:column}.header-inner nav.open{display:flex}.header-inner nav a{font-size:1rem;padding:5px}.converter-section{padding-top:30px}.hero .eyebrow{font-size:.66rem}.hero h1{font-size:2.15rem;line-height:1.15}.hero p{font-size:.9rem;margin-inline:10px}.converter-top{padding:14px 18px}.secure-note{display:none!important}.converter-body{padding:18px}.dropzone{padding:22px 12px}.formats{gap:7px}.format-option>span{height:59px}.format-option small{font-size:.58rem}.setting-heading>span:last-child:not(.step-number){display:none}.quality-row{grid-template-columns:1fr;gap:12px}.quality-tip{display:none}.advanced-caption{display:none}.convert-row{flex-direction:column-reverse;gap:14px}.convert-button{width:100%}.convert-row p{text-align:center}.trust-row{flex-wrap:wrap;gap:8px 17px;font-size:.66rem}.section{padding-block:30px}.section-title{align-items:start;flex-direction:column;gap:12px}.section-title h2{font-size:1.55rem}.section-title>span{display:none}.conversion-links{grid-template-columns:repeat(2,1fr);gap:9px}.conversion-links a{font-size:.82rem;padding:13px}.tool-grid{grid-template-columns:repeat(2,1fr);gap:10px}.tool-card{padding:18px}.tool-card h3{font-size:1rem}.tool-card p{font-size:.79rem;padding:0}.card-arrow{display:none}.tool-icon{margin-bottom:15px}.how-section{padding:38px 0}.how-section h2{font-size:1.6rem}.three-grid{grid-template-columns:1fr;gap:26px}.how-section .three-grid{gap:20px}.big-number{font-size:1.6rem}.three-grid h3{margin-top:6px}.formats-section{grid-template-columns:1fr;gap:25px}.formats-section h2 br{display:none}.format-cloud{justify-content:flex-start;gap:8px}.format-cloud span{padding:8px 14px;font-size:.8rem}.feature-grid{gap:28px}.privacy-banner{flex-wrap:wrap;gap:15px;padding:23px}.privacy-banner>div{flex:1;min-width:220px}.privacy-banner>a{margin-left:0;max-width:none}.guide-grid{grid-template-columns:1fr;gap:20px}.guide-art{height:140px}.faq-section{grid-template-columns:1fr;gap:15px}.faq-section h2{font-size:1.65rem}.faq-section h2 br{display:none}.footer-top{flex-direction:column;gap:30px}.footer-bottom{gap:20px;align-items:start}.footer-bottom span:last-child{display:none}.content-columns,.article-layout{grid-template-columns:1fr;gap:30px;padding-block:35px}.page-intro{padding-top:40px}.page-intro h1{font-size:2.1rem}.file-row{gap:8px;flex-wrap:wrap}.file-row audio{width:100%;max-width:none}.result-card{flex-direction:column;align-items:stretch}.result-card .primary{width:100%}.cookie-banner .primary,.cookie-banner .secondary{margin:4px}.cookie-banner a{display:block;margin-top:8px}.advanced-grid{grid-template-columns:1fr 1fr}.quality-select>span{font-size:.73rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
