:root {
  color-scheme: light;
  --legal-ink: #0a1725;
  --legal-ink-soft: #22364b;
  --legal-navy: #0c2033;
  --legal-navy-light: #163b5b;
  --legal-blue: #245d8c;
  --legal-gold: #c9a45c;
  --legal-gold-light: #ead8ad;
  --legal-ivory: #f7f4ed;
  --legal-paper: #fbfaf7;
  --legal-white: #ffffff;
  --legal-muted: #647181;
  --legal-line: #dfe2e2;
  --legal-shadow: 0 26px 70px rgba(11, 29, 46, .13);
  --legal-shadow-soft: 0 14px 38px rgba(11, 29, 46, .075);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--legal-ink);
  background: var(--legal-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: var(--legal-navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.legal-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.legal-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(251, 250, 247, .92);
  border-bottom: 1px solid rgba(31, 51, 69, .11);
  box-shadow: 0 8px 26px rgba(12, 32, 51, .03);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.legal-nav {
  width: min(1260px, calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.legal-brand,
.legal-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--legal-ink);
  text-decoration: none;
}

.legal-brand img,
.matter-app img,
.seal-core img,
.legal-final-card > img,
.legal-footer-brand img {
  border-radius: 24%;
  box-shadow: 0 10px 24px rgba(24, 104, 177, .19);
}

.legal-brand > span,
.matter-app > span,
.legal-footer-brand > span {
  display: grid;
  line-height: 1;
}

.legal-brand strong,
.legal-footer-brand strong {
  font-size: 15px;
  font-weight: 820;
  letter-spacing: -.025em;
}

.legal-brand small,
.legal-footer-brand small {
  margin-top: 5px;
  color: #7a5b24;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.legal-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
}

.legal-nav-links a {
  color: #5c6976;
  font-size: 13px;
  font-weight: 690;
  text-decoration: none;
  transition: color 160ms ease;
}

.legal-nav-links a:hover {
  color: var(--legal-ink);
}

.legal-nav-cta {
  min-height: 42px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--legal-navy);
  border: 1px solid #183d5d;
  border-radius: 11px;
  box-shadow: 0 11px 24px rgba(10, 31, 49, .17);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.legal-nav-cta:hover {
  background: #153b5a;
  box-shadow: 0 14px 30px rgba(10, 31, 49, .22);
  transform: translateY(-1px);
}

.legal-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: clamp(78px, 8.5vw, 124px) 0 92px;
  background:
    radial-gradient(circle at 88% 8%, rgba(59, 110, 155, .12), transparent 27rem),
    linear-gradient(180deg, #fbfaf7 0%, #f4f1e9 100%);
}

.legal-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .38));
  pointer-events: none;
}

.legal-rule {
  position: absolute;
  pointer-events: none;
}

.legal-rule-one {
  width: 1px;
  height: 670px;
  top: 0;
  left: 7vw;
  background: linear-gradient(180deg, rgba(153, 117, 50, .02), rgba(153, 117, 50, .17), rgba(153, 117, 50, .02));
}

.legal-rule-two {
  width: 700px;
  height: 700px;
  right: -410px;
  bottom: -430px;
  border: 1px solid rgba(164, 127, 59, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(164, 127, 59, .025), 0 0 0 144px rgba(164, 127, 59, .014);
}

.legal-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(470px, .9fr);
  align-items: center;
  gap: clamp(52px, 7vw, 98px);
}

.legal-eyebrow,
.legal-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7b5c27;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.legal-eyebrow {
  padding: 9px 12px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid #e0d3b9;
  border-radius: 4px;
  box-shadow: 0 8px 19px rgba(60, 45, 20, .035);
  letter-spacing: .1em;
}

.legal-eyebrow span {
  color: var(--legal-gold);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 15px;
}

.legal-hero h1,
.legal-section h2,
.legal-final-cta h2 {
  margin: 0;
  color: var(--legal-ink);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.052em;
  line-height: .99;
}

.legal-hero h1 {
  max-width: 690px;
  margin-top: 23px;
  font-size: clamp(53px, 6.05vw, 82px);
}

.legal-hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #5e6c79;
  font-size: clamp(18px, 1.6vw, 21px);
  letter-spacing: -.017em;
  line-height: 1.62;
}

.legal-hero-actions,
.legal-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.legal-hero-actions {
  margin-top: 32px;
}

.legal-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.legal-button:hover {
  transform: translateY(-2px);
}

