:root {
  --ink: #07111f;
  --ink-soft: #132033;
  --paper: #f7f9fc;
  --surface: #ffffff;
  --line: #dfe6f0;
  --muted: #5f6f86;
  --brand-violet: #5f5bff;
  --brand-blue: #2f6df6;
  --brand-teal: #16b8a6;
  --spark: #f5ae2d;
  --shadow: 0 22px 60px rgba(7, 17, 31, 0.16);
  --container: 1180px;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

.project-page {
  --project-ink: #2f3f42;
  --project-muted: #63729c;
  --project-deep: #406a72;
  --project-lilac: #8889c2;
  --project-bg: #f5f7fa;
  --project-card: #ffffff;
  --project-line: rgba(99, 114, 156, 0.14);
  color: var(--project-ink);
  background: var(--project-bg);
}

.project-page * {
  min-width: 0;
}

.project-page .project-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.project-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 10px max(20px, calc((100vw - 1120px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(18px);
}

.project-brand,
.project-nav,
.project-header-action,
.project-hero-actions,
.project-final-actions {
  display: inline-flex;
  align-items: center;
}

.project-brand {
  gap: 10px;
  color: var(--project-ink);
  font-weight: 800;
}

.project-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--project-deep), var(--project-muted));
  border-radius: 8px;
}

.project-nav {
  gap: 28px;
  color: var(--project-muted);
  font-size: 14px;
  font-weight: 700;
}

.project-nav a:hover {
  color: var(--project-deep);
}

.project-header-action {
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--project-deep), var(--project-muted));
  border-radius: 10px;
}

.project-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(180deg, var(--project-deep), var(--project-muted));
}

.project-hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 48px 48px;
}

.project-hero::before,
.project-hero::after {
  position: absolute;
  width: 320px;
  height: 320px;
  content: "";
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  filter: blur(70px);
}

.project-hero::before {
  top: 80px;
  right: 8%;
}

.project-hero::after {
  bottom: 40px;
  left: 8%;
}

.project-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100vh - 64px);
  padding-top: 76px;
  padding-bottom: 76px;
}

.project-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  color: var(--project-deep);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
}

.project-hero h1 {
  margin: 18px 0 14px;
  color: #ffffff;
  font-size: clamp(56px, 8vw, 108px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.project-hero-subtitle {
  max-width: 700px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.project-hero-panel,
.project-hero-card,
.project-definition,
.project-solution-card,
.project-insight-card,
.project-flow-list,
.project-capability-card,
.project-value-steps article,
.project-audience-grid article,
.project-reason-grid article,
.project-partner-grid article,
.project-model-list,
.project-manifesto,
.project-confidence,
.project-final-card {
  background: var(--project-card);
  border: 1px solid var(--project-line);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(64, 106, 114, 0.09);
}

.project-hero-panel {
  max-width: 720px;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.project-hero-panel p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  overflow-wrap: anywhere;
}

.project-hero-panel strong {
  display: inline;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow-wrap: anywhere;
}

.project-hero-actions,
.project-final-actions {
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.project-hero-proof {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.project-hero-proof span {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.project-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  font-weight: 800;
  border-radius: 14px;
}

.project-btn-light {
  color: var(--project-deep);
  background: #ffffff;
}

.project-btn-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.project-btn-dark {
  color: #ffffff;
  background: linear-gradient(135deg, var(--project-deep), var(--project-muted), var(--project-lilac));
}

.project-btn-outline {
  color: var(--project-deep);
  background: #ffffff;
  border: 2px solid rgba(64, 106, 114, 0.26);
}

.project-hero-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 34px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
}

.project-hero-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.project-hero-card strong {
  display: block;
  padding: 18px 22px;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
}

.project-hero-card i {
  width: 2px;
  height: 28px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.38);
}

.project-hero-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.project-system-map {
  display: grid;
  gap: 22px;
}

.project-system-node,
.project-proof-card,
.project-trust-grid article,
.project-cta-card {
  background: var(--project-card);
  border: 1px solid var(--project-line);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(64, 106, 114, 0.09);
}

.project-system-node {
  padding: 26px;
}

.project-system-fronts {
  display: grid;
  grid-template-columns: 1.14fr 0.96fr 0.9fr;
  gap: 18px;
}

.project-system-node small,
.project-proof-card small,
.project-trust-grid span,
.project-cta-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 0 11px;
  color: var(--project-deep);
  font-size: 12px;
  font-weight: 900;
  background: rgba(64, 106, 114, 0.1);
  border-radius: 999px;
}

.project-system-node h3,
.project-proof-card h3,
.project-trust-grid h3,
.project-cta-card strong {
  margin: 0 0 12px;
  color: var(--project-ink);
  font-size: 23px;
  line-height: 1.35;
}

.project-system-node p,
.project-proof-card p,
.project-trust-grid p {
  margin: 0;
  color: var(--project-muted);
  font-size: 15px;
  line-height: 1.85;
}

.project-proof-section {
  background: #ffffff;
}

.project-product-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.project-proof-card {
  display: grid;
  gap: 20px;
  overflow: hidden;
  padding: 18px;
}

.project-proof-shot {
  position: relative;
  height: 260px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(64, 106, 114, 0.08), rgba(136, 137, 194, 0.12)),
    #eef3f7;
  border: 1px solid rgba(99, 114, 156, 0.14);
  border-radius: 18px;
}

.project-proof-phone {
  height: 360px;
}

.project-proof-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.project-proof-wide .project-proof-shot img {
  object-fit: contain;
  padding: 12px;
}

.project-proof-card > div:last-child {
  padding: 0 6px 8px;
}

.project-section {
  padding: 88px 0;
}

.project-soft-section,
.project-value-section,
.project-model-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(64, 106, 114, 0.08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(136, 137, 194, 0.1), transparent 30%);
}

.project-section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.project-section-heading.align-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.project-section-heading h2,
.project-confidence h2,
.project-final-card h2 {
  margin: 0 0 14px;
  color: var(--project-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.22;
  letter-spacing: 0;
}

.project-section-heading p,
.project-confidence p,
.project-final-card p {
  margin: 0;
  color: var(--project-muted);
  font-size: 17px;
  line-height: 1.8;
}

.project-definition {
  max-width: 860px;
  margin: 0 auto 28px;
  padding: 30px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--project-deep), var(--project-muted));
}

.project-definition span,
.project-insight-card span,
.project-confidence span,
.project-final-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}

.project-definition p {
  margin: 0;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.55;
}

.project-definition-governance {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.project-definition-governance small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 11px;
  padding: 0 11px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.project-definition-governance strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
}

.project-definition-governance p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.project-three-grid,
.project-audience-grid,
.project-reason-grid,
.project-partner-grid,
.project-value-steps,
.project-trust-grid,
.project-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project-solution-card,
.project-audience-grid article,
.project-reason-grid article,
.project-partner-grid article,
.project-trust-grid article {
  padding: 24px;
}

.project-solution-card small,
.project-capability-title span,
.project-audience-grid span,
.project-reason-grid span,
.project-partner-grid small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 0 12px;
  color: var(--project-deep);
  font-size: 12px;
  font-weight: 900;
  background: rgba(64, 106, 114, 0.1);
  border-radius: 999px;
}

.project-solution-card h3,
.project-capability-card h3,
.project-audience-grid h3,
.project-reason-grid h3,
.project-partner-grid h3 {
  margin: 0 0 12px;
  color: var(--project-ink);
  font-size: 22px;
  line-height: 1.38;
}

.project-solution-card p,
.project-capability-card p,
.project-audience-grid p,
.project-reason-grid p,
.project-partner-grid p {
  margin: 0;
  color: var(--project-muted);
  font-size: 15px;
  line-height: 1.85;
}

.project-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 34px;
  align-items: center;
}

.project-insight-card {
  padding: 26px;
  border-left: 6px solid var(--project-deep);
}

.project-insight-card span {
  color: var(--project-deep);
  opacity: 1;
}

.project-insight-card p {
  margin: 0;
  color: var(--project-ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.65;
}

.project-flow-list,
.project-model-list {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.project-flow-list div,
.project-model-list div {
  padding: 17px 18px;
  color: var(--project-ink);
  font-size: 17px;
  font-weight: 800;
  background: rgba(99, 114, 156, 0.06);
  border: 1px solid rgba(99, 114, 156, 0.14);
  border-radius: 14px;
}

.project-capability-stack {
  display: grid;
  gap: 24px;
}

.project-capability-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.project-capability-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  content: "";
  background: var(--project-deep);
}

.project-accent-b::before {
  background: var(--project-muted);
}

.project-accent-c::before {
  background: var(--project-lilac);
}

.project-capability-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.project-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.project-tags span {
  padding: 9px 13px;
  color: var(--project-deep);
  font-size: 13px;
  font-weight: 800;
  background: rgba(64, 106, 114, 0.08);
  border: 1px solid rgba(64, 106, 114, 0.18);
  border-radius: 12px;
}

.project-capability-card strong,
.project-audience-grid strong {
  display: block;
  margin-top: 18px;
  padding: 16px;
  color: var(--project-ink);
  font-size: 18px;
  line-height: 1.65;
  background: rgba(64, 106, 114, 0.05);
  border-radius: 14px;
}

.project-value-quote {
  max-width: 880px;
  margin: 0 auto 28px;
  padding: 40px;
  color: #ffffff;
  font-size: clamp(26px, 4.5vw, 52px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  background: linear-gradient(135deg, var(--project-deep), var(--project-muted), var(--project-lilac));
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(64, 106, 114, 0.24);
}

.project-value-quote span {
  color: #ffd84d;
}

.project-value-steps article {
  padding: 26px;
  text-align: center;
}

.project-value-steps strong {
  display: block;
  color: var(--project-ink);
  font-size: 32px;
  line-height: 1.2;
}

.project-value-steps span {
  display: block;
  margin-top: 8px;
  color: var(--project-muted);
  font-weight: 800;
}

.project-audience-grid article:nth-child(2),
.project-reason-grid article:nth-child(2),
.project-partner-grid article:nth-child(2) {
  transform: translateY(18px);
}

.project-manifesto {
  padding: 28px;
}

.project-manifesto p {
  margin: 0 0 14px;
  color: var(--project-muted);
  font-size: 17px;
  line-height: 1.8;
}

.project-manifesto strong {
  display: block;
  color: var(--project-deep);
  font-size: 28px;
  line-height: 1.5;
}

.project-confidence {
  max-width: 920px;
  margin: 0 auto;
  padding: 42px;
  text-align: center;
}

.project-confidence span,
.project-final-card span {
  color: var(--project-deep);
  opacity: 1;
}

.project-final-section {
  padding-top: 50px;
}

.project-final-card {
  padding: 48px;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(64, 106, 114, 0.6), rgba(136, 137, 194, 0.6)) border-box;
  border: 2px solid transparent;
}

.project-final-actions {
  justify-content: center;
}

.project-cta-grid {
  margin-top: 30px;
  text-align: left;
}

.project-cta-card {
  display: grid;
  align-content: start;
  min-height: 192px;
  padding: 24px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.project-cta-card:hover {
  border-color: rgba(64, 106, 114, 0.38);
  box-shadow: 0 24px 58px rgba(64, 106, 114, 0.15);
  transform: translateY(-4px);
}

.project-cta-card strong {
  display: block;
  color: var(--project-ink);
  font-size: 21px;
}

.project-cta-card em {
  align-self: end;
  margin-top: 24px;
  color: var(--project-deep);
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
}

.project-footer {
  padding: 28px 0;
  background: #ffffff;
  border-top: 1px solid rgba(99, 114, 156, 0.14);
}

.project-footer .project-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--project-muted);
  font-size: 13px;
}

.project-footer div div {
  display: grid;
  gap: 4px;
}

.project-footer strong {
  color: var(--project-ink);
  font-size: 14px;
}

.project-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .project-nav {
    display: none;
  }

  .project-hero-grid,
  .project-split {
    grid-template-columns: 1fr;
  }

  .project-hero-grid {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .project-hero-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .project-three-grid,
  .project-system-fronts,
  .project-product-proof,
  .project-audience-grid,
  .project-reason-grid,
  .project-partner-grid,
  .project-value-steps,
  .project-trust-grid,
  .project-cta-grid {
    grid-template-columns: 1fr;
  }

  .project-audience-grid article:nth-child(2),
  .project-reason-grid article:nth-child(2),
  .project-partner-grid article:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 620px) {
  .project-page .project-container {
    width: calc(100% - 48px);
  }

  .project-header {
    min-height: 58px;
    padding: 10px 16px;
  }

  .project-header-action {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .project-brand {
    font-size: 15px;
  }

  .project-brand-mark {
    width: 30px;
    height: 30px;
  }

  .project-hero h1 {
    font-size: 46px;
  }

  .project-hero-subtitle {
    font-size: 22px;
  }

  .project-hero-panel p,
  .project-hero-panel strong {
    word-break: break-word;
  }

  .project-hero-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .project-hero-proof span {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .project-hero-grid {
    display: block;
  }

  .project-hero-copy,
  .project-hero-panel,
  .project-hero-card {
    width: 100%;
    max-width: 100%;
  }

  .project-hero-card {
    margin-top: 32px;
  }

  .project-kicker {
    max-width: 100%;
    white-space: normal;
  }

  .project-hero-card,
  .project-definition,
  .project-system-node,
  .project-proof-card,
  .project-solution-card,
  .project-insight-card,
  .project-flow-list,
  .project-capability-card,
  .project-audience-grid article,
  .project-reason-grid article,
  .project-partner-grid article,
  .project-trust-grid article,
  .project-cta-card,
  .project-model-list,
  .project-manifesto,
  .project-confidence,
  .project-final-card {
    border-radius: 18px;
  }

  .project-capability-card,
  .project-system-node,
  .project-trust-grid article,
  .project-cta-card,
  .project-final-card,
  .project-confidence {
    padding: 22px;
  }

  .project-proof-card {
    padding: 14px;
  }

  .project-proof-phone,
  .project-proof-shot {
    height: 280px;
  }

  .project-proof-wide .project-proof-shot {
    height: 210px;
  }

  .project-section {
    padding: 58px 0;
  }

  .project-section-heading {
    margin-bottom: 28px;
  }

  .project-section-heading h2,
  .project-confidence h2,
  .project-final-card h2 {
    font-size: 28px;
  }

  .project-section-heading p,
  .project-confidence p,
  .project-final-card p {
    font-size: 15px;
  }

  .project-definition-governance {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .project-definition-governance strong {
    font-size: 21px;
  }

  .project-capability-title {
    display: block;
  }

  .project-capability-title span {
    margin-bottom: 12px;
  }

  .project-btn {
    width: 100%;
  }

  .project-final-actions,
  .project-hero-actions {
    width: 100%;
  }

  .project-footer .project-container {
    display: grid;
    justify-content: stretch;
    text-align: left;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

main#top {
  scroll-margin-top: 72px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--container), calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 0;
}

.site-header::before {
  position: fixed;
  inset: 0 0 auto;
  z-index: -1;
  height: 72px;
  content: "";
  background: rgba(247, 249, 252, 0.88);
  border-bottom: 1px solid rgba(223, 230, 240, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 178px;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(47, 109, 246, 0.24);
}

.brand-name {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  color: #0b1424;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.brand-name::after {
  position: absolute;
  right: 1px;
  bottom: -8px;
  width: 42px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--spark), rgba(47, 109, 246, 0));
  border-radius: 999px;
  opacity: 0.72;
}

.brand-name-hot {
  color: #e78f18;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #344158;
  font-size: 14px;
  font-weight: 600;
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--brand-blue);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-top-entry {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand-violet), var(--brand-blue) 55%, var(--brand-teal));
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(47, 109, 246, 0.22);
}

@media (min-width: 1041px) {
  .mobile-top-entry {
    display: none;
  }
}

.product-entry {
  position: relative;
}

.entry-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 4px;
  width: 260px;
  padding: 8px;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(7, 17, 31, 0.16);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  backdrop-filter: blur(18px);
}

.product-entry:hover .entry-menu,
.product-entry:focus-within .entry-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.entry-menu a {
  display: block;
  padding: 12px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.entry-menu a:hover {
  background: #eef4fb;
}

.entry-menu strong,
.entry-menu span {
  display: block;
}

.entry-menu strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.3;
}

.entry-menu span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-violet), var(--brand-blue) 48%, var(--brand-teal));
  box-shadow: 0 14px 28px rgba(47, 109, 246, 0.24);
}

.button.secondary {
  color: #dce8ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.button.secondary.light {
  color: #ffffff;
}

button.button {
  font-family: inherit;
  border: 0;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.entry-tip-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.entry-tip-modal[hidden] {
  display: none;
}

.entry-tip-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.58);
  backdrop-filter: blur(10px);
}

.entry-tip-card {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  padding: 34px;
  color: var(--ink);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 109, 246, 0.12), transparent 44%),
    #ffffff;
  border: 1px solid rgba(223, 230, 240, 0.92);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(7, 17, 31, 0.28);
}

.entry-tip-card h2 {
  margin: 18px 0 0;
  font-size: 28px;
  line-height: 1.2;
}

.entry-tip-card p {
  margin: 18px 0 26px;
  color: #31435f;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 800;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 92px 0 86px;
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 52% 8%, rgba(47, 109, 246, 0.22), transparent 34%),
    linear-gradient(145deg, #07111f 0%, #0b1628 48%, #09121e 100%);
  background-size: 40px 40px, 40px 40px, auto, auto;
}

.hero-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background: linear-gradient(180deg, rgba(247, 249, 252, 0), var(--paper));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 46px;
  align-items: center;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.hero-copy {
  display: flex;
  flex-direction: column;
}

.eyebrow {
  margin: 0 0 16px;
  color: #9debe1;
  font-size: 13px;
  font-weight: 800;
}

.eyebrow.dark {
  color: var(--brand-blue);
}

.hero-copy h1 {
  margin: 0;
  font-size: 60px;
  line-height: 1.03;
  font-weight: 900;
}

.hero-copy,
.hero-lead,
.hero-desc {
  min-width: 0;
  max-width: 100%;
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: #b7c4d6;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 800;
}

.hero-desc {
  max-width: 560px;
  margin: 20px 0 0;
  color: #b7c4d6;
  font-size: 16px;
  line-height: 1.8;
}

.hero-lead span {
  display: block;
}

.mobile-break {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 84px;
  padding-top: 0;
}

.hero-actions.center {
  justify-content: center;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  color: #c8d5e8;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.hero-visual {
  position: relative;
  min-width: 0;
  max-width: 100%;
  min-height: 560px;
}

.system-visual {
  isolation: isolate;
}

.system-visual::before {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  width: 470px;
  height: 470px;
  content: "";
  border: 1px solid rgba(157, 235, 225, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 72px rgba(47, 109, 246, 0.045),
    inset 0 0 72px rgba(22, 184, 166, 0.08);
  animation: system-orbit-pulse 7.2s ease-in-out infinite;
}

.system-visual::after {
  position: absolute;
  inset: 18% 4% 12%;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(157, 235, 225, 0.18) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 49.7%, rgba(95, 91, 255, 0.16) 50%, transparent 50.3%);
  opacity: 0.7;
  animation: system-grid-breathe 8s ease-in-out infinite;
}

.system-core {
  position: absolute;
  top: 212px;
  left: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(145deg, rgba(95, 91, 255, 0.92), rgba(47, 109, 246, 0.88) 50%, rgba(22, 184, 166, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 26px 72px rgba(47, 109, 246, 0.34);
  transform: translateX(-50%);
  animation: system-core-breathe 5.8s ease-in-out infinite;
}

.system-core::before {
  position: absolute;
  inset: -18px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(157, 235, 225, 0.2);
  border-radius: 50%;
  opacity: 0.72;
  animation: core-signal-ring 4.8s ease-out infinite;
}

.system-core strong,
.system-core em {
  display: block;
}

.system-core strong {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.1;
}

.system-core em {
  margin-top: -18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.core-spark {
  position: absolute;
  top: 24px;
  width: 24px;
  height: 24px;
  background: var(--spark);
  clip-path: polygon(50% 0, 62% 34%, 100% 34%, 68% 55%, 80% 92%, 50% 69%, 20% 92%, 32% 55%, 0 34%, 38% 34%);
  transform-origin: 50% 50%;
  animation: spark-twinkle 3.8s ease-in-out infinite;
}

.system-node {
  position: absolute;
  width: 238px;
  min-height: 250px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.miniapp-node {
  width: 222px;
  min-height: 216px;
  padding: 15px;
}

.miniapp-node h3 {
  margin: 12px 0 8px;
  font-size: 22px;
}

.miniapp-node p {
  font-size: 12px;
  line-height: 1.5;
}

.miniapp-node .node-screen {
  margin-top: 12px;
  padding: 11px;
}

.miniapp-node .node-screen strong {
  margin: 4px 0;
  font-size: 24px;
}

.miniapp-node .shop-screen strong {
  font-size: 18px;
}

.traffic-node {
  top: 28px;
  left: 18px;
  animation: node-float-a 6.4s ease-in-out infinite;
}

.lightmall-node {
  right: 12px;
  top: 52px;
  animation: node-float-b 7s ease-in-out infinite;
}

.dealdesk-node {
  right: 86px;
  bottom: 28px;
  width: 360px;
  min-height: 232px;
  animation: node-float-c 6.8s ease-in-out infinite;
}

.platform-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  color: #0d665f;
  font-size: 12px;
  font-weight: 900;
  background: #dff8f2;
  border: 1px solid rgba(22, 184, 166, 0.22);
  border-radius: 8px;
}

.platform-pill.web {
  color: #23347d;
  background: #e7ecff;
  border-color: rgba(95, 91, 255, 0.22);
}

.system-node h3 {
  margin: 16px 0 10px;
  font-size: 24px;
  line-height: 1.1;
}

.system-node p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.node-screen {
  position: relative;
  margin-top: 18px;
  padding: 14px;
  overflow: hidden;
  color: #ffffff;
  border-radius: 8px;
}

.node-screen::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.18) 48%, transparent 62% 100%);
  opacity: 0;
  transform: translateX(-120%);
  animation: screen-data-sweep 5.6s ease-in-out infinite;
}

