:root{--ink:#10231c;--muted:#53665f;--paper:#f7f5ef;--card:#fffefa;--green:#086447;--green-dark:#064a37;--green-soft:#e7f0e9;--lime:#dceea6;--line:#d8ded8;--error:#a43228;--focus:#83b99f;--radius-sm:10px;--radius-md:16px;--radius-lg:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;overflow-x:clip}button,input,select{font:inherit}button,select{cursor:pointer}a{color:inherit}main{min-height:100vh}.site-header{justify-content:space-between;align-items:center;max-width:1180px;margin:auto;padding:24px 32px;display:flex}.brand{align-items:center;gap:12px;font-weight:800;text-decoration:none;display:flex}.brand>span:first-child{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:13px;display:grid}.header-link{text-underline-offset:5px;font-size:14px}.header-nav{align-items:center;gap:20px;display:flex}.header-cta{background:var(--green);color:#fff;border-radius:8px;align-items:center;min-height:42px;padding:0 15px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.header-cta:hover{background:var(--green-dark)}.hero{max-width:1180px;margin:auto;padding:88px 32px 72px}.eyebrow,.section-number{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}h1{letter-spacing:-.055em;max-width:900px;margin:20px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,8vw,94px);font-weight:400;line-height:.95}h1 em{color:var(--green);font-weight:400}.hero-copy{max-width:620px;color:var(--muted);font-size:19px;line-height:1.6}.trust-row{color:var(--green-dark);flex-wrap:wrap;gap:12px 28px;margin-top:42px;font-size:13px;font-weight:700;display:flex}.trust-row span:before{content:"✓";margin-right:8px}.hero-actions{align-items:center;gap:24px;margin-top:34px;display:flex}.cta-button{background:var(--green);color:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:28px;min-height:50px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.cta-button:hover{background:var(--green-dark)}.text-button{color:var(--green-dark);text-underline-offset:5px;font-weight:800}.turnaround-standard{color:var(--muted);margin:24px 0 0;font-size:13px}.turnaround-standard strong{color:var(--ink)}.page-heading{max-width:1180px;margin:auto;padding:80px 32px 55px}.page-heading h1{margin:14px 0 18px;font-size:clamp(48px,7vw,78px)}.page-heading p:last-child{max-width:680px;color:var(--muted);font-size:18px;line-height:1.55}.dashboard-heading{justify-content:space-between;align-items:end;gap:30px;display:flex}.dashboard-heading .cta-button{flex:none;margin-bottom:12px}.landing-steps{border-top:1px solid var(--line);grid-template-columns:.7fr 1.3fr;gap:70px;max-width:1180px;margin:auto;padding:80px 32px;display:grid}.landing-steps ol{grid-template-columns:1fr 1fr;gap:14px;margin:0;padding:0;list-style:none;display:grid}.landing-steps li{border:1px solid var(--line);background:var(--card);border-radius:14px;padding:24px}.landing-steps li span{color:var(--green);font-size:12px;font-weight:800}.landing-steps li strong{margin-top:24px;font-size:17px;display:block}.landing-steps li p{color:var(--muted);margin-bottom:0;font-size:13px;line-height:1.55}.workspace{border-top:1px solid var(--line);grid-template-columns:.9fr 1.1fr;gap:70px;max-width:1180px;margin:0 auto;padding:70px 32px;display:grid}.intake-workspace{padding-top:55px}h2{letter-spacing:-.035em;margin:10px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,54px);font-weight:400}.intro>p:last-child,.form-note{color:var(--muted);line-height:1.6}form{border:1px solid var(--line);background:var(--card);border-radius:20px;padding:30px;box-shadow:0 18px 50px #14231e12}label,legend{font-size:13px;font-weight:800;display:block}input,select{width:100%;min-height:50px;color:var(--ink);background:#fff;border:1px solid #bfc8c0;border-radius:9px;margin-top:9px;padding:0 14px}textarea{resize:vertical;width:100%;min-height:180px;color:var(--ink);font:inherit;background:#fff;border:1px solid #bfc8c0;border-radius:9px;margin-top:9px;padding:14px;line-height:1.5}input:focus,select:focus,button:focus-visible,a:focus-visible,textarea:focus{outline:3px solid var(--green);outline-offset:2px}.field-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px;display:grid}.file-field{margin-top:20px}.file-field input{background:#f3f6f1;min-height:56px;padding:9px}.file-field input::file-selector-button{background:var(--green);color:#fff;border:0;border-radius:7px;min-height:36px;margin-right:12px;padding:0 13px;font-weight:800}.input-hint{color:var(--muted);margin-top:7px;font-size:11px;font-weight:400;display:block}fieldset{border:0;margin:22px 0;padding:0}.radio-row{grid-template-columns:1fr 1fr;gap:12px;margin-top:9px;display:grid}.radio-card{border:1px solid #bfc8c0;border-radius:9px;align-items:center;gap:10px;padding:13px;display:flex}.radio-card input{width:18px;min-height:18px;margin:0}.radio-card span{color:var(--muted);gap:4px;font-size:11px;display:grid}.radio-card strong{color:var(--ink);font-size:13px}.primary-button,.secondary-button{border:0;border-radius:9px;min-height:48px;font-weight:800}.primary-button{background:var(--green);color:#fff;justify-content:space-between;align-items:center;width:100%;padding:0 18px;display:flex}.primary-button:hover{background:var(--green-dark)}.primary-button:disabled{cursor:wait;opacity:.7}.form-note{text-align:center;margin:14px 0 0;font-size:11px}.form-error{color:var(--error);font-size:13px;font-weight:700}.success-note{border-left:4px solid var(--green);color:var(--green-dark);background:#e7eddf;margin:0 0 28px;padding:14px 16px;font-size:13px;font-weight:700}.cases{border-top:1px solid var(--line);max-width:1180px;margin:auto;padding:80px 32px}.cases-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.case-count{color:var(--muted);margin-bottom:18px;font-size:13px}.empty-state{color:var(--muted);text-align:center;border:1px dashed #aebbb2;border-radius:16px;gap:8px;margin-top:30px;padding:45px;display:grid}.empty-state strong{color:var(--ink);font-size:20px}.case-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px;display:grid}.case-card{border:1px solid var(--line);background:var(--card);border-radius:16px;padding:26px}.case-topline{justify-content:space-between;align-items:center;gap:15px;display:flex}.status{background:var(--lime);color:var(--green-dark);text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}time,.case-card>p{color:var(--muted);font-size:12px}.case-card h3{margin:22px 0 7px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.progress{grid-template-columns:repeat(4,1fr);margin:28px 0;padding:0;list-style:none;display:grid}.progress li{color:#56665f;text-align:center;font-size:11px}.progress li span{background:#d9ded9;width:100%;height:4px;margin-bottom:8px;display:block}.progress li:first-child span{border-radius:4px 0 0 4px}.progress li:last-child span{border-radius:0 4px 4px 0}.progress li.complete{color:var(--green);font-weight:800}.progress li.complete span{background:var(--green)}.secondary-button{width:100%;color:var(--green-dark);background:#e8eee8;padding:0 14px}.secondary-button:disabled{cursor:default;opacity:.65}.download-button{justify-content:center;align-items:center;text-decoration:none;display:flex}.download-panel>p{color:var(--muted);text-align:center;margin:9px 0 0;font-size:11px}.processing-note{color:#5e4814;background:#f4e7bf;border-radius:8px;margin:-10px 0 20px;padding:10px 12px;font-size:12px;line-height:1.5}.review-form{border:1px solid var(--line);background:#f6f8f4;border-radius:10px;margin:0 0 20px;padding:16px}.review-form .secondary-button{margin-top:12px}.review-form>p{color:var(--muted);margin:9px 0 0;font-size:11px}.result-grid{grid-template-columns:1fr 1fr;gap:12px;margin:0 0 20px;display:grid}.result-grid section{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:0;padding:14px}.result-grid h4{margin:0 0 9px;font-size:12px}.result-grid pre,.result-grid p{max-height:220px;color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.55;overflow:auto}.legal-note{border-left:5px solid var(--green);background:#e7eddf;max-width:1116px;margin:0 auto 70px;padding:26px 30px}.legal-note p{color:#43564e;max-width:800px;margin:8px 0 0;line-height:1.55}footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;padding:30px;font-size:12px}.skip-link{z-index:10;color:var(--green-dark);background:#fff;border-radius:7px;padding:10px 14px;font-weight:800;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}.app-shell{background:#f4f6f3;grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.app-sidebar{background:var(--ink);color:#eef4ef;flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.app-brand{color:#fff;padding:0 8px}.app-brand>span:first-child{background:var(--lime);color:var(--green-dark)}.workspace-switcher{background:#ffffff0f;border:1px solid #ffffff29;border-radius:10px;gap:4px;margin:34px 0 22px;padding:15px;display:grid}.workspace-switcher span,.workspace-switcher small{color:#aebdb6;font-size:10px}.workspace-switcher strong{font-size:13px}.app-nav{gap:5px;display:grid}.app-nav a{color:#cdd8d2;border-radius:8px;align-items:center;gap:11px;min-height:44px;padding:0 13px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.app-nav a:hover{color:#fff;background:#ffffff12}.app-nav a[aria-current=page]{background:var(--green);color:#fff}.app-nav a span{text-align:center;width:18px;font-size:18px}.app-sidebar-footer{border-top:1px solid #ffffff1f;gap:10px;margin-top:auto;padding:15px 13px 0;display:grid}.app-sidebar-footer a{color:#aebdb6;font-size:11px}.app-main{min-width:0}.app-topbar{border-bottom:1px solid var(--line);background:#ffffffb8;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:0 38px;display:flex}.app-topbar>div{gap:3px;display:grid}.app-topbar span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.app-topbar strong{font-size:14px}.app-primary-action,.app-secondary-action{border-radius:8px;align-items:center;min-height:40px;padding:0 14px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.app-primary-action{background:var(--green);color:#fff}.app-secondary-action{border:1px solid var(--line);color:var(--green-dark);background:#fff}.app-content{max-width:1280px;margin:auto;padding:44px 38px 70px}.app-page-heading{margin-bottom:30px}.app-page-heading h1{margin:8px 0 10px;font-size:clamp(38px,5vw,60px)}.app-page-heading p:last-child{max-width:650px;color:var(--muted);margin:0;line-height:1.5}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:38px;display:grid}.metric-grid article{border:1px solid var(--line);background:#fff;border-radius:12px;gap:6px;padding:20px;display:grid}.metric-grid span{color:var(--muted);font-size:11px;font-weight:700}.metric-grid strong{font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400}.metric-grid small{color:#829089;font-size:10px}.app-cases{border:0;max-width:none;padding:0}.app-cases .cases-heading h2{font-size:34px}.app-case-list{grid-template-columns:1fr}.app-case-list .case-card{background:#fff}.app-content .legal-note{max-width:none;margin:38px 0 0}.app-footer{text-align:left;background:#eef1ed;padding:18px 38px}.app-intake{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:start;gap:24px;display:grid}.app-intake form{background:#fff;padding:28px}.form-heading{align-items:flex-start;gap:14px;margin-bottom:26px;display:flex}.form-heading h2{margin:0 0 5px;font-size:28px}.form-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.form-step{background:var(--green);color:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:grid}.intake-summary{border:1px solid var(--line);background:#edf1e8;border-radius:14px;padding:24px}.intake-summary ol{gap:20px;margin:22px 0 0;padding:0;list-style:none;display:grid}.intake-summary li{gap:12px;display:flex}.intake-summary li>span{width:25px;height:25px;color:var(--green);background:#fff;border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.intake-summary strong{font-size:12px}.intake-summary p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.45}.staff-shell{max-width:1240px;min-height:100vh;margin:auto;padding:30px}.staff-login{max-width:540px;margin:90px auto}.staff-login h1,.staff-intro h1{margin:16px 0;font-size:clamp(42px,6vw,70px)}.staff-login form{gap:18px;margin-top:28px;display:grid}.staff-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.staff-header>div{grid-template-columns:auto auto auto;align-items:center;gap:12px;font-size:13px;display:grid}.staff-header span{color:var(--muted)}.staff-header button{color:var(--green);background:0 0;border:0;text-decoration:underline}.staff-intro{padding:80px 0 45px}.staff-intro p:last-child{max-width:660px;color:var(--muted);line-height:1.6}.staff-grid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:28px;padding-bottom:70px;display:grid}.staff-grid h2{font-size:34px}.staff-queue{gap:12px;display:grid}.queue-card{border:1px solid var(--line);background:var(--card);border-radius:12px;padding:18px}.queue-card h3{margin:15px 0 5px}.queue-card p{color:var(--muted);font-size:12px}.review-workspace{min-width:0}.history{border:1px solid var(--line);background:var(--card);border-radius:12px;margin-top:22px;padding:20px}.history ol{gap:12px;padding-left:24px;display:grid}.history li{color:var(--muted);font-size:12px;line-height:1.5}.history code{color:var(--green);display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:760px){.site-header{flex-direction:column;align-items:flex-start;gap:16px;padding:18px 20px}.header-nav{flex-wrap:wrap;justify-content:flex-start;gap:8px 14px;width:100%}.header-link{font-size:12px}.header-cta{justify-content:center;width:100%;margin-top:4px}.hero{padding:65px 20px 55px}.hero-actions{flex-direction:column;align-items:stretch}.page-heading{padding:55px 20px 38px}.dashboard-heading{flex-direction:column;align-items:stretch}.dashboard-heading .cta-button{align-self:flex-start;margin:0}.landing-steps{grid-template-columns:1fr;gap:28px;padding:55px 20px}.landing-steps ol{grid-template-columns:1fr}.workspace{grid-template-columns:1fr;gap:28px;padding:55px 20px}.cases{padding:55px 20px}.field-row,.case-list,.result-grid,.staff-grid{grid-template-columns:1fr}.staff-shell{padding:20px}.staff-header>div{text-align:right;grid-template-columns:1fr;gap:5px}form{padding:22px}.legal-note{margin:0 20px 45px}.progress li{font-size:10px}.app-shell{grid-template-columns:1fr}.app-sidebar{height:auto;padding:16px 18px;position:static}.app-brand{padding:0}.workspace-switcher,.app-sidebar-footer{display:none}.app-nav{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.app-nav a{justify-content:center}.app-topbar{min-height:66px;padding:0 20px}.app-topbar>div span{display:none}.app-content{padding:32px 20px 50px}.metric-grid{grid-template-columns:1fr 1fr}.app-intake{grid-template-columns:1fr}.intake-summary{order:-1}.app-footer{text-align:center;padding:16px 20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.app-topbar-actions{align-items:center;gap:14px;display:flex}.app-account-context{text-align:right;gap:2px;display:grid}.app-account-context small{color:var(--muted);font-size:10px}.app-account-context strong{text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:12px;overflow:hidden}.app-account-menu{position:relative}.app-account-menu summary{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:9px;min-height:44px;padding:4px 10px 4px 5px;list-style:none;display:flex}.app-account-menu summary::-webkit-details-marker{display:none}.app-account-menu summary:focus-visible{outline-offset:2px;outline:3px solid #106b4b40}.app-account-avatar{background:var(--lime);border-radius:50%;place-items:center;width:30px;height:30px;font-weight:800;display:grid;color:var(--green-dark)!important;font-size:12px!important}.app-account-menu>div{z-index:20;border:1px solid var(--line);background:#fff;border-radius:10px;width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 36px #14282024}.app-account-menu a,.app-account-menu button{min-height:44px;color:var(--ink);font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;padding:0 11px;font-size:12px;font-weight:700;line-height:44px;text-decoration:none}.app-account-menu a:hover,.app-account-menu button:hover{background:#eef3ee}.app-account-menu button{color:#8a1f1f;cursor:pointer}.surface-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.surface-heading h2{margin:8px 0 0;font-size:30px}.surface-status{color:var(--muted);font-size:14px}.surface-two-column{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:20px;display:grid}.surface-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:24px}.surface-card h3{margin:14px 0 8px;font-size:24px}.surface-empty{gap:8px;display:grid}.surface-empty strong{color:var(--ink);font-size:20px}.surface-empty p{color:var(--muted);margin:0;line-height:1.6}.surface-card-topline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.surface-badge,.surface-pill{border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.surface-badge{color:var(--green-dark);background:#edf3e8}.surface-pill{border:1px solid var(--line);color:var(--muted);background:#fff}.surface-list{gap:16px;padding:0;list-style:none;display:grid}.surface-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;display:grid}.surface-detail-grid dt{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11px;font-weight:700}.surface-detail-grid dd{color:var(--ink);margin:0;line-height:1.5}.surface-form{gap:18px;display:grid}.surface-aside{align-self:start}.surface-note{color:var(--muted);margin:18px 0 0;font-size:13px;line-height:1.55}.surface-bullets{color:var(--ink);gap:12px;margin:0;padding-left:20px;display:grid}.surface-bullets li{line-height:1.55}.usage-bar{background:#e2e7e1;border-radius:999px;height:10px;margin-bottom:18px;overflow:hidden}.usage-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--green) 0%, #86a96f 100%);height:100%;display:block}@media (max-width:760px){.app-topbar-actions{flex-direction:row;width:auto}.app-account-context{display:none}.app-account-avatar{display:grid!important}.surface-two-column,.surface-detail-grid{grid-template-columns:1fr}.surface-card h3,.surface-heading h2{font-size:24px}}.site-header{z-index:10;border:1px solid var(--line);border-radius:var(--radius-md);background:#fffefaf0;max-width:1240px;min-height:72px;margin:16px auto 0;padding:12px 16px;position:relative}.brand-name{gap:2px;line-height:1.1;place-items:initial!important;width:auto!important;height:auto!important;color:inherit!important;background:0 0!important;border-radius:0!important;font-size:15px!important;display:grid!important}.brand-name small{color:var(--muted);letter-spacing:.04em;font-size:9px;font-weight:600}.header-nav{gap:8px}.header-link{border-radius:var(--radius-sm);min-height:44px;padding:0 12px;text-decoration:none;transition:background-color .18s,color .18s}.header-link:hover{background:var(--green-soft);color:var(--green-dark)}.header-cta{border-radius:var(--radius-sm);gap:18px;min-height:44px;padding:0 16px;transition:background-color .18s}.hero{max-width:1240px;padding:72px 32px 44px}.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(48px,7vw,100px);display:grid}.hero-content{min-width:0}.eyebrow{overflow-wrap:anywhere;align-items:center;gap:10px;display:flex}.eyebrow>span{background:var(--green);flex:none;width:26px;height:2px}.hero h1{max-width:720px;margin:22px 0 26px;font-size:clamp(54px,6.2vw,82px);line-height:.96}.hero h1 em{margin-top:7px;display:block}.hero-copy{max-width:640px;color:var(--muted);margin:0;font-size:clamp(17px,1.6vw,20px);line-height:1.65}.hero-actions{margin-top:30px}.cta-button{border-radius:var(--radius-sm);min-height:52px;padding:0 20px;transition:background-color .18s}.text-button{align-items:center;min-height:44px;padding:0 4px;display:inline-flex}.service-levels{gap:0;margin-top:30px;display:flex}.service-levels>span{border-left:1px solid var(--line);gap:5px;min-width:165px;padding:0 24px;display:grid}.service-levels>span:first-child{border-left:0;padding-left:0}.service-levels small,.language-pair small,.preview-topline small{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:700}.service-levels strong{font-size:13px}.workflow-preview{border-radius:var(--radius-lg);background:var(--card);border:1px solid #cbd5ce;overflow:hidden}.preview-topline{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:20px;display:grid}.preview-topline>span:nth-child(2){gap:4px;min-width:0;display:grid}.preview-topline>span:nth-child(2) strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.preview-file,.assurance-icon{background:var(--green-soft);width:42px;height:42px;color:var(--green-dark);border-radius:12px;place-items:center;display:grid}.preview-file svg,.assurance-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:22px}.preview-badge{color:#624a08;background:#f3e7bb;border-radius:999px;min-height:28px;padding:0 10px;font-size:10px;font-weight:800;line-height:28px}.language-pair{background:#f1f4ef;border-radius:14px;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin:20px;padding:18px;display:grid}.language-pair>span:not(.language-arrow){gap:5px;display:grid}.language-pair strong{font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.language-arrow{color:var(--green);font-size:20px}.preview-progress{gap:0;margin:0;padding:0 24px 18px;list-style:none;display:grid}.preview-progress li{gap:12px;min-height:58px;display:flex;position:relative}.preview-progress li:before{background:var(--line);content:"";width:1px;position:absolute;top:27px;bottom:-4px;left:12px}.preview-progress li:last-child:before{display:none}.preview-progress li>span{width:25px;height:25px;color:var(--muted);background:#fff;border:1px solid #bac7bf;border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.preview-progress li.is-complete>span{border-color:var(--green);background:var(--green);color:#fff}.preview-progress li.is-current>span{border:2px solid var(--green);color:var(--green)}.preview-progress li>div{align-content:start;gap:3px;padding-top:3px;display:grid}.preview-progress strong{font-size:12px}.preview-progress small{color:var(--muted);font-size:10px}.preview-footer{border-top:1px solid var(--line);min-height:48px;color:var(--muted);background:#fafbf8;justify-content:space-between;align-items:center;padding:0 20px;font-size:10px;font-weight:700;display:flex}.preview-footer span{align-items:center;gap:7px;display:flex}.preview-footer i{background:#29966c;border-radius:50%;width:7px;height:7px}.preview-footer strong{color:var(--green-dark);letter-spacing:.05em;font-size:10px}.trust-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:52px;display:grid}.trust-row span{border-left:1px solid var(--line);color:var(--muted);gap:5px;padding:19px 22px;font-size:11px;font-weight:700;display:grid}.trust-row span:first-child{border-left:0;padding-left:0}.trust-row span:before{display:none}.trust-row strong{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.landing-assurance{max-width:1240px;margin:auto;padding:88px 32px}.assurance-heading{grid-template-columns:1.05fr .95fr;align-items:end;column-gap:70px;display:grid}.assurance-heading .section-number{grid-column:1/-1}.assurance-heading h2{max-width:620px;margin-bottom:0}.assurance-heading>p:last-child,.steps-heading>p:last-child{max-width:560px;color:var(--muted);margin:0 0 6px;line-height:1.65}.assurance-grid{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:44px;display:grid;overflow:hidden}.assurance-grid article{background:var(--card);min-height:255px;padding:28px}.assurance-grid h3{margin:35px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.assurance-grid p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.landing-steps{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:80px;max-width:1240px;padding:88px 32px}.steps-heading{align-self:start;position:sticky;top:30px}.landing-steps ol{grid-template-columns:1fr;gap:0}.landing-steps li{border:0;border-top:1px solid var(--line);background:0 0;border-radius:0;grid-template-columns:48px 1fr;gap:22px;padding:26px 0;display:grid}.landing-steps li:last-child{border-bottom:1px solid var(--line)}.landing-steps li span{border:1px solid var(--line);background:var(--card);border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.landing-steps li strong{margin:0;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500}.landing-steps li p{max-width:580px;margin-top:7px;font-size:14px}.landing-cta{border-radius:var(--radius-lg);background:var(--green-dark);color:#fff;justify-content:space-between;align-items:center;gap:50px;max-width:1176px;min-height:260px;margin:10px auto 28px;padding:42px 46px;display:flex}.landing-cta .section-number{color:var(--lime)}.landing-cta h2{max-width:700px;margin:12px 0}.landing-cta p:last-child{color:#c8d8d0;max-width:650px;margin:0;line-height:1.6}.cta-button-light{background:var(--lime);color:var(--green-dark);flex:none}.cta-button-light:hover{background:#fff}.legal-note{border-radius:var(--radius-md);background:var(--green-soft);border:1px solid #ccd8cd;align-items:flex-start;gap:16px;max-width:1176px;margin-bottom:28px;padding:22px 24px;display:flex}.legal-note-mark{background:var(--green-dark);color:#fff;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;font-family:Georgia,serif;font-weight:700;display:grid}.legal-note p{margin-top:5px;font-size:13px}.site-footer{text-align:left;justify-content:space-between;align-items:center;gap:30px;min-height:110px;padding:24px max(32px,50vw - 588px);display:flex}.footer-brand{text-decoration:none}.site-footer p{color:var(--muted);font-size:11px}.site-footer nav{gap:18px;display:flex}.site-footer nav a{min-height:44px;font-size:12px;line-height:44px}.app-shell{background:#f6f7f4;grid-template-columns:276px minmax(0,1fr)}.app-sidebar{background:#10261f;padding:24px 18px}.workspace-switcher{border-radius:12px;margin-top:30px;padding:16px}.app-nav{gap:7px}.app-nav a{border-radius:var(--radius-sm);gap:12px;padding:0 14px;transition:background-color .18s,color .18s}.app-nav-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:none;width:18px;height:18px}.app-primary-action .app-nav-icon{width:16px;height:16px;margin-right:7px}.app-topbar{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;min-height:72px;padding:0 34px;position:sticky;top:0}.app-primary-action,.app-secondary-action{border-radius:var(--radius-sm);min-height:44px}.app-content{padding-top:40px}.metric-grid article,.case-card,.surface-card,.app-intake form{border-radius:var(--radius-md);box-shadow:none}.metric-grid article{min-height:130px;padding:22px}.metric-grid strong{font-size:38px}.surface-badge,.status{letter-spacing:.03em}@media (max-width:980px){.hero-grid{grid-template-columns:1fr 380px;gap:42px}.hero h1{font-size:clamp(50px,7vw,68px)}.assurance-heading{grid-template-columns:1fr;gap:18px}.assurance-grid article{padding:24px}.landing-steps{gap:48px}}@media (max-width:760px){.site-header{flex-direction:row;align-items:center;gap:10px;min-height:64px;margin:8px 10px 0;padding:9px 10px}.brand{flex:none;gap:9px}.brand>span:first-child{width:38px;height:38px}.brand-name small{display:none}.header-nav{flex-wrap:nowrap;flex:1;justify-content:flex-end;gap:4px;width:auto}.header-link.header-anchor{display:none}.header-link{align-items:center;min-height:44px;padding:0 8px;font-size:12px;display:inline-flex}.header-cta{white-space:nowrap;width:auto;min-height:44px;margin:0;padding:0 12px;font-size:11px}.header-cta span{display:none}.hero{padding:52px 20px 28px}.hero-grid{grid-template-columns:1fr;gap:40px}.eyebrow{max-width:100%;font-size:10px;line-height:1.45}.hero h1{letter-spacing:-.04em;overflow-wrap:normal;max-width:100%;margin-top:18px;font-size:clamp(40px,11vw,48px)}.hero-copy{font-size:17px;line-height:1.6}.hero-actions{gap:10px}.cta-button{width:100%;min-height:52px}.text-button{justify-content:center}.service-levels{width:100%}.service-levels>span{flex:1;min-width:0;padding:0 14px}.workflow-preview{border-radius:18px}.preview-topline{grid-template-columns:auto minmax(0,1fr)}.preview-badge{grid-column:2;justify-self:start}.language-pair{gap:9px;margin:14px;padding:14px}.language-pair strong{font-size:17px}.trust-row{grid-template-columns:1fr 1fr;margin-top:34px}.trust-row span{border-bottom:1px solid var(--line);padding:15px 12px}.trust-row span:nth-child(odd){border-left:0;padding-left:0}.trust-row span:nth-child(n+3){border-bottom:0}.trust-row strong{font-size:17px}.landing-assurance{padding:62px 20px}.assurance-grid{grid-template-columns:1fr}.assurance-grid article{min-height:0;padding:24px}.assurance-grid h3{margin-top:24px}.landing-steps{grid-template-columns:1fr;gap:28px;padding:62px 20px}.steps-heading{position:static}.landing-steps li{grid-template-columns:42px 1fr;gap:16px}.landing-cta{border-radius:18px;flex-direction:column;align-items:stretch;margin:0 12px 18px;padding:34px 26px}.landing-cta h2{font-size:38px}.legal-note{margin:0 12px 18px}.site-footer{flex-direction:column;align-items:flex-start;gap:12px;padding:28px 20px}.site-footer p{margin:0}.site-footer nav{width:100%}.app-shell{grid-template-columns:1fr}.app-sidebar{z-index:30;height:auto;padding:10px 12px 0;display:block;position:sticky;top:0}.app-brand{display:none}.app-nav{scrollbar-width:none;gap:4px;margin:0;padding-bottom:10px;display:flex;overflow-x:auto}.app-nav::-webkit-scrollbar{display:none}.app-nav a{justify-content:flex-start;min-width:max-content;min-height:44px;padding:0 12px;font-size:12px}.app-topbar{min-height:64px;padding:0 14px;position:static}.app-topbar>div:first-child{display:none}.app-topbar-actions{justify-content:space-between;gap:8px;width:100%}.app-primary-action,.app-secondary-action{padding:0 11px;font-size:11px}.app-content{padding:28px 16px 46px}.app-page-heading{margin-bottom:24px}.app-page-heading h1{font-size:40px}.metric-grid{gap:10px}.metric-grid article{min-height:118px;padding:16px}.metric-grid strong{font-size:32px}}@media (max-width:390px){.brand-name{font-size:13px!important}.header-link{padding:0 6px}.header-cta{padding:0 9px}.hero{padding-inline:16px}.trust-row span{font-size:10px}.app-account-menu summary{padding-right:6px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
