:root {
  color-scheme: light;
  --landing-ink: #14211e;
  --landing-muted: #64726d;
  --landing-line: #dce5e1;
  --landing-paper: #f7faf8;
  --landing-card: #ffffff;
  --landing-forest: #174c40;
  --landing-forest-2: #226a59;
  --landing-lime: #d6f36b;
  --landing-mint: #e2f4ed;
  --landing-blue: #e6f2f8;
  --landing-sand: #f7efe1;
  --landing-shadow: 0 24px 70px rgba(24, 58, 48, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--landing-paper);
  color: var(--landing-ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.landing-nav {
  width: min(1240px, calc(100% - 40px));
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--landing-forest);
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -.7px;
}

.landing-brand img {
  display: block;
  border-radius: 7px;
}

.landing-nav nav {
  display: flex;
  align-items: center;
  gap: 27px;
  color: var(--landing-muted);
  font-size: 14px;
  font-weight: 700;
}

.landing-nav nav a:hover,
.landing-footer a:hover {
  color: var(--landing-forest);
}

.landing-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-theme,
.landing-signin,
.landing-secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 13px;
  border: 1px solid var(--landing-line);
  border-radius: 11px;
  background: var(--landing-card);
  color: var(--landing-ink);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.landing-theme {
  width: 42px;
  padding: 9px;
}

.landing-theme [data-theme-label] {
  display: none;
}

.landing-primary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 17px;
  border-radius: 11px;
  background: var(--landing-forest);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 9px 24px rgba(23, 76, 64, .17);
  transition: transform .18s ease, background .18s ease;
}

.landing-primary:hover {
  background: var(--landing-forest-2);
  transform: translateY(-1px);
}

.landing-primary-large {
  min-height: 51px;
  padding: 13px 21px;
  font-size: 16px;
}

.landing-hero {
  width: min(1240px, calc(100% - 40px));
  min-height: 680px;
  display: grid;
  grid-template-columns: .88fr 1.32fr;
  align-items: center;
  gap: 54px;
  margin: 0 auto;
  padding: 64px 0 76px;
}

.landing-eyebrow {
  margin: 0 0 14px;
  color: #788780;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(50px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.057em;
}

.hero-lead {
  max-width: 590px;
  margin: 25px 0 29px;
  color: var(--landing-muted);
  font-size: 19px;
  line-height: 1.55;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 27px 0 0;
  padding: 0;
  color: #53615c;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.hero-proof li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--landing-forest-2);
  font-weight: 900;
}

.product-window {
  color-scheme: light;
  --landing-ink: #14211e;
  --landing-muted: #64726d;
  --landing-line: #dce5e1;
  --landing-card: #fff;
  --landing-mint: #e2f4ed;
  --landing-blue: #e6f2f8;
  --landing-sand: #f7efe1;
  overflow: hidden;
  border: 1px solid #d6e0dc;
  border-radius: 22px;
  background: #fff;
  color: #14211e;
  box-shadow: 0 28px 78px rgba(24, 58, 48, .16);
}

.window-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid var(--landing-line);
  background: #f8faf9;
}

.window-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dce4e1;
}

.window-bar b {
  margin-left: auto;
  color: #73817c;
  font-size: 11px;
}

.product-shell {
  min-height: 472px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
}

.product-shell aside {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px 12px;
  background: #103f36;
  color: #c8dad5;
  font-size: 11px;
}

.product-shell aside > span {
  padding: 9px 10px;
  border-radius: 8px;
}

.product-shell aside .mini-active {
  background: rgba(255, 255, 255, .11);
  color: #fff;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 4px 17px;
  color: #fff;
  font-size: 14px;
}

.mini-brand img {
  border-radius: 5px;
}

.product-main {
  min-width: 0;
  padding: 23px;
  background: #fff;
}

.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.preview-heading small,
.preview-metrics small,
.preview-invoice small {
  color: #84908c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
}

.preview-heading h2 {
  margin: 4px 0 0;
  font-size: 20px;
}

