:root {
  --clean-ink: #111111;
  --clean-paper: #f7f5ef;
  --clean-white: #fffefb;
  --clean-line: #d8d5cd;
  --clean-muted: #66645e;
  --clean-blue: #1769e0;
  --clean-coral: #ff5b38;
  --clean-green: #11875d;
  --clean-yellow: #ffd84a;
}

body.home-clean {
  overflow-x: clip;
  background: var(--clean-paper);
  color: var(--clean-ink);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

.home-clean *,
.home-clean *::before,
.home-clean *::after {
  letter-spacing: 0;
}

.home-clean ::selection {
  background: var(--clean-yellow);
  color: var(--clean-ink);
}

.home-clean :focus-visible {
  outline: 3px solid var(--clean-blue);
  outline-offset: 3px;
}

.home-clean .progress-bar {
  height: 3px;
  background: var(--clean-coral);
}

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

.home-clean .site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid #282828;
  background: rgba(10, 10, 10, 0.94);
  backdrop-filter: blur(14px);
}

.home-clean .header-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 70px;
  padding: 0;
}

.home-clean .brand-mark {
  width: 118px;
  height: 38px;
  flex-basis: 118px;
  border: 0;
  border-radius: 4px;
  background: #fff;
}

.home-clean .brand-mark img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 196px;
  max-width: none;
  transform: translate(-50%, -49%);
}

.home-clean .nav {
  gap: 2px;
}

.home-clean .nav-link {
  padding: 10px 11px;
  color: #c8c8c8;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-clean .nav-link::before {
  display: none;
}

.home-clean .nav-link:hover {
  color: #fff;
}

.home-clean .lang-switch {
  border-color: #3b3b3b;
  border-radius: 6px;
  background: #181818;
}

.home-clean .lang-switch button {
  min-width: 34px;
  color: #aaa;
}

.home-clean .lang-switch button.is-active {
  border-radius: 4px;
  background: #fff;
  color: #111;
}

.home-clean .header-actions > .button {
  min-height: 42px;
  border: 1px solid var(--clean-coral);
  border-radius: 6px;
  background: var(--clean-coral);
  color: #111;
  box-shadow: none;
  font-size: 0.8rem;
}

.home-clean .header-actions > .button:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
  transform: translateY(-2px);
}

.clean-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100svh - 34px));
  overflow: hidden;
  border-bottom: 1px solid #2b2b2b;
  background: #090909;
  color: #fff;
}

.clean-hero::after {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: 58%;
  content: "";
  background: #090909;
}

.clean-hero-media {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: -2;
  overflow: hidden;
  background: #090812;
}

.clean-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 22% center;
  opacity: 0.86;
}

.clean-hero-inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  grid-template-rows: 1fr auto;
  gap: 42px 13%;
  align-items: center;
  padding-block: 96px 34px;
}

.clean-hero-copy {
  align-self: center;
  max-width: 740px;
}

