.hyk-custom-solutions {
    padding: 67px 0 160px;
    background: #F6F7FD;
}
.hyk-container {
      width: 100%;
  	max-width: 1480px;
    margin: 0 auto;
  	padding: 0 40px;
}

.hyk-custom-solutions__card {
    display: flex;
    align-items: center;
    gap: 35px;
    background: #ffffff;
    border-radius: 16px;
    padding: 70px 0;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}

/* Content left column
   Figma: Group 1171275321 relX=85, w=602 → margin-left=85px, width=602px */
.hyk-custom-solutions__content {
    flex: 0 0 602px;
    margin-left: 85px;
}
.hyk-custom-solutions__content span.hyk-label {
  margin: 0;
}

.hyk-custom-solutions__title {
        font-size: 38px;
    font-weight: 600;
    color: #000000;
    line-height: 48px;
    margin: 8px 0 3px;
}

.hyk-custom-solutions__desc {
        font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 1.80;
    margin: 0 0 37px;
}

/* Feature items */
.hyk-custom-solutions__features {
        display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 37px;
}

.hyk-feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.hyk-feature-item__icon {
        flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hyk-feature-item__body h4 {
        font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 9px;
    line-height: 23px;
}

.hyk-feature-item__body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.70);
    line-height: 22px;
  	margin: 0;
}

/* Who It's For */
.hyk-custom-solutions__who {
    
}

.hyk-custom-solutions__who-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 12px;
    line-height: 22px;
}

.hyk-custom-solutions__who p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 26px;
    margin: 0 0 31px;
}
a.hyk-btn--dark {
    background: #111827;
    color: #ffffff;
}

/* Visual right column
   Figma: relX=770, w=535, h=407 — right margin: 1400-1305=95px */
.hyk-custom-solutions__visual {
    flex: 0 0 625px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 16px;
    overflow: hidden;
}

.hyk-custom-solutions__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 1200px) {
  .hyk-custom-solutions__card {
        gap: 40px;
    }
    .hyk-custom-solutions__content {
        flex: 1 1 auto;
        margin-left: 48px;
    }
    .hyk-custom-solutions__visual {
        flex: 0 0 420px;
        margin-right: 48px;
    }
    .hyk-custom-solutions__img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1024px) {
  	.hyk-custom-solutions {
        padding: 0px 0 70px;
    }
  	.hyk-custom-solutions__card {
        flex-direction: column;
        padding: 48px 0;
        gap: 0;
    }
    .hyk-custom-solutions__content {
        flex: none;
        width: 100%;
        margin-left: 0;
        padding: 0 48px;
    }
    .hyk-custom-solutions__visual {
        flex: none;
        width: 100%;
        margin-right: 0;
        padding: 0 48px;
        margin-top: 40px;
        justify-content: center;
    }
    .hyk-custom-solutions__img {
        width: 100%;
        height: auto;
    }
  	.hyk-custom-solutions__title {
        font-size: 38px;
    }
  	.responsive .hyk-custom-solutions__visual {
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
  .hyk-custom-solutions {
        padding: 0px 0 55px;
    }
    .hyk-custom-solutions__content {
        padding: 0 24px;
    }
    .hyk-custom-solutions__visual {
        padding: 0 24px;
    }
    .hyk-custom-solutions__title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
  /* Custom Solutions */
    .hyk-custom-solutions__content {
        padding: 0 20px;
    }
    .hyk-custom-solutions__visual {
        padding: 0 20px;
    }
}
