:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #10233d;
  background: #f3f7fb;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

.public-site {
  min-width: 0;
  min-height: 100vh;
  margin: 0;
  background: #f3f7fb;
  color: #10233d;
  font-size: 15px;
  line-height: 1.5;
}

.public-site a {
  color: #075fc7;
  text-decoration: none;
}

.public-site a:hover {
  text-decoration: underline;
}

.public-site a:focus-visible,
.public-site button:focus-visible,
.public-site summary:focus-visible {
  outline: 3px solid rgb(7 102 214 / 32%);
  outline-offset: 3px;
}

.public-header {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px max(24px, calc((100% - 1180px) / 2));
  border-bottom: 1px solid #d9e3ee;
  background: #ffffff;
}

.public-brand {
  color: #10233d !important;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.public-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 20px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 650;
}

.public-header nav > a:not(.public-header-login):not(.landing-header-cta) {
  padding: 7px 0;
  color: #304a67;
}

.public-header nav > a:not(.public-header-login):not(.landing-header-cta):hover {
  color: #075fc7;
  text-decoration: none;
}

.public-header nav > a[aria-current="page"] {
  color: #075fc7;
  font-weight: 800;
}

.public-header-login {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #bfd1e5;
  border-radius: 8px;
  background: #ffffff;
}

.public-header-login:hover {
  border-color: #94b8dd;
  background: #f5f9fd;
  text-decoration: none !important;
}

.public-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.public-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: #657892;
  font-size: 13px;
}

.public-page-intro,
.public-request,
.public-related {
  border: 1px solid #d7e2ed;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgb(20 45 78 / 7%);
}

.public-page-intro {
  margin-bottom: 18px;
  padding: 32px;
}

.public-page-intro h1,
.public-request-hero h1 {
  margin: 0;
  color: #0b1f39;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.public-page-intro > p:last-child {
  max-width: 760px;
  margin: 14px 0 0;
  color: #5c7089;
  font-size: 16px;
}

.public-eyebrow {
  margin: 0 0 8px;
  color: #607690;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.public-request-list {
  display: grid;
  gap: 12px;
}

.public-request-archive {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid #d8e2ec;
}

.public-request-card[data-active="false"] {
  border-color: #dfe5eb;
  background: #f9fafb;
}

.public-empty-state {
  padding: clamp(28px, 5vw, 52px);
  border: 1px dashed #cbd8e6;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

.public-empty-state h2,
.public-empty-state p {
  margin: 0;
}

.public-empty-state p {
  margin-top: 8px;
  color: #5c6f85;
}

.public-request-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 28px;
  padding: 22px 24px;
  border: 1px solid #d7e2ed;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgb(20 45 78 / 5%);
}

.public-request-card h2 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
}

.public-request-card h2 a {
  color: #10233d;
}

.public-request-card p {
  margin: 0;
  color: #61738b;
}

.public-request-card .public-request-card-hint {
  margin-top: 12px;
  color: #71839a;
  font-size: 12px;
}

.public-request-card-positions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.public-request-card-positions a {
  display: block;
  min-width: 0;
  padding: 7px 9px;
  border-radius: 7px;
  background: #f5f8fc;
  color: #183451;
}

.public-request-card-positions a:hover {
  background: #edf4fb;
  text-decoration: none;
}

.public-request-card-positions strong,
.public-request-card-positions span {
  display: block;
  overflow-wrap: anywhere;
}

.public-request-card-positions strong {
  font-size: 13px;
  line-height: 1.35;
}

.public-request-card-positions span {
  margin-top: 2px;
  color: #6d8098;
  font-size: 11px;
}

.public-request-card dl {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr 1fr;
  gap: 18px;
  align-items: center;
  margin: 0;
}

.public-request-card dl div,
.public-facts dl div,
.public-terms dl div {
  min-width: 0;
}

.public-request-card dt,
.public-facts dt,
.public-terms dt {
  margin-bottom: 3px;
  color: #71839a;
  font-size: 12px;
}

.public-request-card dd,
.public-facts dd,
.public-terms dd {
  margin: 0;
  color: #19314e;
  font-weight: 650;
}

.public-request {
  overflow: hidden;
}

.public-request-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 42px;
  padding: 34px;
}

.public-lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: #536a84;
  font-size: 16px;
}

.public-request-state {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  border: 1px solid #d9e4ef;
  border-radius: 12px;
  background: #f7fafe;
}

.public-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #cbd9e8;
  border-radius: 999px;
  background: #edf3f9;
  color: #536a84;
  font-size: 12px;
  font-weight: 750;
}

.public-status[data-active="true"] {
  border-color: #a6dcd2;
  background: #e6f7f3;
  color: #087a6a;
}

.public-request-state > strong {
  font-size: 15px;
}

.public-primary-button,
.public-secondary-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.public-primary-button {
  border: 1px solid #0766d6;
  background: #0766d6;
  color: #ffffff !important;
  box-shadow: 0 6px 14px rgb(7 102 214 / 18%);
}

.public-primary-button:hover {
  background: #0059bf;
  text-decoration: none !important;
}

.public-secondary-button {
  border: 1px solid #bfd1e5;
  background: #ffffff;
  color: #075fc7 !important;
}

.public-secondary-button:hover {
  background: #f4f8fc;
  text-decoration: none !important;
}

.public-closed-action {
  color: #71839a;
  font-size: 13px;
}

.public-facts {
  padding: 24px 34px;
  border-top: 1px solid #e0e8f1;
  border-bottom: 1px solid #e0e8f1;
  background: #f9fbfd;
}

.public-facts dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 32px;
  margin: 0;
}

.public-section {
  padding: 30px 34px;
}

.public-section + .public-section {
  border-top: 1px solid #e0e8f1;
}

.public-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.public-section-heading h2,
.public-terms h2,
.public-related h2,
.public-auth-dialog h2 {
  margin: 0;
  color: #10233d;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.public-section-heading > strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #edf4fb;
  color: #075fc7;
}

.public-position-intro {
  max-width: 850px;
  margin: -4px 0 18px;
  color: #61758e;
  font-size: 14px;
}

.public-table-wrap {
  overflow-x: auto;
  border: 1px solid #d9e3ed;
  border-radius: 10px;
}

.public-site table {
  width: 100%;
  border-collapse: collapse;
}

.public-site th,
.public-site td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2e9f1;
  text-align: left;
  vertical-align: top;
}

.public-site th {
  background: #f5f8fb;
  color: #647790;
  font-size: 12px;
  font-weight: 750;
}

.public-site tr:last-child td {
  border-bottom: 0;
}

.public-site tbody tr {
  scroll-margin-top: 20px;
}

.public-site tbody tr:target td {
  background: #eef6ff;
}

.public-site td h3 {
  margin: 0;
  color: #19314e;
  font-size: 14px;
  line-height: 1.4;
}

.public-site td strong,
.public-site td span {
  display: block;
}

.public-site td span {
  margin-top: 3px;
  color: #71839a;
  font-size: 12px;
}

.public-terms > p:not(.public-eyebrow) {
  max-width: 850px;
  margin: 12px 0 20px;
  color: #4f6680;
}

.public-terms dl {
  margin: 0;
  padding: 16px 18px;
  border-radius: 9px;
  background: #f5f8fc;
}

.public-related {
  margin-top: 18px;
  padding: 28px;
}

.public-related .public-request-card {
  box-shadow: none;
}

.public-footer {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 max(32px, calc((100% - 1180px) / 2));
  border-top: 1px solid #d9e3ee;
  background: #ffffff;
  color: #71839a;
  font-size: 13px;
}

.public-auth-dialog {
  width: min(470px, calc(100% - 32px));
  padding: 28px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  color: #10233d;
  box-shadow: 0 28px 70px rgb(6 24 48 / 28%);
}

.public-auth-dialog::backdrop {
  background: rgb(8 24 46 / 58%);
  backdrop-filter: blur(2px);
}

.public-auth-dialog > p:not(.public-eyebrow, .public-privacy-note) {
  margin: 12px 0 22px;
  color: #5d718a;
}

.public-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid #d4e0eb;
  border-radius: 8px;
  background: #ffffff;
  color: #5f738c;
  font-size: 22px;
  cursor: pointer;
}

.public-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.public-privacy-note {
  margin: 18px 0 0;
  color: #7b8ca1;
  font-size: 12px;
}

.public-error {
  display: flex;
  min-height: calc(100vh - 136px);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.public-error h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
}

.public-error > p:not(.public-eyebrow) {
  margin: 12px 0 24px;
  color: #61758e;
}

/* Public information pages */
.info-site {
  --info-navy: #071d3b;
  --info-blue: #0766d6;
  --info-blue-soft: #edf5ff;
  --info-teal: #087a6a;
  --info-teal-soft: #eaf8f5;
  --info-border: #d7e2ed;
  --info-muted: #5c7089;
}

.info-page {
  padding-bottom: 72px;
}

.info-public-header {
  position: relative;
  z-index: 10;
}

.info-breadcrumbs {
  margin-bottom: 20px;
}

.info-audience,
.info-profile,
.info-visibility,
.info-capabilities,
.info-common-start,
.info-notifications,
.info-work-model,
.info-faq {
  min-width: 0;
}

.info-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 20px;
  padding: clamp(34px, 5vw, 58px);
  border-color: #153d6d;
  background:
    radial-gradient(circle at 92% 12%, rgb(63 154 255 / 24%), transparent 34%),
    linear-gradient(135deg, #071d3b 0%, #0b315d 58%, #0d477a 100%);
  box-shadow: 0 18px 44px rgb(7 29 59 / 18%);
}

.info-hero::after {
  position: absolute;
  z-index: -1;
  right: clamp(-86px, -5vw, -42px);
  bottom: clamp(-116px, -8vw, -70px);
  width: clamp(210px, 29vw, 390px);
  height: clamp(210px, 29vw, 390px);
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgb(255 255 255 / 3.5%),
    0 0 0 68px rgb(255 255 255 / 2.5%);
  content: "";
}

.info-hero .public-eyebrow {
  color: #8fc8ff;
}

.info-hero h1 {
  max-width: 900px;
  color: #ffffff;
  text-wrap: balance;
}

.info-hero > p:not(.public-eyebrow) {
  max-width: 880px;
  margin: 14px 0 0;
  color: #c7d9eb;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.65;
}

.info-hero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.info-hero__actions .public-secondary-button {
  border-color: rgb(255 255 255 / 52%);
  background: rgb(255 255 255 / 10%);
  color: #ffffff !important;
}

.info-hero__actions .public-secondary-button:hover {
  border-color: rgb(255 255 255 / 78%);
  background: rgb(255 255 255 / 17%);
}

.info-page__content {
  display: grid;
  gap: 20px;
}

.info-section,
.info-cta {
  border: 1px solid var(--info-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgb(20 45 78 / 6%);
}

.info-section {
  padding: clamp(26px, 4vw, 42px);
  scroll-margin-top: 24px;
}

.info-section__heading,
.info-role-flow__header {
  max-width: 850px;
  margin-bottom: 24px;
}

.info-section__heading h2,
.info-role-flow__header h2,
.info-cta h2 {
  margin: 0;
  color: #10233d;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.info-section__heading > p:not(.public-eyebrow),
.info-role-flow__header > p:not(.public-eyebrow),
.info-cta p:not(.public-eyebrow),
.info-principles > p {
  margin: 12px 0 0;
  color: var(--info-muted);
  line-height: 1.7;
}

.info-card-grid {
  display: grid;
  gap: 16px;
}

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

.info-card {
  position: relative;
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  background: #f8fafc;
}

.info-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #8aa4be;
  content: "";
}

.info-card--buyer {
  border-color: #c9def5;
  background: #f4f9ff;
}

.info-card--buyer::before {
  background: var(--info-blue);
}

.info-card--supplier {
  border-color: #c8e5df;
  background: #f2fbf9;
}

.info-card--supplier::before {
  background: var(--info-teal);
}

.info-card--required {
  border-color: #c9def5;
  background: #f4f9ff;
}

.info-card--required::before {
  background: var(--info-blue);
}

.info-card--optional {
  border-color: #c8e5df;
  background: #f2fbf9;
}

.info-card--optional::before {
  background: var(--info-teal);
}

.info-card h3,
.info-feature h3,
.info-flow__content h3 {
  margin: 0;
  color: #17314f;
  font-size: 17px;
  line-height: 1.35;
}

.info-card p,
.info-feature p,
.info-flow__content p {
  margin: 9px 0 0;
  color: #61758e;
  line-height: 1.65;
}

.info-profile-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: profile-field;
}

