/* Ryszka Digital home middle section: final cockpit concept */

html body.page-home {
  --rd-bg-deep: #020a0f;
  --rd-bg-ink: #06141b;
  --rd-bg-panel: rgba(8, 31, 42, 0.78);
  --rd-bg-panel-strong: rgba(7, 27, 38, 0.94);
  --rd-border: rgba(123, 198, 211, 0.22);
  --rd-border-soft: rgba(255, 255, 255, 0.09);
  --rd-gold: #e0a94f;
  --rd-gold-soft: #f4cf82;
  --rd-gold-dim: rgba(224, 169, 79, 0.16);
  --rd-cyan: #48c2d5;
  --rd-cyan-soft: rgba(72, 194, 213, 0.16);
  --rd-text: #fff6ea;
  --rd-muted: rgba(229, 237, 238, 0.68);
  --rd-faint: rgba(229, 237, 238, 0.46);
  --rd-danger-soft: #e8794e;
}


html body.page-home .rd-midpage,
html body.page-home .rd-midpage * {
  box-sizing: border-box;
}

html body.page-home .rd-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

html body.page-home .rd-svg-icon {
  width: var(--rd-icon-size, 24px);
  height: var(--rd-icon-size, 24px);
  display: inline-block;
  flex: 0 0 auto;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: var(--rd-icon-stroke, 1.8);
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

html body.page-home .rd-icon-shell {
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

html body.page-home .rd-midpage {
  position: relative;
  z-index: 1;
  overflow: clip;
  color: var(--rd-text);
  background:
    radial-gradient(760px 420px at 82% 7%, rgba(42, 174, 194, 0.18), transparent 64%),
    radial-gradient(680px 420px at 12% 18%, rgba(224, 169, 79, 0.1), transparent 66%),
    linear-gradient(180deg, #02090e 0%, #03131b 28%, #061b25 58%, #03131b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(224, 169, 79, 0.18);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

html body.page-home .rd-midpage-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.62;
  background:
    linear-gradient(rgba(72, 194, 213, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 194, 213, 0.023) 1px, transparent 1px),
    radial-gradient(circle at 86% 12%, rgba(72, 194, 213, 0.12), transparent 24%),
    radial-gradient(circle at 24% 72%, rgba(224, 169, 79, 0.08), transparent 26%);
  background-size: 72px 72px, 72px 72px, auto, auto;
  mask-image: linear-gradient(180deg, transparent, #000 6%, #000 94%, transparent);
}

html body.page-home .rd-midpage-bg::before,
html body.page-home .rd-midpage-bg::after {
  content: "";
  position: absolute;
  inset: -20% -8%;
  background:
    linear-gradient(32deg, transparent 0 35%, rgba(72, 194, 213, 0.035) 35.2% 35.35%, transparent 35.55%),
    linear-gradient(102deg, transparent 0 52%, rgba(72, 194, 213, 0.03) 52.2% 52.35%, transparent 52.55%),
    linear-gradient(28deg, transparent 0 42%, rgba(72, 194, 213, 0.09) 42.25% 42.6%, transparent 43%),
    linear-gradient(154deg, transparent 0 48%, rgba(224, 169, 79, 0.08) 48.2% 48.55%, transparent 49%),
    linear-gradient(12deg, transparent 0 62%, rgba(72, 194, 213, 0.08) 62.2% 62.5%, transparent 63%);
}

html body.page-home .rd-midpage-bg::after {
  transform: rotate(180deg);
  opacity: 0.54;
}

html body.page-home .rd-mid-shell {
  position: relative;
  width: min(1696px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 8px;
}

html body.page-home .rd-mid-shell::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 64px;
  left: 68px;
  width: 2px;
  background:
    linear-gradient(180deg, var(--rd-gold), var(--rd-gold-soft) 18%, var(--rd-gold) 54%, rgba(224, 169, 79, 0.42));
  box-shadow: 0 0 22px rgba(224, 169, 79, 0.18);
  opacity: 0.96;
}

html body.page-home .rd-mid-section {
  position: relative;
  padding: 72px 0 64px 130px;
  border-bottom: 1px solid rgba(123, 198, 211, 0.12);
}

html body.page-home .rd-mid-section-search {
  padding-bottom: 26px;
}

html body.page-home .rd-mid-anchor {
  position: absolute;
  top: -112px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

html body.page-home .rd-mid-station {
  position: absolute;
  left: 37px;
  top: 40px;
  z-index: 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
  color: var(--rd-text);
  background:
    radial-gradient(circle at 50% 44%, rgba(224, 169, 79, 0.16), transparent 56%),
    #06131b;
  box-shadow:
    0 0 0 8px rgba(3, 19, 27, 0.9),
    0 16px 36px rgba(0, 0, 0, 0.34);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

html body.page-home .rd-mid-title {
  margin: 0;
  display: grid;
  gap: 0;
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

html body.page-home .rd-mid-title-gold {
  color: var(--rd-gold);
}

html body.page-home .rd-mid-title-rule {
  display: block;
  width: 86px;
  height: 4px;
  margin: 34px 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rd-gold-soft), rgba(224, 169, 79, 0));
  box-shadow: 0 0 18px rgba(224, 169, 79, 0.24);
}

html body.page-home .rd-mid-lead {
  max-width: 540px;
  margin: 0;
  color: var(--rd-muted);
  font-size: 21px;
  line-height: 1.6;
}

html body.page-home .rd-search-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(450px, 488px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

html body.page-home .rd-search-copy .rd-mid-title {
  max-width: 462px;
  font-size: 44px;
  line-height: 1.03;
}

html body.page-home .rd-search-copy .rd-mid-title > span {
  white-space: nowrap;
}

html body.page-home .rd-search-copy .rd-mid-title-rule {
  margin-top: 42px;
}

html body.page-home .rd-search-visual {
  position: relative;
  width: min(820px, 100%);
  min-height: 388px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 0;
  margin-top: -20px;
}

html body.page-home .rd-search-radar {
  position: absolute;
  z-index: 0;
  top: -2px;
  right: -282px;
  width: 424px;
  height: 424px;
  border-radius: 50%;
  opacity: 0.68;
  background:
    radial-gradient(circle at 50% 50%, rgba(224, 169, 79, 0.26) 0 18px, transparent 20px),
    repeating-radial-gradient(circle, rgba(72, 194, 213, 0.31) 0 1px, transparent 1px 32px),
    linear-gradient(90deg, transparent 49.85%, rgba(72, 194, 213, 0.2) 50%, transparent 50.15%),
    linear-gradient(0deg, transparent 49.85%, rgba(72, 194, 213, 0.2) 50%, transparent 50.15%),
    linear-gradient(38deg, transparent 0 39%, rgba(72, 194, 213, 0.12) 39.2% 39.45%, transparent 39.7%),
    linear-gradient(118deg, transparent 0 56%, rgba(72, 194, 213, 0.1) 56.2% 56.45%, transparent 56.7%),
    radial-gradient(circle, rgba(72, 194, 213, 0.11), transparent 64%);
}

html body.page-home .rd-search-radar::before {
  content: "";
  position: absolute;
  inset: -34px;
  border-radius: 50%;
  background:
    linear-gradient(26deg, transparent 0 42%, rgba(72, 194, 213, 0.08) 42.2% 42.45%, transparent 42.7%),
    linear-gradient(146deg, transparent 0 48%, rgba(72, 194, 213, 0.07) 48.2% 48.45%, transparent 48.7%);
  opacity: 0.5;
}

html body.page-home .rd-radar-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  border-radius: 50% 50% 50% 0;
  rotate: -45deg;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold));
  box-shadow: 0 0 28px rgba(224, 169, 79, 0.42);
}

html body.page-home .rd-radar-core::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: #071720;
}

html body.page-home .rd-radar-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rd-cyan);
  box-shadow: 0 0 20px rgba(72, 194, 213, 0.72);
}

html body.page-home .rd-radar-dot-a { left: 72%; top: 24%; }
html body.page-home .rd-radar-dot-b { left: 79%; top: 72%; }
html body.page-home .rd-radar-dot-c { left: 54%; top: 15%; }

html body.page-home .rd-radar-route {
  position: absolute;
  left: 2%;
  top: 56%;
  width: 94%;
  height: 1.5px;
  transform: rotate(-24deg);
  background: repeating-linear-gradient(90deg, rgba(224, 169, 79, 0.85) 0 7px, transparent 7px 15px);
  opacity: 0.68;
}

html body.page-home .rd-radar-route::after {
  content: "";
  position: absolute;
  left: 68%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--rd-gold-soft);
  box-shadow: 0 0 14px rgba(224, 169, 79, 0.5);
}

html body.page-home .rd-search-card {
  position: relative;
  z-index: 1;
  min-height: 384px;
  padding: 13px 13px 13px;
  border: 1px solid rgba(123, 198, 211, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 31, 42, 0.88), rgba(5, 18, 26, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(72, 194, 213, 0.08), transparent 50%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 70px rgba(0, 0, 0, 0.28);
}

html body.page-home .rd-search-field {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid rgba(123, 198, 211, 0.3);
  border-radius: 8px;
  color: var(--rd-text);
  background: rgba(4, 16, 23, 0.66);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

html body.page-home .rd-icon-search {
  --rd-icon-size: 18px;
  --rd-icon-stroke: 2.1;
  flex: 0 0 auto;
  color: rgba(225, 239, 240, 0.78);
}

html body.page-home .rd-icon-search::after {
  content: none;
}

html body.page-home .rd-search-label {
  margin: 24px 0 16px;
  color: rgba(229, 237, 238, 0.76);
  font-size: 15px;
}

html body.page-home .rd-top-pins {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 8px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

html body.page-home .rd-top-pins span {
  position: relative;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 3px solid var(--rd-gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  color: var(--rd-text);
  background: #08202b;
  font-weight: 800;
}

html body.page-home .rd-top-pins span::first-letter {
  transform: rotate(45deg);
}

html body.page-home .rd-top-pins span {
  line-height: 1;
}

html body.page-home .rd-top-pins span::before {
  content: attr(data-empty);
}

html body.page-home .rd-top-pins span {
  text-indent: 0;
}

html body.page-home .rd-top-pins span {
  rotate: 0deg;
}

html body.page-home .rd-top-pins span {
  transform: rotate(-45deg);
}

html body.page-home .rd-top-pins span {
  font-size: 0;
}

html body.page-home .rd-top-pins span::after {
  content: attr(data-rank);
}

html body.page-home .rd-top-pins span:nth-child(1)::after { content: "1"; }
html body.page-home .rd-top-pins span:nth-child(2)::after { content: "2"; }
html body.page-home .rd-top-pins span:nth-child(3)::after { content: "3"; }

html body.page-home .rd-top-pins span::after {
  transform: rotate(45deg);
  font-size: 16px;
}

html body.page-home .rd-search-position {
  display: grid;
  gap: 3px;
  margin: 14px 0 14px;
  color: var(--rd-muted);
}

html body.page-home .rd-search-position span {
  color: rgba(255, 246, 234, 0.82);
  font-size: 15px;
  font-weight: 700;
}

html body.page-home .rd-search-position strong {
  color: var(--rd-text);
  font-size: 30px;
  line-height: 1.04;
}

html body.page-home .rd-search-position small {
  color: var(--rd-muted);
  font-size: 14px;
}

html body.page-home .rd-search-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

html body.page-home .rd-search-actions span {
  min-height: 72px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 10px 5px;
  border: 1px solid rgba(123, 198, 211, 0.28);
  border-radius: 8px;
  color: var(--rd-text);
  background: rgba(8, 30, 40, 0.66);
  font-size: 13px;
  font-weight: 700;
}

html body.page-home .rd-search-actions .rd-line-icon {
  --rd-icon-size: 29px;
  --rd-icon-stroke: 1.75;
  width: 29px;
  height: 29px;
  color: var(--rd-cyan);
  filter: drop-shadow(0 0 8px rgba(72, 194, 213, 0.18));
}

html body.page-home .rd-css-icon {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  color: var(--rd-cyan);
}

html body.page-home .rd-css-phone::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 13px;
  height: 18px;
  border: 2.2px solid currentColor;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 4px 4px 12px 4px;
  transform: rotate(40deg);
}

html body.page-home .rd-css-phone::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-top: 2.2px solid currentColor;
  border-left: 2.2px solid currentColor;
  border-radius: 5px 0 0 0;
  transform: rotate(38deg);
}

html body.page-home .rd-css-route::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 19px;
  height: 17px;
  clip-path: polygon(96% 2%, 38% 96%, 31% 58%, 2% 42%);
  background: currentColor;
  transform: rotate(8deg);
}

html body.page-home .rd-css-route::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 8px;
  height: 8px;
  clip-path: polygon(96% 2%, 38% 96%, 30% 58%, 2% 42%);
  background: #071923;
  transform: rotate(8deg);
}

html body.page-home .rd-css-globe {
  border: 2.2px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-css-globe::before,
html body.page-home .rd-css-globe::after {
  content: "";
  position: absolute;
  inset: 6px 0;
  border-top: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
}

html body.page-home .rd-css-globe::after {
  inset: 0 8px;
  border: 0;
  border-left: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}

html body.page-home .rd-signal-problem {
  position: relative;
  width: calc(100% - 80px);
  margin-top: 37px;
  padding: 26px 28px 26px;
  border: 1px solid var(--rd-border);
  border-radius: 8px;
  background:
    radial-gradient(520px 220px at 74% 18%, rgba(72, 194, 213, 0.075), transparent 62%),
    linear-gradient(180deg, rgba(6, 24, 33, 0.84), rgba(3, 15, 23, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 30px 90px rgba(0, 0, 0, 0.22);
}

html body.page-home .rd-signal-problem::before {
  content: "";
  position: absolute;
  left: -64px;
  top: 28px;
  width: 65px;
  height: 58px;
  border-left: 2px solid var(--rd-gold);
  border-bottom: 2px solid var(--rd-gold);
  border-bottom-left-radius: 40px;
}

html body.page-home .rd-signal-problem::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 83px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rd-gold-soft);
  box-shadow: 0 0 18px rgba(224, 169, 79, 0.62);
}

html body.page-home .rd-signal-problem h3 {
  margin: 0 0 16px;
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-size: 34px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
}

html body.page-home .rd-signal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

html body.page-home .rd-gap-card {
  min-height: 256px;
  display: flex;
  flex-direction: column;
  padding: 20px 18px 18px;
  border: 1px solid rgba(123, 198, 211, 0.25);
  border-radius: 8px;
  background:
    radial-gradient(180px 120px at 50% 0%, rgba(72, 194, 213, 0.045), transparent 70%),
    linear-gradient(180deg, rgba(8, 31, 42, 0.76), rgba(4, 18, 27, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html body.page-home .rd-gap-head {
  min-height: 52px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
}

html body.page-home .rd-gap-head h4 {
  margin: 0;
  color: var(--rd-text);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 800;
}

html body.page-home .rd-gap-icon {
  --rd-icon-size: 50px;
  --rd-icon-stroke: 1.9;
  width: 52px;
  height: 52px;
  display: block;
  color: rgba(222, 233, 232, 0.72);
}

html body.page-home .rd-gap-head .rd-svg-icon {
  align-self: center;
  justify-self: center;
}

html body.page-home .rd-gap-card:nth-child(1) .rd-gap-icon,
html body.page-home .rd-gap-card:nth-child(4) .rd-gap-icon {
  color: var(--rd-gold);
}

html body.page-home .rd-gap-card:nth-child(5) .rd-gap-icon {
  color: rgba(222, 233, 232, 0.86);
}

html body.page-home .rd-gap-shop {
  width: 50px;
  height: 50px;
  border: 3px solid var(--rd-gold);
  border-top-width: 0;
  border-radius: 2px 2px 8px 8px;
}

html body.page-home .rd-gap-shop::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -14px;
  height: 20px;
  border: 3px solid currentColor;
  border-bottom-color: var(--rd-gold);
  border-radius: 8px 8px 4px 4px;
}

html body.page-home .rd-gap-screen {
  width: 48px;
  height: 38px;
  margin-top: 4px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

html body.page-home .rd-gap-screen::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -11px;
  height: 10px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

html body.page-home .rd-gap-pin {
  width: 47px;
  height: 47px;
  margin-left: 3px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

html body.page-home .rd-gap-pin::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: currentColor;
}

html body.page-home .rd-gap-star {
  color: var(--rd-gold);
  background: none;
  clip-path: none;
}

html body.page-home .rd-gap-star::before,
html body.page-home .rd-gap-star::after {
  content: "";
  position: absolute;
  inset: 4px;
  clip-path: polygon(50% 4%, 61% 37%, 96% 37%, 67% 57%, 78% 92%, 50% 70%, 22% 92%, 33% 57%, 4% 37%, 39% 37%);
}

html body.page-home .rd-gap-star::before {
  background: currentColor;
}

html body.page-home .rd-gap-star::after {
  inset: 9px;
  background: #082230;
}

html body.page-home .rd-gap-target {
  width: 48px;
  height: 48px;
  margin: 2px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-gap-target::before,
html body.page-home .rd-gap-target::after {
  content: "";
  position: absolute;
  background: currentColor;
}

html body.page-home .rd-gap-target::before {
  left: 50%;
  top: -8px;
  width: 3px;
  height: 62px;
  transform: translateX(-50%);
}

html body.page-home .rd-gap-target::after {
  left: -8px;
  top: 50%;
  width: 62px;
  height: 3px;
  transform: translateY(-50%);
}

html body.page-home .rd-gap-badge {
  align-self: flex-start;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  margin: 20px 0 16px;
  padding: 0 20px;
  border: 1px solid rgba(232, 121, 78, 0.82);
  border-radius: 999px;
  color: #ff875e;
  background: rgba(232, 121, 78, 0.09);
  font-size: 15px;
  font-weight: 800;
}

html body.page-home .rd-gap-badge-soft {
  color: var(--rd-gold-soft);
  border-color: rgba(244, 207, 130, 0.74);
  background: rgba(224, 169, 79, 0.08);
}

html body.page-home .rd-gap-card p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.55;
}

html body.page-home .rd-gap-meter {
  position: relative;
  height: 8px;
  margin-top: auto;
  border-radius: 2px;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, rgba(229, 237, 238, 0.18) 0 27px, transparent 27px 32px);
}

html body.page-home .rd-gap-meter::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fill);
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, #e85e45 0 27px, transparent 27px 32px);
}

html body.page-home .rd-gap-card:nth-child(2) .rd-gap-meter::before,
html body.page-home .rd-gap-card:nth-child(4) .rd-gap-meter::before {
  background: repeating-linear-gradient(90deg, #ef8f3f 0 27px, transparent 27px 32px);
}

html body.page-home .rd-gap-card:nth-child(5) .rd-gap-meter::before {
  background: repeating-linear-gradient(90deg, var(--rd-gold-soft) 0 27px, transparent 27px 32px);
}

html body.page-home .rd-signal-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 0;
  color: var(--rd-muted);
  font-size: 17px;
  line-height: 1.45;
}

html body.page-home .rd-signal-note span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--rd-cyan);
  border-radius: 40% 40% 50% 50%;
  color: var(--rd-cyan);
  font-weight: 800;
}

html body.page-home .rd-signal-note span .rd-svg-icon {
  --rd-icon-size: 17px;
  --rd-icon-stroke: 2.1;
}

html body.page-home .rd-mid-subtitle {
  max-width: 560px;
  margin: 32px 0 0;
  color: rgba(255, 246, 234, 0.86);
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
}

html body.page-home .rd-mid-button {
  width: min(560px, 100%);
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding: 0 34px;
  border: 1px solid rgba(255, 229, 166, 0.72);
  border-radius: 8px;
  color: #071016;
  background:
    linear-gradient(180deg, #f7d987, #e6ad50 62%, #c98f3d),
    var(--rd-gold);
  box-shadow:
    0 18px 46px rgba(224, 169, 79, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  font-size: 22px;
  font-weight: 900;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}

html body.page-home .rd-mid-button span {
  text-decoration: none !important;
}

html body.page-home .rd-mid-button .rd-button-arrow {
  --rd-icon-size: 28px;
  --rd-icon-stroke: 2.2;
  color: currentColor;
}

html body.page-home .rd-mid-button:hover,
html body.page-home .rd-mid-button:focus-visible {
  color: #071016;
  transform: translateY(-1px);
}

html body.page-home .rd-button-note {
  margin: 22px 0 0;
  color: var(--rd-muted);
  font-size: 17px;
}

html body.page-home .rd-trust-row {
  width: min(600px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  border: 1px solid var(--rd-border);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(5, 18, 26, 0.54);
}

html body.page-home .rd-trust-row span {
  min-height: 92px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: var(--rd-muted);
  border-right: 1px solid rgba(123, 198, 211, 0.14);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

html body.page-home .rd-trust-row span:last-child {
  border-right: 0;
}

html body.page-home .rd-trust-row i {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  color: var(--rd-gold);
}

html body.page-home .rd-trust-row .rd-trust-icon {
  --rd-icon-size: 29px;
  --rd-icon-stroke: 1.75;
  width: 29px;
  height: 29px;
  color: var(--rd-gold);
}

html body.page-home .rd-trust-shield {
  border: 0;
  border-radius: 0;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}

html body.page-home .rd-trust-shield::before {
  content: "";
  position: absolute;
  inset: 3px;
  background: #061720;
  clip-path: inherit;
}

html body.page-home .rd-trust-user::before,
html body.page-home .rd-trust-user::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

html body.page-home .rd-trust-user::before {
  left: 8px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

html body.page-home .rd-trust-user::after {
  left: 3px;
  right: 3px;
  bottom: 3px;
  height: 13px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 0;
}

html body.page-home .rd-trust-check {
  border: 2px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-trust-check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 11px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

html body.page-home .rd-mapcheck-layout {
  display: grid;
  grid-template-columns: 493px 997px;
  gap: 0;
  align-items: start;
}

html body.page-home .rd-mapcheck-copy .rd-mid-title {
  max-width: 520px;
  font-size: 66px;
}

html body.page-home .rd-mapcheck-copy .rd-mid-title > span:first-child {
  white-space: nowrap;
}

html body.page-home .rd-mapcheck-copy .rd-mid-title .rd-mid-title-gold {
  font-size: 80px;
}

html body.page-home .rd-mid-section-mapcheck {
  padding-top: 36px;
  padding-bottom: 24px;
}

html body.page-home .rd-mid-section-mapcheck .rd-mid-station {
  top: 68px;
}

html body.page-home .rd-mapcheck-copy {
  padding-top: 90px;
}

html body.page-home .rd-mapcheck-copy .rd-mid-subtitle {
  max-width: 470px;
  margin-top: 32px;
  font-size: 26px;
  line-height: 1.42;
}

html body.page-home .rd-mapcheck-copy .rd-mid-title-rule {
  margin: 24px 0 24px;
}

html body.page-home .rd-mapcheck-copy .rd-mid-lead {
  max-width: 500px;
  font-size: 22px;
  line-height: 1.52;
}

html body.page-home .rd-mapcheck-copy .rd-mid-button {
  width: 430px;
  min-height: 80px;
  margin-top: 34px;
  padding: 0 30px;
  font-size: 20px;
}

html body.page-home .rd-mapcheck-copy .rd-button-note {
  margin-top: 20px;
}

html body.page-home .rd-mapcheck-copy .rd-trust-row {
  width: 460px;
  margin-top: 24px;
}

html body.page-home .rd-mapcheck-copy .rd-trust-row span {
  grid-template-columns: 28px 1fr;
  gap: 10px;
  min-height: 90px;
  padding: 15px 12px;
  font-size: 14px;
}

html body.page-home .rd-dossier-card {
  position: relative;
  min-height: 0;
  padding: 24px 24px 20px;
  border: 1px solid rgba(164, 218, 226, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(520px 240px at 70% 0%, rgba(224, 169, 79, 0.065), transparent 58%),
    radial-gradient(520px 360px at 28% 50%, rgba(72, 194, 213, 0.09), transparent 58%),
    linear-gradient(180deg, rgba(7, 27, 38, 0.96), rgba(4, 17, 26, 0.95));
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html body.page-home .rd-dossier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(rgba(72, 194, 213, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 194, 213, 0.022) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
}

html body.page-home .rd-dossier-head,
html body.page-home .rd-dossier-top,
html body.page-home .rd-check-modules,
html body.page-home .rd-dossier-foot {
  position: relative;
  z-index: 1;
}

html body.page-home .rd-dossier-head {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 0 4px 24px;
}

html body.page-home .rd-dossier-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
}

html body.page-home .rd-dossier-icon::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 24px;
  height: 32px;
  border: 2px solid var(--rd-gold);
  border-radius: 4px;
  background:
    linear-gradient(var(--rd-gold), var(--rd-gold)) 6px 9px / 12px 2px no-repeat,
    linear-gradient(var(--rd-gold), var(--rd-gold)) 6px 16px / 10px 2px no-repeat;
}

html body.page-home svg.rd-dossier-icon {
  --rd-icon-size: 60px;
  --rd-icon-stroke: 1.75;
  padding: 14px;
  color: var(--rd-gold);
}

html body.page-home svg.rd-dossier-icon::before {
  content: none;
}

html body.page-home .rd-dossier-head h3 {
  margin: 0;
  color: var(--rd-gold);
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

html body.page-home .rd-dossier-head p {
  margin: 6px 0 0;
  color: var(--rd-muted);
  font-size: 17px;
}

html body.page-home .rd-mapcheck-stamp {
  display: inline-grid;
  place-items: center;
  min-width: 172px;
  min-height: 52px;
  transform: rotate(-7deg);
  border: 3px double rgba(224, 169, 79, 0.72);
  border-radius: 8px;
  color: var(--rd-gold);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
  opacity: 0.68;
}

html body.page-home .rd-dossier-top {
  display: grid;
  grid-template-columns: 1.1fr 0.92fr 1.15fr;
  height: 216px;
  min-height: 0;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(4, 18, 26, 0.56);
}

html body.page-home .rd-focus-map {
  position: relative;
  height: 216px;
  min-height: 0;
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(72, 194, 213, 0.38) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, transparent 49.85%, rgba(72, 194, 213, 0.16) 50%, transparent 50.15%),
    linear-gradient(0deg, transparent 49.85%, rgba(72, 194, 213, 0.16) 50%, transparent 50.15%),
    linear-gradient(35deg, transparent 0 37%, rgba(72, 194, 213, 0.12) 37.2% 37.45%, transparent 37.7%),
    linear-gradient(128deg, transparent 0 57%, rgba(72, 194, 213, 0.11) 57.2% 57.45%, transparent 57.7%),
    radial-gradient(circle, rgba(72, 194, 213, 0.12), transparent 68%);
}

html body.page-home .rd-focus-map::before {
  content: "";
  position: absolute;
  inset: -20px;
  background:
    linear-gradient(152deg, transparent 0 44%, rgba(72, 194, 213, 0.08) 44.2% 44.45%, transparent 44.7%),
    linear-gradient(20deg, transparent 0 53%, rgba(72, 194, 213, 0.075) 53.2% 53.45%, transparent 53.7%);
  opacity: 0.55;
}

html body.page-home .rd-focus-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold));
  box-shadow: 0 0 28px rgba(224, 169, 79, 0.44);
}

html body.page-home .rd-focus-pin::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: #071720;
}

html body.page-home .rd-focus-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rd-cyan);
  box-shadow: 0 0 18px rgba(72, 194, 213, 0.72);
}

html body.page-home .rd-focus-dot-a { left: 22%; top: 28%; }
html body.page-home .rd-focus-dot-b { right: 18%; top: 18%; }

html body.page-home .rd-focus-copy {
  padding: 28px 28px;
  border-left: 1px solid rgba(123, 198, 211, 0.14);
}

