#hero-chat .chat-msg{opacity:0;transform:translateY(8px);animation:msgIn .4s cubic-bezier(.22,1,.36,1) forwards;will-change:transform,opacity}@keyframes msgIn{to{opacity:1;transform:translateY(0)}}#hero-chat .chat-user{background:var(--color-surface-muted);border-radius:.75rem;padding:.625rem .875rem;font-size:.875rem;color:var(--color-text-secondary);max-width:80%;width:fit-content}#hero-chat .chat-ai{background:var(--color-helios-subtle);border:1px solid rgba(255,76,170,.1);border-radius:.75rem;padding:.625rem .875rem;font-size:.875rem;color:var(--color-text-primary);line-height:1.6}#hero-chat .chat-ai strong{font-weight:700}#hero-chat .chat-typing{display:inline-flex;gap:4px;padding:.625rem .875rem;background:var(--color-helios-subtle);border:1px solid rgba(255,76,170,.1);border-radius:.75rem}#hero-chat .chat-typing span{width:6px;height:6px;border-radius:50%;background:var(--color-helios);opacity:.4;animation:typingDot 1.2s infinite;will-change:transform,opacity}#hero-chat .chat-typing span:nth-child(2){animation-delay:.2s}#hero-chat .chat-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}#hero-chat .chat-chart{margin-top:.625rem;padding:.5rem .5rem .25rem;background:#ffffff73;border-radius:.375rem}#hero-chat .chat-chart-header{display:flex;justify-content:space-between;align-items:baseline;padding:0 .125rem;margin-bottom:.5rem}#hero-chat .chat-chart-title{font-size:.5625rem;color:var(--color-text-tertiary);font-weight:400;letter-spacing:.02em;text-transform:uppercase}#hero-chat .chat-chart-value{font-size:.625rem;font-weight:700;color:var(--color-text-primary);font-feature-settings:"tnum" 1}#hero-chat .chat-chart-delta{font-size:.5625rem;font-weight:700;margin-left:.25rem}#hero-chat .chat-chart-up{color:#4a7c6f}#hero-chat .chat-chart-down{color:#a85a5a}#hero-chat .chat-chart-svg{width:100%;height:auto;display:block;overflow:visible}#hero-chat .chart-gridline{stroke:var(--color-border);stroke-width:.5;stroke-dasharray:2 3}#hero-chat .chart-label{font-size:6.5px;fill:var(--color-text-tertiary);font-family:var(--font-sans);letter-spacing:.03em}#hero-chat .chart-label-active{fill:var(--color-helios-dark);font-weight:700}#hero-chat .chart-val-label{font-size:6px;fill:var(--color-text-tertiary);font-family:var(--font-sans);font-feature-settings:"tnum" 1}#hero-chat .chat-hbar-list{display:flex;flex-direction:column;gap:.375rem;padding:0 .125rem}#hero-chat .chat-hbar-row{display:flex;align-items:center;gap:.5rem}#hero-chat .chat-hbar-label{font-size:.5625rem;color:var(--color-text-secondary);width:5rem;flex-shrink:0;text-align:right;line-height:1}#hero-chat .chat-hbar-track{flex:1;height:5px;background:var(--color-border);border-radius:2.5px;overflow:hidden;opacity:.4}#hero-chat .chat-hbar-fill{height:100%;border-radius:2.5px;background:#b8b5b0;opacity:1}#hero-chat .chat-hbar-accent{background:var(--color-helios-dark)}#hero-chat .chat-hbar-danger{background:#a85a5a}#hero-chat .chat-hbar-value{font-size:.5625rem;font-weight:700;width:2.5rem;text-align:right;color:var(--color-text-muted);font-feature-settings:"tnum" 1;line-height:1}#hero-input .input-cursor{display:inline-block;width:1px;height:1em;background:var(--color-text-secondary);margin-left:1px;animation:blink 1s step-end infinite;vertical-align:middle}@keyframes blink{50%{opacity:0}}.hero-bg[data-astro-cid-anhloy43]{background:linear-gradient(180deg,#FFFFFF 0%,var(--color-background) 100%)}.hero-chat-window[data-astro-cid-anhloy43]{transform:translateY(0);transition:box-shadow .3s ease}#hero-messages[data-astro-cid-anhloy43]{scrollbar-width:none;will-change:opacity;transition:opacity .6s ease}#hero-messages[data-astro-cid-anhloy43].fading{opacity:0}.hero-greeting[data-astro-cid-anhloy43]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:25%;pointer-events:none;z-index:5;opacity:1;transition:opacity .5s ease}@media(min-width:768px){.hero-greeting[data-astro-cid-anhloy43]{justify-content:flex-start;padding-top:15%}}.hero-greeting[data-astro-cid-anhloy43].hidden{opacity:0}.hero-greeting-icon[data-astro-cid-anhloy43]{width:28px;height:28px;color:var(--color-helios);opacity:.5;margin-bottom:12px;animation:greetingSpin 12s linear infinite}.hero-greeting-text[data-astro-cid-anhloy43]{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;color:var(--color-text-primary);margin-bottom:4px}.hero-greeting-sub[data-astro-cid-anhloy43]{font-size:.875rem;color:var(--color-text-muted)}@keyframes greetingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#hero-messages[data-astro-cid-anhloy43]::-webkit-scrollbar{display:none}.logo-item[data-astro-cid-wsbpqdbu]{display:flex;align-items:center;gap:.375rem;color:var(--color-text-tertiary);font-size:.8125rem;font-weight:500;transition:color .15s ease}.logo-item[data-astro-cid-wsbpqdbu]:hover{color:var(--color-text-secondary)}.customer-grid[data-astro-cid-cvppt7jf]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.customer-grid[data-astro-cid-cvppt7jf][data-animate]{transform:none;transition:opacity .6s ease}@media(max-width:768px){.customer-grid[data-astro-cid-cvppt7jf]{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;scrollbar-width:none}.customer-grid[data-astro-cid-cvppt7jf]::-webkit-scrollbar{display:none}.customer-card[data-astro-cid-cvppt7jf]{flex:0 0 75vw;scroll-snap-align:start}}.customer-card[data-astro-cid-cvppt7jf]{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:3 / 4}.customer-photo[data-astro-cid-cvppt7jf]{width:100%;height:100%;object-fit:cover;display:block}.customer-overlay[data-astro-cid-cvppt7jf]{position:absolute;inset:0;background:linear-gradient(to bottom,#0000 30%,#000000b3)}.customer-content[data-astro-cid-cvppt7jf]{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.customer-top[data-astro-cid-cvppt7jf]{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.customer-logo[data-astro-cid-cvppt7jf]{flex-shrink:0}.industry-badge[data-astro-cid-cvppt7jf]{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .625rem .25rem;font-size:.5625rem;line-height:1;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;background:#00000073;border-radius:9999px}.svg-logo[data-astro-cid-cvppt7jf]{height:24px;width:auto;color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}.lodgify-logo[data-astro-cid-cvppt7jf]{height:18px}.text-logo[data-astro-cid-cvppt7jf]{font-family:var(--font-serif);font-weight:600;font-size:1.25rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.customer-metric[data-astro-cid-cvppt7jf]{display:flex;flex-direction:column;gap:.25rem}.metric-value[data-astro-cid-cvppt7jf]{font-family:var(--font-serif);font-weight:600;font-size:2rem;line-height:1.1;color:#fff}.metric-subtitle[data-astro-cid-cvppt7jf]{font-size:.875rem;color:#fffc}.alternating-row[data-astro-cid-wvim2bdl]{display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:768px){.alternating-row[data-astro-cid-wvim2bdl]{flex-direction:row;gap:3.5rem}.alternating-row-reverse[data-astro-cid-wvim2bdl]{flex-direction:row-reverse}}.alternating-text[data-astro-cid-wvim2bdl]{flex:1;min-width:0}.alternating-visual[data-astro-cid-wvim2bdl]{flex:1;min-width:0;width:100%}.dark-eyebrow[data-astro-cid-wvim2bdl]{color:var(--color-helios);opacity:.8}.dark-body[data-astro-cid-wvim2bdl]{color:#c8c6c2}.dark-muted[data-astro-cid-wvim2bdl]{color:#908e89}.vp-photo[data-astro-cid-wvim2bdl]{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:var(--radius-lg);border:1px solid var(--color-border)}.section-dark[data-astro-cid-wvim2bdl] .vp-photo[data-astro-cid-wvim2bdl]{border-color:#ffffff14}.flow-scene[data-astro-cid-mmpcddif]{display:flex;align-items:center;justify-content:center;gap:28px;max-width:1080px;margin:0 auto}.flow-section-wrapper[data-astro-cid-mmpcddif]{flex-shrink:0;width:140px}.flow-section-label[data-astro-cid-mmpcddif]{font-size:.625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-helios-dark);opacity:.5;text-align:center;margin-bottom:8px}.flow-connectors[data-astro-cid-mmpcddif]{display:flex;flex-direction:column;gap:12px}.flow-chip[data-astro-cid-mmpcddif]{display:flex;align-items:center;gap:10px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:10px 14px;box-shadow:var(--shadow-card)}.flow-chip-icon[data-astro-cid-mmpcddif]{width:24px;height:24px;flex-shrink:0}.flow-chip-label[data-astro-cid-mmpcddif]{font-size:.75rem;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}.flow-chip-badge[data-astro-cid-mmpcddif]{font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:4px;padding:1px 5px;margin-left:auto}.flow-lines-col[data-astro-cid-mmpcddif]{flex-shrink:0;width:52px;align-self:stretch;position:relative}.flow-lines-col[data-astro-cid-mmpcddif] svg[data-astro-cid-mmpcddif]{position:absolute;inset:0;width:100%;height:100%}.flow-dash[data-astro-cid-mmpcddif]{stroke:var(--color-helios-light);stroke-width:1.5;fill:none;stroke-dasharray:6 6;stroke-linecap:round}.flow-dash-in[data-astro-cid-mmpcddif],.flow-dash-out[data-astro-cid-mmpcddif]{animation:flow-tick 1.2s linear infinite}.flow-arrow-vertical[data-astro-cid-mmpcddif]{display:none;justify-content:center;padding:4px 0}.flow-arrow-vertical[data-astro-cid-mmpcddif] svg[data-astro-cid-mmpcddif]{width:28px;height:28px}.flow-product[data-astro-cid-mmpcddif]{width:580px;height:460px;background:var(--color-background);border-radius:16px;border:1px solid var(--color-border);box-shadow:0 0 0 1px #00000008,0 8px 40px #00000014,0 2px 8px #0000000a;overflow:hidden;display:flex;flex-shrink:0}.flow-mobile-bar[data-astro-cid-mmpcddif]{display:none}.flow-hamburger[data-astro-cid-mmpcddif]{width:16px;height:16px;color:var(--color-text-muted)}.flow-mobile-logo[data-astro-cid-mmpcddif]{width:60px;height:auto}.flow-sidebar[data-astro-cid-mmpcddif]{width:172px;background:var(--color-background);border-right:1px solid var(--color-border);padding:16px 10px;display:flex;flex-direction:column;gap:4px;flex-shrink:0}.flow-sidebar-logo[data-astro-cid-mmpcddif]{padding:0 8px 12px}.flow-sidebar-logo[data-astro-cid-mmpcddif] svg[data-astro-cid-mmpcddif]{width:70px;height:auto}.flow-sidebar-tenant[data-astro-cid-mmpcddif]{font-size:.75rem;font-weight:500;color:var(--color-text-primary);padding:4px 8px 8px}.flow-sidebar-hr[data-astro-cid-mmpcddif]{height:1px;background:var(--color-border);margin:2px 4px 6px}.flow-sidebar-item[data-astro-cid-mmpcddif]{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--color-text-muted);padding:6px 8px;border-radius:6px}.flow-sidebar-item[data-astro-cid-mmpcddif] svg[data-astro-cid-mmpcddif]{width:14px;height:14px;flex-shrink:0;opacity:.6}.flow-sidebar-item[data-astro-cid-mmpcddif].active{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:500}.flow-main[data-astro-cid-mmpcddif]{flex:1;display:flex;flex-direction:column;background:var(--color-surface);margin:6px 6px 6px 0;border:1px solid var(--color-border);border-left:none;border-radius:var(--radius);overflow:hidden}.flow-chat[data-astro-cid-mmpcddif]{flex:1;padding:20px 20px 12px;display:flex;flex-direction:column;gap:14px;overflow:hidden}.flow-msg-user[data-astro-cid-mmpcddif]{align-self:flex-end;background:var(--color-surface-muted);border-radius:14px 14px 4px;padding:8px 14px;font-size:.8125rem;line-height:1.5;max-width:75%}.flow-msg-ai[data-astro-cid-mmpcddif]{display:flex;flex-direction:column;gap:6px;max-width:92%}.flow-ai-label[data-astro-cid-mmpcddif]{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-helios)}.flow-ai-tool[data-astro-cid-mmpcddif]{display:inline-flex;align-items:center;gap:6px;font-size:.625rem;color:var(--color-text-muted);background:var(--color-surface-muted);border-radius:4px;padding:3px 8px;width:fit-content}.flow-ai-dot[data-astro-cid-mmpcddif]{width:5px;height:5px;border-radius:50%;background:var(--color-helios);animation:pulse-dot 1.5s ease-in-out infinite}.flow-ai-text[data-astro-cid-mmpcddif]{font-size:.8125rem;line-height:1.5;color:var(--color-text-primary)}.flow-ai-text[data-astro-cid-mmpcddif] strong[data-astro-cid-mmpcddif]{font-weight:500}.flow-kpis[data-astro-cid-mmpcddif]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.flow-kpi[data-astro-cid-mmpcddif]{background:var(--color-surface-muted);border-radius:var(--radius);padding:10px 12px}.flow-kpi-label[data-astro-cid-mmpcddif]{display:block;font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.flow-kpi-value[data-astro-cid-mmpcddif]{display:block;font-size:1.125rem;font-weight:600;margin-top:2px;color:var(--color-text-primary)}.flow-kpi-trend[data-astro-cid-mmpcddif]{display:block;font-size:.625rem;margin-top:2px}.flow-kpi-trend[data-astro-cid-mmpcddif].up{color:#059669}.flow-kpi-trend[data-astro-cid-mmpcddif].down{color:#dc2626}.flow-kpi-trend[data-astro-cid-mmpcddif] span[data-astro-cid-mmpcddif]{color:var(--color-text-muted)}.flow-mini-chart[data-astro-cid-mmpcddif]{background:var(--color-surface-muted);border-radius:var(--radius);padding:12px 14px 8px}.flow-chart-title[data-astro-cid-mmpcddif]{display:block;font-size:.6875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:10px}.flow-bars[data-astro-cid-mmpcddif]{display:flex;align-items:flex-end;gap:6px;height:56px}.flow-bar-col[data-astro-cid-mmpcddif]{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;justify-content:flex-end}.flow-bar-col[data-astro-cid-mmpcddif] span[data-astro-cid-mmpcddif]{font-size:.5625rem;color:var(--color-text-muted)}.flow-bar[data-astro-cid-mmpcddif]{width:100%;border-radius:3px 3px 0 0;background:var(--color-helios)}.flow-input[data-astro-cid-mmpcddif]{padding:10px 16px 14px;border-top:1px solid var(--color-border)}.flow-input-box[data-astro-cid-mmpcddif]{display:flex;align-items:center;gap:8px;border:1px solid var(--color-border);border-radius:14px;padding:8px 10px 8px 14px;box-shadow:var(--shadow-subtle)}.flow-input-placeholder[data-astro-cid-mmpcddif]{flex:1;font-size:.75rem;color:var(--color-text-muted)}.flow-send[data-astro-cid-mmpcddif]{width:24px;height:24px;border-radius:8px;background:var(--color-helios);display:flex;align-items:center;justify-content:center;flex-shrink:0}.flow-send[data-astro-cid-mmpcddif] svg[data-astro-cid-mmpcddif]{width:12px;height:12px}@keyframes flow-tick{to{stroke-dashoffset:-12}}@keyframes pulse-dot{0%,to{opacity:.4}50%{opacity:1}}@media(max-width:960px){.flow-scene[data-astro-cid-mmpcddif]{gap:14px}.flow-section-wrapper[data-astro-cid-mmpcddif]{width:110px}.flow-chip[data-astro-cid-mmpcddif]{padding:8px 10px;gap:8px}.flow-chip-icon[data-astro-cid-mmpcddif]{width:20px;height:20px}.flow-chip-label[data-astro-cid-mmpcddif]{font-size:.6875rem}.flow-product[data-astro-cid-mmpcddif]{width:460px;height:400px}.flow-lines-col[data-astro-cid-mmpcddif]{width:32px}}@media(max-width:740px){.flow-scene[data-astro-cid-mmpcddif]{flex-direction:column;gap:0}.flow-section-wrapper[data-astro-cid-mmpcddif]{width:100%}.flow-section-label[data-astro-cid-mmpcddif]{margin-bottom:10px}.flow-connectors[data-astro-cid-mmpcddif]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}.flow-chip[data-astro-cid-mmpcddif]{padding:7px 12px;border-radius:20px}.flow-chip-icon[data-astro-cid-mmpcddif]{width:18px;height:18px}.flow-chip-label[data-astro-cid-mmpcddif]{font-size:.6875rem}.flow-lines-col[data-astro-cid-mmpcddif]{display:none}.flow-arrow-vertical[data-astro-cid-mmpcddif]{display:flex}.flow-product[data-astro-cid-mmpcddif]{width:100%;max-width:400px;height:440px;margin:0 auto;border-radius:var(--radius-xl);flex-direction:column}.flow-sidebar[data-astro-cid-mmpcddif]{display:none}.flow-mobile-bar[data-astro-cid-mmpcddif]{display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border-bottom:1px solid var(--color-border);flex-shrink:0;background:var(--color-surface)}.flow-main[data-astro-cid-mmpcddif]{margin:0;border:none;border-radius:0 0 var(--radius-xl) var(--radius-xl)}.flow-chat[data-astro-cid-mmpcddif]{padding:14px 14px 10px;gap:12px}.flow-kpis[data-astro-cid-mmpcddif]{gap:6px}.flow-kpi[data-astro-cid-mmpcddif]{padding:8px 10px}.flow-kpi-value[data-astro-cid-mmpcddif]{font-size:.9375rem}.flow-mini-chart[data-astro-cid-mmpcddif]{padding:10px 12px 6px}.flow-bars[data-astro-cid-mmpcddif]{height:48px}.flow-msg-user[data-astro-cid-mmpcddif]{font-size:.75rem;padding:7px 12px}.flow-ai-text[data-astro-cid-mmpcddif]{font-size:.75rem}.flow-input[data-astro-cid-mmpcddif]{padding:8px 12px 10px}}@media(max-width:380px){.flow-product[data-astro-cid-mmpcddif]{height:400px}.flow-kpis[data-astro-cid-mmpcddif]{grid-template-columns:1fr 1fr}.flow-kpi[data-astro-cid-mmpcddif]:last-child{grid-column:span 2}.flow-kpi-value[data-astro-cid-mmpcddif]{font-size:.875rem}.flow-bars[data-astro-cid-mmpcddif]{height:40px}}.metric-value[data-astro-cid-qsmz76bj]{font-feature-settings:"tnum" 1}.dark-metric .metric-value,.dark-metric .text-text-primary{color:#fff}.dark-metric .text-text-secondary{color:#a8a6a1}.integration-card[data-astro-cid-d4gtvbvp]{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1.25rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color .15s ease}.integration-card[data-astro-cid-d4gtvbvp]:hover{border-color:var(--color-border-strong)}.integration-name[data-astro-cid-d4gtvbvp]{font-size:.8125rem;font-weight:700;color:var(--color-text-primary);text-align:center}.integration-type[data-astro-cid-d4gtvbvp]{font-size:.6875rem;color:var(--color-text-tertiary);text-transform:capitalize}.pricing-slider[data-astro-cid-wekg7pry]{-webkit-appearance:none;appearance:none;height:6px;background:var(--color-border);border-radius:3px;outline:none;cursor:pointer}.pricing-slider[data-astro-cid-wekg7pry]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#cf3b89;border:3px solid white;box-shadow:0 2px 6px #00000026;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pricing-slider[data-astro-cid-wekg7pry]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px #cf3b894d}.pricing-slider[data-astro-cid-wekg7pry]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#cf3b89;border:3px solid white;box-shadow:0 2px 6px #00000026;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pricing-slider[data-astro-cid-wekg7pry]::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 2px 8px #cf3b894d}.pricing-slider[data-astro-cid-wekg7pry]::-moz-range-track{height:6px;background:var(--color-border);border-radius:3px;border:none}.pricing-slider[data-astro-cid-wekg7pry]{background:linear-gradient(to right,#CF3B89 var(--slider-fill, 25%),var(--color-border) var(--slider-fill, 25%))}.billing-tab[data-astro-cid-wekg7pry]{color:var(--color-text-tertiary);cursor:pointer}.billing-tab[data-astro-cid-wekg7pry].active{background-color:var(--color-surface);color:var(--color-text-primary);box-shadow:0 1px 3px #00000014}#pricing-card[data-astro-cid-wekg7pry]{transition:border-color .2s ease}#pricing-features[data-astro-cid-wekg7pry]{transition:opacity .15s ease}.cta-sub[data-astro-cid-fvtze3p5]{color:#a8a6a1}.cta-note[data-astro-cid-fvtze3p5]{color:#6b6965}
