:root {
  --ink: #0b1018;
  --ink-2: #182231;
  --muted: #687181;
  --line: #dfe3e8;
  --paper: #f7f4ee;
  --surface: #fffdf8;
  --blue: #0c4a86;
  --blue-deep: #06325e;
  --teal: #277f7b;
  --amber: #b9892e;
  --white: #fff;
  --shadow: 0 28px 80px rgba(11, 16, 24, 0.12);
  --display-font: "Songti SC", "STSong", "Hiragino Mincho ProN", serif;
  --sans-font:
    "PingFang SC", "Hiragino Sans GB", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Microsoft YaHei", sans-serif;
  font-family: var(--sans-font);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body.entry-open {
  overflow: hidden;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 0 clamp(24px, 5vw, 72px);
  color: var(--ink);
  background: rgba(247, 244, 238, 0.78);
  border-bottom: 1px solid rgba(11, 16, 24, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.header-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  justify-self: start;
  gap: 11px;
  font-size: 19px;
  font-family: var(--display-font);
  font-weight: 700;
}

.brand-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  justify-self: center;
  gap: 34px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a,
.header-cta,
.primary-btn,
.ghost-btn,
.flow-grid > div,
.role-block,
.insight {
  transition-property: transform, color, background-color, border-color, box-shadow;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

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

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  color: var(--surface);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}

.header-actions {
  justify-self: end;
  gap: 12px;
}

.lang-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 42px;
  padding: 3px;
  color: var(--muted);
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid rgba(11, 16, 24, 0.12);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--sans-font);
  font-size: 12px;
  font-weight: 800;
}

.lang-toggle span {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
}

html[lang="zh-CN"] [data-lang-zh],
html[lang="en"] [data-lang-en] {
  color: var(--surface);
  background: var(--ink);
}

html[lang="en"] .brand,
html[lang="en"] h1,
html[lang="en"] .statement-section h2,
html[lang="en"] .role-copy h2,
html[lang="en"] .flow-section h2,
html[lang="en"] .proof-section h2,
html[lang="en"] .final-cta h2,
html[lang="en"] .entry-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
}

html[lang="en"] h1 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.12;
}

.header-cta:hover,
.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(11, 16, 24, 0.16);
}

.hero {
  position: relative;
  display: grid;
  min-height: 96vh;
  padding: 172px clamp(24px, 5vw, 72px) 42px;
  overflow: hidden;
  background: var(--paper);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(247, 244, 238, 1) 0%, rgba(247, 244, 238, 0.98) 42%, rgba(247, 244, 238, 0.72) 66%, rgba(247, 244, 238, 0.28) 100%),
    url("./assets/hecai-hero-premium.png");
  background-position: center right;
  background-size: cover;
}

.hero::after {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: 42px;
  width: min(36vw, 420px);
  height: 1px;
  background: rgba(11, 16, 24, 0.18);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  align-self: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 26px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 40px;
  font-family: var(--display-font);
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
}

.title-line {
  display: block;
}

.title-line-top {
  color: rgba(11, 16, 24, 0.86);
}

.title-line-bottom {
  color: var(--ink);
}

.hero-text {
  width: min(560px, 100%);
  margin-bottom: 0;
  color: var(--ink-2);
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 2;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.hero-text span {
  display: block;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
}

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 2px;
  font-weight: 700;
}

.primary-btn {
  color: var(--surface);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.ghost-btn {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(11, 16, 24, 0.18);
}

.ghost-btn:hover {
  transform: translateY(-1px);
  background: var(--surface);
}

.hero-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-self: end;
  width: min(680px, 100%);
  margin-top: 84px;
  border-top: 1px solid rgba(11, 16, 24, 0.12);
}

.hero-metrics div {
  min-height: 82px;
  padding: 18px 20px 0 0;
  border-right: 1px solid rgba(11, 16, 24, 0.08);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  margin-bottom: 14px;
  color: var(--amber);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.hero-metrics span {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 600;
}

.statement-section,
.insight-section,
.roles-section,
.flow-section,
.proof-section,
.final-cta {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.statement-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 56px;
  padding: 104px 0 70px;
  border-top: 1px solid rgba(11, 16, 24, 0.1);
}

.statement-section .section-kicker {
  grid-column: 1;
}

.statement-section h2 {
  grid-column: 1;
  margin-bottom: 0;
}

.statement-section p:last-child {
  grid-column: 2;
  align-self: end;
  margin-bottom: 0;
}

.statement-section h2,
.role-copy h2,
.flow-section h2,
.proof-section h2,
.final-cta h2 {
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0;
  text-wrap: balance;
}

.statement-section p:last-child,
.role-copy p,
.final-cta p {
  width: min(760px, 100%);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
  text-wrap: pretty;
}

.insight-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 24px 0 108px;
}

.insight {
  min-height: 248px;
  padding: 34px 30px;
  background: rgba(255, 253, 248, 0.68);
  border-top: 1px solid rgba(11, 16, 24, 0.12);
  border-right: 1px solid rgba(11, 16, 24, 0.1);
  border-bottom: 1px solid rgba(11, 16, 24, 0.12);
}

