:root {
  --rrt-bg: #090c09;
  --rrt-panel: rgba(19, 24, 19, .72);
  --rrt-panel-strong: rgba(15, 20, 16, .93);
  --rrt-cream: #f0e5d0;
  --rrt-muted: rgba(240, 229, 208, .72);
  --rrt-orange: #e86135;
  --rrt-line: rgba(240, 229, 208, .11);
  --rrt-shadow: 0 28px 90px rgba(0, 0, 0, .42);
  --rrt-page: min(1320px, calc(100vw - 40px));
  --rrt-radius: 0;
  --rrt-ease: cubic-bezier(.16, 1, .3, 1);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--rrt-cream);
  background-color: var(--rrt-bg);
  background-image: url('/back.png?v=1');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Anybody', Arial, sans-serif;
  font-variation-settings: 'wdth' 96;
}

@media (max-width: 900px) {
  body { background-attachment: scroll; }
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.rrt-page { position: relative; z-index: 2; width: 100%; padding: 24px 0 0; }
.rrt-page > main,
.rrt-footer { width: var(--rrt-page); margin-inline: auto; }

.rrt-grid-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rrt-line);
  border-radius: var(--rrt-radius);
  background-color: rgba(12, 16, 13, .88);
  background-image: linear-gradient(rgba(5, 9, 6, .7), rgba(5, 9, 6, .7));
  box-shadow: var(--rrt-shadow);
}

.rrt-hero {
  min-height: 0;
  display: block;
  padding: 0 32px;
  overflow: visible;
}

/* The HOME hero sits directly on the page background; only its media is framed. */
.rrt-hero.rrt-grid-surface {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.rrt-hero > .rrt-border-glow {
  display: none !important;
}
.rrt-header {
  position: relative;
  z-index: 10;
  min-height: 70px;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--rrt-line);
}
.rrt-brand { width: 132px; display: flex; align-items: center; }
.rrt-brand img, .rrt-footer-brand img { width: 100%; height: auto; object-fit: contain; }
.rrt-nav { display: flex; align-items: center; justify-content: center; gap: 3px; }
.rrt-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 0;
  color: rgba(240, 229, 208, .54);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}
.rrt-nav a:hover, .rrt-nav a.is-active { color: var(--rrt-cream); background: rgba(240, 229, 208, .07); }
.rrt-nav a.rrt-mobile-account { display: none; }
.rrt-nav a.rrt-house-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 7px;
  padding: 8px 12px 8px 14px;
  color: var(--rrt-cream);
  border: 1px solid rgba(232, 97, 53, .56);
  background: linear-gradient(105deg, rgba(232, 97, 53, .16), rgba(232, 97, 53, .035));
  box-shadow: inset 3px 0 0 var(--rrt-orange), 0 9px 24px rgba(0, 0, 0, .16);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .055em;
  white-space: nowrap;
}
.rrt-nav a.rrt-house-link b {
  color: var(--rrt-orange);
  font-size: 13px;
  line-height: 1;
  transition: color .22s ease, transform .22s var(--rrt-ease);
}
.rrt-nav a.rrt-house-link:hover {
  color: #11150f;
  border-color: var(--rrt-orange);
  background: var(--rrt-orange);
  box-shadow: inset 3px 0 0 var(--rrt-cream), 0 10px 28px rgba(232, 97, 53, .2);
}
.rrt-nav a.rrt-house-link:hover b { color: #11150f; transform: translate(2px, -2px); }

.rrt-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 19px;
  border: 1px solid rgba(240, 229, 208, .14);
  border-radius: 0;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .35s var(--rrt-ease), background .25s ease, color .25s ease, border-color .25s ease;
}
.rrt-button:hover { transform: translateY(-2px); }
.rrt-button-light { color: #11150f; background: var(--rrt-cream); border-color: var(--rrt-cream); }
.rrt-button-light:hover { background: #fff8e9; }
.rrt-button-ghost { color: var(--rrt-cream); background: rgba(240, 229, 208, .045); }
.rrt-button-ghost:hover { border-color: rgba(232, 97, 53, .7); background: rgba(232, 97, 53, .1); }

.rrt-hero-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 82%;
  border-radius: 50%;
  opacity: .9;
  background:
    radial-gradient(circle at 44% 34%, rgba(255, 240, 214, .42), transparent 10%),
    radial-gradient(circle at 50% 44%, rgba(232, 97, 53, .34), transparent 30%),
    radial-gradient(circle at 62% 60%, rgba(74, 125, 88, .24), transparent 43%);
  filter: blur(70px);
  pointer-events: none;
}
.rrt-hero-copy {
  position: relative;
  z-index: 2;
  width: min(820px, 92%);
  margin: 34px auto 0;
  padding: 0;
  border-left: 0;
  text-align: center;
}
.rrt-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid var(--rrt-line);
  border-radius: 0;
  color: var(--rrt-muted);
  background: rgba(8, 11, 8, .45);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.rrt-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--rrt-orange); box-shadow: 0 0 12px var(--rrt-orange); }
