.app{min-height:100vh;background-color:var(--background-light)}.contact-button-glow{position:fixed;top:0;right:10%;width:600px;height:600px;background:none;pointer-events:none;z-index:100;transform:translate(50%,-50%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:translate(50%,-50%) scale(1)}50%{opacity:.8;transform:translate(50%,-50%) scale(1.1)}}[data-theme=dark] .app{background-color:#010314}[data-theme=dark] .contact-button-glow{background:radial-gradient(circle,rgba(132,0,255,.35) 0%,rgba(132,0,255,.2) 30%,rgba(132,0,255,.1) 50%,transparent 70%)}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:var(--background-light);position:relative}.navbar{position:fixed;top:0;left:0;right:0;z-index:1001;padding:1.5rem 2rem;background:transparent;width:100%}@media (max-width: 768px){.navbar{padding:.75rem 1rem}}.nav-wrapper{max-width:1400px;margin:0 auto}.nav-container{background:#fff;border-radius:50px;padding:1rem 2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;box-shadow:0 1px 3px #0000000f,0 4px 12px #2563eb0a;border:1px solid rgba(37,99,235,.1);transition:all .3s ease;position:relative;z-index:1002}@media (max-width: 1024px){.nav-container{flex-wrap:wrap}.nav-container:has(.mobile-menu.open){flex-direction:column}}.nav-container:hover{border-color:#2563eb33;box-shadow:0 4px 20px #2563eb0f}@media (max-width: 1024px){.nav-container{border-radius:25px}.nav-container:has(.mobile-menu.open){border-radius:25px}}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;font-size:1.5rem;font-weight:600;color:var(--text-primary);transition:all .3s ease}.logo-image{height:2rem;width:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(95%) contrast(101%)}.logo:hover{color:var(--blue-primary)}.logo:hover .logo-image{filter:brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(90%) contrast(101%)}.logo-text{color:var(--text-primary)}.logo-accent{color:var(--purple-primary);text-shadow:0 0 10px var(--purple-glow)}.nav-top-row{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;flex:1}@media (max-width: 1024px){.nav-top-row{width:auto;flex:0}.nav-container:has(.mobile-menu.open) .nav-top-row{width:100%;justify-content:space-between}}.nav-links{display:flex;gap:2.25rem;align-items:center;flex:1;justify-content:center;position:relative;z-index:1;transform:translate(-1.5rem)}.nav-links-desktop{display:flex}@media (max-width: 1024px){.nav-links-desktop{display:none}}.nav-link{color:var(--text-primary);text-decoration:none;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;cursor:pointer;position:relative;z-index:1}.nav-bullet{display:none}.nav-link:hover,.nav-link:hover .nav-bullet{color:var(--blue-primary)!important}.nav-link.active,.nav-link.active .nav-bullet{color:var(--blue-primary);font-weight:600}.nav-link.active:hover,.nav-link.active:hover .nav-bullet{color:var(--blue-primary)!important}.nav-separator{display:none}.nav-right{display:flex;align-items:center;gap:1rem}.nav-cta-button{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-size:.95rem;font-weight:600;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 14px #2563eb59;position:relative;overflow:hidden}.nav-cta-button:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 6px 20px #2563eb66;transform:translateY(-1px)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line{width:24px;height:2px;background:var(--text-primary);transition:all .3s ease;border-radius:2px}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;width:100%;background:transparent}.mobile-menu.open{max-height:1000px;padding-top:1rem}.mobile-menu-content{padding:.75rem 0;display:flex;flex-direction:column;gap:.75rem;max-width:100%;margin:0;width:100%;border-top:1px solid rgba(37,99,235,.12);margin-top:.75rem}.mobile-nav-link{color:var(--text-primary);text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 1rem;border-radius:12px;transition:all .3s ease;text-align:center;cursor:pointer;position:relative;z-index:1}.mobile-nav-link:hover{color:var(--blue-primary);background:#2563eb0f}.mobile-nav-link.active{color:var(--blue-primary);font-weight:600}.mobile-nav-link.active:hover{color:var(--blue-primary);background:#2563eb0f}.mobile-nav-cta{margin-top:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-radius:20px;text-align:center;border:none;font-weight:600}.mobile-nav-cta:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}.main-content{flex:1;width:100%}.footer{margin-top:auto;padding:4rem 2rem 2rem;background:var(--background-subtle);border-top:1px solid rgba(37,99,235,.08);position:relative;z-index:10}.footer-content{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(37,99,235,.1)}@media (max-width: 1024px){.footer-top{grid-template-columns:repeat(2,1fr)}}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;transition:all .3s ease}.footer-logo:hover{color:var(--blue-primary)}.footer-logo-image{height:2rem;width:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(95%) contrast(101%)}.footer-logo:hover .footer-logo-image{filter:brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(90%) contrast(101%)}.footer-logo-text{color:var(--text-primary)}.footer-tagline{color:var(--blue-primary);font-size:.9rem;font-weight:500;margin:0}.footer-description{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin:0;max-width:300px}.footer-socials{display:flex;gap:.75rem;margin-top:.25rem}.footer-social-link{color:var(--text-secondary);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.footer-social-link:hover{color:var(--text-primary);transform:translateY(-2px)}.footer-heading{color:var(--text-primary);font-size:1rem;font-weight:600;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--blue-primary);transform:translate(4px)}.footer-bottom{text-align:center;padding-top:2rem;color:var(--text-secondary);font-size:.85rem}.footer-bottom p{margin:0}@media (max-width: 1024px){.nav-links,.nav-separator{display:none}.mobile-menu-toggle{display:flex}.mobile-menu{display:block}.nav-top-row{width:auto;flex:0;margin-left:auto}.nav-container:has(.mobile-menu.open) .nav-top-row{width:100%;justify-content:space-between;margin-left:0}.nav-right{gap:1rem}.nav-wrapper{position:relative}}@media (max-width: 768px){.navbar{padding:.75rem 1rem}.nav-container{padding:.5rem 1.25rem;border-radius:20px;gap:1rem}.nav-cta-button{display:none}.logo-text{font-size:1.1rem}.logo-image{height:1.5rem}.logo{gap:.75rem}.mobile-menu-content{padding:2rem 1rem}.mobile-nav-link{font-size:1.1rem;padding:.875rem 0}.footer{padding:3rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-description{max-width:100%}}.theme-toggle{position:fixed;bottom:2.5rem;right:2.5rem;z-index:9999;width:44px;height:44px;border-radius:50%;border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 12px var(--shadow-color);padding:0}.theme-toggle:hover{transform:scale(1.1);box-shadow:0 4px 20px var(--shadow-color)}.theme-toggle svg{width:20px;height:20px;transition:all .3s ease;color:var(--text-primary)}[data-theme=dark] .layout{background-color:#010314}[data-theme=dark] .nav-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);box-shadow:none}[data-theme=dark] .nav-container:hover{background:#ffffff1f;border-color:#fff3;box-shadow:0 4px 20px #0000001a}[data-theme=dark] .logo-image{filter:none}[data-theme=dark] .logo:hover{color:#8400ff;text-shadow:0 0 10px rgba(132,0,255,.3)}[data-theme=dark] .logo:hover .logo-image{filter:none}[data-theme=dark] .logo-accent{color:#8400ff;text-shadow:0 0 10px rgba(132,0,255,.3)}[data-theme=dark] .nav-link:hover,[data-theme=dark] .nav-link:hover .nav-bullet{color:#c9c9c9!important}[data-theme=dark] .nav-link.active,[data-theme=dark] .nav-link.active .nav-bullet{color:#fff;font-weight:inherit}[data-theme=dark] .nav-link.active:hover,[data-theme=dark] .nav-link.active:hover .nav-bullet{color:#c9c9c9!important}[data-theme=dark] .nav-cta-button{background:linear-gradient(135deg,#fff,#f3f4f6);color:#000;box-shadow:0 2px 8px #0000001a}[data-theme=dark] .nav-cta-button:hover{background:linear-gradient(180deg,#b1b1b1,#adadad)}[data-theme=dark] .mobile-menu-content{border-top:1px solid rgba(255,255,255,.1)}[data-theme=dark] .mobile-nav-link:hover{color:#b8b8b8;background:#ffffff0d}[data-theme=dark] .mobile-nav-link.active{color:#fff;font-weight:inherit}[data-theme=dark] .mobile-nav-link.active:hover{color:#b8b8b8;background:#ffffff0d}[data-theme=dark] .mobile-nav-cta{background:linear-gradient(135deg,#fff,#f3f4f6);color:#000}[data-theme=dark] .mobile-nav-cta:hover{background:linear-gradient(135deg,#8400ff,#a855f7,#c084fc);color:#fff}[data-theme=dark] .footer{background:#010314;border-top:none}[data-theme=dark] .footer-top{border-bottom:1px solid rgba(255,255,255,.1)}[data-theme=dark] .footer-logo{opacity:.6}[data-theme=dark] .footer-logo:hover{opacity:.9;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.4)}[data-theme=dark] .footer-logo-image{filter:none;opacity:.85}[data-theme=dark] .footer-tagline{color:#8400ff}[data-theme=dark] .footer-links a:hover{color:#fff}.floating-lines-container{width:100%;height:100%;position:relative;overflow:hidden}.shiny-text{display:inline-block}.home{width:100%;overflow-x:hidden;box-sizing:border-box}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 4rem;position:relative;background:linear-gradient(to bottom,#e2e8f0,#e2e8f0,#fff 60%);overflow:hidden}.hero-floating-lines{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.hero-bg-logo{position:absolute;left:50%;bottom:0;transform:translate(-50%);z-index:0;pointer-events:none;isolation:isolate;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-bg-logo-img{width:min(135vmin,90vw);height:auto;object-fit:contain;opacity:.06;mix-blend-mode:multiply;filter:brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(95%) contrast(101%)}.hero-bg-black{position:absolute;top:1.25rem;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:0;pointer-events:none;border-radius:var(--token-48, 3rem);overflow:hidden;background:radial-gradient(150% 120% at 50% 0%,transparent 35%,#93c5fd 58%,#5d88ff 72%,#214fcd 84%,#214fcd 93%,#2152da 100%);display:flex;align-items:flex-start;justify-content:center;padding-top:6vh}.hero-particles{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);width:100vmin;height:55vmin;pointer-events:none;z-index:0}.hero-particle{position:absolute;border-radius:50%;background:#2563eb59;box-shadow:0 0 8px #2563eb4d;animation:particle-float 6s ease-in-out infinite}.hero-particle-1{left:7%;top:12%;width:4px;height:4px;animation-delay:0s}.hero-particle-2{left:91%;top:22%;width:5px;height:5px;animation-delay:.8s}.hero-particle-3{left:14%;top:61%;width:3px;height:3px;animation-delay:1.6s}.hero-particle-4{left:84%;top:58%;width:5px;height:5px;animation-delay:2.4s}.hero-particle-5{left:28%;top:6%;width:4px;height:4px;animation-delay:3s}.hero-particle-6{left:71%;top:82%;width:3px;height:3px;animation-delay:.4s}.hero-particle-7{left:19%;top:31%;width:5px;height:5px;animation-delay:2s}.hero-particle-8{left:76%;top:28%;width:4px;height:4px;animation-delay:1.2s}.hero-particle-9{left:4%;top:44%;width:3px;height:3px;animation-delay:2.8s}.hero-particle-10{left:93%;top:36%;width:4px;height:4px;animation-delay:1.8s}.hero-particle-11{left:32%;top:72%;width:5px;height:5px;animation-delay:.3s}.hero-particle-12{left:67%;top:8%;width:4px;height:4px;animation-delay:1.5s}.hero-particle-13{left:11%;top:78%;width:4px;height:4px;animation-delay:2.1s}.hero-particle-14{left:88%;top:68%;width:3px;height:3px;animation-delay:.6s}.hero-particle-15{left:24%;top:54%;width:5px;height:5px;animation-delay:1.9s}.hero-particle-16{left:72%;top:62%;width:3px;height:3px;animation-delay:.2s}.hero-particle-17{left:16%;top:24%;width:4px;height:4px;animation-delay:2.3s}.hero-particle-18{left:79%;top:48%;width:4px;height:4px;animation-delay:1s}.hero-particle-19{left:35%;top:16%;width:3px;height:3px;animation-delay:1.7s}.hero-particle-20{left:65%;top:74%;width:5px;height:5px;animation-delay:.5s}@keyframes particle-float{0%,to{transform:translate(0) scale(1);opacity:.5}25%{transform:translate(8px,-12px) scale(1.1);opacity:.9}50%{transform:translate(-6px,-8px) scale(.95);opacity:.7}75%{transform:translate(-10px,6px) scale(1.05);opacity:.85}}.hero-center-logo{position:absolute;left:50%;top:38%;transform:translate(-50%,-50%);z-index:1;overflow:hidden;padding:1.5rem}.hero-center-logo-img{display:block;width:clamp(140px,22vw,220px);height:auto;object-fit:contain;filter:drop-shadow(0 0 30px rgba(37,99,235,.3));position:relative;z-index:0}@keyframes hero-float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-12px)}}.hero-bg-graphic{display:none;position:absolute;left:50%;top:38%;transform:translate(-50%,-50%);max-width:95%;max-height:65vh;width:auto;height:auto;object-fit:contain;object-position:center;z-index:1;filter:drop-shadow(0 0 50px rgba(37,99,235,.3)) drop-shadow(0 0 100px rgba(37,99,235,.2));animation:hero-float 4s ease-in-out infinite}.hero-content{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:2;margin:0 auto;padding:0 2rem;text-align:center}.hero-text{text-align:center;position:relative;z-index:3;width:100%;max-width:1100px;margin:0 auto}.hero-image{position:relative;display:none;justify-content:center;align-items:center;width:100%;max-width:800px;z-index:3;pointer-events:none;margin-top:-5.5rem}.workflow-image{max-width:100%;width:100%;height:auto;border-radius:16px;opacity:1;background:transparent;mix-blend-mode:normal}.hero-title{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:var(--text-primary);text-align:center;max-width:1100px;margin-left:auto;margin-right:auto;text-wrap:balance}.hero-title-main{font-size:inherit;font-weight:inherit;color:#0f172a}.hero-accent{color:#0f172a}.hero-subtitle{font-size:clamp(1.05rem,2vw,1.35rem);color:#334155;max-width:980px;margin:0 auto 1.75rem;line-height:1.6;text-align:center;text-wrap:balance}.hero-subtitle-line{display:block}.hero-cta{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:.5rem}.hero-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.9rem;border-radius:9999px;background:#fff;color:#1e293b;font-weight:600;font-size:1.05rem;text-decoration:none;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px #0000001f}.hero-cta-primary:hover{background:#f8fafc;box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}.hero-cta-arrow{font-size:1rem;line-height:1;opacity:.9}.hero-cta-link{color:#fff;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .25s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero-cta-link:hover{color:#e2e8f0}.btn{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;display:inline-block;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6,#60a5fa);color:#fff;border:none;box-shadow:0 4px 15px #2563eb66,0 0 20px #2563eb26;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-primary:hover:before{left:100%}.btn-primary:hover{box-shadow:0 6px 25px #2563eb80,0 0 30px #2563eb33;transform:translateY(-2px);background:linear-gradient(135deg,#1d4ed8,#2563eb,#3b82f6)}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--blue-primary);background-origin:border-box;background-clip:padding-box,border-box;position:relative;overflow:hidden}.btn-secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb14,#3b82f614);opacity:0;transition:opacity .3s ease}.btn-secondary:hover:before{opacity:1}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #2563eb40}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.tools-marquee-section{padding:3rem 0;background:transparent;position:relative;overflow:hidden}.tools-marquee-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.15) 20%,rgba(37,99,235,.25) 40%,rgba(37,99,235,.3) 50%,rgba(37,99,235,.25) 60%,rgba(37,99,235,.15) 80%,transparent 100%);z-index:1}.tools-marquee-section:after{content:"";position:absolute;top:1px;left:50%;transform:translate(-50%);width:100%;max-width:1200px;height:120px;background:radial-gradient(ellipse at center top,rgba(37,99,235,.08) 0%,rgba(37,99,235,.04) 40%,transparent 70%);pointer-events:none;z-index:0}.tools-marquee-label{text-align:center;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;color:var(--text-secondary);letter-spacing:0;line-height:1.7;margin-bottom:0;margin-top:3.5rem}.tools-marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%)}.tools-marquee-track{display:flex;width:max-content;animation:marquee-scroll 60s linear infinite}.tools-marquee-set{display:flex;align-items:center;gap:5rem;padding:0 2.5rem;flex-shrink:0}.tools-marquee-set img{height:48px;width:auto;opacity:.85;flex-shrink:0;transition:filter .3s ease,opacity .3s ease}[data-theme=dark] .tools-marquee-set img[alt=Notion]{filter:invert(1) brightness(2)}.tools-marquee-track:hover .tools-marquee-set img{filter:grayscale(100%);opacity:.4}.tools-marquee-track:hover .tools-marquee-set img:hover{filter:grayscale(0%);opacity:1}[data-theme=dark] .tools-marquee-track:hover .tools-marquee-set img[alt=Notion]{filter:invert(1) brightness(2) grayscale(100%);opacity:.4}[data-theme=dark] .tools-marquee-track:hover .tools-marquee-set img[alt=Notion]:hover{filter:invert(1) brightness(2);opacity:1}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 6))}}@media (max-width: 768px){.tools-marquee-section{padding:2rem 0 .5rem}.tools-marquee-set{gap:2.5rem;padding:0 1.25rem}.tools-marquee-set img{height:24px}}.examples-section{--ex-line: #e6ebf3;--ex-line-strong: #d6dde9;--ex-shadow-card: 0 1px 0 rgba(20, 32, 80, .04), 0 8px 28px -16px rgba(20, 32, 80, .18);--ex-shadow-pop: 0 18px 40px -18px rgba(20, 32, 80, .35);--ex-bg-soft: #f6f8fc;--ex-bg-soft-hover: #f0f4fb;padding:6rem 2rem 7rem;background:transparent;position:relative;width:100%;box-sizing:border-box}.examples-section:after,.examples-section:before{display:none}.examples-header{text-align:center;margin-bottom:5rem;max-width:1000px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.section-label{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.label-line{flex:1;height:1px;max-width:150px;position:relative;background:linear-gradient(90deg,rgba(37,99,235,.35) 0%,transparent 100%)}.label-line:first-child{background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.35) 100%)}.label-text{font-size:.8rem;font-weight:500;color:var(--blue-primary);letter-spacing:.04em;text-transform:none;white-space:nowrap;padding:.4rem 1rem;border-radius:9999px;background:#eef3fd;border:1px solid rgba(37,99,235,.2);box-shadow:none;position:relative}.label-text:before{content:none}.section-label .label-text:not(.hero-label-text){display:inline-flex;align-items:center;gap:var(--ui-eyebrow-gap);color:var(--ui-eyebrow-text);background:var(--ui-eyebrow-bg);border:1px solid var(--ui-eyebrow-border);padding:.4rem .95rem .4rem .8rem}.section-label .label-text:not(.hero-label-text):before{content:"";position:static;width:6px;height:6px;border-radius:50%;background:var(--ui-eyebrow-dot);box-shadow:0 0 0 3px var(--ui-eyebrow-dot-ring);flex-shrink:0;padding:0;inset:auto;-webkit-mask:none;mask:none}.hero-label-text{display:inline-flex;align-items:center;gap:.08rem;padding:6px;font-size:.75rem}.hero-label-highlight{display:inline-flex;align-items:center;padding:5px 8px;overflow:visible;border-radius:9999px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.hero-label-rest{margin-left:.22rem;margin-right:.45rem;color:#636363}.examples-main-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.2;color:var(--text-primary);margin-bottom:1.5rem;text-align:center;letter-spacing:-.02em}.examples-main-title-accent{color:var(--blue-primary);font-weight:inherit}.examples-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);line-height:1.7;text-align:center;max-width:800px;margin:0 auto;font-weight:400;letter-spacing:0}.examples-grid{margin-top:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.examples-section .example-card{padding:2rem 2rem 1.75rem;border-radius:28px;border:1px solid var(--ex-line);background:#fff;box-shadow:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:.9rem;min-height:360px;text-decoration:none;color:inherit;cursor:pointer;isolation:isolate}.examples-section .example-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 80% at 100% 0%,rgba(37,99,235,.08) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.examples-section .example-card:hover:after,.examples-section .example-card:focus-visible:after{opacity:1}.examples-section .example-card:focus-visible{outline:2px solid var(--blue-primary);outline-offset:3px}.example-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.example-card-icon-wrap{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb24,#3b82f614);color:var(--blue-primary);border:1px solid rgba(37,99,235,.15);flex-shrink:0;transition:transform .25s ease,background .25s ease,border-color .25s ease}.example-card-icon-wrap .automation-icon,.example-card-icon-wrap svg{width:22px;height:22px;display:block}.examples-section .example-card:hover .example-card-icon-wrap{transform:scale(1.06);background:linear-gradient(135deg,#2563eb33,#3b82f61f);border-color:#2563eb47}.example-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:1.25rem;border-top:1px dashed var(--ex-line)}.example-card-price{display:inline-flex;align-items:baseline;gap:.3rem;flex-wrap:wrap}.example-card-price-prefix{font-size:.78rem;font-weight:500;color:var(--text-secondary);text-transform:lowercase}.example-card-price-amount{font-size:1.35rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em;line-height:1}.example-card-price-unit{font-size:.82rem;font-weight:500;color:var(--text-secondary)}.example-card-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--blue-primary);white-space:nowrap;transition:gap .25s ease,color .25s ease}.example-card-cta-arrow{display:inline-block;transition:transform .25s ease;font-size:1rem;line-height:1}.examples-section .example-card:hover .example-card-cta{gap:.6rem}.examples-section .example-card:hover .example-card-cta-arrow{transform:translate(3px)}.examples-section[data-examples-card=outlined] .example-card:hover{border-color:var(--ex-line-strong);box-shadow:var(--ex-shadow-card);transform:translateY(-2px)}.examples-section[data-examples-card=soft-fill] .example-card{background:var(--ex-bg-soft);border-color:transparent;box-shadow:none}.examples-section[data-examples-card=soft-fill] .example-card:hover{background:var(--ex-bg-soft-hover);box-shadow:none;transform:none;border-color:transparent}.examples-section[data-examples-card=lifted] .example-card{box-shadow:var(--ex-shadow-card)}.examples-section[data-examples-card=lifted] .example-card:hover{border-color:var(--ex-line-strong);box-shadow:var(--ex-shadow-pop);transform:translateY(-2px)}.card-label{display:inline-block;padding:.4rem .85rem;background:var(--ui-badge-bg);border:none;border-radius:9999px;font-size:.8rem;font-weight:600;color:var(--blue-primary);margin-bottom:1.25rem;letter-spacing:.02em}.examples-section .card-label{display:inline-flex;align-items:center;gap:.38rem;color:var(--ui-badge-text)}.examples-section .card-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ui-badge-dot);flex-shrink:0}.card-title{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;line-height:1.3}.card-description{font-size:.97rem;color:var(--text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.container{max-width:1400px;margin:0 auto;padding:0 1rem}@media (min-width: 769px){.container{padding:0 2rem}}.section-title{font-size:clamp(2rem,4vw,3rem);text-align:center;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{text-align:center;color:var(--text-secondary);font-size:1.1rem;max-width:800px;margin:0 auto 3rem;line-height:1.6}.value-proposition{padding:2rem 2rem 7rem;background:transparent;position:relative;width:100%;box-sizing:border-box}.value-header{text-align:center;margin-bottom:5rem;max-width:1000px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.value-main-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.2;color:var(--text-primary);margin-bottom:1.5rem;text-align:center;letter-spacing:-.02em}.value-main-title-accent{color:var(--blue-primary);font-weight:inherit}.value-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);line-height:1.7;text-align:center;max-width:800px;margin:0 auto;font-weight:400;letter-spacing:0}.value-grid{margin-top:4rem;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);position:relative;z-index:1}.value-card{padding:28px;border-radius:var(--ui-card-radius);border:1px solid var(--ui-card-border);background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden;box-shadow:var(--ui-card-shadow);min-height:220px;display:flex;flex-direction:column;gap:18px}.value-card-stat{font-size:56px;font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--blue-primary);background:linear-gradient(to bottom,var(--ui-stat-top) 0%,var(--ui-stat-bottom) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.value-card-content{display:flex;flex-direction:column;gap:8px}.value-card:hover{border-color:var(--ui-card-border-hover);box-shadow:var(--ui-card-shadow-hover);transform:translateY(var(--ui-card-lift-y))}.value-card-title{margin:0;font-size:22px;line-height:1.25;letter-spacing:-.012em;font-weight:600;color:var(--text-primary)}.value-card-text{margin:0;color:#6b7891;font-size:15px;line-height:1.55}@media (max-width: 880px){.value-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.value-grid{grid-template-columns:1fr}.process-timeline{grid-template-columns:1fr;gap:3rem}.process-step{padding:3rem 1.25rem 1.5rem}}.process-section{padding:6rem 2rem 8rem;background:transparent;position:relative;width:100%;box-sizing:border-box}.process-section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.1) 20%,rgba(37,99,235,.2) 50%,rgba(37,99,235,.1) 80%,transparent 100%)}.process-header{text-align:center;max-width:780px;margin:0 auto 4.5rem}.process-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;color:var(--text-primary);margin:1.25rem 0 1rem}.process-title-accent{background:linear-gradient(90deg,#2563eb,#4f7cff);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.process-subtitle{font-size:clamp(1.05rem,1.5vw,1.2rem);color:var(--text-secondary);line-height:1.6;margin:0}.process-timeline{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem;max-width:1400px;margin:0 auto}.process-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3.5rem 1.5rem 1.75rem;background:var(--background-light);border:1px solid rgba(37,99,235,.12);border-radius:20px;box-shadow:0 4px 24px -12px #0f172a14;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.process-step:hover{transform:translateY(-4px);border-color:#2563eb59;box-shadow:0 18px 40px -20px #2563eb59}.process-step-badge{position:absolute;top:-26px;left:50%;transform:translate(-50%);width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#4f7cff);color:#fff;font-size:1rem;font-weight:700;letter-spacing:.02em;border:4px solid var(--background-light);box-shadow:0 10px 24px -8px #2563eb99;z-index:2}.process-step-icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb14;border:1px solid rgba(37,99,235,.18);color:#2563eb;transition:background .25s ease,color .25s ease,transform .25s ease}.process-step-icon svg{width:28px;height:28px}.process-step:hover .process-step-icon{background:#2563eb24;transform:scale(1.04)}.process-step-title{font-size:1.15rem;font-weight:600;color:var(--text-primary);text-align:center;line-height:1.3;margin:0}.process-step-text{font-size:.92rem;line-height:1.55;color:var(--text-secondary);text-align:center;margin:0;flex:1}.process-step-meta{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;background:#2563eb14;color:#2563eb;font-size:.8rem;font-weight:500;margin-top:.25rem}.process-step-meta svg{width:14px;height:14px;flex-shrink:0}.highlight-section{padding:4rem 2rem;background:transparent}.highlight-box{border-radius:24px;background:#eef1f6;border:1px solid rgba(37,99,235,.12);min-height:520px;padding:5rem;overflow:hidden;position:relative}.highlight-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 20% 50%,rgba(37,99,235,.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(37,99,235,.04) 0%,transparent 50%);pointer-events:none;z-index:0}.highlight-content{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center;position:relative;z-index:1}.highlight-left{display:flex;flex-direction:column;gap:2rem}.highlight-logo{display:flex;align-items:center;gap:1rem}.highlight-logo-img{height:3rem;width:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(95%) contrast(101%)}.highlight-logo-text{display:flex;align-items:baseline;gap:.5rem}.highlight-logo-main{font-size:2rem;font-weight:700;color:var(--text-primary)}.highlight-logo-sub{font-size:1.4rem;font-weight:300;color:var(--text-secondary)}.highlight-description{font-size:1.2rem;color:var(--text-secondary);line-height:1.75;margin:0}.highlight-features{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.highlight-feature{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;color:var(--text-primary);font-weight:500}.highlight-feature-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex-shrink:0;box-shadow:0 0 10px #2563eb80}.highlight-right{display:flex;align-items:center;justify-content:center}.highlight-screenshot{width:100%;max-width:100%;border-radius:14px;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 40px #00000026,0 0 60px #2563eb0f}@media (max-width: 768px){.highlight-box{padding:2.5rem 1.5rem;min-height:auto}.highlight-content{grid-template-columns:1fr;gap:2rem}.highlight-logo-main{font-size:1.5rem}.highlight-logo-sub{font-size:1.1rem}.highlight-logo-img{height:2.2rem}.highlight-description{font-size:1rem}.highlight-feature{font-size:.95rem}}[data-theme=dark] .highlight-box{background:#0a0a1a;border:1px solid rgba(132,0,255,.15)}[data-theme=dark] .highlight-logo-img{filter:none}[data-theme=dark] .highlight-box:before{background:radial-gradient(ellipse at 20% 50%,rgba(132,0,255,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(132,0,255,.05) 0%,transparent 50%)}[data-theme=dark] .highlight-feature-dot{background:#8400ff;box-shadow:0 0 10px #8400ff80}[data-theme=dark] .highlight-screenshot{border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 40px #00000073,0 0 80px #8400ff1f}.pricing-section{padding:8rem 2rem 6rem;background:transparent;position:relative;width:100%;box-sizing:border-box}.pricing-header{text-align:center;margin-bottom:4rem;max-width:1000px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.pricing-main-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.2;color:var(--text-primary);margin:0 0 1.5rem;text-align:center;letter-spacing:-.02em}.pricing-main-title-accent{color:var(--blue-primary);font-weight:inherit}.pricing-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);line-height:1.7;text-align:center;max-width:800px;margin:0 auto;font-weight:400;letter-spacing:0}.pricing-card-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch;max-width:1200px;margin:0 auto;position:relative;z-index:2}.pricing-card{padding:2.5rem 2rem;border-radius:20px;border:1px solid #e6ebf3;background:#fff;position:relative;overflow:hidden;text-align:left;width:100%;box-shadow:0 1px 2px #1420500a,0 6px 20px -12px #1420501f;display:flex;flex-direction:column;gap:1.5rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.pricing-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px -14px #14205040;border-color:#d6dde9}.pricing-card--loss{background:#f8fafc;border-color:#e2e8f0;box-shadow:none}.pricing-card--loss:hover{box-shadow:0 8px 24px -16px #1420502e;border-color:#cbd5e1;transform:translateY(-2px)}.pricing-card--ready{background:linear-gradient(160deg,#1e3a8a,#2563eb 55%,#1d4ed8);border-color:transparent;color:#fff;box-shadow:0 18px 40px -14px #2563eb8c,0 2px 8px #2563eb33;transform:translateY(-8px)}.pricing-card--ready:hover{transform:translateY(-12px);box-shadow:0 24px 50px -14px #2563eb99,0 2px 8px #2563eb40;border-color:transparent}.pricing-card--ready:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(ellipse at 20% 0%,rgba(255,255,255,.18) 0%,transparent 55%),radial-gradient(ellipse at 80% 100%,rgba(96,165,250,.25) 0%,transparent 55%);pointer-events:none}.pricing-card--ready>*{position:relative;z-index:1}.pricing-card-badge{position:absolute;top:1rem;right:1rem;padding:.3rem .75rem;border-radius:9999px;background:#fff;color:#1d4ed8;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 12px #0003;z-index:2}.pricing-card-head{display:flex;flex-direction:column;gap:.5rem}.pricing-card-label{display:inline-block;align-self:flex-start;padding:.3rem .7rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-primary);background:var(--ui-badge-bg);border-radius:9999px}.pricing-card-label--loss{color:#64748b;background:#e2e8f0}.pricing-card--ready .pricing-card-label{color:#fff;background:#ffffff2e}.pricing-card-title{margin:0;font-size:clamp(1.2rem,1.5vw,1.4rem);font-weight:700;color:var(--text-primary);letter-spacing:-.015em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pricing-card--loss .pricing-card-title{color:#475569}.pricing-card--ready .pricing-card-title{color:#fff}.pricing-card-subtitle{margin:0;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.pricing-card--loss .pricing-card-subtitle{color:#64748b}.pricing-card--ready .pricing-card-subtitle{color:#ffffffc7}.pricing-card-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(20,32,80,.08)}.pricing-card--ready .pricing-card-price-row{border-bottom-color:#ffffff2e}.pricing-card-price-prefix{font-size:.95rem;font-weight:500;color:var(--text-secondary)}.pricing-card-price{font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1;letter-spacing:-.025em}.pricing-card--loss .pricing-card-price{color:#475569}.pricing-card--ready .pricing-card-price{color:#fff}.pricing-card--ready .pricing-card-price-prefix,.pricing-card--ready .pricing-card-price-unit{color:#ffffffbf}.pricing-card-price-unit{font-size:.95rem;font-weight:500;color:var(--text-secondary)}.pricing-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;flex:1}.pricing-card-list li{position:relative;padding-left:1.75rem;font-size:.95rem;line-height:1.5;color:var(--text-primary)}.pricing-card-list li:before{content:"";position:absolute;left:0;top:.3em;width:1.15rem;height:1.15rem;border-radius:50%;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='2.5,6.5 5,9 9.5,3.5'/></svg>") center / .75rem .75rem no-repeat,#2563eb1f}.pricing-card--ready .pricing-card-list li{color:#ffffffeb}.pricing-card--ready .pricing-card-list li:before{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%231d4ed8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='2.5,6.5 5,9 9.5,3.5'/></svg>") center / .75rem .75rem no-repeat,#fff}.pricing-card-list--loss li{color:#64748b}.pricing-card-list--loss li:before{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='3' y1='3' x2='9' y2='9'/><line x1='9' y1='3' x2='3' y2='9'/></svg>") center / .7rem .7rem no-repeat,#e2e8f0}.pricing-card-note{margin:0;padding-top:.5rem;font-size:.8rem;color:#94a3b8;line-height:1.5;border-top:1px dashed #e2e8f0}.pricing-cta-button{display:block;width:100%;padding:1rem 1.5rem;border-radius:12px;text-align:center;text-decoration:none;font-weight:600;font-size:1rem;transition:all .25s ease;border:1px solid transparent;cursor:pointer;margin-top:auto;letter-spacing:.01em}.pricing-cta-button--primary{background:#fff;color:#1d4ed8;box-shadow:0 6px 18px #0000002e}.pricing-cta-button--primary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 10px 24px #00000038}.pricing-cta-button--ghost{background:#0f172a;color:#fff;border-color:#0f172a}.pricing-cta-button--ghost:hover{background:#1e293b;border-color:#1e293b;transform:translateY(-2px);box-shadow:0 10px 24px -8px #0f172a59}.faq-section{padding:6rem 2rem;background:transparent;position:relative;overflow:visible;width:100%;box-sizing:border-box}.faq-header{text-align:center;margin-bottom:5rem;max-width:1000px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.faq-header .section-label{justify-content:center;margin-bottom:2rem}.faq-main-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.2;color:var(--text-primary);margin-bottom:1.5rem;text-align:center;letter-spacing:-.02em}.faq-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);line-height:1.7;text-align:center;max-width:800px;margin:0 auto;font-weight:400;letter-spacing:0}.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:10}.faq-item{border-radius:16px;border:1px solid rgba(37,99,235,.12)!important;background:#fff!important;overflow:hidden;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;cursor:pointer;position:relative;z-index:10;contain:layout style;transform:translateZ(0);box-shadow:0 1px 3px #0000000a}.faq-item:hover{border-color:#2563eb40!important;box-shadow:0 4px 12px #2563eb14;transform:translateY(-1px)}.faq-item.active{border-color:#2563eb4d!important;box-shadow:0 4px 20px #2563eb1a}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:2rem 2.5rem;background:transparent;border:none;text-align:left;cursor:pointer;color:var(--text-primary)!important;font-size:1.25rem;font-weight:600;transition:color .3s ease;pointer-events:none}.faq-question:hover,.faq-question span{color:var(--text-primary)!important}.faq-question span{flex:1;padding-right:1rem}.faq-icon{flex-shrink:0;width:24px;height:24px;color:var(--blue-primary);transition:transform .3s cubic-bezier(.34,1.56,.64,1),color .2s ease;transform-origin:center}.faq-item.active .faq-icon{transform:rotate(45deg);color:var(--blue-primary)}.faq-answer{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1);padding:0 2.5rem;contain:layout style}.faq-item.active .faq-answer{grid-template-rows:1fr;padding:0 2.5rem 2rem}.faq-answer>*{min-height:0;overflow:hidden}.faq-answer p{color:var(--text-secondary);line-height:1.7;margin:0;font-size:1.125rem}.cta-section{padding:6rem 2rem;background:transparent;position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center}.cta-section:before{content:"";position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;height:320px;border-radius:var(--token-48, 3rem);background:radial-gradient(150% 120% at 50% 0%,transparent 35%,#93c5fd 58%,#60a5fa 72%,#3b82f6 84%,#2563eb 93%,#2152da 100%);pointer-events:none;z-index:0}.cta-section .container{position:relative;z-index:1}.cta-glow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:1200px;height:200px;background:radial-gradient(ellipse at center,rgba(37,99,235,.1) 0%,rgba(37,99,235,.04) 40%,transparent 70%);pointer-events:none;z-index:1}.particles-wrapper{position:fixed;bottom:0;left:0;right:0;height:200vh;width:100%;pointer-events:none;z-index:0;overflow:hidden;transform:translateZ(0);contain:strict;isolation:isolate;will-change:contents}.cta-particle{position:absolute;bottom:-20px;width:3px;height:3px;background:#2563eb99;border-radius:50%;box-shadow:0 0 4px #2563eb80,0 0 8px #2563eb4d;animation:particle-float-up linear infinite;opacity:0;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}@keyframes particle-float-up{0%{transform:translateY(0) translate(0) scale(.8);opacity:0}3%{opacity:1}30%{opacity:.9;transform:translateY(-30vh) translate(var(--drift, 0px)) scale(1)}60%{opacity:.6;transform:translateY(-60vh) translate(calc(var(--drift, 0px) * 1.5)) scale(.9)}80%{opacity:.3;transform:translateY(-80vh) translate(calc(var(--drift, 0px) * 2)) scale(.7)}to{transform:translateY(-200vh) translate(calc(var(--drift, 0px) * 2.5)) scale(.5);opacity:0}}.cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:10}.cta-content h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;color:var(--text-primary)}.cta-content p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.contact-form-section-home{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff);position:relative}.contact-form-wrapper{max-width:900px;margin:0 auto}.contact-logo-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:3rem;padding:2rem 0}.contact-logo-image{height:80px;width:auto;object-fit:contain}.contact-logo-text{font-size:clamp(3rem,6vw,5rem);font-weight:700;color:var(--text-primary);margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5);letter-spacing:-.02em}@media (max-width: 1024px){.value-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.25rem 1.5rem}.pricing-card-wrapper{grid-template-columns:1fr;max-width:520px;gap:1.25rem}.pricing-card{padding:2.25rem 1.75rem}.pricing-card--ready,.pricing-card--ready:hover{transform:none}.pricing-card-price{font-size:2.5rem}}@media (max-width: 768px){.hero{min-height:60vh;padding:8.5rem .875rem 2rem}.hero-center-logo{top:36%;padding:1rem}.hero-center-logo-img{width:clamp(120px,35vw,180px)}.hero-bg-graphic{top:36%;max-width:96%;max-height:52vh}.hero-content{gap:1.75rem;padding:0}.hero-text{max-width:100%;margin-top:0;padding:0 .125rem}.hero-text .section-label{flex-wrap:wrap;justify-content:center;row-gap:.5rem;column-gap:.5rem;margin-bottom:1rem}.hero-text .section-label .label-line{flex:1 1 36px;max-width:64px;min-width:20px}.hero-text .label-text.hero-label-text{white-space:normal;font-size:clamp(.625rem,2.85vw,.7rem);letter-spacing:.02em;padding:.25rem .45rem;gap:.15rem .35rem;max-width:100%;flex-wrap:wrap;justify-content:center;align-items:center;line-height:1.35;box-sizing:border-box}.hero-text .hero-label-highlight{padding:.2rem .5rem;font-size:1em}.hero-text .hero-label-rest{margin-left:0;margin-right:0}.hero-title{font-size:clamp(1.55rem,5.2vw + .5rem,2.75rem);line-height:1.28;margin-bottom:1.25rem}.hero-subtitle{margin-bottom:2rem;font-size:clamp(.95rem,2.2vw,1.1rem);line-height:1.55;padding:0 .25rem}.hero-subtitle-line{display:block}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;text-align:center}.examples-section,.value-proposition,.process-section,.pricing-section,.faq-section,.contact-form-section-home{padding:3rem 1rem}.container{padding:0 1rem}.examples-header,.value-header,.faq-header{padding:0}.examples-main-title,.value-main-title,.faq-main-title,.process-title{font-size:2rem}.examples-subtitle,.value-subtitle,.faq-subtitle,.process-subtitle{font-size:1rem}.examples-grid,.value-grid{gap:1rem}.example-card,.value-card{padding:1.5rem}.examples-section .example-card{min-height:0;gap:.75rem}.example-card-footer{padding-top:1rem;flex-wrap:wrap}.example-card-price-amount{font-size:1.2rem}.card-title{font-size:1.25rem}.value-card-title{font-size:1.15rem}.value-card-text,.card-description{font-size:.95rem}.pricing-header{margin-bottom:2.5rem}.pricing-main-title{font-size:2rem}.pricing-subtitle{font-size:1rem}.pricing-card-wrapper{padding:0}.pricing-cta-button{padding:.875rem 1.5rem;font-size:.95rem}.process-title{font-size:1.75rem}.process-subtitle{font-size:.95rem}.pricing-point-title{font-size:1.25rem}.pricing-point-description{font-size:.95rem}.pricing-point-number{font-size:2rem;min-width:45px}.pricing-card{padding:2rem 1.5rem;gap:1.25rem}.pricing-card-title{font-size:1.35rem;white-space:normal}.pricing-card-price{font-size:2.25rem}.pricing-card-list li{font-size:.9rem}.faq-item{padding:0}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem}.faq-item.active .faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.95rem}.contact-logo-header{flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-logo-image{height:60px}.contact-logo-text{font-size:2.5rem}.contact-form-section{padding:2rem 1.5rem}.contact-form-wrapper{margin-bottom:3rem}.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.25rem 1.5rem}.value-grid{grid-template-columns:1fr}.cta-content h2{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.75rem}.cta-content p{font-size:clamp(.9rem,2vw,1rem);margin-bottom:1.5rem;line-height:1.5}}@media (max-width: 400px){.hero-text .section-label .label-line{display:none}}.scroll-animation{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animation.visible{opacity:1;transform:translateY(0)}.scroll-animation-delay-1{transition-delay:.1s}.scroll-animation-delay-2{transition-delay:.2s}.scroll-animation-delay-3{transition-delay:.3s}[data-theme=dark] .hero{background:linear-gradient(to bottom,#010314,#010314,#010314 60%)}[data-theme=dark] .hero-bg-logo-img{opacity:.07;mix-blend-mode:overlay;filter:none}[data-theme=dark] .hero-bg-black{background:radial-gradient(150% 120% at 50% 0%,transparent 35%,#63e 65%,#fff 100%)}[data-theme=dark] .hero-particle{background:#ffffffd9;box-shadow:0 0 8px #fff6}[data-theme=dark] .hero-center-logo-img{filter:drop-shadow(0 0 30px rgba(102,51,238,.4))}[data-theme=dark] .hero-bg-graphic{filter:drop-shadow(0 0 50px rgba(102,51,238,.5)) drop-shadow(0 0 100px rgba(102,51,238,.35))}[data-theme=dark] .hero-title-main,[data-theme=dark] .hero-accent{color:#fff}[data-theme=dark] .hero-subtitle{color:#ffffffb3}[data-theme=dark] .hero-text .hero-label-highlight{background:linear-gradient(120deg,#b5b5b5,#b5b5b5 35%,#fff,#b5b5b5 65%,#b5b5b5);color:#0f172a;box-shadow:none}[data-theme=dark] .hero-text .hero-label-rest{color:#e2e8f0eb}[data-theme=dark] .hero-cta-primary{background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001f}[data-theme=dark] .hero-cta-primary:hover{background:#f9fafb;box-shadow:0 2px 8px #00000026}[data-theme=dark] .hero-cta-link{color:#e5dcf8;text-shadow:none}[data-theme=dark] .hero-cta-link:hover{color:#f3efff}[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#8400ff,#a855f7,#c084fc);color:#fff;box-shadow:0 4px 15px #8400ff66,0 0 20px #8400ff33}[data-theme=dark] .btn-primary:hover{box-shadow:0 6px 25px #8400ff80,0 0 30px #8400ff4d;background:linear-gradient(135deg,#9500ff,#b966ff,#d094ff)}[data-theme=dark] .btn-secondary{background:transparent;color:#fff;border:2px solid transparent;background-image:linear-gradient(#010314,#010314),linear-gradient(135deg,#8400ff,#a855f7,#c084fc);background-origin:border-box;background-clip:padding-box,border-box}[data-theme=dark] .btn-secondary:before{background:linear-gradient(135deg,#8400ff1a,#a855f71a,#c084fc1a)}[data-theme=dark] .btn-secondary:hover{background-image:linear-gradient(#010314,#010314),linear-gradient(135deg,#9500ff,#b966ff,#d094ff);box-shadow:0 4px 15px #8400ff4d}[data-theme=dark] .label-line{background:linear-gradient(90deg,rgba(110,72,184,.5) 0%,transparent 100%)}[data-theme=dark] .label-line:first-child{background:linear-gradient(90deg,transparent 0%,rgba(110,72,184,.5) 100%)}[data-theme=dark] .label-text{color:#d8d6e8;background:linear-gradient(180deg,#2e1753a8,#0e040f,#2b0258);border:none;box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .label-text:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;padding:1px;background:linear-gradient(180deg,#ffffff73,#fff3);-webkit-mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff);mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}[data-theme=dark] .section-label .label-text:not(.hero-label-text){color:var(--ui-eyebrow-text);background:var(--ui-eyebrow-bg);border:1px solid var(--ui-eyebrow-border);box-shadow:none}[data-theme=dark] .section-label .label-text:not(.hero-label-text):before{position:static;inset:auto;width:6px;height:6px;padding:0;border-radius:50%;background:var(--ui-eyebrow-dot);box-shadow:0 0 0 3px var(--ui-eyebrow-dot-ring);-webkit-mask:none;mask:none}[data-theme=dark] .examples-section{--ex-line: rgba(255, 255, 255, .14);--ex-line-strong: rgba(255, 255, 255, .26);--ex-shadow-card: 0 8px 32px -12px rgba(0, 0, 0, .45);--ex-shadow-pop: 0 22px 56px -14px rgba(0, 0, 0, .55);--ex-bg-soft: rgba(255, 255, 255, .05);--ex-bg-soft-hover: rgba(255, 255, 255, .1)}[data-theme=dark] .examples-section .example-card{border-color:var(--ex-line);background:#ffffff0f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .examples-section[data-examples-card=outlined] .example-card:hover{border-color:var(--ex-line-strong);box-shadow:var(--ex-shadow-card);transform:translateY(-2px)}[data-theme=dark] .examples-section[data-examples-card=soft-fill] .example-card{background:var(--ex-bg-soft);border-color:transparent}[data-theme=dark] .examples-section[data-examples-card=soft-fill] .example-card:hover{background:var(--ex-bg-soft-hover);box-shadow:none;transform:none;border-color:transparent}[data-theme=dark] .examples-section[data-examples-card=lifted] .example-card{box-shadow:var(--ex-shadow-card)}[data-theme=dark] .example-card-icon-wrap{background:linear-gradient(135deg,#a855f738,#8400ff1f);border-color:#a855f759;color:#d7c2ff}[data-theme=dark] .examples-section .example-card:hover .example-card-icon-wrap{background:linear-gradient(135deg,#a855f752,#8400ff33);border-color:#a855f780}[data-theme=dark] .example-card-footer{border-top-color:#ffffff1f}[data-theme=dark] .example-card-cta{color:#c4a8ff}[data-theme=dark] .example-card-price-amount{color:#fff}[data-theme=dark] .examples-section .example-card:after{background:radial-gradient(120% 80% at 100% 0%,rgba(168,85,247,.18) 0%,transparent 60%)}[data-theme=dark] .examples-section[data-examples-card=lifted] .example-card:hover{border-color:var(--ex-line-strong);box-shadow:var(--ex-shadow-pop);transform:translateY(-2px)}[data-theme=dark] .card-label{background:var(--ui-badge-bg);border:none;color:var(--ui-badge-text)}[data-theme=dark] #vorteile .value-card{border-color:var(--ui-card-border);background:#0f172a80;box-shadow:var(--ui-card-shadow)}[data-theme=dark] #vorteile .value-card:hover{border-color:var(--ui-card-border-hover);box-shadow:var(--ui-card-shadow-hover);transform:translateY(var(--ui-card-lift-y))}[data-theme=dark] #vorteile .value-card-stat{color:#b794ff;background:linear-gradient(to bottom,var(--ui-stat-top) 0%,var(--ui-stat-bottom) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] #vorteile .value-card-title{color:#fff}[data-theme=dark] #vorteile .value-card-text{color:#e2e8f0c7}[data-theme=dark] .process-section:after{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 20%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 80%,transparent 100%);box-shadow:0 0 20px #8400ff4d}[data-theme=dark] .process-title-accent{background:linear-gradient(90deg,#a78bfa,#60a5fa);-webkit-background-clip:text;background-clip:text;color:transparent}[data-theme=dark] .process-step{background:#ffffff09;border-color:#ffffff1a;box-shadow:0 4px 24px -12px #00000073}[data-theme=dark] .process-step:hover{border-color:#a855f773;box-shadow:0 18px 40px -20px #a855f766}[data-theme=dark] .process-step-badge{background:linear-gradient(135deg,#8b5cf6,#4f7cff);border-color:#010314;box-shadow:0 10px 24px -8px #8b5cf6b3}[data-theme=dark] .process-step-icon{background:#a855f71f;border-color:#a855f747;color:#c4b5fd}[data-theme=dark] .process-step:hover .process-step-icon{background:#a855f733}[data-theme=dark] .process-step-meta{background:#a855f724;color:#c4b5fd}[data-theme=dark] .pricing-main-title{color:#fff}[data-theme=dark] .pricing-main-title-accent{color:var(--blue-primary)}[data-theme=dark] .pricing-subtitle{color:#e2e8f0c7}[data-theme=dark] .pricing-card{background:#0d1028;border-color:#ffffff14;box-shadow:0 1px 2px #0000004d,0 6px 20px -12px #00000080}[data-theme=dark] .pricing-card:hover{border-color:#ffffff29;box-shadow:0 14px 36px -14px #0009}[data-theme=dark] .pricing-card--loss{background:#0a0c20;border-color:#ffffff0d;box-shadow:none}[data-theme=dark] .pricing-card--loss:hover{border-color:#ffffff1a;box-shadow:0 8px 24px -16px #00000080}[data-theme=dark] .pricing-card--ready{background:linear-gradient(160deg,#5b21b6,#8400ff 55%,#6d28d9);border-color:transparent;color:#fff;box-shadow:0 18px 40px -14px #8400ff99,0 2px 8px #8400ff4d}[data-theme=dark] .pricing-card--ready:hover{box-shadow:0 24px 50px -14px #8400ffb3,0 2px 8px #8400ff59;border-color:transparent}[data-theme=dark] .pricing-card--ready:before{background:radial-gradient(ellipse at 20% 0%,rgba(255,255,255,.2) 0%,transparent 55%),radial-gradient(ellipse at 80% 100%,rgba(192,132,252,.35) 0%,transparent 55%)}[data-theme=dark] .pricing-card-badge{background:#fff;color:#6d28d9;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .pricing-card-label{color:#c4b5fd;background:#a855f72e}[data-theme=dark] .pricing-card-label--loss{color:#94a3b8;background:#94a3b81f}[data-theme=dark] .pricing-card--ready .pricing-card-label{color:#fff;background:#ffffff2e}[data-theme=dark] .pricing-card-title{color:#fff}[data-theme=dark] .pricing-card--loss .pricing-card-title{color:#94a3b8}[data-theme=dark] .pricing-card--ready .pricing-card-title{color:#fff}[data-theme=dark] .pricing-card-subtitle,[data-theme=dark] .pricing-card-price-prefix,[data-theme=dark] .pricing-card-price-unit{color:#e2e8f0b3}[data-theme=dark] .pricing-card--loss .pricing-card-subtitle{color:#64748b}[data-theme=dark] .pricing-card--ready .pricing-card-subtitle,[data-theme=dark] .pricing-card--ready .pricing-card-price-prefix,[data-theme=dark] .pricing-card--ready .pricing-card-price-unit{color:#ffffffc7}[data-theme=dark] .pricing-card-price{color:#fff}[data-theme=dark] .pricing-card--loss .pricing-card-price{color:#94a3b8}[data-theme=dark] .pricing-card-price-row{border-bottom-color:#ffffff14}[data-theme=dark] .pricing-card--ready .pricing-card-price-row{border-bottom-color:#ffffff38}[data-theme=dark] .pricing-card-list li{color:#f1f5f9e6}[data-theme=dark] .pricing-card-list li:before{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23c4b5fd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='2.5,6.5 5,9 9.5,3.5'/></svg>") center / .75rem .75rem no-repeat,#a855f733}[data-theme=dark] .pricing-card--ready .pricing-card-list li:before{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%236d28d9' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='2.5,6.5 5,9 9.5,3.5'/></svg>") center / .75rem .75rem no-repeat,#fff}[data-theme=dark] .pricing-card-list--loss li{color:#64748b}[data-theme=dark] .pricing-card-list--loss li:before{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='3' y1='3' x2='9' y2='9'/><line x1='9' y1='3' x2='3' y2='9'/></svg>") center / .7rem .7rem no-repeat,#94a3b826}[data-theme=dark] .pricing-card-note{color:#64748b;border-top-color:#ffffff14}[data-theme=dark] .pricing-cta-button--primary{background:#fff;color:#6d28d9;box-shadow:0 6px 18px #00000059}[data-theme=dark] .pricing-cta-button--primary:hover{background:#f5f3ff;box-shadow:0 10px 24px #0006}[data-theme=dark] .pricing-cta-button--ghost{background:#fff;color:#0f172a;border-color:#fff}[data-theme=dark] .pricing-cta-button--ghost:hover{background:#e2e8f0;border-color:#e2e8f0;box-shadow:0 10px 24px -8px #00000080}[data-theme=dark] .faq-item{border:1px solid rgba(255,255,255,.15)!important;background:#ffffff1a!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none}[data-theme=dark] .faq-item:hover{border-color:#fff3!important;background:#ffffff1f!important;box-shadow:0 4px 20px #0000001a}[data-theme=dark] .faq-item.active{border-color:#fff3!important;background:#ffffff1f!important;box-shadow:0 6px 24px #00000026}[data-theme=dark] .faq-question,[data-theme=dark] .faq-question:hover,[data-theme=dark] .faq-question span{color:#fff!important}[data-theme=dark] .faq-icon{color:#ffffffb3}[data-theme=dark] .faq-item.active .faq-icon{color:#ffffffe6}[data-theme=dark] .cta-section:before{background:radial-gradient(150% 120% at 50% 0%,transparent 35%,#63e 65%,#fff 100%)}[data-theme=dark] .cta-glow{background:radial-gradient(ellipse at center,rgba(132,0,255,.3) 0%,rgba(132,0,255,.1) 40%,transparent 70%)}[data-theme=dark] .cta-particle{background:#ffffffe6;box-shadow:0 0 4px #fffc,0 0 8px #ffffff80,0 0 12px #ffffff4d}[data-theme=dark] .cta-content h2{text-shadow:0 2px 20px rgba(132,0,255,.3)}[data-theme=dark] .contact-form-section-home{background:radial-gradient(ellipse at center,rgba(132,0,255,.1) 0%,transparent 70%),linear-gradient(180deg,#161620,#191923)}[data-theme=dark] .contact-form-section{border:1px solid rgba(255,255,255,.1);background:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;cursor:pointer;animation:lightbox-fade-in .2s ease;padding:2rem}.lightbox-image{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 20px 60px #00000080;object-fit:contain;cursor:default}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.contact{width:100%;min-height:100vh}.contact-hero{padding:7rem 2rem 2rem;background:linear-gradient(180deg,var(--background-light) 0%,var(--background-subtle) 100%);text-align:center}.contact-content{padding:2rem}.contact-form-wrapper{max-width:900px;margin:0 auto 6rem}.contact-logo-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:5rem;padding:1rem 0}.contact-logo-image{height:80px;width:auto;object-fit:contain;filter:brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(95%) contrast(101%)}.contact-logo-text{font-size:clamp(3rem,6vw,5rem);font-weight:700;color:var(--text-primary);margin:0;text-shadow:none;letter-spacing:-.02em}.contact-form-section{padding:3rem;border-radius:24px;border:1px solid rgba(37,99,235,.12);background:#fff;box-shadow:0 4px 20px #0000000f,0 0 0 1px #2563eb0a;position:relative;overflow:hidden}.contact-form-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(37,99,235,.04) 0%,transparent 70%);pointer-events:none;z-index:0}.contact-form-section>*{position:relative;z-index:1}.contact-form-section h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.5rem;color:var(--text-primary);font-weight:600;text-align:center}.form-intro{color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.7;text-align:center;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--text-primary);font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{padding:1rem 1.25rem;border-radius:12px;border:1px solid rgba(37,99,235,.15);background:#fff;color:var(--text-primary);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--blue-primary);box-shadow:0 0 0 3px #2563eb26}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{width:100%;margin-top:1rem}.form-success-message{margin-top:2rem;padding:1.5rem;border-radius:16px;background:#2563eb0f;border:1px solid rgba(37,99,235,.2);display:flex;align-items:flex-start;gap:1rem;position:relative;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.success-content{flex:1}.success-content h3{margin:0 0 .5rem;color:var(--text-primary);font-size:1.25rem;font-weight:600}.success-content p{margin:0;color:var(--text-secondary);line-height:1.6;font-size:.95rem}.success-close{flex-shrink:0;background:transparent;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:4px}.success-close:hover{color:var(--text-primary);background:#ffffff1a}.contact-info-section{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.info-cards{margin-bottom:2rem}.contact-details{padding:2rem;border-radius:16px;border:1px solid rgba(37,99,235,.12);background:var(--background-subtle)}.contact-details h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.detail-item{margin-bottom:1.5rem}.detail-item strong{display:block;color:var(--blue-primary);margin-bottom:.5rem;font-size:1rem}.detail-item p{color:var(--text-secondary);line-height:1.6;margin:0}@media (max-width: 1024px){.contact-info-section{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-hero{padding:4rem 1rem 2rem}.contact-content{padding:2rem 1rem}.contact-logo-header{flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-logo-image{height:60px}.contact-logo-text{font-size:2.5rem}.contact-form-section{padding:2rem 1.5rem}.contact-form-wrapper{margin-bottom:4rem}}[data-theme=dark] .contact-hero{background:linear-gradient(180deg,#010314,#010314)}[data-theme=dark] .contact-logo-image{filter:none}[data-theme=dark] .contact-form-section{border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#ffffff0f,#ffffff05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}[data-theme=dark] .contact-form-section:before{background:radial-gradient(ellipse at center,rgba(132,0,255,.1) 0%,transparent 70%);opacity:.5}[data-theme=dark] .contact-form-section h2{color:#fff}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea{border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus{border-color:#8400ff80;box-shadow:0 0 20px #8400ff33;background:#ffffff0d}[data-theme=dark] .form-success-message{background:linear-gradient(135deg,#8400ff26,#8400ff14);border:1px solid rgba(132,0,255,.3);box-shadow:0 4px 20px #8400ff33}[data-theme=dark] .success-icon{background:linear-gradient(135deg,#8400ff,#a855f7,#c084fc);box-shadow:0 0 20px #8400ff80}[data-theme=dark] .success-close:hover{background:#ffffff1a}[data-theme=dark] .contact-details{background:#010314;border:1px solid rgba(132,0,255,.3)}[data-theme=dark] .detail-item strong{color:#8400ff}[data-theme=dark] .impressum-info a,[data-theme=dark] .datenschutz-info a,[data-theme=dark] .impressum-info a:hover,[data-theme=dark] .datenschutz-info a:hover{color:#fff}.impressum-page{min-height:100vh;padding:8rem 2rem 4rem;background:var(--background-light);color:var(--text-primary)}.impressum-content{max-width:900px;margin:0 auto}.impressum-content h1{font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:3rem;color:var(--text-primary)}.impressum-section{margin-bottom:2.5rem}.impressum-section:last-child{margin-bottom:0}.impressum-section h2{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;margin-bottom:1rem;margin-top:2rem;color:var(--text-primary)}.impressum-section h2:first-child{margin-top:0}.impressum-section p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.impressum-info{margin:1.5rem 0}.impressum-info p{margin-bottom:.5rem;color:var(--text-secondary)}.impressum-info p:last-child{margin-bottom:0}.impressum-info a{color:var(--blue-primary);text-decoration:underline}.impressum-info a:hover{text-decoration:none;color:#1d4ed8}.impressum-note{font-size:.95rem;color:var(--text-secondary);margin-top:1rem;padding-top:1rem}@media (max-width: 768px){.impressum-page{padding:6rem 1rem 3rem}.impressum-content h1{font-size:1.75rem;margin-bottom:2rem}.impressum-section{margin-bottom:2rem}.impressum-section h2{font-size:1.25rem;margin-bottom:.75rem;margin-top:1.5rem}}[data-theme=dark] .impressum-page{background:#010314;color:#fff}[data-theme=dark] .impressum-content h1,[data-theme=dark] .impressum-section h2,[data-theme=dark] .impressum-section p,[data-theme=dark] .impressum-info p,[data-theme=dark] .impressum-info a,[data-theme=dark] .impressum-note{color:#fff}.datenschutz-page{min-height:100vh;padding:8rem 2rem 4rem;background:var(--background-light);color:var(--text-primary)}.datenschutz-content{max-width:900px;margin:0 auto}.datenschutz-content h1{font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:3rem;color:var(--text-primary)}.datenschutz-section{margin-bottom:2.5rem}.datenschutz-section:last-child{margin-bottom:0}.datenschutz-section h2{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;margin-bottom:1rem;margin-top:2rem;color:var(--text-primary)}.datenschutz-section h2:first-child{margin-top:0}.datenschutz-section h3{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-primary)}.datenschutz-section p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.datenschutz-section ul{margin:1rem 0;padding-left:2rem;color:var(--text-secondary)}.datenschutz-section li{margin-bottom:.5rem;line-height:1.7}.datenschutz-info{margin:1.5rem 0}.datenschutz-info p{margin-bottom:.5rem;color:var(--text-secondary)}.datenschutz-info p:last-child{margin-bottom:0}.datenschutz-info a{color:var(--blue-primary);text-decoration:underline}.datenschutz-info a:hover{text-decoration:none;color:#1d4ed8}.datenschutz-warning{margin:1.5rem 0}.datenschutz-warning p{color:var(--text-secondary);margin-bottom:.75rem}.datenschutz-warning p:last-child{margin-bottom:0}.datenschutz-note{margin:1.5rem 0}.datenschutz-note p{color:var(--text-secondary);margin:0}@media (max-width: 768px){.datenschutz-page{padding:6rem 1rem 3rem}.datenschutz-content h1{font-size:1.75rem;margin-bottom:2rem}.datenschutz-section{margin-bottom:2rem}.datenschutz-section h2{font-size:1.25rem;margin-bottom:.75rem;margin-top:1.5rem}.datenschutz-section h3{font-size:1.1rem}.datenschutz-section ul{padding-left:1.5rem}}[data-theme=dark] .datenschutz-page{background:#010314;color:#fff}[data-theme=dark] .datenschutz-content h1,[data-theme=dark] .datenschutz-section h2,[data-theme=dark] .datenschutz-section h3,[data-theme=dark] .datenschutz-section p,[data-theme=dark] .datenschutz-section ul,[data-theme=dark] .datenschutz-info p,[data-theme=dark] .datenschutz-info a,[data-theme=dark] .datenschutz-warning p,[data-theme=dark] .datenschutz-note p{color:#fff}.automation-detail{position:relative;z-index:1;padding-top:80px;padding-bottom:0;color:var(--text-primary)}.automation-detail .container{max-width:1400px;margin:0 auto;padding:0 2rem}.automation-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary);padding:2rem 0 1.5rem;flex-wrap:wrap}.automation-breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.automation-breadcrumb a:hover{color:var(--blue-primary)}.automation-breadcrumb-current{color:var(--text-primary);font-weight:500}.automation-hero{position:relative;padding:1.5rem 0 5rem}.automation-hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:3rem;align-items:stretch}.automation-hero-content{display:flex;flex-direction:column;gap:1.25rem}.automation-hero-label{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.automation-hero-icon{width:54px;height:54px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb24,#3b82f614);color:var(--blue-primary);border:1px solid rgba(37,99,235,.18)}.automation-hero-icon svg{width:26px;height:26px}.automation-hero-title{font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);margin:0}.automation-hero-tagline{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:500;color:var(--blue-primary);line-height:1.5;margin:0}.automation-hero-description{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin:0;max-width:620px}.automation-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.automation-cta-primary,.automation-cta-secondary{display:inline-flex;align-items:center;gap:.55rem;padding:.9rem 4.5rem;border-radius:9999px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;cursor:pointer}.automation-cta-primary{background:linear-gradient(135deg,#2563eb,#3b82f6,#60a5fa);color:#fff;box-shadow:0 6px 22px -10px #2563eb80,0 2px 6px #2563eb26;border:none}.automation-cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px -10px #2563eb99,0 4px 12px #2563eb33}.automation-cta-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--ui-card-border)}.automation-cta-secondary:hover{border-color:var(--blue-primary);color:var(--blue-primary);background:#2563eb0a}.automation-hero-trust{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.92rem;color:var(--text-secondary)}.automation-hero-trust li{display:inline-flex;align-items:center;gap:.4rem}.automation-hero-trust svg{width:16px;height:16px;color:var(--blue-primary);flex-shrink:0}.automation-price-card{position:relative;padding:2rem;border-radius:24px;border:1px solid var(--ui-card-border);background:#fff;box-shadow:var(--ui-card-shadow);display:flex;flex-direction:column;gap:1.25rem;align-self:start;position:sticky;top:120px}.automation-price-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(120% 80% at 100% 0%,rgba(37,99,235,.08) 0%,transparent 60%);pointer-events:none}.automation-price-card-label{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;color:var(--ui-badge-text);background:var(--ui-badge-bg);padding:.3rem .75rem;border-radius:9999px;align-self:flex-start;position:relative;z-index:1}.automation-price-card-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;position:relative;z-index:1}.automation-price-prefix{font-size:1rem;color:var(--text-secondary);font-weight:500}.automation-price-amount{font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1;letter-spacing:-.025em}.automation-price-amount--custom{font-size:2rem}.automation-price-unit{font-size:1rem;font-weight:500;color:var(--text-secondary)}.automation-price-setup{margin:-.5rem 0 0;font-size:.88rem;color:var(--text-secondary);position:relative;z-index:1}.automation-price-list{list-style:none;padding:1rem 0;margin:0;display:flex;flex-direction:column;gap:.7rem;border-top:1px solid var(--ui-card-border);border-bottom:1px solid var(--ui-card-border);position:relative;z-index:1}.automation-price-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.93rem;line-height:1.45;color:var(--text-primary)}.automation-price-list svg{width:18px;height:18px;color:var(--blue-primary);flex-shrink:0;margin-top:2px}.automation-price-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.5rem;border-radius:9999px;background:linear-gradient(135deg,#2563eb,#3b82f6,#60a5fa);color:#fff;font-weight:600;font-size:1rem;text-decoration:none;box-shadow:0 6px 22px -10px #2563eb80,0 2px 6px #2563eb26;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:1}.automation-price-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px -10px #2563eb99,0 4px 12px #2563eb33}.automation-price-note{text-align:center;font-size:.82rem;color:var(--text-secondary);margin:0;position:relative;z-index:1}.automation-metrics-section{padding:2rem 0 5rem}.automation-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;padding:2rem;border-radius:24px;border:1px solid var(--ui-card-border);background:linear-gradient(135deg,#2563eb0a,#3b82f605)}.automation-metric{text-align:center;padding:.5rem .75rem}.automation-metric-value{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1;background:linear-gradient(180deg,var(--ui-stat-top) 0%,var(--ui-stat-bottom) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.02em}.automation-metric-label{margin-top:.5rem;font-size:.95rem;color:var(--text-secondary);line-height:1.4}.automation-section-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.automation-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;color:var(--text-primary);letter-spacing:-.02em;margin:1.25rem 0 0}.automation-section-title-accent{color:var(--blue-primary)}.automation-section-subtitle{margin:1rem auto 0;max-width:720px;font-size:1rem;line-height:1.7;color:var(--text-secondary)}.automation-funnel-section{padding:4rem 0 5rem;scroll-margin-top:120px}.automation-funnel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;position:relative}.automation-funnel-grid:before{content:"";position:absolute;top:88px;left:16%;right:16%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.25) 15%,rgba(37,99,235,.25) 85%,transparent 100%);z-index:0;pointer-events:none}.automation-funnel-card{position:relative;padding:2rem 1.75rem;border-radius:22px;border:1px solid var(--ui-card-border);background:#fff;box-shadow:var(--ui-card-shadow);display:flex;flex-direction:column;gap:.75rem;text-align:center;align-items:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;z-index:1}.automation-funnel-card:hover{transform:translateY(-3px);box-shadow:var(--ui-card-shadow-hover);border-color:var(--ui-card-border-hover)}.automation-funnel-step-number{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:9999px;background:var(--ui-badge-bg);color:var(--ui-badge-text);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.automation-funnel-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2563eb24,#3b82f614);color:var(--blue-primary);border:1px solid rgba(37,99,235,.18);display:inline-flex;align-items:center;justify-content:center;margin:.5rem 0 .25rem}.automation-funnel-icon svg{width:28px;height:28px}.automation-funnel-title{margin:0;font-size:1.2rem;font-weight:600;line-height:1.3;color:var(--text-primary);letter-spacing:-.005em}.automation-funnel-text{margin:0;font-size:.96rem;line-height:1.6;color:var(--text-secondary)}.automation-funnel-meta{margin-top:.2rem;display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:9999px;background:var(--ui-badge-bg);color:var(--ui-badge-text);font-size:.8rem;font-weight:600;letter-spacing:.02em}.automation-funnel-cta-row{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.automation-funnel-cta-note{font-size:.88rem;color:var(--text-secondary)}.automation-final-cta-trust{list-style:none;padding:0;margin:1.75rem 0 0;width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.75rem;font-size:.95rem;color:#ffffffe0;position:relative}.automation-final-cta-trust li{display:inline-flex;align-items:center;gap:.45rem}.automation-final-cta-trust svg{width:18px;height:18px;color:#fff;flex-shrink:0}.automation-features-section{padding:4rem 0 5rem}.automation-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.automation-feature-card{display:flex;align-items:flex-start;gap:.9rem;padding:1.25rem 1.5rem;border-radius:16px;border:1px solid var(--ui-card-border);background:#fff;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.automation-feature-card--rich{padding:1.5rem 1.5rem 1.6rem;border-radius:20px}.automation-feature-card:hover{border-color:var(--ui-card-border-hover);transform:translateY(-2px);box-shadow:var(--ui-card-shadow)}.automation-feature-card p{margin:0;font-size:.98rem;line-height:1.55;color:var(--text-primary)}.automation-feature-body{display:flex;flex-direction:column;gap:.35rem}.automation-feature-title{margin:0;font-size:1.05rem;font-weight:600;line-height:1.3;color:var(--text-primary);letter-spacing:-.005em}.automation-feature-text{margin:0;font-size:.93rem;line-height:1.6;color:var(--text-secondary)}.automation-feature-check{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,#2563eb29,#3b82f614);color:var(--blue-primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.automation-feature-check svg{width:16px;height:16px}.automation-process-section{padding:4rem 0 5rem}.automation-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.automation-process-card{padding:2rem 1.75rem;border-radius:20px;border:1px solid var(--ui-card-border);background:#fff;box-shadow:var(--ui-card-shadow);position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}.automation-process-card:hover{transform:translateY(-3px);box-shadow:var(--ui-card-shadow-hover);border-color:var(--ui-card-border-hover)}.automation-process-number{font-size:2.5rem;font-weight:700;line-height:1;background:linear-gradient(180deg,var(--ui-stat-top) 0%,var(--ui-stat-bottom) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.03em;margin-bottom:.75rem}.automation-process-title{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.automation-process-text{font-size:.97rem;line-height:1.6;color:var(--text-secondary);margin:0}.automation-usecases-section{padding:4rem 0 5rem}.automation-usecases-wrapper{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:center;padding:3rem;border-radius:24px;border:1px solid var(--ui-card-border);background:linear-gradient(135deg,#2563eb0a,#3b82f605)}.automation-usecases-header{text-align:left}.automation-usecases-header .section-label{justify-content:flex-start}.automation-usecases-header .section-label .label-line{display:none}.automation-usecases-header .automation-section-title{margin-top:1rem;text-align:left}.automation-usecases-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.automation-usecases-list li{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:14px;background:#fff;border:1px solid var(--ui-card-border);font-size:1rem;line-height:1.5;color:var(--text-primary)}.automation-usecases-list svg{width:20px;height:20px;color:var(--blue-primary);flex-shrink:0;margin-top:2px}.automation-final-cta{padding:4rem 0 5rem}.automation-final-cta-box{padding:3.5rem 3rem;border-radius:28px;background:linear-gradient(135deg,#1d4ed8,#2563eb 60%,#3b82f6);color:#fff;text-align:center;position:relative;overflow:hidden;box-shadow:0 30px 60px -30px #2563eb8c}.automation-final-cta-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(70% 100% at 50% 0%,rgba(255,255,255,.14) 0%,transparent 60%);pointer-events:none}.automation-final-cta-box h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.25;letter-spacing:-.015em;margin:0 0 1rem;color:#fff;position:relative}.automation-final-cta-box p{margin:0 auto 2rem;max-width:680px;font-size:1.05rem;line-height:1.7;color:#ffffffd9;position:relative}.automation-final-cta-buttons{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:1rem;position:relative}.automation-final-cta-box .automation-cta-primary{background:#fff;color:#1d4ed8;box-shadow:0 6px 22px -10px #00000059}.automation-final-cta-box .automation-cta-primary:hover{background:#f1f5ff;box-shadow:0 10px 28px -10px #0006}.automation-final-cta-box .automation-cta-secondary{background:#ffffff14;border-color:#ffffff59;color:#fff}.automation-final-cta-box .automation-cta-secondary:hover{background:#ffffff24;border-color:#fff9;color:#fff}.automation-related-section{padding:4rem 0 6rem}.automation-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.automation-related-card{padding:1.75rem;border-radius:22px;border:1px solid var(--ui-card-border);background:#fff;box-shadow:var(--ui-card-shadow);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.75rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;min-height:240px}.automation-related-card:hover{transform:translateY(-3px);box-shadow:var(--ui-card-shadow-hover);border-color:var(--ui-card-border-hover)}.automation-related-top{display:flex;align-items:center;gap:.6rem;margin-bottom:.25rem}.automation-related-card h3{margin:0;font-size:1.15rem;font-weight:600;line-height:1.3;color:var(--text-primary)}.automation-related-card p{margin:0;font-size:.93rem;line-height:1.55;color:var(--text-secondary)}.automation-related-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px dashed var(--ui-card-border)}.automation-related-price{font-weight:700;color:var(--text-primary);font-size:1rem}.automation-related-arrow{color:var(--blue-primary);font-size:1.1rem;transition:transform .25s ease}.automation-related-card:hover .automation-related-arrow{transform:translate(4px)}[data-theme=dark] .automation-hero-icon{background:linear-gradient(135deg,#a855f738,#8400ff1f);border-color:#a855f766;color:#d7c2ff}[data-theme=dark] .automation-hero-tagline{color:#c4a8ff}[data-theme=dark] .automation-price-card,[data-theme=dark] .automation-feature-card,[data-theme=dark] .automation-process-card,[data-theme=dark] .automation-related-card,[data-theme=dark] .automation-usecases-list li{background:#ffffff0a;border-color:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .automation-metrics-grid,[data-theme=dark] .automation-usecases-wrapper{background:linear-gradient(135deg,#a855f714,#8400ff0a);border-color:#ffffff1a}[data-theme=dark] .automation-cta-primary,[data-theme=dark] .automation-price-cta{background:linear-gradient(135deg,#8400ff,#a855f7,#c084fc);box-shadow:0 6px 22px -10px #8400ff8c,0 2px 6px #8400ff33}[data-theme=dark] .automation-cta-primary:hover,[data-theme=dark] .automation-price-cta:hover{box-shadow:0 10px 28px -10px #8400ffa6,0 4px 12px #8400ff40}[data-theme=dark] .automation-final-cta-box{background:linear-gradient(135deg,#4c1d95,#6d28d9,#8400ff);box-shadow:0 30px 60px -30px #8400ff99}[data-theme=dark] .automation-final-cta-box .automation-cta-primary{background:#fff;color:#6d28d9}[data-theme=dark] .automation-final-cta-box .automation-cta-primary:hover{background:#f3e8ff}[data-theme=dark] .automation-feature-check{background:linear-gradient(135deg,#a855f740,#8400ff1f);color:#d7c2ff}[data-theme=dark] .automation-hero-trust svg,[data-theme=dark] .automation-price-list svg,[data-theme=dark] .automation-usecases-list svg{color:#c4a8ff}[data-theme=dark] .automation-related-arrow,[data-theme=dark] .automation-process-number{color:#c4a8ff}[data-theme=dark] .automation-funnel-card{background:#ffffff0a;border-color:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .automation-funnel-icon{background:linear-gradient(135deg,#a855f738,#8400ff1f);border-color:#a855f766;color:#d7c2ff}[data-theme=dark] .automation-funnel-grid:before{background:linear-gradient(90deg,transparent 0%,rgba(168,85,247,.3) 15%,rgba(168,85,247,.3) 85%,transparent 100%)}@media (max-width: 1024px){.automation-hero-grid{grid-template-columns:1fr;gap:2rem}.automation-price-card{position:static;max-width:520px;margin:0 auto;width:100%}.automation-usecases-wrapper{grid-template-columns:1fr;padding:2rem}.automation-funnel-grid{grid-template-columns:1fr;gap:1rem}.automation-funnel-grid:before{display:none}}@media (max-width: 768px){.automation-detail .container{padding:0 1rem}.automation-hero{padding:1rem 0 3rem}.automation-hero-title{font-size:2rem}.automation-hero-description{font-size:1rem}.automation-price-card{padding:1.5rem}.automation-price-amount{font-size:2.5rem}.automation-metrics-grid,.automation-usecases-wrapper{padding:1.5rem}.automation-features-section,.automation-process-section,.automation-usecases-section,.automation-final-cta,.automation-related-section,.automation-metrics-section{padding:2rem 0 3rem}.automation-final-cta-box{padding:2rem 1.5rem}.automation-cta-primary,.automation-cta-secondary{width:100%;justify-content:center}.automation-final-cta-buttons{width:100%}.automation-breadcrumb{padding:1.25rem 0 1rem;font-size:.82rem}}.configurator-page{position:relative;z-index:1;padding:0 0 6rem;color:var(--text-primary);min-height:100vh;background:var(--background-light)}.configurator-page .container{max-width:1280px;margin:0 auto;padding:0 2rem}.configurator-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;margin-bottom:0,8rem}.configurator-topbar-logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text-primary);font-weight:600}.configurator-topbar-logo img{width:28px;height:28px;object-fit:contain;filter:brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1500%) hue-rotate(197deg) brightness(95%) contrast(101%)}.configurator-topbar-exit{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:999px;border:1px solid var(--ui-card-border);color:var(--text-secondary);text-decoration:none;font-size:.85rem;transition:all .18s ease;background:var(--background-light)}.configurator-topbar-exit:hover{border-color:var(--blue-border);color:var(--text-primary)}.configurator-topbar-exit svg{width:14px;height:14px}.configurator-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary);padding:0 0 1.5rem;flex-wrap:wrap}.configurator-breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.configurator-breadcrumb a:hover{color:var(--blue-primary)}.configurator-breadcrumb-current{color:var(--text-primary);font-weight:500}.configurator-steps{list-style:none;display:flex;gap:.5rem;padding:0;margin:0 0 1rem;overflow-x:auto;scrollbar-width:none}.configurator-steps::-webkit-scrollbar{display:none}.configurator-step{flex:1 1 auto;min-width:120px}.configurator-step button{width:100%;display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;border:1px solid var(--ui-card-border);background:var(--background-light);border-radius:999px;font-size:.85rem;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;text-align:left}.configurator-step button:hover:not(:disabled){border-color:var(--blue-border);color:var(--text-primary)}.configurator-step button:disabled{cursor:not-allowed;opacity:.6}.configurator-step button.configurator-step-button--locked{cursor:default;opacity:1}.configurator-step-index{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--ui-badge-bg);color:var(--ui-badge-text);font-weight:600;font-size:.8rem;flex-shrink:0}.configurator-step-index svg{width:14px;height:14px}.configurator-step-label{white-space:nowrap}.configurator-step--active button{background:var(--blue-primary);border-color:var(--blue-primary);color:#fff}.configurator-step--active .configurator-step-index{background:#fff3;color:#fff}.configurator-step--done button{background:var(--ui-badge-bg);border-color:var(--blue-border);color:var(--text-primary)}.configurator-step--done .configurator-step-index{background:var(--blue-primary);color:#fff}.configurator-progress{height:6px;background:var(--ui-badge-bg);border-radius:999px;overflow:hidden;margin-bottom:2.5rem}.configurator-progress-bar{height:100%;background:linear-gradient(90deg,var(--blue-primary),var(--blue-500));transition:width .4s ease}.configurator-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:2.5rem;align-items:start}.configurator-main{min-width:0}.configurator-step-content{background:var(--background-light);border:1px solid var(--ui-card-border);border-radius:var(--ui-card-radius);box-shadow:var(--ui-card-shadow);padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.configurator-step-head h2{font-size:clamp(1.3rem,2.2vw,1.7rem);line-height:1.25;margin-bottom:.5rem;color:var(--text-primary)}.configurator-step-head p{color:var(--text-secondary);line-height:1.55;max-width:640px}.configurator-step-eyebrow{display:inline-block;padding:.35rem .75rem;background:var(--ui-badge-bg);color:var(--ui-badge-text);border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.02em;margin-bottom:.75rem}.configurator-field{display:flex;flex-direction:column;gap:.9rem}.configurator-field-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.configurator-field-head h3{font-size:1rem;font-weight:600;color:var(--text-primary)}.configurator-field-hint{font-size:.82rem;color:var(--text-secondary)}.configurator-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem}.configurator-tile-grid--dense{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.configurator-tile{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:1rem 1rem .9rem;background:var(--background-light);border:1px solid var(--ui-card-border);border-radius:14px;cursor:pointer;text-align:left;transition:all .18s ease;color:var(--text-primary);font-family:inherit}.configurator-tile:hover{border-color:var(--blue-border);transform:translateY(-1px);box-shadow:var(--ui-card-shadow-hover)}.configurator-tile--selected{border-color:var(--blue-primary);background:var(--blue-light);box-shadow:0 0 0 3px #2563eb1f}.configurator-tile-check{position:absolute;top:.75rem;right:.75rem;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ui-card-border);color:transparent;transition:all .18s ease}.configurator-tile--selected .configurator-tile-check{background:var(--blue-primary);border-color:var(--blue-primary);color:#fff}.configurator-tile-check svg{width:12px;height:12px}.configurator-tile-label{font-weight:600;font-size:.95rem}.configurator-tile-price{font-size:.82rem;color:var(--text-secondary)}.configurator-tile--selected .configurator-tile-price{color:var(--blue-primary);font-weight:500}.configurator-features-group{display:flex;flex-direction:column;gap:.9rem}.configurator-features-group-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.configurator-features-group-head h3{font-size:1rem;font-weight:600;color:var(--text-primary)}.configurator-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:999px;background:var(--ui-badge-bg);color:var(--ui-badge-text);font-size:.78rem;font-weight:500}.configurator-chip--included svg{width:12px;height:12px}.configurator-feature-list{display:flex;flex-direction:column;gap:.6rem}.configurator-feature{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;border:1px solid var(--ui-card-border);border-radius:16px;background:var(--background-light);text-align:left;width:100%;font-family:inherit;color:var(--text-primary)}.configurator-feature--toggle{cursor:pointer;transition:all .18s ease}.configurator-feature--toggle:hover{border-color:var(--blue-border);transform:translateY(-1px);box-shadow:var(--ui-card-shadow-hover)}.configurator-feature--toggle.is-active{border-color:var(--blue-primary);background:var(--blue-light);box-shadow:0 0 0 3px #2563eb1f}.configurator-feature--included{background:#2563eb0a;border-color:#2563eb29}.configurator-feature-check{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:var(--blue-primary);color:#fff;border-radius:50%;flex-shrink:0}.configurator-feature-check svg{width:14px;height:14px}.configurator-feature-toggle{width:40px;height:24px;border-radius:999px;background:var(--ui-card-border);position:relative;flex-shrink:0;transition:background .18s ease;margin-top:2px}.configurator-feature-toggle-dot{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .18s ease;box-shadow:0 1px 3px #0003}.configurator-feature--toggle.is-active .configurator-feature-toggle{background:var(--blue-primary)}.configurator-feature--toggle.is-active .configurator-feature-toggle-dot{transform:translate(16px)}.configurator-feature-title{font-weight:600;font-size:1rem;color:var(--text-primary);margin-bottom:.25rem}.configurator-feature p{color:var(--text-secondary);line-height:1.5;font-size:.9rem}.configurator-feature-price{font-weight:600;color:var(--blue-primary);white-space:nowrap;font-size:.95rem}.configurator-feature-price span{font-weight:400;color:var(--text-secondary);font-size:.82rem;margin-left:.1rem}.configurator-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.configurator-input{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:var(--text-primary)}.configurator-input>span{font-weight:500;color:var(--text-primary)}.configurator-input input,.configurator-input select,.configurator-input textarea{padding:.75rem .9rem;border:1px solid var(--ui-card-border);border-radius:12px;background:var(--background-light);color:var(--text-primary);font-size:.95rem;font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease}.configurator-input input:focus,.configurator-input select:focus,.configurator-input textarea:focus{outline:none;border-color:var(--blue-primary);box-shadow:0 0 0 3px #2563eb26}.configurator-input input[aria-invalid=true],.configurator-input select[aria-invalid=true]{border-color:#dc2626}.configurator-input textarea{resize:vertical;min-height:80px}.configurator-error{color:#dc2626;font-size:.82rem;margin-top:.25rem}.configurator-privacy-hint{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.configurator-privacy-hint a{color:var(--blue-primary);text-decoration:underline;text-underline-offset:2px}.configurator-section-title{display:flex;align-items:center;gap:.75rem;margin:.5rem 0 .25rem}.configurator-section-title-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#4f7cff);color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.02em;box-shadow:0 6px 16px -6px #2563eb80}.configurator-section-title h3{margin:0;font-size:1.05rem;font-weight:600;color:var(--text-primary)}.configurator-checkout{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;border-radius:20px;border:1px solid rgba(37,99,235,.15);background:linear-gradient(135deg,#2563eb0a,#4f7cff05)}.configurator-checkout-head{display:flex;align-items:center;gap:1rem}.configurator-checkout-icon{flex-shrink:0;width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#4f7cff);color:#fff;box-shadow:0 10px 24px -8px #2563eb99}.configurator-checkout-icon svg{width:24px;height:24px}.configurator-checkout-head h3{margin:0 0 .25rem;font-size:1.15rem;font-weight:600;color:var(--text-primary)}.configurator-checkout-head p{margin:0;font-size:.9rem;color:var(--text-secondary)}.configurator-checkout-price{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.5rem;border-radius:16px;background:var(--background-light);border:1px solid rgba(37,99,235,.1)}.configurator-checkout-price-label{font-size:.95rem;color:var(--text-secondary);font-weight:500}.configurator-checkout-price-value{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.configurator-checkout-trust{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.configurator-checkout-trust li{display:flex;align-items:center;gap:.6rem;color:var(--text-secondary);font-size:.92rem}.configurator-checkout-trust svg{width:16px;height:16px;color:#10b981;flex-shrink:0}.configurator-checkout-steps{display:flex;flex-direction:column;gap:1rem}.configurator-checkout-step{display:flex;align-items:flex-start;gap:1rem}.configurator-checkout-step-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#4f7cff);color:#fff;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-top:.1rem}.configurator-checkout-step strong{display:block;font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.2rem}.configurator-checkout-step p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.configurator-checkout-stripe-badge{display:flex;align-items:center;gap:.6rem;padding-top:.5rem;border-top:1px solid rgba(37,99,235,.1);font-size:.85rem;color:var(--text-secondary)}.configurator-checkout-stripe-badge img{height:22px;width:auto;opacity:.75}.configurator-custom-addon-wrapper{display:flex;flex-direction:column}.configurator-feature--custom.is-active{border-radius:16px 16px 0 0;border-bottom-color:transparent}.configurator-custom-expand{padding:1rem 1.1rem 1.1rem;border:1px solid var(--blue-primary);border-top:1px solid rgba(37,99,235,.2);border-radius:0 0 16px 16px;background:var(--blue-light);display:flex;flex-direction:column;gap:.6rem}.configurator-custom-expand-hint{font-size:.82rem;color:var(--text-secondary);line-height:1.5;margin:0}.configurator-optional-hint{font-weight:400;color:var(--text-secondary);font-size:.85em}.configurator-individual-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.configurator-individual-badge-icon{width:20px;height:20px;border-radius:50%;background:#2563eb1f;color:var(--blue-primary);border:1px solid rgba(37,99,235,.25);font-weight:600;font-size:.78rem;display:inline-flex;align-items:center;justify-content:center;cursor:help;flex-shrink:0;line-height:1}.configurator-individual-badge-icon--standalone{width:28px;height:28px;font-size:.9rem;flex-shrink:0}.configurator-individual-badge-tooltip{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);width:240px;padding:.75rem 1rem;border-radius:10px;background:var(--text-primary);color:var(--background-light);font-size:.82rem;line-height:1.5;font-weight:400;white-space:normal;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:200;text-align:left;box-shadow:0 8px 24px #0000002e}.configurator-individual-badge-tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:var(--text-primary)}.configurator-individual-badge:hover .configurator-individual-badge-tooltip,.configurator-individual-badge:focus-within .configurator-individual-badge-tooltip{opacity:1}.configurator-meeting-panel{display:flex;flex-direction:column;gap:1.25rem;padding:2rem;border-radius:20px;border:1px solid rgba(37,99,235,.15);background:linear-gradient(135deg,#2563eb0a,#4f7cff05)}.configurator-meeting-price-info{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:14px;background:#2563eb0f;border:1px solid rgba(37,99,235,.15)}.configurator-meeting-price-info p{margin:0;font-size:.92rem;color:var(--text-secondary);line-height:1.55}.configurator-meeting-price-info strong{color:var(--text-primary)}.configurator-meeting-calendly-wrap{border:1px solid var(--color-border, #e5e7eb);border-radius:1rem;overflow:hidden}.configurator-grid--meeting{display:flex;justify-content:center;margin-top:-1.25rem}.configurator-grid--meeting .configurator-main{width:100%;max-width:720px}.configurator-page--meeting .configurator-topbar,.configurator-page--meeting .configurator-steps,.configurator-page--meeting .configurator-progress{max-width:720px;margin-left:auto;margin-right:auto}.configurator-step-content--calendly{padding:0;border:none;box-shadow:none;background:transparent;overflow:visible}.configurator-meeting-booked-actions{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 1.5rem;animation:fadeSlideUp .3s ease}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.configurator-meeting-booked-confirm{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:999px;background:#10b9811a;color:#059669;font-weight:600;font-size:.95rem;border:1px solid rgba(16,185,129,.25)}.configurator-meeting-booked-confirm svg{width:16px;height:16px;flex-shrink:0}.configurator-summary-individual-badge{color:#f59e0b!important;font-weight:600}.configurator-booking-panel{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2.5rem 2rem;border-radius:20px;border:1px solid rgba(37,99,235,.15);background:linear-gradient(135deg,#2563eb0a,#4f7cff05)}.configurator-booking-panel-icon{width:64px;height:64px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#4f7cff);color:#fff;box-shadow:0 12px 28px -8px #2563eb99;margin-bottom:.25rem}.configurator-booking-panel-icon svg{width:28px;height:28px}.configurator-booking-panel h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.configurator-booking-panel>p{margin:0;color:var(--text-secondary);max-width:520px;line-height:1.55}.configurator-booking-trust{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start;text-align:left;max-width:480px;width:100%}.configurator-booking-trust li{display:flex;align-items:center;gap:.6rem;color:var(--text-secondary);font-size:.92rem}.configurator-booking-trust svg{width:16px;height:16px;color:#10b981;flex-shrink:0}.configurator-placeholder{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;border-radius:14px;border:1px dashed rgba(37,99,235,.3);background:#2563eb0a;color:var(--text-secondary);font-size:.92rem;line-height:1.5}.configurator-placeholder--large{width:100%;min-height:200px;align-items:center;justify-content:center;text-align:center;padding:2rem;margin:.5rem 0}.configurator-placeholder-badge{display:inline-flex;align-self:flex-start;align-items:center;padding:.3rem .7rem;border-radius:999px;background:#2563eb1f;color:#2563eb;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.configurator-placeholder--large .configurator-placeholder-badge{align-self:center}.configurator-placeholder strong{color:var(--text-primary);font-weight:600}.configurator-placeholder em{font-style:normal;color:var(--text-primary);font-weight:500}.configurator-nav-placeholder{min-width:130px}.configurator-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.configurator-step-counter{font-size:.85rem;color:var(--text-secondary);flex:1;text-align:center}.configurator-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:12px;border:1px solid transparent;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .18s ease;font-family:inherit;text-decoration:none}.configurator-btn svg{width:16px;height:16px}.configurator-btn-primary{background:var(--blue-primary);color:#fff}.configurator-btn-primary:hover:not(:disabled){background:var(--blue-500);transform:translateY(-1px);box-shadow:0 10px 24px -10px #2563eb73}.configurator-btn-primary:disabled{opacity:.55;cursor:not-allowed}.configurator-btn-secondary{background:transparent;color:var(--text-primary);border-color:var(--ui-card-border)}.configurator-btn-secondary:hover:not(:disabled){border-color:var(--blue-border);background:var(--ui-badge-bg)}.configurator-btn-secondary:disabled{opacity:.45;cursor:not-allowed}.configurator-submit-error{padding:.9rem 1rem;border-radius:12px;background:#dc262614;color:#b91c1c;border:1px solid rgba(220,38,38,.25);font-size:.9rem}.configurator-summary{position:sticky;top:1.5rem;align-self:start}.configurator-summary-card{background:var(--background-light);border:1px solid var(--ui-card-border);border-radius:var(--ui-card-radius);box-shadow:var(--ui-card-shadow);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.configurator-summary-eyebrow{display:inline-block;padding:.3rem .75rem;background:var(--ui-badge-bg);color:var(--ui-badge-text);border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em;margin-bottom:.5rem}.configurator-summary-head h3{font-size:1.1rem;line-height:1.25;color:var(--text-primary)}.configurator-summary-kicker{margin:0 0 1.25rem;font-size:1rem;font-weight:700;color:#6b7280;text-transform:none}.configurator-summary-automation{display:flex;align-items:center;gap:.75rem}.configurator-summary-automation-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb24,#3b82f614);color:var(--blue-primary);border:1px solid rgba(37,99,235,.15);flex-shrink:0}.configurator-summary-automation-icon .automation-icon,.configurator-summary-automation-icon svg{width:22px;height:22px;display:block}.configurator-summary-automation-copy{min-width:0}.configurator-summary-automation-copy h3{margin:0;font-size:1rem;line-height:1.3}.configurator-summary-automation-copy p{margin:.2rem 0 0;font-size:.86rem;color:var(--text-secondary)}.configurator-summary-features{border-top:1px dashed var(--ui-card-border);padding-top:1rem;display:grid;gap:.9rem}.configurator-summary-feature-group p{margin:0 0 .45rem;font-size:.82rem;font-weight:600;color:var(--text-secondary)}.configurator-summary-feature-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.87rem;color:var(--text-secondary)}.configurator-summary-feature-row+.configurator-summary-feature-row{margin-top:.45rem}.configurator-summary-feature-row strong{color:var(--text-primary);font-weight:600;text-align:right}.configurator-summary-feature-group ul{margin:0;padding:0;list-style:none;margin-inline-start:0;display:grid;gap:.35rem}.configurator-summary-feature-group li{margin:0;padding:0;font-size:.87rem;color:var(--text-primary);line-height:1.4}.configurator-summary-feature-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.configurator-summary-feature-item span{color:var(--text-secondary);margin:0}.configurator-summary-feature-item strong{color:var(--text-primary);font-weight:600;white-space:nowrap}.configurator-summary-list{display:grid;gap:.6rem;margin:0;padding-top:1rem;border-top:1px dashed var(--ui-card-border)}.configurator-summary-list>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.88rem}.configurator-summary-list dt{color:var(--text-secondary);flex-shrink:0}.configurator-summary-list dd{color:var(--text-primary);font-weight:500;text-align:right;margin:0}.configurator-summary-price{padding:1.25rem;border-radius:16px;background:linear-gradient(135deg,#2563eb1a,#3b82f60d);border:none;display:flex;flex-direction:column;gap:.6rem}.configurator-summary-price-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.configurator-summary-price-row span{color:var(--text-secondary);font-size:.9rem}.configurator-summary-price-row strong{font-size:1.3rem;color:var(--text-primary);font-weight:700;transition:all .2s ease}.configurator-summary-price-row--muted{justify-content:flex-end}.configurator-summary-price-row--muted span{font-size:.82rem;color:var(--text-secondary);font-style:italic}.configurator-summary-breakdown{font-size:.85rem}.configurator-summary-breakdown summary{cursor:pointer;color:var(--blue-primary);font-weight:500;padding:.5rem 0;list-style:none;-webkit-user-select:none;user-select:none}.configurator-summary-breakdown summary::-webkit-details-marker{display:none}.configurator-summary-breakdown summary:before{content:"+";display:inline-block;margin-right:.35rem;font-weight:700}.configurator-summary-breakdown[open] summary:before{content:"−"}.configurator-summary-breakdown ul{list-style:none;padding:.75rem 0 0;display:flex;flex-direction:column;gap:.4rem}.configurator-summary-breakdown li{display:flex;justify-content:space-between;gap:.75rem;color:var(--text-secondary)}.configurator-summary-breakdown-divider{padding-top:.5rem;margin-top:.25rem;border-top:1px dashed var(--ui-card-border);font-weight:600;color:var(--text-primary)!important}.configurator-summary-note{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.configurator-success{background:var(--background-light);border:1px solid var(--ui-card-border);border-radius:var(--ui-card-radius);box-shadow:var(--ui-card-shadow);padding:3rem 2.5rem;text-align:center;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.configurator-success-icon{width:60px;height:60px;border-radius:50%;background:var(--blue-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center}.configurator-success-icon svg{width:28px;height:28px}.configurator-success h2{font-size:1.75rem;line-height:1.3;color:var(--text-primary)}.configurator-success p{color:var(--text-secondary);line-height:1.55;max-width:520px}.configurator-success-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;width:100%;padding:1.25rem;border-radius:16px;background:var(--background-subtle);border:1px solid var(--ui-card-border);margin-top:.5rem}.configurator-success-summary>div{display:flex;flex-direction:column;gap:.25rem;text-align:left}.configurator-success-summary span{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.configurator-success-summary strong{color:var(--text-primary);font-size:.95rem}.configurator-success-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.configurator-success-calendly{width:100%;max-width:900px;margin:0 auto;border:1px solid var(--color-border, #e5e7eb);border-radius:1rem;overflow:hidden}.configurator-success-calendly-head{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;border-bottom:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #f9fafb)}.configurator-success-calendly-head svg{width:1.75rem;height:1.75rem;flex-shrink:0;color:var(--color-accent, #2563eb);margin-top:.1rem}.configurator-success-calendly-head h3{font-size:1.05rem;font-weight:600;margin:0 0 .2rem}.configurator-success-calendly-head p{font-size:.875rem;color:var(--color-text-muted, #6b7280);margin:0}.configurator-success-calendly .calendly-inline-widget{border:none}[data-theme=dark] .configurator-success-calendly{border-color:#ffffff1a}[data-theme=dark] .configurator-success-calendly-head,[data-theme=dark] .configurator-step-content,[data-theme=dark] .configurator-summary-card,[data-theme=dark] .configurator-success,[data-theme=dark] .configurator-tile,[data-theme=dark] .configurator-feature,[data-theme=dark] .configurator-step button{background:#ffffff08;border-color:#ffffff1a}[data-theme=dark] .configurator-feature--included{background:#8400ff14;border-color:#8400ff40}[data-theme=dark] .configurator-tile--selected,[data-theme=dark] .configurator-feature--toggle.is-active{background:#8400ff26;border-color:#8400ff80;box-shadow:0 0 0 3px #8400ff26}[data-theme=dark] .configurator-input input,[data-theme=dark] .configurator-input select,[data-theme=dark] .configurator-input textarea{background:#ffffff0a;border-color:#ffffff1a;color:var(--text-primary)}[data-theme=dark] .configurator-input input:focus,[data-theme=dark] .configurator-input select:focus,[data-theme=dark] .configurator-input textarea:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f72e}[data-theme=dark] .configurator-summary-price{background:linear-gradient(135deg,#8400ff26,#a855f714);border-color:#8400ff4d}[data-theme=dark] .configurator-submit-error{background:#dc262626;color:#fca5a5}[data-theme=dark] .configurator-feature-toggle{background:#ffffff26}[data-theme=dark] .configurator-success-summary{background:#ffffff0a;border-color:#ffffff1a}[data-theme=dark] .configurator-checkout,[data-theme=dark] .configurator-booking-panel,[data-theme=dark] .configurator-meeting-panel{background:#a855f70d;border-color:#a855f740}[data-theme=dark] .configurator-custom-expand{background:#a855f714;border-color:#a855f766}[data-theme=dark] .configurator-meeting-price-info{background:#a855f714;border-color:#a855f740}[data-theme=dark] .configurator-individual-badge-tooltip{background:#1e2030;color:#e2e8f0}[data-theme=dark] .configurator-individual-badge-tooltip:after{border-left-color:#1e2030}[data-theme=dark] .configurator-meeting-calendly-wrap{border-color:#ffffff1a}[data-theme=dark] .configurator-checkout-icon,[data-theme=dark] .configurator-booking-panel-icon,[data-theme=dark] .configurator-section-title-num{background:linear-gradient(135deg,#8b5cf6,#4f7cff);box-shadow:0 10px 24px -8px #8b5cf699}[data-theme=dark] .configurator-checkout-price{background:#ffffff0a;border-color:#ffffff1a}[data-theme=dark] .configurator-checkout-step-num{background:linear-gradient(135deg,#8b5cf6,#4f7cff)}[data-theme=dark] .configurator-checkout-stripe-badge{border-color:#ffffff1a}[data-theme=dark] .configurator-checkout-stripe-badge img{filter:brightness(0) invert(1);opacity:.5}[data-theme=dark] .configurator-placeholder{background:#a855f714;border-color:#a855f74d}[data-theme=dark] .configurator-placeholder-badge{background:#a855f733;color:#c4b5fd}@media (max-width: 1024px){.configurator-grid{grid-template-columns:1fr}.configurator-summary{position:static;order:-1}.configurator-summary-card{padding:1.5rem}}[data-theme=dark] .configurator-topbar{border-color:#ffffff14}[data-theme=dark] .configurator-topbar-logo img{filter:none}[data-theme=dark] .configurator-topbar-exit{background:#ffffff08;border-color:#ffffff1a}@media (max-width: 768px){.configurator-page .container{padding:0 1.25rem}.configurator-topbar{padding:1rem 0;margin-bottom:1.25rem}.configurator-step-content{padding:1.75rem 1.25rem;gap:1.5rem}.configurator-tile-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.configurator-feature{grid-template-columns:auto 1fr;row-gap:.75rem}.configurator-feature-price{grid-column:1 / -1;text-align:right}.configurator-nav{gap:.5rem}.configurator-step-counter{order:-1;flex-basis:100%;text-align:left;margin-bottom:.5rem}.configurator-btn{flex:1 1 auto;justify-content:center;padding:.85rem 1rem}.configurator-success{padding:2rem 1.25rem}}.configurator-enterprise-note{margin-top:1.25rem;padding:1rem 1.25rem;background:var(--color-surface-2, rgba(255, 255, 255, .04));border:1px solid var(--color-border, rgba(255, 255, 255, .1));border-radius:.75rem;font-size:.9rem;color:var(--color-text-muted, #a0a0a0);line-height:1.55}@media (max-width: 480px){.configurator-step{min-width:100px}.configurator-step-label{font-size:.78rem}}*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:auto}:root{--blue-primary: #2563eb;--blue-600: #2563eb;--blue-500: #3b82f6;--blue-400: #60a5fa;--blue-glow: rgba(37, 99, 235, .25);--blue-border: rgba(37, 99, 235, .5);--blue-light: rgba(37, 99, 235, .08);--background-light: #ffffff;--background-subtle: #f8fafc;--text-primary: #0f172a;--text-secondary: #64748b;--border-color: rgba(37, 99, 235, .2);--purple-primary: var(--blue-primary);--purple-glow: var(--blue-glow);--purple-border: var(--blue-border);--purple-light: var(--blue-light);--background-dark: var(--background-light);--background-darker: var(--background-subtle);--glass-bg: rgba(255, 255, 255, .9);--glass-border: rgba(37, 99, 235, .15);--shadow-color: rgba(0, 0, 0, .1);--ui-eyebrow-text: #142a7a;--ui-eyebrow-bg: #e6ecfd;--ui-eyebrow-border: rgba(37, 99, 235, .22);--ui-eyebrow-dot: #2563eb;--ui-eyebrow-dot-ring: rgba(37, 99, 235, .16);--ui-eyebrow-gap: 8px;--ui-badge-bg: rgba(0, 81, 255, .16);--ui-badge-text: #1e3a8a;--ui-badge-dot: #2563eb;--ui-card-radius: 22px;--ui-card-border: #e6ebf3;--ui-card-border-hover: #d6dde9;--ui-card-shadow: 0 1px 0 rgba(20, 32, 80, .04), 0 8px 28px -16px rgba(20, 32, 80, .18);--ui-card-shadow-hover: 0 18px 40px -18px rgba(20, 32, 80, .35);--ui-card-lift-y: -3px;--ui-stat-top: rgba(37, 99, 235, .95);--ui-stat-bottom: rgba(37, 99, 235, .38)}[data-theme=dark]{--purple-primary: #8400ff;--purple-glow: rgba(132, 0, 255, .3);--purple-border: rgba(132, 0, 255, .9);--purple-light: rgba(132, 0, 255, .15);--purple-neon: #8400ff;--blue-primary: #8400ff;--blue-600: #8400ff;--blue-500: #a855f7;--blue-400: #c084fc;--blue-glow: rgba(132, 0, 255, .3);--blue-border: rgba(132, 0, 255, .9);--blue-light: rgba(132, 0, 255, .15);--background-light: #010314;--background-subtle: #010314;--background-dark: #010314;--background-darker: #010314;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--border-color: rgba(132, 0, 255, .3);--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .15);--shadow-color: rgba(0, 0, 0, .3);--ui-eyebrow-text: #efe9ff;--ui-eyebrow-bg: rgba(132, 0, 255, .18);--ui-eyebrow-border: rgba(132, 0, 255, .3);--ui-eyebrow-dot: #a855f7;--ui-eyebrow-dot-ring: rgba(168, 85, 247, .2);--ui-badge-bg: rgba(132, 0, 255, .16);--ui-badge-text: #f1e9ff;--ui-badge-dot: #a855f7;--ui-card-border: rgba(255, 255, 255, .14);--ui-card-border-hover: rgba(255, 255, 255, .25);--ui-card-shadow: 0 8px 32px -12px rgba(0, 0, 0, .45);--ui-card-shadow-hover: 0 22px 56px -14px rgba(0, 0, 0, .55);--ui-stat-top: rgba(196, 168, 255, .95);--ui-stat-bottom: rgba(183, 148, 255, .36)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-light);position:relative;color:var(--text-primary);overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(37,99,235,.06) 1px,transparent 1px),linear-gradient(rgba(37,99,235,.06) 1px,transparent 1px);background-size:80px 80px,80px 80px;mask-image:radial-gradient(circle at 50% 35%,#0000,#0000001a 50%,#00000026 70%,#0003);-webkit-mask-image:radial-gradient(circle at 50% 35%,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.15) 70%,rgba(0,0,0,.2) 100%);pointer-events:none;z-index:0}#root{min-height:100vh;position:relative}[data-theme=dark] body{background-color:#010314;color:#fff}[data-theme=dark] body:before{background-image:linear-gradient(90deg,rgba(132,0,255,.25) 1px,transparent 1px),linear-gradient(rgba(132,0,255,.25) 1px,transparent 1px);mask-image:radial-gradient(circle at 50% 35%,#000,#000000e6 20%,#000000b3,#0006,#0003,#0000001a,#0000 70%);-webkit-mask-image:radial-gradient(circle at 50% 35%,rgba(0,0,0,1) 0%,rgba(0,0,0,.9) 20%,rgba(0,0,0,.7) 30%,rgba(0,0,0,.4) 40%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.1) 60%,rgba(0,0,0,0) 70%)}