html body.page-home .rd-focus-copy h4,
html body.page-home .rd-position-compare h4 {
  margin: 0 0 16px;
  color: #8de4ee;
  font-size: 19px;
  font-weight: 700;
}

html body.page-home .rd-focus-copy p {
  margin: 0 0 16px;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.38;
}

html body.page-home .rd-focus-copy small {
  color: rgba(255, 246, 234, 0.68);
  font-size: 13px;
}

html body.page-home .rd-inline-pin {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  border: 2px solid var(--rd-cyan);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

html body.page-home svg.rd-inline-pin {
  --rd-icon-size: 15px;
  --rd-icon-stroke: 2;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 0;
  border-radius: 0;
  color: var(--rd-cyan);
  transform: none;
}

html body.page-home .rd-position-compare {
  padding: 26px 30px;
  border-left: 1px solid rgba(123, 198, 211, 0.18);
}

html body.page-home .rd-position-compare div {
  display: grid;
  grid-template-columns: 24px minmax(120px, 1fr) 120px 36px;
  gap: 15px;
  align-items: center;
  margin-bottom: 11px;
  color: var(--rd-muted);
  font-size: 14px;
}

html body.page-home .rd-position-compare i,
html body.page-home .rd-position-compare .rd-bar {
  display: block;
  height: 9px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(97, 215, 226, 0.8) var(--bar), rgba(72, 194, 213, 0.09) 0);
}

html body.page-home .rd-position-compare em {
  color: rgba(255, 246, 234, 0.68);
  font-style: normal;
  text-align: right;
}

html body.page-home .rd-position-compare p {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 0;
  color: var(--rd-gold);
  font-size: 20px;
  font-weight: 900;
}

html body.page-home .rd-position-compare b {
  color: var(--rd-gold-soft);
}

html body.page-home .rd-check-modules {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

html body.page-home .rd-check-module {
  position: relative;
  height: 378px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 54px 24px 18px;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 30%, rgba(72, 194, 213, 0.12), transparent 34%),
    rgba(6, 24, 34, 0.76);
}

html body.page-home .rd-module-index {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
  color: var(--rd-text);
  font-size: 20px;
  font-weight: 900;
}

html body.page-home .rd-module-icon {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  color: #89e5ef;
}

html body.page-home .rd-module-icon::before {
  content: "";
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(72, 194, 213, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 42px rgba(72, 194, 213, 0.07);
}

html body.page-home svg.rd-module-icon {
  --rd-icon-size: 72px;
  --rd-icon-stroke: 1.65;
  padding: 16px;
  color: #89e5ef;
}

html body.page-home svg.rd-module-icon::before {
  content: none;
}

html body.page-home .rd-module-pin {
  border: 4.5px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0.72);
}

html body.page-home .rd-module-pin::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-module-people::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 10px;
  width: 44px;
  height: 44px;
  border: 4.5px solid currentColor;
  border-radius: 50%;
  box-shadow:
    -34px 35px 0 -14px transparent,
    34px 35px 0 -14px transparent;
}

html body.page-home .rd-module-people {
  background:
    radial-gradient(circle at 21% 63%, transparent 0 15px, currentColor 16px 18px, transparent 19px),
    radial-gradient(circle at 79% 63%, transparent 0 15px, currentColor 16px 18px, transparent 19px),
    linear-gradient(currentColor, currentColor) 22px 69px / 52px 4px no-repeat;
}

html body.page-home .rd-module-store {
  border: 4.5px solid currentColor;
  border-top-width: 0;
  border-radius: 4px 4px 12px 12px;
  transform: scale(0.72);
}

html body.page-home .rd-module-store::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -24px;
  height: 28px;
  border: 4.5px solid currentColor;
  border-radius: 8px 8px 4px 4px;
}

html body.page-home .rd-module-calendar {
  display: grid;
  place-items: center;
  border: 4.5px solid currentColor;
  border-radius: 10px;
  color: #89e5ef;
  font-size: 30px;
  font-weight: 900;
}

html body.page-home .rd-module-calendar .rd-svg-icon {
  --rd-icon-size: 72px;
  --rd-icon-stroke: 1.65;
  position: absolute;
  inset: 0;
  padding: 15px;
  color: #89e5ef;
}

html body.page-home .rd-module-calendar > span {
  position: relative;
  z-index: 1;
  color: var(--rd-gold-soft);
  font-size: 25px;
  line-height: 1;
}

html body.page-home .rd-check-module h4 {
  margin: 0 0 14px;
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-size: 25px;
  line-height: 1.03;
  letter-spacing: 0;
}

html body.page-home .rd-check-module p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.36;
}

html body.page-home .rd-check-module small {
  align-self: flex-start;
  margin-top: auto;
  padding: 6px 14px;
  border: 1px solid rgba(72, 194, 213, 0.46);
  border-radius: 999px;
  color: #8de4ee;
  font-size: 13px;
}

html body.page-home .rd-dossier-foot {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  height: 119px;
  min-height: 119px;
  margin-top: 16px;
  padding: 14px 34px;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background: rgba(5, 20, 29, 0.7);
}

html body.page-home .rd-dossier-foot h4 {
  margin: 0 0 12px;
  color: #8de4ee;
  font-size: 20px;
}

html body.page-home .rd-dossier-foot ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--rd-muted);
  font-size: 14px;
}

html body.page-home .rd-dossier-foot li {
  white-space: nowrap;
}

html body.page-home .rd-dossier-foot li::before {
  content: "✓";
  margin-right: 12px;
  color: #8de4ee;
  font-weight: 900;
}

html body.page-home .rd-dossier-foot li:has(.rd-foot-check)::before {
  content: none;
}

html body.page-home .rd-dossier-foot li:has(.rd-foot-check) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

html body.page-home .rd-foot-check {
  --rd-icon-size: 16px;
  --rd-icon-stroke: 2;
  flex: 0 0 16px;
  color: #8de4ee;
}

html body.page-home .rd-dossier-foot aside {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  padding-left: 34px;
  border-left: 1px solid rgba(224, 169, 79, 0.32);
}

html body.page-home .rd-dossier-foot aside strong {
  color: var(--rd-gold);
  font-size: 17px;
}

html body.page-home .rd-dossier-foot aside p {
  grid-column: 2;
  margin: -12px 0 0;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.35;
}

html body.page-home .rd-foot-shield {
  position: relative;
  width: 48px;
  height: 58px;
  border: 0;
  background: var(--rd-gold);
  clip-path: polygon(50% 0, 100% 18%, 88% 76%, 50% 100%, 12% 76%, 0 18%);
}

html body.page-home .rd-foot-shield::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: #061720;
  clip-path: inherit;
}

html body.page-home .rd-foot-shield::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 22px;
  width: 16px;
  height: 9px;
  border-left: 3px solid var(--rd-gold);
  border-bottom: 3px solid var(--rd-gold);
  transform: rotate(-45deg);
}

html body.page-home svg.rd-foot-shield {
  --rd-icon-size: 50px;
  --rd-icon-stroke: 1.75;
  width: 50px;
  height: 58px;
  border: 0;
  background: none;
  clip-path: none;
  color: var(--rd-gold);
}

html body.page-home svg.rd-foot-shield::before,
html body.page-home svg.rd-foot-shield::after {
  content: none;
}

html body.page-home .rd-system-layout {
  display: grid;
  grid-template-columns: 343px 1078px;
  gap: 0;
  align-items: start;
}

html body.page-home .rd-mid-section-system {
  padding-top: 58px;
  padding-bottom: 30px;
}

html body.page-home .rd-system-copy {
  padding-top: 104px;
  margin-left: -20px;
}

html body.page-home .rd-system-copy .rd-mid-title {
  max-width: 342px;
  font-size: 56px;
  line-height: 0.96;
}

html body.page-home .rd-system-copy .rd-mid-title-gold {
  font-size: 50px;
}

html body.page-home .rd-system-copy .rd-mid-title > span,
html body.page-home .rd-system-subline {
  white-space: nowrap;
}

html body.page-home .rd-system-subline {
  margin: 34px 0 26px;
  color: #bceef4;
  font-size: 17.5px;
  line-height: 1.25;
  font-weight: 800;
}

html body.page-home .rd-system-copy .rd-mid-lead {
  max-width: 390px;
  font-size: 20px;
  line-height: 1.55;
}

html body.page-home .rd-system-note {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 17px;
  align-items: center;
  width: 376px;
  margin-top: 300px;
  margin-left: -38px;
  padding: 18px 20px;
  border: 1px solid rgba(224, 169, 79, 0.48);
  border-radius: 8px;
  background: rgba(5, 18, 26, 0.7);
}

html body.page-home .rd-system-note::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -126px;
  width: 2px;
  height: 126px;
  background: var(--rd-gold);
  box-shadow: 0 0 18px rgba(224, 169, 79, 0.28);
}

html body.page-home .rd-system-note strong {
  color: var(--rd-gold);
  font-size: 19px;
}

html body.page-home .rd-system-note p {
  margin: 8px 0 0;
  color: var(--rd-muted);
  font-size: 14px;
  line-height: 1.4;
}

html body.page-home .rd-note-target {
  position: relative;
  width: 54px;
  height: 54px;
  border: 3px solid var(--rd-gold);
  border-radius: 50%;
}

html body.page-home .rd-note-target::before,
html body.page-home .rd-note-target::after {
  content: "";
  position: absolute;
  background: var(--rd-gold);
}

html body.page-home .rd-note-target::before {
  left: 50%;
  top: -10px;
  width: 3px;
  height: 78px;
  transform: translateX(-50%);
}

html body.page-home .rd-note-target::after {
  left: -10px;
  top: 50%;
  width: 78px;
  height: 3px;
  transform: translateY(-50%);
}

html body.page-home svg.rd-note-target {
  --rd-icon-size: 54px;
  --rd-icon-stroke: 1.75;
  padding: 10px;
  color: var(--rd-gold);
}

html body.page-home svg.rd-note-target::before,
html body.page-home svg.rd-note-target::after {
  content: none;
}

html body.page-home .rd-system-board {
  position: relative;
  width: 1078px;
  min-height: 812px;
  display: grid;
  grid-template-columns: 248px 523px 307px;
  grid-template-rows: 359px 324px;
  gap: 53px 0;
  align-items: stretch;
}

html body.page-home .rd-system-card {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding: 20px 18px 18px;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(8, 30, 41, 0.88), rgba(5, 18, 26, 0.86)),
    radial-gradient(circle at 26% 12%, rgba(224, 169, 79, 0.1), transparent 40%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 70px rgba(0, 0, 0, 0.24);
}

html body.page-home .rd-system-card-profile { grid-column: 1; grid-row: 1; }
html body.page-home .rd-system-card-website { grid-column: 3; grid-row: 1; }
html body.page-home .rd-system-card-citations { grid-column: 1; grid-row: 2; }
html body.page-home .rd-system-card-measure { grid-column: 3; grid-row: 2; }

html body.page-home .rd-system-card-head {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
}

html body.page-home .rd-system-card-head h3 {
  margin: 0 0 12px;
  color: var(--rd-gold);
  font-size: 24px;
  line-height: 1.05;
}

html body.page-home .rd-system-card-head p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 16px;
  line-height: 1.42;
}

html body.page-home .rd-system-card ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(123, 198, 211, 0.18);
  list-style: none;
  color: var(--rd-muted);
  font-size: 14px;
}

html body.page-home .rd-system-card li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

html body.page-home .rd-system-card li::after {
  content: "✓";
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(97, 215, 226, 0.66);
  border-radius: 50%;
  color: #8de4ee;
  font-size: 13px;
  font-weight: 900;
}

html body.page-home .rd-system-card li:has(.rd-card-check)::after {
  content: none;
}

html body.page-home .rd-card-check {
  --rd-icon-size: 25px;
  --rd-icon-stroke: 1.9;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  padding: 6px;
  color: #8de4ee;
  border: 1px solid rgba(97, 215, 226, 0.66);
  border-radius: 50%;
  background: rgba(72, 194, 213, 0.04);
}

html body.page-home .rd-system-icon {
  position: relative;
  width: 84px;
  height: 84px;
  display: block;
  border: 3px solid var(--rd-gold);
  border-radius: 50%;
  color: #89e5ef;
  box-shadow: 0 0 0 8px rgba(224, 169, 79, 0.08);
}

html body.page-home svg.rd-system-icon {
  --rd-icon-size: 84px;
  --rd-icon-stroke: 1.65;
  padding: 21px;
}

html body.page-home .rd-system-card-profile svg.rd-system-icon,
html body.page-home .rd-system-card-citations svg.rd-system-icon {
  color: var(--rd-gold);
}

html body.page-home .rd-system-icon::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 30px;
  height: 28px;
}

html body.page-home .rd-system-icon-shop::before {
  border: 4px solid currentColor;
  border-top-width: 0;
  border-radius: 3px 3px 7px 7px;
  box-shadow: 0 -15px 0 -9px transparent;
}

html body.page-home .rd-system-icon-shop::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 19px;
  width: 34px;
  height: 15px;
  border: 4px solid currentColor;
  border-radius: 6px 6px 2px 2px;
}

html body.page-home .rd-system-icon-screen::before {
  border: 4px solid currentColor;
  border-radius: 3px;
}

html body.page-home .rd-system-icon-screen::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 20px;
  width: 20px;
  height: 12px;
  border-bottom: 4px solid currentColor;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
}

html body.page-home .rd-system-icon-pin::before {
  width: 34px;
  height: 34px;
  border: 4px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

html body.page-home .rd-system-icon-pin::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 36px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

html body.page-home .rd-system-icon-bars::before {
  background:
    linear-gradient(currentColor, currentColor) 3px 22px / 7px 22px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 10px / 7px 34px no-repeat,
    linear-gradient(currentColor, currentColor) 29px 2px / 7px 42px no-repeat,
    linear-gradient(currentColor, currentColor) 0 46px / 42px 4px no-repeat;
}

html body.page-home .rd-system-radar {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 736px;
  display: grid;
  place-items: center;
}

html body.page-home .rd-system-radar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 610px;
  height: 610px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 6%, rgba(224, 169, 79, 0.95) 0 4px, transparent 5px),
    radial-gradient(circle at 94% 50%, rgba(224, 169, 79, 0.95) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 94%, rgba(224, 169, 79, 0.95) 0 4px, transparent 5px),
    radial-gradient(circle at 6% 50%, rgba(224, 169, 79, 0.95) 0 4px, transparent 5px),
    repeating-radial-gradient(circle, transparent 0 259px, rgba(72, 194, 213, 0.24) 260px 261px, transparent 262px 271px),
    linear-gradient(42deg, transparent 0 49.7%, rgba(72, 194, 213, 0.16) 50%, transparent 50.3%),
    linear-gradient(132deg, transparent 0 49.7%, rgba(72, 194, 213, 0.12) 50%, transparent 50.3%);
  opacity: 0.72;
  pointer-events: none;
}

html body.page-home .rd-system-ring {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 23%, rgba(72, 194, 213, 0.95) 0 3px, transparent 4px),
    radial-gradient(circle at 25% 72%, rgba(72, 194, 213, 0.78) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 76%, rgba(72, 194, 213, 0.7) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, rgba(72, 194, 213, 0.34) 0 1px, transparent 1px 50px),
    radial-gradient(circle, rgba(72, 194, 213, 0.16), transparent 68%);
  box-shadow:
    inset 0 0 90px rgba(72, 194, 213, 0.1),
    0 0 80px rgba(72, 194, 213, 0.08);
}

html body.page-home .rd-system-ring::before,
html body.page-home .rd-system-ring::after {
  content: "";
  position: absolute;
  inset: 50% -30px auto;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0 4%, rgba(224, 169, 79, 0.9) 24% 76%, transparent 96%);
}

html body.page-home .rd-system-ring::after {
  transform: rotate(90deg);
}

html body.page-home .rd-system-top {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--rd-gold);
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
}

html body.page-home .rd-system-top small {
  display: block;
  margin-top: 8px;
  color: var(--rd-muted);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

html body.page-home .rd-system-hub {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  gap: 4px;
  transform: translate(-50%, -50%);
  border: 3px solid var(--rd-gold-soft);
  border-radius: 50%;
  color: #071016;
  background: linear-gradient(180deg, #f6d786, #d99a3f);
  box-shadow: 0 0 60px rgba(224, 169, 79, 0.44);
  font-size: 0;
  text-align: center;
}

html body.page-home .rd-system-hub i {
  position: relative;
  width: 52px;
  height: 44px;
  border: 5px solid #071720;
  border-top: 0;
  border-radius: 3px 3px 9px 9px;
  background: transparent;
  transform: none;
}

html body.page-home .rd-system-hub i::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -18px;
  height: 21px;
  border: 5px solid #071720;
  border-radius: 8px 8px 3px 3px;
}

html body.page-home .rd-system-hub i::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -5px;
  width: 12px;
  height: 18px;
  border: 4px solid #071720;
  border-bottom: 0;
}

html body.page-home .rd-system-hub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 22px;
  height: 22px;
  transform: translateX(-50%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: #071720;
  opacity: 0.95;
}

html body.page-home .rd-system-hub b,
html body.page-home .rd-system-hub small {
  display: none;
}

html body.page-home .rd-system-node {
  position: absolute;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 3px solid var(--rd-gold);
  border-radius: 50%;
  background: #08212d;
  box-shadow:
    0 0 0 8px rgba(224, 169, 79, 0.08),
    0 0 38px rgba(72, 194, 213, 0.18);
}

html body.page-home .rd-system-node-icon {
  --rd-icon-size: 58px;
  --rd-icon-stroke: 1.65;
  padding: 12px;
  color: var(--rd-cyan);
}

html body.page-home .rd-system-node-top .rd-system-node-icon,
html body.page-home .rd-system-node-left .rd-system-node-icon {
  color: var(--rd-gold);
}

html body.page-home .rd-system-hub .rd-svg-icon {
  --rd-icon-size: 54px;
  --rd-icon-stroke: 1.6;
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: 2;
  padding: 13px;
  border-radius: 50%;
  color: #071720;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold));
  box-shadow: 0 0 34px rgba(224, 169, 79, 0.46);
  transform: translate(-50%, -50%);
}

html body.page-home .rd-system-line {
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, rgba(224, 169, 79, 0), rgba(224, 169, 79, 0.9), rgba(224, 169, 79, 0));
  pointer-events: none;
}

html body.page-home .rd-system-line-h {
  left: 54px;
  right: 54px;
  top: 46%;
  height: 1.5px;
}

html body.page-home .rd-system-line-v {
  top: 100px;
  bottom: 142px;
  left: 50%;
  width: 1.5px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(224, 169, 79, 0), rgba(224, 169, 79, 0.9), rgba(224, 169, 79, 0));
}

html body.page-home .rd-system-line::before,
html body.page-home .rd-system-line::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rd-gold-soft);
  box-shadow: 0 0 18px rgba(224, 169, 79, 0.55);
}

html body.page-home .rd-system-line-h::before { left: 150px; top: 50%; transform: translateY(-50%); }
html body.page-home .rd-system-line-h::after { right: 150px; top: 50%; transform: translateY(-50%); }
html body.page-home .rd-system-line-v::before { top: 122px; left: 50%; transform: translateX(-50%); }
html body.page-home .rd-system-line-v::after { bottom: 122px; left: 50%; transform: translateX(-50%); }

html body.page-home .rd-system-node i {
  transform: scale(0.58);
  box-shadow: none;
}

html body.page-home .rd-system-node-top { left: 50%; top: 118px; transform: translateX(-50%); }
html body.page-home .rd-system-node-right { right: 8px; top: 43%; }
html body.page-home .rd-system-node-bottom { left: 50%; bottom: 138px; transform: translateX(-50%); }
html body.page-home .rd-system-node-left { left: 8px; top: 43%; }

html body.page-home .rd-system-benefit {
  position: absolute;
  bottom: 78px;
  left: 50%;
  transform: translateX(-50%);
  color: #8de4ee;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

html body.page-home .rd-system-actions {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--rd-muted);
  font-style: normal;
}

html body.page-home .rd-system-actions i,
html body.page-home .rd-system-actions > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  color: rgba(255, 246, 234, 0.78);
}

html body.page-home .rd-system-actions i::before,
html body.page-home .rd-system-actions > span::before {
  content: "";
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(72, 194, 213, 0.16), rgba(72, 194, 213, 0.05));
  border: 1px solid rgba(72, 194, 213, 0.18);
}

html body.page-home .rd-system-actions i::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: var(--rd-cyan);
}

html body.page-home .rd-system-actions i:nth-child(1)::after {
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 4px 4px 12px 4px;
  transform: translateY(-50%) rotate(40deg);
}

html body.page-home .rd-system-actions i:nth-child(2)::after {
  clip-path: polygon(96% 2%, 38% 96%, 30% 58%, 2% 42%);
  background: currentColor;
  transform: translateY(-50%) rotate(8deg);
}

html body.page-home .rd-system-actions i:nth-child(3)::after {
  border: 2px solid currentColor;
  border-radius: 50%;
  background:
    linear-gradient(currentColor, currentColor) 0 9px / 20px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 9px 0 / 2px 20px no-repeat;
}

html body.page-home .rd-system-actions i::after {
  content: none;
}

html body.page-home .rd-system-actions .rd-svg-icon {
  --rd-icon-size: 20px;
  --rd-icon-stroke: 1.75;
  position: absolute;
  left: 9px;
  top: 50%;
  color: var(--rd-cyan);
  transform: translateY(-50%);
}

html body.page-home .rd-sprint-panel {
  position: relative;
  padding: 42px 48px 22px;
  border: 1px solid var(--rd-border);
  border-radius: 12px;
  background:
    radial-gradient(620px 420px at 80% 9%, rgba(72, 194, 213, 0.12), transparent 66%),
    linear-gradient(180deg, rgba(8, 30, 41, 0.88), rgba(4, 17, 25, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 30px 90px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

html body.page-home .rd-mid-section-sprint {
  padding: 0;
}

html body.page-home .rd-mid-section-sprint .rd-mid-station {
  opacity: 0;
  pointer-events: none;
}

html body.page-home .rd-sprint-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(72, 194, 213, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 194, 213, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 76%);
}

html body.page-home .rd-sprint-head,
html body.page-home .rd-sprint-timeline,
html body.page-home .rd-phase-grid,
html body.page-home .rd-sprint-benefits {
  position: relative;
  z-index: 1;
}

html body.page-home .rd-sprint-head {
  display: grid;
  grid-template-columns: 600px 330px 1fr;
  gap: 42px;
  align-items: start;
}

html body.page-home .rd-sprint-head .rd-mid-title {
  font-size: 58px;
}

html body.page-home .rd-sprint-head .rd-mid-title > span {
  white-space: nowrap;
}

html body.page-home .rd-sprint-gold {
  margin: 18px 0 0;
  color: var(--rd-gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 700;
}

html body.page-home .rd-sprint-head > p {
  margin: 36px 0 0;
  color: var(--rd-muted);
  font-size: 22px;
  line-height: 1.4;
}

html body.page-home .rd-sprint-map {
  position: relative;
  min-height: 214px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(72, 194, 213, 0.72) 0 3px, transparent 4px),
    radial-gradient(circle at 71% 49%, rgba(72, 194, 213, 0.74) 0 3px, transparent 4px),
    radial-gradient(circle at 35% 43%, rgba(72, 194, 213, 0.64) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 49.6%, rgba(72, 194, 213, 0.16) 50%, transparent 50.4%),
    linear-gradient(0deg, transparent 49.6%, rgba(72, 194, 213, 0.16) 50%, transparent 50.4%),
    repeating-radial-gradient(circle at 50% 48%, rgba(72, 194, 213, 0.3) 0 1px, transparent 1px 27px),
    radial-gradient(circle, rgba(72, 194, 213, 0.13), transparent 66%);
  }

html body.page-home .rd-sprint-map::before {
  content: "";
  position: absolute;
  inset: 5px 22px 0;
  border-radius: 50%;
  background:
    linear-gradient(36deg, transparent 0 48%, rgba(72, 194, 213, 0.16) 49%, transparent 50%),
    linear-gradient(145deg, transparent 0 49%, rgba(72, 194, 213, 0.12) 50%, transparent 51%);
  opacity: 0.72;
}

html body.page-home .rd-sprint-map span {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold));
  box-shadow: 0 0 34px rgba(224, 169, 79, 0.44);
}

html body.page-home .rd-sprint-map span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #08212d;
  box-shadow: inset 0 0 0 1px rgba(244, 207, 130, 0.25);
  transform: translate(-50%, -50%);
}

html body.page-home .rd-sprint-map::after {
  content: "";
  position: absolute;
  left: 53%;
  top: 45%;
  width: 63%;
  height: 92px;
  border-top: 2px dashed rgba(224, 169, 79, 0.72);
  border-radius: 50%;
  transform: rotate(10deg);
}

html body.page-home .rd-sprint-timeline {
  position: relative;
  margin-top: 14px;
}

html body.page-home .rd-sprint-timeline::before {
  content: "";
  position: absolute;
  left: 178px;
  right: 158px;
  top: 32px;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(72, 194, 213, 0.76) 0 3px, transparent 3px 11px);
  opacity: 0.68;
}

html body.page-home .rd-time-main {
  position: relative;
  display: block;
  height: 78px;
}

html body.page-home .rd-time-main::before {
  content: "";
  position: absolute;
  left: 46px;
  right: 18px;
  bottom: 19px;
  height: 2px;
  background: linear-gradient(90deg, var(--rd-gold-soft), #e0a94f 46%, var(--rd-gold));
  box-shadow: 0 0 20px rgba(224, 169, 79, 0.38), 0 0 2px rgba(255, 235, 180, 0.62);
}

html body.page-home .rd-time-main::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 13px;
  border-left: 14px solid var(--rd-gold);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

html body.page-home .rd-time-main span {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rd-gold);
  font-size: 22px;
  font-weight: 900;
}

html body.page-home .rd-time-main span:nth-child(1) {
  left: 0;
}

html body.page-home .rd-time-main span:nth-child(2) {
  left: 31.5%;
}

html body.page-home .rd-time-main span:nth-child(3) {
  left: 59.5%;
}

html body.page-home .rd-time-main span:nth-child(4) {
  left: 90.5%;
}

html body.page-home .rd-time-main b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid var(--rd-gold-soft);
  border-radius: 50%;
  color: var(--rd-text);
  background: #081923;
  box-shadow: 0 0 28px rgba(224, 169, 79, 0.3);
  filter: drop-shadow(0 0 16px rgba(244, 207, 130, 0.32));
  font-size: 31px;
}

html body.page-home .rd-week-row {
  display: grid;
  grid-template-columns: 140px repeat(12, 1fr);
  gap: 0;
  margin-top: 10px;
  color: var(--rd-cyan);
  font-size: 16px;
  align-items: start;
}

html body.page-home .rd-week-row strong {
  letter-spacing: 1px;
  font-size: 16px;
}

html body.page-home .rd-week-row span {
  position: relative;
  padding-top: 18px;
  text-align: center;
}

html body.page-home .rd-week-row span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  width: 2px;
  height: 18px;
  background: rgba(72, 194, 213, 0.62);
}

html body.page-home .rd-phase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 18px;
}

html body.page-home .rd-phase-card {
  position: relative;
  height: 350px;
  min-height: 0;
  padding: 26px 28px 22px;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 53%, rgba(72, 194, 213, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(9, 33, 45, 0.82), rgba(5, 20, 29, 0.8));
}

html body.page-home .rd-phase-card:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 86px;
  width: 164px;
  height: 2px;
  background: linear-gradient(90deg, rgba(72, 194, 213, 0.82), rgba(224, 169, 79, 0.88));
  transform: translateX(50%);
  opacity: 0.86;
}

