.roomwin-landing {
  background: var(--roomwin-bg);
  color: var(--roomwin-black);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

.roomwin-landing *,
.roomwin-landing *::before,
.roomwin-landing *::after {
  box-sizing: border-box;
}

.roomwin-landing h1,
.roomwin-landing h2,
.roomwin-landing h3,
.roomwin-landing p {
  margin: 0;
}

.roomwin-landing h1 {
  color: var(--roomwin-black);
  font-size: clamp(3rem, 3.65vw, 4.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  max-width: 100%;
}

.roomwin-landing h1 span {
  display: block;
  white-space: nowrap;
}

.roomwin-landing h1 span:last-child {
  color: var(--roomwin-red);
}

.roomwin-landing h2 {
  color: var(--roomwin-black);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.roomwin-landing h3 {
  color: var(--roomwin-black);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.roomwin-landing p {
  color: var(--roomwin-grey);
}

.roomwin-landing a {
  color: inherit;
  text-decoration: none;
}

.roomwin-landing button,
.roomwin-landing input {
  font: inherit;
}

.roomwin-landing .screen-reader-text,
.roomwin-skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.roomwin-skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  left: 18px;
  padding: 12px 16px;
  top: 18px;
  width: auto;
  z-index: 2000;
}
