{"id":23857380,"date":"2026-02-23T05:59:22","date_gmt":"2026-02-23T05:59:22","guid":{"rendered":"https:\/\/appletechconsultants.com\/2026\/?page_id=23857380"},"modified":"2026-04-16T05:13:12","modified_gmt":"2026-04-16T05:13:12","slug":"legal","status":"publish","type":"page","link":"https:\/\/appletechconsultants.com\/2026\/legal\/","title":{"rendered":"Legal"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1 class=\"at-no-padding-bottom\">Legal<\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>AppleTech strives to deliver robust, secure and scalable legal tech solutions for law firms and lawyers to help them automate and manage their law practice efficiently.<\/p>\n<p>From initial consultation and system setup to ongoing support and financial management, we deliver a complete range of legal accounting and practice support services.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_animated et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Legal Services Platform<\/title>\n<style>\n#legal-banner {\n  --lr:        #e8001a;\n  --lr-a12:    rgba(232,0,26,0.12);\n  --lr-a22:    rgba(232,0,26,0.22);\n  --lr-a35:    rgba(232,0,26,0.35);\n  --lr-a55:    rgba(232,0,26,0.55);\n  --lr-bg:     #ffffff;\n  --lr-text:   #111111;\n  --lr-mono:   'Share Tech Mono', monospace;\n  --lr-sans:   'Rajdhani', sans-serif;\n\n  box-sizing: border-box;\n  font-family: var(--lr-sans);\n  color: var(--lr-text);\n  background: var(--lr-bg);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  padding: 0px 10px;\n  width: 100%;\n  overflow: hidden;\n  position: relative;\n  line-height: normal;\n}\n\n#legal-banner .lr-scene {\n  position: relative;\n  width: 760px;\n  max-width: 100%;\n  height: 400px;\n  flex-shrink: 0;\n  box-shadow: 0px 0px 5px 1px rgba(249, 14, 19, 0.05);\n  margin: 10px 0;\n}\n\n#legal-banner #lr-canvas {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  border-radius: 6px;\n  display: block;\n}\n\n#legal-banner .lr-card {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  opacity: 0;\n  transition: opacity 0.5s ease;\n  pointer-events: none;\n}\n#legal-banner .lr-card.lr-active { opacity: 1; }\n\n#legal-banner .lr-icon-wrap {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 28px;\n  filter: drop-shadow(0 2px 8px rgba(232,0,26,0.15));\n}\n#legal-banner .lr-icon-wrap.lr-top { align-items: flex-start; }\n\n#legal-banner .lr-card-label {\n  font-family: var(--lr-mono);\n  font-size: 10px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--lr);\n  line-height: 1.4;\n}\n#legal-banner .lr-card-title {\n  font-family: var(--lr-sans);\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  color: var(--lr-text);\n  line-height: 1.2;\n}\n\n@keyframes lr-build-in {\n  from { stroke-dashoffset: var(--dash-len); opacity: 0; }\n  to   { stroke-dashoffset: 0; opacity: 1; }\n}\n@keyframes lr-blink {\n  0%,100% { opacity:1; } 50% { opacity:0.3; }\n}\n@keyframes lr-float {\n  0%,100% { transform: rotateX(16deg) rotateY(-8deg) translateY(0px); }\n  50%      { transform: rotateX(16deg) rotateY(-8deg) translateY(-7px); }\n}\n@keyframes lr-bubble-in {\n  from { opacity:0; transform:scale(0.88) translateY(4px); }\n  to   { opacity:1; transform:scale(1) translateY(0); }\n}\n@keyframes lr-cursor {\n  0%,100%{ opacity:1; } 50%{ opacity:0; }\n}\n@keyframes lr-stamp {\n  0%   { opacity:0; transform: scale(2.2) rotate(-18deg); }\n  60%  { opacity:1; transform: scale(0.92) rotate(-18deg); }\n  80%  { transform: scale(1.05) rotate(-18deg); }\n  100% { opacity:1; transform: scale(1) rotate(-18deg); }\n}\n\n#legal-banner .lr-status-bar {\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 26px;\n  background: rgba(232,0,26,0.04);\n  border-top: 1px solid rgba(232,0,26,0.1);\n  display: flex;\n  align-items: center;\n  padding: 0 12px;\n  font-family: var(--lr-mono);\n  font-size: 9.5px;\n  color: var(--lr-a55);\n  gap: 8px;\n  border-radius: 0 0 6px 6px;\n  line-height: 1;\n}\n#legal-banner .lr-sdot {\n  width: 5px; height: 5px; border-radius: 50%;\n  background: var(--lr);\n  animation: lr-blink 1s infinite;\n  flex-shrink: 0;\n}\n\n#legal-banner .lr-progress {\n  position: absolute;\n  bottom: 26px; left: 0;\n  height: 2px;\n  background: var(--lr);\n  box-shadow: 0 0 6px rgba(232,0,26,0.35);\n  transition: width 1.9s linear;\n  width: 0%;\n}\n\n\/* Chat box *\/\n#legal-banner .lr-chat-wrap { perspective: 600px; }\n#legal-banner .lr-chat-box {\n  width: 260px;\n  background: #ffffff;\n  border: 1.5px solid var(--lr-a22);\n  border-radius: 12px;\n  padding: 13px;\n  box-shadow: 4px 8px 0 rgba(232,0,26,0.08), 8px 16px 0 rgba(232,0,26,0.05), 0 24px 40px rgba(232,0,26,0.08);\n  transform: rotateX(16deg) rotateY(-8deg);\n  animation: lr-float 3.2s ease-in-out infinite;\n}\n#legal-banner .lr-ch-head {\n  display: flex; align-items: center; gap: 8px;\n  padding-bottom: 9px;\n  border-bottom: 1px solid rgba(232,0,26,0.1);\n  margin-bottom: 9px;\n}\n#legal-banner .lr-ch-av {\n  width: 28px; height: 28px; border-radius: 50%;\n  background: linear-gradient(135deg, #e8001a, #ff6b6b);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 12px; color: #fff; font-weight: 700;\n  flex-shrink: 0;\n}\n#legal-banner .lr-ch-name { font-family: var(--lr-mono); font-size: 8.5px; color: var(--lr); letter-spacing: 2px; }\n#legal-banner .lr-ch-sub  { font-family: var(--lr-mono); font-size: 6.5px; color: #888; }\n#legal-banner .lr-ch-live {\n  width: 6px; height: 6px; border-radius: 50%;\n  background: #00c853; margin-left: auto;\n  animation: lr-blink 2s infinite;\n}\n#legal-banner .lr-bbl {\n  border-radius: 10px; padding: 6px 9px;\n  font-family: var(--lr-mono); font-size: 8.5px;\n  margin-bottom: 5px; line-height: 1.45; display: block;\n}\n#legal-banner .lr-bbl.lr-user {\n  background: rgba(232,0,26,0.07); color: #333;\n  text-align: right; margin-left: 24px; border-bottom-right-radius: 2px;\n}\n#legal-banner .lr-bbl.lr-ai {\n  background: rgba(232,0,26,0.05); color: #111;\n  border: 1px solid rgba(232,0,26,0.1);\n  margin-right: 24px; border-bottom-left-radius: 2px;\n}\n#legal-banner .lr-bbl.lr-typing {\n  display: flex !important; gap: 4px; align-items: center; padding: 10px;\n  margin-right: 24px; border-bottom-left-radius: 2px;\n}\n#legal-banner .lr-tdot {\n  width: 5px; height: 5px; border-radius: 50%;\n  background: var(--lr); animation: lr-blink 1.2s infinite; display: inline-block;\n}\n#legal-banner .lr-tdot:nth-child(2) { animation-delay: .2s; }\n#legal-banner .lr-tdot:nth-child(3) { animation-delay: .4s; }\n#legal-banner .lr-ch-inp {\n  display: flex; align-items: center; gap: 6px;\n  border: 1px solid rgba(232,0,26,0.18);\n  border-radius: 6px; padding: 5px 8px; margin-top: 5px;\n  font-family: var(--lr-mono); font-size: 8px; color: #aaa;\n}\n#legal-banner .lr-ch-inp .lr-cur { animation: lr-cursor 1s infinite; color: var(--lr); }\n\n#legal-banner svg text { font-family: 'Share Tech Mono', monospace; }\n\n\/* Stamp animation *\/\n#legal-banner .lr-stamp {\n  opacity: 0;\n}\n#legal-banner .lr-stamp.lr-stamp-show {\n  animation: lr-stamp 0.5s cubic-bezier(0.22,1,0.36,1) forwards;\n}\n\n@media (max-width: 800px) {\n  #legal-banner .lr-scene {\n    \/* height: 340px; *\/\n    width: 100%;\n  }\n}\n\n.animation_svg_card_0_1 {width:210px; height:auto;}\n.animation_svg_card_0_2 {width:130px; height:auto;}\n\n#legal-banner .lr-chat-box {width:200px; height:225px;}\n.animation_svg_card_1 {width:70px; height:auto;}\n\n.animation_svg_card_2, .animation_svg_card_3 {width:340px; height:auto;}\n\n.animation_svg_card_4_1 {width:140px; height:auto;}\n.animation_svg_card_4_2 {width:190px; height:auto;}\n\n@media (max-width:500px) {\n  .animation_svg_card_0_1, .animation_svg_card_0_2,\n  .animation_svg_card_4_1, .animation_svg_card_4_2 {width:32vw;}\n\n  #legal-banner .lr-chat-box {width:140px; height:200px;}\n  #legal-banner .lr-bbl.lr-user, #legal-banner .lr-bbl.lr-ai {font-size: 5px;}\n  .animation_svg_card_1 {width:70px;}\n\n  .animation_svg_card_2, .animation_svg_card_3 {width:70vw;}\n\n  #legal-banner .lr-card-title {font-size:3vw;}\n  #legal-banner .lr-bbl.lr-typing {padding:0;}\n  #legal-banner .lr-ch-inp {padding:0;}\n}\n<\/style>\n<\/head>\n<body>\n\n<div id=\"legal-banner\">\n  <div class=\"lr-scene\">\n    <canvas id=\"lr-canvas\" width=\"760\" height=\"400\"><\/canvas>\n    <div class=\"lr-progress\" id=\"lr-progress\"><\/div>\n\n    <!-- CARD 0: Case Dashboard -->\n    <div class=\"lr-card\" id=\"lr-card-0\">\n      <div class=\"lr-card-label\">\u2014 Case Management<\/div>\n      <div class=\"lr-card-title\">Active Case Dashboard<\/div>\n      <div class=\"lr-icon-wrap\">\n        <svg class=\"animation_svg_card_0_1\" viewBox=\"0 0 240 170\" fill=\"none\">\n          <!-- Main panel -->\n          <rect class=\"lr-build\" x=\"8\" y=\"8\" width=\"224\" height=\"154\" rx=\"6\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:760\"\/>\n          <!-- Header bar -->\n          <rect x=\"8\" y=\"8\" width=\"224\" height=\"22\" rx=\"6\" fill=\"rgba(232,0,26,0.07)\" class=\"lr-build\" style=\"--dash-len:490;animation-delay:0.05s\"\/>\n          <text x=\"18\" y=\"23\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">CASE #LX-2024-0891<\/text>\n          <circle cx=\"222\" cy=\"19\" r=\"5\" fill=\"rgba(232,0,26,0.3)\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:35;animation-delay:0.1s\"\/>\n          <!-- Status pill -->\n          <rect x=\"18\" y=\"36\" width=\"48\" height=\"12\" rx=\"6\" fill=\"rgba(232,0,26,0.15)\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:128;animation-delay:0.12s\"\/>\n          <text x=\"23\" y=\"45\" fill=\"#e8001a\" font-size=\"6.5\" font-family=\"Share Tech Mono\">ACTIVE<\/text>\n          <rect x=\"72\" y=\"36\" width=\"58\" height=\"12\" rx=\"6\" fill=\"rgba(232,0,26,0.05)\" stroke=\"rgba(232,0,26,0.25)\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:140;animation-delay:0.15s\"\/>\n          <text x=\"78\" y=\"45\" fill=\"rgba(232,0,26,0.6)\" font-size=\"6.5\" font-family=\"Share Tech Mono\">CIVIL LAW<\/text>\n          <!-- Timeline -->\n          <text x=\"18\" y=\"64\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">CASE TIMELINE<\/text>\n          <line x1=\"18\" y1=\"74\" x2=\"220\" y2=\"74\" stroke=\"rgba(232,0,26,0.15)\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:204;animation-delay:0.2s\"\/>\n          <circle cx=\"40\"  cy=\"74\" r=\"4\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:28;animation-delay:0.25s\"\/>\n          <circle cx=\"90\"  cy=\"74\" r=\"4\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:28;animation-delay:0.3s\"\/>\n          <circle cx=\"140\" cy=\"74\" r=\"4\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:28;animation-delay:0.35s\"\/>\n          <circle cx=\"190\" cy=\"74\" r=\"4\" fill=\"rgba(232,0,26,0.25)\" stroke=\"#e8001a\" stroke-width=\"1.5\" class=\"lr-build\" style=\"--dash-len:28;animation-delay:0.4s\"\/>\n          <text x=\"28\"  y=\"86\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Filed<\/text>\n          <text x=\"76\"  y=\"86\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Discovery<\/text>\n          <text x=\"126\" y=\"86\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Mediation<\/text>\n          <text x=\"178\" y=\"86\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Hearing<\/text>\n          <!-- Info rows -->\n          <line x1=\"18\" y1=\"96\" x2=\"220\" y2=\"96\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:204;animation-delay:0.28s\"\/>\n          <text x=\"18\" y=\"111\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">ATTORNEY<\/text>\n          <text x=\"80\" y=\"111\" fill=\"#111\" font-size=\"6.5\" font-family=\"Share Tech Mono\">Sarah Mitchell, J.D.<\/text>\n          <line x1=\"18\" y1=\"118\" x2=\"220\" y2=\"118\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:204;animation-delay:0.32s\"\/>\n          <text x=\"18\" y=\"133\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">NEXT HEARING<\/text>\n          <text x=\"80\" y=\"133\" fill=\"#111\" font-size=\"6.5\" font-family=\"Share Tech Mono\">Jan 15, 2025 \u00b7 10:00 AM<\/text>\n          <line x1=\"18\" y1=\"140\" x2=\"220\" y2=\"140\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:204;animation-delay:0.36s\"\/>\n          <text x=\"18\" y=\"155\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">COURT<\/text>\n          <text x=\"80\" y=\"155\" fill=\"#111\" font-size=\"6.5\" font-family=\"Share Tech Mono\">District Court, Room 4B<\/text>\n        <\/svg>\n\n        <svg class=\"animation_svg_card_0_2\" viewBox=\"0 0 140 170\" fill=\"none\">\n          <!-- Scales of justice icon -->\n          <rect class=\"lr-build\" x=\"6\" y=\"6\" width=\"128\" height=\"158\" rx=\"6\" fill=\"rgba(232,0,26,0.02)\" stroke=\"#e8001a\" stroke-width=\"2\" style=\"--dash-len:572\"\/>\n          <!-- Scale beam -->\n          <line x1=\"70\" y1=\"30\" x2=\"70\" y2=\"90\" stroke=\"#e8001a\" stroke-width=\"2\" class=\"lr-build\" style=\"--dash-len:64;animation-delay:0.2s\"\/>\n          <line x1=\"30\" y1=\"50\" x2=\"110\" y2=\"50\" stroke=\"#e8001a\" stroke-width=\"2\" class=\"lr-build\" style=\"--dash-len:82;animation-delay:0.25s\"\/>\n          <circle cx=\"70\" cy=\"30\" r=\"3.5\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:25;animation-delay:0.3s\"\/>\n          <!-- Left pan -->\n          <path d=\"M30 50 Q20 70 30 75 Q40 80 50 75 Q60 70 50 50\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.08)\" class=\"lr-build\" style=\"--dash-len:120;animation-delay:0.35s\"\/>\n          <!-- Right pan (lower = heavier) -->\n          <path d=\"M80 50 Q70 72 80 78 Q90 83 100 78 Q110 72 100 50\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.15)\" class=\"lr-build\" style=\"--dash-len:124;animation-delay:0.4s\"\/>\n          <!-- Hanging lines -->\n          <line x1=\"30\" y1=\"50\" x2=\"30\" y2=\"50\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:20;animation-delay:0.33s\"\/>\n          <line x1=\"100\" y1=\"50\" x2=\"100\" y2=\"54\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:8;animation-delay:0.38s\"\/>\n          <!-- Base -->\n          <rect x=\"62\" y=\"90\" width=\"16\" height=\"28\" rx=\"2\" fill=\"rgba(232,0,26,0.1)\" stroke=\"#e8001a\" stroke-width=\"1.5\" class=\"lr-build\" style=\"--dash-len:92;animation-delay:0.45s\"\/>\n          <rect x=\"44\" y=\"118\" width=\"52\" height=\"6\" rx=\"3\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:120;animation-delay:0.5s\"\/>\n          <!-- Labels -->\n          <text x=\"16\" y=\"144\" fill=\"#e8001a\" font-size=\"6.5\" font-family=\"Share Tech Mono\">PLAINTIFF<\/text>\n          <text x=\"82\" y=\"144\" fill=\"#e8001a\" font-size=\"6.5\" font-family=\"Share Tech Mono\">DEFENSE<\/text>\n          <text x=\"20\" y=\"158\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6\" font-family=\"Share Tech Mono\">Evidence: 12<\/text>\n          <text x=\"84\" y=\"158\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6\" font-family=\"Share Tech Mono\">Evidence: 8<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- CARD 1: AI Legal Assistant Chat -->\n    <div class=\"lr-card\" id=\"lr-card-1\">\n      <div class=\"lr-card-label\">\u2014 AI Legal Counsel<\/div>\n      <div class=\"lr-card-title\">Smart Legal Query System<\/div>\n      <div class=\"lr-icon-wrap lr-top\" style=\"gap:22px\">\n        <div class=\"lr-chat-wrap\">\n          <div class=\"lr-chat-box\">\n            <div class=\"lr-ch-head\">\n              <div class=\"lr-ch-av\">\u2696<\/div>\n              <div>\n                <div class=\"lr-ch-name\">LEX AI ADVISOR<\/div>\n                <div class=\"lr-ch-sub\">legal \u00b7 confidential<\/div>\n              <\/div>\n              <div class=\"lr-ch-live\"><\/div>\n            <\/div>\n            <div class=\"lr-bbl lr-user\" id=\"lr-b1\" style=\"opacity:0\">Is my NDA enforceable?<\/div>\n            <div class=\"lr-bbl lr-ai\" id=\"lr-b2\" style=\"opacity:0\">Yes, if signed, dated & has valid consideration...<\/div>\n            <div class=\"lr-bbl lr-user\" id=\"lr-b3\" style=\"opacity:0\">What's the breach penalty?<\/div>\n            <div class=\"lr-bbl lr-typing\" id=\"lr-b4\" style=\"opacity:0\">\n              <div class=\"lr-tdot\"><\/div>\n              <div class=\"lr-tdot\"><\/div>\n              <div class=\"lr-tdot\"><\/div>\n            <\/div>\n            <div class=\"lr-ch-inp\">\n              <span style=\"flex:1;color:#ccc\">Ask a legal question...<\/span>\n              <span class=\"lr-cur\">|<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <svg class=\"animation_svg_card_1\" viewBox=\"0 0 130 200\" fill=\"none\">\n          <!-- Practice areas -->\n          <rect class=\"lr-build\" x=\"4\" y=\"8\" width=\"122\" height=\"42\" rx=\"4\" fill=\"rgba(232,0,26,0.04)\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:328\"\/>\n          <text x=\"12\" y=\"22\" fill=\"#e8001a\" font-size=\"7.5\" font-family=\"Share Tech Mono\">PRACTICE AREA<\/text>\n          <circle cx=\"20\" cy=\"38\" r=\"3.5\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:24;animation-delay:0.2s\"\/>\n          <text x=\"28\" y=\"41\" fill=\"#111\" font-size=\"6.5\" font-family=\"Share Tech Mono\">Corporate Law<\/text>\n          <rect class=\"lr-build\" x=\"4\" y=\"56\" width=\"122\" height=\"42\" rx=\"4\" fill=\"rgba(232,0,26,0.04)\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:328;animation-delay:0.1s\"\/>\n          <text x=\"12\" y=\"70\" fill=\"#e8001a\" font-size=\"7.5\" font-family=\"Share Tech Mono\">JURISDICTION<\/text>\n          <text x=\"12\" y=\"84\" fill=\"#111\" font-size=\"6.5\" font-family=\"Share Tech Mono\">Federal \u00b7 State: CA<\/text>\n          <rect class=\"lr-build\" x=\"4\" y=\"104\" width=\"122\" height=\"42\" rx=\"4\" fill=\"rgba(232,0,26,0.04)\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:328;animation-delay:0.2s\"\/>\n          <text x=\"12\" y=\"118\" fill=\"#e8001a\" font-size=\"7.5\" font-family=\"Share Tech Mono\">RISK LEVEL<\/text>\n          <rect x=\"12\" y=\"128\" width=\"88\" height=\"7\" rx=\"3\" fill=\"rgba(232,0,26,0.1)\" class=\"lr-build\" style=\"--dash-len:188;animation-delay:0.3s\"\/>\n          <rect x=\"12\" y=\"128\" width=\"52\" height=\"7\" rx=\"3\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:108;animation-delay:0.35s\"\/>\n          <text x=\"104\" y=\"134\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">MED<\/text>\n          <rect class=\"lr-build\" x=\"4\" y=\"152\" width=\"122\" height=\"40\" rx=\"4\" fill=\"rgba(232,0,26,0.04)\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:324;animation-delay:0.3s\"\/>\n          <text x=\"12\" y=\"166\" fill=\"#e8001a\" font-size=\"7.5\" font-family=\"Share Tech Mono\">VERDICT<\/text>\n          <rect x=\"16\" y=\"174\" width=\"100\" height=\"10\" rx=\"3\" fill=\"rgba(232,0,26,0.08)\" class=\"lr-build\" style=\"--dash-len:220;animation-delay:0.4s\"\/>\n          <text x=\"20\" y=\"182\" fill=\"rgba(232,0,26,0.7)\" font-size=\"6.5\" font-family=\"Share Tech Mono\">\u2713 Claim Valid \u00b7 Proceed<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- CARD 2: Document Vault -->\n    <div class=\"lr-card\" id=\"lr-card-2\">\n      <div class=\"lr-card-label\">\u2014 Document Center<\/div>\n      <div class=\"lr-card-title\">Secure Legal Document Vault<\/div>\n      <div class=\"lr-icon-wrap\">\n        <svg class=\"animation_svg_card_2\" viewBox=\"0 0 370 180\" fill=\"none\">\n          <!-- Doc 1: Contract -->\n          <rect class=\"lr-build\" x=\"8\" y=\"15\" width=\"80\" height=\"148\" rx=\"5\" fill=\"rgba(232,0,26,0.03)\" stroke=\"#e8001a\" stroke-width=\"2\" style=\"--dash-len:456\"\/>\n          <!-- Folded corner -->\n          <path d=\"M68 15 L88 35 L68 35 Z\" fill=\"rgba(232,0,26,0.12)\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:72;animation-delay:0.1s\"\/>\n          <text x=\"16\" y=\"52\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">CONTRACT<\/text>\n          <line x1=\"16\" y1=\"60\" x2=\"80\" y2=\"60\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.15s\"\/>\n          <line x1=\"16\" y1=\"70\" x2=\"80\" y2=\"70\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.18s\"\/>\n          <line x1=\"16\" y1=\"78\" x2=\"70\" y2=\"78\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:56;animation-delay:0.21s\"\/>\n          <line x1=\"16\" y1=\"86\" x2=\"80\" y2=\"86\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.24s\"\/>\n          <line x1=\"16\" y1=\"94\" x2=\"60\" y2=\"94\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:46;animation-delay:0.27s\"\/>\n          <!-- Signature line -->\n          <line x1=\"16\" y1=\"128\" x2=\"80\" y2=\"128\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.3s\"\/>\n          <text x=\"16\" y=\"126\" fill=\"rgba(232,0,26,0.35)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">SIGN HERE<\/text>\n          <path d=\"M20 140 Q30 133 38 138 Q44 142 50 136\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"none\" class=\"lr-build\" style=\"--dash-len:48;animation-delay:0.45s\"\/>\n          <text x=\"16\" y=\"154\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Signed \u00b7 Verified<\/text>\n\n          <!-- Doc 2: Affidavit -->\n          <rect class=\"lr-build\" x=\"102\" y=\"15\" width=\"80\" height=\"148\" rx=\"5\" fill=\"rgba(232,0,26,0.03)\" stroke=\"#e8001a\" stroke-width=\"2\" style=\"--dash-len:456;animation-delay:0.08s\"\/>\n          <path d=\"M162 15 L182 35 L162 35 Z\" fill=\"rgba(232,0,26,0.12)\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:72;animation-delay:0.18s\"\/>\n          <text x=\"110\" y=\"52\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">AFFIDAVIT<\/text>\n          <line x1=\"110\" y1=\"60\" x2=\"174\" y2=\"60\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.22s\"\/>\n          <line x1=\"110\" y1=\"70\" x2=\"174\" y2=\"70\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.25s\"\/>\n          <line x1=\"110\" y1=\"78\" x2=\"168\" y2=\"78\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:60;animation-delay:0.28s\"\/>\n          <line x1=\"110\" y1=\"86\" x2=\"174\" y2=\"86\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.31s\"\/>\n          <line x1=\"110\" y1=\"94\" x2=\"158\" y2=\"94\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:50;animation-delay:0.34s\"\/>\n          <line x1=\"110\" y1=\"102\" x2=\"174\" y2=\"102\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.37s\"\/>\n          <!-- Notary stamp -->\n          <circle cx=\"142\" cy=\"138\" r=\"14\" fill=\"none\" stroke=\"rgba(232,0,26,0.35)\" stroke-width=\"1.5\" stroke-dasharray=\"4 2\" class=\"lr-build\" style=\"--dash-len:90;animation-delay:0.5s\"\/>\n          <text x=\"132\" y=\"137\" fill=\"rgba(232,0,26,0.55)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">NOTARY<\/text>\n          <text x=\"136\" y=\"145\" fill=\"rgba(232,0,26,0.45)\" font-size=\"5\" font-family=\"Share Tech Mono\">SEALED<\/text>\n\n          <!-- Doc 3: Power of Attorney -->\n          <rect class=\"lr-build\" x=\"196\" y=\"15\" width=\"80\" height=\"148\" rx=\"5\" fill=\"rgba(232,0,26,0.03)\" stroke=\"#e8001a\" stroke-width=\"2\" style=\"--dash-len:456;animation-delay:0.16s\"\/>\n          <path d=\"M256 15 L276 35 L256 35 Z\" fill=\"rgba(232,0,26,0.12)\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:72;animation-delay:0.26s\"\/>\n          <text x=\"204\" y=\"45\" fill=\"#e8001a\" font-size=\"6.5\" font-family=\"Share Tech Mono\">POWER OF<\/text>\n          <text x=\"204\" y=\"54\" fill=\"#e8001a\" font-size=\"6.5\" font-family=\"Share Tech Mono\">ATTORNEY<\/text>\n          <line x1=\"204\" y1=\"62\" x2=\"268\" y2=\"62\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.3s\"\/>\n          <line x1=\"204\" y1=\"72\" x2=\"268\" y2=\"72\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.33s\"\/>\n          <line x1=\"204\" y1=\"80\" x2=\"260\" y2=\"80\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:58;animation-delay:0.36s\"\/>\n          <line x1=\"204\" y1=\"88\" x2=\"268\" y2=\"88\" stroke=\"rgba(232,0,26,0.12)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:66;animation-delay:0.39s\"\/>\n          <!-- Approved stamp -->\n          <rect x=\"210\" y=\"118\" width=\"52\" height=\"22\" rx=\"3\" fill=\"rgba(232,0,26,0.1)\" stroke=\"#e8001a\" stroke-width=\"1.5\" class=\"lr-stamp\" id=\"lr-stamp-1\" style=\"--dash-len:148;animation-delay:0.5s\"\/>\n          <text x=\"218\" y=\"131\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\" class=\"lr-stamp\" id=\"lr-stamp-2\">APPROVED<\/text>\n\n          <!-- Doc 4: Evidence -->\n          <rect class=\"lr-build\" x=\"290\" y=\"15\" width=\"72\" height=\"148\" rx=\"5\" fill=\"rgba(232,0,26,0.03)\" stroke=\"#e8001a\" stroke-width=\"2\" style=\"--dash-len:440;animation-delay:0.24s\"\/>\n          <text x=\"298\" y=\"45\" fill=\"#e8001a\" font-size=\"11\" font-family=\"Share Tech Mono\">\ud83d\udccb<\/text>\n          <text x=\"298\" y=\"62\" fill=\"#e8001a\" font-size=\"6.5\" font-family=\"Share Tech Mono\">EVIDENCE<\/text>\n          <text x=\"298\" y=\"72\" fill=\"#e8001a\" font-size=\"6.5\" font-family=\"Share Tech Mono\">LOG<\/text>\n          <text x=\"298\" y=\"92\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Items: 24<\/text>\n          <text x=\"298\" y=\"102\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Tagged: 18<\/text>\n          <text x=\"298\" y=\"112\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Pending: 6<\/text>\n          <circle cx=\"326\" cy=\"140\" r=\"10\" fill=\"rgba(232,0,26,0.2)\" stroke=\"#e8001a\" stroke-width=\"2\" class=\"lr-build\" style=\"--dash-len:68;animation-delay:0.5s\"\/>\n          <text x=\"322\" y=\"144\" fill=\"#e8001a\" font-size=\"10\" font-family=\"Share Tech Mono\">\ud83d\udd12<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- CARD 3: Billing & Time Tracker -->\n    <div class=\"lr-card\" id=\"lr-card-3\">\n      <div class=\"lr-card-label\">\u2014 Billing System<\/div>\n      <div class=\"lr-card-title\">Legal Time & Invoice Tracker<\/div>\n      <div class=\"lr-icon-wrap\">\n        <svg class=\"animation_svg_card_3\" viewBox=\"0 0 340 176\" fill=\"none\">\n          <!-- Left: Time log -->\n          <rect class=\"lr-build\" x=\"6\" y=\"10\" width=\"130\" height=\"155\" rx=\"5\" fill=\"rgba(232,0,26,0.02)\" stroke=\"#e8001a\" stroke-width=\"2\" style=\"--dash-len:570\"\/>\n          <text x=\"16\" y=\"28\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">TIME LOG<\/text>\n          <!-- Time entries -->\n          <rect x=\"16\" y=\"36\" width=\"110\" height=\"18\" rx=\"3\" fill=\"rgba(232,0,26,0.06)\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:256;animation-delay:0.1s\"\/>\n          <text x=\"22\" y=\"47\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">Client Consult<\/text>\n          <text x=\"96\" y=\"47\" fill=\"#111\" font-size=\"6\" font-family=\"Share Tech Mono\">2.0h<\/text>\n          <rect x=\"16\" y=\"60\" width=\"110\" height=\"18\" rx=\"3\" fill=\"rgba(232,0,26,0.06)\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:256;animation-delay:0.15s\"\/>\n          <text x=\"22\" y=\"71\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">Doc Review<\/text>\n          <text x=\"96\" y=\"71\" fill=\"#111\" font-size=\"6\" font-family=\"Share Tech Mono\">3.5h<\/text>\n          <rect x=\"16\" y=\"84\" width=\"110\" height=\"18\" rx=\"3\" fill=\"rgba(232,0,26,0.06)\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:256;animation-delay:0.2s\"\/>\n          <text x=\"22\" y=\"95\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">Court Filing<\/text>\n          <text x=\"96\" y=\"95\" fill=\"#111\" font-size=\"6\" font-family=\"Share Tech Mono\">1.0h<\/text>\n          <rect x=\"16\" y=\"108\" width=\"110\" height=\"18\" rx=\"3\" fill=\"rgba(232,0,26,0.06)\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:256;animation-delay:0.25s\"\/>\n          <text x=\"22\" y=\"119\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">Research<\/text>\n          <text x=\"96\" y=\"119\" fill=\"#111\" font-size=\"6\" font-family=\"Share Tech Mono\">4.5h<\/text>\n          <!-- Total -->\n          <line x1=\"16\" y1=\"134\" x2=\"126\" y2=\"134\" stroke=\"rgba(232,0,26,0.25)\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:112;animation-delay:0.3s\"\/>\n          <text x=\"16\" y=\"148\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">TOTAL HOURS<\/text>\n          <text x=\"88\" y=\"148\" fill=\"#e8001a\" font-size=\"9\" font-family=\"Share Tech Mono\">11.0h<\/text>\n          <text x=\"16\" y=\"158\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">@ $350\/hr = $3,850<\/text>\n\n          <!-- Center: Pie of billing categories -->\n          <g class=\"lr-build\" style=\"--dash-len:260;animation-delay:0.3s\">\n            <circle cx=\"205\" cy=\"88\" r=\"44\" fill=\"none\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"1\"\/>\n            <!-- Arc segments approximated -->\n            <path d=\"M205 44 A44 44 0 0 1 244 110 L205 88 Z\" fill=\"rgba(232,0,26,0.30)\" stroke=\"none\"\/>\n            <path d=\"M244 110 A44 44 0 0 1 180 128 L205 88 Z\" fill=\"rgba(232,0,26,0.18)\" stroke=\"none\"\/>\n            <path d=\"M180 128 A44 44 0 0 1 166 66 L205 88 Z\" fill=\"rgba(232,0,26,0.10)\" stroke=\"none\"\/>\n            <path d=\"M166 66 A44 44 0 0 1 205 44 L205 88 Z\" fill=\"rgba(232,0,26,0.22)\" stroke=\"none\"\/>\n            <circle cx=\"205\" cy=\"88\" r=\"22\" fill=\"white\"\/>\n            <text x=\"196\" y=\"86\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">$3850<\/text>\n            <text x=\"198\" y=\"95\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">BILLED<\/text>\n          <\/g>\n          <text x=\"155\" y=\"148\" fill=\"#e8001a\" font-size=\"5.5\" font-family=\"Share Tech Mono\">\u25a0 Research 41%<\/text>\n          <text x=\"155\" y=\"158\" fill=\"rgba(232,0,26,0.6)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">\u25a0 Docs 32%<\/text>\n          <text x=\"218\" y=\"148\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">\u25a0 Court 9%<\/text>\n          <text x=\"218\" y=\"158\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">\u25a0 Consult 18%<\/text>\n\n          <!-- Right: Invoice status -->\n          <rect class=\"lr-build\" x=\"256\" y=\"10\" width=\"78\" height=\"155\" rx=\"5\" fill=\"rgba(232,0,26,0.02)\" stroke=\"#e8001a\" stroke-width=\"2\" style=\"--dash-len:466;animation-delay:0.15s\"\/>\n          <text x=\"264\" y=\"28\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">INVOICES<\/text>\n          <rect x=\"264\" y=\"36\" width=\"62\" height=\"16\" rx=\"3\" fill=\"rgba(232,0,26,0.15)\" stroke=\"#e8001a\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:156;animation-delay:0.25s\"\/>\n          <text x=\"272\" y=\"47\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">PAID \u2713 $8,200<\/text>\n          <rect x=\"264\" y=\"58\" width=\"62\" height=\"16\" rx=\"3\" fill=\"rgba(232,0,26,0.07)\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:156;animation-delay:0.3s\"\/>\n          <text x=\"268\" y=\"69\" fill=\"rgba(232,0,26,0.7)\" font-size=\"6\" font-family=\"Share Tech Mono\">DUE $3,850<\/text>\n          <rect x=\"264\" y=\"80\" width=\"62\" height=\"16\" rx=\"3\" fill=\"rgba(232,0,26,0.04)\" stroke=\"rgba(232,0,26,0.15)\" stroke-width=\"1\" class=\"lr-build\" style=\"--dash-len:156;animation-delay:0.35s\"\/>\n          <text x=\"268\" y=\"91\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">PENDING $1,400<\/text>\n          <line x1=\"264\" y1=\"108\" x2=\"320\" y2=\"108\" stroke=\"rgba(232,0,26,0.15)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:58;animation-delay:0.4s\"\/>\n          <text x=\"264\" y=\"122\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">TOTAL<\/text>\n          <text x=\"264\" y=\"134\" fill=\"#e8001a\" font-size=\"8.5\" font-family=\"Share Tech Mono\">$13,450<\/text>\n          <text x=\"264\" y=\"155\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">3 Active Cases<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- CARD 4: Compliance & Milestones -->\n    <div class=\"lr-card\" id=\"lr-card-4\">\n      <div class=\"lr-card-label\">\u2014 Compliance Track<\/div>\n      <div class=\"lr-card-title\">Deadlines & Regulatory Alerts<\/div>\n      <div class=\"lr-icon-wrap lr-top\" style=\"gap:30px\">\n        <svg class=\"animation_svg_card_4_1\" viewBox=\"0 0 190 195\" fill=\"none\">\n          <!-- Deadline tracker -->\n          <rect class=\"lr-build\" x=\"6\" y=\"6\" width=\"178\" height=\"58\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:472\"\/>\n          <text x=\"16\" y=\"22\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">UPCOMING DEADLINES<\/text>\n          <!-- Item 1 -->\n          <circle cx=\"22\" cy=\"40\" r=\"5\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:35;animation-delay:0.2s\"\/>\n          <text x=\"19\" y=\"43\" fill=\"#fff\" font-size=\"6\" font-family=\"Share Tech Mono\">!<\/text>\n          <rect x=\"32\" y=\"32\" width=\"140\" height=\"16\" rx=\"3\" fill=\"rgba(232,0,26,0.07)\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"0.8\" class=\"lr-build\" style=\"--dash-len:312;animation-delay:0.22s\"\/>\n          <text x=\"38\" y=\"43\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">Motion to Dismiss \u00b7 Jan 10<\/text>\n          <rect class=\"lr-build\" x=\"6\" y=\"70\" width=\"178\" height=\"58\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:472;animation-delay:0.1s\"\/>\n          <text x=\"16\" y=\"86\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">STATUTE LIMITS<\/text>\n          <rect x=\"16\" y=\"96\" width=\"158\" height=\"10\" rx=\"5\" fill=\"rgba(232,0,26,0.1)\" class=\"lr-build\" style=\"--dash-len:336;animation-delay:0.2s\"\/>\n          <rect x=\"16\" y=\"96\" width=\"118\" height=\"10\" rx=\"5\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:244;animation-delay:0.25s\"\/>\n          <text x=\"178\" y=\"104\" fill=\"#e8001a\" font-size=\"5.5\" font-family=\"Share Tech Mono\">75%<\/text>\n          <text x=\"16\" y=\"120\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">276 days remaining \u00b7 Civil<\/text>\n          <rect class=\"lr-build\" x=\"6\" y=\"134\" width=\"178\" height=\"54\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:464;animation-delay:0.2s\"\/>\n          <text x=\"16\" y=\"150\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">COMPLIANCE FLAGS<\/text>\n          <!-- Flags -->\n          <circle cx=\"22\" cy=\"167\" r=\"6\" fill=\"rgba(232,0,26,0.25)\" stroke=\"#e8001a\" stroke-width=\"1.5\" class=\"lr-build\" style=\"--dash-len:42;animation-delay:0.35s\"\/>\n          <text x=\"19\" y=\"171\" font-size=\"7\" font-family=\"Share Tech Mono\">\u2713<\/text>\n          <circle cx=\"50\" cy=\"167\" r=\"6\" fill=\"rgba(232,0,26,0.25)\" stroke=\"#e8001a\" stroke-width=\"1.5\" class=\"lr-build\" style=\"--dash-len:42;animation-delay:0.4s\"\/>\n          <text x=\"47\" y=\"171\" font-size=\"7\" font-family=\"Share Tech Mono\">\u2713<\/text>\n          <circle cx=\"78\" cy=\"167\" r=\"6\" fill=\"rgba(232,0,26,0.25)\" stroke=\"#e8001a\" stroke-width=\"1.5\" class=\"lr-build\" style=\"--dash-len:42;animation-delay:0.45s\"\/>\n          <text x=\"75\" y=\"171\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">\u26a0<\/text>\n          <circle cx=\"106\" cy=\"167\" r=\"6\" fill=\"rgba(232,0,26,0.15)\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1.5\" class=\"lr-build\" style=\"--dash-len:42;animation-delay:0.5s\"\/>\n          <text x=\"103\" y=\"171\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\">?<\/text>\n        <\/svg>\n\n        <svg class=\"animation_svg_card_4_2\" viewBox=\"0 0 210 195\" fill=\"none\">\n          <!-- Leaderboard \u2192 Firm Rankings -->\n          <rect class=\"lr-build\" x=\"12\" y=\"8\" width=\"186\" height=\"42\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:456\"\/>\n          <text x=\"24\" y=\"24\" fill=\"#e8001a\" font-size=\"9\" font-family=\"Share Tech Mono\">ATTORNEY RANKINGS<\/text>\n          <text x=\"24\" y=\"40\" fill=\"rgba(232,0,26,0.5)\" font-size=\"7\" font-family=\"Share Tech Mono\">Win Rate \u00b7 This Quarter<\/text>\n          <rect class=\"lr-build\" x=\"12\" y=\"56\" width=\"186\" height=\"72\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:516;animation-delay:0.1s\"\/>\n          <text x=\"24\" y=\"74\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">1. J. Torres          94%<\/text>\n          <text x=\"24\" y=\"90\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">2. P. Lee             88%<\/text>\n          <rect x=\"24\" y=\"100\" width=\"170\" height=\"14\" rx=\"3\" fill=\"rgba(232,0,26,0.1)\" class=\"lr-build\" style=\"--dash-len:368;animation-delay:0.2s\"\/>\n          <rect x=\"24\" y=\"100\" width=\"170\" height=\"14\" rx=\"3\" fill=\"rgba(232,0,26,0.2)\" class=\"lr-build\" style=\"--dash-len:368;animation-delay:0.22s\"\/>\n          <text x=\"28\" y=\"111\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">3. YOU               82%<\/text>\n          <rect class=\"lr-build\" x=\"12\" y=\"134\" width=\"186\" height=\"52\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.02)\" style=\"--dash-len:476;animation-delay:0.2s\"\/>\n          <text x=\"24\" y=\"152\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">NEXT MILESTONE<\/text>\n          <rect x=\"24\" y=\"162\" width=\"152\" height=\"8\" rx=\"4\" fill=\"rgba(232,0,26,0.1)\" class=\"lr-build\" style=\"--dash-len:304;animation-delay:0.3s\"\/>\n          <rect x=\"24\" y=\"162\" width=\"96\" height=\"8\" rx=\"4\" fill=\"#e8001a\" class=\"lr-build\" style=\"--dash-len:192;animation-delay:0.35s\"\/>\n          <text x=\"180\" y=\"168\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">Senior<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <div class=\"lr-status-bar\">\n      <div class=\"lr-sdot\"><\/div>\n      <span id=\"lr-status\">INITIALIZING LEGAL PLATFORM...<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function() {\n  'use strict';\n\n  const canvas = document.getElementById('lr-canvas');\n  if (!canvas) return;\n  const ctx = canvas.getContext('2d');\n  const W = canvas.width, H = canvas.height;\n\n  const nodes = Array.from({length: 40}, () => ({\n    x: Math.random() * W, y: Math.random() * H,\n    vx: (Math.random() - 0.5) * 0.32,\n    vy: (Math.random() - 0.5) * 0.32,\n    r: Math.random() * 1.8 + 1.1,\n    pulse: Math.random() * Math.PI * 2\n  }));\n\n  const packets = Array.from({length: 10}, () => ({\n    from: Math.floor(Math.random() * nodes.length),\n    to:   Math.floor(Math.random() * nodes.length),\n    t: Math.random(),\n    speed: 0.003 + Math.random() * 0.005\n  }));\n\n  function drawNeural() {\n    ctx.clearRect(0, 0, W, H);\n    for (let i = 0; i < nodes.length; i++) {\n      for (let j = i + 1; j < nodes.length; j++) {\n        const dx = nodes[j].x - nodes[i].x;\n        const dy = nodes[j].y - nodes[i].y;\n        const d  = Math.sqrt(dx*dx + dy*dy);\n        if (d < 115) {\n          ctx.beginPath();\n          ctx.moveTo(nodes[i].x, nodes[i].y);\n          ctx.lineTo(nodes[j].x, nodes[j].y);\n          ctx.strokeStyle = `rgba(232,0,26,${(1 - d\/115) * 0.12})`;\n          ctx.lineWidth = 0.7;\n          ctx.stroke();\n        }\n      }\n    }\n    nodes.forEach(n => {\n      n.pulse += 0.017;\n      ctx.beginPath();\n      ctx.arc(n.x, n.y, n.r + Math.sin(n.pulse) * 0.6, 0, Math.PI * 2);\n      ctx.fillStyle = 'rgba(232,0,26,0.5)';\n      ctx.fill();\n      n.x += n.vx; n.y += n.vy;\n      if (n.x < 0 || n.x > W) n.vx *= -1;\n      if (n.y < 0 || n.y > H) n.vy *= -1;\n    });\n    packets.forEach(p => {\n      p.t += p.speed;\n      if (p.t > 1) { p.t = 0; p.from = p.to; p.to = Math.floor(Math.random() * nodes.length); }\n      const f = nodes[p.from], t = nodes[p.to];\n      ctx.beginPath();\n      ctx.arc(f.x + (t.x - f.x) * p.t, f.y + (t.y - f.y) * p.t, 2, 0, Math.PI * 2);\n      ctx.fillStyle = 'rgba(232,0,26,0.65)';\n      ctx.fill();\n    });\n  }\n  (function loop() { drawNeural(); requestAnimationFrame(loop); })();\n\n  function animateChat() {\n    ['lr-b1','lr-b2','lr-b3','lr-b4'].forEach(id => {\n      const el = document.getElementById(id);\n      if (el) { el.style.opacity = '0'; el.style.animation = 'none'; }\n    });\n    [['lr-b1', 350], ['lr-b2', 950], ['lr-b3', 1600], ['lr-b4', 2050]].forEach(([id, delay]) => {\n      setTimeout(() => {\n        const el = document.getElementById(id);\n        if (el) el.style.animation = 'lr-bubble-in 0.35s ease forwards';\n      }, delay);\n    });\n  }\n\n  function animateStamp() {\n    ['lr-stamp-1','lr-stamp-2'].forEach((id, i) => {\n      const el = document.getElementById(id);\n      if (el) {\n        el.classList.remove('lr-stamp-show');\n        void el.offsetWidth;\n        setTimeout(() => el.classList.add('lr-stamp-show'), 900 + i * 60);\n      }\n    });\n  }\n\n  const cards = document.querySelectorAll('.lr-card');\n  const TOTAL = cards.length;\n  const statusBar = document.getElementById('lr-status');\n  const progressEl = document.getElementById('lr-progress');\n  let current = 0;\n\n  const statusTexts = [\n    'LOADING CASE DASHBOARD...',\n    'ACTIVATING AI LEGAL ADVISOR...',\n    'SECURING DOCUMENT VAULT...',\n    'CALCULATING BILLING SUMMARY...',\n    'MONITORING COMPLIANCE STATUS...'\n  ];\n\n  function activateBuilds(card) {\n    card.querySelectorAll('.lr-build').forEach(el => {\n      const m1 = el.style.cssText.match(\/--dash-len\\s*:\\s*([\\d.]+)\/);\n      const m2 = el.style.cssText.match(\/animation-delay\\s*:\\s*([\\d.]+)s\/);\n      const dashLen = m1 ? m1[1] : 500;\n      const delay   = m2 ? parseFloat(m2[1]) : 0;\n      el.style.strokeDasharray = dashLen;\n      el.style.strokeDashoffset = dashLen;\n      el.style.opacity = '0';\n      void el.offsetWidth;\n      el.style.animation = 'none';\n      void el.offsetWidth;\n      el.style.animation = `lr-build-in 0.65s ease ${delay}s forwards`;\n    });\n  }\n\n  function goTo(idx) {\n    cards[current].classList.remove('lr-active');\n    current = idx;\n    cards[current].classList.add('lr-active');\n    activateBuilds(cards[current]);\n    if (idx === 1) animateChat();\n    if (idx === 2) animateStamp();\n    if (statusBar) statusBar.textContent = statusTexts[current];\n    if (progressEl) {\n      progressEl.style.transition = 'none';\n      progressEl.style.width = '0%';\n      requestAnimationFrame(() => {\n        progressEl.style.transition = 'width 1.9s linear';\n        progressEl.style.width = '100%';\n      });\n    }\n  }\n\n  goTo(0);\n  setInterval(() => goTo((current + 1) % TOTAL), 2400);\n})();\n<\/script>\n<\/body>\n<\/html>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\" data-et-mv-hidden-tablet=\"true\"><p>We partner with law firms and legal professionals to streamline operations, ensure IOLTA compliance, automate workflows, and optimize financial processes\u2014empowering firms to improve efficiency, enhance client service, and maintain accurate, compliant records.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_image_sticky et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Operations.webp\" alt=\"Legal Operations\" title=\"Legal Operations\" width=\"994\" height=\"1122\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Operations.webp 994w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Operations-980x1106.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Operations-480x542.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 994px, 100vw\" class=\"wp-image-23857403\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We deliver secure, compliant financial and practice management solutions that streamline collaboration between attorneys, clients, courts, financial institutions, and regulatory bodies\u2014building a transparent and efficient legal ecosystem. Our expertise includes trust accounting, IOLTA compliance, workflow automation, and cloud integrations, enabling real-time financial visibility, accurate reporting, and seamless data management across platforms to support confident, compliant legal operations.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_5 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We build customized legal accounting and practice management solutions that help law firms and leading legal platforms.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Development of legal billing and trust accounting solutions with features that support IOLTA compliance, automated reconciliations, secure payment processing, and real-time financial reporting.<\/p>\n<p>Streamline your firm\u2019s operations with efficient intake workflows, e-sign integrations, invoice automation, and intelligent financial management tools.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_6 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Customized-Legal-Accounting.webp\" alt=\"Customized Legal Accounting\" title=\"Customized Legal Accounting\" width=\"1417\" height=\"1054\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Customized-Legal-Accounting.webp 1417w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Customized-Legal-Accounting-1280x952.webp 1280w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Customized-Legal-Accounting-980x729.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Customized-Legal-Accounting-480x357.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1417px, 100vw\" class=\"wp-image-23857404\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_7 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_2 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Solutions.webp\" alt=\"Legal Solutions\" title=\"Legal Solutions\" width=\"1128\" height=\"904\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Solutions.webp 1128w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Solutions-980x785.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Solutions-480x385.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1128px, 100vw\" class=\"wp-image-23857405\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Legal Solutions on <span class=\"at-header-color\">Latest Technology<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We offer customized legal accounting and practice management solutions that support financial operations, trust accounting, compliance management, workflow automation, and legal reporting. Our services cover every stage of implementation, including system setup, migration, testing, quality assurance, optimization, and ongoing support\u2014ensuring accuracy, transparency, and regulatory compliance across your firm\u2019s operations.<\/p>\n<p>We design and implement secure, cloud-based legal systems that centralize financial data, automate reconciliations, generate real-time management reports, and provide actionable insights to help law firms make informed, strategic decisions.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_9 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_16_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Data <span class=\"at-header-color\">Migration<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Our team delivers seamless legal data migration services using a proven Extract, Transform, Load (ETL) process. We have extensive experience migrating data from systems including Amicus, Abacus, Aderant, Clio, PCLaw, Practice Panther, Tabs3, Time Matters, and TimeSlips. We ensure secure, accurate transfers with minimal downtime and complete data integrity.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_10 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_3 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Data-Migration.webp\" alt=\"Data Migration\" title=\"Data Migration\" width=\"506\" height=\"166\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Data-Migration.webp 506w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Data-Migration-480x157.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 506px, 100vw\" class=\"wp-image-23857390\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_11 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_4 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Management-Services.webp\" alt=\"Document Management Services\" title=\"Document Management Services\" width=\"500\" height=\"252\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Management-Services.webp 500w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Management-Services-480x242.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-23857392\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_12 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_16_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Document <span class=\"at-header-color\">Management<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We streamline document management with structured processes that improve accuracy and efficiency. Our services include document migration using advanced tools, automated document processing, and back-office document verification. Supporting platforms like NetDocuments, Dropbox, and Google Drive, we ensure secure handling, organized storage, and reliable access for seamless document review and collaboration.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_7 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_13 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_16_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Automation & <span class=\"at-header-color\">Integration<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We enhance operational efficiency through intelligent automation and seamless system integration. Our services include API integrations with third-party applications, automated website intake forms, AI-driven case history data mining, and customized dashboards for billing and practice insights.<\/p>\n<p>We connect web servers, databases, and mobile apps to create unified, efficient workflows.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_14 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_5 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Automation.webp\" alt=\"Automation\" title=\"Automation\" width=\"459\" height=\"325\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Automation.webp 459w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Automation-300x212.webp 300w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Automation-400x284.webp 400w\" sizes=\"(max-width: 459px) 100vw, 459px\" class=\"wp-image-23857394\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_8 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_8 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_15 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_6 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Migration.webp\" alt=\"Document Migration\" title=\"Document Migration\" width=\"1500\" height=\"724\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Migration.webp 1500w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Migration-1280x618.webp 1280w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Migration-980x473.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Document-Migration-480x232.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1500px, 100vw\" class=\"wp-image-23857397\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_9 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_9 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_16 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_7 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Accounting.webp\" alt=\"Legal Accounting\" title=\"Legal Accounting\" width=\"375\" height=\"147\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Accounting.webp 375w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Legal-Accounting-300x118.webp 300w\" sizes=\"(max-width: 375px) 100vw, 375px\" class=\"wp-image-23857395\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_17 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_16_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Legal <span class=\"at-header-color\">Accounting<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Comprehensive accounting services for small to mid-size organizations across the US and Canada. We specialize in QuickBooks, Xero, and Sage systems, ensuring accurate bookkeeping, bank reconciliations, IOLTA compliance verification, and detailed monthly management reports. Our expertise supports law firms with reliable, compliant, and efficient financial management solutions.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_10 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_10 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_18 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_16_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\" data-et-mv-hidden-tablet=\"true\"><h2 class=\"at-no-padding-bottom\">Setup &amp; <span class=\"at-header-color\">Support<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We provide comprehensive setup and ongoing support for law firms across multiple time zones through ticketing, email, chat, and voice.<\/p>\n<p>Our experienced team works with leading legal practice management systems, handling intake setup, e-sign forms, invoice templates, and seamless SharePoint and Power Automate workflow integrations.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_19 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_8_24 et_flex_column_8_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_8 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Setup.webp\" alt=\"Setup\" title=\"Setup\" width=\"1000\" height=\"657\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Setup.webp 1000w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Setup-980x644.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/02\/Setup-480x315.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-23857396\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_11 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_11 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_20 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">FAQs: Legal <span class=\"at-header-color\">Services<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_0 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_0 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_flex_module\"><h4 class=\"et_pb_toggle_title\">What legal tech solutions does AppleTech provide?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>We offer a range of legal tech services including legal data migration, document management automation, integration with third-party applications, legal accounting support, and setup & ongoing support for law practices. These solutions help law firms streamline operations and improve efficiency.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_1 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">How can your legal data migration services help my law firm?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Our legal data migration services help transfer your case data, documents, and records from legacy systems (like Amicus, Clio, Tab3, etc.) to modern platforms securely and efficiently \u2014 minimizing downtime and data loss risk.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_2 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">Is my confidential legal data secure with your services?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Yes \u2014 we prioritize security and implement robust practices when handling legal documents and sensitive information during migrations, integrations, or document processing. Data protection is a core part of all our legal tech solutions.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_3 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">Do you offer support after implementation?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Absolutely. AppleTech provides setup, integration, and ongoing support through ticketing, email, chat, and voice across multiple time zones to ensure your software continues to work smoothly.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_4 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">How do I get started or request a quote for legal tech services?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>You can get in touch with our team directly via phone or email to discuss your needs, request a quote, or schedule a consultation. Our contact details are available at the bottom of this page.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-23857380","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/23857380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/comments?post=23857380"}],"version-history":[{"count":39,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/23857380\/revisions"}],"predecessor-version":[{"id":23859222,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/23857380\/revisions\/23859222"}],"wp:attachment":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/media?parent=23857380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}