.hero {
  min-height: 100vh;
  height: 100vh;
  padding: 130px clamp(26px, 10vw, 170px) 70px;
  display: grid;
  grid-template-columns: minmax(400px, .68fr) minmax(780px, 1.32fr);
  align-items: center;
  gap: clamp(32px, 3vw, 56px);
  color: #151318;
  background:
    radial-gradient(circle at 76% 34%, rgba(149, 125, 173, .13), transparent 25%),
    radial-gradient(circle at 13% 90%, rgba(224, 215, 230, .42), transparent 30%),
    #fafafa;
  overflow: hidden;
}

/* 3DGS Web renderer — immersive live product surface. */
.renderer-engine {
  --renderer-accent: #b9a0cf;
  --renderer-accent-strong: #cfb8e2;
  --renderer-ink: #f7f4f9;
  --renderer-muted: rgba(240, 234, 244, .62);
  position: relative;
  min-height: 100vh;
  scroll-margin-top: 108px;
  overflow: hidden;
  padding: clamp(108px, 11vh, 150px) clamp(28px, 7vw, 110px) clamp(168px, 17vh, 220px);
  color: var(--renderer-ink);
  background:
    radial-gradient(circle at 78% 5%, rgba(149, 125, 173, .34), transparent 28%),
    radial-gradient(circle at 9% 78%, rgba(87, 58, 104, .2), transparent 28%),
    linear-gradient(155deg, #09090b 0%, #120f16 50%, #1c1321 100%);
}

.renderer-engine::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

.renderer-engine::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #090a0a 96%);
}

.renderer-shell {
  position: relative;
  z-index: 1;
  width: min(1480px, 100%);
  margin: 0 auto;
}

.renderer-heading {
  display: grid;
  grid-template-columns: minmax(560px, 1.15fr) minmax(360px, .62fr);
  gap: clamp(64px, 9vw, 142px);
  align-items: end;
}

.renderer-kicker {
  margin: 0 0 23px;
  color: var(--renderer-accent-strong);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .2em;
}

.renderer-heading h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 4.45vw, 72px);
  font-weight: 520;
  line-height: 1.02;
  letter-spacing: -.06em;
}

.renderer-heading h2 em {
  color: var(--renderer-accent-strong);
  font-style: normal;
  font-weight: 520;
}

.renderer-intro {
  max-width: 520px;
  padding-bottom: 4px;
}

.renderer-intro strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: -.02em;
}

.renderer-intro p {
  margin: 17px 0 0;
  color: var(--renderer-muted);
  font-size: 15px;
  line-height: 1.82;
}

.renderer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  margin-top: 27px;
}

.renderer-action-primary,
.renderer-action-secondary {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.renderer-action-primary {
  gap: 10px;
  padding: 0 19px;
  color: #17121b;
  background: #f7f4f9;
}

.renderer-action-primary span { color: #765a8c; font-size: 15px; }
.renderer-action-primary:hover { color: #17121b; background: #fff; transform: translateY(-1px); }
.renderer-action-secondary { color: rgba(255, 255, 255, .82); }
.renderer-action-secondary:hover { color: #fff; }

.renderer-stage {
  position: relative;
  margin-top: clamp(68px, 9vh, 108px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: #09090b;
  box-shadow: 0 44px 120px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.renderer-stage-topbar {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(175px, 1fr) auto minmax(175px, 1fr);
  gap: 20px;
  align-items: center;
  padding: 11px 18px 11px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(18, 16, 21, .96);
}

.renderer-live-mark {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: #fff;
}

.renderer-live-mark > span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #a98bc0;
  box-shadow: 0 0 0 5px rgba(169, 139, 192, .1), 0 0 18px rgba(185, 160, 207, .72);
}

.renderer-live-mark strong { font-size: 11px; letter-spacing: .12em; }
.renderer-live-mark small { color: rgba(255, 255, 255, .35); font-size: 9px; letter-spacing: .14em; }

.renderer-scene-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(62px, 1fr));
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
}

.renderer-scene-tabs button {
  min-height: 34px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, .48);
  background: transparent;
  appearance: none;
  cursor: pointer;
  font: 650 12px/1 Arial, "Microsoft YaHei", sans-serif;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.renderer-scene-tabs button:hover { color: rgba(255, 255, 255, .82); }
.renderer-scene-tabs button.is-active { color: #1b1520; background: #eee8f2; box-shadow: 0 4px 12px rgba(0, 0, 0, .22); }

.renderer-fullscreen {
  min-height: 38px;
  justify-self: end;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  background: transparent;
  appearance: none;
  cursor: pointer;
  font: 650 11px/1 Arial, "Microsoft YaHei", sans-serif;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.renderer-fullscreen:hover { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .05); }
.renderer-fullscreen-exit { display: none; }
.renderer-stage:fullscreen .renderer-fullscreen-enter { display: none; }
.renderer-stage:fullscreen .renderer-fullscreen-exit { display: inline; }

.renderer-scene-tabs button:focus-visible,
.renderer-fullscreen:focus-visible,
.renderer-action-primary:focus-visible,
.renderer-action-secondary:focus-visible {
  outline: 2px solid var(--renderer-accent-strong);
  outline-offset: 3px;
}

.renderer-workspace {
  display: block;
  min-height: 0;
}

.renderer-canvas {
  position: relative;
  height: clamp(560px, 55vw, 720px);
  min-width: 0;
  overflow: hidden;
  background: #050506;
}

.renderer-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 80px rgba(3, 3, 4, .36);
}

.renderer-model-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #050506;
  opacity: 1;
  transition: opacity .18s ease;
}

.renderer-stage.is-loading .renderer-model-frame { opacity: .34; }

.renderer-canvas-hint {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .66);
  background: rgba(11, 10, 13, .56);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .04em;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.renderer-canvas-hint i { width: 3px; height: 3px; border-radius: 50%; background: var(--renderer-accent); }
.renderer-canvas-hint.is-hidden { opacity: 0; transform: translate(-50%, 7px); }

.renderer-info-rail {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
  min-height: 128px;
  padding: 24px clamp(24px, 3vw, 42px);
  border-top: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 100% 0, rgba(149, 125, 173, .12), transparent 45%),
    #111014;
}

.renderer-inspector-copy > span,
.renderer-delivery-note > span {
  color: var(--renderer-accent);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .17em;
}

.renderer-inspector-copy h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -.045em;
}

.renderer-inspector-copy p {
  max-width: 570px;
  margin: 10px 0 0;
  color: rgba(244, 239, 247, .56);
  font-size: 12px;
  line-height: 1.65;
}

