*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f3f3f3;--bg-white: #fff;--text: #2E282A;--text-muted: #2d2d2d;--tomato: #FE5E41;--amber-flame: #FFB20F;--banan-cream: #FFE548;--focus: 2px solid var(--tomato);--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--font: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--line: 1.6}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);overflow-x:hidden;font-size:clamp(16px,2vw,18px);line-height:var(--line);color:var(--text);background:var(--bg)}h1{font-size:clamp(2rem,5vw,4rem);line-height:1.2;margin-bottom:var(--space-md)}h2{font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.3;margin-bottom:var(--space-md)}h3{font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.4;margin-bottom:var(--space-sm)}p{font-size:clamp(1rem,2vw,1.125rem);margin-bottom:var(--space-sm)}.skip-link:focus{outline:var(--focus);outline-offset:2px}header{display:flex;justify-content:space-between;align-items:center;padding:10px var(--space-md);max-width:1920px;margin:0 auto;position:relative;z-index:10;min-height:82px}@media(min-width:768px){header{min-height:77px}}@media(max-width:1023px){header{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}@media(min-width:1024px){header{background:#ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}@media(max-width:480px){header{padding:var(--space-xs) var(--space-sm)}.header-logo{height:28px;width:auto}.nav-link{padding:.35rem .5rem;font-size:.85rem}}.header-brand{display:flex;align-items:center}.header-brand-link{display:flex;align-items:center;text-decoration:none;color:inherit}.header-logo{height:32px;width:auto;object-fit:contain}@media(min-width:768px){.header-logo{height:40px;width:auto}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}nav{display:flex;gap:var(--space-md);align-items:center}.nav-toggle{background:none;border:1px solid #dcdcdc;border-radius:999px;padding:.5rem;width:44px;height:44px;display:inline-flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer}.nav-toggle-bar{width:100%;height:2px;background:#1a1a1a;display:block}.nav-overlay{display:none}.nav-panel{display:flex;align-items:center;max-width:100vw}.nav-close{display:none}.nav-link{padding:var(--space-xs);color:var(--text);text-decoration:none;font-weight:600;border-radius:4px;transition:all .2s;position:relative;font-size:14px}@media(min-width:1024px){.nav-link{font-size:.85rem}.nav-toggle{display:none}}@media(max-width:1023px){.nav-panel{position:fixed;top:0;right:0;height:100vh;width:min(80vw,320px);background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:var(--space-md);transform:translate(110%);transition:transform .3s ease;box-shadow:-12px 0 30px #0000001f;z-index:30}.header-nav-links{flex-direction:column;align-items:flex-start;gap:var(--space-md);width:100%}.nav-overlay{position:fixed;inset:0;background:#00000059;display:block;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:25}.nav-close{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;border-radius:50%;border:1px solid #dcdcdc;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.nav-close-bar{position:absolute;width:20px;height:2px;background:#1a1a1a}.nav-close-bar:first-child{transform:rotate(45deg)}.nav-close-bar:last-child{transform:rotate(-45deg)}body.nav-open .nav-panel{transform:translate(0)}body.nav-open .nav-overlay{opacity:1;pointer-events:auto}body.nav-open{overflow:hidden}}.nav-link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--banan-cream);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav-link:hover:after{transform:scaleX(1)}.nav-link:focus-visible{outline:var(--focus);outline-offset:2px}.nav-link.active{font-weight:700}.nav-link.active:after{background:var(--tomato);transform:scaleX(1)}.nav-signup{margin-inline-start:0}@media(min-width:1024px){.nav-signup{margin-inline-start:var(--space-md)}}main{max-width:1920px;margin:0 auto;padding:0 var(--space-md)}.contact-main{max-width:900px;margin:0 auto;padding:var(--space-xl) var(--space-md)}.contact-content{display:flex;flex-direction:column;gap:var(--space-sm)}.form-group{margin-bottom:var(--space-md)}.form-group label{display:block;margin-bottom:var(--space-xs);font-weight:600;color:var(--text)}.form-group input,.form-group textarea{width:100%;padding:var(--space-sm);font-size:1rem;font-family:var(--font);border:2px solid #ddd;border-radius:4px;transition:border-color .2s}.form-group textarea{min-height:120px;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:var(--focus);outline-offset:2px;border-color:var(--tomato)}.submit-btn{width:100%;padding:var(--space-md);background:var(--tomato);color:#fff;border:none;border-radius:4px;font-size:1.125rem;font-weight:700;font-family:var(--font);cursor:pointer;margin-top:var(--space-md)}.submit-btn:hover:not(:disabled){background:#0052a3}.submit-btn:focus-visible{outline:var(--focus);outline-offset:2px}footer{width:100%;background:radial-gradient(at top left,var(--tomato),var(--amber-flame));padding:var(--space-xl) var(--space-md);color:#fff}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-xl)}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;align-items:center;gap:var(--space-lg)}}.footer-column{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}@media(min-width:768px){.footer-column{align-items:center}.footer-column-1{flex:0 0 auto}.footer-column-2{flex:1 1 auto;max-width:320px}.footer-column-3{flex:0 0 auto}}.footer-logo-link{display:inline-block;text-decoration:none}.footer-logo{width:180px;height:auto;object-fit:contain}.footer-column p{margin:0;font-size:.9rem;color:#fffffff2}.footer-tagline{font-size:1.4rem!important;line-height:1.5;font-style:italic;font-weight:500}.footer-nav{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}@media(min-width:768px){.footer-nav{align-items:flex-start}}.footer-nav a,.footer-column a,.footer-bottom a{color:#fff;text-decoration:none;font-weight:600}.footer-nav a:hover,.footer-column a:hover,.footer-bottom a:hover{text-decoration:underline}.footer-nav a:focus-visible,.footer-column a:focus-visible,.footer-bottom a:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:2px}.footer-bottom{max-width:1200px;margin:var(--space-xl) auto 0;padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom p{margin:0;font-size:.85rem;color:#ffffffe6}.thank-you-main{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:var(--space-xl) var(--space-md)}.thank-you-content{text-align:center;max-width:900px;padding:var(--space-xl);background:#ffffffe6;border-radius:8px;box-shadow:0 4px 12px #0000001a}.thank-you-content h1{color:var(--text);margin-bottom:var(--space-md)}.thank-you-message{font-size:clamp(1.125rem,2.5vw,1.25rem);color:var(--text-muted);margin-bottom:var(--space-sm)}.thank-you-button{display:inline-block;padding:var(--space-sm) var(--space-lg);background:var(--tomato);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;font-size:clamp(1rem,2vw,1.125rem)}.thank-you-button:hover{background:#0052a3;transform:translateY(-2px)}.thank-you-button:focus-visible{outline:var(--focus);outline-offset:2px}.privacy-main{padding-top:var(--space-lg)}.privacy-content{max-width:900px;margin:0 auto;padding:var(--space-xl) var(--space-md);background:var(--bg-white);border-radius:8px;box-shadow:0 2px 8px #0000001a}@media(min-width:768px){.privacy-content{padding:var(--space-xl) var(--space-lg)}}.privacy-content h1{color:var(--text);margin-bottom:var(--space-sm)}.privacy-last-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:var(--space-lg);font-style:italic}.privacy-content section{margin-bottom:var(--space-xl)}.privacy-content section:last-child{margin-bottom:0}.privacy-content h2{color:var(--text);margin-top:var(--space-lg);margin-bottom:var(--space-md);padding-bottom:var(--space-xs);border-bottom:2px solid var(--bg)}.privacy-content h3{color:var(--text-muted);margin-top:var(--space-md);margin-bottom:var(--space-sm)}.privacy-content ul{margin-left:var(--space-lg);margin-bottom:var(--space-md);line-height:var(--line)}.privacy-content li{margin-bottom:var(--space-xs)}.privacy-content a{color:var(--tomato);text-decoration:none;font-weight:600}.privacy-content a:hover{text-decoration:underline}.privacy-content a:focus-visible{outline:var(--focus);outline-offset:2px;border-radius:2px}body.grants-page{background:#fff}.grants-main{padding:0}.grants-subnav{position:relative;top:0;z-index:9;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #efefef}.grants-subnav-inner{max-width:1100px;margin:0 auto;padding:.6rem var(--space-md);display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center;overflow-x:auto;scrollbar-width:none}.grants-subnav-inner::-webkit-scrollbar{display:none}.grants-subnav a{text-decoration:none;color:var(--text);font-weight:600;font-size:.95rem;white-space:nowrap}.grants-subnav a:hover{opacity:.7}.grants-subnav a:focus-visible{outline:var(--focus);outline-offset:2px}@media(min-width:769px){.grants-subnav{position:sticky;top:0}}@media(max-width:768px){.grants-subnav{display:none}}.grants-container{max-width:900px;margin:0 auto;padding:0 var(--space-md)}@media(max-width:768px){.grants-container{padding:0 var(--space-sm)}}.grants-hero{display:flex;align-items:start;background-image:linear-gradient(120deg,#1b1f11d9,#090b14d9),url(/images/grants/automate-grant-applications.webp);background-size:cover;background-position:center;color:#fff;padding:6rem 0}@media(min-width:1024px){.grants-hero{padding:8rem 0}}.grants-hero-content{max-width:1120px;padding:0 var(--space-md);margin:0 auto;width:100%}.grants-hero-grid{display:grid;gap:var(--space-xl);max-width:900px}@media(max-width:768px){.grants-hero-grid{gap:var(--space-lg)}}.grants-hero-copy .grants-section-kicker{color:#ffffffe6}.grants-hero h1{color:#fff;margin-bottom:var(--space-sm)}.grants-hero-lead{font-size:clamp(1.2rem,2.4vw,1.5rem);margin-bottom:var(--space-sm)}.grants-hero-subtext{font-size:.95rem;color:#ffffffd9;margin-top:var(--space-sm)}.grants-hero-form-panel{align-self:end}.grants-hero-form-panel .grants-hero-cta{color:#fffffff2;font-weight:600;margin-top:var(--space-md);display:block;padding:0;background:none;border-radius:0}.grants-form{margin:-30px;min-height:405px}.grants-section{padding:8rem 0;scroll-margin-top:5rem}.grants-section-alt{background:#f7f7f7}.grants-section-kicker{text-transform:uppercase;font-size:.75rem;font-weight:600;background:var(--banan-cream);color:var(--text)!important;padding:.25rem .8rem;width:fit-content;border-radius:50px;margin-bottom:var(--space-sm)}.grants-list,.grants-ordered-list,.grants-steps{padding-left:1.25rem;margin-bottom:var(--space-md)}.grants-list li,.grants-ordered-list li{margin-bottom:.75rem}.grants-steps-cards{list-style:none;padding-left:0;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}@media(max-width:768px){.grants-steps-cards{grid-template-columns:1fr}}.grants-step-card{display:flex;flex-direction:column;align-items:left;text-align:left;gap:var(--space-md);padding:var(--space-lg);background:var(--bg-white);border-radius:12px;border:2px solid var(--banan-cream)}.grants-step-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--amber-flame)}.grants-step-icon svg{width:38px;height:38px}.grants-step-content{flex:1;margin:0;line-height:var(--line)}.grants-diagram{display:block;margin-bottom:var(--space-lg)}.grants-diagram img{width:100%;height:auto;border-radius:16px;box-shadow:0 18px 45px #0000001a}.grants-closing{background-image:linear-gradient(120deg,#232213d9,#090b14d9),url(/images/grants/automate-grant-applications.webp);background-size:cover;background-position:center;color:#fff;padding:5rem 0}.grants-closing-content{max-width:820px}.grants-closing .grants-section-kicker{color:#1f1e1e}.grants-closing h2{color:#fff}.grants-closing p{color:#ffffffe6}.grants-closing .grants-hero-cta{display:block;padding:0;background:none;color:#fffffff2;font-weight:600;margin:var(--space-md) 0}.sign-up-button{display:inline-block;margin-top:var(--space-md);padding:.8rem 1.5rem;border-radius:999px;color:var(--bg-white);border:4px solid var(--tomato);font-weight:700;text-decoration:none;transition:all .3s ease-in-out}a.sign-up-button:hover{opacity:.9;transition:all .3s ease-in-out;background:var(--bg-white);color:var(--tomato )}a.sign-up-button:focus-visible{outline:var(--focus);outline-offset:2px;transition:all .3s ease-in-out}.sign-up-nav-button{display:inline-block;padding:.2rem 1rem;border-radius:999px;color:var(--tomato);border:4px solid var(--tomato);font-weight:700;text-decoration:none;transition:all .3s;font-size:.95rem}a.sign-up-nav-button:hover{opacity:.9;transition:all .3s ease-in-out;background:var(--tomato);color:var(--bg-white)}.skip-link[data-astro-cid-37fxchfa]{position:absolute;top:-100%;left:0;padding:.75rem 1rem;background:var(--skip-bg, #000);color:var(--skip-color, #fff);z-index:100;text-decoration:none;font-weight:600}.skip-link[data-astro-cid-37fxchfa]:focus{top:0;outline:2px solid currentColor;outline-offset:2px}
