:root {
  color-scheme: light;
  --ink: #241711;
  --ink-soft: #5e5149;
  --paper: #ffffff;
  --paper-soft: #f5f7f6;
  --cream: #fff7e8;
  --brown: #21140e;
  --brown-raised: #302019;
  --orange: #f46a35;
  --orange-dark: #c9491d;
  --teal: #176b67;
  --teal-pale: #dff1ee;
  --line: #d8d5d1;
  --line-dark: #564238;
  --focus: #1b78c2;
  --max-width: 1160px;
  --text-width: 760px;
  --shadow: 0 20px 60px rgba(36, 23, 17, 0.18);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--teal);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--orange-dark);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-name,
.display {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  font-size: 52px;
  line-height: 1.02;
  margin-bottom: 22px;
}

h2 {
  font-size: 34px;
  line-height: 1.16;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}

p,
li,
dd {
  max-width: 74ch;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--teal);
  border-radius: 4px;
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  color: var(--cream);
  background: var(--brown);
  border-bottom: 1px solid var(--line-dark);
}

.nav-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--cream);
  text-decoration: none;
  white-space: nowrap;
}

.brand:hover {
  color: var(--paper);
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 7px;
}

.brand-name {
  font-size: 25px;
  line-height: 1;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 10px;
  color: #e9ded3;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--paper);
  background: var(--brown-raised);
}

.primary-nav .nav-cta {
  margin-left: 8px;
  color: var(--brown);
  background: var(--orange);
}

.primary-nav .nav-cta:hover {
  color: var(--brown);
  background: #ff8050;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 18px;
  color: var(--brown);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  color: var(--brown);
  background: #ff8050;
  border-color: #ff8050;
}

.button-secondary {
  color: var(--cream);
  background: transparent;
  border-color: #80695d;
}

.button-secondary:hover {
  color: var(--paper);
  background: var(--brown-raised);
  border-color: #a98e80;
}

.button-teal {
  color: var(--paper);
  background: var(--teal);
  border-color: var(--teal);
}

.button-teal:hover {
  color: var(--paper);
  background: #0f5652;
  border-color: #0f5652;
}

.hero {
  color: var(--cream);
  background: var(--brown);
  overflow: hidden;
}

.hero-grid {
  min-height: calc(100svh - 148px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 72px;
  padding-block: 54px 44px;
}

.hero-copy {
  padding-block: 24px;
}

.hero h1 {
  font-size: 76px;
  margin-bottom: 14px;
}

.hero .lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: #e5d9ce;
  font-size: 21px;
  line-height: 1.55;
}

.hero .button-row {
  margin-bottom: 34px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 610px;
  margin: 0;
  border-top: 1px solid var(--line-dark);
}

.quick-facts div {
  padding: 18px 16px 0 0;
}

.quick-facts dt {
  color: var(--orange);
  font-size: 19px;
  font-weight: 800;
}

.quick-facts dd {
  margin: 2px 0 0;
  color: #cdbeb3;
  font-size: 13px;
  line-height: 1.4;
}

.hero-media {
  position: relative;
  height: min(640px, calc(100svh - 245px));
  aspect-ratio: 9 / 16;
  justify-self: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  width: 122px;
  height: 14px;
  top: 12%;
  right: -42px;
  background: var(--orange);
  transform: rotate(-8deg);
  border-radius: 7px;
}

.phone-frame {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #120c09;
  border: 9px solid #59463c;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding-block: 92px;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-intro p {
  color: var(--ink-soft);
  font-size: 18px;
}

.practice-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 64px;
  align-items: center;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 17px;
}

.feature-list span {
  display: block;
  color: var(--ink-soft);
}

.screen-pair {
  position: relative;
  width: 100%;
  min-height: 590px;
}

.screen-shot {
  position: absolute;
  width: 48%;
  overflow: hidden;
  background: var(--brown);
  border: 7px solid #3e3029;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.screen-shot:first-child {
  top: 0;
  left: 0;
}

.screen-shot:last-child {
  right: 0;
  bottom: 0;
}

.screen-shot img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.trust-band {
  color: #e7f5f3;
  background: var(--teal);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: start;
  gap: 72px;
}

