/* Retrospective-specific overrides and unique styles */
@import url('sections/quotes.css');
@import url('sections/features.css');
@import url('sections/get-started.css');
@import url('sections/footer.css');

/* Ensure sections have enough space and handle fixed navbar */
section {
  padding: 6rem 0;
}

section#get-started,
section#footer {
  padding: 1rem 0;
}

/* Push the first section (or overview) below the fixed navbar */
body > section:first-of-type,
#overview {
  background: radial-gradient(circle at bottom, rgba(37, 99, 235, 0.15) 0%, rgba(37, 99, 235, 0) 70%);
}

/* Add any other retrospective-specific styles here if needed in the future */
#overview .btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

#overview .signup-form-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

#overview .btn-retro-primary {
  width: fit-content;
  margin: 0 auto;
}

#overview .promo-label {
  font-size: 1rem;
  color: var(--text-primary);
}

#overview .promo-link {
  color: var(--accent-primary);
  text-decoration: underline;
  font-weight: 600;
}
