.for-lawyers-page{overflow-x:hidden;width:100%;min-height:100vh;background:#fdfdfd;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-y:auto;position:relative;padding-top:72px}.for-lawyers-page .animate-on-scroll{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.for-lawyers-page .animate-on-scroll.animate-in{opacity:1}.for-lawyers-page .slide-in-left{transform:translateX(-50px)}.for-lawyers-page .slide-in-left.animate-in{transform:translateX(0)}.for-lawyers-page .slide-in-right{transform:translateX(50px)}.for-lawyers-page .slide-in-right.animate-in{transform:translateX(0)}.for-lawyers-page .fade-in-up{transform:translateY(30px)}.for-lawyers-page .fade-in-up.animate-in{transform:translateY(0)}.for-lawyers-page .animate-on-scroll:first-child{transition-delay:.1s}.for-lawyers-page .animate-on-scroll:nth-child(2){transition-delay:.2s}.for-lawyers-page .animate-on-scroll:nth-child(3){transition-delay:.3s}.for-lawyers-page .animate-on-scroll:nth-child(4){transition-delay:.4s}.for-lawyers-page .doodle-background{position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:repeat;background-size:auto;background-position:0 0;opacity:.4;z-index:1;pointer-events:none}.for-lawyers-page .battle-tested-container,.for-lawyers-page .boardroom-container,.for-lawyers-page .fears-container,.for-lawyers-page .gains-container,.for-lawyers-page .how-it-works-container,.for-lawyers-page .lawyersHeroContainer,.for-lawyers-page .practise-list-container,.for-lawyers-page .two-moves-container{position:relative;z-index:2}.for-lawyers-page .navbar-main{background:#fff;padding:1rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.05);position:fixed;top:0;left:0;right:0;z-index:1000}.for-lawyers-page .navbar-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.for-lawyers-page .navbar-logo{display:flex;align-items:center;cursor:pointer}.for-lawyers-page .navbar-logo .logo-img{height:40px;width:auto}.for-lawyers-page .mobile-menu-toggle{display:none;cursor:pointer}.for-lawyers-page .navbar-menu{display:flex;flex:1 1;justify-content:space-between;align-items:center}.for-lawyers-page .navbar-links{display:flex;align-items:center;gap:2rem;flex:1 1;justify-content:center}.for-lawyers-page .nav-link{color:#4b5563;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s;position:relative}.for-lawyers-page .nav-link:hover{color:#1f2937}.for-lawyers-page .nav-link.active{color:#1f2937;font-weight:600}.for-lawyers-page .nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:#79c35a;border-radius:2px}.for-lawyers-page .navbar-actions{display:flex;align-items:center;gap:1rem}.for-lawyers-page .btn-login{padding:.625rem 1.5rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s}.for-lawyers-page .btn-login:hover{background:#f9fafb;border-color:#d1d5db}.for-lawyers-page .login-dropdown-container{position:relative;display:inline-block}.for-lawyers-page .login-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 14px rgba(0,0,0,.12);min-width:220px;z-index:1050;padding:.5rem 0;display:flex;flex-direction:column}.for-lawyers-page .login-dropdown-item{padding:.75rem 1.25rem;font-size:.95rem;color:#4b5563;cursor:pointer;transition:background-color .2s,color .2s;text-align:left}.for-lawyers-page .login-dropdown-item:hover{background-color:#f3f4f6;color:#1f2937}.for-lawyers-page .btn-try-free{padding:.625rem 1.75rem;background:#79c35a;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px rgba(121,195,90,.2)}.for-lawyers-page .btn-try-free:hover{background:#5d9e43;transform:translateY(-1px);box-shadow:0 4px 8px rgba(121,195,90,.3)}.for-lawyers-page .lawyersHero{position:relative;background:#fff;overflow:visible;padding:2rem 0 60px}.for-lawyers-page .lawyersHeroContainer{width:92%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem}.for-lawyers-page .lawyersHeroContent{display:flex;flex-direction:column;gap:1.5rem}.for-lawyers-page .lawyers-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e5f3e1;border-radius:20px;width:-moz-fit-content;width:fit-content;color:#79c35a;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 10px rgba(121,195,90,.05)}.for-lawyers-page .lawyers-badge .dot{width:6px;height:6px;background-color:#79c35a;border-radius:50%}.for-lawyers-page .lawyers-hero-heading{font-size:4rem;font-weight:800;line-height:1.2;color:#111827;margin:.5rem 0;letter-spacing:-.02em;font-family:Merriweather,serif}.for-lawyers-page .lawyers-hero-heading .highlight-green{color:#79c35a}.for-lawyers-page .lawyers-hero-subheading{font-size:1.125rem;line-height:1.7;color:#6b7280;margin:0;max-width:600px}.for-lawyers-page .lawyers-hero-buttons{display:flex;align-items:center;gap:1rem;margin-top:1rem}.for-lawyers-page .btn-hero-primary{padding:1rem 2rem;background:#79c35a;border:none;border-radius:8px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 10px 25px -5px rgba(121,195,90,.4);display:flex;align-items:center;justify-content:center}.for-lawyers-page .btn-hero-primary:hover{background:#60a045;transform:translateY(-2px)}.for-lawyers-page .btn-hero-secondary{padding:1rem 1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;color:#1f2937;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.for-lawyers-page .btn-hero-secondary .play-icon{font-size:.8rem}.for-lawyers-page .btn-hero-secondary:hover{background-color:#f9fafb;border-color:#d1d5db}.for-lawyers-page .lawyers-rating{display:flex;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.for-lawyers-page .lawyers-rating .circles-group{display:flex;align-items:center}.for-lawyers-page .lawyers-rating .circles-group .circle{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700;border:2px solid #fff;margin-left:-8px}.for-lawyers-page .lawyers-rating .circles-group .circle:first-child{margin-left:0}.for-lawyers-page .lawyers-rating .circles-group .circle.green{background-color:#10b981}.for-lawyers-page .lawyers-rating .circles-group .circle.green-light{background-color:#34d399}.for-lawyers-page .lawyers-rating .circles-group .circle.green-dark{background-color:#059669}.for-lawyers-page .lawyers-rating .circles-group .circle.yellow{background-color:#eab308}.for-lawyers-page .lawyers-rating .rating-text,.for-lawyers-page .lawyers-rating .sales-teams-text{font-weight:500;color:#4b5563}.for-lawyers-page .lawyers-rating .stars-group{color:#fbbf24;letter-spacing:2px;font-size:.95rem}.for-lawyers-page .lawyers-rating .divider{width:1px;height:16px;background-color:#e5e7eb}.for-lawyers-page .lawyersHeroImageWrap{position:relative;display:flex;justify-content:center;align-items:center;z-index:1;overflow:visible}.for-lawyers-page .lawyersHeroImage{width:145%;max-width:950px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1));-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent)}.for-lawyers-page .hero-features-bar{width:92%;max-width:1200px;margin:4rem auto -5rem;background:#fff;border-radius:20px;padding:2.25rem 2.5rem;box-shadow:0 15px 45px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;position:relative;z-index:10;text-align:left}@media(max-width:1024px){.for-lawyers-page .hero-features-bar{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-top:3rem;margin-bottom:-7rem}}@media(max-width:640px){.for-lawyers-page .hero-features-bar{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;margin-top:2rem;margin-bottom:-11rem}}.for-lawyers-page .feature-bar-item{display:flex;align-items:center;gap:1.25rem}.for-lawyers-page .feature-bar-icon-box{width:56px;height:56px;border-radius:50%;background:#edf7ea;color:#79c35a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.for-lawyers-page .feature-bar-icon-box svg{stroke-width:2.2}.for-lawyers-page .feature-bar-info{display:flex;flex-direction:column;gap:.25rem}.for-lawyers-page .feature-bar-title{font-size:1rem;font-weight:700;color:#111827}.for-lawyers-page .feature-bar-desc,.for-lawyers-page .feature-bar-title{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .feature-bar-desc{font-size:.85rem;line-height:1.4;color:#6b7280}.for-lawyers-page .question-section{position:relative;padding:7.5rem 2rem 4.5rem;background:#fdfdfd;overflow:hidden;z-index:2}.for-lawyers-page .question-section .question-container{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem}.for-lawyers-page .question-section .quote-icon{font-size:5rem;font-family:Playfair Display,Georgia,serif;color:#79c35a;line-height:1;margin-bottom:-1.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.for-lawyers-page .question-section .question-heading{font-family:Merriweather,serif;font-size:3.2rem;font-weight:800;line-height:1.3;color:#111827;margin:0;letter-spacing:-.02em;text-wrap:balance}.for-lawyers-page .question-section .question-heading .italic-serif{font-family:Merriweather,Georgia,serif;font-style:italic;font-weight:400;color:#6b7280}@media(max-width:768px){.for-lawyers-page .question-section .question-heading{font-size:2.2rem}}.for-lawyers-page .question-section .question-sub-badge{font-size:.85rem;font-weight:700;color:#9ca3af;letter-spacing:.15em;text-transform:uppercase;margin:.25rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .question-section .question-highlight-green{font-family:Merriweather,Georgia,serif;font-size:4rem;font-weight:800;font-style:italic;color:#79c35a;line-height:1.25;margin:.25rem 0 0;text-wrap:balance}@media(max-width:768px){.for-lawyers-page .question-section .question-highlight-green{font-size:2.5rem}}.for-lawyers-page .question-section .question-text{font-size:1.15rem;line-height:1.7;color:#4b5563;max-width:750px;margin:.5rem auto .75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .question-section .question-action{margin-top:.5rem}.for-lawyers-page .question-section .btn-question-cta{padding:1rem 2.25rem;background:#79c35a;color:#fff;border:none;border-radius:9999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(121,195,90,.25);display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.05em}.for-lawyers-page .question-section .btn-question-cta:hover{background:#60a045;transform:translateY(-2px);box-shadow:0 8px 20px rgba(121,195,90,.35)}.for-lawyers-page .fears-section{background:radial-gradient(circle at center,#2e333a 0,#1f2328 100%);padding:6rem 2rem;color:#fff;text-align:center;position:relative;z-index:2}.for-lawyers-page .fears-section .doodle-background{opacity:.6}.for-lawyers-page .fears-container{max-width:1200px;margin:0 auto}.for-lawyers-page .fears-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem}.for-lawyers-page .fears-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 1rem;background:rgba(121,195,90,.1);border:1px solid rgba(121,195,90,.2);border-radius:20px;color:#79c35a;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.for-lawyers-page .fears-badge .dot{width:6px;height:6px;background-color:#79c35a;border-radius:50%}.for-lawyers-page .fears-heading{font-size:3.5rem;font-weight:800;line-height:1.2;color:#fff;margin:0;font-family:Merriweather,serif;text-align:center}.for-lawyers-page .fears-heading .highlight-green{color:#79c35a}.for-lawyers-page .fears-heading .highlight-pink{color:#f6339a}.for-lawyers-page .fears-subheading{font-size:1.125rem;line-height:1.7;color:#9ca3af;margin:0;max-width:700px;text-align:center;align-self:center}.for-lawyers-page .fears-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.for-lawyers-page .fears-card{background:#0f1412;border-radius:16px;padding:2.25rem 2rem 1.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);border:1.5px solid rgba(121,195,90,.15);position:relative;box-shadow:0 4px 20px rgba(0,0,0,.15)}.for-lawyers-page .fears-card:hover{transform:translateY(-4px);border-color:rgba(121,195,90,.45);box-shadow:0 15px 35px rgba(121,195,90,.1)}.for-lawyers-page .fears-card:hover .banner-arrow{transform:translateX(4px)}.for-lawyers-page .fears-card-top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;flex:1 1;justify-content:center}.for-lawyers-page .fears-card-number{width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(121,195,90,.4);color:#79c35a;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .fears-card-text-wrap{display:flex;flex-direction:column;gap:.75rem}.for-lawyers-page .fears-card-quote{font-size:1.25rem;font-weight:700;color:#fff;margin:0;line-height:1.45;font-family:Merriweather,serif}.for-lawyers-page .fears-card-subtitle{font-size:.9rem;line-height:1.6;color:#9ca3af;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .fears-card-bottom-banner{background:rgba(121,195,90,.04);border:1px solid rgba(121,195,90,.2);border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;transition:all .2s ease}.for-lawyers-page .fears-card-bottom-banner:hover{background:rgba(121,195,90,.08);border-color:rgba(121,195,90,.35)}.for-lawyers-page .banner-left{display:flex;align-items:center;gap:1rem}.for-lawyers-page .banner-icon-box{width:38px;height:38px;border-radius:8px;background:rgba(121,195,90,.1);color:#79c35a;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(121,195,90,.15)}.for-lawyers-page .banner-text-info{display:flex;flex-direction:column;gap:.2rem;text-align:left}.for-lawyers-page .banner-action-tag{font-size:.65rem;font-weight:800;letter-spacing:.05em;color:#79c35a;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .banner-solution-desc{font-size:.85rem;line-height:1.4;color:#d1d5db;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .banner-arrow{color:#79c35a;font-size:1.1rem;font-weight:700;transition:transform .2s ease}.for-lawyers-page .fears-bottom-bar{display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,100%,.02);border:1.5px solid hsla(0,0%,100%,.08);border-radius:16px;padding:1.75rem 2.5rem;margin-top:4rem;gap:2rem;text-align:left}@media(max-width:768px){.for-lawyers-page .fears-bottom-bar{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}}.for-lawyers-page .info-bar-left,.for-lawyers-page .info-bar-right{display:flex;align-items:center;gap:1.25rem;flex:1 1}.for-lawyers-page .info-bar-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.for-lawyers-page .info-bar-icon.green-tint{background:rgba(121,195,90,.1);color:#79c35a;border:1px solid rgba(121,195,90,.15)}.for-lawyers-page .info-bar-text{font-size:.9rem;line-height:1.5;color:#9ca3af;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .info-bar-text strong{color:#fff;font-weight:600}.for-lawyers-page .vertical-divider{width:1px;height:44px;background:hsla(0,0%,100%,.1)}@media(max-width:768px){.for-lawyers-page .vertical-divider{display:none}}.for-lawyers-page .boardroom-section{background:#fdfdfd;padding:6rem 2rem 3rem;position:relative;z-index:20;overflow:hidden}.for-lawyers-page .boardroom-container{max-width:1200px;margin:0 auto}.for-lawyers-page .boardroom-card{background:#fff;border-radius:24px;border:1.5px solid rgba(121,195,90,.35);padding:3rem;display:flex;align-items:center;gap:3rem;box-shadow:0 15px 35px rgba(121,195,90,.08);position:relative;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);animation:boardroomPopUp 1.2s cubic-bezier(.16,1,.3,1) both}.for-lawyers-page .boardroom-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 30px 60px rgba(121,195,90,.18)}.for-lawyers-page .boardroom-card:after{content:"";position:absolute;width:150px;height:150px;background:radial-gradient(circle,rgba(121,195,90,.1) 0,transparent 70%);top:-50px;right:-50px;border-radius:50%;pointer-events:none}.for-lawyers-page .boardroom-icon-box{width:80px;height:80px;border-radius:18px;background:linear-gradient(135deg,#7dc46c,#79c35a);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 10px 20px rgba(121,195,90,.25);position:relative}.for-lawyers-page .boardroom-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.for-lawyers-page .boardroom-heading{font-family:Merriweather,serif;font-size:1.85rem;font-weight:800;line-height:1.3;color:#111827;margin:0}.for-lawyers-page .boardroom-text{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.for-lawyers-page .boardroom-action{flex-shrink:0}.for-lawyers-page .btn-boardroom-cta{padding:1rem 2rem;background:#79c35a;border:none;border-radius:9999px;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(121,195,90,.2);white-space:nowrap}.for-lawyers-page .btn-boardroom-cta:hover{background:#60a045;transform:translateY(-2px);box-shadow:0 8px 20px rgba(121,195,90,.3)}@keyframes boardroomPopUp{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.for-lawyers-page .two-moves-section{background:radial-gradient(circle at left center,rgba(247,252,245,.8) 0,#fff 30%),radial-gradient(circle at right bottom,rgba(247,252,245,.6) 0,#fff 40%);background-color:#fff;padding:3rem 2rem;position:relative;z-index:20}.for-lawyers-page .two-moves-container{max-width:1200px;margin:0 auto}.for-lawyers-page .two-moves-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem;text-align:center}.for-lawyers-page .two-moves-badge{display:inline-flex;align-items:center;padding:.25rem 1rem;background:#fff;border:1px solid rgba(121,195,90,.2);border-radius:20px;color:#79c35a;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 4px 6px rgba(0,0,0,.02)}.for-lawyers-page .two-moves-badge .dot{width:6px;height:6px;background-color:#79c35a;border-radius:50%;margin-right:.5rem}.for-lawyers-page .two-moves-heading{font-family:Merriweather,serif;font-size:3.5rem;font-weight:800;line-height:1.2;color:#111827;margin:0}.for-lawyers-page .two-moves-subheading{font-size:1.125rem;line-height:1.6;color:#6b7280;margin:0;max-width:700px}.for-lawyers-page .two-moves-content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:stretch;text-align:left}.for-lawyers-page .two-moves-tabs-column{display:flex;flex-direction:column;gap:1.5rem;height:100%}.for-lawyers-page .two-moves-card{background:#fff;border-radius:20px;padding:2rem;border:1.5px solid transparent;box-shadow:0 4px 15px rgba(0,0,0,.02);cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;flex:1 1}.for-lawyers-page .two-moves-card .card-header-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.for-lawyers-page .two-moves-card .card-subheading{font-family:Merriweather,serif;font-size:1.5rem;font-weight:800;margin:0 0 1rem}.for-lawyers-page .two-moves-card .card-desc{font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.for-lawyers-page .two-moves-card .card-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.for-lawyers-page .two-moves-card .card-bullets li{font-size:.9rem;line-height:1.4;display:flex;align-items:flex-start;gap:.5rem}.for-lawyers-page .two-moves-card .card-bullets li .bullet-icon{font-weight:700;flex-shrink:0}.for-lawyers-page .two-moves-card.learn-card .card-header-label{color:#6b7280}.for-lawyers-page .two-moves-card.learn-card .card-subheading{color:#111827}.for-lawyers-page .two-moves-card.learn-card .card-bullets li,.for-lawyers-page .two-moves-card.learn-card .card-desc{color:#4b5563}.for-lawyers-page .two-moves-card.learn-card .card-bullets li .bullet-icon{color:#79c35a}.for-lawyers-page .two-moves-card.learn-card.active{border-color:rgba(121,195,90,.35);box-shadow:0 15px 30px rgba(121,195,90,.08);background:linear-gradient(135deg,rgba(247,252,245,.5),#fff)}.for-lawyers-page .two-moves-card.practise-card .card-header-label{color:#6b7280}.for-lawyers-page .two-moves-card.practise-card .card-subheading{color:#111827}.for-lawyers-page .two-moves-card.practise-card .card-bullets li,.for-lawyers-page .two-moves-card.practise-card .card-desc{color:#4b5563}.for-lawyers-page .two-moves-card.practise-card .card-bullets li .bullet-icon{color:#79c35a}.for-lawyers-page .two-moves-card.practise-card.active{background:radial-gradient(circle at center,#2e333a 0,#1f2328 100%);border-color:rgba(121,195,90,.3);box-shadow:0 15px 35px rgba(0,0,0,.2);color:#fff}.for-lawyers-page .two-moves-card.practise-card.active .card-header-label{color:#9ca3af}.for-lawyers-page .two-moves-card.practise-card.active .card-subheading{color:#fff}.for-lawyers-page .two-moves-card.practise-card.active .card-bullets li,.for-lawyers-page .two-moves-card.practise-card.active .card-desc{color:#d1d5db}.for-lawyers-page .two-moves-card.practise-card.active .card-bullets li .bullet-icon{color:#79c35a}.for-lawyers-page .two-moves-card:not(.active){opacity:1;background:#fff;border-color:#e2e8f0}.for-lawyers-page .two-moves-card:not(.active):hover{transform:translateY(-2px);border-color:rgba(121,195,90,.25);box-shadow:0 8px 20px rgba(0,0,0,.04)}.for-lawyers-page .two-moves-mockup-column{display:flex;justify-content:center;align-items:stretch;height:100%}.for-lawyers-page .legal-mockup{background:#fff;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.02);width:100%;max-width:550px;overflow:hidden;border:1px solid rgba(0,0,0,.05);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:boardroomPopUp .6s cubic-bezier(.16,1,.3,1) both;display:flex;flex-direction:column;height:100%}@media(max-width:900px){.for-lawyers-page .legal-mockup{height:auto}}.for-lawyers-page .legal-mockup .mockup-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #f3f4f6;position:relative;background:#fafafa}.for-lawyers-page .legal-mockup .mac-dots{display:flex;gap:.4rem;position:absolute;left:1rem}.for-lawyers-page .legal-mockup .mac-dots .dot{width:10px;height:10px;border-radius:50%}.for-lawyers-page .legal-mockup .mac-dots .dot.red{background:#ef4444}.for-lawyers-page .legal-mockup .mac-dots .dot.yellow{background:#f59e0b}.for-lawyers-page .legal-mockup .mac-dots .dot.green{background:#22c55e}.for-lawyers-page .legal-mockup .mockup-title{width:100%;text-align:center;font-size:.75rem;font-weight:700;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.05em}.for-lawyers-page .legal-mockup .mockup-title .live-dot{width:6px;height:6px;background:#22c55e;border-radius:50%}.for-lawyers-page .legal-mockup .mockup-title .live-dot.audio{background:#ef4444;animation:pulseAudio 1.5s infinite}.for-lawyers-page .legal-mockup .mockup-body{padding:2.25rem 2rem;display:flex;flex-direction:column;gap:2rem;flex:1 1;justify-content:flex-start}.for-lawyers-page .scenario-info-card{background:#fcfdfc;border:1.5px solid rgba(121,195,90,.25);border-radius:12px;padding:1.75rem}.for-lawyers-page .scenario-info-card .scenario-badge{font-size:.95rem;font-weight:800;color:#79c35a;letter-spacing:.08em;margin-bottom:.75rem}.for-lawyers-page .scenario-info-card .scenario-title{font-family:Merriweather,serif;font-size:1.55rem;font-weight:800;color:#111827;margin:0 0 .75rem;line-height:1.35}.for-lawyers-page .scenario-info-card .scenario-facts{font-size:1.05rem;line-height:1.6;color:#4b5563;margin:0}.for-lawyers-page .split-legal-pane{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.for-lawyers-page .split-legal-pane .pane-half{background:#fafafa;border-radius:12px;border:1px solid #f3f4f6;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.for-lawyers-page .split-legal-pane .pane-half .pane-header{font-size:.9rem;font-weight:700;color:#9ca3af;letter-spacing:.05em;margin-bottom:.25rem}.for-lawyers-page .split-legal-pane .pane-half .pane-content h5{font-family:Merriweather,serif;font-size:1.2rem;font-weight:800;color:#111827;margin:0 0 .5rem}.for-lawyers-page .split-legal-pane .pane-half .pane-content p{font-size:.95rem;line-height:1.5;color:#6b7280;margin:0}.for-lawyers-page .simulator-dialogue{display:flex;flex-direction:column;gap:1.5rem}.for-lawyers-page .simulator-dialogue .dialogue-bubble{padding:1.25rem 1.5rem;border-radius:12px;max-width:90%;display:flex;flex-direction:column;gap:.5rem}.for-lawyers-page .simulator-dialogue .dialogue-bubble .bubble-speaker{font-size:.9rem;font-weight:800;letter-spacing:.05em}.for-lawyers-page .simulator-dialogue .dialogue-bubble p{font-size:1.05rem;line-height:1.5;margin:0;font-style:italic}.for-lawyers-page .simulator-dialogue .dialogue-bubble.opponent{background:#f3f4f6;color:#1f2937;align-self:flex-start;border-bottom-left-radius:2px}.for-lawyers-page .simulator-dialogue .dialogue-bubble.opponent .bubble-speaker{color:#4b5563}.for-lawyers-page .simulator-dialogue .dialogue-bubble.user{background:rgba(121,195,90,.1);border:1px solid rgba(121,195,90,.2);color:#111827;align-self:flex-end;border-bottom-right-radius:2px}.for-lawyers-page .simulator-dialogue .dialogue-bubble.user .bubble-speaker{color:#79c35a}.for-lawyers-page .audio-waveform-area{display:flex;align-items:center;justify-content:center;gap:6px;height:56px;background:#fafafa;border-radius:12px;border:1px solid #f3f4f6}.for-lawyers-page .audio-waveform-area .wave-bar{width:4px;height:16px;background:#79c35a;border-radius:2px;animation:audioWave 1.2s ease-in-out infinite alternate}.for-lawyers-page .audio-waveform-area .wave-bar.tall{height:32px;animation-duration:.8s}.for-lawyers-page .audio-waveform-area .wave-bar.extra-tall{height:44px;animation-duration:1s}.for-lawyers-page .audio-waveform-area .wave-bar:nth-child(2){animation-delay:.1s}.for-lawyers-page .audio-waveform-area .wave-bar:nth-child(3){animation-delay:.2s}.for-lawyers-page .audio-waveform-area .wave-bar:nth-child(4){animation-delay:.3s}.for-lawyers-page .audio-waveform-area .wave-bar:nth-child(5){animation-delay:.4s}.for-lawyers-page .audio-waveform-area .wave-bar:nth-child(6){animation-delay:.15s}.for-lawyers-page .audio-waveform-area .wave-bar:nth-child(7){animation-delay:.25s}.for-lawyers-page .audio-waveform-area .wave-bar:nth-child(8){animation-delay:.35s}.for-lawyers-page .mock-debrief-card{background:#fdfce8;border:1px solid #fef08a;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.for-lawyers-page .mock-debrief-card .debrief-header{display:flex;justify-content:space-between;align-items:center}.for-lawyers-page .mock-debrief-card .debrief-score{font-size:1.4rem;font-weight:800;color:#ca8a04}.for-lawyers-page .mock-debrief-card .debrief-status{font-size:.9rem;font-weight:800;color:#ca8a04;letter-spacing:.05em}.for-lawyers-page .mock-debrief-card .debrief-feedback{font-size:.95rem;line-height:1.5;color:#713f12}.for-lawyers-page .mock-debrief-card .debrief-feedback strong{font-weight:700}.for-lawyers-page .how-it-works-section{background:#fdfdfd;padding:3rem 2rem 7rem;position:relative;z-index:20;text-align:center;border-top:1px solid rgba(0,0,0,.03)}.for-lawyers-page .how-it-works-container{max-width:1350px;margin:0 auto}.for-lawyers-page .how-it-works-header{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:4.5rem}.for-lawyers-page .how-it-works-badge{font-size:.85rem;font-weight:700;color:#79c35a;letter-spacing:.15em;text-transform:uppercase;border:none;background:transparent;box-shadow:none;padding:0;margin:0;display:inline-block}.for-lawyers-page .how-it-works-heading{font-family:Merriweather,serif;font-size:3.5rem;font-weight:800;line-height:1.3;color:#111827;margin:0;text-align:center}.for-lawyers-page .how-it-works-heading .italic-serif{font-family:Merriweather,Georgia,serif;font-style:italic;font-weight:400;color:#6b7280}@media(max-width:768px){.for-lawyers-page .how-it-works-heading{font-size:2.5rem}}.for-lawyers-page .how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3.5rem;gap:3.5rem;align-items:start}@media(max-width:768px){.for-lawyers-page .how-it-works-grid{grid-template-columns:1fr;gap:2.5rem}}.for-lawyers-page .how-it-works-card{background:transparent;border:none;box-shadow:none;padding:0;display:flex;flex-direction:column;align-items:center;text-align:center;transition:none}.for-lawyers-page .how-it-works-card:hover{transform:none;box-shadow:none;border-color:transparent}.for-lawyers-page .how-it-works-card:hover .icon-wrapper{transform:translateY(-4px);box-shadow:0 15px 35px rgba(121,195,90,.12);border-color:rgba(121,195,90,.4)}.for-lawyers-page .how-it-works-card .icon-wrapper{width:72px;height:72px;border-radius:18px;background:#fff;border:1.5px solid #edf7ea;box-shadow:0 8px 24px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease}.for-lawyers-page .how-it-works-card .step-badge{position:absolute;top:-8px;right:-8px;background:#111827;color:#fff;font-size:.7rem;font-weight:700;padding:3px 6px;border-radius:6px;line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.for-lawyers-page .how-it-works-card .lawyers-step-icon{color:#79c35a}.for-lawyers-page .how-it-works-card .step-title{font-family:Merriweather,serif;font-size:1.35rem;font-weight:800;color:#111827;margin:1.5rem 0 .75rem}.for-lawyers-page .how-it-works-card .step-desc{font-size:.95rem;line-height:1.65;color:#6b7280;margin:0;max-width:360px}.for-lawyers-page .practise-list-section{background:radial-gradient(circle at center,#2e333a 0,#1f2328 100%);padding:6rem 2rem;position:relative;z-index:20;text-align:center;color:#fff}.for-lawyers-page .practise-list-section .doodle-background{opacity:.6}.for-lawyers-page .practise-list-container{max-width:1200px;margin:0 auto}.for-lawyers-page .practise-list-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem}.for-lawyers-page .practise-list-badge{display:inline-flex;align-items:center;padding:.25rem 1rem;background:rgba(121,195,90,.1);border:1px solid rgba(121,195,90,.25);border-radius:20px;color:#79c35a;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.for-lawyers-page .practise-list-badge .dot{width:6px;height:6px;background-color:#79c35a;border-radius:50%;margin-right:.5rem}.for-lawyers-page .practise-list-heading{font-family:Merriweather,serif;font-size:3.5rem;font-weight:800;line-height:1.2;color:#fff;margin:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.for-lawyers-page .practise-list-heading .italic-serif-line{font-family:Merriweather,Georgia,serif;font-style:italic;font-weight:400;color:#fff;position:relative;display:inline-block;padding-bottom:.5rem}.for-lawyers-page .practise-list-heading .italic-serif-line .green-accent-underline{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:rgba(121,195,90,.85);border-radius:4px}.for-lawyers-page .practise-list-subheading{font-size:1.125rem;line-height:1.7;color:#9ca3af;margin:0;max-width:800px;text-align:center}.for-lawyers-page .practise-list-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:4rem;gap:4rem;align-items:start;text-align:left}.for-lawyers-page .characters-column{display:flex;flex-direction:column;gap:1rem}.for-lawyers-page .character-card{display:flex;align-items:center;gap:1.5rem;background:hsla(0,0%,100%,.03);border:1.5px solid hsla(0,0%,100%,.06);border-radius:16px;padding:1.25rem 1.75rem;transition:all .35s cubic-bezier(.16,1,.3,1)}.for-lawyers-page .character-card:hover{transform:translateY(-4px);background:hsla(0,0%,100%,.06);border-color:rgba(121,195,90,.4);box-shadow:0 10px 30px rgba(0,0,0,.25)}.for-lawyers-page .character-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,.15)}.for-lawyers-page .character-icon-box.orange-bg{background:linear-gradient(135deg,#ff9f43,#ff6b6b)}.for-lawyers-page .character-icon-box.purple-bg{background:linear-gradient(135deg,#a55eea,#8854d0)}.for-lawyers-page .character-icon-box.teal-bg{background:linear-gradient(135deg,#2bcbba,#0fb9b1)}.for-lawyers-page .character-icon-box.brown-bg{background:linear-gradient(135deg,#f39c12,#d35400)}.for-lawyers-page .character-icon-box.blue-bg{background:linear-gradient(135deg,#3498db,#2980b9)}.for-lawyers-page .character-icon-box.indigo-bg{background:linear-gradient(135deg,#3867d6,#4b7bec)}.for-lawyers-page .character-info{flex:1 1}.for-lawyers-page .character-title{font-family:Merriweather,serif;font-size:1.15rem;font-weight:700;color:#fff;margin:0 0 .25rem}.for-lawyers-page .character-desc{font-size:.95rem;color:#9ca3af;margin:0;line-height:1.4}.for-lawyers-page .stats-tags-column{display:flex;flex-direction:column;gap:2.5rem}.for-lawyers-page .stats-2x2-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.for-lawyers-page .stat-card-dark{background:hsla(0,0%,100%,.02);border:1.5px solid hsla(0,0%,100%,.05);border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease}.for-lawyers-page .stat-card-dark:hover{border-color:rgba(121,195,90,.3);background:hsla(0,0%,100%,.04)}.for-lawyers-page .stat-num{font-family:Merriweather,serif;font-size:2.75rem;font-weight:800;color:#fff;line-height:1.1}.for-lawyers-page .stat-label{font-size:.9rem;color:#9ca3af;line-height:1.4}.for-lawyers-page .tags-cloud{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.for-lawyers-page .tag-pill{padding:.625rem 1.25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.12);border-radius:9999px;font-size:.9rem;color:#d1d5db;transition:all .2s ease;cursor:default}.for-lawyers-page .tag-pill:hover{background:rgba(121,195,90,.1);border-color:rgba(121,195,90,.4);color:#79c35a;transform:translateY(-1px);box-shadow:0 4px 10px rgba(121,195,90,.15)}.for-lawyers-page .gains-section{background:#fff;background-image:radial-gradient(circle at 10% 20%,rgba(247,252,245,.4) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(247,252,245,.4) 0,transparent 40%);padding:6rem 2rem 3rem;position:relative;z-index:20}.for-lawyers-page .gains-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4.5rem}.for-lawyers-page .gains-header{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:4rem;gap:4rem;align-items:center;text-align:left}@media(max-width:991px){.for-lawyers-page .gains-header{grid-template-columns:1fr;gap:1.5rem}}.for-lawyers-page .gains-header-left{display:flex;flex-direction:column;gap:.75rem}.for-lawyers-page .gains-header-right{display:flex;align-items:center}.for-lawyers-page .gains-badge{display:inline-flex;align-items:center;padding:.35rem .85rem;background:transparent;border:1.5px solid #111827;border-radius:9999px;color:#111827;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;width:-moz-fit-content;width:fit-content;margin-bottom:.5rem}.for-lawyers-page .gains-badge .dot{width:6px;height:6px;background-color:#79c35a;border-radius:50%;margin-right:.5rem}.for-lawyers-page .gains-heading{font-family:Merriweather,serif;font-size:3rem;font-weight:800;line-height:1.25;color:#111827;margin:0;max-width:1000px;text-wrap:balance}.for-lawyers-page .gains-heading .italic-serif{font-family:Merriweather,Georgia,serif;font-style:italic;font-weight:400;color:#6b7280}@media(max-width:768px){.for-lawyers-page .gains-heading{font-size:2.2rem}}.for-lawyers-page .gains-subheading{font-size:1.1rem;line-height:1.65;color:#4b5563;margin:0;max-width:900px;text-wrap:pretty}.for-lawyers-page .gains-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media(max-width:991px){.for-lawyers-page .gains-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.for-lawyers-page .gains-cards-grid{grid-template-columns:1fr}}.for-lawyers-page .gains-card{background:#fff;border-radius:16px;padding:2.25rem 2rem;border:1.5px solid #111827;box-shadow:4px 4px 0 #111827;display:flex;flex-direction:column;gap:1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.for-lawyers-page .gains-card:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 #111827}.for-lawyers-page .gains-card-header{display:flex;align-items:center;gap:1.25rem}.for-lawyers-page .gains-card-icon-box{width:48px;height:48px;border-radius:12px;border:1.5px solid #111827;display:flex;align-items:center;justify-content:center;flex-shrink:0}.for-lawyers-page .gains-card-icon-box.peach-bg{background-color:#fed;color:#ff8c00}.for-lawyers-page .gains-card-icon-box.cyan-bg{background-color:#e0f7fa;color:#00acc1}.for-lawyers-page .gains-card-icon-box.green-bg{background-color:#edf7ea;color:#79c35a}.for-lawyers-page .gains-card-icon-box.purple-bg{background-color:#f3e8ff;color:#8b5cf6}.for-lawyers-page .gains-card-icon-box.pink-bg{background-color:#fce7f3;color:#ec4899}.for-lawyers-page .gains-card-icon-box.yellow-bg{background-color:#fef9c3;color:#ca8a04}.for-lawyers-page .gains-card-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.35;color:#111827;margin:0;text-wrap:balance}.for-lawyers-page .gains-card-desc{font-size:.95rem;line-height:1.6;color:#4b5563;margin:0;text-wrap:pretty}.for-lawyers-page .certified-banner-card{background:#fff;border:1.5px solid #111827;border-radius:16px;padding:2.5rem 3rem;display:flex;align-items:center;gap:3rem;box-shadow:4px 4px 0 #111827;position:relative;overflow:hidden;margin-top:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.for-lawyers-page .certified-banner-card:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 #111827}@media(max-width:900px){.for-lawyers-page .certified-banner-card{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem}}.for-lawyers-page .certified-icon-box{width:64px;height:64px;border-radius:16px;border:1.5px solid #111827;background:linear-gradient(135deg,#f39c12,#f1c40f);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;position:relative;z-index:2}.for-lawyers-page .certified-content{flex:1 1;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:2}.for-lawyers-page .certified-heading{font-family:Merriweather,serif;font-size:1.85rem;font-weight:800;line-height:1.3;color:#111827;margin:0}.for-lawyers-page .certified-text{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.for-lawyers-page .certified-action{flex-shrink:0;position:relative;z-index:2}@media(max-width:900px){.for-lawyers-page .certified-action{width:100%}}.for-lawyers-page .btn-certified-cta{padding:1rem 2.25rem;background:#79c35a;border:1.5px solid #111827;border-radius:9999px;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:3px 3px 0 #111827;white-space:nowrap}.for-lawyers-page .btn-certified-cta:hover{background:#60a045;transform:translate(-2px,-2px);box-shadow:5px 5px 0 #111827}@media(max-width:900px){.for-lawyers-page .btn-certified-cta{width:100%;text-align:center}}.for-lawyers-page .why-works-section{position:relative;padding:3rem 2rem 6rem;background:#fff;overflow:hidden;z-index:2}.for-lawyers-page .why-works-section .why-works-container{max-width:1200px;margin:0 auto;position:relative;z-index:3}.for-lawyers-page .why-works-section .why-works-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:5rem;gap:5rem;align-items:stretch}@media(max-width:991px){.for-lawyers-page .why-works-section .why-works-grid{grid-template-columns:1fr;gap:4rem}}.for-lawyers-page .why-works-section .why-works-left{display:flex;flex-direction:column;text-align:left;height:100%;justify-content:space-between}@media(max-width:991px){.for-lawyers-page .why-works-section .why-works-left{height:auto;justify-content:flex-start;gap:2rem}}.for-lawyers-page .why-works-section .quote-mark{font-family:Merriweather,serif;font-size:6rem;color:#79c35a;line-height:1;margin-bottom:-1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.for-lawyers-page .why-works-section .why-works-quote-heading{font-family:Merriweather,serif;font-size:2.8rem;font-weight:800;line-height:1.55;color:#111827;margin:0 0 2rem}.for-lawyers-page .why-works-section .why-works-quote-heading .highlight-green{color:#79c35a}.for-lawyers-page .why-works-section .why-works-quote-heading .italic-serif{font-family:Merriweather,Georgia,serif;font-style:italic;font-weight:700}@media(max-width:768px){.for-lawyers-page .why-works-section .why-works-quote-heading{font-size:1.8rem}}.for-lawyers-page .why-works-section .quote-author-block{display:flex;align-items:center;gap:1.25rem;margin-top:1rem}.for-lawyers-page .why-works-section .author-avatar-initials{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:700;color:#111827;flex-shrink:0;border:1px solid #e5e7eb}.for-lawyers-page .why-works-section .author-avatar-initials.gray-bg{background-color:#f3f4f6}.for-lawyers-page .why-works-section .author-info{display:flex;flex-direction:column;gap:.15rem}.for-lawyers-page .why-works-section .author-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;color:#111827;margin:0}.for-lawyers-page .why-works-section .author-title{font-size:.85rem;color:#6b7280;margin:0}.for-lawyers-page .why-works-section .why-works-right{display:flex;flex-direction:column;align-items:flex-start;text-align:left;height:100%;justify-content:space-between}@media(max-width:991px){.for-lawyers-page .why-works-section .why-works-right{height:auto;justify-content:flex-start;gap:2rem}}.for-lawyers-page .why-works-section .graduates-badge{display:inline-flex;align-items:center;padding:.35rem .85rem;background:transparent;border:1.5px solid #111827;border-radius:9999px;color:#111827;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2rem}.for-lawyers-page .why-works-section .graduates-badge .star{color:#fbbf24;margin-right:.5rem;font-size:.85rem}.for-lawyers-page .why-works-section .graduates-reviews-stack{display:flex;flex-direction:column;gap:1.5rem;width:100%}.for-lawyers-page .why-works-section .graduate-review-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.02);display:flex;flex-direction:column;gap:1.5rem;transition:transform .2s,box-shadow .2s}.for-lawyers-page .why-works-section .graduate-review-card:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,0,0,.04);border-color:#d1d5db}.for-lawyers-page .why-works-section .review-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.95rem;line-height:1.6;color:#4b5563;margin:0}.for-lawyers-page .why-works-section .review-author-block{display:flex;align-items:center;gap:1rem}.for-lawyers-page .why-works-section .review-avatar-initials{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.for-lawyers-page .why-works-section .review-avatar-initials.green-tint-bg{background-color:#edf7ea;color:#79c35a;border:1px solid rgba(121,195,90,.15)}.for-lawyers-page .why-works-section .review-info{display:flex;flex-direction:column;gap:.1rem}.for-lawyers-page .why-works-section .review-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:700;color:#111827;margin:0}.for-lawyers-page .why-works-section .review-title{font-size:.8rem;color:#6b7280;margin:0}.for-lawyers-page .shift-section{position:relative;padding:7.5rem 2rem 4rem;background:#121815;overflow:hidden;z-index:2}.for-lawyers-page .shift-section .shift-container{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:3}.for-lawyers-page .shift-section .shift-badge{display:inline-flex;align-items:center;padding:.25rem 1rem;background:rgba(121,195,90,.1);border:1px solid rgba(121,195,90,.25);border-radius:20px;color:#79c35a;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.75rem}.for-lawyers-page .shift-section .shift-badge .dot{width:6px;height:6px;background-color:#79c35a;border-radius:50%;margin-right:.5rem}.for-lawyers-page .shift-section .shift-heading{font-family:Merriweather,serif;font-size:3rem;font-weight:800;line-height:1.3;color:#fff;margin-bottom:4rem;text-align:center}.for-lawyers-page .shift-section .shift-heading .italic-quote{font-family:Merriweather,Georgia,serif;font-style:italic;font-weight:400;color:#d1d5db}.for-lawyers-page .shift-section .shift-heading .italic-quote-green{font-family:Merriweather,Georgia,serif;font-style:italic;font-weight:700;color:#79c35a}.for-lawyers-page .shift-section .shift-cards-container{display:flex;justify-content:center;align-items:stretch;position:relative;max-width:1000px;margin:0 auto}.for-lawyers-page .shift-section .shift-card-before{width:48%;border:1.5px dashed hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.01);border-radius:24px;padding:3rem 2.5rem;margin-right:-4rem;transform:scale(.95) rotate(-2deg);transform-origin:right center;z-index:1;display:flex;flex-direction:column;opacity:.5;transition:opacity .3s,transform .3s}.for-lawyers-page .shift-section .shift-card-before:hover{opacity:.85;transform:scale(.96) rotate(-2deg)}.for-lawyers-page .shift-section .shift-card-after{width:56%;border:2px solid #79c35a;background:#102f21;box-shadow:0 0 35px rgba(121,195,90,.15);border-radius:24px;padding:3.5rem 3rem;z-index:2;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.for-lawyers-page .shift-section .shift-card-after:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 0 45px rgba(121,195,90,.25)}.for-lawyers-page .shift-section .card-divider-header{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:2.5rem;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.for-lawyers-page .shift-section .card-divider-header:after,.for-lawyers-page .shift-section .card-divider-header:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.1)}.for-lawyers-page .shift-section .card-divider-header:before{margin-right:1.25rem}.for-lawyers-page .shift-section .card-divider-header:after{margin-left:1.25rem}.for-lawyers-page .shift-section .card-divider-header.after-header{color:#79c35a}.for-lawyers-page .shift-section .shift-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem;text-align:left}.for-lawyers-page .shift-section .shift-card-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;line-height:1.5;color:hsla(0,0%,100%,.6)}.for-lawyers-page .shift-section .shift-card-list li span{flex:1 1}.for-lawyers-page .shift-section .shift-card-list li .cross-icon{color:rgba(239,68,68,.7);flex-shrink:0;margin-top:.25rem}.for-lawyers-page .shift-section .shift-card-after .shift-card-list li{color:#fff}.for-lawyers-page .shift-section .check-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#79c35a;color:#0c120f;flex-shrink:0;margin-top:.15rem}.battle-tested-section{position:relative;padding:4rem 2rem 7.5rem;background:#121815;overflow:hidden;z-index:2}.battle-tested-section .doodle-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;opacity:.45;pointer-events:none}.battle-tested-section .battle-tested-container{width:100%;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:3}.battle-tested-section .battle-tested-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.battle-tested-section .battle-tested-badge{display:inline-flex;align-items:center;padding:.35rem 1rem;background:rgba(121,195,90,.1);border:1px solid rgba(121,195,90,.25);color:#79c35a;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:2rem}.battle-tested-section .battle-tested-heading{font-family:Merriweather,serif;font-size:3.5rem;font-weight:800;line-height:1.15;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.battle-tested-section .battle-tested-heading .highlight-green{color:#79c35a;position:relative;display:inline-block;margin-top:.25rem}.battle-tested-section .battle-tested-heading .highlight-green.italic-serif{font-style:italic;font-family:Playfair Display,Georgia,Cambria,serif}.battle-tested-section .battle-tested-subheading{font-size:1.125rem;color:#9ca3af;max-width:520px;line-height:1.7;margin-bottom:2.5rem}.battle-tested-section .battle-tested-buttons{display:flex;align-items:center;gap:1.25rem;width:100%;margin-bottom:2.5rem}.battle-tested-section .btn-battle-primary{background:#79c35a;color:#0f1412;font-size:1rem;font-weight:600;padding:1.05rem 2.25rem;border-radius:12px;border:none;cursor:pointer;box-shadow:0 10px 25px rgba(121,195,90,.25);transition:all .3s cubic-bezier(.16,1,.3,1)}.battle-tested-section .btn-battle-primary:hover{background:#60a045;transform:translateY(-2px);box-shadow:0 12px 30px rgba(121,195,90,.35)}.battle-tested-section .btn-battle-primary:active{transform:translateY(0)}.battle-tested-section .btn-battle-secondary{background:transparent;color:#fff;font-size:1rem;font-weight:600;padding:1.05rem 2.25rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.3);cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.battle-tested-section .btn-battle-secondary:hover{background:hsla(0,0%,100%,.08);border-color:#fff;transform:translateY(-2px)}.battle-tested-section .btn-battle-secondary:active{transform:translateY(0)}.battle-tested-section .battle-tested-sub-info{display:flex;align-items:center;gap:1.5rem;color:#9ca3af;font-size:.95rem;font-weight:500}.battle-tested-section .battle-tested-sub-info .info-item{display:inline-flex;align-items:center;gap:.5rem}.battle-tested-section .battle-tested-sub-info .green-check{color:#79c35a}.battle-tested-section .battle-tested-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:440px;justify-self:end}.battle-tested-section .battle-tested-image-wrapper .battle-tested-image{width:100%;height:auto;border-radius:24px;object-fit:cover;position:relative;z-index:2;border:1.5px solid rgba(121,195,90,.25);box-shadow:0 20px 40px rgba(0,0,0,.4)}.battle-tested-section .battle-tested-image-wrapper .image-offset-border{position:absolute;top:12px;left:12px;right:-12px;bottom:-12px;border:2px solid #79c35a;border-radius:24px;z-index:1;pointer-events:none;box-shadow:0 0 20px rgba(121,195,90,.15)}.footer-section{background:#fff;padding:4rem 2rem 2rem;border-top:1px solid rgba(0,0,0,.05);position:relative;z-index:10;margin-top:2rem}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem}.footer-column{display:flex;flex-direction:column;gap:1.25rem}.footer-brand{gap:1.5rem;text-align:left}.footer-logo{height:40px;width:auto;object-fit:contain;object-position:left;margin-right:auto;align-self:flex-start}.footer-social{display:flex;gap:1rem}.social-icon{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .3s cubic-bezier(.16,1,.3,1)}.social-icon svg{transition:transform .3s ease}.social-icon:hover{background:#7dc46c;color:#fff;border-color:#7dc46c;transform:translateY(-2px)}.social-icon:hover svg{transform:scale(1.1)}.footer-copyright{display:flex;flex-direction:column;gap:.25rem}.footer-copyright p{color:#9ca3af;font-size:.85rem;margin:0;line-height:1.5}.footer-heading{font-family:inherit;font-size:1.1rem;font-weight:700;color:#111827;margin:0;text-align:left}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem;text-align:left}.footer-links li{margin:0}.footer-links a{color:#4b5563;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.footer-links a:hover{color:#7dc46c}.footer-links.footer-contact{gap:1rem}.footer-links.footer-contact a{display:inline-flex;align-items:center;gap:.5rem}@keyframes pulseAudio{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes audioWave{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}@media(max-width:1100px){.for-lawyers-page .navbar-links{gap:1.2rem}.for-lawyers-page .lawyers-hero-heading{font-size:3.3rem}.for-lawyers-page .lawyersHeroContainer{gap:2.5rem}.for-lawyers-page .question-section .question-heading{font-size:2.2rem}.for-lawyers-page .fears-heading{font-size:2.8rem}.for-lawyers-page .boardroom-heading{font-size:1.6rem}.for-lawyers-page .two-moves-heading{font-size:2.8rem}.for-lawyers-page .two-moves-content-grid{gap:2rem}.for-lawyers-page .gains-heading{font-size:3rem}.for-lawyers-page .why-works-heading{font-size:2.2rem}.for-lawyers-page .shift-heading{font-size:2.4rem;margin-bottom:2.5rem}.for-lawyers-page .shift-card-after,.for-lawyers-page .shift-card-before{padding:2.5rem 2rem}.for-lawyers-page .battle-tested-heading{font-size:3rem}}@media(max-width:900px){.for-lawyers-page .mobile-menu-toggle{display:block}.for-lawyers-page .navbar-menu{position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:1.5rem 2rem;box-shadow:0 12px 24px rgba(0,0,0,.08);display:none}.for-lawyers-page .navbar-menu.active{display:flex}.for-lawyers-page .navbar-links{flex-direction:column;align-items:flex-start;gap:1.25rem}.for-lawyers-page .navbar-actions{margin-top:1.5rem;flex-direction:column;align-items:stretch}.for-lawyers-page .btn-login,.for-lawyers-page .btn-try-free{width:100%}.for-lawyers-page .login-dropdown-menu{position:static;margin-top:.75rem;width:100%}.for-lawyers-page .lawyersHeroContainer{grid-template-columns:1fr;text-align:center}.for-lawyers-page .lawyersHeroContent{align-items:center}.for-lawyers-page .lawyers-hero-subheading{max-width:720px}.for-lawyers-page .lawyers-hero-buttons{justify-content:center;flex-wrap:wrap}.for-lawyers-page .lawyers-rating{justify-content:center}.for-lawyers-page .lawyersHeroImage{width:100%;max-width:720px}.for-lawyers-page .fears-cards-grid{grid-template-columns:repeat(2,1fr)}.for-lawyers-page .fears-heading{font-size:2.4rem;text-align:center}.for-lawyers-page .fears-subheading{text-align:center;align-self:center}.for-lawyers-page .boardroom-section{padding:4.5rem 1.5rem}.for-lawyers-page .boardroom-card{flex-direction:column;text-align:center;gap:2rem;padding:2.5rem 2rem}.for-lawyers-page .boardroom-content{align-items:center}.for-lawyers-page .two-moves-section{padding:4.5rem 1.5rem}.for-lawyers-page .two-moves-content-grid{grid-template-columns:1fr;gap:3rem}.for-lawyers-page .two-moves-tabs-column{height:auto}.for-lawyers-page .two-moves-card{flex:none}.for-lawyers-page .two-moves-mockup-column{position:static;height:auto}.for-lawyers-page .how-it-works-heading{font-size:2.8rem}.for-lawyers-page .how-it-works-grid{grid-template-columns:1fr;gap:2rem}.for-lawyers-page .practise-list-heading{font-size:2.8rem}.for-lawyers-page .practise-list-grid{grid-template-columns:1fr;gap:3rem}.for-lawyers-page .gains-cards-grid{grid-template-columns:1fr;gap:1.5rem}.for-lawyers-page .certified-banner-card{flex-direction:column;text-align:center;gap:2rem;padding:2.5rem 2rem}.for-lawyers-page .certified-content{align-items:center}.for-lawyers-page .shift-cards-container{flex-direction:column;align-items:center;gap:2rem}.for-lawyers-page .shift-card-after,.for-lawyers-page .shift-card-before{width:100%;max-width:520px}.for-lawyers-page .shift-card-before{margin-right:0;transform:none;opacity:.85}.for-lawyers-page .shift-heading{font-size:2.2rem;margin-bottom:2.5rem}.for-lawyers-page .battle-tested-section{padding:4rem 1.5rem}.for-lawyers-page .battle-tested-section .battle-tested-container{grid-template-columns:1fr;gap:3.5rem;text-align:center}.for-lawyers-page .battle-tested-section .battle-tested-content{align-items:center;text-align:center}.for-lawyers-page .battle-tested-section .battle-tested-subheading{margin-left:auto;margin-right:auto}.for-lawyers-page .battle-tested-section .battle-tested-buttons{justify-content:center}.for-lawyers-page .battle-tested-section .battle-tested-image-wrapper{justify-self:center;max-width:380px}.for-lawyers-page .footer-container{grid-template-columns:1fr 1fr;gap:3rem 2rem}}@media(max-width:600px){.for-lawyers-page{padding-top:68px}.for-lawyers-page .navbar-main{padding:.9rem 1.25rem}.for-lawyers-page .lawyersHero{padding:0 0 40px}.for-lawyers-page .lawyers-hero-heading{font-size:2.4rem}.for-lawyers-page .lawyers-hero-subheading{font-size:1rem}.for-lawyers-page .btn-hero-primary,.for-lawyers-page .btn-hero-secondary,.for-lawyers-page .lawyers-hero-buttons{width:100%}.for-lawyers-page .question-section{padding:3rem 1.25rem}.for-lawyers-page .question-section .question-heading{font-size:1.8rem}.for-lawyers-page .question-section .question-text{font-size:1.05rem}.for-lawyers-page .fears-section{padding:3.5rem 1.25rem}.for-lawyers-page .fears-heading{font-size:1.8rem;text-align:center}.for-lawyers-page .fears-subheading{font-size:1rem;text-align:center;align-self:center}.for-lawyers-page .fears-cards-grid{grid-template-columns:1fr}.for-lawyers-page .fears-card-quote{font-size:1.1rem}.for-lawyers-page .boardroom-section{padding:3.5rem 1rem}.for-lawyers-page .boardroom-card{padding:2rem 1.5rem;gap:1.5rem}.for-lawyers-page .boardroom-heading{font-size:1.4rem}.for-lawyers-page .boardroom-text{font-size:.95rem}.for-lawyers-page .btn-boardroom-cta{padding:.875rem 1.75rem;font-size:.9rem;width:100%;white-space:normal}.for-lawyers-page .two-moves-section{padding:3.5rem 1rem}.for-lawyers-page .two-moves-heading{font-size:1.8rem}.for-lawyers-page .two-moves-card{padding:1.5rem}.for-lawyers-page .split-legal-pane{grid-template-columns:1fr}.for-lawyers-page .how-it-works-section{padding:3.5rem 1rem}.for-lawyers-page .how-it-works-heading{font-size:1.8rem}.for-lawyers-page .how-it-works-card{padding:2.5rem 1.5rem}.for-lawyers-page .practise-list-section{padding:3.5rem 1rem}.for-lawyers-page .practise-list-heading{font-size:1.8rem}.for-lawyers-page .character-card{padding:1.25rem;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}.for-lawyers-page .stats-2x2-grid{grid-template-columns:1fr}.for-lawyers-page .gains-section{padding:3.5rem 1rem}.for-lawyers-page .gains-heading{font-size:1.8rem;text-align:center}.for-lawyers-page .gains-subheading{font-size:1rem;text-align:center}.for-lawyers-page .gains-card{padding:2rem 1.5rem}.for-lawyers-page .certified-heading{font-size:1.4rem}.for-lawyers-page .certified-text{font-size:.95rem}.for-lawyers-page .btn-certified-cta{padding:.875rem 1.75rem;font-size:.9rem;width:100%;white-space:normal}.for-lawyers-page .why-works-section{padding:3.5rem 1rem}.for-lawyers-page .why-works-section .why-works-grid{gap:2.5rem}.for-lawyers-page .why-works-section .quote-mark{font-size:4rem;margin-bottom:-1rem}.for-lawyers-page .shift-section{padding:3.5rem 1.25rem}.for-lawyers-page .shift-section .shift-heading{font-size:1.8rem;margin-bottom:2rem}.for-lawyers-page .shift-section .shift-card-after,.for-lawyers-page .shift-section .shift-card-before{padding:2rem 1.25rem}.for-lawyers-page .shift-section .shift-card-list li{font-size:.95rem}.for-lawyers-page .battle-tested-section{padding:3.5rem 1rem}.for-lawyers-page .battle-tested-section .battle-tested-heading{font-size:2.2rem;line-height:1.2}.for-lawyers-page .battle-tested-section .battle-tested-buttons{flex-direction:column;width:100%;align-items:center}.for-lawyers-page .battle-tested-section .battle-tested-buttons button{width:100%;max-width:320px}.for-lawyers-page .battle-tested-section .battle-tested-sub-info{flex-direction:column;gap:.75rem;align-items:center}.for-lawyers-page .battle-tested-section .battle-tested-image-wrapper{max-width:320px;margin-right:12px}.for-lawyers-page .battle-tested-section .battle-tested-image-wrapper .image-offset-border{top:8px;left:8px;right:-8px;bottom:-8px}.for-lawyers-page .footer-container{grid-template-columns:1fr;gap:2.5rem}.for-lawyers-page .footer-brand{padding-bottom:2.5rem;border-bottom:1px solid #e5e7eb}}