@charset "utf-8";

/* Solutions pages — page-05 */
.solution-page main {
    background: #fff;
    overflow-x: clip
}

.solution-hero {
    position: relative;
    background: #eee;
    overflow: hidden
}

.solution-hero__media {
    aspect-ratio: 1920 / 950;
    max-height: 950px
}

.solution-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.solution-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .18) 38%, transparent 68%);
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.solution-hero__inner {
    width: 100%;
    padding: 40px 20px 40px clamp(20px, 4.2vw, 80px)
}

.solution-hero__caption {
    max-width: min(560px, 46vw)
}

.solution-hero__title {
    margin: 0 0 10px;
    font-size: clamp(28px, 2.1vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    word-break: break-word
}

.solution-hero__desc {
    margin: 0;
    max-width: min(560px, 46vw);
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .9)
}

.solution-hero__title:empty,
.solution-hero__desc:empty {
    display: none
}

.solution-section-title:empty {
    display: none
}

.solution-crumb {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-muted);
    background: #fff;
    border-bottom: 1px solid #eee
}

.solution-crumb a {
    color: var(--text-muted)
}

.solution-crumb a:hover {
    color: var(--color)
}

/* Solutions sub-navigation (page-05 sub pages) */
.solution-subnav {
    background: #fff;
    border-bottom: 1px solid #eee
}

.solution-subnav__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding: 14px 20px
}

.solution-subnav__link {
    font-size: 14px;
    color: var(--text-muted);
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: color .2s linear, border-color .2s linear
}

.solution-subnav__link:hover,
.solution-subnav__link.is-active {
    color: var(--color);
    border-bottom-color: var(--color)
}

.solution-main {
    padding: 40px 20px 70px
}

.solution-intro {
    margin-bottom: 48px;
    text-align: center
}

.solution-intro__body {
    max-width: 960px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.85;
    color: var(--fontcolor);
    text-align: center
}

.solution-intro__body p {
    margin: 0 0 1em
}

.solution-intro__body img,
.solution-cloud__body img {
    max-width: 100%;
    height: auto
}

.solution-section-title {
    margin: 0 0 24px;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    text-align: center
}

.solution-section-head--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.solution-section-head--row .solution-section-title {
    margin-bottom: 0;
    text-align: left
}

/* Hub landing (scode=35) — AlphaESS-style left caption */
.solution-hero--hub .solution-hero__overlay {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background: linear-gradient(90deg, rgba(255, 255, 255, .36) 0%, rgba(255, 255, 255, .12) 42%, transparent 72%)
}

.solution-hero--hub .solution-hero__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 100%;
    padding: 48px 20px 56px clamp(20px, 4.2vw, 80px)
}

.solution-hero--hub .solution-hero__caption {
    max-width: min(560px, 46vw);
    margin: 0;
    text-align: left
}

.solution-hero--hub .solution-hero__title {
    font-size: clamp(28px, 2.1vw, 40px);
    font-weight: 700;
    color: rgba(0, 0, 0, .75);
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0
}

.solution-hero--hub .solution-hero__desc {
    max-width: min(560px, 46vw);
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .45)
}

.solution-hub--landing {
    padding: 28px 0 40px;
    background: #f8f9fb
}

.solution-hub--landing .l-wrap {
    padding-inline: 15px
}

.solution-hub__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    min-width: 0
}

.solution-hub__nav {
    position: relative;
    min-width: 0;
    margin: 0 -4px
}

.solution-hub__nav::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 4px;
    width: 32px;
    background: linear-gradient(90deg, transparent, #f8f9fb);
    pointer-events: none
}

.solution-hub__anchors {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
    padding: 0 4px 4px;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 15px;
    scrollbar-width: none
}

.solution-hub__anchors::-webkit-scrollbar {
    display: none
}

.solution-hub__anchor-item {
    flex: 0 0 auto;
    scroll-snap-align: start
}

.solution-hub__anchor {
    display: -webkit-box;
    width: auto;
    min-width: clamp(132px, 38vw, 220px);
    max-width: min(72vw, 260px);
    min-height: 44px;
    padding: 10px 14px 10px 12px;
    border: none;
    border-left: 4px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: var(--fontbold5);
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: background .2s linear, color .2s linear, box-shadow .2s linear, border-color .2s linear
}

