﻿.reci-products-preview {
  margin: 0;
}

.reci-products-shell {
  --reci-products-bg: #f6f8fb;
  --reci-products-surface: rgba(255, 255, 255, 0.8);
  --reci-products-surface-strong: #ffffff;
  --reci-products-surface-soft: #edf3f8;
  --reci-products-ink: #1c2430;
  --reci-products-ink-soft: #667284;
  --reci-products-line: rgba(28, 36, 48, 0.08);
  --reci-products-line-strong: rgba(28, 36, 48, 0.16);
  --reci-products-navy: #24384f;
  --reci-products-bluegreen: #6488af;
  --reci-products-teal: #7498be;
  --reci-products-teal-soft: rgba(100, 136, 175, 0.16);
  --reci-products-re: #6488af;
  --reci-products-rms-orange: #de9b5f;
  --reci-products-rms-lime: #b0c25d;
  --reci-products-bms: #cf86aa;
  --reci-products-alms: #9a745c;
  --reci-products-shadow: 0 20px 55px rgba(36, 56, 79, 0.08);
  --reci-products-radius-lg: 26px;
  --reci-products-radius-md: 20px;
  --reci-products-container: min(1200px, calc(100vw - 40px));
  overflow: clip;
  color: var(--reci-products-ink);
  --reci-products-heading: "Segoe UI Variable Display", "Yu Gothic UI", "Hiragino Sans", sans-serif;
  font-family: Meiryo, "Yu Gothic UI", "Hiragino Sans", sans-serif;
  line-height: 1.7;
  background:
    radial-gradient(circle at top left, rgba(122, 158, 195, 0.16), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(222, 155, 95, 0.06), transparent 24%),
    radial-gradient(circle at 78% 24%, rgba(216, 144, 179, 0.06), transparent 22%),
    radial-gradient(circle at 86% 12%, rgba(190, 211, 231, 0.2), transparent 20%),
    linear-gradient(180deg, #fbfcfe 0%, var(--reci-products-bg) 48%, #f2f5f9 100%);
}

.reci-products-shell *,
.reci-products-shell *::before,
.reci-products-shell *::after {
  box-sizing: border-box;
}

.reci-products-shell a {
  color: inherit;
  text-decoration: none;
}

.reci-products-shell a:focus-visible,
.reci-products-shell button:focus-visible {
  outline: 3px solid rgba(107, 149, 189, 0.34);
  outline-offset: 3px;
}

.reci-products-shell p,
.reci-products-shell h1,
.reci-products-shell h2,
.reci-products-shell h3,
.reci-products-shell h4,
.reci-products-shell ul {
  margin-top: 0;
}

.reci-products-shell ul {
  padding-left: 1.1rem;
}

.reci-products-container {
  width: var(--reci-products-container);
  margin: 0 auto;
}

.reci-products-site-header {
  position: relative;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid rgba(28, 36, 48, 0.08);
  box-shadow: 0 10px 28px rgba(36, 56, 79, 0.04);
}

.reci-products-header-inner {
  display: grid;
  gap: 0;
}

.reci-products-site-header-main {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(28, 36, 48, 0.08);
}

.reci-products-header-row {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.reci-products-header-row-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reci-products-corp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.reci-products-corp-logo {
  display: inline-flex;
  align-items: baseline;
  font-family: "Segoe UI Variable Display", "Yu Gothic UI", sans-serif;
  font-size: clamp(1.55rem, 1.9vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  transform: translateY(7px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.reci-products-corp-logo-main {
  color: #646464;
}

.reci-products-corp-logo-accent {
  color: var(--reci-products-re);
}

.reci-products-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reci-products-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.reci-products-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #385372 0%, #6a8db3 100%);
  color: #fff;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 24px rgba(36, 56, 79, 0.12);
}

.reci-products-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.reci-products-brand-text strong {
  font-size: 1.02rem;
  letter-spacing: 0.08em;
}

.reci-products-brand-text small {
  color: var(--reci-products-ink-soft);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reci-products-header-panel,
.reci-products-site-nav,
.reci-products-header-actions,
.reci-products-hero-actions,
.reci-products-cta-points {
  display: flex;
  align-items: center;
}

.reci-products-header-panel {
  display: grid;
  gap: 0;
}

.reci-products-header-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 0;
  color: var(--reci-products-ink-soft);
  font-size: 0.74rem;
  white-space: nowrap;
}

.reci-products-header-utility a {
  position: relative;
  transition: color 180ms ease;
}

.reci-products-header-utility a + a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: rgba(28, 36, 48, 0.16);
  transform: translateY(-50%);
}

.reci-products-header-utility a:hover,
.reci-products-header-utility a:focus-visible {
  color: var(--reci-products-navy);
}

.reci-products-header-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}

.reci-products-search-label input {
  width: 104px;
  height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(28, 36, 48, 0.18);
  border-radius: 999px;
  font: inherit;
  background: rgba(246, 249, 252, 0.9);
}

.reci-products-header-search button {
  width: 22px;
  height: 22px;
  border: 0;
  background:
    radial-gradient(circle at center, transparent 6px, transparent 6px),
    none;
  position: relative;
  cursor: pointer;
}

.reci-products-header-search button::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 1.5px solid #111;
  border-radius: 50%;
}

.reci-products-header-search button::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 6px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  transform-origin: center;
}

.reci-products-global-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid rgba(28, 36, 48, 0.06);
  border-left: 1px solid rgba(28, 36, 48, 0.08);
}

.reci-products-global-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 8px;
  border-right: 1px solid rgba(28, 36, 48, 0.08);
  color: #111;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease;
}

.reci-products-global-link:hover,
.reci-products-global-link:focus-visible,
.reci-products-global-link.is-current {
  color: var(--reci-products-re);
  background: rgba(122, 158, 195, 0.06);
}

.reci-products-global-link--has-children::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.reci-products-breadcrumb-bar {
  background: #fff;
}

.reci-products-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  color: var(--reci-products-ink-soft);
  font-size: 0.68rem;
}

.reci-products-page-title-bar {
  background: #8db7d8;
}

.reci-products-page-title-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.reci-products-page-title-inner p {
  margin: 0;
  color: #fff;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.reci-products-page-title-inner span {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Segoe UI Variable Display", "Yu Gothic UI", sans-serif;
  font-size: clamp(1.28rem, 2.1vw, 1.86rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.reci-products-site-nav {
  gap: 24px;
  color: var(--reci-products-ink-soft);
  font-size: 0.95rem;
}

.reci-products-site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.reci-products-site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--reci-products-teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.reci-products-site-nav a:hover::after,
.reci-products-site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.reci-products-site-nav a:hover,
.reci-products-site-nav a:focus-visible {
  color: var(--reci-products-navy);
}

.reci-products-header-actions,
.reci-products-hero-actions,
.reci-products-cta-points {
  gap: 12px;
}

.reci-products-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.reci-products-button:hover,
.reci-products-button:focus-visible {
  transform: translateY(-2px);
}

.reci-products-button--primary {
  background: linear-gradient(135deg, #6f96bc 0%, #8eb3d5 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(107, 149, 189, 0.22);
}

.reci-products-button--ghost {
  border: 1px solid var(--reci-products-line-strong);
  background: rgba(255, 255, 255, 0.56);
}

.reci-products-button--ghost-dark {
  border: 1px solid rgba(90, 118, 145, 0.16);
  color: var(--reci-products-navy);
  background: rgba(255, 255, 255, 0.84);
}

.reci-products-menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(28, 36, 48, 0.14);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.reci-products-menu-toggle span {
  display: block;
  width: 15px;
  height: 2px;
  margin: 2.5px auto;
  background: var(--reci-products-ink);
  border-radius: 999px;
}

.reci-products-hero {
  position: relative;
  padding: 56px 0 52px;
}

.reci-products-hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.96), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.88), transparent 22%),
    linear-gradient(135deg, rgba(245, 249, 253, 0.98) 0%, rgba(230, 239, 247, 0.94) 48%, rgba(247, 250, 253, 0.98) 100%);
  clip-path: ellipse(120% 100% at 50% 0%);
}

.reci-products-hero-backdrop::before,
.reci-products-hero-backdrop::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.reci-products-hero-backdrop::before {
  top: 70px;
  right: 12%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.94), transparent 68%);
}

.reci-products-hero-backdrop::after {
  left: 6%;
  bottom: 28px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.72), transparent 70%);
}

.reci-products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(118, 150, 182, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 150, 182, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.42;
  clip-path: ellipse(120% 100% at 50% 0%);
}

.reci-products-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 54px;
  align-items: center;
  margin-bottom: 30px;
}

.reci-products-eyebrow,
.reci-products-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #5f84ad;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.reci-products-eyebrow::before,
.reci-products-section-label::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background:
    radial-gradient(circle at center, #86a9d6 0 5px, transparent 6px),
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(239, 246, 255, 0.94));
  border: 1px solid rgba(134, 169, 214, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}

.reci-products-section-label--light {
  color: #6f94b7;
}

.reci-products-hero-copy,
.reci-products-hero-visual {
  color: var(--reci-products-ink);
}

.reci-products-hero-copy h1,
.reci-products-section-heading h2,
.reci-products-feature-copy h2,
.reci-products-cta-panel h2,
.reci-products-hero-platform h1,
.reci-products-hero-platform h2 {
  font-family: var(--reci-products-heading);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.reci-products-hero-copy h1 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  font-weight: 900;
  color: var(--reci-products-navy);
  text-shadow: 0 8px 18px rgba(255, 255, 255, 0.42);
}

.reci-products-hero-lead {
  max-width: 640px;
  margin-bottom: 0;
  color: #506070;
  font-size: 1rem;
}

.reci-products-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.reci-products-hero-points span,
.reci-products-cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 700;
}

.reci-products-hero-points span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.reci-products-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.reci-products-stat-strip li {
  padding: 18px 18px 16px;
  border-radius: var(--reci-products-radius-md);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 43, 69, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(17, 43, 69, 0.08);
}

.reci-products-stat-strip strong {
  display: block;
  font-size: 1.08rem;
  color: var(--reci-products-navy);
}

.reci-products-stat-strip span {
  color: var(--reci-products-ink-soft);
  font-size: 0.88rem;
}

.reci-products-hero-visual {
  position: relative;
  min-height: 540px;
}

.reci-products-hero-platform {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  padding: 34px 36px;
  border-radius: 30px;
  max-width: 1120px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 251, 254, 0.72));
  border: 1px solid rgba(134, 164, 191, 0.18);
  box-shadow: 0 26px 70px rgba(87, 120, 153, 0.08);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.reci-products-hero-platform::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(111, 148, 183, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 148, 183, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 90%);
  pointer-events: none;
}

.reci-products-hero-platform-copy,
.reci-products-hero-platform-side {
  position: relative;
  z-index: 1;
}

.reci-products-hero-platform-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.reci-products-hero-platform-copy.reci-products-overview-heading {
  max-width: none;
  text-align: left;
}

.reci-products-hero-platform h1,
.reci-products-hero-platform h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  color: var(--reci-products-navy);
  letter-spacing: -0.02em;
}

.reci-products-hero-platform p {
  color: #556476;
  margin-bottom: 0;
}

.reci-products-hero-concept {
  max-width: 680px;
  color: var(--reci-products-ink-soft);
  line-height: 1.8;
}

.reci-products-hero-concept--sub {
  margin-top: 10px;
}

.reci-products-hero-platform-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reci-products-hero-visual-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: 20px 16px 24px;
  border-radius: 32px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(244, 248, 253, 0.9) 68%);
  border: 1px solid rgba(122, 158, 195, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 46px rgba(17, 43, 69, 0.06);
  overflow: visible;
}

.reci-products-hero-diagram {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 64 / 34;
}

.reci-products-hero-node,
.reci-products-hero-link {
  position: absolute;
  z-index: 1;
}

.reci-products-hero-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(122, 158, 195, 0.14);
  color: #6e90b7;
  font-size: 0.82rem;
  font-weight: 800;
  z-index: 3;
  box-shadow: 0 12px 26px rgba(17, 43, 69, 0.05);
}

.reci-products-hero-node--crm {
  top: 2.94%;
  left: -0.5%;
}

.reci-products-hero-node--ma {
  top: 0.59%;
  right: -0.5%;
}

.reci-products-hero-node--home {
  top: 40%;
  left: -5.5%;
}

