#rel-platform-page {
  --relp-navy-950: #04111e;
  --relp-navy-900: #071a2f;
  --relp-navy-850: #0a2239;
  --relp-navy-800: #0e2d4a;
  --relp-ink: #102b40;
  --relp-text: #19344d;
  --relp-muted: #566f84;
  --relp-blue: #176bff;
  --relp-blue-dark: #0c4ed8;
  --relp-blue-soft: #e8f1ff;
  --relp-mint: #20c7b7;
  --relp-mint-dark: #0b8b7d;
  --relp-mint-soft: #def8f4;
  --relp-violet: #806df2;
  --relp-gold: #f2b53d;
  --relp-white: #ffffff;
  --relp-paper: #f5f8fb;
  --relp-paper-blue: #edf5fc;
  --relp-line: #d6e2ec;
  --relp-line-dark: rgba(255, 255, 255, .14);
  --relp-shadow-soft: 0 12px 34px rgba(7, 26, 47, .08);
  --relp-shadow: 0 24px 64px rgba(7, 26, 47, .14);
  --relp-shadow-dark: 0 32px 80px rgba(0, 9, 22, .34);
  --relp-radius-sm: 12px;
  --relp-radius-md: 20px;
  --relp-radius-lg: 30px;
  --relp-max: 1180px;
  --relp-header-height: 72px;
}

body.rel-platform-active {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #ffffff !important;
}

body.relp-menu-open {
  overflow: hidden !important;
}

html:has(#rel-platform-page) {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

#rel-platform-page,
#rel-platform-page *,
#rel-platform-page *::before,
#rel-platform-page *::after {
  box-sizing: border-box;
}

#rel-platform-page {
  position: relative !important;
  isolation: isolate;
  width: 100% !important;
  min-width: 320px;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  color: var(--relp-text) !important;
  background: var(--relp-white) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.65 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#rel-platform-page img,
#rel-platform-page svg {
  display: block;
  max-width: 100%;
}

#rel-platform-page a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#rel-platform-page button,
#rel-platform-page input,
#rel-platform-page select,
#rel-platform-page textarea {
  font: inherit;
}

#rel-platform-page button {
  -webkit-tap-highlight-color: transparent;
}

#rel-platform-page h1,
#rel-platform-page h2,
#rel-platform-page h3,
#rel-platform-page h4,
#rel-platform-page p,
#rel-platform-page ul,
#rel-platform-page ol,
#rel-platform-page figure {
  margin-top: 0 !important;
}

#rel-platform-page h1,
#rel-platform-page h2,
#rel-platform-page h3,
#rel-platform-page h4 {
  color: var(--relp-ink) !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 750 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
  text-transform: none !important;
  text-wrap: balance;
}

#rel-platform-page h1 {
  margin-bottom: 22px !important;
  font-size: clamp(2.55rem, 4.3vw, 4.05rem) !important;
  letter-spacing: -.05em !important;
  line-height: 1.015 !important;
}

#rel-platform-page h2 {
  margin-bottom: 20px !important;
  font-size: clamp(2.15rem, 3.7vw, 3.35rem) !important;
}

#rel-platform-page h3 {
  margin-bottom: 13px !important;
  font-size: clamp(1.22rem, 1.8vw, 1.52rem) !important;
  line-height: 1.14 !important;
}

#rel-platform-page p,
#rel-platform-page li {
  color: var(--relp-text);
  font-size: 1rem !important;
  line-height: 1.68 !important;
}

#rel-platform-page p {
  margin-bottom: 18px !important;
}

#rel-platform-page h1,
#rel-platform-page h2,
#rel-platform-page h3,
#rel-platform-page h4,
#rel-platform-page p,
#rel-platform-page li,
#rel-platform-page summary,
#rel-platform-page .relp-button {
  overflow-wrap: break-word;
}

#rel-platform-page article,
#rel-platform-page section,
#rel-platform-page header,
#rel-platform-page footer,
#rel-platform-page main,
#rel-platform-page nav {
  width: auto;
  max-width: none;
  margin: 0;
}

#rel-platform-page .relp-container {
  width: min(calc(100% - 44px), var(--relp-max));
  max-width: var(--relp-max) !important;
  margin-inline: auto !important;
}

#rel-platform-page .relp-section {
  position: relative;
  padding: 94px 0;
}

#rel-platform-page .relp-section-head {
  max-width: 800px;
  margin-bottom: 44px;
}

#rel-platform-page .relp-section-head-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#rel-platform-page .relp-section-head > p:last-child {
  max-width: 735px;
  margin-bottom: 0 !important;
  color: var(--relp-muted) !important;
  font-size: clamp(1.04rem, 1.35vw, 1.16rem) !important;
  line-height: 1.66 !important;
}

#rel-platform-page .relp-section-head-center > p:last-child {
  margin-inline: auto;
}

#rel-platform-page .relp-kicker,
#rel-platform-page .relp-eyebrow,
#rel-platform-page .relp-card-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px !important;
  color: var(--relp-blue-dark) !important;
  font-size: .75rem !important;
  font-weight: 820 !important;
  letter-spacing: .12em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

#rel-platform-page .relp-kicker::before,
#rel-platform-page .relp-eyebrow::before {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 99px;
  background: var(--relp-mint);
  content: "";
}

#rel-platform-page .relp-kicker-mint,
#rel-platform-page .relp-eyebrow-light {
  color: #92efe5 !important;
}

#rel-platform-page .relp-lead {
  color: var(--relp-muted) !important;
  font-size: 1.04rem !important;
  line-height: 1.67 !important;
}

#rel-platform-page .relp-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

#rel-platform-page .relp-button-row-center {
  justify-content: center;
}

#rel-platform-page .relp-button {
  display: inline-flex !important;
  min-height: 50px;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  box-shadow: none;
  cursor: pointer;
  font-family: inherit !important;
  font-size: .94rem !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#rel-platform-page .relp-button:hover {
  transform: translateY(-2px);
}

#rel-platform-page .relp-button:focus-visible,
#rel-platform-page .relp-menu-button:focus-visible,
#rel-platform-page .relp-nav-link:focus-visible,
#rel-platform-page summary:focus-visible,
#rel-platform-page .relp-text-link:focus-visible {
  outline: 3px solid rgba(32, 199, 183, .48) !important;
  outline-offset: 3px;
}

#rel-platform-page .relp-button-primary {
  color: var(--relp-white) !important;
  background: var(--relp-blue) !important;
  box-shadow: 0 13px 28px rgba(23, 107, 255, .28) !important;
}

#rel-platform-page .relp-button-primary:hover {
  color: var(--relp-white) !important;
  background: var(--relp-blue-dark) !important;
}

#rel-platform-page .relp-button-dark {
  color: var(--relp-white) !important;
  background: var(--relp-navy-900) !important;
}

#rel-platform-page .relp-button-dark:hover {
  background: var(--relp-navy-800) !important;
}

#rel-platform-page .relp-button-light {
  color: var(--relp-navy-900) !important;
  background: var(--relp-white) !important;
  box-shadow: 0 12px 28px rgba(0, 9, 22, .22) !important;
}

#rel-platform-page .relp-button-outline-light {
  color: var(--relp-white) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(255, 255, 255, .06) !important;
}

#rel-platform-page .relp-button-outline-light:hover {
  border-color: rgba(255, 255, 255, .7) !important;
  background: rgba(255, 255, 255, .12) !important;
}

#rel-platform-page .relp-button-large {
  min-height: 54px;
  padding: 15px 22px !important;
  font-size: .97rem !important;
}

#rel-platform-page .relp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--relp-blue-dark) !important;
  font-size: .92rem;
  font-weight: 780;
  line-height: 1.35;
  text-decoration: none !important;
}

#rel-platform-page .relp-text-link:hover {
  color: var(--relp-blue) !important;
}

#rel-platform-page .relp-text-link-light {
  color: #aeece5 !important;
}

#rel-platform-page .relp-skip {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 11px 17px;
  border-radius: 9px;
  color: var(--relp-white) !important;
  background: var(--relp-blue);
  font-size: .9rem;
  font-weight: 780;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

#rel-platform-page .relp-skip:focus {
  transform: translateY(0);
}

/* Header */
#rel-platform-page .relp-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(214, 226, 236, .86);
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .2s ease;
}

#rel-platform-page .relp-header.relp-header-scrolled {
  box-shadow: 0 9px 28px rgba(7, 26, 47, .08);
}

#rel-platform-page .relp-nav {
  position: relative;
  display: flex;
  min-height: var(--relp-header-height);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

#rel-platform-page .relp-brand {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  color: var(--relp-ink) !important;
  text-decoration: none !important;
}

#rel-platform-page .relp-brand-lockup {
  display: grid;
  align-items: center;
}

#rel-platform-page .relp-brand-image {
  display: block !important;
  width: clamp(190px, 18vw, 222px) !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: left center;
}

