/* ReNewTech headquarters information architecture extensions */

.rtx3-page {
  --rtx3-paper: #eef2ef;
  --rtx3-ink: #080a09;
  --rtx3-panel: #111513;
  --rtx3-line: rgba(225, 231, 228, .14);
  background:
    radial-gradient(circle at 80% 4%, rgba(24, 201, 200, .09), transparent 34rem),
    #070809;
}

.rtx3-page .rtx2-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 8, 9, .9);
  backdrop-filter: blur(20px);
}

.rtx3-page .rtx2-desktop-nav {
  gap: clamp(18px, 2.3vw, 34px);
}

.rtx3-page .rtx2-desktop-nav a[aria-current="page"] {
  color: var(--renew-green);
}

.rtx3-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-right: clamp(22px, 5vw, 82px);
  padding-left: clamp(22px, 5vw, 82px);
}

.rtx3-section {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(88px, 11vw, 168px) clamp(22px, 5vw, 82px);
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-index,
.rtx3-kicker {
  margin: 0 0 20px;
  color: var(--renew-teal);
  font: 500 10px/1.4 "DM Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rtx3-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rtx3-kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.rtx3-title {
  max-width: 960px;
  margin: 0;
  color: var(--rtx3-paper);
  font: 600 clamp(48px, 7.5vw, 108px)/.9 "Space Grotesk", sans-serif;
  letter-spacing: -.06em;
}

.rtx3-section-title {
  max-width: 880px;
  margin: 0;
  color: var(--rtx3-paper);
  font: 600 clamp(40px, 5.7vw, 78px)/.96 "Space Grotesk", sans-serif;
  letter-spacing: -.05em;
}

.rtx3-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(225, 231, 228, .7);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}

.rtx3-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 50px;
  align-items: end;
  margin-bottom: clamp(54px, 8vw, 100px);
}

.rtx3-section-head > p {
  max-width: 520px;
  margin: 0;
  color: rgba(225, 231, 228, .68);
  font-size: 17px;
}

.rtx3-router-hero .rtx2-hero-copy {
  max-width: 760px;
}

.rtx3-router-hero .rtx2-hero-copy h1 {
  max-width: 820px;
}

.rtx3-paths {
  background: var(--rtx3-paper);
  color: var(--rtx3-ink);
}

.rtx3-paths .rtx3-index {
  color: #087f82;
}

.rtx3-paths .rtx3-section-title,
.rtx3-paths .rtx3-section-head > p {
  color: var(--rtx3-ink);
}

.rtx3-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(8, 10, 9, .16);
}

.rtx3-path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: clamp(28px, 4vw, 50px);
  overflow: hidden;
  background: #fff;
  color: var(--rtx3-ink);
}

.rtx3-path-card::before {
  content: attr(data-number);
  color: rgba(8, 10, 9, .42);
  font: 500 10px/1 "DM Mono", monospace;
}

.rtx3-path-card::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -32%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 10, 9, .08);
  border-radius: 50%;
}

.rtx3-path-card.is-workforce {
  background: #0c1210;
  color: var(--rtx3-paper);
}

.rtx3-path-card.is-workforce::before {
  color: rgba(225, 231, 228, .5);
}

.rtx3-path-card.is-products {
  background: #dfe7e3;
}

.rtx3-path-card.is-academy {
  background: #dfff9e;
}

.rtx3-path-card > span {
  display: block;
  margin: auto 0 14px;
  color: #087f82;
  font: 500 10px/1.4 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rtx3-path-card.is-workforce > span {
  color: var(--renew-green);
}

.rtx3-path-card h3 {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin: 0 0 22px;
  font: 600 clamp(34px, 4vw, 52px)/.95 "Space Grotesk", sans-serif;
  letter-spacing: -.045em;
}

.rtx3-path-card p {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin: 0 0 34px;
  color: rgba(8, 10, 9, .67);
  font-size: 15px;
}

.rtx3-path-card.is-workforce p {
  color: rgba(225, 231, 228, .68);
}

.rtx3-path-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  margin-top: auto;
  padding: 14px 16px;
  border-top: 1px solid rgba(8, 10, 9, .22);
  color: var(--rtx3-ink);
  font-weight: 800;
}

