:root {
  --sl-color-primary-400: #00a88f;
  --sl-color-primary-500: #008f79;
  --sl-color-secondary-900: #00539f;
  --sl-color-tertiary-800: #0078bf;
  --sl-color-tertiary-900: #003f7d;
  --sl-color-neutral-100: #f4f4f5;
  --sl-color-neutral-300: #dcdedf;
  --sl-color-neutral-700: #5b6062;
  --sl-color-neutral-900: #202223;
  --sl-color-surface-warm: #e8f5ff;
  --sl-color-white: #fff;
  --sl-color-danger: #c62828;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--sl-color-neutral-900);
  background: linear-gradient(180deg, #fff 0%, #e8f5ff 100%);
}

h1,
h2,
h3,
p {
  margin: 0;
}

.appbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: var(--sl-color-white);
  border-bottom: 1px solid var(--sl-color-neutral-300);
}

.appbar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.eyebrow {
  font-size: 12px;
  color: var(--sl-color-neutral-700);
  margin-bottom: 4px;
}

.appbar-copy {
  margin-top: 4px;
  color: var(--sl-color-neutral-700);
  font-size: 14px;
}

.layout {
  max-width: 1400px;
  margin: 24px auto;
  padding: 0 16px 24px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 300px;
  gap: 16px;
}

.stepper,
.card,
.panel,
.status {
  background: var(--sl-color-white);
  border: 1px solid var(--sl-color-neutral-300);
  border-radius: 8px;
}

.stepper {
  padding: 12px 10px;
  height: fit-content;
  position: sticky;
  top: 90px;
  display: grid;
  gap: 2px;
}

.step-link {
  width: 100%;
  position: relative;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 8px 4px 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
}

.step-link.is-active {
  background: transparent;
  box-shadow: none;
}

.step-link.is-complete {
  background: transparent;
}

.step-link:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.step-link__badge {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  border: 2px solid var(--sl-color-neutral-300);
  background: #fff;
  color: var(--sl-color-neutral-700);
  font-size: 12px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.step-link.is-active .step-link__badge {
  background: var(--sl-color-tertiary-800);
  border-color: var(--sl-color-tertiary-800);
  color: #fff;
}

.step-link.is-complete .step-link__badge {
  background: #dff4e8;
  border-color: #7bc79a;
  color: #166534;
}

.step-link__label {
  font-size: 14px;
  line-height: 1.15;
  color: var(--sl-color-neutral-700);
  font-weight: 700;
}

.step-link.is-active .step-link__label,
.step-link.is-complete .step-link__label {
  color: var(--sl-color-secondary-900);
}

.panel {
  padding: 16px;
  min-width: 0;
}

.step {
  display: none;
}

.step.is-active {
  display: block;
}

.section-head {
  margin-bottom: 16px;
}

.section-head p {
  margin-top: 4px;
  color: var(--sl-color-neutral-700);
}

.card {
  padding: 16px;
  margin-bottom: 16px;
}

.platform-intro {
  background:
    radial-gradient(circle at top right, rgba(0, 88, 139, 0.1), transparent 42%),
    linear-gradient(135deg, #fff 0%, #f7fbff 55%, #eef6fb 100%);
  border-color: rgba(0, 88, 139, 0.2);
}

.platform-intro h2 {
  margin-bottom: 8px;
}

.platform-intro p:last-of-type {
  color: var(--sl-color-neutral-700);
  max-width: 72ch;
}

.lens-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.lens-switch label {
  font-size: 13px;
  font-weight: 700;
  color: var(--sl-color-secondary-900);
}

.lens-switch select {
  width: auto;
  min-width: 180px;
  background: rgba(255, 255, 255, 0.92);
}

.lens-summary {
  margin-top: 10px;
  font-size: 13px;
  color: var(--sl-color-neutral-700);
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.industry-list span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0, 88, 139, 0.08);
  color: var(--sl-color-tertiary-900);
  font-size: 13px;
  font-weight: 700;
}

.capability-panel {
  display: grid;
  gap: 14px;
}

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

.module-card {
  border: 1px solid var(--sl-color-neutral-300);
  border-radius: 10px;
  padding: 12px;
  background: var(--sl-color-white);
}

.module-card__index {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--sl-color-neutral-700);
}

.module-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.module-card__purpose,
.module-card__io {
  margin: 0;
  font-size: 13px;
}

.module-card__purpose {
  margin-bottom: 8px;
  color: var(--sl-color-neutral-700);
}

.module-proof h3 {
  margin-bottom: 8px;
}

.reuse-grid,
.handoff-list {
  display: grid;
  gap: 8px;
}

.reuse-row,
.handoff-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--sl-color-neutral-100);
}

