:root{
  --bg:#ffffff;--bg-soft:#f6f8fc;--bg-blue:#f2f7ff;--ink:#101828;--ink-2:#344054;--muted:#667085;--line:#e5e9f1;--line-strong:#d7dde8;--brand:#4f46e5;--brand-2:#675cf4;--brand-soft:#eef0ff;--blue:#2f80ed;--teal:#0ca68c;--violet:#8b5cf6;--danger:#d92d20;--danger-soft:#fff1f0;--success:#079455;--success-soft:#ecfdf3;--shadow-sm:0 1px 2px rgba(16,24,40,.04),0 4px 12px rgba(16,24,40,.04);--shadow:0 18px 50px rgba(16,24,40,.09);--shadow-lg:0 34px 90px rgba(16,24,40,.12);--radius:18px;--max:1180px}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden;text-rendering:optimizeLegibility}
a{color:inherit}img,svg{display:block;max-width:100%}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:18px;top:-70px;z-index:999;background:var(--ink);color:#fff;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700;transition:top .2s}.skip-link:focus{top:16px}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.section{padding:92px 0}.muted-section{background:var(--bg-soft)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.eyebrow:before{content:"";width:18px;height:2px;border-radius:999px;background:currentColor}

/* Header */
.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(229,233,241,.84);background:rgba(255,255,255,.88);backdrop-filter:saturate(160%) blur(16px)}.nav-shell{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none;flex-shrink:0}.brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,var(--brand),#7b70ff);display:grid;place-items:center;box-shadow:0 8px 24px rgba(79,70,229,.2);transform:rotate(-2deg)}.brand-mark span{color:#fff;font-size:.64rem;letter-spacing:.02em;font-weight:900}.brand-word{font-size:1.2rem;font-weight:850;letter-spacing:-.04em}.desktop-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.desktop-nav a{padding:10px 12px;border-radius:10px;text-decoration:none;color:var(--ink-2);font-size:.9rem;font-weight:650}.desktop-nav a:hover,.desktop-nav a:focus-visible{background:var(--bg-soft);color:var(--ink);outline:none}.nav-actions{display:flex;align-items:center;gap:10px}.icon-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-2);cursor:pointer}.icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.icon-button:hover,.icon-button:focus-visible{border-color:#c7cddd;background:var(--bg-soft);outline:3px solid rgba(79,70,229,.1)}.nav-cta{padding:10px 15px;border-radius:11px;background:var(--ink);color:#fff;text-decoration:none;font-size:.87rem;font-weight:750;box-shadow:var(--shadow-sm)}.nav-cta:hover{background:#253047}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;padding:0}.menu-toggle span{display:block;width:18px;height:2px;margin:4px auto;background:var(--ink);border-radius:2px}.mobile-nav{border-top:1px solid var(--line);background:#fff}.mobile-nav-inner{padding:12px 0 18px;display:grid;gap:4px}.mobile-nav a{padding:11px 12px;border-radius:10px;text-decoration:none;font-weight:650;color:var(--ink-2)}.mobile-nav a:hover{background:var(--bg-soft)}