.rtx3-path-card.is-workforce a {
  border-color: rgba(225, 231, 228, .2);
  color: var(--renew-green);
}

.rtx3-path-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 14px;
  color: rgba(8, 10, 9, .55);
  font-size: 11px;
}

.rtx3-path-card small a {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #087f82;
}

.rtx3-workforce-feature {
  background: #090b0a;
}

.rtx3-workforce-statement {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
  margin-bottom: 70px;
}

.rtx3-workforce-statement h2 {
  margin: 0;
  color: var(--rtx3-paper);
  font: 600 clamp(48px, 7vw, 90px)/.88 "Space Grotesk", sans-serif;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.rtx3-workforce-statement h2 em {
  display: block;
  color: var(--renew-green);
  font-style: normal;
}

.rtx3-workforce-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-workforce-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--rtx3-line);
  color: var(--rtx3-paper);
  font: 500 clamp(22px, 3vw, 36px)/1 "Space Grotesk", sans-serif;
}

.rtx3-workforce-list li::before {
  content: "+";
  margin-right: 14px;
  color: var(--renew-teal);
}

.rtx3-workforce-feature .rtx2-workflow-demo {
  width: 100%;
  padding: 0;
  border: 0;
}

.rtx3-workforce-feature .rtx2-workflow-stage {
  margin-bottom: 34px;
}

.rtx3-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rtx3-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 0;
  background: var(--rtx3-line);
}

.rtx3-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  padding: clamp(36px, 6vw, 80px);
  overflow: hidden;
  background: #101412;
}

.rtx3-feature-card.is-product {
  background: #e7ece9;
  color: var(--rtx3-ink);
}

.rtx3-feature-card .rtx3-index {
  position: relative;
  z-index: 2;
}

.rtx3-feature-card h2 {
  position: relative;
  z-index: 2;
  max-width: 590px;
  margin: auto 0 22px;
  color: var(--rtx3-paper);
  font: 600 clamp(42px, 6vw, 76px)/.92 "Space Grotesk", sans-serif;
  letter-spacing: -.055em;
}

.rtx3-feature-card.is-product h2 {
  color: var(--rtx3-ink);
}

.rtx3-feature-card > p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  color: rgba(225, 231, 228, .7);
}

.rtx3-feature-card.is-product > p {
  color: rgba(8, 10, 9, .66);
}

.rtx3-feature-card > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--renew-teal);
  font-weight: 800;
}

.rtx3-feature-card.is-product > a {
  color: #087f82;
}

.rtx3-cozy-orbit {
  position: absolute;
  top: 12%;
  right: 4%;
  width: min(44%, 320px);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 10, 9, .18);
  border-radius: 50%;
}

.rtx3-cozy-orbit::before,
.rtx3-cozy-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(8, 10, 9, .12);
  border-radius: 50%;
}

.rtx3-cozy-orbit::before {
  inset: 18%;
}

.rtx3-cozy-orbit::after {
  inset: 38%;
  background: var(--renew-green);
  border: 0;
}

.rtx3-proof-number {
  position: absolute;
  top: 11%;
  right: 7%;
  color: rgba(143, 213, 22, .78);
  font: 600 clamp(90px, 14vw, 190px)/.8 "Space Grotesk", sans-serif;
  letter-spacing: -.08em;
}

.rtx3-proof-number small {
  font-size: .16em;
  letter-spacing: .02em;
}

.rtx3-solutions-router {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: end;
  background:
    linear-gradient(110deg, rgba(24, 201, 200, .08), transparent 58%),
    #0b0e0d;
}

.rtx3-solutions-router .rtx3-section-title {
  max-width: 880px;
}

.rtx3-solutions-router aside {
  padding: 32px;
  border: 1px solid var(--rtx3-line);
  background: rgba(225, 231, 228, .025);
}