#rel-platform-page .relp-brand-context {
  display: block;
  margin-top: 2px;
  padding-left: 4px;
  color: var(--relp-muted) !important;
  font-size: .6rem !important;
  font-weight: 820;
  letter-spacing: .115em;
  line-height: 1.15;
  text-transform: uppercase;
}

#rel-platform-page .relp-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(10px, 1.3vw, 21px);
  white-space: nowrap;
}

#rel-platform-page .relp-nav-link {
  color: #38526b !important;
  font-size: .86rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: color .18s ease;
}

#rel-platform-page .relp-nav-link:hover {
  color: var(--relp-blue) !important;
}

#rel-platform-page .relp-button-nav {
  min-height: 43px;
  padding: 10px 15px !important;
  font-size: .84rem !important;
}

#rel-platform-page .relp-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--relp-line);
  border-radius: 11px;
  color: var(--relp-ink);
  background: var(--relp-white);
  cursor: pointer;
}

#rel-platform-page .relp-menu-bars,
#rel-platform-page .relp-menu-bars::before,
#rel-platform-page .relp-menu-bars::after {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transition: transform .2s ease, opacity .2s ease;
}

#rel-platform-page .relp-menu-bars {
  position: relative;
}

#rel-platform-page .relp-menu-bars::before {
  position: absolute;
  top: -6px;
}

#rel-platform-page .relp-menu-bars::after {
  position: absolute;
  top: 6px;
}

#rel-platform-page .relp-menu-button[aria-expanded="true"] .relp-menu-bars {
  background: transparent;
}

#rel-platform-page .relp-menu-button[aria-expanded="true"] .relp-menu-bars::before {
  top: 0;
  transform: rotate(45deg);
}

#rel-platform-page .relp-menu-button[aria-expanded="true"] .relp-menu-bars::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Hero */
#rel-platform-page .relp-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 62px;
  color: var(--relp-white) !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(32, 199, 183, .21), transparent 28%),
    radial-gradient(circle at 7% 30%, rgba(23, 107, 255, .19), transparent 30%),
    linear-gradient(145deg, var(--relp-navy-950) 0%, var(--relp-navy-900) 52%, #0d2d4b 100%) !important;
}

#rel-platform-page .relp-grid-pattern,
#rel-platform-page .relp-content-pattern,
#rel-platform-page .relp-architecture-pattern,
#rel-platform-page .relp-final-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent 93%);
}

#rel-platform-page .relp-hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}

#rel-platform-page .relp-hero-orbit-one {
  right: -175px;
  bottom: -245px;
  width: 550px;
  height: 550px;
  box-shadow: 0 0 0 66px rgba(32, 199, 183, .025), 0 0 0 132px rgba(23, 107, 255, .02);
}

#rel-platform-page .relp-hero-orbit-two {
  top: -170px;
  left: -205px;
  width: 390px;
  height: 390px;
}

#rel-platform-page .relp-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 50px;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
}

#rel-platform-page .relp-hero-copy,
#rel-platform-page .relp-platform-board-wrap {
  min-width: 0;
}

#rel-platform-page .relp-hero h1 {
  max-width: 690px;
  color: var(--relp-white) !important;
}

#rel-platform-page .relp-hero h1 span {
  color: #8fe8df;
}

#rel-platform-page .relp-hero-lead {
  max-width: 650px;
  margin: 0 0 25px !important;
  color: #c2d2df !important;
  font-size: clamp(1.04rem, 1.45vw, 1.17rem) !important;
  line-height: 1.65 !important;
}

#rel-platform-page .relp-hero-actions {
  margin-top: 27px;
}

#rel-platform-page .relp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#rel-platform-page .relp-hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d6e4ed !important;
  font-size: .82rem !important;
  font-weight: 650;
  line-height: 1.35 !important;
}

#rel-platform-page .relp-hero-proof li > span {
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--relp-navy-950);
  background: var(--relp-mint);
  font-size: .7rem;
  font-weight: 900;
}

#rel-platform-page .relp-domain-note {
  display: flex;
  max-width: 620px;
  margin: 19px 0 0 !important;
  align-items: flex-start;
  gap: 8px;
  color: #8fa8ba !important;
  font-size: .75rem !important;
  line-height: 1.5 !important;
}

#rel-platform-page .relp-domain-note > span {
  color: var(--relp-mint);
  font-weight: 800;
}

#rel-platform-page .relp-platform-board-wrap {
  position: relative;
}

#rel-platform-page .relp-platform-board-wrap::before {
  position: absolute;
  inset: 10% -8% -8% 8%;
  border-radius: 34px;
  background: linear-gradient(140deg, rgba(23, 107, 255, .22), rgba(32, 199, 183, .18));
  filter: blur(26px);
  content: "";
}

#rel-platform-page .relp-platform-board {
  position: relative;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 25px;
  color: var(--relp-text);
  background: rgba(255, 255, 255, .985);
  box-shadow: var(--relp-shadow-dark);
}

#rel-platform-page .relp-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--relp-line);
}

#rel-platform-page .relp-board-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

#rel-platform-page .relp-board-brand img {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px;
  border-radius: 9px;
}

#rel-platform-page .relp-board-brand > div {
  display: grid;
  min-width: 0;
}

#rel-platform-page .relp-board-brand span,
#rel-platform-page .relp-board-card-head small {
  color: var(--relp-muted);
  font-size: .57rem;
  font-weight: 720;
  line-height: 1.2;
}

#rel-platform-page .relp-board-brand strong {
  margin-top: 2px;
  color: var(--relp-ink);
  font-size: .79rem;
  line-height: 1.25;
}

#rel-platform-page .relp-sample-label {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--relp-blue-dark) !important;
  background: var(--relp-blue-soft);
  font-size: .58rem;
  font-weight: 820;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

#rel-platform-page .relp-sample-label-dark {
  color: var(--relp-white) !important;
  background: var(--relp-navy-900);
}

#rel-platform-page .relp-board-source {
  display: grid;
  margin-top: 12px;
  padding: 10px 12px;
  align-items: center;
  gap: 9px;
  border: 1px solid #bad8fd;
  border-radius: 12px;
  background: var(--relp-blue-soft);
  grid-template-columns: 30px minmax(0, 1fr) auto;
}

#rel-platform-page .relp-source-icon {
  display: inline-flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--relp-white);
  background: var(--relp-blue);
  font-size: .78rem;
  font-weight: 800;
}

#rel-platform-page .relp-board-source > div:nth-child(2) {
  display: grid;
  min-width: 0;
}

#rel-platform-page .relp-board-source > div:nth-child(2) > span {
  color: var(--relp-blue-dark);
  font-size: .49rem;
  font-weight: 840;
  letter-spacing: .08em;
  line-height: 1.2;
}

#rel-platform-page .relp-board-source > div:nth-child(2) > strong {
  margin-top: 2px;
  color: var(--relp-ink);
  font-size: .66rem;
  line-height: 1.25;
}

#rel-platform-page .relp-source-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #087467;
  font-size: .54rem;
  font-weight: 760;
}

#rel-platform-page .relp-source-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--relp-mint);
  box-shadow: 0 0 0 3px rgba(32, 199, 183, .15);
}

#rel-platform-page .relp-board-grid {
  display: grid;
  gap: 9px;
  margin-top: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#rel-platform-page .relp-board-card {
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid var(--relp-line);
  border-radius: 12px;
  background: var(--relp-white);
}

#rel-platform-page .relp-board-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}

#rel-platform-page .relp-board-card-head > span {
  color: var(--relp-blue-dark);
  font-size: .56rem;
  font-weight: 810;
  letter-spacing: .035em;
  text-transform: uppercase;
}

#rel-platform-page .relp-board-score-row {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr);
}

#rel-platform-page .relp-mini-score {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 5px solid var(--relp-mint);
  border-right-color: #dbe6ee;
  border-radius: 50%;
}

#rel-platform-page .relp-mini-score strong {
  margin-bottom: -13px;
  color: var(--relp-ink);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
}

#rel-platform-page .relp-mini-score span {
  color: var(--relp-muted);
  font-size: .43rem;
  font-weight: 750;
  line-height: 1;
}

#rel-platform-page .relp-mini-metrics {
  display: grid;
  gap: 6px;
}

#rel-platform-page .relp-mini-metrics > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
}

#rel-platform-page .relp-mini-metrics span {
  color: var(--relp-muted);
  font-size: .47rem;
  font-weight: 700;
}

#rel-platform-page .relp-mini-metrics strong {
  color: var(--relp-ink);
  font-size: .67rem;
  font-weight: 800;
}

#rel-platform-page .relp-mini-metrics strong small {
  color: var(--relp-muted);
  font-size: .7em;
}

#rel-platform-page .relp-mini-tier {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #087467;
  background: var(--relp-mint-soft);
  font-size: .48rem;
  font-weight: 780;
  line-height: 1.2;
}

#rel-platform-page .relp-intelligence-summary {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 34px minmax(0, 1fr);
}

