.witness-page {
  background: #f4f5ef;
}

.witness-hero {
  position: relative;
  min-height: min(760px, 86vh);
  margin-top: -92px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #e9eee7;
}

.witness-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.witness-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 245, 239, .98) 0%, rgba(244, 245, 239, .92) 32%, rgba(244, 245, 239, .22) 66%, rgba(244, 245, 239, .02) 100%);
}

.witness-hero .section-shell {
  position: relative;
  z-index: 2;
  padding-top: 190px;
  padding-bottom: 76px;
}

.witness-hero-copy {
  width: min(620px, 55%);
}

.witness-eyebrow,
.witness-section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.witness-eyebrow::before,
.witness-section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--green);
}

.witness-hero h1 {
  max-width: 620px;
  margin: 24px 0 22px;
  color: var(--ink);
  font-size: clamp(54px, 6.2vw, 92px);
  line-height: .98;
  letter-spacing: 0;
}

.witness-hero-copy > p {
  max-width: 560px;
  margin: 0;
  color: #4f5b52;
  font-size: 15px;
  line-height: 1.9;
}

.witness-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.witness-hero-actions a {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  color: white;
  background: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.witness-hero-actions a:last-child {
  color: var(--ink);
  background: rgba(255, 255, 255, .65);
}

.witness-trust {
  margin-top: 46px;
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(17, 21, 17, .16);
}

.witness-trust span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.witness-trust b {
  font-size: 13px;
}

.witness-trust small {
  color: var(--muted);
  font-size: 9px;
}

.witness-anchor-wrap {
  position: sticky;
  top: 94px;
  z-index: 25;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 245, 239, .94);
  backdrop-filter: blur(16px);
}

.witness-anchor-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.witness-anchor-nav::-webkit-scrollbar {
  display: none;
}

.witness-anchor-nav a {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 700;
}

.witness-anchor-nav a:hover {
  border-color: var(--ink);
  color: white;
  background: var(--ink);
}

.witness-content {
  padding-top: 34px;
  padding-bottom: 100px;
}

.witness-section {
  padding: 74px 0;
  scroll-margin-top: 150px;
  border-bottom: 1px solid var(--line);
}

.witness-section:last-child {
  border-bottom: 0;
}

.witness-section-head {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 54px;
}

.witness-section-head h2 {
  margin: 16px 0 0;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.witness-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.witness-notice {
  margin: -10px 0 30px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-left: 3px solid #a8d638;
  background: #eaf1df;
  color: #364234;
  font-size: 11px;
  line-height: 1.7;
}

.witness-notice b {
  flex: 0 0 auto;
  color: var(--green);
}

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

.witness-plan-card {
  min-height: 340px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.witness-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 108, 77, .4);
  box-shadow: 0 18px 45px rgba(25, 36, 27, .08);
}

.witness-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.witness-plan-top > span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.witness-plan-top > b {
  padding: 5px 7px;
  border-radius: 5px;
  color: #3f5419;
  background: #def1a8;
  font-size: 8px;
}

.witness-plan-card h3 {
  margin: 38px 0 12px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.witness-plan-card p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.witness-plan-meta {
  margin-top: auto;
  padding: 18px 0 14px;
  color: #415046;
  font-size: 9px;
  font-weight: 700;
}

.witness-plan-card a,
.witness-region-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.witness-region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.witness-region-card {
  min-height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .7);
}

.witness-region-card > span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.witness-region-card h3 {
  margin: 30px 0 12px;
  font-size: 22px;
  letter-spacing: 0;
}

.witness-region-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.witness-region-card a {
  margin-top: auto;
}

.witness-process-list {
  counter-reset: witness-step;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  overflow: hidden;
  background: #102219;
}

.witness-process-card {
  min-height: 310px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .12);
  color: white;
}

.witness-process-card:last-child {
  border-right: 0;
}

.witness-process-card > span {
  color: #c4f15f;
  font-size: 10px;
  font-weight: 800;
}

.witness-process-card h3 {
  margin: 54px 0 14px;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0;
}

.witness-process-card p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  line-height: 1.8;
}

.witness-process-card small {
  margin-top: auto;
  padding-top: 22px;
  color: #c4f15f;
  font-size: 9px;
  font-weight: 700;
}

.witness-faq-list {
  border-top: 1px solid var(--line);
}

.witness-faq-list details {
  border-bottom: 1px solid var(--line);
}

.witness-faq-list summary {
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}

.witness-faq-list summary::-webkit-details-marker {
  display: none;
}

.witness-faq-list summary > span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.witness-faq-list summary b {
  font-size: 16px;
}

.witness-faq-list summary i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.witness-faq-list summary i::before,
.witness-faq-list summary i::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 13px;
  height: 1px;
  background: var(--ink);
}

