/*
 * SongRealm landing-page relaunch.
 *
 * This file intentionally scopes every composition rule to the public home
 * page. Colour treatment remains entirely token driven through
 * global-theme.css, so the four product themes retain the same hierarchy.
 */

.landing-relaunch {
  --landing-max: 1480px;
  --landing-gutter: clamp(18px, 3.6vw, 66px);
  --landing-section-gap: clamp(36px, 4.2vw, 64px);
  --landing-radius: clamp(18px, 2vw, 28px);
  --landing-shadow: 0 30px 90px color-mix(in srgb, var(--app-shadow) 38%, transparent);
  --landing-soft-shadow: 0 16px 44px color-mix(in srgb, var(--app-shadow) 20%, transparent);
  background:
    radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--app-accent) 15%, transparent), transparent 31rem),
    radial-gradient(circle at 8% 42%, color-mix(in srgb, var(--app-secondary) 11%, transparent), transparent 32rem),
    var(--app-bg);
}

.landing-relaunch main {
  position: relative;
  overflow: clip;
  padding-bottom: clamp(36px, 5vw, 72px);
}

.landing-relaunch .site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: min(calc(100% - var(--landing-gutter) * 2), var(--landing-max));
  min-height: 72px;
  margin-top: 18px;
  padding: 9px clamp(14px, 1.7vw, 25px);
  border-color: color-mix(in srgb, var(--app-accent) 25%, var(--app-line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--app-bg) 88%, transparent);
  box-shadow: var(--landing-soft-shadow);
}

.landing-relaunch .site-header nav {
  gap: clamp(10px, 1.55vw, 25px);
  font-size: 14px;
}

.landing-relaunch .site-header nav a {
  min-height: 42px;
  padding: 0 3px;
}

.landing-relaunch .header-tools { gap: 9px; }

.landing-relaunch .header-account,
.landing-relaunch .header-online,
.landing-relaunch .header-download {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 11px;
}

.landing-relaunch .landing-campaign,
.landing-relaunch .spotlight-hero,
.landing-relaunch .spotlight-pwa-band,
.landing-relaunch .spotlight-difference,
.landing-relaunch .spotlight-section,
.landing-relaunch .spotlight-footer {
  width: min(calc(100% - var(--landing-gutter) * 2), var(--landing-max));
  margin-right: auto;
  margin-left: auto;
}

.landing-relaunch .landing-campaign {
  gap: clamp(16px, 2.4vw, 34px);
  margin-top: 26px;
  padding: 15px clamp(17px, 2vw, 26px);
  border-color: color-mix(in srgb, var(--status-warning-border) 72%, var(--app-line));
  border-radius: 16px;
  background:
    linear-gradient(105deg, color-mix(in srgb, var(--status-warning-bg) 86%, var(--app-panel)), var(--app-panel));
  box-shadow: 0 12px 30px color-mix(in srgb, var(--app-shadow) 12%, transparent);
}

.landing-relaunch .landing-campaign-copy > span { font-size: 12px; }
.landing-relaunch .landing-campaign-copy small,
.landing-relaunch .landing-campaign-price span,
.landing-relaunch .landing-campaign time { font-size: 12px; }
.landing-relaunch .landing-campaign-actions a { min-height: 40px; font-size: 12px; }

.landing-relaunch .spotlight-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr);
  align-items: center;
  min-height: 0;
  gap: clamp(24px, 3.2vw, 48px);
  padding: clamp(28px, 3.6vw, 48px) 0 clamp(36px, 4.4vw, 56px);
}

.landing-relaunch .spotlight-hero::before {
  position: absolute;
  z-index: -1;
  top: 6%;
  right: -10%;
  width: min(44vw, 680px);
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--app-accent) 23%, transparent);
  border-radius: 999px;
  box-shadow: inset 0 0 0 46px color-mix(in srgb, var(--app-accent) 3%, transparent);
  content: "";
}

.landing-relaunch .spotlight-hero-copy { max-width: 660px; }

.landing-relaunch .spotlight-live-badge {
  gap: 9px;
  padding: 8px 12px;
  border-color: color-mix(in srgb, var(--app-accent) 50%, var(--app-line));
  background: color-mix(in srgb, var(--app-accent-soft) 70%, var(--app-panel));
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--app-shadow) 12%, transparent);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-relaunch .spotlight-live-badge strong { color: var(--app-text); }

.landing-relaunch .spotlight-hero .eyebrow {
  margin-top: 23px;
  font-size: 12px;
  letter-spacing: .15em;
}

