.hero-root{background-color:#f89d28;justify-content:center;align-items:center;min-height:88vh;padding:16px;display:flex}.hero-content{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;display:flex}.hero-left{color:#fff;flex-direction:column;flex:1;gap:2.5rem;animation:.8s cubic-bezier(.25,.46,.45,.94) both heroSlideInLeft;display:flex}.hero-title{letter-spacing:.09rem;color:#fff;margin:-1.8rem 0 0;font-family:Roboto,sans-serif;font-size:2.9rem;font-weight:700;line-height:1}.hero-title span{white-space:nowrap;display:block}.hero-subtitle{letter-spacing:.04rem;color:#fff;margin:0;font-family:Roboto,sans-serif;font-size:1.4rem;line-height:1}.hero-cta-row{align-items:center;gap:16px;display:flex}.hero-cta-btn{color:#313131;text-transform:none;cursor:pointer;background-color:#fff;border:none;border-radius:50px;align-items:center;gap:4px;padding:10px 20px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex}.hero-cta-btn:hover{background-color:#fffc}.hero-cta-btn svg{fill:currentColor;width:20px;height:20px}.hero-users-row{align-items:center;gap:0;display:flex}.hero-avatars{align-items:center;display:flex;position:relative}.hero-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:40px;height:40px;position:relative}.hero-avatar:nth-child(2){z-index:1;margin-left:-14px}.hero-avatar:nth-child(3){z-index:2;margin-left:-14px}.hero-avatar-count{color:#333;z-index:3;background-color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-14px;font-size:14px;font-weight:700;display:flex;position:relative}.hero-active-users{color:#fff;margin-left:16px;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:600}.hero-right{flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.hero-circle{background-color:#f7b544e6;border-radius:50%;width:420px;height:420px;position:absolute;bottom:70px;right:-40px;box-shadow:0 5px 15px #0003}.hero-image-wrapper{z-index:2;width:100%;animation:.8s cubic-bezier(.25,.46,.45,.94) .4s both heroSlideInUp;position:absolute;top:-10%}.hero-image-inner{z-index:2;width:100%;position:absolute;top:50px;left:90px}.hero-image-inner img{width:100%;max-width:450px;height:auto;display:block}@keyframes heroSlideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes heroSlideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1199px){.hero-root{min-height:auto;padding:48px 16px}.hero-content{flex-direction:column-reverse;gap:3rem}.hero-left{text-align:center;align-items:center;gap:2rem}.hero-right{width:100%;min-height:380px}.hero-circle{bottom:-2px;right:50%;transform:translate(50%)}.hero-image-inner{left:50%;transform:translate(-50%)}}@media (max-width:1199px) and (min-width:900px){.hero-title{font-size:2.5rem}.hero-image-wrapper{top:-15%}}@media (max-width:899px) and (min-width:600px){.hero-root{padding:32px 16px}.hero-title{font-size:2.4rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;line-height:1.2}.hero-right{min-height:350px}.hero-circle{width:360px;height:360px;top:-7%}.hero-image-inner{max-width:380px;top:80px}.hero-image-inner img{max-width:380px}.hero-image-wrapper{top:-15%}}@media (max-width:599px){.hero-root{padding:24px 16px}.hero-left{gap:1.5rem}.hero-title{margin-top:0;font-size:1.6rem;line-height:1.2}.hero-subtitle{font-size:1.05rem;line-height:1.1}.hero-content{gap:0}.hero-cta-row{flex-direction:column}.hero-users-row{flex-direction:column;gap:8px}.hero-active-users{margin-left:0}.hero-circle{width:300px;height:300px;top:2%}.hero-image-wrapper{top:-20%}.hero-image-inner{max-width:300px;top:120px}.hero-image-inner img{max-width:300px}}
