.ra-about-work,
.ra-about-work * {
  box-sizing: border-box;
}

.ra-about-work {
  --ra-text: #dad5aa;
  --ra-text-soft: #c8c099;
  --ra-muted: #9a9480;
  --ra-gold-soft: #e1b759;
  --ra-side-padding: clamp(18px, 5vw, 56px);

  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  padding: clamp(60px, 5.4vw, 86px) var(--ra-side-padding) clamp(64px, 5.8vw, 92px);
  color: var(--ra-text);
  background: var(
    --ra-section-bg,
    linear-gradient(180deg, #0b1018 0%, #101724 48%, #090e15 100%),
    linear-gradient(90deg, rgba(220, 180, 82, 0.035), transparent 25%, transparent 74%, rgba(255, 255, 255, 0.018))
  );
  box-shadow: var(
    --ra-section-shadow,
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(220, 180, 82, 0.14)
  );
  isolation: isolate;
}

.ra-about-work::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: var(--ra-section-pattern-opacity, 0.74);
  background: var(
    --ra-section-pattern-bg,
    repeating-radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.017) 0 0.8px,
      transparent 0.8px 10px
    )
  );
  mix-blend-mode: var(--ra-section-pattern-blend-mode, normal);
  -webkit-mask-image: var(
    --ra-section-pattern-mask,
    repeating-conic-gradient(
      from 0deg at 50% 50%,
      #000 0deg 0.67deg,
      transparent 0.67deg 1.34deg
    ),
    radial-gradient(
      circle at 50% 50%,
      transparent 0%,
      #000 13%,
      #000 80%,
      transparent 100%
    )
  );
  mask-image: var(
    --ra-section-pattern-mask,
    repeating-conic-gradient(
      from 0deg at 50% 50%,
      #000 0deg 0.67deg,
      transparent 0.67deg 1.34deg
    ),
    radial-gradient(
      circle at 50% 50%,
      transparent 0%,
      #000 13%,
      #000 80%,
      transparent 100%
    )
  );
  -webkit-mask-composite: var(--ra-section-pattern-webkit-composite, source-in);
  mask-composite: var(--ra-section-pattern-composite, intersect);
}

.ra-about-work::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: min(1320px, 90vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(220, 180, 82, 0.34), transparent);
  pointer-events: none;
}


.ra-about-work__grain {
  display: none;
}

.ra-about-work__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 18px;
}

.ra-about-work__head {
  max-width: 900px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}


.ra-about-work__title {
  margin: 0;
  color: var(--ra-text);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ra-about-work .ra-about-work__decor {
  --decor-bg: var(--ra-section-decor-bg, #0f141e);
  margin: 25px auto 25px;
}

.ra-about-work__lead {
  max-width: 820px;
  margin: 0 auto;
  color: var(--ra-text-soft);
  font-size: clamp(16px, 1.55vw, 18px);
  line-height: 1.64;
  font-weight: 400;
}

.ra-about-work__shell {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(220, 180, 82, 0.28);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.006)),
    #111824;
  box-shadow:
    0 0 6px rgba(220, 180, 82, 0.075),
    0 0 12px rgba(220, 180, 82, 0.055),
    0 0 22px rgba(220, 180, 82, 0.032),
    inset 0 1px 0 rgba(255, 255, 255, 0.048),
    0 0 0 1px rgba(220, 180, 82, 0.018);
  padding: clamp(15px, 1.8vw, 20px);
  isolation: isolate;
}

.ra-about-work__shell::before {
  content: "";
  position: absolute;
  inset: 11px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.74;
  border-radius: 23px;
  background:
    repeating-radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.017) 0 0.8px,
      transparent 0.8px 10px
    );
  mix-blend-mode: screen;
  -webkit-mask-image:
    repeating-conic-gradient(
      from 0deg at 50% 50%,
      #000 0deg 0.67deg,
      transparent 0.67deg 1.34deg
    ),
    radial-gradient(
      circle at 50% 50%,
      transparent 0%,
      #000 13%,
      #000 80%,
      transparent 100%
    );
  mask-image:
    repeating-conic-gradient(
      from 0deg at 50% 50%,
      #000 0deg 0.67deg,
      transparent 0.67deg 1.34deg
    ),
    radial-gradient(
      circle at 50% 50%,
      transparent 0%,
      #000 13%,
      #000 80%,
      transparent 100%
    );
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.ra-about-work__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}

