/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__page {
  background: radial-gradient(circle at 12% 18%, #f9731633, #0000 26%), radial-gradient(circle at 88% 82%, #0e749033, #0000 30%), linear-gradient(150deg, #fff7ed 0%, #f8fafc 52%, #ecfeff 100%);
  min-height: 100vh;
  padding: 2rem clamp(1rem, 4vw, 4rem) 3rem;
}

.page-module___8aEwW__header, .page-module___8aEwW__hero, .page-module___8aEwW__section, .page-module___8aEwW__cta, .page-module___8aEwW__footer {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}

.page-module___8aEwW__header {
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.page-module___8aEwW__logo {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 800;
}

.page-module___8aEwW__hero {
  padding: clamp(2rem, 6vw, 5rem) 0;
}

.page-module___8aEwW__hero h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: 1;
}

.page-module___8aEwW__hero p {
  color: #0f172ad1;
  max-width: 52ch;
  font-size: clamp(1rem, 2.1vw, 1.25rem);
}

.page-module___8aEwW__section {
  padding-top: 3rem;
}

.page-module___8aEwW__section h2, .page-module___8aEwW__cta h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.page-module___8aEwW__featureGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

.page-module___8aEwW__card {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffffc2;
  border: 1px solid #94a3b842;
  border-radius: 1rem;
  padding: 1.35rem;
}

.page-module___8aEwW__card h3 {
  margin-bottom: .55rem;
  font-size: 1.25rem;
}

.page-module___8aEwW__card p {
  color: #0f172ac2;
}

.page-module___8aEwW__cta {
  background: #ffffffa6;
  border: 1px solid #0f172a26;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 2rem;
}

.page-module___8aEwW__cta p {
  color: #0f172ad1;
  margin-bottom: 1rem;
}

.page-module___8aEwW__button {
  color: #fff;
  background: linear-gradient(130deg, #0f172a 0%, #1d4ed8 80%);
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.15rem;
  font-weight: 600;
  display: inline-flex;
}

.page-module___8aEwW__footer {
  color: #0f172ab8;
  margin-top: 3rem;
  font-size: .9rem;
}

@media (max-width: 900px) {
  .page-module___8aEwW__featureGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .page-module___8aEwW__featureGrid {
    grid-template-columns: 1fr;
  }
}

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