.legal-hero{padding-top:calc(var(--nav-h) + 100px);background:var(--ink);color:var(--white);padding-bottom:100px;position:relative;overflow:hidden}.legal-hero--light{background:var(--white);color:var(--ink)}.legal-hero__deco{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.legal-hero__deco--1{background:radial-gradient(circle,#d4af3714 0%,#0000 70%);width:500px;height:500px;top:-120px;right:-100px}.legal-hero__deco--2{background:radial-gradient(circle,#d4af370d 0%,#0000 70%);width:400px;height:400px;bottom:-80px;left:-60px}.legal-hero__deco--3{background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:200px;height:200px;top:40%;right:20%}.legal-hero__grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.legal-hero__content{z-index:2;position:relative}.legal-hero__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#d4af37;align-items:center;gap:8px;margin-bottom:20px;font-size:12px;font-weight:600;display:inline-flex}.legal-hero__eyebrow-dot{background:#d4af37;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.legal-hero__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--white);margin-bottom:20px;font-size:clamp(36px,4.5vw,58px);font-weight:800;line-height:1.06}.legal-hero--light .legal-hero__title{color:var(--ink)}.legal-hero__title em{background:linear-gradient(135deg,#d4af37,#f3e5ab);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.legal-hero__desc{color:#fff9;max-width:440px;margin-bottom:32px;font-size:16px;line-height:1.7}.legal-hero--light .legal-hero__desc{color:var(--muted)}.legal-hero__actions{flex-wrap:wrap;gap:14px;display:flex}.legal-hero__media{position:relative}.legal-hero__img-wrap{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);overflow:hidden}.legal-hero__img-wrap img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;transition:transform .6s var(--ease);display:block}.legal-hero__media:hover .legal-hero__img-wrap img{transform:scale(1.03)}.legal-player{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(16px);transition:all .3s var(--ease);z-index:3;background:#ffffffeb;border:1px solid #fff9;align-items:center;gap:14px;padding:12px 18px 12px 12px;display:flex;position:absolute;bottom:20px;left:20px;right:20px;box-shadow:0 8px 32px #0000001f}.legal-player:hover{box-shadow:0 12px 40px #00000029}.legal-player__toggle{background:var(--ink);width:40px;height:40px;color:var(--white);cursor:pointer;transition:all .2s var(--ease);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.legal-player__toggle:hover{background:var(--ink-2);transform:scale(1.08)}.legal-player__toggle svg{fill:currentColor;width:16px;height:16px}.legal-player__icon-pause,.legal-player.is-playing .legal-player__icon-play{display:none}.legal-player.is-playing .legal-player__icon-pause{display:block}.legal-player__info{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.legal-player__marquee-wrap{position:relative;overflow:hidden}.legal-player__marquee-wrap:before,.legal-player__marquee-wrap:after{content:"";z-index:2;pointer-events:none;width:20px;position:absolute;top:0;bottom:0}.legal-player__marquee-wrap:before{background:linear-gradient(90deg,#ffffffeb,#0000);left:0}.legal-player__marquee-wrap:after{background:linear-gradient(-90deg,#ffffffeb,#0000);right:0}.legal-player__marquee{white-space:nowrap;animation:12s linear infinite marquee;display:flex}.legal-player__marquee span{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.legal-player__waveform{align-items:center;gap:2px;height:14px;display:flex}.legal-player__bar{background:var(--border-md);border-radius:2px;width:2.5px;height:4px;transition:height .2s}.legal-player.is-playing .legal-player__bar{background:#d4af37;animation:.8s ease-in-out infinite alternate legalWave}.legal-player__bar:first-child{height:4px}.legal-player__bar:nth-child(2){height:8px}.legal-player__bar:nth-child(3){height:6px}.legal-player__bar:nth-child(4){height:12px}.legal-player__bar:nth-child(5){height:8px}.legal-player__bar:nth-child(6){height:14px}.legal-player__bar:nth-child(7){height:10px}.legal-player__bar:nth-child(8){height:6px}.legal-player__bar:nth-child(9){height:12px}.legal-player__bar:nth-child(10){height:8px}.legal-player__bar:nth-child(11){height:5px}.legal-player__bar:nth-child(12){height:10px}.legal-player.is-playing .legal-player__bar:nth-child(odd){animation-duration:.6s}.legal-player.is-playing .legal-player__bar:nth-child(2n){animation-duration:.9s}.legal-player.is-playing .legal-player__bar:nth-child(3n){animation-duration:.7s;animation-delay:.15s}.legal-player.is-playing .legal-player__bar:nth-child(4n){animation-duration:1.1s;animation-delay:.1s}@keyframes legalWave{0%{height:3px}to{height:14px}}.legal-demo{background:var(--ink);color:var(--white);padding:100px 0}.legal-demo__panel{border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #ffffff14;grid-template-columns:1fr 1fr;margin-top:56px;display:grid;overflow:hidden}.legal-demo__transcript{border-right:1px solid #ffffff14;padding:32px}.legal-demo__agent-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;display:flex}.legal-demo__agent-info{align-items:center;gap:10px;display:flex}.legal-demo__avatar{color:#111;background:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.legal-demo__agent-name{color:var(--white);font-size:13px;font-weight:600}.legal-demo__agent-org{color:#fff6;margin-top:1px;font-size:11px}.legal-demo__live{color:#10b981;border-radius:var(--radius-full);background:#10b9811a;border:1px solid #10b98133;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;display:flex}.legal-demo__live-dot{background:#10b981;border-radius:50%;width:5px;height:5px;animation:2s infinite pulse}.legal-demo__messages{flex-direction:column;gap:14px;display:flex}.legal-demo__msg{flex-direction:column;gap:3px;display:flex}.legal-demo__msg-label{letter-spacing:.07em;text-transform:uppercase;color:#ffffff4d;font-size:10px;font-weight:700}.legal-demo__msg.is-ai .legal-demo__msg-label{color:#d4af37}.legal-demo__bubble{border-radius:12px;max-width:90%;padding:11px 15px;font-size:13px;line-height:1.55}.legal-demo__msg.is-ai{align-items:flex-start}.legal-demo__msg.is-ai .legal-demo__bubble{color:#ffffffd9;background:#ffffff0f;border-bottom-left-radius:3px}.legal-demo__msg.is-caller{align-items:flex-end}.legal-demo__msg.is-caller .legal-demo__bubble{color:#ffffffe6;background:#d4af3726;border-bottom-right-radius:3px}.legal-demo__action{flex-direction:column;padding:32px;display:flex}.legal-demo__action-header{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:20px;display:flex}.legal-demo__action-icon{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.legal-demo__action-name{color:var(--white);font-size:13px;font-weight:600}.legal-demo__action-sub{color:#ffffff59;margin-top:1px;font-size:11px}.legal-demo__result{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex:1;overflow:hidden}.legal-demo__result-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.legal-demo__result-row:last-child{border-bottom:none}.legal-demo__result-key{color:#fff6;font-size:12px;font-weight:500}.legal-demo__result-val{color:var(--white);text-align:right;font-size:12.5px;font-weight:600}.legal-demo__latency{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;display:flex}.legal-demo__latency-dot{background:#10b981;border-radius:50%;width:6px;height:6px}.legal-demo__latency-text{color:#fff6;font-size:12px}.legal-demo__latency-val{color:#10b981;font-weight:700}.legal-demo__tabs{flex-wrap:wrap;gap:6px;margin-top:56px;margin-bottom:-20px;display:flex}.legal-demo__tab{font-family:var(--font-body);color:#ffffff73;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:7px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .18s;display:flex}.legal-demo__tab:hover{color:var(--white);border-color:#fff3}.legal-demo__tab.active{background:var(--white);border-color:var(--white);color:var(--ink);font-weight:600}.legal-demo__tab-dot{opacity:.5;background:currentColor;border-radius:50%;width:5px;height:5px}.legal-demo__tab.active .legal-demo__tab-dot{opacity:1;background:#d4af37}.legal-integrations{background:var(--white);border-top:1px solid var(--border);padding:100px 0}.legal-int__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.legal-int-card{border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .3s var(--ease);background:var(--white);padding:32px}.legal-int-card:hover{border-color:var(--border-md);box-shadow:var(--shadow-md);transform:translateY(-4px)}.legal-int-card__icon{border-radius:var(--radius-md);color:#d4af37;background:#d4af371a;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:22px;display:flex}.legal-int-card__title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:700}.legal-int-card__desc{color:var(--muted);margin-bottom:16px;font-size:14px;line-height:1.6}.legal-int-card__tags{flex-wrap:wrap;gap:6px;display:flex}.legal-int-card__tag{border:1px solid var(--border);border-radius:var(--radius-full);color:var(--muted);background:var(--off);padding:3px 10px;font-size:11px;font-weight:500}.legal-usecases{background:var(--ink);color:var(--white);padding:100px 0}.legal-uc__grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:56px;display:grid}.legal-uc-card{border-radius:var(--radius-lg);transition:all .3s var(--ease);background:#ffffff08;border:1px solid #ffffff14;padding:36px}.legal-uc-card:hover{background:#ffffff0d;border-color:#d4af374d;transform:translateY(-3px)}.legal-uc-card__num{font-family:var(--font-display);color:#d4af374d;margin-bottom:12px;font-size:32px;font-weight:800}.legal-uc-card__title{color:var(--white);margin-bottom:10px;font-size:18px;font-weight:600}.legal-uc-card__desc{color:#fff9;font-size:14px;line-height:1.6}.legal-cta{background:var(--ink);text-align:center;border-top:1px solid #ffffff14;padding:120px 0}.legal-cta__actions{justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}