.reuse-row p,
.handoff-row p {
  margin: 0;
  font-size: 13px;
}

.handoff-row p span {
  display: inline-block;
  margin-left: 6px;
  color: var(--sl-color-neutral-700);
}

.lens-fields {
  border: 1px dashed rgba(0, 88, 139, 0.28);
  border-radius: 10px;
  padding: 12px;
  background: #f7fbff;
}

.lens-fields:empty {
  display: none;
}

.lens-fields__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sl-color-secondary-900);
}

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

.lens-fields__note {
  margin-top: 8px;
  color: var(--sl-color-neutral-700);
  font-size: 12px;
}

.filters {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

input,
select,
button {
  font: inherit;
}

input,
select,
textarea {
  height: 44px;
  border: 1px solid var(--sl-color-neutral-300);
  border-radius: 8px;
  padding: 0 12px;
}

textarea {
  height: auto;
  min-height: 96px;
  padding: 10px 12px;
  resize: vertical;
}

.checkbox {
  flex-direction: row;
  align-items: center;
}

.checkbox input {
  width: 18px;
  height: 18px;
}

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

.form-grid .actions,
.form-grid .checkbox,
.form-grid .full,
.form-grid .section-divider {
  grid-column: 1 / -1;
}

.payment-method-field {
  display: grid;
  gap: 6px;
}

.payment-method-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #2f3f49;
}

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

.payment-method-btn {
  min-height: 72px;
  border: 1px solid #c9d3dc;
  border-radius: 11px;
  background: #fff;
  color: #2b3b45;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 8px 6px;
  text-align: center;
}

.payment-method-btn:hover {
  border-color: #7f9fb0;
}

.payment-method-btn.is-active {
  border-color: #0e4fbe;
  box-shadow: 0 0 0 1px #0e4fbe inset;
  background: #f8fbff;
}

.payment-method-btn__icon {
  width: 22px;
  height: 22px;
  color: #40616f;
}

.payment-method-btn.is-active .payment-method-btn__icon {
  color: #0f4b58;
}

.payment-method-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.payment-method-btn__label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.qrph-panel {
  border: 1px solid #d6dde3;
  border-radius: 12px;
  background: #fff;
  padding: 12px 10px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.qrph-panel[hidden] {
  display: none !important;
}

.qrph-panel__title {
  margin: 0;
  color: #214453;
  font-size: 16px;
  font-weight: 700;
}

.qrph-wallets {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  align-items: center;
}

.qrph-wallet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0;
  overflow: hidden;
}

.qrph-wallet img {
  display: block;
  width: 100%;
  max-width: 64px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

.card-pay-panel {
  border: 1px solid #d6dde3;
  border-radius: 12px;
  background: #fff;
  padding: 12px 10px;
  display: grid;
  gap: 10px;
}

.card-pay-panel[hidden] {
  display: none !important;
}

.card-pay-panel__enroll {
  margin: 0;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
}

.card-pay-panel__enroll input {
  margin-top: 1px;
}

.bank-pay-panel {
  border: 1px solid #d6dde3;
  border-radius: 12px;
  background: #fff;
  padding: 12px 10px;
  display: grid;
  gap: 10px;
}

.bank-pay-panel[hidden] {
  display: none !important;
}

.bank-pay-panel__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #214453;
}

.bank-pay-panel__details {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #d5dee4;
  border-radius: 10px;
  background: #f8fbfd;
}

.bank-pay-panel__details p {
  margin: 0;
  display: grid;
  gap: 2px;
}

.bank-pay-panel__details span {
  font-size: 11px;
  color: #6f7f88;
}

.bank-pay-panel__details strong {
  font-size: 13px;
  color: #2d3f49;
}

.bank-pay-panel__steps {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  color: #3c4f59;
  font-size: 12px;
}

.bank-pay-panel__upload-note {
  margin: 0;
  color: #5e727d;
  font-size: 11px;
}

.bank-pay-panel__upload-status {
  margin: 0;
  color: #1f4f63;
  font-size: 12px;
  font-weight: 600;
}

.qrph-panel__canvas {
  width: min(100%, 256px);
  height: auto;
  border: 8px solid #fff;
  background: #fff;
  box-shadow: 0 0 0 1px #d6dde3 inset;
}

.qrph-panel__amount {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #243943;
}

.qrph-panel__product {
  margin: 0;
  color: #4d616b;
  font-size: 16px;
  font-weight: 600;
}

.qrph-panel__download {
  color: #3b7ddf;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.qrph-panel__download:hover {
  text-decoration: underline;
}

.upload-field {
  display: grid;
  gap: 6px;
}