html body.page-home .rd-phase-card:not(:last-child) .rd-phase-meta::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 80px;
  border-left: 12px solid var(--rd-gold);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

html body.page-home .rd-phase-card::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 112px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(72, 194, 213, 0.88) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 0%, rgba(72, 194, 213, 0.84) 0 3px, transparent 4px),
    radial-gradient(circle at 100% 50%, rgba(72, 194, 213, 0.84) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 100%, rgba(72, 194, 213, 0.84) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 49.4%, rgba(72, 194, 213, 0.22) 50%, transparent 50.6%),
    linear-gradient(0deg, transparent 49.4%, rgba(72, 194, 213, 0.22) 50%, transparent 50.6%),
    linear-gradient(34deg, transparent 49%, rgba(72, 194, 213, 0.12) 50%, transparent 51%),
    repeating-radial-gradient(circle, rgba(72, 194, 213, 0.28) 0 1px, transparent 1px 18px),
    radial-gradient(circle, rgba(72, 194, 213, 0.1), transparent 66%);
  opacity: 0.72;
}

html body.page-home .rd-phase-visual {
  position: absolute;
  z-index: 1;
  right: 92px;
  top: 176px;
  width: 48px;
  height: 48px;
  color: var(--rd-cyan);
  pointer-events: none;
}

html body.page-home .rd-phase-visual--audit {
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(72, 194, 213, 0.16);
}

html body.page-home .rd-phase-visual--audit::before,
html body.page-home .rd-phase-visual--audit::after {
  content: "";
  position: absolute;
}

html body.page-home .rd-phase-visual--audit::before {
  left: 13px;
  top: 13px;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-phase-visual--audit::after {
  left: 28px;
  top: 29px;
  width: 18px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

html body.page-home .rd-phase-visual--pin {
  left: auto;
  right: 96px;
  top: 172px;
  width: 44px;
  height: 44px;
  color: var(--rd-gold);
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold));
  box-shadow: 0 0 24px rgba(224, 169, 79, 0.34);
  transform: rotate(-45deg);
}

html body.page-home .rd-phase-visual--pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #08212d;
  transform: translate(-50%, -50%);
}

html body.page-home .rd-phase-visual--bars {
  right: 96px;
  top: 178px;
  background:
    linear-gradient(currentColor, currentColor) 8px 25px / 7px 18px no-repeat,
    linear-gradient(currentColor, currentColor) 21px 15px / 7px 28px no-repeat,
    linear-gradient(currentColor, currentColor) 34px 5px / 7px 38px no-repeat;
  opacity: 0.9;
}

html body.page-home .rd-phase-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--rd-gold);
  font-size: 18px;
  font-weight: 900;
}

html body.page-home .rd-phase-meta span {
  padding: 7px 14px;
  border: 1px solid var(--rd-gold);
  border-radius: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

html body.page-home .rd-phase-card h3 {
  margin: 18px 0 14px;
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-size: 31px;
  line-height: 1.06;
  letter-spacing: 0;
}

html body.page-home .rd-phase-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0 0 0 4px;
  list-style: none;
  color: var(--rd-muted);
  font-size: 15px;
  line-height: 1.24;
}

html body.page-home .rd-phase-card li::before {
  content: "✓";
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  margin-right: 9px;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
  color: var(--rd-gold);
  font-size: 12px;
  font-weight: 900;
}

html body.page-home .rd-phase-card li:has(.rd-list-check)::before {
  content: none;
}

html body.page-home .rd-phase-card li:has(.rd-list-check) {
  display: flex;
  align-items: center;
  gap: 9px;
}

html body.page-home .rd-phase-card .rd-list-check {
  --rd-icon-size: 20px;
  --rd-icon-stroke: 2;
  padding: 4px;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
  color: var(--rd-gold);
}

html body.page-home .rd-phase-report {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  border: 1px solid rgba(123, 198, 211, 0.2);
  border-radius: 8px;
  color: var(--rd-muted);
  background: rgba(4, 17, 25, 0.58);
  font-size: 16px;
}

html body.page-home .rd-phase-report span,
html body.page-home .rd-phase-report i {
  width: 28px;
  height: 28px;
  display: block;
  color: var(--rd-cyan);
}

html body.page-home svg.rd-phase-visual {
  --rd-icon-size: 52px;
  --rd-icon-stroke: 1.75;
  right: 90px;
  top: 173px;
  padding: 8px;
  color: var(--rd-cyan);
  filter: drop-shadow(0 0 16px rgba(72, 194, 213, 0.22));
}

html body.page-home svg.rd-phase-visual-pin {
  color: var(--rd-gold);
  filter: drop-shadow(0 0 18px rgba(224, 169, 79, 0.32));
}

html body.page-home .rd-phase-report-icon,
html body.page-home .rd-phase-report-line {
  --rd-icon-size: 28px;
  --rd-icon-stroke: 1.75;
  color: var(--rd-cyan);
}

html body.page-home .rd-phase-report-line {
  margin-left: auto;
}

html body.page-home .rd-phase-report span {
  background:
    linear-gradient(currentColor, currentColor) 2px 16px / 5px 10px no-repeat,
    linear-gradient(currentColor, currentColor) 11px 9px / 5px 17px no-repeat,
    linear-gradient(currentColor, currentColor) 20px 3px / 5px 23px no-repeat;
}

html body.page-home .rd-phase-report i {
  margin-left: auto;
  border: 0;
  background:
    linear-gradient(135deg, transparent 0 24%, currentColor 25% 27%, transparent 28% 45%, currentColor 46% 48%, transparent 49%),
    linear-gradient(currentColor, currentColor) 0 24px / 28px 2px no-repeat;
}

html body.page-home .rd-sprint-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100px;
  min-height: 0;
  margin-top: 22px;
  padding: 16px 28px;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background: rgba(4, 18, 26, 0.62);
}

html body.page-home .rd-sprint-benefits article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(123, 198, 211, 0.16);
}

html body.page-home .rd-sprint-benefits article:last-child {
  border-right: 0;
}

html body.page-home .rd-sprint-benefits span {
  position: relative;
  width: 44px;
  height: 44px;
  color: var(--rd-gold);
}

html body.page-home .rd-sprint-benefits .rd-benefit-icon {
  --rd-icon-size: 46px;
  --rd-icon-stroke: 1.8;
  width: 46px;
  height: 46px;
  color: var(--rd-gold);
}

html body.page-home .rd-sprint-benefits article:nth-child(2) .rd-benefit-icon,
html body.page-home .rd-sprint-benefits article:nth-child(3) .rd-benefit-icon {
  color: var(--rd-cyan);
}

html body.page-home .rd-sprint-benefits strong {
  color: var(--rd-text);
  font-size: 19px;
}

html body.page-home .rd-sprint-benefits p {
  grid-column: 2;
  margin: -4px 0 0;
  color: var(--rd-muted);
  font-size: 15px;
}

html body.page-home .rd-benefit-calendar {
  border: 2.5px solid currentColor;
  border-radius: 6px;
  background:
    linear-gradient(currentColor, currentColor) 0 13px / 100% 3px no-repeat,
    radial-gradient(circle at 30% 62%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 55% 62%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 75% 62%, currentColor 0 2px, transparent 3px);
}

html body.page-home .rd-benefit-target {
  border: 2.5px solid var(--rd-cyan);
  border-radius: 50%;
}

html body.page-home .rd-benefit-target::before,
html body.page-home .rd-benefit-target::after {
  content: "";
  position: absolute;
  background: var(--rd-cyan);
}

html body.page-home .rd-benefit-target::before {
  left: 50%;
  top: -8px;
  width: 3px;
  height: 62px;
  transform: translateX(-50%);
}

html body.page-home .rd-benefit-target::after {
  left: -8px;
  top: 50%;
  width: 62px;
  height: 3px;
  transform: translateY(-50%);
}

html body.page-home .rd-benefit-list {
  border: 2.5px solid var(--rd-cyan);
  border-radius: 6px;
  background:
    linear-gradient(var(--rd-cyan), var(--rd-cyan)) 12px 14px / 24px 3px no-repeat,
    linear-gradient(var(--rd-cyan), var(--rd-cyan)) 12px 24px / 21px 3px no-repeat,
    linear-gradient(var(--rd-cyan), var(--rd-cyan)) 12px 34px / 26px 3px no-repeat;
}

html body.page-home .rd-benefit-pin {
  border: 2.5px solid var(--rd-gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0.78);
}

html body.page-home .rd-scope-panel {
  position: relative;
  padding: 40px 46px 34px 150px;
  border: 1px solid var(--rd-border);
  border-radius: 12px;
  background:
    radial-gradient(520px 320px at 85% 10%, rgba(72, 194, 213, 0.11), transparent 64%),
    linear-gradient(180deg, rgba(8, 30, 41, 0.87), rgba(4, 17, 25, 0.84));
  overflow: hidden;
}

html body.page-home .rd-mid-section-scope {
  padding: 0;
}

html body.page-home .rd-mid-section-scope::before {
  content: "";
  position: absolute;
  left: 67px;
  top: 562px;
  z-index: 0;
  width: 96px;
  height: 46px;
  border-left: 2px solid rgba(224, 169, 79, 0.88);
  border-bottom: 2px solid rgba(224, 169, 79, 0.88);
  border-radius: 0 0 0 22px;
  box-shadow: 0 0 18px rgba(224, 169, 79, 0.18);
  pointer-events: none;
}

html body.page-home .rd-mid-section-scope::after {
  content: "";
  position: absolute;
  left: 156px;
  top: 602px;
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--rd-gold-soft);
  box-shadow: 0 0 18px rgba(244, 207, 130, 0.42);
  pointer-events: none;
}

html body.page-home .rd-scope-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(72, 194, 213, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 194, 213, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.7;
  pointer-events: none;
}

html body.page-home .rd-scope-head,
html body.page-home .rd-scope-columns,
html body.page-home .rd-fit-block {
  position: relative;
  z-index: 1;
}

html body.page-home .rd-scope-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: start;
}

html body.page-home .rd-scope-head .rd-mid-title {
  max-width: 850px;
  font-size: 58px;
}

html body.page-home .rd-scope-radar {
  position: relative;
  min-height: 110px;
  background:
    radial-gradient(circle at 50% 50%, rgba(72, 194, 213, 0.62) 0 2px, transparent 3px),
    radial-gradient(circle at 77% 50%, rgba(224, 169, 79, 0.42) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 49.6%, rgba(72, 194, 213, 0.18) 50%, transparent 50.4%),
    linear-gradient(0deg, transparent 49.6%, rgba(72, 194, 213, 0.18) 50%, transparent 50.4%),
    repeating-radial-gradient(circle at 50% 50%, rgba(72, 194, 213, 0.24) 0 1px, transparent 1px 34px),
    radial-gradient(circle, rgba(72, 194, 213, 0.09), transparent 64%);
}

html body.page-home .rd-scope-radar::before {
  content: "N 52.13\A E 9.93";
  white-space: pre;
  position: absolute;
  right: 8px;
  top: 0;
  color: rgba(72, 194, 213, 0.58);
  font-size: 13px;
  line-height: 1.35;
}

html body.page-home .rd-scope-radar::after {
  content: "";
  position: absolute;
  inset: -20px -18px;
  background:
    linear-gradient(34deg, transparent 0 45%, rgba(72, 194, 213, 0.11) 45.2% 45.45%, transparent 45.7%),
    linear-gradient(116deg, transparent 0 51%, rgba(72, 194, 213, 0.09) 51.2% 51.45%, transparent 51.7%);
  opacity: 0.65;
}

html body.page-home .rd-scope-radar span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold));
}

html body.page-home .rd-scope-radar span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #08212d;
  transform: translate(-50%, -50%);
}

html body.page-home .rd-scope-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}

html body.page-home .rd-scope-card {
  height: 395px;
  min-height: 0;
  padding: 26px 34px;
  overflow: hidden;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background:
    radial-gradient(460px 260px at 14% 5%, rgba(72, 194, 213, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(9, 33, 45, 0.86), rgba(5, 20, 29, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 50px rgba(0, 0, 0, 0.18);
}

html body.page-home .rd-scope-card h3 {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(224, 169, 79, 0.38);
  color: #8bdccf;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

html body.page-home .rd-scope-exclude h3 {
  color: var(--rd-gold);
}

html body.page-home .rd-scope-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--rd-text);
  font-size: 19px;
  line-height: 1.22;
}

html body.page-home .rd-scope-card li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  align-items: center;
}

html body.page-home .rd-scope-card li::before {
  content: "";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 2px solid #8bdccf;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.2 9.4 7.4 12.6 14 5.5' fill='none' stroke='%238bdccf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% / 18px 18px no-repeat;
  box-shadow: 0 0 14px rgba(139, 220, 207, 0.12);
}

html body.page-home .rd-scope-card li:has(.rd-scope-list-icon)::before {
  content: none;
}

html body.page-home .rd-scope-card li:has(.rd-scope-list-icon) {
  grid-template-columns: 32px 1fr;
}

html body.page-home .rd-scope-list-icon {
  --rd-icon-size: 28px;
  --rd-icon-stroke: 2;
  padding: 6px;
  border: 2px solid #8bdccf;
  border-radius: 50%;
  color: #8bdccf;
}

html body.page-home .rd-scope-exclude .rd-scope-list-icon {
  border-color: var(--rd-gold);
  color: var(--rd-gold);
}

html body.page-home .rd-scope-exclude li::before {
  content: "";
  border-color: var(--rd-gold);
  background: linear-gradient(var(--rd-gold), var(--rd-gold)) 50% 50% / 12px 2px no-repeat;
  box-shadow: 0 0 14px rgba(224, 169, 79, 0.12);
}

html body.page-home .rd-fit-block {
  width: calc(100% + 90px);
  margin-top: 36px;
  margin-left: -90px;
}

html body.page-home .rd-fit-block > h3 {
  margin: 0 0 20px;
  color: var(--rd-gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

html body.page-home .rd-fit-grid {
  position: relative;
  display: grid;
  grid-template-columns: 944px 568px;
  gap: 28px;
  align-items: stretch;
}

html body.page-home .rd-fit-grid::before {
  content: "";
  position: absolute;
  left: 884px;
  top: 96px;
  z-index: 1;
  width: 78px;
  height: 2px;
  background: linear-gradient(90deg, rgba(224, 169, 79, 0.72), rgba(244, 207, 130, 0.96));
  box-shadow: 0 0 16px rgba(224, 169, 79, 0.24);
  pointer-events: none;
}

html body.page-home .rd-fit-grid::after {
  content: "";
  position: absolute;
  left: 956px;
  top: 91px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--rd-gold-soft);
  box-shadow: 0 0 18px rgba(244, 207, 130, 0.42);
  pointer-events: none;
}

html body.page-home .rd-industry-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

html body.page-home .rd-industry-cards article {
  height: 220px;
  min-height: 0;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 24px 18px;
  border: 1px solid rgba(224, 169, 79, 0.42);
  border-radius: 8px;
  background: rgba(6, 24, 34, 0.72);
  text-align: center;
}

html body.page-home .rd-industry-cards span {
  position: relative;
  width: 126px;
  height: 126px;
  display: block;
  border: 1px solid rgba(224, 169, 79, 0.54);
  border-radius: 50%;
  color: var(--rd-gold);
  box-shadow: inset 0 0 28px rgba(224, 169, 79, 0.03);
}

html body.page-home .rd-industry-icon .rd-svg-icon {
  --rd-icon-size: 98px;
  --rd-icon-stroke: 1.8;
  position: absolute;
  inset: 14px;
  width: 98px;
  height: 98px;
  color: var(--rd-gold);
}

html body.page-home .rd-industry-cards strong {
  color: var(--rd-text);
  font-size: 22px;
  line-height: 1.15;
}

html body.page-home .rd-industry-roof::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 62px;
  width: 74px;
  height: 32px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  transform: skew(-30deg);
}

html body.page-home .rd-industry-roof::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 37px;
  width: 88px;
  height: 70px;
  background:
    linear-gradient(128deg, transparent 0 47%, currentColor 48% 52%, transparent 53%) 5px 0 / 48px 45px no-repeat,
    linear-gradient(54deg, transparent 0 47%, currentColor 48% 52%, transparent 53%) 40px 0 / 48px 45px no-repeat,
    linear-gradient(currentColor, currentColor) 66px 22px / 11px 28px no-repeat,
    linear-gradient(currentColor, currentColor) 26px 56px / 48px 3px no-repeat;
}

html body.page-home .rd-industry-pipe::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 22px;
  width: 28px;
  height: 68px;
  border: 3px solid currentColor;
  border-radius: 12px 12px 0 0;
}

html body.page-home .rd-industry-pipe::after {
  content: "";
  position: absolute;
  left: 64px;
  top: 70px;
  width: 34px;
  height: 23px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

html body.page-home .rd-industry-tree::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 30px;
  width: 70px;
  height: 48px;
  border: 3px solid currentColor;
  border-radius: 42% 54% 48% 50%;
  box-shadow:
    -9px 10px 0 -5px #061923,
    -9px 10px 0 -2px currentColor,
    9px 8px 0 -6px #061923,
    9px 8px 0 -3px currentColor;
}

html body.page-home .rd-industry-tree::after {
  content: "";
  position: absolute;
  left: 59px;
  top: 72px;
  width: 24px;
  height: 34px;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 3px 34px no-repeat,
    linear-gradient(115deg, transparent 0 45%, currentColor 46% 53%, transparent 54%) 8px 4px / 16px 22px no-repeat,
    linear-gradient(70deg, transparent 0 45%, currentColor 46% 53%, transparent 54%) 0 20px / 18px 12px no-repeat;
  transform: rotate(10deg);
}

html body.page-home .rd-industry-paver::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 34px;
  width: 72px;
  height: 54px;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 34px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 38px 0 / 34px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 0 25px / 72px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 0 50px / 72px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 0 0 / 3px 54px no-repeat,
    linear-gradient(currentColor, currentColor) 36px 0 / 3px 54px no-repeat,
    linear-gradient(currentColor, currentColor) 68px 0 / 3px 54px no-repeat,
    linear-gradient(currentColor, currentColor) 16px 25px / 3px 25px no-repeat,
    linear-gradient(currentColor, currentColor) 52px 0 / 3px 25px no-repeat;
}

html body.page-home .rd-fit-card {
  position: relative;
  height: 316px;
  min-height: 0;
  margin-top: -74px;
  padding: 26px 40px;
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background:
    radial-gradient(circle at 84% 50%, rgba(224, 169, 79, 0.1), transparent 31%),
    linear-gradient(180deg, rgba(9, 36, 48, 0.86), rgba(6, 25, 35, 0.82));
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 52px rgba(0, 0, 0, 0.2);
}

html body.page-home .rd-fit-card::before {
  content: "";
  position: absolute;
  right: 42px;
  top: 48px;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(72, 194, 213, 0.18) 50%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(72, 194, 213, 0.18) 50%, transparent 50.5%),
    repeating-radial-gradient(circle, rgba(72, 194, 213, 0.2) 0 1px, transparent 1px 36px),
    radial-gradient(circle, rgba(72, 194, 213, 0.06), transparent 70%);
  opacity: 0.62;
}

html body.page-home .rd-fit-card::after {
  content: "";
  position: absolute;
  right: 116px;
  top: 120px;
  width: 34px;
  height: 34px;
  color: var(--rd-gold);
  background:
    linear-gradient(currentColor, currentColor) 6px 0 / 3px 34px no-repeat,
    linear-gradient(currentColor, currentColor) 10px 6px / 22px 3px no-repeat,
    linear-gradient(150deg, transparent 0 44%, currentColor 45% 53%, transparent 54%) 20px 6px / 14px 20px no-repeat,
    linear-gradient(currentColor, currentColor) 10px 23px / 20px 3px no-repeat;
  opacity: 0.86;
}

html body.page-home .rd-fit-card:has(.rd-fit-flag)::after {
  content: none;
}

html body.page-home .rd-fit-flag {
  --rd-icon-size: 38px;
  --rd-icon-stroke: 1.8;
  position: absolute;
  right: 111px;
  top: 118px;
  z-index: 1;
  color: var(--rd-gold);
  opacity: 0.9;
}

html body.page-home .rd-fit-card h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #8bdccf;
  font-family: "Newsreader", Georgia, serif;
  font-size: 28px;
  line-height: 1.1;
}

html body.page-home .rd-fit-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--rd-muted);
  font-size: 15.5px;
}

html body.page-home .rd-fit-card li::before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  border: 2px solid #8bdccf;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8 8.3 6.8 11 12.3 5' fill='none' stroke='%238bdccf' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% / 16px 16px no-repeat;
  box-shadow: 0 0 12px rgba(139, 220, 207, 0.12);
}

html body.page-home .rd-fit-card li:has(.rd-fit-check)::before {
  content: none;
}

html body.page-home .rd-fit-check {
  --rd-icon-size: 23px;
  --rd-icon-stroke: 2;
  width: 23px;
  height: 23px;
  padding: 5px;
  margin-right: 10px;
  border: 2px solid #8bdccf;
  border-radius: 50%;
  color: #8bdccf;
  vertical-align: middle;
}

html body.page-home .rd-measure-layout {
  display: grid;
  grid-template-columns: 308px 650px 340px;
  gap: 34px;
  align-items: start;
}

html body.page-home .rd-measure-head .rd-mid-title {
  font-size: 45px;
  line-height: 1.02;
  transform: translateX(18px);
}

html body.page-home .rd-measure-head .rd-mid-title > span {
  white-space: nowrap;
}

html body.page-home .rd-measure-head p {
  margin: 20px 0 0;
  color: var(--rd-gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  transform: translateX(18px);
}

html body.page-home .rd-mid-section-measure {
  padding: 48px 0 18px 100px;
}

html body.page-home .rd-report-panel,
html body.page-home .rd-friday-card,
html body.page-home .rd-limits-block {
  border: 1px solid var(--rd-border);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(8, 31, 42, 0.86), rgba(4, 18, 26, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html body.page-home .rd-report-panel {
  position: relative;
  width: 650px;
  margin-top: 36px;
  padding: 22px 22px 20px;
  background:
    radial-gradient(420px 240px at 10% 0%, rgba(72, 194, 213, 0.08), transparent 64%),
    linear-gradient(180deg, rgba(8, 31, 42, 0.88), rgba(4, 18, 26, 0.82));
}

html body.page-home .rd-report-panel h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  letter-spacing: 0;
}

html body.page-home .rd-report-note {
  position: absolute;
  right: 22px;
  top: 25px;
  margin: 0;
  color: var(--rd-faint);
  font-size: 13px;
}

html body.page-home .rd-report-calendar {
  width: 26px;
  height: 26px;
  display: inline-block;
  border: 2px solid var(--rd-cyan);
  border-radius: 4px;
  background:
    linear-gradient(var(--rd-cyan), var(--rd-cyan)) 0 7px / 100% 2px no-repeat,
    radial-gradient(circle at 35% 58%, var(--rd-cyan) 0 1.5px, transparent 2px),
    radial-gradient(circle at 60% 58%, var(--rd-cyan) 0 1.5px, transparent 2px),
    linear-gradient(var(--rd-cyan), var(--rd-cyan)) 6px -2px / 2px 6px no-repeat,
    linear-gradient(var(--rd-cyan), var(--rd-cyan)) 16px -2px / 2px 6px no-repeat;
}

html body.page-home svg.rd-report-calendar {
  --rd-icon-size: 28px;
  --rd-icon-stroke: 1.75;
  width: 28px;
  height: 28px;
  display: inline-block;
  color: var(--rd-cyan);
  border: 0;
  border-radius: 0;
  background: none;
  filter: drop-shadow(0 0 12px rgba(72, 194, 213, 0.24));
}

html body.page-home .rd-report-table {
  border: 1px solid rgba(123, 198, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

html body.page-home .rd-report-row {
  display: grid;
  grid-template-columns: 1.7fr 0.7fr 0.7fr 0.85fr 0.55fr 0.55fr 0.75fr 1.45fr;
}

html body.page-home .rd-report-row span {
  min-height: 39px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-right: 1px solid rgba(123, 198, 211, 0.13);
  border-bottom: 1px solid rgba(123, 198, 211, 0.12);
  color: var(--rd-muted);
  font-size: 11px;
}

html body.page-home .rd-report-row span:not(:first-child) {
  justify-content: center;
  color: var(--rd-text);
  font-size: 14px;
}

html body.page-home .rd-report-row span:last-child {
  justify-content: flex-start;
  border-right: 0;
  color: var(--rd-muted);
  font-size: 10px;
}

html body.page-home .rd-report-row-head span {
  min-height: 36px;
  color: var(--rd-text);
  font-size: 10px;
  font-weight: 800;
}

html body.page-home .rd-report-row .rd-up {
  color: var(--rd-gold-soft);
  font-weight: 900;
}

html body.page-home .rd-metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

html body.page-home .rd-metric-row article {
  position: relative;
  min-height: 88px;
  padding: 12px 10px 9px 34px;
  border: 1px solid rgba(123, 198, 211, 0.22);
  border-radius: 8px;
  background: rgba(5, 20, 29, 0.62);
}

html body.page-home .rd-metric-row article::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 18px;
  height: 18px;
  color: var(--rd-cyan);
  opacity: 0.86;
}

html body.page-home .rd-metric-row article:nth-child(1)::before {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1 3.2 7.4 6.5 5.8 7.7c.9 1.9 2.1 3.1 4 4l1.2-1.6 3.4 1.3c.2.1.4.3.4.6v2.4c0 .4-.3.7-.7.7C7.6 15.1 2.9 10.4 2.9 4c0-.4.3-.7.7-.7h2c.3 0 .5.1.5-.1Z' fill='none' stroke='%2348c2d5' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% / 18px 18px no-repeat;
}

html body.page-home .rd-metric-row article:nth-child(2)::before {
  border: 2px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-metric-row article:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rd-cyan);
}

html body.page-home .rd-metric-row article:nth-child(3)::before {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: skew(14deg);
}

html body.page-home .rd-metric-row article:nth-child(4)::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #061923;
}

html body.page-home .rd-metric-row article:has(.rd-metric-icon)::before,
html body.page-home .rd-metric-row article:has(.rd-metric-icon)::after {
  content: none;
}

html body.page-home .rd-metric-icon {
  --rd-icon-size: 19px;
  --rd-icon-stroke: 1.8;
  position: absolute;
  left: 11px;
  top: 13px;
  width: 19px;
  height: 19px;
  color: var(--rd-cyan);
  opacity: 0.9;
  filter: drop-shadow(0 0 10px rgba(72, 194, 213, 0.2));
}

html body.page-home .rd-metric-row span {
  display: block;
  color: var(--rd-muted);
  font-size: 13px;
}

html body.page-home .rd-metric-row strong {
  display: inline-block;
  margin-top: 8px;
  color: var(--rd-cyan);
  font-size: 28px;
  line-height: 1;
}

html body.page-home .rd-metric-row em {
  margin-left: 14px;
  color: #8bdccf;
  font-style: normal;
  font-size: 14px;
}

html body.page-home .rd-metric-row i,
html body.page-home .rd-metric-spark {
  display: block;
  height: 24px;
  margin: 7px 2px 0 -20px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 100 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 20 L18 16 L31 11 L45 16 L60 8 L75 12 L93 3' fill='none' stroke='%2348c2d5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg fill='%2348c2d5'%3E%3Ccircle cx='2' cy='20' r='1.6'/%3E%3Ccircle cx='18' cy='16' r='1.6'/%3E%3Ccircle cx='31' cy='11' r='1.6'/%3E%3Ccircle cx='45' cy='16' r='1.6'/%3E%3Ccircle cx='60' cy='8' r='1.6'/%3E%3Ccircle cx='75' cy='12' r='1.6'/%3E%3Ccircle cx='93' cy='3' r='1.6'/%3E%3C/g%3E%3C/svg%3E") 50% 0 / 100% 24px no-repeat,
    linear-gradient(rgba(72, 194, 213, 0.14), rgba(72, 194, 213, 0.14)) 0 22px / 100% 1px no-repeat;
  opacity: 0.88;
}

html body.page-home .rd-friday-card {
  width: 340px;
  height: 455px;
  min-height: 0;
  margin-top: 36px;
  margin-left: 44px;
  padding: 26px 28px 24px;
}

html body.page-home .rd-friday-radar {
  position: relative;
  height: 150px;
  margin: 10px 0 12px;
  background:
    radial-gradient(circle at 72% 22%, rgba(72, 194, 213, 0.9) 0 4px, transparent 5px),
    radial-gradient(circle at 84% 45%, rgba(72, 194, 213, 0.9) 0 5px, transparent 6px),
    radial-gradient(circle at 21% 52%, rgba(72, 194, 213, 0.85) 0 3px, transparent 4px),
    linear-gradient(26deg, transparent 0 49%, rgba(72, 194, 213, 0.22) 50%, transparent 51%),
    repeating-radial-gradient(circle at 50% 50%, rgba(72, 194, 213, 0.36) 0 1px, transparent 1px 32px),
    linear-gradient(90deg, transparent 49.8%, rgba(72, 194, 213, 0.26) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(72, 194, 213, 0.26) 50%, transparent 50.2%);
}

html body.page-home .rd-friday-radar span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--rd-gold-soft);
  box-shadow: 0 0 30px rgba(224, 169, 79, 0.45);
}

