@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--font-family-base:"Poppins", "Segoe UI", sans-serif;--brand-navy:#022364;--brand-mint:#4df5b7;--navy-light:#033785;--text-primary:#0f172b;--text-secondary:#1d293d;--text-muted:#45556c;--mint-solid:#4df5b7;--mint-teal:#009689;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--border:var(--gray-200);--text-h:var(--text-primary);--social-bg:#e5e7eb99;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--gradient-navy:linear-gradient(135deg, #022364 0%, #033785 100%);--gradient-mint:linear-gradient(135deg, #4df5b7 0%, #00c69a 100%);--gradient-teal-mint:linear-gradient(90deg, #009689 0%, #4df5b7 100%);--gradient-navy-mint:linear-gradient(115deg, #022364 0%, #4df5b7 100%);--shadow-sm:0 1px 2px #02236414;--shadow-md:0 6px 12px #02236424;--shadow-lg:0 10px 24px #0223642e;--shadow-xl:0 20px 35px #02236438;--shadow-2xl:0 28px 56px #0223644d;--shadow:var(--shadow-md);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;color:var(--text-secondary);font-family:var(--font-family-base);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at 15% 10%, #4df5b72e, transparent 36%), radial-gradient(circle at 85% 15%, #02236424, transparent 42%), var(--gray-50);color:var(--text-secondary)}h1,h2,h3,h4,h5,h6,p{margin:0}.display-72{color:var(--brand-navy);font-size:clamp(2.8rem,7vw,4.5rem);font-weight:700;line-height:1.1}.display-60{color:var(--brand-navy);font-size:clamp(2.4rem,5.5vw,3.75rem);font-weight:700;line-height:1.12}.display-48{color:var(--brand-navy);font-size:clamp(2rem,4.8vw,3rem);font-weight:700;line-height:1.15}.h1{color:var(--brand-navy);font-size:clamp(2rem,4.8vw,2.5rem);font-weight:700;line-height:1.2}.h2{color:var(--text-primary);font-size:clamp(1.7rem,4vw,2rem);font-weight:700;line-height:1.3}.h3{color:var(--text-primary);font-size:clamp(1.35rem,3vw,1.5rem);font-weight:700;line-height:1.4}.h4{color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.5}.h5{color:var(--text-primary);font-size:1.125rem;font-weight:600;line-height:1.5}.h6{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.5}.body-lg{font-size:1.125rem;line-height:1.6}.body-base{font-size:1rem;line-height:1.6}.body-sm{font-size:.875rem;line-height:1.6}.body-xs{font-size:.75rem;line-height:1.6}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);height:44px;padding:0 var(--space-5);font-family:var(--font-family-base);cursor:pointer;border:0;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.btn:disabled,.btn[aria-disabled=true]{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:var(--gradient-mint);color:var(--brand-navy);box-shadow:var(--shadow-md)}.btn-primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-secondary{background:var(--gradient-navy);color:#fff;box-shadow:var(--shadow-md)}.btn-secondary:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-ghost{background:var(--gray-50);color:var(--gray-600);border:1px solid var(--gray-200)}.btn-ghost:hover{border-color:var(--gray-300);box-shadow:var(--shadow-sm)}.card{border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);padding:var(--space-6);background:#fff}.card-hover{transition:border-color .2s,box-shadow .2s,transform .2s}.card-hover:hover{border-color:var(--mint-teal);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-gradient-border{background:#fff;position:relative}.card-gradient-border:before{content:"";border-radius:inherit;background:var(--gradient-navy-mint);z-index:-1;opacity:0;transition:opacity .2s;position:absolute;inset:-1px}.card-gradient-border:hover:before{opacity:1}.badge{border-radius:var(--radius-full);align-items:center;padding:6px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-category{background:var(--gradient-navy);color:#fff}.badge-status{color:var(--brand-navy);background:#4df5b72e}.badge-warning{background:var(--error);color:#fff}.badge-pulse{animation:1.8s infinite badge-pulse}@keyframes badge-pulse{0%{box-shadow:0 0 #ef444473}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.input,.textarea,.select{width:100%;font:inherit;color:var(--text-primary);border:2px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;transition:border-color .2s,box-shadow .2s}.input,.textarea{min-height:48px;padding:0 var(--space-4)}.textarea{min-height:120px;padding-top:var(--space-3);resize:vertical}.select{background:var(--gray-50);min-height:40px;padding:0 var(--space-3);border-width:1px}.input:focus,.textarea:focus,.select:focus{border-color:var(--brand-mint);outline:none;box-shadow:0 0 0 3px #4df5b759}.progress{border-radius:var(--radius-full);background:var(--gray-200);width:100%;overflow:hidden}.progress-standard{height:8px}.progress-journey{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#4df5b724;height:16px}.progress-bar{background:var(--gradient-teal-mint);border-radius:inherit;height:100%;transition:width .35s}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:var(--space-6);z-index:1000;background:#0009;place-items:center;display:grid;position:fixed;inset:0}.modal{border-radius:var(--radius-xl);width:min(960px,100%);box-shadow:var(--shadow-2xl);padding:var(--space-8);background:#fff}.surface{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff}@media (width<=768px){.btn{width:100%}.card,.modal{padding:var(--space-5)}}.navbar{border-bottom:1px solid var(--gray-100);background:#fff;justify-content:center;width:100%;padding:20px 48px;display:flex;box-shadow:0 3px 12px #0000000f}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:100%;display:flex}.navbar__brand{align-items:center;text-decoration:none;display:inline-flex}.navbar__logo-image{object-fit:contain;width:103px;height:38px;display:block}.brand-logo{letter-spacing:.02em;background:linear-gradient(#022364 0%,#0339a2 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.navbar__links{align-items:center;gap:32px;display:inline-flex}.solution-menu,.signin-menu{position:relative}.nav-link{color:#4a5565;white-space:nowrap;align-items:center;gap:4px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;display:inline-flex}button.nav-link{font-family:"Inter", var(--font-family-base);cursor:pointer;background:0 0;border:0;padding:0}.nav-link:hover{color:var(--brand-navy)}.nav-link--with-icon{justify-content:center;min-width:103px}.solution-menu__dropdown,.signin-menu__dropdown{z-index:40;background:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;width:210px;padding:9px 1px 1px;display:flex;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 8px 10px -6px #0000001a,0 20px 25px -5px #0000001a}.signin-menu__dropdown{left:auto;right:0;transform:none}.solution-menu__item,.signin-menu__item{color:#4a5565;width:100%;min-height:44px;font-size:14px;font-family:"Inter", var(--font-family-base);align-items:center;padding:12px 24px;font-weight:500;line-height:20px;text-decoration:none;display:flex}.solution-menu__item:hover,.signin-menu__item:hover{background:var(--gray-50)}.nav-chevron{stroke:currentColor;stroke-width:1.8px;fill:none;width:16px;height:16px}.navbar__actions{align-items:center;gap:12px;display:inline-flex}.navbar__mobile{display:none;position:relative}.menu-toggle{cursor:pointer;background:#fff;border:1px solid #d7dce5;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:flex}.menu-toggle__line{background:#111827;border-radius:999px;width:18px;height:2px;display:block}.mobile-menu{z-index:50;background:#fff;border:1px solid #f0f3f8;border-radius:16px;width:min(320px,100vw - 40px);max-height:75vh;padding:14px;position:absolute;top:calc(100% + 12px);right:0;overflow-y:auto;box-shadow:0 16px 30px #0b122024}.mobile-menu__heading{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin:10px 6px 6px;font-size:12px;font-weight:600;line-height:16px}.mobile-menu__link{color:#1f2937;border-radius:10px;align-items:center;width:100%;min-height:42px;padding:10px 12px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;display:flex}.mobile-menu__link:hover{background:#f6f8fb}.mobile-menu__cta{border-radius:var(--radius-full);color:#fff;background:linear-gradient(#022364 0%,#0339a2 100%);justify-content:center;align-items:center;width:100%;margin-top:10px;padding:11px 14px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;display:inline-flex}.sign-in{color:#364153;cursor:pointer;background:0 0;border:0;border-radius:20px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.sign-in:hover{background:var(--gray-100)}.get-started{border-radius:var(--radius-full);color:#fff;cursor:pointer;box-shadow:var(--shadow-md);background:linear-gradient(#022364 0%,#0339a2 100%);border:0;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;display:inline-flex}.get-started:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}@media (width<=1024px){.navbar{padding:16px 20px}.navbar__links,.navbar__actions{display:none}.navbar__mobile{display:block}}@media (width<=640px){.navbar{padding:14px 16px}.mobile-menu{width:min(320px,100vw - 24px);right:-2px}.mobile-menu__heading{margin-left:4px}}.footer{color:#fff9;width:100%;font-family:"Inter", var(--font-family-base);background:linear-gradient(#022364 0%,#011842 100%);padding:0 35.5px}.footer__container{flex-direction:column;gap:48px;width:100%;max-width:100%;margin:0 auto;padding:80px 24px 30px;display:flex}.footer__top{grid-template-columns:minmax(280px,1.2fr) minmax(280px,1fr) minmax(250px,272px);align-items:start;gap:48px;display:grid}.footer__brand{flex-direction:column;gap:24px;max-width:378px;display:flex}.footer__logo{color:#fff;align-items:center;font-size:1.65rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.footer__logo-image{object-fit:contain;width:130px;height:48px;display:block}.footer__tagline{color:#fff9;max-width:345px;font-size:16px;font-weight:400;line-height:26px}.footer__socials{gap:12px;display:flex}.footer-icon{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.footer-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:20px;height:20px}.footer-icon:hover{color:#fff;background:#4df5b72e;border-color:#4df5b78c}.footer__cols{grid-template-columns:repeat(2,minmax(150px,1fr));gap:64px;display:grid}.footer__col{flex-direction:column;gap:20px;display:flex}.footer__col h3{color:#fff;text-transform:uppercase;letter-spacing:.7px;margin:0;font-size:14px;font-weight:700;line-height:20px}.footer__col ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer__col a{color:#fff9;font-size:14px;line-height:20px;text-decoration:none}.footer__col a:hover{color:#fff}.footer__newsletter{flex-direction:column;gap:8px;width:100%;max-width:272px;display:flex}.newsletter__title{color:#fff;margin:0;font-size:16px;font-weight:600;line-height:24px}.newsletter__subtitle{color:#ffffff80;margin:0;font-size:12px;font-weight:400;line-height:16px}.newsletter__form{flex-direction:column;gap:8px;margin-top:8px;display:flex}.newsletter__input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;width:100%;height:42px;padding:10px 16px;font-size:14px;line-height:20px}.newsletter__input::placeholder{color:#fff6}.newsletter__input:focus{border-color:#4df5b7cc;outline:none;box-shadow:0 0 0 2px #4df5b733}.newsletter__button{color:#022364;cursor:pointer;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);border:0;border-radius:999999px;width:100%;height:40px;font-size:14px;font-weight:600;line-height:20px}.newsletter__button:hover{filter:brightness(1.03)}.footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;padding-top:33px;display:flex}.footer__bottom p{color:#fff6;margin:0;font-size:14px;font-weight:400;line-height:20px}.footer__legal-links{flex-wrap:wrap;gap:24px;display:flex}.footer__legal-links a{color:#fff6;font-size:14px;line-height:20px;text-decoration:none}.footer__legal-links a:hover{color:#fffc}@media (width<=1100px){.footer{padding:0 20px}.footer__top{grid-template-columns:1fr;gap:40px}.footer__brand,.footer__newsletter{max-width:100%}.footer__cols{gap:24px}}@media (width<=768px){.footer__container{padding:56px 12px 24px}.footer__bottom{flex-direction:column;align-items:flex-start}.footer__legal-links{gap:12px 20px}}.home-stats{background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:860px;padding:0 35.5px;display:flex;position:relative;overflow:hidden}.home-hero{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1234px;margin-top:80px;padding:0 105px;display:flex}.home-hero__title{font-family:var(--font-family-base);letter-spacing:-.02em;flex-direction:column;align-items:center;margin:0;font-size:96px;font-weight:700;line-height:96px;display:flex}.home-hero__title span{background:linear-gradient(112deg,#022364 18%,#4df5b7 48%,#022364 84%);color:#0000;-webkit-background-clip:text;background-clip:text}.home-hero__subtitle{max-width:672px;font-family:var(--font-family-base);color:#64748b;margin:32px 0 0;font-size:20px;font-weight:400;line-height:28px}.home-hero__actions{align-items:center;gap:16px;margin-top:32px;display:flex}.home-hero__cta{height:56px;font-family:var(--font-family-base);cursor:pointer;border:0;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:0 32px;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex}.home-hero__cta--primary{color:#f8fafc;background:linear-gradient(#022364 0%,#00308f 100%);box-shadow:0 10px 15px -3px #0000001a}.home-hero__cta--secondary{color:#011337;background:linear-gradient(#fff 0%,#f8f8f8 100%);box-shadow:0 1px 2px #0000000d}.home-stats__content{width:100%;margin-top:92px;padding:24px}.home-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;width:100%;display:grid}.home-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.home-stat__value{font-family:"Inter", var(--font-family-base);text-align:center;background:linear-gradient(90deg,#033496 0%,#4df5b7 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:36px;font-weight:900;line-height:40px}.home-stat__label{font-family:"Inter", var(--font-family-base);text-align:center;color:#6a7282;margin:0;font-size:16px;font-weight:500;line-height:24px}.home-features{background:#fff;justify-content:center;width:100%;padding:96px 36px;display:flex;position:relative;overflow:hidden}.home-features__inner{z-index:2;width:1280px;max-width:100%;min-height:714px;position:relative}.home-features__header{text-align:center;flex-direction:column;gap:24px;width:768px;max-width:100%;margin:0 auto;display:flex}.home-features__header h2{font-family:"Inter", var(--font-family-base);color:#022364;margin:0;font-size:48px;font-weight:700;line-height:48px}.home-features__header p{font-family:"Inter", var(--font-family-base);color:#4a5565;margin:0;font-size:20px;font-weight:400;line-height:28px}.home-features__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:100%;margin-top:64px;display:grid}.feature-card{background:#fff;border:2px solid #f3f4f6;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.feature-card__media{height:256px;overflow:hidden}.feature-card__media img{object-fit:cover;width:100%;height:100%;display:block}.feature-card__body{flex-direction:column;gap:12px;padding:32px;display:flex}.feature-card__body h3{font-family:"Inter", var(--font-family-base);color:#020817;margin:0;font-size:24px;font-weight:700;line-height:32px}.feature-card__body p{font-family:"Inter", var(--font-family-base);color:#4a5565;margin:0;font-size:16px;font-weight:400;line-height:26px}.home-features__glow{filter:blur(64px);z-index:1;pointer-events:none;border-radius:33554400px;position:absolute}.home-features__glow--one{background:linear-gradient(315deg,#0223641a 0%,#0000 100%);width:600px;height:517px;bottom:-110px;left:50%;transform:translate(-50%)}.home-features__glow--two{background:linear-gradient(135deg,#4df5b70d 0%,#02236405 100%);width:800px;height:538px;top:272px;left:50%;transform:translate(-50%)}.home-stakeholders{background:linear-gradient(#ffffff3d 0%,#4df5b703 50%,#ffffff3d 100%);flex-direction:column;align-items:center;width:100%;padding:96px 36px;display:flex}.home-stakeholders__header{text-align:center;width:768px;max-width:100%}.home-stakeholders__header h2{color:#022364;font-family:"Inter", var(--font-family-base);margin:0;font-size:48px;font-weight:700;line-height:48px}.home-stakeholders__header p{color:#4a5565;margin:24px 0 0;font-size:20px;line-height:28px}.home-stakeholders__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:1280px;max-width:100%;margin-top:64px;display:grid}.stakeholder-card{background:linear-gradient(#fff 0%,#eff4ff 100%);border:2px solid #f4f8ff;border-radius:24px;flex-direction:column;min-height:510px;padding:34px;display:flex}.stakeholder-card--mint{background:linear-gradient(#fff 0%,#f2fffa 100%);border-color:#f2fffa}.stakeholder-card--pink{background:linear-gradient(#fff 0%,#fff2f9 100%);border-color:#ffeaf53d}.stakeholder-card__icon{color:#fff;background:linear-gradient(135deg,#033585 0%,#6599ff 100%);border-radius:16px;place-items:center;width:64px;height:64px;font-size:28px;font-weight:700;display:grid}.stakeholder-card--mint .stakeholder-card__icon{color:#06394a;background:linear-gradient(#4df5b7 0%,#2bd99d 100%)}.stakeholder-card--pink .stakeholder-card__icon{background:linear-gradient(135deg,#ad46ff 0%,#f6339a 100%)}.stakeholder-card h3{color:#022364;margin:24px 0 0;font-size:24px;line-height:32px}.stakeholder-card__subtitle{color:#6a7282;margin:8px 0 0;font-size:14px;line-height:20px}.stakeholder-card ul{flex-direction:column;gap:12px;margin:24px 0 0;padding:0;list-style:none;display:flex}.stakeholder-card li{color:#364153;padding-left:18px;font-size:16px;line-height:24px;position:relative}.stakeholder-card li:before{content:"";background:#4df5b766;border-radius:9999px;width:6px;height:6px;position:absolute;top:9px;left:0}.stakeholder-card__metric{background:linear-gradient(162deg,#fff9 0%,#ffffff4d 100%);border:1px solid #e5e7eb80;border-radius:16px;flex-direction:column;gap:4px;margin-top:auto;padding:20px;display:flex}.stakeholder-card__metric strong{background:linear-gradient(90deg,#022364 0%,#00b8db 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:700;line-height:40px}.stakeholder-card--mint .stakeholder-card__metric strong{background:linear-gradient(#4df5b7 0%,#2bd99d 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.stakeholder-card--pink .stakeholder-card__metric strong{background:linear-gradient(90deg,#ad46ff 0%,#f6339a 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.stakeholder-card__metric span{color:#4a5565;font-size:14px;line-height:20px}.home-stakeholders__cta{color:#0447ca;background:0 0;border:2px solid #0447ca;border-radius:16px;align-items:center;gap:10px;height:60px;margin-top:44px;padding:0 28px;font-size:16px;font-weight:600;display:inline-flex}.home-testimonials{background:linear-gradient(#f8fffc 0%,#fff 100%);width:100%;padding:96px 35.5px}.home-testimonials h2{text-align:center;color:#022364;margin:0;font-size:60px;line-height:60px}.home-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:64px;display:grid}.testimonial-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 10px 15px #00000014,0 4px 6px #00000014}.testimonial-card__head{align-items:center;gap:16px;display:flex}.testimonial-card__head img{object-fit:cover;border-radius:9999px;width:64px;height:64px;box-shadow:0 0 0 4px #4df5b733}.testimonial-card__head h3{color:#022364;margin:0;font-size:16px;line-height:24px}.testimonial-card__head p{color:#4a5565;margin:0;font-size:14px;line-height:20px}.testimonial-card__head small{color:#6a7282;font-size:12px;line-height:16px}.testimonial-card__stars{color:#f59e0b;letter-spacing:2px;margin-top:24px;font-size:14px}.testimonial-card blockquote{color:#364153;margin:16px 0 0;font-size:16px;font-style:italic;line-height:26px}.home-final-cta{width:100%;padding:84px 24px}.home-final-cta__inner{text-align:center;background:linear-gradient(#022364 0%,#0a3985 100%);border-radius:60px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:544px;padding:80px;display:flex;position:relative;overflow:hidden}.home-final-cta__inner:before{content:"";filter:blur(150px);background:#4df5b71f;border-radius:50%;width:600px;height:600px;position:absolute;top:-190px;right:-40px}.home-final-cta__inner:after{content:"";filter:blur(150px);background:#4df5b71a;border-radius:50%;width:500px;height:500px;position:absolute;top:168px;left:-100px}.home-final-cta__inner h2{z-index:1;color:#fff;flex-direction:column;margin:0;font-size:72px;line-height:90px;display:flex;position:relative}.home-final-cta__inner p{z-index:1;color:#d1d5dc;margin:32px 0 0;font-size:20px;line-height:28px;position:relative}.home-final-cta__actions{z-index:1;gap:16px;margin-top:32px;display:flex;position:relative}.home-final-cta__start,.home-final-cta__demo{cursor:pointer;border-radius:9999px;height:72px;padding:0 40px;font-size:18px}.home-final-cta__start{color:#000e38;background:#4df5b7;border:0;font-weight:700;box-shadow:0 25px 50px #4df5b733}.home-final-cta__demo{color:#fff;background:0 0;border:2px solid #fff3;font-weight:600}@media (width<=1200px){.home-hero{padding:0 24px}.home-hero__title{font-size:72px;line-height:76px}.home-features,.home-stakeholders,.home-testimonials{padding-left:20px;padding-right:20px}.home-features__grid,.home-stakeholders__grid,.home-testimonials__grid{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}.home-testimonials h2{font-size:48px;line-height:52px}.home-final-cta__inner h2{font-size:52px;line-height:62px}}@media (width<=768px){.home-stats{min-height:auto;padding:0 16px}.home-hero{margin-top:40px;padding:0}.home-hero__title{font-size:44px;line-height:48px}.home-hero__subtitle{margin-top:16px;font-size:16px;line-height:24px}.home-hero__actions{flex-direction:column;width:100%}.home-hero__cta{width:100%;height:48px;font-size:16px}.home-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-stats__content{margin-top:44px;padding:16px 0 24px}.feature-card__body,.stakeholder-card,.testimonial-card{padding:24px}.home-final-cta{padding:56px 16px}.home-final-cta__inner{border-radius:28px;min-height:420px;padding:40px 20px}.home-final-cta__inner h2{font-size:36px;line-height:44px}.home-final-cta__inner p{font-size:16px;line-height:24px}.home-final-cta__actions{flex-direction:column;width:100%}.home-final-cta__start,.home-final-cta__demo{width:100%;height:52px;font-size:16px}}.items-showcase{background:#fff;flex-direction:column;align-items:center;gap:48px;width:100%;padding:80px 24px;display:flex}.items-showcase__title{color:#6a7282;text-transform:uppercase;letter-spacing:.7px;margin:0;font-size:14px;font-weight:600}.items-showcase__row{grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;width:min(1303px,100%);display:grid}.items-showcase__row span{text-align:center;color:#d1d5dc;font-size:24px;font-weight:700;line-height:32px}@media (width<=1200px){.items-showcase__row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.items-showcase{gap:32px;padding:56px 16px}.items-showcase__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-page{background:#fff}.contact-hero{text-align:center;background:linear-gradient(#f9fafb 0%,#fff 100%);place-items:center;min-height:378px;padding:128px 20px 80px;display:grid;position:relative;overflow:hidden}.contact-hero__glow{filter:blur(64px);background:linear-gradient(225deg,#4df5b714 0%,#0000 100%);border-radius:50%;width:800px;height:800px;position:absolute;top:-220px;right:-120px}.contact-hero__content{z-index:1;width:min(1200px,100%);position:relative}.contact-hero h1{color:#022364;justify-content:center;gap:14px;margin:0;font-size:72px;line-height:90px;display:flex}.contact-hero__accent{background:linear-gradient(#4df5b7 0%,#2bd99d 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.contact-hero p{color:#4a5565;max-width:624px;margin:24px auto 0;font-size:20px;line-height:28px}.contact-main{grid-template-columns:451px minmax(0,1fr);gap:48px;width:min(1280px,100%);margin:0 auto;padding:96px 36px;display:grid}.contact-info header h2{color:#022364;margin:0;font-size:30px;line-height:36px}.contact-info header p{color:#4a5565;margin:24px 0 0;font-size:16px;line-height:24px}.contact-info__list{flex-direction:column;gap:24px;margin-top:32px;display:flex}.contact-info__item{gap:16px;display:flex}.contact-info__icon{color:#fff;border-radius:20px;place-items:center;width:48px;height:48px;font-size:18px;display:grid}.contact-info__icon--mint{background:linear-gradient(#4df5b7 0%,#2bd99d 100%)}.contact-info__icon--navy{background:linear-gradient(#022364 0%,#033585 100%)}.contact-info__icon--azure{background:linear-gradient(#033585 0%,#044a9f 100%)}.contact-info__item h3{color:#022364;margin:0;font-size:18px;line-height:27px}.contact-info__item a,.contact-info__primary{color:#022364;margin:6px 0 0;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;display:block}.contact-info__item p{color:#4a5565;margin:6px 0 0;font-size:14px;line-height:20px}.contact-links{border-top:1px solid #e5e7eb;margin-top:32px;padding-top:33px}.contact-links h3{color:#022364;margin:0;font-size:18px;line-height:27px}.contact-links ul{flex-direction:column;gap:12px;margin:16px 0 0;padding:0;list-style:none;display:flex}.contact-links a{color:#4a5565;font-size:16px;line-height:24px;text-decoration:none}.contact-form-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:24px;padding:40px}.contact-form-card h2{color:#022364;margin:0;font-size:24px;line-height:32px}.contact-form{flex-direction:column;gap:24px;margin-top:24px;display:flex}.contact-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.contact-form label{flex-direction:column;gap:8px;display:flex}.contact-form span{color:#364153;font-size:14px;font-weight:600;line-height:20px}.contact-form input,.contact-form select,.contact-form textarea{color:#022364;background:#fff;border:1px solid #d1d5dc;border-radius:20px;width:100%;padding:12px 16px;font-family:inherit;font-size:16px}.contact-form textarea{resize:vertical;min-height:170px}.contact-form__submit{color:#022364;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);border:0;border-radius:20px;justify-content:center;align-items:center;gap:10px;height:60px;font-size:18px;font-weight:700;display:inline-flex}.contact-form__note{color:#6a7282;text-align:center;margin:0;font-size:12px;line-height:16px}.contact-cta{width:min(1280px,100%);margin:0 auto;padding:80px 36px}.contact-cta__inner{text-align:center;background:linear-gradient(#022364 0%,#033585 100%);border-radius:24px;min-height:296px;padding:48px;position:relative;overflow:hidden}.contact-cta__inner:before{content:"";filter:blur(64px);background:#4df5b71a;border-radius:50%;width:256px;height:256px;position:absolute;top:-70px;right:120px}.contact-cta h2{color:#fff;margin:0;font-size:30px;line-height:36px}.contact-cta p{color:#fffc;max-width:671px;margin:16px auto 0;font-size:18px;line-height:28px}.contact-cta button{color:#022364;background:#4df5b7;border:0;border-radius:20px;height:60px;margin-top:32px;padding:0 32px;font-size:18px;font-weight:700}@media (width<=1100px){.contact-main{grid-template-columns:1fr}.contact-form__row{grid-template-columns:1fr;gap:16px}}@media (width<=768px){.contact-hero{padding:96px 16px 56px}.contact-hero h1{flex-direction:column;gap:0;font-size:48px;line-height:56px}.contact-hero p{font-size:16px;line-height:24px}.contact-main,.contact-cta{padding:56px 16px}.contact-form-card,.contact-cta__inner{padding:24px}}.book-demo{color:#022364;background:linear-gradient(#f9fafb 0%,#fff 18%);width:100%;padding:72px 35.5px 90px}.book-demo__hero{text-align:center;max-width:1200px;margin:0 auto}.book-demo__badge{color:#022364;background:#4df5b71a;border:1px solid #4df5b738;border-radius:999px;width:fit-content;margin:0 auto;padding:10px 18px;font-size:14px;font-weight:500;line-height:20px}.book-demo__title{letter-spacing:-.02em;color:#022364;flex-direction:column;align-items:center;gap:4px;margin:28px 0 0;font-size:72px;font-weight:700;line-height:90px;display:flex}.book-demo__title-accent{background:linear-gradient(#4df5b7 0%,#2bd99d 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.book-demo__subtitle{color:#4a5565;max-width:760px;margin:24px auto 0;font-size:20px;font-weight:400;line-height:28px}.book-demo__highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:64px;display:grid}.book-demo-highlight{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.book-demo-highlight__icon{letter-spacing:.02em;color:#022364;background:linear-gradient(135deg,#4df5b733 0%,#2bd99d33 100%);border-radius:20px;place-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:13px;font-weight:700;display:grid}.book-demo-highlight h2{margin:0;font-size:18px;font-weight:700;line-height:27px}.book-demo-highlight p{color:#4a5565;margin:8px 0 0;font-size:14px;line-height:20px}.book-demo__content{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:24px;max-width:1200px;margin:64px auto 0;display:grid}.book-demo-form-card{background:linear-gradient(130.7deg,#f9fafb 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:24px;padding:42px}.book-demo-form-card h2{color:#022364;margin:0;font-size:30px;font-weight:700;line-height:36px}.book-demo-form-card>p{color:#4a5565;max-width:630px;margin:12px 0 0;font-size:16px;line-height:24px}.book-demo-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px;display:grid}.book-demo-form label{color:#364153;flex-direction:column;gap:8px;font-size:14px;font-weight:600;line-height:20px;display:flex}.book-demo-form input,.book-demo-form select{color:#022364;background:#fff;border:1px solid #d1d5dc;border-radius:20px;height:50px;padding:0 16px;font-family:inherit;font-size:16px}.book-demo-form input::placeholder{color:#02236480}.book-demo-form__full,.book-demo-form__submit{grid-column:1/-1}.book-demo-form__submit{color:#022364;cursor:pointer;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);border:0;border-radius:20px;justify-content:center;align-items:center;gap:10px;height:60px;font-size:18px;font-weight:700;display:inline-flex}.book-demo-form__legal{color:#6a7282;text-align:center;margin:16px 0 0;font-size:12px;line-height:16px}.book-demo-side{flex-direction:column;gap:24px;display:flex}.book-demo-side__expect{background:linear-gradient(137deg,#f9fafb 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:16px;padding:33px}.book-demo-side__expect h3{color:#022364;margin:0;font-size:20px;line-height:28px}.book-demo-side__expect ul{flex-direction:column;gap:16px;margin:24px 0 0;padding:0;list-style:none;display:flex}.book-demo-side__expect li{align-items:flex-start;gap:12px;display:flex}.book-demo-side__dot{background:#2bd99d;border-radius:999px;flex:none;width:10px;height:10px;margin-top:7px}.book-demo-side__expect strong{color:#022364;font-size:16px;line-height:24px;display:block}.book-demo-side__expect p{color:#4a5565;margin:0;font-size:14px;line-height:20px}.book-demo-side__call{text-align:center;background:linear-gradient(#022364 0%,#033585 100%);border-radius:24px;padding:48px}.book-demo-side__call h3{color:#fff;margin:0;font-size:32px;line-height:42px}.book-demo-side__call p{color:#fffc;margin:16px 0 24px;font-size:16px;line-height:28px}.book-demo-side__call a{color:#022364;background:#4df5b7;border-radius:20px;justify-content:center;align-items:center;padding:12px 24px;font-size:16px;font-weight:700;line-height:24px;text-decoration:none;display:inline-flex}@media (width<=1100px){.book-demo__title{font-size:56px;line-height:66px}.book-demo__content{grid-template-columns:1fr}}@media (width<=860px){.book-demo{padding:56px 20px 72px}.book-demo__highlights,.book-demo-form{grid-template-columns:1fr}.book-demo-form-card{padding:28px 20px}.book-demo-side__expect,.book-demo-side__call{padding:24px 20px}.book-demo-side__call h3{font-size:26px;line-height:32px}}.AsCompanies{background:#fff;width:100%}.AsCompanies-hero{grid-template-columns:minmax(0,608px) minmax(0,518px);align-items:center;gap:95px;width:100%;min-height:760px;margin:0 auto;padding:81px 36px 44px;display:grid;position:relative}.AsCompanies-hero:before{content:"";pointer-events:none;background:linear-gradient(145deg,#f5f8fa1f 0%,#ffffff1f 50%,#4df5b702 100%);position:absolute;inset:0}.AsCompanies-hero__left,.AsCompanies-hero__visual{z-index:1;position:relative}.AsCompanies-hero__badge{color:#022364;background:linear-gradient(90deg,#4df5b71a 0%,#2d8f6b1a 100%);border:1px solid #4df5b733;border-radius:999px;width:fit-content;margin:0;padding:8px 16px;font-size:14px;font-weight:500;line-height:20px}.AsCompanies-hero h1{color:#022364;letter-spacing:-.02em;max-width:592px;margin:14px 0 0;font-size:72px;font-weight:700;line-height:79px}.AsCompanies-hero__subtitle{color:#4a5565;max-width:556px;margin:20px 0 0;font-size:20px;line-height:32px}.AsCompanies-hero__actions{gap:16px;margin-top:20px;display:flex}.AsCompanies-btn{border:0;border-radius:999px;justify-content:center;align-items:center;height:68px;padding:0 40px;font-size:18px;font-weight:700;line-height:28px;text-decoration:none;display:inline-flex}.AsCompanies-btn--primary{color:#fff;background:#022364}.AsCompanies-btn--secondary{color:#022364;background:#fff;border:2px solid #022364}.AsCompanies-hero__visual{border-radius:48px;padding:1px}.AsCompanies-hero__visual img{object-fit:cover;border-radius:24px;width:100%;max-width:494px;height:398px;display:block;box-shadow:0 25px 50px #00000040}.AsCompanies-hero__floating-card{background:#ffffffe6;border:1px solid #ffffff80;border-radius:16px;gap:4px;width:146px;padding:18px 18px 16px;display:grid;position:absolute;bottom:12px;left:-52px;transform:rotate(-3.81deg);box-shadow:0 20px 25px #0000001a,0 8px 10px #0000001a}.AsCompanies-hero__floating-card strong{color:#4df5b7;font-size:30px;line-height:36px}.AsCompanies-hero__floating-card span,.AsCompanies-hero__floating-card small{color:#4a5565;font-size:12px;line-height:16px}.AsCompanies-hero__floating-card small{color:#99a1af}.AsCompanies-results{width:100%;padding:96px 35.5px}.AsCompanies-results header{text-align:center}.AsCompanies-results h2{color:#022364;margin:0;font-size:60px;line-height:60px}.AsCompanies-results header p{color:#4a5565;margin:24px 0 0;font-size:20px;line-height:28px}.AsCompanies-results__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;width:min(1280px,100%);margin:64px auto 0;display:grid}.AsCompanies-result-card{text-align:center;background:#fff;border:1px solid #f3f4f6;border-radius:24px;min-height:198px;padding:33px}.AsCompanies-result-card h3{color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:60px;font-weight:900;line-height:60px}.AsCompanies-result-card h4{color:#022364;margin:12px 0 0;font-size:20px;line-height:28px}.AsCompanies-result-card p{color:#4a5565;margin:12px 0 0;font-size:16px;line-height:24px}.AsCompanies-insights{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;width:min(1280px,100%);margin:0 auto;padding:0 35.5px 96px;display:grid}.AsCompanies-insights__content h2{color:#022364;max-width:637px;margin:0;font-size:60px;line-height:75px}.AsCompanies-insights__content p{color:#4a5565;max-width:518px;margin:24px 0 0;font-size:20px;line-height:32px}.AsCompanies-insights__content ul{gap:16px;margin:24px 0 0;padding:0;list-style:none;display:grid}.AsCompanies-insights__content li{color:#364153;align-items:center;gap:12px;font-size:18px;font-weight:500;line-height:28px;display:flex}.AsCompanies-insights__content li:before{content:"✓";color:#022364;background:#4df5b7;border-radius:999px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:inline-flex}.AsCompanies-insights__visual{border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.AsCompanies-insights__visual img{width:100%;height:auto;display:block}.AsCompanies-testimonials{width:100%;padding:96px 35.5px}.AsCompanies-testimonials h2{color:#022364;text-align:center;margin:0;font-size:60px;line-height:60px}.AsCompanies-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:min(1280px,100%);margin:64px auto 0;display:grid}.AsCompanies-testimonial{background:#fff;border-radius:24px;padding:32px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.AsCompanies-testimonial__head{align-items:center;gap:16px;display:flex}.AsCompanies-testimonial__head img{object-fit:cover;border-radius:50%;width:64px;height:64px;box-shadow:0 0 0 4px #4df5b733}.AsCompanies-testimonial__head h3{color:#022364;margin:0;font-size:16px;line-height:24px}.AsCompanies-testimonial__head p{color:#4a5565;margin:0;font-size:14px;line-height:20px}.AsCompanies-testimonial__head small{color:#6a7282;font-size:12px;line-height:16px}.AsCompanies-testimonial__stars{color:#f3c623;letter-spacing:2px;margin-top:24px;font-size:16px;line-height:16px}.AsCompanies-testimonial blockquote{color:#364153;margin:16px 0 0;font-size:16px;font-style:italic;line-height:26px}.AsCompanies-final-cta{width:100%;padding:84px 24px}.AsCompanies-final-cta__inner{text-align:center;background:linear-gradient(#022364 0%,#0a3985 100%);border-radius:60px;flex-direction:column;justify-content:center;align-items:center;width:min(1303px,100%);min-height:544px;margin:0 auto;padding:100px 40px;display:flex}.AsCompanies-final-cta__inner h2{color:#fff;flex-direction:column;margin:0;font-size:72px;line-height:90px;display:flex}.AsCompanies-final-cta__inner p{color:#d1d5dc;margin:32px 0 0;font-size:20px;line-height:28px}.AsCompanies-final-cta__actions{gap:16px;margin-top:32px;display:flex}.AsCompanies-final-cta__start,.AsCompanies-final-cta__demo{border-radius:999px;justify-content:center;align-items:center;height:72px;padding:0 42px;font-size:18px;font-weight:700;line-height:28px;text-decoration:none;display:inline-flex}.AsCompanies-final-cta__start{color:#000e38;background:#4df5b7;border:0}.AsCompanies-final-cta__demo{color:#fff;border:2px solid #fff3}@media (width<=1200px){.AsCompanies-hero{grid-template-columns:1fr;gap:40px;padding-top:52px}.AsCompanies-hero__visual img{max-width:100%;height:auto}.AsCompanies-hero__floating-card{bottom:-24px;left:16px}.AsCompanies-results__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.AsCompanies-insights,.AsCompanies-testimonials__grid{grid-template-columns:1fr}.AsCompanies-final-cta__inner h2{font-size:54px;line-height:62px}}@media (width<=800px){.AsCompanies-hero,.AsCompanies-logos,.AsCompanies-results,.AsCompanies-insights,.AsCompanies-testimonials{padding-left:20px;padding-right:20px}.AsCompanies-hero h1,.AsCompanies-results h2,.AsCompanies-insights__content h2,.AsCompanies-testimonials h2{font-size:40px;line-height:48px}.AsCompanies-hero__actions,.AsCompanies-final-cta__actions{flex-direction:column;align-items:stretch}.AsCompanies-btn,.AsCompanies-final-cta__start,.AsCompanies-final-cta__demo{width:100%}.AsCompanies-logos__row{grid-template-columns:repeat(2,minmax(0,1fr))}.AsCompanies-results__grid{grid-template-columns:1fr}.AsCompanies-final-cta__inner{border-radius:32px;min-height:auto;padding:56px 20px}.AsCompanies-final-cta__inner h2{font-size:38px;line-height:46px}}.as-expert{background:#fff;width:100%}.as-expert-hero{grid-template-columns:minmax(0,1fr) minmax(0,608px);align-items:center;gap:64px;width:100%;min-height:932px;padding:128px 35.5px 96px;display:grid;position:relative;overflow:hidden}.as-expert-hero:before{content:"";pointer-events:none;background:linear-gradient(145deg,#f5f8fa1f 0%,#ffffff1f 50%,#c54df502 100%);position:absolute;inset:0}.as-expert-hero__left,.as-expert-hero__visual{z-index:1;position:relative}.as-expert-hero__badge{color:#5240d4;background:#022c640a;border-radius:999px;align-items:center;height:48px;margin:0;padding:0 24px;font-size:16px;font-weight:600;display:inline-flex}.as-expert-hero h1{color:#5240d4;flex-direction:column;margin:32px 0 0;font-size:72px;line-height:90px;display:flex}.as-expert-hero p{color:#4a5565;max-width:578px;margin:24px 0 0;font-size:20px;line-height:32px}.as-expert-hero__actions{gap:16px;margin-top:32px;display:flex}.as-expert-btn{border-radius:999px;justify-content:center;align-items:center;height:68px;padding:0 40px;font-size:18px;font-weight:700;text-decoration:none;display:inline-flex}.as-expert-btn--primary{color:#fff;background:#5240d4;border:0}.as-expert-btn--secondary{color:#5240d4;border:2px solid #5240d4}.as-expert-hero__visual{position:relative}.as-expert-hero__visual img{object-fit:cover;border-radius:48px;width:100%;height:600px;box-shadow:0 25px 50px -12px #00000040}.as-expert-hero__income{background:#fff;border-radius:16px;width:280px;padding:24px;position:absolute;bottom:-24px;left:-24px;box-shadow:0 25px 50px #00000040}.as-expert-hero__income strong{color:#022364;font-size:24px}.as-expert-hero__income p{margin:8px 0 0;font-size:14px;line-height:20px}.as-expert-stats,.as-expert-tools,.as-expert-specialties,.as-expert-testimonials{padding:96px 35.5px}.as-expert-stats header,.as-expert-tools header,.as-expert-specialties header{text-align:center}.as-expert-stats h2,.as-expert-tools h2,.as-expert-specialties h2,.as-expert-testimonials h2{color:#022364;margin:0;font-size:60px;line-height:60px}.as-expert-stats header p,.as-expert-tools header p,.as-expert-specialties header p{color:#4a5565;margin:24px 0 0;font-size:20px;line-height:28px}.as-expert-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;margin-top:64px;display:grid}.as-expert-stat-card{text-align:center;background:#fff;border:1px solid #f3f4f6;border-radius:24px;padding:33px}.as-expert-stat-card h3{color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:60px;font-weight:900;line-height:60px}.as-expert-stat-card h4{color:#022364;margin:12px 0 0;font-size:20px;line-height:28px}.as-expert-stat-card p{color:#4a5565;margin:12px 0 0;font-size:16px;line-height:24px}.as-expert-tools{background:linear-gradient(#f8fafc 0%,#fff 100%)}.as-expert-tools__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:64px;display:grid}.as-expert-tool-card{background:#fff;border:1px solid #f3f4f6;border-radius:24px;padding:32px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.as-expert-tool-card__icon{color:#fff;border-radius:16px;place-items:center;width:56px;height:56px;font-size:20px;font-weight:700;display:grid}.as-expert-tool-card__badge{color:#fff;border-radius:999px;align-items:center;height:24px;margin-top:18px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.as-expert-tool-card h3{color:#022364;margin:16px 0 0;font-size:24px;line-height:32px}.as-expert-tool-card p{color:#4a5565;margin:12px 0 0;font-size:16px;line-height:26px}.as-expert-tool-card--mint .as-expert-tool-card__icon,.as-expert-tool-card--mint .as-expert-tool-card__badge{background:linear-gradient(#4df5b7 0%,#00d896 100%)}.as-expert-tool-card--violet .as-expert-tool-card__icon,.as-expert-tool-card--violet .as-expert-tool-card__badge{background:linear-gradient(#6c5ce7 0%,#5240d4 100%)}.as-expert-tool-card--sky .as-expert-tool-card__icon,.as-expert-tool-card--sky .as-expert-tool-card__badge{background:linear-gradient(#0ea5e9 0%,#0284c7 100%)}.as-expert-tool-card--amber .as-expert-tool-card__icon,.as-expert-tool-card--amber .as-expert-tool-card__badge{background:linear-gradient(#ffd93d 0%,#ffc700 100%)}.as-expert-tool-card--pink .as-expert-tool-card__icon,.as-expert-tool-card--pink .as-expert-tool-card__badge{background:linear-gradient(#ff6b9d 0%,#ff4d79 100%)}.as-expert-tool-card--orange .as-expert-tool-card__icon,.as-expert-tool-card--orange .as-expert-tool-card__badge{background:linear-gradient(#f97316 0%,#ea580c 100%)}.as-expert-specialties__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:64px;display:grid}.as-expert-specialty-card{border-radius:24px;height:256px;position:relative;overflow:hidden;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.as-expert-specialty-card img{object-fit:cover;width:100%;height:100%}.as-expert-specialty-card__overlay{background:linear-gradient(#0000 0%,#000c 100%);position:absolute;inset:0}.as-expert-specialty-card__content{position:absolute;bottom:24px;left:24px;right:24px}.as-expert-specialty-card__content h3{color:#fff;margin:0;font-size:24px;line-height:32px}.as-expert-specialty-card__content p{color:#4df5b7;margin:8px 0 0;font-size:14px;font-weight:600}.as-expert-testimonials{background:linear-gradient(#f8fafc 0%,#fff 100%)}.as-expert-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:64px;display:grid}.as-expert-testimonial-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.as-expert-testimonial-card__head{align-items:center;gap:16px;display:flex}.as-expert-testimonial-card__head img{object-fit:cover;border-radius:50%;width:64px;height:64px;box-shadow:0 0 0 4px #4df5b733}.as-expert-testimonial-card__head h3{color:#022364;margin:0;font-size:16px;line-height:24px}.as-expert-testimonial-card__head p{color:#4a5565;margin:0;font-size:14px;line-height:20px}.as-expert-testimonial-card__head small{color:#6a7282;font-size:12px;line-height:16px}.as-expert-testimonial-card__stars{color:#f3c623;letter-spacing:2px;margin-top:24px}.as-expert-testimonial-card blockquote{color:#364153;margin:16px 0 0;font-size:16px;font-style:italic;line-height:26px}.as-expert-cta{padding:84px 24px}.as-expert-cta__inner{text-align:center;background:linear-gradient(#022364 0%,#0a3985 100%);border-radius:60px;flex-direction:column;justify-content:center;align-items:center;min-height:544px;padding:64px 24px;display:flex}.as-expert-cta__inner h2{color:#fff;max-width:696px;margin:0;font-size:60px;line-height:60px}.as-expert-cta__inner p{color:#ffffffe6;margin:24px 0 0;font-size:20px;line-height:28px}.as-expert-cta__inner button{color:#022364;background:#fff;border:0;border-radius:999px;height:76px;margin-top:32px;padding:0 40px;font-size:18px;font-weight:700}.as-expert-cta__inner small{color:#fffc;margin-top:24px;font-size:16px;line-height:24px}@media (width<=1200px){.as-expert-hero{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.as-expert-hero__visual img{height:auto}.as-expert-stats,.as-expert-tools,.as-expert-specialties,.as-expert-testimonials{padding-left:20px;padding-right:20px}.as-expert-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.as-expert-tools__grid,.as-expert-testimonials__grid{grid-template-columns:1fr}.as-expert-specialties__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.as-expert-hero h1,.as-expert-stats h2,.as-expert-tools h2,.as-expert-specialties h2,.as-expert-testimonials h2,.as-expert-cta__inner h2{font-size:40px;line-height:48px}.as-expert-hero__actions{flex-direction:column}.as-expert-btn{width:100%}.as-expert-stats__grid,.as-expert-specialties__grid{grid-template-columns:1fr}.as-expert-cta__inner{border-radius:28px;min-height:auto}}.as-employee{background:#fff;width:100%}.as-employee-hero{grid-template-columns:minmax(0,1fr) minmax(0,608px);align-items:center;gap:64px;width:100%;min-height:790px;padding:120px 35.5px 56px;display:grid;position:relative}.as-employee-hero__left{max-width:608px}.as-employee-hero__badge{color:#033496;background:#4df5b71f;border:1px solid #4df5b733;border-radius:999px;align-items:center;height:38px;margin:0;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.as-employee-hero h1{color:#022364;flex-direction:column;margin:20px 0 0;font-size:72px;line-height:90px;display:flex}.as-employee-hero p{color:#4a5565;margin:20px 0 0;font-size:20px;line-height:32px}.as-employee-hero__actions{gap:16px;margin-top:32px;display:flex}.as-employee-btn{border-radius:999px;justify-content:center;align-items:center;height:68px;padding:0 40px;font-size:18px;font-weight:700;text-decoration:none;display:inline-flex}.as-employee-btn--primary{color:#fff;background:#033496;border:0}.as-employee-btn--secondary{color:#033496;border:2px solid #033496}.as-employee-hero__visual{position:relative}.as-employee-hero__visual img{object-fit:cover;border-radius:24px;width:100%;height:560px;box-shadow:0 25px 50px -12px #00000040}.as-employee-hero__metric{background:#fff;border-radius:16px;width:232px;padding:16px;position:absolute;bottom:-16px;left:-16px;box-shadow:0 18px 35px #0000002e}.as-employee-hero__metric strong{color:#022364;font-size:24px}.as-employee-hero__metric p{margin:8px 0 0;font-size:12px;line-height:16px}.as-employee-top-stats{text-align:center;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:20px 35.5px;display:grid}.as-employee-top-stats strong{color:#fff;font-size:32px;line-height:36px}.as-employee-top-stats p{color:#ffffffeb;margin:4px 0 0;font-size:14px}.as-employee-benefits,.as-employee-steps,.as-employee-testimonials{padding:88px 35.5px}.as-employee-benefits header,.as-employee-steps header{text-align:center}.as-employee-benefits h2,.as-employee-steps h2,.as-employee-testimonials h2,.as-employee-cta h2{color:#022364;margin:0;font-size:60px;line-height:60px}.as-employee-benefits header p,.as-employee-steps header p{color:#4a5565;margin:24px 0 0;font-size:20px;line-height:28px}.as-employee-benefits__grid,.as-employee-steps__grid,.as-employee-testimonials__grid{gap:32px;margin-top:64px;display:grid}.as-employee-benefits__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.as-employee-benefit-card{background:#fff;border:1px solid #f3f4f6;border-radius:24px;min-height:242px;padding:32px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.as-employee-benefit-card__icon{color:#fff;letter-spacing:.5px;border-radius:16px;place-items:center;width:56px;height:56px;font-size:12px;font-weight:700;display:grid}.as-employee-benefit-card__icon--pink{background:linear-gradient(#ff6b9d 0%,#ff4d79 100%)}.as-employee-benefit-card__icon--yellow{color:#022364;background:linear-gradient(#ffd93d 0%,#ffc700 100%)}.as-employee-benefit-card__icon--purple{background:linear-gradient(#6c5ce7 0%,#5240d4 100%)}.as-employee-benefit-card__icon--mint{color:#022364;background:linear-gradient(#4df5b7 0%,#00d896 100%)}.as-employee-benefit-card__icon--orange{background:linear-gradient(#f97316 0%,#ea580c 100%)}.as-employee-benefit-card__icon--blue{background:linear-gradient(#0ea5e9 0%,#0284c7 100%)}.as-employee-benefit-card h3{color:#022364;margin:24px 0 0;font-size:24px;line-height:32px}.as-employee-benefit-card p{color:#4a5565;margin:12px 0 0;font-size:16px;line-height:26px}.as-employee-steps{background:linear-gradient(#f9fffd 0%,#fff 100%)}.as-employee-steps__grid{grid-template-columns:repeat(4,minmax(0,1fr));position:relative}.as-employee-steps__grid:before{content:"";background:linear-gradient(#4df5b7 0%,#00d896 100%);height:4px;position:absolute;top:82px;left:0;right:0}.as-employee-step-card{background:#fff;border-radius:24px;min-height:270px;padding:32px;position:relative;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.as-employee-step-card__icon{color:#022364;background:linear-gradient(#4df5b7 0%,#00d896 100%);border-radius:16px;place-items:center;width:64px;height:64px;font-size:14px;font-weight:700;display:grid}.as-employee-step-card__index{color:#02236429;font-size:48px;font-weight:900;line-height:48px;position:absolute;top:22px;right:18px}.as-employee-step-card h3{color:#022364;margin:24px 0 0;font-size:20px;line-height:28px}.as-employee-step-card p{color:#4a5565;margin:12px 0 0;font-size:16px;line-height:26px}.as-employee-testimonials{background:#fff}.as-employee-testimonials h2{text-align:center}.as-employee-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.as-employee-testimonial-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.as-employee-testimonial-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.as-employee-testimonial-card__profile{align-items:center;gap:16px;display:flex}.as-employee-testimonial-card__profile img{object-fit:cover;border-radius:50%;width:64px;height:64px;box-shadow:0 0 0 4px #4df5b733}.as-employee-testimonial-card__head h3{color:#022364;margin:0;font-size:16px;line-height:24px}.as-employee-testimonial-card__head p{color:#4a5565;margin:0;font-size:14px}.as-employee-testimonial-card__head small{color:#6a7282;font-size:12px}.as-employee-testimonial-card__quote{color:#4df5b7e6;font-size:38px;font-weight:900;line-height:36px}.as-employee-testimonial-card__stars{color:#f3c623;letter-spacing:1px;margin-top:24px;font-size:14px}.as-employee-testimonial-card blockquote{color:#364153;margin:16px 0 0;font-size:16px;font-style:italic;line-height:26px}.as-employee-cta{padding:84px 24px}.as-employee-cta__inner{text-align:center;background:linear-gradient(#022364 0%,#0a3985 100%);border-radius:60px;flex-direction:column;justify-content:center;align-items:center;min-height:544px;padding:48px 24px;display:flex;position:relative;overflow:hidden}.as-employee-cta__inner:before{content:"";opacity:.1;filter:blur(150px);pointer-events:none;background:#4df5b7;width:500px;height:500px;position:absolute;top:140px;left:-120px}.as-employee-cta h2{color:#fff;z-index:1;max-width:683px;font-size:60px;line-height:60px;position:relative}.as-employee-cta p{color:#ffffffe6;z-index:1;margin:24px 0 0;font-size:20px;line-height:28px;position:relative}.as-employee-cta button{color:#022364;z-index:1;background:#fff;border:0;border-radius:999px;min-width:319px;height:76px;margin-top:32px;padding:0 40px;font-size:18px;font-weight:700;line-height:28px;position:relative}.as-employee-cta small{color:#fffc;z-index:1;margin-top:24px;font-size:16px;line-height:24px;position:relative}@media (width<=1200px){.as-employee-hero{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.as-employee-hero__visual img{height:auto}.as-employee-top-stats,.as-employee-benefits,.as-employee-steps,.as-employee-testimonials{padding-left:20px;padding-right:20px}.as-employee-top-stats,.as-employee-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.as-employee-steps__grid,.as-employee-testimonials__grid{grid-template-columns:1fr}}@media (width<=760px){.as-employee-hero h1,.as-employee-benefits h2,.as-employee-steps h2,.as-employee-testimonials h2,.as-employee-cta h2{font-size:40px;line-height:48px}.as-employee-hero__actions{flex-direction:column}.as-employee-btn{width:100%}.as-employee-top-stats,.as-employee-benefits__grid{grid-template-columns:1fr}.as-employee-steps__grid:before{display:none}.as-employee-cta__inner{border-radius:28px;min-height:420px}.as-employee-cta h2{font-size:40px;line-height:48px}.as-employee-cta p,.as-employee-cta small{font-size:14px;line-height:22px}.as-employee-cta button{width:100%;min-width:0;height:64px;font-size:16px}}.about-page{background:#fff;width:100%}.about-hero{text-align:center;background:linear-gradient(#f9fafb 0%,#fff 100%);flex-direction:column;justify-content:center;align-items:center;min-height:608px;padding:128px 20px 96px;display:flex}.about-hero__badge{color:#364153;background:#f3f4f6;border-radius:999px;align-items:center;height:32px;margin:0;padding:0 16px;font-size:12px;font-weight:700;display:inline-flex}.about-hero h1{color:#022364;flex-direction:column;margin:24px 0 0;font-size:72px;line-height:90px;display:flex}.about-hero__accent{background:linear-gradient(#4df5b7 0%,#2bd99d 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.about-hero p{color:#4a5565;margin:24px 0 0;font-size:20px;line-height:32px}.about-story{grid-template-columns:minmax(0,568px) minmax(0,568px);justify-content:space-between;align-items:center;gap:32px;padding:80px 76px;display:grid}.about-story__content h2{color:#022364;margin:0;font-size:36px;line-height:40px}.about-story__content p{color:#4a5565;margin:24px 0 0;font-size:18px;line-height:29px}.about-story__image img{object-fit:cover;border-radius:40px;width:100%;height:600px}.about-values,.about-leadership{width:min(1200px,100%);margin:0 auto;padding:0 20px 80px}.about-values header,.about-leadership header{text-align:center}.about-values h2,.about-leadership h2,.about-cta h2{color:#022364;margin:0;font-size:36px;line-height:40px}.about-values header p,.about-leadership header p{color:#4a5565;margin:16px 0 0;font-size:20px;line-height:28px}.about-values__grid,.about-leadership__grid,.about-stats{gap:32px;margin-top:64px;display:grid}.about-values__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-value-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px}.about-value-card__icon{color:#fff;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);border-radius:16px;place-items:center;width:56px;height:56px;font-size:20px;font-weight:700;display:grid}.about-value-card h3{color:#022364;margin:24px 0 0;font-size:20px;line-height:28px}.about-value-card p{color:#4a5565;margin:12px 0 0;font-size:16px;line-height:24px}.about-leadership__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-leader-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.about-leader-card img{object-fit:cover;width:100%;height:274px}.about-leader-card div{padding:24px}.about-leader-card h3{color:#022364;margin:0;font-size:20px;line-height:28px}.about-leader-card__role{color:#4df5b7;margin:4px 0 0;font-size:14px;font-weight:600;line-height:20px}.about-leader-card__desc{color:#4a5565;margin:4px 0 0;font-size:14px;line-height:20px}.about-stats{text-align:center;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;padding:24px 75.5px}.about-stats strong{background:linear-gradient(#4df5b7 0%,#2bd99d 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:48px;line-height:48px}.about-stats p{color:#4a5565;margin:8px 0 0;font-size:16px}.about-cta{background:linear-gradient(#fff 0%,#f9fafb 100%);padding:48px 20px}.about-cta__inner{text-align:center;width:min(896px,100%);margin:0 auto}.about-cta p{color:#4a5565;margin:24px 0 0;font-size:20px;line-height:28px}.about-cta__actions{justify-content:center;gap:16px;margin-top:24px;display:flex}.about-cta__actions button,.about-cta__actions a{border-radius:999px;justify-content:center;align-items:center;height:64px;padding:0 32px;font-size:18px;font-weight:700;text-decoration:none;display:inline-flex}.about-cta__actions button{color:#022364;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);border:0}.about-cta__actions a{color:#364153;border:2px solid #d1d5dc}@media (width<=1200px){.about-story{grid-template-columns:1fr;padding:64px 20px}.about-values__grid,.about-leadership__grid,.about-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.about-hero h1{font-size:44px;line-height:52px}.about-hero p,.about-values header p,.about-leadership header p,.about-cta p{font-size:16px;line-height:24px}.about-values__grid,.about-leadership__grid,.about-stats{grid-template-columns:1fr}.about-story__image img{height:360px}.about-cta__actions{flex-direction:column}}.pricing-page{background:#fff;width:100%}.pricing-hero{text-align:center;background:linear-gradient(#f9fafb 0%,#fff 85%);flex-direction:column;justify-content:center;align-items:center;min-height:484px;padding:128px 20px 64px;display:flex}.pricing-hero h1{color:#022364;align-items:baseline;gap:18px;margin:0;font-size:72px;line-height:90px;display:flex}.pricing-hero__accent{background:linear-gradient(#4df5b7 0%,#2bd99d 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.pricing-hero p{color:#4a5565;margin:24px 0 0;font-size:20px;line-height:28px}.pricing-toggle{background:#fff;border:1px solid #e5e7eb;border-radius:999px;gap:8px;margin-top:48px;padding:8px;display:inline-flex;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.pricing-toggle button{color:#4a5565;background:0 0;border:0;border-radius:999px;min-width:104px;height:40px;padding:0 16px;font-size:16px;font-weight:600;position:relative}.pricing-toggle .is-active{color:#fff;background:#022364}.pricing-toggle .is-active span{color:#022364;background:#4df5b7;border-radius:999px;height:24px;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;top:-12px;right:-8px}.pricing-grid-section{width:min(1280px,100%);margin:0 auto;padding:32px 20px 96px}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:24px;flex-direction:column;min-height:984px;padding:34px;display:flex;position:relative}.pricing-card.is-featured{border-color:#4df5b7;box-shadow:0 20px 25px #0000001a,0 8px 10px #0000001a}.pricing-card:hover{border-color:#4df5b7;transition:all .3s;transform:translateY(-4px);box-shadow:0 20px 25px #0000001a,0 8px 10px #0000001a}.pricing-card:hover .pricing-card__cta{color:#022364;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);transition:all .3s}.pricing-card__badge{color:#022364;background:linear-gradient(#4df5b7 0%,#2bd99d 100%);border-radius:999px;height:38px;margin:0;padding:8px 24px;font-size:14px;font-weight:700;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.pricing-card__top h2{color:#022364;margin:0;font-size:24px;line-height:32px}.pricing-card__employees{color:#4a5565;margin:8px 0 0;font-size:16px}.pricing-card__icon{border-radius:12px;place-items:center;width:48px;height:48px;margin-bottom:24px;display:grid}.pricing-card--blue .pricing-card__icon{color:#fff;background:#022364}.pricing-card--mint .pricing-card__icon{color:#022364;background:#4df5b7}.pricing-card--navy .pricing-card__icon{color:#fff;background:#022364}.pricing-card--purple .pricing-card__icon{color:#fff;background:#6c5ce7}.pricing-card__price-row{align-items:flex-end;gap:8px;margin:24px 0 0;display:flex}.pricing-card__price-row strong{color:#022364;font-size:48px;line-height:48px}.pricing-card__price-row span,.pricing-card__meta{color:#6a7282;font-size:14px;line-height:20px}.pricing-card__meta{margin:8px 0 0}.pricing-card__custom{color:#022364;margin:24px 0 0;font-size:30px;font-weight:700;line-height:36px}.pricing-card__cta{color:#022364;cursor:pointer;background:#f3f4f6;border:0;border-radius:20px;width:100%;height:56px;margin-top:24px;font-size:16px;font-weight:700;transition:all .3s}.pricing-card.is-featured .pricing-card__cta{background:linear-gradient(#4df5b7 0%,#2bd99d 100%)}.pricing-card__features{margin-top:24px}.pricing-card__features>p{color:#101828;margin:0;font-size:16px;font-weight:600}.pricing-card__features ul{flex-direction:column;gap:12px;margin:16px 0 0;padding:0;list-style:none;display:flex}.pricing-card__features li{color:#364153;align-items:center;gap:12px;font-size:14px;line-height:20px;display:flex}.pricing-card__features li.is-disabled{color:#6a7282;opacity:.45}.pricing-trust{text-align:center;margin-top:32px}.pricing-trust p{color:#4a5565;margin:0;font-size:16px}.pricing-trust div{flex-wrap:wrap;justify-content:center;gap:26px;margin-top:16px;display:flex}.pricing-trust span{color:#99a1af;font-size:24px;font-weight:700}.pricing-experts{background:#f9fafb;padding:96px 20px}.pricing-experts__card{background:linear-gradient(#022364 0%,#033585 100%);border-radius:24px;width:min(896px,100%);margin:0 auto;padding:48px;position:relative;overflow:hidden}.pricing-experts__icon{margin-bottom:24px}.pricing-experts__eyebrow{color:#fff;margin:0;font-size:36px;font-weight:700;line-height:40px}.pricing-experts__sub{color:#fffc;margin:16px 0 0;font-size:18px;line-height:28px}.pricing-experts__content{grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;display:grid}.pricing-experts__left strong{color:#4df5b7;font-size:60px;line-height:60px}.pricing-experts__title{color:#fff;margin:8px 0 0;font-size:20px;font-weight:600}.pricing-experts__desc{color:#ffffffb3;margin:8px 0 0;font-size:16px}.pricing-experts__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.pricing-experts__list li{color:#ffffffe6;align-items:center;gap:12px;font-size:16px;line-height:24px;display:flex}.pricing-experts__cta{color:#022364;background:#4df5b7;border-radius:20px;justify-content:center;align-items:center;width:max-content;min-width:238px;height:56px;margin-top:32px;padding:0 24px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=1220px){.pricing-hero h1{font-size:56px;line-height:64px}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.pricing-hero h1{flex-direction:column;gap:0;font-size:42px;line-height:48px}.pricing-hero p{font-size:16px;line-height:24px}.pricing-grid{grid-template-columns:1fr}.pricing-card{min-height:0}.pricing-experts__card{padding:32px 20px}.pricing-experts__eyebrow{font-size:28px;line-height:34px}.pricing-experts__content{grid-template-columns:1fr}}.get-started-page{background:linear-gradient(#f8fafc 0%,#fff 52%,#eef2ff 100%);width:100%;padding:56px 35.5px 88px}.get-started-page__hero{text-align:center;max-width:1200px;margin:0 auto}.get-started-page__hero h1{color:#022364;letter-spacing:-.02em;flex-direction:column;gap:4px;margin:0;font-size:72px;font-weight:700;line-height:90px;display:flex}.get-started-page__hero p{color:#4a5565;max-width:680px;margin:20px auto 0;font-size:20px;font-weight:400;line-height:32px}.get-started-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1210px;margin:62px auto 0;display:grid}.journey-card{background:#fff;border:2px solid #0000;border-radius:24px;flex-direction:column;min-height:496px;padding:34px;display:flex;box-shadow:0 10px 15px #0000001a,0 4px 6px #00000014}.journey-card__icon{border-radius:16px;place-items:center;width:80px;height:80px;margin:0 auto;display:grid;box-shadow:0 20px 25px #0000001a,0 8px 10px #00000014}.journey-card__icon svg{fill:#fff;width:40px;height:40px}.journey-card--employee .journey-card__icon{background:linear-gradient(#4df5b7 0%,#00d896 100%)}.journey-card--company .journey-card__icon{background:linear-gradient(#022364 0%,#0a3985 100%)}.journey-card--expert .journey-card__icon{background:linear-gradient(#6c5ce7 0%,#5240d4 100%)}.journey-card h2{color:#022364;text-align:center;margin:24px 0 0;font-size:24px;font-weight:700;line-height:32px}.journey-card__description{color:#4a5565;text-align:center;min-height:52px;margin:12px 0 0;font-size:16px;line-height:26px}.journey-card__points{flex-direction:column;gap:12px;margin:24px 0 0;padding:0;list-style:none;display:flex}.journey-card__points li{color:#364153;align-items:center;gap:12px;font-size:14px;line-height:20px;display:flex}.journey-card__check{background:#4df5b733;border-radius:999px;flex:none;place-items:center;width:20px;height:20px;display:grid}.journey-card__check svg{fill:#18bb8a;width:12px;height:12px}.journey-card__cta{color:#fff;border-radius:20px;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;margin-top:auto;font-size:16px;font-weight:700;line-height:24px;text-decoration:none;display:inline-flex}.journey-card--employee .journey-card__cta{background:linear-gradient(#4df5b7 0%,#00d896 100%)}.journey-card--company .journey-card__cta{background:linear-gradient(#022364 0%,#0a3985 100%)}.journey-card--expert .journey-card__cta{background:linear-gradient(#6c5ce7 0%,#5240d4 100%)}.get-started-page__signin{text-align:center;color:#4a5565;margin:52px auto 0;font-size:18px;line-height:28px}.get-started-page__signin a{color:#022364;text-decoration:none}@media (width<=1200px){.get-started-page__hero h1{font-size:56px;line-height:68px}.get-started-page__hero p{max-width:680px;margin-top:12px;font-size:20px;line-height:32px}.get-started-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.get-started-page{padding:36px 20px 64px}.get-started-page__hero h1{font-size:44px;line-height:54px}.get-started-page__hero p{font-size:18px;line-height:28px}.get-started-page__grid{grid-template-columns:1fr;gap:20px;margin-top:40px}.journey-card{min-height:auto;padding:24px}.journey-card h2{font-size:22px}}.under-dev-page{width:100%;min-height:100vh;padding:var(--space-6);background:radial-gradient(circle at 15% 10%, #4df5b714, transparent 45%), radial-gradient(circle at 85% 15%, #0223640f, transparent 50%), var(--gray-50);z-index:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.under-dev-page--404{min-height:80vh}.under-dev-glow{border-radius:var(--radius-full);filter:blur(120px);z-index:-1;pointer-events:none;opacity:.75;position:absolute}.under-dev-glow--1{background:var(--brand-mint);width:min(400px,80vw);height:min(400px,80vw);animation:15s ease-in-out infinite alternate float-slow;top:10%;left:-5%}.under-dev-glow--2{background:var(--navy-light);width:min(500px,90vw);height:min(500px,90vw);animation:20s ease-in-out infinite alternate-reverse float-slow;bottom:5%;right:-5%}@keyframes float-slow{0%{transform:translateY(0)scale(1)}to{transform:translateY(-40px)scale(1.1)}}.under-dev__mock-container{z-index:2;pointer-events:none;filter:blur(6px)grayscale(20%);opacity:.22;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.under-dev__mock-form{border-radius:var(--radius-xl);border:1px solid var(--gray-200);width:min(440px,90vw);padding:var(--space-8);gap:var(--space-4);box-shadow:var(--shadow-xl);background:#fff;flex-direction:column;display:flex}.under-dev__mock-logo{background:var(--gray-200);border-radius:var(--radius-sm);width:120px;height:32px;margin-bottom:var(--space-4)}.under-dev__mock-field{background:var(--gray-200);border-radius:4px;height:12px}.under-dev__mock-input{border:2px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;height:48px}.under-dev__mock-row{margin-top:var(--space-2);justify-content:space-between;align-items:center;display:flex}.under-dev__mock-checkbox{background:var(--gray-200);border-radius:4px;width:100px;height:12px}.under-dev__mock-link{background:var(--gray-200);border-radius:4px;width:80px;height:12px}.under-dev__mock-button{background:var(--gray-200);border-radius:var(--radius-md);height:44px;margin-top:var(--space-4)}.under-dev-card-wrapper{z-index:3;width:100%;max-width:480px;animation:.6s cubic-bezier(.16,1,.3,1) forwards fade-in-up;position:relative}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.under-dev-card{-webkit-backdrop-filter:blur(18px);text-align:center;flex-direction:column;align-items:center;transition:transform .3s;display:flex;box-shadow:var(--shadow-2xl)!important;padding:var(--space-8)!important;background:#ffffffd1!important;border:1px solid #02236414!important}.under-dev-card:hover{transform:translateY(-2px)}.under-dev-card__header{margin-bottom:var(--space-4)}.under-dev-card__icon-wrapper{margin-bottom:var(--space-5);justify-content:center;align-items:center;display:flex}.under-dev-card__gears{width:80px;height:80px;position:relative}.under-dev-card__icon{stroke-linecap:round;stroke-linejoin:round}.under-dev-card__icon--gear-primary{width:52px;height:52px;stroke:var(--brand-navy);animation:14s linear infinite spin-clockwise;position:absolute;top:8px;left:8px}.under-dev-card__icon--gear-secondary{width:36px;height:36px;stroke:var(--mint-teal);animation:10s linear infinite spin-counter-clockwise;position:absolute;bottom:6px;right:6px}.under-dev-card__icon--404{width:72px;height:72px;stroke:var(--brand-navy);animation:2.5s ease-in-out infinite pulse-404}@keyframes spin-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-counter-clockwise{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes pulse-404{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.08)rotate(3deg)}}.under-dev-card__title{color:var(--brand-navy);margin-bottom:var(--space-3);letter-spacing:-.02em;font-weight:700}.under-dev-card__subtitle{color:var(--text-muted);margin-bottom:var(--space-6);max-width:360px;font-size:.95rem;line-height:1.55}.under-dev-card__progress-section{width:100%;margin-bottom:var(--space-8);text-align:left}.under-dev-card__progress-label{color:var(--text-secondary);margin-bottom:var(--space-2);justify-content:space-between;font-size:.85rem;font-weight:600;display:flex}.under-dev-card__progress-percentage{color:var(--mint-teal)}.under-dev-card__actions{gap:var(--space-4);width:100%;display:flex}.under-dev-card__actions .btn{gap:var(--space-2);flex:1;font-size:.925rem}.btn-icon{width:18px;height:18px}@media (width<=480px){.under-dev-card__actions{gap:var(--space-3);flex-direction:column}.under-dev-card__actions .btn{width:100%}}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1}
