﻿html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

/* 首页 APP 下载入口 */
.cbl-app-download-entry{padding:2.25rem 0 4.5rem;background:#f5f8fc}.cbl-app-download-layout{display:grid;grid-template-columns:4.75rem minmax(0,1fr) 13.125rem;gap:1.75rem;align-items:center;padding:2.125rem 2.5rem;border:1px solid #dce5ef;border-radius:1.125rem;background:linear-gradient(135deg,#fff 0%,#f4fbfb 100%);box-shadow:0 1.125rem 3rem rgba(7,27,57,.08)}.cbl-app-download-icon{width:4.25rem;height:4.25rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;color:#fff;background:linear-gradient(135deg,#16a394,#54c9b9);box-shadow:0 .75rem 1.5625rem rgba(22,163,148,.22);font-size:1.9375rem}.cbl-app-download-copy .cbl-kicker{margin-bottom:.5rem;color:#1769e0}.cbl-app-download-copy h2{margin:0 0 .625rem;color:#0d1f3c;font-size:1.8125rem;font-weight:850;line-height:1.3}.cbl-app-download-copy p{max-width:45.625rem;margin:0;color:#586981;font-size:.875rem;line-height:1.8}.cbl-app-download-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.125rem;margin-top:1.1875rem}.cbl-app-download-actions .cbl-btn{min-height:2.75rem;padding:0 1.25rem}.cbl-app-download-actions span{color:#6c7c91;font-size:.6875rem}.cbl-app-download-actions span i{margin-right:.375rem;color:#0b958b}.cbl-app-download-qr{display:flex;align-items:center;flex-direction:column;padding:.75rem;border:1px solid #e0e8f1;border-radius:.8125rem;color:#53647a!important;background:#fff}.cbl-app-download-qr img{width:9.875rem;height:9.875rem;display:block}.cbl-app-download-qr span{margin-top:.4375rem;font-size:.625rem}

body {
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

.page-container .fixed-header {
    background: transparent;
    box-shadow: none;
}

    .page-container .fixed-header .logo-text {
        color: #fff;
    }

    .page-container .fixed-header .header-container .nav .nav-links a {
        color: #fff !important;
    }

    .page-container .fixed-header .operation-btn .register {
        border-color: rgba(255, 255, 255, 0.48);
    }

        .page-container .fixed-header .operation-btn .register a {
            color: #fff;
        }

    .page-container .fixed-header.is-scrolled {
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 0.2rem 0.8rem rgba(15, 23, 42, 0.08);
        backdrop-filter: blur(14px);
    }

        .page-container .fixed-header.is-scrolled .logo-text,
        .page-container .fixed-header.is-scrolled .header-container .nav .nav-links a,
        .page-container .fixed-header.is-scrolled .operation-btn .register a,
        .page-container .fixed-header.is-scrolled .operation-btn .sysLanguage {
            color: #12316b !important;
        }

        .page-container .fixed-header.is-scrolled .operation-btn .register {
            border-color: #12316b;
        }

.cbl-home {
    --ink: #0b1736;
    --muted: #5b6680;
    --line: rgba(15, 23, 42, 0.12);
    --blue: #0b5bd3;
    --deep-blue: #082a66;
    --cyan: #0f9a9a;
    --orange: #f97316;
    --green: #14a34a;
    --soft: #f5f8fc;
    --soft-blue: #eef5ff;
    background: #fff;
    color: var(--ink);
    overflow: hidden;
}

    .cbl-home *,
    .cbl-home *::before,
    .cbl-home *::after {
        box-sizing: border-box;
        letter-spacing: 0;
    }

    .cbl-home img {
        display: block;
        max-width: 100%;
    }

    .cbl-home a {
        color: inherit;
        text-decoration: none !important;
    }

.cbl-shell {
    width: calc(100% - 2rem);
    max-width: 88rem;
    width: min(88rem, calc(100% - 2rem));
    margin: 0 auto;
}

.cbl-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.32rem 0.72rem;
    border: 1px solid rgba(11, 91, 211, 0.14);
    border-radius: 999px;
    background: rgba(11, 91, 211, 0.08);
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 800;
}

.cbl-hero {
    min-height: 45rem;
    padding: 8.2rem 0 5.5rem;
    background: radial-gradient(circle at 78% 24%, rgba(20, 163, 74, 0.22), transparent 22rem), radial-gradient(circle at 30% 84%, rgba(249, 115, 22, 0.18), transparent 18rem), linear-gradient(135deg, #071329 0%, #0b315d 52%, #0f5f6c 100%);
    color: #fff;
}

.cbl-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(34rem, 1.22fr);
    gap: 3.8rem;
    align-items: center;
}

.cbl-hero-copy h1 {
    max-width: 46rem;
    margin: 1.05rem 0 1.05rem;
    color: #fff;
    font-size: 3.45rem;
    line-height: 1.14;
    font-weight: 850;
}

.cbl-hero-copy p {
    max-width: 45rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
    line-height: 1.9;
}

.cbl-hero-actions,
.cbl-hero-tags,
.cbl-lead-actions,
.cbl-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.72rem;
}

