/* /tour/ marketing host — site chrome outside; mock community only in iframe. */

.tour-host {
  padding: 1.25rem 0 2.5rem;
}

.tour-host__browser {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(44, 40, 36, 0.12);
  background: #fff;
}

.tour-host__frame {
  display: block;
  width: 100%;
  height: min(85vh, 920px);
  border: 0;
  background: #f6f4f1;
}

.tour-host__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
}

@media (max-width: 640px) {
  .tour-host__frame {
    height: 75vh;
  }
}