.clean-kicker {
  margin: 0 0 18px;
  color: var(--clean-blue);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.clean-hero .clean-kicker {
  color: #7eb2ff;
}

.clean-hero h1,
.clean-heading h2,
.clean-case h3,
.clean-service-row h3,
.clean-timeline h3,
.clean-contract-link h3 {
  margin: 0;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.clean-hero h1 {
  max-width: 780px;
  font-size: 4.45rem;
}

.clean-hero h1 span,
.clean-heading h2 span {
  color: var(--clean-coral);
}

.clean-hero-lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: #d5d5d5;
  font-size: 1.16rem;
  line-height: 1.6;
}

.clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.clean-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.clean-button:hover {
  transform: translateY(-3px);
}

.clean-button-primary {
  border-color: var(--clean-coral);
  background: var(--clean-coral);
  color: #111;
}

.clean-button-primary:hover {
  border-color: #ff9a45;
  background: #ff9a45;
}

.clean-button-light {
  border-color: #5b5b5b;
  background: #fff;
  color: #111;
}

.clean-button-light:hover {
  border-color: var(--clean-yellow);
  background: var(--clean-yellow);
}

.clean-hero-note {
  max-width: 600px;
  margin: 18px 0 0;
  color: #969696;
  font-size: 0.88rem;
}

.clean-hero-caption {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  width: min(360px, 100%);
  padding: 16px 18px;
  border-left: 3px solid var(--clean-coral);
  background: rgba(10, 10, 10, 0.88);
}

.clean-hero-caption > span {
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
}

.clean-hero-caption p {
  margin: 0;
  color: #bbb;
  font-size: 0.8rem;
}

.clean-hero-caption a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.clean-proof {
  border-bottom: 1px solid var(--clean-line);
  background: var(--clean-yellow);
}

.clean-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.clean-proof-grid > div {
  min-height: 116px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px 28px;
  border-right: 1px solid rgba(17, 17, 17, 0.24);
}

.clean-proof-grid > div:first-child {
  padding-left: 0;
}

.clean-proof-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.clean-proof-grid strong {
  font-size: 2rem;
  line-height: 1;
}

.clean-proof-grid span {
  max-width: 210px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.clean-section {
  padding-block: 110px;
  border-bottom: 1px solid var(--clean-line);
}

.clean-heading {
  max-width: 820px;
}

.clean-heading-row {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
  gap: 70px;
  align-items: end;
}

.clean-heading h2 {
  font-size: 3.2rem;
}

.clean-heading > p:last-child,
.clean-heading-row > p {
  margin: 24px 0 0;
  color: var(--clean-muted);
  font-size: 1rem;
}

.clean-heading-row > p {
  margin: 0;
}

.clean-problem {
  background: var(--clean-white);
}

.clean-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 62px;
  border-top: 1px solid var(--clean-line);
  border-bottom: 1px solid var(--clean-line);
}

.clean-compare-side {
  padding: 34px 38px 22px 0;
}

.clean-compare-side + .clean-compare-side {
  padding-right: 0;
  padding-left: 38px;
  border-left: 1px solid var(--clean-line);
}

.clean-compare-side > p {
  margin: 0 0 26px;
  color: var(--clean-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.clean-compare-side.is-after > p {
  color: var(--clean-green);
}

.clean-compare-side ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-compare-side li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 16px;
  padding: 20px 0;
  border-top: 1px solid var(--clean-line);
}

.clean-compare-side li > span {
  grid-row: 1 / span 2;
  color: var(--clean-muted);
  font-weight: 800;
}

.clean-compare-side li strong {
  font-size: 1.04rem;
}

.clean-compare-side li small {
  color: var(--clean-muted);
  font-size: 0.86rem;
}

.clean-services {
  background: #edf4ff;
}

.clean-service-list {
  margin-top: 58px;
  border-top: 1px solid #aebfd8;
}

.clean-service-row {
  min-height: 126px;
  display: grid;
  grid-template-columns: 54px minmax(240px, 0.72fr) minmax(260px, 1fr) 34px;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #aebfd8;
  transition: padding 220ms ease, background-color 220ms ease;
}

.clean-service-row:hover {
  padding-inline: 18px;
  background: #fff;
}

.clean-service-row > span,
.clean-service-row > b {
  color: var(--clean-blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.clean-service-row h3 {
  font-size: 1.55rem;
}

.clean-service-row p {
  margin: 0;
  color: #4f5e73;
}

.clean-service-row > b {
  font-size: 1.25rem;
}

.clean-cases {
  background: #101010;
  color: #fff;
}

.clean-cases .clean-kicker,
.clean-cases .clean-text-link {
  color: #8db8ff;
}

.clean-cases .clean-heading-row > p {
  color: #aaa;
}

.clean-text-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-self: end;
  color: var(--clean-blue);
  font-size: 0.88rem;
  font-weight: 800;
}

.clean-text-link:hover {
  color: var(--clean-coral);
}

.clean-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.clean-case {
  min-width: 0;
  padding-bottom: 22px;
  border: 1px solid #363636;
  border-radius: 6px;
  overflow: hidden;
  background: #181818;
}

.clean-case-media {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #363636;
  background: #242424;
}

.clean-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(.2,.7,.2,1);
}

.clean-case:hover .clean-case-media img {
  transform: scale(1.025);
}

.clean-case > :not(.clean-case-media) {
  margin-right: 22px;
  margin-left: 22px;
}

.clean-case > .clean-kicker {
  margin-top: 22px;
  margin-bottom: 10px;
}

.clean-case h3 {
  font-size: 1.45rem;
}

.clean-case > p:not(.clean-kicker) {
  min-height: 72px;
  margin-top: 12px;
  color: #aaa;
  font-size: 0.86rem;
}

.clean-process {
  background: var(--clean-white);
}

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

.clean-timeline li {
  min-height: 138px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(210px, 0.42fr);
  gap: 24px;
  align-items: center;
  padding-block: 26px;
  border-bottom: 1px solid var(--clean-line);
}

.clean-timeline li > span {
  color: var(--clean-coral);
  font-weight: 800;
}

.clean-timeline h3 {
  font-size: 1.5rem;
}

.clean-timeline p {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--clean-muted);
}

.clean-timeline li > b {
  padding-left: 22px;
  border-left: 3px solid var(--clean-yellow);
  font-size: 0.78rem;
  line-height: 1.45;
}

.clean-contracts {
  background: var(--clean-coral);
}

.clean-contracts .clean-kicker,
.clean-contracts .clean-heading > p:last-child {
  color: #3c1a12;
}

.clean-contracts .clean-heading h2 span {
  color: #fff;
}

.clean-contract-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1fr);
  gap: 9%;
  align-items: start;
}