.cbl-hero-actions {
    margin-top: 1.8rem;
}

.cbl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.75rem 1.18rem;
    border-radius: 8px;
    font-weight: 800;
    line-height: 1.35;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

    .cbl-btn:hover {
        transform: translateY(-2px);
    }

.cbl-btn-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 0.8rem 1.7rem rgba(249, 115, 22, 0.28);
}

.cbl-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.cbl-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #fff;
}

.cbl-hero-tags {
    margin-top: 1.35rem;
}

    .cbl-hero-tags span {
        display: inline-flex;
        align-items: center;
        min-height: 2.2rem;
        padding: 0.42rem 0.74rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.88rem;
        font-weight: 700;
    }

.cbl-hero-screen {
    position: relative;
    min-height: 31rem;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.cbl-screen-main {
    width: 100%;
    height: 28.6rem;
    border-radius: 8px;
    object-fit: cover;
    object-position: top left;
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.2);
}

.cbl-screen-float {
    position: absolute;
    width: 8.6rem;
    height: 18rem;
    border: 0.42rem solid #fff;
    border-radius: 1.25rem;
    object-fit: cover;
    object-position: top center;
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.cbl-screen-phone-a {
    right: 2rem;
    bottom: -2.2rem;
}

.cbl-screen-phone-b {
    right: 11.2rem;
    bottom: -1rem;
    transform: rotate(-4deg);
}

.cbl-carousel {
    position: relative;
}

.cbl-carousel-track {
    display: flex;
    transition: transform 0.56s ease;
    will-change: transform;
}

.cbl-carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.cbl-carousel-footer,
.cbl-product-carousel-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cbl-carousel-dots,
.cbl-carousel-navs {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.cbl-carousel-dot,
.cbl-carousel-nav {
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: transform 0.18s ease, opacity 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.cbl-carousel-dot {
    width: 0.72rem;
    height: 0.72rem;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

    .cbl-carousel-dot.is-active {
        background: #fff;
        transform: scale(1.12);
    }

.cbl-carousel-nav {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
}

    .cbl-carousel-nav:hover,
    .cbl-carousel-dot:hover {
        transform: translateY(-1px);
    }

.cbl-hero-carousel {
    overflow: hidden;
}

.cbl-hero-slide {
    padding-bottom: 0.8rem;
}

.cbl-hero-carousel-footer {
    margin-top: 1.8rem;
}

.cbl-hero-screen-gallery {
    overflow: hidden;
}

.cbl-hero-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
    grid-template-rows: repeat(2, minmax(0, 13.6rem));
    gap: 0.8rem;
    min-height: 28.6rem;
}

.cbl-hero-gallery-item {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.2);
}

    .cbl-hero-gallery-item.is-large {
        grid-row: 1 / span 2;
    }

.cbl-section {
    padding: 5.5rem 0;
}

.cbl-section-heading {
    max-width: 54rem;
    margin-bottom: 2rem;
}

    .cbl-section-heading h2,
    .cbl-scenario-copy h2,
    .cbl-warehouse h2,
    .cbl-why-copy h2,
    .cbl-faq h2,
    .cbl-lead-copy h2 {
        margin: 0 0 0.8rem;
        color: var(--ink);
        font-size: 2.35rem;
        line-height: 1.25;
        font-weight: 850;
    }

    .cbl-section-heading p,
    .cbl-scenario-copy p,
    .cbl-warehouse p,
    .cbl-why-copy p,
    .cbl-faq p,
    .cbl-lead-copy p {
        margin: 0;
        color: var(--muted);
        font-size: 1rem;
        line-height: 1.85;
    }

.cbl-services {
    background: #fff;
}

.cbl-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.cbl-service-card {
    display: grid;
    min-height: 15rem;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.8rem 1.8rem rgba(15, 23, 42, 0.055);
}

    .cbl-service-card i {
        display: inline-flex;
        width: 2.8rem;
        height: 2.8rem;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: var(--soft-blue);
        color: var(--blue);
    }

    .cbl-service-card:nth-child(2n) i {
        background: #e9fbf8;
        color: var(--cyan);
    }

    .cbl-service-card h3,
    .cbl-product-copy h3,
    .cbl-why-grid h3,
    .cbl-case-grid h3 {
        margin: 1rem 0 0.55rem;
        color: var(--ink);
        font-size: 1.22rem;
        line-height: 1.42;
        font-weight: 800;
    }

    .cbl-service-card p,
    .cbl-product-copy p,
    .cbl-why-grid p,
    .cbl-case-grid p {
        margin: 0;
        color: var(--muted);
        font-size: 0.96rem;
        line-height: 1.78;
    }

    .cbl-service-card span {
        align-self: end;
        margin-top: 1rem;
        color: var(--blue);
        font-weight: 800;
    }

.cbl-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 2.55rem;
    margin-top: 1.15rem;
    padding: 0.62rem 1rem;
    border-radius: 8px;
    background: var(--blue);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 0.65rem 1.35rem rgba(11, 91, 211, 0.2);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

    .cbl-text-link:hover {
        transform: translateY(-2px);
        background: #084bb3;
        color: #fff;
        box-shadow: 0 0.8rem 1.55rem rgba(11, 91, 211, 0.26);
    }

.cbl-product-showcase {
    background: var(--soft);
}

.cbl-product-row {
    display: grid;
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
    gap: 2.5rem;
    align-items: center;
    padding: 2rem 0;
}

    .cbl-product-row + .cbl-product-row {
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .cbl-product-row.is-reverse {
        grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
    }

        .cbl-product-row.is-reverse .cbl-product-copy {
            order: 2;
        }

        .cbl-product-row.is-reverse .cbl-product-visual {
            order: 1;
        }

.cbl-product-copy h3 {
    margin-top: 1rem;
    font-size: 2rem;
}

.cbl-product-tags {
    margin-top: 1.1rem;
}

    .cbl-product-tags span {
        padding: 0.46rem 0.68rem;
        border-radius: 999px;
        background: #fff;
        color: #294260;
        font-size: 0.88rem;
        font-weight: 800;
        box-shadow: 0 0.3rem 0.8rem rgba(15, 23, 42, 0.06);
    }

.cbl-product-visual {
    position: relative;
    min-height: 26rem;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1.1rem 2.4rem rgba(15, 23, 42, 0.08);
}

.cbl-product-pc {
    width: 100%;
    height: 24rem;
    border-radius: 8px;
    object-fit: cover;
    object-position: top left;
}

.cbl-product-phone {
    position: absolute;
    right: 1.65rem;
    bottom: -1.2rem;
    width: 8.2rem;
    height: 17rem;
    border: 0.4rem solid #fff;
    border-radius: 1.2rem;
    object-fit: cover;
    object-position: top center;
    background: #fff;
    box-shadow: 0 0.9rem 2rem rgba(15, 23, 42, 0.2);
}

.cbl-product-visual-carousel {
    overflow: hidden;
}

.cbl-product-carousel {
    overflow: hidden;
    border-radius: 8px;
}

.cbl-product-carousel-slide {
    position: relative;
}

.cbl-product-carousel-image {
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
}

.cbl-product-carousel-ui {
    position: absolute;
    left: 1.25rem;
    bottom: 1.15rem;
    z-index: 2;
    width: fit-content;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.26);
    backdrop-filter: blur(12px);
}

    .cbl-product-carousel-ui .cbl-carousel-dot {
        background: rgba(255, 255, 255, 0.46);
    }

        .cbl-product-carousel-ui .cbl-carousel-dot.is-active {
            background: #fff;
        }

    .cbl-product-carousel-ui .cbl-carousel-nav {
        background: rgba(15, 23, 42, 0.46);
    }

.cbl-product-visual-carousel .cbl-product-phone {
    z-index: 3;
}

.cbl-scenarios {
    background: #fff;
}

.cbl-scenario-layout {
    display: grid;
    grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
    gap: 3rem;
    align-items: center;
}

.cbl-scenario-copy h2,
.cbl-warehouse h2,
.cbl-why-copy h2,
.cbl-faq h2,
.cbl-lead-copy h2 {
    margin-top: 1rem;
}

.cbl-scenario-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.5rem;
}

    .cbl-scenario-mini-grid div {
        min-height: 7rem;
        padding: 1rem;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--soft);
    }

    .cbl-scenario-mini-grid strong,
    .cbl-scenario-mini-grid span {
        display: block;
    }

    .cbl-scenario-mini-grid strong {
        color: var(--ink);
        font-size: 1.02rem;
    }

    .cbl-scenario-mini-grid span {
        margin-top: 0.45rem;
        color: var(--muted);
        line-height: 1.65;
    }

