.rv-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.retalivibe-footer-legal {
  margin-top: 16px;
  color: rgba(229, 224, 237, 0.76);
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.retalivibe-footer-legal a {
  color: #55efc4;
  text-decoration: none;
}

.retalivibe-footer-legal a:hover {
  text-decoration: underline;
}

.retalivibe-legal-notice {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid rgba(198, 191, 255, 0.22);
  border-radius: 8px;
  background: rgba(32, 31, 39, 0.72);
  color: #e5e0ed;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.retalivibe-legal-notice a {
  color: #55efc4;
}

.retalivibe-shell-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
}

.retalivibe-shell-bar {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.retalivibe-shell-brand {
  flex: 0 0 auto;
  white-space: nowrap;
}

.retalivibe-global-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 18px);
}

.retalivibe-global-nav a,
.retalivibe-mobile-nav-panel a {
  overflow-wrap: normal;
  word-break: normal;
}

.retalivibe-shell-cta {
  flex: 0 0 auto;
  white-space: nowrap;
}

.retalivibe-mobile-nav {
  flex: 0 0 auto;
}

.retalivibe-mobile-nav-panel {
  max-width: min(360px, calc(100vw - 24px));
  max-height: calc(100vh - 88px);
  overflow-y: auto;
}

.rv-filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: min(100%, 920px);
  margin-inline: auto;
}

.rv-filter-button {
  min-height: 40px;
  border: 1px solid rgba(198, 191, 255, 0.28);
  border-radius: 8px;
  padding: 9px 14px;
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  font: 700 13px/18px Inter, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.rv-filter-button:hover,
.rv-filter-button:focus-visible {
  border-color: #55efc4;
  outline: none;
}

.rv-filter-button[aria-pressed="true"] {
  border-color: #55efc4;
  background: rgba(85, 239, 196, 0.14);
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(85, 239, 196, 0.18);
}

.rv-filter-card[hidden] {
  display: none !important;
}

.rv-technical-heading,
[data-retalivibe-route] h1,
[data-retalivibe-route] h2,
[data-retalivibe-route] h3,
[data-retalivibe-route] h4 {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: manual;
  letter-spacing: 0;
}

body[data-retalivibe-route="/marketplace-sellers"] .rv-own-commerce-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body[data-retalivibe-route="/marketplace-sellers"] .rv-own-commerce-card ul {
  flex: 1 1 auto;
  margin-bottom: 24px;
}

body[data-retalivibe-route="/marketplace-sellers"] .rv-own-commerce-card > a {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  text-align: center;
}

body[data-retalivibe-route="/marketplace-sellers"] main > section:last-of-type a[href="/contact"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
}

body[data-retalivibe-route="/platform-modules"] .rv-modules-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
}

body[data-retalivibe-route="/platform-modules"] .rv-filter-card,
body[data-retalivibe-route="/integrations"] .rv-integration-mechanics-grid > *,
body[data-retalivibe-route="/connect"] .rv-integration-mechanics-grid > * {
  min-width: 0;
}

body[data-retalivibe-route="/integrations"] .rv-integration-mechanics-grid,
body[data-retalivibe-route="/connect"] .rv-integration-mechanics-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
}

@keyframes rvProcessNodePulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(85, 239, 196, 0.12), 0 16px 36px rgba(85, 239, 196, 0.18);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(85, 239, 196, 0.2), 0 22px 48px rgba(85, 239, 196, 0.28);
    transform: scale(1.04);
  }
}

@keyframes rvProcessRingPulse {
  0% {
    opacity: 0.68;
    transform: scale(0.92);
  }

  70% {
    opacity: 0;
    transform: scale(1.11);
  }

  100% {
    opacity: 0;
    transform: scale(1.11);
  }
}

