/* [project]/src/app/components/home.module.css [app-client] (css) */
.home-module__fTAmxG__container {
  max-width: 768px;
  margin: 0 auto;
  padding: 16px;
}

.home-module__fTAmxG__hero {
  border-radius: 8px;
  overflow: hidden;
}

.home-module__fTAmxG__section {
  margin-top: 32px;
}

.home-module__fTAmxG__section h2 {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.home-module__fTAmxG__list {
  padding-left: 0;
  list-style: none;
}

.home-module__fTAmxG__list li {
  text-indent: -1em;
  margin-bottom: 8px;
  padding-left: 1em;
}

.home-module__fTAmxG__list li:before {
  content: "– ";
}

.home-module__fTAmxG__contact {
  text-align: center;
  margin-top: 48px;
}

.home-module__fTAmxG__contact h2 {
  margin-bottom: 8px;
  font-size: 1.75rem;
}

.home-module__fTAmxG__contact h3 {
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: normal;
}

.home-module__fTAmxG__form {
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
}

.home-module__fTAmxG__form input, .home-module__fTAmxG__form textarea {
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
}

.home-module__fTAmxG__form button {
  color: #fff;
  cursor: pointer;
  background: #333;
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 1rem;
}

.home-module__fTAmxG__form button:hover {
  opacity: .9;
}

@media (max-width: 600px) {
  .home-module__fTAmxG__container {
    padding: 12px;
  }

  .home-module__fTAmxG__section h2 {
    font-size: 1.25rem;
  }

  .home-module__fTAmxG__contact h2 {
    font-size: 1.5rem;
  }

  .home-module__fTAmxG__contact h3 {
    font-size: 1.1rem;
  }
}

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