.roomwin-button,
.roomwin-preview-button {
  align-items: center;
  border-radius: var(--roomwin-radius-small);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  text-decoration: none;
}

.roomwin-button *,
.roomwin-preview-button * {
  text-decoration: none;
}

.roomwin-button {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(135deg, var(--roomwin-red), var(--roomwin-red-dark));
  border: 1px solid rgba(210, 10, 17, 0.74);
  box-shadow: 0 18px 44px rgba(210, 10, 17, 0.19), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  color: var(--roomwin-white);
  padding: 14px 20px;
  backdrop-filter: blur(10px);
}

.roomwin-landing .roomwin-button,
.roomwin-landing .roomwin-button:visited {
  color: var(--roomwin-white);
  text-decoration: none;
}

.roomwin-button::after,
.roomwin-preview-button::after {
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.38) 48%, transparent 100%);
  content: "";
  height: 140%;
  left: -74%;
  opacity: 0;
  position: absolute;
  top: -20%;
  transform: rotate(8deg);
  transition: left 520ms ease, opacity 220ms ease;
  width: 46%;
}

.roomwin-button:hover {
  border-color: rgba(169, 8, 13, 0.82);
  color: var(--roomwin-white);
  box-shadow: 0 22px 48px rgba(210, 10, 17, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform: translateY(-2px) scale(1.01);
}

.roomwin-button:hover::after,
.roomwin-preview-button:hover::after {
  left: 128%;
  opacity: 1;
}

.roomwin-button--small {
  min-height: 44px;
  padding: 10px 16px;
}

.roomwin-button--light {
  background: var(--roomwin-white);
  border-color: var(--roomwin-border-red);
  color: var(--roomwin-red-dark);
  justify-self: end;
}

.roomwin-button--light:hover {
  background: var(--roomwin-red-soft);
  color: var(--roomwin-red-deep);
}

.roomwin-preview-button {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--roomwin-border-red);
  box-shadow: 0 14px 34px rgba(22, 26, 29, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: var(--roomwin-black);
  flex-direction: column;
  gap: 0;
  min-width: 188px;
  padding: 10px 18px;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.roomwin-landing .roomwin-preview-button,
.roomwin-landing .roomwin-preview-button:visited {
  color: var(--roomwin-black);
  text-decoration: none;
}

.roomwin-preview-button span {
  font-size: 0.96rem;
  font-weight: 750;
}

.roomwin-preview-button small {
  color: var(--roomwin-grey);
  font-size: 0.8rem;
  font-weight: 600;
}

.roomwin-preview-button:hover {
  border-color: var(--roomwin-red);
  transform: translateY(-2px);
}

.roomwin-landing a:focus-visible,
.roomwin-landing button:focus-visible,
.roomwin-landing input:focus-visible,
.roomwin-landing select:focus-visible {
  outline: 0;
  box-shadow: var(--roomwin-focus);
}

.roomwin-launch-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--roomwin-border);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(22, 26, 29, 0.06);
  color: var(--roomwin-grey-dark);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 10px;
  padding: 9px 14px;
  width: fit-content;
}

.roomwin-launch-badge span {
  background: var(--roomwin-red);
  border-radius: 999px;
  box-shadow: 0 0 0 6px var(--roomwin-red-soft);
  height: 9px;
  width: 9px;
}

.roomwin-decor {
  pointer-events: none;
  position: absolute;
}

.roomwin-decor--dots {
  background-image: radial-gradient(var(--roomwin-red) 1px, transparent 1.5px);
  background-size: 18px 18px;
  height: 230px;
  left: -44px;
  opacity: 0.16;
  top: 170px;
  width: 170px;
}

.roomwin-decor--rings {
  background:
    radial-gradient(circle, transparent 0 35%, rgba(210, 10, 17, 0.1) 35.2% 35.7%, transparent 36% 52%, rgba(210, 10, 17, 0.08) 52.2% 52.7%, transparent 53%),
    radial-gradient(circle, rgba(210, 10, 17, 0.16), transparent 62%);
  height: 760px;
  right: 3vw;
  top: 46px;
  width: 760px;
}

.roomwin-decor--ribbons {
  background:
    linear-gradient(132deg, transparent 0 35%, rgba(210, 10, 17, 0.12) 36% 44%, transparent 45%),
    linear-gradient(122deg, transparent 0 48%, rgba(210, 10, 17, 0.2) 49% 58%, transparent 59%);
  height: 760px;
  right: -170px;
  top: 30px;
  width: 460px;
}

.roomwin-dashboard-shell {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(234, 229, 223, 0.95);
  border-radius: 28px;
  box-shadow: 0 40px 90px rgba(22, 26, 29, 0.16), 0 0 0 12px rgba(255, 255, 255, 0.56);
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 510px;
  overflow: visible;
  position: relative;
}