.rtx3-solutions-router aside p {
  color: rgba(225, 231, 228, .68);
}

.rtx3-solutions-router aside .rtx2-button {
  width: 100%;
  margin-top: 14px;
}

.rtx3-destination-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
  min-height: min(820px, calc(100vh - 84px));
  padding-top: clamp(80px, 10vw, 142px);
  padding-bottom: clamp(90px, 11vw, 160px);
}

.rtx3-destination-hero-copy .rtx2-actions {
  margin-top: 34px;
}

.rtx3-destination-signal {
  position: relative;
  min-height: 520px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--rtx3-line);
  background:
    linear-gradient(rgba(225, 231, 228, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 231, 228, .035) 1px, transparent 1px),
    #101513;
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, .26);
}

.rtx3-destination-signal > span {
  color: var(--renew-teal);
  font: 500 9px/1.4 "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rtx3-destination-signal h2 {
  margin: 68px 0 22px;
  color: var(--rtx3-paper);
  font: 600 clamp(42px, 5.6vw, 70px)/.9 "Space Grotesk", sans-serif;
  letter-spacing: -.055em;
}

.rtx3-destination-signal > p {
  max-width: 460px;
  color: rgba(225, 231, 228, .68);
}

.rtx3-destination-signal dl {
  display: grid;
  gap: 0;
  margin: 48px 0 0;
}

.rtx3-destination-signal dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-destination-signal dt {
  color: rgba(225, 231, 228, .5);
  font-size: 12px;
}

.rtx3-destination-signal dd {
  margin: 0;
  color: var(--rtx3-paper);
  font-weight: 700;
  text-align: right;
}

.rtx3-product-shelf {
  display: grid;
  gap: 24px;
}

.rtx3-product-card {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  min-height: 580px;
  border: 1px solid var(--rtx3-line);
  background: #101412;
}

.rtx3-product-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #e6ebe8;
}

.rtx3-product-visual.is-cozy {
  background:
    radial-gradient(circle at 62% 32%, rgba(143, 213, 22, .6), transparent 9%),
    radial-gradient(circle at 62% 32%, transparent 19%, rgba(8, 10, 9, .14) 19.3%, transparent 19.6%),
    radial-gradient(circle at 62% 32%, transparent 38%, rgba(8, 10, 9, .11) 38.3%, transparent 38.6%),
    #e6ebe8;
}

.rtx3-product-visual.is-cozy::before {
  content: "LIGHT / FLOW / COMFORT";
  position: absolute;
  bottom: 34px;
  left: 34px;
  color: rgba(8, 10, 9, .62);
  font: 500 10px/1 "DM Mono", monospace;
  letter-spacing: .12em;
}

.rtx3-product-visual.is-metric {
  background:
    linear-gradient(150deg, rgba(24, 201, 200, .22), transparent 50%),
    #081315;
}

.rtx3-product-visual.is-metric::before {
  content: "ROI";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--renew-green);
  font: 600 clamp(100px, 17vw, 200px)/.8 "Space Grotesk", sans-serif;
  letter-spacing: -.08em;
}

.rtx3-product-visual.is-metric::after {
  content: "SCENARIO → COST → RETURN";
  position: absolute;
  right: 34px;
  bottom: 34px;
  color: rgba(225, 231, 228, .6);
  font: 500 9px/1 "DM Mono", monospace;
  letter-spacing: .1em;
}

.rtx3-product-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 6vw, 80px);
}

.rtx3-product-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--renew-teal);
  font: 500 9px/1.4 "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rtx3-product-meta small {
  color: var(--renew-green);
}

.rtx3-product-copy h2 {
  margin: auto 0 22px;
  color: var(--rtx3-paper);
  font: 600 clamp(48px, 6.5vw, 86px)/.9 "Space Grotesk", sans-serif;
  letter-spacing: -.06em;
}

.rtx3-product-copy > p {
  max-width: 590px;
  color: rgba(225, 231, 228, .68);
  font-size: 18px;
}

