/* [project]/qbit_open/web/src/app/page.module.css [app-client] (css) */
.page-module__9Dh-XG__page {
  min-height: 100vh;
  color: var(--text-primary);
  position: relative;
}

.page-module__9Dh-XG__page:before {
  content: "";
  pointer-events: none;
  opacity: .18;
  background-color: #0000;
  background-image: linear-gradient(#94a3b80d 1px, #0000 1px), linear-gradient(90deg, #94a3b80d 1px, #0000 1px);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 72px 72px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#ffffff73, #0000 90%);
  mask-image: linear-gradient(#ffffff73, #0000 90%);
}

.page-module__9Dh-XG__page:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 14% 12%, #6366f138, #0000 22%), radial-gradient(circle at 88% 18%, #3b82f629, #0000 24%), radial-gradient(circle at 50% 58%, #10b98117, #0000 28%);
  position: absolute;
  inset: 0;
}

.page-module__9Dh-XG__nav {
  z-index: 20;
  padding: 18px 0;
  position: sticky;
  top: 0;
}

.page-module__9Dh-XG__navInner, .page-module__9Dh-XG__section, .page-module__9Dh-XG__footer {
  z-index: 1;
  width: min(var(--content-width), calc(100% - (var(--content-gutter) * 2)));
  margin: 0 auto;
  position: relative;
}

.page-module__9Dh-XG__navInner {
  min-height: var(--header-height);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 clamp(18px, 2.2vw, 28px);
  display: flex;
}

.page-module__9Dh-XG__brand {
  align-items: center;
  gap: 14px;
  min-width: 0;
  display: inline-flex;
}

.page-module__9Dh-XG__brandMark {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  border-radius: 14px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  font-weight: 800;
  display: grid;
  box-shadow: 0 12px 30px #6366f152;
}

.page-module__9Dh-XG__brandText {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.page-module__9Dh-XG__brandName {
  color: #f8fafc;
  font-size: 17px;
  font-weight: 700;
}

.page-module__9Dh-XG__brandTagline {
  color: var(--text-muted);
  font-size: 12px;
}

.page-module__9Dh-XG__navActions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  display: flex;
}

.page-module__9Dh-XG__navLink {
  font-weight: 500;
  color: var(--text-secondary) !important;
  border-radius: 999px !important;
}

.page-module__9Dh-XG__navLink:hover {
  color: #e2e8f0 !important;
  background: #6366f114 !important;
}

.page-module__9Dh-XG__navPrimary {
  font-weight: 600;
  box-shadow: 0 10px 24px #6366f147;
  border-radius: 999px !important;
}

.page-module__9Dh-XG__hero {
  padding-top: clamp(44px, 7vw, 84px);
}

.page-module__9Dh-XG__heroShell {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  background: linear-gradient(#0f172ac2, #0f172aeb), radial-gradient(circle at top, #6366f133, #0000 52%);
  border: 1px solid #6366f129;
  padding: clamp(36px, 6vw, 72px);
  position: relative;
  overflow: hidden;
}

.page-module__9Dh-XG__heroShell:before {
  content: "";
  aspect-ratio: 1;
  filter: blur(18px);
  background: radial-gradient(circle, #6366f13d, #0000 68%);
  width: min(42vw, 480px);
  position: absolute;
  inset: auto -8% -26% auto;
}

.page-module__9Dh-XG__heroGrid {
  z-index: 1;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: center;
  gap: clamp(28px, 4vw, 48px);
  display: grid;
  position: relative;
}

.page-module__9Dh-XG__heroContent {
  max-width: 680px;
}

.page-module__9Dh-XG__eyebrow {
  color: #c7d2fe;
  letter-spacing: .02em;
  background: #6366f11f;
  border: 1px solid #818cf840;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.page-module__9Dh-XG__heroTitle {
  color: #f8fafc !important;
  margin: 0 0 18px !important;
  font-size: clamp(40px, 6vw, 68px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.page-module__9Dh-XG__heroSubtitle {
  margin-bottom: 18px !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.page-module__9Dh-XG__heroCopy {
  max-width: 620px;
  color: #cbd5e1 !important;
  margin: 0 0 28px !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
}

.page-module__9Dh-XG__heroActions {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  display: flex;
}

.page-module__9Dh-XG__heroPrimaryButton, .page-module__9Dh-XG__heroSecondaryButton {
  border-radius: 999px !important;
  height: 50px !important;
  padding-inline: 28px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.page-module__9Dh-XG__heroSecondaryButton {
  color: #dbe4ff !important;
  background: #0f172a80 !important;
  border-color: #94a3b847 !important;
}

.page-module__9Dh-XG__heroSecondaryButton:hover {
  color: #fff !important;
  border-color: #818cf885 !important;
}

.page-module__9Dh-XG__heroHighlights {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.page-module__9Dh-XG__heroBadge {
  color: #dbe4ff;
  background: #0f172a8c;
  border: 1px solid #94a3b824;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
}

.page-module__9Dh-XG__heroPanel {
  background: linear-gradient(#0f172ad1, #0f172a9e);
  border: 1px solid #94a3b824;
  border-radius: 24px;
  padding: clamp(22px, 3vw, 28px);
}

.page-module__9Dh-XG__heroPanelLabel {
  color: #818cf8;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.page-module__9Dh-XG__heroPanelTitle {
  color: #f8fafc !important;
  margin: 12px 0 8px !important;
  font-size: 24px !important;
}

.page-module__9Dh-XG__heroPanelCopy {
  color: var(--text-secondary) !important;
  margin-bottom: 24px !important;
}

.page-module__9Dh-XG__heroPanelGrid {
  gap: 12px;
  display: grid;
}

.page-module__9Dh-XG__heroPanelItem {
  background: #0f172a9e;
  border: 1px solid #94a3b81f;
  border-radius: 18px;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.page-module__9Dh-XG__heroPanelIcon {
  color: #a5b4fc;
  margin-top: 2px;
  font-size: 18px;
}

.page-module__9Dh-XG__heroPanelItemTitle {
  color: #f8fafc;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.page-module__9Dh-XG__heroPanelItemCopy {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
}

.page-module__9Dh-XG__section {
  padding: var(--section-gap) 0 0;
}

.page-module__9Dh-XG__sectionHeader {
  text-align: center;
  gap: 12px;
  margin-bottom: clamp(28px, 4vw, 44px);
  display: grid;
}

.page-module__9Dh-XG__sectionEyebrow {
  color: #818cf8;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.page-module__9Dh-XG__sectionTitle {
  color: #f8fafc !important;
  margin: 0 !important;
  font-size: clamp(30px, 4vw, 42px) !important;
}

.page-module__9Dh-XG__sectionDescription {
  max-width: 700px;
  color: var(--text-secondary) !important;
  margin: 0 auto !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.page-module__9Dh-XG__statsGrid, .page-module__9Dh-XG__featuresGrid, .page-module__9Dh-XG__stepsGrid, .page-module__9Dh-XG__footerGrid {
  gap: 22px;
  display: grid;
}

.page-module__9Dh-XG__statsGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-module__9Dh-XG__statCard {
  background: linear-gradient(#0f172ae0, #0f172ab3);
  border: 1px solid #94a3b81f;
  border-radius: 22px;
  padding: 26px 24px;
}

.page-module__9Dh-XG__statIcon {
  color: #818cf8;
  background: #6366f11f;
  border-radius: 14px;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  font-size: 20px;
  display: grid;
}

.page-module__9Dh-XG__statValue {
  color: #f8fafc;
  margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  line-height: 1;
  display: block;
}

.page-module__9Dh-XG__statLabel {
  color: var(--text-secondary);
  font-size: 14px;
}

.page-module__9Dh-XG__featuresGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-module__9Dh-XG__featureCard {
  background: linear-gradient(#0f172ac7, #0f172aeb);
  border: 1px solid #94a3b81f;
  border-radius: 24px;
  height: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.page-module__9Dh-XG__featureCard:before {
  content: "";
  aspect-ratio: 1;
  opacity: .9;
  filter: blur(6px);
  border-radius: 50%;
  width: 170px;
  position: absolute;
  inset: auto -12% -18% auto;
}

.page-module__9Dh-XG__toneIndigo:before {
  background: radial-gradient(circle, #6366f152, #0000 68%);
}

.page-module__9Dh-XG__toneEmerald:before {
  background: radial-gradient(circle, #10b98147, #0000 68%);
}

.page-module__9Dh-XG__toneAmber:before {
  background: radial-gradient(circle, #f59e0b4d, #0000 68%);
}

.page-module__9Dh-XG__featureBadge {
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.page-module__9Dh-XG__toneIndigo .page-module__9Dh-XG__featureBadge {
  color: #c7d2fe;
  background: #6366f124;
}

.page-module__9Dh-XG__toneEmerald .page-module__9Dh-XG__featureBadge {
  color: #a7f3d0;
  background: #10b98124;
}

.page-module__9Dh-XG__toneAmber .page-module__9Dh-XG__featureBadge {
  color: #fde68a;
  background: #f59e0b24;
}

.page-module__9Dh-XG__featureIcon {
  border-radius: 18px;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  font-size: 26px;
  display: inline-grid;
}

.page-module__9Dh-XG__toneIndigo .page-module__9Dh-XG__featureIcon {
  color: #c7d2fe;
  background: #6366f11f;
}

.page-module__9Dh-XG__toneEmerald .page-module__9Dh-XG__featureIcon {
  color: #a7f3d0;
  background: #10b9811f;
}

.page-module__9Dh-XG__toneAmber .page-module__9Dh-XG__featureIcon {
  color: #fde68a;
  background: #f59e0b1f;
}

.page-module__9Dh-XG__featureTitle {
  color: #f8fafc !important;
  margin: 0 0 12px !important;
}

.page-module__9Dh-XG__featureDescription {
  color: var(--text-secondary) !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.page-module__9Dh-XG__stepsGrid {
  counter-reset: step;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-module__9Dh-XG__stepCard {
  background: linear-gradient(#0f172ab8, #0f172af0);
  border: 1px solid #94a3b81f;
  border-radius: 24px;
  height: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.page-module__9Dh-XG__stepNumber {
  color: #6366f124;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 22px;
}

.page-module__9Dh-XG__stepIcon {
  color: #c7d2fe;
  background: #6366f11f;
  border-radius: 18px;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  font-size: 26px;
  display: inline-grid;
}

.page-module__9Dh-XG__stepTitle {
  color: #f8fafc !important;
  margin: 0 0 10px !important;
}

.page-module__9Dh-XG__stepDescription {
  color: var(--text-secondary) !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.page-module__9Dh-XG__ctaPanel {
  text-align: center;
  box-shadow: var(--shadow-card);
  background: linear-gradient(135deg, #6366f129, #3b82f614), #0f172aeb;
  border: 1px solid #6366f133;
  border-radius: 32px;
  padding: clamp(34px, 5vw, 56px);
  position: relative;
  overflow: hidden;
}

.page-module__9Dh-XG__ctaPanel:before {
  content: "";
  aspect-ratio: 1;
  background: radial-gradient(circle, #22c55e3d, #0000 68%);
  border-radius: 50%;
  width: 240px;
  position: absolute;
  inset: auto auto -35% -8%;
}

.page-module__9Dh-XG__ctaTitle {
  position: relative;
  color: #fff !important;
  margin: 0 0 12px !important;
  font-size: clamp(30px, 4vw, 40px) !important;
}

.page-module__9Dh-XG__ctaDescription {
  max-width: 640px;
  position: relative;
  color: #dbe4ff !important;
  margin: 0 auto 28px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.page-module__9Dh-XG__ctaButton {
  position: relative;
  border-radius: 999px !important;
  height: 52px !important;
  padding-inline: 32px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.page-module__9Dh-XG__footer {
  padding: 28px 0 56px;
}

.page-module__9Dh-XG__footerWrap {
  background: #0f172ab8;
  border: 1px solid #94a3b81f;
  border-radius: 28px;
  padding: 30px;
}

.page-module__9Dh-XG__footerGrid {
  grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr));
}

.page-module__9Dh-XG__footerLead {
  max-width: 320px;
}

.page-module__9Dh-XG__footerCopy {
  color: var(--text-muted) !important;
  margin: 14px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

.page-module__9Dh-XG__footerTitle {
  color: #f8fafc;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
}

.page-module__9Dh-XG__footerList {
  gap: 10px;
  display: grid;
}

.page-module__9Dh-XG__footerItem {
  color: var(--text-secondary);
  font-size: 14px;
}

@media (max-width: 1080px) {
  .page-module__9Dh-XG__heroGrid, .page-module__9Dh-XG__footerGrid {
    grid-template-columns: 1fr;
  }

  .page-module__9Dh-XG__statsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-module__9Dh-XG__featuresGrid, .page-module__9Dh-XG__stepsGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-module__9Dh-XG__nav {
    padding-top: 14px;
  }

  .page-module__9Dh-XG__navInner {
    border-radius: 26px;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 16px;
  }

  .page-module__9Dh-XG__navActions {
    justify-content: flex-start;
    width: 100%;
  }

  .page-module__9Dh-XG__hero {
    padding-top: 28px;
  }

  .page-module__9Dh-XG__heroShell {
    border-radius: 24px;
    padding: 28px 22px;
  }

  .page-module__9Dh-XG__heroActions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-module__9Dh-XG__heroPrimaryButton, .page-module__9Dh-XG__heroSecondaryButton, .page-module__9Dh-XG__ctaButton {
    width: 100%;
  }

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

  .page-module__9Dh-XG__featureCard, .page-module__9Dh-XG__stepCard, .page-module__9Dh-XG__footerWrap {
    padding: 24px 20px;
  }
}

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