.insight:first-child {
  border-left: 1px solid rgba(11, 16, 24, 0.1);
}

.insight:hover,
.flow-grid > div:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.insight span {
  display: block;
  margin-bottom: 54px;
  color: var(--amber);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.insight h3,
.role-block h3 {
  margin-bottom: 14px;
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.28;
}

.insight p,
.role-block li,
.flow-grid small {
  color: var(--muted);
  line-height: 1.76;
  text-wrap: pretty;
}

.roles-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 64px;
  align-items: start;
  padding: 116px 0;
  border-top: 1px solid rgba(11, 16, 24, 0.1);
}

.role-copy {
  position: sticky;
  top: 116px;
}

.role-columns {
  display: grid;
  gap: 14px;
}

.role-block {
  padding: 40px;
  border-radius: 2px;
}

.role-block p {
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.role-block ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding-left: 18px;
}

.role-block.dark {
  color: var(--surface);
  background: var(--ink);
}

.role-block.dark li {
  color: rgba(255, 253, 248, 0.72);
}

.role-block.light {
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid rgba(11, 16, 24, 0.12);
}

.flow-section {
  padding: 108px 0;
  border-top: 1px solid rgba(11, 16, 24, 0.1);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
}

.flow-grid > div {
  min-height: 188px;
  padding: 30px 24px;
  background: rgba(255, 253, 248, 0.62);
  border-top: 1px solid rgba(11, 16, 24, 0.12);
  border-right: 1px solid rgba(11, 16, 24, 0.1);
  border-bottom: 1px solid rgba(11, 16, 24, 0.12);
}

.flow-grid > div:first-child {
  border-left: 1px solid rgba(11, 16, 24, 0.1);
}

.flow-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--blue);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.flow-grid strong,
.flow-grid small {
  display: block;
}

.flow-grid strong {
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 600;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
  padding: 90px 0;
  border-top: 1px solid rgba(11, 16, 24, 0.1);
  border-bottom: 1px solid rgba(11, 16, 24, 0.1);
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-list span {
  padding: 13px 16px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid rgba(11, 16, 24, 0.12);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 800;
}

.final-cta {
  padding: 116px 0 104px;
  text-align: center;
}

.final-cta p {
  margin: 0 auto;
}

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

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(24px, 5vw, 72px);
  color: var(--muted);
  background: var(--surface);
  border-top: 1px solid rgba(11, 16, 24, 0.1);
}

.site-footer strong {
  color: var(--ink);
}

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

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

.entry-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 16, 24, 0.42);
  backdrop-filter: blur(18px);
}

.entry-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 52px;
  width: min(920px, 100%);
  padding: 50px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 238, 0.94)),
    var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 36px 120px rgba(11, 16, 24, 0.3);
  outline: 1px solid rgba(11, 16, 24, 0.08);
}

.entry-panel-enterprise {
  background:
    radial-gradient(circle at 82% 26%, rgba(185, 137, 46, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.99), rgba(244, 240, 231, 0.97)),
    var(--surface);
  border-color: rgba(185, 137, 46, 0.18);
}

.entry-layer[data-selected-mode="desktop"] .entry-panel-enterprise {
  grid-template-columns: minmax(0, 1fr);
  width: min(680px, 100%);
}

.entry-layer[data-selected-mode="desktop"] .entry-panel-enterprise::after {
  display: none;
}

.entry-panel-enterprise::after,
.entry-panel-talent::after {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 32px;
  height: 1px;
  content: "";
}

.entry-panel-enterprise::after {
  background: linear-gradient(90deg, rgba(185, 137, 46, 0.54), rgba(12, 74, 134, 0.08));
}

.entry-panel-talent {
  background:
    radial-gradient(circle at 78% 28%, rgba(63, 85, 246, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.99), rgba(246, 243, 236, 0.96)),
    var(--surface);
}

.entry-panel-talent::after {
  background: linear-gradient(90deg, rgba(63, 85, 246, 0.32), rgba(185, 137, 46, 0.1));
}

.entry-panel::before {
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(rgba(11, 16, 24, 0), rgba(11, 16, 24, 0.12), rgba(11, 16, 24, 0));
  content: "";
}

.entry-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--muted);
  background: transparent;
  border: 1px solid rgba(11, 16, 24, 0.1);
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.entry-close:hover {
  color: var(--ink);
  background: rgba(11, 16, 24, 0.04);
}

.entry-copy h2 {
  margin-bottom: 22px;
  font-family: var(--display-font);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.2;
}

.entry-copy p {
  max-width: 500px;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.9;
}

.entry-panel-enterprise .section-kicker {
  color: var(--blue-deep);
}

.entry-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(420px, 100%);
  margin-top: 34px;
}

.entry-mode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.58);
  border: 1px solid rgba(11, 16, 24, 0.12);
  cursor: pointer;
  font-family: var(--sans-font);
  font-size: 15px;
  font-weight: 800;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.entry-mode:hover,
.entry-mode:focus-visible {
  border-color: rgba(11, 16, 24, 0.34);
  outline: 0;
}

