.wsp-process-landing-page {
  background: #f6f7f9;
}

.wsp-process-landing-main {
  padding-top: 30px;
}

.wsp-process-landing-hero {
  align-items: stretch;
}

.wsp-process-landing-hero .wsp-menu-landing-summary {
  max-width: 780px;
}

.wsp-process-quick-path {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px;
  border: 1px solid #dbe3ee;
  background: #f8fafc;
}

.wsp-process-quick-path h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
}

.wsp-process-quick-path ol {
  margin: 0;
  padding-left: 20px;
  color: #374151;
  line-height: 1.5;
  font-weight: 700;
}

.wsp-process-section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.wsp-process-section-heading h2 {
  margin: 0;
}

.wsp-process-section-heading p {
  max-width: 560px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.wsp-process-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wsp-process-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.wsp-process-card h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

.wsp-process-card h3 a {
  color: inherit;
  text-decoration: none;
}

.wsp-process-card h3 a:hover,
.wsp-process-card h3 a:focus-visible {
  color: #c2410c;
  text-decoration: underline;
  outline: none;
}

.wsp-process-card p {
  margin: 0 0 12px;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.wsp-process-sublinks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.wsp-process-sublinks a,
.wsp-process-sublinks span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.wsp-process-sublinks a:hover,
.wsp-process-sublinks a:focus-visible {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #c2410c;
  outline: none;
}

.wsp-process-replacement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wsp-process-replacement-card {
  display: block;
  padding: 13px;
  border: 1px solid #d1fae5;
  background: #f0fdf4;
  color: #14532d;
  text-decoration: none;
}

.wsp-process-replacement-card strong {
  display: block;
  margin-bottom: 4px;
  color: #14532d;
  font-size: 15px;
}

.wsp-process-replacement-card span {
  display: block;
  color: #166534;
  font-size: 13px;
  line-height: 1.4;
}

.wsp-process-replacement-card:hover,
.wsp-process-replacement-card:focus-visible {
  border-color: #22c55e;
  background: #ecfdf5;
  outline: none;
}

.wsp-approved-counter-section {
  border-color: #fde68a;
  background: #fff7ed;
}

.wsp-approved-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wsp-approved-counter-card {
  display: block;
  min-width: 0;
  padding: 14px;
  border: 1px solid #fed7aa;
  background: #fff;
  color: #111827;
  text-decoration: none;
}

.wsp-approved-counter-card strong {
  display: block;
  margin-bottom: 5px;
  color: #9a3412;
  font-size: 15px;
  line-height: 1.25;
}

.wsp-approved-counter-card span {
  display: block;
  color: #475569;
  font-size: 13px;
  line-height: 1.4;
}

.wsp-approved-counter-card:hover,
.wsp-approved-counter-card:focus-visible {
  border-color: #ea580c;
  background: #fff7ed;
  outline: none;
}

.wsp-process-search {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
}

.wsp-process-search label {
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.wsp-process-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.wsp-process-search input {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #fdba74;
  color: #111827;
  background: #fff;
  font-size: 16px;
}

.wsp-process-search button,
.wsp-process-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  border: 0;
  background: #ea580c;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.wsp-process-search button:hover,
.wsp-process-search button:focus-visible,
.wsp-process-button:hover,
.wsp-process-button:focus-visible {
  background: #c2410c;
  color: #fff;
  outline: none;
}

.wsp-process-search p {
  margin: 0;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.45;
}

.wsp-process-more-help {
  border: 1px solid #e5e7eb;
  background: #fff;
}

.wsp-process-more-help summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  color: #111827;
  font-weight: 900;
  cursor: pointer;
}

.wsp-process-more-help summary small {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.wsp-process-more-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 18px 18px;
}

.wsp-process-more-help-card {
  padding: 13px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.wsp-process-more-help-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 16px;
}

.wsp-process-more-help-card a {
  display: block;
  margin-top: 6px;
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.wsp-process-more-help-card a:hover,
.wsp-process-more-help-card a:focus-visible {
  color: #c2410c;
  text-decoration: underline;
  outline: none;
}

@media (max-width: 980px) {
  .wsp-process-card-grid,
  .wsp-process-replacement-grid,
  .wsp-approved-counter-grid,
  .wsp-process-more-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wsp-process-landing-main {
    padding-left: 0;
    padding-right: 0;
  }

  .wsp-process-card-grid,
  .wsp-process-replacement-grid,
  .wsp-approved-counter-grid,
  .wsp-process-more-help-grid,
  .wsp-process-search-row {
    grid-template-columns: 1fr;
  }

  .wsp-process-search button,
  .wsp-process-button {
    width: 100%;
  }

  .wsp-process-more-help summary {
    align-items: flex-start;
    flex-direction: column;
  }
}
