@charset "UTF-8";
:root {
  --paper: #fbf9f5;
  --ink: #272b29;
  --muted: #72766f;
  --orange: #e87938;
  --line: #e5e2db;
  --sage: #697865;
  --radius: 20px;
  font-family:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
button {
  border: 0;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 6px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #f3c6a6;
}
.container {
  max-width: 1248px;
  padding-inline: 40px;
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
  z-index: 100;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 249, 245, 0.96);
  border-bottom: 1px solid rgba(229, 226, 219, 0.75);
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand > span {
  font-size: 23px;
  font-weight: 750;
  letter-spacing: 2px;
  line-height: 1.3;
}
.brand small {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2.1px;
  margin-top: 5px;
}
.brand img {
  border-radius: 11px;
}
nav {
  display: flex;
  gap: 31px;
  align-items: center;
}
nav a {
  font-size: 14px;
  color: #676b65;
  padding: 12px 0;
  transition: color 0.2s;
}
nav a:hover,
nav a[aria-current] {
  color: var(--orange);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  min-height: 54px;
  padding: 16px 25px;
  background: var(--orange);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #d66a2c;
  transform: translateY(-2px);
}
.button > span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  min-height: 42px;
  font-size: 12px;
  padding: 11px 17px;
  gap: 18px;
  background: var(--ink);
}
.button-small:hover {
  background: #41483e;
}
.menu-toggle {
  display: none;
}
.hero {
  min-height: 710px;
  padding-top: 86px;
  padding-bottom: 68px;
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: #636b61;
}
.status-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #83916c;
  box-shadow: 0 0 0 4px #e9ebdf;
}
.hero h1 {
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.3;
  letter-spacing: -2px;
  font-weight: 750;
}
.hero h1 > span {
  color: var(--orange);
}
.hero-description {
  font-size: 15px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 33px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
}
.text-link:hover {
  color: var(--orange);
}
.play-icon {
  width: 26px;
  height: 26px;
  border: 1px solid #cdcfc4;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  color: #8a8d85;
  margin-top: 25px;
}
.hero-footnote i {
  width: 3px;
  height: 3px;
  background: #b5b6af;
  border-radius: 50%;
}
.hero-scene {
  position: relative;
  height: 536px;
  margin-left: -4px;
}
.hero-scene:before {
  content: "";
  position: absolute;
  inset: 35px -10px 5px;
  background: radial-gradient(
    ellipse,
    #f4e2cd 0%,
    #f8efdf 38%,
    transparent 68%
  );
  border-radius: 50%;
}
.scene-orbit {
  position: absolute;
  border: 1px solid #e8dfd1;
  border-radius: 50%;
  transform: rotate(-26deg);
  pointer-events: none;
}
.orbit-one {
  width: 500px;
  height: 350px;
  top: 132px;
  left: 19px;
}
.orbit-two {
  width: 600px;
  height: 412px;
  top: 89px;
  left: -29px;
  border-style: dashed;
  border-color: #eae3d8;
}
.city-art {
  width: 100%;
  height: 460px;
  position: absolute;
  top: 29px;
  left: 0;
  filter: drop-shadow(0 15px 15px #d4be9c22);
}
.scene-coordinate {
  position: absolute;
  font-size: 8px;
  letter-spacing: 2px;
  color: #9a9b8f;
}
.coordinate-top {
  right: 27px;
  top: 16px;
}
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #eee7dc;
  border-radius: 10px;
  padding: 15px 17px;
  box-shadow: 0 12px 38px #5f4c2710;
  z-index: 2;
  animation: float-in 0.8s ease-out both;
}
.floating-card strong {
  display: block;
  font-size: 12px;
  font-weight: 650;
}
.floating-card div > span {
  display: block;
  font-size: 9px;
  color: #979b90;
  margin-top: 6px;
}
.report-card {
  top: 102px;
  left: -7px;
  transform: rotate(-4deg);
  animation-name: float-in-report;
}
.visit-card {
  right: -1px;
  bottom: 148px;
  transform: rotate(3deg);
  animation-name: float-in-visit;
  animation-delay: 0.15s;
}
.card-icon {
  display: grid;
  place-items: center;
  height: 33px;
  width: 33px;
  border-radius: 9px;
  font-size: 20px;
}
.orange {
  background: #fff1e7;
  color: var(--orange);
}
.green {
  background: #edf1e8;
  color: #6e8560;
}
.success-check {
  color: #8fa580;
  font-size: 13px;
  margin-left: 8px;
}
.tiny-label {
  font-size: 9px;
  border-radius: 4px;
  padding: 4px 6px;
  background: #edf1e8;
  color: #7b8a6f;
  margin-left: 14px;
}
.scene-bottom {
  position: absolute;
  bottom: 13px;
  left: 55px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.scene-mini-brand {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1e8d9;
  display: grid;
  place-items: center;
  color: #a99274;
}
.scene-bottom strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #756f60;
}
.scene-bottom div > span {
  font-size: 9px;
  display: block;
  color: #aaa38f;
  margin-top: 6px;
}
.scene-bottom b {
  padding: 0 8px;
  font-weight: 400;
}
.scene-caption {
  position: absolute;
  bottom: -11px;
  right: 26px;
  font-size: 9px;
  color: #999789;
}
@keyframes float-in-report {
  from {
    opacity: 0;
    transform: translateY(16px) rotate(-4deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(-4deg);
  }
}
@keyframes float-in-visit {
  from {
    opacity: 0;
    transform: translateY(16px) rotate(3deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(3deg);
  }
}
.principles {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  align-items: center;
  gap: 30px;
  padding-top: 29px;
  padding-bottom: 31px;
  position: relative;
}
.principles:before,
.principles:after {
  content: "";
  height: 1px;
  background: var(--line);
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
}
.principles:after {
  top: auto;
  bottom: 0;
}
.principles p {
  font-size: 12px;
  color: #85897f;
  line-height: 1.9;
}
.principles strong {
  font-size: 15px;
  color: #464f42;
  font-weight: 600;
}
.principles > span {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.principles b {
  font-size: 10px;
  color: #b3ab97;
  font-weight: 400;
}
.section {
  padding-top: 108px;
  padding-bottom: 106px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 45px;
}
.section-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  color: #a2886b;
  font-weight: 600;
  margin-bottom: 18px;
}
h2 {
  font-size: 37px;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: 650;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.95;
  margin-bottom: 5px;
  max-width: 320px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card {
  padding: 28px 28px 0;
  border: 1px solid var(--line);
  background: #fffefa;
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: #d5bda2;
}
.feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.feature-top > span:last-child {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #a09e90;
}
.outline-icon {
  width: 40px;
  height: 40px;
  background: #f6efdf;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #a78150;
}
.feature-card h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
}
.feature-card > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.95;
  min-height: 70px;
}
.feature-visual {
  height: 138px;
  margin-top: 28px;
  background: #f6f3ec;
  border-radius: 13px 13px 0 0;
}
.report-visual {
  padding: 20px 23px 0;
  border: 1px solid #eae6dc;
  transform: translateY(9px) rotate(-2deg);
}
.report-visual > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #6f7568;
}
.pill {
  font-size: 8px;
  padding: 4px 7px;
  border-radius: 3px;
  background: #e8ecde;
  color: #718164;
  font-weight: 400;
}
.mock-line {
  height: 5px;
  width: 43%;
  background: #e1dfd4;
  margin-top: 12px;
  border-radius: 4px;
}
.mock-line.long {
  width: 65%;
  margin-top: 18px;
}
.mini-rule {
  border-top: 1px solid #e5e2d8;
  font-size: 9px;
  color: #a39175;
  margin-top: 16px;
  padding-top: 10px;
}
.mini-rule i {
  font-style: normal;
  color: #81956e;
  margin-right: 6px;
}
.scan-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: radial-gradient(ellipse, #edf0e2, #f8f6ef);
}
.scan-frame {
  width: 85px;
  height: 85px;
  color: #91a47c;
}
.scan-frame svg {
  width: 100%;
  height: 100%;
}
.scan-visual > span {
  font-size: 11px;
  color: #829372;
}
.chart-visual {
  padding: 18px 26px 0;
}
.chart-bars {
  height: 90px;
  display: flex;
  align-items: end;
  gap: 12px;
  border-bottom: 1px solid #e3ddd0;
}
.chart-bars i {
  width: calc(100% / 6);
  height: var(--height);
  border-radius: 5px 5px 0 0;
  background: #dbd1bc;
}
.chart-bars i:nth-last-child(2) {
  background: #eebf96;
}
.chart-bars i:last-child {
  background: var(--orange);
}
.chart-visual > span {
  font-size: 8px;
  color: #979483;
  display: block;
  margin-top: 8px;
}
.collaboration-section {
  background: #efeee7;
  padding: 94px 0 95px;
}
.role-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #d8dacd;
  margin-bottom: 48px;
  gap: 25px;
}
.role-tabs button {
  position: relative;
  background: transparent;
  text-align: left;
  padding: 18px 0 22px;
  color: #93988a;
  font-size: 17px;
  font-weight: 600;
}
.role-tabs button span {
  font-size: 10px;
  font-weight: 400;
  margin-left: 15px;
}
.role-tabs button[aria-selected="true"] {
  color: #354331;
}
.role-tabs button[aria-selected="true"]:after {
  position: absolute;
  content: "";
  height: 3px;
  background: var(--orange);
  bottom: -2px;
  left: 0;
  right: 0;
  border-radius: 4px;
}
.role-panel {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 65px;
  align-items: center;
  min-height: 429px;
}
.role-number {
  display: block;
  font-size: 12px;
  color: #a6ad99;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.role-copy h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.8px;
}
.role-copy > p {
  font-size: 13px;
  line-height: 1.95;
  color: #79806f;
  margin-top: 17px;
  max-width: 360px;
  min-height: 76px;
}
.role-copy ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 25px;
}
.role-copy li {
  font-size: 11px;
  color: #646e59;
  position: relative;
  padding-left: 23px;
}
.role-copy li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #899f77;
}
.role-copy .text-link {
  color: #637654;
  font-size: 12px;
}
.product-preview {
  background: #fffefa;
  border: 1px solid #e0e2d6;
  border-radius: 15px;
  box-shadow: 0 22px 35px #5f68550a;
  transform: rotate(1deg);
  overflow: hidden;
}
.preview-top {
  padding: 18px 23px;
  background: #f8f8f2;
  border-bottom: 1px solid #e9eae0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-top > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.preview-top strong {
  font-size: 11px;
  letter-spacing: 1px;
}
.preview-top img {
  border-radius: 6px;
}
.preview-top > span {
  font-size: 9px;
  color: #a8ab9f;
}
.preview-content {
  padding: 25px 25px 0;
}
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.preview-heading small {
  font-size: 10px;
  color: #939a87;
}
.preview-heading h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}
.preview-avatar {
  font-size: 13px;
  background: #eeefdf;
  color: #7c8967;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.preview-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f7f7ef;
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid #efefe4;
  border-radius: 8px;
  gap: 15px;
}
.preview-summary span {
  display: block;
  font-size: 9px;
  color: #9b9f8e;
}
.preview-summary strong {
  display: block;
  font-size: 15px;
  color: #5e6a52;
  font-weight: 600;
  margin-top: 8px;
}
.preview-summary > div + div {
  border-left: 1px solid #e5e7d9;
  padding-left: 20px;
}
.preview-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}
.preview-list-header strong {
  font-size: 11px;
  font-weight: 600;
}
.preview-list-header > span {
  font-size: 9px;
  color: #989d8f;
}
.preview-list {
  margin: 5px 0;
}
.preview-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0e7;
}
.preview-list li:last-child {
  border: 0;
}
.step-icon {
  font-size: 9px;
  background: #f3f0e5;
  color: #b19a76;
  border-radius: 7px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.preview-list strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.preview-list small {
  font-size: 9px;
  display: block;
  color: #a0a393;
  margin-top: 5px;
}
.row-state {
  font-size: 8px;
  padding: 4px 7px;
  border-radius: 4px;
  background: #f2f4e9;
  color: #8c9a78;
  margin-left: auto;
  flex-shrink: 0;
}
.preview-footer {
  padding: 13px 25px;
  background: #fafaf4;
  border-top: 1px solid #efefe5;
  font-size: 9px;
  color: #9aa18c;
  display: flex;
  align-items: center;
  gap: 9px;
}
.preview-footer .status-dot {
  width: 4px;
  height: 4px;
  box-shadow: none;
}
.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 49px;
}
.workflow li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.workflow-number {
  font-size: 13px;
  color: #b49b7e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workflow-number i {
  font-size: 23px;
  font-style: normal;
  color: #d3c7b4;
  font-weight: 300;
}
.workflow h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
}
.workflow p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 12px;
}
.workflow-note {
  display: flex;
  gap: 13px;
  align-items: center;
  background: #f3f0e8;
  padding: 20px 26px;
  border-radius: 9px;
  margin-top: 37px;
}
.workflow-note > span {
  font-size: 23px;
  color: #a48d6b;
}
.workflow-note p {
  font-size: 11px;
  color: #7d775f;
  line-height: 1.9;
}
.workflow-note p > span {
  margin-left: 18px;
  color: #a19b87;
}
.faq-section {
  padding-top: 10px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
}
.faq-section h2 {
  font-size: 29px;
}
.faq-section > div > p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 16px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 23px 0;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 20px;
  font-weight: 300;
  color: #9c998a;
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
  color: var(--orange);
}
details p {
  font-size: 12px;
  line-height: 1.95;
  color: var(--muted);
  padding: 0 30px 23px 0;
}
.start-section {
  padding-bottom: 64px;
}
.start-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #343e33;
  border-radius: 16px;
  padding: 51px 54px;
  overflow: hidden;
  color: #f9f8ed;
}
.start-card .section-kicker {
  color: #b3bba7;
  font-size: 9px;
}
.start-card h2 {
  font-size: 36px;
  line-height: 1.5;
}
.start-card p {
  font-size: 12px;
  color: #b7bfac;
  margin-top: 17px;
}
.start-card > div {
  position: relative;
  z-index: 1;
}
.start-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
}
.button-light {
  background: #f7f3e8;
  color: #3f4a38;
  font-size: 12px;
  padding: 15px 23px;
  gap: 30px;
}
.button-light:hover {
  background: #fff;
  color: #333;
}
.start-admin {
  font-size: 12px;
  color: #d3dac7;
}
.start-admin span {
  margin-left: 12px;
}
.start-admin:hover {
  color: #fff;
}
.start-actions small {
  font-size: 9px;
  color: #909d83;
}
.start-watermark {
  position: absolute;
  right: 170px;
  bottom: -70px;
  line-height: 1;
  font-weight: 800;
  font-size: 280px;
  letter-spacing: -32px;
  color: #ffffff03;
  pointer-events: none;
}
.site-footer {
  padding-bottom: 30px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 27px;
  gap: 20px;
}
.footer-top .brand > span {
  font-size: 20px;
}
.footer-top .brand small {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #8c9084;
}
.footer-domain {
  font-size: 11px;
  color: #8f9487;
  letter-spacing: 1px;
}
.footer-domain > span {
  margin-left: 15px;
}
.footer-top > a:last-child {
  font-size: 10px;
  color: #818b78;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 22px;
  font-size: 9px;
  color: #9a9e92;
}
.footer-bottom a:hover {
  color: var(--orange);
}
dialog {
  width: min(480px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 40px;
  border: 1px solid #e4e0d6;
  border-radius: 20px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 20px 80px #19251633;
  overflow: auto;
}
dialog::backdrop {
  background: #1e291f99;
  backdrop-filter: blur(5px);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 12px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: transparent;
  color: #6e7566;
  font-size: 26px;
}
.dialog-close:hover {
  background: #eceade;
}
.dialog-logo {
  margin-bottom: 22px;
  border-radius: 15px;
}
dialog h2 {
  font-size: 26px;
}
dialog > p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 18px;
}
dialog ol {
  margin: 25px 0;
  display: grid;
  gap: 17px;
}
dialog li {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 12px;
}
dialog li b {
  font-size: 10px;
  color: var(--orange);
}
.dialog-confirm {
  width: 100%;
}
.miniapp-code {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin: 20px auto;
}
@media (min-width: 1440px) {
  .hero {
    min-height: 770px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1080px) {
  .header-inner {
    gap: 20px;
  }
  .header-inner nav {
    gap: 22px;
  }
  .header-cta {
    gap: 12px;
  }
  .hero {
    gap: 0;
    min-height: 660px;
    padding-top: 65px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-scene {
    height: 490px;
  }
  .city-art {
    height: 420px;
    top: 35px;
  }
  .report-card {
    top: 87px;
    left: 1px;
    padding: 12px;
  }
  .visit-card {
    right: 0;
    bottom: 132px;
    padding: 12px;
  }
  .floating-card strong {
    font-size: 11px;
  }
  .floating-card div > span {
    font-size: 8px;
  }
  .tiny-label {
    display: none;
  }
  .orbit-one {
    width: 400px;
    height: 300px;
    left: 0;
  }
  .orbit-two {
    width: 490px;
    height: 365px;
    left: -35px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    gap: 20px;
    padding-inline: 20px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .scene-bottom {
    left: 20px;
    bottom: 28px;
  }
  .scene-caption {
    bottom: 0;
  }
  .principles {
    gap: 20px;
  }
  .principles > span {
    font-size: 11px;
    gap: 8px;
  }
  .feature-card {
    padding: 23px 22px 0;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .feature-card > p {
    min-height: 90px;
  }
  .section {
    padding-block: 80px;
  }
  .role-panel {
    gap: 45px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .role-copy h3 {
    font-size: 27px;
  }
  .product-preview {
    transform: none;
  }
  .preview-content {
    padding: 22px 19px 0;
  }
  .preview-heading h4 {
    font-size: 13px;
  }
  .preview-list li {
    gap: 8px;
  }
  .preview-list small {
    font-size: 8px;
  }
  .start-card {
    padding: 43px 40px;
  }
}
@media (max-width: 800px) {
  .container {
    padding-inline: 25px;
  }
  .header-inner {
    height: 76px;
  }
  .brand > span {
    font-size: 20px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .brand small {
    font-size: 8px;
  }
  .header-cta {
    display: none;
  }
  .header-inner nav {
    gap: 20px;
  }
  .hero {
    padding-top: 50px;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
  }
  .hero h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 2;
  }
  .hero-actions {
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 47px;
    padding: 12px 16px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-footnote {
    font-size: 8px;
    gap: 7px;
  }
  .hero-scene {
    height: 450px;
  }
  .city-art {
    top: 62px;
    height: 340px;
  }
  .report-card {
    top: 75px;
    left: -5px;
  }
  .visit-card {
    bottom: 100px;
    right: -9px;
  }
  .card-icon {
    height: 27px;
    width: 27px;
    font-size: 17px;
  }
  .floating-card {
    gap: 8px;
  }
  .scene-coordinate {
    font-size: 6px;
    letter-spacing: 1px;
    right: 0;
  }
  .orbit-one {
    width: 320px;
    height: 260px;
    left: 0;
    top: 135px;
  }
  .orbit-two {
    width: 360px;
    height: 300px;
    left: -18px;
    top: 112px;
  }
  .scene-bottom {
    left: 0;
    bottom: 8px;
    gap: 8px;
  }
  .scene-bottom strong {
    font-size: 9px;
  }
  .scene-bottom div > span {
    font-size: 7px;
  }
  .scene-mini-brand {
    width: 31px;
    height: 31px;
    font-size: 12px;
  }
  .scene-caption {
    bottom: -16px;
    font-size: 8px;
  }
  .principles {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .principles:before,
  .principles:after {
    left: 25px;
    right: 25px;
  }
  .principles > p {
    grid-row: span 2;
  }
  .principles > span {
    font-size: 12px;
  }
  .section-heading {
    gap: 25px;
  }
  h2 {
    font-size: 30px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .feature-grid {
    gap: 14px;
  }
  .feature-card {
    padding: 20px 17px 0;
    border-radius: 14px;
  }
  .feature-top {
    margin-bottom: 20px;
  }
  .feature-top > span:last-child {
    font-size: 7px;
    letter-spacing: 0.5px;
  }
  .outline-icon {
    height: 32px;
    width: 32px;
    font-size: 22px;
  }
  .feature-card h3 {
    font-size: 15px;
  }
  .feature-card > p {
    font-size: 11px;
    min-height: 105px;
  }
  .feature-visual {
    margin-top: 19px;
  }
  .report-visual {
    padding: 18px 12px;
  }
  .scan-visual {
    flex-direction: column;
    gap: 0;
  }
  .scan-frame {
    width: 75px;
    height: 75px;
  }
  .chart-visual {
    padding-inline: 16px;
  }
  .chart-bars {
    gap: 8px;
  }
  .role-panel {
    gap: 25px;
    grid-template-columns: 0.8fr 1fr;
  }
  .role-copy h3 {
    font-size: 24px;
  }
  .role-copy > p {
    font-size: 12px;
  }
  .role-copy li {
    font-size: 10px;
    line-height: 1.7;
  }
  .role-tabs button {
    font-size: 15px;
  }
  .role-tabs button span {
    font-size: 9px;
    margin-left: 10px;
  }
  .preview-content {
    padding-inline: 15px;
  }
  .preview-top {
    padding-inline: 15px;
  }
  .preview-top > span {
    font-size: 8px;
  }
  .preview-summary {
    padding: 13px;
  }
  .preview-summary strong {
    font-size: 12px;
  }
  .preview-heading h4 {
    font-size: 12px;
  }
  .preview-avatar {
    display: none;
  }
  .preview-list strong {
    font-size: 10px;
  }
  .preview-list small {
    line-height: 1.5;
  }
  .row-state {
    font-size: 7px;
    padding: 3px 5px;
  }
  .step-icon {
    width: 24px;
    height: 26px;
    font-size: 8px;
  }
  .workflow {
    gap: 20px;
  }
  .workflow h3 {
    font-size: 16px;
  }
  .workflow p {
    font-size: 11px;
  }
  .workflow-note p > span {
    margin-left: 0;
    display: block;
  }
  .faq-section {
    gap: 35px;
  }
  .faq-section h2 {
    font-size: 24px;
  }
  .start-card {
    padding: 36px 30px;
  }
  .start-card h2 {
    font-size: 30px;
  }
  .start-card p {
    font-size: 11px;
  }
  .button-light {
    font-size: 11px;
    gap: 18px;
  }
  .footer-domain {
    font-size: 9px;
  }
}
@media (max-width: 600px) {
  :root {
    scroll-padding-top: 85px;
  }
  .container {
    padding-inline: 22px;
  }
  .header-inner {
    height: 72px;
  }
  .brand > span {
    font-size: 19px;
  }
  .brand small {
    font-size: 7px;
  }
  .brand img {
    height: 34px;
    width: 34px;
    border-radius: 10px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: transparent;
    width: 44px;
    height: 44px;
    padding: 10px;
    margin-right: -9px;
  }
  .menu-toggle span {
    height: 1.5px;
    background: #505746;
    width: 23px;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  .header-inner nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 22px 20px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 15px 20px #40351e08;
  }
  .header-inner nav.is-open {
    display: flex;
  }
  .header-inner nav a {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #efede5;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 45px;
    padding-bottom: 27px;
    min-height: 0;
    gap: 18px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
  }
  .hero h1 {
    font-size: clamp(42px, 11vw, 57px);
    line-height: 1.25;
    letter-spacing: -1.5px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.95;
    margin-top: 23px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 23px;
  }
  .hero-actions .button {
    padding: 14px 19px;
    min-height: 50px;
    font-size: 12px;
    gap: 27px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .hero-footnote {
    font-size: 9px;
    gap: 12px;
    margin-top: 20px;
  }
  .hero-scene {
    height: 390px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .city-art {
    height: 350px;
    top: 3px;
  }
  .report-card {
    top: 48px;
    left: 0;
  }
  .visit-card {
    bottom: 83px;
    right: 0;
  }
  .floating-card {
    padding: 12px 13px;
  }
  .floating-card strong {
    font-size: 10px;
  }
  .floating-card div > span {
    font-size: 8px;
  }
  .coordinate-top {
    top: 4px;
    right: 5px;
  }
  .orbit-one {
    top: 83px;
    left: 3%;
    width: 94%;
    height: 240px;
  }
  .orbit-two {
    top: 64px;
    left: -3%;
    width: 106%;
    height: 290px;
  }
  .scene-bottom {
    bottom: 13px;
    left: 23px;
  }
  .scene-bottom strong {
    font-size: 10px;
  }
  .scene-bottom div > span {
    font-size: 8px;
  }
  .scene-caption {
    bottom: -10px;
    right: 0;
    font-size: 8px;
  }
  .principles {
    padding-block: 23px;
    gap: 20px 12px;
    grid-template-columns: 1fr 1fr;
  }
  .principles:before,
  .principles:after {
    left: 22px;
    right: 22px;
  }
  .principles > p {
    grid-column: span 2;
    grid-row: auto;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
  }
  .principles br {
    display: none;
  }
  .principles strong {
    font-size: 13px;
  }
  .principles > span {
    font-size: 11px;
    gap: 13px;
  }
  .section {
    padding-block: 64px;
  }
  .section-kicker {
    font-size: 8px;
    letter-spacing: 1.7px;
    margin-bottom: 15px;
  }
  .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.45;
  }
  .section-heading > p {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.9;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-card {
    padding: 25px 26px 0;
    border-radius: 16px;
  }
  .feature-top {
    margin-bottom: 20px;
  }
  .feature-top > span:last-child {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .outline-icon {
    width: 39px;
    height: 39px;
  }
  .feature-card h3 {
    font-size: 19px;
  }
  .feature-card > p {
    font-size: 13px;
    min-height: 0;
    line-height: 1.9;
  }
  .feature-visual {
    height: 138px;
    margin-top: 25px;
  }
  .report-visual {
    padding: 20px 26px 0;
  }
  .report-visual > div:first-child {
    font-size: 12px;
  }
  .scan-visual {
    flex-direction: row;
    gap: 20px;
  }
  .scan-frame {
    height: 90px;
    width: 90px;
  }
  .scan-visual > span {
    font-size: 12px;
  }
  .chart-visual {
    padding-inline: 27px;
  }
  .chart-bars {
    gap: 14px;
  }
  .collaboration-section {
    padding-block: 62px;
  }
  .role-tabs {
    gap: 13px;
    margin-bottom: 27px;
  }
  .role-tabs button {
    padding: 15px 0 18px;
    font-size: 14px;
    line-height: 1.5;
  }
  .role-tabs button > span {
    display: block;
    margin-left: 0;
    margin-top: 7px;
    font-size: 9px;
  }
  .role-panel {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .role-number {
    margin-bottom: 14px;
    font-size: 11px;
  }
  .role-copy h3 {
    font-size: 29px;
  }
  .role-copy > p {
    font-size: 13px;
    max-width: none;
    min-height: 0;
  }
  .role-copy li {
    font-size: 12px;
  }
  .role-copy ul {
    gap: 12px;
  }
  .product-preview {
    border-radius: 13px;
  }
  .preview-top {
    padding: 18px;
  }
  .preview-content {
    padding: 23px 20px 0;
  }
  .preview-heading h4 {
    font-size: 14px;
  }
  .preview-avatar {
    display: grid;
  }
  .preview-top > span {
    font-size: 8px;
  }
  .preview-summary {
    padding: 18px;
  }
  .preview-summary strong {
    font-size: 14px;
  }
  .preview-list li {
    gap: 11px;
    padding-block: 17px;
  }
  .preview-list strong {
    font-size: 11px;
  }
  .preview-list small {
    font-size: 9px;
  }
  .step-icon {
    width: 29px;
    height: 29px;
    font-size: 9px;
  }
  .row-state {
    font-size: 8px;
  }
  .preview-footer {
    padding: 15px 20px;
  }
  .workflow {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
    margin-top: 32px;
  }
  .workflow-number {
    font-size: 12px;
  }
  .workflow h3 {
    font-size: 17px;
    margin-top: 18px;
  }
  .workflow p {
    font-size: 12px;
  }
  .workflow-note {
    padding: 18px;
    align-items: flex-start;
    gap: 12px;
  }
  .workflow-note p {
    font-size: 10px;
    line-height: 2;
  }
  .faq-section {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 61px;
    gap: 27px;
  }
  .faq-section > div > p {
    font-size: 12px;
  }
  .faq-section h2 {
    font-size: 29px;
  }
  summary {
    font-size: 13px;
    padding-block: 22px;
  }
  details p {
    font-size: 12px;
    padding-right: 15px;
  }
  .start-section {
    padding-bottom: 41px;
  }
  .start-card {
    padding: 35px 27px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .start-card h2 {
    font-size: 31px;
  }
  .start-card p {
    font-size: 12px;
  }
  .start-actions {
    align-items: flex-start;
    gap: 19px;
  }
  .start-actions .button {
    font-size: 12px;
    gap: 40px;
  }
  .start-actions small {
    font-size: 9px;
  }
  .start-watermark {
    font-size: 200px;
    right: 20px;
    bottom: -15px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px 15px;
    padding-bottom: 24px;
  }
  .footer-top .brand > span {
    font-size: 18px;
  }
  .footer-domain {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
  .footer-top > a:last-child {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 23px;
  }
  .footer-bottom p {
    font-size: 9px;
  }
  dialog {
    padding: 32px 25px;
  }
  dialog h2 {
    font-size: 23px;
  }
  dialog > p {
    font-size: 12px;
  }
  dialog li {
    font-size: 11px;
  }
  .dialog-logo {
    width: 55px;
    height: 55px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