.trust-band h2 {
  color: var(--paper);
}

.trust-band p {
  color: #cde4e1;
}

.trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.trust-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.trust-index {
  color: var(--cream);
  font-weight: 800;
}

.trust-list strong {
  display: block;
  color: var(--paper);
}

.trust-list span {
  color: #cde4e1;
}

.legal-links {
  background: var(--paper-soft);
}

.legal-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.legal-link-grid a {
  min-height: 166px;
  padding: 24px;
  color: var(--ink);
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.legal-link-grid a:hover {
  background: var(--cream);
}

.legal-link-grid strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.legal-link-grid span {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
}

.legal-hero {
  padding-block: 68px 58px;
  color: var(--cream);
  background: var(--brown);
}

.legal-hero .shell {
  max-width: var(--text-width);
  margin-left: max(24px, calc((100% - var(--max-width)) / 2));
}

.legal-hero h1 {
  max-width: 720px;
}

.legal-hero p {
  margin-bottom: 0;
  color: #d9cbc0;
  font-size: 18px;
}

.updated {
  display: inline-block;
  margin-bottom: 15px;
  color: #ff9a73;
  font-size: 14px;
  font-weight: 750;
}

.legal-main {
  padding-block: 70px 100px;
  background: var(--paper);
}

.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, var(--text-width));
  gap: 64px;
  align-items: start;
}

.toc {
  position: sticky;
  top: 24px;
  padding-right: 22px;
  border-right: 1px solid var(--line);
}

.toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.toc a {
  display: block;
  padding: 5px 0;
  color: var(--ink-soft);
  font-size: 14px;
  text-decoration: none;
}

.toc a:hover {
  color: var(--orange-dark);
}

.legal-copy section {
  padding-top: 34px;
  scroll-margin-top: 24px;
}

.legal-copy section:first-child {
  padding-top: 0;
}

.legal-copy section + section {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.legal-copy h2 {
  font-size: 27px;
}

.legal-copy h3 {
  margin-top: 26px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.legal-copy p,
.legal-copy li {
  color: #423832;
}

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

.legal-copy ul,
.legal-copy ol {
  padding-left: 24px;
}

.callout {
  margin: 28px 0;
  padding: 20px 22px;
  background: var(--teal-pale);
  border-left: 4px solid var(--teal);
  border-radius: 0 6px 6px 0;
}

.callout p:last-child,
.callout ul:last-child {
  margin-bottom: 0;
}

.warning {
  background: #fff2e8;
  border-left-color: var(--orange-dark);
}

.data-table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 14px;
}

.data-table th,
.data-table td {
  padding: 13px 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--line);
}

.data-table th {
  color: var(--ink);
  background: var(--paper-soft);
  font-weight: 800;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 28px 0 46px;
}

.support-card {
  padding: 24px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.support-card h2,
.support-card h3 {
  font-size: 21px;
}

.support-card p:last-child {
  margin-bottom: 0;
}

.deletion-action {
  margin: 28px 0 42px;
  padding: 30px;
  color: var(--cream);
  background: var(--brown);
  border-radius: 8px;
}

.deletion-action h3 {
  color: var(--paper);
  font-size: 28px;
}

.deletion-action p {
  color: #d9cbc0;
}

.deletion-action .button {
  margin-top: 6px;
}

.steps {
  margin: 24px 0 38px;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  padding: 0 0 24px 54px;
  counter-increment: steps;
}

.steps li::before {
  content: counter(steps);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--paper);
  background: var(--teal);
  border-radius: 50%;
  font-weight: 800;
}

.not-found {
  min-height: calc(100svh - 76px);
  display: grid;
  place-items: center;
  padding: 56px 24px;
  color: var(--cream);
  background: var(--brown);
  text-align: center;
}

.not-found-inner {
  max-width: 620px;
}

.not-found .display {
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 92px;
  line-height: 1;
}

.not-found p {
  margin-inline: auto;
  color: #d9cbc0;
}

.not-found .button-row {
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  padding-block: 46px;
  color: #cdbeb3;
  background: #160e0a;
  border-top: 1px solid #382820;
}