.rrt-hero h1 {
  margin: 16px 0 0;
  font-size: clamp(38px, 3vw, 52px);
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 780;
  line-height: .91;
  letter-spacing: -.055em;
}
.rrt-hero h1 em, .rrt-section-head h2 em, .rrt-card h3 em { color: var(--rrt-orange); font-style: normal; }
.rrt-hero-copy > p {
  max-width: 650px;
  margin: 15px auto 0;
  color: var(--rrt-muted);
  font-size: 16px;
  font-weight: 420;
  line-height: 1.62;
}
.rrt-actions { display: flex; justify-content: center; gap: 9px; margin-top: 18px; }

.rrt-console {
  position: relative;
  z-index: 3;
  width: min(980px, calc(100% - 70px));
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 28px auto -140px;
  overflow: hidden;
  border: 1px solid rgba(240, 229, 208, .2);
  border-radius: 0;
  background: rgba(8, 12, 9, .86);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .56), 0 0 70px rgba(232, 97, 53, .09);
  transform-style: preserve-3d;
  transition: transform .3s ease;
  backdrop-filter: blur(18px);
}
.rrt-console > video { width: 100%; height: 100%; display: block; object-fit: cover; }
.rrt-console-bar {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--rrt-line);
  color: rgba(240, 229, 208, .6);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rrt-console-bar span, .rrt-console-bar div { display: flex; align-items: center; gap: 9px; }
.rrt-console-bar i { width: 7px; height: 7px; border-radius: 50%; background: #79e58e; box-shadow: 0 0 10px #79e58e; }
.rrt-console-bar b { color: var(--rrt-orange); font-size: inherit; }
.rrt-console-stage { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .72fr); gap: 12px; padding: 12px; }
.rrt-console figure { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--rrt-line); border-radius: 0; background: #050806; }
.rrt-console img,
.rrt-console video { width: 100%; height: 100%; display: block; object-fit: cover; }
.rrt-console-main { aspect-ratio: 16 / 9; }
.rrt-console-main img { object-fit: contain; }
.rrt-console-feed { aspect-ratio: 4 / 5; }
.rrt-console-feed::after { position: absolute; inset: 0; background: linear-gradient(transparent 60%, rgba(0,0,0,.86)); content: ''; }
.rrt-console-feed figcaption { position: absolute; z-index: 2; right: 14px; bottom: 12px; left: 14px; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); font-size: 9px; text-transform: uppercase; }
.rrt-console-feed figcaption i { width: 6px; height: 6px; border-radius: 50%; background: #ef6540; }

.rrt-proof {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(270px, 1fr) minmax(0, 3fr);
  align-items: stretch;
  gap: 14px;
  padding: 174px 0 0;
}
.rrt-proof-cluster {
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 225.6fr) minmax(0, 250fr);
  gap: 2.85%;
  container-type: inline-size;
}
.rrt-proof-intro,
.rrt-proof-stats > div,
.rrt-proof-media {
  position: relative;
  overflow: hidden;
  border: 2px solid #dc5c33;
  background: #1c1c1c;
}
.rrt-proof-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7.317cqw;
  overflow: visible;
  background: linear-gradient(180deg, #141414 0%, #6d2c18 100%);
}
.rrt-proof-intro::before {
  display: none;
}
.rrt-proof-intro > * { position: relative; z-index: 1; }
.rrt-proof-watermark {
  position: absolute !important;
  z-index: 0 !important;
  top: 8.71cqw;
  left: 54.355cqw;
  width: 82.23cqw;
  max-width: none;
  height: 82.23cqw;
  opacity: .3;
  object-fit: contain;
  pointer-events: none;
}
.rrt-figma-header-accent {
  position: absolute;
  z-index: 0;
  top: calc(.697cqw - 2px);
  right: 6.272cqw;
  width: 58%;
  height: auto;
  pointer-events: none;
}
.rrt-proof-lockup {
  min-width: 0;
  display: grid;
  grid-template-columns: 30.662cqw minmax(0, 1fr);
  align-items: center;
  gap: 10.105cqw;
}
.rrt-proof-lockup img {
  width: 30.662cqw;
  max-width: 30.662cqw;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 9px 14px rgba(0, 0, 0, .35));
}
.rrt-proof-intro h2 {
  width: 60.93cqw;
  margin: 0;
  color: var(--rrt-orange);
  font-size: 13.24cqw;
  font-stretch: 105%;
  font-variation-settings: 'wdth' 105;
  font-weight: 600;
  line-height: 1.159;
  letter-spacing: -.025em;
}
.rrt-proof-intro p {
  max-width: none;
  margin: 6.272cqw 0 0;
  padding: .348cqw 1.045cqw 0;
  border-top: 1px solid rgba(232, 97, 53, .55);
  color: #e7e3d4;
  font-size: 5.226cqw;
  font-weight: 600;
  line-height: 1.2;
}
.rrt-proof-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2.439cqw;
  margin: 0;
}
.rrt-proof-stats > div {
  min-width: 0;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.714% 6.429% 4.286%;
}
.rrt-proof-stats > div::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 19.286cqw;
  height: 21.429cqw;
  background: url('/assets/figma/overlays/card-corner.svg') right bottom / contain no-repeat;
  content: '';
}
.rrt-proof-stats dt {
  min-height: 25cqw;
  color: var(--rrt-orange);
  font-size: 9.866cqw;
  font-stretch: 75%;
  font-variation-settings: 'wdth' 75;
  font-weight: 600;
  line-height: .9;
  letter-spacing: 0;
}
.rrt-proof-signals { display: flex; align-items: center; gap: 1.429cqw; margin-top: .714cqw; }
.rrt-proof-signals img { width: 19.521cqw; height: 19.521cqw; display: block; object-fit: contain; }
.rrt-proof-signals img:last-child { width: 18.057cqw; height: 18.057cqw; }
.rrt-proof-stats dd {
  width: 92.143%;
  margin: auto 0 0;
  padding-top: 4.286cqw;
  border-top: 1px solid rgba(232, 97, 53, .5);
  color: #e7e3d4;
  font-size: 6.577cqw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
.rrt-proof-media { min-width: 0; aspect-ratio: 16 / 9; margin: 0; background: #0a0a0a; }
.rrt-proof-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 45%, rgba(0, 0, 0, .8) 100%);
  content: '';
  pointer-events: none;
}
.rrt-proof-media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.76) contrast(1.06) brightness(.78); }
.rrt-proof-media figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(240, 229, 208, .72);
  font-size: 8px;
  font-weight: 730;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rrt-proof-media figcaption span { display: inline-flex; align-items: center; gap: 8px; }
