body.incentives-page-custom {
    --incentives-dark: #040917;
    --incentives-green: #5b812a;
    --incentives-green-deep: #2a8347;
    --incentives-ink: #172019;
    --incentives-muted: #5e675f;
    --incentives-line: #d9ded6;
    --incentives-paper: #ffffff;
    --incentives-soft: #f5f7f2;
    --incentives-soft-deep: #edf2e8;
    --incentives-pill: #eef4e8;
    --incentives-shadow: 0 10px 30px rgba(4, 9, 23, 0.05);
    background: var(--incentives-paper);
    color: var(--incentives-ink);
    font-family: Arial, Helvetica, sans-serif;
}

body.incentives-page-custom * {
    box-sizing: border-box;
}

body.incentives-page-custom a {
    color: inherit;
}

.incentives-shell {
    background: var(--incentives-paper);
}

.incentives-wrap {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.incentives-breadcrumb {
    border-top: 1px solid var(--incentives-line);
    border-bottom: 1px solid var(--incentives-line);
    background: #fff;
}

.incentives-breadcrumb ol {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin: 0;
    padding: 11px 0;
    list-style: none;
    color: var(--incentives-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.incentives-breadcrumb li + li::before {
    content: "/";
    margin-right: 9px;
    color: #a7afa6;
}

.incentives-breadcrumb a {
    text-decoration: none;
}

.incentives-kicker {
    margin: 0 0 10px;
    color: var(--incentives-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.incentives-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(180deg, #ffffff 0%, #f8faf6 100%);
    border-bottom: 1px solid var(--incentives-line);
}

.incentives-hero__inner {
    display: grid;
    justify-items: center;
    min-height: 400px;
    padding: 56px 0 64px;
    text-align: center;
}

.incentives-hero__title,
.incentives-section__title {
    margin: 0;
    color: var(--incentives-dark);
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 700;
    line-height: 1.08;
}

.incentives-hero__title {
    max-width: 820px;
    font-size: clamp(30px, 3.8vw, 50px);
}

.incentives-hero__text,
.incentives-section__text {
    margin: 14px 0 0;
    color: var(--incentives-muted);
    font-size: 17px;
    line-height: 1.72;
}

.incentives-hero__text {
    max-width: 820px;
}

.incentives-hero__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.incentives-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--incentives-pill);
    border: 1px solid #dde7d3;
    color: var(--incentives-green-deep);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.incentives-section {
    padding: 68px 0;
}

.incentives-section--soft {
    background: var(--incentives-soft);
    border-top: 1px solid var(--incentives-line);
}

.incentives-section__intro {
    max-width: 820px;
    margin-bottom: 30px;
}

.incentives-list-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 20px;
    margin-bottom: 20px;
    padding: 0 2px;
}

.incentives-list-toolbar__text {
    margin: 0;
    color: var(--incentives-muted);
    font-size: 14px;
    line-height: 1.6;
}

.incentives-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

.incentives-card {
    display: grid;
    gap: 12px;
    padding: 22px 24px;
    border: 1px solid var(--incentives-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--incentives-shadow);
}

.incentives-card--federal {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
}

.incentives-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.incentives-card__scope,
.incentives-card__type {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
}

.incentives-card__scope {
    background: #edf5e7;
    color: var(--incentives-green-deep);
}

.incentives-card__scope--federal {
    background: #eef1f7;
    color: #2e466f;
}

.incentives-card__type {
    background: #fafaf9;
    border: 1px solid #e5e8e1;
    color: var(--incentives-muted);
}

.incentives-card__title {
    margin: 0;
    color: var(--incentives-dark);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.incentives-card__updated {
    margin: 0;
    color: var(--incentives-muted);
    font-size: 14px;
    line-height: 1.65;
}

.incentives-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.incentives-pagination__link,
.incentives-pagination__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #dfe5da;
    border-radius: 999px;
    background: #fff;
    color: var(--incentives-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.incentives-pagination__page--current {
    background: #edf5e7;
    border-color: #cfe0be;
    color: var(--incentives-green-deep);
}

.incentives-pagination__link--disabled {
    opacity: 0.45;
}

@media (max-width: 767px) {
    .incentives-wrap {
        width: min(100% - 32px, 1120px);
    }

    .incentives-breadcrumb ol {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .incentives-hero__inner {
        min-height: auto;
        padding: 42px 0 48px;
    }

    .incentives-section {
        padding: 52px 0;
    }

    .incentives-list-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .incentives-card {
        padding: 18px;
        border-radius: 16px;
    }

    .incentives-card__title {
        font-size: 19px;
    }
}