.node-screen span,
.node-screen strong,
.node-screen em {
  display: block;
}

.node-screen span,
.node-screen em {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.node-screen strong {
  margin: 7px 0;
  font-size: 30px;
  line-height: 1;
}

.traffic-screen {
  background: linear-gradient(145deg, #07111f, var(--brand-blue));
}

.shop-screen {
  padding-right: 10px;
  padding-left: 10px;
  background: linear-gradient(145deg, #123a3e, var(--brand-teal));
}

.shop-screen strong {
  font-size: 22px;
  line-height: 1.08;
  white-space: nowrap;
}

.dealdesk-screen {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 12px;
  background: linear-gradient(145deg, #101a2c, #263d65);
}

.system-route {
  position: absolute;
  right: 64px;
  bottom: 0;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cde1f6;
  font-size: 13px;
  font-weight: 800;
}

.system-route i {
  position: relative;
  flex: 1;
  height: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-teal));
  box-shadow: 0 0 22px rgba(22, 184, 166, 0.32);
}

.system-route i::after {
  position: absolute;
  inset: -1px auto -1px 0;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  transform: translateX(-130%);
  animation: route-flow 3.8s ease-in-out infinite;
}

.system-route i:nth-of-type(2)::after {
  animation-delay: 0.76s;
}

.system-route span {
  animation: route-step-glow 3.8s ease-in-out infinite;
}

.system-route span:nth-of-type(2) {
  animation-delay: 0.76s;
}

.system-route span:nth-of-type(3) {
  animation-delay: 1.52s;
}

@keyframes system-orbit-pulse {
  0%,
  100% {
    opacity: 0.84;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.035);
  }
}

@keyframes system-grid-breathe {
  0%,
  100% {
    opacity: 0.48;
    filter: saturate(0.92);
  }

  50% {
    opacity: 0.82;
    filter: saturate(1.12);
  }
}

@keyframes system-core-breathe {
  0%,
  100% {
    box-shadow: 0 26px 72px rgba(47, 109, 246, 0.34);
    transform: translateX(-50%) scale(1);
  }

  50% {
    box-shadow: 0 32px 90px rgba(22, 184, 166, 0.38);
    transform: translateX(-50%) scale(1.025);
  }
}

@keyframes core-signal-ring {
  0% {
    opacity: 0.46;
    transform: scale(0.92);
  }

  72%,
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes spark-twinkle {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(245, 174, 45, 0));
    transform: rotate(0deg) scale(1);
  }

  50% {
    filter: drop-shadow(0 0 14px rgba(245, 174, 45, 0.56));
    transform: rotate(9deg) scale(1.08);
  }
}

@keyframes node-float-a {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(6px, -8px, 0);
  }
}

@keyframes node-float-b {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-7px, -6px, 0);
  }
}

@keyframes node-float-c {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(4px, 7px, 0);
  }
}

@keyframes screen-data-sweep {
  0%,
  46% {
    opacity: 0;
    transform: translateX(-120%);
  }

  58% {
    opacity: 1;
  }

  76%,
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes route-flow {
  0% {
    opacity: 0;
    transform: translateX(-130%);
  }

  24% {
    opacity: 1;
  }

  70%,
  100% {
    opacity: 0;
    transform: translateX(260%);
  }
}

@keyframes route-step-glow {
  0%,
  100% {
    color: #cde1f6;
    text-shadow: none;
  }

  28% {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(157, 235, 225, 0.36);
  }
}

@media (prefers-reduced-motion: reduce) {
  .system-visual::before,
  .system-visual::after,
  .system-core,
  .system-core::before,
  .core-spark,
  .traffic-node,
  .lightmall-node,
  .dealdesk-node,
  .node-screen::after,
  .system-route i::after,
  .system-route span {
    animation: none;
  }
}

.device {
  position: absolute;
  overflow: hidden;
  min-width: 0;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(241, 247, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.phone {
  width: 204px;
  min-height: 360px;
}

.traffic-device {
  top: 62px;
  left: 0;
  transform: rotate(-4deg);
}

.shop-device {
  right: 40px;
  bottom: 34px;
  transform: rotate(4deg);
}

.desktop {
  top: 132px;
  left: 164px;
  width: 430px;
  min-height: 292px;
  color: var(--ink);
}

.device-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #6d7a8f;
  font-size: 12px;
  font-weight: 700;
}

.device-top strong {
  color: var(--ink);
  font-size: 13px;
}

.traffic-focus {
  margin-top: 24px;
  padding: 18px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--ink), #17324a);
  border-radius: 8px;
}

.metric-label,
.metric-status {
  display: block;
  color: #b9c8dc;
  font-size: 12px;
  font-weight: 700;
}

.traffic-focus strong {
  display: block;
  margin: 4px 0;
  font-size: 58px;
  line-height: 1;
}

.task-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.task-list span,
.lead-row,
.ai-grid span,
.trust-grid span {
  display: block;
  padding: 11px 12px;
  color: #20314b;
  font-size: 13px;
  font-weight: 700;
  background: #eef4fb;
  border: 1px solid #dce6f2;
  border-radius: 8px;
}

.shop-window {
  margin-top: 22px;
}

.shop-banner {
  display: flex;
  align-items: end;
  height: 106px;
  padding: 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(135deg, #163643, var(--brand-teal));
  border-radius: 8px;
}

.shop-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.shop-row > span {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #fff3cd, #f6b743);
  border-radius: 8px;
}

.shop-row strong,
.shop-row em {
  display: block;
}

.shop-row strong {
  color: var(--ink);
  font-size: 14px;
}

.shop-row em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.order-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  color: #153932;
  font-size: 13px;
  font-weight: 800;
  background: #dff8f2;
  border-radius: 8px;
}

.dealdesk-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 14px;
  margin-top: 22px;
}

.lead-stack {
  display: grid;
  gap: 10px;
}

.lead-row.active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
  border-color: transparent;
}

.deal-panel {
  padding: 18px;
  color: #ffffff;
  background: linear-gradient(145deg, #121e32, #233b62);
  border-radius: 8px;
}

.deal-panel strong,
.deal-panel span,
.deal-panel em {
  display: block;
}

.deal-panel strong {
  color: #b8c9df;
  font-size: 12px;
}

.deal-panel span {
  margin: 18px 0 8px;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.deal-panel em {
  color: #9debe1;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.connection-line {
  position: absolute;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-violet), var(--brand-blue), var(--brand-teal));
  box-shadow: 0 0 24px rgba(22, 184, 166, 0.42);
}

.line-a {
  top: 230px;
  left: 145px;
  width: 190px;
  transform: rotate(11deg);
}

.line-b {
  right: 168px;
  bottom: 196px;
  width: 180px;
  transform: rotate(15deg);
}

.section {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
  scroll-margin-top: 88px;
}

.section-heading {
  min-width: 0;
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading.left {
  margin: 0;
  text-align: left;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.section-heading h2,
.trust-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.18;
  font-weight: 900;
}

.section-heading p:not(.eyebrow),
.trust-copy p,
.final-cta p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.loop-board {
  display: block;
}

.loop-products {
  display: grid;
  gap: 16px;
}

.loop-product {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  overflow: hidden;
  min-height: 408px;
  padding: 22px 28px;
  background:
    radial-gradient(circle at 82% 50%, rgba(47, 109, 246, 0.05), transparent 28%),
    rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(205, 217, 231, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
  backdrop-filter: blur(18px);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.loop-product::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-teal));
}

.loop-product::after {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 38%;
  width: 0;
  content: "";
  background: none;
  border-left: 1px dashed rgba(47, 109, 246, 0.5);
  border-radius: 0;
  opacity: 1;
}

.loop-product:hover {
  border-color: rgba(47, 109, 246, 0.28);
  box-shadow: 0 26px 62px rgba(11, 27, 48, 0.14);
  transform: translateY(-4px);
}

.loop-product h3 {
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.22;
}

.loop-product-preview {
  position: relative;
  z-index: 1;
  display: block;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 170px;
  height: 216px;
  margin: 0;
  overflow: hidden;
  background: #07111f;
  border: 8px solid #07111f;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.16);
  transform: translateX(78px);
}

.loop-product-preview.phone-preview {
  width: 168px;
  height: 342px;
  padding: 0;
  overflow: visible;
  background:
    linear-gradient(90deg, #202938 0%, #d8dee7 2.2%, #687385 5%, #111927 8.5%, #07111f 50%, #111927 91.5%, #7d8796 95%, #f1f5f9 97.8%, #263041 100%),
    linear-gradient(145deg, #182233 0%, #303a4d 42%, #050b15 100%);
  border: 1px solid rgba(208, 219, 232, 0.54);
  border-radius: 34px;
  box-shadow:
    0 18px 40px rgba(7, 17, 31, 0.18),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(7, 17, 31, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -6px 16px rgba(0, 0, 0, 0.14);
}

.loop-product-preview.phone-preview::before {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  width: 52px;
  height: 16px;
  content: "";
  background:
    radial-gradient(circle at 76% 50%, #27344a 0 2px, transparent 3px),
    linear-gradient(180deg, #030813, #111827);
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(7, 17, 31, 0.24);
  transform: translateX(-50%);
}

.loop-product-preview.phone-preview::after {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 3;
  width: 48px;
  height: 3px;
  content: "";
  background: rgba(7, 17, 31, 0.72);
  border-radius: 999px;
  transform: translateX(-50%);
}

.loop-product-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px;
}

.loop-product-preview.phone-preview img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #f8fafc;
  border: 1px solid rgba(236, 241, 248, 0.92);
  border-radius: 28px;
  object-fit: cover;
  object-position: top center;
  box-shadow: inset 0 0 0 1px rgba(7, 17, 31, 0.04);
}

.loop-product-preview.desktop-preview {
  width: min(100%, 368px);
  height: 226px;
  margin: 0;
  background: #ffffff;
  border: 8px solid #ffffff;
  border-radius: 10px;
}

.loop-product-preview.desktop-preview img {
  object-position: left top;
  border-radius: 6px;
}

.loop-product-copy {
  position: relative;
  z-index: 1;
  display: block;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding-left: 28px;
  padding-right: 30px;
}

.loop-product p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.capability-tags small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #33445f;
  font-size: 12px;
  font-weight: 800;
  background: #f3f7fc;
  border: 1px solid #dfe8f3;
  border-radius: 999px;
}

.loop-product strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 46px;
  padding: 0 22px;
  margin-right: 36px;
  margin-top: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(47, 109, 246, 0.18);
}

.loop-product strong::after {
  margin-left: 8px;
  content: "->";
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.router-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.router-card {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.router-card::after {
  position: absolute;
  right: -42px;
  bottom: -44px;
  width: 168px;
  height: 168px;
  content: "";
  border-radius: 50%;
  opacity: 0.16;
}

.router-card.traffic-router::after {
  background: var(--brand-blue);
}

.router-card.lightmall-router::after {
  background: var(--brand-teal);
}

.router-card.dealdesk-router::after {
  background: var(--spark);
}

.router-card:hover {
  border-color: rgba(47, 109, 246, 0.28);
  box-shadow: 0 26px 62px rgba(11, 27, 48, 0.14);
  transform: translateY(-4px);
}

.router-card h3 {
  margin: 34px 0 14px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.28;
}

.router-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.router-card strong {
  display: inline-flex;
  margin-top: 30px;
  color: var(--brand-blue);
  font-size: 14px;
}

.product-card,
.workflow-step,
.scene-list article,
.scene-list .pain-card,
.difference-grid article {
  position: relative;
  min-height: 260px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
}

.product-card::before {
  display: block;
  width: 48px;
  height: 4px;
  margin-bottom: 42px;
  content: "";
  border-radius: 8px;
  background: var(--brand-blue);
}

.traffic-card::before {
  background: var(--brand-blue);
}

.shop-card::before {
  background: var(--brand-teal);
}

.deal-card::before {
  background: var(--spark);
}

.product-index {
  color: #91a0b5;
  font-size: 13px;
  font-weight: 900;
}

.product-card h3 {
  margin: 12px 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.product-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 800;
}

.workflow-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.workflow-step {
  min-height: 190px;
}

.workflow-step em {
  display: block;
  margin-bottom: 22px;
  color: var(--brand-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.workflow-step::after {
  position: absolute;
  top: 42px;
  right: -11px;
  width: 18px;
  height: 2px;
  content: "";
  background: var(--brand-blue);
}

.workflow-step:last-child::after {
  display: none;
}

.workflow-step span {
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
}

.workflow-step p {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.ai-section {
  width: 100%;
  padding: 54px 0;
  background: #081321;
}

.ai-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  align-items: center;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.ai-panel h2,
.trust-copy h2,
.final-cta h2 {
  color: #ffffff;
}

.ai-panel .section-heading p:not(.eyebrow),
.trust-copy p,
.final-cta p {
  color: #b9c8dc;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ai-grid span {
  min-height: 62px;
  color: #eaf3ff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
}

.ai-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #9debe1;
  font-size: 13px;
}

.scene-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.scene-list .pain-card {
  min-height: 286px;
  grid-column: auto;
}

.scene-list .pain-card:nth-child(4),
.scene-list .pain-card:nth-child(5) {
  grid-column: auto;
}

.pain-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.pain-card:hover {
  border-color: rgba(47, 109, 246, 0.28);
  box-shadow: 0 26px 62px rgba(11, 27, 48, 0.14);
  transform: translateY(-4px);
}

.pain-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  padding: 0 10px;
  color: #0d665f;
  font-size: 12px;
  font-weight: 900;
  background: #dff8f2;
  border: 1px solid rgba(22, 184, 166, 0.22);
  border-radius: 8px;
}

.scene-list strong {
  display: block;
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.36;
}

.scene-list p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.solution-card {
  --solution-accent: var(--brand-blue);
  --solution-accent-soft: var(--brand-teal);
  --solution-glow: #dbe6ff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 86% 12%, var(--solution-glow), transparent 34%);
}

.solution-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--solution-accent), var(--solution-accent-soft));
}

.solution-card::after {
  position: absolute;
  right: -52px;
  bottom: -56px;
  width: 158px;
  height: 158px;
  content: "";
  background: var(--solution-glow);
  border-radius: 50%;
  opacity: 0.28;
}

.solution-traffic {
  --solution-accent: #2f6df6;
  --solution-accent-soft: #16b8a6;
  --solution-glow: #dce7ff;
}

.solution-lightmall {
  --solution-accent: #16b8a6;
  --solution-accent-soft: #f6b743;
  --solution-glow: #dff7f2;
}

.solution-dealdesk {
  --solution-accent: #5f5bff;
  --solution-accent-soft: #2f6df6;
  --solution-glow: #e3e2ff;
}

.solution-suite {
  --solution-accent: #f6b743;
  --solution-accent-soft: #16b8a6;
  --solution-glow: #fff0cb;
}

.solution-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.solution-card-head small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: var(--solution-accent);
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(47, 109, 246, 0.18);
}

.solution-card strong,
.solution-card p {
  position: relative;
  z-index: 1;
}

.solution-visual {
  position: relative;
  z-index: 1;
  height: 76px;
  margin-top: auto;
  overflow: hidden;
  background: rgba(248, 251, 255, 0.82);
  border: 1px solid rgba(221, 231, 244, 0.9);
  border-radius: 8px;
}

.traffic-solution-visual {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.traffic-solution-visual i {
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--solution-accent), rgba(47, 109, 246, 0.08));
  border-radius: 999px;
}

.traffic-solution-visual i:nth-child(1) {
  width: 92%;
}

.traffic-solution-visual i:nth-child(2) {
  width: 66%;
}

.traffic-solution-visual i:nth-child(3) {
  width: 78%;
}

.lightmall-solution-visual {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
  padding: 12px;
}

.lightmall-solution-visual i:first-child {
  grid-row: 1 / 3;
  background: linear-gradient(135deg, rgba(22, 184, 166, 0.7), rgba(246, 183, 67, 0.52));
  border-radius: 8px;
}

.lightmall-solution-visual i:not(:first-child) {
  background: rgba(22, 184, 166, 0.16);
  border: 1px solid rgba(22, 184, 166, 0.22);
  border-radius: 8px;
}

.dealdesk-solution-visual {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 14px;
}

.dealdesk-solution-visual i {
  flex: 1;
  background: linear-gradient(180deg, rgba(95, 91, 255, 0.78), rgba(47, 109, 246, 0.22));
  border-radius: 999px 999px 8px 8px;
}

.dealdesk-solution-visual i:nth-child(1) {
  height: 34px;
}

.dealdesk-solution-visual i:nth-child(2) {
  height: 54px;
}

.dealdesk-solution-visual i:nth-child(3) {
  height: 42px;
}

.suite-solution-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px;
}

.suite-solution-visual i {
  background: rgba(246, 183, 67, 0.2);
  border: 1px solid rgba(246, 183, 67, 0.24);
  border-radius: 10px;
}

