.construction-ai-page .landing-hero-copy h1 {
  max-width: 13ch;
}

.construction-ai-page .landing-lead {
  max-width: 820px;
}

body.home.construction-ai-page {
  background:
    linear-gradient(180deg, #070b14 0%, #07101d 32%, #07101d 68%, #050812 100%) !important;
  background-color: #050812 !important;
}

.construction-flow-panel h2 {
  font-size: 28px;
  max-width: 420px;
}

.construction-flow {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.construction-flow-step {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  display: grid;
  gap: 4px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 14px;
}

.construction-flow-step span {
  color: var(--landing-accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  grid-row: span 2;
}

.construction-flow-step strong {
  color: var(--landing-text);
  font-size: 16px;
  line-height: 1.2;
}

.construction-flow-step p {
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.construction-card-grid .landing-outline-item {
  min-height: 210px;
}

.construction-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

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

.construction-industries-grid article {
  background: rgba(255, 255, 255, 0.032);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 24px;
  min-height: 190px;
  padding: 22px;
}

.construction-industries-grid h3 {
  color: var(--landing-text);
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.construction-industries-grid p {
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.construction-roi-table {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  overflow: hidden;
}

.construction-roi-row {
  background: rgba(255, 255, 255, 0.025);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.construction-roi-row + .construction-roi-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.construction-roi-row > div {
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.55;
  padding: 20px;
}

.construction-roi-row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.construction-roi-head {
  background: rgba(255, 184, 77, 0.08);
}

.construction-roi-head > div {
  color: var(--landing-text);
  font-weight: 800;
}

.construction-demo-grid .landing-cta-copy h2 {
  max-width: 12ch;
}

.construction-demo-panel {
  align-self: stretch;
}

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

@media (max-width: 991px) {
  .construction-flow-panel h2 {
    max-width: none;
  }

  .construction-roi-row {
    grid-template-columns: 1fr;
  }

  .construction-roi-head {
    display: none;
  }

  .construction-roi-row > div {
    padding: 16px 18px;
  }

  .construction-roi-row > div + div {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .construction-roi-row > div::before {
    color: var(--landing-accent);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .construction-roi-row > div:nth-child(1)::before {
    content: "Проблема";
  }

  .construction-roi-row > div:nth-child(2)::before {
    content: "Что меняется";
  }

  .construction-roi-row > div:nth-child(3)::before {
    content: "Эффект";
  }
}

@media (max-width: 767px) {
  .construction-industries-grid {
    grid-template-columns: 1fr;
  }

  .construction-flow-step {
    grid-template-columns: 36px minmax(0, 1fr);
  }
}
