.wsp-tig-support-page {
  margin: 0;
  background: #f6f7f9;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
}

.wsp-tig-page {
  padding: 30px 0 56px;
}

.wsp-tig-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.wsp-tig-wide {
  width: min(1400px, calc(100vw - 48px));
  margin-left: auto;
  margin-right: auto;
}

.wsp-tig-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  color: #64748b;
  font-size: 14px;
}

.wsp-tig-breadcrumbs a {
  color: #c2410c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-tig-breadcrumbs a:hover {
  text-decoration: underline;
}

.wsp-tig-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.wsp-tig-title-card,
.wsp-tig-panel,
.wsp-tig-card,
.wsp-tig-warning,
.wsp-tig-image-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
}

.wsp-tig-title-card {
  padding: 26px;
}

.wsp-tig-kicker {
  margin: 0 0 8px;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wsp-tig-title-card h1 {
  margin: 0;
  max-width: 860px;
  color: #111827;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.03;
  letter-spacing: 0;
}

.wsp-tig-title-card p {
  max-width: 820px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.58;
}

.wsp-tig-image-card {
  padding: 14px;
  display: grid;
  align-content: center;
  background: #ffffff;
}

.wsp-tig-image-card img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.wsp-tig-status-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.wsp-tig-stat {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f8fafc;
}

.wsp-tig-stat strong {
  display: block;
  color: #111827;
  font-size: 24px;
  line-height: 1.1;
}

.wsp-tig-stat span {
  color: #64748b;
  font-size: 13px;
}

.wsp-tig-section {
  margin-top: 22px;
}

.wsp-tig-section h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
  letter-spacing: 0;
}

.wsp-tig-section-intro {
  max-width: 780px;
  margin: -4px 0 16px;
  color: #64748b;
  line-height: 1.55;
}

.wsp-tig-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wsp-tig-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wsp-tig-card {
  padding: 16px;
}

.wsp-tig-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

.wsp-tig-card p {
  margin: 0 0 12px;
  color: #64748b;
  line-height: 1.5;
}

.wsp-tig-card ul,
.wsp-tig-panel ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #475569;
  line-height: 1.5;
}

.wsp-tig-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.wsp-tig-button,
.wsp-tig-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.wsp-tig-button {
  color: #ffffff;
  background: #c2410c;
}

.wsp-tig-button:hover {
  background: #9a3412;
  color: #ffffff;
}

.wsp-tig-chip {
  color: #111827;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.wsp-tig-chip:hover {
  border-color: #c2410c;
  color: #9a3412;
}

.wsp-tig-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.wsp-tig-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  font-size: 12px;
  font-weight: 900;
}

.wsp-tig-badge.warning {
  background: #fef3c7;
  color: #92400e;
  border-color: #fde68a;
}

.wsp-tig-badge.good {
  background: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

.wsp-tig-panel {
  padding: 18px;
}

.wsp-tig-warning {
  padding: 16px;
  border-color: #fbbf24;
  background: #fffbeb;
}

.wsp-tig-warning h2,
.wsp-tig-warning h3 {
  margin: 0 0 8px;
  color: #92400e;
}

.wsp-tig-warning p {
  margin: 0;
  color: #78350f;
  line-height: 1.5;
}

.wsp-tig-table-wrap {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
}

.wsp-tig-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.wsp-tig-table th,
.wsp-tig-table td {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.wsp-tig-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.wsp-tig-table tr:last-child td {
  border-bottom: 0;
}

.wsp-tig-table a {
  color: #c2410c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-tig-table a:hover {
  text-decoration: underline;
}

.wsp-tig-small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 13px;
}

.wsp-tig-detail {
  margin-top: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.wsp-tig-detail summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #111827;
  font-weight: 900;
}

.wsp-tig-detail > div {
  padding: 0 16px 16px;
}

@media (max-width: 900px) {
  .wsp-tig-hero,
  .wsp-tig-grid,
  .wsp-tig-grid.two {
    grid-template-columns: 1fr;
  }

  .wsp-tig-wide {
    width: min(100%, calc(100vw - 24px));
  }

  .wsp-tig-title-card {
    padding: 20px;
  }

  .wsp-tig-table {
    min-width: 760px;
  }
}

@media (max-width: 560px) {
  .wsp-tig-page {
    padding-top: 20px;
  }

  .wsp-tig-container {
    width: min(100%, calc(100% - 20px));
  }

  .wsp-tig-title-card h1 {
    font-size: 30px;
  }

  .wsp-tig-title-card p {
    font-size: 15px;
  }

  .wsp-tig-card,
  .wsp-tig-panel,
  .wsp-tig-warning {
    padding: 14px;
  }
}
