:root {
  scroll-behavior: smooth;
}

.input {
  width: 100%;
  background-color: rgba(15, 23, 42, 0.8);
  border: 1px solid #1e293b;
  border-radius: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: #e2e8f0;
}

.input::placeholder {
  color: #64748b;
}

.tab-button {
  flex: 1;
  padding: 0.6rem 1rem;
  border-radius: 9999px;
  border: 1px solid #1e293b;
  font-size: 0.85rem;
  color: #cbd5f5;
}

.tab-button.active {
  background-color: #f97316;
  border-color: #f97316;
  color: #fff;
}

.faq-content.open {
  max-height: 300px;
}

.faq-toggle {
  width: 100%;
}

.timeline {
  border-left: 2px solid #1e293b;
  margin-left: 0.75rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.timeline-item {
  position: relative;
}

.timeline-dot {
  position: absolute;
  left: -1.95rem;
  top: 0.35rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: #f97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.2);
}
