﻿/* main changes */
.info-highlight-campaigns .list-info {
    padding: 25px 5px 25px 10px;
}
.info-highlight-campaigns .list-info-text {
    height: 115px;
}

.info-card p{
    font-size:15px !important;
}
.info-highlight-campaigns .actionTitle h2 {
    font-size: 20px !important;
}
/* /main pages */
.page-section {
    padding: 55px 0 25px 0;
}

.fundraising-info-page {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 50px;
    box-shadow: 0 3px 16px rgba(0,0,0,.04);
    color: #33475b;
}

.info-breadcrumb {
    font-size: 14px;
    margin-bottom: 18px;
    color: #8a9aa8;
}

    .info-breadcrumb a {
        color: #00aeef;
        text-decoration: none;
    }

        .info-breadcrumb a:hover {
            color: #008fc4;
            text-decoration: none;
        }

    .info-breadcrumb span {
        margin-right: 7px;
    }

.info-hero {
    margin-bottom: 35px;
}

    .info-hero h1 {
        font-size: 38px;
        line-height: 1.25;
        font-weight: 700;
        color: #33475b;
        margin: 0 0 18px 0;
        letter-spacing: -0.02em;
    }

.info-hero-intro {
    font-size: 20px;
    line-height: 1.7;
    color: #52677a;
    margin-bottom: 24px;
}

.info-hero-actions .btn,
.info-bottom-cta .btn {
    margin: 6px 8px 6px 0;
}

.info-trust-card,
.info-card,
.sidebar-card,
.info-bottom-cta {
    background: #ffffff;
    border: 1px solid #e3ebf2;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,.035);
}

.info-card-cta {
    background-color:#f8fbfd;
}

.info-trust-card {
    padding: 28px;
    background: #f8fbfd;
}

.info-trust-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf4ff 0%, #d8ecff 100%);
    color: #00aeef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 14px;
}

.info-trust-card h2,
.sidebar-card h2 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: #33475b;
    margin: 0 0 12px 0;
}

.info-trust-card p,
.sidebar-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #52677a;
}

.info-trust-card ul {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 0 0;
}

.info-trust-card li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #33475b;
    font-weight: 600;
}

    .info-trust-card li:before {
        content: "✓";
        position: absolute;
        left: 0;
        top: -1px;
        color: #58ab7f;
        font-weight: 700;
    }

.info-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 30px;
    align-items: start;
}

.info-card {
    padding: 32px;
    margin-bottom: 28px;
}

    .info-card h2,
    .info-bottom-cta h2 {
        font-size: 28px;
        line-height: 1.3;
        font-weight: 700;
        color: #33475b;
        margin: 0 0 16px 0;
        letter-spacing: -0.01em;
    }

    .info-card h3 {
        font-size: 19px;
        line-height: 1.35;
        font-weight: 700;
        color: #33475b;
        margin: 0 0 8px 0;
    }

    .info-card p,
    .info-bottom-cta p {
        font-size: 16px;
        line-height: 1.75;
        color: #52677a;
    }

.info-highlight {
    background: #f8fbfd;
    border: 1px solid #e3ebf2;
    border-radius: 14px;
    padding: 24px;
    margin-top: 22px;
}

    .info-highlight strong {
        display: block;
        margin-bottom: 12px;
        color: #33475b;
        font-size: 16px;
    }

    .info-highlight ul,
    .info-checklist {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .info-highlight li,
        .info-checklist li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 12px;
            font-size: 16px;
            line-height: 1.5;
            color: #33475b;
        }

            .info-highlight li:before,
            .info-checklist li:before {
                content: "✓";
                position: absolute;
                left: 0;
                top: 0;
                color: #58ab7f;
                font-weight: 700;
            }

.info-steps {
    margin-top: 24px;
}

.info-step {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-top: 1px solid #e3ebf2;
}

    .info-step:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .info-step span {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #eaf4ff;
        color: #00aeef;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        flex-shrink: 0;
    }

    .info-step p {
        margin: 0;
    }

.info-two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 20px;
}

.example-text-box {
    background: #f8fbfd;
    border: 1px solid #e3ebf2;
    border-radius: 14px;
    padding: 24px;
    margin-top: 18px;
}

    .example-text-box p {
        color: #33475b;
    }

        .example-text-box p:last-child {
            margin-bottom: 0;
        }

.info-faq h3 {
    margin-top: 26px;
}

    .info-faq h3:first-child {
        margin-top: 0;
    }

.info-sidebar {
    position: sticky;
    top: 95px;
}

.sidebar-card {
    padding: 24px;
    margin-bottom: 22px;
}

.sidebar-soft {
    background: #f8fbfd;
}

.sidebar-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .sidebar-links li {
        border-top: 1px solid #e3ebf2;
    }

        .sidebar-links li:first-child {
            border-top: 0;
        }

    .sidebar-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 0;
        color: #00aeef;
        font-weight: 700;
        text-decoration: none;
    }

        .sidebar-links a:after {
            content: "›";
            color: #9fb0be;
            font-size: 22px;
            line-height: 1;
        }

        .sidebar-links a:hover,
        .sidebar-links a:focus {
            color: #008fc4;
            text-decoration: none;
        }

.info-bottom-cta {
    margin-top: 8px;
    background: #f8fbfd;
    padding: 34px;
    text-align: center;
}

.example-campaign-footer {
    margin-top: 22px;
    text-align: center;
}

@media(max-width: 991px) {
    .info-content-grid {
        grid-template-columns: 1fr;
    }

    .info-sidebar {
        position: static;
    }

    .info-two-columns {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media(max-width: 767px) {
    .page-section {
        padding: 15px 0 25px 0;
    }

    .fundraising-info-page {
        padding: 24px;
    }

    .info-hero h1 {
        font-size: 30px;
    }

    .info-hero-intro {
        font-size: 18px;
    }

    .info-card,
    .info-trust-card,
    .sidebar-card,
    .info-bottom-cta {
        padding: 24px;
    }

        .info-card h2,
        .info-bottom-cta h2 {
            font-size: 24px;
        }

        .info-hero-actions .btn,
        .info-bottom-cta .btn {
            display: block;
            width: 100%;
            margin: 10px 0;
        }
}