@keyframes rvProcessConnectorFlow {
  0% {
    background-position: 140% 0;
  }

  100% {
    background-position: -140% 0;
  }
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step {
  padding: 34px 8px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-grid {
  align-items: stretch;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-node {
  width: 68px !important;
  height: 68px !important;
  margin-bottom: 12px !important;
  border-radius: 16px !important;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-node .material-symbols-outlined {
  font-size: 26px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-badge {
  left: 50% !important;
  right: auto !important;
  top: 6px !important;
  padding: 1px 6px !important;
  font-size: 9px !important;
  line-height: 13px !important;
  transform: translateX(-50%) !important;
}

body[data-retalivibe-route="/how-it-works"] .step-1,
body[data-retalivibe-route="/how-it-works"] .step-2,
body[data-retalivibe-route="/how-it-works"] .step-3,
body[data-retalivibe-route="/how-it-works"] .step-4,
body[data-retalivibe-route="/how-it-works"] .step-5,
body[data-retalivibe-route="/how-it-works"] .step-6,
body[data-retalivibe-route="/how-it-works"] .flow-1-2,
body[data-retalivibe-route="/how-it-works"] .flow-2-3,
body[data-retalivibe-route="/how-it-works"] .flow-3-4,
body[data-retalivibe-route="/how-it-works"] .flow-4-5,
body[data-retalivibe-route="/how-it-works"] .flow-5-6 {
  animation: none !important;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step:hover,
body[data-retalivibe-route="/how-it-works"] .rv-process-step:focus-visible {
  border-color: rgba(85, 239, 196, 0.45);
  background: rgba(85, 239, 196, 0.08);
  outline: none;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="complete"] {
  border-color: rgba(85, 239, 196, 0.22);
  background: rgba(85, 239, 196, 0.045);
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="current"] {
  border-color: rgba(85, 239, 196, 0.52);
  background: rgba(85, 239, 196, 0.1);
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="upcoming"] {
  opacity: 0.72;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-phase="order-operations"] {
  border-style: dashed;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="complete"] .rv-process-node {
  border-color: rgba(85, 239, 196, 0.7) !important;
  box-shadow: 0 0 0 4px rgba(85, 239, 196, 0.08);
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="current"] .rv-process-node {
  position: relative;
  border-color: #55efc4 !important;
  box-shadow: 0 0 0 5px rgba(85, 239, 196, 0.12), 0 16px 36px rgba(85, 239, 196, 0.18);
  transform: none;
  animation: rvProcessNodePulse 1.25s ease-in-out infinite !important;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="current"] .rv-process-node::after {
  content: "";
  position: absolute;
  inset: -2px;
  border: 2px solid rgba(85, 239, 196, 0.62);
  border-radius: inherit;
  pointer-events: none;
  animation: rvProcessRingPulse 1.25s ease-out infinite;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="complete"] h3 {
  color: rgba(85, 239, 196, 0.86);
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-state="current"] h3 {
  color: #55efc4;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-phase="buyer-flow"] .rv-process-node {
  background: rgba(108, 92, 231, 0.16) !important;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-phase="order-operations"] .rv-process-node {
  background: rgba(85, 239, 196, 0.1) !important;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-step[data-rv-process-phase="order-operations"] h3::after {
  content: "после оплаты";
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 5px auto 0;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(85, 239, 196, 0.1);
  color: rgba(229, 224, 237, 0.78);
  font: 700 10px/14px Inter, sans-serif;
  text-transform: uppercase;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-connector-wrap {
  left: calc(50% + 34px) !important;
  top: 67px !important;
  width: calc(100% - 52px) !important;
  height: 2px !important;
  overflow: hidden;
  border-radius: 999px;
  background: transparent !important;
  pointer-events: none;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-connector {
  animation: none !important;
  width: 100% !important;
  height: 2px !important;
  transition: opacity 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-connector[data-rv-process-state="complete"] {
  opacity: 1;
  background: linear-gradient(90deg, rgba(85, 239, 196, 0.1), #55efc4, rgba(85, 239, 196, 0.1));
  box-shadow: 0 0 18px rgba(85, 239, 196, 0.28);
}

body[data-retalivibe-route="/how-it-works"] .rv-process-connector[data-rv-process-state="current"] {
  opacity: 0.9;
  background: linear-gradient(90deg, transparent, rgba(85, 239, 196, 0.72), transparent);
  background-size: 240% 100%;
  animation: rvProcessConnectorFlow 1s linear infinite !important;
}

body[data-retalivibe-route="/how-it-works"] .rv-process-connector[data-rv-process-state="upcoming"] {
  opacity: 0.22;
  background: rgba(198, 191, 255, 0.32);
}

body[data-retalivibe-route="/technology"] {
  display: block !important;
  min-height: 100vh;
}

body[data-retalivibe-route="/technology"] .rv-technology-main {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  overflow: visible;
}

body[data-retalivibe-route="/technology"] .content-section {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}

body[data-retalivibe-route="/technology"] pre,
body[data-retalivibe-route="/technology"] code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

body[data-retalivibe-route="/technology"] .grid {
  min-width: 0;
}

body[data-retalivibe-route="/technology"] li.flex.justify-between {
  align-items: flex-start;
  gap: 10px;
}

body[data-retalivibe-route="/technology"] li.flex.justify-between > span,
body[data-retalivibe-route="/technology"] li.flex.justify-between > strong {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body[data-retalivibe-route="/technology"] li.flex.justify-between > span {
  flex: 1 1 120px;
  min-width: 92px;
}

body[data-retalivibe-route="/technology"] li.flex.justify-between > strong {
  flex: 1 1 130px;
  min-width: 120px;
  text-align: right;
}

body[data-retalivibe-route="/resources"] section[data-rv-filter-group="resources"] {
  margin: 0 auto 28px;
  padding: 0 0 24px;
}

body[data-retalivibe-route="/resources"] section.grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
}

.rv-contact-requisites {
  display: grid;
  gap: 8px;
  max-width: 100%;
}

.rv-contact-requisites span,
.rv-contact-requisites a {
  display: block;
  max-width: 100%;
  color: inherit;
  overflow-wrap: anywhere;
  word-break: normal;
}

.rv-contact-requisites a {
  color: #55efc4;
  text-decoration: none;
}

.rv-contact-requisites a:hover {
  text-decoration: underline;
}

.retalivibe-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: min(420px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid rgba(198, 191, 255, 0.22);
  border-radius: 8px;
  background: rgba(19, 18, 27, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  color: #e5e0ed;
  font-family: Inter, sans-serif;
}

.retalivibe-consent[hidden] {
  display: none;
}

.retalivibe-consent p {
  margin: 0 0 14px;
  color: #c8c4d7;
  font-size: 14px;
  line-height: 21px;
}

.retalivibe-consent strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: Manrope, Inter, sans-serif;
  font-size: 16px;
}

.retalivibe-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.retalivibe-consent button {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 9px 12px;
  font: 700 13px/18px Inter, sans-serif;
  cursor: pointer;
}

.retalivibe-consent__accept {
  background: #6c5ce7;
  color: #ffffff;
}

.retalivibe-consent__decline {
  background: transparent;
  color: #e5e0ed;
}

@media (max-width: 560px) {
  .retalivibe-shell-bar {
    padding-inline: 14px;
  }

  .rv-filter-button {
    flex: 1 1 140px;
    white-space: normal;
  }

  body[data-retalivibe-route="/marketplace-sellers"] main > section:last-of-type a[href="/contact"] {
    width: 100%;
    padding: 14px 16px;
  }

  body[data-retalivibe-route="/how-it-works"] .rv-process-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body[data-retalivibe-route="/how-it-works"] .rv-process-step {
    width: min(100%, 280px);
    margin-inline: auto;
  }

  body[data-retalivibe-route="/technology"] li.flex.justify-between > strong {
    text-align: left;
  }

  .retalivibe-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

@media (max-width: 1180px) {
  .retalivibe-global-nav,
  .retalivibe-shell-cta {
    display: none !important;
  }

  .retalivibe-mobile-nav {
    display: block !important;
    margin-left: auto;
  }
}

@media (min-width: 1181px) {
  .retalivibe-mobile-nav {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-filter-button,
  body[data-retalivibe-route="/how-it-works"] .rv-process-step,
  body[data-retalivibe-route="/how-it-works"] .rv-process-step .rv-process-node,
  body[data-retalivibe-route="/how-it-works"] .rv-process-step .rv-process-node::after,
  body[data-retalivibe-route="/how-it-works"] .rv-process-connector {
    animation: none !important;
    transition: none;
  }
}
