.jxzn-page--solutions {
    color: #fff;
}

.jxzn-page--solutions #solutions-hero {
    position: relative;
    height: 19.7917vw;
    min-height: 280px;
    margin-bottom: 0;
    overflow: hidden;
}

.jxzn-page--solutions #solutions-hero .jxzn-screen__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jxzn-solutions-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.jxzn-solutions-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.jxzn-page--solutions #solutions-hero .jxzn-hero__content {
    position: relative;
    text-align: center;
}

.jxzn-solutions-hero__title {
    width: fit-content;
    max-width: calc(100vw - 40px);
    position: static;
    font-size: clamp(36px, 3vw, 64px);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto;
    letter-spacing: 0.05em;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jxzn-solutions-intro {
    padding: 6.775vh 24px 72px;
    background: #000;
}

.jxzn-solutions-intro__inner {
    width: min(1200px, calc(100vw - 48px));
    margin: 0 auto;
    text-align: center;
}

.jxzn-solutions-intro__title {
    margin: 0;
    font-size: clamp(34px, 2.5vw, 56px);
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.jxzn-solutions-intro__features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 52px auto 0;
}

.jxzn-solutions-intro__feature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 116px;
    padding: 0 44px;
}

.jxzn-solutions-intro__feature + .jxzn-solutions-intro__feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 66px;
    background: rgba(125, 199, 255, 0.55);
    transform: translateY(-50%);
}

.jxzn-solutions-intro__icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jxzn-solutions-intro__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.jxzn-solutions-intro__feature h3 {
    margin: 0;
    font-size: clamp(18px, 1.35vw, 34px);
    font-weight: 500;
    line-height: 1.45;
    background: linear-gradient(180deg, #B6E3FF 0%, #65A3FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #65A3FF;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jxzn-page--solutions .jxzn-screen {
    margin-bottom: 0;
}

.jxzn-solutions-scenarios {
    padding: 18px 24px 92px;
    background: #000;
}

.jxzn-solutions-scenarios__inner {
    width: min(1200px, calc(100vw - 48px));
    margin: 0 auto;
}

.jxzn-solutions-scenario {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    align-items: center;
    max-width: 100%;
    padding: 54px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jxzn-solutions-scenario:first-child {
    border-top: 0;
    padding-top: 0;
}

.jxzn-solutions-scenario--reverse {
    flex-direction: row-reverse;
}

.jxzn-solutions-scenario__copy {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.jxzn-solutions-scenario__title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 14px;
    margin: 0;
    font-size: clamp(24px, 1.4vw, 32px);
    line-height: 1.35;
    color: #fff;
    font-weight: 600;
    max-width: 100%;
}

.jxzn-solutions-scenario__title .num {
    flex: 0 0 37px;
    width: 37px;
    height: 38px;
    background: linear-gradient(90deg, #B6E3FF 0%, #65A3FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #65A3FF;
    font-family: "Source Han Sans SC", var(--jxzn-font);
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
}

.jxzn-solutions-scenario__title-text {
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow-wrap: anywhere;
}

.jxzn-solutions-scenario__title-main {
    color: inherit;
    font-weight: inherit;
}

.jxzn-solutions-scenario__title-detail {
    color: #FFFFFF;
    font-weight: 400;
}

.jxzn-solutions-scenario__desc {
    margin: 20px 0 0;
    font-size: clamp(14px, 0.9vw, 17px);
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.56);
    max-width: 100%;
    overflow-wrap: anywhere;
}

.jxzn-solutions-scenario__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
    max-width: 100%;
}

.jxzn-solutions-scenario__tags::-webkit-scrollbar {
    display: none;
}

.jxzn-solutions-scenario__tags span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    max-width: 100%;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(101, 163, 255, 0.9);
    border-radius: 8px;
    background: linear-gradient(90deg, #B6E3FF 0%, #65A3FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #65A3FF;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
}

.jxzn-solutions-scenario__media {
    position: relative;
    width: 600px;
    flex: 0 0 600px;
    max-width: 100%;
    aspect-ratio: 600 / 380;
    overflow: hidden;
    border-radius: 18px;
}

.jxzn-solutions-scenario__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.jxzn-solutions-scenario__media img.is-active {
    opacity: 1;
}

.jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__copy {
    align-items: flex-start;
    text-align: left;
}

.jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__title {
    justify-content: flex-start;
}

.jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__title-text {
    justify-content: flex-start;
}

.jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__tags {
    justify-content: flex-start;
}

.jxzn-solutions-scenario__dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    display: inline-flex;
    gap: 8px;
    transform: translateX(-50%);
}

