:root{--primary: #003ccc;--primary-hover: #002e9c;--secondary: #0f172a;--text-main: #1e293b;--text-muted: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--header-height: 80px;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--transition: all .3s ease}body{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-main);line-height:1.6}.container.svelte-jgd2xn{max-width:1100px;margin:0 auto;padding:0 2rem}.container.narrow.svelte-jgd2xn{max-width:800px}.privacy-page.svelte-jgd2xn{display:flex;flex-direction:column;min-height:100vh}.main-header.svelte-jgd2xn{position:sticky;top:0;z-index:1000;background:#f8fafccc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);height:var(--header-height);display:flex;align-items:center}.header-inner.svelte-jgd2xn{width:100%;display:flex;justify-content:space-between;align-items:center}.brand.svelte-jgd2xn{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--secondary)}.logo.svelte-jgd2xn{height:32px;width:auto}.company-name.svelte-jgd2xn{font-family:var(--font-heading);font-weight:700;font-size:1.25rem}.nav-link.svelte-jgd2xn{text-decoration:none;color:var(--primary);font-weight:600;font-size:.95rem;transition:var(--transition)}.nav-link.svelte-jgd2xn:hover{color:var(--primary-hover)}main.svelte-jgd2xn{flex:1;padding:4rem 0}.privacy-content-card.svelte-jgd2xn{background:var(--bg-white);border-radius:24px;padding:3rem;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px #0000000d}h1.svelte-jgd2xn{font-family:var(--font-heading);font-size:2.75rem;font-weight:800;color:var(--secondary);margin-bottom:.5rem;letter-spacing:-.02em}.effective-date.svelte-jgd2xn{color:var(--text-muted);font-size:.95rem;margin-bottom:3rem;font-weight:500}section.svelte-jgd2xn{margin-bottom:2.5rem}h2.svelte-jgd2xn{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:1rem;margin-top:2rem}h3.svelte-jgd2xn{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem;margin-top:1.5rem}p.svelte-jgd2xn{color:var(--text-main);margin-bottom:1rem}ul.svelte-jgd2xn{padding-left:1.5rem;margin-bottom:1rem}li.svelte-jgd2xn{margin-bottom:.5rem}address.svelte-jgd2xn{font-style:normal;margin-top:.5rem}a.svelte-jgd2xn{color:var(--primary);text-decoration:none;font-weight:500}a.svelte-jgd2xn:hover{text-decoration:underline}.main-footer.svelte-jgd2xn{padding:3rem 0;background:var(--secondary);color:#fff9}.footer-content.svelte-jgd2xn{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-link.svelte-jgd2xn{color:inherit;text-decoration:none;transition:var(--transition)}.footer-link.svelte-jgd2xn:hover{color:#fff}@media(max-width:768px){.privacy-content-card.svelte-jgd2xn{padding:2rem}h1.svelte-jgd2xn{font-size:2.25rem}.footer-content.svelte-jgd2xn{flex-direction:column;text-align:center}}:root{--primary: #003ccc;--primary-hover: #002e9c;--primary-soft: rgba(0, 60, 204, .1);--secondary: #0f172a;--text-main: #1e293b;--text-muted: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--header-height: 80px;--container-width: 1100px;--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}.container.svelte-1n46o8q{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.container.narrow.svelte-1n46o8q{max-width:800px}.text-center.svelte-1n46o8q{text-align:center}.btn.svelte-1n46o8q{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-family:var(--font-heading);cursor:pointer;transition:var(--transition);font-size:.95rem;border:none;text-decoration:none}.btn-primary.svelte-1n46o8q{background:var(--primary);color:#fff}.btn-primary.svelte-1n46o8q:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline.svelte-1n46o8q{background:transparent;color:var(--text-main);border:1px solid var(--border-color)}.btn-outline.svelte-1n46o8q:hover{background:var(--bg-white);border-color:var(--text-main)}.site-container.svelte-1n46o8q{display:flex;flex-direction:column;min-height:100vh}.main-header.svelte-1n46o8q{position:fixed;top:0;left:0;right:0;z-index:1000;background:#f8fafccc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.6);height:var(--header-height);display:flex;align-items:center}.header-inner.svelte-1n46o8q{width:100%;display:flex;justify-content:space-between;align-items:center}.brand.svelte-1n46o8q{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--text-main);z-index:2}.logo.svelte-1n46o8q{height:36px;width:auto}.company-name.svelte-1n46o8q{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;letter-spacing:-.02em;color:var(--secondary)}.desktop-nav.svelte-1n46o8q{display:flex;gap:2rem}.nav-link.svelte-1n46o8q{text-decoration:none;color:var(--text-muted);font-weight:500;font-size:.95rem;transition:var(--transition)}.nav-link.svelte-1n46o8q:hover{color:var(--primary)}.hero-section.svelte-1n46o8q{position:relative;padding-top:calc(var(--header-height) + 4rem);padding-bottom:6rem;background:linear-gradient(135deg,#0f172a,#1e3a5f,#003ccc);color:#fff;overflow:hidden}.hero-background-pattern.svelte-1n46o8q{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;background-image:radial-gradient(var(--primary) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(to bottom,black,transparent);mask-image:linear-gradient(to bottom,black,transparent)}.hero-content.svelte-1n46o8q{max-width:700px;position:relative;z-index:10}.tagline.svelte-1n46o8q{font-family:var(--font-heading);color:var(--primary-light, #4d7aff);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;margin-bottom:1rem}.hero-title.svelte-1n46o8q{font-family:var(--font-heading);font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1rem;letter-spacing:-.03em}.hero-meta.svelte-1n46o8q{font-size:1rem;color:#fff9;font-weight:500;margin-bottom:2rem}.hero-description.svelte-1n46o8q{font-size:1.25rem;color:#fffc;max-width:600px;margin-bottom:3rem}.hero-actions.svelte-1n46o8q{display:flex;gap:1rem}.hero-actions.svelte-1n46o8q .btn-outline:where(.svelte-1n46o8q){color:#fff;border-color:#fff3}.hero-actions.svelte-1n46o8q .btn-outline:where(.svelte-1n46o8q):hover{background:#ffffff0d;border-color:#fff}.products-section.svelte-1n46o8q{padding:6rem 0;background:var(--bg-light)}.section-header.svelte-1n46o8q{margin-bottom:3rem}.section-title.svelte-1n46o8q{font-family:var(--font-heading);font-size:2.25rem;font-weight:800;color:var(--secondary);margin-bottom:.5rem}.section-divider.svelte-1n46o8q{width:50px;height:4px;background:var(--primary);border-radius:2px}.products-grid.svelte-1n46o8q{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card.svelte-1n46o8q{background:var(--bg-white);border-radius:20px;text-decoration:none;color:inherit;transition:var(--transition);border:1px solid var(--border-color);position:relative;overflow:hidden}.product-card.svelte-1n46o8q:not(.disabled):hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary-soft)}.product-card-body.svelte-1n46o8q{padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;height:100%}.product-logo-wrapper.svelte-1n46o8q{flex-shrink:0}.product-logo.svelte-1n46o8q{width:64px;height:64px;object-fit:contain}.product-content.svelte-1n46o8q{flex:1;display:flex;flex-direction:column;height:100%}.product-title.svelte-1n46o8q{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;margin:0 0 .5rem;color:var(--secondary)}.product-description.svelte-1n46o8q{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.product-footer.svelte-1n46o8q{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary);font-size:1rem;margin-top:auto}.arrow-icon.svelte-1n46o8q{width:20px;height:20px;transition:var(--transition)}.product-card.svelte-1n46o8q:hover .arrow-icon:where(.svelte-1n46o8q){transform:translate(4px)}.product-card.disabled.svelte-1n46o8q{cursor:default;opacity:.9}.product-status.svelte-1n46o8q{font-size:.85rem;color:var(--text-muted);font-weight:500}.contact-section.svelte-1n46o8q{padding:6rem 0;background:var(--bg-white)}.contact-card.svelte-1n46o8q{background:var(--bg-light);border-radius:24px;padding:4rem 2rem;border:1px solid var(--border-color)}.contact-intro.svelte-1n46o8q{color:var(--text-muted);margin-bottom:3rem}.contact-methods.svelte-1n46o8q{display:flex;flex-direction:column;gap:1.5rem;max-width:400px;margin:0 auto}.contact-item.svelte-1n46o8q{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background:var(--bg-white);border-radius:16px;text-decoration:none;color:inherit;border:1px solid transparent;transition:var(--transition)}a.contact-item.svelte-1n46o8q:hover{border-color:var(--primary-soft);box-shadow:var(--shadow-sm);transform:translate(4px)}.contact-icon.svelte-1n46o8q{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--primary-soft);color:var(--primary);border-radius:12px}.contact-icon.svelte-1n46o8q svg:where(.svelte-1n46o8q){width:24px;height:24px}.contact-info.svelte-1n46o8q .label:where(.svelte-1n46o8q){display:block;font-size:.8rem;text-transform:uppercase;font-weight:700;color:var(--text-muted);letter-spacing:.05em}.contact-info.svelte-1n46o8q .value:where(.svelte-1n46o8q){font-weight:600;color:var(--secondary)}.main-footer.svelte-1n46o8q{padding:3rem 0;background:var(--bg-light);border-top:1px solid var(--border-color);color:var(--text-muted)}.footer-content.svelte-1n46o8q{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-link.svelte-1n46o8q{color:inherit;text-decoration:none;transition:var(--transition)}.footer-link.svelte-1n46o8q:hover{color:var(--primary)}@media(max-width:768px){:root{--header-height: 70px}.hero-title.svelte-1n46o8q{font-size:2.75rem}.desktop-nav.svelte-1n46o8q{display:none}.product-card-body.svelte-1n46o8q{flex-direction:column;align-items:center;text-align:center}.product-logo.svelte-1n46o8q{width:48px;height:48px}.footer-content.svelte-1n46o8q{flex-direction:column;text-align:center}}