.clean-contract-list {
  border-top: 1px solid rgba(17, 17, 17, 0.45);
}

.clean-contract-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.45);
}

.clean-contract-link:hover h3,
.clean-contract-link:hover > b {
  color: #fff;
}

.clean-contract-link > span {
  grid-column: 1 / -1;
  font-size: 0.7rem;
  font-weight: 800;
}

.clean-contract-link h3 {
  font-size: 1.45rem;
  transition: color 180ms ease;
}

.clean-contract-link p {
  grid-column: 1;
  margin: 0;
  color: #572419;
  font-size: 0.86rem;
}

.clean-contract-link > b {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: center;
  font-size: 0.78rem;
  transition: color 180ms ease;
}

.clean-tools {
  background: #ecf7f1;
}

.clean-tool-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border-top: 1px solid #9cc7b3;
  border-bottom: 1px solid #9cc7b3;
}

.clean-tool-links a {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  gap: 18px;
  padding: 26px;
  border-right: 1px solid #9cc7b3;
  transition: background-color 220ms ease;
}

.clean-tool-links a:first-child {
  padding-left: 0;
}

.clean-tool-links a:last-child {
  border-right: 0;
  padding-right: 0;
}

.clean-tool-links a:hover {
  background: #fff;
}

.clean-tool-links span {
  color: var(--clean-green);
  font-size: 1.9rem;
  font-weight: 800;
}

.clean-tool-links strong {
  align-self: end;
  font-size: 1.2rem;
}

.clean-tool-links b {
  align-self: end;
  color: var(--clean-green);
}

.clean-contact {
  background: #111;
  color: #fff;
}

.clean-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1fr);
  gap: 10%;
  align-items: start;
}

.clean-contact .clean-kicker {
  color: #8db8ff;
}

.clean-contact .clean-heading > p:last-child {
  color: #aaa;
}

.clean-email {
  display: inline-block;
  margin-top: 28px;
  color: var(--clean-yellow);
  font-weight: 800;
}

.clean-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid #3b3b3b;
  border-radius: 6px;
  background: #191919;
}

.clean-field {
  display: grid;
  gap: 8px;
}

.clean-field > span {
  color: #d3d3d3;
  font-size: 0.78rem;
  font-weight: 800;
}

.clean-field input,
.clean-field textarea {
  width: 100%;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  background: #0e0e0e;
  color: #fff;
  padding: 13px 14px;
  outline: none;
}

.clean-field input {
  min-height: 48px;
}

.clean-field textarea {
  min-height: 116px;
  resize: vertical;
}

.clean-field input:focus,
.clean-field textarea:focus {
  border-color: #7eb2ff;
}

.clean-form .goal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: -8px;
}

.clean-form .goal-chips button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  background: transparent;
  color: #bbb;
  font-size: 0.72rem;
}

.clean-form .goal-chips button:hover,
.clean-form .goal-chips button.is-selected {
  border-color: var(--clean-yellow);
  background: var(--clean-yellow);
  color: #111;
}

.clean-submit {
  width: 100%;
}

.clean-form .form-note {
  margin: 0;
  color: #888;
  font-size: 0.7rem;
}

.clean-form .form-note a {
  color: #ccc;
  text-decoration: underline;
}