.ra-about-work__aside {
  min-width: 0;
}

.ra-about-work__aside-stack {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 36px;
}

.ra-about-work__nav-card,
.ra-about-work__principles-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(220, 180, 82, 0.30);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.006)),
    #111824;
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ra-about-work__principles-card {
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.ra-about-work__nav-card::before,
.ra-about-work__principles-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%);
  opacity: 0.75;
}

.ra-about-work__nav-top,
.ra-about-work__nav,
.ra-about-work__principles-top,
.ra-about-work__principles {
  position: relative;
  z-index: 1;
}

.ra-about-work__nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: auto;
  padding: 10px 22px;
  border-bottom: 1px solid rgba(220, 180, 82, 0.16);
}

.ra-about-work__nav-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(255, 231, 156, 0.92);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ra-about-work__nav-mark {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(220, 180, 82, 0.74);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ra-about-work__nav {
  display: grid;
  padding: 10px;
	  position: relative;
}

.ra-about-work__nav-item {
	--ra-menu-glow-main: 0;
  --ra-menu-glow-soft: 0;
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
  overflow: hidden;
  isolation: isolate;
}
	
.ra-about-work__nav-item > * {
  position: relative;
  z-index: 3;
}
	
/* золотая заливка всей кнопки */
.ra-about-work__nav-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: left center;

  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 244, 204, 0.08) 22%, transparent 46%),
    linear-gradient(135deg, #ffd966 0%, #f5b63d 48%, #e4971f 100%);

  box-shadow:
    inset 0 0 0 1px rgba(255, 231, 156, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(85, 58, 8, 0.18);

  transition:
    opacity 0.28s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.ra-about-work__nav-item::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(220, 180, 82, 0.14);
  transform: translateX(-50%);
  pointer-events: none;
	  z-index: 0;
}

.ra-about-work__nav-item:first-child::before {
  top: 50%;
}

.ra-about-work__nav-item:last-child::before {
  bottom: 50%;
}

.ra-about-work__nav-num {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(220, 180, 82, 0.28);
  border-radius: 50%;
  background: #101722;
  color: var(--ra-gold-soft);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(220, 180, 82, 0.035);
  transition:
    color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.ra-about-work__nav-text {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ra-about-work__nav-text strong {
  color: var(--ra-text);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  transition: none;
}

.ra-about-work__nav-text small {
  color: var(--ra-muted);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  transition: none;
}

.ra-about-work__nav-item:hover,
.ra-about-work__nav-item:focus-visible,
.ra-about-work__nav-item.is-active {
  background: transparent;
  border-color: transparent;
  outline: none;
}
	
.ra-about-work__nav-item:hover {
  --ra-menu-glow-main: 0.055;
  --ra-menu-glow-soft: 0.025;
}
	
.ra-about-work__nav-item:hover::after,
.ra-about-work__nav-item:focus-visible::after,
.ra-about-work__nav-item.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
	
	

/* кружок номера на активной/hover-кнопке */
.ra-about-work__nav-item:hover .ra-about-work__nav-num,
.ra-about-work__nav-item:focus-visible .ra-about-work__nav-num,
.ra-about-work__nav-item.is-active .ra-about-work__nav-num {
  background: linear-gradient(135deg, #101722, #1b2535);
  border-color: rgba(16, 23, 34, 0.38);
  color: #ffd966;
  box-shadow:
    0 0 0 5px rgba(16, 23, 34, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.22);
}

/* тёмная инверсия текста на золоте */            
.ra-about-work__nav-item:hover .ra-about-work__nav-text strong,
.ra-about-work__nav-item:focus-visible .ra-about-work__nav-text strong,
.ra-about-work__nav-item.is-active .ra-about-work__nav-text strong {
  color: #101722;
}

.ra-about-work__nav-item:hover .ra-about-work__nav-text small,
.ra-about-work__nav-item:focus-visible .ra-about-work__nav-text small,
.ra-about-work__nav-item.is-active .ra-about-work__nav-text small {
  color: rgba(16, 23, 34, 0.72);
}
	
/* лёгкий клик-пульс */
.ra-about-work__nav-item.is-pulsing {
  animation: raAboutNavPulse 0.42s ease;
}

@keyframes raAboutNavPulse {
  0% {
    transform: translateX(3px) scale(1);
  }

  45% {
    transform: translateX(5px) scale(1.018);
  }

  100% {
    transform: translateX(3px) scale(1);
  }
}
	

.ra-about-work__principles-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: auto;
  padding: 10px 22px;
  border-bottom: 1px solid rgba(220, 180, 82, 0.13);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
}

.ra-about-work__principles-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(255, 231, 156, 0.92);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ra-about-work__principles {
  position: relative;
  display: grid;
  gap: 15px;
  padding: 18px 22px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0));
  isolation: isolate;
}

.ra-about-work__principles::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 36px;
  bottom: 36px;
  z-index: 0;
  width: 2px;
  pointer-events: none;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 217, 102, 0.16) 18%,
    rgba(245, 166, 35, 0.28) 50%,
    rgba(255, 217, 102, 0.16) 82%,
    transparent 100%
  );
  opacity: 0.78;
}

