@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600;700&display=swap");

:root {
  --re-bg: #030506;
  --re-surface: rgba(7, 11, 12, 0.78);
  --re-surface-soft: rgba(8, 12, 13, 0.58);
  --re-border: rgba(226, 235, 229, 0.15);
  --re-border-strong: rgba(143, 211, 181, 0.48);
  --re-text: #f6f8f5;
  --re-muted: #98a59f;
  --re-soft: #d8e1dc;
  --re-accent: #8fd3b5;
  --re-accent-strong: #b0f0d1;
  --re-cold: #7aa2c7;
  --re-risk: #f0a64d;
  --re-command: #f5f7f3;
  --re-shadow: rgba(0, 0, 0, 0.42);
  --re-shell: min(calc(100% - 48px), 1240px);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.re-site {
  margin: 0;
  background: var(--re-bg) !important;
  color: var(--re-text) !important;
  font-family: "Geist", "Inter", "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.re-site *,
body.re-site *::before,
body.re-site *::after {
  box-sizing: border-box;
}

body.re-site h1,
body.re-site h2,
body.re-site h3,
body.re-site h4,
body.re-site h5,
body.re-site h6,
body.re-site p {
  font-family: "Geist", "Inter", "IBM Plex Sans", "Segoe UI", sans-serif;
  color: inherit;
}

body.re-site a {
  color: inherit;
}

body.re-site .site,
body.re-site #page,
body.re-site .wp-site-blocks,
body.re-site .site-main,
body.re-site .content-bg,
body.re-site .entry-content-wrap,
body.re-site .content-container,
body.re-site .site-container {
  background: transparent !important;
}

#re-bg-host {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.78;
  background: #030506;
}

#re-network-canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

.re-bg-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.3), rgba(3, 5, 6, 0.02) 44%, rgba(3, 5, 6, 0.34)),
    radial-gradient(circle at 22% 28%, rgba(143, 211, 181, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(3, 5, 6, 0.01), rgba(3, 5, 6, 0.48) 88%);
}

.re-bg-noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image:
    repeating-radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.42) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.re-shell {
  width: var(--re-shell);
  margin-inline: auto;
}

.re-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-160%);
  background: var(--re-text);
  color: var(--re-bg);
  padding: 10px 14px;
  border-radius: 6px;
}

.re-skip-link:focus {
  transform: translateY(0);
}

.re-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 10px 0;
  background:
    linear-gradient(180deg, rgba(3, 5, 6, 0.88), rgba(3, 5, 6, 0.34)) !important;
  border-bottom: 0;
  backdrop-filter: blur(18px) saturate(1.28);
}

.re-header__inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 36px);
  padding: 0 14px 0 18px;
  border: 1px solid rgba(226, 235, 229, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(13, 18, 19, 0.76), rgba(7, 10, 11, 0.54));
  box-shadow:
    0 22px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.re-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: max-content;
}

.re-brand__mark {
  position: relative;
  width: 34px;
  height: 30px;
  display: block;
  filter: drop-shadow(0 0 18px rgba(143, 211, 181, 0.18));
}

.re-brand__mark span {
  position: absolute;
  display: block;
  height: 4px;
  border-radius: 1px;
  background: linear-gradient(90deg, #98ae9b, #6f836f);
  transform-origin: left center;
}

.re-brand__mark span:nth-child(1) {
  top: 5px;
  left: 0;
  width: 30px;
}

.re-brand__mark span:nth-child(2) {
  top: 13px;
  left: 0;
  width: 24px;
}

.re-brand__mark span:nth-child(3) {
  top: 18px;
  left: 0;
  width: 24px;
  height: 5px;
  transform: rotate(42deg);
  background: linear-gradient(90deg, #5f745f, #9bae94);
}

.re-brand__text {
  display: grid;
  gap: 1px;
}

.re-brand__text strong {
  font-size: 0.92rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 650;
}

.re-brand__text small {
  color: var(--re-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.re-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.7vw, 30px);
  font-family: "Geist Mono", "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--re-muted);
  scrollbar-width: none;
}

.re-nav::-webkit-scrollbar {
  display: none;
}

.re-nav a,
.re-header__link,
.re-header__cta,
.re-footer a {
  text-decoration: none;
}

.re-nav a {
  position: relative;
  padding: 10px 0;
  border-bottom: 0;
  transition: color 160ms ease, opacity 160ms ease;
}

.re-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--re-accent-strong);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

.re-nav a:hover,
.re-nav a:focus-visible,
.re-nav a.is-active {
  color: var(--re-text);
}

.re-nav a:hover::after,
.re-nav a:focus-visible::after,
.re-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.re-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: max-content;
}

.re-header__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--re-muted);
  font-family: "Geist Mono", "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 160ms ease, opacity 160ms ease;
}

.re-header__link:hover,
.re-header__link:focus-visible,
.re-header__link.is-active {
  color: var(--re-text);
}

.re-header__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(226, 235, 229, 0.2);
  border-radius: 8px;
  color: var(--re-text);
  font-family: "Geist Mono", "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(127, 179, 154, 0.055) !important;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.re-header__cta:hover,
