/* [project]/styles/Home.module.css [app-client] (css) */
.Home-module__g21JLG__container {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Arial, sans-serif;
  display: flex;
}

.Home-module__g21JLG__main {
  width: 100%;
  max-width: 900px;
  padding: 2rem;
}

.Home-module__g21JLG__hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Home-module__g21JLG__heroBackground {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Home-module__g21JLG__heroContent {
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  position: relative;
}

.Home-module__g21JLG__heroHeadline {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.Home-module__g21JLG__ctaButton {
  color: #fff;
  cursor: pointer;
  background-color: #6a8c88;
  border: none;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: background-color .3s;
}

.Home-module__g21JLG__ctaButton:hover {
  background-color: #4f736f;
}

.Home-module__g21JLG__intro, .Home-module__g21JLG__latestPosts, .Home-module__g21JLG__aboutSummary {
  text-align: center;
  padding: 2rem 0;
}

.Home-module__g21JLG__intro p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.6;
}

.Home-module__g21JLG__latestPosts h2, .Home-module__g21JLG__aboutSummary h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.Home-module__g21JLG__postGrid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.Home-module__g21JLG__postCard {
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.Home-module__g21JLG__footer {
  text-align: center;
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: auto;
  padding: 1rem;
}

/*# sourceMappingURL=styles_Home_module_fa710ed7.css.map*/