.solution-hub__anchor:hover {
    color: var(--fontcolor);
    background: rgba(255, 255, 255, .7);
    text-decoration: none
}

.solution-hub__anchor.is-active {
    border-left-color: var(--color);
    background: #fff;
    color: var(--color);
    font-weight: var(--fontbold6);
    box-shadow: 0 6px 20px rgba(var(--color-rgb), .08)
}

.solution-hub__panes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0
}

.solution-hub__pane {
    min-width: 0;
    scroll-margin-top: 90px
}

/* Panel: mobile = stacked; desktop = main + scenario sidebar */
.solution-hub__panel {
    --hub-card-radius: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 0;
    border-radius: var(--hub-card-radius);
    background: #fff;
    border: none;
    box-shadow: 0 6px 32px rgba(15, 23, 42, .07);
    overflow: hidden
}

.solution-hub__main {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px 16px 12px
}

.solution-hub__pane-title {
    margin: 0 0 10px;
    font-size: clamp(18px, 5vw, 22px);
    font-weight: var(--fontbold6);
    line-height: 1.3;
    color: var(--color)
}

.solution-hub__pane-desc {
    margin: 0 0 18px;
    max-width: 600px;
    font-size: 13px;
    line-height: 1.75;
    color: var(--text-muted)
}

.solution-hub__pane-desc:empty {
    display: none
}

/* Big feature image */
.solution-hub__pane-media {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(160deg, #f0f4f8 0%, #e8edf3 100%);
    aspect-ratio: 16 / 9;
    max-height: min(52vw, 220px)
}

.solution-hub__pane-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px
}

.solution-hub__pane-media:has(img[src='']) {
    display: none
}

/* Scenario strip — below image on mobile */
.solution-hub__scenarios {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-width: 0;
    margin: 0 16px 16px;
    padding: 18px 16px;
    border-radius: var(--hub-card-radius);
    background: #f4f6f9;
    border: none;
    overflow: hidden
}

.solution-hub__scenario-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-hub__scenario-list:has(.solution-hub__scenario-item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 280px;
    margin-inline: auto
}

.solution-hub__scenario-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center
}

.solution-hub__scenario-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none
}

.solution-hub__scenario-icon img {
    display: block;
    width: 36px;
    height: 36px;
    max-width: 100%;
    object-fit: contain;
    opacity: .85
}

.solution-hub__scenario-name {
    width: 100%;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.35;
    color: #555;
    font-weight: var(--fontbold5);
    word-break: break-word
}

.solution-hub__explore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 18px;
    padding: 0 20px;
    border: 1.5px solid var(--color);
    border-radius: 999px;
    background: transparent;
    color: var(--color);
    font-size: 13px;
    font-weight: var(--fontbold5);
    text-decoration: none;
    letter-spacing: .01em;
    transition: background .2s linear, color .2s linear, border-color .2s linear
}

.solution-hub__explore:hover {
    background: var(--color);
    border-color: var(--color);
    color: #fff;
    text-decoration: none
}