.suite-solution-visual i:nth-child(2) {
  background: linear-gradient(135deg, rgba(246, 183, 67, 0.76), rgba(22, 184, 166, 0.54));
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.difference-grid article {
  min-height: 178px;
}

.difference-grid span {
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
}

.difference-grid p {
  margin: 26px 0 0;
  color: #23314a;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
}

.trust-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 78px max(24px, calc((100% - var(--container)) / 2));
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(22, 184, 166, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #07111f;
  background-size: 44px 44px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.trust-grid span {
  min-height: 68px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.advantage-section {
  width: 100%;
  margin: 0;
  padding-right: max(24px, calc((100% - var(--container)) / 2));
  padding-left: max(24px, calc((100% - var(--container)) / 2));
  background:
    radial-gradient(circle at 8% 16%, rgba(47, 109, 246, 0.08), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(22, 184, 166, 0.1), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.advantage-section .section-heading {
  margin-bottom: 34px;
}

.advantage-board {
  --advantage-bg:
    radial-gradient(circle at 18% 8%, rgba(47, 109, 246, 0.26), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(22, 184, 166, 0.2), transparent 34%),
    linear-gradient(135deg, #08142b 0%, #07111f 48%, #062227 100%),
    #07111f;
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 34px 86px;
  color: #ffffff;
  background: var(--advantage-bg);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(7, 17, 31, 0.18);
  transition: background 0.42s ease;
}

.advantage-board[data-advantage-product="traffic"] {
  --advantage-bg:
    radial-gradient(circle at 20% 8%, rgba(47, 109, 246, 0.34), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(22, 184, 166, 0.18), transparent 34%),
    linear-gradient(135deg, #08142b 0%, #07111f 48%, #062227 100%),
    #07111f;
}

.advantage-board[data-advantage-product="lightmall"] {
  --advantage-bg:
    radial-gradient(circle at 18% 12%, rgba(22, 184, 166, 0.3), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(79, 124, 255, 0.16), transparent 36%),
    linear-gradient(135deg, #062323 0%, #0a1724 52%, #123d3a 100%),
    #08141f;
}

.advantage-board[data-advantage-product="dealdesk"] {
  --advantage-bg:
    radial-gradient(circle at 16% 14%, rgba(246, 183, 67, 0.26), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(47, 109, 246, 0.2), transparent 34%),
    linear-gradient(135deg, #1b1b25 0%, #07111f 48%, #102840 100%),
    #07111f;
}

.advantage-board::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-teal), var(--spark));
}

.advantage-stage {
  position: relative;
  z-index: 1;
  perspective: 2200px;
  perspective-origin: 50% 44%;
  transform-style: preserve-3d;
}

.advantage-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 96px;
  padding: 0;
  color: #ffffff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.advantage-nav:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(157, 235, 225, 0.42);
  transform: translateY(-50%) scale(1.03);
}

.advantage-nav span {
  display: block;
  margin-top: -4px;
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
}

.advantage-prev {
  left: 22px;
}

.advantage-next {
  right: 22px;
}

.advantage-lane {
  --lane-accent: var(--brand-blue);
  --lane-soft: rgba(47, 109, 246, 0.18);
  position: relative;
  display: none;
  min-height: 366px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: opacity, transform, filter;
}

.advantage-lane.is-active {
  display: grid;
  animation: advantage-flip-next 0.78s cubic-bezier(0.16, 0.78, 0.18, 1) both;
}

.advantage-board[data-advantage-direction="prev"] .advantage-lane.is-active {
  animation-name: advantage-flip-prev;
}

@keyframes advantage-flip-next {
  from {
    opacity: 0;
    filter: blur(6px) saturate(0.72);
    transform: translateX(110px) translateZ(-220px) rotateY(-78deg) rotateX(5deg) scale(0.9);
    transform-origin: 100% 50%;
  }

  48% {
    opacity: 1;
    filter: blur(1px) saturate(1);
    transform: translateX(-10px) translateZ(44px) rotateY(8deg) rotateX(0deg) scale(1.015);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) translateZ(0) rotateY(0deg) rotateX(0deg) scale(1);
    transform-origin: 50% 50%;
  }
}

@keyframes advantage-flip-prev {
  from {
    opacity: 0;
    filter: blur(6px) saturate(0.72);
    transform: translateX(-110px) translateZ(-220px) rotateY(78deg) rotateX(5deg) scale(0.9);
    transform-origin: 0% 50%;
  }

  48% {
    opacity: 1;
    filter: blur(1px) saturate(1);
    transform: translateX(10px) translateZ(44px) rotateY(-8deg) rotateX(0deg) scale(1.015);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) translateZ(0) rotateY(0deg) rotateX(0deg) scale(1);
    transform-origin: 50% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .advantage-lane.is-active {
    animation: none;
  }
}

.advantage-traffic {
  --lane-accent: #2f6df6;
  --lane-soft: rgba(47, 109, 246, 0.24);
}

.advantage-lightmall {
  --lane-accent: #16b8a6;
  --lane-soft: rgba(22, 184, 166, 0.24);
}

.advantage-dealdesk {
  --lane-accent: #f6b743;
  --lane-soft: rgba(246, 183, 67, 0.22);
}

.advantage-compare {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  gap: 0 24px;
  align-items: stretch;
  transform-style: preserve-3d;
}

.advantage-compare section {
  position: relative;
  min-height: 322px;
  overflow: hidden;
  padding: 30px 34px 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  transform: translateZ(24px);
}

.advantage-pk {
  position: relative;
  display: grid;
  align-self: stretch;
  place-items: center;
  min-height: 322px;
  color: #ffffff;
  font-size: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.advantage-pk::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.26), transparent);
}

.advantage-pk::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  content: "PK";
  color: #07111f;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

.advantage-compare section::before {
  position: absolute;
  top: 30px;
  left: 34px;
  width: 5px;
  height: 22px;
  content: "";
  background: rgba(185, 200, 220, 0.58);
  border-radius: 999px;
}

.advantage-compare .advantage-solution {
  background:
    linear-gradient(135deg, rgba(47, 109, 246, 0.24), rgba(22, 184, 166, 0.18)),
    rgba(255, 255, 255, 0.1);
  border-color: rgba(157, 235, 225, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(157, 235, 225, 0.08),
    0 26px 68px rgba(0, 0, 0, 0.18);
}

.advantage-compare .advantage-solution::before {
  background: var(--lane-accent);
}

.advantage-compare .advantage-competitor {
  background:
    linear-gradient(135deg, rgba(79, 94, 130, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.07);
}

.advantage-compare h3 {
  margin: 0 0 22px 18px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
}

.advantage-points {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advantage-points li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.advantage-points li:first-child {
  border-top: 0;
}

.advantage-points span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: #d9e6f8;
  font-size: 13px;
  font-weight: 900;
  background: rgba(185, 200, 220, 0.13);
  border: 1px solid rgba(185, 200, 220, 0.22);
  border-radius: 50%;
}

.advantage-solution .advantage-points span {
  color: #ffffff;
  background: var(--lane-accent);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px var(--lane-soft);
}

.advantage-compare p {
  margin: 0;
  color: #c6d4e6;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 700;
}

.alliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.alliance-grid .alliance-card {
  position: relative;
  display: block;
  min-height: 210px;
  padding: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.alliance-grid .alliance-card:hover {
  border-color: rgba(47, 109, 246, 0.28);
  box-shadow: 0 26px 64px rgba(11, 27, 48, 0.12);
  transform: translateY(-3px);
}

.alliance-grid .alliance-card::after {
  position: absolute;
  right: -30px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  content: "";
  background: rgba(47, 109, 246, 0.08);
  border-radius: 50%;
}

.alliance-grid .alliance-card:nth-child(2)::after {
  background: rgba(22, 184, 166, 0.1);
}

.alliance-grid .alliance-card:nth-child(3)::after {
  background: rgba(245, 174, 45, 0.12);
}

.alliance-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  background: #eef4ff;
  border: 1px solid #d9e5ff;
  border-radius: 8px;
}

.alliance-grid .alliance-card:nth-child(2) span {
  color: #0d665f;
  background: #e7f8f5;
  border-color: rgba(22, 184, 166, 0.24);
}

.alliance-grid .alliance-card:nth-child(3) span {
  color: #8a5a00;
  background: #fff3d6;
  border-color: rgba(245, 174, 45, 0.26);
}

.alliance-grid strong {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.3;
}

.alliance-grid p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.alliance-grid em {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 22px;
  color: var(--brand-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.alliance-page .section {
  scroll-margin-top: 88px;
}

.alliance-page .alliance-landing {
  min-height: auto;
  display: flex;
  align-items: start;
  padding-top: 8px;
  padding-bottom: 56px;
}

.alliance-landing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.78fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(203, 214, 230, 0.78);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(7, 17, 31, 0.14);
}

.alliance-visual-card {
  position: relative;
  height: 100%;
  min-height: 660px;
  overflow: hidden;
  padding: 42px;
  color: #ffffff;
  background:
    radial-gradient(circle at 24% 18%, rgba(79, 124, 255, 0.18), transparent 30%),
    linear-gradient(145deg, #07111f 0%, #102436 48%, #0f5552 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.alliance-visual-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.7) 0%, rgba(7, 17, 31, 0.22) 34%, rgba(7, 17, 31, 0.04) 100%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.56) 0%, rgba(7, 17, 31, 0.06) 64%);
}

.alliance-visual-card::after {
  position: absolute;
  inset: auto -120px -160px auto;
  width: 320px;
  height: 320px;
  content: "";
  background: rgba(245, 174, 45, 0.14);
  border-radius: 50%;
}

.alliance-visual-card h1 {
  position: relative;
  z-index: 2;
  max-width: 9.5em;
  margin: 0;
  color: rgba(218, 244, 250, 0.22);
  font-size: 58px;
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: 0;
  background: none;
  opacity: 1;
  mix-blend-mode: normal;
  text-shadow: 0 0 22px rgba(90, 207, 224, 0.08);
  filter: blur(0.12px) saturate(0.78) contrast(0.88);
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke: 0;
}

.alliance-visual-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alliance-landing .alliance-form {
  align-self: stretch;
  height: 100%;
  min-height: 660px;
}

.form-title {
  position: relative;
  display: grid;
  gap: 0;
  min-width: 0;
  margin-bottom: 0;
  padding: 2px 0 4px 14px;
}

.form-title::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--brand-blue), var(--brand-teal));
  border-radius: 8px;
}

.form-title strong {
  color: var(--ink);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 950;
}

.alliance-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.74fr);
  gap: 28px;
  align-items: stretch;
  padding-top: 86px;
}

.alliance-hero-copy {
  position: relative;
  overflow: hidden;
  padding: 54px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 16%, rgba(95, 91, 255, 0.46), transparent 28%),
    linear-gradient(135deg, #081221 0%, #18315b 48%, #0f625c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.2);
}

.alliance-hero-copy::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 240px;
  height: 240px;
  content: "";
  background: rgba(245, 174, 45, 0.16);
  border-radius: 50%;
}

.alliance-hero-copy .eyebrow {
  color: #9fe8dc;
}

.alliance-hero-copy h1 {
  position: relative;
  z-index: 1;
  max-width: 10em;
  margin: 14px 0 0;
  font-size: 54px;
  line-height: 1.06;
  font-weight: 950;
}

.alliance-hero-copy p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(236, 244, 255, 0.82);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
}

.alliance-hero-copy .hero-actions {
  position: relative;
  z-index: 1;
}

.alliance-hero-board {
  display: grid;
  gap: 14px;
}

.alliance-hero-board article {
  position: relative;
  min-height: 150px;
  padding: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
}

.alliance-hero-board article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  content: "";
  background: var(--brand-blue);
}

.alliance-hero-board article:nth-child(2)::before {
  background: var(--brand-teal);
}

.alliance-hero-board article:nth-child(3)::before {
  background: var(--spark);
}

.alliance-hero-board span {
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 950;
}

.alliance-hero-board article:nth-child(2) span {
  color: #0c8277;
}

.alliance-hero-board article:nth-child(3) span {
  color: #a36800;
}

.alliance-hero-board strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.alliance-hero-board p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 700;
}

.alliance-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.alliance-mode-card {
  min-height: 330px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.alliance-mode-card.is-active {
  border-color: rgba(47, 109, 246, 0.34);
  box-shadow: 0 28px 70px rgba(47, 109, 246, 0.13);
  transform: translateY(-3px);
}

.alliance-mode-card span {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 950;
  background: #eef4ff;
  border: 1px solid #d9e5ff;
  border-radius: 8px;
}

.alliance-mode-card:nth-child(2) span {
  color: #0d665f;
  background: #e7f8f5;
  border-color: rgba(22, 184, 166, 0.24);
}

.alliance-mode-card:nth-child(3) span {
  color: #8a5a00;
  background: #fff3d6;
  border-color: rgba(245, 174, 45, 0.26);
}

.alliance-mode-card strong {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 950;
}

.alliance-mode-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 700;
}

.alliance-mode-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.alliance-mode-card li {
  position: relative;
  padding-left: 16px;
  color: #344158;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
}

.alliance-mode-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--brand-blue);
  border-radius: 50%;
}

.mode-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 22px;
  padding: 0 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--brand-violet), var(--brand-blue) 55%, var(--brand-teal));
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(47, 109, 246, 0.2);
}

.alliance-apply-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: 28px;
  align-items: start;
}

.alliance-apply-copy {
  position: sticky;
  top: 104px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.96)),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
}

.alliance-apply-copy h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.18;
  font-weight: 950;
}

.alliance-apply-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 700;
}

.alliance-guardrails {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.alliance-guardrails span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #344158;
  font-size: 14px;
  font-weight: 900;
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.alliance-form {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 22px;
  padding: 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 252, 255, 0.98) 100%),
    repeating-linear-gradient(135deg, rgba(47, 109, 246, 0.035) 0 1px, transparent 1px 12px);
  border: 0;
  border-left: 1px solid rgba(203, 214, 230, 0.86);
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.alliance-form::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-teal), var(--spark));
}

.alliance-form > * {
  position: relative;
  z-index: 1;
}

.application-fields {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 16px;
}

.application-fields[hidden],
.affiliate-self-service[hidden] {
  display: none;
}

.type-picker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 6px;
  background: #eef4fb;
  border: 1px solid rgba(203, 214, 230, 0.86);
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(7, 17, 31, 0.04);
}

.affiliate-self-service {
  padding: 20px;
  background:
    linear-gradient(90deg, rgba(47, 109, 246, 0.08), rgba(22, 184, 166, 0.08)),
    #f7fbff;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
}

.affiliate-self-service strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 950;
}

.affiliate-self-service p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 800;
}

.type-picker button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #52647d;
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.type-picker button::after {
  display: none;
}

.type-picker button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #132033 0%, var(--brand-blue) 54%, var(--brand-teal) 100%);
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 12px 24px rgba(47, 109, 246, 0.22);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.alliance-form label {
  display: grid;
  gap: 8px;
  color: #344158;
  font-size: 14px;
  font-weight: 900;
}

.field-control {
  min-width: 0;
  padding: 14px 16px 13px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(11, 27, 48, 0.04);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.field-control:focus-within {
  background: #ffffff;
  border-color: rgba(47, 109, 246, 0.48);
  box-shadow:
    0 14px 30px rgba(47, 109, 246, 0.1),
    inset 0 0 0 1px rgba(47, 109, 246, 0.06);
  transform: translateY(-1px);
}

.field-control span {
  color: #2f3d54;
  font-size: 13px;
  letter-spacing: 0;
}

.field-control-wide {
  min-height: 0;
}

.alliance-form input,
.alliance-form textarea {
  width: 100%;
  min-height: 34px;
  padding: 0;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.alliance-form textarea {
  height: 100%;
  min-height: 160px;
  line-height: 1.72;
  resize: vertical;
}

.alliance-form input::placeholder,
.alliance-form textarea::placeholder {
  color: #98a7bb;
  font-weight: 700;
}

.checkbox-line {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  background: #f6f9fc;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
}

.checkbox-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  padding: 0;
  accent-color: var(--brand-blue);
  border: 0;
  box-shadow: none;
}

.form-submit {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  gap: 10px;
  font-size: 16px;
  font-weight: 950;
  border: 0;
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.form-submit::after {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.form-submit:hover:not(:disabled) {
  box-shadow: 0 18px 34px rgba(47, 109, 246, 0.28);
  transform: translateY(-1px);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-message {
  min-height: 24px;
  margin: -8px 0 0;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 900;
}

.final-cta {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 96px;
  text-align: center;
}

.final-cta h2 {
  color: var(--ink);
}

.final-cta p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.final-cta .button.secondary {
  color: var(--brand-blue);
  background: #ffffff;
  border-color: var(--line);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 38px;
  color: #6b7890;
  font-size: 13px;
  line-height: 1.7;
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: inherit;
}

.site-footer > span:last-child {
  justify-self: end;
  text-align: right;
}

.home-footer {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.footer-company,
.footer-records {
  display: grid;
  gap: 6px;
}

.footer-company strong {
  color: #26364d;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
}

.footer-records {
  justify-items: end;
  text-align: right;
}

.privacy-section {
  padding-top: 88px;
}

.privacy-section .section-heading h1 {
  margin: 0;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.14;
  font-weight: 950;
}

.privacy-panel {
  display: grid;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.privacy-panel article {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
}

.privacy-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.privacy-panel p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 700;
}

.geo-summary-section {
  padding-top: 26px;
  padding-bottom: 26px;
}

.geo-summary-card {
  width: 100%;
  margin: 0 auto;
  padding: 26px;
  color: #26364d;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(135, 157, 184, 0.18);
  border-radius: 8px;
  box-shadow: none;
}

.geo-summary-card h2 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 950;
}

.geo-summary-card p {
  margin: 14px 0 0;
  color: #4a5c72;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 760;
}

.geo-fact-list,
.geo-faq-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
}

.geo-fact-list {
  list-style: none;
}

.geo-fact-list li,
.geo-faq-list div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(135, 157, 184, 0.22);
}

.geo-fact-list strong,
.geo-faq-list dt {
  color: var(--brand-teal);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}

.geo-fact-list span,
.geo-faq-list dd {
  margin: 0;
  color: #53657d;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 720;
}

.product-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(47, 109, 246, 0.08), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(22, 184, 166, 0.08), transparent 32%),
    var(--paper);
}

.product-header {
  margin-bottom: 0;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 48px;
  align-items: center;
  width: min(var(--container), calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 78px 0 80px;
}

.product-hero-copy h1 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
}

.product-hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #31435f;
  font-size: 23px;
  line-height: 1.58;
  font-weight: 800;
}

.product-hero .button.secondary {
  color: var(--brand-blue);
  background: #ffffff;
  border-color: var(--line);
}

.product-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.real-product-frame {
  margin: 0;
}

.real-product-frame img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-product-shot {
  position: relative;
  box-sizing: border-box;
  justify-self: center;
  width: min(320px, 100%);
  min-height: auto;
  padding: 16px 12px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  background:
    linear-gradient(90deg, #020817 0%, #7f8999 3.2%, #1d2637 8%, #08111f 50%, #293247 90%, #c8d1dc 96.4%, #111a2a 100%),
    linear-gradient(145deg, #111b2c 0%, #303a4d 38%, #050b15 100%);
  border: 1px solid rgba(205, 217, 231, 0.48);
  border-radius: 58px;
  box-shadow:
    0 38px 96px rgba(7, 17, 31, 0.28),
    0 10px 28px rgba(47, 109, 246, 0.08),
    inset 3px 0 0 rgba(255, 255, 255, 0.28),
    inset -3px 0 0 rgba(7, 17, 31, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -18px 30px rgba(0, 0, 0, 0.26);
}

.phone-product-shot::before {
  position: absolute;
  top: 122px;
  left: -4px;
  width: 5px;
  height: 84px;
  content: "";
  background:
    linear-gradient(90deg, #d2d9e3 0%, #4f5c70 28%, #0c1422 100%);
  border-radius: 6px 0 0 6px;
  box-shadow: 0 114px 0 -10px #aab4c2;
}

.phone-product-shot::after {
  position: absolute;
  top: 190px;
  right: -4px;
  width: 5px;
  height: 110px;
  content: "";
  background:
    linear-gradient(90deg, #101827 0%, #5c6878 68%, #d2d9e3 100%);
  border-radius: 0 6px 6px 0;
}

.phone-product-shot img {
  height: 660px;
  border-radius: 40px;
}

.interactive-miniapp-shot {
  perspective: 1200px;
}

.miniapp-phone-flip {
  position: relative;
  display: block;
  width: 100%;
  height: 660px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #f8fafc;
  border: 1px solid rgba(236, 241, 248, 0.9);
  border-radius: 44px;
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 31, 0.04),
    inset 0 22px 36px rgba(255, 255, 255, 0.72);
  transform-style: preserve-3d;
}

.miniapp-phone-flip::before {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 6;
  width: 94px;
  height: 28px;
  content: "";
  background:
    radial-gradient(circle at 78% 50%, #243149 0 4px, transparent 5px),
    radial-gradient(circle at 64% 50%, rgba(77, 98, 132, 0.34) 0 2px, transparent 3px),
    linear-gradient(180deg, #020714, #111827);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow:
    0 9px 18px rgba(7, 17, 31, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}

.miniapp-phone-flip::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 20%, transparent 74%, rgba(255, 255, 255, 0.16)),
    linear-gradient(180deg, rgba(7, 17, 31, 0.05), transparent 18%, transparent 82%, rgba(7, 17, 31, 0.08));
  border-radius: inherit;
}

.miniapp-phone-face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #f7f9fd;
  border-radius: 42px;
  backface-visibility: hidden;
  transition: transform 0.68s cubic-bezier(0.2, 0.72, 0.22, 1);
}

.miniapp-phone-front::after,
.miniapp-phone-back::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 7;
  width: 120px;
  height: 5px;
  content: "";
  background: rgba(7, 17, 31, 0.76);
  border-radius: 999px;
  transform: translateX(-50%);
}

.miniapp-phone-front {
  transform: rotateY(0deg);
}

.miniapp-phone-back {
  display: grid;
  place-items: center;
  padding: 24px;
  transform: rotateY(180deg);
}

.miniapp-phone-flip.is-flipped .miniapp-phone-front {
  transform: rotateY(-180deg);
}

.miniapp-phone-flip.is-flipped .miniapp-phone-back {
  transform: rotateY(0deg);
}

.miniapp-screen-scroll {
  --miniapp-scroll-y: -3.2%;
  --miniapp-shot-offset: -3.5%;
  --miniapp-shot-width: 107%;

  display: block;
  min-height: 100%;
  animation: miniapp-home-scroll 8.8s ease-in-out infinite;
}

.miniapp-screen-scroll img {
  display: block;
  width: var(--miniapp-shot-width);
  max-width: none;
  height: auto;
  margin-left: var(--miniapp-shot-offset);
  min-height: 660px;
  object-fit: contain;
  object-position: top center;
  border-radius: 0;
}

.miniapp-phone-flip:hover .miniapp-screen-scroll,
.miniapp-phone-flip:focus-visible .miniapp-screen-scroll {
  animation-duration: 6.8s;
}

.miniapp-phone-flip.is-flipped .miniapp-screen-scroll {
  animation-play-state: paused;
}

.miniapp-qr-panel {
  display: grid;
  justify-items: center;
  width: 100%;
  padding: 30px 22px;
  color: var(--ink);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 109, 246, 0.12), transparent 42%),
    #ffffff;
  border: 1px solid rgba(223, 230, 240, 0.92);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.12);
}