#rel-platform-page .relp-intelligence-icon {
  display: inline-flex;
  width: 33px;
  height: 33px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--relp-white);
  background: var(--relp-violet);
  font-size: .8rem;
  font-weight: 800;
}

#rel-platform-page .relp-intelligence-summary strong {
  color: var(--relp-ink);
  font-size: .65rem;
  line-height: 1.2;
}

#rel-platform-page .relp-intelligence-summary p {
  margin: 2px 0 0 !important;
  color: var(--relp-muted) !important;
  font-size: .47rem !important;
  line-height: 1.35 !important;
}

#rel-platform-page .relp-mini-tags {
  display: flex;
  margin-top: 9px;
  flex-wrap: wrap;
  gap: 4px;
}

#rel-platform-page .relp-mini-tags span {
  padding: 3px 5px;
  border-radius: 999px;
  color: #5844c5;
  background: #edeaff;
  font-size: .41rem;
  font-weight: 720;
  line-height: 1.15;
}

#rel-platform-page .relp-development-row {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
}

#rel-platform-page .relp-play-icon {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--relp-navy-900);
  background: var(--relp-gold);
  font-size: .54rem;
}

#rel-platform-page .relp-development-row strong {
  display: block;
  color: var(--relp-ink);
  font-size: .63rem;
  line-height: 1.2;
}

#rel-platform-page .relp-development-row p {
  margin: 2px 0 0 !important;
  color: var(--relp-muted) !important;
  font-size: .46rem !important;
  line-height: 1.25 !important;
}

#rel-platform-page .relp-development-row > span:last-child {
  color: var(--relp-blue);
  font-size: .75rem;
  font-weight: 800;
}

#rel-platform-page .relp-development-progress {
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 99px;
  background: #e5edf3;
}

#rel-platform-page .relp-development-progress span {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--relp-blue), var(--relp-mint));
}

#rel-platform-page .relp-trend-row {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 65px minmax(0, 1fr);
}

#rel-platform-page .relp-trend-row > div {
  display: grid;
}

#rel-platform-page .relp-trend-row > div > strong {
  color: #087467;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

#rel-platform-page .relp-trend-row > div > span {
  margin-top: 3px;
  color: var(--relp-muted);
  font-size: .44rem;
  font-weight: 690;
}

#rel-platform-page .relp-trend-row svg {
  width: 100%;
  height: auto;
}

#rel-platform-page .relp-hero-chart-area {
  fill: url(#relp-hero-chart-fill);
}

#rel-platform-page .relp-hero-chart-line {
  fill: none;
  stroke: var(--relp-mint);
  stroke-linecap: round;
  stroke-width: 3;
}

#rel-platform-page .relp-trend-row circle {
  fill: var(--relp-white);
  stroke: var(--relp-blue);
  stroke-width: 3;
}

#rel-platform-page .relp-board-scale {
  display: flex;
  margin-top: 9px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  border-radius: 12px;
  color: var(--relp-white);
  background: var(--relp-navy-900);
}

#rel-platform-page .relp-board-scale > div {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: 8px;
  grid-template-columns: 29px minmax(0, 1fr);
}

#rel-platform-page .relp-scale-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--relp-navy-950);
  background: var(--relp-mint);
  font-size: .66rem;
  font-weight: 800;
}

#rel-platform-page .relp-board-scale > div > div {
  display: grid;
  min-width: 0;
}

#rel-platform-page .relp-board-scale span:not(.relp-scale-icon) {
  color: #78cfc6;
  font-size: .44rem;
  font-weight: 820;
  letter-spacing: .07em;
  line-height: 1.15;
}

#rel-platform-page .relp-board-scale strong {
  margin-top: 2px;
  color: var(--relp-white);
  font-size: .57rem;
  line-height: 1.2;
}

#rel-platform-page .relp-board-scale > span:last-child {
  color: var(--relp-mint);
  font-size: .72rem;
  font-weight: 800;
}

/* Platform cycle */
#rel-platform-page .relp-cycle-strip {
  border-bottom: 1px solid var(--relp-line);
  background: var(--relp-white) !important;
}

#rel-platform-page .relp-cycle-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
}

#rel-platform-page .relp-cycle-grid > div {
  min-width: 0;
  padding: 24px 18px;
}

#rel-platform-page .relp-cycle-grid > div > span {
  display: block;
  margin-bottom: 3px;
  color: var(--relp-blue-dark);
  font-size: .55rem;
  font-weight: 830;
  letter-spacing: .1em;
  line-height: 1.2;
}

#rel-platform-page .relp-cycle-grid > div > strong {
  display: block;
  color: var(--relp-ink);
  font-size: .9rem;
  font-weight: 780;
  line-height: 1.3;
}

#rel-platform-page .relp-cycle-grid > div > p {
  margin: 3px 0 0 !important;
  color: var(--relp-muted) !important;
  font-size: .68rem !important;
  line-height: 1.35 !important;
}

#rel-platform-page .relp-cycle-grid > i {
  color: var(--relp-mint-dark);
  font-size: .85rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

/* Overview layers */
#rel-platform-page .relp-overview {
  background: var(--relp-white) !important;
}

#rel-platform-page .relp-layer-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#rel-platform-page .relp-layer-card {
  display: flex !important;
  min-width: 0;
  min-height: 360px;
  width: auto !important;
  margin: 0 !important;
  padding: 27px !important;
  flex-direction: column;
  border: 1px solid var(--relp-line);
  border-radius: 19px;
  background: var(--relp-white);
  box-shadow: var(--relp-shadow-soft);
}

#rel-platform-page .relp-layer-card-dark {
  color: var(--relp-white);
  border-color: transparent;
  background: linear-gradient(145deg, var(--relp-navy-900), var(--relp-navy-800));
  box-shadow: var(--relp-shadow);
}

#rel-platform-page .relp-layer-top {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#rel-platform-page .relp-layer-number {
  color: #9db0bf;
  font-size: .59rem;
  font-weight: 820;
  letter-spacing: .09em;
}

#rel-platform-page .relp-layer-icon,
#rel-platform-page .relp-component-symbol,
#rel-platform-page .relp-view-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 820;
}

#rel-platform-page .relp-layer-icon {
  width: 42px;
  height: 42px;
  font-size: .94rem;
}

#rel-platform-page .relp-icon-blue {
  color: var(--relp-blue-dark);
  background: var(--relp-blue-soft);
}

#rel-platform-page .relp-icon-mint {
  color: var(--relp-mint-dark);
  background: var(--relp-mint-soft);
}

#rel-platform-page .relp-icon-violet {
  color: #5d49cd;
  background: #ece9ff;
}

#rel-platform-page .relp-icon-gold {
  color: #8d620c;
  background: #fff2d1;
}

#rel-platform-page .relp-icon-light {
  color: var(--relp-navy-950);
  background: var(--relp-mint);
}

#rel-platform-page .relp-layer-card .relp-card-label {
  margin-bottom: 9px !important;
  font-size: .63rem !important;
}

#rel-platform-page .relp-layer-card-dark .relp-card-label {
  color: #8fe8df !important;
}

#rel-platform-page .relp-layer-card h3 {
  font-size: 1.26rem !important;
}

#rel-platform-page .relp-layer-card-dark h3 {
  color: var(--relp-white) !important;
}

#rel-platform-page .relp-layer-card > p:not(.relp-card-label) {
  margin-bottom: 23px !important;
  color: var(--relp-muted) !important;
  font-size: .83rem !important;
  line-height: 1.62 !important;
}

#rel-platform-page .relp-layer-card-dark > p:not(.relp-card-label) {
  color: #b9cdda !important;
}

#rel-platform-page .relp-layer-tags {
  display: flex;
  margin-top: auto;
  padding-top: 17px;
  flex-wrap: wrap;
  gap: 6px;
  border-top: 1px solid var(--relp-line);
}

#rel-platform-page .relp-layer-card-dark .relp-layer-tags {
  border-top-color: rgba(255, 255, 255, .13);
}

#rel-platform-page .relp-layer-tags span {
  padding: 5px 7px;
  border-radius: 999px;
  color: #415d75;
  background: var(--relp-paper);
  font-size: .55rem;
  font-weight: 720;
  line-height: 1.2;
}

#rel-platform-page .relp-layer-card-dark .relp-layer-tags span {
  color: #b8d1de;
  background: rgba(255, 255, 255, .08);
}

#rel-platform-page .relp-overview-callout {
  display: grid;
  margin-top: 23px;
  padding: 21px 23px;
  align-items: center;
  gap: 15px;
  border: 1px solid #b9dcd6;
  border-radius: 16px;
  background: linear-gradient(120deg, var(--relp-mint-soft), #f5fffd);
  grid-template-columns: 40px minmax(0, 1fr) auto;
}

#rel-platform-page .relp-callout-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--relp-white);
  background: var(--relp-mint-dark);
  font-size: 1.05rem;
  font-weight: 800;
}

