:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}.hero__container{display:grid;grid-template-columns:1fr 1fr;gap:clamp(12px,2vw + 1rem,80px);align-items:stretch}.hero__image-card{position:relative;width:100%;height:clamp(638px,85vh,1200px);border-radius:30px;overflow:hidden;background:#f6defc;z-index:2}@keyframes clearSweep{0%{transform:translateY(-40%)}to{transform:translateY(50%)}}.hero__image-card:before{top:0;height:250%;-webkit-mask-image:linear-gradient(180deg,transparent 0,transparent 10%,black 30%,black);mask-image:linear-gradient(180deg,transparent 0,transparent 10%,black 30%,black);z-index:4;animation:clearSweep 3s ease-in-out .2s forwards}.hero__image-card:after,.hero__image-card:before{content:"";position:absolute;left:0;width:100%;backdrop-filter:blur(32.75px);pointer-events:none}.hero__image-card:after{bottom:0;height:40%;background:linear-gradient(180deg,rgba(115,115,115,0),rgba(217,217,217,.1));-webkit-mask-image:linear-gradient(180deg,transparent,black);mask-image:linear-gradient(180deg,transparent,black);z-index:3}.hero__image{object-fit:cover;object-position:top center}.hero__content{display:flex;flex-direction:column;justify-content:space-between;gap:24px}.hero__title{position:relative;top:60px;z-index:1;font-size:60px;font-weight:600;color:#1a1a1a}.hero__desc,.hero__title{font-family:var(--font-urbanist),sans-serif}.hero__desc{color:rgba(0,0,0,.6980392157);max-width:340px;text-align:right;margin-left:auto}.hero__btn-group{position:relative;bottom:20px;display:flex;width:100%}.hero__btn-wrapper{display:flex;align-items:center;gap:12px;background:rgba(217,217,217,.2);border-radius:70px;padding:6px;width:100%}.hero__btn{flex:1}.hero__features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero__feature-card{background:#f6defc;border-radius:30px;padding:20px 16px;display:flex;flex-direction:column;gap:40px;min-height:140px}.hero__feature-icon{width:100px;height:60px;position:relative;display:flex;align-items:center;justify-content:center}.hero__feature-label{font-weight:500;color:#1a1a1a;line-height:1.45;font-family:var(--font-urbanist),sans-serif}.hero-mobile{display:none;flex-direction:column;width:100%;padding-top:50px;background:#fff}@media(max-width:991.98px){.hero-mobile{display:flex}}.hero-mobile__card{background:linear-gradient(180deg,#fde7ff,#f5ceff);border-radius:40px;overflow:hidden;display:flex;flex-direction:column;padding-bottom:40px}.hero-mobile__image-card{position:relative;width:100%;height:70vw;max-height:420px;z-index:1}.hero-mobile__image{object-fit:contain;object-position:bottom center}.hero-mobile__fade{position:absolute;bottom:-2px;left:0;width:100%;height:40%;background:linear-gradient(180deg,transparent,#f9dbff);z-index:2}.hero-mobile__content{text-align:center;display:flex;flex-direction:column;align-items:center;z-index:3}.hero-mobile__title{font-weight:700;color:#1a1a1a}.hero-mobile__desc,.hero-mobile__title{line-height:1.5;font-family:var(--font-urbanist),sans-serif}.hero-mobile__desc{color:rgba(0,0,0,.6980392157);max-width:340px}.hero-mobile__btn-group{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:24px;padding:0 24px}.hero-mobile__btn{display:flex;align-items:center;justify-content:center;height:58px;border-radius:100px;font-size:16px;font-weight:600;font-family:var(--font-urbanist),sans-serif;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.hero-mobile__btn--primary{background:#1a1a1a;color:#fff}.hero-mobile__btn--secondary{background:hsla(0,0%,100%,.6);color:#1a1a1a;backdrop-filter:blur(4px)}.hero-mobile__btn:active{transform:scale(.97)}.hero-mobile__features{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.hero-mobile__features::-webkit-scrollbar{display:none}.hero-mobile__feature-card{flex:0 0 140px;background:#f4f4f4;border-radius:16px;padding:16px 14px;display:flex;flex-direction:column;gap:20px;min-height:120px}.hero-mobile__feature-icon{width:36px;height:36px;position:relative;display:flex;align-items:center;justify-content:center}.hero-mobile__feature-label{font-weight:500;color:#1a1a1a;line-height:1.4;font-family:var(--font-urbanist),sans-serif}