.hyk-hero {
    position: relative;
    padding: 0px 0 118px;
    overflow: hidden;
     background: linear-gradient(180deg, rgba(246, 247, 253, 0) 0%, #F6F7FD 100%);
}
.hyk-hero .hyk-container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  padding: 130px 40px 0;
}
.hyk-hero__inner {
    display: flex;
    align-items: center;
    gap: 35px;
  flex-wrap: wrap;
}
.hyk-hero__content {
    flex: 0 0 638px;
    max-width: 638px;
}
span.hyk-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.hyk-hero__title {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.08;
    color: #000000; 
    letter-spacing: -0.02em;
    margin: 10px 0 20px 0;
}
.hyk-hero__desc {
    font-size: 18px;
    font-weight: 400;
    color: #000000; 
    margin-bottom: 36px;
    line-height: 31px;
    opacity: 0.8;
  width:100%;
  max-width: 520px;
}
.hyk-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.hyk-hero__actions a.hyk-bn-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    line-height: 1;
    align-self: flex-start;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #0A0A0A;
    color: #0A0A0A
}
.hyk-hero__actions a.hyk-bn-btn-dark {
    background:#272727;
    color: #ffffff;
}
.hyk-hero__actions a.hyk-bn-btn.hyk-bn-btn--dark {
    background: #000;
    color: #fff;
}
.hyk-hero__actions a.hyk-bn-btn.hyk-bn-btn--dark:hover {
    background:#272727;
    color: #fff;
}
.hyk-hero__actions a.hyk-bn-btn svg {
    vertical-align: middle;
    margin-top: 3px;
    transition: all ease-in-out 0.2s;
}
.hyk-hero__actions a:hover.hyk-bn-btn svg {
   transform: translateX(5px);
}
.hyk-hero__actions a.hyk-bn-btn--dark svg path {
    fill: #ffffff;
}
.hyk-hero__actions a.hyk-bn-btn.hyk-btn--outline {
    color: #0A0A0A;
}
.hyk-hero__actions a.hyk-bn-btn:hover {
    text-decoration:none;
}
.hyk-hero__actions a:hover.hyk-bn-btn.hyk-bn-btn--outline {
    background: #272727;
    border-color: #272727;
    color: #fff;
}
.hyk-hero__actions a:hover.hyk-bn-btn.hyk-bn-btn--outline svg path {
    fill: #ffffff;
}
.hyk-hero__visual {
    flex: 1;
    position: relative;
    text-align: center;
}
.hyk-hero__mockup-wrap {
    position: relative;
    width: 100%;
  text-align: right;
}
.hyk-hero__mockup-wrap img {
    width: auto;
    max-width: 100%;
}
@media (max-width: 1024px) {
  .hyk-hero {
    padding: 0 0 30px;
  }
}

@media (max-width: 991px) {
    .hyk-hero__content {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .hyk-hero__mockup-wrap {
        text-align: left;
    }
}
