.funding-page {
	--funding-ink: #20251f;
	--funding-muted: #656b63;
	--funding-surface: #fff;
	--funding-soft: #f4f1e9;
	--funding-line: rgba(32, 37, 31, .16);
	--funding-shadow: 0 22px 65px rgba(39, 42, 35, .11);
	/* background: #faf8f3; */
	color: var(--funding-ink);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.55;
}
.funding-page *, .funding-page *::before, .funding-page *::after { box-sizing: border-box; }
.funding-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.funding-hero {
	padding: clamp(58px, 8vw, 110px) 0;
	/*
	background:
		radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--funding-primary) 17%, transparent), transparent 27rem),
		linear-gradient(135deg, #f4f0e6, #fff 62%, #f7f2e8);
	*/
}
.funding-hero__grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(38px, 8vw, 110px); align-items: center; }
.funding-eyebrow { margin: 0 0 12px; color: var(--funding-secondary); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.funding-page h1, .funding-page h2, .funding-page h3, .funding-page p { margin-top: 0; }
.funding-page h1 { max-width: 870px; margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 6vw, 5.5rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.funding-page h2 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.06; }
.funding-page h3 { margin-bottom: 8px; font-size: 1.05rem; }
.funding-lead { max-width: 760px; margin-bottom: 28px; color: var(--funding-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.funding-primary-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border: 0; border-radius: 999px; background: var(--funding-button, var(--funding-primary)); color: var(--funding-button-text, #fff) !important; font-weight: 800; text-decoration: none !important; cursor: pointer; }
.funding-primary-button:focus-visible { outline: 3px solid color-mix(in srgb, var(--funding-primary) 36%, transparent); outline-offset: 4px; }
.funding-primary-button:disabled { cursor: not-allowed; opacity: .5; }
.funding-brand-card { min-height: 260px; padding: 34px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; border: 1px solid var(--funding-line); border-radius: 30px; background: rgba(255, 255, 255, .82); box-shadow: var(--funding-shadow); }
.funding-brand-card img { max-width: 240px; max-height: 110px; margin-bottom: 22px; object-fit: contain; }
.funding-brand-card strong { font-size: 1.2rem; }
.funding-brand-card span { margin-top: 5px; color: var(--funding-muted); }
.funding-impact, .funding-levels, .funding-form-section { padding: clamp(62px, 8vw, 105px) 0; }
.funding-impact__grid, .funding-levels__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.funding-impact article, .funding-levels article { padding: clamp(22px, 3vw, 34px); border: 1px solid var(--funding-line); border-radius: 22px; background: var(--funding-surface); }
.funding-impact article > span { display: block; margin-bottom: 24px; color: var(--funding-primary); font-family: Georgia, serif; font-size: 2rem; }
.funding-impact article p, .funding-levels article p { margin-bottom: 0; color: var(--funding-muted); }
.funding-story { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(28px, 6vw, 74px); align-items: center; margin: 0 0 clamp(62px, 8vw, 105px); padding: clamp(22px, 4vw, 46px); border: 1px solid var(--funding-line); border-radius: 30px; background: var(--funding-surface); box-shadow: var(--funding-shadow); }
.funding-story__preview { display: block; max-width: 390px; border-radius: 18px; outline-offset: 5px; overflow: hidden; box-shadow: 0 16px 42px rgba(10, 15, 20, .18); }
.funding-story__preview:focus-visible { outline: 3px solid var(--funding-primary); }
.funding-story__preview img { display: block; width: 100%; height: auto; }
.funding-story__content > p, .funding-story__content li { color: var(--funding-muted); }
.funding-story__content ul { margin: 22px 0; padding-left: 1.25rem; }
.funding-story__content li + li { margin-top: 12px; }
.funding-story__content li::marker { color: var(--funding-primary); }
.funding-download { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; padding: 9px 0; color: var(--funding-ink) !important; font-weight: 800; text-decoration: underline; text-decoration-color: var(--funding-primary); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.funding-download:hover, .funding-download:focus-visible { color: var(--funding-primary) !important; }
.funding-levels { border-top: 1px solid var(--funding-line); }
.funding-levels__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.funding-levels article { display: flex; flex-direction: column; }
.funding-levels article > strong { font-size: 1.05rem; }
.funding-levels article > span { margin: 14px 0; color: var(--funding-secondary); font-family: Georgia, serif; font-size: 1.65rem; }
.funding-levels article.is-highlight { border: 2px solid var(--funding-primary); transform: translateY(-8px); }
.funding-legal-note { margin: 22px 0 0 !important; padding: 16px 18px; border-radius: 14px; background: var(--funding-soft); }
.funding-form-section { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(34px, 7vw, 90px); border-top: 1px solid var(--funding-line); }
.funding-form-intro { position: sticky; top: clamp(110px, 15vh, 170px); align-self: start; padding-top: clamp(36px, 6vh, 72px); }
.funding-form { padding: clamp(22px, 4vw, 42px); border: 1px solid var(--funding-line); border-radius: 28px; background: var(--funding-surface); box-shadow: var(--funding-shadow); }
.funding-form fieldset { margin: 0 0 28px; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--funding-line); }
.funding-form legend { width: 100%; margin-bottom: 14px; padding: 0; font-size: 1.05rem; font-weight: 800; }
.funding-choice-row { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.funding-choice-row label, .funding-check { cursor: pointer; }
.funding-amount-options { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 14px; }
.funding-amount-button { min-height: 42px; padding: 8px 17px; border: 1px solid var(--funding-line); border-radius: 999px; background: var(--funding-soft); color: var(--funding-ink); font-weight: 800; cursor: pointer; }
.funding-amount-button:hover, .funding-amount-button:focus-visible, .funding-amount-button.is-selected, .funding-amount-button[aria-pressed="true"] { border-color: var(--funding-primary); outline: 2px solid color-mix(in srgb, var(--funding-primary) 22%, transparent); }
.funding-amount-button.is-selected, .funding-amount-button[aria-pressed="true"] { background: color-mix(in srgb, var(--funding-primary) 13%, var(--funding-surface)); }
.funding-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.funding-field { display: block; }
.funding-field > span { display: block; margin-bottom: 6px; font-size: .83rem; font-weight: 800; }
.funding-field--wide { grid-column: 1 / -1; }
.funding-company-field:not(.is-required) > span::after { content: " (optional)"; color: var(--funding-muted); font-weight: 400; }
.funding-benefit-preview { min-height: 26px; margin: 12px 0 0; color: var(--funding-secondary); font-weight: 700; }
.funding-check { display: flex; align-items: flex-start; gap: 10px; margin: 17px 0; }
.funding-check input { flex: 0 0 auto; margin-top: 4px; }
.funding-check > span { display: inline; min-width: 0; flex: 1 1 auto; }
.funding-check a { display: inline !important; color: var(--funding-secondary); text-decoration: underline; }
.funding-check--terms { padding: 14px 16px; border: 1px solid var(--funding-line); border-radius: 12px; background: var(--funding-soft); }
.funding-submit { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--funding-line); }
.funding-submit p { max-width: 480px; margin-bottom: 0; color: var(--funding-muted); font-size: .83rem; }
.funding-error, .funding-success { padding: 20px; border-radius: 16px; }
.funding-error { margin-bottom: 18px; background: #fff0ef; color: #81241f; }
.funding-success { border: 1px solid #8bb99a; background: #edf8f0; color: #194d2c; }
.funding-success strong { font-size: 1.2rem; }
.funding-page .go-human-check { margin-top: 24px; padding: 18px; border: 1px solid var(--funding-line); border-radius: 16px; background: var(--funding-soft); }
.funding-page .go-human-check-title { margin: 0; font-weight: 900; }
.funding-page .go-human-check-task { margin: 4px 0 14px; }
.funding-page .go-human-check-options { display: grid; grid-template-columns: repeat(5, minmax(46px, 1fr)); gap: 8px; }
.funding-page .go-human-check-option { min-height: 54px; border: 2px solid var(--funding-line); border-radius: 12px; background: var(--funding-surface); color: var(--funding-ink); font-size: 1.5rem; cursor: pointer; }
.funding-page .go-human-check-option:hover, .funding-page .go-human-check-option:focus-visible { border-color: var(--funding-primary); outline: 3px solid color-mix(in srgb, var(--funding-primary) 24%, transparent); outline-offset: 2px; }
.funding-page .go-human-check-option.is-selected, .funding-page .go-human-check-option[aria-pressed="true"] { border-color: #267145; background: #edf8f0; color: #1d6038; }
.funding-page .go-human-check-feedback { min-height: 22px; margin: 8px 0 0; color: #1d6038; }
.funding-page .go-human-check-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

html[data-theme="light"] .funding-page { --funding-ink: #20251f; --funding-muted: #656b63; --funding-surface: #fff; --funding-soft: #f4f1e9; color: var(--funding-ink); color-scheme: light; }
html[data-theme="light"] .funding-page h1, html[data-theme="light"] .funding-page h2, html[data-theme="light"] .funding-page h3, html[data-theme="light"] .funding-page legend, html[data-theme="light"] .funding-page label, html[data-theme="light"] .funding-page strong { color: var(--funding-ink) !important; }
html[data-theme="light"] .funding-page .uk-input, html[data-theme="light"] .funding-page .uk-textarea { border-color: rgba(32, 37, 31, .24); background: #fff; color: #20251f; }

html[data-theme="dark"] .funding-page,
html[data-theme="theme-night"] .funding-page,
html.plus-theme-dark .funding-page {
	--funding-ink: var(--card-text, #f5f7fa);
	--funding-muted: var(--card-muted, var(--text-muted, #c8ced6));
	--funding-surface: var(--card-bg, #171a1f);
	--funding-soft: var(--card-bg-soft, #232831);
	--funding-line: var(--card-border, rgba(255, 255, 255, .2));
	--funding-contrast-accent: var(--card-accent, var(--link-color, #ffb4d1));
	--funding-shadow: 0 22px 65px rgba(0, 0, 0, .24);
	color: var(--funding-ink);
	color-scheme: dark;
}
html[data-theme="dark"] .funding-page h1, html[data-theme="dark"] .funding-page h2, html[data-theme="dark"] .funding-page h3, html[data-theme="dark"] .funding-page legend, html[data-theme="dark"] .funding-page label, html[data-theme="dark"] .funding-page strong,
html[data-theme="theme-night"] .funding-page h1, html[data-theme="theme-night"] .funding-page h2, html[data-theme="theme-night"] .funding-page h3, html[data-theme="theme-night"] .funding-page legend, html[data-theme="theme-night"] .funding-page label, html[data-theme="theme-night"] .funding-page strong,
html.plus-theme-dark .funding-page h1, html.plus-theme-dark .funding-page h2, html.plus-theme-dark .funding-page h3, html.plus-theme-dark .funding-page legend, html.plus-theme-dark .funding-page label, html.plus-theme-dark .funding-page strong { color: var(--funding-ink) !important; }
html[data-theme="dark"] .funding-page .funding-eyebrow, html[data-theme="dark"] .funding-page .funding-levels article > span, html[data-theme="dark"] .funding-page .funding-benefit-preview, html[data-theme="dark"] .funding-page .funding-check a,
html[data-theme="theme-night"] .funding-page .funding-eyebrow, html[data-theme="theme-night"] .funding-page .funding-levels article > span, html[data-theme="theme-night"] .funding-page .funding-benefit-preview, html[data-theme="theme-night"] .funding-page .funding-check a,
html.plus-theme-dark .funding-page .funding-eyebrow, html.plus-theme-dark .funding-page .funding-levels article > span, html.plus-theme-dark .funding-page .funding-benefit-preview, html.plus-theme-dark .funding-page .funding-check a { color: var(--funding-contrast-accent) !important; }
html[data-theme="dark"] .funding-brand-card, html[data-theme="theme-night"] .funding-brand-card, html.plus-theme-dark .funding-brand-card { background: var(--funding-surface); }
html[data-theme="dark"] .funding-page .uk-input, html[data-theme="dark"] .funding-page .uk-textarea,
html[data-theme="theme-night"] .funding-page .uk-input, html[data-theme="theme-night"] .funding-page .uk-textarea,
html.plus-theme-dark .funding-page .uk-input, html.plus-theme-dark .funding-page .uk-textarea { border-color: var(--funding-line); background: var(--input-bg, #0f1216); color: var(--funding-ink); }
html[data-theme="dark"] .funding-page .uk-input::placeholder, html[data-theme="dark"] .funding-page .uk-textarea::placeholder,
html[data-theme="theme-night"] .funding-page .uk-input::placeholder, html[data-theme="theme-night"] .funding-page .uk-textarea::placeholder,
html.plus-theme-dark .funding-page .uk-input::placeholder, html.plus-theme-dark .funding-page .uk-textarea::placeholder { color: var(--funding-muted); opacity: .8; }
html[data-theme="dark"] .funding-error, html[data-theme="theme-night"] .funding-error, html.plus-theme-dark .funding-error { background: #351817; color: #ffb5af; }
html[data-theme="dark"] .funding-success, html[data-theme="theme-night"] .funding-success, html.plus-theme-dark .funding-success { border-color: #4d8c64; background: #11291a; color: #bce9cb; }

@media (max-width: 900px) {
	.funding-hero__grid, .funding-form-section, .funding-story { grid-template-columns: 1fr; }
	.funding-brand-card { min-height: 180px; }
	.funding-form-intro { position: static; padding-top: 0; }
	.funding-story__preview { max-width: 330px; }
	.funding-impact__grid { grid-template-columns: 1fr; }
	.funding-levels__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.funding-levels article.is-highlight { transform: none; }
}
@media (max-width: 600px) {
	.funding-shell { width: min(100% - 24px, 1240px); }
	.funding-levels__grid, .funding-fields { grid-template-columns: 1fr; }
	.funding-field--wide { grid-column: auto; }
	.funding-submit { align-items: stretch; flex-direction: column; }
	.funding-submit .funding-primary-button { width: 100%; }
	.funding-page .go-human-check-options { grid-template-columns: repeat(3, minmax(46px, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
	.funding-page *, .funding-page *::before, .funding-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
