:root{--ink:#141414;--warm-white:#f7f4ee;--stone:#d8cfc2;--clay:#a78e76;--graphite:#232323;--mist:#eee7dd;--soft-blue:#8fa8ba;--secondary-text:#57524c;--font-heading:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bg-color:var(--warm-white);--text-main:var(--ink);--text-muted:var(--secondary-text);--accent:var(--clay);--border-light:var(--stone);--glass-bg:#f7f4eeb8;--glass-border:#d8cfc299}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-heading);background:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.65}p{color:var(--text-muted);line-height:1.7}a{text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.025em;color:var(--ink);font-weight:700;line-height:1.1}#webgl{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.logo-img{object-fit:contain;width:auto;height:36px;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{z-index:2;background:var(--bg-color);padding:6rem 0;position:relative}.section-header{max-width:650px;margin-bottom:5rem}.section-header.text-center{text-align:center;margin-left:auto;margin-right:auto}.section-header.editorial-header .eyebrow-text{color:var(--clay);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.section-title{color:var(--ink);margin-bottom:1.2rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.section-desc{color:var(--text-muted);max-width:540px;font-size:1.1rem;line-height:1.7}.editorial-header{max-width:620px}.eyebrow-text{letter-spacing:.15em;text-transform:uppercase;color:var(--clay);margin-bottom:1.2rem;font-size:.8rem;font-weight:600;display:block}.grid-2-col{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.text-accent-plain{color:var(--clay)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);border:1px solid var(--stone);background:#f7f4eeeb;border-radius:14px;justify-content:space-between;align-items:center;width:calc(100% - 3rem);max-width:1200px;padding:.9rem 1.75rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #1414140f}.logo{color:var(--ink);align-items:center;gap:.8rem;font-size:1.1rem;font-weight:700;display:flex}.logo-icon{background:var(--ink);width:34px;height:34px;color:var(--warm-white);border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--secondary-text);font-size:.9rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--ink)}.nav-hamburger{border:1px solid var(--stone);cursor:pointer;z-index:1100;background:0 0;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:border-color .2s;display:none}.nav-hamburger:hover{border-color:var(--clay)}.ham-line{background:var(--ink);transform-origin:50%;border-radius:2px;width:18px;height:1.5px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s,width .3s;display:block}.nav-hamburger.is-open .ham-line:first-child{transform:translateY(6.5px)rotate(45deg)}.nav-hamburger.is-open .ham-line:nth-child(2){opacity:0;width:0}.nav-hamburger.is-open .ham-line:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav-mobile-overlay{background:var(--warm-white);z-index:999;opacity:0;pointer-events:none;flex-direction:column;padding:7rem 2rem 3rem;transition:opacity .3s,transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;transform:translateY(-12px)}.nav-mobile-overlay.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mobile-inner{flex-direction:column;height:100%;display:flex}.nav-mobile-links{flex-direction:column;flex:1;gap:0;display:flex}.nav-mobile-link{letter-spacing:-.02em;color:var(--ink);border-bottom:1px solid var(--stone);padding:1rem 0;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s,padding-left .2s;display:block}.nav-mobile-link:hover{color:var(--clay);padding-left:.5rem}.nav-mobile-cta{justify-content:center;width:100%;margin-top:2.5rem;padding:1rem 2rem;font-size:1rem}.btn{font-family:var(--font-heading);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--ink);color:var(--warm-white)}.btn-primary:hover{background:var(--graphite);transform:translateY(-2px);box-shadow:0 8px 24px #14141426}.btn-dark-cta{background:var(--ink);color:var(--warm-white);border-radius:8px;padding:.75rem 1.5rem;font-size:.85rem}.btn-dark-cta:hover{background:var(--graphite)}.btn-text{color:var(--secondary-text);background:0 0;padding:.85rem .5rem;font-size:.9rem}.btn-text:hover{color:var(--ink)}.btn-outline{background:0 0;border:1px solid}.w-100{justify-content:center;width:100%}.mt-4{margin-top:2rem}.hero{text-align:center;z-index:2;justify-content:center;align-items:center;min-height:100vh;padding-top:7rem;display:flex;position:relative;overflow:hidden}.hero-content{max-width:820px;padding:2rem}.hero-label{text-transform:uppercase;letter-spacing:.2em;color:var(--clay);margin-bottom:2rem;font-size:.8rem;display:block}.hero-title{letter-spacing:-.04em;color:var(--ink);margin-bottom:1.8rem;font-size:clamp(3rem,7vw,6.5rem);font-weight:800;line-height:1.15}.line-mask{padding-bottom:.12em;overflow:hidden}.line-text{display:block}.hero-subtitle{color:var(--secondary-text);max-width:580px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-trust{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.hero-trust span{color:var(--secondary-text);font-size:.85rem;font-weight:500}.marquee-section{background:var(--ink);color:var(--warm-white);z-index:3;width:100%;padding:1.25rem 0;position:relative;overflow:hidden}.marquee-content{letter-spacing:.12em;align-items:center;width:max-content;font-size:.85rem;font-weight:600;animation:45s linear infinite scrollMarquee;display:flex}.marquee-content span{opacity:.55;padding:0 2.5rem}.marquee-content span.dot{color:var(--clay);opacity:1;padding:0}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-section{background:var(--bg-color);border-top:1px solid var(--stone);border-bottom:1px solid var(--stone);z-index:2;padding:5rem 0;position:relative}.stats-grid{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:0;display:grid}.stat-item{text-align:center;padding:1rem 2rem}.stat-number{color:var(--ink);letter-spacing:-.04em;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;display:block}.stat-label{color:var(--secondary-text);font-size:.9rem;line-height:1.4}.stat-divider{background:var(--stone);width:1px;height:60px}.feature-blocks{flex-direction:column;gap:7rem;margin-top:5rem;display:flex}.reverse-layout .feature-visual{order:-1}.feature-number{letter-spacing:.15em;text-transform:uppercase;color:var(--clay);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.giant-h3{color:var(--ink);margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.15}.feature-text p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.mini-list{flex-direction:column;gap:.8rem;list-style:none;display:flex}.mini-list li{color:var(--secondary-text);align-items:flex-start;gap:.5rem;font-size:.95rem;display:flex}.mini-list li i{color:var(--clay);flex-shrink:0;width:18px;height:18px;margin-top:2px}.feature-visual{border-radius:16px;justify-content:center;align-items:center;height:420px;display:flex;position:relative;overflow:visible}.glass-ui{background:var(--mist);border:1px solid var(--stone);overflow:hidden;box-shadow:0 20px 60px #1414140f}.dark-ui{background:var(--graphite);overflow:hidden;box-shadow:0 20px 60px #1414140f}.accent-bg{background:var(--clay);border:none}.float-ui{background:0 0}.ui-mock{background:#fff;border-radius:10px;flex-direction:column;gap:1rem;width:72%;height:65%;padding:1.5rem;display:flex;position:relative;box-shadow:0 12px 36px #00000014}.ui-mock.dark{background:#1a1a1a;justify-content:center;align-items:center}.agent-mock{border:1px solid var(--glass-border);z-index:2;background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:440px;height:auto;padding-bottom:1.5rem;display:flex;position:relative;box-shadow:0 24px 64px #14141414}.agent-mock-header{background:var(--mist);border-bottom:1px solid var(--stone);border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.agent-mock-title{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700}.agent-mock-timer{color:var(--ink);border:1px solid var(--stone);background:#ffffffb3;border-radius:20px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.agent-mock-timer.success{background:var(--warm-white);border-color:var(--clay);color:var(--clay);transform:scale(1.03)}.timer-icon{opacity:.7;width:14px;height:14px}.agent-mock-body{flex-direction:column;gap:.85rem;padding:1.5rem;display:flex;position:relative}.agent-task{border:1px solid var(--stone);background:var(--warm-white);border-radius:10px;align-items:center;gap:1rem;padding:.85rem;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.agent-task.done{border-color:var(--clay);background:#fff;transform:translate(4px);box-shadow:0 8px 24px #a78e761a}.task-icon-box{background:var(--mist);width:38px;height:38px;color:var(--secondary-text);border:1px solid var(--stone);border-radius:8px;justify-content:center;align-items:center;transition:all .4s;display:flex}.task-icon-box i{width:18px;height:18px}.agent-task.done .task-icon-box{background:var(--clay);color:#fff;border-color:var(--clay)}.task-lines{flex-direction:column;flex:1;gap:8px;display:flex}.t-line{background:var(--stone);opacity:.5;border-radius:3px;width:100%;height:6px;transition:opacity .4s}.t-line.short{width:65%}.agent-task.done .t-line{opacity:.2}.task-status-icon{background:var(--mist);color:#0000;border:1px solid var(--stone);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;transform:scale(.8)}.task-status-icon i{width:14px;height:14px}.agent-task.done .task-status-icon{background:var(--clay);border-color:var(--clay);color:#fff;transform:scale(1)}.agent-orb{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;opacity:0;background:#fffffff2;border:1px solid #8fa8ba4d;border-radius:20px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;height:40px;margin:0 auto;padding:0 1.25rem 0 1rem;display:flex;position:absolute;top:0;left:0;right:0;transform:scale(.5);box-shadow:0 12px 32px #8fa8ba40,0 0 0 4px #ffffffb3}.orb-pulse{z-index:-1;pointer-events:none;border-radius:20px;animation:2s infinite alternate badgePulse;position:absolute;inset:0;box-shadow:0 0 15px #8fa8ba80}@keyframes badgePulse{0%{opacity:.2;transform:scale(.95)}to{opacity:.8;transform:scale(1.05)}}.agent-orb i{width:16px;height:16px;color:var(--soft-blue)}.agent-orb span{color:var(--ink);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.agent-orb:after{content:"";background:linear-gradient(to bottom, var(--soft-blue), transparent);opacity:.4;width:2px;height:50px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.mock-header{background:var(--mist);border-radius:4px;width:100%;height:18px}.mock-line{background:var(--stone);opacity:.4;border-radius:4px;width:100%;height:10px}.mock-line.short{width:55%}.mock-row{gap:.5rem;display:flex}.mock-tag{background:var(--mist);color:var(--secondary-text);border-radius:20px;padding:.3rem .75rem;font-size:.7rem;font-weight:600}.mock-tag.accent{background:var(--clay);color:#fff}.mock-circle.pulse-glow{background:var(--soft-blue);border-radius:50%;width:36px;height:36px;animation:3s infinite alternate pulseBlue;position:absolute;bottom:1.5rem;right:1.5rem}@keyframes pulseBlue{0%{box-shadow:0 0 #8fa8ba80}to{box-shadow:0 0 0 16px #8fa8ba00}}.hub-mock{background:var(--warm-white);border:1px solid var(--glass-border);border-radius:14px;flex-direction:column;width:100%;max-width:440px;height:auto;min-height:360px;display:flex;overflow:hidden;box-shadow:0 24px 64px #14141414}.hub-header{background:var(--mist);border-bottom:1px solid var(--stone);color:var(--secondary-text);text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.72rem;font-weight:700;display:flex}.hub-header i{width:14px;height:14px;color:var(--soft-blue);opacity:.85}.hub-canvas{flex:1;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 1.5rem;display:flex;position:relative}.system-stack{z-index:2;flex-direction:column;flex-shrink:0;justify-content:space-between;width:115px;height:210px;display:flex;position:relative}.sys-item{border:1px solid var(--stone);color:var(--secondary-text);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.72rem;font-weight:600;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 2px 8px #14141408}.sys-item i{width:16px;height:16px;color:var(--clay);flex-shrink:0;transition:color .3s}.hub-connections{z-index:1;align-items:center;display:flex;position:absolute;inset:0 74px 0 115px}.hub-connections svg{width:100%;height:210px}.route-base{stroke:var(--stone);stroke-width:1.5px;stroke-dasharray:5 5;fill:none;opacity:.6}.route-pulse{fill:none;stroke:#8fa8ba;stroke-width:2.5px;stroke-dasharray:130;stroke-dashoffset:130px;filter:drop-shadow(0 0 3px #8fa8ba)}.aisa-core-box{z-index:2;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:210px;display:flex;position:relative}.core-node{background:var(--mist);border:1px solid var(--stone);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:76px;height:76px;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 8px 28px #14141412}.core-text-top{letter-spacing:-.02em;color:var(--ink);font-size:1.1rem;font-weight:800;line-height:1;transition:color .3s}.core-text-bot{letter-spacing:.15em;color:var(--secondary-text);text-transform:uppercase;font-size:.42rem;font-weight:700;line-height:1;transition:color .3s}.chat-diagnosis-mock{background:var(--warm-white);border:1px solid var(--glass-border);z-index:2;border-radius:14px;flex-direction:column;width:100%;max-width:440px;height:auto;min-height:360px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #14141414}.chat-diag-header{background:var(--mist);border-bottom:1px solid var(--stone);grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 1.5rem;display:grid}.window-controls{gap:6px;display:flex}.window-controls span{opacity:.3;background:var(--secondary-text);border-radius:50%;width:10px;height:10px}.chat-diag-title{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;display:flex}.live-pulse{background:#ff4757;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-red;box-shadow:0 0 #ff4757b3}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ff4757b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ff475700}to{transform:scale(.95);box-shadow:0 0 #ff475700}}.chat-diag-agent{color:var(--ink);justify-content:flex-end;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}.agent-avatar{background:var(--clay);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.chat-diag-body{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.chat-msg{border-radius:14px;width:fit-content;max-width:85%;padding:.85rem 1.1rem;font-size:.85rem;line-height:1.6;box-shadow:0 2px 8px #14141405}.chat-msg p{margin:0}.chat-msg.ai{border:1px solid var(--stone);color:var(--ink);background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.chat-msg.user{background:var(--stone);color:var(--ink);border:1px solid #0000;border-bottom-right-radius:4px;align-self:flex-end}.chat-msg.ai.success{border-color:var(--soft-blue);background:#8fa8ba1a;box-shadow:0 4px 12px #8fa8ba1a}.msg-highlight{color:var(--soft-blue);border-top:1px solid #8fa8ba4d;margin-top:.5rem;padding-top:.5rem;font-weight:600}.chat-typing-indicator{border:1px solid var(--stone);opacity:0;background:#fff;border-radius:12px 12px 12px 4px;align-self:flex-start;align-items:center;gap:4px;width:fit-content;padding:.75rem 1rem;display:none}.chat-typing-indicator span{background:var(--clay);opacity:.5;border-radius:50%;width:6px;height:6px;animation:1.2s infinite typingDotLight}.chat-typing-indicator span:nth-child(2){animation-delay:.2s}.chat-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingDotLight{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.product-section{background:var(--bg-color);padding:9rem 0}.v-line-bg,.v-beam{left:calc(2rem + 19px)}.product-card{background:var(--bg-color);border:1px solid var(--stone);border-radius:20px;padding:4rem;box-shadow:0 24px 64px #1414140f}.product-desc{margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.7}.feature-list{flex-direction:column;gap:1rem;margin-bottom:2rem;list-style:none;display:flex}.feature-list li{color:var(--secondary-text);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.check-icon{width:18px;height:18px;color:var(--clay);flex-shrink:0;margin-top:2px}.product-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.product-note{color:var(--secondary-text);font-size:.82rem}.process-timeline{align-items:flex-start;gap:0;display:flex}.process-node{flex:1;padding:2.5rem 2rem;position:relative}.process-line{background:var(--stone);width:2px;min-height:120px;margin-top:2rem;display:none}.node-number{background:var(--ink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;font-size:.85rem;font-weight:800;display:flex}.product-visual{justify-content:center;align-items:center;display:flex}.phone-mockup{background:var(--ink);border-radius:36px;width:260px;padding:12px;box-shadow:0 40px 80px #14141440}.phone-screen{background:#1a1a1a;border-radius:26px;min-height:420px;padding:1rem;overflow:hidden}.phone-status-bar{color:#ffffff80;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.7rem;font-weight:600;display:flex}.phone-chat{flex-direction:column;gap:.8rem;display:flex}.chat-bubble{border-radius:16px;max-width:85%;padding:.75rem 1rem;font-size:.78rem;line-height:1.4}.chat-bubble.ai{color:#ffffffd9;background:#2a2a2a;border-radius:16px 16px 16px 4px;align-self:flex-start}.chat-bubble.user{background:var(--clay);color:#fff;border-radius:16px 16px 4px;align-self:flex-end}.pipeline-5-stage{border:1px solid var(--stone);background:#fff;border-radius:24px;justify-content:space-between;align-items:flex-start;margin-top:2rem;padding:4rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #1414140f}.pl-stage{z-index:2;text-align:center;flex-direction:column;align-items:center;width:16%;display:flex}.pl-icon{background:var(--bg-color);border:1px solid var(--stone);width:60px;height:60px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 16px #14141408}.pl-icon.active{background:var(--ink);color:#fff;border-color:var(--ink);transform:scale(1.1);box-shadow:0 8px 24px #00000026}.pl-title{text-transform:uppercase;letter-spacing:.05em;color:var(--ink);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.pl-desc{color:var(--secondary-text);font-size:.75rem;line-height:1.5}.pl-conn{background:repeating-linear-gradient(90deg, var(--stone) 0, var(--stone) 4px, transparent 4px, transparent 8px);flex:1;height:2px;margin:0 .5rem;position:relative;top:30px}.pl-beam{background:var(--clay);width:0%;height:6px;box-shadow:0 0 12px var(--clay);opacity:0;border-radius:3px;position:absolute;top:-2px;left:0}@media (width<=900px){.pipeline-5-stage{flex-direction:column;gap:2rem;padding:3rem 2rem}.pl-stage{text-align:left;flex-direction:row;align-items:flex-start;gap:1.5rem;width:100%}.pl-desc{max-width:300px;margin-top:.25rem}.pl-conn{background:repeating-linear-gradient(180deg, var(--stone) 0, var(--stone) 4px, transparent 4px, transparent 8px);width:2px;height:30px;margin:0;top:0;left:29px}.pl-beam{width:6px;height:0%;top:0;left:-2px}}.product-card-premium{border:1px solid var(--stone);background:#fff;border-radius:24px;align-items:center;gap:4rem;margin-top:2rem;padding:4rem;box-shadow:0 24px 64px #1414140f}.process-section{background:var(--bg-color)}.process-timeline{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.process-line{background:var(--stone);flex:1;height:1px;margin-top:32px}.process-node{text-align:center;flex-direction:column;align-items:center;width:30%;display:flex}.node-number{background:var(--ink);width:64px;height:64px;color:var(--warm-white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.5rem;font-weight:800;transition:background .3s,transform .3s;display:flex}.process-node:hover .node-number{background:var(--clay);transform:scale(1.08)}.process-node h4{color:var(--ink);margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.process-node p{color:var(--secondary-text);font-size:.95rem;line-height:1.6}.roi-light-section{background:var(--bg-color);padding:6rem 0}.roi-light-header{text-align:center;margin-bottom:5rem}.roi-light-header .eyebrow-text{color:var(--clay);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-weight:700;display:block}.roi-light-header .section-desc{max-width:500px;margin:0 auto}.roi-editorial-card{border:1px solid var(--stone);background:#fff;border-radius:24px;grid-template-columns:5fr 4fr;display:grid;overflow:clip;box-shadow:0 24px 64px #1414140f}.roi-editorial-inputs{border-right:1px solid var(--stone);flex-direction:column;gap:3.5rem;min-width:0;max-width:100%;padding:4.5rem;display:flex}.roi-step{min-width:0;max-width:100%}.roi-label-light{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.2rem;font-size:.75rem;font-weight:700;display:block}.roi-label-row-light{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.2rem;display:flex}.roi-val-badge-l{background:var(--bg-color);border:1px solid var(--stone);color:var(--ink);border-radius:20px;padding:.35rem .85rem;font-size:.85rem;font-weight:700}.roi-divider-light{background:var(--stone);height:1px;margin:-1rem 0}.roi-select-row{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.roi-select-wrap{flex-direction:column;gap:.4rem;display:flex}.roi-select-label{text-transform:uppercase;letter-spacing:.08em;color:var(--secondary-text);font-size:.68rem;font-weight:700}.roi-select{border:1px solid var(--stone);background:var(--bg-color);width:100%;color:var(--ink);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:10px;outline:none;padding:.7rem 2rem .7rem .9rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .2s}.roi-select:hover,.roi-select:focus{border-color:var(--clay)}.roi-slider-l{appearance:none;background:var(--stone);cursor:pointer;border-radius:2px;outline:none;width:100%;height:3px}.roi-slider-l::-webkit-slider-thumb{appearance:none;border:2px solid var(--clay);cursor:pointer;background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #a78e7633}.roi-slider-l::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 6px 16px #a78e764d}.roi-editorial-result{background:var(--bg-color);flex-direction:column;justify-content:space-between;padding:4.5rem;display:flex}.result-top{margin-bottom:3rem}.roi-result-label-l{text-transform:uppercase;letter-spacing:.12em;color:var(--clay);margin-bottom:2rem;font-size:.75rem;font-weight:700}.roi-metric-primary-l{flex-direction:column;gap:.25rem;display:flex}.roi-big-number-l{letter-spacing:-.04em;color:var(--ink);font-variant-numeric:tabular-nums;word-break:break-word;font-size:clamp(1.6rem,4vw,3rem);font-weight:800;line-height:1}.roi-big-unit-l{color:var(--secondary-text);margin-top:.5rem;font-size:1rem;font-weight:700}.roi-metrics-grid-l{border-top:1px solid var(--stone);grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;padding-top:3rem;display:grid}.roi-metric-box-l{flex-direction:column;gap:.5rem;display:flex}.roi-metric-val-l{color:var(--ink);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:2.2rem;font-weight:800}.roi-metric-key-l{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600}.roi-cta-wrapper{margin-top:auto}.roi-metric-primary-l{word-break:break-word;flex-direction:column;gap:.25rem;display:flex}@media (width<=900px){.roi-editorial-card{grid-template-columns:1fr}.roi-editorial-inputs{border-right:none;border-bottom:1px solid var(--stone);padding:2.5rem}.roi-editorial-result{padding:2.5rem}}.about-section{background:var(--bg-color);z-index:2;padding:8rem 0;position:relative}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-left{padding-right:2rem}.about-lead{color:var(--ink);margin-bottom:1.5rem;font-size:1.25rem;font-weight:500;line-height:1.6}.about-body{color:var(--secondary-text);font-size:1.05rem;line-height:1.7}.about-right{border:1px solid var(--stone);background:#fff;border-radius:20px;flex-direction:column;gap:2.5rem;padding:3rem;display:flex;box-shadow:0 16px 40px #1414140a}.about-pillar{align-items:flex-start;gap:1.25rem;display:flex}.pillar-icon-box{background:var(--mist);border:1px solid var(--stone);width:48px;height:48px;color:var(--clay);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.about-pillar:hover .pillar-icon-box{background:var(--clay);color:#fff;border-color:var(--clay);transform:translateY(-2px);box-shadow:0 8px 16px #a78e7626}.pillar-text h4{color:var(--ink);margin-bottom:.4rem;font-size:1.05rem}.pillar-text p{color:var(--secondary-text);font-size:.9rem;line-height:1.5}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:4rem}.about-left{padding-right:0}.about-right{padding:2rem}}.contact-wrapper{background:var(--bg-color);border:1px solid var(--stone);border-radius:20px;align-items:start;padding:4rem;box-shadow:0 24px 64px #1414140d}.contact-header{padding-right:2rem}.contact-promises{flex-direction:column;gap:.75rem;margin-top:2.5rem;display:flex}.promise{color:var(--secondary-text);align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.promise-icon{width:18px;height:18px;color:var(--clay)}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--ink);font-size:.85rem;font-weight:600}.form-control{border:1.5px solid var(--stone);background:var(--bg-color);color:var(--ink);font-family:var(--font-heading);border-radius:8px;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-control:focus{border-color:var(--clay);box-shadow:0 0 0 3px #a78e7626}.form-control::placeholder{color:var(--stone)}textarea.form-control{resize:vertical}.send-btn{gap:1rem}.send-btn i{width:18px;height:18px}.form-footnote{color:var(--secondary-text);text-align:center;margin-top:.5rem;font-size:.78rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:0 8px 32px #1414140a}.editorial-footer{background:var(--ink);color:var(--warm-white);z-index:2;position:relative;overflow:hidden}.footer-glow{pointer-events:none;z-index:0;background:radial-gradient(at 50% 0,#a78e761f 0%,#0000 70%);width:80vw;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-cta-band{z-index:2;border-bottom:1px solid #ffffff0f;padding:5rem 0 4.5rem;position:relative}.footer-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex}.footer-cta-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--clay);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.footer-cta-headline{letter-spacing:-.03em;color:#fff;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:800;line-height:1.1}.footer-cta-btn{background:var(--clay);color:#fff;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;padding:1rem 2.2rem;font-size:.95rem;font-weight:700;transition:all .2s}.footer-cta-btn:hover{color:var(--ink);background:#fff;transform:translateY(-2px)}.footer-grid{z-index:2;border-bottom:1px solid #ffffff0d;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-top:4rem;padding-bottom:3rem;display:grid;position:relative}.footer-logo{letter-spacing:-.04em;color:#fff;margin-bottom:1rem;font-size:1.6rem;font-weight:800}.footer-logo .dot{color:var(--clay)}.footer-sub{color:#f7f4ee66;max-width:240px;margin-bottom:1.5rem;font-size:.87rem;line-height:1.7}.footer-social{gap:.6rem;display:flex}.social-pill{color:#ffffff80;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.social-pill:hover{border-color:var(--clay);color:var(--clay)}.footer-col{flex-direction:column;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.12em;color:#f7f4ee40;margin-bottom:1.25rem;font-size:.68rem;font-weight:700}.footer-col a{color:#f7f4ee8c;margin-bottom:.75rem;font-size:.88rem;transition:color .2s}.footer-col a:hover{color:var(--clay)}.footer-bar{z-index:2;padding:1.5rem 0;position:relative;overflow:hidden}.footer-bar-inner{justify-content:space-between;align-items:center;display:flex}.footer-copy{color:#f7f4ee33;font-size:.75rem}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand-col{grid-column:1/-1}.footer-cta-inner{flex-direction:column;align-items:flex-start}}@media (width<=540px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand-col{grid-column:1/-1}.footer-cta-band{padding:3rem 0}.footer-cta-headline{font-size:1.8rem}.footer-cta-btn{justify-content:center;width:100%}}.section{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(32px)}.section.visible{opacity:1;transform:translateY(0)}.hero,.marquee-section,.stats-section{opacity:1;transform:none}@media (width<=1024px){.grid-2-col{grid-template-columns:1fr;gap:3rem}.reverse-layout .feature-visual{order:0}.footer-top{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;gap:2rem}.stats-grid{grid-template-columns:1fr 1fr;gap:0}.stat-divider:nth-child(4){display:none}.product-card,.kalkulator-card,.contact-wrapper{padding:2.5rem}}@media (width<=768px){.nav-links,.navbar .btn-dark-cta{display:none}.nav-hamburger{display:flex}.hero-title{font-size:3rem}.process-timeline{flex-direction:column;align-items:center}.process-line{display:none}.process-node{text-align:left;align-items:flex-start;width:100%}.stats-grid{grid-template-columns:1fr 1fr}.stat-divider{display:none}.form-row{grid-template-columns:1fr}.feature-blocks{gap:4rem}.phone-mockup{width:220px}.product-card-premium{gap:2.5rem;padding:2.5rem}}@media (width<=600px){.roi-editorial-inputs{gap:1.75rem;min-width:0;padding:1.25rem}.roi-editorial-result{min-width:0;padding:1.25rem 1.25rem 1.5rem}.result-top{margin-bottom:1rem}.roi-result-label-l{margin-bottom:.6rem;font-size:.62rem}.roi-big-number-l{font-size:clamp(1.6rem,8vw,2.4rem)}.roi-big-unit-l{margin-top:.15rem;font-size:.78rem}.roi-metrics-grid-l{grid-template-columns:1fr 1fr;gap:.5rem .75rem;margin-bottom:1rem;padding-top:1rem}.roi-metric-val-l{font-size:1.5rem}.roi-metric-key-l{font-size:.6rem}.roi-select-row{grid-template-columns:1fr}.product-card-premium{gap:2rem;padding:1.5rem}.v-pipeline{padding:1.5rem 1rem!important}.v-line-bg,.v-beam{left:calc(1rem + 19px)!important}.desktop-mockup .v-node{gap:.75rem}.container{padding:0 1rem}}@media (width<=420px){.nav-mobile-link{font-size:1.25rem}.navbar{width:calc(100% - 2rem);padding:.8rem 1.25rem;top:1rem}}.float-book-btn{z-index:999;background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.85rem 1.4rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 24px #14141440}.float-book-btn:hover{transform:translateY(-3px);box-shadow:0 14px 32px #1414144d}.float-book-btn svg{flex-shrink:0}@media (width<=600px){.float-book-btn{border-radius:50%;padding:.85rem;bottom:1.25rem;right:1.25rem}.float-book-btn span{display:none}}.calendly-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;opacity:0;pointer-events:none;background:#14141499;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.calendly-modal-overlay.active{opacity:1;pointer-events:auto}.calendly-modal-content{background:var(--bg-color);border:1px solid var(--stone);border-radius:20px;width:100%;max-width:1060px;transition:all .35s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden;transform:translateY(20px)scale(.98);box-shadow:0 40px 80px #00000040}.calendly-modal-overlay.active .calendly-modal-content{transform:translateY(0)scale(1)}.calendly-modal-close{background:var(--warm-white);border:1px solid var(--stone);cursor:pointer;z-index:10;width:40px;height:40px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 12px #0000000d}.calendly-modal-close:hover{background:var(--mist);transform:scale(1.05)}.faq-accordion{flex-direction:column;gap:1rem;display:flex}.faq-acc-item{background:var(--mist);border:1px solid var(--stone);border-radius:12px;transition:background .25s,border-color .25s,box-shadow .25s;overflow:hidden}.faq-acc-item.open{background:var(--bg-color);border-color:var(--clay);box-shadow:0 8px 24px #a78e7614}.faq-acc-trigger{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1.25rem;width:100%;padding:1.5rem 1.75rem;display:flex}.faq-acc-num{letter-spacing:.18em;color:var(--clay);text-transform:uppercase;flex-shrink:0;min-width:28px;font-size:.65rem;font-weight:800}.faq-acc-q{color:var(--ink);flex:1;font-size:1.05rem;font-weight:600;line-height:1.4;transition:color .25s}.faq-acc-item.open .faq-acc-q{color:var(--clay)}.faq-acc-icon{border:1px solid var(--stone);width:34px;min-width:34px;height:34px;color:var(--secondary-text);background:var(--bg-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,border-color .3s,color .3s;display:flex}.faq-acc-icon svg{width:14px;height:14px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.faq-acc-item.open .faq-acc-icon{background:var(--clay);border-color:var(--clay);color:#fff}.faq-acc-item.open .faq-acc-icon svg{transform:rotate(45deg)}.faq-acc-body{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-acc-body-inner{color:var(--secondary-text);max-width:700px;padding:0 1.75rem 1.75rem 4.5rem;font-size:1rem;line-height:1.8}@media (width<=640px){.faq-acc-trigger{gap:1rem;padding:1.25rem}.faq-acc-q{font-size:.95rem}.faq-acc-body-inner{padding:0 1.25rem 1.5rem}}.related-posts{background:var(--bg-color);border-top:1px solid var(--stone);padding:8rem 0}.related-posts-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3.5rem;display:grid}.related-post-card{background:var(--mist);border:1px solid var(--stone);border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .3s cubic-bezier(.165,.84,.44,1),border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.related-post-card:hover{border-color:var(--clay);transform:translateY(-6px);box-shadow:0 16px 40px #1414140f}.related-post-card .rpc-img{aspect-ratio:16/9;background:var(--bg-color);border-bottom:1px solid var(--stone);width:100%;color:var(--ink);justify-content:center;align-items:center;display:flex}.related-post-card .rpc-img i{opacity:.15;width:48px;height:48px;transition:opacity .3s,transform .4s}.related-post-card:hover .rpc-img i{opacity:.4;transform:scale(1.1)}.related-post-card .rpc-content{flex-direction:column;flex:1;padding:2rem;display:flex}.related-post-card .rpc-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--clay);margin-bottom:.8rem;font-size:.7rem;font-weight:700;display:block}.related-post-card .rpc-title{color:var(--ink);margin-bottom:.75rem;font-size:1.35rem;font-weight:500;line-height:1.3}.related-post-card .rpc-desc{color:var(--secondary-text);font-size:.95rem;line-height:1.6}
