.funding-system {
    --funding-surface: var(--ho-white);
    --funding-background: var(--ho-soft);
    --funding-heading: var(--ho-navy);
    --funding-text: var(--ho-text);
    --funding-muted: var(--ho-muted);
    --funding-border: var(--ho-line);
    --funding-accent: var(--ho-cyan);
    --funding-success: var(--ho-green);
    --funding-warning: var(--ho-orange);
    --funding-radius: 18px;
    --funding-radius-lg: 24px;
    color: var(--funding-text);
}

.funding-system .ho-main { background: var(--funding-background); }
.funding-system a { text-decoration: none; }
.funding-system .portal-kicker { color: var(--funding-accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.funding-system :is(a, button, input, select):focus-visible { outline: 3px solid color-mix(in srgb, var(--funding-accent) 42%, transparent); outline-offset: 3px; }

/* Listing hero */
.funding-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--funding-border); padding: 48px 0 26px; background: linear-gradient(125deg, var(--funding-surface) 0 62%, color-mix(in srgb, var(--funding-accent) 8%, var(--funding-surface)) 100%); }
.funding-hero::after { position: absolute; right: -8%; bottom: -220px; width: 480px; height: 480px; border-radius: 50%; background: color-mix(in srgb, var(--funding-accent) 7%, transparent); content: ""; pointer-events: none; }
.funding-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, 590px); align-items: end; gap: 30px 50px; }
.funding-hero__copy h1 { max-width: 700px; margin: 8px 0 12px; color: var(--funding-heading); font-size: 40px; font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.funding-hero__copy > p { max-width: 650px; margin: 0; color: var(--funding-muted); font-size: 16px; line-height: 1.65; }
.funding-hero__count { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: var(--funding-accent); font-size: 12px; font-weight: 750; }
.funding-hero-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; border: 1px solid var(--funding-border); border-radius: var(--funding-radius); padding: 10px; background: var(--funding-surface); box-shadow: var(--ho-shadow); }
.funding-hero-search label { min-width: 0; }
.funding-hero-search label > span:first-child { display: block; padding: 0 14px 5px; color: var(--funding-heading); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.funding-search-field { min-height: 52px; display: flex; align-items: center; gap: 11px; border-radius: 13px; padding: 0 14px; background: var(--funding-background); color: var(--funding-accent); }
.funding-search-field:focus-within { box-shadow: 0 0 0 4px color-mix(in srgb, var(--funding-accent) 12%, transparent); }
.funding-system .funding-search-field input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 0; background: transparent; color: var(--funding-text); font: inherit; box-shadow: none; }
.funding-system .funding-search-field input:focus { box-shadow: none; }
.funding-hero-search > button, .funding-filter-submit, .funding-primary-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 0 23px; background: var(--ho-gradient); color: var(--funding-surface); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px color-mix(in srgb, var(--ho-pink) 20%, transparent); transition: transform .2s ease, box-shadow .2s ease; }
.funding-hero-search > button { align-self: end; height: 52px; min-width: 132px; }
.funding-hero-search > button:hover, .funding-filter-submit:hover, .funding-primary-action:hover { transform: translateY(-2px); box-shadow: var(--ho-shadow); }
.funding-quick-filters { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.funding-quick-filters a { min-height: 34px; display: inline-flex; align-items: center; border: 1px solid var(--funding-border); border-radius: 999px; padding: 0 14px; background: var(--funding-surface); color: var(--funding-heading); font-size: 11px; font-weight: 700; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.funding-quick-filters a:hover, .funding-quick-filters a.is-active { border-color: var(--funding-accent); background: color-mix(in srgb, var(--funding-accent) 9%, var(--funding-surface)); color: var(--funding-accent); }

/* Listing controls */
.funding-results { padding: 36px 0 72px; background: var(--funding-background); }
.funding-active-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 23px; }
.funding-active-filters > span { color: var(--funding-muted); font-size: 11px; font-weight: 750; }
.funding-active-filters a { min-height: 32px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid color-mix(in srgb, var(--funding-accent) 25%, var(--funding-border)); border-radius: 999px; padding: 0 11px; background: var(--funding-surface); color: var(--funding-accent); font-size: 11px; font-weight: 750; }
.funding-active-filters .funding-active-filters__clear { border-color: transparent; background: transparent; color: var(--funding-muted); text-decoration: underline; text-underline-offset: 3px; }
.funding-results__toolbar { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 23px; }
.funding-results__toolbar h2 { margin: 4px 0 0; color: var(--funding-heading); font-size: 28px; font-weight: 800; letter-spacing: -.035em; }
.funding-toolbar__actions { display: flex; align-items: center; gap: 10px; }
.funding-sort { display: flex; align-items: center; gap: 9px; }
.funding-sort label { color: var(--funding-muted); font-size: 11px; font-weight: 650; }
.funding-system .funding-sort select { min-height: 42px; border: 1px solid var(--funding-border); border-radius: 12px; padding: 0 35px 0 13px; background-color: var(--funding-surface); color: var(--funding-heading); font: inherit; font-size: 11px; font-weight: 700; }
.funding-mobile-filter-button { min-height: 42px; display: none; align-items: center; gap: 7px; border: 1px solid var(--funding-border); border-radius: 12px; padding: 0 13px; background: var(--funding-surface); color: var(--funding-heading); font: inherit; font-size: 11px; font-weight: 750; }
.funding-mobile-filter-button > span { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--funding-accent); color: var(--funding-surface); font-size: 9px; }
.funding-index-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: start; gap: 27px; }
.funding-filters-column { display: grid; gap: 18px; }
.funding-filter-panel { display: grid; gap: 14px; border: 1px solid var(--funding-border); border-radius: var(--funding-radius); padding: 21px; background: var(--funding-surface); box-shadow: var(--ho-shadow-soft); }
.funding-filter-panel__heading { display: flex; align-items: start; justify-content: space-between; gap: 10px; padding-bottom: 3px; }
.funding-filter-panel__heading h2 { margin: 3px 0 0; color: var(--funding-heading); font-size: 19px; font-weight: 800; letter-spacing: -.03em; }
.funding-filter-panel__heading > a { color: var(--funding-accent); font-size: 10px; font-weight: 750; }
.funding-filter-panel > label { display: grid; gap: 6px; color: var(--funding-heading); font-size: 10px; font-weight: 800; }
.funding-system .funding-filter-panel input, .funding-system .funding-filter-panel select { width: 100%; min-height: 44px; border: 1px solid var(--funding-border); border-radius: 11px; padding: 0 12px; outline: 0; background: var(--funding-surface); color: var(--funding-text); font: inherit; font-size: 11px; box-shadow: none; }
.funding-system .funding-filter-panel input:focus, .funding-system .funding-filter-panel select:focus { border-color: var(--funding-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--funding-accent) 12%, transparent); }
.funding-filter-submit { width: 100%; min-height: 46px; margin-top: 2px; padding: 0 14px; font-size: 11px; }
.funding-trust-card { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; border: 1px solid color-mix(in srgb, var(--funding-accent) 22%, var(--funding-border)); border-radius: var(--funding-radius); padding: 18px; background: color-mix(in srgb, var(--funding-accent) 6%, var(--funding-surface)); }
.funding-trust-card > svg { color: var(--funding-accent); }
.funding-trust-card strong { color: var(--funding-heading); font-size: 11px; line-height: 1.45; }
.funding-trust-card p { margin: 6px 0 0; color: var(--funding-muted); font-size: 10px; line-height: 1.6; }

