.page-about__template .rd-about-text { padding: var(--sec-y) 0; }
.page-about__template .rd-about-partners { padding: var(--sec-y) 0; background: var(--bg); }
.page-about__template .rd-about-partners__header { text-align: center; margin-bottom: 40px; }
.page-about__template .rd-about-partners__header .eyebrow { justify-content: center; }
.page-about__template .rd-about-partners__header .rd-about-heading { margin-bottom: 0; }
.page-about__template .rd-about-partners__header .rd-about-heading span { color: var(--red); }
.page-about__template .rd-about-partners__panel { list-style: none; margin: 0; padding: 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 32px; border: 1px solid var(--border); border-top: 2px solid var(--red); border-radius: 16px; background: radial-gradient(ellipse at 50% 0, var(--red-glow), transparent 65%), var(--bg); }
.page-about__template .rd-about-partners__item { margin: 0; padding: 0; min-width: 0; display: flex; justify-content: center; align-items: center; }
.page-about__template .rd-about-partners__logo { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 112px; padding: 16px 8px; color: #fff; text-decoration: none; border-radius: 6px; }
.page-about__template a.rd-about-partners__logo:hover { background: rgba(255,255,255,.07); color: #fff; }
.page-about__template a.rd-about-partners__logo:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.page-about__template .rd-about-partners__brand { display: flex; align-items: center; justify-content: center; gap: 12px; font-family: var(--fu); font-size: clamp(17px, 2vw, 24px); font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; }
.page-about__template .rd-about-partners__icon { width: 40px; height: 40px; flex-shrink: 0; object-fit: contain; filter: brightness(0) invert(1); }
.page-about__template .rd-about-partners__icon--original { filter: none; border-radius: 4px; }
.page-about__template .rd-about-partners__badge { width: 100%; text-align: center; }
.page-about__template .rd-about-partners__badge img { width: auto; max-width: 100%; height: auto; max-height: 100px; object-fit: contain; }
.page-about__template .rd-about-partners__caption { color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; text-align: center; }
@media (max-width: 768px) {
  .page-about__template .rd-about-partners__panel { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 20px; gap: 12px; }
  .page-about__template .rd-about-partners__brand { flex-direction: column; text-align: center; }
}
@media (max-width: 380px) {
  .page-about__template .rd-about-partners__panel { grid-template-columns: 1fr; }
}
.page-about__template .rd-about-text--intro { padding-top: clamp(60px, 8vw, 120px); background: radial-gradient(ellipse at top right, var(--red-glow), transparent 65%); }
.page-about__template .rd-about-heading { color: var(--white); font-family: var(--fd); font-size: clamp(36px, 5vw, 64px); line-height: 1.08; margin: 0 0 28px; overflow-wrap: anywhere; }
.page-about__template .rd-about-text--intro .rd-about-heading { font-size: clamp(48px, 7vw, 88px); }
.page-about__template .rd-about-text--intro { text-align: center; }
.page-about__template .rd-about-text--intro .rd-about-copy { margin-inline: auto; }
.page-about__template .rd-about-text--intro .eyebrow { justify-content: center; }
.page-about__template .rd-about-copy { color: var(--mid); font-size: 17px; line-height: 1.85; max-width: 920px; overflow-wrap: anywhere; }
.page-about__template .rd-about-copy p { margin: 0 0 20px; }
.page-about__template .rd-about-copy > :last-child { margin-bottom: 0; }
.page-about__template .rd-about-copy a { color: var(--white); text-decoration: underline; }
.page-about__template .rd-about-text__grid { display: grid; gap: 48px; align-items: center; }
.page-about__template .rd-about-text__grid--image { grid-template-columns: 1.25fr 1fr; }
.page-about__template .rd-about-text__grid > * { min-width: 0; }
.page-about__template .rd-about-text__image img { display: block; width: 100%; height: auto; border-radius: 20px; }
.page-about__template .rd-about-facts { padding: var(--sec-y) 0; background: var(--bg); }
.page-about__template .rd-about-facts > .page-narrow-width > .eyebrow { justify-content: center; }
.page-about__template .rd-about-facts > .page-narrow-width > .rd-about-heading { text-align: center; margin-bottom: 40px; }
.page-about__template .rd-about-facts__grid { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; }
.page-about__template .rd-about-facts__item { flex: 1 1 calc((100% - 36px) / 3); min-width: 0; padding: 32px; background: linear-gradient(135deg, rgba(255,255,255,.035), transparent 75%); border: 1px solid var(--border); border-radius: 16px; overflow-wrap: anywhere; position: relative; }
.page-about__template .rd-about-facts__item::before { content: ''; display: block; width: 28px; height: 3px; background: var(--red); border-radius: 2px; margin-bottom: 24px; }
.page-about__template .rd-about-facts dt { color: var(--mid); font-family: var(--fb); font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; line-height: 1.5; margin-bottom: 14px; }
.page-about__template .rd-about-facts dd { color: var(--white); font-family: var(--fu); font-size: clamp(22px, 2.3vw, 30px); font-weight: 700; line-height: 1.4; margin: 0; }
.page-about__template .rd-about-facts .rd-about-facts__item--number dd { font-family: var(--fd); font-size: clamp(44px, 4.5vw, 62px); font-weight: 400; letter-spacing: .02em; line-height: 1.05; }
.page-about__template .rd-about-team { padding: var(--sec-y) 0; background: var(--red); }
.page-about__template .rd-about-team__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.page-about__template .rd-about-team .rd-about-heading { margin-bottom: 0; }
.page-about__template .rd-about-team .rd-about-copy { color: #fff; margin-top: 20px; }
.page-about__template .rd-about-team .eyebrow { color: #fff; }
.page-about__template .rd-about-team .btn-wht-solid { flex-shrink: 0; text-align: center; white-space: normal; }
.page-about__template .rd-about-team a:focus-visible { outline: 3px solid var(--black); outline-offset: 5px; }
@media (min-width: 769px) {
  .page-about__template .rd-about-text__grid--image-left { grid-template-columns: 1fr 1.25fr; }
  .page-about__template .rd-about-text__grid--image-left .rd-about-text__image { grid-column: 1; grid-row: 1; }
  .page-about__template .rd-about-text__grid--image-left > :first-child { grid-column: 2; grid-row: 1; }
}
@media (max-width: 1024px) {
  .page-about__template .rd-about-facts__item { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 768px) {
  .page-about__template .rd-about-text__grid--image { grid-template-columns: 1fr; gap: 30px; }
  .page-about__template .rd-about-team__inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .page-about__template .rd-about-copy { font-size: 15px; }
  .page-about__template .rd-about-facts__item { padding: 24px; }
}
@media (max-width: 600px) {
  .page-about__template .rd-about-facts__item { flex-basis: 100%; }
  .page-about__template .rd-about-facts__grid { gap: 12px; }
}
