/* Support page specific styles */

body.support-page {
  padding-top: 5rem;
}

.support-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-radius: 0 0 2rem 2rem;
}

.support-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.support-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.support-container {
  background: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  margin: 2rem 0;
}

.form-iframe-container {
  width: 100%;
  min-height: 600px;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.form-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 0.5rem;
  color: #6c757d;
  font-size: 1.1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .support-title {
    font-size: 2rem;
  }
  .support-subtitle {
    font-size: 1.1rem;
  }
  .support-container {
    padding: 2rem 1.5rem;
    margin: 1rem 0;
  }
}
