/* [project]/src/styles/Home.module.css [client] (css) */
.Home-module__Ho9lYW__main {
  background: #f9f9f9;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 4rem 2rem;
  display: flex;
}

.Home-module__Ho9lYW__hero {
  text-align: center;
  margin-bottom: 4rem;
}

.Home-module__Ho9lYW__title {
  color: #333;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: bold;
}

.Home-module__Ho9lYW__description {
  color: #666;
  font-size: 1.25rem;
}

.Home-module__Ho9lYW__grid {
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 800px;
  margin-bottom: 4rem;
  display: flex;
}

.Home-module__Ho9lYW__card {
  text-align: left;
  color: inherit;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
  padding: 2rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  box-shadow: 0 4px 8px #0000000d;
}

.Home-module__Ho9lYW__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px #0000001a;
}

.Home-module__Ho9lYW__card h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

.Home-module__Ho9lYW__card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.Home-module__Ho9lYW__iconGrid {
  justify-content: center;
  gap: 4rem;
  margin-top: 2rem;
  display: flex;
}

.Home-module__Ho9lYW__iconWrapper {
  text-align: center;
  color: #555;
  font-weight: 500;
}

.Home-module__Ho9lYW__iconWrapper img {
  margin-bottom: .5rem;
}

.Home-module__Ho9lYW__authContainer {
  background-color: #f0f2f5;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.Home-module__Ho9lYW__authCard {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  box-shadow: 0 4px 12px #0000001a;
}

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