.route-cost-page .route-breadcrumbs {
  margin-bottom: 2.4rem;
}

.route-cost-hero .route-hero-grid {
  align-items: start;
}

.route-cost-hero .route-demo--result {
  background: #ffffff;
  color: #07111f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.route-cost-hero .route-demo-label,
.route-cost-hero .route-demo-result-title {
  color: #07111f;
}

.route-cost-hero .route-demo-table-wrap {
  border: 1px solid #dce3ee;
  border-radius: 14px;
  overflow: hidden;
}

.route-cost-hero .route-demo-table-wrap th,
.route-cost-hero .route-demo-table-wrap td {
  vertical-align: top;
}

.route-cost-page [data-cost-section="scope-bands"] .route-deck-grid,
.route-cost-page [data-cost-section="timeline"] .route-deck-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-cost-page [data-cost-section="cost-drivers"] .route-deck-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-cost-page [data-cost-section="examples"] .route-deck-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-cost-page [data-cost-section="scope-bands"] .route-card,
.route-cost-page [data-cost-section="examples"] .route-card {
  position: relative;
  overflow: hidden;
}

.route-cost-page [data-cost-section="scope-bands"] .route-card::before,
.route-cost-page [data-cost-section="examples"] .route-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #375dfb;
}

.route-cost-page [data-cost-section="scope-bands"] .route-card .route-copy-group:first-of-type p,
.route-cost-page [data-cost-section="examples"] .route-card .route-copy-group:first-of-type p {
  margin: 0.4rem 0 1.1rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #07111f;
}

.route-cost-page [data-cost-section="cost-drivers"] .route-card h3,
.route-cost-page [data-cost-section="timeline"] .route-card h3 {
  margin-bottom: 0.8rem;
}

.route-cost-page [data-cost-section="buyer-checklist"] .route-list--dense {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.route-cost-page .route-final-cta .route-actions {
  flex-wrap: wrap;
}

@media (max-width: 1080px) {
  .route-cost-page [data-cost-section="scope-bands"] .route-deck-grid,
  .route-cost-page [data-cost-section="cost-drivers"] .route-deck-grid,
  .route-cost-page [data-cost-section="timeline"] .route-deck-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .route-cost-page [data-cost-section="scope-bands"] .route-deck-grid,
  .route-cost-page [data-cost-section="cost-drivers"] .route-deck-grid,
  .route-cost-page [data-cost-section="examples"] .route-deck-grid,
  .route-cost-page [data-cost-section="timeline"] .route-deck-grid,
  .route-cost-page [data-cost-section="buyer-checklist"] .route-list--dense {
    grid-template-columns: 1fr;
  }
}
