/* [project]/apps/DentAI/frontend/src/app/design-variations-bar.module.css [app-client] (css) */
.design-variations-bar-module__1uqn9q__bar {
  z-index: 999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-family: var(--font-space-mono, "Space Mono"), ui-monospace, monospace;
  background: #08090beb;
  border-top: 1px solid #2a2e36;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: .625rem 1.75rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.design-variations-bar-module__1uqn9q__left {
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  display: flex;
}

.design-variations-bar-module__1uqn9q__label {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5a5c63;
  white-space: nowrap;
  font-size: .625rem;
}

.design-variations-bar-module__1uqn9q__links {
  flex-wrap: wrap;
  align-items: center;
  gap: .375rem;
  display: flex;
}

.design-variations-bar-module__1uqn9q__current {
  color: #fff;
  white-space: nowrap;
  background: #d71921;
  border-radius: 999px;
  padding: .25rem .625rem;
  font-size: .6875rem;
}

.design-variations-bar-module__1uqn9q__link {
  color: #8c8e94;
  white-space: nowrap;
  border: 1px solid #1f2228;
  border-radius: 999px;
  padding: .25rem .625rem;
  font-size: .6875rem;
  text-decoration: none;
  transition: color .15s, border-color .15s;
}

.design-variations-bar-module__1uqn9q__link:hover {
  color: #ecedef;
  border-color: #2a2e36;
}

.design-variations-bar-module__1uqn9q__themeToggle {
  color: #8c8e94;
}

.design-variations-bar-module__1uqn9q__themeToggle:hover {
  color: #ecedef;
}

/* [project]/apps/DentAI/frontend/src/app/page-v0.module.css [app-client] (css) */
.page-v0-module__JLL5Ja__page {
  min-height: 100vh;
  font-family: var(--font-space-grotesk, "Space Grotesk"), system-ui,
    sans-serif;
  color: #0f172a;
  background: #fff;
  flex-direction: column;
  display: flex;
}

