.heroProcess{padding:100px 0 80px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--bg-section) 0%,var(--bg-light) 100%)}.heroProcess__badge{display:flex;align-items:center;gap:8px;background:var(--clr-primary-a12);border:1px solid var(--border-primary);border-radius:var(--rad-pill);padding:6px 18px;margin-bottom:32px;z-index:var(--z-above)}.heroProcess__badge p{color:var(--txt-purple);font-size:var(--text-sm);font-weight:500;margin:0}.heroProcess__badge-dot{width:7px;height:7px;border-radius:50%;background:var(--clr-blue);animation:heroBadgePulse 2s ease-in-out infinite}@keyframes heroBadgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}.heroProcess__text{margin:0 auto 60px;text-align:center;width:100%;z-index:2;padding:0 20px}.heroProcess__text h1{font-size:var(--text-5xl);margin-bottom:18px;font-weight:800;color:var(--txt-primary);line-height:1.1;letter-spacing:-1px}.heroProcess__text-gradient{background:var(--grad-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.heroProcess__text p{color:var(--txt-muted);font-size:var(--text-lg);font-weight:400;max-width:520px;margin:0 auto;line-height:1.7}.heroProcess__cards{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 20px;max-width:1400px;margin:0 auto;z-index:2;width:100%}.cardProcess__main{width:480px;height:360px;border-radius:var(--rad-2xl);overflow:hidden;position:relative;cursor:pointer;transition:var(--transition-slow);flex-shrink:0;box-shadow:var(--shadow-xl),0 0 0 1px #ffffff0f}.cardProcess__secondary{width:75px;height:360px;border-radius:var(--rad-2xl);overflow:hidden;position:relative;cursor:pointer;transition:var(--transition-slow);flex-shrink:0;box-shadow:0 15px 40px #0000004d,0 0 0 1px #ffffff0d;opacity:.75}.cardProcess__secondary:hover{opacity:.9}.cardProcess__bg{position:absolute;inset:0;opacity:.9}.cardProcess__pattern{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:22px 22px;z-index:1}.cardProcess-info{position:absolute;inset:0;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:28px;z-index:2;animation:cardFadeIn .45s cubic-bezier(.4,0,.2,1)}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cardProcess-info__top{display:flex;justify-content:space-between;align-items:center}.cardProcess-info__phase{font-size:var(--text-xs);font-weight:700;letter-spacing:2px;text-transform:uppercase;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);padding:4px 14px;border-radius:var(--rad-pill);backdrop-filter:blur(10px)}.cardProcess-info__icon{font-size:2rem;filter:drop-shadow(0 0 14px rgba(255,255,255,.5));line-height:1}.cardProcess-info__text{display:flex;flex-direction:column;gap:10px}.cardProcess-info__text h4{font-size:var(--text-2xl);font-weight:800;letter-spacing:-.5px;margin:0;line-height:1.1}.cardProcess-info__text p{font-size:.88rem;color:#ffffffd1;margin:0;line-height:1.65}.cardProcess-info__tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.cardProcess-info__tag{background:#ffffff24;border:1px solid var(--border-medium);border-radius:var(--rad-pill);padding:3px 10px;font-size:var(--text-xs);font-weight:600;backdrop-filter:blur(10px);color:var(--txt-primary)}.cardProcess-info2{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2}.cardProcess-info2__number{font-size:1.6rem;font-weight:800;color:#ffffffd9;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);text-shadow:0 0 20px rgba(255,255,255,.4);letter-spacing:2px}.heroProcess__stats{display:flex;align-items:center;gap:56px;margin-top:56px;z-index:2}.heroProcess__stat{display:flex;flex-direction:column;align-items:center;gap:6px}.heroProcess__stat-number{font-size:var(--text-3xl);font-weight:800;background:linear-gradient(135deg,var(--clr-blue) 0%,var(--clr-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.heroProcess__stat-label{font-size:var(--text-sm);color:var(--txt-dim);font-weight:500;white-space:nowrap}.heroProcess__stat-divider{width:1px;height:44px;background:var(--border-soft)}@media(max-width:900px){.heroProcess{padding:80px 20px 60px}.heroProcess__text h1{font-size:2.4rem}.cardProcess__main{width:300px;height:300px}.cardProcess__secondary{width:58px;height:300px}.heroProcess__cards{gap:8px}.heroProcess__stats{gap:36px}}@media(max-width:600px){.heroProcess__text h1{font-size:1.9rem}.heroProcess__text p{font-size:var(--text-base)}.cardProcess__main{width:230px;height:270px}.cardProcess__secondary{width:48px;height:270px}.cardProcess-info{padding:20px}.cardProcess-info__text h4{font-size:1.3rem}.heroProcess__stats{gap:20px;flex-wrap:wrap;justify-content:center;padding:0 20px}.heroProcess__stat-divider{display:none}.heroProcess__stat-number{font-size:var(--text-2xl)}}@media(max-width:500px){.heroProcess{padding:70px 16px 50px}.heroProcess__text h1{font-size:var(--text-3xl);letter-spacing:-.5px}.heroProcess__text{margin-bottom:40px}.heroProcess__cards{flex-direction:column;gap:6px;padding:0;width:100%}.cardProcess__main{width:100%;height:260px}.cardProcess__secondary{width:100%;height:62px}.cardProcess-info2__number{writing-mode:horizontal-tb;transform:none;letter-spacing:.5px;font-size:1.1rem}.heroProcess__stats{gap:16px;margin-top:36px}}.cardIntroProcess{width:320px;flex:1 1 280px;max-width:340px;padding:36px 28px 28px;border-radius:var(--rad-xl);background:var(--bg-card);border:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;position:relative;overflow:hidden;transition:border-color .35s,transform .35s}.cardIntroProcess:hover{border-color:var(--border-medium);transform:translateY(-4px)}.cardIntroProcess__icon{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.65rem;flex-shrink:0;box-shadow:0 8px 24px #0000004d}.cardIntroProcess__stat{font-size:var(--text-4xl);font-weight:800;color:var(--txt-primary);line-height:1;letter-spacing:-1px}.cardIntroProcess__title{font-size:1.05rem;font-weight:700;color:#ffffffe6;margin:0}.cardIntroProcess__desc{font-size:var(--text-sm);color:var(--txt-dim);line-height:1.65;margin:0}.cardIntroProcess__bar{position:absolute;bottom:0;left:0;right:0;height:3px;opacity:.7;transition:opacity .35s}.cardIntroProcess:hover .cardIntroProcess__bar{opacity:1}@media(max-width:768px){.cardIntroProcess{flex:1 1 240px}}@media(max-width:480px){.cardIntroProcess{width:100%;max-width:100%;flex:1 1 100%;padding:28px 20px 24px}.cardIntroProcess__stat{font-size:var(--text-3xl)}}.introProcess[data-astro-cid-3hj37zxt]{padding:100px 20px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,var(--bg-section) 0%,var(--bg-light) 100%)}.introProcess__label[data-astro-cid-3hj37zxt]{display:flex;align-items:center;gap:8px;background:var(--clr-primary-a10);border:1px solid var(--border-primary);border-radius:var(--rad-pill);padding:6px 18px;margin-bottom:28px}.introProcess__label[data-astro-cid-3hj37zxt] p[data-astro-cid-3hj37zxt]{color:var(--txt-purple);font-size:var(--text-sm);font-weight:500;margin:0}.introProcess__label-dot[data-astro-cid-3hj37zxt]{width:7px;height:7px;border-radius:50%;background:var(--clr-blue);animation:introPulse 2s ease-in-out infinite}@keyframes introPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.introProcess__text[data-astro-cid-3hj37zxt]{text-align:center;margin-bottom:64px;max-width:600px}.introProcess__text[data-astro-cid-3hj37zxt] h2[data-astro-cid-3hj37zxt]{font-size:2.6rem;font-weight:800;letter-spacing:-.5px;line-height:1.15;margin-bottom:14px;color:var(--txt-primary)}.introProcess__gradient[data-astro-cid-3hj37zxt]{background:var(--grad-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.introProcess__text[data-astro-cid-3hj37zxt] p[data-astro-cid-3hj37zxt]{color:var(--txt-dim);font-size:var(--text-md);line-height:1.7}.introProcess__cards[data-astro-cid-3hj37zxt]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;width:100%;max-width:1100px;margin-bottom:52px}.introProcess__features[data-astro-cid-3hj37zxt]{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.introProcess__feature[data-astro-cid-3hj37zxt]{display:flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--rad-pill);padding:10px 22px;transition:border-color .3s,background .3s}.introProcess__feature[data-astro-cid-3hj37zxt]:hover{background:var(--clr-primary-a10);border-color:var(--border-primary)}.introProcess__feature-icon[data-astro-cid-3hj37zxt]{font-size:1.1rem;line-height:1}.introProcess__feature-label[data-astro-cid-3hj37zxt]{font-size:.88rem;font-weight:500;color:var(--txt-secondary);white-space:nowrap}@media(max-width:768px){.introProcess[data-astro-cid-3hj37zxt]{padding:70px 20px}.introProcess__text[data-astro-cid-3hj37zxt]{margin-bottom:48px}.introProcess__text[data-astro-cid-3hj37zxt] h2[data-astro-cid-3hj37zxt]{font-size:1.9rem}.introProcess__cards[data-astro-cid-3hj37zxt]{gap:14px;margin-bottom:40px}}@media(max-width:480px){.introProcess[data-astro-cid-3hj37zxt]{padding:60px 16px}.introProcess__text[data-astro-cid-3hj37zxt] h2[data-astro-cid-3hj37zxt]{font-size:1.6rem}.introProcess__text[data-astro-cid-3hj37zxt]{margin-bottom:36px;max-width:100%}.introProcess__features[data-astro-cid-3hj37zxt]{gap:8px}.introProcess__feature[data-astro-cid-3hj37zxt]{padding:8px 16px}.introProcess__feature-label[data-astro-cid-3hj37zxt]{font-size:.82rem}}.stepCard[data-astro-cid-uzwkr7ft]{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;padding:26px;position:relative;overflow:hidden;transition:border-color .35s,transform .35s}.stepCard[data-astro-cid-uzwkr7ft]:hover{border-color:var(--border-medium);transform:translateY(-3px)}.stepCard__header[data-astro-cid-uzwkr7ft]{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.stepCard__number[data-astro-cid-uzwkr7ft]{font-size:.72rem;font-weight:800;letter-spacing:2px;color:#ffffff40;text-transform:uppercase}.stepCard__duration[data-astro-cid-uzwkr7ft]{font-size:.72rem;font-weight:600;color:#fff6;background:#ffffff0d;border:1px solid var(--border-subtle);border-radius:var(--rad-pill);padding:3px 12px}.stepCard__title[data-astro-cid-uzwkr7ft]{font-size:1.2rem;font-weight:700;color:var(--txt-primary);margin:0 0 8px;letter-spacing:-.3px;line-height:1.3}.stepCard__desc[data-astro-cid-uzwkr7ft]{font-size:.85rem;color:var(--txt-dim);line-height:1.65;margin:0 0 18px}.stepCard__list[data-astro-cid-uzwkr7ft]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.stepCard__item[data-astro-cid-uzwkr7ft]{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#ffffffa6}.stepCard__bullet[data-astro-cid-uzwkr7ft]{width:6px;height:6px;border-radius:50%;flex-shrink:0}.stepCard__bar[data-astro-cid-uzwkr7ft]{position:absolute;bottom:0;left:0;right:0;height:2px;opacity:.55;transition:opacity .35s}.stepCard[data-astro-cid-uzwkr7ft]:hover .stepCard__bar[data-astro-cid-uzwkr7ft]{opacity:1}@media(max-width:768px){.stepCard[data-astro-cid-uzwkr7ft]{padding:22px}}@media(max-width:480px){.stepCard[data-astro-cid-uzwkr7ft]{padding:18px 16px;border-radius:var(--rad-lg)}.stepCard__title[data-astro-cid-uzwkr7ft]{font-size:1.05rem}.stepCard__item[data-astro-cid-uzwkr7ft]{font-size:var(--text-sm)}}.steps[data-astro-cid-zg4udhyt]{padding:100px 20px;background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg-section) 100%);display:flex;flex-direction:column;align-items:center}.steps__label[data-astro-cid-zg4udhyt]{display:flex;align-items:center;gap:8px;background:var(--clr-primary-a10);border:1px solid var(--border-primary);border-radius:var(--rad-pill);padding:6px 18px;margin-bottom:28px}.steps__label[data-astro-cid-zg4udhyt] p[data-astro-cid-zg4udhyt]{color:var(--txt-purple);font-size:var(--text-sm);font-weight:500;margin:0}.steps__label-dot[data-astro-cid-zg4udhyt]{width:7px;height:7px;border-radius:50%;background:var(--clr-blue);animation:stepsPulse 2s ease-in-out infinite}@keyframes stepsPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.steps__heading[data-astro-cid-zg4udhyt]{text-align:center;margin-bottom:80px;max-width:600px}.steps__heading[data-astro-cid-zg4udhyt] h2[data-astro-cid-zg4udhyt]{font-size:2.6rem;font-weight:800;letter-spacing:-.5px;line-height:1.15;margin-bottom:14px;color:var(--txt-primary)}.steps__gradient[data-astro-cid-zg4udhyt]{background:var(--grad-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.steps__heading[data-astro-cid-zg4udhyt] p[data-astro-cid-zg4udhyt]{color:var(--txt-dim);font-size:var(--text-md);line-height:1.7}.steps__timeline[data-astro-cid-zg4udhyt]{width:100%;max-width:1100px;position:relative}.steps__timeline[data-astro-cid-zg4udhyt]:before{content:"";position:absolute;left:50%;transform:translate(-1px);top:28px;bottom:28px;width:2px;background:linear-gradient(180deg,#667eea,#f093fb,#4facfe,#43e97b,#fa709a);z-index:0}.step-row[data-astro-cid-zg4udhyt]{display:grid;grid-template-columns:1fr 80px 1fr;grid-template-areas:"card center spacer";align-items:start;margin-bottom:40px}.step-row--right[data-astro-cid-zg4udhyt]{grid-template-areas:"spacer center card"}.step-row[data-astro-cid-zg4udhyt]:last-child{margin-bottom:0}.step-row__card[data-astro-cid-zg4udhyt]{grid-area:card;padding:0 28px}.step-row__center[data-astro-cid-zg4udhyt]{grid-area:center;display:flex;justify-content:center;padding-top:6px;position:relative;z-index:1}.step-row__spacer[data-astro-cid-zg4udhyt]{grid-area:spacer}.step-row__dot[data-astro-cid-zg4udhyt]{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.35rem;line-height:1;flex-shrink:0;box-shadow:0 0 0 6px #ffffff0a,0 0 0 14px #ffffff04,0 8px 24px #0006}@media(max-width:768px){.steps[data-astro-cid-zg4udhyt]{padding:70px 20px}.steps__heading[data-astro-cid-zg4udhyt]{margin-bottom:56px}.steps__heading[data-astro-cid-zg4udhyt] h2[data-astro-cid-zg4udhyt]{font-size:1.9rem}.steps__timeline[data-astro-cid-zg4udhyt]:before{left:26px}.step-row[data-astro-cid-zg4udhyt],.step-row--right[data-astro-cid-zg4udhyt]{grid-template-columns:52px 1fr;grid-template-areas:"center card"}.step-row__spacer[data-astro-cid-zg4udhyt]{display:none}.step-row__dot[data-astro-cid-zg4udhyt]{width:40px;height:40px;font-size:1rem}.step-row__card[data-astro-cid-zg4udhyt]{padding:0 0 0 16px}.step-row[data-astro-cid-zg4udhyt]{margin-bottom:28px}}@media(max-width:480px){.steps[data-astro-cid-zg4udhyt]{padding:60px 16px}.steps__heading[data-astro-cid-zg4udhyt] h2[data-astro-cid-zg4udhyt]{font-size:1.6rem}.steps__heading[data-astro-cid-zg4udhyt]{margin-bottom:40px}.steps__timeline[data-astro-cid-zg4udhyt]:before{left:20px}.step-row[data-astro-cid-zg4udhyt],.step-row--right[data-astro-cid-zg4udhyt]{grid-template-columns:44px 1fr}.step-row__dot[data-astro-cid-zg4udhyt]{width:36px;height:36px;font-size:.9rem}.step-row__card[data-astro-cid-zg4udhyt]{padding:0 0 0 12px}}.faqs2[data-astro-cid-xx3aimzo]{padding:100px 20px;background:linear-gradient(180deg,var(--bg-section) 0%,var(--bg-light) 100%)}.faqs2__inner[data-astro-cid-xx3aimzo]{display:grid;grid-template-columns:1fr 1.6fr;gap:80px;max-width:1100px;margin:0 auto;align-items:start}.faqs2__left[data-astro-cid-xx3aimzo]{position:sticky;top:100px}.faqs2__eyebrow[data-astro-cid-xx3aimzo]{font-size:.75rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--clr-purple);margin:0 0 20px}.faqs2__title[data-astro-cid-xx3aimzo]{font-size:2.8rem;font-weight:800;line-height:1.1;letter-spacing:-.8px;color:var(--txt-primary);margin:0 0 20px}.faqs2__subtitle[data-astro-cid-xx3aimzo]{font-size:.9rem;color:var(--txt-dim);line-height:1.75;margin:0 0 32px}.faqs2__cta[data-astro-cid-xx3aimzo]{display:inline-block;font-size:.85rem;font-weight:600;color:var(--txt-muted);text-decoration:none;letter-spacing:.3px}.faqs2__right[data-astro-cid-xx3aimzo]{display:flex;flex-direction:column}.faq2-item[data-astro-cid-xx3aimzo]{padding:28px 0}.faq2-item__question[data-astro-cid-xx3aimzo]{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.faq2-item__question[data-astro-cid-xx3aimzo] img[data-astro-cid-xx3aimzo]{margin-top:3px;flex-shrink:0;opacity:.85}.faq2-item__question[data-astro-cid-xx3aimzo] h4[data-astro-cid-xx3aimzo]{font-size:1rem;font-weight:700;color:#ffffffe6;margin:0;line-height:1.5;letter-spacing:-.1px}.faq2-item__answer[data-astro-cid-xx3aimzo]{font-size:.875rem;color:var(--txt-dim);line-height:1.75;margin:0;padding-left:30px}.faq2-item__divider[data-astro-cid-xx3aimzo]{height:1px;background:var(--border-subtle);margin-top:28px}@media(max-width:900px){.faqs2[data-astro-cid-xx3aimzo]{padding:70px 20px}.faqs2__inner[data-astro-cid-xx3aimzo]{grid-template-columns:1fr;gap:48px}.faqs2__left[data-astro-cid-xx3aimzo]{position:static}.faqs2__title[data-astro-cid-xx3aimzo]{font-size:2rem}}@media(max-width:480px){.faqs2[data-astro-cid-xx3aimzo]{padding:60px 16px}.faqs2__title[data-astro-cid-xx3aimzo]{font-size:1.65rem;letter-spacing:-.4px}.faqs2__eyebrow[data-astro-cid-xx3aimzo]{font-size:var(--text-xs)}.faqs2__subtitle[data-astro-cid-xx3aimzo]{font-size:var(--text-sm)}.faq2-item[data-astro-cid-xx3aimzo]{padding:20px 0}.faq2-item__question[data-astro-cid-xx3aimzo] h4[data-astro-cid-xx3aimzo]{font-size:var(--text-sm)}.faq2-item__answer[data-astro-cid-xx3aimzo]{font-size:var(--text-sm);padding-left:0}.faq2-item__question[data-astro-cid-xx3aimzo]{gap:8px}.faq2-item__divider[data-astro-cid-xx3aimzo]{margin-top:20px}}