.miniapp-qr-panel strong {
  margin-top: 18px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.miniapp-qr-panel img {
  width: min(230px, 100%);
  height: auto;
  margin-top: 22px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e5edf7;
  border-radius: 14px;
}

.miniapp-qr-panel small {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@keyframes miniapp-home-scroll {
  0%,
  18% {
    transform: translate3d(0, 0, 0);
  }

  48%,
  68% {
    transform: translate3d(0, var(--miniapp-scroll-y), 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .miniapp-screen-scroll {
    animation: none;
  }

  .miniapp-phone-face {
    transition: none;
  }
}

.desktop-product-shot {
  width: min(640px, 100%);
  min-height: auto;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(7, 17, 31, 0.18);
}

.desktop-product-shot img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-position: left top;
}

.product-visual:not(.phone-product-shot)::before {
  position: absolute;
  inset: 42px;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(47, 109, 246, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 184, 166, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  border-radius: 8px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.detail-grid article {
  min-height: 210px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
}

.detail-grid strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
}

.detail-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.traffic-capability-grid,
.product-capability-grid {
  gap: 18px;
}

.detail-grid .capability-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 326px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 80% 8%, rgba(47, 109, 246, 0.2), transparent 34%);
  border-color: rgba(211, 222, 238, 0.9);
  box-shadow:
    0 18px 46px rgba(11, 27, 48, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.detail-grid .capability-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--card-accent), var(--card-accent-soft));
}

.detail-grid .capability-card::after {
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 148px;
  height: 148px;
  content: "";
  background: var(--card-glow);
  border-radius: 50%;
  opacity: 0.24;
}

.script-card {
  --card-accent: #2f6df6;
  --card-accent-soft: #16b8a6;
  --card-glow: #b8c8ff;
  --card-chip-bg: #eef4ff;
  --card-chip-border: #ccdcff;
  --card-chip-text: #2457c8;
  --card-shadow: rgba(47, 109, 246, 0.26);
}

.article-card {
  --card-accent: #16b8a6;
  --card-accent-soft: #f6b743;
  --card-glow: #bff1e9;
  --card-chip-bg: #e7f8f5;
  --card-chip-border: #bee9e2;
  --card-chip-text: #0d665f;
  --card-shadow: rgba(22, 184, 166, 0.24);
}

.speech-card {
  --card-accent: #5f5bff;
  --card-accent-soft: #2f6df6;
  --card-glow: #d7d6ff;
  --card-chip-bg: #f0f0ff;
  --card-chip-border: #d4d3ff;
  --card-chip-text: #4641bd;
  --card-shadow: rgba(95, 91, 255, 0.24);
}

.scene-card {
  --card-accent: #f6b743;
  --card-accent-soft: #16b8a6;
  --card-glow: #ffe3a3;
  --card-chip-bg: #fff6df;
  --card-chip-border: #f7e1ae;
  --card-chip-text: #93620a;
  --card-shadow: rgba(246, 183, 67, 0.24);
}

.shop-card {
  --card-accent: #16b8a6;
  --card-accent-soft: #2f6df6;
  --card-glow: #bff1e9;
  --card-chip-bg: #e7f8f5;
  --card-chip-border: #bee9e2;
  --card-chip-text: #0d665f;
  --card-shadow: rgba(22, 184, 166, 0.24);
}

.order-card {
  --card-accent: #2f6df6;
  --card-accent-soft: #f6b743;
  --card-glow: #cfe0ff;
  --card-chip-bg: #eef4ff;
  --card-chip-border: #ccdcff;
  --card-chip-text: #2457c8;
  --card-shadow: rgba(47, 109, 246, 0.26);
}

.referral-card {
  --card-accent: #5f5bff;
  --card-accent-soft: #16b8a6;
  --card-glow: #d7d6ff;
  --card-chip-bg: #f0f0ff;
  --card-chip-border: #d4d3ff;
  --card-chip-text: #4641bd;
  --card-shadow: rgba(95, 91, 255, 0.24);
}

.member-card {
  --card-accent: #f6b743;
  --card-accent-soft: #2f6df6;
  --card-glow: #ffe3a3;
  --card-chip-bg: #fff6df;
  --card-chip-border: #f7e1ae;
  --card-chip-text: #93620a;
  --card-shadow: rgba(246, 183, 67, 0.24);
}

.lead-card {
  --card-accent: #2f6df6;
  --card-accent-soft: #5f5bff;
  --card-glow: #cfe0ff;
  --card-chip-bg: #eef4ff;
  --card-chip-border: #ccdcff;
  --card-chip-text: #2457c8;
  --card-shadow: rgba(47, 109, 246, 0.26);
}

.call-card {
  --card-accent: #16b8a6;
  --card-accent-soft: #2f6df6;
  --card-glow: #bff1e9;
  --card-chip-bg: #e7f8f5;
  --card-chip-border: #bee9e2;
  --card-chip-text: #0d665f;
  --card-shadow: rgba(22, 184, 166, 0.24);
}

.wechat-card {
  --card-accent: #5f5bff;
  --card-accent-soft: #16b8a6;
  --card-glow: #d7d6ff;
  --card-chip-bg: #f0f0ff;
  --card-chip-border: #d4d3ff;
  --card-chip-text: #4641bd;
  --card-shadow: rgba(95, 91, 255, 0.24);
}

.review-card {
  --card-accent: #f6b743;
  --card-accent-soft: #2f6df6;
  --card-glow: #ffe3a3;
  --card-chip-bg: #fff6df;
  --card-chip-border: #f7e1ae;
  --card-chip-text: #93620a;
  --card-shadow: rgba(246, 183, 67, 0.24);
}

.capability-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.capability-card-top small,
.capability-card-top em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  font-style: normal;
  font-weight: 900;
}

.capability-card-top small {
  justify-content: center;
  width: 34px;
  color: #ffffff;
  font-size: 12px;
  background: var(--card-accent);
  border-radius: 999px;
  box-shadow: 0 10px 22px var(--card-shadow);
}

.capability-card-top em {
  padding: 0 10px;
  color: var(--card-chip-text);
  font-size: 11px;
  letter-spacing: 0;
  background: var(--card-chip-bg);
  border: 1px solid var(--card-chip-border);
  border-radius: 999px;
}

.detail-grid .capability-card strong {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  font-size: 26px;
  line-height: 1.2;
}

.detail-grid .capability-card p {
  position: relative;
  z-index: 1;
  max-width: 18em;
  margin-top: 16px;
}

.capability-card-visual {
  position: relative;
  z-index: 1;
  display: block;
  height: 86px;
  margin-top: 24px;
  overflow: hidden;
  background: rgba(248, 251, 255, 0.78);
  border: 1px solid rgba(221, 231, 244, 0.88);
  border-radius: 8px;
}

.script-visual {
  padding: 18px;
}

.script-visual i {
  display: block;
  height: 8px;
  margin-bottom: 11px;
  background: linear-gradient(90deg, var(--card-accent), rgba(47, 109, 246, 0.08));
  border-radius: 999px;
}

.script-visual i:nth-child(1) {
  width: 72%;
}

.script-visual i:nth-child(2) {
  width: 92%;
}

.script-visual i:nth-child(3) {
  width: 54%;
}

.article-visual {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  padding: 14px;
}

.article-visual i:first-child {
  grid-row: 1 / 4;
  background:
    linear-gradient(135deg, rgba(22, 184, 166, 0.8), rgba(246, 183, 67, 0.75)),
    #e9f7f4;
  border-radius: 8px;
}

.article-visual i:not(:first-child) {
  align-self: center;
  height: 8px;
  background: rgba(22, 184, 166, 0.18);
  border-radius: 999px;
}

.article-visual i:nth-child(2) {
  width: 92%;
}

.article-visual i:nth-child(3) {
  width: 64%;
}

.speech-visual {
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 16px 18px;
}

.speech-visual i {
  flex: 1;
  min-width: 0;
  background: linear-gradient(180deg, rgba(95, 91, 255, 0.86), rgba(47, 109, 246, 0.32));
  border-radius: 999px 999px 8px 8px;
}

.speech-visual i:nth-child(1) {
  height: 34px;
}

.speech-visual i:nth-child(2) {
  height: 58px;
}

.speech-visual i:nth-child(3) {
  height: 42px;
}

.speech-visual i:nth-child(4) {
  height: 66px;
}

.scene-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 12px;
}

.scene-visual i {
  background: rgba(246, 183, 67, 0.22);
  border: 1px solid rgba(246, 183, 67, 0.24);
  border-radius: 8px;
}

.scene-visual i:first-child {
  grid-row: 1 / 3;
  background: linear-gradient(135deg, rgba(246, 183, 67, 0.75), rgba(22, 184, 166, 0.55));
}

.scene-visual i:nth-child(2) {
  background: rgba(22, 184, 166, 0.18);
}

.scene-visual i:nth-child(3) {
  background: rgba(47, 109, 246, 0.12);
}

.shop-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 34px 1fr;
  gap: 8px;
  padding: 12px;
}

.shop-visual i {
  background: rgba(22, 184, 166, 0.16);
  border: 1px solid rgba(22, 184, 166, 0.22);
  border-radius: 8px;
}

.shop-visual i:first-child {
  grid-column: 1 / 3;
  background: linear-gradient(90deg, rgba(22, 184, 166, 0.75), rgba(47, 109, 246, 0.55));
}

.order-visual {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  padding: 14px;
}

.order-visual i:first-child {
  grid-row: 1 / 4;
  background: linear-gradient(135deg, rgba(47, 109, 246, 0.72), rgba(246, 183, 67, 0.72));
  border-radius: 8px;
}

.order-visual i:not(:first-child) {
  align-self: center;
  height: 8px;
  background: rgba(47, 109, 246, 0.16);
  border-radius: 999px;
}

.order-visual i:nth-child(2) {
  width: 92%;
}

.order-visual i:nth-child(3) {
  width: 58%;
}

.referral-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
}

.referral-visual i {
  width: 44px;
  height: 44px;
  background: rgba(95, 91, 255, 0.18);
  border: 1px solid rgba(95, 91, 255, 0.22);
  border-radius: 50%;
}

.referral-visual i:nth-child(2) {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, rgba(95, 91, 255, 0.76), rgba(22, 184, 166, 0.58));
}

.referral-visual i:nth-child(4) {
  display: none;
}

.member-visual {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 12px;
}

.member-visual i:first-child {
  grid-row: 1 / 3;
  background: linear-gradient(135deg, rgba(246, 183, 67, 0.78), rgba(47, 109, 246, 0.42));
  border-radius: 12px;
}

.member-visual i:not(:first-child) {
  background: rgba(246, 183, 67, 0.18);
  border: 1px solid rgba(246, 183, 67, 0.24);
  border-radius: 8px;
}

.lead-visual {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.lead-visual i {
  display: block;
  height: 14px;
  background: linear-gradient(90deg, rgba(47, 109, 246, 0.7), rgba(95, 91, 255, 0.12));
  border-radius: 999px;
}

.lead-visual i:nth-child(1) {
  width: 88%;
}

.lead-visual i:nth-child(2) {
  width: 68%;
}

.lead-visual i:nth-child(3) {
  width: 78%;
}

.call-visual {
  display: flex;
  align-items: end;
  gap: 9px;
  padding: 16px 18px;
}

.call-visual i {
  flex: 1;
  background: linear-gradient(180deg, rgba(22, 184, 166, 0.82), rgba(47, 109, 246, 0.32));
  border-radius: 999px 999px 8px 8px;
}

.call-visual i:nth-child(1) {
  height: 28px;
}

.call-visual i:nth-child(2) {
  height: 64px;
}

.call-visual i:nth-child(3) {
  height: 40px;
}

.call-visual i:nth-child(4) {
  height: 54px;
}

.wechat-visual {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 14px;
}

.wechat-visual i {
  display: block;
  height: 18px;
  background: rgba(95, 91, 255, 0.16);
  border: 1px solid rgba(95, 91, 255, 0.16);
  border-radius: 999px;
}

.wechat-visual i:nth-child(1) {
  width: 72%;
}

.wechat-visual i:nth-child(2) {
  justify-self: end;
  width: 64%;
  background: rgba(22, 184, 166, 0.18);
}

.wechat-visual i:nth-child(3) {
  width: 86%;
}

.review-visual {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 16px;
}

.review-visual i {
  flex: 1;
  background: rgba(246, 183, 67, 0.22);
  border: 1px solid rgba(246, 183, 67, 0.24);
  border-radius: 8px 8px 3px 3px;
}

.review-visual i:nth-child(1) {
  height: 36px;
}

.review-visual i:nth-child(2) {
  height: 54px;
  background: linear-gradient(180deg, rgba(246, 183, 67, 0.8), rgba(47, 109, 246, 0.28));
}

.review-visual i:nth-child(3) {
  height: 68px;
  background: linear-gradient(180deg, rgba(47, 109, 246, 0.68), rgba(246, 183, 67, 0.26));
}

.product-loop-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
}

.loop-card {
  min-height: 280px;
  padding: 34px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #07111f;
  background-size: 44px 44px;
  border-radius: 8px;
}

.loop-card span {
  display: block;
  color: #9debe1;
  font-size: 13px;
  font-weight: 900;
}

.loop-card h2 {
  margin: 24px 0 0;
  font-size: 34px;
  line-height: 1.18;
}

.loop-path-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 14px;
}

.loop-path-title span,
.loop-path-title i {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: 900;
}

.loop-path-title span {
  color: #ffffff;
}

.loop-path-title i {
  color: #dce8ff;
  font-style: normal;
  white-space: nowrap;
}

.loop-card p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #b9c8dc;
  font-size: 16px;
  line-height: 1.8;
}

.handoff-grid {
  display: grid;
  gap: 14px;
}

.handoff-grid a {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 132px;
  padding: 24px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(11, 27, 48, 0.08);
}

.handoff-grid a strong,
.handoff-grid a span {
  display: block;
}

