:root {
  --sky: #8ed8ff;
  --sky-light: #dff5ff;
  --dimo: #5e8ff7;
  --dimo-deep: #3e6fd3;
  --cloud: #fffdf8;
  --grass: #a8db78;
  --grass-deep: #73b75c;
  --flower: #ffd766;
  --peach: #ffac89;
  --ink: #31516b;
  --ink-soft: #66849a;
  --white-glass: rgba(255, 255, 255, 0.8);
  --line: rgba(63, 112, 149, 0.15);
  --shadow: 0 22px 60px rgba(61, 120, 160, 0.16);
  --shadow-soft: 0 12px 32px rgba(68, 123, 157, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f5fbff;
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  line-height: 1.7;
}

button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: var(--dimo);
  color: white;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 30;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 32px));
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .7rem .8rem .7rem 1rem;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 10px 34px rgba(69, 129, 168, .12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  white-space: nowrap;
}
.brand-paw {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 46% 46%;
  background: var(--dimo);
  color: white;
  font-family: STKaiti, KaiTi, serif;
  font-size: 1.3rem;
  box-shadow: inset 0 -4px rgba(50, 93, 185, .15);
}
.brand strong { display: block; font-size: .88rem; line-height: 1.25; }
.brand small { display: block; color: var(--ink-soft); font-size: .62rem; line-height: 1.4; }
nav {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .52);
}
nav a {
  padding: .56rem .86rem;
  border-radius: 999px;
  color: #56768e;
  text-decoration: none;
  font-size: .76rem;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
nav a:hover, nav a:focus-visible {
  color: var(--dimo-deep);
  background: white;
  transform: translateY(-1px);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .72rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: .86rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(255, 215, 102, .9);
  outline-offset: 3px;
}
.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--dimo), #75a8ff);
  box-shadow: 0 12px 26px rgba(62, 111, 211, .22);
}
.button-primary:hover { box-shadow: 0 16px 32px rgba(62, 111, 211, .3); }
.button-secondary {
  color: var(--dimo-deep);
  background: rgba(255, 255, 255, .76);
  border-color: rgba(94, 143, 247, .2);
}