.reci-products-hero-node--bi {
  top: 41.18%;
  right: -3.5%;
}

.reci-products-hero-link {
  height: 0;
  border-top: 2px dashed rgba(122, 158, 195, 0.52);
  transform-origin: left center;
}

.reci-products-hero-link--crm {
  top: 22.35%;
  left: 14.2%;
  width: 25.8%;
  transform: rotate(12deg);
}

.reci-products-hero-link--ma {
  top: 21.76%;
  right: 15.31%;
  width: 24.06%;
  transform: rotate(-14deg);
}

.reci-products-hero-link--home {
  top: 57.65%;
  left: 16.8%;
  width: 27.5%;
  transform: rotate(-6deg);
}

.reci-products-hero-link--bi {
  top: 58.24%;
  right: 13.8%;
  width: 24.8%;
  transform: rotate(6deg);
}

.reci-products-hero-console {
  position: absolute;
  top: 10%;
  left: 50%;
  display: grid;
  grid-template-columns: 70px 1fr;
  width: 67.19%;
  min-height: 68.82%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 252, 0.94));
  border: 1px solid rgba(102, 134, 172, 0.18);
  box-shadow: 0 22px 50px rgba(17, 43, 69, 0.1);
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
}

.reci-products-hero-console-rail {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px 18px;
  background: linear-gradient(180deg, #5376a4, #6286b6);
}

.reci-products-hero-console-rail span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.reci-products-hero-console-main {
  padding: 22px 20px 18px;
}

.reci-products-hero-console-main strong {
  display: block;
  color: #5a7fb0;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.reci-products-hero-console-bars {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.reci-products-hero-console-bars span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 158, 195, 0.32), rgba(225, 233, 244, 0.7));
}

.reci-products-hero-console-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.reci-products-hero-console-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(245, 248, 252, 0.98);
  border: 1px solid rgba(122, 158, 195, 0.16);
  color: #6a86a3;
  font-size: 0.72rem;
  font-weight: 700;
}

.reci-products-hero-base {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 76%;
  height: 9.41%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(224, 232, 243, 0.92), rgba(206, 219, 237, 0.76));
  transform: translateX(-50%);
  z-index: 0;
  box-shadow: 0 18px 38px rgba(122, 158, 195, 0.16);
}

.reci-products-hero-base span {
  position: absolute;
  left: 50%;
  top: -12px;
  width: 126px;
  height: 12px;
  border-radius: 999px;
  background: rgba(212, 223, 238, 0.88);
  transform: translateX(-50%);
}

.reci-products-hero-philosophy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.reci-products-hero-philosophy-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(122, 158, 195, 0.12);
  box-shadow: 0 14px 32px rgba(17, 43, 69, 0.05);
}

.reci-products-hero-philosophy-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(122, 158, 195, 0.14);
  color: #6f7f95;
  font-size: 0.76rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.92);
  color: #6f7f95;
  overflow: hidden;
  flex-shrink: 0;
}

.reci-products-hero-philosophy-card strong {
  display: block;
  color: #51566a;
  font-size: 0.98rem;
  line-height: 1.4;
}

.reci-products-hero-philosophy-card p {
  margin: 6px 0 0;
  color: #6d7488;
  font-size: 0.84rem;
  line-height: 1.55;
}

.reci-products-hero-philosophy-icon::before,
.reci-products-hero-philosophy-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reci-products-hero-philosophy-icon--efficiency::before {
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.reci-products-hero-philosophy-icon--efficiency::after {
  width: 8px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -4px 0 currentColor, 0 4px 0 currentColor;
}

.reci-products-hero-philosophy-icon--sales::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: transparent;
  top: 38%;
}

.reci-products-hero-philosophy-icon--sales::after {
  width: 14px;
  height: 8px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: transparent;
  top: 68%;
}

.reci-products-hero-philosophy-icon--share::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -6px 6px 0 currentColor, 6px 6px 0 currentColor;
}

.reci-products-hero-philosophy-icon--share::after {
  width: 14px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  border-radius: 8px 8px 0 0;
  background: transparent;
  top: 57%;
}

.reci-products-hero-philosophy-icon--control::before {
  width: 12px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 4px 4px 6px 6px;
}

.reci-products-hero-philosophy-icon--control::after {
  width: 6px;
  height: 4px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  top: 34%;
}

.reci-products-integration-diagram {
  position: relative;
  min-height: 540px;
  padding: 26px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.96), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.94));
  border: 1px solid rgba(25, 40, 55, 0.08);
  box-shadow: 0 18px 48px rgba(26, 44, 62, 0.06);
  overflow: hidden;
}

.reci-products-system-map {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
}

.reci-products-system-meta {
  margin: 0;
  color: rgba(106, 141, 179, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.reci-products-system-chip-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.reci-products-system-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(25, 40, 55, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(36, 56, 79, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.reci-products-system-chip--ma {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(25, 40, 55, 0.08);
  color: rgba(36, 56, 79, 0.78);
}

.reci-products-system-chip--bi {
  background: rgba(240, 247, 253, 0.92);
  border-color: rgba(122, 158, 195, 0.14);
  color: var(--reci-products-re);
}

.reci-products-system-chip--portal {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(25, 40, 55, 0.08);
  color: rgba(36, 56, 79, 0.78);
}

.reci-products-system-chip--accounting {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(25, 40, 55, 0.08);
  color: rgba(36, 56, 79, 0.78);
}

.reci-products-system-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.reci-products-system-grid::before,
.reci-products-system-grid::after {
  display: none;
}

.reci-products-system-box {
  position: relative;
  z-index: 1;
  min-height: 210px;
  padding: 24px 24px 20px;
  border-radius: 30px;
  border: 1px solid rgba(25, 40, 55, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(36, 56, 79, 0.04);
}

.reci-products-system-box strong,
.reci-products-system-box small,
.reci-products-system-box p {
  display: block;
  position: relative;
  z-index: 1;
}

.reci-products-system-box small {
  color: rgba(106, 141, 179, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reci-products-system-box strong {
  margin-top: 22px;
  color: var(--reci-products-navy);
  font-size: 1.88rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.reci-products-system-box p {
  margin: 16px 0 0;
  color: var(--reci-products-ink-soft);
  font-size: 0.88rem;
  line-height: 1.7;
}

.reci-products-system-box--re {
  background:
    radial-gradient(circle at 16% 0%, rgba(122, 158, 195, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(252, 253, 255, 0.98), rgba(255, 255, 255, 0.94));
}

.reci-products-system-box--re strong {
  color: var(--reci-products-re);
}

.reci-products-system-box--bms {
  background:
    radial-gradient(circle at 16% 0%, rgba(216, 144, 179, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(252, 253, 255, 0.98), rgba(255, 255, 255, 0.94));
}

.reci-products-system-box--bms strong {
  color: var(--reci-products-bms);
}

.reci-products-integration-ring {
  position: absolute;
  inset: 108px 60px 130px;
  border-radius: 50%;
  border: 1px solid rgba(132, 164, 191, 0.18);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.92), transparent 46%),
    rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.28);
}

.reci-products-integration-ring--inner {
  inset: 150px 114px 170px;
  border-color: rgba(132, 164, 191, 0.14);
  box-shadow: none;
  background: transparent;
}

.reci-products-integration-caption {
  position: absolute;
  box-shadow: var(--reci-products-shadow);
}

.reci-products-integration-node {
  width: 156px;
  min-height: 78px;
  padding: 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(122, 158, 195, 0.16);
  color: var(--reci-products-navy);
  text-align: center;
}

.reci-products-integration-node::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 60%);
  pointer-events: none;
}

.reci-products-integration-node span {
  position: relative;
  display: block;
  font-family: var(--reci-products-heading);
  font-size: 1rem;
  font-weight: 700;
}

.reci-products-integration-node small {
  position: relative;
  display: block;
  margin-top: 6px;
  color: var(--reci-products-ink-soft);
  font-size: 0.74rem;
  line-height: 1.45;
}

.reci-products-integration-node--ma {
  top: 54px;
  left: 58px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 241, 247, 0.96));
  border-color: rgba(216, 144, 179, 0.2);
}

.reci-products-integration-node--bi {
  top: 42px;
  right: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 244, 251, 0.96));
  border-color: rgba(122, 158, 195, 0.22);
}

.reci-products-integration-node--profit {
  bottom: 126px;
  left: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 235, 0.96));
  border-color: rgba(184, 201, 106, 0.24);
}

.reci-products-integration-node--accounting {
  right: 24px;
  bottom: 114px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 234, 0.96));
  border-color: rgba(154, 116, 92, 0.22);
}

.reci-products-integration-node--ma span {
  color: var(--reci-products-bms);
}

.reci-products-integration-node--bi span {
  color: var(--reci-products-re);
}

.reci-products-integration-node--profit span {
  color: #879545;
}

.reci-products-integration-node--accounting span {
  color: var(--reci-products-alms);
}

.reci-products-integration-caption {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(25, 40, 55, 0.08);
  backdrop-filter: blur(16px);
  transform: none;
  text-align: center;
  box-shadow: 0 8px 22px rgba(36, 56, 79, 0.04);
}

.reci-products-integration-caption span {
  display: block;
  color: rgba(106, 141, 179, 0.78);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reci-products-integration-caption strong {
  display: block;
  margin-top: 5px;
  font-size: 0.88rem;
  color: var(--reci-products-navy);
  font-weight: 600;
}

.reci-products-signal-card {
  position: absolute;
  width: 220px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--reci-products-shadow);
  color: #fff;
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.reci-products-signal-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(133, 173, 208, 0.26), transparent 70%);
}

.reci-products-signal-card span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.reci-products-signal-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
}

.reci-products-signal-card--top {
  top: 24px;
  right: 26px;
}

.reci-products-signal-card--bottom {
  left: 10px;
  bottom: 34px;
}

.reci-products-transaction-orbit {
  position: absolute;
  inset: 84px 32px 86px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at center, rgba(133, 173, 208, 0.22), transparent 44%),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.02);
}

.reci-products-orbit-core,
.reci-products-orbit-node {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--reci-products-shadow);
}

.reci-products-orbit-core {
  top: 50%;
  left: 50%;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(17, 43, 69, 0.96), rgba(107, 149, 189, 0.92));
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.reci-products-orbit-core small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.reci-products-orbit-core strong {
  display: block;
  margin-top: 8px;
  font-size: 1.16rem;
}

.reci-products-orbit-node {
  width: 132px;
  min-height: 64px;
  padding: 0 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--reci-products-navy);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.reci-products-orbit-node--top {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.reci-products-orbit-node--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.reci-products-orbit-node--bottom {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.reci-products-orbit-node--left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reci-products-summary-band {
  position: relative;
  margin-top: -8px;
  padding: 0 0 28px;
}

.reci-products-summary-shell {
  display: grid;
  gap: 24px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 249, 252, 0.94));
  border: 1px solid rgba(17, 43, 69, 0.08);
  box-shadow: 0 22px 60px rgba(17, 43, 69, 0.1);
  position: relative;
  overflow: hidden;
}

.reci-products-summary-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(107, 149, 189, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 149, 189, 0.05) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 88%);
  pointer-events: none;
}

.reci-products-summary-shell::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(133, 173, 208, 0.2), transparent 72%);
  pointer-events: none;
}

.reci-products-summary-band .reci-products-hero-points span {
  background: rgba(107, 149, 189, 0.1);
  border: 1px solid rgba(107, 149, 189, 0.16);
  color: var(--reci-products-navy);
}

.reci-products-section {
  padding: 84px 0;
  position: relative;
  scroll-margin-top: 110px;
}

.reci-products-section--soft {
  background: rgba(255, 255, 255, 0.48);
}

.reci-products-section::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: min(1200px, calc(100vw - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 43, 69, 0.09), transparent);
  transform: translateX(-50%);
}

.reci-products-section-heading,
.reci-products-overview-heading,
.reci-products-feature-copy {
  max-width: 760px;
  margin-bottom: 30px;
}

.reci-products-section-heading h2,
.reci-products-overview-heading h3,
.reci-products-feature-copy h2,
.reci-products-cta-panel h2 {
  margin: 8px 0 0;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  color: var(--reci-products-navy);
  letter-spacing: -0.02em;
}

.reci-products-section-heading p,
.reci-products-overview-heading p,
.reci-products-feature-copy p,
.reci-products-architecture-card p,
.reci-products-domain-card p,
.reci-products-list,
.reci-products-solution-card p {
  color: var(--reci-products-ink-soft);
}

