:root {
  --primary: #ff8500;
  --black: #000;
  --text: #1d1d1d;
  --brown: #934b00;
  --gray: #666463;
  --cream: #fffaf5;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--black);
  background: #fff;
  scroll-behavior: smooth;
}

.page {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.topbar {
  height: 82px;
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 87px;
  height: 58px;
  object-fit: cover;
}

.menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.menu a {
  font-size: 16px;
  color: var(--text);
  text-decoration: none;
}

.menu a.btn {
  color: #fff;
}

.btn {
  border: none;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
}

.btn-sm {
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
}

.btn-pill {
  border-radius: 999px;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  padding: 60px 80px;
}

.hero-content {
  width: 675px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.hero h1 {
  margin: 0;
  font-size: 80px;
  line-height: 1.125;
  font-weight: 700;
}

.hero-highlight {
  color: var(--primary);
}

.hero p {
  width: 624px;
  margin: 0;
  font-size: 20px;
  line-height: 1.21;
}

.btn-lg {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 16px 36px;
  font-size: 24px;
  font-weight: 500;
}

.hero-image {
  width: 538px;
  height: 538px;
  border-radius: 52px;
  object-fit: cover;
}

.problem {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.problem h2 {
  text-align: center;
}

h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.21;
  font-weight: 600;
}

.problem-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card {
  background: #fff;
  border-radius: 32px;
  padding: 40px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.stat-card h3 {
  margin: 0;
  color: var(--brown);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 60px;
  letter-spacing: -0.05em;
}

.stat-card p {
  margin: 0;
  color: var(--gray);
  font-size: 16px;
}

.meet {
  position: relative;
  overflow: hidden;
  background: rgba(255, 133, 0, 0.04);
  padding: 60px 80px 100px;
}

.meet-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

/* W8 落地页：742:319 内 1149:2512 相对 1145:2478 — x -79, y 1202−1113 */
.meet-bg-art {
  position: absolute;
  left: -79px;
  top: 89px;
  width: 1717px;
  height: 1790px;
  max-width: none;
  display: block;
}

.meet-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.feature-row.reverse {
  grid-template-columns: 1fr 1fr;
}

.feature-row img {
  width: 100%;
  height: 500px;
  border-radius: 40px;
  object-fit: cover;
}

.feature-row h3 {
  margin: 0 0 20px;
  color: var(--brown);
  font-size: 32px;
  font-weight: 600;
}

.feature-row p {
  margin: 0;
  font-size: 20px;
  line-height: 1.21;
}

.move {
  position: relative;
  min-height: 1898px;
  overflow: hidden;
  background: #fff;
  color: var(--black);
}

/* 顶区占用稿中 0～1206px，与 1149:2496 的 y=1206 对齐；内部坐标相对本容器 */
.move-stage {
  position: relative;
  width: 100%;
  height: 1206px;
}

.move-rings {
  position: absolute;
  left: 0;
  top: -91px;
  width: 1440px;
  height: 1440px;
  pointer-events: none;
  z-index: 1;
}

.move-header {
  position: absolute;
  left: 50%;
  top: 68px;
  transform: translateX(-50%);
  width: 840px;
  text-align: center;
  z-index: 5;
}

.move-header h2 {
  color: var(--black);
}

.move-header p {
  margin: 16px 0 0;
  font-size: 20px;
  color: var(--black);
}

.move-initial {
  position: absolute;
  left: 1217px;
  top: 784px;
  width: 154px;
  height: 231px;
  object-fit: cover;
  z-index: 3;
}

.move-note {
  position: absolute;
  left: 1058px;
  top: 977px;
  margin: 0;
  font-size: 12px;
  color: var(--gray);
  text-align: right;
  width: 164px;
  z-index: 3;
}

/* 1149:2482：与稿中 Group 1909 同尺寸；层叠由 DOM 顺序决定（机器人节点在最后 = 最上层） */
.move-callout-group {
  position: absolute;
  left: 36px;
  top: 281px;
  width: 1227px;
  height: 729px;
  z-index: 4;
}

.move-callout-group .move-hero {
  position: absolute;
  left: 475px;
  top: 60px;
  width: 401px;
  height: 658px;
  margin: 0;
  object-fit: cover;
  filter: drop-shadow(8px 12px 20px rgba(0, 0, 0, 0.15));
}

/* 标注 + 引线同一行，cross-axis 居中对齐引线几何中心 */
.move-callout-row {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  gap: 6px;
}

.move-callout-row .label {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  color: var(--black);
}

.move-callout-row .line {
  display: block;
  flex-shrink: 0;
  height: auto;
}

.move-callout-row--left {
  flex-direction: row;
  justify-content: flex-end;
}

.move-callout-row--left .label {
  text-align: right;
}

.move-callout-row--right {
  flex-direction: row;
  justify-content: flex-start;
}

.move-callout-row--right .label {
  text-align: left;
}

/* 左三行：右缘仍对齐在 339px（与稿一致） */
.move-callout-row--l1 {
  left: 0;
  top: 152px;
  width: 525px;
}

.move-callout-row--l1 .label {
  flex: 0 0 339px;
  width: 339px;
}

.move-callout-row--l1 .line {
  width: 153.5px;
}

.move-callout-row--l2 {
  left: 124px;
  top: 448px;
  width: 477px;
}

.move-callout-row--l2 .label {
  flex: 0 0 215px;
  width: 215px;
}

.move-callout-row--l2 .line {
  width: 228.5px;
}

.move-callout-row--l3 {
  left: 49px;
  top: 683px;
  width: 501px;
}

.move-callout-row--l3 .label {
  flex: 0 0 290px;
  width: 290px;
}

.move-callout-row--l3 .line {
  width: 177.5px;
}

/* 右三行：引线靠机器人一侧；垂直位置取文案与线框纵向中点 */
.move-callout-row--l4 {
  left: 779px;
  top: 44px;
  width: 412px;
  gap: 30px;
}

.move-callout-row--l4 .line {
  width: 153.5px;
}

.move-callout-row--l4 .label {
  flex: 0 0 228px;
  width: 228px;
}

.move-callout-row--l5 {
  left: 755px;
  top: 511px;
  width: 404px;
  gap: 30px;
}

.move-callout-row--l5 .line {
  width: 177.5px;
}

.move-callout-row--l5 .label {
  flex: 0 0 196px;
  width: 196px;
}

.move-callout-row--l6 {
  left: 704px;
  top: 323px;
  width: 524px;
  gap: 30px;
}

.move-callout-row--l6 .line {
  width: 228.5px;
}

.move-callout-row--l6 .label {
  flex: 0 0 265px;
  width: 265px;
}

.move-grid {
  width: 1280px;
  margin: 0 auto;
  padding: 0 0 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 6;
}

.move .feature-card img {
  width: 100%;
  height: 400px;
  border-radius: 40px;
  object-fit: cover;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.move .feature-card h3 {
  margin: 24px 0 12px;
  font-size: 32px;
  font-weight: 600;
  color: var(--brown);
  text-align: left;
}

.move .feature-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.21;
  color: var(--black);
  text-align: left;
}

/* 1149:2496：上图下文，文案左对齐（与 Figma 32sb brown + 20r 黑） */
.move .feature-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.product {
  background: #fffaf5;
  padding: 60px 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
}

/* 1149:2521：40sb，稿中为居中 */
.product-title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.21;
  text-align: center;
  color: var(--black);
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: stretch;
}

.product-card {
  background: #fff;
  border: 2px solid #cecece;
  border-radius: 48px;
  box-shadow: 4px 4px 16px rgba(110, 85, 49, 0.2);
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 1149:2523 / 2524：图与下方内容区间距 80px */
  gap: 80px;
}

.product-card-alt {
  border: 4px solid var(--primary);
}

.phone {
  width: 196px;
  height: 400px;
  object-fit: cover;
  flex-shrink: 0;
}

.robot-shot {
  width: 278.86px;
  height: 400px;
  object-fit: cover;
}

/* 2085663202：三块竖排间距 60px */
.product-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
}

/* 2085663201：标题 + 描述 gap 12px */
.product-intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
  max-width: 391px;
}