.ra-about-work__principles span {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 52px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(220, 180, 82, 0.24);
  border-radius: 16px;
  background:
   linear-gradient(145deg, rgb(235 216 170 / 9%), rgba(255, 255, 255, 0.014) 44%),
    linear-gradient(180deg, rgba(30, 32, 39, 0.98), rgba(16, 21, 30, 0.98));
  color: var(--ra-gold-soft);
  font-size: 14px;
  line-height: 1.48;
  font-weight: 600;
  letter-spacing: 0.004em;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.046),
    inset 0 -1px 0 rgba(220, 180, 82, 0.05),
    0 9px 20px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    color 0.24s ease;
}

.ra-about-work__principles span::before {
  content: "";
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgb(199 159 54 / 92%);
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.55 12.35 10.05 16.65 18.65 7.45' stroke='%23101722' stroke-width='3.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat,
    linear-gradient(135deg, #f0d985 0%, #d8ad4b 58%, #b87a24 100%);
  box-shadow:
    0 0 0 4px rgba(220, 180, 82, 0.075),
    0 8px 17px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 245, 202, 0.24),
    inset 0 -4px 7px rgba(91, 52, 7, 0.13);
  transition:
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.ra-about-work__principles span::after {
  content: "";
  position: absolute;
  left: -18%;
  top: 0;
  z-index: 2;
  width: 30%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: skewX(-18deg) translateX(-18px);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 225, 145, 0.045),
      rgba(255, 205, 87, 0.12),
      rgba(255, 244, 202, 0.05),
      transparent
    );
  transition:
    opacity 0.24s ease,
    transform 0.54s cubic-bezier(0.22, 1, 0.36, 1);
}

.ra-about-work__principles span:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 141, 0.40);
  background:
    linear-gradient(145deg, rgb(235 216 170 / 9%), rgba(255, 255, 255, 0.014) 44%),
    linear-gradient(180deg, rgba(30, 32, 39, 0.98), rgba(16, 21, 30, 0.98));
  color: rgba(255, 231, 156, 0.94);
  box-shadow:
    0 13px 26px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(255, 224, 141, 0.026),
    inset 0 1px 0 rgba(255, 255, 255, 0.058),
    inset 0 -1px 0 rgba(220, 180, 82, 0.074);
}

.ra-about-work__principles span:hover::before {
  transform: scale(1.05);
  border-color: rgba(255, 224, 141, 0.56);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.55 12.35 10.05 16.65 18.65 7.45' stroke='%23ffd966' stroke-width='3.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat,
    linear-gradient(135deg, #101722 0%, #1b2535 54%, #080d14 100%);
  box-shadow:
    0 0 0 4px rgba(220, 180, 82, 0.075),
    0 8px 17px rgba(0, 0, 0, 0.27),
    inset 0 1px 0 rgba(255, 217, 102, 0.055),
    inset 0 -5px 9px rgba(0, 0, 0, 0.22);
}

.ra-about-work__principles span:hover::after {
  opacity: 1;
  transform: skewX(-18deg) translateX(430%);
}

.ra-about-work__stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
}

.ra-about-work__stage::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -32%;
  z-index: 4;
  width: 42%;
  height: 260%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.00) 42%,
    rgba(255, 255, 255, 0.055) 48%,
    rgba(255, 231, 156, 0.08) 51%,
    rgba(255, 255, 255, 0.00) 58%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-40%) rotate(10deg);
}