.reci-products-flow-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
}

.reci-products-flow-card,
.reci-products-architecture-card,
.reci-products-domain-card,
.reci-products-feature-card,
.reci-products-solution-card,
.reci-products-cta-panel {
  border-radius: var(--reci-products-radius-lg);
  background: var(--reci-products-surface);
  border: 1px solid var(--reci-products-line);
  box-shadow: var(--reci-products-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.reci-products-flow-card:hover,
.reci-products-architecture-card:hover,
.reci-products-domain-card:hover,
.reci-products-feature-card:hover,
.reci-products-solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 149, 189, 0.28);
  box-shadow: 0 28px 80px rgba(17, 43, 69, 0.14);
}

.reci-products-flow-card {
  position: relative;
  min-height: 148px;
  padding: 22px 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.92));
}

.reci-products-flow-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--reci-products-teal), rgba(133, 173, 208, 0.2));
}

.reci-products-flow-card:nth-child(2n)::before {
  background: linear-gradient(90deg, rgba(122, 158, 195, 0.78), rgba(184, 201, 106, 0.16));
}

.reci-products-flow-card:nth-child(3n)::before {
  background: linear-gradient(90deg, rgba(122, 158, 195, 0.78), rgba(216, 144, 179, 0.16));
}

.reci-products-flow-card:nth-child(5n)::before {
  background: linear-gradient(90deg, rgba(122, 158, 195, 0.78), rgba(154, 116, 92, 0.14));
}

.reci-products-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 24px;
  height: 2px;
  background: rgba(17, 43, 69, 0.14);
  transform: translateY(-50%);
}

.reci-products-flow-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--reci-products-teal-soft);
  color: var(--reci-products-teal);
  font-size: 0.76rem;
  font-weight: 800;
}

.reci-products-flow-card:nth-child(2n) span {
  background: rgba(184, 201, 106, 0.16);
  color: #7f8f3f;
}

.reci-products-flow-card:nth-child(3n) span {
  background: rgba(216, 144, 179, 0.14);
  color: #b3688d;
}

.reci-products-flow-card:nth-child(5n) span {
  background: rgba(154, 116, 92, 0.14);
  color: #8b654f;
}

.reci-products-flow-card strong {
  display: block;
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.5;
}

.reci-products-architecture-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.reci-products-architecture-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.reci-products-architecture-card:nth-child(1) {
  grid-column: span 2;
}

.reci-products-architecture-card:nth-child(2) {
  grid-column: span 1;
}

.reci-products-architecture-card:nth-child(3),
.reci-products-architecture-card:nth-child(4) {
  grid-column: span 1;
}

.reci-products-architecture-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 149, 189, 0.14), transparent 70%);
}

.reci-products-architecture-card--core {
  background: linear-gradient(160deg, rgba(17, 43, 69, 0.96), rgba(30, 91, 116, 0.86));
  color: #fff;
}

.reci-products-architecture-card--core p,
.reci-products-architecture-card--core strong {
  color: #fff;
}

.reci-products-architecture-label,
.reci-products-card-label {
  margin-bottom: 12px;
  color: var(--reci-products-teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reci-products-architecture-card strong {
  display: block;
  font-size: 1.08rem;
}

.reci-products-domain-grid,
.reci-products-solution-grid {
  display: grid;
  gap: 20px;
}

.reci-products-domain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reci-products-solution-grid {
  grid-template-columns: 1fr;
}

.reci-products-domain-card {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.reci-products-solution-card {
  padding: 18px 20px 16px;
  position: relative;
  overflow: hidden;
}

.reci-products-solution-icon {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid rgba(122, 158, 195, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: var(--reci-products-navy);
}

.reci-products-solution-icon::before,
.reci-products-solution-icon::after {
  content: "";
  position: absolute;
}

.reci-products-domain-card::before,
.reci-products-solution-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--reci-products-teal), rgba(133, 173, 208, 0.18));
}

.reci-products-domain-card::after {
  position: absolute;
  right: 20px;
  top: 16px;
  font-family: var(--reci-products-heading);
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(17, 43, 69, 0.06);
  pointer-events: none;
}

.reci-products-domain-card:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(229, 239, 248, 0.98));
}

.reci-products-domain-card:nth-child(1)::after {
  content: "01";
  color: rgba(100, 136, 175, 0.22);
}

.reci-products-domain-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 241, 245, 0.98));
}

.reci-products-domain-card:nth-child(2)::after {
  content: "02";
  color: rgba(207, 134, 170, 0.22);
}

.reci-products-domain-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(242, 248, 232, 0.98));
}

.reci-products-domain-card:nth-child(3)::after {
  content: "03";
  color: rgba(128, 157, 53, 0.22);
}

.reci-products-domain-head {
  margin-bottom: 0;
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(25, 40, 55, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.92));
}

.reci-products-domain-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 10px;
  background: var(--reci-products-teal-soft);
  color: var(--reci-products-teal);
  font-size: 0.74rem;
  font-weight: 800;
}

.reci-products-domain-card:nth-child(1)::before {
  background: linear-gradient(90deg, var(--reci-products-re), rgba(100, 136, 175, 0.22));
}

.reci-products-domain-card:nth-child(2) .reci-products-domain-tag {
  background: rgba(207, 134, 170, 0.16);
  color: #ac6084;
}

.reci-products-domain-card:nth-child(3) .reci-products-domain-tag {
  background: linear-gradient(135deg, rgba(188, 208, 111, 0.24), rgba(165, 193, 77, 0.2));
  color: #758b2e;
}

.reci-products-domain-card:nth-child(1) .reci-products-domain-tag {
  background: rgba(100, 136, 175, 0.16);
  color: var(--reci-products-re);
}

.reci-products-domain-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--reci-products-bms), rgba(207, 134, 170, 0.22));
}

.reci-products-domain-card:nth-child(3)::before {
  background: linear-gradient(90deg, #a4c348, rgba(188, 208, 111, 0.3));
}

.reci-products-domain-card:nth-child(1) .reci-products-domain-head h3 {
  color: var(--reci-products-re);
}

.reci-products-domain-card:nth-child(2) .reci-products-domain-head h3 {
  color: var(--reci-products-bms);
}

.reci-products-domain-card:nth-child(3) .reci-products-domain-head h3 {
  color: #809d35;
}

.reci-products-domain-head h3 {
  margin: 10px 0 0;
  font-size: 1.38rem;
  letter-spacing: -0.01em;
}

.reci-products-solution-card h3 {
  margin: 14px 0 0;
  font-size: 1.16rem;
  letter-spacing: -0.01em;
}

.reci-products-domain-body {
  padding: 18px 22px 22px;
  display: grid;
  gap: 16px;
}

.reci-products-domain-functions {
  padding: 16px 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(25, 40, 55, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.reci-products-domain-functions .reci-products-list,
.reci-products-feature-card--alms .reci-products-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.reci-products-domain-functions .reci-products-list li,
.reci-products-feature-card--alms .reci-products-list li {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(25, 40, 55, 0.08);
}

.reci-products-domain-functions .reci-products-list li:last-child,
.reci-products-feature-card--alms .reci-products-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.reci-products-overview-shell {
  margin-top: 28px;
  display: grid;
  gap: 20px;
}

.reci-products-overview-heading p:last-child,
.reci-products-feature-copy p:last-child,
.reci-products-section-heading p:last-child {
  margin-top: 12px;
  margin-bottom: 0;
}

.reci-products-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.reci-products-overview-panel {
  border-radius: var(--reci-products-radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 253, 0.96));
  border: 1px solid var(--reci-products-line);
  box-shadow: 0 18px 44px rgba(17, 43, 69, 0.06);
  overflow: hidden;
}

.reci-products-overview-panel-head {
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(25, 40, 55, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 253, 0.92));
}

.reci-products-overview-panel-head strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  color: var(--reci-products-navy);
}

.reci-products-overview-panel--re .reci-products-card-label {
  color: var(--reci-products-re);
}

.reci-products-overview-panel--bms .reci-products-card-label {
  color: var(--reci-products-bms);
}

.reci-products-overview-list {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.reci-products-overview-item {
  padding: 15px 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(25, 40, 55, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.reci-products-overview-panel--re .reci-products-overview-item {
  background: linear-gradient(180deg, rgba(248, 251, 254, 0.98), rgba(239, 246, 252, 0.96));
}

.reci-products-overview-panel--bms .reci-products-overview-item {
  background: linear-gradient(180deg, rgba(255, 252, 254, 0.98), rgba(251, 244, 248, 0.96));
}

.reci-products-overview-item-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.reci-products-overview-code {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.reci-products-overview-panel--re .reci-products-overview-code {
  background: rgba(122, 158, 195, 0.12);
  color: var(--reci-products-re);
}

.reci-products-overview-panel--bms .reci-products-overview-code {
  background: rgba(216, 144, 179, 0.14);
  color: var(--reci-products-bms);
}

.reci-products-overview-item-head strong {
  font-size: 1rem;
  color: var(--reci-products-navy);
}

.reci-products-overview-inline-icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border-radius: 999px;
  border: 1px solid rgba(154, 116, 92, 0.2);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.reci-products-overview-inline-icon::before,
.reci-products-overview-inline-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reci-products-overview-inline-icon--payment {
  color: var(--reci-products-alms);
}

.reci-products-overview-inline-icon--payment::before {
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.reci-products-overview-inline-icon--payment::after {
  width: 8px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -4px 0 currentColor;
}

.reci-products-overview-item p {
  margin: 0;
  color: var(--reci-products-ink-soft);
  font-size: 0.92rem;
  line-height: 1.7;
}

.reci-products-solution-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.reci-products-solution-group {
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(25, 40, 55, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 251, 254, 0.72));
  box-shadow: 0 18px 44px rgba(17, 43, 69, 0.04);
}

.reci-products-solution-group--re {
  background: linear-gradient(180deg, rgba(243, 248, 253, 0.9), rgba(249, 251, 254, 0.82));
  border-color: rgba(122, 158, 195, 0.16);
}

.reci-products-solution-group--bms {
  background: linear-gradient(180deg, rgba(252, 247, 250, 0.9), rgba(250, 250, 252, 0.82));
  border-color: rgba(216, 144, 179, 0.18);
}

.reci-products-solution-group-head {
  position: relative;
  margin-bottom: 12px;
  padding-right: 72px;
}

.reci-products-solution-group-head strong {
  display: block;
  margin-top: 6px;
  font-size: 1.06rem;
  color: var(--reci-products-navy);
  letter-spacing: -0.01em;
}

.reci-products-solution-group-head::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.72);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.reci-products-solution-group--re .reci-products-solution-group-head::after {
  border: 1px solid rgba(122, 158, 195, 0.16);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%237aa0c8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'%3E%3Cpath d='M12 4.5v3.2M12 16.3v3.2M4.5 12h3.2M16.3 12h3.2M7 7l2.2 2.2M14.8 14.8 17 17M17 7l-2.2 2.2M9.2 14.8 7 17'/%3E%3Ccircle cx='12' cy='12' r='3.1'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(237, 245, 253, 0.92));
}

.reci-products-solution-group--bms .reci-products-solution-group-head::after {
  border: 1px solid rgba(216, 144, 179, 0.16);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23d890b3' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7'%3E%3Cpath d='M12 4.5c2.6 0 4.8 2.2 4.8 4.8S14.6 14.1 12 14.1 7.2 12 7.2 9.3 9.4 4.5 12 4.5Z'/%3E%3Cpath d='M6.2 18.5c1.6-2.1 3.5-3.1 5.8-3.1s4.2 1 5.8 3.1'/%3E%3Cpath d='M15.9 7.7h2.5M17.1 6.5v2.5'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(255, 248, 252, 0.96), rgba(252, 241, 247, 0.92));
}

.reci-products-solution-group--re .reci-products-card-label {
  color: var(--reci-products-re);
}

.reci-products-solution-group--bms .reci-products-card-label {
  color: var(--reci-products-bms);
}

.reci-products-title-link {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: color 180ms ease, border-color 180ms ease;
}

.reci-products-title-link:hover,
.reci-products-title-link:focus-visible {
  border-color: currentColor;
}

.reci-products-card-note {
  margin: 8px 0 0;
  color: var(--reci-products-ink-soft);
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.reci-products-status-flag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(216, 144, 179, 0.12);
  border: 1px solid rgba(216, 144, 179, 0.22);
  color: #b3688d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reci-products-status-flag--re {
  background: rgba(122, 158, 195, 0.12);
  border-color: rgba(122, 158, 195, 0.22);
  color: var(--reci-products-re);
}

.reci-products-inline-link {
  color: var(--reci-products-navy);
  border-bottom: 1px solid rgba(36, 56, 79, 0.18);
  transition: color 180ms ease, border-color 180ms ease;
}

.reci-products-inline-link:hover,
.reci-products-inline-link:focus-visible {
  color: var(--reci-products-ink);
  border-color: currentColor;
}

.reci-products-inline-link--subtle {
  color: var(--reci-products-ink-soft);
  border-bottom-color: rgba(102, 114, 132, 0.18);
}

.reci-products-solution-card h3 {
  margin: 6px 0 0;
  padding-left: 42px;
  padding-right: 34px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.reci-products-solution-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--reci-products-teal), #9bc0de);
  box-shadow: 0 0 0 7px rgba(107, 149, 189, 0.08);
}

.reci-products-solution-group--re .reci-products-solution-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.998), rgba(248, 251, 254, 0.994));
  border-color: rgba(122, 158, 195, 0.14);
}