.info-profile-field {
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #dde7f0;
  border-radius: 10px;
  background: #f8fafc;
}

.info-profile-field > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: #e8f2fe;
  color: #075fc7;
  font-size: 12px;
  font-weight: 800;
}

.info-profile-field strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #29435f;
  font-size: 13px;
  line-height: 1.4;
}

.info-note {
  position: relative;
  margin: 18px 0 0;
  padding: 15px 18px 15px 46px;
  border: 1px solid #bdd6ef;
  border-radius: 10px;
  background: #f0f7ff;
  color: #365a7d;
  line-height: 1.55;
}

.info-note::before {
  position: absolute;
  top: 16px;
  left: 17px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #075fc7;
  color: #ffffff;
  content: "i";
  font-size: 12px;
  font-weight: 800;
}

.info-note--warning {
  border-color: #efd39a;
  background: #fff8e8;
  color: #75531b;
}

.info-note--warning::before {
  background: #b7791f;
  content: "!";
}

.info-note--warning strong {
  color: #5f4317;
}

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

.info-notification-steps > li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  min-width: 0;
  padding: 18px;
  gap: 11px;
  border: 1px solid #d9e5f0;
  border-radius: 11px;
  background: #f8fbff;
}

.info-notification-steps > li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #e6f1fe;
  color: #075fc7;
  font-size: 11px;
  font-weight: 850;
}

.info-notification-steps h3,
.info-notification-steps p,
.info-notification-options h3,
.info-notification-options p {
  margin: 0;
}

.info-notification-steps h3,
.info-notification-options h3 {
  color: #17314f;
  font-size: 15px;
  line-height: 1.35;
}

.info-notification-steps p,
.info-notification-options p {
  margin-top: 6px;
  color: #61758e;
  font-size: 13px;
  line-height: 1.55;
}

.info-notification-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.info-notification-options > article {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid #cfe0f1;
  border-radius: 10px;
  background: #f2f7fd;
}

.info-notification-options > article:nth-child(2) {
  border-color: #c9e4de;
  background: #f1faf8;
}

.info-notification-options > article:nth-child(3) {
  border-color: #d9dfeb;
  background: #f7f8fb;
}

.info-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-feature {
  position: relative;
  min-width: 0;
  padding: 20px 20px 20px 52px;
  border: 1px solid #dde7f0;
  border-radius: 11px;
  background: #fbfcfe;
}

.info-feature::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 18px;
  height: 18px;
  border: 5px solid #dbeafe;
  border-radius: 50%;
  background: #0766d6;
  content: "";
}

.info-principles {
  border-color: #c6d9ed;
  background:
    linear-gradient(90deg, rgb(7 102 214 / 7%), transparent 38%),
    #ffffff;
}

.info-principles > p {
  max-width: 940px;
  font-size: 16px;
}

.info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 4vw, 38px);
  border-color: #b9d1ea;
  background:
    radial-gradient(circle at 85% 10%, rgb(7 102 214 / 10%), transparent 38%),
    #f6faff;
}

.info-cta > div:first-child {
  max-width: 690px;
}

.info-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.info-role-flows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.info-role-flow {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
}

.info-role-flow--buyer {
  border-top: 4px solid var(--info-blue);
}

.info-role-flow--supplier {
  border-top: 4px solid var(--info-teal);
}

.info-role-flow__header {
  margin-bottom: 22px;
}

.info-role-flow__header h2 {
  font-size: clamp(21px, 2.2vw, 27px);
}

.info-role-flow--buyer .public-eyebrow {
  color: #075fc7;
}

.info-role-flow--supplier .public-eyebrow {
  color: #087a6a;
}

.info-flow {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-flow::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 21px;
  width: 2px;
  background: #d9e5f0;
  content: "";
}

.info-flow__step {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  min-width: 0;
  scroll-margin-top: 22px;
}

.info-flow__number {
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #e8f2fe;
  box-shadow: 0 0 0 1px #c4d8ec;
  color: #075fc7;
  font-size: 11px;
  font-weight: 850;
}

.info-role-flow--supplier .info-flow__number {
  border-color: #ffffff;
  background: var(--info-teal-soft);
  box-shadow: 0 0 0 1px #b8ddd5;
  color: var(--info-teal);
}

.info-flow__content {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #dce6ef;
  border-radius: 10px;
  background: #fafcfe;
}

.info-flow__content h3 {
  font-size: 15px;
}

.info-flow__content p {
  font-size: 13px;
}

.info-flow__step:target .info-flow__content {
  border-color: #8cb9e7;
  background: #f0f7ff;
  box-shadow: 0 0 0 3px rgb(7 102 214 / 10%);
}

.info-decision-map {
  overflow: hidden;
}

.info-decision-flow {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.info-decision-flow__item {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  padding: 18px 15px;
  border: 1px solid #d8e3ed;
  border-radius: 11px;
  background: #f8fafc;
}

.info-decision-flow__item::before {
  width: 28px;
  height: 4px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: #8ba2ba;
  content: "";
}

.info-decision-flow__item:nth-of-type(1)::before,
.info-decision-flow__item:nth-of-type(5)::before {
  background: var(--info-blue);
}

.info-decision-flow__item:last-child::before {
  background: var(--info-teal);
}

.info-decision-flow__item strong {
  color: #17314f;
  font-size: 14px;
  line-height: 1.35;
}

.info-decision-flow__item span {
  margin-top: 7px;
  color: #667a92;
  font-size: 12px;
  line-height: 1.5;
}

.info-decision-flow__arrow {
  display: grid;
  width: 22px;
  flex: 0 0 22px;
  place-items: center;
  color: #7c92aa;
  font-size: 21px;
  font-weight: 700;
}

.info-faq__list {
  display: grid;
  gap: 10px;
}

.info-faq__item {
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  background: #fafcfe;
}

.info-faq__item[open] {
  border-color: #b9d2ec;
  background: #ffffff;
  box-shadow: 0 5px 14px rgb(20 45 78 / 5%);
}

.info-faq__item summary {
  position: relative;
  padding: 17px 52px 17px 18px;
  color: #1d3856;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.info-faq__item summary::-webkit-details-marker {
  display: none;
}

.info-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e8f2fe;
  color: #075fc7;
  content: "+";
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
}

.info-faq__item[open] summary::after {
  content: "−";
}

.info-faq__item summary:hover {
  color: #075fc7;
}

.info-faq__item p {
  margin: 0;
  padding: 0 18px 18px;
  color: #5c7089;
  line-height: 1.65;
}

.info-public-footer {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.info-public-footer > a:first-of-type {
  margin-left: auto;
}

/* Embedded pages live inside the authenticated workspace. */
.info-site--embed {
  --info-embed-gutter: clamp(20px, 2vw, 32px);
  --info-embed-gap: clamp(16px, 1.25vw, 20px);
  min-width: 0;
  min-height: 0;
  background: transparent;
}

.info-site--embed .info-page {
  width: 100%;
  max-width: 1664px;
  margin-inline: auto;
  padding:
    var(--info-embed-gutter)
    var(--info-embed-gutter)
    max(88px, calc(72px + env(safe-area-inset-bottom)));
}

.info-site--embed .info-hero {
  margin-bottom: var(--info-embed-gap);
  padding: clamp(24px, 4vw, 40px);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgb(7 29 59 / 14%);
}

.info-site--embed .info-hero h1 {
  font-size: clamp(26px, 4vw, 38px);
}

.info-site--embed .info-page__content {
  gap: var(--info-embed-gap);
}

.info-site--embed .info-section,
.info-site--embed .info-cta {
  border-radius: 12px;
  box-shadow: 0 4px 14px rgb(20 45 78 / 5%);
}

.info-site--embed .info-section {
  padding: clamp(22px, 3.2vw, 34px);
}

.info-site--embed .info-cta {
  padding: clamp(22px, 3.2vw, 32px);
}

@media (hover: hover) {
  .public-primary-button,
  .public-secondary-button,
  .public-header-login,
  .info-card,
  .info-feature,
  .info-flow__content,
  .info-faq__item {
    transition:
      border-color 160ms ease,
      background-color 160ms ease,
      box-shadow 160ms ease,
      transform 160ms ease;
  }

  .info-card:hover,
  .info-feature:hover,
  .info-flow__content:hover {
    border-color: #bfd4e8;
    box-shadow: 0 8px 18px rgb(20 45 78 / 7%);
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .public-site *,
  .public-site *::before,
  .public-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1020px) {
  .public-header {
    gap: 16px;
    padding-inline: 20px;
  }

  .public-header nav {
    gap: 6px 14px;
    font-size: 13px;
  }

  .info-role-flows {
    grid-template-columns: 1fr;
  }

  .info-decision-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .info-decision-flow__arrow {
    width: 100%;
    height: 20px;
    transform: rotate(90deg);
  }

  .info-decision-flow__item {
    min-height: 100px;
  }
}

@media (max-width: 860px) {
  .public-request-card,
  .public-request-hero {
    grid-template-columns: 1fr;
  }

  .public-request-card dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .public-request-card-positions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-request-state {
    align-items: flex-start;
  }

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

  .info-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .info-cta__actions {
    justify-content: flex-start;
  }

  .info-notification-steps,
  .info-notification-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .public-header {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
    padding: 12px 16px;
  }

  .public-brand {
    align-self: flex-start;
  }

  .public-header nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    font-size: 13px;
  }

  .public-header nav > a:not(.public-header-login),
  .public-header-login {
    display: flex;
    min-width: 0;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    border: 1px solid #e0e8f1;
    border-radius: 8px;
    background: #f7f9fc;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .public-header nav > a[aria-current="page"] {
    border-color: #c1d8ef;
    background: #edf5ff;
  }

  .public-header-login {
    border-color: #bfd1e5;
    background: #ffffff;
  }
}

@media (max-width: 620px) {
  .info-site--embed {
    --info-embed-gutter: 12px;
    --info-embed-gap: 14px;
  }

  .public-header {
    min-height: 0;
    padding: 12px 16px;
  }

  .public-header nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .public-header nav > a:first-child {
    display: flex;
  }

  .public-header nav .public-header-login {
    grid-column: 1 / -1;
  }

  .public-container {
    width: min(100% - 24px, 1180px);
    padding: 18px 0 36px;
  }

  .public-page-intro,
  .public-request-hero,
  .public-section,
  .public-related {
    padding: 22px 18px;
  }

  .public-facts {
    padding: 20px 18px;
  }

  .public-request-card {
    padding: 18px;
  }

  .public-request-card dl,
  .public-facts dl {
    grid-template-columns: 1fr 1fr;
  }

  .public-request-card-positions {
    grid-template-columns: 1fr;
  }

  .public-table-wrap {
    overflow: visible;
    border: 0;
  }

  .public-site table,
  .public-site thead,
  .public-site tbody,
  .public-site tr,
  .public-site td {
    display: block;
    width: 100%;
  }

  .public-site thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .public-site tr {
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #d9e3ed;
    border-radius: 10px;
  }

  .public-site td {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
    border: 0;
  }

  .public-site td::before {
    content: attr(data-label);
    color: #75879d;
    font-size: 12px;
    font-weight: 700;
  }

  .public-dialog-actions {
    grid-template-columns: 1fr;
  }

  .public-footer {
    min-height: 64px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 18px 16px;
  }

  .info-public-footer > span {
    width: 100%;
  }

  .info-public-footer > a:first-of-type {
    margin-left: 0;
  }

  .info-hero {
    padding: 26px 20px;
    border-radius: 12px;
  }

  .info-hero h1 {
    font-size: clamp(25px, 9vw, 34px);
  }

  .info-hero > p:not(.public-eyebrow) {
    font-size: 15px;
    line-height: 1.6;
  }

  .info-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .info-hero__actions .public-primary-button,
  .info-hero__actions .public-secondary-button {
    width: 100%;
  }

  .info-page__content {
    gap: 12px;
  }

  .info-section,
  .info-cta,
  .info-site--embed .info-section,
  .info-site--embed .info-cta {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .info-section__heading,
  .info-role-flow__header {
    margin-bottom: 18px;
  }

  .info-card-grid--two,
  .info-profile-fields,
  .info-feature-list,
  .info-notification-steps,
  .info-notification-options {
    grid-template-columns: 1fr;
  }

  .info-notification-steps > li {
    padding: 15px;
  }

  .info-card {
    padding: 20px;
  }

  .info-feature {
    padding: 18px 18px 18px 49px;
  }

  .info-feature::before {
    top: 18px;
    left: 16px;
  }

  .info-role-flow {
    padding: 22px 18px;
  }

  .info-flow__step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .info-flow::before {
    left: 18px;
  }

  .info-flow__number {
    width: 38px;
    height: 38px;
    border-width: 3px;
  }

  .info-flow__content {
    padding: 13px 14px;
  }

  .info-decision-flow__item {
    min-height: 0;
  }

  .info-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .info-cta__actions .public-primary-button,
  .info-cta__actions .public-secondary-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .public-header nav {
    font-size: 12px;
  }

  .public-header nav > a:not(.public-header-login),
  .public-header-login {
    padding-inline: 5px;
  }

  .public-container {
    width: min(100% - 20px, 1180px);
  }

  .info-site--embed .info-page {
    width: 100%;
  }

  .info-profile-field {
    align-items: flex-start;
    padding: 10px;
  }

  .info-faq__item summary {
    padding-left: 15px;
  }
}

/* Public SEO landing pages */
.landing-site {
  --landing-navy: #071d3b;
  --landing-blue: #0766d6;
  --landing-blue-soft: #eef6ff;
  --landing-teal: #087a6a;
  --landing-teal-soft: #edf9f6;
  --landing-border: #d7e2ed;
  --landing-muted: #5c7089;
}

.landing-public-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 68px;
  box-shadow: 0 5px 20px rgb(14 38 68 / 5%);
}

.landing-public-header nav > a[aria-current="page"] {
  color: var(--landing-blue);
  font-weight: 800;
}

.landing-header-cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--landing-blue);
  border-radius: 8px;
  background: var(--landing-blue);
  color: #ffffff !important;
  box-shadow: 0 5px 12px rgb(7 102 214 / 16%);
}