.rtx3-product-copy .rtx2-actions {
  margin-top: 28px;
}

.rtx3-product-editorial {
  gap: 34px;
}

.rtx3-product-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--rtx3-line);
  background: #101412;
}

.rtx3-product-image {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #0a0e0d;
}

.rtx3-product-image picture,
.rtx3-product-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.rtx3-product-image img {
  object-fit: cover;
}

.rtx3-product-image figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border: 1px solid rgba(225, 231, 228, .2);
  background: rgba(7, 8, 9, .78);
  backdrop-filter: blur(14px);
  color: rgba(225, 231, 228, .72);
  font: 500 9px/1.4 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rtx3-product-image figcaption span:last-child {
  color: var(--renew-green);
}

.rtx3-product-feature .rtx3-product-copy h2 {
  margin: auto 0 20px;
}

.rtx3-product-promise {
  margin: 0;
  color: var(--rtx3-paper) !important;
  font-size: clamp(19px, 2.2vw, 27px) !important;
  line-height: 1.35;
}

.rtx3-product-feature .rtx3-product-copy ul {
  display: grid;
  gap: 10px;
  max-width: 590px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(225, 231, 228, .66);
}

.rtx3-product-feature .rtx3-product-copy li {
  padding-top: 10px;
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-product-feature .rtx3-product-copy li::before {
  content: "+";
  margin-right: 10px;
  color: var(--renew-teal);
}

.rtx3-product-feature.is-metric-product {
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  background: linear-gradient(140deg, rgba(24, 201, 200, .09), #0b0e0d 48%);
}

.is-metric-product .rtx3-product-image img {
  object-position: 54% center;
}

.rtx3-product-feature.is-launchkit-product {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  background: #091117;
}

.is-launchkit-product .rtx3-product-image,
.is-launchkit-product .rtx3-product-copy {
  grid-area: auto;
}

.is-launchkit-product .rtx3-product-image {
  min-height: 360px;
}

.is-launchkit-product .rtx3-product-image img {
  object-position: center;
}

.is-launchkit-product .rtx3-product-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: 18px clamp(38px, 7vw, 100px);
  width: auto;
  margin: 0;
  background: linear-gradient(110deg, rgba(24, 201, 200, .055), transparent 55%);
}

.is-launchkit-product .rtx3-product-meta {
  grid-column: 1 / -1;
}

.is-launchkit-product .rtx3-product-copy h2,
.is-launchkit-product .rtx3-product-promise,
.is-launchkit-product .rtx2-actions {
  grid-column: 1;
}

.is-launchkit-product .rtx3-product-copy h2 {
  margin: 54px 0 0;
}

.is-launchkit-product .rtx3-product-copy ul {
  grid-column: 2;
  grid-row: 2 / span 3;
  align-self: center;
  margin-top: 54px;
}

.rtx3-capability-list {
  display: grid;
}

.rtx3-capability {
  display: grid;
  grid-template-columns: 70px minmax(220px, .7fr) minmax(280px, 1.3fr) auto;
  gap: clamp(20px, 4vw, 60px);
  align-items: center;
  min-height: 190px;
  padding: 30px 0;
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-capability:last-child {
  border-bottom: 1px solid var(--rtx3-line);
}

.rtx3-capability > span {
  color: var(--renew-teal);
  font: 500 10px/1 "DM Mono", monospace;
}

.rtx3-capability h3 {
  margin: 0;
  color: var(--rtx3-paper);
  font: 600 clamp(26px, 3.4vw, 42px)/1 "Space Grotesk", sans-serif;
  letter-spacing: -.035em;
}

.rtx3-capability p {
  max-width: 600px;
  margin: 0;
  color: rgba(225, 231, 228, .65);
}

.rtx3-capability a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  border: 1px solid var(--rtx3-line);
  border-radius: 50%;
  color: var(--renew-teal);
  font-size: 20px;
}

.rtx3-process {
  background: var(--rtx3-paper);
  color: var(--rtx3-ink);
}

.rtx3-process .rtx3-index {
  color: #087f82;
}

.rtx3-process .rtx3-section-title,
.rtx3-process .rtx3-section-head > p {
  color: var(--rtx3-ink);
}

.rtx3-process ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(8, 10, 9, .16);
}