.upload-field input[type="file"] {
  height: auto;
  padding: 8px;
  border: 1px solid #d5dee4;
  border-radius: 8px;
  background: #fff;
  font-size: 12px;
}

.upload-preview {
  border: 1px dashed #c2d1da;
  border-radius: 8px;
  background: #f8fbfd;
  padding: 8px;
  display: grid;
  gap: 6px;
}

.upload-preview img {
  width: 100%;
  max-height: 140px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #dce4e9;
}

.upload-preview__text {
  font-size: 11px;
  color: #647983;
  overflow-wrap: anywhere;
}

.section-divider {
  margin: 8px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--sl-color-neutral-300);
  font-weight: 700;
  color: var(--sl-color-secondary-900);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.btn {
  min-height: 44px;
  border-radius: 8px;
  padding: 0 14px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.btn--primary {
  background: var(--sl-color-primary-400);
  color: var(--sl-color-tertiary-900);
  font-weight: 700;
}

.btn--primary:hover {
  background: var(--sl-color-primary-500);
}

.btn--secondary {
  background: #fff;
  border-color: var(--sl-color-tertiary-800);
  color: var(--sl-color-tertiary-800);
}

.btn--danger {
  background: #fff;
  border-color: var(--sl-color-danger);
  color: var(--sl-color-danger);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.need-group {
  margin-bottom: 12px;
}

.need-group__title {
  margin: 0 0 8px;
  font-size: 16px;
  color: #2f4d5b;
}

.need-group__grid {
  margin-bottom: 0;
}

.product-card {
  border: 1px solid var(--sl-color-neutral-300);
  border-radius: 8px;
  padding: 12px;
  display: grid;
  gap: 8px;
}

.product-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef6fb;
  color: var(--sl-color-tertiary-900);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.shortlist-toggle {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  flex: 0 0 30px;
  align-self: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #bccad3;
  border-radius: 999px;
  background: #fff;
  color: #95a8b3;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  overflow: hidden;
}

.shortlist-toggle span {
  display: block;
  font-size: 14px;
  line-height: 1;
}

.shortlist-toggle.is-on {
  border-color: #2f73bb;
  background: #e8f3ff;
  color: #00539f;
}

.product-card h3 {
  font-size: 17px;
}

.product-highlight {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--sl-color-secondary-900);
}

.product-specs {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.product-specs div {
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--sl-color-neutral-100);
}

.product-specs dt {
  font-size: 11px;
  font-weight: 700;
  color: var(--sl-color-neutral-700);
}

.product-specs dd {
  margin: 0;
  font-size: 13px;
  color: var(--sl-color-tertiary-900);
}

.product-meta {
  color: var(--sl-color-neutral-700);
  font-size: 13px;
}

.muted {
  color: var(--sl-color-neutral-700);
}

.compare-wrap {
  max-width: 100%;
  border: 1px solid var(--sl-color-neutral-300);
  border-radius: 8px;
  background: #fff;
  overflow: auto;
}

.compare {
  width: max-content;
  border-collapse: collapse;
  min-width: 100%;
  table-layout: fixed;
}

.compare th,
.compare td {
  border: 1px solid var(--sl-color-neutral-300);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.compare th:first-child,
.compare td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  min-width: 160px;
}

.compare th {
  background: var(--sl-color-neutral-100);
}

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.quote-card {
  border: 1px solid var(--sl-color-neutral-300);
  border-radius: 8px;
  padding: 12px;
  background: var(--sl-color-surface-warm);
}

.quote-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--sl-color-secondary-900);
}

.output {
  margin: 0;
  background: var(--sl-color-neutral-100);
  border-radius: 8px;
  padding: 12px;
  overflow: auto;
  min-height: 60px;
}

.output--summary {
  padding: 8px;
}

.output-empty {
  margin: 0;
  font-size: 12px;
  color: #6b7b84;
}

.response-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.response-table th,
.response-table td {
  border: 1px solid #dce4e9;
  padding: 6px;
  text-align: left;
  vertical-align: top;
}

.response-table th {
  width: 38%;
  background: #f6f9fb;
  color: #385667;
  font-weight: 700;
}

.doc-card {
  border: 1px solid #dce3e8;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  display: grid;
  gap: 8px;
}

.doc-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.doc-card__brand {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  color: #6c7f89;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.doc-card h3 {
  margin: 0;
  font-size: 19px;
  color: #2e6780;
}

.doc-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
  padding-top: 6px;
  border-top: 1px solid #e7edf1;
}

.doc-card__grid p {
  margin: 0;
  display: grid;
  gap: 2px;
}

.doc-card__grid span {
  font-size: 11px;
  color: #7b8d96;
}