.re-header__cta:focus-visible,
.re-header__cta.is-active {
  border-color: var(--re-border-strong);
  background: rgba(143, 211, 181, 0.11) !important;
  transform: translateY(-1px);
}

body.re-site .re-button,
body.re-site .re-header__cta {
  box-shadow: none;
}

.re-main,
.re-footer {
  position: relative;
  z-index: 1;
}

.re-hero {
  min-height: calc(100vh - 84px);
  padding: clamp(58px, 8vw, 104px) 0 clamp(28px, 5vw, 52px);
  display: grid;
  align-content: center;
  gap: clamp(42px, 6vw, 82px);
  background: transparent !important;
}

body.re-site .re-hero::before,
body.re-site .re-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.re-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.48fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}

.re-status-chip {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 9px 14px;
  border: 1px solid rgba(226, 235, 229, 0.16);
  border-radius: 999px;
  background: rgba(7, 10, 11, 0.54);
  color: var(--re-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px) saturate(1.22);
}

.re-status-chip span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--re-risk);
  box-shadow: 0 0 18px rgba(240, 166, 77, 0.68);
}

.re-status-chip strong {
  color: var(--re-risk);
  font-weight: 600;
}

.re-status-chip em {
  color: var(--re-soft);
  font-style: normal;
}

.re-eyebrow {
  margin: 0 0 18px;
  color: var(--re-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

body.re-site .re-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Geist", "Inter", "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--re-text);
  text-shadow: 0 0 32px rgba(246, 248, 245, 0.06);
}

body.re-site .re-page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.15rem, 3.6vw, 3.45rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Geist", "Inter", "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--re-text);
  text-shadow: 0 0 32px rgba(246, 248, 245, 0.06);
}

.re-hero__body {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--re-soft);
  font-size: clamp(1rem, 1.22vw, 1.18rem);
  line-height: 1.58;
}

.re-hero__support {
  margin: 18px 0 0;
  color: var(--re-accent-strong);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  max-width: 680px;
}

.re-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.re-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(226, 235, 229, 0.15);
  border-radius: 999px;
  background: rgba(7, 10, 11, 0.42);
  color: var(--re-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
}

.re-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

body.re-site .re-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--re-border);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.84rem;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.re-site .re-button:hover,
body.re-site .re-button:focus-visible {
  transform: translateY(-1px);
}

body.re-site .re-button--primary,
body.re-site a.re-button--primary {
  background: var(--re-command) !important;
  color: #030506 !important;
  border-color: var(--re-command) !important;
  font-weight: 600;
}

body.re-site .re-button--secondary,
body.re-site a.re-button--secondary {
  background: rgba(255, 255, 255, 0.035) !important;
  color: var(--re-text) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.re-ledger,
.re-card,
.re-product-card,
.re-process-card,
.re-detail-card,
.re-system-card,
.re-contact-panel,
.re-lead-form {
  border: 1px solid var(--re-border);
  border-radius: 8px;
  background: var(--re-surface-soft);
  box-shadow: 0 26px 80px var(--re-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.18);
}

.re-ledger {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.re-ledger::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(143, 211, 181, 0.07), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 38px);
  opacity: 0.44;
}

.re-ledger__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--re-border);
  font-family: "IBM Plex Mono", monospace;
  color: var(--re-muted);
  font-size: 0.8rem;
}

.re-ledger__top strong {
  color: var(--re-text);
  font-weight: 500;
}

.re-ledger ol {
  position: relative;
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
}

.re-ledger li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  color: var(--re-soft);
}

.re-ledger li span {
  color: var(--re-accent);
  font-family: "IBM Plex Mono", monospace;
}

.re-stat-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--re-border);
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(143, 211, 181, 0.08), transparent 36%),
    rgba(7, 10, 11, 0.54);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px) saturate(1.2);
}

.re-stat-strip article {
  min-height: 116px;
  padding: 20px 18px;
  border-right: 1px solid var(--re-border);
}

.re-stat-strip article:last-child {
  border-right: 0;
}

.re-stat-strip span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
}

.re-stat-strip span {
  margin-bottom: 9px;
  color: var(--re-accent-strong);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.re-stat-strip strong {
  display: block;
  color: var(--re-text);
  font-size: 0.94rem;
  line-height: 1.35;
}

.re-rich-copy {
  display: grid;
  gap: 16px;
  color: var(--re-soft);
}

.re-rich-copy p {
  margin: 0;
  color: inherit;
}

.re-vision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--re-border);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(143, 211, 181, 0.075), transparent 44%),
    rgba(7, 10, 11, 0.5);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.18);
}

.re-process-grid,
.re-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.re-process-grid {
  position: relative;
  gap: 0;
  border: 1px solid var(--re-border);
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 15, 16, 0.74), rgba(5, 8, 9, 0.58)),
    rgba(7, 10, 11, 0.56);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.18);
}

.re-process-grid::before,
.re-process-grid::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  pointer-events: none;
  border-color: var(--re-accent-strong);
  opacity: 0.58;
}

