
.site[data-v-866325d3] {
  position: relative;
  --section-width: 100%;
  --content-width: 900px;
  min-height: 100vh;
  overflow-x: clip;
  background: #ffffff;
  color: #17181a;
}
.hero-glow[data-v-866325d3] {
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-glow[data-v-866325d3] {
  width: 100%;
  height: 1008px;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  opacity: 0.72;
}
.top-nav[data-v-866325d3] {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 16px 24px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
}
.brand[data-v-866325d3],
.nav-links[data-v-866325d3],
.download-actions[data-v-866325d3],
.testimonial-author[data-v-866325d3] {
  display: flex;
  align-items: center;
}
.brand[data-v-866325d3] {
  gap: 5px;
  width: 165px;
}
.brand-combined[data-v-866325d3] {
  width: 165px;
  height: 27px;
  object-fit: contain;
}
.nav-links[data-v-866325d3] {
  gap: 32px;
}
.nav-links a[data-v-866325d3] {
  color: #2a2b2e;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.nav-links a[data-v-866325d3] {
  font-size: 16px;
  line-height: 24px;
}
.upgrade-button[data-v-866325d3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 36px;
  color: #ffffff;
  background: #17181a;
  border-radius: 999px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.hero-section[data-v-866325d3] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 1008px;
  margin: 0;
  padding: 82px 0 0;
  gap: 70px;
  box-sizing: border-box;
  overflow: hidden;
}
.hero-copy[data-v-866325d3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: min(800px, 100%);
}
.hero-copy h1[data-v-866325d3] {
  margin: 0;
  font-family: "HarmonyOS Sans SC", "PingFang SC", system-ui, sans-serif;
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 0;
}
.hero-copy p[data-v-866325d3] {
  margin: 0;
  color: #626469;
  font-size: 24px;
  line-height: 34px;
}
.download-actions[data-v-866325d3] {
  gap: 16px;
  padding: 16px 0 8px;
}
.store-button[data-v-866325d3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 200px;
  height: 52px;
  box-sizing: border-box;
  color: #ffffff;
  background: #17181a;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.store-button img[data-v-866325d3] {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hero-badge[data-v-866325d3] {
  width: 272px;
  height: 45px;
}
.hero-manual-install-row[data-v-866325d3] {
  margin-top: -4px;
  margin-bottom: 20px;
}
.hero-preview[data-v-866325d3] {
  width: min(var(--content-width), calc(100vw - 48px));
  height: auto;
  position: relative;
  overflow: visible;
}
.hero-browser-shot[data-v-866325d3] {
  display: block;
  width: 125.21%;
  height: auto;
  margin: 0;
  object-fit: contain;
  transform: translateX(-10.07%);
}
.steps-section[data-v-866325d3],
.testimonials-section[data-v-866325d3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.steps-section[data-v-866325d3] {
  min-height: 627px;
  height: auto;
  padding: 100px 0 0;
  gap: 86px;
}
[data-v-866325d3] .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
[data-v-866325d3] .section-title span {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
[data-v-866325d3] .section-title h2 {
  margin: 0;
  color: #1a1d1f;
  font-family: "HarmonyOS Sans SC", "PingFang SC", system-ui, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
}
.steps-grid[data-v-866325d3] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 12px;
  width: min(var(--content-width), calc(100vw - 48px));
}
.step-card[data-v-866325d3],
.testimonial-card[data-v-866325d3] {
  background: #f2f5fb;
  /* box-shadow: 0 2px 12px rgba(174, 180, 193, 0.12); */
  border-radius: 16px;
}
.step-card[data-v-866325d3] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 410px;
  padding: 32px;
  box-sizing: border-box;
}
[data-v-866325d3] .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: #ffffff;
  background: #000000;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
.step-card[data-v-866325d3] h3 {
  margin: 0;
  color: #2a2b2e;
  font-family: "HarmonyOS Sans SC", "PingFang SC", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.step-card[data-v-866325d3] p {
  margin: 0;
  color: #626469;
  font-size: 14px;
  line-height: 20px;
}
.testimonial-card p[data-v-866325d3] {
  margin: 0;
  color: #626469;
  font-size: 14px;
  line-height: 20px;
}
.step-card[data-v-866325d3] .step-image-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 0;
  margin-top: auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.step-card[data-v-866325d3] .step-image-wrap .figma-image {
  width: 100%;
}
.features-section[data-v-866325d3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  margin: 0;
  padding: 90px 0 120px;
  box-sizing: border-box;
}
.feature-block[data-v-866325d3] {
  display: grid;
  grid-template-columns: 540px 1fr;
  align-items: center;
  gap: 64px;
  width: min(1264px, calc(100vw - 160px));
  min-height: 240px;
}
.feature-block.is-reverse[data-v-866325d3] {
  grid-template-columns: 1fr 540px;
}
.feature-block[data-v-866325d3] .feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.feature-block[data-v-866325d3] .feature-copy h3 {
  margin: 0;
  max-width: 520px;
  color: #2a2b2e;
  font-family: "HarmonyOS Sans SC", "PingFang SC", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  white-space: pre-line;
}
.feature-block[data-v-866325d3] .feature-copy p {
  margin: 0;
  max-width: 560px;
  color: #626469;
  font-size: 14px;
  line-height: 24px;
}
[data-v-866325d3] .feature-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 12px;
  box-sizing: border-box;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}
[data-v-866325d3] .feature-tag.blue {
  color: rgba(37, 99, 235, 1);
  background: rgba(219, 234, 254, 1);
}
[data-v-866325d3] .feature-tag.purple {
  color: rgba(168, 85, 247, 1);
  background: rgba(243, 232, 255, 1);
}
[data-v-866325d3] .feature-tag.red {
  color: rgba(239, 68, 68, 1);
  background: rgba(254, 226, 226, 1);
}
[data-v-866325d3] .feature-tag.yellow {
  color: rgba(202, 138, 4, 1);
  background: rgba(254, 249, 195, 1);
}
[data-v-866325d3] .feature-tag.indigo {
  color: rgba(79, 70, 229, 1);
  background: rgba(224, 231, 255, 1);
}
.feature-block[data-v-866325d3] .feature-visual {
  width: 540px;
}
.feature-block[data-v-866325d3] .feature-visual .figma-image {
  width: 540px;
  border-radius: 8px;
  background: transparent;
}
.feature-block[data-v-866325d3] .feature-visual .figma-image img {
  transform: none;
}
.testimonials-section[data-v-866325d3] {
  height: 546px;
  padding: 110px 0 0;
  gap: 76px;
  overflow: hidden;
}
.testimonial-viewport[data-v-866325d3] {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.testimonial-row[data-v-866325d3] {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: testimonial-scroll-866325d3 36s linear infinite;
  will-change: transform;
}
.testimonial-viewport:hover .testimonial-row[data-v-866325d3] {
  animation-play-state: paused;
}
.testimonial-card[data-v-866325d3] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 360px;
  height: 214px;
  padding: 32px;
  box-sizing: border-box;
}
.cta-section[data-v-866325d3] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 639px;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}
.cta-glow[data-v-866325d3] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.82;
}
.cta-content[data-v-866325d3] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: min(760px, calc(100vw - 48px));
  margin-top: -20px;
}
.cta-content h2[data-v-866325d3] {
  margin: 0;
  color: #17181a;
  font-family: "HarmonyOS Sans SC", "PingFang SC", system-ui, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.cta-content p[data-v-866325d3] {
  margin: 0;
  color: #626469;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.cta-content .download-actions[data-v-866325d3] {
  padding: 16px 0 4px;
}
.manual-install-row[data-v-866325d3] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #45464d;
  font-size: 14px;
  line-height: 22px;
}
.zip-link[data-v-866325d3] {
  position: relative;
  display: inline-flex;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.zip-link[data-v-866325d3]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 132px;
  height: 12px;
  transform: translateX(-50%);
}
.tutorial-tooltip[data-v-866325d3] {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 132px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #626469;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(107, 121, 151, 0.18);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 2;
}
.zip-link:hover .tutorial-tooltip[data-v-866325d3],
.zip-link:focus-visible .tutorial-tooltip[data-v-866325d3] {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@keyframes testimonial-scroll-866325d3 {
from {
    transform: translateX(0);
}
to {
    transform: translateX(calc(-50% - 8px));
}
}
.testimonial-author[data-v-866325d3] {
  gap: 12px;
}
.avatar[data-v-866325d3] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: #17181a;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.testimonial-author strong[data-v-866325d3],
.testimonial-author span[data-v-866325d3] {
  display: block;
  font-family: Inter, "PingFang SC", system-ui, sans-serif;
  font-weight: 400;
}
.testimonial-author strong[data-v-866325d3] {
  color: #2a2b2e;
  font-size: 16px;
  line-height: 24px;
}
.testimonial-author span[data-v-866325d3] {
  color: #45464d;
  font-size: 12px;
  line-height: 18px;
}
.page-footer[data-v-866325d3] {
  width: 100%;
  background: #1a1a1a;
}
.footer-inner[data-v-866325d3] {
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-template-areas:
    "brand columns"
    "records records";
  column-gap: 110px;
  row-gap: 34px;
  width: min(1280px, calc(100vw - 96px));
  margin: 0 auto;
  padding: 50px 0 26px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.6);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}