.home-clean .site-footer {
  border-top: 1px solid #303030;
  background: #090909;
  color: #a8a8a8;
}

.home-clean .footer-inner,
.home-clean .footer-bottom {
  width: min(1180px, calc(100% - 48px));
}

.home-clean .site-footer h3,
.home-clean .site-footer a:hover,
.home-clean .footer-audit-link {
  color: #fff;
}

.clean-page-hero {
  padding: 38px 0 76px;
  border-bottom: 1px solid #313131;
  background: #0b0b0b;
  color: #fff;
}

.clean-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #777;
  font-size: 0.74rem;
  font-weight: 700;
}

.clean-breadcrumb a:hover {
  color: #fff;
}

.clean-page-hero-copy {
  max-width: 940px;
  padding-top: 86px;
}

.clean-page-hero-copy .clean-kicker {
  color: #8db8ff;
}

.clean-page-hero h1 {
  margin: 0;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.04;
}

.clean-page-hero h1 span {
  color: var(--clean-coral);
}

.clean-page-hero-copy > p:not(.clean-kicker) {
  max-width: 760px;
  margin: 26px 0 0;
  color: #b7b7b7;
  font-size: 1.08rem;
}

.clean-page-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 76px;
  border-top: 1px solid #383838;
}

.clean-page-facts span {
  min-height: 86px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px 28px;
  border-right: 1px solid #383838;
  color: #b5b5b5;
  font-size: 0.8rem;
  font-weight: 700;
}

.clean-page-facts span:first-child {
  padding-left: 0;
}

.clean-page-facts span:last-child {
  border-right: 0;
}

.clean-page-facts b {
  color: var(--clean-coral);
}

.clean-process-page {
  background: var(--clean-white);
}

.clean-pilot {
  background: #1769e0;
  color: #fff;
}

.clean-pilot .clean-kicker,
.clean-pilot .clean-heading > p:last-child {
  color: #dceaff;
}

.clean-pilot .clean-heading h2 span {
  color: var(--clean-yellow);
}

.clean-pilot-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 9%;
  align-items: start;
}

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

.clean-pilot-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.clean-pilot-list li > span {
  color: #bcd5ff;
  font-weight: 800;
}

.clean-pilot-list strong {
  font-size: 1.12rem;
}

.clean-pilot-list p {
  margin: 8px 0 0;
  color: #dceaff;
  font-size: 0.88rem;
}

.clean-decision {
  background: var(--clean-paper);
}

.clean-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 58px;
  border: 1px solid var(--clean-line);
  border-radius: 6px;
  overflow: hidden;
}

.clean-decision-grid article {
  min-height: 290px;
  padding: 34px;
  background: #ebe9e3;
}

.clean-decision-grid article + article {
  border-left: 1px solid var(--clean-line);
}

.clean-decision-grid article.is-positive {
  background: var(--clean-yellow);
}

.clean-decision-grid article > span {
  color: var(--clean-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.clean-decision-grid h3 {
  max-width: 430px;
  margin: 52px 0 0;
  font-size: 1.75rem;
  line-height: 1.12;
}

.clean-decision-grid p {
  max-width: 460px;
  margin: 18px 0 0;
  color: #55534d;
}

.clean-responsibility {
  background: #ecf7f1;
}

.clean-responsibility-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1fr);
  gap: 9%;
}

.clean-checklists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #9cc7b3;
}

.clean-checklists > div {
  padding: 26px 28px 0 0;
}

.clean-checklists > div + div {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid #9cc7b3;
}

.clean-checklists h3 {
  margin: 0;
  font-size: 1rem;
}

.clean-checklists ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.clean-checklists li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-top: 1px solid #b8d8c9;
  color: #3f5b4f;
  font-size: 0.86rem;
}

.clean-checklists li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--clean-green);
}

.clean-page-cta {
  padding-block: 86px;
  background: var(--clean-yellow);
}

.clean-page-cta .clean-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: end;
}

.clean-page-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: 2.7rem;
  line-height: 1.08;
}

.clean-page-cta .clean-actions {
  margin: 0;
}

.clean-docs-index {
  background: var(--clean-white);
}

.clean-doc-list {
  margin-top: 58px;
  border-top: 1px solid var(--clean-line);
}

