.bjhy-roles {
    position: relative;
    overflow: hidden;
    --roles-x: 20%;
    --roles-y: 18%;
    --roles-accent: #3bbf30;
    --roles-accent-rgb: 59, 191, 48;
    --roles-progress: 20%;
    background: #202a36;
    color: #fff;
    padding: 112px 0 120px;
    scroll-margin-top: 90px;
}

.bjhy-roles:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--roles-x) var(--roles-y), rgba(127, 215, 240, 0.18), rgba(127, 215, 240, 0) 34%),
        linear-gradient(120deg, rgba(0, 127, 163, 0.18), rgba(32, 42, 54, 0) 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: background 0.18s ease-out;
}

.bjhy-roles:after {
    content: "";
    position: absolute;
    inset: auto 8% 72px auto;
    width: min(520px, 42vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(59, 191, 48, 0), rgba(59, 191, 48, 0.72), rgba(127, 215, 240, 0));
    opacity: 0.58;
    transform-origin: right center;
    animation: bjhyRolesScan 4.8s ease-in-out infinite;
    pointer-events: none;
}

.bjhy-roles__inner {
    position: relative;
    z-index: 1;
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
}

.bjhy-roles__inner {
    display: grid;
    grid-template-columns: minmax(400px, 0.88fr) minmax(500px, 1.12fr);
    gap: 48px;
    align-items: center;
}

.bjhy-roles__intro span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #7fd7f0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bjhy-roles__intro span:before {
    content: "";
    width: 36px;
    height: 1px;
    background: #7fd7f0;
}

.bjhy-roles__intro h2 {
    max-width: 600px;
    color: #fff;
    font-family: var(--font-serif);
    font-size: clamp(36px, 3.8vw, 54px);
    line-height: 1.1;
    margin-bottom: 26px;
}

.bjhy-roles__intro p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.9;
}

.bjhy-roles__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.bjhy-roles__stats div {
    padding: 20px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.bjhy-roles__stats div:last-child {
    border-right: 0;
}

.bjhy-roles__stats strong {
    display: block;
    color: #3bbf30;
    font-family: var(--font-serif);
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.bjhy-roles__stats small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    letter-spacing: 0.08em;
}

.bjhy-roles__visual {
    position: relative;
    height: 520px;
    min-height: 520px;
    overflow: hidden;
    background: #111923;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    isolation: isolate;
}

.bjhy-roles__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    opacity: 0.9;
    filter: saturate(0.92) contrast(1.02);
    transform: scale(1.01);
    transition: opacity 0.45s ease, filter 0.45s ease, transform 0.7s ease;
}

.bjhy-roles__visual.is-changing img {
    opacity: 0.36;
    filter: saturate(0.78) contrast(1.08) blur(2px);
    transform: scale(1.05);
}

.bjhy-roles__visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--roles-x) var(--roles-y), rgba(var(--roles-accent-rgb), 0.18), rgba(var(--roles-accent-rgb), 0) 32%),
        linear-gradient(180deg, rgba(32, 42, 54, 0), rgba(32, 42, 54, 0.72));
    transition: background 0.28s ease;
}

.bjhy-roles__visual:before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.52;
    transform: scale(0.97);
    transition: border-color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.bjhy-roles__visual.is-active:before {
    border-color: rgba(var(--roles-accent-rgb), 0.76);
    opacity: 0.85;
    transform: scale(1);
}