.handoff-grid a strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.handoff-grid a span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .site-nav {
    display: none;
  }

  .hero-grid,
  .ai-panel,
  .loop-board,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-actions {
    margin-top: 30px;
    padding-top: 0;
  }

  .hero-visual {
    min-height: 520px;
  }

  .traffic-device {
    left: 4%;
  }

  .desktop {
    left: 24%;
    width: min(430px, 68vw);
  }

  .product-grid,
  .router-grid,
  .alliance-grid,
  .alliance-landing-layout,
  .alliance-hero,
  .alliance-mode-grid,
  .alliance-apply-layout,
  .difference-grid {
    grid-template-columns: 1fr;
  }

  .alliance-landing {
    min-height: auto;
    align-items: start;
  }

  .alliance-landing-layout {
    align-items: start;
  }

  .alliance-visual-card {
    height: auto;
    min-height: 520px;
  }

  .alliance-landing .alliance-form {
    height: auto;
    min-height: 0;
  }

  .alliance-form {
    border-left: 0;
    border-top: 1px solid rgba(203, 214, 230, 0.86);
  }

  .alliance-form,
  .application-fields {
    grid-template-rows: none;
  }

  .alliance-form textarea {
    height: auto;
  }

  .alliance-apply-copy {
    position: relative;
    top: auto;
  }

  .advantage-board {
    padding: 30px 72px;
  }

  .scene-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .loop-product {
    grid-template-columns: 1.14fr 0.96fr 0.9fr;
    min-height: auto;
  }

  .loop-product strong {
    grid-column: 3;
    justify-self: center;
  }

  .loop-product-preview.desktop-preview {
    margin: 0 auto;
  }

  .workflow-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-step::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100vw - 32px);
    min-height: 64px;
    justify-content: space-between;
  }

  .site-header::before {
    height: 64px;
  }

  .brand {
    gap: 10px;
    min-width: auto;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-name::after {
    bottom: -6px;
    width: 34px;
    height: 2px;
  }

  .entry-menu {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-top-entry {
    position: static;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--brand-violet), var(--brand-blue) 55%, var(--brand-teal));
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(47, 109, 246, 0.22);
  }

  .hero-section {
    min-height: auto;
    padding: 54px 0 38px;
  }

  .hero-grid,
  .section,
  .ai-panel,
  .alliance-landing,
  .alliance-hero,
  .final-cta,
  .site-footer {
    width: calc(100vw - 32px);
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-lead {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.74;
    line-break: anywhere;
    overflow-wrap: break-word;
    word-break: break-all;
  }

  .hero-lead span {
    display: block;
  }

  .mobile-break {
    display: block;
  }

  .hero-desc {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .hero-copy {
    overflow: visible;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 100%;
  }

  .hero-proof span {
    justify-content: center;
    width: 100%;
    white-space: normal;
  }

  .button,
  .nav-cta {
    font-size: 13px;
  }

  .hero-visual {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    min-height: auto;
    margin-top: 24px;
    overflow: hidden;
  }

  .system-visual::before,
  .system-visual::after {
    display: none;
  }

  .system-core {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 86px;
    display: block;
    padding: 18px 16px;
    text-align: left;
    border-radius: 8px;
    transform: none;
  }

  .system-core strong {
    margin: 0;
    font-size: 18px;
  }

  .system-core em {
    margin-top: 8px;
  }

  .core-spark {
    top: 18px;
    right: 16px;
  }

  .system-node,
  .dealdesk-node {
    position: relative;
    inset: auto;
    width: auto;
    min-height: auto;
    padding: 14px;
  }

  .system-node h3 {
    margin: 12px 0 8px;
    font-size: 20px;
  }

  .system-node p {
    font-size: 13px;
  }

  .node-screen {
    margin-top: 12px;
    padding: 12px;
  }

  .node-screen strong {
    font-size: 22px;
  }

  .dealdesk-screen {
    grid-template-columns: 1fr 0.8fr;
  }

  .system-route {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 4px;
    font-size: 12px;
  }

  .device {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 74px;
    margin-top: 0;
    padding: 12px;
    transform: none;
  }

  .phone,
  .desktop {
    width: auto;
  }

  .connection-line {
    display: none;
  }

  .system-visual::before,
  .system-visual::after,
  .system-core,
  .system-core::before,
  .core-spark,
  .traffic-node,
  .lightmall-node,
  .dealdesk-node,
  .node-screen::after,
  .system-route i::after,
  .system-route span {
    animation: none;
  }

  .device-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .device-top span,
  .device-top strong {
    display: block;
  }

  .device-top strong {
    margin-top: 0;
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .traffic-focus,
  .task-list,
  .shop-window,
  .dealdesk-layout {
    display: none;
  }

  .device::after {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 28px;
    margin-top: 10px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    border-radius: 8px;
    overflow-wrap: anywhere;
  }

  .traffic-device::after {
    content: "脚本 · 视频";
    background: linear-gradient(135deg, var(--brand-violet), var(--brand-blue));
  }

  .shop-device::after {
    content: "店铺 · 订单";
    background: linear-gradient(135deg, #17666f, var(--brand-teal));
  }

  .dealdesk-device::after {
    content: "线索 · AI";
    background: linear-gradient(135deg, #1b2f50, var(--spark));
  }

  .section {
    padding: 66px 0;
    scroll-margin-top: 78px;
  }

  .alliance-hero {
    padding-top: 54px;
  }

  .alliance-page .alliance-landing {
    padding-top: 8px;
    padding-bottom: 44px;
  }

  .alliance-visual-card {
    min-height: 430px;
    padding: 28px 22px;
  }

  .alliance-visual-card h1 {
    max-width: 10em;
    font-size: 38px;
  }

  .alliance-visual-card img {
    object-position: 50% 50%;
  }

  .alliance-hero-copy {
    padding: 34px 24px;
  }

  .alliance-hero-copy h1 {
    max-width: none;
    font-size: 38px;
  }

  .alliance-hero-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .alliance-hero-board article,
  .alliance-mode-card,
  .alliance-apply-copy,
  .alliance-form {
    padding: 22px;
  }

  .alliance-mode-card {
    min-height: auto;
  }

  .alliance-apply-copy h2 {
    font-size: 28px;
  }

  .form-grid,
  .type-picker {
    grid-template-columns: 1fr;
  }

  .form-submit {
    width: 100%;
  }

  .section-heading h2,
  .trust-copy h2,
  .final-cta h2 {
    max-width: 9.5em;
    margin-right: auto;
    margin-left: auto;
    font-size: 31px;
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  #loop-title {
    max-width: 8.8em;
    margin-right: auto;
    margin-left: auto;
    font-size: 29px;
  }

  .ai-panel .section-heading.left h2,
  .trust-copy h2 {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  .section-heading p:not(.eyebrow) {
    line-break: anywhere;
    overflow-wrap: anywhere;
  }

  .workflow-track,
  .ai-grid,
  .loop-board,
  .loop-products,
  .scene-list,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .advantage-section {
    padding-top: 128px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .advantage-board {
    min-height: auto;
    padding: 64px 14px 18px;
  }

  .advantage-lane {
    gap: 14px;
    min-height: auto;
    padding: 16px;
  }

  .advantage-nav {
    top: 14px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .advantage-nav:hover {
    transform: scale(1.03);
  }

  .advantage-nav span {
    margin-top: -2px;
    font-size: 30px;
  }

  .advantage-prev {
    left: 14px;
  }

  .advantage-next {
    right: 14px;
  }

  .advantage-compare {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .advantage-pk {
    min-height: 46px;
  }

  .advantage-pk::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  }

  .advantage-compare section {
    grid-column: auto;
    min-height: auto;
    padding: 22px;
  }

  .advantage-compare section::before {
    top: 22px;
    left: 22px;
  }

  .advantage-compare h3 {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .advantage-points li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  .advantage-points span {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .advantage-compare p {
    font-size: 14px;
  }

  .loop-product {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
    height: auto;
    padding: 20px;
  }

  .loop-product::after {
    display: none;
  }

  .loop-product-preview {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    order: 2;
    width: 100%;
    height: 220px;
    transform: none;
  }

  .loop-product-copy {
    grid-column: auto;
    grid-row: auto;
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .loop-product-preview.desktop-preview {
    width: 100%;
    height: 190px;
  }

  .loop-product strong {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    order: 3;
    margin-right: 0;
    margin-top: 2px;
  }

  .loop-product p,
  .scene-list strong,
  .scene-list p,
  .ai-grid span,
  .difference-grid p {
    line-break: anywhere;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .scene-list .pain-card,
  .scene-list .pain-card:nth-child(4),
  .scene-list .pain-card:nth-child(5) {
    grid-column: auto;
  }

  .dealdesk-layout {
    grid-template-columns: 1fr;
  }

  .trust-section {
    padding: 64px 16px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer > span:last-child {
    justify-self: start;
    text-align: left;
  }

  .footer-records {
    justify-items: start;
    text-align: left;
  }

  .product-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    width: calc(100vw - 32px);
    min-height: auto;
    padding: 52px 0 58px;
  }

  .product-hero-copy h1 {
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .product-hero-lead {
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .product-visual {
    width: 100%;
    min-height: auto;
    overflow: hidden;
  }

  .product-visual:not(.phone-product-shot)::before {
    inset: 18px;
  }

  .phone-product-shot {
    justify-self: center;
    width: min(320px, calc(100vw - 48px));
    padding: 14px 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 52px;
  }

  .phone-product-shot img {
    height: 610px;
    border-radius: 36px;
  }

  .miniapp-phone-flip,
  .miniapp-phone-face {
    height: 610px;
    border-radius: 38px;
  }

  .miniapp-phone-flip::before {
    top: 12px;
    width: 86px;
    height: 25px;
  }

  .miniapp-screen-scroll img {
    height: auto;
    min-height: 610px;
    object-fit: contain;
    border-radius: 0;
  }

  .miniapp-qr-panel {
    padding: 26px 18px;
  }

  .miniapp-qr-panel strong {
    font-size: 23px;
  }

  .miniapp-qr-panel img {
    width: min(205px, 100%);
    height: auto;
    border-radius: 14px;
  }

  .desktop-product-shot {
    padding: 8px;
  }

  .desktop-product-shot img {
    aspect-ratio: 16 / 11;
  }

  .detail-grid,
  .product-loop-section {
    grid-template-columns: 1fr;
  }

  .detail-grid article {
    min-height: auto;
  }

  .loop-card {
    min-height: auto;
    padding: 26px;
  }

  .loop-card h2 {
    font-size: 27px;
  }

  .loop-path-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 25px;
    white-space: normal;
  }

  .loop-path-title i {
    display: none;
  }

  .handoff-grid a {
    min-height: 94px;
  }
}

/* Project sales landing page */
.sales-page {
  --sales-ink: #07111f;
  --sales-text: #223047;
  --sales-muted: #5e6d82;
  --sales-soft: #f5f8fc;
  --sales-line: rgba(126, 143, 166, 0.22);
  --sales-blue: #2f6df6;
  --sales-teal: #16b8a6;
  --sales-amber: #f5ae2d;
  --sales-green: #0f766e;
  color: var(--sales-text);
  background: #f5f8fc;
  overflow-x: hidden;
}

.sales-page .project-container {
  width: min(1160px, calc(100% - 48px));
}

.sales-header {
  min-height: 68px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(126, 143, 166, 0.16);
}

.sales-header .project-header-action,
.sales-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--sales-blue), var(--sales-teal));
  box-shadow: 0 14px 30px rgba(47, 109, 246, 0.22);
}

.sales-btn-secondary,
.sales-btn-outline {
  color: var(--sales-ink);
  background: #ffffff;
  border: 1px solid rgba(126, 143, 166, 0.28);
}

.sales-btn-link {
  color: var(--sales-blue);
  background: transparent;
  border: 1px solid rgba(47, 109, 246, 0.24);
}

.sales-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #07111f 0%, #0f2d34 52%, #16244a 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.sales-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: center;
  min-height: clamp(700px, calc(100vh - 68px), 860px);
  padding-top: 76px;
  padding-bottom: 76px;
}

.sales-kicker,
.sales-section-heading span,
.sales-product-copy span,
.sales-final-card > span,
.sales-trust-grid > div > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: #0f5f60;
  font-size: 12px;
  font-weight: 900;
  background: rgba(22, 184, 166, 0.12);
  border: 1px solid rgba(22, 184, 166, 0.22);
  border-radius: 999px;
}

.sales-hero .sales-kicker {
  color: #bbfff4;
  background: rgba(22, 184, 166, 0.14);
  border-color: rgba(157, 235, 225, 0.36);
}

.sales-hero h1 {
  max-width: 720px;
  margin: 22px 0 20px;
  color: #ffffff;
  font-size: clamp(44px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sales-hero h1 span {
  display: block;
}

.sales-hero-lead {
  max-width: 700px;
  margin: 0;
  color: rgba(235, 244, 255, 0.9);
  font-size: clamp(19px, 2.15vw, 27px);
  font-weight: 800;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sales-hero-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.sales-hero-points span {
  position: relative;
  padding-left: 24px;
  color: rgba(235, 244, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.sales-hero-points span::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--sales-amber);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(245, 174, 45, 0.14);
}

.sales-hero-showcase {
  position: relative;
  min-height: 620px;
}

.sales-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.sales-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top center;
}

.sales-shot figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(7, 17, 31, 0.78);
  border-radius: 8px;
}

.sales-shot-phone {
  width: 185px;
  height: 398px;
  padding: 8px;
  background:
    linear-gradient(90deg, #202938 0%, #d8dee7 2.2%, #687385 5%, #111927 8.5%, #07111f 50%, #111927 91.5%, #7d8796 95%, #f1f5f9 97.8%, #263041 100%);
  border-radius: 34px;
}

.sales-shot-phone img {
  object-fit: cover;
  border-radius: 27px;
}

.sales-shot-desktop {
  right: 0;
  bottom: 62px;
  width: min(520px, 100%);
  height: 330px;
  padding: 10px;
  border-radius: 8px;
}

.sales-shot-desktop img {
  object-fit: contain;
  background: #f8fbff;
  border-radius: 6px;
}

.sales-shot-traffic {
  top: 20px;
  left: 0;
  z-index: 2;
}

.sales-shot-lightmall {
  right: 26px;
  top: 0;
  z-index: 3;
}

.sales-section {
  padding: 92px 0;
}

.sales-section-heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.sales-section-heading h2,
.sales-compare-card h2,
.sales-final-card h2,
.sales-trust-grid h2 {
  margin: 14px 0 0;
  color: var(--sales-ink);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.18;
  letter-spacing: 0;
}

.sales-compare-card h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.sales-section-heading p {
  margin: 16px 0 0;
  color: var(--sales-muted);
  font-size: 17px;
  line-height: 1.8;
}

.sales-pain-section {
  background: #ffffff;
}

.sales-pain-grid,
.sales-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sales-pain-grid article,
.sales-system-grid article,
.sales-fit-grid article {
  min-height: 230px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.06);
}

.sales-pain-grid small,
.sales-system-grid small {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--sales-blue);
  font-size: 12px;
  font-weight: 900;
}

.sales-pain-grid h3,
.sales-system-grid h3,
.sales-fit-grid h3 {
  margin: 0 0 12px;
  color: var(--sales-ink);
  font-size: 21px;
  line-height: 1.35;
}

.sales-pain-grid p,
.sales-system-grid p,
.sales-fit-grid p {
  margin: 0;
  color: var(--sales-muted);
  font-size: 15px;
  line-height: 1.78;
}

.sales-before-after {
  color: #ffffff;
  background: #07111f;
}

.sales-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.sales-compare-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.sales-compare-card span {
  color: #9debe1;
  font-size: 12px;
  font-weight: 900;
}

.sales-compare-card h2 {
  color: #ffffff;
}

.sales-compare-card ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.sales-compare-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(235, 244, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
}

.sales-compare-card li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.sales-compare-after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(47, 109, 246, 0.28), rgba(22, 184, 166, 0.26));
  background-size: 38px 38px, 38px 38px, auto;
}

.sales-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  margin-top: 34px;
}

.sales-chain strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 16px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.sales-chain i {
  display: none;
}

.sales-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sales-system-admin {
  color: #ffffff;
  background: linear-gradient(135deg, #102638, #0f766e) !important;
}

.sales-system-admin small,
.sales-system-admin h3,
.sales-system-admin p {
  color: #ffffff;
}

.sales-proof-section {
  background: #ffffff;
}

.sales-product-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 34px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
  background: #f8fbff;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
}

.sales-product-story:first-of-type {
  margin-top: 0;
}

.sales-product-story-reverse {
  grid-template-columns: minmax(360px, 1.18fr) minmax(0, 0.82fr);
}

.sales-product-story-reverse .sales-product-copy {
  grid-column: 2;
}

.sales-product-story-reverse .sales-product-visual {
  grid-column: 1;
  grid-row: 1;
}

.sales-product-copy h3 {
  margin: 16px 0 14px;
  color: var(--sales-ink);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
}

.sales-product-copy p {
  margin: 0;
  color: var(--sales-muted);
  font-size: 17px;
  line-height: 1.85;
}

.sales-product-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.sales-product-copy li {
  position: relative;
  padding-left: 24px;
  color: var(--sales-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.65;
}

.sales-product-copy li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--sales-teal);
  border-radius: 50%;
}

.sales-product-visual {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(7, 17, 31, 0.1);
}

.sales-product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top center;
}

.sales-product-phone {
  width: min(320px, 100%);
  height: 560px;
  justify-self: center;
  padding: 10px;
  background: linear-gradient(90deg, #202938 0%, #d8dee7 2.2%, #687385 5%, #111927 8.5%, #07111f 50%, #111927 91.5%, #7d8796 95%, #f1f5f9 97.8%, #263041 100%);
  border-radius: 42px;
}

.sales-product-phone img {
  object-fit: cover;
  border-radius: 32px;
}

.sales-product-wide {
  height: 370px;
  padding: 12px;
}

.sales-product-wide img {
  object-fit: contain;
  background: #ffffff;
  border-radius: 6px;
}

.sales-fit-section {
  background: #f5f8fc;
}

.sales-fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sales-fit-grid article {
  min-height: 190px;
}

.sales-trust-section {
  color: #ffffff;
  background: linear-gradient(135deg, #07111f, #123a3e);
}

.sales-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.sales-trust-grid h2 {
  color: #ffffff;
}

.sales-trust-grid > div > span {
  color: #bbfff4;
  background: rgba(22, 184, 166, 0.14);
  border-color: rgba(157, 235, 225, 0.34);
}

.sales-trust-list {
  display: grid;
  gap: 14px;
}

.sales-trust-list p {
  margin: 0;
  padding: 20px;
  color: rgba(235, 244, 255, 0.84);
  font-size: 16px;
  line-height: 1.78;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.sales-trust-list strong {
  color: #ffffff;
}

.sales-final-section {
  background: #ffffff;
}

.sales-final-card {
  padding: 52px;
  text-align: center;
  background:
    linear-gradient(rgba(47, 109, 246, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 184, 166, 0.08) 1px, transparent 1px),
    #f8fbff;
  background-size: 36px 36px, 36px 36px, auto;
  border: 1px solid var(--sales-line);
  border-radius: 8px;
}

.sales-final-card h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.sales-final-card p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--sales-muted);
  font-size: 17px;
  line-height: 1.8;
}

.sales-final-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media (max-width: 980px) {
  .sales-hero-grid,
  .sales-compare-grid,
  .sales-product-story,
  .sales-product-story-reverse,
  .sales-trust-grid {
    grid-template-columns: 1fr;
  }

  .sales-hero-grid {
    min-height: auto;
    padding-top: 56px;
  }

  .sales-hero-showcase {
    min-height: 580px;
  }

  .sales-shot-desktop {
    right: 0;
    left: 0;
    width: 100%;
  }

  .sales-shot-lightmall {
    right: 0;
  }

  .sales-pain-grid,
  .sales-system-grid,
  .sales-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-product-story-reverse .sales-product-copy,
  .sales-product-story-reverse .sales-product-visual {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .sales-page,
  .sales-page main,
  .sales-hero,
  .sales-section {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .sales-page .project-container {
    width: auto;
    max-width: calc(100vw - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }

  .sales-header {
    min-height: 58px;
  }

  .sales-hero h1 {
    font-size: 38px;
    line-height: 1.12;
    max-width: 100%;
    word-break: break-all;
    line-break: anywhere;
  }

  .sales-hero-lead {
    font-size: 18px;
    max-width: 100%;
    word-break: break-all;
    line-break: anywhere;
  }

  .sales-hero-copy,
  .sales-hero-points,
  .sales-hero-points span,
  .project-hero-actions {
    width: 100%;
    max-width: 100%;
  }

  .sales-hero-showcase {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .sales-shot {
    position: relative;
    inset: auto;
  }

  .sales-shot-phone,
  .sales-shot-desktop {
    width: 100%;
  }

  .sales-shot-phone {
    height: 460px;
    max-width: 250px;
    justify-self: center;
  }

  .sales-shot-desktop {
    height: 230px;
  }

  .sales-section {
    padding: 62px 0;
  }

  .sales-section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .sales-section-heading h2,
  .sales-compare-card h2,
  .sales-final-card h2,
  .sales-trust-grid h2 {
    font-size: 29px;
  }

  .sales-pain-grid,
  .sales-system-grid,
  .sales-fit-grid,
  .sales-chain {
    grid-template-columns: 1fr;
  }

  .sales-pain-grid article,
  .sales-system-grid article,
  .sales-fit-grid article {
    min-height: auto;
  }

  .sales-compare-card,
  .sales-product-story,
  .sales-final-card {
    padding: 24px;
  }

  .sales-product-phone {
    height: 500px;
  }

  .sales-product-wide {
    height: 220px;
  }

  .sales-final-actions,
  .sales-final-actions .project-btn {
    width: 100%;
  }

  .sales-trust-list p {
    padding: 18px;
  }
}

/* Homepage hero: keep original copy, adopt sales visual language */
body:not(.project-page) .hero-section {
  min-height: 780px;
  padding: 82px 0 74px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #07111f 0%, #0f2d34 52%, #142449 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

body:not(.project-page) .hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: 54px;
}

body:not(.project-page) .hero-copy {
  justify-content: center;
  transform: translateY(-28px);
}

body:not(.project-page) .hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  color: #bbfff4;
  font-size: 12px;
  font-weight: 900;
  background: rgba(22, 184, 166, 0.14);
  border: 1px solid rgba(157, 235, 225, 0.36);
  border-radius: 999px;
}

body:not(.project-page) .hero-copy h1 {
  font-size: clamp(42px, 4.45vw, 66px);
  line-height: 1;
  letter-spacing: 0;
}

body:not(.project-page) .hero-lead {
  max-width: 650px;
  color: rgba(235, 244, 255, 0.86);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0;
}

body:not(.project-page) .hero-proof {
  order: 4;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

body:not(.project-page) .hero-proof span {
  position: relative;
  min-height: auto;
  padding: 0 0 0 28px;
  color: transparent;
  font-size: 15px;
  font-weight: 900;
  background-image: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
  background-clip: text;
  border: 0;
  -webkit-background-clip: text;
}

body:not(.project-page) .hero-proof span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--spark);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(245, 174, 45, 0.14);
  transform: translateY(-50%);
  animation: hero-proof-online-pulse 1.65s ease-in-out infinite;
}

body:not(.project-page) .hero-proof span:nth-child(2)::before {
  animation-delay: 0.22s;
}

body:not(.project-page) .hero-proof span:nth-child(3)::before {
  animation-delay: 0.44s;
}

body:not(.project-page) .hero-actions {
  order: 5;
  margin-top: 112px;
}

body:not(.project-page) .button {
  min-height: 44px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
}

body:not(.project-page) .button.primary {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
  box-shadow: 0 18px 38px rgba(47, 109, 246, 0.26);
}

body:not(.project-page) .button.secondary {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 28px rgba(7, 17, 31, 0.18);
}

.home-hero-showcase {
  position: relative;
  min-height: 625px;
  overflow: visible;
  isolation: isolate;
}

.home-hero-showcase::before,
.home-hero-showcase::after {
  display: none;
}

.home-hero-shot {
  position: absolute;
  margin: 0;
  overflow: visible;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.34);
}

.home-hero-shot > img,
.home-miniapp-front img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: top center;
}

.home-hero-shot figcaption {
  position: absolute;
  z-index: 10;
  width: max-content;
  max-width: 160px;
  padding: 0;
  color: #dcfff9;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  pointer-events: none;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
  background: transparent;
  border-radius: 0;
}

.home-hero-shot figcaption::before,
.home-hero-shot figcaption::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.home-hero-shot figcaption::before {
  width: 1px;
  height: 1px;
  background: rgba(157, 235, 225, 0.76);
}

.home-hero-shot figcaption::after {
  width: 4px;
  height: 4px;
  background: #f5ae2d;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(245, 174, 45, 0.1);
}

.home-hero-shot-phone {
  width: 190px;
  height: 410px;
  padding: 8px;
  perspective: 1000px;
  background:
    linear-gradient(90deg, #202938 0%, #d8dee7 2.2%, #687385 5%, #111927 8.5%, #07111f 50%, #111927 91.5%, #7d8796 95%, #f1f5f9 97.8%, #263041 100%);
  border-radius: 36px;
}

.home-hero-shot-phone:hover {
  box-shadow:
    0 34px 82px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(157, 235, 225, 0.14);
}

.home-miniapp-flip {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 28px;
  transform-style: preserve-3d;
}

.home-miniapp-flip:focus-visible {
  outline: 2px solid rgba(187, 255, 244, 0.92);
  outline-offset: 3px;
}

.home-miniapp-flip::before {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 8;
  width: 74px;
  height: 22px;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 77% 50%, #263653 0 3px, transparent 4px),
    linear-gradient(180deg, #020714, #111827);
  border-radius: 999px;
  box-shadow: 0 8px 14px rgba(7, 17, 31, 0.24);
  transform: translateX(-50%);
}

.home-miniapp-face {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border-radius: 28px;
  backface-visibility: hidden;
  transition: transform 0.68s cubic-bezier(0.2, 0.72, 0.22, 1);
}

.home-miniapp-front {
  transform: rotateY(0deg);
}

.home-miniapp-front img {
  object-fit: cover;
  border-radius: 28px;
  animation: home-miniapp-screen-drift 7.4s ease-in-out infinite;
}

.home-miniapp-back {
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 109, 246, 0.16), transparent 44%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  transform: rotateY(180deg);
}

.home-miniapp-flip.is-flipped .home-miniapp-front {
  transform: rotateY(-180deg);
}

.home-miniapp-flip.is-flipped .home-miniapp-back {
  transform: rotateY(0deg);
}

.home-miniapp-flip.is-flipped .home-miniapp-front img {
  animation-play-state: paused;
}

.home-miniapp-qr-panel {
  display: grid;
  gap: 10px;
  justify-items: center;
  width: 100%;
  color: var(--ink);
  text-align: center;
}

.home-miniapp-qr-panel strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.home-miniapp-qr-panel img {
  width: min(132px, 88%);
  height: auto;
  padding: 8px;
  background: #ffffff;
  border: 1px solid rgba(223, 230, 240, 0.94);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.12);
}

.home-miniapp-qr-panel small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.home-hero-shot-desktop {
  right: 0;
  bottom: 116px;
  width: min(540px, 100%);
  height: 338px;
  padding: 10px;
  border-radius: 8px;
}

.home-hero-shot-desktop img {
  object-fit: contain;
  background: #f8fbff;
  border-radius: 6px;
}

.home-traffic-shot {
  top: 12px;
  left: 42px;
  z-index: 3;
  animation: home-phone-float 6.4s ease-in-out infinite;
}

.home-traffic-shot figcaption {
  top: -46px;
  right: auto;
  bottom: auto;
  left: 36px;
}

.home-traffic-shot figcaption::before {
  top: calc(100% + 5px);
  left: 50%;
  height: 35px;
  transform: translateX(-50%);
}

.home-traffic-shot figcaption::after {
  top: calc(100% + 38px);
  left: 50%;
  transform: translateX(-50%);
}

.home-lightmall-shot {
  top: -30px;
  right: 18px;
  z-index: 4;
  animation: home-phone-float 7s ease-in-out infinite reverse;
}

.home-lightmall-shot figcaption {
  top: 50px;
  right: -44px;
  bottom: auto;
  left: auto;
  max-width: none;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  text-orientation: mixed;
}

.home-lightmall-shot figcaption::before {
  top: 0.6em;
  right: calc(100% + 8px);
  width: 38px;
  height: 1px;
  transform: none;
}

.home-lightmall-shot figcaption::after {
  top: calc(0.6em - 2px);
  right: calc(100% + 44px);
  transform: none;
}

.home-hero-shot-desktop figcaption {
  top: -50px;
  right: auto;
  bottom: auto;
  left: 196px;
  color: #dcfff9;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.32);
}

.home-hero-shot-desktop figcaption::before {
  top: calc(100% + 6px);
  left: 50%;
  width: 1px;
  height: 36px;
  background: rgba(157, 235, 225, 0.76);
  transform: translateX(-50%);
}

.home-hero-shot-desktop figcaption::after {
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
}

.home-system-route {
  z-index: 5;
  right: 0;
  bottom: 64px;
  left: 0;
}

@media (max-width: 1040px) {
  body:not(.project-page) .hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-showcase {
    min-height: 590px;
  }

  .home-hero-shot-desktop {
    right: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 720px) {
  body:not(.project-page) .hero-section {
    padding: 48px 0 38px;
  }

  body:not(.project-page) .hero-copy h1 {
    font-size: 42px;
  }

  body:not(.project-page) .hero-lead {
    font-size: 16px;
  }

  body:not(.project-page) .hero-proof span {
    justify-content: flex-start;
    text-align: left;
  }

  body:not(.project-page) .button {
    width: 100%;
  }

  .home-hero-showcase {
    display: grid;
    gap: 16px;
    min-height: auto;
    overflow: visible;
  }

  .home-hero-shot {
    position: relative;
    inset: auto;
  }

  .home-hero-shot-phone {
    width: 100%;
    max-width: 260px;
    height: 470px;
    justify-self: center;
  }

  .home-hero-shot-desktop {
    width: 100%;
    height: 232px;
  }

  .home-hero-shot figcaption {
    top: 14px;
    right: auto;
    bottom: auto;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 6px 9px;
    color: #ffffff;
    background: rgba(7, 17, 31, 0.62);
    border-radius: 8px;
    text-shadow: none;
  }

  .home-hero-shot figcaption::before,
  .home-hero-shot figcaption::after {
    display: none;
  }

  .home-system-route {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 2px;
  }
}

@keyframes home-phone-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes hero-proof-online-pulse {
  0%,
  100% {
    opacity: 0.78;
    box-shadow:
      0 0 0 6px rgba(245, 174, 45, 0.1),
      0 0 0 rgba(245, 174, 45, 0);
  }

  50% {
    opacity: 1;
    box-shadow:
      0 0 0 8px rgba(245, 174, 45, 0.2),
      0 0 22px rgba(245, 174, 45, 0.72);
  }
}

@keyframes home-miniapp-screen-drift {
  0%,
  20%,
  100% {
    object-position: top center;
  }

  52%,
  72% {
    object-position: center 14%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-traffic-shot,
  .home-lightmall-shot,
  .home-miniapp-front img,
  body:not(.project-page) .hero-proof span::before {
    animation: none;
  }
}

/* Project H5 merchant landing page */
.project-h5-page {
  --h5-ink: #14221f;
  --h5-text: #253530;
  --h5-muted: #62746e;
  --h5-bg: #f3f8f4;
  --h5-paper: #ffffff;
  --h5-line: rgba(39, 61, 54, 0.14);
  --h5-green: #0f766e;
  --h5-deep: #102a2a;
  --h5-gold: #d89425;
  --h5-red: #b63f2f;
  --h5-shadow: 0 24px 70px rgba(10, 24, 24, 0.18);
  min-height: 100vh;
  color: var(--h5-text);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(#101a1d, #101a1d);
  background-size: 34px 34px, auto;
  overflow-x: hidden;
}

.project-h5-page * {
  box-sizing: border-box;
}

.project-h5-page a {
  color: inherit;
  text-decoration: none;
}

.h5-header,
.h5-main,
.h5-footer {
  width: min(100%, 520px);
  margin-right: auto;
  margin-left: auto;
}

.h5-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--h5-line);
  backdrop-filter: blur(18px);
}

.h5-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--h5-ink);
  font-size: 15px;
  font-weight: 900;
}

.h5-brand img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.h5-header-cta,
.h5-button,
.h5-bottom-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.h5-header-cta {
  padding: 0 14px;
  color: #ffffff;
  background: var(--h5-green);
}

.h5-main {
  position: relative;
  background: var(--h5-bg);
  box-shadow: var(--h5-shadow);
}

.h5-hero {
  position: relative;
  min-height: min(680px, calc(100svh - 170px));
  overflow: hidden;
  color: #ffffff;
}

.h5-hero-bg,
.h5-hero-shade {
  position: absolute;
  inset: 0;
}

.h5-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.h5-hero-shade {
  background:
    linear-gradient(180deg, rgba(5, 14, 14, 0.72) 0%, rgba(5, 14, 14, 0.22) 45%, rgba(5, 14, 14, 0.8) 100%),
    linear-gradient(90deg, rgba(5, 14, 14, 0.68), rgba(5, 14, 14, 0.04) 70%);
}

.h5-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: inherit;
  padding: 34px 20px 28px;
}

.h5-eyebrow,
.h5-section-head span,
.h5-copy-block > span,
.h5-offer-panel > span,
.h5-final > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #ebfffb;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15, 118, 110, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.h5-hero h1 {
  max-width: 420px;
  margin: 18px 0 12px;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.34);
  overflow-wrap: anywhere;
}