.footer-brand[data-v-866325d3] {
  grid-area: brand;
}
.footer-logo[data-v-866325d3] {
  display: block;
  width: 143px;
  height: auto;
  margin-bottom: 22px;
}
.footer-qrcode-row[data-v-866325d3] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.footer-qrcode[data-v-866325d3] {
  width: 76px;
  height: 76px;
  object-fit: contain;
}
.footer-qrcode-row p[data-v-866325d3],
.footer-social-title[data-v-866325d3] {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.footer-social-title[data-v-866325d3] {
  margin-top: 34px;
  margin-bottom: 12px;
}
.footer-socials[data-v-866325d3] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-socials a[data-v-866325d3] {
  display: block;
  width: 32px;
  height: 32px;
}
.footer-socials img[data-v-866325d3] {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.18s ease;
}
.footer-socials a:hover img[data-v-866325d3] {
  transform: scale(1.1);
}
.footer-columns[data-v-866325d3] {
  grid-area: columns;
  display: grid;
  grid-template-columns: 180px 120px 120px 170px 90px;
  column-gap: 64px;
  align-items: start;
}
.footer-column-section + .footer-column-section[data-v-866325d3] {
  margin-top: 26px;
}
.footer-columns h3[data-v-866325d3] {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.footer-columns a[data-v-866325d3] {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.footer-columns a[data-v-866325d3]:hover,
.footer-records a[data-v-866325d3]:hover {
  color: #ffffff;
}
.footer-records[data-v-866325d3] {
  grid-area: records;
  margin-top: 6px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer-records p[data-v-866325d3] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.footer-records a[data-v-866325d3] {
  color: inherit;
  text-decoration: none;
}
[data-v-866325d3] .figma-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
[data-v-866325d3] .figma-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[data-v-866325d3] .figma-image span {
  display: none;
}
[data-v-866325d3] .figma-image.is-missing {
  border: 1px dashed #c8c9cc;
  color: #939599;
  background:
    linear-gradient(135deg, rgba(242, 245, 251, 0.88), rgba(255, 255, 255, 0.88)),
    repeating-linear-gradient(-45deg, #eef2f9 0 10px, #ffffff 10px 20px);
}
[data-v-866325d3] .figma-image.is-missing span {
  display: block;
  max-width: 78%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  word-break: break-all;
}
@media (max-width: 1120px) {
.nav-links[data-v-866325d3] {
    display: none;
}
.steps-grid[data-v-866325d3] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, calc(100vw - 32px));
}
.step-card[data-v-866325d3] {
    height: auto;
    min-height: 339px;
    padding: 24px;
}
.step-card[data-v-866325d3]::after {
    top: 42px;
    right: 56px;
}
.step-card h3[data-v-866325d3] {
    font-size: 20px;
    line-height: 26px;
}
.feature-block[data-v-866325d3],
  .feature-block.is-reverse[data-v-866325d3] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(100%, calc(100vw - 32px));
}
.feature-block[data-v-866325d3] .feature-visual,
  .feature-block[data-v-866325d3] .feature-visual .figma-image {
    width: 100%;
    flex-basis: auto;
}
}
@media (max-width: 720px) {
.steps-section[data-v-866325d3] {
    padding-top: 72px;
    gap: 48px;
}
.steps-grid[data-v-866325d3] {
    grid-template-columns: 1fr;
}
.hero-section[data-v-866325d3] {
    padding: 56px 24px 0;
}
.hero-copy h1[data-v-866325d3] {
    font-size: 38px;
    line-height: 46px;
    text-align: center;
}
[data-v-866325d3] .section-title h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
.hero-copy p[data-v-866325d3] {
    text-align: center;
}
.download-actions[data-v-866325d3] {
    flex-direction: column;
}
.hero-preview[data-v-866325d3] {
    height: auto;
}
}
