/* Vehicle placeholder styles (matches design mock) */
.iframe-placeholder {
  position: relative;
  overflow: hidden;
}

.iframe-placeholder .placeholder-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}

.placeholder-card {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30vw;
  display: flex;
  align-items: center;
  gap: 18px;
}
.placeholder-decor {
  width: 30vw;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 0;
  object-fit: cover;
}
.placeholder-text {
  z-index: 1;
  text-align: right;
  font-weight: 500;
  font-size: 1.35vw;
  line-height: 130%;
  width: 19.02vw;
  color: #777;
  margin-bottom: 2vw;
}

.btn-start-building {
  border-radius: 28px;
}
