:root{--background:#ffffff;--surface:#ffffff;--surface-subtle:#f8fafc;--surface-primary:#eff6ff;--foreground:#111827;--muted-foreground:#667085;--primary:#2563eb;--primary-action:#2563eb;--primary-hover:#1d4ed8;--primary-strong:#1e40af;--border:#e5e7eb;--border-strong:#d0d5dd;--success:#15803d;--success-soft:#f0fdf4;--danger:#b42318;--danger-soft:#fef3f2;--rating-star:#fbbf24;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--shadow-sm:0 1px 2px rgb(16 24 40/0.04);--shadow-md:0 12px 32px rgb(16 24 40/0.08);--motion-fast:150ms;--motion-medium:260ms;--motion-slow:520ms;--ease-out:cubic-bezier(0.16,1,0.3,1);--focus-ring:0 0 0 3px rgb(37 99 235/0.35);--touch-min:44px}[data-theme=dark]{--background:#080b12;--surface:#111722;--surface-subtle:#0d1420;--surface-primary:#172554;--foreground:#f3f4f6;--muted-foreground:#aab4c3;--primary:#60a5fa;--primary-action:#2563eb;--primary-hover:#1d4ed8;--primary-strong:#93c5fd;--border:#334155;--border-strong:#475569;--success:#4ade80;--success-soft:#0d281b;--danger:#fda29b;--danger-soft:#351515;--shadow-sm:0 1px 2px rgb(0 0 0/0.25);--shadow-md:0 16px 40px rgb(0 0 0/0.34);--focus-ring:0 0 0 3px rgb(96 165 250/0.45)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:190px}body{margin:0;overflow-x:clip;color:var(--foreground);background:var(--background);font-family:Google Sans Flex Variable,system-ui,sans-serif;font-size:16px;line-height:1.5;transition:color .18s ease,background-color .18s ease}a{color:inherit;text-decoration:none}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 14px;border-radius:10px;transform:translateY(-150%);color:white;background:var(--primary-action);font-weight:750;transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}button,input,select{font:inherit}a,button,label{-webkit-tap-highlight-color:transparent}.button:active,a:active,button:active{opacity:.82}:focus-visible{outline:none;box-shadow:var(--focus-ring)}h1,h2,h3,p{text-wrap:pretty}h1,h2,h3{margin-top:0;color:var(--foreground);letter-spacing:-.035em}.site-header{position:relative;z-index:20;width:100%;border-bottom:1px solid var(--border);background:rgb(255 255 255/.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.benefits-section,.category-section,.directory-hero,.faq-section,.featured-section,.header-inner,.hero,.info-page,.steps-section,.testimonials-section,.tool-page,.tools-section{width:min(1180px,calc(100% - 48px));margin-inline:auto}.header-inner{min-height:72px;display:flex;align-items:center;gap:36px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.language-switcher{position:relative;flex:0 0 auto}.language-trigger{min-width:122px;min-height:40px;padding:0 10px;border:1px solid var(--border-strong);border-radius:10px;display:inline-flex;align-items:center;gap:8px;color:var(--foreground);background:var(--surface);font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.language-trigger:hover,.language-trigger[aria-expanded=true]{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:var(--surface-primary)}.language-option:focus-visible,.language-trigger:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 24%,transparent);outline-offset:2px}.language-trigger>span:not(.locale-flag){max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.language-chevron{margin-left:auto;color:var(--muted-foreground);transition:transform .16s ease}.language-trigger[aria-expanded=true] .language-chevron{transform:rotate(180deg)}.locale-flag{width:24px;height:16px;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--foreground) 12%,transparent);border-radius:4px;overflow:hidden;display:inline-flex;background:white;box-shadow:0 1px 2px rgb(15 23 42/12%)}.locale-flag svg{width:100%;height:100%;display:block}.language-menu{position:absolute;z-index:90;top:calc(100% + 10px);right:0;width:220px;padding:10px;border:1px solid var(--border-strong);border-radius:16px;background:var(--surface);box-shadow:0 20px 50px rgb(15 23 42/18%);transform-origin:top right;animation:language-menu-in .16s var(--ease-out) both}[dir=rtl] .language-menu{right:auto;left:0;transform-origin:top left}.language-menu-heading{padding:5px 8px 9px;color:var(--muted-foreground);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.language-options{max-height:min(420px,calc(100vh - 120px));overflow-y:auto;display:grid;grid-template-columns:1fr;grid-gap:4px;gap:4px;scrollbar-width:thin}.language-option{min-width:0;min-height:52px;padding:7px 9px;border:0;border-radius:10px;display:flex;align-items:center;gap:9px;color:var(--foreground);background:transparent;text-align:left;cursor:pointer;transition:color .14s ease,background .14s ease}.language-option:focus-visible,.language-option:hover{background:var(--surface-subtle)}.language-option[aria-selected=true]{color:var(--primary);background:var(--surface-primary)}.language-option>span:not(.locale-flag){min-width:0;display:grid;grid-gap:2px;gap:2px}.language-option strong{overflow:hidden;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.language-option small{color:var(--muted-foreground);font-size:10px;font-weight:700;line-height:1;text-transform:uppercase}.language-option>svg{margin-left:auto;flex:0 0 auto;color:var(--primary)}@keyframes language-menu-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:360px){.site-header .brand-copy{display:none}}@media (prefers-reduced-motion:reduce){.language-chevron,.language-menu{animation:none;transition:none}}.brand-link{display:inline-flex;min-width:0;color:inherit}.brand{display:flex;align-items:center;gap:9px;color:var(--foreground)}.brand-image{width:38px;height:38px;flex:0 0 auto;object-fit:contain}.brand-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.brand-wordmark{font-size:20px;font-weight:800;letter-spacing:-.045em;line-height:1}.brand-accent{color:var(--primary)}.brand-tagline{margin-top:6px;color:var(--muted-foreground);font-size:12.5px;font-weight:500;letter-spacing:-.01em;line-height:1.35}.footer-brand .brand-wordmark{font-size:28px}.footer-brand .brand{gap:12px}.footer-brand .brand-image{width:78px;height:78px}.footer-brand .brand-tagline{max-width:320px;margin-top:8px;margin-bottom:0;font-size:14px;line-height:1.5}.desktop-nav{display:flex;align-items:center;gap:28px}.desktop-nav a,.support-link{min-height:44px;display:inline-flex;align-items:center;gap:5px;color:#344054;font-size:14px;font-weight:650;transition:color .16s ease}.back-link:hover,.breadcrumb a:hover,.desktop-nav a:hover,.support-link:hover{color:var(--primary)}.header-actions{margin-left:auto;display:flex;align-items:center;gap:20px}.theme-toggle{min-width:78px;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;color:var(--foreground);background:var(--surface);font-size:13px;font-weight:700}.theme-toggle:hover{border-color:var(--primary);color:var(--primary);background:var(--surface-primary)}.theme-toggle svg{animation:icon-pop .22s var(--ease-out) both}.mobile-header-controls,.mobile-menu{display:none}.button{min-height:46px;border:1px solid transparent;border-radius:var(--radius-sm);padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-weight:750;transition:background-color var(--motion-fast) ease,border-color var(--motion-fast) ease,color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,opacity var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{cursor:not-allowed;opacity:.5}.button-primary{color:#ffffff;background:var(--primary-action)}.button-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 8px 20px rgb(37 99 235/.2)}.button-secondary{color:#344054;border-color:var(--border-strong);background:#ffffff}.button-secondary:hover:not(:disabled){border-color:#a5b4fc;color:var(--primary-strong);background:var(--surface-primary)}.button-ghost{color:#475467;border-color:var(--border);background:transparent}.button-ghost:hover:not(:disabled){color:var(--foreground);background:var(--surface-subtle)}.button-compact{min-height:40px;padding-inline:17px;font-size:14px}.button-large{min-height:52px;padding-inline:24px}.hero{position:relative;min-height:610px;padding-block:82px 76px;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(400px,.94fr);align-items:center;grid-gap:56px;gap:56px;text-align:left}.hero:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:radial-gradient(circle at 20% 20%,rgb(219 234 254/.82),transparent 38%),radial-gradient(circle at 85% 60%,rgb(239 246 255/.84),transparent 35%);pointer-events:none}.hero-badge{width:-moz-fit-content;width:fit-content;margin-bottom:22px;padding:7px 11px;border:1px solid #c7d2fe;border-radius:999px;display:inline-flex;align-items:center;gap:7px;color:var(--primary-strong);background:rgb(238 242 255/.8);font-size:13px;font-weight:700}.hero-copy{max-width:650px;animation:hero-enter var(--motion-slow) var(--ease-out) both}.hero h1{max-width:650px;margin-bottom:22px;font-size:clamp(50px,5.2vw,68px);line-height:1.02}.hero h1 span{color:var(--primary)}.hero-description{max-width:590px;margin:0 0 28px;color:var(--muted-foreground);font-size:18px;line-height:1.7}.hero-actions{margin-top:28px;gap:12px}.hero-actions,.trust-list{display:flex;flex-wrap:wrap}.trust-list{margin:25px 0 0;padding:0;gap:20px;list-style:none;color:#475467;font-size:13px;font-weight:650}.trust-list li{display:flex;align-items:center;gap:7px}.trust-list svg{color:var(--success)}.hero-search-shell{position:relative;z-index:5;max-width:620px;text-align:left}.hero-search{min-height:68px;padding:8px 8px 8px 20px;border:1px solid var(--border-strong);border-radius:18px;display:flex;align-items:center;gap:12px;color:var(--muted-foreground);background:rgb(255 255 255/.88);box-shadow:0 16px 48px rgb(37 99 235/.13);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px rgb(37 99 235/.12),0 16px 48px rgb(37 99 235/.13)}.hero-search input{min-width:0;flex:1 1;border:0;outline:0;color:var(--foreground);background:transparent;font-size:16px}.hero-search>button{min-height:50px;padding:0 18px;border:0;border-radius:12px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:white;background:var(--primary-action);font-weight:750}.hero-search>button:hover{background:var(--primary-hover)}.search-shortcut{min-width:42px;height:30px;border:1px solid var(--border);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:2px;color:var(--muted-foreground);background:var(--surface-subtle);font-size:12px;font-weight:700}.hero-search-results{position:absolute;z-index:10;top:76px;width:100%;margin:0;padding:8px;border:1px solid var(--border);border-radius:16px;list-style:none;background:var(--surface);box-shadow:var(--shadow-md);transform-origin:top center;animation:search-results-enter var(--motion-fast) var(--ease-out) both}.hero-search-results>button{width:100%;min-height:64px;padding:10px 12px;border:0;border-radius:11px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;cursor:pointer;color:var(--foreground);background:transparent;text-align:left}.hero-search-results>button:hover,.hero-search-results>button[aria-selected=true]{background:var(--surface-primary)}.hero-search-results>button>span:nth-child(2){display:grid;grid-gap:2px;gap:2px}.hero-search-results small{color:var(--muted-foreground);font-size:13px}.search-result-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary)}.search-no-result{min-height:72px;padding:14px;display:flex;align-items:center;gap:10px;color:var(--muted-foreground);line-height:1.5}.hero-search-prompts{margin-top:12px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.hero-search-prompts button{min-height:38px;padding:0 12px;border:1px solid var(--border);border-radius:999px;cursor:pointer;color:var(--muted-foreground);background:rgb(255 255 255/.68);font-size:13px;font-weight:650;transition:border-color var(--motion-fast) ease,color var(--motion-fast) ease,background-color var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.hero-search-prompts button:hover{border-color:var(--primary);color:var(--primary-strong);background:var(--surface);transform:translateY(-1px)}.hero-visual{position:relative;min-height:470px;overflow:hidden;border-radius:28px;animation:visual-enter .7s var(--ease-out) 90ms both;isolation:isolate}.hero-visual:before{content:"";position:absolute;z-index:-2;inset:40px 10px 20px;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgb(219 234 254/.96),transparent 48%),radial-gradient(circle at 58% 55%,rgb(238 242 255/.8),transparent 67%);filter:blur(2px)}.hero-orbit{position:absolute;z-index:-1;left:50%;top:46%;border:1px dashed rgb(37 99 235/.23);border-radius:50%;transform:translate(-50%,-50%)}.hero-orbit-outer{width:380px;height:330px;animation:orbit-spin 28s linear infinite}.hero-orbit-inner{width:255px;height:230px;border-style:solid;border-color:rgb(37 99 235/.12)}.pdf-document-stack{position:absolute;z-index:2;top:50%;left:50%;width:128px;height:166px;transform:translate(-50%,-50%);animation:pdf-float 4.8s ease-in-out infinite}.pdf-back,.pdf-document{position:absolute;inset:0;border:1px solid rgb(191 219 254/.9);border-radius:18px;background:rgb(255 255 255/.88);box-shadow:0 20px 50px rgb(37 99 235/.14)}.pdf-back-one{transform:rotate(-12deg) translate(-18px,6px);opacity:.58}.pdf-back-two{transform:rotate(11deg) translate(18px,5px);opacity:.72}.pdf-document{display:grid;place-content:center;justify-items:center;grid-gap:10px;gap:10px;color:#dc2626;background:linear-gradient(145deg,#ffffff,#fef2f2)}.pdf-document strong{color:#1e293b;font-size:24px;letter-spacing:-.04em}.orbit-feature{position:absolute;z-index:3;width:108px;min-height:104px;padding:14px 10px;border:1px solid rgb(219 234 254/.95);border-radius:17px;display:grid;place-content:center;justify-items:center;grid-gap:10px;gap:10px;color:var(--foreground);background:rgb(255 255 255/.86);box-shadow:0 14px 34px rgb(37 99 235/.11);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px}.orbit-feature span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary)}.orbit-feature-convert{top:54px;left:18px;transform:rotate(-3deg)}.orbit-feature-edit{top:52px;right:16px;transform:rotate(3deg)}.orbit-feature-organize{bottom:78px;left:26px;transform:rotate(2deg)}.orbit-feature-protect{right:10px;bottom:76px;transform:rotate(-3deg)}.orbit-dot{position:absolute;z-index:1;width:28px;height:28px;border-radius:9px;background:rgb(219 234 254/.9);box-shadow:0 8px 20px rgb(37 99 235/.1)}.orbit-dot-one{top:126px;left:150px}.orbit-dot-two{top:118px;right:126px}.orbit-dot-three{right:142px;bottom:116px}.hero-visual-note{top:12px;right:0;font-size:13px;font-style:italic;line-height:1.35;transform:rotate(-8deg)}.hero-visual-assurance,.hero-visual-note{position:absolute;color:var(--muted-foreground)}.hero-visual-assurance{left:50%;bottom:8px;min-height:42px;padding:0 15px;border:1px solid var(--border);border-radius:999px;display:inline-flex;align-items:center;gap:8px;transform:translateX(-50%);background:rgb(255 255 255/.82);box-shadow:var(--shadow-sm);white-space:nowrap;font-size:11px;font-weight:700}.hero-visual-assurance svg{color:var(--primary)}.hero-panel{padding:18px;border:1px solid #d8dcf0;border-radius:24px;background:rgb(255 255 255/.78);box-shadow:var(--shadow-md)}.hero-window{border:1px solid var(--border);border-radius:16px;background:white;overflow:hidden}.window-bar{height:42px;padding:0 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:7px;background:var(--surface-subtle)}.window-bar span{width:8px;height:8px;border-radius:50%;background:#d0d5dd}.hero-drop{min-height:270px;margin:20px;border:1.5px dashed #a5b4fc;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted-foreground);background:#fafaff;text-align:center}.upload-orbit{width:68px;height:68px;margin-bottom:18px;border-radius:20px;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary)}.hero-drop strong{margin-bottom:4px;color:var(--foreground);font-size:17px}.demo-button,.hero-drop>span:not(.upload-orbit,.demo-button){font-size:13px}.demo-button{margin-top:17px;padding:9px 18px;border-radius:9px;color:white;background:var(--primary-action);font-weight:750}.hero-file{margin:0 20px 20px;padding:12px;border:1px solid var(--border);border-radius:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:11px;gap:11px}.pdf-chip{width:40px;height:42px;border-radius:8px;display:grid;place-items:center;color:#b42318;background:#fee4e2;font-size:10px;font-weight:800}.hero-file>span:nth-child(2){display:grid}.hero-file strong{font-size:13px}.hero-file small{color:var(--muted-foreground);font-size:11px}.hero-file>svg{color:var(--success)}.eyebrow{margin:0 0 12px;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.benefits-section,.faq-section,.steps-section,.testimonials-section,.tools-section{padding-block:88px}.benefits-section,.tools-section{border-top:1px solid var(--border)}.section-heading{margin-bottom:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.category-copy h2,.faq-section h2,.related-tools h2,.section-heading h2,.tool-content-heading h2{margin-bottom:0;font-size:clamp(30px,3.5vw,40px);line-height:1.15}.category-copy>p:last-child,.section-heading>p,.tool-content-heading>p:last-child{max-width:450px;margin:0;color:var(--muted-foreground)}.centered-heading{justify-content:center;text-align:center}.featured-section{padding-block:80px;border-top:1px solid var(--border)}.featured-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(168px,auto);grid-gap:16px;gap:16px;animation:section-enter .62s var(--ease-out) .1s both}.featured-card{position:relative;overflow:hidden;min-height:176px;padding:24px;border:1px solid #e0e8f9;border-radius:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;grid-gap:12px;gap:12px;background:var(--surface);box-shadow:0 10px 30px rgb(37 99 235/.06);transition:border-color var(--motion-fast) ease,box-shadow var(--motion-medium) var(--ease-out),transform var(--motion-medium) var(--ease-out)}.featured-card:hover{border-color:#bfdbfe;box-shadow:0 18px 40px rgb(37 99 235/.12);transform:translateY(-4px)}.featured-card:before{z-index:0;right:-20px;top:20%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgb(191 219 254/.55),transparent 68%)}.featured-card:after,.featured-card:before{content:"";position:absolute;pointer-events:none}.featured-card:after{inset:0;background:linear-gradient(115deg,transparent 25%,rgb(255 255 255/.28) 48%,transparent 70%);opacity:0;transform:translateX(-35%);transition:opacity var(--motion-fast) ease,transform .56s var(--ease-out)}.featured-card:hover:after{opacity:1;transform:translateX(35%)}.featured-body{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.featured-card .tool-icon{margin:0;width:48px;height:48px;border:1px solid rgb(255 255 255/.8);background:rgb(255 255 255/.62);box-shadow:0 8px 18px rgb(37 99 235/.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform var(--motion-medium) var(--ease-out)}.featured-card:hover .tool-icon{transform:scale(1.06) rotate(-2deg)}.featured-copy{min-width:0;display:grid;grid-gap:7px;gap:7px}.featured-card strong{color:var(--foreground);font-size:20px}.featured-card small{color:var(--muted-foreground);font-size:14px;line-height:1.55}.featured-label{position:absolute;z-index:2;top:18px;right:18px;padding:5px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;color:var(--primary-strong);background:rgb(219 234 254/.86);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.featured-label.is-featured{color:#1d4ed8}.featured-action,.featured-cta{margin-top:auto;width:-moz-fit-content;width:fit-content}.featured-action{padding-top:6px;display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:13px;font-weight:750}.featured-cta{min-height:42px;padding:0 16px;font-size:14px}.button svg,.featured-action svg,.related-grid a svg:last-child,.section-link svg,.tool-link svg{transition:transform var(--motion-fast) var(--ease-out)}.button:hover svg,.featured-card:hover .featured-action svg,.featured-card:hover .featured-cta svg,.related-grid a:hover svg:last-child,.section-link:hover svg,.tool-card:hover .tool-link svg{transform:translateX(3px)}.featured-card-1{grid-column:span 7;grid-row:span 2;min-height:400px;padding:32px}.featured-card-1:before{top:auto;right:28px;bottom:-24px;width:280px;height:280px}.featured-card-1 .tool-icon{width:58px;height:58px;border-radius:16px}.featured-card-1 strong{font-size:32px}.featured-card-1 small{max-width:340px;font-size:16px}.featured-card-1 .tool-illustration{align-self:end;min-width:340px;min-height:176px;margin-top:56px;margin-bottom:4px;gap:16px}.featured-card-1 .illus-file-lg{width:118px;height:144px;border-radius:24px}.featured-card-1 .illus-file-sm{width:72px;height:86px;border-radius:18px}.featured-card-1 .illus-file small{font-size:12px}.featured-card-1 .illus-bubble{top:auto;right:8px;bottom:calc(100% - 22px);padding:8px 14px;font-size:13px}.featured-card-2,.featured-card-3{grid-column:span 5}.featured-card-4,.featured-card-5,.featured-card-6{grid-column:span 4}.tool-illustration{position:relative;z-index:1;align-self:end;min-width:118px;min-height:92px;margin-top:24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--primary)}.illus-file{width:52px;height:62px;border:1px solid rgb(191 219 254/.95);border-radius:14px;display:grid;place-content:center;justify-items:center;grid-gap:2px;gap:2px;color:var(--primary);background:rgb(255 255 255/.86);box-shadow:0 12px 24px rgb(37 99 235/.12)}.illus-file small{color:var(--foreground);font-size:9px;font-weight:800;letter-spacing:.04em}.illus-file-lg{width:78px;height:96px;border-radius:18px}.illus-file-sm{width:46px;height:54px}.illus-file-word{color:#1d4ed8}.illus-stack{position:relative;width:72px;height:74px}.illus-stack .illus-file:first-child{position:absolute;top:0;left:0;transform:rotate(-9deg)}.illus-stack .illus-file:last-child{position:absolute;right:0;bottom:0;transform:rotate(8deg)}.illus-scan{position:relative;width:68px;height:72px}.illus-scan svg:last-child{position:absolute;opacity:.45}.illus-seal{width:36px;height:36px;margin-left:-10px;border-radius:50%;display:grid;place-items:center;color:white;background:var(--primary-action);box-shadow:0 8px 16px rgb(37 99 235/.22)}.illus-bubble{position:absolute;top:6px;right:-4px;padding:6px 10px;border-radius:999px;color:var(--primary-strong);background:white;box-shadow:0 8px 18px rgb(37 99 235/.12);font-size:11px;font-weight:750;white-space:nowrap}.featured-card:hover .tool-illustration{animation:illus-float 2.4s ease-in-out infinite}.section-link{min-height:44px;display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-weight:750}.tool-directory-heading{margin-bottom:24px}.tool-explorer{padding-top:16px}.directory-controls{margin-bottom:28px;padding:16px;border:1px solid var(--border);border-radius:18px;background:rgb(255 255 255/.9);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.tool-search{max-width:none;min-height:56px;margin-bottom:14px;padding:0 16px;border:1px solid var(--border-strong);border-radius:14px;display:flex;align-items:center;gap:12px;color:var(--muted-foreground);background:var(--surface);box-shadow:var(--shadow-sm)}.tool-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(37 99 235/.12)}.tool-search input{min-width:0;flex:1 1;border:0;outline:0;color:var(--foreground);background:transparent;font:inherit}.tool-search button{width:40px;height:40px;border:0;display:grid;place-items:center;cursor:pointer;color:inherit;background:transparent}.category-filters{display:flex;flex-wrap:wrap;gap:8px}.category-filters button{min-height:44px;padding:0 15px;border:1px solid var(--border);border-radius:999px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#344054;background:var(--surface);font-weight:700;transition:border-color var(--motion-fast) ease,color var(--motion-fast) ease,background-color var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.category-filters button span{color:var(--muted-foreground);font-size:12px}.category-filters button.is-active,.category-filters button:hover{border-color:var(--primary);color:white;background:var(--primary-action)}.category-filters button:active{transform:scale(.97)}.category-filters button.is-active span{color:#ffffff}.filter-heading{margin:4px 0 10px;display:flex;align-items:center;gap:7px;color:var(--muted-foreground);font-size:13px;font-weight:700}.results-heading,.tool-group-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.results-heading{margin:0 0 28px}.results-heading p{margin:0;color:var(--muted-foreground)}.results-heading p strong{color:var(--foreground);font-size:20px}.results-heading button,.tool-empty button{min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--primary);background:var(--surface);font-weight:700}.search-result-count{margin:16px 0 28px;color:var(--muted-foreground);font-size:13px;font-weight:700}.tool-groups{display:grid;grid-gap:48px;gap:48px}.tool-group>h3{font-size:22px}.tool-group-heading,.tool-group>h3{margin-bottom:18px}.tool-group-heading h2{margin:0;font-size:24px}.tool-group-heading span{color:var(--muted-foreground);font-size:13px;font-weight:700}.tool-empty{min-height:240px;border:1px dashed var(--border-strong);border-radius:var(--radius-lg);display:grid;place-content:center;justify-items:center;color:var(--muted-foreground);text-align:center}.tool-empty h3{margin:12px 0 4px;color:var(--foreground)}.tool-empty p{margin:0}.tool-empty button{margin-top:18px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.tool-card{position:relative;overflow:hidden;min-height:220px;padding:24px;border:1px solid #e0e8f9;border-radius:24px;display:flex;flex-direction:column;background:var(--surface);box-shadow:0 10px 28px rgb(37 99 235/.05);transition:border-color var(--motion-fast) ease,box-shadow var(--motion-medium) var(--ease-out),transform var(--motion-medium) var(--ease-out)}.tool-card:before{content:"";position:absolute;right:-36px;bottom:-48px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgb(191 219 254/.42),transparent 68%);pointer-events:none}.tool-card-top{margin-bottom:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tool-card-top .tool-icon{margin:0}.tool-category-label{padding:4px 8px;border-radius:999px;color:var(--muted-foreground);background:var(--surface-subtle);font-size:10px;font-weight:750;text-transform:uppercase}.tool-card:hover{border-color:#93c5fd;box-shadow:0 12px 28px rgb(37 99 235/.09);transform:translateY(-3px)}.tool-card .tool-icon{transition:color var(--motion-fast) ease,background-color var(--motion-fast) ease,transform var(--motion-medium) var(--ease-out)}.tool-card:hover .tool-icon{transform:scale(1.05)}.category-icon,.tool-icon{width:44px;height:44px;border:1px solid rgb(255 255 255/.72);border-radius:14px;display:grid;place-items:center;color:var(--primary);background:rgb(239 246 255/.86);box-shadow:0 6px 14px rgb(37 99 235/.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tool-icon{margin-bottom:24px}.tool-card h3,.tool-card h4{margin-bottom:7px;font-size:19px}.tool-card p{margin:0;color:var(--muted-foreground);font-size:14px}.tool-link{margin-top:auto;padding-top:18px;display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:13px;font-weight:750}.category-section{min-height:430px;padding-block:80px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;grid-gap:80px;gap:80px}.category-section+.category-section{border-top:1px solid var(--border)}.category-reverse .category-copy{order:2}.category-icon{margin-bottom:22px}.category-icon-warm{color:#c2410c;background:#fff7ed}.category-copy h2{max-width:470px;margin-bottom:18px}.category-links{padding:12px;border:1px solid var(--border);border-radius:var(--radius-lg);display:grid;grid-gap:4px;gap:4px;background:var(--surface-subtle)}.category-links a,.related-grid a{min-height:76px;padding:0 16px;border:1px solid #e0e8f9;border-radius:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;background:var(--surface);box-shadow:0 8px 20px rgb(37 99 235/.05);font-weight:700;transition:color .16s ease,border-color .16s ease,transform var(--motion-medium) var(--ease-out),box-shadow var(--motion-medium) var(--ease-out)}.related-grid a .tool-icon{width:40px;height:40px;margin:0}.category-links a:hover,.related-grid a:hover{border-color:#bfdbfe;color:var(--primary);box-shadow:0 12px 26px rgb(37 99 235/.1);transform:translateY(-2px)}.benefits-section{width:min(1180px,calc(100% - 48px));padding:64px 32px;border:1px solid rgb(219 234 254/.8);border-radius:24px;background:var(--surface-subtle)}.benefit-grid,.tool-benefits{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.benefit-grid article,.tool-benefits>div{padding:28px;border:1px solid #e0e8f9;border-radius:24px;background:var(--surface);box-shadow:0 10px 24px rgb(37 99 235/.05)}.benefit-grid .tool-icon,.tool-benefits .tool-icon{margin-bottom:22px}.benefit-grid svg,.tool-benefits svg{color:var(--primary)}.benefit-grid h3,.tool-benefits h3{margin-bottom:9px;font-size:18px}.benefit-grid p,.tool-benefits p{margin:0;color:var(--muted-foreground);font-size:14px}.steps-grid{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:64px;gap:64px;list-style:none}.steps-grid li{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:16px;gap:16px}.steps-grid li:not(:last-child):after{content:"›";position:absolute;top:50%;right:-38px;color:var(--border-strong);font-size:28px;transform:translateY(-50%)}.step-icon{width:64px;height:64px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary);transition:color var(--motion-fast) ease,background-color var(--motion-fast) ease,transform var(--motion-medium) var(--ease-out)}.steps-grid li:hover .step-icon{color:white;background:var(--primary-action);transform:scale(1.05)}.steps-grid small{color:var(--primary);font-size:13px;font-weight:800}.steps-grid h3{margin:3px 0 5px;font-size:18px}.steps-grid p{margin:0;color:var(--muted-foreground)}.testimonials-section{border-top:1px solid var(--border)}.testimonials-description{max-width:680px;margin:14px auto 0;color:var(--muted-foreground);line-height:1.7}.testimonials-track{position:relative;overflow-x:auto;padding:4px;display:grid;grid-auto-columns:calc((100% - 32px) / 3);grid-auto-flow:column;grid-gap:16px;gap:16px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;direction:ltr}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{min-width:0;margin:0;padding:28px;border:1px solid var(--border);border-radius:24px;display:flex;flex-direction:column;background:var(--surface);box-shadow:0 12px 32px rgb(37 99 235/.06);scroll-snap-align:start}[dir=rtl] .testimonial-card{direction:rtl;text-align:right}.testimonial-card-top{margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.testimonial-quote-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary)}.testimonial-stars{display:flex;gap:3px;color:var(--rating-star)}.testimonial-card blockquote{flex:1 1;margin:0 0 24px}.testimonial-card blockquote p{margin:0;color:var(--foreground);font-size:16px;font-weight:600;line-height:1.75}.testimonial-card figcaption{padding-top:18px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.testimonial-card figcaption strong{font-size:14px}.testimonial-card figcaption span{color:var(--muted-foreground);font-size:13px}.testimonials-navigation{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.testimonials-dots{display:flex;align-items:center;gap:2px}.testimonials-dots button{width:36px;height:44px;padding:0;border:0;display:grid;place-items:center;cursor:pointer;background:transparent}.testimonials-dots button:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--border-strong);transition:width var(--motion-fast) ease,background-color var(--motion-fast) ease}.testimonials-dots button.is-active:before{width:24px;background:var(--primary)}.testimonials-arrows{display:flex;gap:8px}.testimonials-arrows button{width:44px;height:44px;padding:0;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center;color:var(--foreground);background:var(--surface);cursor:pointer;transition:color var(--motion-fast) ease,border-color var(--motion-fast) ease,background-color var(--motion-fast) ease}.testimonials-arrows button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--surface-primary)}.testimonials-arrows button:disabled{cursor:not-allowed;opacity:.4}[dir=rtl] .testimonials-arrows svg{transform:scaleX(-1)}.testimonials-disclaimer{max-width:720px;margin:20px auto 0;color:var(--muted-foreground);font-size:12px;line-height:1.6;text-align:center}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:80px;gap:80px}.faq-list,.faq-section{border-top:1px solid var(--border)}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{min-height:72px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:700}.faq-list summary:after{content:"+";color:var(--primary);font-size:22px;transition:transform var(--motion-medium) var(--ease-out)}.faq-list details[open] summary:after{content:"−";transform:rotate(180deg)}.faq-list p{margin:-4px 40px 24px 0;color:var(--muted-foreground)}.site-footer{position:relative;overflow:hidden;width:100%;padding:72px 0 22px;border-top:1px solid var(--border);background:var(--background)}.site-footer:after,.site-footer:before{content:"";position:absolute;z-index:0;width:420px;height:280px;border-radius:50%;pointer-events:none;animation:footer-glow 9s ease-in-out infinite}.site-footer:before{top:-130px;right:-70px;background:radial-gradient(circle,rgb(191 219 254/.58),transparent 70%)}.site-footer:after{bottom:-150px;left:-90px;background:radial-gradient(circle,rgb(219 234 254/.5),transparent 72%);animation-delay:-4.5s}.footer-bottom,.footer-main{position:relative;z-index:1;width:min(1180px,calc(100% - 48px));margin-inline:auto}.footer-main{display:grid;grid-template-columns:1.15fr .72fr .82fr minmax(240px,1.15fr);align-items:start;grid-gap:36px 28px;gap:36px 28px;padding-bottom:48px}.footer-brand .brand-link{margin-bottom:20px}.footer-social{display:flex;align-items:center;justify-content:center;gap:8px}.footer-social a{width:40px;height:40px;border:1px solid var(--border);border-radius:12px;display:grid;place-items:center;color:#475569;background:var(--surface);transition:color var(--motion-fast) ease,border-color var(--motion-fast) ease,background-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.footer-social svg{display:block}.footer-social a:hover{color:var(--primary);border-color:#bfdbfe;background:#eff6ff;box-shadow:0 8px 18px rgb(37 99 235/.1);transform:translateY(-2px) scale(1.04)}.footer-col{display:grid;align-content:start;grid-gap:10px;gap:10px;color:var(--muted-foreground);font-size:14px}.footer-col strong{margin-bottom:6px;color:var(--foreground);font-size:15px}.footer-col a{width:-moz-fit-content;width:fit-content;transition:color var(--motion-fast) ease}.footer-all-tools,.footer-col a:hover{color:var(--primary)}.footer-all-tools{margin-top:4px;display:inline-flex;align-items:center;gap:6px;font-weight:750}.footer-all-tools svg{transition:transform var(--motion-fast) var(--ease-out)}.footer-all-tools:hover svg,.footer-cta:hover .footer-cta-arrow{transform:translateX(3px)}.footer-cta-col{align-self:center;min-width:0;padding-left:28px;border-left:1px solid var(--border)}.footer-cta{width:100%;min-height:88px;padding:16px 14px 16px 16px;border:1px solid #dbeafe;border-radius:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;color:#1e3a8a;background:#f0f7ff;box-shadow:0 10px 24px rgb(37 99 235/.05);transition:transform var(--motion-medium) var(--ease-out),box-shadow var(--motion-medium) var(--ease-out),border-color var(--motion-fast) ease}.footer-cta .tool-icon{margin:0;width:40px;height:40px}.footer-cta>span:nth-child(2){font-size:14px;font-weight:700;line-height:1.45}.footer-cta-arrow{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:var(--primary);background:white;box-shadow:0 6px 14px rgb(37 99 235/.12);transition:transform var(--motion-fast) var(--ease-out)}.footer-cta:hover{border-color:#bfdbfe;box-shadow:0 14px 28px rgb(37 99 235/.1);transform:translateY(-2px)}.footer-bottom{padding-top:20px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:16px;color:var(--muted-foreground);font-size:12px}.tool-page{min-height:calc(100vh - 72px);padding-block:30px 96px}.breadcrumb{margin-bottom:46px;display:flex;align-items:center;gap:9px;color:var(--muted-foreground);font-size:13px}.breadcrumb span[aria-current=page]{color:#344054}.back-link{display:none;align-items:center;gap:7px;margin-bottom:18px;color:var(--muted-foreground);font-size:13px;font-weight:700}.tool-heading{max-width:720px;margin:0 auto 32px;text-align:center}.tool-heading h1{margin-bottom:12px;font-size:clamp(40px,5vw,48px);line-height:1.1}.loading-title{margin:0;color:var(--foreground);font-size:clamp(36px,5vw,48px);font-weight:800;letter-spacing:-.035em}.tool-heading>p{margin:0;color:var(--muted-foreground);font-size:16px}.workspace-card{max-width:860px;margin:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:white;box-shadow:var(--shadow-md);overflow:hidden}.drop-zone{min-height:360px;margin:16px;padding:42px 24px;border:1.5px dashed #a5b4fc;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fafaff;transition:border-color .16s ease,background-color .16s ease}.drop-zone.is-dragging{border-color:var(--primary);background:var(--surface-primary)}.drop-zone.has-files{min-height:220px}.drop-icon{width:64px;height:64px;margin-bottom:18px;border-radius:18px;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary)}.drop-zone h2{margin-bottom:7px;font-size:21px}.drop-zone>p{margin:0 0 20px;font-size:13px}.drop-privacy,.drop-zone>p{color:var(--muted-foreground)}.drop-privacy{margin-top:16px;display:inline-flex;align-items:center;gap:6px;font-size:11px}.selected-panel{padding:24px;border-top:1px solid var(--border);background:var(--surface-subtle)}.file-list{display:grid;grid-gap:8px;gap:8px}.file-row{min-height:64px;padding:9px 10px;border:1px solid var(--border);border-radius:11px;display:flex;align-items:center;gap:11px;background:white}.file-type-icon{width:40px;height:42px;flex:0 0 auto;border-radius:8px;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary)}.file-meta{min-width:0;display:grid;grid-gap:2px;gap:2px}.file-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.field small,.file-meta small,.file-total,.result-summary small{color:var(--muted-foreground);font-size:11px}.file-actions{margin-left:auto;display:flex;gap:4px}.file-actions button{width:var(--touch-min);height:var(--touch-min);min-width:var(--touch-min);min-height:var(--touch-min);border:0;border-radius:8px;display:grid;place-items:center;cursor:pointer;color:#667085;background:transparent}.file-actions button:hover:not(:disabled){color:var(--foreground);background:var(--surface-subtle)}.file-actions button:disabled{cursor:not-allowed;opacity:.32}.file-total{margin:3px 2px 0;text-align:right}.pdf-preview{margin:22px 0;padding:16px;border:1px solid var(--border);border-radius:12px;text-align:center;background:#eaecf0}.pdf-preview canvas{display:block;width:auto;max-width:100%;max-height:360px;margin:auto;background:white;box-shadow:0 2px 8px rgb(16 24 40/.12)}.pdf-preview figcaption{margin-top:10px;color:var(--muted-foreground);font-size:11px}.pdf-preview>button{min-height:40px;margin-top:8px;padding-inline:12px;border:1px solid var(--border-strong);border-radius:8px;cursor:pointer;color:#344054;background:white;font-size:12px;font-weight:700}.pdf-preview>button:hover{border-color:#a5b4fc;color:var(--primary)}.field{margin-top:20px;display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:13px;font-weight:700}.field input,.field select{width:100%;min-height:46px;padding:0 13px;border:1px solid var(--border-strong);border-radius:9px;color:var(--foreground);background:white}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 14px;gap:0 14px}.field-wide{grid-column:1/-1}.inline-options,.metadata-fields{margin:22px 0 0;padding:18px;border:1px solid var(--border);border-radius:11px;background:white}.metadata-fields legend{padding-inline:6px;color:#344054;font-size:13px;font-weight:750}.check-field{min-height:44px;display:flex;align-items:center;gap:9px;color:#344054;cursor:pointer;font-size:13px;font-weight:650}.check-field input{width:18px;height:18px;accent-color:var(--primary)}.option-checkbox{align-self:end;padding-bottom:1px}.inline-options>.field{margin-top:10px}.job-status{margin-top:22px;padding:18px;border:1px solid #c7d2fe;border-radius:12px;display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;background:#fafaff}.job-status>svg{color:var(--primary)}.job-status>div{position:relative}.job-status strong{font-size:13px}.progress-value{position:absolute;top:0;right:0;color:var(--primary);font-size:12px;font-weight:800}.progress{height:7px;margin-top:11px;border-radius:999px;background:#e0e7ff;overflow:hidden}.progress>span{height:100%;display:block;border-radius:inherit;background:var(--primary);transition:width .25s ease}.progress-steps{margin:14px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;list-style:none}.progress-steps li{display:flex;align-items:center;gap:5px;color:#98a2b3;font-size:10px}.progress-steps li.is-complete{color:var(--success)}.progress-steps li>span{width:16px;height:16px;display:grid;place-items:center}.step-dot{width:6px;height:6px;border:1px solid #98a2b3;border-radius:50%}.error-message{margin-top:16px;margin-bottom:4px;padding:16px;border:1px solid #fecdca;border-radius:11px;display:grid;grid-gap:5px;gap:5px;color:var(--danger);background:var(--danger-soft)}.error-message strong{font-size:14px}.error-message span{font-size:13px}.error-message button{width:-moz-fit-content;width:fit-content;min-height:40px;margin-top:6px;padding:0;border:0;cursor:pointer;color:var(--danger);background:transparent;font-size:12px;font-weight:800;text-decoration:underline}.actions{margin-top:22px;display:flex;justify-content:flex-end;gap:9px}.result-actions{padding:18px;border:1px solid #bbf7d0;border-radius:12px;align-items:center;background:var(--success-soft)}.result-summary{margin-right:auto;display:flex;align-items:center;gap:11px}.result-summary>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--success);background:white}.result-summary>div{display:grid}.result-summary strong{font-size:13px}.assurance-grid{max-width:860px;margin:22px auto 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.assurance-grid>div{min-height:86px;padding:15px;border:1px solid var(--border);border-radius:11px;display:flex;gap:10px;background:white}.assurance-grid svg{flex:0 0 auto;color:var(--primary)}.assurance-grid span{color:var(--muted-foreground);font-size:11px}.assurance-grid strong{display:block;margin-bottom:2px;color:var(--foreground);font-size:12px}.related-tools,.tool-benefits,.tool-content-section{max-width:980px;margin-inline:auto}.tool-content-section{padding-block:112px 72px;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:72px;gap:72px}.tool-content-heading>p:last-child{margin-top:16px}.tool-steps{margin:0;padding:0;display:grid;list-style:none}.tool-steps li{padding:22px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px}.tool-steps li:first-child{padding-top:0}.tool-steps>li>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--primary);background:var(--surface-primary);font-size:12px;font-weight:800}.tool-steps h3{margin-bottom:5px;font-size:16px}.tool-steps p{margin:0;color:var(--muted-foreground);font-size:13px}.tool-benefits{padding:24px;border-radius:var(--radius-lg);background:var(--surface-subtle)}.tool-benefits>div{padding:22px}.tool-benefits svg{margin-bottom:20px}.related-tools{padding-top:96px}.related-tools .section-heading{margin-bottom:24px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.related-grid a{border-color:var(--border)}.directory-hero{padding-block:72px 12px;text-align:center}.directory-hero h1,.info-page h1{margin-bottom:16px;font-size:clamp(40px,5vw,56px);line-height:1.08}.directory-hero>p:last-child,.info-page>header>p{max-width:760px;margin:0 auto;color:var(--muted-foreground);font-size:17px}.seo-content-section,.tool-faq,.tool-guidance-section{max-width:980px;margin-inline:auto}.seo-content-section{padding-top:96px;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px}.seo-content-section h2,.tool-faq h2{font-size:clamp(28px,3vw,36px)}.seo-content-section h3{margin-bottom:12px;font-size:21px}.seo-content-section li,.seo-content-section p{color:var(--muted-foreground);line-height:1.75}.seo-content-section ul{padding-left:20px}.seo-content-section a{color:var(--primary);font-weight:700}.use-case-list{display:grid;grid-gap:14px;gap:14px}.use-case-list article{padding:18px;border:1px solid #e0e8f9;border-radius:18px;background:var(--surface);box-shadow:0 8px 18px rgb(37 99 235/.04)}.use-case-list h4,.use-case-list p{margin:0}.use-case-list h4{margin-bottom:6px;font-size:17px}.tool-guidance-section{margin-top:64px;padding:32px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.tool-guidance-section h2{margin-bottom:18px;font-size:clamp(26px,3vw,32px)}.tool-guidance-section li,.tool-guidance-section>p{color:var(--muted-foreground);line-height:1.75}.tool-guidance-section li+li{margin-top:8px}.tool-guidance-section a{color:var(--primary);font-weight:700}.source-links{margin-top:20px}.retention-note{margin-top:28px;padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface-subtle)}.retention-note h3,.retention-note p{margin:0}.retention-note h3{margin-bottom:6px;font-size:18px}.retention-note p{color:var(--muted-foreground);line-height:1.7}.tool-rating{min-height:72px;margin-top:18px;padding:16px 20px;border:1px solid var(--border);border-radius:14px;display:flex;align-items:center;gap:16px;background:var(--surface)}.tool-rating>strong{font-size:16px;white-space:nowrap}.rating-stars{display:inline-flex;align-items:center;gap:2px}.rating-stars button{width:34px;height:40px;padding:0;border:0;display:grid;place-items:center;color:var(--border-strong);background:transparent;cursor:pointer;transition:color var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.rating-stars button:focus-visible,.rating-stars button:hover{transform:scale(1.12)}.rating-stars button:focus-visible{border-radius:8px;outline:2px solid var(--primary);outline-offset:1px}.rating-stars button:disabled{cursor:wait;opacity:.65}.rating-stars button.is-active{color:var(--rating-star)}.rating-stars button.is-active svg{fill:currentColor}.rating-stars svg{width:27px;height:27px}.rating-summary{color:var(--foreground);font-size:15px;white-space:nowrap}.rating-message{margin-left:auto;color:var(--success);font-size:13px}.tool-faq{padding-top:96px}.tool-faq .faq-list{margin-top:24px}.info-page{min-height:70vh;padding-block:30px 96px}.info-page>header{max-width:820px;padding-block:32px 56px}.info-page>header>p{margin:0 0 14px}.info-page>header small{color:var(--muted-foreground)}.info-content{max-width:820px;display:grid;grid-gap:48px;gap:48px}.info-content section{padding-top:30px;border-top:1px solid var(--border)}.info-content h2{margin-bottom:16px;font-size:28px}.info-content li,.info-content p{color:var(--muted-foreground);line-height:1.8}.info-content li+li{margin-top:8px}.loading-block{width:56px;height:56px;margin-bottom:20px;border:5px solid #e0e7ff;border-top:5px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.visually-hidden:focus-visible+.button{outline:3px solid rgb(79 70 229/.45);outline-offset:4px}.field textarea{width:100%;min-height:112px;padding:12px 13px;border:1px solid var(--border-strong);border-radius:9px;resize:vertical;color:var(--foreground);background:var(--surface);font:inherit;font-weight:500}.field-hint{margin:18px 0 0;color:var(--muted-foreground);font-size:13px}[data-theme=dark] .site-header{background:rgb(8 11 18/.92)}[data-theme=dark] .breadcrumb span[aria-current=page],[data-theme=dark] .button-ghost,[data-theme=dark] .button-secondary,[data-theme=dark] .category-filters button,[data-theme=dark] .check-field,[data-theme=dark] .desktop-nav a,[data-theme=dark] .field,[data-theme=dark] .file-actions button,[data-theme=dark] .metadata-fields legend,[data-theme=dark] .pdf-preview>button,[data-theme=dark] .support-link,[data-theme=dark] .trust-list{color:#cbd5e1}[data-theme=dark] .hero:before{background:radial-gradient(circle at 20% 20%,rgb(30 64 175/.22),transparent 38%),radial-gradient(circle at 85% 60%,rgb(15 23 42/.34),transparent 35%)}[data-theme=dark] .hero-visual:before{background:radial-gradient(circle at 50% 45%,rgb(37 99 235/.18),transparent 48%),radial-gradient(circle at 58% 55%,rgb(30 64 175/.1),transparent 67%);filter:blur(10px)}[data-theme=dark] .orbit-dot{background:rgb(59 130 246/.32);box-shadow:0 6px 18px rgb(30 64 175/.16)}[data-theme=dark] .hero-badge{border-color:#1d4ed8;background:rgb(23 37 84/.8)}[data-theme=dark] .hero-panel{border-color:var(--border-strong);background:rgb(17 23 34/.82)}[data-theme=dark] .assurance-grid>div,[data-theme=dark] .benefit-grid article,[data-theme=dark] .button-secondary,[data-theme=dark] .category-links a,[data-theme=dark] .field input,[data-theme=dark] .field select,[data-theme=dark] .file-row,[data-theme=dark] .hero-window,[data-theme=dark] .inline-options,[data-theme=dark] .metadata-fields,[data-theme=dark] .mobile-menu nav,[data-theme=dark] .pdf-preview>button,[data-theme=dark] .related-grid a,[data-theme=dark] .result-summary>span,[data-theme=dark] .testimonial-card,[data-theme=dark] .tool-benefits>div,[data-theme=dark] .workspace-card{background:var(--surface)}[data-theme=dark] .drop-zone,[data-theme=dark] .hero-drop,[data-theme=dark] .job-status{border-color:#4338ca;background:#0d1020}[data-theme=dark] .window-bar span{background:#536176}[data-theme=dark] .pdf-chip{color:#fda29b;background:#3a1717}[data-theme=dark] .category-icon-warm{color:#fdba74;background:#431b08}[data-theme=dark] .pdf-preview{background:#1b2433}[data-theme=dark] .progress{background:#312e81}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#7f8b9d}[data-theme=dark] select{color-scheme:dark}[data-theme=dark] .language-menu{box-shadow:0 24px 60px rgb(0 0 0/.55)}[data-theme=dark] .rating-stars button{color:#64748b}[data-theme=dark] .rating-stars button.is-active{color:var(--rating-star)}[data-theme=dark] .error-message{border-color:#7f1d1d}[data-theme=dark] .result-actions{border-color:#166534}[data-theme=dark] .category-filters button.is-active{border-color:#93c5fd;color:#ffffff;background:#2563eb}[data-theme=dark] .category-filters button.is-active span{color:#ffffff}[data-theme=dark] .directory-controls,[data-theme=dark] .hero-search{border-color:var(--border-strong);background:rgb(17 23 34/.9)}[data-theme=dark] .hero-visual-assurance,[data-theme=dark] .orbit-feature{border-color:var(--border);background:rgb(17 23 34/.86)}[data-theme=dark] .pdf-back{border-color:#334155;background:rgb(17 23 34/.72)}[data-theme=dark] .pdf-document{border-color:#475569;background:linear-gradient(145deg,#172033,#321b26)}[data-theme=dark] .pdf-document strong{color:#f8fafc}[data-theme=dark] .hero-search-prompts button{color:#cbd5e1;background:rgb(17 23 34/.72)}[data-theme=dark] .benefit-grid article,[data-theme=dark] .featured-card,[data-theme=dark] .related-grid a,[data-theme=dark] .testimonial-card,[data-theme=dark] .tool-benefits>div,[data-theme=dark] .tool-card{border-color:var(--border)}[data-theme=dark] .featured-card,[data-theme=dark] .testimonial-card,[data-theme=dark] .tool-card{box-shadow:0 12px 30px rgb(0 0 0/.2)}[data-theme=dark] .featured-card:hover,[data-theme=dark] .tool-card:hover{border-color:#3b82f6;box-shadow:0 18px 40px rgb(0 0 0/.28),0 0 0 1px rgb(59 130 246/.08)}[data-theme=dark] .featured-card:before{background:radial-gradient(circle,rgb(37 99 235/.13),rgb(30 64 175/.05) 42%,transparent 70%)}[data-theme=dark] .featured-card-1:before{background:radial-gradient(circle,rgb(37 99 235/.18),rgb(30 64 175/.06) 44%,transparent 72%)}[data-theme=dark] .featured-card:after{background:linear-gradient(115deg,transparent 25%,rgb(147 197 253/.055) 48%,transparent 70%)}[data-theme=dark] .tool-card:before{background:radial-gradient(circle,rgb(37 99 235/.1),transparent 70%)}[data-theme=dark] .featured-label{color:#dbeafe;background:#1e40af}[data-theme=dark] .featured-label.is-featured{color:#ffffff}[data-theme=dark] .illus-bubble,[data-theme=dark] .illus-file{border-color:var(--border);background:rgb(17 23 34/.86);box-shadow:0 12px 26px rgb(0 0 0/.28)}[data-theme=dark] .featured-card .tool-icon,[data-theme=dark] .tool-icon{border-color:rgb(148 163 184/.18);background:rgb(23 37 84/.72)}[data-theme=dark] .site-footer:before{background:radial-gradient(circle,rgb(37 99 235/.14),transparent 70%)}[data-theme=dark] .site-footer:after{background:radial-gradient(circle,rgb(59 130 246/.09),transparent 72%)}[data-theme=dark] .footer-social a{color:#cbd5e1;background:rgb(17 23 34/.72)}[data-theme=dark] .footer-social a:hover{color:#93c5fd;border-color:rgb(96 165 250/.4);background:rgb(23 37 84/.72)}[data-theme=dark] .footer-cta-col{border-color:var(--border)}[data-theme=dark] .footer-cta{color:#dbeafe;border-color:rgb(96 165 250/.28);background:rgb(23 37 84/.55)}[data-theme=dark] .footer-cta-arrow{background:rgb(15 23 42/.92)}.spin{animation:spin 1s linear infinite}@keyframes hero-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes visual-enter{0%{opacity:0;transform:translateX(20px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes orbit-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes illus-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pdf-float{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 8px))}}@keyframes section-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes search-results-enter{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes icon-pop{0%{opacity:0;transform:scale(.78) rotate(-12deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes footer-glow{0%,to{opacity:.62}50%{opacity:1}}@media (max-width:1024px){.desktop-nav{gap:18px}.desktop-nav a:nth-last-child(-n+2){display:none}.hero{grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:24px}.hero h1{font-size:48px}.featured-grid,.tool-grid{grid-template-columns:repeat(2,1fr)}.featured-card{grid-column:auto;grid-row:auto;min-height:220px}.featured-card-1{grid-column:span 2;min-height:320px}.featured-card-1 .tool-illustration{min-width:280px;min-height:148px;margin-top:28px}.category-section{gap:48px}.testimonials-track{grid-auto-columns:calc((100% - 16px) / 2)}.footer-main{grid-template-columns:1fr 1fr;gap:36px 40px}.footer-cta-col{padding-left:0;border-left:0}}@media (max-width:760px){.benefits-section,.category-section,.directory-hero,.faq-section,.featured-section,.header-inner,.hero,.info-page,.steps-section,.testimonials-section,.tool-page,.tools-section{width:min(100% - 32px,1180px)}.desktop-nav,.header-actions{display:none}.header-inner{gap:8px}.mobile-header-controls{-webkit-margin-start:auto;margin-inline-start:auto;display:flex;align-items:center;gap:4px}.mobile-header-controls .language-trigger,.mobile-header-controls .theme-toggle{width:44px;min-width:44px;min-height:44px;padding:0}.mobile-header-controls .language-trigger{justify-content:center}.mobile-header-controls .language-chevron,.mobile-header-controls .language-trigger>span:not(.locale-flag),.mobile-header-controls .theme-toggle>span{display:none}.mobile-menu{position:relative;-webkit-margin-start:0;margin-inline-start:0;display:block}.mobile-menu summary{width:44px;height:44px;border-radius:9px;display:grid;place-items:center;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] summary{background:var(--surface-subtle)}.mobile-menu nav{position:absolute;top:50px;right:0;width:min(280px,calc(100vw - 32px));padding:10px;border:1px solid var(--border);border-radius:12px;display:grid;background:white;box-shadow:var(--shadow-md)}.mobile-menu nav a{min-height:48px;padding:0 12px;border-radius:8px;display:flex;align-items:center;font-weight:650}[dir=rtl] .mobile-menu nav{right:auto;left:0}.mobile-menu nav a:hover{color:var(--primary);background:var(--surface-primary)}.hero{min-height:auto;padding-block:64px;grid-template-columns:1fr}.hero-copy{text-align:center}.hero h1,.hero-badge{margin-inline:auto}.hero h1{font-size:clamp(40px,11vw,52px)}.hero-description,.hero-search-shell{margin-inline:auto}.hero-actions,.trust-list{justify-content:center}.hero-visual{width:min(460px,100%);min-height:430px;margin-inline:auto}.featured-grid,.tool-grid{grid-template-columns:1fr}.featured-card,.featured-card-1{grid-column:auto;min-height:220px;grid-template-columns:1fr}.featured-card .tool-illustration{min-width:0;margin-top:8px;justify-content:flex-start}.featured-card-1 .tool-illustration{min-width:0;min-height:140px;margin-top:16px;margin-bottom:0;justify-content:flex-start}.featured-cta{width:100%}.directory-controls{padding:10px}.tool-rating{align-items:flex-start;flex-wrap:wrap;gap:8px 12px}.tool-rating>strong{width:100%}.rating-stars{margin-left:-4px}.rating-summary{align-self:center;white-space:normal}.rating-message{width:100%;margin-left:0}.category-filters{flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto;scrollbar-width:thin}.category-filters button{flex:0 0 auto}.hero-panel{width:min(520px,100%);margin-inline:auto}.section-heading{align-items:flex-start;flex-direction:column;gap:14px}.category-section,.faq-section,.seo-content-section,.tool-content-section{grid-template-columns:1fr;gap:36px}.category-reverse .category-copy{order:0}.benefit-grid,.related-grid,.steps-grid,.tool-benefits{grid-template-columns:1fr}.testimonials-track{grid-auto-columns:100%}.steps-grid{gap:28px}.steps-grid li:not(:last-child):after{display:none}.footer-bottom,.footer-main{width:min(100% - 32px,1180px)}.footer-main{grid-template-columns:1fr}.footer-cta-col{padding-left:0;border-left:0}.footer-bottom{flex-direction:column;gap:6px}.breadcrumb{display:none}.back-link{display:inline-flex}.tool-page{padding-top:28px}.assurance-grid{grid-template-columns:1fr}.tool-content-section{padding-top:80px}.result-actions{align-items:stretch;flex-direction:column}.result-summary{margin:0 0 6px}}@media (max-width:480px){.benefits-section,.category-section,.directory-hero,.faq-section,.featured-section,.header-inner,.hero,.info-page,.steps-section,.testimonials-section,.tool-page,.tools-section{width:min(100% - 24px,1180px)}.hero{padding-block:48px}.hero h1{font-size:40px}.hero-search{min-height:62px;padding-left:14px}.hero-search>button{width:48px;padding:0;justify-content:center;font-size:0}.search-shortcut{display:none}.hero-search-results{top:70px}.hero-search-prompts{justify-content:flex-start}.hero-visual{min-height:360px}.hero-orbit-outer{width:310px;height:280px}.hero-orbit-inner{width:210px;height:190px}.pdf-document-stack{width:106px;height:138px}.orbit-feature{width:82px;min-height:84px;padding:9px 6px;border-radius:14px;font-size:10px}.orbit-feature span{width:34px;height:34px}.orbit-feature-convert,.orbit-feature-edit{top:45px}.orbit-feature-convert,.orbit-feature-organize{left:0}.orbit-feature-edit,.orbit-feature-protect{right:0}.orbit-feature-organize,.orbit-feature-protect{bottom:58px}.hero-visual-note,.orbit-dot{display:none}.hero-visual-assurance{bottom:0;max-width:100%;white-space:normal;text-align:center}.benefits-section{padding:48px 18px}.hero-actions{align-items:stretch;flex-direction:column}.button-large{width:100%}.trust-list{gap:10px 16px}.hero-panel{padding:10px}.hero-drop{min-height:230px;margin:12px}.hero-file{margin:0 12px 12px}.benefits-section,.faq-section,.featured-section,.steps-section,.testimonials-section,.tools-section{padding-block:60px}.featured-grid,.tool-grid{grid-template-columns:1fr}.category-section{min-height:auto;padding-block:60px}.footer-bottom,.footer-main{width:min(100% - 24px,1180px)}.tool-heading h1{font-size:38px}.workspace-card{margin-inline:-4px;border-radius:16px}.drop-zone{min-height:300px;margin:10px;padding-inline:16px}.drop-zone.has-files{min-height:200px}.selected-panel{padding:14px}.file-actions button{width:38px;height:38px}.progress-steps{grid-template-columns:repeat(2,1fr)}.option-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.actions{align-items:stretch;flex-direction:column}.actions .button{width:100%}.tool-benefits{padding:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.button:hover,.featured-card:hover,.featured-card:hover .tool-icon,.featured-card:hover .tool-illustration,.footer-all-tools:hover svg,.footer-cta:hover,.footer-cta:hover .footer-cta-arrow,.footer-social a:hover,.hero-search-prompts button:hover,.steps-grid li:hover .step-icon,.tool-card:hover,.tool-card:hover .tool-icon{transform:none!important}.featured-card:after{display:none}}@font-face{font-family:Google Sans Flex Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(/fonts/google-sans-flex-vietnamese-wght-normal.woff2) format("woff2-variations");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Google Sans Flex Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(/fonts/google-sans-flex-latin-ext-wght-normal.woff2) format("woff2-variations");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Google Sans Flex Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(/fonts/google-sans-flex-latin-wght-normal.woff2) format("woff2-variations");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}