.ra-about-work__stage.is-switching::after {
  animation: raAboutLuxurySweep 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes raAboutLuxurySweep {
  0% {
    opacity: 0;
    transform: translateX(-38%) rotate(10deg);
  }

  20% {
    opacity: 0.58;
  }

  100% {
    opacity: 0;
    transform: translateX(330%) rotate(10deg);
  }
}

.ra-about-work__display-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border: 1px solid rgba(220, 180, 82, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.023), rgba(255, 255, 255, 0.006)),
    #141b27;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 10px clamp(28px, 3vw, 42px) clamp(28px, 3vw, 42px);
  transform-origin: center center;
  transition:
    opacity 0.28s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.28s ease,
    min-height 0.28s ease;
  outline: none;
}

.ra-about-work__display-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%);
  opacity: 0.78;
}

.ra-about-work__display-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.026);
}

.ra-about-work__display-card > * {
  position: relative;
  z-index: 1;
}

.ra-about-work__display-card.is-leaving {
  opacity: 0;
  transform: translateY(14px) scale(0.986);
  filter: blur(7px);
}

.ra-about-work__display-card.is-entering {
  opacity: 0;
  transform: translateY(-12px) scale(0.992);
  filter: blur(5px);
}

.ra-about-work__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: auto;
  margin-top: 0;
  margin-bottom: clamp(12px, 1.5vw, 17px);
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(220, 180, 82, 0.16);
}

.ra-about-work__card-label,
.ra-about-work__card-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ra-about-work__card-label {
  border: 1px solid rgba(220, 180, 82, 0.28);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 231, 156, 0.92);
}

.ra-about-work__card-status {
  border: 1px solid rgba(220, 180, 82, 0.28);
  background: rgba(255, 255, 255, 0.026);
  color: rgba(220, 180, 82, 0.74);
}

.ra-about-work__panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}

.ra-about-work__section-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.ra-about-work__section-num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(220, 180, 82, 0.30);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: var(--ra-gold-soft);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(220, 180, 82, 0.035);
}

.ra-about-work__section-kicker {
  margin: 0 0 8px;
  color: var(--ra-muted);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ra-about-work__section-head h3 {
  max-width: 760px;
  margin: 0;
  color: var(--ra-gold-soft);
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.ra-about-work__text {
  max-width: 860px;
}

.ra-about-work__text p {
  margin: 0 0 16px;
  color: var(--ra-text-soft);
  font-size: clamp(15px, 1.26vw, 17px);
  line-height: 1.74;
  text-align: left;
}

.ra-about-work__text p:last-child {
  margin-bottom: 0;
}

.ra-about-work__text strong {
  color: var(--ra-gold-soft);
  font-weight: 700;
}

@property --ra-card-border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.ra-about-work__summary,
.ra-about-work__fact-box,
.ra-about-work__owner-card,
.ra-about-work__cta-card {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgb(235 216 170 / 9%), rgba(255, 255, 255, 0.014) 44%),
    linear-gradient(180deg, rgba(30, 32, 39, 0.98), rgba(16, 21, 30, 0.98));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(220, 180, 82, 0.024),
    0 0 12px rgba(220, 180, 82, 0.022),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 0 rgba(220, 180, 82, 0.11);
  isolation: isolate;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s ease,
    box-shadow 0.28s ease,
    background 0.24s ease;
}

.ra-about-work__summary::before,
.ra-about-work__fact-box::before,
.ra-about-work__owner-card::before,
.ra-about-work__cta-card::before {
  --ra-card-border-angle: 0deg;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 1px;
  pointer-events: none;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--ra-card-border-angle),
      rgba(125, 87, 22, 0.24) 0deg,
      rgba(125, 87, 22, 0.24) 232deg,
      rgba(190, 136, 42, 0.36) 255deg,
      rgba(255, 224, 141, 0.58) 278deg,
      rgba(220, 157, 51, 0.48) 304deg,
      rgba(125, 87, 22, 0.26) 330deg,
      rgba(125, 87, 22, 0.24) 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: raAboutCardBorderEdgeRun 4.2s linear infinite;
}

.ra-about-work__summary::after,
.ra-about-work__fact-box::after,
.ra-about-work__owner-card::after,
.ra-about-work__cta-card::after {
  content: "";
  position: absolute;
  left: -18%;
  top: 0;
  z-index: 1;
  width: 30%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: skewX(-18deg) translateX(-18px);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 225, 145, 0.045),
      rgba(255, 205, 87, 0.13),
      rgba(255, 244, 202, 0.055),
      transparent
    );
  transition:
    opacity 0.24s ease,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.ra-about-work__summary:hover,