#rel-platform-page .relp-overview-callout > div:nth-child(2) {
  display: grid;
}

#rel-platform-page .relp-overview-callout > div:nth-child(2) > span {
  color: var(--relp-mint-dark);
  font-size: .59rem;
  font-weight: 830;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rel-platform-page .relp-overview-callout > div:nth-child(2) > strong {
  margin-top: 3px;
  color: var(--relp-ink);
  font-size: .82rem;
  line-height: 1.42;
}

#rel-platform-page .relp-overview-callout > a {
  color: var(--relp-blue-dark) !important;
  font-size: .72rem;
  font-weight: 780;
  white-space: nowrap;
}

/* Platform components */
#rel-platform-page .relp-components {
  background: var(--relp-paper) !important;
}

#rel-platform-page .relp-component-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#rel-platform-page .relp-component-card {
  position: relative;
  display: flex !important;
  min-width: 0;
  min-height: 430px;
  width: auto !important;
  margin: 0 !important;
  padding: 29px !important;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--relp-line);
  border-radius: 20px;
  background: var(--relp-white);
  box-shadow: 0 10px 28px rgba(7, 26, 47, .055);
}

#rel-platform-page .relp-component-card-featured {
  color: var(--relp-white);
  border-color: transparent;
  background:
    radial-gradient(circle at 95% 2%, rgba(32, 199, 183, .19), transparent 30%),
    linear-gradient(145deg, var(--relp-navy-900), var(--relp-navy-800));
  box-shadow: var(--relp-shadow);
}

#rel-platform-page .relp-featured-label {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 10px;
  border-radius: 0 0 9px 9px;
  color: var(--relp-navy-950);
  background: var(--relp-mint);
  font-size: .53rem;
  font-weight: 840;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rel-platform-page .relp-component-meta {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#rel-platform-page .relp-component-number {
  color: #a0b1c0;
  font-size: .59rem;
  font-weight: 830;
  letter-spacing: .09em;
}

#rel-platform-page .relp-component-type {
  color: var(--relp-blue-dark);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rel-platform-page .relp-component-card-featured .relp-component-number {
  color: #7590a5;
}

#rel-platform-page .relp-component-card-featured .relp-component-type {
  color: #8fe8df;
}

#rel-platform-page .relp-component-symbol {
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
  font-size: 1rem;
}

#rel-platform-page .relp-component-card h3 {
  font-size: 1.28rem !important;
}

#rel-platform-page .relp-component-card-featured h3 {
  color: var(--relp-white) !important;
}

#rel-platform-page .relp-component-card > p {
  margin-bottom: 22px !important;
  color: var(--relp-muted) !important;
  font-size: .84rem !important;
  line-height: 1.62 !important;
}

#rel-platform-page .relp-component-card-featured > p {
  color: #b9cedb !important;
}

#rel-platform-page .relp-component-card > ul {
  display: grid;
  gap: 7px;
  margin: auto 0 0 !important;
  padding: 19px 0 0 !important;
  border-top: 1px solid var(--relp-line);
  list-style: none !important;
}

#rel-platform-page .relp-component-card-featured > ul {
  border-top-color: rgba(255, 255, 255, .13);
}

#rel-platform-page .relp-component-card > ul li {
  position: relative;
  padding-left: 18px;
  color: #3d5870 !important;
  font-size: .7rem !important;
  font-weight: 670;
  line-height: 1.4 !important;
}

#rel-platform-page .relp-component-card > ul li::before {
  position: absolute;
  top: .15em;
  left: 0;
  color: var(--relp-mint-dark);
  content: "✓";
  font-weight: 900;
}

#rel-platform-page .relp-component-card-featured > ul li {
  color: #c2d5e0 !important;
}

#rel-platform-page .relp-component-card-featured > ul li::before {
  color: var(--relp-mint);
}

#rel-platform-page .relp-component-card > a {
  display: inline-flex;
  margin-top: 19px;
  align-items: center;
  gap: 7px;
  color: var(--relp-blue-dark) !important;
  font-size: .72rem;
  font-weight: 780;
  line-height: 1.3;
}

/* Reading content */
#rel-platform-page .relp-content {
  position: relative;
  overflow: hidden;
  color: var(--relp-white) !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(32, 199, 183, .14), transparent 26%),
    linear-gradient(145deg, var(--relp-navy-950), var(--relp-navy-900)) !important;
}

#rel-platform-page .relp-content-layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 58px;
  grid-template-columns: minmax(0, .88fr) minmax(450px, 1.12fr);
}

#rel-platform-page .relp-content-copy,
#rel-platform-page .relp-content-lab {
  min-width: 0;
}

#rel-platform-page .relp-content-copy h2 {
  color: var(--relp-white) !important;
}

#rel-platform-page .relp-content-copy > .relp-lead {
  margin-bottom: 27px !important;
  color: #bcd0de !important;
}

#rel-platform-page .relp-content-options {
  display: grid;
  gap: 9px;
}

#rel-platform-page .relp-content-options > article {
  display: grid !important;
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
  padding: 15px 17px !important;
  align-items: start;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: rgba(255, 255, 255, .055);
  grid-template-columns: 31px minmax(0, 1fr);
}

#rel-platform-page .relp-option-number {
  display: inline-flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--relp-navy-950);
  background: var(--relp-mint);
  font-size: .57rem;
  font-weight: 840;
}

#rel-platform-page .relp-content-options h3 {
  margin-bottom: 3px !important;
  color: var(--relp-white) !important;
  font-size: .89rem !important;
  letter-spacing: -.015em !important;
  line-height: 1.3 !important;
}

#rel-platform-page .relp-content-options p {
  margin: 0 !important;
  color: #9fb7c8 !important;
  font-size: .7rem !important;
  line-height: 1.48 !important;
}

#rel-platform-page .relp-availability-note {
  display: grid;
  margin: 17px 0 0 !important;
  align-items: start;
  gap: 9px;
  color: #8ea9ba !important;
  font-size: .67rem !important;
  line-height: 1.5 !important;
  grid-template-columns: 21px minmax(0, 1fr);
}

#rel-platform-page .relp-availability-note > span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 199, 183, .55);
  border-radius: 50%;
  color: var(--relp-mint);
  font-family: Georgia, serif;
  font-size: .7rem;
  font-weight: 800;
}

#rel-platform-page .relp-content-lab {
  width: 100% !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 25px;
  color: var(--relp-text);
  background: rgba(255, 255, 255, .985);
  box-shadow: var(--relp-shadow-dark);
}

#rel-platform-page .relp-lab-head {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--relp-line);
}

#rel-platform-page .relp-lab-head > div {
  display: grid;
  min-width: 0;
}

#rel-platform-page .relp-lab-head > div > span {
  color: var(--relp-blue-dark);
  font-size: .61rem;
  font-weight: 820;
  letter-spacing: .065em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rel-platform-page .relp-lab-head > div > strong {
  margin-top: 3px;
  color: var(--relp-ink);
  font-size: .87rem;
  line-height: 1.3;
}

#rel-platform-page .relp-source-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

#rel-platform-page .relp-source-item {
  display: grid;
  padding: 11px 12px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--relp-line);
  border-radius: 12px;
  background: var(--relp-paper);
  grid-template-columns: 32px minmax(0, 1fr) auto;
}

#rel-platform-page .relp-source-item-active {
  border-color: #80b5ff;
  background: var(--relp-blue-soft);
  box-shadow: 0 8px 20px rgba(23, 107, 255, .08);
}

#rel-platform-page .relp-source-symbol {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--relp-blue-dark);
  background: var(--relp-white);
  font-size: .74rem;
  font-weight: 820;
}

#rel-platform-page .relp-source-item-active .relp-source-symbol {
  color: var(--relp-white);
  background: var(--relp-blue);
}

#rel-platform-page .relp-source-item > div {
  display: grid;
  min-width: 0;
}

#rel-platform-page .relp-source-item strong {
  color: var(--relp-ink);
  font-size: .7rem;
  line-height: 1.25;
}

#rel-platform-page .relp-source-item small {
  margin-top: 2px;
  color: var(--relp-muted);
  font-size: .54rem;
  line-height: 1.25;
}

#rel-platform-page .relp-source-item > span:last-child {
  color: var(--relp-blue);
  font-size: .68rem;
  font-weight: 820;
}

#rel-platform-page .relp-source-pill {
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--relp-blue-dark) !important;
  background: var(--relp-white);
  font-size: .5rem !important;
  font-weight: 790 !important;
  line-height: 1.15 !important;
}

#rel-platform-page .relp-content-pipeline {
  display: grid;
  margin-top: 14px;
  padding: 14px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--relp-line);
  border-radius: 14px;
  background: var(--relp-white);
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr);
}

#rel-platform-page .relp-content-pipeline > div {
  display: grid;
  justify-items: center;
  text-align: center;
}