.jxzn-solutions-scenario__dots[hidden] {
    display: none;
}

.jxzn-solutions-scenario__dots i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.jxzn-solutions-scenario__dots i:hover {
    background: rgba(255, 255, 255, 0.82);
    transform: scale(1.2);
}

.jxzn-solutions-scenario__dots .is-active {
    background: linear-gradient(90deg, #B6E3FF 0%, #65A3FF 100%);
}

.jxzn-solutions-scenario__dots .is-active:hover {
    transform: scale(1.2);
}

.jxzn-solutions-scenarios__more {
    margin: 16px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
}

.jxzn-page--solutions .jxzn-solutions-video {
    background: #000 url("../img/screen-2-video-bg.webp") center center / cover no-repeat;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    margin-bottom: 0;
    overflow: hidden;
}

.jxzn-page--solutions .jxzn-solutions-video .jxzn-screen__inner {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100%;
}

.jxzn-solutions-video__copy {
    position: absolute;
    top: clamp(72px, 10vh, 116px);
    left: 50%;
    z-index: 5;
    width: min(86vw, 1120px);
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
}

.jxzn-solutions-video__title {
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-family: "Source Han Sans SC", var(--jxzn-font);
    font-size: clamp(34px, 2.5vw, 56px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.58);
}

html[lang="en"] .jxzn-solutions-video__title {
    white-space: normal;
}

.jxzn-page--solutions .jxzn-solutions-video .jxzn-solutions-video__player {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: #000 url("../img/screen-2-video-bg.webp") center center / cover no-repeat;
}

.jxzn-solutions-video__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    width: clamp(72px, 6.0417vw, 116px);
    height: clamp(72px, 6.0417vw, 116px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(226, 226, 226, 0.92);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.jxzn-solutions-video__btn:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.06);
}

.jxzn-solutions-video__btn svg {
    width: 33%;
    height: 33%;
    fill: #2d2d2d;
    margin-left: 5%;
}

.jxzn-solutions-video__btn.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.5);
}

.jxzn-solutions-video__steps {
    position: absolute;
    left: 50%;
    bottom: clamp(64px, 8.3333vh, 90px);
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 260px));
    justify-content: center;
    gap: clamp(12px, 1.0417vw, 20px);
    width: min(1120px, calc(100vw - 80px));
    transform: translateX(-50%);
}

.jxzn-solutions-video__step {
    position: relative;
    width: auto;
    height: auto;
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.9375vw, 18px);
    padding: 14px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: transparent;
    color: #fff;
    cursor: default;
    text-align: left;
}

.jxzn-solutions-video__step::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(90deg, #B6E3FF 0%, #65A3FF 100%);
    pointer-events: none;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.jxzn-solutions-video__step > * {
    position: relative;
    z-index: 1;
}

.jxzn-solutions-video__step-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
}

.jxzn-solutions-video__step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jxzn-solutions-video__step-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.jxzn-solutions-video__step-copy strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(90deg, #B6E3FF 0%, #65A3FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #65A3FF;
    overflow-wrap: anywhere;
}

.jxzn-solutions-video__step-copy em {
    margin-top: 4px;
    font-style: normal;
    font-size: 16px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.82);
    overflow-wrap: anywhere;
}

html[lang="en"] .jxzn-solutions-video__step-copy strong {
    font-size: 20px;
}

html[lang="en"] .jxzn-solutions-video__step-copy em {
    font-size: 14px;
}

.jxzn-solutions-cta {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.jxzn-solutions-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.jxzn-solutions-cta__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}

.jxzn-solutions-cta__content {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: clamp(60px, 8vh, 120px) 20px;
    box-sizing: border-box;
    text-align: center;
}

