/* New commercial home flow + dedicated proof pages. */

.hero-proof-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 28px;
  padding: 0 11px;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-pill);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  font-size: 12.5px;
  font-weight: 600;
}
.hero-proof-row strong {
  font-weight: 750;
}

.future-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 56px;
  align-items: center;
}
.proof-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.section-future-teaser {
  background: var(--surface);
}
.future-teaser-note {
  margin: 22px 0 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 15px;
}
.future-teaser-board {
  position: relative;
  overflow: visible;
}
.future-teaser-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 52%;
  border-radius: var(--r-surface);
  border: 1px solid rgba(21, 32, 26, 0.12);
  box-shadow: var(--shadow-card);
}
.future-teaser-panel {
  position: relative;
  z-index: 2;
  width: min(92%, 560px);
  margin: -78px auto 0;
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-surface);
  background: var(--card);
  box-shadow: var(--shadow-card);
}
.future-panel-group {
  display: grid;
  gap: 9px;
}
.future-panel-label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--hint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.future-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.surface-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: var(--r-pill);
  font-family: var(--grotesk);
  font-size: 13px;
  font-weight: 650;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--hairline);
}
.surface-chip.is-now {
  color: var(--teal-deep);
  background: var(--teal-tint);
}
.surface-chip.is-next {
  border-style: dashed;
  color: var(--muted);
  background: var(--paper);
}

.page-hero {
  padding: 112px 0 72px;
  background: var(--paper);
  border-bottom: 1px solid var(--hairline);
}
.page-hero-inner {
  max-width: 880px;
}
.page-hero h1 {
  margin: 18px 0 0;
  max-width: 860px;
}
.page-hero p {
  margin: 24px 0 0;
  max-width: 660px;
}
.page-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.github-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px;
  border-radius: var(--r-button);
  background: var(--ink);
  color: #F4F7F4;
  font-size: 14.5px;
  font-weight: 600;
  box-shadow: var(--shadow-card-soft);
}
.github-link:hover {
  background: #1d2c24;
}
.page-proof-section {
  background: var(--surface);
}
.page-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.proof-block {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: var(--r-surface);
  padding: 24px;
  min-height: 230px;
}
.proof-block h2 {
  margin: 0 0 12px;
}
.page-honest-section {
  background: var(--paper);
}
.honest-panel {
  max-width: 760px;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: var(--r-surface);
  padding: 34px;
  box-shadow: var(--shadow-card-soft);
}
.honest-panel p {
  margin: 18px 0 0;
}
.page-next-section {
  background: var(--surface);
}
.page-next-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--hairline);
  border-radius: var(--r-surface);
  background: var(--card);
  box-shadow: var(--shadow-card-soft);
}
.page-next-panel .body-lg {
  margin: 16px 0 0;
  max-width: 620px;
}
.page-next-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
}
.page-next-actions .btn {
  justify-content: center;
}

@media (max-width: 1060px) {
  .future-teaser-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .page-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .future-teaser-panel {
    width: 100%;
    margin-top: 12px;
    padding: 16px;
  }
  .future-chip-row .surface-chip {
    width: auto;
  }
  .page-proof-grid {
    grid-template-columns: 1fr;
  }
  .page-hero {
    padding: 72px 0 48px;
  }
  .page-hero-actions,
  .page-next-actions {
    width: 100%;
  }
  .page-hero-actions .btn,
  .page-next-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .page-next-panel {
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
  }
  .surface-chip {
    width: 100%;
    justify-content: center;
  }
}
