.lifting-landing {
  --lifting-ink: #251c24;
  --lifting-rose: #d98da4;
  --lifting-rose-deep: #b75f7f;
  --lifting-blush: #f6dbe4;
  --lifting-champagne: #fbf2ea;
  --lifting-gold: #d7aa74;
  --lifting-line: rgba(102, 58, 77, 0.12);
  background:
    radial-gradient(circle at 10% 8%, rgba(222, 171, 189, 0.44), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(242, 224, 199, 0.36), transparent 20%),
    linear-gradient(180deg, #fff9fb 0%, #fffdfb 46%, #fcf6ef 100%);
}

.lifting-shell {
  max-width: 1280px;
}

.lifting-header {
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 58px rgba(156, 105, 127, 0.15);
}

.lifting-landing .eyebrow {
  color: var(--lifting-rose-deep);
}

.lifting-landing .btn-solid {
  background: linear-gradient(135deg, var(--lifting-rose-deep), #d08971);
  box-shadow: 0 16px 38px rgba(183, 95, 127, 0.24);
}

.lifting-landing .btn-ghost {
  background: rgba(255, 255, 255, 0.82);
}

.lifting-hero,
.lifting-proof,
.lifting-details,
.lifting-audience,
.lifting-arrival,
.lifting-paths,
.lifting-faq,
.lifting-footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 248, 0.98));
  border: 1px solid rgba(188, 150, 167, 0.16);
  box-shadow: 0 32px 72px rgba(148, 110, 129, 0.14);
  border-radius: 38px;
}

.lifting-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 38px;
  padding: 46px;
}

.lifting-hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(2.35rem, 4.35vw, 4.2rem);
  line-height: 1.04;
}

html[lang="ja"] .lifting-hero-copy h1,
html[lang="zh-CN"] .lifting-hero-copy h1,
html[lang="zh-Hant"] .lifting-hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.1rem, 3.9vw, 3.7rem);
  line-height: 1.08;
}

.lifting-bullets li::before {
  background: linear-gradient(135deg, var(--lifting-rose-deep), var(--lifting-gold));
}

.lifting-hero-visual {
  position: relative;
  min-height: 550px;
  border-radius: 34px;
  padding: 28px;
  background:
    radial-gradient(circle at 12% 82%, rgba(248, 236, 226, 0.98), transparent 26%),
    radial-gradient(circle at 98% 0%, rgba(243, 209, 221, 0.74), transparent 21%),
    linear-gradient(135deg, #fffefd 0%, #fdf4f6 48%, #fff7ef 100%);
  border: 1px solid var(--lifting-line);
  overflow: hidden;
}

.lifting-stage {
  position: absolute;
  inset: 44px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 22px;
  padding: 28px 26px 24px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 245, 0.94));
  border: 1px solid rgba(205, 173, 186, 0.24);
  box-shadow: 0 30px 70px rgba(152, 114, 134, 0.18);
}

.lifting-stage__tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(183, 95, 127, 0.08);
  color: var(--lifting-rose-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lifting-stage__panel {
  display: grid;
  align-content: start;
  gap: 18px;
}

.lifting-stage__signal {
  width: 136px;
  height: 136px;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(245, 222, 231, 0.9), rgba(255, 243, 234, 0.88));
  box-shadow: 0 24px 56px rgba(223, 188, 202, 0.3);
  position: relative;
  display: block;
  overflow: hidden;
}

.lifting-stage__signal span {
  position: absolute;
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lifting-rose-deep), #e0a478);
  box-shadow: 0 10px 18px rgba(191, 124, 150, 0.16);
}

.lifting-stage__signal span:nth-child(1) {
  width: 72px;
  left: 28px;
  top: 34px;
  transform: rotate(-18deg);
}

.lifting-stage__signal span:nth-child(2) {
  width: 90px;
  left: 22px;
  top: 58px;
  transform: rotate(-8deg);
}

.lifting-stage__signal span:nth-child(3) {
  width: 58px;
  left: 40px;
  top: 84px;
  transform: rotate(-14deg);
}

.lifting-stage__signal::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 28px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.95) 0 18%, transparent 19%),
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,245,238,0.86));
  border: 1px solid rgba(198, 151, 166, 0.34);
  box-shadow: 0 10px 22px rgba(206, 164, 178, 0.26);
}

