:root{--color-primary: #003399;--color-primary-dark: #002266;--color-primary-light: #4d79ff;--color-secondary: #ffcc00;--color-secondary-dark: #cc9900;--color-accent: #0066cc;--color-text: #1a1a2e;--color-text-light: #4a4a6a;--color-text-muted: #6b6b8a;--color-bg: #ffffff;--color-bg-alt: #f5f7fa;--color-bg-dark: #e8ecf2;--color-border: #d1d5db;--color-success: #059669;--color-warning: #d97706;--color-error: #dc2626;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--max-width: 1200px;--header-height: 72px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--color-text);background-color:var(--color-bg)}a{color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary);text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:600;color:var(--color-text)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;border:none;text-decoration:none}.btn:hover{text-decoration:none}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-dark);color:#fff}.btn-secondary{background-color:var(--color-secondary);color:var(--color-text)}.btn-secondary:hover{background-color:var(--color-secondary-dark)}.btn-outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:#fff}.card{background:var(--color-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.badge-primary{background-color:var(--color-primary);color:#fff}.badge-secondary{background-color:var(--color-secondary);color:var(--color-text)}.badge-success{background-color:var(--color-success);color:#fff}.section{padding:4rem 0}.section-alt{background-color:var(--color-bg-alt)}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:2.5rem 0}}.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}.header.svelte-12qhfyh{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--color-border);z-index:100;height:var(--header-height)}.nav.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--color-text);text-decoration:none}.logo.svelte-12qhfyh:hover{text-decoration:none}.logo-icon.svelte-12qhfyh{font-size:1.75rem}.logo-highlight.svelte-12qhfyh{color:var(--color-primary)}.nav-links.svelte-12qhfyh{display:flex;list-style:none;gap:.5rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.5rem 1rem;color:var(--color-text-light);font-weight:500;border-radius:var(--radius-md);transition:all .2s ease}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-primary);background-color:var(--color-bg-alt);text-decoration:none}.mobile-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-text);position:relative;transition:background .2s ease}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;width:24px;height:2px;background:var(--color-text);transition:transform .2s ease}.hamburger.svelte-12qhfyh:before{top:-8px}.hamburger.svelte-12qhfyh:after{top:8px}.hamburger.open.svelte-12qhfyh{background:transparent}.hamburger.open.svelte-12qhfyh:before{transform:rotate(45deg) translate(6px,6px)}.hamburger.open.svelte-12qhfyh:after{transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:900px){.mobile-toggle.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:#fff;flex-direction:column;padding:1rem;border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-lg)}.nav-links.open.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.75rem 1rem}}.footer.svelte-12qhfyh{background-color:var(--color-text);color:#fff;padding:4rem 0 2rem;margin-top:4rem}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:1rem;color:#ffffffb3;font-size:.9rem;line-height:1.6}.footer-brand.svelte-12qhfyh .logo:where(.svelte-12qhfyh){color:#fff}.footer-brand.svelte-12qhfyh .logo-highlight:where(.svelte-12qhfyh){color:var(--color-secondary)}.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:#fff;margin-bottom:1rem;font-size:1rem}.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none}.footer-section.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:.5rem}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffb3;font-size:.9rem;transition:color .2s ease}.footer-section.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff;text-decoration:none}.footer-legal.svelte-12qhfyh{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.legal-links.svelte-12qhfyh{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.legal-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffb3;font-size:.9rem;transition:color .2s ease}.legal-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff;text-decoration:none}.footer-bottom.svelte-12qhfyh{margin-top:1.5rem;padding-top:1.5rem;text-align:center;color:#ffffff80;font-size:.85rem}.company-info.svelte-12qhfyh{margin-top:.25rem;font-size:.8rem}.disclaimer.svelte-12qhfyh{margin-top:.5rem;font-size:.8rem}@media(max-width:900px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand.svelte-12qhfyh{grid-column:span 2}}@media(max-width:600px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}.footer-brand.svelte-12qhfyh{grid-column:span 1}.legal-links.svelte-12qhfyh{gap:1rem}.footer-bottom.svelte-12qhfyh{font-size:.8rem}}
