@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--black: #000000;--white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--gray-900: #171717;--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-3xl: 32px;--accent-orange: #f97316;--accent-orange-hover: #ea580c}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-wide{max-width:1400px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:60px 0}.section-title{font-size:2.25rem;font-weight:600;text-align:center;margin-bottom:16px;letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;color:var(--gray-500);text-align:center;max-width:600px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;border-radius:var(--radius);transition:all .15s ease}.btn-dark{background:var(--gray-900);color:var(--white)}.btn-dark:hover{background:var(--black)}.btn-outline{background:var(--white);color:var(--gray-900);border:1px solid var(--gray-300)}.btn-outline:hover{border-color:var(--gray-400);background:var(--gray-50)}.btn-light{background:var(--white);color:var(--gray-900)}.btn-light:hover{background:var(--gray-100)}.btn-outline-light{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3)}.btn-outline-light:hover{border-color:#ffffff80;background:#ffffff1a}.placeholder-img{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.875rem}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--gray-200)}.nav.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:64px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;font-weight:600;font-size:1.125rem;color:var(--gray-900)}.logo-icon.svelte-12qhfyh{width:47.6px;height:47.6px;object-fit:contain}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:32px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.875rem;font-weight:500;color:var(--gray-600);transition:color .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gray-900)}.nav-item-dropdown.svelte-12qhfyh{position:relative}.nav-link-with-arrow.svelte-12qhfyh{display:flex;align-items:center;gap:4px}.nav-link-with-arrow.svelte-12qhfyh svg:where(.svelte-12qhfyh){transition:transform .15s ease}.services-dropdown.svelte-12qhfyh{position:fixed;top:80px;left:16px;right:16px;margin:0 auto;max-width:1320px;background:var(--gray-900);border-radius:var(--radius-xl);padding:32px;box-shadow:0 20px 60px #0006;z-index:1000;opacity:0;animation:svelte-12qhfyh-fadeIn .2s ease forwards}.services-dropdown.svelte-12qhfyh:before{content:"";position:fixed;top:50px;left:0;right:0;height:35px;background:transparent;pointer-events:auto}@keyframes svelte-12qhfyh-fadeIn{to{opacity:1}}.services-dropdown-layout.svelte-12qhfyh{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:stretch;height:100%}.services-dropdown-left.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:center;min-height:360px;position:relative}.services-cta-wrapper.svelte-12qhfyh{display:flex;flex-direction:column;gap:16px}.services-cta-button.svelte-12qhfyh{padding:12px 20px;background:var(--white);color:var(--gray-900);border:1px solid var(--white);border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;align-self:flex-start}.services-cta-button.svelte-12qhfyh:hover{background:var(--gray-50);border-color:var(--gray-50)}.services-cta-text.svelte-12qhfyh{font-size:.875rem;line-height:1.6;color:#fffc;margin:0;max-width:240px}.services-social-links.svelte-12qhfyh{display:flex;gap:12px;position:absolute;bottom:0;left:0;padding-top:0}.social-link.svelte-12qhfyh{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);color:#ffffffb3;transition:all .2s ease}.social-link.svelte-12qhfyh:hover{border-color:#fff6;color:var(--white);background:#ffffff0d}.services-dropdown-right.svelte-12qhfyh{flex:1;display:flex;align-items:center;height:100%}.services-dropdown-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%}.service-menu-card.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);text-align:center;transition:all .2s ease;text-decoration:none;min-height:120px;justify-content:center}.service-menu-card.svelte-12qhfyh:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.service-menu-icon.svelte-12qhfyh{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.service-menu-icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:24px;height:24px;stroke:currentColor}.service-menu-title.svelte-12qhfyh{font-size:.75rem;font-weight:500;color:var(--white);line-height:1.4;max-width:100%;word-wrap:break-word;display:block}.solutions-dropdown.svelte-12qhfyh{position:fixed;top:80px;left:16px;right:16px;margin:0 auto;max-width:1320px;background:var(--gray-900);border-radius:var(--radius-xl);padding:32px;box-shadow:0 20px 60px #0006;z-index:1000;opacity:0;animation:svelte-12qhfyh-fadeIn .2s ease forwards}.solutions-dropdown.svelte-12qhfyh:before{content:"";position:fixed;top:50px;left:0;right:0;height:35px;background:transparent;pointer-events:auto}.solutions-dropdown-layout.svelte-12qhfyh{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:stretch;height:100%}.solutions-dropdown-left.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:center;min-height:360px;position:relative}.solutions-cta-wrapper.svelte-12qhfyh{display:flex;flex-direction:column;gap:16px}.solutions-cta-button.svelte-12qhfyh{padding:12px 20px;background:var(--white);color:var(--gray-900);border:1px solid var(--white);border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;align-self:flex-start}.solutions-cta-button.svelte-12qhfyh:hover{background:var(--gray-50);border-color:var(--gray-50)}.solutions-cta-text.svelte-12qhfyh{font-size:.875rem;line-height:1.6;color:#fffc;margin:0;max-width:240px}.solutions-social-links.svelte-12qhfyh{display:flex;gap:12px;position:absolute;bottom:0;left:0;padding-top:0}.solutions-dropdown-right.svelte-12qhfyh{flex:1;display:flex;align-items:center;height:100%}.solutions-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.solution-card.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:28px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);text-decoration:none;transition:all .2s ease;min-height:120px}.solution-card.svelte-12qhfyh:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.solution-card.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:.875rem;font-weight:500;color:var(--white);margin:0;text-align:center;line-height:1.4}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:20px}.nav-link.svelte-12qhfyh{font-size:.875rem;font-weight:500;color:var(--gray-600);transition:color .15s;background:none;border:none;cursor:pointer}.nav-link.svelte-12qhfyh:hover{color:var(--gray-900)}.mobile-menu-btn.svelte-12qhfyh{display:none;color:var(--gray-700);padding:8px;background:none;border:none;cursor:pointer}@media(max-width:1400px){.services-dropdown.svelte-12qhfyh,.solutions-dropdown.svelte-12qhfyh{padding:24px}.services-dropdown-layout.svelte-12qhfyh,.solutions-dropdown-layout.svelte-12qhfyh{grid-template-columns:220px 1fr;gap:24px}.services-dropdown-grid.svelte-12qhfyh{grid-template-columns:repeat(3,1fr);gap:12px}.solutions-grid.svelte-12qhfyh{gap:16px}}@media(max-width:1200px){.services-dropdown.svelte-12qhfyh,.solutions-dropdown.svelte-12qhfyh{padding:24px}.services-dropdown-layout.svelte-12qhfyh,.solutions-dropdown-layout.svelte-12qhfyh{grid-template-columns:1fr;gap:0}.services-dropdown-left.svelte-12qhfyh,.solutions-dropdown-left.svelte-12qhfyh{display:none}.services-dropdown-grid.svelte-12qhfyh{grid-template-columns:repeat(4,1fr);gap:12px}.solutions-grid.svelte-12qhfyh{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.nav-links.svelte-12qhfyh{display:none}}@media(max-width:768px){.nav-actions.svelte-12qhfyh{display:none}.mobile-menu-btn.svelte-12qhfyh{display:block}}.book-meeting-toggle.svelte-12qhfyh{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(120px);z-index:1000;pointer-events:none;opacity:0;transition:opacity .6s cubic-bezier(.34,1.56,.64,1),transform .6s cubic-bezier(.34,1.56,.64,1)}.book-meeting-toggle.visible.svelte-12qhfyh{opacity:1;transform:translate(-50%) translateY(0);pointer-events:all}.book-meeting-btn.svelte-12qhfyh{position:relative;display:flex;align-items:center;padding:16px 24px;background:linear-gradient(135deg,var(--accent-orange) 0%,#f97316 50%,#ea580c 100%);border:none;border-radius:16px;box-shadow:0 8px 32px #f973164d,0 4px 16px #f9731633,inset 0 1px #fff3;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);pointer-events:all;font-family:inherit;overflow:hidden;min-width:280px}.book-meeting-glow.svelte-12qhfyh{position:absolute;inset:-2px;background:linear-gradient(135deg,var(--accent-orange),#f97316,#ea580c,var(--accent-orange));border-radius:18px;z-index:-1;opacity:0;transition:opacity .3s ease;animation:svelte-12qhfyh-glowRotate 3s linear infinite}@keyframes svelte-12qhfyh-glowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.book-meeting-btn.svelte-12qhfyh:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 40px #f9731666,0 6px 20px #f973164d,inset 0 1px #ffffff4d}.book-meeting-btn.svelte-12qhfyh:hover .book-meeting-glow:where(.svelte-12qhfyh){opacity:.6}.book-meeting-btn.svelte-12qhfyh:active{transform:translateY(-2px) scale(1.01);transition:all .1s ease}.book-meeting-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:2}.book-meeting-left.svelte-12qhfyh{display:flex;align-items:center;gap:16px}.book-meeting-icon-wrapper.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:center}.book-meeting-icon.svelte-12qhfyh{width:44px;height:44px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease;flex-shrink:0;position:relative;z-index:2}.icon-ripple.svelte-12qhfyh{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border:2px solid rgba(255,255,255,.3);border-radius:12px;animation:svelte-12qhfyh-rippleEffect 2s ease-out infinite;z-index:1}@keyframes svelte-12qhfyh-rippleEffect{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(1.4);opacity:0}}.book-meeting-btn.svelte-12qhfyh:hover .book-meeting-icon:where(.svelte-12qhfyh){background:#ffffff4d;transform:rotate(5deg) scale(1.1)}.book-meeting-icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:22px;height:22px;transition:all .3s ease}.book-meeting-btn.svelte-12qhfyh:hover .book-meeting-icon:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){transform:rotate(-5deg)}.book-meeting-text-content.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px;justify-content:center;position:relative}.book-meeting-text.svelte-12qhfyh{font-size:1rem;font-weight:600;color:var(--white);white-space:nowrap;letter-spacing:-.02em;transition:all .3s ease;position:absolute;top:50%;left:0;transform:translateY(-50%)}.book-meeting-subtext.svelte-12qhfyh{font-size:.75rem;color:#fffc;white-space:nowrap;opacity:0;transform:translateY(-4px);transition:all .3s ease;position:absolute;top:50%;left:0;transform:translateY(-50%)}.book-meeting-btn.svelte-12qhfyh:hover .book-meeting-subtext:where(.svelte-12qhfyh){opacity:1;transform:translateY(4px)}.book-meeting-btn.svelte-12qhfyh:hover .book-meeting-text:where(.svelte-12qhfyh){transform:translateY(-18px)}.book-meeting-arrow.svelte-12qhfyh{width:32px;height:32px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease;flex-shrink:0}.book-meeting-btn.svelte-12qhfyh:hover .book-meeting-arrow:where(.svelte-12qhfyh){background:#ffffff4d;transform:translate(4px)}.book-meeting-arrow.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:16px;height:16px;transition:all .3s ease}.book-meeting-btn.svelte-12qhfyh:hover .book-meeting-arrow:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){transform:translate(2px)}@media(max-width:768px){.book-meeting-toggle.svelte-12qhfyh{bottom:20px;left:16px;right:16px;transform:translateY(120px)}.book-meeting-toggle.visible.svelte-12qhfyh{transform:translateY(0)}.book-meeting-btn.svelte-12qhfyh{width:100%;justify-content:space-between;padding:14px 20px;min-width:auto}.book-meeting-text.svelte-12qhfyh{font-size:.9375rem}.book-meeting-subtext.svelte-12qhfyh{font-size:.7rem}.book-meeting-icon.svelte-12qhfyh{width:40px;height:40px}.book-meeting-icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px}.icon-ripple.svelte-12qhfyh{width:40px;height:40px}.book-meeting-arrow.svelte-12qhfyh{width:28px;height:28px}.book-meeting-arrow.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:14px;height:14px}}.footer.svelte-12qhfyh{padding:0 0 32px;background:var(--black);border-top:1px solid var(--gray-800)}.footer-video-section.svelte-12qhfyh{width:100%;display:flex;justify-content:center;align-items:center;padding:48px 24px;background:var(--black)}.footer-ascii-video.svelte-12qhfyh{width:100%;max-width:800px;height:auto;object-fit:contain}.footer.svelte-12qhfyh .container:where(.svelte-12qhfyh){padding-top:48px}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:48px;margin-bottom:48px}.footer-logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;font-weight:600;font-size:1.125rem;color:var(--white);margin-bottom:16px}.footer-logo.svelte-12qhfyh .logo-icon:where(.svelte-12qhfyh){width:32px;height:32px;object-fit:contain}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#ffffffb3;font-size:.875rem;max-width:280px;margin-bottom:24px}.footer-iso-logos.svelte-12qhfyh{display:flex;align-items:center;gap:16px;margin-top:8px}.iso-logo.svelte-12qhfyh{height:32px;width:auto;opacity:.8;transition:opacity .2s}.iso-logo.svelte-12qhfyh:hover{opacity:1}.footer-links.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.8125rem;font-weight:600;margin-bottom:16px;color:var(--white)}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:12px}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.875rem;color:#ffffffb3;transition:color .15s}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--white)}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--gray-800)}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8125rem;color:#ffffffb3;margin:0}.footer-social.svelte-12qhfyh{display:flex;gap:16px}@media(max-width:1024px){.footer-grid.svelte-12qhfyh{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:32px}.footer-bottom.svelte-12qhfyh{flex-direction:column;gap:16px;text-align:center}.footer-iso-logos.svelte-12qhfyh{justify-content:flex-start}}