#rel-platform-page .relp-pipeline-icon {
  display: inline-flex;
  width: 31px;
  height: 31px;
  margin-bottom: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--relp-white);
  background: var(--relp-navy-900);
  font-size: .69rem;
  font-weight: 810;
}

#rel-platform-page .relp-content-pipeline small {
  color: var(--relp-blue-dark);
  font-size: .47rem;
  font-weight: 820;
  letter-spacing: .07em;
  line-height: 1.2;
}

#rel-platform-page .relp-content-pipeline strong {
  margin-top: 2px;
  color: var(--relp-ink);
  font-size: .65rem;
  line-height: 1.2;
}

#rel-platform-page .relp-content-pipeline > i {
  color: var(--relp-mint-dark);
  font-size: .7rem;
  font-style: normal;
  font-weight: 820;
  text-align: center;
}

#rel-platform-page .relp-lab-output {
  display: flex;
  margin-top: 12px;
  padding: 11px 13px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 12px;
  color: var(--relp-white);
  background: var(--relp-navy-900);
}

#rel-platform-page .relp-lab-output > div:first-child {
  display: grid;
}

#rel-platform-page .relp-lab-output > div:first-child > span {
  color: #8ca9bb;
  font-size: .47rem;
  font-weight: 700;
  line-height: 1.2;
}

#rel-platform-page .relp-lab-output > div:first-child > strong {
  margin-top: 2px;
  color: var(--relp-white);
  font-size: .61rem;
  line-height: 1.25;
}

#rel-platform-page .relp-output-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: #92e8df;
  font-size: .48rem;
  font-weight: 730;
}

#rel-platform-page .relp-output-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--relp-mint);
}

/* Individual and organizational pathways */
#rel-platform-page .relp-pathways {
  background: var(--relp-white) !important;
}

#rel-platform-page .relp-pathway-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#rel-platform-page .relp-pathway-card {
  display: flex !important;
  min-width: 0;
  min-height: 600px;
  width: auto !important;
  margin: 0 !important;
  padding: 37px !important;
  flex-direction: column;
  border: 1px solid var(--relp-line);
  border-radius: var(--relp-radius-lg);
}

#rel-platform-page .relp-pathway-individual {
  background:
    radial-gradient(circle at 95% 4%, rgba(23, 107, 255, .1), transparent 30%),
    var(--relp-paper);
}

#rel-platform-page .relp-pathway-organization {
  color: var(--relp-white);
  border-color: transparent;
  background:
    radial-gradient(circle at 92% 3%, rgba(32, 199, 183, .2), transparent 31%),
    linear-gradient(145deg, var(--relp-navy-900), var(--relp-navy-800));
  box-shadow: var(--relp-shadow);
}

#rel-platform-page .relp-pathway-head {
  display: grid;
  align-items: center;
  gap: 14px;
  grid-template-columns: 49px minmax(0, 1fr);
}

#rel-platform-page .relp-pathway-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--relp-blue-dark);
  background: var(--relp-blue-soft);
  font-size: 1rem;
  font-weight: 830;
}

#rel-platform-page .relp-pathway-organization .relp-pathway-icon {
  color: var(--relp-navy-950);
  background: var(--relp-mint);
}

#rel-platform-page .relp-pathway-head > div:last-child {
  display: grid;
  min-width: 0;
}

#rel-platform-page .relp-pathway-head > div:last-child > span {
  color: var(--relp-blue-dark);
  font-size: .61rem;
  font-weight: 830;
  letter-spacing: .09em;
  line-height: 1.2;
}

#rel-platform-page .relp-pathway-head > div:last-child > strong {
  margin-top: 5px;
  color: var(--relp-ink);
  font-size: 1.17rem;
  line-height: 1.34;
}

#rel-platform-page .relp-pathway-organization .relp-pathway-head > div:last-child > span {
  color: #8fe8df;
}

#rel-platform-page .relp-pathway-organization .relp-pathway-head > div:last-child > strong {
  color: var(--relp-white);
}

#rel-platform-page .relp-pathway-steps {
  display: grid;
  gap: 0;
  margin: 34px 0 30px;
}

#rel-platform-page .relp-pathway-steps > div {
  position: relative;
  display: grid;
  min-height: 82px;
  padding-bottom: 17px;
  align-items: start;
  gap: 12px;
  grid-template-columns: 32px minmax(0, 1fr);
}

#rel-platform-page .relp-pathway-steps > div:not(:last-child)::after {
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: #c8d9e5;
  content: "";
}

#rel-platform-page .relp-pathway-organization .relp-pathway-steps > div:not(:last-child)::after {
  background: rgba(255, 255, 255, .17);
}

#rel-platform-page .relp-pathway-steps > div > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--relp-paper);
  border-radius: 50%;
  color: var(--relp-white);
  background: var(--relp-blue);
  font-size: .52rem;
  font-weight: 830;
}

#rel-platform-page .relp-pathway-organization .relp-pathway-steps > div > span {
  border-color: var(--relp-navy-850);
  color: var(--relp-navy-950);
  background: var(--relp-mint);
}

#rel-platform-page .relp-pathway-steps strong {
  display: block;
  color: var(--relp-ink);
  font-size: .84rem;
  line-height: 1.35;
}

#rel-platform-page .relp-pathway-steps p {
  margin: 3px 0 0 !important;
  color: var(--relp-muted) !important;
  font-size: .72rem !important;
  line-height: 1.48 !important;
}

#rel-platform-page .relp-pathway-organization .relp-pathway-steps strong {
  color: var(--relp-white);
}

#rel-platform-page .relp-pathway-organization .relp-pathway-steps p {
  color: #a8c0d0 !important;
}

#rel-platform-page .relp-pathway-card > .relp-button-row {
  margin-top: auto;
}

/* Role-specific views and dashboard */
#rel-platform-page .relp-views {
  background: var(--relp-paper) !important;
}

#rel-platform-page .relp-views-layout {
  display: grid;
  align-items: center;
  gap: 56px;
  grid-template-columns: minmax(0, .77fr) minmax(480px, 1.23fr);
}

#rel-platform-page .relp-views-copy,
#rel-platform-page .relp-dashboard-card {
  min-width: 0;
}

#rel-platform-page .relp-views-copy h2 {
  font-size: clamp(2.05rem, 3.25vw, 3rem) !important;
}

#rel-platform-page .relp-views-copy > .relp-lead {
  margin-bottom: 27px !important;
}

#rel-platform-page .relp-view-list {
  display: grid;
  gap: 9px;
}

#rel-platform-page .relp-view-list > article {
  display: grid !important;
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
  padding: 16px !important;
  align-items: start;
  gap: 12px;
  border: 1px solid var(--relp-line);
  border-radius: 14px;
  background: var(--relp-white);
  grid-template-columns: 38px minmax(0, 1fr);
}

#rel-platform-page .relp-view-icon {
  width: 37px;
  height: 37px;
  font-size: .76rem;
}

#rel-platform-page .relp-view-list h3 {
  margin-bottom: 3px !important;
  font-size: .89rem !important;
  letter-spacing: -.015em !important;
  line-height: 1.3 !important;
}

#rel-platform-page .relp-view-list p {
  margin: 0 !important;
  color: var(--relp-muted) !important;
  font-size: .7rem !important;
  line-height: 1.48 !important;
}

#rel-platform-page .relp-dashboard-card {
  padding: 22px !important;
  border: 1px solid #ccdce8;
  border-radius: 24px;
  background: linear-gradient(160deg, #fbfdff, #edf5fb);
  box-shadow: var(--relp-shadow);
}

#rel-platform-page .relp-dashboard-head {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--relp-line);
}

#rel-platform-page .relp-dashboard-title {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: 9px;
  grid-template-columns: 37px minmax(0, 1fr);
}

#rel-platform-page .relp-dashboard-title img {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  border-radius: 50%;
}

#rel-platform-page .relp-dashboard-title > div {
  display: grid;
  min-width: 0;
}

#rel-platform-page .relp-dashboard-title span {
  color: var(--relp-blue-dark);
  font-size: .58rem;
  font-weight: 820;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rel-platform-page .relp-dashboard-title strong {
  margin-top: 2px;
  color: var(--relp-ink);
  font-size: .78rem;
  line-height: 1.25;
}

#rel-platform-page .relp-dashboard-kpis {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#rel-platform-page .relp-dashboard-kpis > div {
  display: grid;
  min-width: 0;
  padding: 11px;
  border: 1px solid var(--relp-line);
  border-radius: 11px;
  background: var(--relp-white);
}

#rel-platform-page .relp-dashboard-kpis > div > span {
  min-height: 27px;
  color: var(--relp-muted);
  font-size: .48rem;
  font-weight: 720;
  line-height: 1.25;
}

#rel-platform-page .relp-dashboard-kpis > div > strong {
  margin-top: 4px;
  color: var(--relp-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
}

#rel-platform-page .relp-dashboard-kpis > div > strong small {
  color: var(--relp-muted);
  font-size: .52em;
  letter-spacing: 0;
}