.landing-relaunch .spotlight-hero h1 {
  max-width: none;
  margin-top: 15px;
  font-family: var(--font-family-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  letter-spacing: -.075em;
  line-height: .96;
  text-wrap: nowrap;
  white-space: nowrap;
}

.landing-relaunch .spotlight-hero-lede {
  max-width: 42ch;
  margin-top: 25px;
  font-size: clamp(16px, 1.22vw, 19px);
  line-height: 1.78;
}

.landing-relaunch .spotlight-actions { gap: 12px; margin-top: 30px; }

.landing-relaunch .spotlight-actions .button {
  min-height: 52px;
  padding: 0 19px;
  border-radius: 13px;
  font-size: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-relaunch .spotlight-actions .button.primary {
  box-shadow: 0 14px 30px color-mix(in srgb, var(--app-accent) 25%, transparent);
}

.landing-relaunch .spotlight-actions .button.secondary {
  border-color: var(--app-line);
  background: var(--app-panel);
  color: var(--app-text);
}

.landing-relaunch .spotlight-actions .button small { font-size: 12px; }

.landing-relaunch .spotlight-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 590px;
  margin: 31px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: 15px;
  background: color-mix(in srgb, var(--app-panel) 82%, transparent);
}

.landing-relaunch .spotlight-hero-stats > div {
  min-width: 0;
  padding: 14px 15px 15px;
  border-left: 1px solid var(--app-line);
}

.landing-relaunch .spotlight-hero-stats > div:first-child { border-left: 0; }

.landing-relaunch .spotlight-hero-stats dt {
  color: var(--app-accent);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -.03em;
}

.landing-relaunch .spotlight-hero-stats dd {
  margin: 5px 0 0;
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.landing-relaunch .spotlight-pwa-detail {
  margin-top: 17px;
  padding: 0 0 0 15px;
  border-left-width: 2px;
  background: transparent;
}

.landing-relaunch .spotlight-pwa-detail strong { font-size: 13px; }
.landing-relaunch .spotlight-pwa-detail span { font-size: 12px; }
.landing-relaunch .spotlight-proof { margin-top: 15px; font-size: 12px; }
.landing-relaunch .release-line { margin-top: 15px; font-size: 12px; }

.landing-relaunch .spotlight-hero-board {
  position: relative;
  overflow: visible;
  border-color: color-mix(in srgb, var(--app-accent) 50%, var(--app-line));
  border-radius: var(--landing-radius);
  background: var(--app-panel);
  box-shadow: var(--landing-shadow);
}

.landing-relaunch .spotlight-hero-board::before {
  position: absolute;
  z-index: -1;
  right: -16px;
  bottom: -18px;
  left: 24px;
  height: 42%;
  border: 1px solid color-mix(in srgb, var(--app-secondary) 34%, var(--app-line));
  border-radius: inherit;
  background: color-mix(in srgb, var(--app-secondary) 7%, var(--app-panel));
  content: "";
}

.landing-relaunch .spotlight-board-head {
  min-height: 58px;
  padding: 0 clamp(15px, 2vw, 24px);
  border-bottom-color: color-mix(in srgb, var(--app-line) 84%, var(--app-accent));
  font-size: 12px;
}

.landing-relaunch .spotlight-board-head b { font-size: 14px; }
.landing-relaunch .spotlight-board-head em { font-size: 12px; }

.landing-relaunch .spotlight-board-image {
  min-height: clamp(345px, 33vw, 525px);
  overflow: hidden;
  border-radius: 0 0 var(--landing-radius) var(--landing-radius);
}

.landing-relaunch .spotlight-board-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, color-mix(in srgb, var(--app-bg) 18%, transparent), transparent 38%, color-mix(in srgb, var(--app-accent) 7%, transparent));
  content: "";
  pointer-events: none;
}

.landing-relaunch .spotlight-board-image img {
  min-height: clamp(345px, 33vw, 525px);
  object-position: 52% center;
}

.landing-relaunch .spotlight-callout {
  z-index: 1;
  padding: 8px 11px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--app-bg) 86%, transparent);
  font-size: 12px;
}

.landing-relaunch .spotlight-hero-board figcaption {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 17px;
  left: auto;
  width: min(300px, calc(100% - 34px));
  padding: 13px 15px;
  border: 1px solid color-mix(in srgb, var(--app-line) 82%, var(--app-accent));
  border-radius: 13px;
  background: color-mix(in srgb, var(--app-bg) 86%, transparent);
  box-shadow: var(--landing-soft-shadow);
  backdrop-filter: blur(14px);
}

.landing-relaunch .spotlight-hero-board figcaption strong { font-size: 14px; }
.landing-relaunch .spotlight-hero-board figcaption span { font-size: 12px; }

/* Feature-led hero: show the product through real, zoomed-in UI moments. */
.landing-relaunch .spotlight-feature-board {
  overflow: hidden;
  border-color: color-mix(in srgb, var(--app-accent) 58%, var(--app-line));
}

.landing-relaunch .spotlight-feature-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(156px, .58fr);
  gap: 12px;
  padding: 12px 12px 84px;
  background:
    radial-gradient(circle at 16% 10%, color-mix(in srgb, var(--app-accent) 11%, transparent), transparent 40%),
    color-mix(in srgb, var(--app-panel-2) 72%, var(--app-panel));
}

.landing-relaunch .spotlight-feature-stage-main {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.landing-relaunch .spotlight-feature-stage-image {
  position: relative;
  display: block;
  min-height: clamp(265px, 25vw, 390px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--app-accent) 42%, var(--app-line));
  border-radius: 15px;
  background: var(--app-bg);
  box-shadow: 0 14px 36px color-mix(in srgb, var(--app-shadow) 28%, transparent);
}

.landing-relaunch .spotlight-feature-stage-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, color-mix(in srgb, var(--app-bg) 4%, transparent), transparent 48%, color-mix(in srgb, var(--app-accent) 11%, transparent));
  content: "";
  pointer-events: none;
}

.landing-relaunch .spotlight-feature-stage-image > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  transition: transform 220ms ease;
}

.landing-relaunch .spotlight-feature-stage-image:hover > img { transform: scale(1.025); }

.landing-relaunch .spotlight-stage-badge,
.landing-relaunch .spotlight-stage-note,
.landing-relaunch .spotlight-stage-zoom {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid color-mix(in srgb, var(--app-accent) 48%, var(--app-line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--app-bg) 88%, transparent);
  color: var(--app-text);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--app-shadow) 20%, transparent);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .01em;
  backdrop-filter: blur(10px);
}

.landing-relaunch .spotlight-stage-badge { top: 12px; left: 12px; }
.landing-relaunch .spotlight-stage-note { top: 47%; left: 36%; color: var(--app-accent); }
.landing-relaunch .spotlight-stage-zoom { right: 12px; bottom: 12px; color: var(--app-accent); }

.landing-relaunch .spotlight-stage-ring {
  position: absolute;
  z-index: 1;
  top: 33%;
  left: 25%;
  width: clamp(78px, 9vw, 126px);
  aspect-ratio: 1;
  border: 2px solid var(--app-accent);
  border-radius: 999px;
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--app-accent) 14%, transparent), 0 0 34px color-mix(in srgb, var(--app-accent) 30%, transparent);
  pointer-events: none;
}

