html {
    scroll-behavior: smooth;
}

body.store-home-template {
    background: #fff;
}

.banner .item {
    position: relative;
}

.home-page .banner .item::before {
    display: none;
}

.home-page .banner {
    position: relative;
}

.home-page .banner .item {
    overflow: hidden;
}

.home-page .banner .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 3;
    pointer-events: none;
}

.home-page .banner .txt .wp {
    display: flex;
    align-items: center;
}

.home-page .banner .txt .title,
.home-page .banner .txt .desc {
    pointer-events: auto;
}

.home-page .banner .txt .title {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    margin-right: 14px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #87111c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(12px);
}

.home-page .banner .txt .desc {
    max-width: 760px;
}

.home-page .banner .txt .desc p {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    margin: 0;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.84);
    color: #ffffff;
    font-size: 18px;
    line-height: 1.45;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(12px);
}

.home-page .banner .slick-dots {
    bottom: 118px;
}

.banner .store-hero-text {
    position: relative;
    z-index: 2;
    padding-top: 210px;
    padding-bottom: 120px;
}

.store-hero-box {
    max-width: 720px;
    color: #fff;
}

.store-hero-box.second {
    max-width: 680px;
}

.store-tag {
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 0.28em;
    color: #d8bb93;
}

.store-hero-box h1,
.store-hero-box h2 {
    margin-bottom: 18px;
    font-size: 58px;
    line-height: 1.08;
    color: #fff;
}

.store-desc {
    max-width: 650px;
    font-size: 20px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.84);
}

.store-actions {
    margin-top: 34px;
}

.store-actions .btn {
    margin-right: 14px;
}

.store-actions .btn2 {
    background: rgba(255, 255, 255, 0.12);
}

.store-right-link {
    display: block;
}

@media screen and (max-width: 1200px) {
    .home-page .banner .txt {
        bottom: 28px;
    }

    .home-page .banner .txt .title {
        font-size: 20px;
        min-height: 48px;
        padding: 0 18px;
    }

    .home-page .banner .txt .desc p {
        min-height: 48px;
        padding: 0 18px;
        font-size: 16px;
    }

    .home-page .banner .slick-dots {
        bottom: 102px;
    }
}

@media screen and (max-width: 768px) {
    .home-page .banner .txt {
        bottom: 22px;
    }

    .home-page .banner .txt .wp {
        display: block;
    }

    .home-page .banner .txt .title {
        display: inline-flex;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
        min-height: 42px;
        padding: 0 16px;
    }

    .home-page .banner .txt .desc {
        max-width: none;
    }

    .home-page .banner .txt .desc p {
        display: inline-flex;
        min-height: 42px;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 1.6;
        border-radius: 20px;
    }

    .home-page .banner .slick-dots {
        bottom: 110px;
    }
}

.home-page .home-section-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.home-page .home-section-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0f4c81;
    background: #dcedff;
}

.home-page .home-section-intro {
    max-width: 760px;
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
}

.home-page .home-product-section {
    padding: 40px 0 22px;
}

.home-page .home-product-section .wp {
    padding: 38px 40px 42px;
    border-radius: 30px;
    background:
        radial-gradient(circle at right top, rgba(226, 169, 75, 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.06);
}

.home-page .home-product-section .g-titl2 {
    text-align: left;
}

.home-page .home-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.home-page .home-product-grid li {
    width: auto;
    float: none;
    padding: 0;
}

.home-page .home-product-grid .con {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: 320px;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.home-page .home-product-grid .pic,
.home-page .home-product-grid .pic.pic-m {
    position: relative;
    width: auto;
    min-height: 320px;
    margin-right: 0;
    overflow: hidden;
    display: block;
}

.home-page .home-product-grid .pic.pic-m {
    display: none;
}

.home-page .home-product-grid .pic::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.12));
}

.home-page .home-product-grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-page .home-product-grid .txt {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    padding: 30px 30px 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.home-page .home-product-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 10px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: #eff6fb;
    color: #0f4c81;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-page .home-product-grid .txt .tit {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.32;
}

.home-page .home-product-grid .txt .desc {
    margin-bottom: 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.9;
}

.home-page .home-product-grid .txt .abtn {
    text-align: left;
}

.home-page .home-product-grid .txt .btn {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.home-page .home-product-grid .txt .btn i {
    margin-left: 8px;
}

.home-page .home-faq-section {
    padding-top: 54px;
    padding-bottom: 40px;
    border-bottom: none;
}

.home-page .home-faq-section .wp {
    padding: 38px 40px 42px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.06);
}

.home-page .home-faq-section .g-titl2 {
    text-align: left;
}

.home-page .home-faq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.home-page .home-faq-grid li {
    width: auto;
    float: none;
    padding: 0;
}

