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}.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(14px);-webkit-backdrop-filter:blur(14px);background:#ffffff2e;border-bottom:1px solid #ffffff38}.header--scrolled:before{content:none}: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;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:#3730a3;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s ease}.nav-links .nav-link:hover,.nav-links a:hover{color:#2c2380}.hamburger{background:none;border:none;color:#3730a3;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%}.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)}.download{align-items:center;display:flex;flex:0 0 auto;position:relative}.download-button{align-items:center;background-color:#3730a3;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;gap:8px;padding:9px 14px;transition:transform .2s ease,background-color .25s ease;white-space:nowrap}.download-button:hover{background-color:#2c2380;transform:translateY(-1px)}.download-caret{display:inline-block;font-size:12px;opacity:.95;transform:translateY(-1px);transition:transform .2s ease}.download-caret.open{transform:rotate(180deg) translateY(1px)}.download-menu{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #00000014;border-radius:14px;box-shadow:0 18px 34px #0000001f;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);width:260px;z-index:2500}.download-menu__item{color:#111;display:block;padding:12px;text-decoration:none;transition:background .15s ease}.download-menu__item:hover{background:#3730a314}.download-menu__name{color:#0b0b0b;font-size:14px;font-weight:800}.download-menu__note{color:#0000008c;font-size:12px;margin-top:3px}.mobile-downloads{display:none}@media (max-width:768px){.hamburger{display:flex}.header__logoBox{height:40px;width:132px}.download{display:none}.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:0;height:calc(100vh - 70px);justify-content:flex-start;overflow-y:auto;padding:18px;position:fixed;right:0;top:70px;transform:translateX(100%);transition:transform .25s ease;width:280px;z-index:2000}.header__nav.open{transform:translateX(0)}.nav-links{align-items:flex-start;flex-direction:column;gap:16px;margin-top:0;width:100%}.nav-links .nav-link,.nav-links a{color:#000!important;font-size:16px}.mobile-downloads{border-top:1px solid #00000014;display:block;margin-top:8px;padding-top:10px;width:100%}.mobile-downloads__title{color:#111;font-size:14px;font-weight:900;margin-bottom:10px}.mobile-downloads__list{grid-gap:10px;display:grid;gap:10px;width:100%}.mobile-downloads__item{background:#3730a30f;border:1px solid #3730a324;border-radius:12px;color:#111;display:flex;flex-direction:column;gap:2px;padding:12px;text-decoration:none;width:100%}.mobile-downloads__item:active{transform:scale(.99)}.mobile-downloads__name{color:#0b0b0b;font-size:14px;font-weight:900}.mobile-downloads__note{color:#0000008c;font-size:12px}}.hero{align-items:center;background:radial-gradient(900px 600px at 12% 18%,#3730a329,#0000 55%),radial-gradient(700px 500px at 88% 35%,#00000012,#0000 55%),linear-gradient(180deg,#fbfbff,#f7f7ff 60%,#fafafa);display:flex;gap:60px;justify-content:space-between;overflow:hidden;padding:130px 90px 90px;position:relative}.hero:before{background-image:radial-gradient(#00000014 1px,#0000 0);background-size:22px 22px;inset:0;opacity:.22}.hero:after,.hero:before{content:"";pointer-events:none;position:absolute}.hero:after{animation:heroBlob 9s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#3730a35c,#3730a300);filter:blur(18px);height:520px;left:-140px;opacity:.9;top:120px;width:520px}@keyframes heroBlob{0%{transform:translate(0) scale(1)}50%{transform:translate(45px,-30px) scale(1.06)}to{transform:translate(0) scale(1)}}.hero__left{animation:fadeUp 1.3s ease both;max-width:54%;position:relative;z-index:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero__left h1{color:#0b0b10;font-size:3.6rem;letter-spacing:-.02em;line-height:1.05;margin-bottom:14px}.hero__left .highlight{color:#3730a3;position:relative}.hero__left h1 .highlight:after{background:#3730a32e;border-radius:999px;bottom:6px;content:"";height:10px;left:0;position:absolute;width:100%;z-index:-1}.hero__left p{color:#0f0f149e;font-size:1.25rem;line-height:1.55;margin-bottom:18px;max-width:580px}.hero__ctaRow{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin:18px 0 24px}.hero__ctaHint{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffa6;border:1px solid #0000000f;border-radius:999px;color:#0f0f1494;font-size:.95rem;padding:10px 12px}.hero__cta{background:linear-gradient(135deg,#3730a3,#241f7f 50%,#120f49);border:none;border-radius:14px;box-shadow:0 14px 30px #3730a347,0 8px 18px #0000001a;color:#fff;cursor:pointer;font-size:1.02rem;font-weight:800;overflow:hidden;padding:13px 18px;position:relative;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.hero__cta:before{animation:shine 2.6s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff52,#0000);content:"";height:160%;left:-40%;position:absolute;top:-30%;transform:rotate(18deg);width:60%}@keyframes shine{0%{opacity:0;transform:translateX(-120%) rotate(18deg)}25%{opacity:.7}60%{opacity:0;transform:translateX(210%) rotate(18deg)}to{opacity:0}}.hero__cta:hover{box-shadow:0 18px 44px #3730a352,0 10px 20px #0000001f;opacity:.97;transform:translateY(-2px)}.hero__cta:active{opacity:.93;transform:translateY(0)}.hero__cta:focus-visible{outline:3px solid #3730a338;outline-offset:4px}.hero__value{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;margin-bottom:24px}.hero__valueItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #0000000f;border-radius:16px;box-shadow:0 10px 22px #0000000f;padding:14px;transition:transform .18s ease,box-shadow .18s ease}.hero__valueItem:hover{box-shadow:0 14px 28px #00000014;transform:translateY(-2px)}.hero__valueItem h3{color:#0b0b10;font-size:1.05rem;margin:0 0 6px}.hero__valueItem p{color:#0f0f149e;font-size:.98rem;line-height:1.45;margin:0}.hero__images{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;margin-top:4px}.badgeLink{color:inherit;display:inline-flex;text-decoration:none}.badgeItemInner{align-items:center;display:inline-flex;flex-direction:column;gap:7px;transition:transform .18s ease}.badgeLink:hover .badgeItemInner{transform:translateY(-2px)}.badgeLink.disabled{cursor:default;opacity:.6;pointer-events:none}.badgeLink.comingSoon{cursor:pointer;position:relative}.badgeLink.comingSoon:after{background:#000c;border-radius:8px;bottom:110%;color:#fff;content:attr(title);font-size:.75rem;left:50%;opacity:0;padding:6px 8px;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;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0000000f;border-radius:14px;box-shadow:0 10px 20px #0000000f;display:inline-flex;height:46px;justify-content:center;width:150px}.storeBadgeImg{height:86%;object-fit:contain;object-position:center;transition:opacity .2s ease;width:86%}.badgeLink:hover .storeBadgeImg{opacity:.92}.badgeLabel{color:#0a0a0ebd;font-size:.85rem;line-height:1.15;max-width:160px;text-align:center}.badgeSoon{color:#3730a3f2;font-weight:700}.hero__right{align-items:center;display:flex;justify-content:center;max-width:46%;position:relative;z-index:1}.hero__right:before{animation:glowPulse 4.2s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#3730a352,#3730a300);border-radius:999px;content:"";filter:blur(18px);height:360px;opacity:.9;pointer-events:none;position:absolute;width:360px}@keyframes glowPulse{0%{opacity:.75;transform:scale(1)}50%{opacity:.95;transform:scale(1.06)}to{opacity:.75;transform:scale(1)}}.hero__right img{animation:floaty 3.8s ease-in-out infinite;background:#ffffffb8;border:1px solid #00000012;border-radius:22px;box-shadow:0 18px 40px #0000001a;height:auto;padding:14px;width:74%}@keyframes floaty{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.whoFor{background:linear-gradient(180deg,#fafafa,#fff);overflow:hidden;padding:80px 90px;position:relative}.whoFor:before{background:radial-gradient(900px 500px at 80% 10%,#3730a31c,#0000 55%);content:"";inset:0;pointer-events:none;position:absolute}.whoFor__inner{margin:0 auto;max-width:1120px;position:relative;z-index:1}.whoFor__header{margin-bottom:26px}.whoFor__header h2{color:#0b0b10;font-size:2.35rem;letter-spacing:-.02em;line-height:1.15;margin:0 0 12px}.whoFor__header .highlight{color:#3730a3;position:relative}.whoFor__header .highlight:after{background:#3730a329;border-radius:999px;bottom:4px;content:"";height:10px;left:0;position:absolute;width:100%;z-index:-1}.whoFor__header p{color:#0f0f149e;font-size:1.12rem;line-height:1.55;margin:0;max-width:760px}.whoFor__grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-top:22px}.whoFor__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:1px solid #0000000f;border-radius:18px;box-shadow:0 12px 26px #0000000f;overflow:hidden;padding:16px;position:relative;transition:transform .18s ease,box-shadow .18s ease}.whoFor__card:before{background:radial-gradient(420px 120px at 20% 0,#3730a329,#0000 55%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease}.whoFor__card:hover{box-shadow:0 16px 34px #00000014;transform:translateY(-3px)}.whoFor__card:hover:before{opacity:1}.whoFor__icon{background:#3730a31a;border:1px solid #3730a329;border-radius:14px;display:grid;font-size:1.3rem;height:44px;margin-bottom:10px;place-items:center;width:44px}.whoFor__label{color:#0b0b10;font-size:1.05rem;font-weight:800;margin-bottom:6px}.whoFor__sub{color:#0f0f149e;font-size:.95rem}.whoFor__typeSlot{display:inline-block;margin:0 4px;min-width:160px;vertical-align:initial;white-space:nowrap}.whoFor__typeWord{animation:wordFade 3s ease-in-out infinite;display:inline-block}@keyframes wordFade{0%{opacity:.15;transform:translateY(0)}18%{opacity:1}82%{opacity:1}to{opacity:.15;transform:translateY(0)}}@media (max-width:900px){.hero{padding:120px 28px 60px}.whoFor{padding:70px 28px}}@media (max-width:768px){.hero{flex-direction:column;gap:34px;padding:calc(110px + env(safe-area-inset-top)) 18px 44px;text-align:center}.hero__left,.hero__right{max-width:100%}.hero__left h1{font-size:2.45rem}.hero__left p{font-size:1.1rem;margin-left:auto;margin-right:auto}.hero__ctaRow{justify-content:center}.hero__value{text-align:left;width:100%}.hero__images{gap:14px;justify-content:center}.badgeBox{height:44px;width:130px}.badgeLabel{font-size:.8rem;max-width:140px}.hero__right img{width:84%}.whoFor__header{text-align:left}.whoFor__header h2{font-size:1.75rem;line-height:1.22}.whoFor__typeSlot{min-width:130px}.whoFor__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero__left h1{font-size:2.05rem}.hero__left p{font-size:1rem}.hero__cta{width:100%}.whoFor__grid{grid-template-columns:1fr}.whoFor__typeSlot{min-width:112px}}@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;overflow-x:clip;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{box-sizing:border-box;cursor:grab;height:320px;margin:0 auto;max-width:min(1100px,100%);overflow:visible;padding:10px 60px;position:relative;width:100%;z-index:1}.features__slider:active{cursor:grabbing}.features__slider .swiper{overflow:visible;width:100%}.features__slider .swiper-wrapper{align-items:center}.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;max-width:220px;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;max-width:100%;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:#f7f7fb;overflow-x:clip;padding:84px 18px;text-align:center}.pricing__header{margin:0 auto 30px;max-width:980px}.pricing__header h1{color:#000;font-size:2.25rem;line-height:1.15;margin-bottom:10px}.pricing__header h1 .highlight{color:#3730a3}.pricing__header p{color:#666;font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:760px}.rateDemo{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:1.2fr .8fr;margin:28px auto 0;max-width:1100px}.rateDemo__panel{display:flex;flex-direction:column;gap:16px}.rateDemo__card{background:#fff;border:1px solid #0000000f;border-radius:18px;box-shadow:0 14px 40px #00000012;padding:18px;text-align:left}.rateDemo__cardTop{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.rateDemo__title{color:#0b0b0b;font-size:1.25rem;margin:0 0 8px}.rateDemo__hint{color:#6c6c6c;font-size:.98rem;line-height:1.5;margin:0}.rateDemo__miniChip{grid-gap:4px;background:#3730a314;border:1px solid #3730a32e;border-radius:12px;display:grid;gap:4px;min-width:120px;padding:10px 12px;text-align:right}.rateDemo__miniChip span{color:#0009;font-size:.82rem}.rateDemo__miniChip b{color:#111;font-size:.98rem}.rateDemo__inputRow{display:flex;flex-direction:column;gap:10px;margin-top:14px}.rateDemo__label{color:#111;font-size:.95rem;font-weight:650}.rateDemo__inputWrap{align-items:center;display:flex;position:relative}.rateDemo__input{border:1px solid #0000001f;border-radius:14px;font-size:1rem;height:50px;outline:none;padding:0 70px 0 14px;width:100%}.rateDemo__input:focus{border-color:#3730a380;box-shadow:0 0 0 4px #3730a31f}.rateDemo__suffix{color:#0000008c;font-size:.95rem;position:absolute;right:12px}.rateDemo__actions{display:flex;gap:10px;margin-top:16px}.btn{border:1px solid #0000;border-radius:14px;cursor:pointer;font-size:.98rem;height:46px;padding:0 14px;transition:transform .12s ease,opacity .12s ease,background .12s ease}.btn:active{transform:scale(.98)}.btnPrimary{background:#3730a3;color:#fff}.btnPrimary:hover{opacity:.92}.btnGhost{background:#0000;border-color:#0000001f;color:#111}.btnGhost:hover{background:#0000000a}.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:#0000008c;display:flex;font-size:.95rem;gap:10px}.step .dot{background:#0000002e;border-radius:999px;height:10px;width:10px}.step.active{color:#111;font-weight:650}.step.active .dot{background:#3730a3}.rateDemo__tips{background:#fff;border:1px solid #0000000f;border-radius:18px;box-shadow:0 14px 40px #0000000f;padding:16px 18px;text-align:left}.rateDemo__tips h3{color:#0b0b0b;font-size:1.05rem;margin:0 0 10px}.rateDemo__tips ul{color:#0000008c;font-size:.98rem;line-height:1.65;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 54px #00000038;padding:12px;width:325px}.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:800;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:900;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:800;height:44px;padding:0 18px;transition:transform .12s ease,opacity .12s 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__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:900}.phone__incallActions{display:flex;justify-content:center;margin-top:18px}.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:#0000008c;font-size:.92rem;line-height:1.5;margin:0;max-width:340px;text-align:center}.earnings{margin:54px auto 0;max-width:1200px;padding:0 18px}.earnings__inner{grid-gap:22px;align-items:stretch;display:grid;gap:22px;grid-template-columns:1.05fr .95fr}.earnings__left,.earnings__right{background:#fff;border:1px solid #0000000f;border-radius:18px;box-shadow:0 14px 40px #0000000f;padding:18px;text-align:left}.earnings__title{color:#0b0b0b;font-size:1.45rem;margin:0 0 12px}.earnings__calc{grid-gap:14px;display:grid;gap:14px}.calcRow{align-items:center;color:#000000bf;display:flex;flex-wrap:wrap;font-weight:650;gap:10px}.calcX{color:#00000059;font-weight:900}.calcResult{background:#3730a308;border:1px solid #00000014;border-radius:16px;padding:14px}.calcBig{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:1fr auto 1fr}.calcBig b{color:#111;font-size:1.35rem}.calcLabel{color:#0000008c;display:block;font-size:.9rem;margin-bottom:6px}.calcDivider{background:#0000001f;height:46px;width:1px}.earnings__note{color:#0000008c;font-size:.95rem;line-height:1.55;margin:12px 0 0}.earnings__chartCard{display:flex;flex-direction:column;gap:12px;height:100%}.earnings__chartTop{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.earnings__chartTitle{color:#111;font-weight:750;margin:0}.earnings__chartSub{color:#0000008c;font-size:.95rem;margin:4px 0 0}.earnings__badge{background:#3730a314;border:1px solid #3730a32e;border-radius:12px;color:#000000bf;padding:10px 12px;white-space:nowrap}.earnings__chartWrap{background:#fff;border:1px solid #0000000f;border-radius:16px;height:260px;overflow:hidden;padding:10px 10px 4px 6px}.trustStatic{margin-top:46px;padding:0 18px}.trustStatic__inner{background:#fff;border:1px solid #0000000f;border-radius:18px;box-shadow:0 14px 40px #0000000f;margin:0 auto;max-width:1100px;padding:18px}.trustStatic__title{color:#0b0b0b;font-size:1.05rem;margin:0 0 12px;text-align:left}.trustStatic__row{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-start}.trustStatic__item{align-items:center;background:#00000005;border:1px solid #0000000f;border-radius:14px;display:flex;gap:10px;padding:10px 12px}.trustStatic__item img{display:block;height:34px;object-fit:contain;width:auto}.trustStatic__item span{color:#000000b8;font-size:.95rem;font-weight:650}.trustStatic__tip{color:#0000008c;font-size:.92rem;line-height:1.55;margin:12px 0 0;text-align:left}@media (max-width:980px){.rateDemo{grid-template-columns:1fr}.rateDemo__phoneWrap{margin-top:6px}.phone{width:335px}.earnings__inner{grid-template-columns:1fr}}@media (max-width:420px){.pricing{padding:74px 14px}.pricing__header h1{font-size:1.95rem}.phone{width:305px}.calcBig{grid-template-columns:1fr}.calcDivider{display:none}.trustStatic__item img{height:30px}.trustStatic__item span{font-size:.9rem}}*{box-sizing:border-box}.testimonials{background:#f9f9f9;padding:78px 18px}.testimonials__container{margin:0 auto;max-width:1120px}.testimonials__header{margin-bottom:26px;text-align:center}.testimonials__header h2{color:#0b0b0b;font-size:2rem;line-height:1.2;margin:0 0 12px}.testimonials__header p{color:#0000008c;font-size:1.08rem;line-height:1.6;margin:0 auto;max-width:760px}.testimonials__header .highlight{color:#3730a3}.testimonials__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px}.testimonialCard{background:#ffffffeb;border:1px solid #00000012;border-radius:18px;box-shadow:0 12px 26px #0000000f;display:flex;flex-direction:column;gap:12px;min-height:240px;padding:16px 16px 14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.testimonialCard:hover{border-color:#3730a340;box-shadow:0 16px 34px #00000014;transform:translateY(-3px)}.testimonialCard__top{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.testimonialCard__pills{display:flex;flex-wrap:wrap;gap:8px}.pill{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:.82rem;font-weight:800;justify-content:center;line-height:1;padding:6px 10px;white-space:nowrap}.pill--earn{background:#3730a31a;border-color:#3730a32e;color:#3730a3}.pill--loc{background:#0000000d;border-color:#00000014;color:#000000ad}.testimonialCard__quote{color:#00000026;font-size:2.2rem;font-weight:900;line-height:1;transform:translateY(-2px)}.testimonialCard__text{color:#000000d6;font-size:1rem;line-height:1.65;margin:0}.testimonialCard__footer{align-items:center;border-top:1px dashed #00000014;display:flex;gap:12px;margin-top:auto;padding-top:8px}.testimonialCard__avatar{background:#fff;border:2px solid #0000000f;border-radius:999px;flex:0 0 auto;height:44px;object-fit:cover;width:44px}.testimonialCard__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.testimonialCard__name{color:#0b0b0b;font-size:1rem;font-weight:900}.testimonialCard__name,.testimonialCard__role{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.testimonialCard__role{color:#0000008c;font-size:.92rem}@media (max-width:980px){.testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials__header h2{font-size:1.55rem}.testimonials__header p{font-size:1rem}}@media (max-width:620px){.testimonials{padding:60px 14px}.testimonials__grid{grid-template-columns:1fr}.testimonialCard{min-height:auto;padding:14px}.testimonialCard__text{font-size:.98rem}.pill{font-size:.8rem;padding:6px 9px}}.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 140px}.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:flex-start;display:flex;flex-wrap:nowrap;gap:28px;white-space:nowrap}.cta__storeLink{align-items:flex-start;color:inherit;display:inline-flex;flex:0 0 auto;justify-content:center;text-decoration:none}.cta__storeItemInner{align-items:center;display:inline-flex;flex-direction:column;gap:6px}.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__storeLink:hover .cta__storeBadge{opacity:.88}.cta__storeLabel{color:#ffffffe0;font-size:.82rem;line-height:1.1;max-width:130px;text-align:center}.cta__soon{color:#fffffff2;font-weight:700;opacity:.95}.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:12px;justify-content:center;white-space:normal}.cta__storeBadge{height:42px;padding:7px 9px;width:110px}.cta__storeLabel{font-size:.78rem;max-width:120px}.cta__right{display:none}}@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:10px;justify-content:center}.cta__storeBadge{height:40px;padding:6px 8px;width:95px}.cta__storeLabel{font-size:.74rem;max-width:105px}.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__addressSub{display:block;margin-top:25px}.footer__contact{align-items:center;color:#3730a3;display:inline-flex;font-size:.95rem;gap:10px;letter-spacing:.02em;text-decoration:none;text-transform:uppercase}.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}.footer__socialList{display:flex;flex-direction:column;gap:10px}.footer__socialLink{align-items:center;color:#757575;display:inline-flex;font-size:.9rem;gap:10px;text-decoration:none;transition:color .3s ease-in-out,transform .18s ease}.footer__socialLink:focus,.footer__socialLink:hover{color:#3730a3;outline:2px solid #0000;outline-offset:2px;transform:translateX(2px)}.footer__socialBadge{align-items:center;background:#3730a314;border:1px solid #3730a31f;border-radius:10px;color:#3730a3;display:inline-flex;height:30px;justify-content:center;width:30px}.footer__socialBadge svg{font-size:15px}.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__socialLink,.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;position:relative;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{background:#0000;border:0;cursor:pointer;height:100%;inset:0;margin:0;opacity:0;padding:0;pointer-events:auto;position:absolute;width:100%}.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.bc42f76d.css.map*/