.clean-doc-row {
  min-height: 250px;
  display: grid;
  grid-template-columns: 120px minmax(240px, 0.75fr) minmax(250px, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding-block: 34px;
  border-bottom: 1px solid var(--clean-line);
  transition: padding 220ms ease, background-color 220ms ease;
}

.clean-doc-row:hover {
  padding-inline: 18px;
  background: #f0eee8;
}

.clean-doc-row > span {
  color: var(--clean-coral);
  font-size: 0.7rem;
  font-weight: 800;
}

.clean-doc-row h3 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.12;
}

.clean-doc-row div > p {
  margin: 12px 0 0;
  color: var(--clean-muted);
  font-size: 0.86rem;
}

.clean-doc-row ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  color: #55534e;
  font-size: 0.78rem;
  list-style: none;
}

.clean-doc-row li::before {
  content: "+ ";
  color: var(--clean-green);
  font-weight: 800;
}

.clean-doc-row > b {
  color: var(--clean-blue);
  font-size: 0.78rem;
  white-space: nowrap;
}

.clean-doc-principles {
  background: #ecf7f1;
}

.clean-legal-note {
  max-width: 720px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  margin-top: 50px;
  padding: 18px 0;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}

.clean-legal-note strong {
  color: var(--clean-yellow);
  font-size: 0.78rem;
}

.clean-legal-note p {
  margin: 0;
  color: #a8a8a8;
  font-size: 0.8rem;
}

.clean-document-section {
  background: #e8e6e0;
}

.clean-document-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 820px);
  gap: 56px;
  align-items: start;
  justify-content: center;
}

.clean-document-toc {
  position: sticky;
  top: 98px;
  padding: 18px 0;
  border-top: 1px solid #aaa79f;
  border-bottom: 1px solid #aaa79f;
}

.clean-document-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-document-toc li + li {
  border-top: 1px solid #cbc8c0;
}

.clean-document-toc a {
  display: block;
  padding: 9px 0;
  color: #65625c;
  font-size: 0.74rem;
  font-weight: 700;
}

.clean-document-toc a:hover {
  color: var(--clean-blue);
}

.clean-document {
  padding: 60px 64px;
  border: 1px solid #c5c2ba;
  border-radius: 4px;
  background: #fff;
  color: #242424;
  box-shadow: 0 18px 55px rgba(40, 35, 25, 0.12);
}

.clean-document-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d5ce;
}

.clean-document-head img {
  width: 124px;
  height: auto;
}

.clean-document-head div {
  display: grid;
  gap: 3px;
  text-align: right;
}

.clean-document-head span {
  color: #817e77;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.clean-document-title {
  padding: 42px 0 32px;
}

.clean-document-title > p {
  max-width: 590px;
  margin: 0;
  font: 800 2.15rem/1.15 Manrope, sans-serif;
}

.clean-document-title div {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  color: #74716b;
  font-size: 0.75rem;
}

.clean-document-preamble {
  margin: 0 0 38px;
  padding: 20px;
  border-left: 3px solid var(--clean-yellow);
  background: #f5f3ed;
  font-size: 0.82rem;
}

.clean-clause {
  padding: 34px 0;
  border-top: 1px solid #d8d5ce;
  scroll-margin-top: 96px;
}

.clean-clause h2 {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.clean-clause h2 span {
  color: var(--clean-blue);
  font-size: 0.75rem;
}

.clean-clause > p {
  margin: 10px 0 0;
  color: #504e49;
  font: 500 0.82rem/1.7 Manrope, sans-serif;
}

.clean-contract-table {
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid #d8d5ce;
  border-radius: 4px;
}

.clean-contract-table-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.75fr) minmax(0, 1.6fr) minmax(72px, 0.45fr);
}

.clean-contract-table-row + .clean-contract-table-row {
  border-top: 1px solid #d8d5ce;
}