/* Buttons */
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 19px;border-radius:12px;border:1px solid transparent;text-decoration:none;font-weight:750;font-size:.92rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button:focus-visible{outline:3px solid rgba(79,70,229,.2);outline-offset:2px}.button.primary{background:var(--brand);color:#fff;box-shadow:0 10px 26px rgba(79,70,229,.2)}.button.primary:hover{background:#4338ca;box-shadow:0 14px 32px rgba(79,70,229,.24)}.button.secondary{background:#fff;color:var(--ink);border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.button.secondary:hover{background:var(--bg-soft)}.button.large{min-height:52px;padding:0 24px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:750;text-decoration:none}.text-link:hover span{transform:translateX(2px)}.text-link span{transition:transform .18s}.text-button{border:0;background:transparent;padding:6px;color:var(--brand);font-weight:700;cursor:pointer;border-radius:8px}.text-button:hover,.text-button:focus-visible{background:var(--brand-soft);outline:none}

/* Home hero */
.home-hero{position:relative;overflow:hidden;padding:92px 0 74px;background:radial-gradient(circle at 72% 32%,rgba(79,70,229,.08),transparent 32%),linear-gradient(180deg,#fff 0%,#fbfcff 100%)}.home-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(79,70,229,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(79,70,229,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 80%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);align-items:center;gap:70px}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 10px;border:1px solid #dde1ff;border-radius:999px;background:#f8f8ff;color:#4e46c8;font-size:.78rem;font-weight:750}.hero-badge span{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}.hero-copy h1{margin:22px 0 18px;font-size:clamp(3.5rem,6.4vw,6.1rem);line-height:.96;letter-spacing:-.068em;max-width:8.8ch}.hero-copy h1 em{font-style:normal;color:var(--brand)}.hero-copy>p{max-width:650px;margin:0;color:var(--muted);font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}.hero-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:var(--ink-2);font-size:.82rem;font-weight:650}.hero-trust span{display:flex;align-items:center;gap:7px}.hero-trust svg{width:18px;height:18px;fill:none;stroke:var(--teal);stroke-width:1.7}
.document-visual{position:relative;min-height:520px;display:grid;place-items:center;isolation:isolate}.document-visual:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.16),rgba(79,70,229,.03) 56%,transparent 70%);filter:blur(2px);z-index:-2}.visual-orbit{position:absolute;border:1px solid rgba(79,70,229,.12);border-radius:50%;z-index:-1}.orbit-a{width:430px;height:430px}.orbit-b{width:330px;height:330px;border-style:dashed}.doc-card{position:absolute;width:250px;height:330px;border:1px solid #dce1ec;border-radius:22px;background:#fff;box-shadow:var(--shadow-lg)}.back-card{transform:translate(-34px,12px) rotate(-8deg);background:linear-gradient(180deg,#fff,#f9faff);box-shadow:0 26px 60px rgba(16,24,40,.08)}.back-card span{display:block;height:11px;background:#edf0f6;border-radius:999px;margin:28px 28px 0}.back-card span:nth-child(2){width:70%}.back-card span:nth-child(3){width:48%}.main-card{transform:translate(38px,-14px) rotate(5deg);padding:28px}.pdf-chip{width:64px;height:44px;border-radius:11px;background:linear-gradient(135deg,#ff6b5f,#f04438);color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:900;letter-spacing:.08em;margin-bottom:38px;box-shadow:0 12px 22px rgba(240,68,56,.18)}.doc-line{height:11px;width:78%;border-radius:999px;background:#eaedf4;margin:13px 0}.doc-line.wide{width:100%}.doc-line.short{width:55%}.doc-chart{height:94px;margin-top:34px;display:flex;gap:10px;align-items:end;padding:16px;border-radius:14px;background:#f8f9fc}.doc-chart i{display:block;width:24px;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#7a72fa,var(--brand))}.doc-chart i:nth-child(1){height:44%}.doc-chart i:nth-child(2){height:72%}.doc-chart i:nth-child(3){height:55%}.doc-chart i:nth-child(4){height:86%}.visual-tool{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:var(--shadow);font-size:.82rem}.visual-tool .tool-icon{width:34px;height:34px}.visual-tool strong{font-size:.82rem}.tool-a{left:0;top:24%}.tool-b{right:0;top:45%}.tool-c{left:7%;bottom:13%}

/* Search */
.search-band{position:relative;z-index:4;margin-top:-24px}.inline-search-card{display:grid;grid-template-columns:.75fr 1.25fr;gap:34px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.inline-search-card h2{font-size:1.3rem;margin:5px 0 0;letter-spacing:-.035em}.search-field{height:54px;display:flex;align-items:center;gap:10px;border:1px solid var(--line-strong);border-radius:14px;background:#fff;padding:0 15px;transition:border-color .18s,box-shadow .18s}.search-field:focus-within{border-color:#9e98ff;box-shadow:0 0 0 4px rgba(79,70,229,.08)}.search-field svg{width:20px;height:20px;fill:none;stroke:#667085;stroke-width:1.8;flex:0 0 auto}.search-field input{width:100%;border:0;outline:0;color:var(--ink);background:transparent}.search-field input::placeholder{color:#98a2b3}.search-overlay{position:fixed;inset:0;z-index:250;background:rgba(15,23,42,.42);backdrop-filter:blur(5px);padding:90px 20px 20px;overflow:auto}.search-dialog{width:min(720px,100%);margin:0 auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(15,23,42,.25);padding:24px}.search-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.search-dialog h2{font-size:1.5rem;letter-spacing:-.04em;margin:5px 0 0}.search-results{display:grid;gap:6px;margin-top:14px;max-height:420px;overflow:auto}.search-results>a{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:11px;border-radius:12px;text-decoration:none}.search-results>a:hover,.search-results>a:focus-visible{background:var(--bg-soft);outline:none}.search-results .mini-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--brand-soft);color:var(--brand)}.search-results .mini-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.search-results strong,.search-results small{display:block}.search-results small{color:var(--muted);font-size:.76rem;margin-top:1px}.search-results>a>svg{width:18px;height:18px;fill:none;stroke:#98a2b3;stroke-width:1.8}

/* section headings */
.section-head{margin-bottom:38px}.section-head.center{text-align:center;max-width:790px;margin:0 auto 38px}.section-head.center .eyebrow{justify-content:center}.section-head.narrow{max-width:720px}.section-head h2{margin:8px 0 0;font-size:clamp(2rem,4vw,3.55rem);line-height:1.06;letter-spacing:-.052em}.section-head p{color:var(--muted);margin:14px 0 0;font-size:1rem;line-height:1.7}.section-head.split{display:grid;grid-template-columns:1fr .75fr;align-items:end;gap:50px}.section-head.split p{margin:0}.section-head.stacked{margin:0}.section-head.stacked h2{max-width:560px}.section-head.stacked p{max-width:540px}

/* Tool cards */
.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tool-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:104px;padding:17px;border:1px solid var(--line);border-radius:16px;background:#fff;text-decoration:none;box-shadow:0 1px 0 rgba(16,24,40,.01);transition:transform .18s,border-color .18s,box-shadow .18s}.tool-card:hover,.tool-card:focus-visible{transform:translateY(-2px);border-color:#cbc8ff;box-shadow:var(--shadow-sm);outline:none}.tool-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--brand-soft);color:var(--brand);flex-shrink:0}.tool-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tool-copy strong,.tool-copy small{display:block}.tool-copy strong{font-size:.94rem}.tool-copy small{margin-top:4px;color:var(--muted);font-size:.77rem;line-height:1.35}.tool-arrow{width:18px;height:18px;fill:none;stroke:#98a2b3;stroke-width:1.7}.no-results{text-align:center;color:var(--muted);padding:28px;border:1px dashed var(--line-strong);border-radius:14px;background:var(--bg-soft)}

/* Categories */
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:16px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;text-decoration:none;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s}.category-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-55px;top:-60px;background:currentColor;opacity:.06}.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.category-card.accent-blue{color:var(--blue)}.category-card.accent-violet{color:var(--violet)}.category-card.accent-teal{color:var(--teal)}.category-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:color-mix(in srgb,currentColor 10%,white)}.category-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7}.category-card strong{display:block;color:var(--ink);font-size:1.05rem}.category-card p{margin:5px 0 22px;color:var(--muted);font-size:.84rem;line-height:1.5}.category-card .count{position:absolute;left:88px;bottom:19px;color:currentColor;font-size:.72rem;font-weight:750}