.legal-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #102b43, #0b1d2e);
  border-color: #203f58;
  box-shadow: 0 16px 32px rgba(10, 31, 49, .19);
}

.legal-button-primary:hover {
  background: linear-gradient(135deg, #173e5d, #10283d);
  box-shadow: 0 20px 38px rgba(10, 31, 49, .24);
}

.legal-button-secondary {
  color: #23384a;
  background: rgba(255, 255, 255, .72);
  border-color: #d7d7d3;
  box-shadow: 0 9px 23px rgba(22, 40, 57, .045);
}

.legal-button-secondary:hover {
  background: #fff;
  border-color: #c8c8c3;
}

.legal-price-note {
  margin: 16px 0 0;
  color: #72808c;
  font-size: 12px;
}

.legal-price-note strong {
  color: #415363;
}

.legal-hero-proof {
  max-width: 680px;
  margin-top: 31px;
  padding-top: 23px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border-top: 1px solid rgba(74, 85, 94, .17);
}

.legal-hero-proof > div {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.legal-hero-proof > div > span {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #73551f;
  background: #eee3ca;
  border: 1px solid #dfcfac;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.legal-hero-proof p {
  margin: 0;
  display: grid;
  gap: 3px;
}

.legal-hero-proof strong {
  color: #334759;
  font-size: 11px;
  line-height: 1.35;
}

.legal-hero-proof small {
  color: #7b8791;
  font-size: 9px;
  line-height: 1.45;
}

.legal-product {
  position: relative;
  min-height: 610px;
}

.legal-product-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  top: 60px;
  right: -25px;
  background: radial-gradient(circle, rgba(45, 101, 148, .16), rgba(194, 159, 94, .06) 48%, transparent 72%);
  border-radius: 50%;
}

.matter-window,
.listening-card,
.typed-badge {
  position: absolute;
  border: 1px solid rgba(50, 70, 89, .15);
  box-shadow: var(--legal-shadow);
}

.matter-window {
  z-index: 2;
  top: 6px;
  right: 0;
  width: 92%;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  transform: rotate(1deg);
}

.matter-toolbar {
  min-height: 67px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #f7f8f8;
  border-bottom: 1px solid #e0e4e5;
}

.matter-app {
  display: flex;
  align-items: center;
  gap: 9px;
}

.matter-app strong {
  color: #173149;
  font-size: 11px;
}

.matter-app small {
  margin-top: 3px;
  color: #89949e;
  font-size: 8px;
}

.matter-private {
  padding: 6px 8px;
  color: #6c562d;
  background: #f4ecda;
  border: 1px solid #e2d4b5;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .04em;
}

.matter-document {
  padding: 17px;
  background: #eef1f2;
}

.document-meta {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: #78858f;
  font-size: 8px;
  font-weight: 750;
}

.document-page {
  min-height: 344px;
  padding: 37px 34px;
  color: #263744;
  background: #fff;
  border: 1px solid #dfe3e4;
  box-shadow: 0 12px 27px rgba(18, 37, 54, .07);
  font-family: Georgia, Cambria, "Times New Roman", serif;
}

.document-caption {
  display: block;
  color: #8e7951;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 7px;
  font-weight: 820;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}

.document-page .doc-title {
  margin: 21px 0 27px;
  color: #182b3c;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.025em;
  text-align: center;
}

.document-page p {
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}

.document-page p + p {
  margin-top: 18px;
}

.document-page i,
.form-field i {
  width: 1px;
  height: 13px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: text-bottom;
  background: #172b3c;
  animation: legal-cursor 1.1s step-end infinite;
}

.listening-card {
  z-index: 3;
  left: 0;
  bottom: 28px;
  width: 67%;
  padding: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(205, 171, 99, .17), transparent 34%),
    linear-gradient(140deg, #0b1e30, #153751);
  border-color: rgba(255, 255, 255, .1);
  border-radius: 15px;
  transform: rotate(-1.4deg);
}

.listening-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.listening-dot {
  width: 7px;
  height: 7px;
  background: #e6bf73;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(230, 191, 115, .1);
  animation: legal-pulse 2s ease-in-out infinite;
}

.listening-head strong {
  font-size: 9px;
  letter-spacing: .03em;
}

.listening-head small {
  color: rgba(230, 239, 245, .45);
  font-size: 7px;
}

.legal-wave {
  height: 42px;
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.legal-wave i {
  width: 3px;
  height: 30%;
  display: block;
  background: linear-gradient(180deg, #f0d59e, #c89f51);
  border-radius: 999px;
  animation: legal-wave 1.8s ease-in-out infinite;
}

.legal-wave i:nth-child(2n) { height: 51%; animation-delay: -1.2s; }
.legal-wave i:nth-child(3n) { height: 83%; animation-delay: -.7s; }
.legal-wave i:nth-child(4n) { height: 100%; animation-delay: -.25s; }

.listening-card p {
  margin: 0;
  color: rgba(230, 240, 247, .72);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 10px;
  line-height: 1.55;
}

.typed-badge {
  z-index: 4;
  right: -8px;
  bottom: 4px;
  min-width: 186px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .94);
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(11, 29, 46, .14);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.typed-badge > span {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1a6a5f;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}

.typed-badge p {
  margin: 0;
  display: grid;
  gap: 1px;
}

.typed-badge strong {
  color: #20384c;
  font-size: 9px;
}

.typed-badge small {
  color: #86919a;
  font-size: 7px;
}

.legal-app-ribbon {
  color: #dbe3e9;
  background: #091a29;
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.legal-app-grid {
  min-height: 74px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
}

.legal-app-grid span {
  padding: 0 14px;
  color: rgba(226, 235, 241, .62);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .035em;
  text-align: center;
}

.legal-app-grid span + span {
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.legal-section {
  padding: clamp(90px, 9.5vw, 140px) 0;
}

.legal-section h2,
.legal-final-cta h2 {
  font-size: clamp(43px, 4.75vw, 66px);
}

.legal-section-heading {
  max-width: 780px;
}

.legal-section-heading h2,
.legal-remote-copy h2,
.legal-privacy-copy h2,
.firm-copy h2,
.legal-faq-heading h2 {
  margin-top: 18px;
}

.legal-section-heading > p,
.legal-remote-copy > p,
.legal-privacy-copy > p,
.firm-copy > p,
.legal-faq-heading > p {
  color: var(--legal-muted);
  font-size: 18px;
  line-height: 1.7;
}

.legal-centered-heading {
  margin-inline: auto;
  text-align: center;
}

.legal-outcome-section {
  background: #fff;
}

.legal-transformation {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.transform-card {
  min-height: 330px;
  padding: 29px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dedfdd;
  border-radius: 18px;
  box-shadow: var(--legal-shadow-soft);
}

.raw-card {
  background:
    linear-gradient(rgba(55, 76, 92, .035) 1px, transparent 1px),
    #f6f5f1;
  background-size: 100% 32px;
}

.polished-card {
  background: #fff;
  border-color: #d7d3c8;
  box-shadow: 0 22px 50px rgba(11, 29, 46, .1);
}

.transform-label {
  color: #876a35;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.transform-card blockquote {
  margin: 36px 0 0;
  color: #50606c;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.72;
}

.speech-line {
  height: 38px;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 7px;
}

.speech-line i {
  width: 3px;
  height: 30%;
  background: #a88a51;
  border-radius: 999px;
}

.speech-line i:nth-child(2n) { height: 65%; }
.speech-line i:nth-child(3n) { height: 100%; }

.transform-arrow {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #9b7d43;
}

.transform-arrow span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--legal-navy);
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(10, 30, 47, .16);
}

.transform-arrow small {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.email-draft {
  margin-top: 29px;
  color: #4e5e6a;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.65;
}

.email-draft strong {
  display: block;
  padding-bottom: 12px;
  color: #263a4b;
  border-bottom: 1px solid #e2e3e0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
}

.email-draft p {
  margin: 12px 0 0;
}

.draft-status {
  margin-top: auto;
  padding-top: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #37675e;
  border-top: 1px solid #e6e5e0;
  font-size: 9px;
  font-weight: 800;
}

.draft-status i {
  width: 7px;
  height: 7px;
  background: #2b8878;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(43, 136, 120, .09);
}

.legal-workflows {
  color: #fff;
  background:
    radial-gradient(circle at 90% 4%, rgba(201, 164, 92, .11), transparent 26rem),
    linear-gradient(135deg, #081724, #0e293f);
}

.legal-section-label.light,
.legal-section-label.light-label {
  color: #dfc88f;
}

.legal-workflows .legal-section-heading h2,
.legal-privacy-section h2 {
  color: #fff;
}

.legal-workflows .legal-section-heading > p {
  color: rgba(222, 232, 239, .65);
}

.legal-workflow-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.legal-workflow-card {
  min-height: 285px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(219, 232, 239, .11);
  border-radius: 15px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
  transition: background 170ms ease, transform 170ms ease, border-color 170ms ease;
}

.legal-workflow-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(223, 202, 150, .2);
  transform: translateY(-4px);
}

.workflow-index {
  color: rgba(228, 237, 243, .34);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

.workflow-monogram {
  width: 44px;
  height: 44px;
  margin-top: 26px;
  display: grid;
  place-items: center;
  color: #e7cf95;
  background: rgba(200, 164, 92, .08);
  border: 1px solid rgba(221, 194, 134, .14);
  border-radius: 8px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 12px;
}

.legal-workflow-card h3,
.legal-platform-heading h3 {
  margin: 23px 0 0;
  color: #fff;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.legal-workflow-card p {
  margin: 12px 0 0;
  color: rgba(221, 232, 239, .6);
  font-size: 13px;
  line-height: 1.65;
}

.legal-remote-section {
  background: #f4f2ec;
}

.legal-remote-grid,
.legal-privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(470px, 1.03fr);
  align-items: center;
  gap: clamp(58px, 8vw, 108px);
}

.legal-remote-copy > p {
  margin: 22px 0 0;
}

.legal-remote-copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.legal-remote-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #465968;
  font-size: 13px;
  font-weight: 690;
}

.legal-remote-copy li + li {
  margin-top: 12px;
}

.legal-remote-copy li span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: #71541f;
  background: #e9dec5;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}

.legal-text-link {
  margin-top: 27px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #355f83;
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}

.legal-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-remote-visual {
  position: relative;
  min-height: 445px;
  padding: 27px;
  background:
    radial-gradient(circle at 85% 4%, rgba(196, 161, 94, .16), transparent 32%),
    linear-gradient(145deg, #e6e9eb, #ede9df);
  border: 1px solid #d2d2cb;
  border-radius: 22px;
}

.remote-frame {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cdd4d8;
  border-radius: 12px;
  box-shadow: 0 25px 55px rgba(11, 29, 46, .15);
}

.remote-frame-top {
  min-height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d9e3e9;
  background: #132a3e;
  font-size: 8px;
  font-weight: 730;
}

.remote-frame-top span {
  margin-right: auto;
}

.remote-frame-top i {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, .27);
  border-radius: 50%;
}

.remote-frame-body {
  min-height: 310px;
  display: grid;
  grid-template-columns: 55px 1fr;
}

.matter-list {
  padding: 17px 12px;
  display: grid;
  align-content: start;
  gap: 11px;
  background: #edf1f3;
  border-right: 1px solid #dce2e5;
}

.matter-list span {
  height: 28px;
  display: block;
  background: #d7e0e5;
  border-radius: 5px;
}

.matter-list .active-matter {
  background: #c8dbea;
  box-shadow: inset 3px 0 #2b6697;
}

.billing-form {
  padding: 34px 30px;
}

.form-kicker {
  color: #8c7851;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.billing-form > strong {
  margin-top: 5px;
  display: block;
  color: #263c4f;
  font-size: 13px;
}

.billing-form label {
  margin: 28px 0 8px;
  display: block;
  color: #6a7883;
  font-size: 8px;
  font-weight: 750;
}

.form-field {
  min-height: 90px;
  padding: 13px;
  color: #405462;
  background: #f8f9f8;
  border: 1px solid #cdd7dc;
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  line-height: 1.55;
}

.form-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr .6fr;
  gap: 10px;
}

.form-row span {
  height: 28px;
  display: block;
  background: #edf1f2;
  border: 1px solid #d8dfe2;
  border-radius: 5px;
}

.typing-mode-badge {
  position: absolute;
  right: 6px;
  bottom: 1px;
  min-width: 215px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #0c263a;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  box-shadow: 0 17px 35px rgba(10, 31, 49, .21);
}

.typing-mode-badge > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #2e2719;
  background: #e5c987;
  border-radius: 6px;
  font-family: Georgia, Cambria, serif;
  font-weight: 700;
}

.typing-mode-badge p {
  margin: 0;
  display: grid;
  gap: 1px;
}

.typing-mode-badge strong {
  font-size: 10px;
}

.typing-mode-badge small {
  color: rgba(224, 235, 241, .52);
  font-size: 8px;
}

.legal-privacy-section {
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(41, 101, 137, .16), transparent 30rem),
    linear-gradient(135deg, #071623, #0d293d);
}

.privacy-seal {
  position: relative;
  min-height: 535px;
  display: grid;
  place-items: center;
}

.seal-rings {
  position: absolute;
  width: 315px;
  height: 315px;
  top: 0;
  left: calc(50% - 158px);
  border: 1px solid rgba(225, 201, 145, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(226, 199, 139, .025), 0 0 0 80px rgba(226, 199, 139, .014);
}

.seal-rings i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #d9bc7a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217, 188, 122, .08);
}

.seal-rings i:first-child { top: 44px; left: 38px; }
.seal-rings i:nth-child(2) { top: 82px; right: 18px; }
.seal-rings i:nth-child(3) { bottom: 17px; left: 88px; }

.seal-core {
  position: absolute;
  z-index: 2;
  top: 66px;
  display: grid;
  justify-items: center;
  gap: 13px;
}

.seal-core span {
  color: #dbc993;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 12px;
}

.privacy-points {
  position: relative;
  z-index: 3;
  width: min(430px, 100%);
  margin-top: 235px;
  padding: 10px;
  display: grid;
  gap: 8px;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(224, 235, 241, .12);
  border-radius: 17px;
  box-shadow: 0 26px 58px rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.privacy-points > div {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 10px;
}

.privacy-points > div > span {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #382e1c;
  background: #e7cc8e;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 900;
}

.privacy-points p {
  margin: 0;
  display: grid;
  gap: 2px;
}

.privacy-points strong {
  color: #fff;
  font-size: 10px;
}

.privacy-points small {
  color: rgba(220, 233, 240, .48);
  font-size: 8px;
}

.legal-privacy-copy > p {
  margin: 23px 0 0;
  color: rgba(219, 232, 239, .65);
}

.privacy-callout {
  margin-top: 27px;
  padding: 18px 19px;
  display: grid;
  gap: 5px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(224, 235, 241, .12);
  border-left: 3px solid #d3b36f;
  border-radius: 9px;
}

.privacy-callout strong {
  color: #e6cf98;
  font-size: 11px;
}

.privacy-callout span {
  color: rgba(221, 233, 239, .6);
  font-size: 12px;
  line-height: 1.55;
}

.legal-button-light,
.legal-button-white {
  color: #1b3347;
  background: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
}

.legal-privacy-copy .legal-button-light {
  margin-top: 29px;
}

.legal-firms-section {
  background: #fff;
}

.firm-panel {
  padding: clamp(37px, 5.5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(390px, .8fr);
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
  background:
    linear-gradient(rgba(69, 88, 103, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 88, 103, .035) 1px, transparent 1px),
    linear-gradient(135deg, #f7f5ef, #fbfaf7);
  background-size: 46px 46px, 46px 46px, auto;
  border: 1px solid #dfddd6;
  border-radius: 20px;
  box-shadow: 0 24px 56px rgba(11, 29, 46, .075);
}

.firm-copy > p {
  margin: 22px 0 0;
  font-size: 16px;
}

.firm-copy .legal-button {
  margin-top: 28px;
}

.firm-checklist {
  padding: 10px;
  background: #fff;
  border: 1px solid #deded9;
  border-radius: 14px;
  box-shadow: var(--legal-shadow-soft);
}

.checklist-title {
  display: block;
  padding: 10px 12px 14px;
  color: #897143;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.firm-checklist > div {
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #f8f8f5;
  border: 1px solid #e7e7e2;
  border-radius: 9px;
}

.firm-checklist > div + div {
  margin-top: 7px;
}

.firm-checklist > div > span {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #74581f;
  background: #eee3c9;
  border-radius: 6px;
  font-size: 8px;
  font-weight: 850;
}

.firm-checklist p {
  margin: 0;
  display: grid;
  gap: 2px;
}

.firm-checklist strong {
  color: #324a5e;
  font-size: 10px;
}

.firm-checklist small {
  color: #7d8992;
  font-size: 8px;
}

.legal-pricing-section {
  background: #f4f2ec;
}

.legal-pricing-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 17px;
}

.legal-price-card {
  position: relative;
  min-height: 500px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dcdedc;
  border-radius: 16px;
  box-shadow: 0 15px 38px rgba(11, 29, 46, .06);
}

.annual-card {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(201, 164, 92, .17), transparent 34%),
    linear-gradient(145deg, #0b2032, #12354f);
  border-color: #294a63;
  box-shadow: 0 25px 55px rgba(11, 31, 48, .2);
  transform: translateY(-9px);
}

.annual-badge {
  position: absolute;
  top: 19px;
  right: 19px;
  padding: 6px 9px;
  color: #edd9a7;
  background: rgba(221, 188, 117, .08);
  border: 1px solid rgba(230, 205, 151, .13);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.legal-plan {
  color: #80683c;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.annual-card .legal-plan {
  color: #e0c789;
}

.legal-price {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.legal-price strong {
  color: var(--legal-ink);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
}

.legal-price span {
  padding-bottom: 4px;
  color: #7d8992;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
}

.annual-card .legal-price strong {
  color: #fff;
}

.annual-card .legal-price span {
  color: rgba(224, 235, 241, .54);
}

.legal-price-card > p {
  min-height: 70px;
  margin: 21px 0 0;
  color: #687784;
  font-size: 13px;
  line-height: 1.65;
}

.annual-card > p {
  color: rgba(222, 233, 240, .62);
}

.legal-price-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.legal-price-card li {
  position: relative;
  padding-left: 21px;
  color: #465b6c;
  font-size: 11px;
}

.legal-price-card li + li {
  margin-top: 10px;
}

.legal-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8a692e;
  font-weight: 900;
}

.annual-card li {
  color: rgba(232, 241, 246, .76);
}

.annual-card li::before {
  color: #dfc482;
}

.legal-price-card .full {
  width: 100%;
  margin-top: auto;
}

.legal-platforms {
  margin-top: 84px;
  padding-top: 50px;
  border-top: 1px solid #d8d6d0;
}

.legal-platform-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.legal-platform-heading h3 {
  margin-top: 9px;
  color: var(--legal-ink);
  font-size: 30px;
}

.legal-platform-heading > span {
  color: #77838c;
  font-size: 11px;
}

.legal-platform-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.legal-platform-grid > a {
  min-height: 105px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--legal-ink);
  background: #fff;
  border: 1px solid #dcdedc;
  border-radius: 13px;
  box-shadow: 0 10px 25px rgba(11, 29, 46, .045);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.legal-platform-grid > a:hover {
  border-color: #c9c2b3;
  box-shadow: 0 16px 34px rgba(11, 29, 46, .09);
  transform: translateY(-3px);
}

.legal-platform-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #876a35;
  background: #f4ede0;
  border: 1px solid #e4d8bf;
  border-radius: 9px;
}

.legal-platform-icon.windows {
  padding: 12px;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.legal-platform-icon.windows i {
  height: 9px;
  background: #94733a;
}

.legal-platform-icon.apple {
  font-size: 20px;
}

.legal-platform-icon.mobile i {
  width: 17px;
  height: 27px;
  border: 2px solid #94733a;
  border-radius: 4px;
  box-shadow: inset 0 -3px 0 -2px #94733a;
}

.legal-platform-grid p {
  margin: 0;
  flex: 1;
  display: grid;
  gap: 3px;
}

.legal-platform-grid strong {
  color: #2d4355;
  font-size: 12px;
}

.legal-platform-grid small {
  color: #7f8a92;
  font-size: 9px;
}

.legal-platform-grid b {
  color: #927644;
  font-size: 16px;
}

.legal-faq-section {
  background: #fff;
}

.legal-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(52px, 8vw, 105px);
}

.legal-faq-heading {
  position: sticky;
  top: 120px;
}

.legal-faq-heading > p {
  margin: 22px 0 0;
  font-size: 15px;
}

.legal-faq-list {
  border-top: 1px solid #dedfdd;
}

.legal-faq-list details {
  border-bottom: 1px solid #dedfdd;
}

.legal-faq-list summary {
  padding: 24px 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #2c4253;
  cursor: pointer;
  font-size: 14px;
  font-weight: 780;
  list-style: none;
}

.legal-faq-list summary::-webkit-details-marker {
  display: none;
}

.legal-faq-list summary span {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #7a5d27;
  background: #f1e7d3;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  transition: transform 160ms ease;
}

.legal-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.legal-faq-list details p {
  max-width: 690px;
  margin: -4px 0 26px;
  color: var(--legal-muted);
  font-size: 13px;
  line-height: 1.72;
}

.legal-final-cta {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 130%, rgba(190, 153, 84, .22), transparent 40%),
    linear-gradient(130deg, #071623, #0d2b41);
}

.legal-final-mark {
  position: absolute;
  top: -145px;
  left: 50%;
  color: rgba(225, 199, 143, .055);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 500px;
  line-height: 1;
  transform: translateX(-50%);
}

.legal-final-card {
  position: relative;
  z-index: 2;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.legal-final-card > img {
  margin-bottom: 25px;
}

.legal-final-card h2 {
  max-width: 800px;
  margin-top: 18px;
  color: #fff;
}

.legal-final-card > p {
  max-width: 680px;
  margin: 23px 0 0;
  color: rgba(220, 233, 240, .67);
  font-size: 17px;
  line-height: 1.67;
}

.legal-final-actions {
  margin-top: 31px;
  justify-content: center;
}

.legal-button-outline {
  color: #fff;
  background: rgba(255, 255, 255, .055);
  border-color: rgba(223, 234, 240, .18);
}

.legal-button-outline:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(223, 234, 240, .28);
}

.legal-final-card > small {
  margin-top: 17px;
  color: rgba(219, 231, 238, .43);
  font-size: 9px;
}

.legal-footer {
  padding: 38px 0;
  color: #74808a;
  background: #f6f4ee;
  border-top: 1px solid #dcdbd5;
}

.legal-footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.legal-footer-grid > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-footer-grid > div a {
  color: #657480;
  font-size: 9px;
  font-weight: 740;
  text-decoration: none;
}

.legal-footer-grid > div a:hover {
  color: #745a29;
}

.legal-footer-grid > p {
  margin: 0;
  font-size: 9px;
}

.legal-mobile-bar {
  display: none;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(164, 124, 51, .45);
  outline-offset: 4px;
  border-radius: 6px;
}

@keyframes legal-cursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@keyframes legal-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 5px rgba(230, 191, 115, .1); }
  50% { opacity: .65; box-shadow: 0 0 0 9px rgba(230, 191, 115, .025); }
}

@keyframes legal-wave {
  0%, 100% { transform: scaleY(.65); opacity: .64; }
  50% { transform: scaleY(1.05); opacity: 1; }
}

@media (max-width: 1080px) {
  .legal-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    gap: 45px;
  }

  .legal-hero h1 {
    font-size: clamp(51px, 6vw, 69px);
  }

  .legal-app-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .legal-app-grid span {
    padding: 14px;
  }

  .legal-app-grid span:nth-child(5) {
    border-left: 0;
  }

  .legal-remote-grid,
  .legal-privacy-grid {
    gap: 58px;
  }
}

@media (max-width: 930px) {
  .legal-nav-links {
    display: none;
  }

  .legal-nav {
    grid-template-columns: 1fr auto;
  }

  .legal-hero-grid,
  .legal-remote-grid,
  .legal-privacy-grid,
  .firm-panel,
  .legal-faq-grid {
    grid-template-columns: 1fr;
  }

  .legal-hero-copy {
    max-width: 740px;
  }

  .legal-product {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .legal-transformation {
    grid-template-columns: 1fr;
  }

  .transform-arrow {
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
  }

  .transform-arrow span {
    transform: rotate(90deg);
  }

  .transform-card {
    min-height: 300px;
  }

  .legal-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-remote-copy,
  .legal-privacy-copy {
    max-width: 760px;
  }

  .legal-remote-visual,
  .privacy-seal {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .firm-panel {
    gap: 40px;
  }

  .legal-pricing-grid {
    grid-template-columns: 1fr;
  }

  .annual-card {
    transform: none;
  }

  .legal-price-card {
    min-height: 425px;
  }

  .legal-platform-grid {
    grid-template-columns: 1fr;
  }

  .legal-faq-heading {
    position: static;
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    padding-bottom: calc(73px + env(safe-area-inset-bottom));
  }

  .legal-shell {
    width: min(100% - 32px, 1220px);
  }

  .legal-nav {
    width: calc(100% - 28px);
    min-height: 66px;
    gap: 14px;
  }

  .legal-brand img {
    width: 36px;
    height: 36px;
  }

  .legal-brand strong {
    font-size: 13px;
  }

  .legal-brand small {
    font-size: 8px;
  }

  .legal-nav-cta {
    min-height: 38px;
    max-width: 148px;
    padding: 9px 12px;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .legal-hero {
    min-height: auto;
    padding: 54px 0 64px;
  }

  .legal-hero-grid {
    gap: 48px;
  }

  .legal-eyebrow {
    padding: 8px 10px;
    font-size: 8px;
    letter-spacing: .055em;
  }

  .legal-hero h1 {
    margin-top: 20px;
    font-size: clamp(45px, 14vw, 60px);
    letter-spacing: -.057em;
  }

  .legal-hero-lead {
    margin-top: 22px;
    font-size: 17px;
  }

  .legal-hero-actions {
    margin-top: 27px;
    flex-direction: column;
  }

  .legal-hero-actions .legal-button {
    width: 100%;
  }

  .legal-hero-proof {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .legal-product {
    min-height: auto;
    display: grid;
    gap: 13px;
  }

  .legal-product-glow {
    display: none;
  }

  .matter-window,
  .listening-card,
  .typed-badge {
    position: static;
    width: 100%;
    transform: none;
  }

  .document-page {
    min-height: 315px;
    padding: 30px 24px;
  }

  .listening-card {
    margin-top: -2px;
  }

  .typed-badge {
    margin-top: -2px;
  }

  .legal-app-grid {
    padding: 17px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-app-grid span {
    padding: 10px 7px;
    border-left: 0 !important;
  }

  .legal-section {
    padding: 77px 0;
  }

  .legal-section h2,
  .legal-final-cta h2 {
    font-size: clamp(39px, 12.3vw, 52px);
  }

  .legal-section-heading > p,
  .legal-remote-copy > p,
  .legal-privacy-copy > p,
  .firm-copy > p,
  .legal-faq-heading > p {
    font-size: 16px;
  }

  .legal-transformation {
    margin-top: 39px;
  }

  .transform-card {
    min-height: 320px;
    padding: 23px;
  }

  .transform-card blockquote {
    margin-top: 27px;
    font-size: 16px;
  }

  .legal-workflow-grid {
    margin-top: 38px;
    grid-template-columns: 1fr;
  }

  .legal-workflow-card {
    min-height: auto;
    padding: 23px;
  }

  .legal-remote-visual {
    min-height: auto;
    padding: 13px 13px 48px;
    border-radius: 16px;
  }

  .remote-frame-body {
    min-height: 270px;
    grid-template-columns: 39px 1fr;
  }

  .matter-list {
    padding: 11px 8px;
  }

  .billing-form {
    padding: 25px 18px;
  }

  .form-field {
    font-size: 8px;
  }

  .typing-mode-badge {
    right: 2px;
    min-width: 205px;
  }

  .privacy-seal {
    min-height: 490px;
  }

  .seal-rings {
    width: 260px;
    height: 260px;
    left: calc(50% - 130px);
  }

  .seal-core {
    top: 51px;
  }

  .privacy-points {
    margin-top: 205px;
  }

  .legal-privacy-copy .legal-button {
    width: 100%;
  }

  .firm-panel {
    padding: 26px 21px;
    border-radius: 15px;
  }

  .firm-copy .legal-button {
    width: 100%;
  }

  .legal-pricing-grid {
    margin-top: 38px;
  }

  .legal-price-card {
    min-height: 445px;
    padding: 25px;
  }

  .legal-platforms {
    margin-top: 64px;
    padding-top: 42px;
  }

  .legal-platform-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .legal-faq-list summary {
    padding: 21px 0;
    font-size: 13px;
  }

  .legal-final-cta {
    padding: 78px 0;
  }

  .legal-final-mark {
    font-size: 340px;
  }

  .legal-final-card > img {
    width: 70px;
    height: 70px;
  }

  .legal-final-actions {
    flex-direction: column;
    width: 100%;
  }

  .legal-final-actions .legal-button {
    width: 100%;
  }

  .legal-footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    text-align: center;
  }

  .legal-mobile-bar {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 73px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
    background: rgba(7, 22, 35, .96);
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -12px 34px rgba(5, 17, 28, .18);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .legal-mobile-bar > div {
    min-width: 0;
    display: grid;
    gap: 1px;
  }

  .legal-mobile-bar strong {
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .legal-mobile-bar span {
    color: rgba(221, 232, 239, .56);
    font-size: 9px;
  }

  .legal-mobile-bar a {
    min-height: 40px;
    max-width: 175px;
    padding: 10px 14px;
    overflow: hidden;
    color: #192f42;
    background: #fff;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .legal-home .df-chat-root {
    right: 10px !important;
    bottom: calc(83px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 410px) {
  .legal-nav-cta {
    max-width: 123px;
  }

  .legal-hero h1 {
    font-size: 44px;
  }

  .matter-private {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .legal-mobile-bar a {
    max-width: 175px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