.cbl-scenario-visual {
    position: relative;
    min-height: 29rem;
    padding: 1rem 9rem 1rem 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(11, 91, 211, 0.08), rgba(20, 163, 74, 0.08)), #eef4fb;
}

    .cbl-scenario-visual img:first-child {
        width: 100%;
        height: 27rem;
        border-radius: 8px;
        object-fit: cover;
        object-position: top left;
        box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.11);
    }

    .cbl-scenario-visual img:last-child {
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem;
        width: 8.4rem;
        height: 18rem;
        border: 0.42rem solid #fff;
        border-radius: 1.25rem;
        object-fit: cover;
        object-position: top center;
        background: #fff;
        box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.18);
    }

.cbl-warehouse {
    background: linear-gradient(135deg, #082a66 0%, #0c5b72 64%, #2a5f3b 100%);
    color: #fff;
}

    .cbl-warehouse .cbl-kicker,
    .cbl-lead-section .cbl-kicker {
        border-color: rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.1);
        color: #d8fff7;
    }

    .cbl-warehouse h2,
    .cbl-warehouse p,
    .cbl-lead-copy h2,
    .cbl-lead-copy p {
        color: #fff;
    }

.cbl-warehouse-layout {
    display: grid;
    grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
    gap: 3rem;
    align-items: center;
}

