.support-page .site-wrapper {
  position: relative;
  height: auto;
  min-height: 100vh;
}

.support-page .sphere-wrapper {
  min-height: 100vh;
}

.support-page .site-header {
  padding-bottom: 10px;
}

.support-page .support-planet {
  top: 520px;
  opacity: 0.42;
  pointer-events: none;
}

.support-main {
  position: relative;
  z-index: 4;
  max-width: 760px;
  padding: 45px 20px 100px;
}

.support-intro {
  text-align: center;
}

.support-intro h1 {
  opacity: 0;
  animation: fade-down 0.8s forwards, grad-flow 8s linear infinite;
}

.support-intro p {
  max-width: 580px;
  margin: 24px auto 0;
  line-height: 27px;
  opacity: 0;
  animation: fade-down 0.8s 0.2s forwards;
}

.support-form-region {
  margin-top: 55px;
  opacity: 0;
  animation: explode-fade 0.8s 0.4s forwards;
}

.feedback-form {
  margin: 0;
}

.feedback-field {
  margin-bottom: 24px;
}

.feedback-field label {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.feedback-field label span {
  color: #9684ff;
  font-size: 13px;
  font-weight: 400;
}

.feedback-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.feedback-count {
  color: #9684ff;
  font-size: 12px;
}

.feedback-field input,
.feedback-field textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #010042;
  color: #fff;
  font: inherit;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.feedback-field input {
  min-height: 56px;
  padding: 15px 20px;
}

.feedback-field textarea {
  min-height: 190px;
  padding: 17px 20px;
  line-height: 1.5;
  resize: vertical;
}

.feedback-field input:hover,
.feedback-field textarea:hover {
  border-color: #1c1a7b;
  background-color: #0c0b5a;
}

.feedback-field input:focus,
.feedback-field textarea:focus {
  border-color: #4022f3;
  background-color: #0c0b5a;
  outline: 0;
}

.feedback-field input:focus-visible,
.feedback-field textarea:focus-visible {
  box-shadow: 0 0 0 3px rgba(64, 34, 243, 0.32);
}

.feedback-field input[aria-invalid='true'],
.feedback-field textarea[aria-invalid='true'] {
  border-color: #f44336;
}

.feedback-field input::placeholder,
.feedback-field textarea::placeholder {
  color: #9684ff;
  font-style: italic;
  opacity: 1;
}

.feedback-field-error {
  min-height: 19px;
  margin: 5px 0 0;
  color: #f44336;
  font-size: 12px;
}

.feedback-status {
  margin: 0 0 18px;
  color: #f44336;
  font-size: 14px;
  text-align: center;
}

.feedback-submit {
  width: 100%;
  max-width: 260px;
  height: 56px;
  margin: 5px auto 0;
  line-height: 38px;
}

.feedback-submit:focus-visible {
  outline: 3px solid rgba(255, 161, 255, 0.55);
  outline-offset: 4px;
}

.feedback-submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.feedback-success {
  min-height: 300px;
  padding-top: 80px;
  text-align: center;
}

.feedback-success:focus {
  outline: 0;
}

.feedback-success h2 {
  margin-bottom: 20px;
}

.feedback-success p {
  color: #fff;
}

.support-fallback {
  margin: 42px 0 0;
  text-align: center;
}

.support-fallback a {
  color: #ffa1ff;
  font-weight: 700;
}

.support-fallback a:hover,
.support-fallback a:focus {
  color: #fff;
}

.support-page .site-footer {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .support-main {
    padding-top: 70px;
  }

  .feedback-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-page *,
  .support-page *::before,
  .support-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
