/* ============================================================
   Страница «О нас» — перенос 1:1 из site2 (новый, Downloads).
   Секции: шапка · «Зачем вам инвестировать» · «ПИФ и УК» ·
   «Чем фонды полезны рынку» · «Независимая УК + принципы» ·
   «Два направления» · «Нормативы ЦБ» · «Достижения» (rk-awards).
   ============================================================ */
body { margin-top: 124px; background: transparent; }
/* Ширина страницы как на главной: main = 1200px на всех ширинах
   (перебивает адаптивные main{width:65/80/90%} из main.css),
   на узких экранах — боковые поля 20px. */
main { width: 100%; max-width: 1200px; padding-inline: 0; box-sizing: border-box; }
/* На узких боковой отступ (20px) задаёт .act-wrap; у main padding НЕ ставим,
   иначе двойной (main 20 + wrap 20 = 40). Десктоп (>1240) не трогаем. */
.rk-activity, .rk-activity * { box-sizing: border-box; }
.rk-activity { background: transparent; }
/* Обёртка контента — на десктопе БЕЗ боковых полей, чтобы контент был ровно
   1200 (как обнулённые .rk-*-wrap на главной). Поля 20px возвращаем под 1240. */
.rk-activity .act-wrap { max-width: 1200px; margin: 0 auto; padding-inline: 0; }
@media (max-width: 1240px) { .rk-activity .act-wrap { padding-inline: 20px; } }
/* Блок наград на этой странице — выравниваем контент с остальными секциями
   (у .aw-wrap в awards.css стоят свои 32px, нужные только на главной). */
.rk-activity .rk-awards .aw-wrap { padding-inline: 0; }
@media (max-width: 1240px) { .rk-activity .rk-awards .aw-wrap { padding-inline: 20px; } }
/* Только адаптив (≤1240): прозрачные full-bleed секции (100vw) делаем обычной ширины,
   чтобы их контент был на 20px, как у остальных блоков. Десктоп (>1240) не меняем.
   Селекторы с main — выше специфичность, чтобы перебить базовые 100vw-правила. */
@media (max-width: 1240px) {
  main .rk-activity .act-sec.paper { width: auto; margin-left: 0; margin-right: 0; }
  main .rk-awards { width: auto; margin-left: 0; margin-right: 0; }
}

