/* [СВО] 2026-07-08 — Страница «О нас» (#view-about). НЕ МЕНЯТЬ без проверки goAbout() в main.js */

#view-about .pub-page-hero--about {
    background:
        radial-gradient(ellipse 80% 60% at 50% 120%, rgba(201, 168, 76, 0.18) 0%, transparent 55%),
        linear-gradient(145deg, #1e3a5f 0%, #2a4a7a 50%, #1a3358 100%);
}

.about-page {
    padding: 0 0 40px;
    background: linear-gradient(180deg, #f4f6f9 0%, #eef2f7 40%, #f8fafc 100%);
}

.about-page__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

/* —— Вступление —— */
.about-intro {
    padding: 48px 0 32px;
}

.about-intro__card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px 40px;
    align-items: center;
    padding: 36px 40px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(30, 58, 95, 0.06);
}

.about-intro__logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(135deg, #c9a84c, #e8d5a0) border-box;
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.2);
}

.about-intro__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(201, 168, 76, 0.12);
    color: #8a6d1f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.about-intro__title {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    color: #1e3a5f;
    letter-spacing: -0.02em;
}

.about-intro__title span {
    background: linear-gradient(135deg, #c9a84c 0%, #a8842e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-intro__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #52607a;
}

.about-intro__text + .about-intro__text {
    margin-top: 12px;
}

/* —— Направления (карточки) —— */
.about-pillars {
    padding: 16px 0 40px;
}

.about-section-head {
    margin-bottom: 24px;
    text-align: center;
}

.about-section-head__title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
    color: #1e3a5f;
    letter-spacing: -0.02em;
}

.about-section-head__lead {
    margin: 0 auto;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
}

.about-pillars__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.about-pillar {
    padding: 24px 20px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.about-pillar:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 168, 76, 0.45);
    box-shadow: 0 12px 28px rgba(30, 58, 95, 0.08);
}

.about-pillar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.15) 0%, rgba(232, 213, 160, 0.25) 100%);
    color: #a8842e;
    font-size: 22px;
}

.about-pillar__title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: #1e3a5f;
    line-height: 1.35;
}

.about-pillar__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
}

/* —— Деятельность —— */
.about-activity {
    padding: 8px 0 40px;
}

.about-activity__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.about-activity__main {
    padding: 32px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(30, 58, 95, 0.05);
}

.about-activity__main h3 {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 800;
    color: #1e3a5f;
}

.about-activity__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-activity__list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    line-height: 1.55;
    color: #475569;
}

.about-activity__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.about-activity__list i {
    flex-shrink: 0;
    margin-top: 3px;
    color: #c9a84c;
    font-size: 14px;
}

.about-quote-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(145deg, #1e3a5f 0%, #2a4a7a 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-quote-card::before {
    content: '\201C';
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 120px;
    font-family: Georgia, serif;
    line-height: 1;
    color: rgba(201, 168, 76, 0.12);
    pointer-events: none;
}

.about-quote-card blockquote {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    font-style: italic;
    color: rgba(255, 255, 255, 0.92);
    position: relative;
    z-index: 1;
}

.about-quote-card cite {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #e8d5a0;
    position: relative;
    z-index: 1;
}

/* —— Федеральная ассоциация —— */
.about-federal {
    padding: 8px 0 40px;
}

.about-federal__banner {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.1) 0%, rgba(255, 255, 255, 0.95) 40%, #fff 100%);
    border: 1px solid rgba(201, 168, 76, 0.3);
}

.about-federal__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #1e3a5f, #2a4a7a);
    color: #e8d5a0;
    font-size: 24px;
}

.about-federal__body {
    flex: 1;
    min-width: 0;
}

.about-federal__body h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    color: #1e3a5f;
}

.about-federal__body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.about-federal__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}

.about-federal__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #1e3a5f;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}

.about-federal__link:hover {
    background: #2a4a7a;
    transform: translateY(-1px);
}

.about-federal__link--outline {
    background: transparent;
    border: 1px solid #c9a84c;
    color: #8a6d1f;
}

.about-federal__link--outline:hover {
    background: rgba(201, 168, 76, 0.1);
}

/* —— Сопредседатели (превью) —— */
.about-leaders {
    padding: 8px 0 40px;
}

.about-leaders__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.about-leader-mini {
    padding: 18px 14px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.about-leader-mini:hover {
    border-color: rgba(201, 168, 76, 0.4);
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.06);
}

.about-leader-mini__photo {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e8d5a0;
}

.about-leader-mini__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-leader-mini__name {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #1e3a5f;
}

.about-leader-mini__role {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    color: #94a3b8;
}

.about-leaders__action {
    margin-top: 20px;
    text-align: center;
}

/* —— CTA —— */
.about-cta {
    padding: 8px 0 48px;
}

.about-cta__box {
    padding: 40px 32px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(145deg, #1e3a5f 0%, #243b61 50%, #1a3358 100%);
    position: relative;
    overflow: hidden;
}

.about-cta__box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(201, 168, 76, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.about-cta__box > * {
    position: relative;
    z-index: 1;
}

.about-cta__title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.about-cta__text {
    margin: 0 auto 24px;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.about-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.about-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.about-cta__btn--gold {
    background: linear-gradient(135deg, #d4b85a 0%, #e8d5a0 100%);
    color: #1e3a5f;
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.3);
}

.about-cta__btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(201, 168, 76, 0.38);
}

.about-cta__btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.about-cta__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}

/* —— Горячая линия —— */
.about-hotline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-hotline a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e8d5a0;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.about-hotline a:hover {
    color: #fff;
}

.about-hotline span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

/* —— Мобильная адаптация —— */
@media (max-width: 1024px) {
    .about-intro {
        padding: 28px 0 20px;
    }

    .about-intro__card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px 20px;
        text-align: center;
    }

    .about-intro__logo {
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }

    .about-intro__title {
        font-size: 22px;
    }

    .about-pillars__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-pillar {
        padding: 18px 14px;
    }

    .about-activity__layout {
        grid-template-columns: 1fr;
    }

    .about-quote-card {
        padding: 24px 22px 28px;
    }

    .about-quote-card blockquote {
        font-size: 15px;
    }

    .about-federal__banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 20px;
    }

    .about-federal__links {
        width: 100%;
    }

    .about-federal__link {
        flex: 1 1 auto;
        justify-content: center;
    }

    .about-leaders__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .about-section-head__title {
        font-size: 22px;
    }

    #view-about .pub-page-hero__title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .about-page__inner {
        padding: 0 16px;
    }

    .about-pillars__grid {
        grid-template-columns: 1fr;
    }

    .about-leaders__grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-leader-mini__photo {
        width: 60px;
        height: 60px;
    }

    .about-cta__box {
        padding: 28px 20px;
    }

    .about-cta__title {
        font-size: 22px;
    }

    .about-cta__buttons {
        flex-direction: column;
    }

    .about-cta__btn {
        width: 100%;
        justify-content: center;
    }

    .about-hotline {
        flex-direction: column;
        gap: 6px;
    }
}
