@font-face{font-family:Inter;src:url('./assets/fonts/inter-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('./assets/fonts/inter-500.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url('./assets/fonts/inter-600.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('./assets/fonts/inter-700.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Inter;src:url('./assets/fonts/inter-800.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:Unbounded;src:url('./assets/fonts/unbounded-700.ttf') format('truetype');font-weight:700;font-display:swap}

:root{--ink:#121212;--muted:rgba(18,18,18,.6);--blue:#005afe;--violet:#7635db;--deep:#35115d;--pink:#eb45c9;--soft:#f6f6f6}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.me-page{min-width:1180px;overflow:hidden;padding:16px 0 58px}
.shell{width:1320px;margin:0 auto}
.site-header{height:62px;display:flex;align-items:center;position:relative}
.brand{display:inline-flex;align-items:center;gap:8px;font-size:26px;font-weight:800;letter-spacing:-1.2px;white-space:nowrap}
.brand__mark{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:#7a22ef}
.brand__mark img{width:27px;height:27px;filter:brightness(0) invert(1)}
.nav{display:flex;gap:26px;margin-left:92px;font-size:14px;font-weight:500}
.nav a,.footer a{transition:opacity .2s ease}
.nav a:hover,.footer a:hover{opacity:.58}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:32px}
.phone{font-weight:600;font-size:16px;white-space:nowrap}
.button{height:62px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 28px;font-size:18px;font-weight:500;white-space:nowrap;transition:transform .2s ease,filter .2s ease}
.button:hover{transform:translateY(-2px);filter:brightness(.98)}
.button--pale{min-width:265px;background:rgba(0,90,254,.16)}
.button__arrow{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;font-size:21px}
.button--dark{background:#52268a;color:#fff;min-width:237px}
.button--white{background:#fff;color:var(--ink);min-width:237px}

.hero{height:566px;margin-top:24px;position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(58deg,var(--pink) 0%,var(--violet) 30%,var(--violet) 70%,var(--pink) 100%)}
.hero__pattern{position:absolute;inset:-210px -150px;width:1600px;height:900px;opacity:.34;object-fit:cover}
.hero__content{position:absolute;z-index:2;left:70px;top:65px;width:560px;color:#fff}
.marketplaces{height:52px;display:inline-flex;align-items:center;gap:8px;background:#fff;padding:10px;border-radius:10px}
.marketplaces span{width:32px;height:32px;display:grid;place-items:center;overflow:hidden}
.marketplaces img{max-width:100%;max-height:100%}
.hero h1,.section-heading h2,.how h2,.service h2,.contact h2{font-family:Unbounded,Inter,sans-serif;margin:0;font-weight:700}
.hero h1{font-size:42px;line-height:1.25;margin-top:24px;letter-spacing:-1.5px}
.hero__content>p{font-size:20px;line-height:1.35;margin:27px 0 31px}
.hero__buttons{display:flex;gap:16px}
.hero__visual{position:absolute;z-index:2;right:82px;top:69px;width:563px;height:410px;padding:26px 20px 20px;border-radius:18px;background:#dce8f8;box-shadow:24px 23px 0 rgba(255,255,255,.82)}
.hero__visual>img{display:block;width:100%;height:100%;object-fit:cover;border-radius:12px}
.browser-bar{position:absolute;left:0;right:0;top:0;height:26px;display:flex;align-items:center;gap:7px;padding:0 13px}
.browser-bar i{width:7px;height:7px;background:#fff;border-radius:50%}
.browser-bar span{position:absolute;width:230px;height:5px;background:#fff;border-radius:10px;left:50%;transform:translateX(-50%)}

.panel{border-radius:20px}.panel--soft{background:var(--soft)}
.benefits{height:442px;margin-top:120px;padding:56px 60px;position:relative;overflow:hidden}
.benefits:before,.benefits:after,.service:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.55)}
.benefits:before{left:-52px;top:45px;box-shadow:43px 30px 0 rgba(255,255,255,.45)}
.benefits:after{right:-43px;top:-60px;box-shadow:-55px 80px 0 rgba(255,255,255,.45)}
.section-heading{text-align:center;position:relative;z-index:1}
.section-heading h2,.how h2{font-size:32px;line-height:1.2}
.section-heading p{color:var(--muted);font-size:22px;line-height:1.35;margin:20px 0 0}
.benefits__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:60px;margin-top:44px}
.benefit{text-align:center}.benefit__icon{width:80px;height:80px;margin:auto;background:#fff;border-radius:20px;display:grid;place-items:center;box-shadow:0 10px 15px rgba(0,79,176,.1)}
.benefit__icon--blue{background:var(--blue);box-shadow:0 10px 15px rgba(0,79,176,.2)}
.benefit__icon img{width:41px;height:40px;object-fit:contain;filter:brightness(0);opacity:.68}.benefit__icon--blue img{filter:brightness(0) invert(1);opacity:1}
.benefit h3{font-size:18px;margin:15px 0 6px;font-weight:600}.benefit p{font-size:16px;line-height:1.25;margin:0}

.how{margin-top:116px;text-align:center}.how h2{margin-bottom:64px}
.flow{position:relative;margin-top:78px}.flow:first-of-type{margin-top:0}
.flow__label{position:absolute;z-index:4;left:50%;top:-31px;transform:translateX(-50%);padding:9px 37px;border-radius:40px;background:#e3ebff;color:#005afe;font-size:16px}
.flow__steps{height:184px;display:grid;grid-template-columns:repeat(5,1fr);border-radius:20px;overflow:hidden;background:#37115e}
.flow-step{position:relative;color:#fff;display:flex;align-items:center;justify-content:center;gap:18px;text-align:left;font-size:20px;padding-left:24px;margin-right:-35px;clip-path:polygon(0 0,calc(100% - 35px) 0,100% 50%,calc(100% - 35px) 100%,0 100%,35px 50%)}
.flow-step:first-child{clip-path:polygon(0 0,calc(100% - 35px) 0,100% 50%,calc(100% - 35px) 100%,0 100%);padding-left:0}
.flow-step:last-child{margin-right:0;clip-path:polygon(0 0,100% 0,100% 100%,0 100%,35px 50%)}
.flow-step--1{background:#c27cff}.flow-step--2{background:#9b51eb}.flow-step--3{background:#7830cc}.flow-step--4{background:#55208f}.flow-step--5{background:#35115d}
.flow-step img{width:42px;height:42px;object-fit:contain;filter:brightness(0) invert(1)}
.flow-step span{line-height:1.2}

.service{height:442px;margin-top:120px;padding:66px 60px;display:grid;grid-template-columns:520px 1fr;gap:42px;position:relative;overflow:hidden}
.service:before{left:38px;bottom:-66px;width:220px;height:220px}
.service__intro,.service__cards{position:relative;z-index:1}
.service h2{font-size:32px;line-height:1.22;letter-spacing:-.9px}
.service h2 em{font-style:normal;color:#005afe}
.service__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.service__cards article{background:#fff;border-radius:20px;padding:27px 30px}
.service__cards h3{font-size:16px;margin:0 0 11px;font-weight:600}.service__cards p{font-size:14px;line-height:1.35;margin:0;color:rgba(18,18,18,.76)}

.contact{height:280px;margin-top:50px;border-radius:20px;overflow:hidden;position:relative;color:#fff;background:linear-gradient(78deg,#ba32df,#7130dc 65%,#ea3bc3)}
.contact__pattern{position:absolute;inset:-330px -100px;width:1500px;opacity:.27}
.contact__copy{position:absolute;z-index:2;left:70px;top:47px}.contact h2{font-size:30px;line-height:1.16;letter-spacing:-1px}
.contact__buttons{position:absolute;z-index:3;left:700px;top:109px;display:flex;gap:16px}.contact__buttons .button{height:62px;min-width:220px}
.contact__boxes{position:absolute;right:12px;bottom:-20px;width:250px;height:auto}

.footer{height:310px;margin-top:120px;padding:50px 70px;display:grid;grid-template-columns:330px 150px 255px 1fr;gap:52px;font-size:14px}
.footer__about .brand{font-size:26px}.footer__about p{margin:34px 0 0;color:var(--muted);line-height:1.45}
.footer__nav,.footer__docs{display:flex;flex-direction:column;gap:16px;font-weight:500;line-height:1.35}
.footer__contacts{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer__contacts p{margin:0}.footer__contacts .button{height:62px;margin-top:3px}
@media(max-width:1220px){.me-page{zoom:.82}}