@media (min-width: 993px) {
    .solution-hub--landing {
        padding: 48px 0 72px
    }

    .solution-hub--landing .l-wrap {
        padding-inline: clamp(15px, 3vw, 24px)
    }

    .solution-hub__layout {
        grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
        gap: 32px 48px
    }

    .solution-hub__nav {
        position: sticky;
        top: 100px;
        margin: 0;
        padding-top: 8px
    }

    .solution-hub__nav::after {
        display: none
    }

    .solution-hub__anchors {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 8px;
        overflow: visible;
        padding: 0;
        scroll-snap-type: none
    }

    .solution-hub__anchor-item {
        flex: none
    }

    .solution-hub__anchor {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: none;
        min-height: 52px;
        padding: 14px 18px 14px 16px;
        font-size: 15px;
        line-height: 1.5;
        -webkit-line-clamp: unset;
        overflow: visible
    }

    .solution-hub__panes {
        gap: 32px
    }

    .solution-hub__pane {
        scroll-margin-top: 110px
    }

    .solution-hub__panel {
        --hub-card-radius: 28px;
        grid-template-columns: minmax(0, 1fr) minmax(300px, 34%);
        gap: 0;
        min-height: 680px;
        padding: 0;
        border-radius: var(--hub-card-radius);
        overflow: hidden
    }

    .solution-hub__main {
        padding: 44px 48px 40px
    }

    .solution-hub__pane-title {
        margin-bottom: 16px;
        font-size: clamp(22px, 2.2vw, 30px)
    }

    .solution-hub__pane-desc {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 1.9
    }

    .solution-hub__pane-media {
        flex: 1;
        max-height: none;
        min-height: 400px;
        border-radius: 12px
    }

    .solution-hub__pane-media img {
        border-radius: 12px
    }

    .solution-hub__scenarios {
        align-self: stretch;
        margin: 0;
        padding: 40px 28px 32px;
        border: none;
        border-radius: var(--hub-card-radius);
        background: #f4f6f9
    }

    .solution-hub__scenario-list {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        gap: 32px;
        max-width: none;
        margin-inline: 0;
        grid-template-columns: unset
    }

    .solution-hub__scenario-list:has(.solution-hub__scenario-item:nth-child(2):last-child) {
        grid-template-columns: unset;
        max-width: none;
        margin-inline: 0
    }

    .solution-hub__scenario-item {
        gap: 10px
    }

    .solution-hub__scenario-icon {
        width: 60px;
        height: 60px
    }

    .solution-hub__scenario-icon img {
        width: 52px;
        height: 52px
    }

    .solution-hub__scenario-name {
        max-width: 100%;
        font-size: 12px;
        line-height: 1.4
    }

    .solution-hub__explore {
        margin-top: 32px
    }
}

/* Legacy hub card grid (unused) */
.solution-hub__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-hub__link {
    display: block;
    color: inherit;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow .2s linear, transform .2s linear
}

.solution-hub__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08)
}

.solution-hub__link:hover .solution-hub__name {
    color: var(--color)
}

.solution-hub__media {
    aspect-ratio: 4 / 3;
    background: #f5f5f5
}

.solution-hub__media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.solution-hub__name {
    margin: 0;
    padding: 16px 16px 8px;
    font-size: 18px;
    font-weight: var(--fontbold6);
    transition: color .2s linear
}

.solution-hub__desc {
    margin: 0;
    padding: 0 16px 16px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.55
}

/* Product cards 645×860 — 3-column vertical cards */
.solution-products--ind {
    margin-bottom: 56px;
    display: flow-root
}

.solution-products--ind .solution-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: start
}

.solution-products--ind .solution-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: auto
}

.solution-products--ind .solution-product-card__media {
    display: block;
    aspect-ratio: 645 / 850;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    transition: transform .2s linear, box-shadow .2s linear
}

.solution-products--ind .solution-product-card__media:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08)
}

.solution-products--ind .solution-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.solution-products--ind .solution-product-card__media:hover img {
    transform: scale(1.04)
}

.solution-products--ind .solution-product-card__body {
    flex: 0 0 auto;
    min-width: 0
}

.solution-products--ind .solution-product-card__name {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: var(--fontbold6);
    line-height: 1.35;
    color: var(--fontcolor)
}

.solution-products--ind .solution-product-card__spec {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-muted)
}

.solution-products--ind .solution-product-card__spec:empty {
    display: none
}

.solution-products--ind .solution-product-card__desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: var(--text-muted)
}

.solution-products--ind .solution-product-card__desc:empty {
    display: none
}

/* Highlights — page-05 square tiles 480×480 */
.solution-highlights {
    margin: 0 0 56px;
    padding: 48px 20px;
    background: #f8f9fb;
    clear: both
}

.solution-highlights--page05 {
    margin: 0 0 56px;
    padding: 0 0 56px;
    background: #fff
}

.solution-highlights--page05 .solution-section-title {
    margin-bottom: 32px
}

.solution-highlights__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-highlights--page05 .solution-highlights__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: center;
    gap: clamp(12px, 1.6vw, 20px);
    max-width: min(1100px, 100%);
    margin: 0 auto
}

.solution-highlights--page05:not(:has(.solution-highlights__item)) {
    display: none
}

.solution-highlights__item {
    text-align: center
}

.solution-highlights__item img {
    display: block;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: cover
}

.solution-highlights--page05 .solution-highlights__item img {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06)
}

/* Product recommendation — page-05: merged with Smart Cloud */
.solution-recommend--page05 {
    margin-bottom: 56px
}

