/* [project]/src/app/page.module.css [app-client] (css) */
.page-module___8aEwW__page {
  width: min(100%, var(--content-width));
  min-height: 100svh;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.page-module___8aEwW__header {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
  display: flex;
}

.page-module___8aEwW__brand {
  color: var(--foreground);
  letter-spacing: -.02em;
  align-items: center;
  gap: .75rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.page-module___8aEwW__brandMark {
  color: #fff;
  background: var(--accent);
  letter-spacing: -.03em;
  border-radius: .7rem;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: .85rem;
  display: grid;
}

.page-module___8aEwW__nav {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.page-module___8aEwW__loginLink, .page-module___8aEwW__headerCta {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.page-module___8aEwW__loginLink {
  color: var(--muted-strong);
}

.page-module___8aEwW__headerCta {
  color: #fff;
  background: var(--accent);
}

.page-module___8aEwW__hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, .8fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
  min-height: calc(100svh - 10rem);
  padding: clamp(4rem, 9vw, 8rem) 0;
  display: grid;
}

.page-module___8aEwW__heroContent {
  max-width: 46rem;
}

.page-module___8aEwW__eyebrow {
  color: var(--accent);
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: .82rem;
  font-weight: 800;
}

.page-module___8aEwW__hero h1 {
  letter-spacing: -.065em;
  max-width: 13ch;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: .98;
}

.page-module___8aEwW__description {
  max-width: 42rem;
  color: var(--muted);
  margin-top: 1.75rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.page-module___8aEwW__actions {
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
  display: flex;
}

.page-module___8aEwW__primaryAction, .page-module___8aEwW__secondaryAction {
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  padding: 0 1.35rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.page-module___8aEwW__primaryAction {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 .75rem 2rem #3157d52e;
}

.page-module___8aEwW__primaryAction:hover, .page-module___8aEwW__headerCta:hover {
  background: var(--accent-hover);
}

.page-module___8aEwW__secondaryAction {
  border: 1px solid var(--border-strong);
  background: #ffffffa6;
}

.page-module___8aEwW__helper {
  max-width: 38rem;
  color: var(--muted);
  margin-top: 1rem;
  font-size: .9rem;
  line-height: 1.55;
}

.page-module___8aEwW__workflowCard {
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffe0;
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.page-module___8aEwW__workflowLabel {
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .78rem;
  font-weight: 800;
}

.page-module___8aEwW__workflow {
  gap: 0;
  list-style: none;
  display: grid;
}

.page-module___8aEwW__workflow li {
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding-bottom: 1.5rem;
  display: grid;
  position: relative;
}

.page-module___8aEwW__workflow li:last-child {
  padding-bottom: 0;
}

.page-module___8aEwW__workflow li:not(:last-child):after {
  content: "";
  background: var(--border);
  width: 1px;
  position: absolute;
  top: 2rem;
  bottom: 0;
  left: 1rem;
}

.page-module___8aEwW__workflow li > span {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 50%;
  place-items: center;
  font-size: .8rem;
  font-weight: 800;
  display: grid;
  position: relative;
}

.page-module___8aEwW__workflow strong {
  margin-bottom: .3rem;
  display: block;
}

.page-module___8aEwW__workflow p {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}

.page-module___8aEwW__features {
  border-top: 1px solid var(--border);
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 2rem;
  display: grid;
}

.page-module___8aEwW__features article {
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

.page-module___8aEwW__featureNumber {
  color: var(--accent);
  letter-spacing: .08em;
  margin-bottom: 1.25rem;
  font-size: .75rem;
  font-weight: 800;
}

.page-module___8aEwW__features h2 {
  margin-bottom: .75rem;
  font-size: 1.05rem;
}

.page-module___8aEwW__features article > p:last-child {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .page-module___8aEwW__hero {
    grid-template-columns: 1fr;
    gap: 3rem;
    min-height: auto;
    padding: 4rem 0;
  }

  .page-module___8aEwW__features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .page-module___8aEwW__page {
    padding-inline: 1rem;
  }

  .page-module___8aEwW__header {
    min-height: 4.5rem;
  }

  .page-module___8aEwW__brand {
    font-size: .95rem;
  }

  .page-module___8aEwW__loginLink {
    display: none;
  }

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

  .page-module___8aEwW__hero h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .page-module___8aEwW__actions {
    display: grid;
  }

  .page-module___8aEwW__primaryAction, .page-module___8aEwW__secondaryAction {
    width: 100%;
  }
}

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