:root{--color-primary: #0f172a;--color-secondary: #f59e0b;--color-accent: #10b981;--color-text: #334155;--color-bg: #f8fafc;--color-white: #ffffff;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-primary);line-height:1.2;font-weight:700}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;text-align:center;transition:all .3s ease}.btn-primary{background-color:var(--color-secondary);color:var(--color-primary)}.btn-primary:hover{background-color:#d97706;transform:translateY(-2px)}.btn-outline{border:2px solid var(--color-white);color:var(--color-white);background:transparent}.btn-outline:hover{background-color:var(--color-white);color:var(--color-primary)}.section{padding:var(--spacing-xl) 0}.text-center{text-align:center}.grid{display:grid;gap:var(--spacing-lg)}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}.header.svelte-12qhfyh{position:sticky;top:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;padding:1rem 0}.header-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:800;color:var(--color-primary);text-transform:uppercase;letter-spacing:-.5px}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:2rem}.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-secondary)}.footer.svelte-12qhfyh{background-color:var(--color-primary);color:var(--color-white);padding:4rem 0 2rem;margin-top:auto}.footer-content.svelte-12qhfyh{display:grid;gap:2rem}.footer-info.svelte-12qhfyh h3:where(.svelte-12qhfyh){color:var(--color-secondary);margin-bottom:.5rem}.footer-links.svelte-12qhfyh{display:flex;gap:1.5rem}.footer-copy.svelte-12qhfyh{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.875rem;color:#fff9}@media(min-width:768px){.footer-content.svelte-12qhfyh{grid-template-columns:1fr auto;align-items:center}.footer-copy.svelte-12qhfyh{grid-column:1 / -1}}