.solution-recommend--page05 .solution-recommend__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
    gap: 40px;
    align-items: center
}

.solution-recommend__body {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-muted)
}

.solution-recommend__body:empty {
    display: none;
    margin-bottom: 0
}

.solution-recommend__cloud-title {
    margin: 0 0 16px;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    line-height: 1.3
}

.solution-recommend__cloud-title:empty {
    display: none
}

.solution-recommend__cloud-body {
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-muted)
}

.solution-recommend__cloud-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-recommend__cloud-body li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 18px
}

.solution-recommend__cloud-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color)
}

.solution-recommend__cloud-body li:last-child {
    margin-bottom: 0
}

.solution-recommend__cloud-body:empty {
    display: none
}

.solution-recommend__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover
}

.solution-recommend__media:empty,
.solution-recommend__media img[src=''] {
    display: none
}

/* Smart Cloud Platform — page-06 nested under Product Recommendation */
.solution-cloud--ind {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid #e5e7eb
}

.solution-cloud {
    margin-bottom: 56px;
    padding: 40px 0;
    background: #f8f9fb
}

.solution-cloud__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
    gap: 40px;
    align-items: center
}

.solution-cloud__body {
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-muted)
}

.solution-cloud__body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-cloud__body li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 18px
}

.solution-cloud__body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color)
}

.solution-cloud__body li:last-child {
    margin-bottom: 0
}

.solution-cloud__body:empty {
    display: none
}

.solution-cloud__visual {
    display: block
}

.solution-cloud__pic {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background: #eee
}

.solution-cloud__pic[src=''] {
    display: none
}

/* Application cases */
.solution-cases__more {
    font-size: 14px;
    font-weight: var(--fontbold5);
    color: var(--color);
    white-space: nowrap
}

.solution-cases__more:hover {
    text-decoration: underline
}

.solution-cases__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-case-card__link {
    display: block;
    color: inherit;
    text-decoration: none
}

.solution-case-card__link:hover .solution-case-card__name {
    color: var(--color)
}

.solution-case-card__media {
    aspect-ratio: 3 / 2;
    border-radius: 6px;
    overflow: hidden;
    background: #eee;
    margin-bottom: 10px
}

.solution-case-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.solution-case-card__link:hover .solution-case-card__media img {
    transform: scale(1.04)
}

.solution-case-card__name {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--fontcolor);
    transition: color .2s linear
}

/* ── page-05 sub pages (36–38) ───────────────────────────── */

.solution-sub-page .solution-intro__body {
    max-width: 1120px
}

.solution-products--page05 {
    margin-bottom: 56px
}

.solution-products--page05 .solution-section-title {
    margin-bottom: 32px
}

.solution-products--page05 .solution-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 28px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    align-items: stretch
}

.solution-products--page05 .solution-products__grid:has(.solution-product-card:only-child) {
    grid-template-columns: minmax(0, 360px);
    justify-content: center
}

.solution-products--page05 .solution-products__grid:has(.solution-product-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px
}

.solution-products--page05 .solution-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease
}

.solution-products--page05 .solution-product-card:hover {
    box-shadow: 0 12px 36px rgba(15, 23, 42, .1);
    transform: translateY(-2px)
}

.solution-products--page05 .solution-product-card__media {
    display: block;
    aspect-ratio: 645 / 860;
    max-height: 380px;
    background: #eef0f3;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: box-shadow .2s linear
}

.solution-products--page05 .solution-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.solution-products--page05 .solution-product-card:hover .solution-product-card__media img {
    transform: scale(1.03)
}

.solution-products--page05 .solution-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px 18px 20px;
    text-align: left
}

.solution-products--page05 .solution-product-card__name {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: var(--fontbold6);
    line-height: 1.4;
    color: var(--fontcolor)
}

.solution-products--page05 .solution-product-card__spec {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .02em
}

.solution-products--page05 .solution-product-card__spec:empty {
    display: none
}

.solution-products--page05 .solution-product-card__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--fontcolor)
}

.solution-products--page05 .solution-product-card__desc:empty {
    display: none
}

.solution-sub-page .solution-pick {
    margin-bottom: 56px
}