/* --- Общая типографика --- */
.rk-activity .act-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #000b73; display: inline-flex; align-items: center; gap: 11px; }
.rk-activity .act-eyebrow::before { content: ""; width: 30px; height: 1.5px; background: #000f9f; display: inline-block; }
.rk-activity .act-eyebrow.center::before { display: inline-block; }
.rk-activity .h-sec { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(28px, 3.6vw, 38px); line-height: 1.08; letter-spacing: -.01em; color: #14161d; margin: 0; }
.rk-activity .muted { font-family: 'Montserrat', sans-serif; color: #474b58; font-size: 16px; line-height: 1.55; }

/* --- Шапка страницы --- */
/* Крошки переносятся по строкам целыми пунктами: без wrap на узких экранах
   flex сжимал пункты и рвал их по словам («О / компании»). */
.rk-activity .act-crumbs { display: flex; flex-wrap: wrap; gap: 8px; row-gap: 4px; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 13px; color: #83879a; margin: 24px 0 22px; }
.rk-activity .act-crumbs a { color: #83879a; text-decoration: none; }
.rk-activity .act-crumbs a:hover { color: #000f9f; }
.rk-activity .act-crumbs span { opacity: .5; }
/* размер и gap на узких — в common.css; здесь только свой отступ */
@media (max-width: 560px) { .rk-activity .act-crumbs { font-size: 12.5px; gap: 6px; margin: 18px 0; } }
.rk-activity .act-head { max-width: 780px; padding-bottom: 8px; }
.rk-activity .act-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(30px, 4vw, 38px); line-height: 1.06; letter-spacing: -.02em; color: #14161d; margin: 14px 0 0; }
.rk-activity .act-sub { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.55; color: #474b58; margin: 16px 0 0; }

/* --- Секции --- */
.rk-activity .act-sec { padding: 50px 0; }
.rk-activity .act-sec.paper { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: transparent; }
.rk-activity .section-head { max-width: 720px; margin-bottom: 40px; }
.rk-activity .section-head.center { margin-inline: 0; text-align: left; }
.rk-activity .section-head .h-sec { margin-top: 14px; }
.rk-activity .section-head p { margin: 16px 0 0; }

/* --- «Зачем вам инвестировать» --- */
.rk-activity .wi-note { display: flex; gap: 12px; align-items: flex-start; margin: 0 0 34px; padding: 16px 20px; border-radius: 14px; background: rgba(0,15,159,.05); border: 1px solid rgba(0,15,159,.14); }
.rk-activity .wi-note > svg { flex: none; width: 20px; height: 20px; color: #000f9f; margin-top: 1px; }
.rk-activity .wi-note p { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.55; color: #474b58; }
.rk-activity .wi-macro { max-width: 640px; margin: 8px auto 0; text-align: center; }
.rk-activity .wi-macro p { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 14.5px; line-height: 1.6; color: #83879a; }
.rk-activity .wi-conc { margin: 30px 0 0; padding: 22px 26px; border-radius: 16px; background: transparent; border: 1px solid #eaedf4; border-left: 3px solid #000f9f; }
.rk-activity .wi-conc p { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 15.5px; line-height: 1.65; color: #14161d; }

/* --- Социальная миссия (svc) — белые карточки --- */
.rk-activity .svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 22px; }
.rk-activity .svc-card { display: flex; flex-direction: column; height: 100%; padding: 30px 28px; border-radius: 18px; background: #fff; border: 1px solid #eaedf4; box-shadow: 0 2px 10px rgba(20,28,60,.06); }
.rk-activity .sv-ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(0,15,159,.08); color: #000f9f; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.rk-activity .sv-ic svg { width: 24px; height: 24px; }
.rk-activity .svc-card h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; color: #14161d; margin: 0 0 10px; letter-spacing: -.01em; }
.rk-activity .svc-card > p { font-family: 'Montserrat', sans-serif; font-size: 14.5px; line-height: 1.6; color: #474b58; margin: 0 0 20px; }
.rk-activity .svc-btn { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; background: #000f9f; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; padding: 12px 20px; border-radius: 999px; text-decoration: none; transition: background .2s, gap .2s; }
.rk-activity .svc-btn:hover { background: #000c7a; gap: 12px; }
.rk-activity .svc-btn svg { width: 16px; height: 16px; flex: none; }
@media (max-width: 900px) { .rk-activity .svc-grid { grid-template-columns: 1fr; } }

/* --- fm-карточки («Зачем» + «Чем полезны рынку») --- */
.rk-activity .fm-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 22px; }
.rk-activity .fm-card { height: 100%; padding: 26px 24px; border-radius: 18px; background: #fff; border: 1px solid #eaedf4; box-shadow: 0 2px 10px rgba(20,28,60,.06); }
.rk-activity .fm-ic { width: 46px; height: 46px; border-radius: 13px; background: rgba(0,15,159,.08); color: #000f9f; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.rk-activity .fm-ic svg { width: 22px; height: 22px; }
.rk-activity .fm-card h4 { font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; color: #14161d; margin: 0 0 8px; }
.rk-activity .fm-card p { font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.55; color: #474b58; margin: 0; }
/* «Наши принципы» — полупрозрачные карточки (матовое стекло) поверх светлого фона */
.rk-activity .fm-grid.principles .fm-card { background: rgba(255,255,255,.55); border-color: rgba(255,255,255,.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

/* --- Механизм инвестирования --- */
/* Карточки механизма + плашка «Контроль» — 1:1 со стилем главной (.rk-mech). */
.rk-activity .mech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rk-activity .mech-card { background: #fff; border: 1px solid #dfe3ec; border-radius: 18px; padding: 26px 26px 28px; box-shadow: 0 1px 3px rgba(20, 22, 29, .05); }
.rk-activity .mech-card .mn { font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 800; line-height: 1; letter-spacing: -.03em; color: #000f9f; margin-bottom: 20px; }
.rk-activity .mech-card h4 { font-family: 'Montserrat', sans-serif; margin: 0; font-size: 18px; font-weight: 700; color: #14161d; }
.rk-activity .mech-card p { font-family: 'Montserrat', sans-serif; margin: 8px 0 0; font-size: 14px; line-height: 1.55; color: #474b58; }
.rk-activity .mech-control { display: flex; align-items: flex-start; gap: 16px; margin-top: 22px; background: #fff; border: 1px solid #dfe3ec; border-left: 3px solid #000f9f; border-radius: 12px; padding: 24px 28px; }
.rk-activity .mech-control > svg { width: 24px; height: 24px; color: #000f9f; flex: none; }
.rk-activity .mech-control b { font-family: 'Montserrat', sans-serif; display: block; font-size: 16px; font-weight: 700; color: #14161d; margin-bottom: 4px; }
.rk-activity .mech-control p { font-family: 'Montserrat', sans-serif; margin: 0; font-size: 13.5px; line-height: 1.55; color: #474b58; }

/* --- О компании (about-intro) --- */
.rk-activity .about-intro { max-width: 760px; margin: 0; text-align: left; }
.rk-activity .about-intro > .act-eyebrow { display: flex; justify-content: flex-start; margin-bottom: 18px; }
.rk-activity .about-logo { display: flex; justify-content: flex-start; margin-bottom: 22px; }
.rk-activity .about-logo img { height: 44px; width: auto; }
.rk-activity .about-intro p { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.7; color: #474b58; margin: 16px 0 0; }
.rk-activity .group-head { margin: 44px 0 20px; }
.rk-activity .group-head .h-sub { font-family: 'Montserrat', sans-serif; font-size: clamp(19px, 1.6vw, 23px); font-weight: 700; color: #14161d; margin: 0; }

/* --- Два направления (dir) --- */
.rk-activity .dir-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; gap: 24px; }
.rk-activity .dir-card { height: 100%; display: flex; flex-direction: column; cursor: pointer; padding: 30px 28px; border-radius: 20px; background: #fff; border: 1px solid #eaedf4; box-shadow: 0 2px 10px rgba(20,28,60,.06); transition: transform .22s, box-shadow .22s, border-color .22s; text-decoration: none; }
.rk-activity .dir-card:hover { transform: translateY(-4px); box-shadow: 0 26px 64px rgba(9,13,48,.14); border-color: rgba(0,15,159,.25); }
.rk-activity .dir-ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(0,15,159,.08); color: #000f9f; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.rk-activity .dir-ic svg { width: 24px; height: 24px; }
.rk-activity .dir-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 23px; color: #14161d; margin: 0 0 10px; letter-spacing: -.01em; }
.rk-activity .dir-card > p { font-family: 'Montserrat', sans-serif; font-size: 14.5px; line-height: 1.6; color: #474b58; margin: 0 0 18px; }
.rk-activity .dir-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.rk-activity .dir-item { display: flex; gap: 9px; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #14161d; }
.rk-activity .dir-item svg { width: 16px; height: 16px; color: #2f6d25; flex: none; }
.rk-activity .link-arrow { display: inline-flex; align-items: center; gap: 7px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; color: #000f9f; text-decoration: none; transition: gap .2s; }
.rk-activity .link-arrow svg { width: 15px; height: 15px; }
.rk-activity .dir-more { margin-top: auto; }
.rk-activity .dir-card:hover .link-arrow { gap: 12px; }

/* --- Нормативы ЦБ (reg) --- */
/* Карточки-регуляторы — перенос 1:1 с главной (.blocklink):
   крупный логотип слева, описание справа, без рамки, мягкое свечение. */
.rk-activity .reg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.rk-activity .reg-link { display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 13px; padding: 20px; box-shadow: 0 0 20px rgba(102, 102, 102, .1); text-decoration: none; transition: box-shadow .7s; }
.rk-activity .reg-link:hover { box-shadow: 0 0 20px rgba(2, 20, 177, .1); }
.rk-activity .reg-link img { max-width: 100%; height: auto; min-width: 150px; object-fit: contain; }
.rk-activity .reg-link img.reg-cb { width: 40%; }
.rk-activity .reg-link img.reg-naufor { width: 35%; }
.rk-activity .reg-link .rl-tx { flex: 1; text-align: left; margin-left: 20px; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #474b58; }

@media (max-width: 900px) {
  .rk-activity .fm-grid, .rk-activity .mech-grid { grid-template-columns: 1fr; }
  .rk-activity .dir-grid, .rk-activity .reg-grid { grid-template-columns: 1fr; }
}