.landing-header-cta:hover {
  border-color: #0059bf;
  background: #0059bf;
  text-decoration: none !important;
}

.landing-page {
  width: min(1320px, calc(100% - 40px));
  padding-top: 24px;
  padding-bottom: 76px;
}

.landing-breadcrumbs {
  margin-bottom: 16px;
}

.landing-hero {
  display: grid;
  min-height: 550px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  border: 1px solid #153d6d;
  border-radius: 18px;
  background: var(--landing-navy);
  color: #ffffff;
  box-shadow: 0 20px 52px rgb(7 29 59 / 18%);
}

.landing-hero__copy {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 68px);
}

.landing-hero__copy .public-eyebrow {
  margin-bottom: 14px;
  color: #8fc8ff;
}

.landing-hero--supplier .landing-hero__copy .public-eyebrow {
  color: #86ded0;
}

.landing-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.landing-hero__copy > p:not(.public-eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: #c7d9eb;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.65;
}

.landing-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.landing-hero-actions .public-primary-button,
.landing-hero-actions .public-secondary-button {
  min-height: 48px;
  padding-inline: 22px;
}

.landing-hero-actions .public-secondary-button {
  border-color: rgb(255 255 255 / 50%);
  background: rgb(255 255 255 / 8%);
  color: #ffffff !important;
}

.landing-hero-actions .public-secondary-button:hover {
  border-color: rgb(255 255 255 / 76%);
  background: rgb(255 255 255 / 14%);
}

.landing-text-link {
  min-height: 44px;
  padding: 11px 6px;
  color: #a9d2ff !important;
  font-weight: 750;
}

.landing-hero-points {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.landing-hero-points li {
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 7px;
  background: rgb(255 255 255 / 7%);
  color: #d7e6f4;
  font-size: 12px;
  font-weight: 700;
}

.landing-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 550px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgb(255 255 255 / 12%);
  background: #0b315d;
}

.landing-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.landing-hero__visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 15px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 10px;
  background: rgb(7 29 59 / 86%);
  color: #e7f2fc;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.landing-page__content {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.landing-section,
.landing-final-cta,
.landing-feature-row > article {
  border: 1px solid var(--landing-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgb(20 45 78 / 6%);
}

.landing-section {
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
}

.landing-section-heading {
  max-width: 880px;
  margin-bottom: 26px;
}

.landing-section-heading--action {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.landing-section-heading h2,
.landing-feature-row h2,
.landing-final-cta h2 {
  margin: 0;
  color: #10233d;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.landing-section-heading > p:not(.public-eyebrow),
.landing-feature-row article > p:not(.public-eyebrow),
.landing-final-cta p:not(.public-eyebrow) {
  margin: 12px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.7;
}

.landing-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.landing-role-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid #c9def5;
  border-radius: 13px;
  background: var(--landing-blue-soft);
}

.landing-role-card--supplier {
  border-color: #c8e5df;
  background: var(--landing-teal-soft);
}

.landing-role-label {
  margin: 0 0 16px;
  color: var(--landing-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.landing-role-card--supplier .landing-role-label {
  color: var(--landing-teal);
}

.landing-role-card h3 {
  margin: 0;
  color: #10233d;
  font-size: 23px;
  line-height: 1.25;
}

.landing-role-card > p:not(.landing-role-label) {
  margin: 12px 0 20px;
  color: #546b84;
  line-height: 1.7;
}

.landing-role-card a,
.landing-card-link {
  font-weight: 800;
}

.landing-role-card--supplier a {
  color: var(--landing-teal);
}

.landing-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.landing-steps li {
  min-width: 0;
  min-height: 146px;
  padding: 19px;
  border: 1px solid #dbe5ef;
  border-radius: 11px;
  background: #f8fafc;
}

.landing-steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 50%;
  background: #e6f1fe;
  color: var(--landing-blue);
  font-size: 13px;
  font-weight: 850;
}

.landing-steps li strong {
  display: block;
  color: #233d5a;
  font-size: 14px;
  line-height: 1.45;
}

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

.landing-request-card {
  display: flex;
  min-width: 0;
  min-height: 272px;
  padding: 20px;
  border: 1px solid #d8e3ee;
  border-radius: 12px;
  background: #fbfdff;
  flex-direction: column;
}

.landing-request-card__top,
.landing-request-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  color: #6a7e96;
  font-size: 11px;
  font-weight: 700;
}

.landing-request-card__top > span:last-child {
  padding: 4px 7px;
  border-radius: 999px;
  background: #e7f7f3;
  color: var(--landing-teal);
}

.landing-request-card h3 {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.35;
}

.landing-request-card h3 a {
  color: #10233d;
}

.landing-request-card ul {
  display: grid;
  gap: 5px;
  margin: 14px 0 18px;
  padding: 0 0 0 18px;
  color: #506780;
  font-size: 13px;
}

.landing-request-card__meta {
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #e1e9f1;
}

.landing-card-link {
  margin-top: 14px;
}

.landing-empty {
  display: grid;
  gap: 5px;
  padding: 26px;
  border: 1px dashed #cbd8e6;
  border-radius: 12px;
  background: #f8fbff;
  color: #5c7089;
}

.landing-empty strong {
  color: #28425f;
}

.landing-directory-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.landing-directory-grid a {
  display: grid;
  min-height: 126px;
  align-content: space-between;
  gap: 18px;
  padding: 19px;
  border: 1px solid #dbe5ef;
  border-radius: 11px;
  background: #f8fafc;
  color: #17314f;
}

.landing-directory-grid a:hover {
  border-color: #9dc2e8;
  background: #f2f8ff;
  text-decoration: none;
}

.landing-directory-grid strong {
  font-size: 16px;
}

.landing-directory-grid span {
  color: #667b93;
  font-size: 12px;
  line-height: 1.5;
}

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

.landing-boundary-grid > div,
.landing-compact-grid > article {
  padding: 24px;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  background: #f8fafc;
}

.landing-boundary-grid > div:first-child {
  border-color: #c9def5;
  background: var(--landing-blue-soft);
}

.landing-boundary-grid h3,
.landing-compact-grid h3 {
  margin: 0;
  color: #17314f;
  font-size: 18px;
}

.landing-boundary-grid ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding-left: 19px;
  color: #536b85;
}

.landing-compact-grid p {
  margin: 10px 0 0;
  color: #5c7089;
  line-height: 1.65;
}

.landing-feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.landing-feature-row > article {
  min-width: 0;
  padding: clamp(28px, 4vw, 42px);
}

.landing-feature-row > article:first-child {
  border-color: #c9def5;
  background: var(--landing-blue-soft);
}

.landing-feature-row > article:last-child {
  border-color: #c8e5df;
  background: var(--landing-teal-soft);
}

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

.landing-offer-fields li {
  display: grid;
  gap: 4px;
  padding: 17px;
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  background: #f8fafc;
}

.landing-offer-fields strong {
  color: #1b3654;
}

.landing-offer-fields span {
  color: #657a92;
  font-size: 13px;
}

.landing-faq__list {
  display: grid;
  gap: 8px;
}

.landing-faq details {
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  background: #fbfdff;
}

.landing-faq summary {
  padding: 17px 46px 17px 18px;
  color: #233d5a;
  font-weight: 750;
  cursor: pointer;
}

.landing-faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #5c7089;
  line-height: 1.7;
}

.landing-final-cta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(30px, 4vw, 48px);
  border-color: #bcd6f0;
  background: #f0f7ff;
}

.landing-final-cta > div:first-child {
  max-width: 760px;
}

.landing-final-cta > div:last-child {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.landing-public-footer {
  justify-content: flex-start;
}

.landing-public-footer > a:first-of-type {
  margin-left: auto;
}

@media (max-width: 1120px) {
  .landing-public-header nav > a:nth-child(4),
  .landing-public-header nav > a:nth-child(5) {
    display: none;
  }

  .landing-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  }

  .landing-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .landing-page {
    width: min(100% - 28px, 1320px);
  }

  .landing-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .landing-hero__visual {
    min-height: 320px;
    border-top: 1px solid rgb(255 255 255 / 12%);
    border-left: 0;
  }

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

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

  .landing-section-heading--action,
  .landing-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-public-footer > a:first-of-type {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .landing-public-header {
    position: relative;
  }

  .landing-public-header nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-public-header nav > a:nth-child(3) {
    display: flex;
  }

  .landing-public-header nav .public-header-login,
  .landing-public-header nav .landing-header-cta {
    grid-column: auto;
  }

  .landing-public-header nav > a.landing-header-cta {
    grid-column: 1 / -1;
    border-color: var(--landing-blue);
    background: var(--landing-blue);
    color: #ffffff !important;
  }

  .landing-hero__copy {
    padding: 32px 22px;
  }

  .landing-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .landing-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .landing-hero-actions .public-primary-button,
  .landing-hero-actions .public-secondary-button,
  .landing-text-link {
    width: 100%;
  }

  .landing-text-link {
    text-align: center;
  }

  .landing-role-grid,
  .landing-feature-row,
  .landing-boundary-grid,
  .landing-compact-grid,
  .landing-request-grid,
  .landing-offer-fields {
    grid-template-columns: 1fr;
  }

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

  .landing-final-cta > div:last-child,
  .landing-final-cta .public-primary-button,
  .landing-final-cta .public-secondary-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .landing-page {
    width: min(100% - 20px, 1320px);
    padding-top: 12px;
  }

  .landing-hero {
    border-radius: 13px;
  }

  .landing-hero__copy {
    padding: 28px 18px;
  }

  .landing-hero__visual {
    min-height: 250px;
  }

  .landing-hero__visual figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .landing-section,
  .landing-feature-row > article,
  .landing-final-cta {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .landing-section-heading {
    margin-bottom: 20px;
  }

  .landing-steps,
  .landing-steps--4,
  .landing-directory-grid {
    grid-template-columns: 1fr;
  }

  .landing-steps li {
    min-height: 0;
  }

  .landing-steps li > span {
    margin-bottom: 16px;
  }

  .landing-role-card {
    padding: 22px;
  }
}

/* SEO homepage structure and accessibility refinements (2026-09-02). */
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  min-height: 44px;
  padding: 11px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgb(17 38 63 / 20%);
  color: #075fc6;
  font-weight: 750;
}

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

#main-content,
#kak-rabotaet,
#sravnenie-predlozheniy {
  scroll-margin-top: 84px;
}