.entry-mode.is-active {
  color: var(--surface);
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-1px);
}

.entry-panel-talent .entry-modes {
  grid-template-columns: minmax(0, 1fr);
}

.entry-panel-talent .entry-mode.is-active {
  background: #3f55f6;
  border-color: #3f55f6;
}

.entry-code-card {
  position: relative;
  align-self: start;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 253, 248, 0.92)),
    var(--surface);
  border: 1px solid rgba(11, 16, 24, 0.12);
  box-shadow: 0 18px 48px rgba(11, 16, 24, 0.08);
}

.entry-panel-enterprise .entry-code-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(250, 247, 240, 0.96)),
    var(--surface);
  border-color: rgba(185, 137, 46, 0.24);
  box-shadow: 0 24px 70px rgba(80, 60, 24, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.entry-layer[data-selected-mode="desktop"] .entry-panel-enterprise .entry-code-card {
  display: none;
}

.entry-layer[data-selected-mode="mobile"] .entry-panel-enterprise .entry-code-card {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.entry-panel-talent .entry-code-card {
  border-color: rgba(63, 85, 246, 0.14);
  box-shadow: 0 22px 58px rgba(63, 85, 246, 0.08);
}

.entry-code-card::before,
.entry-code-card::after {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: rgba(185, 137, 46, 0.62);
  content: "";
}

.entry-code-card::before {
  top: 10px;
  left: 10px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.entry-code-card::after {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.entry-panel-talent .entry-code-card::before,
.entry-panel-talent .entry-code-card::after {
  border-color: rgba(63, 85, 246, 0.36);
}

.entry-card-label {
  margin-bottom: 18px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.entry-panel-talent .entry-card-label {
  color: #3f55f6;
}

.qr-frame {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 46%, rgba(185, 137, 46, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 238, 0.92));
  border: 1px solid rgba(11, 16, 24, 0.12);
  box-shadow: inset 0 0 0 10px rgba(255, 253, 248, 0.78);
}

.entry-panel-enterprise .qr-frame {
  background:
    radial-gradient(circle at 50% 46%, rgba(185, 137, 46, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.99), rgba(246, 241, 230, 0.96));
  border-color: rgba(185, 137, 46, 0.2);
  box-shadow: inset 0 0 0 10px rgba(255, 253, 248, 0.72);
}

.entry-panel-talent .qr-frame {
  background:
    radial-gradient(circle at 50% 46%, rgba(63, 85, 246, 0.1), transparent 44%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 249, 255, 0.96));
}

.qr-placeholder {
  display: grid;
  place-items: center;
  gap: 16px;
  width: 70%;
  aspect-ratio: 1;
  color: var(--ink-2);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.9));
  border: 1px solid rgba(11, 16, 24, 0.1);
  box-shadow: 0 14px 34px rgba(11, 16, 24, 0.08);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.qr-placeholder img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-bg {
    background-image:
      linear-gradient(180deg, rgba(247, 244, 238, 1) 0%, rgba(247, 244, 238, 0.96) 48%, rgba(247, 244, 238, 0.56) 100%),
      url("./assets/hecai-hero-premium.png");
    background-position: center bottom;
  }

  .statement-section,
  .roles-section,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .statement-section .section-kicker,
  .statement-section h2,
  .statement-section p:last-child {
    grid-column: auto;
  }

  .insight-section,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .role-copy {
    position: static;
  }

  .entry-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 34px 24px 24px;
  }

  .entry-close {
    top: 12px;
    right: 12px;
    color: var(--ink);
    background: rgba(255, 253, 248, 0.9);
    border-color: rgba(11, 16, 24, 0.16);
  }

  .entry-code-card {
    width: min(320px, 100%);
  }

  .entry-modes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
    padding: 0 18px;
  }

  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .hero {
    min-height: 94vh;
    padding: 140px 18px 36px;
  }

  .hero-content {
    width: calc(100vw - 52px);
    max-width: calc(100vw - 52px);
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: 36px;
    line-height: 1.28;
  }

  html[lang="en"] h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  html[lang="en"] .hero-text {
    max-width: calc(100vw - 70px);
    font-size: 15px;
    line-height: 1.86;
  }

  html[lang="en"] .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
  }

  html[lang="en"] .primary-btn,
  html[lang="en"] .ghost-btn {
    width: auto;
  }

  html[lang="en"] .hero-metrics span {
    overflow-wrap: break-word;
  }

  .hero-text,
  .statement-section p:last-child,
  .role-copy p,
  .final-cta p {
    font-size: 16px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .hero-metrics div {
    min-height: auto;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 16, 24, 0.1);
  }

  .statement-section,
  .insight-section,
  .roles-section,
  .flow-section,
  .proof-section,
  .final-cta {
    width: min(100% - 32px, 1120px);
  }

  .statement-section h2,
  .role-copy h2,
  .flow-section h2,
  .proof-section h2,
  .final-cta h2 {
    font-size: 30px;
    line-height: 1.24;
  }

  .role-block {
    padding: 30px 24px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