.re-process-grid::before {
  top: 16px;
  left: 16px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.re-process-grid::after {
  right: 16px;
  bottom: 16px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.re-process-card,
.re-system-card {
  min-height: 232px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.re-process-card {
  border: 0;
  border-right: 1px solid var(--re-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.re-process-card:last-child {
  border-right: 0;
}

.re-process-card::before,
.re-system-card::before,
.re-detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(143, 211, 181, 0.08), transparent 46%);
  opacity: 0.7;
}

.re-process-card > *,
.re-system-card > *,
.re-detail-card > * {
  position: relative;
}

.re-process-card span,
.re-system-card span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--re-accent);
  font-family: "Geist Mono", "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.re-process-card h3,
.re-system-card h3,
.re-detail-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.22;
}

.re-process-card p,
.re-system-card p,
.re-detail-card p {
  margin: 14px 0 0;
  color: var(--re-muted);
}

.re-detail-grid {
  display: grid;
  gap: 14px;
}

.re-detail-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.re-detail-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.re-detail-card {
  min-height: 300px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.re-detail-card > strong {
  display: block;
  margin-top: 24px;
  color: var(--re-accent-strong);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.re-detail-card ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: var(--re-soft);
}

.re-detail-card li {
  position: relative;
  padding-left: 16px;
}

.re-detail-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--re-accent);
}

.re-inline-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--re-command);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  text-decoration: none;
}

.re-deployment-base {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(28px, 5vw, 64px);
}

.re-deployment-base article {
  padding: 20px;
  border: 1px solid var(--re-border);
  border-radius: 8px;
  background: rgba(7, 10, 11, 0.44);
  backdrop-filter: blur(12px);
}

.re-deployment-base strong,
.re-deployment-base span {
  display: block;
}

.re-deployment-base strong {
  color: var(--re-text);
  font-size: 1.1rem;
}

.re-deployment-base span {
  margin-top: 8px;
  color: var(--re-muted);
}

.re-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.re-section__head {
  max-width: 780px;
  margin-bottom: 28px;
}

.re-section__head--wide {
  max-width: 960px;
}

.re-section__head h2,
.re-band h2,
.re-final-cta h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.4vw, 2.65rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.re-section__head p:not(.re-eyebrow),
.re-band p,
.re-final-cta p,
.re-page-hero p {
  color: var(--re-muted);
  font-size: 1rem;
}

.re-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.re-card {
  min-height: 210px;
  padding: 22px;
}

.re-card h3,
.re-product-card h3,
.re-contact-panel h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.re-card p,
.re-product-card p,
.re-contact-panel p {
  margin: 14px 0 0;
  color: var(--re-muted);
}

.re-stack {
  display: grid;
  gap: 12px;
}

.re-stack__layer {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--re-border);
  border-radius: 8px;
  background: rgba(12, 17, 19, 0.48);
  backdrop-filter: blur(12px);
}

.re-stack__layer span {
  color: var(--re-accent);
  font-family: "IBM Plex Mono", monospace;
}

.re-stack__layer h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.re-stack__layer p {
  margin: 0;
  color: var(--re-muted);
}

.re-band {
  padding: clamp(64px, 8vw, 108px) 0;
  border-block: 1px solid var(--re-border);
  background: rgba(127, 179, 154, 0.045) !important;
}

.re-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.6fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: end;
}

.re-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.re-product-card {
  min-height: 260px;
  padding: 22px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.re-product-card:hover,
.re-product-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--re-border-strong);
  background: rgba(22, 31, 31, 0.72);
}

.re-product-card span {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--re-accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
}

.re-final-cta {
  padding: clamp(60px, 8vw, 106px) 0;
  border-top: 0;
}

.re-final-cta .re-shell {
  max-width: 960px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--re-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 20%, rgba(143, 211, 181, 0.09), transparent 34%),
    rgba(7, 10, 11, 0.56);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.18);
}

.re-compact-hero {
  padding: clamp(72px, 10vw, 128px) 0 clamp(28px, 5vw, 56px);
}

.re-compact-hero .re-shell {
  max-width: 980px;
}

.re-compact-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--re-text);
  font-size: clamp(2.15rem, 3.6vw, 3.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.re-compact-hero p:not(.re-eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--re-soft);
  font-size: clamp(1.06rem, 1.35vw, 1.2rem);
  line-height: 1.5;
}

.re-compact-section {
  padding: clamp(42px, 7vw, 82px) 0;
}

.re-compact-section--stats {
  padding-top: 0;
}

.re-compact-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--re-border);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(7, 10, 11, 0.5);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.2);
}

.re-compact-stat-strip article {
  min-height: 118px;
  padding: 22px 20px;
  border-right: 1px solid var(--re-border);
}

.re-compact-stat-strip article:last-child {
  border-right: 0;
}