.public-site a:focus-visible,
.public-site button:focus-visible,
.public-site summary:focus-visible {
  outline: 3px solid #0b63ce;
  outline-offset: 3px;
}

.landing-menu-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  padding: 8px 12px;
  gap: 7px;
  border: 1px solid #cbd8e5;
  border-radius: 8px;
  background: #ffffff;
  color: #173552;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.landing-menu-toggle svg {
  display: block;
  width: 18px;
  height: 18px;
}

.landing-site[data-landing-page="home"] .home-process {
  left: auto;
  width: auto;
  margin-left: 0;
}

.landing-site[data-landing-page="home"] .product-preview__disclaimer {
  margin: 0 22px 14px;
  color: var(--landing-muted);
  font-size: 10px;
  line-height: 1.5;
}

.landing-site[data-landing-page="home"] .product-preview__request > a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #bdd4ed;
  border-radius: 8px;
  color: var(--landing-blue);
  font-size: 11px;
  font-weight: 750;
}

.landing-site[data-landing-page="home"] .product-preview__table {
  display: table;
  width: calc(100% - 44px);
  margin: 0 22px 18px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.landing-site[data-landing-page="home"] .product-preview__table > thead {
  display: table-header-group;
  min-width: 0;
}

.landing-site[data-landing-page="home"] .product-preview__table > tbody {
  display: table-row-group;
  min-width: 0;
}

.landing-site[data-landing-page="home"] .product-preview__table tr {
  display: table-row;
  min-width: 0;
}

.landing-site[data-landing-page="home"] .product-preview__table thead th,
.landing-site[data-landing-page="home"] .product-preview__table td {
  display: table-cell;
  height: 48px;
  padding: 9px 13px;
  border: 0;
  border-top: 1px solid #e8edf2;
  color: #40566c;
  font-size: 11px;
  text-align: left;
  vertical-align: middle;
}

.landing-site[data-landing-page="home"] .product-preview__table thead th {
  height: 38px;
  border-top: 0;
  background: #f7f9fb;
  color: #6c7c8c;
  font-size: 9px;
  font-weight: 750;
}

.landing-site[data-landing-page="home"] .product-preview__table th:first-child,
.landing-site[data-landing-page="home"] .product-preview__table td:first-child {
  width: 56%;
}

.landing-site[data-landing-page="home"] .product-preview__table td strong,
.landing-site[data-landing-page="home"] .product-preview__table td small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .product-preview__table td small {
  margin-top: 2px;
  color: var(--landing-muted);
  font-size: 9px;
}

.landing-site[data-landing-page="home"] .landing-request-card__positions {
  display: grid;
  grid-area: items;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.landing-site[data-landing-page="home"] .landing-request-card__positions ul {
  grid-area: auto;
}

.landing-site[data-landing-page="home"] .landing-request-card__more {
  margin: 0;
  color: var(--landing-blue);
  font-size: 10px;
  font-weight: 700;
}

.landing-empty h3,
.landing-empty p {
  margin: 0;
}

.landing-empty h3 {
  color: #28425f;
  font-size: 17px;
}

.landing-empty__actions {
  display: flex;
  align-items: center;
  margin-top: 14px;
  gap: 16px;
  flex-wrap: wrap;
}

.landing-empty--error {
  border-style: solid;
  border-color: #e2c8c8;
  background: #fffafa;
}

.landing-site[data-landing-page="home"] .comparison-board__demo-label,
.landing-site[data-landing-page="home"] .comparison-board__disclaimer {
  margin: 0;
  padding: 10px 18px;
  color: var(--landing-muted);
  font-size: 10px;
  line-height: 1.5;
}

.landing-site[data-landing-page="home"] .comparison-board__demo-label {
  border-bottom: 1px solid var(--landing-border);
  background: #fff8e8;
  color: #785c16;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.landing-site[data-landing-page="home"] .comparison-board__table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.landing-site[data-landing-page="home"] .comparison-board__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #40566c;
  font-size: 11px;
}

.landing-site[data-landing-page="home"] .comparison-board__table th,
.landing-site[data-landing-page="home"] .comparison-board__table td {
  padding: 13px 12px;
  border-top: 1px solid var(--landing-border);
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.landing-site[data-landing-page="home"] .comparison-board__table thead th {
  background: #f7f9fb;
  color: #64768a;
  font-size: 9px;
  font-weight: 750;
}

.landing-site[data-landing-page="home"] .comparison-board__table tbody th {
  color: var(--landing-navy);
  font-weight: 750;
}

.landing-site[data-landing-page="home"] .comparison-board__table tr.comparison-board__row--selected {
  display: table-row;
  background: var(--landing-blue-soft);
  box-shadow: inset 3px 0 var(--landing-blue);
}

.landing-site[data-landing-page="home"] .comparison-board__offer small {
  grid-column: 1 / -1;
  color: var(--landing-muted);
  font-size: 10px;
}

.landing-site[data-landing-page="home"] .comparison-board__disclaimer {
  border-top: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"] .home-privacy__rules {
  display: grid;
  margin: 40px 0 0;
  padding: 28px 0 0;
  gap: 14px;
  border-top: 1px solid var(--landing-border-strong);
  color: #40566c;
  font-size: 13px;
  line-height: 1.6;
  list-style: none;
}

.landing-site[data-landing-page="home"] .home-privacy__rules li {
  position: relative;
  padding-left: 24px;
}

.landing-site[data-landing-page="home"] .home-privacy__rules li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--landing-blue);
  content: "—";
  font-weight: 800;
}

.landing-site[data-landing-page="home"] .home-reference__copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.landing-site[data-landing-page="home"] .home-reference__copy strong {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
}

.landing-site[data-landing-page="home"] .home-reference__copy small {
  color: var(--landing-muted);
  font-size: 11px;
  line-height: 1.45;
}

.landing-faq__item {
  border-bottom: 1px solid var(--landing-border, #d7e2ed);
}

.landing-faq__item h3 {
  margin: 0;
}

.landing-faq__item button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 68px;
  padding: 20px 46px 20px 0;
  border: 0;
  background: transparent;
  color: #173552;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.landing-faq__item button::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: var(--landing-blue, #0766d6);
  content: "+";
  font-size: 23px;
  font-weight: 400;
}

.landing-faq__item button[aria-expanded="true"]::after {
  content: "−";
}

.landing-faq__item [data-landing-faq-panel] {
  padding: 0 46px 22px 0;
}

.landing-faq__item [data-landing-faq-panel] p {
  margin: 0;
  color: #5c7089;
  font-size: 13px;
  line-height: 1.7;
}

.landing-faq__item [hidden] {
  display: none;
}

.landing-final-cta small {
  display: block;
  max-width: 720px;
  margin-top: 12px;
  color: var(--landing-muted, #5c7089);
  font-size: 12px;
  line-height: 1.55;
}

.landing-public-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px;
}

.landing-footer-summary {
  display: grid;
  gap: 7px;
}

.landing-footer-summary strong {
  color: #173552;
  font-size: 16px;
}

.landing-footer-summary p,
.landing-footer-summary span {
  max-width: 440px;
  margin: 0;
  color: #5c7089;
  font-size: 12px;
  line-height: 1.55;
}

.landing-public-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px 24px;
  flex-wrap: wrap;
}

.landing-public-footer nav a {
  color: #40566c;
  font-size: 12px;
  font-weight: 650;
}

@media (max-width: 1120px) {
  .landing-public-header {
    position: sticky;
  }

  .landing-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .landing-public-header nav,
  .landing-site[data-landing-page="home"] .landing-public-header nav {
    position: absolute;
    z-index: 40;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: grid;
    width: auto;
    max-height: calc(100vh - 86px);
    align-items: stretch;
    justify-content: stretch;
    margin: 0;
    padding: 12px;
    overflow-y: auto;
    gap: 4px;
    border: 1px solid #d5e0eb;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgb(17 38 63 / 16%);
  }

  .landing-public-header nav > a,
  .landing-site[data-landing-page="home"] .landing-public-header nav > a,
  .landing-site[data-landing-page="home"] .landing-public-header nav > a:nth-child(n) {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    padding: 9px 12px;
  }

  .landing-site.landing-menu-ready .landing-public-header nav[data-open="false"] {
    display: none;
  }

  .landing-site.landing-menu-ready .landing-public-header nav[data-open="true"] {
    display: grid;
  }
}

