.wsp-tig-page {
  background: #f6f7f9;
  color: #111827;
}

.wsp-tig-main {
  padding: 42px 18px 64px;
}

.wsp-tig-container {
  max-width: 1160px;
  margin: 0 auto;
}

.wsp-tig-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 20px;
}

.wsp-tig-breadcrumbs a {
  color: #ea580c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-tig-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 28px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 30px;
  margin-bottom: 26px;
}

.wsp-tig-eyebrow {
  color: #ea580c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wsp-tig-hero h1 {
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  margin: 0 0 16px;
}

.wsp-tig-summary {
  color: #475569;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.wsp-tig-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-tig-chip {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.wsp-tig-hero-image {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 14px;
}

.wsp-tig-hero-image img {
  display: block;
  width: 100%;
  max-height: 380px;
  height: auto;
  object-fit: contain;
}

.wsp-tig-section,
.wsp-tig-card,
.wsp-tig-source {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.wsp-tig-section {
  padding: 24px;
  margin-bottom: 24px;
}

.wsp-tig-section h2 {
  color: #111827;
  font-size: 25px;
  margin: 0 0 10px;
}

.wsp-tig-section > p,
.wsp-tig-card p,
.wsp-tig-source {
  color: #475569;
  line-height: 1.55;
}

.wsp-tig-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wsp-tig-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  padding: 18px;
}

.wsp-tig-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  margin-bottom: 14px;
}

.wsp-tig-card h3 {
  color: #111827;
  font-size: 20px;
  margin: 0 0 8px;
}

.wsp-tig-card span,
.wsp-tig-link {
  color: #ea580c;
  font-weight: 900;
  text-decoration: none;
}

.wsp-tig-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wsp-tig-list {
  padding-left: 18px;
  margin: 10px 0 0;
  color: #374151;
}

.wsp-tig-list li + li {
  margin-top: 7px;
}

.wsp-tig-table-wrap {
  overflow-x: auto;
}

.wsp-tig-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 660px;
}

.wsp-tig-table th,
.wsp-tig-table td {
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  padding: 11px 10px;
  text-align: left;
  vertical-align: top;
}

.wsp-tig-table th {
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsp-tig-part-number {
  color: #0f172a;
  font-weight: 900;
  white-space: nowrap;
}

.wsp-tig-note {
  border-left: 4px solid #2563eb;
  background: #eff6ff;
  color: #1e3a8a;
  font-weight: 700;
  line-height: 1.5;
  padding: 14px 16px;
  margin-top: 16px;
}

.wsp-tig-source {
  font-size: 14px;
  padding: 16px;
}

@media (max-width: 820px) {
  .wsp-tig-hero,
  .wsp-tig-grid,
  .wsp-tig-two-col {
    grid-template-columns: 1fr;
  }

  .wsp-tig-main {
    padding: 24px 12px 46px;
  }

  .wsp-tig-hero,
  .wsp-tig-section {
    padding: 20px;
  }
}