.cbl-warehouse-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.5rem;
}

    .cbl-warehouse-stats div {
        min-height: 6rem;
        padding: 0.95rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
    }

    .cbl-warehouse-stats strong,
    .cbl-warehouse-stats span {
        display: block;
    }

    .cbl-warehouse-stats strong {
        color: #fff;
        font-size: 1.4rem;
    }

    .cbl-warehouse-stats span {
        margin-top: 0.35rem;
        color: rgba(255, 255, 255, 0.76);
        line-height: 1.55;
    }

.cbl-map-panel {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.cbl-map {
    position: relative;
    min-height: 28rem;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(34, 197, 94, 0.12));
    background-size: 2.5rem 2.5rem, 2.5rem 2.5rem, auto;
}

    .cbl-map::before {
        content: "";
        position: absolute;
        left: 14%;
        top: 10%;
        width: 72%;
        height: 76%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 48% 38% 44% 36%;
        transform: rotate(-7deg);
        background: rgba(255, 255, 255, 0.08);
    }

    .cbl-map .pin {
        position: absolute;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        min-height: 2rem;
        padding: 0.38rem 0.62rem;
        border-radius: 999px;
        background: #fff;
        color: #0f172a;
        font-size: 0.82rem;
        font-weight: 800;
        box-shadow: 0 0.55rem 1rem rgba(0, 0, 0, 0.18);
    }

        .cbl-map .pin::before {
            content: "";
            width: 0.45rem;
            height: 0.45rem;
            margin-right: 0.38rem;
            border-radius: 50%;
            background: var(--orange);
        }

        .cbl-map .pin:nth-child(1) {
            left: 70%;
            top: 56%;
        }

        .cbl-map .pin:nth-child(2) {
            left: 64%;
            top: 62%;
        }

        .cbl-map .pin:nth-child(3) {
            left: 57%;
            top: 68%;
        }

        .cbl-map .pin:nth-child(4) {
            left: 67%;
            top: 40%;
        }

        .cbl-map .pin:nth-child(5) {
            left: 66%;
            top: 24%;
        }

        .cbl-map .pin:nth-child(6) {
            left: 75%;
            top: 14%;
        }

        .cbl-map .pin:nth-child(7) {
            left: 78%;
            top: 59%;
        }

        .cbl-map .pin:nth-child(8) {
            left: 38%;
            top: 63%;
        }

        .cbl-map .pin:nth-child(9) {
            left: 34%;
            top: 70%;
        }

        .cbl-map .pin:nth-child(10) {
            left: 58%;
            top: 43%;
        }