.solution-sub-page .solution-pick__slider,
.solution-sub-page .solution-pick .product-detail-other__slider,
.solution-sub-page .solution-pick .product-detail-other-swiper,
.solution-sub-page .solution-pick .product-detail-other-swiper .swiper-wrapper,
.solution-sub-page .solution-pick .product-detail-other-swiper .swiper-slide {
    background: #fff
}

.solution-sub-page .solution-pick__slider {
    width: 100%;
    margin-bottom: 0
}

.solution-sub-page .solution-pick .solution-pick__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.solution-sub-page .solution-pick .product-detail-other-card__name,
.solution-sub-page .solution-pick .product-detail-other-card__desc {
    display: block
}

.solution-sub-page .solution-pick__pagination {
    margin-top: 20px;
    margin-bottom: 0
}

.solution-sub-page .solution-pick__pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    margin: 0 !important;
    border: none;
    border-radius: 2px;
    background: #e5e7eb;
    opacity: 1;
    transition: background .2s linear, width .2s linear
}

.solution-sub-page .solution-pick__pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: var(--color)
}

.solution-cloud--page05 {
    margin: 0 0 56px;
    padding: 0 clamp(15px, 3vw, 24px) 56px;
    background: #fff
}

.solution-cloud--page05:not(:has(.solution-cloud__body :not(:empty))):not(:has(.solution-cloud__pic:not([src='']))) {
    display: none
}

.solution-cloud--page05 .solution-cloud__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 46%);
    gap: 40px 56px;
    align-items: center
}

.solution-cloud--page05 .solution-cloud__text {
    min-width: 0
}

.solution-cloud--page05 .solution-cloud__body {
    min-width: 0;
    overflow-wrap: anywhere
}

.solution-cloud--page05 .solution-cloud__title {
    margin: 0 0 20px;
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    line-height: 1.25;
    text-align: left
}

.solution-cloud--page05 .solution-cloud__body {
    font-size: 15px;
    line-height: 1.85;
    color: #4b5563
}

.solution-cloud--page05 .solution-cloud__body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-cloud--page05 .solution-cloud__body li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 16px;
    padding: 0;
    padding-left: 0;
    min-width: 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--fontcolor)
}

.solution-cloud--page05 .solution-cloud__body li::before {
    content: "";
    position: static;
    top: auto;
    left: auto;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 4px;
    background: #f3f4f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%231E3A8A'%3E%3Cpath d='M8.2 14.2 4.8 10.8l1.4-1.4 2 2 6-6 1.4 1.4z'/%3E%3C/svg%3E") center / 14px no-repeat
}

.solution-cloud--page05 .solution-cloud__body li:has(img)::before {
    content: none;
    display: none;
    flex: 0 0 0;
    width: 0;
    height: 0;
    margin: 0
}

.solution-cloud--page05 .solution-cloud__body li img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    object-fit: contain
}

.solution-cloud--page05 .solution-cloud__body li > * {
    flex: 1;
    min-width: 0;
    margin: 0
}

.solution-cloud--page05 .solution-cloud__body li:last-child {
    margin-bottom: 0
}

.solution-cloud--page05 .solution-cloud__pic {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    background: #f3f4f6
}

.solution-cloud--page05 .solution-cloud__pic[src=''] {
    display: none
}

.solution-cloud--page05 .solution-cloud__visual:has(.solution-cloud__pic[src='']) {
    display: none
}

.solution-cloud--page05 .solution-cloud__inner:has(.solution-cloud__pic[src='']) {
    grid-template-columns: 1fr
}

.solution-cases--study {
    margin: 0 0 56px;
    padding: 56px clamp(15px, 3vw, 24px) 48px;
    background: #f8f9fb
}

.solution-cases--study .solution-section-title {
    margin-bottom: 36px;
    text-align: center;
    font-size: clamp(22px, 2.2vw, 30px)
}

.solution-cases--study .solution-cases__viewport {
    overflow: hidden;
    padding: 6px 2px 10px
}

.solution-cases--study .solution-cases-swiper {
    overflow: hidden
}

.solution-cases--study .solution-cases-swiper .swiper-slide {
    height: auto
}

.solution-cases--study .solution-cases__controls {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    max-width: 100%
}

.solution-cases--study .solution-cases__navs {
    display: flex;
    flex-shrink: 0;
    gap: 12px
}

