@charset "UTF-8";
:root {
  --green: #073c2c;
  --ink: #103631;
  --lime: #d5f33c;
  --mint: #edf5f0;
  --muted: #687a7b;
  --paper: #fcfdf9;
  --line: #dce6df;
  --radius: 16px;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button,
a,
summary {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
button {
  border: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #9ab523;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
button[hidden],
[hidden] {
  display: none !important;
}
.container {
  width: min(1120px, calc(100% - 80px));
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  vertical-align: middle;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px 24px;
  background: white;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 13px 27px;
  border-radius: 999px;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.4;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.lime {
  background: var(--lime);
  color: #17371b;
}
.lime:hover {
  background: #e0ff4f;
}
.dark {
  background: var(--green);
  color: white;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.brand img {
  border-radius: 0;
  background: transparent;
}
.hero {
  position: relative;
  height: 810px;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  object-position: center 58%;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    rgba(5, 57, 60, 0.23),
    rgba(8, 44, 35, 0.04) 32%,
    rgba(4, 30, 22, 0.09) 65%,
    transparent
  );
}
.hero:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 2;
  background: linear-gradient(
    0deg,
    var(--paper) 4%,
    rgba(252, 253, 249, 0.97) 17%,
    rgba(252, 253, 249, 0.65) 46%,
    transparent
  );
  pointer-events: none;
}
.header {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 5;
}
.desktop-nav {
  display: flex;
  background: rgba(5, 63, 69, 0.38);
  backdrop-filter: blur(16px);
  border: 1px solid #ffffff18;
  border-radius: 50px;
  padding: 5px 22px;
  gap: 32px;
}
.desktop-nav a {
  font-size: 0.875rem;
  padding: 11px 0;
  position: relative;
  white-space: nowrap;
}
.desktop-nav a.active,
.desktop-nav a:hover {
  color: var(--lime);
}
.desktop-nav a.active:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--lime);
}
.header-cta {
  border-radius: 30px;
  background: white;
  color: var(--ink);
  padding: 6px 7px 6px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.875rem;
  font-weight: 650;
  box-shadow: 0 3px 12px #163b4124;
}
.header-cta span {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  display: none;
}
.hero-copy {
  text-align: center;
  margin: 22px auto 0;
  position: relative;
  z-index: 1;
}
.hero-copy h1 {
  font-size: clamp(2.5rem, 4vw, 3.65rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-shadow: 0 2px 18px #123d4330;
}
.hero-copy p {
  margin: 15px 0 22px;
  font-size: 1.22rem;
  font-weight: 550;
  line-height: 1.65;
  text-shadow: 0 2px 12px #00393666;
}
.hero-copy p span {
  font-size: 1.08rem;
}
.hero-product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 25px auto 0;
  transform: translateX(62px);
  width: max-content;
  color: #173432;
}
.phone {
  position: relative;
  width: 276px;
  height: 434px;
  border: 7px solid #18241f;
  outline: 2px solid #8e9990;
  border-radius: 39px;
  background: #fff;
  padding: 13px 15px 19px;
  box-shadow:
    8px 13px 0 #17291d44,
    0 16px 50px #13322466;
  transform: rotate(-6deg);
  overflow: hidden;
  color: #172d31;
}
.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 18px;
  font-weight: 750;
  margin-bottom: 16px;
}
.notch {
  height: 20px;
  width: 76px;
  border-radius: 20px;
  background: #0a110f;
  margin-top: -9px;
}
.phone-brand {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  margin-bottom: 17px;
}
.phone-brand span {
  margin-left: auto;
  letter-spacing: 2px;
}
.phone h2 {
  font-size: 17px;
  margin-bottom: 8px;
}
.trip-meta {
  display: flex;
  gap: 15px;
  font-size: 10px;
}
.trip-meta span {
  display: flex;
  gap: 4px;
  align-items: center;
}
.trip-meta .icon {
  width: 11px;
  height: 11px;
}
.phone-tabs {
  display: flex;
  gap: 6px;
  margin: 20px 0 16px;
  font-size: 10px;
  text-align: center;
}
.phone-tabs span {
  flex: 1;
  background: #f4f5f7;
  padding: 8px 0;
  border-radius: 20px;
  color: #697984;
}
.phone-tabs span:first-child {
  color: #297344;
  background: #edf8e9;
}
.mini-row {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  margin: 0 0 14px;
  font-size: 10px;
}
.mini-row time {
  font-size: 9px;
  min-width: 28px;
}
.mini-dot {
  width: 6px;
  height: 6px;
  background: #96c632;
  border-radius: 50%;
  flex-shrink: 0;
}
.mini-row img {
  width: 39px;
  height: 34px;
  border-radius: 4px;
}
.mini-row b {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.mini-row small {
  font-size: 8px;
  display: block;
  color: #6c7984;
  white-space: nowrap;
}
.phone-note {
  font-size: 9px;
  color: #7c897a;
  background: #f2f8f0;
  padding: 8px 4px;
  margin-top: 8px;
  border-radius: 5px;
}
.phone-bottom {
  margin-top: 14px;
  background: var(--green);
  border-radius: 25px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  font-size: 12px;
  gap: 25px;
}
.phone-bottom .icon {
  width: 15px;
  height: 15px;
}
.launch-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fffffff5;
  color: var(--ink);
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 8px 26px #0635271c;
  transform: translateY(-12px);
  min-width: 206px;
}
.launch-card:hover {
  background: white;
}
.launch-symbol {
  height: 95px;
  width: 110px;
  display: grid;
  place-items: center;
  position: relative;
}
.launch-symbol:before {
  content: "";
  width: 103px;
  height: 103px;
  position: absolute;
  border-radius: 50%;
  border: 1px dashed #b4c8ae;
}
.launch-symbol img {
  border-radius: 20px;
}
.small-spark {
  position: absolute;
  top: -3px;
  right: 3px;
  color: #8cac27;
  font-size: 24px;
}
.launch-card strong {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.launch-caption {
  font-size: 0.875rem;
  color: #526652;
}
.launch-card small {
  font-size: 0.8rem;
  color: #758374;
}
.introduction {
  padding-top: 15px;
}
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.eyebrow {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 20px;
  background: #e5f6ac;
  color: #274d22;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.4;
}
.section-heading h2 {
  font-size: 2.75rem;
  font-weight: 780;
  line-height: 1.35;
  margin: 16px 0 9px;
  letter-spacing: -0.025em;
}
.section-heading p {
  font-size: 1.125rem;
  color: var(--muted);
  line-height: 1.6;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  align-items: center;
  gap: 72px;
  margin: 0 24px 34px;
}
.friends-photo {
  width: 100%;
  height: 316px;
  border-radius: 12px;
  object-position: 50% 48%;
}
.intro-copy h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: -0.02em;
}
.number-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 23px;
  display: grid;
  gap: 15px;
  color: #637776;
}
.number-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.5;
  font-size: 1rem;
}
.number-list li span {
  display: grid;
  place-items: center;
  color: #eff797;
  background: var(--green);
  font-size: 13px;
  font-weight: 650;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  box-shadow: 2px 1px 0 #c2d83f;
  flex-shrink: 0;
}
.intro-copy .button {
  min-height: 45px;
  padding: 11px 25px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 22px;
  grid-template-rows: auto auto;
  scroll-margin-top: 35px;
}
.feature-card {
  border-radius: 13px;
  padding: 24px;
  background: linear-gradient(120deg, #edf5f1, #f2f6f1);
  min-width: 0;
}
.plan-card {
  grid-row: span 2;
  padding: 22px 26px;
}
.segmented {
  display: flex;
  align-items: center;
  width: 320px;
  max-width: 100%;
  background: #dfeae3;
  border-radius: 30px;
  padding: 4px;
}
.segmented button {
  flex: 1;
  background: transparent;
  font-size: 1rem;
  line-height: 1.3;
  padding: 9px 12px;
  border-radius: 25px;
  min-height: 42px;
  white-space: nowrap;
}
.segmented button[aria-selected="true"] {
  background: white;
  box-shadow: 0 2px 7px #15453417;
  font-weight: 650;
}
.card-caption {
  font-size: 0.95rem;
  color: #4e776c;
  margin: 13px 0;
}
.plan-preview {
  background: white;
  border-radius: 11px;
  padding: 20px 20px 13px;
}
.plan-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  gap: 12px;
}
.plan-heading h3 {
  font-size: 1.55rem;
  line-height: 1.2;
  margin-bottom: 6px;
}
.plan-heading p {
  font-size: 0.875rem;
  color: #536771;
}
.plan-heading p span {
  margin-left: 12px;
}
.plan-heading img {
  border-radius: 8px;
  flex-shrink: 0;
}
.preview-timeline {
  display: grid;
  gap: 19px;
}
.preview-row {
  display: flex;
  gap: 13px;
  align-items: center;
  position: relative;
}
.preview-row time {
  font-size: 12px;
  width: 34px;
  flex-shrink: 0;
}
.preview-row i {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #36663a;
  background: #d6f13d;
  border-radius: 50%;
  flex-shrink: 0;
}
.preview-row:not(:last-child) i:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 2px;
  height: 58px;
  background: #d6eb3d;
}
.preview-row img {
  width: 59px;
  height: 45px;
  border-radius: 5px;
  flex-shrink: 0;
}
.preview-row h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 3px;
}
.preview-row p {
  font-size: 0.8rem;
  color: #748179;
  line-height: 1.5;
}
.crop-tea {
  object-position: 12% 90%;
}
.demo-note {
  font-size: 12px;
  color: #7e8b80;
  margin-top: 17px;
  line-height: 1.5;
}
.feature-card > h3 {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.feature-card > p:not(.interaction-status):not(.card-caption) {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5e7b70;
}
.adjust-preview {
  background: white;
  padding: 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 13px;
}
.adjust-preview > img {
  width: 103px;
  height: 88px;
  object-position: 15% 90%;
  border-radius: 6px;
  flex-shrink: 0;
}
.adjust-preview h4,
.wish-place h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}
.adjust-preview p,
.wish-place p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #7b8580;
}
.outline-button {
  border: 1px solid #d6e0da;
  border-radius: 24px;
  background: white;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 17px;
  min-height: 39px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 9px;
}
.outline-button:hover {
  background: var(--mint);
}
.outline-button .icon {
  width: 16px;
  height: 16px;
}
.interaction-status {
  font-size: 13px;
  color: #356342;
  line-height: 1.5;
}
.interaction-status:not(:empty) {
  padding-top: 9px;
}
.wish-preview {
  margin-top: 13px;
  background: white;
  border-radius: 10px;
  padding: 12px;
}
.wish-place {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}
.wish-place img {
  width: 77px;
  height: 48px;
  border-radius: 6px;
}
.wish-options {
  display: flex;
  gap: 9px;
}
.wish-options button {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #d9e3db;
  border-radius: 24px;
  background: white;
  min-height: 40px;
  padding: 8px 5px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.wish-options button.selected {
  border-color: var(--lime);
  background: var(--lime);
  font-weight: 650;
}
.wish-options .icon {
  height: 18px;
  width: 18px;
}
.wish-options button.selected .icon {
  border-radius: 50%;
  background: var(--green);
  color: var(--lime);
  padding: 3px;
}
.circle-icon {
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 1.6px solid currentColor;
  border-radius: 50%;
}
.carousel-dots {
  display: none;
}
.product-story {
  margin-top: 96px;
  padding: 118px 0 126px;
  background:
    radial-gradient(circle at 8% 14%, #dff3b8 0, transparent 24%),
    radial-gradient(circle at 92% 82%, #d2eee4 0, transparent 25%), #f0f6f0;
  overflow: hidden;
}
.story-heading {
  max-width: 760px;
  margin-bottom: 62px;
}
.story-heading h2,
.advantage-heading h2 {
  font-size: clamp(2.6rem, 4.2vw, 4.25rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
  margin: 19px 0 20px;
}
.story-heading > p,
.advantage-heading > p {
  max-width: 650px;
  color: #617771;
  font-size: 1.1rem;
  line-height: 1.85;
}
.story-list {
  display: grid;
  gap: 32px;
}
.story-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
  min-height: 520px;
  padding: clamp(42px, 5vw, 72px);
  border: 1px solid #dce9df;
  border-radius: 30px;
  background: #fcfdf9;
  box-shadow: 0 24px 80px #1648350d;
}
.story-card:nth-child(even) .story-copy {
  order: 2;
}
.story-card:nth-child(even) .story-visual {
  order: 1;
}
.story-index {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 13px;
  border: 1px solid #c9ddcf;
  border-radius: 999px;
  color: #3c6e5a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.story-copy h3 {
  margin: 21px 0 17px;
  font-size: clamp(1.8rem, 2.65vw, 2.65rem);
  line-height: 1.28;
  letter-spacing: -0.035em;
}
.story-copy > p {
  color: #5e746d;
  font-size: 1rem;
  line-height: 1.85;
}
.story-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
  color: #315c4c;
  font-size: 0.92rem;
  line-height: 1.65;
}
.story-points li {
  position: relative;
  padding-left: 23px;
}
.story-points li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px #e9f4b8;
}
.story-visual {
  min-width: 0;
  min-height: 390px;
  padding: 25px;
  border-radius: 24px;
  color: #153f34;
  background: linear-gradient(145deg, #e6f0e9, #d9eadf);
  box-shadow:
    inset 0 0 0 1px #ffffffa8,
    0 22px 45px #174f3920;
}
.story-visual > * {
  transition:
    opacity 0.55s ease,
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
html.js .story-card:not(.is-visible) .story-visual > * {
  opacity: 0.2;
  transform: translateY(18px) scale(0.98);
}
.story-card.is-visible .story-visual > :nth-child(2) {
  transition-delay: 0.1s;
}
.story-card.is-visible .story-visual > :nth-child(3) {
  transition-delay: 0.18s;
}
.story-card.is-visible .story-visual > :nth-child(4) {
  transition-delay: 0.26s;
}
.visual-top,
.visual-day,
.decision-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 19px;
  font-size: 0.9rem;
}
.visual-top b,
.visual-day span,
.decision-head b {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f8fbf5;
  color: #4f705f;
  font-size: 0.72rem;
  font-style: normal;
}
.chat-bubble {
  width: 87%;
  margin-left: auto;
  padding: 18px 20px;
  border-radius: 18px 18px 5px 18px;
  background: var(--green);
  color: white;
  font-size: 0.92rem;
  line-height: 1.65;
  box-shadow: 0 12px 26px #113d2b24;
}
.understanding-card {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  padding: 19px;
  border-radius: 16px;
  background: #fff;
}
.understanding-card span {
  padding: 7px 12px;
  border-radius: 8px;
  background: #eff5f0;
  font-size: 0.8rem;
  font-weight: 650;
}
.understanding-card strong {
  width: 100%;
  padding-top: 8px;
  color: #315c4c;
  font-size: 0.78rem;
}
.visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 19px;
}
.visual-tags span,
.visual-tags i {
  display: grid;
  place-items: center;
  min-height: 37px;
  padding: 7px 12px;
  border: 1px dashed #95b7a4;
  border-radius: 999px;
  background: #edf5ef;
  font-size: 0.78rem;
  font-style: normal;
}
.visual-tags i {
  width: 37px;
  padding: 0;
  border-style: solid;
  background: var(--lime);
  font-size: 1rem;
}
.timeline-visual {
  background: linear-gradient(145deg, #e6f0e9, #d4e8dd);
}
.visual-line {
  position: relative;
  display: grid;
  grid-template-columns: 46px 12px 1fr auto;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #dce7df;
  border-radius: 13px;
  background: #fff;
}
.visual-line time {
  color: #5e746d;
  font-size: 0.75rem;
}
.visual-line > i {
  width: 10px;
  height: 10px;
  border: 2px solid #315e4d;
  border-radius: 50%;
  background: var(--lime);
}
.visual-line b,
.visual-line small {
  display: block;
}
.visual-line b {
  margin-bottom: 3px;
  font-size: 0.86rem;
}
.visual-line small {
  color: #73857e;
  font-size: 0.68rem;
  line-height: 1.45;
}
.visual-line em {
  padding: 5px 8px;
  border-radius: 6px;
  color: #44705d;
  background: #edf4ef;
  font-size: 0.66rem;
  font-style: normal;
}
.visual-line.changed {
  border-color: #c8df67;
}
.visual-line.changed em {
  color: #294717;
  background: #e7f597;
}
.visual-action {
  margin-top: 17px;
  padding: 13px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}
.decision-visual {
  background: linear-gradient(145deg, #f2eadc, #e8eee4);
}
.decision-head b {
  color: #8c4b32;
  background: #fff1e9;
}
.decision-item {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 14px;
  margin-top: 13px;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}
.decision-item > i {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-radius: 50%;
  background: #e77e59;
  box-shadow: 0 0 0 5px #fde7df;
}
.decision-item.pending > i {
  background: #d0aa29;
  box-shadow: 0 0 0 5px #f5edcf;
}
.decision-item strong,
.decision-item span,
.decision-item small {
  display: block;
}
.decision-item strong {
  margin-bottom: 5px;
  font-size: 0.92rem;
}
.decision-item span {
  color: #6e7c76;
  font-size: 0.75rem;
}
.decision-item small {
  margin-top: 16px;
  color: #3e6a58;
  font-size: 0.72rem;
}
.map-visual {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 14px;
  padding: 16px;
  background: #dbe9dd;
}
.map-canvas {
  position: relative;
  min-height: 358px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(
      32deg,
      transparent 46%,
      #adc8b4 47%,
      #adc8b4 49%,
      transparent 50%
    ),
    linear-gradient(
      148deg,
      transparent 50%,
      #bed4c3 51%,
      #bed4c3 53%,
      transparent 54%
    ),
    linear-gradient(
      62deg,
      #eaf2e7 25%,
      #d9e8d9 25%,
      #d9e8d9 50%,
      #edf3e8 50%,
      #edf3e8 75%,
      #dfead9 75%
    );
  background-size:
    90px 90px,
    120px 120px,
    76px 76px;
}
.map-canvas > b,
.map-canvas > small {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 8px;
  background: #ffffffde;
  font-size: 0.78rem;
}
.map-canvas > small {
  top: auto;
  right: 15px;
  bottom: 14px;
  left: auto;
  color: #60796e;
  font-size: 0.65rem;
}
.route-line {
  position: absolute;
  top: 106px;
  left: 76px;
  width: 120px;
  height: 145px;
  border: 3px dashed #326c50;
  border-width: 3px 3px 0 0;
  border-radius: 0 70% 0 0;
  transform: rotate(18deg);
}
.map-pin {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 3px solid white;
  border-radius: 50% 50% 50% 4px;
  background: var(--green);
  color: #fff;
  font-size: 0.72rem;
  font-style: normal;
  box-shadow: 0 6px 12px #123f3038;
  transform: rotate(-45deg);
}
.map-pin.one {
  top: 78px;
  left: 60px;
}
.map-pin.two {
  top: 167px;
  right: 48px;
  background: #8caa14;
}
.map-pin.three {
  bottom: 51px;
  left: 85px;
}
.map-list {
  display: grid;
  align-content: center;
  gap: 9px;
}
.map-list > span {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 12px;
  background: #f7faf6;
}
.map-list > span.active {
  background: var(--green);
  color: white;
}
.map-list i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--lime);
  color: #173d2d;
  font-size: 0.68rem;
  font-style: normal;
}
.map-list b {
  font-size: 0.75rem;
}
.map-list small {
  color: #7a8b84;
  font-size: 0.62rem;
}
.map-list .active small {
  color: #d9e7dd;
}
.advantages {
  position: relative;
  padding: 124px 0 112px;
  overflow: hidden;
  color: #f6faf4;
  background:
    radial-gradient(circle at 90% 12%, #2c7356 0, transparent 28%),
    linear-gradient(145deg, #0d4938, #07382b);
}
.advantages::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -110px;
  width: 340px;
  height: 340px;
  border: 1px solid #d9f05a1f;
  border-radius: 50%;
  box-shadow:
    0 0 0 65px #d9f05a0a,
    0 0 0 132px #d9f05a08;
}
.advantage-heading {
  position: relative;
  max-width: 760px;
  margin-bottom: 56px;
}
.advantage-heading .eyebrow {
  color: #254321;
  background: var(--lime);
}
.advantage-heading > p {
  color: #bdd0c7;
}
.advantage-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.advantage-grid article {
  min-height: 265px;
  padding: 27px;
  border: 1px solid #ffffff1c;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff12, #ffffff07);
  backdrop-filter: blur(5px);
}
.advantage-grid article > .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 40px;
  color: var(--lime);
}
.advantage-grid article > span {
  float: right;
  color: #b8cca2;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}
.advantage-grid h3 {
  margin-bottom: 11px;
  font-size: 1.14rem;
}
.advantage-grid p {
  color: #b9ccc3;
  font-size: 0.88rem;
  line-height: 1.75;
}
.truth-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  padding: 28px 12px;
  border-radius: 18px;
  background: var(--lime);
  color: #173d2d;
}
.truth-strip > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 4px 24px;
}
.truth-strip > div + div {
  border-left: 1px solid #6680213d;
}
.truth-strip .icon {
  grid-row: span 2;
  width: 26px;
  height: 26px;
  margin-top: 4px;
}
.truth-strip strong {
  font-size: 0.9rem;
}
.truth-strip span {
  margin-top: 3px;
  color: #526237;
  font-size: 0.72rem;
}
/* 每个模块拥有自己的进入方向；离开视口时移除状态，反向滚动会重新收起。 */
html.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  filter: blur(4px);
  transition:
    opacity 0.65s ease,
    transform 0.85s cubic-bezier(0.2, 0.76, 0.24, 1),
    filter 0.65s ease,
    clip-path 0.85s cubic-bezier(0.2, 0.76, 0.24, 1);
  will-change: opacity, transform, filter;
}
html.js [data-reveal="hero-copy"] {
  transform: translate3d(-36px, 0, 0);
}
html.js [data-reveal="hero-product"] {
  transform: translate3d(42px, 28px, 0) scale(0.94);
}
html.js [data-reveal="image-left"],
html.js [data-reveal="story-left"] {
  transform: translate3d(-70px, 0, 0);
}
html.js [data-reveal="copy-right"],
html.js [data-reveal="card-right"],
html.js [data-reveal="story-right"] {
  transform: translate3d(70px, 0, 0);
}
html.js [data-reveal="card-up"] {
  transform: translate3d(0, 60px, 0) scale(0.975);
}
html.js [data-reveal="clip-up"] {
  clip-path: inset(100% 0 0 0);
  transform: translate3d(0, 24px, 0);
}
html.js [data-reveal="advantage"] {
  transform: translate3d(0, 55px, 0) rotate(1.2deg);
}
html.js [data-reveal="scale-in"] {
  transform: scale(0.9);
}
html.js [data-reveal="guide-title"] {
  transform: translate3d(-42px, 0, 0);
}
html.js [data-reveal="step"] {
  transform: translate3d(0, 36px, 0);
}
html.js [data-reveal="faq"] {
  clip-path: inset(0 0 100% 0 round 14px);
  transform: translate3d(0, 22px, 0);
}
html.js [data-reveal="footer-rise"] {
  transform: translate3d(0, 46px, 0);
}
html.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0 0 0 0);
}
html.js [data-reveal="hero-product"].is-visible {
  transform: translateX(62px);
}
.advantage-grid article:nth-child(2),
.advantage-grid article:nth-child(5),
.steps li:nth-child(2) {
  transition-delay: 0.08s;
}
.advantage-grid article:nth-child(3),
.advantage-grid article:nth-child(6),
.steps li:nth-child(3) {
  transition-delay: 0.16s;
}
.guide {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 82px 42px;
}
.guide-heading {
  flex-shrink: 0;
}
.guide-heading h2 {
  font-size: 1.65rem;
  margin-bottom: 7px;
}
.guide-heading p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.6;
}
.steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  gap: 21px;
}
.steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.step-number {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #226149;
  font-weight: 500;
}
.steps .icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  color: #2f6746;
}
.steps h3 {
  font-size: 0.925rem;
  margin: 2px 0 6px;
  font-weight: 700;
  white-space: nowrap;
}
.steps p {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.6;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 30px;
  align-items: start;
}
.faq details {
  background: #f0f3f4;
  border-radius: 11px;
  overflow: hidden;
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 19px 24px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 550;
}
.faq summary::-webkit-details-marker,
.footer-group summary::-webkit-details-marker {
  display: none;
}
.faq summary .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.faq details[open] summary .icon {
  transform: rotate(180deg);
}
.faq details > p {
  padding: 0 24px 20px;
  color: #677b76;
  font-size: 0.925rem;
  line-height: 1.85;
}
.footer {
  background: linear-gradient(120deg, #206552, #124d3b);
  color: #f4faf1;
  padding: 32px 0 20px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #ffffff2d;
  padding-bottom: 26px;
}
.footer-top h2 {
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 650;
}
.footer-top p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 6px;
  color: #c8dbce;
}
.footer-launch {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
  color: #e6f0dc;
  background: transparent;
  padding: 5px 90px 5px 42px;
  border-left: 1px solid #ffffff3c;
  min-height: 100px;
}
.footer-app-icon {
  border-radius: 12px;
  background: white;
  padding: 12px;
  display: block;
}
.footer-launch strong {
  font-size: 0.95rem;
  font-weight: 550;
  display: block;
  margin-bottom: 7px;
}
.footer-launch small {
  font-size: 0.825rem;
  line-height: 1.7;
  color: #c5daca;
}
.footer-launch > .icon {
  margin-left: 20px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 45px;
  padding: 24px 0;
}
.footer-brand .brand {
  font-size: 1.5rem;
}
.footer-brand p {
  color: #b9d4c7;
  font-size: 0.825rem;
  line-height: 1.7;
  margin: 8px 0 0 47px;
}
.footer-group summary {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 9px;
  font-weight: 600;
  pointer-events: none;
}
.footer-group summary > .icon {
  display: none;
}
.footer-group div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.footer-group div > a,
.footer-group div > button {
  font-size: 0.875rem;
  color: #c8dcd0;
  background: none;
  padding: 0;
  line-height: 1.6;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-group div > a:hover,
.footer-group div > button:hover {
  color: var(--lime);
}
.footer-group div .icon {
  height: 17px;
  width: 17px;
}
.social-letter {
  height: 17px;
  width: 17px;
  background: #e0ece1;
  color: #235744;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 750;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aecabe;
  font-size: 0.75rem;
  padding-top: 4px;
  gap: 20px;
}
.footer-bottom > div {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom button {
  font-size: inherit;
  color: inherit;
  background: none;
  padding: 0 0 0 15px;
  border-left: 1px solid #aac4b966;
}
.footer-bottom > a {
  white-space: nowrap;
}
.modal {
  position: fixed;
  border: 1px solid #e4ecdf;
  border-radius: 24px;
  padding: 42px;
  width: min(440px, calc(100% - 32px));
  text-align: center;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 24px 90px #072e3240;
  max-height: calc(100dvh - 40px);
  overflow: auto;
}
.modal::backdrop {
  background: #072b2466;
  backdrop-filter: blur(6px);
}
.modal-logo {
  margin: 0 auto 22px;
  border-radius: 16px;
}
.modal .eyebrow {
  font-size: 0.8rem;
}
.modal h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 18px 0 14px;
}
.modal p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 24px;
  white-space: pre-line;
}
.close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  background: transparent;
  color: #647e6c;
  font-size: 29px;
  line-height: 1;
}
.modal .button {
  margin-top: 3px;
}
.modal .code-image {
  width: 190px;
  height: 190px;
  object-fit: contain;
  margin: 20px auto;
}
.info-modal h2 {
  font-size: 1.6rem;
}
.info-modal .button {
  margin: 5px;
}
.info-modal #info-content {
  overflow-wrap: anywhere;
}
@media (min-width: 761px) {
  .footer-group > div {
    display: flex !important;
  }
  .footer-group::details-content {
    content-visibility: visible !important;
  }
}
@media (min-width: 1550px) {
  .hero {
    height: 870px;
  }
  .hero-copy {
    margin-top: 36px;
  }
  .hero-product {
    margin-top: 35px;
  }
  .phone {
    width: 286px;
    height: 454px;
  }
  .launch-card {
    padding: 30px 35px;
  }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .container {
    width: calc(100% - 56px);
  }
  .desktop-nav {
    gap: 20px;
    padding-inline: 20px;
  }
  .header-cta {
    gap: 12px;
    padding-left: 12px;
  }
  .hero {
    height: 750px;
  }
  .hero-copy h1 {
    font-size: 3.1rem;
  }
  .intro-grid {
    gap: 40px;
    margin-inline: 0;
  }
  .product-story {
    padding-block: 96px;
  }
  .story-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .story-card:nth-child(even) .story-copy,
  .story-card:nth-child(even) .story-visual {
    order: initial;
  }
  .advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .truth-strip > div {
    padding-inline: 15px;
  }
  .guide {
    gap: 20px;
    flex-wrap: wrap;
  }
  .guide-heading {
    width: 100%;
  }
  .steps li {
    flex: 1;
  }
  .steps li:first-child {
    padding-left: 0;
    border: 0;
  }
  .feature-card {
    padding: 20px;
  }
  .preview-row {
    gap: 9px;
  }
  .preview-row img {
    width: 46px;
  }
  .preview-row p {
    font-size: 12px;
  }
  .wish-options button {
    font-size: 12px;
  }
  .adjust-preview {
    gap: 12px;
  }
  .adjust-preview > img {
    width: 80px;
  }
  .footer-launch {
    padding-right: 30px;
  }
  .footer-main {
    gap: 24px;
  }
}
@media (max-width: 760px) {
  :root {
    scroll-padding-top: 20px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .hero {
    height: 702px;
  }
  .hero-image {
    object-position: 49% 50%;
  }
  .hero:before {
    background: linear-gradient(180deg, #03455220, #053e3e18 45%, transparent);
  }
  .hero:after {
    height: 100px;
  }
  .header {
    height: 76px;
    width: calc(100% - 40px);
    align-items: center;
  }
  .brand {
    font-size: 1.25rem;
    gap: 7px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: flex;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 10px 6px;
    z-index: 7;
  }
  .menu-toggle span {
    height: 2px;
    background: white;
    width: 25px;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .mobile-nav {
    display: flex;
    position: absolute;
    right: 0;
    top: 66px;
    left: 0;
    flex-direction: column;
    background: #fcfdf9;
    color: var(--ink);
    box-shadow: 0 14px 40px #05372640;
    border-radius: 16px;
    padding: 14px;
    gap: 2px;
  }
  .mobile-nav > a {
    padding: 12px 15px;
    font-size: 1rem;
    border-radius: 9px;
  }
  .mobile-nav > a:hover {
    background: var(--mint);
  }
  .mobile-nav > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9px;
    padding: 13px 15px;
    background: var(--lime);
    font-size: 1rem;
  }
  .hero-copy {
    margin: 29px 16px 0;
  }
  .hero-copy h1 {
    font-size: 2rem;
    line-height: 1.36;
    letter-spacing: 0.015em;
  }
  .hero-copy p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 13px 0 18px;
  }
  .hero-copy p span {
    font-size: 0.9rem;
  }
  .hero-copy .button {
    font-size: 0.925rem;
    padding: 11px 25px;
    min-height: 43px;
    gap: 22px;
  }
  .hero-product {
    transform: none;
    width: 100%;
    margin-top: 28px;
    gap: 0;
    flex-direction: column;
  }
  .phone {
    width: 228px;
    height: 345px;
    padding: 11px 12px;
    border-width: 6px;
    border-radius: 33px;
    transform: rotate(-5deg);
  }
  .phone-status {
    margin-bottom: 12px;
    font-size: 10px;
  }
  .notch {
    width: 67px;
    height: 18px;
  }
  .phone-brand {
    font-size: 10px;
    margin-bottom: 13px;
  }
  .phone h2 {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .phone-tabs {
    margin: 16px 0 13px;
    font-size: 9px;
  }
  .trip-meta {
    font-size: 9px;
    gap: 12px;
  }
  .mini-row {
    margin-bottom: 13px;
    gap: 5px;
  }
  .mini-row time {
    font-size: 8px;
    min-width: 25px;
  }
  .mini-row img {
    width: 32px;
    height: 29px;
  }
  .mini-row b {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .mini-row small {
    font-size: 7px;
  }
  .phone-note {
    font-size: 8px;
    margin-top: 3px;
    padding: 7px 3px;
  }
  .phone-bottom {
    margin-top: 10px;
    padding: 7px;
    font-size: 10px;
  }
  .launch-card {
    position: absolute;
    top: 257px;
    z-index: 3;
    transform: none;
    min-width: unset;
    width: calc(100% - 64px);
    max-width: 335px;
    padding: 15px 18px;
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 15px;
    row-gap: 5px;
    text-align: left;
    border-radius: 13px;
    box-shadow: 0 4px 25px #153e2420;
  }
  .launch-symbol {
    grid-column: 1;
    grid-row: 1/4;
    width: 59px;
    height: 65px;
  }
  .launch-symbol:before {
    width: 64px;
    height: 64px;
  }
  .launch-symbol img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }
  .small-spark {
    font-size: 17px;
    top: -1px;
    right: 0;
  }
  .launch-card strong {
    font-size: 0.9rem;
    white-space: nowrap;
  }
  .launch-caption {
    font-size: 0.8rem;
  }
  .launch-card small {
    font-size: 0.75rem;
  }
  .introduction {
    padding-top: 15px;
  }
  .section-heading {
    margin-bottom: 26px;
  }
  .section-heading .eyebrow {
    display: none;
  }
  .section-heading h2 {
    font-size: 1.6rem;
    margin: 0 0 7px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .section-heading p {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: -0.035em;
  }
  .intro-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0 0 29px;
    align-items: stretch;
  }
  .friends-photo {
    height: auto;
    aspect-ratio: 1.48;
    border-radius: 12px;
  }
  .intro-copy h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.035em;
  }
  .intro-copy h3 br {
    display: none;
  }
  .number-list {
    gap: 13px;
    margin: 18px 0 20px;
  }
  .number-list li {
    gap: 14px;
    font-size: 0.925rem;
  }
  .number-list li span {
    height: 23px;
    width: 23px;
    font-size: 12px;
  }
  .intro-copy .button {
    min-height: 43px;
    font-size: 0.95rem;
    padding: 10px 25px;
  }
  .feature-grid {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    align-items: stretch;
    border-radius: 13px;
    padding: 0 0 2px;
    scroll-margin-top: 20px;
  }
  .feature-grid::-webkit-scrollbar {
    display: none;
  }
  .feature-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 18px;
    min-height: 356px;
    scroll-snap-stop: always;
  }
  .plan-card {
    padding: 14px;
  }
  .segmented {
    width: 100%;
    padding: 3px;
  }
  .segmented button {
    font-size: 0.95rem;
    min-height: 40px;
    padding: 8px 10px;
  }
  .card-caption {
    display: none;
  }
  .plan-preview {
    margin-top: 12px;
    padding: 16px 12px 11px;
  }
  .plan-heading {
    margin-bottom: 20px;
  }
  .plan-heading h3 {
    font-size: 1.35rem;
  }
  .plan-heading p {
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .plan-heading p span {
    margin-left: 7px;
  }
  .plan-heading img {
    width: 65px;
    height: 46px;
  }
  .preview-timeline {
    gap: 17px;
  }
  .preview-row {
    gap: 8px;
  }
  .preview-row time {
    width: 33px;
    font-size: 12px;
  }
  .preview-row img {
    height: 37px;
    width: 46px;
  }
  .preview-row h4 {
    font-size: 0.925rem;
    line-height: 1.3;
    margin-bottom: 2px;
  }
  .preview-row p {
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: -0.03em;
  }
  .preview-row i {
    height: 8px;
    width: 8px;
    border-width: 1.5px;
  }
  .preview-row:not(:last-child) i:after {
    height: 49px;
    top: 6px;
    left: 1.5px;
  }
  .demo-note {
    font-size: 12px;
    margin-top: 15px;
  }
  .adjust-card,
  .together-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .feature-card > h3 {
    font-size: 1.3rem;
  }
  .feature-card > p:not(.interaction-status):not(.card-caption) {
    font-size: 0.875rem;
  }
  .adjust-preview {
    margin-top: 20px;
    gap: 11px;
    padding: 12px;
  }
  .adjust-preview > img {
    width: 75px;
    height: 98px;
  }
  .adjust-preview p {
    font-size: 0.8rem;
  }
  .wish-preview {
    margin-top: 20px;
    padding: 12px;
  }
  .wish-place {
    margin-bottom: 22px;
  }
  .wish-options {
    gap: 5px;
  }
  .wish-options button {
    font-size: 12px;
    gap: 4px;
    min-height: 43px;
  }
  .wish-options .icon {
    width: 16px;
    height: 16px;
  }
  .circle-icon {
    height: 13px;
    width: 13px;
  }
  .carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    gap: 0;
  }
  .carousel-dots button {
    width: 28px;
    height: 28px;
    background: transparent;
    position: relative;
  }
  .carousel-dots button:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #b6c1c1;
  }
  .carousel-dots button[aria-pressed="true"]:after {
    background: var(--green);
    box-shadow: 0 0 0 2px #d8ed55;
  }
  .product-story {
    margin-top: 62px;
    padding: 72px 0 78px;
  }
  .story-heading {
    margin-bottom: 34px;
  }
  .story-heading .eyebrow,
  .advantage-heading .eyebrow {
    font-size: 0.78rem;
  }
  .story-heading h2,
  .advantage-heading h2 {
    margin: 15px 0 14px;
    font-size: 2rem;
    line-height: 1.28;
    letter-spacing: -0.04em;
  }
  .story-heading > p,
  .advantage-heading > p {
    font-size: 0.925rem;
    line-height: 1.75;
  }
  .story-list {
    gap: 20px;
  }
  .story-card {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding: 28px 22px 22px;
    border-radius: 22px;
  }
  .story-card:nth-child(even) .story-copy,
  .story-card:nth-child(even) .story-visual {
    order: initial;
  }
  .story-index {
    min-height: 29px;
    font-size: 0.72rem;
  }
  .story-copy h3 {
    margin: 17px 0 13px;
    font-size: 1.55rem;
    line-height: 1.35;
  }
  .story-copy > p {
    font-size: 0.9rem;
    line-height: 1.75;
  }
  .story-points {
    margin-top: 20px;
    gap: 10px;
    font-size: 0.83rem;
  }
  .story-visual {
    min-height: 320px;
    padding: 17px;
    border-radius: 18px;
  }
  .visual-top,
  .visual-day,
  .decision-head {
    margin-bottom: 15px;
    font-size: 0.78rem;
  }
  .visual-top b,
  .visual-day span,
  .decision-head b {
    font-size: 0.64rem;
  }
  .chat-bubble {
    width: 93%;
    padding: 15px;
    font-size: 0.8rem;
  }
  .understanding-card {
    padding: 15px;
  }
  .visual-line {
    grid-template-columns: 38px 10px 1fr;
    gap: 8px;
    padding: 12px 10px;
  }
  .visual-line em {
    display: none;
  }
  .visual-line small {
    font-size: 0.62rem;
  }
  .decision-item {
    padding: 17px 14px;
  }
  .map-visual {
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 340px;
    padding: 11px;
  }
  .map-canvas {
    min-height: 318px;
  }
  .route-line {
    left: 42px;
    width: 82px;
  }
  .map-pin.one {
    left: 35px;
  }
  .map-pin.two {
    right: 27px;
  }
  .map-pin.three {
    left: 50px;
  }
  .map-list > span {
    display: block;
    padding: 10px 7px;
  }
  .map-list i {
    margin-bottom: 7px;
  }
  .map-list b,
  .map-list small {
    display: block;
  }
  .map-list b {
    font-size: 0.68rem;
  }
  .advantages {
    padding: 76px 0 72px;
  }
  .advantages::before {
    width: 240px;
    height: 240px;
  }
  .advantage-heading {
    margin-bottom: 36px;
  }
  .advantage-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .advantage-grid article {
    min-height: 0;
    padding: 23px;
  }
  .advantage-grid article > .icon {
    margin-bottom: 27px;
  }
  .advantage-grid h3 {
    font-size: 1.05rem;
  }
  .advantage-grid p {
    font-size: 0.84rem;
  }
  .truth-strip {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 20px;
  }
  .truth-strip > div {
    padding: 17px 0;
  }
  .truth-strip > div + div {
    border-top: 1px solid #6680213d;
    border-left: 0;
  }
  html.js [data-reveal="hero-product"].is-visible {
    transform: none;
  }
  html.js [data-reveal="image-left"],
  html.js [data-reveal="story-left"] {
    transform: translate3d(-28px, 0, 0);
  }
  html.js [data-reveal="copy-right"],
  html.js [data-reveal="card-right"],
  html.js [data-reveal="story-right"] {
    transform: translate3d(28px, 0, 0);
  }
  html.js [data-reveal].is-visible {
    transform: none;
  }
  .guide {
    display: block;
    padding: 15px 0 21px;
  }
  .guide-heading h2 {
    font-size: 1.65rem;
    margin-bottom: 10px;
  }
  .guide-heading p {
    display: none;
  }
  .steps {
    display: grid;
    gap: 22px;
    margin-top: 25px;
  }
  .steps li {
    border: 0;
    padding: 0;
    gap: 19px;
    align-items: flex-start;
    position: relative;
  }
  .step-number {
    font-size: 1.1rem;
    min-width: 28px;
  }
  .steps .icon {
    width: 21px;
    height: 21px;
  }
  .steps h3 {
    font-size: 0.925rem;
    margin: 0 0 3px;
  }
  .steps p {
    font-size: 0.8rem;
  }
  .steps li:not(:last-child):before {
    content: "";
    position: absolute;
    left: 39px;
    top: 31px;
    height: 28px;
    width: 1px;
    background: #dce7dc;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 24px;
  }
  .faq summary {
    padding: 17px 18px;
    font-size: 0.875rem;
    min-height: 55px;
  }
  .faq details > p {
    padding: 0 18px 17px;
    font-size: 0.875rem;
  }
  .footer {
    padding: 24px 0 18px;
  }
  .footer-top {
    gap: 12px;
    padding-bottom: 23px;
    align-items: center;
  }
  .footer-top h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .footer-top p {
    font-size: 12px;
    margin-top: 7px;
  }
  .footer-launch {
    padding: 0;
    border: 0;
    gap: 0;
    min-height: 0;
    flex-shrink: 0;
  }
  .footer-app-icon {
    padding: 9px;
    border-radius: 9px;
  }
  .footer-app-icon img {
    width: 55px;
    height: 55px;
  }
  .footer-launch > span:not(.footer-app-icon),
  .footer-launch > .icon {
    display: none;
  }
  .footer-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 22px;
  }
  .footer-brand {
    display: none;
  }
  .footer-group {
    border-bottom: 1px solid #ffffff29;
  }
  .footer-group summary {
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 0.95rem;
    font-weight: 500;
  }
  .footer-group summary > .icon {
    display: block;
    height: 18px;
    width: 18px;
    transition: transform 0.18s;
  }
  .footer-group[open] summary > .icon {
    transform: rotate(180deg);
  }
  .footer-group div {
    gap: 0;
    padding: 0 0 8px;
  }
  .footer-group div > a,
  .footer-group div > button {
    min-height: 42px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }
  .footer-bottom {
    font-size: 11px;
    gap: 5px;
    align-items: flex-start;
  }
  .footer-bottom > div {
    gap: 7px;
    row-gap: 10px;
  }
  .footer-bottom button {
    padding-left: 7px;
  }
  .modal {
    padding: 35px 23px;
  }
  .modal h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 359px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-copy h1 {
    font-size: 1.75rem;
  }
  .hero-copy {
    margin-top: 30px;
  }
  .hero {
    height: 690px;
  }
  .launch-card {
    width: calc(100% - 36px);
  }
  .section-heading h2 {
    font-size: 1.4rem;
  }
  .intro-copy h3 {
    font-size: 1.25rem;
  }
  .preview-row {
    gap: 6px;
  }
  .preview-row img {
    width: 37px;
  }
  .preview-row p {
    font-size: 12px;
  }
  .feature-card {
    padding: 12px;
  }
  .plan-preview {
    padding: 14px 10px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
