@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Sora:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700;900&display=swap";:root{--color-primary: #FF6D00;--color-primary-hover: #FFA000;--color-secondary: #1E2A78;--color-success: #00C853;--color-warning: #FF9800;--color-bg-base: #FAFAFC;--color-bg-container: #FFFFFF;--color-text-primary: #0A1128;--color-text-secondary: rgba(10, 17, 40, .65);--color-text-muted: rgba(10, 17, 40, .45);--color-border: #EAECEF;--color-border-secondary: #F1F3F5;--shadow-primary: 0 4px 32px rgba(10, 17, 40, .05);--shadow-secondary: 0 2px 16px rgba(10, 17, 40, .03);--font-headings: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-default: 8px;--radius-large: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@media (min-width: 992px){html,body{scroll-behavior:smooth}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0a1128;background:#fafafc;-webkit-font-smoothing:antialiased;letter-spacing:-.02em}h1,h2,h3,h4,h5,h6,.page-header h1,.gradient-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;letter-spacing:-.03em}#root{min-height:100vh;display:flex;flex-direction:column}@keyframes fadeInUp{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(36px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes glowPulse{0%{transform:scale(1);opacity:.1}to{transform:scale(1.1);opacity:.18}}@keyframes ecosystemCorePulse{0%,to{box-shadow:0 0 #ff6d0038,0 0 48px #ff6d002e,0 0 80px #1e2a7824}50%{box-shadow:0 0 0 14px #ff6d000f,0 0 64px #ff6d0042,0 0 96px #1e2a782e}}@keyframes ecosystemDashFlow{to{stroke-dashoffset:-24}}.ecosystem-core-pulse{animation:ecosystemCorePulse 3.2s ease-in-out infinite}.ecosystem-connector-line{stroke-dasharray:6 8;animation:ecosystemDashFlow 1.4s linear infinite}@keyframes securityShieldGlow{0%,to{opacity:.55;transform:translate(-50%,-50%) scale(1)}50%{opacity:.85;transform:translate(-50%,-50%) scale(1.08)}}@keyframes securityShieldFloat{0%,to{transform:perspective(800px) rotateY(-8deg) rotateX(4deg) translateY(0)}50%{transform:perspective(800px) rotateY(-8deg) rotateX(4deg) translateY(-10px)}}.security-shield-glow{position:absolute;top:50%;left:50%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(108,59,255,.35) 0%,rgba(37,99,235,.15) 45%,transparent 70%);animation:securityShieldGlow 3.5s ease-in-out infinite;pointer-events:none;z-index:0}.security-shield-3d{position:relative;z-index:2;animation:securityShieldFloat 4.5s ease-in-out infinite;filter:drop-shadow(0 24px 48px rgba(67,56,202,.28))}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-8px) rotate(2deg)}66%{transform:translateY(-4px) rotate(-1deg)}}@keyframes orangeGlowPulse{0%,to{box-shadow:0 0 24px #ff6d001f,0 0 8px #ff6d000f}50%{box-shadow:0 0 48px #ff6d003d,0 0 16px #ff6d001f}}@keyframes purpleGlowPulse{0%,to{box-shadow:0 0 24px #8a2be21a}50%{box-shadow:0 0 48px #8a2be240}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes borderGlow{0%,to{border-color:#ff6d0026}50%{border-color:#ff6d0066}}@keyframes shimmerSlide{0%{transform:translate(-100%) skew(-12deg)}to{transform:translate(200%) skew(-12deg)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logoBgPulse{0%,to{opacity:.12;transform:scale(1)}50%{opacity:.22;transform:scale(1.08)}}@keyframes triangleFloat{0%,to{transform:translateY(0) scale(1);filter:drop-shadow(0 4px 12px rgba(255,109,0,.3))}50%{transform:translateY(-8px) scale(1.04);filter:drop-shadow(0 8px 24px rgba(255,109,0,.55))}}@keyframes purpleTriangleFloat{0%,to{transform:translateY(0) scale(1);filter:drop-shadow(0 4px 8px rgba(138,43,226,.25))}50%{transform:translateY(-6px) scale(1.06);filter:drop-shadow(0 8px 20px rgba(138,43,226,.45))}}@keyframes slideInNav{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes particleDrift{0%{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(20px,-30px) scale(1.2);opacity:.3}to{transform:translate(-10px,-60px) scale(.8);opacity:0}}.anim-fadeInUp{animation:fadeInUp .65s ease forwards;opacity:0}.anim-fadeInLeft{animation:fadeInLeft .65s ease forwards;opacity:0}.anim-fadeInRight{animation:fadeInRight .65s ease forwards;opacity:0}.anim-scaleIn{animation:scaleIn .5s ease forwards;opacity:0}.anim-float{animation:float 4s ease-in-out infinite}.anim-floatSlow{animation:floatSlow 6s ease-in-out infinite}.anim-orangeGlow{animation:orangeGlowPulse 2.5s ease-in-out infinite}.anim-purpleGlow{animation:purpleGlowPulse 2.5s ease-in-out infinite}.anim-rotateSlow{animation:rotateSlow 20s linear infinite}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.reveal{opacity:0;transform:translateY(32px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-32px);transition:opacity .65s ease,transform .65s ease}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(32px);transition:opacity .65s ease,transform .65s ease}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s ease}.reveal-scale.visible{opacity:1;transform:scale(1)}.reveal,.reveal-down,.reveal-left,.reveal-right,.reveal-scale{--gradient-pos: 100%;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)!important}.reveal.visible,.reveal-down.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{--gradient-pos: 0%}.home-section-title-highlight{background-size:200% auto!important;background-position:var(--gradient-pos) 0!important;transition:background-position 1.4s cubic-bezier(.16,1,.3,1)!important;display:inline-block}.scroll-text-glow{color:#64748b;transition:color .8s ease,text-shadow .8s ease}.visible .scroll-text-glow{color:#0f172a;text-shadow:0 0 1px rgba(108,59,255,.1)}@keyframes workflowProgress{0%{width:0%}to{width:100%}}.card-hover{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.card-hover:hover{transform:translateY(-6px);box-shadow:0 16px 48px #ff6d0014,0 4px 16px #0a11280a;border-color:#ff6d004d!important}.card-hover:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:translate(-100%) skew(-12deg);transition:none}.card-hover:hover:after{animation:shimmerSlide .6s ease forwards}.page-header{background:linear-gradient(135deg,#fafafc,#fff);padding:72px 24px 60px;text-align:center;position:relative;overflow:hidden;border-bottom:1px solid #EAECEF;scroll-snap-align:start}.page-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,109,0,.04) 1px,transparent 0);background-size:36px 36px}.page-header h1{font-size:2.6rem;font-weight:800;color:#0a1128;margin-bottom:14px;position:relative;animation:fadeInDown .7s ease forwards}.page-header p{font-size:1.1rem;color:#0a1128a6;max-width:600px;margin:0 auto;position:relative;animation:fadeInUp .7s .15s ease both}.section-dark{background:#fafafc}.section-navy{background:#fff}.section-light{background:#fafafc}.orange-text{color:#ff6d00}.purple-text{color:var(--color-secondary)}.muted-text{color:#0a1128a6}.gradient-text{background:linear-gradient(90deg,#ff6d00,#ffa000,#ff6d00);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s linear infinite}.gradient-text-purple{background:linear-gradient(90deg,#ff6d00,#1e2a78,#ff6d00);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s linear infinite}@keyframes floatOrb1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(45px,-65px) scale(1.1)}66%{transform:translate(-35px,35px) scale(.9)}}@keyframes floatOrb2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-55px,45px) scale(.9)}66%{transform:translate(45px,-45px) scale(1.12)}}.orb-orange,.orb-purple{display:none!important}.reveal-down{opacity:0;transform:translateY(-32px);transition:opacity .65s ease,transform .65s ease}.reveal-down.visible{opacity:1;transform:translateY(0)}.nav-link{position:relative;text-decoration:none;transition:color .25s ease,background-color .25s ease!important}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#ff6d00;transition:width .3s cubic-bezier(.16,1,.3,1),left .3s cubic-bezier(.16,1,.3,1)}.nav-link:hover:after{width:80%;left:10%}.nav-link.active-link:after{width:80%;left:10%}@keyframes staggerSlideIn{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}.drawer-stagger-item{opacity:0;animation:staggerSlideIn .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes rippleExpand{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.7);opacity:0}}.ripple-circle{position:absolute;border-radius:50%;border:2.5px dashed #34C759;animation:rippleExpand .9s cubic-bezier(.1,.8,.3,1) forwards;pointer-events:none}@keyframes numberPop{0%{transform:scale(1)}50%{transform:scale(1.05);border-color:#ff6d0073!important;background:#ff6d0005!important}to{transform:scale(1)}}.number-pulse{animation:numberPop .35s cubic-bezier(.175,.885,.32,1.1) forwards}@keyframes numberPopPurple{0%{transform:scale(1)}50%{transform:scale(1.05);border-color:#8a2be273!important;background:#8a2be205!important}to{transform:scale(1)}}.number-pulse-purple{animation:numberPopPurple .35s cubic-bezier(.175,.885,.32,1.1) forwards}@keyframes stampPop{0%{transform:scale(3.5) rotate(-24deg);opacity:0;filter:blur(5px)}60%{transform:scale(.85) rotate(-10deg);opacity:1;filter:none}80%{transform:scale(1.08) rotate(-13deg)}to{transform:scale(1) rotate(-12deg);opacity:1}}.stamp-animate{animation:stampPop .65s cubic-bezier(.175,.885,.32,1.2) forwards!important}@keyframes cursorBlink{50%{opacity:0}}.typing-cursor:after{content:"▌";display:inline-block;font-size:.82em;line-height:1;vertical-align:-.05em;animation:cursorBlink .75s step-end infinite;color:var(--color-primary);margin-left:2px}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-message-reveal{animation:chatSlideUp .45s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeSlideRow{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-row{animation:fadeSlideRow .35s cubic-bezier(.16,1,.3,1) both}.main-content{padding-top:72px}@media (max-width: 991px){.page-header h1{font-size:1.8rem}.page-header{padding:52px 16px 44px}.order-mobile-1{order:1!important}.order-mobile-2{order:2!important}.hero-buttons{flex-direction:column!important;gap:12px!important}.hero-buttons button{width:100%!important}section.responsive-padding{padding:38px 16px!important}.home-page section.responsive-padding{padding-top:38px!important;padding-bottom:38px!important}.sandbox-inner-padding{padding:16px!important}.sandbox-flex-mobile{flex-direction:column!important}}@keyframes morphBlob{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:translate(0) rotate(0) scale(1)}33%{border-radius:70% 30% 52% 48%/60% 40%;transform:translate(20px,-20px) rotate(45deg) scale(1.05)}66%{border-radius:50% 50% 30% 70%/50% 60% 40% 50%;transform:translate(-15px,15px) rotate(-45deg) scale(.95)}}.morphing-blob{animation:morphBlob 16s ease-in-out infinite alternate;transition:all .5s ease-in-out}.arrow-hover{display:inline-block;transition:transform .3s cubic-bezier(.16,1,.3,1)}a:hover .arrow-hover,button:hover .arrow-hover,.ant-btn-link:hover .arrow-hover{transform:translate(6px)}.partner-logo{transition:all .3s cubic-bezier(.16,1,.3,1)}.partner-logo:hover{color:var(--color-primary)!important;transform:translateY(-3px) scale(1.05)}.partner-logo:hover .partner-dot{background:var(--color-primary)!important;box-shadow:0 0 10px var(--color-primary),0 0 20px var(--color-primary)}.home-compliance{background:#fff;padding:clamp(38px,4.7vw,56px) clamp(16px,3vw,24px);position:relative;overflow:hidden;background-image:radial-gradient(rgba(15,23,42,.055) .6px,transparent .6px);background-size:18px 18px}.home-compliance__inner{max-width:1140px}.home-compliance__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:-8px;margin-bottom:32px}.home-compliance__tier{margin-bottom:28px}.home-compliance__tier--secondary{margin-bottom:0;padding-top:8px}.home-compliance__tier-label{margin:0 0 16px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.home-compliance__tier--primary .home-compliance__tier-label{color:#1e2a78}.home-compliance__tier--primary .ant-row{align-items:stretch}.home-compliance__tier--primary .ant-col{display:flex}.home-compliance__tier--primary .ant-col>*{display:flex;flex:1;width:100%;min-width:0}.home-compliance__tier--secondary .ant-row{align-items:stretch}.home-compliance__tier--secondary .ant-col{display:flex}.home-compliance__tier--secondary .ant-col>*{display:flex;flex:1;width:100%;min-width:0}.home-compliance-card{width:100%;height:100%;border-radius:18px;background:#fff;border:1px solid #e8ecf4;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .28s ease}.home-compliance-card--primary{display:flex;flex-direction:column;flex:1;padding:clamp(26px,3vw,32px);border-top:4px solid var(--compliance-accent, #ff6d00);box-shadow:0 12px 32px #0f172a12}.home-compliance-card--primary.is-hovered{transform:translateY(-4px);border-color:color-mix(in srgb,var(--compliance-accent, #ff6d00) 40%,#e8ecf4);box-shadow:0 20px 44px #0f172a1a,0 0 0 3px color-mix(in srgb,var(--compliance-accent, #ff6d00) 12%,transparent)}.home-compliance-card--secondary{display:flex;flex-direction:column;align-items:flex-start;flex:1;gap:0;padding:20px 22px;border-radius:14px;background:#f8fafc;border-color:#eef2f7;box-shadow:none}.home-compliance-card--secondary.is-hovered{background:#fff;border-color:#dbe3ef;box-shadow:0 8px 20px #0f172a0f;transform:translateY(-2px)}.home-compliance-card__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;font-size:22px;margin-bottom:16px}.home-compliance-card__icon--sm{width:40px;height:40px;border-radius:10px;font-size:17px;margin-bottom:12px;background:#fff;color:#1e2a78;border:1px solid #e2e8f0}.home-compliance-card__title{margin:0 0 10px;font-size:clamp(17px,1.8vw,19px);font-weight:700!important;color:#0f172a;letter-spacing:-.02em;line-height:1.3}.home-compliance-card__title--sm{margin-bottom:6px;font-size:15px}.home-compliance-card__desc{margin:0;flex:1;font-size:14px;line-height:1.65;color:#64748b}.home-compliance-card__desc--sm{flex:1;font-size:13px;line-height:1.55}.home-compliance__tier--secondary .home-compliance__tier-label{color:#94a3b8;font-weight:600}@media (max-width: 767px){.home-compliance__tier--primary{margin-bottom:28px}}.card-hover{transition:all .4s cubic-bezier(.16,1,.3,1)!important}.card-hover:hover{transform:translateY(-8px)!important;box-shadow:0 20px 40px #ff6d0014,0 0 24px #ff6d000a,0 1px 1px #0a112805!important;border-color:#ff6d0066!important}.floating-widget-hover{transition:all .3s cubic-bezier(.16,1,.3,1)}.floating-widget-hover:hover{transform:scale(1.05) translateY(-4px)!important;box-shadow:0 24px 48px #0a11281f!important;z-index:10!important}h1,h2,h3,h4,h5,h6,strong,b,.font-bold,button,.card-hover h4,*[style*="font-weight: 6"],*[style*="font-weight:6"],*[style*="font-weight: 7"],*[style*="font-weight:7"],*[style*="font-weight: 8"],*[style*="font-weight:8"],*[style*="font-weight: 9"],*[style*="font-weight:9"],*[style*="font-weight: bold"],*[style*="font-weight:bold"]{font-weight:500!important}.no-scrollbar::-webkit-scrollbar{display:none!important}.no-scrollbar{-ms-overflow-style:none!important;scrollbar-width:none!important}.saptta-logo--on-dark{isolation:isolate}.saptta-logo--on-dark img{mix-blend-mode:screen}.saptta-footer{position:relative;background:linear-gradient(180deg,#fff,#f8fafc 55%,#f3f4f8);font-family:"Inter","Poppins",var(--font-ui),sans-serif;overflow:hidden}.saptta-footer__top-gradient{height:3px;background:linear-gradient(90deg,transparent 0%,rgba(30,42,120,.65) 22%,#FF6D00 50%,rgba(30,42,120,.65) 78%,transparent 100%);opacity:.85}.saptta-footer__inner{position:relative;max-width:1280px;margin:0 auto;padding:52px 24px 28px;background-image:radial-gradient(rgba(30,42,120,.035) .55px,transparent .55px);background-size:14px 14px}.saptta-footer__inner:before{content:"";position:absolute;top:-80px;right:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,109,0,.1) 0%,transparent 70%);pointer-events:none}.saptta-footer__inner:after{content:"";position:absolute;bottom:40px;left:-40px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(30,42,120,.08) 0%,transparent 70%);pointer-events:none}.saptta-footer__newsletter{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-bottom:48px;padding:24px 28px;border-radius:18px;background:#ffffffb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(30,42,120,.1);box-shadow:0 16px 40px #1e2a7814,0 1px #ffffffe6 inset}.saptta-footer__newsletter-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1e2a78;background:#ff6d001a;padding:4px 10px;border-radius:999px;margin-bottom:8px}.saptta-footer__newsletter-title{font-size:1.35rem;font-weight:600;color:#111827;margin:0 0 6px;letter-spacing:-.3px;font-family:Poppins,Inter,sans-serif}.saptta-footer__newsletter-desc{margin:0;font-size:13px;color:#6b7280;line-height:1.6;max-width:420px}.saptta-footer__newsletter-form{display:flex;flex-wrap:wrap;gap:10px;flex:1;min-width:260px;max-width:440px}.saptta-footer__newsletter-input{flex:1;min-width:200px;border-radius:12px!important;border:1px solid #E5E7EB!important;height:46px!important}.saptta-footer__newsletter-input:focus,.saptta-footer__newsletter-input:hover{border-color:var(--color-primary)!important;box-shadow:0 0 0 3px #ff6d0024!important}.saptta-footer__subscribe-btn{height:46px!important;border-radius:12px!important;font-weight:600!important;padding:0 22px!important;background:linear-gradient(135deg,#ff6d00,#ff9800)!important;border:none!important;box-shadow:0 10px 24px #ff6d0042!important;transition:transform .22s ease,box-shadow .22s ease!important}.saptta-footer__subscribe-btn:hover{transform:translateY(-1px);box-shadow:0 14px 32px #ff6d004d!important}.saptta-footer__columns{position:relative;z-index:1}.saptta-footer__brand-desc{color:#6b7280;font-size:13.5px;line-height:1.75;margin:16px 0 20px;max-width:300px}.saptta-footer__socials{display:flex;flex-wrap:wrap;gap:10px}.footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;border:1px solid #E5E7EB;background:#fff;color:var(--social-color, #6B7280);font-size:16px;text-decoration:none;transition:all .28s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #1118270a}.footer-social-icon:hover,.footer-social-icon--active{transform:translateY(-3px) scale(1.04);border-color:color-mix(in srgb,var(--social-color) 40%,transparent);color:var(--social-color);background:color-mix(in srgb,var(--social-color) 10%,white);box-shadow:0 12px 28px color-mix(in srgb,var(--social-color) 22%,transparent),0 0 0 3px color-mix(in srgb,var(--social-color) 12%,transparent)}.saptta-footer__nav{display:flex;flex-direction:column;gap:2px}.footer-nav-link{color:#6b7280;font-size:13.5px;font-weight:500;line-height:2;text-decoration:none;display:inline-block;width:fit-content;position:relative;transition:color .22s ease}.footer-nav-link:after{content:"";position:absolute;left:0;bottom:6px;width:0;height:1px;background:linear-gradient(90deg,#ff6d00,#ff9800);transition:width .28s cubic-bezier(.16,1,.3,1)}.footer-nav-link:hover,.footer-nav-link--active{color:#111827}.footer-nav-link:hover:after,.footer-nav-link--active:after{width:100%}.saptta-footer__divider{height:1px;background:linear-gradient(90deg,transparent,#E5E7EB 20%,#E5E7EB 80%,transparent);margin:40px 0 20px;position:relative;z-index:1}.saptta-footer__bottom{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:16px;align-items:center;text-align:center}@media (min-width: 768px){.saptta-footer__bottom{grid-template-columns:1fr auto 1fr;text-align:left}.saptta-footer__legal{justify-self:center}.saptta-footer__lang{justify-self:end}}.saptta-footer__copyright{font-size:13px;color:#6b7280;font-weight:500}.saptta-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px}.footer-legal-link{font-size:13px;color:#6b7280;font-weight:500;text-decoration:none;transition:color .2s ease;position:relative}.footer-legal-link:hover{color:#ff6d00}.saptta-footer__lang{display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:2px 10px 2px 12px;box-shadow:0 4px 12px #1118270a}.saptta-footer__lang-select{min-width:108px;font-size:13px!important;font-weight:500!important;color:#111827!important}.saptta-footer__lang-select .ant-select-selector{padding:0!important;box-shadow:none!important}.home-section{position:relative;scroll-margin-top:88px}.home-section-header{position:relative;z-index:1}.home-section-header--center{margin-left:auto;margin-right:auto;text-align:center}.home-section-eyebrow{display:inline-block;font-family:"Inter",var(--font-ui),sans-serif;font-size:11px;font-weight:700!important;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border-radius:999px;border:1px solid transparent;margin-bottom:14px;line-height:1.2}.home-section-title{font-family:"Poppins","Inter",var(--font-ui),sans-serif;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:700!important;color:#0f172a;line-height:1.15;letter-spacing:-.03em;margin:0 0 14px}.home-section-title-highlight{-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700!important}.home-section-subtitle{font-family:"Inter",var(--font-ui),sans-serif;font-size:clamp(.95rem,1.6vw,1.05rem);font-weight:500!important;color:#64748b;line-height:1.65;margin:0;max-width:560px}.home-page .home-section-header .home-section-title{font-family:"Poppins","Inter",var(--font-ui),sans-serif;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:700!important;color:#0f172a;letter-spacing:-.03em;line-height:1.15}.home-page .home-section-header .home-section-title-highlight{font-family:inherit;font-size:inherit;font-weight:700!important;line-height:inherit;letter-spacing:inherit}.home-page .home-section-header .home-section-subtitle{font-family:"Inter",var(--font-ui),sans-serif;font-size:clamp(.95rem,1.6vw,1.05rem);font-weight:500!important;color:#64748b;line-height:1.65}.home-page .home-automation__header,.home-page .home-modular__header,.home-page .home-pricing__header,.home-page .home-integrations__header,.home-page .home-security__header{margin-bottom:clamp(24px,3vw,32px)!important}.home-page .home-compare__header .home-section-subtitle{max-width:none}.home-section-inner{width:100%;max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}.home-section-header--in-card{margin-bottom:28px!important}.home-section-pills{width:100%}.home-section-pill{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#374151;border:1px solid rgba(108,59,255,.16);border-radius:999px;padding:6px 11px;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-section-pill:hover{transform:translateY(-2px);border-color:#6c3bff52;box-shadow:0 8px 20px #6c3bff1f}.home-section-pill-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.home-section-badge{font-size:11px;font-weight:700;color:#1e2a78;background:#eef2ff;border:1px solid #d8e0fa;border-radius:999px;padding:5px 11px;transition:transform .2s ease,box-shadow .2s ease}.home-section-badge:hover{transform:translateY(-1px);box-shadow:0 6px 14px #1e2a781a}.home-page section.home-section{scroll-margin-top:88px}.home-page{--home-section-pad-y: clamp(38px, 4.2vw, 56px);--home-section-pad-y-sm: 38px;--home-section-pad-y-lg: clamp(44px, 4.8vw, 62px)}:root{--home-hero-bg: linear-gradient(180deg, #ffffff 0%, #fcfcff 100%)}.home-page{background:var(--home-hero-bg)}.home-page>section:not(.home-announcement){background:var(--home-hero-bg)!important}.home-hero{scroll-margin-top:72px}.home-hero--v2,section.home-hero.home-hero--v2.responsive-padding{position:relative;overflow:hidden;min-height:clamp(520px,75vh,800px);display:flex;flex-direction:column;justify-content:center;padding:clamp(16px,2vw,28px) clamp(16px,3vw,32px) 0!important;border-bottom:1px solid #eaecef;background:linear-gradient(180deg,#fff,#f9fafb)}.home-hero--v2:before,.home-hero--v2:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.home-hero--v2:before{top:-120px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(255,109,0,.12) 0%,transparent 70%)}.home-hero--v2:after{bottom:-140px;left:-120px;width:340px;height:340px;background:radial-gradient(circle,rgba(30,42,120,.1) 0%,transparent 70%)}.home-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:clamp(28px,4vw,56px);width:100%;max-width:1320px;margin:0 auto;flex:1;min-height:0}.home-hero--reference.home-hero--v2,section.home-hero.home-hero--reference.home-hero--v2.responsive-padding{background:linear-gradient(105deg,#fff,#fff 38%,#fafbfc 52%,#f5f7fb 72%,#f8fafc);min-height:auto;justify-content:flex-start;padding-top:clamp(12px,2vw,24px)!important;padding-bottom:0!important}.home-hero--reference .home-hero__inner{grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:clamp(16px,2.5vw,36px);flex:none;align-items:center}.home-hero--reference .home-hero__copy{gap:14px;padding:0}.home-hero--reference .home-hero__ctas{margin-bottom:12px}.home-hero--reference .home-hero-ref__image{max-height:min(480px,62vh)}.home-hero__copy-col{min-width:0;height:100%;display:flex}.home-hero__copy-col>.home-hero__copy{width:100%}.home-hero__copy{display:flex;flex-direction:column;justify-content:flex-start;align-self:stretch;width:100%;max-width:580px;gap:clamp(18px,2.5vh,28px);padding:clamp(4px,1vh,16px) 0}.home-hero__copy-main{display:flex;flex-direction:column;gap:0}.home-hero__copy-actions{display:flex;flex-direction:column;margin-top:0;padding-top:0;gap:14px}.home-hero__copy-actions--center{display:flex;flex-direction:column;align-items:center}.home-hero__copy--center{margin-left:auto;margin-right:auto;text-align:center}.home-hero__copy--center .home-hero-title,.home-hero__copy--center .home-hero-subtitle,.home-hero__copy--center .home-hero__badge-v2{margin-left:auto;margin-right:auto}.home-hero__copy--center .home-hero-title--v2 .home-hero-title__line{text-align:center}.home-hero__badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;padding:8px 14px;border-radius:999px;background:#ff6d001a;border:1px solid rgba(255,109,0,.22);color:#1e2a78;font-family:"Inter",var(--font-ui),sans-serif;font-size:12px;font-weight:600;line-height:1.35;max-width:100%}.home-hero--reference .home-hero__badge{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.home-hero__badge-icon{font-size:14px;line-height:1}.home-hero__badge-v2{display:inline-flex;align-items:center;gap:12px;margin-bottom:22px;padding:10px 16px 10px 12px;border-radius:12px;background:linear-gradient(135deg,#1e2a780a,#ff6d000d);border:1px solid rgba(30,42,120,.1);box-shadow:0 2px 12px #0f172a0a}.home-hero__badge-v2-flag{display:flex;flex-direction:column;width:4px;height:22px;border-radius:2px;overflow:hidden;flex-shrink:0;box-shadow:0 0 0 1px #0f172a0f}.home-hero__badge-v2-flag-bar{flex:1;min-height:0}.home-hero__badge-v2-flag-bar--saffron{background:#f93}.home-hero__badge-v2-flag-bar--white{background:#fff}.home-hero__badge-v2-flag-bar--green{background:#138808}.home-hero__badge-v2-text{font-family:"Inter",var(--font-ui),sans-serif;font-size:13px;font-weight:500;color:#475569;line-height:1.35;letter-spacing:.01em}.home-hero__badge-v2-text strong{font-weight:700;color:#1e2a78}.home-hero-title--v2{margin-bottom:22px;margin-top:0}.home-hero-title--v2 .home-hero-title__line{display:block;font-weight:800!important;letter-spacing:-.035em}.home-hero-title--v2 .home-hero-title__line:first-child{color:#0f172a;margin-bottom:.06em}.home-hero-title--v2 .home-hero-title__line--accent{color:#1e2a78}.home-hero-title--v2 .home-hero-title__mark{color:#ff6d00;font-weight:800!important;font-style:normal;position:relative;display:inline-block}.home-hero-title--v2 .home-hero-title__mark:after{display:none}.home-hero-tagline{font-family:"Poppins","Inter",var(--font-ui),sans-serif;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:700;line-height:1.35;letter-spacing:-.02em;margin:0 0 14px;max-width:520px;background:linear-gradient(90deg,#1e2a78,#ff6d00 62%,#ff9800);-webkit-background-clip:text;background-clip:text;color:transparent}.home-hero-title{font-family:"Poppins","Inter",var(--font-ui),sans-serif!important;font-size:clamp(2rem,4.2vw,2.85rem);line-height:1.12;letter-spacing:-.03em;color:#0f172a;font-weight:700!important;margin:0 0 24px}.home-hero-highlight{font-weight:700!important;-webkit-background-clip:text;background-clip:text;color:transparent;background-image:linear-gradient(90deg,#1e2a78,#ff6d00)}.home-hero-highlight--brand{background-image:linear-gradient(90deg,#6366f1,#8b5cf6 38%,#ff6d00)}.home-hero-highlight--accent{color:#ff6d00}.home-hero-subtitle{font-family:"Inter",var(--font-ui),sans-serif;margin:0 0 20px;color:#64748b;font-size:clamp(1rem,1.65vw,1.125rem);font-weight:500!important;line-height:1.75;max-width:540px}.home-hero__compliance{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.home-hero__compliance-card{display:flex;flex-direction:column;gap:2px;min-width:88px;padding:10px 12px;border-radius:10px;border:1px solid #e8ecf4;background:#fff;box-shadow:0 2px 8px #0f172a0a}.home-hero__compliance-code{font-family:"Poppins","Inter",var(--font-ui),sans-serif;font-size:13px;font-weight:800;line-height:1}.home-hero__compliance-label{font-size:10px;font-weight:600;color:#64748b;line-height:1.2}.home-hero__compliance-card--green .home-hero__compliance-code{color:#059669}.home-hero__compliance-card--blue .home-hero__compliance-code{color:#2563eb}.home-hero__compliance-card--red .home-hero__compliance-code{color:#dc2626}.home-hero__trust{display:flex;flex-wrap:wrap;gap:14px 18px;margin-bottom:20px}.home-hero__trust--center{justify-content:center}.home-hero__trust-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#475569}.home-hero__trust-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#f1f5f9;color:#64748b;font-size:12px}.home-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.home-hero__ctas--center{justify-content:center}.home-hero--reference .home-hero__cta{border-radius:999px;padding:14px 28px}.home-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:12px;font-family:"Inter",var(--font-ui),sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease;border:none}.home-hero__cta:hover{transform:translateY(-1px)}.home-hero__cta--primary{background:linear-gradient(135deg,#ff6d00,#ff9800);color:#fff;box-shadow:0 10px 24px #ff6d0042}.home-hero__cta--primary:hover{box-shadow:0 14px 30px #ff6d004d}.home-hero__cta--accounts{background:#fff;color:#059669;border:1.5px solid #34d399}.home-hero__cta--demo{background:#fff;color:#1e2a78;border:1.5px solid #cbd5e1}.home-hero__cta--demo:hover{border-color:#1e2a7859;box-shadow:0 10px 24px #0f172a14}.home-hero__benefits{display:flex;flex-wrap:wrap;gap:14px 20px}.home-hero__benefits--center{justify-content:center}.home-hero__benefit{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#475569}.home-hero__benefit-icon{color:#10b981;font-size:14px}.home-hero__visual{min-width:0;width:100%;display:flex;justify-content:center;align-items:flex-start;transform:translateY(clamp(-16px,-2.5vh,-32px))}.home-hero__visual-reveal{width:100%;max-width:820px}.home-hero--reference .home-hero__visual{transform:none;align-items:center;position:relative}.home-hero--reference .home-hero__visual:before{content:"";position:absolute;top:5%;right:8%;bottom:8%;left:0;background:radial-gradient(ellipse 80% 70% at 55% 45%,rgba(30,42,120,.06) 0%,transparent 72%);pointer-events:none;z-index:0}.home-hero--reference .home-hero__visual-reveal{max-width:620px;position:relative;z-index:1}.home-hero-ref{position:relative;width:100%;max-width:620px;margin:0 auto;line-height:0}.home-hero-ref:before{content:"";position:absolute;left:-8%;top:0;bottom:0;width:42%;z-index:2;pointer-events:none;background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.92) 28%,rgba(249,250,251,.55) 55%,transparent 100%)}.home-hero-ref:after{content:"";position:absolute;top:-4%;right:-6%;bottom:-6%;left:-6%;z-index:0;pointer-events:none;background:radial-gradient(ellipse 90% 80% at 50% 50%,#fff0 45%,#f9fafb66)}.home-hero-ref__image{position:relative;z-index:1;display:block;width:100%;height:auto;max-height:min(560px,72vh);object-fit:contain;object-position:center right;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 100%),linear-gradient(180deg,transparent 0%,#000 3%,#000 97%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 100%),linear-gradient(180deg,transparent 0%,#000 3%,#000 97%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect;filter:saturate(1.02)}@media (max-width: 991px){.home-hero-ref{max-width:min(480px,100%)}.home-hero-ref:before{left:0;width:100%;height:18%;top:auto;bottom:100%;background:linear-gradient(180deg,transparent 0%,#ffffff 85%)}.home-hero-ref__image{max-height:none;object-position:center;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 6%,#000 94%,transparent 100%),linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 6%,#000 94%,transparent 100%),linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}}@media (min-width: 992px){.home-hero__visual{justify-content:flex-end}.home-hero__visual-reveal{margin-left:auto}}@media (max-width: 991px){.home-hero--v2,section.home-hero.home-hero--v2.responsive-padding{min-height:auto;padding:24px 16px 4px!important}.home-hero__inner{grid-template-columns:1fr;align-items:stretch;gap:28px}.home-hero__visual{align-items:flex-start;justify-content:center;transform:translateY(-8px)}.home-hero__visual-reveal{margin-left:auto;margin-right:auto}.home-hero__copy{min-height:0;padding:0}.home-hero__copy-actions{margin-top:0;padding-top:0}}@media (min-width: 992px){.home-hero__mini-item{padding:12px 16px}.home-hero__mini-ic{width:38px;height:38px;font-size:17px}.home-hero__mini-title{font-size:13.5px}.home-hero__benefit{font-size:13px}}.home-hero__mini{display:flex;gap:14px 20px;margin:0;flex-wrap:wrap}.home-hero__mini--center{justify-content:center}.home-hero__mini-item{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid #eef2f7;box-shadow:0 6px 18px #0f172a0d}.home-hero__mini-ic{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.home-hero__mini-ic--purple{background:#1e2a781a;color:#1e2a78}.home-hero__mini-ic--green{background:#ff6d001f;color:#ff6d00}.home-hero__mini-ic--amber{background:#1e2a7814;color:#1e2a78}.home-hero__mini-title{font-size:12.5px;font-weight:700;color:#0f172a;letter-spacing:-.01em;white-space:nowrap}.home-hero__dashboard-wrap{width:100%;padding:4px}.home-hero-mock-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%}@media (max-width: 991px){.home-hero-mock-dashboard{grid-template-columns:1fr;max-width:520px;margin:0 auto}}.home-hero-mock-panel{border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 12px 40px #0f172a14;border:1px solid rgba(226,232,240,.9)}.home-hero-mock-panel__head{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border:none;font-size:14px;font-weight:900;letter-spacing:.06em;cursor:pointer}.home-hero-mock-panel__head--hrms{background:linear-gradient(90deg,#e0e7ff,#eef2ff);color:#1e2a78}.home-hero-mock-panel__head--accounts{background:linear-gradient(90deg,#d1fae5,#ecfdf5);color:#047857}.home-hero-mock-grid--hrms{padding:8px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,minmax(64px,auto));gap:8px}.home-hero-mock-grid--accounts{padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.home-hero-mock-card{border:1px solid rgba(235,239,248,.95);border-radius:12px;padding:8px 10px;text-align:left;background:#fff;cursor:pointer;min-height:86px;box-shadow:0 2px 6px #0f172a0a;transition:box-shadow .15s ease,transform .15s ease}.home-hero-mock-card:hover{box-shadow:0 6px 16px #0f172a14;transform:translateY(-1px)}.home-hero-mock-card--payroll{grid-column:2;grid-row:1 / span 3;text-align:center;display:flex;flex-direction:column}.home-hero-mock-card--wide{grid-column:1 / span 2;min-height:auto}.home-hero-mock-card--fin{min-height:auto;padding:10px}.hpm{position:relative;width:100%;max-width:760px;margin:0 auto;-webkit-user-select:none;user-select:none;padding:4px 4px 52px}.hpm__main{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 4px #0f172a0a,0 8px 24px #0f172a14,0 32px 64px #1e2a781a;border:1px solid #e8ecf4}.hpm__chrome{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#f8fafc;border-bottom:1px solid #eaecef}.hpm__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.hpm__dot--r{background:#ff5f57}.hpm__dot--y{background:#febc2e}.hpm__dot--g{background:#28c840}.hpm__url{flex:1;margin-left:6px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:3px 10px;font-size:10.5px;color:#64748b;font-family:Inter,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hpm__tabs{display:flex;gap:2px;padding:8px 14px 0;background:#f8fafc;border-bottom:1px solid #eaecef;overflow-x:auto;scrollbar-width:none}.hpm__tabs::-webkit-scrollbar{display:none}.hpm__tab{font-size:11.5px;font-weight:700;color:#64748b;padding:6px 12px 8px;border-radius:8px 8px 0 0;white-space:nowrap;cursor:default;border:1px solid transparent;border-bottom:none;transition:background .15s ease,color .15s ease}.hpm__tab--active{background:#fff;color:#1e2a78;border-color:#eaecef;border-bottom:1px solid #ffffff;margin-bottom:-1px}.hpm__workflow{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:linear-gradient(90deg,#fafaff,#f8fffe);border-bottom:1px solid #f1f5f9;gap:2px;overflow-x:auto;scrollbar-width:none}.hpm__workflow::-webkit-scrollbar{display:none}.hpm__step-wrap{display:flex;align-items:center;gap:2px;flex-shrink:0}.hpm__step{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 8px;border-radius:10px;min-width:46px;cursor:default;transition:transform .2s ease}.hpm__step:hover{transform:translateY(-2px)}.hpm__arrow{font-size:14px;color:#cbd5e1;font-weight:700;flex-shrink:0}.hpm__kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid #f1f5f9}.hpm__kpi{display:flex;flex-direction:column;gap:2px;padding:10px 12px;text-align:left;background:#fff;border:none;border-right:1px solid #f1f5f9;cursor:pointer;transition:background .15s ease}.hpm__kpi:last-child{border-right:none}.hpm__kpi:hover{background:#fafbff}.hpm__kpi-label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.hpm__kpi-value{font-size:17px;font-weight:800;line-height:1.1;letter-spacing:-.02em}.hpm__kpi-trend{font-size:10px;font-weight:600;color:#10b981}.hpm__content-row{display:grid;grid-template-columns:1fr 1fr;gap:0}.hpm__card{padding:14px 16px;cursor:pointer;transition:background .15s ease}.hpm__card:first-child{border-right:1px solid #f1f5f9}.hpm__card:hover{background:#fafbff}.hpm__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.hpm__card-title{font-size:11.5px;font-weight:700;color:#0f172a}.hpm__card-badge{font-size:9px;font-weight:800;padding:2px 7px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.hpm__card-badge--blue{background:#eef2ff;color:#1e2a78}.hpm__card-badge--green{background:#ecfdf5;color:#047857}.hpm__avatars{display:flex;align-items:center;gap:-4px;margin-bottom:10px;flex-wrap:nowrap}.hpm__avatars>span{margin-left:-6px}.hpm__avatars>span:first-child{margin-left:0}.hpm__avatars-more{font-size:10px;font-weight:700;color:#64748b;background:#f1f5f9;border:2px solid #fff;border-radius:999px;padding:2px 6px;margin-left:4px;white-space:nowrap}.hpm__dept-row{display:flex;flex-direction:column;gap:5px}.hpm__dept-bar{display:flex;align-items:center;gap:6px}.hpm__dept-fill{height:5px;border-radius:999px;flex-shrink:0;transition:width .6s ease}.hpm__dept-name{font-size:9.5px;font-weight:600;color:#94a3b8;white-space:nowrap}.hpm__bars{display:flex;align-items:flex-end;justify-content:space-between;height:72px;gap:4px;margin-bottom:6px}.hpm__bar-group{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.hpm__bar-pair{display:flex;align-items:flex-end;gap:2px;height:64px}.hpm__bar{width:8px;border-radius:3px 3px 0 0;transition:height .4s ease}.hpm__bar--rev{background:#ff6d00}.hpm__bar--exp{background:#e2e8f0}.hpm__bar-label{font-size:8.5px;color:#94a3b8;font-weight:600}.hpm__chart-legend{display:flex;gap:10px;font-size:9.5px;font-weight:600;color:#64748b}.hpm__legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px}.hpm__legend-dot--rev{background:#ff6d00}.hpm__legend-dot--exp{background:#e2e8f0}.hpm__float{position:absolute;display:flex;align-items:center;gap:10px;padding:9px 13px;border-radius:14px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(226,232,240,.9);box-shadow:0 8px 24px #0f172a1a,0 2px 6px #0f172a0f;white-space:nowrap;z-index:4}.hpm__float-icon{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.hpm__float-title{font-size:11.5px;font-weight:700;color:#0f172a;line-height:1.3}.hpm__float-sub{font-size:10px;font-weight:500;color:#64748b;margin-top:1px}.hpm__float--payroll{bottom:44px;left:-16px}.hpm__float--gst{top:80px;right:-18px}.hpm__float--hire{bottom:100px;right:-14px}.hpm__compliance-row{position:absolute;bottom:4px;left:50%;transform:translate(-50%);display:flex;gap:6px;white-space:nowrap}.hpm__compliance-chip{font-size:10px;font-weight:800;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;padding:3px 9px;border-radius:999px;letter-spacing:.02em}@keyframes hpmFloat1{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-8px) rotate(-1deg)}}@keyframes hpmFloat2{0%,to{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes hpmFloat3{0%,to{transform:translateY(0) rotate(.5deg)}50%{transform:translateY(-6px) rotate(.5deg)}}.hpm__float--animate-1{animation:hpmFloat1 5s ease-in-out infinite}.hpm__float--animate-2{animation:hpmFloat2 6.5s ease-in-out infinite;animation-delay:.8s}.hpm__float--animate-3{animation:hpmFloat3 4.5s ease-in-out infinite;animation-delay:1.6s}@media (max-width: 1199px){.hpm__float--gst,.hpm__float--hire{right:-8px}.hpm__float--payroll{left:-8px}}@media (max-width: 991px){.hpm{max-width:520px;padding-bottom:48px}.hpm__float--payroll{left:0}.hpm__float--gst{right:0;top:60px}.hpm__float--hire{right:0}.hpm__kpi-row{grid-template-columns:repeat(2,1fr)}.hpm__kpi:nth-child(2){border-right:none}.hpm__content-row{grid-template-columns:1fr}.hpm__card:first-child{border-right:none;border-bottom:1px solid #f1f5f9}}@media (max-width: 479px){.hpm__float,.hpm__compliance-row{display:none}.hpm{padding-bottom:4px}.hpm__workflow{gap:0}.hpm__step{min-width:36px;padding:5px 4px}.hpm__kpi-row{grid-template-columns:repeat(2,1fr)}}.hpm2{width:100%;max-width:820px;margin:0 auto}.hpm2__stage{position:relative;padding-bottom:34px}.hpm2__app{background:#ffffffe6;border:1px solid rgba(226,232,240,.95);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #0f172a14,0 36px 80px #1e2a781a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .18s ease,box-shadow .18s ease}.hpm2__app:hover{transform:translateY(-2px);box-shadow:0 14px 36px #0f172a1a,0 44px 90px #1e2a781f}.hpm2__top{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-bottom:1px solid #eef2f7}.hpm2__brand{display:inline-flex;align-items:center;gap:8px;color:#0f172a}.hpm2__brand-logo{height:22px;width:auto;display:block}.hpm2__brand-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#ff6d00,#ff9800);box-shadow:0 6px 14px #ff6d0038}.hpm2__search{flex:1;height:34px;border-radius:999px;background:#f8fafc;border:1px solid #eef2f7;display:flex;align-items:center;padding:0 14px;color:#94a3b8;font-size:12px;font-weight:600}.hpm2__top-actions{display:flex;align-items:center;gap:10px}.hpm2__icon{width:32px;height:32px;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7;display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:#64748b}.hpm2__body{display:grid;grid-template-columns:170px 1fr;min-height:420px}.hpm2__side{background:linear-gradient(180deg,#f8fafc,#fff);border-right:1px solid #eef2f7;padding:12px 10px;display:flex;flex-direction:column;gap:6px}.hpm2__nav{border:1px solid transparent;background:transparent;border-radius:12px;padding:9px 10px;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:#475569;cursor:pointer}.hpm2__nav:hover{background:#fff;border-color:#eef2f7}.hpm2__nav--active{background:#ff6d001a;border-color:#ff6d0038;color:#1e2a78}.hpm2__nav-ic{width:10px;height:10px;border-radius:3px;background:#cbd5e1}.hpm2__nav--active .hpm2__nav-ic{background:#ff6d00}.hpm2__main{padding:14px 16px 16px;background:#fff}.hpm2__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.hpm2__hello{font-weight:900;color:#0f172a;letter-spacing:-.02em}.hpm2__sub{margin-top:2px;font-size:12px;color:#64748b;font-weight:500}.hpm2__date{font-size:11px;font-weight:700;color:#64748b;padding:7px 10px;border-radius:999px;border:1px solid #eef2f7;background:#fff;white-space:nowrap}.hpm2__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.hpm2__stat{border:1px solid #eef2f7;background:#fff;border-radius:14px;padding:10px 10px 9px;box-shadow:0 6px 18px #0f172a0d;cursor:pointer;min-height:92px;display:flex;flex-direction:column}.hpm2__stat-title{font-size:10.5px;font-weight:700;color:#64748b;margin-bottom:6px}.hpm2__stat-value{font-size:18px;font-weight:900;color:#0f172a;letter-spacing:-.02em;line-height:1.05}.hpm2__stat-foot{margin-top:4px;font-size:10px;font-weight:600;color:#94a3b8}.hpm2__spark{height:26px;margin-top:6px;border-radius:10px;background:linear-gradient(180deg,#f0fdf4,#fff);border:1px solid #dcfce7;padding:4px 6px}.hpm2__stat-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:10px;font-weight:800;color:#1e2a78;background:#1e2a7814;border:1px solid rgba(30,42,120,.18);margin-bottom:6px}.hpm2__stat-money{font-size:13px;font-weight:900;color:#0f172a}.hpm2__stat--purple{background:linear-gradient(180deg,#ff6d0014,#fff)}.hpm2__stat--green,.hpm2__stat--blue{background:linear-gradient(180deg,#1e2a780f,#fff)}.hpm2__stat--amber{background:linear-gradient(180deg,#ff98001a,#fff)}.hpm2__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.hpm2__panel{border:1px solid #eef2f7;border-radius:14px;padding:12px;background:#fff;box-shadow:0 8px 22px #0f172a0f;cursor:pointer;display:flex;flex-direction:column;min-height:272px}.hpm2__panel-head{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:800;color:#0f172a;margin-bottom:10px}.hpm2__muted{color:#94a3b8;font-weight:700}.hpm2__chip{font-size:10px;font-weight:800;color:#64748b;background:#f8fafc;border:1px solid #eef2f7;padding:4px 10px;border-radius:999px}.hpm2__row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-top:1px solid #f1f5f9}.hpm2__row:first-of-type{border-top:none}.hpm2__row-left{display:flex;align-items:center;gap:10px}.hpm2__row-name{font-size:11px;font-weight:800;color:#0f172a}.hpm2__row-role{font-size:10px;color:#94a3b8;font-weight:600;margin-top:1px}.hpm2__status{font-size:10px;font-weight:800;padding:4px 10px;border-radius:999px;border:1px solid transparent;white-space:nowrap}.hpm2__status--g{background:#ff6d001a;color:#b45309;border-color:#ff6d0033}.hpm2__status--a{background:#fff7ed;color:#b45309;border-color:#fed7aa}.hpm2__status--b{background:#eef2ff;color:#1e2a78;border-color:#d8e0fa}.hpm2__link{font-size:10.5px;font-weight:800;color:#1e2a78;margin-top:auto}.hpm2__cash{display:flex;flex-direction:column;gap:10px}.hpm2__cash-label{font-size:10px;color:#94a3b8;font-weight:700}.hpm2__cash-value{font-size:18px;font-weight:900;color:#0f172a;letter-spacing:-.02em}.hpm2__cash-chart{height:108px;border-radius:12px;background:linear-gradient(180deg,#f0fdf4,#fff);border:1px solid #dcfce7;position:relative;overflow:hidden;padding:8px 10px}.hpm2__cash-marker{position:absolute;right:12px;top:18px}.hpm2__cash-tag{background:#ffffffeb;border:1px solid #e8ecf4;border-radius:12px;padding:8px 10px;font-size:10px;color:#64748b;box-shadow:0 10px 24px #0f172a1a}.hpm2__cash-tag strong{color:#0f172a;font-weight:900}.hpm2__profile{position:absolute;right:-10px;bottom:2px;width:180px;padding:12px;border-radius:16px;background:#ffffffeb;border:1px solid rgba(226,232,240,.9);box-shadow:0 12px 28px #0f172a24;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;gap:10px;align-items:center;z-index:7;animation:hpmFloat2 7.2s ease-in-out infinite}.hpm2__profile-name{font-weight:900;color:#0f172a;font-size:12.5px}.hpm2__profile-role{color:#94a3b8;font-weight:600;font-size:10.5px;margin-top:1px}.hpm2__profile-pill{margin-top:8px;display:inline-flex;padding:4px 10px;border-radius:999px;background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;font-weight:800;font-size:10px}@media (max-width: 991px){.hpm2__body{grid-template-columns:1fr}.hpm2__side{display:none}.hpm2__stats{grid-template-columns:repeat(2,1fr)}.hpm2__grid{grid-template-columns:1fr}.hpm2__profile{display:none}}@media (max-width: 479px){.hpm2__stage{padding-bottom:0}}.home-trusted-by{background:#fff;border-bottom:1px solid #eaecef;padding:clamp(24px,3vw,32px) clamp(20px,4vw,32px)}.home-page .home-trusted-by{padding-top:clamp(10px,1.2vw,16px);padding-bottom:clamp(14px,2vw,22px)}.home-page .home-trusted-by__label{margin-bottom:clamp(12px,1.5vw,18px)}.home-trusted-by__inner{display:flex;flex-direction:column;align-items:center;max-width:1280px;margin:0 auto}.home-trusted-by__label{margin:0 0 clamp(20px,2.5vw,28px);text-align:center;font-family:"Inter",var(--font-ui),sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary, #1e2a78);padding:5px 12px;border-radius:999px;border:1px solid rgba(30,42,120,.14);background:#1e2a7814}.home-trusted-by__marquee{overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}.home-trusted-by__marquee-track{display:flex;align-items:center;gap:clamp(48px,7vw,88px);width:max-content;padding:4px 0;animation:home-trusted-by-marquee 42s linear infinite;will-change:transform}.home-trusted-by__marquee:hover .home-trusted-by__marquee-track{animation-play-state:paused}@keyframes home-trusted-by-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.home-trusted-by__marquee{overflow:visible;mask-image:none;-webkit-mask-image:none}.home-trusted-by__marquee-track{flex-wrap:wrap;justify-content:center;width:100%;max-width:900px;margin:0 auto;gap:24px 32px;animation:none}}.home-trusted-by__logo{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:clamp(100px,12vw,140px);opacity:1;transform:none}.home-trusted-by__mark{display:flex;align-items:center;justify-content:center;width:100%;color:#1e2a78b8;cursor:default;transition:color .22s ease,opacity .22s ease,transform .22s ease;opacity:.9}.home-trusted-by__mark:hover{color:#1e2a78eb;transform:translateY(-1px)}.home-trusted-by__svg{display:block;width:auto;height:clamp(24px,3vw,32px);max-width:100%}.home-compare{background:#f8fafc;border-bottom:1px solid #eaecef;padding:clamp(48px,5vw,68px) clamp(20px,4vw,32px)}.home-compare__inner{max-width:1200px;margin:0 auto}.home-compare__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,4vw,48px);align-items:start}.home-compare__intro{display:flex;flex-direction:column;gap:clamp(24px,3vw,32px)}.home-compare__header{margin-bottom:0!important}.home-compare__header.home-section-header--center{margin-left:0;margin-right:0}.home-compare__metrics{display:flex;flex-direction:column;gap:10px;margin:0}.home-compare__metric{display:flex;flex-direction:row;align-items:center;text-align:left;gap:14px;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.home-compare__metric-value{flex-shrink:0;min-width:5.5rem;font-family:"Poppins","Inter",var(--font-ui),sans-serif;font-size:clamp(1.125rem,1.8vw,1.35rem);font-weight:700;color:#1e2a78;letter-spacing:-.02em;line-height:1.2}.home-compare__metric-label{flex:1;min-width:0;font-size:13px;font-weight:600;color:#64748b;line-height:1.35}.home-compare__board{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0f172a0f}.home-compare__board-head,.home-compare__board-row{display:grid;grid-template-columns:1.35fr 1fr 1fr;align-items:stretch}.home-compare__board-head{background:#f1f5f9;border-bottom:1px solid #e2e8f0}.home-compare__board-row{border-bottom:1px solid #f1f5f9;transition:background .15s ease}.home-compare__board-row:last-child{border-bottom:none}.home-compare__board-row:hover{background:#fafbfc}.home-compare__board-cell{display:flex;align-items:center;justify-content:center;padding:16px 20px;font-family:"Inter",var(--font-ui),sans-serif}.home-compare__board-cell--feature{justify-content:flex-start;font-size:15px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.home-compare__board-head .home-compare__board-cell--feature{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.home-compare__board-cell--saptta{flex-direction:column;gap:6px;background:#1e2a780a;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.home-compare__board-head .home-compare__board-cell--saptta{padding:18px 16px;background:#1e2a78;border-left-color:#1e2a78;border-right-color:#1e2a78}.home-compare__board-cell--other{background:#fafbfc}.home-compare__board-head .home-compare__board-cell--other{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;background:#f1f5f9}.home-compare__brand{font-family:"Poppins","Inter",var(--font-ui),sans-serif;font-size:15px;font-weight:700;letter-spacing:.14em;color:#fff}.home-compare__badge{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px;background:#ff6d00f2;color:#fff}.home-compare__status{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:13px}.home-compare__status--yes.home-compare__status--saptta{color:#fff;background:#1e2a78}.home-compare__status--yes.home-compare__status--other{color:#059669;background:#ecfdf5}.home-compare__status--no.home-compare__status--saptta,.home-compare__status--no.home-compare__status--other{color:#94a3b8;background:#f1f5f9}.home-compare .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 991px){.home-compare__layout{grid-template-columns:1fr;gap:28px}.home-compare__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.home-compare__metric{flex-direction:column;align-items:center;text-align:center;gap:4px;padding:14px 10px}.home-compare__metric-value{min-width:0}}@media (max-width: 767px){.home-compare__metrics{grid-template-columns:1fr;max-width:none}.home-compare__board{overflow-x:auto;-webkit-overflow-scrolling:touch}.home-compare__board-head,.home-compare__board-row{min-width:520px}.home-compare__board-cell{padding:14px 16px}}.home-modular{background:#f8fafc;border-bottom:1px solid #eaecef;padding-top:clamp(40px,4.5vw,64px)!important;padding-bottom:clamp(40px,4.5vw,64px)!important}.home-modular__inner{max-width:1320px;margin:0 auto}.home-modular__header{margin-bottom:clamp(28px,3.5vw,40px)}.home-modular-grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.home-modular-grid>*{height:100%;display:flex}.home-modular-grid>*>.home-modular-card{flex:1;width:100%}.home-modular-card{--modular-accent: #1e2a78;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.home-modular-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a0f}.home-modular-card--featured{border-color:#1e2a7838;box-shadow:0 4px 20px #1e2a780f}.home-modular-card--featured:hover{border-color:#1e2a7852;box-shadow:0 10px 28px #1e2a7814}.home-modular-card--featured .home-modular-card__top{flex-direction:column;align-items:stretch;gap:12px}.home-modular-card--featured .home-modular-card__badge{align-self:flex-start}.home-modular-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 18px 18px;border-bottom:1px solid #f1f5f9;margin-bottom:0}.home-modular-card__head{display:flex;align-items:flex-start;gap:14px;min-width:0}.home-modular-card__icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;color:var(--modular-accent);background:#f8fafc;border:1px solid #e2e8f0}.home-modular-card__head-text{min-width:0}.home-modular-card__title{margin:0 0 4px;font-size:clamp(18px,2vw,22px);font-weight:700!important;color:#0f172a;letter-spacing:-.02em;line-height:1.25}.home-modular-card__tagline{margin:0;font-size:13px;line-height:1.5;color:#64748b;font-weight:400}.home-modular-card__badge{flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1e2a78;background:#1e2a7814;border:1px solid rgba(30,42,120,.14);padding:5px 10px;border-radius:6px;white-space:nowrap}.home-modular-card__body{flex:1;display:flex;flex-direction:column;padding:16px 18px 0}.home-modular-card__stack{display:flex;flex-direction:column;gap:20px;flex:1}.home-modular-card__block{min-width:0}.home-modular-card__includes{display:block;margin-bottom:12px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.home-modular-card__groups{display:grid;grid-template-columns:1fr;gap:20px}.home-modular-card__group-label{display:block;margin-bottom:10px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1e2a78}.home-modular-module-list{list-style:none;margin:0;padding:0}.home-modular-module{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f1f5f9}.home-modular-module:last-child{border-bottom:none}.home-modular-module__icon{flex-shrink:0;width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:#64748b;background:#f8fafc}.home-modular-module__icon .anticon{font-size:14px}.home-modular-module__label{flex:1;min-width:0;font-size:14px;font-weight:500!important;color:#334155;line-height:1.3}.home-modular-module__check{flex-shrink:0;font-size:12px;color:#1e2a78}.home-modular-card__footer{padding:16px 18px 20px;margin-top:auto;flex-shrink:0}.home-modular-card__cta.ant-btn{width:100%;height:44px!important;border-radius:8px!important;font-weight:600!important;font-size:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid #e2e8f0!important;color:#1e2a78!important;background:#fff!important;box-shadow:none!important}.home-modular-card__cta.ant-btn:hover{color:#1e2a78!important;border-color:#1e2a78!important;background:#f8fafc!important}.home-modular-card__cta--primary.ant-btn,.home-modular-card__cta--primary.ant-btn:hover{border:none!important;color:#fff!important;background:#ff6d00!important}.home-modular-card__cta--primary.ant-btn:hover{background:#e56200!important}.home-modular,.home-pricing,.home-section--testimonials{padding-left:clamp(16px,3vw,24px)!important;padding-right:clamp(16px,3vw,24px)!important}.home-section--testimonials{padding-top:var(--home-section-pad-y, clamp(38px, 4.2vw, 56px))!important;padding-bottom:var(--home-section-pad-y, clamp(38px, 4.2vw, 56px))!important}.home-section--pricing{padding-top:var(--home-section-pad-y-lg, clamp(44px, 4.8vw, 62px))!important;padding-bottom:var(--home-section-pad-y-lg, clamp(44px, 4.8vw, 62px))!important}.home-section--testimonials .home-testimonial-rating{margin-bottom:22px}.home-section--testimonials .home-section-header{margin-bottom:26px!important}.home-section--testimonials .home-testimonial-card{padding:clamp(30px,3vw,36px)}.home-testimonial-rating{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 20px;margin-bottom:36px;padding:16px 24px;border-radius:16px;background:#fff;border:1px solid #e8ecf4;box-shadow:0 8px 24px #0a11280a;max-width:480px;margin-left:auto;margin-right:auto}.home-testimonial-rating__stars{font-size:18px;letter-spacing:2px;color:#f59e0b;line-height:1}.home-testimonial-rating__score{font-size:15px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.home-testimonial-rating__label{font-size:13px;font-weight:600;color:#64748b}.home-testimonial-card{background:#fff;border:1px solid #e8ecf4;border-radius:18px;padding:clamp(28px,3vw,32px);height:100%;display:flex;flex-direction:column;box-shadow:0 10px 28px #0a11280d;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.home-testimonial-card:hover{transform:translateY(-4px);border-color:#1e2a7824;box-shadow:0 16px 40px #1e2a7814}.home-testimonial-quote{margin:0 0 24px;color:#374151;font-size:clamp(14px,1.4vw,15px);line-height:1.8;font-style:italic;flex:1}.home-testimonial-author{display:flex;align-items:flex-start;gap:18px;margin-top:auto;padding-top:20px;border-top:1px solid #eef2f7}.home-testimonial-avatar{flex-shrink:0;width:88px}.home-testimonial-avatar__img.mkt-img--circle{width:88px;height:88px}.home-testimonial-avatar__img.mkt-img--circle .mkt-img__frame{width:88px;height:88px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 1px #1e2a781f,0 12px 28px #0f172a1f}.home-testimonial-avatar__img.mkt-img--circle img{width:100%;height:100%;object-fit:cover}.home-testimonial-author__meta{min-width:0;flex:1;padding-top:4px}.home-testimonial-name{font-weight:800;color:#0f172a;font-size:16px;letter-spacing:-.02em;line-height:1.3}.home-testimonial-role{color:#64748b;font-size:13px;line-height:1.45;margin-top:4px;font-weight:600}.home-testimonial-company{color:#1e2a78;font-size:12px;font-weight:700;letter-spacing:.02em;margin-top:6px}.home-testimonial-trustline{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.home-testimonial-trustline__pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;letter-spacing:-.01em;line-height:1.35}@media (min-width: 900px){.home-testimonial-avatar{width:104px}.home-testimonial-avatar__img.mkt-img--circle,.home-testimonial-avatar__img.mkt-img--circle .mkt-img__frame{width:104px;height:104px}}.home-pricing{background:#fff;border-top:1px solid #eaecef;padding-top:clamp(40px,4.5vw,64px)!important;padding-bottom:clamp(40px,4.5vw,64px)!important}.home-pricing__inner{max-width:1120px;margin:0 auto}.home-pricing__header{margin-bottom:clamp(20px,2.5vw,28px)!important}.home-pricing__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin:0 auto clamp(28px,3.5vw,36px)}.home-pricing__trust-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569}.home-pricing__trust-item:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:10px;font-weight:800;color:#1e2a78;background:#1e2a7814;flex-shrink:0}.home-pricing-grid{display:grid;gap:20px;align-items:stretch}.home-pricing-grid>*{display:flex;min-width:0}.home-pricing-grid>*>.home-pricing-card{flex:1;width:100%}.home-pricing-card{display:flex;flex-direction:column;position:relative;padding:22px 20px 20px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.home-pricing-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a0f}.home-pricing-card--featured{border-color:#1e2a7847;box-shadow:0 4px 20px #1e2a7814}.home-pricing-card--featured:hover{border-color:#1e2a7861}.home-pricing-card__badge{align-self:flex-start;margin-bottom:14px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1e2a78;background:#1e2a7814;border:1px solid rgba(30,42,120,.14);padding:5px 10px;border-radius:6px}.home-pricing-card__head{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.home-pricing-card__title{margin:0 0 4px;font-size:clamp(18px,2vw,22px);font-weight:700!important;color:#0f172a;letter-spacing:-.02em;line-height:1.25}.home-pricing-card__tagline{margin:0;font-size:13px;color:#64748b;line-height:1.45}.home-pricing-card__price{margin-bottom:18px}.home-pricing-card__price-label{display:block;margin-bottom:4px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.home-pricing-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:2px 4px;line-height:1.1}.home-pricing-card__amount{font-size:clamp(26px,3vw,32px);font-weight:700!important;color:#1e2a78;letter-spacing:-.03em}.home-pricing-card--featured .home-pricing-card__amount{color:#ff6d00}.home-pricing-card__period{font-size:14px;font-weight:600;color:#64748b}.home-pricing-card__note{display:block;margin-top:6px;font-size:13px;font-weight:500;color:#475569}.home-pricing-card__annual{display:block;margin-top:4px;font-size:12px;font-weight:500;color:#94a3b8}.home-pricing-card__features{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column;gap:10px}.home-pricing-card__features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;color:#334155;line-height:1.45}.home-pricing-card__check{flex-shrink:0;margin-top:3px;font-size:12px;color:#1e2a78}.home-pricing-card--featured .home-pricing-card__check{color:#ff6d00}.home-pricing-card__footer{margin-top:20px;padding-top:4px}.home-pricing-card__cta.ant-btn{width:100%;height:44px!important;border-radius:8px!important;font-weight:600!important;font-size:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid #e2e8f0!important;color:#1e2a78!important;background:#fff!important;box-shadow:none!important}.home-pricing-card__cta.ant-btn:hover{color:#1e2a78!important;border-color:#1e2a78!important;background:#f8fafc!important}.home-pricing-card__cta--primary.ant-btn,.home-pricing-card__cta--primary.ant-btn:hover{border:none!important;color:#fff!important;background:#ff6d00!important}.home-pricing-card__cta--primary.ant-btn:hover{background:#e56200!important}.home-pricing__footnote{margin:clamp(24px,3vw,32px) 0 0;text-align:center;font-size:13px;line-height:1.6;color:#64748b}.home-pricing__link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;font:inherit;font-weight:600;color:#1e2a78;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.home-pricing__link:hover{color:#ff6d00}.home-integrations{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fafc);border-top:1px solid #eaecef;border-bottom:1px solid #eaecef;padding:clamp(44px,4.7vw,62px) clamp(20px,4vw,32px)}.home-integrations__glow{position:absolute;border-radius:50%;pointer-events:none}.home-integrations__glow--left{top:-100px;left:8%;width:240px;height:240px;background:radial-gradient(circle,rgba(30,42,120,.07) 0%,transparent 72%)}.home-integrations__glow--right{bottom:-120px;right:6%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,109,0,.08) 0%,transparent 72%)}.home-integrations__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;text-align:center}.home-integrations__header{margin-bottom:clamp(22px,2.8vw,32px)!important}.home-integrations-hub{position:relative;width:100%;max-width:min(560px,92vw);margin:0 auto 28px;aspect-ratio:1}.home-integrations-hub__lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.9}.home-integrations-hub__center{position:absolute;left:50%;top:50%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:clamp(148px,28%,172px);height:clamp(148px,28%,172px);padding:18px 14px 14px;transform:translate(-50%,-50%);background:#fff;border:2px solid rgba(30,42,120,.12);border-radius:50%;box-shadow:0 0 0 10px #ff6d000f,0 16px 40px #0f172a1f;overflow:visible}.home-integrations-hub__center-ring{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;border:1px dashed rgba(255,109,0,.35);animation:home-int-ring-spin 24s linear infinite}@keyframes home-int-ring-spin{to{transform:rotate(360deg)}}.home-integrations-hub__logo{display:block;width:100%;max-width:118px;height:auto;max-height:52px;object-fit:contain;object-position:center}.home-integrations-hub__label{font-size:10px;font-weight:600;color:#64748b;line-height:1.2;text-align:center}.home-integrations-chip{position:absolute;left:var(--chip-x);top:var(--chip-y);z-index:3;transform:translate(-50%,-50%);list-style:none}.home-integrations-chip__card{display:flex;align-items:center;gap:10px;padding:10px 14px 10px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;box-shadow:0 8px 24px #0f172a14;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;white-space:nowrap}.home-integrations-chip:hover .home-integrations-chip__card{transform:scale(1.04);border-color:#ff6d0059;box-shadow:0 12px 32px #0f172a1f}.home-integrations-chip__logo{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#f8fafc;border:1px solid #eef2f7}.home-integrations-chip__logo-svg{display:block;width:28px;height:28px}.home-integrations-chip__meta{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding-right:4px}.home-integrations-chip__name{font-size:13px;font-weight:700;color:#0f172a;line-height:1.2;letter-spacing:-.02em}.home-integrations-chip__status{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#16a34a}.home-integrations-chip__status:before{content:"";width:5px;height:5px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #22c55e40}.home-integrations-trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 28px;padding:16px 24px;border-radius:14px;background:#1e2a780a;border:1px solid rgba(30,42,120,.1)}.home-integrations-trust__item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569}@media (max-width: 991px){.home-integrations-hub{display:flex;flex-direction:column;align-items:stretch;gap:0;min-height:0;max-width:440px;padding-left:20px;border-left:2px solid rgba(30,42,120,.12)}.home-integrations-hub__center{position:relative;left:auto;top:auto;transform:translate(-20px);width:100%;max-width:280px;height:auto;flex-direction:row;gap:12px;padding:14px 18px;border-radius:16px;margin-bottom:20px;align-self:flex-start}.home-integrations-hub__center-ring{display:none}.home-integrations-hub__logo{width:auto;max-width:140px;max-height:44px}.home-integrations-hub__label{font-size:11px}.home-integrations-chip{position:relative;left:auto!important;top:auto!important;transform:translate(-12px);margin-bottom:12px}.home-integrations-chip:before{content:"";position:absolute;left:-21px;top:50%;width:14px;height:2px;background:linear-gradient(90deg,#1e2a78,#ff6d00);opacity:.45}.home-integrations-chip__card{width:100%;max-width:100%}}.home-security{background:#f8fafc;border-top:1px solid #eaecef;padding-top:clamp(40px,4.5vw,64px)!important;padding-bottom:clamp(40px,4.5vw,64px)!important}.home-security__inner{max-width:1120px;margin:0 auto;padding-left:clamp(16px,3vw,24px);padding-right:clamp(16px,3vw,24px)}.home-security__header{margin-bottom:clamp(28px,3.5vw,36px)!important}.home-security__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:clamp(24px,3vw,32px)}.home-security__metric{display:flex;align-items:center;gap:16px;padding:20px 22px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0a}.home-security__metric--primary{border-color:#1e2a7833;background:#fff}.home-security__metric-value{flex-shrink:0;font-size:clamp(28px,3.5vw,36px);font-weight:700!important;color:#1e2a78;letter-spacing:-.03em;line-height:1}.home-security__metric-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;color:#ff6d00;background:#ff6d0014;border:1px solid rgba(255,109,0,.15)}.home-security__metric-text{display:flex;flex-direction:column;gap:4px;min-width:0}.home-security__metric-label{font-size:15px;font-weight:700!important;color:#0f172a;letter-spacing:-.02em;line-height:1.3}.home-security__metric-note{font-size:13px;font-weight:500;color:#64748b;line-height:1.45}.home-security__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.home-security__grid>*{display:flex;min-width:0}.home-security__grid>*>.home-security-card{flex:1;width:100%}.home-security-card{--security-accent: #1e2a78;display:flex;flex-direction:column;padding:22px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;border-top:3px solid var(--security-accent);box-shadow:0 1px 3px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.home-security-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a0f}.home-security-card__icon{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;color:var(--security-accent);background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:14px}.home-security-card__title{margin:0 0 8px;font-size:17px;font-weight:700!important;color:#0f172a;letter-spacing:-.02em;line-height:1.3}.home-security-card__desc{margin:0;flex:1;font-size:14px;font-weight:400;color:#64748b;line-height:1.55}@media (max-width: 991px){.home-security__grid{grid-template-columns:1fr}}@media (max-width: 767px){.home-security__metrics{grid-template-columns:1fr}}@media (max-width: 991px){.home-modular-grid{grid-template-columns:1fr}.home-modular-card--featured{order:-1}.home-pricing-grid{grid-template-columns:1fr!important}.home-pricing-card--featured{order:-1}}@media (min-width: 992px){.home-pricing-grid{grid-template-columns:1fr 1.08fr 1fr;align-items:stretch}}.home-hero-chip{font-size:11px;font-weight:600;color:#475569;padding:5px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.home-hero-chip:hover{border-color:#1e2a7838;box-shadow:0 4px 12px #1e2a7814}.home-hero-mock-dashboard button{font-weight:800;font-family:"Inter",var(--font-ui),sans-serif}.home-hero-mock-dashboard button div,.home-hero-mock-dashboard button span{font-weight:800!important}.home-hero-mock-dashboard .anticon{font-weight:400!important}.home-trust-eyebrow{margin:0 0 14px;font-family:"Inter",var(--font-ui),sans-serif;font-size:11px;font-weight:700!important;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8}.home-card-title{font-family:"Poppins","Inter",var(--font-ui),sans-serif!important;font-size:clamp(1.35rem,2.2vw,1.65rem);font-weight:700!important;color:#0f172a;margin:0 0 14px;letter-spacing:-.03em;line-height:1.2}.home-card-title--sm{font-size:clamp(1.05rem,1.8vw,1.25rem);margin-bottom:10px}.home-card-desc{font-family:"Inter",var(--font-ui),sans-serif;color:#64748b;font-size:.95rem;font-weight:500!important;line-height:1.75;margin:0 0 24px}.home-card-h4{font-family:"Poppins","Inter",var(--font-ui),sans-serif!important;font-size:1rem;font-weight:700!important;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.home-card-body{font-family:"Inter",var(--font-ui),sans-serif;color:#64748b;font-size:.875rem;font-weight:500!important;line-height:1.7;margin:0}@media (max-width: 991px){.home-section-inner{padding-left:16px;padding-right:16px}.home-section-header{margin-bottom:28px!important}}.saptta-navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fff;border-bottom:1px solid rgba(30,42,120,.08);transition:box-shadow .25s ease,background .25s ease}.saptta-navbar--scrolled{background:#fffffff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 24px #1e2a780f}.saptta-navbar__inner{max-width:1280px;margin:0 auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.saptta-navbar__logo{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none}.saptta-navbar__logo img{height:44px;width:auto;display:block;object-fit:contain}.saptta-navbar__nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1}.saptta-navbar__link,.saptta-navbar__trigger{position:relative;padding:10px 14px;font-family:var(--font-ui);font-size:14.5px;font-weight:500;color:#4a5270;text-decoration:none;white-space:nowrap;border:none;background:none;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:color .2s ease}.saptta-navbar__link:hover,.saptta-navbar__trigger:hover,.saptta-navbar__link--active,.saptta-navbar__trigger--active,.saptta-navbar__trigger--open{color:#1e2a78}.saptta-navbar__chevron{transition:transform .2s ease;margin-top:1px}.saptta-navbar__chevron--open{transform:rotate(180deg)}.saptta-navbar__underline{position:absolute;bottom:4px;left:50%;width:0;height:2px;border-radius:1px;background:linear-gradient(90deg,#ff6d00,#ff9800);transition:all .25s cubic-bezier(.16,1,.3,1)}.saptta-navbar__link--active .saptta-navbar__underline,.saptta-navbar__trigger--active .saptta-navbar__underline,.saptta-navbar__trigger--open .saptta-navbar__underline{left:14px;width:calc(100% - 28px)}.saptta-navbar__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.saptta-navbar__login{font-family:var(--font-ui)!important;font-weight:600!important;font-size:14px!important;height:40px!important;padding:0 14px!important;color:#374151!important;border:none!important;background:transparent!important;border-radius:8px!important}.saptta-navbar__login:hover{color:#1e2a78!important;background:#f4f6fc!important}.saptta-navbar__cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-ui);font-weight:700;font-size:14px;line-height:1;height:40px;padding:0 20px;border-radius:10px;border:1px solid #1e2a78;background:#1e2a78;color:#fff;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #1e2a7833;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease}.saptta-navbar__cta:hover{background:#162060;border-color:#162060;box-shadow:0 6px 18px #1e2a7847}.saptta-navbar__cta:active{transform:translateY(1px)}.saptta-navbar__cta--block{width:100%;height:44px}.saptta-navbar__menu-btn{font-size:22px!important;color:#1e2a78!important;padding:0!important;height:auto!important;border:none!important;background:none!important}.saptta-navbar__menu{position:relative}.saptta-navbar__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:12px;z-index:100;pointer-events:auto}.saptta-navbar__dropdown-panel{width:300px;background:#fff;border:1px solid #e8ecf4;border-radius:14px;box-shadow:0 18px 48px #1e2a781f;overflow:hidden;animation:dropdownFadeIn .15s ease}.saptta-navbar__dropdown-accent{height:3px;background:linear-gradient(90deg,#ff6d00,#ff9800)}.saptta-navbar__dropdown-body{display:flex;flex-direction:column;gap:2px;padding:10px}.saptta-navbar__dropdown-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;text-decoration:none;border-radius:10px;transition:background .15s ease}.saptta-navbar__dropdown-item:hover{background:#f8fafc}.saptta-navbar__dropdown-item--active{background:#eef2ff}.saptta-navbar__dropdown-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:6px;background:#d1d5db}.saptta-navbar__dropdown-item--active .saptta-navbar__dropdown-dot{background:#1e2a78}.saptta-navbar__dropdown-label{font-size:13.5px;font-weight:600;color:#111827;line-height:1.3}.saptta-navbar__dropdown-item--active .saptta-navbar__dropdown-label{color:#1e2a78}.saptta-navbar__dropdown-desc{font-size:11.5px;color:#9ca3af;margin-top:2px;line-height:1.4}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cta-banner-section{width:100%;padding:56px 20px 64px;background:#f8fafc}.cta-banner{display:grid;grid-template-columns:1fr 1.08fr;max-width:1180px;margin:0 auto;min-height:400px;border-radius:28px;overflow:hidden;box-shadow:0 24px 56px #4f2fd92e,0 0 0 1px #6c3bff14}.cta-banner__left{position:relative;padding:clamp(40px,5vw,56px) clamp(28px,4vw,48px);display:flex;align-items:center;background:linear-gradient(135deg,#1e2a78,#2a3f8f 55%,#ff6d00)}.cta-banner__dotgrid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px);background-size:16px 16px;pointer-events:none;opacity:.9}.cta-banner__content{position:relative;z-index:1;max-width:460px}.cta-banner__right{position:relative;min-height:400px;background-color:#9b5fe8;overflow:hidden}.cta-banner__right .mkt-img{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;height:100%}.cta-banner__right .mkt-img__frame,.cta-banner__right .mkt-img__photo{height:100%;border-radius:0}.cta-banner__right:before{content:"";position:absolute;left:0;top:0;bottom:0;width:56px;background:linear-gradient(90deg,#7C4DFF 0%,rgba(124,77,255,.4) 55%,transparent 100%);pointer-events:none}.cta-banner--mobile{grid-template-columns:1fr;min-height:auto}.cta-banner--mobile .cta-banner__left{padding:40px 24px 32px;text-align:center;justify-content:center}.cta-banner--mobile .cta-banner__content{margin:0 auto}.cta-banner--mobile .cta-banner__right{min-height:300px;background-position:55% center}.cta-banner__title{font-family:Poppins,Inter,sans-serif;font-size:clamp(1.75rem,3.1vw,2.65rem);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.03em;margin:0 0 16px;max-width:480px}.cta-banner__subtitle{font-size:clamp(.95rem,1.5vw,1.05rem);color:#ffffffe0;line-height:1.65;margin:0 0 28px;max-width:440px;font-weight:500}.cta-banner--mobile .cta-banner__subtitle{margin-left:auto;margin-right:auto}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:12px}.cta-banner--mobile .cta-banner__actions{justify-content:center}.cta-banner__btn-arrow{font-size:12px!important;transform:rotate(45deg);margin-left:2px}.cta-banner__btn-play{font-size:18px!important}.cta-banner__btn-primary{display:inline-flex!important;align-items:center!important;gap:10px!important;height:52px!important;padding:0 30px!important;border-radius:999px!important;border:none!important;font-weight:700!important;font-size:15px!important;color:#fff!important;background:linear-gradient(180deg,#ffb347,#ff8c1a 45%,#ff7a00)!important;box-shadow:0 14px 32px #ff7a006b!important;transition:transform .28s ease,box-shadow .28s ease!important}.cta-banner__btn-primary--hover,.cta-banner__btn-primary:hover{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 16px 40px #ff7a0080,0 0 28px #ff7a0059!important;animation:none}@keyframes ctaBtnPulse{0%,to{box-shadow:0 12px 32px #ff7a0066}50%{box-shadow:0 12px 36px #ff7a008c,0 0 20px #ff7a0033}}.cta-banner__btn-secondary{display:inline-flex!important;align-items:center!important;gap:10px!important;height:52px!important;padding:0 24px!important;border-radius:999px!important;font-weight:600!important;font-size:15px!important;color:#fff!important;background:transparent!important;border:1.5px solid rgba(255,255,255,.65)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;transition:all .28s ease!important}.cta-banner__btn-secondary--hover,.cta-banner__btn-secondary:hover{background:#fff3!important;border-color:#ffffffd9!important;box-shadow:0 8px 28px #ffffff26!important;transform:translateY(-1px);color:#fff!important}@media (max-width: 991px){.cta-banner-section{padding:40px 16px 48px}}.marketing-page{background:#fafbfc;overflow:hidden}.marketing-hero{position:relative;padding:48px 24px 56px;overflow:hidden;border-bottom:1px solid #eaecef}.marketing-hero__orb{position:absolute;border-radius:50%;pointer-events:none}.marketing-hero__orb--1{width:360px;height:360px;top:-120px;right:-80px;background:radial-gradient(circle,rgba(30,42,120,.08) 0%,transparent 70%)}.marketing-hero__orb--2{width:300px;height:300px;bottom:-100px;left:-60px;background:radial-gradient(circle,rgba(255,109,0,.08) 0%,transparent 70%)}.marketing-hero__inner{position:relative;z-index:1;max-width:1280px;margin:0 auto}.marketing-hero__inner--split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.marketing-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.marketing-btn{border-radius:999px!important;font-weight:700!important;height:46px!important;padding:0 24px!important}.marketing-btn--primary{background:#ff6d00!important;border:none!important;box-shadow:0 8px 20px #ff6d0047!important}.marketing-btn--primary:hover{background:#e56200!important}.marketing-btn--ghost{background:#fff!important;border:1px solid #e2e8f0!important;color:#334155!important}.marketing-stats{display:flex;flex-wrap:wrap;gap:24px}.marketing-stat__value{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#1e2a78;line-height:1}.marketing-stat__label{font-size:.75rem;color:#64748b;margin-top:4px;font-weight:600;white-space:nowrap;letter-spacing:.01em}.marketing-hero__visual{min-height:280px;display:flex;align-items:center;justify-content:center}.marketing-section{padding:72px 24px;border-bottom:1px solid #eaecef}.marketing-page--products .marketing-section--compact{padding:56px 24px}.marketing-section--white{background:#fff}.marketing-section--muted{background:linear-gradient(180deg,#f8fafc,#fff)}.marketing-section__inner{max-width:1280px;margin:0 auto}.marketing-section__inner--narrow{max-width:900px;text-align:center}.marketing-section__inner--table{max-width:960px}.marketing-showcase-controls{display:flex;flex-wrap:wrap;gap:10px}.marketing-showcase-controls--stack{flex-direction:column}.marketing-chip-btn{border-radius:10px!important;font-weight:600!important;height:auto!important;min-height:42px}.marketing-chip-btn--block{width:100%;text-align:left!important;justify-content:flex-start!important}.marketing-chip-btn--active{background:#eef2ff!important;border-color:#1e2a78!important;color:#1e2a78!important}.marketing-chip-btn--active-purple{background:#f5f3ff!important;border-color:#ff6d00!important;color:#ff6d00!important}.marketing-chip-btn--active-green{background:#ecfdf5!important;border-color:#ff6d00!important;color:#1e2a78!important}.marketing-mock{background:#f8fafc;border:1px solid #e8ecf4;border-radius:20px;padding:24px;box-shadow:0 20px 50px #0f172a0f}.marketing-mock__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-weight:700;color:#0f172a}.marketing-mock__body{background:#fff;border-radius:14px;border:1px solid #eef2f7;padding:16px}.marketing-mock__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:13px}.marketing-mock__row:last-child{border-bottom:none}.marketing-mock__muted{display:block;color:#94a3b8;font-size:11px;font-weight:500;margin-left:0;margin-top:2px}.marketing-mock__tags{display:flex;gap:8px;align-items:center}.marketing-mock__ok{color:#16a34a;font-weight:600}.marketing-mock__footer{margin-top:14px;padding:10px 14px;border-radius:10px;font-size:12px;font-weight:600;background:#f1f5f9;color:#475569}.marketing-mock__footer--success{background:#ecfdf5;color:#15803d;border:1px solid #bbf7d0}.marketing-mock__meta{display:flex;justify-content:space-between;font-size:12px;margin-bottom:12px;color:#64748b}.marketing-ledger-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}.marketing-ledger-box{background:#f8fafc;border-radius:10px;padding:12px;text-align:center;border:1px solid #eef2f7}.marketing-ledger-box__label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:4px}.marketing-ledger-box__value{font-size:1.1rem;font-weight:800;color:#0f172a}.marketing-ledger-box__value--accent{color:#ff6d00}.marketing-plan-list{list-style:none;padding:0;margin:0}.marketing-plan-list li{display:flex;gap:8px;padding:8px 0;font-size:13px;font-weight:600;color:#334155;border-bottom:1px solid #f1f5f9}.marketing-phone-wrap{display:flex;justify-content:center}.marketing-phone{width:280px;height:520px;border-radius:36px;background:#0f172a;border:10px solid #0f172a;box-shadow:0 28px 60px #0f172a33;position:relative;overflow:hidden}.marketing-phone--hero{width:240px;height:440px}.marketing-phone__notch{width:120px;height:22px;background:#0f172a;border-radius:0 0 14px 14px;position:absolute;top:0;left:50%;transform:translate(-50%);z-index:2}.marketing-phone__screen{flex:1;background:#f8fafc;padding:32px 16px 16px;height:100%;display:flex;flex-direction:column;gap:12px}.marketing-phone__top{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:800;color:#94a3b8;letter-spacing:.06em}.marketing-phone__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:logoBgPulse 2s infinite}.marketing-phone__card{background:#fff;border-radius:12px;padding:12px;border:1px solid #eef2f7}.marketing-phone__label{font-size:10px;color:#94a3b8;text-transform:uppercase;font-weight:700}.marketing-phone__widget{flex:1;background:#fff;border-radius:14px;padding:14px;border:1.5px solid #e8ecf4}.marketing-phone__widget-title{font-weight:800;font-size:13px;margin-bottom:6px}.marketing-phone__widget-status{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:6px}.marketing-phone__widget p{font-size:12px;color:#64748b;margin:0;line-height:1.5}.marketing-phone__nav{display:flex;justify-content:space-between;background:#fff;border-radius:10px;padding:10px;border:1px solid #eef2f7}.marketing-phone__nav button{border:none;background:none;font-size:9px;font-weight:800;letter-spacing:.05em;color:#94a3b8;cursor:pointer;text-transform:uppercase}.marketing-phone__nav button.active{color:#ff6d00}.marketing-phone__map{flex:1;background:linear-gradient(180deg,#e0e7ff,#ecfdf5);border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;min-height:140px}.marketing-phone__map-ring{width:80px;height:80px;border:2px dashed rgba(108,59,255,.4);border-radius:50%;animation:logoBgPulse 3s infinite}.marketing-phone__map-pin{position:absolute;width:14px;height:14px;background:#ff6d00;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 4px 12px #ff6d004d}.marketing-phone__punch-btn{background:linear-gradient(135deg,#ff6d00,#ff9800);color:#fff;text-align:center;padding:12px;border-radius:12px;font-weight:700;font-size:14px}.marketing-phone__mini{text-align:center;font-size:11px;color:#64748b;font-weight:600}.marketing-module-grid .ant-row{align-items:stretch}.marketing-module-grid__col{display:flex}.marketing-module-grid__col>*{flex:1;width:100%;display:flex}.marketing-module-grid__col>.reveal,.marketing-module-grid__col>.reveal-down,.marketing-module-grid__col>.reveal-left,.marketing-module-grid__col>.reveal-right,.marketing-module-grid__col>.reveal-scale{flex:1;display:flex;width:100%}.marketing-module-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e8ecf4;border-top:3px solid var(--module-accent, #1e2a78);height:100%;width:100%;display:flex;flex-direction:column;box-shadow:0 4px 16px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.marketing-module-card:hover{border-color:#d4dae8;box-shadow:0 8px 24px #0f172a0f}.marketing-module-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.marketing-module-card__code{width:44px;height:44px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.marketing-module-card__tag{display:inline-block;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#64748b;background:#f8fafc;border:1px solid #e8ecf4}.marketing-module-card__features{list-style:none;padding:14px 0 0;margin:auto 0 0;border-top:1px solid #f1f5f9}.marketing-module-card__features li{display:flex;gap:8px;font-size:12.5px;color:#475569;padding:5px 0;font-weight:500}.marketing-workflow{padding:48px 24px}.marketing-workflow__title,.marketing-workflow__eyebrow{display:block;text-align:center;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:700;color:#1e2a78;margin:0 auto 28px;text-transform:uppercase;letter-spacing:.1em;padding:8px 16px;background:#fff;border:1px solid #e8ecf4;border-radius:999px;width:fit-content}.marketing-workflow__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1000px;margin:0 auto}.marketing-workflow__step{display:flex;gap:12px;align-items:flex-start;padding:18px;background:#fff;border-radius:14px;border:1px solid #e8ecf4;box-shadow:0 2px 8px #0f172a08}.marketing-workflow__num{width:32px;height:32px;border-radius:50%;background:#1e2a78;color:#fff;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.marketing-workflow__step strong{display:block;color:#0f172a;margin-bottom:4px}.marketing-workflow__step p{margin:0;font-size:12px;color:#64748b;line-height:1.5}.marketing-related-grid .ant-row{align-items:stretch}.marketing-related-grid__col{display:flex}.marketing-related-grid__col>.reveal,.marketing-related-grid__col>.reveal-down,.marketing-related-grid__col>.reveal-left,.marketing-related-grid__col>.reveal-right,.marketing-related-grid__col>.reveal-scale{flex:1;display:flex;width:100%}.marketing-related-card{width:100%;height:100%;display:flex;flex-direction:column;text-align:left;background:#fff;border:1px solid #e8ecf4;border-radius:16px;padding:24px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.marketing-related-card:hover{border-color:#d4dae8;box-shadow:0 8px 24px #0f172a0f}.marketing-related-card__eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.marketing-related-card__stats{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.marketing-related-card__stats span{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;background:#f1f5f9;color:#475569}.marketing-related-card__link{margin-top:auto;padding-top:12px;font-size:13px;font-weight:700}@media (max-width: 767px){.marketing-related-grid .marketing-related-card{padding:20px}}.marketing-product-card{position:relative;background:#fff;border-radius:20px;border:1px solid #e8ecf4;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 16px 40px #0f172a0d;transition:transform .3s ease,box-shadow .3s ease}.marketing-product-card:hover{border-color:#d4dae8;box-shadow:0 12px 32px #0f172a14}.marketing-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}.marketing-products-grid--primary{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:20px}.marketing-products-links{margin:28px 0 0;text-align:center;font-size:14px;color:#64748b}.marketing-products-links__btn{background:none;border:none;padding:0;font:inherit;font-weight:700;color:#1e2a78;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.marketing-products-links__btn:hover{color:#ff6d00}.marketing-products-links__sep{margin:0 12px;opacity:.45}.marketing-mobile-addon{display:grid;grid-template-columns:minmax(160px,220px) 1fr;gap:24px;align-items:center;padding:24px 28px;border-radius:16px;border:1px solid #e8ecf4;border-left:4px solid #1e2a78;background:#fff;box-shadow:0 8px 24px #0f172a0d}.marketing-mobile-addon__visual{border-radius:12px;overflow:hidden;height:120px}.marketing-mobile-addon__visual .mkt-img,.marketing-mobile-addon__visual .mkt-img__frame{height:100%;border:none;box-shadow:none}.marketing-mobile-addon__visual .mkt-img__photo{object-fit:cover;height:100%}.marketing-mobile-addon__body{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.marketing-mobile-addon__cta{margin-top:4px;font-weight:700;border-radius:999px;height:42px;padding:0 20px}.marketing-platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.marketing-feature-tile--icon{display:flex;flex-direction:column;gap:8px}.products-trust-strip{padding:24px 24px 28px;background:#fafbfc;border-bottom:1px solid #eaecef}.products-trust-strip__inner{max-width:1040px;margin:0 auto;text-align:center}.products-trust-strip__rating{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;margin-bottom:12px;padding:8px 16px;border-radius:999px;background:#fff;border:1px solid #e8ecf4;box-shadow:0 4px 14px #0a11280a}.products-trust-strip__stars{color:#f59e0b;font-size:14px;letter-spacing:2px}.products-trust-strip__score{font-size:14px;font-weight:800;color:#0f172a}.products-trust-strip__score-label{font-size:12px;font-weight:600;color:#64748b}.products-trust-strip__title{margin:0 0 18px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.products-trust-strip__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 32px}.products-trust-strip__logo{opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease,color .25s ease}.products-trust-strip__logo--visible{opacity:1;transform:translateY(0)}.products-trust-strip__mark{display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:default;transition:color .25s ease}.products-trust-strip__mark:hover{color:var(--logo-brand, #475569)}.products-trust-strip__mark .home-trusted-by__svg{height:22px}.marketing-platform-footnote{margin:24px 0 0;text-align:center}.marketing-feature-tile__icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#1e2a78;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.selector-result-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.selector-result-demo{background:none;border:none;padding:0;color:#ffffffd9;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;text-decoration:underline;text-underline-offset:3px}.selector-result-demo:hover{color:#fff}.marketing-product-col{display:flex;width:100%;min-width:0;height:100%}.marketing-product-col.reveal,.marketing-product-col.reveal-scale,.marketing-product-col.reveal-down,.marketing-product-col.reveal-left,.marketing-product-col.reveal-right{width:100%}.marketing-product-card--featured{border-color:#ff6d00;border-top:3px solid #ff6d00;box-shadow:0 12px 32px #ff6d001a}.marketing-product-card--featured:hover{box-shadow:0 16px 40px #ff6d0024}.marketing-product-card__badge{position:absolute;top:16px;right:16px;z-index:2;background:linear-gradient(135deg,#ff6d00,#ff9800);color:#fff;font-size:10px;font-weight:800;padding:5px 12px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase}.marketing-product-card__eyebrow{align-self:flex-start;margin-bottom:10px!important}.marketing-product-card__headline{margin-bottom:8px!important;min-height:2.6em;line-height:1.25}.marketing-product-card__desc{margin:0 0 12px!important;min-height:4.5em;line-height:1.55}.marketing-product-card__cta{margin-top:auto!important}.marketing-product-features{list-style:none;margin:0 0 16px;padding:0;flex:1;display:flex;flex-direction:column;gap:7px;min-height:7.5em}.marketing-product-features li{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;line-height:1.4}.marketing-product-features li:before{content:"✓";flex-shrink:0;width:18px;height:18px;border-radius:5px;background:#eef2ff;color:#1e2a78;font-size:10px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.marketing-card-visual{flex-shrink:0;height:196px;min-height:196px;max-height:196px;background:linear-gradient(180deg,#f8fafc,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px 16px;border-bottom:1px solid #f1f5f9}.marketing-card-visual .marketing-visual{width:100%;max-width:280px;min-height:0!important;height:168px;max-height:168px;margin:0 auto;transform:scale(.72);transform-origin:center center}.marketing-card-visual--mobile .marketing-visual{height:168px;max-height:168px}.marketing-card-visual--mobile .marketing-phone--hero{transform:scale(.78);transform-origin:center center}.marketing-card-visual--photo{padding:0}.marketing-card-visual--photo .marketing-card-visual__frame,.marketing-card-visual--photo .mkt-img{width:100%;height:100%;max-width:none;border-radius:0}.marketing-card-visual--photo .mkt-img__frame{height:100%;border-radius:0;border:none;box-shadow:none}.marketing-card-visual--photo .mkt-img__photo{height:100%;object-fit:cover}@media (max-width: 1199px){.marketing-products-grid,.marketing-products-grid--primary{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-mobile-addon{grid-template-columns:1fr}.marketing-mobile-addon__visual{height:160px}}@media (max-width: 575px){.marketing-products-grid{grid-template-columns:1fr}.marketing-product-card__headline,.marketing-product-card__desc,.marketing-product-features{min-height:0}}.marketing-product-card__body{padding:24px;flex:1;display:flex;flex-direction:column}.marketing-feature-tile{background:#fff;border-radius:14px;padding:22px;border:1px solid #e8ecf4;height:100%;transition:box-shadow .25s ease}.marketing-feature-tile:hover{box-shadow:0 12px 28px #1e2a7814}.marketing-visual{position:relative;width:100%;max-width:380px;min-height:260px}.marketing-visual__card{position:absolute;background:#fff;border-radius:12px;padding:12px 14px;border:1px solid #eef2f7;box-shadow:0 8px 24px #0f172a14;font-size:12px;z-index:2}.marketing-visual__card--float{top:20px;left:0;animation:floatY 4s ease-in-out infinite}.marketing-visual__card--float-delay{top:90px;right:0;animation:floatY 4.5s ease-in-out infinite .5s}.marketing-visual__card--accent{bottom:24px;left:50%;transform:translate(-50%);text-align:center;border-color:#c7d2fe;background:linear-gradient(180deg,#eef2ff,#fff)}.marketing-visual__card--green{border-color:#bbf7d0;background:linear-gradient(180deg,#ecfdf5,#fff)}.marketing-visual__row{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:#64748b}.marketing-visual__row strong{color:#0f172a}.marketing-visual__bar{height:6px;border-radius:999px;background:#e2e8f0}.marketing-visual__pulse{width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block;margin-right:6px;animation:logoBgPulse 1.5s infinite}.marketing-visual__chart{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;align-items:flex-end;gap:6px;height:80px;z-index:1}.marketing-visual__chart-bar{width:22px;background:linear-gradient(180deg,#ff6d00,#1e2a78);border-radius:6px 6px 0 0;animation:fadeInUp .8s ease backwards}.marketing-visual__svg{width:100%;height:auto;opacity:.5}.marketing-visual__ring{animation:logoBgPulse 4s infinite}.marketing-visual__ring-slow{animation:spin 20s linear infinite;transform-origin:center}.marketing-visual__orbit-dot{animation:orbit 6s linear infinite;transform-origin:160px 100px}.marketing-visual--platform{min-height:220px;display:flex;align-items:center;justify-content:center}.marketing-visual__hub{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#1e2a78,#ff6d00);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #ff6d0042;z-index:2;animation:logoBgPulse 3s infinite}.marketing-visual__satellite{position:absolute;left:50%;top:50%;margin-left:-40px;margin-top:-14px;width:80px;text-align:center}.marketing-visual__satellite span{display:inline-block;font-size:10px;font-weight:700;padding:4px 8px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#334155;box-shadow:0 4px 12px #0f172a0f}.marketing-table-category{background:#eef2ff;border-radius:8px;padding:8px 12px;font-weight:700;color:#1e2a78;font-size:12px;border-left:3px solid #FF6D00}.marketing-table-feature{font-size:13px;color:#334155;padding-left:8px}.marketing-comparison-table{border-radius:16px;overflow:hidden;border:1px solid #e8ecf4}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes orbit{0%{transform:rotate(0) translate(48px) rotate(0)}to{transform:rotate(360deg) translate(48px) rotate(-360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 991px){.marketing-hero__inner--split{grid-template-columns:1fr}.marketing-hero__visual{min-height:200px}.marketing-workflow__steps{grid-template-columns:1fr 1fr}.marketing-section{padding:48px 16px}}@media (max-width: 575px){.marketing-workflow__steps{grid-template-columns:1fr}}.marketing-section--grid{position:relative}.marketing-section--grid .marketing-section__inner{position:relative;z-index:1}.marketing-section--grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(30,42,120,.07) .6px,transparent .6px);background-size:20px 20px;pointer-events:none;opacity:.6}.marketing-float-canvas{position:relative;min-height:380px;width:100%}.marketing-float-card{position:absolute;background:#fff;border-radius:16px;border:1px solid #e8ecf4;box-shadow:0 16px 40px #0f172a14;padding:16px;animation:floatY 5s ease-in-out infinite}.marketing-float-card--profile{top:8px;left:0;width:200px;z-index:3}.marketing-float-card--chart{top:100px;right:0;width:240px;z-index:2;animation-delay:.4s}.marketing-float-card--timeline{bottom:0;left:24px;width:220px;z-index:4;animation-delay:.8s}.marketing-float-card--tabs{top:20px;left:0;width:260px}.marketing-float-card__tag{margin-bottom:8px}.marketing-float-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#f5f3ff);display:flex;align-items:center;justify-content:center;font-weight:800;color:#1e2a78;margin-bottom:8px}.marketing-float-card__label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.marketing-float-card__total{font-size:12px;color:#64748b;margin-top:12px}.marketing-float-card__total strong{color:#1e2a78}.marketing-float-bars{display:flex;flex-direction:column;gap:8px}.marketing-float-bar-row{display:grid;grid-template-columns:56px 1fr;gap:8px;align-items:center;font-size:11px;color:#64748b}.marketing-float-bar-track{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.marketing-float-bar-fill{height:100%;border-radius:999px}.marketing-float-step{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569;padding:5px 0}.marketing-float-step__dot{width:10px;height:10px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0}.marketing-float-step__dot--done{background:#ff6d00;border-color:#ff6d00}.marketing-float-tabs{display:flex;gap:8px;margin-bottom:12px}.marketing-float-tabs span{font-size:11px;font-weight:700;padding:4px 10px;border-radius:8px;color:#64748b;background:#f8fafc}.marketing-float-tabs span.active{background:#eef2ff;color:#1e2a78}.marketing-float-table__head,.marketing-float-table__row{display:flex;justify-content:space-between;font-size:12px;padding:6px 0;border-bottom:1px solid #f1f5f9}.marketing-float-table__head{color:#94a3b8;font-weight:700;text-transform:uppercase;font-size:10px}.marketing-highlight-card{display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between;background:#fff;color:#0f172a;border-radius:16px;padding:28px 32px;border:1px solid #e8ecf4;border-left:4px solid #ff6d00;box-shadow:0 8px 28px #0f172a0d}.marketing-highlight-card__content{flex:1;min-width:220px}.marketing-highlight-card__badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ff6d00;margin-bottom:10px}.marketing-highlight-card__title{font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:700;margin:0 0 10px;color:#1e2a78}.marketing-highlight-card__desc{margin:0;color:#64748b;font-size:.95rem;line-height:1.65;max-width:52ch}.marketing-highlight-card__btn{border:none;background:#ff6d00;color:#fff;font-weight:700;font-size:14px;padding:12px 24px;border-radius:999px;cursor:pointer;flex-shrink:0;transition:background .2s ease,box-shadow .2s ease}.marketing-highlight-card__btn:hover{background:#e56200;box-shadow:0 6px 16px #ff6d0047}.marketing-accordion{border:1px solid #e8ecf4;border-radius:16px;overflow:hidden;background:#fff}.marketing-accordion__item{border-bottom:1px solid #f1f5f9}.marketing-accordion__item:last-child{border-bottom:none}.marketing-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border:none;background:#fff;font-weight:700;font-size:14px;color:#0f172a;cursor:pointer;text-align:left}.marketing-accordion__item--open .marketing-accordion__trigger{color:#1e2a78}.marketing-accordion__panel{padding:0 20px 18px;background:#f8fafc;color:#475569;margin:0;border-top:1px solid #f1f5f9}.marketing-accordion__panel p{margin:0 0 12px;font-size:13.5px;line-height:1.65;color:#64748b}.marketing-accordion__cta{border:none;background:transparent;color:#ff6d00;font-weight:700;font-size:13px;padding:0;cursor:pointer}.marketing-accordion__cta:hover{text-decoration:underline}.marketing-accordion__chevron{font-size:18px;color:#94a3b8;font-weight:400}.marketing-module-card--featured{background:#fff;border-color:#e8ecf4;border-top-color:var(--module-accent, #ff6d00);box-shadow:0 8px 28px #ff6d001a}.marketing-stats-row{padding:32px 24px;background:#fff;border-bottom:1px solid #eaecef}.marketing-stats-row__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.marketing-stats-row__icon{display:block;font-size:18px;margin-bottom:6px;opacity:.7}.marketing-contact-categories{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.marketing-contact-cat{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;font-weight:600;font-size:13px;color:#475569;cursor:pointer;transition:all .2s ease}.marketing-contact-cat--active{background:#eef2ff;border-color:#1e2a78;color:#1e2a78}.marketing-contact-form-card{background:#fff;border-radius:20px;padding:32px;border:1px solid #e8ecf4;box-shadow:0 20px 50px #0f172a0f}.marketing-contact-trust{text-align:center;font-size:12px;color:#64748b;margin-top:12px}.marketing-contact-channels{display:flex;flex-direction:column;gap:12px;margin-top:16px}.marketing-contact-channel{display:flex;gap:14px;align-items:center;padding:14px 16px;border-radius:14px;border:1px solid #e8ecf4;background:#f8fafc}.marketing-contact-channel__icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px}.marketing-faq-collapse{background:transparent!important}.marketing-faq-collapse .ant-collapse-item{border:1px solid #e8ecf4!important;border-radius:12px!important;margin-bottom:10px!important;overflow:hidden;background:#fff!important}.marketing-input{border-radius:10px!important}@media (max-width: 991px){.marketing-stats-row__grid{grid-template-columns:repeat(2,1fr)}.marketing-float-canvas{min-height:320px;transform:scale(.92);transform-origin:top center}.marketing-float-card--chart{right:-8px}}.security-iso{position:relative;width:100%;max-width:420px;min-height:360px;margin:0 auto;perspective:900px}.security-iso--compact{max-width:320px;min-height:280px}.security-iso__grid{position:absolute;top:12%;right:8%;bottom:20%;left:8%;background-image:linear-gradient(rgba(108,59,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(108,59,255,.08) 1px,transparent 1px);background-size:24px 24px;transform:rotateX(58deg) rotate(-8deg);border-radius:16px;opacity:.9}.security-iso__glow{position:absolute;top:20%;right:10%;bottom:20%;left:10%;background:radial-gradient(ellipse at center,rgba(108,59,255,.22),transparent 70%);filter:blur(20px);animation:security-glow-pulse 4s ease-in-out infinite}@keyframes security-glow-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.security-iso__float{position:absolute;z-index:3;display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:#fff;border:1px solid;font-size:11px;font-weight:700;box-shadow:0 12px 28px #1e2a781a;animation:security-float 3.5s ease-in-out infinite}.security-iso__float-dot{width:6px;height:6px;border-radius:50%}@keyframes security-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.security-iso__scene{position:relative;z-index:2;margin-top:48px;transform-style:preserve-3d;animation:security-scene-tilt 8s ease-in-out infinite}@keyframes security-scene-tilt{0%,to{transform:rotateY(-6deg) rotateX(4deg)}50%{transform:rotateY(6deg) rotateX(2deg)}}.security-iso__cloud{position:relative;margin:0 auto;width:72%;padding:20px 16px 16px;background:linear-gradient(145deg,#fff,#eef2ff);border-radius:20px 20px 12px 12px;border:1px solid rgba(108,59,255,.2);box-shadow:0 24px 48px #2563eb26,inset 0 1px #ffffffe6;transform:translateZ(24px)}.security-iso__cloud-inner{display:flex;flex-direction:column;align-items:center;gap:10px}.security-iso__shield{animation:security-shield-pulse 2.5s ease-in-out infinite}@keyframes security-shield-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.security-iso__lock-row{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.security-iso__lock-pill{font-size:10px;font-weight:600;padding:4px 8px;border-radius:999px;background:#ff6d001a;color:#1e2a78}.security-iso__person{position:absolute;bottom:52px;left:18%;width:36px;transform:translateZ(40px)}.security-iso__person-head{width:14px;height:14px;border-radius:50%;background:#1e2a78;margin:0 auto 4px}.security-iso__person-body{width:22px;height:28px;margin:0 auto;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#1e2a78,#ff6d00)}.security-iso__key{position:absolute;right:-20px;top:20px;width:18px;height:8px;border-radius:4px;background:#ff6d00;box-shadow:8px 0 #ff6d00;animation:security-key-swing 2s ease-in-out infinite}@keyframes security-key-swing{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}.security-iso__base{height:12px;width:85%;margin:-4px auto 0;background:linear-gradient(90deg,#c7d2fe,#e0e7ff,#c7d2fe);border-radius:4px;transform:rotateX(72deg) scaleY(.35);box-shadow:0 8px 24px #1e2a7826}.security-iso__orbit{position:absolute;border:1px dashed rgba(108,59,255,.25);border-radius:50%;pointer-events:none}.security-iso__orbit--1{width:88%;height:88%;top:6%;left:6%;animation:security-orbit-spin 20s linear infinite}.security-iso__orbit--2{width:70%;height:70%;top:15%;left:15%;animation:security-orbit-spin 14s linear infinite reverse}@keyframes security-orbit-spin{to{transform:rotate(360deg)}}.industry-visual{position:relative;border-radius:20px;padding:28px 24px;min-height:200px;overflow:hidden;box-shadow:0 24px 56px #0f172a1f;transform-style:preserve-3d;transition:transform .35s ease,box-shadow .35s ease}.industry-visual:hover{transform:translateY(-4px) rotateX(2deg);box-shadow:0 32px 64px #0f172a29}.industry-visual--large{min-height:280px;padding:36px 28px}.industry-visual__pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;background-image:radial-gradient(circle at 20% 30%,#fff 2px,transparent 2px);background-size:20px 20px}.industry-visual__icon{font-size:48px;line-height:1;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12));animation:industry-icon-float 4s ease-in-out infinite}.industry-visual--large .industry-visual__icon{font-size:64px}@keyframes industry-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.industry-visual__label{margin-top:12px;font-weight:800;font-size:18px;font-family:var(--font-ui)}.industry-visual__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.industry-visual__chip{font-size:11px;font-weight:600;padding:5px 10px;border-radius:999px;background:#ffffffd9;color:#334155;border:1px solid rgba(255,255,255,.6)}.marketing-industry-card{height:100%;background:#fff;border-radius:18px;border:1px solid #e8ecf4;border-top:4px solid #FF6D00;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.marketing-industry-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px #1e2a781f}.marketing-industry-card__visual{padding:12px 12px 0}.marketing-industry-card__visual .industry-visual{min-height:160px;padding:20px}.marketing-industry-card__body{padding:20px 22px 24px}.marketing-industry-card__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.marketing-industry-card__cta{background:none;border:none;padding:0;font-weight:700;font-size:13px;cursor:pointer}.marketing-industry-card__cta-secondary{background:none;border:none;padding:0;font-size:13px;color:#64748b;cursor:pointer}.marketing-industry-pill{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;border-radius:16px;border:1px solid;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.marketing-industry-pill:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a1a}.marketing-resource-card{height:100%;padding:24px;border-radius:16px;border:1px solid #e8ecf4;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.marketing-resource-card:hover{border-color:#c7d2fe;box-shadow:0 16px 40px #6c3bff1a;transform:translateY(-3px)}.marketing-resource-card__cat{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#ff6d00;margin-bottom:10px}.marketing-resource-card__time{display:block;font-size:12px;color:#94a3b8;margin-top:8px}.marketing-resource-card__link{display:inline-block;margin-top:12px;font-weight:700;font-size:13px;color:#1e2a78;background:none;border:none;padding:0;cursor:pointer}.marketing-solution-card{height:100%;padding:28px;border-radius:18px;border:1px solid #e8ecf4;border-top:4px solid #FF6D00;background:#fff;box-shadow:0 12px 32px #0f172a0a}.marketing-solution-card__industries{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px}.marketing-solution-card__industries .home-section-badge{cursor:pointer;transition:transform .2s}.marketing-solution-card__industries .home-section-badge:hover{transform:scale(1.03)}.marketing-back-link{font-weight:600;font-size:14px;text-decoration:none}.marketing-back-link:hover{text-decoration:underline}.marketing-page__back-bar{background:#fff;border-bottom:1px solid #f1f5f9;padding:10px 0}.marketing-page__back-bar .marketing-back-link{color:#1e2a78;display:inline-flex;align-items:center;gap:4px}.marketing-page__back-bar .marketing-back-link:hover{color:#ff6d00}.legal-page__hero{background:linear-gradient(135deg,#eef2ff,#f8fafc,#fff);padding:clamp(72px,10vw,100px) 0 clamp(32px,5vw,48px);border-bottom:1px solid #e8ecf4}.legal-page__meta{margin-top:16px;font-size:13px;color:#64748b}.legal-page__meta a{color:#1e2a78;font-weight:600}.legal-page__grid{display:grid;grid-template-columns:220px 1fr;gap:clamp(32px,5vw,56px);align-items:start}.legal-page--embedded .legal-page__body--embedded{padding-top:0}.legal-page__toc{position:sticky;top:96px}.legal-page__toc-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:12px}.legal-page__toc-link{display:block;padding:8px 0;font-size:13px;font-weight:500;color:#475569;text-decoration:none;border-bottom:1px solid #f1f5f9;transition:color .2s}.legal-page__toc-link:hover{color:#ff6d00}.legal-section{margin-bottom:40px;scroll-margin-top:96px}.legal-section__title{font-size:clamp(1.15rem,2vw,1.35rem);font-weight:800;color:#0f172a;margin-bottom:14px;letter-spacing:-.02em}.legal-section__subtitle{font-size:1rem;font-weight:700;color:#1e293b;margin:20px 0 10px}.legal-section__p{font-size:15px;line-height:1.75;color:#475569;margin-bottom:12px}.legal-section__list{margin:0 0 16px 1.25rem;color:#475569;font-size:15px;line-height:1.7}.legal-section__list li{margin-bottom:8px}.legal-page__contact{margin-top:32px;padding:20px 24px;background:#f8fafc;border-radius:14px;border:1px solid #e8ecf4;font-size:14px;color:#475569}.legal-page__contact a{color:#1e2a78;font-weight:600}.legal-page__related{padding:40px 0 56px}.legal-page__related-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:14px;text-align:center}.legal-page__related-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.legal-page__related-pill{text-decoration:none}.legal-pillar-card{height:100%;padding:22px;background:#fff;border-radius:16px;border:1px solid #e8ecf4;border-top:4px solid #FF6D00}.legal-pillar-card__icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:12px;font-size:20px;margin-bottom:12px}.security-page__visual{display:flex;justify-content:center}.status-page__hero{background:linear-gradient(135deg,#ecfdf5,#f8fafc,#fff);padding:clamp(72px,10vw,96px) 0 48px;text-align:center}.status-page__banner{display:inline-flex;align-items:center;gap:16px;margin-top:24px;padding:18px 28px;background:#fff;border-radius:16px;border:1px solid #e8ecf4;box-shadow:0 12px 32px #0f172a0f;text-align:left}.status-page__banner--ok{border-color:#bbf7d0;background:linear-gradient(135deg,#f0fdf4,#fff)}.status-page__banner strong{display:block;font-size:1.1rem;color:#0f172a}.status-page__banner p{margin:4px 0 0;font-size:13px;color:#64748b}.status-page__list{list-style:none;margin:0;padding:0}.status-page__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid #eef2f7;flex-wrap:wrap}.status-page__desc{display:block;font-size:13px;color:#64748b;font-weight:400;margin-top:2px}.status-pill{font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;white-space:nowrap}.status-pill--ok{background:#dcfce7;color:#15803d}.status-pill--warn{background:#fef3c7;color:#b45309}.status-pill--down{background:#fee2e2;color:#b91c1c}.status-page__incidents{list-style:none;margin:0;padding:0}.status-page__incident{padding:20px 0;border-bottom:1px solid #e8ecf4}.status-page__incident-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px;font-size:13px;color:#64748b}.cookie-consent{position:fixed;inset:auto 0 0 0;z-index:10000;padding:clamp(12px,3vw,20px);pointer-events:none}.cookie-consent__panel{pointer-events:auto;max-width:520px;margin:0 auto;background:#fff;border-radius:18px;padding:22px 24px;border:1px solid #e8ecf4;box-shadow:0 -8px 48px #0f172a2e;position:relative}.cookie-consent__close{position:absolute;top:12px;right:12px;border:none;background:#f1f5f9;width:32px;height:32px;border-radius:8px;cursor:pointer;color:#64748b}.cookie-consent__title{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 8px;padding-right:28px}.cookie-consent__text{font-size:14px;line-height:1.6;color:#475569;margin:0 0 18px}.cookie-consent__text a{color:#ff6d00;font-weight:600}.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.cookie-consent__settings-btn{color:#64748b!important;font-weight:600}.cookie-consent__prefs{margin-bottom:16px}.cookie-consent__pref-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #f1f5f9}.cookie-consent__pref-row strong{display:block;font-size:14px;color:#0f172a}.cookie-consent__pref-row span{display:block;font-size:12px;color:#64748b;margin-top:2px}.footer-legal-link--btn{background:none;border:none;padding:0;cursor:pointer;font:inherit}.pricing-enterprise__jump{font-size:14px;font-weight:600;color:#ff6d00;text-decoration:none}.pricing-enterprise__jump:hover{text-decoration:underline}.pricing-enterprise__card{position:relative;border-radius:24px;padding:clamp(28px,4vw,48px);background:linear-gradient(145deg,#0f172a,#1e2a78 45%,#312e81);border:1px solid rgba(214,154,45,.35);box-shadow:0 28px 64px #0f172a38;overflow:hidden}.pricing-enterprise__glow{position:absolute;top:-80px;right:-60px;width:280px;height:280px;background:radial-gradient(circle,rgba(214,154,45,.2),transparent 70%);pointer-events:none}.pricing-enterprise__layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,40px);align-items:start}.pricing-enterprise__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:linear-gradient(135deg,#ff6d00,#ff9800);color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.pricing-enterprise__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-.03em}.pricing-enterprise__desc{color:#ffffffb8;font-size:15px;line-height:1.65;margin:0 0 20px;max-width:480px}.pricing-enterprise__price-label{display:block;font-size:clamp(2rem,4vw,2.75rem);font-weight:900;color:#e2ad4a;letter-spacing:-.02em}.pricing-enterprise__price-note{display:block;font-size:13px;color:#ffffff80;margin-top:4px}.pricing-enterprise__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.pricing-enterprise__footnote{margin-top:16px;font-size:12px;color:#ffffff73;display:flex;align-items:center;gap:8px}.pricing-enterprise__features{display:flex;flex-direction:column;gap:12px}.pricing-enterprise__feature{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:#ffffffe0}.pricing-enterprise__check{color:#e2ad4a!important;font-size:14px;margin-top:3px;flex-shrink:0}.pricing-enterprise__areas{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.pricing-enterprise__area{background:#fff;border-radius:16px;padding:22px 24px;border:1px solid #e8ecf4}.pricing-enterprise__area ul{margin:12px 0 0;padding-left:1.1rem;color:#475569;font-size:14px;line-height:1.65}.pricing-enterprise__area li{margin-bottom:6px}.pricing-enterprise__process{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.pricing-enterprise__step{background:#fff;border-radius:16px;padding:22px 20px;border:1px solid #e8ecf4;border-top:3px solid #FF6D00}.pricing-enterprise__step-num{display:inline-block;font-size:12px;font-weight:800;color:#1e2a78;margin-bottom:8px}@media (max-width: 991px){.pricing-enterprise__layout{grid-template-columns:1fr}}@media (max-width: 991px){.legal-page__grid{grid-template-columns:1fr}.cookie-consent__panel{max-width:100%}}.mkt-img{margin:0;width:100%}.mkt-img__frame{position:relative;overflow:hidden;width:100%}.mkt-img__photo{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.mkt-img--aspect-16-10 .mkt-img__frame{aspect-ratio:16 / 10}.mkt-img--aspect-4-3 .mkt-img__frame{aspect-ratio:4 / 3}.mkt-img--aspect-1-1 .mkt-img__frame{aspect-ratio:1 / 1}.mkt-img--aspect-21-9 .mkt-img__frame{aspect-ratio:21 / 9}.mkt-img--aspect-3-4 .mkt-img__frame{aspect-ratio:3 / 4}.mkt-img--card .mkt-img__frame{border-radius:18px;box-shadow:0 20px 50px #0f172a1f;border:1px solid #e8ecf4}.mkt-img--glass .mkt-img__frame{border-radius:22px;padding:10px;background:#ffffff8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.65);box-shadow:0 30px 60px #1e2a781f}.mkt-img--glass .mkt-img__photo{border-radius:14px}.mkt-img--arch .mkt-img__frame{border-radius:28px 28px 12px 12px;box-shadow:0 24px 48px #6c3bff26}.mkt-img--tilt{perspective:900px}.mkt-img--tilt .mkt-img__frame{border-radius:16px;transform:rotateY(-4deg) rotateX(2deg);box-shadow:24px 32px 56px #0f172a2e;transition:transform .4s ease}.mkt-img--tilt:hover .mkt-img__frame{transform:rotateY(0) rotateX(0)}.mkt-img--tilt:hover .mkt-img__photo{transform:scale(1.04)}.mkt-img--polaroid .mkt-img__frame{padding:12px 12px 48px;background:#fff;border-radius:4px;box-shadow:0 16px 40px #0f172a24;transform:rotate(-1.5deg)}.mkt-img--polaroid .mkt-img__photo{border-radius:2px}.mkt-img--device .mkt-img__frame{border-radius:20px;border:3px solid #1e293b;box-shadow:0 32px 64px #0f172a33;background:#0f172a;padding:8px 8px 12px}.mkt-img--device .mkt-img__photo{border-radius:12px}.mkt-img--phone .mkt-img__frame{border-radius:20px;border:1px solid #e8ecf4;box-shadow:0 20px 48px #1e2a781f;background:#fff;padding:10px;aspect-ratio:unset}.mkt-img--phone .mkt-img__photo{border-radius:12px;object-fit:contain;width:100%;height:auto;max-height:440px}.mkt-img--plain .mkt-img__frame{border:none;box-shadow:none;background:transparent;padding:0;border-radius:12px;overflow:hidden}.mkt-img--plain .mkt-img__photo{border-radius:12px;object-fit:contain;width:100%;height:100%}.mkt-img--plain.mkt-img--aspect-auto .mkt-img__frame{aspect-ratio:unset}.mkt-img--plain.mkt-img--aspect-auto .mkt-img__photo{height:auto;max-height:min(480px,72vh)}.mkt-img__device-notch{position:absolute;top:14px;left:50%;transform:translate(-50%);width:48px;height:5px;border-radius:999px;background:#334155;z-index:2}.mkt-img--fullbleed .mkt-img__frame{border-radius:0;min-height:280px}.mkt-img--fullbleed .mkt-img__overlay{background:linear-gradient(90deg,rgba(15,23,42,.75) 0%,transparent 65%)}.mkt-img--bento .mkt-img__frame{border-radius:14px;border:1px solid #e2e8f0}.mkt-img--split .mkt-img__frame{border-radius:48px 16px 24px;box-shadow:16px 24px 48px #6c3bff2e}.mkt-img--float .mkt-img__frame{border-radius:20px;box-shadow:20px 28px #eef2ff,0 24px 48px #1e2a781f}.home-automation{background:#f8fafc;border-bottom:1px solid #eaecef;padding-top:clamp(40px,4.5vw,64px)!important;padding-bottom:clamp(40px,4.5vw,64px)!important}.home-automation__inner{max-width:1200px;margin:0 auto;padding-left:clamp(16px,3vw,24px);padding-right:clamp(16px,3vw,24px)}.home-automation__header{margin-bottom:clamp(28px,3.5vw,40px)!important}.home-automation__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:clamp(24px,3.5vw,40px);align-items:stretch}.home-automation__workflow{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:clamp(20px,2.5vw,28px);box-shadow:0 1px 3px #0f172a0a}.home-automation__workflow-label{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1e2a78}.home-automation__workflow-label .anticon{font-size:13px;color:#ff6d00}.home-automation__steps{list-style:none;margin:0;padding:0}.home-automation__step-item{display:flex;flex-direction:column;align-items:stretch}.home-automation-step{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-family:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.home-automation-step:hover{border-color:#cbd5e1;background:#f8fafc}.home-automation-step.is-active{border-color:#ff6d0073;border-left:3px solid #ff6d00;background:#fffbf7;box-shadow:0 2px 8px #0f172a0a}.home-automation-step.is-complete{border-color:#e2e8f0;background:#fff}.home-automation-step__index{flex-shrink:0;width:26px;height:26px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#64748b;background:#f1f5f9}.home-automation-step.is-active .home-automation-step__index{color:#fff;background:#ff6d00}.home-automation-step.is-complete .home-automation-step__index{color:#1e2a78;background:#1e2a781a;font-size:12px}.home-automation-step__icon{flex-shrink:0;width:40px;height:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.home-automation-step.is-active .home-automation-step__icon{color:#1e2a78;background:#fff;border-color:#e2e8f0}.home-automation-step__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.home-automation-step__label{font-size:15px;font-weight:700!important;color:#0f172a;letter-spacing:-.02em;line-height:1.3}.home-automation-step__desc{font-size:13px;font-weight:400;color:#64748b;line-height:1.45}.home-automation-step__connector{display:block;width:2px;height:12px;margin:4px auto 4px 27px;border-radius:2px;background:#e2e8f0}.home-automation-step__connector.is-complete{background:#1e2a78}.home-automation__footnote{margin:18px 0 0;padding-top:16px;border-top:1px solid #f1f5f9;font-size:13px;font-weight:500;color:#64748b;line-height:1.55}.home-automation__aside{display:flex;flex-direction:column;gap:12px;min-height:100%}.home-automation-panel{flex:1;display:flex;flex-direction:column;min-height:0;border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.home-automation-panel__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;background:#1e2a78;color:#fff}.home-automation-panel__step{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffd9}.home-automation-panel__badge{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1e2a78;background:#fff;padding:4px 8px;border-radius:4px}.home-automation-panel__body{flex:1;display:flex;flex-direction:column;min-height:0;padding:18px;gap:14px}.home-automation-panel__content{flex-shrink:0}.home-automation-panel__title{margin:0 0 8px;font-size:clamp(18px,2vw,22px);font-weight:700!important;color:#0f172a;letter-spacing:-.02em;line-height:1.25}.home-automation-panel__desc{margin:0 0 14px;font-size:14px;line-height:1.55;color:#64748b}.home-automation-panel__points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.home-automation-panel__visual{flex:1;min-height:160px;display:flex;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;background:#f8fafc;animation:homeAutomationVisualIn .35s ease}@keyframes homeAutomationVisualIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-automation-panel__img{width:100%;height:100%;margin:0}.home-automation-panel__img.mkt-img{height:100%}.home-automation-panel__img .mkt-img__frame{height:100%;min-height:160px;border-radius:0;border:none;box-shadow:none}.home-automation-panel__img .mkt-img__photo{height:100%;min-height:160px;object-fit:cover}.home-automation-panel__img .mkt-img__overlay{background:linear-gradient(180deg,transparent 35%,rgba(15,23,42,.72) 100%)}.home-automation-panel__img .mkt-img__overlay-sub{font-size:12px;font-weight:600;letter-spacing:.02em}.home-automation-panel__points li{display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;color:#334155;line-height:1.45}.home-automation-panel__points .anticon{margin-top:3px;font-size:12px;color:#1e2a78;flex-shrink:0}.home-automation-panel__progress{display:flex;align-items:center;gap:6px;flex-shrink:0;padding-top:2px}.home-automation-panel__dot{flex:1;height:4px;border-radius:999px;background:#e2e8f0;transition:background .25s ease}.home-automation-panel__dot.is-done{background:#1e2a78}.home-automation-panel__dot.is-active{background:#ff6d00}.home-automation__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;flex-shrink:0}.home-automation__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:76px;padding:14px 8px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;text-align:center}.home-automation__stat-value{font-size:clamp(20px,2.4vw,24px);font-weight:700!important;color:#1e2a78;letter-spacing:-.03em;line-height:1.1}.home-automation__stat-label{margin-top:4px;font-size:11px;font-weight:600;color:#64748b;line-height:1.35}@media (max-width: 991px){.home-automation__layout{grid-template-columns:1fr}.home-automation__aside{min-height:0}.home-automation-panel{flex:none}.home-automation__stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 575px){.home-automation__stats{grid-template-columns:1fr}.home-automation-step{padding:12px;gap:10px}.home-automation-step__icon{width:36px;height:36px;font-size:16px}.home-automation-step__connector{margin-left:24px}}.mkt-img--circle .mkt-img__frame{width:88px;height:88px;border-radius:50%;margin:0 auto;border:3px solid #fff;box-shadow:0 8px 24px #0f172a1f}.mkt-img--aspect-auto .mkt-img__frame{aspect-ratio:unset;height:100%;min-height:280px}.mkt-img--sm.mkt-img--circle .mkt-img__frame{width:48px;height:48px}.mkt-img--gradient-border .mkt-img__frame{padding:3px;border-radius:20px;background:linear-gradient(135deg,#1e2a78,#ff6d00,#ff9800)}.mkt-img--gradient-border .mkt-img__photo{border-radius:17px}.mkt-img__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:20px 24px;pointer-events:none}.mkt-img__overlay-title{color:#fff;font-weight:800;font-size:clamp(1rem,2vw,1.35rem);text-shadow:0 2px 12px rgba(0,0,0,.35)}.mkt-img__overlay-sub{color:#ffffffe6;font-size:13px;margin-top:4px}.mkt-img__caption{margin-top:10px;font-size:12px;color:#64748b;text-align:center;font-weight:500}.mkt-img:hover .mkt-img__photo{transform:scale(1.03)}.industry-visual--photo{padding:0;min-height:auto;background:transparent!important;box-shadow:none!important}.industry-visual--photo .mkt-img{height:100%}.industry-visual__badge{position:absolute;top:14px;right:14px;z-index:3;width:44px;height:44px;border-radius:12px;background:#ffffffeb;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 8px 20px #0f172a1f}.industry-visual__meta{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:16px 18px;background:linear-gradient(transparent,#0f172ab8)}.industry-visual__meta-title{color:#fff;font-weight:800;font-size:15px}.marketing-resource-card--with-img{padding:0;overflow:hidden;display:flex;flex-direction:column}.marketing-resource-card--with-img .marketing-resource-card__body{padding:18px 20px 22px}.marketing-resource-card__thumb{flex-shrink:0}.marketing-hero__inner--split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px);align-items:center;text-align:left}.marketing-hero__visual .mkt-img{max-width:560px;margin-left:auto;margin-right:0}.marketing-hero__visual--portrait{display:flex;align-items:center;justify-content:center;width:100%;min-height:auto}.marketing-hero__visual--portrait .mkt-img{width:100%;max-width:min(360px,100%);margin:0 auto}@media (min-width: 992px){.marketing-hero__visual--portrait{justify-content:flex-end;padding-right:clamp(0px,2vw,16px)}.marketing-hero__visual--portrait .mkt-img{margin-left:auto;margin-right:0}}.marketing-hero--stacked .marketing-hero__inner--split{grid-template-columns:1fr;text-align:center}.marketing-hero--stacked .marketing-hero__visual .mkt-img,.marketing-hero--stacked .marketing-hero__visual--portrait .mkt-img{margin:0 auto;max-width:100%}.marketing-section__inner{width:100%;max-width:1320px;margin:0 auto;padding-left:clamp(16px,4vw,28px);padding-right:clamp(16px,4vw,28px)}.home-section-media-row{display:grid;grid-template-columns:1fr;gap:clamp(20px,3vw,32px);align-items:center;margin-top:clamp(24px,4vw,40px)}@media (min-width: 992px){.home-section-media-row--split{grid-template-columns:1fr 1fr}.home-section-media-row--reverse .home-section-media-row__media{order:2}}@media (max-width: 991px){.main-content{padding-top:64px}.marketing-hero__inner--split{grid-template-columns:1fr}.marketing-hero__copy{text-align:center}.marketing-hero__actions,.marketing-stats{justify-content:center}.mkt-img--tilt .mkt-img__frame{transform:none}.cta-banner{grid-template-columns:1fr}}@media (max-width: 575px){.main-content{padding-top:60px}section.responsive-padding{padding:32px 14px!important}.home-page section.responsive-padding{padding-top:32px!important;padding-bottom:32px!important}.marketing-industry-card__visual .mkt-img--arch .mkt-img__frame{border-radius:16px 16px 8px 8px}}@media (min-width: 576px) and (max-width: 991px){.marketing-stats-row__grid{grid-template-columns:repeat(2,1fr)}}.animate-word-rotator{display:inline-block;animation:wordRotate 2.8s infinite ease-in-out;text-shadow:0 4px 20px rgba(108,59,255,.15)}@keyframes wordRotate{0%,to{opacity:0;transform:translateY(8px);filter:blur(2px)}12%,88%{opacity:1;transform:translateY(0);filter:blur(0)}}.ai-showcase-chat{background:#fff;border:1px solid rgba(108,59,255,.12);border-radius:20px;box-shadow:0 16px 40px #0a11280d;overflow:hidden;max-width:580px;margin:0 auto;transition:all .3s ease}.ai-showcase-chat:hover{box-shadow:0 24px 48px #6c3bff14}.ai-showcase-header{background:linear-gradient(135deg,#1e2a78,#2a3f8f);padding:14px 20px;display:flex;align-items:center;gap:12px;color:#fff}.ai-showcase-avatar{width:32px;height:32px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:16px}.ai-showcase-title{font-weight:700;font-size:14px}.ai-showcase-status{font-size:11px;color:#34d399;display:flex;align-items:center;gap:6px;margin-left:auto}.ai-showcase-status:before{content:"";width:6px;height:6px;background:#34d399;border-radius:50%;display:inline-block;animation:logoBgPulse 2s infinite}.ai-showcase-messages{padding:20px;height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:14px;background:#fafbfe}.ai-msg{max-width:80%;padding:12px 16px;border-radius:16px;font-size:13.5px;line-height:1.5;animation:bubbleFadeIn .3s ease forwards}.ai-msg--user{background:#eef2ff;color:#1e2a78;align-self:flex-end;border-bottom-right-radius:4px}.ai-msg--assistant{background:#fff;color:#374151;align-self:flex-start;border-bottom-left-radius:4px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0a112805}.ai-typing-indicator{display:flex;gap:4px;padding:8px 12px;align-items:center}.ai-typing-dot{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:typingBounce 1.2s infinite ease-in-out}.ai-typing-dot:nth-child(2){animation-delay:.2s}.ai-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,to,80%{transform:translateY(0)}40%{transform:translateY(-5px)}}@keyframes bubbleFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-showcase-actions{padding:12px 16px;border-top:1px solid #e2e8f0;background:#fff;display:flex;flex-wrap:wrap;gap:8px}.ai-action-chip{background:#fff;border:1px solid #dee2e6;border-radius:99px;padding:6px 12px;font-size:12px;font-weight:600;color:#495057;cursor:pointer;transition:all .2s ease}.ai-action-chip:hover{background:#f1f3f5;border-color:#ff6d0073;color:#ff6d00}.roi-calculator-card{background:#fff;border:1px solid rgba(43,182,115,.15);border-radius:24px;padding:36px;box-shadow:0 16px 48px #0a11280d}.roi-slider-container{margin-bottom:28px}.roi-slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.roi-slider-title{font-weight:700;font-size:14.5px;color:#1e2a78}.roi-slider-value{font-weight:800;font-size:16px;color:#ff6d00}.roi-results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px;padding-top:24px;border-top:1px dashed #e2e8f0}.roi-result-block{background:#f8fafc;padding:20px;border-radius:16px;border:1px solid #edf2f7;text-align:center}.roi-result-value{font-size:26px;font-weight:900;color:#ff6d00;line-height:1.2}.roi-result-label{font-size:12px;color:#64748b;margin-top:6px;font-weight:600}.product-selector-card{background:#fff;border:1px solid rgba(108,59,255,.15);border-radius:24px;padding:clamp(24px,4vw,36px);box-shadow:0 16px 48px #0a11280d}.product-selector-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.product-selector-options{display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:100%}.product-selector-options__title{margin:0 0 8px!important;text-align:left}.selector-checkbox-content{margin-left:8px;flex:1;min-width:0}.selector-checkbox-label{display:flex;align-items:center;gap:12px;min-height:72px;padding:14px 18px;border:1px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:all .2s ease;background:#fff;-webkit-user-select:none;user-select:none}.selector-checkbox-label:focus-visible{outline:2px solid #FF6D00;outline-offset:2px}.selector-checkbox-label:hover{border-color:#ff6d008c;background:#ff6d000f}.selector-checkbox-label--active{border-color:#ff6d00bf;background:#ff6d0014;box-shadow:0 0 0 3px #ff6d0024}.selector-checkbox-title{font-weight:700;font-size:14px;color:#0f172a}.selector-checkbox-desc{font-size:11.5px;color:#64748b;margin-top:3px}.selector-result-card{background:linear-gradient(135deg,#1e2a78,#2a3f8f);border-radius:20px;padding:28px;color:#fff;min-height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;box-shadow:0 12px 32px #1e2a7833}.selector-result-card--empty{background:linear-gradient(135deg,#334155,#1e293b)}.selector-result-eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;opacity:.8;margin-bottom:8px;display:block}.selector-result-title{font-size:24px;font-weight:900;color:#fff;margin:0 0 12px;line-height:1.2}.selector-result-desc{color:#ffffffbf;font-size:13.5px;line-height:1.6;margin:0 0 24px;flex:1}.selector-result-cta{height:46px!important;border-radius:10px!important;background:#fff!important;border:none!important;font-weight:700!important;font-size:14px!important;box-shadow:0 8px 20px #0000001a!important;align-self:flex-start}@media (max-width: 767px){.product-selector-layout{grid-template-columns:1fr}.product-selector-options__title{text-align:center}.selector-result-card{min-height:220px}}.selector-result-glow{position:absolute;top:-80px;right:-80px;width:220px;height:220px;background:radial-gradient(circle,rgba(108,59,255,.3) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:logoBgPulse 4s infinite alternate}.about-timeline{position:relative;padding:20px 0}.about-timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#e2e8f0;transform:translate(-50%)}@media (max-width: 767px){.about-timeline:before{left:20px}}.about-timeline-item{position:relative;margin-bottom:40px}.about-timeline-badge{position:absolute;left:50%;top:0;width:44px;height:44px;border-radius:50%;background:#fff;border:3px solid #FF6D00;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#1e2a78;transform:translate(-50%);z-index:2;box-shadow:0 4px 12px #ff6d002e}@media (max-width: 767px){.about-timeline-badge{left:20px}}.about-timeline-card{position:relative;width:45%;background:#fff;border:1px solid #e8ecf4;border-radius:16px;padding:24px;box-shadow:0 10px 24px #0a112805;transition:all .3s ease}.about-timeline-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0a11280d}.about-timeline-item:nth-child(2n) .about-timeline-card{margin-left:auto}.about-timeline-item:nth-child(odd) .about-timeline-card{margin-right:auto;text-align:right}@media (max-width: 767px){.about-timeline-card{width:calc(100% - 60px);margin-left:60px!important;text-align:left!important}}.pricing-complete-featured:after{display:none}.marketing-page--hrms,.marketing-page--accounts,.marketing-page--mobile-app,.marketing-page--products{background:#fafbfc}.marketing-page--hrms .marketing-hero,.marketing-page--accounts .marketing-hero,.marketing-page--mobile-app .marketing-hero,.marketing-page--products .marketing-hero{padding:clamp(40px,6vw,64px) 24px clamp(48px,6vw,72px)}.marketing-page--hrms .marketing-hero__visual,.marketing-page--accounts .marketing-hero__visual,.marketing-page--mobile-app .marketing-hero__visual,.marketing-page--products .marketing-hero__visual{min-height:280px;align-items:center;justify-content:center}@media (min-width: 992px){.marketing-page--hrms .marketing-hero__visual,.marketing-page--accounts .marketing-hero__visual,.marketing-page--mobile-app .marketing-hero__visual,.marketing-page--products .marketing-hero__visual{justify-content:flex-end}}.marketing-page--hrms .marketing-hero__visual .mkt-img--device .mkt-img__frame,.marketing-page--accounts .marketing-hero__visual .mkt-img--device .mkt-img__frame,.marketing-page--products .marketing-hero__visual .mkt-img--device .mkt-img__frame{border-radius:16px;border:1px solid #e8ecf4;box-shadow:0 20px 48px #1e2a781f;background:#fff;padding:10px}.marketing-page--hrms .marketing-hero__visual .mkt-img--device .mkt-img__photo,.marketing-page--accounts .marketing-hero__visual .mkt-img--device .mkt-img__photo,.marketing-page--products .marketing-hero__visual .mkt-img--device .mkt-img__photo{border-radius:10px;object-fit:cover}.marketing-page--products .marketing-hero__visual .mkt-img--device .mkt-img__frame{border:1px solid #e8ecf4;background:#fff;box-shadow:0 20px 48px #1e2a781f}.marketing-page--products .marketing-hero__visual .mkt-img--device{max-width:min(560px,100%)}.marketing-page--mobile-app .marketing-hero__inner--split{align-items:center}.marketing-page--mobile-app .marketing-hero__visual{min-height:auto;padding:8px 0}.marketing-page--mobile-app .marketing-hero__visual .mkt-img--plain{max-width:min(380px,100%)}.marketing-page--mobile-app .marketing-hero__visual .mkt-img--plain .mkt-img__photo{max-height:min(460px,72vh)}.marketing-page--hrms .marketing-hero__visual .mkt-img--plain,.marketing-page--accounts .marketing-hero__visual .mkt-img--plain,.marketing-page--products .marketing-hero__visual .mkt-img--plain{max-width:min(560px,100%);filter:drop-shadow(0 20px 40px rgba(30,42,120,.12))}.marketing-page--hrms .marketing-stat__value,.marketing-page--accounts .marketing-stat__value,.marketing-page--mobile-app .marketing-stat__value,.marketing-page--products .marketing-stat__value{color:#ff6d00}.marketing-page--hrms .marketing-section,.marketing-page--accounts .marketing-section,.marketing-page--mobile-app .marketing-section,.marketing-page--products .marketing-section{padding:clamp(56px,7vw,80px) 24px}.marketing-page--products .marketing-section--compact{padding:clamp(48px,6vw,72px) 24px}.marketing-page--hrms .marketing-section--white,.marketing-page--accounts .marketing-section--white,.marketing-page--mobile-app .marketing-section--white,.marketing-page--products .marketing-section--white{background:#fff}.marketing-page--products .marketing-product-card{border-radius:16px;box-shadow:0 4px 16px #0f172a0a}.marketing-page--products .marketing-feature-tile__icon{color:#ff6d00;font-size:22px}.marketing-page--hrms .marketing-chip-btn--active,.marketing-page--hrms .marketing-chip-btn--active-purple,.marketing-page--hrms .marketing-chip-btn--active-green,.marketing-page--accounts .marketing-chip-btn--active,.marketing-page--accounts .marketing-chip-btn--active-purple,.marketing-page--accounts .marketing-chip-btn--active-green,.marketing-page--mobile-app .marketing-chip-btn--active,.marketing-page--mobile-app .marketing-chip-btn--active-purple,.marketing-page--mobile-app .marketing-chip-btn--active-green{background:#fff5eb!important;border-color:#ff6d00!important;color:#1e2a78!important}.marketing-page--hrms .marketing-mock,.marketing-page--accounts .marketing-mock,.marketing-page--mobile-app .marketing-mock{border-radius:16px;box-shadow:0 12px 36px #0f172a0f}.marketing-page--hrms .home-section-pills,.marketing-page--accounts .home-section-pills,.marketing-page--mobile-app .home-section-pills{gap:10px}.marketing-page--hrms .home-section-badge,.marketing-page--accounts .home-section-badge,.marketing-page--mobile-app .home-section-badge,.marketing-page--products .home-section-badge{font-size:12px;font-weight:600;padding:8px 14px;border-radius:999px;background:#f8fafc;border:1px solid #e8ecf4;color:#1e2a78}.marketing-page--products .products-trust-strip{background:#fff}@media (max-width: 767px){.marketing-highlight-card{flex-direction:column;align-items:flex-start;padding:22px 20px}.marketing-highlight-card__btn{width:100%;text-align:center}}.marketing-page--pricing{background:#fafbfc}.marketing-page--pricing .marketing-hero{padding:clamp(40px,6vw,64px) 24px clamp(32px,4vw,48px)}.marketing-page--pricing .marketing-stat__value{color:#1e2a78}.marketing-page--pricing .marketing-hero__visual .mkt-img--plain{max-width:min(520px,100%);filter:drop-shadow(0 20px 40px rgba(30,42,120,.1))}.pricing-page__billing{padding:0 24px 8px;background:linear-gradient(180deg,#f8fafc,#fafbfc);border-bottom:1px solid #eaecef}.pricing-page__billing-inner{max-width:400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 20px;background:#fff;border:1px solid #e8ecf4;border-radius:999px;box-shadow:0 4px 16px #0f172a0a}.pricing-page__billing-label{font-size:14px;font-weight:600;color:#64748b;display:inline-flex;align-items:center;gap:8px}.pricing-page__billing-label--active{color:#1e2a78}.pricing-page__billing-save{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 8px;border-radius:999px;background:#eef2ff;color:#1e2a78;border:1px solid rgba(30,42,120,.12)}.pricing-page__billing-switch.ant-switch-checked{background:#1e2a78!important}.pricing-page__featured{padding-top:48px!important;padding-bottom:48px!important}.pricing-page__featured-inner{max-width:960px}.pricing-complete-card{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,40px);align-items:start;padding:clamp(28px,4vw,40px);background:#fff;border:1px solid #e8ecf4;border-radius:20px;border-top:4px solid #1e2a78;box-shadow:0 12px 40px #0f172a0f}.pricing-complete-card__badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1e2a78;background:#f4f6fc;border:1px solid rgba(30,42,120,.12);padding:6px 12px;border-radius:999px;margin-bottom:14px}.pricing-complete-card__title{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1e2a78;margin:0 0 10px;letter-spacing:-.02em}.pricing-complete-card__desc{color:#64748b;font-size:15px;line-height:1.65;margin:0 0 20px}.pricing-complete-card__price{margin-bottom:20px}.pricing-complete-card__amount{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#1e2a78;letter-spacing:-.03em}.pricing-complete-card__period{font-size:15px;color:#64748b;margin-left:4px}.pricing-complete-card__billed{display:block;font-size:13px;color:#94a3b8;margin-top:4px}.pricing-complete-card__trial{margin:12px 0 0;font-size:12px;color:#94a3b8}.pricing-complete-card__features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:10px;border-left:1px solid #f1f5f9;padding-left:clamp(20px,3vw,32px)}.pricing-complete-card__features li{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:#475569}.pricing-complete-card__check{color:#1e2a78;font-size:14px;margin-top:3px;flex-shrink:0}.pricing-page__enterprise-jump{text-align:center;margin:-16px 0 32px}.pricing-page__enterprise-jump button{background:none;border:none;padding:0;font-size:14px;font-weight:600;color:#1e2a78;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.pricing-page__enterprise-jump button:hover{color:#334155}.pricing-page__grid{max-width:1280px;margin:0 auto}@media (min-width: 1200px){.marketing-page--pricing .pricing-page__grid.home-pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 768px) and (max-width: 1199px){.marketing-page--pricing .pricing-page__grid.home-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){.marketing-page--pricing .pricing-page__grid.home-pricing-grid{grid-template-columns:1fr}}.pricing-page__plan-card{height:100%}@media (min-width: 1200px){.marketing-page--pricing .pricing-page__plan-card{padding:18px 16px 16px}.marketing-page--pricing .pricing-page__plan-card .home-pricing-card__title{font-size:1rem}.marketing-page--pricing .pricing-page__plan-card .home-pricing-card__amount{font-size:1.65rem}.marketing-page--pricing .pricing-page__plan-card .home-pricing-card__features{font-size:12px}}.pricing-page__plan-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:8px;margin-bottom:12px}.pricing-page__plan-tag--hrms{color:#1e2a78;background:#1e2a7814;border:1px solid rgba(30,42,120,.14)}.pricing-page__plan-tag--finance{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.pricing-page__subheading{font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700;color:#1e2a78;text-align:center;margin:48px 0 24px}.pricing-enterprise__card--light{background:#fff;border:1px solid #e8ecf4;border-left:4px solid #1e2a78;box-shadow:0 12px 36px #0f172a0f}.pricing-enterprise__card--light .pricing-enterprise__glow{display:none}.pricing-enterprise__title--dark{color:#1e2a78}.pricing-enterprise__desc--dark{color:#64748b}.pricing-enterprise__price-label--dark{color:#1e2a78}.pricing-enterprise__price-note--dark,.pricing-enterprise__footnote--dark{color:#94a3b8}.pricing-enterprise__features--dark .pricing-enterprise__feature--dark{color:#475569}.pricing-enterprise__check--brand{color:#1e2a78!important}.marketing-page--pricing .marketing-btn--primary{background:#1e2a78!important;box-shadow:0 8px 20px #1e2a7838!important}.marketing-page--pricing .marketing-btn--primary:hover{background:#162060!important}.marketing-page--pricing .home-pricing-card--featured{border-color:#1e2a78;box-shadow:0 12px 32px #1e2a781a}.marketing-page--pricing .home-pricing-card--featured .home-pricing-card__amount{color:#1e2a78}.marketing-page--pricing .home-pricing-card__cta--primary.ant-btn,.marketing-page--pricing .home-pricing-card__cta--primary.ant-btn:hover{background:#1e2a78!important;border-color:#1e2a78!important}.marketing-page--pricing .home-pricing-card__cta.ant-btn{color:#1e2a78;border-color:#1e2a78}.marketing-page--pricing .home-pricing-card__cta.ant-btn:hover,.marketing-page--pricing .pricing-enterprise__badge{background:#1e2a78;color:#fff}.pricing-page__includes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto}.pricing-page__includes-card{background:#fff;border:1px solid #e8ecf4;border-radius:14px;padding:22px;height:100%;box-shadow:0 2px 8px #0f172a08}.pricing-page__includes-card .home-card-h4{color:#1e2a78;margin-bottom:8px}.pricing-page__includes-card .home-card-body{font-size:13px;margin:0}.marketing-page--pricing .marketing-stats-row{border-bottom:1px solid #eaecef}@media (max-width: 991px){.pricing-complete-card{grid-template-columns:1fr}.pricing-complete-card__features{border-left:none;padding-left:0;border-top:1px solid #f1f5f9;padding-top:24px}.pricing-page__includes-grid{grid-template-columns:1fr 1fr}}@media (max-width: 575px){.pricing-page__includes-grid{grid-template-columns:1fr}.pricing-page__billing-inner{flex-wrap:wrap;border-radius:16px}}.marketing-page--products,.marketing-page--resources,.marketing-page--features,.marketing-page--contact,.marketing-page--careers{background:#fafbfc}.marketing-page--resources .marketing-hero,.marketing-page--features .marketing-hero,.marketing-page--contact .marketing-hero,.marketing-page--careers .marketing-hero{padding:clamp(40px,6vw,64px) 24px clamp(32px,4vw,48px)}.marketing-page--resources .marketing-hero__visual .mkt-img--plain,.marketing-page--features .marketing-hero__visual .mkt-img--plain,.marketing-page--contact .marketing-hero__visual .mkt-img--plain,.marketing-page--careers .marketing-hero__visual .mkt-img--plain{max-width:min(520px,100%);filter:drop-shadow(0 20px 40px rgba(30,42,120,.1))}.marketing-page--products .marketing-stat__value,.marketing-page--resources .marketing-stat__value,.marketing-page--features .marketing-stat__value,.marketing-page--contact .marketing-stat__value,.marketing-page--careers .marketing-stat__value{color:#1e2a78}.marketing-page--products .marketing-btn--primary,.marketing-page--resources .marketing-btn--primary,.marketing-page--features .marketing-btn--primary,.marketing-page--contact .marketing-btn--primary,.marketing-page--careers .marketing-btn--primary{background:#1e2a78!important;box-shadow:0 8px 20px #1e2a7838!important}.marketing-page--products .marketing-btn--primary:hover,.marketing-page--resources .marketing-btn--primary:hover,.marketing-page--features .marketing-btn--primary:hover,.marketing-page--contact .marketing-btn--primary:hover,.marketing-page--careers .marketing-btn--primary:hover{background:#162060!important}.careers-roles-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;padding:14px 28px;border:1px solid #1e2a78;border-radius:10px;background:#1e2a78;color:#fff;font-weight:700;font-size:15px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease}.careers-roles-cta:hover{background:#162060;border-color:#162060;box-shadow:0 8px 20px #1e2a7838}.careers-roles-cta:active{transform:translateY(1px)}.careers-roles-cta .anticon{font-size:14px;transition:transform .2s ease}.careers-roles-cta:hover .anticon{transform:translate(3px)}@media (max-width: 575px){.careers-roles-cta{width:100%}}.marketing-page--products .marketing-feature-tile__icon{color:#1e2a78}.marketing-page--products .marketing-product-card--featured{border-color:#1e2a78;border-top-color:#1e2a78;box-shadow:0 12px 32px #1e2a7814}.marketing-page--products .marketing-product-card--featured:hover{box-shadow:0 16px 40px #1e2a781f}.marketing-page--products .marketing-product-card__badge{background:#1e2a78;color:#fff}.marketing-page--products .marketing-product-card__eyebrow{color:#1e2a78;background:#1e2a780f;border:1px solid rgba(30,42,120,.12)}.marketing-page--products .selector-checkbox-label:focus-visible{outline-color:#1e2a78}.marketing-page--products .selector-checkbox-label:hover{border-color:#1e2a7859;background:#1e2a780a}.marketing-page--products .selector-checkbox-label--active{border-color:#1e2a78;background:#1e2a780f;box-shadow:0 0 0 3px #1e2a781f}.marketing-page--products .selector-result-cta{color:#1e2a78!important}.marketing-page--resources .marketing-resource-card__cat{color:#1e2a78}.marketing-page--resources .marketing-resource-card:hover{border-color:#c7d2fe;box-shadow:0 12px 32px #1e2a7814}.marketing-page--features .marketing-highlight-card{border-left-color:#1e2a78}.marketing-page--features .marketing-highlight-card__badge{color:#1e2a78}.marketing-page--features .marketing-highlight-card__btn{background:#1e2a78}.marketing-page--features .marketing-highlight-card__btn:hover{background:#162060;box-shadow:0 6px 16px #1e2a7838}.marketing-page--features .marketing-table-category{border-left-color:#1e2a78}.marketing-page--contact .marketing-contact-channel__icon{background:#1e2a7814;color:#1e2a78}.marketing-page__table-check{color:#1e2a78;font-weight:700}.marketing-page__table-cross{color:#94a3b8}.marketing-page__aside-card{margin-top:24px;padding:22px;border-radius:14px;border:1px solid #e8ecf4;background:#f8fafc}.marketing-page__aside-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1e2a78;margin-bottom:8px}.marketing-page__text-link{margin-top:12px;padding:0;border:none;background:none;font-weight:700;font-size:14px;color:#1e2a78;cursor:pointer}.marketing-page__text-link:hover{text-decoration:underline}.marketing-page__perks{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.marketing-page__perks li{display:flex;align-items:center;gap:10px;font-size:15px;color:#334155}.marketing-page__perk-check{color:#1e2a78;font-size:14px}.marketing-resources-support{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px 28px;margin-top:32px;padding:24px 28px;background:#fff;border:1px solid #e8ecf4;border-radius:16px;box-shadow:0 4px 16px #0f172a0a}.marketing-resources-support__copy{flex:1;min-width:min(100%,260px)}.marketing-resources-support__eyebrow{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1e2a78;margin-bottom:8px}.marketing-resources-support__title{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 6px;line-height:1.3}.marketing-resources-support__desc{margin:0;font-size:14px;color:#64748b;line-height:1.55;max-width:42ch}.marketing-resources-support__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;background:#1e2a78;color:#fff;font-weight:700;font-size:14px;line-height:1;padding:14px 28px;border-radius:10px;cursor:pointer;flex-shrink:0;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.marketing-resources-support__btn:hover{background:#162060;box-shadow:0 8px 20px #1e2a7838}.marketing-resources-support__btn:active{transform:translateY(1px)}@media (max-width: 575px){.marketing-resources-support{padding:20px;text-align:center}.marketing-resources-support__btn{width:100%}}.marketing-page__card-grid{margin-top:32px}.marketing-page--about{background:#fafbfc}.marketing-page--about .marketing-hero{padding:clamp(40px,6vw,64px) 24px clamp(32px,4vw,48px)}.marketing-page--about .marketing-hero__visual .mkt-img--plain{max-width:min(520px,100%);filter:drop-shadow(0 20px 40px rgba(30,42,120,.1))}.marketing-page--about .marketing-stat__value{color:#1e2a78}.marketing-page--about .marketing-btn--primary{background:#1e2a78!important;box-shadow:0 8px 20px #1e2a7838!important}.marketing-page--about .marketing-btn--primary:hover{background:#162060!important}.about-section__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1e2a78;background:#1e2a780f;border:1px solid rgba(30,42,120,.12);border-radius:999px;padding:6px 14px;margin-bottom:16px}.about-section__title{font-family:Poppins,sans-serif;font-size:clamp(1.65rem,3vw,2.1rem);font-weight:800;color:#0f172a;line-height:1.25;margin:0 0 16px;letter-spacing:-.02em}.about-section__body{color:#64748b;font-size:15px;line-height:1.75;margin:0 0 14px}.about-section__checks{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:16px 24px}.about-section__checks li{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#334155}.about-section__checks .anticon{color:#1e2a78;font-size:13px}.about-flow-card{margin-top:28px;background:#fff;border:1px solid #e8ecf4;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0f172a0a}.about-flow-card__tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.about-flow-card__tab{flex:1;min-width:100px;height:44px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-weight:700;font-size:13px;color:#475569;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.about-flow-card__tab:hover{border-color:#c7d2fe;color:#1e2a78}.about-flow-card__tab--active{border-color:#1e2a78;background:#1e2a780f;color:#1e2a78}.about-flow-card__panel{background:#f8fafc;border:1px solid #e8ecf4;border-radius:12px;padding:20px 22px}.about-flow-card__panel-title{margin:0 0 8px;font-size:16px;font-weight:800;color:#0f172a}.about-flow-card__panel-desc{margin:0 0 14px;font-size:14px;color:#64748b;line-height:1.6}.about-flow-card__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.about-flow-card__steps li{font-size:13px;font-weight:600;color:#334155;padding-left:14px;position:relative}.about-flow-card__steps li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#1e2a78}.about-convictions-grid{margin-top:32px}.about-conviction-card{height:100%;padding:24px 26px;background:#fff;border:1px solid #e8ecf4;border-left:4px solid #1e2a78;border-radius:14px;box-shadow:0 2px 12px #0f172a08}.about-conviction-card__title{margin:0 0 10px;font-size:16px;font-weight:800;color:#0f172a}.about-conviction-card__desc{margin:0;font-size:14px;color:#64748b;line-height:1.65}.marketing-page--about .about-timeline{margin-top:32px}.marketing-page--about .about-timeline-badge{border-color:#1e2a78;color:#1e2a78;box-shadow:0 4px 12px #1e2a781f}.about-timeline-card__title{font-weight:800;color:#0f172a;font-size:16px;margin:0 0 8px}.about-timeline-card__desc{color:#64748b;font-size:14px;line-height:1.6;margin:0}.about-tech-card{display:flex;gap:14px;align-items:flex-start;height:100%;padding:20px;background:#f8fafc;border:1px solid #e8ecf4;border-radius:12px}.about-tech-card__code{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#1e2a7814;color:#1e2a78;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.about-tech-card__title{margin:0 0 4px;font-size:14px;font-weight:800;color:#0f172a}.about-tech-card__desc{margin:0;font-size:13px;color:#64748b;line-height:1.55}.footer-brand-logo{display:inline-block;margin-bottom:16px;line-height:0;text-decoration:none}.footer-brand-logo .saptta-logo img{height:40px;width:auto;max-width:168px;object-fit:contain;object-position:left center}