.h5-hero p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.62;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.h5-hero-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.h5-hero-tags span {
  padding: 8px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.h5-hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  margin-top: auto;
}

.h5-button {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid transparent;
  text-align: center;
}

.h5-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--h5-red), var(--h5-gold));
  box-shadow: 0 16px 30px rgba(182, 63, 47, 0.24);
}

.h5-button-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(14px);
}

.h5-button-secondary {
  color: var(--h5-ink);
  background: #ffffff;
  border-color: var(--h5-line);
}

.h5-section {
  padding: 54px 18px;
  scroll-margin-top: 70px;
}

.h5-section + .h5-section {
  border-top: 1px solid rgba(39, 61, 54, 0.08);
}

.h5-section-head {
  margin-bottom: 24px;
}

.h5-section-head span,
.h5-copy-block > span,
.h5-offer-panel > span,
.h5-final > span {
  color: var(--h5-green);
  background: rgba(15, 118, 110, 0.1);
  border-color: rgba(15, 118, 110, 0.18);
}

.h5-section-head h2,
.h5-copy-block h2,
.h5-offer-panel h2,
.h5-final h2 {
  margin: 12px 0 0;
  color: var(--h5-ink);
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.h5-section-head p,
.h5-copy-block p,
.h5-final p {
  margin: 12px 0 0;
  color: var(--h5-muted);
  font-size: 16px;
  line-height: 1.78;
}

.h5-pain {
  background: #ffffff;
}

.h5-question-list,
.h5-mechanism,
.h5-feature-grid,
.h5-scene-list,
.h5-metric-grid,
.h5-quote-list {
  display: grid;
  gap: 12px;
}

.h5-question-list article,
.h5-mechanism article,
.h5-feature-grid article,
.h5-scene-list article,
.h5-metric-grid article,
.h5-proof-list article,
.h5-faq details {
  background: #ffffff;
  border: 1px solid var(--h5-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(22, 37, 32, 0.06);
}

.h5-question-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
}

.h5-question-list small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: var(--h5-deep);
  border-radius: 8px;
}

.h5-question-list p {
  margin: 0;
  color: var(--h5-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.h5-solution {
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    var(--h5-deep);
  background-size: 30px 30px, 30px 30px, auto;
}

.h5-solution .h5-section-head span {
  color: #ebfffb;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.h5-solution .h5-section-head h2,
.h5-solution .h5-section-head p {
  color: #ffffff;
}

.h5-solution .h5-section-head p {
  color: rgba(255, 255, 255, 0.82);
}

.h5-mechanism {
  counter-reset: mechanism;
}

.h5-mechanism article {
  position: relative;
  padding: 18px 18px 18px 76px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.h5-mechanism article::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--h5-deep);
  font-size: 14px;
  font-weight: 900;
  content: counter(mechanism, decimal-leading-zero);
  counter-increment: mechanism;
  background: #f7c66a;
  border-radius: 8px;
}

.h5-mechanism strong,
.h5-feature-grid strong {
  display: block;
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
}

.h5-mechanism span,
.h5-feature-grid span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.h5-product {
  background: var(--h5-bg);
}

.h5-copy-block {
  margin-bottom: 22px;
}

.h5-phone-shot {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background: linear-gradient(90deg, #202938 0%, #d8dee7 2%, #111927 8%, #07111f 92%, #f1f5f9 98%, #263041 100%);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(16, 42, 42, 0.18);
}

.h5-phone-shot img {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: top center;
  border-radius: 21px;
}

.h5-phone-shot figcaption {
  margin: 10px 6px 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.h5-feature-grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 14px;
}

.h5-feature-grid article {
  min-height: 132px;
  padding: 16px;
}

.h5-feature-grid strong {
  color: var(--h5-ink);
}

.h5-feature-grid span {
  color: var(--h5-muted);
}

.h5-proof {
  background: #ffffff;
}

.h5-proof-list {
  display: grid;
  gap: 16px;
}

.h5-proof-list article {
  overflow: hidden;
}

.h5-proof-list article > div {
  padding: 18px;
}

.h5-proof-list small {
  display: inline-flex;
  color: var(--h5-green);
  font-size: 12px;
  font-weight: 900;
}

.h5-proof-list h3 {
  margin: 8px 0 8px;
  color: var(--h5-ink);
  font-size: 22px;
  line-height: 1.28;
}

.h5-proof-list p {
  margin: 0;
  color: var(--h5-muted);
  font-size: 15px;
  line-height: 1.78;
}

.h5-proof-phone,
.h5-proof-wide {
  margin: 0;
  background: #eef5f2;
}

.h5-proof-phone {
  height: 430px;
  padding: 10px 64px 0;
  overflow: hidden;
}

.h5-proof-phone img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 18px 42px rgba(16, 42, 42, 0.22);
}

.h5-proof-wide {
  height: 240px;
  padding: 12px;
}

.h5-proof-wide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #ffffff;
  border-radius: 8px;
}

.h5-scenes {
  background: var(--h5-bg);
}

.h5-scene-list article {
  padding: 18px;
}

.h5-scene-list h3 {
  margin: 0 0 8px;
  color: var(--h5-ink);
  font-size: 21px;
}

.h5-scene-list p {
  margin: 0;
  color: var(--h5-muted);
  font-size: 15px;
  line-height: 1.75;
}

.h5-scene-list strong {
  display: block;
  margin-top: 14px;
  padding-top: 14px;
  color: var(--h5-red);
  font-size: 14px;
  line-height: 1.55;
  border-top: 1px solid var(--h5-line);
}

.h5-note {
  margin: 14px 0 0;
  color: #6f6252;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.65;
}

.h5-metrics {
  color: #ffffff;
  background: #182622;
}

.h5-metrics .h5-section-head span {
  color: #fff6dc;
  background: rgba(216, 148, 37, 0.18);
  border-color: rgba(216, 148, 37, 0.28);
}

.h5-metrics .h5-section-head h2 {
  color: #ffffff;
}

.h5-metric-grid {
  grid-template-columns: 1fr;
}

.h5-metric-grid article {
  padding: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.h5-metric-grid small {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
}

.h5-metric-grid strong {
  display: block;
  margin-top: 4px;
  color: #f7c66a;
  font-size: 42px;
  line-height: 1;
}

.h5-metric-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.h5-metrics .h5-note {
  color: rgba(255, 255, 255, 0.7);
}

.h5-voice {
  background: #ffffff;
}

.h5-quote-list blockquote {
  margin: 0;
  padding: 18px;
  color: var(--h5-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  background: #f8fbf7;
  border: 1px solid var(--h5-line);
  border-left: 5px solid var(--h5-gold);
  border-radius: 8px;
}

.h5-offer {
  background: var(--h5-bg);
}

.h5-offer-panel {
  padding: 22px;
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #0f766e, #233426);
  background-size: 28px 28px, 28px 28px, auto;
  border-radius: 8px;
}

.h5-offer-panel > span {
  color: #fff6dc;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

.h5-offer-panel h2 {
  color: #ffffff;
}

.h5-offer-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.h5-offer-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.72;
}

.h5-offer-panel li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: #f7c66a;
  border-radius: 50%;
}

.h5-faq {
  background: #ffffff;
}

.h5-faq details {
  padding: 0 16px;
}

.h5-faq details + details {
  margin-top: 10px;
}

.h5-faq summary {
  min-height: 56px;
  padding: 17px 0;
  color: var(--h5-ink);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.h5-faq p {
  margin: 0;
  padding: 0 0 16px;
  color: var(--h5-muted);
  font-size: 15px;
  line-height: 1.72;
}

.h5-final {
  padding-bottom: 104px;
  text-align: center;
  background: #f8fbf7;
}

.h5-final-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.h5-bottom-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10px;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--h5-line);
  backdrop-filter: blur(18px);
}

.h5-bottom-bar a:first-child {
  color: #ffffff;
  background: var(--h5-red);
}

.h5-bottom-bar a:last-child {
  color: var(--h5-ink);
  background: #eef5f2;
  border: 1px solid var(--h5-line);
}

.h5-footer {
  display: grid;
  gap: 6px;
  padding: 20px 18px 92px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.5;
  background: #101a1d;
}

.h5-footer a {
  color: #ffffff;
}

@media (min-width: 561px) {
  .h5-header {
    margin-top: 18px;
    border-radius: 8px 8px 0 0;
  }

  .h5-main {
    border-radius: 0 0 8px 8px;
  }

  .h5-bottom-bar {
    right: 50%;
    left: auto;
    transform: translateX(50%);
    border-radius: 8px 8px 0 0;
  }
}

@media (max-width: 420px) {
  .h5-hero h1 {
    font-size: 38px;
  }

  .h5-hero p {
    font-size: 17px;
  }

  .h5-section-head h2,
  .h5-copy-block h2,
  .h5-offer-panel h2,
  .h5-final h2 {
    font-size: 27px;
  }

  .h5-feature-grid {
    grid-template-columns: 1fr;
  }

  .h5-proof-phone {
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media (max-width: 360px) {
  .h5-hero h1 {
    font-size: 34px;
  }

  .h5-hero-actions {
    grid-template-columns: 1fr;
  }

  .h5-proof-phone {
    height: 390px;
    padding-right: 36px;
    padding-left: 36px;
  }
}

/* Project H5 growth-system refresh from Figma Make */
.project-figma-h5 {
  --h5-ink: #22373c;
  --h5-text: #31484f;
  --h5-muted: #63729c;
  --h5-bg: #f5f7fa;
  --h5-paper: #ffffff;
  --h5-line: rgba(64, 106, 114, 0.16);
  --h5-green: #406a72;
  --h5-deep: #243f47;
  --h5-gold: #8889c2;
  --h5-red: #63729c;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(#18272d, #18272d);
  background-size: 34px 34px, auto;
}

.project-figma-h5 .h5-header {
  background: rgba(255, 255, 255, 0.96);
}

.project-figma-h5 .h5-header-cta,
.project-figma-h5 .h5-button-primary,
.project-figma-h5 .h5-bottom-bar a:first-child {
  color: #ffffff;
  background: linear-gradient(135deg, #406a72, #63729c);
  box-shadow: 0 14px 28px rgba(64, 106, 114, 0.2);
}

.project-figma-h5 .h5-main {
  background: var(--h5-bg);
}

.project-figma-h5 .growth-hero {
  min-height: min(610px, max(530px, calc(100svh - 310px)));
}

.project-figma-h5 .h5-hero-bg {
  object-position: center top;
}

.project-figma-h5 .h5-hero-shade {
  background:
    linear-gradient(180deg, rgba(10, 22, 26, 0.72) 0%, rgba(10, 22, 26, 0.18) 42%, rgba(10, 22, 26, 0.86) 100%),
    linear-gradient(90deg, rgba(10, 22, 26, 0.7), rgba(10, 22, 26, 0.08) 74%);
}

.project-figma-h5 .growth-hero-copy {
  padding: 34px 20px 28px;
}

.project-figma-h5 .h5-eyebrow,
.project-figma-h5 .h5-section-head span,
.project-figma-h5 .h5-final > span {
  min-height: auto;
  max-width: 100%;
  padding: 8px 10px;
  color: #f2fbff;
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
  background: rgba(64, 106, 114, 0.76);
  border-color: rgba(255, 255, 255, 0.22);
}

.project-figma-h5 .h5-section-head span,
.project-figma-h5 .h5-final > span {
  color: var(--h5-green);
  background: rgba(64, 106, 114, 0.1);
  border-color: rgba(64, 106, 114, 0.18);
}

.project-figma-h5 .h5-hero h1 {
  max-width: 380px;
  margin-top: 16px;
  font-size: 60px;
  line-height: 1.02;
}

.project-figma-h5 .h5-hero p {
  max-width: 400px;
  font-size: 18px;
  line-height: 1.7;
}

.project-figma-h5 .h5-hero-tags span {
  background: rgba(255, 255, 255, 0.14);
}

.project-figma-h5 .h5-button-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.project-figma-h5 .h5-button-secondary,
.project-figma-h5 .h5-bottom-bar a:last-child {
  color: var(--h5-deep);
  background: #eef3f7;
  border-color: rgba(64, 106, 114, 0.16);
}

.project-figma-h5 .h5-section {
  padding: 52px 18px;
}

.project-figma-h5 .h5-section-head h2,
.project-figma-h5 .h5-final h2 {
  color: var(--h5-ink);
  font-size: 29px;
  line-height: 1.22;
}

.project-figma-h5 .h5-section-head p,
.project-figma-h5 .h5-final p {
  color: var(--h5-muted);
  font-size: 16px;
  line-height: 1.82;
}

.growth-opening,
.growth-intro,
.growth-proof,
.growth-partner,
.growth-manifesto {
  background: #ffffff;
}

.growth-audience,
.growth-capabilities,
.growth-confidence,
.growth-final {
  background: var(--h5-bg);
}

.growth-statement,
.growth-definition,
.growth-card,
.growth-capability,
.growth-proof-card,
.growth-split article,
.growth-model-panel,
.growth-value-line {
  background: #ffffff;
  border: 1px solid var(--h5-line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(64, 106, 114, 0.08);
}

.growth-statement,
.growth-definition {
  padding: 20px;
}

.growth-statement p,
.growth-definition p,
.growth-capability p,
.growth-model-panel p {
  margin: 0;
  color: var(--h5-muted);
  font-size: 15px;
  line-height: 1.86;
}

.growth-statement strong,
.growth-definition strong,
.growth-capability > strong,
.growth-value-line strong {
  display: block;
  color: var(--h5-ink);
  font-size: 21px;
  line-height: 1.48;
}

.growth-statement strong {
  margin-top: 14px;
}

.growth-definition strong {
  margin-bottom: 10px;
}

.growth-card-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.growth-card {
  padding: 18px;
}

.growth-card small,
.growth-capability-head small,
.growth-proof-card small {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  color: var(--h5-green);
  font-size: 12px;
  font-weight: 900;
  background: rgba(64, 106, 114, 0.1);
  border-radius: 8px;
}

.growth-card h3,
.growth-capability h3,
.growth-proof-card h3,
.growth-split h3 {
  margin: 12px 0 8px;
  color: var(--h5-ink);
  font-size: 21px;
  line-height: 1.32;
}

.growth-card p,
.growth-proof-card p,
.growth-split p {
  margin: 0;
  color: var(--h5-muted);
  font-size: 15px;
  line-height: 1.78;
}

.project-figma-h5 .growth-dark {
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    #243f47;
  background-size: 30px 30px, 30px 30px, auto;
}

.project-figma-h5 .growth-dark .h5-section-head span {
  color: #f2fbff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.project-figma-h5 .growth-dark .h5-section-head h2,
.project-figma-h5 .growth-dark .h5-section-head p {
  color: #ffffff;
}

.project-figma-h5 .growth-dark .h5-section-head p {
  color: rgba(255, 255, 255, 0.78);
}

.growth-pain-list,
.growth-beliefs {
  display: grid;
  gap: 10px;
}

.growth-pain-list span,
.growth-beliefs span {
  position: relative;
  display: block;
  padding: 13px 14px 13px 38px;
  color: var(--h5-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  background: #ffffff;
  border: 1px solid var(--h5-line);
  border-radius: 8px;
}

.growth-dark .growth-pain-list span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.growth-pain-list span::before,
.growth-beliefs span::before {
  position: absolute;
  top: 19px;
  left: 16px;
  width: 8px;
  height: 8px;
  content: "";
  background: #8889c2;
  border-radius: 50%;
}

.growth-chain {
  display: grid;
  justify-items: center;
  margin-top: 18px;
}

.growth-chain strong {
  width: 100%;
  padding: 13px 14px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.growth-chain i {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.32);
}

.growth-capabilities {
  display: grid;
  gap: 14px;
}

.growth-capability {
  padding: 20px;
}

.growth-capability + .growth-capability {
  margin-top: 14px;
}

.growth-capability p + p {
  margin-top: 10px;
}

.growth-capability > strong {
  margin-top: 14px;
  padding-top: 14px;
  font-size: 17px;
  border-top: 1px solid var(--h5-line);
}

.growth-value-line {
  padding: 22px;
  background: linear-gradient(135deg, #406a72, #63729c);
}

.growth-value-line strong {
  color: #ffffff;
  font-size: 24px;
}

.growth-flow {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.growth-flow article {
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--h5-line);
  border-radius: 8px;
}

.growth-flow small {
  display: block;
  color: var(--h5-green);
  font-size: 18px;
  font-weight: 900;
}

.growth-flow p {
  margin: 6px 0 0;
  color: var(--h5-muted);
  font-size: 15px;
  line-height: 1.68;
}

.growth-proof-list {
  display: grid;
  gap: 16px;
}

.growth-proof-card {
  overflow: hidden;
}

.growth-proof-card > div {
  padding: 18px;
}

.growth-proof-media {
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(64, 106, 114, 0.1), rgba(136, 137, 194, 0.14)),
    #eef3f7;
}

.growth-proof-phone {
  height: 390px;
  padding: 12px 52px 0;
}

.growth-proof-phone img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 18px 42px rgba(36, 63, 71, 0.2);
}

.growth-proof-wide {
  height: 230px;
  padding: 12px;
}

.growth-proof-wide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #ffffff;
  border-radius: 8px;
}

.growth-split {
  display: grid;
  gap: 12px;
}

.growth-split article {
  padding: 18px;
}

.growth-model-panel {
  margin-top: 14px;
  padding: 20px;
  background: #eef3f7;
}

.growth-confidence .growth-statement {
  margin-top: 14px;
}

.growth-manifesto .growth-value-line {
  margin-top: 18px;
}

.growth-final {
  padding-bottom: 106px;
}

.growth-final .growth-beliefs {
  margin-top: 18px;
  text-align: left;
}

.growth-final p {
  margin-top: 18px;
}

.project-figma-h5 .h5-bottom-bar {
  grid-template-columns: 1.08fr 0.92fr;
}

.project-figma-h5 .h5-footer {
  background: #18272d;
}

@media (max-width: 420px) {
  .project-figma-h5 .h5-hero h1 {
    font-size: 54px;
  }

  .project-figma-h5 .h5-section-head h2,
  .project-figma-h5 .h5-final h2 {
    font-size: 27px;
  }

  .growth-proof-phone {
    height: 360px;
    padding-right: 42px;
    padding-left: 42px;
  }

  .growth-proof-wide {
    height: 210px;
  }

  .project-figma-h5 .h5-bottom-bar a {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .project-figma-h5 .h5-hero h1 {
    font-size: 48px;
  }

  .project-figma-h5 .h5-section-head h2,
  .project-figma-h5 .h5-final h2 {
    font-size: 25px;
  }

  .growth-statement strong,
  .growth-definition strong {
    font-size: 19px;
  }

  .growth-proof-phone {
    height: 330px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

/* Figma Make H5 replica */
.project-figma-replica {
  --make-bg: #f5f7fa;
  --make-ink: #2f3f42;
  --make-muted: #63729c;
  --make-teal: #406a72;
  --make-blue: #63729c;
  --make-lilac: #8889c2;
  --make-line: rgba(99, 114, 156, 0.12);
  --make-shadow: 0 4px 20px rgba(99, 114, 156, 0.08);
  min-height: 100vh;
  margin: 0;
  color: var(--make-ink);
  background: var(--make-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.project-figma-replica main {
  position: relative;
}

.project-figma-replica *,
.project-figma-replica *::before,
.project-figma-replica *::after {
  box-sizing: border-box;
}

.project-figma-replica a {
  color: inherit;
  text-decoration: none;
}

.make-container {
  width: min(100%, 448px);
  margin: 0 auto;
  padding: 0 16px;
}

.make-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.make-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}

.make-brand,
.make-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--make-ink);
  font-weight: 600;
}

.make-brand-mark,
.make-footer-brand span,
.make-brand-logo,
.make-footer-brand img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--make-teal) 0%, var(--make-blue) 100%);
  border-radius: 8px;
}

.make-brand-logo,
.make-footer-brand img {
  display: block;
  object-fit: cover;
  background: transparent;
}

.make-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.make-menu span,
.make-menu span::before,
.make-menu span::after {
  display: block;
  width: 18px;
  height: 2px;
  content: "";
  background: var(--make-muted);
  border-radius: 999px;
}

.make-menu span {
  position: relative;
}

.make-menu span::before,
.make-menu span::after {
  position: absolute;
  left: 0;
}

.make-menu span::before {
  top: -6px;
}

.make-menu span::after {
  top: 6px;
}

.make-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(180deg, #406a72 0%, #63729c 100%);
}

.make-hero-bg-img,
.make-hero-shade {
  position: absolute;
  inset: 0;
}

.make-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.46;
  filter: saturate(0.96) contrast(0.95);
}

.make-hero-shade {
  background:
    linear-gradient(180deg, rgba(37, 62, 69, 0.78) 0%, rgba(64, 106, 114, 0.72) 42%, rgba(99, 114, 156, 0.86) 100%),
    linear-gradient(90deg, rgba(47, 63, 66, 0.68), rgba(47, 63, 66, 0.18));
}

.make-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
}

.make-hero-glow {
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.1;
  filter: blur(48px);
}

.make-hero-glow-a {
  top: 80px;
  right: 10px;
  width: 256px;
  height: 256px;
}

.make-hero-glow-b {
  bottom: 80px;
  left: 10px;
  width: 192px;
  height: 192px;
}

.make-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  padding-bottom: 64px;
}

.make-hero-logo,
.make-center {
  text-align: center;
}

.make-hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.make-hero-logo img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.make-icon,
.make-icon-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent, var(--make-teal));
  font-weight: 700;
}