.solution-cases--study .solution-cases__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: #fff;
    color: #374151;
    cursor: pointer;
    transition: border-color .2s linear, color .2s linear
}

.solution-cases--study .solution-cases__nav i {
    font-size: 15px
}

.solution-cases--study .solution-cases__nav:hover {
    border-color: #9ca3af;
    color: #111827
}

.solution-cases--study .solution-cases__nav.swiper-button-disabled {
    opacity: .35;
    pointer-events: none
}

.solution-case-slide {
    display: grid;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    gap: 0;
    align-items: stretch;
    min-height: 268px;
    height: 100%;
    padding: 30px 0 30px 34px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 18px rgba(15, 23, 42, .05);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow .25s ease
}

.solution-case-slide:hover {
    box-shadow: 0 6px 28px rgba(15, 23, 42, .08);
    text-decoration: none;
    color: inherit
}

.solution-case-slide__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 2px 24px 2px 0
}

.solution-case-slide__facts {
    margin: 0;
    width: 100%
}

.solution-case-slide__row {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #374151
}

.solution-case-slide__row:last-child {
    margin-bottom: 0
}

.solution-case-slide__row dt {
    display: inline;
    margin: 0;
    font-weight: var(--fontbold6);
    color: #111827
}

.solution-case-slide__row dd {
    display: inline;
    margin: 0;
    color: #4b5563
}

.solution-case-slide__row--desc {
    margin-top: 4px
}

.solution-case-slide__row--desc dt {
    display: block;
    margin-bottom: 8px
}

.solution-case-slide__row--desc dd {
    display: -webkit-box;
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #6b7280;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.solution-case-slide__row dd:empty {
    display: none
}

.solution-case-slide__more {
    margin-top: 16px;
    font-size: 13px;
    font-weight: var(--fontbold5);
    color: var(--color);
    transition: color .2s linear
}

.solution-case-slide:hover .solution-case-slide__more {
    color: var(--color-hover)
}

.solution-case-slide__more::after {
    content: " \2192"
}

.solution-case-slide__media {
    display: block;
    align-self: stretch;
    min-height: 100%;
    margin: -30px 0;
    border-radius: 0;
    overflow: hidden;
    background: #e5e7eb
}

.solution-case-slide__media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover
}

.solution-cases--study .solution-cases__pagination {
    flex: 1;
    min-width: 0;
    position: relative;
    height: 1px;
    background: #e5e7eb;
    border-radius: 0;
    overflow: hidden
}

.solution-cases--study .solution-cases__pagination .swiper-pagination-progressbar-fill {
    background: var(--color);
    border-radius: 0
}

.solution-cases--study .solution-cases__footer {
    margin-top: 40px;
    text-align: center
}

.solution-cases--study .solution-cases__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 46px;
    padding: 0 48px;
    border: 1px solid var(--color);
    border-radius: 999px;
    background: transparent;
    color: var(--color);
    font-size: 15px;
    font-weight: var(--fontbold5);
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s linear, color .2s linear, border-color .2s linear
}

.solution-cases--study .solution-cases__more:hover {
    background: var(--color);
    border-color: var(--color);
    color: #fff;
    text-decoration: none
}

.solution-other--page05 {
    padding: 0 clamp(15px, 3vw, 24px) 64px;
    background: #fff
}

.solution-other--page05 .solution-section-title {
    margin-bottom: 32px
}

.solution-other--page05 .solution-other__layout {
    display: grid;
    grid-template-columns: minmax(260px, 30%) minmax(0, 1fr);
    gap: 28px 40px;
    align-items: start
}

.solution-other--page05 .solution-other__tabs {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none
}

.solution-other--page05 .solution-other__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 72px;
    padding: 16px 16px 16px 20px;
    border: none;
    border-left: 4px solid transparent;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .06);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: box-shadow .2s linear, border-color .2s linear
}

.solution-other--page05 .solution-other__tab.is-active {
    border-left-color: var(--color);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .1)
}

.solution-other--page05 .solution-other__tab-name {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    font-weight: var(--fontbold6);
    line-height: 1.4;
    color: var(--fontcolor)
}

.solution-other--page05 .solution-other__tab-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f4f6
}

.solution-other--page05 .solution-other__tab-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.solution-other--page05 .solution-other__pane-title {
    margin: 0 0 14px;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: var(--fontbold6);
    line-height: 1.3;
    color: var(--fontcolor)
}

