/*
Theme Name: Revhelia
Theme URI: https://revhelia.eu
Author: Revhelia
Author URI: https://revhelia.eu
Description: Tema de bloques ligero para la web publica de Revhelia y su producto Helia.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Version: 1.0.0
Text Domain: revhelia
*/

@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  src: url("assets/fonts/manrope-latin-variable.woff2") format("woff2");
}

:root {
  --rh-ink: #102a43;
  --rh-ink-strong: #071f36;
  --rh-copy: #536b80;
  --rh-copy-soft: #70869a;
  --rh-blue: #1b7dff;
  --rh-blue-deep: #1760d5;
  --rh-cyan: #6bf8ff;
  --rh-pulse-dot: #4bdcf2;
  --rh-pulse-ring: rgba(75, 220, 242, 0.38);
  --rh-pulse-ring-clear: rgba(75, 220, 242, 0);
  --rh-paper: #fbfdff;
  --rh-surface: #ffffff;
  --rh-surface-blue: #f1f7fb;
  --rh-line: rgba(16, 42, 67, 0.11);
  --rh-gradient: linear-gradient(90deg, #6bf8ff 0%, #1b7dff 100%);
  --rh-blue-glow-hover: rgba(56, 190, 255, 0.32);
  --rh-shadow-blue: 0 12px 30px rgba(56, 190, 255, 0.22);
  --rh-shadow-blue-hover: 0 18px 42px var(--rh-blue-glow-hover);
  --rh-shadow: 0 24px 70px rgba(31, 83, 130, 0.13);
  --rh-radius: 24px;
  --rh-radius-large: 34px;
  --rh-shell: min(1320px, calc(100vw - 56px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--rh-paper);
  color: var(--rh-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
.wp-site-blocks {
  overflow-x: clip;
}

::selection {
  background: rgba(36, 124, 255, 0.18);
  color: var(--rh-ink-strong);
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.rh-shell {
  margin-inline: auto;
  max-width: none !important;
  width: var(--rh-shell);
}

.rh-skip-link {
  left: 16px;
  position: fixed;
  top: -90px;
  z-index: 1000;
}

.rh-skip-link:focus {
  background: var(--rh-gradient);
  border-radius: 999px;
  color: var(--rh-ink-strong);
  font-weight: 650;
  padding: 12px 18px;
  text-decoration: none;
  top: 16px;
}

.rh-site-header {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 28px rgba(31, 83, 130, 0.06);
  color: var(--rh-ink);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.admin-bar .rh-site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .rh-site-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

.rh-header-inner {
  align-items: center;
  display: flex;
  max-width: none !important;
  min-height: 56px;
  width: calc(100% - 40px);
}

.rh-brand-link {
  display: block;
  flex: 0 0 auto;
}

.rh-logo-crop {
  display: block;
  aspect-ratio: 652.3624 / 203.338;
  overflow: hidden;
  position: relative;
  width: 142px;
}

.rh-brand-link .rh-logo-crop {
  transform: translateY(6px);
}

.rh-logo-crop img {
  display: block;
  height: auto;
  left: -13.12%;
  max-width: none;
  position: absolute;
  top: -157%;
  width: 114.97%;
}

.rh-main-nav {
  margin-left: auto !important;
}

.rh-main-nav .wp-block-navigation__container {
  align-items: center;
  gap: clamp(18px, 1.8vw, 28px);
}

.rh-main-nav a {
  color: #263f56;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.rh-main-nav a:hover,
.rh-main-nav a:focus-visible {
  color: var(--rh-blue-deep);
}

.rh-nav-cta > a {
  background: var(--rh-gradient);
  border-radius: 999px;
  box-shadow: var(--rh-shadow-blue);
  color: var(--rh-ink-strong) !important;
  padding: 10px 18px !important;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.rh-nav-cta > a:hover,
.rh-nav-cta > a:focus-visible {
  box-shadow: var(--rh-shadow-blue-hover);
  transform: translateY(-1px);
}

.rh-main {
  margin: 0;
}

.rh-hero {
  --rh-hero-corner-glow-core: rgba(56, 190, 255, 0.23);
  --rh-hero-corner-glow-mid: rgba(56, 190, 255, 0.085);
  --rh-hero-corner-glow-reach: 36%;
  background:
    radial-gradient(
      circle at 96% 4%,
      var(--rh-hero-corner-glow-core) 0%,
      var(--rh-hero-corner-glow-mid) 18%,
      transparent var(--rh-hero-corner-glow-reach)
    ),
    radial-gradient(circle at 64% 38%, rgba(27, 125, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5faff 100%);
  overflow: hidden;
  padding: 104px 0 40px;
  position: relative;
}

.rh-hero::before {
  background-image:
    linear-gradient(rgba(36, 124, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 124, 255, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  inset: 0 52% 0 0;
  mask-image: linear-gradient(135deg, #000 4%, transparent 76%);
  pointer-events: none;
  position: absolute;
}

.rh-hero-grid {
  align-items: center;
  display: grid;
  gap: 26px clamp(34px, 3.7vw, 58px);
  grid-template-columns: minmax(400px, 0.86fr) minmax(560px, 1.14fr);
  position: relative;
  z-index: 1;
}

.rh-hero-grid > *,
.rh-product-stage {
  min-width: 0;
}

.rh-hero h1 {
  color: var(--rh-ink-strong);
  font-size: clamp(3.1rem, 4.15vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0;
  max-width: 690px;
}

.rh-gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: var(--rh-gradient);
  color: transparent;
  display: block;
  width: fit-content;
}

.rh-hero-copy {
  color: var(--rh-copy);
  font-size: clamp(1.03rem, 1.22vw, 1.16rem);
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 610px;
}

.rh-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rh-button {
  margin: 0;
}

.wp-block-button.rh-button .wp-block-button__link {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 650;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rh-button-primary .wp-block-button__link {
  background: var(--rh-gradient);
  box-shadow: var(--rh-shadow-blue);
  color: var(--rh-ink-strong);
}

.wp-block-button.rh-button-secondary .wp-block-button__link {
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)) padding-box,
    linear-gradient(
      180deg,
      rgba(83, 126, 160, 0.06) 0%,
      rgba(83, 126, 160, 0.11) 48%,
      rgba(83, 126, 160, 0.18) 100%
    ) border-box;
  border: 1px solid transparent;
  color: var(--rh-ink);
}

.rh-button .wp-block-button__link:hover,
.rh-button .wp-block-button__link:focus-visible {
  box-shadow: var(--rh-shadow-blue-hover);
  transform: translateY(-2px);
}

.rh-product-stage {
  margin: 0;
  position: relative;
}

.rh-product-stage::before {
  background: var(--rh-gradient);
  border-radius: 50%;
  content: "";
  filter: blur(95px);
  height: 72%;
  left: 14%;
  opacity: 0.16;
  position: absolute;
  top: 18%;
  width: 72%;
}

.rh-product-tabs {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(31, 83, 130, 0.09);
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 5px;
  position: relative;
  z-index: 4;
}

.rh-product-tab {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 13px;
  color: var(--rh-copy);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 650;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
  padding: 0 8px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.rh-product-tab svg {
  display: block;
  flex: 0 0 17px;
  height: 17px;
  width: 17px;
}

.rh-product-tab:hover:not([aria-selected="true"]) {
  background: rgba(241, 247, 251, 0.92);
  border-color: rgba(16, 42, 67, 0.09);
  box-shadow: 0 5px 14px rgba(31, 83, 130, 0.07);
  color: var(--rh-ink);
  transform: translateY(-1px);
}

.rh-product-tab:focus-visible {
  outline: 2px solid var(--rh-blue);
  outline-offset: 2px;
}

.rh-product-tab[aria-selected="true"] {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--rh-gradient) border-box;
  box-shadow: 0 9px 24px rgba(107, 248, 255, 0.18);
  color: var(--rh-blue-deep);
}

.rh-product-tab[aria-selected="true"] span {
  color: var(--rh-blue-deep);
}

.rh-product-tab[aria-selected="true"] svg {
  stroke: currentColor;
}

.rh-product-frame {
  margin-top: 34px;
  position: relative;
}

.rh-product-panel[hidden] {
  display: none;
}

.rh-product-panel {
  animation: rh-product-panel-in 260ms ease both;
  min-width: 0;
  position: relative;
  z-index: 1;
}

@keyframes rh-product-panel-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rh-product-panel img,
.rh-product-placeholder {
  background: #edf4f8;
  border: 6px solid rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  box-shadow: var(--rh-shadow);
  position: relative;
  transform-origin: center top;
  transition:
    box-shadow 260ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  z-index: 1;
}

.rh-product-panel img {
  display: block;
  height: auto;
}

#rh-panel-dashboard img,
#rh-panel-performance img,
#rh-panel-chats img,
#rh-panel-tickets img,
#rh-panel-crm img {
  border: 0;
  border-radius: 12px;
}

.rh-product-placeholder {
  align-content: center;
  aspect-ratio: 2048 / 1154;
  background:
    radial-gradient(circle at 72% 25%, rgba(107, 248, 255, 0.26), transparent 26%),
    linear-gradient(145deg, #f8fcff 0%, #edf6fc 100%);
  color: var(--rh-copy);
  display: grid;
  justify-items: center;
  overflow: hidden;
  text-align: center;
}

.rh-product-placeholder::before {
  background-image:
    linear-gradient(rgba(27, 125, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 125, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
  position: absolute;
}

.rh-product-placeholder > * {
  position: relative;
  z-index: 1;
}

.rh-placeholder-icon {
  align-items: center;
  background: var(--rh-gradient);
  border-radius: 18px;
  box-shadow: var(--rh-shadow-blue);
  color: var(--rh-ink-strong);
  display: flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 14px;
  width: 56px;
}

.rh-placeholder-icon svg {
  height: 27px;
  width: 27px;
}

.rh-product-placeholder > span:not(.rh-placeholder-icon) {
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rh-product-placeholder strong {
  color: var(--rh-ink-strong);
  font-size: 1.5rem;
  letter-spacing: -0.035em;
  margin-top: 3px;
}

.rh-product-placeholder small {
  color: var(--rh-copy-soft);
  font-size: 0.72rem;
  margin-top: 5px;
}

.rh-product-caption {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(36, 124, 255, 0.14);
  border-radius: 15px;
  box-shadow: 0 14px 38px rgba(31, 83, 130, 0.11);
  display: flex;
  gap: 15px;
  left: 22px;
  padding: 12px 16px;
  position: absolute;
  top: -24px;
  transform-origin: left center;
  transition:
    filter 190ms ease,
    opacity 190ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 3;
}

.rh-product-caption strong {
  border-left: 1px solid rgba(36, 124, 255, 0.13);
  color: var(--rh-ink);
  font-size: 0.78rem;
  font-weight: 650;
  padding-left: 15px;
}

@media (hover: hover) and (pointer: fine) and (min-width: 641px) {
  .rh-product-stage.is-product-inspecting .rh-product-panel.is-active {
    z-index: 5;
  }

  .rh-product-stage.is-product-inspecting .rh-product-panel.is-active img,
  .rh-product-stage.is-product-inspecting .rh-product-panel.is-active .rh-product-placeholder {
    box-shadow:
      0 30px 78px rgba(31, 83, 130, 0.18),
      0 10px 30px rgba(56, 190, 255, 0.12);
    transform: translateY(-2px) scale(1.01);
  }

  .rh-product-stage.is-product-inspecting .rh-product-caption {
    filter: blur(0.65px);
    opacity: 0.5;
    pointer-events: none;
    transform: translateY(-5px) scale(0.985);
  }
}

.rh-live {
  align-items: center;
  color: var(--rh-blue-deep);
  display: flex;
  font-size: 0.68rem;
  font-weight: 650;
  gap: 7px;
}

.rh-live::before {
  animation: rh-product-pulse 2.4s ease-out infinite;
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  content: "";
  height: 7px;
  width: 7px;
}

@keyframes rh-product-pulse {
  0%,
  42% {
    box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  }

  72%,
  100% {
    box-shadow: 0 0 0 6px var(--rh-pulse-ring-clear);
  }
}

.rh-hero-markets {
  grid-column: 1 / -1;
  overflow: hidden;
  padding: 8px 0 12px;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

.rh-market-track {
  animation: rh-market-flow 36s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.rh-hero-markets:not([data-market-motion="ready"]):hover .rh-market-track,
.rh-hero-markets:not([data-market-motion="ready"]):focus-within .rh-market-track {
  animation-play-state: paused;
}

@keyframes rh-market-flow {
  to {
    transform: translateX(-50%);
  }
}

.rh-market-set {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.rh-market-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(36, 124, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(31, 83, 130, 0.06);
  display: grid;
  gap: 13px;
  grid-template-columns: 46px 1fr;
  min-height: 86px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  width: clamp(270px, 22vw, 306px);
}

.rh-market-card:focus-visible {
  outline: 2px solid var(--rh-blue);
  outline-offset: 3px;
}

.rh-market-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(36, 124, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(31, 83, 130, 0.1);
  color: var(--rh-blue-deep);
  display: flex;
  height: 46px;
  justify-content: center;
  margin: 0;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms ease;
  width: 46px;
}

.rh-market-icon svg {
  display: block;
  height: 23px;
  width: 23px;
}

.rh-market-card.is-primary .rh-market-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
}

.rh-market-card:hover,
.rh-market-card:focus-within {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(247, 251, 255, 0.98)) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
  box-shadow: var(--rh-shadow-blue-hover);
  transform: translateY(-4px);
}

.rh-market-card:not(.is-primary):hover .rh-market-icon,
.rh-market-card:not(.is-primary):focus-within .rh-market-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
  box-shadow: var(--rh-shadow-blue);
  color: var(--rh-blue-deep);
  transform: scale(1.05);
}

.rh-market-card strong {
  color: var(--rh-ink-strong);
  display: block;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.rh-market-copy {
  color: var(--rh-copy);
  display: block;
  font-size: 0.76rem;
  line-height: 1.5;
  margin-top: 5px;
}

.rh-section {
  padding: clamp(96px, 10vw, 150px) 0;
  position: relative;
}

.rh-section-head {
  margin-bottom: 62px;
  max-width: 880px;
}

.rh-section-head-compact {
  margin-bottom: 48px;
}

.rh-section h2,
.rh-final-cta h2 {
  color: var(--rh-ink-strong);
  font-size: clamp(2.6rem, 4.45vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.06;
  margin: 0;
}

.rh-section-intro {
  color: var(--rh-copy);
  font-size: 1.04rem;
  line-height: 1.76;
  margin: 23px 0 0;
  max-width: 730px;
}

.rh-conversation-section {
  background: linear-gradient(180deg, #f5f9fc 0%, #f3f7fb 52%, #f8fbfd 76%, #fff 100%);
  padding: clamp(64px, 4.5vw, 72px) 0 clamp(54px, 4vw, 62px);
}

.rh-conversation-head {
  display: block;
  margin: 0 auto 26px;
  max-width: 860px;
  text-align: center;
}

.rh-conversation-head .rh-section-intro {
  margin: 18px auto 0;
  max-width: 780px;
}

.rh-conversation-head h2 {
  font-size: clamp(3rem, 3.8vw, 3.55rem);
  line-height: 1.02;
  max-width: none;
}

.rh-conversation-map {
  display: grid;
  gap: 10px 44px;
  grid-template-areas:
    "label-entry label-core label-outcomes"
    "entry core routes"
    ". source ."
    "benefits benefits benefits";
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.rh-conversation-entry-phase,
.rh-conversation-entry,
.rh-conversation-understanding,
.rh-conversation-core,
.rh-conversation-source,
.rh-conversation-outcomes {
  min-width: 0;
}

.rh-conversation-entry,
.rh-conversation-core,
.rh-conversation-source {
  align-self: stretch;
  border-radius: 22px;
  padding: 22px;
  position: relative;
}

.rh-conversation-entry {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
  border: 1px solid rgba(16, 42, 67, 0.1);
  grid-area: entry;
}

.rh-conversation-entry::after {
  background: linear-gradient(90deg, rgba(107, 248, 255, 0.65), rgba(27, 125, 255, 0.48));
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 45px;
}

.rh-conversation-entry::after {
  left: 100%;
}

.rh-conversation-entry-phase,
.rh-conversation-understanding,
.rh-conversation-outcomes {
  display: contents;
}

.rh-conversation-understanding::after {
  content: none;
}

.rh-conversation-entry-phase > .rh-conversation-stage-label {
  grid-area: label-entry;
}

.rh-conversation-understanding > .rh-conversation-stage-label {
  grid-area: label-core;
}

.rh-conversation-outcomes > .rh-conversation-stage-label {
  grid-area: label-outcomes;
}

.rh-conversation-stage-label {
  align-items: center;
  align-self: center;
  color: #61798e;
  display: flex;
  font-size: 0.68rem;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.075em;
  margin: 0;
  text-transform: uppercase;
}

.rh-conversation-stage-label span {
  background: #eef7fd;
  border: 1px solid rgba(27, 125, 255, 0.14);
  border-radius: 999px;
  color: var(--rh-blue-deep);
  display: grid;
  height: 26px;
  letter-spacing: 0;
  place-items: center;
  width: 26px;
}

.rh-conversation-bubble {
  background: #f0f8ff;
  border: 1px solid rgba(27, 125, 255, 0.12);
  border-radius: 18px;
  padding: 15px 18px;
  position: relative;
}

.rh-conversation-bubble::after {
  border-color: #f0f8ff transparent transparent;
  border-style: solid;
  border-width: 10px 0 0 12px;
  bottom: -9px;
  content: "";
  position: absolute;
  right: 0;
}

.rh-conversation-bubble-author {
  color: var(--rh-blue-deep);
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.rh-conversation-bubble blockquote {
  color: var(--rh-ink-strong);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.rh-conversation-signals,
.rh-conversation-context {
  list-style: none;
  padding: 0;
}

.rh-conversation-signals {
  margin: 14px 0 0;
}

.rh-conversation-context {
  margin: 24px 0 0;
}

.rh-conversation-signals {
  display: grid;
  gap: 7px;
}

.rh-conversation-signals li {
  align-items: center;
  color: var(--rh-copy);
  display: flex;
  font-size: 0.78rem;
  gap: 10px;
}

.rh-conversation-signals svg {
  color: var(--rh-blue-deep);
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.rh-conversation-core {
  align-content: stretch;
  background: #fff;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, rgba(107, 248, 255, 0.72), rgba(27, 125, 255, 0.52)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px rgba(31, 111, 180, 0.11);
  column-gap: 14px;
  display: grid;
  grid-area: core;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-template-rows: max-content max-content minmax(0, 1fr);
}

.rh-conversation-core::before {
  background: linear-gradient(90deg, rgba(107, 248, 255, 0.6), rgba(27, 125, 255, 0.44));
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 23px;
}

.rh-conversation-core::after {
  background: linear-gradient(180deg, rgba(27, 125, 255, 0.42), rgba(107, 248, 255, 0.58));
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 1px;
}

.rh-conversation-core-icon {
  background: linear-gradient(145deg, #f0fbff, #eef4ff);
  border: 1px solid rgba(27, 125, 255, 0.14);
  border-radius: 17px;
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 48px;
  margin: 0;
  place-items: center;
  width: 48px;
}

.rh-conversation-core-icon img {
  display: block;
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.rh-conversation-core h3 {
  color: var(--rh-ink-strong);
  font-size: 1.34rem;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.25;
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 5px;
}

.rh-conversation-core > p:not(.rh-conversation-stage-label) {
  color: var(--rh-copy);
  font-size: 0.82rem;
  grid-column: 2;
  grid-row: 2;
  line-height: 1.65;
  margin: 0;
}

.rh-conversation-context {
  align-items: center;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  grid-column: 1 / -1;
  grid-row: 3;
  justify-content: center;
  margin: 10px 0 0;
  width: 100%;
}

.rh-conversation-context li {
  align-self: center;
  background: #f4f8fb;
  border: 1px solid rgba(16, 42, 67, 0.07);
  border-radius: 999px;
  color: #486177;
  font-size: 0.66rem;
  line-height: 1.25;
  padding: 7px 10px;
}

.rh-conversation-source {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 254, 0.94));
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 17px;
  grid-area: source;
  padding: 16px 18px;
}

.rh-conversation-source-label {
  align-items: center;
  color: #61798e;
  display: flex;
  font-size: 0.68rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.065em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.rh-conversation-source-label > span {
  background: #f0f7fc;
  border: 1px solid rgba(27, 125, 255, 0.11);
  border-radius: 10px;
  color: var(--rh-blue-deep);
  display: grid;
  height: 26px;
  place-items: center;
  width: 26px;
}

.rh-conversation-source-label svg {
  height: 15px;
  width: 15px;
}

.rh-conversation-source h3 {
  color: var(--rh-ink-strong);
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.35;
  margin: 0;
}

.rh-conversation-source-copy {
  color: var(--rh-copy);
  font-size: 0.73rem;
  line-height: 1.55;
  margin: 7px 0 0;
}

.rh-conversation-route-stack {
  display: grid;
  gap: 8px;
  grid-area: routes;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  position: relative;
}

.rh-conversation-route-stack::before {
  background: linear-gradient(180deg, rgba(107, 248, 255, 0.5), rgba(27, 125, 255, 0.4), rgba(107, 248, 255, 0.5));
  bottom: 16.666%;
  content: "";
  left: -22px;
  position: absolute;
  top: 16.666%;
  width: 1px;
}

.rh-conversation-route-stack::after {
  content: none;
}

.rh-conversation-route {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  min-height: 70px;
  padding: 7px 13px;
  position: relative;
}

.rh-conversation-route::before {
  background: rgba(27, 125, 255, 0.36);
  content: "";
  height: 1px;
  left: -22px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.rh-conversation-route-icon {
  background: #eff8fd;
  border: 1px solid rgba(27, 125, 255, 0.12);
  border-radius: 13px;
  color: var(--rh-blue-deep);
  display: grid;
  height: 38px;
  place-items: center;
  width: 38px;
}

.rh-conversation-route-icon svg {
  height: 19px;
  width: 19px;
}

.rh-conversation-route h3 {
  color: var(--rh-ink-strong);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 4px;
}

.rh-conversation-route p {
  color: var(--rh-copy);
  font-size: 0.7rem;
  line-height: 1.5;
  margin: 0;
}

.rh-conversation-benefits {
  align-items: center;
  background: linear-gradient(90deg, rgba(236, 250, 255, 0.9), rgba(239, 245, 255, 0.82));
  border: 1px solid rgba(27, 125, 255, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 32px;
  grid-area: benefits;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 18px 30px;
  position: relative;
}

.rh-conversation-benefits strong {
  background: #f2f9ff;
  border-radius: 999px;
  color: var(--rh-blue-deep);
  font-size: 0.69rem;
  letter-spacing: 0.06em;
  left: 22px;
  line-height: 1.3;
  padding: 1px 10px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.rh-conversation-benefits span {
  color: var(--rh-ink);
  font-size: 0.77rem;
  font-weight: 600;
  justify-self: center;
  line-height: 1.4;
  padding-left: 18px;
  position: relative;
}

.rh-conversation-benefits span::before {
  animation: rh-product-pulse 2.4s ease-out infinite;
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.45em;
  width: 7px;
}

.rh-conversation-entry,
.rh-conversation-core,
.rh-conversation-source,
.rh-conversation-route {
  isolation: isolate;
  transition:
    border-color 420ms ease,
    box-shadow 520ms ease;
}

.rh-conversation-entry,
.rh-conversation-core {
  --rh-conversation-flow-radius: 22px;
}

.rh-conversation-source {
  --rh-conversation-flow-radius: 17px;
}

.rh-conversation-route {
  --rh-conversation-flow-radius: 14px;
}

.rh-conversation-entry.is-flow-active,
.rh-conversation-source.is-flow-active {
  border-color: rgba(56, 190, 255, 0.17);
  box-shadow:
    0 13px 29px rgba(31, 111, 180, 0.045),
    0 0 13px rgba(107, 248, 255, 0.035);
}

.rh-conversation-core.is-flow-active {
  box-shadow:
    0 19px 43px rgba(31, 111, 180, 0.085),
    0 0 18px rgba(107, 248, 255, 0.055);
}

.rh-conversation-route.is-flow-active {
  border-color: rgba(56, 190, 255, 0.17);
  box-shadow:
    0 10px 23px rgba(31, 111, 180, 0.045),
    0 0 12px rgba(107, 248, 255, 0.035);
}

.rh-conversation-entry.is-flow-active .rh-conversation-bubble,
.rh-conversation-core.is-flow-active .rh-conversation-core-icon,
.rh-conversation-source.is-flow-active .rh-conversation-source-label > span,
.rh-conversation-route.is-flow-active .rh-conversation-route-icon {
  border-color: rgba(56, 190, 255, 0.2);
  box-shadow: 0 0 13px rgba(107, 248, 255, 0.055);
}

.rh-conversation-entry > :not(.rh-conversation-card-sweep),
.rh-conversation-core > :not(.rh-conversation-card-sweep),
.rh-conversation-source > :not(.rh-conversation-card-sweep),
.rh-conversation-route > :not(.rh-conversation-card-sweep) {
  position: relative;
  z-index: 1;
}

@property --rh-conversation-border-erase {
  syntax: "<percentage>";
  inherits: false;
  initial-value: -10%;
}

.rh-conversation-card-sweep {
  background: linear-gradient(
    90deg,
    rgba(56, 190, 255, 0.05) 0%,
    rgba(107, 248, 255, 0.035) 58%,
    rgba(107, 248, 255, 0.01) 88%,
    transparent 100%
  );
  border: 1px solid rgba(107, 248, 255, 0.88);
  border-radius: inherit;
  box-shadow:
    0 0 5px rgba(255, 255, 255, 0.42),
    0 0 14px rgba(56, 190, 255, 0.38),
    inset 0 0 13px rgba(107, 248, 255, 0.055);
  clip-path: inset(0 100% 0 0 round var(--rh-conversation-flow-radius));
  inset: -1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.rh-conversation-card-sweep::before {
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.18) 4%,
    #000 18%,
    #000 100%
  );
  background: linear-gradient(135deg, rgba(107, 248, 255, 0.095), rgba(56, 190, 255, 0.065));
  bottom: -12px;
  content: "";
  filter: blur(12px);
  left: -16px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.18) 4%,
    #000 18%,
    #000 100%
  );
  position: absolute;
  top: -12px;
  width: 0;
}

.rh-conversation-border-flow {
  --rh-conversation-border-erase: -10%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent var(--rh-conversation-border-erase),
    rgba(0, 0, 0, 0.2) calc(var(--rh-conversation-border-erase) + 3%),
    #000 calc(var(--rh-conversation-border-erase) + 10%),
    #000 100%
  );
  height: calc(100% + 2px);
  inset: -1px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent var(--rh-conversation-border-erase),
    rgba(0, 0, 0, 0.2) calc(var(--rh-conversation-border-erase) + 3%),
    #000 calc(var(--rh-conversation-border-erase) + 10%),
    #000 100%
  );
  overflow: visible;
  pointer-events: none;
  position: absolute !important;
  width: calc(100% + 2px);
  z-index: 3 !important;
}

.rh-conversation-border-flow-path {
  fill: none;
  filter:
    drop-shadow(0 0 1.2px rgba(255, 255, 255, 0.58))
    drop-shadow(0 0 3.5px rgba(107, 248, 255, 0.38))
    drop-shadow(0 0 6px rgba(56, 190, 255, 0.18));
  opacity: 0;
  stroke: #9ffcff;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.75;
  vector-effect: non-scaling-stroke;
}

.rh-conversation-bubble,
.rh-conversation-core-icon,
.rh-conversation-context li,
.rh-conversation-source-label > span,
.rh-conversation-route-icon {
  position: relative;
}

.rh-conversation-bubble::before,
.rh-conversation-core-icon::after,
.rh-conversation-context li::after,
.rh-conversation-source-label > span::after,
.rh-conversation-route-icon::after {
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(90deg, #6bf8ff 0%, #1b7dff 56%, #1760d5 100%);
  border-radius: inherit;
  content: "";
  filter:
    drop-shadow(0 0 1.2px rgba(255, 255, 255, 0.52))
    drop-shadow(0 0 3.5px rgba(56, 190, 255, 0.26));
  inset: -1px;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  padding: 0.65px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.rh-conversation-source-label > span::after {
  background: linear-gradient(180deg, #6bf8ff 0%, #1b7dff 56%, #1760d5 100%);
}

.rh-conversation-entry.is-flow-sweep-horizontal > .rh-conversation-entry-flow .rh-conversation-entry-flow-path,
.rh-conversation-route.is-flow-sweep-horizontal > .rh-conversation-route-flow .rh-conversation-route-flow-path {
  animation: rh-conversation-card-border-cycle var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-entry.is-flow-sweep-horizontal > .rh-conversation-entry-flow,
.rh-conversation-route.is-flow-sweep-horizontal > .rh-conversation-route-flow {
  animation: none;
}

.rh-conversation-core.is-flow-sweep-core-horizontal > .rh-conversation-core-flow .rh-conversation-core-flow-path--across {
  animation: rh-conversation-core-border-cycle var(--rh-conversation-sweep-duration, 2200ms) linear 1 both;
}

.rh-conversation-entry.is-flow-sweep-horizontal .rh-conversation-bubble::before {
  animation: rh-conversation-inner-border-horizontal var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-route.is-flow-sweep-horizontal .rh-conversation-route-icon::after {
  animation: rh-conversation-route-detail-icon var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-core.is-flow-sweep-core-horizontal .rh-conversation-core-icon::after {
  animation: rh-conversation-core-detail-icon var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-core.is-flow-sweep-core-horizontal .rh-conversation-context li:nth-child(1)::after {
  animation: rh-conversation-core-detail-chip-one var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-core.is-flow-sweep-core-horizontal .rh-conversation-context li:nth-child(2)::after {
  animation: rh-conversation-core-detail-chip-two var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-core.is-flow-sweep-core-horizontal .rh-conversation-context li:nth-child(3)::after {
  animation: rh-conversation-core-detail-chip-three var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-source.is-flow-source-pulse-in .rh-conversation-source-label > span::after {
  animation: rh-conversation-source-detail-pulse-in var(--rh-conversation-sweep-duration, 1500ms) ease-out 1 both;
}

.rh-conversation-source.is-flow-source-pulse-out .rh-conversation-source-label > span::after {
  animation: rh-conversation-source-detail-pulse-out var(--rh-conversation-sweep-duration, 1500ms) ease-in 1 both;
}

.rh-conversation-entry.is-flow-sweep-horizontal > .rh-conversation-card-sweep,
.rh-conversation-core.is-flow-sweep-core-horizontal > .rh-conversation-card-sweep,
.rh-conversation-route.is-flow-sweep-horizontal > .rh-conversation-card-sweep {
  animation: none;
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0 0 18px rgba(107, 248, 255, 0.038);
  clip-path: inset(0 0 0 0 round var(--rh-conversation-flow-radius));
  opacity: 1;
}

.rh-conversation-source.is-flow-source-pulse-in > .rh-conversation-card-sweep,
.rh-conversation-source.is-flow-source-pulse-out > .rh-conversation-card-sweep {
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(107, 248, 255, 0.15) 0%,
    rgba(107, 248, 255, 0.135) 28%,
    rgba(56, 190, 255, 0.115) 56%,
    rgba(27, 125, 255, 0.08) 74%,
    rgba(27, 125, 255, 0) 100%
  );
  background-position: center;
  background-repeat: no-repeat;
  clip-path: inset(0 0 0 0 round var(--rh-conversation-flow-radius));
}

.rh-conversation-source.is-flow-source-pulse-in > .rh-conversation-card-sweep {
  animation: rh-conversation-source-pulse-in var(--rh-conversation-sweep-duration, 1500ms) cubic-bezier(0.33, 0, 0.22, 1) 1 both;
}

.rh-conversation-source.is-flow-source-pulse-out > .rh-conversation-card-sweep {
  animation: rh-conversation-source-pulse-out var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-source.is-flow-source-pulse-in > .rh-conversation-card-sweep::before,
.rh-conversation-source.is-flow-source-pulse-out > .rh-conversation-card-sweep::before {
  animation: none;
  content: none;
}

.rh-conversation-entry.is-flow-sweep-horizontal > .rh-conversation-card-sweep::before,
.rh-conversation-core.is-flow-sweep-core-horizontal > .rh-conversation-card-sweep::before {
  content: "";
}

.rh-conversation-entry.is-flow-sweep-horizontal > .rh-conversation-card-sweep::before {
  animation: rh-conversation-card-paint var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
}

.rh-conversation-core.is-flow-sweep-core-horizontal > .rh-conversation-card-sweep::before {
  animation: rh-conversation-core-paint var(--rh-conversation-sweep-duration, 2200ms) linear 1 both;
}

.rh-conversation-route.is-flow-sweep-horizontal > .rh-conversation-card-sweep::before {
  animation: rh-conversation-card-paint-compact var(--rh-conversation-sweep-duration, 1500ms) linear 1 both;
  content: "";
}

.rh-conversation-entry.is-flow-releasing-horizontal > .rh-conversation-entry-flow,
.rh-conversation-core.is-flow-releasing-horizontal > .rh-conversation-core-flow,
.rh-conversation-route.is-flow-releasing-horizontal > .rh-conversation-route-flow {
  animation: rh-conversation-border-release var(--rh-conversation-release-duration, 640ms) linear 1 both;
}

.rh-conversation-entry.is-flow-releasing-horizontal > .rh-conversation-card-sweep::before,
.rh-conversation-core.is-flow-releasing-horizontal > .rh-conversation-card-sweep::before,
.rh-conversation-route.is-flow-releasing-horizontal > .rh-conversation-card-sweep::before {
  animation: rh-conversation-card-paint-release var(--rh-conversation-release-duration, 640ms) linear 1 both;
}

.rh-conversation-route-stack {
  --rh-conversation-route-branch: 22px;
}

.rh-conversation-route-stack::before,
.rh-conversation-route::before {
  content: none;
}

.rh-conversation-route-connectors {
  height: 100%;
  left: calc(-1 * var(--rh-conversation-route-branch));
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: var(--rh-conversation-route-branch);
  z-index: 0;
}

.rh-conversation-route-connector-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.rh-conversation-route-connector-path--base {
  stroke: rgba(27, 125, 255, 0.42);
  stroke-width: 1;
}

.rh-conversation-route-connector-path--active {
  filter:
    drop-shadow(0 0 1.5px rgba(255, 255, 255, 0.68))
    drop-shadow(0 0 5px rgba(56, 190, 255, 0.52));
  opacity: 0;
  stroke: #8efbff;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-width: 1.1;
}

.rh-conversation-route-stack.is-flowing-up .rh-conversation-route-connector-path--active[data-route-connector-active="0"],
.rh-conversation-route-stack.is-flowing-center .rh-conversation-route-connector-path--active[data-route-connector-active="1"],
.rh-conversation-route-stack.is-flowing-down .rh-conversation-route-connector-path--active[data-route-connector-active="2"] {
  animation: rh-conversation-route-connector-draw var(--rh-conversation-connection-duration, 640ms) linear 1 both;
}

.rh-conversation-data-particle {
  background: radial-gradient(circle, #fff 0 36%, #f7ffff 40%, #a7fbff 54%, rgba(107, 248, 255, 0.44) 70%, rgba(56, 190, 255, 0) 100%);
  border-radius: 50%;
  box-shadow:
    0 0 2.5px 0.75px rgba(255, 255, 255, 0.98),
    0 0 6px 2px rgba(107, 248, 255, 0.88),
    0 0 12px 4px rgba(56, 190, 255, 0.32);
  height: 1.5px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.5px;
  will-change: opacity, transform;
  z-index: 5;
}

.rh-conversation-bubble,
.rh-conversation-core-icon,
.rh-conversation-source-label > span,
.rh-conversation-route-icon {
  transition: border-color 420ms ease, box-shadow 520ms ease;
}

.rh-conversation-entry::after,
.rh-conversation-core::before,
.rh-conversation-core::after,
.rh-conversation-route::before,
.rh-conversation-route-stack::before,
.rh-conversation-route-stack::after {
  border-radius: 999px;
  transition: filter 260ms ease, opacity 300ms ease;
}

.rh-conversation-entry.is-flow-connecting::after,
.rh-conversation-core.is-flow-connecting-route::before,
.rh-conversation-route.is-flow-connecting::before {
  animation: rh-conversation-flow-horizontal var(--rh-conversation-connection-duration, 320ms) linear 1 both;
  background: linear-gradient(90deg, #1b7dff 0%, #6bf8ff 72%, #fff 100%);
  box-shadow:
    0 0 4px rgba(255, 255, 255, 0.58),
    0 0 11px rgba(56, 190, 255, 0.68);
  transform-origin: left center;
}

.rh-conversation-core.is-flow-connecting-source::after {
  animation: rh-conversation-flow-vertical var(--rh-conversation-connection-duration, 320ms) linear 1 both;
  background: linear-gradient(180deg, rgba(27, 125, 255, 0.56) 0%, rgba(107, 248, 255, 0.76) 72%, rgba(255, 255, 255, 0.82) 100%);
  box-shadow: 0 0 6px rgba(56, 190, 255, 0.3);
  transform-origin: center top;
}

.rh-conversation-core.is-flow-connecting-source.is-flow-returning::after {
  animation-name: rh-conversation-flow-vertical-return;
  background: linear-gradient(0deg, rgba(27, 125, 255, 0.56) 0%, rgba(107, 248, 255, 0.76) 72%, rgba(255, 255, 255, 0.82) 100%);
  transform-origin: center bottom;
}

.rh-conversation-route-stack.is-flowing-up::after,
.rh-conversation-route-stack.is-flowing-down::after {
  animation: rh-conversation-flow-rail var(--rh-conversation-connection-duration, 320ms) linear 1 both;
  background: linear-gradient(180deg, #6bf8ff, #1b7dff);
  box-shadow:
    0 0 4px rgba(255, 255, 255, 0.52),
    0 0 10px rgba(56, 190, 255, 0.6);
  content: "";
  height: 33.333%;
  left: -22px;
  position: absolute;
  width: 1px;
}

.rh-conversation-route-stack.is-flowing-up::after {
  top: 16.666%;
  transform-origin: center bottom;
}

.rh-conversation-route-stack.is-flowing-down::after {
  top: 50%;
  transform-origin: center top;
}

@keyframes rh-conversation-flow-horizontal {
  0% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(56, 190, 255, 0);
    opacity: 0.72;
    transform: scaleX(1);
  }

  58% {
    filter: brightness(1.38);
    box-shadow:
      0 0 4px rgba(255, 255, 255, 0.58),
      0 0 11px rgba(56, 190, 255, 0.68);
    opacity: 1;
  }

  100% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(56, 190, 255, 0);
    opacity: 0.72;
    transform: scaleX(1);
  }
}

@keyframes rh-conversation-flow-vertical {
  0% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(56, 190, 255, 0);
    opacity: 0.48;
    transform: translateX(-50%) scaleY(1);
  }

  58% {
    filter: brightness(1.16);
    box-shadow: 0 0 6px rgba(56, 190, 255, 0.3);
    opacity: 0.78;
  }

  100% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(56, 190, 255, 0);
    opacity: 0.48;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes rh-conversation-flow-vertical-return {
  0% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(56, 190, 255, 0);
    opacity: 0.48;
    transform: translateX(-50%) scaleY(1);
  }

  58% {
    filter: brightness(1.16);
    box-shadow: 0 0 6px rgba(56, 190, 255, 0.3);
    opacity: 0.78;
  }

  100% {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(56, 190, 255, 0);
    opacity: 0.48;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes rh-conversation-flow-rail {
  0% {
    filter: brightness(1);
    opacity: 0.16;
    transform: scaleY(0);
  }

  68% {
    filter: brightness(1.36);
    opacity: 1;
  }

  100% {
    filter: brightness(1.08);
    opacity: 0.08;
    transform: scaleY(1);
  }
}

@keyframes rh-conversation-inner-border-horizontal {
  0%,
  10% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  16% {
    opacity: 0.86;
  }

  50%,
  78% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  100% {
    clip-path: inset(0 0 0 100%);
    opacity: 0.86;
  }
}

@keyframes rh-conversation-source-detail-pulse-in {
  0% {
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  100% {
    opacity: 0.72;
  }
}

@keyframes rh-conversation-source-detail-pulse-out {
  0%,
  16% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rh-conversation-route-detail-icon {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  3% {
    opacity: 0.78;
  }

  18% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  76% {
    clip-path: inset(0 0 0 0);
    opacity: 0.9;
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes rh-conversation-core-detail-icon {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  5% {
    opacity: 0.88;
  }

  20% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  76% {
    clip-path: inset(0 0 0 0);
    opacity: 0.9;
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes rh-conversation-core-detail-chip-one {
  0%,
  22% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  27% {
    opacity: 0.88;
  }

  39% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  76% {
    clip-path: inset(0 0 0 0);
    opacity: 0.9;
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes rh-conversation-core-detail-chip-two {
  0%,
  37% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  42% {
    opacity: 0.88;
  }

  54% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  76% {
    clip-path: inset(0 0 0 0);
    opacity: 0.9;
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes rh-conversation-core-detail-chip-three {
  0%,
  52% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  57% {
    opacity: 0.88;
  }

  69% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  76% {
    clip-path: inset(0 0 0 0);
    opacity: 0.9;
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes rh-conversation-card-border-cycle {
  0% {
    opacity: 0.12;
    stroke-dashoffset: 1;
  }

  3% {
    opacity: 0.78;
  }

  60%,
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes rh-conversation-core-border-cycle {
  0% {
    opacity: 0.12;
    stroke-dashoffset: 1;
  }

  3% {
    opacity: 0.78;
  }

  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes rh-conversation-border-release {
  0% {
    --rh-conversation-border-erase: -10%;
  }

  100% {
    --rh-conversation-border-erase: 100%;
  }
}

@keyframes rh-conversation-route-connector-draw {
  0% {
    opacity: 0;
    stroke-dashoffset: 1;
  }

  4% {
    opacity: 0.86;
  }

  76% {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes rh-conversation-card-paint {
  0% {
    left: -16px;
    opacity: 0.82;
    width: 0;
  }

  10% {
    left: -16px;
    opacity: 0.9;
    width: 4%;
  }

  50%,
  100% {
    left: -16px;
    opacity: 0.9;
    width: calc(100% + 32px);
  }
}

@keyframes rh-conversation-card-paint-compact {
  0% {
    left: -16px;
    opacity: 0.82;
    width: 0;
  }

  3% {
    left: -16px;
    opacity: 0.9;
    width: 4%;
  }

  57%,
  100% {
    left: -16px;
    opacity: 0.9;
    width: calc(100% + 32px);
  }
}

@keyframes rh-conversation-core-paint {
  0% {
    left: -16px;
    opacity: 0.82;
    width: 0;
  }

  16% {
    left: -16px;
    opacity: 0.9;
    width: 4%;
  }

  84%,
  100% {
    left: -16px;
    opacity: 0.9;
    width: calc(100% + 32px);
  }
}

@keyframes rh-conversation-card-paint-release {
  0% {
    left: -16px;
    opacity: 0.9;
    width: calc(100% + 32px);
  }

  100% {
    left: calc(100% + 16px);
    opacity: 0.9;
    width: calc(100% + 32px);
  }
}

@keyframes rh-conversation-source-pulse-in {
  0% {
    background-size: 6% 6%;
    border-color: rgba(107, 248, 255, 0);
    box-shadow:
      0 0 0 rgba(56, 190, 255, 0),
      inset 0 0 0 rgba(107, 248, 255, 0);
    opacity: 0;
  }

  22% {
    border-color: rgba(107, 248, 255, 0.9);
    opacity: 0.9;
  }

  62% {
    background-size: 112% 112%;
    border-color: rgba(56, 190, 255, 0.92);
    box-shadow:
      0 0 5px rgba(255, 255, 255, 0.34),
      0 0 14px rgba(56, 190, 255, 0.27),
      inset 0 0 24px rgba(107, 248, 255, 0.1);
    opacity: 0.9;
  }

  100% {
    background-size: 220% 220%;
    border-color: rgba(107, 248, 255, 0.88);
    box-shadow:
      0 0 9px rgba(56, 190, 255, 0.17),
      inset 0 0 22px rgba(107, 248, 255, 0.075);
    opacity: 0.86;
  }
}

@keyframes rh-conversation-source-pulse-out {
  0%,
  16% {
    background-size: 220% 220%;
    border-color: rgba(107, 248, 255, 0.88);
    box-shadow:
      0 0 9px rgba(56, 190, 255, 0.17),
      inset 0 0 22px rgba(107, 248, 255, 0.075);
    opacity: 0.86;
  }

  100% {
    background-size: 220% 220%;
    border-color: rgba(107, 248, 255, 0.88);
    box-shadow:
      0 0 9px rgba(56, 190, 255, 0.17),
      inset 0 0 22px rgba(107, 248, 255, 0.075);
    opacity: 0;
  }
}

.rh-experience-section {
  background:
    radial-gradient(circle 350px at 0 0, rgba(56, 190, 255, 0.08) 0%, rgba(56, 190, 255, 0.026) 44%, transparent 100%),
    linear-gradient(180deg, #fff 0%, #f8fcff 58%, #fff 100%);
  overflow: clip;
  padding: clamp(78px, 5.8vw, 92px) 0 clamp(60px, 4.5vw, 70px);
}

.rh-language-section {
  background:
    radial-gradient(circle at 50% 58%, rgba(107, 248, 255, 0.055), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fff 70%, #fbfcfd 82%, #f5f8fb 100%);
  overflow: clip;
  padding: clamp(62px, 4.8vw, 72px) 0 clamp(76px, 5.8vw, 92px);
}

.rh-language-section::after {
  border: 1px solid rgba(56, 190, 255, 0.12);
  border-radius: 50%;
  bottom: -205px;
  content: "";
  height: 430px;
  left: -245px;
  pointer-events: none;
  position: absolute;
  width: 430px;
}

.rh-experience-shell {
  position: relative;
  z-index: 1;
}

.rh-language-shell {
  position: relative;
  z-index: 1;
}

.rh-guest-head {
  margin-inline: auto;
  max-width: 860px;
  text-align: center;
}

.rh-guest-head h2 {
  font-size: clamp(3rem, 3.8vw, 3.55rem);
  line-height: 1.02;
}

.rh-guest-head .rh-section-intro {
  font-size: 0.96rem;
  line-height: 1.72;
  margin: 22px auto 0;
  max-width: 800px;
}

.rh-guest-language-ribbon {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  background: rgba(255, 255, 255, 0.66);
  border-bottom: 1px solid rgba(31, 112, 171, 0.09);
  border-top: 1px solid rgba(31, 112, 171, 0.09);
  margin: 40px auto 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  max-width: 1200px;
  overflow: hidden;
  padding: 14px 0;
}

.rh-guest-language-track {
  animation: rh-guest-language-stream 46s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.rh-guest-language-set {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 28px;
  padding-right: 28px;
}

.rh-guest-language-set span {
  align-items: center;
  color: #52758f;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 28px;
  line-height: 1;
  white-space: nowrap;
}

.rh-guest-language-set span:nth-child(3n + 2) {
  color: var(--rh-blue-deep);
}

.rh-guest-language-set span:nth-child(3n + 3) {
  color: #249bbd;
}

.rh-guest-language-set span::after {
  background: rgba(75, 220, 242, 0.58);
  border-radius: 50%;
  content: "";
  height: 4px;
  width: 4px;
}

.rh-guest-experience {
  margin: 14px auto 0;
  max-width: 1200px;
  position: relative;
}

.rh-guest-service-stage {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-areas: "speed availability conversation";
  grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr);
  min-height: 374px;
}

.rh-guest-service-note {
  max-width: 315px;
  padding-top: 22px;
  position: relative;
}

.rh-guest-service-note::before {
  background: linear-gradient(90deg, rgba(75, 220, 242, 0.66), rgba(27, 125, 255, 0.16));
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rh-guest-service-note-speed {
  grid-area: speed;
  justify-self: end;
  text-align: right;
}

.rh-guest-service-note-speed > * {
  text-align: inherit;
}

.rh-guest-service-note-speed::before {
  background: linear-gradient(270deg, rgba(75, 220, 242, 0.66), rgba(27, 125, 255, 0.16));
}

.rh-guest-service-note-conversation {
  grid-area: conversation;
  justify-self: start;
  text-align: left;
}

.rh-guest-service-label {
  color: var(--rh-blue-deep);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin: 0;
  text-transform: uppercase;
}

.rh-guest-service-note h3 {
  color: var(--rh-ink-strong);
  font-size: clamp(1.35rem, 1.7vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.16;
  margin: 12px 0 0;
}

.rh-guest-service-note p:last-child {
  color: var(--rh-copy);
  font-size: 0.83rem;
  line-height: 1.72;
  margin: 13px 0 0;
}

.rh-guest-availability {
  --rh-availability-inner-stop: 71.4%;
  align-items: center;
  color: var(--rh-blue-deep);
  display: flex;
  flex-direction: column;
  grid-area: availability;
  height: 360px;
  isolation: isolate;
  justify-content: center;
  justify-self: center;
  padding: 32px;
  position: relative;
  text-align: center;
  width: 360px;
}

.rh-guest-availability::before,
.rh-guest-availability::after {
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.rh-guest-availability::before {
  background:
    radial-gradient(
      circle closest-side at 50% 50%,
      rgba(202, 219, 229, 0.32) 0%,
      rgba(202, 219, 229, 0.32) var(--rh-availability-inner-stop),
      rgba(202, 219, 229, 0.2) calc(var(--rh-availability-inner-stop) + 7%),
      rgba(202, 219, 229, 0.07) calc(var(--rh-availability-inner-stop) + 16%),
      rgba(202, 219, 229, 0) 100%
    );
  height: 420px;
  width: 420px;
}

.rh-guest-availability::after {
  background: #f5f9fb;
  border: 1px solid rgba(78, 104, 123, 0.14);
  box-shadow: inset 0 0 48px rgba(56, 190, 255, 0.045), 0 18px 60px rgba(31, 83, 130, 0.055);
  height: 300px;
  width: 300px;
}

.rh-guest-availability-orbit {
  animation: rh-guest-orbit 15s linear infinite;
  border: 1px solid rgba(27, 125, 255, 0.12);
  border-radius: 50%;
  height: 318px;
  pointer-events: none;
  position: absolute;
  width: 318px;
  z-index: 2;
}

.rh-guest-availability-orbit > i {
  background: var(--rh-pulse-dot);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(75, 220, 242, 0.12), 0 0 18px rgba(56, 190, 255, 0.3);
  height: 10px;
  left: calc(50% - 5px);
  position: absolute;
  top: -5px;
  width: 10px;
}

.rh-guest-availability-dial {
  -webkit-mask-image: radial-gradient(circle, transparent 0 calc(100% - 8px), #000 calc(100% - 8px));
  background: repeating-conic-gradient(from -0.75deg, rgba(57, 121, 161, 0.28) 0 1.5deg, transparent 1.5deg 15deg);
  border-radius: 50%;
  height: 282px;
  mask-image: radial-gradient(circle, transparent 0 calc(100% - 8px), #000 calc(100% - 8px));
  opacity: 0.58;
  pointer-events: none;
  position: absolute;
  width: 282px;
  z-index: 0;
}

.rh-guest-availability-label,
.rh-guest-availability > strong,
.rh-guest-availability h3 {
  position: relative;
  z-index: 3;
}

.rh-guest-availability-label {
  color: var(--rh-blue-deep);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin: 0;
  text-transform: uppercase;
}

.rh-guest-availability > strong {
  background: linear-gradient(90deg, #38beff 0%, #1b7dff 72%, #1760d5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(6rem, 8vw, 7.4rem);
  font-weight: 600;
  letter-spacing: -0.085em;
  line-height: 0.96;
  margin: 17px 0 14px;
}

.rh-guest-availability h3 {
  color: var(--rh-ink-strong);
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.22;
  margin: 0;
  max-width: 250px;
}

.rh-guest-translation {
  background:
    radial-gradient(circle at 50% 54%, rgba(107, 248, 255, 0.06), transparent 38%),
    rgba(255, 255, 255, 0.4);
  margin-top: 48px;
  padding: 36px clamp(30px, 5vw, 68px) 0;
}

.rh-language-demo-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(31, 112, 171, 0.1);
  display: flex;
  gap: 28px;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1060px;
  padding-bottom: 20px;
}

.rh-language-demo-promise {
  align-items: center;
  display: flex;
  gap: 13px;
}

.rh-language-demo-promise > span {
  animation: rh-product-pulse 2.4s ease-out infinite;
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  flex: 0 0 auto;
  height: 8px;
  width: 8px;
}

.rh-language-demo-promise p,
.rh-language-party p,
.rh-language-translation-core p {
  margin: 0;
}

.rh-language-demo-promise p {
  align-items: center;
  display: flex;
  gap: 6px;
}

.rh-language-demo-promise small {
  color: var(--rh-blue-deep);
  display: inline;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
}

.rh-language-demo-promise strong {
  color: var(--rh-ink-strong);
  display: inline;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 0;
}

.rh-language-demo-switcher {
  align-items: center;
  display: flex;
  gap: 6px;
}

.rh-language-demo-switcher > span {
  color: #688398;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  margin-right: 5px;
  text-transform: uppercase;
}

.rh-language-demo-switcher button {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(27, 125, 255, 0.13);
  border-radius: 999px;
  color: #58758b;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.61rem;
  font-weight: 700;
  height: 29px;
  justify-content: center;
  letter-spacing: 0.045em;
  padding: 0;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  width: 37px;
}

.rh-language-demo-switcher button:hover,
.rh-language-demo-switcher button:focus-visible {
  border-color: rgba(27, 125, 255, 0.34);
  color: var(--rh-blue-deep);
  outline: none;
}

.rh-language-demo-switcher button:focus-visible {
  box-shadow: 0 0 0 3px rgba(56, 190, 255, 0.14);
}

.rh-language-demo-switcher button[aria-pressed="true"] {
  background: linear-gradient(#eaf6ff, #eaf6ff) padding-box, var(--rh-gradient) border-box;
  border-color: transparent;
  color: var(--rh-blue-deep);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.rh-guest-translation-demo {
  display: grid;
  gap: 30px;
  margin: 0 auto;
  max-width: 1060px;
  padding-top: 32px;
}

.rh-language-native-stage,
.rh-language-translation-stage {
  display: grid;
  gap: 18px;
}

.rh-language-stage-label {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 27px auto 1fr;
}

.rh-language-stage-label > span {
  align-items: center;
  border: 1px solid rgba(27, 125, 255, 0.16);
  border-radius: 50%;
  color: var(--rh-blue-deep);
  display: inline-flex;
  font-size: 0.57rem;
  font-weight: 750;
  height: 27px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 27px;
}

.rh-language-stage-label > strong {
  color: var(--rh-ink-strong);
  font-size: 0.76rem;
  font-weight: 650;
}

.rh-language-stage-label > em {
  color: #658197;
  font-size: 0.65rem;
  font-style: normal;
  justify-self: end;
}

.rh-language-native-flow {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
}

.rh-guest-message {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(27, 125, 255, 0.13);
  box-shadow: 0 16px 38px rgba(31, 83, 130, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  padding: 18px 20px;
  position: relative;
}

.rh-guest-message-guest {
  border-radius: 6px 19px 19px 19px;
}

.rh-guest-message-team {
  border-radius: 19px 6px 19px 19px;
}

.rh-language-native-flow .rh-guest-message {
  min-height: 108px;
}

.rh-language-native-helia {
  border-color: rgba(27, 125, 255, 0.2);
  box-shadow: 0 17px 42px rgba(31, 83, 130, 0.085);
}

.rh-language-native-helia::before {
  background: linear-gradient(180deg, #65ddf2, #2386ff);
  border-radius: 19px 0 0 19px;
  bottom: 13px;
  content: "";
  left: -1px;
  position: absolute;
  top: 13px;
  width: 2px;
}

.rh-guest-message small {
  color: #5c7a91;
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.rh-language-native-meta {
  font-weight: 500;
}

.rh-language-native-meta strong {
  color: var(--rh-ink-strong);
  font-weight: 750;
}

.rh-language-native-meta em {
  color: var(--rh-blue);
  font-style: normal;
  font-weight: 600;
}

.rh-guest-message p {
  color: var(--rh-ink-strong);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 8px 0 0;
}

.rh-language-native-connection,
.rh-guest-translation-direction {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.rh-language-native-connection span,
.rh-guest-translation-direction span {
  color: var(--rh-blue-deep);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.rh-language-native-connection i,
.rh-guest-translation-direction i {
  background: linear-gradient(90deg, rgba(75, 220, 242, 0.42), rgba(27, 125, 255, 0.7));
  height: 1px;
  position: relative;
  width: 100%;
}

.rh-language-native-connection i::after,
.rh-guest-translation-direction i::after {
  border-bottom: 3px solid transparent;
  border-left: 5px solid rgba(27, 125, 255, 0.7);
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: -2.5px;
}

.rh-language-native-connection i::before {
  border-bottom: 3px solid transparent;
  border-right: 5px solid rgba(75, 220, 242, 0.72);
  border-top: 3px solid transparent;
  content: "";
  left: -1px;
  position: absolute;
  top: -2.5px;
}

.rh-language-native-connection b,
.rh-guest-translation-direction b {
  animation: rh-language-signal-right 6.4s ease-in-out infinite;
  background: var(--rh-pulse-dot);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(75, 220, 242, 0.1), 0 0 12px rgba(56, 190, 255, 0.36);
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2.5px;
  width: 6px;
}

.rh-language-handoff {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 2px auto;
  max-width: 820px;
}

.rh-language-handoff > span {
  background: linear-gradient(90deg, transparent, rgba(31, 112, 171, 0.18));
  height: 1px;
  width: 100%;
}

.rh-language-handoff > span:last-child {
  background: linear-gradient(90deg, rgba(31, 112, 171, 0.18), transparent);
}

.rh-language-handoff p {
  flex: 0 0 auto;
  margin: 0;
  text-align: center;
}

.rh-language-handoff strong,
.rh-language-handoff small {
  display: block;
}

.rh-language-handoff strong {
  color: var(--rh-ink-strong);
  font-size: 0.72rem;
  font-weight: 650;
}

.rh-language-handoff small {
  color: #698297;
  font-size: 0.65rem;
  margin-top: 4px;
}

.rh-language-translation-bridge {
  align-items: stretch;
  display: grid;
  gap: 16px 24px;
  grid-template-areas:
    "guest core team"
    "guest-in direction-in team-in"
    "guest-out direction-out team-out";
  grid-template-columns: minmax(0, 1fr) 170px minmax(0, 1fr);
  grid-template-rows: auto repeat(2, minmax(104px, auto));
}

.rh-language-party {
  align-items: center;
  display: flex;
  gap: 10px;
}

.rh-language-party-guest {
  grid-area: guest;
}

.rh-language-party-team {
  grid-area: team;
  justify-self: end;
  text-align: right;
}

.rh-language-party > span {
  align-items: center;
  background: #f2f8fc;
  border: 1px solid rgba(31, 112, 171, 0.13);
  border-radius: 50%;
  color: #58758a;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.61rem;
  font-weight: 750;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.rh-language-party-team > span {
  background: #ebf6ff;
  border-color: rgba(27, 125, 255, 0.18);
  color: var(--rh-blue-deep);
  order: 2;
}

.rh-language-party strong,
.rh-language-party small {
  display: block;
}

.rh-language-party strong {
  color: var(--rh-ink-strong);
  font-size: 0.73rem;
  font-weight: 650;
}

.rh-language-party small {
  color: #6a8295;
  font-size: 0.62rem;
  margin-top: 3px;
}

.rh-language-translation-core {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  grid-area: core;
  justify-self: center;
  text-align: center;
}

.rh-language-translation-core-icon {
  align-items: center;
  background: rgba(235, 247, 255, 0.95);
  border: 1px solid rgba(27, 125, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(31, 83, 130, 0.07);
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.rh-language-translation-core-icon i {
  border-top: 1px solid #2386ff;
  display: block;
  height: 0;
  position: relative;
  width: 17px;
}

.rh-language-translation-core-icon i::after {
  border-bottom: 2.5px solid transparent;
  border-left: 4px solid #2386ff;
  border-top: 2.5px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: -3px;
}

.rh-language-translation-core-icon i:last-child {
  transform: rotate(180deg);
}

.rh-language-translation-core strong,
.rh-language-translation-core small {
  display: block;
}

.rh-language-translation-core strong {
  color: var(--rh-blue-deep);
  font-size: 0.65rem;
  font-weight: 700;
}

.rh-language-translation-core small {
  color: #6b8294;
  font-size: 0.57rem;
  margin-top: 2px;
}

.rh-language-message-guest-in {
  grid-area: guest-in;
}

.rh-language-message-team-in {
  grid-area: team-in;
}

.rh-language-message-guest-out {
  grid-area: guest-out;
}

.rh-language-message-team-out {
  grid-area: team-out;
}

.rh-guest-translation-direction-in {
  grid-area: direction-in;
}

.rh-guest-translation-direction-out {
  grid-area: direction-out;
}

.rh-guest-translation-direction-in b {
  animation-delay: 0.8s;
}

.rh-guest-translation-direction-out i {
  background: linear-gradient(90deg, rgba(27, 125, 255, 0.7), rgba(75, 220, 242, 0.42));
}

.rh-guest-translation-direction-out i::after {
  border-left: 0;
  border-right: 5px solid rgba(27, 125, 255, 0.7);
  left: -1px;
  right: auto;
}

.rh-guest-translation-direction-out b {
  animation: rh-language-signal-left 6.4s ease-in-out 3.4s infinite;
}

.rh-guest-translation [data-language-content] {
  opacity: 1;
  transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rh-guest-translation.is-language-changing [data-language-content] {
  will-change: opacity;
}

.rh-guest-translation.is-language-leaving [data-language-content] {
  opacity: 0;
  transition-duration: 140ms;
  transition-timing-function: ease-in;
}

.rh-guest-translation.is-language-entering [data-language-content] {
  opacity: 0;
  transition: none;
}

.rh-guest-translation-facts {
  border-top: 1px solid rgba(31, 112, 171, 0.1);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.rh-guest-translation-facts > div {
  display: grid;
  gap: 7px;
  padding: 25px clamp(16px, 2.4vw, 30px) 28px;
  text-align: center;
}

.rh-guest-translation-facts > div + div {
  border-left: 1px solid rgba(31, 112, 171, 0.1);
}

.rh-guest-translation-facts strong {
  color: var(--rh-ink-strong);
  font-size: 0.76rem;
  font-weight: 650;
}

.rh-guest-translation-facts span {
  color: var(--rh-copy);
  font-size: 0.7rem;
  line-height: 1.55;
}

/* Compact multilingual journey: one native exchange and one bidirectional bridge. */
.rh-guest-translation {
  margin-top: 30px;
  padding: 20px clamp(28px, 4.5vw, 60px) 0;
}

.rh-language-demo-toolbar {
  max-width: 1040px;
  padding-bottom: 16px;
}

.rh-language-demo-promise strong {
  font-size: 0.9rem;
}

.rh-language-demo-promise strong em {
  color: var(--rh-blue-deep);
  font-style: normal;
}

.rh-language-demo-switcher button.rh-language-option-wide {
  padding-inline: 11px;
  width: auto;
}

.rh-guest-translation-demo {
  gap: 17px;
  max-width: 1040px;
  padding-top: 21px;
}

.rh-language-native-stage {
  gap: 11px;
}

.rh-language-stage-label {
  grid-template-columns: 1fr auto;
}

.rh-language-stage-label > strong {
  font-size: 0.72rem;
}

.rh-language-stage-label > em {
  font-size: 0.62rem;
}

.rh-language-native-flow {
  gap: 17px;
  grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1fr);
}

.rh-language-native-flow .rh-guest-message {
  min-height: 84px;
  padding: 14px 18px;
}

.rh-language-native-flow .rh-guest-message p {
  font-size: 0.83rem;
  line-height: 1.42;
  margin-top: 6px;
}

.rh-language-native-connection {
  gap: 6px;
}

.rh-language-handoff {
  background: rgba(241, 249, 254, 0.82);
  border: 1px solid rgba(31, 112, 171, 0.11);
  border-radius: 999px;
  gap: 9px;
  justify-self: center;
  margin: 0;
  padding: 7px 14px 7px 8px;
  width: auto;
}

.rh-language-handoff-icon {
  align-items: center;
  background: #e9f6ff !important;
  border: 1px solid rgba(27, 125, 255, 0.14);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  height: 30px !important;
  justify-content: center;
  width: 30px !important;
}

.rh-language-handoff-icon i {
  border-top: 1px solid #2386ff;
  display: block;
  position: relative;
  width: 14px;
}

.rh-language-handoff-icon i::after {
  border-bottom: 2px solid transparent;
  border-left: 3px solid #2386ff;
  border-top: 2px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: -2.5px;
}

.rh-language-handoff-icon i:last-child {
  transform: rotate(180deg);
}

.rh-language-handoff p {
  text-align: left;
}

.rh-language-handoff small {
  color: #658096;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  margin: 0;
  text-transform: uppercase;
}

.rh-language-handoff strong {
  font-size: 0.68rem;
  margin-top: 2px;
}

.rh-language-translation-bridge {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-areas: "guest core team";
  grid-template-columns: minmax(0, 1fr) 126px minmax(0, 1fr);
  grid-template-rows: auto;
}

.rh-language-side-guest {
  grid-area: guest;
}

.rh-language-side-team {
  grid-area: team;
}

.rh-language-side {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(27, 125, 255, 0.13);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(31, 83, 130, 0.065);
  display: grid;
  grid-template-rows: 64px repeat(2, minmax(70px, 1fr));
  overflow: hidden;
}

.rh-language-side-team {
  border-color: rgba(27, 125, 255, 0.19);
}

.rh-language-side .rh-language-party {
  border-bottom: 1px solid rgba(31, 112, 171, 0.09);
  gap: 9px;
  padding: 12px 15px;
}

.rh-language-side-team .rh-language-party {
  justify-content: flex-end;
  text-align: right;
}

.rh-language-side-team .rh-language-party > span {
  background: #ebf6ff;
  border-color: rgba(27, 125, 255, 0.18);
  color: var(--rh-blue-deep);
  order: 2;
}

.rh-language-side-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 16px;
}

.rh-language-side-message + .rh-language-side-message {
  border-top: 1px solid rgba(31, 112, 171, 0.09);
}

.rh-language-side-message small {
  color: #638095;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.rh-language-side-message p {
  color: var(--rh-ink-strong);
  font-size: 0.8rem;
  line-height: 1.42;
  margin: 5px 0 0;
}

.rh-language-translation-core {
  align-self: stretch;
  display: grid;
  gap: 0;
  grid-template-rows: 64px repeat(2, minmax(70px, 1fr));
  justify-self: stretch;
}

.rh-language-translation-core .rh-language-translation-core-badge {
  grid-row: 1;
}

.rh-language-translation-core .rh-guest-translation-direction-in {
  grid-area: auto;
  grid-row: 2;
}

.rh-language-translation-core .rh-guest-translation-direction-out {
  grid-area: auto;
  grid-row: 3;
}

.rh-language-translation-core-badge {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.rh-language-translation-core-badge p {
  margin: 0;
}

.rh-language-translation-core-badge strong,
.rh-language-translation-core-badge small {
  display: block;
}

.rh-language-translation-core-badge strong {
  color: var(--rh-blue-deep);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.035em;
}

.rh-language-translation-core-badge small {
  color: #6b8294;
  font-size: 0.55rem;
  margin-top: 2px;
}

.rh-language-translation-core .rh-guest-translation-direction {
  align-self: center;
}

.rh-guest-translation-facts {
  gap: 0;
  margin-top: 22px;
}

.rh-guest-translation-facts > span {
  align-items: center;
  color: #58758b;
  display: flex;
  font-size: 0.63rem;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 1.4;
  padding: 17px 14px 19px;
  text-align: center;
}

.rh-guest-translation-facts > span + span {
  border-left: 1px solid rgba(31, 112, 171, 0.1);
}

.rh-guest-translation-facts > span::before {
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(75, 220, 242, 0.09);
  content: "";
  flex: 0 0 auto;
  height: 5px;
  width: 5px;
}

/* One-glance handoff: the guest language enters, Helia translates and the team answers. */
.rh-language-stage-label {
  display: flex;
}

.rh-language-stage-label > strong {
  color: #58758b;
  font-weight: 650;
  letter-spacing: 0.015em;
  text-transform: none;
}

.rh-language-stage-label > strong em {
  color: var(--rh-blue-deep);
  font-style: normal;
}

.rh-language-handoff-rail {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(31, 112, 171, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(31, 83, 130, 0.055);
  margin: 1px auto 0;
  max-width: 1040px;
  padding: 19px 24px 15px;
  width: 100%;
}

.rh-language-handoff-intro {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.rh-language-handoff-eyebrow {
  color: var(--rh-blue-deep) !important;
  font-size: 0.57rem !important;
  font-weight: 750;
  letter-spacing: 0.075em;
  margin: 0 0 6px !important;
  text-transform: uppercase;
}

.rh-language-handoff-intro h3 {
  align-items: center;
  color: var(--rh-ink-strong);
  display: flex;
  font-size: 1.02rem;
  font-weight: 650;
  gap: 8px;
  justify-content: center;
  letter-spacing: -0.025em;
  margin: 0;
}

.rh-language-handoff-intro h3 .rh-language-translation-core-icon {
  flex: 0 0 auto;
  height: 27px;
  width: 27px;
}

.rh-language-handoff-intro > p:last-child {
  color: #617d91;
  font-size: 0.69rem;
  line-height: 1.5;
  margin: 7px auto 0;
}

.rh-language-handoff-intro > p:last-child em {
  color: var(--rh-blue-deep);
  font-style: normal;
  font-weight: 700;
}

.rh-language-handoff-flow {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 128px minmax(210px, 1fr) 128px;
  margin-top: 18px;
}

.rh-language-endpoint {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.rh-language-endpoint > span {
  align-items: center;
  background: #f0f7fb;
  border: 1px solid rgba(31, 112, 171, 0.12);
  border-radius: 50%;
  color: #506f86;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.6rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.rh-language-endpoint p {
  margin: 0;
}

.rh-language-endpoint strong,
.rh-language-endpoint small {
  display: block;
  white-space: nowrap;
}

.rh-language-endpoint small em {
  color: var(--rh-blue-deep);
  font-style: normal;
}

.rh-language-endpoint-mode-compact {
  display: none;
}

.rh-language-endpoint strong {
  color: var(--rh-ink-strong);
  font-size: 0.67rem;
  font-weight: 760;
}

.rh-language-endpoint small {
  color: #6b8294;
  font-size: 0.56rem;
  margin-top: 1px;
}

.rh-language-endpoint-team {
  justify-self: end;
  text-align: right;
}

.rh-language-endpoint-team > span {
  background: #eaf6ff;
  border-color: rgba(27, 125, 255, 0.16);
  color: var(--rh-blue-deep);
  order: 2;
}

.rh-language-translation-lanes {
  display: grid;
  gap: clamp(16px, 1.7vw, 24px);
  min-width: 0;
}

.rh-language-translation-lane {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.rh-language-translation-lane > span {
  align-items: baseline;
  color: #668297;
  display: flex;
  font-size: 0.58rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.rh-language-translation-lane > span strong {
  color: var(--rh-ink-strong);
  font-size: 0.61rem;
  font-weight: 720;
}

.rh-language-translation-lane > span small {
  color: #668297;
  font-size: 0.54rem;
  font-weight: 720;
  letter-spacing: 0.035em;
}

.rh-language-translation-lane-in > span {
  justify-content: flex-start;
  padding-left: 8px;
  text-align: left;
}

.rh-language-translation-lane-out > span {
  justify-content: flex-end;
  padding-right: 8px;
  text-align: right;
}

.rh-language-translation-lane > span em {
  color: var(--rh-blue-deep);
  font-style: normal;
}

.rh-language-translation-lane > i {
  background: linear-gradient(90deg, rgba(75, 220, 242, 0.34), rgba(27, 125, 255, 0.62));
  display: block;
  height: 1px;
  margin-inline: 5px;
  position: relative;
}

.rh-language-translation-lane-out > i {
  background: linear-gradient(90deg, rgba(27, 125, 255, 0.62), rgba(75, 220, 242, 0.34));
}

.rh-language-translation-lane-in > i::after,
.rh-language-translation-lane-out > i::before {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: -2.5px;
}

.rh-language-translation-lane-in > i::after {
  border-left: 5px solid rgba(27, 125, 255, 0.68);
  right: -1px;
}

.rh-language-translation-lane-out > i::before {
  border-right: 5px solid rgba(27, 125, 255, 0.68);
  left: -1px;
}

.rh-language-translation-lane b {
  background: #4bdcf2;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(75, 220, 242, 0.76);
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -2px;
  width: 5px;
}

.rh-language-translation-lane-in b {
  animation: rh-language-signal-right 7.2s ease-in-out infinite;
}

.rh-language-translation-lane-out b {
  animation: rh-language-signal-left 7.2s ease-in-out 3.7s infinite;
}

.rh-language-summary {
  color: #617d91;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 15px 0 0;
  text-align: center;
}

@keyframes rh-language-signal-right {
  0%,
  12%,
  100% {
    left: 0;
    opacity: 0;
    transform: scale(0.65);
  }

  20% {
    opacity: 1;
    transform: scale(1);
  }

  66% {
    left: calc(100% - 6px);
    opacity: 1;
    transform: scale(1);
  }

  76% {
    left: calc(100% - 6px);
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes rh-language-signal-left {
  0%,
  12%,
  100% {
    left: calc(100% - 6px);
    opacity: 0;
    transform: scale(0.65);
  }

  20% {
    opacity: 1;
    transform: scale(1);
  }

  66% {
    left: 0;
    opacity: 1;
    transform: scale(1);
  }

  76% {
    left: 0;
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes rh-language-signal-down {
  0%,
  12%,
  100% {
    opacity: 0;
    top: 0;
    transform: scale(0.65);
  }

  20% {
    opacity: 1;
    transform: scale(1);
  }

  66% {
    opacity: 1;
    top: calc(100% - 6px);
    transform: scale(1);
  }

  76% {
    opacity: 0;
    top: calc(100% - 6px);
    transform: scale(0.7);
  }
}

@keyframes rh-language-signal-roundtrip {
  0%, 5%, 100% {
    left: 0;
    opacity: 0;
    transform: scale(0.65);
  }

  9% {
    left: 0;
    opacity: 1;
    transform: scale(1);
  }

  44%, 50% {
    left: calc(100% - 6px);
    opacity: 1;
    transform: scale(1);
  }

  54% {
    left: calc(100% - 6px);
    opacity: 1;
    transform: scale(1);
  }

  91% {
    left: 0;
    opacity: 1;
    transform: scale(1);
  }

  95% {
    left: 0;
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes rh-language-translation-forward {
  0%, 5%, 100% {
    left: 0;
    opacity: 0;
    transform: scale(0.65);
  }

  9% {
    left: 0;
    opacity: 1;
    transform: scale(1);
  }

  44% {
    left: calc(100% - 5px);
    opacity: 1;
    transform: scale(1);
  }

  48% {
    left: calc(100% - 5px);
    opacity: 0;
    transform: scale(0.7);
  }

  48.01% {
    left: 0;
  }
}

@keyframes rh-language-translation-return {
  0%, 50%, 100% {
    left: calc(100% - 5px);
    opacity: 0;
    transform: scale(0.65);
  }

  54% {
    left: calc(100% - 5px);
    opacity: 1;
    transform: scale(1);
  }

  91% {
    left: 0;
    opacity: 1;
    transform: scale(1);
  }

  95% {
    left: 0;
    opacity: 0;
    transform: scale(0.7);
  }
}

@keyframes rh-guest-language-stream {
  to {
    transform: translateX(-50%);
  }
}

@keyframes rh-guest-orbit {
  to {
    transform: rotate(1turn);
  }
}

.rh-sectors-section {
  background: #f5f8fb;
  overflow: clip;
  padding: clamp(66px, 5vw, 78px) 0 clamp(64px, 4.8vw, 74px);
}

.rh-sectors-section::before {
  border: 1px solid rgba(56, 190, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.rh-sectors-section::before {
  height: 430px;
  left: -245px;
  top: -225px;
  width: 430px;
}

.rh-sectors-shell {
  position: relative;
  z-index: 1;
}

.rh-sectors-head {
  margin-bottom: 0;
  max-width: 680px;
}

.rh-sectors-heading h2 {
  font-size: clamp(3rem, 3.8vw, 3.55rem);
  line-height: 1.02;
  max-width: 680px;
}

.rh-sectors-intro {
  margin-top: 20px;
  max-width: 610px;
}

.rh-sectors-intro .rh-section-intro {
  font-size: 0.96rem;
  line-height: 1.72;
  margin: 0;
  max-width: 610px;
}

.rh-sector-prompt {
  align-items: center;
  color: var(--rh-ink-strong);
  display: flex;
  font-size: 0.78rem;
  font-weight: 650;
  gap: 9px;
  margin: 18px 0 0;
}

.rh-sector-prompt::before {
  animation: rh-product-pulse 2.4s ease-out infinite;
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  content: "";
  height: 7px;
  width: 7px;
}

.rh-sector-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  grid-template-rows: repeat(3, minmax(170px, auto));
}

.rh-sector-primary-column,
.rh-sector-secondary-column {
  display: contents;
}

.rh-sectors-head {
  grid-column: 1;
  grid-row: 1;
}

.rh-sector-card-primary {
  grid-column: 1;
  grid-row: 2 / 4;
}

.rh-sector-secondary-column .rh-sector-card {
  grid-column: 2;
}

.rh-sector-secondary-column .rh-sector-card:nth-child(1) {
  grid-row: 1;
}

.rh-sector-secondary-column .rh-sector-card:nth-child(2) {
  grid-row: 2;
}

.rh-sector-secondary-column .rh-sector-card:nth-child(3) {
  grid-row: 3;
}

.rh-sector-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.92)) padding-box,
    linear-gradient(135deg, rgba(107, 248, 255, 0.34), rgba(27, 125, 255, 0.16)) border-box;
  border: 1px solid transparent;
  border-radius: 28px;
  box-shadow: 0 22px 58px rgba(31, 83, 130, 0.075);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.rh-sector-card:hover,
.rh-sector-card:focus-visible {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(243, 250, 255, 0.98)) padding-box,
    var(--rh-gradient) border-box;
  box-shadow: 0 26px 64px rgba(31, 111, 180, 0.15);
  transform: translateY(-5px);
}

.rh-sector-card:focus-visible {
  outline: 3px solid rgba(27, 125, 255, 0.2);
  outline-offset: 4px;
}

.rh-sector-card > * {
  position: relative;
  z-index: 1;
}

.rh-sector-card-primary {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(242, 249, 254, 0.96)) padding-box,
    linear-gradient(135deg, rgba(107, 248, 255, 0.66), rgba(27, 125, 255, 0.3)) border-box;
  min-height: 350px;
  padding: clamp(28px, 2.5vw, 36px);
}

.rh-sector-card-secondary {
  min-height: 170px;
  padding: 14px 22px 13px;
}

.rh-sector-card-head {
  align-items: center;
  display: flex;
  gap: 13px;
}

.rh-sector-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(36, 124, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(31, 83, 130, 0.12);
  color: var(--rh-blue-deep);
  display: flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  transition: box-shadow 240ms ease, transform 240ms ease;
  width: 42px;
}

.rh-sector-card-primary .rh-sector-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
  height: 50px;
  width: 50px;
}

.rh-sector-card-secondary:hover .rh-sector-icon,
.rh-sector-card-secondary:focus-visible .rh-sector-icon {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
}

.rh-sector-card:hover .rh-sector-icon,
.rh-sector-card:focus-visible .rh-sector-icon {
  box-shadow: 0 12px 30px rgba(56, 190, 255, 0.22);
  transform: scale(1.045);
}

.rh-sector-icon svg {
  display: block;
  height: 21px;
  width: 21px;
}

.rh-sector-card-primary .rh-sector-icon svg {
  height: 25px;
  width: 25px;
}

.rh-sector-context {
  color: #688298;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rh-sector-card-content h3 {
  color: var(--rh-ink-strong);
  font-size: 1.28rem;
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 1.18;
  margin: 0 0 6px;
}

.rh-sector-card-content p {
  color: var(--rh-copy);
  font-size: 0.74rem;
  line-height: 1.52;
  margin: 0;
  max-width: 510px;
}

.rh-sector-card-secondary .rh-sector-card-content {
  margin: 10px 0 8px;
}

.rh-sector-card-primary .rh-sector-card-content {
  margin-top: auto;
  max-width: 600px;
}

.rh-sector-card-primary .rh-sector-card-content h3 {
  color: var(--rh-ink-strong);
  font-size: clamp(2.4rem, 2.8vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 14px;
}

.rh-sector-card-primary .rh-sector-card-content strong {
  color: var(--rh-ink-strong);
  display: block;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin-bottom: 10px;
  max-width: 470px;
}

.rh-sector-card-primary .rh-sector-card-content p {
  font-size: 0.84rem;
  line-height: 1.62;
  max-width: 535px;
}

.rh-sector-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.rh-sector-capabilities > span {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 112, 171, 0.12);
  border-radius: 999px;
  color: #45667f;
  font-size: 0.65rem;
  font-weight: 620;
  padding: 7px 10px;
}

.rh-sector-link-label {
  align-items: center;
  color: var(--rh-blue-deep);
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 8px;
  margin-top: auto;
}

.rh-sector-card-primary .rh-sector-link-label {
  font-size: 0.74rem;
  margin-top: 22px;
}

.rh-sector-link-label svg {
  height: 17px;
  transition: transform 220ms ease;
  width: 17px;
}

.rh-sector-card:hover .rh-sector-link-label svg,
.rh-sector-card:focus-visible .rh-sector-link-label svg {
  transform: translateX(4px);
}

.rh-channels-section {
  background:
    radial-gradient(circle 350px at 0 100%, rgba(56, 190, 255, 0.08) 0%, rgba(56, 190, 255, 0.026) 44%, transparent 100%),
    linear-gradient(180deg, #fff 0%, #f8fcff 48%, #fff 100%);
  overflow: clip;
  padding: clamp(68px, 5.2vw, 80px) 0 clamp(62px, 4.6vw, 72px);
}

.rh-channel-explorer {
  align-items: start;
  display: grid;
  gap: 32px clamp(38px, 4vw, 62px);
  grid-template-areas:
    "head map"
    "detail map";
  grid-template-columns: minmax(400px, 500px) minmax(560px, 620px);
  grid-template-rows: auto 1fr;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1200px;
}

.rh-channel-section-head {
  grid-area: head;
  margin: 0;
  max-width: 520px;
  padding-top: 18px;
}

.rh-channel-section-head h2 {
  font-size: clamp(3rem, 3.8vw, 3.55rem);
  line-height: 1.02;
}

.rh-channel-section-head .rh-section-intro {
  font-size: 0.96rem;
  line-height: 1.72;
  max-width: 500px;
}

.rh-channel-map {
  align-self: stretch;
  aspect-ratio: 1.1 / 1;
  background:
    radial-gradient(circle at 50% 49%, rgba(107, 248, 255, 0.19), transparent 18%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 253, 0.88));
  border: 1px solid rgba(31, 112, 171, 0.12);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(31, 83, 130, 0.1);
  grid-area: map;
  justify-self: center;
  max-width: 580px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rh-channel-geometry {
  height: 92%;
  inset: 4%;
  overflow: visible;
  position: absolute;
  width: 92%;
  z-index: 1;
}

.rh-channel-polygon {
  fill: rgba(255, 255, 255, 0.1);
  stroke: rgba(50, 110, 151, 0.17);
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.rh-channel-orbit-guide {
  fill: none;
  pointer-events: none;
}

.rh-channel-orbit-inner {
  stroke: rgba(83, 126, 160, 0.21);
  stroke-width: 1.1;
}

.rh-channel-orbit-middle-inner {
  stroke: rgba(109, 152, 184, 0.14);
  stroke-width: 1.08;
}

.rh-channel-orbit-middle-outer {
  stroke: rgba(96, 140, 174, 0.115);
  stroke-width: 1.04;
}

.rh-channel-orbit-vertex {
  stroke: rgba(83, 126, 160, 0.095);
  stroke-width: 1;
}

.rh-channel-orbit-outer {
  stroke: rgba(109, 152, 184, 0.055);
  stroke-width: 1;
}

.rh-channel-spoke {
  fill: none;
  opacity: 1;
  stroke: rgba(50, 110, 151, 0.15);
  stroke-linecap: round;
  stroke-width: 1.1;
  transition: stroke 360ms ease, opacity 360ms ease;
}

.rh-channel-spoke.is-active {
  stroke: rgba(50, 110, 151, 0.15);
}

.rh-channel-core {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, rgba(107, 248, 255, 0.72), rgba(27, 125, 255, 0.42)) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow:
    0 25px 56px rgba(31, 83, 130, 0.15),
    0 0 44px rgba(56, 190, 255, 0.15);
  display: flex;
  flex-direction: column;
  height: 138px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  z-index: 3;
}

.rh-channel-core-icon {
  display: block;
  height: 44px;
  margin-bottom: 10px;
  width: 44px;
}

.rh-channel-core-icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.rh-channel-core small {
  color: var(--rh-ink);
  font-size: 0.67rem;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
}

.rh-channel-node {
  align-items: center;
  appearance: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)) padding-box,
    linear-gradient(135deg, rgba(109, 152, 184, 0.24), rgba(56, 190, 255, 0.18)) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(31, 83, 130, 0.1);
  color: var(--rh-ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 10px;
  justify-content: flex-start;
  left: 50%;
  min-height: 60px;
  padding: 7px 15px 7px 7px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: box-shadow 200ms ease, color 200ms ease, transform 200ms ease;
  white-space: nowrap;
  z-index: 5;
}

/* Long energy packets turn from spokes onto the circular roads and back again. */
.rh-channel-road-pulse {
  --rh-channel-road-peak-opacity: 0.94;
  fill: none;
  opacity: 0;
  pointer-events: none;
  stroke-dasharray: 128px 1000px;
  stroke-dashoffset: var(--rh-channel-road-start, 128px);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  will-change: opacity, stroke-dashoffset;
}

.rh-channel-road-pulse-selected {
  stroke: url("#rh-channel-road-selected-gradient");
}

.rh-channel-road-pulse-far {
  stroke: url("#rh-channel-road-far-gradient");
}

.rh-channel-road-pulse-near {
  stroke: url("#rh-channel-road-near-gradient");
}

.rh-channel-road-pulse-halo {
  --rh-channel-road-peak-opacity: 0.07;
  filter: blur(2.6px);
  stroke-width: 1.8;
}

.rh-channel-road-pulse-signal {
  stroke-width: 0.8;
}

.rh-channel-road-pulse.is-active {
  animation: rh-channel-road-travel var(--rh-channel-road-duration, 1.4s) linear var(--rh-channel-road-delay, 0ms) 1 both;
}

.rh-channel-explorer[data-channel-phase="routing"] .rh-channel-spoke.is-active {
  stroke: rgba(50, 110, 151, 0.15);
}

.rh-channel-flow {
  fill: none;
  filter: drop-shadow(0 0 2.8px rgba(56, 190, 255, 0.28));
  opacity: 0;
  pointer-events: none;
  stroke: url("#rh-channel-connection-gradient");
  stroke-dasharray: 0.018 0.014;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 1.6;
  transition: opacity var(--rh-channel-flow-fade-duration, 420ms) ease-in-out;
}

.rh-channel-flow.is-pending {
  animation: rh-channel-selected-flow 1.4s linear infinite;
  opacity: 0.7;
}

.rh-channel-flow.is-active {
  animation: rh-channel-selected-flow 1.4s linear infinite;
  opacity: 0.9;
}

.rh-channel-explorer[data-channel-phase="routing"] .rh-channel-flow.is-active {
  opacity: 0;
}

.rh-channel-junction {
  fill: #fff;
  stroke: rgba(56, 190, 255, 0.48);
  stroke-width: 1.7;
  transform-box: fill-box;
  transform-origin: center;
}

.rh-channel-explorer.is-routing .rh-channel-junction {
  animation: rh-channel-junction-route 1.42s cubic-bezier(0.2, 0.7, 0.2, 1) 1 both;
}

.rh-channel-core::before {
  background: transparent;
  border: 1px solid rgba(56, 190, 255, 0.54);
  border-radius: inherit;
  clip-path: none;
  content: "";
  filter: drop-shadow(0 0 8px rgba(56, 190, 255, 0.2));
  inset: -7px;
  margin: 0;
  -webkit-mask: none;
  mask: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: none;
}

.rh-channel-core::after {
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(107, 248, 255, 0.22) 36%,
    rgba(56, 190, 255, 0.08) 62%,
    transparent 76%
  );
  border-radius: inherit;
  content: "";
  filter: none;
  height: auto;
  inset: 9px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: none;
  width: auto;
}

.rh-channel-core.is-routing {
  animation: rh-channel-core-route 1.42s cubic-bezier(0.2, 0.72, 0.2, 1) 1 both;
}

.rh-channel-core.is-routing::before {
  animation: rh-channel-core-route-ring 1.42s ease-out 1 both;
}

.rh-channel-core.is-routing::after {
  animation: rh-channel-core-route-glow 1.42s ease-out 1 both;
}

.rh-channel-node::after {
  border: 1px solid rgba(107, 248, 255, 0.68);
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(56, 190, 255, 0);
  content: "";
  inset: -3px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(0.99);
}

.rh-channel-node.is-receiving::after {
  animation: rh-channel-node-arrive 780ms cubic-bezier(0.18, 0.72, 0.2, 1) 1 both;
}

@keyframes rh-channel-road-travel {
  0% {
    opacity: 0;
    stroke-dashoffset: var(--rh-channel-road-start, 128px);
  }

  10% {
    opacity: calc(var(--rh-channel-road-peak-opacity) * 0.5);
  }

  18%,
  82% {
    opacity: var(--rh-channel-road-peak-opacity);
  }

  94% {
    opacity: calc(var(--rh-channel-road-peak-opacity) * 0.62);
  }

  100% {
    opacity: 0;
    stroke-dashoffset: var(--rh-channel-road-end, -520px);
  }
}

@keyframes rh-channel-selected-flow {
  to {
    stroke-dashoffset: -0.032;
  }
}

@keyframes rh-channel-junction-route {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(56, 190, 255, 0));
    transform: scale(1);
  }

  42% {
    fill: #f7feff;
    filter: drop-shadow(0 0 8px rgba(56, 190, 255, 0.54));
    stroke: rgba(107, 248, 255, 0.9);
    transform: scale(1.34);
  }
}

@keyframes rh-channel-core-route {
  0%,
  100% {
    scale: 1;
  }

  44% {
    scale: 1.018;
  }
}

@keyframes rh-channel-core-route-ring {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.985);
  }

  36% {
    opacity: 0.7;
  }

  72% {
    opacity: 0.24;
    transform: scale(1.075);
  }
}

@keyframes rh-channel-core-route-glow {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.9);
  }

  44% {
    opacity: 0.72;
    transform: scale(1.04);
  }
}

@keyframes rh-channel-node-arrive {
  0% {
    opacity: 0;
    transform: scale(0.99);
  }

  24% {
    box-shadow: 0 0 0 2px rgba(107, 248, 255, 0.16), 0 0 21px rgba(56, 190, 255, 0.24);
    opacity: 0.64;
    transform: scale(1.01);
  }

  100% {
    box-shadow: 0 0 0 7px rgba(107, 248, 255, 0), 0 0 28px rgba(56, 190, 255, 0);
    opacity: 0;
    transform: scale(1.065);
  }
}

.rh-channel-explorer[data-channel-intro="pending"] .rh-channel-flow.is-active {
  animation: none;
  opacity: 0;
}

.rh-channel-node:hover,
.rh-channel-node:focus-visible,
.rh-channel-node.is-active {
  background:
    linear-gradient(rgba(250, 254, 255, 0.98), rgba(244, 251, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(107, 248, 255, 0.92), rgba(27, 125, 255, 0.64)) border-box;
  box-shadow: 0 17px 38px rgba(56, 190, 255, 0.21);
  color: var(--rh-blue-deep);
  transform: translate(-50%, calc(-50% - 4px));
}

.rh-channel-node.is-active {
  box-shadow: 0 12px 27px rgba(56, 190, 255, 0.16);
}

.rh-channel-node:hover:not(.is-active),
.rh-channel-node:focus-visible:not(.is-active) {
  background:
    linear-gradient(rgba(253, 255, 255, 0.98), rgba(248, 252, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(107, 248, 255, 0.54), rgba(27, 125, 255, 0.34)) border-box;
  box-shadow: 0 13px 30px rgba(31, 83, 130, 0.13);
  color: var(--rh-ink);
}

.rh-channel-node:focus-visible {
  outline: 3px solid rgba(27, 125, 255, 0.22);
  outline-offset: 4px;
}

.rh-channel-node > span:last-child {
  display: flex;
}

.rh-channel-node strong {
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.rh-channel-badge {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.rh-channel-badge svg {
  display: block;
  height: 21px;
  width: 21px;
}

.rh-channel-badge-web {
  background: linear-gradient(135deg, #1b7dff 0%, #6bf8ff 100%);
}

.rh-channel-badge-web svg {
  height: 23px;
  width: 23px;
}

.rh-channel-badge-whatsapp {
  background: linear-gradient(to bottom left, #25d366 30%, #1daf5c);
}

.rh-channel-badge-whatsapp svg {
  height: 22px;
  width: 22px;
}

.rh-channel-badge-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.rh-channel-badge-instagram svg {
  height: 22px;
  width: 22px;
}

.rh-channel-badge-telegram {
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 100%);
}

.rh-channel-explorer .rh-channel-badge-web svg {
  height: 26px;
  stroke-width: 1.65;
  width: 26px;
}

.rh-channel-explorer .rh-channel-badge-whatsapp svg {
  height: 25px;
  width: 25px;
}

.rh-channel-explorer .rh-channel-badge-telegram svg {
  height: 24px;
  width: 24px;
}

.rh-channel-badge-email {
  background: linear-gradient(135deg, #0b536b 0%, #14b8a6 100%);
}

.rh-channel-badge-messenger {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 106, 255, 0.1);
}

.rh-channel-badge-messenger svg {
  height: 22px;
  width: 22px;
}

.rh-channel-node[data-channel-node="web"] {
  left: 50%;
  top: 12.5%;
}

.rh-channel-node[data-channel-node="whatsapp"] {
  left: 17.5%;
  top: 31%;
}

.rh-channel-node[data-channel-node="instagram"] {
  left: 82.5%;
  top: 31%;
}

.rh-channel-node[data-channel-node="messenger"] {
  left: 50%;
  top: 87.5%;
}

.rh-channel-node[data-channel-node="telegram"] {
  left: 17.5%;
  top: 69%;
}

.rh-channel-node[data-channel-node="email"] {
  left: 82.5%;
  top: 69%;
}

.rh-channel-detail {
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.92);
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(246, 251, 255, 0.58));
  border: 1px solid rgba(31, 112, 171, 0.13);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(31, 83, 130, 0.1);
  color: var(--rh-ink);
  display: flex;
  flex-direction: column;
  grid-area: detail;
  min-height: 218px;
  overflow: hidden;
  padding: 27px 28px 22px;
  position: relative;
  justify-content: center;
}

.rh-channel-detail::before {
  background: var(--rh-gradient);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 28px;
  position: absolute;
  top: 0;
  width: 62px;
}

.rh-channel-panel {
  opacity: 1;
  transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rh-channel-panel[hidden] {
  display: none;
}

.rh-channel-detail.is-channel-changing .rh-channel-panel:not([hidden]) {
  will-change: opacity;
}

.rh-channel-detail.is-channel-leaving .rh-channel-panel:not([hidden]) {
  opacity: 0;
  transition-duration: 140ms;
  transition-timing-function: ease-in;
}

.rh-channel-detail.is-channel-entering .rh-channel-panel:not([hidden]) {
  opacity: 0;
  transition: none;
}

.rh-channel-panel-index {
  align-items: center;
  color: var(--rh-blue-deep);
  display: flex;
  font-size: 0.74rem;
  font-weight: 650;
  gap: 8px;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.rh-channel-panel-index span {
  animation: rh-product-pulse 2.4s ease-out infinite;
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  height: 7px;
  width: 7px;
}

.rh-channel-panel h3 {
  color: var(--rh-ink-strong);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.13;
  margin: 0;
  max-width: 470px;
}

.rh-channel-panel-copy {
  color: var(--rh-copy);
  font-size: 0.82rem;
  line-height: 1.65;
  margin: 15px 0 0;
}

#revhelia {
  background: var(--rh-paper);
}

.rh-company-section {
  overflow: hidden;
  padding: clamp(80px, 5.9vw, 94px) 0 clamp(84px, 6.2vw, 98px);
}

.rh-company-section::before {
  border: 1px solid rgba(56, 190, 255, 0.12);
  border-radius: 50%;
  content: "";
  height: 500px;
  outline: 1px solid rgba(56, 190, 255, 0.07);
  outline-offset: 14px;
  pointer-events: none;
  position: absolute;
  right: -270px;
  top: -250px;
  width: 500px;
}

.rh-company-shell {
  position: relative;
  z-index: 1;
}

.rh-company-shell::before {
  background: radial-gradient(ellipse, rgba(75, 220, 242, 0.07) 0%, rgba(36, 124, 255, 0.025) 42%, transparent 72%);
  content: "";
  height: 420px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -118px;
  transform: translateX(-50%);
  width: min(920px, 90vw);
  z-index: -1;
}

.rh-company-panel {
  display: grid;
  grid-template-areas:
    "head"
    "principles"
    "process";
  row-gap: clamp(48px, 5vw, 66px);
}

.rh-company-head {
  display: grid;
  grid-area: head;
  justify-items: center;
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

.rh-company-head h2 {
  font-size: clamp(3rem, 3.8vw, 3.55rem);
  line-height: 1.02;
  margin: 0;
  max-width: none;
}

.rh-company-head .rh-section-intro {
  font-size: 0.96rem;
  line-height: 1.72;
  margin: 25px 0 0;
  max-width: 880px;
}

.rh-company-head .rh-section-intro strong {
  color: var(--rh-ink-strong);
  font-weight: 620;
}

.rh-company-helia {
  -webkit-background-clip: text;
  background: linear-gradient(90deg, var(--rh-pulse-dot) 0%, #35aef4 48%, var(--rh-blue-deep) 100%);
  background-clip: text;
  color: transparent;
}

.rh-company-principles {
  grid-area: principles;
}

.rh-company-kicker {
  align-items: center;
  color: var(--rh-ink-strong);
  display: flex;
  font-size: 0.72rem;
  font-weight: 680;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.01em;
  margin: 0;
}

.rh-company-kicker > span {
  animation: rh-product-pulse 2.4s ease-out infinite;
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

.rh-company-principles ol {
  display: grid;
  gap: clamp(32px, 4vw, 58px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.rh-company-principles li {
  display: grid;
  gap: 16px 18px;
  grid-template-columns: 32px minmax(0, 1fr);
  padding-top: 23px;
  position: relative;
}

.rh-company-principles li::before {
  background: linear-gradient(90deg, var(--rh-pulse-dot), rgba(36, 124, 255, 0.46), rgba(31, 112, 171, 0.08));
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rh-company-principles li > span {
  color: var(--rh-blue-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-top: 4px;
}

.rh-company-principles h3 {
  color: var(--rh-ink-strong);
  font-size: clamp(1.06rem, 1.45vw, 1.25rem);
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.3;
  margin: 0;
}

.rh-company-principles li p {
  color: var(--rh-copy);
  font-size: 0.8rem;
  grid-column: 2;
  line-height: 1.62;
  margin: 4px 0 0;
  max-width: 620px;
}

.rh-company-process {
  align-items: center;
  display: grid;
  grid-area: process;
  grid-template-columns: minmax(18px, 1fr) auto minmax(22px, 1fr) auto minmax(22px, 1fr) auto minmax(22px, 1fr) auto minmax(18px, 1fr);
  padding: 16px 20px 0;
  position: relative;
}

.rh-company-process > b {
  --rh-process-line-from: var(--rh-pulse-dot);
  --rh-process-line-to: #49d8f2;
  background: rgba(31, 112, 171, 0.14);
  display: block;
  height: 1px;
  position: relative;
}

.rh-company-process > b:first-child {
  background: linear-gradient(90deg, transparent, rgba(31, 112, 171, 0.14) 50%);
}

.rh-company-process > b:last-child {
  background: linear-gradient(90deg, rgba(31, 112, 171, 0.14) 50%, transparent);
}

.rh-company-process > b:nth-of-type(2) {
  --rh-process-line-from: #43ccf2;
  --rh-process-line-to: #3fbff3;
}

.rh-company-process > b:nth-of-type(3) {
  --rh-process-line-from: #38aff3;
  --rh-process-line-to: #329ef1;
}

.rh-company-process > b:nth-of-type(4) {
  --rh-process-line-from: #2b8cee;
  --rh-process-line-to: #2578e7;
}

.rh-company-process > b:nth-of-type(5) {
  --rh-process-line-from: #1d68dc;
  --rh-process-line-to: var(--rh-blue-deep);
}

.rh-company-process > b::after {
  animation: rh-company-process-line-one 12s linear infinite backwards;
  background: linear-gradient(90deg, var(--rh-process-line-from), var(--rh-process-line-to));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
}

.rh-company-process > b:nth-of-type(2)::after {
  animation-name: rh-company-process-line-two;
}

.rh-company-process > b:nth-of-type(3)::after {
  animation-name: rh-company-process-line-three;
}

.rh-company-process > b:nth-of-type(4)::after {
  animation-name: rh-company-process-line-four;
}

.rh-company-process > b:nth-of-type(5)::after {
  animation-name: rh-company-process-line-five;
}

.rh-company-process > b:first-child::after {
  background-image: linear-gradient(90deg, rgba(75, 220, 242, 0) 0%, rgba(75, 220, 242, 0.28) 22%, var(--rh-process-line-from) 50%, var(--rh-process-line-to) 100%);
}

.rh-company-process > b:last-child::after {
  background-image: linear-gradient(90deg, var(--rh-process-line-from) 0%, var(--rh-process-line-to) 50%, rgba(23, 96, 213, 0.28) 78%, rgba(23, 96, 213, 0) 100%);
}

.rh-company-process > span {
  background: var(--rh-paper);
  color: #60788d;
  font-size: 0.65rem;
  font-weight: 680;
  letter-spacing: 0.07em;
  line-height: 1;
  padding: 0 clamp(5px, 0.65vw, 9px);
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}

.rh-company-process > span::after {
  -webkit-background-clip: text;
  animation: rh-company-process-word-one 12s linear infinite backwards;
  background: linear-gradient(90deg, #49d8f2, #43ccf2);
  background-clip: text;
  clip-path: inset(0 100% 0 0);
  color: transparent;
  content: attr(data-label);
  inset: 0;
  opacity: 0;
  padding: 0 clamp(5px, 0.65vw, 9px);
  position: absolute;
}

.rh-company-process > span:nth-of-type(1)::after {
  animation-name: rh-company-process-word-one;
}

.rh-company-process > span:nth-of-type(2)::after {
  animation-name: rh-company-process-word-two;
  background-image: linear-gradient(90deg, #3fbff3, #38aff3);
}

.rh-company-process > span:nth-of-type(3)::after {
  animation-name: rh-company-process-word-three;
  background-image: linear-gradient(90deg, #329ef1, #2b8cee);
}

.rh-company-process > span:nth-of-type(4)::after {
  animation-name: rh-company-process-word-four;
  background-image: linear-gradient(90deg, #2578e7, #1d68dc);
}

.rh-company-process i {
  animation: rh-company-process-travel 12s linear infinite backwards;
  background: var(--rh-pulse-dot);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(75, 220, 242, 0.7);
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  z-index: 2;
}

.rh-company-process > b:first-child i {
  animation-name: rh-company-process-travel-in;
}

.rh-company-process > b:nth-of-type(2) i {
  animation-delay: 2.16s;
}

.rh-company-process > b:nth-of-type(3) i {
  animation-delay: 4.32s;
}

.rh-company-process > b:nth-of-type(4) i {
  animation-delay: 6.48s;
}

.rh-company-process > b:nth-of-type(5) i {
  animation-delay: 8.64s;
  animation-name: rh-company-process-travel-out;
}

@keyframes rh-company-process-travel {
  0% {
    left: 0;
    opacity: 0;
  }
  0.8% {
    opacity: 1;
  }
  13% {
    left: 100%;
    opacity: 1;
  }
  13.01%, 100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes rh-company-process-travel-in {
  0% {
    filter: blur(1px);
    left: 0;
    opacity: 0;
  }
  2.86% {
    filter: blur(0.72px);
    opacity: 0.28;
  }
  6.5% {
    filter: blur(0);
    opacity: 1;
  }
  13% {
    left: 100%;
    opacity: 1;
  }
  13.01%, 100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes rh-company-process-travel-out {
  0% {
    left: 0;
    opacity: 0;
  }
  0.8%, 6.5% {
    filter: blur(0);
    opacity: 1;
  }
  10.14% {
    filter: blur(0.72px);
    opacity: 0.28;
  }
  13% {
    filter: blur(1px);
    left: 100%;
    opacity: 0;
  }
  13.01%, 100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes rh-company-process-word-one {
  0%, 13% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 1;
  }
  18%, 31% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  49% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.15px);
    opacity: 0;
  }
  49.01%, 100% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
}

@keyframes rh-company-process-word-two {
  0%, 31% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 1;
  }
  36%, 49% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  67% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.15px);
    opacity: 0;
  }
  67.01%, 100% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
}

@keyframes rh-company-process-word-three {
  0%, 49% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 1;
  }
  54%, 67% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  85% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.15px);
    opacity: 0;
  }
  85.01%, 100% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
}

@keyframes rh-company-process-word-four {
  0%, 67% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 1;
  }
  72%, 85% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.15px);
    opacity: 0;
  }
}

@keyframes rh-company-process-line-one {
  0% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 1;
  }
  13%, 18% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  36% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.4px);
    opacity: 0;
  }
  36.01%, 100% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
}

@keyframes rh-company-process-line-two {
  0%, 18% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
  18.8% {
    opacity: 1;
  }
  31%, 36% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  54% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.4px);
    opacity: 0;
  }
  54.01%, 100% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
}

@keyframes rh-company-process-line-three {
  0%, 36% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
  36.8% {
    opacity: 1;
  }
  49%, 54% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  72% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.4px);
    opacity: 0;
  }
  72.01%, 100% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
}

@keyframes rh-company-process-line-four {
  0%, 54% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
  54.8% {
    opacity: 1;
  }
  67%, 72% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.4px);
    opacity: 0;
  }
}

@keyframes rh-company-process-line-five {
  0%, 72% {
    clip-path: inset(0 100% 0 0);
    filter: blur(0);
    opacity: 0;
  }
  72.8% {
    opacity: 1;
  }
  85% {
    clip-path: inset(0 0 0 0);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    filter: blur(1.4px);
    opacity: 0;
  }
}

.rh-pricing-preview {
  background: linear-gradient(180deg, #f5f8fb 0%, #f5f8fb 30%, #f8fafc 64%, var(--rh-paper) 84%, var(--rh-paper) 100%);
  overflow: hidden;
  padding: clamp(78px, 5.7vw, 90px) 0;
}

.rh-pricing-preview::after {
  border: 1px solid rgba(56, 190, 255, 0.12);
  border-radius: 50%;
  content: "";
  bottom: -250px;
  height: 500px;
  outline: 1px solid rgba(56, 190, 255, 0.07);
  outline-offset: 14px;
  pointer-events: none;
  position: absolute;
  right: -270px;
  width: 500px;
}

.rh-pricing-shell {
  position: relative;
  z-index: 1;
}

.rh-pricing-copy {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

.rh-pricing-copy h2 {
  font-size: clamp(3rem, 3.8vw, 3.55rem);
  line-height: 1.02;
  max-width: none;
}

.rh-pricing-copy .rh-section-intro {
  font-size: 0.96rem;
  line-height: 1.72;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.rh-pricing-start {
  border-left: 1px solid rgba(31, 112, 171, 0.17);
  display: grid;
  gap: 1px;
  margin: 0;
  padding-left: 21px;
}

.rh-pricing-start span,
.rh-pricing-start small {
  color: #71889b;
  font-size: 0.66rem;
  line-height: 1.3;
}

.rh-pricing-start strong {
  color: var(--rh-ink-strong);
  font-size: 0.92rem;
  font-weight: 680;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.rh-pricing-entry {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 112, 171, 0.13);
  border-radius: 30px;
  box-shadow:
    0 28px 70px rgba(31, 83, 130, 0.11),
    0 8px 22px rgba(36, 124, 255, 0.05);
  margin: clamp(46px, 5vw, 64px) auto 0;
  max-width: 1100px;
  padding: clamp(25px, 3vw, 36px);
}

.rh-pricing-entry-main {
  align-items: center;
  display: grid;
  column-gap: clamp(32px, 4vw, 54px);
  grid-template-areas:
    "label ."
    "formula action";
  grid-template-columns: minmax(0, 1fr) auto;
  row-gap: 17px;
}

.rh-pricing-build {
  display: contents;
}

.rh-pricing-entry-label {
  align-items: center;
  color: var(--rh-ink-strong);
  display: flex;
  font-size: 0.78rem;
  font-weight: 660;
  gap: 9px;
  grid-area: label;
  margin: 0;
}

.rh-pricing-entry-label span {
  animation: rh-product-pulse 2.4s ease-out infinite;
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--rh-pulse-ring);
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

.rh-pricing-formula {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-area: formula;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.rh-pricing-component {
  background: #f8fbfe;
  border: 1px solid rgba(31, 112, 171, 0.11);
  border-radius: 18px;
  display: grid;
  gap: 5px;
  min-height: 84px;
  padding: 17px 18px;
}

.rh-pricing-component small {
  color: var(--rh-blue-deep);
  font-size: 0.65rem;
  font-weight: 680;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rh-pricing-component strong {
  color: var(--rh-ink-strong);
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.4;
}

.rh-pricing-operator {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(27, 125, 255, 0.16);
  border-radius: 50%;
  color: var(--rh-blue-deep);
  display: flex;
  font-size: 1rem;
  font-weight: 520;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.rh-pricing-entry-action {
  align-items: center;
  border-left: 1px solid rgba(31, 112, 171, 0.13);
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  grid-area: action;
  justify-content: center;
  padding-left: clamp(32px, 4vw, 52px);
}

.rh-pricing-entry-action .wp-block-button__link {
  gap: 9px;
}

.rh-pricing-entry-action svg {
  height: 17px;
  transition: transform 180ms ease;
  width: 17px;
}

.rh-pricing-entry-action .wp-block-button__link:hover svg,
.rh-pricing-entry-action .wp-block-button__link:focus-visible svg {
  transform: translateX(3px);
}

.rh-pricing-entry-action .rh-pricing-start {
  border-left: 1px solid rgba(31, 112, 171, 0.17);
  padding-left: 21px;
}

.rh-pricing-entry-note {
  align-items: center;
  border-top: 1px solid rgba(31, 112, 171, 0.1);
  color: #6e8598;
  display: flex;
  font-size: 0.72rem;
  font-weight: 520;
  gap: 8px;
  justify-content: center;
  margin: 25px 0 0;
  padding-top: 18px;
  text-align: center;
}

.rh-pricing-entry-note svg {
  color: var(--rh-blue-deep);
  flex: 0 0 auto;
  height: 15px;
  width: 15px;
}

.rh-final-cta {
  background-color: #f3f8fb;
  background-image: linear-gradient(180deg, var(--rh-paper) 0%, var(--rh-paper) 20%, #f7fafc 58%, #f3f8fb 88%, #f3f8fb 100%);
  isolation: isolate;
  overflow: hidden;
  padding: clamp(82px, 6.2vw, 96px) 0 clamp(86px, 6.5vw, 100px);
  position: relative;
}

.rh-contact-shell {
  position: relative;
  z-index: 1;
}

.rh-contact-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(58px, 7vw, 104px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.rh-contact-copy {
  max-width: 590px;
}

.rh-contact-layout h2 {
  font-size: clamp(3rem, 3.8vw, 3.55rem);
  line-height: 1.02;
  margin: 0;
  max-width: 590px;
}

.rh-contact-intro {
  color: var(--rh-copy);
  font-size: 0.96rem;
  line-height: 1.72;
  margin: 23px 0 0;
  max-width: 520px;
}

.rh-contact-card {
  align-items: center;
  background:
    linear-gradient(rgba(251, 253, 255, 0.95), rgba(248, 252, 255, 0.9)) padding-box,
    linear-gradient(125deg, var(--rh-pulse-dot), #35aef4 50%, var(--rh-blue-deep)) border-box;
  border: 1px solid transparent;
  border-radius: 28px;
  box-shadow: 0 24px 62px rgba(31, 83, 130, 0.09);
  display: grid;
  gap: clamp(28px, 3.2vw, 48px);
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 32px 34px;
  position: relative;
}

.rh-contact-card-copy {
  margin: 0;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.rh-contact-card-copy strong,
.rh-contact-card-copy > span {
  display: block;
}

.rh-contact-card-copy strong {
  color: var(--rh-ink-strong);
  font-size: 1.03rem;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.rh-contact-card-copy > span {
  color: var(--rh-copy);
  font-size: 0.76rem;
  line-height: 1.62;
  margin-top: 7px;
}

.rh-contact-card-copy .rh-contact-card-helia {
  -webkit-background-clip: text;
  background: linear-gradient(90deg, var(--rh-pulse-dot), #35aef4 50%, var(--rh-blue-deep));
  background-clip: text;
  color: transparent;
  display: inline;
  margin: 0;
}

.rh-contact-actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

.rh-contact-actions .wp-block-button__link {
  gap: 10px;
  min-height: 52px;
  min-width: 158px;
  padding-inline: 25px;
}

.rh-contact-actions svg {
  height: 17px;
  transition: transform 180ms ease;
  width: 17px;
}

.rh-contact-actions .wp-block-button__link:hover svg,
.rh-contact-actions .wp-block-button__link:focus-visible svg {
  transform: translateX(3px);
}

.rh-site-footer {
  background: #fff;
  border-top: 1px solid rgba(16, 42, 67, 0.08);
  color: var(--rh-ink);
  padding: 44px 0 19px;
}

.rh-footer-main {
  align-items: start;
  display: grid;
  gap: clamp(30px, 4vw, 58px);
  grid-template-columns: minmax(270px, 1.35fr) repeat(3, minmax(125px, 0.65fr));
}

.rh-footer-logo {
  display: block;
  width: 156px;
}

.rh-footer-brand p {
  color: var(--rh-copy);
  font-size: 0.79rem;
  line-height: 1.58;
  margin: 14px 0 0;
  max-width: 330px;
}

.rh-footer-social {
  align-items: center;
  background: #0b0d10;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 22px;
  justify-content: center;
  margin-top: 16px;
  padding: 0;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 22px;
}

.rh-footer-social svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.rh-footer-social:hover,
.rh-footer-social:focus-visible {
  background: #000;
  box-shadow: 0 6px 14px rgba(16, 42, 67, 0.16);
  transform: translateY(-1px);
}

.rh-footer-column h2 {
  color: var(--rh-ink-strong);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 1px 0 13px;
  text-transform: uppercase;
}

.rh-footer-column p {
  line-height: 1.4;
  margin: 7px 0;
}

.rh-footer-column a {
  color: var(--rh-ink);
  font-size: 0.79rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.rh-footer-column a:hover,
.rh-footer-column a:focus-visible,
.rh-footer-legal a:hover,
.rh-footer-legal a:focus-visible,
.rh-footer-legal button:hover,
.rh-footer-legal button:focus-visible {
  color: var(--rh-blue-deep);
}

.rh-footer-bottom {
  border-top: 1px solid rgba(16, 42, 67, 0.08);
  margin-top: 31px;
  padding-top: 15px;
}

.rh-footer-legal,
.rh-footer-meta {
  align-items: center;
  color: var(--rh-copy-soft);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.64rem;
  gap: 7px 18px;
}

.rh-footer-legal {
  justify-content: center;
}

.rh-footer-legal a,
.rh-footer-legal button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: none;
  transition: color 160ms ease;
}

.rh-footer-legal > * + * {
  border-left: 1px solid rgba(16, 42, 67, 0.18);
  padding-left: 18px;
}

.rh-footer-meta {
  justify-content: space-between;
  margin-top: 12px;
}

.rh-cookie-banner,
.rh-cookie-modal {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.rh-cookie-banner[hidden],
.rh-cookie-modal[hidden] {
  display: none;
}

.rh-cookie-banner {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: 24px;
  bottom: 20px;
  box-shadow: 0 26px 80px rgba(7, 31, 54, 0.2);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(320px, 1fr) auto;
  left: 50%;
  max-width: min(1160px, calc(100vw - 40px));
  padding: 22px 24px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 210;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.rh-cookie-kicker {
  color: var(--rh-blue-deep) !important;
  font-size: 0.67rem !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 6px !important;
  text-transform: uppercase;
}

.rh-cookie-banner h2,
.rh-cookie-dialog h2 {
  color: var(--rh-ink-strong);
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}

.rh-cookie-banner-copy > p:last-child,
.rh-cookie-dialog-intro {
  color: var(--rh-copy);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 650px;
}

.rh-cookie-banner-copy a,
.rh-cookie-dialog a {
  color: var(--rh-blue-deep);
  font-weight: 600;
}

.rh-cookie-banner-actions,
.rh-cookie-dialog-actions {
  align-items: center;
  display: grid;
  gap: 9px;
}

.rh-cookie-banner-actions {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  width: min(550px, 100%);
}

.rh-cookie-button {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  border: 1px solid rgba(16, 42, 67, 0.16);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 680;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.rh-cookie-button:hover,
.rh-cookie-button:focus-visible {
  border-color: rgba(27, 125, 255, 0.4);
  box-shadow: 0 9px 24px rgba(31, 83, 130, 0.12);
  transform: translateY(-1px);
}

.rh-cookie-button-secondary {
  background: #fff;
  color: var(--rh-ink);
}

.rh-cookie-button-primary {
  background: var(--rh-gradient);
  border: 0;
  color: var(--rh-ink-strong);
  padding-inline: 18px;
}

.rh-cookie-button-consent {
  background:
    linear-gradient(#f9fcff, #f9fcff) padding-box,
    var(--rh-gradient) border-box;
  border: 1px solid transparent;
  color: var(--rh-blue-deep);
  min-width: 0;
}

.rh-cookie-button-primary:focus-visible {
  outline: 3px solid rgba(27, 125, 255, 0.26);
  outline-offset: 3px;
}

.rh-cookie-modal {
  align-items: center;
  background: rgba(255, 255, 255, 0.22);
  display: grid;
  inset: 0;
  justify-items: center;
  margin: 0 !important;
  max-width: none !important;
  padding: 24px;
  position: fixed;
  width: auto !important;
  z-index: 220;
  -webkit-backdrop-filter: blur(12px) saturate(0.78);
  backdrop-filter: blur(12px) saturate(0.78);
}

.rh-cookie-dialog {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(7, 31, 54, 0.16);
  max-height: calc(100dvh - 48px);
  max-width: 610px;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding: 34px 36px 30px;
  position: relative;
  width: 100%;
}

.rh-cookie-close {
  align-items: center;
  background: var(--rh-surface-blue);
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 50%;
  color: var(--rh-ink);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 38px;
}

.rh-cookie-close svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
  width: 17px;
}

.rh-cookie-dialog-intro {
  font-size: 0.84rem;
  margin-bottom: 0;
  max-width: 500px;
}

.rh-cookie-preferences {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.rh-cookie-preference {
  align-items: center;
  border-bottom: 1px solid var(--rh-line);
  border-top: 1px solid var(--rh-line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px 0;
}

.rh-cookie-preference + .rh-cookie-preference {
  border-top: 0;
}

.rh-cookie-preference strong,
.rh-cookie-preference span {
  display: block;
}

.rh-cookie-preference strong {
  color: var(--rh-ink-strong);
  font-size: 0.84rem;
  margin-bottom: 5px;
}

.rh-cookie-preference div > span {
  color: var(--rh-copy);
  font-size: 0.76rem;
  line-height: 1.55;
}

.rh-cookie-always {
  color: var(--rh-blue-deep);
  font-size: 0.66rem;
  font-weight: 700;
  justify-self: end;
  line-height: 1;
  white-space: nowrap;
}

.rh-cookie-switch {
  display: block;
  justify-self: end;
  position: relative;
}

.rh-cookie-switch input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.rh-cookie-switch > span:last-child {
  background: #d7e0e8;
  border-radius: 999px;
  cursor: pointer;
  height: 28px;
  position: relative;
  transition: background 180ms ease;
  width: 48px;
}

.rh-cookie-switch > span:last-child::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(7, 31, 54, 0.18);
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: transform 180ms ease;
  width: 20px;
}

.rh-cookie-switch input:checked + span {
  background: var(--rh-blue);
}

.rh-cookie-switch input:checked + span::after {
  transform: translateX(20px);
}

.rh-cookie-switch input:focus-visible + span {
  outline: 3px solid rgba(27, 125, 255, 0.25);
  outline-offset: 3px;
}

.rh-cookie-switch input:disabled + span {
  cursor: default;
  opacity: 0.62;
}

.rh-cookie-dialog-actions {
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  margin-top: 24px;
}

.rh-cookie-dialog-actions a {
  font-size: 0.75rem;
}

.rh-cookie-lock {
  overflow: hidden;
}

.rh-legal-shell {
  background:
    radial-gradient(circle 520px at 82% 5%, rgba(56, 190, 255, 0.055), transparent 72%),
    linear-gradient(180deg, #f8fbfd 0, var(--rh-paper) 430px);
  margin: 0;
  max-width: none !important;
  padding: 0;
}

.rh-legal-page {
  margin: 0 !important;
  max-width: none !important;
  overflow: clip;
  padding: 0;
  position: relative;
}

.rh-legal-article {
  margin-inline: auto;
  max-width: 1180px !important;
  padding: 134px 0 104px;
  position: relative;
  width: min(1180px, calc(100vw - 64px));
  z-index: 1;
}

.rh-legal-hero {
  max-width: 980px;
  padding-bottom: 58px;
}

.rh-legal-back {
  align-items: center;
  color: var(--rh-copy-soft);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 620;
  gap: 7px;
  margin-bottom: 42px;
  text-decoration: none;
}

.rh-legal-back svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 160ms ease;
  width: 16px;
}

.rh-legal-back:hover svg,
.rh-legal-back:focus-visible svg {
  transform: translateX(-3px);
}

.rh-legal-kicker {
  color: var(--rh-blue-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.rh-legal-hero h1 {
  color: var(--rh-ink-strong);
  font-size: clamp(3.2rem, 5.2vw, 4.9rem);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0;
}

.rh-legal-intro {
  color: var(--rh-copy);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.7;
  margin: 26px 0 0;
  max-width: 770px;
}

.rh-legal-updated {
  color: var(--rh-copy-soft);
  font-size: 0.7rem;
  margin: 22px 0 0;
}

.rh-legal-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 16px;
  display: inline-grid;
  gap: 4px;
  grid-template-columns: repeat(4, auto);
  margin-top: 30px;
  padding: 4px;
}

.rh-legal-nav a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 11px;
  color: var(--rh-copy);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 650;
  justify-content: center;
  min-height: 40px;
  padding: 8px 15px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.rh-legal-nav a:hover,
.rh-legal-nav a:focus-visible {
  background: #fff;
  border-color: rgba(27, 125, 255, 0.16);
  color: var(--rh-blue-deep);
}

.rh-legal-nav a[aria-current="page"] {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
  color: var(--rh-blue-deep);
  box-shadow: 0 8px 22px rgba(31, 83, 130, 0.08);
}

.rh-legal-content {
  border-top: 1px solid var(--rh-line);
}

.rh-legal-section {
  border-bottom: 1px solid var(--rh-line);
  display: grid;
  gap: clamp(42px, 7vw, 98px);
  grid-template-columns: minmax(220px, 270px) minmax(0, 800px);
  justify-content: space-between;
  padding: 50px 0 54px;
}

.rh-legal-section-heading {
  align-content: start;
  display: grid;
  gap: 15px;
}

.rh-legal-index {
  color: var(--rh-blue-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rh-legal-section h2 {
  color: var(--rh-ink-strong);
  font-size: clamp(1.32rem, 2vw, 1.7rem);
  font-weight: 620;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0;
}

.rh-legal-copy {
  color: var(--rh-copy);
  font-size: 0.92rem;
  line-height: 1.8;
  min-width: 0;
}

.rh-legal-copy p {
  margin: 0 0 15px;
}

.rh-legal-copy p:last-child {
  margin-bottom: 0;
}

.rh-legal-copy ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.rh-legal-copy li {
  margin: 8px 0;
  padding-left: 5px;
}

.rh-legal-copy strong {
  color: var(--rh-ink);
  font-weight: 680;
}

.rh-legal-copy a {
  color: var(--rh-blue-deep);
  font-weight: 600;
}

.rh-legal-facts {
  background: linear-gradient(145deg, #fbfdff, #f4f9fc);
  border: 1px solid rgba(31, 112, 171, 0.11);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 0;
  overflow: hidden;
}

.rh-legal-facts div {
  border-bottom: 1px solid rgba(31, 112, 171, 0.09);
  padding: 17px 19px;
}

.rh-legal-facts div:nth-child(odd) {
  border-right: 1px solid rgba(31, 112, 171, 0.09);
}

.rh-legal-facts div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.rh-legal-facts div:last-child:nth-child(odd) {
  border-right: 0;
  grid-column: 1 / -1;
}

.rh-legal-facts dt {
  color: var(--rh-copy-soft);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.rh-legal-facts dd {
  color: var(--rh-ink);
  font-size: 0.82rem;
  font-weight: 590;
  line-height: 1.55;
  margin: 0;
}

.rh-legal-detail-list {
  display: grid;
  list-style: none;
  margin: 4px 0 22px !important;
  padding: 0 !important;
}

.rh-legal-detail-list li {
  border-top: 1px solid rgba(31, 112, 171, 0.1);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  margin: 0;
  padding: 16px 0 !important;
}

.rh-legal-detail-list li:last-child {
  border-bottom: 1px solid rgba(31, 112, 171, 0.1);
}

.rh-legal-detail-list span {
  display: block;
}

.rh-legal-table-wrap {
  border: 1px solid rgba(31, 112, 171, 0.11);
  border-radius: 18px;
  margin: 5px 0 22px;
  overflow-x: auto;
}

.rh-legal-table {
  border-collapse: collapse;
  min-width: 760px;
  width: 100%;
}

.rh-legal-table th,
.rh-legal-table td {
  border-bottom: 1px solid var(--rh-line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.rh-legal-table th {
  background: #f5f9fc;
  color: var(--rh-ink-strong);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rh-legal-table td {
  font-size: 0.77rem;
  line-height: 1.5;
}

.rh-legal-table code {
  background: var(--rh-surface-blue);
  border-radius: 5px;
  color: var(--rh-ink);
  padding: 2px 5px;
}

.rh-legal-inline-button {
  align-items: center;
  background:
    linear-gradient(#f9fcff, #f9fcff) padding-box,
    var(--rh-gradient) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--rh-blue-deep);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 650;
  min-height: 44px;
  padding: 9px 17px;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.rh-legal-inline-button:hover,
.rh-legal-inline-button:focus-visible {
  box-shadow: 0 10px 26px rgba(31, 83, 130, 0.12);
  transform: translateY(-1px);
}

.rh-page-shell {
  margin: 0 auto;
  max-width: 900px;
  padding: 170px 24px 100px;
}

.rh-page-shell h1 {
  color: var(--rh-ink-strong);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.06;
}

.rh-page-shell .rh-page-intro {
  color: var(--rh-copy);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 680px;
}

@media (max-width: 1120px) {
  :root {
    --rh-shell: min(100% - 40px, 920px);
  }

  .rh-company-principles ol {
    gap: 34px;
  }

  .rh-contact-card {
    grid-template-areas:
      "copy"
      "action";
    grid-template-columns: 1fr;
  }

  .rh-contact-card-copy {
    grid-area: copy;
  }

  .rh-contact-actions {
    grid-area: action;
    justify-content: flex-start;
  }

  .rh-main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .rh-main-nav .wp-block-navigation__responsive-container-open {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 112, 171, 0.13);
    border-radius: 999px;
    color: var(--rh-ink);
    display: flex !important;
    height: 40px;
    justify-content: center;
    padding: 0;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    width: 40px;
  }

  .rh-main-nav .wp-block-navigation__responsive-container-open:hover,
  .rh-main-nav .wp-block-navigation__responsive-container-open:focus-visible {
    background: #fff;
    border-color: rgba(27, 125, 255, 0.28);
    box-shadow: 0 8px 20px rgba(31, 83, 130, 0.1);
  }

  .rh-main-nav .wp-block-navigation__responsive-container-open svg {
    height: 21px;
    width: 21px;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open {
    animation: rh-mobile-navigation-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
    background: rgba(255, 255, 255, 0.985);
    border: 1px solid rgba(31, 112, 171, 0.14);
    border-radius: 20px;
    bottom: auto;
    box-shadow: 0 24px 64px rgba(16, 42, 67, 0.18), 0 8px 22px rgba(31, 83, 130, 0.08);
    color: var(--rh-ink);
    height: auto;
    left: auto;
    max-height: calc(100dvh - 80px);
    min-height: 0;
    overflow-y: auto;
    padding: 12px;
    right: 20px;
    top: 66px;
    width: min(360px, calc(100vw - 40px));
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    height: auto;
    max-width: none;
    width: 100%;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    position: relative;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    align-items: center;
    background: #f5f9fc;
    border: 1px solid rgba(31, 112, 171, 0.11);
    border-radius: 999px;
    color: var(--rh-ink-strong);
    display: flex;
    height: 38px;
    justify-content: center;
    padding: 0;
    right: 2px;
    top: 2px;
    transition: background-color 180ms ease, border-color 180ms ease;
    width: 38px;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close:hover,
  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close:focus-visible {
    background: #fff;
    border-color: rgba(27, 125, 255, 0.28);
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
    height: 20px;
    width: 20px;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: stretch;
    padding-top: 48px;
    width: 100%;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    border: 0;
    width: 100%;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(.rh-nav-cta) > a {
    align-items: center;
    border-radius: 12px;
    color: var(--rh-ink-strong);
    display: flex;
    font-size: 0.98rem;
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: -0.015em;
    min-height: 48px;
    padding: 12px 14px;
    transition: background-color 160ms ease, color 160ms ease;
    width: 100%;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(.rh-nav-cta) > a:hover,
  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:not(.rh-nav-cta) > a:focus-visible {
    background: #f3f8fc;
    color: var(--rh-blue-deep);
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .rh-nav-cta {
    margin-top: 8px;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .rh-nav-cta > a {
    align-items: center;
    display: flex;
    font-size: 0.94rem;
    justify-content: center;
    min-height: 50px;
    width: 100%;
  }

  @keyframes rh-mobile-navigation-in {
    from {
      opacity: 0;
      transform: translateY(-8px) scale(0.985);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .rh-hero {
    --rh-hero-corner-glow-core: rgba(56, 190, 255, 0.2);
    --rh-hero-corner-glow-mid: rgba(56, 190, 255, 0.075);
    --rh-hero-corner-glow-reach: 33%;
    min-height: auto;
    padding: 98px 0 68px;
  }

  .rh-hero-grid {
    grid-template-columns: 1fr;
  }

  .rh-hero-content {
    max-width: 720px;
  }

  .rh-product-stage {
    margin: 4px auto 0;
    max-width: 920px;
    width: 100%;
  }

  .rh-sectors-head {
    max-width: 680px;
  }

  .rh-sectors-section .rh-sector-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .rh-sector-primary-column {
    display: grid;
    gap: 30px;
    grid-template-rows: auto 1fr;
    min-width: 0;
  }

  .rh-sectors-head,
  .rh-sector-card-primary {
    grid-column: auto;
    grid-row: auto;
  }

  .rh-sector-card-primary {
    min-height: 400px;
  }

  .rh-sector-secondary-column {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    min-width: 0;
  }

  .rh-sector-secondary-column .rh-sector-card,
  .rh-sector-secondary-column .rh-sector-card:nth-child(1),
  .rh-sector-secondary-column .rh-sector-card:nth-child(2),
  .rh-sector-secondary-column .rh-sector-card:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .rh-sector-card-secondary {
    min-height: 230px;
    padding: 24px;
  }

  .rh-sector-secondary-column .rh-sector-card-secondary:last-child {
    grid-column: 1 / -1;
    min-height: 210px;
  }

  .rh-conversation-map {
    gap: 10px 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-conversation-entry,
  .rh-conversation-core {
    padding: 24px;
  }

  .rh-conversation-entry::after {
    width: 25px;
  }

  .rh-conversation-core::before {
    width: 13px;
  }

  .rh-conversation-route-stack::before {
    left: -12px;
  }

  .rh-conversation-route-stack {
    --rh-conversation-route-branch: 12px;
  }

  .rh-conversation-route::before {
    left: -12px;
    width: 12px;
  }

  .rh-conversation-source {
    padding: 16px 18px;
  }

  .rh-conversation-benefits {
    grid-template-columns: repeat(3, 1fr);
  }

  .rh-guest-service-stage {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 330px minmax(0, 1fr);
    min-height: 352px;
  }

  .rh-guest-availability {
    --rh-availability-inner-stop: 76.9%;
    height: 330px;
    width: 330px;
  }

  .rh-guest-availability::before {
    height: 390px;
    width: 390px;
  }

  .rh-guest-availability-orbit {
    height: 296px;
    width: 296px;
  }

  .rh-channel-explorer {
    gap: 28px;
    grid-template-areas:
      "head"
      "detail"
      "map";
    grid-template-columns: 1fr;
  }

  .rh-channel-section-head,
  .rh-channel-detail {
    margin-inline: auto;
    max-width: 820px;
    width: 100%;
  }

  .rh-channel-map {
    aspect-ratio: 1.24 / 1;
    justify-self: center;
    margin-inline: auto;
    max-width: 620px;
    min-height: 0;
    width: 100%;
  }

  .rh-channel-detail {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background-color: rgba(255, 255, 255, 0.94);
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(246, 251, 255, 0.62));
    min-height: 0;
    position: sticky;
    top: 76px;
    z-index: 12;
  }

  .admin-bar .rh-channel-detail {
    top: 100px;
  }

}

@media (max-width: 820px) {
  .rh-contact-layout {
    align-items: start;
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .rh-contact-actions {
    justify-content: flex-start;
  }

  .rh-company-panel {
    row-gap: 44px;
  }

  .rh-company-head {
    gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-inline: auto;
    max-width: 720px;
    text-align: center;
  }

  .rh-company-head .rh-section-intro {
    border-left: 0;
    margin: 0;
    max-width: 700px;
    padding-left: 0;
  }

  .rh-company-kicker {
    justify-content: center;
  }

  .rh-company-principles ol {
    gap: 26px;
  }

  .rh-guest-service-stage {
    gap: 18px 34px;
    grid-template-areas:
      "availability availability"
      "speed conversation";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .rh-guest-availability {
    --rh-availability-inner-stop: 71.4%;
    height: 360px;
    width: 360px;
  }

  .rh-guest-availability::before {
    height: 420px;
    width: 420px;
  }

  .rh-guest-availability-orbit {
    height: 318px;
    width: 318px;
  }

  .rh-guest-service-note {
    justify-self: stretch;
    max-width: none;
  }

  .rh-guest-translation {
    padding-inline: 28px;
  }

  .rh-language-native-flow {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
  }

  .rh-language-translation-bridge {
    gap: 14px 18px;
    grid-template-columns: minmax(0, 1fr) 130px minmax(0, 1fr);
  }

  .rh-guest-message {
    padding-inline: 16px;
  }

  .rh-pricing-entry-main {
    grid-template-areas:
      "label"
      "formula"
      "action";
    grid-template-columns: 1fr;
  }

  .rh-pricing-entry-action {
    border-left: 0;
    border-top: 1px solid rgba(31, 112, 171, 0.1);
    padding-left: 0;
    padding-top: 25px;
  }
}

@media (min-width: 1121px) {
  .rh-main-nav .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
}

@media (max-width: 640px) {
  :root {
    --rh-shell: calc(100% - 28px);
  }

  .rh-header-inner {
    min-height: 56px;
    width: calc(100% - 28px);
  }

  .rh-brand-link .rh-logo-crop {
    width: 130px;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open {
    right: 14px;
    width: min(270px, calc(100vw - 28px));
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .rh-nav-cta {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .rh-main-nav .wp-block-navigation__responsive-container.is-menu-open .rh-nav-cta > a {
    min-height: 48px;
    min-width: 156px;
    padding: 10px 28px !important;
    width: auto;
  }

  .rh-hero {
    --rh-hero-corner-glow-core: rgba(56, 190, 255, 0.18);
    --rh-hero-corner-glow-mid: rgba(56, 190, 255, 0.065);
    --rh-hero-corner-glow-reach: 30%;
    padding-top: 86px;
  }

  .rh-hero h1 {
    font-size: clamp(2.75rem, 12.7vw, 3.65rem);
    letter-spacing: -0.05em;
    line-height: 1.03;
  }

  .rh-hero-copy {
    font-size: 1rem;
  }

  .rh-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rh-actions .wp-block-button,
  .rh-actions .wp-block-button__link {
    width: 100%;
  }

  .rh-product-stage {
    padding-top: 0;
  }

  .rh-product-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .rh-product-tabs::-webkit-scrollbar {
    display: none;
  }

  .rh-product-tab {
    flex: 0 0 auto;
    padding-inline: 13px;
  }

  .rh-product-frame {
    margin-top: 12px;
  }

  .rh-product-caption {
    display: none;
  }

  .rh-product-panel img,
  .rh-product-placeholder {
    border-width: 4px;
    border-radius: 17px;
  }

  .rh-hero-markets {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
    padding-top: 2px;
  }

  .rh-market-track {
    animation: none;
    display: block;
    width: 100%;
  }

  .rh-market-set {
    display: grid;
    gap: 12px;
    padding: 0;
  }

  .rh-market-set[aria-hidden="true"] {
    display: none;
  }

  .rh-market-card {
    min-height: 86px;
    width: 100%;
  }

  .rh-section {
    padding: 84px 0;
  }

  .rh-conversation-section {
    padding: 68px 0 72px;
  }

  .rh-channels-section {
    background:
      radial-gradient(circle 240px at 0 100%, rgba(56, 190, 255, 0.065) 0%, rgba(56, 190, 255, 0.022) 44%, transparent 100%),
      linear-gradient(180deg, #fff 0%, #f8fcff 48%, #fff 100%);
    padding: 60px 0;
  }

  .rh-pricing-preview::after,
  .rh-company-section::before {
    height: 340px;
    right: -205px;
    width: 340px;
  }

  .rh-pricing-preview::after {
    bottom: -170px;
  }

  .rh-company-section::before {
    top: -170px;
  }

  .rh-section h2,
  .rh-final-cta h2 {
    font-size: clamp(2.55rem, 12vw, 3.5rem);
    letter-spacing: -0.05em;
    line-height: 1.07;
  }

  .rh-sector-card {
    padding: 28px;
  }

  .rh-sectors-section {
    padding: 60px 0;
  }

  .rh-sectors-head {
    margin-bottom: 0;
  }

  .rh-sectors-intro {
    margin-top: 18px;
  }

  .rh-sectors-intro .rh-section-intro {
    font-size: 0.91rem;
  }

  .rh-sectors-section .rh-sector-grid {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .rh-sector-primary-column {
    gap: 12px;
  }

  .rh-sector-secondary-column {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .rh-sector-card-primary,
  .rh-sector-card-secondary,
  .rh-sector-card-secondary:last-child {
    grid-column: auto;
  }

  .rh-sector-card-primary {
    min-height: 415px;
  }

  .rh-sector-card-secondary,
  .rh-sector-card-secondary:last-child {
    min-height: 215px;
    padding: 22px;
  }

  .rh-sectors-heading h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .rh-sector-card-primary .rh-sector-card-content h3 {
    font-size: clamp(2.25rem, 10.5vw, 2.8rem);
  }

  .rh-sector-card-primary .rh-sector-card-content strong {
    font-size: 1.02rem;
  }

  .rh-sector-card-primary .rh-sector-card-content p {
    font-size: 0.82rem;
  }

  .rh-conversation-head {
    display: block;
    margin-bottom: 34px;
  }

  .rh-conversation-head .rh-section-intro {
    font-size: 0.92rem;
    margin-top: 18px;
  }

  .rh-conversation-head h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .rh-conversation-map {
    gap: 14px;
    grid-template-areas:
      "label-entry"
      "entry"
      "label-core"
      "core"
      "source"
      "label-outcomes"
      "routes"
      "benefits";
    grid-template-columns: 1fr;
  }

  .rh-conversation-entry,
  .rh-conversation-core {
    padding: 23px;
  }

  .rh-conversation-core::after {
    background: linear-gradient(180deg, rgba(107, 248, 255, 0.65), rgba(27, 125, 255, 0.42));
    content: "";
    height: 15px;
    left: 50%;
    top: 100%;
    transform: none;
    width: 1px;
  }

  .rh-conversation-source {
    padding: 16px 18px;
  }

  .rh-conversation-core::before {
    content: none;
  }

  .rh-conversation-entry::after {
    content: none;
  }

  .rh-conversation-route-stack {
    grid-template-columns: 1fr;
  }

  .rh-conversation-route-stack::before,
  .rh-conversation-route-stack::after,
  .rh-conversation-route::before {
    content: none;
  }

  .rh-conversation-route-connectors {
    display: none;
  }

  .rh-conversation-route-stack.is-flowing-up::after,
  .rh-conversation-route-stack.is-flowing-down::after {
    content: none;
  }

  .rh-conversation-data-particle {
    display: none;
  }

  .rh-conversation-route {
    align-content: center;
    grid-template-columns: auto 1fr;
    min-height: 0;
  }

  .rh-conversation-benefits {
    gap: 13px;
    grid-column: auto;
    grid-template-columns: 1fr;
    padding: 24px 20px 20px;
  }

  .rh-conversation-benefits span {
    justify-self: start;
  }

  .rh-experience-section {
    background:
      radial-gradient(circle 240px at 0 0, rgba(56, 190, 255, 0.065) 0%, rgba(56, 190, 255, 0.022) 44%, transparent 100%),
      linear-gradient(180deg, #fff 0%, #f8fcff 58%, #fff 100%);
    padding: 64px 0 52px;
  }

  .rh-language-section {
    padding: 52px 0 56px;
  }

  .rh-guest-head h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .rh-guest-head .rh-section-intro {
    font-size: 0.91rem;
  }

  .rh-guest-language-ribbon {
    margin-top: 32px;
  }

  .rh-guest-language-set {
    gap: 22px;
    padding-right: 22px;
  }

  .rh-guest-language-set span {
    font-size: 0.7rem;
    gap: 22px;
  }

  .rh-guest-experience {
    margin-top: 20px;
  }

  .rh-guest-service-stage {
    gap: 28px;
    grid-template-areas:
      "availability"
      "speed"
      "conversation";
    grid-template-columns: minmax(0, 1fr);
  }

  .rh-guest-availability {
    --rh-availability-inner-stop: 73%;
    height: 320px;
    padding: 28px 20px;
    width: 320px;
  }

  .rh-guest-availability::before {
    height: 370px;
    width: 370px;
  }

  .rh-guest-availability::after {
    height: 270px;
    width: 270px;
  }

  .rh-guest-availability-orbit {
    height: 286px;
    width: 286px;
  }

  .rh-guest-availability-dial {
    height: 254px;
    width: 254px;
  }

  .rh-guest-availability > strong {
    font-size: clamp(5.4rem, 28vw, 6.8rem);
  }

  .rh-guest-service-note,
  .rh-guest-service-note-speed {
    justify-self: stretch;
    max-width: none;
    text-align: left;
  }

  .rh-guest-service-note-speed::before {
    background: linear-gradient(90deg, rgba(75, 220, 242, 0.66), rgba(27, 125, 255, 0.16));
  }

  .rh-guest-service-note h3 {
    font-size: 1.4rem;
  }

  .rh-guest-service-note p:last-child {
    font-size: 0.8rem;
  }

  .rh-guest-translation {
    margin-top: 38px;
    padding: 30px 14px 0;
  }

  .rh-language-demo-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding: 0 3px 18px;
  }

  .rh-language-demo-promise {
    align-items: center;
  }

  .rh-language-demo-promise strong {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .rh-language-demo-switcher {
    justify-content: flex-start;
  }

  .rh-guest-translation-demo {
    gap: 25px;
    margin-top: 0;
    padding-top: 27px;
  }

  .rh-language-native-stage,
  .rh-language-translation-stage {
    gap: 15px;
  }

  .rh-language-stage-label {
    align-items: start;
    grid-template-columns: 27px 1fr;
  }

  .rh-language-stage-label > strong {
    align-self: center;
  }

  .rh-language-stage-label > em {
    grid-column: 2;
    justify-self: start;
    margin-top: -4px;
  }

  .rh-language-native-flow {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .rh-language-native-flow .rh-guest-message {
    min-height: 0;
  }

  .rh-language-handoff {
    gap: 10px;
    margin-block: 4px;
  }

  .rh-language-handoff p {
    flex-basis: 245px;
  }

  .rh-language-handoff small {
    line-height: 1.45;
  }

  .rh-language-translation-bridge {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .rh-language-translation-core {
    margin-bottom: 7px;
    order: 0;
  }

  .rh-language-party-guest {
    order: 1;
  }

  .rh-language-message-guest-in {
    order: 2;
  }

  .rh-guest-translation-direction-in {
    order: 3;
  }

  .rh-language-party-team {
    align-self: flex-end;
    order: 4;
  }

  .rh-language-message-team-in {
    order: 5;
  }

  .rh-language-message-team-out {
    margin-top: 7px;
    order: 6;
  }

  .rh-guest-translation-direction-out {
    order: 7;
  }

  .rh-language-message-guest-out {
    order: 8;
  }

  .rh-guest-message {
    min-height: 0;
    padding: 16px 17px;
  }

  .rh-language-native-connection,
  .rh-guest-translation-direction {
    gap: 7px;
  }

  .rh-language-native-connection i,
  .rh-guest-translation-direction i,
  .rh-guest-translation-direction-out i {
    background: linear-gradient(180deg, rgba(75, 220, 242, 0.42), rgba(27, 125, 255, 0.7));
    height: 30px;
    transform: none;
    width: 1px;
  }

  .rh-language-native-connection i::after,
  .rh-guest-translation-direction i::after {
    border-bottom: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid rgba(27, 125, 255, 0.7);
    bottom: -1px;
    left: -2.5px;
    right: auto;
    top: auto;
  }

  .rh-language-native-connection b,
  .rh-guest-translation-direction b,
  .rh-guest-translation-direction-out b {
    animation: rh-language-signal-down 6.4s ease-in-out infinite;
    left: -2.5px;
    top: 0;
  }

  .rh-guest-translation-direction-in b {
    animation-delay: 0.8s;
  }

  .rh-guest-translation-direction-out b {
    animation-delay: 3.4s;
  }

  .rh-guest-translation-facts {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .rh-guest-translation-facts > div {
    padding: 20px 12px;
  }

  .rh-guest-translation-facts > div + div {
    border-left: 0;
    border-top: 1px solid rgba(31, 112, 171, 0.1);
  }

  .rh-channel-explorer {
    gap: 22px;
  }

  .rh-channel-section-head {
    padding-top: 0;
  }

  .rh-channel-section-head h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .rh-channel-section-head .rh-section-intro {
    font-size: 0.9rem;
  }

  .rh-channel-map {
    aspect-ratio: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding: 14px;
  }

  .rh-channel-geometry {
    display: none;
  }

  .rh-channel-core::before,
  .rh-channel-core::after,
  .rh-channel-node::after {
    display: none;
  }

  .rh-channel-core {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    grid-column: 1 / -1;
    height: auto;
    justify-content: center;
    left: auto;
    min-height: 0;
    padding: 0 4px 2px;
    position: relative;
    text-align: center;
    top: auto;
    transform: none;
    width: auto;
  }

  .rh-channel-core.is-routing {
    animation: none;
    scale: 1;
  }

  .rh-channel-core-icon {
    display: none;
  }

  .rh-channel-core small {
    color: #607d94;
    font-size: 0.68rem;
    letter-spacing: 0.025em;
  }

  .rh-channel-node,
  .rh-channel-node[data-channel-node] {
    left: auto;
    min-height: 60px;
    padding-right: 10px;
    position: relative;
    top: auto;
    transform: none;
    white-space: normal;
    width: 100%;
  }

  .rh-channel-node:hover,
  .rh-channel-node:focus-visible,
  .rh-channel-node.is-active {
    transform: translateY(-2px);
  }

  .rh-channel-badge {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .rh-channel-node strong {
    font-size: 0.72rem;
  }

  .rh-channel-detail {
    border-radius: 22px;
    min-height: 0;
    padding: 21px 20px 17px;
    top: 68px;
  }

  .admin-bar .rh-channel-detail {
    top: 114px;
  }

  .rh-channel-detail::before {
    left: 20px;
  }

  .rh-channel-panel-index {
    margin-bottom: 10px;
  }

  .rh-channel-panel h3 {
    font-size: clamp(1.28rem, 6.5vw, 1.65rem);
    line-height: 1.12;
  }

  .rh-channel-panel-copy {
    font-size: 0.74rem;
    line-height: 1.5;
    margin: 11px 0 0;
  }

  .rh-pricing-preview {
    padding: 64px 0;
  }

  .rh-pricing-copy h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .rh-pricing-copy .rh-section-intro {
    font-size: 0.91rem;
  }

  .rh-pricing-entry {
    border-radius: 26px;
    margin-top: 39px;
    padding: 20px;
  }

  .rh-pricing-entry-label {
    font-size: 0.72rem;
  }

  .rh-pricing-formula {
    grid-template-columns: 1fr;
  }

  .rh-pricing-operator {
    justify-self: center;
  }

  .rh-pricing-entry-action {
    gap: 18px;
  }

  .rh-pricing-entry-note {
    margin-top: 21px;
    padding-top: 17px;
  }

  .rh-footer-main {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .rh-footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .rh-product-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
    padding: 4px;
  }

  .rh-product-tab {
    flex: initial;
    min-width: 0;
    padding-inline: 0;
  }

  .rh-product-tab span {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .rh-product-tab svg {
    flex-basis: 18px;
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 640px) {
  .rh-company-section {
    padding: 64px 0 68px;
  }

  .rh-company-head h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
    margin-top: 0;
  }

  .rh-company-head .rh-section-intro {
    font-size: 0.91rem;
  }

  .rh-company-principles ol {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 27px;
  }

  .rh-company-principles li {
    gap: 13px;
    grid-template-columns: 27px minmax(0, 1fr);
    padding-top: 19px;
  }

  .rh-company-principles h3 {
    font-size: 1.02rem;
  }

  .rh-company-principles li p {
    font-size: 0.76rem;
  }

  .rh-company-process {
    grid-template-columns: minmax(8px, 1fr) auto minmax(10px, 1fr) auto minmax(10px, 1fr) auto minmax(10px, 1fr) auto minmax(8px, 1fr);
    padding: 14px 0 0;
  }

  .rh-company-process > span {
    font-size: 0.58rem;
    letter-spacing: 0.03em;
    padding: 0 5px;
  }

  .rh-company-process > span::after {
    padding: 0 5px;
  }

  .rh-final-cta {
    padding: 56px 0 64px;
  }

  .rh-contact-layout h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .rh-contact-intro {
    font-size: 0.91rem;
  }

  .rh-contact-layout {
    gap: 30px;
  }

  .rh-contact-card {
    border-radius: 24px;
    gap: 18px;
    grid-template-areas:
      "copy"
      "action";
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .rh-contact-card-copy strong {
    font-size: 0.98rem;
  }

  .rh-contact-card-copy > span {
    font-size: 0.74rem;
  }

  .rh-contact-actions {
    margin-top: 4px;
    width: 100%;
  }

  .rh-language-section {
    padding: 52px 0 56px;
  }

  .rh-guest-translation {
    margin-top: 23px;
    padding: 16px 10px 0;
  }

  .rh-language-demo-toolbar {
    gap: 13px;
    padding: 0 2px 14px;
  }

  .rh-language-demo-promise {
    align-items: center;
  }

  .rh-language-demo-promise strong {
    font-size: 0.84rem;
  }

  .rh-language-demo-switcher {
    flex-wrap: nowrap;
    gap: 4px;
  }

  .rh-language-demo-switcher > span {
    font-size: 0.56rem;
    margin-right: 2px;
  }

  .rh-language-demo-switcher button {
    height: 28px;
    width: 34px;
  }

  .rh-language-demo-switcher button.rh-language-option-wide {
    padding-inline: 8px;
  }

  .rh-guest-translation-demo {
    gap: 15px;
    padding-top: 18px;
  }

  .rh-language-native-stage {
    gap: 9px;
  }

  .rh-language-stage-label {
    align-items: center;
    grid-template-columns: 1fr auto;
  }

  .rh-language-stage-label > strong {
    font-size: 0.68rem;
  }

  .rh-language-stage-label > em {
    grid-column: auto;
    justify-self: end;
    margin: 0;
    max-width: 145px;
    text-align: right;
  }

  .rh-language-native-flow {
    align-items: stretch;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) 29px minmax(0, 1fr);
  }

  .rh-language-native-flow .rh-guest-message {
    min-height: 122px;
    min-width: 0;
    padding: 12px 10px;
  }

  .rh-language-native-flow .rh-guest-message small {
    font-size: 0.55rem;
  }

  .rh-language-native-flow .rh-guest-message p {
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .rh-language-native-connection {
    align-self: center;
    gap: 5px;
  }

  .rh-language-native-connection span,
  .rh-language-translation-core .rh-guest-translation-direction span {
    font-size: 0.49rem;
    letter-spacing: 0.025em;
    white-space: nowrap;
  }

  .rh-language-native-connection i,
  .rh-language-translation-core .rh-guest-translation-direction i,
  .rh-language-translation-core .rh-guest-translation-direction-out i {
    background: linear-gradient(90deg, rgba(75, 220, 242, 0.42), rgba(27, 125, 255, 0.7));
    height: 1px;
    transform: none;
    width: 100%;
  }

  .rh-language-native-connection i::after,
  .rh-language-translation-core .rh-guest-translation-direction-in i::after {
    border-bottom: 3px solid transparent;
    border-left: 5px solid rgba(27, 125, 255, 0.7);
    border-right: 0;
    border-top: 3px solid transparent;
    bottom: auto;
    left: auto;
    right: -1px;
    top: -2.5px;
  }

  .rh-language-translation-core .rh-guest-translation-direction-out i {
    background: linear-gradient(90deg, rgba(27, 125, 255, 0.7), rgba(75, 220, 242, 0.42));
  }

  .rh-language-translation-core .rh-guest-translation-direction-out i::after {
    border-bottom: 3px solid transparent;
    border-left: 0;
    border-right: 5px solid rgba(27, 125, 255, 0.7);
    border-top: 3px solid transparent;
    bottom: auto;
    left: -1px;
    right: auto;
    top: -2.5px;
  }

  .rh-language-native-connection b,
  .rh-language-translation-core .rh-guest-translation-direction-in b {
    animation: rh-language-signal-right 6.4s ease-in-out infinite;
    left: 0;
    top: -2.5px;
  }

  .rh-language-translation-core .rh-guest-translation-direction-in b {
    animation-delay: 0.8s;
  }

  .rh-language-translation-core .rh-guest-translation-direction-out b {
    animation: rh-language-signal-left 6.4s ease-in-out 3.4s infinite;
    left: 0;
    top: -2.5px;
  }

  .rh-language-handoff {
    gap: 7px;
    padding: 6px 11px 6px 6px;
  }

  .rh-language-handoff p {
    flex-basis: auto;
  }

  .rh-language-handoff-icon {
    height: 27px !important;
    width: 27px !important;
  }

  .rh-language-handoff small {
    font-size: 0.49rem;
  }

  .rh-language-handoff strong {
    font-size: 0.62rem;
  }

  .rh-language-translation-bridge {
    align-items: stretch;
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  }

  .rh-language-side {
    border-radius: 16px;
    grid-template-rows: 53px repeat(2, minmax(105px, 1fr));
    min-width: 0;
  }

  .rh-language-side .rh-language-party {
    gap: 6px;
    padding: 9px 9px;
  }

  .rh-language-side .rh-language-party > span {
    font-size: 0.54rem;
    height: 27px;
    width: 27px;
  }

  .rh-language-side .rh-language-party strong {
    font-size: 0.64rem;
  }

  .rh-language-side .rh-language-party small {
    font-size: 0.53rem;
  }

  .rh-language-side-message {
    min-width: 0;
    padding: 10px 9px;
  }

  .rh-language-side-message small {
    font-size: 0.52rem;
  }

  .rh-language-side-message p {
    font-size: 0.69rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
  }

  .rh-language-translation-core {
    align-self: stretch;
    display: grid;
    gap: 0;
    grid-template-rows: 53px repeat(2, minmax(105px, 1fr));
    margin: 0;
    min-width: 0;
    order: initial;
  }

  .rh-language-translation-core-icon {
    height: 31px;
    width: 31px;
  }

  .rh-language-translation-core-badge {
    gap: 4px;
  }

  .rh-language-translation-core-badge strong {
    font-size: 0.5rem;
  }

  .rh-language-translation-core-badge small {
    display: none;
  }

  .rh-guest-translation-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
  }

  .rh-guest-translation-facts > span {
    flex-direction: column;
    font-size: 0.54rem;
    gap: 6px;
    justify-content: flex-start;
    padding: 11px 5px 13px;
    text-align: center;
  }

  .rh-guest-translation-facts > span + span {
    border-left: 1px solid rgba(31, 112, 171, 0.1);
    border-top: 0;
  }

  .rh-language-demo-switcher {
    justify-content: space-between;
  }

  .rh-language-demo-switcher button {
    flex: 0 1 34px;
    min-width: 29px;
  }

  .rh-language-demo-switcher button.rh-language-option-wide {
    flex-basis: auto;
    min-width: 0;
    padding-inline: 6px;
  }

  .rh-language-stage-label {
    display: flex;
  }

  .rh-language-native-flow .rh-guest-message {
    min-height: 108px;
  }

  .rh-language-handoff-rail {
    border-radius: 17px;
    padding: 17px 11px 14px;
  }

  .rh-language-handoff-eyebrow {
    font-size: 0.54rem !important;
    margin-bottom: 5px !important;
  }

  .rh-language-handoff-intro h3 {
    font-size: 0.9rem;
    gap: 6px;
  }

  .rh-language-handoff-intro h3 .rh-language-translation-core-icon {
    height: 24px;
    width: 24px;
  }

  .rh-language-handoff-intro > p:last-child {
    font-size: 0.66rem;
    line-height: 1.45;
    margin-top: 6px;
    max-width: 290px;
  }

  .rh-language-handoff-flow {
    gap: 9px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: 17px;
  }

  .rh-language-endpoint {
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }

  .rh-language-endpoint > span {
    height: 25px;
    order: 0;
    width: 25px;
  }

  .rh-language-endpoint strong {
    font-size: 0.59rem;
  }

  .rh-language-endpoint small {
    font-size: 0.51rem;
  }

  .rh-language-translation-lanes {
    gap: 15px;
  }

  .rh-language-translation-lane > span {
    gap: 5px;
  }

  .rh-language-translation-lane > span strong {
    font-size: 0.58rem;
  }

  .rh-language-translation-lane > span small {
    font-size: 0.5rem;
  }

  .rh-language-translation-lane > i {
    margin-inline: 3px;
  }

  .rh-language-summary {
    font-size: 0.63rem;
    margin: 15px auto 0;
    max-width: 300px;
  }
}

@media (max-width: 440px) {
  .rh-language-handoff-rail {
    padding-inline: 8px;
  }

  .rh-language-handoff-flow {
    gap: 6px;
  }

  .rh-language-endpoint-mode-full {
    display: none;
  }

  .rh-language-endpoint-mode-compact {
    display: inline;
  }
}

@media (max-width: 1120px) {
  .rh-footer-main {
    gap: 30px;
    grid-template-columns: minmax(250px, 1.3fr) repeat(3, minmax(115px, 0.65fr));
  }

  .rh-cookie-banner {
    align-items: stretch;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .rh-cookie-banner-actions {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .rh-site-footer {
    padding-top: 42px;
  }

  .rh-footer-main {
    gap: 31px 44px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-footer-brand {
    grid-column: 1 / -1;
  }

  .rh-footer-brand p {
    max-width: 470px;
  }

  .rh-footer-bottom {
    margin-top: 29px;
  }

  .rh-footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .rh-legal-article {
    padding-top: 126px;
    width: min(100% - 40px, 880px);
  }

  .rh-legal-hero {
    margin-left: 0;
    padding-bottom: 58px;
  }

  .rh-legal-back {
    margin-bottom: 38px;
  }

  .rh-legal-section {
    gap: 32px;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .rh-footer-main {
    gap: 30px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-footer-brand {
    grid-column: 1 / -1;
    padding-bottom: 0;
  }

  .rh-footer-column h2 {
    margin-bottom: 12px;
  }

  .rh-footer-bottom {
    margin-top: 28px;
  }

  .rh-footer-legal {
    align-items: center;
    flex-direction: row;
    gap: 9px 14px;
    justify-content: center;
  }

  .rh-footer-legal > * + * {
    border-left: 0;
    padding-left: 0;
  }

  .rh-footer-meta {
    align-items: center;
    gap: 5px;
    justify-content: center;
    line-height: 1.55;
    margin-top: 11px;
    text-align: center;
  }

  .rh-cookie-banner {
    border-radius: 20px;
    bottom: 8px;
    gap: 18px;
    max-height: calc(100dvh - 16px);
    max-width: calc(100vw - 16px);
    overflow-y: auto;
    padding: 20px;
  }

  .rh-cookie-banner-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rh-cookie-banner-actions .rh-cookie-button-configure {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .rh-cookie-button {
    min-height: 46px;
    padding-inline: 13px;
    white-space: normal;
  }

  .rh-cookie-modal {
    align-items: end;
    padding: 0;
  }

  .rh-cookie-dialog {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 24px 24px 0 0;
    max-height: calc(100dvh - 12px);
    max-width: none;
    padding: 30px 20px calc(20px + env(safe-area-inset-bottom));
  }

  .rh-cookie-close {
    right: 17px;
    top: 17px;
  }

  .rh-cookie-dialog h2 {
    max-width: calc(100% - 55px);
  }

  .rh-cookie-dialog-intro {
    padding-right: 8px;
  }

  .rh-cookie-preferences {
    margin-top: 20px;
  }

  .rh-cookie-preference {
    gap: 14px;
    padding: 17px 0;
  }

  .rh-cookie-dialog-actions {
    align-items: stretch;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .rh-cookie-dialog-actions a {
    align-self: center;
    grid-row: 2;
    justify-self: center;
    margin-top: 3px;
  }

  .rh-cookie-dialog-actions .rh-cookie-button {
    grid-row: 1;
    width: 100%;
  }

  .rh-legal-article {
    padding: 100px 0 74px;
    width: min(100% - 28px, 680px);
  }

  .rh-legal-hero {
    padding-bottom: 42px;
  }

  .rh-legal-back {
    margin-bottom: 29px;
  }

  .rh-legal-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .rh-legal-intro {
    font-size: 0.94rem;
    margin-top: 21px;
  }

  .rh-legal-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    width: 100%;
  }

  .rh-legal-nav a {
    min-height: 44px;
    padding-inline: 8px;
  }

  .rh-legal-section {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 36px 0 40px;
  }

  .rh-legal-section-heading {
    gap: 8px;
  }

  .rh-legal-section h2 {
    margin: 0;
  }

  .rh-legal-copy {
    font-size: 0.84rem;
  }

  .rh-legal-facts {
    grid-template-columns: 1fr;
  }

  .rh-legal-facts div,
  .rh-legal-facts div:nth-child(odd),
  .rh-legal-facts div:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(31, 112, 171, 0.09);
    border-right: 0;
    grid-column: auto;
  }

  .rh-legal-facts div:last-child {
    border-bottom: 0;
  }

  .rh-legal-detail-list li {
    gap: 5px;
    grid-template-columns: 1fr;
    padding: 14px 0 !important;
  }

  .rh-legal-table-wrap {
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  .rh-legal-table,
  .rh-legal-table tbody,
  .rh-legal-table tr,
  .rh-legal-table td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .rh-legal-table thead {
    display: none;
  }

  .rh-legal-table tr {
    background: linear-gradient(145deg, #fbfdff, #f5f9fc);
    border: 1px solid rgba(31, 112, 171, 0.11);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 7px 14px;
  }

  .rh-legal-table td {
    align-items: start;
    border-bottom: 1px solid rgba(31, 112, 171, 0.08);
    display: grid;
    gap: 12px;
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 10px 0;
  }

  .rh-legal-table td::before {
    color: var(--rh-copy-soft);
    content: attr(data-label);
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .rh-legal-table td:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rh-footer-social,
  .rh-cookie-button,
  .rh-cookie-switch > span:last-child,
  .rh-cookie-switch > span:last-child::after,
  .rh-legal-back svg {
    transition: none;
  }
}

/* Configurador comercial */
.rh-plan-page {
  background:
    radial-gradient(circle 420px at 88% 5%, rgba(56, 190, 255, 0.08), transparent 72%),
    linear-gradient(180deg, #fff 0%, #fbfdff 36%, #f5f8fb 100%);
  min-height: 100vh;
  overflow: clip;
  padding: clamp(84px, 6vw, 96px) 0 clamp(56px, 4vw, 64px);
  position: relative;
}

.rh-plan-shell {
  position: relative;
  z-index: 1;
}

.rh-plan-intro {
  margin: 0 auto;
  max-width: 1260px;
  text-align: center;
}

.rh-plan-intro h1 {
  color: var(--rh-ink-strong);
  font-size: clamp(3.15rem, 5vw, 4.75rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}

.rh-plan-intro h1 .rh-gradient-text {
  display: inline-block;
  margin-left: 0.1em;
}

.rh-plan-intro > p:last-child {
  color: var(--rh-copy);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.75;
  margin: 18px auto 0;
  max-width: 720px;
}

.rh-plan-configurator {
  align-items: start;
  display: grid;
  gap: clamp(24px, 2.8vw, 38px);
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.39fr);
  margin-top: clamp(28px, 3vw, 40px);
}

.rh-plan-builder {
  min-width: 0;
}

.rh-plan-step {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.rh-plan-step + .rh-plan-step {
  border-top: 1px solid rgba(31, 112, 171, 0.1);
  margin-top: 22px;
  padding-top: 22px;
}

.rh-plan-step legend {
  align-items: center;
  display: grid;
  float: left;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rh-plan-step legend + * {
  clear: both;
}

.rh-plan-step legend > span:first-child {
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--rh-pulse-dot), var(--rh-blue-deep)) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--rh-blue-deep);
  display: flex;
  font-size: 0.72rem;
  font-weight: 720;
  grid-row: 1 / 3;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.rh-plan-step legend strong {
  color: var(--rh-ink-strong);
  font-size: 1.04rem;
  font-weight: 660;
  grid-column: 2;
  letter-spacing: -0.025em;
  line-height: 1.2;
  padding-left: 12px;
}

.rh-plan-step legend small {
  color: var(--rh-copy-soft);
  font-size: 0.7rem;
  grid-column: 2;
  line-height: 1.35;
  margin-top: 2px;
  padding-left: 12px;
}

.rh-plan-token-guide {
  align-self: center;
  grid-column: 3;
  grid-row: 1 / 3;
  justify-self: end;
  position: relative;
  z-index: 30;
}

.rh-plan-token-guide-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--rh-blue-deep);
  cursor: help;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 650;
  gap: 7px;
  line-height: 1.2;
  padding: 5px 0 5px 8px;
  transition: color 160ms ease;
}

.rh-plan-token-guide-button:hover,
.rh-plan-token-guide-button:focus-visible,
.rh-plan-token-guide.is-open .rh-plan-token-guide-button {
  color: var(--rh-blue);
}

.rh-plan-token-guide-button:focus-visible {
  border-radius: 999px;
  outline: 3px solid rgba(27, 125, 255, 0.2);
  outline-offset: 2px;
}

.rh-plan-token-guide-icon {
  align-items: center;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 4px 11px rgba(27, 125, 255, 0.12);
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 0.64rem;
  font-weight: 750;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}

.rh-plan-token-guide .rh-plan-token-guide-tooltip {
  right: 0;
  text-align: left;
  top: calc(100% + 8px);
  width: min(300px, calc(100vw - 76px));
}

.rh-plan-token-guide:hover .rh-plan-token-tooltip,
.rh-plan-token-guide.is-open .rh-plan-token-tooltip,
.rh-plan-token-guide-button:focus-visible + .rh-plan-token-tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.rh-plan-options {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 18px;
}

.rh-plan-option,
.rh-plan-custom-option,
.rh-plan-channel-option,
.rh-plan-campaign-option {
  cursor: pointer;
  position: relative;
}

.rh-plan-option input,
.rh-plan-custom-option input,
.rh-plan-channel-option input,
.rh-plan-campaign-option input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.rh-plan-option {
  background:
    linear-gradient(145deg, #fff, #f9fcff) padding-box,
    linear-gradient(rgba(31, 112, 171, 0.2), rgba(31, 112, 171, 0.13)) border-box;
  border: 1px solid transparent;
  border-radius: 21px;
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(31, 83, 130, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.rh-plan-option:hover {
  box-shadow: 0 15px 34px rgba(31, 83, 130, 0.11);
  transform: translateY(-2px);
}

.rh-plan-option:has(input:checked) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.99)) padding-box,
    linear-gradient(135deg, var(--rh-pulse-dot), var(--rh-blue-deep)) border-box;
  box-shadow: 0 18px 38px rgba(56, 190, 255, 0.18);
}

.rh-plan-option:has(input:focus-visible),
.rh-plan-custom-option:has(input:focus-visible),
.rh-plan-channel-option:has(input:focus-visible),
.rh-plan-campaign-option:has(input:focus-visible) {
  outline: 3px solid rgba(27, 125, 255, 0.24);
  outline-offset: 3px;
}

.rh-plan-recommended {
  background: #eaf5ff;
  border-radius: 999px;
  color: var(--rh-blue-deep);
  font-size: 0.61rem;
  font-weight: 720;
  letter-spacing: 0.035em;
  padding: 5px 8px;
  position: absolute;
  right: 13px;
  text-transform: uppercase;
  top: 13px;
}

.rh-plan-option-name {
  color: var(--rh-ink-strong);
  font-size: 0.83rem;
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.3;
  min-height: 24px;
  padding-right: 72px;
}

.rh-plan-option-price {
  align-items: baseline;
  display: flex;
  gap: 5px;
  margin-top: 17px;
}

.rh-plan-option-price strong {
  color: var(--rh-ink-strong);
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 1;
}

.rh-plan-option-price small {
  color: var(--rh-copy-soft);
  font-size: 0.65rem;
}

.rh-plan-token-value {
  align-items: baseline;
  color: var(--rh-blue-deep);
  display: flex;
  gap: 5px;
  margin-top: 16px;
}

.rh-plan-token-value strong {
  font-size: 0.78rem;
  font-weight: 680;
}

.rh-plan-token-value small {
  color: var(--rh-copy-soft);
  font-size: 0.63rem;
  font-weight: 520;
  line-height: 1.45;
}

.rh-plan-user-limit {
  align-items: center;
  color: #466780;
  display: flex;
  font-size: 0.63rem;
  font-weight: 620;
  gap: 4px;
  line-height: 1.35;
  margin-top: 5px;
}

.rh-plan-user-limit svg {
  color: var(--rh-blue);
  flex: 0 0 13px;
  height: 13px;
  width: 13px;
}

.rh-plan-token-extra {
  align-self: flex-start;
  background: #edf6fd;
  border-radius: 999px;
  color: var(--rh-blue-deep);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 7px;
  padding: 5px 9px;
}

.rh-plan-choice,
.rh-plan-channel-check,
.rh-plan-campaign-check {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 112, 171, 0.18);
  border-radius: 50%;
  color: transparent;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.rh-plan-choice {
  bottom: 16px;
  position: absolute;
  right: 16px;
}

.rh-plan-choice svg,
.rh-plan-channel-check svg,
.rh-plan-campaign-check svg {
  height: 14px;
  width: 14px;
}

.rh-plan-option:has(input:checked) .rh-plan-choice,
.rh-plan-custom-option:has(input:checked) .rh-plan-choice,
.rh-plan-channel-option:has(input:checked) .rh-plan-channel-check,
.rh-plan-campaign-option:has(input:checked) .rh-plan-campaign-check {
  background: var(--rh-blue);
  border-color: var(--rh-blue);
  color: #fff;
}

.rh-plan-custom-option {
  align-items: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
  border: 1px solid rgba(31, 112, 171, 0.14);
  border-radius: 17px;
  box-shadow: 0 10px 25px rgba(31, 83, 130, 0.07);
  display: grid;
  gap: 11px;
  grid-template-columns: 36px minmax(0, 1fr) auto 22px;
  margin-top: 8px;
  min-height: 54px;
  padding: 6px 12px;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.rh-plan-custom-option:hover {
  box-shadow: 0 14px 30px rgba(31, 83, 130, 0.11);
  transform: translateY(-2px);
}

.rh-plan-custom-option:has(input:checked) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.99)) padding-box,
    linear-gradient(135deg, var(--rh-pulse-dot), var(--rh-blue-deep)) border-box;
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(56, 190, 255, 0.16);
}

.rh-plan-custom-symbol {
  align-items: center;
  background: #edf6ff;
  border-radius: 12px;
  color: var(--rh-blue-deep);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.rh-plan-custom-symbol svg {
  height: 21px;
  width: 21px;
}

.rh-plan-custom-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.rh-plan-custom-copy .rh-plan-option-name {
  min-height: 0;
  padding: 0;
}

.rh-plan-custom-copy small {
  color: var(--rh-copy);
  font-size: 0.64rem;
  line-height: 1.4;
}

.rh-plan-custom-price {
  background: #eaf5ff;
  border-radius: 999px;
  color: var(--rh-blue-deep);
  font-size: 0.61rem;
  font-weight: 680;
  padding: 5px 8px;
  white-space: nowrap;
}

.rh-plan-custom-option .rh-plan-choice {
  bottom: auto;
  position: static;
  right: auto;
}

.rh-plan-channel-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 18px;
}

.rh-plan-channel-option {
  align-items: center;
  background:
    linear-gradient(#fbfdff, #fbfdff) padding-box,
    linear-gradient(rgba(31, 112, 171, 0.12), rgba(31, 112, 171, 0.12)) border-box;
  border: 1px solid transparent;
  border-radius: 17px;
  display: grid;
  gap: 11px;
  grid-template-columns: 34px minmax(0, 1fr) 20px;
  min-height: 66px;
  padding: 11px 12px;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.rh-plan-channel-option:hover {
  box-shadow: 0 11px 26px rgba(31, 83, 130, 0.09);
  transform: translateY(-1px);
}

.rh-plan-channel-option:has(input:checked) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.99)) padding-box,
    linear-gradient(135deg, var(--rh-pulse-dot), var(--rh-blue-deep)) border-box;
  box-shadow: 0 12px 27px rgba(56, 190, 255, 0.13);
}

.rh-plan-channel-icon {
  align-items: center;
  border-radius: 11px;
  color: #fff;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.rh-plan-channel-icon svg {
  height: 18px;
  width: 18px;
}

.rh-plan-channel-icon.rh-channel-badge-whatsapp svg,
.rh-plan-channel-icon.rh-channel-badge-instagram svg {
  height: 21px;
  width: 21px;
}

.rh-plan-channel-icon.rh-channel-badge-web svg {
  height: 24px;
  width: 24px;
}

.rh-plan-channel-icon.rh-channel-badge-email svg {
  height: 20px;
  width: 20px;
}

.rh-plan-channel-icon.rh-channel-badge-telegram svg {
  height: 20px;
  width: 20px;
}

.rh-plan-channel-icon.rh-channel-badge-messenger {
  color: #087bff;
}

.rh-plan-channel-icon.rh-channel-badge-messenger svg {
  height: 20px;
  width: 20px;
}

.rh-plan-channel-name {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.rh-plan-channel-name strong {
  color: var(--rh-ink-strong);
  font-size: 0.72rem;
  font-weight: 640;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rh-plan-channel-name small {
  color: var(--rh-copy-soft);
  font-size: 0.6rem;
}

.rh-plan-channel-check {
  height: 20px;
  width: 20px;
}

.rh-plan-campaign-addon {
  border-top: 1px solid rgba(31, 112, 171, 0.1);
  margin-top: 22px;
  padding-top: 14px;
}

.rh-plan-campaign-option {
  align-items: center;
  background:
    linear-gradient(145deg, #fbfdff, #f8fcff) padding-box,
    linear-gradient(rgba(31, 112, 171, 0.12), rgba(31, 112, 171, 0.12)) border-box;
  border: 1px solid transparent;
  border-radius: 17px;
  display: grid;
  gap: 13px;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  margin: 0;
  padding: 12px 14px;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.rh-plan-campaign-option:hover {
  box-shadow: 0 12px 28px rgba(31, 83, 130, 0.1);
  transform: translateY(-1px);
}

.rh-plan-campaign-option:has(input:checked) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(246, 251, 255, 0.99)) padding-box,
    linear-gradient(135deg, var(--rh-pulse-dot), var(--rh-blue-deep)) border-box;
  box-shadow: 0 14px 30px rgba(56, 190, 255, 0.14);
}

.rh-plan-campaign-symbol {
  align-items: center;
  background: #eaf5ff;
  border-radius: 14px;
  color: var(--rh-blue-deep);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.rh-plan-campaign-symbol svg {
  height: 20px;
  width: 20px;
}

.rh-plan-campaign-option > span:nth-child(3) {
  display: grid;
  gap: 4px;
}

.rh-plan-campaign-option strong {
  color: var(--rh-ink-strong);
  font-size: 0.78rem;
  font-weight: 650;
}

.rh-plan-campaign-option small {
  color: var(--rh-copy);
  font-size: 0.65rem;
  line-height: 1.45;
}

.rh-plan-summary {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(107, 248, 255, 0.92), rgba(27, 125, 255, 0.72)) border-box;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(31, 83, 130, 0.13);
  padding: clamp(24px, 2.1vw, 28px);
  position: sticky;
  top: 82px;
}

.rh-plan-summary-kicker {
  color: var(--rh-blue-deep);
  font-size: 0.68rem;
  font-weight: 690;
  letter-spacing: 0.045em;
  margin: 0;
  text-transform: uppercase;
}

.rh-plan-summary h2 {
  color: var(--rh-ink-strong);
  font-size: clamp(1.75rem, 2.5vw, 2.2rem);
  font-weight: 630;
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 9px 0 0;
}

.rh-plan-summary-capacity {
  background: #f3f8fc;
  border: 1px solid rgba(31, 112, 171, 0.1);
  border-radius: 18px;
  margin-top: 14px;
  padding: 13px 15px;
  position: relative;
}

.rh-plan-summary-capacity span,
.rh-plan-summary-capacity small {
  color: var(--rh-copy-soft);
  font-size: 0.62rem;
}

.rh-plan-summary-capacity-label {
  display: block;
  padding-right: 30px;
}

.rh-plan-summary-capacity-grid {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 5px;
}

.rh-plan-summary-token-value {
  align-items: baseline;
  display: flex;
  gap: 6px;
  min-width: 0;
}

.rh-plan-summary-token-value strong {
  color: var(--rh-blue-deep);
  font-size: 1.22rem;
  font-weight: 680;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.rh-plan-summary-token-value small {
  color: var(--rh-copy-soft);
  font-size: 0.64rem;
}

.rh-plan-summary-user-value {
  border-left: 1px solid rgba(31, 112, 171, 0.14);
  display: grid;
  gap: 2px;
  min-width: 100px;
  padding-left: 14px;
}

.rh-plan-summary-user-value strong {
  color: var(--rh-blue-deep);
  font-size: 0.86rem;
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.rh-plan-summary-user-value small {
  color: var(--rh-copy-soft);
  font-size: 0.6rem;
  line-height: 1.25;
  white-space: nowrap;
}

.rh-plan-summary-custom-capacity {
  display: grid;
  gap: 2px;
}

.rh-plan-summary-custom-capacity[hidden] {
  display: none;
}

.rh-plan-summary-custom-capacity strong {
  color: var(--rh-blue-deep);
  font-size: 0.9rem;
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-top: 1px;
}

.rh-plan-summary-custom-capacity small {
  color: var(--rh-copy-soft);
  font-size: 0.61rem;
  line-height: 1.35;
}

.rh-plan-token-info {
  align-items: center;
  display: inline-flex;
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 20;
}

.rh-plan-token-info-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rh-blue);
  border-radius: 50%;
  box-shadow: 0 4px 11px rgba(27, 125, 255, 0.14);
  color: var(--rh-blue);
  cursor: help;
  display: inline-flex;
  flex: 0 0 18px;
  font-family: inherit;
  font-size: 0.64rem;
  font-weight: 750;
  height: 18px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 18px;
  z-index: 2;
}

.rh-plan-token-info-button:hover,
.rh-plan-token-info-button:focus-visible,
.rh-plan-token-info.is-open .rh-plan-token-info-button {
  background: #fff;
  border-color: var(--rh-blue-deep);
  box-shadow: 0 6px 15px rgba(27, 125, 255, 0.2);
}

.rh-plan-token-info-button:focus-visible {
  outline: 3px solid rgba(27, 125, 255, 0.2);
  outline-offset: 2px;
}

.rh-plan-token-info-button::before {
  content: "";
  inset: -8px;
  position: absolute;
}

.rh-plan-token-tooltip {
  --rh-plan-tooltip-background: #f8fcff;
  --rh-plan-tooltip-border: rgba(27, 125, 255, 0.58);
  background: var(--rh-plan-tooltip-background);
  border: 1px solid var(--rh-plan-tooltip-border);
  border-radius: 16px;
  box-shadow: 0 20px 44px rgba(31, 83, 130, 0.2);
  color: var(--rh-ink-strong);
  left: auto;
  opacity: 0;
  padding: 14px 15px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: calc(100% + 8px);
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
  visibility: hidden;
  width: min(276px, calc(100vw - 76px));
  z-index: 20;
}

.rh-plan-token-info:hover .rh-plan-token-tooltip,
.rh-plan-token-info.is-open .rh-plan-token-tooltip,
.rh-plan-token-info-button:focus-visible + .rh-plan-token-tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.rh-plan-token-tooltip strong {
  color: var(--rh-ink-strong);
  display: block;
  font-size: 0.73rem;
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.rh-plan-token-tooltip strong span {
  color: var(--rh-blue-deep);
  font-size: inherit;
}

.rh-plan-token-tooltip > span,
.rh-plan-token-tooltip em {
  color: var(--rh-copy);
  display: block;
  font-size: 0.62rem;
  line-height: 1.48;
  margin-top: 6px;
}

.rh-plan-token-tooltip em {
  background: rgba(27, 125, 255, 0.07);
  border-left: 2px solid rgba(27, 125, 255, 0.52);
  border-radius: 0 7px 7px 0;
  color: #466780;
  font-style: normal;
  padding: 6px 8px;
}

.rh-plan-summary-lines {
  border-top: 1px solid rgba(31, 112, 171, 0.1);
  margin: 12px 0 0;
  padding: 12px 0 0;
}

.rh-plan-summary-lines > div {
  align-items: baseline;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.rh-plan-summary-lines > div + div {
  margin-top: 9px;
}

.rh-plan-summary-lines dt,
.rh-plan-summary-lines dd {
  font-size: 0.69rem;
  margin: 0;
}

.rh-plan-summary-lines dt {
  color: var(--rh-copy-soft);
}

.rh-plan-summary-lines dd {
  color: var(--rh-ink-strong);
  font-weight: 650;
}

.rh-plan-summary-selection {
  margin-top: 12px;
  min-height: 93px;
}

.rh-plan-summary-selection > span {
  color: var(--rh-copy-soft);
  font-size: 0.63rem;
}

.rh-plan-summary-selection ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 9px 0 0;
  padding: 0;
}

.rh-plan-summary-selection li,
.rh-plan-summary-selection > p {
  background: #edf5fb;
  border-radius: 999px;
  color: #466780;
  font-size: 0.61rem;
  font-weight: 580;
  line-height: 1.4;
  margin: 0;
  padding: 5px 8px;
}

.rh-plan-summary-selection .rh-plan-summary-channel-item {
  background: none;
  border-radius: 8px;
  display: flex;
  padding: 0;
}

.rh-plan-summary-selection .rh-plan-summary-channel-icon {
  border-radius: 8px;
  height: 27px;
  width: 27px;
}

.rh-plan-summary-selection .rh-plan-summary-channel-icon svg {
  height: 17px;
  width: 17px;
}

.rh-plan-summary-selection > p {
  background: #e8f5ff;
  color: var(--rh-blue-deep);
  display: inline-flex;
  margin-top: 7px;
}

.rh-plan-summary-selection > p[hidden] {
  display: none;
}

.rh-plan-summary-total {
  display: grid;
  margin-top: 12px;
}

.rh-plan-summary-total span,
.rh-plan-summary-total small {
  color: var(--rh-copy-soft);
  font-size: 0.63rem;
}

.rh-plan-summary-total strong {
  color: var(--rh-ink-strong);
  font-size: clamp(2rem, 3vw, 2.55rem);
  font-weight: 660;
  letter-spacing: -0.065em;
  line-height: 1;
  margin: 7px 0 5px;
}

.rh-plan-submit {
  align-items: center;
  background: var(--rh-gradient);
  border-radius: 999px;
  box-shadow: var(--rh-shadow-blue);
  color: #071f36;
  display: flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  margin-top: 16px;
  min-height: 50px;
  padding: 13px 18px;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.rh-plan-submit:hover,
.rh-plan-submit:focus-visible {
  box-shadow: var(--rh-shadow-blue-hover);
  color: #071f36;
  transform: translateY(-2px);
}

.rh-plan-submit:focus-visible {
  outline: 3px solid rgba(27, 125, 255, 0.25);
  outline-offset: 3px;
}

.rh-plan-submit svg {
  height: 17px;
  width: 17px;
}

.rh-plan-submit-note {
  color: var(--rh-copy-soft);
  font-size: 0.62rem;
  line-height: 1.55;
  margin: 9px 4px 0;
  text-align: center;
}

@media (max-width: 1120px) {
  .rh-plan-configurator {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .rh-plan-options {
    grid-template-columns: 1fr;
  }

  .rh-plan-option {
    min-height: 172px;
  }

  .rh-plan-channel-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .rh-plan-configurator {
    grid-template-columns: 1fr;
  }

  .rh-plan-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-plan-option {
    min-height: 205px;
  }

  .rh-plan-summary {
    position: static;
  }
}

@media (max-width: 700px) {
  .rh-plan-page {
    padding: 88px 0 64px;
  }

  .rh-plan-intro h1 {
    font-size: clamp(2.7rem, 12.8vw, 3.65rem);
  }

  .rh-plan-intro > p:last-child {
    font-size: 0.91rem;
    line-height: 1.68;
  }

  .rh-plan-configurator {
    margin-top: 30px;
  }

  .rh-plan-summary {
    border-radius: 25px;
  }

  .rh-plan-step {
    padding: 0;
  }

  .rh-plan-step + .rh-plan-step {
    margin-top: 20px;
    padding-top: 20px;
  }

  .rh-plan-options {
    grid-template-columns: 1fr;
  }

  .rh-plan-option {
    min-height: 170px;
  }

  .rh-plan-custom-option {
    gap: 10px;
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    padding: 10px 12px;
  }

  .rh-plan-custom-symbol {
    height: 38px;
    width: 38px;
  }

  .rh-plan-custom-price {
    display: none;
  }

  .rh-plan-channel-options {
    grid-template-columns: 1fr;
  }

  .rh-plan-campaign-addon {
    margin-top: 20px;
    padding-top: 12px;
  }
}

@media (max-width: 380px) {
  .rh-plan-intro h1 {
    font-size: 2.65rem;
  }

  .rh-plan-campaign-option {
    align-items: start;
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    padding: 11px;
  }

  .rh-plan-campaign-symbol {
    border-radius: 11px;
    height: 36px;
    width: 36px;
  }

  .rh-plan-summary-capacity {
    min-height: 93px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rh-plan-option,
  .rh-plan-custom-option,
  .rh-plan-channel-option,
  .rh-plan-campaign-option,
  .rh-plan-token-guide-button,
  .rh-plan-token-info-button,
  .rh-plan-token-tooltip,
  .rh-plan-submit {
    transition: none;
  }

  .rh-plan-option:hover,
  .rh-plan-custom-option:hover,
  .rh-plan-channel-option:hover,
  .rh-plan-submit:hover,
  .rh-plan-submit:focus-visible {
    transform: none;
  }
}

/* Hotel sector page */

.rh-hotels-page {
  --rh-hotel-section-intro-size: 0.96rem;
  --rh-hotel-section-title-size: clamp(3rem, 3.8vw, 3.55rem);
  background: #fff;
}

.rh-hotel-hero {
  --rh-hero-corner-glow-core: rgba(56, 190, 255, 0.23);
  --rh-hero-corner-glow-mid: rgba(56, 190, 255, 0.085);
  --rh-hero-corner-glow-reach: 36%;
  background:
    radial-gradient(
      circle at 96% 4%,
      var(--rh-hero-corner-glow-core) 0%,
      var(--rh-hero-corner-glow-mid) 18%,
      transparent var(--rh-hero-corner-glow-reach)
    ),
    radial-gradient(circle at 64% 38%, rgba(27, 125, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5faff 100%);
  overflow: hidden;
  padding: 126px 0 56px;
  position: relative;
}

.rh-hotel-hero::before {
  background-image:
    linear-gradient(rgba(27, 125, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 125, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(110deg, #000 0%, transparent 62%);
  pointer-events: none;
  position: absolute;
}

.rh-hotel-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 5vw, 78px);
  grid-template-columns: minmax(410px, 0.87fr) minmax(560px, 1.13fr);
  position: relative;
  z-index: 1;
}

.rh-hotel-hero-copy,
.rh-hotel-command {
  min-width: 0;
}

.rh-hotel-hero h1 {
  color: var(--rh-ink-strong);
  font-size: clamp(3.1rem, 4.15vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0;
  max-width: 690px;
}

.rh-hotel-hero h1 .rh-gradient-text {
  margin-top: 0.08em;
}

.rh-hotel-hero-statement {
  color: var(--rh-ink-strong);
  font-size: clamp(1.03rem, 1.22vw, 1.16rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 610px;
}

.rh-hotel-hero-intro {
  color: var(--rh-copy);
  font-size: 0.98rem;
  line-height: 1.72;
  margin: 20px 0 0;
  max-width: 610px;
}

.rh-hotel-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.rh-hotel-hero-points li {
  align-items: center;
  color: #3e5b73;
  display: flex;
  font-size: 0.78rem;
  font-weight: 650;
  gap: 6px;
}

.rh-hotel-hero-points svg {
  color: var(--rh-blue);
  height: 15px;
  width: 15px;
}

.rh-hotel-command {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 253, 0.96));
  border: 1px solid rgba(16, 42, 67, 0.11);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(24, 78, 125, 0.16);
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.rh-hotel-command::after {
  background: linear-gradient(90deg, transparent, rgba(107, 248, 255, 0.36), transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 54px;
}

.rh-hotel-command-top {
  align-items: center;
  display: flex;
  height: 54px;
  justify-content: space-between;
  padding: 0 20px 0 24px;
}

.rh-hotel-command-topic {
  color: var(--rh-blue-deep);
  font-size: 0.56rem;
  font-weight: 780;
  letter-spacing: 0.085em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rh-hotel-command-status {
  align-items: center;
  color: var(--rh-copy-soft);
  display: flex;
  font-size: 0.56rem;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.rh-hotel-command-status i {
  animation: rh-hotel-status 2.5s ease-in-out infinite;
  background: var(--rh-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(107, 248, 255, 0.12);
  display: block;
  height: 6px;
  width: 6px;
}

.rh-hotel-command-canvas {
  cursor: pointer;
  height: 446px;
  position: relative;
}

.rh-hotel-concierge-demo {
  background: linear-gradient(155deg, rgba(250, 253, 255, 0.88), rgba(237, 246, 252, 0.82));
  overflow: hidden;
}

.rh-hotel-concierge-demo::before {
  background-image:
    linear-gradient(rgba(27, 125, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 125, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(135deg, #000, transparent 78%);
  pointer-events: none;
  position: absolute;
}

.rh-hotel-concierge-scene {
  inset: 22px 27px 48px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(8px);
  z-index: 1;
}

.rh-hotel-concierge-scene.is-active {
  animation: none;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.rh-hotels-page .rh-hotel-concierge-scene.is-sector-leaving {
  animation: rh-sector-window-leave 280ms cubic-bezier(0.4, 0, 1, 1) both;
  pointer-events: none;
  z-index: 1;
}

.rh-hotels-page .rh-hotel-concierge-scene.is-active.is-sector-entering {
  animation: rh-sector-window-enter 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
  z-index: 2;
}

.rh-hotels-page .rh-hotel-command-topic.is-sector-switching {
  animation: rh-sector-topic-switch 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes rh-sector-window-leave {
  from { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0; transform: translate3d(-7px, -1px, 0) scale(0.998); }
}

@keyframes rh-sector-window-enter {
  from { opacity: 0; transform: translate3d(10px, 3px, 0) scale(0.997); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes rh-sector-topic-switch {
  from { opacity: 0.38; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}

.rh-hotel-window-heading {
  max-width: 94%;
}

.rh-hotel-window-heading > strong {
  color: var(--rh-ink-strong);
  display: block;
  font-size: clamp(1.04rem, 1.4vw, 1.24rem);
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-top: 0;
}

.rh-hotel-chat-thread {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.rh-hotel-chat-message {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin: 0;
  max-width: 91%;
}

.rh-hotel-chat-message.is-guest {
  align-self: flex-end;
  justify-content: flex-end;
  max-width: 82%;
}

.rh-hotel-chat-message > img {
  flex: 0 0 auto;
  height: 24px;
  margin-top: 2px;
  width: 24px;
}

.rh-hotel-chat-bubble {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 4px 14px 14px;
  box-shadow: 0 10px 24px rgba(31, 83, 130, 0.07);
  min-width: 0;
  padding: 8px 11px;
}

.rh-hotel-chat-message.is-guest .rh-hotel-chat-bubble {
  background: linear-gradient(145deg, rgba(27, 125, 255, 0.1), rgba(107, 248, 255, 0.1));
  border-color: rgba(27, 125, 255, 0.13);
  border-radius: 14px 4px 14px 14px;
  box-shadow: none;
}

.rh-hotel-chat-message.is-agent .rh-hotel-chat-bubble {
  background: rgba(241, 251, 251, 0.96);
  border-color: rgba(36, 194, 201, 0.16);
}

.rh-hotel-chat-bubble > span {
  color: var(--rh-blue-deep);
  display: block;
  font-size: 0.47rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rh-hotel-chat-bubble > p {
  color: var(--rh-ink-strong);
  font-size: clamp(0.66rem, 0.78vw, 0.76rem);
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.34;
  margin: 3px 0 0;
}

.rh-hotel-chat-link {
  align-items: center;
  background: linear-gradient(100deg, rgba(107, 248, 255, 0.18), rgba(27, 125, 255, 0.11));
  border: 1px solid rgba(27, 125, 255, 0.13);
  border-radius: 8px;
  color: var(--rh-blue-deep);
  display: flex;
  font-size: 0.59rem;
  font-weight: 750;
  gap: 10px;
  justify-content: space-between;
  margin-top: 6px;
  padding: 6px 8px;
}

.rh-hotel-chat-caption {
  align-items: center;
  color: var(--rh-copy-soft);
  display: flex;
  font-size: 0.55rem;
  gap: 6px;
  margin: 9px 0 0 32px;
}

.rh-hotel-chat-caption i,
.rh-hotel-chat-event i {
  background: #48bfd7;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(72, 191, 215, 0.1);
  display: block;
  flex: 0 0 auto;
  height: 5px;
  width: 5px;
}

.rh-hotel-chat-event {
  align-items: center;
  align-self: stretch;
  background: rgba(243, 248, 252, 0.9);
  border: 1px solid rgba(16, 42, 67, 0.07);
  border-radius: 9px;
  color: var(--rh-copy-soft);
  display: flex;
  font-size: 0.5rem;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 0 32px;
  padding: 7px 9px;
}

.rh-hotel-chat-event > span {
  align-items: center;
  display: flex;
  gap: 6px;
}

.rh-hotel-chat-event strong {
  color: var(--rh-ink-strong);
}

.rh-hotel-chat-event b {
  background: rgba(72, 191, 215, 0.12);
  border-radius: 99px;
  color: #18788b;
  font-size: 0.46rem;
  padding: 5px 7px;
  white-space: nowrap;
}

.rh-hotel-concierge-avatar {
  align-items: center;
  background: linear-gradient(135deg, var(--rh-cyan), var(--rh-blue));
  border-radius: 50%;
  color: var(--rh-ink-strong) !important;
  display: inline-flex !important;
  font-size: 0.57rem !important;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.rh-hotel-concierge-progress {
  align-items: center;
  bottom: 18px;
  display: flex;
  gap: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.rh-hotel-concierge-progress button {
  --rh-hotel-window-accent: #1760d5;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 26px;
  padding: 0;
  position: relative;
  transition: width 220ms ease;
  width: 18px;
}

.rh-hotel-concierge-progress button::before {
  background: var(--rh-hotel-window-accent);
  border-radius: 99px;
  content: "";
  height: 4px;
  inset: 50% 0 auto;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0.2;
  transition: opacity 220ms ease;
}

.rh-hotel-concierge-progress button:nth-child(2) { --rh-hotel-window-accent: #1b7dff; }
.rh-hotel-concierge-progress button:nth-child(3) { --rh-hotel-window-accent: #249fff; }
.rh-hotel-concierge-progress button:nth-child(4) { --rh-hotel-window-accent: #3ccfff; }
.rh-hotel-concierge-progress button:nth-child(5) { --rh-hotel-window-accent: #63e9f6; }

.rh-hotel-concierge-progress button[aria-selected="true"] {
  width: 32px;
}

.rh-hotel-concierge-progress button[aria-selected="true"]::before {
  opacity: 1;
}

@keyframes rh-hotel-status {
  50% { box-shadow: 0 0 0 7px rgba(107, 248, 255, 0); }
}

.rh-hotel-trust-content {
  margin-top: clamp(24px, 3vw, 38px);
  position: relative;
  text-align: left;
  z-index: 1;
}

.rh-hotel-trust-title {
  color: var(--rh-copy-soft);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 0;
}

.rh-sector-topic-rail {
  height: 98px;
  margin-top: 4px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  overflow: hidden;
  padding: 8px 0 10px;
  position: relative;
}

.rh-sector-topic-track {
  animation: rh-sector-topic-flow 58s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.rh-sector-topic-rail:not([data-market-motion="ready"]):hover .rh-sector-topic-track {
  animation-play-state: paused;
}

.rh-sector-topic-rail:focus-visible {
  border-radius: 17px;
  box-shadow: inset 0 0 0 2px rgba(27, 125, 255, 0.78);
  outline: none;
}

@keyframes rh-sector-topic-flow {
  to {
    transform: translateX(-50%);
  }
}

.rh-sector-topic-set {
  display: flex;
  gap: 12px;
  padding-right: 12px;
}

.rh-sector-topic-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(36, 124, 255, 0.12);
  border-radius: 17px;
  box-shadow: 0 9px 24px rgba(31, 83, 130, 0.055);
  color: var(--rh-copy);
  display: grid;
  gap: 11px;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 78px;
  padding: 10px 14px;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  width: clamp(238px, 19vw, 270px);
}

.rh-sector-topic-card i {
  align-items: center;
  background: rgba(237, 246, 255, 0.9);
  border: 1px solid rgba(58, 129, 247, 0.2);
  border-radius: 13px;
  color: var(--rh-blue);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.rh-sector-topic-card svg {
  height: 20px;
  width: 20px;
}

.rh-sector-topic-card strong,
.rh-sector-topic-card small {
  display: block;
}

.rh-sector-topic-card strong {
  color: var(--rh-ink-strong);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.rh-sector-topic-card small {
  color: var(--rh-copy-soft);
  font-size: 0.59rem;
  line-height: 1.35;
  margin-top: 3px;
}

.rh-sector-topic-card:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(247, 251, 255, 0.98)) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
  box-shadow: 0 13px 30px rgba(31, 112, 171, 0.11);
  transform: translateY(-2px);
}

.rh-hotel-logo-rail {
  height: 92px;
  margin-top: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  overscroll-behavior: contain;
  overflow: hidden;
  position: relative;
}

.rh-hotel-logo-run {
  align-items: center;
  animation: rh-hotel-logo-travel 16s linear infinite;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  transform: translateX(calc(var(--rh-shell) + 120%));
  width: 164px;
}

.rh-hotel-logo-rail:not([data-hotel-logo-rail="ready"]):hover .rh-hotel-logo-run,
.rh-hotel-logo-rail:not([data-hotel-logo-rail="ready"]):focus-within .rh-hotel-logo-run {
  animation-play-state: paused;
}

.rh-hotel-logo-run a {
  align-items: center;
  backface-visibility: hidden;
  border-radius: 12px;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: transform 190ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1);
  will-change: transform;
  width: 100%;
}

.rh-hotel-logo-run img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(3320%) hue-rotate(207deg) brightness(103%) contrast(102%);
  height: 76px;
  opacity: 0.9;
  object-fit: contain;
  transition: opacity 180ms ease;
  width: auto;
}

.rh-hotel-logo-run a:hover,
.rh-hotel-logo-run a:focus-visible {
  transform: translateZ(0) scale(1.045);
  -webkit-transform: translateZ(0) scale(1.045);
}

.rh-hotel-logo-run a:hover img,
.rh-hotel-logo-run a:focus-visible img {
  opacity: 1;
}

@supports ((-webkit-mask-image: linear-gradient(#000, #000)) or (mask-image: linear-gradient(#000, #000))) {
  .rh-hotel-logo-run a::before {
    background-color: #1b7dff;
    content: "";
    height: 76px;
    inset: 50% 0 auto;
    mask-image: var(--rh-hotel-logo-image);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    opacity: 0.9;
    pointer-events: none;
    position: absolute;
    transform: translateY(-50%);
    transition: background-color 180ms ease, opacity 180ms ease;
    -webkit-mask-image: var(--rh-hotel-logo-image);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
  }

  .rh-hotel-logo-run img {
    opacity: 0;
  }

  .rh-hotel-logo-run a:hover::before,
  .rh-hotel-logo-run a:focus-visible::before {
    background-color: #45a7ff;
    opacity: 1;
  }

  .rh-hotel-logo-run a:hover img,
  .rh-hotel-logo-run a:focus-visible img {
    opacity: 0;
  }
}

.rh-hotel-logo-run a:focus-visible {
  outline: 2px solid var(--rh-blue-deep);
  outline-offset: -4px;
}

@keyframes rh-hotel-logo-travel {
  from { transform: translateX(calc(var(--rh-shell) + 120%)); }
  to { transform: translateX(-120%); }
}

.rh-hotel-section-head {
  max-width: 900px;
}

.rh-hotel-benefits {
  background: linear-gradient(180deg, #f5faff 0%, #f8fbfd 38%, #fff 78%, #fff 100%);
  padding: clamp(68px, 5.4vw, 82px) 0 clamp(64px, 5vw, 76px);
}

.rh-hotel-benefits-head {
  margin: 0 auto 40px;
  max-width: 940px;
  text-align: center;
}

.rh-hotel-benefits-head h2 {
  font-size: var(--rh-hotel-section-title-size);
  line-height: 1.02;
}

.rh-hotel-benefits-head .rh-section-intro {
  font-size: var(--rh-hotel-section-intro-size);
  line-height: 1.72;
  margin: 19px auto 0;
  max-width: 860px;
}

.rh-hotel-benefits-tabs {
  background: #f2f6f8;
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 15px;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto 10px;
  max-width: 940px;
  padding: 3px;
}

.rh-hotel-benefits-tabs button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #547087;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 8px;
  min-height: 48px;
  min-width: 0;
  padding: 6px 10px;
  position: relative;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.rh-hotel-benefits-tabs button:hover {
  color: var(--rh-ink-strong);
}

.rh-hotel-benefits-tabs button:focus-visible {
  outline: 2px solid var(--rh-blue);
  outline-offset: 2px;
}

.rh-hotel-benefits-tabs button[aria-selected="true"] {
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
  box-shadow: 0 7px 20px rgba(56, 190, 255, 0.13);
  color: var(--rh-ink-strong);
}

.rh-hotel-benefit-number {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(27, 125, 255, 0.13);
  border-radius: 8px;
  color: #3e6c9a;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.55rem;
  font-weight: 750;
  height: 24px;
  justify-content: center;
  letter-spacing: 0.05em;
  width: 24px;
}

.rh-hotel-benefits-tabs button[aria-selected="true"] .rh-hotel-benefit-number {
  background:
    linear-gradient(#eef8ff, #eef8ff) padding-box,
    var(--rh-gradient) border-box;
  border-color: transparent;
  color: var(--rh-blue-deep);
}

.rh-hotel-benefit-tab-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rh-hotel-benefit-tab-copy strong {
  color: var(--rh-ink-strong);
  font-size: 0.7rem;
  font-weight: 720;
  line-height: 1.28;
}

.rh-hotel-benefit-tab-copy small {
  color: #6b8193;
  font-size: 0.52rem;
  font-weight: 520;
  line-height: 1.35;
  margin-top: 1px;
}

.rh-hotel-benefits-stage {
  background: linear-gradient(145deg, #f7fafc 0%, #eff5f9 100%);
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 28px;
  overflow: hidden;
}

.rh-hotel-benefit-panels {
  min-height: var(--rh-hotel-benefit-panel-height, 400px);
}

.rh-hotel-benefit-panel {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  min-height: var(--rh-hotel-benefit-panel-height, 400px);
  padding: clamp(28px, 2.3vw, 34px) clamp(38px, 4.4vw, 60px) clamp(30px, 2.6vw, 38px);
}

.rh-hotel-benefit-panel[hidden] {
  display: none;
}

.rh-hotel-benefit-panel.is-active {
  animation: none;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.rh-hotels-page .rh-hotel-benefit-panels {
  position: relative;
}

.rh-hotels-page .rh-hotel-benefit-panel {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.rh-hotels-page .rh-hotel-benefit-panel.is-sector-leaving {
  animation: rh-sector-benefit-leave 260ms cubic-bezier(0.4, 0, 1, 1) both;
  pointer-events: none;
  z-index: 1;
}

.rh-hotels-page .rh-hotel-benefit-panel.is-active.is-sector-entering {
  animation: rh-sector-benefit-enter 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
  z-index: 2;
}

@keyframes rh-sector-benefit-leave {
  from { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0; transform: translate3d(-6px, 0, 0) scale(0.998); }
}

@keyframes rh-sector-benefit-enter {
  from { opacity: 0; transform: translate3d(9px, 2px, 0) scale(0.998); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.rh-hotel-benefit-panel h3 {
  color: var(--rh-ink-strong);
  font-size: clamp(1.8rem, 2.45vw, 2.55rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
}

.rh-hotel-benefit-lead {
  color: var(--rh-copy);
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  line-height: 1.72;
  margin: 18px 0 0;
}

.rh-hotel-benefit-panel-copy ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}

.rh-hotel-benefit-panel-copy li {
  align-items: center;
  color: #29485f;
  display: flex;
  font-size: 0.73rem;
  font-weight: 620;
  gap: 9px;
  line-height: 1.45;
}

.rh-hotel-benefit-panel-copy li::before {
  background: linear-gradient(145deg, var(--rh-cyan), var(--rh-blue));
  border: 3px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(27, 125, 255, 0.16);
  content: "";
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.rh-hotel-benefit-visual {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(26, 65, 92, 0.11);
  display: flex;
  flex-direction: column;
  justify-self: end;
  min-height: 310px;
  padding: clamp(18px, 2.1vw, 26px);
  width: 100%;
}

.rh-hotel-benefit-visual-top {
  align-items: center;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.rh-hotel-benefit-visual-top > span {
  color: #547087;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.rh-hotel-benefit-visual-top > i {
  align-items: center;
  color: #187d66;
  display: flex;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
}

.rh-hotel-benefit-visual-top > i::before {
  background: #23c49a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(35, 196, 154, 0.11);
  content: "";
  height: 6px;
  width: 6px;
}

.rh-hotel-benefit-handoff-contact {
  align-items: center;
  display: grid;
  gap: 11px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 22px;
  padding-inline: 2px;
}

.rh-hotel-benefit-handoff-contact > span:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rh-hotel-benefit-handoff-assignment {
  align-items: center;
  color: #258452;
  display: flex;
  font-size: 0.56rem;
  font-weight: 720;
  gap: 10px;
  margin-top: 15px;
}

.rh-hotel-benefit-handoff-assignment::before,
.rh-hotel-benefit-handoff-assignment::after {
  background: rgba(37, 132, 82, 0.24);
  content: "";
  flex: 1;
  height: 1px;
}

.rh-hotel-benefit-handoff-assignment span {
  background: #eafff1;
  border: 1px solid rgba(37, 132, 82, 0.19);
  border-radius: 99px;
  padding: 6px 10px;
}

.rh-hotel-benefit-visual.is-control .rh-hotel-benefit-control-state {
  margin-top: 15px;
}

.rh-hotel-benefit-control-state {
  align-items: center;
  background: #f6f8fa;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 15px;
  display: grid;
  gap: 11px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 18px;
  padding: 11px 13px;
}

.rh-hotel-benefit-pause {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 10px;
  color: var(--rh-blue-deep);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.rh-hotel-benefit-pause svg {
  height: 18px;
  width: 18px;
}

.rh-hotel-benefit-control-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rh-hotel-benefit-control-state small,
.rh-hotel-benefit-handoff-contact small {
  color: #718697;
  font-size: 0.55rem;
  line-height: 1.35;
}

.rh-hotel-benefit-control-state strong {
  color: var(--rh-ink-strong);
  font-size: 0.69rem;
  line-height: 1.4;
  margin-top: 2px;
}

.rh-hotel-benefit-control-state > b {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 99px;
  color: #46637a;
  font-size: 0.54rem;
  padding: 7px 10px;
  white-space: nowrap;
}

.rh-hotel-benefit-avatar {
  align-items: center;
  background: linear-gradient(145deg, var(--rh-cyan), var(--rh-blue));
  border-radius: 50%;
  color: #05243e;
  display: flex;
  font-size: 0.64rem;
  font-weight: 800;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.rh-hotel-benefit-handoff-contact strong {
  color: var(--rh-ink-strong);
  font-size: 0.72rem;
  line-height: 1.35;
  margin-top: 2px;
}

.rh-hotel-benefit-handoff-contact em {
  color: var(--rh-blue-deep);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 3px;
}

.rh-hotel-benefit-sources {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.rh-hotel-benefit-sources > span {
  align-items: center;
  background: #f7f9fb;
  border: 1px solid rgba(16, 42, 67, 0.075);
  border-radius: 12px;
  color: #355269;
  display: flex;
  font-size: 0.65rem;
  justify-content: space-between;
  padding: 9px 12px;
}

.rh-hotel-benefit-sources b {
  color: #168069;
  font-size: 0.54rem;
  font-weight: 700;
}

.rh-hotel-benefit-formats {
  align-items: center;
  background: linear-gradient(140deg, #eefaff, #f4fbff);
  border: 1px solid rgba(27, 125, 255, 0.13);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px 14px;
}

.rh-hotel-benefit-formats > span {
  display: flex;
  flex-direction: column;
}

.rh-hotel-benefit-formats small {
  color: var(--rh-blue-deep);
  font-size: 0.53rem;
  font-weight: 750;
  text-transform: uppercase;
}

.rh-hotel-benefit-formats strong {
  color: var(--rh-ink-strong);
  font-size: 0.7rem;
  line-height: 1.4;
  margin-top: 4px;
}

.rh-hotel-benefit-formats > b {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  color: #46637a;
  font-size: 0.54rem;
  padding: 7px 9px;
  white-space: nowrap;
}

.rh-hotel-benefit-tool-list {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.rh-hotel-benefit-tool-list > span {
  align-items: center;
  background: #f7f9fb;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 8px 10px;
}

.rh-hotel-benefit-tool-list > span > i {
  align-items: center;
  background: linear-gradient(145deg, rgba(107, 248, 255, 0.24), rgba(27, 125, 255, 0.11));
  border: 1px solid rgba(27, 125, 255, 0.11);
  border-radius: 9px;
  color: var(--rh-blue-deep);
  display: flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.rh-hotel-benefit-tool-list svg {
  height: 16px;
  width: 16px;
}

.rh-hotel-benefit-tool-list > span > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rh-hotel-benefit-tool-list strong {
  color: var(--rh-ink-strong);
  font-size: 0.67rem;
  line-height: 1.3;
}

.rh-hotel-benefit-tool-list small {
  color: #718697;
  font-size: 0.51rem;
  line-height: 1.3;
  margin-top: 2px;
}

.rh-hotel-benefit-tool-list > span > b {
  color: #187d66;
  font-size: 0.52rem;
  font-weight: 720;
}

.rh-hotel-benefit-tool-list > span > b::before {
  background: #23c49a;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  width: 5px;
}

.rh-hotel-benefit-tool-scope {
  align-items: center;
  color: #718697;
  display: flex;
  font-size: 0.53rem;
  justify-content: space-between;
  margin-top: 11px;
  padding-inline: 2px;
}

.rh-hotel-benefit-tool-scope strong {
  color: #355269;
  font-size: 0.56rem;
}

.rh-hotel-benefit-task-card {
  align-items: center;
  background: linear-gradient(145deg, #f8fbfd, #f1f7fa);
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 17px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 15px;
  padding: 13px;
}

.rh-hotel-benefit-task-icon {
  align-items: center;
  background: linear-gradient(145deg, rgba(107, 248, 255, 0.27), rgba(27, 125, 255, 0.12));
  border: 1px solid rgba(27, 125, 255, 0.12);
  border-radius: 12px;
  color: var(--rh-blue-deep);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.rh-hotel-benefit-task-icon svg {
  height: 21px;
  width: 21px;
}

.rh-hotel-benefit-task-card > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.rh-hotel-benefit-task-card small {
  color: var(--rh-blue-deep);
  font-size: 0.53rem;
  font-weight: 720;
  text-transform: uppercase;
}

.rh-hotel-benefit-task-card strong {
  color: var(--rh-ink-strong);
  font-size: 0.75rem;
  margin-top: 4px;
}

.rh-hotel-benefit-task-card em {
  color: #718697;
  font-size: 0.52rem;
  font-style: normal;
  margin-top: 4px;
}

.rh-hotel-benefit-task-card > b {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 99px;
  color: #46637a;
  font-size: 0.54rem;
  padding: 7px 9px;
}

.rh-hotel-benefit-ticket-fields {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 10px;
}

.rh-hotel-benefit-ticket-fields > span {
  background: #f7f9fb;
  border: 1px solid rgba(16, 42, 67, 0.075);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 9px 10px;
}

.rh-hotel-benefit-ticket-fields small {
  color: var(--rh-blue-deep);
  font-size: 0.5rem;
  font-weight: 700;
}

.rh-hotel-benefit-ticket-fields strong {
  color: var(--rh-ink-strong);
  font-size: 0.63rem;
  margin-top: 5px;
}

.rh-hotel-benefit-ticket-followup {
  align-items: center;
  background: linear-gradient(145deg, #ecfbff, #eef6ff);
  border: 1px solid rgba(27, 125, 255, 0.13);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 9px 11px;
}

.rh-hotel-benefit-ticket-followup > span {
  display: flex;
  flex-direction: column;
}

.rh-hotel-benefit-ticket-followup small {
  color: var(--rh-blue-deep);
  font-size: 0.49rem;
  font-weight: 700;
}

.rh-hotel-benefit-ticket-followup strong {
  color: var(--rh-ink-strong);
  font-size: 0.62rem;
  margin-top: 3px;
}

.rh-hotel-benefit-ticket-followup > b {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 9px;
  color: #46637a;
  font-size: 0.52rem;
  padding: 6px 9px;
}

.rh-hotel-adoption {
  background: linear-gradient(180deg, #fff 0%, #fff 62%, #f8fafc 82%, #f5f8fb 100%);
  overflow: hidden;
  padding: clamp(64px, 5.4vw, 84px) 0 clamp(60px, 4.8vw, 74px);
}

.rh-hotel-adoption-layout {
  align-items: center;
  display: grid;
  gap: clamp(54px, 6vw, 88px);
  grid-template-columns: minmax(390px, 0.82fr) minmax(590px, 1.18fr);
}

.rh-hotel-adoption-copy h2 {
  font-size: var(--rh-hotel-section-title-size);
  line-height: 1.02;
}

.rh-hotel-adoption-copy .rh-section-intro {
  font-size: var(--rh-hotel-section-intro-size);
  line-height: 1.72;
  max-width: 640px;
}

.rh-hotel-adoption-scope {
  background: #f7f8f9;
  border: 1px solid rgba(16, 42, 67, 0.09);
  border-radius: 16px;
  color: var(--rh-copy);
  font-size: 0.72rem;
  line-height: 1.65;
  margin: 25px 0 0;
  padding: 15px 16px;
}

.rh-hotel-adoption-option {
  border-left: 2px solid var(--rh-pulse-dot);
  color: var(--rh-copy-soft);
  margin: 24px 0 0;
  max-width: 520px;
  padding: 2px 0 2px 15px;
}

.rh-hotel-adoption-option strong,
.rh-hotel-adoption-option span {
  display: block;
}

.rh-hotel-adoption-option strong {
  color: var(--rh-ink-strong);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.rh-hotel-adoption-option span {
  font-size: 0.65rem;
  line-height: 1.58;
  margin-top: 4px;
}

.rh-hotel-adoption-showroom {
  min-width: 0;
}

.rh-hotel-adoption-showroom-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-inline: 2px;
}

.rh-hotel-adoption-showroom-top span {
  color: var(--rh-blue-deep);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rh-hotel-adoption-showroom-top strong {
  color: var(--rh-copy-soft);
  font-size: 0.63rem;
  font-weight: 650;
}

.rh-hotel-adoption-formats {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 356px;
  padding-top: 18px;
}

.rh-hotel-adoption-format {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(17, 35, 52, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 18px 11px 14px;
}

.rh-hotel-adoption-format > p {
  border-top: 1px solid rgba(16, 42, 67, 0.09);
  margin: 14px 0 0;
  padding-top: 12px;
  text-align: center;
  width: 100%;
}

.rh-hotel-adoption-format > p strong,
.rh-hotel-adoption-format > p span {
  display: block;
}

.rh-hotel-adoption-format > p strong {
  color: var(--rh-ink-strong);
  font-size: 0.68rem;
}

.rh-hotel-adoption-format > p span {
  color: var(--rh-copy-soft);
  font-size: 0.58rem;
  line-height: 1.4;
  margin-top: 3px;
}

.rh-hotel-poster-object {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(17, 35, 52, 0.13);
  display: flex;
  flex-direction: column;
  height: 236px;
  padding: 20px 15px 15px;
  text-align: center;
  width: 150px;
}

.rh-hotel-poster-object > span,
.rh-hotel-acrylic-object span {
  color: var(--rh-blue-deep);
  font-size: 0.48rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rh-hotel-poster-object > strong {
  color: var(--rh-ink-strong);
  font-size: 0.82rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin-top: 13px;
}

.rh-hotel-poster-object > small {
  color: var(--rh-copy-soft);
  font-size: 0.5rem;
  font-weight: 650;
  margin-top: auto;
}

.rh-hotel-campaign-qr {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(16, 42, 67, 0.1);
  display: block;
  height: 68px;
  margin-top: 16px;
  object-fit: contain;
  width: 68px;
}

.rh-hotel-acrylic-object {
  height: 236px;
  position: relative;
  width: 174px;
}

.rh-hotel-acrylic-object > div {
  align-items: center;
  backdrop-filter: blur(8px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(235, 241, 244, 0.54));
  border: 1px solid rgba(112, 139, 151, 0.34);
  border-radius: 7px 7px 3px 3px;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.86), 0 20px 36px rgba(17, 35, 52, 0.1);
  display: flex;
  flex-direction: column;
  inset: 10px 14px 22px;
  overflow: hidden;
  padding: 22px 13px 14px;
  position: absolute;
  text-align: center;
}

.rh-hotel-acrylic-object > div::after {
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.7) 48%, transparent 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-65%);
}

.rh-hotel-acrylic-object strong {
  color: var(--rh-ink-strong);
  font-size: 0.77rem;
  line-height: 1.3;
  margin-top: 10px;
}

.rh-hotel-acrylic-object small {
  color: var(--rh-copy-soft);
  font-size: 0.5rem;
  font-weight: 650;
  margin-top: auto;
}

.rh-hotel-acrylic-object .rh-hotel-campaign-qr {
  height: 64px;
  margin-top: 17px;
  width: 64px;
}

.rh-hotel-acrylic-object > b {
  background: linear-gradient(180deg, #a97845, #704622);
  border-radius: 3px 3px 7px 7px;
  bottom: 8px;
  box-shadow: 0 8px 14px rgba(90, 54, 25, 0.18), inset 0 2px rgba(255, 255, 255, 0.22);
  height: 19px;
  left: 2px;
  position: absolute;
  right: 2px;
}

.rh-hotel-cube-object {
  height: 236px;
  width: 184px;
}

.rh-hotel-cube-object svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.rh-hotel-cube-top-copy {
  fill: #102a43;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0;
}

.rh-hotel-cube-scan {
  fill: #405a6f;
  font-size: 5.3px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.rh-hotel-cube-scan-side {
  fill: #294b64;
  font-size: 4.1px;
}

.rh-hotel-adoption-more {
  border-top: 1px solid rgba(16, 42, 67, 0.08);
  color: var(--rh-copy-soft);
  font-size: 0.59rem;
  line-height: 1.5;
  margin: 16px 0 0;
  padding: 15px 8px 0;
  text-align: center;
}

.rh-hotel-faq {
  background: var(--rh-paper);
  padding: clamp(64px, 5.5vw, 86px) 0 clamp(64px, 5.8vw, 90px);
}

.rh-hotel-faq-layout {
  margin-inline: auto;
  max-width: 1040px;
}

.rh-hotel-faq-head {
  margin: 0 auto 38px;
  max-width: 820px;
  text-align: center;
}

.rh-hotel-faq-head h2 {
  font-size: var(--rh-hotel-section-title-size);
  line-height: 1.02;
}

.rh-hotel-faq-head .rh-section-intro {
  font-size: var(--rh-hotel-section-intro-size);
  line-height: 1.72;
  margin: 20px auto 0;
  max-width: 680px;
}

.rh-hotel-faq-list {
  border-top: 1px solid rgba(16, 42, 67, 0.12);
  margin-inline: auto;
  max-width: 960px;
}

.rh-hotel-faq-list details {
  border-bottom: 1px solid rgba(16, 42, 67, 0.12);
}

.rh-hotel-faq-list summary {
  align-items: center;
  color: var(--rh-ink-strong);
  cursor: pointer;
  display: flex;
  font-size: 0.98rem;
  font-weight: 650;
  gap: 16px;
  justify-content: space-between;
  list-style: none;
  padding: 21px 0;
}

.rh-hotel-faq-list summary::-webkit-details-marker {
  display: none;
}

.rh-hotel-faq-list summary svg {
  fill: none;
  flex: 0 0 auto;
  height: 18px;
  stroke: var(--rh-blue-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
  width: 18px;
}

.rh-hotel-faq-list details[open] summary svg {
  transform: rotate(180deg);
}

.rh-hotel-faq-list details p {
  align-items: center;
  color: var(--rh-copy);
  display: flex;
  font-size: 0.82rem;
  line-height: 1.72;
  margin: -5px 36px 22px 0;
  min-height: 3.44em;
}

@media (max-width: 1180px) {
  .rh-hotel-hero-grid {
    gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .rh-hotel-hero-grid {
    grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
  }

  .rh-hotel-command {
    min-height: 500px;
  }

  .rh-hotel-command-canvas {
    height: 446px;
  }

}

@media (min-width: 961px) {
  .rh-hotel-hero-copy {
    position: relative;
    top: -12px;
  }
}

@media (max-width: 1080px) {
  .rh-hotel-benefit-panel {
    gap: 38px;
    grid-template-columns: minmax(0, 0.9fr) minmax(370px, 1.1fr);
    padding-inline: 38px;
  }

  .rh-hotel-adoption-layout {
    grid-template-columns: 1fr;
  }

  .rh-hotel-adoption-copy {
    max-width: 760px;
  }

  .rh-hotel-adoption-showroom {
    margin-inline: auto;
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .rh-hotel-hero {
    padding-top: 112px;
  }

  .rh-hotel-hero-grid {
    grid-template-columns: 1fr;
  }

  .rh-hotel-hero-copy {
    max-width: 760px;
  }

  .rh-hotel-command {
    margin-inline: auto;
    max-width: 680px;
    width: 100%;
  }

  .rh-hotel-benefit-panel {
    grid-template-columns: 1fr;
  }

  .rh-hotel-benefit-visual {
    justify-self: stretch;
    max-width: none;
  }

}

@media (max-width: 720px) {
  .rh-hotel-hero {
    padding: 102px 0 58px;
  }

  .rh-hotel-command {
    border-radius: 24px;
    min-height: 0;
  }

  .rh-hotel-command-canvas {
    display: block;
    height: 446px;
    padding: 0;
  }

  .rh-hotel-concierge-scene {
    inset: 21px 22px 48px;
  }

  .rh-hotel-benefits-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-hotel-benefit-panel {
    gap: 30px;
    min-height: var(--rh-hotel-benefit-panel-height, 0px);
    padding: 28px 28px 30px;
  }

  .rh-sector-topic-rail {
    margin-top: 9px;
  }

}

@media (max-width: 640px) {
  .rh-hotels-page {
    --rh-hotel-section-intro-size: 0.91rem;
    --rh-hotel-section-title-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .rh-hotel-hero h1 {
    font-size: clamp(2.75rem, 12.7vw, 3.65rem);
    letter-spacing: -0.05em;
    line-height: 1.03;
  }

  .rh-hotel-hero-statement {
    font-size: 1rem;
  }

  .rh-hotel-hero-intro {
    font-size: 0.94rem;
  }
}

@media (max-width: 540px) {
  .rh-hotel-hero .rh-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rh-hotel-hero .rh-button,
  .rh-hotel-hero .rh-button .wp-block-button__link {
    width: 100%;
  }

  .rh-hotel-hero-points {
    align-items: flex-start;
    flex-direction: column;
  }

  .rh-hotel-command {
    min-height: 0;
  }

  .rh-hotel-command-canvas {
    height: 455px;
    padding: 0;
  }

  .rh-hotel-command-top {
    padding: 0 12px 0 16px;
  }

  .rh-hotel-command-topic {
    font-size: 0.54rem;
  }

  .rh-hotel-command-status {
    font-size: 0.52rem;
    gap: 5px;
  }

  .rh-hotel-concierge-scene {
    inset: 18px 14px 48px;
  }

  .rh-hotel-window-heading {
    max-width: 100%;
  }

  .rh-hotel-window-heading > strong {
    font-size: 0.98rem;
  }

  .rh-hotel-chat-thread {
    gap: 7px;
    margin-top: 12px;
  }

  .rh-hotel-chat-message {
    max-width: 98%;
  }

  .rh-hotel-chat-message.is-guest {
    max-width: 91%;
  }

  .rh-hotel-chat-message > img {
    height: 22px;
    width: 22px;
  }

  .rh-hotel-chat-bubble {
    padding: 7px 9px;
  }

  .rh-hotel-chat-event {
    margin-left: 30px;
  }

  .rh-hotel-benefits-head {
    margin-bottom: 30px;
  }

  .rh-hotel-benefits-tabs {
    border-radius: 14px;
    gap: 3px;
    padding: 3px;
  }

  .rh-hotel-benefits-tabs button {
    gap: 7px;
    min-height: 48px;
    padding: 6px 8px;
  }

  .rh-hotel-benefit-number {
    height: 24px;
    width: 24px;
  }

  .rh-hotel-benefit-tab-copy strong {
    font-size: 0.68rem;
  }

  .rh-hotel-benefit-tab-copy small {
    font-size: 0.53rem;
  }

  .rh-hotel-benefits-stage {
    border-radius: 22px;
  }

  .rh-hotel-benefit-panel {
    padding: 24px 19px 27px;
  }

  .rh-hotel-benefit-panel h3 {
    font-size: clamp(1.7rem, 8.2vw, 2.05rem);
  }

  .rh-hotel-benefit-visual {
    border-radius: 19px;
    min-height: 0;
    padding: 17px;
  }

  .rh-hotel-benefit-tool-list > span {
    gap: 8px;
    padding: 8px;
  }

  .rh-hotel-benefit-ticket-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-hotel-benefit-task-card {
    gap: 9px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: 14px;
    padding: 10px;
  }

  .rh-hotel-benefit-task-icon {
    border-radius: 10px;
    height: 36px;
    width: 36px;
  }

  .rh-hotel-logo-rail {
    height: 84px;
    margin-top: 6px;
  }

  .rh-sector-topic-rail {
    height: 92px;
    margin-inline: -14px;
    padding-inline: 14px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  }

  .rh-sector-topic-card {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 74px;
    padding: 9px 12px;
    width: 236px;
  }

  .rh-sector-topic-card i {
    border-radius: 12px;
    height: 38px;
    width: 38px;
  }

  .rh-sector-topic-card svg {
    height: 19px;
    width: 19px;
  }

  .rh-hotel-adoption-showroom-top strong {
    display: none;
  }

  .rh-hotel-adoption-formats {
    gap: 12px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .rh-hotel-adoption-format {
    padding: 21px 15px 14px;
  }

}

@media (max-width: 360px) {
  .rh-hotel-command-status {
    display: none;
  }

  .rh-hotel-chat-event {
    gap: 6px;
    margin-left: 0;
  }

  .rh-hotel-chat-event b {
    padding-inline: 6px;
  }

  .rh-hotel-benefits-tabs button {
    min-height: 48px;
    padding: 6px 8px;
  }

  .rh-hotel-benefit-number {
    height: 24px;
    width: 24px;
  }

  .rh-hotel-benefit-tab-copy strong {
    font-size: 0.64rem;
  }

  .rh-hotel-benefit-tab-copy small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rh-hotel-command-status i,
  .rh-hotel-concierge-scene.is-active,
  .rh-hotel-concierge-scene.is-sector-leaving,
  .rh-hotel-benefit-panel.is-active,
  .rh-hotel-benefit-panel.is-sector-leaving,
  .rh-hotel-command-topic.is-sector-switching {
    animation: none;
  }

  .rh-hotel-logo-run,
  .rh-hotel-logo-run a,
  .rh-hotel-logo-run a::before,
  .rh-hotel-logo-run img,
  .rh-hotel-concierge-progress button,
  .rh-hotel-benefits-tabs button,
  .rh-hotel-faq-list summary svg {
    transition: none;
  }

  .rh-hotel-logo-run {
    animation: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .rh-sector-topic-rail {
    -webkit-mask-image: none;
    mask-image: none;
    overflow-x: auto;
  }

  .rh-sector-topic-track {
    animation: none;
    transform: none;
  }

  .rh-sector-topic-set[aria-hidden="true"] {
    display: none;
  }
}

.rh-guest-translation[data-language-demo] {
  --rh-language-cycle: 12s;
}

.rh-guest-translation[data-language-demo] .rh-language-native-connection b {
  animation: rh-language-signal-roundtrip var(--rh-language-cycle) ease-in-out infinite;
}

.rh-guest-translation[data-language-demo] .rh-language-translation-lane-in b {
  animation: rh-language-translation-forward var(--rh-language-cycle) ease-in-out infinite;
}

.rh-guest-translation[data-language-demo] .rh-language-translation-lane-out b {
  animation: rh-language-translation-return var(--rh-language-cycle) ease-in-out infinite;
}

.rh-guest-translation[data-language-demo] .rh-language-native-connection b,
.rh-guest-translation[data-language-demo] .rh-language-translation-lane b {
  animation-play-state: paused;
}

.rh-guest-translation[data-language-demo].is-language-running .rh-language-native-connection b,
.rh-guest-translation[data-language-demo].is-language-running .rh-language-translation-lane b {
  animation-play-state: running;
}

.rh-guest-translation[data-language-demo].is-language-cycle-resetting .rh-language-native-connection b,
.rh-guest-translation[data-language-demo].is-language-cycle-resetting .rh-language-translation-lane b {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .rh-live::before,
  .rh-language-demo-promise > span,
  .rh-language-native-connection b,
  .rh-language-translation-lane b,
  .rh-guest-translation-direction b,
  .rh-sector-prompt::before,
  .rh-channel-panel-index span,
  .rh-pricing-entry-label span,
  .rh-company-kicker > span,
  .rh-conversation-benefits span::before {
    animation: none !important;
  }

  .rh-company-process i,
  .rh-company-process > b::after,
  .rh-company-process > span::after {
    animation: none !important;
    opacity: 0;
  }

  .rh-guest-language-track,
  .rh-guest-availability-orbit {
    animation: none;
    transform: none;
  }

  .rh-guest-translation [data-language-content] {
    transition: none;
  }

  .rh-channel-panel {
    transition: none;
  }

  .rh-product-caption,
  .rh-product-panel img,
  .rh-product-placeholder {
    transition: none;
  }

  .rh-product-stage.is-product-inspecting .rh-product-panel.is-active img,
  .rh-product-stage.is-product-inspecting .rh-product-panel.is-active .rh-product-placeholder {
    transform: none;
  }

  .rh-conversation-entry,
  .rh-conversation-core,
  .rh-conversation-source,
  .rh-conversation-route,
  .rh-conversation-bubble,
  .rh-conversation-core-icon,
  .rh-conversation-source-label > span,
  .rh-conversation-route-icon {
    transition: none;
  }

  .rh-conversation-entry.is-flow-connecting::after,
  .rh-conversation-core.is-flow-connecting-route::before,
  .rh-conversation-core.is-flow-connecting-source::after,
  .rh-conversation-route.is-flow-connecting::before,
  .rh-conversation-route-stack.is-flowing-up::after,
  .rh-conversation-route-stack.is-flowing-down::after {
    animation: none;
  }

  .is-flow-sweep-horizontal > .rh-conversation-card-sweep,
  .is-flow-sweep-horizontal > .rh-conversation-card-sweep::before,
  .is-flow-sweep-core-horizontal > .rh-conversation-card-sweep,
  .is-flow-sweep-core-horizontal > .rh-conversation-card-sweep::before,
  .is-flow-source-pulse-in > .rh-conversation-card-sweep,
  .is-flow-source-pulse-in > .rh-conversation-card-sweep::before,
  .is-flow-source-pulse-out > .rh-conversation-card-sweep,
  .is-flow-source-pulse-out > .rh-conversation-card-sweep::before,
  .rh-conversation-border-flow,
  .rh-conversation-border-flow-path,
  .rh-conversation-route-connector-path--active,
  .rh-conversation-bubble::before,
  .rh-conversation-core-icon::after,
  .rh-conversation-context li::after,
  .rh-conversation-source-label > span::after,
  .rh-conversation-route-icon::after {
    animation: none;
  }

  .rh-conversation-data-particle {
    display: none;
  }

  .rh-channel-road-pulse.is-active,
  .rh-channel-explorer.is-routing .rh-channel-junction,
  .rh-channel-flow.is-pending,
  .rh-channel-flow.is-active,
  .rh-channel-core.is-routing,
  .rh-channel-core.is-routing::before,
  .rh-channel-core.is-routing::after,
  .rh-channel-node.is-receiving::after {
    animation: none;
  }

  .rh-channel-road-pulse,
  .rh-channel-flow.is-pending,
  .rh-channel-core.is-routing::before,
  .rh-channel-core.is-routing::after,
  .rh-channel-node.is-receiving::after {
    opacity: 0;
  }

  .rh-channel-flow.is-active {
    opacity: 0.9;
    stroke-dashoffset: 0;
  }

  .rh-channel-flow,
  .rh-channel-road-pulse,
  .rh-channel-spoke {
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .rh-market-track {
    animation: none;
    display: block;
    width: 100%;
  }

  .rh-hero-markets {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }

  .rh-market-set {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    padding: 0;
  }

  .rh-market-set[aria-hidden="true"] {
    display: none;
  }

  .rh-market-card {
    width: auto;
  }
}

/* Página comercial de contacto */
.rh-contact-page {
  --rh-contact-corner-glow-core: rgba(56, 190, 255, 0.23);
  --rh-contact-corner-glow-mid: rgba(56, 190, 255, 0.085);
  background:
    radial-gradient(
      circle at 96% 4%,
      var(--rh-contact-corner-glow-core) 0%,
      var(--rh-contact-corner-glow-mid) 18%,
      transparent 36%
    ),
    linear-gradient(180deg, #fff 0%, #fff 28%, #f8fafc 68%, #f5f8fb 100%);
  min-height: 100vh;
  overflow: clip;
  padding: clamp(104px, 8vw, 132px) 0 clamp(72px, 6vw, 94px);
  position: relative;
}

.rh-contact-page::before {
  background-image:
    linear-gradient(rgba(36, 124, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 124, 255, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  inset: 0 52% 0 0;
  mask-image: linear-gradient(135deg, #000 4%, transparent 76%);
  pointer-events: none;
  position: absolute;
}

.rh-contact-page [hidden] {
  display: none !important;
}

.rh-contact-page-shell {
  align-items: start;
  display: grid;
  gap: clamp(56px, 7vw, 106px);
  grid-template-columns: minmax(360px, 0.78fr) minmax(620px, 1.22fr);
  position: relative;
  z-index: 1;
}

.rh-contact-page-copy {
  padding-top: clamp(22px, 4vw, 52px);
  position: sticky;
  top: 72px;
}

.rh-contact-page-copy h1 {
  color: var(--rh-ink-strong);
  font-size: clamp(3.55rem, 5.1vw, 5.15rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
  max-width: 610px;
}

.rh-contact-page-copy h1 > span {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: var(--rh-gradient);
  color: transparent;
  display: inline-block;
  padding-right: 0.06em;
}

.rh-contact-page-intro {
  color: var(--rh-copy);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.76;
  margin: 25px 0 0;
  max-width: 560px;
}

.rh-contact-page-promises {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 27px 0 0;
  padding: 0;
}

.rh-contact-page-promises li {
  align-items: center;
  color: #38566f;
  display: flex;
  font-size: 0.78rem;
  gap: 10px;
}

.rh-contact-page-promises li > span {
  align-items: center;
  background: #edf8ff;
  border: 1px solid rgba(27, 125, 255, 0.12);
  border-radius: 50%;
  color: var(--rh-blue-deep);
  display: flex;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.rh-contact-page-promises svg {
  height: 13px;
  width: 13px;
}

.rh-contact-page-promises strong {
  font-weight: 620;
}

.rh-contact-page-configure {
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(250, 253, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(75, 220, 242, 0.48), rgba(27, 125, 255, 0.34)) border-box;
  border: 1px solid transparent;
  border-radius: 17px;
  box-shadow: 0 14px 34px rgba(31, 83, 130, 0.07);
  color: var(--rh-ink);
  display: grid;
  gap: 11px;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  margin-top: 31px;
  max-width: 500px;
  padding: 13px 15px;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.rh-contact-page-configure:hover,
.rh-contact-page-configure:focus-visible {
  box-shadow: 0 18px 42px rgba(56, 190, 255, 0.16);
  transform: translateY(-2px);
}

.rh-contact-page-configure > span:first-child {
  align-items: center;
  background: #edf7ff;
  border-radius: 12px;
  color: var(--rh-blue-deep);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.rh-contact-page-configure > span:first-child svg {
  height: 21px;
  width: 21px;
}

.rh-contact-page-configure > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.rh-contact-page-configure small {
  color: var(--rh-copy-soft);
  font-size: 0.64rem;
  line-height: 1.4;
}

.rh-contact-page-configure strong {
  color: var(--rh-blue-deep);
  font-size: 0.79rem;
  font-weight: 660;
  line-height: 1.45;
}

.rh-contact-page-configure > svg {
  color: var(--rh-blue-deep);
  height: 18px;
  transition: transform 180ms ease;
  width: 18px;
}

.rh-contact-page-configure:hover > svg,
.rh-contact-page-configure:focus-visible > svg {
  transform: translateX(3px);
}

.rh-contact-page-direct {
  color: var(--rh-copy-soft);
  font-size: 0.69rem;
  line-height: 1.6;
  margin: 17px 0 0;
}

.rh-contact-page-direct a {
  color: var(--rh-blue-deep);
  font-weight: 620;
}

.rh-contact-form-card {
  background:
    linear-gradient(rgba(255, 255, 255, 0.985), rgba(251, 253, 255, 0.98)) padding-box,
    linear-gradient(145deg, rgba(107, 248, 255, 0.62), rgba(27, 125, 255, 0.32), rgba(23, 96, 213, 0.22)) border-box;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: 0 28px 78px rgba(31, 83, 130, 0.12);
  min-width: 0;
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 40px);
  position: relative;
}

.rh-contact-form,
.rh-contact-success {
  position: relative;
  z-index: 1;
}

.rh-contact-form-head h2 {
  color: var(--rh-ink-strong);
  font-size: clamp(1.75rem, 2.5vw, 2.3rem);
  font-weight: 630;
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 0;
}

.rh-contact-reasons {
  border: 0;
  margin: 25px 0 0;
  min-width: 0;
  padding: 0 0 18px;
  position: relative;
}

.rh-contact-reasons::after {
  background: rgba(31, 112, 171, 0.11);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.rh-contact-reasons legend {
  color: #46647d;
  font-size: 0.72rem;
  font-weight: 680;
  padding: 0;
}

.rh-contact-reasons > div {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.rh-contact-reasons legend.screen-reader-text + div {
  margin-top: 0;
}

.rh-contact-reasons label {
  cursor: pointer;
  min-width: 0;
  position: relative;
}

.rh-contact-reasons input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.rh-contact-reasons label > span {
  background: rgba(248, 251, 253, 0.92);
  border: 1px solid rgba(31, 112, 171, 0.12);
  border-radius: 15px;
  display: block;
  height: 100%;
  min-height: 78px;
  padding: 12px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rh-contact-reasons label:hover > span {
  border-color: rgba(27, 125, 255, 0.24);
  box-shadow: 0 9px 22px rgba(31, 83, 130, 0.07);
  transform: translateY(-1px);
}

.rh-contact-reasons label:has(input:checked) > span {
  background:
    linear-gradient(#fff, #f9fcff) padding-box,
    linear-gradient(135deg, var(--rh-pulse-dot), var(--rh-blue-deep)) border-box;
  border-color: transparent;
  box-shadow: 0 10px 26px rgba(56, 190, 255, 0.12);
}

.rh-contact-reasons label:has(input:focus-visible) > span {
  outline: 3px solid rgba(27, 125, 255, 0.22);
  outline-offset: 2px;
}

.rh-contact-reasons strong,
.rh-contact-reasons small {
  display: block;
}

.rh-contact-reasons strong {
  color: var(--rh-ink-strong);
  font-size: 0.76rem;
  font-weight: 660;
  line-height: 1.35;
}

.rh-contact-reasons small {
  color: var(--rh-copy-soft);
  font-size: 0.63rem;
  line-height: 1.45;
  margin-top: 3px;
}

.rh-contact-configuration {
  background: linear-gradient(145deg, #f0f9ff, #f5f8ff);
  border: 1px solid rgba(27, 125, 255, 0.13);
  border-radius: 18px;
  margin-top: 18px;
  padding: 16px;
  position: relative;
}

.rh-contact-configuration-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.rh-contact-configuration-head > span {
  display: grid;
  padding-right: 52px;
}

.rh-contact-configuration-head small,
.rh-contact-configuration-channels-head > small {
  color: var(--rh-copy-soft);
  font-size: 0.63rem;
  font-weight: 680;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.rh-contact-configuration-head strong {
  color: var(--rh-ink-strong);
  font-size: 0.96rem;
  font-weight: 670;
  letter-spacing: -0.025em;
  margin-top: 2px;
}

.rh-contact-configuration-head button {
  background: transparent;
  border: 0;
  color: var(--rh-blue-deep);
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 650;
  padding: 5px;
  position: absolute;
  right: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
  top: 9px;
}

.rh-contact-configuration-facts {
  border-top: 1px solid rgba(31, 112, 171, 0.1);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  padding-top: 12px;
}

.rh-contact-configuration-facts > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.rh-contact-configuration-facts small {
  color: var(--rh-copy-soft);
  font-size: 0.62rem;
}

.rh-contact-configuration-facts strong {
  color: #284b66;
  font-size: 0.72rem;
  font-weight: 640;
  line-height: 1.35;
}

.rh-contact-configuration-channels {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 13px;
}

.rh-contact-configuration-channels-head {
  display: contents;
}

.rh-contact-configuration-channels-head > small {
  grid-column: 1;
  grid-row: 1;
}

.rh-contact-configuration-channels ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-column: 1 / -1;
  grid-row: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rh-contact-configuration-channels li {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(31, 112, 171, 0.09);
  border-radius: 999px;
  color: #46647d;
  display: flex;
  font-size: 0.62rem;
  font-weight: 610;
  gap: 5px;
  padding: 3px 8px 3px 3px;
}

.rh-contact-configuration-channels li > span:first-child {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 21px;
  justify-content: center;
  width: 21px;
}

.rh-contact-configuration-channels li > span:first-child svg {
  display: block;
  flex: 0 0 auto;
  height: 12px;
  width: 12px;
}

.rh-contact-configuration-channels li > .rh-channel-badge-web svg {
  height: 17px;
  width: 17px;
}

.rh-contact-configuration-channels li > .rh-channel-badge-email svg {
  height: 13px;
  width: 13px;
}

.rh-contact-configuration-channels li > .rh-channel-badge-whatsapp svg,
.rh-contact-configuration-channels li > .rh-channel-badge-instagram svg {
  height: 13px;
  width: 13px;
}

.rh-contact-configuration-channels li > .rh-channel-badge-instagram svg {
  transform: translate(-0.25px, -0.35px);
}

.rh-contact-configuration-channels li > .rh-channel-badge-telegram svg {
  transform: translate(-0.2px, 0.15px);
}

.rh-contact-configuration-channels li > .rh-channel-badge-messenger svg {
  transform: translateY(0.2px);
}

.rh-contact-configuration-channels li > .rh-channel-badge-messenger {
  color: #006aff;
}

.rh-contact-configuration-channels li.is-empty {
  padding-left: 8px;
}

.rh-contact-configuration-campaign {
  align-items: center;
  color: var(--rh-blue-deep);
  display: flex;
  font-size: 0.63rem;
  font-weight: 640;
  gap: 6px;
  grid-column: 1 / -1;
  grid-row: 3;
  margin: 2px 0 0;
}

.rh-contact-configuration-campaign::before {
  background: var(--rh-pulse-dot);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.rh-contact-form-status {
  background: #f2f8ff;
  border: 1px solid rgba(27, 125, 255, 0.16);
  border-radius: 13px;
  color: #34546d;
  font-size: 0.68rem;
  line-height: 1.5;
  margin-top: 16px;
  padding: 10px 12px;
}

.rh-contact-form-status.is-error {
  background: #fff6f5;
  border-color: rgba(184, 64, 51, 0.2);
  color: #8d352d;
}

.rh-contact-form-status.is-progress {
  color: var(--rh-blue-deep);
}

.rh-contact-fields {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.rh-contact-fields label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.rh-contact-fields label > span {
  color: #405f78;
  font-size: 0.71rem;
  font-weight: 650;
}

.rh-contact-fields label > span em {
  color: var(--rh-blue-deep);
  font-style: normal;
}

.rh-contact-fields label > span small {
  color: var(--rh-copy-soft);
  font-size: 0.61rem;
  font-weight: 520;
  margin-left: 4px;
}

.rh-contact-field-wide {
  grid-column: 1 / -1;
}

.rh-contact-fields input,
.rh-contact-fields select,
.rh-contact-fields textarea {
  appearance: none;
  background: rgba(249, 252, 254, 0.92);
  border: 1px solid rgba(31, 112, 171, 0.14);
  border-radius: 13px;
  color: var(--rh-ink-strong);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.45;
  outline: none;
  padding: 11px 12px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.rh-contact-fields input,
.rh-contact-fields select {
  min-height: 44px;
}

.rh-contact-fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none' stroke='%23536b80' stroke-width='1.7'%3E%3Cpath d='m5 8 5 5 5-5'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.rh-contact-fields textarea {
  min-height: 112px;
  resize: vertical;
}

.rh-contact-fields input:hover,
.rh-contact-fields select:hover,
.rh-contact-fields textarea:hover {
  border-color: rgba(27, 125, 255, 0.25);
}

.rh-contact-fields input:focus,
.rh-contact-fields select:focus,
.rh-contact-fields textarea:focus {
  background: #fff;
  border-color: var(--rh-blue);
  box-shadow: 0 0 0 3px rgba(27, 125, 255, 0.12);
}

.rh-contact-privacy {
  align-items: start;
  color: var(--rh-copy);
  cursor: pointer;
  display: grid;
  font-size: 0.66rem;
  gap: 9px;
  grid-template-columns: 16px minmax(0, 1fr);
  line-height: 1.55;
  margin-top: 17px;
}

.rh-contact-privacy input {
  accent-color: var(--rh-blue);
  height: 16px;
  margin: 0;
  width: 16px;
}

.rh-contact-privacy a {
  color: var(--rh-blue-deep);
  font-weight: 620;
}

.rh-contact-privacy-note {
  color: var(--rh-copy-soft);
  font-size: inherit;
}

.rh-contact-privacy-note::before {
  content: "· ";
}

.rh-contact-submit-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 21px;
}

.rh-contact-submit-row button {
  align-items: center;
  background: var(--rh-gradient);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--rh-shadow-blue);
  color: var(--rh-ink-strong);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 680;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  min-width: 210px;
  padding: 0 20px;
  transition: box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.rh-contact-submit-row button:hover,
.rh-contact-submit-row button:focus-visible {
  box-shadow: var(--rh-shadow-blue-hover);
  transform: translateY(-2px);
}

.rh-contact-submit-row button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.rh-contact-submit-row button svg {
  height: 17px;
  transition: transform 180ms ease;
  width: 17px;
}

.rh-contact-submit-row button:hover svg,
.rh-contact-submit-row button:focus-visible svg {
  transform: translateX(3px);
}

.rh-contact-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.rh-contact-success {
  align-content: center;
  justify-items: center;
  min-height: 590px;
  padding: 30px;
  text-align: center;
}

.rh-contact-success > span {
  align-items: center;
  background: var(--rh-gradient);
  border-radius: 50%;
  box-shadow: var(--rh-shadow-blue);
  color: var(--rh-ink-strong);
  display: flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 20px;
  width: 58px;
}

.rh-contact-success > span svg {
  height: 29px;
  width: 29px;
}

.rh-contact-success > p:first-of-type {
  color: var(--rh-blue-deep);
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.07em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.rh-contact-success h2 {
  color: var(--rh-ink-strong);
  font-size: clamp(2rem, 3vw, 2.65rem);
  letter-spacing: -0.05em;
  line-height: 1.12;
  margin: 0;
  max-width: 520px;
}

.rh-contact-success > p:last-of-type {
  color: var(--rh-copy);
  font-size: 0.78rem;
  line-height: 1.7;
  margin: 15px auto 0;
  max-width: 440px;
}

.rh-contact-success > a {
  color: var(--rh-blue-deep);
  font-size: 0.72rem;
  font-weight: 650;
  margin-top: 23px;
}

@media (max-width: 1120px) {
  .rh-contact-page-shell {
    gap: 46px;
    grid-template-columns: minmax(300px, 0.68fr) minmax(560px, 1.32fr);
  }

  .rh-contact-page-copy h1 {
    font-size: clamp(3.3rem, 6vw, 4.4rem);
  }

  .rh-contact-form-card {
    padding: 28px;
  }

  .rh-contact-reasons > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-contact-reasons label > span {
    min-height: 60px;
  }
}

@media (max-width: 900px) {
  .rh-contact-page {
    padding-top: 96px;
  }

  .rh-contact-page-shell {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .rh-contact-page-copy {
    max-width: 720px;
    padding-top: 18px;
    position: static;
  }

  .rh-contact-page-copy h1 {
    max-width: 700px;
  }

  .rh-contact-page-intro {
    max-width: 680px;
  }

  .rh-contact-page-promises {
    gap: 9px 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-contact-page-promises li {
    align-items: flex-start;
  }

  .rh-contact-page-configure {
    max-width: 560px;
  }

  .rh-contact-reasons > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .rh-contact-page {
    padding: 84px 0 58px;
  }

  .rh-contact-page::before {
    inset: 0;
  }

  .rh-contact-page-copy h1 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .rh-contact-page-intro {
    font-size: 0.92rem;
    margin-top: 20px;
  }

  .rh-contact-page-promises {
    grid-template-columns: 1fr;
    margin-top: 23px;
  }

  .rh-contact-page-configure {
    margin-top: 25px;
  }

  .rh-contact-form-card {
    border-radius: 24px;
    padding: 23px 20px;
  }

  .rh-contact-form-head h2 {
    font-size: 1.8rem;
  }

  .rh-contact-reasons {
    margin-top: 22px;
  }

  .rh-contact-reasons > div {
    grid-template-columns: 1fr;
  }

  .rh-contact-reasons label > span {
    min-height: 0;
    padding: 11px 12px;
  }

  .rh-contact-configuration-facts {
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .rh-contact-configuration-facts > span {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }

  .rh-contact-configuration-channels {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .rh-contact-fields {
    grid-template-columns: 1fr;
  }

  .rh-contact-field-wide {
    grid-column: auto;
  }

  .rh-contact-submit-row button {
    max-width: 100%;
  }

  .rh-contact-success {
    min-height: 500px;
    padding: 20px 4px;
  }
}

@media (max-width: 380px) {
  .rh-contact-page-configure {
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    padding-inline: 12px;
  }

  .rh-contact-page-configure > span:first-child {
    height: 34px;
    width: 34px;
  }

  .rh-contact-form-card {
    padding-inline: 16px;
  }

}

@media (min-width: 901px) {
  .rh-contact-page {
    padding-bottom: 54px;
    padding-top: clamp(88px, 6vw, 96px);
  }

  .rh-contact-form-card {
    margin-top: 20px;
    padding: clamp(27px, 2.3vw, 32px);
    padding-bottom: 26px;
  }

  .rh-contact-form-head h2 {
    font-size: clamp(1.8rem, 2.35vw, 2.3rem);
  }

  .rh-contact-reasons {
    margin-top: 14px;
    padding-bottom: 20px;
  }

  .rh-contact-reasons > div {
    margin-top: 6px;
  }

  .rh-contact-reasons label > span {
    min-height: 58px;
    padding: 8px 11px;
  }

  .rh-contact-configuration {
    margin-top: 8px;
    padding: 10px;
  }

  .rh-contact-configuration-facts {
    margin-top: 8px;
    padding-top: 8px;
  }

  .rh-contact-configuration-channels {
    margin-top: 8px;
  }

  .rh-contact-configuration-campaign {
    margin-top: 4px;
  }

  .rh-contact-fields {
    gap: 10px 14px;
    margin-top: 15px;
  }

  .rh-contact-fields label {
    gap: 4px;
  }

  .rh-contact-fields textarea {
    height: 84px;
    min-height: 84px;
  }

  .rh-contact-privacy {
    margin-top: 11px;
  }

  .rh-contact-submit-row {
    margin-top: 21px;
  }

  .rh-contact-submit-row button {
    min-height: 44px;
  }
}

@media (min-width: 1200px) {
  .rh-contact-configuration {
    align-items: center;
    display: grid;
    gap: 7px 16px;
    grid-template-columns: minmax(135px, 0.5fr) minmax(0, 1.5fr);
  }

  .rh-contact-configuration-head {
    align-self: stretch;
  }

  .rh-contact-configuration-facts {
    border-left: 1px solid rgba(31, 112, 171, 0.1);
    border-top: 0;
    margin-top: 0;
    padding: 0 52px 0 12px;
  }

  .rh-contact-configuration-channels {
    border-top: 1px solid rgba(31, 112, 171, 0.1);
    display: grid;
    gap: 4px 12px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 0;
    padding-top: 8px;
  }

  .rh-contact-configuration-channels-head {
    display: contents;
  }

  .rh-contact-configuration-channels-head > small {
    grid-column: 1;
    grid-row: 1;
  }

  .rh-contact-configuration-channels ul {
    flex-wrap: nowrap;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
  }

  .rh-contact-configuration-channels li {
    padding-right: 6px;
  }

  .rh-contact-configuration-campaign {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 2px 0 0;
    white-space: nowrap;
  }

}
