body {
  background:
    radial-gradient(1100px 520px at 0% -20%, rgba(106, 0, 255, 0.16), transparent 55%),
    radial-gradient(900px 460px at 100% 0%, rgba(16, 185, 129, 0.12), transparent 58%),
    #0a0a0f;
}

.support-page {
  min-height: 100vh;
  padding: 120px 0 72px;
}

.support-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.support-hero {
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(106, 0, 255, 0.2), rgba(162, 89, 255, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
  text-align: left;
}

.support-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(162, 89, 255, 0.45);
  background: rgba(106, 0, 255, 0.2);
  color: #dfcbff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.36rem 0.72rem;
  margin-bottom: 0.9rem;
}

.support-hero h1 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.2vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.support-hero p {
  margin: 0.8rem 0 0;
  max-width: 700px;
  color: var(--clr-text-2);
  font-size: 1.02rem;
  line-height: 1.68;
}

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

.support-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  padding: 1.3rem 1.1rem;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.support-card:hover {
  transform: translateY(-3px);
  border-color: rgba(162, 89, 255, 0.52);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.sc-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.support-card h3 {
  margin: 0.85rem 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
}

.support-card p {
  margin: 0;
  color: var(--clr-text-2);
  font-size: 0.86rem;
  line-height: 1.55;
}

.sc-link {
  display: inline-flex;
  margin-top: 0.92rem;
  color: #d8beff;
  font-size: 0.8rem;
  font-weight: 700;
}

.support-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.support-section {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(17, 17, 24, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  padding: 1.2rem 1.2rem 1.25rem;
}

.support-section h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

#contact-form {
  position: static;
  top: auto;
}

.troubleshoot-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  margin-bottom: 0.7rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.troubleshoot-item:last-child {
  margin-bottom: 0;
}

.troubleshoot-trigger {
  width: 100%;
  padding: 0.95rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  border: 0;
  background: transparent;
  color: var(--clr-text);
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}

.troubleshoot-trigger span:last-child {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.troubleshoot-item.open .troubleshoot-trigger {
  color: #dec8ff;
  background: rgba(106, 0, 255, 0.16);
}

.troubleshoot-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.troubleshoot-item.open .troubleshoot-body {
  max-height: 520px;
}

.troubleshoot-body-inner {
  padding: 0.2rem 1rem 0.9rem;
  color: var(--clr-text-2);
  font-size: 0.85rem;
  line-height: 1.65;
}

.troubleshoot-body-inner ol {
  margin: 0;
  padding-left: 1.15rem;
}

.troubleshoot-body-inner li {
  margin-bottom: 0.35rem;
}

.troubleshoot-body-inner p {
  margin: 0.2rem 0 0;
}

.contact-form {
  padding-top: 0.3rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.form-group {
  margin-bottom: 0.82rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.34rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e8dbff;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(8, 8, 12, 0.8);
  color: var(--clr-text);
  font-family: var(--font-body);
  font-size: 0.88rem;
  padding: 0.72rem 0.82rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(162, 89, 255, 0.86);
  box-shadow: 0 0 0 3px rgba(162, 89, 255, 0.15);
}

.form-group textarea {
  min-height: 112px;
  resize: vertical;
}

.form-note {
  margin-top: 0.3rem;
  color: #9e92b8;
  font-size: 0.74rem;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.48rem;
}

.form-consent .support-consent-input {
  width: 16px;
  height: 16px;
  margin: 0.24rem 0 0;
  flex: 0 0 16px;
  accent-color: #a259ff;
}

.form-consent .support-consent-label {
  display: block;
  flex: 1;
  margin: 0;
  color: #c3b8da;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}

.form-feedback {
  display: none;
  margin-top: 0.75rem;
  border-radius: 10px;
  padding: 0.72rem 0.8rem;
  border: 1px solid transparent;
  font-size: 0.82rem;
}

.form-feedback-success {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.4);
  color: #6ee7b7;
}

.form-feedback-error {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.42);
  color: #fca5a5;
}

#support-submit {
  width: 100%;
  justify-content: center;
}

@media (max-width: 760px) {
  .support-page {
    padding: 105px 0 56px;
  }

  .support-shell {
    width: min(1160px, calc(100% - 24px));
    gap: 14px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-section {
    border-radius: 16px;
    padding: 1rem 0.9rem 1rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