#rel-platform-page .relp-dashboard-kpis > div > small {
  margin-top: 4px;
  color: #13806d;
  font-size: .45rem;
  font-weight: 690;
  line-height: 1.3;
}

#rel-platform-page .relp-dashboard-chart {
  margin-top: 10px;
  padding: 14px 14px 11px;
  border: 1px solid var(--relp-line);
  border-radius: 14px;
  background: var(--relp-white);
}

#rel-platform-page .relp-dashboard-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

#rel-platform-page .relp-dashboard-chart-head > div:first-child {
  display: grid;
}

#rel-platform-page .relp-dashboard-chart-head > div:first-child > span {
  color: var(--relp-ink);
  font-size: .6rem;
  font-weight: 770;
  line-height: 1.25;
}

#rel-platform-page .relp-dashboard-chart-head > div:first-child > strong {
  margin-top: 2px;
  color: var(--relp-muted);
  font-size: .47rem;
  font-weight: 690;
  line-height: 1.25;
}

#rel-platform-page .relp-chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

#rel-platform-page .relp-chart-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--relp-muted);
  font-size: .43rem;
  font-weight: 690;
}

#rel-platform-page .relp-chart-legend i {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #b5c7d5;
}

#rel-platform-page .relp-chart-legend > span:last-child i {
  background: var(--relp-blue);
}

#rel-platform-page .relp-bars {
  display: grid;
  height: 135px;
  margin-top: 13px;
  padding: 9px 18px 0;
  align-items: end;
  gap: 26px;
  border-bottom: 1px solid var(--relp-line);
  background-image: linear-gradient(to bottom, transparent 32%, #edf2f6 33%, transparent 34%, transparent 65%, #edf2f6 66%, transparent 67%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#rel-platform-page .relp-bar-group {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

#rel-platform-page .relp-bar-group > span {
  display: block;
  width: 19px;
  min-height: 5px;
  border-radius: 4px 4px 0 0;
  background: #b6c7d4;
}

#rel-platform-page .relp-bar-group > .relp-current-bar {
  background: linear-gradient(to top, var(--relp-blue), #53a0ff);
}

#rel-platform-page .relp-bar-group > small {
  position: absolute;
  bottom: -18px;
  color: var(--relp-muted);
  font-size: .43rem;
  font-weight: 720;
}

#rel-platform-page .relp-dashboard-foot {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--relp-muted);
  font-size: .48rem;
  font-weight: 690;
  line-height: 1.3;
}

#rel-platform-page .relp-dashboard-foot > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#rel-platform-page .relp-dashboard-foot i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--relp-mint);
}

#rel-platform-page .relp-dashboard-foot > span:last-child {
  color: var(--relp-blue-dark);
}

/* Deployment models */
#rel-platform-page .relp-deployment {
  background: var(--relp-white) !important;
}

#rel-platform-page .relp-deployment-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#rel-platform-page .relp-deployment-card {
  display: flex !important;
  min-width: 0;
  min-height: 355px;
  width: auto !important;
  margin: 0 !important;
  padding: 26px !important;
  flex-direction: column;
  border: 1px solid var(--relp-line);
  border-radius: 18px;
  background: var(--relp-paper);
}

#rel-platform-page .relp-deployment-card-featured {
  border-color: #91bbb5;
  background: linear-gradient(155deg, var(--relp-mint-soft), #f7fffd);
  box-shadow: var(--relp-shadow-soft);
}

#rel-platform-page .relp-deploy-label {
  color: var(--relp-blue-dark);
  font-size: .58rem;
  font-weight: 830;
  letter-spacing: .09em;
  line-height: 1.2;
}

#rel-platform-page .relp-deployment-card-featured .relp-deploy-label {
  color: var(--relp-mint-dark);
}

#rel-platform-page .relp-deploy-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 28px 0 25px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--relp-white);
  background: var(--relp-navy-900);
  font-size: .92rem;
  font-weight: 820;
}

#rel-platform-page .relp-deployment-card-featured .relp-deploy-icon {
  color: var(--relp-navy-950);
  background: var(--relp-mint);
}

#rel-platform-page .relp-deployment-card h3 {
  font-size: 1.13rem !important;
}

#rel-platform-page .relp-deployment-card > p {
  margin-bottom: 23px !important;
  color: var(--relp-muted) !important;
  font-size: .78rem !important;
  line-height: 1.58 !important;
}

#rel-platform-page .relp-deployment-card > strong {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--relp-line);
  color: var(--relp-ink);
  font-size: .61rem;
  letter-spacing: .025em;
  line-height: 1.3;
  text-transform: uppercase;
}

#rel-platform-page .relp-deployment-card > span:last-child {
  display: block;
  margin-top: 5px;
  color: var(--relp-muted);
  font-size: .65rem;
  line-height: 1.45;
}

#rel-platform-page .relp-deployment-actions {
  display: grid;
  margin-top: 22px;
  padding: 23px 25px;
  align-items: center;
  gap: 25px;
  border: 1px solid var(--relp-line);
  border-radius: 17px;
  background: var(--relp-paper);
  grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr);
}

#rel-platform-page .relp-deployment-actions > div:first-child {
  display: grid;
}

#rel-platform-page .relp-deployment-actions > div:first-child > span {
  color: var(--relp-blue-dark);
  font-size: .62rem;
  font-weight: 820;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rel-platform-page .relp-deployment-actions > div:first-child > strong {
  margin-top: 4px;
  color: var(--relp-ink);
  font-size: .93rem;
  line-height: 1.35;
}

#rel-platform-page .relp-deployment-actions > .relp-button-row {
  justify-content: flex-end;
}

/* Brand architecture */
#rel-platform-page .relp-architecture {
  position: relative;
  overflow: hidden;
  color: var(--relp-white) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 107, 255, .2), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(32, 199, 183, .13), transparent 30%),
    linear-gradient(145deg, var(--relp-navy-950), var(--relp-navy-900)) !important;
}

#rel-platform-page .relp-architecture > .relp-container {
  position: relative;
  z-index: 1;
}

#rel-platform-page .relp-architecture .relp-section-head h2 {
  color: var(--relp-white) !important;
}

#rel-platform-page .relp-architecture .relp-section-head > p:last-child {
  color: #b8cedd !important;
}

#rel-platform-page .relp-brand-map {
  max-width: 1010px;
  margin: 0 auto;
}

#rel-platform-page .relp-master-brand {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 23px;
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--relp-shadow-dark);
}

#rel-platform-page .relp-master-head {
  padding: 30px 34px 27px;
  border-bottom: 1px solid var(--relp-line);
  text-align: center;
}

#rel-platform-page .relp-master-head > span,
#rel-platform-page .relp-application-brand > span,
#rel-platform-page .relp-iris-lineage > div:nth-child(2) > span {
  display: block;
  color: var(--relp-blue-dark);
  font-size: .64rem;
  font-weight: 830;
  letter-spacing: .11em;
  line-height: 1.25;
  text-transform: uppercase;
}

#rel-platform-page .relp-master-head > strong {
  display: block;
  margin-top: 7px;
  color: var(--relp-ink);
  font-size: clamp(1.45rem, 2.7vw, 2.05rem);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.15;
}

#rel-platform-page .relp-master-head > p {
  margin: 8px 0 0 !important;
  color: var(--relp-muted) !important;
  font-size: .82rem !important;
  line-height: 1.5 !important;
}

#rel-platform-page .relp-master-components {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#rel-platform-page .relp-master-components > div {
  min-height: 118px;
  padding: 23px 20px;
  border-right: 1px solid var(--relp-line);
  background: var(--relp-paper);
}

#rel-platform-page .relp-master-components > div:last-child {
  border-right: 0;
}

#rel-platform-page .relp-master-components span {
  display: block;
  margin-bottom: 8px;
  color: var(--relp-muted);
  font-size: .57rem;
  font-weight: 820;
  letter-spacing: .07em;
  line-height: 1.3;
}

#rel-platform-page .relp-master-components strong {
  display: block;
  color: var(--relp-ink);
  font-size: .8rem;
  line-height: 1.42;
}

#rel-platform-page .relp-map-connector {
  display: grid;
  width: min(100%, 520px);
  height: 57px;
  margin: 0 auto;
  align-items: center;
  gap: 12px;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
}

#rel-platform-page .relp-map-connector > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145, 239, 229, .66));
}

#rel-platform-page .relp-map-connector > span:last-child {
  background: linear-gradient(90deg, rgba(145, 239, 229, .66), transparent);
}

#rel-platform-page .relp-map-connector > i {
  color: #91efe5;
  font-size: .62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

#rel-platform-page .relp-application-brand {
  padding: 26px 31px;
  border: 1px solid rgba(32, 199, 183, .48);
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(32, 199, 183, .14), rgba(23, 107, 255, .1));
  text-align: center;
}

#rel-platform-page .relp-application-brand > span {
  color: #91efe5;
}