.ra-about-work__fact-box:hover,
.ra-about-work__owner-card:hover,
.ra-about-work__cta-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 224, 141, 0.58);
  background:
    linear-gradient(118deg, rgba(255, 231, 156, 0.105) 0%, rgba(235, 216, 170, 0.044) 25%, rgba(255, 255, 255, 0.012) 50%, transparent 100%),
    linear-gradient(205deg, rgba(36, 35, 40, 0.995) 0%, rgba(24, 29, 39, 0.995) 42%, rgba(12, 17, 26, 0.995) 100%);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(255, 224, 141, 0.075),
    0 0 20px rgba(220, 180, 82, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.080),
    inset 0 -1px 0 rgba(220, 180, 82, 0.135);
}

.ra-about-work__summary:hover::after,
.ra-about-work__fact-box:hover::after,
.ra-about-work__owner-card:hover::after,
.ra-about-work__cta-card:hover::after {
  opacity: 1;
  transform: skewX(-18deg) translateX(430%);
}

.ra-about-work__summary > *,
.ra-about-work__fact-box > *,
.ra-about-work__owner-card > *,
.ra-about-work__cta-card > * {
  position: relative;
  z-index: 2;
}


.ra-about-work__summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid rgba(220, 180, 82, 0.15);
  background: rgba(255, 255, 255, 0.018);
}

.ra-about-work__summary-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(220, 180, 82, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.032);
  color: rgba(255, 231, 156, 0.92);
  font-size: 10.5px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ra-about-work__summary-top strong {
  color: rgba(220, 180, 82, 0.78);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 0 0 16px rgba(220, 180, 82, 0.12);
}

.ra-about-work__summary-row {
  display: grid;
  gap: 7px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 68%);
}

.ra-about-work__summary-row:last-child {
  border-bottom: none;
}

.ra-about-work__summary-row span {
  color: #a19d90d9;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ra-about-work__summary-row strong {
  color: rgb(219 189 116 / 74%);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.ra-about-work__fact-box {
  padding: 15px 22px 24px 22px;
}

.ra-about-work__fact-box span,
.ra-about-work__cta-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(220, 180, 82, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.032);
  color: rgba(255, 231, 156, 0.92);
  font-size: 10.5px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ra-about-work__fact-box strong {
  display: block;
  color: rgb(219 189 116 / 74%);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.34;
  font-weight: 600;
  text-shadow: 0 0 14px rgba(220, 180, 82, 0.06);
}

.ra-about-work__owner-card {
  overflow: hidden;
}

.ra-about-work__owner-card-line {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 17px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 68%);
}

.ra-about-work__owner-card-line:last-child {
  border-bottom: none;
}

.ra-about-work__owner-card-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(220, 180, 82, 0.28);
  border-radius: 12px;
  color: var(--ra-gold-soft);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  background: #101722;
  box-shadow:
    0 0 0 4px rgba(220, 180, 82, 0.026),
    0 8px 18px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.ra-about-work__owner-card-line strong {
  color: rgb(219 189 116 / 74%);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.ra-about-work__summary:hover::before,
.ra-about-work__fact-box:hover::before,
.ra-about-work__owner-card:hover::before,
.ra-about-work__cta-card:hover::before {
  opacity: 0;
  animation: none;
}

.ra-about-work__cta-card {
  padding: 15px 22px 24px 22px;
}

@keyframes raAboutCardBorderEdgeRun {
  0% {
    --ra-card-border-angle: 0deg;
  }

  100% {
    --ra-card-border-angle: 360deg;
  }
}

.ra-about-work__cta-card p {
  margin: 0 0 20px;
  color: rgb(219 189 116 / 74%);
  font-size: 17px;
  line-height: 1.54;
  text-align: left;
}

.ra-about-work__service-list {
  display: grid;
  gap: 10px;
}

.ra-about-work__service {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: #101722;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.ra-about-work__service:hover {
  transform: translateY(-3px);
  border-color: rgba(220, 180, 82, 0.34);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 244, 204, 0.065) 24%, transparent 48%),
    linear-gradient(135deg, #ffd966 0%, #f5b63d 48%, #e4971f 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.23);
}

