.royal-roomvo-section,
.royal-roomvo-section *,
.royal-roomvo-section *::before,
.royal-roomvo-section *::after {
  box-sizing: border-box;
}

.royal-roomvo-section {
  --royal-navy: #0f213f;
  --royal-navy-deep: #08152d;
  --royal-navy-soft: #5b6e82;
  --royal-gold-light: #fff1bf;
  --royal-gold: #d6b25e;
  --royal-gold-deep: #8a6217;
  --royal-border: rgba(15, 33, 63, 0.11);
  --royal-surface: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.985) 0%,
    rgba(247, 250, 252, 0.97) 100%
  );
  --royal-shadow-xl: 0 30px 70px rgba(15, 23, 42, 0.12);
  --royal-shadow-lg: 0 18px 42px rgba(15, 23, 42, 0.10);

  position: relative;
  overflow: visible;
  padding: clamp(4rem, 6.2vw, 5.8rem) 1rem;
  background:
    radial-gradient(900px 300px at 0% 0%, rgba(127, 166, 225, 0.10), transparent 46%),
    radial-gradient(760px 240px at 100% 0%, rgba(214, 178, 94, 0.08), transparent 42%),
    linear-gradient(180deg, #f5f8fb 0%, #ffffff 52%, #f7fafc 100%);
}

.royal-roomvo-section__inner {
  position: relative;
  z-index: 1;
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: clamp(1.3rem, 2.8vw, 2.3rem);
  border-radius: 34px;
  border: 1px solid var(--royal-border);
  background: var(--royal-surface);
  box-shadow:
    var(--royal-shadow-xl),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.royal-roomvo-section__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92),
    rgba(214, 178, 94, 0.22),
    rgba(127, 166, 225, 0.12),
    rgba(255, 255, 255, 0.90)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.royal-roomvo-section__header,
.royal-roomvo-section__visualizer-block {
  width: min(1000px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.royal-roomvo-section__header {
  text-align: center;
  margin-bottom: 2.3rem;
}

.royal-roomvo-section__eyebrow,
.royal-roomvo-section__visualizer-kicker {
  margin: 0;
  font-family: "Roboto", "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.royal-roomvo-section__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  color: #ffffff;
  background: linear-gradient(145deg, #1a2748 0%, #2e4575 54%, #0a2342 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 22px rgba(10, 35, 66, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.royal-roomvo-section__title {
  margin: 1rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  line-height: 1.05;
}

.royal-roomvo-section__title-logo {
  width: 52px;
  height: auto;
  display: inline-block;
  filter:
    drop-shadow(0 8px 18px rgba(10, 35, 66, 0.14))
    drop-shadow(0 4px 10px rgba(214, 178, 94, 0.16));
}

.royal-roomvo-section__title span {
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4.3vw, 3.45rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
  background: linear-gradient(
    180deg,
    var(--royal-gold-light) 0%,
    var(--royal-gold) 42%,
    var(--royal-gold-deep) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.royal-roomvo-section__subtitle,
.royal-roomvo-section__visualizer-text {
  margin: 0;
  font-family: "Roboto", "Inter", system-ui, sans-serif;
  color: var(--royal-navy-soft);
}

.royal-roomvo-section__subtitle {
  max-width: 860px;
  margin: 1rem auto 0;
  font-size: 1.04rem;
  line-height: 1.84;
}

.royal-roomvo-section__signals {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.2rem auto 0;
  padding: 0;
  max-width: 920px;
}

.royal-roomvo-section__signals li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  font-family: "Roboto", "Inter", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--royal-navy);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  border: 1px solid rgba(15, 33, 63, 0.10);
  box-shadow:
    0 8px 18px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.royal-roomvo-section__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.royal-roomvo-section__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: "Roboto", "Inter", system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.royal-roomvo-section__button--primary {
  color: #ffffff !important;
  background: linear-gradient(145deg, #1a2748 0%, #2d4373 56%, #0a2342 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 12px 24px rgba(10, 35, 66, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.royal-roomvo-section__button--secondary {
  color: #ffffff !important;
  background: linear-gradient(145deg, #950870, #b3188d, #d24fb2);
  border: none;
  box-shadow: 0 10px 24px rgba(149, 8, 112, 0.30);
  position: relative;
  padding-left: 2.2rem;
}

.royal-roomvo-section__button--secondary::before {
  content: "→";
  position: absolute;
  left: 1rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.royal-roomvo-section__button:hover,
.royal-roomvo-section__button:focus-visible {
  transform: translateY(-2px);
}

.royal-roomvo-section__button--primary:hover,
.royal-roomvo-section__button--primary:focus-visible {
  background: linear-gradient(145deg, #22345c 0%, #355289 58%, #0b1a34 100%);
  border-color: rgba(214, 178, 94, 0.40);
}

.royal-roomvo-section__button--secondary:hover,
.royal-roomvo-section__button--secondary:focus-visible {
  background: linear-gradient(145deg, #7a0660, #9d157c, #c43aa5);
}

.royal-roomvo-section__visualizer-block {
  margin-top: 2.2rem;
}

.royal-roomvo-section__visualizer-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--royal-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.97) 100%);
  box-shadow:
    var(--royal-shadow-lg),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  padding: clamp(1.2rem, 2.7vw, 1.8rem);
}

.royal-roomvo-section__visualizer-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  right: 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 178, 94, 0.94), transparent);
}

.royal-roomvo-section__visualizer-copy {
  position: relative;
  z-index: 1;
}

.royal-roomvo-section__visualizer-kicker {
  font-size: 0.72rem;
  color: var(--royal-gold-deep);
}

.royal-roomvo-section__visualizer-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--royal-navy);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(1.45rem, 2.5vw, 1.98rem);
  line-height: 1.18;
}

.royal-roomvo-section__visualizer-text {
  margin-top: 0.65rem;
  max-width: 710px;
  font-size: 0.98rem;
  line-height: 1.78;
}

.royal-roomvo-section__media-wrap {
  margin-top: 1rem;
}

.royal-roomvo-section__video-frame {
  position: relative;
  overflow: hidden;
  padding: 8px;
  border-radius: 22px;
  border: 1px solid rgba(15, 33, 63, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 252, 0.96) 100%);
}