.bjhy-roles__visual-note {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.92);
    color: #141b24;
    transform: translateY(0);
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.bjhy-roles__selector {
    position: absolute;
    z-index: 2;
    top: 28px;
    left: 28px;
    right: 28px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.bjhy-roles__selector-button {
    min-width: 0;
    min-height: 46px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    text-align: left;
    backdrop-filter: blur(10px);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.bjhy-roles__selector-button span {
    display: block;
    color: var(--roles-accent);
    font-family: var(--font-serif);
    font-size: 18px;
    line-height: 1;
}

.bjhy-roles__selector-button small {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: inherit;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bjhy-roles__selector-button:hover,
.bjhy-roles__selector-button:focus-visible,
.bjhy-roles__selector-button.is-active {
    transform: translateY(-3px);
    border-color: rgba(var(--roles-accent-rgb), 0.68);
    background: rgba(var(--roles-accent-rgb), 0.2);
    color: #fff;
    outline: 0;
}

.bjhy-roles__meter {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 102px;
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
}

.bjhy-roles__meter span {
    display: block;
    width: var(--roles-progress);
    height: 100%;
    background: linear-gradient(90deg, var(--roles-accent), #7fd7f0);
    transition: width 0.42s ease;
}

.bjhy-roles__visual-note.is-updating {
    transform: translateY(10px);
}

.bjhy-roles__visual-note b {
    color: #007fa3;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.35s ease;
}

.bjhy-roles__visual-note span {
    color: #2d3743;
    font-size: 14px;
    line-height: 1.6;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.bjhy-roles__visual-note.is-updating b,
.bjhy-roles__visual-note.is-updating span {
    opacity: 0;
    transform: translateY(6px);
}

.bjhy-roles__grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
    gap: 16px;
    margin-top: 22px;
    align-items: stretch;
}

.bjhy-roles__team {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.bjhy-roles__team--sales {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.035);
}

.bjhy-roles__team--sales:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
    background: #3bbf30;
}

.bjhy-roles__team--eng {
    gap: 16px;
}

.bjhy-roles__team-head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    min-height: 30px;
}

.bjhy-roles__team-head b {
    color: #3bbf30;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.bjhy-roles__team--eng .bjhy-roles__team-head b {
    color: #7fd7f0;
}

.bjhy-roles__team-head h4 {
    color: #fff;
    font-family: var(--font-serif);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}

.bjhy-roles__team-head small {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bjhy-role-card {
    position: relative;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.bjhy-role-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--card-x, 50%) var(--card-y, 20%), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.bjhy-role-card:hover:after,
.bjhy-role-card:focus-visible:after,
.bjhy-role-card.is-active:after {
    opacity: 1;
}

/* Sales advisors: compact horizontal rows inside the grouped panel */
.bjhy-role-card--sales {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: stretch;
}

.bjhy-role-card--sales .bjhy-role-card__num {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.42);
    font-family: var(--font-serif);
    font-size: 27px;
    font-style: normal;
    transition: color 0.25s ease;
}

.bjhy-role-card--sales .bjhy-role-card__body {
    min-width: 0;
    padding: 17px 20px 16px;
}

.bjhy-role-card--sales h3 {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 7px;
    color: #fff;
    font-family: var(--font-serif);
    font-size: 21px;
    line-height: 1.2;
}

.bjhy-role-card--sales h3 small {
    color: #3bbf30;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.bjhy-role-card--sales p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.65;
}

.bjhy-role-card--sales ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.bjhy-role-card--sales li {
    padding: 4px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.5;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.bjhy-role-card--sales:hover,
.bjhy-role-card--sales:focus-visible,
.bjhy-role-card--sales.is-active {
    transform: translateX(6px);
    border-color: rgba(59, 191, 48, 0.55);
    background: rgba(59, 191, 48, 0.07);
}

.bjhy-role-card--sales:hover .bjhy-role-card__num,
.bjhy-role-card--sales:focus-visible .bjhy-role-card__num,
.bjhy-role-card--sales.is-active .bjhy-role-card__num {
    color: #3bbf30;
}

.bjhy-role-card--sales:hover li,
.bjhy-role-card--sales:focus-visible li,
.bjhy-role-card--sales.is-active li {
    border-color: rgba(59, 191, 48, 0.34);
    color: rgba(255, 255, 255, 0.8);
}

/* Engineers: prominent feature cards */
.bjhy-role-card--feature {
    flex: 1 1 auto;
    padding: 24px 24px 22px;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);
    transform-style: preserve-3d;
}

.bjhy-role-card--feature:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
    background: var(--roles-accent);
    transition: background 0.28s ease;
}

.bjhy-role-card--feature > span {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.bjhy-role-card--feature h3 {
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--font-serif);
    font-size: 26px;
    line-height: 1.12;
}

.bjhy-role-card--feature h3:after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    margin-top: 12px;
    background: var(--roles-accent);
    transform: scaleX(0.28);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

.bjhy-role-card--feature:hover h3:after,
.bjhy-role-card--feature:focus-visible h3:after,
.bjhy-role-card--feature.is-active h3:after {
    transform: scaleX(1);
}

.bjhy-role-card--feature p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.7;
}