.doc-card__grid strong {
  font-size: 12px;
  color: #2f3f47;
}

.doc-card__amount {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #2d3a42;
}

.doc-card__meta {
  margin: 0;
  font-size: 12px;
  color: #53666f;
}

.status {
  padding: 16px;
  height: fit-content;
  position: sticky;
  top: 90px;
  min-width: 0;
}

.status ul {
  margin: 12px 0 0;
  padding-left: 16px;
}

.debug-panel {
  margin-top: 16px;
  border-top: 1px solid var(--sl-color-neutral-300);
  padding-top: 12px;
}

.debug-panel summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--sl-color-secondary-900);
}

.debug-grid {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.debug-grid p {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--sl-color-neutral-700);
}

.handoff-row strong {
  font-size: 13px;
  color: var(--sl-color-secondary-900);
}

.status-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
}

.status-title__hint {
  opacity: 0.35;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--sl-color-tertiary-800);
}

.status-title:hover .status-title__hint {
  opacity: 0.9;
}

.center-nav {
  position: sticky;
  bottom: 12px;
  margin-top: 4px;
  z-index: 5;
  box-shadow: 0 8px 24px rgba(0, 57, 70, 0.08);
}

.center-nav .actions {
  margin-top: 0;
  justify-content: flex-end;
}

.center-nav-hint {
  margin: 0 0 8px;
  min-height: 18px;
  font-size: 12px;
  color: var(--sl-color-tertiary-900);
  background: #eef6fb;
  border: 1px solid #cfe3f3;
  border-radius: 8px;
  padding: 8px 10px;
}

.center-nav-hint.is-blocked {
  color: var(--sl-color-tertiary-900);
  background: #edf5ff;
  border-color: #cfe2f4;
  font-weight: 600;
}

.progress-meter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid var(--sl-color-neutral-300);
  border-radius: 8px;
  background: #f4f9ff;
}

.progress-circle {
  --pct: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #fff 74%, transparent 75% 100%),
    conic-gradient(var(--sl-color-primary-400) calc(var(--pct) * 1%), #e8ecee 0);
}

.progress-circle strong {
  font-size: 14px;
  color: var(--sl-color-secondary-900);
}

.metric-title {
  margin: 0;
  font-weight: 700;
  color: var(--sl-color-secondary-900);
}

.metric-sub {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--sl-color-neutral-700);
}