/* Benefits / how */
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.benefit-grid article{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.benefit-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-size:.72rem;font-weight:850}.benefit-grid h3{font-size:1.02rem;margin:34px 0 7px}.benefit-grid p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.6}.how-section{background:linear-gradient(180deg,#fbfcff,#f7f8fc)}.how-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.how-grid .text-link{margin-top:20px}.steps-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.steps-list li{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.steps-list>li>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-weight:850}.steps-list strong{display:block}.steps-list p{margin:3px 0 0;color:var(--muted);font-size:.84rem}

/* Privacy */
.privacy-feature{padding-top:100px}.privacy-card{position:relative;overflow:hidden;display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:center;border:1px solid #d9def0;border-radius:26px;padding:56px;background:linear-gradient(135deg,#f9faff,#f2f5ff);box-shadow:var(--shadow-sm)}.privacy-visual{min-height:300px;position:relative;display:grid;place-items:center}.shield{width:130px;height:130px;border-radius:36px;background:#fff;display:grid;place-items:center;box-shadow:0 22px 55px rgba(79,70,229,.13);position:relative;z-index:2}.shield svg{width:64px;height:64px;fill:none;stroke:var(--brand);stroke-width:1.25}.privacy-ring{position:absolute;border:1px solid rgba(79,70,229,.14);border-radius:50%}.privacy-ring.one{width:220px;height:220px}.privacy-ring.two{width:310px;height:310px;border-style:dashed}.privacy-card h2{font-size:clamp(2rem,3.8vw,3.5rem);line-height:1.04;letter-spacing:-.055em;margin:9px 0 14px}.privacy-card p{color:var(--muted);max-width:640px}.privacy-points{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.privacy-points span{padding:8px 11px;border-radius:999px;border:1px solid #dce0f4;background:#fff;color:var(--ink-2);font-size:.76rem;font-weight:650}

/* FAQ */
.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.faq-list{display:grid;gap:9px}.faq-list details{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.faq-list summary{cursor:pointer;list-style:none;padding:18px 20px;font-weight:720;display:flex;justify-content:space-between;gap:16px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:1.25rem;color:var(--muted);line-height:1}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:0;padding:0 20px 18px;color:var(--muted);font-size:.88rem;line-height:1.65}.final-cta{padding-top:40px}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px 46px;border-radius:22px;background:var(--ink);color:#fff}.cta-box .eyebrow{color:#a7a2ff}.cta-box h2{font-size:2.05rem;letter-spacing:-.045em;margin:7px 0 6px}.cta-box p{color:#cbd5e1;margin:0}.cta-box .button.primary{background:#fff;color:var(--ink);box-shadow:none}

/* Page hero / breadcrumbs */
.page-hero{padding:76px 0 58px;background:linear-gradient(180deg,#fff,#f9faff);border-bottom:1px solid var(--line)}.compact-hero{padding:62px 0 54px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:22px;color:#98a2b3;font-size:.8rem}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{color:var(--brand)}.page-hero h1{font-size:clamp(2.75rem,5vw,4.8rem);letter-spacing:-.06em;line-height:1;margin:9px 0 14px}.page-hero p{max-width:720px;margin:0;color:var(--muted);font-size:1.02rem}.page-search{margin-top:26px;max-width:620px}.content-hero .button{margin-top:24px}

/* Library */
.tool-library{padding-top:72px}.library-group{scroll-margin-top:92px;margin-bottom:70px}.library-title{display:grid;grid-template-columns:1fr .7fr;align-items:end;gap:40px;margin-bottom:24px}.library-title h2{font-size:2rem;letter-spacing:-.045em;margin:5px 0 0}.library-title>p{margin:0;color:var(--muted);text-align:right}

/* Tool page */
.tool-page-hero{text-align:center;padding:58px 0 50px}.tool-hero-inner{display:flex;flex-direction:column;align-items:center}.tool-page-hero .breadcrumbs{align-self:flex-start;margin-bottom:8px}.tool-page-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:var(--brand-soft);color:var(--brand);margin:14px 0 4px}.tool-page-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.65}.tool-page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem);margin:12px 0 12px}.tool-page-hero p{font-size:1rem}.tool-workspace-section{padding:46px 0 86px;background:var(--bg-soft)}.tool-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.tool-workspace{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.workspace-topline{display:flex;justify-content:space-between;gap:12px;padding:13px 18px;border-bottom:1px solid var(--line);background:#fbfcfe;color:var(--muted);font-size:.73rem}.workspace-topline span{display:flex;align-items:center;gap:6px}.workspace-topline svg{width:15px;height:15px;fill:none;stroke:var(--teal);stroke-width:1.8}.tool-workspace form{padding:24px}.drop-zone{min-height:300px;border:1.5px dashed #cbd2df;border-radius:18px;background:#fbfcff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px;cursor:pointer;transition:border-color .18s,background .18s,box-shadow .18s}.drop-zone:hover,.drop-zone.dragover,.drop-zone:focus-visible{border-color:#8f88ff;background:#f7f7ff;box-shadow:inset 0 0 0 3px rgba(79,70,229,.04);outline:none}.drop-zone input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.upload-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:var(--brand-soft);color:var(--brand);margin-bottom:17px}.upload-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7}.drop-zone strong{font-size:1.04rem}.drop-zone>span:not(.upload-icon):not(.choose-file){font-size:.78rem;color:#98a2b3;margin:6px 0}.drop-zone .choose-file{display:inline-flex;padding:9px 14px;border-radius:10px;background:var(--brand);color:#fff;font-size:.84rem;font-weight:750}.drop-zone small{display:block;max-width:560px;color:var(--muted);font-size:.78rem;margin-top:15px;line-height:1.55}.selected-files{margin-top:18px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.selected-files-head{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;border-bottom:1px solid var(--line);background:#fcfcfd}.selected-files-head strong{font-size:.86rem}.file-list{display:grid}.file-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:11px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line);background:#fff}.file-row:last-child{border-bottom:0}.file-row.dragging{opacity:.45}.file-type{width:36px;height:36px;border-radius:10px;background:#fff0ef;color:#f04438;display:grid;place-items:center;font-size:.59rem;font-weight:850}.file-info{min-width:0}.file-info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.82rem}.file-info small{color:var(--muted);font-size:.72rem}.drag-handle{color:#98a2b3;cursor:grab;padding:6px}.drag-handle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.remove-file{border:0;background:transparent;color:#98a2b3;cursor:pointer;padding:7px;border-radius:8px}.remove-file:hover{background:var(--danger-soft);color:var(--danger)}.remove-file svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.pdf-info{padding:11px 14px;border-top:1px solid var(--line);background:#f8fafc;color:var(--ink-2);font-size:.76rem;font-weight:650}.tool-options{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.tool-options legend{font-size:.84rem;font-weight:750;padding:0 6px}.tool-options label>span{display:block;font-size:.8rem;font-weight:720;margin-bottom:7px}.tool-options input[type=text],.tool-options select{width:100%;height:46px;border:1px solid var(--line-strong);border-radius:11px;background:#fff;padding:0 12px;color:var(--ink);outline:none}.tool-options input[type=text]:focus,.tool-options select:focus{border-color:#9e98ff;box-shadow:0 0 0 4px rgba(79,70,229,.08)}.tool-options small{display:block;color:var(--muted);font-size:.73rem;margin-top:6px}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.segmented label{cursor:pointer}.segmented input{position:absolute;opacity:0}.segmented span{display:block;height:100%;padding:13px;border:1px solid var(--line);border-radius:12px}.segmented strong,.segmented small{display:block}.segmented small{margin-top:3px}.segmented input:checked+span{border-color:#8f88ff;background:var(--brand-soft);box-shadow:inset 0 0 0 1px #bdb8ff}.process-actions{display:flex;justify-content:center;margin-top:18px}.progress-panel,.error-panel,.result-panel{margin:0 24px 24px;padding:20px;border-radius:16px}.progress-panel{border:1px solid var(--line);background:#fbfcfe}.progress-head{display:flex;justify-content:space-between;gap:14px;margin-bottom:10px;font-size:.86rem}.progress-track{height:8px;border-radius:999px;background:#e9edf4;overflow:hidden}.progress-track span{display:block;width:0;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand),#7b70ff);transition:width .2s}.progress-panel p{margin:10px 0 0;color:var(--muted);font-size:.76rem}.error-panel{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:start;border:1px solid #ffd4d0;background:var(--danger-soft)}.error-panel strong{color:#912018}.error-panel p{margin:3px 0 0;color:#a23b31;font-size:.8rem}.status-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center}.status-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.status-icon.error{background:#fee4e2;color:var(--danger)}.status-icon.success{background:var(--success-soft);color:var(--success)}.result-panel{display:grid;grid-template-columns:auto 1fr;gap:16px;border:1px solid #c7ead7;background:#f7fffa}.result-copy h2{font-size:1.35rem;letter-spacing:-.035em;margin:5px 0 4px}.result-copy p{margin:0;color:var(--muted);font-size:.82rem}.result-actions{grid-column:2;display:flex;flex-wrap:wrap;gap:9px;margin-top:5px}.compression-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.compression-stats div{padding:10px;border:1px solid #d8eee1;border-radius:11px;background:#fff}.compression-stats small,.compression-stats strong{display:block}.compression-stats small{color:var(--muted);font-size:.67rem}.compression-stats strong{margin-top:2px;font-size:.82rem}.tool-side-card{position:sticky;top:92px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:22px;box-shadow:var(--shadow-sm)}.tool-side-card h2{font-size:1.35rem;letter-spacing:-.04em;line-height:1.15;margin:7px 0 16px}.tool-side-card ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.tool-side-card li{position:relative;padding-left:22px;color:var(--ink-2);font-size:.8rem}.tool-side-card li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:850}.side-privacy{margin-top:22px;padding:16px;border-radius:14px;background:var(--bg-soft)}.side-privacy strong{font-size:.86rem}.side-privacy p{margin:5px 0 10px;color:var(--muted);font-size:.75rem}.side-privacy a{color:var(--brand);font-size:.76rem;font-weight:750;text-decoration:none}

/* Tool content */
.tool-content{padding-top:82px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:56px;align-items:start}.article-main{max-width:760px}.article-main>section{margin-bottom:52px}.article-main h2{font-size:1.8rem;letter-spacing:-.04em;margin:0 0 12px}.article-main>section>p{color:var(--muted);line-height:1.78}.article-steps{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:9px}.article-steps li{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:13px 15px;border:1px solid var(--line);border-radius:13px}.article-steps span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--brand-soft);color:var(--brand);font-size:.74rem;font-weight:850}.article-steps p{margin:0;color:var(--ink-2);font-size:.86rem}.related-tools{position:sticky;top:92px}.related-tools h2{font-size:1.4rem;letter-spacing:-.04em;margin:7px 0 15px}.related-tools .tool-card{margin-bottom:9px;min-height:88px;padding:13px}.related-tools .tool-icon{width:38px;height:38px}.related-tools .tool-copy small{display:none}

/* Content/legal/404 */
.content-page-section{background:var(--bg-soft);min-height:420px}.prose-card{max-width:900px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:42px;box-shadow:var(--shadow-sm)}.prose-card section+section{border-top:1px solid var(--line);margin-top:28px;padding-top:28px}.prose-card h2{font-size:1.45rem;letter-spacing:-.035em;margin:0 0 8px}.prose-card p{color:var(--muted);margin:0;line-height:1.78}.legal-draft-note{max-width:780px;margin-top:24px;padding:13px 15px;border:1px solid #f7d69c;border-radius:12px;background:#fffbeb;color:#7a4b05;font-size:.79rem}.legal-draft-note strong{color:#5f3b05}.not-found{min-height:68vh;display:grid;place-items:center;padding:70px 0}.not-found-inner{text-align:center;max-width:720px}.error-code{display:block;color:#c7c4ff;font-size:6rem;font-weight:900;line-height:1;letter-spacing:-.08em}.not-found .eyebrow{justify-content:center;margin-top:12px}.not-found h1{font-size:clamp(2.5rem,6vw,4.8rem);letter-spacing:-.065em;line-height:1;margin:11px 0 14px}.not-found p{color:var(--muted);max-width:610px;margin:0 auto}.not-found .hero-actions{justify-content:center}

/* Footer */
.site-footer{border-top:1px solid var(--line);background:#fbfcfe;padding:58px 0 26px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:48px}.footer-brand>p{color:var(--ink-2);font-weight:650;margin:15px 0 3px}.footer-brand .footer-note{max-width:300px;color:var(--muted);font-weight:400;font-size:.8rem;line-height:1.6}.footer-grid h2{font-size:.82rem;margin:0 0 12px}.footer-grid>div:not(.footer-brand)>a{display:block;color:var(--muted);font-size:.8rem;text-decoration:none;padding:5px 0}.footer-grid>div>a:hover{color:var(--brand)}.footer-bottom{margin-top:42px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:24px;color:#98a2b3;font-size:.75rem}.footer-bottom div{display:flex;gap:16px}.footer-bottom a{text-decoration:none}.footer-bottom a:hover{color:var(--brand)}

@media (max-width:1020px){
  .desktop-nav{display:none}.menu-toggle{display:block}.nav-cta{display:none}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy{max-width:780px}.hero-copy h1{max-width:9.4ch}.document-visual{min-height:460px;max-width:620px;width:100%;margin:0 auto}.inline-search-card{grid-template-columns:1fr}.tool-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.how-grid,.faq-layout{grid-template-columns:1fr;gap:40px}.privacy-card{grid-template-columns:1fr}.privacy-visual{min-height:250px}.tool-layout{grid-template-columns:1fr}.tool-side-card{position:static}.content-grid{grid-template-columns:1fr}.related-tools{position:static}.related-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.related-tools .eyebrow,.related-tools h2{grid-column:1/-1}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.category-grid{grid-template-columns:1fr}.section-head.split,.library-title{grid-template-columns:1fr}.library-title>p{text-align:left}.privacy-card{padding:40px}.tool-page-hero .breadcrumbs{align-self:stretch}
}
@media (max-width:700px){
  .container{width:min(100% - 24px,var(--max))}.section{padding:70px 0}.nav-shell{min-height:64px}.brand-mark{width:34px;height:34px}.brand-word{font-size:1.13rem}.home-hero{padding:58px 0 52px}.hero-copy h1{font-size:clamp(3rem,15vw,4.5rem)}.hero-copy>p{font-size:.98rem}.hero-actions .button{width:100%}.hero-trust{display:grid;gap:8px}.document-visual{min-height:390px}.doc-card{width:200px;height:275px}.main-card{padding:22px}.orbit-a{width:330px;height:330px}.orbit-b{width:260px;height:260px}.visual-tool{padding:9px 10px}.visual-tool .tool-icon{width:30px;height:30px}.tool-a{left:0;top:21%}.tool-b{right:0}.tool-c{left:0;bottom:9%}.search-band{margin-top:-10px}.inline-search-card{padding:20px}.tool-grid{grid-template-columns:1fr}.section-head h2{font-size:2.35rem}.benefit-grid{grid-template-columns:1fr}.privacy-card{padding:28px 20px}.privacy-visual{min-height:210px}.shield{width:110px;height:110px}.privacy-ring.one{width:185px;height:185px}.privacy-ring.two{width:250px;height:250px}.cta-box{display:block;padding:32px 24px}.cta-box .button{width:100%;margin-top:20px}.page-hero{padding:48px 0 40px}.page-hero h1{font-size:3rem}.tool-workspace-section{padding:24px 0 60px}.workspace-topline{display:grid;gap:5px}.tool-workspace form{padding:14px}.drop-zone{min-height:250px;padding:26px 16px}.options-grid,.segmented{grid-template-columns:1fr}.progress-panel,.error-panel,.result-panel{margin:0 14px 14px}.error-panel{grid-template-columns:auto 1fr}.error-panel .text-button{grid-column:2;justify-self:start}.result-panel{grid-template-columns:1fr}.result-panel .status-icon{margin-bottom:-4px}.result-actions{grid-column:1}.result-actions .button{width:100%}.compression-stats{grid-template-columns:1fr}.file-row{grid-template-columns:auto 1fr auto}.file-row .drag-handle{display:none}.content-grid{gap:30px}.article-main h2{font-size:1.55rem}.related-tools{grid-template-columns:1fr}.prose-card{padding:26px 20px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.search-overlay{padding:70px 10px 10px}.search-dialog{padding:17px}.search-dialog-head h2{font-size:1.25rem}.home-search{height:50px}
}
@media (max-width:420px){.document-visual{min-height:340px}.doc-card{width:170px;height:240px}.main-card{transform:translate(24px,-10px) rotate(5deg)}.back-card{transform:translate(-25px,10px) rotate(-8deg)}.visual-tool strong{display:none}.orbit-a{width:290px;height:290px}.orbit-b{width:220px;height:220px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

/* Phase completion: richer content, validation UI and accessible ordering */
.button:disabled{cursor:not-allowed;opacity:.52;transform:none!important;box-shadow:none!important}.search-empty{margin:12px 4px 4px;padding:14px;border-radius:12px;background:var(--bg-soft);color:var(--muted);font-size:.82rem;text-align:center}.upload-limits{margin-top:6px!important;color:#7c879b!important;font-weight:650}.noscript-note{margin:16px 0 0;padding:12px 14px;border:1px solid #f7d69c;border-radius:12px;background:#fffbeb;color:#7a4b05;font-size:.8rem}.file-row{grid-template-columns:auto minmax(0,1fr) auto auto auto}.file-order-actions{display:flex;gap:4px}.order-file{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink-2);cursor:pointer;font-size:.9rem;font-weight:800}.order-file:hover,.order-file:focus-visible{border-color:#b8b3ff;background:var(--brand-soft);color:var(--brand);outline:none}.order-file:disabled{opacity:.32;cursor:not-allowed;background:#fff;color:#98a2b3}.progress-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px}.progress-foot p{margin:0}.danger-text{color:var(--danger);flex:0 0 auto}.danger-text:hover,.danger-text:focus-visible{background:var(--danger-soft)}.result-expiry{margin-top:7px!important;color:#7c879b!important;font-size:.73rem!important}.article-points{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px}.article-points li{position:relative;padding:12px 15px 12px 40px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink-2);font-size:.86rem}.article-points li:before{content:"✓";position:absolute;left:15px;top:12px;color:var(--teal);font-weight:900}.guide-section{background:#fff}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.guide-card{border:1px solid var(--line);border-radius:18px;padding:26px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:var(--shadow-sm)}.guide-card>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--brand-soft);color:var(--brand);font-size:.75rem;font-weight:850}.guide-card h3{margin:17px 0 8px;font-size:1.15rem;letter-spacing:-.025em}.guide-card p{margin:0 0 17px;color:var(--muted);font-size:.84rem;line-height:1.72}.library-explainer{border-top:1px solid var(--line)}.explainer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.explainer-grid article{border:1px solid var(--line);border-radius:18px;background:#fff;padding:28px}.explainer-grid h2{margin:8px 0 10px;font-size:1.5rem;letter-spacing:-.04em}.explainer-grid p{margin:0;color:var(--muted);line-height:1.75}.legal-meta{display:inline-flex;margin-top:20px;padding:8px 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:.79rem}.legal-meta strong{color:var(--ink-2);margin-right:5px}.legal-intro{padding:0 0 28px;border-bottom:1px solid var(--line)}.legal-intro p{font-size:.96rem;color:var(--ink-2)}.rich-prose section p+p{margin-top:12px}.rich-prose ul{margin:16px 0 0;padding-left:22px;color:var(--muted)}.rich-prose li{margin:8px 0;line-height:1.7}.rich-prose a{color:var(--brand)}
@media (max-width:1020px){.guide-grid{grid-template-columns:1fr 1fr}.guide-card:last-child{grid-column:1/-1}.explainer-grid{grid-template-columns:1fr}}
@media (max-width:700px){.file-row{grid-template-columns:auto minmax(0,1fr) auto auto;gap:8px;padding:11px 10px}.file-row .drag-handle{display:none}.file-order-actions{gap:3px}.order-file{width:28px;height:28px}.guide-grid{grid-template-columns:1fr}.guide-card:last-child{grid-column:auto}.guide-card{padding:22px}.progress-foot{align-items:flex-start}.progress-foot p{padding-right:8px}.footer-bottom div{flex-direction:column;gap:6px}.explainer-grid article{padding:22px}}
@media (max-width:390px){.file-type{display:none}.file-row{grid-template-columns:minmax(0,1fr) auto auto}.order-file{width:27px}.remove-file{padding:6px}}

/* Advanced PDF suite */
[hidden]{display:none!important}
.category-chip-row{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin:24px auto 0}.category-chip{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:.78rem;font-weight:750}.category-chip strong{color:var(--ink-2)}
.tool-card.featured{border-color:#d9d6ff;background:linear-gradient(180deg,#fff,#faf9ff)}.tool-card.featured .tool-icon{background:linear-gradient(135deg,var(--brand),#8b6cff);color:#fff}.tool-card .batch-badge{margin-left:auto;align-self:flex-start;padding:4px 7px;border-radius:999px;background:#ecfdf3;color:#147a46;font-size:.64rem;font-weight:850;letter-spacing:.02em;white-space:nowrap}
.advanced-note{margin-top:18px;padding:14px 16px;border:1px solid #d9d6ff;border-radius:13px;background:#faf9ff;color:#5d5a77;font-size:.82rem;line-height:1.65}.advanced-note strong{color:var(--brand)}
.editor-shell{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.editor-toolbar{position:sticky;top:72px;z-index:6;display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:14px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.editor-toolbar .button{min-height:40px;padding:9px 13px}.editor-toolbar [data-editor-tool].active{background:var(--brand);border-color:var(--brand);color:#fff}.editor-field{display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid var(--line);border-radius:11px;background:#fff}.editor-field span{font-size:.72rem;color:var(--muted);font-weight:750}.editor-field input[type=text]{width:180px;border:0;outline:0}.editor-field input[type=number]{width:64px;border:0;outline:0}.editor-field input[type=color]{width:32px;height:28px;padding:0;border:0;background:transparent}.editor-filebar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:18px;border-bottom:1px solid var(--line);background:var(--bg-soft)}.editor-filebar input[type=file]{max-width:100%}.editor-status{margin-left:auto;color:var(--muted);font-size:.8rem}.editor-status[data-kind=error]{color:var(--danger)}.editor-status[data-kind=success]{color:#12814a}.editor-stage{min-height:360px;padding:26px;background:#eef2f7;display:grid;gap:26px;justify-items:center}.editor-loading{padding:80px 20px;color:var(--muted)}.editor-page{position:relative;background:#fff;box-shadow:0 15px 35px rgba(31,41,55,.16);overflow:hidden;touch-action:none}.editor-page>canvas{display:block;width:100%;height:100%}.editor-page-label{position:absolute;left:10px;top:10px;z-index:4;padding:5px 8px;border-radius:999px;background:rgba(17,24,39,.8);color:#fff;font-size:.68rem;font-weight:800;pointer-events:none}.editor-overlay{position:absolute;inset:0;z-index:3;cursor:crosshair}.editor-ann{position:absolute;user-select:none}.editor-ann-text{font-weight:650;line-height:1.1;text-shadow:0 1px 0 rgba(255,255,255,.7)}.editor-ann-image{height:auto;border:1px dashed rgba(109,61,245,.5)}.editor-ann-svg{inset:0;width:100%;height:100%;pointer-events:none}.editor-ann-box.highlight{background:rgba(255,222,62,.38);border:1px solid rgba(196,150,0,.28)}.editor-ann-box.whiteout{background:#fff;border:1px dashed #cbd0d9}.editor-footer{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;padding:18px;border-top:1px solid var(--line)}
.signature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.signature-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px;box-shadow:var(--shadow-sm)}.signature-card h2{font-size:1.35rem;margin:0 0 10px}.signature-card p{margin:0 0 18px;color:var(--muted);font-size:.86rem}.signature-pad-wrap{border:1px dashed #b9bfca;border-radius:16px;background:#fff;padding:10px}.signature-pad{display:block;width:100%;height:190px;background:#fff;border-radius:10px;touch-action:none}.signature-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.signature-options label{display:grid;gap:6px;color:var(--ink-2);font-size:.78rem;font-weight:750}.signature-options input,.signature-options select{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fff;color:var(--ink)}.signature-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.signature-status{margin-top:13px;color:var(--muted);font-size:.8rem}.signature-status[data-kind=error]{color:var(--danger)}.signature-status[data-kind=success]{color:#12814a}
.pro-suite{margin-top:26px;border:1px solid #dcdff0;border-radius:24px;padding:28px;background:linear-gradient(135deg,#fff 0%,#faf9ff 56%,#f0fbf9 100%);box-shadow:var(--shadow-sm)}.pro-suite-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.pro-suite-head h3{margin:4px 0 7px;font-size:1.6rem;letter-spacing:-.04em}.pro-suite-head p{margin:0;color:var(--muted);max-width:680px}.suite-stat{display:grid;place-items:center;min-width:96px;padding:14px;border-radius:17px;background:var(--brand);color:#fff}.suite-stat strong{font-size:1.6rem;line-height:1}.suite-stat span{font-size:.7rem;margin-top:5px;text-transform:uppercase;letter-spacing:.08em}.suite-points{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.suite-points div{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.suite-points strong{display:block;font-size:.86rem;margin-bottom:3px}.suite-points span{color:var(--muted);font-size:.74rem;line-height:1.5}
@media(max-width:900px){.signature-grid{grid-template-columns:1fr}.suite-points{grid-template-columns:repeat(2,1fr)}.editor-toolbar{top:64px}.editor-status{width:100%;margin-left:0}.editor-field input[type=text]{width:140px}}
@media(max-width:600px){.editor-stage{padding:14px}.editor-toolbar{gap:7px}.editor-toolbar .button{font-size:.75rem}.editor-field{width:100%}.editor-field input[type=text]{width:100%}.signature-options{grid-template-columns:1fr}.suite-points{grid-template-columns:1fr}.pro-suite-head{display:grid}.suite-stat{justify-self:start}.editor-footer .button{width:100%}}
