.irm-5f472f4a-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 80px;
}
.irm-5f472f4a-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
    z-index: 0;
}
.irm-5f472f4a-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.irm-5f472f4a-menu-container {
    position: relative;
    z-index: 2;
    max-width: 600px;
    text-align: right;
}
.irm-5f472f4a-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.irm-5f472f4a-item {
    margin-bottom: 30px;
    cursor: pointer;
    color: #fff;
    transition: transform 0.3s ease;
}
.irm-5f472f4a-item:hover {
    transform: translateX(-10px);
}
.irm-5f472f4a-title-wrap {
    display: inline-block;
    position: relative;
}
.irm-5f472f4a-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}
.irm-5f472f4a-title-wrap::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 3px;
    background-color: currentColor;
    transition: width 0.3s ease;
}
.irm-5f472f4a-item:hover .irm-5f472f4a-title-wrap::after {
    width: 100%;
    left: auto;
    right: 0;
}
.irm-5f472f4a-subtitle {
    display: block;
    font-size: 18px;
    opacity: 0.8;
    margin-top: 5px;
}