:root{--color-brand: #e67e22;--color-brand-dark: #cf6d17;--color-brand-light: #f39c4a;--color-brand-bg: #fef5ec;--color-text: #1a1a2e;--color-text-secondary: #555568;--color-text-muted: #8888a0;--color-bg: #ffffff;--color-bg-alt: #f8f8fc;--color-bg-dark: #1a1a2e;--color-border: #e4e4ec;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, serif;--max-width: 1200px;--max-width-narrow: 800px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}a{color:var(--color-brand);text-decoration:none;transition:color .2s}a:hover{color:var(--color-brand-dark)}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2;color:var(--color-text)}h1{font-size:3.5rem;font-weight:800;letter-spacing:-.02em}h2{font-size:2.5rem;font-weight:700;letter-spacing:-.01em}h3{font-size:1.75rem;font-weight:700}h4{font-size:1.25rem;font-weight:600;font-family:var(--font-sans)}p{margin-bottom:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:var(--max-width-narrow);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;font-family:var(--font-sans);border-radius:var(--radius);border:none;cursor:pointer;transition:all .2s;text-decoration:none}.btn--primary{background:var(--color-brand);color:#fff}.btn--primary:hover{background:var(--color-brand-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background:transparent;color:var(--color-brand);border:2px solid var(--color-brand)}.btn--secondary:hover{background:var(--color-brand-bg);color:var(--color-brand-dark)}.btn--large{padding:1rem 2.25rem;font-size:1.125rem}.section{padding:6rem 0}.section--alt{background:var(--color-bg-alt)}.section__header{text-align:center;margin-bottom:4rem}.section__header h2{margin-bottom:1rem}.section__header p{font-size:1.25rem;color:var(--color-text-secondary);max-width:640px;margin:0 auto}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.375rem}.section{padding:3.5rem 0}.section__header{margin-bottom:2.5rem}}.nav.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.nav__inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:4rem}.nav__logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--color-text);text-decoration:none}.nav__logo.svelte-12qhfyh:hover{color:var(--color-text)}.nav__logo-icon.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--color-brand);color:#fff;border-radius:6px;font-family:var(--font-display);font-weight:800;font-size:1.125rem}.nav__logo-text.svelte-12qhfyh{font-family:var(--font-display)}.nav__links.svelte-12qhfyh{display:flex;align-items:center;gap:2rem}.nav__link.svelte-12qhfyh{color:var(--color-text-secondary);font-weight:500;font-size:.9375rem;text-decoration:none;transition:color .2s}.nav__link.svelte-12qhfyh:hover{color:var(--color-brand)}.nav__cta.svelte-12qhfyh{padding:.5rem 1.25rem;font-size:.875rem}.nav__toggle.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav__toggle-bar.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s}.nav__toggle-bar.open.svelte-12qhfyh:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__toggle-bar.open.svelte-12qhfyh:nth-child(2){opacity:0}.nav__toggle-bar.open.svelte-12qhfyh:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.nav__toggle.svelte-12qhfyh{display:flex}.nav__links.svelte-12qhfyh{display:none;position:absolute;top:4rem;left:0;right:0;flex-direction:column;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:1.5rem;gap:1rem;box-shadow:var(--shadow-md)}.nav__links--open.svelte-12qhfyh{display:flex}}.footer.svelte-12qhfyh{background:var(--color-bg-dark);color:#ccc;padding:4rem 0 2rem}.footer__inner.svelte-12qhfyh{display:flex;flex-direction:column;gap:3rem}.footer__brand.svelte-12qhfyh{max-width:300px}.footer__brand.svelte-12qhfyh .nav__logo:where(.svelte-12qhfyh){color:#fff;margin-bottom:.75rem}.footer__brand.svelte-12qhfyh .nav__logo-icon:where(.svelte-12qhfyh){background:var(--color-brand)}.footer__tagline.svelte-12qhfyh{color:#999;font-size:.9375rem;margin:0}.footer__links.svelte-12qhfyh{display:flex;gap:4rem;flex-wrap:wrap}.footer__col.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.footer__heading.svelte-12qhfyh{color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-family:var(--font-sans)}.footer__col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#999;font-size:.9375rem;text-decoration:none;transition:color .2s}.footer__col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-brand-light)}.footer__bottom.svelte-12qhfyh{border-top:1px solid #333;padding-top:1.5rem}.footer__bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.875rem;color:#666;margin:0}@media(max-width:768px){.footer__links.svelte-12qhfyh{gap:2rem}}