.soft-label {
  margin: 0 0 .8rem;
  color: var(--dimo-deep);
  font-family: STKaiti, KaiTi, serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #78ccf8 0%, var(--sky) 36%, #c6effe 72%, #eefaff 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 105px;
  background: #f5fbff;
  clip-path: ellipse(72% 55% at 50% 100%);
}
.hero-inner {
  position: relative;
  z-index: 8;
  width: min(1120px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  padding: 160px 0 120px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 6vw;
  align-items: center;
}
.hero-copy h1 {
  max-width: 720px;
  margin: 0 0 1.35rem;
  color: #294c68;
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.hero-copy h1 em {
  color: var(--dimo-deep);
  font-family: STKaiti, KaiTi, serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.02em;
}
.hero-lead {
  margin-bottom: .7rem;
  color: #486d86;
  font-size: 1.03rem;
}
.hero-note {
  color: #527c74;
  font-family: STKaiti, KaiTi, serif;
  font-size: 1.12rem;
  font-weight: 700;
}
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.9rem; }

.cloud {
  position: absolute;
  z-index: 1;
  width: 230px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  filter: drop-shadow(0 12px 22px rgba(76, 144, 180, .08));
  animation: drift 22s ease-in-out infinite alternate;
}
.cloud::before, .cloud::after {
  content: "";
  position: absolute;
  bottom: 18px;
  border-radius: 50%;
  background: inherit;
}
.cloud::before { width: 104px; height: 104px; left: 32px; }
.cloud::after { width: 126px; height: 126px; right: 22px; }
.cloud-one { left: -55px; top: 150px; transform: scale(.82); }
.cloud-two { right: -40px; top: 190px; transform: scale(1.15); animation-delay: -8s; }
.cloud-three { left: 42%; top: 90px; transform: scale(.62); opacity: .72; animation-delay: -4s; }
.distant-hills {
  position: absolute;
  z-index: 2;
  left: -5%;
  right: -5%;
  bottom: 88px;
  height: 245px;
  border-radius: 50% 54% 0 0 / 65% 60% 0 0;
  background:
    radial-gradient(ellipse at 78% 100%, #91cf77 0 39%, transparent 40%),
    radial-gradient(ellipse at 20% 100%, #8fd176 0 42%, transparent 43%),
    linear-gradient(180deg, #b9e48c 0%, #86cb6c 100%);
}
.meadow {
  position: absolute;
  z-index: 4;
  left: -4%;
  right: -4%;
  bottom: 34px;
  height: 170px;
  border-radius: 54% 46% 0 0 / 60% 50% 0 0;
  background: linear-gradient(180deg, #bce98b 0%, var(--grass) 55%, #8acb69 100%);
}
.flower { position: absolute; color: var(--flower); text-shadow: 0 2px rgba(150, 118, 34, .12); }
.f1 { left: 8%; top: 42%; font-size: 1.25rem; }
.f2 { left: 18%; top: 66%; font-size: .8rem; }
.f3 { left: 56%; top: 40%; font-size: 1rem; }
.f4 { left: 67%; top: 67%; font-size: 1.3rem; }
.f5 { right: 11%; top: 28%; font-size: .9rem; }
.f6 { right: 27%; top: 52%; font-size: .7rem; }

.hero-companion { position: relative; min-height: 420px; display: grid; place-items: end center; }
.dimo-crop { position: relative; overflow: hidden; isolation: isolate; }
.dimo-crop img { position: absolute; max-width: none; user-select: none; pointer-events: none; }
.dimo-hero {
  width: min(430px, 40vw);
  aspect-ratio: 1.5;
  border-radius: 48% 52% 44% 56%;
  filter: drop-shadow(0 24px 22px rgba(59, 102, 155, .18));
  animation: float 4.8s ease-in-out infinite;
}
.dimo-hero img { width: 200%; left: 0; top: 0; }
.speech-bubble {
  position: absolute;
  top: 7%;
  right: -1%;
  padding: .58rem .9rem;
  border: 2px solid rgba(77, 124, 164, .14);
  border-radius: 18px 18px 18px 5px;
  background: rgba(255, 255, 255, .9);
  color: var(--dimo-deep);
  font-family: STKaiti, KaiTi, serif;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}
.spark { position: absolute; color: var(--flower); font-size: 1.5rem; animation: twinkle 2.2s ease-in-out infinite; }
.spark-one { top: 22%; left: 8%; }
.spark-two { right: 10%; bottom: 20%; animation-delay: -.8s; }

.growth-section,
.destinations-section,
.demo-section,
.habits-section,
.evidence-section,
.closing-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.growth-section { position: relative; z-index: 10; padding: 60px 0 110px; }
.growth-card {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 4rem;
  padding: 3.2rem;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 40px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 215, 102, .18), transparent 18rem),
    rgba(255, 255, 255, .78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.growth-copy h2, .section-intro h2, .evidence-copy h2, .closing-section h2 {
  margin: 0;
  color: #31516b;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.16;
  letter-spacing: -.045em;
}
.growth-copy > p:last-child { margin: 1.25rem 0 0; color: var(--ink-soft); font-size: .9rem; }
.growth-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .6rem;
  align-items: start;
  margin: .8rem 0 0;
  padding: 0 0 7rem;
  list-style: none;
}
.growth-route::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 8%;
  right: 8%;
  height: 4px;
  border-radius: 999px;
  background: #d9e7ef;
}
.growth-route li {
  position: relative;
  z-index: 2;
  padding-top: 3.4rem;
  text-align: center;
  color: #87a0b1;
  font-size: .76rem;
}
.growth-route li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 21px;
  height: 21px;
  border: 5px solid white;
  border-radius: 50%;
  background: #c8dae5;
  box-shadow: 0 0 0 2px #c8dae5;
  transform: translateX(-50%);
}
.growth-route li.is-done::before { background: var(--grass-deep); box-shadow: 0 0 0 2px var(--grass-deep); }
.growth-route li.is-current {
  color: var(--dimo-deep);
  font-weight: 700;
}
.growth-route li.is-current::before {
  width: 28px;
  height: 28px;
  top: 6px;
  background: var(--dimo);
  box-shadow: 0 0 0 3px rgba(94, 143, 247, .25), 0 8px 18px rgba(62, 111, 211, .25);
}
.growth-route span { display: block; white-space: nowrap; }
.growth-route small { display: block; margin-top: .25rem; color: inherit; font-size: .62rem; font-weight: 400; }
.growth-companion {
  position: absolute;
  right: 3.3rem;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  color: var(--dimo-deep);
  font-family: STKaiti, KaiTi, serif;
  font-weight: 700;
}
.dimo-charge { width: 112px; aspect-ratio: 1.5; border-radius: 40%; }
.dimo-charge img { width: 200%; left: -100%; top: -100%; }

.destinations-section { padding: 100px 0 120px; }
.section-intro { max-width: 760px; margin-bottom: 2.2rem; }
.section-intro > p:last-child { margin: 1rem 0 0; color: var(--ink-soft); font-size: .9rem; }
.destination-stage {
  position: relative;
  padding: 1rem;
  border-radius: 44px;
  background: rgba(214, 242, 255, .62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}
.destination-main {
  min-height: 510px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(241,251,255,.91));
  box-shadow: var(--shadow);
}
.destination-main[data-destination="weekly"] {
  background: linear-gradient(145deg, #fffdf8, #f7f4ff);
}
.destination-copy { z-index: 4; padding: 4rem 2.2rem 3rem 3.4rem; }
.destination-kicker {
  margin: 0 0 .85rem;
  color: var(--dimo-deep);
  font-family: STKaiti, KaiTi, serif;
  font-weight: 700;
}
.destination-copy h3 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; letter-spacing: -.045em; }
.destination-copy > p:not(.destination-kicker) { max-width: 490px; color: var(--ink-soft); }
.destination-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.6rem 0; padding: 0; list-style: none; }
.destination-tags li {
  padding: .42rem .72rem;
  border: 1px solid rgba(94,143,247,.18);
  border-radius: 999px;
  background: #f2f7ff;
  color: #57758f;
  font-size: .68rem;
}
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--dimo-deep); font-weight: 700; text-decoration: none; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }
.destination-scene {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: linear-gradient(180deg, #a7e2ff 0%, #e4f7ff 58%, #c8e995 59%, #99d16f 100%);
}
.destination-main[data-destination="weekly"] .destination-scene {
  background: linear-gradient(180deg, #c9dbff 0%, #edf1ff 58%, #d5e8a6 59%, #a8cf78 100%);
}
.mini-cloud { position: absolute; width: 150px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.84); }
.mini-cloud::before, .mini-cloud::after { content: ""; position: absolute; bottom: 12px; border-radius: 50%; background: inherit; }
.mini-cloud::before { width: 60px; height: 60px; left: 22px; }
.mini-cloud::after { width: 74px; height: 74px; right: 18px; }
.mini-cloud-one { top: 75px; left: 12%; transform: scale(.75); }
.mini-cloud-two { top: 42px; right: -25px; transform: scale(1.05); }
.route-sign {
  position: absolute;
  z-index: 5;
  right: 7%;
  top: 43%;
  width: 135px;
  padding: .7rem;
  border: 4px solid white;
  border-radius: 14px;
  background: var(--flower);
  color: #6e623b;
  text-align: center;
  font-family: STKaiti, KaiTi, serif;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transform: rotate(3deg);
}
.route-sign::after { content: ""; position: absolute; left: 50%; top: 100%; width: 8px; height: 80px; background: #8b7854; transform: translateX(-50%); }
.dimo-destination {
  position: absolute;
  z-index: 6;
  left: 8%;
  bottom: 8%;
  width: 300px;
  aspect-ratio: 1.5;
  border-radius: 45%;
  filter: drop-shadow(0 18px 18px rgba(64, 105, 130, .18));
  transition: opacity .25s ease, transform .3s ease;
}
.dimo-daily img { width: 200%; left: -100%; top: 0; }
.dimo-weekly img { width: 200%; left: 0; top: -100%; }
.trail {
  position: absolute;
  z-index: 3;
  left: 32%;
  right: -20%;
  bottom: -65px;
  height: 190px;
  border: 30px solid rgba(255, 248, 203, .8);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-8deg);
}
.tiny-flower { position: absolute; z-index: 4; color: var(--flower); }
.tf1 { right: 24%; bottom: 9%; font-size: 1.1rem; }
.tf2 { right: 7%; bottom: 17%; font-size: .8rem; }
.destination-picker {
  width: min(720px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
  margin: -28px auto 8px;
  padding: .7rem;
  position: relative;
  z-index: 10;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}
.destination-thumb {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.destination-thumb.is-active { background: #eef6ff; box-shadow: inset 0 0 0 1px rgba(94,143,247,.14); }
.thumb-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; color: white; font-size: 1.3rem; }
.sun-icon { background: linear-gradient(135deg, var(--flower), #ffb866); }
.map-icon { background: linear-gradient(135deg, var(--dimo), #9f8cf2); }
.destination-thumb small, .destination-thumb strong { display: block; }
.destination-thumb small { color: var(--ink-soft); font-size: .58rem; }
.destination-thumb strong { font-size: .76rem; }

.demo-section { padding: 110px 0; }
.demo-intro { margin-inline: auto; text-align: center; }
.demo-card {
  overflow: hidden;
  border: 1px solid white;
  border-radius: 42px;
  background: rgba(255,255,255,.87);
  box-shadow: var(--shadow);
}
.demo-modes { display: flex; justify-content: center; gap: .5rem; padding: 1.2rem; border-bottom: 1px solid var(--line); background: rgba(225,245,255,.45); }
.demo-mode {
  padding: .6rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: .76rem;
}
.demo-mode.is-active { color: white; background: var(--dimo); box-shadow: 0 8px 18px rgba(62,111,211,.18); }
.demo-grid { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 550px; }
.note-input { position: relative; padding: 2.7rem 2rem; background: linear-gradient(160deg, #fffdf8, #fff8e8); border-right: 1px dashed rgba(153,126,67,.24); }
.paper-tape { position: absolute; top: 16px; left: 50%; width: 80px; height: 22px; background: rgba(255,221,143,.48); transform: translateX(-50%) rotate(-2deg); }
.note-input label { display: block; margin-bottom: .7rem; color: #8a754b; font-family: STKaiti, KaiTi, serif; font-size: 1.05rem; font-weight: 700; }
textarea {
  width: 100%;
  min-height: 136px;
  resize: vertical;
  padding: 1rem;
  border: 0;
  border-bottom: 2px solid rgba(103,132,154,.16);
  border-radius: 18px;
  outline: 0;
  background:
    repeating-linear-gradient(180deg, transparent 0 31px, rgba(91,125,150,.12) 32px),
    rgba(255,255,255,.62);
  color: var(--ink);
  line-height: 2;
}
textarea:focus { box-shadow: 0 0 0 3px rgba(94,143,247,.15); }
.preset-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0 1.35rem; }
.preset { padding: .42rem .7rem; border: 1px solid rgba(94,143,247,.18); border-radius: 999px; background: white; color: var(--dimo-deep); cursor: pointer; font-size: .67rem; }
.preset:hover { background: #eff6ff; }
.run-button { width: 100%; justify-content: space-between; }
.run-button:disabled { opacity: .65; cursor: wait; }
.local-note { margin: .8rem 0 0; color: #8c927e; font-size: .65rem; }
.scout-notes { padding: 1.7rem 1.8rem 2rem; background: linear-gradient(150deg, #f8fcff, #f3f9ff); }
.notes-header { display: flex; align-items: center; gap: .65rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.notes-header strong { font-family: STKaiti, KaiTi, serif; font-size: .95rem; }
.notes-header > span:last-child { margin-left: auto; color: var(--ink-soft); font-size: .62rem; }
.notes-knot { width: 11px; height: 11px; border: 3px solid var(--dimo); border-radius: 50%; }
.demo-output { height: 430px; overflow: auto; padding: 1rem .25rem 0; scrollbar-width: thin; scrollbar-color: #c8dcf0 transparent; }
.empty-output { min-height: 370px; display: grid; place-content: center; text-align: center; color: var(--ink-soft); }
.empty-paw { font-size: 2.2rem; filter: grayscale(.25); }
.empty-output p { max-width: 330px; font-size: .78rem; }
.result-header { padding: .9rem 1rem; margin-bottom: 1rem; border-radius: 20px; background: white; box-shadow: var(--shadow-soft); }
.result-header small { color: var(--dimo-deep); font-size: .63rem; }
.result-header h3 { margin: .4rem 0 .2rem; font-size: 1.15rem; line-height: 1.3; }
.result-header p { margin: 0; color: var(--ink-soft); font-size: .66rem; }
.result-item { position: relative; padding: .9rem 1rem .9rem 1.3rem; margin-bottom: .65rem; border-radius: 18px; background: rgba(255,255,255,.72); }
.result-item::before { content: ""; position: absolute; left: .65rem; top: 1.25rem; width: 5px; height: 5px; border-radius: 50%; background: var(--flower); }
.result-item h4 { margin: 0 0 .35rem; font-size: .83rem; }
.result-item p { margin: .25rem 0; color: #617e93; font-size: .72rem; }
.result-item .meta { color: var(--dimo-deep); font-size: .59rem; }
.result-item .attention { color: #8b7540; }
.result-footer { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border-radius: 16px; background: #e9f5ff; color: var(--ink-soft); font-size: .64rem; }
.result-footer strong { color: var(--dimo-deep); }

.habits-section { padding: 110px 0 70px; }
.habit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.habit-grid article {
  min-height: 142px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid white;
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-soft);
}
.habit-grid article span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; background: #e9f5ff; color: var(--dimo); font-size: 1.1rem; }
.habit-grid article:nth-child(2n) span { background: #f2f8e8; color: var(--grass-deep); }
.habit-grid article:nth-child(3n) span { background: #fff6d9; color: #c99d28; }
.habit-grid p { margin: 0; font-size: .8rem; }

.evidence-section {
  margin-top: 80px;
  padding: 3.2rem;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 4rem;
  border-radius: 40px;
  background:
    radial-gradient(circle at 0 100%, rgba(168,219,120,.24), transparent 22rem),
    linear-gradient(145deg, #e5f6ff, #f8fcff);
}
.evidence-copy > p:last-child { margin: 1.2rem 0 0; color: var(--ink-soft); font-size: .82rem; }
.evidence-list { display: grid; gap: .65rem; align-content: center; }
.evidence-list div { display: grid; grid-template-columns: 4rem 1fr; align-items: center; gap: 1rem; padding: .85rem 1rem; border-radius: 18px; background: rgba(255,255,255,.8); }
.evidence-list span { padding: .22rem .5rem; border-radius: 999px; background: #e9f5ff; color: var(--dimo-deep); text-align: center; font-size: .6rem; }
.evidence-list strong { font-size: .75rem; }

.closing-section { position: relative; padding: 150px 0 140px; text-align: center; overflow: hidden; }
.closing-section h2 { margin-bottom: 2rem; font-size: clamp(2.6rem, 5vw, 5rem); }
.closing-cloud { position: absolute; left: 50%; top: 100px; width: 620px; height: 200px; border-radius: 50%; background: rgba(218,243,255,.54); transform: translateX(-50%); filter: blur(1px); z-index: -1; }

footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 2.2rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .8rem 2rem;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .66rem;
}
footer p { margin: 0; text-align: right; }
footer > a { justify-self: end; color: var(--dimo-deep); text-decoration: none; }
.copyright-note { grid-column: 1 / -1; padding-top: .8rem; border-top: 1px dashed var(--line); color: #8a8d7c; }

@keyframes drift {
  from { translate: -12px 0; }
  to { translate: 22px 5px; }
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}
@keyframes twinkle {
  0%, 100% { transform: scale(.85) rotate(0); opacity: .55; }
  50% { transform: scale(1.15) rotate(15deg); opacity: 1; }
}

@media (max-width: 920px) {
  nav { display: none; }
  .hero { min-height: 920px; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 145px; text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-companion { min-height: 330px; }
  .dimo-hero { width: min(390px, 74vw); }
  .speech-bubble { right: 14%; }
  .growth-card, .evidence-section { grid-template-columns: 1fr; gap: 2rem; }
  .growth-route { padding-bottom: 7rem; }
  .destination-main { grid-template-columns: 1fr; }
  .destination-copy { padding: 3rem 2.5rem 1.5rem; }
  .destination-scene { min-height: 430px; }
  .demo-grid { grid-template-columns: 1fr; }
  .note-input { border-right: 0; border-bottom: 1px dashed rgba(153,126,67,.24); }
  .habit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .site-header { top: 12px; min-height: 62px; width: calc(100% - 22px); padding: .5rem .75rem; }
  .brand-paw { width: 36px; height: 36px; }
  .brand strong { font-size: .75rem; }
  .brand small { font-size: .54rem; }
  .hero { min-height: 850px; }
  .hero-inner { width: calc(100% - 28px); padding-top: 120px; gap: 1.5rem; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-lead br { display: none; }
  .hero-actions { display: grid; }
  .hero-companion { min-height: 270px; }
  .speech-bubble { right: 2%; top: 0; font-size: .75rem; }
  .growth-section, .destinations-section, .demo-section, .habits-section, .evidence-section, .closing-section {
    width: calc(100% - 28px);
  }
  .growth-section { padding-top: 30px; }
  .growth-card { padding: 2rem 1.25rem; border-radius: 30px; }
  .growth-route {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 7rem;
  }
  .growth-route::before { top: 0; bottom: 7rem; left: 14px; right: auto; width: 4px; height: auto; }
  .growth-route li { min-height: 72px; padding: 0 0 1rem 3rem; text-align: left; }
  .growth-route li::before { top: 0; left: 14px; }
  .growth-route li.is-current::before { top: -4px; }
  .growth-route span { white-space: normal; }
  .growth-companion { right: 1.2rem; }
  .destinations-section, .demo-section, .habits-section { padding: 75px 0; }
  .destination-stage { padding: .55rem; border-radius: 30px; }
  .destination-main { border-radius: 25px; }
  .destination-copy { padding: 2.2rem 1.25rem 1.2rem; }
  .destination-copy h3 { font-size: 2.35rem; }
  .destination-scene { min-height: 350px; }
  .dimo-destination { width: 230px; }
  .route-sign { width: 110px; font-size: .72rem; }
  .destination-picker { width: calc(100% - 16px); grid-template-columns: 1fr; margin-top: -18px; }
  .demo-card { border-radius: 30px; }
  .demo-modes { padding: .8rem; }
  .demo-mode { flex: 1; padding-inline: .6rem; font-size: .67rem; }
  .note-input, .scout-notes { padding: 2rem 1rem; }
  .notes-header { flex-wrap: wrap; }
  .notes-header > span:last-child { width: 100%; margin-left: 1.7rem; }
  .demo-output { height: 470px; }
  .habit-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: .4rem 0 1rem; }
  .habit-grid article { min-width: 78vw; scroll-snap-align: start; }
  .evidence-section { margin-top: 50px; padding: 2rem 1.2rem; border-radius: 30px; }
  .evidence-list div { grid-template-columns: 3.5rem 1fr; }
  .closing-section { padding: 110px 0; }
  footer { width: calc(100% - 28px); grid-template-columns: 1fr; }
  footer p, footer > a { text-align: left; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* 首页任务导向改版 */
.hero-v3 {
  min-height: 735px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, .38) 0 9rem, transparent 9.1rem),
    linear-gradient(180deg, #7bcafb 0%, #a9e1ff 64%, #e8f9ff 100%);
}
.hero-v3::after { display: none; }
.hero-v3 .distant-hills { bottom: 0; height: 170px; opacity: .92; }
.hero-v3 .meadow { bottom: -30px; height: 128px; }

.hero-inner-v3 {
  width: min(1160px, calc(100% - 48px));
  min-height: 0;
  padding: 126px 0 112px;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}
.hero-copy-v3 { position: relative; z-index: 3; }
.hero-copy-v3 .soft-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .28rem .78rem;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  color: #235f91;
  font-family: "Microsoft YaHei UI", "PingFang SC", sans-serif;
  font-size: .68rem;
  letter-spacing: .08em;
}
.hero-copy-v3 h1 {
  max-width: 720px;
  margin: 1rem 0 1.2rem;
  color: #173f62;
  font-size: clamp(3rem, 4.55vw, 5.05rem);
  line-height: 1.07;
  letter-spacing: -.06em;
}
.hero-copy-v3 h1 em {
  color: #2f6ed1;
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.hero-copy-v3 .hero-lead {
  max-width: 650px;
  margin: 0;
  color: #315f80;
  font-size: 1rem;
  line-height: 1.9;
}
.hero-copy-v3 .hero-actions { margin-top: 1.55rem; }
.hero-proof {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 1rem 0 0;
  color: #315f72;
  font-size: .7rem;
}
.hero-proof span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  color: #459b66;
  font-weight: 900;
}

.hero-delivery-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(246,252,255,.74));
  box-shadow: 0 28px 70px rgba(40, 103, 147, .2);
  backdrop-filter: blur(18px);
}
.delivery-card-head {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .8rem;
  border-bottom: 1px solid rgba(48,103,145,.13);
}
.delivery-card-head span { color: #244b68; font-weight: 800; font-size: .78rem; }
.delivery-card-head small {
  padding: .22rem .55rem;
  border-radius: 999px;
  background: #e7f3ff;
  color: #3975b7;
  font-size: .58rem;
}
.hero-mascot-wrap {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: -14px;
  width: 310px;
  height: 290px;
  display: grid;
  place-items: center;
}
.hero-mascot-v3 {
  width: 292px;
  filter: drop-shadow(0 22px 18px rgba(42,91,145,.2));
  animation: float 4.8s ease-in-out infinite;
}
.hero-mascot-note {
  position: absolute;
  right: 20px;
  bottom: 14px;
  padding: .45rem .72rem;
  border: 1px solid rgba(70,122,176,.13);
  border-radius: 14px 14px 4px 14px;
  background: rgba(255,255,255,.92);
  color: #3975a8;
  box-shadow: 0 9px 22px rgba(43,93,129,.12);
  font-size: .62rem;
}
.delivery-item {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 92px;
  padding: .8rem 1rem;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(44, 100, 138, .1);
}
.delivery-daily { margin-top: 236px; }
.delivery-weekly { margin-top: .65rem; }
.delivery-time {
  width: 72px;
  min-height: 58px;
  display: grid;
  place-content: center;
  border-radius: 18px;
  text-align: center;
  background: #eaf5ff;
  color: #3974b5;
}
.delivery-weekly .delivery-time { background: #eef7df; color: #5c8f42; }
.delivery-time span, .delivery-time strong { display: block; line-height: 1.15; }
.delivery-time span { font-size: .54rem; }
.delivery-time strong { margin-top: .2rem; font-size: .9rem; }
.delivery-item h2 { margin: 0; color: #214965; font-size: .86rem; line-height: 1.3; }
.delivery-item p { margin: .3rem 0 0; color: #718da0; font-size: .6rem; line-height: 1.5; }

.hero-route {
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: 24px;
  width: min(930px, calc(100% - 48px));
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1.15fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: .72rem 1.3rem;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 38px rgba(49,104,139,.16);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}
.hero-route div { text-align: center; }
.hero-route small, .hero-route strong { display: block; }
.hero-route small { color: #6c8da3; font-size: .54rem; }
.hero-route strong { margin-top: .13rem; color: #285575; font-size: .67rem; }
.hero-route > span { color: #7aa7c3; font-size: 1rem; }

.deliverables-section,
.workflow-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.deliverables-section { padding: 120px 0 70px; }
.section-intro-wide {
  max-width: none;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
.section-intro-wide > p { margin: 0 0 .6rem; color: var(--ink-soft); font-size: .8rem; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.mission-card {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 38px;
  box-shadow: var(--shadow);
}
.mission-card-daily {
  background:
    radial-gradient(circle at 95% 0, rgba(255,255,255,.82) 0 10rem, transparent 10.1rem),
    linear-gradient(155deg, #e4f6ff 0%, #cbeaff 70%, #b9dfed 100%);
}
.mission-card-weekly {
  background:
    radial-gradient(circle at 96% 0, rgba(255,255,255,.84) 0 10rem, transparent 10.1rem),
    linear-gradient(155deg, #f2f8df 0%, #dceec4 70%, #c6dfad 100%);
}
.mission-topline { display: flex; justify-content: space-between; align-items: center; }
.mission-topline span {
  padding: .3rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: #3e739b;
  font-size: .62rem;
  font-weight: 700;
}
.mission-card-weekly .mission-topline span { color: #5a8744; }
.mission-topline strong { color: rgba(36,75,104,.58); font-size: .72rem; }
.mission-copy { position: relative; z-index: 4; width: 65%; padding-top: 3rem; }
.mission-kicker { margin: 0 0 .35rem; color: #4d7796; font-size: .66rem; }
.mission-copy h3 { margin: 0; color: #214965; font-size: 2rem; line-height: 1.15; letter-spacing: -.04em; }
.mission-copy > p:not(.mission-kicker) { margin: 1rem 0; color: #55758a; font-size: .74rem; }
.mission-copy ul { list-style: none; margin: 1.25rem 0 1.5rem; padding: 0; display: grid; gap: .48rem; }
.mission-copy li { display: flex; align-items: center; gap: .45rem; color: #45677e; font-size: .65rem; }
.mission-copy li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #6d9ee1; }
.mission-card-weekly .mission-copy li::before { background: #86b665; }
.mission-demo-link { border: 0; background: transparent; padding: 0; cursor: pointer; }
.mission-art {
  position: absolute;
  z-index: 2;
  right: -44px;
  bottom: 18px;
  width: 310px;
  min-height: 230px;
  display: grid;
  place-items: end center;
}
.mission-art > span {
  position: absolute;
  right: 72px;
  bottom: 8px;
  padding: .4rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: #48718d;
  box-shadow: var(--shadow-soft);
  font-size: .58rem;
}
.pose-crop { position: relative; overflow: hidden; width: 300px; aspect-ratio: 1.5; }
.pose-crop img { position: absolute; width: 200%; max-width: none; pointer-events: none; user-select: none; }
.pose-daily img { left: -100%; top: 0; }
.pose-weekly img { left: 0; top: -100%; }
.pose-growth img { left: -100%; top: -100%; }

.workflow-section {
  margin-top: 70px;
  padding: 4rem;
  border-radius: 42px;
  background:
    radial-gradient(circle at 100% 0, rgba(100,168,225,.22), transparent 25rem),
    #214b70;
  color: white;
  box-shadow: 0 28px 70px rgba(34,74,111,.18);
}
.workflow-section .section-intro { margin-bottom: 2.5rem; }
.workflow-section .soft-label { color: #abd8ff; }
.workflow-section h2 { color: white; }
.workflow-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.workflow-list li {
  min-height: 220px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.5rem;
  background: #214b70;
}
.workflow-list li > span { color: #82c7ff; font-family: Georgia, serif; font-size: 1.5rem; }
.workflow-list small, .workflow-list strong { display: block; }
.workflow-list small { color: #8fcdfb; font-size: .56rem; letter-spacing: .12em; }
.workflow-list strong { margin-top: .75rem; color: white; font-size: .84rem; line-height: 1.55; }
.workflow-list p { margin: .8rem 0 0; color: #bcd6e8; font-size: .67rem; }

.demo-section { padding-top: 120px; }
.evidence-v3 { margin-top: 90px; }
.growth-v3 { padding-top: 100px; }
.growth-v3 .growth-card { overflow: hidden; }
.growth-v3 .growth-companion { width: 245px; bottom: -16px; }
.growth-v3 .growth-companion > span { bottom: 22px; }
.habits-section { padding-bottom: 120px; }

@media (max-width: 1040px) {
  .hero-v3 { min-height: 1010px; }
  .hero-inner-v3 { grid-template-columns: 1fr; padding-bottom: 130px; text-align: left; }
  .hero-copy-v3 { max-width: 760px; }
  .hero-delivery-card { width: min(620px, 100%); min-height: 490px; }
  .hero-mascot-wrap { right: 18px; }
  .hero-route { bottom: 26px; }
  .mission-copy { width: 72%; }
  .mission-art { right: -90px; }
}

@media (max-width: 780px) {
  .hero-v3 { min-height: 1180px; }
  .hero-inner-v3 { width: calc(100% - 28px); padding: 112px 0 150px; gap: 2rem; }
  .hero-copy-v3 { text-align: left; }
  .hero-copy-v3 h1 { font-size: clamp(2.7rem, 11.5vw, 4.5rem); }
  .hero-copy-v3 h1 em { white-space: normal; }
  .hero-copy-v3 .hero-actions { justify-content: flex-start; }
  .hero-delivery-card { min-height: 510px; border-radius: 30px; }
  .hero-route {
    grid-template-columns: 1fr;
    gap: .38rem;
    padding: .85rem;
    bottom: 20px;
  }
  .hero-route > span { display: none; }
  .hero-route div { display: flex; justify-content: space-between; gap: 1rem; text-align: left; }
  .hero-route strong { text-align: right; }
  .deliverables-section { padding-top: 90px; }
  .section-intro-wide { grid-template-columns: 1fr; gap: 1rem; }
  .mission-grid, .workflow-list { grid-template-columns: 1fr; }
  .mission-card { min-height: 500px; }
  .mission-art { right: -45px; }
  .workflow-section { width: calc(100% - 28px); padding: 2.2rem 1.2rem; border-radius: 30px; }
  .workflow-list { gap: 1px; }
  .workflow-list li { min-height: 160px; }
}

@media (max-width: 520px) {
  .hero-v3 { min-height: 1160px; }
  .hero-copy-v3 .soft-label { font-size: .56rem; }
  .hero-copy-v3 h1 { font-size: clamp(2.35rem, 11.3vw, 3.3rem); }
  .hero-copy-v3 .hero-lead { font-size: .84rem; }
  .hero-copy-v3 .hero-actions { display: grid; }
  .hero-delivery-card { min-height: 500px; padding: 1rem; }
  .hero-mascot-wrap { top: 42px; right: -18px; width: 250px; height: 245px; }
  .hero-mascot-v3 { width: 240px; }
  .hero-mascot-note { right: 16px; bottom: 4px; }
  .delivery-daily { margin-top: 220px; }
  .delivery-item { grid-template-columns: 62px 1fr; gap: .7rem; padding: .65rem; }
  .delivery-time { width: 58px; }
  .delivery-item h2 { font-size: .74rem; }
  .delivery-item p { font-size: .52rem; }
  .mission-card { min-height: 540px; padding: 1.15rem; border-radius: 30px; }
  .mission-copy { width: 100%; padding-top: 2rem; }
  .mission-copy h3 { font-size: 1.8rem; }
  .mission-copy > p:not(.mission-kicker), .mission-copy ul { max-width: 78%; }
  .mission-art { right: -62px; bottom: 0; transform: scale(.82); transform-origin: right bottom; }
}
