.hero-section{width:100%;min-height:640px;position:relative;background:#faf9f6;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:46px 46px;padding:56px 48px 64px 64px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.05)}html[data-theme=dark] .hero-section{background:#08090c!important;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px)!important;background-size:46px 46px!important;border-bottom-color:#ffffff0f!important}.hero-radial-glow{position:absolute;top:50%;left:30%;transform:translate(-50%,-50%);width:1000px;height:700px;background:radial-gradient(circle,#ffffffe6,#faf9f600 75%);pointer-events:none;z-index:1}html[data-theme=dark] .hero-radial-glow{background:radial-gradient(circle,#ffffff06,#08090c00 75%)!important}.hero-container{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:32px;position:relative;z-index:2}.hero-left-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-meta-tag{font-family:Lato,sans-serif;font-size:13.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#216bff;margin-bottom:18px;line-height:1.2}html[data-theme=dark] .hero-meta-tag{color:#38bdf8!important}.hero-headline{font-family:Lato,sans-serif;font-size:clamp(2.4rem,4.6vw,4.75rem);font-weight:800;line-height:1.05;letter-spacing:-.038em;color:#0f172a;margin:0 0 18px;text-align:left;max-width:680px}html[data-theme=dark] .hero-headline{color:#f8fafc!important}.hero-headline .hl-pioneer{color:#216bff;display:block}html[data-theme=dark] .hero-headline .hl-pioneer{color:#38bdf8!important}.hero-headline .hl-dot{color:#216bff}html[data-theme=dark] .hero-headline .hl-dot{color:#38bdf8!important}.hero-desc{font-family:Lato,sans-serif;font-size:clamp(14px,1.3vw,16px);line-height:1.55;letter-spacing:-.012em;color:#475569;max-width:620px;margin:0 0 24px;text-align:left}html[data-theme=dark] .hero-desc{color:#94a3b8!important}.hero-desc strong{font-weight:700;color:#0f172a}html[data-theme=dark] .hero-desc strong{color:#f8fafc!important}.hero-actions{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-bottom:24px;flex-wrap:wrap;width:100%}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:10px;font-family:Lato,sans-serif;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease,background .2s ease,border-color .2s ease}.hero-btn.primary{background:#216bff;color:#fff;border:1px solid #216BFF;box-shadow:0 8px 24px #216bff3d}.hero-btn.primary:hover{background:#1557d0;border-color:#1557d0;transform:translateY(-2px);box-shadow:0 12px 30px #216bff59}.hero-btn.secondary{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.16);box-shadow:0 2px 10px #00000008}html[data-theme=dark] .hero-btn.secondary{background:#ffffff0a!important;color:#f8fafc!important;border-color:#ffffff1f!important;box-shadow:0 4px 16px #0006!important}.hero-btn.secondary:hover{background:#f8fafc;border-color:#0f172a;transform:translateY(-2px);box-shadow:0 6px 18px #00000014}html[data-theme=dark] .hero-btn.secondary:hover{background:#ffffff14!important;border-color:#ffffff4d!important;color:#fff!important}.hero-proof-pill{display:inline-flex;align-items:center;justify-content:flex-start;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:100px;padding:8px 18px;box-shadow:0 4px 20px #00000008;max-width:100%;box-sizing:border-box}html[data-theme=dark] .hero-proof-pill{background:#ffffff09!important;border-color:#ffffff1a!important;box-shadow:0 8px 24px #0006!important}.proof-pill-content{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-start;font-family:Lato,sans-serif;font-size:12.5px;font-weight:700;color:#334155}html[data-theme=dark] .proof-pill-content{color:#cbd5e1!important}.proof-item{display:inline-flex;align-items:center;gap:5px;flex-shrink:0}.proof-dot-separator{color:#94a3b8;font-weight:400;margin:0 2px}.proof-check-circle{width:15px;height:15px;border-radius:50%;background:#216bff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:800;flex-shrink:0}html[data-theme=dark] .proof-check-circle{background:#38bdf8!important;color:#060913!important}.hero-right-visual{display:flex;align-items:center;justify-content:center;position:relative;width:100%}.hero-3d-logo-wrapper{position:relative;width:100%;max-width:480px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 28px 44px rgba(33,107,255,.16))}.hero-3d-logo-img{width:100%;max-height:480px;height:auto;object-fit:contain;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);backface-visibility:hidden}.hero-logo-dark,html[data-theme=dark] .hero-logo-light{display:none!important}html[data-theme=dark] .hero-logo-dark{display:block!important}html[data-theme=dark] .hero-3d-logo-wrapper{filter:drop-shadow(0 20px 48px rgba(56,189,248,.4)) drop-shadow(0 0 20px rgba(56,189,248,.25))}@media(max-width:1024px){.hero-section{padding:clamp(36px,5vw,48px) clamp(16px,3.5vw,24px) 52px}.hero-container{grid-template-columns:1fr;gap:36px}.hero-left-content{align-items:center;text-align:center}.hero-meta-tag,.hero-headline,.hero-desc{text-align:center}.hero-actions{justify-content:center}.hero-proof-pill{justify-content:center;border-radius:16px}.proof-pill-content{justify-content:center}.hero-3d-logo-wrapper{max-width:320px;margin:0 auto}}@media(max-width:640px){.hero-section{padding:24px 12px 32px;min-height:auto}.hero-meta-tag{font-size:11px;margin-bottom:10px}.hero-headline{font-size:clamp(1.6rem,7vw,2.25rem);letter-spacing:-.03em;line-height:1.1;margin-bottom:12px}.hero-desc{font-size:12.5px;line-height:1.45;margin-bottom:16px}.hero-actions{flex-direction:column;width:100%;gap:8px;margin-bottom:16px}.hero-btn{width:100%;padding:10px 18px;font-size:13px;border-radius:8px}.hero-proof-pill{padding:6px 12px;width:100%;border-radius:10px}.proof-pill-content{font-size:10px;gap:4px}.proof-check-circle{width:13px;height:13px;font-size:8px}.hero-3d-logo-wrapper{max-width:170px;margin:8px auto 0}}.clients-section[data-astro-cid-ltbulkqg]{padding:64px 48px 76px;background:#f7f4ef;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}html[data-theme=dark] .clients-section[data-astro-cid-ltbulkqg]{background:#060913!important;border-top:1px solid rgba(56,189,248,.12)!important;border-bottom:1px solid rgba(56,189,248,.12)!important}.page-container[data-astro-cid-ltbulkqg]{max-width:1280px;margin-left:auto;margin-right:auto;width:100%}.section-head-wrap[data-astro-cid-ltbulkqg]{margin-bottom:24px;display:flex;justify-content:center;text-align:center}.section-head-wrap[data-astro-cid-ltbulkqg] .section-head{justify-content:center;text-align:center;margin-bottom:0}.section-head-wrap[data-astro-cid-ltbulkqg] .text{display:flex;flex-direction:column;align-items:center;text-align:center}.section-head-wrap[data-astro-cid-ltbulkqg] .sub{margin:0 auto;text-align:center}.section-head-wrap[data-astro-cid-ltbulkqg] h2{font-size:clamp(30px,4.8vw,48px);letter-spacing:-1.2px;margin:8px 0 10px;text-align:center}.split-container[data-astro-cid-ltbulkqg]{display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:start;position:relative;width:100%;margin-top:8px}.left-sticky-col[data-astro-cid-ltbulkqg]{position:-webkit-sticky;position:sticky;top:96px;align-self:start;height:auto;max-height:calc(100vh - 110px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;padding-top:0;text-align:center;z-index:10}.sticky-content[data-astro-cid-ltbulkqg]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;width:100%}.category-count[data-astro-cid-ltbulkqg]{font-family:Lato,sans-serif;font-size:11.5px;font-weight:700;color:var(--o-mute);letter-spacing:1.5px;margin-bottom:12px;text-align:center}.editorial-heading[data-astro-cid-ltbulkqg]{font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:clamp(1.8rem,2.5vw,2.6rem);font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--o-ink);margin:0 0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;width:100%}.editorial-heading[data-astro-cid-ltbulkqg] span[data-astro-cid-ltbulkqg]{white-space:normal;overflow-wrap:break-word;word-break:break-word;max-width:100%;text-align:center}.editorial-heading[data-astro-cid-ltbulkqg] .ampersand[data-astro-cid-ltbulkqg]{font-style:italic;color:#d9381e;padding-left:0;line-height:.85;text-align:center;display:block}.vertical-filter-nav[data-astro-cid-ltbulkqg]{display:flex;flex-direction:column;gap:4px;width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:8px;box-shadow:0 4px 18px #00000008;box-sizing:border-box}html[data-theme=dark] .vertical-filter-nav[data-astro-cid-ltbulkqg]{background:#0d152c;border-color:#38bdf824;box-shadow:0 4px 20px #00041266}.v-filter-btn[data-astro-cid-ltbulkqg]{border:1px solid transparent;background:transparent;padding:10px 14px;border-radius:10px;font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13.5px;font-weight:500;letter-spacing:-.01em;color:#475569;cursor:pointer;transition:all .18s ease;outline:none;display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;box-sizing:border-box}html[data-theme=dark] .v-filter-btn[data-astro-cid-ltbulkqg]{color:#94a3b8}.v-filter-btn[data-astro-cid-ltbulkqg]:hover{background:#0000000a;color:#0f172a}html[data-theme=dark] .v-filter-btn[data-astro-cid-ltbulkqg]:hover{background:#ffffff0f;color:#fff}.v-filter-btn[data-astro-cid-ltbulkqg].active{background:#1d6af314;color:#1d6af3;font-weight:700;border-color:#1d6af340}html[data-theme=dark] .v-filter-btn[data-astro-cid-ltbulkqg].active{background:#1d6af32e;color:#60a5fa;border-color:#60a5fa59}.v-label[data-astro-cid-ltbulkqg]{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.v-count[data-astro-cid-ltbulkqg]{font-size:11px;opacity:.75;margin-left:8px}.right-scroll-col[data-astro-cid-ltbulkqg]{min-width:0;width:100%}.cards-grid[data-astro-cid-ltbulkqg]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;align-content:start}.product-card[data-astro-cid-ltbulkqg]{background:#fff;border:1px solid rgba(20,30,50,.1);border-radius:14px;padding:20px 18px;min-height:155px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit;transition:border-color .22s ease,box-shadow .22s ease,transform .22s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.product-card[data-astro-cid-ltbulkqg].card-cat-ai{background:#f8fbff;border-color:#216bff2e}.product-card[data-astro-cid-ltbulkqg].card-cat-ai:hover{border-color:#216bff;box-shadow:0 10px 24px #216bff1f}.product-card[data-astro-cid-ltbulkqg].card-cat-api{background:#faf8ff;border-color:#7c3aed2e}.product-card[data-astro-cid-ltbulkqg].card-cat-api:hover{border-color:#7c3aed;box-shadow:0 10px 24px #7c3aed1f}.product-card[data-astro-cid-ltbulkqg].card-cat-security{background:#fff8f6;border-color:#d9381e2e}.product-card[data-astro-cid-ltbulkqg].card-cat-security:hover{border-color:#d9381e;box-shadow:0 10px 24px #d9381e1f}.product-card[data-astro-cid-ltbulkqg].card-cat-saas{background:#f4fbf7;border-color:#10b98138}.product-card[data-astro-cid-ltbulkqg].card-cat-saas:hover{border-color:#10b981;box-shadow:0 10px 24px #10b9811f}.product-card[data-astro-cid-ltbulkqg].card-cat-training{background:#fffbf2;border-color:#d9770638}.product-card[data-astro-cid-ltbulkqg].card-cat-training:hover{border-color:#d97706;box-shadow:0 10px 24px #d977061f}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg]{background:#0d152c!important;border-color:#ffffff1a!important}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg].card-cat-ai{background:#216bff14!important;border-color:#38bdf840!important}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg].card-cat-api{background:#8b5cf614!important;border-color:#a78bfa40!important}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg].card-cat-security{background:#ef444414!important;border-color:#f8717140!important}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg].card-cat-saas{background:#10b98114!important;border-color:#34d39940!important}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg].card-cat-training{background:#f59e0b14!important;border-color:#fbbf2440!important}.product-card[data-astro-cid-ltbulkqg]:hover{transform:translateY(-2px)}.card-title-row[data-astro-cid-ltbulkqg]{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.product-title[data-astro-cid-ltbulkqg]{font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:19px;font-weight:700;line-height:1.15;color:#0f172a;margin:0;transition:color .2s ease}html[data-theme=dark] .product-title[data-astro-cid-ltbulkqg]{color:#f8fafc}.cat-pill[data-astro-cid-ltbulkqg]{font-family:var(--o-font-mono, monospace);font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:6px;flex-shrink:0}.cat-pill-ai[data-astro-cid-ltbulkqg]{background:#216bff1f;color:#1769ff}.cat-pill-api[data-astro-cid-ltbulkqg]{background:#7c3aed1f;color:#7c3aed}.cat-pill-security[data-astro-cid-ltbulkqg]{background:#d9381e1f;color:#d9381e}.cat-pill-saas[data-astro-cid-ltbulkqg]{background:#10b98124;color:#059669}.cat-pill-training[data-astro-cid-ltbulkqg]{background:#d9770624;color:#b45309}html[data-theme=dark] .cat-pill-ai[data-astro-cid-ltbulkqg]{color:#60a5fa;background:#216bff40}html[data-theme=dark] .cat-pill-api[data-astro-cid-ltbulkqg]{color:#c084fc;background:#8b5cf640}html[data-theme=dark] .cat-pill-security[data-astro-cid-ltbulkqg]{color:#f87171;background:#ef444440}html[data-theme=dark] .cat-pill-saas[data-astro-cid-ltbulkqg]{color:#4ade80;background:#10b98140}html[data-theme=dark] .cat-pill-training[data-astro-cid-ltbulkqg]{color:#fbbf24;background:#f59e0b40}.product-card[data-astro-cid-ltbulkqg]:hover .product-title[data-astro-cid-ltbulkqg]{color:#1769ff}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg]:hover .product-title[data-astro-cid-ltbulkqg]{color:#38bdf8}.product-blurb[data-astro-cid-ltbulkqg]{font-family:Lato,system-ui,-apple-system,sans-serif;font-size:12.5px;line-height:1.45;color:#64748b;margin:0}html[data-theme=dark] .product-blurb[data-astro-cid-ltbulkqg]{color:#94a3b8}.card-bottom[data-astro-cid-ltbulkqg]{margin-top:16px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.08)}html[data-theme=dark] .card-bottom[data-astro-cid-ltbulkqg]{border-top-color:#ffffff14}.product-domain[data-astro-cid-ltbulkqg]{font-family:var(--o-font-mono);font-size:11px;color:#64748b;letter-spacing:.2px;display:inline-flex;align-items:center;gap:4px;transition:color .2s ease}html[data-theme=dark] .product-domain[data-astro-cid-ltbulkqg]{color:#94a3b8}.product-domain[data-astro-cid-ltbulkqg] .arrow[data-astro-cid-ltbulkqg]{display:inline-flex;align-items:center;vertical-align:middle;transition:transform .2s ease}.product-domain[data-astro-cid-ltbulkqg] .arrow[data-astro-cid-ltbulkqg] svg[data-astro-cid-ltbulkqg]{display:block}.product-card[data-astro-cid-ltbulkqg]:hover .product-domain[data-astro-cid-ltbulkqg]{color:#1769ff}html[data-theme=dark] .product-card[data-astro-cid-ltbulkqg]:hover .product-domain[data-astro-cid-ltbulkqg]{color:#38bdf8}.product-card[data-astro-cid-ltbulkqg]:hover .product-domain[data-astro-cid-ltbulkqg] .arrow[data-astro-cid-ltbulkqg]{transform:translate(3px,-2px)}.footnote[data-astro-cid-ltbulkqg]{margin-top:48px;font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13.5px;color:#64748b;text-align:left}.footnote[data-astro-cid-ltbulkqg] a[data-astro-cid-ltbulkqg]{color:#d9381e;font-weight:600;text-decoration:none;margin-left:6px}.footnote[data-astro-cid-ltbulkqg] a[data-astro-cid-ltbulkqg]:hover{text-decoration:underline}@media(max-width:1024px){.clients-section[data-astro-cid-ltbulkqg]{padding:36px 16px}.split-container[data-astro-cid-ltbulkqg]{grid-template-columns:190px 1fr;gap:16px}.cards-grid[data-astro-cid-ltbulkqg]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.editorial-heading[data-astro-cid-ltbulkqg]{font-size:clamp(1.4rem,2.2vw,2rem)}}@media(max-width:900px){.clients-section[data-astro-cid-ltbulkqg]{padding:16px 10px 24px!important}.section-head-wrap[data-astro-cid-ltbulkqg]{margin-bottom:8px!important}.split-container[data-astro-cid-ltbulkqg]{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:0!important}.left-sticky-col[data-astro-cid-ltbulkqg]{position:relative!important;top:0!important;height:auto!important;min-height:auto!important;padding:0!important;margin-bottom:4px!important;align-items:stretch!important}.sticky-content[data-astro-cid-ltbulkqg]{align-items:stretch!important;text-align:left!important}.category-count[data-astro-cid-ltbulkqg],.editorial-heading[data-astro-cid-ltbulkqg]{display:none!important}.vertical-filter-nav[data-astro-cid-ltbulkqg]{flex-direction:row!important;flex-wrap:wrap!important;gap:4px!important;padding:4px 6px!important;border-radius:8px!important;margin-bottom:4px!important}.v-filter-btn[data-astro-cid-ltbulkqg]{width:auto!important;padding:4px 8px!important;font-size:10px!important;border-radius:5px!important}.v-count[data-astro-cid-ltbulkqg]{font-size:8.5px!important;margin-left:3px!important}.right-scroll-col[data-astro-cid-ltbulkqg]{min-height:auto!important;width:100%!important}.cards-grid[data-astro-cid-ltbulkqg]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;min-height:auto!important;width:100%!important}.product-card[data-astro-cid-ltbulkqg]{padding:8px 8px 6px!important;min-height:auto!important;border-radius:8px!important}.card-title-row[data-astro-cid-ltbulkqg]{margin-bottom:3px!important;gap:3px!important}.product-title[data-astro-cid-ltbulkqg]{font-size:clamp(11.5px,3.2vw,13.5px)!important;line-height:1.15!important}.cat-pill[data-astro-cid-ltbulkqg]{font-size:7px!important;padding:1px 3.5px!important;border-radius:3px!important}.product-blurb[data-astro-cid-ltbulkqg]{font-size:9.5px!important;line-height:1.25!important}.card-bottom[data-astro-cid-ltbulkqg]{margin-top:5px!important;padding-top:3px!important}.product-domain[data-astro-cid-ltbulkqg]{font-size:8.5px!important;gap:2px!important}.footnote[data-astro-cid-ltbulkqg]{margin-top:14px!important;font-size:10.5px!important}}.tile-head[data-astro-cid-w3llgazo]{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;border-bottom:1px solid var(--o-line)}.label[data-astro-cid-w3llgazo]{font-size:8px;color:var(--o-mute);letter-spacing:.3px}.tag[data-astro-cid-w3llgazo]{font-size:9px;color:var(--o-faint)}.spark-wrapper[data-astro-cid-swjbrr3g]{width:100%;position:relative;margin-top:6px;display:flex;align-items:flex-end}.spark-wrapper[data-astro-cid-swjbrr3g] svg[data-astro-cid-swjbrr3g]{width:100%;overflow:visible}.count-up[data-astro-cid-c6tvstiz]{display:inline-block;font-variant-numeric:tabular-nums;font-size:var(--count-up-size, 4rem);font-weight:700;color:var(--count-up-color, #ff7700);font-family:var(--count-up-font-family, system-ui, -apple-system, sans-serif);transition:color .2s ease}@media(prefers-reduced-motion:reduce){.count-up[data-astro-cid-c6tvstiz]{transition:none!important}}:root{--white: hsl(0, 0%, 100%);--blue-primary: rgba(23, 105, 255, 1);--blue-glow: rgba(23, 105, 255, .25);--blue-border: rgba(23, 105, 255, .8);--border-color: rgba(20, 30, 50, .12);--background-card: #ffffff}:global(html[data-theme=dark]){--border-color: rgba(255, 255, 255, .1);--background-card: #0e1526}.magic-bento-root{width:100%;position:relative}.magic-bento-card--border-glow:after{content:"";position:absolute;inset:0;padding:2px;background:radial-gradient(var(--glow-radius, 280px) circle at var(--glow-x, 50%) var(--glow-y, 50%),color-mix(in srgb,var(--glow-color, rgb(23, 105, 255)) calc(var(--glow-intensity, 0) * 90%),transparent) 0%,color-mix(in srgb,var(--glow-color, rgb(23, 105, 255)) calc(var(--glow-intensity, 0) * 45%),transparent) 35%,transparent 70%);border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:1;z-index:2}.particle-container{position:relative;overflow:hidden}.particle{position:absolute;width:4px;height:4px;border-radius:50%;pointer-events:none;z-index:10}.particle:before{content:"";position:absolute;inset:-2px;background:#1769ff59;border-radius:50%;z-index:-1}.magic-bento-ripple{position:absolute;border-radius:50%;pointer-events:none;z-index:1000;transform:scale(0)}.global-spotlight{position:fixed;width:600px;height:600px;border-radius:50%;pointer-events:none;z-index:99!important;opacity:0;transform:translate(-50%,-50%);mix-blend-mode:screen;will-change:transform,opacity;filter:blur(14px)}@media(prefers-reduced-motion:reduce){.global-spotlight,.particle{display:none!important}}.bento[data-astro-cid-shik666a]{padding:36px 24px 44px;border-top:1px solid rgba(217,56,30,.12);border-bottom:1px solid rgba(217,56,30,.12);background:#f3eee8!important;color:var(--foreground);position:relative}html[data-theme=dark] .bento[data-astro-cid-shik666a]{background:#090e1a!important;border-color:#ffffff14}.centered-head[data-astro-cid-shik666a]{display:flex;justify-content:center;text-align:center;margin-bottom:18px}.centered-head[data-astro-cid-shik666a] .section-head{justify-content:center;margin-bottom:0}.centered-head[data-astro-cid-shik666a] .text{display:flex;flex-direction:column;align-items:center;text-align:center}.centered-head[data-astro-cid-shik666a] .sub{margin:0 auto;font-size:13.5px}.centered-head[data-astro-cid-shik666a] h2{font-size:clamp(24px,3.4vw,36px);letter-spacing:-.8px;margin:6px 0 4px}.asymmetric-bento-grid[data-astro-cid-shik666a]{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto;gap:10px;max-width:980px;margin:0 auto}.bento-card[data-astro-cid-shik666a]{background:#fff;color:var(--card-foreground);border:1px solid rgba(20,30,50,.1);border-radius:10px;box-shadow:0 3px 12px #00000008;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,border-color .25s ease}html[data-theme=dark] .bento-card[data-astro-cid-shik666a]{background:#0e1526;border-color:#ffffff17;box-shadow:0 3px 16px #0000004d}.bento-card[data-astro-cid-shik666a]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1769ff1f;border-color:#1d6af3}html[data-theme=dark] .bento-card[data-astro-cid-shik666a]:hover{border-color:#60a5fa;box-shadow:0 8px 24px #60a5fa33}.card-cadence[data-astro-cid-shik666a]{grid-column:span 7;grid-row:span 2}.card-sow[data-astro-cid-shik666a],.card-speed[data-astro-cid-shik666a]{grid-column:span 5;grid-row:span 1}.card-schema[data-astro-cid-shik666a]{grid-column:span 7;grid-row:span 1}.card-track[data-astro-cid-shik666a]{grid-column:span 5;grid-row:span 1}.cadence-body[data-astro-cid-shik666a]{padding:10px 14px;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:8px}.lead-text[data-astro-cid-shik666a]{font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13px;line-height:1.4;color:var(--card-foreground);margin-bottom:6px}.lead-text[data-astro-cid-shik666a] .accent-link[data-astro-cid-shik666a]{color:#1d6af3;text-decoration:underline;text-underline-offset:3px;font-weight:600}.timeline-list[data-astro-cid-shik666a]{display:flex;flex-direction:column;gap:4px;background:#00000005;padding:8px 10px;border-radius:6px;border:1px solid rgba(0,0,0,.05)}html[data-theme=dark] .timeline-list[data-astro-cid-shik666a]{background:#ffffff05;border-color:#ffffff0d}.t-row[data-astro-cid-shik666a]{display:flex;justify-content:space-between;font-size:10.5px;line-height:1.15}.t-when[data-astro-cid-shik666a]{color:#64748b;font-weight:600}.sow-body[data-astro-cid-shik666a]{padding:8px 12px}.sow-lead[data-astro-cid-shik666a]{font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:12px;line-height:1.35;color:var(--card-foreground);margin:0 0 6px}.sow-lead[data-astro-cid-shik666a] .dim[data-astro-cid-shik666a]{color:#64748b}.sow-code[data-astro-cid-shik666a]{background:#faf8f5;padding:6px 10px;border-radius:6px;border:1px solid rgba(0,0,0,.05);font-size:clamp(9px,2.2vw,10.5px);line-height:1.35;color:var(--card-foreground);margin:0;max-width:100%;overflow-x:auto}html[data-theme=dark] .sow-code[data-astro-cid-shik666a]{background:#00000040;border-color:#ffffff0d}.speed-body[data-astro-cid-shik666a]{padding:8px 12px;display:flex;flex-direction:column;gap:4px}.metric-label[data-astro-cid-shik666a]{font-size:9.5px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.speed-row[data-astro-cid-shik666a]{display:flex;align-items:baseline;justify-content:space-between}.metric-num[data-astro-cid-shik666a]{font-size:22px;font-weight:800;line-height:1;color:#0f172a;font-family:Lato,sans-serif}html[data-theme=dark] .metric-num[data-astro-cid-shik666a]{color:#f5f7fb}.metric-num[data-astro-cid-shik666a] .unit[data-astro-cid-shik666a]{font-size:11px;font-weight:600;color:#64748b;margin-left:3px}.metric-delta[data-astro-cid-shik666a]{font-size:10px;color:#ea580c;font-weight:700}.schema-code[data-astro-cid-shik666a]{background:#fff;padding:8px 12px;font-size:clamp(9px,2.2vw,10.5px);line-height:1.35;margin:0;color:var(--card-foreground);max-width:100%;overflow-x:auto}html[data-theme=dark] .schema-code[data-astro-cid-shik666a]{background:#0e1526}.track-body[data-astro-cid-shik666a]{padding:8px 12px;display:flex;flex-direction:column;gap:6px}.track-top[data-astro-cid-shik666a]{display:flex;align-items:baseline;justify-content:space-between}.metric-num[data-astro-cid-shik666a].accent{color:#ea580c}.metric-num[data-astro-cid-shik666a] .faded[data-astro-cid-shik666a]{font-size:13px;color:#64748b;font-weight:600}.track-sub[data-astro-cid-shik666a]{font-size:10px;color:#64748b}.bars[data-astro-cid-shik666a]{display:flex;align-items:flex-end;gap:2px;height:22px}.bar[data-astro-cid-shik666a]{flex:1;border-radius:2px;transition:transform .2s ease}.bar[data-astro-cid-shik666a]:hover{transform:scaleY(1.15)}.track-foot[data-astro-cid-shik666a]{font-size:9.5px;color:#64748b}@media(max-width:900px){.bento[data-astro-cid-shik666a]{padding:24px 12px 30px}.asymmetric-bento-grid[data-astro-cid-shik666a]{grid-template-columns:1fr;gap:10px}.card-cadence[data-astro-cid-shik666a],.card-sow[data-astro-cid-shik666a],.card-speed[data-astro-cid-shik666a],.card-schema[data-astro-cid-shik666a],.card-track[data-astro-cid-shik666a]{grid-column:span 1;grid-row:auto}.cadence-body[data-astro-cid-shik666a],.sow-body[data-astro-cid-shik666a],.speed-body[data-astro-cid-shik666a],.track-body[data-astro-cid-shik666a]{padding:8px 10px}.lead-text[data-astro-cid-shik666a]{font-size:11.5px;margin-bottom:4px}.t-row[data-astro-cid-shik666a]{font-size:9.5px}.sow-lead[data-astro-cid-shik666a]{font-size:11px;margin-bottom:4px}.sow-code[data-astro-cid-shik666a],.schema-code[data-astro-cid-shik666a]{font-size:9px;padding:5px 8px}.metric-label[data-astro-cid-shik666a]{font-size:8.5px}.metric-num[data-astro-cid-shik666a]{font-size:18px}.metric-num[data-astro-cid-shik666a] .unit[data-astro-cid-shik666a]{font-size:9.5px}.metric-delta[data-astro-cid-shik666a],.track-sub[data-astro-cid-shik666a],.track-foot[data-astro-cid-shik666a]{font-size:9px}.bars[data-astro-cid-shik666a]{height:16px}}.services-zoom-section[data-astro-cid-7fsfp5w6]{padding:38px 24px 44px;background:#ebe5dc!important;border-top:1px solid rgba(217,56,30,.12);border-bottom:1px solid rgba(217,56,30,.12);width:100%;box-sizing:border-box;position:relative;overflow:hidden}html[data-theme=dark] .services-zoom-section[data-astro-cid-7fsfp5w6]{background:#060913!important;border-color:#38bdf81f}.services-zoom-container[data-astro-cid-7fsfp5w6]{max-width:1280px;margin:0 auto;width:100%}.services-header-wrapper[data-astro-cid-7fsfp5w6]{position:relative;width:100%;margin-bottom:22px;display:flex;justify-content:center;align-items:center}.services-zoom-head[data-astro-cid-7fsfp5w6]{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.services-zoom-badge[data-astro-cid-7fsfp5w6]{font-size:11px;color:#1769ff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;display:inline-flex;align-items:center;padding:0;border:none;background:transparent;font-weight:700}html[data-theme=dark] .services-zoom-badge[data-astro-cid-7fsfp5w6]{color:#60a5fa}.services-zoom-title[data-astro-cid-7fsfp5w6]{font-family:Lato,sans-serif;font-size:clamp(24px,3.4vw,36px);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0f172a;margin:0 0 8px;text-align:center}html[data-theme=dark] .services-zoom-title[data-astro-cid-7fsfp5w6]{color:#f5f7fb}.services-zoom-compare[data-astro-cid-7fsfp5w6]{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:12px;font-weight:600;color:#1769ff;text-decoration:none;border-bottom:1px dashed rgba(23,105,255,.4);padding-bottom:1px;display:inline-flex;align-items:center;gap:4px;transition:all .2s ease;white-space:nowrap;z-index:10}.services-zoom-compare[data-astro-cid-7fsfp5w6]:hover{color:#0052cc;border-bottom-color:#0052cc}html[data-theme=dark] .services-zoom-compare[data-astro-cid-7fsfp5w6]{color:#60a5fa;border-bottom-color:#60a5fa66}.services-zoom-compare[data-astro-cid-7fsfp5w6]:hover .arrow[data-astro-cid-7fsfp5w6]{transform:translate(3px)}.services-zoom-sub[data-astro-cid-7fsfp5w6]{font-family:Lato,sans-serif;font-size:13.5px;line-height:1.45;color:#64748b;margin:0;max-width:620px;text-align:center}html[data-theme=dark] .services-zoom-sub[data-astro-cid-7fsfp5w6]{color:#94a3b8}.services-carousel-box[data-astro-cid-7fsfp5w6]{width:100%;position:relative;overflow:hidden}.carousel-edge-fade[data-astro-cid-7fsfp5w6]{position:absolute;top:0;bottom:0;width:44px;z-index:5;pointer-events:none;transition:opacity .2s ease}.edge-fade-left[data-astro-cid-7fsfp5w6]{left:0;background:linear-gradient(to right,#ebe5dc 20%,#ebe5dcbf,#ebe5dc00);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);mask-image:linear-gradient(to right,black 25%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 25%,transparent 100%);opacity:0}.edge-fade-right[data-astro-cid-7fsfp5w6]{right:0;background:linear-gradient(to left,#ebe5dc 20%,#ebe5dcbf,#ebe5dc00);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);mask-image:linear-gradient(to left,black 25%,transparent 100%);-webkit-mask-image:linear-gradient(to left,black 25%,transparent 100%);opacity:1}html[data-theme=dark] .edge-fade-left[data-astro-cid-7fsfp5w6]{background:linear-gradient(to right,#060913 20%,#060913bf,#06091300)}html[data-theme=dark] .edge-fade-right[data-astro-cid-7fsfp5w6]{background:linear-gradient(to left,#060913 20%,#060913bf,#06091300)}.services-carousel-track[data-astro-cid-7fsfp5w6]{display:flex!important;flex-direction:row!important;gap:16px;overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 14px;scrollbar-width:none;-webkit-overflow-scrolling:touch;box-sizing:border-box}.services-carousel-track[data-astro-cid-7fsfp5w6]::-webkit-scrollbar{display:none}.zoom-service-card[data-astro-cid-7fsfp5w6]{flex:0 0 clamp(270px,80vw,320px)!important;max-width:320px!important;min-width:0!important;scroll-snap-align:start;background:#fff;border:1px solid rgba(20,30,50,.08);border-radius:12px;display:flex!important;flex-direction:column!important;justify-content:space-between;box-shadow:0 1px 3px #00000005,0 4px 12px #00000004;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-sizing:border-box;padding:14px 14px 12px;transform:none!important}html[data-theme=dark] .zoom-service-card[data-astro-cid-7fsfp5w6]{background:#0b1120;border-color:#ffffff14;box-shadow:0 4px 20px #0000004d}.zoom-service-card[data-astro-cid-7fsfp5w6]:hover{border-color:#1769ff4d;box-shadow:0 6px 20px #0000000a}html[data-theme=dark] .zoom-service-card[data-astro-cid-7fsfp5w6]:hover{border-color:#38bdf840;background:#0e1628;box-shadow:0 8px 28px #00000073}.zoom-card-meta[data-astro-cid-7fsfp5w6]{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(0,0,0,.04)}html[data-theme=dark] .zoom-card-meta[data-astro-cid-7fsfp5w6]{border-bottom-color:#ffffff0d}.zoom-card-category[data-astro-cid-7fsfp5w6]{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#1769ff;line-height:1.2}html[data-theme=dark] .zoom-card-category[data-astro-cid-7fsfp5w6]{color:#38bdf8}.zoom-card-duration[data-astro-cid-7fsfp5w6]{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;line-height:1.2;flex-shrink:0;padding:1.5px 5px;background:#00000008;border-radius:4px}html[data-theme=dark] .zoom-card-duration[data-astro-cid-7fsfp5w6]{color:#94a3b8;background:#ffffff0a}.zoom-card-main[data-astro-cid-7fsfp5w6]{margin-bottom:8px}.zoom-service-name[data-astro-cid-7fsfp5w6]{font-family:Lato,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#0f172a;margin:0 0 4px}html[data-theme=dark] .zoom-service-name[data-astro-cid-7fsfp5w6]{color:#f8fafc}.zoom-service-blurb[data-astro-cid-7fsfp5w6]{font-family:Lato,sans-serif;font-size:12px;line-height:1.4;color:#475569;margin:0}html[data-theme=dark] .zoom-service-blurb[data-astro-cid-7fsfp5w6]{color:#94a3b8}.zoom-card-capabilities[data-astro-cid-7fsfp5w6]{padding-top:8px;border-top:1px dashed rgba(0,0,0,.08);margin-bottom:8px;flex-grow:1}html[data-theme=dark] .zoom-card-capabilities[data-astro-cid-7fsfp5w6]{border-top-color:#ffffff12}.capabilities-title[data-astro-cid-7fsfp5w6]{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;display:block;margin-bottom:4px}html[data-theme=dark] .capabilities-title[data-astro-cid-7fsfp5w6]{color:#64748b}.zoom-feature-list[data-astro-cid-7fsfp5w6]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.zoom-feature-list[data-astro-cid-7fsfp5w6] li[data-astro-cid-7fsfp5w6]{display:flex;align-items:center;gap:6px;font-size:10.5px;color:#334155;line-height:1.25}html[data-theme=dark] .zoom-feature-list[data-astro-cid-7fsfp5w6] li[data-astro-cid-7fsfp5w6]{color:#cbd5e1}.bullet-dot[data-astro-cid-7fsfp5w6]{width:3.5px;height:3.5px;border-radius:50%;background:#1769ff;flex-shrink:0;opacity:.8}html[data-theme=dark] .bullet-dot[data-astro-cid-7fsfp5w6]{background:#38bdf8}.zoom-card-footer[data-astro-cid-7fsfp5w6]{padding-top:8px;border-top:1px solid rgba(0,0,0,.05)}html[data-theme=dark] .zoom-card-footer[data-astro-cid-7fsfp5w6]{border-top-color:#ffffff0f}.zoom-cta-link[data-astro-cid-7fsfp5w6]{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:#0f172a;text-decoration:none;transition:color .15s ease}html[data-theme=dark] .zoom-cta-link[data-astro-cid-7fsfp5w6]{color:#cbd5e1}.zoom-cta-link[data-astro-cid-7fsfp5w6]:hover{color:#1769ff}html[data-theme=dark] .zoom-cta-link[data-astro-cid-7fsfp5w6]:hover{color:#38bdf8}.zoom-arrow[data-astro-cid-7fsfp5w6]{display:inline-block;transition:transform .15s ease}.zoom-cta-link[data-astro-cid-7fsfp5w6]:hover .zoom-arrow[data-astro-cid-7fsfp5w6]{transform:translate(3px)}.zoom-controls-wrapper[data-astro-cid-7fsfp5w6]{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.zoom-nav-arrow[data-astro-cid-7fsfp5w6]{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #00000008;transition:all .15s ease;outline:none}.zoom-nav-arrow[data-astro-cid-7fsfp5w6]:hover{color:#0f172a;border-color:#00000040}html[data-theme=dark] .zoom-nav-arrow[data-astro-cid-7fsfp5w6]{background:#0d1426;border-color:#ffffff1f;color:#94a3b8}html[data-theme=dark] .zoom-nav-arrow[data-astro-cid-7fsfp5w6]:hover{border-color:#ffffff4d;color:#fff}.zoom-dots-bar[data-astro-cid-7fsfp5w6]{display:flex;align-items:center;gap:6px}.zoom-dot-pill[data-astro-cid-7fsfp5w6]{width:6px;height:6px;border-radius:50%;border:none;background:#0000002e;cursor:pointer;padding:0;transition:all .2s ease;outline:none}html[data-theme=dark] .zoom-dot-pill[data-astro-cid-7fsfp5w6]{background:#ffffff2e}.zoom-dot-pill[data-astro-cid-7fsfp5w6].active{width:16px;border-radius:100px;background:#0f172a}html[data-theme=dark] .zoom-dot-pill[data-astro-cid-7fsfp5w6].active{background:#fff}@media(max-width:768px){.services-zoom-section[data-astro-cid-7fsfp5w6]{padding:28px 12px 36px}.services-header-wrapper[data-astro-cid-7fsfp5w6]{flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.services-zoom-badge[data-astro-cid-7fsfp5w6]{font-size:9.5px;margin-bottom:4px}.services-zoom-title[data-astro-cid-7fsfp5w6]{font-size:clamp(20px,5.5vw,26px);margin-bottom:6px}.services-zoom-sub[data-astro-cid-7fsfp5w6]{font-size:12px;line-height:1.4}.services-zoom-compare[data-astro-cid-7fsfp5w6]{position:static;transform:none;margin-top:4px;font-size:11px}.zoom-service-card[data-astro-cid-7fsfp5w6]{flex:0 0 clamp(230px,75vw,270px)!important;max-width:270px!important;padding:10px 12px;border-radius:10px}.zoom-card-meta[data-astro-cid-7fsfp5w6]{margin-bottom:6px;padding-bottom:4px}.zoom-card-category[data-astro-cid-7fsfp5w6],.zoom-card-duration[data-astro-cid-7fsfp5w6]{font-size:8px}.zoom-service-name[data-astro-cid-7fsfp5w6]{font-size:14.5px;margin-bottom:2px}.zoom-service-blurb[data-astro-cid-7fsfp5w6]{font-size:11px;line-height:1.35;margin-bottom:6px}.zoom-deliverable-item[data-astro-cid-7fsfp5w6]{font-size:9.5px}.zoom-arrow-link[data-astro-cid-7fsfp5w6]{font-size:10.5px}}.process-rules-section[data-astro-cid-aa2wht3y]{padding:40px 32px 28px;background:#ebe5dc!important;border-top:1px solid rgba(217,56,30,.12);border-bottom:1px solid rgba(217,56,30,.12);width:100%;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:center;position:relative}html[data-theme=dark] .process-rules-section[data-astro-cid-aa2wht3y]{background:#060913!important;border-color:#38bdf81f}.process-rules-container[data-astro-cid-aa2wht3y]{max-width:1280px;width:100%;margin:0 auto;display:grid;grid-template-columns:42% 1fr;gap:40px;align-items:start}.rules-left-col[data-astro-cid-aa2wht3y]{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-right:12px;padding-top:0}.rules-badge[data-astro-cid-aa2wht3y]{font-size:11px;color:#d9381e;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px;display:inline-flex;align-items:center;padding:0;border:none;background:transparent;font-weight:700}html[data-theme=dark] .rules-badge[data-astro-cid-aa2wht3y]{background:transparent;color:#ff6b4a;border:none}.rules-main-title[data-astro-cid-aa2wht3y]{font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:clamp(26px,4.2vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.035em;color:#0f172a;margin:0 0 16px}html[data-theme=dark] .rules-main-title[data-astro-cid-aa2wht3y]{color:#f5f7fb}.rules-sub-text[data-astro-cid-aa2wht3y]{font-family:Lato,sans-serif;font-size:14px;line-height:1.55;color:#64748b;margin:0 0 24px;max-width:440px}html[data-theme=dark] .rules-sub-text[data-astro-cid-aa2wht3y]{color:#94a3b8}.rules-cta-wrap[data-astro-cid-aa2wht3y]{margin-top:4px}.rules-action-btn[data-astro-cid-aa2wht3y]{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:#0f172a;text-decoration:none;padding:9px 18px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 2px 8px #0000000a;transition:all .2s ease;font-family:Lato,sans-serif}.rules-action-btn[data-astro-cid-aa2wht3y]:hover{background:#0f172a;color:#fff;border-color:#0f172a;transform:translateY(-2px);box-shadow:0 4px 14px #00000014}html[data-theme=dark] .rules-action-btn[data-astro-cid-aa2wht3y]{background:#0e1526;border-color:#ffffff1f;color:#f5f7fb}html[data-theme=dark] .rules-action-btn[data-astro-cid-aa2wht3y]:hover{background:#d9381e;border-color:#d9381e;color:#fff}.rules-arrow[data-astro-cid-aa2wht3y]{transition:transform .2s ease}.rules-action-btn[data-astro-cid-aa2wht3y]:hover .rules-arrow[data-astro-cid-aa2wht3y]{transform:translate(4px)}.rules-right-col[data-astro-cid-aa2wht3y]{display:flex;flex-direction:column;justify-content:flex-start;min-height:auto}.rules-accordion-list[data-astro-cid-aa2wht3y]{display:flex;flex-direction:column;gap:14px;width:100%;justify-content:flex-start}.rule-accordion-item[data-astro-cid-aa2wht3y]{background:#fff;border:1px solid rgba(20,30,50,.1);border-radius:16px;padding:22px 28px;cursor:pointer;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),background .25s ease;box-shadow:0 2px 10px #00000005;box-sizing:border-box;display:flex;flex-direction:column}html[data-theme=dark] .rule-accordion-item[data-astro-cid-aa2wht3y]{background:#0d152c;border-color:#38bdf824;box-shadow:0 4px 20px #00041259}.rule-accordion-item[data-astro-cid-aa2wht3y]:hover{border-color:#1769ff66;box-shadow:0 6px 20px #0000000d}html[data-theme=dark] .rule-accordion-item[data-astro-cid-aa2wht3y]:hover{border-color:#38bdf866}.rule-accordion-item[data-astro-cid-aa2wht3y].active{background:#fff;border-color:#216bff;box-shadow:0 8px 26px #216bff1f}html[data-theme=dark] .rule-accordion-item[data-astro-cid-aa2wht3y].active{background:#131f3f;border-color:#38bdf8;box-shadow:0 8px 30px #38bdf82e}.rule-header-row[data-astro-cid-aa2wht3y]{display:flex;align-items:center;gap:18px}.rule-index-num[data-astro-cid-aa2wht3y]{font-size:14px;font-weight:700;color:#64748b;letter-spacing:.5px;flex-shrink:0;transition:color .2s ease}.rule-accordion-item[data-astro-cid-aa2wht3y].active .rule-index-num[data-astro-cid-aa2wht3y],.rule-accordion-item[data-astro-cid-aa2wht3y]:hover .rule-index-num[data-astro-cid-aa2wht3y]{color:#d9381e}html[data-theme=dark] .rule-accordion-item[data-astro-cid-aa2wht3y].active .rule-index-num[data-astro-cid-aa2wht3y],html[data-theme=dark] .rule-accordion-item[data-astro-cid-aa2wht3y]:hover .rule-index-num[data-astro-cid-aa2wht3y]{color:#ff985d}.rule-item-title[data-astro-cid-aa2wht3y]{font-family:Lato,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:clamp(16px,2vw,22px);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#0f172a;margin:0;transition:color .2s ease}html[data-theme=dark] .rule-item-title[data-astro-cid-aa2wht3y]{color:#f5f7fb}.rule-accordion-item[data-astro-cid-aa2wht3y].active .rule-item-title[data-astro-cid-aa2wht3y]{color:#0f172a}html[data-theme=dark] .rule-accordion-item[data-astro-cid-aa2wht3y].active .rule-item-title[data-astro-cid-aa2wht3y]{color:#fff}.rule-expandable-content[data-astro-cid-aa2wht3y]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.16,1,.3,1),margin-top .3s cubic-bezier(.16,1,.3,1);margin-top:0;padding-left:36px}.rule-accordion-item[data-astro-cid-aa2wht3y].active .rule-expandable-content[data-astro-cid-aa2wht3y]{grid-template-rows:1fr;margin-top:14px}.rule-desc-paragraph[data-astro-cid-aa2wht3y]{overflow:hidden;font-family:Lato,sans-serif;font-size:13.5px;line-height:1.6;color:#475569;margin:0;opacity:0;transition:opacity .25s ease}.rule-accordion-item[data-astro-cid-aa2wht3y].active .rule-desc-paragraph[data-astro-cid-aa2wht3y]{opacity:1}html[data-theme=dark] .rule-desc-paragraph[data-astro-cid-aa2wht3y]{color:#94a3b8}@media(max-width:900px){.process-section[data-astro-cid-aa2wht3y]{padding:28px 12px 36px!important}.process-rules-container[data-astro-cid-aa2wht3y]{grid-template-columns:1fr;gap:20px}.rules-left-col[data-astro-cid-aa2wht3y]{padding-right:0;align-items:flex-start;text-align:left}.rules-badge[data-astro-cid-aa2wht3y]{font-size:9.5px;margin-bottom:6px}.rules-main-title[data-astro-cid-aa2wht3y]{font-size:clamp(20px,5.5vw,28px);margin-bottom:8px;text-align:left}.rules-sub-text[data-astro-cid-aa2wht3y]{text-align:left;font-size:12px;line-height:1.45;margin-bottom:14px}.rules-action-btn[data-astro-cid-aa2wht3y]{font-size:11px;padding:7px 14px}.rules-accordion-list[data-astro-cid-aa2wht3y]{gap:8px}.rule-accordion-item[data-astro-cid-aa2wht3y]{padding:12px 14px;border-radius:10px}.rule-index-num[data-astro-cid-aa2wht3y]{font-size:11px}.rule-item-title[data-astro-cid-aa2wht3y]{font-size:14px}.rule-desc-paragraph[data-astro-cid-aa2wht3y]{font-size:11.5px;line-height:1.45}.rule-expandable-content[data-astro-cid-aa2wht3y]{padding-left:0}.rule-accordion-item[data-astro-cid-aa2wht3y].active .rule-expandable-content[data-astro-cid-aa2wht3y]{margin-top:8px}}.testimonial-section[data-astro-cid-jfcioroc]{padding:56px 0 68px!important;background:#f4efe9!important;border-top:1px solid rgba(217,56,30,.12)!important;border-bottom:1px solid rgba(217,56,30,.12)!important;color:#111827!important;display:block!important;overflow:hidden!important}html[data-theme=dark] .testimonial-section[data-astro-cid-jfcioroc]{background:#090e1a!important;border-color:#ffffff14!important}.centered-head[data-astro-cid-jfcioroc]{display:flex!important;justify-content:center!important;text-align:center!important;margin-bottom:24px!important;padding:0 24px!important;width:100%!important;box-sizing:border-box!important}.centered-head[data-astro-cid-jfcioroc] .section-head{justify-content:center!important;margin-bottom:0!important;text-align:center!important;width:100%!important}.centered-head[data-astro-cid-jfcioroc] .text{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important}.centered-head[data-astro-cid-jfcioroc] .sub{margin:0 auto!important;font-family:Lato,sans-serif!important;font-size:14px!important;color:#64748b!important;max-width:620px!important;text-align:center!important}html[data-theme=dark] .centered-head[data-astro-cid-jfcioroc] .sub{color:#94a3b8!important}.centered-head[data-astro-cid-jfcioroc] h2{font-family:Lato,sans-serif!important;font-optical-sizing:auto!important;font-style:normal!important;color:#0f172a!important;font-size:clamp(26px,4.4vw,48px)!important;letter-spacing:-1.2px!important;margin:10px 0 8px!important;text-align:center!important}html[data-theme=dark] .centered-head[data-astro-cid-jfcioroc] h2{color:#f8fafc!important}.centered-head[data-astro-cid-jfcioroc] .tag{font-family:Lato,sans-serif!important;color:#216bff!important}html[data-theme=dark] .centered-head[data-astro-cid-jfcioroc] .tag{color:#38bdf8!important}.carousel-wrapper[data-astro-cid-jfcioroc]{width:100%!important;overflow:hidden!important;display:flex!important;position:relative!important;padding:16px 0!important}.carousel-wrapper[data-astro-cid-jfcioroc]:before,.carousel-wrapper[data-astro-cid-jfcioroc]:after{content:""!important;position:absolute!important;top:0!important;bottom:0!important;width:180px!important;z-index:5!important;pointer-events:none!important}.carousel-wrapper[data-astro-cid-jfcioroc]:before{left:0!important;background:linear-gradient(to right,#f4efe9 15%,#f4efe9cc 45%,#f4efe900)!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);mask-image:linear-gradient(to right,black,transparent);-webkit-mask-image:linear-gradient(to right,black,transparent)}.carousel-wrapper[data-astro-cid-jfcioroc]:after{right:0!important;background:linear-gradient(to left,#f4efe9 15%,#f4efe9cc 45%,#f4efe900)!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);mask-image:linear-gradient(to left,black,transparent);-webkit-mask-image:linear-gradient(to left,black,transparent)}html[data-theme=dark] .carousel-wrapper[data-astro-cid-jfcioroc]:before{background:linear-gradient(to right,#090e1a 15%,#090e1acc 45%,#090e1a00)!important}html[data-theme=dark] .carousel-wrapper[data-astro-cid-jfcioroc]:after{background:linear-gradient(to left,#090e1a 15%,#090e1acc 45%,#090e1a00)!important}.carousel-track[data-astro-cid-jfcioroc]{display:flex!important;flex-direction:row!important;gap:32px!important;width:max-content!important;animation:marqueeLeftToRight 28s linear infinite!important}.carousel-track[data-astro-cid-jfcioroc]:hover{animation-play-state:paused!important}@keyframes marqueeLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-card[data-astro-cid-jfcioroc]{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:20px!important;padding:clamp(24px,3.5vw,40px) clamp(20px,3vw,36px)!important;width:clamp(280px,80vw,480px)!important;min-height:240px!important;flex-shrink:0!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:24px!important;box-shadow:0 10px 30px #0000000a!important;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease!important;box-sizing:border-box!important}.testimonial-card[data-astro-cid-jfcioroc]:hover{border-color:#1769ff66!important;transform:translateY(-4px)!important;box-shadow:0 16px 40px #00000014!important}.quote-text[data-astro-cid-jfcioroc]{margin:0!important;font-family:Lato,sans-serif!important;font-size:15.5px!important;line-height:1.65!important;color:#111827!important;letter-spacing:-.2px!important;font-weight:400!important}.who[data-astro-cid-jfcioroc]{display:flex!important;align-items:center!important;gap:14px!important;padding-top:18px!important;border-top:1px dashed #e5e7eb!important;margin-top:auto!important}.avatar[data-astro-cid-jfcioroc]{width:42px!important;height:42px!important;border-radius:50%!important;background:#1769ff!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:16px!important;font-weight:700!important;box-shadow:0 4px 12px #1769ff40!important;flex-shrink:0!important;font-family:Lato,sans-serif!important}.meta[data-astro-cid-jfcioroc]{display:flex!important;flex-direction:column!important;gap:3px!important}.name[data-astro-cid-jfcioroc]{font-size:15px!important;color:#111827!important;font-weight:700!important;font-family:Lato,sans-serif!important}.role[data-astro-cid-jfcioroc]{font-family:var(--o-font-mono, monospace)!important;font-size:12px!important;color:#6b7280!important}html[data-theme=dark] .testimonial-card[data-astro-cid-jfcioroc]{background:#0d152c!important;border-color:#38bdf824!important;box-shadow:0 10px 30px #00041273!important}html[data-theme=dark] .testimonial-card[data-astro-cid-jfcioroc]:hover{border-color:#38bdf8!important;box-shadow:0 14px 38px #38bdf82e!important}html[data-theme=dark] .quote-text[data-astro-cid-jfcioroc]{color:#f8fafc!important}html[data-theme=dark] .who[data-astro-cid-jfcioroc]{border-top-color:#38bdf826!important}html[data-theme=dark] .name[data-astro-cid-jfcioroc]{color:#f8fafc!important}html[data-theme=dark] .role[data-astro-cid-jfcioroc]{color:#94a3b8!important}html[data-theme=dark] .testimonial-section[data-astro-cid-jfcioroc]{background:#090e1f!important;border-color:#38bdf81f!important}html[data-theme=dark] .carousel-wrapper[data-astro-cid-jfcioroc]:before{background:linear-gradient(to right,#090e1f,#090e1f00)!important}html[data-theme=dark] .carousel-wrapper[data-astro-cid-jfcioroc]:after{background:linear-gradient(to left,#090e1f,#090e1f00)!important}@media(max-width:767px){.testimonial-section[data-astro-cid-jfcioroc]{padding:32px 0 36px!important}.centered-head[data-astro-cid-jfcioroc] .sub{font-size:12px!important}.centered-head[data-astro-cid-jfcioroc] h2{font-size:clamp(20px,5.5vw,26px)!important;margin:6px 0!important}.centered-head[data-astro-cid-jfcioroc] .tag{font-size:9.5px!important}.carousel-track[data-astro-cid-jfcioroc]{gap:10px!important}.testimonial-card[data-astro-cid-jfcioroc]{width:clamp(230px,75vw,280px)!important;padding:12px 14px!important;min-height:165px!important;gap:12px!important;border-radius:12px!important}.quote-text[data-astro-cid-jfcioroc]{font-size:12px!important;line-height:1.45!important}.who[data-astro-cid-jfcioroc]{gap:8px!important;padding-top:8px!important}.avatar[data-astro-cid-jfcioroc]{width:30px!important;height:30px!important;font-size:11px!important}.name[data-astro-cid-jfcioroc]{font-size:12.5px!important}.role[data-astro-cid-jfcioroc]{font-size:10px!important}}.work-section[data-astro-cid-p35cuy7o]{width:100%;padding:32px 20px 38px;box-sizing:border-box;background:#ebe5dc!important;border-top:1px solid rgba(217,56,30,.12);border-bottom:1px solid rgba(217,56,30,.12);display:flex;justify-content:center}html[data-theme=dark] .work-section[data-astro-cid-p35cuy7o]{background:#060913!important;border-color:#38bdf81f}.work-container[data-astro-cid-p35cuy7o]{width:100%;max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.work-header-wrap[data-astro-cid-p35cuy7o]{display:flex;flex-direction:column;align-items:flex-start}.work-badge[data-astro-cid-p35cuy7o]{font-size:10px;color:#1769ff;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:6px;display:inline-flex;align-items:center;padding:0;border:none;background:transparent;font-weight:700}html[data-theme=dark] .work-badge[data-astro-cid-p35cuy7o]{background:transparent;color:#60a5fa;border:none}.work-title-row[data-astro-cid-p35cuy7o]{display:flex;align-items:baseline;justify-content:space-between;width:100%;gap:14px;flex-wrap:wrap;margin-bottom:3px}.work-main-title[data-astro-cid-p35cuy7o]{font-family:Lato,sans-serif;font-size:clamp(22px,2.8vw,30px);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0f172a;margin:0}html[data-theme=dark] .work-main-title[data-astro-cid-p35cuy7o]{color:#f5f7fb}.all-cases-link[data-astro-cid-p35cuy7o]{font-size:11.5px;font-weight:600;color:#1769ff;text-decoration:none;border-bottom:1px dashed rgba(23,105,255,.4);padding-bottom:1px;transition:all .2s ease}.all-cases-link[data-astro-cid-p35cuy7o]:hover{color:#0052cc;border-bottom-color:#0052cc}html[data-theme=dark] .all-cases-link[data-astro-cid-p35cuy7o]{color:#60a5fa;border-bottom-color:#60a5fa66}.work-sub-text[data-astro-cid-p35cuy7o]{font-family:Lato,sans-serif;font-size:12.5px;line-height:1.35;color:#64748b;margin:0}html[data-theme=dark] .work-sub-text[data-astro-cid-p35cuy7o]{color:#94a3b8}.exact-bento-layout[data-astro-cid-p35cuy7o]{display:grid;grid-template-columns:1fr 1.05fr;gap:10px;width:100%;align-items:stretch}.bento-box[data-astro-cid-p35cuy7o]{text-decoration:none!important;border-radius:10px;box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;justify-content:space-between}.bento-box[data-astro-cid-p35cuy7o]:hover{transform:translateY(-2px)}.box-dark-featured[data-astro-cid-p35cuy7o]{background:#0d121f!important;color:#fff!important;padding:18px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 16px #00000014}.box-dark-featured[data-astro-cid-p35cuy7o]:hover{border-color:#00e5a366;box-shadow:0 8px 22px #00000024}.green-quote-icon[data-astro-cid-p35cuy7o]{margin-bottom:8px}.dark-quote-text[data-astro-cid-p35cuy7o]{font-family:Lato,sans-serif;font-size:13.5px;line-height:1.45;color:#f1f5f9!important;letter-spacing:-.01em;font-weight:500;margin:0;text-decoration:none!important}.dark-footer-row[data-astro-cid-p35cuy7o]{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.dark-avatar-wrap[data-astro-cid-p35cuy7o]{width:28px;height:28px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #00000040;border:1.5px solid rgba(255,255,255,.2)}.dark-avatar-icon[data-astro-cid-p35cuy7o]{width:17px;height:17px;object-fit:contain}.dark-meta[data-astro-cid-p35cuy7o]{display:flex;flex-direction:column;gap:1px;flex-grow:1}.dark-name[data-astro-cid-p35cuy7o]{font-size:12px;font-weight:700;color:#fff!important;font-family:Lato,sans-serif}.dark-sub[data-astro-cid-p35cuy7o]{font-size:9.5px;color:#94a3b8!important}.card-arrow-link[data-astro-cid-p35cuy7o]{font-size:13px;color:#00e5a3;transition:transform .2s ease}.box-dark-featured[data-astro-cid-p35cuy7o]:hover .card-arrow-link[data-astro-cid-p35cuy7o]{transform:translate(3px)}.bento-right-group[data-astro-cid-p35cuy7o]{display:flex;flex-direction:column;gap:10px;height:100%}.bento-top-row[data-astro-cid-p35cuy7o]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.box-stat-card[data-astro-cid-p35cuy7o]{background:#fff!important;border:1px solid rgba(20,30,50,.08);padding:12px 14px;color:#0f172a!important;box-shadow:0 2px 8px #00000005}.box-stat-card[data-astro-cid-p35cuy7o]:hover{border-color:#1769ff;box-shadow:0 4px 14px #1769ff14}html[data-theme=dark] .box-stat-card[data-astro-cid-p35cuy7o]{background:#0d152c!important;border-color:#38bdf824;color:#fff!important;box-shadow:0 3px 12px #0004124d}html[data-theme=dark] .box-stat-card[data-astro-cid-p35cuy7o]:hover{border-color:#38bdf8;box-shadow:0 6px 18px #38bdf826}.stat-main-headline[data-astro-cid-p35cuy7o]{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:4px}.stat-num-wrap[data-astro-cid-p35cuy7o]{display:flex;align-items:center;gap:3px}.stat-highlight[data-astro-cid-p35cuy7o]{font-family:Lato,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.035em;line-height:1;color:#0f172a!important}html[data-theme=dark] .stat-highlight[data-astro-cid-p35cuy7o]{color:#fff!important}.arrow-indicator[data-astro-cid-p35cuy7o]{font-size:14px;font-weight:800;color:#0f172a;line-height:1}html[data-theme=dark] .arrow-indicator[data-astro-cid-p35cuy7o]{color:#38bdf8}.card-category-pill[data-astro-cid-p35cuy7o]{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:100px;background:#1769ff14;color:#1769ff!important;border:1px solid rgba(23,105,255,.2);display:inline-flex;align-items:center}html[data-theme=dark] .card-category-pill[data-astro-cid-p35cuy7o]{background:#38bdf81f;color:#38bdf8!important;border-color:#38bdf840}.stat-card-title[data-astro-cid-p35cuy7o]{font-family:Lato,sans-serif;font-size:12px;font-weight:700;line-height:1.25;color:#0f172a!important;margin:2px 0 3px;text-decoration:none!important}html[data-theme=dark] .stat-card-title[data-astro-cid-p35cuy7o]{color:#f1f5f9!important}.stat-card-desc[data-astro-cid-p35cuy7o]{font-family:Lato,sans-serif;font-size:10.5px;line-height:1.35;color:#64748b!important;margin:0;text-decoration:none!important}html[data-theme=dark] .stat-card-desc[data-astro-cid-p35cuy7o]{color:#94a3b8!important}.stat-card-foot[data-astro-cid-p35cuy7o]{display:flex;align-items:center;justify-content:space-between;font-size:9.5px;font-weight:600;color:#94a3b8!important;margin-top:8px;padding-top:6px;border-top:1px dashed rgba(0,0,0,.06);text-decoration:none!important}html[data-theme=dark] .stat-card-foot[data-astro-cid-p35cuy7o]{border-top-color:#ffffff14}.box-stat-card[data-astro-cid-p35cuy7o]:hover .stat-card-foot[data-astro-cid-p35cuy7o]{color:#1769ff!important}html[data-theme=dark] .box-stat-card[data-astro-cid-p35cuy7o]:hover .stat-card-foot[data-astro-cid-p35cuy7o]{color:#38bdf8!important}.box-wide-stat[data-astro-cid-p35cuy7o]{background:#fff!important;border:1px solid rgba(20,30,50,.08);padding:12px 16px;color:#0f172a!important;box-shadow:0 2px 8px #00000005;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-grow:1;overflow:hidden;position:relative}.box-wide-stat[data-astro-cid-p35cuy7o]:hover{border-color:#1769ff;box-shadow:0 4px 14px #1769ff14}html[data-theme=dark] .box-wide-stat[data-astro-cid-p35cuy7o]{background:#0d152c!important;border-color:#38bdf824;color:#fff!important;box-shadow:0 3px 12px #0004124d}html[data-theme=dark] .box-wide-stat[data-astro-cid-p35cuy7o]:hover{border-color:#38bdf8;box-shadow:0 6px 18px #38bdf826}.wide-left-content[data-astro-cid-p35cuy7o]{max-width:50%;display:flex;flex-direction:column;z-index:2;position:relative}.wide-striped-graphic[data-astro-cid-p35cuy7o]{position:absolute;right:0;top:0;bottom:0;width:52%;display:flex;flex-direction:column;justify-content:space-between;padding:4px 0;pointer-events:none;z-index:1}.wide-striped-graphic[data-astro-cid-p35cuy7o] span[data-astro-cid-p35cuy7o]{display:block;height:3.5px;width:100%;background:linear-gradient(90deg,#00ffa300,#00ffa373 25%,#00ffa3);border-top-left-radius:2px;border-bottom-left-radius:2px;box-shadow:0 0 6px #00ffa326}@media(max-width:960px){.exact-bento-layout[data-astro-cid-p35cuy7o]{grid-template-columns:1fr;gap:10px}}@media(max-width:600px){.work-section[data-astro-cid-p35cuy7o]{padding:24px 12px 28px}.work-main-title[data-astro-cid-p35cuy7o]{font-size:clamp(18px,4.8vw,24px)}.work-sub-text[data-astro-cid-p35cuy7o]{font-size:11px}.all-cases-link[data-astro-cid-p35cuy7o]{font-size:10px}.bento-top-row[data-astro-cid-p35cuy7o]{grid-template-columns:1fr;gap:8px}.box-dark-featured[data-astro-cid-p35cuy7o]{padding:12px 14px;border-radius:8px}.dark-quote-text[data-astro-cid-p35cuy7o]{font-size:12px;line-height:1.35}.dark-footer-row[data-astro-cid-p35cuy7o]{margin-top:10px;padding-top:8px}.dark-avatar-wrap[data-astro-cid-p35cuy7o]{width:22px;height:22px}.dark-avatar-icon[data-astro-cid-p35cuy7o]{width:13px;height:13px}.dark-name[data-astro-cid-p35cuy7o]{font-size:11px}.dark-sub[data-astro-cid-p35cuy7o]{font-size:8.5px}.box-stat-card[data-astro-cid-p35cuy7o]{padding:10px 12px;border-radius:8px}.stat-highlight[data-astro-cid-p35cuy7o]{font-size:16px}.card-category-pill[data-astro-cid-p35cuy7o]{font-size:7.5px;padding:1.5px 5px}.stat-card-title[data-astro-cid-p35cuy7o]{font-size:11px}.stat-card-desc[data-astro-cid-p35cuy7o]{font-size:9.5px;line-height:1.3}.stat-card-foot[data-astro-cid-p35cuy7o]{font-size:8.5px;margin-top:6px;padding-top:4px}.box-wide-stat[data-astro-cid-p35cuy7o]{flex-direction:column;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:8px}.wide-left-content[data-astro-cid-p35cuy7o]{max-width:100%}.wide-striped-graphic[data-astro-cid-p35cuy7o]{width:100%;height:24px}}.cta-section[data-astro-cid-mwdwjrkx]{background:#060913!important;color:#fff!important;padding:64px 48px 76px!important;width:100%!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;border-top:1px solid rgba(56,189,248,.14)!important;position:relative!important;z-index:10!important}.cta-container[data-astro-cid-mwdwjrkx]{max-width:1240px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:24px}.cta-eyebrow[data-astro-cid-mwdwjrkx]{font-family:Lato,sans-serif!important;font-size:11.5px!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#1769ff!important;display:inline-block!important}.build-title-wrap[data-astro-cid-mwdwjrkx]{width:100%}.build-title[data-astro-cid-mwdwjrkx]{font-family:Lato,sans-serif!important;font-optical-sizing:auto!important;font-style:normal!important;font-size:clamp(28px,4.8vw,64px)!important;font-weight:800!important;line-height:1.06!important;letter-spacing:-.035em!important;color:#fff!important;margin:0!important;display:block!important}.build-title[data-astro-cid-mwdwjrkx] .accent-text[data-astro-cid-mwdwjrkx]{color:#1769ff!important}.title-arrow-circle[data-astro-cid-mwdwjrkx]{width:clamp(34px,3.8vw,52px)!important;height:clamp(34px,3.8vw,52px)!important;border-radius:50%!important;background:#1d6af3!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;vertical-align:middle!important;margin-left:10px!important;margin-bottom:4px!important;box-shadow:0 4px 18px #1d6af373!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important}.title-arrow-circle[data-astro-cid-mwdwjrkx]:hover{transform:scale(1.1) translateY(-2px)!important;background:#1557d0!important;box-shadow:0 8px 26px #1d6af3a6!important}.arrow-icon[data-astro-cid-mwdwjrkx]{font-size:clamp(16px,1.8vw,26px)!important;color:#fff!important;line-height:1!important;display:inline-block!important;transition:transform .2s ease!important}.title-arrow-circle[data-astro-cid-mwdwjrkx]:hover .arrow-icon[data-astro-cid-mwdwjrkx]{transform:translate(3px)!important}.build-bottom-row[data-astro-cid-mwdwjrkx]{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:32px!important;flex-wrap:wrap!important;width:100%!important;padding-top:10px!important}.cta-buttons-group[data-astro-cid-mwdwjrkx]{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.site-pill-btn[data-astro-cid-mwdwjrkx]{font-family:Lato,system-ui,-apple-system,sans-serif!important;font-optical-sizing:auto!important;font-style:normal!important;line-height:1.2!important;white-space:nowrap!important;cursor:pointer!important}.primary-blue-pill[data-astro-cid-mwdwjrkx]{background:#1d6af3!important;color:#fff!important;padding:11px 24px!important;border-radius:100px!important;font-size:14.5px!important;font-weight:600!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:8px!important;box-shadow:0 4px 16px #1d6af359!important;transition:all .2s ease!important}.primary-blue-pill[data-astro-cid-mwdwjrkx]:hover{background:#1557d0!important;transform:translateY(-2px)!important;box-shadow:0 6px 22px #1d6af380!important}.pill-arrow[data-astro-cid-mwdwjrkx]{display:inline-block!important;transition:transform .2s ease!important}.primary-blue-pill[data-astro-cid-mwdwjrkx]:hover .pill-arrow[data-astro-cid-mwdwjrkx]{transform:translate(3px)!important}.secondary-glass-pill[data-astro-cid-mwdwjrkx]{background:#ffffff14!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.25)!important;padding:11px 22px!important;border-radius:100px!important;font-size:14.5px!important;font-weight:600!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;transition:all .2s ease!important}.secondary-glass-pill[data-astro-cid-mwdwjrkx]:hover{background:#ffffff2e!important;border-color:#ffffff80!important;color:#fff!important;transform:translateY(-2px)!important}.trusted-subtext[data-astro-cid-mwdwjrkx]{font-family:Lato,sans-serif!important;font-optical-sizing:auto!important;font-style:normal!important;font-size:14px!important;line-height:1.5!important;color:#a1a1aa!important;margin:0!important;max-width:440px!important;text-align:right!important}@media(max-width:768px){.cta-section[data-astro-cid-mwdwjrkx]{padding:32px 14px 38px!important}.cta-eyebrow[data-astro-cid-mwdwjrkx]{font-size:10px!important}.build-title[data-astro-cid-mwdwjrkx]{font-size:clamp(22px,6vw,36px)!important;line-height:1.1!important}.title-arrow-circle[data-astro-cid-mwdwjrkx]{width:30px!important;height:30px!important;margin-left:6px!important}.arrow-icon[data-astro-cid-mwdwjrkx]{font-size:14px!important}.build-bottom-row[data-astro-cid-mwdwjrkx]{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.trusted-subtext[data-astro-cid-mwdwjrkx]{text-align:left!important;max-width:100%!important;font-size:11.5px!important}}@media(max-width:480px){.cta-buttons-group[data-astro-cid-mwdwjrkx]{flex-direction:column;width:100%;gap:8px!important}.primary-blue-pill[data-astro-cid-mwdwjrkx],.secondary-glass-pill[data-astro-cid-mwdwjrkx]{width:100%;justify-content:center;padding:9px 16px!important;font-size:12.5px!important}}.section-rail[data-astro-cid-7nxfoh77]{position:fixed!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;z-index:99999!important;display:flex!important;flex-direction:column!important;gap:12px!important;align-items:flex-end!important;pointer-events:auto!important}.rail-item[data-astro-cid-7nxfoh77]{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-height:28px!important;min-width:44px!important;text-decoration:none!important;cursor:pointer!important;outline:none!important}.section-rail[data-astro-cid-7nxfoh77] .rail-label[data-astro-cid-7nxfoh77]{position:absolute!important;right:38px!important;top:50%!important;font-family:var(--o-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace)!important;font-size:11px!important;font-weight:500!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#111827!important;white-space:nowrap!important;opacity:0!important;visibility:hidden!important;transform:translate(12px,-50%)!important;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),color .28s ease!important;pointer-events:none!important}.section-rail[data-astro-cid-7nxfoh77] .rail-indicator[data-astro-cid-7nxfoh77]{display:block!important;width:18px!important;height:4px!important;border-radius:999px!important;background:#78787873!important;transition:width .3s cubic-bezier(.22,1,.36,1),height .3s cubic-bezier(.22,1,.36,1),background-color .3s ease,box-shadow .3s ease!important;flex-shrink:0!important}.section-rail[data-astro-cid-7nxfoh77] .rail-item[data-astro-cid-7nxfoh77].active .rail-indicator[data-astro-cid-7nxfoh77]{width:32px!important;height:5px!important;background:#1769ff!important;box-shadow:0 0 12px #1769ff40!important}.section-rail[data-astro-cid-7nxfoh77] .rail-item[data-astro-cid-7nxfoh77].active .rail-label[data-astro-cid-7nxfoh77]{color:#1769ff!important;font-weight:600!important}.section-rail[data-astro-cid-7nxfoh77] .rail-item[data-astro-cid-7nxfoh77]:hover .rail-label[data-astro-cid-7nxfoh77],.section-rail[data-astro-cid-7nxfoh77] .rail-item[data-astro-cid-7nxfoh77].touch-active .rail-label[data-astro-cid-7nxfoh77]{opacity:1!important;visibility:visible!important;transform:translateY(-50%)!important}.section-rail[data-astro-cid-7nxfoh77] .rail-item[data-astro-cid-7nxfoh77]:hover .rail-indicator[data-astro-cid-7nxfoh77]{background:#282828bf!important;width:24px!important}.section-rail[data-astro-cid-7nxfoh77] .rail-item[data-astro-cid-7nxfoh77].active:hover .rail-indicator[data-astro-cid-7nxfoh77]{background:#1769ff!important;width:36px!important}@media(max-width:900px){.section-rail[data-astro-cid-7nxfoh77]{display:none!important}}
