:root{--color-primary: #0056b3;--color-secondary: #00a8e8;--color-accent: #ffc107;--color-dark: #1a1a1a;--color-light: #f8f9fa;--color-white: #ffffff;--color-text: #333333;--color-text-light: #666666;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem;--font-main: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);color:var(--color-text);background-color:var(--color-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-dark);line-height:1.2;margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.btn{display:inline-block;padding:10px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{border:2px solid var(--color-primary);background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:#004494;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{border:2px solid var(--color-primary);background:transparent}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-white)}.section{padding:var(--spacing-lg) 0}@media(max-width:768px){.section{padding:var(--spacing-md) 0}.section-title{font-size:2rem}}@media(max-width:340px){.btn{display:inline-block;padding:5px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .3s ease;border:none}}.section-title{text-align:center;font-size:2.5rem;margin-bottom:var(--spacing-md);color:var(--color-primary)}.header.svelte-12qhfyh{background:var(--color-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100;padding:1rem 0}.header-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.nav.svelte-12qhfyh{display:flex;gap:2rem;align-items:center}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn){font-weight:500;color:var(--color-text)}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn):hover{color:var(--color-primary)}.menu-toggle.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;z-index:101}.bar.svelte-12qhfyh{width:25px;height:3px;background-color:var(--color-dark);transition:all .3s ease}@media(max-width:768px){.menu-toggle.svelte-12qhfyh{display:flex}.nav.svelte-12qhfyh{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--color-white);flex-direction:column;justify-content:center;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a}.nav.active.svelte-12qhfyh{right:0}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.25rem}}.footer.svelte-12qhfyh{background:var(--color-dark);color:var(--color-white);padding:4rem 0 2rem;margin-top:auto}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer.svelte-12qhfyh h3:where(.svelte-12qhfyh){color:var(--color-white);margin-bottom:1rem}.footer.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:var(--color-secondary);margin-bottom:1rem;font-size:1.1rem}.footer.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh){margin-bottom:.5rem}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-bottom.svelte-12qhfyh{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:var(--color-text-light);font-size:.9rem}