.reci-products-solution-group--re .reci-products-solution-card::before {
  background: linear-gradient(90deg, var(--reci-products-re), rgba(122, 158, 195, 0.18));
}

.reci-products-solution-group--re .reci-products-solution-icon {
  border-color: rgba(122, 158, 195, 0.18);
  color: var(--reci-products-re);
}

.reci-products-solution-group--re .reci-products-solution-card::after {
  background: linear-gradient(135deg, var(--reci-products-re), #a8c5e0);
  box-shadow: 0 0 0 8px rgba(122, 158, 195, 0.08);
}

.reci-products-solution-group--re .reci-products-solution-card h3 {
  color: var(--reci-products-re);
}

.reci-products-solution-group--re .reci-products-solution-icon::before,
.reci-products-solution-group--re .reci-products-solution-icon::after {
  border-color: var(--reci-products-re);
  background: var(--reci-products-re);
}

.reci-products-solution-group--bms .reci-products-solution-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.998), rgba(254, 249, 251, 0.994));
  border-color: rgba(216, 144, 179, 0.16);
}

.reci-products-solution-group--bms .reci-products-solution-card::before {
  background: linear-gradient(90deg, var(--reci-products-bms), rgba(216, 144, 179, 0.2));
}

.reci-products-solution-group--bms .reci-products-solution-card::after {
  background: linear-gradient(135deg, var(--reci-products-bms), #e6b5cb);
  box-shadow: 0 0 0 8px rgba(216, 144, 179, 0.08);
}

.reci-products-solution-group--bms .reci-products-solution-card h3 {
  color: var(--reci-products-bms);
}

.reci-products-solution-group--bms .reci-products-solution-icon {
  border-color: rgba(216, 144, 179, 0.18);
  color: var(--reci-products-bms);
}

.reci-products-solution-group--bms .reci-products-solution-icon::before,
.reci-products-solution-group--bms .reci-products-solution-icon::after {
  border-color: var(--reci-products-bms);
  background: var(--reci-products-bms);
}

.reci-products-solution-card .reci-products-list {
  margin: 8px 0 0;
  display: grid;
  gap: 6px;
}

.reci-products-solution-card .reci-products-list li {
  line-height: 1.55;
}

.reci-products-solution-summary {
  margin: 10px 0 0;
  padding-left: 42px;
  color: var(--reci-products-ink-soft);
  line-height: 1.7;
}

.reci-products-solution-card .reci-products-solution-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.reci-products-solution-icon::before,
.reci-products-solution-icon::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reci-products-solution-icon--calc::before {
  width: 12px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: transparent !important;
}

.reci-products-solution-icon--calc::after {
  width: 8px;
  height: 2px;
  margin-top: -4px;
  background: currentColor !important;
  box-shadow: 0 4px 0 currentColor, 0 8px 0 currentColor;
}

.reci-products-solution-icon--form::before,
.reci-products-solution-icon--web::before {
  width: 14px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: transparent !important;
}

.reci-products-solution-icon--form::after,
.reci-products-solution-icon--web::after {
  width: 10px;
  height: 2px;
  margin-top: 1px;
  background: currentColor !important;
  box-shadow: 0 -4px 0 currentColor;
}

.reci-products-solution-icon--qa::before {
  width: 12px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 8px;
  background: transparent !important;
}

.reci-products-solution-icon--qa::after {
  width: 4px;
  height: 4px;
  margin-left: 5px;
  margin-top: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: transparent !important;
  transform: translate(-50%, -50%) rotate(-35deg);
}

.reci-products-solution-icon--bot::before {
  width: 12px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: transparent !important;
}

.reci-products-solution-icon--bot::after {
  width: 10px;
  height: 2px;
  background: currentColor !important;
  box-shadow: -3px 4px 0 -1px currentColor, 3px 4px 0 -1px currentColor;
}

.reci-products-solution-icon--write::before {
  width: 12px;
  height: 2px;
  background: currentColor !important;
  transform: translate(-50%, -50%) rotate(-35deg);
}

.reci-products-solution-icon--write::after {
  width: 4px;
  height: 4px;
  margin-left: 5px;
  margin-top: -5px;
  border-radius: 1px;
  background: currentColor !important;
  transform: translate(-50%, -50%) rotate(-35deg);
}

.reci-products-solution-icon--support::before {
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent !important;
}

.reci-products-solution-icon--support::after {
  width: 12px;
  height: 2px;
  margin-top: 7px;
  background: currentColor !important;
}

.reci-products-mini-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2px;
  margin-bottom: 0;
  padding: 2px;
  border: 1px solid rgba(25, 40, 55, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.reci-products-mini-flow span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 12px;
  grid-column: span 2;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  color: #20354e;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.reci-products-mini-flow-chip::before {
  content: "";
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(88, 114, 145, 0.18);
  background-color: rgba(255, 255, 255, 0.55);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.reci-products-mini-flow-chip--acquire::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23587ea8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M3.5 11.5V6.8L8 3.5l4.5 3.3v4.7'/%3E%3Cpath d='M6.3 12.5v-2.7h3.4v2.7'/%3E%3C/g%3E%3C/svg%3E");
}

.reci-products-mini-flow-chip--plan::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23587ea8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'%3E%3Crect x='3' y='3' width='10' height='10' rx='2'/%3E%3Cpath d='M5.5 5.5h5M5.5 8h5M5.5 10.5h3.5'/%3E%3C/g%3E%3C/svg%3E");
}

.reci-products-mini-flow-chip--sales::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23587ea8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M3.5 10.5 6.3 7.7l2.2 2.1 4-4'/%3E%3Cpath d='M9.8 5.8h2.7v2.7'/%3E%3C/g%3E%3C/svg%3E");
}

.reci-products-mini-flow-chip--contract::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23587ea8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'%3E%3Cpath d='M5 2.8h4.2l2.3 2.3v7.8H5z'/%3E%3Cpath d='M9.2 2.8v2.3h2.3M6.2 8h4.2M6.2 10.3h3.4'/%3E%3C/g%3E%3C/svg%3E");
}

.reci-products-mini-flow-chip--payment::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23587ea8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'%3E%3Crect x='2.5' y='4.2' width='11' height='7.6' rx='2'/%3E%3Cpath d='M2.8 6.8h10.4M5.5 9.6h2.1'/%3E%3C/g%3E%3C/svg%3E");
}

.reci-products-mini-flow-chip--attract::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23587ea8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M4 6.2 10.2 4v8L4 9.8z'/%3E%3Cpath d='M10.2 5.2 12 4.7v6.6l-1.8-.5M4 9.8l.8 2'/%3E%3C/g%3E%3C/svg%3E");
}

.reci-products-mini-flow-chip--response::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%23587ea8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'%3E%3Cpath d='M3 4.2h10v6.3H8.4L5.5 13v-2.5H3z'/%3E%3Cpath d='M5.4 6.5h5.2M5.4 8.5h3.6'/%3E%3C/g%3E%3C/svg%3E");
}

.reci-products-domain-card:nth-child(1) .reci-products-mini-flow span {
  background: linear-gradient(180deg, rgba(228, 237, 247, 0.98), rgba(215, 228, 242, 0.96));
}

.reci-products-domain-card:nth-child(2) .reci-products-mini-flow span {
  background: linear-gradient(180deg, rgba(247, 234, 241, 0.98), rgba(240, 223, 232, 0.96));
}

.reci-products-domain-card:nth-child(3) .reci-products-mini-flow span {
  background: linear-gradient(180deg, rgba(236, 243, 220, 0.98), rgba(224, 235, 201, 0.96));
}

.reci-products-mini-flow span:nth-child(4),
.reci-products-mini-flow span:nth-child(5) {
  grid-column: span 3;
}

.reci-products-mini-flow--wide-top span:nth-child(1),
.reci-products-mini-flow--wide-top span:nth-child(2) {
  grid-column: span 3;
}

.reci-products-mini-flow--wide-top span:nth-child(3),
.reci-products-mini-flow--wide-top span:nth-child(4),
.reci-products-mini-flow--wide-top span:nth-child(5) {
  grid-column: span 2;
}

.reci-products-mini-flow--resale span {
  white-space: nowrap;
  padding: 0 10px;
  gap: 6px;
  font-size: 0.84rem;
}

.reci-products-mini-flow--resale span:nth-child(1),
.reci-products-mini-flow--resale span:nth-child(2) {
  grid-column: span 3;
}

.reci-products-mini-flow--resale span:nth-child(3),
.reci-products-mini-flow--resale span:nth-child(4),
.reci-products-mini-flow--resale span:nth-child(5) {
  grid-column: span 2;
}

.reci-products-subheading {
  margin-bottom: 10px;
  color: var(--reci-products-ink-soft);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reci-products-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: center;
}

.reci-products-feature-card {
  padding: 0;
  border-color: rgba(154, 116, 92, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 241, 236, 0.96));
}

.reci-products-feature-card .reci-products-card-label {
  color: var(--reci-products-alms);
}

.reci-products-feature-card .reci-products-list {
  color: #6f5a4c;
}

.reci-products-feature-card-head {
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(154, 116, 92, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 244, 240, 0.92));
}

.reci-products-feature-card-head strong {
  display: block;
  color: var(--reci-products-alms);
  font-size: 1.38rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.reci-products-feature-card--alms .reci-products-list {
  margin: 0;
  padding: 18px 22px 20px 40px;
}

.reci-products-cta-panel {
  padding: 38px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(17, 43, 69, 0.96), rgba(30, 91, 116, 0.9)),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.08) 100%);
}

.reci-products-cta-panel::before,
.reci-products-cta-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.reci-products-cta-panel::before {
  top: -80px;
  right: -40px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(133, 173, 208, 0.24), transparent 70%);
}

.reci-products-cta-panel::after {
  left: -60px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 70%);
}

.reci-products-cta-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.reci-products-cta-panel h2 {
  max-width: 12ch;
}

.reci-products-cta-points {
  margin-top: 26px;
  flex-wrap: wrap;
}

.reci-products-cta-points span {
  min-height: 36px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(132, 164, 191, 0.14);
  color: var(--reci-products-navy);
  font-size: 0.9rem;
}

.reci-products-cta-points span:nth-child(2) {
  background: rgba(183, 221, 210, 0.18);
  border-color: rgba(183, 221, 210, 0.24);
}

.reci-products-cta-points span:nth-child(3) {
  background: rgba(198, 193, 235, 0.16);
  border-color: rgba(198, 193, 235, 0.24);
}

