:root{--w-primary: #6366f1;--w-primary-hover: #4f46e5;--w-primary-light: #818cf8;--w-primary-dark: #4338ca;--w-accent: #a855f7;--w-accent-hover: #9333ea;--w-white: #ffffff;--w-black: #000000;--w-gray-50: #f8fafc;--w-gray-100: #f1f5f9;--w-gray-200: #e2e8f0;--w-gray-300: #cbd5e1;--w-gray-400: #94a3b8;--w-gray-500: #64748b;--w-gray-600: #475569;--w-gray-700: #334155;--w-gray-800: #1e293b;--w-gray-900: #0f172a;--w-gray-950: #020617;--w-success: #10b981;--w-warning: #f59e0b;--w-error: #ef4444;--w-gradient-primary: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);--w-gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);--w-gradient-mesh: radial-gradient(ellipse at 20% 50%, rgba(99, 102, 241, .15) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(168, 85, 247, .1) 0%, transparent 50%), radial-gradient(ellipse at 60% 80%, rgba(236, 72, 153, .08) 0%, transparent 50%);--w-gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);--w-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--w-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--w-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--w-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--w-shadow-glow: 0 0 40px rgba(99, 102, 241, .3);--w-shadow-glow-lg: 0 0 80px rgba(99, 102, 241, .2);--w-nav-height: 72px;--w-radius-sm: 6px;--w-radius-md: 10px;--w-radius-lg: 16px;--w-radius-xl: 24px;--w-radius-full: 9999px;--w-transition: all .3s cubic-bezier(.4, 0, .2, 1);--w-transition-slow: all .5s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.website-body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--w-gray-700);background:var(--w-white);line-height:1.6;overflow-x:hidden}.website-container{max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.website-container-sm{max-width:800px;margin-inline:auto;padding-inline:1.5rem}.website-heading-xl{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.website-heading-lg{font-size:clamp(1.875rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.website-heading-md{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.website-heading-sm{font-size:1.25rem;font-weight:700;line-height:1.3}.website-text-lg{font-size:1.125rem;line-height:1.7;color:var(--w-gray-500)}.website-text-base{font-size:1rem;line-height:1.6}.website-text-sm{font-size:.875rem;line-height:1.5}.website-text-gradient{background:var(--w-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.website-mb-xs{margin-bottom:.5rem}.website-mb-sm{margin-bottom:1rem}.website-mb-md{margin-bottom:1.5rem}.website-mb-lg{margin-bottom:2rem}.website-mb-xl{margin-bottom:3rem}.website-mt-xl{margin-top:3rem}.website-text-muted-inline{color:var(--w-gray-400)}.website-nav{position:fixed;top:0;inset-inline:0;z-index:1000;height:var(--w-nav-height);display:flex;align-items:center;transition:var(--w-transition);background:transparent}.website-nav-scrolled{background:#0f172ad9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 30px #00000026}.website-nav-container{max-width:1200px;margin-inline:auto;padding-inline:1.5rem;width:100%;display:flex;align-items:center;justify-content:space-between}.website-nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.website-nav-logo-img{height:32px;width:auto}.website-nav-menu{display:none;list-style:none;gap:.25rem;align-items:center}@media (min-width: 1024px){.website-nav-menu{display:flex}}.website-nav-link{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--w-gray-300);text-decoration:none;border-radius:var(--w-radius-md);transition:var(--w-transition)}.website-nav-link:hover{color:var(--w-white);background:#ffffff14}.website-nav-actions{display:none;align-items:center;gap:.75rem}@media (min-width: 1024px){.website-nav-actions{display:flex}}.website-nav-mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:var(--w-white);cursor:pointer;border-radius:var(--w-radius-md);transition:var(--w-transition)}.website-nav-mobile-toggle:hover{background:#ffffff1a}@media (min-width: 1024px){.website-nav-mobile-toggle{display:none}}.website-nav-mobile-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:998;opacity:0;transition:opacity .3s ease}.website-nav-mobile-backdrop.is-open{display:block;opacity:1}.website-nav-mobile-menu{position:fixed;top:0;inset-inline-end:0;bottom:0;width:320px;max-width:85vw;background:var(--w-gray-950);border-inline-start:1px solid rgba(255,255,255,.08);padding:0;display:flex;flex-direction:column;z-index:1000;overflow-y:auto;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}[dir=rtl] .website-nav-mobile-menu{transform:translate(-100%)}.website-nav-mobile-menu.is-open{transform:translate(0)}.website-nav-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.website-nav-mobile-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:1px solid rgba(255,255,255,.1);color:var(--w-gray-400);cursor:pointer;border-radius:var(--w-radius-md);transition:var(--w-transition)}.website-nav-mobile-close:hover{background:#ffffff14;color:var(--w-white);border-color:#fff3}.website-nav-mobile-links{padding:.75rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.website-nav-mobile-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--w-gray-300);text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:var(--w-radius-md);transition:var(--w-transition)}.website-nav-mobile-link:hover{background:#ffffff0f;color:var(--w-white)}.website-nav-mobile-link svg{color:var(--w-gray-500);flex-shrink:0;transition:color .2s ease}.website-nav-mobile-link:hover svg{color:var(--w-primary-light)}.website-nav-mobile-lang{padding:.75rem 1.25rem;border-top:1px solid rgba(255,255,255,.08)}.website-nav-mobile-lang-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--w-gray-500);margin-bottom:.5rem}.website-nav-mobile-lang-options{display:flex;gap:.5rem}.website-nav-mobile-lang-btn{flex:1;padding:.5rem 1rem;text-align:center;font-size:.875rem;font-weight:500;color:var(--w-gray-400);text-decoration:none;border:1px solid rgba(255,255,255,.1);border-radius:var(--w-radius-md);transition:var(--w-transition)}.website-nav-mobile-lang-btn:hover{background:#ffffff0f;color:var(--w-white);border-color:#fff3}.website-nav-mobile-lang-btn.is-active{background:#6366f126;color:var(--w-primary-light);border-color:#6366f14d}.website-nav-mobile-actions{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.625rem}.website-nav-mobile-btn{width:100%;text-align:center;justify-content:center}.lang-switcher-container{position:relative}.lang-dropdown{display:none;position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:180px;background:var(--w-gray-800);border:1px solid rgba(255,255,255,.1);border-radius:var(--w-radius-md);padding:.5rem;box-shadow:var(--w-shadow-xl);z-index:100}.lang-switcher-container.open .lang-dropdown{display:block}.lang-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:var(--w-radius-sm);text-decoration:none;color:var(--w-gray-300);font-size:.875rem;transition:var(--w-transition)}.lang-dropdown-item:hover,.lang-dropdown-item.active{background:#ffffff14;color:var(--w-white)}.lang-dropdown-arrow{transition:transform .2s}.lang-switcher-container.open .lang-dropdown-arrow{transform:rotate(180deg)}.lang-native{font-weight:600}.lang-name{color:var(--w-gray-400);font-size:.8rem}.lang-check{margin-inline-start:auto;color:var(--w-primary)}.website-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.9rem;border:none;cursor:pointer;border-radius:var(--w-radius-md);transition:var(--w-transition);text-decoration:none;white-space:nowrap;padding:.625rem 1.25rem;line-height:1.4}.website-btn-sm{padding:.5rem 1rem;font-size:.85rem}.website-btn-lg{padding:.875rem 2rem;font-size:1rem}.website-btn-primary{background:var(--w-primary);color:var(--w-white);box-shadow:0 2px 8px #6366f14d}.website-btn-primary:hover{background:var(--w-primary-hover);transform:translateY(-1px);box-shadow:0 4px 16px #6366f166}.website-btn-secondary{background:#ffffff1a;color:var(--w-white);border:1px solid rgba(255,255,255,.15)}.website-btn-secondary:hover{background:#ffffff26;transform:translateY(-1px)}.website-btn-ghost{background:transparent;color:var(--w-gray-300)}.website-btn-ghost:hover{background:#ffffff14;color:var(--w-white)}.website-btn-gradient{background:var(--w-gradient-primary);color:var(--w-white);box-shadow:0 4px 16px #6366f159;position:relative;overflow:hidden}.website-btn-gradient:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .6s}.website-btn-gradient:hover:after{transform:translate(100%)}.website-btn-gradient:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6366f173}.website-btn-outline-white{background:transparent;color:var(--w-white);border:1px solid rgba(255,255,255,.25)}.website-btn-outline-white:hover{background:#ffffff1a;border-color:#fff6}.website-section{padding:6rem 0}.website-section-flush{padding-top:0}.website-section-alt{background:var(--w-gray-50)}.website-section-dark{background:var(--w-gray-900);color:var(--w-white)}.website-section-dark .website-text-lg{color:var(--w-gray-400)}.website-section-hero{padding-top:calc(var(--w-nav-height) + 5rem);padding-bottom:5rem}.website-section-header{text-align:center;max-width:720px;margin-inline:auto;margin-bottom:4rem}.website-section-header .website-heading-xl,.website-section-header .website-heading-lg{margin-bottom:1rem}.website-section-header .website-text-lg{margin-bottom:0}.website-section-label{display:inline-block;padding:.375rem 1rem;border-radius:var(--w-radius-full);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem;background:#6366f11a;color:var(--w-primary);border:1px solid rgba(99,102,241,.2)}.website-section-dark .website-section-label{background:#6366f126;color:var(--w-primary-light);border-color:#6366f14d}.website-hero-fullpage{min-height:auto;display:flex;flex-direction:column}@media (min-width: 1024px){.website-hero-fullpage{min-height:100svh}}.website-hero{position:relative;background:var(--w-gray-950);color:var(--w-white);overflow:hidden;flex:1;display:flex;align-items:center;padding-top:var(--w-nav-height);padding-bottom:2rem}.website-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--w-gradient-mesh);z-index:0}.website-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 1px,transparent 80px),repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 1px,transparent 80px)}.website-features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 640px){.website-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.website-features-grid{grid-template-columns:repeat(3,1fr)}}.website-feature-card{padding:2rem;background:var(--w-white);border:1px solid var(--w-gray-200);border-radius:var(--w-radius-lg);transition:var(--w-transition);position:relative;overflow:hidden}.website-feature-card:hover{transform:translateY(-4px);box-shadow:var(--w-shadow-lg);border-color:#6366f133}.website-feature-icon{width:48px;height:48px;border-radius:var(--w-radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:#6366f11a;color:var(--w-primary)}.website-feature-icon svg{width:24px;height:24px}.website-feature-icon-red{background:#ef44441a;color:#ef4444}.website-feature-icon-green{background:#22c55e1a;color:#22c55e}.website-feature-icon-blue{background:#3b82f61a;color:#3b82f6}.website-feature-icon-purple{background:#a855f71a;color:#a855f7}.website-feature-icon-orange{background:#f973161a;color:#f97316}.website-feature-icon-pink{background:#ec48991a;color:#ec4899}.website-feature-icon-emerald{background:#10b9811a;color:#10b981}.website-feature-icon-indigo{background:#6366f11a;color:#6366f1}.website-feature-icon-gmc{background:#4285f41a;color:#4285f4}.website-feature-icon-meta{background:#1877f21a;color:#1877f2}.website-feature-icon-shopify{background:#96bf481a;color:#96bf48}.website-feature-icon-woocommerce{background:#96588a1a;color:#96588a}.website-feature-icon-bigcommerce{background:#34324c1a;color:#34324c}.website-feature-icon-magento{background:#ee682a1a;color:#ee682a}.website-feature-icon-zapier{background:#ff4a271a;color:#ff4a27}.website-feature-icon-webhooks{background:#6366f11a;color:#6366f1}.website-feature-icon-snapchat{background:#fffc001a;color:#fffc00}.website-feature-icon-tiktok{background:#00f2ea1a;color:#00f2ea}.website-integration-logo{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}.website-feature-title{font-size:1.125rem;font-weight:700;color:var(--w-gray-900);margin-bottom:.5rem}.website-feature-text{font-size:.9rem;color:var(--w-gray-500);line-height:1.6}.website-bento-v2{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(180px,auto);gap:1.5rem}.website-bento-item{padding:2rem;border-radius:var(--w-radius-lg);border:1px solid var(--w-gray-200);position:relative;overflow:hidden;transition:var(--w-transition)}.website-bento-item:hover{transform:translateY(-2px);box-shadow:var(--w-shadow-lg)}.website-bento-col-span-4,.website-bento-col-span-6,.website-bento-col-span-8,.website-bento-col-span-12{grid-column:span 12}.website-bento-row-span-2{grid-row:span 2}@media (min-width: 768px){.website-bento-col-span-4,.website-bento-col-span-6{grid-column:span 6}.website-bento-col-span-8{grid-column:span 8}}@media (min-width: 1024px){.website-bento-col-span-4{grid-column:span 4}.website-bento-col-span-6{grid-column:span 6}.website-bento-col-span-8{grid-column:span 8}}.website-spotlight-group{position:relative}.website-spotlight-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity .4s;background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(99,102,241,.06),transparent 40%)}.website-spotlight-group:hover .website-spotlight-card{opacity:1}.website-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.website-stats-grid{grid-template-columns:repeat(4,1fr)}}.website-stat{text-align:center;padding:2rem 1rem}.website-stat-value{font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.website-stat-value-accent{background:var(--w-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.website-stat-label{font-size:.9rem;color:var(--w-gray-500)}.website-compliance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.website-compliance-grid{grid-template-columns:repeat(4,1fr)}}.website-compliance-card{text-align:center;padding:2rem 1.5rem;background:var(--w-white);border:1px solid var(--w-gray-200);border-radius:var(--w-radius-lg);transition:var(--w-transition)}.website-compliance-card:hover{transform:translateY(-2px);box-shadow:var(--w-shadow-md)}.website-compliance-icon{font-size:2rem;margin-bottom:.75rem}.website-compliance-name{font-weight:700;color:var(--w-gray-900);margin-bottom:.25rem}.website-pricing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.website-pricing-toggle-label{font-size:.9rem;font-weight:500;color:var(--w-gray-400);cursor:pointer;transition:var(--w-transition);display:flex;align-items:center;gap:.5rem}.website-pricing-toggle-label.is-active{color:var(--w-white);font-weight:600}.website-pricing-toggle-switch{width:52px;height:28px;background:var(--w-gray-700);border:1px solid rgba(255,255,255,.1);border-radius:var(--w-radius-full);cursor:pointer;position:relative;transition:var(--w-transition)}.website-pricing-toggle-switch:after{content:"";position:absolute;top:3px;inset-inline-start:3px;width:20px;height:20px;background:var(--w-white);border-radius:50%;transition:var(--w-transition)}.website-pricing-toggle-switch.is-yearly:after{inset-inline-start:27px}.website-pricing-toggle-switch.is-yearly{background:var(--w-primary);border-color:var(--w-primary)}.website-pricing-badge{display:inline-flex;padding:.2rem .6rem;background:#10b98126;color:var(--w-success);font-size:.75rem;font-weight:700;border-radius:var(--w-radius-full)}.website-pricing-badge-spaced{margin-inline-start:.25rem}.website-pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.website-pricing-grid{grid-template-columns:repeat(3,1fr)}}.website-pricing-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--w-radius-xl);padding:2.5rem 2rem;transition:var(--w-transition);position:relative}.website-pricing-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.website-pricing-card.is-popular{background:#6366f114;border-color:#6366f14d;box-shadow:0 0 60px #6366f11a}.website-pricing-card.is-popular:hover{box-shadow:0 0 80px #6366f126,0 20px 40px #0000004d}.website-pricing-popular-badge{text-align:center;margin-bottom:1.5rem}.website-pricing-header{margin-bottom:1.5rem}.website-pricing-tier{margin-bottom:.75rem}.website-pricing-tier-name{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;border-radius:var(--w-radius-full)}.website-pricing-tier-free{background:#64748b26;color:var(--w-gray-400)}.website-pricing-tier-hobby{background:#3b82f626;color:#60a5fa}.website-pricing-tier-pro{background:#6366f126;color:var(--w-primary-light)}.website-pricing-tier-business{background:#a855f726;color:#c084fc}.website-pricing-amount{font-size:3rem;font-weight:800;color:var(--w-white);line-height:1}.website-pricing-period{font-size:.85rem;color:var(--w-gray-400);margin-top:.25rem}.website-pricing-cta{margin-bottom:2rem}.website-pricing-cta .website-btn{width:100%}.website-pricing-features-label{font-size:.8rem;font-weight:600;color:var(--w-gray-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.06)}.website-pricing-features-start{padding-bottom:0;border-bottom:none}.website-pricing-feature-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.website-pricing-feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--w-gray-300);line-height:1.5}.website-pricing-feature-icon{width:18px;height:18px;flex-shrink:0;color:var(--w-success);margin-top:1px}.website-pricing-horizontal{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--w-radius-xl);padding:2rem;margin-bottom:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}@media (min-width: 768px){.website-pricing-horizontal{grid-template-columns:auto 1fr auto;padding:2rem 2.5rem}}.website-pricing-horizontal .website-pricing-features{border-inline-start:1px solid rgba(255,255,255,.06);padding-inline-start:2rem}@media (max-width: 767px){.website-pricing-horizontal .website-pricing-features{border-inline-start:none;padding-inline-start:0;border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem}}.website-pricing-horizontal .website-pricing-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem}@media (max-width: 640px){.website-pricing-horizontal .website-pricing-feature-list{grid-template-columns:1fr}}.website-pricing-horizontal .website-pricing-cta{margin-bottom:0}.website-pricing-horizontal.is-enterprise{background:#6366f10d;border-color:#6366f133}.website-faq-list{max-width:768px;margin-inline:auto}.website-faq-section-heading,.website-faq-section-heading-spaced{color:var(--w-gray-900);margin-bottom:1.25rem}.website-faq-section-heading-spaced{margin-top:3rem}.website-faq-item{border-bottom:1px solid var(--w-gray-200)}.website-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:start;font-size:1rem;font-weight:600;color:var(--w-gray-900);transition:var(--w-transition)}.website-faq-question:hover{color:var(--w-primary)}.website-faq-icon{width:20px;height:20px;flex-shrink:0;transition:transform .3s;color:var(--w-gray-400)}.website-faq-item.is-open .website-faq-icon{transform:rotate(180deg);color:var(--w-primary)}.website-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.website-faq-item.is-open .website-faq-answer{max-height:500px;padding-bottom:1.25rem}.website-faq-answer-text{font-size:.925rem;color:var(--w-gray-600);line-height:1.7}.website-faq-support-card{text-align:center;margin-top:4rem;padding:3rem 2rem;background:var(--w-gray-50);border-radius:var(--w-radius-xl);border:1px solid var(--w-gray-200)}.website-contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.website-contact-grid{grid-template-columns:1fr 1fr}}.website-form-group{margin-bottom:1.5rem}.website-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--w-gray-700);margin-bottom:.5rem}.website-form-input{width:100%;padding:.75rem 1rem;background:var(--w-white);border:1px solid var(--w-gray-300);border-radius:var(--w-radius-md);font-size:.9rem;color:var(--w-gray-900);transition:var(--w-transition);font-family:inherit;outline:none}.website-form-input:focus{border-color:var(--w-gray-900);box-shadow:0 0 0 2px #0f172a1a}.website-form-textarea{min-height:140px;resize:vertical}.website-contact-info{display:flex;flex-direction:column;gap:1.5rem}.website-contact-info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--w-gray-50);border-radius:var(--w-radius-lg);border:1px solid var(--w-gray-200)}.website-contact-info-icon{width:44px;height:44px;border-radius:var(--w-radius-md);background:#6366f11a;color:var(--w-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.website-contact-info-label{font-size:.8rem;font-weight:600;color:var(--w-gray-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.website-contact-info-value{font-weight:600;color:var(--w-gray-900)}.website-contact-sales-card{padding:2rem;background:var(--w-gray-900);color:var(--w-white);border-radius:var(--w-radius-lg)}.website-contact-sales-card .website-text-sm{color:var(--w-gray-400)}.website-jobs-container{display:flex;flex-direction:column;gap:1rem}.website-job-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 2rem;background:var(--w-white);border:1px solid var(--w-gray-200);border-radius:var(--w-radius-lg);transition:var(--w-transition);flex-wrap:wrap}.website-job-card:hover{border-color:#6366f14d;box-shadow:var(--w-shadow-md)}.website-job-title{font-size:1.1rem;font-weight:700;color:var(--w-gray-900);margin-bottom:.25rem}.website-job-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--w-gray-500)}.website-empty-state{text-align:center;padding:2rem;margin-top:2rem}.website-legal{padding-top:calc(var(--w-nav-height) + 3rem);padding-bottom:5rem;max-width:800px;margin-inline:auto;padding-inline:1.5rem}.website-legal-header{padding:3rem 0;margin-bottom:2rem;border-bottom:1px solid var(--w-gray-200)}.website-legal-updated{font-size:.875rem;color:var(--w-gray-500);margin-top:.75rem}.website-legal-content{font-size:.95rem;color:var(--w-gray-600);line-height:1.8}.website-legal-content h2{font-size:1.25rem;font-weight:700;color:var(--w-gray-900);margin-top:2.5rem;margin-bottom:.75rem}.website-legal-content h3{font-size:1.1rem;font-weight:600;color:var(--w-gray-800);margin-top:2rem;margin-bottom:.5rem}.website-legal-content p{margin-bottom:1rem}.website-legal-content ul{padding-inline-start:1.5rem;margin-bottom:1rem}.website-legal-content li{margin-bottom:.5rem}.website-footer{background:var(--w-gray-950);color:var(--w-gray-400);padding:5rem 0 2rem;border-top:1px solid rgba(255,255,255,.06)}.website-footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 640px){.website-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.website-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.website-footer-brand{max-width:280px}.website-footer-logo{display:inline-block;margin-bottom:1rem}.website-footer-logo-img{height:28px;width:auto;opacity:.9}.website-footer-description{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.website-footer-social{display:flex;gap:.75rem}.website-footer-social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--w-radius-md);background:#ffffff0f;color:var(--w-gray-400);transition:var(--w-transition)}.website-footer-social-link:hover{background:var(--w-primary);color:var(--w-white);transform:translateY(-2px)}.website-footer-column-title{font-size:.8rem;font-weight:700;color:var(--w-white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.website-footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.website-footer-link{font-size:.875rem;color:var(--w-gray-400);text-decoration:none;transition:var(--w-transition)}.website-footer-link:hover{color:var(--w-white);padding-inline-start:4px}.website-footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.website-footer-copyright{font-size:.8rem}.website-footer-legal{display:flex;gap:1.5rem}.website-footer-legal-link{font-size:.8rem;color:var(--w-gray-500);text-decoration:none;transition:var(--w-transition)}.website-footer-legal-link:hover{color:var(--w-white)}.website-cta{background:var(--w-gray-900);border-radius:var(--w-radius-xl);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.website-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--w-gradient-mesh);opacity:.5}.website-cta-content{position:relative;z-index:1}.website-cta-heading{color:var(--w-white);margin-bottom:1rem}.website-cta .website-text-lg{color:var(--w-gray-400);margin-bottom:2rem;max-width:560px;margin-inline:auto}.website-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.website-cta-btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--w-white)}.website-cta-btn-outline:hover{background:#ffffff1a}.website-marquee-custom{overflow:hidden;position:relative}.website-marquee-custom:before,.website-marquee-custom:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.website-marquee-custom:before{inset-inline-start:0;background:linear-gradient(to right,var(--w-gray-900),transparent)}.website-marquee-custom:after{inset-inline-end:0;background:linear-gradient(to left,var(--w-gray-900),transparent)}.website-marquee-content-custom{display:flex;gap:4rem;margin-top:1em;align-items:center;animation:marquee-scroll 30s linear infinite;width:-moz-max-content;width:max-content}.website-marquee-logo{height:46px;width:auto;-o-object-fit:contain;object-fit:contain;filter:brightness(0) saturate(100%) invert(68%) sepia(14%) saturate(501%) hue-rotate(176deg) brightness(96%) contrast(86%);transition:filter .3s ease,opacity .3s ease}.website-marquee-logo:hover{filter:none}.website-marquee-reverse .website-marquee-content-custom{animation-direction:reverse}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.website-section-alt .website-marquee-custom:before,.bg-slate-50 .website-marquee-custom:before{background:linear-gradient(to right,var(--w-gray-50),transparent)}.website-section-alt .website-marquee-custom:after,.bg-slate-50 .website-marquee-custom:after{background:linear-gradient(to left,var(--w-gray-50),transparent)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:1}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.website-animate-float{animation:float 5s ease-in-out infinite}.website-animate-float-delayed{animation:float 5s ease-in-out 2s infinite}.website-animate-pulse-glow{animation:pulse-glow 3s ease-in-out infinite}.website-scroll-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.website-scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.animate-fade-in-up{animation:fade-in-up .8s ease forwards}.animate-fade-in-right{animation:fade-in-right .8s ease forwards}.delay-200{animation-delay:.2s}.delay-700{animation-delay:.7s}.group:hover .group-hover\:animate-shimmer{animation:shimmer .6s forwards}.website-sticky-scroll-container{min-height:200vh;position:relative}.website-sticky-content{position:sticky;top:var(--w-nav-height);height:calc(100vh - var(--w-nav-height));overflow:hidden}.website-grid-bg{background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:40px 40px}.website-3d-container{perspective:1000px}.website-3d-card{transform-style:preserve-3d}.website-glass{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}.website-glass-dark{background:#0f172ab3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}.website-text-gradient-quantum{background:var(--w-gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.website-blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.website-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.website-blog-grid{grid-template-columns:repeat(3,1fr)}}.hidden{display:none!important}[dir=rtl] .website-footer-link:hover{padding-inline-end:4px;padding-inline-start:0}[dir=rtl] .website-faq-question{text-align:start}@media (max-width: 639px){.website-section{padding:4rem 0}.website-section-hero{padding-top:calc(var(--w-nav-height) + 3rem);padding-bottom:3rem}.website-hero{padding-top:calc(var(--w-nav-height) + 2rem);padding-bottom:3rem}.website-section-header{margin-bottom:2.5rem}}.website-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.website-hero-content{min-width:auto}@media (min-width: 1024px){.website-hero-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (min-width: 1280px){.website-hero-grid{grid-template-columns:3fr 2fr;gap:3rem}.website-hero-content{min-width:520px;max-width:600px}}@media (min-width: 1440px){.website-hero-grid{gap:4rem}.website-hero-content{min-width:650px;max-width:700px}}.website-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:var(--w-radius-full);font-size:.8rem;font-weight:600;color:var(--w-primary-light);margin-bottom:1.5rem}.website-hero-typewriter{display:inline;background:linear-gradient(135deg,#818cf8,#a78bfa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;min-width:2ch}.website-hero-typewriter:after{content:"|";display:inline;background:linear-gradient(135deg,#818cf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:website-blink-cursor .7s step-end infinite;margin-inline-start:2px;font-weight:300}@keyframes website-blink-cursor{50%{opacity:0}}.website-hero-badge-dot{width:8px;height:8px;background:var(--w-success);border-radius:50%;display:inline-block;animation:pulse-glow 2s ease-in-out infinite}.website-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.website-hero-highlights{display:flex;flex-direction:column;gap:.625rem;margin-top:1.5rem;margin-bottom:.5rem}.website-hero-highlight-item{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:var(--w-gray-300);padding:.375rem 0}.website-hero-highlight-item svg{flex-shrink:0}.website-hero-trust{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.website-hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--w-gray-400)}.website-hero-visual{position:relative;display:none}@media (min-width: 1024px){.website-hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}}.website-hero-showcase{width:100%;max-width:300px;height:520px;overflow:hidden;position:relative;margin:0 auto;mask-image:linear-gradient(to bottom,transparent 0%,black 6%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 6%,black 94%,transparent 100%)}@media (min-width: 1280px){.website-hero-showcase{max-width:340px}}@media (min-width: 1440px){.website-hero-showcase{max-width:360px}}.website-hero-showcase-track{display:flex;flex-direction:column;gap:1.5rem;animation:website-hero-scroll 20s linear infinite}@keyframes website-hero-scroll{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - .75rem))}}.website-hero-showcase:hover .website-hero-showcase-track{animation-play-state:paused}.website-hero-product-card{background:#fff;border-radius:1.25rem;overflow:hidden;flex-shrink:0;box-shadow:0 4px 6px -1px #00000014,0 20px 40px -8px #00000040,0 0 0 1px #ffffff1a;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.website-hero-product-card:hover{transform:scale(1.02);box-shadow:0 4px 6px -1px #00000014,0 25px 50px -12px #00000059,0 0 0 1px #6366f14d,0 0 60px -15px #6366f126}.website-hero-product-image{position:relative;width:100%;aspect-ratio:3 / 2;background:linear-gradient(135deg,#f8fafc,#eef2ff,#f5f3ff);display:flex;align-items:center;justify-content:center;overflow:hidden}.website-hero-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.website-hero-product-card:hover .website-hero-product-image img{transform:scale(1.05)}.website-hero-product-ai-badge{position:absolute;top:.875rem;inset-inline-end:.875rem;display:flex;align-items:center;gap:.375rem;background:#6366f1eb;color:#fff;font-size:.6875rem;font-weight:600;padding:.4rem .875rem;border-radius:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 12px #6366f14d}.website-hero-product-ai-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:website-pulse-glow 2s infinite}.website-hero-product-body{padding:1.25rem 1.5rem 1.5rem}.website-hero-product-category{font-size:.6875rem;font-weight:600;color:#8b5cf6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.375rem}.website-hero-product-title{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.625rem;line-height:1.4;letter-spacing:-.01em}.website-hero-product-price{display:flex;align-items:baseline;gap:.625rem;margin-bottom:1.125rem}.website-hero-price-current{font-size:1.25rem;font-weight:800;color:#111827;letter-spacing:-.02em}.website-hero-price-old{font-size:.8125rem;color:#9ca3af;text-decoration:line-through}.website-hero-price-discount{font-size:.6875rem;font-weight:700;color:#16a34a;background:#f0fdf4;padding:.2rem .625rem;border-radius:2rem;border:1px solid rgba(22,163,106,.1)}.website-hero-product-stock-badge{position:absolute;bottom:.875rem;inset-inline-start:.875rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#16a34a;background:#f0fdf4f2;padding:.25rem .625rem;border-radius:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(22,163,106,.15)}.website-hero-product-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.website-hero-product-rating{display:flex;align-items:center;gap:.375rem}.website-hero-stars{display:flex;gap:1px}.website-hero-review-count{font-size:.6875rem;color:#9ca3af;font-weight:500}.website-hero-product-quality{margin-bottom:1rem}.website-hero-quality-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.website-hero-quality-label{font-size:.6875rem;font-weight:600;color:#6b7280}.website-hero-quality-value{font-size:.6875rem;font-weight:700;color:#6366f1}.website-hero-quality-bar{height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}.website-hero-quality-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:width 1s ease}.website-hero-product-optimizations{border-top:1px solid #f3f4f6;padding-top:1rem;display:flex;flex-direction:column;gap:.625rem}.website-hero-opt-row{display:flex;align-items:center;justify-content:space-between}.website-hero-opt-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:#4b5563}.website-hero-opt-icon-success{color:#22c55e;flex-shrink:0}.website-hero-opt-icon-progress{color:#f59e0b;flex-shrink:0}.website-hero-opt-status{font-size:.6875rem;font-weight:600;padding:.2rem .625rem;border-radius:2rem}.website-hero-opt-done{background:#f0fdf4;color:#16a34a;border:1px solid rgba(22,163,106,.1)}.website-hero-opt-progress{background:#fffbeb;color:#d97706;border:1px solid rgba(217,119,6,.1)}.website-hero-floating{position:relative;z-index:10}.website-hero-floating-1{position:absolute;top:0;inset-inline-end:-1rem;z-index:20}.website-hero-floating-2{position:absolute;bottom:0;inset-inline-start:-1rem;z-index:20}.website-hero-floating-card{display:flex;align-items:center;gap:.625rem;padding:.875rem 1.5rem;border-radius:var(--w-radius-lg);font-size:.875rem;font-weight:600;color:var(--w-gray-300);box-shadow:0 8px 32px #0000004d;white-space:nowrap}.website-hero-float-badge-success{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#16a34a;background:#16a34a26;padding:.2rem .5rem;border-radius:2rem;border:1px solid rgba(22,163,74,.2)}.website-hero-float-badge-info{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#60a5fa;background:#60a5fa26;padding:.2rem .5rem;border-radius:2rem;border:1px solid rgba(96,165,250,.2)}.website-steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.website-steps-grid{grid-template-columns:repeat(3,1fr)}}.website-step-card{padding:2rem;border-radius:var(--w-radius-lg);border:1px solid var(--w-gray-200);background:var(--w-white);transition:var(--w-transition)}.website-step-card:hover{box-shadow:var(--w-shadow-lg);transform:translateY(-4px)}.website-step-number{font-size:3rem;font-weight:800;line-height:1;margin-bottom:1rem;opacity:.5}.website-mindmap{position:relative;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto auto;gap:2.5rem 1rem;align-items:center;justify-items:center;min-height:480px;padding:2rem 0}.website-mindmap-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.website-mindmap-hub{grid-column:3;grid-row:2;position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2}.website-mindmap-hub-pulse{position:absolute;width:100px;height:100px;border-radius:50%;border:2px solid rgba(99,102,241,.25);top:50%;left:50%;transform:translate(-50%,-60%);animation:mindmap-pulse 3s ease-in-out infinite}.website-mindmap-hub-pulse-2{animation-delay:1.5s;width:120px;height:120px}@keyframes mindmap-pulse{0%,to{transform:translate(-50%,-60%) scale(1);opacity:.5}50%{transform:translate(-50%,-60%) scale(1.25);opacity:0}}.website-mindmap-hub-inner{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6366f14d,#8b5cf64d);border:2px solid rgba(99,102,241,.4);display:flex;align-items:center;justify-content:center;color:var(--w-primary-light);box-shadow:0 0 30px #6366f133}.website-mindmap-hub-text{font-size:.75rem;font-weight:700;color:var(--w-gray-300);text-transform:uppercase;letter-spacing:.1em}.website-mindmap-node{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;transition:transform .3s ease}.website-mindmap-node:hover{transform:scale(1.08)}.website-mindmap-node:nth-child(3){grid-row:1;grid-column:1}.website-mindmap-node:nth-child(4){grid-row:1;grid-column:2}.website-mindmap-node:nth-child(5){grid-row:1;grid-column:3}.website-mindmap-node:nth-child(6){grid-row:1;grid-column:4}.website-mindmap-node:nth-child(7){grid-row:1;grid-column:5}.website-mindmap-node:nth-child(8){grid-row:3;grid-column:1}.website-mindmap-node:nth-child(9){grid-row:3;grid-column:2}.website-mindmap-node:nth-child(10){grid-row:3;grid-column:3}.website-mindmap-node:nth-child(11){grid-row:3;grid-column:4}.website-mindmap-node:nth-child(12){grid-row:3;grid-column:5}.website-mindmap-node-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#6366f1;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.website-mindmap-node:hover .website-mindmap-node-dot{opacity:1}.website-mindmap-node-icon{width:80px;height:80px;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.website-mindmap-node:hover .website-mindmap-node-icon{border-color:#6366f166;box-shadow:0 0 24px #6366f133;transform:scale(1.05)}.website-mindmap-node-img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.website-mindmap-node[data-node="0"] .website-mindmap-node-icon{background:#96bf481f}.website-mindmap-node[data-node="1"] .website-mindmap-node-icon{background:#7c5f9a1f}.website-mindmap-node[data-node="2"] .website-mindmap-node-icon{background:#4285f41f}.website-mindmap-node[data-node="3"] .website-mindmap-node-icon{background:#1877f233}.website-mindmap-node[data-node="4"] .website-mindmap-node-icon{background:#00f2ea1f}.website-mindmap-node[data-node="5"] .website-mindmap-node-icon{background:#fffc0024}.website-mindmap-node[data-node="6"] .website-mindmap-node-icon{background:#345cc01f}.website-mindmap-node[data-node="7"] .website-mindmap-node-icon{background:#f583201f}.website-mindmap-node[data-node="8"] .website-mindmap-node-icon{background:#ff4a001f}.website-mindmap-node[data-node="9"] .website-mindmap-node-icon{background:#6366f11f}.website-mindmap-node-label{font-size:.75rem;font-weight:600;color:var(--w-gray-400);text-align:center;transition:color .3s ease}.website-mindmap-node:hover .website-mindmap-node-label{color:var(--w-white)}.website-mindmap-line{animation:mindmap-dash 20s linear infinite}@keyframes mindmap-dash{to{stroke-dashoffset:-200}}.website-mindmap-flow-dot{opacity:.8}.website-integrations-cta{text-align:center;margin-top:2rem}@media (max-width: 767px){.website-mindmap{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;min-height:auto;gap:1.25rem}.website-mindmap-hub{grid-column:1 / -1;grid-row:1}.website-mindmap-node:nth-child(n){grid-row:auto;grid-column:auto}.website-mindmap-svg{display:none}}@media (min-width: 768px) and (max-width: 1023px){.website-mindmap{grid-template-columns:repeat(5,1fr);gap:1.5rem .75rem}}.website-testimonial-card{width:360px;flex-shrink:0;padding:1.5rem;background:var(--w-white);border:1px solid var(--w-gray-200);border-radius:var(--w-radius-lg)}.website-testimonial-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.website-testimonial-avatar{width:40px;height:40px;border-radius:var(--w-radius-md);background:#6366f11a;color:var(--w-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.website-testimonial-name{font-weight:700;font-size:.9rem;color:var(--w-gray-900)}.website-testimonial-role{font-size:.8rem;color:var(--w-gray-500)}.website-testimonial-quote{font-size:.9rem;color:var(--w-gray-600);line-height:1.6;font-style:italic}