.cbl-city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

    .cbl-city-list span {
        padding: 0.42rem 0.62rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.84rem;
        font-weight: 700;
    }

.cbl-why {
    background: #fff;
}

.cbl-why-layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
    gap: 2.5rem;
    align-items: start;
}

.cbl-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

    .cbl-why-grid article,
    .cbl-case-grid article {
        min-height: 12rem;
        padding: 1.25rem;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 0.7rem 1.6rem rgba(15, 23, 42, 0.05);
    }

        .cbl-why-grid article:first-child {
            border-color: rgba(249, 115, 22, 0.28);
            background: #fff7ed;
        }

.cbl-cases {
    background: var(--soft);
}

.cbl-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

    .cbl-case-grid span {
        display: inline-flex;
        padding: 0.36rem 0.62rem;
        border-radius: 999px;
        background: #e9fbf8;
        color: #087f7d;
        font-size: 0.82rem;
        font-weight: 800;
    }

.cbl-faq {
    background: #fff;
}

.cbl-faq-layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
    gap: 2.5rem;
}

.cbl-faq-list {
    display: grid;
    gap: 0.8rem;
}

    .cbl-faq-list details {
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
    }

    .cbl-faq-list summary {
        cursor: pointer;
        padding: 1rem 1.15rem;
        color: var(--ink);
        font-weight: 800;
        list-style: none;
    }

        .cbl-faq-list summary::-webkit-details-marker {
            display: none;
        }

        .cbl-faq-list summary::after {
            content: "+";
            float: right;
            color: var(--blue);
        }

    .cbl-faq-list details[open] summary::after {
        content: "-";
    }

    .cbl-faq-list p {
        padding: 0 1.15rem 1rem;
        color: var(--muted);
    }

.cbl-lead-section {
    padding: 5.5rem 0;
    background: #111827;
    color: #fff;
}

.cbl-lead-layout {
    display: grid;
    grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 1.15fr);
    gap: 2.4rem;
    align-items: start;
}

.cbl-lead-actions {
    margin-top: 1.5rem;
}

.cbl-lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

    .cbl-lead-form label {
        display: grid;
        gap: 0.45rem;
        color: rgba(255, 255, 255, 0.86);
        font-weight: 700;
    }

    .cbl-lead-form input,
    .cbl-lead-form select,
    .cbl-lead-form textarea {
        width: 100%;
        min-height: 2.8rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.96);
        color: #0f172a;
        padding: 0.7rem 0.8rem;
        outline: none;
    }

    .cbl-lead-form textarea {
        resize: vertical;
    }

.cbl-form-full {
    grid-column: 1 / -1;
}

