section[tog="support"] {
  background: #1e1e2f;
  padding: 4rem 2rem;
}
section[tog="support"] .content_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
section[tog="support"] .support__grid {
  align-items: stretch;
  margin-bottom: 3rem;
}
section[tog="support"] .support__card {
  background: #25253a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}
section[tog="support"] .support__card:hover {
  border-color: rgba(58,134,255,0.4);
  box-shadow: 0 0 24px rgba(58,134,255,0.25);
  transform: translateY(-2px);
}
section[tog="support"] .support__card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
}
section[tog="support"] .support__card p {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  color: rgba(245,245,247,0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 1.25rem 0;
  flex: 1;
}
section[tog="support"] .support__card a.tog__btn {
  align-self: stretch;
  text-align: center;
}
section[tog="support"] .support__sla {
  background: #25253a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 1.75rem 2rem;
  max-width: 760px;
  margin: 0 auto;
}
section[tog="support"] .support__sla h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
section[tog="support"] .support__sla ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
section[tog="support"] .support__sla ul li {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  color: rgba(245,245,247,0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
section[tog="support"] .support__sla ul li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 0;
  color: #00c2a8;
  font-size: 0.7rem;
  line-height: 1.6;
}
section[tog="support"] .support__sla ul li strong {
  color: #f5f5f7;
  font-weight: 600;
}
