@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--hw-primary: #246fe8;--hw-primary-dark: #1a5acc;--hw-primary-light: #eaf1fe;--hw-navy: #07275a;--hw-navy-light: #0d3a7a;--hw-surface: #f4f7fc;--hw-gradient: linear-gradient(135deg, #07275a 0%, #246fe8 100%);--hw-gradient-soft: linear-gradient(180deg, #f4f7fc 0%, #ffffff 100%);--wc-green: var(--hw-primary);--wc-green-dark: var(--hw-primary-dark);--wc-brown: var(--hw-navy);--wc-blue: var(--hw-primary);--wc-blue-light: var(--hw-primary-light);--color-bg: #ffffff;--color-text: #1a2332;--color-heading: #07275a;--color-muted: #5c6678;--color-primary: var(--hw-primary);--color-primary-hover: var(--hw-primary-dark);--color-accent: var(--hw-navy);--color-border: #e2e8f3;--color-border-light: #d8e2f0;--font: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--container-max: 1200px;--nav-height: 72px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--shadow-card: 0 4px 24px rgba(7, 39, 90, .08);--shadow-elevated: 0 12px 40px rgba(7, 39, 90, .12)}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--hw-primary);text-decoration:none}a:hover{text-decoration:underline}main{min-height:60vh}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem;width:100%}.container-narrow{max-width:970px;margin:0 auto;padding:0 1.5rem}h1,h2,h3{color:var(--color-heading);line-height:1.25;letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.7rem 1.5rem;background:var(--hw-navy);color:#fff;text-decoration:none;border-radius:var(--radius-sm);border:none;cursor:pointer;font-family:var(--font);font-size:1rem;font-weight:700;line-height:1.3;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 8px #07275a26}.btn:hover{text-decoration:none;filter:brightness(1.06);transform:translateY(-1px)}.btn-green{background:var(--hw-primary);color:#fff;box-shadow:0 4px 14px #246fe859}.btn-green:hover{background:var(--hw-primary-dark)}.btn-white{background:#fff;color:var(--hw-navy);border:2px solid #fff;box-shadow:0 4px 20px #0000001f}.btn-white:hover{background:#f8faff}.btn-outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.85);box-shadow:none}.btn-outline-white:hover{background:#ffffff1f;text-decoration:none}.btn-secondary{background:#fff;color:var(--hw-primary);border:2px solid var(--hw-primary);box-shadow:none}.btn-secondary:hover{background:var(--hw-primary-light)}.btn-outline{background:transparent;color:var(--hw-navy);border:2px solid var(--color-border);box-shadow:none}.btn-outline:hover{border-color:var(--hw-primary);color:var(--hw-primary);background:var(--hw-primary-light)}.btn-lg{font-size:1.125rem;padding:.85rem 1.85rem}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow-card)}.paywall{background:linear-gradient(135deg,#fff8e6,#fff4d6);border:1px solid #f0c040;padding:1.25rem;border-radius:var(--radius-md)}.two-tone-separator{position:relative;height:64px;overflow:hidden;line-height:0}.two-tone-separator--green-top{background:var(--hw-navy)}.two-tone-separator--green-top:before{content:"";position:absolute;left:-4%;right:-4%;top:0;height:100%;background-color:#fff;clip-path:polygon(0% 0%,100% 0%,100% 42%,85% 58%,70% 70%,50% 100%,30% 70%,15% 58%,0% 42%)}.two-tone-separator--white-top{background-color:#fff;margin-top:-2px}.two-tone-separator--white-top:before{content:"";position:absolute;left:-6%;right:-6%;top:-28px;height:calc(100% + 28px);background:linear-gradient(180deg,#0d3a7a,#1650a8 18%,#1a5acc 34%,#246fe8 52%,#3d7fe9 72%,#fff);clip-path:polygon(0% 0%,100% 0%,100% 42%,85% 58%,70% 70%,50% 100%,30% 70%,15% 58%,0% 42%)}.header.svelte-se4uza{background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);min-height:var(--nav-height);display:flex;align-items:center;position:sticky;top:0;z-index:100}.header-inner.svelte-se4uza{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.logo-link.svelte-se4uza{display:flex;align-items:center;text-decoration:none}.logo-img.svelte-se4uza{height:52px;width:auto;max-width:min(260px,55vw);object-fit:contain}nav.svelte-se4uza{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}nav.svelte-se4uza a:where(.svelte-se4uza){color:var(--hw-navy);text-decoration:none;font-weight:600;font-size:.92rem;padding:.5rem .75rem;border-radius:8px}nav.svelte-se4uza a:where(.svelte-se4uza):hover{text-decoration:none;background:var(--hw-primary-light);color:var(--hw-primary)}.nav-pill.svelte-se4uza,.btn-nav.svelte-se4uza{background:var(--hw-primary)!important;color:#fff!important;border-radius:var(--radius-sm);padding:.55rem 1.25rem!important;font-weight:700!important;box-shadow:0 2px 10px #246fe84d}.nav-pill.svelte-se4uza:hover,.btn-nav.svelte-se4uza:hover{background:var(--hw-primary-dark)!important;color:#fff!important}.lang-switch.svelte-se4uza{display:flex;align-items:center;gap:.25rem;font-size:.85rem}.lang-switch.svelte-se4uza a:where(.svelte-se4uza){opacity:.7;padding:.35rem .5rem}.lang-switch.svelte-se4uza a.active:where(.svelte-se4uza){opacity:1;background:var(--hw-primary-light);color:var(--hw-primary)}.lang-sep.svelte-se4uza{opacity:.35;-webkit-user-select:none;user-select:none;color:var(--hw-navy)}.menu-toggle.svelte-se4uza{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle.svelte-se4uza span:where(.svelte-se4uza){display:block;width:24px;height:2px;background:var(--hw-navy)}@media(max-width:767px){.menu-toggle.svelte-se4uza{display:flex}nav.svelte-se4uza{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:#fff;flex-direction:column;padding:1rem;border-top:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}nav.open.svelte-se4uza{display:flex}.header-inner.svelte-se4uza{position:relative}}.site-footer.svelte-4jwo3w{background:var(--hw-navy);color:#fff;margin-top:0;padding:3rem 0 0}.site-footer.svelte-4jwo3w a:where(.svelte-4jwo3w){color:#fff}.site-footer.svelte-4jwo3w a:where(.svelte-4jwo3w):hover{color:var(--hw-primary-light)}.footer-grid.svelte-4jwo3w{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:flex-start;gap:2rem 4rem;padding-bottom:2rem}.footer-logo.svelte-4jwo3w{max-width:200px;height:auto;margin-bottom:1rem;display:block;filter:brightness(0) invert(1)}.footer-about.svelte-4jwo3w{font-size:.95rem;line-height:1.65;max-width:420px;margin:0;opacity:.92}.footer-links.svelte-4jwo3w{display:flex;flex-direction:column;gap:.5rem}.footer-links-title.svelte-4jwo3w{font-weight:700;margin:0 0 .5rem}.footer-bottom.svelte-4jwo3w{border-top:1px solid rgba(255,255,255,.15);padding:1rem 0 1.25rem;opacity:.75}.footer-rights.svelte-4jwo3w{margin:0;max-width:920px;font-size:.72rem;line-height:1.55;opacity:.95}.footer-rights.svelte-4jwo3w a:where(.svelte-4jwo3w){text-decoration:underline;text-underline-offset:2px}@media(max-width:767px){.footer-grid.svelte-4jwo3w{flex-direction:column;align-items:flex-start;gap:2rem}}