.reci-products-platform-summary {
  margin: 0 0 14px;
  color: var(--reci-products-navy);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reci-products-platform-node-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.reci-products-platform-node {
  position: relative;
  padding: 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(132, 164, 191, 0.12);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.reci-products-platform-node:nth-child(2),
.reci-products-platform-node:nth-child(5) {
  background: rgba(248, 252, 250, 0.9);
}

.reci-products-platform-node:nth-child(3),
.reci-products-platform-node:nth-child(6) {
  background: rgba(249, 247, 252, 0.9);
}

.reci-products-platform-node:nth-child(4) {
  background: rgba(252, 248, 246, 0.92);
}

.reci-products-platform-node::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(111, 148, 183, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 148, 183, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 90%);
  pointer-events: none;
}

.reci-products-platform-node-mark {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 0;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(111, 148, 183, 0.08);
  border: 1px solid rgba(111, 148, 183, 0.12);
  font-size: 0.94rem;
  color: var(--reci-products-navy);
}

.reci-products-platform-node:nth-child(2) .reci-products-platform-node-mark,
.reci-products-platform-node:nth-child(5) .reci-products-platform-node-mark {
  background: rgba(183, 221, 210, 0.16);
  border-color: rgba(183, 221, 210, 0.22);
  color: #5d8c7f;
}

.reci-products-platform-node:nth-child(3) .reci-products-platform-node-mark,
.reci-products-platform-node:nth-child(6) .reci-products-platform-node-mark {
  background: rgba(198, 193, 235, 0.14);
  border-color: rgba(198, 193, 235, 0.22);
  color: #756fb0;
}

.reci-products-platform-node:nth-child(4) .reci-products-platform-node-mark {
  background: rgba(240, 205, 189, 0.14);
  border-color: rgba(240, 205, 189, 0.22);
  color: #b07f67;
}

.reci-products-platform-node p {
  margin: 12px 0 0;
  color: #5a6b7c;
  font-size: 0.92rem;
  line-height: 1.6;
}

.reci-products-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.reci-products-platform-actions .reci-products-button--primary {
  background: linear-gradient(135deg, #6f96bc 0%, #8eb3d5 100%);
  box-shadow: 0 14px 36px rgba(122, 158, 195, 0.22);
}

.reci-products-platform-actions .reci-products-button--ghost-dark {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(90, 118, 145, 0.14);
  color: var(--reci-products-navy);
}

.reci-products-site-footer {
  background: #43484f;
  color: var(--reci-products-ink-soft);
  border-top: 1px solid rgba(28, 36, 48, 0.08);
}

.reci-products-footer-nav-band {
  background: #264f88;
}

.reci-products-footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.reci-products-footer-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.reci-products-footer-nav a + a {
  position: relative;
}

.reci-products-footer-nav a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-50%);
}

.reci-products-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0 8px;
}

.reci-products-footer-company {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.9rem;
}

.reci-products-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  text-align: right;
}

.reci-products-shell [data-products-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reci-products-shell .is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reci-products-shell *,
  .reci-products-shell *::before,
  .reci-products-shell *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 1080px) {
  .reci-products-hero-grid,
  .reci-products-feature-grid,
  .reci-products-hero-platform {
    grid-template-columns: 1fr;
  }

  .reci-products-hero-platform-side {
    padding-top: 8px;
  }

  .reci-products-hero-visual-card {
    max-width: 760px;
    margin: 0 auto;
  }

  .reci-products-hero-node {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .reci-products-flow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .reci-products-flow-card:nth-child(4)::after {
    display: none;
  }

  .reci-products-architecture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reci-products-architecture-card:nth-child(1),
  .reci-products-architecture-card:nth-child(2),
  .reci-products-architecture-card:nth-child(3),
  .reci-products-architecture-card:nth-child(4) {
    grid-column: span 1;
  }

  .reci-products-domain-grid {
    grid-template-columns: 1fr;
  }

  .reci-products-solution-groups,
  .reci-products-overview-grid,
  .reci-products-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reci-products-platform-node-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .reci-products-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .reci-products-header-panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 20px;
    right: 20px;
    display: none;
    gap: 14px;
    padding: 22px;
    border-radius: var(--reci-products-radius-lg);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--reci-products-line);
    box-shadow: var(--reci-products-shadow);
  }

  .reci-products-site-header.is-open .reci-products-header-panel {
    display: grid;
  }

  .reci-products-header-utility {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 8px;
  }

  .reci-products-header-search {
    margin-left: 0;
  }

  .reci-products-global-nav {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 0;
  }

  .reci-products-global-link {
    justify-content: flex-start;
    min-height: 56px;
    padding: 0 0;
    border-right: 0;
    border-top: 1px solid rgba(28, 36, 48, 0.08);
    text-align: left;
  }

  .reci-products-page-title-inner {
    min-height: 42px;
  }

  .reci-products-page-title-inner p {
    font-size: 0.96rem;
    letter-spacing: 0.1em;
  }

  .reci-products-page-title-inner span {
    font-size: 1.45rem;
  }

  .reci-products-global-link--has-children::after {
    margin-left: auto;
  }

  .reci-products-header-actions,
  .reci-products-cta-points {
    flex-direction: column;
    align-items: stretch;
  }

  .reci-products-stat-strip,
  .reci-products-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reci-products-hero-platform-side {
    padding-top: 0;
  }

  .reci-products-hero-visual-card {
    padding: 16px 8px 18px;
  }

  .reci-products-hero-node {
    min-height: 40px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 0.74rem;
  }

  .reci-products-hero-console {
    grid-template-columns: 58px 1fr;
    border-radius: 20px;
  }

  .reci-products-hero-console-rail {
    gap: 12px;
    padding: 18px 14px;
  }

  .reci-products-hero-console-main {
    padding: 18px 16px 14px;
  }

  .reci-products-hero-console-main strong {
    font-size: 1.7rem;
  }

  .reci-products-hero-console-bars {
    margin-top: 12px;
    gap: 6px;
  }

  .reci-products-hero-console-tags {
    gap: 6px;
    margin-top: 14px;
  }

  .reci-products-hero-console-tags span {
    min-height: 24px;
    font-size: 0.66rem;
  }

  .reci-products-hero-base span {
    width: 96px;
  }

  .reci-products-flow-card::after {
    display: none;
  }

  .reci-products-hero-visual {
    min-height: 620px;
  }

  .reci-products-integration-diagram {
    min-height: 620px;
  }

  .reci-products-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reci-products-system-grid::before,
  .reci-products-system-grid::after {
    display: none;
  }

  .reci-products-hero-platform {
    padding: 28px 24px;
  }

  .reci-products-summary-shell {
    padding: 24px;
  }

  .reci-products-platform-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .reci-products-footer-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .reci-products-footer-nav {
    grid-template-columns: 1fr;
  }

  .reci-products-footer-nav a {
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 16px;
    text-align: left;
  }

  .reci-products-footer-nav a + a::before {
    top: 0;
    left: 18px;
    width: calc(100% - 36px);
    height: 1px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .reci-products-hero {
    padding: 44px 0 40px;
  }

  .reci-products-section {
    padding: 68px 0;
  }

  .reci-products-hero-actions,
  .reci-products-header-actions,
  .reci-products-cta-points {
    flex-direction: column;
    align-items: stretch;
  }

  .reci-products-corp-brand {
    gap: 0;
  }

  .reci-products-corp-logo {
    font-size: 1.58rem;
    transform: translateY(4px);
  }

  .reci-products-header-utility {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .reci-products-header-utility a + a::before {
    display: none;
  }

  .reci-products-header-search {
    width: 100%;
  }

  .reci-products-hero-visual-card {
    padding: 12px 4px 14px;
  }

  .reci-products-hero-console {
    grid-template-columns: 44px 1fr;
    border-radius: 16px;
  }

  .reci-products-hero-node {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 0.64rem;
  }

  .reci-products-hero-console-rail {
    gap: 10px;
    padding: 14px 10px;
  }

  .reci-products-hero-console-main {
    padding: 12px 12px 10px;
  }

  .reci-products-hero-console-main strong {
    font-size: 1.35rem;
  }

  .reci-products-hero-console-bars {
    margin-top: 10px;
    gap: 5px;
  }

  .reci-products-hero-console-bars span {
    height: 8px;
  }

  .reci-products-hero-console-tags {
    gap: 5px;
    margin-top: 10px;
  }

  .reci-products-hero-console-tags span {
    min-height: 20px;
    font-size: 0.56rem;
  }

  .reci-products-hero-base span {
    width: 72px;
  }

  .reci-products-hero-philosophy {
    grid-template-columns: 1fr;
  }

  .reci-products-search-label {
    flex: 1;
  }

  .reci-products-search-label input {
    width: 100%;
  }

  .reci-products-breadcrumb {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .reci-products-page-title-inner {
    min-height: 40px;
  }

  .reci-products-page-title-inner p {
    font-size: 0.9rem;
  }

  .reci-products-page-title-inner span {
    font-size: 1.22rem;
  }

  .reci-products-stat-strip,
  .reci-products-flow-grid,
  .reci-products-architecture-grid,
  .reci-products-solution-groups,
  .reci-products-overview-grid,
  .reci-products-solution-grid,
  .reci-products-platform-node-grid {
    grid-template-columns: 1fr;
  }

  .reci-products-solution-group {
    padding: 18px;
  }

  .reci-products-hero-visual {
    min-height: auto;
  }

  .reci-products-integration-diagram {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .reci-products-system-grid {
    grid-template-columns: 1fr;
  }

  .reci-products-system-box strong {
    font-size: 1.56rem;
  }

  .reci-products-hero-platform {
    padding: 24px 20px;
  }

  .reci-products-integration-ring,
  .reci-products-integration-ring--inner {
    display: none;
  }

  .reci-products-integration-caption {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
  }

  .reci-products-integration-caption {
    text-align: left;
  }

  .reci-products-domain-card,
  .reci-products-solution-card,
  .reci-products-feature-card,
  .reci-products-cta-panel {
    padding: 24px;
  }

  .reci-products-summary-shell {
    padding: 24px;
  }

  .reci-products-footer-links {
    flex-direction: column;
    gap: 12px;
  }

  .reci-products-footer-grid {
    min-height: 0;
    padding: 16px 0 22px;
    gap: 6px;
  }

  .reci-products-footer-copy {
    font-size: 0.72rem;
  }
}

.reci-resfa-page {
  background: #f4f7fb;
}

.reci-resfa-shell {
  --reci-products-bg: #f3f7fb;
  --reci-products-surface: rgba(255, 255, 255, 0.9);
  --reci-products-surface-strong: #ffffff;
  --reci-products-surface-soft: #eef4fa;
  --reci-products-ink: #33475f;
  --reci-products-ink-soft: #6b7b8f;
  --reci-products-line: rgba(31, 51, 72, 0.08);
  --reci-products-line-strong: rgba(31, 51, 72, 0.16);
  --reci-products-navy: #30465e;
  --reci-products-bluegreen: #6d8fb4;
  --reci-products-teal: #81a8cf;
  --reci-dx-heading: #31485f;
  --reci-dx-copy: #61758d;
  --reci-dx-copy-soft: #7b8da2;
  --reci-dx-panel-line: rgba(109, 143, 180, 0.14);
  --reci-dx-panel-shadow: rgba(32, 54, 77, 0.07);
  background:
    radial-gradient(circle at 12% 10%, rgba(135, 173, 208, 0.14), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(224, 192, 159, 0.12), transparent 24%),
    linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 45%, #edf3f8 100%);
}

.reci-resfa-shell .reci-products-page-title-bar {
  background: linear-gradient(90deg, #7ea8cf 0%, #91b8dd 100%);
  padding: 5px 0 7px;
}

.reci-resfa-shell .reci-products-button--primary {
  background: linear-gradient(135deg, #5f89b6 0%, #85add4 100%);
}

.reci-dx-intro-stack {
  display: block;
}

.reci-dx-intro-band {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 50px;
  padding: 0 12px;
  color: #fff;
}

.reci-dx-intro-band p,
.reci-dx-intro-band span,
.reci-dx-intro-band h1 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}

.reci-dx-intro-band p {
  font-size: clamp(0.82rem, 1.02vw, 0.98rem);
  white-space: nowrap;
}

.reci-dx-intro-band-title {
  font-size: clamp(1.12rem, 1.55vw, 1.52rem);
  white-space: nowrap;
}

.reci-dx-intro-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(205, 220, 238, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 10px 30px rgba(53, 95, 138, 0.1);
}

.reci-dx-intro-pill p {
  color: #6d8fb4;
  letter-spacing: 0.02em;
}

.reci-resfa-hero {
  padding-bottom: 0;
}

.reci-resfa-main > .reci-products-section:first-child {
  padding-top: 22px;
}

.reci-resfa-main > .reci-products-section:first-child::before {
  display: none;
}

.reci-resfa-shell .reci-products-footer-company {
  color: rgba(255, 255, 255, 0.92);
}

.reci-resfa-shell .reci-products-section-heading h2 {
  color: var(--reci-dx-heading);
}

.reci-resfa-shell .reci-products-section-label {
  color: #6983a0;
}

.reci-resfa-shell .reci-products-section-label--light {
  color: #6a7e95;
}

.reci-resfa-shell .reci-products-hero-platform h1,
.reci-resfa-shell .reci-products-hero-platform h2 {
  font-size: clamp(1.95rem, 2.9vw, 2.8rem);
  color: var(--reci-dx-heading);
}

.reci-resfa-shell .reci-products-hero-platform {
  max-width: 1120px;
}

.reci-resfa-shell .reci-dx-infra-platform {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: center;
  margin-top: 20px;
}

.reci-resfa-shell .reci-dx-infra-platform .reci-products-hero-platform-copy {
  max-width: 760px;
}

.reci-resfa-shell .reci-dx-infra-platform h2 {
  font-size: clamp(1.85rem, 3vw, 2.9rem);
  color: var(--reci-dx-heading);
  line-height: 1.22;
}

.reci-resfa-shell .reci-products-hero-concept,
.reci-resfa-shell .reci-products-hero-concept--sub {
  color: var(--reci-dx-copy);
}

.reci-resfa-shell .reci-dx-infra-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reci-resfa-shell .reci-dx-infra-visual-card {
  position: relative;
  width: 100%;
  min-height: 420px;
  padding: 26px 30px 24px;
  border-radius: 32px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(244, 248, 253, 0.9) 68%);
  border: 1px solid rgba(122, 158, 195, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 46px rgba(17, 43, 69, 0.06);
  overflow: hidden;
}

.reci-resfa-shell .reci-dx-infra-pill {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(122, 158, 195, 0.16);
  color: #516b88;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(17, 43, 69, 0.05);
}

.reci-resfa-shell .reci-dx-infra-pill small {
  display: block;
  margin-top: 2px;
  font-size: 0.72em;
  font-weight: 700;
}

.reci-resfa-shell .reci-dx-infra-pill--onprem-bottom {
  left: 28px;
  bottom: 98px;
  min-height: 54px;
  padding: 0 26px;
  font-size: 1rem;
}

.reci-resfa-shell .reci-dx-infra-pill--cloud-bottom {
  right: 10px;
  bottom: 82px;
  text-align: center;
  min-height: 58px;
  padding: 0 28px;
  font-size: 1rem;
}

.reci-resfa-shell .reci-dx-infra-console {
  position: absolute;
  left: 50%;
  top: 128px;
  display: grid;
  grid-template-columns: 44px 1fr;
  width: min(100%, 154px);
  min-height: 96px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 252, 0.94));
  border: 1px solid rgba(102, 134, 172, 0.18);
  box-shadow: 0 22px 50px rgba(17, 43, 69, 0.1);
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}

.reci-resfa-shell .reci-dx-infra-console-rail {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 12px 9px;
  background: linear-gradient(180deg, #5376a4, #6286b6);
}

.reci-resfa-shell .reci-dx-infra-console-rail span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.reci-resfa-shell .reci-dx-infra-console-main {
  padding: 9px 9px 7px;
}

.reci-resfa-shell .reci-dx-infra-console-main strong {
  display: block;
  color: #5a7fb0;
  font-size: 0.8rem;
  letter-spacing: -0.03em;
}

.reci-resfa-shell .reci-dx-infra-console-bars {
  display: grid;
  gap: 4px;
  margin-top: 6px;
}

.reci-resfa-shell .reci-dx-infra-console-bars span {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 158, 195, 0.32), rgba(225, 233, 244, 0.7));
}

.reci-resfa-shell .reci-dx-infra-console-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 6px;
}