html body.page-home .rd-friday-card h3 {
  margin: 0;
  color: var(--rd-gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 29px;
  line-height: 1.05;
}

html body.page-home .rd-friday-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body.page-home .rd-friday-card li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  color: var(--rd-muted);
}

html body.page-home .rd-friday-card li::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
}

html body.page-home .rd-friday-card li::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 15px;
  height: 15px;
  color: var(--rd-gold);
}

html body.page-home .rd-friday-card li:nth-child(1)::after {
  border: 2px solid currentColor;
  border-radius: 3px;
  background:
    linear-gradient(currentColor, currentColor) 0 5px / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 4px -2px / 2px 5px no-repeat,
    linear-gradient(currentColor, currentColor) 10px -2px / 2px 5px no-repeat;
}

html body.page-home .rd-friday-card li:nth-child(2)::after {
  background:
    linear-gradient(currentColor, currentColor) 0 3px / 16px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 8px / 16px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 13px / 16px 2px no-repeat;
}

html body.page-home .rd-friday-card li:nth-child(3)::after {
  border-left: 2px solid currentColor;
  background:
    linear-gradient(currentColor, currentColor) 2px 2px / 12px 7px no-repeat,
    linear-gradient(currentColor, currentColor) 0 15px / 16px 2px no-repeat;
}

html body.page-home .rd-friday-card li:has(.rd-friday-icon)::before,
html body.page-home .rd-friday-card li:has(.rd-friday-icon)::after {
  content: none;
}

html body.page-home .rd-friday-icon {
  --rd-icon-size: 34px;
  --rd-icon-stroke: 1.8;
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  padding: 8px;
  color: var(--rd-gold);
  border: 2px solid var(--rd-gold);
  border-radius: 50%;
  background: rgba(224, 169, 79, 0.05);
  box-shadow: 0 0 14px rgba(224, 169, 79, 0.15);
}

html body.page-home .rd-friday-card strong {
  display: block;
  grid-column: 2;
  color: var(--rd-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.18;
}

html body.page-home .rd-friday-card span {
  display: block;
  grid-column: 2;
  margin-top: 3px;
  font-size: 12.5px;
  line-height: 1.25;
}

html body.page-home .rd-limits-block {
  position: relative;
  margin-top: 34px;
  padding: 20px 28px 16px;
}

html body.page-home .rd-limits-block::before {
  content: "";
  position: absolute;
  left: -74px;
  top: 28px;
  width: 74px;
  height: 72px;
  border-left: 2px solid var(--rd-gold);
  border-bottom: 2px solid var(--rd-gold);
  border-bottom-left-radius: 36px;
}

html body.page-home .rd-limits-block > h3 {
  margin: 0 0 18px;
  color: var(--rd-gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 32px;
  line-height: 1.08;
}

html body.page-home .rd-limit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

html body.page-home .rd-limit-grid article {
  position: relative;
  height: 292px;
  min-height: 0;
  padding: 20px 18px 16px;
  border: 1px solid var(--rd-border);
  border-radius: 8px;
  background: rgba(7, 29, 40, 0.72);
  text-align: center;
}

html body.page-home .rd-limit-grid article > span {
  position: absolute;
  right: 18px;
  top: 16px;
  color: rgba(72, 194, 213, 0.38);
  font-size: 21px;
  font-weight: 900;
}

html body.page-home .rd-limit-grid i {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px auto 18px;
  color: var(--rd-cyan);
}

html body.page-home .rd-limit-grid .rd-limit-icon {
  --rd-icon-size: 60px;
  --rd-icon-stroke: 1.65;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px auto 18px;
  padding: 9px;
  color: var(--rd-cyan);
  border: 1px solid rgba(72, 194, 213, 0.25);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(72, 194, 213, 0.13), transparent 64%),
    rgba(72, 194, 213, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 18px rgba(72, 194, 213, 0.14);
}

html body.page-home .rd-limit-grid h4 {
  margin: 0 0 12px;
  color: var(--rd-gold);
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  line-height: 1.08;
}

html body.page-home .rd-limit-grid p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 14px;
  line-height: 1.4;
}

html body.page-home .rd-limit-grid article::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 58px;
  border-top: 1px solid rgba(72, 194, 213, 0.16);
  opacity: 0.72;
}

html body.page-home .rd-limit-grid article:nth-child(1)::after,
html body.page-home .rd-limit-grid article:nth-child(2)::after {
  background:
    radial-gradient(circle at 78% 38%, rgba(72, 194, 213, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 38%, transparent 0 16px, rgba(72, 194, 213, 0.45) 17px 18px, transparent 19px),
    radial-gradient(circle at 72% 42%, rgba(224, 169, 79, 0.85) 0 5px, transparent 6px),
    linear-gradient(135deg, transparent 0 41%, rgba(72, 194, 213, 0.2) 42% 43%, transparent 44%),
    radial-gradient(circle, rgba(72, 194, 213, 0.24) 0 1px, transparent 2px) 0 0 / 13px 13px;
}

html body.page-home .rd-limit-grid article:nth-child(3)::after {
  background:
    linear-gradient(90deg, rgba(224, 169, 79, 0.9), rgba(224, 169, 79, 0.2)) 18px 38px / 110px 2px no-repeat,
    radial-gradient(circle at 18px 38px, var(--rd-gold-soft) 0 4px, transparent 5px),
    radial-gradient(circle at 62px 38px, var(--rd-gold-soft) 0 4px, transparent 5px),
    radial-gradient(circle at 106px 38px, var(--rd-gold-soft) 0 4px, transparent 5px),
    radial-gradient(circle at 146px 38px, var(--rd-gold-soft) 0 5px, transparent 6px);
}

html body.page-home .rd-limit-grid article:nth-child(4)::after {
  background:
    linear-gradient(rgba(72, 194, 213, 0.7), rgba(72, 194, 213, 0.7)) 16px 36px / 12px 26px no-repeat,
    linear-gradient(rgba(72, 194, 213, 0.45), rgba(72, 194, 213, 0.45)) 36px 26px / 12px 36px no-repeat,
    linear-gradient(rgba(72, 194, 213, 0.25), rgba(72, 194, 213, 0.25)) 56px 14px / 12px 48px no-repeat,
    linear-gradient(rgba(72, 194, 213, 0.5), rgba(72, 194, 213, 0.5)) 88px 20px / 92px 2px no-repeat,
    linear-gradient(rgba(72, 194, 213, 0.5), rgba(72, 194, 213, 0.5)) 88px 38px / 92px 2px no-repeat;
}

html body.page-home .rd-limit-grid article:nth-child(5)::after {
  background:
    radial-gradient(circle at 50% 38%, rgba(224, 169, 79, 0.85) 0 8px, transparent 9px),
    radial-gradient(circle at 22% 42%, transparent 0 6px, rgba(72, 194, 213, 0.34) 7px 8px, transparent 9px),
    radial-gradient(circle at 37% 42%, transparent 0 6px, rgba(72, 194, 213, 0.34) 7px 8px, transparent 9px),
    radial-gradient(circle at 64% 42%, transparent 0 6px, rgba(72, 194, 213, 0.34) 7px 8px, transparent 9px),
    radial-gradient(circle at 79% 42%, transparent 0 6px, rgba(72, 194, 213, 0.34) 7px 8px, transparent 9px),
    linear-gradient(rgba(72, 194, 213, 0.28), rgba(72, 194, 213, 0.28)) 8px 50px / calc(100% - 16px) 1px no-repeat;
}

html body.page-home .rd-limit-grid article:nth-child(6)::after {
  background:
    linear-gradient(135deg, transparent 0 16%, var(--rd-cyan) 17% 18%, transparent 19% 34%, var(--rd-cyan) 35% 36%, transparent 37% 52%, var(--rd-cyan) 53% 54%, transparent 55%),
    linear-gradient(rgba(72, 194, 213, 0.14), rgba(72, 194, 213, 0.14)) 0 46px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(72, 194, 213, 0.12) 1px, transparent 1px) 0 0 / 28px 100%;
}

html body.page-home .rd-limit-target {
  border: 2.5px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-limit-target::before,
html body.page-home .rd-limit-target::after {
  content: "";
  position: absolute;
  background: currentColor;
}

html body.page-home .rd-limit-target::before { left: 50%; top: -6px; width: 2px; height: 72px; transform: translateX(-50%); }
html body.page-home .rd-limit-target::after { left: -6px; top: 50%; width: 72px; height: 2px; transform: translateY(-50%); }

html body.page-home .rd-limit-pin {
  border: 3px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0.8);
}

html body.page-home .rd-limit-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

html body.page-home .rd-limit-calendar,
html body.page-home .rd-limit-clip,
html body.page-home .rd-limit-shield {
  border: 3px solid currentColor;
  border-radius: 8px;
}

html body.page-home .rd-limit-calendar {
  background:
    linear-gradient(currentColor, currentColor) 0 16px / 100% 3px no-repeat,
    radial-gradient(circle at 32% 56%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 50% 56%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 68% 56%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 32% 72%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 50% 72%, currentColor 0 2px, transparent 3px);
}

html body.page-home .rd-limit-clip {
  background:
    linear-gradient(currentColor, currentColor) 18px 16px / 24px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 18px 28px / 24px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 18px 40px / 24px 3px no-repeat;
}

html body.page-home .rd-limit-people {
  background:
    radial-gradient(circle at 50% 32%, transparent 0 15px, currentColor 16px 20px, transparent 21px),
    radial-gradient(circle at 25% 52%, transparent 0 11px, currentColor 12px 15px, transparent 16px),
    radial-gradient(circle at 75% 52%, transparent 0 11px, currentColor 12px 15px, transparent 16px),
    linear-gradient(currentColor, currentColor) 14px 62px / 50px 4px no-repeat;
}

html body.page-home .rd-limit-shield {
  clip-path: polygon(50% 0, 100% 18%, 88% 76%, 50% 100%, 12% 76%, 0 18%);
}

html body.page-home .rd-limits-foot {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 16px 0 0;
  color: var(--rd-muted);
  font-size: 16px;
}

html body.page-home .rd-limits-foot span {
  color: var(--rd-cyan);
}

html body.page-home .rd-limits-foot span:has(.rd-svg-icon) {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  border: 1px solid rgba(72, 194, 213, 0.38);
  border-radius: 50%;
  background: rgba(72, 194, 213, 0.06);
}

html body.page-home .rd-limits-foot span .rd-svg-icon {
  --rd-icon-size: 16px;
  --rd-icon-stroke: 1.9;
  color: var(--rd-cyan);
}

html body.page-home .rd-mid-section-final {
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 0;
}

html body.page-home .rd-final-panel {
  position: relative;
  padding: 58px 50px 28px 56px;
  border: 1px solid var(--rd-border);
  border-radius: 12px;
  background:
    radial-gradient(620px 360px at 72% 14%, rgba(72, 194, 213, 0.11), transparent 64%),
    linear-gradient(180deg, rgba(7, 28, 38, 0.88), rgba(3, 13, 20, 0.94));
  overflow: hidden;
}

html body.page-home .rd-final-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(72, 194, 213, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 194, 213, 0.04) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 100%, rgba(72, 194, 213, 0.08), transparent 48%);
  background-size: 78px 78px, 78px 78px, auto;
  pointer-events: none;
}

html body.page-home .rd-final-head,
html body.page-home .rd-next-steps,
html body.page-home .rd-final-cta,
html body.page-home .rd-final-note,
html body.page-home .rd-final-kpis {
  position: relative;
  z-index: 1;
}

html body.page-home .rd-final-head {
  display: grid;
  grid-template-columns: 700px 1fr;
  gap: 34px;
  align-items: start;
}

html body.page-home .rd-final-head .rd-mid-title {
  font-size: 61px;
  line-height: 0.99;
}

html body.page-home .rd-final-head p {
  margin: 24px 0 0;
  color: var(--rd-text);
  font-size: 22px;
  line-height: 1.35;
}

html body.page-home .rd-final-head p span {
  color: var(--rd-gold);
}

html body.page-home .rd-final-route {
  position: relative;
  min-height: 218px;
  color: var(--rd-gold);
  background:
    radial-gradient(circle at 13% 53%, rgba(72, 194, 213, 0.78) 0 5px, transparent 6px),
    radial-gradient(circle at 27% 50%, rgba(72, 194, 213, 0.78) 0 4px, transparent 5px),
    radial-gradient(circle at 64% 47%, rgba(72, 194, 213, 0.78) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 44%, rgba(72, 194, 213, 0.78) 0 4px, transparent 5px),
    linear-gradient(145deg, transparent 0 38%, rgba(72, 194, 213, 0.1) 38.5% 39%, transparent 39.5%),
    linear-gradient(20deg, transparent 0 53%, rgba(72, 194, 213, 0.08) 53.5% 54%, transparent 54.5%);
}

html body.page-home .rd-final-route::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 9%;
  top: 52%;
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--rd-cyan) 0 12px, transparent 12px 22px);
  transform: rotate(-7deg);
  opacity: 0.84;
}

html body.page-home .rd-final-route::after {
  content: "";
  position: absolute;
  right: 7.5%;
  top: 39%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--rd-gold-soft) 0 7px, transparent 8px),
    repeating-radial-gradient(circle, rgba(224, 169, 79, 0.22) 0 1px, transparent 1px 12px);
  box-shadow: 0 0 24px rgba(224, 169, 79, 0.38);
}

html body.page-home .rd-final-route span {
  position: absolute;
  left: 39%;
  top: 14%;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(72, 194, 213, 0.36) 0 1px, transparent 1px 28px),
    radial-gradient(circle, rgba(72, 194, 213, 0.12), transparent 68%);
}

html body.page-home .rd-final-route span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, var(--rd-gold-soft), var(--rd-gold));
  box-shadow: 0 0 32px rgba(224, 169, 79, 0.5);
}

html body.page-home .rd-final-route b {
  position: absolute;
  right: 7%;
  top: 43%;
  color: var(--rd-gold);
  font-size: 27px;
  text-transform: uppercase;
}

html body.page-home .rd-next-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 44px;
  margin-top: 28px;
}

html body.page-home .rd-next-steps::before {
  content: "";
  position: absolute;
  left: 126px;
  right: 126px;
  top: 0;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(224, 169, 79, 0.7) 0 3px, transparent 3px 8px);
  opacity: 0.58;
  pointer-events: none;
}

html body.page-home .rd-next-steps article {
  position: relative;
  z-index: 1;
  height: 294px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 14px 20px;
  border: 1px solid rgba(224, 169, 79, 0.45);
  border-radius: 10px;
  background: rgba(6, 24, 34, 0.74);
  text-align: center;
}

html body.page-home .rd-next-steps article:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rd-gold);
  font-size: 52px;
  line-height: 1;
}

html body.page-home .rd-next-steps article:has(.rd-step-connector)::after {
  content: none;
}

html body.page-home .rd-step-connector {
  --rd-icon-size: 36px;
  --rd-icon-stroke: 2.1;
  position: absolute;
  right: -39px;
  top: 50%;
  width: 36px;
  height: 36px;
  margin: 0;
  transform: translateY(-50%);
  color: var(--rd-gold);
  filter: drop-shadow(0 0 10px rgba(224, 169, 79, 0.22));
}

html body.page-home .rd-step-number {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border: 3px solid var(--rd-gold);
  border-radius: 50%;
  color: var(--rd-text);
  background: #071720;
  font-size: 28px;
  font-weight: 900;
}

html body.page-home .rd-next-steps i {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  min-height: 72px;
  flex: 0 0 72px;
  margin-bottom: 18px;
  color: #8de4ee;
}

html body.page-home .rd-next-steps article > i {
  width: 72px !important;
  height: 72px !important;
  min-height: 72px !important;
  flex-basis: 72px !important;
}

html body.page-home .rd-step-icon,
html body.page-home .rd-step-icon-wrap {
  --rd-icon-size: 72px;
  --rd-icon-stroke: 1.65;
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  min-height: 72px;
  flex: 0 0 72px;
  margin-bottom: 18px;
  color: #8de4ee;
  filter: drop-shadow(0 0 16px rgba(72, 194, 213, 0.18));
}

html body.page-home .rd-step-icon {
  padding: 8px;
}

html body.page-home .rd-step-icon-wrap {
  display: grid;
  place-items: center;
}

html body.page-home .rd-step-icon-wrap .rd-step-icon {
  margin: 0;
  padding: 10px 18px 10px 10px;
}

html body.page-home .rd-step-icon-wrap > span {
  position: absolute;
  right: -3px;
  top: 2px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: #8de4ee;
  background: #071720;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 16px rgba(72, 194, 213, 0.18);
}

html body.page-home .rd-step-write {
  border: 3px solid currentColor;
  border-radius: 7px;
  background:
    linear-gradient(currentColor, currentColor) 15px 19px / 30px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 15px 33px / 25px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 15px 47px / 35px 3px no-repeat;
}

html body.page-home .rd-step-write::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 4px;
  width: 28px;
  height: 10px;
  border: 3px solid currentColor;
  border-left: 0;
  transform: rotate(-45deg);
  border-radius: 0 5px 5px 0;
}

html body.page-home .rd-step-scan {
  border: 3px solid currentColor;
  border-radius: 50%;
}

html body.page-home .rd-step-scan::before,
html body.page-home .rd-step-scan::after {
  content: "";
  position: absolute;
  background: currentColor;
}

html body.page-home .rd-step-scan::before { left: 50%; top: -9px; width: 3px; height: 90px; transform: translateX(-50%); }
html body.page-home .rd-step-scan::after { left: -9px; top: 50%; width: 90px; height: 3px; transform: translateY(-50%); }

html body.page-home .rd-step-report {
  border: 3px solid currentColor;
  border-radius: 7px;
  background:
    linear-gradient(currentColor, currentColor) 15px 18px / 28px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 15px 32px / 22px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 15px 46px / 24px 3px no-repeat;
}

html body.page-home .rd-step-report::before,
html body.page-home .rd-step-report::after {
  content: "";
  position: absolute;
}

html body.page-home .rd-step-report::before {
  right: -3px;
  top: -3px;
  width: 22px;
  height: 22px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  background: #071720;
}

html body.page-home .rd-step-report::after {
  right: -5px;
  bottom: -5px;
  width: 32px;
  height: 32px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: #071720;
}

html body.page-home .rd-step-phone::before {
  content: "";
  position: absolute;
  inset: 15px 21px 15px 19px;
  border: 4px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 10px 10px 20px 10px;
  transform: rotate(43deg);
}

html body.page-home .rd-step-phone::after {
  content: "15";
  position: absolute;
  right: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: #071720;
  font-size: 19px;
  font-weight: 900;
}

html body.page-home .rd-step-flag {
  border-left: 0;
}

html body.page-home .rd-step-flag::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 8px;
  width: 46px;
  height: 28px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 6px 6px 0;
}

html body.page-home .rd-step-flag::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 4px;
  width: 3px;
  height: 56px;
  background: currentColor;
}

html body.page-home .rd-next-steps h3 {
  margin: 0;
  width: 100%;
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
}

html body.page-home .rd-next-steps h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 9px auto;
  background: var(--rd-cyan);
}

html body.page-home .rd-next-steps p {
  margin: 0;
  max-width: 224px;
  color: var(--rd-muted);
  font-size: 14px;
  line-height: 1.3;
}

html body.page-home .rd-final-cta {
  display: flex;
  width: min(620px, 100%);
  min-height: 78px;
  margin: 36px auto 0;
  font-size: 26px;
  text-decoration: none !important;
}

html body.page-home .rd-final-cta span {
  text-decoration: none !important;
}

html body.page-home .rd-final-note {
  margin: 14px 0 0;
  color: var(--rd-text);
  text-align: center;
  font-size: 21px;
}

html body.page-home .rd-final-kpis {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 24px auto 0;
}

html body.page-home .rd-final-kpis article {
  height: 78px;
  min-height: 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 12px;
  row-gap: 0;
  align-items: center;
  padding: 13px 18px;
  border: 1px solid var(--rd-border);
  border-radius: 8px;
  background: rgba(5, 20, 29, 0.7);
}

html body.page-home .rd-final-kpis span {
  position: relative;
  width: 44px;
  height: 44px;
  color: var(--rd-gold);
}

html body.page-home .rd-final-kpis .rd-final-kpi-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(224, 169, 79, 0.34);
  border-radius: 50%;
  background: rgba(224, 169, 79, 0.05);
  box-shadow: 0 0 18px rgba(224, 169, 79, 0.12);
}

html body.page-home .rd-final-kpis .rd-final-kpi-icon .rd-svg-icon {
  --rd-icon-size: 27px;
  --rd-icon-stroke: 1.85;
  color: var(--rd-gold);
}

html body.page-home .rd-final-kpis strong {
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

html body.page-home .rd-final-kpis p {
  grid-column: 2;
  margin: -4px 0 0;
  color: var(--rd-muted);
  font-size: 14px;
  white-space: nowrap;
}

html body.page-home .rd-final-pin {
  border: 3px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0.72);
}

html body.page-home .rd-final-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

html body.page-home .rd-final-star {
  background: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 6.5 26.7 16l10.5 1.5-7.6 7.4 1.8 10.4L22 30.4l-9.4 4.9 1.8-10.4-7.6-7.4L17.3 16 22 6.5Z' fill='none' stroke='%23e0a94f' stroke-width='2.6' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% / 44px 44px no-repeat;
}

html body.page-home .rd-final-calendar {
  border: 3px solid currentColor;
  border-radius: 6px;
  background:
    linear-gradient(currentColor, currentColor) 0 13px / 100% 3px no-repeat,
    radial-gradient(circle at 32% 60%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 54% 60%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 76% 60%, currentColor 0 2px, transparent 3px);
}

html body.page-home .rd-final-bars {
  background:
    linear-gradient(currentColor, currentColor) 8px 30px / 5px 18px no-repeat,
    linear-gradient(currentColor, currentColor) 22px 18px / 5px 30px no-repeat,
    linear-gradient(currentColor, currentColor) 36px 7px / 5px 41px no-repeat,
    linear-gradient(currentColor, currentColor) 4px 48px / 44px 3px no-repeat;
}

/* Minimal footer bridge: keeps the existing footer content visible after replacing the old middle. */
html body.page-home .footer {
  margin-top: 0;
  padding: 0 !important;
  color: rgba(255, 246, 234, 0.86);
  background:
    radial-gradient(520px 300px at 86% 20%, rgba(72, 194, 213, 0.08), transparent 64%),
    linear-gradient(180deg, #03141c, #031923 58%, #021019) !important;
  border-top: 1px solid rgba(224, 169, 79, 0.2);
}

html body.page-home .footer::before {
  content: none !important;
}

html body.page-home .footer .footer-shell {
  width: min(1560px, calc(100% - 88px));
  max-width: none;
  margin: 0 auto;
  padding: 32px 0 24px;
}

html body.page-home .footer-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(123, 198, 211, 0.14);
}

html body.page-home .footer-signal-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(123, 198, 211, 0.18);
  border-radius: 999px;
  color: rgba(255, 246, 234, 0.68);
  background: rgba(7, 28, 38, 0.7);
  font-size: 13px;
  font-weight: 700;
}

html body.page-home .footer-signal-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rd-cyan);
  box-shadow: 0 0 16px rgba(72, 194, 213, 0.52);
}

html body.page-home .footer-main-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) repeat(3, minmax(210px, 0.8fr));
  gap: 24px;
  padding: 34px 0;
}

html body.page-home .footer-brand-panel,
html body.page-home .footer-link-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(123, 198, 211, 0.16);
  border-radius: 10px;
  background: rgba(7, 28, 38, 0.58);
}

html body.page-home .footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--rd-text);
  text-decoration: none;
}

html body.page-home .footer-logo-link img {
  width: 52px;
  height: 52px;
}