.clean-contract-table-row span {
  min-width: 0;
  padding: 12px 14px;
  color: #5f5c56;
  font-size: 0.72rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.clean-contract-table-row span + span {
  border-left: 1px solid #d8d5ce;
}

.clean-contract-table-row span:first-child,
.clean-contract-table-row.is-head span {
  color: #282724;
  font-weight: 800;
}

.clean-contract-table-row.is-head {
  background: #f5f3ed;
}

.clean-party-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.clean-party-grid > div {
  min-height: 260px;
  padding: 22px;
  border: 1px solid #d8d5ce;
}

.clean-party-grid p {
  margin: 10px 0 0;
  color: #77736c;
  font-size: 0.75rem;
}

.clean-party-grid span {
  display: block;
  margin-top: 42px;
  padding-top: 10px;
  border-top: 1px solid #aaa79f;
  color: #77736c;
  font-size: 0.7rem;
}

.clean-document-foot {
  margin-top: 34px;
  padding: 22px;
  border: 1px solid #e0bd20;
  background: #fff7c9;
}

.clean-document-foot p {
  margin: 8px 0 0;
  color: #5d552f;
  font-size: 0.78rem;
}

.home-clean .footer-audit-link {
  border-color: #555;
  border-radius: 5px;
}

.home-clean.home-motion-ready .home-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1);
}

.home-clean.home-motion-ready .home-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .clean-hero h1 {
    font-size: 3.4rem;
  }

  .clean-heading h2 {
    font-size: 2.65rem;
  }

  .clean-hero-inner {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 30px 8%;
  }

  .clean-service-row {
    grid-template-columns: 44px minmax(200px, 0.7fr) minmax(220px, 1fr) 26px;
  }

  .clean-contract-layout,
  .clean-contact-layout {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .clean-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .clean-page-hero h1 {
    font-size: 3.4rem;
  }

  .clean-pilot-layout,
  .clean-responsibility-layout {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .clean-page-cta .clean-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .clean-doc-row {
    grid-template-columns: 92px minmax(210px, 0.8fr) 1fr;
  }

  .clean-doc-row > b {
    grid-column: 2 / -1;
  }

  .clean-document-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 32px;
  }

  .clean-document {
    padding: 46px 42px;
  }
}