.page-v0-module__JLL5Ja__nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0a1628f7;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.page-v0-module__JLL5Ja__logo {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-v0-module__JLL5Ja__navActions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.page-v0-module__JLL5Ja__navSignIn {
  color: #94a3b8;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.page-v0-module__JLL5Ja__navSignIn:hover {
  color: #fff;
}

.page-v0-module__JLL5Ja__navCta {
  color: #0a1628;
  background: #fff;
  border-radius: 6px;
  padding: .5rem 1.25rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s;
}

.page-v0-module__JLL5Ja__navCta:hover {
  background: #e2e8f0;
}

.page-v0-module__JLL5Ja__hero {
  text-align: center;
  background: #0a1628;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding: 6rem 2.5rem 5rem;
  display: flex;
}

.page-v0-module__JLL5Ja__heroEyebrow {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7cb9d4;
  margin: 0;
  font-size: .8125rem;
  font-weight: 600;
}

.page-v0-module__JLL5Ja__heroHeadline {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 800px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
}

.page-v0-module__JLL5Ja__heroSub {
  color: #94a3b8;
  max-width: 540px;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.page-v0-module__JLL5Ja__heroCtas {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: .5rem;
  display: flex;
}

.page-v0-module__JLL5Ja__ctaPrimary {
  color: #0a1628;
  letter-spacing: -.01em;
  background: #fff;
  border-radius: 8px;
  padding: .875rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, transform .1s;
}

.page-v0-module__JLL5Ja__ctaPrimary:hover {
  background: #e2e8f0;
  transform: translateY(-1px);
}

.page-v0-module__JLL5Ja__ctaSecondary {
  color: #94a3b8;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.page-v0-module__JLL5Ja__ctaSecondary:hover {
  color: #fff;
}

.page-v0-module__JLL5Ja__trustStrip {
  color: #475569;
  letter-spacing: .01em;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: 1rem 2.5rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.page-v0-module__JLL5Ja__trustDivider {
  color: #cbd5e1;
}

.page-v0-module__JLL5Ja__featuresSection {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.page-v0-module__JLL5Ja__featuresTitle {
  color: #0f172a;
  letter-spacing: -.02em;
  max-width: 640px;
  margin: 0 0 3rem;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
}

.page-v0-module__JLL5Ja__featuresGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  display: grid;
}

.page-v0-module__JLL5Ja__featureCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-direction: column;
  gap: .625rem;
  padding: 1.75rem;
  transition: box-shadow .15s, transform .15s;
  display: flex;
}

.page-v0-module__JLL5Ja__featureCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px #00000012;
}

.page-v0-module__JLL5Ja__featureCardFlagship {
  background: #0a1628;
  border-color: #1e3a5f;
  grid-column: span 1;
}

.page-v0-module__JLL5Ja__featureCardFlagship .page-v0-module__JLL5Ja__featureName, .page-v0-module__JLL5Ja__featureCardFlagship .page-v0-module__JLL5Ja__featureHeadline, .page-v0-module__JLL5Ja__featureCardFlagship .page-v0-module__JLL5Ja__featureBody {
  color: #e2e8f0;
}

.page-v0-module__JLL5Ja__featureCardFlagship .page-v0-module__JLL5Ja__featureBody {
  color: #94a3b8;
}

.page-v0-module__JLL5Ja__featureTop {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.page-v0-module__JLL5Ja__featureIcon {
  font-size: 1.5rem;
  line-height: 1;
}

.page-v0-module__JLL5Ja__featureLabel {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #94a3b8;
  background: #e2e8f0;
  border-radius: 4px;
  padding: .2rem .5rem;
  font-size: .6875rem;
  font-weight: 700;
}

.page-v0-module__JLL5Ja__featureLabelFlagship {
  color: #7cb9d4;
  background: #1e3a5f;
}

.page-v0-module__JLL5Ja__featureLabelNew {
  color: #1d4ed8;
  background: #dbeafe;
}

.page-v0-module__JLL5Ja__featureName {
  color: #0f172a;
  letter-spacing: -.01em;
  font-size: 1.0625rem;
  font-weight: 700;
}

.page-v0-module__JLL5Ja__featureHeadline {
  color: #1e293b;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.45;
}

.page-v0-module__JLL5Ja__featureBody {
  color: #64748b;
  font-size: .875rem;
  line-height: 1.6;
}

.page-v0-module__JLL5Ja__founderSection {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.page-v0-module__JLL5Ja__founderEyebrow {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin: 0 0 1.5rem;
  font-size: .8125rem;
  font-weight: 600;
}

.page-v0-module__JLL5Ja__founderCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  align-items: center;
  gap: 2.5rem;
  padding: 2.5rem;
  display: flex;
}

.page-v0-module__JLL5Ja__founderPhoto {
  object-fit: cover;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  flex-shrink: 0;
  width: 200px;
  height: 146px;
}

.page-v0-module__JLL5Ja__founderContent {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.page-v0-module__JLL5Ja__founderName {
  color: #0f172a;
  letter-spacing: -.01em;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-v0-module__JLL5Ja__founderRole {
  color: #64748b;
  font-size: .8125rem;
  font-weight: 500;
}

.page-v0-module__JLL5Ja__founderBody {
  color: #475569;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.65;
}

.page-v0-module__JLL5Ja__founderCredList {
  grid-template-columns: repeat(2, 1fr);
  gap: .625rem;
  margin: .75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.page-v0-module__JLL5Ja__founderCredChip {
  background: #dbeafe;
  border-radius: 8px;
  flex-direction: column;
  gap: .2rem;
  padding: .5rem .75rem;
  display: flex;
}

.page-v0-module__JLL5Ja__founderCredLabel {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1d4ed8;
  font-size: .6875rem;
  font-weight: 700;
}

.page-v0-module__JLL5Ja__founderCredDetail {
  color: #475569;
  font-size: .75rem;
  line-height: 1.4;
}

.page-v0-module__JLL5Ja__finalCta {
  text-align: center;
  background: #0a1628;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 5rem 2.5rem;
  display: flex;
}

.page-v0-module__JLL5Ja__finalCtaQuote {
  color: #fff;
  letter-spacing: -.01em;
  max-width: 640px;
  margin: 0;
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.page-v0-module__JLL5Ja__finalCtaSub {
  color: #64748b;
  margin: 0;
  font-size: .9375rem;
}

.page-v0-module__JLL5Ja__footer {
  color: #475569;
  background: #020d1a;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: 1.5rem 2.5rem;
  font-size: .8125rem;
  display: flex;
}

.page-v0-module__JLL5Ja__footerLink {
  color: #64748b;
  text-decoration: none;
  transition: color .15s;
}

.page-v0-module__JLL5Ja__footerLink:hover {
  color: #94a3b8;
}

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

@media (max-width: 600px) {
  .page-v0-module__JLL5Ja__nav {
    padding: 1rem 1.25rem;
  }

  .page-v0-module__JLL5Ja__hero {
    padding: 4rem 1.25rem 3.5rem;
  }

  .page-v0-module__JLL5Ja__featuresSection {
    padding: 3.5rem 1.25rem;
  }

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

  .page-v0-module__JLL5Ja__founderSection {
    padding: 3.5rem 1.25rem;
  }

  .page-v0-module__JLL5Ja__founderCard {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem;
  }

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

  .page-v0-module__JLL5Ja__finalCta {
    padding: 3.5rem 1.25rem;
  }

  .page-v0-module__JLL5Ja__footer {
    padding: 1.25rem;
  }
}

/*# sourceMappingURL=apps_DentAI_frontend_src_app_0d.kusb._.css.map*/