.reci-resfa-shell .reci-dx-infra-console-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 14px;
  border-radius: 999px;
  background: rgba(245, 248, 252, 0.98);
  border: 1px solid rgba(122, 158, 195, 0.16);
  color: #6a86a3;
  font-size: 0.38rem;
  font-weight: 700;
}

.reci-resfa-shell .reci-dx-infra-node {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 240, 249, 0.96) 0%, rgba(222, 232, 245, 0.74) 56%, rgba(222, 232, 245, 0) 74%);
}

.reci-resfa-shell .reci-dx-infra-node--onprem {
  left: 18px;
  bottom: 122px;
  width: 186px;
  height: 186px;
}

.reci-resfa-shell .reci-dx-infra-node--cloud {
  right: 0;
  bottom: 116px;
  width: 194px;
  height: 194px;
}

.reci-resfa-shell .reci-dx-infra-server {
  position: absolute;
  z-index: 2;
  width: 76px;
  height: 88px;
  border-radius: 18px;
  background: linear-gradient(180deg, #aac1de, #7f9fc6);
  border: 1px solid rgba(120, 152, 188, 0.3);
  box-shadow: 0 16px 30px rgba(122, 158, 195, 0.18);
}

.reci-resfa-shell .reci-dx-infra-server::before {
  content: "";
  position: absolute;
  inset: 12px 13px auto 13px;
  height: 9px;
  border-radius: 999px;
  background: rgba(240, 246, 252, 0.78);
  box-shadow:
    0 18px 0 0 rgba(240, 246, 252, 0.78),
    0 36px 0 0 rgba(240, 246, 252, 0.78);
}

.reci-resfa-shell .reci-dx-infra-server--onprem {
  left: 36px;
  top: 34px;
  transform: perspective(140px) rotateY(-16deg) rotateX(4deg);
}

.reci-resfa-shell .reci-dx-infra-server--cloudside {
  right: 22px;
  top: 56px;
  width: 70px;
  height: 82px;
  transform: perspective(140px) rotateY(-12deg);
}

.reci-resfa-shell .reci-dx-infra-cloud-hand {
  position: absolute;
  left: 18px;
  bottom: 44px;
  width: 96px;
  height: 26px;
  border: 4px solid #7f9fc6;
  border-radius: 18px 18px 20px 16px;
  background: rgba(255, 255, 255, 0.82);
  transform: rotate(-18deg);
  box-shadow: 0 12px 22px rgba(122, 158, 195, 0.16);
}

.reci-resfa-shell .reci-dx-infra-cloud-hand::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 7px;
  width: 22px;
  height: 18px;
  border-radius: 8px;
  background: #7f9fc6;
  transform: rotate(-10deg);
}

.reci-resfa-shell .reci-dx-infra-curve {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.reci-resfa-shell .reci-dx-infra-curve--left {
  left: 154px;
  bottom: 184px;
  width: 98px;
  height: 98px;
  border-top: 4px solid rgba(163, 194, 230, 0.5);
  border-right: 4px solid rgba(163, 194, 230, 0.5);
  border-radius: 0 98px 0 0;
  transform: rotate(-20deg);
}

.reci-resfa-shell .reci-dx-infra-curve--right {
  right: 142px;
  bottom: 182px;
  width: 108px;
  height: 108px;
  border-top: 4px solid rgba(163, 194, 230, 0.5);
  border-left: 4px solid rgba(163, 194, 230, 0.5);
  border-radius: 108px 0 0 0;
  transform: rotate(18deg);
}

.reci-resfa-shell .reci-dx-infra-curve--center {
  position: absolute;
  left: 50%;
  bottom: 108px;
  width: 0;
  height: 68px;
  border-left: 4px solid rgba(163, 194, 230, 0.48);
  transform: translateX(-50%);
}

.reci-resfa-shell .reci-dx-infra-curve--center::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -12px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid rgba(163, 194, 230, 0.72);
}

.reci-resfa-shell .reci-dx-infra-band {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(calc(100% - 36px), 480px);
  min-height: 82px;
  padding: 0 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(122, 158, 195, 0.14);
  box-shadow: 0 18px 38px rgba(122, 158, 195, 0.12);
  transform: translateX(-50%);
}

.reci-resfa-shell .reci-dx-infra-band-item {
  color: #243c58;
  font-size: 1.08rem;
  font-weight: 800;
  white-space: nowrap;
}

.reci-resfa-shell .reci-dx-infra-band-item small {
  display: block;
  margin-top: 2px;
  color: #6e83a0;
  font-size: 0.8em;
  font-weight: 700;
}

.reci-resfa-shell .reci-dx-infra-band-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid rgba(141, 177, 214, 0.82);
}

.reci-resfa-shell .reci-dx-infra-visual-card--board {
  min-height: 430px;
  padding: 18px 18px 20px;
}

.reci-resfa-shell .reci-dx-infra-topcards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.reci-resfa-shell .reci-dx-infra-topcard {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 150px;
  padding: 14px 12px 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 252, 0.96));
  border: 1px solid rgba(122, 158, 195, 0.18);
  box-shadow: 0 16px 34px rgba(122, 158, 195, 0.12);
  text-align: center;
}

.reci-resfa-shell .reci-dx-infra-topcard strong {
  color: var(--reci-dx-heading);
  font-size: 1rem;
  line-height: 1.15;
}

.reci-resfa-shell .reci-dx-infra-topcard > span {
  color: var(--reci-dx-copy);
  font-size: 0.82rem;
  font-weight: 700;
}

.reci-resfa-shell .reci-dx-infra-topcard-figure {
  position: relative;
  width: 100%;
  height: 72px;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 45%, rgba(233, 240, 249, 0.96), rgba(228, 237, 248, 0.38) 58%, rgba(228, 237, 248, 0) 76%);
}

.reci-resfa-shell .reci-dx-infra-topcard--featured .reci-dx-infra-topcard-figure {
  background: radial-gradient(circle at 50% 42%, rgba(224, 236, 250, 0.98), rgba(212, 227, 244, 0.44) 58%, rgba(212, 227, 244, 0) 76%);
}

.reci-resfa-shell .reci-dx-infra-building {
  position: absolute;
  left: 22px;
  bottom: 12px;
  width: 54px;
  height: 36px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #80a8d5, #5e86bb);
  box-shadow: 0 10px 18px rgba(96, 134, 187, 0.18);
}

.reci-resfa-shell .reci-dx-infra-building::before,
.reci-resfa-shell .reci-dx-infra-building::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 10px;
  height: 24px;
  border-radius: 3px 3px 0 0;
  background: rgba(152, 185, 224, 0.8);
}

.reci-resfa-shell .reci-dx-infra-building::before {
  left: -14px;
}

.reci-resfa-shell .reci-dx-infra-building::after {
  right: -14px;
}

.reci-resfa-shell .reci-dx-infra-server-stack {
  position: absolute;
  left: 36px;
  top: 14px;
  width: 44px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(180deg, #5d84b9, #4770a8);
  box-shadow: 0 8px 18px rgba(71, 112, 168, 0.22);
}

.reci-resfa-shell .reci-dx-infra-server-stack::before {
  content: "";
  position: absolute;
  inset: 7px 8px auto 8px;
  height: 4px;
  border-radius: 999px;
  background: rgba(240, 246, 252, 0.84);
  box-shadow:
    0 10px 0 0 rgba(240, 246, 252, 0.84),
    0 20px 0 0 rgba(240, 246, 252, 0.84);
}

.reci-resfa-shell .reci-dx-infra-cloud-shape {
  position: absolute;
  left: 50%;
  top: 14px;
  width: 82px;
  height: 42px;
  transform: translateX(-50%);
}

.reci-resfa-shell .reci-dx-infra-cloud-shape::before,
.reci-resfa-shell .reci-dx-infra-cloud-shape::after {
  content: "";
  position: absolute;
  border: 3px solid #90b5de;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.reci-resfa-shell .reci-dx-infra-cloud-shape::before {
  inset: 12px 4px 0 4px;
}

.reci-resfa-shell .reci-dx-infra-cloud-shape::after {
  top: 0;
  left: 22px;
  width: 26px;
  height: 22px;
  border-bottom: 0;
  background: transparent;
  box-shadow:
    -16px 15px 0 0 rgba(255, 255, 255, 0.9),
    2px 10px 0 0 rgba(255, 255, 255, 0.9),
    18px 16px 0 0 rgba(255, 255, 255, 0.9);
}

.reci-resfa-shell .reci-dx-infra-cloud-text,
.reci-resfa-shell .reci-dx-infra-cloud-vendors {
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  color: #5a7fb0;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.reci-resfa-shell .reci-dx-infra-cloud-vendors {
  font-size: 0.62rem;
  letter-spacing: 0.01em;
}

.reci-resfa-shell .reci-dx-infra-drop-arrow {
  display: block;
  position: relative;
  width: 2px;
  height: 28px;
  margin: 6px auto 2px;
  background: rgba(165, 194, 229, 0.7);
}

.reci-resfa-shell .reci-dx-infra-drop-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgba(165, 194, 229, 0.8);
}