@media (max-width: 760px) {
  .clean-shell,
  .home-clean .header-inner,
  .home-clean .footer-inner,
  .home-clean .footer-bottom {
    width: min(100% - 30px, 1180px);
  }

  .home-clean .header-inner {
    min-height: 64px;
  }

  .home-clean .menu-toggle {
    border-color: #444;
    background: #181818;
  }

  .home-clean .menu-toggle span {
    background: #fff;
  }

  .home-clean .nav {
    top: 64px;
    border-color: #333;
    background: #111;
  }

  .home-clean .header-actions > .button {
    display: none;
  }

  .clean-hero {
    min-height: auto;
  }

  .clean-hero::after {
    width: 100%;
    height: 64%;
  }

  .clean-hero-media {
    inset: 50% 0 0;
  }

  .clean-hero-media img {
    object-position: center top;
    opacity: 0.92;
  }

  .clean-hero-inner {
    min-height: 790px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 160px;
    padding-block: 70px 24px;
  }

  .clean-hero h1 {
    font-size: 2.72rem;
  }

  .clean-hero-lead {
    font-size: 1rem;
  }

  .clean-hero-caption {
    align-self: flex-end;
    width: min(340px, 92%);
  }

  .clean-proof-grid,
  .clean-heading-row,
  .clean-compare,
  .clean-contract-layout,
  .clean-contact-layout,
  .clean-tool-links {
    grid-template-columns: 1fr;
  }

  .clean-page-facts,
  .clean-pilot-layout,
  .clean-decision-grid,
  .clean-responsibility-layout,
  .clean-checklists,
  .clean-page-cta .clean-shell {
    grid-template-columns: 1fr;
  }

  .clean-page-hero {
    padding-bottom: 48px;
  }

  .clean-page-hero-copy {
    padding-top: 58px;
  }

  .clean-page-hero h1 {
    font-size: 2.72rem;
  }

  .clean-page-facts {
    margin-top: 54px;
  }

  .clean-page-facts span,
  .clean-page-facts span:first-child {
    min-height: 68px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #383838;
  }

  .clean-pilot-layout,
  .clean-responsibility-layout {
    gap: 46px;
  }

  .clean-decision-grid article + article {
    border-top: 1px solid var(--clean-line);
    border-left: 0;
  }

  .clean-checklists > div,
  .clean-checklists > div + div {
    padding: 24px 0 0;
    border-left: 0;
  }

  .clean-checklists > div + div {
    margin-top: 28px;
    border-top: 1px solid #9cc7b3;
  }

  .clean-page-cta h2 {
    font-size: 2.2rem;
  }

  .clean-doc-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .clean-doc-row > b {
    grid-column: 1;
  }

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

  .clean-document-toc {
    position: static;
  }

  .clean-document-toc ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
  }

  .clean-document {
    padding: 36px 28px;
  }

  .clean-document-title > p {
    font-size: 1.75rem;
  }

  .clean-proof-grid > div {
    min-height: 84px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.24);
  }

  .clean-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .clean-section {
    padding-block: 78px;
  }

  .clean-heading-row {
    gap: 24px;
    align-items: start;
  }

  .clean-heading h2 {
    font-size: 2.25rem;
  }

  .clean-heading-row > p {
    max-width: 600px;
  }

  .clean-text-link {
    justify-self: start;
  }

  .clean-compare-side,
  .clean-compare-side + .clean-compare-side {
    padding: 28px 0;
    border-left: 0;
  }

  .clean-compare-side + .clean-compare-side {
    border-top: 1px solid var(--clean-line);
  }

  .clean-service-row {
    min-height: 0;
    grid-template-columns: 40px 1fr 24px;
    gap: 8px 12px;
    padding-block: 24px;
  }

  .clean-service-row > span {
    grid-row: 1 / span 2;
  }

  .clean-service-row h3 {
    font-size: 1.35rem;
  }

  .clean-service-row p {
    grid-column: 2 / -1;
    font-size: 0.86rem;
  }

  .clean-service-row > b {
    grid-column: 3;
    grid-row: 1;
  }

  .clean-case-grid {
    grid-template-columns: 1fr;
  }

  .clean-timeline li {
    grid-template-columns: 38px 1fr;
    gap: 10px 14px;
  }

  .clean-timeline li > b {
    grid-column: 2;
    padding-left: 14px;
  }

  .clean-contract-layout,
  .clean-contact-layout {
    gap: 46px;
  }

  .clean-tool-links a,
  .clean-tool-links a:first-child,
  .clean-tool-links a:last-child {
    min-height: 112px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #9cc7b3;
  }

  .clean-tool-links a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .clean-hero-inner {
    min-height: 760px;
    gap: 135px;
    padding-top: 54px;
  }

  .clean-hero h1 {
    font-size: 2.28rem;
  }

  .clean-actions {
    display: grid;
  }

  .clean-button {
    width: 100%;
  }

  .clean-heading h2 {
    font-size: 2rem;
  }

  .clean-compare-side li {
    grid-template-columns: 34px 1fr;
  }

  .clean-contract-link {
    grid-template-columns: 1fr;
  }

  .clean-contract-link > b {
    grid-column: 1;
    grid-row: auto;
  }

  .clean-form {
    padding: 20px;
  }

  .clean-document-toc ol,
  .clean-party-grid {
    grid-template-columns: 1fr;
  }

  .clean-document {
    padding: 28px 20px;
  }

  .clean-document-head {
    align-items: flex-start;
  }

  .clean-document-title > p {
    font-size: 1.55rem;
  }

  .clean-contract-table-row {
    grid-template-columns: 1fr;
  }

  .clean-contract-table-row span {
    padding: 9px 12px;
  }

  .clean-contract-table-row span + span {
    border-top: 1px solid #e3e0d9;
    border-left: 0;
  }

  .clean-contract-table-row.is-head {
    display: none;
  }
}

@media print {
  .clean-contract-page .site-header,
  .clean-contract-page .site-footer,
  .clean-contract-page .progress-bar,
  .clean-contract-page .clean-page-hero,
  .clean-contract-page .clean-document-toc,
  .clean-contract-page .ai-chat-wrap {
    display: none !important;
  }

  .clean-contract-page,
  .clean-contract-page main,
  .clean-contract-page .clean-document-section {
    background: #fff !important;
  }

  .clean-contract-page .clean-section {
    padding: 0;
    border: 0;
  }

  .clean-contract-page .clean-shell,
  .clean-contract-page .clean-document-layout {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .clean-contract-page .clean-document {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .clean-contract-page .clean-clause,
  .clean-contract-page .clean-contract-table,
  .clean-contract-page .clean-party-grid,
  .clean-contract-page .clean-document-foot {
    break-inside: avoid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-clean *,
  .home-clean *::before,
  .home-clean *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .home-clean.home-motion-ready .home-reveal {
    opacity: 1;
    transform: none;
  }
}
