.Header-module__FYKokG__header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(59,130,246,.1);border-radius:96px;width:min(900px,100vw - 24px);margin-top:12px;padding:6px 12px;transition:all .3s;position:fixed;top:0;left:50%;transform:translate(-50%)}.Header-module__FYKokG__header.Header-module__FYKokG__scrolled{background:rgba(255,255,255,.98);box-shadow:0 4px 20px rgba(0,0,0,.1)}.Header-module__FYKokG__headerContainer{justify-content:space-between;align-items:center;gap:32px;width:100%;height:48px;padding:0 48px;display:flex}.Header-module__FYKokG__headerLogo{color:#3b82f6;flex-shrink:0;align-items:center;gap:8px;font-size:28px;font-weight:700;text-decoration:none;display:flex}.Header-module__FYKokG__headerLogo:hover{color:#2563eb}.Header-module__FYKokG__headerNav{flex:1;justify-content:center;align-items:center;display:flex}.Header-module__FYKokG__navLinks{align-items:center;gap:48px;margin:0;padding:0;list-style:none;display:flex}.Header-module__FYKokG__navLink{color:#374151;padding:8px 0;font-size:15px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__FYKokG__navLink:hover{color:#3b82f6}.Header-module__FYKokG__navLink:after{content:"";background:#3b82f6;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__FYKokG__navLink:hover:after{width:100%}.Header-module__FYKokG__navLink.Header-module__FYKokG__active{color:#3b82f6}.Header-module__FYKokG__navLink.Header-module__FYKokG__active:after{width:100%}.Header-module__FYKokG__headerActions{flex-shrink:0;align-items:center;gap:16px;display:flex}.Header-module__FYKokG__ctaBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Header-module__FYKokG__ctaBtn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.Header-module__FYKokG__mobileMenuBtn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;font-size:24px;transition:all .3s;display:none}.Header-module__FYKokG__mobileMenuBtn:hover{color:#3b82f6;background:#f8fafc}.Header-module__FYKokG__mobileMenu{background:#fff;border-bottom:1px solid rgba(59,130,246,.1);padding:20px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 20px rgba(0,0,0,.1)}.Header-module__FYKokG__mobileMenu.Header-module__FYKokG__open{animation:.3s Header-module__FYKokG__slideDown;display:block}@keyframes Header-module__FYKokG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__FYKokG__mobileNavLinks{margin:0 0 20px;padding:0;list-style:none}.Header-module__FYKokG__mobileNavLinks li{margin-bottom:16px}.Header-module__FYKokG__mobileNavLink{color:#374151;border-bottom:1px solid #f3f4f6;padding:12px 0;font-weight:500;text-decoration:none;transition:color .3s;display:block}.Header-module__FYKokG__mobileNavLink:hover{color:#3b82f6}.Header-module__FYKokG__mobileActions{flex-direction:column;gap:12px;display:flex}.Header-module__FYKokG__mobileCtaBtn{color:#fff;text-align:center;background:#3b82f6;border-radius:8px;padding:12px;font-weight:600;text-decoration:none;transition:all .3s}.Header-module__FYKokG__mobileCtaBtn:hover{background:#2563eb}@media (min-width:1280px) and (max-width:1440px){.Header-module__FYKokG__header{border-radius:80px;width:min(800px,100vw - 24px);padding:5px 10px}.Header-module__FYKokG__headerContainer{gap:24px;height:42px;padding:0 42px}.Header-module__FYKokG__headerLogo{font-size:24px}.Header-module__FYKokG__navLinks{gap:32px}.Header-module__FYKokG__navLink{font-size:14px}.Header-module__FYKokG__headerActions{gap:12px}.Header-module__FYKokG__ctaBtn{padding:7px 14px;font-size:12px}}@media (max-width:1199px){.Header-module__FYKokG__header{border-radius:48px}.Header-module__FYKokG__headerContainer{gap:28px;padding:0 42px}.Header-module__FYKokG__navLinks{gap:20px}.Header-module__FYKokG__headerActions{gap:12px}.Header-module__FYKokG__ctaBtn{padding:8px 14px;font-size:12px}}@media (max-width:900px){.Header-module__FYKokG__header{border-radius:32px;margin-top:8px}.Header-module__FYKokG__headerContainer{gap:24px;padding:0 24px}.Header-module__FYKokG__navLinks{gap:16px}.Header-module__FYKokG__ctaBtn{padding:8px 12px;font-size:11px}}@media (max-width:768px){.Header-module__FYKokG__header{border-radius:20px;margin-top:26px;padding:6px 12px}.Header-module__FYKokG__headerContainer{height:44px;padding:0 12px}.Header-module__FYKokG__headerLogo{font-size:20px}.Header-module__FYKokG__headerNav,.Header-module__FYKokG__headerActions{display:none}.Header-module__FYKokG__mobileMenuBtn{margin-left:auto;display:block}.Header-module__FYKokG__mobileMenu{border-radius:0 0 16px 16px;margin-top:2px;left:12px;right:12px}}@media (max-width:480px){.Header-module__FYKokG__header{margin-top:26px;padding:4px 8px}.Header-module__FYKokG__headerContainer{height:40px;padding:0 8px}.Header-module__FYKokG__headerLogo{font-size:18px}.Header-module__FYKokG__mobileMenuBtn{padding:6px}.Header-module__FYKokG__mobileMenu{left:8px;right:8px}}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--radius-xl:.75rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::-webkit-file-upload-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:transparent;border-radius:0}::-webkit-file-upload-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:transparent;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:transparent;border-radius:0}:where(select:-webkit-any([multiple],[size])) optgroup{font-weight:bolder}:where(select:-moz-any([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:-webkit-any([multiple],[size])) optgroup option:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:20px}:where(select:-moz-any([multiple],[size])) optgroup option:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:20px}:where(select:is([multiple],[size])) optgroup option:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:20px}:where(select:-webkit-any([multiple],[size])) optgroup option:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:20px}:where(select:-moz-any([multiple],[size])) optgroup option:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:20px}:where(select:is([multiple],[size])) optgroup option:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:20px}:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::-webkit-file-upload-button{margin-right:4px}:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::file-selector-button{margin-right:4px}:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)))::file-selector-button{margin-right:4px}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::-webkit-file-upload-button{margin-left:4px}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::file-selector-button{margin-left:4px}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::file-selector-button{margin-left:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button{-webkit-appearance:button;-moz-appearance:button;appearance:button}input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}html{zoom:1;-ms-zoom:1;-moz-text-size-adjust:100%;text-size-adjust:100%;-ms-overflow-style:scrollbar;touch-action:manipulation}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){html,body{zoom:1!important;-ms-zoom:1!important}}@supports (-ms-ime-align:auto){html,body{zoom:1!important}}@media screen and (-webkit-min-device-pixel-ratio:1.25) and (-webkit-max-device-pixel-ratio:1.49),screen and (min-resolution:1.25dppx) and (max-resolution:1.49dppx){html{font-size:16px!important}}@media screen and (-webkit-min-device-pixel-ratio:1.5) and (-webkit-max-device-pixel-ratio:1.99),screen and (min-resolution:1.5dppx) and (max-resolution:1.99dppx){html{font-size:16px!important}}@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-resolution:2dppx){html{font-size:16px!important}}:root{--primary-blue:#3b82f6;--primary-blue-light:#60a5fa;--primary-blue-dark:#1e3a8a;--secondary-green:#10b981;--secondary-green-light:#34d399;--secondary-teal:#0d9488;--accent-purple:#8b5cf6;--accent-orange:#f59e0b;--gradient-hero:linear-gradient(135deg,#0f172a 0%,#1e293b 30%,#334155 70%,#475569 100%);--gradient-consumer:linear-gradient(135deg,#1e40af 0%,#3b82f6 35%,#60a5fa 70%,#93c5fd 100%);--gradient-merchant:linear-gradient(135deg,#047857 0%,#059669 35%,#10b981 70%,#34d399 100%);--gradient-api:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);--gradient-testimonials:linear-gradient(135deg,#f8fafc 0%,#fff 50%,#f1f5f9 100%);--gradient-brand:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);--text-primary:#1e293b;--text-secondary:#64748b;--text-light:#94a3b8;--text-white:#fff;--text-white-muted:#e2e8f0;--section-padding:100px 20px;--section-padding-desktop:120px 20px;--section-padding-tablet:80px 20px;--section-padding-mobile:60px 20px;--section-padding-small:40px 15px;--container-max-width:1200px;--container-padding:0 20px;--container-padding-mobile:0 15px;--animation-fast:.2s;--animation-normal:.3s;--animation-slow:.6s;--animation-very-slow:1.2s;--radius-small:8px;--radius-medium:12px;--radius-large:16px;--radius-xl:20px;--shadow-soft:0 4px 20px rgba(0,0,0,.08);--shadow-medium:0 8px 30px rgba(0,0,0,.12);--shadow-strong:0 25px 50px rgba(0,0,0,.25);--shadow-colored:0 8px 30px rgba(59,130,246,.15)}@keyframes float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-15px)rotate(1deg)}50%{transform:translateY(-8px)rotate(-.5deg)}75%{transform:translateY(-20px)rotate(.5deg)}}@keyframes floatReverse{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(15px)rotate(-1deg)}50%{transform:translateY(8px)rotate(.5deg)}75%{transform:translateY(20px)rotate(-.5deg)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes drift{0%,to{transform:translate(0)translateY(0)}25%{transform:translate(10px)translateY(-15px)}50%{transform:translate(-5px)translateY(-8px)}75%{transform:translate(-15px)translateY(-20px)}}@keyframes morphGradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes particle1{0%,to{opacity:.3;transform:translate(0)rotate(0)}33%{opacity:.8;transform:translate(30px,-20px)rotate(120deg)}66%{opacity:.5;transform:translate(-15px,-40px)rotate(240deg)}}@keyframes particle2{0%,to{opacity:.4;transform:translate(0)rotate(0)}25%{opacity:.9;transform:translate(-25px,-30px)rotate(90deg)}75%{opacity:.6;transform:translate(20px,-15px)rotate(270deg)}}@keyframes particle3{0%,to{opacity:.2;transform:translate(0)rotate(0)}40%{opacity:.7;transform:translate(35px,-25px)rotate(160deg)}80%{opacity:.4;transform:translate(-20px,-35px)rotate(320deg)}}.bg-animated{background-size:200% 200%;background-attachment:fixed;animation:8s ease-in-out infinite morphGradient}.particles-container{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.particle{background:rgba(255,255,255,.6);border-radius:50%;width:4px;height:4px;animation-duration:12s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute}.particle:first-child{animation-name:particle1;animation-delay:0s;top:20%;left:10%}.particle:nth-child(2){animation-name:particle2;animation-delay:3s;top:40%;left:80%}.particle:nth-child(3){animation-name:particle3;animation-delay:6s;top:70%;left:20%}.particle:nth-child(4){animation-name:particle1;animation-delay:9s;top:15%;left:70%}.particle:nth-child(5){animation-name:particle2;animation-delay:12s;top:60%;left:60%}@media (prefers-reduced-motion:reduce){.bg-animated,.particle,[class*=float],[class*=pulse],[class*=drift]{transition:none!important;animation:none!important}.bg-animated{background-size:100% 100%;background-attachment:scroll}}.section-overlay{z-index:2;position:relative}.section-overlay:before{content:"";pointer-events:none;z-index:-1;position:absolute;top:0;bottom:0;left:0;right:0}.geometric-pattern{background-image:radial-gradient(circle at 25% 25%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(96,165,250,.05) 0%,transparent 50%),radial-gradient(circle,rgba(139,92,246,.03) 0%,transparent 70%)}.parallax-light{will-change:transform;transform:translateZ(0)}@media (min-width:1200px) and (max-width:1500px){:root{--section-padding:var(--section-padding-desktop);--container-max-width:1000px}}@media (min-width:1501px){:root{--section-padding:var(--section-padding-desktop);--container-max-width:1200px}}@media (max-width:1199px) and (min-width:769px){:root{--section-padding:var(--section-padding-tablet)}}@media (max-width:768px){:root{--section-padding:var(--section-padding-mobile);--container-padding:var(--container-padding-mobile)}.particle{display:none}.bg-animated{animation-duration:15s}}@media (max-width:480px){:root{--section-padding:var(--section-padding-small)}.bg-animated{background-size:100% 100%;animation:none}}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
