@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=DM+Sans:wght@400;500;600;700&display=swap);.navbar[data-v-6ef6079f]{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);transition:all .3s ease}.navbar-scrolled[data-v-6ef6079f]{background:hsla(0,0%,100%,.95);box-shadow:0 1px 3px rgba(0,0,0,.1)}.navbar-container[data-v-6ef6079f]{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-6ef6079f]{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon[data-v-6ef6079f]{display:flex;align-items:center;justify-content:center}.logo-img[data-v-6ef6079f]{height:44px;width:auto;display:block}.logo-text[data-v-6ef6079f]{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--klause-gray-900)}.navbar-nav[data-v-6ef6079f]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-6ef6079f]{font-size:.9375rem;font-weight:500;color:var(--klause-gray-600);text-decoration:none;transition:color .2s ease}.nav-link[data-v-6ef6079f]:hover{color:var(--klause-primary)}.navbar-actions[data-v-6ef6079f]{display:flex;align-items:center;gap:.75rem}.mobile-menu-btn[data-v-6ef6079f]{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--klause-gray-700);font-size:1.25rem}.mobile-menu[data-v-6ef6079f]{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1rem;transform:translateY(-100%);opacity:0;transition:all .3s ease;pointer-events:none}.mobile-menu-open[data-v-6ef6079f]{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-nav[data-v-6ef6079f]{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link[data-v-6ef6079f]{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-6ef6079f]:hover{background:var(--klause-gray-100)}.mobile-nav-actions[data-v-6ef6079f]{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-actions[data-v-6ef6079f],.navbar-nav[data-v-6ef6079f]{display:none}.mobile-menu-btn[data-v-6ef6079f],.mobile-menu[data-v-6ef6079f]{display:block}}.hero[data-v-5fae0a50]{padding-top:120px;padding-bottom:4rem;min-height:100vh;display:flex;align-items:center}.hero-content[data-v-5fae0a50]{text-align:center;max-width:800px;margin:0 auto 3rem}.hero-title[data-v-5fae0a50]{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-5fae0a50]{font-style:italic;color:var(--klause-primary)}.hero-subtitle[data-v-5fae0a50]{font-size:1.25rem;color:var(--klause-gray-500);max-width:640px;margin:0 auto 2rem;line-height:1.7}.hero-actions[data-v-5fae0a50]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-btn[data-v-5fae0a50]{min-width:180px}.video-wrapper[data-v-5fae0a50]{position:relative;padding-top:56.25%;border-radius:var(--radius-lg);overflow:hidden;background:#000}.video-wrapper iframe[data-v-5fae0a50]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.hero-visual[data-v-5fae0a50]{max-width:700px;margin:0 auto}.hero-card[data-v-5fae0a50]{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-5fae0a50]{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-5fae0a50]{display:flex;gap:.375rem}.dot[data-v-5fae0a50]{width:12px;height:12px;border-radius:50%}.dot-red[data-v-5fae0a50]{background:#ef4444}.dot-yellow[data-v-5fae0a50]{background:#eab308}.dot-green[data-v-5fae0a50]{background:#22c55e}.hero-card-title[data-v-5fae0a50]{font-size:.875rem;color:var(--klause-gray-500);font-family:SF Mono,Monaco,Courier New,monospace}.hero-card-content[data-v-5fae0a50]{padding:1rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.875rem}.diff-line[data-v-5fae0a50]{display:flex;align-items:center;padding:.25rem .5rem;border-radius:4px;margin-bottom:2px}.line-number[data-v-5fae0a50]{width:2rem;color:var(--klause-gray-400);text-align:right;margin-right:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.line-prefix[data-v-5fae0a50]{width:1rem;font-weight:700}.diff-context[data-v-5fae0a50]{color:var(--klause-gray-600)}.diff-removed[data-v-5fae0a50]{background:#fef2f2;color:#dc2626}.diff-removed .line-prefix[data-v-5fae0a50]{color:#dc2626}.diff-added[data-v-5fae0a50]{background:#f0fdf4;color:#16a34a}.diff-added .line-prefix[data-v-5fae0a50]{color:#16a34a}.commit-info[data-v-5fae0a50]{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-5fae0a50]{color:var(--klause-primary)}.commit-time[data-v-5fae0a50]{color:var(--klause-gray-400)}.trust-section[data-v-5fae0a50]{margin-top:4rem;text-align:center}.trust-label[data-v-5fae0a50]{font-size:.875rem;color:var(--klause-gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.logo-marquee-container[data-v-5fae0a50]{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.logo-marquee[data-v-5fae0a50]{display:flex;gap:3rem;animation:marquee-5fae0a50 30s linear infinite}.logo-item[data-v-5fae0a50]{flex-shrink:0;font-size:1.125rem;font-weight:600;color:var(--klause-gray-300);white-space:nowrap}@keyframes marquee-5fae0a50{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.hero[data-v-5fae0a50]{padding-top:100px;min-height:auto}.hero-subtitle[data-v-5fae0a50]{font-size:1.125rem}.hero-card-content[data-v-5fae0a50]{font-size:.75rem;overflow-x:auto}}.features-section[data-v-7cc15e95]{background:#fff}.section-header[data-v-7cc15e95]{text-align:center;margin-bottom:4rem}.features-grid[data-v-7cc15e95]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card[data-v-7cc15e95]{text-align:left;animation:fadeInUp-7cc15e95 .6s ease-out forwards;opacity:0}.feature-icon[data-v-7cc15e95]{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-7cc15e95]{font-size:1.5rem}.feature-title[data-v-7cc15e95]{font-family:var(--font-body);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--klause-gray-900)}.feature-description[data-v-7cc15e95]{font-size:.9375rem;line-height:1.7;color:var(--klause-gray-500)}@keyframes fadeInUp-7cc15e95{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.features-grid[data-v-7cc15e95]{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.features-grid[data-v-7cc15e95]{grid-template-columns:1fr}}.how-it-works-section[data-v-70e9e6e3]{overflow:hidden}.section-header[data-v-70e9e6e3]{text-align:center;margin-bottom:4rem}.workflow-timeline[data-v-70e9e6e3]{display:flex;justify-content:space-between;align-items:stretch;position:relative;max-width:1100px;margin:0 auto;padding:0 1rem}.timeline-line[data-v-70e9e6e3]{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-70e9e6e3]{display:flex;flex-direction:column;align-items:center;height:100%;text-align:center;position:relative;z-index:1;flex:1;animation:fadeInUp-70e9e6e3 .6s ease-out forwards;opacity:0}.step-number[data-v-70e9e6e3]{width:56px;height:56px;border-radius:50%;border:3px solid var(--klause-primary);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}.step-content[data-v-70e9e6e3],.step-number[data-v-70e9e6e3]{background:#fff;display:flex;align-items:center;box-shadow:var(--shadow-md)}.step-content[data-v-70e9e6e3]{padding:1.5rem;border-radius:var(--radius-xl);width:160px;max-width:160px;transition:all .3s ease;flex-direction:column;justify-content:flex-start;height:100%;min-height:240px}.step-content[data-v-70e9e6e3]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.step-icon[data-v-70e9e6e3]{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-70e9e6e3]{font-size:1.125rem;color:var(--klause-primary)}.step-title[data-v-70e9e6e3]{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--klause-gray-900);margin-bottom:.5rem}.step-description[data-v-70e9e6e3]{font-size:.8125rem;line-height:1.5;color:var(--klause-gray-500)}.workflow-cta[data-v-70e9e6e3]{text-align:center;margin-top:4rem}.video-wrapper[data-v-70e9e6e3]{position:relative;padding-top:56.25%;border-radius:var(--radius-lg);overflow:hidden;background:#000}.video-wrapper iframe[data-v-70e9e6e3]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}@keyframes fadeInUp-70e9e6e3{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.workflow-timeline[data-v-70e9e6e3]{flex-wrap:wrap;gap:2rem;justify-content:center}.timeline-line[data-v-70e9e6e3]{display:none}.timeline-step[data-v-70e9e6e3]{flex:0 0 calc(33.333% - 1.5rem)}.step-content[data-v-70e9e6e3]{max-width:200px}}@media (max-width:640px){.workflow-timeline[data-v-70e9e6e3]{flex-wrap:wrap;gap:1.5rem;justify-content:center}.timeline-step[data-v-70e9e6e3]{flex:0 0 calc(50% - 1rem);max-width:calc(50% - 1rem)}}.faq-section[data-v-e201efac]{background:#fff}.section-header[data-v-e201efac]{text-align:center;margin-bottom:4rem}.faq-container[data-v-e201efac]{max-width:800px;margin:0 auto}.faq-container[data-v-e201efac] .p-accordion{border:none}.faq-container[data-v-e201efac] .p-accordionpanel{margin-bottom:1rem;border:1px solid var(--klause-gray-200);border-radius:var(--radius-lg);overflow:hidden}.faq-container[data-v-e201efac] .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-e201efac] .p-accordionheader:hover{background:var(--klause-gray-50)}.faq-container[data-v-e201efac] .p-accordioncontent-content{padding:0 1.5rem 1.25rem}.faq-container[data-v-e201efac] .p-accordioncontent-content p{font-size:.9375rem;line-height:1.7;color:var(--klause-gray-600);margin:0}.faq-cta[data-v-e201efac]{text-align:center;margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.faq-cta p[data-v-e201efac]{font-size:1rem;color:var(--klause-gray-600)}@media (max-width:640px){.faq-container[data-v-e201efac] .p-accordionheader{padding:1rem;font-size:.9375rem}.faq-container[data-v-e201efac] .p-accordioncontent-content{padding:0 1rem 1rem}}.waitlist-section[data-v-c0b09e74]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;position:relative}.waitlist-container[data-v-c0b09e74]{display:flex;justify-content:center}.waitlist-section[data-v-c0b09e74]:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.waitlist-section[data-v-c0b09e74]:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,hsla(0,0%,100%,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.waitlist-content[data-v-c0b09e74]{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-c0b09e74]{margin-bottom:3rem}.waitlist-title[data-v-c0b09e74]{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-c0b09e74]{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-c0b09e74]{font-size:1.125rem;line-height:1.7;color:hsla(0,0%,100%,.9);max-width:600px;margin:0 auto}.waitlist-form[data-v-c0b09e74]{margin-bottom:2rem}.waitlist-form[data-v-c0b09e74] .clerk-card{max-width:580px;margin:0 auto;box-shadow:0 14px 36px rgba(17,24,39,.18);border-radius:12px;overflow:hidden;border:1px solid rgba(15,23,42,.06);background:#fff;width:100%}.waitlist-form[data-v-c0b09e74] .waitlist-card{background:#fff;width:100%}.waitlist-form[data-v-c0b09e74] .cl-card{background:#fff;border-radius:12px;overflow:hidden;width:100%}.waitlist-form[data-v-c0b09e74] .cl-card>*{background:#fff;width:100%}.waitlist-form[data-v-c0b09e74] .cl-footer{display:none;border-top:1px solid #e5e7eb;background:#fff}.waitlist-form[data-v-c0b09e74] [data-localization-key="dev_mode.badge"]{background:#f8fafc;color:#475569;border:1px solid #e5e7eb}.waitlist-form[data-v-c0b09e74] .cl-headerTitle{font-family:var(--font-heading)}.waitlist-form[data-v-c0b09e74] .clerk-footer-text{color:var(--klause-gray-500)}.waitlist-form[data-v-c0b09e74] .clerk-footer-link{color:#fff;font-weight:600}.waitlist-form[data-v-c0b09e74] .email-input{background:#fff;border-color:hsla(0,0%,100%,.3);color:var(--klause-gray-900)}.waitlist-form[data-v-c0b09e74] .email-input::-moz-placeholder{color:var(--klause-gray-400)}.waitlist-form[data-v-c0b09e74] .email-input::placeholder{color:var(--klause-gray-400)}.waitlist-form[data-v-c0b09e74] .btn-primary{background:var(--klause-gray-900);border-color:var(--klause-gray-900)}.waitlist-form[data-v-c0b09e74] .btn-primary:hover{background:var(--klause-gray-800);border-color:var(--klause-gray-800)}.trust-indicators[data-v-c0b09e74]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-item[data-v-c0b09e74]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.8)}.trust-item i[data-v-c0b09e74]{font-size:1rem;color:hsla(0,0%,100%,.9)}@media (max-width:768px){.waitlist-title[data-v-c0b09e74]{font-size:2rem}.waitlist-subtitle[data-v-c0b09e74]{font-size:1rem}.trust-indicators[data-v-c0b09e74]{gap:1rem}.trust-item[data-v-c0b09e74]{font-size:.8125rem}}.footer[data-v-3153a093]{background:var(--klause-gray-900);color:#fff;padding:3rem 0 2rem}.footer[data-v-3153a093] .p-divider{border-color:var(--klause-gray-800);margin:2rem 0}.footer-content[data-v-3153a093]{display:flex;justify-content:center;padding:2rem 0}.footer-brand[data-v-3153a093]{text-align:center;max-width:400px}.footer-logo[data-v-3153a093]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;justify-content:center}.footer-logo-img[data-v-3153a093]{height:48px;width:auto;max-width:220px;display:block;-o-object-fit:contain;object-fit:contain}.footer-tagline[data-v-3153a093]{color:var(--klause-gray-400);font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.social-links[data-v-3153a093]{display:flex;gap:1rem;justify-content:center}.social-links a[data-v-3153a093]{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-3153a093]:hover{background:var(--klause-primary);color:#fff}.footer-bottom[data-v-3153a093]{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-3153a093]{display:flex;align-items:center;gap:.75rem}.footer-legal a[data-v-3153a093]{color:var(--klause-gray-500);text-decoration:none;transition:color .2s ease}.footer-legal a[data-v-3153a093]:hover{color:var(--klause-gray-300)}@media (max-width:768px){.footer-bottom[data-v-3153a093]{flex-direction:column;gap:1rem;text-align:center}}.landing-page[data-v-2d1cff70]{min-height:100vh;display:flex;flex-direction:column}main[data-v-2d1cff70]{flex:1}:root{--klause-primary:#2563eb;--klause-primary-hover:#1d4ed8;--klause-primary-light:#dbeafe;--klause-secondary:#0f172a;--klause-accent:#0d9488;--klause-gray-50:#f8fafc;--klause-gray-100:#f1f5f9;--klause-gray-200:#e2e8f0;--klause-gray-300:#cbd5e1;--klause-gray-400:#94a3b8;--klause-gray-500:#64748b;--klause-gray-600:#475569;--klause-gray-700:#334155;--klause-gray-800:#1e293b;--klause-gray-900:#0f172a;--klause-bg-gradient:linear-gradient(135deg,#f0f4f8,#e8f0f8 50%,#f0f4f8);--klause-bg-pattern:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m30 0 30 30-30 30L0 30z' fill='%23cbd5e1' fill-opacity='.15' fill-rule='evenodd'/%3E%3C/svg%3E");--font-heading:"Playfair Display",Georgia,serif;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--section-padding:6rem 0;--container-max-width:1200px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--klause-gray-700);background:var(--klause-bg-gradient);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--klause-gray-900);line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h1,h2{font-weight:600}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}p{color:var(--klause-gray-600)}.section{padding:var(--section-padding);position:relative}.section-badge{display:inline-block;padding:.375rem 1rem;background:var(--klause-primary-light);color:var(--klause-primary);font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.section-title{font-style:italic;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.125rem;color:var(--klause-gray-500);max-width:640px;margin:0 auto 3rem;text-align:center}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 1.5rem}.bg-pattern{background-image:var(--klause-bg-pattern);background-repeat:repeat}.klause-card{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease;border:1px solid var(--klause-gray-100)}.klause-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.btn-primary{background:var(--klause-primary)!important;border-color:var(--klause-primary)!important;color:#fff!important;font-weight:600!important;padding:.75rem 1.5rem!important;border-radius:var(--radius-lg)!important;transition:all .2s ease!important}.btn-primary:hover{background:var(--klause-primary-hover)!important;border-color:var(--klause-primary-hover)!important;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent!important;border:2px solid var(--klause-gray-300)!important;color:var(--klause-gray-700)!important;font-weight:600!important;padding:.75rem 1.5rem!important;border-radius:var(--radius-lg)!important;transition:all .2s ease!important}.btn-secondary:hover{background:var(--klause-gray-100)!important;border-color:var(--klause-gray-400)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-float{animation:float 6s ease-in-out infinite}.logo-marquee{display:flex;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.section{padding:4rem 0}.container{padding:0 1rem}}.p-button{font-family:var(--font-body)}.p-card{border-radius:var(--radius-xl)}.p-accordion-header-link{font-family:var(--font-body)}::-moz-selection{background:var(--klause-primary-light);color:var(--klause-primary)}::selection{background:var(--klause-primary-light);color:var(--klause-primary)}