.rtx3-process li {
  min-height: 240px;
  padding: 26px;
  border-right: 1px solid rgba(8, 10, 9, .16);
}

.rtx3-process li:last-child {
  border-right: 0;
}

.rtx3-process li > span {
  color: #087f82;
  font: 500 10px/1 "DM Mono", monospace;
}

.rtx3-process h3 {
  margin: 100px 0 10px;
  font: 600 24px/1 "Space Grotesk", sans-serif;
}

.rtx3-process li p {
  margin: 0;
  color: rgba(8, 10, 9, .62);
  font-size: 13px;
}

.rtx3-proof-list {
  display: grid;
  gap: 26px;
}

.rtx3-proof-story {
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr);
  min-height: 590px;
  border: 1px solid var(--rtx3-line);
  background: #101412;
}

.rtx3-proof-visual {
  position: relative;
  min-height: 520px;
  padding: 34px;
  overflow: hidden;
  background: #0a0e0d;
}

.rtx3-proof-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rtx3-transformation-visual {
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 52% 48%, rgba(24, 201, 200, .13), transparent 32%),
    linear-gradient(rgba(225, 231, 228, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 231, 228, .035) 1px, transparent 1px),
    #080c0b;
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.rtx3-transformation-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rtx3-line);
  color: rgba(225, 231, 228, .5);
  font: 500 8px/1.4 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rtx3-transformation-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--renew-green);
  box-shadow: 0 0 20px rgba(143, 213, 22, .7);
}

.rtx3-transformation-stage {
  position: relative;
  display: grid;
  gap: 28px;
  margin: auto 0;
  padding: 50px 0;
}

.rtx3-transformation-axis,
.rtx3-transformation-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 120px minmax(90px, 1fr) 110px;
  gap: 14px;
  align-items: center;
}

.rtx3-transformation-axis {
  color: rgba(225, 231, 228, .38);
  font: 500 7px/1.4 "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rtx3-transformation-axis span:nth-child(2) {
  text-align: center;
}

.rtx3-transformation-axis span:last-child {
  text-align: right;
}

.rtx3-transformation-band {
  min-height: 68px;
  padding: 10px 0;
  border-top: 1px solid rgba(225, 231, 228, .08);
  border-bottom: 1px solid rgba(225, 231, 228, .04);
}

.rtx3-transformation-band b,
.rtx3-transformation-band span {
  color: rgba(225, 231, 228, .76);
  font-size: 11px;
}

.rtx3-transformation-band span {
  color: var(--renew-green);
  font-weight: 800;
  text-align: right;
}

.rtx3-transformation-band i {
  position: relative;
  height: 3px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(24, 201, 200, .16), var(--renew-teal) 48%, var(--renew-green));
  box-shadow: 0 0 16px rgba(24, 201, 200, .28);
  animation: rtx3-system-flow 3.8s ease-in-out infinite alternate;
}

.rtx3-transformation-band i::before,
.rtx3-transformation-band i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #0a0e0d;
}

.rtx3-transformation-band i::before {
  left: 0;
  color: rgba(225, 231, 228, .28);
}

.rtx3-transformation-band i::after {
  right: 0;
  color: var(--renew-green);
  background: var(--renew-green);
  box-shadow: 0 0 18px rgba(143, 213, 22, .7);
}

.rtx3-transformation-band.is-completions i {
  animation-delay: -.8s;
}

.rtx3-transformation-band.is-overdue i {
  background: linear-gradient(90deg, rgba(217, 167, 46, .38), var(--renew-teal) 58%, var(--renew-green));
  animation-delay: -1.5s;
}

