*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Switzer,system-ui,sans-serif;color:#1a1a2e;scroll-behavior:smooth}body{min-height:100vh;background-color:#fff}p{font-family:Inter,system-ui,sans-serif}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#fff}.navbar__container[data-astro-cid-5blmo7yk]{max-width:1200px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between}.navbar__logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;text-decoration:none}.navbar__logo-img[data-astro-cid-5blmo7yk]{height:30px;width:auto}.navbar__cta[data-astro-cid-5blmo7yk]{display:inline-block;padding:.625rem 1.25rem;background-color:#2c1fea;color:#fff;text-decoration:none;border-radius:8px;font-family:Switzer,system-ui,sans-serif;font-size:.9375rem;font-weight:500}.navbar__cta[data-astro-cid-5blmo7yk]:hover{background-color:#2c1fea}.hero[data-astro-cid-bbe6dxrz]{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:calc(68px + 2rem) 2rem 2rem;text-align:center;position:relative}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(44,31,234,.07) 1px,transparent 1px),linear-gradient(to bottom,rgba(44,31,234,.07) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 60%,transparent 100%);pointer-events:none}.hero__container[data-astro-cid-bbe6dxrz]{max-width:920px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:1}.hero__title[data-astro-cid-bbe6dxrz]{font-size:clamp(2rem,8vw,70px);font-weight:500;line-height:1.15;color:#0f172a;letter-spacing:-.02em}.hero__title--accent[data-astro-cid-bbe6dxrz]{color:#2c1fea}.hero__description[data-astro-cid-bbe6dxrz]{font-size:clamp(1rem,2vw,1.25rem);color:#475569;line-height:1.6;max-width:560px}.hero__cta[data-astro-cid-bbe6dxrz]{display:inline-block;margin-top:.5rem;padding:.875rem 2rem;background-color:#2c1fea;color:#fff;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:600}.hero__cta[data-astro-cid-bbe6dxrz]:hover{background-color:#2c1fea}@media(max-width:600px){.hero[data-astro-cid-bbe6dxrz]{padding:calc(68px + 1.5rem) 1.5rem 1.5rem}.hero__title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.2rem,10.5vw,3rem)}.hero__description[data-astro-cid-bbe6dxrz]{font-size:1rem}.hero__cta[data-astro-cid-bbe6dxrz]{width:auto}}.solutions[data-astro-cid-vj7y5fzp]{background-color:#fff;padding:5rem 0}.solutions__container[data-astro-cid-vj7y5fzp]{max-width:1200px;margin:0 auto;padding:0 2rem}.solutions__header[data-astro-cid-vj7y5fzp]{margin-bottom:2.5rem}.solutions__title[data-astro-cid-vj7y5fzp]{font-size:50px;font-weight:500;color:#0f172a;letter-spacing:-.02em;margin-bottom:.5rem}.solutions__subtitle[data-astro-cid-vj7y5fzp]{font-size:1rem;color:#64748b;line-height:1.6}.solutions__empty[data-astro-cid-vj7y5fzp]{font-size:.9375rem;color:#94a3b8;padding:2rem 0}.solutions__grid[data-astro-cid-vj7y5fzp]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card[data-astro-cid-vj7y5fzp],a[data-astro-cid-vj7y5fzp].card{text-decoration:none}.card[data-astro-cid-vj7y5fzp]{background-color:#fff;border:1px solid #e8e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:background-image .2s ease;cursor:pointer}.card[data-astro-cid-vj7y5fzp]:hover{background-image:radial-gradient(ellipse at 100% 50%,rgba(44,31,234,.15) 0%,transparent 70%)}.card__category[data-astro-cid-vj7y5fzp]{align-self:flex-start;display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:#64748b;background-color:#f8f8fc;border:1px solid #e8e8f0;border-radius:999px;padding:.25rem .625rem}.card__logo[data-astro-cid-vj7y5fzp]{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:.25rem 0;border:1px solid #e8e8f0;background-color:#f8f8fc;overflow:hidden}.card__logo-img[data-astro-cid-vj7y5fzp]{width:100%;height:100%;object-fit:contain}.card__initial[data-astro-cid-vj7y5fzp]{font-size:1.5rem;font-weight:600;font-family:Switzer,system-ui,sans-serif;color:#94a3b8}.card__name[data-astro-cid-vj7y5fzp]{font-size:1rem;font-weight:600;color:#0f172a;font-family:Switzer,system-ui,sans-serif}.card__description[data-astro-cid-vj7y5fzp]{font-size:.875rem;color:#64748b;line-height:1.55}@media(max-width:1024px){.solutions__grid[data-astro-cid-vj7y5fzp]{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.solutions__grid[data-astro-cid-vj7y5fzp]{grid-template-columns:1fr}.solutions__title[data-astro-cid-vj7y5fzp]{font-size:clamp(1.6rem,7.5vw,2rem)}}.faq[data-astro-cid-z6gx6xcw]{background-color:#fff;padding:5rem 0}.faq__container[data-astro-cid-z6gx6xcw]{max-width:1200px;margin:0 auto;padding:0 2rem}.faq__header[data-astro-cid-z6gx6xcw]{margin-bottom:2.5rem}.faq__title[data-astro-cid-z6gx6xcw]{font-size:50px;font-weight:500;color:#0f172a;letter-spacing:-.02em;margin-bottom:.5rem}.faq__list[data-astro-cid-z6gx6xcw]{display:flex;flex-direction:column;max-width:760px}.faq__item[data-astro-cid-z6gx6xcw]{padding:2rem 0;border-bottom:1px solid #f1f1f1;display:flex;flex-direction:column;gap:.875rem}.faq__question[data-astro-cid-z6gx6xcw]{font-size:1.0625rem;font-weight:500;color:#0f172a;font-family:Switzer,system-ui,sans-serif;line-height:1.4}.faq__answer[data-astro-cid-z6gx6xcw]{display:flex;flex-direction:column;gap:.75rem}.faq__answer[data-astro-cid-z6gx6xcw] p[data-astro-cid-z6gx6xcw]{font-size:.9375rem;color:#475569;line-height:1.7;margin:0}.faq__list-items[data-astro-cid-z6gx6xcw]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.faq__list-items[data-astro-cid-z6gx6xcw] li[data-astro-cid-z6gx6xcw]{font-family:Inter,system-ui,sans-serif;font-size:.9375rem;color:#475569;line-height:1.6;padding-left:1rem;position:relative}.faq__list-items[data-astro-cid-z6gx6xcw] li[data-astro-cid-z6gx6xcw]:before{content:"";position:absolute;left:0;top:.65em;width:4px;height:4px;border-radius:50%;background-color:#2c1fea}.faq__list-label[data-astro-cid-z6gx6xcw]{font-weight:500;color:#1e293b}@media(max-width:600px){.faq__title[data-astro-cid-z6gx6xcw]{font-size:clamp(1.6rem,7.5vw,2rem)}}.footer[data-astro-cid-sz7xmlte]{background-color:#fff;border-top:1px solid #f1f1f1;padding:3rem 0 2rem}.footer__container[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2.5rem}.footer__top[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.875rem}.footer__logo[data-astro-cid-sz7xmlte]{display:inline-flex;text-decoration:none}.footer__logo-img[data-astro-cid-sz7xmlte]{height:26px;width:auto}.footer__tagline[data-astro-cid-sz7xmlte]{font-size:.9375rem;color:#64748b;line-height:1.5;max-width:380px}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f1f1;padding-top:1.5rem}.footer__copy[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#94a3b8;font-family:Inter,system-ui,sans-serif}.footer__nav[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer__link[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#64748b;text-decoration:none;font-family:Switzer,system-ui,sans-serif;transition:color .15s ease}.footer__link[data-astro-cid-sz7xmlte]:hover{color:#2c1fea}@media(max-width:600px){.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:1rem}}