.re-compact-stat-strip span {
  display: block;
  margin-bottom: 9px;
  color: var(--re-accent-strong);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(1.18rem, 2.1vw, 1.58rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.re-compact-stat-strip strong {
  display: block;
  color: var(--re-soft);
  font-size: 0.95rem;
  line-height: 1.35;
}

.re-compact-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.re-compact-card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--re-border);
  border-radius: 8px;
  background: var(--re-surface-soft);
  box-shadow: 0 26px 80px var(--re-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(1.18);
}

.re-compact-card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  line-height: 1.15;
}

.re-compact-card p {
  margin: 14px 0 0;
  color: var(--re-muted);
  font-size: 0.98rem;
}

.re-visual-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(320px, 0.74fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: 300px;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--re-border);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 18%, rgba(143, 211, 181, 0.12), transparent 34%),
    rgba(7, 10, 11, 0.5);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.18);
}

.re-visual-panel h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1.75rem, 2.8vw, 2.55rem);
  line-height: 1;
  letter-spacing: 0;
}

.re-visual-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.re-visual-flow span {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(143, 211, 181, 0.32);
  border-radius: 999px;
  background: rgba(3, 5, 6, 0.5);
  color: var(--re-text);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
}

.re-final-cta--compact {
  padding-top: clamp(52px, 8vw, 96px);
}

.re-page-hero {
  padding: clamp(86px, 12vw, 168px) 0 clamp(48px, 7vw, 90px);
}

.re-page-hero h1 {
  max-width: 980px;
}

.re-page-hero p:not(.re-eyebrow) {
  max-width: 760px;
  margin-top: 24px;
}

.re-inner-section {
  display: grid;
  gap: 24px;
}

.re-contact-panel {
  max-width: 760px;
  padding: 26px;
}

.re-contact-capture__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(320px, 0.54fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.re-lead-form {
  position: relative;
  padding: clamp(22px, 4vw, 34px);
  overflow: hidden;
}

.re-lead-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(122, 162, 199, 0.08), transparent 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 42px);
  opacity: 0.72;
}

.re-lead-form > * {
  position: relative;
}

.re-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.re-form-field,
.re-form-consent {
  display: grid;
  gap: 7px;
  color: var(--re-soft);
  font-family: "JetBrains Mono", "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.78rem;
}

.re-form-field--wide,
.re-form-consent,
.re-lead-form .re-actions,
.re-form-notice {
  grid-column: 1 / -1;
}

.re-form-field span,
.re-form-consent span {
  color: var(--re-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.re-form-field input,
.re-form-field select,
.re-form-field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(226, 235, 229, 0.16);
  border-radius: 6px;
  background: rgba(3, 5, 6, 0.58);
  color: var(--re-text);
  font: inherit;
  letter-spacing: 0;
  padding: 11px 12px;
  outline: none;
}

.re-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.re-form-field input:focus,
.re-form-field select:focus,
.re-form-field textarea:focus {
  border-color: rgba(122, 162, 199, 0.72);
  box-shadow: 0 0 0 3px rgba(122, 162, 199, 0.14);
}

.re-form-consent {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  color: var(--re-muted);
  line-height: 1.55;
}

.re-form-consent input {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: var(--re-accent);
}

.re-form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.re-form-notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(143, 211, 181, 0.34);
  border-radius: 6px;
  background: rgba(143, 211, 181, 0.08);
  color: var(--re-soft);
  font-size: 0.86rem;
}

.re-form-notice--error {
  border-color: rgba(240, 166, 77, 0.44);
  background: rgba(240, 166, 77, 0.08);
}

.re-footer {
  border-top: 1px solid var(--re-border);
  padding: 34px 0;
  color: var(--re-muted);
  background: rgba(5, 6, 8, 0.74);
}

.re-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.re-footer strong {
  color: var(--re-text);
}

.re-footer p {
  margin: 4px 0 0;
}

.re-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
}