.bjhy-role-card--feature ul {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.bjhy-role-card--feature li {
    position: relative;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.55;
}

.bjhy-role-card--feature li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--roles-accent);
    transition: transform 0.25s ease;
}

.bjhy-role-card--feature:hover,
.bjhy-role-card--feature:focus-visible,
.bjhy-role-card--feature.is-active {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-6px);
    border-color: rgba(var(--roles-accent-rgb), 0.58);
    background: rgba(255, 255, 255, 0.085);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.bjhy-role-card--feature:hover .bjhy-role-card > span,
.bjhy-role-card--feature.is-active > span {
    color: rgba(255, 255, 255, 0.78);
}

.bjhy-role-card--feature:hover li:before,
.bjhy-role-card--feature:focus-visible li:before,
.bjhy-role-card--feature.is-active li:before {
    transform: scale(1.22);
}

.bjhy-role-card[data-role-tone="tech"] {
    --roles-accent: #7fd7f0;
    --roles-accent-rgb: 127, 215, 240;
}

.bjhy-role-card[data-role-tone="build"] {
    --roles-accent: #9fd18b;
    --roles-accent-rgb: 159, 209, 139;
}

a.bjhy-cases__feature,
a.bjhy-cases__item,
.bjhy-cases__foot a {
    text-decoration: none;
    color: inherit;
}

.bjhy-real-cases {
    position: relative;
    overflow: hidden;
    --cases-x: 50%;
    --cases-y: 50%;
    padding: 98px 0 104px;
    background:
        linear-gradient(135deg, rgba(127, 215, 240, 0.1), rgba(127, 215, 240, 0) 34%),
        linear-gradient(180deg, #fbfbfb 0%, #f4f5f6 100%);
    color: #141b24;
    scroll-margin-top: 90px;
}

.bjhy-real-cases:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 27, 36, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(20, 27, 36, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
    pointer-events: none;
}

.bjhy-real-cases:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(59, 191, 48, 0), rgba(59, 191, 48, 0.34), rgba(127, 215, 240, 0.44), rgba(59, 191, 48, 0));
    pointer-events: none;
}

.bjhy-cases__inner {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.bjhy-cases__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 42px;
}

.bjhy-cases__heading span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #3bbf30;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bjhy-cases__heading span:before {
    content: "";
    width: 36px;
    height: 1px;
    background: #3bbf30;
}

.bjhy-cases__heading h2 {
    color: #050607;
    font-family: var(--font-serif);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
}

.bjhy-cases__heading p {
    max-width: 470px;
    color: #65717f;
    font-size: 16px;
    line-height: 1.85;
}

.bjhy-cases__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
    gap: 24px;
    align-items: stretch;
}

.bjhy-cases__feature {
    position: relative;
    display: block;
    min-height: 618px;
    overflow: hidden;
    background: #1d2733;
    color: #fff;
    isolation: isolate;
    box-shadow: 0 30px 85px rgba(20, 27, 36, 0.16);
}

.bjhy-cases__feature img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 618px;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.04);
    transform: scale(1.012);
    transition: transform 0.72s ease, filter 0.42s ease, opacity 0.28s ease;
}

.bjhy-cases__feature:hover img {
    transform: scale(1.06);
    filter: saturate(1.06) contrast(1.08);
}

.bjhy-cases__feature.is-changing img {
    opacity: 0.42;
    transform: scale(1.04);
}

.bjhy-cases__feature-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(13, 18, 24, 0.08), rgba(13, 18, 24, 0.86)),
        linear-gradient(90deg, rgba(13, 18, 24, 0.58), rgba(13, 18, 24, 0.12) 58%, rgba(13, 18, 24, 0.38));
    pointer-events: none;
}

.bjhy-cases__feature-copy {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    z-index: 1;
}

.bjhy-cases__feature-copy span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #3bbf30;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.bjhy-cases__feature-copy span:before {
    content: "";
    width: 34px;
    height: 1px;
    background: #3bbf30;
}