.metric-bars {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.metric-row p {
  margin: 0 0 4px;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  font-size: 12px;
  color: var(--sl-color-neutral-700);
}

.metric-track {
  height: 8px;
  background: #e8ecee;
  border-radius: 999px;
  overflow: hidden;
}

.metric-track > div {
  height: 100%;
  background: linear-gradient(90deg, #0078bf, #00539f);
}

@media (max-width: 1240px) {
  .layout {
    max-width: 1080px;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }

  .stepper {
    grid-column: 1 / -1;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(126px, 1fr);
    gap: 10px;
    overflow-x: auto;
    padding: 10px 12px;
  }

  .step-link {
    min-height: 52px;
    padding: 4px 6px 10px 0;
    margin-bottom: 0;
  }

  .step-link__label {
    font-size: 13px;
  }

  .status {
    position: static;
  }

  .status {
    height: fit-content;
  }
}

@media (max-width: 905px) {
  .layout {
    grid-template-columns: 1fr;
  }

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

  .stepper {
    grid-auto-columns: minmax(118px, 70vw);
  }

  .step-link {
    min-height: 48px;
  }

  .appbar-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .capability-grid,
  .catalog-grid,
  .quotes-grid,
  .form-grid,
  .filters {
    grid-template-columns: 1fr;
  }
}

/* V3 mobile-app simulation shell aligned to poster references */
body {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 16px 16px;
  background: #fff;
}

.appbar,
.status {
  display: none;
}

.layout {
  --col-gutter: 6px;
  --rail-gap: 6px;
  --footer-reserve: 116px;
  position: relative;
  width: min(100%, 414px);
  height: calc(100vh - 32px);
  margin: 0;
  padding: 42px 14px 12px;
  background: #f4f5f6;
  border: 10px solid #05080d;
  border-radius: 48px;
  box-shadow:
    0 28px 60px rgba(12, 18, 25, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
}

.layout::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 30px;
  border-radius: 18px;
  background: #02040a;
  z-index: 40;
}

.status-bar {
  position: absolute;
  top: 18px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0c1822;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  z-index: 41;
}

.status-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-signal {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
}

.status-signal i {
  display: block;
  width: 2px;
  border-radius: 2px;
  background: #0c1822;
}

.status-signal i:nth-child(1) { height: 4px; }
.status-signal i:nth-child(2) { height: 6px; }
.status-signal i:nth-child(3) { height: 8px; }
.status-signal i:nth-child(4) { height: 10px; }

.status-battery {
  width: 20px;
  height: 10px;
  border: 1.5px solid #0c1822;
  border-radius: 3px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1px;
}

.status-battery::after {
  content: "";
  position: absolute;
  right: -3px;
  width: 2px;
  height: 4px;
  border-radius: 1px;
  background: #0c1822;
}

.status-battery > span {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: 2px;
  background: #0c1822;
}

.mobile-brand {
  padding: 10px 12px;
  border-radius: 14px 14px 0 0;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.top-shell {
  margin: var(--rail-gap) var(--col-gutter) 0;
  border: 1px solid #d3dce3;
  border-radius: 14px 14px 0 0;
  background: #fff;
  box-shadow: 0 10px 14px -12px rgba(9, 35, 54, 0.35);
  min-width: 0;
}

.mobile-brand__lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0e4f5c;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.mobile-brand__mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4d64e;
  box-shadow:
    0 0 0 3px rgba(255, 203, 5, 0.35),
    0 0 0 6px rgba(255, 203, 5, 0.16);
}

.stepper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: transparent;
  border: 0;
  border-top: 1px solid #e2e8ed;
  border-radius: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 0;
  min-width: 0;
}

.stepper::-webkit-scrollbar {
  display: none;
}

.step-link {
  min-height: 28px;
  padding: 4px 2px;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  opacity: 0.95;
  flex: 0 0 auto;
}

.step-link:not(:last-child)::after {
  content: "›";
  margin: 0 6px;
  color: #9aaab3;
  font-size: 12px;
  font-weight: 700;
}

.step-link__badge {
  display: none;
}

.step-link__label {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  border: 0;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  color: #6d808a;
  font-weight: 600;
}

.step-link.is-active .step-link__badge {
  border-color: transparent;
  background: transparent;
  color: transparent;
}

.step-link.is-complete .step-link__badge {
  border-color: #6c9aa8;
  background: #eef5f8;
}

.step-link.is-active {
  border-color: transparent;
  background: transparent;
}

.step-link.is-active .step-link__label {
  color: #0f4b58;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.step-link.is-complete {
  border-color: transparent;
  background: transparent;
}

.panel {
  border: 0;
  background: #f3f5f7;
  border-left: 1px solid #d9e1e7;
  border-right: 1px solid #d9e1e7;
  border-radius: 0;
  padding: 0;
  margin: 0 var(--col-gutter) var(--footer-reserve);
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.panel-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.panel-scroll::-webkit-scrollbar {
  display: none;
}

.panel-scroll > .step {
  padding: 0 8px;
}

.card {
  border-radius: 16px 16px 0 0;
  border-color: #d6dde3;
  background: #fff;
  box-shadow: 0 2px 10px rgba(10, 24, 37, 0.04);
  padding: 14px;
  margin-bottom: 12px;
}

.panel-scroll .product-card,
.panel-scroll .quote-card,
.panel-scroll .compare-wrap,
.panel-scroll .output {
  border-radius: 10px;
}

.section-head {
  margin-bottom: 14px;
}

.section-head h2 {
  font-size: clamp(26px, 4.5vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #0f4b58;
  margin-bottom: 8px;
}

.section-head p {
  margin-top: 0;
  color: #3f4f59;
  font-size: 15px;
  line-height: 1.45;
}

label {
  font-size: 13px;
  color: #2f3f49;
  font-weight: 600;
  gap: 4px;
}

input,
select,
textarea {
  height: 42px;
  border-color: #c9d3dc;
  border-radius: 11px;
  background: #fff;
  color: #22313a;
}

textarea {
  min-height: 84px;
  padding: 10px 12px;
}

.form-grid {
  gap: 10px;
}

.section-divider {
  margin: 6px 0 0;
  padding-top: 8px;
  font-size: 13px;
}

.btn {
  min-height: 40px;
  font-size: 13px;
  border-radius: 10px;
  padding: 0 12px;
  justify-content: center;
  font-weight: 700;
}

.btn--primary {
  width: auto;
  border: 1px solid #004487;
  background: #00539f;
  color: #fff;
}

.btn--secondary {
  border-color: #266a7d;
  color: #055267;
  background: #fff;
}

.actions {
  width: 100%;
  margin-top: 6px;
  justify-content: flex-start;
}

.actions .btn {
  flex: 0 0 auto;
}

.center-nav {
  position: absolute;
  left: var(--col-gutter);
  right: var(--col-gutter);
  bottom: 0;
  z-index: 30;
  border: 1px solid #bccbd5;
  border-top: 0;
  background: #ffffff;
  opacity: 1;
  box-shadow: 0 -14px 18px -12px rgba(9, 35, 54, 0.45);
  padding: 8px;
  border-radius: 0 0 12px 12px;
  margin: 0;
  width: auto;
  box-sizing: border-box;
}

.center-nav .actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.center-nav .actions #centerNextBtn {
  order: 2;
}

.center-nav .actions #centerBackBtn {
  order: 1;
}

.center-nav-hint {
  margin-bottom: 8px;
  border-radius: 12px;
  font-size: 12px;
  padding: 6px 9px;
}

.capability-grid,
.catalog-grid,
.quotes-grid,
.form-grid,
.filters,
.lens-fields__grid {
  grid-template-columns: 1fr;
}

@media (max-width: 700px) {
  body {
    display: block;
    padding: 0;
    background: #fff;
  }

  .layout {
    --col-gutter: 2px;
    --rail-gap: 6px;
    --footer-reserve: 116px;
    width: 100%;
    height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 10px 10px;
  }

  .status-bar {
    top: 10px;
    left: 12px;
    right: 12px;
  }

  .layout::before {
    display: none;
  }

  .mobile-brand__lockup {
    font-size: 20px;
  }

  .section-head h2 {
    font-size: clamp(24px, 8vw, 30px);
  }

  .section-head p {
    font-size: 14px;
  }

  .actions .btn {
    flex: 1 1 100%;
  }

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

  .center-nav .actions #centerNextBtn {
    order: 1;
  }

  .center-nav .actions #centerBackBtn {
    order: 2;
  }

  .panel {
    padding-bottom: 0;
  }

  .panel-scroll > .step {
    padding: 0 6px;
  }

  .center-nav {
    margin: 0;
    width: auto;
  }
}

