:root{color-scheme:light;--brand-blue: #165FC8;--brand-light-blue: #95b6f5;--brand-dark-blue: #0c3f86;--secondary-color: #f6f6f6;--page-bg-1: #f6f2e8;--page-bg-2: #f6f6f6;--text-color: #2a241d}*{box-sizing:border-box}html{scroll-behavior:smooth}button{display:flex;align-items:center;justify-content:center;background:var(--brand-blue);color:#fff;border-radius:10px;border:none;padding:.5rem 1rem;cursor:pointer;font-size:.75rem}html,body{margin:0;padding:0}body{min-height:100vh;font-family:Montserrat,Segoe UI,sans-serif;background:radial-gradient(circle at 20% 0%,#fff9e8 0%,var(--page-bg) 55%);color:var(--text-color);line-height:1.5}a{color:inherit}.cookie-banner[data-astro-cid-fzbxxtek]{position:fixed;bottom:1.5rem;left:1.5rem;z-index:9999;background:#fff;border-radius:12px;border:1.5px solid var(--brand-dark-blue, #0c3f86);box-shadow:0 8px 32px #0000002e;padding:1.25rem 1.25rem 1rem;max-width:340px;width:calc(100vw - 3rem);animation:cookieSlideIn .35s cubic-bezier(.34,1.56,.64,1) both}@keyframes cookieSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner__inner[data-astro-cid-fzbxxtek]{display:flex;flex-direction:column;gap:1rem}.cookie-banner__text[data-astro-cid-fzbxxtek]{margin:0;font-size:.9rem;color:#1a1a2e;line-height:1.55}.cookie-banner__actions[data-astro-cid-fzbxxtek]{display:flex;gap:.6rem;flex-wrap:wrap}.cookie-btn[data-astro-cid-fzbxxtek]{padding:.6rem 1.4rem;border-radius:6px;border:2px solid transparent;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .2s ease,color .2s ease}.cookie-btn--accept[data-astro-cid-fzbxxtek]{background:var(--brand-dark-blue, #0c3f86);color:#fff;border-color:var(--brand-dark-blue, #0c3f86)}.cookie-btn--accept[data-astro-cid-fzbxxtek]:hover{background:#1050a8}.cookie-btn--decline[data-astro-cid-fzbxxtek]{background:transparent;color:var(--brand-dark-blue, #0c3f86);border-color:var(--brand-dark-blue, #0c3f86)}.cookie-btn--decline[data-astro-cid-fzbxxtek]:hover{background:#f0f4ff}.site-footer[data-astro-cid-k2f5zb5c]{background:var(--brand-dark-blue, #0c3f86);color:#e8eeff;padding:3rem 1.5rem 0}.site-footer__inner[data-astro-cid-k2f5zb5c]{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.site-footer__brand[data-astro-cid-k2f5zb5c]{display:flex;flex-direction:column;gap:.4rem}.site-footer__logo[data-astro-cid-k2f5zb5c]{font-size:1.4rem;font-weight:700;letter-spacing:.02em;color:#fff}.site-footer__tagline[data-astro-cid-k2f5zb5c]{margin:0;font-size:.85rem;color:var(--brand-light-blue, #95b6f5)}.site-footer__links[data-astro-cid-k2f5zb5c]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem}.site-footer__links[data-astro-cid-k2f5zb5c] a[data-astro-cid-k2f5zb5c]{color:#c8d8ff;text-decoration:none;font-size:.875rem;transition:color .2s ease}.site-footer__links[data-astro-cid-k2f5zb5c] a[data-astro-cid-k2f5zb5c]:hover{color:#fff;text-decoration:underline}.site-footer__cookie-btn[data-astro-cid-k2f5zb5c]{background:none;border:none;padding:0;border-radius:0;color:#c8d8ff;font-size:.875rem;font-family:inherit;cursor:pointer;text-decoration:underline dotted;transition:color .2s ease}.site-footer__cookie-btn[data-astro-cid-k2f5zb5c]:hover{color:#fff;text-decoration:underline}.site-footer__bottom[data-astro-cid-k2f5zb5c]{max-width:1100px;margin:0 auto;padding:1rem 0 1.5rem;text-align:center}.site-footer__bottom[data-astro-cid-k2f5zb5c] p[data-astro-cid-k2f5zb5c]{margin:0;font-size:.78rem;color:#ffffff73}@media(max-width:600px){.site-footer__inner[data-astro-cid-k2f5zb5c]{flex-direction:column;align-items:center;text-align:center}.site-footer__brand[data-astro-cid-k2f5zb5c]{align-items:center}.site-footer__links[data-astro-cid-k2f5zb5c]{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem;align-items:center;justify-items:center;width:100%}}.scroll-top-btn[data-astro-cid-37fxchfa]{position:fixed;bottom:2rem;right:2rem;z-index:50;width:48px;height:48px;border-radius:50%;background:var(--brand-dark-blue, #0c3f86);color:#fff;border:none;cursor:pointer;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #165fc852;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease,background .2s ease,color .2s ease}.scroll-top-btn[data-astro-cid-37fxchfa].is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-btn[data-astro-cid-37fxchfa]:hover{background:#1050a8;transform:translateY(-3px);box-shadow:0 8px 26px #165fc86b}.scroll-top-btn[data-astro-cid-37fxchfa]:active{transform:translateY(0)}.scroll-top-btn[data-astro-cid-37fxchfa].is-inverted{background:#fff;color:var(--brand-dark-blue, #0c3f86);box-shadow:0 4px 18px #00000026}.scroll-top-btn[data-astro-cid-37fxchfa].is-inverted:hover{background:#f0f0f0}