/* Funding cards */
.funding-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.funding-card { min-width: 0; }
.funding-card__link { min-height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--funding-border); border-radius: var(--funding-radius); padding: 22px; background: var(--funding-surface); box-shadow: var(--ho-shadow-soft); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.funding-card--featured .funding-card__link { border-color: color-mix(in srgb, var(--funding-accent) 36%, var(--funding-border)); background: linear-gradient(145deg, color-mix(in srgb, var(--funding-accent) 4%, var(--funding-surface)), var(--funding-surface) 42%); }
.funding-card__link:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--funding-accent) 52%, var(--funding-border)); box-shadow: var(--ho-shadow); }
.funding-card__topline { min-height: 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.funding-card__badges { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.funding-status, .funding-recommended, .funding-demo { min-height: 27px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 0 10px; font-size: 9px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.funding-status > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.funding-status--open { background: color-mix(in srgb, var(--funding-success) 11%, var(--funding-surface)); color: var(--funding-success); }
.funding-status--closed { background: color-mix(in srgb, var(--funding-muted) 10%, var(--funding-surface)); color: var(--funding-muted); }
.funding-status--undated { background: color-mix(in srgb, var(--funding-warning) 10%, var(--funding-surface)); color: var(--funding-warning); }
.funding-recommended { background: color-mix(in srgb, var(--funding-accent) 10%, var(--funding-surface)); color: var(--funding-accent); }
.funding-demo { border: 1px solid var(--funding-border); color: var(--funding-muted); }
.funding-card__identity { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 9px; margin-top: 19px; }
.funding-card__identity > span { color: var(--funding-accent); font-size: 10px; font-weight: 800; letter-spacing: .095em; }
.funding-card__identity small { color: var(--funding-muted); font-size: 10px; font-weight: 650; }
.funding-card h2, .funding-card h3 { margin: 8px 0 10px; color: var(--funding-heading); font-size: 21px; font-weight: 800; letter-spacing: -.035em; line-height: 1.25; }
.funding-card__excerpt { display: -webkit-box; overflow: hidden; margin-bottom: 19px; color: var(--funding-muted); font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.funding-card__amount { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; border-radius: 14px; padding: 13px; background: color-mix(in srgb, var(--funding-accent) 6%, var(--funding-surface)); }
.funding-card__amount > span:first-child { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--funding-surface); color: var(--funding-accent); box-shadow: var(--ho-shadow-soft); }
.funding-card__amount small, .funding-card__amount strong { display: block; }
.funding-card__amount small { color: var(--funding-muted); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.funding-card__amount strong { margin-top: 2px; color: var(--funding-heading); font-size: 17px; font-weight: 800; line-height: 1.3; }
.funding-card__facts { display: grid; gap: 0; margin-top: 14px; }
.funding-card__facts > span { min-width: 0; display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 8px; border-top: 1px solid var(--funding-border); padding: 10px 0; }
.funding-card__facts > span:first-child { border-top: 0; }
.funding-card__facts > span > svg { margin-top: 2px; color: var(--funding-accent); }
.funding-card__facts small, .funding-card__facts strong, .funding-card__facts em { display: block; }
.funding-card__facts small { color: var(--funding-muted); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.funding-card__facts strong { margin-top: 2px; color: var(--funding-heading); font-size: 11px; font-weight: 700; line-height: 1.45; }
.funding-card__facts em { margin-top: 2px; color: var(--funding-warning); font-size: 9px; font-style: normal; font-weight: 750; }
.funding-card__footer { min-height: 49px; display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; border-top: 1px solid var(--funding-border); padding-top: 15px; }
.funding-card__footer > span { max-width: 62%; display: inline-flex; align-items: flex-start; gap: 5px; color: var(--funding-muted); font-size: 9px; line-height: 1.45; }
.funding-card__footer > span svg { flex: 0 0 auto; margin-top: 1px; color: var(--funding-success); }
.funding-card__footer > strong { display: inline-flex; align-items: center; gap: 5px; color: var(--funding-accent); font-size: 10px; white-space: nowrap; }
.funding-card__link:hover .funding-card__footer > strong svg { transform: translateX(2px); }
.funding-empty { grid-column: 1 / -1; display: grid; justify-items: center; border: 1px solid var(--funding-border); border-radius: var(--funding-radius-lg); padding: 66px 24px; background: var(--funding-surface); text-align: center; box-shadow: var(--ho-shadow-soft); }
.funding-empty > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--funding-accent) 9%, var(--funding-surface)); color: var(--funding-accent); }
.funding-empty h2 { margin: 18px 0 7px; color: var(--funding-heading); font-size: 23px; }
.funding-empty p { max-width: 520px; margin: 0; color: var(--funding-muted); font-size: 13px; }
.funding-empty a { margin-top: 19px; color: var(--funding-accent); font-size: 12px; font-weight: 800; }

.funding-pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; border-top: 1px solid var(--funding-border); padding-top: 22px; }
.funding-pagination p { margin: 0; color: var(--funding-muted); font-size: 10px; }
.funding-pagination nav, .funding-pagination__pages { display: flex; align-items: center; gap: 6px; }
.funding-pagination nav a, .funding-pagination nav span { min-width: 36px; min-height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--funding-border); border-radius: 10px; padding: 0 9px; background: var(--funding-surface); color: var(--funding-heading); font-size: 10px; font-weight: 750; }
.funding-pagination__pages > span[aria-current] { border-color: var(--funding-accent); background: var(--funding-accent); color: var(--funding-surface); }
.funding-pagination .is-disabled { opacity: .45; }

