/* Shared Homepage Styles - Used by both candidate and buyer pages
   Common components: stepper, pictograms, screenshots, partners
*/

/* Stepper Component */
.homepage-step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.homepage-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 48px;
  width: 0;
  height: calc(100% - 10px);
  border-left: 2px dashed var(--blue-france-sun-113-625);
}

.homepage-step__number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--blue-france-sun-113-625);
  flex-shrink: 0;
  background-color: var(--blue-france-925-125);
}

.homepage-step__content {
  padding-top: 0.25rem;
}

.homepage-step__text {
  margin: 0;
  color: var(--grey-200-850);
}

/* Pictogram Sizing */
.homepage-pictogram {
  width: 80px;
  height: 80px;
}

.homepage-pictogram--sm {
  width: 48px;
  height: 48px;
}

/* Screenshot Styling */
.homepage-screenshot {
  max-width: 400px;
  box-shadow: 0 2px 6px rgba(0, 0, 18, 0.16);
  border-radius: 4px;
}