.roomwin-dashboard-sidebar {
  background: var(--roomwin-charcoal);
  border-radius: 28px 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 18px 16px;
}

.roomwin-dashboard-sidebar img {
  display: block;
  margin-bottom: 20px;
}

.roomwin-dashboard-sidebar nav {
  display: grid;
  gap: 5px;
}

.roomwin-dashboard-sidebar nav span {
  border-radius: 11px;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 11px;
}

.roomwin-dashboard-sidebar nav .is-active {
  background: var(--roomwin-red);
  color: var(--roomwin-white);
}

.roomwin-dashboard-help {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 4px;
  padding-top: 16px;
}

.roomwin-dashboard-help span,
.roomwin-dashboard-help a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
}

.roomwin-dashboard-main {
  min-width: 0;
  padding: clamp(17px, 1.85vw, 25px);
}

.roomwin-dashboard-topbar {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.roomwin-dashboard-topbar h2 {
  font-size: 1.46rem;
  letter-spacing: 0;
}

.roomwin-dashboard-topbar p,
.roomwin-dashboard-topbar span {
  color: var(--roomwin-grey);
  font-size: 0.86rem;
  font-weight: 700;
}

.roomwin-dashboard-topbar > span {
  background: var(--roomwin-bg-warm);
  border: 1px solid var(--roomwin-border);
  border-radius: 999px;
  flex: 0 0 auto;
  padding: 8px 12px;
}

.roomwin-kpi-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.roomwin-kpi-grid article,
.roomwin-chart-card,
.roomwin-floating-metric,
.roomwin-platform-card,
.roomwin-module-card,
.roomwin-trust-card {
  background: var(--roomwin-white);
  border: 1px solid var(--roomwin-border);
  border-radius: var(--roomwin-radius);
}

.roomwin-kpi-grid article {
  padding: 13px;
}

.roomwin-kpi-grid p {
  color: var(--roomwin-grey);
  font-size: 0.7rem;
  font-weight: 800;
  min-height: 2.2em;
}

.roomwin-kpi-grid strong {
  color: var(--roomwin-black);
  display: block;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 1.1;
  margin-top: 8px;
}

.roomwin-kpi-grid span {
  color: var(--roomwin-success);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 8px;
}

.roomwin-chart-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.18fr 0.82fr;
}

.roomwin-chart-card {
  min-height: 104px;
  overflow: hidden;
  padding: 13px;
}

.roomwin-chart-card--wide {
  grid-row: span 2;
}

