/* [СВО] 2026-07-19 — страница фондов: редакционная композиция, без карточного стека */

.fund-intro__title {
    color: #1a2b4a !important;
    font-size: clamp(22px, 3.2vw, 34px) !important;
    line-height: 1.25 !important;
}

#view-charity .section-inner,
#view-bratskoe-serdtse .section-inner,
#view-dobrovolets .section-inner {
    max-width: 860px;
}

/* —— Хаб: выбор фондов —— */
.fund-pick {
    padding: 8px 0 48px;
}

.fund-pick__eyebrow {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a95a8;
}

.fund-pick__title {
    margin: 0 0 28px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1a2b4a;
}

.fund-pick__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.fund-pick__item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 24px 28px;
    align-items: center;
    padding: 0 0 28px;
    border-bottom: 1px solid rgba(26, 43, 74, 0.1);
}

.fund-pick__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.fund-pick__logo {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 50%;
    background: transparent;
}

/* «Доброволец» — без тёмной подложки под прозрачным PNG */
.fund-pick__logo--dobrovolets,
#view-dobrovolets .hero-center__logo {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.fund-pick__name {
    margin: 0 0 10px;
    font-size: clamp(18px, 2.4vw, 22px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1a2b4a;
    line-height: 1.3;
}

.fund-pick__text {
    margin: 0 0 18px;
    max-width: 36em;
    font-size: 15px;
    line-height: 1.65;
    color: #4a5568;
}

.fund-pick__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: none;
    border-radius: 10px;
    background: #1a2b4a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.fund-pick__btn:hover {
    background: #243a5c;
}

.fund-pick__btn:active {
    transform: scale(0.98);
}

.fund-back {
    margin: 0 auto 8px;
    padding-top: 0;
}

.fund-back__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none;
    background: none;
    color: #5c6b7f;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.fund-back__btn:hover {
    color: #1a2b4a;
}

/* —— Миссия —— */
.fund-mission {
    padding: 12px 0 8px;
}

.fund-mission__quote {
    margin: 0 0 28px;
    max-width: 18em;
    font-family: 'Russo One', sans-serif;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1a2b4a;
}

.fund-mission__quote span {
    display: block;
    color: #c9a84c;
}

.fund-mission__text {
    margin: 0 0 28px;
    max-width: 40em;
    font-size: 16px;
    line-height: 1.75;
    color: #4a5568;
    text-align: left;
}

.fund-mission__text p {
    margin: 0 0 16px;
}

.fund-mission__text p:last-child {
    margin-bottom: 0;
}

.fund-mission__goal-label {
    margin: 0 0 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a95a8 !important;
}

.fund-mission__lead {
    margin: -12px 0 24px;
    max-width: 22em;
    font-size: clamp(16px, 2.2vw, 18px);
    font-weight: 600;
    line-height: 1.45;
    color: #2c3e5a;
}

.fund-mission__text a {
    color: #1a2b4a;
    font-weight: 600;
    text-decoration: none;
}

.fund-mission__text a:hover {
    text-decoration: underline;
}

.fund-mission__meta {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #7a8799;
}

.fund-mission__meta a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.fund-mission__meta a:hover {
    text-decoration: underline;
}

.fund-mission__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.fund-mission__tags li {
    margin: 0;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #2c3e5a;
    border: 1px solid rgba(26, 43, 74, 0.14);
    border-radius: 999px;
    background: transparent;
}

/* —— Донат: фото + градиент снизу вверх, QR — якорь —— */
.fund-give {
    margin: 40px 0 0;
    padding: 0;
    color: #e8edf5;
    background-color: #152238;
    background-image:
        linear-gradient(
            to top,
            rgba(10, 18, 32, 0.94) 0%,
            rgba(15, 26, 46, 0.72) 45%,
            rgba(30, 58, 95, 0.4) 100%
        ),
        url('../img/574cf85b-41fd-406e-a115-87b2d408c7f4.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fund-give__inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 28px 56px;
}

.fund-give__eyebrow {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(232, 237, 245, 0.55);
}

.fund-give__title {
    margin: 0 0 12px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}

.fund-give__lead {
    margin: 0 0 22px;
    max-width: 32em;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(232, 237, 245, 0.78);
}

.fund-give__rows {
    margin: 0;
}

.fund-give__row {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fund-give__row:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fund-give__row dt {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(232, 237, 245, 0.5);
}

.fund-give__row dd {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: #fff;
    word-break: break-all;
}

.fund-give__purpose {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(232, 237, 245, 0.55);
}

.fund-give__qr {
    margin: 0;
    justify-self: end;
    text-align: center;
}

.fund-give__qr-frame {
    padding: 14px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.fund-give__qr img {
    display: block;
    width: 228px;
    height: 228px;
    max-width: 100%;
}

.fund-give__qr figcaption {
    margin-top: 12px;
    font-size: 13px;
    color: rgba(232, 237, 245, 0.6);
}

.fund-give .contacts-req-copy {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(232, 237, 245, 0.85);
}

.fund-give .contacts-req-copy:hover {
    color: #fff;
    border-color: #c9a84c;
    background: rgba(201, 168, 76, 0.2);
}

/* —— Реквизиты —— */
.fund-bank {
    padding: 40px 0 8px;
}

.fund-bank__label {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a95a8;
}

.fund-bank__title {
    margin: 0 0 8px;
    font-size: clamp(20px, 2.8vw, 26px);
    font-weight: 800;
    color: #1a2b4a;
}

.fund-bank__org {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.5;
    color: #7a8799;
}

.fund-bank__list {
    margin: 0;
}

.fund-bank__item {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 10px 14px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid rgba(26, 43, 74, 0.1);
}

.fund-bank__item:last-child {
    border-bottom: 1px solid rgba(26, 43, 74, 0.1);
}

.fund-bank__item dt {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a95a8;
    padding-top: 2px;
}

.fund-bank__item dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #1a2b4a;
    word-break: break-word;
}

.fund-bank__item dd a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.fund-bank__item dd a:hover {
    text-decoration: underline;
}

.fund-epigraph {
    margin: 36px auto 48px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #5c6b7f;
}

.fund-epigraph strong {
    display: block;
    margin-top: 8px;
    font-family: 'Russo One', sans-serif;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 400;
    color: #1a2b4a;
}

@media (max-width: 820px) {
    .fund-pick__item {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 16px;
    }

    .fund-pick__text {
        margin-left: auto;
        margin-right: auto;
    }

    .fund-give__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 20px 40px;
    }

    .fund-give__qr {
        justify-self: center;
        order: -1;
        max-width: 220px;
    }

    .fund-give__row {
        grid-template-columns: 56px 1fr auto;
    }

    .fund-bank__item {
        grid-template-columns: 1fr auto;
    }

    .fund-bank__item dt {
        grid-column: 1 / -1;
        margin-bottom: -4px;
    }

    .fund-mission__quote {
        max-width: none;
    }
}