.rrt-proof-media figcaption i { width: 6px; height: 6px; background: #76e589; box-shadow: 0 0 12px rgba(118, 229, 137, .8); }
.rrt-proof-media figcaption b { color: var(--rrt-orange); font-size: inherit; }

.rrt-section { padding: 72px 0 0; }
.rrt-section-head { width: min(720px, 100%); margin: 0 auto 40px; text-align: center; }
.rrt-section-head > span, .rrt-final > span, .rrt-statement > span {
  color: var(--rrt-orange);
  font-size: 11px;
  font-weight: 740;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.rrt-section-head h2 {
  margin: 15px 0 0;
  font-size: clamp(36px, 3.8vw, 52px);
  font-stretch: 105%;
  font-variation-settings: 'wdth' 105;
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.035em;
}
.rrt-section-head p { max-width: 660px; margin: 17px auto 0; color: var(--rrt-muted); font-size: 16px; line-height: 1.62; }

.rrt-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.rrt-card {
  --card-accent: var(--rrt-orange);
  position: relative;
  grid-column: span 4;
  min-height: 385px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--rrt-line);
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 44%),
    rgba(18, 23, 19, .72);
  box-shadow: 0 20px 54px rgba(0,0,0,.23);
  transition: border-color .35s ease, background .35s ease, transform .35s var(--rrt-ease);
  transform-style: preserve-3d;
  backdrop-filter: blur(12px);
}
.rrt-card:hover { border-color: color-mix(in srgb, var(--card-accent) 55%, transparent); background-color: rgba(20, 27, 21, .9); }
.rrt-card-wide { grid-column: 1 / -1; min-height: 390px; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 22px; padding: 0; }
.rrt-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.rrt-card figure { margin: 0; overflow: hidden; }
.rrt-card-wide figure { min-height: 100%; }
.rrt-card-wide figure img, .rrt-card-visual figure img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.76) contrast(1.08) brightness(.76); transition: transform .8s var(--rrt-ease), filter .5s ease; }
.rrt-card-wide:hover figure img, .rrt-card-visual:hover figure img { transform: scale(1.035); filter: saturate(.94) contrast(1.05) brightness(.85); }
.rrt-index { color: var(--card-accent); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.rrt-card h3 { margin: 17px 0 0; font-size: clamp(26px, 2.15vw, 36px); font-weight: 700; line-height: 1; letter-spacing: -.032em; }
.rrt-card p { max-width: 58ch; margin: 17px 0 0; color: var(--rrt-muted); font-size: 15px; line-height: 1.6; }
.rrt-card a { align-self: flex-start; display: inline-flex; gap: 18px; margin-top: auto; padding-top: 23px; color: var(--rrt-cream); font-size: 11px; font-weight: 720; letter-spacing: .055em; text-transform: uppercase; }
.rrt-card a b { color: var(--card-accent); }

.rrt-card-product { display: flex; flex-direction: column; }
.rrt-card-product.is-replay { --card-accent: #e92020; }
.rrt-card-product.is-giveaway { --card-accent: #ae0af9; }
.rrt-product-lockup { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: center; gap: 14px; margin-top: 16px; }
.rrt-product-lockup img { width: 88px; height: 88px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(0,0,0,.48)); }
.rrt-product-lockup h3 { margin: 0; font-size: 28px; }
.rrt-card-product ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.rrt-card-product li { padding: 7px 9px; border: 1px solid var(--rrt-line); border-radius: 0; color: rgba(240,229,208,.78); font-size: 10.5px; font-weight: 620; text-transform: uppercase; }

.rrt-card-workflow { grid-column: span 5; display: flex; flex-direction: column; }
.rrt-card-workflow ol { display: grid; gap: 2px; margin: 25px 0 0; padding: 0; list-style: none; }
.rrt-card-workflow li { min-height: 47px; display: grid; grid-template-columns: 40px 1fr; align-items: center; border-top: 1px solid var(--rrt-line); }
.rrt-card-workflow li b { color: var(--rrt-orange); font-size: 11px; }
.rrt-card-workflow li span { font-size: 13px; font-weight: 620; text-transform: uppercase; }
.rrt-card-visual { grid-column: span 7; padding: 0; display: grid; grid-template-columns: 1.35fr .65fr; min-height: 385px; }
.rrt-card-visual figure { min-height: 100%; }
.rrt-card-visual > div { align-self: end; padding: 30px; }
.rrt-card-visual h3 { font-size: clamp(24px, 1.9vw, 32px); }

.rrt-block-intro {
  min-height: 172px;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 42px;
  padding: 26px 30px;
  border: 1px solid var(--rrt-line);
  background-color: rgba(4, 8, 5, .14);
}
.rrt-block-intro > div { display: grid; gap: 10px; }
.rrt-block-intro span {
  color: var(--rrt-orange);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.rrt-block-intro h2 {
  margin: 0;
  font-size: clamp(32px, 3.1vw, 44px);
  font-stretch: 105%;
  font-variation-settings: 'wdth' 105;
  font-weight: 760;
  line-height: .96;
  letter-spacing: -.035em;
}
.rrt-block-intro h2 em { color: var(--rrt-orange); font-style: normal; }
.rrt-block-intro > p {
  max-width: 570px;
  margin: 0 0 2px;
  color: var(--rrt-muted);
  font-size: 16px;
  line-height: 1.58;
}
.rrt-capabilities .rrt-bento { margin-top: 14px; }
.rrt-products-intro { margin-top: 72px; }
.rrt-products-intro + .rrt-system { margin-top: 14px; }

.rrt-statement {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  padding: 60px;
  text-align: center;
}
.rrt-statement::after { position: absolute; inset: 0; background: radial-gradient(circle at 50% 18%, rgba(232,97,53,.23), transparent 45%); content: ''; pointer-events: none; }
.rrt-statement > * { position: relative; z-index: 1; }
.rrt-statement blockquote { max-width: 900px; margin: 28px 0 30px; color: var(--rrt-cream); font-size: clamp(30px, 3.25vw, 44px); font-weight: 560; line-height: 1.16; letter-spacing: -.028em; }

.rrt-software-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rrt-software-item {
  --item-accent: var(--rrt-orange);
  min-height: 112px;
  display: grid;
  grid-template-columns: 78px 1fr auto;
  align-items: center;
  gap: 17px;
  padding: 16px 20px;
  border: 1px solid var(--rrt-line);
  border-radius: 0;
  background: rgba(19,24,19,.72);
  transition: transform .35s var(--rrt-ease), border-color .3s ease;
}
.rrt-software-item:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--item-accent) 50%, transparent); }
.rrt-software-item.is-replay { --item-accent: #e92020; }
.rrt-software-item.is-giveaway { --item-accent: #ae0af9; }
.rrt-software-item img { width: 72px; height: 72px; object-fit: contain; }
.rrt-software-item span { min-width: 0; display: grid; gap: 8px; }
.rrt-software-item small { color: var(--item-accent); font-size: 11.5px; font-weight: 740; letter-spacing: .055em; text-transform: uppercase; }
.rrt-software-item strong { font-size: 14px; font-weight: 520; line-height: 1.35; }
.rrt-software-item > b { color: var(--item-accent); }

.rrt-final { min-height: 610px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 72px; padding: 72px 30px; text-align: center; }
.rrt-final-glow { position: absolute; top: -50%; left: 10%; width: 80%; height: 85%; border-radius: 50%; background: radial-gradient(ellipse, rgba(232,97,53,.46), rgba(240,229,208,.11) 32%, transparent 70%); filter: blur(65px); pointer-events: none; }
.rrt-final > *:not(.rrt-final-glow) { position: relative; z-index: 2; }
.rrt-final h2 { margin: 20px 0 0; font-size: clamp(40px, 4.5vw, 58px); font-weight: 740; line-height: .96; letter-spacing: -.04em; }
.rrt-final p { max-width: 600px; margin: 22px auto 0; color: var(--rrt-muted); font-size: 17px; line-height: 1.6; }

.rrt-footer { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.1fr; gap: 45px; padding: 62px 22px 24px; }
.rrt-footer-brand img { width: 126px; }
.rrt-footer-brand p { max-width: 290px; margin: 18px 0 0; color: var(--rrt-muted); font-size: 13.5px; line-height: 1.55; }
.rrt-footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.rrt-footer-links > span { margin-bottom: 6px; color: var(--rrt-muted); font-size: 11px; text-transform: uppercase; }
.rrt-footer-links > a { color: rgba(240,229,208,.86); font-size: 13px; }
.rrt-footer-links > a:hover { color: var(--rrt-orange); }
.rrt-social { display: flex; gap: 7px; margin-top: 9px; }
.rrt-social a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--rrt-line); border-radius: 0; color: var(--rrt-muted); font-size: 9px; }
.rrt-footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--rrt-line); color: rgba(240,229,208,.52); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.rrt-footer-bottom a:hover { color: var(--rrt-cream); }