.landing-relaunch .spotlight-stage-lens {
  position: absolute;
  z-index: 3;
  top: 12%;
  right: 8%;
  display: block;
  width: clamp(108px, 12vw, 168px);
  aspect-ratio: 1.16;
  overflow: hidden;
  border: 2px solid var(--app-accent);
  border-radius: 13px;
  background: var(--app-bg);
  box-shadow: 0 14px 30px color-mix(in srgb, var(--app-shadow) 34%, transparent), 0 0 0 6px color-mix(in srgb, var(--app-accent) 12%, transparent);
  transform: rotate(2deg);
  pointer-events: none;
}

.landing-relaunch .spotlight-stage-lens::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 4px 6px;
  border: 1px solid color-mix(in srgb, var(--app-accent) 54%, var(--app-line));
  border-radius: 6px;
  background: color-mix(in srgb, var(--app-bg) 86%, transparent);
  color: var(--app-accent);
  content: "局部放大";
  font-size: 12px;
  font-weight: 750;
}

.landing-relaunch .spotlight-stage-lens img {
  width: 245%;
  height: 245%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translate(-27%, -17%);
}

.landing-relaunch .spotlight-stage-line {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: calc(25% + clamp(78px, 9vw, 126px));
  width: clamp(22px, 4vw, 62px);
  border-top: 1px solid var(--app-accent);
  transform: rotate(-12deg);
  transform-origin: left center;
  pointer-events: none;
}

.landing-relaunch .spotlight-feature-stage-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid var(--app-line);
  border-radius: 13px;
  background: color-mix(in srgb, var(--app-panel) 94%, transparent);
}

.landing-relaunch .spotlight-feature-stage-copy strong,
.landing-relaunch .spotlight-feature-stage-copy span { display: block; }
.landing-relaunch .spotlight-feature-stage-copy strong { font-size: 16px; }
.landing-relaunch .spotlight-feature-stage-copy span { margin-top: 4px; color: var(--app-muted); font-size: 12px; }
.landing-relaunch .spotlight-feature-stage-copy a { color: var(--app-accent); font-size: 12px; font-weight: 750; white-space: nowrap; }

.landing-relaunch .spotlight-feature-stage-rail {
  display: grid;
  align-content: start;
  gap: 12px;
}

.landing-relaunch .spotlight-feature-mini {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: 13px;
  background: color-mix(in srgb, var(--app-panel) 92%, transparent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--app-shadow) 16%, transparent);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.landing-relaunch .spotlight-feature-mini:hover {
  border-color: color-mix(in srgb, var(--app-accent) 64%, var(--app-line));
  box-shadow: 0 14px 30px color-mix(in srgb, var(--app-shadow) 26%, transparent);
  transform: translateY(-2px);
}

.landing-relaunch :is(.spotlight-feature-mini-image, .spotlight-highlight-mini-image) {
  position: relative;
  display: block;
  height: clamp(102px, 9vw, 142px);
  overflow: hidden;
  background: var(--app-bg);
}

.landing-relaunch :is(.spotlight-feature-mini-image, .spotlight-highlight-mini-image)::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 38%, color-mix(in srgb, var(--app-accent) 14%, transparent));
  content: "";
  pointer-events: none;
}

.landing-relaunch :is(.spotlight-feature-mini-image, .spotlight-highlight-mini-image) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-relaunch :is(.spotlight-feature-mini-image, .spotlight-highlight-mini-image) i {
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  padding: 4px 6px;
  border: 1px solid color-mix(in srgb, var(--app-accent) 54%, var(--app-line));
  border-radius: 6px;
  background: color-mix(in srgb, var(--app-bg) 84%, transparent);
  color: var(--app-accent);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.landing-relaunch .spotlight-feature-mini-copy { display: block; padding: 11px 12px 12px; }
.landing-relaunch .spotlight-feature-mini-copy b { display: block; color: var(--app-accent); font-size: 12px; letter-spacing: .02em; }
.landing-relaunch .spotlight-feature-mini-copy small { display: block; margin-top: 5px; color: var(--app-text); font-size: 12px; line-height: 1.35; }

.landing-relaunch .spotlight-pwa-band {
  position: relative;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(24px, 4vw, 60px);
  margin-top: 0;
  padding: clamp(29px, 3.3vw, 48px);
  border-color: color-mix(in srgb, var(--app-accent) 62%, var(--app-line));
  border-radius: var(--landing-radius);
  background:
    radial-gradient(circle at 88% 50%, color-mix(in srgb, var(--app-accent) 17%, transparent), transparent 42%),
    linear-gradient(112deg, color-mix(in srgb, var(--app-panel-2) 92%, var(--app-accent-soft)), var(--app-panel));
  box-shadow: var(--landing-soft-shadow);
}

.landing-relaunch .spotlight-pwa-band .eyebrow { font-size: 12px; }

.landing-relaunch .spotlight-pwa-band h2 {
  max-width: 16ch;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.04;
}

.landing-relaunch .spotlight-pwa-band p { max-width: 55ch; font-size: 15px; }

.landing-relaunch .spotlight-pwa-band-actions {
  align-items: center;
  justify-content: end;
}

.landing-relaunch .spotlight-pwa-band-actions .button { min-height: 50px; padding: 0 17px; }

.landing-relaunch .spotlight-difference {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: var(--landing-section-gap);
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: 18px;
  background: var(--app-line);
}

.landing-relaunch .spotlight-difference > div {
  min-height: 166px;
  padding: clamp(18px, 2.1vw, 28px);
  background: var(--app-panel);
}

.landing-relaunch .spotlight-difference > div.is-accent {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--app-accent-soft) 76%, var(--app-panel)), var(--app-panel));
}

