/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.hidden{display:none}.table{display:table}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--paper:#f3f0e7;--ink:#111319;--muted:#676860;--line:#d4d0c5;--lime:#c9fb56;--blue:#4554f5;--soft-blue:#dfe2ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;min-height:78px;padding:0 clamp(22px,4vw,64px);display:grid}.brand{letter-spacing:-.04em;align-items:center;gap:12px;width:max-content;font-size:20px;font-weight:800;display:inline-flex}.brand-mark{width:26px;height:26px;display:inline-block;position:relative}.brand-mark i{background:var(--ink);height:5px;display:block;position:absolute;transform:rotate(-18deg)}.brand-mark i:first-child{width:23px;top:2px;left:1px}.brand-mark i:nth-child(2){width:20px;top:10px;left:4px}.brand-mark i:nth-child(3){width:16px;top:18px;left:8px}.site-header nav{gap:36px;font-size:14px;font-weight:700;display:flex}.site-header nav a:hover{opacity:.55}.nav-cta{justify-self:end;align-items:center;gap:16px;font-size:14px;font-weight:800;display:inline-flex}.nav-cta span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.hero{grid-template-columns:minmax(0,.95fr) minmax(450px,1.05fr);align-items:center;gap:clamp(42px,5vw,90px);min-height:670px;padding:72px clamp(22px,6vw,96px) 84px;display:grid;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.17em;align-items:center;gap:10px;margin:0 0 30px;font-size:11px;font-weight:800;display:flex}.eyebrow>span{background:currentColor;width:24px;height:2px}.hero h1,.section-heading h2,.how-section h2{letter-spacing:-.07em;margin:0;font-size:clamp(62px,7.3vw,112px);font-weight:900;line-height:.88}.hero h1 em,.how-section h2 em{color:var(--blue);font-family:Georgia,Times New Roman,serif;font-weight:400}.hero-lede{color:#44453f;max-width:570px;margin:34px 0 0;font-size:clamp(17px,1.4vw,21px);line-height:1.55}.hero-actions{align-items:center;gap:24px;margin-top:38px;display:flex}.hero-actions>span{color:var(--muted);font-size:12px;font-weight:700}.button{cursor:pointer;border:0;justify-content:center;align-items:center;gap:28px;min-height:54px;padding:0 25px;font-size:14px;font-weight:800;display:inline-flex}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:var(--blue)}.button-lime{background:var(--lime);color:var(--ink)}.hero-visual{max-width:650px;height:480px;position:relative}.document-front,.document-stack{border:2px solid var(--ink);position:absolute}.document-front{z-index:3;background:#fff;width:74%;height:405px;padding:23px 27px;top:25px;left:7%;transform:rotate(-4deg);box-shadow:12px 16px #11131914}.document-front:after{content:"";background:repeating-linear-gradient(#d8d8d4 0 2px,#0000 2px 15px);height:93px;position:absolute;bottom:34px;left:27px;right:27px}.doc-topline{border-bottom:1px solid var(--ink);letter-spacing:.12em;justify-content:space-between;padding-bottom:12px;font-size:9px;font-weight:800;display:flex}.document-front strong{letter-spacing:-.08em;margin-top:45px;font-size:clamp(70px,8vw,116px);line-height:.8;display:block}.document-front>p{letter-spacing:.24em;margin:10px 0;font-size:12px}.split-line{z-index:4;color:var(--blue);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:9px;font-size:10px;font-weight:800;display:flex;position:absolute;top:238px;left:-30px;right:-30px}.split-line i{border-top:2px dashed var(--blue);flex:1}.document-stack{background:var(--soft-blue);width:70%;height:390px}.document-stack span{font-size:12px;font-weight:900;position:absolute;bottom:18px;right:18px}.document-back{z-index:1;top:56px;left:23%;transform:rotate(7deg)}.document-middle{background:var(--lime);z-index:2;top:40px;left:14%;transform:rotate(1deg)}.privacy-stamp{z-index:5;background:var(--ink);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:128px;height:128px;display:flex;position:absolute;bottom:8px;right:0;transform:rotate(7deg)}.privacy-stamp>span{color:var(--lime);font-size:27px;line-height:1}.privacy-stamp b{letter-spacing:.1em;margin-top:8px;font-size:12px}.privacy-stamp small{color:#a6a69f;margin-top:4px;font-size:9px}.tool-section{background:var(--ink);color:#fff;padding:86px clamp(22px,6vw,96px) 96px}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px;display:flex}.section-heading h2{font-size:clamp(55px,6.5vw,94px)}.eyebrow-light{color:#b5b5af}.section-heading>p{color:#aaa9a2;max-width:420px;margin:0 0 6px;font-size:15px;line-height:1.6}.splitter-card{color:var(--ink);background:#f8f6ef;border-radius:4px;grid-template-columns:1.15fr .85fr;min-height:390px;display:grid;overflow:hidden}.access-strip{border-bottom:1px solid var(--line);background:#dedbd2;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding:13px clamp(25px,4vw,52px);font-size:11px;display:flex}.access-strip b{text-transform:uppercase;letter-spacing:.09em}.access-strip span{color:var(--muted)}.access-strip.has-access{background:var(--lime)}.access-strip.has-access span{color:#536326}.drop-column,.settings-column{padding:clamp(25px,4vw,52px)}.drop-column{border-right:1px solid var(--line);flex-direction:column;display:flex}.drop-zone{cursor:pointer;min-height:275px;color:var(--ink);background:0 0;border:2px dashed #aaa99f;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:35px;transition:all .18s;display:flex}.drop-zone:hover,.drop-zone.is-dragging{border-color:var(--blue);background:#eeeadf}.drop-zone.has-file{border-style:solid}.upload-icon{background:var(--ink);width:47px;height:47px;color:var(--lime);border-radius:50%;place-items:center;margin-bottom:18px;font-size:25px;display:grid}.drop-zone strong{overflow-wrap:anywhere;max-width:100%;font-size:18px}.drop-zone>span:not(.upload-icon){color:var(--muted);margin-top:8px;font-size:14px}.drop-zone small{color:#8a8a82;text-transform:uppercase;letter-spacing:.1em;margin-top:24px;font-size:11px}.local-note{color:var(--muted);align-items:center;gap:10px;margin:18px 0 0;font-size:12px;display:flex}.local-note b{color:var(--blue);font-size:20px}.settings-column{flex-direction:column;display:flex}.settings-column>label{text-transform:uppercase;letter-spacing:.1em;margin-bottom:13px;font-size:12px;font-weight:800}.size-input{border-bottom:2px solid var(--ink);grid-template-columns:1fr auto;align-items:end;display:grid}.size-input>input{letter-spacing:-.06em;width:100%;color:var(--ink);background:0 0;border:0;outline:none;padding:2px 0 7px;font-size:clamp(54px,6vw,76px);font-weight:900}.unit-toggle{padding-bottom:13px;display:flex}.unit-toggle button{cursor:pointer;background:0 0;border:1px solid #aaa99f;padding:8px 10px;font-size:11px;font-weight:800}.unit-toggle button+button{border-left:0}.unit-toggle button.active{background:var(--ink);color:#fff}.presets{gap:8px;margin-top:15px;display:flex}.presets button{border:1px solid var(--line);cursor:pointer;color:#5f605b;background:0 0;padding:8px 12px;font-size:11px;font-weight:700}.presets button:hover{border-color:var(--ink);color:var(--ink)}.split-button{background:var(--blue);color:#fff;cursor:pointer;border:0;justify-content:space-between;align-items:center;width:100%;min-height:62px;margin-top:auto;padding:0 22px;font-weight:900;display:flex}.split-button:hover:not(:disabled){background:#3442dc}.split-button:disabled{color:#8a8982;cursor:not-allowed;background:#cccbc5}.split-button span{font-size:23px}.tool-error{background:#ffe3de;border-left:3px solid #d53f2b;margin:18px 0;padding:12px 14px;font-size:12px;line-height:1.45}.upgrade-gate{border-left:3px solid var(--blue);background:#e7e9ff;margin:18px 0;padding:16px}.upgrade-gate>span{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:900;display:block}.upgrade-gate strong{margin-top:6px;font-size:16px;display:block}.upgrade-gate p{color:#555865;margin:8px 0 14px;font-size:12px;line-height:1.5}.upgrade-gate a{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;min-height:46px;padding:0 14px;font-size:12px;font-weight:900;display:flex}.upgrade-gate a:hover{background:var(--blue)}.upgrade-gate small{color:#686a75;margin-top:9px;font-size:9px;display:block}.progress-box{margin-top:auto}.progress-box>div{justify-content:space-between;margin-bottom:10px;font-size:12px;display:flex}.progress-box progress{appearance:none;border:0;width:100%;height:9px}.progress-box progress::-webkit-progress-bar{background:#d9d6ce}.progress-box progress::-webkit-progress-value{background:var(--blue)}.progress-box progress::-moz-progress-bar{background:var(--blue)}.progress-box button{color:#555;cursor:pointer;background:0 0;border:0;margin-top:16px;padding:0;font-size:12px;text-decoration:underline}.results{border-top:1px solid var(--line);grid-column:1/-1;padding:36px 52px 48px}.results-head,.results-head>div{justify-content:space-between;align-items:center;gap:15px;display:flex}.results-head>div{justify-content:flex-start}.results-head strong{font-size:20px;display:block}.results-head small{color:var(--muted);margin-top:3px;display:block}.success-tick{background:var(--lime);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.part-list{border-top:1px solid var(--line);margin-top:28px}.part-row{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 0;display:grid}.file-chip{border:1px solid var(--ink);padding:7px 6px;font-size:9px;font-weight:900}.part-row b,.part-row small{display:block}.part-row b{overflow-wrap:anywhere;font-size:13px}.part-row small{color:var(--muted);margin-top:4px;font-size:11px}.part-row button{border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:50%;width:35px;height:35px}.part-row button:hover{background:var(--ink);color:#fff}.oversize-note{background:#fff0c9;padding:12px;font-size:12px}.start-over{cursor:pointer;background:0 0;border:0;margin-top:22px;padding:0;font-size:12px;text-decoration:underline}.trust-strip{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);padding:58px clamp(22px,6vw,96px);display:grid}.trust-strip>div{border-right:1px solid var(--line);padding:0 clamp(20px,3vw,46px)}.trust-strip>div:first-child{padding-left:0}.trust-strip>div:last-child{border:0}.trust-strip span{color:var(--blue);font-family:Georgia,serif;font-size:13px;font-style:italic}.trust-strip b{margin-top:12px;font-size:16px;display:block}.trust-strip p{color:var(--muted);max-width:290px;margin:9px 0 0;font-size:13px;line-height:1.5}.how-section{padding:110px clamp(22px,6vw,96px) 130px}.how-grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:9vw;display:grid}.how-section h2{font-size:clamp(54px,7vw,100px)}.how-copy{border-top:1px solid var(--ink);padding-top:24px}.how-copy p{color:#4f504a;margin:0 0 20px;font-size:16px;line-height:1.65}.pricing-section{background:var(--blue);color:#fff;padding:100px clamp(22px,6vw,96px) 88px}.pricing-intro{grid-template-columns:1.2fr .8fr;align-items:end;column-gap:8vw;margin-bottom:55px;display:grid}.pricing-intro .eyebrow{grid-column:1/-1}.pricing-intro h2,.faq-title h2,.feedback-section h2,.support-heading h2,.legal-title h2{letter-spacing:-.065em;margin:0;font-size:clamp(50px,6.8vw,96px);line-height:.9}.pricing-intro h2 em,.faq-title h2 em,.feedback-section h2 em{color:var(--lime);font-family:Georgia,serif;font-weight:400}.pricing-intro>p:last-child{color:#d7d9ff;max-width:440px;margin:0;font-size:16px;line-height:1.65}.pricing-grid{border:1px solid #ffffff59;grid-template-columns:repeat(3,1fr);display:grid}.pricing-grid-live{grid-template-columns:repeat(2,1fr)}.price-card{background:#14198c33;border-right:1px solid #ffffff59;flex-direction:column;min-height:475px;padding:30px;display:flex}.price-card:last-child{border:0}.price-card.price-live{background:var(--lime);color:var(--ink)}.plan-label{justify-content:space-between;align-items:center;display:flex}.plan-label span{text-transform:uppercase;letter-spacing:.08em;border:1px solid;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:800}.plan-label b{font-size:18px}.price{border-bottom:1px solid;align-items:baseline;gap:10px;padding:48px 0 28px;display:flex}.price strong{letter-spacing:-.07em;font-size:clamp(46px,5vw,70px)}.price span{opacity:.7;font-size:11px}.price-card ul{margin:0;padding:24px 0;list-style:none}.price-card li{padding:8px 0 8px 19px;font-size:13px;position:relative}.price-card li:before{content:"·";font-weight:900;position:absolute;left:2px}.price-card>a{border-top:1px solid;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;font-size:13px;font-weight:900;display:flex}.pricing-note{color:#d5d7ff;max-width:680px;margin:24px 0 0;font-size:11px;line-height:1.55}.support-section{grid-template-columns:.72fr 1.28fr;gap:7vw;padding:110px clamp(22px,6vw,96px);display:grid}.support-heading{align-self:start;position:sticky;top:35px}.support-heading h2{font-size:clamp(49px,5.8vw,82px)}.support-heading>p:last-child{color:var(--muted);max-width:390px;margin-top:27px;font-size:14px;line-height:1.65}.support-table{border-top:2px solid var(--ink)}.support-table>div{border-bottom:1px solid var(--line);grid-template-columns:1.2fr auto;column-gap:20px;padding:21px 0;display:grid}.support-table b{font-size:14px}.support-table span{text-transform:uppercase;letter-spacing:.07em;border-radius:99px;justify-self:end;height:max-content;padding:5px 9px;font-size:9px;font-weight:900}.support-table p{color:var(--muted);grid-column:1/-1;margin:8px 0 0;font-size:12px;line-height:1.5}.status-good{background:#d5f0a0}.status-check{background:#ffe6a9}.status-no{background:#ffd7ce}.faq-section{background:#dedfe4;grid-template-columns:.8fr 1.2fr;gap:9vw;padding:110px clamp(22px,6vw,96px);display:grid}.faq-title h2 em{color:var(--blue)}.faq-list{border-top:2px solid var(--ink)}.faq-list details{border-bottom:1px solid #b3b4b9;padding:0}.faq-list summary{cursor:pointer;padding:23px 42px 23px 0;font-size:16px;font-weight:800;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.legal-grid summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:24px;font-weight:400;position:absolute;top:19px;right:4px}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:#55565b;max-width:650px;margin:-4px 45px 24px 0;font-size:14px;line-height:1.65}.feedback-section{background:var(--ink);color:#fff;grid-template-columns:.78fr 1.22fr;gap:8vw;padding:110px clamp(22px,6vw,96px);display:grid}.feedback-section h2 em{color:var(--lime)}.feedback-lede{color:#aaa9a2;max-width:390px;margin:26px 0 0;line-height:1.65}.feedback-form{align-self:start}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.feedback-form label{color:#aaa9a2;text-transform:uppercase;letter-spacing:.1em;margin-bottom:18px;font-size:10px;font-weight:800;display:block}.feedback-form label small{color:#72716c;font-size:9px;font-weight:400}.feedback-form input,.feedback-form select,.feedback-form textarea{color:#fff;text-transform:none;letter-spacing:normal;background:#1c1e24;border:1px solid #3d3f46;outline:none;width:100%;margin-top:9px;padding:15px;font-size:14px;display:block}.feedback-form input:focus,.feedback-form select:focus,.feedback-form textarea:focus{border-color:var(--lime)}.feedback-form textarea{resize:vertical;min-height:165px;line-height:1.5}.feedback-form select{appearance:auto}.form-foot{justify-content:space-between;align-items:center;gap:20px;display:flex}.form-foot p{color:#777873;max-width:390px;margin:0;font-size:10px;line-height:1.5}.form-foot button{background:var(--lime);cursor:pointer;border:0;justify-content:space-between;align-items:center;min-width:190px;min-height:54px;padding:0 18px;font-weight:900;display:flex}.form-foot button:disabled{opacity:.55;cursor:wait}.form-error{color:#ffb4a6;font-size:12px}.honeypot{width:1px;height:1px;left:-10000px;overflow:hidden;position:absolute!important}.feedback-success{background:#1c1e24;gap:22px;padding:40px;display:flex}.feedback-success>span{background:var(--lime);color:var(--ink);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.feedback-success strong{font-size:22px}.feedback-success p{color:#aaa9a2;line-height:1.6}.feedback-success button{color:var(--lime);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.large-file-section{background:#ecece7;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,8vw,120px);padding:110px clamp(22px,6vw,96px);display:grid}.large-file-copy h2{letter-spacing:-.06em;margin:0;font-size:clamp(48px,6.3vw,88px);line-height:.92}.large-file-copy h2 em{color:#6655d9;font-family:Georgia,serif;font-weight:400}.large-file-copy>p:last-child{color:#555650;max-width:520px;margin:28px 0 0;line-height:1.7}.large-file-form{background:#fff;border:1px solid #d1d2ca;padding:clamp(24px,4vw,48px);box-shadow:12px 12px #d8ff47}.large-file-form label{color:#555650;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-size:10px;font-weight:800;display:block}.large-file-form label small{color:#777871;font-size:9px;font-weight:400}.large-file-form input,.large-file-form select,.large-file-form textarea{width:100%;color:var(--ink);text-transform:none;letter-spacing:normal;background:#fafaf7;border:1px solid #c8c9c1;outline:none;margin-top:9px;padding:14px;font-size:14px;display:block}.large-file-form input:focus,.large-file-form select:focus,.large-file-form textarea:focus{border-color:#6655d9;box-shadow:0 0 0 2px #6655d91f}.large-file-form textarea{resize:vertical;min-height:130px;line-height:1.5}.large-file-form-foot{justify-content:space-between;align-items:center;gap:22px;display:flex}.large-file-form-foot p{color:#777871;max-width:270px;margin:0;font-size:12px;line-height:1.45}.large-file-form-foot button{background:var(--ink);color:#fff;cursor:pointer;white-space:nowrap;border:0;padding:15px 18px;font-weight:800}.large-file-success{background:#fff;border:1px solid #d1d2ca;align-self:start;gap:22px;padding:40px;display:flex;box-shadow:12px 12px #d8ff47}.large-file-success>span{color:#fff;background:#6655d9;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.large-file-success strong{font-size:22px}.large-file-success p{color:#555650;line-height:1.6}.large-file-success button{color:#5542d4;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.large-file-gate{border-color:#6655d9}.legal-section{grid-template-columns:.68fr 1.32fr;gap:8vw;padding:105px clamp(22px,6vw,96px);display:grid}.legal-title h2{font-size:clamp(47px,5.7vw,78px)}.legal-title>p:last-child{color:var(--muted);max-width:360px;font-size:12px;line-height:1.55}.legal-grid{border-top:2px solid var(--ink)}.legal-grid details{border-bottom:1px solid var(--line)}.legal-grid summary{cursor:pointer;padding:20px 38px 20px 0;font-weight:900;list-style:none;position:relative}.legal-grid summary:after{content:"↓";position:absolute;right:4px}.legal-grid details[open] summary:after{content:"↑"}.legal-grid details div{padding:0 50px 20px 0}.legal-grid p{color:#55564f;font-size:13px;line-height:1.65}footer{background:var(--lime);grid-template-columns:1fr auto;align-items:center;gap:35px;padding:55px clamp(22px,6vw,96px) 30px;display:grid}.footer-brand{font-size:24px}footer>p{justify-self:end;margin:0;font-family:Georgia,serif;font-size:20px;font-style:italic}footer nav{gap:24px;font-size:12px;font-weight:800;display:flex}footer small{color:#596b29;justify-self:end}:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.pricing-section :focus-visible,footer :focus-visible{outline-color:var(--ink)}@media (width<=900px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:56px}.hero-visual{justify-self:center;width:100%;max-width:620px}.splitter-card{grid-template-columns:1fr}.drop-column{border-right:0;border-bottom:1px solid var(--line)}.section-heading{flex-direction:column;align-items:flex-start}.pricing-grid{grid-template-columns:1fr}.price-card{border-bottom:1px solid #ffffff59;border-right:0;min-height:auto}.price-card:last-child{border-bottom:0}.support-section,.faq-section,.feedback-section,.large-file-section,.legal-section{grid-template-columns:1fr}.support-heading{position:static}}@media (width<=620px){.site-header{min-height:66px}.nav-cta{font-size:0}.hero{min-height:auto;padding-bottom:55px}.hero h1{font-size:clamp(55px,17vw,80px)}.hero-actions{flex-direction:column;align-items:flex-start}.hero-visual{height:360px;margin-top:10px}.document-front{width:78%;height:305px;padding:18px}.document-front strong{margin-top:35px;font-size:74px}.document-front:after{height:55px;left:18px;right:18px}.document-stack{height:300px}.split-line{top:185px}.privacy-stamp{width:96px;height:96px;right:-4px}.privacy-stamp b{font-size:9px}.privacy-stamp small{font-size:7px}.tool-section{padding-top:68px}.section-heading{margin-bottom:32px}.splitter-card{margin:0 -8px}.drop-column,.settings-column{padding:24px}.drop-zone{min-height:230px}.results{padding:26px 24px 35px}.results-head{flex-direction:column;align-items:stretch}.results-head .button{width:100%}.trust-strip{grid-template-columns:1fr;gap:28px}.trust-strip>div{border:0;border-bottom:1px solid var(--line);padding:0 0 27px}.trust-strip>div:last-child{padding-bottom:0}.how-grid{grid-template-columns:1fr;gap:50px}.how-section{padding-top:85px}.pricing-section,.support-section,.faq-section,.feedback-section,.large-file-section,.legal-section{padding-top:80px;padding-bottom:80px}.large-file-form-foot{flex-direction:column;align-items:stretch}.large-file-form-foot button{width:100%}.pricing-intro{grid-template-columns:1fr;gap:28px}.price-card{padding:25px}.form-row{grid-template-columns:1fr;gap:0}.form-foot{flex-direction:column;align-items:stretch}.form-foot button{width:100%}.support-table>div{grid-template-columns:1fr;gap:10px}.support-table span{justify-self:start}footer{grid-template-columns:1fr}footer>p,footer small{justify-self:start}footer nav{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.sandbox-page{min-height:100vh;padding:0 clamp(22px,6vw,96px) 80px}.sandbox-page>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:78px;display:flex}.sandbox-page>header>a:last-child{font-size:13px;font-weight:800;text-decoration:underline}.sandbox-hero{max-width:850px;padding:80px 0 55px}.sandbox-hero h1{letter-spacing:-.07em;margin:0;font-size:clamp(58px,9vw,120px);line-height:.88}.sandbox-hero>p:last-child{color:var(--muted);max-width:700px;margin:34px 0 0;font-size:17px;line-height:1.6}.sandbox-checkout-grid{border:1px solid var(--ink);grid-template-columns:1fr 1fr;display:grid}.live-checkout-grid{grid-template-columns:1fr}.sandbox-checkout-grid article{flex-direction:column;min-height:390px;padding:clamp(25px,4vw,46px);display:flex}.sandbox-checkout-grid article+article{border-left:1px solid var(--ink)}.sandbox-checkout-grid h2{letter-spacing:-.055em;margin:14px 0 0;font-size:clamp(32px,4vw,54px)}.sandbox-label{border:1px solid var(--ink);letter-spacing:.08em;text-transform:uppercase;border-radius:99px;width:max-content;margin:0;padding:6px 9px;font-size:9px;font-weight:900}.sandbox-price{border-bottom:1px solid var(--line);align-items:baseline;gap:10px;margin:32px 0 22px;padding-bottom:20px;display:flex}.sandbox-price strong{letter-spacing:-.07em;font-size:clamp(48px,6vw,75px)}.sandbox-price span{color:var(--muted);font-size:11px}.sandbox-checkout-grid article>p:not(.sandbox-label){color:var(--muted);max-width:440px;line-height:1.55}.sandbox-checkout-grid button{background:var(--ink);color:#fff;cursor:pointer;border:0;min-height:56px;margin-top:auto;padding:0 20px;font-weight:900}.sandbox-checkout-grid button:hover:not(:disabled){background:var(--blue)}.sandbox-checkout-grid button:disabled{opacity:.55;cursor:wait}.sandbox-message{border-top:1px solid var(--ink);background:var(--lime);grid-column:1/-1;margin:0;padding:18px 24px;font-size:13px;font-weight:800;line-height:1.5}.sandbox-instructions{color:var(--muted);gap:14px;padding:22px 0;font-size:12px;line-height:1.5;display:flex}.sandbox-instructions strong{color:var(--ink)}.sandbox-access-link{background:var(--lime);justify-content:space-between;align-items:center;min-height:56px;margin-top:18px;padding:0 20px;font-size:13px;font-weight:900;display:flex}@media (width<=720px){.sandbox-hero{padding-top:58px}.sandbox-checkout-grid{grid-template-columns:1fr}.sandbox-checkout-grid article+article{border-left:0;border-top:1px solid var(--ink)}.sandbox-checkout-grid article{min-height:350px}.sandbox-instructions{flex-direction:column}}