#rel-platform-page .relp-application-brand > strong {
  display: block;
  margin-top: 6px;
  color: var(--relp-white);
  font-size: clamp(1.18rem, 2.1vw, 1.55rem);
  letter-spacing: -.025em;
  line-height: 1.25;
}

#rel-platform-page .relp-application-brand > p {
  max-width: 690px;
  margin: 8px auto 0 !important;
  color: #afc7d7 !important;
  font-size: .79rem !important;
  line-height: 1.55 !important;
}

#rel-platform-page .relp-iris-lineage {
  display: grid;
  max-width: 1010px;
  margin: 25px auto 0;
  padding: 23px 25px;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 17px;
  background: rgba(255, 255, 255, .055);
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

#rel-platform-page .relp-iris-mark {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  color: var(--relp-navy-950);
  background: var(--relp-mint);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: -.02em;
}

#rel-platform-page .relp-iris-lineage > div:nth-child(2) > span {
  color: #91efe5;
  font-size: .57rem;
}

#rel-platform-page .relp-iris-lineage > div:nth-child(2) > strong {
  display: block;
  margin-top: 4px;
  color: var(--relp-white);
  font-size: .88rem;
  line-height: 1.4;
}

#rel-platform-page .relp-iris-lineage > div:nth-child(2) > p {
  margin: 5px 0 0 !important;
  color: #9cb5c6 !important;
  font-size: .72rem !important;
  line-height: 1.52 !important;
}

#rel-platform-page .relp-iris-lineage > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a9eee7 !important;
  font-size: .73rem;
  font-weight: 780;
  line-height: 1.3;
  white-space: nowrap;
}

/* FAQ */
#rel-platform-page .relp-faq {
  background: var(--relp-paper) !important;
}

#rel-platform-page .relp-faq-layout {
  display: grid;
  align-items: start;
  gap: 68px;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

#rel-platform-page .relp-faq-intro {
  position: sticky;
  top: calc(var(--relp-header-height) + 28px);
}

#rel-platform-page .relp-faq-intro > p:not(.relp-kicker) {
  margin-bottom: 25px !important;
  color: var(--relp-muted) !important;
  font-size: .94rem !important;
}

#rel-platform-page .relp-faq-list {
  display: grid;
  gap: 10px;
}

#rel-platform-page .relp-faq-list details {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--relp-line);
  border-radius: 15px;
  background: var(--relp-white);
}

#rel-platform-page .relp-faq-list summary {
  display: grid;
  min-height: 70px;
  padding: 19px 21px;
  align-items: center;
  gap: 18px;
  color: var(--relp-ink) !important;
  cursor: pointer;
  font-size: .91rem !important;
  font-weight: 750 !important;
  letter-spacing: -.01em;
  line-height: 1.4 !important;
  list-style: none;
  grid-template-columns: minmax(0, 1fr) 28px;
}

#rel-platform-page .relp-faq-list summary::-webkit-details-marker {
  display: none;
}

#rel-platform-page .relp-faq-list summary > span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--relp-blue-dark);
  background: var(--relp-blue-soft);
  font-size: 1rem;
  font-weight: 500;
  transition: transform .18s ease, color .18s ease, background .18s ease;
}

#rel-platform-page .relp-faq-list details[open] summary > span {
  color: var(--relp-white);
  background: var(--relp-blue);
  transform: rotate(45deg);
}

#rel-platform-page .relp-faq-list details > div {
  padding: 0 21px 20px;
}

#rel-platform-page .relp-faq-list details > div > p {
  margin: 0 !important;
  padding-top: 16px;
  border-top: 1px solid var(--relp-line);
  color: var(--relp-muted) !important;
  font-size: .84rem !important;
  line-height: 1.65 !important;
}

/* Final CTA and footer */
#rel-platform-page .relp-final {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  color: var(--relp-white) !important;
  background:
    radial-gradient(circle at 50% 120%, rgba(32, 199, 183, .25), transparent 37%),
    linear-gradient(145deg, var(--relp-navy-900), #0c2a46) !important;
}

#rel-platform-page .relp-final-inner {
  position: relative;
  z-index: 1;
  max-width: 860px !important;
  text-align: center;
}

#rel-platform-page .relp-final-inner .relp-kicker {
  justify-content: center;
}

#rel-platform-page .relp-final h2 {
  color: var(--relp-white) !important;
}

#rel-platform-page .relp-final-inner > p:not(.relp-kicker) {
  max-width: 705px;
  margin: 0 auto 28px !important;
  color: #bed1df !important;
  font-size: 1.05rem !important;
}

#rel-platform-page .relp-footer {
  color: #b8cbd8 !important;
  background: var(--relp-navy-950) !important;
}

#rel-platform-page .relp-footer-main {
  display: grid;
  padding-top: 56px;
  padding-bottom: 43px;
  gap: 75px;
  grid-template-columns: .72fr 1.28fr;
}

#rel-platform-page .relp-footer-brand > a {
  display: inline-flex;
  width: min(100%, 300px);
  padding: 8px 11px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .98);
}

#rel-platform-page .relp-footer-brand img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

#rel-platform-page .relp-footer-brand > p {
  max-width: 350px;
  margin: 19px 0 0 !important;
  color: #839dab !important;
  font-size: .78rem !important;
  line-height: 1.55 !important;
}

#rel-platform-page .relp-footer-links {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#rel-platform-page .relp-footer-links > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

#rel-platform-page .relp-footer-links strong {
  margin-bottom: 4px;
  color: var(--relp-white);
  font-size: .72rem;
  letter-spacing: .035em;
  line-height: 1.3;
}

#rel-platform-page .relp-footer-links a {
  width: fit-content;
  color: #8fa8b8 !important;
  font-size: .73rem;
  line-height: 1.4;
  transition: color .18s ease;
}

#rel-platform-page .relp-footer-links a:hover {
  color: var(--relp-mint) !important;
}

#rel-platform-page .relp-footer-bottom {
  display: flex;
  padding-top: 19px;
  padding-bottom: 23px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #708998;
  font-size: .65rem;
  line-height: 1.5;
}

#rel-platform-page .relp-footer-bottom > span:last-child {
  max-width: 560px;
  text-align: right;
}

/* Progressive reveal. Content remains visible if JavaScript is unavailable. */
#rel-platform-page .relp-reveal {
  opacity: 1;
  transform: none;
}

#rel-platform-page.relp-js .relp-reveal {
  opacity: 0;
  transform: translateY(17px);
  transition: opacity .58s ease, transform .58s ease;
}

#rel-platform-page.relp-js .relp-reveal.relp-visible {
  opacity: 1;
  transform: translateY(0);
}

#rel-platform-page .relp-reveal-delay-short { transition-delay: .06s; }
#rel-platform-page .relp-reveal-delay { transition-delay: .11s; }
#rel-platform-page .relp-reveal-delay-long { transition-delay: .16s; }

/* Extra safeguards against WordPress theme layout and card rules. */
#rel-platform-page .relp-hero-layout > *,
#rel-platform-page .relp-board-grid > *,
#rel-platform-page .relp-cycle-grid > *,
#rel-platform-page .relp-layer-grid > *,
#rel-platform-page .relp-component-grid > *,
#rel-platform-page .relp-content-layout > *,
#rel-platform-page .relp-content-pipeline > *,
#rel-platform-page .relp-pathway-grid > *,
#rel-platform-page .relp-views-layout > *,
#rel-platform-page .relp-dashboard-kpis > *,
#rel-platform-page .relp-deployment-grid > *,
#rel-platform-page .relp-deployment-actions > *,
#rel-platform-page .relp-master-components > *,
#rel-platform-page .relp-iris-lineage > *,
#rel-platform-page .relp-faq-layout > *,
#rel-platform-page .relp-footer-main > *,
#rel-platform-page .relp-footer-links > * {
  min-width: 0 !important;
  max-width: 100%;
}

#rel-platform-page .relp-layer-card,
#rel-platform-page .relp-component-card,
#rel-platform-page .relp-pathway-card,
#rel-platform-page .relp-view-list article,
#rel-platform-page .relp-deployment-card {
  float: none !important;
  clear: none !important;
}

body.admin-bar #rel-platform-page .relp-header {
  top: 32px;
}

@media (max-width: 1100px) {
  #rel-platform-page .relp-navigation {
    gap: 9px;
  }

  #rel-platform-page .relp-nav-link {
    font-size: .74rem !important;
  }

  #rel-platform-page .relp-button-nav {
    padding: 10px 12px !important;
    font-size: .75rem !important;
  }

  #rel-platform-page .relp-hero-layout {
    gap: 34px;
    grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr);
  }

  #rel-platform-page .relp-hero h1 {
    font-size: clamp(2.35rem, 4vw, 3.35rem) !important;
  }

  #rel-platform-page .relp-layer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rel-platform-page .relp-component-card {
    padding: 27px !important;
  }

  #rel-platform-page .relp-content-layout,
  #rel-platform-page .relp-views-layout {
    gap: 42px;
  }

  #rel-platform-page .relp-content-layout {
    grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  }

  #rel-platform-page .relp-master-components > div {
    padding-inline: 16px;
  }
}