.landing-relaunch .spotlight-difference span { color: var(--app-accent); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.landing-relaunch .spotlight-difference strong { display: block; margin-top: 15px; font-size: 19px; line-height: 1.28; }
.landing-relaunch .spotlight-difference small { display: block; margin-top: 8px; color: var(--app-muted); font-size: 12px; line-height: 1.55; }

.landing-relaunch .spotlight-section {
  margin-top: var(--landing-section-gap);
  padding-top: 0;
}

.landing-relaunch .spotlight-section-head {
  gap: clamp(12px, 2vw, 28px);
  padding-bottom: 16px;
}

.landing-relaunch .spotlight-section-head > div:first-child { max-width: min(100%, 960px); }

.landing-relaunch .spotlight-section-head > .spotlight-section-head-actions {
  max-width: none;
}

.landing-relaunch .spotlight-section h2 {
  max-width: none;
  font-size: clamp(34px, 3.35vw, 56px);
  letter-spacing: -.06em;
  line-height: 1.02;
  text-wrap: balance;
}

/* Pricing is a single decision, so its headline gets the full measure.
 * Keeping the actions on their own row prevents an otherwise complete
 * sentence from being squeezed into three narrow lines beside the links. */
.landing-relaunch .spotlight-convert .spotlight-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  row-gap: 12px;
}

.landing-relaunch .spotlight-convert .spotlight-section-head > div:first-child {
  max-width: none;
}

.landing-relaunch .spotlight-convert .spotlight-section-head h2 {
  font-size: clamp(38px, 3.35vw, 56px);
  white-space: nowrap;
}

.landing-relaunch .spotlight-convert .spotlight-section-head-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.landing-relaunch .spotlight-section-head > div > p:last-child {
  max-width: 56ch;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.76;
}

.landing-relaunch .spotlight-section-link { font-size: 13px; }

.landing-relaunch .spotlight-feature-grid {
  gap: clamp(13px, 1.4vw, 20px);
  margin-top: 30px;
}

.landing-relaunch .spotlight-feature-card {
  min-height: 370px;
  border-radius: 18px;
  background: var(--app-panel);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--app-shadow) 14%, transparent);
}

.landing-relaunch .spotlight-feature-card.is-wide { min-height: 392px; }
.landing-relaunch .spotlight-feature-card:hover { box-shadow: var(--landing-soft-shadow); }
.landing-relaunch .spotlight-feature-media,
.landing-relaunch .spotlight-feature-media img { min-height: 185px; }
.landing-relaunch .spotlight-feature-body { padding: 19px 20px 21px; }
.landing-relaunch .spotlight-feature-body h3 { font-size: 21px; }
.landing-relaunch .spotlight-feature-body h3 + p,
.landing-relaunch .spotlight-feature-problem { font-size: 14px; }
.landing-relaunch .spotlight-card-link { font-size: 13px; }

.landing-relaunch .spotlight-desktop-action {
  min-height: 58px;
  gap: 18px;
  padding-inline: 18px;
}

.landing-relaunch .spotlight-desktop-action > span {
  display: grid;
  gap: 2px;
  text-align: left;
}

.landing-relaunch .spotlight-desktop-action small {
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 700;
}

.landing-relaunch .spotlight-desktop-action b { font-size: 18px; }

.landing-relaunch .spotlight-capability-section {
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--app-line);
  border-radius: var(--landing-radius);
  background: color-mix(in srgb, var(--app-panel) 82%, transparent);
}

.landing-relaunch .spotlight-capability-section .spotlight-section-head { padding-bottom: 0; }
.landing-relaunch .spotlight-capability-section .spotlight-section-head > div > p:last-child { margin-top: 12px; }

.landing-relaunch .spotlight-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.landing-relaunch .spotlight-capability-grid > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 3px 11px;
  min-height: 92px;
  align-content: center;
  padding: 14px;
  border: 1px solid var(--app-line);
  border-radius: 13px;
  background: var(--app-panel);
}

.landing-relaunch .spotlight-capability-grid b {
  grid-row: 1 / 3;
  color: var(--app-accent);
  font-size: 12px;
  line-height: 1.5;
}

.landing-relaunch .spotlight-capability-grid strong {
  font-size: 14px;
  line-height: 1.4;
}

.landing-relaunch .spotlight-capability-grid span {
  color: var(--app-muted);
  font-size: 12px;
  line-height: 1.45;
}

.landing-relaunch .spotlight-capability-grid > a:hover {
  border-color: color-mix(in srgb, var(--app-accent) 58%, var(--app-line));
  background: var(--app-panel-2);
}

.landing-relaunch .spotlight-capability-grid > a:focus-visible {
  outline: 2px solid var(--app-accent);
  outline-offset: 3px;
}

.landing-relaunch .spotlight-reel-grid,
.landing-relaunch .spotlight-theme-grid,
.landing-relaunch .spotlight-step-grid,
.landing-relaunch .spotlight-convert-grid { gap: clamp(13px, 1.4vw, 20px); margin-top: 30px; }

.landing-relaunch .spotlight-reel-grid > *,
.landing-relaunch .spotlight-theme-card,
.landing-relaunch .spotlight-step-grid > *,
.landing-relaunch .spotlight-convert-grid > *,
.landing-relaunch .spotlight-plan {
  border-radius: 18px;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--app-shadow) 14%, transparent);
}

.landing-relaunch .spotlight-theme-principles { margin-top: 30px; border-radius: 18px; }
.landing-relaunch .spotlight-theme-principles > * { padding: 22px; }
.landing-relaunch .spotlight-theme-principles strong { font-size: 16px; }
.landing-relaunch .spotlight-theme-principles span { font-size: 13px; }