.roomwin-chart-card > div:first-child {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.roomwin-chart-card h3 {
  font-size: 0.9rem;
}

.roomwin-chart-card span {
  color: var(--roomwin-grey);
  font-size: 0.74rem;
  font-weight: 800;
}

.roomwin-line-chart {
  display: block;
  height: auto;
  margin-top: 12px;
  width: 100%;
}

.roomwin-bars {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
  height: 70px;
  margin-top: 16px;
}

.roomwin-bars span {
  background: linear-gradient(180deg, var(--roomwin-red), var(--roomwin-red-soft));
  border-radius: 999px 999px 4px 4px;
  height: var(--h);
}

.roomwin-room-list {
  display: grid;
  gap: 9px;
  margin-top: 15px;
}

.roomwin-room-list span,
.roomwin-upcoming div {
  align-items: center;
  background: var(--roomwin-bg);
  border-radius: 10px;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 8px 10px;
}

.roomwin-room-list b,
.roomwin-upcoming b {
  color: var(--roomwin-black);
  font-size: 0.78rem;
}

.roomwin-room-list i,
.roomwin-upcoming i {
  color: var(--roomwin-grey);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.roomwin-funnel {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.roomwin-funnel span {
  background: var(--roomwin-red);
  border-radius: 999px;
  display: block;
  height: 14px;
}

.roomwin-funnel span:nth-child(2) {
  opacity: 0.7;
  width: 76%;
}

.roomwin-funnel span:nth-child(3) {
  opacity: 0.46;
  width: 52%;
}

.roomwin-upcoming div {
  grid-template-columns: auto 1fr auto;
  margin-top: 10px;
}

.roomwin-floating-metric {
  box-shadow: 0 22px 54px rgba(22, 26, 29, 0.14);
  padding: 18px;
  position: absolute;
  right: -28px;
  top: 62%;
  transform: translateY(-50%);
  width: 188px;
}

.roomwin-floating-metric p {
  font-size: 0.78rem;
  font-weight: 800;
}

.roomwin-floating-metric strong {
  color: var(--roomwin-black);
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin: 8px 0 12px;
}

.roomwin-floating-metric svg {
  display: block;
  width: 100%;
}

.roomwin-platform-card {
  box-shadow: 0 14px 36px rgba(22, 26, 29, 0.05);
  min-height: 178px;
  padding: 22px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.roomwin-platform-card:hover {
  border-color: var(--roomwin-border-red);
  box-shadow: 0 20px 46px rgba(22, 26, 29, 0.08);
  transform: translateY(-3px);
}

.roomwin-card-icon,
.roomwin-trust-icon {
  align-items: center;
  background: var(--roomwin-red-soft);
  border-radius: 12px;
  color: var(--roomwin-red);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.roomwin-platform-card p {
  font-size: 0.95rem;
  margin-top: 8px;
}

.roomwin-module-card {
  align-items: center;
  box-shadow: 0 10px 28px rgba(22, 26, 29, 0.04);
  color: var(--roomwin-red);
  display: flex;
  flex: 1 1 220px;
  gap: 12px;
  min-height: 72px;
  padding: 18px 20px;
}

.roomwin-module-card h3 {
  font-size: 1rem;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.roomwin-trust-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  min-height: 178px;
  padding: 22px;
}

.roomwin-trust-card h3 {
  color: var(--roomwin-white);
}

.roomwin-trust-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.93rem;
  margin-top: 8px;
}

.roomwin-swiss-badge {
  align-items: center;
  background: var(--roomwin-red);
  border-radius: 9px;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.roomwin-swiss-badge span {
  background: var(--roomwin-white);
  display: block;
  height: 22px;
  position: relative;
  width: 7px;
}

.roomwin-swiss-badge span::after {
  background: var(--roomwin-white);
  content: "";
  height: 7px;
  left: -7px;
  position: absolute;
  top: 7.5px;
  width: 21px;
}

.roomwin-waitlist__panel h2,
.roomwin-waitlist__panel p,
.roomwin-waitlist__panel .roomwin-eyebrow {
  color: var(--roomwin-white);
}

.roomwin-waitlist__panel > div {
  display: grid;
  gap: 12px;
}

.roomwin-waitlist__panel > div p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.roomwin-form {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(11, 13, 15, 0.18);
  display: grid;
  gap: 12px;
  padding: 16px;
}

.roomwin-field input {
  background: var(--roomwin-white);
  border: 1px solid var(--roomwin-border);
  border-radius: 12px;
  color: var(--roomwin-black);
  min-height: 54px;
  padding: 0 16px;
  width: 100%;
}

.roomwin-field input[aria-invalid="true"] {
  border-color: var(--roomwin-red);
}

.roomwin-field--hidden {
  display: none;
}

.roomwin-form__privacy,
.roomwin-form__message {
  font-size: 0.82rem;
}

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

.roomwin-form__message {
  color: var(--roomwin-red-dark);
  font-weight: 700;
  min-height: 1.4em;
}

.roomwin-form.is-success .roomwin-form__message {
  color: var(--roomwin-success);
}

.roomwin-split p,
.roomwin-contact p {
  font-size: 1.08rem;
}

.roomwin-footer p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  margin-top: 10px;
}

.roomwin-footer nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.roomwin-footer nav a:hover {
  color: var(--roomwin-white);
}

.roomwin-footer__copyright {
  text-align: right;
}

.roomwin-modal {
  align-items: center;
  background: rgba(11, 13, 15, 0.52);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 200;
}

.roomwin-modal[hidden] {
  display: none;
}

.roomwin-modal__panel {
  background: var(--roomwin-white);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(11, 13, 15, 0.22);
  display: grid;
  gap: 18px;
  max-width: 520px;
  padding: 32px;
  position: relative;
  width: min(100%, 520px);
}

.roomwin-modal__close {
  align-items: center;
  background: var(--roomwin-red-soft);
  border: 1px solid var(--roomwin-border-red);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(210, 10, 17, 0.12);
  color: var(--roomwin-red);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  min-height: 42px;
  padding: 0;
  position: absolute;
  right: 14px;
  text-decoration: none;
  top: 14px;
  width: 42px;
}

.roomwin-landing .roomwin-modal__close,
.roomwin-landing .roomwin-modal__close:hover,
.roomwin-landing .roomwin-modal__close:active {
  background: var(--roomwin-red-soft);
  border-color: var(--roomwin-border-red);
  color: var(--roomwin-red);
  text-decoration: none;
}

.roomwin-modal__close:hover {
  background: var(--roomwin-white);
  transform: translateY(-1px);
}

.roomwin-modal__close .roomwin-icon {
  height: 22px;
  width: 22px;
}

.roomwin-modal__panel .roomwin-button {
  text-decoration: none;
}

.roomwin-modal__panel h2 {
  font-size: 1.7rem;
  padding-right: 42px;
}

@media (prefers-reduced-motion: reduce) {
  .roomwin-landing *,
  .roomwin-landing *::before,
  .roomwin-landing *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
