/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__main {
  color: #1f2937;
  background-color: #f8fafc;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  font-family: Segoe UI, system-ui, sans-serif;
  display: flex;
}

.page-module__E0kJGG__hero {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-bottom: 0;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-module__E0kJGG__hero:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.page-module__E0kJGG__title {
  z-index: 1;
  text-shadow: 0 4px 10px #0003;
  letter-spacing: -.02em;
  max-width: 900px;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
}

.page-module__E0kJGG__subtitle {
  color: #e0f2fe;
  z-index: 1;
  max-width: 700px;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.page-module__E0kJGG__buttonGroup {
  z-index: 1;
  justify-content: center;
  gap: 1.5rem;
  display: flex;
}

.page-module__E0kJGG__ctaButton {
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: #fff;
  border-radius: 9999px;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 10px 25px -5px #0003;
}

.page-module__E0kJGG__ctaButton:hover {
  background-color: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px #0003;
}

.page-module__E0kJGG__content {
  z-index: 10;
  flex-direction: column;
  gap: 6rem;
  width: 100%;
  max-width: 1200px;
  margin-top: -4rem;
  padding: 2rem;
  display: flex;
}

.page-module__E0kJGG__section {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem;
  position: relative;
  box-shadow: 0 20px 25px -5px #0000000d, 0 8px 10px -6px #00000003;
}

.page-module__E0kJGG__sectionTitle {
  color: #111827;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  position: relative;
}

.page-module__E0kJGG__sectionTitle:after {
  content: "";
  background: #3b82f6;
  border-radius: 2px;
  width: 60px;
  height: 4px;
  margin: 1rem auto 0;
  display: block;
}

.page-module__E0kJGG__textBlock {
  text-align: center;
  color: #4b5563;
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
  line-height: 1.8;
}

.page-module__E0kJGG__grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  display: grid;
}

.page-module__E0kJGG__card {
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.page-module__E0kJGG__card:hover {
  background: #fff;
  border-color: #cbd5e1;
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px #0000000d;
}

.page-module__E0kJGG__icon {
  color: #2563eb;
  background: #eff6ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-size: 3rem;
  display: flex;
}

.page-module__E0kJGG__cardTitle {
  color: #1e3a8a;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.page-module__E0kJGG__cardText {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.page-module__E0kJGG__checkList {
  text-align: left;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.page-module__E0kJGG__checkItem {
  color: #374151;
  padding-left: 2rem;
  font-size: 1.1rem;
  position: relative;
}

.page-module__E0kJGG__checkItem:before {
  content: "✓";
  color: #16a34a;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .page-module__E0kJGG__title {
    font-size: 2rem;
  }

  .page-module__E0kJGG__hero {
    min-height: 70vh;
    padding: 3rem 1rem;
  }

  .page-module__E0kJGG__content {
    gap: 3rem;
    margin-top: -2rem;
    padding: 1rem;
  }

  .page-module__E0kJGG__section {
    padding: 1.5rem;
  }
}

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