/* Strict V4 4-rail shell (single source of truth) */
.layout {
  --col-gutter: 6px;
  --rail-inner-pad: 10px;
  --status-inline-inset: 14px;
  --footer-height: 106px;
  --status-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  overflow: hidden;
}

.status-bar {
  position: absolute;
  top: var(--status-top);
  left: calc(var(--col-gutter) + var(--status-inline-inset));
  right: calc(var(--col-gutter) + var(--status-inline-inset));
  margin: 0;
  z-index: 41;
}

.top-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "brand"
    "stepper";
  align-items: center;
  gap: 6px 0;
  margin: 0 var(--col-gutter);
  padding: 8px calc(var(--rail-inner-pad) + 86px) 8px var(--rail-inner-pad);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 10px 14px -12px rgba(9, 35, 54, 0.35);
  overflow: hidden;
}

.mobile-brand {
  grid-area: brand;
  border-radius: 0;
  padding: 0;
  min-width: 0;
}

.mobile-brand__logo {
  display: block;
  width: 127px;
  height: auto;
}

.stepper {
  grid-area: stepper;
  width: 100%;
  justify-content: flex-start;
  border: 0;
  border-top: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.top-progress {
  position: absolute;
  top: 8px;
  right: var(--rail-inner-pad);
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 62px;
  padding: 0;
}

.top-progress__ring {
  --pct: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #fff 68%, transparent 69% 100%),
    conic-gradient(var(--sl-color-primary-400) calc(var(--pct) * 1%), #dbe4e8 0);
}

.top-progress__ring strong {
  font-size: 7px;
  font-weight: 700;
  color: #0b3b52;
}

.top-progress__meta {
  min-width: 34px;
}

.top-progress__title {
  display: none;
}

.top-progress__ratio {
  margin: 0;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  color: #0b3b52;
}

.top-progress__bars {
  margin-top: 2px;
  display: flex;
  gap: 2px;
}

.top-progress__bar {
  display: block;
  width: 8px;
  height: 2px;
  background: #dbe4e8;
  border-radius: 999px;
  overflow: hidden;
}

.top-progress__bar i {
  display: block;
  height: 100%;
  background: #0b6c8e;
  border-radius: 999px;
}

.step-link {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 2px 0;
  gap: 0;
}

.step-link__label {
  font-size: 12px;
  font-weight: 600;
}

.step-link__badge {
  display: none;
}

.step-link:not(:last-child)::after {
  content: "›";
  margin: 0 6px;
  color: #9aaab3;
  font-size: 12px;
  font-weight: 700;
}

.panel {
  margin: 0 var(--col-gutter);
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.panel-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 0 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.panel-scroll::-webkit-scrollbar {
  display: none;
}

.panel-scroll > .step {
  padding: 8px 8px 0;
}

.center-nav {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 var(--col-gutter);
  width: auto;
  min-height: var(--footer-height);
  border-radius: 0 0 12px 12px;
  border: 1px solid #bccbd5;
  border-top: 0;
  background: #fff;
  opacity: 1;
  box-shadow: 0 -10px 14px -12px rgba(9, 35, 54, 0.35);
  z-index: 42;
}

.top-shell,
.panel,
.center-nav {
  box-sizing: border-box;
}

.status {
  display: none !important;
}

@media (max-width: 700px) {
  .layout {
    --col-gutter: 2px;
    --rail-inner-pad: 8px;
    --status-inline-inset: 10px;
    --footer-height: 106px;
    --status-top: 10px;
  }

  .status-bar {
    left: calc(var(--col-gutter) + var(--status-inline-inset));
    right: calc(var(--col-gutter) + var(--status-inline-inset));
    margin: 0;
  }

  .panel-scroll > .step {
    padding: 8px 6px 0;
  }

  .center-nav {
    margin: 0 var(--col-gutter);
  }

  .top-progress {
    top: 8px;
    right: var(--rail-inner-pad);
    min-width: 58px;
    gap: 4px;
  }

  .top-progress__bar {
    width: 7px;
  }

  .mobile-brand__logo {
    width: 110px;
  }

  .top-shell {
    overflow: visible;
  }

  .stepper {
    flex-wrap: wrap;
    row-gap: 4px;
    overflow-x: visible;
    white-space: normal;
  }
}

/* Reference-aligned visual pass (without changing container size) */
.top-shell {
  margin: 0 var(--col-gutter);
  border-radius: 0;
  padding: 0 !important;
  gap: 0 !important;
}

.top-progress {
  display: none;
}

.mobile-brand {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #00539f;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #004a8d;
  width: 100%;
}

.mobile-brand__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #3d4a4f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-brand__iconbtn {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #0c1822;
  font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2", sans-serif;
  font-variant-emoji: text;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.mobile-brand__iconbtn:active {
  background: rgba(0, 0, 0, 0.08);
}

.stepper {
  justify-content: center;
  gap: 6px;
  padding: 8px 10px 10px;
  border-top: 1px solid #e7edf1;
}

.filter-meta {
  margin: 0;
  font-size: 11px;
  color: #5d7783;
}

.step-link:not(:last-child)::after {
  content: "";
  margin: 0;
}

.step-link__label {
  border: 1px solid #8ea8b2;
  border-radius: 999px;
  background: #7f9faa;
  color: #f4f8fa;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
}

.step-link.is-active .step-link__label {
  background: #6f8f9b;
  border-color: #6f8f9b;
  color: #fff;
  text-decoration: none;
}

.step-link.is-complete .step-link__label {
  background: #89a5af;
  border-color: #89a5af;
  color: #eef4f7;
}

.filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 10px;
}

.quote-preferences {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

.quote-mode-fieldset {
  margin: 0;
  border: 1px solid #d5e0e6;
  border-radius: 10px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
}

.quote-mode-fieldset legend {
  padding: 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: #476675;
}

#categoryFilterLabel {
  display: none;
}

#needFilterLabel {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filter-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.filter-chips::-webkit-scrollbar {
  display: none;
}

.filter-chip {
  border: 1px solid #8ea8b2;
  background: #7f9faa;
  color: #f4f8fa;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.filter-chip__clear {
  opacity: 0.85;
  font-weight: 700;
  line-height: 1;
}

.filter-chip.is-active {
  background: #6f8f9b;
  border-color: #6f8f9b;
  color: #fff;
}

.card,
.product-card,
.quote-card,
.output,
.compare-wrap {
  border-radius: 10px;
  border: 1px solid #dce3e8;
  box-shadow: none;
}

.card {
  padding: 10px;
  margin-bottom: 8px;
}

.panel-scroll > .step {
  padding: 0 6px;
}

.section-head {
  margin-bottom: 10px;
}

.section-head h2 {
  font-size: clamp(20px, 3.8vw, 24px);
  margin-bottom: 4px;
  color: #2b5f73;
}

.section-head p {
  font-size: 13px;
  color: #6c7c85;
  line-height: 1.3;
}

label {
  font-size: 12px;
  color: #596971;
  font-weight: 600;
}

input,
select,
textarea {
  height: 38px;
  border-radius: 8px;
  border-color: #d5dee4;
  font-size: 13px;
  color: #3a4a52;
}

textarea {
  min-height: 72px;
}

.form-grid {
  gap: 8px;
}

.section-divider {
  margin: 4px 0 0;
  padding-top: 6px;
  border-top-color: #e7edf1;
  font-size: 12px;
  color: #667882;
}

.product-card {
  padding: 10px;
  gap: 6px;
  background: #fff;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  align-content: start;
}

.product-image {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e9ee;
}

.product-card h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #2e6780;
  min-height: 48px;
}