.renderer-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.renderer-specs div {
  min-width: 0;
  display: block;
  padding: 4px clamp(16px, 2vw, 28px);
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.renderer-specs dt { color: rgba(255, 255, 255, .34); font-size: 9px; letter-spacing: .06em; }
.renderer-specs dd { margin: 9px 0 0; color: rgba(255, 255, 255, .78); font-size: 11px; font-weight: 650; white-space: nowrap; }

.renderer-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(58px, 7vh, 82px);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.renderer-capabilities article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 22px;
  min-height: 170px;
  padding: 28px clamp(24px, 3vw, 44px) 16px 0;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.renderer-capabilities article + article { padding-left: clamp(24px, 3vw, 44px); }
.renderer-capabilities article:last-child { padding-right: 0; border-right: 0; }
.renderer-capabilities article > span { color: var(--renderer-accent); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.renderer-capabilities h3 { margin: -3px 0 0; color: #fff; font-size: 19px; font-weight: 590; line-height: 1.3; letter-spacing: -.03em; }
.renderer-capabilities p { max-width: 340px; margin: 12px 0 0; color: rgba(240, 234, 244, .5); font-size: 13px; line-height: 1.75; }

.renderer-stage:fullscreen {
  width: 100vw;
  height: 100vh;
  border: 0;
  border-radius: 0;
  background: #09090b;
}

.renderer-stage:fullscreen .renderer-workspace { height: calc(100vh - 68px); min-height: 0; }
.renderer-stage:fullscreen .renderer-canvas { height: calc(100vh - 196px); }
.renderer-stage:fullscreen .renderer-model-frame { min-height: 0; }

@media (max-width: 1080px) {
  .renderer-heading { grid-template-columns: 1fr; gap: 38px; align-items: start; }
  .renderer-intro { max-width: 660px; }
  .renderer-stage-topbar { grid-template-columns: minmax(145px, 1fr) auto minmax(145px, 1fr); }
  .renderer-canvas { height: clamp(520px, 62vw, 650px); }
  .renderer-info-rail { grid-template-columns: minmax(300px, .85fr) minmax(440px, 1.15fr); gap: 36px; }
}

@media (max-width: 780px) {
  .renderer-engine { min-height: auto; padding: 90px 24px 150px; }
  .renderer-engine::after { height: 110px; }
  .renderer-heading h2 { font-size: clamp(40px, 11vw, 52px); }
  .renderer-intro strong { font-size: 17px; }
  .renderer-stage { margin-top: 58px; border-radius: 20px; }
  .renderer-stage-topbar { grid-template-columns: 1fr auto; gap: 12px; padding: 13px 14px; }
  .renderer-live-mark small { display: none; }
  .renderer-scene-tabs { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .renderer-scene-tabs button { padding: 0 10px; }
  .renderer-fullscreen { grid-column: 2; grid-row: 1; }
  .renderer-workspace { min-height: 0; }
  .renderer-canvas { height: auto; aspect-ratio: 4 / 3; }
  .renderer-model-frame { min-height: 0; }
  .renderer-info-rail { grid-template-columns: 1fr; gap: 24px; padding: 27px 24px 24px; }
  .renderer-inspector-copy p { max-width: 560px; }
  .renderer-specs { border-top: 1px solid rgba(255, 255, 255, .08); }
  .renderer-specs div { padding: 18px 12px 0; border-left: 0; }
  .renderer-specs div + div { border-left: 1px solid rgba(255, 255, 255, .08); }
  .renderer-capabilities { grid-template-columns: 1fr; margin-top: 54px; }
  .renderer-capabilities article,
  .renderer-capabilities article + article { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .renderer-capabilities article:last-child { border-bottom: 0; }
  .renderer-capabilities p { max-width: none; }
}

@media (max-width: 460px) {
  .renderer-heading h2 br { display: none; }
  .renderer-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .renderer-action-primary { width: 100%; }
  .renderer-live-mark strong { font-size: 10px; }
  .renderer-fullscreen { padding: 0 13px; }
  .renderer-canvas { aspect-ratio: 1 / 1; }
  .renderer-canvas-hint { bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .renderer-model-frame,
  .renderer-canvas-hint,
  .renderer-action-primary,
  .renderer-action-secondary,
  .renderer-scene-tabs button,
  .renderer-fullscreen { transition: none; }
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 65vw;
  height: 135%;
  opacity: .68;
  background:
    linear-gradient(110deg, transparent 12%, rgba(181, 173, 194, .34) 12.2%, transparent 12.7%, transparent 34%, rgba(221, 218, 227, .68) 34.3%, transparent 35%),
    linear-gradient(110deg, transparent 50%, rgba(149, 125, 173, .18) 50.2%, transparent 50.8%);
  transform: rotate(-25deg);
}

.hero::before { left: -33vw; top: -38%; }
.hero::after {
  right: -48vw;
  bottom: -62%;
  transform: rotate(28deg);
  background:
    radial-gradient(rgba(149, 125, 173, .45) 1px, transparent 1.2px) 0 0 / 15px 15px,
    linear-gradient(110deg, transparent 12%, rgba(181, 173, 194, .34) 12.2%, transparent 12.7%, transparent 34%, rgba(221, 218, 227, .68) 34.3%, transparent 35%),
    linear-gradient(110deg, transparent 50%, rgba(149, 125, 173, .18) 50.2%, transparent 50.8%);
  mask-image: linear-gradient(90deg, transparent 5%, #000 32%, #000 72%, transparent 96%);
}

.hero-content { z-index: 1; max-width: 540px; padding: 0; }
.hero .eyebrow { color: #8c8a90; font-size: 12px; letter-spacing: .11em; margin-bottom: 23px; }
.hero .eyebrow::before { width: 6px; height: 6px; margin: 0 9px 1px 0; border-radius: 50%; background: #a7a3ad; }
.hero h1 { display: flex; flex-direction: column; gap: 17px; margin: 0; color: #151318; font-family: Arial, "Microsoft YaHei", sans-serif; font-size: clamp(42px, 4vw, 66px); line-height: 1.04; letter-spacing: -.055em; font-weight: 700; }
.hero h1 .hero-product-name { color: #957DAD; font-size: 1em; letter-spacing: -.055em; font-weight: 700; }
.hero h1 span:last-child { color: #4f4a55; font-size: clamp(22px, 1.75vw, 28px); font-weight: 600; letter-spacing: -.04em; line-height: 1.25; white-space: nowrap; }
.hero h1 span:last-child em { font-style: italic; font-weight: 650; letter-spacing: -.045em; }
.hero-copy { max-width: 500px; margin: 30px 0 32px; color: #5c5961; font-size: 16px; line-height: 1.72; }
.hero-metrics { display: grid; grid-template-columns: 190px 180px 148px; align-items: center; margin: 34px 0 32px; color: #4f4a55; }
.hero-metric { min-height: 56px; display: flex; align-items: center; gap: 7px; padding: 0 10px; border-left: 1px solid #d5d1d8; }
.hero-metric:first-child { padding-left: 0; border-left: 0; }
.hero-metric > div:last-child { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.hero-metric strong { color: #3f3a45; font-size: 13px; line-height: 1.15; white-space: nowrap; }
.hero-metric-feature strong { font-size: 14px; }
.hero-metric small { display: block; color: #88828e; font-size: 9px; line-height: 1.25; white-space: nowrap; }
.metric-icon { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; color: #51475b; border: 1.35px solid rgba(81, 71, 91, .72); border-radius: 50%; background: rgba(149, 125, 173, .08); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76), 0 3px 10px rgba(65, 50, 76, .05); box-sizing: border-box; }
.metric-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.metric-number { color: #151318 !important; font-size: 36px !important; letter-spacing: -.055em; }
.metric-number small { display: inline; margin-left: 4px; color: #5d5864; font-size: 13px; letter-spacing: 0; }
.hero-actions .button-light { color: #fff; background: #151318; border-radius: 12px; }
.hero-actions .button-light:hover { background: #2b2531; }
.hero-actions .button-outline { color: #302d34; border-color: #a7a3ad; border-radius: 12px; }

.hero-product-visual { position: relative; z-index: 1; width: 100%; min-height: 552px; padding: 8px; border-radius: 19px; background: linear-gradient(140deg, #2b2a2e, #151519 60%, #272329); box-shadow: 0 30px 70px rgba(20, 16, 24, .18), inset 0 1px 0 rgba(255, 255, 255, .12); overflow: visible; }
.hero-product-visual::after { content: "沉浸式体验  真实场景重建"; position: absolute; right: 10px; bottom: -34px; color: #6f6878; font-size: 14px; font-weight: 500; letter-spacing: .12em; white-space: nowrap; }
.capabilities { grid-template-columns: repeat(3, 1fr); }
.capabilities { position: relative; }
.capabilities::before { content: ""; position: absolute; left: clamp(24px, 8vw, 130px); right: clamp(24px, 8vw, 130px); top: 0; height: 1px; background: rgba(149, 125, 173, .2); transform: scaleX(.15); transform-origin: left; transition: transform 1.1s cubic-bezier(.2, .75, .25, 1); }
.capabilities.is-visible::before { transform: scaleX(1); }
.capability { margin-right: 22px; padding-right: 22px; }
.capability:last-child { margin-right: 0; padding-right: 0; }
.capability { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .25, 1), box-shadow .25s ease, background .25s ease; }
.capability.is-visible { opacity: 1; transform: translateY(0); }
.capability:nth-child(2) { transition-delay: .1s; }
.capability:nth-child(3) { transition-delay: .2s; }
.capability:nth-child(4) { transition-delay: .3s; }
.capability:nth-child(5) { transition-delay: .4s; }
.capability:hover { background: rgba(255, 255, 255, .5); box-shadow: 0 16px 34px rgba(48, 37, 58, .08); }
.capability-number { display: flex; align-items: center; justify-content: space-between; }
.capability-number::after { width: 30px; height: 30px; display: grid; place-items: center; color: #957DAD; border: 1px solid rgba(149, 125, 173, .52); border-radius: 9px; font-size: 17px; font-weight: 400; line-height: 1; }
.intro { background: #151318; color: #fff; }
.intro-grid { border-top-color: rgba(255, 255, 255, .16); }
.intro h2 { color: #fff; font-size: clamp(30px, 3.1vw, 50px); line-height: 1; white-space: nowrap; letter-spacing: -.045em; }
.intro h2 em { color: #fff; font-style: italic; font-weight: 500; }
.capability:nth-child(1) .capability-number::after { content: "⌁"; }
.capability:nth-child(2) .capability-number::after { content: "↗"; }
.capability:nth-child(3) .capability-number::after { content: "≋"; }
.capability:nth-child(4) .capability-number::after { content: "◌"; }
.capability:nth-child(5) .capability-number::after { content: "↻"; }

/* Compact training-principle chapter */
.intro { padding-top: 66px; padding-bottom: 56px; }
.intro-grid { display: block; padding-top: 22px; }
.intro h2 { font-size: clamp(27px, 2.25vw, 36px); line-height: 1.08; letter-spacing: -.035em; }
.capabilities { padding-bottom: 88px; }
.capability { min-height: 224px; padding-top: 20px; padding-bottom: 24px; }
.capability h3 { margin: 34px 0 10px; font-size: 24px; line-height: 1.24; }
.capability p { font-size: 14px; line-height: 1.65; }
.capability-number::after { display: none !important; content: none !important; }

/* One-screen platform principles: title and all five points close as a single chapter. */
@media (min-width: 1401px) {
  .intro { min-height: 27vh; padding-top: 0; padding-bottom: 42px; display: flex; align-items: flex-end; }
  .intro-grid { width: 100%; padding-top: 18px; }
  .intro h2 { font-size: clamp(27px, 2vw, 34px); }
  .capabilities { min-height: 73vh; padding-bottom: 0; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-rows: 1fr; }
  .capability { min-height: 0; margin-right: 18px; padding: clamp(42px, 7vh, 82px) 18px 34px 0; }
  .capability h3 { margin-top: 42px; font-size: clamp(19px, 1.35vw, 24px); }
  .capability p { max-width: 280px; }
}

/* This information chapter stays quiet on hover. */
.capability:hover,
.capability:focus-within { background: transparent; box-shadow: none; }
.capability:hover * { color: inherit; }

/* Product overview — mirrors the Teleport automated-pipeline composition. */
.automation-overview {
  min-height: 100vh;
  background: #090a0a;
  color: #f5f5f3;
  display: flex;
  align-items: center;
  padding: clamp(92px, 9vh, 124px) clamp(28px, 7vw, 110px) clamp(72px, 8vh, 104px);
}
.automation-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
}
.automation-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 80px;
}
.automation-header h2 {
  margin: 0;
  font-size: clamp(34px, 2.45vw, 44px);
  line-height: 1.14;
  letter-spacing: -.045em;
  font-weight: 500;
}
.automation-title-en {
  display: inline-block;
  font-size: .82em;
  font-style: italic;
  letter-spacing: -.035em;
  vertical-align: .04em;
  white-space: nowrap;
}
.automation-title-cn {
  display: inline-block;
  font-size: .82em;
  font-style: normal;
  letter-spacing: -.035em;
  vertical-align: .04em;
  white-space: nowrap;
}
.automation-header p {
  width: min(760px, 100%);
  margin: 24px 0 0;
  color: #929795;
  font-size: 17px;
  line-height: 1.65;
}
.automation-cta {
  min-width: 128px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid #353837;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5f5f3;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .2s ease;
}
.automation-cta:hover { border-color: #707472; }
.automation-content {
  display: grid;
  grid-template-columns: minmax(470px, .92fr) minmax(520px, 1.08fr);
  align-items: end;
  gap: clamp(70px, 8vw, 132px);
  margin-top: clamp(64px, 7vh, 88px);
}
.automation-features {
  display: grid;
  gap: 28px;
}
.automation-feature {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.automation-icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: #f0f2ef;
}
.automation-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.automation-feature h3 {
  margin: 0;
  color: #f5f5f3;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -.02em;
  font-weight: 600;
}
.automation-feature p {
  width: min(480px, 100%);
  margin: 10px 0 0;
  color: #929795;
  font-size: 15px;
  line-height: 1.58;
}
.automation-feature,
.automation-feature:hover,
.automation-feature:hover * { background: transparent; box-shadow: none; color: inherit; }
.automation-feature:hover h3 { color: #f5f5f3; }
.automation-feature:hover p { color: #929795; }
.automation-visual {
  position: relative;
  width: 100%;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .88;
}
.automation-visual svg { width: 100%; height: auto; display: block; }
.automation-visual svg { display: none; }
.automation-video-wrap {
  position: relative;
  width: calc(100% - 50px);
  margin-left: 50px;
}
.automation-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 8px solid #17191a;
  border-radius: 20px;
  background: #111313;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.automation-credit {
  position: absolute;
  right: 4px;
  bottom: -25px;
  z-index: 2;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  letter-spacing: .04em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .85);
  pointer-events: none;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .automation-overview { min-height: auto; }
  .automation-content { grid-template-columns: 1fr; }
  .automation-visual { width: min(680px, 100%); min-height: 0; margin: 0 auto; }
}
@media (max-width: 640px) {
  .automation-overview { padding: 86px 24px 70px; }
  .automation-header { grid-template-columns: 1fr; gap: 28px; }
  .automation-header h2 { font-size: 35px; }
  .automation-header p { font-size: 15px; }
  .automation-cta { justify-self: start; }
  .automation-content { margin-top: 56px; gap: 46px; }
  .automation-features { gap: 24px; }
  .automation-feature h3 { font-size: 18px; }
  .automation-feature p { font-size: 14px; }
  .automation-video-wrap { width: 100%; margin-left: 0; }
  .automation-credit { right: 12px; bottom: -23px; font-size: 10px; }
}

/* API overview — the light, integration-focused third page. */
.api-overview {
  min-height: 100vh;
  background: #f7f7f5;
  color: #141315;
  padding: clamp(110px, 10vh, 145px) clamp(28px, 7vw, 110px) clamp(80px, 9vh, 120px);
}
.api-shell { width: min(1280px, 100%); margin: 0 auto; }
.api-heading h2 {
  margin: 0;
  font-size: clamp(44px, 4.3vw, 68px);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 500;
}
.api-heading p {
  margin: 22px 0 0;
  color: #6b6870;
  font-size: 18px;
  line-height: 1.6;
}
.api-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px;
  margin-top: clamp(62px, 7vh, 90px);
}
.api-feature-icon { width: 24px; height: 24px; display: block; color: #4d4852; margin-bottom: 16px; }
.api-feature-icon svg { width: 100%; height: 100%; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.api-feature h3 { margin: 0; font-size: 23px; line-height: 1.35; letter-spacing: -.035em; font-weight: 600; }
.api-feature p { margin: 12px 0 0; max-width: 330px; color: #68656b; font-size: 16px; line-height: 1.65; }
.api-showcase {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  gap: clamp(65px, 9vw, 138px);
  align-items: center;
  margin-top: clamp(88px, 10vh, 140px);
}
.api-kicker { color: #8f7aa1; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.api-showcase-copy h2 { margin: 22px 0 0; font-size: clamp(43px, 4.3vw, 68px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }
.api-showcase-copy h2 em { font-style: italic; font-weight: 400; }
.api-showcase-copy p { max-width: 470px; margin: 28px 0 0; color: #68656b; font-size: 16px; line-height: 1.7; }
.api-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; color: #161419; font-size: 15px; font-weight: 700; }
.api-link span { color: #957DAD; font-size: 20px; transition: transform .2s ease; }
.api-link:hover span { transform: translate(3px, -3px); }
.api-showcase-media { width: 100%; padding: 8px; border-radius: 20px; background: #1b1b1d; box-shadow: 0 22px 52px rgba(30, 27, 34, .16); }
.api-showcase-media video { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 13px; }
@media (max-width: 1050px) {
  .api-showcase { grid-template-columns: 1fr; gap: 50px; }
  .api-showcase-media { width: min(760px, 100%); }
}
@media (max-width: 640px) {
  .api-overview { padding: 88px 24px 72px; }
  .api-heading h2 { font-size: 44px; }
  .api-heading p { font-size: 16px; }
  .api-features { grid-template-columns: 1fr; gap: 38px; margin-top: 56px; }
  .api-feature p { max-width: none; }
  .api-showcase { margin-top: 72px; }
  .api-showcase-copy h2 { font-size: 46px; }
}

/* API page refinement: primary message sits in the upper-right; no media panel. */
.api-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 10vw, 160px);
  align-items: start;
}
.api-heading-intro h2 { margin: 22px 0 0; font-size: clamp(40px, 4vw, 62px); line-height: 1.02; letter-spacing: -.06em; font-weight: 500; }
.api-heading-primary { padding-top: 2px; }
.api-heading-primary h2 { font-size: clamp(38px, 3.2vw, 52px); }
.api-heading-primary p { max-width: 620px; margin-top: 20px; }
.api-heading-primary .api-link { margin-top: 24px; }
.api-features { margin-top: clamp(76px, 9vh, 112px); gap: 46px; }
.api-feature { padding-top: 24px; border-top: 1px solid rgba(20, 19, 21, .18); }
.api-feature-icon { color: #957DAD; margin-bottom: 20px; }
.api-feature h3 { font-size: 21px; }
.api-flow-note { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); margin-top: clamp(86px, 10vh, 132px); padding-top: 22px; border-top: 1px solid rgba(20, 19, 21, .18); }
.api-flow-note p { max-width: 620px; margin: 0; color: #68656b; font-size: 16px; line-height: 1.7; }
@media (max-width: 1050px) {
  .api-heading, .api-flow-note { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 640px) {
  .api-heading-intro h2 { font-size: 42px; }
  .api-heading-primary h2 { font-size: 40px; }
  .api-features { margin-top: 62px; }
  .api-flow-note { margin-top: 72px; }
}
.visual-topbar { display: none; }
.visual-topbar span { width: 7px; height: 7px; border-radius: 50%; background: #8b8791; }
.visual-topbar span:first-child { background: #df6675; }.visual-topbar span:nth-child(2) { background: #d6b263; }.visual-topbar span:last-child { background: #8db873; }

/* API overview — editorial developer-platform layout. */
.api-overview {
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f5;
  background-image:
    radial-gradient(circle at 86% 18%, rgba(149, 125, 173, .12), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(149, 125, 173, .055), transparent 24%),
    linear-gradient(rgba(149, 125, 173, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(149, 125, 173, .035) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  padding: clamp(96px, 10vh, 130px) clamp(28px, 7vw, 110px) clamp(82px, 9vh, 112px);
}
.api-shell { position: relative; z-index: 1; width: min(1240px, 100%); }
.api-heading {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(520px, 1.32fr);
  gap: clamp(62px, 9vw, 140px);
  align-items: start;
}
.api-heading-intro { padding-top: 13px; }
.api-heading-intro h2 {
  max-width: none;
  margin-top: 18px;
  color: #77727c;
  font-size: clamp(34px, 2.6vw, 42px);
  line-height: .98;
  letter-spacing: -.07em;
}
.api-heading-two-lines span {
  display: block;
  white-space: nowrap;
}
.api-heading-primary {
  max-width: 680px;
  padding-top: 0;
}
.api-heading-primary h2 {
  font-size: clamp(46px, 4.1vw, 64px);
  line-height: 1;
  letter-spacing: -.065em;
  color: #141315;
}
.api-heading-primary p {
  max-width: 620px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.7;
}
.api-heading-primary .api-link { margin-top: 26px; }
.api-features {
  gap: 0;
  margin-top: clamp(76px, 10vh, 120px);
  border-top: 1px solid rgba(20, 19, 21, .16);
}
.api-feature {
  min-height: 202px;
  padding: 27px clamp(28px, 3vw, 46px) 14px 0;
  border-top: 0;
  border-right: 1px solid rgba(20, 19, 21, .16);
}
.api-feature + .api-feature { padding-left: clamp(28px, 3vw, 46px); }
.api-feature:last-child { padding-right: 0; border-right: 0; }
.api-feature-icon { width: 25px; height: 25px; margin-bottom: 23px; }
.api-feature h3 { margin: 0; font-size: 21px; line-height: 1.2; letter-spacing: -.035em; }
.api-feature p { max-width: 295px; margin-top: 13px; font-size: 14px; line-height: 1.7; }
@media (max-width: 1050px) {
  .api-overview { display: block; }
  .api-heading { grid-template-columns: 1fr; gap: 46px; }
  .api-heading-primary { max-width: 600px; }
  .api-features { margin-top: 74px; }
}
@media (max-width: 640px) {
  .api-overview { min-height: auto; padding: 86px 24px 68px; }
  .api-heading-intro h2 { font-size: 32px; }
  .api-heading-primary h2 { font-size: 39px; }
  .api-features { grid-template-columns: 1fr; margin-top: 60px; }
  .api-feature, .api-feature + .api-feature { min-height: auto; padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(20, 19, 21, .16); }
  .api-feature:last-child { border-bottom: 0; }
}
.visual-image { position: relative; height: 536px; border-radius: 13px; overflow: hidden; background: linear-gradient(90deg, rgba(8, 7, 9, .16), transparent 55%), url('/pointcosm/assets/images/now-point2.png') center / cover; }
.model-frame { display: block; width: 100%; height: 100%; border: 0; background: transparent; }
.visual-caption { display: none; }

.model-category-switch { position: absolute; z-index: 4; top: 14px; left: 50%; display: flex; padding: 3px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 999px; background: rgba(25, 23, 28, .24); box-shadow: 0 3px 14px rgba(0, 0, 0, .14); backdrop-filter: blur(12px); transform: translateX(-50%); }
.model-category-switch button { min-width: 45px; padding: 6px 11px; color: rgba(255, 255, 255, .77); border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-family: Arial, "Microsoft YaHei", sans-serif; font-size: 11px; line-height: 1; transition: background .2s ease, color .2s ease; }
.model-category-switch button:hover { color: #fff; }
.model-category-switch button.is-active { color: #433a4b; background: rgba(255, 255, 255, .88); box-shadow: 0 1px 5px rgba(0, 0, 0, .12); }

@media (max-width: 1000px) { .hero { height: auto; min-height: 100vh; grid-template-columns: 1fr; padding-top: 145px; }.hero-product-visual { width: min(760px, 100%); }.visual-image { height: min(50vw, 410px); } }
@media (max-width: 1100px) { .capabilities { grid-template-columns: repeat(2, 1fr); }.capability:nth-child(2) { border-right: none; margin-right: 0; padding-right: 0; } }
@media (max-width: 600px) { .hero { min-height: auto; padding: 126px 24px 70px; gap: 42px; }.hero h1 { font-size: 42px; }.hero h1 span:last-child { white-space: normal; }.hero-product-visual { min-height: 220px; padding: 7px; border-radius: 15px; }.visual-image { height: 210px; border-radius: 10px; }.model-category-switch { top: 9px; }.model-category-switch button { min-width: 40px; padding: 5px 8px; font-size: 10px; }.hero-copy { font-size: 15px; }.hero-metrics { grid-template-columns: 1fr; gap: 12px; }.hero-metric, .hero-metric:first-child { padding: 10px 0; border-left: 0; border-top: 1px solid #d5d1d8; }.hero-metric:first-child { border-top: 0; } }

/* Fourth page — three ways to take Pointcosm into use. */
.journey {
  min-height: auto;
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 11vh, 140px) clamp(28px, 7vw, 110px) clamp(58px, 6vh, 78px);
  background-color: #f4f3f0;
  background-image:
    linear-gradient(180deg, #f4f3f0 0%, #f4f3f0 100%),
    radial-gradient(circle at 88% 12%, rgba(149, 125, 173, .12), transparent 25%),
    radial-gradient(circle at 8% 88%, rgba(149, 125, 173, .05), transparent 22%);
}
.journey::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: min(48vw, 760px);
  height: min(48vw, 760px);
  opacity: .32;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(149, 125, 173, .28) 1px, transparent 1.5px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(circle at center, #000 0, transparent 70%);
  mask-image: radial-gradient(circle at center, #000 0, transparent 70%);
}
.journey-heading {
  display: grid;
  grid-template-columns: minmax(520px, 1.35fr) minmax(340px, .65fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: end;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.journey-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 3.65vw, 58px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.055em;
  white-space: nowrap;
}
.journey-intro {
  max-width: 480px;
  margin: 0 0 6px;
  color: #68656b;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}
.journey-list {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: clamp(72px, 9vh, 110px) auto 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(20, 19, 21, .17);
}
.journey-list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 48px;
  bottom: 48px;
  left: 17px;
  width: 1px;
  background: linear-gradient(180deg, rgba(149, 125, 173, .16), rgba(149, 125, 173, .72) 50%, rgba(149, 125, 173, .16));
}
.journey-list li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(180px, .75fr) minmax(420px, 1.65fr) minmax(135px, .5fr);
  gap: clamp(22px, 3vw, 52px);
  align-items: center;
  min-height: 150px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(20, 19, 21, .17);
}
.journey-list li:nth-child(2) {
  margin: 0 -24px;
  padding-right: 24px;
  padding-left: 24px;
  background: linear-gradient(90deg, rgba(149, 125, 173, .095), rgba(149, 125, 173, .025) 68%, transparent);
}
.journey-number {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 2;
  color: #957DAD;
  border: 1px solid rgba(149, 125, 173, .55);
  border-radius: 50%;
  background: #f4f3f0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
}
.journey-list li:nth-child(2) .journey-number { color: #fff; border-color: #957DAD; background: #957DAD; box-shadow: 0 0 0 7px rgba(149, 125, 173, .11); }
.journey-audience { color: #56525b; font-size: 15px; font-weight: 700; }
.journey-content h3 { margin: 0 0 10px; font-size: 25px; line-height: 1.2; letter-spacing: -.035em; }
.journey-list li:nth-child(2) .journey-content h3 { color: #6f5689; }
.journey-content p { max-width: 650px; margin: 0; color: #69666d; font-size: 14px; line-height: 1.7; }
.journey-list a { display: inline-flex; align-items: center; gap: 11px; justify-self: end; font-size: 14px; font-weight: 700; white-space: nowrap; }
.journey-list a span { display: grid; place-items: center; width: 30px; height: 30px; color: #957DAD; border: 1px solid rgba(149, 125, 173, .48); border-radius: 50%; font-size: 15px; }
.journey-note {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 26px auto 0;
  color: #77737b;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}
@media (max-width: 1050px) {
  .journey-heading { grid-template-columns: 1fr; gap: 34px; }
  .journey-intro { max-width: 700px; }
  .journey-list li { grid-template-columns: 52px 180px 1fr; }
  .journey-list::before { left: 17px; }
  .journey-list a { grid-column: 3; justify-self: start; }
}
@media (max-width: 680px) {
  .journey { min-height: auto; padding: 88px 24px 70px; }
  .journey-heading h2 { font-size: 39px; white-space: normal; }
  .journey-list { margin-top: 56px; }
  .journey-list li { grid-template-columns: 42px 1fr; gap: 12px 18px; padding: 28px 0; }
  .journey-list li:nth-child(2) { margin: 0 -12px; padding-right: 12px; padding-left: 12px; }
  .journey-list::before { left: 17px; }
  .journey-audience { grid-column: 2; }
  .journey-content, .journey-list a { grid-column: 2; }
  .journey-note { text-align: left; }
}

/* Closing action page — aligned with the Pointcosm black-to-purple visual system. */
.cta-panel {
  background: linear-gradient(
    180deg,
    #f5f4f1 0%,
    #d8cddd 22%,
    #4b3e54 50%,
    #171319 76%,
    #111113 100%
  );
  text-align: center;
}
.cta-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.cta-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(280px, 27vw, 430px);
}
.cta-panel .eyebrow {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  letter-spacing: .16em;
}
.cta-panel h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(42px, 4.1vw, 64px);
  font-weight: 560;
  line-height: 1.05;
  letter-spacing: -.05em;
}
.cta-panel h2 span {
  display: block;
}
.cta-panel h2 strong {
  font-weight: 760;
}
.cta-panel .cta-statement span:last-child {
  margin-top: 8px;
}
.cta-panel .cta-statement + .cta-actions {
  margin-top: 36px;
}
.cta-panel .cta-description {
  max-width: 720px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.005em;
}
.cta-panel .cta-actions {
  justify-content: center;
  gap: 14px;
  margin-top: 31px;
}
.cta-panel .cta-actions .button {
  min-height: 46px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0;
}
.cta-panel .button-outline {
  border-color: rgba(255, 255, 255, .46);
}
.cta-panel .button-outline span {
  margin-left: -7px;
  font-size: 20px;
  font-weight: 400;
}

.cta-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
  margin-top: clamp(56px, 5vw, 78px);
  padding: clamp(26px, 3vw, 38px);
  text-align: left;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .12);
  backdrop-filter: blur(16px);
}
.cta-newsletter-kicker {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .06em;
}
.cta-newsletter-copy h3 {
  max-width: 490px;
  margin: 0 0 8px;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -.03em;
}
.cta-newsletter-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
  line-height: 1.6;
}
.cta-newsletter-form {
  display: grid;
  gap: 10px;
}
.cta-newsletter-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}
.cta-newsletter-field input {
  min-width: 0;
  height: 50px;
  padding: 0 18px;
  color: #fff;
  background: rgba(17, 17, 19, .34);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  font: 14px inherit;
  outline-color: rgba(255, 255, 255, .85);
}
.cta-newsletter-field input::placeholder { color: rgba(255, 255, 255, .48); }
.cta-newsletter-field button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  color: #171319;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  font: 700 13px inherit;
  cursor: pointer;
}
.cta-newsletter-form > p {
  margin: 0;
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  line-height: 1.65;
}
.cta-newsletter-form > p a {
  color: rgba(255, 255, 255, .7);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cta-panel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 980px) {
  .cta-newsletter {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .cta-newsletter { max-width: 720px; margin-right: auto; margin-left: auto; }
}
@media (max-width: 680px) {
  .cta-shell { width: 100%; }
  .cta-panel .eyebrow { margin-bottom: 18px; }
  .cta-primary { min-height: 330px; }
  .cta-panel h2 { font-size: clamp(30px, 7.8vw, 34px); line-height: 1.1; }
  .cta-panel .cta-statement span:last-child { margin-top: 7px; }
  .cta-panel .cta-description { margin-top: 22px; font-size: 14px; line-height: 1.7; }
  .cta-panel .cta-actions { margin-top: 25px; }
  .cta-panel .cta-actions .button { width: 100%; }
  .cta-newsletter { gap: 24px; margin-top: 68px; padding: 24px 20px; border-radius: 22px; }
  .cta-newsletter-field { grid-template-columns: 1fr; }
  .cta-newsletter-field button { width: 100%; }
}

/* Shared portal footer. */
.portal-footer {
  display: block;
  padding: 58px clamp(28px, 8vw, 130px) 20px;
  background: #111;
  color: #fff;
}
.portal-footer .portal-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(145px, .75fr));
  gap: clamp(32px, 6vw, 100px);
  max-width: 1280px;
  margin: 0 auto;
  justify-content: normal;
}
.portal-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.portal-footer-grid .portal-footer-brand { gap: 20px; }
.portal-footer .brand { gap: 9px; color: #fff; font-size: 15px; }
.portal-footer .brand-mark { background: #f52b5d; }
.portal-footer-grid b { margin-bottom: 4px; font-size: 12px; }
.portal-footer-grid a, .portal-footer-grid p { color: #a9a6ad; font-size: 12px; line-height: 1.55; }
.portal-footer-grid a:hover { color: #fff; }
.portal-footer-grid p { max-width: 300px; margin: 0; }
.portal-footer-legal {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 44px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #77747b;
  font-size: 11px;
}
@media (max-width: 900px) {
  .portal-footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .portal-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .portal-footer { padding: 46px 24px 20px; }
  .portal-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .portal-footer-brand { grid-column: 1 / -1; }
  .portal-footer-legal { flex-direction: column; gap: 10px; line-height: 1.7; }
}

/* Canva-guided workflow redesign: one hierarchy, one grid, one product story. */
.automation-overview {
  --automation-accent: #b79dca;
  --automation-line: rgba(255, 255, 255, .105);
  min-height: 100svh;
  align-items: center;
  padding: clamp(92px, 8vh, 118px) clamp(28px, 6vw, 104px) clamp(76px, 8vh, 108px);
  background:
    radial-gradient(circle at 77% 43%, rgba(151, 116, 173, .09), transparent 28%),
    linear-gradient(180deg, #0a0b0c 0%, #080909 100%);
}

.automation-shell {
  width: min(1440px, 100%);
}

.automation-header {
  display: block;
}

.automation-heading-copy {
  max-width: 850px;
}

.automation-header h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: initial;
  line-height: 1;
  letter-spacing: 0;
}

.automation-title-en {
  color: var(--automation-accent);
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.automation-title-cn {
  color: #f7f7f5;
  font-size: clamp(42px, 3.7vw, 62px);
  line-height: 1.04;
  font-style: normal;
  font-weight: 650;
  letter-spacing: -.052em;
}

.automation-header p {
  width: min(700px, 100%);
  margin: 21px 0 0;
  color: #9b9e9d;
  font-size: 16px;
  line-height: 1.7;
}

.automation-pipeline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #d2d3d1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .025em;
}

.automation-pipeline span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid var(--automation-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
}

.automation-pipeline i {
  position: relative;
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(183, 157, 202, .18), var(--automation-accent));
}

.automation-pipeline i::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--automation-accent);
  border-right: 1px solid var(--automation-accent);
  content: "";
  transform: rotate(45deg);
}

.automation-content {
  grid-template-columns: minmax(560px, 1.08fr) minmax(470px, .92fr);
  align-items: center;
  gap: clamp(40px, 5vw, 78px);
  margin-top: clamp(44px, 5vh, 64px);
}

.automation-features {
  counter-reset: workflow-item;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.automation-feature {
  position: relative;
  counter-increment: workflow-item;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  min-height: 150px;
  padding: 20px 20px 19px;
  overflow: hidden;
  border: 1px solid var(--automation-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .038), rgba(255, 255, 255, .015));
}

.automation-feature:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 126px;
}

.automation-feature::after {
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(255, 255, 255, .24);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  content: "0" counter(workflow-item);
}

.automation-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(183, 157, 202, .28);
  border-radius: 12px;
  color: #cfbade;
  background: rgba(183, 157, 202, .075);
}

.automation-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.65;
}

.automation-feature h3 {
  max-width: calc(100% - 28px);
  margin: 1px 0 0;
  color: #f2f2f0;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -.018em;
  font-weight: 620;
}

.automation-feature p {
  width: 100%;
  margin: 8px 0 0;
  color: #8f9391;
  font-size: 13px;
  line-height: 1.6;
}

.automation-feature:hover,
.automation-feature:hover * {
  background-color: transparent;
  box-shadow: none;
}

.automation-feature:hover {
  border-color: rgba(183, 157, 202, .32);
  background: linear-gradient(145deg, rgba(183, 157, 202, .065), rgba(255, 255, 255, .018));
}

.automation-feature:hover h3 { color: #fff; }
.automation-feature:hover p { color: #a2a5a3; }

.automation-visual {
  display: block;
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--automation-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .025);
  opacity: 1;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .26);
}

.automation-visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 3px 2px 16px;
}

.automation-visual-head > div {
  display: grid;
  gap: 5px;
}

.automation-visual-head > div > span {
  color: var(--automation-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.automation-visual-head strong {
  color: #f2f2f0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.015em;
}

.automation-live {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(183, 157, 202, .28);
  border-radius: 999px;
  color: #cdb9dc;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
}

.automation-video-wrap {
  width: 100%;
  margin: 0;
}

.automation-video {
  aspect-ratio: 16 / 10;
  border: 0;
  border-radius: 14px;
  background: #111313;
  box-shadow: none;
}

.automation-credit {
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(8, 9, 9, .68);
  backdrop-filter: blur(8px);
  font-size: 10px;
  letter-spacing: .02em;
  text-shadow: none;
}

.automation-visual-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 16px;
  color: #a1a4a2;
  font-size: 10px;
  letter-spacing: .03em;
}

.automation-visual-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 12px;
  border-right: 1px solid var(--automation-line);
}

.automation-visual-meta span:first-child { padding-left: 2px; }
.automation-visual-meta span:last-child { border-right: 0; }
.automation-visual-meta strong { color: var(--automation-accent); font-size: 9px; }

@media (max-width: 1180px) {
  .automation-content {
    grid-template-columns: 1fr;
  }
  .automation-visual {
    width: min(760px, 100%);
    margin: 0;
  }
}

@media (max-width: 720px) {
  .automation-overview {
    padding: 82px 20px 68px;
  }
  .automation-title-cn {
    font-size: clamp(38px, 11vw, 50px);
  }
  .automation-header p {
    font-size: 15px;
  }
  .automation-pipeline {
    flex-wrap: wrap;
    gap: 8px;
  }
  .automation-pipeline i {
    width: 14px;
  }
  .automation-content {
    margin-top: 42px;
    gap: 30px;
  }
  .automation-features {
    grid-template-columns: 1fr;
  }
  .automation-feature:nth-child(5) {
    grid-column: auto;
  }
  .automation-feature {
    min-height: 0;
    padding: 18px;
  }
  .automation-visual {
    padding: 13px;
    border-radius: 18px;
  }
  .automation-visual-head {
    padding: 4px 2px 13px;
  }
  .automation-live {
    display: none;
  }
  .automation-visual-meta span {
    justify-content: center;
    padding: 2px 6px;
  }
}

/* Canva-guided API quick-start redesign: one headline and a scannable 3-step path. */
.api-overview {
  --api-accent: #957dad;
  --api-accent-soft: rgba(149, 125, 173, .1);
  --api-line: rgba(24, 22, 27, .11);
  display: flex;
  min-height: auto;
  align-items: center;
  padding: clamp(92px, 8vh, 116px) clamp(28px, 6vw, 104px) clamp(66px, 6vh, 84px);
  background:
    radial-gradient(circle at 82% 12%, rgba(149, 125, 173, .13), transparent 30%),
    radial-gradient(circle at 7% 92%, rgba(149, 125, 173, .055), transparent 27%),
    #f6f6f4;
}

.api-overview .api-shell {
  width: min(1360px, 100%);
}

.api-overview .api-heading {
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(430px, .92fr);
  gap: clamp(70px, 8vw, 132px);
  align-items: end;
}

.api-overview .api-heading-intro {
  padding: 0;
}

.api-overview .api-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--api-accent);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .15em;
}

.api-overview .api-kicker::before {
  width: 24px;
  height: 1px;
  background: currentColor;
  content: "";
}

.api-overview .api-heading-intro h2 {
  max-width: 760px;
  margin: 24px 0 0;
  color: #171519;
  font-size: clamp(50px, 4.6vw, 72px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 590;
}

.api-overview .api-brand-title {
  display: flex;
  align-items: baseline;
  gap: .18em;
  white-space: nowrap;
}

.api-overview .api-brand-title span {
  color: #171519;
}

.api-overview .api-brand-title em {
  color: var(--api-accent);
  font-size: .82em;
  font-style: normal;
  font-weight: 680;
  letter-spacing: -.045em;
}

.api-overview .api-heading-two-lines span {
  display: block;
  white-space: nowrap;
}

.api-overview .api-heading-two-lines em {
  color: var(--api-accent);
  font-style: normal;
  font-weight: 620;
}

.api-overview .api-heading-primary {
  max-width: 520px;
  padding: 0 0 4px;
}

.api-heading-label {
  color: #8d8990;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
}

.api-overview .api-heading-primary .api-heading-lead {
  margin: 15px 0 0;
  color: #1b191d;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.3;
  letter-spacing: -.035em;
  font-weight: 620;
}

.api-overview .api-heading-primary .api-heading-copy {
  max-width: 500px;
  margin: 15px 0 0;
  color: #706d73;
  font-size: 15px;
  line-height: 1.75;
}

.api-overview .api-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: #1b191d;
  font-size: 13px;
  font-weight: 680;
  letter-spacing: .01em;
  transition: transform .2s ease, background-color .2s ease;
}

.api-overview .api-link span {
  color: inherit;
  font-size: inherit;
}

.api-overview .api-link b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #251f2a;
  background: #cbb9d9;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease;
}

.api-overview .api-link:hover {
  color: #fff;
  background: #29262c;
  transform: translateY(-2px);
}

.api-overview .api-link:hover b {
  transform: translate(2px, -2px);
}

.api-features-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(60px, 7vh, 82px);
  padding-top: 21px;
  border-top: 1px solid var(--api-line);
}

.api-features-heading span {
  color: var(--api-accent);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .15em;
}

.api-features-heading strong {
  color: #2a272c;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.015em;
}

.api-overview .api-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 17px;
  border: 0;
}

.api-overview .api-feature,
.api-overview .api-feature + .api-feature {
  min-height: 244px;
  padding: 21px 22px 23px;
  border: 1px solid var(--api-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .54);
  transition: border-color .22s ease, background-color .22s ease, transform .22s ease;
}

.api-overview .api-feature:hover {
  border-color: rgba(149, 125, 173, .3);
  background: rgba(255, 255, 255, .8);
  transform: translateY(-3px);
}

.api-feature-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.api-overview .api-feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid rgba(149, 125, 173, .22);
  border-radius: 12px;
  color: var(--api-accent);
  background: var(--api-accent-soft);
}

.api-overview .api-feature-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.65;
}

.api-feature-index {
  color: #b1adb4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

.api-endpoint {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--api-accent);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.api-overview .api-feature h3 {
  margin: 0;
  color: #1d1b1f;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -.025em;
  font-weight: 650;
}

.api-overview .api-feature p {
  max-width: 335px;
  margin: 11px 0 0;
  color: #747077;
  font-size: 13px;
  line-height: 1.68;
}

@media (max-width: 1020px) {
  .api-overview {
    display: block;
  }
  .api-overview .api-heading {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .api-overview .api-heading-primary {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .api-overview {
    min-height: auto;
    padding: 82px 20px 66px;
  }
  .api-overview .api-heading-intro h2 {
    font-size: clamp(42px, 12vw, 52px);
  }
  .api-overview .api-heading-two-lines span {
    white-space: normal;
  }
  .api-overview .api-heading-primary .api-heading-lead {
    font-size: 24px;
  }
  .api-features-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 54px;
  }
  .api-overview .api-features {
    grid-template-columns: 1fr;
  }
  .api-overview .api-feature,
  .api-overview .api-feature + .api-feature {
    min-height: 0;
    padding: 20px;
    border: 1px solid var(--api-line);
  }
}

/* Canva-guided journey redesign: vertically stacked routes create a new rhythm after the API cards. */
.journey {
  --journey-accent: #957dad;
  --journey-line: rgba(24, 22, 27, .105);
  min-height: auto;
  padding: clamp(82px, 7vh, 104px) clamp(28px, 6vw, 104px) clamp(72px, 6vh, 92px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(149, 125, 173, .16), transparent 38%),
    radial-gradient(circle at 92% 35%, rgba(149, 125, 173, .055), transparent 24%),
    linear-gradient(180deg, #f6f6f4 0%, #f2eff3 17%, #f4f3f0 42%, #f5f4f1 100%);
}

.journey::before {
  opacity: .18;
}

.journey-heading {
  display: grid;
  grid-template-columns: minmax(540px, 1.12fr) minmax(390px, .88fr);
  gap: clamp(68px, 9vw, 140px);
  align-items: end;
  width: min(1360px, 100%);
  max-width: none;
  margin: 0 auto;
}

.journey-heading .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--journey-accent);
  font-size: 10px;
  letter-spacing: .16em;
}

.journey-heading .section-kicker::before {
  width: 24px;
  height: 1px;
  background: currentColor;
  content: "";
}

.journey-heading h2 {
  max-width: 760px;
  margin: 0;
  color: #171519;
  font-size: clamp(48px, 4.25vw, 67px);
  line-height: 1.01;
  letter-spacing: -.062em;
  font-weight: 570;
  white-space: normal;
}

.journey-heading h2 em {
  color: var(--journey-accent);
  font-style: normal;
  font-weight: 650;
}

.journey-intro {
  max-width: 500px;
  margin: 0 0 4px;
  color: #6c6870;
  text-align: left;
}

.journey-intro strong {
  display: block;
  margin-bottom: 14px;
  color: #242126;
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.35;
  letter-spacing: -.03em;
  font-weight: 620;
}

.journey-intro p {
  margin: 0;
  color: #706c73;
  font-size: 15px;
  line-height: 1.75;
}

.journey-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(1360px, 100%);
  max-width: none;
  margin: clamp(52px, 5vh, 66px) auto 0;
  padding: 0;
  border: 0;
}

.journey-list::before {
  content: none;
}

.journey-card {
  display: grid;
  grid-template-columns: minmax(220px, .56fr) minmax(430px, 1.25fr) minmax(150px, .32fr);
  gap: clamp(28px, 4vw, 62px);
  min-height: 152px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--journey-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .44);
  box-shadow: 0 14px 36px rgba(33, 27, 38, .025);
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.journey-card:hover {
  border-color: rgba(149, 125, 173, .28);
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 18px 42px rgba(42, 33, 48, .06);
  transform: translateX(4px);
}

.journey-card-api {
  border-color: rgba(149, 125, 173, .3);
  background: linear-gradient(100deg, rgba(149, 125, 173, .15), rgba(255, 255, 255, .56) 72%);
}

.journey-card-api:hover {
  border-color: rgba(149, 125, 173, .42);
  background: linear-gradient(100deg, rgba(149, 125, 173, .19), rgba(255, 255, 255, .72) 72%);
}

.journey-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.journey-number {
  display: grid;
  place-items: center;
  position: static;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(149, 125, 173, .24);
  border-radius: 12px;
  color: var(--journey-accent);
  background: rgba(149, 125, 173, .08);
  box-shadow: none;
  font-size: 10px;
  font-weight: 750;
}

.journey-card-api .journey-number {
  border-color: var(--journey-accent);
  color: #fff;
  background: var(--journey-accent);
  box-shadow: none;
}

.journey-audience {
  color: #4f4b52;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  text-align: left;
}

.journey-content {
  margin: 0;
}

.journey-path-label {
  display: block;
  margin-bottom: 11px;
  color: var(--journey-accent);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .13em;
}

.journey-content h3,
.journey-card-api .journey-content h3 {
  margin: 0;
  color: #1d1b1f;
  font-size: clamp(23px, 1.65vw, 27px);
  line-height: 1.25;
  letter-spacing: -.035em;
  font-weight: 640;
}

.journey-content p {
  max-width: 680px;
  margin: 9px 0 0;
  color: #716d74;
  font-size: 13px;
  line-height: 1.72;
}

.journey-list .journey-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  color: #242126;
  font-size: 13px;
  font-weight: 680;
  white-space: nowrap;
}

.journey-list .journey-card > a span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(149, 125, 173, .34);
  border-radius: 50%;
  color: var(--journey-accent);
  font-size: 13px;
  transition: transform .2s ease, background-color .2s ease;
}

.journey-list .journey-card > a:hover span {
  color: #fff;
  background: var(--journey-accent);
  transform: translate(2px, -2px);
}

.journey-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: min(1360px, 100%);
  max-width: none;
  margin: 23px auto 0;
  padding: 0 3px;
  border: 0;
  border-radius: 0;
  color: #79757c;
  background: transparent;
  font-size: 11px;
  line-height: 1.65;
  text-align: left;
}

.journey-note::before {
  flex: 0 0 auto;
  color: var(--journey-accent);
  content: "●";
  font-size: 7px;
  line-height: 20px;
}

@media (max-width: 980px) {
  .journey-heading {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .journey-intro {
    max-width: 680px;
  }
  .journey-list {
    grid-template-columns: 1fr;
  }
  .journey-card {
    grid-template-columns: minmax(180px, .52fr) minmax(0, 1.48fr);
    min-height: 0;
  }
  .journey-list .journey-card > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .journey {
    min-height: auto;
    padding: 82px 20px 66px;
  }
  .journey-heading h2 {
    font-size: clamp(40px, 11vw, 50px);
  }
  .journey-intro strong {
    font-size: 22px;
  }
  .journey-list {
    margin-top: 50px;
  }
  .journey-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
  }
  .journey-content {
    grid-column: 1;
    margin: 0;
  }
  .journey-list .journey-card > a {
    grid-column: 1;
    justify-self: start;
  }
}