.witness-faq-list summary i::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.witness-faq-list details[open] summary i::after {
  transform: rotate(0);
}

.witness-faq-list details > p {
  max-width: 850px;
  margin: -4px 0 0 58px;
  padding: 0 0 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.witness-source-note {
  margin-top: 34px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .witness-plan-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .witness-process-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .witness-process-card:nth-child(3) {
    border-right: 0;
  }

  .witness-process-card:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }
}

@media (max-width: 900px) {
  .witness-hero-copy {
    width: 67%;
  }

  .witness-region-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .witness-hero {
    min-height: 760px;
    margin-top: -72px;
    align-items: flex-end;
  }

  .witness-hero-image {
    object-position: 68% center;
  }

  .witness-hero::after {
    background: linear-gradient(0deg, rgba(244, 245, 239, 1) 0%, rgba(244, 245, 239, .94) 46%, rgba(244, 245, 239, .2) 100%);
  }

  .witness-hero .section-shell {
    padding-top: 290px;
    padding-bottom: 42px;
  }

  .witness-hero-copy {
    width: 100%;
  }

  .witness-hero h1 {
    margin-top: 18px;
    font-size: 48px;
  }

  .witness-hero-copy > p {
    font-size: 12px;
  }

  .witness-trust {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
  }

  .witness-anchor-wrap {
    top: 78px;
  }

  .witness-anchor-nav {
    min-height: 58px;
  }

  .witness-content {
    padding-top: 12px;
    padding-bottom: 70px;
  }

  .witness-section {
    padding: 54px 0;
    scroll-margin-top: 135px;
  }

  .witness-section-head {
    margin-bottom: 24px;
    display: block;
  }

  .witness-section-head h2 {
    font-size: 31px;
  }

  .witness-section-head p {
    margin-top: 17px;
  }

  .witness-plan-grid,
  .witness-region-grid,
  .witness-process-list {
    grid-template-columns: 1fr;
  }

  .witness-plan-card {
    min-height: 285px;
  }

  .witness-region-card {
    min-height: 210px;
  }

  .witness-process-card,
  .witness-process-card:nth-child(3) {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .witness-process-card:last-child {
    border-bottom: 0;
  }

  .witness-process-card h3 {
    margin-top: 35px;
  }

  .witness-faq-list summary {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    min-height: 78px;
    gap: 9px;
  }

  .witness-faq-list summary b {
    font-size: 14px;
    line-height: 1.5;
  }

  .witness-faq-list details > p {
    margin-left: 39px;
  }
}

/* Full reference structure, recolored for Panda Global. */
.witness-replica-hero {
  min-height: 900px;
  align-items: center;
  background: #e7eee0;
}

.witness-replica-hero::after {
  background:
    linear-gradient(90deg, rgba(244, 246, 238, .99) 0%, rgba(244, 246, 238, .96) 42%, rgba(244, 246, 238, .45) 70%, rgba(244, 246, 238, .08) 100%);
}

.witness-replica-hero .witness-hero-image {
  object-position: 72% center;
}

.witness-replica-copy {
  width: min(720px, 59%);
}

.witness-replica-badge {
  width: fit-content;
  margin-bottom: 30px;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(35, 102, 77, .28);
  border-radius: 99px;
  color: var(--green);
  background: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 800;
}

.witness-replica-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9ce3e;
  box-shadow: 0 0 0 5px rgba(169, 206, 62, .15);
}

.witness-replica-hero h1 {
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: clamp(52px, 5.2vw, 74px);
  line-height: .98;
}

.witness-replica-hero h1 span,
.witness-replica-hero h1 b {
  display: block;
}

.witness-replica-hero h1 b {
  color: var(--green);
  font-weight: 800;
}

.witness-replica-copy > p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.95;
}

.witness-replica-stats {
  margin-top: 62px;
  padding-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  border-top: 1px solid rgba(17, 21, 17, .15);
}

.witness-replica-stats > div {
  min-height: 116px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(35, 102, 77, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .5);
}

.witness-replica-stats span {
  font-size: 18px;
}

.witness-replica-stats b {
  margin-top: 6px;
  font-size: 22px;
  line-height: 1;
}

.witness-replica-stats small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 9px;
  white-space: nowrap;
}

.witness-replica-content {
  background: #f4f5ef;
}

.witness-replica-section {
  padding: 100px 0;
  scroll-margin-top: 155px;
  border-bottom: 1px solid var(--line);
}

.witness-replica-head {
  max-width: 740px;
  margin: 0 auto 48px;
  text-align: center;
}

.witness-replica-head .witness-section-kicker {
  justify-content: center;
}

.witness-replica-head h2 {
  margin: 16px 0 17px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
}