.landing-relaunch .spotlight-install,
.landing-relaunch .spotlight-faq { border-radius: var(--landing-radius); }

.landing-relaunch .spotlight-footer {
  margin-top: var(--landing-section-gap);
  padding-top: 36px;
  padding-bottom: 18px;
}

.landing-relaunch .spotlight-footer p,
.landing-relaunch .spotlight-footer a,
.landing-relaunch .spotlight-footer strong { font-size: 13px; }

@media (max-width: 1180px) {
  .landing-relaunch .site-header { gap: 18px; }
  .landing-relaunch .site-header nav { display: none; }
  .landing-relaunch .header-account { display: none; }
  .landing-relaunch .spotlight-hero { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 42px; }
  .landing-relaunch .spotlight-hero h1 { font-size: clamp(48px, 5.3vw, 70px); }
  .landing-relaunch .spotlight-feature-card { min-height: 340px; }
  .landing-relaunch .spotlight-convert .spotlight-section-head { display: block; }
  .landing-relaunch .spotlight-convert .spotlight-section-head h2 { white-space: normal; }
  .landing-relaunch .spotlight-convert .spotlight-section-head-actions { justify-content: flex-start; margin-top: 13px; }
}

@media (max-width: 920px) {
  .landing-relaunch .site-header { grid-template-columns: auto 1fr auto; }
  .landing-relaunch .site-header nav { display: none; }
  .landing-relaunch .spotlight-hero { grid-template-columns: 1fr; min-height: auto; gap: 42px; padding-top: 48px; }
  .landing-relaunch .spotlight-hero-copy { max-width: 720px; }
  .landing-relaunch .spotlight-hero-board { order: 0; width: min(100%, 820px); }
  .landing-relaunch .spotlight-pwa-band { grid-template-columns: 1fr; }
  .landing-relaunch .spotlight-pwa-band-actions { justify-content: start; }
  .landing-relaunch .spotlight-difference { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-relaunch .spotlight-section-head { align-items: start; }
  .landing-relaunch .spotlight-convert .spotlight-section-head-actions { justify-content: flex-start; margin-top: 13px; }
  .landing-relaunch .spotlight-convert .spotlight-section-head h2 { white-space: normal; }
  .landing-relaunch .spotlight-feature-card { grid-column: span 6; }
  .landing-relaunch .spotlight-feature-card.is-wide { grid-column: span 6; }
  .landing-relaunch .spotlight-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .landing-relaunch { --landing-gutter: 16px; --landing-section-gap: 36px; }
  .landing-relaunch .site-header { top: 8px; min-height: 58px; margin-top: 8px; padding: 7px 10px; border-radius: 14px; }
  .landing-relaunch .brand-mark-img { width: 34px; height: 34px; flex-basis: 34px; }
  .landing-relaunch .brand > span:not(.brand-mark) { font-size: 15px; }
  .landing-relaunch .brand small,
  .landing-relaunch .theme-switcher,
  .landing-relaunch .header-online { display: none; }
  .landing-relaunch .header-download { display: inline-flex; }
  .landing-relaunch .header-online { min-height: 40px; padding: 0 11px; font-size: 12px; }
  .landing-relaunch .landing-campaign { grid-template-columns: 1fr; gap: 12px; margin-top: 17px; }
  .landing-relaunch .landing-campaign-actions { display: grid; grid-template-columns: 1fr; }
  .landing-relaunch .landing-campaign-actions a { width: 100%; }
  .landing-relaunch .spotlight-hero { gap: 30px; padding: 34px 0 48px; }
  .landing-relaunch .spotlight-live-badge { align-items: flex-start; line-height: 1.45; }
  .landing-relaunch .spotlight-hero .eyebrow { margin-top: 18px; font-size: 12px; letter-spacing: .11em; }
  .landing-relaunch .spotlight-hero h1 { font-size: clamp(46px, 13.2vw, 62px); }
  .landing-relaunch .spotlight-hero-lede { margin-top: 20px; font-size: 16px; }
  .landing-relaunch .spotlight-actions { display: grid; margin-top: 25px; }
  .landing-relaunch .spotlight-actions .button { width: 100%; }
  .landing-relaunch .spotlight-desktop-action { justify-content: space-between; }
  .landing-relaunch .spotlight-hero-stats { margin-top: 23px; }
  .landing-relaunch .spotlight-hero-stats > div { padding: 12px 11px; }
  .landing-relaunch .spotlight-hero-stats dt { font-size: 14px; }
  .landing-relaunch .spotlight-hero-stats dd { font-size: 12px; }
  .landing-relaunch .spotlight-pwa-detail { margin-top: 16px; }
  .landing-relaunch .spotlight-proof { gap: 8px 12px; }
  .landing-relaunch .spotlight-board-head { min-height: 50px; gap: 8px; padding: 0 12px; }
  .landing-relaunch .spotlight-board-head > span { display: none; }
  .landing-relaunch .spotlight-board-head b,
  .landing-relaunch .spotlight-board-head em { font-size: 12px; }
  .landing-relaunch .spotlight-board-image,
  .landing-relaunch .spotlight-board-image img { min-height: 250px; }
  .landing-relaunch .spotlight-callout { padding: 6px 8px; font-size: 12px; }
  .landing-relaunch .spotlight-callout-b { display: none; }
  .landing-relaunch .spotlight-feature-stage { grid-template-columns: 1fr; gap: 10px; padding: 10px 10px 76px; }
  .landing-relaunch .spotlight-feature-stage-image { min-height: 252px; }
  .landing-relaunch .spotlight-feature-stage-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .landing-relaunch :is(.spotlight-feature-mini-image, .spotlight-highlight-mini-image) { height: 96px; }
  .landing-relaunch .spotlight-feature-stage-copy { align-items: flex-start; flex-direction: column; gap: 8px; }
  .landing-relaunch .spotlight-hero-board figcaption { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 10px 12px; }
  .landing-relaunch .spotlight-pwa-band { gap: 22px; padding: 24px 21px; }
  .landing-relaunch .spotlight-pwa-band h2 { font-size: 34px; }
  .landing-relaunch .spotlight-pwa-band p { font-size: 14px; }
  .landing-relaunch .spotlight-pwa-band-actions { display: grid; }
  .landing-relaunch .spotlight-pwa-band-actions .button { width: 100%; }
  .landing-relaunch .spotlight-difference { grid-template-columns: 1fr; }
  .landing-relaunch .spotlight-difference > div { min-height: auto; padding: 19px; }
  .landing-relaunch .spotlight-section-head { display: block; padding-bottom: 20px; }
  .landing-relaunch .spotlight-section h2 { font-size: 38px; }
  .landing-relaunch .spotlight-section-head > div > p:last-child { font-size: 15px; }
  .landing-relaunch .spotlight-section-link { display: inline-flex; margin-top: 16px; }
  .landing-relaunch .spotlight-feature-grid { display: grid; grid-template-columns: 1fr; }
  .landing-relaunch .spotlight-feature-card,
  .landing-relaunch .spotlight-feature-card.is-wide { grid-column: auto; min-height: auto; }
  .landing-relaunch .spotlight-capability-grid { grid-template-columns: 1fr; }
  .landing-relaunch .spotlight-capability-section { padding: 22px 18px; }
  .landing-relaunch .spotlight-feature-media,
  .landing-relaunch .spotlight-feature-media img { min-height: 170px; }
  .landing-relaunch .spotlight-feature-body h3 { font-size: 20px; }
  .landing-relaunch .spotlight-reel-grid,
  .landing-relaunch .spotlight-theme-grid,
  .landing-relaunch .spotlight-step-grid,
  .landing-relaunch .spotlight-convert-grid { grid-template-columns: 1fr; }
  .landing-relaunch .spotlight-theme-principles { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-relaunch *,
  .landing-relaunch *::before,
  .landing-relaunch *::after {
    scroll-behavior: auto;
    transition-duration: .01ms !important;
  }
}

/* 2026-08-23: tighten the first-screen hierarchy around product value. */
.landing-relaunch .landing-campaign {
  grid-template-columns: minmax(280px, 1fr) auto minmax(220px, .65fr) auto;
  margin-top: 18px;
  padding-block: 10px;
  border-color: var(--app-line);
  background: color-mix(in srgb, var(--app-panel) 88%, transparent);
  box-shadow: none;
}

.landing-relaunch .landing-campaign::before {
  width: 2px;
  background: var(--status-warning-border);
}

.landing-relaunch .landing-campaign-copy > span {
  border-color: var(--status-warning-border);
  background: var(--status-warning-bg);
  color: var(--status-warning-text);
}

.landing-relaunch .landing-campaign-price strong {
  color: var(--app-text);
  font-size: 20px;
}

.landing-relaunch .landing-campaign time {
  color: var(--app-muted);
  font-family: var(--font-family-body);
  font-weight: 650;
  text-align: left;
}

.landing-relaunch .landing-campaign-actions a {
  min-height: 38px;
  padding-inline: 12px;
  font-size: 12px;
}

.landing-relaunch .landing-campaign-actions a.is-primary {
  border-color: var(--app-line);
  background: var(--app-panel-2);
  color: var(--app-text);
}

.landing-relaunch .spotlight-hero {
  min-height: min(760px, calc(100svh - 118px));
  padding-top: clamp(38px, 4.6vw, 66px);
}

.landing-relaunch .spotlight-hero-copy {
  max-width: 690px;
}

.landing-relaunch .spotlight-live-badge {
  box-shadow: none;
}

.landing-relaunch .spotlight-hero h1 {
  max-width: 10.5ch;
  text-wrap: balance;
}

.landing-relaunch .spotlight-hero-lede {
  max-width: 46ch;
  color: color-mix(in srgb, var(--app-text) 76%, var(--app-muted));
}

.landing-relaunch .spotlight-actions .button.primary {
  min-width: 256px;
}

.landing-relaunch .spotlight-hero-stats dt {
  font-size: 14px;
  letter-spacing: 0;
}

.landing-relaunch .spotlight-hero-stats dd {
  color: color-mix(in srgb, var(--app-text) 68%, var(--app-muted));
}

.landing-relaunch .spotlight-feature-stage {
  grid-template-columns: minmax(0, 1.58fr) minmax(148px, .42fr);
}

.landing-relaunch .spotlight-feature-mini-copy small {
  color: color-mix(in srgb, var(--app-text) 68%, var(--app-muted));
}

@media (max-width: 1180px) {
  .landing-relaunch .header-online { display: none; }
  .landing-relaunch .header-download { display: inline-flex; }
  .landing-relaunch .landing-campaign { grid-template-columns: minmax(260px, 1fr) auto auto; }
  .landing-relaunch .landing-campaign time { grid-column: 1 / 3; }
  .landing-relaunch .landing-campaign-actions { grid-column: 3; grid-row: 1 / 3; }
  .landing-relaunch .landing-campaign-actions a:last-child { display: none; }
}

@media (max-width: 920px) {
  .landing-relaunch .landing-campaign { grid-template-columns: 1fr auto; }
  .landing-relaunch .landing-campaign-copy { grid-column: 1 / -1; }
  .landing-relaunch .landing-campaign time { grid-column: 1; grid-row: 2; }
  .landing-relaunch .landing-campaign-actions { grid-column: 2; grid-row: 2 / 4; }
  .landing-relaunch .landing-campaign-price { grid-column: 1; grid-row: 3; }
}

@media (max-width: 640px) {
  .landing-relaunch .landing-campaign {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    padding: 12px 14px;
  }
  .landing-relaunch .landing-campaign-copy { grid-column: 1; grid-row: 1; }
  .landing-relaunch .landing-campaign-copy > span { display: none; }
  .landing-relaunch .landing-campaign-price { grid-column: 2; grid-row: 1; align-self: center; }
  .landing-relaunch .landing-campaign-price del,
  .landing-relaunch .landing-campaign-price span,
  .landing-relaunch .landing-campaign time { display: none; }
  .landing-relaunch .landing-campaign-actions { grid-column: 1 / -1; grid-row: 2; display: flex; }
  .landing-relaunch .landing-campaign-actions a { width: 100%; }
  .landing-relaunch .landing-campaign-actions a:last-child { display: none; }
  .landing-relaunch .spotlight-hero { padding-top: 28px; }
  .landing-relaunch .spotlight-hero h1 { max-width: 9ch; }
  .landing-relaunch .spotlight-actions .button.primary { min-width: 0; }
  .landing-relaunch .spotlight-feature-stage { grid-template-columns: 1fr; }
}

/* 2026-08-24: anchor offsets, focus visibility, card/step/plan hover polish, tiny-text debt down. */

/* --- 导航与滚动：锚点不被 sticky header 遮挡 --- */
.landing-relaunch [id] { scroll-margin-top: 96px; }

@media (prefers-reduced-motion: no-preference) {
  .landing-relaunch { scroll-behavior: smooth; }
}

/* --- 键盘焦点可见性 --- */
.landing-relaunch a:focus-visible,
.landing-relaunch button:focus-visible,
.landing-relaunch summary:focus-visible {
  outline: 2px solid var(--app-accent);
  outline-offset: 2px;
  border-radius: 6px;
}

/* --- section 头部：eyebrow 提升可读性并加 accent 引导线 --- */
.landing-relaunch .spotlight-section .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.landing-relaunch .spotlight-section .eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--app-accent);
  content: "";
}

