.concept-hero__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.concept-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-overview__list,
.zones-list,
.experience-list,
.safety-list,
.participation-list,
.concept-access__list {
  display: grid;
  gap: var(--space-4);
  padding-left: 0;
  list-style: none;
}

.visitor-flow {
  display: grid;
  gap: var(--space-3);
  padding-left: 0;
  list-style: none;
}

.concept-zones__figure,
.concept-access__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.concept-zones__image,
.concept-access__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-access__media {
  margin-bottom: var(--space-4);
}

.concept-booking__form .button {
  width: 100%;
  justify-content: center;
}

.small-text {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.concept-next-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}

.concept-next-steps__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (min-width: 768px) {
  .concept-access {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 900px) {
  .concept-next-steps {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
