html{scroll-behavior:smooth}:root{--font-display:"Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--ease-std:cubic-bezier(.22, .7, .22, 1);--ease-out:cubic-bezier(.16, 1, .3, 1);--bg:#0a0a0a;--bg-2:#111316;--fg:#fff;--fg-2:#b7bdc4;--fg-3:#7a8088;--line:#ffffff1a;--line-2:#ffffff0f;--chip-bg:#25c6e014;--chip-fg:#6fe3f1;--chip-line:#25c6e047;--accent:#25c6e0;--accent-deep:#0e7a8b;--accent-soft:#25c6e026}body.theme-light{--bg:#fff;--bg-2:#f6f7f8;--fg:#0a0a0a;--fg-2:#3a3f44;--fg-3:#6b7278;--line:#0a0a0a14;--line-2:#0a0a0a0a;--chip-bg:#d7f4f9;--chip-fg:#0e7a8b;--chip-line:#0e7a8b33}
.landing-root{background:var(--bg);color:var(--fg);font-family:var(--font-sans);min-height:100vh;overflow-x:hidden}*,:before,:after{box-sizing:border-box}.landing-root .nav{z-index:5;justify-content:space-between;align-items:center;padding:24px 48px;display:flex;position:absolute;top:0;left:0;right:0}.landing-root .brand{align-items:center;gap:12px;display:flex}.landing-root .glyph{align-items:flex-end;gap:4px;height:22px;display:flex}.landing-root .glyph span{background:var(--accent);border-radius:2px;width:5px;display:block}.landing-root .glyph span:first-child{background:var(--accent-deep);height:40%}.landing-root .glyph span:nth-child(2){height:68%}.landing-root .glyph span:nth-child(3){height:100%}.landing-root .brand-text{font-family:var(--font-display);letter-spacing:-.02em;color:var(--fg);font-size:15px;font-weight:700}.landing-root .brand-text .mut{color:var(--fg-3);margin-left:8px;font-weight:500}.landing-root .nav .utilities{color:var(--fg-2);align-items:center;gap:20px;font-size:13.5px;display:flex}.landing-root .nav .utilities .link{color:var(--fg-2);text-decoration:none}.landing-root .nav .utilities .link:hover{color:var(--fg)}.landing-root .eyebrow{border:1px solid var(--chip-line);background:var(--chip-bg);letter-spacing:.12em;text-transform:uppercase;color:var(--chip-fg);border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:11.5px;font-weight:700;display:inline-flex}.landing-root .eyebrow .pulse{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:2.4s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.landing-root .btn{cursor:pointer;height:52px;font-size:14.5px;font-weight:600;font-family:var(--font-sans);transition:all .18s var(--ease-std);border:none;border-radius:999px;align-items:center;gap:8px;padding:0 26px;text-decoration:none;display:inline-flex}.landing-root .btn-primary{background:var(--accent);color:#0a0a0a}.landing-root .btn-primary:hover{background:#6fe3f1;transform:translateY(-1px)}.landing-root .btn-ghost{color:var(--fg);border:1px solid var(--line);background:0 0}.landing-root .btn-ghost:hover{border-color:var(--fg-2)}.landing-root .btn-lg{height:60px;padding:0 32px;font-size:16px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.landing-root .reveal{opacity:1;transform:none}.landing-root.is-revealing .reveal{animation:fadeUp .7s var(--ease-out)}.landing-root.is-revealing .reveal-d1{animation-delay:80ms}.landing-root.is-revealing .reveal-d2{animation-delay:.16s}.landing-root.is-revealing .reveal-d3{animation-delay:.24s}.landing-root.is-revealing .reveal-d4{animation-delay:.32s}.landing-root.is-revealing .reveal-d5{animation-delay:.4s}@media (prefers-reduced-motion:reduce){.landing-root.is-revealing .reveal{animation:none}}.landing-root .v1-hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:96px;padding-bottom:72px;display:flex;position:relative;overflow:hidden}.landing-root .v1-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.landing-root .v1-bg .glow-a{background:radial-gradient(at 40%,#0e7a8b61,#0000 55%);width:65%;height:110%;position:absolute;top:-20%;left:-10%}.landing-root .v1-bg .glow-b{background:radial-gradient(at 55%,#25c6e01f,#0000 55%);width:75%;height:110%;position:absolute;top:20%;right:-10%}.landing-root .v1-bg .mesh{background:repeating-linear-gradient(45deg,#0000 0 32px,#25c6e00d 32px 33px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 40%,#0000 90%);mask-image:radial-gradient(#000 40%,#0000 90%)}.landing-root .v1-hero-inner{z-index:2;grid-template-columns:1.05fr 1fr;align-items:center;gap:48px;max-width:1320px;margin:0 auto;padding:0 56px;display:grid;position:relative}.landing-root .v1-left{max-width:580px}.landing-root .v1-head{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg);text-wrap:balance;margin:14px 0 18px;font-size:56px;font-weight:700;line-height:1.04}.landing-root .v1-head em{background:linear-gradient(90deg,#6fe3f1,#25c6e0);color:#0000;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-style:normal}.landing-root .v1-head-line2{color:var(--fg-2);margin-top:4px;font-size:.84em;font-weight:600;display:inline-block}.landing-root .v1-sub{color:var(--fg-2);text-wrap:pretty;max-width:520px;margin:0 0 24px;font-size:16px;line-height:1.55}.landing-root .v1-cta{gap:12px;margin-bottom:32px;display:flex}.landing-root .v1-hero-coverage{border-top:1px solid var(--line);flex-direction:column;gap:4px;padding-top:20px;display:flex}.landing-root .coverage-label{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--chip-fg);font-size:12px;font-weight:700}.landing-root .coverage-list{color:var(--fg-3);letter-spacing:.01em;font-size:13.5px}.landing-root .v1-hero-scroll{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--fg-3);opacity:.7;z-index:3;flex-direction:column;align-items:center;gap:8px;font-size:10.5px;font-weight:600;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.landing-root .v1-right{justify-content:center;align-items:center;height:640px;display:flex;position:relative}.landing-root .orbit-wrap{opacity:.92;width:720px;height:720px;position:relative;transform:scale(.88)}.landing-root .orbit{transition:transform .36s cubic-bezier(.22,.7,.22,1);position:absolute;inset:0}.landing-root .orbit .ring{border:1px solid #25c6e01a;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-root .orbit .ring.r1{width:360px;height:360px;animation:60s linear infinite slowSpin}.landing-root .orbit .ring.r2{border-style:dashed;border-color:#25c6e012;width:500px;height:500px;animation:90s linear infinite reverse slowSpin}.landing-root .orbit .ring.r3{border-color:#25c6e00a;width:660px;height:660px;animation:140s linear infinite slowSpin}@keyframes slowSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.landing-root .orbit-beams{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.landing-root .beam-draw{stroke-dasharray:400;stroke-dashoffset:400px;animation:1.1s ease-out forwards beamDraw}@keyframes beamDraw{0%{stroke-dashoffset:400px;opacity:1}70%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:0}}.landing-root .orbit .core{border-radius:50%;justify-content:center;align-items:center;width:146px;height:146px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-root .orbit .core-ring{background:radial-gradient(circle,#25c6e073,#0e7a8b14 70%,#0000 80%);border-radius:50%;animation:3.5s ease-in-out infinite corePulse;position:absolute;inset:0}@keyframes corePulse{0%,to{box-shadow:0 0 80px 4px #25c6e047}50%{box-shadow:0 0 120px 12px #25c6e073}}.landing-root .orbit .core-inner{background:radial-gradient(circle at 35% 30%,#7de8f3 0%,#25c6e0 40%,#0e7a8b 95%);border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;display:flex;position:relative;box-shadow:0 0 40px #25c6e080,inset 0 -8px 20px #0a141e40,inset 0 4px 12px #ffffff40}.landing-root .orbit .core-label{font-family:var(--font-display);color:#0a1920;text-align:center;letter-spacing:-.01em;font-size:12px;font-weight:700;line-height:1.15}.landing-root .orbit .node{animation:nodeIn .9s var(--ease-out) both;cursor:pointer;transition:transform .24s var(--ease-out);align-items:center;gap:8px;display:flex;position:absolute;top:50%;left:50%}@keyframes nodeIn{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur()}}.landing-root .orbit .node-dot{background:var(--accent);width:10px;height:10px;box-shadow:0 0 12px var(--accent), 0 0 3px #fff;transition:all .24s var(--ease-out);border-radius:50%;flex-shrink:0}.landing-root .orbit .node-lg .node-dot{width:14px;height:14px}.landing-root .orbit .node-sm .node-dot{opacity:.7;width:8px;height:8px}.landing-root .orbit .node-label{font-family:var(--font-display);letter-spacing:-.01em;color:var(--fg);border:1px solid var(--line);white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .24s var(--ease-out);background:#111316d9;border-radius:999px;padding:5px 11px;font-size:12.5px;font-weight:600}.landing-root .orbit .node-lg .node-label{color:var(--chip-fg);border-color:var(--chip-line);background:#25c6e02e;font-size:13.5px}.landing-root .orbit .node-sm .node-label{opacity:.8;font-size:11.5px}.landing-root .orbit .node.is-active .node-dot{background:#7de8f3;width:16px;height:16px;box-shadow:0 0 18px #7de8f3,0 0 6px #fff}.landing-root .orbit .node.is-active .node-label{color:#e8fafc;background:#25c6e047;border-color:#7de8f3;transform:scale(1.05);box-shadow:0 0 24px #25c6e066}.landing-root .wte{background:var(--bg);border-top:1px solid var(--line);padding:72px 0 48px;position:relative}.landing-root .wte-inner{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1320px;margin:0 auto;padding:0 56px;display:grid}.landing-root .wte-card{border:1px solid var(--line);background:var(--bg-2);border-radius:14px;padding:24px}.landing-root .wte-card h3{font-family:var(--font-display);letter-spacing:-.015em;color:var(--fg);margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.25}.landing-root .wte-card p{color:var(--fg-2);margin:0;font-size:13.5px;line-height:1.55}.landing-root .v1-demo{background:#07090b;padding:96px 0 120px;position:relative}.landing-root .v1-demo-bg{pointer-events:none;opacity:.5;background:radial-gradient(at 20% 0,#25c6e01a,#0000 50%),radial-gradient(at 80% 100%,#0e7a8b2e,#0000 50%);position:absolute;inset:0}.landing-root .v1-demo-inner{z-index:1;max-width:1320px;margin:0 auto;padding:0 56px;position:relative}.landing-root .eyebrow-section{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--chip-fg);font-size:11.5px;font-weight:700;display:inline-block}.landing-root .v1-demo-head{max-width:780px;margin-bottom:40px}.landing-root .v1-h2{font-family:var(--font-display);letter-spacing:-.028em;color:var(--fg);text-wrap:balance;margin:14px 0 0;font-size:48px;font-weight:700;line-height:1.06}.landing-root .v1-h2 em{background:linear-gradient(90deg,#6fe3f1,#25c6e0);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.landing-root .v1-demo-foot{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:28px;margin-top:32px;padding-top:24px;display:grid}.landing-root .v1-demo-foot>div{color:var(--fg-2);font-size:13.5px;line-height:1.55}.landing-root .v1-demo-foot b{color:var(--fg);font-weight:700}.landing-root .demo-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--line);background:#111316ad;border-radius:18px;overflow:hidden;box-shadow:0 30px 80px -30px #0009,0 0 60px -20px #25c6e040}.landing-root .demo-card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.landing-root .demo-card-title{font-family:var(--font-display);color:var(--fg);letter-spacing:-.01em;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.landing-root .demo-card-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:1.6s infinite blink}@keyframes blink{50%{opacity:.3}}.landing-root .demo-card-meta{color:var(--fg-3);letter-spacing:.02em;font-size:11px}.landing-root .demo-card-body{grid-template-columns:1fr 0fr;min-height:460px;transition:grid-template-columns .6s cubic-bezier(.22,.7,.22,1);display:grid}.landing-root .demo-card-body.is-split{grid-template-columns:1fr 1fr}.landing-root .demo-chat{border-right:1px solid var(--line);flex-direction:column;gap:12px;max-height:460px;padding:22px;display:flex;overflow-y:auto}.landing-root .demo-bubble{animation:bubbleIn .3s var(--ease-out) both;grid-template-columns:56px 1fr;gap:10px;font-size:13.5px;line-height:1.5;display:grid}@keyframes bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing-root .demo-bubble .who{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3);padding-top:3px;font-size:10.5px;font-weight:700}.landing-root .demo-bubble .msg{color:var(--fg)}.landing-root .demo-you .msg{background:#25c6e01a;border:1px solid #25c6e033;border-radius:10px;padding:10px 12px;display:inline-block}.landing-root .demo-bubble .caret{background:var(--accent);vertical-align:middle;width:6px;height:14px;margin-left:2px;animation:1s infinite caretBlink;display:inline-block}@keyframes caretBlink{50%{opacity:0}}.landing-root .demo-scanning{font-family:var(--font-display);color:var(--chip-fg);letter-spacing:-.005em;animation:bubbleIn .3s var(--ease-out) both;background:#25c6e014;border:1px solid #25c6e02e;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:12.5px;font-weight:600;display:flex}.landing-root .scanning-dots{gap:3px;margin-left:auto;display:inline-flex}.landing-root .scanning-dots i{background:var(--chip-fg);border-radius:50%;width:4px;height:4px;animation:1.2s infinite scanDot;display:inline-block}.landing-root .scanning-dots i:nth-child(2){animation-delay:.15s}.landing-root .scanning-dots i:nth-child(3){animation-delay:.3s}@keyframes scanDot{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.landing-root .demo-complete{color:#6ae08a;animation:bubbleIn .3s var(--ease-out) both;background:#6ae08a14;border:1px solid #6ae08a3d;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:12.5px;font-weight:600;display:flex}.landing-root .demo-complete .check{color:#0a0a0a;background:#6ae08a;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;font-weight:700;display:inline-flex}.landing-root .demo-idle{border:1px dashed var(--line);font-family:var(--font-display);color:var(--fg-3);letter-spacing:.01em;background:#ffffff05;border-radius:10px;align-items:center;gap:10px;padding:14px 16px;font-size:12.5px;font-weight:600;display:flex}.landing-root .demo-idle-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%;animation:1.6s ease-in-out infinite idlePulse}@keyframes idlePulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.landing-root .demo-matches{opacity:0;transition:opacity .42s cubic-bezier(.22, .7, .22, 1) .1s, transform .52s cubic-bezier(.22, .7, .22, 1) .1s, background .4s var(--ease-out);border-left:1px solid #0000;flex-direction:column;gap:12px;padding:22px;display:flex;overflow:hidden;transform:translate(20px)}.landing-root .demo-matches.is-visible{opacity:1;border-left-color:var(--line);transform:translate(0)}.landing-root .demo-matches.is-on{background:linear-gradient(#25c6e008,#0000)}.landing-root .demo-matches-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding-bottom:12px;display:flex}.landing-root .demo-matches-label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--fg-2);font-size:11.5px;font-weight:700}.landing-root .demo-matches-count{color:var(--fg-3);font-variant-numeric:tabular-nums;font-size:11px}.landing-root .demo-matches-list{flex-direction:column;flex:1;gap:10px;display:flex}.landing-root .demo-matches-skel{flex-direction:column;gap:10px;display:flex}.landing-root .skel-row{border:1px solid var(--line);background:linear-gradient(90deg,#ffffff05 0%,#ffffff0d 50%,#ffffff05 100%) 0 0/200% 100%;border-radius:10px;height:72px;animation:1.8s ease-in-out infinite skelShimmer}@keyframes skelShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.landing-root .demo-match{border:1px solid var(--line);animation:matchIn .5s var(--ease-out) both;background:#ffffff05;border-radius:10px;grid-template-columns:auto 1fr;gap:14px;padding:12px 14px;display:grid}@keyframes matchIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.landing-root .demo-match.is-gated{opacity:.55}.landing-root .demo-match-tag{font-family:var(--font-display);letter-spacing:.14em;border-radius:5px;flex-shrink:0;height:fit-content;padding:5px 8px;font-size:10px;font-weight:700}.landing-root .tag-fed{color:var(--chip-fg);background:#25c6e02e}.landing-root .tag-tax{color:#d6a33c;background:#d6a33c2e}.landing-root .tag-prov{color:#8cbeff;background:#8cbeff2e}.landing-root .demo-match-body{flex-direction:column;gap:8px;min-width:0;display:flex}.landing-root .demo-match-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.landing-root .demo-match-head h4{font-family:var(--font-display);letter-spacing:-.015em;color:var(--fg);margin:0;font-size:15px;font-weight:700;line-height:1.1}.landing-root .demo-match-full{color:var(--fg-3);font-size:10.5px}.landing-root .demo-match-amt{font-family:var(--font-display);color:var(--accent);letter-spacing:-.01em;white-space:nowrap;font-size:13px;font-weight:700}.landing-root .demo-match-bar{background:#ffffff14;border-radius:999px;height:3px;position:relative;overflow:hidden}.landing-root .demo-match-bar .fill{background:linear-gradient(90deg,#25c6e0,#7de8f3);height:100%;transition:width 1.1s cubic-bezier(.2,.7,.2,1);display:block}.landing-root .demo-match.is-gated .demo-match-bar .fill{background:linear-gradient(90deg,#d6a33c,#e8be5c)}.landing-root .demo-match-bar .gate{background:#fff6;width:1px;position:absolute;top:-3px;bottom:-3px}.landing-root .demo-match-foot{justify-content:space-between;align-items:flex-start;gap:12px;font-size:11.5px;display:flex}.landing-root .demo-match-foot .why{color:var(--fg-3);flex:1;align-items:flex-start;gap:6px;line-height:1.4;display:inline-flex}.landing-root .demo-match-foot .why .dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:3px;height:3px;margin-top:6px}.landing-root .demo-match-foot .conf{text-align:right;white-space:nowrap;flex-direction:column;line-height:1;display:flex}.landing-root .demo-match-foot .conf .n{font-family:var(--font-display);color:var(--fg);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:18px;font-style:normal;font-weight:700}.landing-root .demo-match-foot .conf .p{color:var(--fg-3);margin-left:1px;font-size:10px;font-style:normal;font-weight:600}.landing-root .demo-match-foot .conf .lbl{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);margin-top:3px;font-size:9.5px;font-style:normal;font-weight:600}.landing-root .demo-match-foot .conf .lbl.gl{color:#d6a33c}.landing-root .demo-matches-foot{border-top:1px solid var(--line);font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);padding-top:12px;font-size:10.5px;font-weight:600}.landing-root .flow-section{background:var(--bg);padding:64px 0 48px}.landing-root .flow-inner{max-width:1320px;margin:0 auto;padding:0 56px}.landing-root .flow{border:1px solid var(--line);background:var(--bg-2);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.landing-root .flow .step{border-right:1px solid var(--line);padding:22px 24px;position:relative}.landing-root .flow .step:last-child{border-right:none}.landing-root .flow .step .num{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--chip-fg);align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.landing-root .flow .step .num:before{content:"";background:var(--chip-bg);width:22px;height:22px;color:var(--chip-fg);border:1px solid var(--chip-line);border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.landing-root .flow .step:first-child .num:before{content:"1"}.landing-root .flow .step:nth-child(2) .num:before{content:"2"}.landing-root .flow .step:nth-child(3) .num:before{content:"3"}.landing-root .flow .step h3{font-family:var(--font-display);letter-spacing:-.015em;color:var(--fg);margin:0 0 6px;font-size:17px;font-weight:700;line-height:1.2}.landing-root .flow .step p{color:var(--fg-2);margin:0;font-size:13.5px;line-height:1.5}.landing-root .flow .step .arr{background:var(--bg);border:1px solid var(--line);width:20px;height:20px;color:var(--fg-3);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.landing-root .flow .step:last-child .arr{display:none}.landing-root .v1-closer{background:#141414;padding:130px 0 110px;position:relative;overflow:hidden}.landing-root .v1-closer-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:30px;max-width:900px;margin:0 auto;padding:0 56px;display:flex;position:relative}.landing-root .v1-closer-head{font-family:var(--font-display);letter-spacing:-.035em;color:var(--fg);text-wrap:balance;margin:0;font-size:72px;font-weight:700;line-height:1.02}.landing-root .v1-closer-head em{background:linear-gradient(90deg,#6fe3f1,#25c6e0);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.landing-root .v1-closer-cta{margin-top:10px}.landing-root .v1-closer-meta{color:var(--fg-2);letter-spacing:.01em;align-items:center;gap:14px;font-size:13px;display:inline-flex}.landing-root .v1-closer-meta b{color:var(--fg);font-weight:700}.landing-root .v1-closer-meta .dot{background:var(--line);border-radius:50%;width:3px;height:3px}.landing-root .v1-closer-partners{color:var(--fg-3);letter-spacing:.02em;border-top:1px solid var(--line);margin-top:10px;padding-top:24px;font-size:12.5px}.landing-root .v1-closer-partners b{color:var(--fg-2);letter-spacing:-.005em;font-weight:700}.landing-root .microfoot-section{background:var(--bg);max-width:1320px;margin:0 auto;padding:28px 56px}.landing-root .microfoot{color:var(--fg-3);border-top:1px solid var(--line);flex-wrap:wrap;gap:28px;padding-top:20px;font-size:12px;display:flex}.landing-root .microfoot .dot{color:var(--accent)}.landing-root .microfoot strong{color:var(--fg-2);font-weight:600}@media (max-width:1100px){.landing-root .v1-hero-inner{grid-template-columns:1fr;gap:20px}.landing-root .v1-right{height:520px}.landing-root .orbit-wrap{opacity:.9;transform:scale(.7)}.landing-root .demo-card-body,.landing-root .demo-card-body.is-split{grid-template-columns:1fr}.landing-root .demo-chat{border-right:none;border-bottom:1px solid var(--line);max-height:360px}.landing-root .demo-matches{border-left:none;transform:translateY(20px)translate(0)}.landing-root .demo-matches.is-visible{transform:translateY(0)}.landing-root .wte-inner,.landing-root .flow{grid-template-columns:1fr}.landing-root .flow .step{border-right:none;border-bottom:1px solid var(--line)}.landing-root .flow .step:last-child{border-bottom:none}.landing-root .flow .step .arr{display:none}.landing-root .v1-closer-head{font-size:52px}.landing-root .v1-head{font-size:44px}}@media (max-width:720px){.landing-root .nav{padding:20px 24px}.landing-root .v1-hero-inner,.landing-root .v1-demo-inner,.landing-root .flow-inner,.landing-root .wte-inner,.landing-root .v1-closer-inner,.landing-root .microfoot-section{padding-left:24px;padding-right:24px}.landing-root .v1-head{font-size:36px}.landing-root .v1-h2{font-size:32px}.landing-root .v1-closer-head{font-size:40px}.landing-root .v1-cta{flex-direction:column;align-items:stretch}.landing-root .v1-demo-foot{grid-template-columns:1fr}}