.lifting-stage__panel strong {
  font-size: clamp(1.72rem, 2.45vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--lifting-ink);
  word-break: keep-all;
  text-wrap: balance;
}

html[lang="ja"] .lifting-stage__panel strong,
html[lang="zh-CN"] .lifting-stage__panel strong,
html[lang="zh-Hant"] .lifting-stage__panel strong {
  font-size: clamp(1.34rem, 1.84vw, 1.96rem);
  line-height: 1.16;
  max-width: 12ch;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.lifting-stage__panel p {
  margin: 0;
  color: #665f6c;
  line-height: 1.78;
  word-break: keep-all;
  margin-bottom: 18px;
}

html[lang="ja"] .lifting-stage__panel p,
html[lang="zh-CN"] .lifting-stage__panel p,
html[lang="zh-Hant"] .lifting-stage__panel p {
  font-size: 0.98rem;
  line-height: 1.7;
}

.lifting-stage__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  margin-top: 6px;
}

.lifting-stage__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 15px;
  background: rgba(255, 250, 247, 0.98);
  border: 1px solid rgba(209, 180, 168, 0.24);
  color: #3f3a45;
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.28;
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

html[lang="en"] .lifting-stage__chips span,
html[lang="de"] .lifting-stage__chips span,
html[lang="fr"] .lifting-stage__chips span,
html[lang="es"] .lifting-stage__chips span,
html[lang="pt"] .lifting-stage__chips span,
html[lang="vi"] .lifting-stage__chips span,
html[lang="id"] .lifting-stage__chips span,
html[lang="ms"] .lifting-stage__chips span {
  font-size: 0.82rem;
  line-height: 1.22;
  padding-inline: 9px;
}

.lifting-proof,
.lifting-details,
.lifting-audience,
.lifting-arrival,
.lifting-paths,
.lifting-faq {
  margin-top: 26px;
  padding: 36px;
}

.lifting-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.lifting-gallery-card {
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 245, 0.98));
  border: 1px solid rgba(188, 150, 167, 0.16);
  box-shadow: 0 28px 60px rgba(148, 110, 129, 0.12);
  padding: 12px;
}

.lifting-gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.lifting-proof__intro,
.lifting-details__copy,
.lifting-audience__intro,
.lifting-arrival__intro {
  max-width: 860px;
}

.lifting-proof__grid,
.lifting-details__grid,
.lifting-audience__grid,
.lifting-arrival__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.lifting-details__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lifting-card {
  padding: 24px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(188, 154, 168, 0.16);
}

.lifting-card h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
  color: var(--lifting-ink);
}

.lifting-card p {
  margin: 0;
  line-height: 1.74;
  color: #676171;
}

.lifting-card--indexed {
  position: relative;
  padding-top: 58px;
}

.lifting-index {
  position: absolute;
  top: 18px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(183, 95, 127, 0.08);
  color: var(--lifting-rose-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lifting-paths .path-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 244, 0.94));
  border: 1px solid rgba(189, 155, 169, 0.16);
}

.lifting-faq .faq-item {
  border-color: rgba(184, 149, 165, 0.14);
}

.lifting-footer {
  margin-top: 26px;
}