.bjhy-cases__feature-copy h3 {
    max-width: 720px;
    color: #fff;
    font-family: var(--font-serif);
    font-size: clamp(34px, 4.2vw, 62px);
    line-height: 1.05;
    margin-bottom: 18px;
}

.bjhy-cases__feature-copy p {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
}

.bjhy-cases__feature-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.bjhy-cases__feature-meta b,
.bjhy-cases__feature-meta small,
.bjhy-cases__feature-meta strong {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    backdrop-filter: blur(10px);
}

.bjhy-cases__feature-meta strong {
    border-color: rgba(59, 191, 48, 0.6);
    color: #fff;
}

.bjhy-cases__feature-progress {
    position: absolute;
    z-index: 2;
    left: 34px;
    right: 34px;
    bottom: 22px;
    height: 2px;
    background: rgba(255, 255, 255, 0.22);
}

.bjhy-cases__feature-progress i {
    display: block;
    width: 16.66%;
    height: 100%;
    background: linear-gradient(90deg, #3bbf30, #7fd7f0);
    transition: width 0.42s ease;
}

.bjhy-cases__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.bjhy-cases__item {
    position: relative;
    display: grid;
    grid-template-columns: 48px 104px minmax(0, 1fr) 34px;
    gap: 16px;
    align-items: center;
    min-height: 93px;
    padding: 12px 14px 12px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 27, 36, 0.08);
    color: #141b24;
    box-shadow: 0 12px 32px rgba(20, 27, 36, 0.055);
    transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.bjhy-cases__item:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(59, 191, 48, 0.12), rgba(127, 215, 240, 0.05) 46%, transparent 70%);
    opacity: 0;
    transform: translateX(-18px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.bjhy-cases__item-number {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    color: #9aa4af;
    font-family: var(--font-serif);
    font-size: 22px;
    border-right: 1px solid rgba(20, 27, 36, 0.08);
    transition: color 0.25s ease;
}

.bjhy-cases__item img {
    position: relative;
    z-index: 1;
    display: block;
    width: 104px;
    height: 70px;
    object-fit: cover;
    background: #dfe4e8;
    filter: saturate(0.92);
    transition: transform 0.38s ease, filter 0.25s ease;
}

.bjhy-cases__item-copy {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 0;
}

.bjhy-cases__item-copy small {
    display: block;
    color: #3bbf30;
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}

.bjhy-cases__item-copy b {
    display: block;
    overflow: hidden;
    color: #151b23;
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bjhy-cases__item-copy em {
    display: block;
    overflow: hidden;
    margin-top: 7px;
    color: #687380;
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bjhy-cases__item-arrow {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(59, 191, 48, 0.22);
    color: #3bbf30;
    font-size: 20px;
    line-height: 1;
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.bjhy-cases__item:hover,
.bjhy-cases__item:focus-visible,
.bjhy-cases__item.is-active {
    transform: translateX(-8px);
    border-color: rgba(59, 191, 48, 0.28);
    background: #fff;
    box-shadow: 0 20px 46px rgba(20, 27, 36, 0.1);
    outline: 0;
}

.bjhy-cases__item:hover:before,
.bjhy-cases__item:focus-visible:before,
.bjhy-cases__item.is-active:before {
    opacity: 1;
    transform: translateX(0);
}

.bjhy-cases__item:hover img,
.bjhy-cases__item:focus-visible img,
.bjhy-cases__item.is-active img {
    transform: scale(1.06);
    filter: saturate(1.06) contrast(1.04);
}

.bjhy-cases__item:hover .bjhy-cases__item-number,
.bjhy-cases__item:focus-visible .bjhy-cases__item-number,
.bjhy-cases__item.is-active .bjhy-cases__item-number {
    color: #3bbf30;
}

.bjhy-cases__item:hover .bjhy-cases__item-arrow,
.bjhy-cases__item:focus-visible .bjhy-cases__item-arrow,
.bjhy-cases__item.is-active .bjhy-cases__item-arrow {
    transform: rotate(45deg);
    border-color: #3bbf30;
    background: #3bbf30;
    color: #fff;
}

.bjhy-cases__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(20, 27, 36, 0.08);
}

.bjhy-cases__foot span {
    color: #65717f;
    font-size: 14px;
}

.bjhy-cases__foot a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #3bbf30;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: gap 0.25s ease, color 0.25s ease;
}

.bjhy-cases__foot a:after {
    content: ">";
    font-family: Arial, sans-serif;
}

.bjhy-cases__foot a:hover {
    gap: 16px;
    color: #007fa3;
}

.rx-page {
    --shibumi-brown: #3bbf30;
    --primary: 116 60% 47%;
    --ring: 116 60% 47%;
}

.rx-page [class*="text-[#8b6d4b]"],
.rx-page [class*="hover:text-[#8b6d4b]"]:hover {
    color: #3bbf30 !important;
}

.rx-page [class*="bg-[#8b6d4b]"],
.rx-page [class*="hover:bg-[#8b6d4b]"]:hover {
    background-color: #3bbf30 !important;
}

.rx-page [class*="border-[#8b6d4b]"],
.rx-page [class*="focus:border-[#8b6d4b]"]:focus {
    border-color: #3bbf30 !important;
}

.rx-page [style*="rgba(139, 109, 75"] {
    background-color: rgba(59, 191, 48, 0.07) !important;
}

@keyframes bjhyRolesScan {
    0%,
    100% {
        transform: scaleX(0.42);
        opacity: 0.28;
    }

    50% {
        transform: scaleX(1);
        opacity: 0.78;
    }
}

@media (max-width: 1180px) {
    .bjhy-cases__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .bjhy-cases__feature,
    .bjhy-cases__feature img {
        min-height: 560px;
    }

    .bjhy-cases__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bjhy-cases__item {
        grid-template-columns: 44px 96px minmax(0, 1fr);
        padding-right: 12px;
    }

    .bjhy-cases__item-arrow {
        display: none;
    }

    .bjhy-roles__grid {
        grid-template-columns: 1fr;
    }

    .bjhy-roles__team--eng {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .bjhy-roles__team--eng .bjhy-roles__team-head {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1023px) {
    .bjhy-real-cases {
        padding: 78px 0 84px;
    }

    .bjhy-cases__inner {
        width: min(100% - 32px, 760px);
    }

    .bjhy-cases__heading {
        display: block;
    }

    .bjhy-cases__heading p {
        margin-top: 18px;
    }

    .bjhy-cases__feature,
    .bjhy-cases__feature img {
        min-height: 500px;
    }

    .bjhy-roles {
        padding: 78px 0 86px;
    }

    .bjhy-roles__inner {
        width: min(100% - 32px, 760px);
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .bjhy-roles__visual,
    .bjhy-roles__visual img {
        height: 500px;
        min-height: 500px;
    }

    .bjhy-roles__selector {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        left: 18px;
        right: 18px;
        top: 18px;
        gap: 6px;
    }

    .bjhy-roles__selector-button {
        min-height: 48px;
        padding: 7px 6px;
        text-align: center;
    }

    .bjhy-roles__selector-button small {
        font-size: 10px;
    }
}

@media (max-width: 640px) {
    .bjhy-real-cases {
        padding: 72px 0 72px;
    }

    .bjhy-cases__inner {
        width: calc(100% - 28px);
    }

    .bjhy-cases__heading {
        margin-bottom: 30px;
    }

    .bjhy-cases__heading h2 {
        font-size: 36px;
    }

    .bjhy-cases__heading p {
        font-size: 15px;
    }

    .bjhy-cases__feature,
    .bjhy-cases__feature img {
        min-height: 430px;
    }

    .bjhy-cases__feature-copy {
        left: 20px;
        right: 20px;
        bottom: 28px;
    }

    .bjhy-cases__feature-copy h3 {
        font-size: 34px;
    }

    .bjhy-cases__feature-copy p {
        font-size: 14px;
    }

    .bjhy-cases__feature-meta {
        gap: 8px;
        margin-top: 18px;
    }

    .bjhy-cases__feature-meta b,
    .bjhy-cases__feature-meta small,
    .bjhy-cases__feature-meta strong {
        height: 30px;
        padding: 0 10px;
        font-size: 11px;
    }

    .bjhy-cases__feature-progress {
        left: 20px;
        right: 20px;
        bottom: 16px;
    }

    .bjhy-cases__list {
        grid-template-columns: 1fr;
    }

    .bjhy-cases__item {
        grid-template-columns: 38px 88px minmax(0, 1fr);
        min-height: 88px;
        gap: 12px;
    }

    .bjhy-cases__item:hover,
    .bjhy-cases__item:focus-visible,
    .bjhy-cases__item.is-active {
        transform: translateY(-3px);
    }

    .bjhy-cases__item img {
        width: 88px;
        height: 62px;
    }

    .bjhy-cases__item-copy b {
        font-size: 19px;
    }

    .bjhy-cases__item-copy em {
        display: none;
    }

    .bjhy-cases__foot {
        display: block;
    }

    .bjhy-cases__foot a {
        margin-top: 12px;
    }

    .bjhy-roles {
        padding: 82px 0 72px;
    }

    .bjhy-roles__inner {
        width: calc(100% - 28px);
    }

    .bjhy-roles__intro h2 {
        font-size: 36px;
    }

    .bjhy-roles__intro p {
        font-size: 16px;
    }

    .bjhy-roles__stats,
    .bjhy-roles__grid {
        grid-template-columns: 1fr;
    }

    .bjhy-roles__stats div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .bjhy-roles__stats div:last-child {
        border-bottom: 0;
    }

    .bjhy-roles__visual,
    .bjhy-roles__visual img {
        height: 500px;
        min-height: 500px;
    }

    .bjhy-roles__selector {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        left: 14px;
        right: 14px;
        top: 14px;
    }

    .bjhy-roles__selector-button {
        min-height: 42px;
    }

    .bjhy-roles__selector-button span {
        font-size: 16px;
    }

    .bjhy-roles__selector-button small {
        font-size: 9px;
        letter-spacing: 0;
    }

    .bjhy-roles__meter {
        left: 18px;
        right: 18px;
        bottom: 112px;
    }

    .bjhy-roles__visual-note {
        left: 18px;
        right: 18px;
        bottom: 18px;
        display: block;
    }

    .bjhy-roles__visual-note span {
        display: block;
        margin-top: 6px;
    }

    .bjhy-roles__team--sales {
        padding: 18px 16px;
    }

    .bjhy-roles__team--eng {
        display: flex;
        flex-direction: column;
    }

    .bjhy-roles__team-head {
        flex-wrap: wrap;
        gap: 6px 12px;
    }

    .bjhy-roles__team-head small {
        flex: 0 0 100%;
        text-align: left;
        white-space: normal;
    }

    .bjhy-role-card--sales {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .bjhy-role-card--sales .bjhy-role-card__num {
        font-size: 21px;
    }

    .bjhy-role-card--sales .bjhy-role-card__body {
        padding: 14px 16px 14px;
    }

    .bjhy-role-card--sales h3 {
        font-size: 19px;
    }

    .bjhy-role-card--feature {
        transform: none;
        padding: 20px 18px;
    }

    .bjhy-role-card--sales:hover,
    .bjhy-role-card--sales:focus-visible,
    .bjhy-role-card--sales.is-active {
        transform: none;
    }

    .bjhy-role-card--feature:hover,
    .bjhy-role-card--feature:focus-visible,
    .bjhy-role-card--feature.is-active {
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bjhy-cases__feature img,
    .bjhy-cases__feature,
    .bjhy-cases__feature-progress i,
    .bjhy-cases__item,
    .bjhy-cases__item:before,
    .bjhy-cases__item img,
    .bjhy-cases__item-arrow,
    .bjhy-cases__foot a {
        animation: none;
        transition: none;
    }

    .bjhy-roles:after,
    .bjhy-roles__visual img,
    .bjhy-role-card,
    .bjhy-role-card:before,
    .bjhy-role-card:after,
    .bjhy-roles__selector-button,
    .bjhy-roles__meter span,
    .bjhy-roles__visual-note,
    .bjhy-roles__visual-note b,
    .bjhy-roles__visual-note span {
        animation: none;
        transition: none;
    }
}
