@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,300..900;1,8..60,300..900&display=swap";:root{--font-primary: "Montserrat", sans-serif;--font-serif: "Source Serif 4", serif;--bg-navy: #131b34;--bg-cyan: #abe9ec;--bg-white: #ffffff;--text-dark: #231f20;--text-white: #ffffff;--text-navy: #131b34;--transition-speed: .25s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background-color:var(--bg-white);color:var(--text-dark);line-height:1.6;font-size:1rem;transition:background-color var(--transition-speed),color var(--transition-speed),filter var(--transition-speed)}.skip-link{position:absolute;top:-100px;left:0;background:var(--bg-cyan);color:var(--text-navy);padding:.8rem 1.5rem;z-index:10000;text-decoration:none;font-weight:600;border-bottom-right-radius:4px;transition:top .2s ease}.skip-link:focus{top:0}:focus-visible{outline:3px solid #ffbf47!important;outline-offset:3px!important}.container{width:100%;max-width:1000px;margin:0 auto;padding:0 1.5rem}.hero-section{background-color:var(--bg-navy);padding:4rem 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.tagline-img{max-width:100%;height:auto;max-height:120px;display:block;margin:0 auto}.grant-section{padding:4rem 0}.section-cyan{background-color:var(--bg-cyan);color:var(--text-navy)}.section-cyan p{color:var(--text-navy);font-size:1.25rem;margin-bottom:1.5rem;font-weight:400;text-align:justify}.section-cyan p:last-of-type{margin-bottom:2.5rem}.eu-logo-container{display:flex;justify-content:center;margin-top:2rem}.eu-logo-img{max-width:100%;height:auto;max-height:180px}.section-white{background-color:var(--bg-white);color:var(--text-dark)}.section-white p{font-size:1.25rem;margin-bottom:1.5rem;text-align:justify}.section-white p:last-child{margin-bottom:0}.divider{border:0;height:1px;background-color:#00000026;max-width:1000px;margin:0 auto}.footer{background-color:var(--bg-navy);color:var(--text-white);padding:3rem 0 2rem}.footer-top{display:flex;justify-content:center;margin-bottom:2rem}.footer-logo-img{max-width:100%;height:auto;max-height:70px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.footer-bottom p{font-size:.95rem;color:#fffc}.privacy-link{color:var(--text-white);text-decoration:underline;font-size:.95rem;transition:color var(--transition-speed)}.privacy-link:hover,.privacy-link:focus{color:var(--bg-cyan)}.accessibility-widget{position:fixed;bottom:25px;left:25px;z-index:9999}.btn-accessibility-toggle{background-color:#2b6cb0;color:#fff;border:none;border-radius:50%;width:55px;height:55px;cursor:pointer;box-shadow:0 4px 10px #0000004d;display:flex;justify-content:center;align-items:center;transition:background-color var(--transition-speed),transform .15s ease}.btn-accessibility-toggle:hover,.btn-accessibility-toggle:focus{background-color:#1a4975;transform:scale(1.05)}.btn-accessibility-toggle svg{fill:currentColor;width:28px;height:28px}.accessibility-panel{position:fixed;bottom:90px;left:25px;width:320px;background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #00000040;border:1px solid #e2e8f0;display:none;flex-direction:column;overflow:hidden;z-index:9999;animation:slideUp .25s ease-out}.accessibility-panel.open{display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.panel-header{background-color:#2b6cb0;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.panel-header h2{font-size:1.1rem;font-weight:600;margin:0}.btn-panel-close{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px}.btn-panel-close:hover,.btn-panel-close:focus{background-color:#fff3}.panel-body{padding:1.25rem;max-height:400px;overflow-y:auto}.panel-section{margin-bottom:1.25rem}.panel-section:last-of-type{margin-bottom:0}.panel-section h3{font-size:.9rem;text-transform:uppercase;color:#718096;margin-bottom:.5rem;font-weight:700;letter-spacing:.05em}.control-row{display:flex;gap:.5rem}.btn-control{flex:1;background-color:#edf2f7;color:#2d3748;border:1px solid #cbd5e0;padding:.6rem .5rem;font-size:.85rem;font-weight:600;cursor:pointer;border-radius:4px;text-align:center;transition:all var(--transition-speed)}.btn-control:hover,.btn-control:focus{background-color:#e2e8f0;border-color:#a0aec0}.btn-control.active{background-color:#2b6cb0;color:#fff;border-color:#2b6cb0}.text-scale-display{display:flex;align-items:center;justify-content:center;min-width:50px;font-size:1rem;font-weight:700}body.text-scale-1{font-size:1.15rem}body.text-scale-1 .section-cyan p,body.text-scale-1 .section-white p{font-size:1.4rem}body.text-scale-2{font-size:1.3rem}body.text-scale-2 .section-cyan p,body.text-scale-2 .section-white p{font-size:1.55rem}body.text-scale-3{font-size:1.45rem}body.text-scale-3 .section-cyan p,body.text-scale-3 .section-white p{font-size:1.7rem}body.high-contrast{background-color:#000!important;color:#fff!important}body.high-contrast :not(.btn-control):not(.accessibility-panel):not(.panel-header):not(.btn-panel-close):not(.panel-body){background-color:#000!important;color:#fff!important;border-color:#fff!important}body.high-contrast a:not(.btn-control):not(.btn-panel-close){color:#0ff!important;text-decoration:underline!important}body.high-contrast .divider{background-color:#fff!important}body.high-contrast .logo-img,body.high-contrast .tagline-img,body.high-contrast .eu-logo-img,body.high-contrast .footer-logo-img{filter:brightness(1.5) contrast(1.2)}body.monochrome{filter:grayscale(100%)}body.dyslexia-font{font-family:Comic Sans MS,DyslexicFont,cursive,sans-serif!important}body.highlight-links a{background-color:#ff0!important;color:#000!important;outline:2px solid #000000!important;text-decoration:underline!important;font-weight:700!important}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.hero-section,.grant-section{padding:3rem 0}.section-cyan p,.section-white p{font-size:1.15rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.accessibility-panel{bottom:20px;left:20px;right:20px;width:auto}}
