.support-page .commercial-hero {
  background: #f4f8f7;
}

.support-page .commercial-hero::before,
.support-page .commercial-hero::after {
  display: none;
}

.support-page .commercial-hero .seo-panel img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.support-hours {
  margin: 18px 0 0;
  color: #475569;
  font-size: .88rem;
  font-weight: 700;
}

.support-channel-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.support-channel-grid article .btn {
  margin-top: auto;
}

.support-channel-grid .btn {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.support-target-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.support-target {
  min-width: 0;
  min-height: 220px;
  padding: 22px;
  border: 1px solid #dbe4f0;
  border-top: 4px solid #64748b;
  border-radius: 8px;
  background: #fff;
}

.support-target.critical {
  border-top-color: #dc2626;
}

.support-target.high {
  border-top-color: #d97706;
}

.support-target.normal {
  border-top-color: #2563eb;
}

.support-target.inquiry {
  border-top-color: #64748b;
}

.support-target > span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.support-target h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.support-target p,
.support-policy-note,
.support-safety p {
  color: #475569;
  line-height: 1.58;
}

.support-policy-note {
  margin: 22px 0 0;
  padding: 16px 0 16px 18px;
  border-left: 3px solid #2563eb;
}

.support-safety {
  margin-top: 24px;
  padding: 18px 0 18px 20px;
  border-left: 3px solid #dc2626;
}

.support-safety strong {
  color: #991b1b;
}

.support-safety p {
  margin: 6px 0 0;
}

@media (max-width: 1000px) {
  .support-target-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .support-target-grid {
    grid-template-columns: 1fr;
  }

  .support-target {
    min-height: 0;
  }
}