.jxzn-solutions-cta__title {
    margin: 0 auto;
    font-family: "Source Han Sans SC", var(--jxzn-font);
    font-size: clamp(20px, min(2.3958vw, 4.2593vh), 92px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jxzn-solutions-cta__desc {
    position: static;
    max-width: 820px;
    margin: 37px auto clamp(72px, 5.7813vw, 111px);
    font-family: var(--jxzn-font);
    font-size: clamp(16px, 1.0417vw, 24px);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
}

.jxzn-solutions-cta__cards {
    width: auto;
    max-width: min(55vw, 1120px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(16px, 1.875vw, 40px);
}

.jxzn-solutions-cta__note {
    max-width: 90vw;
    margin: clamp(28px, 3.5vw, 80px) 0 0;
    font-family: var(--jxzn-font);
    font-size: var(--jxzn-fs-body);
    font-weight: 300;
    line-height: 1.625;
    color: #fff;
    text-align: center;
    white-space: normal;
}

.jxzn-solutions-cta__card {
    position: relative;
    --solutions-cta-glow-main: 0, 91, 255;
    --solutions-cta-glow-hot: 80, 180, 255;
    flex: 0 0 min(17.0833vw, 328px);
    width: min(17.0833vw, 328px);
    aspect-ratio: 328 / 438;
    display: block;
    overflow: visible;
    border: 0;
    border-radius: clamp(6px, 0.4167vw, 12px);
    background: transparent;
    color: #fff;
    text-decoration: none;
    perspective: 72.9167vw;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.jxzn-solutions-cta__face {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: clamp(6px, 0.4167vw, 12px);
    transform-origin: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: opacity 300ms ease, transform 300ms ease;
}

.jxzn-solutions-cta__face::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 200%;
    height: 220%;
    background: linear-gradient(
        90deg,
        transparent 30%,
        rgba(var(--solutions-cta-glow-main), 0.85) 47%,
        rgb(var(--solutions-cta-glow-hot)) 50%,
        rgba(var(--solutions-cta-glow-main), 0.85) 53%,
        transparent 70%
    );
    transform: translate(-50%, -50%);
    animation: jxzn-solutions-cta-glow 4s linear infinite;
    pointer-events: none;
}

.jxzn-solutions-cta__face::after {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 1;
    border-radius: clamp(4px, 0.3125vw, 10px);
    background: #000;
}

.jxzn-solutions-cta__face--front {
    z-index: 2;
    opacity: 1;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.jxzn-solutions-cta__face--back {
    z-index: 1;
    opacity: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    box-shadow:
        0 0 1.0417vw rgba(var(--solutions-cta-glow-hot), 0.42),
        0 0.4167vw 1.5625vw rgba(0, 0, 0, 0.42);
}

.jxzn-solutions-cta__card--solution { --solutions-cta-back-bg: url("../img/cta-card1-back-bg.webp"); }
.jxzn-solutions-cta__card--demo { --solutions-cta-back-bg: url("../img/cta-card2-back-bg.webp"); }
.jxzn-solutions-cta__card--expert { --solutions-cta-back-bg: url("../img/cta-card3-back-bg.webp"); }

.jxzn-solutions-cta__card .jxzn-solutions-cta__face--front::after {
    background: url("../img/cta-card2-bg.webp") center / cover no-repeat;
}

.jxzn-solutions-cta__face--back::after {
    background-image: var(--solutions-cta-back-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow:
        inset 0 0 0 1px rgba(var(--solutions-cta-glow-hot), 0.42),
        inset 0 0 1.25vw rgba(0, 0, 0, 0.38);
}

.jxzn-solutions-cta__card:hover .jxzn-solutions-cta__face--front {
    opacity: 0;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.jxzn-solutions-cta__card:hover .jxzn-solutions-cta__face--back {
    z-index: 3;
    opacity: 1;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.jxzn-solutions-cta__card:hover .jxzn-solutions-cta__face--back::after {
    animation: jxzn-solutions-cta-ken-burns 8s ease-in-out infinite alternate;
}

.jxzn-solutions-cta__face-icon {
    position: absolute;
    left: 50%;
    top: 36.6%;
    z-index: 3;
    width: 41.4%;
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
}

.jxzn-solutions-cta__face-rectangle {
    position: absolute;
    left: 50%;
    top: 60%;
    z-index: 2;
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
}

.jxzn-solutions-cta__face--front > strong {
    position: absolute;
    left: 50%;
    top: 79.1%;
    z-index: 3;
    margin: 0;
    padding: 0 0.6em;
    font-family: "Source Han Sans SC", var(--jxzn-font);
    font-size: clamp(16px, 1.5625vw, 60px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.jxzn-solutions-cta__back-panel {
    position: absolute;
    left: 5.26%;
    right: 5.26%;
    bottom: 4.15%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
    padding: 0.888vw 1.0417vw;
    border-radius: 0.4938vw;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.987vw 0.4938vw rgba(0, 0, 0, 0.53);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
}

.jxzn-solutions-cta__back-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5vw;
}

.jxzn-solutions-cta__back-title-text {
    display: flex;
    flex-direction: column;
    gap: 0.156vw;
    font-family: "Source Han Sans SC", var(--jxzn-font);
    font-size: clamp(12px, 1.04vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: left;
}

.jxzn-solutions-cta__back-title-text > span {
    display: block;
}

.jxzn-solutions-cta__back-icon {
    flex-shrink: 0;
    width: 2.76vw;
    height: 2.76vw;
    min-width: 32px;
    min-height: 32px;
    object-fit: contain;
}

.jxzn-solutions-cta__back-footer {
    font-family: "Source Han Sans SC", var(--jxzn-font);
    font-size: clamp(11px, 0.79vw, 30px);
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.53);
    text-align: left;
}

.jxzn-solutions-cta__back-title,
.jxzn-solutions-cta__back-title-text,
.jxzn-solutions-cta__back-title-text > span,
.jxzn-solutions-cta__back-footer {
    white-space: nowrap;
}

html[lang="en"] .jxzn-solutions-cta__face--front > strong {
    white-space: normal;
    font-size: clamp(13px, 1.3vw, 48px);
    line-height: 1.2;
}

html[lang="en"] .jxzn-solutions-cta__back-title,
html[lang="en"] .jxzn-solutions-cta__back-title-text,
html[lang="en"] .jxzn-solutions-cta__back-title-text > span,
html[lang="en"] .jxzn-solutions-cta__back-footer {
    white-space: normal;
    overflow-wrap: break-word;
}

html[lang="en"] .jxzn-solutions-cta__back-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

html[lang="en"] .jxzn-solutions-cta__back-icon {
    align-self: flex-end;
}

@keyframes jxzn-solutions-cta-glow {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes jxzn-solutions-cta-ken-burns {
    from { transform: scale(1.05) translate(-1%, -1%); }
    to { transform: scale(1.05) translate(1%, 1%); }
}

@media (max-width: 1440px) {
    .jxzn-solutions-intro {
        padding-bottom: 64px;
    }

    .jxzn-solutions-intro__feature {
        padding: 0 34px;
    }

    .jxzn-solutions-scenario {
        gap: 22px;
        padding: 48px 0;
    }

    .jxzn-solutions-scenario__copy {
        width: 100%;
        flex-basis: auto;
    }

    .jxzn-solutions-scenario__media {
        width: min(100%, 560px);
        flex-basis: 560px;
    }

    .jxzn-page--solutions .jxzn-solutions-video {
        height: min(100vh, 900px);
        min-height: 720px;
    }

    .jxzn-solutions-video__steps {
        grid-template-columns: repeat(auto-fit, minmax(220px, 245px));
        gap: 14px;
        width: min(1040px, calc(100vw - 64px));
    }

    .jxzn-solutions-video__step {
        width: auto;
        height: auto;
        min-height: 96px;
        padding: 12px 16px;
        gap: 12px;
    }

    .jxzn-solutions-video__step-copy strong {
        font-size: 20px;
    }

    .jxzn-solutions-video__step-copy em {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .jxzn-solutions-intro__features {
        margin-top: 44px;
    }

    .jxzn-solutions-intro__feature {
        padding: 0 26px;
    }

    .jxzn-solutions-scenarios {
        padding-bottom: 78px;
    }

    .jxzn-solutions-scenario {
        gap: 18px;
    }

    .jxzn-solutions-scenario__copy {
        width: 100%;
        max-width: none;
        flex: 1 1 auto;
    }

    .jxzn-solutions-scenario__media {
        width: min(100%, 460px);
        flex-basis: 460px;
    }

    .jxzn-solutions-scenario__tags span {
        min-height: 32px;
        padding: 0 12px;
        font-size: 13px;
    }

    .jxzn-page--solutions .jxzn-solutions-video {
        min-height: 620px;
    }

    .jxzn-solutions-video__steps {
        grid-template-columns: repeat(auto-fit, minmax(200px, 230px));
        gap: 12px;
        width: calc(100vw - 48px);
    }

    .jxzn-solutions-video__step {
        min-height: 88px;
        padding: 12px 14px;
    }

    .jxzn-solutions-video__step-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .jxzn-solutions-video__step {
        width: auto;
        height: auto;
    }

    html[lang="en"] .jxzn-solutions-video__step-copy strong {
        font-size: 18px;
    }

    html[lang="en"] .jxzn-solutions-video__step-copy em {
        font-size: 13px;
    }

    .jxzn-solutions-cta__cards {
        max-width: calc(100vw - 64px);
    }

}

@media (max-width: 1100px) {
    .jxzn-page--solutions #solutions-hero {
        height: 320px;
        min-height: 320px;
    }
}

@media (max-width: 960px) {
    .jxzn-solutions-intro {
        padding: 56px 20px;
    }

    .jxzn-solutions-intro__inner {
        width: calc(100vw - 40px);
    }

    .jxzn-solutions-intro__features {
        grid-template-columns: 1fr;
        display: grid;
        gap: 22px;
        max-width: 520px;
        margin-top: 36px;
    }

    .jxzn-solutions-intro__feature {
        min-height: 84px;
        justify-content: flex-start;
        padding: 0 0 0 10px;
    }

    .jxzn-solutions-intro__feature + .jxzn-solutions-intro__feature::before {
        display: none;
    }

    .jxzn-solutions-scenarios {
        padding: 8px 20px 64px;
    }

    .jxzn-solutions-scenarios__inner {
        width: calc(100vw - 40px);
    }

    .jxzn-solutions-scenario,
    .jxzn-solutions-scenario--reverse {
        flex-direction: column;
        justify-content: flex-start;
        gap: 14px;
        padding: 40px 0;
    }

    .jxzn-solutions-scenario__copy,
    .jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__copy {
        max-width: none;
        flex: 0 0 auto;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .jxzn-solutions-scenario__media {
        width: min(100%, 600px);
        flex-basis: auto;
    }

    .jxzn-solutions-scenario__title,
    .jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__title {
        justify-content: flex-start;
        white-space: normal;
    }

    .jxzn-solutions-scenario__title-text,
    .jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__title-text {
        justify-content: flex-start;
    }

    .jxzn-solutions-scenario__tags,
    .jxzn-solutions-scenario--reverse .jxzn-solutions-scenario__tags {
        justify-content: flex-start;
    }

    .jxzn-page--solutions .jxzn-solutions-video {
        height: auto;
        min-height: 56vw;
    }

    .jxzn-solutions-video__steps {
        bottom: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100vw - 40px);
    }

    .jxzn-solutions-video__step {
        width: auto;
        height: auto;
        min-height: 74px;
        padding: 10px 12px;
    }

    .jxzn-solutions-cta {
        min-height: 100vh;
        min-height: 100dvh;
    }

    .jxzn-solutions-cta__inner {
        min-height: 100vh;
        min-height: 100dvh;
    }

    .jxzn-solutions-cta__content {
        width: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 96px 20px 72px;
    }

    .jxzn-solutions-cta__title {
        font-size: clamp(16px, 4.6vw, 32px);
    }

    .jxzn-solutions-cta__desc {
        position: static;
        width: min(820px, 100%);
        margin: 37px auto 56px;
        font-size: 15px;
    }

    .jxzn-solutions-cta__cards {
        width: 100%;
        max-width: none;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        transform: none;
    }

    .jxzn-solutions-cta__card {
        flex: 0 0 auto;
        width: min(328px, 100%);
    }

    .jxzn-solutions-cta__note {
        margin-top: 56px;
        font-size: 14px;
        line-height: 1.7;
    }

    .jxzn-solutions-cta__back-panel {
        gap: 12px;
        padding: 17px 20px;
        border-radius: 10px;
    }

    .jxzn-solutions-cta__back-icon {
        width: 42px;
        height: 42px;
    }

}

@media (max-width: 700px) {
    .jxzn-page--solutions #solutions-hero {
        height: 260px;
        min-height: 260px;
    }

    .jxzn-solutions-intro {
        padding: 40px 16px 48px;
    }

    .jxzn-solutions-intro__inner {
        width: calc(100vw - 32px);
    }

    .jxzn-solutions-intro__title {
        font-size: 28px;
    }

    .jxzn-solutions-intro__feature {
        gap: 14px;
        min-height: 76px;
        padding-left: 0;
    }

    .jxzn-solutions-intro__icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .jxzn-solutions-intro__feature h3 {
        white-space: normal;
        text-align: left;
    }

    .jxzn-solutions-scenarios {
        padding: 0 16px 56px;
    }

    .jxzn-solutions-scenarios__inner {
        width: calc(100vw - 32px);
    }

    .jxzn-solutions-scenario {
        gap: 12px;
        padding: 32px 0;
    }

    .jxzn-solutions-scenario__title {
        gap: 10px;
        font-size: 20px;
        flex-wrap: wrap;
    }

    .jxzn-solutions-scenario__title .num {
        font-size: 26px;
    }

    .jxzn-solutions-scenario__desc {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.85;
    }

    .jxzn-solutions-scenario__tags {
        margin-top: 18px;
        gap: 8px;
    }

    .jxzn-solutions-scenario__tags span {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .jxzn-solutions-scenario__media img {
        border-radius: 14px;
    }

    .jxzn-solutions-scenarios__more {
        margin-top: 8px;
        font-size: 14px;
    }

    .jxzn-page--solutions .jxzn-solutions-video {
        min-height: 62vw;
    }

    .jxzn-solutions-video__copy {
        width: calc(100% - 32px);
    }

    .jxzn-solutions-video__title {
        font-size: 28px;
        white-space: normal;
    }

    .jxzn-solutions-video__steps {
        position: relative;
        left: auto;
        bottom: auto;
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
        margin: 0 auto 24px;
        transform: none;
    }

    .jxzn-solutions-video__step {
        width: auto;
        height: auto;
        min-height: 72px;
        border-radius: 14px;
    }

    .jxzn-solutions-cta__content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .jxzn-solutions-cta__title {
        font-size: clamp(16px, 4.6vw, 32px);
        line-height: 1.25;
    }

    .jxzn-solutions-cta__desc {
        font-size: 14px;
        line-height: 1.8;
    }

}

/* 英文 SP */
@media (max-width: 767px) {
    html[lang="en"] .jxzn-solutions-intro__feature h3 {
        font-size: clamp(14px, 3.8vw, 16px);
        line-height: 1.3;
    }
    html[lang="en"] .jxzn-solutions-intro__feature p {
        font-size: 13px;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }
    html[lang="en"] .jxzn-solutions-scenario__title {
        font-size: clamp(17px, 4.6vw, 20px);
        line-height: 1.25;
    }
    html[lang="en"] .jxzn-solutions-scenario__tags {
        flex-wrap: wrap;
    }
    html[lang="en"] .jxzn-solutions-scenario__tags span {
        white-space: normal;
        text-align: center;
        line-height: 1.3;
        font-size: 11px;
        padding: 4px 8px;
        height: auto;
        min-height: 28px;
    }
    html[lang="en"] .jxzn-solutions-video__step-copy strong {
        font-size: 13px;
        line-height: 1.25;
    }
    html[lang="en"] .jxzn-solutions-video__step-copy em {
        font-size: 11px;
        line-height: 1.45;
    }
    html[lang="en"] .jxzn-solutions-cta__desc {
        font-size: 13px;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }
}
