/* Store Inner Layer */
/* Generated from the legacy store-home.css during the first engineering split. */

.case-list-page {
    background:
    radial-gradient(circle at top left, rgba(205, 161, 106, 0.12), transparent 24%),
    linear-gradient(180deg, #faf6ef 0%, #fffdfa 20%, #f3ece2 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: linear-gradient(180deg, #fffdfa 0%, #f7efe4 100%);
    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: linear-gradient(180deg, #fffdfa 0%, #f8f1e7 100%);
    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: #84653f;
    background: rgba(205, 161, 106, 0.14);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.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, #fffdfa 0%, #f8f1e7 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: rgba(205, 161, 106, 0.14);
    color: #84653f;
    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: linear-gradient(135deg, #9e2330 0%, #cda16a 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}


.knowledge-page {
    background:
    radial-gradient(circle at top right, rgba(205, 161, 106, 0.12), transparent 28%),
    linear-gradient(180deg, #faf6ef 0%, #fffdfa 18%, #f5ede2 100%);
}

.knowledge-page .g-boxl1 {
    padding-bottom: 56px;
}

.knowledge-page .m-details {
    background: transparent;
}

.knowledge-page .m-details .wp {
    background: linear-gradient(180deg, #fffdfa 0%, #f8f1e7 100%);
    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: 28px;
    padding: 34px 38px 32px;
    background: linear-gradient(180deg, #fffdfa 0%, #f7efe3 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.faq-hub-panel::before,
.faq-hub-panel::after {
    content: none;
}

.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: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.faq-hub-tag {
    margin-bottom: 16px;
    color: #84653f;
    background: rgba(205, 161, 106, 0.12);
}

.faq-hub-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.28;
}

.faq-hub-desc {
    position: relative;
    z-index: 1;
    max-width: 760px;
    color: #475569;
    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(15, 76, 129, 0.08);
    color: #0f172a;
    font-size: 14px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.faq-hub-nav a:hover {
    background: rgba(15, 76, 129, 0.14);
    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(180deg, #fffdfa 0%, #f7efe3 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.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;
}

.case-list-page .case-module-card-empty {
    justify-content: center;
    min-height: 220px;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.case-list-page .case-module-card-empty .txt {
    padding: 30px 28px;
}

.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: 32px 34px;
    border-radius: 26px;
    background: linear-gradient(180deg, #fffdfa 0%, #f7efe4 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.05);
    color: #0f172a;
}

.path-page-tag {
    display: none;
}

.path-page-panel h1,
.path-page-panel h2 {
    margin: 16px 0 14px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.28;
}

.path-page-panel p {
    max-width: 860px;
    color: #475569;
    font-size: 16px;
    line-height: 1.82;
}

.product-path-page .g-boxl1,
.service-path-page .main,
.commercial-path-page .main {
    padding-bottom: 56px;
}

.product-path-page .g-boxl1 {
    padding-top: 28px;
}

.product-path-page .g-boxl1 .wp {
    max-width: 1244px;
}

.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: 144px;
    padding: 20px 20px 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    color: #0f172a;
    text-decoration: none;
}

.path-action-card strong,
.route-card strong,
.service-route-card strong {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
}

.path-action-card span,
.route-card span,
.service-route-card span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.78;
}

.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: 28px;
    background: linear-gradient(180deg, #fffdfa 0%, #f8f1e7 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.05);
}

.product-path-page .product-scene-section .tit,
.commercial-path-page .commercial-scene-section .g-titl2 {
    color: #0f172a;
}

.product-path-page .product-scene-section {
    padding: 0;
    border-bottom: none;
}

.product-path-page .product-scene-section .kitchenl {
    margin: 0;
    padding-left: 0;
    border-left: none;
}

.product-path-page .product-scene-section .tit {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.28;
    text-align: left;
}

.product-path-page .product-scene-section .item {
    margin-bottom: 0;
    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;
    margin: 0;
}

.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;
}


.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;