/* --- 功能卡：媒体区边界、编号与标题层次 --- */
.landing-relaunch .spotlight-feature-card,
.landing-relaunch .spotlight-theme-card {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.landing-relaunch .spotlight-feature-media::after {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--app-line) 55%, transparent);
  content: "";
  pointer-events: none;
}

.landing-relaunch .spotlight-feature-body > p:first-child {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.landing-relaunch .spotlight-feature-body h3 { letter-spacing: -.015em; }

.landing-relaunch .spotlight-feature-body h3 + p {
  color: color-mix(in srgb, var(--app-text) 74%, var(--app-muted));
}

.landing-relaunch .spotlight-card-link { font-size: 12px; }

/* --- reel 卡：caption 可读性 + hover 反馈 --- */
.landing-relaunch .spotlight-reel-grid figure {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.landing-relaunch .spotlight-reel-grid a:hover figure {
  border-color: color-mix(in srgb, var(--app-accent) 60%, var(--app-line));
  box-shadow: var(--landing-soft-shadow);
  transform: translateY(-3px);
}

.landing-relaunch .spotlight-reel-grid figcaption b { font-size: 16px; letter-spacing: -.01em; }
.landing-relaunch .spotlight-reel-grid figcaption span { font-size: 12px; }

/* --- 主题卡：媒体边界 + caption 层次 --- */
.landing-relaunch .spotlight-theme-card-media::after {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--app-line) 55%, transparent);
  content: "";
  pointer-events: none;
}