:focus-visible {
  outline: 2px solid var(--re-accent);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .re-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .re-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .re-hero__grid,
  .re-band__grid,
  .re-vision-grid {
    grid-template-columns: 1fr;
  }

  .re-stat-strip,
  .re-compact-stat-strip,
  .re-compact-card-grid,
  .re-process-grid,
  .re-system-grid,
  .re-deployment-base,
  .re-detail-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .re-process-card:nth-child(2) {
    border-right: 0;
  }

  .re-process-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--re-border);
  }

  .re-stat-strip article:nth-child(2),
  .re-compact-stat-strip article:nth-child(2),
  .re-stat-strip article:nth-child(4) {
    border-right: 0;
  }

  .re-stat-strip article:nth-child(-n + 4) {
    border-bottom: 1px solid var(--re-border);
  }

  .re-compact-stat-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--re-border);
  }

  .re-visual-panel {
    grid-template-columns: 1fr;
  }

  .re-contact-capture__grid {
    grid-template-columns: 1fr;
  }

  .re-visual-flow {
    justify-content: flex-start;
  }

  .re-card-grid,
  .re-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --re-shell: min(calc(100% - 24px), 100%);
  }

  .re-header__inner {
    min-height: 58px;
    gap: 14px;
    padding: 0 10px 0 12px;
    border-radius: 12px;
  }

  .re-brand__text small {
    display: none;
  }

  .re-brand__mark {
    width: 28px;
    height: 25px;
  }

  .re-brand__mark span {
    height: 3px;
  }

  .re-brand__mark span:nth-child(1) {
    top: 5px;
    width: 25px;
  }

  .re-brand__mark span:nth-child(2) {
    top: 12px;
    width: 20px;
  }

  .re-brand__mark span:nth-child(3) {
    top: 16px;
    width: 20px;
    height: 4px;
  }

  .re-brand__text strong {
    font-size: 0.76rem;
    letter-spacing: 0.13em;
  }

  .re-header__cta {
    min-height: 36px;
    padding: 0 11px;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .re-header__actions {
    gap: 9px;
  }

  .re-header__link {
    min-height: 36px;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .re-hero {
    min-height: auto;
    padding: 58px 0 42px;
  }

  .re-hero h1,
  .re-page-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.1rem);
  }

  .re-status-chip {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    border-radius: 12px;
  }

  .re-status-chip span {
    display: none;
  }

  .re-stat-strip,
  .re-compact-stat-strip,
  .re-compact-card-grid,
  .re-process-grid,
  .re-system-grid,
  .re-deployment-base,
  .re-detail-grid--three,
  .re-detail-grid--two {
    grid-template-columns: 1fr;
  }

  .re-stat-strip article,
  .re-compact-stat-strip article,
  .re-stat-strip article:nth-child(2),
  .re-compact-stat-strip article:nth-child(2),
  .re-stat-strip article:nth-child(4),
  .re-stat-strip article:nth-child(-n + 4) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--re-border);
  }

  .re-process-card,
  .re-process-card:nth-child(2),
  .re-process-card:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--re-border);
  }

  .re-process-card:last-child {
    border-bottom: 0;
  }

  .re-stat-strip article:last-child {
    border-bottom: 0;
  }

  .re-compact-stat-strip article:last-child {
    border-bottom: 0;
  }

  .re-compact-hero h1 {
    font-size: clamp(2.05rem, 9vw, 2.7rem);
  }

  .re-card-grid,
  .re-product-grid {
    grid-template-columns: 1fr;
  }

  .re-form-grid {
    grid-template-columns: 1fr;
  }

  .re-card,
  .re-product-card,
  .re-compact-card,
  .re-process-card,
  .re-detail-card,
  .re-system-card {
    min-height: 0;
  }

  .re-stack__layer {
    grid-template-columns: 1fr;
  }

  .re-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* OpenForage-style homepage rhythm: compact mono type, boxed ledgers, short sections. */