.ra-about-work__service span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(220, 180, 82, 0.28);
  border-radius: 50%;
  color: var(--ra-gold-soft);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 0 5px rgba(220, 180, 82, 0.035);
}

.ra-about-work__service p {
  margin: 0;
  color: var(--ra-text-soft);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 550;
  text-align: left;
}

.ra-about-work__service:hover p {
  color: #101722;
}

.ra-about-work__service:hover span {
  background: linear-gradient(135deg, #101722, #1b2535);
  border-color: rgba(16, 23, 34, 0.38);
  color: #ffd966;
  box-shadow:
    0 0 0 5px rgba(16, 23, 34, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.22);
}

.ra-about-work__split,
.ra-about-work__owners-grid,
.ra-about-work__result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.ra-about-work__result-side {
  display: grid;
  gap: 18px;
  align-items: start;
  min-width: 0;
}


.ra-about-work__result-layout > .ra-about-work__final-line {
  grid-column: 1 / -1;
  margin-top: 0;
}

.ra-about-work__final-line {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(220, 180, 82, 0.62);
  border-left: 3px solid rgba(220, 180, 82, 0.78);
  border-radius: 0 18px 18px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0) 38%),
    #d7d3a0;
  color: #1C1F26;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 228, 139, 0.12),
    -7px 0 18px rgba(255, 217, 102, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.27),
    inset 8px 0 14px rgba(255, 217, 102, 0.050);
  font-size: clamp(18px, 1.7vw, 20px);
  line-height: 1.42;
  font-weight: 700;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ra-about-work__final-line::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 228, 139, 0.18), rgba(255, 217, 102, 0.62), rgba(245, 166, 35, 0.38));
  box-shadow:
    0 0 9px rgba(255, 217, 102, 0.15),
    4px 0 14px rgba(255, 217, 102, 0.070);
  pointer-events: none;
}

.ra-about-work__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 24px;
  border: 1px solid rgba(220, 180, 82, 0.46);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 231, 156, 0.88);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    letter-spacing 0.25s ease;
  animation: none;
}

.ra-about-work__button:hover,
.ra-about-work__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 141, 0.72);
  background: rgba(255, 255, 255, 0.038);
  color: rgba(255, 235, 170, 0.98);
  letter-spacing: 0.035em;
  outline: none;
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.30),
    0 0 0 4px rgba(220, 180, 82, 0.055),
    0 0 22px rgba(220, 180, 82, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.085);
}