.witness-replica-head > p {
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.witness-banks-section {
  background: #eef2e9;
}

.witness-banks-section .witness-notice,
.witness-locator-section .witness-notice {
  max-width: 900px;
  margin: -18px auto 34px;
}

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

.witness-bank-card {
  min-width: 0;
  min-height: 610px;
  padding: 25px 18px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(35, 102, 77, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 25px rgba(25, 36, 27, .045);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.witness-bank-card:hover {
  transform: translateY(-6px);
  border-color: var(--green);
  box-shadow: 0 18px 45px rgba(25, 36, 27, .09);
}

.witness-bank-top {
  min-height: 105px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.witness-bank-top h3 {
  margin: 0 0 12px;
  font-size: 23px;
  letter-spacing: 0;
}

.witness-bank-top span {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  color: #315018;
  background: #e1efba;
  font-size: 9px;
  font-weight: 800;
}

.witness-bank-deposit {
  margin: 23px 0 4px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  color: var(--green);
}

.witness-bank-deposit b {
  font-size: 48px;
  line-height: .95;
}

.witness-bank-deposit span {
  padding-bottom: 4px;
  color: var(--muted);
  font-size: 13px;
}

.witness-bank-threshold {
  min-height: 43px;
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.witness-bank-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.witness-bank-card li {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 6px;
  color: #4f5a51;
  font-size: 10px;
  line-height: 1.65;
}

.witness-bank-card li.pro b {
  color: #2c9b5d;
}

.witness-bank-card li.con b {
  color: #d56b33;
}

.witness-bank-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.witness-bank-footer > p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.witness-bank-footer > p b {
  color: var(--ink);
}

.witness-bank-footer strong {
  min-height: 68px;
  padding: 11px;
  display: block;
  border: 1px solid rgba(35, 102, 77, .16);
  border-radius: 7px;
  color: #49574d;
  background: #f1f5e8;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}

.witness-bank-footer strong span {
  color: var(--green);
}

.witness-compare-wrap {
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}

.witness-table-bar {
  min-height: 76px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: #e2ead8;
}

.witness-table-bar h3 {
  margin: 0;
  font-size: 17px;
}

.witness-table-bar span {
  color: var(--muted);
  font-size: 10px;
}

.witness-table-scroll {
  overflow-x: auto;
}

.witness-table-scroll table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-size: 10px;
}

.witness-table-scroll th,
.witness-table-scroll td {
  padding: 15px 13px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  line-height: 1.6;
}

.witness-table-scroll th {
  color: var(--green);
  background: #f4f7ee;
  font-size: 9px;
  white-space: nowrap;
}

.witness-table-scroll td:first-child {
  font-weight: 800;
  white-space: nowrap;
}

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

.witness-locator-section {
  background: #13251b;
  color: white;
}

.witness-locator-section .witness-replica-head > p {
  color: rgba(255, 255, 255, .64);
}

.witness-locator-section .witness-section-kicker {
  color: #c2e765;
}

.witness-locator-section .witness-section-kicker::before {
  background: #c2e765;
}

.witness-locator-section .witness-notice {
  border-left-color: #b9dc5e;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .07);
}

.witness-locator-section .witness-notice b {
  color: #c2e765;
}

.witness-bank-filters {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.witness-bank-filters button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 7px;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.witness-bank-filters button:hover,
.witness-bank-filters button.active {
  border-color: #c2e765;
  color: #13251b;
  background: #c2e765;
  box-shadow: 0 8px 25px rgba(194, 231, 101, .18);
}

.witness-map-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
}

#witness-map {
  width: 100%;
  height: 620px;
  z-index: 1;
  background: #dce6d5;
}

.witness-map-fallback {
  min-height: 300px;
  padding: 50px;
  place-items: center;
  color: #c2e765;
  background: #1d3528;
  text-align: center;
}

.witness-map-fallback:not([hidden]) {
  display: grid;
}

.witness-city-marker-wrap {
  background: transparent;
  border: 0;
}

.witness-city-marker {
  width: max-content;
  min-width: 48px;
  min-height: 29px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: white;
  background: var(--marker-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .28);
  font-size: 11px;
  font-weight: 800;
}

.witness-map-popup {
  color: #233028;
  font-size: 11px;
  line-height: 1.6;
}

.witness-map-popup > b {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 13px;
}

.witness-map-popup ul {
  margin: 0;
  padding-left: 18px;
}

.witness-map-popup p {
  margin: 0;
}

.witness-city-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}

.witness-city-list button {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .05);
  font-size: 9px;
  cursor: pointer;
}

.witness-city-list button:hover {
  border-color: #c2e765;
  color: #c2e765;
}

.witness-map-note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  line-height: 1.7;
  text-align: center;
}

.witness-community-section {
  background: #dfead4;
}

.witness-community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 100px;
}