.rrt-reveal { opacity: 0; transform: translateY(24px) scale(.99); transition: opacity .8s ease, transform .9s var(--rrt-ease); }
.rrt-reveal.is-visible { opacity: 1; transform: none; }

/* Pointer spotlight: the gradient is masked so it paints only the card edge. */
.rrt-glow-card {
  --rrt-glow-x: 50%;
  --rrt-glow-y: 50%;
  --rrt-glow-opacity: 0;
  position: relative;
  isolation: isolate;
}

.rrt-border-glow {
  position: absolute;
  inset: 0;
  z-index: 30;
  padding: 1px;
  overflow: hidden;
  border-radius: inherit;
  opacity: var(--rrt-glow-opacity);
  background: radial-gradient(
    360px circle at var(--rrt-glow-x) var(--rrt-glow-y),
    rgba(255, 137, 84, .98) 0,
    rgba(232, 97, 53, .8) 22%,
    rgba(232, 97, 53, .34) 52%,
    rgba(232, 97, 53, .1) 76%,
    transparent 100%
  );
  filter: drop-shadow(0 0 10px rgba(232, 97, 53, .3));
  pointer-events: none;
  transition: opacity .42s cubic-bezier(.16, 1, .3, 1);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.rrt-glow-card[data-glow-active="true"] .rrt-border-glow { transition-duration: .24s; }

@media (max-width: 1050px) {
  .rrt-header { grid-template-columns: 150px 1fr; }
  .rrt-header > .rrt-button { display: none; }
  .rrt-nav { justify-content: flex-end; }
  .rrt-console { width: calc(100% - 32px); }
  .rrt-proof { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.7fr); }
  .rrt-card-wide { grid-column: 1 / -1; }
  .rrt-card-product { grid-column: span 4; }
  .rrt-software-row { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --rrt-page: calc(100vw - 20px); --rrt-radius: 0; }
  .rrt-page { padding-top: 10px; }
  .rrt-hero { min-height: 0; display: block; padding: 0 14px; }
  .rrt-header { min-height: 70px; grid-template-columns: 1fr auto; gap: 10px; }
  .rrt-brand { width: 108px; }
  .rrt-nav { justify-content: flex-end; }
  .rrt-nav a { display: none; }
  .rrt-nav a.is-active { display: inline-flex; padding: 8px 11px; }
  .rrt-nav::after { content: 'MENU'; padding: 8px 11px; color: rgba(240,229,208,.62); font-size: 10px; font-weight: 700; }
  .rrt-hero-copy { width: 100%; margin: 28px auto 0; padding: 0; text-align: center; }
  .rrt-hero h1 { font-size: clamp(31px, 8.7vw, 40px); }
  .rrt-hero-copy > p { font-size: 14px; }
  .rrt-actions { flex-direction: column; align-items: stretch; }
  .rrt-button { width: 100%; }
  .rrt-console { width: 100%; height: auto; aspect-ratio: 16 / 9; margin: 22px auto -52px; }
  .rrt-console-stage { grid-template-columns: 1fr; }
  .rrt-console-feed { display: none; }
  .rrt-console-bar div { display: none; }
  .rrt-proof { min-height: 0; grid-template-columns: 1fr; gap: 10px; padding: 82px 0 0; }
  .rrt-proof-cluster { grid-template-rows: auto auto; }
  .rrt-proof-intro { min-height: 220px; }
  .rrt-proof-lockup { grid-template-columns: 88px minmax(0, 1fr); }
  .rrt-proof-lockup img { max-width: 88px; }
  .rrt-proof-stats { min-height: 280px; }
  .rrt-proof-stats dt { font-size: 14px; }
  .rrt-proof-stats dd { font-size: 8px; }
  .rrt-proof-media { grid-row: 1; }
  .rrt-proof-media figcaption { right: 12px; bottom: 11px; left: 12px; }
  .rrt-section { padding-top: 58px; }
  .rrt-section-head { margin-bottom: 28px; text-align: left; }
  .rrt-section-head h2 { font-size: clamp(38px, 12vw, 56px); }
  .rrt-section-head p { margin-left: 0; }
  .rrt-bento { grid-template-columns: 1fr; }
  .rrt-card, .rrt-card-wide, .rrt-card-workflow, .rrt-card-visual { grid-column: 1; min-height: 0; }
  .rrt-card-wide, .rrt-card-visual { grid-template-columns: 1fr; }
  .rrt-card-wide figure { min-height: 230px; grid-row: 1; }
  .rrt-card-visual figure { min-height: 240px; }
  .rrt-card-visual > div { padding: 25px; }
  .rrt-statement { min-height: 430px; margin-top: 58px; padding: 40px 22px; }
  .rrt-statement blockquote { font-size: clamp(28px, 9vw, 42px); }
  .rrt-software-item { grid-template-columns: 60px 1fr auto; padding: 13px; }
  .rrt-software-item img { width: 58px; height: 58px; }
  .rrt-final { min-height: 520px; margin-top: 58px; }
  .rrt-final h2 { font-size: clamp(46px, 14vw, 68px); }
  .rrt-footer { grid-template-columns: 1fr 1fr; gap: 32px 20px; padding-inline: 10px; }
  .rrt-footer-brand, .rrt-footer-links:last-of-type { grid-column: 1 / -1; }
  .rrt-footer-bottom { gap: 16px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rrt-border-glow { transition-duration: .18s !important; }
  .rrt-reveal { opacity: 1; transform: none; }
}

/* Unified home polish: match the rounded public pages and account center. */
.rrt-page > .rrt-header {
  position: sticky;
  top: 12px;
  z-index: 40;
  width: var(--rrt-page);
  margin: 0 auto 26px;
  padding: 0 24px;
  overflow: visible;
  border-bottom: 1px solid var(--rrt-line);
  background-color: rgba(9, 13, 10, .88);
  backdrop-filter: blur(18px);
}
.rrt-menu { display: none; }

.rrt-hero {
  padding: 42px 32px 32px;
  overflow: hidden;
}
.rrt-hero-copy { margin-top: 0; }
.rrt-hero h1 {
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: start;
  gap: clamp(18px, 2.2vw, 32px);
  margin: 0 auto;
  font-size: clamp(38px, 3.45vw, 50px);
  line-height: .98;
  letter-spacing: -.04em;
  text-align: left;
}
.rrt-hero h1 > span,
.rrt-hero h1 > em { display: block; }
.rrt-hero-glow { display: block; }
.rrt-console {
  width: min(1060px, calc(100% - 48px));
  margin: 34px auto 0;
  border-radius: 0;
}
.rrt-console::after,
.rrt-system-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 5, 4, .72));
  content: '';
  pointer-events: none;
}
.rrt-console-status,
.rrt-system-signal {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(240,229,208,.72);
  font-size: 9.5px;
  font-weight: 730;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rrt-console-status span,
.rrt-system-signal span { display: inline-flex; align-items: center; gap: 8px; }
.rrt-console-status i,
.rrt-system-signal i { width: 6px; height: 6px; border-radius: 50%; background: #79e58e; box-shadow: 0 0 12px rgba(121,229,142,.78); }
.rrt-console-status b,
.rrt-system-signal b { color: var(--rrt-orange); font-size: inherit; }

.rrt-proof {
  min-height: 118px;
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 2fr);
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 22px 28px;
}
.rrt-proof > p { max-width: 350px; margin: 0; color: var(--rrt-muted); font-size: 15px; line-height: 1.58; }
.rrt-proof > dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }
.rrt-proof > dl > div { min-height: 64px; display: flex; flex-direction: column; justify-content: center; padding: 0 20px; border-left: 1px solid var(--rrt-line); }
.rrt-proof > dl dt { color: var(--rrt-orange); font-size: clamp(28px, 2.4vw, 38px); font-weight: 680; line-height: .96; letter-spacing: -.035em; }
.rrt-proof > dl dd { margin: 8px 0 0; color: var(--rrt-muted); font-size: 10.5px; font-weight: 650; letter-spacing: .045em; text-transform: uppercase; }