.product-card-alt .product-intro {
  max-width: 371px;
}

/* 2085663200：价格 + 按钮 gap 20px，宽 309px */
.product-pricing {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 309px;
  max-width: 100%;
  align-self: flex-start;
}

/* 2085663199：「Features」与列表 gap 24px */
.product-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}

.product-card h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.21;
  color: var(--black);
}

.product-card h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.21;
  color: var(--black);
}

.product-card .product-intro p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21;
  color: var(--black);
}

.product-card .product-pricing strong {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.21;
  color: var(--black);
}

.product-card .btn {
  width: fit-content;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 20px;
  line-height: 1.21;
}

.feature-list img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.cta {
  height: 765px;
  width: 100%;
  margin: 0;
  background:
    linear-gradient(rgba(97, 80, 39, 0.5), rgba(97, 80, 39, 0.5)),
    url("./assets/1149-2616.png") center / cover no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 42px 117px 0 0;
}

.cta > div {
  width: 541px;
  color: #fff;
}

.cta h2 {
  color: #fff;
  white-space: pre-line;
  max-width: 339px;
}

.cta p {
  margin-top: 16px;
  font-size: 20px;
}

.cta-form {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.cta-form-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-form-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-form-status {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
}

.cta-form-status--error {
  color: #ffd0d0;
}

.cta input {
  flex: 1;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 16px 32px;
  color: #fff;
  font-size: 20px;
}

.cta input::placeholder {
  color: #fff;
}

.cta .btn {
  padding: 16px 32px;
  font-size: 20px;
}

.footer {
  background: var(--primary);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 80px;
  font-size: 16px;
}
