.wsp-ownership-funnel {
  width: min(1240px, calc(100% - 32px));
  margin: 22px auto 28px;
  color: #111827;
  font-family: inherit;
}

.wsp-ownership-funnel * {
  box-sizing: border-box;
}

.wsp-funnel-inner {
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.wsp-funnel-kicker {
  margin: 0 0 6px;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wsp-funnel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.wsp-funnel-title h1,
.wsp-funnel-title h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
}

.wsp-funnel-title p {
  max-width: 780px;
  margin: 9px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.wsp-funnel-image-card {
  display: grid;
  gap: 8px;
  align-self: stretch;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
}

.wsp-funnel-image-card img {
  display: block;
  width: 100%;
  max-height: 230px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.wsp-funnel-image-card span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.wsp-funnel-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.wsp-funnel-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 12px;
  font-weight: 900;
}

.wsp-funnel-status.is-active {
  background: #dcfce7;
  color: #166534;
}

.wsp-funnel-status.is-verify {
  background: #fff7ed;
  color: #9a3412;
}

.wsp-funnel-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.wsp-funnel-flow li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.wsp-funnel-section {
  margin-top: 17px;
}

.wsp-funnel-section h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
}

.wsp-funnel-grid,
.wsp-funnel-card-grid,
.wsp-funnel-spec-grid {
  display: grid;
  gap: 12px;
}

.wsp-funnel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wsp-funnel-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.wsp-funnel-spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wsp-funnel-card,
.wsp-funnel-link-card,
.wsp-funnel-spec,
.wsp-funnel-buy-status {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
}

.wsp-funnel-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wsp-funnel-link-card:hover,
.wsp-funnel-link-card:focus-visible {
  border-color: rgba(234, 88, 12, .4);
  background: #fff7ed;
  outline: none;
  text-decoration: none;
}

.wsp-funnel-card strong,
.wsp-funnel-link-card strong,
.wsp-funnel-spec strong,
.wsp-funnel-buy-status strong {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
}

.wsp-funnel-card span,
.wsp-funnel-link-card span,
.wsp-funnel-spec span,
.wsp-funnel-buy-status span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.wsp-funnel-buy-status {
  border-left: 4px solid #f97316;
  background: #fff7ed;
}

.wsp-funnel-buy-status span {
  color: #9a3412;
}

.wsp-funnel-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wsp-funnel-pill-list li,
.wsp-funnel-pill-list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #312e81;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.wsp-funnel-pill-list a:hover,
.wsp-funnel-pill-list a:focus-visible {
  background: #fff7ed;
  color: #c2410c;
  outline: none;
  text-decoration: none;
}

.wsp-funnel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-funnel-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.wsp-funnel-action:hover,
.wsp-funnel-action:focus-visible {
  background: #c2410c;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.wsp-funnel-help {
  margin-top: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
}

.wsp-funnel-help summary {
  cursor: pointer;
  padding: 13px;
  color: #111827;
  font-weight: 900;
}

.wsp-funnel-help div {
  padding: 0 13px 13px;
}

.wsp-funnel-help p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.wsp-ownership-inline-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 14px 0 18px;
}

.wsp-ownership-inline-links a {
  display: block;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
  color: #111827;
  font-weight: 900;
  text-decoration: none;
}

.wsp-ownership-inline-links a:hover,
.wsp-ownership-inline-links a:focus-visible {
  border-color: rgba(234, 88, 12, .4);
  background: #fff7ed;
  outline: none;
}

@media (max-width: 900px) {
  .wsp-funnel-hero,
  .wsp-funnel-grid,
  .wsp-funnel-spec-grid {
    grid-template-columns: 1fr;
  }

  .wsp-funnel-image-card {
    max-width: 420px;
  }
}

@media (max-width: 560px) {
  .wsp-ownership-funnel {
    width: min(100%, calc(100% - 20px));
    margin-top: 14px;
  }

  .wsp-funnel-inner {
    padding: 14px;
  }

  .wsp-funnel-action {
    width: 100%;
  }
}