/* Mobile filter dialog */
.funding-filter-dialog { width: min(440px, calc(100% - 24px)); max-height: calc(100dvh - 24px); overflow: auto; border: 0; border-radius: var(--funding-radius-lg); padding: 0; background: var(--funding-surface); color: var(--funding-text); box-shadow: var(--ho-shadow); }
.funding-filter-dialog::backdrop { background: color-mix(in srgb, var(--funding-heading) 62%, transparent); backdrop-filter: blur(3px); }
.funding-filter-dialog__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--funding-border); padding: 18px 20px; background: var(--funding-surface); }
.funding-filter-dialog__head h2 { margin: 3px 0 0; color: var(--funding-heading); font-size: 21px; }
.funding-filter-dialog__head button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--funding-border); border-radius: 12px; background: var(--funding-background); color: var(--funding-heading); }
.funding-filter-dialog .funding-filter-panel { border: 0; box-shadow: none; }
.funding-filter-dialog .funding-filter-panel__heading { display: none; }

/* Single funding */
.funding-detail-hero { border-bottom: 1px solid var(--funding-border); padding: 28px 0 46px; background: linear-gradient(135deg, var(--funding-surface), color-mix(in srgb, var(--funding-accent) 7%, var(--funding-surface))); }
.funding-detail-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 470px); align-items: stretch; gap: 45px; }
.funding-detail-hero__copy { align-self: center; }
.funding-detail-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 17px; }
.funding-detail-program { color: var(--funding-accent); font-size: 10px; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.funding-detail-hero h1 { max-width: 760px; margin: 9px 0 15px; color: var(--funding-heading); font-size: clamp(36px, 4vw, 48px); font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.funding-detail-hero__copy > p { max-width: 720px; margin: 0; color: var(--funding-muted); font-size: 15px; line-height: 1.7; }
.funding-detail-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.funding-secondary-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--funding-border); border-radius: 999px; padding: 0 20px; background: var(--funding-surface); color: var(--funding-heading); font-size: 12px; font-weight: 750; }
.funding-hero-highlight { display: flex; flex-direction: column; justify-content: center; border: 1px solid color-mix(in srgb, var(--funding-accent) 24%, var(--funding-border)); border-radius: var(--funding-radius-lg); padding: 28px; background: var(--funding-heading); color: var(--funding-surface); box-shadow: var(--ho-shadow); }
.funding-hero-highlight > span { display: inline-flex; align-items: center; gap: 8px; color: color-mix(in srgb, var(--funding-surface) 72%, var(--funding-accent)); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.funding-hero-highlight > strong { margin-top: 9px; font-size: 30px; font-weight: 800; letter-spacing: -.04em; line-height: 1.2; }
.funding-hero-highlight > div { display: grid; gap: 12px; margin-top: 25px; border-top: 1px solid color-mix(in srgb, var(--funding-surface) 16%, transparent); padding-top: 20px; }
.funding-hero-highlight > div > span { display: grid; }
.funding-hero-highlight small { color: color-mix(in srgb, var(--funding-surface) 62%, transparent); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.funding-hero-highlight b { margin-top: 2px; font-size: 11px; line-height: 1.45; }
.funding-hero-highlight em { margin-top: 2px; color: color-mix(in srgb, var(--funding-warning) 78%, var(--funding-surface)); font-size: 9px; font-style: normal; font-weight: 750; }

.funding-detail-body { padding: 24px 0 72px; background: var(--funding-background); }
.funding-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 11px; margin: 0 0 29px; }
.funding-summary > div { min-width: 0; min-height: 94px; display: grid; grid-template-columns: 42px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: 12px; border: 1px solid var(--funding-border); border-radius: 15px; padding: 17px 18px; background: var(--funding-surface); box-shadow: var(--ho-shadow-soft); }
.funding-summary dt { display: contents; }
.funding-summary dt svg { box-sizing: content-box; grid-row: 1 / span 2; align-self: center; width: 19px; height: 19px; padding: 9px; border-radius: 11px; background: color-mix(in srgb, var(--funding-accent) 9%, var(--funding-surface)); color: var(--funding-accent); }
.funding-summary dt span { align-self: end; color: var(--funding-muted); font-size: 8px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.funding-summary dd { min-width: 0; margin: 4px 0 0; color: var(--funding-heading); font-size: 11px; font-weight: 750; line-height: 1.4; overflow-wrap: anywhere; }
.funding-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 28px; }
.funding-detail-main { display: grid; gap: 21px; min-width: 0; }
.funding-content-card, .funding-eligibility-card, .funding-source-card, .funding-sticky-card { border: 1px solid var(--funding-border); border-radius: var(--funding-radius); background: var(--funding-surface); box-shadow: var(--ho-shadow-soft); }
.funding-content-card { padding: clamp(25px, 4vw, 42px); scroll-margin-top: 24px; }
.funding-content-card h2, .funding-eligibility-card h2, .funding-source-card h2, .funding-sticky-card h2 { margin: 6px 0 17px; color: var(--funding-heading); font-size: 27px; font-weight: 800; letter-spacing: -.035em; }
.funding-prose { color: var(--funding-text); font-size: 14px; line-height: 1.85; }
.funding-eligibility-card { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; padding: clamp(24px, 4vw, 36px); background: linear-gradient(145deg, color-mix(in srgb, var(--funding-success) 6%, var(--funding-surface)), var(--funding-surface)); scroll-margin-top: 24px; }
.funding-eligibility-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: color-mix(in srgb, var(--funding-success) 12%, var(--funding-surface)); color: var(--funding-success); }
.funding-eligibility-card h2 { margin-top: 5px; }
.funding-eligibility-card p { margin: 18px 0 0; border-top: 1px solid color-mix(in srgb, var(--funding-success) 20%, var(--funding-border)); padding-top: 14px; color: var(--funding-muted); font-size: 10px; line-height: 1.6; }
.funding-source-card { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 19px; padding: clamp(24px, 4vw, 34px); }
.funding-source-card__icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 16px; background: color-mix(in srgb, var(--funding-accent) 9%, var(--funding-surface)); color: var(--funding-accent); }
.funding-source-card h2 { margin-bottom: 9px; }
.funding-source-card strong { display: block; color: var(--funding-heading); font-size: 13px; }
.funding-source-card p { margin: 7px 0 0; color: var(--funding-muted); font-size: 11px; line-height: 1.65; }
.funding-source-card a { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; border: 1px solid var(--funding-accent); border-radius: 999px; padding: 0 15px; color: var(--funding-accent); font-size: 11px; font-weight: 800; }
.funding-sticky-column { position: sticky; top: 24px; }
.funding-sticky-card { padding: 24px; }
.funding-sticky-card h2 { margin-bottom: 14px; font-size: 21px; }
.funding-sticky-card > dl { display: grid; gap: 0; margin: 18px 0 0; }
.funding-sticky-card > dl > div { border-top: 1px solid var(--funding-border); padding: 11px 0; }
.funding-sticky-card dt { color: var(--funding-muted); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.funding-sticky-card dd { margin: 3px 0 0; color: var(--funding-heading); font-size: 11px; font-weight: 700; line-height: 1.45; }
.funding-sticky-card .funding-primary-action { width: 100%; min-height: 48px; margin-top: 18px; padding: 0 15px; font-size: 11px; }
.funding-official-link { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 8px; border: 1px solid var(--funding-border); border-radius: 999px; color: var(--funding-heading); font-size: 10px; font-weight: 750; }
.funding-related-section { border-top: 1px solid var(--funding-border); padding: 60px 0 68px; background: var(--funding-surface); }
.funding-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.funding-section-heading h2 { max-width: 800px; margin: 5px 0 0; color: var(--funding-heading); font-size: 31px; font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.funding-section-heading > a { display: inline-flex; align-items: center; gap: 6px; color: var(--funding-accent); font-size: 11px; font-weight: 750; }
.funding-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.funding-mobile-cta { display: none; }

[data-funding-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; }
[data-funding-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .funding-hero__inner { grid-template-columns: 1fr; gap: 24px; }
    .funding-hero-search { max-width: 760px; }
    .funding-grid { grid-template-columns: 1fr; }
    .funding-detail-hero__grid { grid-template-columns: minmax(0, 1fr) 380px; gap: 28px; }
    .funding-detail-layout { grid-template-columns: minmax(0, 1fr) 290px; }
    .funding-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .funding-hero { padding-top: 40px; }
    .funding-index-layout { grid-template-columns: 1fr; }
    .funding-filters-column { display: none; }
    .funding-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .funding-mobile-filter-button { display: inline-flex; }
    .funding-detail-hero__grid { grid-template-columns: 1fr; }
    .funding-hero-highlight { max-width: 620px; }
    .funding-detail-layout { grid-template-columns: 1fr; }
    .funding-sticky-column { display: none; }
    .funding-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .funding-mobile-cta { position: fixed; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 11px; border: 1px solid var(--funding-border); border-radius: 16px; padding: 10px 10px 10px 14px; background: color-mix(in srgb, var(--funding-surface) 94%, transparent); box-shadow: var(--ho-shadow); backdrop-filter: blur(12px); }
    .funding-mobile-cta > div { min-width: 0; display: grid; }
    .funding-mobile-cta strong { overflow: hidden; color: var(--funding-heading); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
    .funding-mobile-cta small { color: var(--funding-muted); font-size: 8px; }
    .funding-mobile-cta > a { min-height: 42px; flex: 0 0 auto; display: inline-flex; align-items: center; border-radius: 999px; padding: 0 15px; background: var(--ho-gradient); color: var(--funding-surface); font-size: 10px; font-weight: 800; }
    .funding-detail-page .ho-footer { padding-bottom: 84px; }
}

@media (max-width: 650px) {
    .funding-system .ho-container { width: min(calc(100% - 28px), var(--ho-container)); }
    .funding-hero { padding: 32px 0 22px; }
    .funding-hero__copy h1 { margin-top: 6px; font-size: 32px; }
    .funding-hero__copy > p { font-size: 13px; }
    .funding-hero-search { grid-template-columns: 1fr; }
    .funding-hero-search > button { width: 100%; height: 48px; min-height: 48px; }
    .funding-quick-filters { flex-wrap: nowrap; overflow-x: auto; margin-right: -14px; padding: 1px 14px 5px 0; scrollbar-width: none; }
    .funding-quick-filters::-webkit-scrollbar { display: none; }
    .funding-quick-filters > * { flex: 0 0 auto; }
    .funding-results { padding: 27px 0 52px; }
    .funding-results__toolbar { align-items: flex-start; }
    .funding-results__toolbar h2 { font-size: 23px; }
    .funding-toolbar__actions { align-items: stretch; flex-direction: column; }
    .funding-sort label { display: none; }
    .funding-system .funding-sort select { width: 143px; }
    .funding-grid { grid-template-columns: 1fr; }
    .funding-card__link { padding: 19px; }
    .funding-card h2, .funding-card h3 { font-size: 20px; }
    .funding-card__footer > span { max-width: 58%; }
    .funding-pagination { align-items: stretch; flex-direction: column; }
    .funding-pagination nav { justify-content: space-between; }
    .funding-pagination__button span { display: none; }
    .funding-detail-hero { padding: 20px 0 30px; }
    .funding-detail-hero h1 { font-size: 33px; }
    .funding-detail-actions { flex-direction: column; }
    .funding-primary-action, .funding-secondary-action { width: 100%; }
    .funding-hero-highlight { padding: 23px; }
    .funding-hero-highlight > strong { font-size: 25px; }
    .funding-detail-body { padding-top: 16px; }
    .funding-summary { grid-template-columns: 1fr; gap: 9px; }
    .funding-summary > div { min-height: 82px; padding: 14px 16px; }
    .funding-content-card, .funding-eligibility-card, .funding-source-card { padding: 22px; }
    .funding-content-card h2, .funding-eligibility-card h2, .funding-source-card h2 { font-size: 23px; }
    .funding-prose { font-size: 13px; }
    .funding-eligibility-card, .funding-source-card { grid-template-columns: 1fr; }
    .funding-eligibility-card__icon, .funding-source-card__icon { width: 50px; height: 50px; }
    .funding-section-heading { align-items: flex-start; flex-direction: column; }
    .funding-section-heading h2 { font-size: 26px; }
    .funding-related-grid { grid-template-columns: 1fr; }
    .funding-related-section { padding: 45px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .funding-system *, .funding-system *::before, .funding-system *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    [data-funding-reveal] { opacity: 1; transform: none; }
}