.solution-other--page05 .solution-other__pane-desc {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563
}

.solution-other--page05 .solution-other__pane-desc:empty {
    display: none
}

.solution-other--page05 .solution-other__pane-media {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #e5e7eb
}

.solution-other--page05 .solution-other__pane-media {
    min-width: 0
}

.solution-other--page05 .solution-other__pane-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover
}

.solution-sub-page .solution-highlights--page05 > .l-wrap {
    padding-inline: clamp(15px, 3vw, 24px)
}

@media (max-width: 1100px) {
    .solution-highlights--page05 .solution-highlights__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (max-width: 992px) {
    .solution-highlights--page05 .solution-highlights__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .solution-cloud--page05 .solution-cloud__inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .solution-cloud--page05 .solution-cloud__visual {
        order: -1
    }

    .solution-case-slide {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 24px 24px 0
    }

    .solution-case-slide__info {
        order: 2;
        padding: 0 0 20px
    }

    .solution-case-slide__media {
        order: 1;
        margin: 0 0 18px;
        border-radius: 12px;
        overflow: hidden
    }

    .solution-case-slide__media img {
        min-height: 200px;
        border-radius: 12px
    }

    .solution-other--page05 .solution-other__layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .solution-other--page05 .solution-other__tabs {
        flex-direction: column;
        gap: 12px
    }

    .solution-other--page05 .solution-other__tab {
        min-height: 64px
    }
}

@media (max-width: 1280px) {
    .solution-products--ind .solution-products__grid,
    .solution-products--page05 .solution-products__grid,
    .solution-hub__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .solution-products--page05 .solution-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px
    }

    .solution-products--page05 .solution-products__grid:has(.solution-product-card:only-child) {
        grid-template-columns: minmax(0, 360px)
    }

    .solution-products--page05 .solution-product-card__media {
        max-height: 340px
    }

    .solution-highlights__grid,
    .solution-cases__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .solution-recommend__inner,
    .solution-cloud__inner,
    .solution-cloud--page05 .solution-cloud__inner,
    .solution-other--page05 .solution-other__layout {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .solution-page main {
        padding-bottom: calc(16vw + 12px + env(safe-area-inset-bottom, 0px))
    }

    .solution-hero__caption {
        max-width: 100%
    }

    .solution-hero__inner {
        padding: 32px 15px 32px 20px
    }

    .solution-hero__title {
        font-size: clamp(24px, 6.5vw, 32px);
        line-height: 1.3
    }

    .solution-hero__desc {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.55
    }

    .solution-hero--hub .solution-hero__title {
        font-size: clamp(24px, 6.5vw, 32px)
    }

    .solution-hero--hub .solution-hero__desc {
        font-size: 13px
    }

    .solution-hero--hub .solution-hero__media {
        aspect-ratio: 16 / 9;
        max-height: 42vh
    }

    .solution-hero--hub .solution-hero__inner {
        padding: 28px 15px 36px 20px
    }

    .solution-crumb {
        padding: 12px 15px;
        font-size: 12px;
        line-height: 1.45;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .solution-crumb::-webkit-scrollbar {
        display: none
    }

    .solution-main {
        padding: 32px 15px 50px
    }

    .solution-subnav__inner {
        flex-wrap: nowrap;
        gap: 0 20px;
        padding: 12px 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .solution-subnav__inner::-webkit-scrollbar {
        display: none
    }

    .solution-subnav__link {
        flex-shrink: 0;
        font-size: 13px
    }

    .solution-products--ind .solution-products__grid,
    .solution-products--page05 .solution-products__grid,
    .solution-hub__grid {
        grid-template-columns: 1fr
    }

    .solution-products--page05 .solution-products__grid,
    .solution-products--page05 .solution-products__grid:has(.solution-product-card:nth-child(2):last-child) {
        grid-template-columns: 1fr;
        max-width: min(100%, 400px)
    }

    .solution-products--page05 .solution-products__grid:has(.solution-product-card:only-child) {
        grid-template-columns: 1fr
    }

    .solution-products--page05 .solution-product-card__media {
        max-height: 320px
    }

    .solution-products--page05 .solution-product-card__body {
        padding: 14px 16px 18px
    }

    .solution-products--page05 .solution-product-card__name {
        font-size: 16px
    }

    .solution-products--page05 .solution-product-card__desc {
        font-size: 13px
    }

    .solution-highlights--page05 {
        padding-bottom: 40px
    }

    .solution-highlights--page05 .solution-highlights__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px
    }

    .solution-highlights--page05 .solution-highlights__item img {
        border-radius: 12px
    }

    .solution-cases--study {
        padding: 36px 15px 32px
    }

    .solution-cases--study .solution-section-title {
        margin-bottom: 24px;
        font-size: clamp(20px, 5.5vw, 26px)
    }

    .solution-cases--study .solution-cases__nav {
        width: 38px;
        height: 38px
    }

    .solution-cloud--page05 {
        margin-bottom: 40px;
        padding: 0 15px 40px
    }

    .solution-cloud--page05 .solution-cloud__title {
        font-size: clamp(22px, 5.8vw, 28px);
        margin-bottom: 16px
    }

    .solution-cloud--page05 .solution-cloud__body,
    .solution-cloud--page05 .solution-cloud__body li {
        font-size: 14px
    }

    .solution-other--page05 {
        padding: 0 15px 48px
    }

    .solution-other--page05 .solution-section-title {
        margin-bottom: 24px
    }

    .solution-other--page05 .solution-other__tab {
        min-height: 56px;
        padding: 12px 12px 12px 16px
    }

    .solution-other--page05 .solution-other__tab-name {
        font-size: 14px
    }

    .solution-other--page05 .solution-other__tab-icon {
        width: 40px;
        height: 40px
    }

    .solution-other--page05 .solution-other__pane-title {
        font-size: clamp(18px, 5vw, 22px)
    }

    .solution-other--page05 .solution-other__pane-desc {
        font-size: 14px;
        margin-bottom: 16px
    }

    .solution-case-slide {
        padding: 18px 18px 0
    }

    .solution-case-slide__media {
        margin: 0 0 16px
    }

    .solution-case-slide__media img {
        min-height: 180px
    }

    .solution-case-slide__row {
        font-size: 13px
    }

    .solution-case-slide__row--desc dd {
        font-size: 12px;
        -webkit-line-clamp: 3
    }

    .solution-cases--study .solution-cases__controls {
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 20px
    }

    .solution-cases--study .solution-cases__pagination {
        flex: 1 1 100%;
        order: 2
    }

    .solution-cases--study .solution-cases__footer {
        margin-top: 28px
    }

    .solution-other--page05 .solution-other__layout {
        gap: 20px
    }

    .solution-other--page05 .solution-other__tabs {
        flex-direction: column;
        overflow: visible
    }

    .solution-sub-page .solution-pick .solution-pick__nav.product-detail-other__nav {
        display: inline-flex;
        width: 36px;
        height: 36px
    }
}

@media (max-width: 768px) and (min-width: 520px) {
    .solution-products--page05 .solution-products__grid:has(.solution-product-card:nth-child(2):last-child) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%
    }
}

@media (max-width: 600px) {
    .solution-highlights--page05 .solution-highlights__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .solution-highlights--page05 .solution-highlights__item img {
        border-radius: 10px;
        box-shadow: 0 4px 16px rgba(15, 23, 42, .05)
    }
}

@media (max-width: 480px) {
    .solution-hub__anchor {
        min-width: clamp(118px, 46vw, 168px);
        max-width: 68vw;
        font-size: 13px;
        padding: 8px 12px 8px 10px
    }

    .solution-hub__main {
        padding: 18px 14px 10px
    }

    .solution-hub__pane-media {
        max-height: min(50vw, 200px)
    }

    .solution-hub__scenarios {
        margin: 0 14px 14px;
        padding: 16px 14px
    }

    .solution-hub__scenario-list:has(.solution-hub__scenario-item:nth-child(2):last-child) {
        max-width: 240px
    }

    .solution-highlights__grid,
    .solution-highlights--page05 .solution-highlights__grid,
    .solution-cases__grid {
        grid-template-columns: 1fr
    }

    .solution-cases--study .solution-cases__more {
        width: min(100%, 320px);
        min-width: 0;
        height: 44px;
        padding: 0 28px;
        font-size: 13px
    }
}