.rrt-system {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.38fr);
  margin-top: 68px;
}
.rrt-system + .rrt-system { margin-top: 18px; }
.rrt-system-reversed .rrt-system-copy { grid-column: 2; grid-row: 1; }
.rrt-system-reversed .rrt-system-media { grid-column: 1; grid-row: 1; }
.rrt-system-reversed .rrt-system-media::before { background: linear-gradient(270deg, rgba(9,12,9,.95), transparent 24%); }
.rrt-system-replay .rrt-index,
.rrt-system-replay .rrt-system-lockup h2 em,
.rrt-system-replay .rrt-system-features b,
.rrt-system-replay .rrt-system-signal b { color: #ff5146; }
.rrt-system-giveaway .rrt-index,
.rrt-system-giveaway .rrt-system-lockup h2 em,
.rrt-system-giveaway .rrt-system-features b,
.rrt-system-giveaway .rrt-system-signal b { color: #bd68f3; }
.rrt-system-replay {
  background-image:
    radial-gradient(circle at 18% 50%, rgba(255,81,70,.1), transparent 35%),
    linear-gradient(rgba(5, 9, 6, .72), rgba(5, 9, 6, .72));
}
.rrt-system-giveaway {
  background-image:
    radial-gradient(circle at 82% 50%, rgba(189,104,243,.1), transparent 35%),
    linear-gradient(rgba(5, 9, 6, .72), rgba(5, 9, 6, .72));
}
.rrt-system-copy { position: relative; z-index: 2; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 54px); }
.rrt-system-lockup { display: grid; grid-template-columns: 90px minmax(0, 1fr); align-items: center; gap: 18px; margin-top: 18px; }
.rrt-system-lockup img { width: 90px; height: 90px; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0,0,0,.42)); }
.rrt-system-lockup h2 { margin: 0; font-size: clamp(34px, 3.5vw, 48px); font-weight: 720; line-height: .96; letter-spacing: -.038em; }
.rrt-system-lockup h2 em { color: var(--rrt-orange); font-style: normal; }
.rrt-system-copy > p { max-width: 540px; margin: 22px 0 0; color: var(--rrt-muted); font-size: 16px; line-height: 1.62; }
.rrt-system-copy > .rrt-button { align-self: flex-start; margin-top: 24px; }
.rrt-system-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 26px 0 0; padding: 0; border-top: 1px solid var(--rrt-line); list-style: none; }
.rrt-system-features li { min-height: 74px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; padding: 12px 10px 12px 0; border-bottom: 1px solid var(--rrt-line); }
.rrt-system-features li:nth-child(even) { padding-left: 14px; border-left: 1px solid var(--rrt-line); }
.rrt-system-features b { color: var(--rrt-orange); font-size: 10.5px; }
.rrt-system-features span { display: grid; gap: 5px; font-size: 12.5px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.rrt-system-features small { color: var(--rrt-muted); font-size: 11.5px; font-weight: 450; line-height: 1.4; text-transform: none; }
.rrt-system-media { position: relative; min-width: 0; overflow: hidden; background: #050806; }
.rrt-system-media::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(9,12,9,.95), transparent 24%); content: ''; pointer-events: none; }
.rrt-system-media video { width: 100%; height: 100%; display: block; object-fit: cover; }

