.mkt{--purple:#8b5cf6;--purple-dark:#a78bfa;--purple-50:#a78bfa29;--ink:#fff;--body:#c4bfd4;--muted:#9c98b2;--line:#ffffff1f;--bg:#16101f;--gray-bg:#1e1734;--card-bg:#241b3e;--card-bg-band:#2a2049;--green:#16a34a;--red:#dc2626;font-family:var(--font-sans), "Instrument Sans", system-ui, -apple-system, sans-serif;background:var(--bg);color:var(--body);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;line-height:1.6;display:flex}.mkt main{flex:1}.mkt img{max-width:100%;display:block}.mkt a{color:inherit;text-decoration:none}.mkt h1,.mkt h2,.mkt h3{color:var(--ink);letter-spacing:-.02em;line-height:1.1}.mkt .wrap{max-width:1120px;margin:0 auto;padding-inline:24px}.mkt header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#16101fd9;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.mkt .nav{justify-content:space-between;align-items:center;gap:14px;height:72px;display:flex}.mkt .brand{color:var(--ink);letter-spacing:-.02em;white-space:nowrap;align-items:center;gap:10px;font-size:19px;font-weight:700;display:flex}.mkt .brand .wz{color:var(--purple-dark)}.mkt .brand-icon{width:auto;height:34px;display:block}.mkt .nav-mid{color:var(--ink);white-space:nowrap;gap:18px;font-size:15px;font-weight:500;display:flex}.mkt .nav-mid a:hover{color:var(--purple-dark)}.mkt .nav-right{white-space:nowrap;align-items:center;gap:16px;display:flex}.mkt .nav-right .signin{color:var(--ink);font-size:15px;font-weight:500}.mkt .nav-right .signin:hover{color:var(--purple-dark)}.mkt .btn{cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.mkt .btn-purple{background:var(--purple);color:#fff;border:none;padding:11px 22px}.mkt .btn-purple:hover{background:var(--purple-dark)}.mkt .hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:9px;display:none}.mkt .hamburger span{background:var(--ink);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.mkt .nav-mobile{flex-direction:column;padding-top:6px;padding-bottom:18px;display:none}.mkt .nav-mobile.open{display:flex}.mkt .nav-mobile a{color:var(--ink);border-top:1px solid var(--line);padding:14px 2px;font-size:17px;font-weight:600}.mkt .nav-mobile a:hover{color:var(--purple-dark)}.mkt .nav-mobile .btn-purple{color:#fff;border:none;justify-content:center;margin-top:16px;padding:14px 22px}.mkt .hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.mkt .hamburger.active span:nth-child(2){opacity:0}.mkt .hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mkt .stores{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.mkt .store{color:#fff;background:#000;border:1px solid #ffffff29;border-radius:10px;align-items:center;gap:9px;padding:9px 16px;transition:border-color .2s;display:inline-flex}.mkt .store:hover{border-color:#ffffff73}.mkt .store svg{fill:#fff;width:22px;height:22px}.mkt .store .st{text-align:left;flex-direction:column;line-height:1.1;display:flex}.mkt .store .st small{text-transform:uppercase;letter-spacing:.04em;opacity:.85;font-size:9px}.mkt .store .st span{font-size:15px;font-weight:600}.mkt section{scroll-margin-top:86px;position:relative}.mkt .band{background:var(--gray-bg)}.mkt .pad{padding:88px 0}.mkt .center{text-align:center;max-width:640px;margin:0 auto}.mkt .center h2{font-size:clamp(28px,4vw,36px);font-weight:700}.mkt .center p{margin-top:18px;font-size:17px}.mkt .center.wide{max-width:760px}.mkt .kicker{color:var(--purple-dark);letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:600}.mkt .card{background:var(--card-bg);border:1px solid var(--line);border-radius:14px;padding:26px}.mkt .band .card{background:var(--card-bg-band)}.mkt .card h3{margin-top:12px;font-size:20px;font-weight:700}.mkt .card p{color:var(--body);margin-top:12px;font-size:15px}.mkt .title-hero{text-align:center;background:radial-gradient(60% 60% at 50% 42%,#8b5cf633,#0000 70%);padding:74px 0 30px}.mkt .title-h1{color:var(--ink);letter-spacing:-.02em;font-size:clamp(36px,5.1vw,55.5px);font-weight:700;line-height:1.1}.mkt .title-h1 .accent{color:var(--purple-dark)}.mkt .title-sub{color:var(--muted);max-width:600px;margin:24px auto 0;font-size:18px}.mkt .steps-phones{grid-template-columns:1fr;justify-items:center;gap:44px;margin-top:56px;display:grid}.mkt .step{text-align:center}.mkt .steps-hiw .center h2{font-size:clamp(24px,3.4vw,37px)}.mkt .steps-hiw .center p{font-size:18px}.mkt .two{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.mkt .two>*{min-width:0}.mkt .sec-title{margin-top:10px;font-size:clamp(26px,3.4vw,34px);font-weight:700}.mkt .sec-sub{max-width:34rem;margin-top:16px;font-size:17px}.mkt .attr-grid{grid-template-columns:1fr 1fr;gap:13px 24px;margin-top:28px;display:grid}.mkt .attr{color:var(--ink);align-items:center;gap:10px;font-size:15px;font-weight:500;display:flex}.mkt .attr .tick{background:var(--purple-50);width:22px;height:22px;color:var(--purple-dark);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;display:flex}.mkt .media{justify-content:center;align-items:center;gap:16px;display:flex}.mkt .phone{filter:drop-shadow(0 26px 55px #0000008c);width:min(290px,100%);height:auto}.mkt .phone-lg{width:min(345px,100%)}.mkt .phone-team{width:min(308px,100%)}.mkt .media .phone{width:min(290px,50% - 8px)}.mkt .media .phone:only-child{width:min(345px,100%)}.mkt .feat-row{gap:14px;margin-top:24px;display:flex}.mkt .feat-row .fi{background:var(--purple-50);width:34px;height:34px;color:var(--purple-dark);border-radius:9px;flex:none;justify-content:center;align-items:center;display:flex}.mkt .feat-row .fi svg{fill:none;stroke:currentColor;stroke-width:2px;width:18px;height:18px}.mkt .feat-row h4{color:var(--ink);font-size:17px;font-weight:700}.mkt .feat-row p{margin-top:3px;font-size:15px}.mkt .browser{border:1px solid var(--line);background:var(--card-bg);border-radius:14px;max-width:920px;margin:0 auto;overflow:hidden;box-shadow:0 34px 70px -28px #0009}.mkt .browser img{width:100%;display:block}.mkt .window-bar{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:14px 16px;display:flex}.mkt .dot{border-radius:50%;width:11px;height:11px}.mkt .dot.r{background:#ff5f57}.mkt .dot.y{background:#febc2e}.mkt .dot.g{background:#28c840}.mkt .addr{text-align:center;color:var(--muted);background:var(--gray-bg);margin-left:14px;border-radius:8px;flex:1;max-width:260px;margin-inline:auto;padding:5px 12px;font-size:12px}.mkt .dash-cap{text-align:center;color:var(--ink);margin-bottom:20px;font-size:17px;font-weight:600}.mkt .compare{max-width:900px;margin:48px auto 0;overflow-x:auto}.mkt .compare table{border-collapse:collapse;width:100%;min-width:660px}.mkt .compare th,.mkt .compare td{text-align:center;border-bottom:1px solid var(--line);padding:16px;font-size:15px}.mkt .compare thead th{color:var(--ink);padding-bottom:14px;font-size:15px;font-weight:700}.mkt .compare td:first-child,.mkt .compare thead th:first-child{text-align:left;color:var(--muted);font-weight:500}.mkt .compare .us{background:var(--purple-50)}.mkt .compare thead th.us{color:var(--purple-dark)}.mkt .compare td.us{color:var(--ink);font-weight:700}.mkt .compare tbody tr:last-child td{border-bottom:none}.mkt .cs-list{flex-direction:column;gap:16px;max-width:52rem;margin:44px auto 0;display:flex}.mkt .case{border:1px solid var(--line);background:var(--card-bg);border-radius:12px;overflow:hidden}.mkt .case[open]{box-shadow:0 18px 44px -22px #0000008c}.mkt .case>summary{cursor:pointer;align-items:center;gap:20px;padding:20px 22px;list-style:none;display:flex}.mkt .case>summary::-webkit-details-marker{display:none}.mkt .case-thumb{object-fit:cover;border-radius:8px;flex:none;width:124px;height:86px}.mkt .case[open] .case-thumb{display:none}.mkt .case-text{min-width:0}.mkt .case-text h3{color:var(--ink);font-size:20px;font-weight:700;line-height:1.25}.mkt .case-teaser{color:var(--body);margin-top:6px;font-size:15px;line-height:1.6}.mkt .case-more{letter-spacing:.06em;text-transform:uppercase;color:var(--purple-dark);margin-top:10px;font-size:13px;font-weight:600;display:inline-block}.mkt .case[open] .case-teaser,.mkt .case[open] .case-more{display:none}@media (hover:hover){.mkt .case>summary:hover h3{color:var(--purple-dark)}}.mkt .case-body{padding:0 22px 26px}.mkt .case-figure{margin:0 0 20px}.mkt .case-figure img{border-radius:10px;width:100%}.mkt .case-body p{color:var(--body);font-size:16px;line-height:1.7}.mkt .case-body p+p{margin-top:14px}.mkt .faq-list{flex-direction:column;gap:14px;max-width:52rem;margin:44px auto 0;display:flex}.mkt .faq{border:1px solid var(--line);background:var(--card-bg);border-radius:12px;overflow:hidden}.mkt .faq[open]{box-shadow:0 18px 44px -22px #0000008c}.mkt .faq>summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;font-size:18px;font-weight:600;list-style:none;display:flex}.mkt .faq>summary::-webkit-details-marker{display:none}.mkt .faq-ico{flex:none;width:22px;height:22px;position:relative}.mkt .faq-ico:before,.mkt .faq-ico:after{content:"";background:var(--purple-dark);border-radius:2px;position:absolute}.mkt .faq-ico:before{height:2px;top:10px;left:2px;right:2px}.mkt .faq-ico:after{width:2px;transition:transform .2s;top:2px;bottom:2px;left:10px}.mkt .faq[open] .faq-ico:after{transform:scaleY(0)}@media (hover:hover){.mkt .faq>summary:hover{color:var(--purple-dark)}}.mkt .faq-body{padding:0 22px 24px}.mkt .faq-body p{color:var(--body);font-size:16px;line-height:1.7}.mkt footer{border-top:1px solid var(--line);padding:40px 0}.mkt .foot{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:14px;display:flex}.mkt .foot-nav{flex-wrap:wrap;gap:22px;display:flex}.mkt .foot-nav a:hover{color:var(--purple-dark)}.mkt .foot-sub{color:var(--muted);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 22px;margin-top:26px;padding-top:22px;font-size:13px;display:flex}.mkt .foot-sub a:hover{color:var(--purple-dark)}.mkt .foot-sub .links{flex-wrap:wrap;gap:18px;display:flex}@media (min-width:900px){.mkt .two{grid-template-columns:1.05fr 1fr}.mkt .two.rev>.media{order:-1}}@media (min-width:760px){.mkt .steps-phones{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:20px;max-width:950px;margin-left:auto;margin-right:auto}.mkt .steps-phones .phone{margin-inline:auto}}@media (max-width:1059px){.mkt .nav-mid,.mkt .nav-right{display:none}.mkt .hamburger{display:flex}}@media (max-width:640px){.mkt .attr-grid{grid-template-columns:1fr}.mkt .phone{height:420px}}