.preview-heading button {
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: var(--landing-forest);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.preview-metrics article {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  padding: 13px;
  border-radius: 12px;
}

.preview-metrics article:nth-child(1) {
  background: var(--landing-blue);
}

.preview-metrics article:nth-child(2) {
  background: var(--landing-mint);
}

.preview-metrics article:nth-child(3) {
  background: var(--landing-sand);
}

.preview-metrics b {
  margin-top: auto;
  font-size: 19px;
}

.preview-metrics em {
  margin-top: 4px;
  color: #347660;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.preview-timesheet {
  overflow: hidden;
  border: 1px solid var(--landing-line);
  border-radius: 12px;
  background: #fff;
}

.preview-sheet-head,
.preview-sheet {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, .55fr) .62fr;
  align-items: center;
  gap: 8px;
}

.preview-sheet-head {
  padding: 9px 13px;
  background: #f7f9f8;
  color: #77847f;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.preview-sheet-head span:first-child {
  text-align: left;
}

.preview-sheet {
  padding: 13px;
  border-top: 1px solid var(--landing-line);
  font-size: 10px;
  text-align: center;
}

.preview-project {
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
}

.preview-project span {
  display: flex;
  flex-direction: column;
}

.preview-project small {
  margin-top: 3px;
  color: #83908b;
}

.preview-project i {
  order: -1;
  width: 6px;
  height: 28px;
  border-radius: 5px;
  background: #4f9a83;
}

.preview-project.alternate i {
  background: #8d72ac;
}

.preview-invoice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 12px;
  background: #174c40;
  color: #fff;
}

.preview-invoice span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.preview-invoice span:last-child {
  align-items: flex-end;
}

.preview-invoice small {
  color: #b7d1ca;
}

.preview-invoice b {
  font-size: 16px;
}

.landing-trust {
  width: min(1240px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  padding: 21px 0;
  border-top: 1px solid var(--landing-line);
  border-bottom: 1px solid var(--landing-line);
  color: #7a8782;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}

.landing-section,
.workflow-section,
.security-strip,
.landing-cta {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.landing-section {
  padding: 120px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.detail-section h2,
.security-strip h2,
.landing-cta h2 {
  margin: 0;
  font-size: clamp(35px, 4.5vw, 54px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.section-heading > p:last-child,
.detail-section > div > p,
.security-strip > p,
.landing-cta > p {
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.6;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid article {
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--landing-line);
  border-radius: 17px;
  background: var(--landing-card);
}

.feature-grid h3 {
  margin: 22px 0 9px;
  font-size: 20px;
}

.feature-grid p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.6;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--landing-mint);
  color: var(--landing-forest);
  font-size: 18px;
  font-weight: 900;
}

.feature-grid article:nth-child(3n+2) .feature-icon {
  background: var(--landing-blue);
}

.feature-grid article:nth-child(3n) .feature-icon {
  background: var(--landing-sand);
}

.workflow-section {
  padding: 76px 64px;
  border-radius: 25px;
  background: #103f36;
  color: #fff;
}

.workflow-section .landing-eyebrow {
  color: #91b3a9;
}

.compact-heading {
  margin-bottom: 36px;
}

.workflow-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: .24em;
}

.workflow-title span:last-child {
  white-space: nowrap;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-grid li {
  display: flex;
  gap: 16px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  background: rgba(255, 255, 255, .06);
}

.workflow-grid li > span {
  color: var(--landing-lime);
  font-size: 12px;
  font-weight: 900;
}

.workflow-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.workflow-grid p {
  margin: 0;
  color: #b8ccc6;
  font-size: 14px;
  line-height: 1.55;
}

.detail-section {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 75px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.check-list li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--landing-mint);
  color: var(--landing-forest);
}

.invoice-card {
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--landing-line);
  border-radius: 20px;
  background: var(--landing-card);
  box-shadow: var(--landing-shadow);
}

.invoice-card header,
.invoice-card footer,
.invoice-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.invoice-card header {
  padding-bottom: 21px;
  border-bottom: 1px solid var(--landing-line);
}

.invoice-card header span,
.invoice-party,
.invoice-card footer b {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.invoice-card small {
  color: #83908b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.invoice-card header strong {
  color: var(--landing-forest);
  font-size: 25px;
}

.invoice-card header strong small {
  color: inherit;
  font-size: 12px;
}

.invoice-party {
  min-height: 165px;
  justify-content: center;
}

.invoice-party b {
  font-size: 21px;
}

.invoice-party span {
  color: var(--landing-muted);
  font-size: 13px;
}

.invoice-line {
  padding: 15px 0;
  border-top: 1px solid var(--landing-line);
  border-bottom: 1px solid var(--landing-line);
  font-size: 13px;
}

.invoice-card footer {
  margin: 23px -28px -28px;
  padding: 23px 28px;
  background: var(--landing-forest);
  color: #fff;
  font-size: 17px;
}

.invoice-card footer b {
  align-items: flex-end;
  font-size: 21px;
}

.invoice-card footer small {
  color: #c6ddd6;
  font-size: 10px;
}

.security-strip {
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  align-items: center;
  gap: 70px;
  padding: 55px 60px;
  border: 1px solid var(--landing-line);
  border-radius: 22px;
  background: var(--landing-card);
}

.security-strip h2 {
  font-size: clamp(30px, 3.8vw, 44px);
}

.security-copy {
  padding: 8px 0 8px 34px;
  border-left: 1px solid var(--landing-line);
}

.security-copy strong {
  display: block;
  margin-bottom: 11px;
  color: var(--landing-text);
  font-size: 17px;
}

.security-copy p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.65;
}

.contact-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 75px;
}

.contact-copy {
  position: sticky;
  top: 105px;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(35px, 4.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.contact-copy > p:last-child {
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 31px;
  border: 1px solid var(--landing-line);
  border-radius: 20px;
  background: var(--landing-card);
  box-shadow: var(--landing-shadow);
}

.contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--landing-text);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--landing-line);
  border-radius: 11px;
  outline: none;
  background: var(--landing-bg);
  color: var(--landing-text);
  font: inherit;
  font-weight: 600;
}

.contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--landing-forest);
  box-shadow: 0 0 0 3px rgba(34, 122, 100, .16);
}

.contact-form .landing-primary {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-notice {
  margin: 0;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  transition: opacity .25s ease, transform .25s ease;
}

.contact-notice.is-hiding {
  opacity: 0;
  transform: translateY(-4px);
}

.contact-notice.success {
  background: #dff4e8;
  color: #145842;
}

.contact-notice.error {
  background: #fff0ee;
  color: #9b352d;
}

.landing-cta {
  padding: 125px 20px;
  text-align: center;
}

.landing-cta h2 {
  margin-bottom: 15px;
}

.landing-cta > p {
  max-width: 640px;
  margin: 0 auto 27px;
}

.landing-footer {
  width: min(1240px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
  padding: 31px 0;
  border-top: 1px solid var(--landing-line);
  color: var(--landing-muted);
  font-size: 13px;
}

.landing-footer p {
  margin: 0;
}

.landing-footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-weight: 750;
}

.legal-shell {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 100px;
}

.legal-intro {
  max-width: 820px;
  margin-bottom: 34px;
}

.legal-intro h1 {
  margin: 10px 0 18px;
  font-size: clamp(46px, 7vw, 84px);
  line-height: .96;
  letter-spacing: -4px;
}

.legal-intro > p:not(.landing-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 20px;
  line-height: 1.55;
}

.legal-status {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding: 15px 17px;
  border: 1px solid #acd7c7;
  border-radius: 13px;
  background: var(--landing-mint);
  color: var(--landing-forest);
}

.legal-status strong {
  flex: 0 0 auto;
}

.legal-status span {
  color: var(--landing-muted);
  font-size: 14px;
}

.legal-card {
  margin-top: 18px;
  padding: 30px;
  border: 1px solid var(--landing-line);
  border-radius: 20px;
  background: var(--landing-card);
}

.legal-card h2 {
  margin: 0 0 13px;
  font-size: 26px;
  letter-spacing: -.8px;
}

.legal-card > p {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.65;
}

.legal-table-wrap {
  overflow-x: auto;
}

.legal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}

.legal-table th,
.legal-table td {
  padding: 15px 13px;
  border-bottom: 1px solid var(--landing-line);
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}