.rrt-card,
.rrt-software-item { background-color: rgba(12, 16, 13, .88); }

/* Let the shared control-room backdrop remain visible through the site shell. */
.rrt-grid-surface,
.rrt-software-item { background-color: rgba(4, 8, 5, .14); }
.rrt-page > .rrt-header { background-color: rgba(7, 11, 8, .62); }
.rrt-statement { min-height: 400px; }
.rrt-final { min-height: 460px; }

@media (max-width: 1050px) {
  .rrt-page > .rrt-header { grid-template-columns: 150px 1fr; }
  .rrt-system { grid-template-columns: 1fr; }
  .rrt-system-reversed .rrt-system-copy { grid-column: 1; grid-row: 2; }
  .rrt-system-reversed .rrt-system-media { grid-column: 1; grid-row: 1; }
  .rrt-system-media { min-height: 440px; grid-row: 1; }
  .rrt-system-media::before,
  .rrt-system-reversed .rrt-system-media::before { background: linear-gradient(0deg, rgba(9,12,9,.95), transparent 34%); }
}

@media (max-width: 760px) {
  .rrt-page > .rrt-header { min-height: 64px; grid-template-columns: 1fr auto; padding: 0 14px; }
  .rrt-page > .rrt-header > .rrt-button { display: none; }
  .rrt-menu { min-height: 36px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid var(--rrt-line); border-radius: 0; color: var(--rrt-cream); background: rgba(240,229,208,.05); font: inherit; font-size: 10px; font-weight: 720; text-transform: uppercase; }
  .rrt-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: grid; align-items: stretch; justify-content: stretch; gap: 3px; padding: 10px; border: 1px solid var(--rrt-line); border-radius: 0; background: rgba(9,13,10,.985); box-shadow: var(--rrt-shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .rrt-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .rrt-nav a,
  .rrt-nav a.is-active { display: flex; justify-content: space-between; padding: 11px 12px; }
  .rrt-nav a.rrt-house-link { min-height: 42px; margin-left: 0; padding: 11px 12px 11px 15px; }
  .rrt-nav a.rrt-mobile-account {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #11150f;
    background: var(--rrt-cream);
    font-size: 12px;
    font-weight: 800;
  }
  .rrt-nav::after { display: none; }
  .rrt-hero { padding: 30px 14px 14px; }
  .rrt-hero h1 {
    width: auto;
    display: block;
    font-size: clamp(32px, 9.5vw, 40px);
    line-height: 1;
    text-align: center;
  }
  .rrt-hero h1 > em { margin-top: .1em; }
  .rrt-hero-copy > p { font-size: 15.5px; line-height: 1.62; }
  .rrt-console { width: 100%; margin-top: 26px; }
  .rrt-console-status,
  .rrt-system-signal { right: 10px; bottom: 9px; left: 10px; }
  .rrt-console-status b,
  .rrt-system-signal b { display: none; }
  .rrt-proof { grid-template-columns: 1fr; margin-top: 10px; padding: 22px 16px; }
  .rrt-proof > p { max-width: 100%; }
  .rrt-proof > dl { grid-template-columns: repeat(2, 1fr); }
  .rrt-proof > dl > div { padding: 14px; border-top: 1px solid var(--rrt-line); }
  .rrt-proof > dl > div:nth-child(odd) { border-left: 0; }
  .rrt-block-intro {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }
  .rrt-block-intro h2 { font-size: clamp(31px, 9.4vw, 40px); }
  .rrt-block-intro > p { font-size: 15px; }
  .rrt-products-intro { margin-top: 48px; }
  .rrt-system { margin-top: 48px; }
  .rrt-system-media { min-height: 0; aspect-ratio: 16 / 9; }
  .rrt-system-copy { padding: 26px 20px; }
  .rrt-system-lockup { grid-template-columns: 70px minmax(0, 1fr); }
  .rrt-system-lockup img { width: 70px; height: 70px; }
  .rrt-system-lockup h2 { font-size: clamp(31px, 9.6vw, 40px); }
  .rrt-system-features { grid-template-columns: 1fr; }
  .rrt-system-features li:nth-child(even) { padding-left: 0; border-left: 0; }
  .rrt-system-copy > .rrt-button { width: 100%; }
  .rrt-statement { min-height: 360px; }
  .rrt-statement blockquote { font-size: clamp(27px, 8.2vw, 38px); }
  .rrt-final { min-height: 420px; }
  .rrt-final h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .rrt-section-head h2 { font-size: clamp(32px, 9.5vw, 40px); }
  .rrt-section-head p { font-size: 15.5px; }
  .rrt-card h3 { font-size: clamp(25px, 7.8vw, 32px); }
  .rrt-card p { font-size: 15px; }
}

/* Local sitewide background reference. */
html { background: #050806; }
body {
  background-color: #050806 !important;
  background-image: url('/back.png?v=1') !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