.home-page .home-faq-grid .con {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.home-page .home-faq-grid .con .pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    padding: 24px;
    background: linear-gradient(135deg, #edf4fa 0%, #d8e7f3 100%);
}

.home-page .home-faq-grid .con .pic img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-page .home-faq-grid .con .txt {
    position: static;
    width: auto;
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-page .home-faq-grid .con .tit {
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.42;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.home-page .home-faq-grid .con .desc {
    margin-bottom: 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.85;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.home-page .home-faq-grid .con .abtn {
    margin-top: auto;
    text-align: left;
}

.home-page .home-faq-grid .con .btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.home-page .home-faq-grid .con .btn i {
    margin-left: 8px;
}

.home-page .home-case-section {
    padding: 28px 0 36px;
    border-bottom: none;
}

.home-page .home-case-section .wp {
    padding: 40px 42px 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, #0f172a 0%, #13253e 100%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.2);
}

.home-page .home-case-section .home-section-head-light .home-section-tag {
    color: #d7ecff;
    background: rgba(255, 255, 255, 0.1);
}

.home-page .home-case-section .g-titl2,
.home-page .home-case-section .home-section-intro {
    color: #ffffff;
}

.home-page .home-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-page .home-case-grid li {
    margin: 0;
}

.home-page .home-case-grid .con {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
}

.home-page .home-case-grid .pic {
    width: auto;
    margin-right: 0;
    height: 240px;
}

.home-page .home-case-grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-page .home-case-grid .txt {
    padding: 24px 24px 26px;
}

.home-page .home-case-grid h3 {
    color: #f8fafc;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.home-page .home-case-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #dceefd;
    font-size: 12px;
    margin-bottom: 14px;
}

.home-page .home-case-grid .desc {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.85;
}

.home-page .home-case-section .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 48px;
    margin-top: 24px;
    border-radius: 999px;
    border: none;
    background: #e2a94b;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.home-page .home-case-section .more i {
    margin-left: 8px;
}

.case-list-page {
    background:
        radial-gradient(circle at top left, rgba(226, 169, 75, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 20%, #f5f8fb 100%);
}

.case-list-page .case-tab-panel {
    padding-top: 46px;
}

.case-list-page .case-tab-panel .ul-tabulationl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.case-list-page .case-tab-panel .ul-tabulationl li {
    float: none;
    width: auto;
    margin: 0;
}

.case-list-page .case-tab-panel .ul-tabulationl .con {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.case-list-page .case-list-section {
    padding-top: 28px;
}

.case-list-page .case-list-section .wp {
    padding: 40px 42px 42px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.case-list-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.case-list-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    color: #0f4c81;
    background: #dcedff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.case-list-head .g-titl2 {
    text-align: left;
    color: #0f172a;
}

.case-list-intro {
    max-width: 760px;
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
}

.case-list-page .case-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.case-list-page .case-list-grid li {
    margin: 0;
}

.case-list-page .case-list-grid .con {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.case-list-page .case-list-grid .pic {
    width: auto;
    margin-right: 0;
    height: 260px;
}

.case-list-page .case-list-grid .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-list-page .case-list-grid .txt {
    padding: 24px 24px 26px;
}

.case-list-page .case-list-grid h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #0f172a;
}

.case-list-page .case-list-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eff6fb;
    color: #0f4c81;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.case-list-page .case-list-grid .desc {
    color: #475569;
    font-size: 15px;
    line-height: 1.9;
}

.case-list-page .case-list-section .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 48px;
    margin-top: 28px;
    border-radius: 999px;
    border: none;
    background: #0f4c81;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.case-detail-page {
    background:
        radial-gradient(circle at top right, rgba(226, 169, 75, 0.09), transparent 26%),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 16%, #f6f9fc 100%);
}

.case-detail-page .g-boxl1 {
    padding-bottom: 56px;
}

.case-detail-page .m-details {
    background: transparent;
}

.case-detail-page .m-details .wp {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 30px;
    padding: 42px 48px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.case-detail-page .m-details .title {
    color: #0f172a;
    margin-bottom: 18px;
}

.case-detail-page .m-details .text {
    color: #475569;
    font-size: 16px;
    line-height: 1.95;
}

.case-detail-page .case-related-section {
    padding-top: 30px;
    border-bottom: none;
}

.case-detail-page .case-related-section .wp {
    padding: 38px 40px 42px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.05);
}

.case-detail-page .case-related-section .g-titl2 {
    text-align: left;
}

.case-detail-page .case-related-section .ul-listl4 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.case-detail-page .case-related-section .ul-listl4 li {
    width: auto;
    float: none;
    padding: 0;
}

.case-detail-page .case-related-section .ul-listl4 .con {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.case-detail-page .case-related-section .ul-listl4 .pic {
    position: relative;
    height: 220px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(135deg, #edf4fa 0%, #dbe8f3 100%);
}

.case-detail-page .case-related-section .ul-listl4 .pic img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case-detail-page .case-related-section .ul-listl4 .txt {
    position: static;
    width: auto;
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.case-detail-page .case-related-section .ul-listl4 .tit {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.4;
    color: #0f172a;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.case-detail-page .case-related-section .ul-listl4 .desc {
    margin-bottom: 16px;
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.case-detail-page .case-related-section .ul-listl4 .abtn {
    margin-top: auto;
    text-align: left;
}

.case-detail-page .case-related-section .ul-listl4 .btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.case-detail-page .case-related-section .ul-listl4 .btn i {
    margin-left: 8px;
}

@media screen and (max-width: 1200px) {
    .home-page .home-product-grid {
        grid-template-columns: 1fr;
    }

    .home-page .home-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .home-case-grid,
    .case-detail-page .case-related-section .ul-listl4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .case-list-page .case-tab-panel .ul-tabulationl,
    .case-list-page .case-list-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .home-page .home-product-section .wp,
    .home-page .home-faq-section .wp,
    .home-page .home-case-section .wp,
    .case-list-page .case-list-section .wp,
    .case-detail-page .m-details .wp,
    .case-detail-page .case-related-section .wp {
        padding: 28px 22px 30px;
        border-radius: 22px;
    }

    .home-page .home-product-grid .con {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .home-page .home-product-grid .pic {
        min-height: 220px;
    }

    .home-page .home-product-grid .txt {
        padding: 24px 22px 26px;
    }

    .home-page .home-product-grid .txt .tit {
        font-size: 24px;
    }

    .home-page .home-faq-grid,
    .home-page .home-case-grid,
    .case-detail-page .case-related-section .ul-listl4 {
        grid-template-columns: 1fr;
    }

    .home-page .home-faq-grid .con .pic,
    .home-page .home-case-grid .pic,
    .case-list-page .case-list-grid .pic,
    .case-detail-page .case-related-section .ul-listl4 .pic {
        height: 220px;
    }

    .home-page .home-faq-grid .con .tit,
    .home-page .home-case-grid h3,
    .case-list-page .case-list-grid h3,
    .case-detail-page .case-related-section .ul-listl4 .tit {
        font-size: 22px;
    }
}

.knowledge-page {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(180deg, #f7fafc 0%, #ffffff 18%, #f8fbfd 100%);
}

.knowledge-page .g-boxl1 {
    padding-bottom: 56px;
}

.knowledge-page .m-details {
    background: transparent;
}

.knowledge-page .m-details .wp {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 28px;
    padding: 42px 48px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.knowledge-page .m-details .title {
    margin-bottom: 18px;
    color: #0f172a;
}

.knowledge-page .m-details .text {
    color: #475569;
    font-size: 16px;
    line-height: 1.95;
}

.faq-hub {
    padding: 10px 0 18px;
}

.faq-hub-panel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 36px 42px 34px;
    background:
        linear-gradient(135deg, rgba(8, 47, 73, 0.97) 0%, rgba(12, 74, 110, 0.95) 58%, rgba(14, 116, 144, 0.92) 100%);
    box-shadow: 0 28px 70px rgba(8, 47, 73, 0.26);
}

.faq-hub-panel::before,
.faq-hub-panel::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.faq-hub-panel::before {
    width: 220px;
    height: 220px;
    right: -40px;
    top: -80px;
    background: rgba(255, 255, 255, 0.08);
}

.faq-hub-panel::after {
    width: 320px;
    height: 320px;
    left: -140px;
    bottom: -220px;
    background: rgba(255, 255, 255, 0.06);
}

.faq-hub-tag,
.faq-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.faq-hub-tag {
    margin-bottom: 16px;
    color: #d6ecff;
    background: rgba(255, 255, 255, 0.12);
}

.faq-hub-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.28;
}

.faq-hub-desc {
    position: relative;
    z-index: 1;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.9;
}

.faq-hub-nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.faq-hub-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.faq-hub-nav a:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.knowledge-page .faq-section {
    border-bottom: none;
    padding-top: 34px;
    padding-bottom: 24px;
}

.knowledge-page .faq-section .wp {
    border-radius: 30px;
    padding: 36px 38px 40px;
}

.knowledge-page .faq-section-light .wp {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.05);
}

.knowledge-page .faq-section-muted .wp {
    background: linear-gradient(180deg, #f7fafc 0%, #eff6fb 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.knowledge-page .faq-section-dark .wp {
    background: linear-gradient(135deg, #0f172a 0%, #16263f 100%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.faq-section-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.faq-section-tag {
    width: fit-content;
    color: #0f4c81;
    background: #dcedff;
}

.faq-section-dark .faq-section-tag {
    color: #d7ecff;
    background: rgba(255, 255, 255, 0.1);
}

.knowledge-page .faq-section .g-titl2 {
    text-align: left;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.24;
}

.faq-section-dark .g-titl2,
.faq-section-dark .faq-section-intro {
    color: #ffffff;
}

.faq-section-intro {
    max-width: 760px;
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
}

.knowledge-page .faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.knowledge-page .faq-grid li {
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
}

.knowledge-page .faq-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.knowledge-page .faq-grid .con {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.knowledge-page .faq-grid-dark .con {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    backdrop-filter: blur(4px);
}

.knowledge-page .faq-grid .con .pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    padding: 28px;
    background: linear-gradient(135deg, #eff5fb 0%, #dce8f4 100%);
}

.knowledge-page .faq-grid-dark .con .pic {
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.14) 0%, rgba(14, 116, 144, 0.18) 100%);
}

.knowledge-page .faq-grid .faq-card-photo .con .pic {
    padding: 0;
    background: #0f172a;
}

.knowledge-page .faq-grid .faq-card-photo .con .pic img {
    object-fit: cover;
}

.knowledge-page .faq-grid .con .pic img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.knowledge-page .faq-grid .con .txt {
    position: static;
    width: auto;
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    color: #0f172a;
}

.knowledge-page .faq-grid .con .tit {
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.knowledge-page .faq-grid-dark .con .tit {
    color: #f8fafc;
}

.knowledge-page .faq-grid .con .desc {
    margin-bottom: 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.knowledge-page .faq-grid-dark .con .desc {
    color: rgba(255, 255, 255, 0.78);
}

.knowledge-page .faq-grid .con .abtn {
    margin-top: auto;
    text-align: left;
}

.knowledge-page .faq-grid .con .btn {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.knowledge-page .faq-grid .con .btn i {
    margin-left: 8px;
}

.knowledge-page .faq-grid-dark .con .btn {
    background: #e2a94b;
    color: #0f172a;
}

.knowledge-page .faq-detail-panel .wp {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.knowledge-page .faq-detail-panel .g-titl2 {
    text-align: left;
    margin-bottom: 18px;
}

.knowledge-page .faq-detail-copy {
    max-width: 920px;
}

@media screen and (max-width: 1200px) {
    .knowledge-page .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .knowledge-page .faq-grid-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .knowledge-page .m-details .wp,
    .knowledge-page .faq-section .wp,
    .faq-hub-panel {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .faq-hub-title,
    .knowledge-page .faq-section .g-titl2 {
        font-size: 28px;
    }

    .knowledge-page .faq-grid,
    .knowledge-page .faq-grid-compact {
        grid-template-columns: 1fr;
    }

    .knowledge-page .faq-grid .con .pic {
        height: 220px;
    }

    .knowledge-page .faq-grid .con .txt {
        padding: 22px 20px 24px;
    }

    .knowledge-page .faq-grid .con .tit {
        font-size: 21px;
    }
}

.home-page .home-case-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.knowledge-page .faq-directory-panel .wp {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.knowledge-page .faq-directory-intro {
    max-width: 860px;
    margin-bottom: 22px;
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
}

.knowledge-page .faq-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.knowledge-page .faq-directory-card {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    color: #0f172a;
    text-decoration: none;
}

.knowledge-page .faq-directory-card strong {
    margin-bottom: 10px;
    color: #0f4c81;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.knowledge-page .faq-directory-card span {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.42;
    font-weight: 700;
}

.knowledge-page .faq-directory-card em {
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
    font-style: normal;
}

.case-list-page .case-module-list {
    display: grid;
    gap: 24px;
}

.case-list-page .case-module-block {
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.06);
}

.case-list-page .case-module-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.case-list-page .case-module-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #dcedff;
    color: #0f4c81;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.case-list-page .case-module-head h3 {
    color: #0f172a;
    font-size: 32px;
    line-height: 1.28;
}

.case-list-page .case-module-head p {
    max-width: 760px;
    color: #475569;
    font-size: 15px;
    line-height: 1.9;
}

.case-list-page .case-module-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.case-list-page .case-module-grid-single {
    grid-template-columns: minmax(0, 1fr);
}

.case-list-page .case-module-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    text-decoration: none;
}

.case-list-page .case-module-card .pic {
    height: 240px;
}

.case-list-page .case-module-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-list-page .case-module-card .txt {
    padding: 22px 22px 24px;
}

.case-list-page .case-module-card .txt h4 {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.42;
}

.case-list-page .case-module-card .txt p {
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
}

.product-path-page,
.commercial-path-page,
.service-path-page,
.article-detail-page {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(180deg, #f7fafc 0%, #ffffff 18%, #f5f8fb 100%);
}

.path-page-intro,
.commercial-route-strip,
.service-route-strip {
    padding-top: 28px;
}

.path-page-panel {
    padding: 34px 38px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a 0%, #15314f 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
    color: #ffffff;
}

.path-page-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #dbeafe;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.path-page-panel h1 {
    margin: 16px 0 14px;
    font-size: 42px;
    line-height: 1.22;
}

.path-page-panel p {
    max-width: 860px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.9;
}

.product-path-page .g-boxl1,
.service-path-page .main,
.commercial-path-page .main {
    padding-bottom: 56px;
}

.path-entry-actions,
.commercial-route-grid,
.service-route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.commercial-route-grid,
.service-route-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.path-action-card,
.route-card,
.service-route-card {
    display: flex;
    flex-direction: column;
    min-height: 156px;
    padding: 20px 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    color: #0f172a;
    text-decoration: none;
}

.path-action-card strong,
.route-card strong,
.service-route-card strong {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.4;
}

.path-action-card span,
.route-card span,
.service-route-card span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.85;
}

.service-case-entry {
    display: flex;
    gap: 14px;
    margin-top: 22px;
}

.service-case-entry .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.service-case-entry .btn i {
    margin-left: 8px;
}

.service-case-entry .btn-light {
    background: #e2a94b;
    color: #0f172a;
}

.product-path-page .product-scene-section .wp,
.commercial-path-page .commercial-scene-section .wp,
.commercial-path-page .commercial-quick-entry .wp {
    padding: 40px 42px 42px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.product-path-page .product-scene-section .tit,
.commercial-path-page .commercial-scene-section .g-titl2 {
    color: #0f172a;
}

.product-path-page .product-scene-section .item {
    padding: 28px 0 0;
}

.product-path-page .product-scene-section .stit {
    margin-bottom: 18px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.3;
}

.product-path-page .product-scene-section .ul-imgtxtq2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.product-path-page .product-scene-section .ul-imgtxtq2 li {
    float: none;
    width: auto;
    margin: 0;
}

.product-path-page .product-scene-section .ul-imgtxtq2 .con,
.commercial-path-page .commercial-scene-section .ul-listl4 .con,
.commercial-path-page .commercial-quick-entry .ul-listl3 .con {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.product-path-page .product-scene-section .ul-imgtxtq2 .pic {
    width: auto;
    height: 220px;
    margin-right: 0;
    padding: 24px;
    background: linear-gradient(135deg, #edf4fa 0%, #dbe8f3 100%);
}

.product-path-page .product-scene-section .ul-imgtxtq2 .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-path-page .product-scene-section .ul-imgtxtq2 .txt,
.commercial-path-page .commercial-scene-section .ul-listl4 .txt,
.commercial-path-page .commercial-quick-entry .ul-listl3 .txt {
    position: static;
    width: auto;
    padding: 22px 22px 24px;
}

.product-path-page .product-scene-section .ul-imgtxtq2 h3,
.commercial-path-page .commercial-scene-section .tit,
.commercial-path-page .commercial-quick-entry .tit {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.product-path-page .product-scene-section .ul-imgtxtq2 span,
.commercial-path-page .commercial-scene-section .desc,
.commercial-path-page .commercial-quick-entry .btn {
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
}

.commercial-path-page .commercial-scene-section {
    padding-top: 28px;
}

.commercial-path-page .commercial-scene-section .ul-listl4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.commercial-path-page .commercial-scene-section .ul-listl4 li,
.commercial-path-page .commercial-quick-entry .ul-listl3 li {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
}

.commercial-path-page .commercial-scene-section .ul-listl4 .pic {
    width: auto;
    height: 240px;
    margin-right: 0;
}

.commercial-path-page .commercial-scene-section .ul-listl4 .pic img,
.commercial-path-page .commercial-quick-entry .icon img {
    display: block;
}

.commercial-path-page .commercial-scene-section .ul-listl4 .pic.ls img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commercial-path-page .commercial-scene-section .abtn,
.commercial-path-page .commercial-quick-entry .txt {
    text-align: left;
}

.commercial-path-page .commercial-scene-section .btn,
.commercial-path-page .commercial-quick-entry .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.commercial-path-page .commercial-quick-entry {
    padding-top: 28px;
}

.commercial-path-page .commercial-quick-entry .ul-listl3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.commercial-path-page .commercial-quick-entry .icon {
    width: 76px;
    height: 76px;
    margin: 0 0 18px;
    border-radius: 20px;
    background: #edf4fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commercial-path-page .commercial-quick-entry .txt .btn {
    margin-top: 12px;
}

.footer .bdsharebuttonbox {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer .bdsharebuttonbox > a {
    float: none;
}

.detail-mini-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.detail-mini-header .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 20px;
}

.detail-brand {
    display: inline-flex;
    align-items: center;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.detail-brand img {
    width: 116px;
    margin-right: 14px;
}

.detail-mini-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.detail-mini-nav a {
    color: #475569;
    font-size: 14px;
    text-decoration: none;
}

.article-hero {
    padding: 42px 0 28px;
}

.article-hero .wp,
.article-main .wp,
.article-bottom-cta .wp {
    max-width: 1240px;
}

.article-hero-panel,
.article-main-panel,
.article-bottom-cta {
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 72px rgba(15, 23, 42, 0.07);
}

.article-hero-panel {
    padding: 36px 38px;
}

.article-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 28px;
    align-items: center;
}

.article-breadcrumb {
    margin-bottom: 14px;
    color: #64748b;
    font-size: 13px;
}

.article-breadcrumb a {
    color: #0f4c81;
    text-decoration: none;
}

.article-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #dcedff;
    color: #0f4c81;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.article-title {
    margin: 18px 0 14px;
    color: #0f172a;
    font-size: 46px;
    line-height: 1.18;
}

.article-summary {
    color: #475569;
    font-size: 17px;
    line-height: 1.9;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eff6fb;
    color: #0f4c81;
    font-size: 13px;
}

.article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.article-actions a,
.article-side-card .btn,
.article-bottom-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.article-actions .btn-light,
.article-bottom-cta .btn-light {
    background: #e2a94b;
    color: #0f172a;
}

.article-hero-card {
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, #f3f8fc 0%, #dceaf4 100%);
    min-height: 360px;
}

.article-hero-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.article-hero-note {
    padding: 18px 20px 22px;
    color: #334155;
    font-size: 14px;
    line-height: 1.8;
}

.article-main {
    padding-bottom: 26px;
}

.article-main-panel {
    padding: 34px 38px 38px;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
}

.article-prose {
    color: #334155;
    font-size: 16px;
    line-height: 1.95;
}

.article-prose section + section {
    margin-top: 28px;
}

.article-prose h2 {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.3;
}

.article-prose p + p {
    margin-top: 14px;
}

.article-checklist {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.article-checklist li {
    position: relative;
    padding-left: 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
}

.article-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0f4c81;
}

.article-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.article-figure {
    overflow: hidden;
    border-radius: 22px;
    background: #f8fbfd;
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.article-figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.article-figure figcaption {
    padding: 14px 16px 16px;
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
}

.article-side {
    display: grid;
    gap: 16px;
}

.article-side-card {
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.article-side-card strong {
    display: block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.4;
}

.article-side-card p {
    margin-bottom: 14px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.85;
}

.article-bottom-cta {
    margin-bottom: 56px;
    padding: 28px 32px;
}

.article-bottom-cta h3 {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 28px;
}

.article-bottom-cta p {
    margin-bottom: 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
}

.detail-mini-footer {
    padding: 0 0 54px;
}

.detail-mini-footer .wp {
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.about-page,
.contact-page {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(180deg, #f7fafc 0%, #ffffff 18%, #f5f8fb 100%);
}

.about-page .g-boxl1,
.contact-page .g-boxl1 {
    padding-bottom: 56px;
}

.about-page .m-details,
.contact-page .m-details,
.about-page .m-servicel,
.contact-page .m-servicel {
    background: transparent;
    border-bottom: none;
}

.about-page .m-details .wp,
.contact-page .m-details .wp,
.about-page .about-entry-section .wp,
.contact-page .contact-entry-section .wp {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 30px;
    padding: 40px 42px 42px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.about-page .m-details .title,
.contact-page .m-details .title,
.about-page .g-titl2,
.contact-page .g-titl2 {
    color: #0f172a;
}

.about-page .m-details .text,
.contact-page .m-details .text {
    color: #475569;
    font-size: 16px;
    line-height: 1.95;
}

.about-facts-section,
.contact-facts-section {
    padding: 28px 0 0;
}

.about-facts-grid,
.contact-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-fact-card,
.contact-fact-card {
    min-height: 190px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.about-fact-card strong,
.contact-fact-card strong {
    display: block;
    margin-bottom: 10px;
    color: #0f4c81;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-fact-card span,
.contact-fact-card span {
    display: block;
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.about-fact-card p,
.contact-fact-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.85;
}

.contact-fact-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 16px;
    padding: 0 16px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.about-page .about-entry-section,
.contact-page .contact-entry-section {
    padding-top: 30px;
}

.about-page .about-entry-section .ul-listl4,
.contact-page .contact-entry-section .ul-listl4 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.about-page .about-entry-section .ul-listl4 li,
.contact-page .contact-entry-section .ul-listl4 li {
    width: auto;
    float: none;
    padding: 0;
}

.about-page .about-entry-section .con,
.contact-page .contact-entry-section .con {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.about-page .about-entry-section .pic,
.contact-page .contact-entry-section .pic {
    height: 220px;
    padding-top: 0;
}

.about-page .about-entry-section .pic img,
.contact-page .contact-entry-section .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-page .about-entry-section .txt,
.contact-page .contact-entry-section .txt {
    position: static;
    width: auto;
    padding: 22px 22px 24px;
}

.about-page .about-entry-section .tit,
.contact-page .contact-entry-section .tit {
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.about-page .about-entry-section .desc,
.contact-page .contact-entry-section .desc {
    margin-bottom: 16px;
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
    white-space: normal;
    overflow: visible;
    text-align: left;
}

.about-page .about-entry-section .abtn,
.contact-page .contact-entry-section .abtn {
    text-align: left;
}

.about-page .about-entry-section .btn,
.contact-page .contact-entry-section .btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .home-page .home-case-grid,
    .knowledge-page .faq-directory-grid,
    .case-list-page .case-module-grid,
    .commercial-route-grid,
    .service-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .path-entry-actions {
        grid-template-columns: 1fr;
    }

    .product-path-page .product-scene-section .ul-imgtxtq2,
    .commercial-path-page .commercial-scene-section .ul-listl4,
    .commercial-path-page .commercial-quick-entry .ul-listl3 {
        grid-template-columns: 1fr;
    }

    .article-hero-grid,
    .article-layout {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .knowledge-page .faq-directory-grid,
    .case-list-page .case-module-grid,
    .commercial-route-grid,
    .service-route-grid,
    .article-gallery,
    .service-case-entry {
        grid-template-columns: 1fr;
        display: grid;
    }

    .case-list-page .case-module-block,
    .path-page-panel,
    .article-hero-panel,
    .article-main-panel,
    .article-bottom-cta {
        padding: 24px 22px;
        border-radius: 22px;
    }

    .case-list-page .case-module-head h3,
    .path-page-panel h1,
    .article-title {
        font-size: 30px;
    }

    .case-list-page .case-module-card .pic,
    .article-hero-card img,
    .article-figure img {
        height: 220px;
    }

    .detail-mini-header .wp {
        min-height: 72px;
        flex-direction: column;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .detail-brand img {
        width: 92px;
    }

    .detail-mini-nav {
        justify-content: center;
    }

    .about-page .m-details .wp,
    .contact-page .m-details .wp,
    .about-page .about-entry-section .wp,
    .contact-page .contact-entry-section .wp {
        padding: 28px 22px 30px;
        border-radius: 22px;
    }

    .about-facts-grid,
    .contact-facts-grid,
    .about-page .about-entry-section .ul-listl4,
    .contact-page .contact-entry-section .ul-listl4 {
        grid-template-columns: 1fr;
    }

    .about-fact-card span,
    .contact-fact-card span,
    .about-page .about-entry-section .tit,
    .contact-page .contact-entry-section .tit {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    body.article-detail-page {
        padding-top: 0;
    }

    .detail-mini-header {
        top: 0;
    }

    .home-page .banner .txt {
        left: 0;
        right: 0;
        bottom: 18px;
    }

    .home-page .banner .txt .wp {
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-page .banner .txt .title,
    .home-page .banner .txt .desc p {
        max-width: 100%;
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
    }

    .home-page .home-section-head {
        margin-bottom: 22px;
        gap: 10px;
    }

    .home-page .home-section-intro,
    .case-list-intro,
    .faq-hub-desc,
    .path-page-panel .desc,
    .article-summary,
    .article-prose,
    .about-page .m-details .text,
    .contact-page .m-details .text {
        font-size: 14px;
        line-height: 1.8;
    }

    .home-page .home-product-grid .txt,
    .home-page .home-faq-grid .con .txt,
    .home-page .home-case-grid .txt,
    .case-list-page .case-list-grid .txt,
    .case-detail-page .case-related-section .ul-listl4 .txt,
    .about-page .about-entry-section .txt,
    .contact-page .contact-entry-section .txt {
        padding: 20px 18px 22px;
    }

    .home-page .home-product-grid .txt .tit,
    .home-page .home-faq-grid .con .tit,
    .home-page .home-case-grid h3,
    .case-list-page .case-list-grid h3,
    .case-detail-page .case-related-section .ul-listl4 .tit,
    .about-page .about-entry-section .tit,
    .contact-page .contact-entry-section .tit {
        font-size: 20px;
        line-height: 1.35;
    }

    .home-page .home-product-grid .txt .desc,
    .home-page .home-faq-grid .con .desc,
    .home-page .home-case-grid .desc,
    .case-list-page .case-list-grid .desc,
    .case-detail-page .case-related-section .ul-listl4 .desc,
    .about-page .about-entry-section .desc,
    .contact-page .contact-entry-section .desc,
    .about-fact-card p,
    .contact-fact-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .home-page .home-product-grid .txt .btn,
    .home-page .home-faq-grid .con .btn,
    .home-page .home-case-section .more,
    .case-list-page .case-list-section .more,
    .case-detail-page .case-related-section .ul-listl4 .btn,
    .about-page .about-entry-section .btn,
    .contact-page .contact-entry-section .btn,
    .contact-fact-card a,
    .article-actions a,
    .article-side-card .btn,
    .article-bottom-cta .btn,
    .article-bottom-cta .btn-light {
        width: 100%;
        justify-content: center;
    }

    .home-page .home-faq-grid .con .pic,
    .home-page .home-case-grid .pic,
    .case-list-page .case-list-grid .pic,
    .case-detail-page .case-related-section .ul-listl4 .pic,
    .about-page .about-entry-section .pic,
    .contact-page .contact-entry-section .pic,
    .article-hero-card img,
    .article-figure img {
        height: 200px;
    }

    .detail-mini-header .wp {
        min-height: 0;
        align-items: flex-start;
        gap: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .detail-brand {
        font-size: 15px;
    }

    .detail-brand img {
        width: 84px;
        margin-right: 10px;
    }

    .detail-mini-nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .detail-mini-nav::-webkit-scrollbar {
        display: none;
    }

    .detail-mini-nav a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 12px;
        border-radius: 999px;
        background: #eff6fb;
        color: #0f4c81;
    }

    .article-hero {
        padding: 18px 0 16px;
    }

    .article-hero-panel,
    .article-main-panel,
    .article-bottom-cta {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .article-title {
        font-size: 26px;
        line-height: 1.24;
    }

    .article-meta {
        gap: 8px;
    }

    .article-meta span {
        min-height: 30px;
        font-size: 12px;
    }

    .article-actions {
        gap: 10px;
    }

    .article-prose h2,
    .article-bottom-cta h3 {
        font-size: 22px;
        line-height: 1.35;
    }

    .article-checklist li,
    .article-figure figcaption,
    .article-side-card p,
    .detail-mini-footer .wp,
    .article-bottom-cta p {
        font-size: 13px;
        line-height: 1.75;
    }

    .article-side {
        gap: 14px;
    }

    .article-side-card {
        padding: 18px;
        border-radius: 18px;
    }

    .article-side-card strong {
        font-size: 18px;
    }

    .article-bottom-cta {
        margin-bottom: 28px;
    }

    .detail-mini-footer {
        padding: 0 0 18px;
    }

    .about-fact-card,
    .contact-fact-card {
        min-height: 0;
        padding: 20px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 479px) {
    .home-page .banner .txt .wp {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-page .home-product-section .wp,
    .home-page .home-faq-section .wp,
    .home-page .home-case-section .wp,
    .case-list-page .case-list-section .wp,
    .case-detail-page .m-details .wp,
    .case-detail-page .case-related-section .wp,
    .about-page .m-details .wp,
    .contact-page .m-details .wp,
    .about-page .about-entry-section .wp,
    .contact-page .contact-entry-section .wp,
    .article-hero-panel,
    .article-main-panel,
    .article-bottom-cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-page .home-section-tag,
    .faq-hub-tag,
    .faq-section-tag,
    .article-tag {
        letter-spacing: 0.1em;
    }

    .detail-brand {
        font-size: 14px;
    }

    .detail-brand img {
        width: 74px;
    }

    .article-title,
    .case-list-page .case-module-head h3,
    .path-page-panel h1 {
        font-size: 24px;
    }

    .article-prose h2,
    .article-bottom-cta h3,
    .about-fact-card span,
    .contact-fact-card span {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    body.store-home-template.home-page {
        overflow-x: hidden;
    }

    .home-page .banner,
    .home-page .banner .item {
        height: clamp(460px, 92vh, 620px);
        min-height: 460px;
    }

    .home-page .banner .item {
        background-position: 62% center;
    }

    .home-page .banner .item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.36) 100%);
        z-index: 1;
    }

    .home-page .banner .txt {
        bottom: 68px;
        z-index: 2;
    }

    .home-page .banner .txt .wp {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-page .banner .txt .title,
    .home-page .banner .txt .desc {
        width: 100%;
    }

    .home-page .banner .txt .title {
        max-width: 320px;
        min-height: 0;
        margin: 0;
        padding: 12px 16px;
        border-radius: 18px;
        font-size: 20px;
        line-height: 1.35;
        white-space: normal;
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
    }

    .home-page .banner .txt .desc {
        max-width: none;
    }

    .home-page .banner .txt .desc p {
        display: block;
        min-height: 0;
        margin: 0;
        padding: 12px 16px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 1.65;
    }

    .home-page .banner .slick-dots {
        bottom: 28px;
    }

    .home-page .main {
        position: relative;
        z-index: 2;
    }

    .home-page .home-product-section,
    .home-page .home-faq-section,
    .home-page .home-case-section {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .home-page .home-product-section .wp,
    .home-page .home-faq-section .wp,
    .home-page .home-case-section .wp {
        padding: 24px 18px 26px;
        border-radius: 20px;
    }

    .home-page .home-section-head {
        gap: 8px;
        margin-bottom: 18px;
    }

    .home-page .home-section-tag {
        min-height: 28px;
        padding: 0 12px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .home-page .home-section-intro {
        font-size: 14px;
        line-height: 1.75;
    }

    .home-page .home-product-grid,
    .home-page .home-faq-grid,
    .home-page .home-case-grid {
        gap: 16px;
    }

    .home-page .home-product-grid .con,
    .home-page .home-faq-grid .con,
    .home-page .home-case-grid .con {
        border-radius: 20px;
    }

    .home-page .home-product-grid .pic,
    .home-page .home-product-grid .pic.pic-m,
    .home-page .home-faq-grid .con .pic,
    .home-page .home-case-grid .pic {
        min-height: 180px;
        height: 180px;
    }

    .home-page .home-product-grid .txt,
    .home-page .home-faq-grid .con .txt,
    .home-page .home-case-grid .txt {
        padding: 18px 16px 20px;
    }

    .home-page .home-product-grid .txt .tit,
    .home-page .home-faq-grid .con .tit,
    .home-page .home-case-grid h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .home-page .home-product-grid .txt .desc,
    .home-page .home-faq-grid .con .desc,
    .home-page .home-case-grid .desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .home-page .home-product-grid .txt .btn,
    .home-page .home-faq-grid .con .btn,
    .home-page .home-case-section .more {
        width: 100%;
        justify-content: center;
        min-height: 42px;
    }

    .store-floating-home {
        left: auto;
        right: 14px;
        bottom: 14px;
        min-width: 0;
        height: 40px;
        padding: 0 14px;
        font-size: 13px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
    }
}

@media screen and (max-width: 479px) {
    .home-page .banner,
    .home-page .banner .item {
        height: clamp(420px, 88vh, 560px);
        min-height: 420px;
    }

    .home-page .banner .item {
        background-position: 66% center;
    }

    .home-page .banner .txt {
        bottom: 62px;
    }

    .home-page .banner .txt .title {
        max-width: 100%;
        font-size: 18px;
    }

    .home-page .banner .txt .desc p {
        font-size: 13px;
        line-height: 1.6;
    }

    .home-page .home-product-grid .pic,
    .home-page .home-product-grid .pic.pic-m,
    .home-page .home-faq-grid .con .pic,
    .home-page .home-case-grid .pic {
        height: 164px;
        min-height: 164px;
    }
}