:root{--primary: #f97316;--primary-hover: #ea580c;--bg-white: #ffffff;--bg-soft: #fcfcfd;--bg-card: #ffffff;--text-main: #1e293b;--text-muted: #64748b;--accent: #fbbf24;--border: #f1f5f9;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--font-sans: "Inter", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-soft);color:var(--text-main);font-family:var(--font-sans);line-height:1.6;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:800;letter-spacing:-.025em;color:#0f172a;line-height:1.2}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}@media(min-width:640px){.container{padding:0 2rem}}section{padding:4rem 0}@media(min-width:768px){section{padding:6rem 0}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:1.25rem;box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:.9375rem;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 10px 15px -3px #f9731633}.btn-outline{background:#fff;border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.grid{display:grid;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease forwards}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.header.svelte-12qhfyh{position:sticky;top:0;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border)}.nav-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;height:4.5rem}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:800;color:var(--text-main);z-index:1100}.logo.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--primary)}.nav-links.svelte-12qhfyh{display:flex;align-items:center}.nav-links.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9375rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary)}.nav-links.svelte-12qhfyh a.btn:where(.svelte-12qhfyh){color:#fff}.btn-sm.svelte-12qhfyh{padding:.5rem 1.25rem;font-size:.875rem}.mobile-toggle.svelte-12qhfyh{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.mobile-toggle.svelte-12qhfyh span:where(.svelte-12qhfyh){width:100%;height:2px;background-color:var(--text-main);transition:all .3s;border-radius:2px}.mobile-toggle.svelte-12qhfyh span.open:where(.svelte-12qhfyh):nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle.svelte-12qhfyh span.open:where(.svelte-12qhfyh):nth-child(2){opacity:0}.mobile-toggle.svelte-12qhfyh span.open:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.mobile-toggle.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#fff;flex-direction:column;justify-content:center;padding:2rem;box-shadow:-10px 0 30px #0000000d;transition:right .4s cubic-bezier(.4,0,.2,1)}.nav-links.show.svelte-12qhfyh{right:0}.nav-links.svelte-12qhfyh ul:where(.svelte-12qhfyh){flex-direction:column;gap:2rem;width:100%}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.25rem;width:100%;display:block;text-align:center}}.footer.svelte-12qhfyh{padding:4rem 0;background:#f8fafc;border-top:1px solid var(--border)}.footer-content.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo.svelte-12qhfyh{font-size:1.25rem;font-weight:800}.footer-logo.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--primary)}.footer-links.svelte-12qhfyh{display:flex;gap:2rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);font-size:.875rem;font-weight:500;text-decoration:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary)}.copyright.svelte-12qhfyh{color:var(--text-muted);font-size:.8125rem;text-align:center}