.royal-roomvo-section__video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: #000;
}

.royal-roomvo-section__video-frame--desktop .royal-roomvo-section__video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.royal-roomvo-section__video-frame--mobile {
  max-width: 420px;
  margin: 0 auto;
}

.royal-roomvo-section__video-frame--mobile .royal-roomvo-section__video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.royal-roomvo-section__video-overlay {
  position: absolute;
  left: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  max-width: 320px;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  background: linear-gradient(
    180deg,
    rgba(10, 35, 66, 0.78) 0%,
    rgba(8, 21, 45, 0.84) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 16px 28px rgba(8, 21, 45, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.royal-roomvo-section__selector-buttons,
.royal-roomvo-section .roomvo-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.royal-roomvo-section__selector-button,
.royal-roomvo-section .roomvo-buttons button {
  min-height: 52px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #1a2748 0%, #2d4373 56%, #0a2342 100%);
  color: #ffffff;
  font-family: "Roboto", "Inter", system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow:
    0 12px 24px rgba(10, 35, 66, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.royal-roomvo-section__selector-button:hover,
.royal-roomvo-section__selector-button:focus-visible,
.royal-roomvo-section .roomvo-buttons button:hover,
.royal-roomvo-section .roomvo-buttons button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(145deg, #22345c 0%, #355289 58%, #0b1a34 100%);
  border-color: rgba(214, 178, 94, 0.40);
}

.royal-roomvo-section .desktop-only {
  display: block !important;
}

.royal-roomvo-section .mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .royal-roomvo-section {
    padding: 3.6rem 0.9rem;
  }

  .royal-roomvo-section__inner {
    padding: 1.1rem;
    border-radius: 24px;
  }

  .royal-roomvo-section__title {
    gap: 0.7rem;
  }

  .royal-roomvo-section__title-logo {
    width: 42px;
  }

  .royal-roomvo-section__title span {
    font-size: 1.95rem;
  }

  .royal-roomvo-section__subtitle,
  .royal-roomvo-section__visualizer-text {
    font-size: 0.96rem;
  }

  .royal-roomvo-section__signals {
    justify-content: flex-start;
  }

  .royal-roomvo-section__button {
    width: 100%;
  }

  .royal-roomvo-section__visualizer-shell {
    border-radius: 22px;
    padding: 1rem;
  }

  .royal-roomvo-section__video-frame {
    padding: 6px;
    border-radius: 18px;
  }

  .royal-roomvo-section__video {
    border-radius: 12px;
  }

  .royal-roomvo-section__video-overlay {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    max-width: none;
    font-size: 0.98rem;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
  }

  .royal-roomvo-section__selector-button,
  .royal-roomvo-section .roomvo-buttons button {
    width: 100%;
  }

  .royal-roomvo-section .desktop-only {
    display: none !important;
  }

  .royal-roomvo-section .mobile-only {
    display: block !important;
  }
}

@media (max-width: 560px) {
  .royal-roomvo-section__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    padding: 0.42rem 0.74rem;
  }

  .royal-roomvo-section__title {
    flex-direction: column;
  }

  .royal-roomvo-section__title-logo {
    width: 36px;
  }

  .royal-roomvo-section__title span {
    font-size: 1.7rem;
  }

  .royal-roomvo-section__visualizer-title {
    font-size: 1.08rem;
  }

  .royal-roomvo-section__video-frame--mobile {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .royal-roomvo-section__button,
  .royal-roomvo-section__selector-button,
  .royal-roomvo-section .roomvo-buttons button {
    transition: none;
  }

  .royal-roomvo-section__button:hover,
  .royal-roomvo-section__button:focus-visible,
  .royal-roomvo-section__selector-button:hover,
  .royal-roomvo-section__selector-button:focus-visible,
  .royal-roomvo-section .roomvo-buttons button:hover,
  .royal-roomvo-section .roomvo-buttons button:focus-visible {
    transform: none;
  }
}