.reci-resfa-shell .reci-dx-infra-stage {
  position: relative;
  min-height: 188px;
  padding: 18px 18px 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 252, 0.95));
  border: 1px solid rgba(122, 158, 195, 0.16);
  box-shadow: 0 18px 40px rgba(122, 158, 195, 0.1);
}

.reci-resfa-shell .reci-dx-infra-stage-floor {
  position: absolute;
  left: 44px;
  right: 44px;
  top: 72px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(214, 226, 241, 0.2), rgba(214, 226, 241, 0.9), rgba(214, 226, 241, 0.2));
}

.reci-resfa-shell .reci-dx-infra-stage-node {
  position: absolute;
  top: 42px;
}

.reci-resfa-shell .reci-dx-infra-stage-node--server {
  left: 26px;
}

.reci-resfa-shell .reci-dx-infra-stage-node--center {
  left: 50%;
  transform: translateX(-50%);
}

.reci-resfa-shell .reci-dx-infra-stage-node--cloud {
  right: 26px;
}

.reci-resfa-shell .reci-dx-infra-server-mini {
  display: block;
  position: relative;
  width: 54px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(180deg, #8fb2db, #6f94c4);
  transform: perspective(140px) rotateY(-16deg);
  box-shadow: 0 12px 24px rgba(111, 148, 196, 0.18);
}

.reci-resfa-shell .reci-dx-infra-server-mini::before {
  content: "";
  position: absolute;
  inset: 10px 10px auto 10px;
  height: 6px;
  border-radius: 999px;
  background: rgba(240, 246, 252, 0.84);
  box-shadow:
    0 12px 0 0 rgba(240, 246, 252, 0.84),
    0 24px 0 0 rgba(240, 246, 252, 0.84);
}

.reci-resfa-shell .reci-dx-infra-cloud-shape--soft {
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  width: 86px;
  height: 46px;
}

.reci-resfa-shell .reci-dx-infra-cloud-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7aa6da, #5e85bc);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(94, 133, 188, 0.22);
}

.reci-resfa-shell .reci-dx-infra-stage-line {
  position: absolute;
  border-color: rgba(165, 194, 229, 0.78);
  border-style: dashed;
}

.reci-resfa-shell .reci-dx-infra-stage-line--left,
.reci-resfa-shell .reci-dx-infra-stage-line--right {
  top: 110px;
  width: 132px;
  border-top-width: 3px;
}

.reci-resfa-shell .reci-dx-infra-stage-line--left {
  left: 76px;
}

.reci-resfa-shell .reci-dx-infra-stage-line--right {
  right: 78px;
}

.reci-resfa-shell .reci-dx-infra-stage-line--down {
  left: 50%;
  top: 92px;
  height: 40px;
  border-left-width: 3px;
  transform: translateX(-50%);
}

.reci-resfa-shell .reci-dx-infra-stage-labels {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.reci-resfa-shell .reci-dx-infra-stage-labels strong {
  display: block;
  color: var(--reci-dx-heading);
  font-size: 0.98rem;
  line-height: 1.15;
}

.reci-resfa-shell .reci-dx-infra-stage-labels span {
  display: block;
  margin-top: 6px;
  color: var(--reci-dx-copy);
  font-size: 0.8rem;
  font-weight: 700;
}

.reci-resfa-shell .reci-products-hero-visual-card {
  min-height: 388px;
}

.reci-resfa-shell .reci-products-hero-console {
  top: 68px;
}

.reci-resfa-shell .reci-products-hero-link--crm {
  top: 102px;
  left: 112px;
  width: 138px;
  transform: rotate(11deg);
}

.reci-resfa-shell .reci-products-hero-link--ma {
  top: 94px;
  right: 96px;
  width: 138px;
  transform: rotate(-14deg);
}

.reci-resfa-shell .reci-products-hero-link--home {
  top: 190px;
  left: 118px;
  width: 116px;
  transform: rotate(-6deg);
}

.reci-resfa-shell .reci-products-hero-link--bi {
  top: 210px;
  right: 108px;
  width: 120px;
  transform: rotate(7deg);
}

.reci-resfa-shell .reci-products-hero-base {
  bottom: 26px;
  height: 30px;
}

.reci-dx-hero-panel {
  position: relative;
  z-index: 1;
  padding: 28px 30px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.84), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 246, 252, 0.92));
  border: 1px solid rgba(109, 143, 180, 0.12);
  box-shadow:
    0 28px 76px rgba(32, 54, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.reci-dx-title-band {
  margin-bottom: 16px;
}

.reci-dx-title-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.reci-dx-title-sequence-item {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(125, 159, 195, 0.24);
  color: #6c8eb5;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.reci-dx-title-sequence-item[href] {
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.reci-dx-title-sequence-item[href]:hover {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(95, 137, 182, 0.4);
  transform: translateY(-1px);
}

.reci-dx-title-sequence-item:last-child {
  letter-spacing: 0.12em;
}

.reci-dx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.88fr);
  gap: 28px;
  align-items: center;
}

.reci-dx-hero-copy h1 {
  margin: 0 0 16px;
  color: #243c58;
  font-family: var(--reci-products-heading);
  font-size: clamp(2.2rem, 3.75vw, 3.45rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.reci-dx-hero-lead {
  max-width: 720px;
  color: var(--reci-products-ink-soft);
  font-size: 1.02rem;
  line-height: 1.72;
}

.reci-dx-hero-sublead {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--reci-products-ink-soft);
  font-size: 1.02rem;
  line-height: 1.88;
}

.reci-dx-hero-note {
  margin: 12px 0 0;
  color: #6d8298;
  font-size: 0.88rem;
}

.reci-dx-core-stage {
  position: relative;
  min-height: 430px;
  padding: 16px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.78), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(237, 245, 251, 0.92));
  border: 1px solid rgba(109, 143, 180, 0.1);
  overflow: hidden;
}

.reci-dx-core-stage::before {
  content: "";
  position: absolute;
  inset: auto 15% 24px 14%;
  height: 50px;
  border-radius: 999px;
  background: rgba(200, 217, 236, 0.38);
}

.reci-dx-core-card {
  position: absolute;
  inset: 74px 76px 78px 116px;
  display: grid;
  grid-template-columns: 88px 1fr;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(32, 54, 77, 0.1);
}

.reci-dx-core-rail {
  background: linear-gradient(180deg, #4c76a9 0%, #668dbc 100%);
}

.reci-dx-core-body {
  padding: 26px 24px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 253, 0.94));
}

.reci-dx-core-body strong {
  display: block;
  margin-bottom: 18px;
  color: #557fb4;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1;
}

.reci-dx-core-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.reci-dx-core-lines span {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(197, 214, 234, 0.88), rgba(226, 235, 245, 0.94));
}

.reci-dx-core-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reci-dx-core-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(182, 201, 223, 0.84);
  color: var(--reci-products-navy);
  font-size: 0.8rem;
  font-weight: 700;
}

.reci-dx-orbit {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 64px;
  padding: 0 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(183, 201, 222, 0.56);
  color: #688fbd;
  font-size: 0.84rem;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(32, 54, 77, 0.06);
}

.reci-dx-orbit--crm {
  top: 54px;
  left: 28px;
}

.reci-dx-orbit--ma {
  top: 44px;
  right: 28px;
}

.reci-dx-orbit--home {
  top: 196px;
  left: 12px;
  min-width: 178px;
}

.reci-dx-orbit--bi {
  top: 198px;
  right: 18px;
}

.reci-dx-connector {
  position: absolute;
  border-top: 4px dashed rgba(126, 167, 208, 0.52);
}

.reci-dx-connector--crm {
  top: 140px;
  left: 92px;
  width: 146px;
  transform: rotate(10deg);
}

.reci-dx-connector--ma {
  top: 108px;
  right: 96px;
  width: 170px;
  transform: rotate(-13deg);
}

.reci-dx-connector--home {
  top: 248px;
  left: 108px;
  width: 148px;
  transform: rotate(-4deg);
}

.reci-dx-connector--bi {
  top: 272px;
  right: 92px;
  width: 152px;
  transform: rotate(8deg);
}

.reci-dx-map-card,
.reci-dx-lineup-card {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--reci-dx-panel-line);
  box-shadow: 0 18px 48px var(--reci-dx-panel-shadow);
}

.reci-dx-map-card {
  padding: 28px;
}

.reci-dx-map-card--single {
  max-width: 960px;
  margin-inline: auto;
  --reci-dx-left-col: 190px;
  --reci-dx-center-col: 190px;
  --reci-dx-right-left-card: 190px;
  --reci-dx-right-flow-col: 14px;
  --reci-dx-right-right-card: 190px;
  --reci-dx-right-col: calc(
    var(--reci-dx-right-left-card) + var(--reci-dx-right-flow-col) + var(--reci-dx-right-right-card) + 16px
  );
  --reci-dx-arch-gap: 12px;
  --reci-dx-flow-col: 64px;
  --reci-dx-map-width: calc(
    var(--reci-dx-left-col) + var(--reci-dx-center-col) + var(--reci-dx-right-col) + (var(--reci-dx-arch-gap) * 2)
  );
}

.reci-dx-node {
  min-height: 118px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 3px solid #dfe8f2;
}

.reci-dx-node-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.reci-dx-node-link .reci-dx-node {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.reci-dx-node-link:hover .reci-dx-node,
.reci-dx-node-link:focus-visible .reci-dx-node {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(17, 43, 69, 0.1);
}

.reci-dx-node-link:focus-visible {
  outline: none;
}

.reci-dx-node p {
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 800;
}

.reci-dx-node strong {
  display: block;
  margin-bottom: 6px;
  color: var(--reci-dx-heading);
  font-size: 0.94rem;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.reci-dx-node span {
  color: var(--reci-dx-copy-soft);
  font-size: 0.78rem;
  line-height: 1.42;
}

.reci-dx-node-flag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(222, 228, 236, 0.9);
  color: #78889a;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reci-dx-node-subcopy {
  display: block;
  margin-top: 2px;
  color: #8795a5;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reci-dx-node--resfa {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96));
  border-color: #1f87de;
  box-shadow: 0 14px 30px rgba(17, 43, 69, 0.06);
}

.reci-dx-node--resfa p,
.reci-dx-lineup-card--resfa strong {
  color: #1f87de;
}

.reci-dx-node-badge {
  position: absolute;
  top: -12px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f87de, #4aa6ef);
  color: #fff !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(31, 135, 222, 0.2);
}

.reci-dx-node--dms,
.reci-dx-lineup-card--dms strong {
  border-color: #3f71d2;
  color: #3f71d2;
}

.reci-dx-node--planned {
  background: linear-gradient(180deg, rgba(249, 251, 253, 0.98), rgba(239, 243, 247, 0.96));
  border-color: #aeb8c4;
}

.reci-dx-node--planned p,
.reci-dx-node--planned strong {
  color: #7d8b9a;
}

.reci-dx-node--reqa,
.reci-dx-lineup-card--reqa strong {
  border-color: #58afd0;
  color: #58afd0;
}

.reci-dx-node--reweb,
.reci-dx-lineup-card--reweb strong {
  border-color: #16b6ab;
  color: #16b6ab;
}

.reci-dx-node--recalc,
.reci-dx-lineup-card--recalc strong {
  border-color: #875fdc;
  color: #875fdc;
}

.reci-dx-node--recm,
.reci-dx-lineup-card--recm strong {
  border-color: #1ea2e7;
  color: #1ea2e7;
}

.reci-dx-node--alms,
.reci-dx-lineup-card--alms strong {
  border-color: #af8357;
  color: #af8357;
}

.reci-dx-node--rpa {
  border-style: dashed;
  border-color: #bdbdbd;
}

.reci-dx-node--rpa p {
  color: #6f6f6f;
}

.reci-dx-node--reqa,
.reci-dx-node--reweb,
.reci-dx-node--recalc,
.reci-dx-node--rpa {
  min-height: 102px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.reci-dx-architecture-column--right .reci-dx-node strong {
  white-space: nowrap;
}

.reci-dx-architecture {
  display: grid;
  grid-template-columns: var(--reci-dx-left-col) var(--reci-dx-center-col) var(--reci-dx-right-col);
  gap: var(--reci-dx-arch-gap);
  align-items: start;
  justify-content: center;
}

.reci-dx-architecture-column {
  display: grid;
  gap: 14px;
}

.reci-dx-architecture-row {
  display: grid;
  grid-template-columns: var(--reci-dx-right-left-card) var(--reci-dx-right-flow-col) var(--reci-dx-right-right-card);
  gap: 8px;
  align-items: center;
}

.reci-dx-architecture-row--tight {
  grid-template-columns: var(--reci-dx-right-left-card) var(--reci-dx-right-right-card);
  gap: var(--reci-dx-arch-gap);
}

.reci-dx-architecture-row--secondary {
  align-items: stretch;
}

.reci-dx-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: #7286a0;
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
}

.reci-dx-flow::before,
.reci-dx-flow::after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(111, 132, 160, 0.42);
}

