:root{--primary: #0066cc;--primary-light: #3385ff;--primary-dark: #004999;--accent: #10b981;--accent-hover: #059669;--dark: #1f2937;--gray-100: #f4f6f8;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-500: #6b7280;--gray-700: #374151;--white: #ffffff;--max-width: 1200px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 4px 6px rgba(0, 0, 0, .05), 0 10px 15px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .07), 0 15px 30px rgba(0, 0, 0, .04);--radius: 10px}.svelte-eeuhic{box-sizing:border-box;margin:0;padding:0}.container.svelte-eeuhic{max-width:var(--max-width);margin:0 auto;padding:40px 24px}.sticky-header.svelte-eeuhic{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffe6;box-shadow:var(--shadow)}.nav-container.svelte-eeuhic{max-width:var(--max-width);margin:0 auto;padding:0 24px}.nav.svelte-eeuhic{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo.svelte-eeuhic{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-icon.svelte-eeuhic{background:linear-gradient(135deg,var(--primary),var(--primary-light));width:40px;height:40px;border-radius:8px;display:grid;place-items:center;font-weight:700;color:var(--white);font-size:20px}.logo-text.svelte-eeuhic{font-size:18px;font-weight:700;color:var(--dark)}.nav-links.svelte-eeuhic{display:flex;gap:24px}.nav-links.svelte-eeuhic a:where(.svelte-eeuhic){color:var(--gray-700);text-decoration:none;font-weight:500;font-size:16px;padding:8px 16px;border-radius:6px;transition:all .3s ease}.nav-links.svelte-eeuhic a:where(.svelte-eeuhic):hover{color:var(--primary);background-color:#0066cc0d}.button.svelte-eeuhic{display:inline-block;background:var(--accent);color:var(--white);padding:12px 24px;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer;text-align:center}.button.svelte-eeuhic:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.button.outline.svelte-eeuhic{background:transparent;border:2px solid var(--accent);color:var(--accent)}.button.outline.svelte-eeuhic:hover{background:var(--accent);color:var(--white)}.button.primary.svelte-eeuhic{background:var(--primary)}.button.primary.svelte-eeuhic:hover{background:var(--primary-dark)}.hero.svelte-eeuhic{padding:80px 0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-background.svelte-eeuhic{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(135deg,#0066cc08,#0099ff0f);z-index:-1}.hero-content.svelte-eeuhic{max-width:800px;margin:0 auto}.hero.svelte-eeuhic h1:where(.svelte-eeuhic){font-size:48px;font-weight:800;margin-bottom:24px;color:var(--dark);line-height:1.2}.hero.svelte-eeuhic p:where(.svelte-eeuhic){font-size:20px;color:var(--gray-700);max-width:600px;margin:0 auto 40px;font-weight:400}.hero-buttons.svelte-eeuhic{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.section-title.svelte-eeuhic{text-align:center;margin-bottom:60px}.section-title.svelte-eeuhic h2:where(.svelte-eeuhic){font-size:32px;font-weight:700;color:var(--dark);margin-bottom:16px}.section-title.svelte-eeuhic p:where(.svelte-eeuhic){font-size:18px;color:var(--gray-500);max-width:600px;margin:0 auto}.features.svelte-eeuhic{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:60px}.feature.svelte-eeuhic{background-color:var(--white);padding:32px;border-radius:var(--radius);box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--gray-200);height:100%;display:flex;flex-direction:column}.feature.svelte-eeuhic:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.feature-icon.svelte-eeuhic{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-light),var(--primary));border-radius:12px;display:grid;place-items:center;margin-bottom:24px;color:var(--white);font-size:24px}.feature.svelte-eeuhic h3:where(.svelte-eeuhic){font-size:20px;color:var(--primary);margin-bottom:16px;font-weight:600}.feature.svelte-eeuhic p:where(.svelte-eeuhic){color:var(--gray-700);font-size:16px;line-height:1.6;margin-bottom:24px;flex-grow:1}.feature-link.svelte-eeuhic{color:var(--primary);text-decoration:none;font-weight:600;display:flex;align-items:center;gap:8px;transition:gap .3s ease}.feature-link.svelte-eeuhic:hover{gap:12px}.cta.svelte-eeuhic{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:80px 32px;border-radius:var(--radius);margin-top:100px;color:var(--white);text-align:center}.cta.svelte-eeuhic h2:where(.svelte-eeuhic){font-size:32px;font-weight:700;margin-bottom:20px}.cta.svelte-eeuhic p:where(.svelte-eeuhic){font-size:18px;max-width:600px;margin:0 auto 32px;opacity:.9}.footer.svelte-eeuhic{background-color:var(--dark);color:var(--gray-300);padding:60px 0 40px;margin-top:100px}.footer-content.svelte-eeuhic{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:var(--max-width);margin:0 auto;padding:0 24px}.footer-col.svelte-eeuhic h4:where(.svelte-eeuhic){color:var(--white);font-size:18px;font-weight:600;margin-bottom:24px}.footer-links.svelte-eeuhic{list-style:none}.footer-links.svelte-eeuhic li:where(.svelte-eeuhic){margin-bottom:12px}.footer-links.svelte-eeuhic a:where(.svelte-eeuhic){color:var(--gray-300);text-decoration:none;transition:color .3s}.footer-links.svelte-eeuhic a:where(.svelte-eeuhic):hover{color:var(--white)}.copyright.svelte-eeuhic{text-align:center;padding-top:40px;max-width:var(--max-width);margin:40px auto 0;border-top:1px solid rgba(255,255,255,.1);color:var(--gray-500);font-size:14px;padding-left:24px;padding-right:24px}@media (max-width: 768px){.hero.svelte-eeuhic h1:where(.svelte-eeuhic){font-size:36px}.hero.svelte-eeuhic p:where(.svelte-eeuhic){font-size:18px}.features.svelte-eeuhic{grid-template-columns:1fr}.hero-buttons.svelte-eeuhic{flex-direction:column;width:100%}.hero-buttons.svelte-eeuhic .button:where(.svelte-eeuhic){width:100%}.nav-links.svelte-eeuhic{display:none}}