.footer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: start;
}

.footer-brand {
  margin-bottom: 7px;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.footer-links a {
  color: #dfd3ca;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--orange);
}

@media (max-width: 980px) {
  .nav-row {
    gap: 16px;
  }

  .primary-nav a {
    padding-inline: 7px;
  }

  .primary-nav .nav-cta {
    margin-left: 2px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-media {
    height: min(533px, calc(100svh - 245px));
  }

  .practice-layout,
  .trust-layout {
    gap: 40px;
  }

  .legal-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 38px;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .shell {
    width: min(calc(100% - 36px), var(--max-width));
  }

  .nav-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 12px;
  }

  .primary-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .primary-nav .nav-cta {
    margin-left: 6px;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 28px;
    padding-block: 38px 36px;
  }

  .hero-copy {
    padding-block: 0;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero .lead {
    font-size: 18px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-facts div {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 8px;
    align-items: baseline;
    padding-top: 10px;
  }

  .hero-media::before {
    display: none;
  }

  .hero-media {
    height: min(430px, calc(100svh - 270px));
  }

  .section {
    padding-block: 70px;
  }

  .practice-layout,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .screen-pair {
    max-width: 620px;
    min-height: 560px;
    margin-inline: auto;
  }

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

  .legal-hero .shell {
    margin-inline: auto;
  }

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

  .toc {
    position: static;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    columns: 2;
  }

  .toc strong {
    column-span: all;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 27px;
  }

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

  .brand-name {
    font-size: 23px;
  }

  .primary-nav a {
    min-height: 36px;
    font-size: 13px;
  }

  .primary-nav .nav-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 34px 28px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero .lead {
    margin-bottom: 20px;
  }

  .hero .button-row {
    margin-bottom: 24px;
  }

  .hero-media {
    width: 100%;
    height: 190px;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .phone-frame {
    width: 100%;
    height: 420px;
    aspect-ratio: auto;
    border-width: 6px;
    border-radius: 20px;
  }

  .phone-frame img {
    object-position: top center;
  }

  .section {
    padding-block: 58px;
  }

  .section-intro {
    margin-bottom: 32px;
  }

  .section-intro p {
    font-size: 16px;
  }

  .screen-pair {
    min-height: clamp(410px, calc(86vw - 21px), 512px);
  }

  .screen-shot {
    border-width: 5px;
    border-radius: 18px;
  }

  .legal-link-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .legal-link-grid a {
    min-height: 132px;
  }

  .legal-hero {
    padding-block: 48px 42px;
  }

  .legal-main {
    padding-block: 48px 76px;
  }

  .legal-copy section + section {
    margin-top: 22px;
  }

  .legal-copy h2 {
    font-size: 24px;
  }

  .toc {
    columns: 1;
  }

  .data-table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }

  .deletion-action {
    padding: 24px 20px;
  }

  .deletion-action .button {
    width: 100%;
  }

  .footer-row {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 380px) {
  .shell {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .primary-nav {
    gap: 2px;
  }

  .primary-nav a {
    padding-inline: 5px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .button-row .button {
    width: 100%;
  }
}

@media (max-width: 300px) {
  .primary-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .primary-nav a {
    justify-content: center;
  }
}

@media (max-height: 700px) and (min-width: 621px) {
  .hero-grid {
    padding-block: 36px 28px;
  }

  .quick-facts {
    display: none;
  }
}

@media (max-height: 760px) and (max-width: 620px) {
  .hero-grid {
    padding-block: 28px 24px;
  }

  .quick-facts,
  .hero-media {
    display: none;
  }
}

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

@media print {
  .site-header,
  .site-footer,
  .toc,
  .button-row {
    display: none;
  }

  body {
    color: #000000;
    background: #ffffff;
    font-size: 11pt;
  }

  .legal-hero {
    padding: 0 0 24px;
    color: #000000;
    background: #ffffff;
  }

  .legal-hero p,
  .updated {
    color: #000000;
  }

  .legal-main {
    padding: 0;
  }

  .legal-layout {
    display: block;
  }
}