.reci-dx-flow::before {
  margin-right: 8px;
}

.reci-dx-flow::after {
  margin-left: 8px;
}

.reci-dx-flow--vertical {
  min-height: 36px;
  flex-direction: column;
  gap: 8px;
}

.reci-dx-flow--vertical::before,
.reci-dx-flow--vertical::after {
  width: 2px;
  height: 22px;
}

.reci-dx-flow--vertical::before {
  margin-right: 0;
}

.reci-dx-flow--vertical::after {
  display: none;
}

.reci-dx-flow--dashed::before,
.reci-dx-flow--dashed::after {
  background: repeating-linear-gradient(
    90deg,
    rgba(111, 132, 160, 0.42) 0 8px,
    transparent 8px 14px
  );
}

.reci-dx-flow--ghost {
  min-height: 0;
}

.reci-dx-architecture-row--tight .reci-dx-flow--ghost {
  display: none;
}

.reci-dx-flow--ghost::before,
.reci-dx-flow--ghost::after {
  display: none;
}

.reci-dx-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(32, 54, 77, 0.08);
  color: #66788f;
  font-size: 0.82rem;
}

.reci-dx-legend strong {
  color: var(--reci-products-navy);
}

.reci-dx-alms-bridge {
  display: grid;
  grid-template-columns: var(--reci-dx-left-col) var(--reci-dx-center-col) var(--reci-dx-right-col);
  gap: var(--reci-dx-arch-gap);
  align-items: end;
  justify-content: center;
  margin-top: 8px;
}

.reci-dx-alms-bridge-line {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #7286a0;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}

.reci-dx-alms-bridge-line::before {
  content: "";
  width: 2px;
  height: 22px;
  margin-right: 0;
  background: rgba(111, 132, 160, 0.42);
}

.reci-dx-alms-bridge-line--center::before {
  height: 30px;
}

.reci-dx-node--alms-wide {
  width: calc(var(--reci-dx-left-col) + var(--reci-dx-arch-gap) + var(--reci-dx-center-col));
  max-width: calc(var(--reci-dx-left-col) + var(--reci-dx-arch-gap) + var(--reci-dx-center-col));
  min-height: 82px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 6px;
  margin-left: max(0px, calc((100% - var(--reci-dx-map-width)) / 2));
}

.reci-dx-map-focus {
  margin-top: 18px;
  max-width: 780px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(31, 135, 222, 0.08), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(31, 135, 222, 0.16);
  color: var(--reci-dx-copy);
}

.reci-dx-map-focus strong {
  color: #1f87de;
}

.reci-dx-matrix-wrap {
  overflow-x: auto;
  margin-top: -10px;
  padding: 4px 0 4px 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--reci-dx-panel-line);
  box-shadow: 0 18px 48px rgba(32, 54, 77, 0.05);
}

.reci-dx-matrix {
  width: min(100%, 1120px);
  min-width: 968px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  overflow: hidden;
  table-layout: fixed;
}

.reci-dx-matrix-col-feature {
  width: 350px;
}

.reci-dx-matrix-col-product {
  width: calc((100% - 440px) / 8);
}

.reci-dx-matrix-col-domain {
  width: 90px;
}

.reci-dx-matrix th,
.reci-dx-matrix td {
  padding: 8px 8px;
  border: 1px solid rgba(32, 54, 77, 0.08);
  text-align: center;
  vertical-align: middle;
}

.reci-dx-matrix thead th {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.82rem;
}

.reci-dx-matrix thead th a {
  display: inline-block;
  color: inherit;
}

.reci-dx-matrix thead th:first-child,
.reci-dx-matrix thead th:last-child {
  color: var(--reci-products-navy);
  background: rgba(246, 249, 252, 0.96);
}

.reci-dx-matrix tbody th {
  text-align: left;
  color: var(--reci-products-navy);
  background: rgba(252, 253, 255, 0.96);
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.35;
  white-space: nowrap;
}

.reci-dx-matrix tbody td:last-child {
  width: 80px;
  white-space: nowrap;
  color: var(--reci-products-navy);
  background: rgba(250, 251, 253, 0.96);
  font-weight: 700;
  font-size: 0.82rem;
}

.reci-dx-matrix .is-resfa {
  background: #1f87de;
}

.reci-dx-matrix .is-reweb {
  background: #16b6ab;
}

.reci-dx-matrix .is-rpa {
  background: #717171;
}

.reci-dx-matrix .is-recalc {
  background: #875fdc;
}

.reci-dx-matrix .is-reqa {
  background: #58afd0;
}

.reci-dx-matrix .is-recm {
  background: #1ea2e7;
}

.reci-dx-matrix .is-dms {
  background: #3f71d2;
}

.reci-dx-matrix .is-alms {
  background: #af8357;
}

.reci-dx-matrix-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(222, 155, 95, 0.18);
  color: #d38746;
  font-size: 0.88rem;
  font-weight: 800;
}

.reci-dx-matrix-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(124, 167, 207, 0.14);
  color: #628ab5;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.reci-dx-lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reci-dx-lineup-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.reci-dx-card-badge {
  position: absolute;
  top: -11px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f87de 0%, #4aa6ef 100%);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(31, 135, 222, 0.22);
}

.reci-dx-lineup-head {
  margin-bottom: 8px;
}

.reci-dx-lineup-head p {
  margin-bottom: 6px;
  color: #425a74;
  font-size: 0.8rem;
  font-weight: 700;
}

.reci-dx-lineup-head strong {
  display: block;
  font-size: 1.28rem;
  line-height: 1.1;
}

.reci-dx-lineup-reading {
  display: inline-block;
  margin-left: 8px;
  color: #9aa6b5;
  font-size: 0.46em;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: baseline;
}

.reci-dx-lineup-card > p {
  margin-bottom: 12px;
  color: var(--reci-dx-copy);
  font-size: 0.88rem;
  line-height: 1.6;
}

.reci-dx-lineup-emphasis {
  color: #426788;
  font-weight: 700;
}

.reci-dx-card-link {
  margin-top: auto;
  min-width: 0;
  color: #fff !important;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.92rem;
}

.reci-dx-card-link--disabled {
  justify-content: center;
  color: #6f8094 !important;
  background: rgba(231, 237, 245, 0.92) !important;
  border: 1px solid rgba(175, 191, 209, 0.42);
  box-shadow: none;
  opacity: 1;
  pointer-events: none;
}

.reci-resfa-shell .reci-products-site-footer {
  margin-top: 28px;
}

.reci-dx-lineup-card--resfa {
  grid-column: auto;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(31, 135, 222, 0.22);
  box-shadow:
    0 22px 54px rgba(31, 135, 222, 0.12),
    0 18px 48px var(--reci-dx-panel-shadow);
}

.reci-dx-lineup-card--resfa .reci-dx-lineup-head strong {
  font-size: 1.28rem;
}

.reci-dx-lineup-card--resfa > p {
  max-width: none;
}

.reci-dx-lineup-card--resfa .reci-dx-card-link {
  background: #1f87de;
  width: 100%;
  min-width: 0;
}

.reci-dx-lineup-card--reweb,
.reci-dx-lineup-card--recalc,
.reci-dx-lineup-card--reqa,
.reci-dx-lineup-card--recm,
.reci-dx-lineup-card--dms,
.reci-dx-lineup-card--alms {
  background: rgba(255, 255, 255, 0.98);
}

.reci-dx-lineup-card--reweb {
  border: 1px solid rgba(22, 182, 171, 0.22);
}

.reci-dx-lineup-card--recalc {
  border: 1px solid rgba(135, 95, 220, 0.22);
}

.reci-dx-lineup-card--reqa {
  border: 1px solid rgba(88, 175, 208, 0.22);
}

.reci-dx-lineup-card--recm {
  border: 1px solid rgba(30, 162, 231, 0.22);
}

.reci-dx-lineup-card--dms {
  border: 1px solid rgba(63, 113, 210, 0.18);
}

.reci-dx-lineup-card--alms {
  border: 1px solid rgba(175, 131, 87, 0.2);
}
.reci-dx-lineup-card--reweb .reci-dx-card-link {
  background: #16b6ab;
}

.reci-dx-lineup-card--recalc .reci-dx-card-link {
  background: #875fdc;
}

.reci-dx-lineup-card--reqa .reci-dx-card-link {
  background: #58afd0;
}

.reci-dx-lineup-card--recm .reci-dx-card-link {
  background: #1ea2e7;
}

.reci-dx-lineup-card--dms .reci-dx-card-link {
  background: #3f71d2;
}

.reci-dx-lineup-card--alms .reci-dx-card-link {
  background: #af8357;
}

@media (max-width: 1180px) {
  .reci-dx-hero-grid {
    grid-template-columns: 1fr;
  }

  .reci-dx-hero-copy h1 {
    white-space: normal;
  }

  .reci-dx-title-sequence-item:first-child {
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .reci-resfa-shell .reci-dx-infra-platform {
    grid-template-columns: 1fr;
  }

  .reci-resfa-shell .reci-dx-infra-visual-card {
    min-height: 380px;
  }

  .reci-resfa-shell .reci-dx-infra-topcards {
    grid-template-columns: 1fr;
  }

  .reci-resfa-shell .reci-dx-infra-stage-labels {
    position: static;
    margin-top: 112px;
    justify-content: space-between;
  }

  .reci-dx-architecture,
  .reci-dx-architecture-row,
  .reci-dx-alms-bridge {
    grid-template-columns: 1fr;
  }

  .reci-dx-lineup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reci-dx-lineup-card--resfa {
    grid-column: span 2;
  }

  .reci-dx-flow::before,
  .reci-dx-flow::after,
  .reci-dx-flow--vertical::before,
  .reci-dx-flow--vertical::after,
  .reci-dx-alms-bridge-line::before {
    display: none;
  }

  .reci-dx-node--alms-wide {
    max-width: none;
    margin-left: 0;
  }

  .reci-dx-core-stage {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .reci-dx-core-card,
  .reci-dx-orbit,
  .reci-dx-connector {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
  }

  .reci-dx-core-card {
    grid-template-columns: 86px 1fr;
  }

  .reci-dx-core-body {
    padding: 24px 20px 20px;
  }

  .reci-dx-orbit {
    min-width: 100%;
    justify-content: flex-start;
  }

  .reci-dx-connector {
    display: none;
  }

  .reci-dx-matrix {
    min-width: 900px;
    margin-left: 0;
  }

  .reci-dx-matrix tbody th {
    min-width: 190px;
  }
}

@media (max-width: 640px) {
  .reci-dx-hero-panel,
  .reci-dx-map-card,
  .reci-dx-lineup-card {
    padding: 22px;
  }

  .reci-dx-intro-band {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: auto;
    padding: 16px 18px;
  }

  .reci-dx-intro-band span,
  .reci-dx-intro-band p {
    white-space: normal;
  }

  .reci-dx-intro-pill {
    min-height: auto;
    padding: 12px 16px;
    border-radius: 24px;
  }

  .reci-dx-title-sequence {
    gap: 8px;
  }

  .reci-dx-title-sequence-item {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
  }

  .reci-dx-hero-copy h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .reci-dx-lineup-grid {
    grid-template-columns: 1fr;
  }

  .reci-dx-lineup-card--resfa {
    grid-column: auto;
  }

  .reci-dx-lineup-card--resfa .reci-dx-card-link {
    width: 100%;
    min-width: 0;
  }

  .reci-dx-node--resfa {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96));
  border-color: #1f87de;
  box-shadow: 0 14px 30px rgba(17, 43, 69, 0.06);
}