.make-icon {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background: color-mix(in srgb, var(--accent, var(--make-teal)) 10%, transparent);
  border-radius: 12px;
}

.make-icon-large {
  width: 64px;
  height: 64px;
  color: #ffffff;
  font-size: 32px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
}

.make-hero h1 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.make-hero-pill {
  width: 100%;
  margin: 0 auto 32px;
  padding: 10px 16px;
  color: var(--make-teal);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.make-hero-visual {
  position: relative;
  margin: 0 0 24px;
  padding: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(26, 45, 52, 0.2);
  backdrop-filter: blur(12px);
}

.make-hero-visual img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 46%;
  border-radius: 12px;
}

.make-hero-visual figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.make-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 92px;
  content: "";
  background: linear-gradient(180deg, rgba(245, 247, 250, 0), var(--make-bg));
  pointer-events: none;
}

.make-glass-card,
.make-glass-note {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
}

.make-hero-copy {
  margin-bottom: 32px;
  padding: 24px;
  border-radius: 16px;
}

.make-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  line-height: 1.8;
}

.make-hero-copy p + p,
.make-hero-copy .make-stack-tight,
.make-hero-copy .make-glass-note {
  margin-top: 16px;
}

.make-glass-note {
  padding: 12px 16px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

.make-glass-note strong,
.make-glass-note p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.make-stack-tight {
  display: grid;
  gap: 10px;
}

.make-hero-last {
  padding-top: 8px;
  font-size: 16px !important;
  font-weight: 600;
}

.make-hero-actions {
  display: grid;
  gap: 12px;
}

.make-btn,
.make-main-cta,
.make-cta-grid a,
.make-contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
}

.make-btn-light {
  color: var(--make-teal);
  background: #ffffff;
}

.make-btn-ghost {
  gap: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.make-wave {
  position: absolute;
  z-index: 1;
  right: -5%;
  bottom: -1px;
  left: -5%;
  height: 48px;
  background: var(--make-bg);
  border-radius: 50% 50% 0 0 / 75% 75% 0 0;
}

.make-section {
  padding: 48px 0;
  scroll-margin-top: 56px;
}

.make-section-head {
  margin-bottom: 32px;
  text-align: center;
}

.make-section-head.compact {
  margin-bottom: 28px;
}

.make-section-head h2,
.make-cap-title h2,
.make-manifesto h2 {
  margin: 0 0 12px;
  color: var(--make-ink);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.make-section-head.compact h2 {
  font-size: 24px;
  font-weight: 600;
}

.make-section-head i,
.make-cap-title i {
  display: block;
  width: 64px;
  height: 4px;
  margin: 0 auto;
  background: var(--make-teal);
  border-radius: 999px;
}

.make-gradient-line {
  background: linear-gradient(90deg, var(--make-teal), var(--make-lilac)) !important;
}

.make-card,
.make-dashed-card,
.make-soft-card,
.make-outline-card,
.make-quote-card,
.make-alert-card,
.make-flow-card,
.make-solution-card,
.make-soft-panel,
.make-problem-card,
.make-summary-card,
.make-step-list article,
.make-audience-card,
.make-reason-card,
.make-partner-type,
.make-strength-card,
.make-model-list,
.make-need-card,
.make-shield-card,
.make-manifest-card,
.make-mission-card,
.make-trust-card,
.make-contact-list article {
  background: #ffffff;
  border: 1px solid var(--make-line);
  border-radius: 16px;
  box-shadow: var(--make-shadow);
}

.make-card,
.make-dashed-card,
.make-soft-card,
.make-outline-card,
.make-quote-card,
.make-alert-card,
.make-flow-card,
.make-soft-panel,
.make-problem-card,
.make-summary-card,
.make-shield-card,
.make-trust-card {
  padding: 20px;
}

.make-dashed-card {
  color: var(--make-muted);
  border: 2px dashed rgba(99, 114, 156, 0.2);
  box-shadow: none;
}

.make-dashed-card p,
.make-card p,
.make-soft-card p,
.make-outline-card p,
.make-soft-panel p,
.make-alert-card p,
.make-summary-card p,
.make-reason-body p,
.make-partner-type p,
.make-strength-card p,
.make-trust-card p,
.make-contact-card p,
.make-footer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.make-dashed-card p + p,
.make-card p + p,
.make-soft-card p + p,
.make-soft-panel p + p {
  margin-top: 12px;
}

.make-soft-card {
  color: var(--make-ink);
  background: rgba(136, 137, 194, 0.05);
  border: 0;
  box-shadow: none;
}

.make-outline-card {
  border: 2px solid rgba(64, 106, 114, 0.15);
}

.make-quote-card {
  display: flex;
  gap: 12px;
}

.make-quote-mark {
  color: rgba(136, 137, 194, 0.45);
  font-size: 36px;
  line-height: 1;
}

.make-alert-card {
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(64, 106, 114, 0.15);
}

.make-alert-card::before,
.make-summary-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  background: var(--accent, var(--make-teal));
}

.make-alert-card small,
.make-soft-panel small,
.make-card small,
.make-gradient-card small,
.make-dashed-card small,
.make-summary-card small,
.make-shield-card small,
.make-trust-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--accent, var(--make-teal));
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.make-accent,
.make-alert-card strong,
.make-summary-card strong,
.make-soft-panel strong,
.make-outline-card strong,
.make-card strong {
  color: var(--accent, var(--make-teal));
}

.make-muted {
  color: var(--make-muted);
}

.make-lead-center {
  margin: 0 0 24px;
  color: var(--make-ink);
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.make-card-list,
.make-reason-list,
.make-partner-type-list {
  display: grid;
  gap: 16px;
}

.make-solution-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(99, 114, 156, 0.08);
}

.make-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.make-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border-radius: 8px;
}

.make-solution-card h3,
.make-audience-card h3,
.make-reason-card h3,
.make-partner-type h3,
.make-strength-card h3,
.make-contact-card h3 {
  margin: 0 0 12px;
  color: var(--make-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.make-solution-card p,
.make-audience-card p,
.make-reason-card p,
.make-partner-type p,
.make-contact-list strong {
  margin: 0;
  color: var(--make-muted);
  font-size: 14px;
  line-height: 1.8;
}

.make-gradient-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent, #406a72) 0%, var(--accent-2, #63729c) 100%);
  border-radius: 16px;
  box-shadow: 0 8px 28px color-mix(in srgb, var(--accent, #406a72) 24%, transparent);
}

.make-gradient-card::after,
.make-soft-panel::after,
.make-reason-card header::after,
.make-audience-card header::after,
.make-partner-type::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  filter: blur(28px);
}

.make-gradient-card small,
.make-gradient-card p,
.make-gradient-card strong {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.make-gradient-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.make-gradient-card p + p,
.make-gradient-card .make-glass-note {
  margin-top: 16px;
}

.make-definition-card {
  margin: 24px 0 32px;
}

.make-definition-card span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.make-definition-card p {
  font-size: 16px;
  font-weight: 500;
}

.make-dashed-card + .make-gradient-card,
.make-soft-card + .make-lead-center,
.make-card + .make-alert-card,
.make-flow-card + .make-soft-panel,
.make-reason-list + .make-soft-panel,
.make-partner-type-list + .make-soft-panel,
.make-model-list + .make-soft-panel,
.make-need-card + .make-soft-panel {
  margin-top: 24px;
}

.make-soft-card,
.make-outline-card,
.make-gradient-card,
.make-card,
.make-dashed-card,
.make-flow-card,
.make-alert-card,
.make-summary-card {
  margin-bottom: 24px;
}

.make-dot-list,
.make-x-list,
.make-warn-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.make-dot-list li,
.make-x-list li,
.make-warn-list li {
  position: relative;
  padding-left: 22px;
  color: var(--make-muted);
  font-size: 14px;
  line-height: 1.8;
}

.make-dot-list li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--accent, var(--make-blue));
  border-radius: 50%;
}

.make-x-list li,
.make-warn-list li {
  padding: 12px 12px 12px 42px;
  background: rgba(136, 137, 194, 0.03);
  border-radius: 8px;
}

.make-x-list li::before,
.make-warn-list li::before {
  position: absolute;
  top: 13px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #f44336;
  font-size: 12px;
  font-weight: 700;
  content: "×";
  background: rgba(244, 67, 54, 0.1);
  border-radius: 50%;
}

.make-warn-list li::before {
  content: "!";
  color: var(--accent, var(--make-lilac));
  background: color-mix(in srgb, var(--accent, var(--make-lilac)) 10%, transparent);
}

.make-caption-line,
.make-pill-row,
.make-media-row,
.make-problem-card,
.make-flow-row,
.make-card-top {
  display: flex;
  align-items: center;
}

.make-caption-line {
  gap: 8px;
  margin-bottom: 12px;
}

.make-caption-line span {
  color: var(--make-ink);
  font-size: 16px;
  font-weight: 600;
}

.make-caption-line i {
  flex: 1;
  height: 1px;
  background: rgba(99, 114, 156, 0.15);
}

.make-pill-row {
  gap: 8px;
  margin-bottom: 16px;
}

.make-pill-row span,
.make-pill-row strong,
.make-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
}

.make-pill-row span {
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}

.make-pill-row strong {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.make-cap-title {
  margin-bottom: 32px;
}

.make-cap-title h2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
}

.make-cap-title h2 span {
  color: var(--accent);
}

.make-cap-title i {
  width: 80px;
  height: 6px;
  margin: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.make-tags,
.make-mini-grid,
.make-two-col-tags,
.make-model-tags,
.make-check-list,
.make-belief-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.make-tags span,
.make-mini-grid span,
.make-two-col-tags span,
.make-model-tags span,
.make-check-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--accent, var(--make-teal));
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  background: color-mix(in srgb, var(--accent, var(--make-teal)) 8%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--accent, var(--make-teal)) 20%, transparent);
  border-radius: 8px;
}

.make-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.make-mini-grid span {
  min-height: 86px;
  justify-content: center;
  text-align: center;
}

.make-problem-card {
  gap: 12px;
  margin-bottom: 24px;
  border: 2px solid color-mix(in srgb, var(--accent) 15%, transparent);
}

.make-problem-card > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--accent);
  font-weight: 800;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  border-radius: 12px;
}

.make-problem-card p {
  margin: 0;
  color: var(--make-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.make-flow-card {
  display: grid;
  gap: 0;
  box-shadow: 0 4px 16px rgba(64, 106, 114, 0.1);
}

.make-flow-row {
  gap: 12px;
  min-height: 52px;
}

.make-flow-row span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--accent, var(--make-teal));
  font-size: 13px;
  font-weight: 700;
  background: color-mix(in srgb, var(--accent, var(--make-teal)) 12%, transparent);
  border-radius: 8px;
}

.make-flow-row strong {
  flex: 1;
  color: var(--make-ink);
  font-size: 16px;
  font-weight: 600;
}

.make-flow-row em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(99, 114, 156, 0.55);
  font-style: normal;
  background: rgba(99, 114, 156, 0.08);
  border-radius: 50%;
}

.make-flow-line {
  width: 2px;
  height: 8px;
  margin-left: 13px;
  background: rgba(99, 114, 156, 0.15);
}

.make-soft-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(64, 106, 114, 0.08) 0%, rgba(136, 137, 194, 0.08) 100%);
  border: 1px solid rgba(99, 114, 156, 0.1);
  box-shadow: none;
}

.make-soft-panel > * {
  position: relative;
  z-index: 1;
}

.make-soft-panel div,
.make-sub-card,
.make-border-card {
  margin-top: 12px;
  padding: 16px;
  color: var(--make-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(99, 114, 156, 0.1);
  border-radius: 12px;
}

.make-border-card {
  background: #ffffff;
  border: 1.5px solid color-mix(in srgb, var(--accent, var(--make-teal)) 18%, transparent);
}

.make-summary-card {
  position: relative;
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--accent) 15%, transparent);
}

.make-summary-card div {
  padding: 16px;
  color: var(--make-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  background: color-mix(in srgb, var(--accent) 5%, #ffffff);
  border-radius: 12px;
}

.make-danger {
  color: #f44336 !important;
}

.make-step-list {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.make-step-list article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 2px solid color-mix(in srgb, var(--accent) 18%, transparent);
  box-shadow: none;
}

.make-step-list span,
.make-model-list span,
.make-belief-list span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--accent, var(--make-teal));
  font-size: 14px;
  font-weight: 700;
  background: color-mix(in srgb, var(--accent, var(--make-teal)) 14%, transparent);
  border-radius: 10px;
}

.make-step-list p {
  flex: 1;
  margin: 0;
  color: var(--make-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.make-step-list em {
  color: color-mix(in srgb, var(--accent) 40%, transparent);
  font-style: normal;
}

.make-media-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.make-media-row h3,
.make-media-row strong {
  display: block;
  margin: 0 0 4px;
  color: var(--make-ink);
  font-size: 17px;
  font-weight: 700;
}

.make-media-row p {
  margin: 0;
  color: var(--make-muted);
  font-size: 12px;
  line-height: 1.7;
}

.make-gold-card {
  position: relative;
  margin-bottom: 24px;
  padding: 32px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #406a72 0%, #63729c 50%, #8889c2 100%);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(64, 106, 114, 0.25);
}

.make-gold-card::before,
.make-gold-card::after {
  position: absolute;
  width: 160px;
  height: 160px;
  content: "";
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  filter: blur(36px);
}

.make-gold-card::before {
  top: -40px;
  right: -40px;
}

.make-gold-card::after {
  bottom: -40px;
  left: -40px;
}

.make-gold-card .make-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #ffffff;
}

.make-gold-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.make-gold-card strong {
  color: #ffd700;
  font-size: 22px;
}

.make-flow-visual {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(64, 106, 114, 0.1);
}

.make-flow-visual article {
  display: flex;
  align-items: center;
  gap: 16px;
}

.make-flow-visual article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 82%, #ffffff));
  border-radius: 16px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--accent) 28%, transparent);
}

.make-flow-visual div {
  flex: 1;
}

.make-flow-visual strong,
.make-flow-visual small {
  display: block;
}

.make-flow-visual strong {
  color: var(--make-ink);
  font-size: 22px;
  font-weight: 700;
}

.make-flow-visual small {
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
}

.make-flow-visual em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--accent);
  font-style: normal;
  font-weight: 700;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border-radius: 50%;
}

.make-flow-visual > i {
  color: rgba(99, 114, 156, 0.45);
  font-style: normal;
  text-align: center;
}

.make-gradient-edge::before {
  background: linear-gradient(180deg, var(--make-teal), var(--make-lilac));
}

.make-audience-list,
.make-model-list,
.make-need-card,
.make-contact-list {
  display: grid;
  gap: 24px;
}

.make-audience-card,
.make-reason-card {
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--accent) 18%, transparent);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--accent) 12%, transparent);
}

.make-audience-card header,
.make-reason-card header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 86%, #ffffff));
}

.make-audience-card header > *,
.make-reason-card header > * {
  position: relative;
  z-index: 1;
}

.make-audience-card header .make-icon,
.make-reason-card header .make-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.make-audience-card header small,
.make-reason-card header small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
}

.make-audience-card header h3,
.make-reason-card header h3 {
  margin: 0;
  color: #ffffff;
}

.make-audience-card header em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.make-audience-body,
.make-reason-body {
  padding: 20px;
}

.make-audience-body > small {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.make-audience-body .make-tags,
.make-reason-body .make-two-col-tags,
.make-partner-type .make-two-col-tags {
  margin-bottom: 16px;
}

.make-two-col-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.make-two-col-tags span::before,
.make-check-list span::before {
  margin-right: 6px;
  color: var(--accent, var(--make-teal));
  content: "✓";
}

.make-reason-card {
  border-radius: 24px;
}

.make-reason-card header {
  padding: 24px;
}

.make-model-tags {
  display: grid;
  margin-bottom: 16px;
}

.make-check-list {
  display: grid;
  gap: 8px;
}

.make-check-list span {
  color: var(--make-ink);
}

.make-partner-type {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--accent) 18%, transparent);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--accent) 12%, transparent);
}

.make-partner-type > * {
  position: relative;
  z-index: 1;
}

.make-partner-type::after {
  background: color-mix(in srgb, var(--accent) 18%, transparent);
}

.make-partner-type header,
.make-strength-card header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.make-partner-type header small,
.make-strength-card small {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border-radius: 999px;
}

.make-strength-card {
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--accent) 15%, transparent);
}

.make-strength-card header {
  align-items: center;
  margin: 0;
  padding: 16px 20px;
  background: color-mix(in srgb, var(--accent) 8%, #ffffff);
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 12%, transparent);
}

.make-strength-card .make-check-list,
.make-strength-card .make-two-col-tags {
  padding: 20px;
}

.make-link-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 0;
}

.make-link-divider i {
  width: 64px;
  height: 1px;
  background: rgba(99, 114, 156, 0.2);
}

.make-link-divider span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--make-teal), var(--make-lilac));
  border-radius: 50%;
}

.make-model-list {
  gap: 16px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid rgba(99, 114, 156, 0.1);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(99, 114, 156, 0.1);
}

.make-model-list article {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: color-mix(in srgb, var(--accent) 5%, #ffffff);
  border: 1.5px solid color-mix(in srgb, var(--accent) 20%, transparent);
  border-radius: 12px;
}

.make-model-list span {
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--accent) 36%, transparent);
}

.make-model-list p {
  margin: 0;
  color: var(--make-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.make-need-card {
  gap: 0;
  margin-bottom: 24px;
  padding: 24px;
  border: 2px solid rgba(99, 114, 156, 0.1);
}

.make-need-card article {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 12px;
  row-gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(99, 114, 156, 0.1);
}

.make-need-card article:last-child {
  border-bottom: 0;
}

.make-need-card small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--make-blue);
  font-weight: 700;
  background: rgba(99, 114, 156, 0.1);
  border-radius: 8px;
}

.make-need-card p {
  margin: 0;
  color: var(--make-muted);
  font-size: 14px;
  font-weight: 500;
}

.make-need-card em {
  grid-column: 1;
  color: var(--make-teal);
  font-style: normal;
  text-align: center;
}