.ra-about-work [data-ra-about-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.ra-about-work.is-visible [data-ra-about-reveal] {
  opacity: 1;
  transform: translateY(0);
}
	

@media (max-width: 1180px) {
  .ra-about-work__aside-stack {
    position: relative;
    top: auto;
  }

  .ra-about-work__nav-item {
    min-height: 74px;
  }

  .ra-about-work__nav-item::before {
    display: none;
  }

  .ra-about-work__nav-item:hover,
  .ra-about-work__nav-item:focus-visible,
  .ra-about-work__nav-item.is-active {
    transform: translateY(-2px);
  }

  .ra-about-work__display-card {
    min-height: 560px;
  }
}

@media (max-width: 980px) {
  .ra-about-work__panel-grid,
  .ra-about-work__split,
  .ra-about-work__owners-grid {
    grid-template-columns: 1fr;
  }

  .ra-about-work__summary,
  .ra-about-work__fact-box,
  .ra-about-work__owner-card,
  .ra-about-work__cta-card {
    max-width: none;
  }

  .ra-about-work__display-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .ra-about-work {
    --ra-side-padding: 16px;
    padding-top: 46px;
    padding-bottom: 56px;
  }

  .ra-about-work__inner {
    padding: 0;
  }

  .ra-about-work__head {
    margin-bottom: 30px;
  }

  .ra-about-work__lead {
    font-size: 16px;
  }

  .ra-about-work__shell {
    border-radius: 24px;
    padding: 14px;
  }

  .ra-about-work__shell::before {
    inset: 9px;
    border-radius: 18px;
  }

  .ra-about-work__layout {
    gap: 18px;
  }

  .ra-about-work__nav-card,
  .ra-about-work__principles-card,
  .ra-about-work__display-card {
    border-radius: 20px;
  }

  .ra-about-work__nav-top {
    padding: 10px 16px;
  }

  .ra-about-work__nav {
    padding: 10px;
  }

  .ra-about-work__nav-item {
    flex-basis: 225px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 68px;
    padding: 11px 10px;
    border-radius: 16px;
  }

  .ra-about-work__nav-num {
    width: 38px;
    height: 38px;
  }

  .ra-about-work__principles-top {
    padding: 10px 16px;
  }

  .ra-about-work__principles {
    grid-template-columns: 1fr;
    padding: 14px 16px 18px;
	gap: 12px;
  }

  .ra-about-work__display-card {
    padding: 10px 16px 22px;
  }

  .ra-about-work__card-top {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 11px;
    padding-bottom: 10px;
  }

  .ra-about-work__card-label,
  .ra-about-work__card-status {
    white-space: nowrap;
  }

  .ra-about-work__section-head {
    gap: 12px;
    margin-bottom: 18px;
  }

  .ra-about-work__section-num {
    width: 38px;
    height: 38px;
  }

  .ra-about-work__section-head h3 {
    font-size: 21px;
  }

  .ra-about-work__text p,
  .ra-about-work__service p,
  .ra-about-work__cta-card p {
    font-size: 14px;
    line-height: 1.62;
  }

  .ra-about-work__summary-row {
    padding: 14px 16px;
  }

  .ra-about-work__service {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 14px;
    border-radius: 16px;
  }

  .ra-about-work__service span {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .ra-about-work__owner-card-line {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 15px 16px;
  }

  .ra-about-work__final-line {
    padding: 18px 16px;
    font-size: 19px;
  }

  .ra-about-work__cta-card {
    padding: 15px 16px 24px 16px;
  }
}

@media (max-width: 430px) {
  .ra-about-work {
    --ra-side-padding: 14px;
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .ra-about-work__title {
    font-size: 28px;
  }

  .ra-about-work .ra-about-work__decor {
    margin-bottom: 22px;
  }
	
	
  .ra-about-work__nav-item {
    flex-basis: 214px;
  }

  .ra-about-work__section-head h3 {
    font-size: 20px;
  }

  .ra-about-work__final-line {
    font-size: 18px;
  }
}

@media (hover: none) {
  .ra-about-work__service:hover,
  .ra-about-work__button:hover,
  .ra-about-work__principles span:hover,
  .ra-about-work__summary:hover,
  .ra-about-work__fact-box:hover,
  .ra-about-work__owner-card:hover,
  .ra-about-work__cta-card:hover {
    transform: none;
  }
}


/* === Последние мобильные/планшетные правки — применено к актуальной версии === */
.ra-about-work__nav-scroll {
  display: grid;
  gap: 0;
  min-width: 0;
}

.ra-about-work .ra-hybrid-pro__swipe-hint {
  display: none;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 34px;
  padding: 5px 6px 5px 12px;
  border: 1px solid rgba(220, 180, 82, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  color: rgba(218, 213, 170, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 10px 22px rgba(0, 0, 0, 0.10);
  white-space: nowrap;
  overflow: hidden;
}

.ra-about-work .ra-hybrid-pro__swipe-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.ra-about-work .ra-hybrid-pro__swipe-icon::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 228, 139, 0.48), transparent);
}

.ra-about-work .ra-hybrid-pro__swipe-hand {
  position: relative;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 231, 156, 0.82);
  border-radius: 50%;
  background: rgba(17, 24, 36, 0.92);
  box-shadow:
    0 0 0 4px rgba(220, 180, 82, 0.06),
    0 0 14px rgba(255, 205, 87, 0.20);
  animation: raAboutSwipeHintMove 1.65s ease-in-out infinite;
}

.ra-about-work .ra-hybrid-pro__swipe-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 231, 156, 0.62);
  border-right: 1px solid rgba(255, 231, 156, 0.62);
  opacity: 0.72;
}

.ra-about-work .ra-hybrid-pro__swipe-arrow--left {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
  animation: raAboutSwipeHintArrowLeft 1.65s ease-in-out infinite;
}

.ra-about-work .ra-hybrid-pro__swipe-arrow--right {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  animation: raAboutSwipeHintArrowRight 1.65s ease-in-out infinite;
}

