:root{--brand-blue: #2D4A79;--brand-blue-light: #1F73B7;--brand-blue-accent: #3A7AFE;--brand-background: #F5F6FA;--brand-border: #E1E4E8;--brand-card-bg: #ffffff;--brand-accent-light: #D7ECFF;--brand-accent-superlight: #F0F7FF;--text-dark: #1A1A1A;--text-medium: #444444;--text-light: #ffffff;--shadow-sm: 0 2px 4px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--max-width: 1180px}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--brand-background);color:var(--text-dark);line-height:1.6;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--text-dark);line-height:1.2}h1{font-size:2.6rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{font-size:1.05rem;color:var(--text-medium)}a{color:var(--brand-blue-light);text-decoration:none;transition:color .2s ease}a:hover{color:var(--brand-blue-accent)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.card{background:var(--brand-card-bg);border:1px solid var(--brand-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.5rem}section{padding:4rem 0}button,.btn{display:inline-block;padding:.65rem 1.4rem;border-radius:var(--radius-sm);border:none;cursor:pointer;background:var(--brand-blue-accent);color:var(--text-light);font-size:1rem;font-weight:500;transition:background .25s ease,transform .2s ease}button:hover,.btn:hover{background:#2e63e6;transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid var(--brand-blue-accent);color:var(--brand-blue-accent)}.btn-outline:hover{background:var(--brand-blue-accent);color:var(--text-light)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.text-center{text-align:center}.text-light{color:var(--text-light)}.text-dark{color:var(--text-dark)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}@media(max-width:768px){h1{font-size:2rem}section{padding:2.5rem 0}}.footer[data-astro-cid-sz7xmlte]{background:var(--brand-blue);color:var(--text-light);padding:3rem 0 2rem;margin-top:auto}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 2fr 1fr;gap:3rem;align-items:start}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer-logo[data-astro-cid-sz7xmlte]{font-size:1.5rem;font-weight:600;color:var(--text-light)}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:.9rem;color:#fffc;margin:0}.footer-nav[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-light);text-decoration:none;font-size:.9rem;transition:opacity .2s}.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:.7}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;font-size:.9rem}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-light);text-decoration:none;transition:opacity .2s}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:.7}.footer-copyright[data-astro-cid-sz7xmlte]{color:#fffc}@media(max-width:968px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-nav[data-astro-cid-sz7xmlte]{justify-content:center}.footer-legal[data-astro-cid-sz7xmlte]{align-items:center}}.navbar[data-astro-cid-ymhdp2rl]{background:var(--brand-blue);padding:1rem 0;color:var(--text-light)}.nav-inner[data-astro-cid-ymhdp2rl]{display:flex;justify-content:space-between;align-items:center}.nav-logo[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]{color:var(--text-light);font-size:30px;font-weight:600;text-decoration:none}.nav-links[data-astro-cid-ymhdp2rl]{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]{color:var(--text-light);text-decoration:none;font-weight:500;font-size:1.26rem}.dropdown[data-astro-cid-ymhdp2rl]{position:relative}.dropdown-trigger[data-astro-cid-ymhdp2rl]{cursor:pointer;padding:.5rem 0;display:inline-block}.dropdown-menu[data-astro-cid-ymhdp2rl]{position:absolute;top:2.4rem;left:0;background:#fff;color:var(--text-dark);border-radius:8px;box-shadow:var(--shadow-md);padding:.5rem 0;list-style:none;min-width:159px;display:none;z-index:50;margin-top:0}.dropdown-menu[data-astro-cid-ymhdp2rl] li[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]{display:block;padding:.75rem 1rem;color:var(--text-dark);white-space:nowrap;font-size:.92rem}.dropdown[data-astro-cid-ymhdp2rl]:hover .dropdown-menu[data-astro-cid-ymhdp2rl],.dropdown[data-astro-cid-ymhdp2rl]:focus-within .dropdown-menu[data-astro-cid-ymhdp2rl],.dropdown-menu[data-astro-cid-ymhdp2rl]:hover{display:block}.dropdown[data-astro-cid-ymhdp2rl]:after{content:"";position:absolute;top:100%;left:0;width:100%;height:20px;background:transparent}
