html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.header{align-items:center;background:#fff;border-bottom:1px solid #0000000f;display:flex;height:calc(70px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);position:fixed;top:0;transition:background .35s ease,border-color .35s ease;width:100%;z-index:1000}.header--scrolled{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#2c2380c7,#3730a3bf 55%,#241c66c7);border-bottom:1px solid #ffffff24}.header--scrolled:before{background:radial-gradient(1200px 120px at 20% 0,#ffffff2e,#fff0 60%),radial-gradient(900px 120px at 85% 10%,#ffffff1f,#fff0 55%);content:"";inset:0;pointer-events:none;position:absolute}:root{--nav-edge-pad:16px}.header__container{align-items:center;display:flex;gap:10px;justify-content:space-between;margin:0 auto;max-width:1200px;padding-left:max(16px,env(safe-area-inset-left));padding-left:max(var(--nav-edge-pad),env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-right:max(var(--nav-edge-pad),env(safe-area-inset-right));position:relative;width:100%;z-index:1}.header__logoBox{display:inline-block;flex:0 0 auto;height:44px;margin:0;position:relative;text-decoration:none;width:160px}.header__logoImg{display:block;height:100%;object-fit:contain;object-position:left center;pointer-events:none;width:100%}.header__nav{flex:1 1;gap:12px;justify-content:flex-end}.header__nav,.nav-links{align-items:center;display:flex}.nav-links{gap:14px}.nav-links .nav-link,.nav-links a{color:#000;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s ease}.nav-links .nav-link:hover,.nav-links a:hover{color:#3730a3}.header--scrolled .nav-links .nav-link,.header--scrolled .nav-links a{color:#fff}.header--scrolled .nav-links .nav-link:hover,.header--scrolled .nav-links a:hover{color:#ffffffc7}.download-button{background-color:#3730a3;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:9px 16px;transition:transform .2s ease,background-color .25s ease;white-space:nowrap}.download-button:hover{background-color:#2c2380;transform:translateY(-1px)}.header--scrolled .download-button{background-color:#ffffffeb;color:#3730a3}.header--scrolled .download-button:hover{background-color:#fff;color:#2c2380}.hamburger{background:none;border:none;color:#000;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;margin:0;padding:0;position:relative;width:26px;z-index:2}.hamburger span{background-color:currentColor;border-radius:999px;display:block;height:2px;transition:all .3s ease;width:100%}.header--scrolled .hamburger{color:#fff}.hamburger.open span:first-child{transform:rotate(45deg) translate(4px,4px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}@media (max-width:768px){.hamburger{display:flex}.header__logoBox{height:40px;width:132px}.header__nav{-webkit-overflow-scrolling:touch;align-items:flex-start;background:#fff;border-left:1px solid #0000000f;box-shadow:-10px 0 30px #00000014;flex-direction:column;gap:14px;height:calc(100vh - 70px);overflow-y:auto;padding:22px 18px;position:fixed;right:0;top:70px;transform:translateX(100%);transition:transform .25s ease;width:260px;z-index:2000}.header__nav.open{transform:translateX(0)}.nav-links{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:14px;width:100%}.nav-links .nav-link,.nav-links a{color:#000!important;font-size:16px}.download-button{padding:12px 18px;width:100%}}.hero{align-items:center;background-color:#f9f9f9;display:flex;gap:50px;justify-content:space-between;padding:120px 80px 80px}.hero__left{max-width:52%}.hero__left h1{color:#000;font-size:3.3rem;line-height:1.2;margin-bottom:16px}.hero__left h1 .highlight{color:#3730a3}.hero__left p{color:#757575;font-size:1.4rem;line-height:1.5;margin-bottom:20px}.hero__value{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;margin-bottom:22px;padding-left:2px}.hero__valueItem{background:#fff;border:1px solid #eee;border-radius:12px;padding:14px}.hero__valueItem h3{color:#000;font-size:1.05rem;margin:0 0 6px}.hero__valueItem p{color:#757575;font-size:1rem;line-height:1.45;margin:0}.hero__images{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.badgeLink{display:inline-flex;text-decoration:none}.badgeLink.disabled{cursor:default;opacity:.6;pointer-events:none}.badgeLink.comingSoon{cursor:pointer;position:relative}.badgeLink.comingSoon:after{background:#000000bf;border-radius:4px;bottom:110%;color:#fff;content:attr(title);font-size:.75rem;left:50%;opacity:0;padding:4px 6px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap}.badgeLink.comingSoon:active:after,.badgeLink.comingSoon:hover:after{opacity:1}.badgeBox{align-items:center;display:inline-flex;height:46px;justify-content:center;width:150px}.storeBadgeImg{height:100%;object-fit:contain;object-position:center;transition:opacity .2s ease;width:100%}.storeBadgeImg:hover{opacity:.85}.hero__right{align-items:center;display:flex;justify-content:center;max-width:48%}.hero__right img{height:auto;width:62%}@media (max-width:768px){.hero{flex-direction:column;padding:calc(110px + env(safe-area-inset-top)) 18px 40px;text-align:center}.hero__left,.hero__right{max-width:100%}.hero__left h1{font-size:2.4rem}.hero__left p{font-size:1.1rem}.hero__value{text-align:left;width:100%}.hero__images{gap:10px;justify-content:center}.badgeBox{height:42px;width:130px}.hero__right img{width:72%}}@media (max-width:480px){.hero__left h1{font-size:2rem}.hero__left p{font-size:1rem}.badgeBox{height:40px;width:115px}.hero__right img{width:70%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));height:44px;height:var(--swiper-navigation-size);margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.features{background-color:#f9f9f9;padding:60px 20px;text-align:center}.features__header h1{color:#000;font-size:2rem;margin-bottom:14px}.features__header h1 .highlight{color:#3730a3}.features__header p{color:#757575;font-size:1.1rem;line-height:1.6;margin-bottom:40px}.features__slider{cursor:grab;height:320px;margin:0 auto;max-width:80%;overflow:visible;padding:10px 90px;position:relative;width:100%}.features__slider:active{cursor:grabbing}.features__slider .swiper{overflow:visible}.features__slider .swiper-slide{opacity:.6;transition:opacity .25s ease,transform .25s ease}.features__slider .swiper-slide-active{opacity:1}.features__card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 10px 18px #00000014;display:flex;flex-direction:column;height:260px;justify-content:center;padding:18px 16px;text-align:center;transition:transform .25s ease,box-shadow .25s ease;width:220px}.features__card:hover{box-shadow:0 16px 24px #0000001f;transform:translateY(-6px) scale(1.03)}.features__iconWrap{background:#f3f2ff;border-radius:14px;display:flex;height:62px;margin-bottom:12px;width:62px}.features__icon,.features__iconWrap{align-items:center;justify-content:center}.features__icon{color:#3730a3;display:inline-flex;font-size:30px}.features__card h3{color:#000;font-size:1.02rem;margin-bottom:8px}.features__card p{color:#757575;font-size:.85rem;line-height:1.45}.swiper-button-next,.swiper-button-prev{align-items:center;background-color:#e8e3f0;border-radius:50%;color:#3730a3;cursor:pointer;display:flex;height:36px;justify-content:center;transition:transform .2s ease-in-out;width:36px}.swiper-button-next:hover,.swiper-button-prev:hover{transform:scale(1.1)}.swiper-button-next:after,.swiper-button-prev:after{font-size:11px}.features__slider .swiper-button-prev{left:-10px}.features__slider .swiper-button-next{right:-10px}.features__list{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr;margin:0 auto;max-width:420px;width:100%}@media (max-width:768px){.features{padding:40px 12px}.features__header h1{font-size:1.45rem;margin-bottom:10px}.features__header p{font-size:.98rem;line-height:1.55;margin-bottom:22px}.features__slider{display:none}.features__card{box-shadow:0 8px 16px #00000012;height:auto;padding:14px;transition:none;width:100%}.features__card:hover{box-shadow:0 8px 16px #00000012;transform:none}.features__iconWrap{border-radius:12px;height:52px;margin-bottom:10px;width:52px}.features__icon{font-size:24px}.features__card h3{font-size:.98rem;margin-bottom:6px}.features__card p{font-size:.82rem;line-height:1.45}}@media (max-width:480px){.features__list{gap:12px;max-width:95%}.features__header p br{display:none}.features__card{padding:12px}.features__card h3{font-size:.95rem}.features__card p{font-size:.8rem}}.pricing{background-color:#f9f9f9;padding:80px 18px;text-align:center}.pricing__header{margin:0 auto 28px;max-width:980px}.pricing__header h1{color:#000;font-size:2.2rem;line-height:1.2;margin-bottom:12px}.pricing__header h1 .highlight{color:#3730a3}.pricing__header p{color:#757575;font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:780px}.rateDemo{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1.2fr .8fr;margin:26px auto 0;max-width:1100px}.rateDemo__panel{display:flex;flex-direction:column;gap:14px}.rateDemo__card{background:#fff;border:1px solid #ededed;border-radius:18px;box-shadow:0 10px 30px #0000000f;padding:18px;text-align:left}.rateDemo__title{color:#0b0b0b;font-size:1.25rem;margin:0 0 8px}.rateDemo__hint{color:#757575;font-size:.98rem;line-height:1.5;margin:0 0 14px}.rateDemo__inputRow{display:flex;flex-direction:column;gap:10px}.rateDemo__label{color:#111;font-size:.95rem;font-weight:600}.rateDemo__inputWrap{align-items:center;display:flex;gap:10px;position:relative}.rateDemo__input{border:1px solid #e6e6e6;border-radius:12px;font-size:1rem;height:48px;outline:none;padding:0 70px 0 14px;width:100%}.rateDemo__input:focus{border-color:#3730a373;box-shadow:0 0 0 4px #3730a314}.rateDemo__suffix{position:absolute;right:12px}.rateDemo__mini,.rateDemo__suffix{color:#757575;font-size:.95rem}.rateDemo__actions{display:flex;gap:10px;margin-top:14px}.btn{border:1px solid #0000;border-radius:12px;cursor:pointer;font-size:.98rem;height:46px;padding:0 14px;transition:transform .15s ease,opacity .15s ease}.btn:active{transform:scale(.98)}.btnPrimary{background:#3730a3;color:#fff}.btnPrimary:hover{opacity:.92}.btnGhost{background:#0000;border-color:#e3e3e3;color:#111}.btnGhost:hover{background:#f3f3f3}.btn.full{width:100%}.rateDemo__steps{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;margin-top:16px}.step{align-items:center;color:#757575;display:flex;font-size:.95rem;gap:10px}.step .dot{background:#d9d9d9;border-radius:999px;height:10px;width:10px}.step.active{color:#111;font-weight:600}.step.active .dot{background:#3730a3}.rateDemo__tips{background:#fff;border:1px solid #ededed;border-radius:18px;box-shadow:0 10px 30px #0000000f;padding:16px 18px;text-align:left}.rateDemo__tips h3{color:#0b0b0b;font-size:1.1rem;margin:0 0 10px}.rateDemo__tips ul{color:#757575;font-size:.98rem;line-height:1.6;margin:0;padding-left:18px}.rateDemo__phoneWrap{align-items:center;display:flex;flex-direction:column;gap:12px}.phone{background:#111;border-radius:34px;box-shadow:0 18px 50px #00000038;padding:12px;width:320px}.phone__top{align-items:center;display:flex;height:18px;justify-content:center}.phone__pill{background:#2a2a2a;border-radius:999px;height:6px;width:92px}.phone__screen{background:#0b0b0b;border:1px solid #ffffff0f;border-radius:26px;min-height:520px;overflow:hidden}.phone__status{align-items:center;border-bottom:1px solid #ffffff0f;color:#fffc;display:flex;font-size:.9rem;height:44px;justify-content:space-between;padding:0 14px}.phone__statusRight{align-items:center;display:inline-flex;gap:10px}.signal{width:18px}.battery,.signal{background:#ffffff59;border-radius:3px;height:10px}.battery{width:22px}.phone__content{color:#fff;padding:18px;text-align:center}.phone__title{font-size:1.2rem;font-weight:700;margin:10px 0 8px}.phone__sub{color:#ffffffb8;font-size:.98rem;line-height:1.5;margin:0 0 14px}.phone__rateBadge{grid-gap:4px;background:#3730a32e;border:1px solid #3730a359;border-radius:14px;display:grid;gap:4px;margin:12px auto 16px;padding:10px 12px;width:fit-content}.phone__rateBadge span{color:#ffffffbf;font-size:.9rem}.phone__rateBadge strong{font-size:1.05rem}.phone__empty{border:1px dashed #fff3;border-radius:16px;color:#ffffffb8;margin-top:24px;padding:18px 12px}.phone__emptyIcon{font-size:1.6rem}.phone__incomingLabel{color:#ffffffbf;font-size:.95rem;margin:6px 0 10px}.phone__callerName{font-size:1.35rem;font-weight:800;margin:0}.phone__callerMeta{color:#ffffffb8;font-size:.95rem;margin:8px 0 18px}.phone__incomingActions{display:flex;gap:12px;justify-content:center;margin-top:10px}.callBtn{border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:700;height:44px;padding:0 18px;transition:transform .15s ease,opacity .15s ease}.callBtn:active{transform:scale(.98)}.callBtn.decline{background:#b91c1c}.callBtn.accept{background:#16a34a}.callBtn.end{background:#b91c1c;width:70%}.phone__hint{color:#ffffffa6;font-size:.92rem;line-height:1.45;margin:18px 0 0}.phone__incallLabel{color:#ffffffbf;font-size:.95rem;margin:6px 0 10px}.phone__stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:18px}.stat{grid-gap:6px;background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;display:grid;gap:6px;padding:12px 10px}.stat--wide{grid-column:1/-1}.stat__label{color:#ffffffad;font-size:.9rem}.stat__value{font-size:1.1rem;font-weight:800}.phone__incallActions{display:flex;justify-content:center;margin-top:18px}.phone__ended .btnPrimary{margin-top:12px}.phone__bottom{align-items:center;display:flex;height:22px;justify-content:center}.phone__homeBar{background:#2a2a2a;border-radius:999px;height:6px;width:120px}.rateDemo__belowNote{color:#757575;font-size:.92rem;line-height:1.5;margin:0;max-width:320px;text-align:center}@media (max-width:980px){.rateDemo{grid-template-columns:1fr}.rateDemo__phoneWrap{margin-top:6px}.phone{width:330px}}@media (max-width:420px){.phone{width:305px}}.testimonials{background:#f9f9f9;padding:80px 18px}.testimonials__container{margin:0 auto;max-width:1100px}.testimonials__header{margin-bottom:28px;text-align:center}.testimonials__header h1{color:#000;font-size:2rem;margin-bottom:20px}.testimonials__header p{color:#757575;font-size:1.2rem;line-height:1.5;margin:0 auto;max-width:800px}.testimonials__header .highlight{color:#3730a3}.testimonials__grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px}.testimonialCard{background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 10px 30px #0000000f;display:flex;flex-direction:column;gap:14px;min-height:220px;padding:18px 18px 16px;transition:transform .2s ease,box-shadow .2s ease}.testimonialCard:hover{box-shadow:0 14px 36px #00000017;transform:translateY(-4px)}.testimonialCard__top{align-items:center;display:flex;justify-content:space-between}.testimonialCard__badge{align-items:center;background:#3730a31a;border-radius:999px;color:#3730a3;display:inline-flex;font-size:.85rem;font-weight:600;justify-content:center;padding:6px 10px}.testimonialCard__quote{color:#c7c7c7;font-size:2.2rem;font-weight:700;line-height:1}.testimonialCard__text{color:#111;font-size:1rem;line-height:1.6;margin:0}.testimonialCard__footer{align-items:center;display:flex;gap:12px;margin-top:auto;padding-top:6px}.testimonialCard__avatar{border:2px solid #f1f1f1;border-radius:999px;height:44px;object-fit:cover;width:44px}.testimonialCard__meta{display:flex;flex-direction:column;gap:2px}.testimonialCard__name{color:#0b0b0b;font-size:1rem;font-weight:700;margin:0}.testimonialCard__role{color:#757575;font-size:.92rem;margin:0}@media (max-width:980px){.testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials__header h1{font-size:1.5rem}.testimonials__header p{font-size:1rem}}@media (max-width:620px){.testimonials{padding:60px 16px}.testimonials__grid{grid-template-columns:1fr}}.faqs{background-color:#f9f9f9;padding:60px 20px;text-align:center}.faqs__header h1{color:#000;font-size:2rem;margin-bottom:20px}.faqs__header p{color:#757575;font-size:1.2rem;line-height:1.5}.faqs__header .highlight{color:#3730a3;cursor:pointer}.faqs__accordion{margin-left:auto;margin-right:auto;margin-top:40px;max-width:800px;text-align:left}.faqs__item{border-bottom:1px solid #e0e0e0;padding:15px 0}.faqs__question{align-items:center;color:#000;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between}.faqs__icon{color:#757575;font-size:1rem}.faqs__answer{color:#757575;font-size:.9rem;height:0;line-height:1.5;overflow:hidden;transition:height .3s ease}.faqs__answer p{margin:0;padding:10px 0}@media (max-width:768px){.faqs__header h1{font-size:1.5rem}.faqs__header p{font-size:1rem}.faqs__accordion{padding:0 10px}}.cta{align-items:center;background-color:#3730a3;color:#fff;display:flex;gap:50px;height:70vh;justify-content:center;overflow:hidden;padding:30px 180px}.cta__left{flex:1 1;margin-right:20px;text-align:left}.cta__left h1{color:#fff;font-size:2.5rem;margin-bottom:20px}.cta__left p{color:#d9d9d9;font-size:1.2rem;margin-bottom:40px}.cta__images--horizontal{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;white-space:nowrap}.cta__storeLink{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center}.cta__storeLink.disabled{cursor:default;opacity:.6;pointer-events:none}.cta__storeLink.comingSoon{cursor:pointer;position:relative}.cta__storeLink.comingSoon:after{background:#000000bf;border-radius:4px;bottom:110%;color:#fff;content:attr(title);font-size:.75rem;left:50%;opacity:0;padding:4px 6px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap}.cta__storeLink.comingSoon:active:after,.cta__storeLink.comingSoon:hover:after{opacity:1}.cta__storeBadge{background:#fff;border-radius:10px;height:44px;object-fit:contain;padding:8px 10px;transition:opacity .2s ease;width:115px}.cta__storeBadge:hover{opacity:.85}.cta__right{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center}.cta__images--overlap,.cta__right{position:relative}.cta__image--overlap-left{height:auto;left:50%;position:absolute;top:50%;transform:translate(-70%,-50%);width:160px;z-index:0}.cta__image--overlap-right{height:auto;left:60%;position:absolute;top:50%;transform:translate(15%,-35%);width:150px;z-index:1}@media (max-width:990px){.cta{flex-direction:column;height:auto;padding:20px;text-align:center}.cta__left,.cta__right{flex:initial;margin-bottom:20px;width:80%}.cta__left{margin-right:0;text-align:center}.cta__left h1{font-size:1.8rem;line-height:1.3}.cta__left p{font-size:1rem;line-height:1.5}.cta__images--horizontal{flex-wrap:wrap;gap:10px;justify-content:center;white-space:normal}.cta__storeBadge{height:42px;padding:7px 9px;width:110px}.cta__right{display:none;height:auto;position:relative}.cta__images--overlap{height:auto;position:relative;width:100%}.cta__image--overlap-left{height:auto;position:absolute;right:15%;top:50%;width:140px;z-index:1}.cta__image--overlap-right{height:auto;left:55%;position:absolute;top:55%;transform:translate(-50%,-50%);width:120px;z-index:2}}@media (max-width:480px){.cta__left h1{font-size:1.5rem}.cta__left p{font-size:.9rem;line-height:1.4}.cta__images--horizontal{flex-wrap:wrap;gap:8px;justify-content:center}.cta__storeBadge{height:40px;padding:6px 8px;width:95px}.cta__image--overlap-left,.cta__image--overlap-right{width:90px}.cta__image--overlap-right{left:50%;top:60%;transform:translate(-30%,-40%)}}.footer{background-color:#fff;color:#757575;padding:50px 20px}.footer__container{margin:0 auto;max-width:1100px}.footer__columns{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.footer__column{min-width:150px}.footer__brand{padding-right:10px}.footer__logo{margin-bottom:8px;width:64px}.footer__text{color:#757575;font-size:.95rem;line-height:1.5;margin-bottom:10px}.footer__address{color:#555;font-size:.85rem;line-height:1.4;margin-bottom:14px;margin-top:6px}.footer__contact{align-items:center;color:#3730a3;display:inline-flex;font-size:.95rem;gap:10px;text-decoration:none}.footer__icon{font-size:1rem}.footer__column h4{color:#000;font-size:1rem;margin-bottom:14px}.footer__column ul{list-style:none;margin:0;padding:0}.footer__column ul li{margin-bottom:10px}.footer__link{background:none;border:none;color:#757575;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;outline:none;padding:0;text-decoration:none;transition:color .3s ease-in-out}.footer__link:focus,.footer__link:hover{color:#3730a3;outline:2px solid #0000;outline-offset:2px;text-decoration:none}.footer__pci-badge{display:inline-block;height:90px}.footer__bottom{text-align:center}.footer__bottom hr{border:none;border-top:1px solid #d9d9d9;margin:18px 0 14px}.footer__bottomInner{align-items:center;display:flex;flex-direction:column;gap:8px}.footer__bottom p{color:#757575;font-size:.9rem;margin:0}@media (max-width:900px){.footer__columns{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.footer{padding:30px 14px}.footer__columns{gap:18px;grid-template-columns:1fr}.footer__bottom p,.footer__link,.footer__text{font-size:.85rem}}.fadeInOverlay{animation:fadeInOverlay .3s forwards}.fadeOutOverlay{animation:fadeOutOverlay .3s forwards}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes fadeOutOverlay{0%{opacity:1}to{opacity:0}}.fadeInModal{animation:fadeInModal .3s forwards}@keyframes fadeInModal{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeOutModal{animation:fadeOutModal .3s forwards}@keyframes fadeOutModal{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.modal__overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal__container{background:#fff;border-radius:8px;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;width:90%}.modal__header{align-items:center;background:#f5f5f5;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:16px 20px}.modal__close{background:#0000;border:none;cursor:pointer;font-size:24px}.modal__content{color:#333;flex-grow:1;font-size:.95rem;line-height:1.5;overflow-y:auto;padding:20px}.leadModal{display:grid;inset:0;padding:16px;place-items:center;position:fixed;z-index:9999}.leadModal__backdrop{background:#08080e9e;border:0;cursor:pointer;inset:0;position:absolute}.leadModal__panel{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 18px 60px #00000047;display:flex;flex-direction:column;max-height:min(560px,86vh);overflow:hidden;position:relative;width:min(680px,100%);z-index:1}.leadModal__top{align-items:flex-start;background:#fff;border-bottom:1px solid #efefef;display:flex;gap:14px;justify-content:space-between;padding:16px 16px 10px}.leadModal__kicker{color:#3730a3e6;font-size:.85rem;font-weight:500;letter-spacing:.2px;margin:0 0 6px}.leadModal__title{color:#0b0b0b;font-size:1.15rem;font-weight:500;line-height:1.2;margin:0 0 6px}.leadModal__sub{color:#6f6f6f;font-size:.95rem;font-weight:400;line-height:1.45;margin:0}.leadModal__close{background:#f2f2f2;border:0;border-radius:10px;color:#111;cursor:pointer;font-size:1rem;font-weight:600;height:38px;transition:transform .15s ease,background-color .15s ease;width:38px}.leadModal__close:hover{background:#eaeaea;transform:translateY(-1px)}.leadModal__body{overflow:auto;padding:14px 16px 16px}.leadModal__form{padding:0}.leadModal__grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.leadField--full{grid-column:1/-1}.leadField__label{color:#000000c7;display:block;font-size:.86rem;font-weight:500;margin-bottom:6px}.leadField__input,.leadField__textarea{background:#fff;border:1px solid #e9e9e9;border-radius:12px;font-size:.94rem;outline:none;padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.leadField__textarea{line-height:1.5;min-height:92px;resize:vertical}.leadField__input:focus,.leadField__textarea:focus{border-color:#3730a373;box-shadow:0 0 0 4px #3730a31a}.leadField__input.isError,.leadField__textarea.isError{border-color:#dc26268c;box-shadow:0 0 0 4px #dc262614}.leadField__error{color:#dc2626f2;font-size:.84rem;line-height:1.25;margin-top:6px}.leadPick{align-items:center;background:#fff;border:1px solid #e9e9e9;border-radius:12px;cursor:pointer;display:flex;gap:10px;padding:10px 12px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.leadPick:hover{border-color:#3730a340}.leadPick:focus-within{border-color:#3730a373;box-shadow:0 0 0 4px #3730a31a}.leadPick.isError{border-color:#dc26268c;box-shadow:0 0 0 4px #dc262614}.leadPick__value{color:#000000c7;flex:1 1;font-size:.94rem}.leadPick__icon{font-size:1rem;opacity:.75}.leadPick__native{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.leadModal__bottom{align-items:center;border-top:1px solid #efefef;display:flex;gap:10px;justify-content:space-between;margin-top:14px;padding-top:12px}.leadModal__hint{color:#7a7a7a;font-size:.9rem;font-weight:400;line-height:1.35}.leadModal__submit{background:#3730a3;border:1px solid #3730a3;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:11px 16px;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,opacity .15s ease;white-space:nowrap}.leadModal__submit:hover{background:#2c2380;border-color:#2c2380;transform:translateY(-1px)}.leadModal__submit:disabled{cursor:not-allowed;opacity:.55;transform:none}.leadModal__statusWrap{display:grid;inset:0;padding:16px;place-items:center;position:absolute;z-index:3}.leadModal__statusBackdrop{background:#00000073;border:0;cursor:pointer;inset:0;position:absolute}.leadModal__statusBackdrop:disabled{cursor:default}.leadModal__statusCard{grid-gap:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #00000014;border-radius:18px;box-shadow:0 30px 90px #00000059;display:grid;gap:14px;grid-template-columns:46px 1fr;padding:18px;position:relative;width:min(420px,92%);z-index:1}.leadModal__statusIcon{background:#3730a31f;border:1px solid #3730a338;border-radius:14px;color:#3730a3;display:grid;font-size:18px;font-weight:800;height:46px;place-items:center;width:46px}.leadModal__statusIcon.isSuccess{background:#10b98124;border:1px solid #10b98147;color:#05785a}.leadModal__statusIcon.isError{background:#dc26261f;border:1px solid #dc26263d;color:#aa0a0a}.leadModal__statusTitle{color:#0b0b0b;font-size:1rem;font-weight:700;margin-top:2px}.leadModal__statusMsg{color:#000000ad;font-size:.92rem;line-height:1.45;margin-top:6px}.leadModal__statusActions{display:flex;grid-column:1/-1;justify-content:flex-end;margin-top:6px}.leadModal__statusBtn{background:#3730a3;border:1px solid #3730a3;border-radius:999px;color:#fff;cursor:pointer;font-weight:700;padding:10px 14px;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,opacity .15s ease}.leadModal__statusBtn:hover{background:#2c2380;border-color:#2c2380;transform:translateY(-1px)}.leadModal__statusBtn.isDisabled,.leadModal__statusBtn:disabled{cursor:not-allowed;opacity:.55;transform:none}.leadModal__spinner{animation:leadSpin .85s linear infinite;border:2px solid #3730a340;border-radius:999px;border-top-color:#3730a3;height:18px;width:18px}@keyframes leadSpin{to{transform:rotate(1turn)}}@media (max-width:640px){.leadModal__panel{max-height:88vh}.leadModal__grid{grid-template-columns:1fr}.leadModal__bottom{align-items:stretch;flex-direction:column}.leadModal__submit{width:100%}}.enterprisePage{background:#fff}.enterprise{padding-top:70px}.enterpriseHero{align-items:center;background-image:url(https://images.unsplash.com/photo-1525182008055-f88b95ff7980?auto=format&fit=crop&w=2400&q=80);background-position:50%;background-size:cover;display:flex;min-height:72vh;padding:70px 20px;position:relative}.enterpriseHero__overlay{background:linear-gradient(90deg,#000000b8,#0000008c 50%,#0000009e);inset:0;position:absolute}.enterpriseHero__container{margin:0 auto;max-width:1100px;position:relative;width:100%;z-index:1}.enterpriseHero__kicker{color:#ffffffd9;font-size:.95rem;font-weight:700;letter-spacing:.2px;margin:0 0 10px}.enterpriseHero__title{color:#fff;font-size:2.2rem;line-height:1.15;margin:0 0 12px;max-width:900px}.enterpriseHero__highlight{color:#fff;text-decoration:underline;text-decoration-color:#fff6;text-underline-offset:6px}.enterpriseHero__subtitle{color:#ffffffd1;font-size:1.08rem;line-height:1.7;margin:0 0 18px;max-width:820px}.enterpriseHero__points{grid-gap:12px;display:grid;gap:12px;margin-top:16px;max-width:820px}.enterpriseHero__point{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:10px 1fr}.enterpriseHero__dot{background:#ffffffe6;border-radius:999px;height:10px;margin-top:7px;width:10px}.enterpriseHero__pointTitle{color:#fff;font-weight:800;margin-bottom:4px}.enterpriseHero__pointText{color:#ffffffc7;font-size:.98rem;line-height:1.55}.enterpriseHero__bestFor{color:#fffc;font-size:.98rem;margin:16px 0 0}.enterpriseHero__ctaRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.enterpriseHero__btn{align-items:center;border-radius:999px;display:inline-flex;font-size:.95rem;font-weight:800;justify-content:center;padding:12px 18px;text-decoration:none;transition:transform .2s ease,background-color .25s ease,color .25s ease,border-color .25s ease}.enterpriseHero__btnPrimary{background:#fff;border:1px solid #ffffffd9;color:#111}.enterpriseHero__btnPrimary:hover{background:#ffffffeb;transform:translateY(-1px)}.enterpriseHero__btnGhost{background:#0000;border:1px solid #ffffff61;color:#fff}.enterpriseHero__btnGhost:hover{background:#ffffff14;border-color:#fff9;transform:translateY(-1px)}.enterpriseBody{background:#fff;padding:50px 20px 70px}.enterprise__container{margin:0 auto;max-width:1100px}.enterpriseSection{background:#fff;border:1px solid #ececec;border-radius:18px;box-shadow:0 12px 28px #0000000d;padding:22px 18px}.enterpriseSection__header{max-width:900px}.enterpriseSection__title{color:#0b0b0b;font-size:1.55rem;line-height:1.25;margin:0 0 10px}.enterpriseSection__subtitle{color:#757575;font-size:1.02rem;line-height:1.7;margin:0}.enterpriseGrid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.enterpriseCard{background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;transition:transform .2s ease,box-shadow .2s ease}.enterpriseCard:hover{box-shadow:0 14px 26px #00000012;transform:translateY(-3px)}.enterpriseCard h3{color:#0b0b0b;font-size:1.05rem;margin:0 0 8px}.enterpriseCard p{color:#757575;font-size:.95rem;line-height:1.6;margin:0}.enterpriseCard ul{margin:10px 0 0;padding-left:18px}.enterpriseCard li{color:#111;font-size:.92rem;line-height:1.5;margin-bottom:8px}.enterpriseCard li::marker{color:#3730a3b3}.enterpriseFinal{margin-top:18px}.enterpriseFinal__inner{background:#fff;border:1px solid #ececec;border-radius:18px;box-shadow:0 12px 28px #0000000d;padding:22px 18px;text-align:center}.enterpriseFinal__inner h2{color:#0b0b0b;font-size:1.55rem;margin:0 0 10px}.enterpriseFinal__inner p{color:#757575;font-size:1.02rem;line-height:1.7;margin:0 auto;max-width:850px}.enterpriseFinal__ctaRow{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:16px}.enterpriseFinal__btn{align-items:center;border-radius:999px;display:inline-flex;font-size:.95rem;font-weight:800;justify-content:center;padding:12px 18px;text-decoration:none;transition:transform .2s ease,background-color .25s ease,color .25s ease,border-color .25s ease}.enterpriseFinal__btnPrimary{background:#3730a3;border:1px solid #3730a3;color:#fff}.enterpriseFinal__btnPrimary:hover{background:#2c2380;border-color:#2c2380;transform:translateY(-1px)}.enterpriseFinal__btnGhost{background:#fff;border:1px solid #3730a340;color:#3730a3}.enterpriseFinal__btnGhost:hover{background:#3730a30f;border-color:#3730a359;transform:translateY(-1px)}@media (max-width:980px){.enterpriseGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.enterpriseHero__title{font-size:1.9rem}}@media (max-width:620px){.enterpriseHero{min-height:62vh;padding:52px 14px}.enterpriseHero__kicker{font-size:.82rem;margin-bottom:8px}.enterpriseHero__title{font-size:1.32rem;line-height:1.18;margin-bottom:10px}.enterpriseHero__subtitle{font-size:.94rem;line-height:1.55;margin-bottom:14px}.enterpriseHero__points{gap:10px;margin-top:12px}.enterpriseHero__dot{height:8px;margin-top:6px;width:8px}.enterpriseHero__pointTitle{font-size:.95rem}.enterpriseHero__bestFor,.enterpriseHero__pointText{font-size:.86rem;line-height:1.45}.enterpriseHero__bestFor{margin-top:12px}.enterpriseHero__ctaRow{gap:8px;margin-top:14px}.enterpriseHero__btn{font-size:.86rem;font-weight:800;padding:9px 14px}.enterpriseBody{padding:40px 14px 60px}.enterpriseGrid{grid-template-columns:1fr}}@media (max-width:420px){.enterpriseHero{min-height:58vh;padding:46px 12px}.enterpriseHero__title{font-size:1.18rem}.enterpriseHero__subtitle{font-size:.9rem}.enterpriseHero__btn{font-size:.82rem;padding:8px 12px}}
/*# sourceMappingURL=main.d029ceac.css.map*/