/* [project]/src/modules/site/CtaSection.module.css [app-client] (css) */
.CtaSection-module__gcJuka__root {
  padding: 0 var(--ant-padding-lg);
  margin-top: 60px;
  margin-bottom: 60px;
}

.CtaSection-module__gcJuka__card {
  text-align: center;
  background: linear-gradient(100.6deg, #4589f2 1.2%, #b461d8 25.68%, #d94d86 50.17%, #ec693e 74.66%, #f08d37 99.15%) 0 0 / 200% 200%;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  animation: 8s infinite CtaSection-module__gcJuka__gradientShift;
  display: flex;
}

@keyframes CtaSection-module__gcJuka__gradientShift {
  0% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

.CtaSection-module__gcJuka__title {
  color: #fff;
  max-width: 800px;
  margin: 0 0 .25rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.CtaSection-module__gcJuka__subtitle {
  color: #ffffffd9;
  max-width: 500px;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.CtaSection-module__gcJuka__buttons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.CtaSection-module__gcJuka__btn.css-var-antd.ant-btn {
  color: #1a1a1a;
  background: #fff;
  border: none;
  border-radius: 8px;
  height: 48px;
  padding: 0 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 4px 12px #00000026;
}

.CtaSection-module__gcJuka__btn.css-var-antd.ant-btn:hover {
  color: #1a1a1a !important;
  background: #f5f5f5 !important;
}

.CtaSection-module__gcJuka__btnGhost.css-var-antd.ant-btn {
  color: #fff;
  background: #ffffff26;
  border: 1px solid #fff6;
  border-radius: 8px;
  height: 48px;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.CtaSection-module__gcJuka__btnGhost.css-var-antd.ant-btn:hover {
  color: #fff !important;
  background: #ffffff40 !important;
  border-color: #fff9 !important;
}

@media (max-width: 1279.99px) {
  .CtaSection-module__gcJuka__card {
    border-radius: 20px;
    padding: 48px 24px;
  }

  .CtaSection-module__gcJuka__title {
    font-size: 1.75rem;
  }

  .CtaSection-module__gcJuka__subtitle {
    font-size: 1rem;
  }
}

/* [project]/src/modules/site/scenes/SceneFaqSection.module.css [app-client] (css) */
.SceneFaqSection-module__WiVTmq__section {
  padding: 100px 24px;
}

.SceneFaqSection-module__WiVTmq__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.SceneFaqSection-module__WiVTmq__title {
  letter-spacing: -.02em;
  color: var(--ant-color-text);
  text-align: center;
  margin: 0 0 2.5rem;
  font-size: 3rem;
  font-weight: 800;
}

.SceneFaqSection-module__WiVTmq__list {
  flex-direction: column;
  display: flex;
}

.SceneFaqSection-module__WiVTmq__item {
  border-bottom: 1px solid var(--ant-color-border);
}

.SceneFaqSection-module__WiVTmq__question {
  width: 100%;
  color: var(--ant-color-text);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  line-height: 1.4;
  display: flex;
}

.SceneFaqSection-module__WiVTmq__questionTitle {
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
}

.SceneFaqSection-module__WiVTmq__question:hover {
  color: var(--ant-color-primary);
}

.SceneFaqSection-module__WiVTmq__itemIndicator {
  flex-shrink: 0;
}

.SceneFaqSection-module__WiVTmq__answerWrap {
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s;
  display: grid;
}

.SceneFaqSection-module__WiVTmq__itemOpen .SceneFaqSection-module__WiVTmq__answerWrap {
  grid-template-rows: 1fr;
}

.SceneFaqSection-module__WiVTmq__answer {
  overflow: hidden;
}

.SceneFaqSection-module__WiVTmq__answer p {
  color: var(--ant-color-text-secondary);
  margin: 0;
  padding: 0 0 1.25rem;
  font-size: .9375rem;
  line-height: 1.65;
}

@media (max-width: 1279.99px) {
  .SceneFaqSection-module__WiVTmq__section {
    padding: 60px 24px;
  }

  .SceneFaqSection-module__WiVTmq__title {
    font-size: 1.75rem;
  }

  .SceneFaqSection-module__WiVTmq__question {
    padding: 1rem 0;
    font-size: .9375rem;
  }
}

/* [project]/src/modules/site/HeroBg.module.css [app-client] (css) */
.HeroBg-module__Lqc-2G__bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.HeroBg-module__Lqc-2G__bg:before, .HeroBg-module__Lqc-2G__bg:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  filter: blur(180px);
  border-radius: 50%;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 50%;
}

.HeroBg-module__Lqc-2G__bg:before {
  background: var(--hero-bg-left);
  transform: translateX(-100%)translateY(-40%);
}

.HeroBg-module__Lqc-2G__bg:after {
  background: var(--hero-bg-right);
  transform: translateY(-40%);
}

/* [project]/src/modules/site/scenes/PublicQueryPage.module.css [app-client] (css) */
.PublicQueryPage-module__fwe6wq__root {
  --section-max-width: 1200px;
}

.PublicQueryPage-module__fwe6wq__container {
  width: 100%;
  max-width: var(--section-max-width);
  margin-left: auto;
  margin-right: auto;
}

.PublicQueryPage-module__fwe6wq__eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ant-color-primary);
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
}

.PublicQueryPage-module__fwe6wq__section {
  padding: 100px 24px;
}

.PublicQueryPage-module__fwe6wq__sectionTitle {
  letter-spacing: -.8px;
  color: var(--ant-color-text);
  max-width: 800px;
  margin: 0 0 16px;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
}

.PublicQueryPage-module__fwe6wq__sectionTitle em {
  color: #0ea880;
  font-style: normal;
}

.PublicQueryPage-module__fwe6wq__sectionBody {
  color: var(--ant-color-text-secondary);
  max-width: 560px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.PublicQueryPage-module__fwe6wq__heroCtas {
  margin-top: 24px;
  margin-bottom: 32px;
}

.PublicQueryPage-module__fwe6wq__heroBrowserFrame {
  border: 1px solid var(--ant-color-split);
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  box-shadow: 0 24px 60px #0000001a, 0 0 0 1px #0000000a;
}

.PublicQueryPage-module__fwe6wq__browserBar {
  background: var(--ant-color-fill-secondary);
  border-bottom: 1px solid var(--ant-color-split);
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 16px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__browserDot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.PublicQueryPage-module__fwe6wq__dotR {
  background: #ff5f57;
}

.PublicQueryPage-module__fwe6wq__dotY {
  background: #ffbd2e;
}

.PublicQueryPage-module__fwe6wq__dotG {
  background: #28c840;
}

.PublicQueryPage-module__fwe6wq__browserAddress {
  color: var(--ant-color-text-secondary);
  background: #0000000f;
  border-radius: 6px;
  margin: 0 auto;
  padding: 3px 16px;
  font-family: monospace;
  font-size: 11px;
}

.PublicQueryPage-module__fwe6wq__browserBody {
  --hero-mockup-scale: .656;
  background: linear-gradient(#0206170b 1px, #0000 1px) 0 0 / 48px 48px, linear-gradient(90deg, #0206170b 1px, #0000 1px) 0 0 / 48px 48px, linear-gradient(#fff 0%, #f8fbff 44%, #fff 100%);
  min-height: 260px;
  padding: 28px 28px 36px;
}

.PublicQueryPage-module__fwe6wq__heroMockup {
  zoom: var(--hero-mockup-scale);
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryComposition {
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryConfigCard {
  backdrop-filter: blur(10px);
  background: #fffffffa;
  border-radius: 24px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001f;
}

.PublicQueryPage-module__fwe6wq__queryHeaderImage {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__queryConfigBody {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 32px 56px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryTitleBar {
  color: #020617;
  text-align: center;
  background: #e5e7eb;
  border-radius: 8px;
  width: 100%;
  max-width: 484px;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.PublicQueryPage-module__fwe6wq__queryDescPlaceholder {
  color: #64748b;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__queryCriteriaLabel {
  color: #64748b;
  text-align: left;
  width: 100%;
  max-width: 484px;
  margin: 8px 0 0;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__queryCriteriaList {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 484px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryCriteriaItem {
  color: #020617;
  background: #f3f4f6;
  border: 1px dashed #e5e7eb;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryCriteriaItemLeft {
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__criteriaIconYellow, .PublicQueryPage-module__fwe6wq__criteriaIconBlue {
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.PublicQueryPage-module__fwe6wq__criteriaIconYellow {
  color: #020617;
  background: #ffde46;
}

.PublicQueryPage-module__fwe6wq__criteriaIconBlue {
  color: #fff;
  background: #2563eb;
}

.PublicQueryPage-module__fwe6wq__queryResultCard {
  background: #fff;
  border-radius: 24px;
  flex-shrink: 0;
  width: 300px;
  padding: 0 16px;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001f;
}

.PublicQueryPage-module__fwe6wq__queryResultHeader {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 16px 16px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryResultTitle {
  color: #020617;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.PublicQueryPage-module__fwe6wq__queryResultSubtitle {
  color: #64748b;
  text-align: center;
  margin: 0;
  font-size: 13px;
}

.PublicQueryPage-module__fwe6wq__queryResultContent {
  border: 1px solid #e5e7eb;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
  padding: 16px;
}

.PublicQueryPage-module__fwe6wq__queryResultHighlights {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 4px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__highlightBlue, .PublicQueryPage-module__fwe6wq__highlightOrange {
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 6px;
  padding: 16px 10px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__highlightBlue {
  color: #2563eb;
  background: #dbeafe;
}

.PublicQueryPage-module__fwe6wq__highlightOrange {
  color: #fa8c16;
  background: #fff7e6;
}

.PublicQueryPage-module__fwe6wq__highlightLabel {
  font-size: 10px;
}

.PublicQueryPage-module__fwe6wq__highlightValue {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

.PublicQueryPage-module__fwe6wq__queryResultTable {
  flex-direction: column;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryResultRow {
  color: #020617;
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 44px;
  padding: 0 0 0 4px;
  font-size: 13px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__queryResultRow span:last-child {
  text-align: right;
}

.PublicQueryPage-module__fwe6wq__queryResultRow:last-child {
  border-bottom: none;
}

.PublicQueryPage-module__fwe6wq__hideOnDesktop {
  display: none;
}

.PublicQueryPage-module__fwe6wq__useCasesSection {
  background: var(--ant-color-fill-secondary);
  border-top: 1px solid var(--ant-color-split);
  border-bottom: 1px solid var(--ant-color-split);
  padding: 100px 24px;
}

.PublicQueryPage-module__fwe6wq__useCasesIntro {
  max-width: 800px;
  margin-bottom: 56px;
}

.PublicQueryPage-module__fwe6wq__useCaseCards {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__useCaseCard {
  border: 1px solid var(--ant-color-split);
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  padding: 28px 24px;
  transition: border-color .2s, transform .2s;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__useCaseCard:hover {
  border-color: color-mix(in srgb, var(--ant-color-primary) 35%, transparent);
  transform: translateY(-3px);
}

.PublicQueryPage-module__fwe6wq__useCaseIcon {
  margin-bottom: 14px;
  font-size: 28px;
  display: block;
}

.PublicQueryPage-module__fwe6wq__useCaseCardTitle {
  color: var(--ant-color-text);
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.PublicQueryPage-module__fwe6wq__useCaseDesc {
  color: var(--ant-color-text-secondary);
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.PublicQueryPage-module__fwe6wq__cardMeta {
  border-top: 1px solid var(--ant-color-split);
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__cardTag {
  color: var(--ant-color-primary);
  background: color-mix(in srgb, var(--ant-color-primary) 8%, transparent);
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__howGrid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__stepsList {
  flex-direction: column;
  margin-top: 36px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__step {
  border: none;
  border-bottom: 1px solid var(--ant-color-split);
  cursor: pointer;
  text-align: left;
  background: none;
  gap: 20px;
  padding: 28px 0;
  transition: opacity .2s;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__step:first-child {
  padding-top: 0;
}

.PublicQueryPage-module__fwe6wq__step:last-child {
  border-bottom: none;
}

.PublicQueryPage-module__fwe6wq__stepNum {
  background: var(--ant-color-fill-secondary);
  border: 1px solid var(--ant-color-split);
  width: 32px;
  height: 32px;
  color: var(--ant-color-text-secondary);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__stepActive .PublicQueryPage-module__fwe6wq__stepNum {
  background: var(--ant-color-primary);
  border-color: var(--ant-color-primary);
  color: #fff;
}

.PublicQueryPage-module__fwe6wq__stepBody {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__stepTitle {
  color: var(--ant-color-text);
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.PublicQueryPage-module__fwe6wq__stepDesc {
  color: var(--ant-color-text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.PublicQueryPage-module__fwe6wq__stepVisual {
  top: calc(var(--site-header-height, 60px) + 24px);
  position: sticky;
}

.PublicQueryPage-module__fwe6wq__stepImgWrap {
  border: 1px solid var(--ant-color-split);
  background: var(--ant-color-fill-secondary);
  border-radius: 14px;
  min-height: 240px;
  overflow: hidden;
  box-shadow: 0 8px 32px #00000014;
}

.PublicQueryPage-module__fwe6wq__stepPreview {
  color: #020617;
  background: #fff;
  transition: opacity .3s, transform .3s;
}

.PublicQueryPage-module__fwe6wq__stepPreview h3, .PublicQueryPage-module__fwe6wq__stepPreview p {
  margin: 0;
}

.PublicQueryPage-module__fwe6wq__createPreview, .PublicQueryPage-module__fwe6wq__importPreview, .PublicQueryPage-module__fwe6wq__searchPreview, .PublicQueryPage-module__fwe6wq__resultsPreview {
  background: #fff;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__createPreview {
  padding: 28px;
}

.PublicQueryPage-module__fwe6wq__previewHeader {
  text-align: center;
}

.PublicQueryPage-module__fwe6wq__previewHeader h3, .PublicQueryPage-module__fwe6wq__modalHeader h3, .PublicQueryPage-module__fwe6wq__publicQueryForm h3, .PublicQueryPage-module__fwe6wq__resultsContent h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.PublicQueryPage-module__fwe6wq__previewHeader p {
  color: #64748b;
  margin-top: 8px;
  font-size: 13px;
}

.PublicQueryPage-module__fwe6wq__sourceCards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__sourceCard {
  text-align: center;
  background: none;
  border: 0;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__wizardCardBox {
  background: #f3f4f6;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128px;
  margin-bottom: 12px;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__wizardCardBox svg {
  width: 118px;
  height: 118px;
}

.PublicQueryPage-module__fwe6wq__sourceCardActive .PublicQueryPage-module__fwe6wq__wizardCardBox {
  border-color: #2563eb;
}

.PublicQueryPage-module__fwe6wq__sourceCard strong {
  font-size: 15px;
}

.PublicQueryPage-module__fwe6wq__sourceCard span:last-child {
  color: #64748b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
}

.PublicQueryPage-module__fwe6wq__sourceCardActive strong, .PublicQueryPage-module__fwe6wq__sourceCardActive span:last-child {
  color: #2563eb;
}

.PublicQueryPage-module__fwe6wq__uploadIntro {
  margin-top: 24px;
}

.PublicQueryPage-module__fwe6wq__uploadIntro strong, .PublicQueryPage-module__fwe6wq__previewSubhead {
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.PublicQueryPage-module__fwe6wq__uploadIntro p {
  color: #64748b;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

.PublicQueryPage-module__fwe6wq__uploadDropzone {
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #dbe3ec;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 28px 18px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__uploadDropzone svg {
  color: #22c55e;
}

.PublicQueryPage-module__fwe6wq__uploadDropzone strong {
  font-size: 13px;
}

.PublicQueryPage-module__fwe6wq__uploadDropzone span {
  color: #64748b;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__uploadDropzone .PublicQueryPage-module__fwe6wq__primaryButton {
  color: #fff;
}

.PublicQueryPage-module__fwe6wq__primaryButton, .PublicQueryPage-module__fwe6wq__secondaryButton {
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  display: inline-flex;
}

.PublicQueryPage-module__fwe6wq__primaryButton {
  color: #fff;
  background: #2563eb;
  gap: 6px;
}

.PublicQueryPage-module__fwe6wq__secondaryButton {
  color: #020617;
  background: #fff;
  border-color: #e2e8f0;
}

.PublicQueryPage-module__fwe6wq__importPreview {
  --preview-small-text: 11px;
  padding: 22px;
}

.PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__modalHeader h3 {
  font-size: 18px;
}

.PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__progressStep, .PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewFieldLabel, .PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewInput, .PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewTableHead, .PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewTableRow, .PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__primaryButton, .PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__secondaryButton {
  font-size: var(--preview-small-text);
}

.PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewInput {
  min-height: 34px;
}

.PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewSubhead {
  font-size: 13px;
}

.PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewTableHead span, .PublicQueryPage-module__fwe6wq__importPreview .PublicQueryPage-module__fwe6wq__previewTableRow span {
  padding: 9px 10px;
}

.PublicQueryPage-module__fwe6wq__modalHeader, .PublicQueryPage-module__fwe6wq__previewActions {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__progressSteps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__progressStep {
  color: #64748b;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 13px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__progressStep:after {
  content: "";
  background: #cbd5e1;
  flex: 1;
  height: 1px;
}

.PublicQueryPage-module__fwe6wq__progressStep:last-child:after {
  display: none;
}

.PublicQueryPage-module__fwe6wq__progressStep span {
  color: #020617;
  background: #f1f5f9;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: inline-flex;
}

.PublicQueryPage-module__fwe6wq__progressStep strong {
  color: #020617;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__progressStep .PublicQueryPage-module__fwe6wq__progressDone {
  color: #2563eb;
  background: #eff6ff;
}

.PublicQueryPage-module__fwe6wq__progressStep .PublicQueryPage-module__fwe6wq__progressCurrent {
  color: #fff;
  background: #2563eb;
}

.PublicQueryPage-module__fwe6wq__previewFieldLabel {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.PublicQueryPage-module__fwe6wq__previewInput {
  color: #020617;
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 6px;
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
}

.PublicQueryPage-module__fwe6wq__previewSubhead {
  margin-top: 24px;
}

.PublicQueryPage-module__fwe6wq__previewTable {
  border: 1px solid #edf2f7;
  border-radius: 8px;
  margin-top: 14px;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__previewTableHead, .PublicQueryPage-module__fwe6wq__previewTableRow {
  grid-template-columns: 1.15fr 1fr 1fr;
  align-items: center;
  gap: 12px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__previewTableHead {
  color: #020617;
  background: #f8fafc;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__previewTableHead span, .PublicQueryPage-module__fwe6wq__previewTableRow span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 11px 12px;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__previewTableRow {
  border-top: 1px solid #edf2f7;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__previewTableRow span {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.PublicQueryPage-module__fwe6wq__previewTableRow svg {
  color: #2563eb;
  flex-shrink: 0;
}

.PublicQueryPage-module__fwe6wq__previewActions {
  justify-content: flex-end;
  margin-top: 16px;
}

.PublicQueryPage-module__fwe6wq__searchPreview, .PublicQueryPage-module__fwe6wq__resultsPreview {
  position: relative;
}

.PublicQueryPage-module__fwe6wq__previewTopbar {
  color: #020617;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  height: 34px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__previewTopbar > div {
  align-items: center;
  gap: 14px;
  min-width: 0;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__previewTopbar span {
  white-space: nowrap;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.PublicQueryPage-module__fwe6wq__urlPill {
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  max-width: 190px;
  padding: 4px 8px;
  overflow: hidden;
  display: inline-grid !important;
}

.PublicQueryPage-module__fwe6wq__urlPill svg {
  flex-shrink: 0;
}

.PublicQueryPage-module__fwe6wq__urlPill span {
  text-overflow: ellipsis;
  min-width: 0;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__heroImageMock {
  background-color: #dff8ff;
  background-image: linear-gradient(90deg, #ffffff0a, #ffffff0a), url("https://pub-prod.formhug.ai/os/20260127153344_94220863f8e8");
  background-position: center;
  background-size: cover;
  height: 112px;
}

.PublicQueryPage-module__fwe6wq__scaledPublicContent {
  zoom: .6;
}

.PublicQueryPage-module__fwe6wq__publicQueryForm {
  text-align: center;
  width: min(460px, 100% - 48px);
  margin: 34px auto 32px;
}

.PublicQueryPage-module__fwe6wq__publicQueryForm h3, .PublicQueryPage-module__fwe6wq__resultsContent h3 {
  font-size: 24px;
}

.PublicQueryPage-module__fwe6wq__publicQueryForm p {
  color: #64748b;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.45;
}

.PublicQueryPage-module__fwe6wq__publicQueryForm label {
  color: #020617;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.PublicQueryPage-module__fwe6wq__conditionDivider {
  color: #2563eb;
  margin: 18px 0;
  font-size: 12px;
  display: block;
}

.PublicQueryPage-module__fwe6wq__publicQueryForm .PublicQueryPage-module__fwe6wq__primaryButton {
  width: 100%;
  height: 38px;
}

.PublicQueryPage-module__fwe6wq__resultsCanvas {
  width: min(440px, 100% - 54px);
  margin: 28px auto 0;
  position: relative;
}

.PublicQueryPage-module__fwe6wq__resultsContent {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding-top: 24px;
}

.PublicQueryPage-module__fwe6wq__resultsContent > p {
  color: #64748b;
  margin-top: 8px;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__resultHighlights {
  gap: 10px;
  padding: 24px 16px 10px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__resultHighlights div {
  color: #059669;
  background: #ecfdf5;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__resultHighlights span {
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__resultHighlights strong {
  font-size: 22px;
}

.PublicQueryPage-module__fwe6wq__resultRows {
  text-align: left;
}

.PublicQueryPage-module__fwe6wq__resultRows div {
  color: #64748b;
  border-top: 1px solid #eef2f7;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  font-size: 12px;
  display: grid;
  position: relative;
}

.PublicQueryPage-module__fwe6wq__resultRows strong {
  color: #020617;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 13px;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__resultRows em {
  color: #cbd5e1;
  font-style: normal;
  position: absolute;
  right: 12px;
}

.PublicQueryPage-module__fwe6wq__resultRowActive {
  z-index: 1;
  box-shadow: inset 0 0 0 1px #1677ff;
}

.PublicQueryPage-module__fwe6wq__fieldToolbar {
  background: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: absolute;
  top: 310px;
  right: -32px;
  box-shadow: 0 4px 14px #0f172a24;
}

.PublicQueryPage-module__fwe6wq__fieldPanel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 210px;
  font-size: 12px;
  position: absolute;
  top: 346px;
  left: calc(100% + 4px);
  box-shadow: 0 12px 28px #0f172a24;
}

.PublicQueryPage-module__fwe6wq__fieldPanel div {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 10px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__fieldPanel div:last-child {
  border-bottom: none;
}

.PublicQueryPage-module__fwe6wq__selectPill {
  color: #020617;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  align-items: center;
  gap: 3px;
  max-width: 64px;
  font-size: 11px;
  display: inline-flex;
  overflow: hidden;
}

.PublicQueryPage-module__fwe6wq__toggleOn, .PublicQueryPage-module__fwe6wq__toggleOff {
  border-radius: 999px;
  width: 24px;
  height: 14px;
  position: relative;
}

.PublicQueryPage-module__fwe6wq__toggleOn:after, .PublicQueryPage-module__fwe6wq__toggleOff:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  box-shadow: 0 1px 2px #0f172a2e;
}

.PublicQueryPage-module__fwe6wq__toggleOn {
  background: #2563eb;
}

.PublicQueryPage-module__fwe6wq__toggleOn:after {
  right: 2px;
}

.PublicQueryPage-module__fwe6wq__toggleOff {
  background: #e5e7eb;
}

.PublicQueryPage-module__fwe6wq__toggleOff:after {
  left: 2px;
}

.PublicQueryPage-module__fwe6wq__stepCaption {
  color: var(--ant-color-text-tertiary);
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
}

.PublicQueryPage-module__fwe6wq__featuresSection {
  background: var(--ant-color-fill-secondary);
  border-top: 1px solid var(--ant-color-split);
  border-bottom: 1px solid var(--ant-color-split);
  padding: 100px 24px;
}

.PublicQueryPage-module__fwe6wq__featuresIntro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 56px;
}

.PublicQueryPage-module__fwe6wq__featuresCompareText {
  margin: 0 auto;
}

.PublicQueryPage-module__fwe6wq__textLink {
  color: var(--ant-color-primary);
  text-decoration: none;
}

.PublicQueryPage-module__fwe6wq__textLink:hover {
  text-decoration: underline;
}

.PublicQueryPage-module__fwe6wq__featGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__featCell {
  border: 1px solid var(--ant-color-split);
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  transition: border-color .2s, transform .2s;
}

.PublicQueryPage-module__fwe6wq__featCell:hover {
  border-color: color-mix(in srgb, var(--ant-color-primary) 35%, transparent);
  transform: translateY(-3px);
}

.PublicQueryPage-module__fwe6wq__featIcon {
  margin-bottom: 14px;
  font-size: 28px;
  display: block;
}

.PublicQueryPage-module__fwe6wq__featTitle {
  color: var(--ant-color-text);
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.PublicQueryPage-module__fwe6wq__featDesc {
  color: var(--ant-color-text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.PublicQueryPage-module__fwe6wq__privacyCallout {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__maskDemo {
  background: var(--ant-color-fill-secondary);
  border: 1px solid var(--ant-color-split);
  border-radius: 16px;
  padding: 32px;
}

.PublicQueryPage-module__fwe6wq__maskDemoTitle {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ant-color-text-tertiary);
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
}

.PublicQueryPage-module__fwe6wq__maskRow {
  border-bottom: 1px solid var(--ant-color-split);
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__maskRow:last-child {
  border-bottom: none;
}

.PublicQueryPage-module__fwe6wq__maskLabel {
  color: var(--ant-color-text-secondary);
  font-size: 13px;
}

.PublicQueryPage-module__fwe6wq__maskValue {
  color: var(--ant-color-text);
  font-family: monospace;
  font-size: 14px;
  font-weight: 600;
}

.PublicQueryPage-module__fwe6wq__maskScore {
  color: #0ea880;
  font-size: 20px;
}

.PublicQueryPage-module__fwe6wq__maskRank {
  color: var(--ant-color-primary);
  font-size: 18px;
}

.PublicQueryPage-module__fwe6wq__maskMasked {
  color: var(--ant-color-text-secondary);
}

.PublicQueryPage-module__fwe6wq__maskBadge {
  color: #16a34a;
  background: #16a34a14;
  border: 1px solid #16a34a33;
  border-radius: 100px;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  font-size: 11px;
  display: inline-flex;
}

.PublicQueryPage-module__fwe6wq__faqSection {
  background: var(--ant-color-fill-secondary);
  border-top: 1px solid var(--ant-color-split);
  border-bottom: 1px solid var(--ant-color-split);
  padding: 100px 24px;
}

.PublicQueryPage-module__fwe6wq__faqIntro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 52px;
}

.PublicQueryPage-module__fwe6wq__faqGrid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__faqItem {
  background: var(--ant-color-bg-container);
  border: 1px solid var(--ant-color-split);
  border-radius: 12px;
  padding: 24px;
}

.PublicQueryPage-module__fwe6wq__faqQ {
  color: var(--ant-color-text);
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
}

.PublicQueryPage-module__fwe6wq__faqA {
  color: var(--ant-color-text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.PublicQueryPage-module__fwe6wq__blogSection {
  padding: 100px 24px;
}

.PublicQueryPage-module__fwe6wq__blogIntro {
  margin-bottom: 48px;
}

.PublicQueryPage-module__fwe6wq__blogGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.PublicQueryPage-module__fwe6wq__blogCard {
  border: 1px solid var(--ant-color-split);
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: flex;
}

.PublicQueryPage-module__fwe6wq__blogCard:hover {
  border-color: color-mix(in srgb, var(--ant-color-primary) 35%, transparent);
  transform: translateY(-3px);
  box-shadow: 0 4px 16px #00000012;
}

.PublicQueryPage-module__fwe6wq__blogReadTime {
  color: var(--ant-color-text-tertiary);
  margin: 0 0 10px;
  font-size: 12px;
}

.PublicQueryPage-module__fwe6wq__blogTitle {
  color: var(--ant-color-text);
  flex: 1;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.PublicQueryPage-module__fwe6wq__blogDesc {
  color: var(--ant-color-text-secondary);
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
}

.PublicQueryPage-module__fwe6wq__blogReadMore {
  color: var(--ant-color-primary);
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1279.99px) {
  .PublicQueryPage-module__fwe6wq__section, .PublicQueryPage-module__fwe6wq__useCasesSection, .PublicQueryPage-module__fwe6wq__featuresSection, .PublicQueryPage-module__fwe6wq__faqSection {
    padding: 60px 24px;
  }

  .PublicQueryPage-module__fwe6wq__sectionTitle {
    font-size: 1.75rem;
  }

  .PublicQueryPage-module__fwe6wq__useCaseCards {
    grid-template-columns: 1fr 1fr;
  }

  .PublicQueryPage-module__fwe6wq__howGrid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .PublicQueryPage-module__fwe6wq__stepVisual {
    position: static;
  }

  .PublicQueryPage-module__fwe6wq__fieldPanel, .PublicQueryPage-module__fwe6wq__fieldToolbar {
    right: 12px;
  }

  .PublicQueryPage-module__fwe6wq__featGrid {
    grid-template-columns: 1fr 1fr;
  }

  .PublicQueryPage-module__fwe6wq__privacyCallout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .PublicQueryPage-module__fwe6wq__faqGrid {
    grid-template-columns: 1fr;
  }

  .PublicQueryPage-module__fwe6wq__blogSection {
    padding: 60px 24px;
  }

  .PublicQueryPage-module__fwe6wq__blogGrid {
    grid-template-columns: 1fr 1fr;
  }

  .PublicQueryPage-module__fwe6wq__browserBody {
    --hero-mockup-scale: .72;
    padding: 36px 20px 40px;
  }

  .PublicQueryPage-module__fwe6wq__queryComposition {
    flex-direction: column;
  }

  .PublicQueryPage-module__fwe6wq__queryResultCard {
    width: 100%;
  }

  .PublicQueryPage-module__fwe6wq__hideOnMobile {
    display: none;
  }

  .PublicQueryPage-module__fwe6wq__hideOnDesktop {
    display: unset;
  }
}

@media (max-width: 639.99px) {
  .PublicQueryPage-module__fwe6wq__useCaseCards, .PublicQueryPage-module__fwe6wq__featGrid, .PublicQueryPage-module__fwe6wq__blogGrid {
    grid-template-columns: 1fr;
  }

  .PublicQueryPage-module__fwe6wq__browserBar {
    padding: 0 10px;
  }

  .PublicQueryPage-module__fwe6wq__browserAddress {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
  }

  .PublicQueryPage-module__fwe6wq__browserBody {
    --hero-mockup-scale: .752;
    background-size: 32px 32px, 32px 32px, auto;
    padding: 28px 12px 32px;
  }

  .PublicQueryPage-module__fwe6wq__heroMockup {
    gap: 18px;
  }

  .PublicQueryPage-module__fwe6wq__queryHeaderImage {
    height: 120px;
  }

  .PublicQueryPage-module__fwe6wq__queryConfigBody {
    padding: 20px 16px 32px;
  }

  .PublicQueryPage-module__fwe6wq__queryTitleBar {
    font-size: 17px;
    line-height: 32px;
  }

  .PublicQueryPage-module__fwe6wq__queryCriteriaItem {
    padding: 10px 12px;
    font-size: 13px;
  }

  .PublicQueryPage-module__fwe6wq__queryResultCard {
    padding: 0 12px;
  }

  .PublicQueryPage-module__fwe6wq__queryResultContent {
    padding: 12px;
  }

  .PublicQueryPage-module__fwe6wq__queryResultRow {
    height: auto;
    min-height: 40px;
    font-size: 12px;
  }

  .PublicQueryPage-module__fwe6wq__createPreview, .PublicQueryPage-module__fwe6wq__importPreview {
    padding: 18px;
  }

  .PublicQueryPage-module__fwe6wq__previewHeader h3, .PublicQueryPage-module__fwe6wq__modalHeader h3, .PublicQueryPage-module__fwe6wq__publicQueryForm h3, .PublicQueryPage-module__fwe6wq__resultsContent h3 {
    font-size: 18px;
  }

  .PublicQueryPage-module__fwe6wq__sourceCards {
    gap: 10px;
    margin-top: 18px;
  }

  .PublicQueryPage-module__fwe6wq__sourceCard {
    padding: 0;
  }

  .PublicQueryPage-module__fwe6wq__wizardCardBox {
    height: 86px;
  }

  .PublicQueryPage-module__fwe6wq__wizardCardBox svg {
    width: 86px;
    height: 86px;
  }

  .PublicQueryPage-module__fwe6wq__uploadIntro, .PublicQueryPage-module__fwe6wq__uploadDropzone {
    margin-top: 14px;
  }

  .PublicQueryPage-module__fwe6wq__uploadDropzone {
    padding: 20px 12px;
  }

  .PublicQueryPage-module__fwe6wq__progressSteps {
    gap: 8px;
    margin: 18px 0;
  }

  .PublicQueryPage-module__fwe6wq__progressStep {
    font-size: 11px;
  }

  .PublicQueryPage-module__fwe6wq__previewTableHead, .PublicQueryPage-module__fwe6wq__previewTableRow {
    grid-template-columns: 1.15fr .85fr;
  }

  .PublicQueryPage-module__fwe6wq__previewTableHead span:nth-child(3), .PublicQueryPage-module__fwe6wq__previewTableRow span:nth-child(3), .PublicQueryPage-module__fwe6wq__previewTableRow:nth-child(n+5) {
    display: none;
  }

  .PublicQueryPage-module__fwe6wq__previewTopbar {
    padding: 0 10px;
  }

  .PublicQueryPage-module__fwe6wq__previewTopbar > div span:not(.PublicQueryPage-module__fwe6wq__urlPill) {
    display: none;
  }

  .PublicQueryPage-module__fwe6wq__heroImageMock {
    height: 84px;
  }

  .PublicQueryPage-module__fwe6wq__publicQueryForm {
    width: calc(100% - 32px);
    margin-top: 24px;
  }

  .PublicQueryPage-module__fwe6wq__publicQueryForm label {
    margin-top: 22px;
  }

  .PublicQueryPage-module__fwe6wq__resultsCanvas {
    width: calc(100% - 32px);
    margin-top: 20px;
  }

  .PublicQueryPage-module__fwe6wq__resultHighlights {
    padding: 16px 12px 8px;
  }

  .PublicQueryPage-module__fwe6wq__resultRows div {
    grid-template-columns: 1fr 1.1fr;
  }

  .PublicQueryPage-module__fwe6wq__resultRows em, .PublicQueryPage-module__fwe6wq__fieldToolbar, .PublicQueryPage-module__fwe6wq__fieldPanel {
    display: none;
  }
}

/* [project]/src/modules/site/scenes/ScenePage.module.css [app-client] (css) */
.ScenePage-module__6YwXmW__root {
  --section-max-width: 1200px;
}

.ScenePage-module__6YwXmW__container {
  width: 100%;
  max-width: var(--section-max-width);
  margin-left: auto;
  margin-right: auto;
}

.ScenePage-module__6YwXmW__eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ant-color-primary);
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
}

.ScenePage-module__6YwXmW__section {
  padding: 100px 24px;
}

.ScenePage-module__6YwXmW__sectionTitle {
  letter-spacing: -.8px;
  color: var(--ant-color-text);
  max-width: 800px;
  margin: 0 0 16px;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.1;
}

.ScenePage-module__6YwXmW__sectionTitle em {
  color: #0ea880;
  font-style: normal;
}

.ScenePage-module__6YwXmW__sectionBody {
  color: var(--ant-color-text-secondary);
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.ScenePage-module__6YwXmW__heroSection {
  min-height: calc(100dvh - var(--site-header-height, 60px));
  padding: var(--site-hero-padding-top) 24px 48px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow-x: clip;
}

.ScenePage-module__6YwXmW__heroInner {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  animation: .6s ease-out both ScenePage-module__6YwXmW__fadeUp;
  display: flex;
  position: relative;
}

@keyframes ScenePage-module__6YwXmW__fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ScenePage-module__6YwXmW__pillPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .5;
    transform: scale(.7);
  }
}

.ScenePage-module__6YwXmW__heroTitle {
  letter-spacing: 0;
  width: 100%;
  max-width: 860px;
  color: var(--ant-color-text);
  margin: 0 0 16px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
}

.ScenePage-module__6YwXmW__heroTitleLine {
  display: block;
}

.ScenePage-module__6YwXmW__heroTitle em {
  background: linear-gradient(135deg, var(--ant-color-primary), #0ea880);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.ScenePage-module__6YwXmW__heroSubtitle {
  width: 100%;
  max-width: 780px;
  color: var(--ant-color-text);
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.ScenePage-module__6YwXmW__heroCtas {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  display: flex;
}

.ScenePage-module__6YwXmW__heroPromptWrap {
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-top: 32px;
  position: relative;
}

.ScenePage-module__6YwXmW__heroImgPlaceholder {
  z-index: 1;
  border: 1px solid var(--ant-color-split);
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
  margin-top: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 64px #0000001f;
}

.ScenePage-module__6YwXmW__browserBar {
  background: var(--ant-color-fill-secondary);
  border-bottom: 1px solid var(--ant-color-split);
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  display: flex;
}

.ScenePage-module__6YwXmW__browserDots {
  gap: 6px;
  display: flex;
}

.ScenePage-module__6YwXmW__browserDot {
  background: var(--ant-color-fill);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.ScenePage-module__6YwXmW__browserAddr {
  background: var(--ant-color-fill);
  border-radius: 6px;
  flex: 1;
  max-width: 320px;
  height: 22px;
}

.ScenePage-module__6YwXmW__imgPlaceholder {
  border: 2px dashed var(--ant-color-split);
  background: var(--ant-color-fill-secondary);
  aspect-ratio: 16 / 10;
  min-height: 260px;
  color: var(--ant-color-text-quaternary);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 12px;
  display: flex;
}

.ScenePage-module__6YwXmW__featuresSection {
  background: var(--ant-color-fill-secondary);
  border-top: 1px solid var(--ant-color-split);
  border-bottom: 1px solid var(--ant-color-split);
  padding: 100px 24px;
}

.ScenePage-module__6YwXmW__featuresIntro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 56px;
}

.ScenePage-module__6YwXmW__featGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.ScenePage-module__6YwXmW__featCell {
  border: 1px solid var(--ant-color-split);
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  transition: border-color .2s, transform .2s;
}

.ScenePage-module__6YwXmW__featCell:hover {
  border-color: color-mix(in srgb, var(--ant-color-primary) 35%, transparent);
  transform: translateY(-3px);
}

.ScenePage-module__6YwXmW__featIcon {
  margin-bottom: 14px;
  font-size: 28px;
  display: block;
}

.ScenePage-module__6YwXmW__featTitle {
  color: var(--ant-color-text);
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.ScenePage-module__6YwXmW__featDesc {
  color: var(--ant-color-text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.ScenePage-module__6YwXmW__demoCallout {
  padding: 100px 24px;
}

.ScenePage-module__6YwXmW__demoCalloutInner {
  max-width: var(--section-max-width);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ScenePage-module__6YwXmW__demoCalloutText {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

@media (prefers-reduced-motion: no-preference) {
  .ScenePage-module__6YwXmW__demoCalloutInner {
    animation: .5s ease-out .1s both ScenePage-module__6YwXmW__slideIn;
  }
}

@keyframes ScenePage-module__6YwXmW__slideIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ScenePage-module__6YwXmW__industriesSection {
  padding: 100px 24px;
}

.ScenePage-module__6YwXmW__industriesIntro {
  max-width: 800px;
  margin-bottom: 56px;
}

.ScenePage-module__6YwXmW__industryCards {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  display: grid;
}

.ScenePage-module__6YwXmW__industryCard {
  border: 1px solid var(--ant-color-split);
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  padding: 28px 24px;
  transition: border-color .2s, transform .2s;
  display: flex;
}

.ScenePage-module__6YwXmW__industryCard:hover {
  border-color: color-mix(in srgb, var(--ant-color-primary) 35%, transparent);
  transform: translateY(-3px);
}

.ScenePage-module__6YwXmW__industryIcon {
  margin-bottom: 14px;
  font-size: 28px;
  display: block;
}

.ScenePage-module__6YwXmW__industryName {
  color: var(--ant-color-text);
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.ScenePage-module__6YwXmW__industryDesc {
  color: var(--ant-color-text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.ScenePage-module__6YwXmW__faqSection {
  background: var(--ant-color-fill-secondary);
  border-top: 1px solid var(--ant-color-split);
  border-bottom: 1px solid var(--ant-color-split);
  padding: 100px 24px;
}

.ScenePage-module__6YwXmW__faqIntro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 52px;
}

.ScenePage-module__6YwXmW__faqGrid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.ScenePage-module__6YwXmW__faqItem {
  background: var(--ant-color-bg-container);
  border: 1px solid var(--ant-color-split);
  border-radius: 12px;
  padding: 24px;
}

.ScenePage-module__6YwXmW__faqQ {
  color: var(--ant-color-text);
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
}

.ScenePage-module__6YwXmW__faqA {
  color: var(--ant-color-text-secondary);
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.ScenePage-module__6YwXmW__blogSection {
  padding: 100px 24px;
}

.ScenePage-module__6YwXmW__blogGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.ScenePage-module__6YwXmW__blogCard {
  border: 1px solid var(--ant-color-split);
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: flex;
}

.ScenePage-module__6YwXmW__blogCard:hover {
  border-color: color-mix(in srgb, var(--ant-color-primary) 35%, transparent);
  transform: translateY(-3px);
  box-shadow: 0 4px 16px #00000012;
}

.ScenePage-module__6YwXmW__blogReadTime {
  color: var(--ant-color-text-tertiary);
  margin: 0 0 10px;
  font-size: 12px;
}

.ScenePage-module__6YwXmW__blogTitle {
  color: var(--ant-color-text);
  flex: 1;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.ScenePage-module__6YwXmW__blogDesc {
  color: var(--ant-color-text-secondary);
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
}

.ScenePage-module__6YwXmW__blogReadMore {
  color: var(--ant-color-primary);
  font-size: 13px;
  font-weight: 500;
}

.ScenePage-module__6YwXmW__templatePreviewSection {
  padding: 72px 24px 96px;
}

.ScenePage-module__6YwXmW__templatePreviewIntro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}

.ScenePage-module__6YwXmW__templateGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

.ScenePage-module__6YwXmW__templateCard {
  background: var(--ant-color-bg-container);
  border: 1px solid var(--ant-color-split);
  border-radius: 14px;
  flex-direction: column;
  text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.ScenePage-module__6YwXmW__templateCard:hover {
  border-color: color-mix(in srgb, var(--ant-color-primary) 35%, transparent);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #00000012;
}

.ScenePage-module__6YwXmW__templateCardImg {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ant-color-fill-secondary);
  border-bottom: 1px solid var(--ant-color-split);
  width: 100%;
  display: block;
}

.ScenePage-module__6YwXmW__templateCardBody {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 20px;
  display: flex;
}

.ScenePage-module__6YwXmW__templateCardTitle {
  color: var(--ant-color-text);
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.ScenePage-module__6YwXmW__templateCardDesc {
  color: var(--ant-color-text-secondary);
  flex: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.ScenePage-module__6YwXmW__templateCardCta {
  color: var(--ant-color-primary);
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1279.99px) {
  .ScenePage-module__6YwXmW__heroSection {
    padding: var(--site-hero-padding-top) 24px 40px;
  }

  .ScenePage-module__6YwXmW__heroTitle {
    letter-spacing: 0;
    font-size: 36px;
    font-weight: 700;
  }

  .ScenePage-module__6YwXmW__heroSubtitle {
    font-size: 16px;
  }

  .ScenePage-module__6YwXmW__section, .ScenePage-module__6YwXmW__featuresSection, .ScenePage-module__6YwXmW__industriesSection, .ScenePage-module__6YwXmW__faqSection, .ScenePage-module__6YwXmW__templatePreviewSection {
    padding: 60px 24px;
  }

  .ScenePage-module__6YwXmW__sectionTitle {
    font-size: 1.75rem;
  }

  .ScenePage-module__6YwXmW__industryCards {
    grid-template-columns: repeat(3, 1fr);
  }

  .ScenePage-module__6YwXmW__blogSection {
    padding: 60px 24px;
  }

  .ScenePage-module__6YwXmW__blogGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ScenePage-module__6YwXmW__featGrid, .ScenePage-module__6YwXmW__faqGrid {
    grid-template-columns: 1fr;
  }

  .ScenePage-module__6YwXmW__templateGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ScenePage-module__6YwXmW__demoCallout {
    padding: 60px 24px;
  }

  .ScenePage-module__6YwXmW__demoCalloutInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 639.99px) {
  .ScenePage-module__6YwXmW__heroTitle {
    font-size: 34px;
  }

  .ScenePage-module__6YwXmW__heroSubtitle {
    font-size: 16px;
  }

  .ScenePage-module__6YwXmW__industryCards, .ScenePage-module__6YwXmW__templateGrid {
    grid-template-columns: 1fr 1fr;
  }

  .ScenePage-module__6YwXmW__blogGrid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=src_modules_site_13g2qoh._.css.map*/