@media (max-width: 930px) {
  html:has(#rel-platform-page) {
    scroll-padding-top: 88px;
  }

  #rel-platform-page {
    --relp-header-height: 68px;
  }

  #rel-platform-page .relp-container {
    width: min(calc(100% - 34px), var(--relp-max));
  }

  #rel-platform-page .relp-section {
    padding: 78px 0;
  }

  #rel-platform-page .relp-menu-button {
    display: inline-flex;
  }

  #rel-platform-page .relp-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--relp-header-height) - 20px);
    padding: 17px;
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
    overflow-y: auto;
    border: 1px solid var(--relp-line);
    border-radius: 0 0 17px 17px;
    background: var(--relp-white);
    box-shadow: var(--relp-shadow);
    white-space: normal;
  }

  #rel-platform-page .relp-navigation.relp-nav-open {
    display: flex;
  }

  #rel-platform-page .relp-nav-link {
    display: flex;
    min-height: 44px;
    padding: 10px 7px;
    align-items: center;
    font-size: .88rem !important;
  }

  #rel-platform-page .relp-navigation .relp-button {
    width: 100% !important;
    margin-top: 5px !important;
  }

  #rel-platform-page .relp-hero {
    padding: 58px 0 64px;
  }

  #rel-platform-page .relp-hero-layout,
  #rel-platform-page .relp-content-layout,
  #rel-platform-page .relp-views-layout {
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-hero-copy,
  #rel-platform-page .relp-content-copy,
  #rel-platform-page .relp-views-copy {
    max-width: 760px;
  }

  #rel-platform-page .relp-hero h1 {
    max-width: 780px;
    font-size: clamp(2.65rem, 7vw, 4rem) !important;
  }

  #rel-platform-page .relp-platform-board,
  #rel-platform-page .relp-content-lab,
  #rel-platform-page .relp-dashboard-card {
    max-width: 720px;
  }

  #rel-platform-page .relp-cycle-grid {
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #rel-platform-page .relp-cycle-grid > i {
    display: none;
  }

  #rel-platform-page .relp-cycle-grid > div {
    padding-inline: 9px;
  }

  #rel-platform-page .relp-component-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rel-platform-page .relp-pathway-grid {
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-pathway-card {
    min-height: 0;
  }

  #rel-platform-page .relp-deployment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rel-platform-page .relp-deployment-actions {
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-deployment-actions > .relp-button-row {
    justify-content: flex-start;
  }

  #rel-platform-page .relp-master-components {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rel-platform-page .relp-master-components > div:nth-child(2) {
    border-right: 0;
  }

  #rel-platform-page .relp-master-components > div:nth-child(3),
  #rel-platform-page .relp-master-components > div:nth-child(4) {
    border-top: 1px solid var(--relp-line);
  }

  #rel-platform-page .relp-faq-layout {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-faq-intro {
    position: static;
    max-width: 720px;
  }
}

@media (max-width: 782px) {
  body.admin-bar #rel-platform-page .relp-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  #rel-platform-page .relp-container {
    width: min(calc(100% - 28px), var(--relp-max));
  }

  #rel-platform-page .relp-section {
    padding: 66px 0;
  }

  #rel-platform-page h1 {
    font-size: clamp(2.32rem, 11.5vw, 3.2rem) !important;
  }

  #rel-platform-page h2 {
    font-size: clamp(1.92rem, 9vw, 2.62rem) !important;
  }

  #rel-platform-page .relp-brand-image {
    width: 194px !important;
  }

  #rel-platform-page .relp-brand-context {
    font-size: .54rem !important;
  }

  #rel-platform-page .relp-hero {
    padding: 48px 0 54px;
  }

  #rel-platform-page .relp-hero h1 {
    font-size: clamp(2.28rem, 11.2vw, 3.3rem) !important;
  }

  #rel-platform-page .relp-button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-button-row .relp-button {
    width: 100% !important;
  }

  #rel-platform-page .relp-hero-proof {
    display: grid;
    gap: 9px;
  }

  #rel-platform-page .relp-board-grid,
  #rel-platform-page .relp-layer-grid,
  #rel-platform-page .relp-component-grid,
  #rel-platform-page .relp-deployment-grid {
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-platform-board,
  #rel-platform-page .relp-content-lab,
  #rel-platform-page .relp-dashboard-card {
    padding: 17px !important;
    border-radius: 18px;
  }

  #rel-platform-page .relp-board-card {
    min-height: 0;
  }

  #rel-platform-page .relp-cycle-grid {
    padding: 13px 0;
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-cycle-grid > div {
    display: grid;
    min-height: 0;
    padding: 10px 3px;
    align-items: center;
    gap: 3px 11px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: left;
    grid-template-columns: 31px minmax(0, 1fr);
  }

  #rel-platform-page .relp-cycle-grid > div:last-child {
    border-bottom: 0;
  }

  #rel-platform-page .relp-cycle-grid > div > span {
    grid-row: 1 / 3;
  }

  #rel-platform-page .relp-cycle-grid > div > p {
    grid-column: 2;
  }

  #rel-platform-page .relp-overview-callout,
  #rel-platform-page .relp-iris-lineage {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  #rel-platform-page .relp-overview-callout > a,
  #rel-platform-page .relp-iris-lineage > a {
    grid-column: 2;
    white-space: normal;
  }

  #rel-platform-page .relp-layer-card,
  #rel-platform-page .relp-component-card,
  #rel-platform-page .relp-pathway-card,
  #rel-platform-page .relp-deployment-card {
    min-height: 0;
    padding: 25px !important;
  }

  #rel-platform-page .relp-content-options article {
    align-items: flex-start;
  }

  #rel-platform-page .relp-content-pipeline {
    gap: 6px;
  }

  #rel-platform-page .relp-content-pipeline > i {
    display: none;
  }

  #rel-platform-page .relp-content-pipeline > div {
    padding-inline: 7px;
  }

  #rel-platform-page .relp-lab-output {
    align-items: flex-start;
    flex-direction: column;
  }

  #rel-platform-page .relp-pathway-steps > div {
    grid-template-columns: 33px minmax(0, 1fr);
  }

  #rel-platform-page .relp-dashboard-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rel-platform-page .relp-dashboard-chart-head,
  #rel-platform-page .relp-dashboard-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  #rel-platform-page .relp-deployment-actions {
    padding: 23px;
  }

  #rel-platform-page .relp-master-head {
    padding: 25px 21px 23px;
  }

  #rel-platform-page .relp-application-brand {
    padding: 24px 20px;
  }

  #rel-platform-page .relp-iris-lineage {
    padding: 22px;
  }

  #rel-platform-page .relp-final {
    padding: 68px 0;
  }

  #rel-platform-page .relp-footer-main {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #rel-platform-page .relp-footer-bottom {
    flex-direction: column;
  }

  #rel-platform-page .relp-footer-bottom > span:last-child {
    text-align: left;
  }
}

@media (max-width: 440px) {
  #rel-platform-page .relp-brand-image {
    width: 180px !important;
  }

  #rel-platform-page .relp-board-head,
  #rel-platform-page .relp-lab-head,
  #rel-platform-page .relp-dashboard-head {
    align-items: flex-start;
  }

  #rel-platform-page .relp-board-head .relp-sample-label,
  #rel-platform-page .relp-lab-head .relp-sample-label,
  #rel-platform-page .relp-dashboard-head .relp-sample-label {
    display: none;
  }

  #rel-platform-page .relp-board-source {
    grid-template-columns: 37px minmax(0, 1fr);
  }

  #rel-platform-page .relp-board-source > :last-child {
    grid-column: 2;
  }

  #rel-platform-page .relp-board-scale {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  #rel-platform-page .relp-content-pipeline {
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-content-pipeline > div {
    min-height: 84px;
  }

  #rel-platform-page .relp-dashboard-kpis {
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-master-components {
    grid-template-columns: 1fr;
  }

  #rel-platform-page .relp-master-components > div,
  #rel-platform-page .relp-master-components > div:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--relp-line);
  }

  #rel-platform-page .relp-master-components > div:last-child {
    border-bottom: 0;
  }

  #rel-platform-page .relp-application-brand > strong {
    font-size: 1.02rem;
  }

  #rel-platform-page .relp-faq-list summary {
    padding: 17px;
    font-size: .86rem !important;
  }

  #rel-platform-page .relp-faq-list details > div {
    padding: 0 17px 18px;
  }

  #rel-platform-page .relp-footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(#rel-platform-page) {
    scroll-behavior: auto;
  }

  #rel-platform-page,
  #rel-platform-page *,
  #rel-platform-page *::before,
  #rel-platform-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  #rel-platform-page .relp-reveal,
  #rel-platform-page.relp-js .relp-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
