:root{--bg: #ffffff;--bg-soft: #fafaf9;--bg-muted: #f5f5f4;--border: #e7e5e4;--border-strong: #d6d3d1;--text: #0c0a09;--text-muted: #292524;--text-subtle: #44403c;--brand: #10b981;--brand-dark: #059669;--brand-soft: #ecfdf5;--brand-light: #34d399;--accent: #1c1917;--success: #10b981;--radius-sm: 8px;--radius: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(12, 10, 9, .04);--shadow: 0 8px 24px -8px rgba(12, 10, 9, .08), 0 2px 6px rgba(12, 10, 9, .04);--shadow-lg: 0 24px 60px -20px rgba(12, 10, 9, .18), 0 8px 20px -8px rgba(12, 10, 9, .08);--shadow-brand: 0 16px 40px -16px rgba(16, 185, 129, .45)}[data-astro-cid-xfkm2hvq]{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background-color:var(--bg);background-image:linear-gradient(to right,rgba(12,10,9,.045) 1px,transparent 1px),linear-gradient(to bottom,rgba(12,10,9,.045) 1px,transparent 1px);background-size:56px 56px;background-attachment:fixed;line-height:1.55;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a[data-astro-cid-xfkm2hvq]{color:inherit;text-decoration:none}button[data-astro-cid-xfkm2hvq]{font-family:inherit;cursor:pointer;border:none;background:none}img[data-astro-cid-xfkm2hvq]{max-width:100%;display:block}.container[data-astro-cid-xfkm2hvq]{max-width:1180px;margin:0 auto;padding:0 24px}.nav[data-astro-cid-xfkm2hvq]{position:sticky;top:0;z-index:50;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);background:#ffffffc7;border-bottom:1px solid var(--border);transition:border-color .2s ease,box-shadow .2s ease}.nav[data-astro-cid-xfkm2hvq].scrolled{border-bottom-color:var(--border-strong);box-shadow:0 4px 16px -8px #0c0a0914}.nav-inner[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;justify-content:space-between;height:64px}.logo[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;gap:11px;font-weight:800;font-size:20px;letter-spacing:-.025em;color:var(--text)}.logo-mark[data-astro-cid-xfkm2hvq]{width:40px;height:40px;border-radius:50%;background:var(--brand);border:2.5px solid var(--text);display:grid;place-items:center;flex-shrink:0;box-shadow:3px 3px 0 var(--text);transition:transform .15s ease,box-shadow .15s ease;overflow:hidden}.logo[data-astro-cid-xfkm2hvq]:hover .logo-mark[data-astro-cid-xfkm2hvq]{transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--text)}.logo-mark[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:100%;height:100%;display:block}.nav-links[data-astro-cid-xfkm2hvq]{display:flex;gap:32px;align-items:center;font-size:14px;color:var(--text);font-weight:600}.nav-links[data-astro-cid-xfkm2hvq] a[data-astro-cid-xfkm2hvq]{position:relative;padding:6px 0;transition:color .2s ease}.nav-links[data-astro-cid-xfkm2hvq] a[data-astro-cid-xfkm2hvq]:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2.5px;background:var(--brand);transition:width .3s cubic-bezier(.65,0,.35,1)}.nav-links[data-astro-cid-xfkm2hvq] a[data-astro-cid-xfkm2hvq]:hover{color:var(--brand)}.nav-links[data-astro-cid-xfkm2hvq] a[data-astro-cid-xfkm2hvq]:hover:after{width:100%}.nav-cta[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;gap:12px}.btn[data-astro-cid-xfkm2hvq]{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;transition:all .15s ease;white-space:nowrap}.btn-primary[data-astro-cid-xfkm2hvq]{background:var(--text);color:#fff;border:2px solid var(--text);box-shadow:3px 3px 0 var(--brand);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn-primary[data-astro-cid-xfkm2hvq]:hover{background:var(--accent);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--brand)}.btn-primary[data-astro-cid-xfkm2hvq]:active{transform:translate(0);box-shadow:2px 2px 0 var(--brand)}.btn-brand[data-astro-cid-xfkm2hvq]{background:var(--brand);color:#fff;border:2.5px solid var(--text);box-shadow:4px 4px 0 var(--text);position:relative;overflow:hidden}.btn-brand[data-astro-cid-xfkm2hvq]:hover{background:var(--brand-dark);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--text)}.btn-brand[data-astro-cid-xfkm2hvq]:active{transform:translate(0);box-shadow:2px 2px 0 var(--text)}.btn-brand[data-astro-cid-xfkm2hvq]:after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skew(-20deg);animation:ctaShine 4s ease-in-out infinite;animation-delay:1.6s;pointer-events:none}@keyframes ctaShine{0%{left:-120%}50%{left:200%}to{left:200%}}.btn-ghost[data-astro-cid-xfkm2hvq]{background:#fff;color:var(--text);border:2.5px solid var(--text);box-shadow:4px 4px 0 var(--text)}.btn-ghost[data-astro-cid-xfkm2hvq]:hover{background:var(--bg-soft);transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--text)}.btn-ghost[data-astro-cid-xfkm2hvq]:active{transform:translate(0);box-shadow:2px 2px 0 var(--text)}.btn-lg[data-astro-cid-xfkm2hvq]{padding:14px 22px;font-size:15px;border-radius:12px}.hero[data-astro-cid-xfkm2hvq]{position:relative;overflow:hidden;padding:48px 0 100px}.hero[data-astro-cid-xfkm2hvq]:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 50% -10%,rgba(16,185,129,.08),transparent 70%),radial-gradient(600px 300px at 90% 50%,rgba(16,185,129,.04),transparent 70%);pointer-events:none}.hero-spotlight[data-astro-cid-xfkm2hvq]{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .35s ease;z-index:0;background:radial-gradient(480px circle at var(--mx, 50%) var(--my, 50%),rgba(16,185,129,.18),rgba(16,185,129,.06) 25%,transparent 55%)}.hero[data-astro-cid-xfkm2hvq].cursor-active .hero-spotlight[data-astro-cid-xfkm2hvq]{opacity:1}.hero-inner[data-astro-cid-xfkm2hvq]{position:relative;text-align:center;z-index:2}.pill[data-astro-cid-xfkm2hvq]{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--brand-soft);color:#064e3b;font-size:13px;font-weight:700;border:1px solid rgba(16,185,129,.3);margin-bottom:24px}.pill[data-astro-cid-xfkm2hvq] .dot[data-astro-cid-xfkm2hvq]{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 3px #10b98133}h1[data-astro-cid-xfkm2hvq].hero-title{font-size:clamp(46px,7vw,86px);font-weight:800;line-height:1.15;letter-spacing:-.045em;max-width:none;margin:0 auto 52px}.hero[data-astro-cid-xfkm2hvq] .container[data-astro-cid-xfkm2hvq]{max-width:1320px}h1[data-astro-cid-xfkm2hvq].hero-title .accent[data-astro-cid-xfkm2hvq]{background:linear-gradient(120deg,var(--brand) 0%,#34d399 25%,var(--brand-dark) 50%,#34d399 75%,var(--brand) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:titleShimmer 6s ease-in-out infinite}@keyframes titleShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.marker[data-astro-cid-xfkm2hvq]{position:relative;display:inline-block;font-weight:700;color:var(--text);padding:2px 10px;margin:0 3px;z-index:1}.marker[data-astro-cid-xfkm2hvq]:before{content:"";position:absolute;inset:0;background:var(--brand-soft);border:1.5px solid var(--brand);border-radius:6px;z-index:-1;transform:skew(-4deg)}.hero-sub[data-astro-cid-xfkm2hvq]{font-size:clamp(16px,1.5vw,19px);color:var(--text-muted);max-width:660px;margin:0 auto 36px;line-height:1.6}.hero-cta[data-astro-cid-xfkm2hvq]{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:56px}.hero-meta[data-astro-cid-xfkm2hvq]{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;color:var(--text-subtle);font-size:13px;font-weight:500}.hero-meta[data-astro-cid-xfkm2hvq] span[data-astro-cid-xfkm2hvq]{display:inline-flex;align-items:center;gap:6px}.hero-meta[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:14px;height:14px;color:var(--brand)}.hero-visual[data-astro-cid-xfkm2hvq]{margin:64px auto 0;max-width:920px;position:relative;border-radius:var(--radius-lg);background:#fff;border:1.5px solid var(--text);box-shadow:6px 6px 0 var(--text);overflow:hidden;text-align:left}.hv-chrome[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;gap:12px;padding:12px 18px;background:var(--bg-soft);border-bottom:1px solid var(--border);position:relative}.hv-dots[data-astro-cid-xfkm2hvq]{display:flex;gap:6px}.hv-dots[data-astro-cid-xfkm2hvq] span[data-astro-cid-xfkm2hvq]{width:11px;height:11px;border-radius:50%;background:#e7e5e4}.hv-title[data-astro-cid-xfkm2hvq]{position:absolute;left:50%;transform:translate(-50%);font-size:12px;color:var(--text-subtle);font-weight:500;display:flex;align-items:center;gap:8px}.hv-live-dot[data-astro-cid-xfkm2hvq]{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 3px #10b98133;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{box-shadow:0 0 0 3px #10b98133}50%{box-shadow:0 0 0 6px #10b9810f}}.hv-body[data-astro-cid-xfkm2hvq]{display:grid;grid-template-columns:1fr 340px;min-height:460px}.hv-chat[data-astro-cid-xfkm2hvq]{padding:34px 32px 38px;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:26px}.hv-msg-user[data-astro-cid-xfkm2hvq]{display:flex;gap:12px;align-items:flex-start}.hv-user-icon[data-astro-cid-xfkm2hvq]{width:32px;height:32px;border-radius:50%;background:var(--bg-soft);border:1px solid var(--border);display:grid;place-items:center;flex-shrink:0;font-size:18px;line-height:1}.hv-user-bubble[data-astro-cid-xfkm2hvq]{flex:1;background:#1c1917;color:#fff;padding:14px 18px;border-radius:4px 14px 14px;font-size:13.5px;line-height:1.55}.hv-divider[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;gap:12px;color:var(--text-subtle);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;margin:10px 0}.hv-divider[data-astro-cid-xfkm2hvq]:before,.hv-divider[data-astro-cid-xfkm2hvq]:after{content:"";flex:1;height:1px;background-image:linear-gradient(90deg,var(--border-strong) 50%,transparent 50%);background-size:6px 1px}.hv-msg-ai[data-astro-cid-xfkm2hvq]{display:flex;gap:12px;align-items:flex-start}.hv-ai-icon[data-astro-cid-xfkm2hvq]{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-light) 100%);color:#fff;display:grid;place-items:center;flex-shrink:0;box-shadow:0 4px 12px -2px #10b98166}.hv-ai-icon[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:17px;height:17px}.hv-ai-body[data-astro-cid-xfkm2hvq]{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.hv-intro[data-astro-cid-xfkm2hvq]{font-size:13.5px;color:var(--text);font-weight:500;line-height:1.5;margin-bottom:10px}.hv-tool[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;border:1px solid var(--border);border-radius:10px;font-size:13px}.hv-tool-check[data-astro-cid-xfkm2hvq]{width:18px;height:18px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;flex-shrink:0}.hv-tool-check[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:11px;height:11px}.hv-tool-name[data-astro-cid-xfkm2hvq]{flex:1;min-width:0;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-tool-tag[data-astro-cid-xfkm2hvq]{font-size:9.5px;font-weight:700;padding:3px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.tag-status[data-astro-cid-xfkm2hvq]{background:#fef3c7;color:#92400e}.tag-search[data-astro-cid-xfkm2hvq]{background:#ede9fe;color:#6d28d9}.tag-fetch[data-astro-cid-xfkm2hvq]{background:#cffafe;color:#0e7490}.tag-test[data-astro-cid-xfkm2hvq]{background:#dbeafe;color:#1e40af}.tag-build[data-astro-cid-xfkm2hvq]{background:#fce7f3;color:#9d174d}.hv-final[data-astro-cid-xfkm2hvq]{margin-top:14px;font-size:13px;color:var(--brand-dark);font-weight:600;display:flex;align-items:center;gap:6px}.hv-final[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:16px;height:16px}.hv-steps[data-astro-cid-xfkm2hvq]{background:var(--bg-soft);padding:28px 22px}.hv-steps-head[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text);padding-bottom:18px;border-bottom:1px solid var(--border);margin-bottom:20px}.hv-steps-head[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:14px;height:14px;color:var(--text-muted)}.hv-count[data-astro-cid-xfkm2hvq]{background:var(--text);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px;margin-left:auto;letter-spacing:.02em}.hv-step[data-astro-cid-xfkm2hvq]{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 14px;margin-bottom:10px;transition:border-color .15s ease}.hv-step[data-astro-cid-xfkm2hvq]:hover{border-color:var(--brand)}.hv-step-connector[data-astro-cid-xfkm2hvq]{display:flex;justify-content:center;color:var(--border-strong);margin:4px 0 10px}.hv-step-connector[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:14px;height:14px}.hv-step-num[data-astro-cid-xfkm2hvq]{width:22px;height:22px;border-radius:50%;background:var(--bg-soft);color:var(--text);font-size:12px;font-weight:700;display:grid;place-items:center;flex-shrink:0}.hv-step-name[data-astro-cid-xfkm2hvq]{flex:1;font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-non-ai[data-astro-cid-xfkm2hvq]{background:var(--brand-soft);color:#064e3b;font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px;flex-shrink:0;letter-spacing:.02em}@media(max-width:768px){.hv-body[data-astro-cid-xfkm2hvq]{grid-template-columns:1fr}.hv-chat[data-astro-cid-xfkm2hvq]{border-right:none;border-bottom:1px solid var(--border)}.hv-title[data-astro-cid-xfkm2hvq]{position:static;transform:none;margin-left:12px}}section[data-astro-cid-xfkm2hvq]{padding:96px 0}section[data-astro-cid-xfkm2hvq]+section[data-astro-cid-xfkm2hvq]{border-top:1px solid var(--border)}.section-head[data-astro-cid-xfkm2hvq]{text-align:center;max-width:720px;margin:0 auto 64px}.subsection-divider[data-astro-cid-xfkm2hvq]{max-width:720px;margin:80px auto 0;border-top:2px dotted var(--border-strong);opacity:.6}.eyebrow[data-astro-cid-xfkm2hvq]{display:inline-block;font-size:12px;font-weight:700;color:#064e3b;text-transform:uppercase;letter-spacing:.1em;background:var(--brand-soft);border:1.5px solid rgba(16,185,129,.35);padding:5px 12px;border-radius:999px;margin-bottom:20px}h2[data-astro-cid-xfkm2hvq]{font-size:clamp(34px,4.6vw,54px);font-weight:800;line-height:1.2;letter-spacing:-.04em;margin-bottom:18px}.section-sub[data-astro-cid-xfkm2hvq]{font-size:17px;color:var(--text-muted);line-height:1.6}.chunky-card[data-astro-cid-xfkm2hvq]{background:#fff;border:2px solid var(--text);border-radius:var(--radius-lg);box-shadow:4px 4px 0 var(--text);transition:transform .15s ease,box-shadow .15s ease}.chunky-card[data-astro-cid-xfkm2hvq]:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--text)}.logos[data-astro-cid-xfkm2hvq]{padding:56px 0 60px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fafaf9b3;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);overflow:hidden}.logos-label[data-astro-cid-xfkm2hvq]{text-align:center;font-size:13px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.12em;margin-bottom:32px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px 18px;background:#fff;border:1.5px solid var(--border);border-radius:999px;box-shadow:0 4px 12px -4px #0c0a0914;width:fit-content;margin-left:auto;margin-right:auto}.logos-label[data-astro-cid-xfkm2hvq]:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px #10b98133;animation:pulseDot 2s ease-in-out infinite;flex-shrink:0}.logos-label-wrap[data-astro-cid-xfkm2hvq]{text-align:center}.logos-track[data-astro-cid-xfkm2hvq]{position:relative;overflow:hidden;padding:10px 0;mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent)}.logos-marquee[data-astro-cid-xfkm2hvq]{display:flex;gap:16px;width:max-content;animation:marquee 35s linear infinite}.logos-marquee[data-astro-cid-xfkm2hvq]:hover{animation-play-state:paused}.logos-pill[data-astro-cid-xfkm2hvq]{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1.5px solid var(--border);border-radius:999px;padding:12px 22px;font-size:16px;font-weight:600;color:var(--text);box-shadow:0 4px 14px -4px #0c0a0914;white-space:nowrap;flex-shrink:0;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.logos-pill[data-astro-cid-xfkm2hvq]:hover{transform:translateY(-2px);border-color:var(--brand);box-shadow:0 8px 20px -6px #10b98140}.logos-pill[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq]{font-size:19px;line-height:1;display:inline-flex;align-items:center;justify-content:center;height:20px;flex-shrink:0}.logos-pill[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq] img[data-astro-cid-xfkm2hvq]{height:20px;width:auto;max-width:28px;object-fit:contain;display:block}.logos-pill[data-astro-cid-xfkm2hvq].custom{background:var(--brand-soft);border:1.5px dashed var(--brand);color:#064e3b}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.how-grid[data-astro-cid-xfkm2hvq]{display:grid;grid-template-columns:1fr 1fr;gap:24px}.how-card[data-astro-cid-xfkm2hvq]{padding:36px;border-radius:var(--radius-lg);border:2.5px solid var(--text);background:#fff;position:relative;box-shadow:5px 5px 0 var(--text);transition:transform .15s ease,box-shadow .15s ease}.how-card[data-astro-cid-xfkm2hvq]:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--text)}.how-card[data-astro-cid-xfkm2hvq] .label[data-astro-cid-xfkm2hvq]{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.how-card[data-astro-cid-xfkm2hvq].ai{background:linear-gradient(135deg,var(--brand-soft) 0%,white 60%)}.how-card[data-astro-cid-xfkm2hvq].ai .label[data-astro-cid-xfkm2hvq]{color:var(--brand-dark)}.how-card[data-astro-cid-xfkm2hvq].code .label[data-astro-cid-xfkm2hvq]{color:var(--text)}.how-card[data-astro-cid-xfkm2hvq] h3[data-astro-cid-xfkm2hvq]{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.how-card[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]{color:var(--text-muted);margin-bottom:20px}.how-card[data-astro-cid-xfkm2hvq] ul[data-astro-cid-xfkm2hvq]{list-style:none}.how-card[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq]{display:flex;gap:10px;padding:8px 0;font-size:14px;color:var(--text-muted)}.how-card[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:16px;height:16px;color:var(--brand);flex-shrink:0;margin-top:3px}@media(max-width:768px){.how-grid[data-astro-cid-xfkm2hvq]{grid-template-columns:1fr}}.features-bg[data-astro-cid-xfkm2hvq]{background:#fafaf9a6}.features-grid[data-astro-cid-xfkm2hvq]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.features-grid[data-astro-cid-xfkm2hvq].features-grid-4{grid-template-columns:repeat(4,1fr)}.feature[data-astro-cid-xfkm2hvq]{background:#fff;padding:36px 32px;transition:background .15s ease}.feature[data-astro-cid-xfkm2hvq]:hover{background:var(--bg-soft)}@media(max-width:1000px){.features-grid[data-astro-cid-xfkm2hvq].features-grid-4{grid-template-columns:repeat(2,1fr)}}.feature-icon[data-astro-cid-xfkm2hvq]{width:44px;height:44px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:20px}.feature-icon[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:22px;height:22px}.feature[data-astro-cid-xfkm2hvq] h3[data-astro-cid-xfkm2hvq]{font-size:17px;font-weight:600;letter-spacing:-.01em;margin-bottom:8px}.feature[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]{font-size:14px;color:var(--text-muted);line-height:1.6}@media(max-width:900px){.features-grid[data-astro-cid-xfkm2hvq]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid[data-astro-cid-xfkm2hvq]{grid-template-columns:1fr}}.benefits-grid[data-astro-cid-xfkm2hvq]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.benefit[data-astro-cid-xfkm2hvq]{text-align:center;padding:16px 12px}.benefits-grid[data-astro-cid-xfkm2hvq]{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;overflow:hidden;padding:24px 0}.benefit[data-astro-cid-xfkm2hvq]+.benefit[data-astro-cid-xfkm2hvq]{border-left:1px solid var(--border)}.benefit-num[data-astro-cid-xfkm2hvq]{font-size:36px;font-weight:800;color:var(--brand);letter-spacing:-.03em;margin-bottom:4px;font-family:Plus Jakarta Sans,sans-serif}.benefit-label[data-astro-cid-xfkm2hvq]{font-size:13px;color:var(--text-muted);font-weight:500}@media(max-width:768px){.benefits-grid[data-astro-cid-xfkm2hvq]{grid-template-columns:repeat(2,1fr)}}.integrations-bg[data-astro-cid-xfkm2hvq]{background:#fafaf9a6}.api-ecosystem[data-astro-cid-xfkm2hvq]{max-width:1140px;margin:0 auto 80px;position:relative}.api-network[data-astro-cid-xfkm2hvq]{position:relative;max-width:980px;width:100%;margin:0 auto;aspect-ratio:1 / 1;--orbit-radius: 368px}@media(max-width:980px){.api-network[data-astro-cid-xfkm2hvq]{--orbit-radius: 37.5vw;max-width:96vw}}@media(max-width:520px){.api-network[data-astro-cid-xfkm2hvq]{--orbit-radius: 40vw}}.orbit-item[data-astro-cid-xfkm2hvq]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--a)) translateY(calc(-1 * var(--orbit-radius))) rotate(calc(-1 * var(--a)));z-index:2}.api-network-svg[data-astro-cid-xfkm2hvq]{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.api-network-line[data-astro-cid-xfkm2hvq]{fill:none;stroke:#10b98138;stroke-width:1}.api-network-flow[data-astro-cid-xfkm2hvq]{fill:none;stroke:var(--brand);stroke-width:1.5;stroke-linecap:round;stroke-dasharray:3 200;animation:networkFlow 3.5s linear infinite}@keyframes networkFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-204}}.api-network-flow[data-astro-cid-xfkm2hvq].delay-1{animation-delay:-.3s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-2{animation-delay:-.6s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-3{animation-delay:-.9s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-4{animation-delay:-1.2s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-5{animation-delay:-1.5s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-6{animation-delay:-1.8s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-7{animation-delay:-2.1s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-8{animation-delay:-2.4s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-9{animation-delay:-2.7s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-10{animation-delay:-3s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-11{animation-delay:-3.3s}.api-network-flow[data-astro-cid-xfkm2hvq].delay-12{animation-delay:-3.6s}.api-network-center[data-astro-cid-xfkm2hvq]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;display:flex;justify-content:center;align-items:center}.api-network-side[data-astro-cid-xfkm2hvq]{display:flex;flex-direction:column;justify-content:space-between;height:90%;padding:0 24px;z-index:2}.api-network-side[data-astro-cid-xfkm2hvq].right{align-items:flex-end}.api-network-side[data-astro-cid-xfkm2hvq].left{align-items:flex-start}.api-app[data-astro-cid-xfkm2hvq]{display:inline-flex;align-items:center;gap:14px;background:#fff;padding:16px 26px;border:2px solid var(--border);border-radius:999px;font-size:18px;font-weight:600;color:var(--text);box-shadow:0 8px 22px -6px #0c0a0924;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.api-app[data-astro-cid-xfkm2hvq]:hover{transform:translateY(-2px);border-color:var(--brand);box-shadow:0 10px 26px -6px #10b98147}.api-app[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq]{font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;height:24px;flex-shrink:0}.api-app[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq] img[data-astro-cid-xfkm2hvq]{height:24px;width:auto;max-width:32px;object-fit:contain;display:block}.api-app[data-astro-cid-xfkm2hvq].custom{background:var(--brand-soft);border:1.5px dashed var(--brand);color:#064e3b}.api-network-mark[data-astro-cid-xfkm2hvq]{width:100px;height:100px;background:var(--brand);border:2.5px solid var(--text);border-radius:22px;box-shadow:6px 6px 0 var(--text);display:grid;place-items:center;color:#fff;position:relative}.api-network-mark[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:46px;height:46px;fill:#fff;stroke:#fff;stroke-width:1}.api-network-mark[data-astro-cid-xfkm2hvq]:before{content:"";position:absolute;inset:-10px;border:2px solid var(--brand);border-radius:30px;opacity:.4;animation:networkPulse 2.5s ease-in-out infinite}.api-network-mark[data-astro-cid-xfkm2hvq]:after{content:"";position:absolute;inset:-18px;border:2px solid var(--brand);border-radius:36px;opacity:.2;animation:networkPulse 2.5s ease-in-out .6s infinite}@keyframes networkPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.08);opacity:0}}.api-network-label[data-astro-cid-xfkm2hvq]{position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%);white-space:nowrap;font-weight:700;font-size:17px;letter-spacing:-.02em;color:var(--text);text-align:center}.api-network-label[data-astro-cid-xfkm2hvq] .brand-color[data-astro-cid-xfkm2hvq]{color:var(--brand)}@media(max-width:800px){.api-network[data-astro-cid-xfkm2hvq]{--orbit-radius: 36vw;max-width:100vw}.api-app[data-astro-cid-xfkm2hvq]{font-size:10px;padding:4px 8px;gap:4px;box-shadow:0 3px 8px -3px #0c0a091f;max-width:28vw}.api-app[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq]{font-size:11px;height:12px;flex-shrink:0}.api-app[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq] img[data-astro-cid-xfkm2hvq]{height:12px;max-width:14px}.api-network-mark[data-astro-cid-xfkm2hvq]{width:60px;height:60px;border-radius:14px;box-shadow:4px 4px 0 var(--text)}.api-network-mark[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:28px;height:28px}.api-network-mark[data-astro-cid-xfkm2hvq]:before{inset:-7px;border-radius:21px}.api-network-mark[data-astro-cid-xfkm2hvq]:after{inset:-12px;border-radius:26px}.api-network-label[data-astro-cid-xfkm2hvq]{font-size:12px;top:calc(100% + 10px)}.api-network-grid[data-astro-cid-xfkm2hvq]{grid-template-columns:1fr;gap:24px}.api-network-side[data-astro-cid-xfkm2hvq]{flex-direction:row;flex-wrap:wrap;justify-content:center;height:auto;gap:8px}}@media(max-width:460px){.api-network[data-astro-cid-xfkm2hvq]{--orbit-radius: 35vw}.api-app[data-astro-cid-xfkm2hvq]{font-size:9px;padding:3px 6px;gap:3px;max-width:26vw;border-width:1.5px}.api-app[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq]{font-size:10px;height:10px}.api-app[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq] img[data-astro-cid-xfkm2hvq]{height:10px;max-width:12px}.api-network-mark[data-astro-cid-xfkm2hvq]{width:52px;height:52px;border-radius:12px}.api-network-mark[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:24px;height:24px}.api-network-label[data-astro-cid-xfkm2hvq]{font-size:11px;top:calc(100% + 8px)}}@media(max-width:800px){.orbit-item[data-astro-cid-xfkm2hvq][style*="--a: 0deg"]{transform:translate(-50%,-50%) rotate(0) translateY(calc(-1 * var(--orbit-radius) - 14px)) rotate(0)}.orbit-item[data-astro-cid-xfkm2hvq][style*="--a: 180deg"]{transform:translate(-50%,-50%) rotate(180deg) translateY(calc(-1 * var(--orbit-radius) - 14px)) rotate(-180deg)}}.api-steps[data-astro-cid-xfkm2hvq]{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:20px;align-items:stretch;margin:40px auto 56px;max-width:1100px}.api-step[data-astro-cid-xfkm2hvq]{background:linear-gradient(90deg,var(--brand) 0%,var(--brand-light) 100%) top / 100% 5px no-repeat,#fff;border:2px solid var(--text);border-radius:20px;padding:44px 30px 32px;position:relative;box-shadow:6px 6px 0 var(--text);transition:transform .2s ease,box-shadow .2s ease}.api-step[data-astro-cid-xfkm2hvq]:hover{transform:translate(-3px,-3px);box-shadow:9px 9px 0 var(--text)}.api-step-num[data-astro-cid-xfkm2hvq]{position:absolute;top:-24px;left:50%;transform:translate(-50%);width:52px;height:52px;background:var(--brand);color:#fff;border:2.5px solid var(--text);border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:800;letter-spacing:-.02em;box-shadow:3px 3px 0 var(--text);z-index:2}.api-step-icon[data-astro-cid-xfkm2hvq]{width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,var(--brand-soft) 0%,#ffffff 100%);border:1.5px solid rgba(16,185,129,.25);color:var(--brand-dark);display:grid;place-items:center;margin:16px auto 22px}.api-step-icon[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:30px;height:30px;stroke-width:2.2}.api-step[data-astro-cid-xfkm2hvq] h3[data-astro-cid-xfkm2hvq]{font-size:21px;font-weight:700;letter-spacing:-.025em;margin-bottom:12px;line-height:1.25;text-align:center}.api-step[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]{font-size:14.5px;color:var(--text-muted);line-height:1.6;text-align:center}.api-arrow[data-astro-cid-xfkm2hvq]{color:var(--text);align-self:center;opacity:.35}.api-arrow[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:28px;height:28px;stroke-width:2.5}.api-divider[data-astro-cid-xfkm2hvq]{text-align:center;margin:0 auto 32px;max-width:520px}.api-divider[data-astro-cid-xfkm2hvq] .line[data-astro-cid-xfkm2hvq]{height:1px;background:var(--border);margin:32px 0 24px}.api-divider[data-astro-cid-xfkm2hvq] h3[data-astro-cid-xfkm2hvq]{font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}.api-divider[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]{font-size:14px;color:var(--text-muted)}.api-callouts[data-astro-cid-xfkm2hvq]{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.api-callout[data-astro-cid-xfkm2hvq]{display:flex;flex-direction:column;gap:12px;background:transparent;border:none;padding:8px 4px}.api-callout-icon[data-astro-cid-xfkm2hvq]{width:40px;height:40px;flex-shrink:0;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.api-callout-icon[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:20px;height:20px}.api-callout[data-astro-cid-xfkm2hvq] h4[data-astro-cid-xfkm2hvq]{font-size:15px;font-weight:600;margin-bottom:6px;letter-spacing:-.01em;line-height:1.3}.api-callout[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]{font-size:13px;color:var(--text-muted);line-height:1.55}@media(max-width:1000px){.api-callouts[data-astro-cid-xfkm2hvq]{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.api-steps[data-astro-cid-xfkm2hvq]{grid-template-columns:1fr}.api-arrow[data-astro-cid-xfkm2hvq]{transform:rotate(90deg);justify-self:center}}@media(max-width:540px){.api-callouts[data-astro-cid-xfkm2hvq]{grid-template-columns:1fr}}.pricing-toggle[data-astro-cid-xfkm2hvq]{position:relative;display:inline-flex;background:#fff;padding:6px;border-radius:999px;margin:0 auto 48px;border:2.5px solid var(--text);box-shadow:4px 4px 0 var(--text)}.pricing-toggle-wrap[data-astro-cid-xfkm2hvq]{text-align:center}.toggle-indicator[data-astro-cid-xfkm2hvq]{position:absolute;top:0;left:0;width:0;height:0;background:var(--brand);border-radius:999px;border:2px solid var(--text);box-shadow:2px 2px 0 var(--text);transition:transform .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0;will-change:transform,width,height}.toggle-btn[data-astro-cid-xfkm2hvq]{position:relative;z-index:1;padding:14px 28px;border-radius:999px;font-size:16px;font-weight:600;color:var(--text-muted);background:transparent;transition:color .25s ease}.toggle-btn[data-astro-cid-xfkm2hvq].active{color:#fff}.toggle-btn[data-astro-cid-xfkm2hvq] .save-tag[data-astro-cid-xfkm2hvq]{display:inline-block;margin-left:8px;padding:3px 10px;border-radius:999px;background:#10b9811f;color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.02em;vertical-align:1px;transition:background .25s ease,color .25s ease}.toggle-btn[data-astro-cid-xfkm2hvq].active .save-tag[data-astro-cid-xfkm2hvq]{background:#fff;color:var(--brand)}@media(max-width:600px){.pricing-toggle-wrap[data-astro-cid-xfkm2hvq]{padding:0 16px}.pricing-toggle[data-astro-cid-xfkm2hvq]{display:flex;flex-direction:column;width:100%;max-width:380px;gap:8px;padding:10px;border-radius:18px}.toggle-indicator[data-astro-cid-xfkm2hvq]{border-radius:12px}.toggle-btn[data-astro-cid-xfkm2hvq]{width:100%;padding:16px 18px;font-size:16px;text-align:center;border-radius:12px}.toggle-btn[data-astro-cid-xfkm2hvq] .save-tag[data-astro-cid-xfkm2hvq]{font-size:12px;padding:3px 10px;margin-left:8px}}.pricing-grid[data-astro-cid-xfkm2hvq]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;max-width:1280px;margin:0 auto}.price-card[data-astro-cid-xfkm2hvq]{background:#fff;border:2.5px solid var(--text);border-radius:var(--radius-lg);padding:32px;position:relative;display:flex;flex-direction:column;box-shadow:5px 5px 0 var(--text);transition:transform .15s ease,box-shadow .15s ease}.price-card[data-astro-cid-xfkm2hvq]:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--text)}.price-card[data-astro-cid-xfkm2hvq].popular{box-shadow:6px 6px 0 var(--brand),10px 10px 0 var(--text)}.price-card[data-astro-cid-xfkm2hvq].popular:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--brand),12px 12px 0 var(--text)}.badge[data-astro-cid-xfkm2hvq]{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;border:2px solid var(--text);padding:4px 14px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;box-shadow:2px 2px 0 var(--text)}.price-tier[data-astro-cid-xfkm2hvq]{font-size:13px;font-weight:600;color:var(--brand);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.price-name[data-astro-cid-xfkm2hvq]{font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:8px;min-height:58px}.price-desc[data-astro-cid-xfkm2hvq]{font-size:14px;color:var(--text-muted);margin-bottom:28px;line-height:1.5;min-height:84px}.price-amount[data-astro-cid-xfkm2hvq]{display:flex;align-items:baseline;gap:6px;margin-bottom:4px;min-height:56px}.price-amount[data-astro-cid-xfkm2hvq] .amt[data-astro-cid-xfkm2hvq]{font-size:48px;font-weight:800;letter-spacing:-.03em}.price-amount[data-astro-cid-xfkm2hvq] .per[data-astro-cid-xfkm2hvq]{color:var(--text-muted);font-size:14px;font-weight:500}.price-strike[data-astro-cid-xfkm2hvq] .strike-label[data-astro-cid-xfkm2hvq]{color:var(--text-subtle);margin-right:6px}.price-strike[data-astro-cid-xfkm2hvq] .strike-label[data-astro-cid-xfkm2hvq]:empty{display:none}.price-strike[data-astro-cid-xfkm2hvq] .orig-price[data-astro-cid-xfkm2hvq]{text-decoration:line-through;text-decoration-color:#dc2626;text-decoration-thickness:2px;color:var(--text-subtle)}.price-strike[data-astro-cid-xfkm2hvq] .orig-price[data-astro-cid-xfkm2hvq]:empty{display:none}.price-strike[data-astro-cid-xfkm2hvq]{color:var(--text-subtle);font-size:15px;margin-bottom:16px;min-height:22px}.price-cta[data-astro-cid-xfkm2hvq]{margin:16px 0;width:100%}.price-features[data-astro-cid-xfkm2hvq]{list-style:none;margin-top:4px;border-top:1px solid var(--border);padding-top:24px}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq]{position:relative;padding:8px 0 8px 26px;font-size:14px;color:var(--text);line-height:1.5}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{position:absolute;left:0;top:12px;width:16px;height:16px;color:var(--success)}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq].not-included svg[data-astro-cid-xfkm2hvq]{color:#dc2626}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq][data-tip]{cursor:default}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq][data-tip]:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 12px);left:0;background:#1f2937;color:#fff;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:500;line-height:1.5;white-space:normal;width:max-content;max-width:280px;text-align:left;text-transform:none;letter-spacing:0;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:100;box-shadow:0 8px 24px #0003}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq][data-tip]:before{content:"";position:absolute;bottom:100%;left:24px;border:6px solid transparent;border-top-color:#1f2937;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:101}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq][data-tip]:hover:after,.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq][data-tip]:hover:before{opacity:1}@media(hover:none){.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq][data-tip]:hover:after,.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq][data-tip]:hover:before{opacity:0}}.price-features[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq] strong[data-astro-cid-xfkm2hvq]{font-weight:600}.price-features[data-astro-cid-xfkm2hvq] .group-label[data-astro-cid-xfkm2hvq]{font-size:12px;font-weight:600;color:var(--text-subtle);text-transform:uppercase;letter-spacing:.06em;padding:16px 0 6px}@media(max-width:1100px){.pricing-grid[data-astro-cid-xfkm2hvq]{grid-template-columns:1fr;max-width:560px}.price-card[data-astro-cid-xfkm2hvq].popular{transform:none}}.faq-bg[data-astro-cid-xfkm2hvq]{background:#fafaf9a6}.faq-grid[data-astro-cid-xfkm2hvq]{max-width:760px;margin:0 auto}.faq-item[data-astro-cid-xfkm2hvq]{border-bottom:1px solid var(--border)}.faq-q[data-astro-cid-xfkm2hvq]{width:100%;text-align:left;padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:16px;font-weight:600;color:var(--text)}.faq-q[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq]{width:24px;height:24px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:var(--bg-muted);transition:transform .35s cubic-bezier(.4,0,.2,1),background .25s ease,color .25s ease;color:var(--text-muted)}.faq-item[data-astro-cid-xfkm2hvq].open .faq-q[data-astro-cid-xfkm2hvq] .icon[data-astro-cid-xfkm2hvq]{transform:rotate(45deg);background:var(--brand);color:#fff}.faq-q[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:14px;height:14px}.faq-a[data-astro-cid-xfkm2hvq]{max-height:0;overflow:hidden;opacity:0;padding-bottom:0;transform:translateY(-4px);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding-bottom .4s cubic-bezier(.4,0,.2,1),opacity .25s ease .05s,transform .3s cubic-bezier(.4,0,.2,1) .05s;color:var(--text-muted);font-size:15px;line-height:1.65}.faq-a[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]{margin-bottom:10px}.faq-a[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]:last-child{margin-bottom:0}.faq-list[data-astro-cid-xfkm2hvq]{list-style:disc;padding-left:22px;margin:0 0 10px}.faq-list[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq]{margin-bottom:6px;padding-left:4px}.faq-list[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq]::marker{color:var(--brand)}.faq-list[data-astro-cid-xfkm2hvq] li[data-astro-cid-xfkm2hvq]:last-child{margin-bottom:0}.faq-item[data-astro-cid-xfkm2hvq].open .faq-a[data-astro-cid-xfkm2hvq]{max-height:800px;padding-bottom:22px;opacity:1;transform:translateY(0)}.cta-section[data-astro-cid-xfkm2hvq]{padding:96px 0;text-align:center}.cta-box[data-astro-cid-xfkm2hvq]{background:linear-gradient(135deg,#1c1917,#0c0a09);color:#fff;border:2.5px solid var(--text);border-radius:var(--radius-lg);padding:72px 32px;position:relative;overflow:hidden;box-shadow:8px 8px 0 var(--brand)}.cta-box[data-astro-cid-xfkm2hvq]:before{content:"";position:absolute;inset:0;background:radial-gradient(600px 300px at 20% 20%,rgba(16,185,129,.25),transparent 60%),radial-gradient(600px 300px at 80% 80%,rgba(16,185,129,.15),transparent 60%);pointer-events:none}.cta-box[data-astro-cid-xfkm2hvq]>[data-astro-cid-xfkm2hvq]{position:relative}.cta-box[data-astro-cid-xfkm2hvq] h2[data-astro-cid-xfkm2hvq]{color:#fff;margin-bottom:16px;max-width:920px;margin-left:auto;margin-right:auto;font-size:clamp(30px,4vw,46px)}.cta-box[data-astro-cid-xfkm2hvq] p[data-astro-cid-xfkm2hvq]{color:#ffffffbf;font-size:17px;margin-bottom:32px;max-width:620px;margin-left:auto;margin-right:auto}footer[data-astro-cid-xfkm2hvq]{border-top:1px solid var(--border);padding:48px 0 32px;color:var(--text-muted);font-size:14px}.foot-row[data-astro-cid-xfkm2hvq]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.foot-links[data-astro-cid-xfkm2hvq]{display:flex;gap:24px}.foot-links[data-astro-cid-xfkm2hvq] a[data-astro-cid-xfkm2hvq]{color:var(--text);font-weight:600}.foot-links[data-astro-cid-xfkm2hvq] a[data-astro-cid-xfkm2hvq]:hover{color:var(--brand)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up[data-astro-cid-xfkm2hvq]{animation:fadeUp .7s ease both}.fade-up[data-astro-cid-xfkm2hvq].d1{animation-delay:.08s}.fade-up[data-astro-cid-xfkm2hvq].d2{animation-delay:.16s}.fade-up[data-astro-cid-xfkm2hvq].d3{animation-delay:.24s}.fade-up[data-astro-cid-xfkm2hvq].d4{animation-delay:.32s}@keyframes hvSlideRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes hvAppear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes hvPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.hv-msg-user[data-astro-cid-xfkm2hvq],.hv-user-icon[data-astro-cid-xfkm2hvq]{opacity:0;animation:hvAppear .55s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1s}.hv-divider[data-astro-cid-xfkm2hvq]{opacity:0;animation:hvAppear .5s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.3s}.hv-ai-icon[data-astro-cid-xfkm2hvq]{opacity:0;animation:hvPop .5s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:1.5s}.hv-intro[data-astro-cid-xfkm2hvq],.hv-tool[data-astro-cid-xfkm2hvq],.hv-final[data-astro-cid-xfkm2hvq]{opacity:0;animation:hvAppear .5s cubic-bezier(.16,1,.3,1) forwards}.hv-intro[data-astro-cid-xfkm2hvq]{animation-delay:1.7s}.hv-ai-body[data-astro-cid-xfkm2hvq] .hv-tool[data-astro-cid-xfkm2hvq]:nth-of-type(2){animation-delay:1.95s}.hv-ai-body[data-astro-cid-xfkm2hvq] .hv-tool[data-astro-cid-xfkm2hvq]:nth-of-type(3){animation-delay:2.2s}.hv-ai-body[data-astro-cid-xfkm2hvq] .hv-tool[data-astro-cid-xfkm2hvq]:nth-of-type(4){animation-delay:2.45s}.hv-final[data-astro-cid-xfkm2hvq]{animation-delay:2.7s}.hv-tool-check[data-astro-cid-xfkm2hvq]{transform:scale(0);animation:hvPop .35s cubic-bezier(.34,1.56,.64,1) forwards}.hv-ai-body[data-astro-cid-xfkm2hvq] .hv-tool[data-astro-cid-xfkm2hvq]:nth-of-type(2) .hv-tool-check[data-astro-cid-xfkm2hvq]{animation-delay:2.1s}.hv-ai-body[data-astro-cid-xfkm2hvq] .hv-tool[data-astro-cid-xfkm2hvq]:nth-of-type(3) .hv-tool-check[data-astro-cid-xfkm2hvq]{animation-delay:2.35s}.hv-ai-body[data-astro-cid-xfkm2hvq] .hv-tool[data-astro-cid-xfkm2hvq]:nth-of-type(4) .hv-tool-check[data-astro-cid-xfkm2hvq]{animation-delay:2.6s}.hv-steps[data-astro-cid-xfkm2hvq]>[data-astro-cid-xfkm2hvq]{opacity:0;animation:hvAppear .5s cubic-bezier(.16,1,.3,1) forwards}.hv-steps[data-astro-cid-xfkm2hvq]>[data-astro-cid-xfkm2hvq]:nth-child(1){animation-delay:1.7s}.hv-steps[data-astro-cid-xfkm2hvq]>[data-astro-cid-xfkm2hvq]:nth-child(2){animation-delay:2.5s}.hv-steps[data-astro-cid-xfkm2hvq]>[data-astro-cid-xfkm2hvq]:nth-child(3){animation-delay:2.8s}.hv-steps[data-astro-cid-xfkm2hvq]>[data-astro-cid-xfkm2hvq]:nth-child(4){animation-delay:3.1s}.hero-visual[data-astro-cid-xfkm2hvq]{transition:transform .4s ease,box-shadow .4s ease}.hero-visual[data-astro-cid-xfkm2hvq]:hover{transform:translateY(-3px);box-shadow:0 32px 70px -22px #0c0a0938,0 12px 24px -8px #0c0a091a}@media(prefers-reduced-motion:reduce){[data-astro-cid-xfkm2hvq],[data-astro-cid-xfkm2hvq]:before,[data-astro-cid-xfkm2hvq]:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(max-width:720px){.nav-links[data-astro-cid-xfkm2hvq]{display:none}section[data-astro-cid-xfkm2hvq]{padding:64px 0}.hero[data-astro-cid-xfkm2hvq]{padding:56px 0 72px}.price-card[data-astro-cid-xfkm2hvq]{padding:28px}.hv-chat[data-astro-cid-xfkm2hvq]{padding:24px 18px;gap:20px}.hv-steps[data-astro-cid-xfkm2hvq]{padding:22px 16px}.hv-tool[data-astro-cid-xfkm2hvq]{padding:10px 12px;gap:8px}.hv-step[data-astro-cid-xfkm2hvq]{padding:10px 12px}.hv-user-bubble[data-astro-cid-xfkm2hvq]{font-size:13px;padding:12px 14px}.hv-intro[data-astro-cid-xfkm2hvq]{font-size:13px}.hv-tool-name[data-astro-cid-xfkm2hvq]{font-size:12.5px}.foot-row[data-astro-cid-xfkm2hvq]{flex-direction:column;align-items:flex-start;gap:20px}.foot-links[data-astro-cid-xfkm2hvq]{flex-wrap:wrap;row-gap:12px}.foot-links[data-astro-cid-xfkm2hvq] a[data-astro-cid-xfkm2hvq]{white-space:nowrap}.pill[data-astro-cid-xfkm2hvq] .dot[data-astro-cid-xfkm2hvq]{display:none}}@media(max-width:480px){.logo[data-astro-cid-xfkm2hvq]{font-size:16px;gap:8px}.logo-mark[data-astro-cid-xfkm2hvq]{width:34px;height:34px;border-radius:50%}.logo-mark[data-astro-cid-xfkm2hvq] svg[data-astro-cid-xfkm2hvq]{width:17px;height:17px}.nav-cta[data-astro-cid-xfkm2hvq] .btn[data-astro-cid-xfkm2hvq]{padding:8px 12px;font-size:13px}.nav-inner[data-astro-cid-xfkm2hvq]{gap:8px}}