body.re-site,
body.re-site h1,
body.re-site h2,
body.re-site h3,
body.re-site h4,
body.re-site h5,
body.re-site h6,
body.re-site p,
body.re-site a,
body.re-site button {
  font-family: "JetBrains Mono", "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

body.re-page-home {
  font-size: 14px;
  line-height: 1.55;
}

body.re-page-home .re-shell {
  width: min(100%, 1240px);
  padding-inline: 56px;
}

body.re-page-home .re-header {
  min-height: 56px;
  padding: 0;
  background: rgba(7, 8, 10, 0.72) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

body.re-page-home .re-header__inner {
  min-height: 56px;
  padding: 0 56px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.re-page-home .re-brand__text strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

body.re-page-home .re-brand__mark {
  width: 24px;
  height: 22px;
}

body.re-page-home .re-brand__mark span {
  height: 3px;
}

body.re-page-home .re-brand__mark span:nth-child(1) {
  top: 3px;
  width: 22px;
}

body.re-page-home .re-brand__mark span:nth-child(2) {
  top: 9px;
  width: 18px;
  transform: none;
}

body.re-page-home .re-brand__mark span:nth-child(3) {
  top: 13px;
  width: 18px;
  height: 4px;
  transform: rotate(42deg);
}

body.re-page-home .re-nav {
  gap: 30px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.re-page-home .re-header__actions {
  gap: 14px;
}

body.re-page-home .re-header__link {
  min-height: 40px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.re-page-home .re-header__cta {
  min-height: 40px;
  padding: 0 20px;
  border-radius: 0;
  background: var(--re-command) !important;
  color: #07080a;
  border-color: var(--re-command);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.re-page-home .re-hero {
  min-height: calc(100vh - 56px);
  padding: clamp(112px, 16vh, 156px) 0 clamp(64px, 9vh, 96px);
  align-content: start;
  gap: 52px;
}

body.re-page-home .re-status-chip {
  margin-bottom: 34px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background: rgba(7, 8, 10, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

body.re-page-home .re-status-chip span {
  width: 5px;
  height: 5px;
}

.re-hero-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  color: var(--re-text);
}

.re-hero-lockup__mark {
  position: relative;
  width: 45px;
  height: 45px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 8, 10, 0.56);
  box-shadow: 0 0 28px rgba(143, 211, 181, 0.12);
}

.re-hero-lockup__mark::before,
.re-hero-lockup__mark::after {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  height: 4px;
  border-radius: 1px;
  background: linear-gradient(90deg, #98ae9b, #6f836f);
}

.re-hero-lockup__mark::before {
  top: 13px;
  width: 25px;
  box-shadow: 0 8px 0 #738873;
}

.re-hero-lockup__mark::after {
  top: 26px;
  width: 21px;
  height: 5px;
  transform: rotate(42deg);
  transform-origin: left center;
  background: linear-gradient(90deg, #5f745f, #9bae94);
}

.re-hero-lockup strong {
  font-size: clamp(2.6rem, 4.2vw, 4.65rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

body.re-page-home .re-hero h1 {
  max-width: 760px !important;
  margin: 0;
  color: var(--re-text);
  font-size: clamp(2rem, 2.45vw, 2.85rem) !important;
  line-height: 1.08 !important;
  font-weight: 500;
  letter-spacing: 0 !important;
}

body.re-page-home .re-hero__body {
  max-width: 640px;
  margin-top: 26px;
  color: #8d95a3;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.5;
  letter-spacing: 0;
}

body.re-page-home .re-hero__support {
  margin-top: 34px;
  color: #596171;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.re-page-home .re-stat-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-radius: 8px;
  background: rgba(7, 8, 10, 0.64);
}

body.re-page-home .re-stat-strip article {
  min-height: 116px;
  padding: 20px 22px;
}

body.re-page-home .re-stat-strip span {
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
}

body.re-page-home .re-stat-strip strong {
  color: var(--re-risk);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.2;
}

body.re-page-home .re-stat-strip em {
  display: block;
  margin-top: 8px;
  color: var(--re-accent);
  font-size: 0.7rem;
  font-style: normal;
}

body.re-page-home .re-section {
  min-height: auto;
  padding: clamp(78px, 10vw, 112px) 0;
  display: grid;
  align-items: start;
}

body.re-page-home .re-eyebrow {
  margin-bottom: 32px;
  color: #6b7280;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

body.re-page-home .re-section__head {
  max-width: 640px;
  margin-bottom: 36px;
}

body.re-page-home .re-section__head h2,
body.re-page-home .re-final-cta h2 {
  max-width: 640px;
  font-size: clamp(1.85rem, 2.65vw, 2.65rem) !important;
  line-height: 1.1 !important;
  font-weight: 500;
  letter-spacing: 0;
}

body.re-page-home .re-section__head p:not(.re-eyebrow),
body.re-page-home .re-rich-copy p,
body.re-page-home .re-final-cta p {
  color: #8d95a3;
  font-size: 0.98rem;
  line-height: 1.7;
}

body.re-page-home .re-vision-grid {
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: 72px;
  padding: clamp(28px, 4vw, 44px) 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(143, 211, 181, 0.065), transparent 46%),
    rgba(7, 8, 10, 0.58);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(1.14);
}

body.re-page-home .re-rich-copy {
  max-width: 420px;
  align-self: end;
  padding-top: 92px;
}

body.re-page-home .re-process-grid,
body.re-page-home .re-token-grid,
body.re-page-home .re-start-grid {
  position: relative;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(143, 211, 181, 0.06), transparent 52%),
    rgba(7, 8, 10, 0.62);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(1.14);
}

body.re-page-home .re-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.re-page-home .re-process-grid::before,
body.re-page-home .re-process-grid::after {
  width: 42px;
  height: 42px;
  border-color: #ff2434;
  opacity: 0.9;
}

body.re-page-home .re-process-card,
body.re-page-home .re-token-card,
body.re-page-home .re-start-card {
  min-height: 278px;
  padding: 54px 40px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.re-page-home .re-process-card:last-child,
body.re-page-home .re-token-card:last-child,
body.re-page-home .re-start-card:last-child {
  border-right: 0;
}

body.re-page-home .re-process-card span,
body.re-page-home .re-token-card span,
body.re-page-home .re-start-card span {
  display: block;
  margin-bottom: 22px;
  color: #6b7280;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.re-page-home .re-process-card h3,
body.re-page-home .re-token-card h3,
body.re-page-home .re-start-card h3 {
  margin: 0;
  color: var(--re-text);
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 600;
}

body.re-page-home .re-process-card p,
body.re-page-home .re-token-card p,
body.re-page-home .re-start-card p {
  max-width: 290px;
  margin-top: 22px;
  color: #7f8796;
  font-size: 0.92rem;
  line-height: 1.65;
}

body.re-page-home .re-token-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.re-page-home .re-start-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 64px;
  align-items: start;
}

body.re-page-home .re-start-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.re-page-home .re-final-cta {
  min-height: auto;
  padding: clamp(82px, 10vw, 116px) 0;
  display: grid;
  align-items: start;
}

body.re-page-home .re-final-cta .re-shell {
  max-width: 1240px;
  padding: clamp(54px, 7vw, 92px) 56px;
  border-radius: 10px;
}

body.re-page-home .re-button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

@media (max-width: 1080px) {
  body.re-page-home .re-shell,
  body.re-page-home .re-header__inner,
  body.re-page-home .re-vision-grid,
  body.re-page-home .re-final-cta .re-shell {
    padding-inline: 28px;
  }

  body.re-page-home .re-process-grid,
  body.re-page-home .re-token-grid,
  body.re-page-home .re-start-layout,
  body.re-page-home .re-start-grid {
    grid-template-columns: 1fr;
  }

  body.re-page-home .re-process-card,
  body.re-page-home .re-token-card,
  body.re-page-home .re-start-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  body.re-page-home .re-process-card:last-child,
  body.re-page-home .re-token-card:last-child,
  body.re-page-home .re-start-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  body.re-page-home .re-shell,
  body.re-page-home .re-header__inner,
  body.re-page-home .re-vision-grid,
  body.re-page-home .re-final-cta .re-shell {
    width: min(100%, 100%);
    padding-inline: 18px;
  }

  body.re-page-home .re-header__inner {
    grid-template-columns: 1fr auto;
  }

  body.re-page-home .re-nav {
    grid-column: 1 / -1;
    width: 100%;
    gap: 22px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  body.re-page-home .re-header__actions {
    gap: 10px;
  }

  body.re-page-home .re-header__link {
    min-height: 34px;
    font-size: 0.72rem;
  }

  body.re-page-home .re-header__cta {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.72rem;
  }

  body.re-page-home .re-hero {
    min-height: auto;
    padding: 88px 0 64px;
  }

  .re-hero-lockup {
    gap: 12px;
  }

  .re-hero-lockup__mark {
    width: 34px;
    height: 34px;
  }

  .re-hero-lockup strong {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  body.re-page-home .re-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  body.re-page-home .re-hero__body {
    font-size: clamp(0.98rem, 4.4vw, 1.1rem);
  }

  body.re-page-home .re-stat-strip {
    grid-template-columns: 1fr;
  }

  body.re-page-home .re-section,
  body.re-page-home .re-final-cta {
    min-height: auto;
    padding: 88px 0;
  }

  body.re-page-home .re-section__head h2,
  body.re-page-home .re-final-cta h2 {
    font-size: clamp(1.85rem, 8vw, 2.5rem) !important;
  }

  body.re-page-home .re-process-card,
  body.re-page-home .re-token-card,
  body.re-page-home .re-start-card {
    min-height: 0;
    padding: 34px 26px;
  }
}

/* Public subpage quality pass: keep the pages compressed, technical, and visibly segmented. */
body.re-site:not(.re-page-home) {
  font-size: 14px;
  line-height: 1.58;
}

body.re-site:not(.re-page-home) .re-header {
  padding: 0;
  background: rgba(4, 6, 7, 0.78) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

body.re-site:not(.re-page-home) .re-header__inner {
  width: min(100%, 1240px);
  min-height: 58px;
  padding: 0 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.re-site:not(.re-page-home) .re-brand__text strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

body.re-site:not(.re-page-home) .re-nav {
  gap: clamp(18px, 2.2vw, 32px);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

body.re-site:not(.re-page-home) .re-header__link,
body.re-site:not(.re-page-home) .re-header__cta {
  min-height: 38px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

body.re-site:not(.re-page-home) .re-header__cta {
  border-radius: 0;
  background: rgba(246, 248, 245, 0.94) !important;
  border-color: rgba(246, 248, 245, 0.94);
  color: #030506;
}

body.re-site:not(.re-page-home) .re-subpage-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 10vw, 124px) 0 clamp(38px, 6vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.re-site:not(.re-page-home) .re-subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(143, 211, 181, 0.12), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(122, 162, 199, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(3, 5, 6, 0.08), rgba(3, 5, 6, 0.48));
}

body.re-site:not(.re-page-home) .re-subpage-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(143, 211, 181, 0.52), transparent);
}

body.re-site:not(.re-page-home) .re-compact-hero__grid,
body.re-site:not(.re-page-home) .re-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.36fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
}

body.re-site:not(.re-page-home) .re-compact-hero h1,
body.re-site:not(.re-page-home) .re-page-hero h1 {
  max-width: 820px !important;
  font-size: clamp(2.05rem, 3.3vw, 3.18rem) !important;
  line-height: 1.06 !important;
  font-weight: 560;
  letter-spacing: -0.015em !important;
}

body.re-site:not(.re-page-home) .re-compact-hero p:not(.re-eyebrow),
body.re-site:not(.re-page-home) .re-page-hero p:not(.re-eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: #9aa4b1;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.6;
}

body.re-site:not(.re-page-home) .re-eyebrow {
  margin-bottom: 18px;
  color: #738073;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
}

.re-compact-hero__module,
.re-page-hero__module {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(226, 235, 229, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 0 0, rgba(143, 211, 181, 0.1), transparent 38%),
    rgba(7, 8, 10, 0.68);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px) saturate(1.15);
}

.re-compact-hero__module::before,
.re-page-hero__module::before {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border-top: 1px solid rgba(143, 211, 181, 0.22);
  border-left: 1px solid rgba(143, 211, 181, 0.16);
  opacity: 0.8;
}

.re-compact-hero__module > span,
.re-page-hero__module > span {
  display: block;
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.re-compact-hero__module > strong,
.re-page-hero__module > strong {
  display: block;
  color: var(--re-text);
  font-size: 1.04rem;
  font-weight: 600;
}

.re-compact-hero__module ul {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.re-compact-hero__module li {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.re-compact-hero__module li span {
  color: var(--re-accent);
  font-size: 0.78rem;
}

.re-compact-hero__module li em {
  color: #9aa4b1;
  font-style: normal;
  font-size: 0.78rem;
  text-align: right;
}

.re-page-hero__module p {
  margin: 48px 0 0 !important;
  color: #9aa4b1 !important;
  font-size: 0.86rem !important;
}

body.re-site:not(.re-page-home) .re-compact-section,
body.re-site:not(.re-page-home) .re-section {
  padding: clamp(50px, 7vw, 86px) 0;
}

body.re-site:not(.re-page-home) .re-section__head {
  max-width: 690px;
  margin-bottom: 26px;
}

body.re-site:not(.re-page-home) .re-section__head h2,
body.re-site:not(.re-page-home) .re-visual-panel h2,
body.re-site:not(.re-page-home) .re-final-cta h2 {
  font-size: clamp(1.48rem, 2.25vw, 2.22rem) !important;
  line-height: 1.14 !important;
  font-weight: 560;
}

body.re-site:not(.re-page-home) .re-section__head p:not(.re-eyebrow),
body.re-site:not(.re-page-home) .re-final-cta p {
  color: #8b94a0;
  font-size: 0.94rem;
  line-height: 1.62;
}

body.re-site:not(.re-page-home) .re-compact-stat-strip {
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(143, 211, 181, 0.045), transparent 34%),
    rgba(7, 8, 10, 0.68);
}

body.re-site:not(.re-page-home) .re-compact-stat-strip article {
  min-height: 106px;
  padding: 18px;
}

body.re-site:not(.re-page-home) .re-compact-stat-strip span {
  margin-bottom: 16px;
  color: var(--re-text);
  font-size: 0.82rem;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.re-site:not(.re-page-home) .re-compact-stat-strip strong {
  color: #7f8796;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
}

body.re-site:not(.re-page-home) .re-compact-card-grid,
body.re-site:not(.re-page-home) .re-card-grid {
  gap: 12px;
}

body.re-site:not(.re-page-home) .re-compact-card,
body.re-site:not(.re-page-home) .re-card {
  position: relative;
  min-height: 174px;
  padding: 22px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(13, 18, 19, 0.74), rgba(5, 8, 9, 0.58)),
    rgba(7, 8, 10, 0.62);
}

body.re-site:not(.re-page-home) .re-compact-card::after,
body.re-site:not(.re-page-home) .re-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 211, 181, 0.45), transparent);
  opacity: 0.8;
}

body.re-site:not(.re-page-home) .re-compact-card h3,
body.re-site:not(.re-page-home) .re-card h3 {
  font-size: 1.02rem;
  line-height: 1.3;
  font-weight: 600;
}

body.re-site:not(.re-page-home) .re-compact-card p,
body.re-site:not(.re-page-home) .re-card p {
  color: #858e9b;
  font-size: 0.88rem;
  line-height: 1.6;
}

body.re-site:not(.re-page-home) .re-visual-panel {
  min-height: 260px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 68% 50%, rgba(122, 162, 199, 0.12), transparent 38%),
    linear-gradient(135deg, rgba(143, 211, 181, 0.06), transparent 44%),
    rgba(7, 8, 10, 0.66);
}

body.re-site:not(.re-page-home) .re-visual-flow span {
  min-height: 42px;
  border-radius: 7px;
  color: #dce5df;
  font-size: 0.76rem;
}

body.re-site:not(.re-page-home) .re-final-cta {
  padding: clamp(52px, 7vw, 92px) 0;
}

body.re-site:not(.re-page-home) .re-final-cta .re-shell {
  max-width: 1120px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 211, 181, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(13, 18, 19, 0.74), rgba(5, 8, 9, 0.62));
}

body.re-site:not(.re-page-home) .re-lead-form {
  border-radius: 10px;
}

@media (max-width: 1080px) {
  body.re-site:not(.re-page-home) .re-header__inner {
    padding-inline: 24px;
  }

  body.re-site:not(.re-page-home) .re-compact-hero__grid,
  body.re-site:not(.re-page-home) .re-page-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  body.re-site:not(.re-page-home) .re-header__inner {
    width: 100%;
    padding-inline: 16px;
  }

  body.re-site:not(.re-page-home) .re-subpage-hero {
    padding: 58px 0 34px;
  }

  body.re-site:not(.re-page-home) .re-compact-hero h1,
  body.re-site:not(.re-page-home) .re-page-hero h1 {
    font-size: clamp(1.78rem, 8.5vw, 2.45rem) !important;
  }

  .re-compact-hero__module,
  .re-page-hero__module {
    min-height: 0;
    padding: 18px;
  }

  .re-compact-hero__module li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .re-compact-hero__module li em {
    text-align: left;
  }

  body.re-site:not(.re-page-home) .re-compact-stat-strip article {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .re-button,
  .re-product-card {
    transition: none;
  }
}