@media (min-width: 1121px) {
  .landing-menu-toggle {
    display: none !important;
  }

  .landing-public-header nav,
  .landing-site[data-landing-page="home"] .landing-public-header nav {
    display: flex;
  }

  .landing-public-header nav > a,
  .landing-site[data-landing-page="home"] .landing-public-header nav > a:nth-child(n) {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .landing-site[data-landing-page="home"] .product-preview__disclaimer {
    margin-right: 16px;
    margin-left: 16px;
  }

  .landing-site[data-landing-page="home"] .product-preview__table {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
    overflow: visible;
  }

  .landing-site[data-landing-page="home"] .product-preview__table > thead,
  .landing-site[data-landing-page="home"] .product-preview__table > tbody,
  .landing-site[data-landing-page="home"] .product-preview__table tr {
    min-width: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table th,
  .landing-site[data-landing-page="home"] .product-preview__table td {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
  }

  .landing-site[data-landing-page="home"] .product-preview__table th:first-child,
  .landing-site[data-landing-page="home"] .product-preview__table td:first-child {
    width: 50%;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table-wrap {
    overflow: visible;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table {
    display: block;
    min-width: 0;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table tbody {
    display: grid;
    padding: 12px;
    gap: 12px;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table tr,
  .landing-site[data-landing-page="home"] .comparison-board__table tr.comparison-board__row--selected {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--landing-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table tr.comparison-board__row--selected {
    border-color: #9ac3f0;
    background: var(--landing-blue-soft);
    box-shadow: inset 3px 0 var(--landing-blue);
  }

  .landing-site[data-landing-page="home"] .comparison-board__table tbody th {
    display: block;
    grid-column: 1 / -1;
    padding: 12px;
    border-top: 0;
    border-bottom: 1px solid var(--landing-border);
  }

  .landing-site[data-landing-page="home"] .comparison-board__table td {
    display: grid;
    padding: 10px 12px;
    gap: 3px;
    border-top: 0;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table td::before {
    color: var(--landing-muted);
    content: attr(data-label);
    font-size: 9px;
    font-weight: 750;
  }

  .landing-site[data-landing-page="home"] .landing-request-card__positions ul {
    display: grid;
  }

  .landing-site[data-landing-page="home"] .home-privacy__rules {
    margin-top: 28px;
    padding-top: 22px;
  }

  .landing-site[data-landing-page="home"] .home-reference__copy strong {
    font-size: 14px;
  }

  .landing-site[data-landing-page="home"] .home-reference__copy small {
    font-size: 10px;
  }

  .landing-faq__item button {
    min-height: 64px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 14px;
  }

  .landing-public-footer {
    grid-template-columns: minmax(0, 1fr);
    padding: 32px 16px;
    gap: 24px;
  }

  .landing-public-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px 16px;
  }

  .landing-public-footer nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  .landing-empty__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-empty__actions > * {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skip-link,
  .landing-menu-toggle,
  .landing-faq__item button,
  .landing-site[data-landing-page="home"] .landing-request-card,
  .landing-site[data-landing-page="home"] .home-reference__link > svg {
    scroll-behavior: auto;
    transition: none !important;
  }
}

/*
 * Home landing, 2026 redesign.
 *
 * This layer deliberately reuses the restrained visual language of the current
 * workspace while remaining isolated from the public archive and SEO detail
 * pages. Product UI is the main visual proof; supporting sections are editorial
 * bands and ruled lists rather than a collection of decorative cards.
 */
.landing-site[data-landing-page="home"] {
  --landing-canvas: #f4f7fa;
  --landing-surface: #ffffff;
  --landing-surface-subtle: #f8fafc;
  --landing-surface-muted: #eef3f7;
  --landing-navy: #11263f;
  --landing-navy-deep: #0b1d31;
  --landing-blue: #0b5ed7;
  --landing-blue-hover: #0755c9;
  --landing-blue-soft: #eaf2ff;
  --landing-graphite: #263442;
  --landing-muted: #596b7d;
  --landing-faint: #66788a;
  --landing-border: #dce4eb;
  --landing-border-strong: #cbd6df;
  --landing-success: #14877a;
  --landing-success-soft: #e4f5f2;
  --landing-warning: #b57408;
  --landing-warning-soft: #fff4d9;
  --landing-radius-sm: 8px;
  --landing-radius: 10px;
  --landing-shadow-sm: 0 2px 8px rgb(17 38 63 / 6%);
  --landing-shadow-product: 0 24px 70px rgb(17 38 63 / 14%);
  min-width: 0;
  overflow-x: clip;
  background: var(--landing-canvas);
  color: var(--landing-graphite);
}

.landing-site[data-landing-page="home"] .landing-public-header {
  min-height: 68px;
  border-bottom: 1px solid var(--landing-border);
  background: rgb(255 255 255 / 96%);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.landing-site[data-landing-page="home"] .landing-public-header.public-header {
  padding-right: max(24px, calc((100% - 1240px) / 2));
  padding-left: max(24px, calc((100% - 1240px) / 2));
}

.landing-site[data-landing-page="home"] .public-brand {
  color: var(--landing-navy-deep) !important;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.015em;
}

.landing-site[data-landing-page="home"] .landing-public-header nav {
  gap: 8px 24px;
  color: var(--landing-muted);
  font-size: 13px;
  font-weight: 650;
}

.landing-site[data-landing-page="home"]
  .landing-public-header
  nav
  > a:not(.public-header-login):not(.landing-header-cta) {
  color: #40566c;
}

.landing-site[data-landing-page="home"]
  .landing-public-header
  nav
  > a:not(.public-header-login):not(.landing-header-cta):hover,
.landing-site[data-landing-page="home"]
  .landing-public-header
  nav
  > a[aria-current="page"] {
  color: var(--landing-blue);
  text-decoration: none;
}

.landing-site[data-landing-page="home"] .public-header-login,
.landing-site[data-landing-page="home"] .landing-header-cta,
.landing-site[data-landing-page="home"] .public-primary-button,
.landing-site[data-landing-page="home"] .public-secondary-button {
  min-height: 42px;
  border-radius: var(--landing-radius-sm);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 100ms ease;
}

.landing-site[data-landing-page="home"] .landing-header-cta,
.landing-site[data-landing-page="home"] .public-primary-button {
  border-color: var(--landing-blue);
  background: var(--landing-blue);
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgb(11 94 215 / 16%);
}

.landing-site[data-landing-page="home"] .landing-header-cta:hover,
.landing-site[data-landing-page="home"] .public-primary-button:hover {
  border-color: var(--landing-blue-hover);
  background: var(--landing-blue-hover);
  color: #ffffff !important;
  text-decoration: none;
}

.landing-site[data-landing-page="home"] .public-secondary-button,
.landing-site[data-landing-page="home"] .public-header-login {
  border-color: #bcd1ef;
  background: #ffffff;
  color: var(--landing-blue-hover) !important;
  box-shadow: none;
}

.landing-site[data-landing-page="home"] .public-secondary-button:hover,
.landing-site[data-landing-page="home"] .public-header-login:hover {
  border-color: #8eb1e2;
  background: var(--landing-blue-soft);
  color: #064aaa !important;
  text-decoration: none;
}

.landing-site[data-landing-page="home"] .landing-page {
  width: min(1240px, calc(100% - 48px));
  padding: 0 0 72px;
}

.landing-site[data-landing-page="home"] .landing-breadcrumbs {
  display: none;
}

.landing-site[data-landing-page="home"] .landing-page__content {
  display: block;
  margin-top: 0;
}

.landing-site[data-landing-page="home"] .landing-section,
.landing-site[data-landing-page="home"] .landing-feature-row > article,
.landing-site[data-landing-page="home"] .landing-final-cta {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.landing-site[data-landing-page="home"] .landing-section {
  padding: clamp(88px, 8vw, 120px) 0;
}

.landing-site[data-landing-page="home"] .landing-section + .landing-section {
  border-top: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"] .landing-section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.landing-site[data-landing-page="home"] .landing-section-heading--action {
  max-width: none;
}

.landing-site[data-landing-page="home"] .public-eyebrow {
  margin-bottom: 14px;
  color: var(--landing-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.085em;
  line-height: 1.4;
  text-transform: uppercase;
}

.landing-site[data-landing-page="home"] .landing-section-heading h2,
.landing-site[data-landing-page="home"] .landing-feature-row h2,
.landing-site[data-landing-page="home"] .landing-final-cta h2,
.landing-site[data-landing-page="home"] .home-role-intro h2,
.landing-site[data-landing-page="home"] .home-comparison__intro h2,
.landing-site[data-landing-page="home"] .home-privacy h2,
.landing-site[data-landing-page="home"] .home-reference h2 {
  margin: 0;
  color: var(--landing-navy-deep);
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.landing-site[data-landing-page="home"]
  .landing-section-heading
  > p:not(.public-eyebrow),
.landing-site[data-landing-page="home"]
  .landing-feature-row
  article
  > p:not(.public-eyebrow),
.landing-site[data-landing-page="home"]
  .landing-final-cta
  p:not(.public-eyebrow),
.landing-site[data-landing-page="home"] .home-role-intro > p,
.landing-site[data-landing-page="home"] .home-comparison__intro > p,
.landing-site[data-landing-page="home"] .home-privacy > p,
.landing-site[data-landing-page="home"] .home-reference > p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
}

/* Light editorial hero with an authentic product surface as the visual proof. */
.landing-site[data-landing-page="home"] .landing-hero--home {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  min-height: 650px;
  align-items: center;
  overflow: visible;
  padding: clamp(72px, 8vw, 112px) 0 clamp(88px, 9vw, 128px);
  gap: clamp(48px, 6vw, 84px);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--landing-graphite);
  box-shadow: none;
}

.landing-site[data-landing-page="home"]
  .landing-hero--home
  .landing-hero__copy {
  display: block;
  align-self: center;
  padding: 0;
}

.landing-site[data-landing-page="home"]
  .landing-hero--home
  .landing-hero__copy
  .public-eyebrow {
  margin-bottom: 18px;
  color: var(--landing-blue);
}

.landing-site[data-landing-page="home"] .landing-hero--home h1 {
  max-width: 720px;
  margin: 0;
  color: var(--landing-navy-deep);
  font-size: clamp(46px, 5vw, 66px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
  text-wrap: balance;
}

.landing-site[data-landing-page="home"]
  .landing-hero--home
  .landing-hero__copy
  > p:not(.public-eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--landing-muted);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.landing-site[data-landing-page="home"] .landing-hero-actions {
  margin-top: 32px;
  gap: 10px;
}

.landing-site[data-landing-page="home"]
  .landing-hero-actions
  .public-primary-button,
.landing-site[data-landing-page="home"]
  .landing-hero-actions
  .public-secondary-button {
  min-height: 46px;
  padding-inline: 20px;
}

.landing-site[data-landing-page="home"] .landing-text-link {
  min-height: 44px;
  padding: 12px 6px;
  color: var(--landing-blue) !important;
  font-size: 13px;
  font-weight: 700;
}

.landing-site[data-landing-page="home"] .landing-hero-points {
  display: flex;
  margin-top: 34px;
  gap: 0;
}

.landing-site[data-landing-page="home"] .landing-hero-points li {
  padding: 0 18px;
  border: 0;
  border-left: 1px solid var(--landing-border-strong);
  border-radius: 0;
  background: transparent;
  color: #4e6276;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.landing-site[data-landing-page="home"]
  .landing-hero-points
  li:first-child {
  padding-left: 0;
  border-left: 0;
}

.landing-site[data-landing-page="home"] .landing-hero__visual {
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.landing-site[data-landing-page="home"] .product-preview {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: var(--landing-radius);
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow-product);
}

.landing-site[data-landing-page="home"] .product-preview::before {
  position: absolute;
  z-index: -1;
  right: -42px;
  bottom: -50px;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: rgb(11 94 215 / 8%);
  content: "";
  filter: blur(50px);
}

.landing-site[data-landing-page="home"] .product-preview__top {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  gap: 14px;
  border-bottom: 1px solid var(--landing-border);
  background: var(--landing-surface-subtle);
  color: var(--landing-muted);
  font-size: 11px;
  font-weight: 650;
}

.landing-site[data-landing-page="home"] .product-preview__top strong {
  color: var(--landing-navy);
  font-size: 12px;
}

.landing-site[data-landing-page="home"] .product-preview__request {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 22px 18px;
  gap: 24px;
}

.landing-site[data-landing-page="home"] .product-preview__request > div {
  min-width: 0;
}

.landing-site[data-landing-page="home"] .product-preview__request small {
  display: block;
  margin-bottom: 5px;
  color: var(--landing-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.landing-site[data-landing-page="home"] .product-preview__request strong {
  display: block;
  color: var(--landing-navy-deep);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.32;
}

.landing-site[data-landing-page="home"]
  .product-preview__request
  > span {
  display: inline-flex;
  min-height: 26px;
  flex: 0 0 auto;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid #bfe2dc;
  border-radius: 999px;
  background: var(--landing-success-soft);
  color: #0f7469;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .product-preview__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 22px 18px;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: var(--landing-radius-sm);
  background: var(--landing-surface-subtle);
}

.landing-site[data-landing-page="home"] .product-preview__facts > * {
  min-width: 0;
  padding: 12px 13px;
  border-left: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"]
  .product-preview__facts
  > :first-child {
  border-left: 0;
}

.landing-site[data-landing-page="home"] .product-preview__facts small,
.landing-site[data-landing-page="home"] .product-preview__facts span {
  display: block;
  color: var(--landing-muted);
  font-size: 10px;
  line-height: 1.35;
}

.landing-site[data-landing-page="home"] .product-preview__facts strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--landing-navy);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .product-preview__table {
  display: grid;
  margin: 0 22px 18px;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: var(--landing-radius-sm);
  background: var(--landing-surface);
}

.landing-site[data-landing-page="home"] .product-preview__table > * {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(90px, 0.65fr) minmax(72px, 0.45fr);
  min-width: 0;
  min-height: 48px;
  align-items: center;
  padding: 9px 13px;
  gap: 12px;
  border-bottom: 1px solid #e8edf2;
  color: #40566c;
  font-size: 11px;
}

.landing-site[data-landing-page="home"]
  .product-preview__table
  > :first-child {
  min-height: 38px;
  background: #f7f9fb;
  color: #6c7c8c;
  font-size: 9px;
  font-weight: 750;
}

.landing-site[data-landing-page="home"]
  .product-preview__table
  > :last-child {
  border-bottom: 0;
}

.landing-site[data-landing-page="home"] .product-preview__table strong {
  color: var(--landing-navy);
  font-weight: 700;
}

.landing-site[data-landing-page="home"] .product-preview__supplier {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 66px;
  align-items: center;
  padding: 13px 22px;
  gap: 16px;
  border-top: 1px solid var(--landing-border);
  background: var(--landing-surface-subtle);
  color: var(--landing-muted);
  font-size: 11px;
}

.landing-site[data-landing-page="home"] .product-preview__supplier strong {
  display: block;
  color: var(--landing-navy);
  font-size: 12px;
}

.landing-site[data-landing-page="home"] .product-preview__supplier span {
  font-variant-numeric: tabular-nums;
}

/* Buyer and supplier value propositions use one ruled composition. */
.landing-site[data-landing-page="home"] .home-role-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  margin-bottom: 56px;
  gap: clamp(40px, 7vw, 96px);
}

.landing-site[data-landing-page="home"] .home-role-intro > p {
  margin: 0;
}

.landing-site[data-landing-page="home"] .home-role-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--landing-border-strong);
  border-bottom: 1px solid var(--landing-border-strong);
}

.landing-site[data-landing-page="home"] .home-role-column {
  min-width: 0;
  padding: 42px clamp(28px, 4vw, 56px) 44px 0;
}

.landing-site[data-landing-page="home"] .home-role-column + .home-role-column {
  padding-right: 0;
  padding-left: clamp(28px, 4vw, 56px);
  border-left: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"] .home-role-column .public-eyebrow {
  margin-bottom: 18px;
}

.landing-site[data-landing-page="home"] .home-role-column h3 {
  max-width: 520px;
  margin: 0;
  color: var(--landing-navy-deep);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.landing-site[data-landing-page="home"] .home-role-column > p {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.7;
}

.landing-site[data-landing-page="home"] .home-role-column ul {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.landing-site[data-landing-page="home"] .home-role-column li {
  position: relative;
  padding: 13px 0 13px 26px;
  border-top: 1px solid var(--landing-border);
  color: #40566c;
  font-size: 14px;
  line-height: 1.5;
}

.landing-site[data-landing-page="home"] .home-role-column li::before {
  position: absolute;
  top: 20px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--landing-blue);
  content: "";
}

.landing-site[data-landing-page="home"] .home-role-column a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 20px;
  color: var(--landing-blue);
  font-size: 13px;
  font-weight: 750;
}

/* One continuous process rail, not a row of feature cards. */
.landing-site[data-landing-page="home"] .home-process {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  padding: clamp(88px, 8vw, 116px) max(24px, calc((100vw - 1240px) / 2));
  border: 0;
  background: var(--landing-navy-deep);
  color: #ffffff;
}

.landing-site[data-landing-page="home"] .home-process .public-eyebrow {
  color: #88bcff;
}

.landing-site[data-landing-page="home"] .home-process h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.landing-site[data-landing-page="home"] .home-process > p {
  max-width: 690px;
  margin: 18px 0 0;
  color: #b9c9d8;
  font-size: 16px;
  line-height: 1.7;
}

.landing-site[data-landing-page="home"] .home-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 64px 0 0;
  padding: 0;
  counter-reset: home-process;
  list-style: none;
}

.landing-site[data-landing-page="home"] .home-process__step {
  position: relative;
  min-width: 0;
  padding: 42px 32px 0 0;
  counter-increment: home-process;
  border-top: 1px solid rgb(255 255 255 / 25%);
}

.landing-site[data-landing-page="home"] .home-process__step::before {
  position: absolute;
  top: -15px;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 50%;
  background: var(--landing-navy-deep);
  color: #9cc6ff;
  content: counter(home-process, decimal-leading-zero);
  font-size: 10px;
  font-weight: 750;
}

.landing-site[data-landing-page="home"] .home-process__step strong,
.landing-site[data-landing-page="home"] .home-process__step h3 {
  display: block;
  max-width: 240px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.landing-site[data-landing-page="home"] .home-process__step p {
  max-width: 250px;
  margin: 10px 0 0;
  color: #aebfce;
  font-size: 13px;
  line-height: 1.65;
}

/* Comparison is shown as a real working board. */
.landing-site[data-landing-page="home"] .home-comparison {
  display: grid;
  grid-template-columns: minmax(270px, 0.68fr) minmax(560px, 1.32fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.landing-site[data-landing-page="home"] .home-comparison__intro {
  min-width: 0;
}

.landing-site[data-landing-page="home"] .home-comparison__intro > p {
  margin-top: 20px;
}

.landing-site[data-landing-page="home"] .home-comparison__intro ul {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.landing-site[data-landing-page="home"] .home-comparison__intro li {
  padding: 11px 0;
  border-top: 1px solid var(--landing-border);
  color: #40566c;
  font-size: 13px;
  line-height: 1.5;
}

.landing-site[data-landing-page="home"] .home-comparison__board {
  min-width: 0;
}

.landing-site[data-landing-page="home"] .comparison-board {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: var(--landing-radius);
  background: var(--landing-surface);
  box-shadow: 0 18px 44px rgb(17 38 63 / 10%);
}

.landing-site[data-landing-page="home"] .comparison-board__head,
.landing-site[data-landing-page="home"] .comparison-board__row {
  display: grid;
  grid-template-columns: minmax(170px, 1.25fr) repeat(2, minmax(140px, 1fr));
  align-items: stretch;
}

.landing-site[data-landing-page="home"] .comparison-board__head {
  min-height: 64px;
  background: var(--landing-surface-subtle);
  color: var(--landing-muted);
  font-size: 10px;
  font-weight: 750;
}

.landing-site[data-landing-page="home"] .comparison-board__row {
  min-height: 76px;
  border-top: 1px solid var(--landing-border);
  color: #40566c;
  font-size: 12px;
}

.landing-site[data-landing-page="home"] .comparison-board__head > *,
.landing-site[data-landing-page="home"] .comparison-board__row > * {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 13px 15px;
  border-left: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"]
  .comparison-board__head
  > :first-child,
.landing-site[data-landing-page="home"]
  .comparison-board__row
  > :first-child {
  border-left: 0;
}

.landing-site[data-landing-page="home"] .comparison-board__row > :first-child {
  color: var(--landing-navy);
  font-weight: 700;
}

.landing-site[data-landing-page="home"] .comparison-board__offer {
  display: grid !important;
  align-content: center;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}

.landing-site[data-landing-page="home"] .comparison-board__offer strong {
  color: var(--landing-navy);
  font-size: 13px;
}

.landing-site[data-landing-page="home"] .comparison-board__offer small,
.landing-site[data-landing-page="home"] .comparison-board__offer span {
  color: var(--landing-muted);
  font-size: 10px;
}

.landing-site[data-landing-page="home"]
  .comparison-board__offer[aria-selected="true"],
.landing-site[data-landing-page="home"] .comparison-board__offer.is-selected {
  background: var(--landing-blue-soft);
  color: var(--landing-blue);
}

/* Public requests inherit the same name-first hierarchy as the workspace feed. */
.landing-site[data-landing-page="home"] .landing-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: var(--landing-radius);
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow-sm);
}

.landing-site[data-landing-page="home"] .landing-request-card {
  display: grid;
  grid-template-columns: 150px minmax(240px, 1.3fr) minmax(220px, 0.85fr) 132px;
  grid-template-areas:
    "top title items link"
    "top meta items link";
  min-width: 0;
  min-height: 104px;
  align-items: center;
  padding: 18px 20px;
  gap: 6px 24px;
  border: 0;
  border-bottom: 1px solid var(--landing-border);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  transition: background-color 140ms ease;
}

.landing-site[data-landing-page="home"] .landing-request-card:last-child {
  border-bottom: 0;
}

.landing-site[data-landing-page="home"] .landing-request-card:hover {
  background: var(--landing-surface-subtle);
}

.landing-site[data-landing-page="home"] .landing-request-card__top {
  display: grid;
  grid-area: top;
  align-content: center;
  justify-content: stretch;
  gap: 6px;
  color: var(--landing-muted);
  font-size: 10px;
  line-height: 1.35;
}

.landing-site[data-landing-page="home"]
  .landing-request-card__top
  > span:last-child {
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid #bfe2dc;
  border-radius: 999px;
  background: var(--landing-success-soft);
  color: #0f7469;
  font-size: 9px;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .landing-request-card h3 {
  grid-area: title;
  align-self: end;
  margin: 0;
  overflow: hidden;
  color: var(--landing-navy-deep);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .landing-request-card h3 a {
  color: inherit;
}

.landing-site[data-landing-page="home"] .landing-request-card ul {
  display: grid;
  grid-area: items;
  align-content: center;
  margin: 0;
  padding: 0;
  gap: 5px;
  color: #40566c;
  font-size: 12px;
  list-style: none;
}

.landing-site[data-landing-page="home"] .landing-request-card ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .landing-request-card__meta {
  display: flex;
  grid-area: meta;
  align-self: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 12px;
  border: 0;
  color: var(--landing-muted);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.landing-site[data-landing-page="home"] .landing-request-card .landing-card-link {
  display: inline-flex;
  grid-area: link;
  min-height: 40px;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  color: var(--landing-blue);
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

/* Privacy is a calm information band with ruled facts rather than icon cards. */
.landing-site[data-landing-page="home"] .home-privacy {
  padding-top: clamp(80px, 8vw, 112px);
  padding-bottom: clamp(80px, 8vw, 112px);
  border-top: 1px solid var(--landing-border-strong);
  border-bottom: 1px solid var(--landing-border-strong);
}

.landing-site[data-landing-page="home"] .home-privacy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"] .home-privacy__grid > * {
  min-width: 0;
  padding: 30px 32px 0 0;
}

.landing-site[data-landing-page="home"]
  .home-privacy__grid
  > *
  + * {
  padding-left: 32px;
  border-left: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"] .home-privacy__grid h3,
.landing-site[data-landing-page="home"] .home-privacy__grid strong {
  display: block;
  margin: 0;
  color: var(--landing-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.landing-site[data-landing-page="home"] .home-privacy__grid p {
  margin: 10px 0 0;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* Directory links are compact editorial rows, not another tile grid. */
.landing-site[data-landing-page="home"] .home-reference {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 112px);
}

.landing-site[data-landing-page="home"] .home-reference__links {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--landing-border-strong);
}

.landing-site[data-landing-page="home"] .home-reference__link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 76px;
  align-items: center;
  padding: 15px 42px 15px 0;
  gap: 20px;
  border-bottom: 1px solid var(--landing-border);
  color: var(--landing-navy);
}

.landing-site[data-landing-page="home"] .home-reference__link::after {
  position: absolute;
  right: 4px;
  color: var(--landing-blue);
  content: "\2192";
  font-size: 18px;
  transition: transform 140ms ease;
}

.landing-site[data-landing-page="home"] .home-reference__link:hover {
  color: var(--landing-blue-hover);
  text-decoration: none;
}

.landing-site[data-landing-page="home"] .home-reference__link:hover::after {
  transform: translateX(3px);
}

.landing-site[data-landing-page="home"] .home-reference__link strong {
  font-size: 15px;
  font-weight: 700;
}

.landing-site[data-landing-page="home"] .home-reference__link span {
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

/* FAQ uses an editorial heading column and one quiet accordion column. */
.landing-site[data-landing-page="home"] .landing-faq {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 112px);
}

.landing-site[data-landing-page="home"] .landing-faq .landing-section-heading {
  margin: 0;
}

.landing-site[data-landing-page="home"] .landing-faq__list {
  display: grid;
  align-content: start;
  gap: 0;
  border-top: 1px solid var(--landing-border-strong);
}

.landing-site[data-landing-page="home"] .landing-faq details {
  border: 0;
  border-bottom: 1px solid var(--landing-border);
  border-radius: 0;
  background: transparent;
}

.landing-site[data-landing-page="home"] .landing-faq summary {
  min-height: 70px;
  padding: 21px 42px 21px 0;
  color: var(--landing-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.landing-site[data-landing-page="home"] .landing-faq details p {
  max-width: 680px;
  margin: 0;
  padding: 0 42px 22px 0;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.7;
}

.landing-site[data-landing-page="home"] .landing-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 0;
  padding: 62px 0;
  gap: 48px;
  border-top: 1px solid var(--landing-border-strong);
  border-bottom: 1px solid var(--landing-border-strong);
}

.landing-site[data-landing-page="home"] .landing-final-cta > div:last-child {
  justify-content: flex-end;
}

.landing-site[data-landing-page="home"] .landing-public-footer {
  border-top: 0;
  background: transparent;
}

@media (max-width: 1280px) {
  .landing-site[data-landing-page="home"] .landing-public-header.public-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .landing-site[data-landing-page="home"] .landing-page {
    width: min(100% - 40px, 1240px);
  }

  .landing-site[data-landing-page="home"] .landing-hero--home {
    grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
    gap: 48px;
  }

  .landing-site[data-landing-page="home"] .home-process {
    padding-right: 20px;
    padding-left: 20px;
  }

  .landing-site[data-landing-page="home"] .home-comparison {
    grid-template-columns: minmax(260px, 0.62fr) minmax(520px, 1.38fr);
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .landing-site[data-landing-page="home"] .landing-page {
    width: min(100% - 36px, 1240px);
  }

  .landing-site[data-landing-page="home"] .landing-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .landing-site[data-landing-page="home"] .landing-hero--home {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 88px;
    gap: 56px;
  }

  .landing-site[data-landing-page="home"] .landing-hero--home h1 {
    max-width: 760px;
  }

  .landing-site[data-landing-page="home"] .home-hero-product {
    width: min(100%, 720px);
  }

  .landing-site[data-landing-page="home"] .home-role-intro,
  .landing-site[data-landing-page="home"] .home-reference,
  .landing-site[data-landing-page="home"] .landing-faq {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .landing-site[data-landing-page="home"] .home-role-intro > p {
    max-width: 720px;
  }

  .landing-site[data-landing-page="home"] .home-process {
    padding-top: 80px;
    padding-bottom: 84px;
  }

  .landing-site[data-landing-page="home"] .home-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 54px;
    gap: 46px 0;
  }

  .landing-site[data-landing-page="home"] .home-comparison {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .landing-site[data-landing-page="home"] .home-comparison__intro {
    max-width: 720px;
  }

  .landing-site[data-landing-page="home"] .landing-request-card {
    grid-template-columns: 132px minmax(0, 1fr) 116px;
    grid-template-areas:
      "top title link"
      "top items link"
      "top meta link";
    gap: 7px 20px;
  }

  .landing-site[data-landing-page="home"] .landing-request-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
  }

  .landing-site[data-landing-page="home"] .home-privacy__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-site[data-landing-page="home"] .home-privacy__grid > *,
  .landing-site[data-landing-page="home"]
    .home-privacy__grid
    > *
    + * {
    padding: 24px 0;
    border-bottom: 1px solid var(--landing-border);
    border-left: 0;
  }

  .landing-site[data-landing-page="home"]
    .home-privacy__grid
    > :last-child {
    border-bottom: 0;
  }

  .landing-site[data-landing-page="home"] .landing-final-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .landing-site[data-landing-page="home"]
    .landing-final-cta
    > div:last-child {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .landing-site[data-landing-page="home"] .landing-public-header {
    position: relative;
  }

  .landing-site[data-landing-page="home"] .landing-public-header.public-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .landing-site[data-landing-page="home"] .landing-page {
    width: min(100% - 32px, 1240px);
    padding-bottom: 48px;
  }

  .landing-site[data-landing-page="home"] .landing-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .landing-site[data-landing-page="home"] .landing-section-heading {
    margin-bottom: 30px;
  }

  .landing-site[data-landing-page="home"] .landing-section-heading h2,
  .landing-site[data-landing-page="home"] .landing-feature-row h2,
  .landing-site[data-landing-page="home"] .landing-final-cta h2,
  .landing-site[data-landing-page="home"] .home-role-intro h2,
  .landing-site[data-landing-page="home"] .home-comparison__intro h2,
  .landing-site[data-landing-page="home"] .home-privacy h2,
  .landing-site[data-landing-page="home"] .home-reference h2,
  .landing-site[data-landing-page="home"] .home-process h2 {
    font-size: clamp(29px, 8vw, 36px);
  }

  .landing-site[data-landing-page="home"] .landing-hero--home {
    padding-top: 52px;
    padding-bottom: 64px;
    gap: 42px;
  }

  .landing-site[data-landing-page="home"] .landing-hero--home h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.04;
  }

  .landing-site[data-landing-page="home"]
    .landing-hero--home
    .landing-hero__copy
    > p:not(.public-eyebrow) {
    font-size: 17px;
  }

  .landing-site[data-landing-page="home"] .landing-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .landing-site[data-landing-page="home"]
    .landing-hero-actions
    .public-primary-button,
  .landing-site[data-landing-page="home"]
    .landing-hero-actions
    .public-secondary-button,
  .landing-site[data-landing-page="home"]
    .landing-hero-actions
    .landing-text-link {
    width: 100%;
  }

  .landing-site[data-landing-page="home"] .landing-text-link {
    text-align: center;
  }

  .landing-site[data-landing-page="home"] .landing-hero-points {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .landing-site[data-landing-page="home"] .landing-hero-points li,
  .landing-site[data-landing-page="home"]
    .landing-hero-points
    li:first-child {
    padding: 0 0 0 14px;
    border-left: 1px solid var(--landing-border-strong);
  }

  .landing-site[data-landing-page="home"] .product-preview__request {
    display: grid;
    padding: 18px 16px 14px;
    gap: 12px;
  }

  .landing-site[data-landing-page="home"]
    .product-preview__request
    > span {
    width: fit-content;
  }

  .landing-site[data-landing-page="home"] .product-preview__facts {
    grid-template-columns: minmax(0, 1fr);
    margin: 0 16px 14px;
  }

  .landing-site[data-landing-page="home"] .product-preview__facts > * {
    padding: 10px 11px;
    border-top: 1px solid var(--landing-border);
    border-left: 0;
  }

  .landing-site[data-landing-page="home"]
    .product-preview__facts
    > :first-child {
    border-top: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table {
    margin: 0 16px 14px;
    overflow-x: auto;
  }

  .landing-site[data-landing-page="home"] .product-preview__table > * {
    min-width: 460px;
  }

  .landing-site[data-landing-page="home"] .product-preview__supplier {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 16px;
  }

  .landing-site[data-landing-page="home"]
    .product-preview__supplier
    > :last-child {
    display: none;
  }

  .landing-site[data-landing-page="home"] .home-role-intro {
    margin-bottom: 36px;
    gap: 24px;
  }

  .landing-site[data-landing-page="home"] .home-role-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-site[data-landing-page="home"] .home-role-column,
  .landing-site[data-landing-page="home"] .home-role-column + .home-role-column {
    padding: 32px 0;
    border-left: 0;
  }

  .landing-site[data-landing-page="home"] .home-role-column + .home-role-column {
    border-top: 1px solid var(--landing-border);
  }

  .landing-site[data-landing-page="home"] .home-process {
    padding: 60px 16px 64px;
  }

  .landing-site[data-landing-page="home"] .home-process__steps {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 46px;
    gap: 0;
  }

  .landing-site[data-landing-page="home"] .home-process__step {
    min-height: 0;
    padding: 0 0 34px 42px;
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 25%);
  }

  .landing-site[data-landing-page="home"] .home-process__step:last-child {
    padding-bottom: 0;
  }

  .landing-site[data-landing-page="home"] .home-process__step::before {
    top: -2px;
    left: -15px;
  }

  .landing-site[data-landing-page="home"] .home-comparison {
    gap: 34px;
  }

  .landing-site[data-landing-page="home"] .home-comparison__board {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: auto;
    scrollbar-color: var(--landing-border-strong) transparent;
    scrollbar-width: thin;
  }

  .landing-site[data-landing-page="home"] .comparison-board {
    width: 620px;
  }

  .landing-site[data-landing-page="home"] .landing-request-grid {
    overflow: visible;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .landing-site[data-landing-page="home"] .landing-request-card {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "top top"
      "title title"
      "items items"
      "meta link";
    min-height: 0;
    padding: 20px 0;
    gap: 10px 16px;
  }

  .landing-site[data-landing-page="home"] .landing-request-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .landing-site[data-landing-page="home"] .landing-request-card h3 {
    align-self: auto;
    overflow: visible;
    font-size: 16px;
    text-overflow: clip;
    white-space: normal;
  }

  .landing-site[data-landing-page="home"] .landing-request-card ul {
    display: grid;
  }

  .landing-site[data-landing-page="home"] .landing-request-card ul li {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .landing-site[data-landing-page="home"] .home-privacy {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .landing-site[data-landing-page="home"] .home-privacy__grid {
    margin-top: 34px;
  }

  .landing-site[data-landing-page="home"] .home-reference,
  .landing-site[data-landing-page="home"] .landing-faq {
    gap: 32px;
  }

  .landing-site[data-landing-page="home"] .home-reference__link {
    grid-template-columns: minmax(0, 1fr);
    min-height: 70px;
    padding-right: 36px;
    gap: 5px;
  }

  .landing-site[data-landing-page="home"] .home-reference__link span {
    text-align: left;
  }

  .landing-site[data-landing-page="home"] .landing-faq summary {
    min-height: 64px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .landing-site[data-landing-page="home"] .landing-final-cta {
    padding: 48px 0;
    gap: 24px;
  }

  .landing-site[data-landing-page="home"] .landing-final-cta > div:last-child,
  .landing-site[data-landing-page="home"]
    .landing-final-cta
    .public-primary-button,
  .landing-site[data-landing-page="home"]
    .landing-final-cta
    .public-secondary-button {
    width: 100%;
  }
}

/* Home markup alignment: brand, real preview fields and editorial data rows. */
.landing-site[data-landing-page="home"] .landing-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.landing-site[data-landing-page="home"] .landing-brand-mark {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: var(--landing-radius-sm);
  background: var(--landing-blue);
  color: #ffffff;
}

.landing-site[data-landing-page="home"] .landing-brand-mark svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.8;
}

.landing-site[data-landing-page="home"] .home-hero-product {
  position: relative;
  min-width: 0;
}

.landing-site[data-landing-page="home"]
  .product-preview__request
  > div
  > span {
  display: block;
  margin-bottom: 5px;
  color: var(--landing-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}

.landing-site[data-landing-page="home"] .product-preview__request > button {
  display: inline-flex;
  min-height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid #bcd1ef;
  border-radius: var(--landing-radius-sm);
  background: #ffffff;
  color: var(--landing-blue-hover);
  font-size: 10px;
  font-weight: 750;
  pointer-events: none;
}

.landing-site[data-landing-page="home"] .product-preview__facts dt {
  margin: 0;
  color: var(--landing-muted);
  font-size: 10px;
  line-height: 1.35;
}

.landing-site[data-landing-page="home"] .product-preview__facts dd {
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--landing-navy);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .product-preview__table-head {
  min-height: 38px !important;
  background: #f7f9fb;
  color: #6c7c8c !important;
  font-size: 9px !important;
  font-weight: 750;
}

.landing-site[data-landing-page="home"]
  .product-preview__table
  > div:not(.product-preview__table-head)
  > span:first-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.landing-site[data-landing-page="home"] .product-preview__table small {
  overflow: hidden;
  color: var(--landing-muted);
  font-size: 9px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"]
  .product-preview__table
  b {
  display: inline-grid;
  min-width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 999px;
  background: var(--landing-blue-soft);
  color: var(--landing-blue);
  font-size: 10px;
}

.landing-site[data-landing-page="home"] .product-preview__supplier {
  grid-template-columns: minmax(0, 1fr) auto;
}

.landing-site[data-landing-page="home"] .product-preview__supplier > span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.landing-site[data-landing-page="home"] .product-preview__supplier svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  color: var(--landing-blue);
  stroke-width: 1.8;
}

.landing-site[data-landing-page="home"]
  .home-role-intro
  > .landing-section-heading {
  align-self: start;
  margin-bottom: 0;
}

.landing-site[data-landing-page="home"] .home-role-column {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-content: start;
  gap: 20px;
}

.landing-site[data-landing-page="home"] .home-role-column__number {
  display: block;
  padding-top: 4px;
  color: var(--landing-blue);
  font-size: 11px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

.landing-site[data-landing-page="home"] .home-role-column > div {
  min-width: 0;
}

.landing-site[data-landing-page="home"]
  .home-role-column
  > div
  > .landing-role-label {
  margin: 0 0 16px;
  color: var(--landing-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.landing-site[data-landing-page="home"]
  .home-role-column
  > div
  > p:not(.landing-role-label) {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.7;
}

.landing-site[data-landing-page="home"]
  .home-process
  .landing-section-heading {
  max-width: 760px;
  margin-bottom: 0;
}

.landing-site[data-landing-page="home"]
  .home-process
  .landing-section-heading
  > p:not(.public-eyebrow) {
  max-width: 690px;
  margin: 18px 0 0;
  color: #b9c9d8;
  font-size: 16px;
  line-height: 1.7;
}

.landing-site[data-landing-page="home"] .home-process__step::before {
  display: none;
  content: none;
}

.landing-site[data-landing-page="home"] .home-process__step > span {
  position: absolute;
  top: -15px;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 50%;
  background: var(--landing-navy-deep);
  color: #9cc6ff;
  font-size: 10px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.landing-site[data-landing-page="home"] .home-process__step > div {
  min-width: 0;
}

.landing-site[data-landing-page="home"] .home-comparison__notes {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--landing-border-strong);
}

.landing-site[data-landing-page="home"] .home-comparison__notes article {
  padding: 17px 0;
  border-bottom: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"] .home-comparison__notes h3 {
  margin: 0;
  color: var(--landing-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.landing-site[data-landing-page="home"] .home-comparison__notes p {
  margin: 6px 0 0;
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.6;
}

.landing-site[data-landing-page="home"] .comparison-board__head {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  gap: 18px;
}

.landing-site[data-landing-page="home"] .comparison-board__head > * {
  display: block;
  padding: 0;
  border: 0;
}

.landing-site[data-landing-page="home"] .comparison-board__head > span {
  overflow: hidden;
  color: var(--landing-navy);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-site[data-landing-page="home"] .comparison-board__head > strong {
  flex: 0 0 auto;
  color: var(--landing-blue);
  font-size: 10px;
}

.landing-site[data-landing-page="home"] .comparison-board__labels,
.landing-site[data-landing-page="home"] .comparison-board__row {
  display: grid;
  grid-template-columns: minmax(170px, 1.25fr) minmax(72px, 0.55fr) minmax(105px, 0.75fr) minmax(92px, 0.7fr);
  align-items: stretch;
}

.landing-site[data-landing-page="home"] .comparison-board__labels {
  min-height: 36px;
  border-top: 1px solid var(--landing-border);
  background: #f7f9fb;
  color: #6c7c8c;
  font-size: 9px;
  font-weight: 750;
}

.landing-site[data-landing-page="home"] .comparison-board__labels > *,
.landing-site[data-landing-page="home"] .comparison-board__row > * {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 11px 13px;
  border-left: 1px solid var(--landing-border);
}

.landing-site[data-landing-page="home"]
  .comparison-board__labels
  > :first-child,
.landing-site[data-landing-page="home"]
  .comparison-board__row
  > :first-child {
  border-left: 0;
}

.landing-site[data-landing-page="home"]
  .comparison-board__row
  > span:first-child {
  display: grid;
  align-content: center;
  gap: 3px;
}

.landing-site[data-landing-page="home"] .comparison-board__row small {
  color: var(--landing-muted);
  font-size: 9px;
}

.landing-site[data-landing-page="home"] .comparison-board__row--selected {
  background: var(--landing-blue-soft);
  box-shadow: inset 3px 0 var(--landing-blue);
}

.landing-site[data-landing-page="home"] .comparison-board__offer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 74px;
  align-items: center;
  padding: 14px 18px;
  gap: 5px 20px;
  border-top: 1px solid var(--landing-border);
  background: var(--landing-surface-subtle);
}

.landing-site[data-landing-page="home"] .comparison-board__offer > span {
  color: var(--landing-muted);
  font-size: 10px;
}

.landing-site[data-landing-page="home"] .comparison-board__offer > strong {
  justify-self: end;
  color: var(--landing-navy);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.landing-site[data-landing-page="home"] .comparison-board__offer > i {
  display: block;
  grid-column: 1 / -1;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #dbe4ee;
}

.landing-site[data-landing-page="home"] .comparison-board__offer > i > b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--landing-blue);
}

.landing-site[data-landing-page="home"] .home-privacy__grid svg {
  width: 20px;
  height: 20px;
  margin-bottom: 18px;
  color: var(--landing-blue);
  stroke-width: 1.8;
}

.landing-site[data-landing-page="home"] .home-reference__link {
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  padding-right: 0;
}

.landing-site[data-landing-page="home"] .home-reference__link::after {
  display: none;
  content: none;
}

.landing-site[data-landing-page="home"]
  .home-reference__link
  > span:first-child {
  color: var(--landing-muted);
  font-size: 10px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
  text-align: left;
}

.landing-site[data-landing-page="home"] .home-reference__link > strong {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
}

.landing-site[data-landing-page="home"] .home-reference__link > svg {
  width: 17px;
  height: 17px;
  color: var(--landing-blue);
  stroke-width: 1.8;
  transition: transform 140ms ease;
}

.landing-site[data-landing-page="home"]
  .home-reference__link:hover
  > svg {
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .landing-site[data-landing-page="home"]
    .landing-public-header
    nav
    > a:nth-child(2),
  .landing-site[data-landing-page="home"]
    .landing-public-header
    nav
    > a:nth-child(3) {
    display: none;
  }

  .landing-site[data-landing-page="home"] .home-hero-product {
    width: min(100%, 720px);
  }

  .landing-site[data-landing-page="home"]
    .home-role-intro
    > .landing-section-heading {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .landing-site[data-landing-page="home"] .landing-public-header {
    position: sticky;
    min-height: 62px;
    align-items: center;
    flex-direction: row;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 10px;
  }

  .landing-site[data-landing-page="home"] .landing-public-header nav {
    display: flex;
    width: auto;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 6px;
  }

  .landing-site[data-landing-page="home"]
    .landing-public-header
    nav
    > a:nth-child(-n + 5) {
    display: none;
  }

  .landing-site[data-landing-page="home"]
    .landing-public-header
    nav
    .public-header-login,
  .landing-site[data-landing-page="home"]
    .landing-public-header
    nav
    .landing-header-cta {
    display: inline-flex;
    grid-column: auto;
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 7px 11px;
    white-space: nowrap;
  }

  .landing-site[data-landing-page="home"] .landing-brand-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .landing-site[data-landing-page="home"] .product-preview__request > button {
    width: fit-content;
  }

  .landing-site[data-landing-page="home"] .product-preview__supplier {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-site[data-landing-page="home"]
    .product-preview__supplier
    > strong {
    display: none;
  }

  .landing-site[data-landing-page="home"] .home-role-column,
  .landing-site[data-landing-page="home"]
    .home-role-column
    + .home-role-column {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
  }

  .landing-site[data-landing-page="home"] .home-process__step > span {
    top: -2px;
    left: -15px;
  }

  .landing-site[data-landing-page="home"] .home-reference__link {
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    gap: 10px;
  }

  .landing-site[data-landing-page="home"]
    .home-comparison__board.comparison-board {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .landing-site[data-landing-page="home"] .comparison-board__labels,
  .landing-site[data-landing-page="home"] .comparison-board__row {
    grid-template-columns: minmax(108px, 1.25fr) 54px 82px 70px;
  }

  .landing-site[data-landing-page="home"] .comparison-board__labels > *,
  .landing-site[data-landing-page="home"] .comparison-board__row > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-width: 430px) {
  .landing-site[data-landing-page="home"] .landing-brand > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

/* Final cascade guard: keep the SEO/a11y structure authoritative over legacy home rules. */
.landing-site[data-landing-page="home"] .home-process {
  left: auto;
  width: auto;
  margin-left: 0;
}

.landing-site[data-landing-page="home"] .landing-request-card__positions {
  display: grid;
  grid-area: items;
  min-width: 0;
  align-content: center;
  gap: 4px;
}

.landing-site[data-landing-page="home"] .landing-request-card__positions ul {
  grid-area: auto;
}

.landing-site[data-landing-page="home"] .comparison-board__progress-value {
  width: 64%;
}

@media (min-width: 641px) {
  .landing-site[data-landing-page="home"] .product-preview__table {
    display: table;
    width: calc(100% - 44px);
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table > thead {
    display: table-header-group;
    min-width: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table > tbody {
    display: table-row-group;
    min-width: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table tr {
    display: table-row;
    min-width: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table th,
  .landing-site[data-landing-page="home"] .product-preview__table td {
    display: table-cell;
    height: 48px;
    padding: 9px 13px;
    border: 0;
    border-top: 1px solid #e8edf2;
    text-align: left;
    vertical-align: middle;
  }

  .landing-site[data-landing-page="home"] .product-preview__table thead th {
    height: 38px;
    border-top: 0;
  }
}

@media (max-width: 1120px) {
  .landing-site .landing-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .landing-site .landing-public-header nav,
  .landing-site[data-landing-page="home"] .landing-public-header nav {
    position: absolute;
    z-index: 40;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: grid;
    width: auto;
    max-height: calc(100vh - 86px);
    align-items: stretch;
    justify-content: stretch;
    margin: 0;
    padding: 12px;
    overflow-y: auto;
    gap: 4px;
    border: 1px solid #d5e0eb;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgb(17 38 63 / 16%);
  }

  .landing-site .landing-public-header nav > a,
  .landing-site[data-landing-page="home"] .landing-public-header nav > a,
  .landing-site[data-landing-page="home"] .landing-public-header nav > a:nth-child(n) {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    padding: 9px 12px;
  }

  .landing-site.landing-menu-ready .landing-public-header nav[data-open="false"] {
    display: none;
  }

  .landing-site.landing-menu-ready .landing-public-header nav[data-open="true"] {
    display: grid;
  }
}

@media (min-width: 1121px) {
  .landing-site .landing-menu-toggle {
    display: none;
  }

  .landing-site .landing-public-header nav,
  .landing-site[data-landing-page="home"] .landing-public-header nav {
    display: flex;
  }

  .landing-site .landing-public-header nav > a,
  .landing-site[data-landing-page="home"] .landing-public-header nav > a:nth-child(n) {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .landing-site[data-landing-page="home"] .product-preview__table {
    display: table;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    overflow: hidden;
    border: 1px solid var(--landing-border);
    background: #ffffff;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table > thead {
    position: static;
    display: table-header-group;
    width: auto;
    height: auto;
    min-width: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }

  .landing-site[data-landing-page="home"] .product-preview__table > tbody {
    display: table-row-group;
    min-width: 0;
    padding: 0;
    border: 0;
    grid-template-columns: none;
  }

  .landing-site[data-landing-page="home"] .product-preview__table tr {
    display: table-row;
    width: auto;
    min-width: 0;
    padding: 0;
  }

  .landing-site[data-landing-page="home"] .product-preview__table th,
  .landing-site[data-landing-page="home"] .product-preview__table td,
  .landing-site[data-landing-page="home"] .product-preview__table td:first-child {
    display: table-cell;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 10px 8px;
    border: 0;
    border-top: 1px solid var(--landing-border);
    color: #40566c;
    font-size: 12px;
    line-height: 1.35;
    vertical-align: middle;
  }

  .landing-site[data-landing-page="home"] .product-preview__table thead th {
    border-top: 0;
    font-size: 11px;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .landing-site[data-landing-page="home"] .product-preview__table th:first-child,
  .landing-site[data-landing-page="home"] .product-preview__table td:first-child {
    width: 50%;
  }

  .landing-site[data-landing-page="home"] .product-preview__table td:not(:first-child)::before {
    display: none;
    content: none;
  }

  .landing-site[data-landing-page="home"] .product-preview__table td strong,
  .landing-site[data-landing-page="home"] .product-preview__table td small {
    white-space: normal;
  }

  .landing-site[data-landing-page="home"] .product-preview__supplier {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-site[data-landing-page="home"] .product-preview__supplier > strong {
    display: block !important;
    font-size: 11px;
    white-space: normal;
  }

  .landing-site[data-landing-page="home"] .comparison-board__table td::before {
    font-size: 11px;
  }
}

/* Final SEO-home accessibility guards. Keep useful content available without
   JavaScript, while exposing the mobile menu control only after enhancement. */
@media (max-width: 1120px) {
  body.landing-site:not(.landing-menu-ready) .landing-menu-toggle {
    display: none !important;
  }
}

.landing-site[data-landing-page="home"] .product-preview__table thead th,
.landing-site[data-landing-page="home"] .comparison-board__table thead th,
.landing-site[data-landing-page="home"] .product-preview__table td small {
  font-size: 11px;
}
