.wsp-gun-page {
  background: #f6f7f9;
  color: #1f2937;
}

.wsp-gun-main {
  padding: 42px 18px 64px;
}

.wsp-gun-container {
  max-width: 1160px;
  margin: 0 auto;
}

.wsp-gun-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 20px;
}

.wsp-gun-breadcrumbs a {
  color: #ea580c;
  text-decoration: none;
  font-weight: 800;
}

.wsp-gun-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 30px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 30px;
  margin-bottom: 28px;
}

.wsp-gun-eyebrow {
  color: #ea580c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wsp-gun-hero h1 {
  color: #111827;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  margin: 0 0 16px;
}

.wsp-gun-summary {
  color: #475569;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.wsp-gun-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.wsp-gun-chip {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.wsp-gun-hero-image {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 14px;
}

.wsp-gun-hero-image img {
  display: block;
  width: 100%;
  max-height: 430px;
  height: auto;
  object-fit: contain;
}

.wsp-gun-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 24px;
  margin-bottom: 24px;
}

.wsp-gun-section h2 {
  color: #111827;
  font-size: 22px;
  margin: 0 0 12px;
}

.wsp-gun-section p {
  color: #475569;
  line-height: 1.5;
}

.wsp-gun-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wsp-gun-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 18px;
}

.wsp-gun-card h2,
.wsp-gun-card h3 {
  color: #111827;
  font-size: 20px;
  margin: 0 0 10px;
}

.wsp-gun-card p {
  color: #475569;
  line-height: 1.45;
  margin: 0 0 12px;
}

.wsp-gun-card a,
.wsp-gun-link-card a {
  color: #ea580c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-gun-list {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.55;
}

.wsp-gun-list li + li {
  margin-top: 8px;
}

.wsp-gun-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

.wsp-gun-table-wrap {
  overflow-x: auto;
}

.wsp-gun-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.wsp-gun-table th,
.wsp-gun-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.wsp-gun-table th {
  color: #334155;
  background: #f8fafc;
  font-size: 13px;
  text-transform: uppercase;
}

.wsp-gun-part-number {
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 900;
}

.wsp-gun-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 8px 12px;
  border: 1px solid #f59e0b;
  background: #fffbeb;
  color: #92400e;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.wsp-gun-buy-button:hover {
  background: #fef3c7;
  color: #78350f;
}

.wsp-gun-affiliate-note {
  background: #fff7ed;
  border-left: 4px solid #f97316;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 14px;
  margin: 0 0 16px;
}

.wsp-gun-source {
  border-left: 4px solid #f97316;
  background: #fff7ed;
  color: #7c2d12;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
}

.wsp-gun-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wsp-gun-link-card {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  padding: 16px;
}

.wsp-gun-link-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
}

.wsp-gun-link-card p {
  margin: 0 0 12px;
  color: #475569;
}

.wsp-gun-shop-pending {
  color: #64748b;
  font-size: 13px;
}

.wsp-gun-shop-needs-verification {
  display: inline-flex;
  max-width: 180px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  padding: 7px 9px;
}

@media (max-width: 900px) {
  .wsp-gun-hero,
  .wsp-gun-two-col {
    grid-template-columns: 1fr;
  }

  .wsp-gun-grid,
  .wsp-gun-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wsp-gun-main {
    padding: 26px 14px 48px;
  }

  .wsp-gun-hero,
  .wsp-gun-section {
    padding: 18px;
  }

  .wsp-gun-grid,
  .wsp-gun-link-grid {
    grid-template-columns: 1fr;
  }
}
