.navbar[data-v-87a949d1]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.navbar-scrolled[data-v-87a949d1]{background:#fffffff2;box-shadow:0 1px 3px #0000001a}.navbar-container[data-v-87a949d1]{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar-logo[data-v-87a949d1]{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon[data-v-87a949d1]{display:flex;align-items:center;justify-content:center}.logo-img[data-v-87a949d1]{height:44px;width:auto;display:block}.logo-text[data-v-87a949d1]{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--klause-gray-900)}.navbar-nav[data-v-87a949d1]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-87a949d1]{font-size:.9375rem;font-weight:500;color:var(--klause-gray-600);text-decoration:none;transition:color .2s ease}.nav-link[data-v-87a949d1]:hover{color:var(--klause-primary)}.navbar-actions[data-v-87a949d1]{display:flex;align-items:center;gap:.75rem}.mobile-menu-btn[data-v-87a949d1]{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--klause-gray-700);font-size:1.25rem}.mobile-menu[data-v-87a949d1]{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;box-shadow:0 4px 6px #0000001a;padding:1rem;transform:translateY(-100%);opacity:0;transition:all .3s ease;pointer-events:none}.mobile-menu-open[data-v-87a949d1]{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-nav[data-v-87a949d1]{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link[data-v-87a949d1]{padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--klause-gray-700);text-decoration:none;border-radius:var(--radius-md);transition:background .2s ease}.mobile-nav-link[data-v-87a949d1]:hover{background:var(--klause-gray-100)}.mobile-nav-actions[data-v-87a949d1]{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--klause-gray-200)}@media (max-width: 768px){.navbar-nav[data-v-87a949d1],.navbar-actions[data-v-87a949d1]{display:none}.mobile-menu-btn[data-v-87a949d1],.mobile-menu[data-v-87a949d1]{display:block}}.hero[data-v-f4074848]{padding-top:120px;padding-bottom:4rem;min-height:100vh;display:flex;align-items:center}.hero-content[data-v-f4074848]{text-align:center;max-width:800px;margin:0 auto 3rem}.hero-title[data-v-f4074848]{font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem;color:var(--klause-gray-900)}.hero-title em[data-v-f4074848]{font-style:italic;color:var(--klause-primary)}.hero-subtitle[data-v-f4074848]{font-size:1.25rem;color:var(--klause-gray-500);max-width:640px;margin:0 auto 2rem;line-height:1.7}.hero-actions[data-v-f4074848]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-btn[data-v-f4074848]{min-width:180px}.video-wrapper[data-v-f4074848]{position:relative;padding-top:56.25%;border-radius:var(--radius-lg);overflow:hidden;background:#000}.video-wrapper iframe[data-v-f4074848]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.hero-visual[data-v-f4074848]{max-width:700px;margin:0 auto}.hero-card[data-v-f4074848]{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;border:1px solid var(--klause-gray-200)}.hero-card-header[data-v-f4074848]{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--klause-gray-100);border-bottom:1px solid var(--klause-gray-200)}.dots[data-v-f4074848]{display:flex;gap:.375rem}.dot[data-v-f4074848]{width:12px;height:12px;border-radius:50%}.dot-red[data-v-f4074848]{background:#ef4444}.dot-yellow[data-v-f4074848]{background:#eab308}.dot-green[data-v-f4074848]{background:#22c55e}.hero-card-title[data-v-f4074848]{font-size:.875rem;color:var(--klause-gray-500);font-family:SF Mono,Monaco,Courier New,monospace}.hero-card-content[data-v-f4074848]{padding:1rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.875rem}.diff-line[data-v-f4074848]{display:flex;align-items:center;padding:.25rem .5rem;border-radius:4px;margin-bottom:2px}.line-number[data-v-f4074848]{width:2rem;color:var(--klause-gray-400);text-align:right;margin-right:1rem;-webkit-user-select:none;user-select:none}.line-prefix[data-v-f4074848]{width:1rem;font-weight:700}.diff-context[data-v-f4074848]{color:var(--klause-gray-600)}.diff-removed[data-v-f4074848]{background:#fef2f2;color:#dc2626}.diff-removed .line-prefix[data-v-f4074848]{color:#dc2626}.diff-added[data-v-f4074848]{background:#f0fdf4;color:#16a34a}.diff-added .line-prefix[data-v-f4074848]{color:#16a34a}.commit-info[data-v-f4074848]{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--klause-gray-200);color:var(--klause-gray-500);font-family:var(--font-body);font-size:.875rem}.commit-info i[data-v-f4074848]{color:var(--klause-primary)}.commit-time[data-v-f4074848]{color:var(--klause-gray-400)}.trust-section[data-v-f4074848]{margin-top:4rem;text-align:center}.trust-label[data-v-f4074848]{font-size:.875rem;color:var(--klause-gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.logo-marquee-container[data-v-f4074848]{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.logo-marquee[data-v-f4074848]{display:flex;gap:3rem;animation:marquee-f4074848 30s linear infinite}.logo-item[data-v-f4074848]{flex-shrink:0;font-size:1.125rem;font-weight:600;color:var(--klause-gray-300);white-space:nowrap}@keyframes marquee-f4074848{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.hero[data-v-f4074848]{padding-top:100px;min-height:auto}.hero-subtitle[data-v-f4074848]{font-size:1.125rem}.hero-card-content[data-v-f4074848]{font-size:.75rem;overflow-x:auto}}.features-section[data-v-aa1f74eb]{background:#fff}.section-header[data-v-aa1f74eb]{text-align:center;margin-bottom:4rem}.features-grid[data-v-aa1f74eb]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card[data-v-aa1f74eb]{text-align:left;animation:fadeInUp-aa1f74eb .6s ease-out forwards;opacity:0}.feature-icon[data-v-aa1f74eb]{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon i[data-v-aa1f74eb]{font-size:1.5rem}.feature-title[data-v-aa1f74eb]{font-family:var(--font-body);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--klause-gray-900)}.feature-description[data-v-aa1f74eb]{font-size:.9375rem;line-height:1.7;color:var(--klause-gray-500)}@keyframes fadeInUp-aa1f74eb{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.features-grid[data-v-aa1f74eb]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features-grid[data-v-aa1f74eb]{grid-template-columns:1fr}}.how-it-works-section[data-v-b63b43b4]{overflow:hidden}.section-header[data-v-b63b43b4]{text-align:center;margin-bottom:4rem}.workflow-timeline[data-v-b63b43b4]{display:flex;justify-content:space-between;align-items:stretch;position:relative;max-width:1100px;margin:0 auto;padding:0 1rem}.timeline-line[data-v-b63b43b4]{position:absolute;top:28px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--klause-primary) 0%,var(--klause-accent) 100%);z-index:0}.timeline-step[data-v-b63b43b4]{display:flex;flex-direction:column;align-items:center;height:100%;text-align:center;position:relative;z-index:1;flex:1;animation:fadeInUp-b63b43b4 .6s ease-out forwards;opacity:0}.step-number[data-v-b63b43b4]{width:56px;height:56px;border-radius:50%;background:#fff;border:3px solid var(--klause-primary);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--klause-primary);margin-bottom:1.5rem;box-shadow:var(--shadow-md)}.step-content[data-v-b63b43b4]{background:#fff;padding:1.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);width:160px;max-width:160px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;min-height:240px}.step-content[data-v-b63b43b4]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.step-icon[data-v-b63b43b4]{width:40px;height:40px;border-radius:var(--radius-md);background:var(--klause-primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-icon i[data-v-b63b43b4]{font-size:1.125rem;color:var(--klause-primary)}.step-title[data-v-b63b43b4]{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--klause-gray-900);margin-bottom:.5rem}.step-description[data-v-b63b43b4]{font-size:.8125rem;line-height:1.5;color:var(--klause-gray-500)}.workflow-cta[data-v-b63b43b4]{text-align:center;margin-top:4rem}.video-wrapper[data-v-b63b43b4]{position:relative;padding-top:56.25%;border-radius:var(--radius-lg);overflow:hidden;background:#000}.video-wrapper iframe[data-v-b63b43b4]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}@keyframes fadeInUp-b63b43b4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.workflow-timeline[data-v-b63b43b4]{flex-wrap:wrap;gap:2rem;justify-content:center}.timeline-line[data-v-b63b43b4]{display:none}.timeline-step[data-v-b63b43b4]{flex:0 0 calc(33.333% - 1.5rem)}.step-content[data-v-b63b43b4]{max-width:200px}}@media (max-width: 640px){.workflow-timeline[data-v-b63b43b4]{flex-wrap:wrap;gap:1.5rem;justify-content:center}.timeline-step[data-v-b63b43b4]{flex:0 0 calc(50% - 1rem);max-width:calc(50% - 1rem)}}.faq-section[data-v-e66afacf]{background:#fff}.section-header[data-v-e66afacf]{text-align:center;margin-bottom:4rem}.faq-container[data-v-e66afacf]{max-width:800px;margin:0 auto}.faq-container[data-v-e66afacf] .p-accordion{border:none}.faq-container[data-v-e66afacf] .p-accordionpanel{margin-bottom:1rem;border:1px solid var(--klause-gray-200);border-radius:var(--radius-lg);overflow:hidden}.faq-container[data-v-e66afacf] .p-accordionheader{background:#fff;border:none;padding:1.25rem 1.5rem;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--klause-gray-900);transition:background .2s ease}.faq-container[data-v-e66afacf] .p-accordionheader:hover{background:var(--klause-gray-50)}.faq-container[data-v-e66afacf] .p-accordioncontent-content{padding:0 1.5rem 1.25rem}.faq-container[data-v-e66afacf] .p-accordioncontent-content p{font-size:.9375rem;line-height:1.7;color:var(--klause-gray-600);margin:0}.faq-cta[data-v-e66afacf]{text-align:center;margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.faq-cta p[data-v-e66afacf]{font-size:1rem;color:var(--klause-gray-600)}@media (max-width: 640px){.faq-container[data-v-e66afacf] .p-accordionheader{padding:1rem;font-size:.9375rem}.faq-container[data-v-e66afacf] .p-accordioncontent-content{padding:0 1rem 1rem}}.waitlist-section[data-v-7e8c28ce]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;position:relative}.waitlist-container[data-v-7e8c28ce]{display:flex;justify-content:center}.waitlist-section[data-v-7e8c28ce]:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.waitlist-section[data-v-7e8c28ce]:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.waitlist-content[data-v-7e8c28ce]{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.waitlist-header[data-v-7e8c28ce]{margin-bottom:3rem}.waitlist-title[data-v-7e8c28ce]{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.waitlist-title em[data-v-7e8c28ce]{font-style:italic;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.waitlist-subtitle[data-v-7e8c28ce]{font-size:1.125rem;line-height:1.7;color:#ffffffe6;max-width:600px;margin:0 auto}.waitlist-form[data-v-7e8c28ce]{margin-bottom:2rem}.waitlist-seo-fallback[data-v-7e8c28ce]{background:#fffffff2;border-radius:16px;padding:2.5rem;max-width:500px;margin:0 auto;text-align:center;box-shadow:0 10px 30px #0f172a33}.waitlist-seo-fallback__title[data-v-7e8c28ce]{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--klause-gray-900);margin-bottom:1rem}.waitlist-seo-fallback__text[data-v-7e8c28ce]{font-size:1rem;line-height:1.7;color:var(--klause-gray-600);margin-bottom:0}.waitlist-form[data-v-7e8c28ce] .clerk-card{max-width:580px;margin:0 auto;box-shadow:0 14px 36px #1118272e;border-radius:12px;overflow:hidden;border:1px solid rgba(15,23,42,.06);background:#fff;width:100%}.waitlist-form[data-v-7e8c28ce] .waitlist-card{background:#fff;width:100%}.waitlist-form[data-v-7e8c28ce] .cl-card{background:#fff;border-radius:12px;overflow:hidden;width:100%}.waitlist-form[data-v-7e8c28ce] .cl-card>*{background:#fff;width:100%}.waitlist-form[data-v-7e8c28ce] .cl-footer{display:none}.waitlist-form[data-v-7e8c28ce] [data-localization-key="dev_mode.badge"]{background:#f8fafc;color:#475569;border:1px solid #e5e7eb}.waitlist-form[data-v-7e8c28ce] .cl-headerTitle{font-family:var(--font-heading)}.waitlist-form[data-v-7e8c28ce] .clerk-footer-text{color:var(--klause-gray-500)}.waitlist-form[data-v-7e8c28ce] .clerk-footer-link{color:#fff;font-weight:600}.waitlist-form[data-v-7e8c28ce] .email-input{background:#fff;border-color:#ffffff4d;color:var(--klause-gray-900)}.waitlist-form[data-v-7e8c28ce] .email-input::placeholder{color:var(--klause-gray-400)}.waitlist-form[data-v-7e8c28ce] .btn-primary{background:var(--klause-gray-900);border-color:var(--klause-gray-900)}.waitlist-form[data-v-7e8c28ce] .btn-primary:hover{background:var(--klause-gray-800);border-color:var(--klause-gray-800)}.trust-indicators[data-v-7e8c28ce]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-item[data-v-7e8c28ce]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fffc}.trust-item i[data-v-7e8c28ce]{font-size:1rem;color:#ffffffe6}@media (max-width: 768px){.waitlist-title[data-v-7e8c28ce]{font-size:2rem}.waitlist-subtitle[data-v-7e8c28ce]{font-size:1rem}.trust-indicators[data-v-7e8c28ce]{gap:1rem}.trust-item[data-v-7e8c28ce]{font-size:.8125rem}}.footer[data-v-e22bb001]{background:var(--klause-gray-900);color:#fff;padding:3rem 0 2rem}.footer[data-v-e22bb001] .p-divider{border-color:var(--klause-gray-800);margin:2rem 0}.footer-content[data-v-e22bb001]{display:flex;justify-content:center;padding:2rem 0}.footer-brand[data-v-e22bb001]{text-align:center;max-width:400px}.footer-logo[data-v-e22bb001]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;justify-content:center}.footer-logo-img[data-v-e22bb001]{height:48px;width:auto;max-width:220px;display:block;object-fit:contain}.footer-tagline[data-v-e22bb001]{color:var(--klause-gray-400);font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.social-links[data-v-e22bb001]{display:flex;gap:1rem;justify-content:center}.social-links a[data-v-e22bb001]{width:40px;height:40px;border-radius:50%;background:var(--klause-gray-800);display:flex;align-items:center;justify-content:center;color:var(--klause-gray-400);transition:all .2s ease}.social-links a[data-v-e22bb001]:hover{background:var(--klause-primary);color:#fff}.footer-bottom[data-v-e22bb001]{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.875rem;color:var(--klause-gray-500)}.footer-legal[data-v-e22bb001]{display:flex;align-items:center;gap:.75rem}.footer-legal a[data-v-e22bb001]{color:var(--klause-gray-500);text-decoration:none;transition:color .2s ease}.footer-legal a[data-v-e22bb001]:hover{color:var(--klause-gray-300)}@media (max-width: 768px){.footer-bottom[data-v-e22bb001]{flex-direction:column;gap:1rem;text-align:center}}.landing-page[data-v-e7bcaa5a]{min-height:100vh;display:flex;flex-direction:column}main[data-v-e7bcaa5a]{flex:1}