.product-card p,
.product-meta {
  font-size: 12px;
  color: #72828b;
}

.product-features {
  margin: 0;
  padding: 6px 0 0 18px;
  border-top: 1px solid #e7edf1;
  display: grid;
  gap: 4px;
}

.product-features li {
  font-size: 12px;
  color: #3b5663;
  line-height: 1.35;
}

.product-more-wrap {
  margin: 2px 0 0;
  margin-top: auto;
}

.product-more-link {
  color: #3d6f84;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-more-link:hover {
  color: #2f596b;
}

.quote-card {
  padding: 10px;
  background: #fff;
}

.quote-card h3 {
  margin: 2px 0 0;
  font-size: 20px;
  color: #2e6780;
  line-height: 1.2;
}

.quote-price {
  margin: 4px 0 0;
  font-size: 22px;
  color: #2d3a42;
}

.quote-metrics {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e7edf1;
  display: grid;
  gap: 4px;
}

.quote-metric-row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.quote-metric-label {
  color: #7b8d96;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.quote-metric-label.has-info::after {
  content: "i";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #adc0c9;
  color: #8fa2ab;
  display: inline-grid;
  place-items: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.quote-metric-value {
  color: #3b4b53;
  font-size: 12px;
  font-weight: 700;
}

.center-nav-hint {
  border-radius: 8px;
  font-size: 11px;
}

.center-nav {
  border-radius: 0 0 12px 12px !important;
}

.shortlist-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shortlist-toggle span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 700px) {
  .status-bar {
    display: none !important;
  }
}