.rtx3-transformation-spine {
  position: absolute;
  top: 80px;
  bottom: 44px;
  left: 52%;
  width: 1px;
  background: linear-gradient(transparent, rgba(24, 201, 200, .8), transparent);
  box-shadow: 0 0 30px rgba(24, 201, 200, .3);
}

.rtx3-transformation-visual figcaption {
  max-width: 430px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--rtx3-line);
  color: rgba(225, 231, 228, .56);
  font-size: 12px;
}

@keyframes rtx3-system-flow {
  from { transform: scaleX(.72); opacity: .58; }
  to { transform: scaleX(1); opacity: 1; }
}

.rtx3-proof-visual.is-workforce {
  background:
    linear-gradient(rgba(225, 231, 228, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 231, 228, .035) 1px, transparent 1px),
    #0a0e0d;
  background-size: 44px 44px;
}

.rtx3-proof-visual.is-workforce ol {
  display: grid;
  gap: 8px;
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}

.rtx3-proof-visual.is-workforce li {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--rtx3-line);
  color: var(--rtx3-paper);
}

.rtx3-proof-visual.is-workforce li span {
  color: var(--renew-green);
}

.rtx3-proof-visual.is-workforce li small {
  color: rgba(225, 231, 228, .48);
}

.rtx3-proof-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 6vw, 78px);
}

.rtx3-proof-copy > span {
  color: var(--renew-teal);
  font: 500 9px/1.4 "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rtx3-proof-copy h2 {
  margin: 52px 0 26px;
  color: var(--rtx3-paper);
  font: 600 clamp(40px, 5.5vw, 72px)/.93 "Space Grotesk", sans-serif;
  letter-spacing: -.055em;
}

.rtx3-proof-flow {
  display: grid;
  gap: 0;
  margin: auto 0 34px;
}

.rtx3-proof-flow > div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-proof-flow dt {
  color: rgba(225, 231, 228, .44);
  font: 500 9px/1.4 "DM Mono", monospace;
  text-transform: uppercase;
}

.rtx3-proof-flow dd {
  margin: 0;
  color: rgba(225, 231, 228, .74);
}

.rtx3-proof-copy > a {
  color: var(--renew-teal);
  font-weight: 800;
}

.rtx3-workforce-page .rtx2-workforce {
  padding-top: clamp(90px, 11vw, 160px);
}