@media (max-width: 1200px) {
    .cbl-hero-layout,
    .cbl-scenario-layout,
    .cbl-warehouse-layout,
    .cbl-why-layout,
    .cbl-faq-layout,
    .cbl-lead-layout {
        grid-template-columns: 1fr;
    }

    .cbl-hero-screen {
        max-width: 58rem;
    }

    .cbl-service-grid,
    .cbl-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .page-container .fixed-header .logo-text {
        color: #12316b;
    }

    .cbl-hero {
        padding-top: 7.5rem;
    }

    .cbl-product-row,
    .cbl-product-row.is-reverse {
        grid-template-columns: 1fr;
    }

        .cbl-product-row.is-reverse .cbl-product-copy,
        .cbl-product-row.is-reverse .cbl-product-visual {
            order: initial;
        }

    .cbl-case-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .cbl-shell {
        width: calc(100% - 1.25rem);
    }

    .cbl-hero {
        min-height: auto;
        padding: 6.8rem 0 3.2rem;
    }

    .cbl-hero-copy h1 {
        font-size: 2.25rem;
    }

    .cbl-hero-copy p {
        font-size: 1rem;
    }

    .cbl-hero-actions .cbl-btn,
    .cbl-lead-actions .cbl-btn {
        width: 100%;
    }

    .cbl-hero-screen {
        min-height: auto;
        padding: 0.65rem;
    }

    .cbl-screen-main {
        height: 15rem;
    }

    .cbl-screen-float {
        position: static;
        display: inline-block;
        width: calc(50% - 0.4rem);
        height: 13rem;
        margin-top: 0.7rem;
        border-radius: 1rem;
        transform: none;
    }

    .cbl-screen-phone-a {
        margin-right: 0.4rem;
    }

    .cbl-hero-carousel-footer {
        justify-content: center;
    }

    .cbl-hero-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        min-height: auto;
    }

    .cbl-hero-gallery-item {
        min-height: 6.2rem;
    }

        .cbl-hero-gallery-item.is-large {
            grid-column: 1 / -1;
            grid-row: auto;
            min-height: 10rem;
        }

    .cbl-section,
    .cbl-lead-section {
        padding: 3.5rem 0;
    }

    .cbl-section-heading h2,
    .cbl-scenario-copy h2,
    .cbl-warehouse h2,
    .cbl-why-copy h2,
    .cbl-faq h2,
    .cbl-lead-copy h2 {
        font-size: 1.65rem;
    }

    .cbl-service-grid {
        display: flex;
        gap: 0.9rem;
        overflow-x: auto;
        padding-bottom: 0.6rem;
        scroll-snap-type: x mandatory;
    }

    .cbl-service-card {
        flex: 0 0 78vw;
        min-height: 13rem;
        scroll-snap-align: start;
    }

    .cbl-product-visual {
        min-height: auto;
        padding: 0.65rem;
    }

    .cbl-product-pc {
        height: 14rem;
    }

    .cbl-product-phone {
        position: static;
        width: 8rem;
        height: 13rem;
        margin-top: 0.7rem;
        border-radius: 1rem;
    }

    .cbl-product-carousel-ui {
        left: 0.8rem;
        bottom: 0.8rem;
    }

        .cbl-product-carousel-ui .cbl-carousel-navs {
            display: none;
        }

    .cbl-scenario-mini-grid,
    .cbl-warehouse-stats,
    .cbl-why-grid,
    .cbl-lead-form {
        grid-template-columns: 1fr;
    }

    .cbl-scenario-visual {
        min-height: auto;
        padding: 0.65rem;
    }

        .cbl-scenario-visual img:first-child {
            height: 15rem;
        }

        .cbl-scenario-visual img:last-child {
            position: static;
            width: 8rem;
            height: 13rem;
            margin-top: 0.7rem;
        }

    .cbl-map {
        min-height: 24rem;
    }
}

@media (max-width: 480px) {
    .cbl-screen-main,
    .cbl-product-pc,
    .cbl-scenario-visual img:first-child {
        height: 12.5rem;
    }

    .cbl-screen-float {
        height: 11.5rem;
    }

    .cbl-carousel-navs {
        display: none;
    }

    .cbl-hero-gallery-item {
        min-height: 5.35rem;
    }

        .cbl-hero-gallery-item.is-large {
            min-height: 8.5rem;
        }

    .cbl-map .pin {
        min-height: 1.75rem;
        padding: 0.28rem 0.45rem;
        font-size: 0.72rem;
    }
}

.cbl-home-viewport {
    width: 100%;
}

@media (min-width: 1201px) {
    .cbl-home-viewport {
        height: auto !important;
        overflow: visible;
    }

    .cbl-home {
        transform: none !important;
    }
}

