:root{--bg-base: #14131b;--bg-surface: #1c1b25;--bg-surface-2: #22212e;--border: rgba(255, 255, 255, .08);--border-subtle: rgba(255, 255, 255, .05);--teal: #338b8d;--teal-light: #43b1b7;--teal-glow: rgba(51, 139, 141, .12);--purple: #7247b4;--purple-glow: rgba(114, 71, 180, .1);--red: #ee4640;--red-glow: rgba(238, 70, 64, .08);--text-primary: #ffffff;--text-secondary: #aeaeb7;--text-muted: #6c6c75;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-base);color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}.flow-section{position:sticky;top:0;height:100vh;overflow:hidden}.flow-scroller{will-change:transform}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay, 0ms);will-change:opacity,transform}.reveal.reveal--left{transform:translate(-40px)}.reveal.reveal--right{transform:translate(40px)}.reveal.is-visible{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-enter{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--delay, 0ms)}.hero-enter--fade{animation:fadeIn 1s ease both;animation-delay:var(--delay, 0ms)}@media(prefers-reduced-motion:reduce){.hero-enter,.hero-enter--fade{animation:none;opacity:1}}.site-nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:1000;opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .3s ease,transform .3s ease}.site-nav--visible[data-astro-cid-dmqpwcec]{opacity:1;transform:translateY(0);pointer-events:auto}.site-nav__inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:0 32px;height:52px;background:#14131bd1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06);border-radius:0 0 12px 12px;box-shadow:0 4px 24px #0006}.site-nav__logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:7px;text-decoration:none;flex-shrink:0}.site-nav__logo-mark[data-astro-cid-dmqpwcec]{font-size:14px;color:#338b8d;line-height:1}.site-nav__logo-text[data-astro-cid-dmqpwcec]{font-size:13px;font-weight:700;color:#fff;letter-spacing:-.3px}.site-nav__logo-text[data-astro-cid-dmqpwcec] em[data-astro-cid-dmqpwcec]{font-style:normal;background:linear-gradient(90deg,#338b8d,#7247b4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-nav__links[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.site-nav__link[data-astro-cid-dmqpwcec]{font-size:12px;font-weight:500;color:#aeaeb7;text-decoration:none;padding:5px 10px;border-radius:6px;transition:color .15s,background .15s;white-space:nowrap;position:relative}.site-nav__link[data-astro-cid-dmqpwcec]:hover{color:#fff;background:#ffffff0d}.site-nav__link[data-astro-cid-dmqpwcec].is-active{color:#338b8d;background:#338b8d1a}.site-nav__right[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:8px;flex-shrink:0}.site-nav__cta[data-astro-cid-dmqpwcec]{font-size:12px;font-weight:700;color:#fff;background:#338b8d;text-decoration:none;padding:6px 14px;border-radius:6px;white-space:nowrap;flex-shrink:0;transition:opacity .15s}.site-nav__cta[data-astro-cid-dmqpwcec]:hover{opacity:.85}.site-nav__cta[data-astro-cid-dmqpwcec].is-active{background:#338b8d40;color:#338b8d}.site-nav__burger[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;justify-content:center;gap:4px;width:34px;height:34px;padding:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:6px;cursor:pointer;flex-shrink:0}.burger-bar[data-astro-cid-dmqpwcec]{display:block;width:100%;height:2px;background:#aeaeb7;border-radius:2px;transition:transform .2s,opacity .2s}.site-nav__burger[data-astro-cid-dmqpwcec][aria-expanded=true] .burger-bar[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-nav__burger[data-astro-cid-dmqpwcec][aria-expanded=true] .burger-bar[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0}.site-nav__burger[data-astro-cid-dmqpwcec][aria-expanded=true] .burger-bar[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-nav__drawer[data-astro-cid-dmqpwcec]{display:block;overflow:hidden;max-height:0;transition:max-height .3s ease;background:#14131bf7;border-top:1px solid rgba(255,255,255,.05)}.site-nav__drawer[data-astro-cid-dmqpwcec].is-open{max-height:420px}.drawer__links[data-astro-cid-dmqpwcec]{list-style:none;margin:0;padding:8px 16px 12px;display:flex;flex-direction:column;gap:2px}.drawer__link[data-astro-cid-dmqpwcec]{display:block;font-size:14px;font-weight:500;color:#aeaeb7;text-decoration:none;padding:10px 12px;border-radius:8px;transition:background .15s,color .15s}.drawer__link[data-astro-cid-dmqpwcec]:hover,.drawer__link[data-astro-cid-dmqpwcec].is-active{background:#338b8d1a;color:#338b8d}.drawer__link--cta[data-astro-cid-dmqpwcec]{margin-top:6px;background:#338b8d;color:#fff!important;font-weight:700;text-align:center}.drawer__link--cta[data-astro-cid-dmqpwcec]:hover{opacity:.88;background:#338b8d;color:#fff!important}@media(max-width:760px){.site-nav__links[data-astro-cid-dmqpwcec],.site-nav__cta[data-astro-cid-dmqpwcec]{display:none}.site-nav__burger[data-astro-cid-dmqpwcec]{display:flex}}@media(max-width:520px){.site-nav__inner[data-astro-cid-dmqpwcec]{padding:0 16px;border-radius:0}}.hero__scroller[data-astro-cid-bbe6dxrz]{width:100%;display:flex;flex-direction:column;align-items:center}.hero[data-astro-cid-bbe6dxrz]{z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:72px 24px 80px}.glow[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;pointer-events:none}.glow--teal[data-astro-cid-bbe6dxrz]{top:-200px;left:-100px;width:600px;height:600px;background:radial-gradient(circle,var(--teal-glow) 0%,transparent 70%)}.glow--purple[data-astro-cid-bbe6dxrz]{bottom:-200px;right:200px;width:500px;height:500px;background:radial-gradient(circle,var(--purple-glow) 0%,transparent 70%)}.hero__inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;display:flex;align-items:center;gap:80px;max-width:1200px;width:100%;margin:0 auto}.hero__copy[data-astro-cid-bbe6dxrz]{flex:0 0 500px;display:flex;flex-direction:column;gap:20px}.hero__eyebrow[data-astro-cid-bbe6dxrz]{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--teal)}.hero__headline[data-astro-cid-bbe6dxrz]{font-size:clamp(48px,5vw,68px);font-weight:800;color:var(--text-primary);line-height:1.05;letter-spacing:-2px}.hero__headline--accent[data-astro-cid-bbe6dxrz]{color:var(--teal)}.hero__h1[data-astro-cid-bbe6dxrz]{font-size:18px;font-weight:600;color:var(--text-secondary);letter-spacing:-.2px;line-height:1.4;margin:0}.hero__divider[data-astro-cid-bbe6dxrz]{width:48px;height:3px;background:linear-gradient(90deg,var(--teal),var(--purple));border-radius:2px}.hero__tagline[data-astro-cid-bbe6dxrz]{font-size:16px;font-weight:400;color:var(--text-secondary);line-height:1.7;max-width:420px}.hero__pills[data-astro-cid-bbe6dxrz]{display:flex;gap:8px;flex-wrap:wrap}.pill[data-astro-cid-bbe6dxrz]{font-size:11px;font-weight:600;letter-spacing:.5px;padding:5px 12px;border-radius:var(--radius-full);border:1px solid var(--border);color:var(--text-secondary);background:#ffffff0a}.hero__ctas[data-astro-cid-bbe6dxrz]{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:8px}.btn[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;font-size:14px;font-weight:600;border-radius:var(--radius-sm);padding:12px 24px;transition:opacity .15s ease,transform .15s ease;cursor:pointer;white-space:nowrap}.btn[data-astro-cid-bbe6dxrz]:hover{opacity:.88;transform:translateY(-1px)}.btn--primary[data-astro-cid-bbe6dxrz]{background:var(--teal);color:#fff;border:none}.btn--ghost[data-astro-cid-bbe6dxrz]{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.btn--ghost[data-astro-cid-bbe6dxrz]:hover{border-color:var(--teal);color:var(--teal)}.hero__yt-link[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .15s;margin-top:4px}.hero__yt-link[data-astro-cid-bbe6dxrz]:hover{color:var(--text-secondary)}.hero__yt-play[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.14);font-size:8px;color:var(--text-muted);flex-shrink:0;transition:border-color .15s,color .15s;padding-left:2px}.hero__yt-link[data-astro-cid-bbe6dxrz]:hover .hero__yt-play[data-astro-cid-bbe6dxrz]{border-color:var(--teal);color:var(--teal)}.hero__mockups[data-astro-cid-bbe6dxrz]{flex:1;display:flex;gap:16px;align-items:flex-start;justify-content:flex-end}.browser[data-astro-cid-bbe6dxrz]{width:310px;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #0009,0 4px 16px #0006;flex-shrink:0}.browser-bar[data-astro-cid-bbe6dxrz]{height:32px;display:flex;align-items:center;padding:0 12px;gap:6px}.dot[data-astro-cid-bbe6dxrz]{width:10px;height:10px;border-radius:50%}.browser-body[data-astro-cid-bbe6dxrz]{padding:20px}.novapay[data-astro-cid-bbe6dxrz] .browser-bar[data-astro-cid-bbe6dxrz]{background:#f0f0f2}.novapay[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]:nth-child(1){background:#ff5f57}.novapay[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]:nth-child(2){background:#febc2e}.novapay[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]:nth-child(3){background:#28c840}.novapay[data-astro-cid-bbe6dxrz] .browser-body[data-astro-cid-bbe6dxrz]{background:#e8f6f9}.novapay[data-astro-cid-bbe6dxrz] .nav[data-astro-cid-bbe6dxrz]{background:#1a696b;padding:10px 14px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.novapay[data-astro-cid-bbe6dxrz] .nav-brand[data-astro-cid-bbe6dxrz]{font-size:12px;font-weight:700;color:#fff;letter-spacing:.5px}.novapay[data-astro-cid-bbe6dxrz] .nav-links[data-astro-cid-bbe6dxrz]{display:flex;gap:12px}.novapay[data-astro-cid-bbe6dxrz] .nav-link[data-astro-cid-bbe6dxrz]{font-size:10px;color:#fffc;font-weight:500}.novapay[data-astro-cid-bbe6dxrz] .card[data-astro-cid-bbe6dxrz]{background:#fff;border-radius:10px;padding:16px;box-shadow:0 2px 8px #338b8d1f}.novapay[data-astro-cid-bbe6dxrz] .badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:4px;background:#e8f6f9;color:#338b8d;font-size:9px;font-weight:600;padding:3px 8px;border-radius:999px;margin-bottom:10px}.novapay[data-astro-cid-bbe6dxrz] .card-label[data-astro-cid-bbe6dxrz]{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#338b8d;margin-bottom:6px}.novapay[data-astro-cid-bbe6dxrz] .card-title[data-astro-cid-bbe6dxrz]{font-size:20px;font-weight:700;color:#14131b;margin-bottom:8px;letter-spacing:-.5px}.novapay[data-astro-cid-bbe6dxrz] .card-body[data-astro-cid-bbe6dxrz]{font-size:11px;color:#6c6c75;line-height:1.5;margin-bottom:14px}.novapay[data-astro-cid-bbe6dxrz] .btn-mock[data-astro-cid-bbe6dxrz]{background:#338b8d;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:11px;font-weight:700;letter-spacing:.5px;cursor:default;font-family:Inter,sans-serif}.canvara[data-astro-cid-bbe6dxrz]{transform:translateY(30px)}.canvara[data-astro-cid-bbe6dxrz] .browser-bar[data-astro-cid-bbe6dxrz]{background:#1e1b2e}.canvara[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]:nth-child(1){background:#ff5f57}.canvara[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]:nth-child(2){background:#febc2e}.canvara[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]:nth-child(3){background:#28c840}.canvara[data-astro-cid-bbe6dxrz] .browser-body[data-astro-cid-bbe6dxrz]{background:#f7f1ff}.canvara[data-astro-cid-bbe6dxrz] .nav[data-astro-cid-bbe6dxrz]{background:#7247b4;padding:10px 14px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.canvara[data-astro-cid-bbe6dxrz] .nav-brand[data-astro-cid-bbe6dxrz]{font-size:12px;font-weight:700;color:#fff;letter-spacing:.5px}.canvara[data-astro-cid-bbe6dxrz] .nav-links[data-astro-cid-bbe6dxrz]{display:flex;gap:12px}.canvara[data-astro-cid-bbe6dxrz] .nav-link[data-astro-cid-bbe6dxrz]{font-size:10px;color:#fffc;font-weight:500}.canvara[data-astro-cid-bbe6dxrz] .card[data-astro-cid-bbe6dxrz]{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 12px #7247b426}.canvara[data-astro-cid-bbe6dxrz] .badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:4px;background:#f7f1ff;color:#7247b4;font-size:9px;font-weight:600;padding:3px 8px;border-radius:999px;margin-bottom:10px}.canvara[data-astro-cid-bbe6dxrz] .card-label[data-astro-cid-bbe6dxrz]{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#7247b4;margin-bottom:6px}.canvara[data-astro-cid-bbe6dxrz] .card-title[data-astro-cid-bbe6dxrz]{font-size:20px;font-weight:700;color:#14131b;margin-bottom:8px;letter-spacing:-.5px}.canvara[data-astro-cid-bbe6dxrz] .card-body[data-astro-cid-bbe6dxrz]{font-size:11px;color:#6c6c75;line-height:1.5;margin-bottom:14px}.canvara[data-astro-cid-bbe6dxrz] .btn-mock[data-astro-cid-bbe6dxrz]{background:#7247b4;color:#fff;border:none;border-radius:999px;padding:8px 16px;font-size:11px;font-weight:700;letter-spacing:.5px;cursor:default;font-family:Inter,sans-serif}.hero__callout[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;margin-top:56px;display:flex;flex-direction:column;align-items:center;gap:12px}.hero__callout-label[data-astro-cid-bbe6dxrz]{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.hero__callout-resolvers[data-astro-cid-bbe6dxrz]{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.resolver[data-astro-cid-bbe6dxrz]{font-size:11px;font-weight:600;padding:5px 12px;border-radius:var(--radius-full);border:1px solid var(--border);color:var(--text-muted);background:#ffffff08}.resolver--active[data-astro-cid-bbe6dxrz]{border-color:var(--teal);color:var(--teal);background:#338b8d14}.resolver--more[data-astro-cid-bbe6dxrz]{border-color:var(--border-subtle);color:var(--text-muted);opacity:.6}@media(max-width:960px){.hero__inner[data-astro-cid-bbe6dxrz]{flex-direction:column;gap:48px;align-items:flex-start}.hero__copy[data-astro-cid-bbe6dxrz]{flex:unset;width:100%}.hero__mockups[data-astro-cid-bbe6dxrz]{justify-content:center;width:100%}.browser[data-astro-cid-bbe6dxrz]{width:220px}}@media(max-width:520px){.canvara[data-astro-cid-bbe6dxrz]{display:none}.hero__headline[data-astro-cid-bbe6dxrz]{font-size:38px;letter-spacing:-1.5px}.hero__tagline[data-astro-cid-bbe6dxrz]{font-size:14px}.hero__mockups[data-astro-cid-bbe6dxrz]{display:none}.hero[data-astro-cid-bbe6dxrz]{padding:48px 20px 40px;justify-content:flex-start}.hero__callout[data-astro-cid-bbe6dxrz]{margin-top:32px}}.problem[data-astro-cid-oo6sugl5]{z-index:2;border-radius:48px 48px 0 0;background:var(--bg-base);box-shadow:0 -16px 80px #0009;padding:100px 72px 120px}.glow[data-astro-cid-oo6sugl5]{position:absolute;border-radius:50%;pointer-events:none}.glow--red[data-astro-cid-oo6sugl5]{top:-200px;left:-100px;width:550px;height:550px;background:radial-gradient(circle,rgba(238,70,64,.06) 0%,transparent 70%)}.glow--purple[data-astro-cid-oo6sugl5]{bottom:-180px;right:-120px;width:480px;height:480px;background:radial-gradient(circle,rgba(114,71,180,.07) 0%,transparent 70%)}.problem__inner[data-astro-cid-oo6sugl5]{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:80px}.problem__copy[data-astro-cid-oo6sugl5]{flex:0 0 400px;display:flex;flex-direction:column;gap:24px}.problem__label[data-astro-cid-oo6sugl5]{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#ee4640}.problem__headline[data-astro-cid-oo6sugl5]{font-size:clamp(32px,3.5vw,44px);font-weight:800;color:var(--text-primary);line-height:1.1;letter-spacing:-1.2px}.problem__headline[data-astro-cid-oo6sugl5] em[data-astro-cid-oo6sugl5]{font-style:normal;color:#ee4640}.problem__divider[data-astro-cid-oo6sugl5]{width:40px;height:3px;background:linear-gradient(90deg,#ee4640,var(--purple));border-radius:2px}.problem__bullets[data-astro-cid-oo6sugl5]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.problem__group-label[data-astro-cid-oo6sugl5]{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ee464080;padding-top:4px;list-style:none}.problem__group-label[data-astro-cid-oo6sugl5]+.bullet[data-astro-cid-oo6sugl5]{margin-top:2px}.bullet[data-astro-cid-oo6sugl5]{display:flex;align-items:flex-start;gap:12px}.bullet__icon[data-astro-cid-oo6sugl5]{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#ee46401a;border:1px solid rgba(238,70,64,.25);display:flex;align-items:center;justify-content:center;margin-top:2px}.bullet__text[data-astro-cid-oo6sugl5]{font-size:14px;color:var(--text-secondary);line-height:1.6}.bullet__text[data-astro-cid-oo6sugl5] strong[data-astro-cid-oo6sugl5]{color:var(--text-primary);font-weight:600}.problem__visual[data-astro-cid-oo6sugl5]{flex:1;display:flex;flex-direction:column;gap:14px;min-width:0}.problem__visual-label[data-astro-cid-oo6sugl5]{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.repos[data-astro-cid-oo6sugl5]{display:flex;gap:10px}.repo-card[data-astro-cid-oo6sugl5]{flex:1;background:#1a1a24;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:0 8px 24px #00000059}.repo-header[data-astro-cid-oo6sugl5]{height:34px;display:flex;align-items:center;padding:0 12px;gap:8px;border-bottom:1px solid rgba(255,255,255,.05)}.repo-header--teal[data-astro-cid-oo6sugl5]{background:#338b8d17}.repo-header--purple[data-astro-cid-oo6sugl5]{background:#7247b417}.repo-header--gold[data-astro-cid-oo6sugl5]{background:#c07a2b17}.repo-dot[data-astro-cid-oo6sugl5]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.repo-name[data-astro-cid-oo6sugl5]{font-size:11px;font-weight:600;color:#ececf3;font-family:SF Mono,Fira Code,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.repo-body[data-astro-cid-oo6sugl5]{padding:10px 12px 6px;display:flex;flex-direction:column}.folder-row[data-astro-cid-oo6sugl5]{display:flex;align-items:center;gap:5px;height:18px}.folder-icon[data-astro-cid-oo6sugl5]{font-size:10px;line-height:1}.folder-name[data-astro-cid-oo6sugl5]{font-size:11px;color:#6c6c75;font-family:SF Mono,Fira Code,monospace}.file-row[data-astro-cid-oo6sugl5]{display:flex;align-items:center;gap:5px;height:19px;padding-left:14px}.file-chevron[data-astro-cid-oo6sugl5]{font-size:9px;color:#3a3a3d;font-style:normal}.file-name[data-astro-cid-oo6sugl5]{font-size:11px;font-family:SF Mono,Fira Code,monospace;color:#6c6c75}.file-name[data-astro-cid-oo6sugl5].hi{color:#aeaeb7}.file-more[data-astro-cid-oo6sugl5]{font-size:10px;color:#3a3a3d;padding:2px 0 6px 14px;font-family:SF Mono,Fira Code,monospace}.repo-footer[data-astro-cid-oo6sugl5]{padding:6px 12px 9px;border-top:1px solid rgba(255,255,255,.04);font-size:10px;color:#3a3a3d;font-weight:500;font-family:SF Mono,Fira Code,monospace}.dup-strip[data-astro-cid-oo6sugl5]{display:flex;align-items:center;gap:8px}.dup-line[data-astro-cid-oo6sugl5]{flex:1;height:1px;background:#ee46402e}.dup-text[data-astro-cid-oo6sugl5]{font-size:9px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:#ee464073;white-space:nowrap}.stats[data-astro-cid-oo6sugl5]{display:flex;gap:10px}.stat[data-astro-cid-oo6sugl5]{flex:1;background:#ee46400d;border:1px solid rgba(238,70,64,.14);border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.stat__value[data-astro-cid-oo6sugl5]{font-size:17px;font-weight:800;color:#ee4640;letter-spacing:-.5px}.stat__desc[data-astro-cid-oo6sugl5]{font-size:10px;font-weight:500;color:#6c6c75;line-height:1.4}@media(max-width:960px){.problem[data-astro-cid-oo6sugl5]{padding:80px 32px;border-radius:32px 32px 0 0}.problem__inner[data-astro-cid-oo6sugl5]{flex-direction:column;gap:48px}.problem__copy[data-astro-cid-oo6sugl5]{flex:unset;width:100%}}@media(max-width:600px){.problem[data-astro-cid-oo6sugl5]{padding:64px 20px;border-radius:24px 24px 0 0}.stats[data-astro-cid-oo6sugl5],.repos[data-astro-cid-oo6sugl5]{flex-direction:column}}.solution[data-astro-cid-utstonhj]{z-index:3;border-radius:48px 48px 0 0;background:var(--bg-base);box-shadow:0 -16px 80px #0009}.glow[data-astro-cid-utstonhj]{position:absolute;border-radius:50%;pointer-events:none}.glow--teal[data-astro-cid-utstonhj]{top:-200px;left:50%;transform:translate(-50%);width:700px;height:500px;background:radial-gradient(circle,rgba(51,139,141,.1) 0%,transparent 70%)}.glow--purple[data-astro-cid-utstonhj]{bottom:-180px;right:-100px;width:480px;height:480px;background:radial-gradient(circle,rgba(114,71,180,.07) 0%,transparent 70%)}.flow-scroller[data-astro-cid-utstonhj]{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.solution__inner[data-astro-cid-utstonhj]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:40px;max-width:1100px;width:100%;margin:0 auto;padding:40px 72px}.solution__header[data-astro-cid-utstonhj]{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.solution__label[data-astro-cid-utstonhj]{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--teal)}.solution__headline[data-astro-cid-utstonhj]{font-size:clamp(40px,4.5vw,56px);font-weight:800;color:var(--text-primary);line-height:1.05;letter-spacing:-1.8px;text-align:center}.solution__h2[data-astro-cid-utstonhj]{font-size:16px;font-weight:600;color:var(--text-secondary);letter-spacing:-.2px;line-height:1.4;text-align:center;margin:0}.solution__headline[data-astro-cid-utstonhj] em[data-astro-cid-utstonhj]{font-style:normal;background:linear-gradient(90deg,var(--teal),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.solution__divider[data-astro-cid-utstonhj]{width:48px;height:3px;background:linear-gradient(90deg,var(--teal),var(--purple));border-radius:2px}.solution__subtitle[data-astro-cid-utstonhj]{font-size:15px;font-weight:400;color:var(--text-muted);max-width:560px;line-height:1.6}.pillars[data-astro-cid-utstonhj]{display:flex;gap:16px;width:100%}.pillar[data-astro-cid-utstonhj]{flex:1;background:var(--bg-surface);border-radius:var(--radius-md);padding:24px 24px 20px;border:1px solid var(--border);display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}.pillar[data-astro-cid-utstonhj]:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:12px 12px 0 0}.pillar--teal[data-astro-cid-utstonhj]:before{background:linear-gradient(90deg,#338b8d,#2a7173)}.pillar--purple[data-astro-cid-utstonhj]:before{background:linear-gradient(90deg,#7247b4,#5a38a0)}.pillar--gradient[data-astro-cid-utstonhj]:before{background:linear-gradient(90deg,#338b8d,#7247b4)}.pillar__icon[data-astro-cid-utstonhj]{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:17px}.pillar--teal[data-astro-cid-utstonhj] .pillar__icon[data-astro-cid-utstonhj]{background:#338b8d1f}.pillar--purple[data-astro-cid-utstonhj] .pillar__icon[data-astro-cid-utstonhj]{background:#7247b41f}.pillar--gradient[data-astro-cid-utstonhj] .pillar__icon[data-astro-cid-utstonhj]{background:#338b8d14}.pillar__title[data-astro-cid-utstonhj]{font-size:15px;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.pillar__desc[data-astro-cid-utstonhj]{font-size:12.5px;font-weight:400;color:var(--text-muted);line-height:1.6;flex:1}.pillar__tag[data-astro-cid-utstonhj]{display:inline-flex;align-items:center;font-size:10px;font-weight:600;letter-spacing:.5px;padding:4px 9px;border-radius:var(--radius-full);margin-top:4px;width:fit-content}.pillar--teal[data-astro-cid-utstonhj] .pillar__tag[data-astro-cid-utstonhj]{background:#338b8d1f;color:var(--teal);border:1px solid rgba(51,139,141,.2)}.pillar--purple[data-astro-cid-utstonhj] .pillar__tag[data-astro-cid-utstonhj]{background:#7247b41f;color:#9c6dda;border:1px solid rgba(114,71,180,.2)}.pillar--gradient[data-astro-cid-utstonhj] .pillar__tag[data-astro-cid-utstonhj]{background:#338b8d14;color:var(--teal);border:1px solid rgba(51,139,141,.15)}.quote-bar[data-astro-cid-utstonhj]{width:100%;background:#338b8d0f;border:1px solid rgba(51,139,141,.14);border-radius:var(--radius-md);padding:14px 24px;display:flex;align-items:center;gap:16px}.quote-bar__accent[data-astro-cid-utstonhj]{width:3px;height:32px;background:linear-gradient(180deg,var(--teal),var(--purple));border-radius:2px;flex-shrink:0}.quote-bar__text[data-astro-cid-utstonhj]{font-size:13.5px;font-weight:500;color:var(--text-secondary);line-height:1.55}.quote-bar__text[data-astro-cid-utstonhj] em[data-astro-cid-utstonhj]{font-style:normal;color:var(--text-primary);font-weight:600}@media(max-width:860px){.solution__inner[data-astro-cid-utstonhj]{padding:60px 24px;gap:36px}.pillars[data-astro-cid-utstonhj]{flex-direction:column}}.arch[data-astro-cid-4gd5y3do]{z-index:4;border-radius:48px 48px 0 0;background:var(--bg-base);box-shadow:0 -16px 80px #0009}.glow[data-astro-cid-4gd5y3do]{position:absolute;border-radius:50%;pointer-events:none}.glow--teal[data-astro-cid-4gd5y3do]{top:-180px;left:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(51,139,141,.07) 0%,transparent 70%)}.glow--purple[data-astro-cid-4gd5y3do]{bottom:-200px;right:-120px;width:520px;height:520px;background:radial-gradient(circle,rgba(114,71,180,.07) 0%,transparent 70%)}.flow-scroller[data-astro-cid-4gd5y3do]{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.arch__inner[data-astro-cid-4gd5y3do]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:28px;max-width:1200px;width:100%;margin:0 auto;padding:40px 72px}.arch__header[data-astro-cid-4gd5y3do]{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.arch__label[data-astro-cid-4gd5y3do]{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--teal)}.arch__headline[data-astro-cid-4gd5y3do]{font-size:clamp(28px,3vw,40px);font-weight:800;color:var(--text-primary);letter-spacing:-1.2px;line-height:1.1;margin:0}.arch__h2[data-astro-cid-4gd5y3do]{font-size:15px;font-weight:600;color:var(--text-secondary);letter-spacing:-.2px;line-height:1.4;text-align:center;margin:0}.arch__divider[data-astro-cid-4gd5y3do]{width:40px;height:3px;background:linear-gradient(90deg,var(--teal),var(--purple));border-radius:2px}.pipeline[data-astro-cid-4gd5y3do]{display:flex;align-items:center;justify-content:center;gap:0;width:100%;overflow-x:auto;padding-bottom:4px}.stage[data-astro-cid-4gd5y3do]{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.stage-box[data-astro-cid-4gd5y3do]{border-radius:10px;padding:12px 10px 10px;display:flex;flex-direction:column;align-items:center;gap:5px;min-width:118px;border:1px solid transparent;position:relative}.stage-icon[data-astro-cid-4gd5y3do]{font-size:18px;line-height:1}.stage-title[data-astro-cid-4gd5y3do]{font-size:10.5px;font-weight:700;letter-spacing:-.2px;text-align:center;line-height:1.2}.stage-file[data-astro-cid-4gd5y3do]{font-size:8.5px;font-family:SF Mono,Fira Code,monospace;text-align:center;line-height:1.4;padding:2px 6px;border-radius:4px;margin-top:2px}.stage-label[data-astro-cid-4gd5y3do]{font-size:9px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted)}.s-app[data-astro-cid-4gd5y3do]{background:#ffffff0a;border-color:var(--border)}.s-app[data-astro-cid-4gd5y3do] .stage-title[data-astro-cid-4gd5y3do]{color:var(--text-secondary)}.s-app[data-astro-cid-4gd5y3do] .stage-file[data-astro-cid-4gd5y3do]{background:#ffffff0a;color:var(--text-muted)}.s-resolve[data-astro-cid-4gd5y3do]{background:#338b8d1a;border-color:#338b8d40}.s-resolve[data-astro-cid-4gd5y3do] .stage-title[data-astro-cid-4gd5y3do]{color:var(--teal)}.s-resolve[data-astro-cid-4gd5y3do] .stage-file[data-astro-cid-4gd5y3do]{background:#338b8d1a;color:var(--teal)}.s-spec[data-astro-cid-4gd5y3do]{background:#c09e501a;border-color:#c09e5038}.s-spec[data-astro-cid-4gd5y3do] .stage-title[data-astro-cid-4gd5y3do]{color:#c09e50}.s-spec[data-astro-cid-4gd5y3do] .stage-file[data-astro-cid-4gd5y3do]{background:#c09e501a;color:#c09e50}.s-compile[data-astro-cid-4gd5y3do]{background:#4caf5014;border-color:#4caf5033}.s-compile[data-astro-cid-4gd5y3do] .stage-title[data-astro-cid-4gd5y3do]{color:#6abf70}.s-compile[data-astro-cid-4gd5y3do] .stage-file[data-astro-cid-4gd5y3do]{background:#4caf5014;color:#6abf70}.s-theme[data-astro-cid-4gd5y3do]{background:#7247b41a;border-color:#7247b440}.s-theme[data-astro-cid-4gd5y3do] .stage-title[data-astro-cid-4gd5y3do]{color:#9c6dda}.s-theme[data-astro-cid-4gd5y3do] .stage-file[data-astro-cid-4gd5y3do]{background:#7247b41a;color:#9c6dda}.s-comp[data-astro-cid-4gd5y3do]{background:#82aaff14;border-color:#82aaff33}.s-comp[data-astro-cid-4gd5y3do] .stage-title[data-astro-cid-4gd5y3do]{color:#82aaff}.s-comp[data-astro-cid-4gd5y3do] .stage-file[data-astro-cid-4gd5y3do]{background:#82aaff14;color:#82aaff}.arrow[data-astro-cid-4gd5y3do]{flex-shrink:0;display:flex;align-items:center;padding-bottom:20px;margin:0 2px}.arrow-line[data-astro-cid-4gd5y3do]{width:16px;height:1px;background:linear-gradient(90deg,#338b8d66,#7247b466)}.arrow-head[data-astro-cid-4gd5y3do]{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid rgba(114,71,180,.45);margin-top:-1px}.resolver-row[data-astro-cid-4gd5y3do]{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.resolver-row__label[data-astro-cid-4gd5y3do]{font-size:9px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--text-muted);margin-right:4px}.rtag[data-astro-cid-4gd5y3do]{font-size:10px;font-weight:500;font-family:SF Mono,Fira Code,monospace;padding:3px 9px;border-radius:var(--radius-full);background:#338b8d14;color:var(--teal);border:1px solid rgba(51,139,141,.18);white-space:nowrap}.rtag--pro[data-astro-cid-4gd5y3do]{background:#7247b414;color:#9c6dda;border-color:#7247b433}.rtag--muted[data-astro-cid-4gd5y3do]{background:#ffffff08;color:var(--text-muted);border-color:var(--border-subtle)}.benefits-header[data-astro-cid-4gd5y3do]{display:flex;align-items:center;gap:16px;width:100%}.benefits-sep-line[data-astro-cid-4gd5y3do]{flex:1;height:1px;background:var(--border)}.benefits-label[data-astro-cid-4gd5y3do]{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.benefits[data-astro-cid-4gd5y3do]{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;width:100%}.benefit[data-astro-cid-4gd5y3do]{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 14px;display:flex;flex-direction:column;gap:8px}.benefit__icon[data-astro-cid-4gd5y3do]{font-size:20px;line-height:1}.benefit__title[data-astro-cid-4gd5y3do]{font-size:12.5px;font-weight:700;color:var(--text-primary);letter-spacing:-.2px;line-height:1.3}.benefit__desc[data-astro-cid-4gd5y3do]{font-size:11.5px;color:var(--text-muted);line-height:1.6}.benefit__desc[data-astro-cid-4gd5y3do] code[data-astro-cid-4gd5y3do]{font-family:SF Mono,Fira Code,monospace;font-size:10.5px;color:var(--teal);background:#338b8d1a;padding:1px 5px;border-radius:3px}@media(max-width:1100px){.arch__inner[data-astro-cid-4gd5y3do]{padding:48px 32px 64px}.benefits[data-astro-cid-4gd5y3do]{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.arch__inner[data-astro-cid-4gd5y3do]{padding:40px 20px 56px}.benefits[data-astro-cid-4gd5y3do]{grid-template-columns:repeat(2,1fr)}.stage-box[data-astro-cid-4gd5y3do]{min-width:96px}}.hiw[data-astro-cid-cmgpsf2k]{z-index:5;border-radius:48px 48px 0 0;background:var(--bg-base);box-shadow:0 -16px 80px #0009}.flow-scroller[data-astro-cid-cmgpsf2k]{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.glow[data-astro-cid-cmgpsf2k]{position:absolute;border-radius:50%;pointer-events:none}.glow--teal[data-astro-cid-cmgpsf2k]{top:-200px;left:50%;transform:translate(-50%);width:600px;height:500px;background:radial-gradient(circle,rgba(51,139,141,.08) 0%,transparent 70%)}.glow--purple[data-astro-cid-cmgpsf2k]{bottom:-180px;right:-100px;width:460px;height:460px;background:radial-gradient(circle,rgba(114,71,180,.07) 0%,transparent 70%)}.hiw__inner[data-astro-cid-cmgpsf2k]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:40px;max-width:1200px;width:100%;margin:0 auto;padding:40px 72px}.hiw__header[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.hiw__label[data-astro-cid-cmgpsf2k]{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--teal)}.hiw__headline[data-astro-cid-cmgpsf2k]{font-size:clamp(32px,3.5vw,48px);font-weight:800;color:var(--text-primary);line-height:1.1;letter-spacing:-1.4px;text-align:center}.hiw__headline[data-astro-cid-cmgpsf2k] em[data-astro-cid-cmgpsf2k]{font-style:normal;background:linear-gradient(90deg,var(--teal),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw__h2[data-astro-cid-cmgpsf2k]{font-size:15px;font-weight:600;color:var(--text-secondary);letter-spacing:-.2px;line-height:1.4;text-align:center;margin:0}.hiw__divider[data-astro-cid-cmgpsf2k]{width:40px;height:3px;background:linear-gradient(90deg,var(--teal),var(--purple));border-radius:2px}.steps[data-astro-cid-cmgpsf2k]{display:flex;align-items:flex-start;gap:0;width:100%}.step[data-astro-cid-cmgpsf2k]{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}.step__header[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;gap:10px}.step__num[data-astro-cid-cmgpsf2k]{font-size:11px;font-weight:800;color:var(--teal);letter-spacing:1px;font-family:SF Mono,Fira Code,monospace}.step__icon[data-astro-cid-cmgpsf2k]{font-size:22px;line-height:1}.step__title[data-astro-cid-cmgpsf2k]{font-size:16px;font-weight:700;color:var(--text-primary);letter-spacing:-.3px;margin:0}.step__desc[data-astro-cid-cmgpsf2k]{font-size:12.5px;color:var(--text-muted);line-height:1.65}.step__tag[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:500;color:var(--text-muted)}.dot[data-astro-cid-cmgpsf2k]{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dot--teal[data-astro-cid-cmgpsf2k]{background:var(--teal)}.dot--amber[data-astro-cid-cmgpsf2k]{background:#c09e50}.dot--purple[data-astro-cid-cmgpsf2k]{background:var(--purple)}.step-arrow[data-astro-cid-cmgpsf2k]{flex-shrink:0;display:flex;align-items:center;margin:0 12px;padding-top:26px}.step-arrow__line[data-astro-cid-cmgpsf2k]{width:24px;height:1px;background:linear-gradient(90deg,#338b8d66,#7247b466)}.step-arrow__head[data-astro-cid-cmgpsf2k]{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:7px solid rgba(114,71,180,.45)}.code-block[data-astro-cid-cmgpsf2k]{background:#0e0d17;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;flex:1}.code-block__bar[data-astro-cid-cmgpsf2k]{height:32px;background:#ffffff08;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:6px}.code-block__dot[data-astro-cid-cmgpsf2k]{width:9px;height:9px;border-radius:50%;background:#ffffff1a}.code-block__lang[data-astro-cid-cmgpsf2k]{margin-left:auto;font-size:9px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);font-family:SF Mono,Fira Code,monospace}.code-block__pre[data-astro-cid-cmgpsf2k]{margin:0;padding:14px 16px;overflow-x:auto}.code-block__pre[data-astro-cid-cmgpsf2k] code[data-astro-cid-cmgpsf2k]{font-family:SF Mono,Fira Code,monospace;font-size:11.5px;line-height:1.7;white-space:pre}.ct[data-astro-cid-cmgpsf2k]{color:#82aaff}.cs[data-astro-cid-cmgpsf2k]{color:#c3e88d}.cm[data-astro-cid-cmgpsf2k]{color:#aeaeb7}.co[data-astro-cid-cmgpsf2k]{color:#4a4a5a}.ck[data-astro-cid-cmgpsf2k]{color:#c792ea}.cg[data-astro-cid-cmgpsf2k]{color:#82aaff}.cp[data-astro-cid-cmgpsf2k]{color:#89ddff}.cy[data-astro-cid-cmgpsf2k]{color:#ffcb6b}.hiw__callout[data-astro-cid-cmgpsf2k]{width:100%;background:#338b8d0f;border:1px solid rgba(51,139,141,.14);border-radius:var(--radius-md);padding:14px 20px 14px 24px;display:flex;align-items:center;gap:16px}.hiw__callout-accent[data-astro-cid-cmgpsf2k]{width:3px;height:32px;background:linear-gradient(180deg,var(--teal),var(--purple));border-radius:2px;flex-shrink:0}.hiw__callout-text[data-astro-cid-cmgpsf2k]{flex:1;font-size:13px;color:var(--text-secondary);line-height:1.5}.hiw__callout-text[data-astro-cid-cmgpsf2k] em[data-astro-cid-cmgpsf2k]{font-style:normal;color:var(--text-primary);font-weight:600}.hiw__cta[data-astro-cid-cmgpsf2k]{flex-shrink:0;font-size:13px;font-weight:600;color:var(--teal);border:1px solid rgba(51,139,141,.3);border-radius:var(--radius-sm);padding:8px 16px;transition:border-color .15s,background .15s;white-space:nowrap}.hiw__cta[data-astro-cid-cmgpsf2k]:hover{border-color:var(--teal);background:#338b8d14}@media(max-width:900px){.hiw__inner[data-astro-cid-cmgpsf2k]{padding:40px 24px}.steps[data-astro-cid-cmgpsf2k]{flex-direction:column;gap:32px}.step-arrow[data-astro-cid-cmgpsf2k]{transform:rotate(90deg);margin:0 auto;padding-top:0}.hiw__callout[data-astro-cid-cmgpsf2k]{flex-direction:column;align-items:flex-start;gap:12px}.hiw__callout-accent[data-astro-cid-cmgpsf2k]{width:32px;height:3px}}.roi[data-astro-cid-h6rwxm4f]{background:#14131b}.roi__scroller[data-astro-cid-h6rwxm4f]{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.roi__inner[data-astro-cid-h6rwxm4f]{max-width:1080px;margin:0 auto;padding:56px 40px;width:100%}.roi__header[data-astro-cid-h6rwxm4f]{margin-bottom:40px}.roi__label[data-astro-cid-h6rwxm4f]{display:block;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.roi__seo[data-astro-cid-h6rwxm4f]{font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:10px;letter-spacing:-.1px}.roi__headline[data-astro-cid-h6rwxm4f]{font-size:clamp(32px,4vw,52px);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-1.5px}.roi__headline[data-astro-cid-h6rwxm4f] em[data-astro-cid-h6rwxm4f]{font-style:normal;background:linear-gradient(90deg,#c09e50,#338b8d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.roi__body[data-astro-cid-h6rwxm4f]{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.roi__col-label[data-astro-cid-h6rwxm4f]{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px}.roi__table[data-astro-cid-h6rwxm4f]{background:#1a1a24;border:1px solid rgba(255,255,255,.06);border-radius:10px;overflow:hidden;margin-bottom:20px}.roi__table-head[data-astro-cid-h6rwxm4f]{display:flex;justify-content:space-between;padding:8px 14px;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05);font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted)}.roi__table-row[data-astro-cid-h6rwxm4f]{display:flex;justify-content:space-between;align-items:flex-start;padding:9px 14px;border-bottom:1px solid rgba(255,255,255,.03);gap:12px}.roi__table-row[data-astro-cid-h6rwxm4f]:last-child{border-bottom:none}.roi__table-row[data-astro-cid-h6rwxm4f] span[data-astro-cid-h6rwxm4f]:first-child{flex:1;font-size:11px;font-weight:500;color:var(--text-muted);line-height:1.4}.roi__table-row[data-astro-cid-h6rwxm4f] span[data-astro-cid-h6rwxm4f]:first-child strong[data-astro-cid-h6rwxm4f]{color:var(--text-secondary);font-weight:600;display:block}.roi__table-row[data-astro-cid-h6rwxm4f] span[data-astro-cid-h6rwxm4f]:last-child{font-size:11px;font-weight:600;color:#ee4640;white-space:nowrap;font-variant-numeric:tabular-nums}.roi__table-row--brand[data-astro-cid-h6rwxm4f]{background:#ee464008}.roi__table-row--brand[data-astro-cid-h6rwxm4f] span[data-astro-cid-h6rwxm4f]:first-child{color:var(--text-secondary)}.roi__table-total[data-astro-cid-h6rwxm4f]{display:flex;justify-content:space-between;padding:10px 14px;background:#ee46400f;border-top:1px solid rgba(238,70,64,.12)}.roi__table-total[data-astro-cid-h6rwxm4f] span[data-astro-cid-h6rwxm4f]:first-child{font-size:12px;font-weight:700;color:var(--text-secondary)}.roi__table-total[data-astro-cid-h6rwxm4f] span[data-astro-cid-h6rwxm4f]:last-child{font-size:13px;font-weight:800;color:#ee4640;font-variant-numeric:tabular-nums}.roi__slider-block[data-astro-cid-h6rwxm4f]{background:#1a1a24;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:16px}.roi__slider-hdr[data-astro-cid-h6rwxm4f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.roi__slider-title[data-astro-cid-h6rwxm4f]{font-size:12px;font-weight:600;color:var(--text-secondary)}.roi__slider-value[data-astro-cid-h6rwxm4f]{font-size:22px;font-weight:800;color:var(--teal);font-variant-numeric:tabular-nums;min-width:32px;text-align:right}.roi__slider[data-astro-cid-h6rwxm4f]{width:100%;-webkit-appearance:none;appearance:none;height:4px;border-radius:2px;background:linear-gradient(to right,var(--teal) 0%,var(--teal) 10%,rgba(255,255,255,.1) 10%,rgba(255,255,255,.1) 100%);outline:none;cursor:pointer;margin-bottom:6px}.roi__slider[data-astro-cid-h6rwxm4f]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 3px #338b8d40;cursor:pointer}.roi__slider[data-astro-cid-h6rwxm4f]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--teal);border:none;box-shadow:0 0 0 3px #338b8d40;cursor:pointer}.roi__slider-ticks[data-astro-cid-h6rwxm4f]{display:flex;justify-content:space-between;font-size:9px;color:var(--text-muted)}.roi__slider-note[data-astro-cid-h6rwxm4f]{font-size:9.5px;font-weight:400;color:#ffffff2e;margin-top:10px;line-height:1.5}.roi__slider-note[data-astro-cid-h6rwxm4f] strong[data-astro-cid-h6rwxm4f]{color:#ffffff59;font-weight:600}.roi__bars[data-astro-cid-h6rwxm4f]{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.roi__bar-row[data-astro-cid-h6rwxm4f]{display:flex;flex-direction:column;gap:6px}.roi__bar-name[data-astro-cid-h6rwxm4f]{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.roi__bar-name--scratch[data-astro-cid-h6rwxm4f]{color:#ee4640cc}.roi__bar-name--themiq[data-astro-cid-h6rwxm4f]{color:#338b8dcc}.roi__bar-track[data-astro-cid-h6rwxm4f]{height:36px;background:#ffffff0a;border-radius:6px;overflow:hidden;position:relative}.roi__bar[data-astro-cid-h6rwxm4f]{height:100%;border-radius:6px;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;transition:width .4s cubic-bezier(.4,0,.2,1);min-width:60px}.roi__bar--scratch[data-astro-cid-h6rwxm4f]{background:linear-gradient(90deg,#ee46404d,#ee464099);width:53%}.roi__bar--themiq[data-astro-cid-h6rwxm4f]{background:linear-gradient(90deg,#338b8d66,#338b8db3);width:13%}.roi__bar-tag[data-astro-cid-h6rwxm4f]{font-size:10px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap}.roi__savings-card[data-astro-cid-h6rwxm4f]{background:#338b8d12;border:1px solid rgba(51,139,141,.18);border-radius:10px;padding:18px 20px;margin-bottom:16px}.roi__savings-top[data-astro-cid-h6rwxm4f]{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.roi__savings-num[data-astro-cid-h6rwxm4f]{font-size:42px;font-weight:800;color:var(--teal);letter-spacing:-2px;line-height:1;font-variant-numeric:tabular-nums;transition:all .3s ease}.roi__savings-unit[data-astro-cid-h6rwxm4f]{font-size:16px;font-weight:600;color:#338b8db3}.roi__savings-sub[data-astro-cid-h6rwxm4f]{font-size:12px;font-weight:500;color:var(--text-muted);line-height:1.5;transition:opacity .3s ease}.roi__quality-gap[data-astro-cid-h6rwxm4f]{display:flex;gap:14px;align-items:flex-start;background:#c09e500f;border:1px solid rgba(192,158,80,.16);border-radius:10px;padding:16px;margin-bottom:12px}.roi__quality-gap-icon[data-astro-cid-h6rwxm4f]{font-size:16px;color:#c09e50;flex-shrink:0;margin-top:1px;opacity:.8}.roi__quality-gap-title[data-astro-cid-h6rwxm4f]{font-size:12px;font-weight:700;color:#c09e50;margin-bottom:6px;line-height:1.3}.roi__quality-gap-body[data-astro-cid-h6rwxm4f]{font-size:11px;font-weight:500;color:var(--text-muted);line-height:1.6}.roi__quality-gap-body[data-astro-cid-h6rwxm4f] strong[data-astro-cid-h6rwxm4f]{color:var(--text-secondary)}.roi__note[data-astro-cid-h6rwxm4f]{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:12px 14px;margin-bottom:16px}.roi__note[data-astro-cid-h6rwxm4f] p[data-astro-cid-h6rwxm4f]{font-size:11px;font-weight:500;color:var(--text-muted);line-height:1.5}.roi__note[data-astro-cid-h6rwxm4f] strong[data-astro-cid-h6rwxm4f]{color:var(--text-secondary)}.roi__cta-bar[data-astro-cid-h6rwxm4f]{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#338b8d0d;border:1px solid rgba(51,139,141,.15);border-radius:10px;padding:14px 18px}.roi__cta-text[data-astro-cid-h6rwxm4f]{font-size:13px;font-weight:600;color:var(--text-secondary)}.roi__cta-btn[data-astro-cid-h6rwxm4f]{display:inline-block;background:var(--teal);color:#fff;font-size:12px;font-weight:700;letter-spacing:.3px;padding:9px 18px;border-radius:7px;text-decoration:none;white-space:nowrap;transition:opacity .2s}.roi__cta-btn[data-astro-cid-h6rwxm4f]:hover{opacity:.85}.roi__cost-row[data-astro-cid-h6rwxm4f]{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.roi__cost-box[data-astro-cid-h6rwxm4f]{border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:3px}.roi__cost-box--mid[data-astro-cid-h6rwxm4f]{background:#c09e5012;border:1px solid rgba(192,158,80,.15)}.roi__cost-box--senior[data-astro-cid-h6rwxm4f]{background:#ee46400f;border:1px solid rgba(238,70,64,.15)}.roi__cost-label[data-astro-cid-h6rwxm4f]{font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.roi__cost-box--mid[data-astro-cid-h6rwxm4f] .roi__cost-label[data-astro-cid-h6rwxm4f]{color:#c09e50b3}.roi__cost-box--senior[data-astro-cid-h6rwxm4f] .roi__cost-label[data-astro-cid-h6rwxm4f]{color:#ee4640b3}.roi__cost-days[data-astro-cid-h6rwxm4f]{font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;margin-top:2px;opacity:.5}.roi__cost-box--mid[data-astro-cid-h6rwxm4f] .roi__cost-days[data-astro-cid-h6rwxm4f]{color:#c09e50}.roi__cost-box--senior[data-astro-cid-h6rwxm4f] .roi__cost-days[data-astro-cid-h6rwxm4f]{color:#ee4640}.roi__cost-num[data-astro-cid-h6rwxm4f]{font-size:18px;font-weight:800;letter-spacing:-.5px;font-variant-numeric:tabular-nums;line-height:1.1;transition:all .3s ease}.roi__cost-box--mid[data-astro-cid-h6rwxm4f] .roi__cost-num[data-astro-cid-h6rwxm4f]{color:#c09e50}.roi__cost-box--senior[data-astro-cid-h6rwxm4f] .roi__cost-num[data-astro-cid-h6rwxm4f]{color:#ee4640}.roi__cost-desc[data-astro-cid-h6rwxm4f]{font-size:9.5px;font-weight:500;color:var(--text-muted);line-height:1.4;margin-top:1px}.roi__region-tabs[data-astro-cid-h6rwxm4f]{display:flex;gap:0;margin-bottom:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:3px;width:fit-content}.roi__region-tab[data-astro-cid-h6rwxm4f]{font-size:11px;font-weight:700;padding:6px 16px;border-radius:6px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s;font-family:inherit;letter-spacing:.2px}.roi__region-tab[data-astro-cid-h6rwxm4f]:hover{color:var(--text-secondary)}.roi__region-tab--active[data-astro-cid-h6rwxm4f]{background:#338b8d26;color:var(--teal);box-shadow:0 1px 4px #0003}.roi__cost-note[data-astro-cid-h6rwxm4f]{font-size:9px;font-weight:500;color:#ffffff2e;margin-top:6px;line-height:1.4}@media(max-width:820px){.roi__body[data-astro-cid-h6rwxm4f]{grid-template-columns:1fr}.roi__cta-bar[data-astro-cid-h6rwxm4f]{flex-direction:column;align-items:flex-start}}.tiers[data-astro-cid-dzpfvbqr]{background:#14131b}.tiers__scroller[data-astro-cid-dzpfvbqr]{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.tiers__inner[data-astro-cid-dzpfvbqr]{max-width:1080px;margin:0 auto;padding:56px 40px;width:100%}.tiers__header[data-astro-cid-dzpfvbqr]{margin-bottom:40px;text-align:center}.tiers__label[data-astro-cid-dzpfvbqr]{display:block;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.tiers__seo[data-astro-cid-dzpfvbqr]{font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:10px;letter-spacing:-.1px}.tiers__headline[data-astro-cid-dzpfvbqr]{font-size:clamp(28px,3.5vw,48px);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-1.5px}.tiers__headline[data-astro-cid-dzpfvbqr] em[data-astro-cid-dzpfvbqr]{font-style:normal;background:linear-gradient(90deg,var(--purple),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tiers__grid[data-astro-cid-dzpfvbqr]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.tier-card[data-astro-cid-dzpfvbqr]{background:#1a1a24;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;position:relative}.tier-card--featured[data-astro-cid-dzpfvbqr]{border-color:#338b8d59;box-shadow:0 0 0 1px #338b8d1f,0 8px 32px #338b8d14}.tier-card__popular[data-astro-cid-dzpfvbqr]{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:var(--teal);color:#fff;font-size:8.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:3px 12px;border-radius:0 0 6px 6px;white-space:nowrap;z-index:2}.tier-card__head[data-astro-cid-dzpfvbqr]{padding:22px 20px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.tier-card--featured[data-astro-cid-dzpfvbqr] .tier-card__head[data-astro-cid-dzpfvbqr]{background:#338b8d0a;border-bottom-color:#338b8d1a}.tier-card__badge[data-astro-cid-dzpfvbqr]{display:inline-block;padding:3px 8px;border-radius:4px;font-size:8.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px}.tier-card__badge--t1[data-astro-cid-dzpfvbqr]{background:#7247b41f;color:#9c6dda}.tier-card__badge--t2[data-astro-cid-dzpfvbqr]{background:#338b8d1f;color:#338b8d}.tier-card__badge--t3[data-astro-cid-dzpfvbqr]{background:#c09e501f;color:#c09e50}.tier-card__name[data-astro-cid-dzpfvbqr]{font-size:15px;font-weight:700;color:var(--text-secondary);margin-bottom:4px;letter-spacing:-.2px}.tier-card__tagline[data-astro-cid-dzpfvbqr]{font-size:11px;font-weight:400;color:var(--text-muted);line-height:1.4;margin-bottom:12px}.tier-card__meta[data-astro-cid-dzpfvbqr]{display:flex;flex-direction:column;gap:3px}.tier-card__meta-item[data-astro-cid-dzpfvbqr]{font-size:10px;font-weight:600;color:#fff3}.tier-card__features[data-astro-cid-dzpfvbqr]{flex:1;list-style:none;padding:14px 20px;display:flex;flex-direction:column;gap:9px}.tier-card__feat[data-astro-cid-dzpfvbqr]{display:flex;align-items:flex-start;gap:8px}.tier-card__feat-icon[data-astro-cid-dzpfvbqr]{font-size:10px;flex-shrink:0;margin-top:1px;width:14px;text-align:center}.tier-card__feat-icon--t1[data-astro-cid-dzpfvbqr]{color:#9c6dda}.tier-card__feat-icon--t2[data-astro-cid-dzpfvbqr]{color:#338b8d}.tier-card__feat-icon--t3[data-astro-cid-dzpfvbqr]{color:#c09e50}.tier-card__feat-icon--off[data-astro-cid-dzpfvbqr]{color:#ffffff1f}.tier-card__feat--on[data-astro-cid-dzpfvbqr] span[data-astro-cid-dzpfvbqr]:last-child{font-size:11px;font-weight:500;color:var(--text-muted);line-height:1.35}.tier-card__feat--on[data-astro-cid-dzpfvbqr] span[data-astro-cid-dzpfvbqr]:last-child strong[data-astro-cid-dzpfvbqr]{color:var(--text-secondary);font-weight:600}.tier-card__feat--off[data-astro-cid-dzpfvbqr] span[data-astro-cid-dzpfvbqr]:last-child{font-size:11px;font-weight:500;color:#ffffff1f;line-height:1.35}.tier-card__cta[data-astro-cid-dzpfvbqr]{padding:14px 20px;border-top:1px solid rgba(255,255,255,.04)}.tier-card--featured[data-astro-cid-dzpfvbqr] .tier-card__cta[data-astro-cid-dzpfvbqr]{border-top-color:#338b8d1a}.tier-card__btn[data-astro-cid-dzpfvbqr]{display:block;width:100%;padding:10px 0;border-radius:7px;text-align:center;font-size:12px;font-weight:700;letter-spacing:.3px;text-decoration:none;transition:opacity .2s}.tier-card__btn[data-astro-cid-dzpfvbqr]:hover{opacity:.8}.tier-card__btn--t1[data-astro-cid-dzpfvbqr]{background:#7247b41a;color:#9c6dda;border:1px solid rgba(114,71,180,.2)}.tier-card__btn--t2[data-astro-cid-dzpfvbqr]{background:var(--teal);color:#fff;border:1px solid rgba(51,139,141,.5);box-shadow:0 2px 12px #338b8d40}.tier-card__btn--t3[data-astro-cid-dzpfvbqr]{background:#c09e501a;color:#c09e50;border:1px solid rgba(192,158,80,.2)}.tiers__addons[data-astro-cid-dzpfvbqr]{display:flex;align-items:center;gap:16px;background:#1a1a24;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:10px 18px;margin-bottom:14px;flex-wrap:wrap}.tiers__addons-label[data-astro-cid-dzpfvbqr]{font-size:8.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#338b8d80;white-space:nowrap;flex-shrink:0}.tiers__addons-items[data-astro-cid-dzpfvbqr]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tiers__addon-chip[data-astro-cid-dzpfvbqr]{font-size:11px;font-weight:500;color:#ffffff40;padding:3px 10px;border-radius:5px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.tiers__addon-sep[data-astro-cid-dzpfvbqr]{color:#ffffff1a;font-size:12px}.tiers__pricing-note[data-astro-cid-dzpfvbqr]{text-align:center;font-size:11px;font-weight:500;color:#ffffff2e;line-height:1.6}@media(max-width:900px){.tiers__grid[data-astro-cid-dzpfvbqr]{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.tiers__addons[data-astro-cid-dzpfvbqr]{flex-direction:column;align-items:flex-start}}.contact[data-astro-cid-xmivup5a]{background:#14131b}.contact__scroller[data-astro-cid-xmivup5a]{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.contact__inner[data-astro-cid-xmivup5a]{max-width:1080px;margin:0 auto;padding:56px 40px 40px;width:100%}.contact__header[data-astro-cid-xmivup5a]{margin-bottom:40px;text-align:center}.contact__label[data-astro-cid-xmivup5a]{display:block;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.contact__seo[data-astro-cid-xmivup5a]{font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:10px;letter-spacing:-.1px}.contact__headline[data-astro-cid-xmivup5a]{font-size:clamp(30px,4vw,52px);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-1.5px;margin-bottom:12px}.contact__headline[data-astro-cid-xmivup5a] em[data-astro-cid-xmivup5a]{font-style:normal;background:linear-gradient(90deg,var(--teal),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact__sub[data-astro-cid-xmivup5a]{font-size:13px;font-weight:500;color:var(--text-muted);line-height:1.6}.contact__body[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:32px}.contact__col-label[data-astro-cid-xmivup5a]{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.faq[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:1px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;overflow:hidden}.faq__item[data-astro-cid-xmivup5a]{background:#1a1a24}.faq__item[data-astro-cid-xmivup5a]:not(:last-child){border-bottom:1px solid rgba(255,255,255,.04)}.faq__q[data-astro-cid-xmivup5a]{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:var(--text-secondary);text-align:left;transition:color .15s}.faq__q[data-astro-cid-xmivup5a]:hover{color:#fff}.faq__q[data-astro-cid-xmivup5a][aria-expanded=true]{color:var(--teal)}.faq__chevron[data-astro-cid-xmivup5a]{font-size:18px;font-weight:300;color:var(--text-muted);flex-shrink:0;transition:transform .25s;display:inline-block;line-height:1}.faq__q[data-astro-cid-xmivup5a][aria-expanded=true] .faq__chevron[data-astro-cid-xmivup5a]{transform:rotate(90deg);color:var(--teal)}.faq__a[data-astro-cid-xmivup5a]{padding:0 16px 14px}.faq__a[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{font-size:12px;font-weight:400;color:var(--text-muted);line-height:1.65}.faq__a[data-astro-cid-xmivup5a] code[data-astro-cid-xmivup5a]{font-family:Fira Code,Courier New,monospace;font-size:11px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:3px;padding:1px 5px;color:var(--teal)}.contact__right[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:0}.contact__tabs[data-astro-cid-xmivup5a]{display:flex;gap:0;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:8px 8px 0 0;padding:3px;border-bottom:none}.contact__tab[data-astro-cid-xmivup5a]{flex:1;font-size:11px;font-weight:700;padding:8px 0;border-radius:6px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s;font-family:inherit;letter-spacing:.2px}.contact__tab[data-astro-cid-xmivup5a]:hover{color:var(--text-secondary)}.contact__tab--active[data-astro-cid-xmivup5a]{background:#338b8d26;color:var(--teal)}.contact__panel[data-astro-cid-xmivup5a]{background:#1a1a24;border:1px solid rgba(255,255,255,.07);border-radius:0 0 10px 10px;padding:20px}.contact__panel--hidden[data-astro-cid-xmivup5a]{display:none}.cform[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:14px}.cform__row--2[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cform__field[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:5px}.cform__label[data-astro-cid-xmivup5a]{font-size:10px;font-weight:700;letter-spacing:.5px;color:var(--text-muted);text-transform:uppercase}.cform__input[data-astro-cid-xmivup5a]{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:9px 12px;font-family:inherit;font-size:12px;font-weight:500;color:var(--text-secondary);outline:none;transition:border-color .15s;width:100%}.cform__input[data-astro-cid-xmivup5a]::placeholder{color:var(--text-muted);opacity:.6}.cform__input[data-astro-cid-xmivup5a]:focus{border-color:#338b8d80}.cform__select[data-astro-cid-xmivup5a]{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236c6c75' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}.cform__select[data-astro-cid-xmivup5a] option[data-astro-cid-xmivup5a]{background:#1a1a24;color:var(--text-secondary)}.cform__textarea[data-astro-cid-xmivup5a]{resize:vertical;min-height:88px}.cform__submit[data-astro-cid-xmivup5a]{background:var(--teal);color:#fff;border:none;border-radius:7px;padding:11px 20px;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:opacity .2s;align-self:flex-end}.cform__submit[data-astro-cid-xmivup5a]:hover{opacity:.85}.calendly-wrap[data-astro-cid-xmivup5a]{min-height:420px;overflow:hidden;border-radius:6px}.calendly-inline-widget[data-astro-cid-xmivup5a]{min-width:100%;height:420px}.calendly-note[data-astro-cid-xmivup5a]{font-size:10px;font-weight:500;color:var(--text-muted);margin-top:10px;text-align:center;line-height:1.5}.contact__footer[data-astro-cid-xmivup5a]{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.05)}.contact__footer-copy[data-astro-cid-xmivup5a]{font-size:10px;font-weight:500;color:#ffffff2e}.contact__footer-url[data-astro-cid-xmivup5a]{font-size:10px;font-weight:600;color:#fff3;text-decoration:none;letter-spacing:.3px;transition:color .2s}.contact__footer-url[data-astro-cid-xmivup5a]:hover{color:var(--teal)}@media(max-width:820px){.contact__body[data-astro-cid-xmivup5a],.cform__row--2[data-astro-cid-xmivup5a]{grid-template-columns:1fr}.contact__footer[data-astro-cid-xmivup5a]{flex-direction:column;gap:8px;text-align:center}}