/* Unified action button geometry across v3 flows */
.btn {
  min-height: 34px;
  height: auto;
  padding: 7px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

/* RCBC visual theme overrides for /rcbc journey */
:root {
  --rcbc-blue: #00539f;
  --rcbc-blue-deep: #003f7d;
  --rcbc-gold: #66b2ff;
  --rcbc-teal: #00a88f;
  --rcbc-surface: #f3f8ff;
  --rcbc-border: #c9d9ea;
}

body {
  background:
    radial-gradient(circle at top right, rgba(0, 168, 143, 0.12), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, var(--rcbc-surface) 100%);
}

.layout {
  background: #f2f7fc;
}

.top-shell {
  border-color: var(--rcbc-border);
  box-shadow: 0 10px 14px -12px rgba(0, 63, 125, 0.35);
}

.mobile-brand {
  background: linear-gradient(135deg, var(--rcbc-blue) 0%, var(--rcbc-blue-deep) 100%);
  border-bottom-color: var(--rcbc-gold);
}

.mobile-brand__title {
  color: #ffffff;
  font-weight: 700;
}

.mobile-brand__iconbtn {
  color: #ffffff;
}

.mobile-brand__iconbtn:active {
  background: rgba(255, 255, 255, 0.14);
}

.panel {
  border-left-color: var(--rcbc-border);
  border-right-color: var(--rcbc-border);
}

.card,
.product-card,
.quote-card,
.compare-wrap,
.output,
.center-nav {
  border-color: var(--rcbc-border);
}

.section-head h2,
.product-highlight,
.doc-card h3,
.quote-price {
  color: var(--rcbc-blue);
}

.btn--primary {
  border-color: #004487;
  background: var(--rcbc-blue);
  color: #ffffff;
}

.btn--primary:hover {
  background: #004887;
}

.btn--secondary {
  border-color: var(--rcbc-blue);
  color: var(--rcbc-blue);
  background: #ffffff;
}

.center-nav-hint {
  color: #174a86;
  background: #edf4ff;
  border-color: #cfe0f2;
}

.center-nav-hint.is-blocked {
  color: #174a86;
  background: #edf4ff;
  border-color: #cfe0f2;
}

.step-link__label {
  border-color: #b6cae0;
  background: #e8f1fb;
  color: #245280;
}

.step-link.is-active .step-link__label {
  background: var(--rcbc-blue);
  border-color: var(--rcbc-blue);
  color: #ffffff;
  text-decoration: none;
}

.step-link.is-complete .step-link__label {
  background: var(--rcbc-teal);
  border-color: var(--rcbc-teal);
  color: #ffffff;
}

.product-chip {
  background: #e9f2ff;
  color: var(--rcbc-blue);
}

.shortlist-toggle.is-on {
  border-color: #2f73bb;
  background: #e8f3ff;
  color: #00539f;
}

.compare th {
  background: #edf4ff;
  color: #1d4f80;
}

.quote-card {
  background: #f7fbff;
}