.rtx3-workforce-page .rtx2-customer-flow,
.rtx3-workforce-page .rtx2-systems {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.rtx3-workforce-page .rtx2-customer-flow {
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-workforce-page .rtx2-systems {
  border-top: 1px solid var(--rtx3-line);
}

.rtx3-demo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.rtx3-next-step {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
  min-height: 500px;
  background: #0b0e0d;
}

.rtx3-next-step aside {
  display: grid;
  gap: 12px;
}

.rtx3-next-step aside .rtx2-button {
  width: 100%;
}

.rtx3-page .rtx2-footer nav a[aria-current="page"] {
  color: var(--renew-green);
}

@media (max-width: 1050px) {
  .rtx3-path-grid,
  .rtx3-process ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .rtx3-path-card:last-child {
    grid-column: 1 / -1;
  }

  .rtx3-process li {
    border-bottom: 1px solid rgba(8, 10, 9, .16);
  }

  .rtx3-product-card,
  .rtx3-proof-story {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  }

  .rtx3-capability {
    grid-template-columns: 50px minmax(220px, .8fr) minmax(0, 1.2fr) 52px;
  }
}

@media (max-width: 800px) {
  .rtx3-section-head,
  .rtx3-workforce-statement,
  .rtx3-solutions-router,
  .rtx3-destination-hero,
  .rtx3-product-card,
  .rtx3-product-feature,
  .rtx3-proof-story,
  .rtx3-next-step {
    grid-template-columns: 1fr;
  }

  .rtx3-destination-hero {
    min-height: 0;
  }

  .rtx3-feature-grid {
    grid-template-columns: 1fr;
  }

  .rtx3-feature-card {
    min-height: 560px;
  }

  .rtx3-product-card,
  .rtx3-product-feature,
  .rtx3-proof-story {
    min-height: 0;
  }

  .rtx3-product-feature.is-metric-product {
    grid-template-columns: 1fr;
  }

  .is-metric-product .rtx3-product-image {
    grid-row: 1;
  }

  .rtx3-product-feature.is-launchkit-product {
    display: grid;
    min-height: 0;
  }

  .is-launchkit-product .rtx3-product-image,
  .is-launchkit-product .rtx3-product-copy {
    grid-area: auto;
    width: auto;
    margin: 0;
  }

  .is-launchkit-product .rtx3-product-image {
    min-height: 300px;
  }

  .is-launchkit-product .rtx3-product-image img {
    object-fit: contain;
  }

  .is-launchkit-product .rtx3-product-copy {
    display: flex;
  }

  .is-launchkit-product .rtx3-product-copy h2 {
    margin-top: 52px;
  }

  .is-launchkit-product .rtx3-product-copy ul {
    margin-top: 28px;
  }

  .rtx3-product-visual,
  .rtx3-product-image,
  .rtx3-proof-visual {
    min-height: 420px;
  }

  .rtx3-capability {
    grid-template-columns: 44px 1fr 52px;
    gap: 16px;
  }

  .rtx3-capability p {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .rtx3-capability a {
    grid-column: 3;
    grid-row: 1;
  }

  .rtx3-workforce-page .rtx2-workforce,
  .rtx3-workforce-page .rtx2-customer-flow,
  .rtx3-workforce-page .rtx2-systems {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .rtx3-section,
  .rtx3-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rtx3-title {
    font-size: clamp(48px, 15vw, 68px);
  }

  .rtx3-router-hero .rtx2-operation-rail,
  .rtx3-router-hero .rtx2-hero-fragments {
    display: none;
  }

  .rtx3-router-hero {
    min-height: calc(100svh - 72px);
    padding-bottom: 70px;
  }

  .rtx3-path-grid,
  .rtx3-process ol {
    grid-template-columns: 1fr;
  }

  .rtx3-path-card:last-child {
    grid-column: auto;
  }

  .rtx3-path-card {
    min-height: 440px;
  }

  .rtx3-feature-card {
    min-height: 520px;
  }

  .rtx3-product-visual,
  .rtx3-product-image,
  .rtx3-proof-visual {
    min-height: 330px;
  }

  .rtx3-product-copy,
  .rtx3-proof-copy {
    padding: 28px 22px;
  }

  .rtx3-transformation-visual {
    padding: 18px;
  }

  .rtx3-transformation-stage {
    gap: 18px;
    padding: 28px 0;
  }

  .rtx3-transformation-axis,
  .rtx3-transformation-band {
    grid-template-columns: 76px minmax(50px, 1fr) 72px;
    gap: 8px;
  }

  .rtx3-transformation-band b,
  .rtx3-transformation-band span {
    font-size: 9px;
  }

  .rtx3-transformation-spine {
    top: 55px;
    bottom: 34px;
  }

  .rtx3-product-copy h2 {
    margin-top: 52px;
  }

  .rtx3-capability {
    grid-template-columns: 36px 1fr;
    min-height: 0;
    padding: 28px 0;
  }

  .rtx3-capability p,
  .rtx3-capability a {
    grid-column: 2;
  }

  .rtx3-capability a {
    grid-row: 3;
    justify-self: start;
    margin-top: 8px;
  }

  .rtx3-process li {
    min-height: 190px;
  }

  .rtx3-process h3 {
    margin-top: 68px;
  }

  .rtx3-proof-flow > div {
    grid-template-columns: 62px 1fr;
  }

  .rtx3-demo-links,
  .rtx3-demo-links .rtx2-button,
  .rtx3-next-step aside .rtx2-button,
  .rtx3-destination-hero .rtx2-actions .rtx2-button,
  .rtx3-feature-actions .rtx2-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rtx3-page *,
  .rtx3-page *::before,
  .rtx3-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
