:root {
  --rg-bg: #131313;
  --rg-text: #e5e2e1;
  --rg-muted: #b8b2b0;
  --rg-warm: #e2bfb0;
  --rg-line: #2f2f2f;
  --rg-primary: #ff6a00;
  --rg-primary-soft: #ffb694;
  --rg-accent: #ff6a00;
}

.rg-page,
.rg-page * {
  box-sizing: border-box;
}

.rg-page {
  background: var(--rg-bg) !important;
}

.rg-page a:focus-visible,
.rg-page .et_pb_button:focus-visible {
  outline: 2px solid var(--rg-primary-soft) !important;
  outline-offset: 3px !important;
}

@keyframes rgFadeUp {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes rgReveal {
  from {
    opacity: 0.35;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rgCursorWave {
  0% {
    opacity: 0.95;
    transform: translate3d(var(--rg-ripple-x), var(--rg-ripple-y), 0) scale(0.72);
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--rg-ripple-x), var(--rg-ripple-y), 0) scale(2.45);
  }
}

@keyframes rgTermCaret {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

.rg-hero-copy,
.rg-odoo-terminal,
.rg-mod-hero-copy,
.rg-mod-terminal,
.rg-price-hero-copy,
.rg-price-terminal {
  animation: rgFadeUp 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.rg-odoo-terminal,
.rg-mod-terminal,
.rg-price-terminal {
  animation-delay: 160ms;
}

.rg-tech-card,
.rg-service-card,
.rg-node,
.rg-flow-card,
.rg-signal,
.rg-code-block,
.rg-contact-card,
.rg-module-card,
.rg-price-card,
.rg-price-node,
.rg-choice,
.rg-image-hero-native,
.rg-image-service-blurb,
.rg-image-cta-module {
  will-change: opacity, transform, filter;
}

.rg-js-reveal {
  opacity: 0 !important;
  filter: blur(10px);
  transform: translate3d(var(--rg-enter-x, 0), var(--rg-enter-y, 42px), 0) scale(var(--rg-enter-scale, 0.985));
  transition:
    opacity 780ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 780ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 780ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    box-shadow 220ms ease;
  transition-delay: var(--rg-delay, 0ms);
}

.rg-js-reveal.rg-js-inview {
  opacity: 1 !important;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.rg-image-hero-native {
  background-position: center calc(50% + var(--rg-bg-shift, 0px)) !important;
  transition: background-position 80ms linear;
}

.rg-image-hero-native .rg-image-kicker-text {
  --rg-enter-y: -22px;
  --rg-delay: 80ms;
}

.rg-image-hero-native .rg-image-title {
  --rg-enter-y: 34px;
  --rg-delay: 160ms;
}

.rg-image-hero-native .rg-image-lead {
  --rg-enter-y: 34px;
  --rg-delay: 260ms;
}

.rg-image-hero-native .rg-image-hero-button {
  --rg-enter-y: 24px;
  --rg-enter-scale: 0.94;
  --rg-delay: 360ms;
}

.rg-image-service-blurb:nth-child(1) {
  --rg-enter-x: -96px;
  --rg-delay: 80ms;
}

.rg-image-service-blurb:nth-child(2) {
  --rg-enter-x: 96px;
  --rg-delay: 160ms;
}

.rg-image-service-blurb:nth-child(3) {
  --rg-enter-x: -96px;
  --rg-delay: 240ms;
}

.rg-image-service-blurb.rg-js-inview {
  border-color: rgba(255, 106, 0, 0.22) !important;
}

.rg-image-cta-module {
  --rg-enter-y: 70px;
  --rg-enter-scale: 0.96;
}

.rg-image-cta-module.rg-js-inview {
  box-shadow: 0 40px 130px rgba(255, 106, 0, 0.24) !important;
}

.rg-page .et_pb_button,
.rg-image-cta-module .et_pb_button {
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease,
    filter 220ms ease;
}

.rg-page .et_pb_button:hover,
.rg-image-cta-module .et_pb_button:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.rg-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    circle 220px at var(--rg-hero-x, 50%) var(--rg-hero-y, 50%),
    rgba(255, 106, 0, 0.3),
    rgba(255, 106, 0, 0.1) 42%,
    transparent 72%
  );
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 200ms ease;
}

.rg-hero.rg-hero-lit:after {
  opacity: 0.75;
}

.rg-page.rg-horizontal-services {
  overflow: visible !important;
}

.rg-page.rg-horizontal-services .rg-center {
  position: relative;
  z-index: 3;
}

.rg-page.rg-horizontal-services .rg-services-row {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_column {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  width: max-content !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  will-change: transform;
  transform: translate3d(var(--rg-services-x, 0px), 0, 0);
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card {
  flex: 0 0 100vw !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: left !important;
  padding: clamp(34px, 6vw, 86px) max(40px, calc((100vw - 1600px) / 2 + 80px)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #1c1b1b !important;
  box-shadow: none !important;
  transform: none !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(1),
.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(5) {
  background: #ff6a00 !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(2),
.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(6) {
  background: #201f1f !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(3),
.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(7) {
  background: #0a0a0a !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(4) {
  background: #2a2a2a !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(1) .et_pb_module_header,
.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(1) .et_pb_blurb_description p,
.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(5) .et_pb_module_header,
.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:nth-child(5) .et_pb_blurb_description p {
  color: #111111 !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card .et_pb_blurb_content {
  width: min(1600px, calc(100vw - 80px)) !important;
  max-width: 1600px !important;
  margin: 0 !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card .et_pb_module_header {
  max-width: 980px;
  margin-bottom: 24px !important;
  font-size: clamp(54px, 6.2vw, 112px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card .et_pb_blurb_description p {
  max-width: 760px;
  color: rgba(229, 226, 225, 0.76) !important;
  font-size: clamp(20px, 1.5vw, 28px) !important;
  line-height: 1.5 !important;
}

.rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card:before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.45;
}

.rg-page.rg-horizontal-services .rg-services-progress {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 6vh, 64px);
  z-index: 5;
  width: min(1600px, calc(100vw - 80px));
  height: 2px;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transform: translateX(-50%);
}

.rg-page.rg-horizontal-services .rg-services-progress span {
  display: block;
  width: calc(var(--rg-services-progress, 0) * 100%);
  height: 100%;
  background: #ff6a00;
}

.rg-odoo-terminal .rg-term-body p {
  min-height: 1.45em;
}

.rg-odoo-terminal .rg-term-body p.rg-line-typing:after,
.rg-odoo-terminal .rg-term-body p.rg-line-done:last-of-type:after,
.rg-odoo-terminal .rg-term-body .cursor {
  content: "";
  display: inline-block;
  width: 0.62em;
  height: 1.08em;
  margin-left: 0.12em;
  background: var(--rg-primary);
  vertical-align: -0.14em;
  animation: rgTermCaret 820ms steps(1, end) infinite;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.45);
}

.rg-odoo-terminal.rg-terminal-typing .rg-term-body .cursor {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  body.rg-cursor-ready,
  .rg-cursor-ready a,
  .rg-cursor-ready button,
  .rg-cursor-ready .et_pb_button {
    cursor: none !important;
  }

  .rg-cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border: 2px solid rgba(255, 106, 0, 0.95);
    border-radius: 999px;
    pointer-events: none;
    transform: translate3d(var(--rg-cursor-x, -80px), var(--rg-cursor-y, -80px), 0);
    box-shadow:
      0 0 22px rgba(255, 106, 0, 0.22),
      inset 0 0 18px rgba(255, 106, 0, 0.08);
  }

  .rg-cursor-dot:before {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: inherit;
    background: rgba(255, 106, 0, 0.9);
    opacity: 0.9;
    transform: scale(0.18);
  }

  .rg-cursor-ready.rg-cursor-link .rg-cursor-dot {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border-color: var(--rg-primary-soft);
    background: rgba(255, 106, 0, 0.1);
  }

  .rg-cursor-ripple {
    position: fixed;
    z-index: 2147483646;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border: 2px solid rgba(255, 106, 0, 0.9);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 106, 0, 0.34) 0 28%, rgba(255, 106, 0, 0.16) 29% 48%, transparent 49%);
    pointer-events: none;
    animation: rgCursorWave 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rg-page *,
  .rg-js-reveal,
  .rg-page .et_pb_button {
    animation: none !important;
    transition: none !important;
  }

  .rg-js-reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .rg-image-hero-native {
    background-position: center center !important;
  }

  .rg-cursor-dot,
  .rg-cursor-ripple {
    display: none !important;
  }

  .rg-page.rg-horizontal-services .rg-services-row .et_pb_column {
    transform: none !important;
  }

  .rg-page.rg-horizontal-services .rg-services-row {
    min-height: auto !important;
  }

  .rg-page.rg-horizontal-services .rg-services-progress {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}

@media (max-width: 680px) {
  .rg-js-reveal {
    --rg-enter-x: 0 !important;
    --rg-enter-y: 28px !important;
  }

  .rg-image-hero-native {
    background-position: center center !important;
  }

  .rg-page.rg-horizontal-services .rg-services-row .et_pb_column {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    transform: none !important;
  }

  .rg-page.rg-horizontal-services .rg-services-row .et_pb_blurb.rg-service-card {
    width: 100% !important;
    flex-basis: auto !important;
    height: auto !important;
    min-height: 260px !important;
    padding: 28px !important;
    border-radius: 8px !important;
  }

  .rg-page.rg-horizontal-services .rg-services-progress {
    display: none;
  }
}
