.demand-hero h1 {
  max-width: 760px;
}

.summary-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.calibration-dot {
  background: #f7c62f;
  box-shadow: 0 0 0 6px rgba(247, 198, 47, 0.13);
}

.beta-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0;
  padding: 17px 20px;
  border: 1px solid rgba(247, 198, 47, 0.42);
  background: rgba(247, 198, 47, 0.08);
}

.beta-banner span {
  flex: 0 0 auto;
  padding: 7px 10px;
  background: #f7c62f;
  color: #0b0d0f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.beta-banner p {
  margin: 0;
  color: #565044;
  line-height: 1.55;
}

.status-value {
  font-size: clamp(1.35rem, 3vw, 2rem) !important;
  text-transform: capitalize;
}

.anchor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.anchor-grid article {
  padding: 17px 18px;
  border: 1px solid #2b2f32;
  background: #121517;
}

.anchor-grid article div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 9px;
}

.anchor-grid article span {
  color: #f7c62f;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.anchor-grid article strong,
.premium-grid article strong {
  color: #f2eee5;
}

.anchor-grid article small,
.source-caveat {
  color: #8f8b83;
  line-height: 1.45;
}

.latest-shares {
  display: grid;
  gap: 7px;
  margin: 15px 0;
}

.latest-shares div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 7px 9px;
  border-left: 3px solid #686b6d;
  background: #181b1e;
}

.latest-shares div.waymo {
  border-left-color: #68c39a;
}

.latest-shares div.uber {
  border-left-color: #f2eee5;
}

.latest-shares div.lyft {
  border-left-color: #ef6f8f;
}

.latest-shares dt,
.latest-shares dd {
  margin: 0;
}

.latest-shares dt {
  color: #aaa69c;
  font-size: 0.72rem;
}

.latest-shares dd {
  color: #f2eee5;
  font-size: 1rem;
  font-weight: 900;
}

.source-caveat a {
  color: #8b6a00;
  font-weight: 800;
}

.source-caveat {
  margin: 16px 0 0;
  color: #645e51;
  font-size: 0.78rem;
}

.calibration-card {
  padding: 28px;
  border: 1px solid #2b2f32;
  background: linear-gradient(140deg, #131619 0%, #0d0f11 100%);
}

.calibration-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.calibration-topline > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.confidence-label {
  color: #f7c62f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.calibration-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(320px, 1.6fr);
  gap: 26px;
}

.estimate-panel {
  min-height: 265px;
  padding: 24px;
  border: 1px solid rgba(247, 198, 47, 0.35);
  background:
    linear-gradient(rgba(11, 13, 15, 0.8), rgba(11, 13, 15, 0.92)),
    repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(247, 198, 47, 0.08) 12px, rgba(247, 198, 47, 0.08) 13px);
}

.locked-value {
  margin: 16px 0 6px;
  color: #f7c62f;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.estimate-panel strong {
  display: block;
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.estimate-panel p:last-child {
  margin: 0;
  color: #aaa69c;
  line-height: 1.55;
}

.calibration-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: #2b2f32;
  border: 1px solid #2b2f32;
}

.calibration-facts div {
  padding: 21px;
  background: #111416;
}

.calibration-facts dt {
  margin-bottom: 9px;
  color: #807d75;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.calibration-facts dd {
  margin: 0;
  color: #f2eee5;
  font-size: 0.98rem;
  line-height: 1.5;
}

.regime-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 12px;
  margin-top: 26px;
}

.regime-strip article {
  padding: 17px;
  border-top: 3px solid #f7c62f;
  background: #181b1e;
}

.regime-strip article span,
.premium-grid article span {
  display: block;
  margin-bottom: 7px;
  color: #f7c62f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.regime-strip article strong {
  display: block;
  margin-bottom: 7px;
}

.regime-strip article small {
  color: #97938a;
  line-height: 1.4;
}

.regime-strip i {
  align-self: center;
  color: #f7c62f;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.premium-section {
  text-align: left;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.premium-grid article {
  min-height: 130px;
  padding: 18px;
  border: 1px solid #2b2f32;
  background: #121517;
}

.premium-grid article strong {
  line-height: 1.45;
}

.founding-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 13px 18px;
  background: #f7c62f;
  color: #0b0d0f;
  font-weight: 900;
  text-decoration: none;
}

.founding-cta:hover {
  background: #ffda58;
}

@media (max-width: 900px) {
  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summary-grid article {
    border-right: 1px solid var(--ink) !important;
    border-bottom: 1px solid var(--ink);
  }

  .summary-grid article:nth-child(2n) {
    border-right: 0 !important;
  }

  .summary-grid article:last-child {
    grid-column: 1 / -1;
    border-right: 0 !important;
    border-bottom: 0;
  }

  .calibration-grid,
  .premium-grid,
  .anchor-grid {
    grid-template-columns: 1fr 1fr;
  }

  .regime-strip {
    grid-template-columns: 1fr;
  }

  .regime-strip i {
    justify-self: center;
    writing-mode: horizontal-tb;
  }
}

@media (max-width: 620px) {
  .beta-banner,
  .calibration-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .calibration-card {
    padding: 18px;
  }

  .calibration-grid,
  .calibration-facts,
  .premium-grid,
  .anchor-grid {
    grid-template-columns: 1fr;
  }
}