.witness-community-grid .witness-replica-head {
  margin: 0;
  text-align: left;
}

.witness-community-grid .witness-replica-head .witness-section-kicker {
  justify-content: flex-start;
}

.witness-community-grid a {
  margin-top: 27px;
  display: inline-flex;
  gap: 9px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.witness-community-grid figure {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(35, 102, 77, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
}

.witness-community-grid img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.witness-community-grid figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

.witness-process-section {
  background: #eef2e9;
}

.witness-step-list {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.witness-step-list::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(#23664d, #b7d95a, rgba(35, 102, 77, .1));
}

.witness-step-list article {
  padding: 25px 0;
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 28px;
}

.witness-step-list article > span {
  width: 58px;
  height: 58px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  background: #eef2e9;
  font-size: 14px;
  font-weight: 800;
}

.witness-step-list h3 {
  margin: 2px 0 8px;
  font-size: 20px;
  letter-spacing: 0;
}

.witness-step-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.witness-step-list small {
  margin-top: 11px;
  padding: 5px 9px;
  display: inline-block;
  border-radius: 5px;
  color: #3b5413;
  background: #e0efb5;
  font-size: 9px;
  font-weight: 700;
}

.witness-faq-section {
  background: #f7f6f1;
}

.witness-faq-section .witness-faq-list {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.witness-faq-section .witness-faq-list details {
  border-bottom: 1px solid var(--line);
  transition: background .2s ease;
}

.witness-faq-section .witness-faq-list details[open] {
  background: rgba(35, 102, 77, .035);
}

.witness-faq-section .witness-faq-list summary {
  min-height: 88px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 22px;
}

.witness-faq-section .witness-faq-list summary b {
  min-width: 0;
  font-size: 16px;
  line-height: 1.55;
}

.witness-faq-section .witness-faq-list details > p {
  max-width: 820px;
  margin: -4px 0 0;
  padding: 0 76px 30px 22px;
  font-size: 12px;
  line-height: 1.9;
}

@media (max-width: 1180px) {
  .witness-bank-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .witness-bank-card {
    min-height: 570px;
  }
}

@media (max-width: 900px) {
  .witness-replica-copy {
    width: 72%;
  }

  .witness-replica-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .witness-community-grid {
    grid-template-columns: 1fr 280px;
    gap: 44px;
  }
}

@media (max-width: 760px) {
  .witness-replica-hero {
    min-height: 900px;
  }

  .witness-replica-hero::after {
    background: linear-gradient(0deg, rgba(244, 246, 238, 1) 0%, rgba(244, 246, 238, .98) 62%, rgba(244, 246, 238, .32) 100%);
  }

  .witness-replica-hero .witness-hero-image {
    object-position: 68% top;
  }

  .witness-replica-copy {
    width: 100%;
  }

  .witness-replica-hero h1 {
    font-size: 40px;
  }

  .witness-replica-copy > p {
    font-size: 12px;
  }

  .witness-replica-stats {
    margin-top: 34px;
    padding-top: 22px;
    grid-template-columns: repeat(2, 1fr);
  }

  .witness-replica-stats > div {
    min-height: 86px;
  }

  .witness-replica-stats > div:last-child {
    grid-column: 1 / -1;
  }

  .witness-replica-section {
    padding: 64px 0;
    scroll-margin-top: 135px;
  }

  .witness-replica-head {
    margin-bottom: 30px;
  }

  .witness-replica-head h2 {
    font-size: 34px;
  }

  .witness-replica-head > p {
    font-size: 11px;
  }

  .witness-bank-grid {
    grid-template-columns: 1fr;
  }

  .witness-bank-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .witness-bank-threshold {
    min-height: 0;
  }

  .witness-bank-footer strong {
    min-height: 0;
  }

  .witness-table-bar {
    display: block;
  }

  .witness-table-bar span {
    margin-top: 8px;
    display: block;
  }

  .witness-bank-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .witness-bank-filters button {
    padding: 0 10px;
  }

  .witness-bank-filters button:last-child {
    grid-column: 1 / -1;
  }

  #witness-map {
    height: 480px;
  }

  .witness-community-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .witness-community-grid .witness-replica-head {
    text-align: center;
  }

  .witness-community-grid .witness-replica-head .witness-section-kicker {
    justify-content: center;
  }

  .witness-community-grid figure {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .witness-step-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
  }

  .witness-step-list::before {
    left: 23px;
  }

  .witness-step-list article > span {
    width: 48px;
    height: 48px;
  }

  .witness-faq-section .witness-faq-list summary {
    min-height: 76px;
    padding: 0 12px;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 12px;
  }

  .witness-faq-section .witness-faq-list details > p {
    margin-left: 0;
    padding: 0 54px 24px 12px;
  }
}
