:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f7f9;color:#15171d;font-synthesis:none;text-rendering:optimizeLegibility;--container: 1120px;--text: #15171d;--muted: #5f6675;--line: #dfe3ea;--soft-line: #edf0f4;--paper: #ffffff;--surface: #f6f7f9;--dark: #1f242d;--pdf: #d93131;--pdf-dark: #b82020;--word: #2b65d9;--success: #0f7d5b;--success-soft: #e8f6f0;--warning: #a16305;--warning-soft: #fff7e6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--surface);color:var(--text)}body,button,input{font:inherit;letter-spacing:0}a{color:inherit}svg{display:block}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,227,234,.92);background:#fffffff0;backdrop-filter:blur(12px)}.header-grid{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:var(--pdf);color:#fff;font-size:.72rem;font-weight:800}.brand-name{font-weight:800}.top-nav{display:flex;align-items:center;gap:4px}.top-nav a{border-radius:7px;padding:8px 10px;color:var(--muted);font-size:.92rem;text-decoration:none}.top-nav a:hover,.top-nav a:focus-visible{background:var(--soft-line);color:var(--text);outline:none}.tool-hero{border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0% 62%,#f6f7f9)}.tool-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:40px;align-items:center;min-height:calc(100vh - 65px);padding:48px 0}.tool-copy{max-width:600px}.eyebrow,.section-label,.feature-kicker{margin:0 0 12px;color:var(--pdf-dark);font-size:.78rem;font-weight:800;text-transform:uppercase}h1,h2{margin:0;color:var(--text);line-height:1.08;letter-spacing:0}h1{max-width:680px;font-size:3.1rem}h2{font-size:2rem}.lead{margin:18px 0 0;color:#414856;font-size:1.08rem;line-height:1.65}.keyword-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.keyword-row a{border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px 10px;color:#3a4250;font-size:.9rem;text-decoration:none}.keyword-row a:hover,.keyword-row a:focus-visible{border-color:#d9313161;color:var(--pdf-dark);outline:none}.converter-panel{border:1px solid #d9dee7;border-radius:8px;background:var(--paper);box-shadow:0 18px 48px #1f242d1f;padding:22px}.conversion-visual{display:grid;grid-template-columns:84px 1fr 96px;align-items:center;gap:14px;margin-bottom:18px}.doc-tile{display:grid;height:72px;place-items:center;border-radius:8px;color:#fff;font-size:.9rem;font-weight:900}.pdf-tile{background:var(--pdf)}.word-tile{background:var(--word)}.flow-arrow{display:grid;min-width:76px;place-items:center;color:#7d8492}.flow-arrow svg{width:100%;max-width:150px}.flow-arrow path,.drop-icon path,.button-icon path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.drop-zone{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:124px;border:2px dashed #c6ccd7;border-radius:8px;background:#fbfcfd;padding:18px;cursor:pointer;transition:border-color .18s ease,background .18s ease}.drop-zone:hover,.drop-zone:focus-visible,.drop-zone.is-dragging{border-color:var(--pdf);background:#fff8f8;outline:none}.drop-zone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.drop-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:8px;background:#f0f2f6;color:var(--pdf-dark)}.drop-icon svg,.button-icon svg{width:24px;height:24px}.drop-text{display:grid;min-width:0;gap:4px}.drop-text strong{font-size:1.04rem}.drop-text span{color:var(--muted);font-size:.92rem}button,.primary-button,.secondary-button,.ghost-button{min-height:44px;border:0;border-radius:8px;padding:10px 14px;font-weight:800;text-align:center;text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--pdf);color:#fff}.primary-button:hover,.primary-button:focus-visible{background:var(--pdf-dark);outline:none}.secondary-button{border:1px solid #cbd2dd;background:#fff;color:var(--text)}.secondary-button:hover,.secondary-button:focus-visible{border-color:#9fa8b8;background:#f4f6f9;outline:none}.ghost-button{border:1px solid transparent;background:transparent;color:var(--muted)}.ghost-button:hover,.ghost-button:focus-visible{background:var(--soft-line);color:var(--text);outline:none}button:disabled,.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled{cursor:not-allowed;opacity:.48}.button-icon{display:grid;width:24px;height:24px;place-items:center}.selected-file{margin-top:14px}.file-badge{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px}.file-type{display:grid;height:34px;place-items:center;border-radius:7px;background:var(--pdf);color:#fff;font-size:.68rem;font-weight:900}.file-name{overflow:hidden;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.file-size{color:var(--muted);font-size:.86rem}.action-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:16px}.status-line{margin-top:14px;border-radius:8px;background:#f3f5f8;padding:11px 12px;color:var(--muted);font-size:.92rem;line-height:1.45}.status-ready,.status-progress{background:#eef4ff;color:#254f95}.status-success{background:var(--success-soft);color:#0f684d}.status-error{background:#fff0f0;color:#aa2323}.result-box{margin-top:12px}.download-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid rgba(15,125,91,.26);border-radius:8px;background:var(--success-soft);padding:12px}.download-box div{display:grid;min-width:0;gap:3px}.download-box span{overflow:hidden;color:#42675b;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.compact-button{min-height:40px;padding:9px 12px}.content-band{border-bottom:1px solid var(--line);background:#fff;padding:68px 0}.muted-band{background:#f7f8fa}.split-content{display:grid;grid-template-columns:minmax(260px,.74fr) minmax(0,1.26fr);gap:48px}.body-copy{display:grid;gap:16px;color:#414856;font-size:1rem;line-height:1.75}.body-copy p,.feature-grid p,.faq-list p,.steps li{margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-grid article{border:1px solid var(--line);border-radius:8px;background:#fff;padding:22px}.feature-grid h2{font-size:1.35rem;line-height:1.18}.feature-grid p{margin-top:14px;color:#4b5260;line-height:1.65}.steps{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:48px}.steps ol{display:grid;gap:12px;margin:0;padding:0;list-style:none;counter-reset:step}.steps li{position:relative;min-height:76px;border-left:3px solid var(--pdf);background:#fff;padding:14px 18px 14px 54px;color:#4b5260;line-height:1.6;counter-increment:step}.steps li:before{position:absolute;top:15px;left:16px;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:var(--dark);color:#fff;content:counter(step);font-size:.82rem;font-weight:900}.steps strong{color:var(--text)}.faq-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:48px}.faq-list{display:grid;gap:10px}details{border:1px solid var(--line);border-radius:8px;background:#fff}summary{cursor:pointer;padding:16px 18px;font-weight:850}details p{border-top:1px solid var(--soft-line);padding:0 18px 16px;color:#4b5260;line-height:1.65}.site-footer{background:var(--dark);color:#c7ccd6}.footer-grid{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:18px;font-size:.92rem}@media (max-width: 920px){.tool-layout,.split-content,.steps,.faq-layout{grid-template-columns:1fr}.tool-layout{min-height:auto;padding:36px 0 44px}h1{font-size:2.35rem}h2{font-size:1.7rem}.feature-grid{grid-template-columns:1fr}}@media (max-width: 680px){.container{width:min(100% - 24px,var(--container))}.header-grid{align-items:flex-start;flex-direction:column;gap:10px;padding:12px 0}.top-nav{width:100%;overflow-x:auto;padding-bottom:2px}.top-nav a{white-space:nowrap}h1{font-size:2rem}.lead{font-size:1rem}.converter-panel{padding:16px}.conversion-visual{grid-template-columns:72px 1fr 84px}.doc-tile{height:60px;font-size:.8rem}.drop-zone,.file-badge,.action-row,.download-box{grid-template-columns:1fr}.drop-zone{justify-items:stretch;text-align:left}.drop-icon{width:48px;height:48px}.secondary-button,.primary-button,.ghost-button,.compact-button{width:100%}.file-size{justify-self:start}.content-band{padding:46px 0}.footer-grid{align-items:flex-start;flex-direction:column;justify-content:center;padding:18px 0}}
