/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Home Page Styles */
.home-hero {
  text-align: center;
  padding: 3rem 1rem 2rem 1rem;
}
.home-title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.home-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 1.5rem;
}
.home-cta-btn {
  background: #007bff;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}
.home-section {
  max-width: 900px;
  margin: 2rem auto;
  padding: 1rem;
}
.home-section-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.home-howworks-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}
.home-howworks-step {
  flex: 1;
  min-width: 220px;
}
.home-section-alt {
  background: #f9f9f9;
}
.home-why-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  max-width: 900px;
  margin: auto;
}
.home-why-feature {
  flex: 1;
  min-width: 220px;
  text-align: center;
}
.home-icon {
  font-size: 2rem;
}
.home-testimonial {
  max-width: 700px;
  margin: 3rem auto 2rem auto;
  padding: 1rem;
  text-align: center;
}
.home-testimonial blockquote {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  border-left: 4px solid #007bff;
  padding-left: 1rem;
}
.home-testimonial-author {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
.home-footer-cta {
  text-align: center;
  margin-bottom: 2rem;
}

/* About Page Styles */
.about-container {
  max-width: 800px;
  margin: auto;
  padding: 2rem 1rem;
}
.about-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about-intro {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.about-section-title {
  font-size: 1.3rem;
  margin-top: 2rem;
}
.about-list {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.about-audience {
  font-size: 1.1rem;
}
.about-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}
.about-cta-btn {
  background: #007bff;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  font-size: 1.1rem;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
}