@media (max-width: 1200px) {
    html,
    body,
    .page-container {
        overflow-x: hidden;
    }

    .cbl-home-viewport {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: #fff;
    }

    .cbl-home {
        width: 1440px;
        min-width: 1440px;
        max-width: none;
        overflow: visible;
        transform-origin: top left;
    }

    .cbl-shell {
        width: min(88rem, calc(100% - 2rem));
    }

    .cbl-hero {
        min-height: 45rem;
        padding: 8.2rem 0 5.5rem;
    }

    .cbl-hero-layout {
        grid-template-columns: minmax(0, 0.78fr) minmax(34rem, 1.22fr);
    }

    .cbl-hero-copy h1 {
        font-size: 3.45rem;
    }

    .cbl-hero-copy p {
        font-size: 1.08rem;
    }

    .cbl-hero-actions .cbl-btn,
    .cbl-lead-actions .cbl-btn {
        width: auto;
    }

    .cbl-hero-screen {
        max-width: none;
        min-height: 31rem;
        padding: 1.15rem;
    }

    .cbl-screen-main {
        height: 28.6rem;
    }

    .cbl-screen-float {
        position: absolute;
        display: block;
        width: 8.6rem;
        height: 18rem;
        margin-top: 0;
        border: 0.42rem solid #fff;
        border-radius: 1.25rem;
    }

    .cbl-screen-phone-a {
        right: 2rem;
        bottom: -2.2rem;
        margin-right: 0;
    }

    .cbl-screen-phone-b {
        right: 11.2rem;
        bottom: -1rem;
        transform: rotate(-4deg);
    }

    .cbl-section,
    .cbl-lead-section {
        padding: 5.5rem 0;
    }

    .cbl-section-heading h2,
    .cbl-scenario-copy h2,
    .cbl-warehouse h2,
    .cbl-why-copy h2,
    .cbl-faq h2,
    .cbl-lead-copy h2 {
        font-size: 2.35rem;
    }

    .cbl-service-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .cbl-service-card {
        flex: initial;
        min-height: 15rem;
        scroll-snap-align: none;
    }

    .cbl-product-row,
    .cbl-product-row.is-reverse {
        grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
    }

        .cbl-product-row.is-reverse {
            grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
        }

            .cbl-product-row.is-reverse .cbl-product-copy {
                order: 2;
            }

            .cbl-product-row.is-reverse .cbl-product-visual {
                order: 1;
            }

    .cbl-product-visual {
        min-height: 26rem;
        padding: 1rem;
    }

    .cbl-product-pc {
        height: 24rem;
    }

    .cbl-product-phone {
        position: absolute;
        right: 1.65rem;
        bottom: -1.2rem;
        width: 8.2rem;
        height: 17rem;
        margin-top: 0;
        border-radius: 1.2rem;
    }

    .cbl-scenario-layout,
    .cbl-warehouse-layout,
    .cbl-why-layout,
    .cbl-faq-layout,
    .cbl-lead-layout {
        grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
    }

    .cbl-why-layout,
    .cbl-faq-layout {
        grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
    }

    .cbl-lead-layout {
        grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 1.15fr);
    }

    .cbl-scenario-mini-grid,
    .cbl-warehouse-stats,
    .cbl-lead-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cbl-warehouse-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cbl-scenario-visual {
        min-height: 29rem;
        padding: 1rem 9rem 1rem 1rem;
    }

        .cbl-scenario-visual img:first-child {
            height: 27rem;
        }

        .cbl-scenario-visual img:last-child {
            position: absolute;
            right: 1.5rem;
            bottom: 1.5rem;
            width: 8.4rem;
            height: 18rem;
            margin-top: 0;
        }

    .cbl-map {
        min-height: 28rem;
    }

    .cbl-why-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cbl-case-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* cbl-home-auto-scale-final: keep the PC composition and let the site's rem scale handle small screens. */
@media (max-width: 1200px) {
    .cbl-home-viewport {
        height: auto !important;
        overflow: visible;
    }

    .cbl-home {
        width: 100% !important;
        min-width: 0 !important;
        transform: none !important;
    }
}
