.technology-hero {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 768px) {
  .technology-hero {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  }
}

.technology-hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.technology-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.technology-hero__media {
  max-width: 460px;
  justify-self: center;
}

.technology-hero__figure {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.technology-hero__figure figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.technology-breadcrumbs {
  font-size: var(--font-size-sm);
}

.technology-breadcrumbs__list {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.technology-breadcrumbs__list li + li::before {
  content: "/";
  margin-right: var(--space-2);
  color: var(--gray-500);
}

.technology-section-header {
  max-width: 720px;
  margin: 0 auto var(--space-8);
  text-align: center;
}

.technology-section-header p {
  margin-top: var(--space-4);
}

.technology-grid-main {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
}

.technology-card__figure {
  margin-top: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.technology-card__figure figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.technology-list {
  margin-top: var(--space-3);
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}

.technology-metrics {
  margin-top: var(--space-3);
  display: grid;
  gap: var(--space-3);
  font-size: var(--font-size-sm);
}

.technology-metrics dt {
  font-weight: 600;
  color: var(--gray-100);
}

.technology-metrics dd {
  margin: 0;
  color: var(--color-text-muted);
}

.technology-section-alt {
  background: radial-gradient(circle at top left, rgba(57, 210, 255, 0.12), transparent 55%),
              linear-gradient(145deg, rgba(11, 15, 28, 0.94), rgba(4, 7, 15, 0.98));
}

.technology-grid-prototyping {
  gap: var(--space-8);
}

@media (min-width: 900px) {
  .technology-grid-prototyping {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
    align-items: center;
  }
}

.technology-feature {
  margin-top: var(--space-4);
}

.technology-feature + .technology-feature {
  margin-top: var(--space-6);
}

.technology-prototyping-media {
  max-width: 440px;
  justify-self: center;
}

.technology-prototyping-figure {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.technology-prototyping-figure figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.technology-grid-quality {
  margin-top: var(--space-6);
}

.technology-card-small h3 {
  margin-bottom: var(--space-3);
}

.technology-grid-multimaterial {
  gap: var(--space-8);
}

@media (min-width: 960px) {
  .technology-grid-multimaterial {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.7fr);
    align-items: center;
  }
}

.technology-actions-inline {
  margin-top: var(--space-4);
}

.technology-industrial-media {
  max-width: 460px;
  justify-self: center;
}

.technology-industrial-figure {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.technology-industrial-figure figcaption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.technology-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}

@media (min-width: 820px) {
  .technology-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.technology-cta__content {
  max-width: 620px;
}

.technology-cta__content p {
  margin-top: var(--space-3);
}

.technology-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}
