.wv-home{--wv-bg:#0a0e0c;--wv-bg-2:#0d1310;--wv-surface:#101712;--wv-surface-2:#17211b;--wv-line:hsla(0,0%,100%,.07);--wv-line-2:hsla(0,0%,100%,.13);--wv-text:#f2f5f3;--wv-text-2:#a8b3ac;--wv-text-3:#6f7b74;--wv-green:#25d366;--wv-green-deep:#0b7c40;--wv-green-ink:#06301a;--wv-green-soft:rgba(37,211,102,.1);--wv-bubble-in:#17211b;--wv-bubble-out:#12402a;--wv-bubble-out-text:#d9f2e2;--wv-radius:16px;--wv-radius-sm:10px;--wv-font:var(--font-geist-sans),system-ui,-apple-system,"Segoe UI",sans-serif;--wv-mono:var(--font-geist-mono),ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--wv-bg);color:var(--wv-text);font-family:var(--wv-font);line-height:1.5;overflow-x:clip;position:relative;isolation:isolate;-webkit-font-smoothing:antialiased}html[data-theme=light] .wv-home{--wv-bg:#f6f8f6;--wv-bg-2:#eff3ef;--wv-surface:#fff;--wv-surface-2:#ecf1ec;--wv-line:rgba(12,20,15,.08);--wv-line-2:rgba(12,20,15,.15);--wv-text:#101613;--wv-text-2:#4a554e;--wv-text-3:#75817a;--wv-green:#0c9a50;--wv-green-deep:#0b7c40;--wv-green-ink:#fff;--wv-green-soft:rgba(11,124,64,.08);--wv-bubble-in:#edf2ed;--wv-bubble-out:#dcf6e3;--wv-bubble-out-text:#123b23}.wv-home *{box-sizing:border-box}.wv-home img,.wv-home svg{display:block;max-width:100%}.wv-home a{color:inherit;text-decoration:none}.wv-home button{font:inherit;cursor:pointer}.wv-container{width:100%;max-width:1240px;margin:0 auto;padding:0 32px}.wv-home h1,.wv-home h2,.wv-home h3,.wv-home h4{margin:0;font-weight:600;letter-spacing:-.03em;line-height:1.06;color:var(--wv-text);text-wrap:balance}.wv-home .wv-h2{font-size:clamp(30px,3.6vw,46px)}.wv-home .wv-sub{font-size:17px;color:var(--wv-text-2);line-height:1.55;max-width:58ch}.wv-eyebrow{display:inline-block;font-family:var(--wv-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--wv-green);margin-bottom:16px}.wv-btn{display:inline-flex;align-items:center;gap:9px;padding:13px 24px;border-radius:999px;font-size:15px;font-weight:500;border:1px solid transparent;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s ease,border-color .2s ease,box-shadow .2s ease;white-space:nowrap}.wv-btn:active{transform:translateY(1px)}.wv-home .wv-btn-primary{background:var(--wv-green);color:var(--wv-green-ink);box-shadow:0 10px 30px -12px rgba(37,211,102,.45)}html[data-theme=light] .wv-home .wv-btn-primary{background:var(--wv-green-deep);box-shadow:0 10px 30px -12px rgba(11,124,64,.45)}.wv-home .wv-btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 36px -12px rgba(37,211,102,.55)}.wv-home .wv-btn-ghost{background:transparent;border-color:var(--wv-line-2);color:var(--wv-text)}.wv-home .wv-btn-ghost:hover{border-color:var(--wv-green);background:var(--wv-green-soft)}.wv-reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.wv-reveal.in{opacity:1;transform:none}.wv-reveal.d1{transition-delay:.07s}.wv-reveal.d2{transition-delay:.14s}.wv-reveal.d3{transition-delay:.21s}@media (prefers-reduced-motion:reduce){.wv-reveal{opacity:1;transform:none;transition:none}}.wv-hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding:96px 0 72px;overflow:hidden}.wv-hero:before{content:"";position:absolute;inset:0;z-index:-1;background-image:radial-gradient(circle at 1px 1px,var(--wv-line) 1px,transparent 0);background-size:26px 26px;mask-image:radial-gradient(75% 70% at 40% 35%,#000 20%,transparent 80%);-webkit-mask-image:radial-gradient(75% 70% at 40% 35%,#000 20%,transparent 80%)}.wv-hero:after{content:"";position:absolute;top:-220px;left:-160px;width:640px;height:640px;z-index:-2;border-radius:50%;background:radial-gradient(circle,var(--wv-green-soft),transparent 65%);filter:blur(40px)}.wv-hero-grid{display:grid;grid-template-columns:7fr 5fr;gap:64px;align-items:center}.wv-hero h1{font-size:clamp(38px,4.6vw,60px);letter-spacing:-.035em;margin:0 0 22px;max-width:15ch}.wv-hero h1 em{font-style:italic;font-weight:600;color:var(--wv-green);line-height:1.1;padding-bottom:2px}.wv-hero-sub{font-size:clamp(16px,1.3vw,19px);color:var(--wv-text-2);max-width:46ch;margin:0 0 34px}.wv-hero-cta{display:flex;gap:12px;flex-wrap:wrap}.wv-deck-wrap{display:flex;flex-direction:column;gap:20px}.wv-deck{position:relative;height:340px;overflow:hidden;touch-action:pan-y;cursor:grab;outline:none}.wv-deck:active{cursor:grabbing}.wv-deck:focus-visible{outline:2px solid var(--wv-green);outline-offset:10px;border-radius:calc(var(--wv-radius) + 6px)}.wv-card{position:absolute;left:0;right:0;bottom:46px;height:248px;display:flex;flex-direction:column;padding:24px;border-radius:20px;background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,0) 42%),var(--wv-surface);border:1px solid var(--wv-line-2);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.07),0 24px 60px -24px rgba(3,12,7,.75),0 2px 8px -2px rgba(3,12,7,.4);transform-origin:50% 100%;will-change:transform,opacity;-moz-user-select:none;user-select:none;-webkit-user-select:none}html[data-theme=light] .wv-card{background:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,0) 42%),var(--wv-surface);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 22px 50px -22px rgba(11,60,34,.28),0 2px 8px -3px rgba(11,60,34,.16)}.wv-card-top{display:flex;align-items:center;gap:12px}.wv-card-av{flex-shrink:0;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:13px;font-weight:600;letter-spacing:.01em;color:var(--wv-green);background:var(--wv-green-soft);border:1px solid color-mix(in srgb,var(--wv-green) 22%,transparent)}.wv-card-id{min-width:0;flex:1}.wv-card-name{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--wv-text)}.wv-card-phone{margin-top:2px}.wv-card-phone,.wv-card-time{font-family:var(--wv-mono);font-size:11.5px;color:var(--wv-text-3)}.wv-card-time{font-variant-numeric:tabular-nums;align-self:flex-start}.wv-card-msg{flex:1;margin:20px 0 0;font-size:20px;line-height:1.32;letter-spacing:-.022em;color:var(--wv-text);text-wrap:balance}.wv-card-foot,.wv-card-msg{display:flex;align-items:center}.wv-card-foot{gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid var(--wv-line)}.wv-card-check{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--wv-green);color:var(--wv-green-ink)}html[data-theme=light] .wv-card-check{background:var(--wv-green-deep);color:#fff}.wv-card-action{flex:1;min-width:0;font-size:13.5px;color:var(--wv-text-2)}.wv-card-latency{flex-shrink:0;font-family:var(--wv-mono);font-size:11.5px;font-variant-numeric:tabular-nums;color:var(--wv-green);padding:4px 9px;border-radius:999px;background:var(--wv-green-soft)}.wv-deck-nav{display:flex;align-items:center;gap:16px}.wv-dots{display:flex;gap:7px}.wv-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:var(--wv-line-2);transition:width .35s cubic-bezier(.16,1,.3,1),background .3s ease}.wv-dot:hover{background:var(--wv-text-3)}.wv-dot.active{width:22px;background:var(--wv-green)}html[data-theme=light] .wv-dot.active{background:var(--wv-green-deep)}.wv-dot:focus-visible{outline:2px solid var(--wv-green);outline-offset:3px}.wv-deck-caption{font-size:12.5px;color:var(--wv-text-3)}@media (prefers-reduced-motion:reduce){.wv-dot{transition:none}}.wv-logos{padding:44px 0;border-top:1px solid var(--wv-line);border-bottom:1px solid var(--wv-line);background:var(--wv-bg-2)}.wv-logos-label{font-size:13px;color:var(--wv-text-3);margin-bottom:26px}.wv-logos-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:36px}.wv-logos-row img{max-height:44px;max-width:150px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%) opacity(.65);transition:filter .25s ease}html[data-theme=dark] .wv-logos-row img{filter:grayscale(100%) brightness(1.4) opacity(.55)}.wv-logos-row img:hover{filter:none}.wv-section{padding:96px 0;position:relative}.wv-section-head{max-width:680px;margin-bottom:56px}.wv-section-head .wv-sub{margin-top:18px}.wv-why-grid{display:grid;grid-template-columns:7fr 5fr;gap:72px;align-items:start}.wv-zero{font-family:var(--wv-mono);font-size:clamp(88px,11vw,168px);font-weight:700;line-height:.95;letter-spacing:-.06em;color:var(--wv-green);font-variant-numeric:tabular-nums}.wv-zero-label{font-size:clamp(20px,2vw,26px);font-weight:600;letter-spacing:-.02em;margin:10px 0 18px}.wv-why-copy{font-size:16px;color:var(--wv-text-2);max-width:46ch;line-height:1.6}.wv-why-compare{margin-top:34px;display:flex;gap:40px;border-top:1px solid var(--wv-line);padding-top:22px}.wv-why-compare .wv-cmp-num{font-family:var(--wv-mono);font-size:26px;font-weight:600;font-variant-numeric:tabular-nums}.wv-why-compare .ours .wv-cmp-num{color:var(--wv-green)}.wv-why-compare .them .wv-cmp-num{color:var(--wv-text-3)}.wv-why-compare .wv-cmp-lbl{font-size:13px;color:var(--wv-text-3);margin-top:4px}.wv-why-rail{display:flex;flex-direction:column}.wv-why-item{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--wv-line)}.wv-why-item:first-child{padding-top:4px}.wv-why-item:last-child{border-bottom:0}.wv-why-ico{flex-shrink:0;width:40px;height:40px;border-radius:var(--wv-radius-sm);display:grid;place-items:center;background:var(--wv-green-soft);color:var(--wv-green)}.wv-why-item h3{font-size:16px;font-weight:600;letter-spacing:-.01em;margin-bottom:5px}.wv-why-item p{margin:0;font-size:14px;color:var(--wv-text-2);line-height:1.55}.wv-how{background:var(--wv-bg-2);border-top:1px solid var(--wv-line);border-bottom:1px solid var(--wv-line)}.wv-how-grid{display:grid;grid-template-columns:5fr 6fr;gap:72px;align-items:start}.wv-how-copy{position:sticky;top:120px}.wv-steps{list-style:none;margin:36px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.wv-step{display:flex;gap:15px;padding:16px 18px;border-radius:var(--wv-radius);border:1px solid transparent;opacity:.45;transition:opacity .45s ease,border-color .45s ease,background .45s ease}.wv-step.active{opacity:1;border-color:var(--wv-line-2);background:var(--wv-surface)}.wv-step-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-family:var(--wv-mono);font-size:12px;border:1px solid var(--wv-line-2);color:var(--wv-text-2);transition:all .4s ease}.wv-step.active .wv-step-num{background:var(--wv-green);color:var(--wv-green-ink);border-color:transparent}html[data-theme=light] .wv-step.active .wv-step-num{color:#fff}.wv-step h4{font-size:15px;font-weight:600;letter-spacing:-.01em;margin:3px 0}.wv-step p{margin:0;font-size:13.5px;color:var(--wv-text-2)}.wv-flow{border-radius:var(--wv-radius);border:1px solid var(--wv-line-2);background:var(--wv-surface);padding:34px 30px;position:relative;overflow:hidden}.wv-flow:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--wv-line) 1px,transparent 0);background-size:22px 22px;pointer-events:none}.wv-flow-node{position:relative;display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:var(--wv-radius-sm);border:1px solid var(--wv-line-2);background:var(--wv-surface-2);transition:border-color .4s ease,box-shadow .4s ease,transform .4s ease}.wv-flow-node.active{border-color:var(--wv-green);box-shadow:0 0 0 3px var(--wv-green-soft);transform:translateX(4px)}.wv-flow-ico{flex-shrink:0;width:38px;height:38px;border-radius:var(--wv-radius-sm);display:grid;place-items:center;background:var(--wv-green-soft);color:var(--wv-green)}.wv-flow-ttl{font-size:14px;font-weight:600;color:var(--wv-text)}.wv-flow-sub{font-family:var(--wv-mono);font-size:11px;color:var(--wv-text-3);margin-top:2px}.wv-flow-link{width:2px;height:26px;margin-left:34px;background:var(--wv-line-2);position:relative;transition:background .4s ease}.wv-flow-link.active{background:var(--wv-green)}.wv-api-grid{display:grid;grid-template-columns:6fr 5fr;gap:72px;align-items:center}.wv-api-copy .wv-bullets{list-style:none;margin:26px 0 30px;padding:0;display:flex;flex-direction:column;gap:12px}.wv-api-copy .wv-bullets li{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;color:var(--wv-text-2)}.wv-api-copy .wv-bullets svg{flex-shrink:0;margin-top:2px;color:var(--wv-green)}.wv-code{border-radius:var(--wv-radius);border:1px solid hsla(0,0%,100%,.1);background:#0c120e;overflow:hidden;box-shadow:0 30px 70px -35px rgba(4,12,7,.7)}.wv-code-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.08)}.wv-code-title{font-family:var(--wv-mono);font-size:11.5px;color:#6f7b74}.wv-code-tabs{display:flex;gap:4px}.wv-code-tab{font-family:var(--wv-mono);font-size:11.5px;padding:6px 12px;border-radius:999px;color:#a8b3ac;background:transparent;border:0;transition:background .2s ease,color .2s ease}.wv-code-tab:hover{color:#f2f5f3}.wv-code-tab.active{background:rgba(37,211,102,.14);color:#5ee38b}.wv-code-body{padding:22px 20px;font-family:var(--wv-mono);font-size:12.5px;line-height:1.7;color:#c7d4cb;min-height:320px}.wv-code-body pre{margin:0;font-family:inherit;white-space:pre-wrap;word-break:break-word}.wv-code .tk-c{color:#5c6862;font-style:italic}.wv-code .tk-k{color:#5ee38b}.wv-code .tk-s{color:#a9e8c0}.wv-code .tk-f{color:#7fd6ff}.wv-code .tk-m{color:#f2f5f3}.wv-bento{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.wv-cell{border-radius:var(--wv-radius);border:1px solid var(--wv-line);background:var(--wv-surface);padding:28px;display:flex;flex-direction:column;transition:border-color .25s ease,transform .25s cubic-bezier(.16,1,.3,1)}.wv-cell:hover{border-color:var(--wv-line-2);transform:translateY(-3px)}.wv-cell-4{grid-column:span 4}.wv-cell-2{grid-column:span 2}.wv-cell-6{grid-column:span 6}.wv-cell-tint{background:radial-gradient(120% 130% at 0 0,var(--wv-green-soft),transparent 60%),var(--wv-surface)}.wv-cell-dots{background-image:radial-gradient(circle at 1px 1px,var(--wv-line-2) 1px,transparent 0);background-size:18px 18px;background-color:var(--wv-surface)}.wv-cell-ico{width:42px;height:42px;border-radius:var(--wv-radius-sm);display:grid;place-items:center;background:var(--wv-green-soft);color:var(--wv-green);margin-bottom:20px}.wv-cell h3{font-size:19px;font-weight:600;letter-spacing:-.015em;margin-bottom:8px}.wv-cell p{margin:0;font-size:14px;color:var(--wv-text-2);line-height:1.55}.wv-cell-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:22px}.wv-chip{font-family:var(--wv-mono);font-size:11px;padding:5px 11px;border-radius:var(--wv-radius-sm);border:1px solid var(--wv-line-2);color:var(--wv-text-2)}.wv-cell-row{flex-direction:row;align-items:center;gap:32px;flex-wrap:wrap}.wv-cell-row .wv-cell-ico{margin-bottom:0}.wv-cell-row .wv-cell-txt{flex:1;min-width:240px}.wv-cell-stats{display:flex;gap:36px}.wv-stat-num{font-family:var(--wv-mono);font-size:26px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--wv-text)}.wv-stat-lbl{font-size:12.5px;color:var(--wv-text-3);margin-top:3px}.wv-quotes{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.wv-quote{border-radius:var(--wv-radius);border:1px solid var(--wv-line);background:var(--wv-surface);padding:28px;display:flex;flex-direction:column;gap:20px}.wv-quote-3{grid-column:span 3}.wv-quote-2{grid-column:span 2}.wv-quote-featured{background:radial-gradient(130% 120% at 100% 0,var(--wv-green-soft),transparent 55%),var(--wv-surface)}.wv-quote-body{font-size:15.5px;line-height:1.55;color:var(--wv-text);flex:1;margin:0}.wv-quote-3 .wv-quote-body{font-size:17px}.wv-quote-foot{display:flex;align-items:center;gap:12px;border-top:1px solid var(--wv-line);padding-top:18px}.wv-quote-av{width:38px;height:38px;border-radius:var(--wv-radius-sm);background:var(--wv-green-soft);color:var(--wv-green);display:grid;place-items:center;font-size:12.5px;font-weight:600}.wv-quote-name{font-size:13.5px;font-weight:600;color:var(--wv-text)}.wv-quote-role{font-size:12px;color:var(--wv-text-3);margin-top:1px}.wv-toggle{display:inline-flex;gap:4px;padding:4px;border-radius:999px;border:1px solid var(--wv-line-2);background:var(--wv-surface);margin-top:30px}.wv-toggle button{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:999px;border:0;background:transparent;color:var(--wv-text-2);font-size:14px;font-weight:500;transition:background .2s ease,color .2s ease}.wv-toggle button.active{background:var(--wv-green);color:var(--wv-green-ink)}html[data-theme=light] .wv-toggle button.active{background:var(--wv-green-deep);color:#fff}.wv-toggle .wv-save{font-size:11px;font-weight:600;padding:2px 7px;border-radius:999px;background:var(--wv-green-soft);color:var(--wv-green)}.wv-toggle button.active .wv-save{background:hsla(0,0%,100%,.22);color:inherit}.wv-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.wv-plan{border-radius:var(--wv-radius);border:1px solid var(--wv-line);background:var(--wv-surface);padding:30px;display:flex;flex-direction:column}.wv-plan-featured{border-color:var(--wv-green);background:radial-gradient(140% 110% at 50% 0,var(--wv-green-soft),transparent 55%),var(--wv-surface)}.wv-plan-name{font-size:15px;font-weight:600;letter-spacing:-.01em}.wv-plan-badge{float:right;font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:999px;background:var(--wv-green);color:var(--wv-green-ink)}html[data-theme=light] .wv-plan-badge{background:var(--wv-green-deep);color:#fff}.wv-plan-price{font-family:var(--wv-mono);font-size:42px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-top:18px;font-variant-numeric:tabular-nums}.wv-plan-price small{font-size:14px;font-weight:400;color:var(--wv-text-3);margin-left:4px}.wv-plan-tag{font-size:13.5px;color:var(--wv-text-2);margin:10px 0 24px;min-height:21px}.wv-plan ul{list-style:none;margin:0 0 30px;padding:0;display:flex;flex-direction:column;gap:11px}.wv-plan ul li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--wv-text-2)}.wv-plan ul svg{flex-shrink:0;margin-top:2.5px;color:var(--wv-green)}.wv-plan .wv-btn{margin-top:auto;justify-content:center}.wv-plans-note{font-size:13px;color:var(--wv-text-3);text-align:center;margin-top:26px}.wv-faq-grid{display:grid;grid-template-columns:5fr 7fr;gap:72px;align-items:start}.wv-faq-list{border-top:1px solid var(--wv-line)}.wv-faq-item{border-bottom:1px solid var(--wv-line)}.wv-faq-q{width:100%;text-align:left;background:transparent;border:0;padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--wv-text);font-size:16.5px;font-weight:500;letter-spacing:-.01em;transition:color .2s ease}.wv-faq-q:hover{color:var(--wv-green)}.wv-faq-q svg{flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1);color:var(--wv-text-3)}.wv-faq-item.open .wv-faq-q svg{transform:rotate(45deg);color:var(--wv-green)}.wv-faq-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1);font-size:15px;color:var(--wv-text-2);line-height:1.6}.wv-faq-item.open .wv-faq-a{max-height:320px;padding-bottom:22px}.wv-faq-contact{margin-top:20px;font-size:15px;color:var(--wv-text-2)}.wv-faq-contact a{color:var(--wv-green);font-weight:500}.wv-faq-contact a:hover{text-decoration:underline}.wv-cta{padding:120px 0 130px;text-align:center;position:relative;overflow:hidden}.wv-cta:before{content:"";position:absolute;left:50%;bottom:-320px;transform:translateX(-50%);width:780px;height:560px;border-radius:50%;background:radial-gradient(circle,var(--wv-green-soft),transparent 65%);filter:blur(30px);z-index:-1}.wv-cta h2{font-size:clamp(38px,5vw,68px);letter-spacing:-.035em;margin-bottom:20px}.wv-cta p{color:var(--wv-text-2);font-size:17px;max-width:48ch;margin:0 auto 36px}.wv-cta-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.wv-home .wv-page-hero{min-height:0;display:block;padding:150px 0 64px}.wv-page-hero h1{font-size:clamp(34px,4.2vw,54px);letter-spacing:-.035em;margin:0 0 20px;max-width:22ch}.wv-page-hero .wv-hero-sub{margin-bottom:30px}.wv-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wv-btn-sm{padding:9px 18px;font-size:13.5px;gap:7px}.wv-kv{display:flex;justify-content:space-between;gap:16px;font-size:13.5px;padding:10px 0;border-bottom:1px solid var(--wv-line)}.wv-kv:last-child{border-bottom:0}.wv-kv dt{color:var(--wv-text);font-weight:500}.wv-kv dd{margin:0;color:var(--wv-text-2);text-align:right}.wv-label{font-family:var(--wv-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--wv-text-3);margin-bottom:4px}.wv-team-av{width:64px;height:64px;border-radius:var(--wv-radius);background:var(--wv-green-soft);color:var(--wv-green);display:grid;place-items:center;font-size:20px;font-weight:600}.wv-team{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.wv-team .wv-cell h3{margin-bottom:2px}.wv-team .wv-cell .wv-role{font-family:var(--wv-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--wv-green);margin-bottom:12px}.wv-link{color:var(--wv-green);font-weight:500}.wv-link:hover{text-decoration:underline}@media (max-width:1000px){.wv-hero-grid{gap:48px}.wv-hero-grid,.wv-team{grid-template-columns:1fr}.wv-hero{min-height:0;padding:72px 0 56px}.wv-deck-wrap{max-width:480px}.wv-why-grid{grid-template-columns:1fr;gap:48px}.wv-how-grid{grid-template-columns:1fr;gap:44px}.wv-how-copy{position:static}.wv-api-grid{grid-template-columns:1fr;gap:44px}.wv-cell-2,.wv-cell-4{grid-column:span 3}.wv-quote-3{grid-column:span 6}.wv-quote-2{grid-column:span 2}.wv-faq-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.wv-container{padding:0 20px}.wv-section{padding:64px 0}.wv-two-col{grid-template-columns:1fr}.wv-page-hero{padding:130px 0 48px}.wv-cell-2,.wv-cell-4,.wv-cell-6,.wv-quote-2,.wv-quote-3{grid-column:span 6}.wv-plans{grid-template-columns:1fr}.wv-why-compare{gap:28px}.wv-cell-stats{gap:24px}.wv-logos-row{justify-content:center;gap:24px}.wv-logos-row img{max-height:34px;max-width:110px}}