.landing-relaunch .spotlight-theme-card:hover {
  border-color: color-mix(in srgb, var(--app-accent) 60%, var(--app-line));
  box-shadow: var(--landing-soft-shadow);
  transform: translateY(-3px);
}

.landing-relaunch .spotlight-theme-card figcaption strong { font-size: 15px; }
.landing-relaunch .spotlight-theme-card figcaption p { font-size: 12px; }

/* --- 五步流程：数字、hover 与 active 状态强化 --- */
.landing-relaunch .spotlight-step-grid li {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.landing-relaunch .spotlight-step-grid li:hover {
  border-color: color-mix(in srgb, var(--app-accent) 55%, var(--app-line));
  box-shadow: var(--landing-soft-shadow);
  transform: translateY(-2px);
}

.landing-relaunch .spotlight-step-grid b {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.landing-relaunch .spotlight-step-grid strong { font-size: 17px; letter-spacing: -.01em; }
.landing-relaunch .spotlight-step-grid span { font-size: 12px; }

.landing-relaunch .spotlight-step-grid li.is-active {
  border-color: var(--app-accent);
  box-shadow: inset 3px 0 0 var(--app-accent), var(--landing-soft-shadow);
}

/* --- 定价卡：主推方案强调 + 统一 hover；两列填满行宽，消除右侧空列 --- */
.landing-relaunch .spotlight-convert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.landing-relaunch .spotlight-plan {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.landing-relaunch .spotlight-plan:hover { transform: translateY(-3px); }

.landing-relaunch .spotlight-plan.is-featured {
  border-color: var(--app-accent);
  box-shadow:
    inset 0 2px 0 var(--app-accent),
    0 18px 46px color-mix(in srgb, var(--app-accent) 16%, transparent);
}

.landing-relaunch .spotlight-plan > span { font-size: 12px; }
.landing-relaunch .spotlight-plan > p { font-size: 12px; }
.landing-relaunch .spotlight-plan > strong small { font-size: 12px; }
.landing-relaunch .spotlight-plan ul { font-size: 12px; }
.landing-relaunch .spotlight-plan-link { font-size: 12px; }

/* --- 差异对比条：hover 微反馈 --- */
.landing-relaunch .spotlight-difference > div { transition: background 200ms ease; }
.landing-relaunch .spotlight-difference strong { letter-spacing: -.01em; }

/* --- 品牌副标：从 8px 提升到 12px，达到正文可读性下限 --- */
.landing-relaunch .spotlight-header .brand small,
.landing-relaunch .spotlight-footer .brand small { font-size: 12px; }

@media (max-width: 640px) {
  .landing-relaunch [id] { scroll-margin-top: 78px; }
}

@media (max-width: 860px) {
  .landing-relaunch .spotlight-convert-grid { grid-template-columns: 1fr; }
}

.landing-relaunch {
  position: relative;
}

.landing-relaunch .site-header,
.landing-relaunch main,
.landing-relaunch .spotlight-footer {
  position: relative;
  z-index: 1;
}

.landing-relaunch .landing-window-board {
  overflow: hidden;
}

.landing-relaunch .landing-window-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--app-line) 80%, var(--app-accent));
  background: color-mix(in srgb, var(--app-panel) 88%, var(--app-bg));
  color: var(--app-muted);
  font-size: 12px;
  font-weight: 700;
}