html body.page-home .footer-brand-eyebrow,
html body.page-home .footer-column-kicker {
  margin: 18px 0 8px;
  color: var(--rd-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

html body.page-home .footer-brand-headline {
  margin: 0;
  color: var(--rd-text);
  font-family: "Newsreader", Georgia, serif;
  font-size: 32px;
  line-height: 1.06;
}

html body.page-home .footer-brand-copy,
html body.page-home .footer-column-note,
html body.page-home .footer-contact-line {
  color: rgba(255, 246, 234, 0.64);
  font-size: 15px;
  line-height: 1.55;
}

html body.page-home .footer-action-row,
html body.page-home .footer-social-row,
html body.page-home .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

html body.page-home .footer-column-title {
  display: block;
  color: var(--rd-text);
  font-size: 18px;
  line-height: 1.25;
}

html body.page-home .footer-link-list,
html body.page-home .footer-contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

html body.page-home .footer-link,
html body.page-home .footer-secondary-action,
html body.page-home .footer-social-pill,
html body.page-home .footer-bottom a {
  color: rgba(255, 246, 234, 0.72);
  text-decoration: none;
}

html body.page-home .footer-link:hover,
html body.page-home .footer-secondary-action:hover,
html body.page-home .footer-bottom a:hover {
  color: var(--rd-gold-soft);
}

html body.page-home .footer-contact-label {
  display: block;
  color: var(--rd-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

html body.page-home .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(123, 198, 211, 0.14);
  color: rgba(255, 246, 234, 0.54);
}

html body.page-home .footer.footer-reference-atlas .reveal-up,
html body.page-home .footer.footer-reference-atlas [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 1200px) {
  html body.page-home .rd-mid-shell {
    width: min(1120px, calc(100% - 48px));
  }

  html body.page-home .rd-search-hero {
    grid-template-columns: 1fr;
  }

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

/* Responsive reference matching for the landingpage middle section */
@media (max-width: 760px) {
  html body.page-home .rd-midpage {
    overflow: hidden;
  }

  html body.page-home .scroll-top {
    display: none;
  }

  html body.page-home .rd-midpage-bg {
    opacity: 0.72;
    background-size: 42px 42px, 42px 42px, auto, auto;
  }

  html body.page-home .rd-mid-shell {
    width: min(100% - 28px, 430px);
    padding: 0;
  }

  html body.page-home .rd-mid-shell::before {
    top: 34px;
    bottom: 34px;
    left: 29px;
    width: 1px;
    background: linear-gradient(180deg, rgba(224, 169, 79, 0.9), rgba(244, 207, 130, 0.72), rgba(224, 169, 79, 0.32));
    box-shadow: 0 0 14px rgba(224, 169, 79, 0.24);
  }

  html body.page-home .rd-mid-section {
    padding: 42px 0 44px 66px;
    border-bottom-color: rgba(123, 198, 211, 0.1);
  }

  html body.page-home .rd-mid-station {
    left: 2px;
    top: 32px;
    width: 54px;
    height: 54px;
    isolation: isolate;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    color: var(--rd-text);
    background: transparent;
    box-shadow:
      0 0 0 7px rgba(3, 19, 27, 0.92),
      0 12px 28px rgba(0, 0, 0, 0.34);
  }

  html body.page-home .rd-mid-station::before,
  html body.page-home .rd-mid-station::after {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0, 96% 24%, 96% 76%, 50% 100%, 4% 76%, 4% 24%);
    pointer-events: none;
  }

  html body.page-home .rd-mid-station::before {
    z-index: -2;
    inset: 0;
    background: linear-gradient(180deg, var(--rd-gold-soft), var(--rd-gold));
  }

  html body.page-home .rd-mid-station::after {
    z-index: -1;
    inset: 2px;
    background:
      radial-gradient(circle at 50% 44%, rgba(224, 169, 79, 0.13), transparent 56%),
      #05131a;
  }

  html body.page-home .rd-mid-title {
    max-width: 100%;
    line-height: 1.06;
  }

  html body.page-home .rd-mid-title-rule {
    width: 58px;
    height: 3px;
    margin: 18px 0 20px;
  }

  html body.page-home .rd-mid-lead {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.52;
  }

  html body.page-home .rd-mid-section-search {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  html body.page-home .rd-search-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  html body.page-home .rd-search-copy {
    min-width: 0;
  }

  html body.page-home .rd-search-copy .rd-mid-title {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.08;
  }

  html body.page-home .rd-search-copy .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-search-copy .rd-mid-title-rule {
    margin-top: 18px;
  }

  html body.page-home .rd-search-visual {
    width: calc(100% + 52px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 0;
    margin-left: -52px;
    padding-top: 0;
  }

  html body.page-home .rd-search-radar {
    top: -318px;
    right: -4px;
    width: 176px;
    height: 176px;
    opacity: 0.5;
  }

  html body.page-home .rd-search-radar::before {
    inset: -22px;
  }

  html body.page-home .rd-radar-core {
    width: 38px;
    height: 38px;
  }

  html body.page-home .rd-radar-core::after {
    inset: 11px;
  }

  html body.page-home .rd-search-card {
    min-height: 0;
    overflow: hidden;
    padding: 12px 15px;
    border-color: rgba(224, 169, 79, 0.62);
    background:
      linear-gradient(128deg, transparent 54%, rgba(72, 194, 213, 0.06) 54.2%, transparent 54.6%),
      linear-gradient(18deg, transparent 38%, rgba(224, 169, 79, 0.045) 38.2%, transparent 38.6%),
      radial-gradient(210px 130px at 84% 28%, rgba(72, 194, 213, 0.09), transparent 64%),
      linear-gradient(180deg, rgba(8, 31, 42, 0.86), rgba(5, 18, 26, 0.92));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.055),
      0 18px 42px rgba(0, 0, 0, 0.22);
  }

  html body.page-home .rd-search-field {
    min-height: 32px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: transparent;
    font-family: "Newsreader", Georgia, serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    white-space: normal;
  }

  html body.page-home .rd-search-label {
    margin: 10px 0 9px;
    color: rgba(255, 246, 234, 0.86);
    font-size: 15px;
    line-height: 1.35;
  }

  html body.page-home .rd-top-pins {
    grid-template-columns: repeat(3, 38px);
    justify-content: start;
    gap: 26px;
    padding: 0 0 10px;
    border-bottom: 0;
  }

  html body.page-home .rd-top-pins span {
    width: 34px;
    height: 34px;
    border-width: 2px;
  }

  html body.page-home .rd-top-pins span::after {
    font-size: 14px;
  }

  html body.page-home .rd-search-position {
    display: none;
  }

  html body.page-home .rd-search-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(123, 198, 211, 0.28);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(4, 16, 23, 0.34);
  }

  html body.page-home .rd-search-actions span {
    min-width: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 5px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    line-height: 1;
  }

  html body.page-home .rd-search-actions span:last-child {
    border-right: 0;
  }

  html body.page-home .rd-search-actions .rd-line-icon {
    --rd-icon-size: 22px;
    width: 22px;
    height: 22px;
  }

  html body.page-home .rd-signal-problem {
    width: calc(100% + 52px);
    margin-top: 18px;
    margin-left: -52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  html body.page-home .rd-signal-problem::before,
  html body.page-home .rd-signal-problem::after {
    content: none;
  }

  html body.page-home .rd-signal-problem h3 {
    margin: 0 0 10px;
    color: var(--rd-gold);
    font-size: 21px;
    line-height: 1.12;
  }

  html body.page-home .rd-signal-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  html body.page-home .rd-gap-card {
    min-height: 68px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    grid-template-areas:
      "icon title badge"
      "icon text badge";
    gap: 4px 10px;
    align-items: center;
    padding: 10px 10px;
    border-color: rgba(123, 198, 211, 0.27);
    background:
      radial-gradient(160px 90px at 10% 40%, rgba(72, 194, 213, 0.06), transparent 74%),
      linear-gradient(180deg, rgba(8, 31, 42, 0.78), rgba(4, 18, 27, 0.82));
  }

  html body.page-home .rd-gap-head {
    display: contents;
  }

  html body.page-home .rd-gap-icon {
    --rd-icon-size: 38px;
    grid-area: icon;
    width: 40px;
    height: 40px;
    justify-self: center;
    color: var(--rd-cyan);
  }

  html body.page-home .rd-gap-head h4 {
    grid-area: title;
    min-width: 0;
    color: var(--rd-text);
    font-family: "Newsreader", Georgia, serif;
    font-size: 18px;
    line-height: 1.05;
    font-weight: 700;
  }

  html body.page-home .rd-gap-card p {
    grid-area: text;
    min-width: 0;
    font-size: 13px;
    line-height: 1.32;
  }

  html body.page-home .rd-gap-badge {
    grid-area: badge;
    align-self: center;
    min-height: 28px;
    margin: 0;
    padding: 0 11px;
    border-color: rgba(232, 121, 78, 0.78);
    color: #ff7f55;
    background: rgba(232, 121, 78, 0.06);
    font-size: 12px;
  }

  html body.page-home .rd-gap-badge-soft {
    color: var(--rd-gold-soft);
    border-color: rgba(224, 169, 79, 0.8);
    background: rgba(224, 169, 79, 0.06);
  }

  html body.page-home .rd-gap-meter {
    display: none;
  }

  html body.page-home .rd-signal-note {
    align-items: flex-start;
    gap: 12px;
    margin: 9px 0 0;
    padding: 12px 13px;
    border: 1px solid rgba(123, 198, 211, 0.22);
    border-radius: 8px;
    background: rgba(4, 16, 23, 0.42);
    font-size: 13px;
    line-height: 1.4;
  }

  html body.page-home .rd-signal-note span {
    width: 28px;
    height: 28px;
  }

  html body.page-home .rd-mid-section-mapcheck {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  html body.page-home .rd-mid-section-mapcheck .rd-mid-station {
    top: 36px;
  }

  html body.page-home .rd-mapcheck-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  html body.page-home .rd-mapcheck-copy {
    min-width: 0;
    padding-top: 0;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.04;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title > span:first-child {
    white-space: normal;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title .rd-mid-title-gold {
    font-size: inherit;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-subtitle {
    display: none;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title-rule {
    margin: 18px 0 19px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-lead {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.48;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-button {
    width: calc(100% + 48px);
    min-height: 62px;
    margin-top: 24px;
    margin-left: -48px;
    padding: 0 14px 0 18px;
    font-size: 15px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-button span {
    white-space: nowrap;
  }

  html body.page-home .rd-mapcheck-copy .rd-button-note {
    display: none;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row {
    width: calc(100% + 48px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
    margin-left: -48px;
    border-radius: 8px;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row span {
    min-height: 58px;
    grid-template-columns: 22px 1fr;
    gap: 8px;
    padding: 10px 8px;
    font-size: 11px;
    line-height: 1.18;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row .rd-trust-icon {
    --rd-icon-size: 22px;
    width: 22px;
    height: 22px;
  }

  html body.page-home .rd-dossier-card {
    width: calc(100% + 48px);
    margin-left: -48px;
    padding: 14px;
    border-radius: 10px;
  }

  html body.page-home .rd-dossier-card::before {
    background-size: 38px 38px;
  }

  html body.page-home .rd-dossier-head {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 0 14px;
  }

  html body.page-home svg.rd-dossier-icon {
    --rd-icon-size: 42px;
    width: 42px;
    height: 42px;
    padding: 9px;
  }

  html body.page-home .rd-dossier-head h3 {
    font-size: 18px;
    line-height: 1.16;
    letter-spacing: 1.2px;
  }

  html body.page-home .rd-dossier-head p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.35;
  }

  html body.page-home .rd-mapcheck-stamp {
    grid-column: 1 / -1;
    justify-self: end;
    min-width: 124px;
    min-height: 38px;
    margin-top: -4px;
    transform: rotate(-6deg);
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  html body.page-home .rd-dossier-top {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
    border-radius: 8px;
  }

  html body.page-home .rd-focus-map {
    height: 150px;
  }

  html body.page-home .rd-focus-pin {
    width: 38px;
    height: 38px;
  }

  html body.page-home .rd-focus-pin::after {
    inset: 12px;
  }

  html body.page-home .rd-focus-copy,
  html body.page-home .rd-position-compare {
    padding: 14px 15px;
    border-left: 0;
    border-top: 1px solid rgba(123, 198, 211, 0.16);
  }

  html body.page-home .rd-focus-copy h4,
  html body.page-home .rd-position-compare h4 {
    margin-bottom: 9px;
    font-size: 16px;
  }

  html body.page-home .rd-focus-copy p {
    margin-bottom: 8px;
    font-size: 13px;
  }

  html body.page-home .rd-position-compare div {
    grid-template-columns: 20px minmax(0, 1fr) 62px 28px;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  html body.page-home .rd-position-compare p {
    margin-top: 10px;
    font-size: 16px;
  }

  html body.page-home .rd-check-modules {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 12px;
    border: 1px solid rgba(123, 198, 211, 0.22);
    border-radius: 10px;
    overflow: hidden;
  }

  html body.page-home .rd-check-module {
    min-height: 104px;
    height: auto;
    display: grid;
    grid-template-columns: 58px 34px minmax(0, 1fr);
    grid-template-areas:
      "icon index title"
      "icon index text";
    gap: 2px 12px;
    align-items: center;
    padding: 13px 14px;
    border: 0;
    border-bottom: 1px solid rgba(123, 198, 211, 0.18);
    border-radius: 0;
    background:
      radial-gradient(120px 90px at 10% 45%, rgba(72, 194, 213, 0.09), transparent 70%),
      rgba(6, 24, 34, 0.7);
  }

  html body.page-home .rd-check-module:last-child {
    border-bottom: 0;
  }

  html body.page-home .rd-module-index {
    position: static;
    grid-area: index;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  html body.page-home svg.rd-module-icon,
  html body.page-home .rd-module-calendar {
    --rd-icon-size: 48px;
    grid-area: icon;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 9px;
  }

  html body.page-home .rd-module-calendar .rd-svg-icon {
    --rd-icon-size: 48px;
    padding: 9px;
  }

  html body.page-home .rd-module-calendar > span {
    font-size: 16px;
  }

  html body.page-home .rd-check-module h4 {
    grid-area: title;
    margin: 0;
    font-size: 18px;
    line-height: 1.05;
  }

  html body.page-home .rd-check-module p {
    grid-area: text;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.32;
  }

  html body.page-home .rd-check-module small {
    display: none;
  }

  html body.page-home .rd-dossier-foot {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    height: auto;
    min-height: 0;
    margin-top: 12px;
    padding: 15px;
    border-radius: 10px;
  }

  html body.page-home .rd-dossier-foot h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  html body.page-home .rd-dossier-foot ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    font-size: 13px;
  }

  html body.page-home .rd-dossier-foot li {
    white-space: normal;
  }

  html body.page-home .rd-dossier-foot aside {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 13px 0 0;
    border-top: 1px solid rgba(224, 169, 79, 0.28);
    border-left: 0;
  }

  html body.page-home svg.rd-foot-shield {
    --rd-icon-size: 42px;
    width: 42px;
    height: 46px;
  }

  html body.page-home .rd-dossier-foot aside strong {
    font-size: 15px;
  }

  html body.page-home .rd-dossier-foot aside p {
    margin-top: -4px;
    font-size: 13px;
  }

  html body.page-home .rd-mid-section-system {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  html body.page-home .rd-system-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  html body.page-home .rd-system-copy {
    min-width: 0;
    padding-top: 0;
    margin-left: 0;
  }

  html body.page-home .rd-system-copy .rd-mid-title {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.04;
  }

  html body.page-home .rd-system-copy .rd-mid-title-gold {
    font-size: inherit;
  }

  html body.page-home .rd-system-copy .rd-mid-title > span,
  html body.page-home .rd-system-subline {
    white-space: normal;
  }

  html body.page-home .rd-system-subline {
    margin: 18px 0 12px;
    color: var(--rd-cyan);
    font-size: 17px;
    line-height: 1.28;
  }

  html body.page-home .rd-system-copy .rd-mid-lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.48;
  }

  html body.page-home .rd-system-note {
    display: none;
  }

  html body.page-home .rd-system-board {
    width: calc(100% + 48px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 9px;
    margin-left: -48px;
  }

  html body.page-home .rd-system-radar {
    order: 0;
    grid-column: auto;
    grid-row: auto;
    min-height: 330px;
    border: 1px solid rgba(123, 198, 211, 0.24);
    border-radius: 10px;
    overflow: hidden;
    background:
      radial-gradient(280px 210px at 50% 48%, rgba(72, 194, 213, 0.12), transparent 72%),
      rgba(5, 18, 26, 0.58);
  }

  html body.page-home .rd-system-radar::before {
    top: 46%;
    width: 282px;
    height: 282px;
  }

  html body.page-home .rd-system-ring {
    top: 46%;
    width: 236px;
    height: 236px;
  }

  html body.page-home .rd-system-top {
    display: none;
  }

  html body.page-home .rd-system-hub {
    top: 46%;
    width: 72px;
    height: 72px;
    border-width: 2px;
  }

  html body.page-home .rd-system-hub::after {
    bottom: 13px;
    width: 15px;
    height: 15px;
  }

  html body.page-home .rd-system-hub .rd-svg-icon {
    --rd-icon-size: 42px;
    padding: 9px;
  }

  html body.page-home .rd-system-node {
    width: 56px;
    height: 56px;
    border-width: 2px;
    border-color: var(--rd-cyan);
    box-shadow:
      0 0 0 5px rgba(72, 194, 213, 0.06),
      0 0 26px rgba(72, 194, 213, 0.14);
  }

  html body.page-home .rd-system-node-icon {
    --rd-icon-size: 40px;
    padding: 9px;
    color: var(--rd-cyan);
  }

  html body.page-home .rd-system-node-top {
    left: 50%;
    top: 26px;
  }

  html body.page-home .rd-system-node-right {
    right: 28px;
    top: 41%;
  }

  html body.page-home .rd-system-node-bottom {
    left: 50%;
    bottom: 66px;
  }

  html body.page-home .rd-system-node-left {
    left: 28px;
    top: 41%;
  }

  html body.page-home .rd-system-line-h {
    left: 44px;
    right: 44px;
    top: 46%;
  }

  html body.page-home .rd-system-line-v {
    top: 48px;
    bottom: 88px;
  }

  html body.page-home .rd-system-line-h::before { left: 72px; }
  html body.page-home .rd-system-line-h::after { right: 72px; }
  html body.page-home .rd-system-line-v::before { top: 54px; }
  html body.page-home .rd-system-line-v::after { bottom: 54px; }

  html body.page-home .rd-system-benefit {
    display: none;
  }

  html body.page-home .rd-system-actions {
    bottom: 14px;
    gap: 0;
    width: calc(100% - 24px);
    justify-content: space-around;
    padding-top: 10px;
    border-top: 1px solid rgba(123, 198, 211, 0.18);
  }

  html body.page-home .rd-system-actions > span {
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
  }

  html body.page-home .rd-system-actions > span::before {
    width: 34px;
    height: 34px;
  }

  html body.page-home .rd-system-actions .rd-svg-icon {
    --rd-icon-size: 18px;
    left: 50%;
    top: 17px;
    transform: translate(-50%, -50%);
  }

  html body.page-home .rd-system-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    padding: 13px 13px;
    border-radius: 10px;
  }

  html body.page-home .rd-system-card-profile { order: 1; }
  html body.page-home .rd-system-card-website { order: 2; }
  html body.page-home .rd-system-card-citations { order: 3; }
  html body.page-home .rd-system-card-measure { order: 4; }

  html body.page-home .rd-system-card-head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  html body.page-home svg.rd-system-icon {
    --rd-icon-size: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  html body.page-home .rd-system-card-head h3 {
    font-size: 20px;
    line-height: 1.1;
  }

  html body.page-home .rd-system-card-head p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.32;
  }

  html body.page-home .rd-system-card ul {
    gap: 6px;
    margin-top: 10px;
    font-size: 13px;
  }

  html body.page-home .rd-system-card li {
    min-height: 0;
    padding-right: 22px;
    line-height: 1.28;
  }

  html body.page-home .rd-mid-section-sprint {
    padding: 40px 0 38px 66px;
  }

  html body.page-home .rd-mid-section-sprint .rd-mid-station {
    top: 36px;
    opacity: 1;
    pointer-events: auto;
  }

  html body.page-home .rd-sprint-panel {
    width: calc(100% + 48px);
    margin-left: -48px;
    padding: 18px 14px 16px 72px;
    border-radius: 10px;
    overflow: hidden;
  }

  html body.page-home .rd-sprint-panel::before {
    background-size: 42px 42px;
  }

  html body.page-home .rd-sprint-head {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 210px;
    padding-right: 80px;
  }

  html body.page-home .rd-sprint-head .rd-mid-title {
    font-size: clamp(35px, 10.5vw, 45px);
    line-height: 1.06;
  }

  html body.page-home .rd-sprint-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-sprint-gold {
    margin-top: 16px;
    font-size: 21px;
    line-height: 1.12;
  }

  html body.page-home .rd-sprint-head > p {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.45;
  }

  html body.page-home .rd-sprint-map {
    position: absolute;
    right: -8px;
    top: 0;
    width: 126px;
    min-height: 126px;
    opacity: 0.78;
  }

  html body.page-home .rd-sprint-map span {
    width: 32px;
    height: 32px;
  }

  html body.page-home .rd-sprint-map span::after {
    width: 11px;
    height: 11px;
  }

  html body.page-home .rd-sprint-map::after {
    width: 58%;
    height: 58px;
  }

  html body.page-home .rd-sprint-timeline {
    position: absolute;
    z-index: 3;
    left: 14px;
    top: 248px;
    bottom: 146px;
    width: 44px;
    margin-top: 0;
  }

  html body.page-home .rd-sprint-timeline::before,
  html body.page-home .rd-week-row {
    display: none;
  }

  html body.page-home .rd-time-main {
    position: absolute;
    inset: 0;
    height: auto;
  }

  html body.page-home .rd-time-main::before {
    left: 50%;
    right: auto;
    top: 10px;
    bottom: 10px;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--rd-gold-soft), var(--rd-gold));
  }

  html body.page-home .rd-time-main::after {
    right: auto;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) rotate(90deg);
    border-left-width: 12px;
    border-top-width: 7px;
    border-bottom-width: 7px;
  }

  html body.page-home .rd-time-main span {
    left: 50% !important;
    bottom: auto;
    display: grid;
    justify-items: center;
    gap: 2px;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }

  html body.page-home .rd-time-main span:nth-child(1) { top: 0; }
  html body.page-home .rd-time-main span:nth-child(2) { top: 31%; }
  html body.page-home .rd-time-main span:nth-child(3) { top: 64%; }
  html body.page-home .rd-time-main span:nth-child(4) {
    top: auto;
    bottom: 0;
  }

  html body.page-home .rd-time-main b {
    width: 42px;
    height: 42px;
    border-width: 2px;
    font-size: 22px;
  }

  html body.page-home .rd-phase-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 16px;
  }

  html body.page-home .rd-phase-card {
    height: auto;
    min-height: 286px;
    padding: 16px 92px 14px 16px;
    border-radius: 10px;
  }

  html body.page-home .rd-phase-card:not(:last-child)::before,
  html body.page-home .rd-phase-card:not(:last-child) .rd-phase-meta::after {
    content: none;
  }

  html body.page-home .rd-phase-card::after {
    right: 17px;
    top: 96px;
    width: 108px;
    height: 108px;
  }

  html body.page-home svg.rd-phase-visual {
    --rd-icon-size: 44px;
    right: 49px;
    top: 132px;
    padding: 7px;
  }

  html body.page-home .rd-phase-meta {
    flex-wrap: wrap;
    gap: 8px 10px;
    font-size: 15px;
  }

  html body.page-home .rd-phase-meta span {
    padding: 5px 10px;
    border-radius: 6px;
  }

  html body.page-home .rd-phase-card h3 {
    margin: 14px 0 12px;
    font-size: 27px;
  }

  html body.page-home .rd-phase-card ul {
    gap: 7px;
    font-size: 14px;
    line-height: 1.28;
  }

  html body.page-home .rd-phase-card .rd-list-check {
    --rd-icon-size: 18px;
    flex: 0 0 18px;
    padding: 3px;
  }

  html body.page-home .rd-phase-report {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 42px;
    margin-top: 12px;
    padding: 0 12px;
    gap: 10px;
    font-size: 13px;
  }

  html body.page-home .rd-phase-report-icon,
  html body.page-home .rd-phase-report-line {
    --rd-icon-size: 22px;
  }

  html body.page-home .rd-sprint-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    margin-top: 12px;
    padding: 0;
    overflow: hidden;
  }

  html body.page-home .rd-sprint-benefits article {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    min-height: 132px;
    padding: 14px 10px;
    border-right: 1px solid rgba(123, 198, 211, 0.16);
    border-bottom: 1px solid rgba(123, 198, 211, 0.16);
    text-align: center;
  }

  html body.page-home .rd-sprint-benefits article:nth-child(even) {
    border-right: 0;
  }

  html body.page-home .rd-sprint-benefits article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  html body.page-home .rd-sprint-benefits .rd-benefit-icon {
    --rd-icon-size: 38px;
    width: 38px;
    height: 38px;
  }

  html body.page-home .rd-sprint-benefits strong {
    font-size: 15px;
    line-height: 1.15;
  }

  html body.page-home .rd-sprint-benefits p {
    grid-column: auto;
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  html body.page-home .rd-mid-section-scope {
    padding: 40px 0 38px 66px;
  }

  html body.page-home .rd-mid-section-scope::before,
  html body.page-home .rd-mid-section-scope::after {
    content: none;
  }

  html body.page-home .rd-scope-panel {
    width: calc(100% + 48px);
    margin-left: -48px;
    padding: 18px 14px 16px;
    border-radius: 10px;
  }

  html body.page-home .rd-scope-panel::before {
    background-size: 42px 42px;
  }

  html body.page-home .rd-scope-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-left: 48px;
  }

  html body.page-home .rd-scope-head .rd-mid-title {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
  }

  html body.page-home .rd-scope-head .rd-mid-title span {
    white-space: normal;
  }

  html body.page-home .rd-scope-radar {
    display: none;
  }

  html body.page-home .rd-scope-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  html body.page-home .rd-scope-card {
    height: auto;
    padding: 16px 14px;
    border-radius: 10px;
  }

  html body.page-home .rd-scope-card h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 2.2px;
  }

  html body.page-home .rd-scope-card ul {
    gap: 9px;
    font-size: 14px;
    line-height: 1.28;
  }

  html body.page-home .rd-scope-card li,
  html body.page-home .rd-scope-card li:has(.rd-scope-list-icon) {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 10px;
  }

  html body.page-home .rd-scope-list-icon {
    --rd-icon-size: 24px;
    width: 24px;
    height: 24px;
    padding: 5px;
  }

  html body.page-home .rd-fit-block {
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }

  html body.page-home .rd-fit-block > h3 {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 1.12;
  }

  html body.page-home .rd-fit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  html body.page-home .rd-fit-grid::before,
  html body.page-home .rd-fit-grid::after {
    content: none;
  }

  html body.page-home .rd-industry-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  html body.page-home .rd-industry-cards article {
    height: auto;
    min-height: 116px;
    gap: 8px;
    padding: 13px 8px;
    border-radius: 8px;
  }

  html body.page-home .rd-industry-cards span {
    width: 58px;
    height: 58px;
    border-color: rgba(72, 194, 213, 0.38);
    color: var(--rd-cyan);
  }

  html body.page-home .rd-industry-icon .rd-svg-icon {
    --rd-icon-size: 44px;
    inset: 7px;
    width: 44px;
    height: 44px;
    color: var(--rd-cyan);
  }

  html body.page-home .rd-industry-cards strong {
    font-size: 14px;
    line-height: 1.18;
  }

  html body.page-home .rd-fit-card {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 16px 14px;
    border-radius: 10px;
  }

  html body.page-home .rd-fit-card::before {
    right: -42px;
    top: 28px;
    width: 138px;
    height: 138px;
    opacity: 0.42;
  }

  html body.page-home .rd-fit-flag {
    right: 34px;
    top: 50px;
    opacity: 0.42;
  }

  html body.page-home .rd-fit-card h4 {
    max-width: 220px;
    margin-bottom: 12px;
    font-size: 23px;
  }

  html body.page-home .rd-fit-card ul {
    gap: 8px;
    font-size: 13px;
    line-height: 1.32;
  }

  html body.page-home .rd-fit-card li {
    display: flex;
    align-items: flex-start;
  }

  html body.page-home .rd-fit-check {
    --rd-icon-size: 20px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    padding: 4px;
    margin-right: 8px;
  }

  html body.page-home .rd-mid-section-measure {
    padding: 40px 0 38px 66px;
  }

  html body.page-home .rd-measure-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  html body.page-home .rd-measure-head .rd-mid-title {
    max-width: 100%;
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.06;
    transform: none;
  }

  html body.page-home .rd-measure-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-measure-head p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.3;
    transform: none;
  }

  html body.page-home .rd-report-panel {
    width: calc(100% + 48px);
    margin-top: 6px;
    margin-left: -48px;
    padding: 15px 14px 14px;
    border-radius: 10px;
  }

  html body.page-home .rd-report-panel h3 {
    padding-right: 74px;
    font-size: 21px;
    line-height: 1.12;
  }

  html body.page-home .rd-report-note {
    position: static;
    display: inline-block;
    margin: -4px 0 10px 42px;
    padding: 5px 10px;
    border: 1px solid rgba(72, 194, 213, 0.52);
    border-radius: 7px;
    color: var(--rd-cyan);
    font-size: 10px;
  }

  html body.page-home .rd-report-table {
    display: grid;
    gap: 8px;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  html body.page-home .rd-report-row-head {
    display: none;
  }

  html body.page-home .rd-report-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 4px 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(123, 198, 211, 0.2);
    border-radius: 8px;
    background: rgba(5, 20, 29, 0.56);
  }

  html body.page-home .rd-report-row span {
    min-height: 0;
    display: block;
    padding: 0;
    border: 0;
    color: var(--rd-muted);
    font-size: 12px;
  }

  html body.page-home .rd-report-row span:first-child {
    color: var(--rd-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
  }

  html body.page-home .rd-report-row span:nth-child(2),
  html body.page-home .rd-report-row span:nth-child(5),
  html body.page-home .rd-report-row span:nth-child(6),
  html body.page-home .rd-report-row span:nth-child(7) {
    display: none;
  }

  html body.page-home .rd-report-row span:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--rd-cyan);
    font-size: 28px;
    font-weight: 800;
  }

  html body.page-home .rd-report-row span:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    color: #7ddb9b;
    font-size: 15px;
    font-weight: 800;
  }

  html body.page-home .rd-report-row span:last-child {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 6px;
    padding: 6px 8px;
    border: 1px solid rgba(224, 169, 79, 0.32);
    border-radius: 7px;
    color: var(--rd-text);
    font-size: 12px;
    line-height: 1.25;
  }

  html body.page-home .rd-report-table .rd-report-row-head {
    display: none;
  }

  html body.page-home .rd-metric-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 12px;
  }

  html body.page-home .rd-metric-row article {
    min-height: 82px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 2px 12px;
    align-items: center;
    padding: 12px 12px;
  }

  html body.page-home .rd-metric-icon {
    --rd-icon-size: 34px;
    position: static;
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    padding: 7px;
    border: 1px solid rgba(72, 194, 213, 0.36);
    border-radius: 50%;
    background: rgba(72, 194, 213, 0.06);
  }

  html body.page-home .rd-metric-row span {
    font-size: 13px;
  }

  html body.page-home .rd-metric-row strong {
    margin-top: 0;
    font-size: 30px;
  }

  html body.page-home .rd-metric-row em {
    grid-column: 3;
    grid-row: 1 / span 2;
    margin-left: 0;
    font-size: 16px;
    font-weight: 800;
  }

  html body.page-home .rd-metric-spark {
    grid-column: 2 / -1;
    height: 22px;
    margin: 0;
  }

  html body.page-home .rd-friday-card {
    width: calc(100% + 48px);
    height: auto;
    min-height: 0;
    margin: 0 0 0 -48px;
    padding: 15px 14px;
    border-radius: 10px;
  }

  html body.page-home .rd-friday-card h3 {
    font-size: 24px;
  }

  html body.page-home .rd-friday-radar {
    height: 126px;
    margin: 10px 0 12px;
  }

  html body.page-home .rd-friday-card li {
    grid-template-columns: 30px 1fr;
    gap: 9px;
  }

  html body.page-home .rd-friday-icon {
    --rd-icon-size: 28px;
    width: 28px;
    height: 28px;
    padding: 6px;
  }

  html body.page-home .rd-limits-block {
    width: calc(100% + 48px);
    margin-top: 12px;
    margin-left: -48px;
    padding: 15px 14px;
    border-radius: 10px;
  }

  html body.page-home .rd-limits-block::before {
    content: none;
  }

  html body.page-home .rd-limits-block > h3 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  html body.page-home .rd-limit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  html body.page-home .rd-limit-grid article {
    height: auto;
    min-height: 76px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    grid-template-areas:
      "icon title num"
      "icon text num";
    gap: 2px 10px;
    align-items: center;
    padding: 10px 11px;
    text-align: left;
  }

  html body.page-home .rd-limit-grid article > span {
    position: static;
    grid-area: num;
    justify-self: center;
    color: var(--rd-cyan);
    font-size: 16px;
  }

  html body.page-home .rd-limit-grid .rd-limit-icon {
    --rd-icon-size: 34px;
    grid-area: icon;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 6px;
    border-radius: 12px;
  }

  html body.page-home .rd-limit-grid h4 {
    grid-area: title;
    margin: 0;
    font-size: 18px;
  }

  html body.page-home .rd-limit-grid p {
    grid-area: text;
    font-size: 12px;
    line-height: 1.32;
  }

  html body.page-home .rd-limit-grid article::after {
    content: none;
  }

  html body.page-home .rd-limits-foot {
    justify-content: flex-start;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  html body.page-home .rd-mid-section-final {
    padding: 40px 0 28px 66px;
  }

  html body.page-home .rd-final-panel {
    width: calc(100% + 48px);
    margin-left: -48px;
    padding: 18px 14px 16px;
    border-radius: 10px;
  }

  html body.page-home .rd-final-panel::before {
    background-size: 42px 42px, 42px 42px, auto;
  }

  html body.page-home .rd-final-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 214px;
    padding-left: 48px;
    padding-right: 72px;
  }

  html body.page-home .rd-final-head .rd-mid-title {
    max-width: 100%;
    font-size: clamp(33px, 10vw, 43px);
    line-height: 1.08;
  }

  html body.page-home .rd-final-head p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.4;
  }

  html body.page-home .rd-final-route {
    position: absolute;
    right: -4px;
    top: 10px;
    width: 150px;
    min-height: 150px;
    opacity: 0.68;
    pointer-events: none;
  }

  html body.page-home .rd-final-route span {
    left: 48%;
    top: 12%;
    width: 118px;
    height: 118px;
  }

  html body.page-home .rd-final-route span::after {
    width: 30px;
    height: 30px;
  }

  html body.page-home .rd-final-route b {
    display: none;
  }

  html body.page-home .rd-next-steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 8px;
    margin-left: 48px;
  }

  html body.page-home .rd-next-steps::before {
    left: -25px;
    right: auto;
    top: 18px;
    bottom: 18px;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(180deg, rgba(224, 169, 79, 0.72) 0 4px, transparent 4px 9px);
  }

  html body.page-home .rd-next-steps article {
    height: auto;
    min-height: 118px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 22px;
    grid-template-areas:
      "icon title arrow"
      "icon text arrow";
    gap: 4px 12px;
    align-items: center;
    padding: 13px 12px;
    text-align: left;
  }

  html body.page-home .rd-next-steps article:not(:last-child)::after {
    content: none;
  }

  html body.page-home .rd-step-number {
    top: 50%;
    left: -48px;
    width: 38px;
    height: 38px;
    border-width: 2px;
    transform: translateY(-50%);
    font-size: 18px;
  }

  html body.page-home .rd-step-icon,
  html body.page-home .rd-step-icon-wrap {
    --rd-icon-size: 48px;
    grid-area: icon;
    width: 48px;
    height: 48px;
    min-height: 48px;
    flex: none;
    margin: 0;
  }

  html body.page-home .rd-step-icon {
    padding: 6px;
  }

  html body.page-home .rd-step-icon-wrap .rd-step-icon {
    padding: 7px 13px 7px 7px;
  }

  html body.page-home .rd-step-icon-wrap > span {
    width: 27px;
    height: 27px;
    font-size: 13px;
  }

  html body.page-home .rd-step-connector {
    --rd-icon-size: 22px;
    grid-area: arrow;
    position: static;
    width: 22px;
    height: 22px;
    transform: none;
    color: var(--rd-cyan);
  }

  html body.page-home .rd-next-steps h3 {
    grid-area: title;
    font-size: 20px;
    line-height: 1.1;
  }

  html body.page-home .rd-next-steps h3::after {
    width: 34px;
    margin: 7px 0;
  }

  html body.page-home .rd-next-steps p {
    grid-area: text;
    max-width: none;
    font-size: 13px;
    line-height: 1.34;
  }

  html body.page-home .rd-final-cta {
    width: 100%;
    min-height: 62px;
    margin-top: 18px;
    padding: 0 10px 0 14px;
    font-size: 14px;
  }

  html body.page-home .rd-final-cta span {
    white-space: nowrap;
  }

  html body.page-home .rd-final-cta .rd-button-arrow {
    --rd-icon-size: 21px;
    width: 21px;
    height: 21px;
  }

  html body.page-home .rd-final-note {
    margin-top: 10px;
    font-size: 16px;
  }

  html body.page-home .rd-final-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  html body.page-home .rd-final-kpis article {
    height: auto;
    min-height: 128px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 7px;
    padding: 13px 9px;
    text-align: center;
  }

  html body.page-home .rd-final-kpis span {
    width: 42px;
    height: 42px;
  }

  html body.page-home .rd-final-kpis strong {
    font-size: 17px;
    line-height: 1.05;
  }

  html body.page-home .rd-final-kpis p {
    grid-column: auto;
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  html body.page-home .rd-mid-shell {
    width: min(100% - 24px, 390px);
  }

  html body.page-home .rd-mid-section {
    padding-left: 62px;
  }

  html body.page-home .rd-mid-shell::before {
    left: 27px;
  }

  html body.page-home .rd-mid-station {
    left: 0;
  }

  html body.page-home .rd-search-visual,
  html body.page-home .rd-signal-problem {
    width: calc(100% + 48px);
    margin-left: -48px;
  }
}

@media (max-width: 360px) {
  html body.page-home .rd-mid-shell {
    width: min(100% - 22px, 360px);
  }

  html body.page-home .rd-search-copy .rd-mid-title {
    font-size: 34px;
  }

  html body.page-home .rd-mid-lead {
    font-size: 16px;
  }

  html body.page-home .rd-gap-card {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    padding: 11px 10px;
  }

  html body.page-home .rd-gap-head h4 {
    font-size: 19px;
  }

  html body.page-home .rd-gap-card p {
    font-size: 13px;
  }

  html body.page-home .rd-gap-badge {
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  html body.page-home .rd-midpage {
    overflow: hidden;
  }

  html body.page-home .scroll-top {
    display: none;
  }

  html body.page-home .rd-midpage-bg {
    opacity: 0.78;
    background-size: 54px 54px, 54px 54px, auto, auto;
  }

  html body.page-home .rd-mid-shell {
    width: min(calc(100% - 48px), 760px);
    padding: 0;
  }

  html body.page-home .rd-mid-shell::before {
    left: 52px;
    top: 42px;
    bottom: 42px;
    width: 2px;
    background: linear-gradient(180deg, rgba(244, 207, 130, 0.96), rgba(224, 169, 79, 0.68), rgba(224, 169, 79, 0.32));
    box-shadow: 0 0 18px rgba(224, 169, 79, 0.3);
  }

  html body.page-home .rd-mid-section {
    padding: 56px 0 64px 126px;
    border-bottom-color: rgba(123, 198, 211, 0.1);
  }

  html body.page-home .rd-mid-station {
    left: 15px;
    top: 48px;
    width: 74px;
    height: 74px;
    isolation: isolate;
    border: 0;
    border-radius: 0;
    color: var(--rd-text);
    background: transparent;
    box-shadow:
      0 0 0 8px rgba(3, 19, 27, 0.92),
      0 16px 34px rgba(0, 0, 0, 0.34);
    font-size: 26px;
  }

  html body.page-home .rd-mid-station::before,
  html body.page-home .rd-mid-station::after {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0, 96% 24%, 96% 76%, 50% 100%, 4% 76%, 4% 24%);
    pointer-events: none;
  }

  html body.page-home .rd-mid-station::before {
    z-index: -2;
    inset: 0;
    background: linear-gradient(180deg, var(--rd-gold-soft), var(--rd-gold));
  }

  html body.page-home .rd-mid-station::after {
    z-index: -1;
    inset: 3px;
    background:
      radial-gradient(circle at 50% 44%, rgba(224, 169, 79, 0.14), transparent 56%),
      #05131a;
  }

  html body.page-home .rd-mid-title {
    max-width: 100%;
    line-height: 1.02;
  }

  html body.page-home .rd-mid-title-rule {
    width: 72px;
    height: 3px;
    margin: 24px 0 24px;
  }

  html body.page-home .rd-mid-lead {
    max-width: 560px;
    font-size: 19px;
    line-height: 1.52;
  }

  html body.page-home .rd-mid-section-search {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  html body.page-home .rd-search-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  html body.page-home .rd-search-copy {
    min-width: 0;
  }

  html body.page-home .rd-search-copy .rd-mid-title {
    max-width: 590px;
    font-size: clamp(50px, 7vw, 60px);
    line-height: 1.03;
  }

  html body.page-home .rd-search-copy .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-search-copy .rd-mid-title-rule {
    margin-top: 28px;
  }

  html body.page-home .rd-search-visual {
    width: 100%;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
    padding-top: 0;
  }

  html body.page-home .rd-search-visual .rd-search-card:first-of-type {
    grid-column: 1 / -1;
  }

  html body.page-home .rd-search-radar {
    top: -230px;
    right: 4px;
    width: 238px;
    height: 238px;
    opacity: 0.52;
  }

  html body.page-home .rd-search-radar::before {
    inset: -24px;
  }

  html body.page-home .rd-radar-core {
    width: 46px;
    height: 46px;
  }

  html body.page-home .rd-radar-core::after {
    inset: 13px;
  }

  html body.page-home .rd-search-card {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    padding: 16px;
    border-color: rgba(224, 169, 79, 0.62);
    background:
      linear-gradient(128deg, transparent 54%, rgba(72, 194, 213, 0.06) 54.2%, transparent 54.6%),
      radial-gradient(240px 150px at 84% 28%, rgba(72, 194, 213, 0.09), transparent 64%),
      linear-gradient(180deg, rgba(8, 31, 42, 0.86), rgba(5, 18, 26, 0.92));
  }

  html body.page-home .rd-search-field {
    min-height: 38px;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    background: transparent;
    font-family: "Newsreader", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html body.page-home .rd-search-label {
    margin: 12px 0 10px;
    font-size: 16px;
  }

  html body.page-home .rd-top-pins {
    grid-template-columns: repeat(3, 42px);
    justify-content: start;
    gap: 32px;
    padding-bottom: 12px;
  }

  html body.page-home .rd-top-pins span {
    width: 38px;
    height: 38px;
    border-width: 2px;
  }

  html body.page-home .rd-search-position {
    margin: 4px 0 14px;
  }

  html body.page-home .rd-search-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(123, 198, 211, 0.28);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(4, 16, 23, 0.34);
  }

  html body.page-home .rd-search-actions span {
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    padding: 8px 6px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: transparent;
    font-size: 14px;
  }

  html body.page-home .rd-search-actions span:last-child {
    border-right: 0;
  }

  html body.page-home .rd-signal-problem {
    width: 100%;
    margin-top: 26px;
    padding: 24px;
    border-radius: 12px;
  }

  html body.page-home .rd-signal-problem h3 {
    margin-bottom: 18px;
    font-size: 31px;
    line-height: 1.08;
  }

  html body.page-home .rd-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  html body.page-home .rd-signal-grid .rd-gap-card:last-child {
    grid-column: 1 / -1;
  }

  html body.page-home .rd-gap-card {
    min-width: 0;
    min-height: 168px;
    padding: 18px;
  }

  html body.page-home .rd-gap-head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  html body.page-home .rd-gap-icon {
    --rd-icon-size: 54px;
    width: 56px;
    height: 56px;
  }

  html body.page-home .rd-gap-head h4 {
    font-size: 20px;
    line-height: 1.08;
  }

  html body.page-home .rd-gap-card p {
    font-size: 14px;
    line-height: 1.38;
  }

  html body.page-home .rd-signal-note {
    margin-top: 16px;
    padding: 16px 18px;
    font-size: 15px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  html body.page-home .rd-mid-section-mapcheck {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  html body.page-home .rd-mapcheck-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  html body.page-home .rd-mapcheck-copy {
    min-width: 0;
    padding-top: 0;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title {
    max-width: 560px;
    font-size: clamp(54px, 7vw, 64px);
    line-height: 1.02;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title > span:first-child {
    white-space: normal;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title .rd-mid-title-gold {
    font-size: inherit;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-subtitle {
    display: none;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-lead {
    max-width: 520px;
    font-size: 19px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-button {
    width: 100%;
    min-height: 74px;
    margin-top: 30px;
    padding: 0 28px;
    font-size: 20px;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row span {
    min-height: 72px;
    font-size: 13px;
  }

  html body.page-home .rd-dossier-card {
    width: 100%;
    padding: 22px;
    border-radius: 12px;
  }

  html body.page-home .rd-dossier-head {
    grid-template-columns: 58px 1fr auto;
    gap: 16px;
    padding: 0 0 20px;
  }

  html body.page-home svg.rd-dossier-icon {
    --rd-icon-size: 52px;
    width: 52px;
    height: 52px;
    padding: 11px;
  }

  html body.page-home .rd-dossier-head h3 {
    font-size: 22px;
    letter-spacing: 2px;
  }

  html body.page-home .rd-mapcheck-stamp {
    min-width: 140px;
    min-height: 42px;
    font-size: 17px;
    letter-spacing: 1.8px;
  }

  html body.page-home .rd-dossier-top {
    grid-template-columns: 230px minmax(0, 1fr);
    height: auto;
    min-height: 0;
  }

  html body.page-home .rd-focus-map {
    min-height: 210px;
  }

  html body.page-home .rd-position-compare {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(123, 198, 211, 0.16);
  }

  html body.page-home .rd-position-compare div {
    grid-template-columns: 24px minmax(0, 1fr) 110px 32px;
  }

  html body.page-home .rd-check-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
  }

  html body.page-home .rd-check-module {
    height: auto;
    min-height: 210px;
    padding: 20px;
  }

  html body.page-home .rd-check-module h4 {
    font-size: 24px;
    line-height: 1.08;
  }

  html body.page-home .rd-check-module p {
    font-size: 15px;
  }

  html body.page-home .rd-dossier-foot {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    height: auto;
    min-height: 0;
    margin-top: 18px;
    padding: 20px;
  }

  html body.page-home .rd-dossier-foot ul {
    grid-template-columns: minmax(0, 1fr);
  }

  html body.page-home .rd-mid-section-system {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  html body.page-home .rd-system-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  html body.page-home .rd-system-copy {
    min-width: 0;
    padding-top: 0;
    margin-left: 0;
  }

  html body.page-home .rd-system-copy .rd-mid-title {
    max-width: 560px;
    font-size: clamp(54px, 7vw, 64px);
    line-height: 1.02;
  }

  html body.page-home .rd-system-copy .rd-mid-title-gold {
    font-size: inherit;
  }

  html body.page-home .rd-system-copy .rd-mid-title > span,
  html body.page-home .rd-system-subline {
    white-space: normal;
  }

  html body.page-home .rd-system-subline {
    margin: 22px 0 14px;
    font-size: 22px;
    line-height: 1.25;
  }

  html body.page-home .rd-system-copy .rd-mid-lead {
    max-width: 620px;
    font-size: 18px;
  }

  html body.page-home .rd-system-note {
    display: none;
  }

  html body.page-home .rd-system-board {
    width: 100%;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 16px;
  }

  html body.page-home .rd-system-radar {
    order: 0;
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 500px;
    border: 1px solid rgba(123, 198, 211, 0.24);
    border-radius: 12px;
    overflow: hidden;
    background:
      radial-gradient(420px 310px at 50% 48%, rgba(72, 194, 213, 0.14), transparent 72%),
      rgba(5, 18, 26, 0.58);
  }

  html body.page-home .rd-system-radar::before {
    top: 48%;
    width: 420px;
    height: 420px;
  }

  html body.page-home .rd-system-ring {
    top: 48%;
    width: 350px;
    height: 350px;
  }

  html body.page-home .rd-system-top {
    display: none;
  }

  html body.page-home .rd-system-hub {
    top: 48%;
    width: 104px;
    height: 104px;
  }

  html body.page-home .rd-system-node {
    width: 86px;
    height: 86px;
  }

  html body.page-home .rd-system-node-top {
    left: 50%;
    top: 34px;
  }

  html body.page-home .rd-system-node-right {
    right: 46px;
    top: 43%;
  }

  html body.page-home .rd-system-node-bottom {
    left: 50%;
    bottom: 74px;
  }

  html body.page-home .rd-system-node-left {
    left: 46px;
    top: 43%;
  }

  html body.page-home .rd-system-line-h {
    left: 74px;
    right: 74px;
    top: 48%;
  }

  html body.page-home .rd-system-line-v {
    top: 74px;
    bottom: 104px;
  }

  html body.page-home .rd-system-benefit {
    display: none;
  }

  html body.page-home .rd-system-actions {
    bottom: 20px;
    width: calc(100% - 80px);
    justify-content: space-around;
  }

  html body.page-home .rd-system-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 270px;
    padding: 20px;
  }

  html body.page-home .rd-system-card-profile { order: 1; }
  html body.page-home .rd-system-card-website { order: 2; }
  html body.page-home .rd-system-card-citations { order: 3; }
  html body.page-home .rd-system-card-measure { order: 4; }

  html body.page-home .rd-system-card-head {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  html body.page-home svg.rd-system-icon {
    --rd-icon-size: 66px;
    width: 66px;
    height: 66px;
    padding: 12px;
  }

  html body.page-home .rd-system-card-head h3 {
    font-size: 26px;
  }

  html body.page-home .rd-system-card-head p,
  html body.page-home .rd-system-card ul {
    font-size: 15px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  html body.page-home .rd-mid-section-sprint {
    padding: 52px 0 58px 126px;
  }

  html body.page-home .rd-mid-section-sprint .rd-mid-station {
    top: 48px;
    opacity: 1;
    pointer-events: auto;
  }

  html body.page-home .rd-sprint-panel {
    width: 100%;
    min-width: 0;
    padding: 22px 22px 20px 92px;
    border-radius: 12px;
    overflow: hidden;
  }

  html body.page-home .rd-sprint-head {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 250px;
    padding-right: 190px;
  }

  html body.page-home .rd-sprint-head .rd-mid-title {
    font-size: clamp(44px, 6vw, 56px);
    line-height: 1.04;
  }

  html body.page-home .rd-sprint-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-sprint-gold {
    margin-top: 20px;
    font-size: 22px;
  }

  html body.page-home .rd-sprint-head > p {
    max-width: 420px;
    margin: 16px 0 0;
    font-size: 17px;
    line-height: 1.48;
  }

  html body.page-home .rd-sprint-map {
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    min-height: 190px;
  }

  html body.page-home .rd-sprint-timeline {
    position: absolute;
    z-index: 3;
    left: 22px;
    top: 300px;
    bottom: 174px;
    width: 54px;
    margin-top: 0;
  }

  html body.page-home .rd-sprint-timeline::before,
  html body.page-home .rd-week-row {
    display: none;
  }

  html body.page-home .rd-time-main {
    position: absolute;
    inset: 0;
    height: auto;
  }

  html body.page-home .rd-time-main::before {
    left: 50%;
    right: auto;
    top: 12px;
    bottom: 12px;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--rd-gold-soft), var(--rd-gold));
  }

  html body.page-home .rd-time-main::after {
    right: auto;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%) rotate(90deg);
  }

  html body.page-home .rd-time-main span {
    left: 50% !important;
    bottom: auto;
    display: grid;
    justify-items: center;
    gap: 3px;
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 1;
    text-align: center;
  }

  html body.page-home .rd-time-main span:nth-child(1) { top: 0; }
  html body.page-home .rd-time-main span:nth-child(2) { top: 31%; }
  html body.page-home .rd-time-main span:nth-child(3) { top: 64%; }
  html body.page-home .rd-time-main span:nth-child(4) {
    top: auto;
    bottom: 0;
  }

  html body.page-home .rd-time-main b {
    width: 52px;
    height: 52px;
    border-width: 2px;
    font-size: 27px;
  }

  html body.page-home .rd-phase-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 10px;
  }

  html body.page-home .rd-phase-card {
    height: auto;
    min-height: 310px;
    padding: 22px 150px 20px 22px;
  }

  html body.page-home .rd-phase-card:not(:last-child)::before,
  html body.page-home .rd-phase-card:not(:last-child) .rd-phase-meta::after {
    content: none;
  }

  html body.page-home .rd-phase-card::after {
    right: 34px;
    top: 86px;
    width: 150px;
    height: 150px;
  }

  html body.page-home svg.rd-phase-visual {
    --rd-icon-size: 58px;
    right: 80px;
    top: 134px;
  }

  html body.page-home .rd-phase-card h3 {
    margin: 16px 0 14px;
    font-size: 33px;
  }

  html body.page-home .rd-phase-card ul {
    gap: 8px;
    font-size: 16px;
  }

  html body.page-home .rd-phase-report {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 48px;
    margin-top: 14px;
    padding: 0 16px;
  }

  html body.page-home .rd-sprint-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    margin-top: 16px;
    padding: 0;
    overflow: hidden;
  }

  html body.page-home .rd-sprint-benefits article {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    min-height: 146px;
    padding: 18px 12px;
    text-align: center;
  }

  html body.page-home .rd-mid-section-scope {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  html body.page-home .rd-scope-panel {
    width: 100%;
    padding: 24px;
    border-radius: 12px;
  }

  html body.page-home .rd-scope-head {
    display: block;
    position: relative;
    min-height: 170px;
  }

  html body.page-home .rd-scope-head .rd-mid-title {
    max-width: 590px;
    font-size: clamp(40px, 5.4vw, 48px);
    line-height: 1.04;
  }

  html body.page-home .rd-scope-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-scope-radar {
    position: absolute;
    right: -16px;
    top: -18px;
    width: 190px;
    height: 190px;
    opacity: 0.56;
  }

  html body.page-home .rd-scope-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  html body.page-home .rd-scope-card {
    min-height: 0;
    padding: 22px;
  }

  html body.page-home .rd-scope-card h3 {
    font-size: 22px;
  }

  html body.page-home .rd-fit-block {
    width: 100%;
    margin-left: 0;
    margin-top: 28px;
  }

  html body.page-home .rd-fit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  html body.page-home .rd-fit-grid::before,
  html body.page-home .rd-fit-grid::after {
    content: none;
  }

  html body.page-home .rd-industry-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.page-home .rd-industry-cards article {
    min-height: 170px;
    padding: 20px;
  }

  html body.page-home .rd-fit-card {
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0;
    overflow: visible;
    padding: 24px 250px 24px 24px;
  }

  html body.page-home .rd-fit-flag {
    right: 52px;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translateY(-50%);
  }

  html body.page-home .rd-mid-section-measure {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  html body.page-home .rd-measure-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  html body.page-home .rd-measure-head .rd-mid-title {
    max-width: 560px;
    font-size: clamp(54px, 7vw, 64px);
    line-height: 1.02;
    transform: none;
  }

  html body.page-home .rd-measure-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-measure-head p {
    max-width: 560px;
    margin-top: 18px;
    font-size: 20px;
    transform: none;
  }

  html body.page-home .rd-report-panel {
    width: calc(100% + 54px);
    margin-left: -54px;
    padding: 20px;
    border-radius: 12px;
  }

  html body.page-home .rd-report-note {
    right: 20px;
  }

  html body.page-home .rd-report-table {
    min-width: 0;
    overflow: hidden;
  }

  html body.page-home .rd-report-row {
    grid-template-columns: minmax(132px, 1.3fr) 56px 60px 74px 52px 52px 70px;
  }

  html body.page-home .rd-report-row span {
    min-height: 42px;
    padding: 9px 6px;
    font-size: 12px;
  }

  html body.page-home .rd-report-row span:not(:first-child) {
    font-size: 13px;
  }

  html body.page-home .rd-report-row-head span {
    font-size: 10px;
  }

  html body.page-home .rd-report-row span:last-child,
  html body.page-home .rd-report-row-head span:last-child {
    display: none;
  }

  html body.page-home .rd-metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  html body.page-home .rd-metric-row article {
    min-height: 188px;
  }

  html body.page-home .rd-friday-card {
    width: calc(100% + 54px);
    height: auto;
    min-height: 220px;
    margin-left: -54px;
    padding: 22px 260px 22px 22px;
  }

  html body.page-home .rd-friday-radar {
    position: absolute;
    right: 24px;
    top: 36px;
    width: 210px;
    height: 150px;
    margin: 0;
  }

  html body.page-home .rd-limits-block {
    width: calc(100% + 54px);
    margin-left: -54px;
    margin-top: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html body.page-home .rd-limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  html body.page-home .rd-limit-grid article {
    height: auto;
    min-height: 130px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 34px;
    grid-template-areas:
      "icon title num"
      "icon text num";
    gap: 4px 14px;
    align-items: center;
    padding: 18px;
    text-align: left;
  }

  html body.page-home .rd-limit-grid article::after {
    content: none;
  }

  html body.page-home .rd-limit-grid article > span {
    position: static;
    grid-area: num;
    justify-self: end;
    align-self: start;
  }

  html body.page-home .rd-limit-grid .rd-limit-icon {
    grid-area: icon;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  html body.page-home .rd-limit-grid h4 {
    grid-area: title;
    margin: 0;
  }

  html body.page-home .rd-limit-grid p {
    grid-area: text;
    margin: 0;
  }

  html body.page-home .rd-mid-section-final {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  html body.page-home .rd-final-panel {
    width: calc(100% + 54px);
    margin-left: -54px;
    padding: 26px 24px 24px;
    border-radius: 12px;
  }

  html body.page-home .rd-final-head {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 20px;
    min-height: 240px;
    align-items: start;
  }

  html body.page-home .rd-final-head .rd-mid-title {
    max-width: 520px;
    font-size: clamp(48px, 6.6vw, 60px);
    line-height: 1.04;
  }

  html body.page-home .rd-final-head p {
    font-size: 19px;
  }

  html body.page-home .rd-final-route {
    width: 220px;
    min-height: 220px;
    opacity: 0.76;
  }

  html body.page-home .rd-next-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 12px;
  }

  html body.page-home .rd-next-steps::before {
    left: -49px;
    right: auto;
    top: 20px;
    bottom: 20px;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(180deg, rgba(224, 169, 79, 0.72) 0 5px, transparent 5px 11px);
  }

  html body.page-home .rd-next-steps article {
    height: auto;
    min-height: 220px;
    padding: 22px 18px;
  }

  html body.page-home .rd-next-steps article:last-child {
    grid-column: 1 / -1;
    min-height: 150px;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
  }

  html body.page-home .rd-next-steps article:not(:last-child)::after {
    content: none;
  }

  html body.page-home .rd-step-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  html body.page-home .rd-next-steps h3 {
    font-size: 25px;
    line-height: 1.12;
  }

  html body.page-home .rd-next-steps p {
    font-size: 16px;
  }

  html body.page-home .rd-final-cta {
    width: calc(100% - 56px);
    min-height: 76px;
    margin: 28px auto 0;
    font-size: 22px;
  }

  html body.page-home .rd-final-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  html body.page-home .rd-final-kpis article {
    min-height: 168px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    padding: 18px 12px;
    text-align: center;
  }

  html body.page-home .rd-final-kpis strong {
    font-size: 16px;
    line-height: 1.12;
    white-space: normal;
  }

  html body.page-home .rd-final-kpis p {
    grid-column: auto;
    margin: 0;
    font-size: 12px;
    white-space: normal;
  }

}

@media (min-width: 901px) and (max-width: 1200px) {
  html body.page-home .rd-midpage {
    overflow: hidden;
  }

  html body.page-home .scroll-top {
    display: none;
  }

  html body.page-home .rd-mid-shell {
    width: min(calc(100% - 48px), 1080px);
    padding: 0;
  }

  html body.page-home .rd-mid-shell::before {
    left: 58px;
    top: 48px;
    bottom: 48px;
  }

  html body.page-home .rd-mid-section {
    padding: 64px 0 64px 120px;
  }

  html body.page-home .rd-mid-station {
    left: 24px;
    top: 54px;
    width: 70px;
    height: 70px;
    font-size: 25px;
  }

  html body.page-home .rd-search-hero {
    grid-template-columns: minmax(285px, 330px) minmax(0, 1fr);
    gap: 30px;
  }

  html body.page-home .rd-search-copy .rd-mid-title {
    max-width: 330px;
    font-size: clamp(38px, 4.3vw, 46px);
    line-height: 1.03;
  }

  html body.page-home .rd-search-copy .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-search-copy .rd-mid-title-rule {
    margin-top: 28px;
  }

  html body.page-home .rd-search-copy .rd-mid-lead {
    max-width: 320px;
    font-size: 18px;
    line-height: 1.55;
  }

  html body.page-home .rd-search-visual {
    width: 100%;
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
  }

  html body.page-home .rd-search-radar {
    top: auto;
    right: -22px;
    bottom: -40px;
    width: 260px;
    height: 260px;
    opacity: 0.38;
  }

  html body.page-home .rd-search-card {
    min-width: 0;
    min-height: 0;
    padding: 14px;
    overflow: hidden;
  }

  html body.page-home .rd-search-field {
    min-height: 38px;
    padding: 0 0 10px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html body.page-home .rd-search-label {
    font-size: 14px;
    line-height: 1.35;
  }

  html body.page-home .rd-top-pins {
    grid-template-columns: repeat(3, 34px);
    gap: 18px;
  }

  html body.page-home .rd-top-pins span {
    width: 31px;
    height: 31px;
  }

  html body.page-home .rd-search-position {
    display: none;
  }

  html body.page-home .rd-search-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  html body.page-home .rd-search-actions span {
    min-width: 0;
    min-height: 42px;
    padding: 8px 6px;
    font-size: 12px;
  }

  html body.page-home .rd-signal-problem {
    width: 100%;
    margin-top: 28px;
    padding: 24px;
  }

  html body.page-home .rd-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  html body.page-home .rd-gap-card {
    min-width: 0;
    min-height: 190px;
    padding: 18px;
  }

  html body.page-home .rd-gap-head {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
  }

  html body.page-home .rd-gap-icon {
    --rd-icon-size: 52px;
  }

  html body.page-home .rd-gap-head h4 {
    font-size: 19px;
    line-height: 1.08;
  }

  html body.page-home .rd-gap-card p {
    font-size: 14px;
  }

  html body.page-home .rd-mapcheck-layout {
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 28px;
  }

  html body.page-home .rd-mapcheck-copy {
    padding-top: 54px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title {
    font-size: clamp(46px, 5.2vw, 58px);
    line-height: 1.02;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title > span:first-child {
    white-space: normal;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title .rd-mid-title-gold {
    font-size: inherit;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-subtitle {
    display: none;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-lead {
    font-size: 19px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-button,
  html body.page-home .rd-mapcheck-copy .rd-trust-row {
    width: 100%;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row {
    grid-template-columns: minmax(0, 1fr);
  }

  html body.page-home .rd-dossier-card {
    width: 100%;
    padding: 20px;
  }

  html body.page-home .rd-dossier-head {
    grid-template-columns: 54px 1fr auto;
    gap: 14px;
  }

  html body.page-home .rd-dossier-head h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  html body.page-home .rd-mapcheck-stamp {
    min-width: 132px;
    font-size: 16px;
  }

  html body.page-home .rd-dossier-top {
    grid-template-columns: minmax(190px, 0.9fr) minmax(0, 1fr);
    height: auto;
  }

  html body.page-home .rd-focus-copy {
    border-left: 1px solid rgba(123, 198, 211, 0.16);
  }

  html body.page-home .rd-position-compare {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(123, 198, 211, 0.16);
  }

  html body.page-home .rd-check-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  html body.page-home .rd-check-module {
    height: auto;
    min-height: 188px;
    padding: 18px;
  }

  html body.page-home .rd-dossier-foot {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
  }

  html body.page-home .rd-system-layout {
    grid-template-columns: minmax(260px, 310px) minmax(0, 1fr);
    gap: 28px;
  }

  html body.page-home .rd-system-copy {
    padding-top: 72px;
    margin-left: 0;
  }

  html body.page-home .rd-system-copy .rd-mid-title {
    max-width: 320px;
    font-size: clamp(44px, 4.8vw, 56px);
  }

  html body.page-home .rd-system-copy .rd-mid-title-gold {
    font-size: inherit;
  }

  html body.page-home .rd-system-copy .rd-mid-title > span,
  html body.page-home .rd-system-subline {
    white-space: normal;
  }

  html body.page-home .rd-system-note {
    display: none;
  }

  html body.page-home .rd-system-board {
    width: 100%;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 14px;
  }

  html body.page-home .rd-system-radar {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 380px;
    order: 0;
  }

  html body.page-home .rd-system-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 230px;
    padding: 18px;
  }

  html body.page-home .rd-system-card-profile { order: 1; }
  html body.page-home .rd-system-card-website { order: 2; }
  html body.page-home .rd-system-card-citations { order: 3; }
  html body.page-home .rd-system-card-measure { order: 4; }

  html body.page-home .rd-system-card-head {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 14px;
  }

  html body.page-home svg.rd-system-icon {
    --rd-icon-size: 56px;
    width: 56px;
    height: 56px;
    padding: 10px;
  }

  html body.page-home .rd-system-card-head h3 {
    font-size: 24px;
  }

  html body.page-home .rd-system-card-head p,
  html body.page-home .rd-system-card ul {
    font-size: 14px;
  }

  html body.page-home .rd-mid-section-sprint .rd-mid-station {
    opacity: 1;
    pointer-events: auto;
  }

  html body.page-home .rd-scope-panel {
    width: 100%;
    padding: 26px;
    border-radius: 12px;
  }

  html body.page-home .rd-scope-head {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 24px;
  }

  html body.page-home .rd-scope-head .rd-mid-title {
    max-width: 680px;
    font-size: clamp(50px, 5.2vw, 58px);
  }

  html body.page-home .rd-scope-columns {
    gap: 18px;
  }

  html body.page-home .rd-scope-card {
    height: auto;
    min-height: 340px;
    padding: 24px;
  }

  html body.page-home .rd-scope-card ul {
    font-size: 17px;
  }

  html body.page-home .rd-fit-block {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  html body.page-home .rd-fit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  html body.page-home .rd-fit-grid::before,
  html body.page-home .rd-fit-grid::after {
    content: none;
  }

  html body.page-home .rd-industry-cards {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  html body.page-home .rd-industry-cards article {
    height: auto;
    min-height: 188px;
    padding: 18px 12px;
  }

  html body.page-home .rd-industry-cards span {
    width: 92px;
    height: 92px;
  }

  html body.page-home .rd-industry-icon .rd-svg-icon {
    --rd-icon-size: 72px;
    inset: 10px;
    width: 72px;
    height: 72px;
  }

  html body.page-home .rd-industry-cards strong {
    font-size: 18px;
  }

  html body.page-home .rd-fit-card {
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    min-height: 250px;
    margin: 0;
    padding: 26px 260px 26px 30px;
  }

  html body.page-home .rd-measure-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  html body.page-home .rd-measure-head .rd-mid-title,
  html body.page-home .rd-measure-head p {
    transform: none;
  }

  html body.page-home .rd-measure-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-report-panel,
  html body.page-home .rd-friday-card,
  html body.page-home .rd-limits-block {
    width: 100%;
    margin-left: 0;
  }

  html body.page-home .rd-report-row {
    grid-template-columns: minmax(170px, 1.3fr) 64px 68px 84px 58px 58px 78px;
  }

  html body.page-home .rd-report-row span:last-child,
  html body.page-home .rd-report-row-head span:last-child {
    display: none;
  }

  html body.page-home .rd-metric-row,
  html body.page-home .rd-limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.page-home .rd-friday-card {
    height: auto;
    min-height: 220px;
    padding: 22px 260px 22px 22px;
  }

  html body.page-home .rd-friday-radar {
    position: absolute;
    right: 28px;
    top: 34px;
    width: 220px;
    height: 154px;
    margin: 0;
  }

  html body.page-home .rd-limits-block {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html body.page-home .rd-limit-grid article::after {
    content: none;
  }

  html body.page-home .rd-final-panel {
    width: 100%;
    padding: 28px 26px 26px;
  }

  html body.page-home .rd-final-head {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 24px;
    min-height: 220px;
  }

  html body.page-home .rd-final-head .rd-mid-title {
    max-width: 720px;
    font-size: clamp(56px, 6vw, 72px);
    line-height: 1.02;
  }

  html body.page-home .rd-final-route {
    width: 240px;
    min-height: 220px;
  }

  html body.page-home .rd-next-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
  }

  html body.page-home .rd-next-steps article {
    height: auto;
    min-height: 220px;
    padding: 22px 18px;
  }

  html body.page-home .rd-next-steps article:last-child {
    grid-column: 1 / -1;
    min-height: 150px;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
  }

  html body.page-home .rd-next-steps article:not(:last-child)::after {
    content: none;
  }

  html body.page-home .rd-next-steps h3 {
    font-size: 25px;
    line-height: 1.12;
  }

  html body.page-home .rd-next-steps p {
    max-width: none;
    font-size: 16px;
  }

  html body.page-home .rd-final-cta {
    position: relative;
    width: min(680px, 100%);
    min-height: 74px;
    margin: 28px auto 0;
    font-size: 22px;
  }

  html body.page-home .rd-final-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  html body.page-home .rd-final-kpis article {
    height: auto;
    min-height: 160px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    padding: 18px 12px;
    text-align: center;
  }

  html body.page-home .rd-final-kpis strong {
    font-size: 17px;
    line-height: 1.12;
    white-space: normal;
  }

  html body.page-home .rd-final-kpis p {
    grid-column: auto;
    margin: 0;
    font-size: 12px;
    white-space: normal;
  }

  html body.page-home .rd-mid-section-search {
    display: grid;
    grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
    column-gap: 22px;
    row-gap: 20px;
    align-items: start;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 104px;
  }

  html body.page-home .rd-mid-section-search .rd-mid-station {
    top: 46px;
    left: 18px;
  }

  html body.page-home .rd-mid-section-search .rd-search-hero {
    display: contents;
  }

  html body.page-home .rd-mid-section-search .rd-search-copy {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-top: 40px;
  }

  html body.page-home .rd-mid-section-search .rd-search-copy .rd-mid-title {
    max-width: 240px;
    font-size: 35px;
    line-height: 1.08;
  }

  html body.page-home .rd-mid-section-search .rd-search-copy .rd-mid-title-rule {
    width: 70px;
    height: 3px;
    margin: 26px 0 24px;
  }

  html body.page-home .rd-mid-section-search .rd-search-copy .rd-mid-lead {
    max-width: 230px;
    font-size: 17px;
    line-height: 1.58;
  }

  html body.page-home .rd-mid-section-search .rd-search-visual {
    grid-column: 2;
    grid-row: 1;
    min-height: 250px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
  }

  html body.page-home .rd-mid-section-search .rd-search-radar {
    left: -255px;
    right: auto;
    top: 485px;
    bottom: auto;
    width: 230px;
    height: 230px;
    opacity: 0.5;
  }

  html body.page-home .rd-mid-section-search .rd-search-card {
    min-height: 242px;
    padding: 12px;
    border-color: rgba(224, 169, 79, 0.68);
  }

  html body.page-home .rd-mid-section-search .rd-search-field {
    gap: 7px;
    min-height: 36px;
    padding: 0 9px;
    font-size: 11px;
  }

  html body.page-home .rd-mid-section-search .rd-icon-search {
    --rd-icon-size: 16px;
  }

  html body.page-home .rd-mid-section-search .rd-search-label {
    margin: 16px 0 12px;
    font-size: 13px;
  }

  html body.page-home .rd-mid-section-search .rd-top-pins {
    gap: 10px;
    padding: 0 4px 13px;
  }

  html body.page-home .rd-mid-section-search .rd-top-pins span {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }

  html body.page-home .rd-mid-section-search .rd-top-pins span::after {
    font-size: 13px;
  }

  html body.page-home .rd-mid-section-search .rd-search-actions {
    gap: 7px;
  }

  html body.page-home .rd-mid-section-search .rd-search-actions span {
    min-height: 58px;
    padding: 8px 4px;
    font-size: 12px;
  }

  html body.page-home .rd-mid-section-search .rd-search-actions .rd-line-icon {
    --rd-icon-size: 24px;
    width: 24px;
    height: 24px;
  }

  html body.page-home .rd-mid-section-search .rd-signal-problem {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    margin-top: 0;
    padding: 17px;
    border-color: rgba(224, 169, 79, 0.58);
  }

  html body.page-home .rd-mid-section-search .rd-signal-problem::before,
  html body.page-home .rd-mid-section-search .rd-signal-problem::after {
    content: none;
  }

  html body.page-home .rd-mid-section-search .rd-signal-problem h3 {
    margin-bottom: 12px;
    color: var(--rd-gold-soft);
    font-size: 25px;
    line-height: 1.08;
  }

  html body.page-home .rd-mid-section-search .rd-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  html body.page-home .rd-mid-section-search .rd-gap-card {
    min-height: 162px;
    padding: 14px;
  }

  html body.page-home .rd-mid-section-search .rd-gap-head {
    min-height: 48px;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
  }

  html body.page-home .rd-mid-section-search .rd-gap-icon {
    --rd-icon-size: 28px;
    width: 28px;
    height: 28px;
  }

  html body.page-home .rd-mid-section-search .rd-gap-head h4 {
    font-size: 14px;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  html body.page-home .rd-mid-section-search .rd-gap-badge {
    margin-top: 10px;
    padding: 4px 11px 5px;
    font-size: 13px;
  }

  html body.page-home .rd-mid-section-search .rd-gap-card p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.42;
  }

  html body.page-home .rd-mid-section-search .rd-gap-meter {
    margin-top: auto;
  }

  html body.page-home .rd-mid-section-search .rd-signal-note {
    margin-top: 14px;
    padding: 12px 14px;
    font-size: 16px;
  }

  html body.page-home .rd-mid-section-mapcheck {
    padding-top: 52px;
    padding-bottom: 56px;
    padding-left: 96px;
  }

  html body.page-home .rd-mid-section-mapcheck .rd-mid-station {
    top: 48px;
    left: 18px;
  }

  html body.page-home .rd-mapcheck-layout {
    grid-template-columns: minmax(300px, 326px) minmax(0, 1fr);
    gap: 24px;
  }

  html body.page-home .rd-mapcheck-copy {
    padding-top: 36px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title {
    font-size: 50px;
    line-height: 1.02;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title > span:first-child {
    white-space: nowrap;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title-rule {
    width: 70px;
    height: 3px;
    margin: 22px 0 22px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-lead {
    max-width: 310px;
    font-size: 16px;
    line-height: 1.58;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-button {
    width: 100%;
    min-height: 66px;
    margin-top: 28px;
    padding: 0 20px;
    font-size: 18px;
  }

  html body.page-home .rd-mapcheck-copy .rd-button-note {
    margin-top: 16px;
    font-size: 15px;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
    border: 0;
    background: transparent;
    overflow: visible;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row span {
    min-height: 62px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(123, 198, 211, 0.24);
    border-radius: 8px;
    background: rgba(5, 18, 26, 0.62);
    font-size: 13px;
    line-height: 1.22;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row span:last-child {
    grid-column: 1 / -1;
  }

  html body.page-home .rd-mapcheck-copy .rd-trust-row .rd-trust-icon {
    --rd-icon-size: 24px;
    width: 24px;
    height: 24px;
  }

  html body.page-home .rd-dossier-card {
    padding: 16px;
    border-radius: 10px;
  }

  html body.page-home .rd-dossier-head {
    grid-template-columns: 44px minmax(0, 1fr) 118px;
    gap: 12px;
    padding: 0 0 12px;
  }

  html body.page-home svg.rd-dossier-icon {
    --rd-icon-size: 44px;
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  html body.page-home .rd-dossier-head h3 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: 2.4px;
  }

  html body.page-home .rd-dossier-head p {
    display: none;
  }

  html body.page-home .rd-mapcheck-stamp {
    min-width: 112px;
    min-height: 38px;
    font-size: 15px;
    letter-spacing: 2px;
  }

  html body.page-home .rd-dossier-top {
    grid-template-columns: minmax(160px, 0.82fr) minmax(0, 1fr);
    height: auto;
  }

  html body.page-home .rd-focus-map {
    height: 150px;
  }

  html body.page-home .rd-focus-pin {
    width: 42px;
    height: 42px;
  }

  html body.page-home .rd-focus-copy {
    min-height: 150px;
    padding: 18px;
    border-left: 1px solid rgba(123, 198, 211, 0.14);
  }

  html body.page-home .rd-focus-copy h4,
  html body.page-home .rd-position-compare h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  html body.page-home .rd-focus-copy p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.34;
  }

  html body.page-home .rd-focus-copy small {
    font-size: 12px;
  }

  html body.page-home .rd-position-compare {
    grid-column: 1 / -1;
    padding: 14px 18px;
    border-left: 0;
    border-top: 1px solid rgba(123, 198, 211, 0.18);
  }

  html body.page-home .rd-position-compare div {
    grid-template-columns: 18px minmax(112px, 1fr) minmax(80px, 120px) 30px;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 11px;
  }

  html body.page-home .rd-position-compare p {
    margin-top: 8px;
    font-size: 16px;
  }

  html body.page-home .rd-check-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
  }

  html body.page-home .rd-check-module {
    height: 196px;
    min-height: 0;
    overflow: hidden;
    padding: 40px 16px 12px;
  }

  html body.page-home .rd-module-index {
    left: 16px;
    top: 14px;
    width: 36px;
    height: 36px;
    font-size: 17px;
  }

  html body.page-home svg.rd-module-icon,
  html body.page-home .rd-module-icon {
    --rd-icon-size: 40px;
    width: 40px;
    height: 40px;
    margin: 0 0 8px auto;
    padding: 8px;
  }

  html body.page-home .rd-module-calendar > span {
    font-size: 20px;
  }

  html body.page-home .rd-check-module h4 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.04;
  }

  html body.page-home .rd-check-module p {
    font-size: 12px;
    line-height: 1.34;
  }

  html body.page-home .rd-check-module small {
    padding: 4px 10px;
    font-size: 11px;
  }

  html body.page-home .rd-dossier-foot {
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 16px;
    min-height: 76px;
    height: auto;
    margin-top: 12px;
    padding: 12px 16px;
  }

  html body.page-home .rd-dossier-foot h4 {
    display: none;
  }

  html body.page-home .rd-dossier-foot ul {
    gap: 5px 10px;
    align-content: center;
    font-size: 11px;
    line-height: 1.2;
  }

  html body.page-home .rd-dossier-foot li {
    white-space: normal;
  }

  html body.page-home .rd-dossier-foot aside {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding-left: 16px;
  }

  html body.page-home .rd-foot-shield {
    --rd-icon-size: 30px;
    width: 30px;
    height: 30px;
  }

  html body.page-home .rd-dossier-foot aside strong {
    font-size: 14px;
  }

  html body.page-home .rd-dossier-foot aside p {
    display: none;
  }

  html body.page-home .rd-mid-section-system {
    padding-top: 58px;
    padding-bottom: 72px;
    padding-left: 96px;
  }

  html body.page-home .rd-mid-section-system .rd-mid-station {
    top: 48px;
    left: 18px;
  }

  html body.page-home .rd-system-layout {
    grid-template-columns: minmax(215px, 230px) minmax(0, 1fr);
    gap: 20px;
  }

  html body.page-home .rd-system-copy {
    padding-top: 70px;
  }

  html body.page-home .rd-system-copy .rd-mid-title {
    max-width: 230px;
    font-size: 42px;
    line-height: 1.04;
  }

  html body.page-home .rd-system-subline {
    font-size: 18px;
    line-height: 1.25;
  }

  html body.page-home .rd-system-copy .rd-mid-lead {
    max-width: 230px;
    font-size: 16px;
    line-height: 1.58;
  }

  html body.page-home .rd-system-board {
    grid-template-columns: minmax(150px, 1fr) minmax(220px, 1.1fr) minmax(150px, 1fr);
    grid-template-rows: repeat(2, minmax(220px, auto));
    gap: 14px;
    align-items: stretch;
    min-height: 0;
    padding-bottom: 106px;
  }

  html body.page-home .rd-system-radar {
    grid-column: 2;
    grid-row: 1 / 3;
    order: initial;
    min-height: 454px;
    height: 100%;
    overflow: visible;
  }

  html body.page-home .rd-system-card {
    min-height: 0;
    padding: 16px;
  }

  html body.page-home .rd-system-card-profile {
    grid-column: 1;
    grid-row: 1;
  }

  html body.page-home .rd-system-card-website {
    grid-column: 3;
    grid-row: 1;
  }

  html body.page-home .rd-system-card-citations {
    grid-column: 1;
    grid-row: 2;
  }

  html body.page-home .rd-system-card-measure {
    grid-column: 3;
    grid-row: 2;
  }

  html body.page-home .rd-system-card-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }

  html body.page-home svg.rd-system-icon {
    --rd-icon-size: 42px;
    width: 42px;
    height: 42px;
    padding: 8px;
  }

  html body.page-home .rd-system-card-head h3 {
    font-size: 22px;
    line-height: 1.04;
  }

  html body.page-home .rd-system-card-head p {
    font-size: 12px;
    line-height: 1.34;
  }

  html body.page-home .rd-system-card ul {
    margin-top: 14px;
    padding-top: 12px;
    font-size: 12px;
    line-height: 1.2;
  }

  html body.page-home .rd-system-card li {
    gap: 8px;
  }

  html body.page-home .rd-system-benefit {
    bottom: -46px;
    width: 620px;
    transform: translateX(-50%);
    font-size: 17px;
    line-height: 1.15;
    padding: 12px 18px;
    border: 1px solid rgba(224, 169, 79, 0.38);
    border-radius: 8px;
    background: rgba(5, 18, 26, 0.86);
  }

  html body.page-home .rd-system-actions {
    bottom: -98px;
    width: 520px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    font-size: 12px;
  }

  html body.page-home .rd-mid-section-sprint {
    padding: 58px 0 58px 96px;
  }

  html body.page-home .rd-mid-section-sprint .rd-mid-station {
    top: 48px;
    left: 18px;
    opacity: 1;
    pointer-events: auto;
  }

  html body.page-home .rd-sprint-panel {
    width: 100%;
    padding: 28px 28px 22px;
    border-radius: 10px;
  }

  html body.page-home .rd-sprint-head {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 10px 24px;
  }

  html body.page-home .rd-sprint-head > div:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  html body.page-home .rd-sprint-head > p {
    grid-column: 1;
    grid-row: 2;
    max-width: 560px;
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 1.45;
  }

  html body.page-home .rd-sprint-head .rd-mid-title {
    max-width: 620px;
    font-size: 44px;
    line-height: 1.02;
  }

  html body.page-home .rd-sprint-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-sprint-gold {
    margin-top: 14px;
    font-size: 23px;
  }

  html body.page-home .rd-sprint-map {
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 170px;
  }

  html body.page-home .rd-sprint-map::after {
    left: 20%;
    top: 32%;
    width: 110%;
    height: 84px;
  }

  html body.page-home .rd-sprint-timeline {
    margin-top: 20px;
  }

  html body.page-home .rd-sprint-timeline::before {
    left: 122px;
    right: 86px;
    top: 29px;
  }

  html body.page-home .rd-time-main {
    height: 70px;
  }

  html body.page-home .rd-time-main::before {
    left: 36px;
    right: 36px;
    bottom: 18px;
  }

  html body.page-home .rd-time-main::after {
    right: 24px;
    bottom: 12px;
  }

  html body.page-home .rd-time-main span {
    gap: 8px;
    font-size: 16px;
  }

  html body.page-home .rd-time-main span:nth-child(2) {
    left: 30%;
  }

  html body.page-home .rd-time-main span:nth-child(3) {
    left: 58%;
  }

  html body.page-home .rd-time-main span:nth-child(4) {
    left: 83%;
  }

  html body.page-home .rd-time-main b {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }

  html body.page-home .rd-week-row {
    grid-template-columns: 88px repeat(12, minmax(0, 1fr));
    margin-top: 8px;
    font-size: 13px;
  }

  html body.page-home .rd-week-row strong {
    font-size: 13px;
  }

  html body.page-home .rd-week-row span {
    padding-top: 15px;
  }

  html body.page-home .rd-phase-grid {
    gap: 14px;
    margin-top: 18px;
  }

  html body.page-home .rd-phase-card {
    height: 318px;
    padding: 20px 16px 72px;
  }

  html body.page-home .rd-phase-card:not(:last-child)::before,
  html body.page-home .rd-phase-card:not(:last-child) .rd-phase-meta::after {
    content: none;
  }

  html body.page-home .rd-phase-card::after {
    right: 18px;
    top: 126px;
    width: 104px;
    height: 104px;
  }

  html body.page-home .rd-phase-meta {
    gap: 10px;
    font-size: 16px;
  }

  html body.page-home .rd-phase-meta span {
    padding: 6px 10px;
  }

  html body.page-home .rd-phase-card h3 {
    margin: 16px 0 10px;
    font-size: 25px;
    line-height: 1.04;
  }

  html body.page-home .rd-phase-card ul {
    gap: 5px;
    font-size: 13px;
    line-height: 1.2;
  }

  html body.page-home .rd-phase-card .rd-list-check {
    --rd-icon-size: 18px;
    flex: 0 0 18px;
    padding: 3px;
  }

  html body.page-home svg.rd-phase-visual {
    --rd-icon-size: 42px;
    right: 58px;
    top: 174px;
    width: 42px;
    height: 42px;
    padding: 7px;
  }

  html body.page-home .rd-phase-report {
    left: 16px;
    right: 16px;
    bottom: 16px;
    min-height: 44px;
    gap: 10px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.2;
  }

  html body.page-home .rd-phase-report-icon,
  html body.page-home .rd-phase-report-line {
    --rd-icon-size: 22px;
    flex: 0 0 22px;
  }

  html body.page-home .rd-sprint-benefits {
    height: auto;
    min-height: 86px;
    margin-top: 16px;
    padding: 14px 16px;
  }

  html body.page-home .rd-sprint-benefits article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 0 12px;
  }

  html body.page-home .rd-sprint-benefits .rd-benefit-icon {
    --rd-icon-size: 36px;
    width: 36px;
    height: 36px;
  }

  html body.page-home .rd-sprint-benefits strong {
    font-size: 16px;
    line-height: 1.15;
  }

  html body.page-home .rd-sprint-benefits p {
    font-size: 12px;
    line-height: 1.25;
  }

  html body.page-home .rd-mid-section-scope {
    padding: 58px 0 58px 96px;
  }

  html body.page-home .rd-mid-section-scope .rd-mid-station {
    top: 48px;
    left: 18px;
  }

  html body.page-home .rd-scope-panel {
    display: grid;
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
    gap: 22px;
    padding: 24px;
  }

  html body.page-home .rd-scope-head {
    grid-column: 1;
    grid-row: 1;
    display: block;
    min-height: 420px;
  }

  html body.page-home .rd-scope-head .rd-mid-title {
    max-width: 260px;
    font-size: 40px;
    line-height: 1.05;
  }

  html body.page-home .rd-scope-head .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-scope-radar {
    width: 210px;
    height: 210px;
    margin-top: 56px;
    margin-left: 8px;
  }

  html body.page-home .rd-scope-columns {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  html body.page-home .rd-scope-card {
    min-height: 360px;
    padding: 22px;
  }

  html body.page-home .rd-scope-card h3 {
    font-size: 24px;
    letter-spacing: 4px;
  }

  html body.page-home .rd-scope-card ul {
    font-size: 14px;
    line-height: 1.35;
  }

  html body.page-home .rd-scope-card li {
    gap: 12px;
  }

  html body.page-home .rd-fit-block {
    grid-column: 1 / -1;
    margin-top: 4px;
  }

  html body.page-home .rd-fit-block h3 {
    font-size: 28px;
    line-height: 1.08;
  }

  html body.page-home .rd-fit-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 16px;
  }

  html body.page-home .rd-industry-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  html body.page-home .rd-industry-cards article {
    min-height: 142px;
    padding: 16px 14px;
  }

  html body.page-home .rd-industry-cards span {
    width: 72px;
    height: 72px;
  }

  html body.page-home .rd-industry-icon .rd-svg-icon {
    --rd-icon-size: 54px;
    inset: 9px;
    width: 54px;
    height: 54px;
  }

  html body.page-home .rd-industry-cards strong {
    font-size: 16px;
  }

  html body.page-home .rd-fit-card {
    grid-column: auto;
    min-height: 296px;
    padding: 24px 28px 24px 28px;
  }

  html body.page-home .rd-fit-card h4 {
    font-size: 28px;
  }

  html body.page-home .rd-fit-card li {
    font-size: 13px;
    line-height: 1.25;
  }

  html body.page-home .rd-mid-section-measure {
    padding: 58px 0 58px 96px;
  }

  html body.page-home .rd-mid-section-measure .rd-mid-station {
    top: 48px;
    left: 18px;
  }

  html body.page-home .rd-measure-layout {
    grid-template-columns: 190px minmax(0, 1fr) 150px;
    gap: 12px;
    align-items: start;
  }

  html body.page-home .rd-measure-head .rd-mid-title {
    max-width: 190px;
    font-size: 31px;
    line-height: 1.05;
  }

  html body.page-home .rd-measure-head p {
    max-width: 184px;
    margin-top: 18px;
    color: var(--rd-gold-soft);
    font-size: 16px;
    line-height: 1.35;
  }

  html body.page-home .rd-report-panel {
    width: 100%;
    margin: 0;
    padding: 16px;
  }

  html body.page-home .rd-report-panel h3 {
    font-size: 16px;
  }

  html body.page-home .rd-report-note {
    display: none;
  }

  html body.page-home .rd-report-row {
    grid-template-columns: minmax(118px, 1.35fr) 48px 48px 56px 40px 40px 54px;
    min-height: 34px;
    font-size: 9.5px;
    line-height: 1.12;
  }

  html body.page-home .rd-report-row span:last-child,
  html body.page-home .rd-report-row-head span:last-child {
    display: none;
  }

  html body.page-home .rd-report-row-head {
    min-height: 42px;
  }

  html body.page-home .rd-report-row-head span {
    font-size: 8px;
    line-height: 1.05;
    text-align: center;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  html body.page-home .rd-report-row span {
    padding: 7px 6px;
  }

  html body.page-home .rd-metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  html body.page-home .rd-metric-row article {
    min-height: 96px;
    padding: 12px;
  }

  html body.page-home .rd-metric-row article strong {
    font-size: 30px;
  }

  html body.page-home .rd-metric-row article span {
    padding-left: 20px;
    font-size: 11px;
  }

  html body.page-home .rd-metric-row article em {
    font-size: 11px;
  }

  html body.page-home .rd-friday-card {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 18px 14px;
  }

  html body.page-home .rd-friday-card h3 {
    font-size: 20px;
  }

  html body.page-home .rd-friday-radar {
    position: relative;
    inset: auto;
    width: 128px;
    height: 120px;
    margin: 8px auto 12px;
  }

  html body.page-home .rd-friday-card ul {
    gap: 12px;
  }

  html body.page-home .rd-friday-card li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  html body.page-home .rd-friday-card li strong {
    font-size: 13px;
  }

  html body.page-home .rd-friday-card li span {
    font-size: 11px;
    line-height: 1.3;
  }

  html body.page-home .rd-friday-icon {
    --rd-icon-size: 32px;
    width: 32px;
    height: 32px;
    padding: 7px;
  }

  html body.page-home .rd-limits-block {
    width: 100%;
    margin: 16px 0 0;
    padding: 18px;
    border: 1px solid var(--rd-border);
    border-radius: 10px;
    background: rgba(5, 20, 29, 0.64);
  }

  html body.page-home .rd-limits-block > h3 {
    font-size: 25px;
    line-height: 1.08;
  }

  html body.page-home .rd-limit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
  }

  html body.page-home .rd-limit-grid article {
    height: auto;
    min-height: 132px;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 6px 12px;
    padding: 16px;
    text-align: left;
  }

  html body.page-home .rd-limit-grid article > span {
    left: auto;
    right: 14px;
    top: 12px;
    font-size: 16px;
  }

  html body.page-home .rd-limit-grid .rd-limit-icon {
    grid-row: 1 / span 2;
    --rd-icon-size: 42px;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 8px;
  }

  html body.page-home .rd-limit-grid h4 {
    margin: 0;
    font-size: 16px;
  }

  html body.page-home .rd-limit-grid p {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
  }

  html body.page-home .rd-limits-foot {
    margin-top: 14px;
    font-size: 13px;
  }

  html body.page-home .rd-mid-section-final {
    padding-top: 54px;
    padding-bottom: 56px;
    padding-left: 96px;
  }

  html body.page-home .rd-mid-section-final .rd-mid-station {
    top: 46px;
    left: 18px;
  }

  html body.page-home .rd-final-panel {
    display: grid;
    grid-template-columns: minmax(238px, 282px) minmax(0, 1fr);
    gap: 16px 24px;
    padding: 24px;
  }

  html body.page-home .rd-final-head {
    grid-column: 1;
    grid-row: 1 / span 3;
    display: block;
    min-height: 572px;
  }

  html body.page-home .rd-final-head .rd-mid-title {
    max-width: 282px;
    font-size: 42px;
    line-height: 1.05;
  }

  html body.page-home .rd-final-head p {
    max-width: 248px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.46;
  }

  html body.page-home .rd-final-route {
    width: 252px;
    min-height: 252px;
    margin-top: 58px;
  }

  html body.page-home .rd-final-route::before {
    left: 8%;
    right: 10%;
    top: 51%;
  }

  html body.page-home .rd-final-route::after {
    right: 30%;
    top: 42%;
  }

  html body.page-home .rd-final-route span {
    left: 13%;
    top: 10%;
    width: 190px;
    height: 190px;
  }

  html body.page-home .rd-final-route b {
    right: 27%;
    top: 45%;
    font-size: 22px;
  }

  html body.page-home .rd-next-steps {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 4px;
  }

  html body.page-home .rd-next-steps::before {
    left: 18%;
    right: 18%;
    top: 189px;
  }

  html body.page-home .rd-next-steps article {
    min-height: 188px;
    padding: 44px 12px 16px;
  }

  html body.page-home .rd-next-steps article:nth-child(1) {
    grid-column: 1 / span 2;
  }

  html body.page-home .rd-next-steps article:nth-child(2) {
    grid-column: 3 / span 2;
  }

  html body.page-home .rd-next-steps article:nth-child(3) {
    grid-column: 5 / span 2;
  }

  html body.page-home .rd-next-steps article:nth-child(4) {
    grid-column: 1 / span 3;
    min-height: 172px;
    padding-top: 40px;
  }

  html body.page-home .rd-next-steps article:nth-child(5) {
    grid-column: 4 / span 3;
    min-height: 172px;
    padding-top: 40px;
  }

  html body.page-home .rd-next-steps article:last-child {
    display: flex;
    grid-template-columns: initial;
    align-items: center;
  }

  html body.page-home .rd-step-number {
    top: -27px;
    width: 54px;
    height: 54px;
    font-size: 25px;
  }

  html body.page-home .rd-step-icon,
  html body.page-home .rd-step-icon-wrap {
    --rd-icon-size: 52px;
    width: 52px;
    height: 52px;
    min-height: 52px;
    flex-basis: 52px;
    margin-bottom: 12px;
  }

  html body.page-home .rd-step-icon-wrap .rd-step-icon {
    padding: 6px 14px 6px 6px;
  }

  html body.page-home .rd-step-icon-wrap > span {
    width: 31px;
    height: 31px;
    font-size: 15px;
  }

  html body.page-home .rd-step-connector {
    --rd-icon-size: 26px;
    right: -25px;
    width: 26px;
    height: 26px;
  }

  html body.page-home .rd-next-steps article:nth-child(3) .rd-step-connector,
  html body.page-home .rd-next-steps article:nth-child(5) .rd-step-connector {
    display: none;
  }

  html body.page-home .rd-next-steps h3 {
    font-size: 18px;
    line-height: 1.08;
  }

  html body.page-home .rd-next-steps h3::after {
    width: 36px;
    margin: 8px auto;
    background: var(--rd-gold);
  }

  html body.page-home .rd-next-steps p {
    max-width: 188px;
    font-size: 12px;
    line-height: 1.36;
  }

  html body.page-home .rd-final-cta {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    min-height: 72px;
    margin: 4px 0 0;
    font-size: 23px;
  }

  html body.page-home .rd-final-note {
    grid-column: 2;
    grid-row: 3;
    margin: -4px 0 0;
    font-size: 17px;
  }

  html body.page-home .rd-final-kpis {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 4px;
    border: 1px solid rgba(224, 169, 79, 0.4);
    border-radius: 10px;
    background: rgba(5, 20, 29, 0.55);
  }

  html body.page-home .rd-final-kpis article {
    min-height: 112px;
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    gap: 4px 10px;
    padding: 16px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
  }

  html body.page-home .rd-final-kpis article + article {
    border-left: 1px dashed rgba(224, 169, 79, 0.38);
  }

  html body.page-home .rd-final-kpis .rd-final-kpi-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    margin-top: 2px;
  }

  html body.page-home .rd-final-kpis strong {
    align-self: end;
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap;
  }

  html body.page-home .rd-final-kpis p {
    grid-column: 2;
    align-self: start;
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  html body.page-home .rd-mid-shell {
    width: min(1334px, calc(100% - 32px));
  }

  html body.page-home .rd-mid-shell::before {
    left: 52px;
  }

  html body.page-home .rd-mid-section {
    padding-left: 118px;
  }

  html body.page-home .rd-mid-station {
    left: 21px;
  }

  html body.page-home .rd-search-hero {
    grid-template-columns: minmax(388px, 426px) minmax(0, 1fr);
    gap: 22px;
  }

  html body.page-home .rd-search-copy .rd-mid-title {
    max-width: 390px;
    font-size: 45px;
  }

  html body.page-home .rd-search-copy .rd-mid-title > span {
    white-space: normal;
  }

  html body.page-home .rd-search-visual {
    width: 100%;
    gap: 16px;
  }

  html body.page-home .rd-search-radar {
    top: 30px;
    right: 0;
    width: 300px;
    height: 300px;
    opacity: 0.28;
  }

  html body.page-home .rd-search-radar::before {
    inset: -18px;
  }

  html body.page-home .rd-signal-problem {
    width: 100%;
  }

  html body.page-home .rd-gap-card {
    min-height: 236px;
    padding: 18px 16px 16px;
  }

  html body.page-home .rd-gap-head {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  html body.page-home .rd-gap-icon {
    --rd-icon-size: 42px;
    width: 44px;
    height: 44px;
  }

  html body.page-home .rd-mapcheck-layout {
    grid-template-columns: 424px minmax(0, 1fr);
    gap: 28px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title {
    font-size: 58px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-title .rd-mid-title-gold {
    font-size: 70px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-subtitle {
    max-width: 390px;
    font-size: 24px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-lead {
    max-width: 388px;
    font-size: 20px;
  }

  html body.page-home .rd-mapcheck-copy .rd-mid-button,
  html body.page-home .rd-mapcheck-copy .rd-trust-row {
    width: 100%;
  }

  html body.page-home .rd-dossier-card {
    width: 100%;
    padding: 22px 18px 18px;
  }

  html body.page-home .rd-dossier-head {
    grid-template-columns: 60px minmax(0, 1fr) 142px;
    gap: 16px;
  }

  html body.page-home .rd-dossier-head h3 {
    font-size: 22px;
    letter-spacing: 3px;
  }

  html body.page-home .rd-mapcheck-stamp {
    min-width: 138px;
    min-height: 46px;
    font-size: 19px;
    letter-spacing: 2px;
  }

  html body.page-home .rd-dossier-top {
    grid-template-columns: 226px minmax(0, 1fr) 266px;
    height: 204px;
  }

  html body.page-home .rd-focus-map,
  html body.page-home .rd-dossier-top > * {
    min-width: 0;
  }

  html body.page-home .rd-focus-map {
    height: 204px;
  }

  html body.page-home .rd-focus-copy {
    padding: 22px;
  }

  html body.page-home .rd-position-compare {
    padding: 20px 14px;
  }

  html body.page-home .rd-position-compare div {
    grid-template-columns: 18px minmax(64px, 1fr) 72px 24px;
    gap: 8px;
    font-size: 12px;
  }

  html body.page-home .rd-position-compare h4 {
    margin-bottom: 12px;
    font-size: 17px;
  }

  html body.page-home .rd-check-modules {
    gap: 12px;
  }

  html body.page-home .rd-check-module {
    height: 352px;
    padding: 46px 16px 16px;
  }

  html body.page-home svg.rd-module-icon {
    --rd-icon-size: 58px;
    width: 58px;
    height: 58px;
    padding: 12px;
  }

  html body.page-home .rd-check-module h4 {
    font-size: 22px;
  }

  html body.page-home .rd-check-module p {
    font-size: 13px;
    line-height: 1.32;
  }

  html body.page-home .rd-check-module small {
    padding: 6px 12px;
    font-size: 12px;
  }

  html body.page-home .rd-dossier-foot {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 18px;
    padding: 14px 22px;
  }

  html body.page-home .rd-dossier-foot ul {
    gap: 8px 18px;
    font-size: 13px;
  }

  html body.page-home .rd-system-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 18px;
  }

  html body.page-home .rd-system-copy {
    margin-left: 0;
    padding-top: 84px;
  }

  html body.page-home .rd-system-copy .rd-mid-title {
    max-width: 300px;
    font-size: 50px;
  }

  html body.page-home .rd-system-copy .rd-mid-title-gold {
    font-size: 45px;
  }

  html body.page-home .rd-system-subline {
    font-size: 16px;
    white-space: normal;
  }

  html body.page-home .rd-system-copy .rd-mid-lead {
    max-width: 292px;
    font-size: 18px;
  }

  html body.page-home .rd-system-note {
    width: 292px;
    margin-top: 252px;
    margin-left: 0;
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  html body.page-home .rd-system-board {
    width: 100%;
    min-height: 712px;
    grid-template-columns: 220px minmax(0, 405px) 240px;
    grid-template-rows: 318px 286px;
    gap: 44px 0;
  }

  html body.page-home .rd-system-card {
    padding: 18px 16px;
  }

  html body.page-home .rd-system-card-head {
    grid-template-columns: 70px 1fr;
    gap: 12px;
  }

  html body.page-home svg.rd-system-icon {
    --rd-icon-size: 66px;
    width: 66px;
    height: 66px;
    padding: 16px;
  }

  html body.page-home .rd-system-card-head h3 {
    font-size: 22px;
  }

  html body.page-home .rd-system-card-head p,
  html body.page-home .rd-system-card ul {
    font-size: 13px;
  }

  html body.page-home .rd-system-card ul {
    gap: 9px;
    margin-top: 18px;
  }

  html body.page-home .rd-system-radar {
    min-height: 660px;
  }

  html body.page-home .rd-system-radar::before {
    width: 486px;
    height: 486px;
  }

  html body.page-home .rd-system-ring {
    width: 420px;
    height: 420px;
  }

  html body.page-home .rd-system-hub {
    width: 112px;
    height: 112px;
  }

  html body.page-home .rd-system-hub .rd-svg-icon {
    --rd-icon-size: 48px;
  }

  html body.page-home .rd-system-node {
    width: 70px;
    height: 70px;
  }

  html body.page-home .rd-system-node-icon {
    --rd-icon-size: 48px;
    padding: 10px;
  }

  html body.page-home .rd-system-node-top {
    top: 92px;
  }

  html body.page-home .rd-system-node-bottom {
    bottom: 112px;
  }

  html body.page-home .rd-system-line-h::before {
    left: 112px;
  }

  html body.page-home .rd-system-line-h::after {
    right: 112px;
  }

  html body.page-home .rd-system-line-v::before {
    top: 96px;
  }

  html body.page-home .rd-system-line-v::after {
    bottom: 96px;
  }

  html body.page-home .rd-system-benefit {
    bottom: 76px;
    font-size: 17px;
  }

  html body.page-home .rd-system-actions {
    bottom: 24px;
    gap: 16px;
    font-size: 13px;
  }

  html body.page-home .rd-sprint-panel {
    padding: 38px 36px 22px;
  }

  html body.page-home .rd-sprint-head {
    grid-template-columns: 500px 280px 1fr;
    gap: 34px;
  }

  html body.page-home .rd-sprint-head .rd-mid-title {
    font-size: 52px;
  }

  html body.page-home .rd-sprint-head > p {
    font-size: 19px;
  }

  html body.page-home .rd-phase-card {
    height: 320px;
    padding: 24px 22px 20px;
  }

  html body.page-home .rd-phase-card h3 {
    font-size: 28px;
  }

  html body.page-home .rd-scope-panel {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 26px 34px;
    padding: 38px 34px 30px 118px;
  }

  html body.page-home .rd-scope-head {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  html body.page-home .rd-scope-head .rd-mid-title {
    max-width: 420px;
    font-size: 46px;
    line-height: 1.03;
  }

  html body.page-home .rd-scope-radar {
    width: 230px;
    min-height: 180px;
    margin-top: 42px;
  }

  html body.page-home .rd-scope-columns {
    grid-column: 2;
    grid-row: 1;
    gap: 20px;
    margin-top: 0;
  }

  html body.page-home .rd-scope-card {
    height: 480px;
    padding: 24px 26px;
  }

  html body.page-home .rd-scope-card h3 {
    font-size: 22px;
  }

  html body.page-home .rd-scope-card ul {
    gap: 6px;
    font-size: 15px;
    line-height: 1.18;
  }

  html body.page-home .rd-scope-card li,
  html body.page-home .rd-scope-card li:has(.rd-scope-list-icon) {
    grid-template-columns: 26px 1fr;
    gap: 11px;
  }

  html body.page-home .rd-scope-list-icon {
    --rd-icon-size: 24px;
    padding: 5px;
  }

  html body.page-home .rd-fit-block {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  html body.page-home .rd-fit-block > h3 {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 29px;
  }

  html body.page-home .rd-fit-grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 22px;
  }

  html body.page-home .rd-fit-grid::before,
  html body.page-home .rd-fit-grid::after {
    content: none;
  }

  html body.page-home .rd-industry-cards article {
    height: 236px;
    padding: 18px 14px 20px;
  }

  html body.page-home .rd-industry-cards span {
    width: 84px;
    height: 84px;
  }

  html body.page-home .rd-industry-icon .rd-svg-icon {
    --rd-icon-size: 64px;
    inset: 10px;
    width: 64px;
    height: 64px;
  }

  html body.page-home .rd-industry-cards strong {
    font-size: 18px;
    line-height: 1.12;
  }

  html body.page-home .rd-fit-card {
    height: auto;
    min-height: 212px;
    margin-top: 0;
    padding: 26px 28px;
  }

  html body.page-home .rd-fit-card h4 {
    font-size: 26px;
  }

  html body.page-home .rd-fit-card ul {
    gap: 9px;
  }

  html body.page-home .rd-fit-card li {
    font-size: 15px;
  }

  html body.page-home .rd-mid-section-measure {
    padding-left: 96px;
  }

  html body.page-home .rd-measure-layout {
    grid-template-columns: 252px minmax(0, 622px) minmax(0, 270px);
    gap: 20px;
  }

  html body.page-home .rd-measure-head .rd-mid-title,
  html body.page-home .rd-measure-head p {
    transform: none;
  }

  html body.page-home .rd-measure-head .rd-mid-title {
    font-size: 43px;
  }

  html body.page-home .rd-measure-head p {
    font-size: 18px;
  }

  html body.page-home .rd-report-panel {
    width: 100%;
    margin-top: 34px;
    padding: 20px 18px 18px;
  }

  html body.page-home .rd-report-row {
    grid-template-columns: 1.45fr 0.66fr 0.66fr 0.74fr 0.48fr 0.48fr 0.62fr 1.16fr;
  }

  html body.page-home .rd-report-row span {
    padding: 0 6px;
    font-size: 10px;
  }

  html body.page-home .rd-report-row span:not(:first-child) {
    font-size: 13px;
  }

  html body.page-home .rd-report-row-head span {
    font-size: 9px;
    line-height: 1.1;
    text-align: center;
  }

  html body.page-home .rd-report-row span:last-child {
    font-size: 9px;
  }

  html body.page-home .rd-metric-row {
    gap: 8px;
  }

  html body.page-home .rd-metric-row article {
    padding-left: 30px;
  }

  html body.page-home .rd-metric-row strong {
    font-size: 25px;
  }

  html body.page-home .rd-friday-card {
    width: 100%;
    height: auto;
    min-height: 432px;
    margin-left: 0;
    padding: 24px 20px;
  }

  html body.page-home .rd-friday-card h3 {
    font-size: 30px;
  }

  html body.page-home .rd-friday-radar {
    height: 136px;
  }

  html body.page-home .rd-friday-card li {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  html body.page-home .rd-friday-card li strong {
    font-size: 16px;
  }

  html body.page-home .rd-friday-card li span {
    font-size: 13px;
  }

  html body.page-home .rd-limits-block {
    width: calc(100% - 96px);
    margin-left: 96px;
  }

  html body.page-home .rd-limit-grid {
    gap: 12px;
  }

  html body.page-home .rd-limit-grid article {
    padding: 18px 16px;
  }

  html body.page-home .rd-limit-grid .rd-limit-icon {
    --rd-icon-size: 48px;
    width: 48px;
    height: 48px;
  }

  html body.page-home .rd-limit-grid h4 {
    font-size: 18px;
  }

  html body.page-home .rd-limit-grid p {
    font-size: 12px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  html body.page-home .rd-mid-section-final .rd-final-panel {
    padding: 46px 56px 26px;
  }

  html body.page-home .rd-mid-section-final .rd-final-head {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
  }

  html body.page-home .rd-mid-section-final .rd-final-head .rd-mid-title {
    font-size: 57px;
    line-height: 1.02;
  }

  html body.page-home .rd-mid-section-final .rd-final-route {
    min-height: 190px;
  }

  html body.page-home .rd-mid-section-final .rd-next-steps {
    gap: 26px;
    margin-top: 24px;
  }

  html body.page-home .rd-mid-section-final .rd-next-steps article {
    height: 332px;
    padding: 58px 14px 18px;
  }

  html body.page-home .rd-mid-section-final .rd-step-icon,
  html body.page-home .rd-mid-section-final .rd-step-icon-wrap {
    --rd-icon-size: 62px;
    width: 62px;
    height: 62px;
    min-height: 62px;
    flex-basis: 62px;
    margin-bottom: 16px;
  }

  html body.page-home .rd-mid-section-final .rd-next-steps h3 {
    font-size: 22px;
    line-height: 1.08;
  }

  html body.page-home .rd-mid-section-final .rd-next-steps p {
    max-width: 188px;
    font-size: 13px;
    line-height: 1.32;
  }

  html body.page-home .rd-mid-section-final .rd-final-cta {
    min-height: 72px;
    margin-top: 26px;
    font-size: 24px;
  }

  html body.page-home .rd-mid-section-final .rd-final-kpis {
    gap: 14px;
  }

  html body.page-home .rd-mid-section-final .rd-final-kpis article {
    min-height: 82px;
    padding: 13px 14px;
  }

  html body.page-home .rd-mid-section-final .rd-final-kpis strong {
    font-size: 20px;
  }

  html body.page-home .rd-mid-section-final .rd-final-kpis p {
    font-size: 13px;
  }
}
