@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-primary: #2563eb;--color-primary-dark: #1e40af;--color-secondary: #7c3aed;--color-accent: #f59e0b;--color-text: #1f2937;--color-text-light: #6b7280;--color-bg: #ffffff;--color-bg-light: #f9fafb;--color-border: #e5e7eb}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color:var(--color-text);line-height:1.6;scroll-behavior:smooth}body{background-color:var(--color-bg);min-height:100vh}main{min-height:calc(100vh - 200px)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;text-align:center}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 10px 20px #2563eb33}.btn-secondary{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-secondary:hover{background-color:var(--color-primary);color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.875rem}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.section{padding:3rem 0}}.nav.svelte-e2bvpw.svelte-e2bvpw{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.nav.scrolled.svelte-e2bvpw.svelte-e2bvpw{box-shadow:0 4px 6px #0000001a}.nav-content.svelte-e2bvpw.svelte-e2bvpw{display:flex;justify-content:space-between;align-items:center}.logo.svelte-e2bvpw.svelte-e2bvpw{font-size:1.5rem;font-weight:800;color:var(--color-primary)}.logo-text.svelte-e2bvpw.svelte-e2bvpw{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links.svelte-e2bvpw.svelte-e2bvpw{display:flex;gap:2rem;align-items:center}.nav-links.svelte-e2bvpw a.svelte-e2bvpw{color:var(--color-text);font-weight:500;position:relative;padding:.5rem 0}.nav-links.svelte-e2bvpw a.svelte-e2bvpw:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-primary);transition:width .3s ease}.nav-links.svelte-e2bvpw a.svelte-e2bvpw:hover:after{width:100%}.mobile-menu-btn.svelte-e2bvpw.svelte-e2bvpw{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;justify-content:space-around;width:2rem;height:2rem}.hamburger.svelte-e2bvpw.svelte-e2bvpw{width:2rem;height:3px;background-color:var(--color-text);border-radius:10px;transition:all .3s ease;position:relative}.hamburger.svelte-e2bvpw.svelte-e2bvpw:before,.hamburger.svelte-e2bvpw.svelte-e2bvpw:after{content:"";position:absolute;width:2rem;height:3px;background-color:var(--color-text);border-radius:10px;transition:all .3s ease}.hamburger.svelte-e2bvpw.svelte-e2bvpw:before{top:-8px}.hamburger.svelte-e2bvpw.svelte-e2bvpw:after{bottom:-8px}.hamburger.open.svelte-e2bvpw.svelte-e2bvpw{background-color:transparent}.hamburger.open.svelte-e2bvpw.svelte-e2bvpw:before{top:0;transform:rotate(45deg)}.hamburger.open.svelte-e2bvpw.svelte-e2bvpw:after{bottom:0;transform:rotate(-45deg)}@media (max-width: 768px){.mobile-menu-btn.svelte-e2bvpw.svelte-e2bvpw{display:flex}.nav-links.svelte-e2bvpw.svelte-e2bvpw{position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 4px 6px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.nav-links.open.svelte-e2bvpw.svelte-e2bvpw{transform:translateY(0);opacity:1;pointer-events:all}}.footer.svelte-1ncjy02.svelte-1ncjy02{background-color:var(--color-text);color:#fff;padding:3rem 0 1.5rem;margin-top:5rem}.footer-content.svelte-1ncjy02.svelte-1ncjy02{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section.svelte-1ncjy02 h3.svelte-1ncjy02,.footer-section.svelte-1ncjy02 h4.svelte-1ncjy02{color:#fff;margin-bottom:1rem}.footer-logo.svelte-1ncjy02.svelte-1ncjy02{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline.svelte-1ncjy02.svelte-1ncjy02{color:#fffc;margin-top:.5rem}.footer-section.svelte-1ncjy02 ul.svelte-1ncjy02{list-style:none}.footer-section.svelte-1ncjy02 ul li.svelte-1ncjy02{margin-bottom:.75rem;color:#fffc}.footer-section.svelte-1ncjy02 a.svelte-1ncjy02{color:#fffc;transition:color .2s ease}.footer-section.svelte-1ncjy02 a.svelte-1ncjy02:hover{color:#fff}.social-links.svelte-1ncjy02.svelte-1ncjy02{display:flex;gap:1rem;flex-wrap:wrap}.social-links.svelte-1ncjy02 a.svelte-1ncjy02{padding:.5rem 1rem;background-color:#ffffff1a;border-radius:.25rem;transition:background-color .2s ease}.social-links.svelte-1ncjy02 a.svelte-1ncjy02:hover{background-color:#fff3}.footer-bottom.svelte-1ncjy02.svelte-1ncjy02{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#fff9}@media (max-width: 768px){.footer-content.svelte-1ncjy02.svelte-1ncjy02{grid-template-columns:1fr}}