.landing-relaunch .landing-window-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: color-mix(in srgb, var(--app-accent) 55%, var(--app-line));
}

.landing-relaunch .landing-window-chrome span:nth-child(2) {
  background: color-mix(in srgb, var(--app-secondary) 55%, var(--app-line));
}

.landing-relaunch .landing-window-chrome span:nth-child(3) {
  background: color-mix(in srgb, var(--status-warning-border) 70%, var(--app-line));
}

.landing-relaunch .landing-window-chrome b {
  margin-left: 6px;
  color: var(--app-text);
  font-weight: 750;
}

.landing-relaunch .landing-window-board > img {
  width: 100%;
  min-height: clamp(240px, 28vw, 420px);
  object-fit: cover;
}

.landing-relaunch .landing-poster-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.landing-relaunch .landing-poster {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--app-accent) 28%, var(--app-line));
  border-radius: var(--landing-radius);
  background: color-mix(in srgb, var(--app-panel) 88%, transparent);
  box-shadow: var(--landing-soft-shadow);
}

.landing-relaunch .landing-poster figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.landing-relaunch .landing-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-relaunch .landing-poster-stamp {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 8px;
  padding: 58px 16px 14px;
  background: linear-gradient(to top, color-mix(in srgb, var(--app-bg) 88%, transparent) 0%, color-mix(in srgb, var(--app-bg) 55%, transparent) 58%, transparent 100%);
  color: var(--app-text);
}

.landing-relaunch .landing-poster-stamp small {
  color: var(--app-accent);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 850;
  letter-spacing: .03em;
  line-height: 1.15;
}

.landing-relaunch .landing-poster-stamp strong {
  font-family: var(--font-family-display);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 750;
  line-height: 1.35;
}

.landing-relaunch .landing-poster-stamp ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-relaunch .landing-poster-stamp li {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--app-accent) 42%, var(--app-line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--app-panel) 72%, transparent);
  color: var(--app-text);
  font-size: 12px;
  font-weight: 750;
}

.landing-relaunch .landing-poster-copy {
  display: grid;
  gap: 10px;
  padding: 2px 6px 4px;
}

.landing-relaunch .landing-poster-copy p {
  margin: 0;
  color: var(--app-muted);
  font-size: 14px;
  line-height: 1.6;
}

.landing-relaunch .landing-poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-relaunch .landing-poster-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--app-line);
  border-radius: 11px;
  background: var(--app-panel-2);
  color: var(--app-text);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.landing-relaunch .landing-poster-actions a.is-primary {
  border-color: var(--app-accent);
  background: var(--app-accent);
  color: var(--app-accent-ink);
}

.landing-relaunch .landing-poster-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.landing-relaunch .landing-poster-more a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--app-line);
  border-radius: 999px;
  color: var(--app-muted);
  font-size: 13px;
  text-decoration: none;
}

.landing-relaunch .landing-poster-more a:hover {
  border-color: var(--app-accent);
  color: var(--app-text);
}

.landing-relaunch .landing-layout-board {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
}

.landing-relaunch .landing-layout-board img {
  width: 100%;
  border: 1px solid var(--app-line);
  border-radius: var(--landing-radius);
  box-shadow: var(--landing-shadow);
}

.landing-relaunch .landing-layout-pins {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-relaunch .landing-layout-pins li {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--app-line);
  border-radius: 16px;
  background: var(--app-panel);
}

.landing-relaunch .landing-layout-pins b {
  color: var(--app-accent);
  font-size: 12px;
}

.landing-relaunch .landing-layout-pins strong { font-size: 16px; }
.landing-relaunch .landing-layout-pins span { color: var(--app-muted); font-size: 13px; line-height: 1.55; }

.landing-relaunch .landing-step-grid a {
  margin-top: 8px;
  color: var(--app-accent);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.landing-relaunch .landing-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.landing-relaunch .landing-entry-grid article,
.landing-relaunch .landing-lessons-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--app-line);
  border-radius: var(--landing-radius);
  background: var(--app-panel);
}

.landing-relaunch .landing-entry-grid span,
.landing-relaunch .landing-lessons-card strong:first-child {
  color: var(--app-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.landing-relaunch .landing-entry-grid h3 { margin: 0; font-size: 22px; }
.landing-relaunch .landing-entry-grid p,
.landing-relaunch .landing-lessons-card p { margin: 0; color: var(--app-muted); font-size: 14px; line-height: 1.7; }

.landing-relaunch .landing-lessons-card {
  margin-top: 22px;
}

.landing-relaunch .landing-lessons-card a,
.landing-relaunch .landing-entry-grid .button {
  justify-self: start;
}

@media (max-width: 920px) {
  .landing-relaunch .landing-poster-list { grid-template-columns: 1fr; }
  .landing-relaunch .landing-layout-pins,
  .landing-relaunch .landing-entry-grid,
  .landing-relaunch .landing-step-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .landing-relaunch .spotlight-hero h1 { white-space: normal; text-wrap: wrap; }
}
