:root{--ink:#20211f;--muted:#74766f;--line:#e8e9e5;--surface:#f8faf8;--blue:#2783de;--blue-soft:#e8f3fd;--green:#46a171;--orange:#d5803b;--shadow:0 18px 50px rgba(35,49,39,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1120px,calc(100% - 48px));margin:0 auto}.narrow{width:min(1000px,calc(100% - 48px))}.site-header{height:76px;border-bottom:1px solid rgba(232,233,229,.78);background:rgba(255,255,255,.9);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.header-inner,.footer-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:9px;font-weight:750;letter-spacing:-.04em;font-size:20px}.brand-mark{width:30px;height:30px;display:grid;place-items:center;color:var(--blue);border:1px solid #cfe5f7;border-radius:9px;background:#f3f9fe}.brand-mark svg{width:21px;height:21px}.brand-mark.small{width:26px;height:26px;border-radius:8px}.brand-accent{color:var(--blue)}.nav{display:flex;align-items:center;gap:30px;color:#61635e;font-size:14px}.nav a:hover,.footer-inner nav a:hover,.quiet-link:hover{color:var(--blue)}.hero{padding:76px 0 88px;background:radial-gradient(circle at 82% 18%,#eef8ff 0,rgba(238,248,255,.54) 18%,rgba(255,255,255,0) 43%),linear-gradient(180deg,#fff 0,#fbfcfb 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);gap:70px;align-items:center}.hero-copy{padding-bottom:18px}.eyebrow{display:flex;align-items:center;gap:9px;color:var(--blue);font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.12em;margin:0 0 18px}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #e7f3ec}.hero h1{font-size:clamp(40px,5vw,65px);line-height:1.05;letter-spacing:-.065em;margin:0 0 24px;font-weight:790}.headline-soft{color:#92958e}.hero-lead{color:#666962;font-size:18px;line-height:1.65;max-width:500px;margin:0 0 26px}.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:#61635e;font-size:13px}.trust-row span{display:inline-flex;align-items:center;gap:6px}.trust-row svg,.secure-label svg,.converter-footer svg{width:16px;height:16px;stroke:var(--green);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.converter-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:18px}.card-topline{display:flex;align-items:center;gap:8px;color:#6d7069;font-size:12px;font-weight:650;padding:3px 5px 15px}.status-dot{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px #e8f4ed}.secure-label{margin-left:auto;display:flex;align-items:center;gap:5px;color:#858981;font-weight:550}.secure-label svg{stroke:#8b9a8d;width:15px}.dropzone{border:1.5px dashed #c9d9cd;border-radius:16px;background:linear-gradient(180deg,#fbfefc,#f7fbf8);min-height:335px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 22px;transition:.2s ease}.dropzone.dragover{border-color:var(--blue);background:#f2f8fe;transform:translateY(-1px)}.dropzone:focus-visible{outline:3px solid #b9ddfa;outline-offset:3px}.upload-icon{width:64px;height:64px;border-radius:18px;background:#eaf5fd;color:var(--blue);display:grid;place-items:center;margin-bottom:18px}.upload-icon svg{width:39px;height:39px}.dropzone h2{font-size:20px;letter-spacing:-.025em;margin:0 0 5px}.dropzone p{color:#7e817a;margin:0 0 20px;font-size:14px}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border:none;border-radius:10px;background:var(--blue);color:#fff;cursor:pointer;font-weight:700;box-shadow:0 6px 16px rgba(39,131,222,.2);transition:.2s ease}.primary-button:hover{background:#1f73c4;transform:translateY(-1px)}.primary-button:focus-visible,.text-button:focus-visible{outline:3px solid #b9ddfa;outline-offset:3px}.primary-button svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.upload-help{font-size:12px!important;color:#969a92!important;margin:18px 0 0!important}.file-list{display:grid;gap:8px;margin-top:12px}.file-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f7faf8;border:1px solid #e7eee9;border-radius:10px}.file-thumb{width:34px;height:34px;border-radius:8px;background:#e5f2fc;color:var(--blue);display:grid;place-items:center;flex:0 0 auto}.file-thumb svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.file-meta{min-width:0;flex:1}.file-name{font-size:13px;font-weight:650;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file-status{font-size:12px;color:#858981}.file-status.error{color:#d85e52}.download-button{border:1px solid #cde1f1;background:#fff;color:var(--blue);border-radius:8px;padding:7px 10px;font-size:12px;font-weight:700;cursor:pointer}.download-button:hover{background:#eff8fe}.download-button[disabled]{opacity:.5;cursor:wait}.converter-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 4px 1px;color:#858981;font-size:12px}.converter-footer span{display:flex;align-items:center;gap:6px}.text-button{border:0;background:none;color:#b24f47;cursor:pointer;font-size:12px;font-weight:650;padding:5px}.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:30px 0;gap:24px}.proof-item{display:flex;align-items:center;gap:13px}.proof-item strong,.proof-item div span{display:block}.proof-item strong{font-size:14px;margin-bottom:2px}.proof-item div span{font-size:12px;color:#858981}.proof-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}.proof-icon svg{width:23px;height:23px;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.proof-icon.blue{background:#eaf5fd;color:var(--blue)}.proof-icon.green{background:#e8f4ed;color:var(--green)}.proof-icon.orange{background:#fff1e5;color:var(--orange)}.proof-icon svg{stroke:currentColor}.content-section{padding:106px 0 114px}.content-section h2,.seo-section h2,.faq-section h2{font-size:clamp(34px,4.2vw,52px);line-height:1.08;letter-spacing:-.055em;margin:0 0 44px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{border:1px solid var(--line);border-radius:16px;padding:25px 24px 27px;background:#fff;min-height:205px}.step-number{font-size:12px;color:var(--blue);font-weight:800;letter-spacing:.1em}.step-card h3{font-size:18px;letter-spacing:-.025em;margin:27px 0 10px}.step-card p{margin:0;color:#777a73;font-size:14px;line-height:1.65}.seo-section{padding:94px 0;background:#f8faf8;border-top:1px solid #eef0ed;border-bottom:1px solid #eef0ed}.seo-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:start}.seo-grid h2{max-width:410px;margin-bottom:0}.seo-copy{padding-top:4px;color:#6c7069;font-size:16px;line-height:1.72}.seo-copy p{margin:0 0 18px}.keyword-links{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px}.keyword-links a,.quiet-link{font-size:13px;color:var(--blue);font-weight:750}.keyword-links a span,.quiet-link span{padding-left:5px}.faq-section{padding:98px 0 110px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.section-heading h2{margin-bottom:38px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;font-size:16px;font-weight:680;padding:22px 36px 22px 0;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:5px;top:17px;color:var(--blue);font-size:25px;font-weight:400}details[open] summary:after{content:'−'}details p{color:#74776f;font-size:14px;line-height:1.7;max-width:760px;margin:0 0 22px}.site-footer{border-top:1px solid var(--line);padding:28px 0;background:#fff}.footer-inner{gap:22px}.footer-inner p{margin:0;color:#92958e;font-size:12px}.footer-inner nav{display:flex;gap:20px;color:#70736d;font-size:13px}.page-main{padding:86px 0 110px}.page-hero{max-width:700px;margin-bottom:52px}.page-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.05;letter-spacing:-.06em;margin:0 0 20px}.page-hero p{color:#6f726c;font-size:18px;line-height:1.65}.article{max-width:740px;color:#555951}.article h2{color:var(--ink);font-size:27px;letter-spacing:-.035em;margin:44px 0 12px}.article h3{color:var(--ink);font-size:19px;margin:28px 0 8px}.article p,.article li{line-height:1.75}.article ul{padding-left:21px}.article a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.notice{border:1px solid #dcebe1;background:#f5fbf7;border-radius:14px;padding:18px 20px;color:#48715a;margin:28px 0}.faq-page-list details{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;padding:0 18px}.faq-page-list summary{padding:18px 28px 18px 0}.faq-page-list summary:after{right:0;top:13px}.faq-page-list details p{padding-right:12px}.no-js{padding:20px;background:#fff1e5;color:#74421d;text-align:center}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:45px}.hero-copy{padding-bottom:0}.hero{padding-top:58px}.converter-card{max-width:680px}.seo-grid{gap:50px}.proof-grid{gap:14px}}@media(max-width:680px){.container,.narrow{width:min(100% - 32px,1120px)}.site-header{height:66px}.nav{gap:14px;font-size:12px}.nav a:first-child{display:none}.hero{padding:47px 0 58px}.hero h1{font-size:42px}.hero-lead{font-size:16px}.trust-row{gap:10px 14px;font-size:12px}.converter-card{padding:12px;border-radius:17px}.card-topline{padding:4px 3px 12px;font-size:11px}.secure-label{font-size:10px}.dropzone{min-height:300px;padding:24px 15px}.dropzone h2{font-size:18px}.proof-grid{grid-template-columns:1fr;padding:20px 0;gap:17px}.content-section{padding:72px 0 78px}.content-section h2,.seo-section h2,.faq-section h2{font-size:35px;margin-bottom:30px}.steps-grid{grid-template-columns:1fr;gap:10px}.step-card{min-height:0;padding:22px}.step-card h3{margin-top:20px}.seo-section{padding:70px 0}.seo-grid{grid-template-columns:1fr;gap:12px}.seo-copy{padding-top:0}.faq-section{padding:70px 0 80px}.section-heading{display:block}.section-heading h2{margin-bottom:22px}.quiet-link{display:inline-block;margin-bottom:28px}.footer-inner{flex-wrap:wrap}.footer-inner p{order:3;width:100%}.page-main{padding:58px 0 80px}.page-hero{margin-bottom:35px}.page-hero h1{font-size:43px}.page-hero p{font-size:16px}}