.ra-about-work .ra-hybrid-pro__swipe-text {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.ra-about-work .ra-hybrid-pro__swipe-text strong {
  color: rgba(220, 180, 82, 0.74);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


@keyframes raAboutSwipeHintMove {
  0%, 100% {
    transform: translateX(-14px) scale(0.92);
    opacity: 0.62;
  }

  45% {
    transform: translateX(14px) scale(1.04);
    opacity: 1;
  }

  70% {
    transform: translateX(14px) scale(0.96);
    opacity: 0.78;
  }
}

@keyframes raAboutSwipeHintArrowLeft {
  0%, 100% {
    opacity: 0.30;
  }

  42% {
    opacity: 0.86;
  }
}

@keyframes raAboutSwipeHintArrowRight {
  0%, 100% {
    opacity: 0.86;
  }

  42% {
    opacity: 0.30;
  }
}

@media (max-width: 1180px) {
  .ra-about-work__layout {
    grid-template-columns: 1fr;
  }

  .ra-about-work__aside,
  .ra-about-work__aside-stack {
    display: contents;
  }

  .ra-about-work__nav-card {
    order: 1;
  }

  .ra-about-work__stage {
    order: 2;
  }

  .ra-about-work__principles-card {
    order: 3;
  }

  .ra-about-work__nav {
    display: grid;
    gap: 10px;
    overflow: visible;
    padding: 12px;
  }

  .ra-about-work__nav-scroll {
    display: flex;
    gap: 10px;
    min-width: 0;
    overflow-x: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ra-about-work__nav-scroll::-webkit-scrollbar {
    display: none;
  }

  .ra-about-work__nav-item {
    flex: 0 0 250px;
  }

  .ra-about-work .ra-hybrid-pro__swipe-hint {
    display: inline-flex;
    justify-self: center;
    margin: 0 auto;
  }

  .ra-about-work__principles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
  }

  .ra-about-work__principles::before {
    display: none;
  }

  .ra-about-work__principles span {
    min-height: 58px;
    padding: 10px;
    gap: 8px;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .ra-about-work__result-layout {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .ra-about-work__result-content {
    order: 1;
  }

  .ra-about-work__result-layout > .ra-about-work__final-line {
    order: 2;
  }

  .ra-about-work__result-side {
    order: 3;
    gap: 0;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .ra-about-work__principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ra-about-work__principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ra-about-work__stage {
    overflow: visible;
    border-radius: 0;
  }

  .ra-about-work__display-card {
    overflow: hidden;
    background-clip: padding-box;
    transform: translateZ(0);
  }

  .ra-about-work__display-card::after {
    display: none;
  }

  .ra-about-work__principles {
    grid-template-columns: 1fr;
    padding: 14px 16px 18px;
    gap: 12px;
  }

  .ra-about-work__principles::before {
    display: block;
    left: 40px;
    top: 34px;
    bottom: 34px;
  }

  .ra-about-work__principles span {
    min-height: 52px;
    padding: 10px 14px 10px 10px;
    gap: 11px;
    font-size: 14px;
    line-height: 1.48;
  }
  .ra-about-work .ra-hybrid-pro__swipe-hint {
    width: 100%;
    justify-content: space-between;
    justify-self: stretch;
    padding: 8px 9px 8px 12px;
    border-radius: 18px;
    white-space: normal;
  }

  .ra-about-work .ra-hybrid-pro__swipe-icon {
    width: 58px;
  }
}

/* Lead text is intentionally Inter; headings inherit the shared page typography. */
.ra-about-work__lead {
  font-family: "Inter", sans-serif;
}

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

  .ra-about-work [data-ra-about-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .ra-about-work__display-card.is-leaving,
  .ra-about-work__display-card.is-entering {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
	
/* ПЕРЕБИВАЮ СТИЛЬ ТЕМЫ АСТРА ДЛЯ КНОПКИ */
.ra-about-work button.ra-about-work__button:hover,
.ra-about-work button.ra-about-work__button:focus-visible {
  background-color: rgba(255, 255, 255, 0.038) !important;
  color: #ffe79c !important;
  border: 1px solid rgba(255, 224, 141, 0.72) !important;
}

.ra-about-work button.ra-about-work__button:focus:not(:focus-visible),
.ra-about-work button.ra-about-work__button:active {
  background-color: rgba(255, 255, 255, 0.025) !important;
  color: rgba(255, 231, 156, 0.88) !important;
  border: 1px solid rgba(220, 180, 82, 0.46) !important;
}
