:root{--sl-bg:#f3f6fc;--sl-bg-1:#e6edf8;--sl-bg-2:#d4e0f2;--surface:#fff;--surface-hi:#fff;--surface-soft:#ffffffb3;--border:#0a163214;--border-hi:#0a163229;--sl-text:#0a1628;--text-dim:#3d5278;--text-mute:#7a90b5;--violet:#0f2557;--violet-deep:#071540;--violet-soft:#e8edf8;--magenta:#e0166b;--magenta-deep:#a30e55;--magenta-soft:#fce5ee;--lavender:#7a9ed4;--pink-glow:#ff6bb1;--grad:linear-gradient(135deg,#1e5bc6 0%,#1e2530 100%);--grad-soft:linear-gradient(135deg,#0f255714 0%,#1c2b3a14 100%);--grad-text:linear-gradient(135deg,#1e5bc6 0%,#1e2530 100%);--radius-sm:10px;--radius:14px;--radius-lg:22px;--shadow-card:0 1px 0 #0a16320a,0 10px 30px -12px #0f25572e;--shadow-glow:0 30px 80px -20px #0f255759,0 10px 30px -10px #e0166b38;--display:var(--font-display),"Space Grotesk",ui-sans-serif,sans-serif;--body:var(--font-body),"Manrope",ui-sans-serif,sans-serif;--mono:var(--font-mono),"JetBrains Mono",ui-monospace,monospace}@keyframes cta-ring-travel{0%{stroke-dashoffset:100px;opacity:0}4%{stroke-dashoffset:100px;opacity:1}34%{stroke-dashoffset:0;opacity:1}40%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:0;opacity:0}}@keyframes btn-float{0%{transform:translateY(0)}20%{transform:translateY(-5px)}40%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes sl-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes sl-blink{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes sl-ringpulse{0%{opacity:.8;transform:scale(.9)}to{opacity:0;transform:scale(1.4)}}@keyframes sl-wave{0%,to{transform:scaleY(.2)}50%{transform:scaleY(.9)}}@keyframes sl-logo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.solvo-root{font-family:var(--body);background:var(--sl-bg);color:var(--sl-text);-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;overflow-x:clip}.solvo-root *{box-sizing:border-box}.solvo-root .bg-layer{pointer-events:none;z-index:0;position:fixed;inset:0}.solvo-root .bg-grid{background-image:linear-gradient(#0f25570f 1px,#0000 1px),linear-gradient(90deg,#0f25570f 1px,#0000 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(at top,#000 0%,#0000 70%);mask-image:radial-gradient(at top,#000 0%,#0000 70%)}.solvo-root .bg-mesh{background:radial-gradient(1000px 700px at 85% -10%,#e0166b2e,#0000 60%),radial-gradient(1000px 800px at 5% 5%,#0f255733,#0000 60%),radial-gradient(700px 500px at 50% 110%,#1d6fd824,#0000 60%)}.solvo-root .bg-noise{opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>")}.solvo-root .container{z-index:1;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.solvo-root .nav{z-index:50;-webkit-backdrop-filter:blur(14px)saturate(160%);border-bottom:1px solid var(--border);background:#f3f6fccc;position:sticky;top:0}.solvo-root .nav-inner{justify-content:space-between;align-items:center;padding:16px 40px;display:flex}.solvo-root .brand{font-family:var(--display);letter-spacing:-.01em;color:var(--sl-text);align-items:center;gap:10px;font-size:18px;font-weight:600;text-decoration:none;display:flex}.solvo-root .brand img{object-fit:contain;filter:drop-shadow(0 4px 12px #e0166b59);width:28px;height:28px}.solvo-root .nav-links{align-items:center;gap:6px;display:flex}.solvo-root .nav-link{color:var(--text-dim);border-radius:8px;padding:8px 14px;font-size:14px;text-decoration:none;transition:color .16s,background .16s}.solvo-root .nav-link:hover{color:var(--sl-text);background:#0f25570f}.solvo-root .btn{font-family:var(--body);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.solvo-root .btn-primary{background:var(--grad);color:#fff;box-shadow:0 8px 26px -8px #0f255780,inset 0 1px #ffffff26}.solvo-root .btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 34px -10px #0f2557a6,inset 0 1px #ffffff26}.solvo-root .btn-cta-wrap{justify-content:center;align-items:center;animation:2.5s ease-in-out infinite btn-float;display:inline-flex;position:relative}.solvo-root .cta-ring{pointer-events:none;z-index:0;position:absolute;overflow:visible}.solvo-root .cta-ring-rect{opacity:0;filter:drop-shadow(0 0 3px #ff6bb1e6)drop-shadow(0 0 7px #e0166b8c);animation:2.5s linear infinite cta-ring-travel}.solvo-root .btn-cta{z-index:1;position:relative}.solvo-root .btn-ghost{background:var(--surface);color:var(--sl-text);border-color:var(--border-hi)}.solvo-root .btn-ghost:hover{background:#fff;border-color:#0f255759}.solvo-root .btn-sm{padding:8px 14px;font-size:13px}.solvo-root .hero{padding:32px 0 64px;position:relative}.solvo-root .hero-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:48px;display:grid}.solvo-root .hero-grid>div:first-child{text-align:center;flex-direction:column;align-items:center;display:flex}.solvo-root .hero-grid .lede{margin-left:auto;margin-right:auto}.solvo-root .hero-grid .hero-actions,.solvo-root .hero-grid .hero-meta{justify-content:center}@media (max-width:980px){.solvo-root .hero-grid{grid-template-columns:1fr}}.solvo-root .h1{font-family:var(--display);letter-spacing:-.035em;text-wrap:balance;color:var(--sl-text);margin:22px 0;font-size:clamp(40px,5.6vw,76px);font-weight:500;line-height:1.02}.solvo-root .h1 .grad{background:var(--grad-text);color:#0000;-webkit-background-clip:text;background-clip:text}.solvo-root .lede{color:var(--text-dim);text-wrap:pretty;max-width:560px;font-size:19px;line-height:1.55}.solvo-root .lede em{white-space:nowrap;font-style:normal;position:relative}.solvo-root .lede em:after{content:"";background:var(--grad);opacity:.5;border-radius:2px;height:.12em;position:absolute;bottom:.08em;left:-4px;right:-4px}.solvo-root .hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.solvo-root .hero-meta{border-top:1px solid var(--border);text-align:center;flex-wrap:nowrap;justify-content:space-between;gap:36px;width:100%;margin-top:56px;padding-top:32px;display:flex}.solvo-root .hero-meta .meta-item{flex:1}@media (max-width:640px){.solvo-root .hero-meta{flex-wrap:wrap}.solvo-root .hero-meta .meta-item{flex:100%}}.solvo-root .meta-item .num{font-family:var(--display);letter-spacing:-.02em;background:var(--grad-text);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:600}.solvo-root .meta-item .label{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-mute);margin-top:2px;font-size:11px}.solvo-root .hero-stage{min-height:560px;position:relative}.solvo-root .glow-orb{filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(50% 50%,#e0166b2e,#0000 70%);animation:6s ease-in-out infinite sl-pulse;position:absolute;inset:0}.solvo-root .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.solvo-root .card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;opacity:.55;background:linear-gradient(135deg,#0f255740,#0000 40%,#e0166b2e);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.solvo-root .stack{z-index:1;position:relative}.solvo-root .stack-card{width:100%;position:absolute}.solvo-root .stack-card.c1{width:78%;top:0;left:0;transform:rotate(-2deg)}.solvo-root .stack-card.c2{width:72%;top:180px;right:0;transform:rotate(2deg)}.solvo-root .stack-card.c3{width:80%;top:380px;left:10%;transform:rotate(-1deg)}.solvo-root .chat{padding:18px}.solvo-root .chat-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:14px;padding-bottom:14px;display:flex}.solvo-root .chat-head .avatar{background:var(--grad);color:#fff;width:28px;height:28px;font-family:var(--mono);border-radius:8px;place-items:center;font-size:11px;font-weight:600;display:grid}.solvo-root .chat-head .name{color:var(--sl-text);font-size:13px;font-weight:600}.solvo-root .chat-head .status{font-family:var(--mono);color:#14b86e;align-items:center;gap:6px;margin-left:auto;font-size:10px;display:flex}.solvo-root .chat-head .status:before{content:"";background:#14b86e;border-radius:999px;width:6px;height:6px;box-shadow:0 0 8px #14b86e}.solvo-root .chat-list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;height:280px;display:flex;overflow-y:auto}.solvo-root .chat-list::-webkit-scrollbar{width:0;height:0;display:none}.solvo-root .msg{word-wrap:break-word;border-radius:14px;max-width:88%;margin-bottom:8px;padding:10px 14px;font-size:13.5px;line-height:1.5}.solvo-root .msg.user{border:1px solid var(--border);color:var(--text-dim);background:#edf2fb;border-bottom-right-radius:4px;margin-left:auto}.solvo-root .msg.bot{color:var(--sl-text);background:linear-gradient(135deg,#0f25571a,#e0166b14);border:1px solid #e0166b2e;border-bottom-left-radius:4px}.solvo-root .msg.typing{border:1px solid var(--border);background:#edf2fb;border-radius:14px 14px 14px 4px;gap:4px;padding:12px 14px;display:inline-flex}.solvo-root .msg.typing span{background:var(--violet);opacity:.5;border-radius:999px;width:6px;height:6px;animation:1.2s ease-in-out infinite sl-blink}.solvo-root .msg.typing span:nth-child(2){animation-delay:.2s}.solvo-root .msg.typing span:nth-child(3){animation-delay:.4s}.solvo-root .voice{padding:16px 18px}.solvo-root .voice-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.solvo-root .voice-head .ring{background:radial-gradient(circle at 30% 30%,#e0166b,#0f2557);border-radius:999px;width:32px;height:32px;position:relative;box-shadow:0 0 18px #e0166b73}.solvo-root .voice-head .ring:after{content:"";border:1.5px solid #e0166b80;border-radius:999px;animation:2s infinite sl-ringpulse;position:absolute;inset:-6px}.solvo-root .voice-head .title{color:var(--sl-text);font-size:13px;font-weight:600}.solvo-root .voice-head .sub{font-family:var(--mono);color:var(--text-mute);margin-top:2px;font-size:10px}.solvo-root .wave{align-items:center;gap:3px;height:36px;margin-bottom:8px;display:flex}.solvo-root .wave .bar{background:var(--grad);transform-origin:50%;border-radius:2px;flex:1;height:100%;animation:1.2s ease-in-out infinite sl-wave;transform:scaleY(.2)}.solvo-root .transcript{font-family:var(--mono);color:var(--text-dim);border:1px solid var(--border);background:#eef3fb;border-radius:8px;padding:8px 10px;font-size:11px}.solvo-root .transcript .role{color:var(--violet);font-weight:500}.solvo-root .seq{padding:16px 18px}.solvo-root .seq-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.solvo-root .seq-head .title{color:var(--sl-text);font-size:13px;font-weight:600}.solvo-root .seq-head .tag{font-family:var(--mono);color:#14b86e;background:#14b86e1a;border:1px solid #14b86e40;border-radius:999px;padding:3px 8px;font-size:10px}.solvo-root .seq-step{border-bottom:1px dashed var(--border);grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:10px 0;font-size:12.5px;display:grid}.solvo-root .seq-step:last-child{border-bottom:none}.solvo-root .seq-step .ic{border:1px solid var(--border);width:28px;height:28px;color:var(--violet);background:#edf2fb;border-radius:8px;place-items:center;display:grid}.solvo-root .seq-step.done .ic{background:var(--grad);color:#fff;border-color:#0000}.solvo-root .seq-step .l{color:var(--text-dim)}.solvo-root .seq-step.done .l{color:var(--sl-text)}.solvo-root .seq-step .t{font-family:var(--mono);color:var(--text-mute);font-size:10px}.solvo-root section{z-index:1;padding:100px 0;position:relative}.solvo-root .section-head{text-align:center;flex-direction:column;align-items:center;gap:18px;margin-bottom:56px;display:flex}.solvo-root .section-head>div{flex-direction:column;align-items:center;display:flex}.solvo-root .section-head .section-eyebrow{justify-content:center}.solvo-root .section-head .h2,.solvo-root .section-head .section-sub{margin:0 auto}.solvo-root .section-eyebrow{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-mute);align-items:center;gap:8px;margin-bottom:14px;font-size:11px;display:flex}.solvo-root .section-eyebrow .num{color:var(--magenta);font-weight:600}.solvo-root .h2{font-family:var(--display);letter-spacing:-.03em;text-wrap:balance;max-width:960px;color:var(--sl-text);margin:0;font-size:clamp(34px,4vw,56px);font-weight:500;line-height:1.05}.solvo-root .section-sub{color:var(--text-dim);text-wrap:pretty;max-width:640px;font-size:17px;line-height:1.55}.solvo-root .tabs{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:999px;margin-bottom:36px;padding:5px;display:inline-flex}.solvo-root .tab{cursor:pointer;color:var(--text-dim);font-size:13px;font-weight:600;font-family:var(--body);white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:10px 18px;transition:color .16s,background .16s}.solvo-root .tab:hover:not(.active){color:var(--sl-text)}.solvo-root .tab.active{background:var(--grad);color:#fff;box-shadow:0 6px 18px -6px #e0166b73}.solvo-root .stage-frame{text-align:center;background:var(--grad-soft);border:1px solid #0f25572e;border-radius:16px;max-width:760px;margin:0 auto 40px;padding:18px 24px}.solvo-root .stage-frame p{color:var(--text-dim);text-wrap:pretty;margin:0;font-size:14.5px;line-height:1.55}.solvo-root .stage-frame strong{color:var(--sl-text);background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.solvo-root .services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:960px){.solvo-root .services-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.solvo-root .services-grid{grid-template-columns:1fr}}.solvo-root .service{cursor:pointer;flex-direction:column;gap:16px;min-height:280px;padding:28px;transition:transform .2s,box-shadow .2s;display:flex}.solvo-root .service:hover{transform:translateY(-4px);box-shadow:0 20px 50px -20px #0f255759}.solvo-root .service--featured{cursor:default;padding:0;overflow:hidden}.solvo-root .service--featured:hover{box-shadow:var(--shadow-card);transform:none}.solvo-root .service-img-wrap{background:var(--sl-bg-1);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:100%;height:160px;display:flex;overflow:hidden}.solvo-root .service-img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.solvo-root .service--featured .service-titles,.solvo-root .service--featured p,.solvo-root .service--featured .meta{padding-left:28px;padding-right:28px}.solvo-root .service--featured .service-titles{padding-top:24px}.solvo-root .service--featured .meta{padding-bottom:28px}.solvo-root .service .ic-wrap{background:var(--violet-soft);border:1px solid var(--border);width:44px;height:44px;color:var(--violet);border-radius:12px;place-items:center;transition:background .22s;display:grid;position:relative;overflow:hidden}.solvo-root .service .ic-wrap:before{content:"";background:var(--grad);opacity:0;transition:opacity .22s;position:absolute;inset:0}.solvo-root .service:hover .ic-wrap:before{opacity:1}.solvo-root .service .ic-wrap svg{z-index:1;transition:color .22s;position:relative}.solvo-root .service:hover .ic-wrap svg{color:#fff}.solvo-root .service h3{font-family:var(--display);letter-spacing:-.015em;color:var(--sl-text);margin:0;font-size:22px;font-weight:600}.solvo-root .service-titles{flex-direction:column;gap:4px;display:flex}.solvo-root .service-sub{color:var(--text-mute);font-size:13px;font-weight:500;line-height:1.4}.solvo-root .service p{color:var(--text-dim);flex:1;margin:0;font-size:14.5px;line-height:1.55}.solvo-root .service .meta{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.solvo-root .service .chip{font-family:var(--mono);border:1px solid var(--border);color:var(--text-dim);letter-spacing:.04em;background:#eef3fb;border-radius:999px;padding:4px 9px;font-size:10.5px}.solvo-root .industries-grid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.solvo-root .industries-grid>*{grid-column:span 2}.solvo-root .industries-grid>:nth-child(4){grid-column:2/span 2}.solvo-root .industries-grid>:nth-child(5){grid-column:4/span 2}@media (max-width:960px){.solvo-root .industries-grid{grid-template-columns:1fr 1fr}.solvo-root .industries-grid>*,.solvo-root .industries-grid>:nth-child(4),.solvo-root .industries-grid>:nth-child(5){grid-column:auto}}@media (max-width:640px){.solvo-root .industries-grid{grid-template-columns:1fr}}.solvo-root .industry-card{flex-direction:column;gap:14px;padding:26px;transition:transform .2s,box-shadow .2s;display:flex}.solvo-root .industry-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px -20px #0f255759}.solvo-root .industry-top{align-items:center;gap:14px;display:flex}.solvo-root .industry-ic{background:var(--violet-soft);border:1px solid var(--border);width:44px;height:44px;color:var(--violet);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.solvo-root .industry-name{font-family:var(--display);letter-spacing:-.015em;color:var(--sl-text);margin:0;font-size:19px;font-weight:600;line-height:1.2}.solvo-root .industry-pain{font-family:var(--display);color:var(--text-dim);text-wrap:pretty;margin:0;font-size:15px;font-style:italic;font-weight:500;line-height:1.4}.solvo-root .industry-uses{flex-direction:column;gap:9px;margin:4px 0 0;padding:0;list-style:none;display:flex}.solvo-root .industry-uses li{color:var(--text-dim);grid-template-columns:16px 1fr;align-items:start;gap:10px;font-size:13.5px;line-height:1.45;display:grid}.solvo-root .industry-uses-dot{background:var(--grad);border-radius:999px;width:6px;height:6px;margin-top:7px}.solvo-root .industry-subs{border-top:1px solid var(--border);font-family:var(--mono);letter-spacing:.04em;color:var(--text-mute);margin-top:auto;padding-top:14px;font-size:11px;line-height:1.5}.solvo-root .industries-foot{text-align:center;max-width:620px;color:var(--text-dim);margin:40px auto 0;font-size:15px;line-height:1.55}.solvo-root .industries-foot a{color:var(--magenta);white-space:nowrap;font-weight:600;text-decoration:none}.solvo-root .industries-foot a:hover{text-decoration:underline}.solvo-root .build-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:760px){.solvo-root .build-grid{grid-template-columns:1fr}}.solvo-root .build-card{flex-direction:column;gap:18px;padding:28px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.solvo-root .build-card:after{content:"";border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);background:var(--grad);height:3px;position:absolute;top:0;left:0;right:0}.solvo-root .build-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px -20px #0f255759}.solvo-root .build-top{align-items:flex-start;gap:14px;display:flex}.solvo-root .build-ic{background:var(--grad);color:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 6px 18px -8px #0f25578c}.solvo-root .build-titles{flex-direction:column;gap:4px;display:flex}.solvo-root .build-name{font-family:var(--display);letter-spacing:-.015em;color:var(--sl-text);margin:0;font-size:20px;font-weight:600;line-height:1.2}.solvo-root .build-tagline{color:var(--text-dim);margin:0;font-size:14px;line-height:1.45}.solvo-root .build-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.solvo-root .build-list li{color:var(--text-dim);grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:14px;line-height:1.45;display:grid}.solvo-root .build-check{background:var(--violet-soft);width:20px;height:20px;color:var(--violet);border-radius:999px;place-items:center;margin-top:1px;display:grid}.solvo-root .build-paired{border-top:1px dashed var(--border);flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin-top:auto;padding-top:16px;display:flex}.solvo-root .build-paired-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute);font-size:10px}.solvo-root .build-paired-val{color:var(--violet);font-size:13px;font-weight:600}.solvo-root .launch-badge-wrap{text-align:center;margin-top:32px}.solvo-root .launch-badge{border:1px dashed var(--border-hi);background:var(--grad-soft);font-family:var(--mono);letter-spacing:.04em;color:var(--text-dim);border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:inline-flex}.solvo-root .launch-badge:before{content:"";background:var(--magenta);width:7px;height:7px;box-shadow:0 0 8px var(--magenta);border-radius:999px}.solvo-root .measure{border-radius:var(--radius-lg);border:1px solid var(--border);background:#ffffff8c;margin-top:32px;padding:24px 28px}.solvo-root .measure-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute);text-align:center;margin-bottom:18px;font-size:11px}.solvo-root .measure-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:640px){.solvo-root .measure-grid{grid-template-columns:1fr 1fr}}.solvo-root .measure-item{text-align:center;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);font-family:var(--display);letter-spacing:-.01em;color:var(--sl-text);padding:14px 10px;font-size:15px;font-weight:600}.solvo-root .legal{padding:64px 0 96px}.solvo-root .legal-prose{max-width:820px}.solvo-root .legal-prose .section-eyebrow{margin-bottom:14px}.solvo-root .legal-prose .h2{margin:0 0 8px}.solvo-root .legal-meta{font-family:var(--mono);letter-spacing:.06em;color:var(--text-mute);margin:0 0 32px;font-size:12px}.solvo-root .legal-prose h2{font-family:var(--display);letter-spacing:-.015em;color:var(--sl-text);margin:36px 0 12px;font-size:22px;font-weight:600}.solvo-root .legal-prose p{color:var(--text-dim);text-wrap:pretty;margin:0 0 16px;font-size:15.5px;line-height:1.65}.solvo-root .legal-prose ul{flex-direction:column;gap:8px;margin:0 0 16px;padding-left:22px;display:flex}.solvo-root .legal-prose li{color:var(--text-dim);font-size:15.5px;line-height:1.6}.solvo-root .legal-prose strong{color:var(--sl-text);font-weight:600}.solvo-root .legal-prose em{font-style:italic}.solvo-root .legal-prose a{color:var(--magenta);font-weight:500;text-decoration:none}.solvo-root .legal-prose a:hover{text-decoration:underline}.solvo-root .legal-back{border-top:1px solid var(--border);margin-top:40px;padding-top:24px}.solvo-root .how-scroll{height:420vh;padding:0;position:relative}.solvo-root .how-sticky{align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.solvo-root .how-inner{width:100%;height:100vh;position:relative}.solvo-root .how-head{text-align:center;flex-direction:column;align-items:center;display:flex;position:absolute;top:7vh;left:32px;right:32px}.solvo-root .how-head .h2{margin:8px 0 0}.solvo-root .how-head .section-eyebrow{justify-content:center}.solvo-root .how-body{width:100%;max-width:880px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.solvo-root .how-stage{perspective:1400px;min-height:560px;position:relative}.solvo-root .how-card-big{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transform-origin:50% 30%;will-change:transform,opacity;backface-visibility:hidden;flex-direction:column;gap:16px;padding:36px 40px;transition:opacity .54s cubic-bezier(.2,.7,.2,1),transform .64s cubic-bezier(.2,.7,.2,1),filter .54s;display:flex;position:absolute;inset:0;overflow:hidden}.solvo-root .how-card-big:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;opacity:.6;background:linear-gradient(135deg,#0f255759,#0000 40%,#e0166b40);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.solvo-root .how-card-big.is-active{opacity:1;filter:blur();z-index:3;transform:translateY(0)rotateX(0)scale(1)}.solvo-root .how-card-big.is-past{opacity:0;filter:blur(4px);z-index:1;pointer-events:none;transform:translateY(-60px)rotateX(-30deg)scale(.96)}.solvo-root .how-card-big.is-future{opacity:0;filter:blur(4px);z-index:2;pointer-events:none;transform:translateY(60px)rotateX(28deg)scale(.96)}.solvo-root .hc-top{justify-content:space-between;align-items:center;display:flex}.solvo-root .hc-num{font-family:var(--mono);letter-spacing:.12em;color:var(--magenta);font-size:12px;font-weight:600}.solvo-root .hc-time{background:var(--grad-soft);white-space:nowrap;border:1px solid #0f255733;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.solvo-root .hc-time-week{font-family:var(--display);color:var(--sl-text);font-size:12px;font-weight:600}.solvo-root .hc-time-days{font-family:var(--mono);color:var(--text-dim);font-size:11px}.solvo-root .hc-time-days:before{content:"· ";color:var(--text-mute)}.solvo-root .hc-title{font-family:var(--display);letter-spacing:-.03em;background:var(--grad-text);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(34px,4.2vw,56px);font-weight:500;line-height:1}.solvo-root .hc-headline{font-family:var(--display);letter-spacing:-.015em;color:var(--sl-text);text-wrap:balance;margin:0;font-size:clamp(18px,1.6vw,22px);font-weight:500;line-height:1.35}.solvo-root .hc-list{grid-template-columns:1fr 1fr;gap:10px 28px;margin:4px 0 0;padding:0;list-style:none;display:grid}@media (max-width:720px){.solvo-root .hc-list{grid-template-columns:1fr}}.solvo-root .hc-list li{color:var(--text-dim);grid-template-columns:22px 1fr;align-items:start;gap:10px;font-size:14px;line-height:1.45;display:grid}.solvo-root .hc-li-bullet{background:var(--grad);color:#fff;border-radius:999px;flex-shrink:0;place-items:center;width:22px;height:22px;margin-top:1px;display:grid}.solvo-root .hc-li-bullet svg{width:12px;height:12px}.solvo-root .hc-deliv{border:1px solid var(--border);background:radial-gradient(400px 200px at 0 0,#0f25571a,#0000 60%),#ffffffb3;border-radius:14px;flex-direction:column;gap:4px;margin-top:auto;padding:16px 20px;display:flex}.solvo-root .hc-deliv-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-mute);font-size:10px}.solvo-root .hc-deliv-text{font-family:var(--display);color:var(--sl-text);letter-spacing:-.01em;font-size:15px;font-weight:500}@media (max-width:760px){.solvo-root .how-card-big{padding:26px 22px}}.solvo-root .how-dots{justify-content:center;gap:8px;margin-top:24px;display:flex}.solvo-root .how-dot{background:#0a16321a;border-radius:999px;width:26px;height:4px;transition:background .3s,width .3s}.solvo-root .how-dot.is-past{background:var(--grad);opacity:.45}.solvo-root .how-dot.is-active{background:var(--grad);width:48px}.solvo-root .roi-wrap{grid-template-columns:1fr 1.1fr;align-items:center;gap:40px;display:grid}@media (max-width:980px){.solvo-root .roi-wrap{grid-template-columns:1fr}}.solvo-root .roi-card{border-radius:var(--radius-lg);padding:36px}.solvo-root .slider-row{margin-bottom:24px}.solvo-root .slider-row .label{color:var(--text-dim);justify-content:space-between;margin-bottom:10px;font-size:13.5px;display:flex}.solvo-root .slider-row .val{font-family:var(--mono);color:var(--sl-text);font-weight:500}.solvo-root input[type=range]{appearance:none;background:#d8e4f5;border-radius:999px;outline:none;width:100%;height:6px}.solvo-root input[type=range]::-webkit-slider-runnable-track{background:#d8e4f5;border-radius:999px;height:6px}.solvo-root input[type=range]::-webkit-slider-thumb{appearance:none;cursor:grab;border:1px solid var(--border);background:#fff;border-radius:999px;width:22px;height:22px;margin-top:-8px;box-shadow:0 0 0 4px #e0166b40,0 6px 16px #0f255740}.solvo-root input[type=range]::-moz-range-thumb{border:1px solid var(--border);cursor:grab;background:#fff;border-radius:999px;width:22px;height:22px;box-shadow:0 0 0 4px #e0166b40,0 6px 16px #0f255740}.solvo-root .roi-result{border-radius:var(--radius-lg);border:1px solid var(--border-hi);background:radial-gradient(600px 300px at 20% 0,#0f25571f,#0000 60%),radial-gradient(500px 300px at 100% 100%,#e0166b1f,#0000 60%),#fff;padding:48px 40px;position:relative;overflow:hidden;box-shadow:0 20px 60px -20px #0f255740}.solvo-root .roi-big{font-family:var(--display);letter-spacing:-.04em;background:var(--grad-text);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(56px,7vw,88px);font-weight:600;line-height:1}.solvo-root .roi-label{font-family:var(--mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-top:12px;font-size:12px}.solvo-root .roi-breakdown{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:16px;margin-top:36px;padding-top:28px;display:grid}.solvo-root .roi-breakdown .item .n{font-family:var(--display);letter-spacing:-.02em;color:var(--sl-text);font-size:24px;font-weight:600}.solvo-root .roi-breakdown .item .l{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-mute);margin-top:4px;font-size:10.5px}.solvo-root .roi-cal{max-width:880px;margin:0 auto}.solvo-root .roi-pick{text-align:center;margin:0 auto}.solvo-root .roi-pick-sentence{font-family:var(--display);letter-spacing:-.015em;color:var(--sl-text);margin:0;font-size:clamp(17px,1.8vw,21px);font-weight:500;line-height:1.4}.solvo-root .roi-pick-lead{color:var(--text-dim)}.solvo-root .roi-pick-hint{font-family:var(--body);color:var(--text-mute);margin:8px 0 0;font-size:13px;line-height:1.4}.solvo-root .roi-select-wrap{vertical-align:baseline;display:inline-block;position:relative}.solvo-root .roi-select{font-family:inherit;font-size:inherit;letter-spacing:inherit;color:#0000;-webkit-text-fill-color:transparent;cursor:pointer;appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230f2557' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") right 2px center no-repeat;border:none;border-bottom:2px dashed #0f25574d;border-radius:0;outline:none;max-width:100%;padding:2px 26px 4px 6px;font-weight:600;transition:border-color .16s}.solvo-root .roi-select-wrap.is-set .roi-select{border-bottom-style:solid;border-bottom-color:#0f25578c}.solvo-root .roi-select:hover,.solvo-root .roi-select:focus-visible{border-bottom-color:var(--violet)}.solvo-root .roi-select option{color:var(--sl-text);font-weight:500}.solvo-root .roi-select-text{pointer-events:none;letter-spacing:inherit;white-space:nowrap;color:var(--text-mute);align-items:center;font-weight:600;display:flex;position:absolute;inset:2px 26px 4px 6px}.solvo-root .roi-select-wrap.is-set .roi-select-text{background:var(--grad-text);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.solvo-root .roi-headline{text-align:center;width:fit-content;max-width:680px;font-family:var(--display);text-wrap:balance;background:0 0;border-radius:14px;margin:28px auto 0;padding:12px 22px;font-size:clamp(15px,1.5vw,19px);font-style:italic;font-weight:500;line-height:1.35;position:relative}.solvo-root .roi-headline:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#3b82f6 0%,#1e5bc6 45%,#0f2557 100%);padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.solvo-root .roi-headline-text{background:linear-gradient(135deg,#e0166b 0%,#1e5bc6 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.solvo-root .roi-sliders{grid-template-columns:1fr;gap:24px;margin-top:32px;display:grid}@media (min-width:760px){.solvo-root .roi-sliders{grid-template-columns:repeat(3,1fr);gap:28px}}.solvo-root .roi-slider{margin-bottom:0}.solvo-root .roi-helper{font-family:var(--mono);color:var(--text-mute);margin-top:8px;font-size:11px}.solvo-root .roi-max-tip{background:var(--magenta);color:#fff;width:16px;height:16px;font-family:var(--mono);cursor:help;vertical-align:middle;border-radius:999px;place-items:center;margin-left:6px;font-size:10px;font-style:italic;display:inline-grid}.solvo-root .roi-panel{text-align:center;margin-top:36px;padding:44px 36px}.solvo-root .roi-panel .roi-big{line-height:1.02}.solvo-root .roi-big-unit{letter-spacing:-.01em;-webkit-text-fill-color:var(--text-dim);color:var(--text-dim);white-space:nowrap;font-size:.34em;font-weight:500}.solvo-root .roi-star{-webkit-text-fill-color:var(--magenta);color:var(--magenta);cursor:help;font-size:.34em}.solvo-root .roi-sub-num{font-family:var(--display);letter-spacing:-.02em;color:var(--sl-text);margin-top:18px;font-size:clamp(20px,2.4vw,28px);font-weight:600}.solvo-root .roi-sub-unit{color:var(--text-dim);font-weight:500}.solvo-root .roi-payback{color:var(--text-dim);text-wrap:pretty;max-width:520px;margin:16px auto 0;font-size:14px;line-height:1.5}@keyframes roi-cta-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.solvo-root .roi-cta-wrap{text-align:center;margin-top:28px;animation:.3s both roi-cta-in}.solvo-root .roi-cta-muted{text-align:center;color:var(--text-mute);margin-top:24px;font-size:14px}.solvo-root .roi-foot{text-align:center;font-family:var(--mono);letter-spacing:.04em;color:var(--text-mute);max-width:560px;margin-top:32px;margin-left:auto;margin-right:auto;font-size:11.5px}@media (prefers-reduced-motion:reduce){.solvo-root .roi-cta-wrap{animation:none}}.solvo-root .clients-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:960px;margin:0 auto;display:grid}@media (max-width:720px){.solvo-root .clients-grid{grid-template-columns:repeat(2,1fr)}}.solvo-root .client-logo{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);cursor:default;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;transition:transform .2s,box-shadow .2s;display:flex}.solvo-root .client-logo:hover{transform:translateY(-3px);box-shadow:0 16px 40px -16px #0f255740}.solvo-root .client-badge{border:1px solid var(--border);background:#fff;border-radius:18px;place-items:center;width:84px;height:84px;padding:14px;display:grid;overflow:hidden}.solvo-root .client-img{object-fit:contain;max-width:100%;max-height:100%;display:block}.solvo-root .client-name{font-family:var(--body);color:var(--text-dim);text-align:center;font-size:13px;font-weight:600;line-height:1.3}.solvo-root .clients-footnote{text-align:center;font-family:var(--mono);color:var(--text-mute);letter-spacing:.06em;margin-top:36px;font-size:12px}.solvo-root .proof-grid{grid-template-columns:1.2fr 1fr 1fr;gap:20px;display:grid}@media (max-width:960px){.solvo-root .proof-grid{grid-template-columns:1fr}}.solvo-root .quote{font-family:var(--display);letter-spacing:-.01em;text-wrap:pretty;color:var(--sl-text);padding:32px;font-size:20px;font-weight:400;line-height:1.45}.solvo-root .quote strong{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.solvo-root .quote .author{font-family:var(--body);align-items:center;gap:12px;margin-top:24px;display:flex}.solvo-root .quote .author .av{background:var(--grad);color:#fff;border-radius:999px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:grid}.solvo-root .quote .author .who{color:var(--sl-text);font-size:13px;font-weight:600}.solvo-root .quote .author .role{color:var(--text-mute);font-size:12px}.solvo-root .kpi{flex-direction:column;justify-content:space-between;min-height:200px;padding:32px;display:flex}.solvo-root .kpi .big{font-family:var(--display);letter-spacing:-.04em;background:var(--grad-text);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:56px;font-weight:600;line-height:1}.solvo-root .kpi .desc{color:var(--text-dim);margin-top:12px;font-size:14px;line-height:1.5}.solvo-root .contact-card{border-radius:var(--radius-lg);max-width:760px;margin:0 auto;padding:40px}@media (max-width:560px){.solvo-root .contact-card{padding:28px 22px}}.solvo-root .solvo-form{z-index:1;flex-direction:column;gap:22px;display:flex;position:relative}.solvo-root .form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:560px){.solvo-root .form-row{grid-template-columns:1fr}}.solvo-root .form-group{flex-direction:column;gap:8px;display:flex}.solvo-root .form-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute);font-size:11px}.solvo-root .form-input,.solvo-root .form-textarea{width:100%;font-family:var(--body);color:var(--sl-text);border:1px solid var(--border-hi);border-radius:var(--radius-sm);background:#fff;outline:none;padding:13px 15px;font-size:15px;transition:border-color .16s,box-shadow .16s}.solvo-root .form-input::placeholder,.solvo-root .form-textarea::placeholder{color:var(--text-mute)}.solvo-root .form-input:focus,.solvo-root .form-textarea:focus{border-color:var(--magenta);box-shadow:0 0 0 3px #e0166b26}.solvo-root .form-textarea{resize:vertical;min-height:140px;line-height:1.55}.solvo-root .form-foot{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.solvo-root .form-submit{align-self:flex-start}.solvo-root .form-status{margin:0;font-size:14px;font-weight:500}.solvo-root .form-status.is-success{color:#14b86e}.solvo-root .form-status.is-error{color:#e0166b}.solvo-root .cta{border:1px solid var(--border-hi);text-align:center;background:radial-gradient(800px 400px at 100% 0,#e0166b26,#0000 60%),radial-gradient(800px 500px at 0 100%,#0f255733,#0000 60%),#fff;border-radius:32px;padding:80px 56px;position:relative;overflow:hidden;box-shadow:0 30px 80px -30px #0f255759}.solvo-root .cta:before{content:"";pointer-events:none;background-image:linear-gradient(#0f25570f 1px,#0000 1px),linear-gradient(90deg,#0f25570f 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.solvo-root .cta-inner{z-index:1;position:relative}.solvo-root .cta-form{text-align:left;max-width:600px;margin:0 auto}.solvo-root .cta-form .form-foot{justify-content:center}.solvo-root .cta-form .form-submit{align-self:center}.solvo-root footer{border-top:1px solid var(--border);z-index:1;background:#fff6;padding:60px 0 40px;position:relative}.solvo-root .foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;display:grid}@media (max-width:760px){.solvo-root .foot-grid{grid-template-columns:1fr 1fr}}.solvo-root .foot-col h5{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-mute);margin:0 0 16px;font-size:11px;font-weight:500}.solvo-root .foot-col a{color:var(--text-dim);padding:6px 0;font-size:14px;text-decoration:none;transition:color .12s;display:block}.solvo-root .foot-col a:hover{color:var(--violet)}.solvo-root .foot-bottom{font-family:var(--mono);color:var(--text-mute);border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;font-size:12px;display:flex}.solvo-root .foot-bottom a{color:var(--text-mute);text-decoration:none;transition:color .12s}.solvo-root .foot-bottom a:hover{color:var(--violet)}.solvo-root ::selection{color:var(--sl-text);background:#e0166b40}.solvo-root .integrations-head{text-align:center;margin-bottom:48px}.solvo-root .integrations-head .section-eyebrow{justify-content:center}.solvo-root .integrations-title{font-family:var(--display);letter-spacing:-.02em;color:var(--sl-text);text-wrap:balance;max-width:900px;margin:0 auto;font-size:clamp(24px,2.6vw,34px);font-weight:500}.solvo-root .logo-carousel{padding:8px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.solvo-root .logo-track{gap:28px;width:max-content;animation:48s linear infinite sl-logo-scroll;display:flex}.solvo-root .logo-carousel:hover .logo-track{animation-play-state:paused}.solvo-root .logo-slot{opacity:.85;flex:0 0 80px;place-items:center;width:80px;height:80px;padding:10px;transition:transform .2s,filter .2s,opacity .2s;display:grid}.solvo-root .logo-slot:hover{opacity:1;transform:translateY(-3px)scale(1.05)}.solvo-root .logo-slot img{object-fit:contain;max-width:100%;max-height:100%;display:block}.solvo-root .logo-fallback{font-family:var(--display);color:var(--text-dim);text-align:center;font-size:13px;font-weight:600;line-height:1.1}.solvo-root .integrations-foot{text-align:center;font-family:var(--mono);color:var(--text-mute);letter-spacing:.06em;margin-top:36px;font-size:12px}.solvo-root .integrations-foot .dot-sep{border:1px dashed var(--border-hi);background:#fff9;border-radius:999px;align-items:center;gap:10px;padding:8px 16px;display:inline-flex}@media (prefers-reduced-motion:no-preference){.solvo-root .reveal{opacity:0;will-change:opacity,transform;transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.solvo-root .reveal.in{opacity:1;transform:none}.solvo-root .reveal-grid>*{opacity:0;will-change:opacity,transform;transition:opacity .64s cubic-bezier(.2,.7,.2,1),transform .64s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.solvo-root .reveal-grid.in>*{opacity:1;transform:none}.solvo-root .reveal-grid.in>:first-child{transition-delay:40ms}.solvo-root .reveal-grid.in>:nth-child(2){transition-delay:.11s}.solvo-root .reveal-grid.in>:nth-child(3){transition-delay:.18s}.solvo-root .reveal-grid.in>:nth-child(4){transition-delay:.25s}.solvo-root .reveal-grid.in>:nth-child(5){transition-delay:.32s}.solvo-root .reveal-grid.in>:nth-child(6){transition-delay:.39s}.solvo-root .reveal-grid.in>:nth-child(7){transition-delay:.46s}.solvo-root .reveal-grid.in>:nth-child(8){transition-delay:.53s}.solvo-root .reveal-grid.in>:nth-child(9){transition-delay:.6s}.solvo-root .reveal-grid.in>:nth-child(10){transition-delay:.67s}}@keyframes svc-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.solvo-root .services-grid>*{animation:.56s cubic-bezier(.2,.7,.2,1) backwards svc-in}.solvo-root .services-grid>:first-child{animation-delay:40ms}.solvo-root .services-grid>:nth-child(2){animation-delay:.11s}.solvo-root .services-grid>:nth-child(3){animation-delay:.18s}.solvo-root .services-grid>:nth-child(4){animation-delay:.25s}.solvo-root .services-grid>:nth-child(5){animation-delay:.32s}.solvo-root .services-grid>:nth-child(6){animation-delay:.39s}}.solvo-root .brand{transition:opacity .16s}.solvo-root .brand:hover{opacity:.82}.solvo-root .proof-grid .card{transition:transform .22s,box-shadow .22s}.solvo-root .proof-grid .card:hover{transform:translateY(-4px);box-shadow:0 22px 54px -22px #0f255757}.solvo-root .service--featured{transition:box-shadow .22s}.solvo-root .service--featured:hover{box-shadow:0 20px 50px -22px #0f25574d}.solvo-root .service--featured .service-img{transition:transform .6s cubic-bezier(.2,.7,.2,1)}.solvo-root .service--featured:hover .service-img{transform:scale(1.045)}.solvo-root .service .chip{transition:border-color .2s,color .2s,background .2s}.solvo-root .service:hover .chip,.solvo-root .service--featured:hover .chip{color:var(--text-dim);border-color:#e0166b4d}.solvo-root .nav-link{position:relative}.solvo-root .nav-link:after{content:"";background:var(--grad);transform-origin:0;border-radius:2px;height:1.5px;transition:transform .24s cubic-bezier(.2,.7,.2,1);position:absolute;bottom:4px;left:14px;right:14px;transform:scaleX(0)}.solvo-root .nav-link:hover:after{transform:scaleX(1)}.solvo-root .nav-right{align-items:center;gap:6px;display:flex}.solvo-root .nav-burger{border:1px solid var(--border);width:40px;height:40px;color:var(--sl-text);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;margin-left:4px;transition:background .16s,border-color .16s;display:none}.solvo-root .nav-burger:hover{background:#0f25570f}.solvo-root .nav-burger:focus-visible{outline:2px solid var(--magenta);outline-offset:2px}@media (max-width:760px){.solvo-root .nav-inner{padding:14px 18px}.solvo-root .nav-burger{display:inline-flex}.solvo-root .nav-links{-webkit-backdrop-filter:blur(14px)saturate(160%);border-bottom:1px solid var(--border);background:#f3f6fcf5;flex-direction:column;align-items:stretch;gap:2px;padding:12px 16px 16px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 16px 32px -16px #0f255740}.solvo-root .nav-links[data-open=true]{display:flex}.solvo-root .nav-links .nav-link{border-radius:10px;padding:12px 14px;font-size:15px}.solvo-root .nav-links .nav-link:after{display:none}}@media (max-width:640px){.solvo-root .container{padding:0 18px}.solvo-root section{padding:64px 0}}@media (max-width:760px){.solvo-root .hero{padding:24px 0 48px}.solvo-root .hero-stage{min-height:auto}.solvo-root .glow-orb{display:none}.solvo-root .stack{flex-direction:column;gap:16px;display:flex;position:static}.solvo-root .stack-card,.solvo-root .stack-card.c1,.solvo-root .stack-card.c2,.solvo-root .stack-card.c3{width:100%;position:static;top:auto;left:auto;right:auto;transform:none!important}.solvo-root .hero-grid>*{min-width:0}}@media (max-width:640px){.solvo-root .h1{margin:16px 0 18px;line-height:1.08}.solvo-root .lede{font-size:17px}}@media (max-width:420px){.solvo-root .hero-actions{flex-direction:column;align-items:stretch}.solvo-root .hero-actions .btn,.solvo-root .hero-actions .btn-cta-wrap{width:100%}.solvo-root .hero-actions .btn-cta{justify-content:center;width:100%}}@media (max-width:760px){.solvo-root .how-scroll{height:auto;padding:64px 0}.solvo-root .how-sticky{height:auto;display:block;position:static;overflow:visible}.solvo-root .how-inner{height:auto}.solvo-root .how-head{position:static;top:auto;left:auto;right:auto}.solvo-root .how-body{max-width:100%;margin-top:28px;position:static;transform:none}.solvo-root .how-stage{perspective:none;flex-direction:column;gap:14px;min-height:0;display:flex}.solvo-root .how-card-big{z-index:auto;margin:0;inset:auto;opacity:1!important;filter:none!important;position:static!important;transform:none!important}.solvo-root .how-dots{display:none}}@media (max-width:640px){.solvo-root .cta{border-radius:20px;padding:48px 22px}.solvo-root .cta-inner .h2{font-size:clamp(28px,7vw,40px)}}@media (max-width:480px){.solvo-root .roi-select-text{white-space:normal}.solvo-root .roi-pick-sentence{font-size:16px;line-height:1.45}}