.legal-table th {
  color: var(--landing-muted);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.legal-table tbody tr:last-child td {
  border-bottom: 0;
}

.legal-table code {
  color: var(--landing-forest);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.legal-pill {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--landing-mint);
  color: var(--landing-forest);
  font-size: 11px;
  font-weight: 800;
}

.legal-copy a {
  color: var(--landing-forest);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-updated {
  margin: 22px 4px 0;
  color: var(--landing-muted);
  font-size: 13px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --landing-ink: #edf5f2;
  --landing-muted: #a7b6b1;
  --landing-line: #30463f;
  --landing-paper: #0c1513;
  --landing-card: #14211e;
  --landing-forest: #77c9ac;
  --landing-forest-2: #8ddabd;
  --landing-lime: #d6f36b;
  --landing-mint: #15372e;
  --landing-blue: #172f3a;
  --landing-sand: #392f20;
  --landing-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

html[data-theme="dark"] .landing-primary,
html[data-theme="dark"] .preview-heading button {
  background: #246f5d;
  color: #fff;
}

html[data-theme="dark"] .product-shell aside,
html[data-theme="dark"] .workflow-section {
  background: #103f36;
}

html[data-theme="dark"] .preview-invoice,
html[data-theme="dark"] .invoice-card footer {
  background: #1d6655;
}

html[data-theme="dark"] .invoice-card header strong,
html[data-theme="dark"] .feature-icon,
html[data-theme="dark"] .check-list li::before,
html[data-theme="dark"] .landing-brand {
  color: #8ddabd;
}

html[data-theme="dark"] .legal-status {
  border-color: #2f6659;
}

html[data-theme="dark"] .legal-pill {
  color: #8ddabd;
}

@media (max-width: 980px) {
  .landing-nav nav {
    display: none;
  }

  .landing-hero {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .product-window {
    transform: none;
  }

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

  .workflow-section {
    padding: 55px 35px;
  }

  .workflow-grid,
  .detail-section,
  .security-strip,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .detail-section,
  .security-strip,
  .contact-section {
    gap: 40px;
  }

  .contact-copy {
    position: static;
  }

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

  .landing-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .legal-shell {
    padding-top: 42px;
  }

  .legal-intro h1 {
    letter-spacing: -2.5px;
  }

  .legal-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 650px) {
  .landing-nav,
  .landing-hero,
  .landing-trust,
  .landing-section,
  .workflow-section,
  .security-strip,
  .landing-cta,
  .landing-footer {
    width: min(100% - 28px, 1240px);
  }

  .landing-nav {
    min-height: 70px;
  }

  .landing-brand {
    font-size: 20px;
  }

  .landing-signin,
  .landing-theme {
    display: none;
  }

  .landing-actions .landing-primary {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .landing-hero {
    min-height: auto;
    gap: 38px;
    padding: 45px 0 55px;
  }

  .hero-copy h1 {
    font-size: clamp(43px, 15vw, 63px);
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-shell {
    grid-template-columns: 1fr;
  }

  .product-shell aside {
    display: none;
  }

  .product-main {
    padding: 16px;
  }

  .preview-metrics {
    grid-template-columns: 1fr;
  }

  .preview-metrics article {
    min-height: 82px;
  }

  .preview-sheet-head,
  .preview-sheet {
    grid-template-columns: 1fr repeat(2, .6fr) .7fr;
  }

  .preview-sheet-head > span:nth-of-type(4),
  .preview-sheet-head > span:nth-of-type(5),
  .preview-sheet > span:nth-of-type(3),
  .preview-sheet > span:nth-of-type(4) {
    display: none;
  }

  .landing-trust {
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    font-size: 10px;
  }

  .landing-section {
    padding: 85px 0;
  }

  .feature-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: 0;
  }

  .workflow-section,
  .security-strip {
    padding: 42px 24px;
  }

  .workflow-title {
    display: block;
  }

  .workflow-title span {
    display: block;
  }

  .workflow-title span:last-child {
    white-space: normal;
  }

  .security-copy {
    padding: 24px 0 0;
    border-top: 1px solid var(--landing-line);
    border-left: 0;
  }

  .contact-fields {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 22px;
  }

  .invoice-card {
    padding: 20px;
  }

  .invoice-card header {
    align-items: flex-start;
    flex-direction: column;
  }

  .invoice-card footer {
    margin: 23px -20px -20px;
    padding: 20px;
  }

  .landing-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .landing-footer > .landing-brand,
  .landing-footer > div {
    justify-content: center;
  }

  .landing-footer p {
    grid-column: auto;
    grid-row: auto;
  }

  .legal-shell {
    width: min(100% - 24px, 1080px);
    padding-bottom: 70px;
  }

  .legal-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .legal-intro > p:not(.landing-eyebrow) {
    font-size: 17px;
  }
}

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

  .landing-primary {
    transition: none;
  }
}