.make-need-card strong {
  grid-column: 2;
  padding: 12px;
  color: var(--make-ink);
  font-size: 14px;
  line-height: 1.6;
  background: rgba(64, 106, 114, 0.05);
  border: 1px solid rgba(64, 106, 114, 0.15);
  border-radius: 8px;
}

.make-shield-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 2px solid rgba(64, 106, 114, 0.2);
  box-shadow: 0 6px 28px rgba(64, 106, 114, 0.15);
}

.make-shield-card .make-icon-large {
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--make-teal), var(--make-lilac));
}

.make-shield-card p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  background: linear-gradient(90deg, var(--make-teal), var(--make-lilac));
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.make-manifesto {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}

.make-dot-row,
.make-spark-row,
.make-symbol-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.make-dot-row {
  margin-bottom: 16px;
}

.make-dot-row i {
  display: block;
  width: 6px;
  height: 6px;
  background: var(--make-blue);
  border-radius: 50%;
}

.make-dot-row i:first-child,
.make-dot-row i:last-child {
  width: 4px;
  height: 4px;
}

.make-dot-row i:nth-child(3) {
  width: 8px;
  height: 8px;
  background: var(--make-lilac);
}

.make-dot-row-reverse {
  margin-bottom: 48px;
}

.make-manifest-card,
.make-mission-card {
  position: relative;
  margin-bottom: 48px;
  padding: 32px;
  overflow: hidden;
  text-align: center;
}

.make-manifest-card .make-icon-large,
.make-symbol-row strong {
  background: linear-gradient(135deg, var(--make-teal), var(--make-lilac));
}

.make-manifest-card p,
.make-mission-card p,
.make-mission-card strong {
  margin: 0;
  color: var(--make-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.make-manifest-card p + p {
  margin-top: 16px;
}

.make-manifest-card > i,
.make-mission-card > i,
.make-divider {
  display: block;
  width: 48px;
  height: 1px;
  margin: 32px auto;
  background: linear-gradient(90deg, transparent, var(--make-blue), transparent);
}

.make-mission-card {
  background: linear-gradient(135deg, rgba(64, 106, 114, 0.05), rgba(136, 137, 194, 0.05));
  border: 2px solid rgba(99, 114, 156, 0.1);
  box-shadow: none;
}

.make-mission-card small {
  display: block;
  margin-bottom: 24px;
  color: var(--make-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.make-mission-card div {
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(99, 114, 156, 0.1);
  border-radius: 16px;
}

.make-mission-card p {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, var(--make-teal), var(--make-lilac));
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.make-mission-card strong {
  font-size: 17px;
}

.make-symbol-row {
  margin-bottom: 32px;
}

.make-symbol-row span,
.make-symbol-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.make-symbol-row span {
  width: 48px;
  height: 48px;
  color: var(--make-teal);
  background: rgba(64, 106, 114, 0.1);
  border: 2px solid rgba(64, 106, 114, 0.2);
}

.make-symbol-row strong {
  width: 64px;
  height: 64px;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(64, 106, 114, 0.3);
}

.make-final {
  padding-top: 64px;
  padding-bottom: 64px;
}

.make-spark-row {
  margin-bottom: 16px;
  color: var(--make-teal);
  font-weight: 700;
}

.make-belief-list {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.make-belief-list article {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 16px;
  overflow: hidden;
  background: rgba(64, 106, 114, 0.05);
  border: 1px solid rgba(64, 106, 114, 0.15);
  border-radius: 12px;
}

.make-belief-list p {
  margin: 0;
  color: var(--make-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.make-cta-group {
  margin-bottom: 48px;
}

.make-main-cta {
  width: 100%;
  min-height: 60px;
  margin-bottom: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--make-teal), var(--make-blue) 50%, var(--make-lilac));
  box-shadow: 0 8px 24px rgba(64, 106, 114, 0.35);
}

.make-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.make-cta-grid a {
  min-height: 52px;
  padding: 0 10px;
  color: var(--make-teal);
  font-size: 15px;
  text-align: center;
  background: #ffffff;
  border: 2px solid var(--make-teal);
}

.make-cta-grid a:last-child {
  color: var(--make-lilac);
  border-color: var(--make-lilac);
}

.make-trust-card .make-icon {
  margin-bottom: 12px;
}

.make-final-dots {
  margin-top: 48px;
  margin-bottom: 0;
}

.make-placeholder .make-section-head {
  margin-bottom: 28px;
}

.make-tag-corner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  color: #ffffff;
  font-size: 12px;
  background: var(--make-teal);
  border-radius: 0 16px 0 8px;
}

.make-contact-placeholder {
  padding-bottom: 80px;
}

.make-contact-card {
  margin-bottom: 24px;
  padding: 32px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, var(--make-blue), var(--make-lilac));
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(99, 114, 156, 0.18);
}

.make-contact-card h3,
.make-contact-card p {
  color: #ffffff;
}

.make-contact-card a {
  width: 100%;
  min-height: 46px;
  margin-top: 24px;
  color: var(--make-teal);
  background: #ffffff;
}

.make-contact-list {
  gap: 12px;
}

.make-contact-list article {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  box-shadow: none;
}

.make-contact-list article > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--make-teal);
  font-weight: 700;
  background: rgba(64, 106, 114, 0.1);
  border-radius: 10px;
}

.make-contact-list small {
  display: block;
  margin-bottom: 2px;
  color: var(--make-muted);
  font-size: 12px;
}

.make-contact-list strong {
  color: var(--make-ink);
  font-weight: 500;
}

.make-footer {
  padding: 32px 0;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.make-footer-live {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.make-footer-brand {
  justify-content: center;
  margin-bottom: 16px;
  padding: 8px 16px;
  background: rgba(99, 114, 156, 0.05);
  border-radius: 8px;
}

.make-footer-brand span,
.make-footer-brand img {
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.make-footer p {
  margin-bottom: 16px;
  color: var(--make-muted);
  font-size: 13px;
}

.make-footer small {
  color: var(--make-lilac);
  font-size: 12px;
}

.make-footer a {
  color: var(--make-teal);
}

@media (max-width: 360px) {
  .make-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .make-section-head h2,
  .make-cap-title h2,
  .make-manifesto h2 {
    font-size: 24px;
  }

  .make-hero h1 {
    font-size: 34px;
  }

  .make-hero-pill {
    font-size: 15px;
  }

  .make-hero-copy,
  .make-card,
  .make-dashed-card,
  .make-soft-card,
  .make-outline-card,
  .make-flow-card,
  .make-summary-card,
  .make-soft-panel {
    padding: 18px;
  }

  .make-two-col-tags,
  .make-cta-grid {
    grid-template-columns: 1fr;
  }

  .make-mini-grid {
    grid-template-columns: 1fr;
  }
}

/* Project editorial H5 */
body.project-editorial {
  --story-ink: #132b2a;
  --story-soft: #4f6663;
  --story-faint: #78908d;
  --story-paper: #f8fbf9;
  --story-surface: #ffffff;
  --story-line: rgba(34, 72, 69, 0.12);
  --story-teal: #2e756f;
  --story-purple: #6964a8;
  --story-gold: #c58a32;
  --story-rust: #9c4f3d;
  --story-shadow: 0 24px 72px rgba(11, 26, 25, 0.18);
  margin: 0;
  color: var(--story-ink);
  background: #e5f1ef;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.project-editorial a {
  color: inherit;
}

.project-editorial img {
  display: block;
  max-width: 100%;
}

.project-editorial strong {
  color: var(--story-ink);
  font-weight: 800;
}

.story-header,
.story-page,
.story-footer {
  width: min(100%, 480px);
  margin: 0 auto;
}

.story-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 18px;
  background: rgba(248, 251, 249, 0.9);
  border-bottom: 1px solid rgba(23, 38, 38, 0.08);
  backdrop-filter: blur(18px);
}

.story-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--story-ink);
  font-size: 15px;
  font-weight: 850;
}

.story-brand img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.story-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--story-teal), var(--story-purple));
  border-radius: 8px;
}

.project-editorial .story-header-link {
  color: #ffffff;
}

.story-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(46, 117, 111, 0.08), transparent 28%),
    var(--story-paper);
  box-shadow: 0 24px 72px rgba(37, 73, 69, 0.12);
}

.story-container {
  width: min(100% - 38px, 408px);
  margin: 0 auto;
}

.story-hero {
  position: relative;
  min-height: clamp(430px, 62svh, 560px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  color: var(--story-ink);
  background:
    linear-gradient(180deg, #f4fbff 0%, #eef8f5 100%);
}

.story-hero-media,
.story-hero-shade {
  position: absolute;
  inset: 0;
}

.story-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(1.12) saturate(1.06);
  opacity: 0.82;
  transform: scale(1.01);
}

.story-hero-shade {
  background:
    linear-gradient(180deg, rgba(250, 253, 252, 0.8) 0%, rgba(240, 249, 247, 0.46) 48%, rgba(248, 251, 249, 0.76) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(239, 250, 247, 0.54) 48%, rgba(234, 242, 255, 0.28) 100%);
}

.story-hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(52px, 10svh, 74px) 0 34px;
}

.story-kicker,
.story-chapter {
  margin: 0 0 18px;
  color: var(--story-teal);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.story-hero .story-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.story-hero h1,
.story-section h2,
.story-manifesto h2,
.story-final h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 900;
  letter-spacing: 0;
}

.story-hero h1 {
  max-width: 13em;
  margin-top: 0;
  color: #14302e;
  font-size: clamp(24px, 6.5vw, 34px);
  line-height: 1.16;
  text-wrap: balance;
}

.story-hero-lead {
  max-width: 24em;
  margin: 16px 0 0;
  color: #425f5c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
}

.story-hero-claim {
  margin-top: 18px;
  padding: 12px 0 0;
  color: #1b3d3a;
  font-size: 19px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 900;
  line-height: 1.38;
  border-top: 1px solid rgba(46, 117, 111, 0.2);
}

.story-actions,
.story-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.story-primary,
.story-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 850;
  border-radius: 8px;
}

.story-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--story-teal), var(--story-purple));
  box-shadow: 0 14px 30px rgba(46, 117, 111, 0.18);
}

.story-secondary {
  color: #254845;
  border: 1px solid rgba(46, 117, 111, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

.project-editorial .story-primary {
  color: #ffffff;
}

.project-editorial .story-secondary {
  color: #254845;
}

.story-hero-flow {
  width: min(100%, 348px);
  margin-top: 22px;
  padding: 14px 15px 13px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(244, 251, 249, 0.58)),
    linear-gradient(135deg, rgba(46, 117, 111, 0.08), rgba(108, 104, 198, 0.07));
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(46, 117, 111, 0.13),
    0 16px 36px rgba(37, 73, 69, 0.08);
  backdrop-filter: blur(8px);
}

.story-hero-flow div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--story-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

.story-hero-flow span {
  flex: 0 0 auto;
}

.story-hero-flow i {
  display: block;
  flex: 1 1 10px;
  min-width: 10px;
  height: 1px;
  background: linear-gradient(90deg, rgba(46, 117, 111, 0.1), rgba(46, 117, 111, 0.48));
}

.story-hero-flow small {
  display: block;
  margin-top: 9px;
  color: #5f7572;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.story-article {
  position: relative;
  background:
    linear-gradient(180deg, #fbfdfb 0%, #eef7f4 44%, #f9fbf8 100%);
}

.story-section {
  padding: 48px 0;
  border-top: 1px solid rgba(34, 72, 69, 0.08);
}

.story-article,
.story-section,
.story-manifesto,
.story-final {
  scroll-margin-top: 76px;
}

.story-opening {
  border-top: 0;
}

.story-section h2,
.story-manifesto h2,
.story-final h2 {
  color: var(--story-ink);
  font-size: clamp(20px, 5.2vw, 28px);
  line-height: 1.28;
  text-wrap: balance;
}

.story-copy {
  margin-top: 18px;
}

.story-copy p {
  margin: 0;
  color: var(--story-soft);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.88;
  text-wrap: pretty;
}

.story-copy p + p {
  margin-top: 14px;
}

.story-pullquote {
  margin: 24px 0;
  padding: 4px 0 4px 20px;
  color: var(--story-ink);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  border-left: 4px solid var(--story-gold);
}

.story-wide-figure,
.story-product-figure {
  margin: 0;
}

.story-wide-figure {
  padding: 0 0 66px;
  background: #eef5f3;
}

.story-wide-figure img {
  width: min(100%, 480px);
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 52%;
}

.story-opc-figure {
  padding: 0 0 58px;
}

.story-opc-figure img {
  width: min(100%, 480px);
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #eef6ff;
  border: 1px solid rgba(47, 109, 246, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(47, 109, 246, 0.16);
}

.story-wide-figure figcaption,
.story-product-figure figcaption {
  width: min(100% - 38px, 408px);
  margin: 14px auto 0;
  color: var(--story-faint);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
}

.story-definition {
  margin-top: 24px;
  padding: 22px 0 0;
  border-top: 1px solid var(--story-line);
}

.story-definition > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.story-definition ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-definition li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  color: var(--story-soft);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78;
}

.story-definition li span {
  color: var(--story-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.story-endline {
  margin: 24px 0 0;
  padding-top: 18px;
  color: var(--story-ink);
  font-size: 16px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 800;
  line-height: 1.65;
  border-top: 1px solid var(--story-line);
}

.story-split .story-container {
  display: grid;
  gap: 26px;
}

.story-sequence,
.story-partner-line {
  counter-reset: story-flow;
  display: grid;
  gap: 0;
  padding: 14px 16px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(240, 249, 247, 0.9)),
    linear-gradient(180deg, rgba(46, 117, 111, 0.08), transparent 58%);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(34, 72, 69, 0.1),
    0 16px 38px rgba(34, 72, 69, 0.06);
}

.story-sequence span,
.story-partner-line span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 0 8px 38px;
  color: var(--story-ink);
  font-size: 15px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 800;
  line-height: 1.35;
}

.story-sequence span::before,
.story-partner-line span::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 800;
  content: counter(story-flow, decimal-leading-zero);
  counter-increment: story-flow;
  background: linear-gradient(135deg, var(--story-teal), var(--story-purple));
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(46, 117, 111, 0.18);
  transform: translateY(-50%);
}

.story-sequence span::after,
.story-partner-line span::after {
  position: absolute;
  top: calc(50% + 14px);
  bottom: calc(-50% - 14px);
  left: 11px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(46, 117, 111, 0.24), rgba(46, 117, 111, 0));
}

.story-sequence span:last-child::after,
.story-partner-line span:last-child::after {
  display: none;
}

.story-capability {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(239, 247, 245, 0.84));
}

.story-product-figure {
  margin-top: 24px;
}

.story-product-figure > img {
  width: min(100%, 370px);
  max-height: 680px;
  margin: 0 auto;
  object-fit: contain;
  background: #eef3f2;
  border: 1px solid rgba(23, 38, 38, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(23, 38, 38, 0.14);
}

.story-phone-figure {
  display: grid;
  justify-items: center;
  margin: 24px auto 0;
}

.story-phone-shell.phone-product-shot {
  --story-phone-screen-h: 540px;

  width: min(268px, 86vw);
  padding: 12px 9px;
  margin: 0 auto;
  overflow: visible;
  border-radius: 48px;
  box-shadow:
    0 28px 72px rgba(7, 17, 31, 0.2),
    0 8px 22px rgba(47, 109, 246, 0.08),
    inset 3px 0 0 rgba(255, 255, 255, 0.28),
    inset -3px 0 0 rgba(7, 17, 31, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -14px 24px rgba(0, 0, 0, 0.22);
}

.story-phone-shell.phone-product-shot::before {
  top: 96px;
  height: 68px;
  box-shadow: 0 92px 0 -10px #aab4c2;
}

.story-phone-shell.phone-product-shot::after {
  top: 152px;
  height: 88px;
}

.story-phone-shell .miniapp-phone-flip {
  height: var(--story-phone-screen-h);
  text-align: left;
  border-radius: 36px;
}

.story-phone-shell .miniapp-phone-flip::before {
  top: 12px;
  width: 76px;
  height: 22px;
}

.story-phone-shell .miniapp-phone-face {
  height: 100%;
  border-radius: 34px;
}

.story-phone-shell .miniapp-phone-front::after,
.story-phone-shell .miniapp-phone-back::after {
  bottom: 8px;
  width: 96px;
  height: 4px;
}

.story-phone-shell .miniapp-screen-scroll {
  --miniapp-scroll-y: 0;
  --miniapp-shot-offset: 0%;
  --miniapp-shot-width: 100%;

  height: 100%;
  min-height: 0;
  animation: none;
}

.story-phone-shell .miniapp-screen-scroll img {
  width: var(--miniapp-shot-width);
  height: 100%;
  min-height: 0;
  margin-left: var(--miniapp-shot-offset);
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
}

.story-phone-shell .miniapp-qr-panel {
  padding: 24px 16px;
  border-radius: 16px;
}

.story-phone-shell .miniapp-qr-panel strong {
  font-size: 21px;
}

.story-phone-shell .miniapp-qr-panel img {
  width: min(184px, 100%);
  height: auto;
  min-height: 0;
  border-radius: 12px;
}

.story-phone-figure figcaption {
  width: min(100% - 24px, 330px);
  margin-top: 16px;
}

.story-rhythm {
  margin: 24px 0;
  padding: 14px 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(240, 249, 247, 0.88)),
    radial-gradient(circle at 8% 18%, rgba(46, 117, 111, 0.12), transparent 34%);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(34, 72, 69, 0.1);
}

.story-rhythm p {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 18px;
  color: var(--story-ink);
  font-size: 15px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 800;
  line-height: 1.4;
}

.story-rhythm p::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--story-teal);
  border-radius: 999px;
  transform: translateY(-50%);
}

.story-rhythm p + p {
  margin-top: 3px;
}

.story-value {
  color: var(--story-ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(46, 117, 111, 0.16), transparent 35%),
    linear-gradient(155deg, #f8fcfb, #e8f5f2 58%, #edf0ff);
}

.story-value .story-chapter,
.story-value h2,
.story-value .story-copy p {
  color: var(--story-ink);
}

.story-value .story-copy p {
  color: var(--story-soft);
}

.story-people,
.story-reasons {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--story-line);
}

.story-people section,
.story-reasons section {
  padding: 22px 0;
  border-bottom: 1px solid var(--story-line);
}

.story-people span,
.story-reasons span {
  display: block;
  margin-bottom: 10px;
  color: var(--story-purple);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 800;
}

.story-people h3,
.story-reasons h3 {
  margin: 0 0 12px;
  color: var(--story-ink);
  font-size: 18px;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 900;
  line-height: 1.28;
}

.story-people p,
.story-reasons p {
  margin: 0;
  color: var(--story-soft);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.82;
}

.story-people p + p {
  margin-top: 12px;
}

.story-cooperation {
  background: #ffffff;
}

.story-relation {
  background: #eff8f5;
}

.story-manifesto,
.story-final {
  padding: 54px 0;
}

.story-manifesto {
  color: var(--story-ink);
  background:
    linear-gradient(rgba(248, 252, 251, 0.84), rgba(233, 246, 242, 0.94)),
    url("./assets/project-h5-growth-system.png") center / cover;
}

.story-manifesto .story-chapter,
.story-manifesto h2,
.story-manifesto .story-copy p {
  color: var(--story-ink);
}

.story-manifesto .story-copy p {
  color: var(--story-soft);
}

.story-final {
  background:
    radial-gradient(circle at 30% 0%, rgba(197, 138, 50, 0.22), transparent 34%),
    linear-gradient(180deg, #f8faf8, #eaf2ef);
}

.story-final .story-secondary {
  color: var(--story-ink);
  border-color: rgba(23, 38, 38, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.story-final .story-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--story-teal), var(--story-purple));
}

.project-editorial .story-final .story-primary {
  color: #ffffff;
}

.project-editorial .story-final .story-secondary {
  color: var(--story-ink);
}

.story-footer {
  padding: 34px 0 38px;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
  background: #111716;
}

.story-footer .story-container {
  display: grid;
  justify-items: center;
}

.story-footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.story-footer-brand img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.story-footer-brand strong {
  color: #ffffff;
  font-size: 16px;
}

.story-footer p {
  margin: 16px auto 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.story-footer small {
  display: block;
  max-width: 24em;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.7;
}

.story-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 481px) {
  .story-header,
  .story-page,
  .story-footer {
    max-width: 480px;
  }
}

@media (max-width: 360px) {
  .story-container {
    width: min(100% - 30px, 408px);
  }

  .story-header {
    padding-inline: 15px;
  }

  .story-hero h1 {
    font-size: 24px;
  }

  .story-section {
    padding: 44px 0;
  }

  .story-copy p {
    font-size: 14px;
  }

  .story-phone-shell.phone-product-shot {
    --story-phone-screen-h: 510px;

    width: min(252px, 86vw);
    padding: 11px 8px;
    border-radius: 44px;
  }

  .story-phone-shell .miniapp-phone-flip {
    border-radius: 34px;
  }

  .story-phone-shell .miniapp-phone-face {
    border-radius: 32px;
  }
}

@media (max-width: 680px) {
  .geo-summary-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .geo-summary-card {
    padding: 18px;
  }

  .geo-summary-card h2 {
    font-size: 22px;
  }

  .geo-summary-card p,
  .geo-fact-list span,
  .geo-faq-list dd {
    font-size: 14px;
  }

  .geo-fact-list li,
  .geo-faq-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