@media (max-width: 1100px) {
  .lifting-hero {
    grid-template-columns: 1fr;
  }

  .lifting-proof__grid,
  .lifting-details__grid,
  .lifting-audience__grid,
  .lifting-arrival__grid,
  .lifting-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .lifting-header {
    top: 8px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 26px;
  }

  .lifting-header nav {
    display: none;
  }

  .lifting-header .seo-header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .lifting-header .btn {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.92rem;
  }

  .lifting-hero,
  .lifting-proof,
  .lifting-details,
  .lifting-audience,
  .lifting-arrival,
  .lifting-paths,
  .lifting-faq {
    padding: 22px;
  }

  .lifting-gallery {
    gap: 14px;
    margin-top: 18px;
  }

  .lifting-gallery-card {
    border-radius: 24px;
  }

  .lifting-hero {
    gap: 20px;
  }

  .lifting-hero-copy .eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .lifting-hero-visual {
    min-height: 0;
    height: auto;
    padding: 14px;
    border-radius: 26px;
  }

  .lifting-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 7.2vw, 2.55rem);
    line-height: 1.08;
  }

  .lifting-hero-copy .lead {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .lifting-hero-copy .seo-hero-actions {
    gap: 8px;
    margin-top: 18px;
  }

  .lifting-hero-copy .seo-hero-actions .btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }

  .lifting-bullets {
    gap: 8px;
    margin-top: 18px;
  }

  .lifting-bullets li {
    padding-left: 18px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .lifting-stage {
    position: relative;
    inset: auto;
    gap: 14px;
    padding: 18px 16px 16px;
    border-radius: 24px;
  }

  .lifting-stage__tag {
    padding: 8px 12px;
    font-size: 0.74rem;
  }

  .lifting-stage__panel {
    gap: 12px;
  }

  .lifting-stage__signal {
    width: 96px;
    height: 96px;
    border-radius: 26px;
  }

  .lifting-stage__signal span {
    height: 8px;
  }

  .lifting-stage__signal span:nth-child(1) {
    width: 52px;
    left: 20px;
    top: 24px;
  }

  .lifting-stage__signal span:nth-child(2) {
    width: 64px;
    left: 16px;
    top: 42px;
  }

  .lifting-stage__signal span:nth-child(3) {
    width: 42px;
    left: 28px;
    top: 60px;
  }

  .lifting-stage__signal::after {
    right: 16px;
    top: 18px;
    width: 20px;
    height: 20px;
  }

  .lifting-stage__panel strong {
    font-size: 1.58rem;
    line-height: 1.12;
  }

  .lifting-stage__panel p {
    font-size: 0.92rem;
    line-height: 1.58;
    margin-bottom: 14px;
  }

  .lifting-stage__chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
  }

  html[lang="ja"] .lifting-stage__chips,
  html[lang="zh-CN"] .lifting-stage__chips,
  html[lang="zh-Hant"] .lifting-stage__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[lang="ja"] .lifting-stage__chips span:last-child,
  html[lang="zh-CN"] .lifting-stage__chips span:last-child,
  html[lang="zh-Hant"] .lifting-stage__chips span:last-child {
    grid-column: 1 / -1;
  }

  .lifting-stage__chips span {
    min-height: 46px;
    padding: 8px 6px;
    font-size: 0.76rem;
    line-height: 1.14;
    border-radius: 13px;
  }

  html[lang="en"] .lifting-stage__chips span,
  html[lang="de"] .lifting-stage__chips span,
  html[lang="fr"] .lifting-stage__chips span,
  html[lang="es"] .lifting-stage__chips span,
  html[lang="pt"] .lifting-stage__chips span,
  html[lang="vi"] .lifting-stage__chips span,
  html[lang="id"] .lifting-stage__chips span,
  html[lang="ms"] .lifting-stage__chips span {
    font-size: 0.7rem;
    line-height: 1.1;
    padding-inline: 5px;
  }

  html[lang="zh-CN"] .lifting-stage__chips span,
  html[lang="zh-Hant"] .lifting-stage__chips span,
  html[lang="ja"] .lifting-stage__chips span,
  html[lang="ko"] .lifting-stage__chips span {
    font-size: 0.74rem;
    line-height: 1.12;
    padding-inline: 6px;
  }

  .lifting-proof,
  .lifting-details,
  .lifting-audience,
  .lifting-arrival,
  .lifting-paths,
  .lifting-faq,
  .lifting-footer {
    border-radius: 28px;
  }

  .lifting-proof h2,
  .lifting-details h2,
  .lifting-audience h2,
  .lifting-arrival h2,
  .lifting-paths h2,
  .lifting-faq h2,
  .lifting-footer h2 {
    max-width: 100%;
    font-size: clamp(1.6rem, 6vw, 2rem);
    line-height: 1.14;
  }

  .lifting-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .lifting-card h3 {
    font-size: 1.02rem;
  }

  .lifting-card p,
  .lifting-paths .path-card p,
  .lifting-faq .faq-answer {
    font-size: 0.94rem;
    line-height: 1.62;
  }
}
