/* 娑撴槒顫嬬憴澶婂隘閸╃喐鐗卞?*/
.cold-hero {
    background-image: url('../img/product/top-bg.png');
    height: 480px;
    background-size: 100% 100%;
}

.solution-page-factory .hero-copy {
    width: min(685px, 100%);
    background: linear-gradient(180deg, rgba(0, 119, 255, 0.66) -12%, #07f 58%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.solution-page-factory .factory-hero-device {
    position: absolute;
    right: 274px;
    top: 71px;
    width: 606px;
    height: 337px;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
}

.solution-page-factory .factory-overview-title {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.solution-page-factory .factory-overview-title .title-copy {
    max-width: 336px;
}

.solution-page-factory .factory-overview-title .solution-ai-chip {
    margin-top: 4px;
    flex: none;
}

.factory-overview-frame {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px;
    overflow: hidden;
    background: transparent;
}

.factory-overview-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-overview-main {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.factory-overview-stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.factory-overview-rings {
    position: absolute;
    inset: -10%;
    background:
        radial-gradient(circle at center, transparent 0 31%, rgba(212, 220, 236, 0.85) 31.4% 33.1%, transparent 33.5%),
        repeating-radial-gradient(circle at center, transparent 0 36px, rgba(223, 227, 235, 0.9) 36px 38px);
    opacity: 0.95;
    transform: scale(1.06);
}

.factory-overview-rings::after {
    content: "";
    position: absolute;
    inset: 23%;
    border: 10px solid rgba(202, 213, 236, 0.68);
    border-radius: 50%;
}

.factory-overview-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transform: translate(-50%, -48%);
    text-align: center;
}

.factory-overview-center::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 242px;
    height: 35px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(37, 108, 254, 0.18) 0%, rgba(37, 108, 254, 0) 72%);
    transform: translateX(-50%);
}

.factory-overview-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.factory-overview-center h3 {
    position: relative;
    z-index: 1;
    background: linear-gradient(89deg, #e760ff 1%, #725bff 29%, #007fff 63%, #5aefff 84%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "PingFang SC";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.factory-overview-center p {
    position: relative;
    z-index: 1;
    color: #256cfe;
    font-family: "PingFang SC";
    font-size: 16px;
    line-height: 24px;
}

.factory-overview-node {
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0.556px solid #fff;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(0, 115, 255, 0.15) 0%, rgba(13, 162, 255, 0.15) 100%);
    box-shadow:
        0 23.333px 59.444px rgba(87, 177, 255, 0.34),
        0 13.734px 17.921px rgba(87, 177, 255, 0.19),
        0 5.704px 7.443px rgba(87, 177, 255, 0.22),
        0 2.063px 2.692px rgba(87, 177, 255, 0.15);
    transform: translate(-50%, -50%);
}

.factory-overview-node::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow:
        inset 0 0.556px 10px #d2eaff,
        inset 0 0.556px 2.222px #d2eaff;
}

.factory-overview-node img,
.factory-overview-node span {
    position: relative;
    z-index: 1;
}

.factory-overview-node img {
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.factory-overview-node span {
    color: #fff;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.factory-overview-node--energy {
    left: 31%;
    top: 22%;
}

.factory-overview-node--equipment {
    left: 76%;
    top: 34%;
}

.factory-overview-node--ops {
    left: 79%;
    top: 76%;
}

.factory-overview-node--assets {
    left: 40%;
    top: 83%;
}

.factory-overview-node--control {
    left: 16%;
    top: 57%;
}

.factory-platform-section {
    padding-top: 0;
}

.factory-platform-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 90px;
    padding: 40px;
    position: relative;
}
.factory-platform-board::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #131e3f;
    height: 252px;
    z-index: 0;
    border-radius: 8px;
    top: 136px;
}

.factory-platform-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 170px;
    margin-top: 136px;
    position: relative;
}

.factory-platform-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.factory-platform-text h2 {
    color: #fff;
    font-family: "PingFang SC";
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.factory-platform-text p {
    max-width: 646px;
    color: #fff;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.factory-platform-footer {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 8px 14px;
    background: #2a3552;
    color: #fff;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.factory-platform-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.factory-platform-card {
    position: relative;
    min-height: 125px;
    padding: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.factory-platform-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    font-family: "PingFang SC";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.factory-platform-card p {
    position: relative;
    z-index: 1;
    max-width: 270px;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.factory-platform-card img {
    position: absolute;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
}

.factory-platform-card--primary,
.factory-platform-card--secondary {
    background: #0089ff;
    color: #fff;
}

.factory-platform-card--light {
    padding-right: 120px;
    background: #fff;
    color: #131e3f;
}

.factory-platform-card--light::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 127, 255, 0) 0%, rgba(0, 127, 255, 0.4) 100%);
    opacity: 0.45;
}

.factory-platform-card--primary img {
    right: -22px;
    bottom: -41px;
    width: 154px;
    transform: rotate(10.31deg);
}

.factory-platform-card--light img {
    right: -8px;
    bottom: -29px;
    width: 97px;
}

.factory-platform-card--secondary img {
    right: -36px;
    bottom: -39px;
    width: 139px;
    transform: rotate(9.55deg);
}

.factory-architecture-section {
    background: #f2f3f8;
}

.factory-architecture-board {
    padding: 24px;
    border-radius: 8px;
    background: #fff;
}

.factory-architecture-summary {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 8px;
    background: #f5f6f8;
    text-align: center;
}

.factory-architecture-summary strong {
    color: #2965d8;
    font-family: "PingFang SC";
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.factory-architecture-summary p,
.factory-architecture-footer p {
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.factory-architecture-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 388px;
    gap: 24px;
    margin-top: 16px;
}

.factory-architecture-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    padding: 16px;
    border: 1px dashed #2965d8;
    border-radius: 8px;
}

.factory-architecture-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border-radius: 8px;
    background: #f9fafc;
}

.factory-architecture-column h3,
.factory-architecture-side h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.factory-architecture-column h3 {
    color: #fff;
    background: #2965d8;
}

.factory-architecture-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.factory-architecture-list li,
.factory-architecture-side-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 0.5px solid #e1e1e1;
    background: #fff;
    color: #2b2f36;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    line-height: 24px;
}

.factory-architecture-list li {
    box-shadow: -0.816px 6.53px 15.508px rgba(0, 0, 0, 0.05);
}

.factory-architecture-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px dashed #e1e1e1;
    border-radius: 8px;
}

.factory-architecture-side h3 {
    color: #2b2f36;
    background: #e1e1e1;
}

.factory-architecture-side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.factory-architecture-side-grid span {
    background: #e1e1e1;
    border-color: #fff;
}

.factory-architecture-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    padding: 16px 24px;
    border-radius: 8px;
    background: #f5f6f8;
    text-align: center;
}

.factory-architecture-footer strong {
    color: #181818;
    font-family: "PingFang SC";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.factory-safety-section {
    padding-bottom: 80px;
}

.factory-logic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.factory-logic-card {
    display: grid;
    grid-template-columns: 246px minmax(0, 1fr);
    min-height: 245px;
    overflow: hidden;
    border-radius: 24px;
    background: #f5f9ff;
}

.factory-logic-card--safe .factory-logic-side {
    background: #e3eefe;
}

.factory-logic-card--energy .factory-logic-side {
    background: #edfff9;
}

.factory-logic-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px 20px;
}

.factory-logic-label {
    font-family: "PingFang SC";
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
}

.factory-logic-card--safe .factory-logic-label {
    background: linear-gradient(180deg, #a0c5fe 0%, #c3d8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.factory-logic-card--energy .factory-logic-label {
    background: linear-gradient(180deg, #a0eafe 0%, #c3f8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.factory-logic-side img {
    width: min(200px, 100%);
    height: auto;
}

.factory-logic-points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 24px 18px 16px;
}

.factory-logic-item {
    padding: 8px 0;
}

.factory-logic-item + .factory-logic-item {
    border-top: 1px solid #d7e4f7;
}

.factory-logic-card--energy .factory-logic-item + .factory-logic-item {
    border-top-color: #cbeade;
}

.factory-logic-item strong {
    display: block;
    color: #2b2f36;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.factory-logic-item p {
    color: #707478;
    font-family: "PingFang SC";
    font-size: 12px;
    line-height: 20px;
}

.factory-scene-stack {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.factory-scene-row {
    display: grid;
    grid-template-columns: 605px 695px;
    align-items: center;
}

.factory-scene-row--reverse {
    grid-template-columns: 695px 605px;
}

.factory-scene-row--reverse .factory-scene-media {
    order: 1;
}

.factory-scene-row--reverse .factory-scene-copy {
    order: 2;
    padding-left: 120px;
    padding-right: 0;
}

.factory-scene-copy {
    min-height: 432px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding-right: 120px;
}

.factory-scene-copy h3 {
    color: #181818;
    font-family: "PingFang SC";
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.056px;
}

.factory-scene-copy p {
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.028px;
}

.factory-scene-media {
    position: relative;
    width: 100%;
    aspect-ratio: 695 / 432;
    overflow: hidden;
    border-radius: 16px;
    background: #f6f7fa;
}

.factory-scene-shot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-device-stage {
    position: absolute;
    left: 50%;
    top: 62.1%;
    width: 81.96%;
    height: 111.71%;
    transform: translate(-50%, -50%);
}

.factory-scene-frame,
.factory-device-overlay,
.factory-device-screen,
.factory-energy-screen,
.factory-visual-screen {
    position: absolute;
    max-width: none;
    object-fit: cover;
}

.factory-scene-frame,
.factory-device-overlay {
    inset: 0;
    width: 100%;
    height: 100%;
}

.factory-device-screen {
    left: 3.05%;
    top: 3.94%;
    z-index: 1;
    width: 93.57%;
    height: 62.94%;
}

.factory-device-screen--alert {
    left: 2.87%;
    top: 3.31%;
    width: 94.49%;
    height: 63.77%;
}

.factory-energy-stage,
.factory-visual-stage {
    position: absolute;
    inset: 0;
}

.factory-energy-screen {
    left: 2.29%;
    top: 2.78%;
    width: 95.54%;
    height: 132.41%;
    border-radius: 8px;
}

.factory-assets-stage {
    position: absolute;
    left: 8.62%;
    top: 5.79%;
    z-index: 1;
    width: 82.92%;
    height: 88.59%;
    display: flex;
    align-items: center;
    gap: 4%;
}

.factory-assets-card {
    position: relative;
    flex: 1 1 0;
    height: 100%;
    overflow: hidden;
    border-radius: 7.679px;
    box-shadow: 0 3.84px 14.878px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.factory-assets-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-assets-card--center img {
    top: 0.06%;
    height: 137.9%;
}

.factory-assets-phone {
    position: absolute;
    right: -2%;
    bottom: -4%;
    width: 23%;
    max-width: 182px;
    z-index: 2;
    filter: drop-shadow(0 16px 28px rgba(25, 55, 123, 0.18));
}

.factory-assets-phone img {
    display: block;
    width: 100%;
    height: auto;
}

.factory-visual-stage::before,
.factory-visual-stage::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 34px;
    height: 16px;
    background: rgba(22, 30, 36, 0.25);
    backdrop-filter: blur(2px);
}

.factory-visual-stage::before {
    left: 26px;
    width: 105px;
}

.factory-visual-stage::after {
    right: 25px;
    width: 97px;
}

.factory-visual-screen {
    left: 3.01%;
    top: 7.41%;
    z-index: 1;
    width: 94.1%;
    height: 85.19%;
    border-radius: 8px;
}

.factory-cockpit-banner {
    position: relative;
    height: 543px;
    overflow: hidden;
}

.factory-cockpit-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-cockpit-banner::after {
    content: none;
}

.factory-cockpit-banner h2 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-family: "PingFang SC";
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 15.36px;
}

@media (max-width: 1280px) {
    .solution-page-factory .factory-hero-device {
        right: 48px;
        top: 112px;
        width: 470px;
        height: auto;
    }

    .solution-page-factory .factory-overview-title {
        flex-direction: column;
        gap: 12px;
    }

    .factory-platform-board,
    .factory-architecture-grid,
    .factory-logic-grid {
        grid-template-columns: 1fr;
    }

    .factory-platform-board {
        gap: 32px;
    }

    .factory-architecture-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .factory-scene-row,
    .factory-scene-row--reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .factory-scene-row--reverse .factory-scene-media,
    .factory-scene-row--reverse .factory-scene-copy {
        order: initial;
    }

    .factory-scene-copy,
    .factory-scene-row--reverse .factory-scene-copy {
        min-height: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .solution-page-factory .factory-hero-device {
        right: 50%;
        top: 290px;
        width: min(440px, 92vw);
        transform: translateX(50%);
    }

    .factory-overview-center h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .factory-overview-center p {
        font-size: 13px;
        line-height: 20px;
    }

    .factory-overview-node {
        width: 64px;
        height: 64px;
    }

    .factory-overview-node img {
        width: 22px;
        height: 22px;
    }

    .factory-overview-node span {
        font-size: 11px;
    }

    .factory-platform-board,
    .factory-architecture-board {
        padding: 20px;
    }

    .factory-platform-card {
        min-height: 150px;
    }

    .factory-platform-card p {
        max-width: 220px;
    }

    .factory-architecture-main,
    .factory-architecture-side-grid,
    .factory-logic-grid {
        grid-template-columns: 1fr;
    }

    .factory-logic-card {
        grid-template-columns: 1fr;
    }

    .factory-logic-side {
        min-height: 180px;
    }

    .factory-cockpit-banner {
        height: 360px;
    }

    .factory-cockpit-banner h2 {
        font-size: 24px;
        letter-spacing: 8px;
    }
}

.hero-content2 h1 {
    padding-top: 174px;
    font-family: "PingFang SC";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

/* 鐞涘奔绗熺憴锝呭枀閺傝顢嶉柈銊ュ瀻閺嶅嘲绱?*/
.industry-solutions {
    padding: 60px 0;
    background-color: #F5F7FB;
}

.solutions-header {
    text-align: center;
    margin-bottom: 32px;
}

.main-title {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; /* 150% */
    margin-bottom: 32px;
}

.industry-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.tab-btn {
    display: flex;
    padding: 7px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #0C0D0E;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.tab-btn:hover,
.tab-btn.active {
    border-radius: 21px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    line-height: 27px;
}

.solution-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.solution-text {
    flex: 1;
    width: 562px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    background-color: #fff;
}

.solution-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-title2 {
    color: #000;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
}

.ai-badge {
    display: inline-block;
    height: 26px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: linear-gradient(89deg, #E5F2FF 0%, #D9E5FF 51.11%, #F6E2FF 98.65%);
    line-height: 12px;
    vertical-align: middle;
    margin-left: 4px;
}
.ai-badge i {
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(89deg, #3B91FF 0%, #0D5EFF 51.11%, #C069FF 98.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.industry-desc2 {
    color: #42464E;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.solution-features {
    margin-bottom: 28px;
}

.features-list {
    list-style: none;
    padding: 0;
}

.feature-item {
    color: #42464E;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-bottom: 12px;
}
.feature-item.colorful {
    background: linear-gradient(89deg, #3B91FF 0%, #0D5EFF 51.11%, #C069FF 98.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-item img {
    width: 20px;
    vertical-align: middle;
}

.related-products {
    margin-bottom: 18px;
}

.products-title {
    color: #0C0D0E;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.products-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.product-item {
    display: flex;
    padding: 5px 8px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background-color: #F6F8FA;
}

.action-buttons {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.primary-btn {
    border-radius: 4px;
    border: 1px solid #1664FF;
    background: #1664FF;
    color: #fff;
}

.secondary-btn {
    border-radius: 4px;
    border: 1px solid #DDE2E9;
    color: #0C0D0E;
    background-color: #fff;
}

.secondary-btn:hover {
    background-color: #f0f7ff;
    transform: translateY(-2px);
}

.image-container img {
    width: 100%;
    max-width: 738px;
    vertical-align: middle;
}

/* 閺傝顢嶆导妯哄◢闁劌鍨庨弽宄扮础 */
.advantages-section {
    padding: 80px 0;
    background-color: #fff;
    margin-bottom: 80px;
}

.advantages-header {
    text-align: center;
    margin-bottom: 60px;
}

.advantages-title {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; /* 150% */
}

.advantages-subtitle {
    color: #666;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.advantages-subtitle::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #0066ff;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 30px;
}

.advantage-item {
    padding: 40px 25px;
    text-align: center;
}


.advantage-icon img {
    width: 48px;
    margin-bottom: 16px;
}

.advantage-name {
    color: #181818;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: 0.04px;
    margin-bottom: 8px;
}

.advantage-desc {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.028px;
}

/* 鎼存梻鏁ら崷鐑樻珯闁劌鍨庨弽宄扮础 */
.service-content {
    position: relative;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.content-layout {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center;
}

.content-left {
    flex: 1;
}

.content-right {
    flex: 1;
}

.content-title {
    color: #131313;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 150% */
    margin-bottom: 16px;
}

.content-desc,
.prediction-desc {
    color: #666;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
}

.prediction-preview {
    display: flex;
    gap: 30px;
    background: white;
    border-radius: 16px;
    align-items: center;
    margin-bottom: 60px;
}

.prediction-image {
    flex: 1;
}

.prediction-content {
    flex: 2;
}

.prediction-title {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 15px;
}

.device-service-image {
    width: 100%;
    max-width: 694px;
}

.tag-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #4A5565;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 16px;
    
}

.tag-list img {
    width: 20px;
    vertical-align: middle;
}

/* 閸忋劌鐓橝I鐟欙絽鍠呴弬瑙勵攳閺嶅嘲绱?*/
.ai-solutions-section {
    padding: 60px 0 20px 0;
    background-color: #f4f6f9;
}

.ai-solutions-content {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    gap: 20px;
}

.ai-solutions-left {
    flex: 1;
    background-image: url('../img/product/30012.png');
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
    display: flex;
    padding: 48px;
}

.ai-solutions-text {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
}

.ai-solutions-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
    margin-bottom: 16px;
}

.ai-solutions-desc {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.ai-solutions-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.client-case {
    padding: 24px;
    background-color: #fff;
    flex: 1;
}
.next-arrow {
    align-self: flex-end;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    text-align: right;
}



.client-logo {
    margin-bottom: 15px;
}

.client-logo img {
    max-width: 180px;
    height: auto;
    object-fit: contain;
}

.case-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1024px) {
    .hero-content2 h1 {
        padding-top: 132px;
        font-size: 34px;
        line-height: 1.4;
    }

    .solution-content,
    .content-layout,
    .prediction-preview,
    .ai-solutions-content {
        flex-direction: column;
    }

    .solution-text {
        width: 100%;
    }

    .advantages-section {
        margin-bottom: 48px;
    }
}

@media (max-width: 768px) {
    .cold-hero {
        height: 360px;
    }

    .hero-content2 h1 {
        padding-top: 104px;
        font-size: 28px;
    }

    .industry-solutions,
    .advantages-section,
    .ai-solutions-section {
        padding: 40px 0;
    }

    .main-title,
    .advantages-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .industry-tabs {
        gap: 10px;
    }

    .tab-btn {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .solution-text {
        padding: 28px 24px;
    }

    .industry-title2,
    .content-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .prediction-preview,
    .content-layout {
        gap: 20px;
        margin-bottom: 32px;
    }

    .action-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .ai-solutions-left {
        min-height: 280px;
        padding: 32px 24px;
    }

    .client-case {
        padding: 20px;
    }
}

/* Figma-aligned solution pages */
body.solution-redesign {
    background: linear-gradient(180deg, #ecf1ff 0%, #f5f7fc 15.11%, #f9f9f9 58.17%, #f2f5fc 99.04%);
    color: #0c0d0e;
}

.solution-main {
    position: relative;
    overflow: hidden;
}

.solution-hero-v2 {
    position: relative;
    min-height: 479px;
    overflow: hidden;
}

.solution-hero-v2 .hero-base,
.solution-hero-v2 .hero-accent,
.solution-hero-v2 .hero-art,
.solution-hero-v2 .hero-layer {
    position: absolute;
    pointer-events: none;
}

.solution-hero-v2 .hero-base,
.solution-hero-v2 .hero-layer {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-hero-v2 .hero-accent {
    inset: 0;
    background: var(--hero-overlay, transparent);
}

.solution-hero-v2 .hero-art {
    right: 0;
    bottom: 0;
    max-width: none;
}

.solution-hero-v2 .hero-wrap {
    position: relative;
    z-index: 1;
    min-height: 479px;
    display: flex;
    align-items: center;
}

.solution-hero-v2 .hero-copy {
    width: min(700px, 100%);
    font-family: "PingFang SC";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: var(--hero-text, #176dff);
}

.solution-hero-v2.solution-hero-dark .hero-copy {
    color: #fff;
}

.solution-overview {
    padding: 60px 0 80px;
}

.solution-overview-head {
    text-align: center;
    margin-bottom: 32px;
}

.solution-overview-head h2 {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 32px;
}

.solution-subtabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.solution-subtabs a {
    display: inline-flex;
    padding: 7px 20px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    color: #0c0d0e;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.solution-subtabs a.active,
.solution-subtabs a:hover {
    background: #000;
    color: #fff;
    font-weight: 500;
}

.solution-overview-card {
    display: grid;
    grid-template-columns: 562px minmax(0, 1fr);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(27, 53, 117, 0.06);
}

.solution-overview-copy {
    min-height: 610px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solution-overview-title {
    color: #000;
    font-family: "PingFang SC";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.solution-ai-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    padding: 2px 8px;
    border-radius: 3px;
    background: linear-gradient(89deg, #e5f2ff 0%, #d9e5ff 51.11%, #f6e2ff 98.65%);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background-clip: padding-box;
}

.solution-ai-chip span {
    background: linear-gradient(89deg, #3b91ff 0%, #0d5eff 51.11%, #c069ff 98.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-overview-desc {
    color: #42464e;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.solution-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.solution-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #42464e;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.solution-bullets li img,
.solution-chip-list li img {
    width: 20px;
    height: 20px;
    flex: none;
    margin-top: 2px;
}

.solution-bullets li.highlight {
    font-weight: 500;
}

.solution-bullets li.highlight span {
    background: linear-gradient(89deg, #3b91ff 0%, #0d5eff 51.11%, #c069ff 98.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.solution-tags span {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 4px;
    background: #f6f8fa;
    color: #0c0d0e;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.solution-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.solution-overview-visual {
    position: relative;
    min-height: 610px;
    padding: 24px;
    overflow: hidden;
    background: #eff4ff;
}

.solution-overview-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--overview-bg, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution-overview-visual-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
}

.solution-overview-visual-frame img {
    max-width: 92%;
    max-height: 92%;
    object-fit: contain;
}

.cold-overview-visual .solution-overview-visual-frame img {
    max-width: 100%;
    max-height: 100%;
}

.solution-section {
    padding: 80px 0;
    background-color: #fff;
}

.solution-section--compact {
    /* padding-top: 20px; */
}

.solution-section-header {
    margin-bottom: 60px;
    text-align: center;
}

.solution-section-header h2 {
    color: #000;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
}

.solution-section-header p {
    color: #666;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.solution-section-header .section-underline {
    width: 40px;
    height: 4px;
    margin: 16px auto 0;
    background: #07f;
    border-radius: 999px;
}

.solution-feature-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}

.solution-feature-card {
    text-align: center;
}

.solution-feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-feature-icon img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.solution-feature-card h3 {
    color: #181818;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.04px;
    margin-bottom: 8px;
}

.solution-feature-card p {
    color: #4e5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.028px;
}

.solution-showcase {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.solution-showcase-row {
    display: grid;
    grid-template-columns: 695px minmax(0, 1fr);
    gap: 80px;
    align-items: center;
}

.solution-showcase-row.reverse .solution-showcase-media {
    order: 2;
}

.solution-showcase-row.reverse .solution-showcase-copy {
    order: 1;
    padding-right: 120px;
    padding-left: 0;
}

.solution-showcase-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 120px;
}

.solution-showcase-copy h3 {
    color: #181818;
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.056px;
}

.solution-showcase-copy p {
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.028px;
}

.solution-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.solution-chip-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4a5565;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.solution-showcase-media {
    min-height: 432px;
    border-radius: 16px;
    overflow: hidden;
    background: #f6f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    position: relative;
}

.solution-showcase-media img,
.solution-diagram-card img,
.solution-chart-card img,
.solution-image-stage img,
.solution-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-page-cold .solution-showcase-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
}

.solution-page-cold .solution-showcase-media {
    flex: 0 0 695px;
    width: 695px;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 695 / 432;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.solution-page-cold .solution-showcase-copy {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 432px;
    justify-content: center;
    padding-left: 120px;
}

.solution-page-cold .solution-showcase-row.reverse .solution-showcase-copy {
    padding-left: 0;
    padding-right: 120px;
}

.solution-page-cold .solution-showcase-media--device {
    overflow: visible;
}

.solution-page-cold .scene-image {
    position: absolute;
    max-width: none;
}

.solution-page-cold .scene-image--device {
    left: 50%;
    top: 50%;
    width: 99.65%;
    height: 93.29%;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.solution-page-cold .scene-image--energy {
    left: -15.84%;
    top: -4.17%;
    width: 108.49%;
    height: 181.71%;
    object-fit: cover;
}

.solution-page-cold .scene-energy-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.solution-page-cold .scene-energy-bar,
.solution-page-cold .scene-energy-label {
    position: absolute;
}

.solution-page-cold .scene-energy-bar {
    left: 8.04%;
    width: 7.05%;
    height: 2.78%;
    background: #fff;
}

.solution-page-cold .scene-energy-bar--1 {
    top: 29.63%;
}

.solution-page-cold .scene-energy-label--1 {
    top: 31.02%;
}

.solution-page-cold .scene-energy-bar--2 {
    top: 35.19%;
}

.solution-page-cold .scene-energy-label--2 {
    top: 36.57%;
}

.solution-page-cold .scene-energy-bar--3 {
    top: 40.74%;
}

.solution-page-cold .scene-energy-label--3 {
    top: 42.13%;
}

.solution-page-cold .scene-energy-bar--4 {
    top: 46.30%;
}

.solution-page-cold .scene-energy-label--4 {
    top: 47.69%;
}

.solution-page-cold .scene-energy-bar--5 {
    top: 51.85%;
}

.solution-page-cold .scene-energy-label--5 {
    top: 53.24%;
}

.solution-page-cold .scene-energy-bar--6 {
    top: 57.41%;
}

.solution-page-cold .scene-energy-label--6 {
    top: 58.80%;
}

.solution-page-cold .scene-energy-bar--7 {
    top: 62.96%;
}

.solution-page-cold .scene-energy-label--7 {
    top: 64.35%;
}

.solution-page-cold .scene-energy-bar--8 {
    top: 68.52%;
}

.solution-page-cold .scene-energy-label--8 {
    top: 69.91%;
}

.solution-page-cold .scene-energy-label {
    left: 9.05%;
    color: #000;
    font-family: "PingFang SC";
    font-size: 5.833px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    transform: translateY(-50%);
}

.solution-page-cold .solution-showcase-media--park {
    overflow: hidden;
    background: #fff;
}

.solution-page-cold .solution-showcase-media--trace {
    overflow: hidden;
}

.solution-page-cold .scene-image--park {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-page-cold .scene-image--trace {
    left: 50%;
    top: 50%;    
    width: 694px;
    height: 392px;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.cold-park-media {
    padding: 0;
    background: #fff;
}

.cold-park-stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:
        repeating-radial-gradient(circle at 58% 40%, rgba(0, 0, 0, 0.045) 0 2px, transparent 2px 34px),
        linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.solution-page-cold .cold-park-stage {
    position: absolute;
    left: 7.77%;
    top: -11.57%;
    width: 85.14%;
    height: 111.57%;
    border-radius: 13.72px;
    background:
        repeating-radial-gradient(circle at 58% 40%, rgba(0, 0, 0, 0.045) 0 2px, transparent 2px 34px),
        linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.cold-park-main {
    position: absolute;
    left: 18%;
    top: 4%;
    width: 64%;
    height: auto;
    object-fit: contain;
}

.cold-park-parking {
    position: absolute;
    right: 2%;
    bottom: 8%;
    width: 30%;
    height: auto;
    object-fit: contain;
}

.solution-page-cold .cold-park-main {
    left: 8%;
    top: 6%;
    width: 76%;
}

.solution-page-cold .cold-park-parking {
    right: -1%;
    bottom: 5%;
    width: 32%;
}

.cold-park-tag {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    padding: 8px 12px;
    border: 1.7px solid #64d2ff;
    border-radius: 7px;
    background: rgba(100, 210, 255, 0.1);
    color: #29a9ff;
    font-family: "PingFang SC";
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.cold-park-tag--office {
    left: 12%;
    top: 4%;
}

.cold-park-tag--air {
    left: 44%;
    top: 4%;
}

.cold-park-tag--brain {
    right: 9%;
    top: 14%;
}

.cold-park-tag--energy {
    left: 4%;
    top: 25%;
}

.cold-park-tag--darkroom {
    right: 5%;
    top: 39%;
}

.cold-park-tag--control {
    left: 2%;
    top: 57%;
}

.cold-park-tag--traffic {
    right: 1%;
    top: 72%;
}

.cold-park-tag--people {
    left: 3%;
    bottom: 8%;
}

.cold-park-tag--security {
    right: 8%;
    bottom: 5%;
}

.solution-callout-split {
    display: grid;
    grid-template-columns: 711px 569px;
    gap: 20px;
}

.solution-callout-banner {
    min-height: 480px;
    padding: 48px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution-callout-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 63, 159, 0.55) 0%, rgba(25, 63, 159, 0.15) 60%, rgba(25, 63, 159, 0) 100%);
}

.cold-ai-banner::before {
    background: linear-gradient(180deg, rgba(153, 161, 217, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
}

.solution-callout-banner > * {
    position: relative;
    z-index: 1;
}

.solution-callout-banner h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 12px;
}

.solution-callout-banner p {
    max-width: 500px;
    font-size: 16px;
    line-height: 24px;
}

.solution-note-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solution-note-card {
    min-height: 230px;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    box-shadow: 0 12px 32px rgba(27, 53, 117, 0.06);
}

.solution-note-card p {
    color: #0c0d0e;
    font-size: 18px;
    line-height: 1.7;
}

.solution-note-card .arrow {
    position: absolute;
    right: 24px;
    bottom: 24px;
    color: #1664ff;
    font-size: 18px;
}

.solution-cards-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.solution-mini-card {
    min-height: 283px;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    /* overflow: hidden; */
    background: #f2f3f5;
    margin-bottom: 40px;
}

.solution-mini-card--accent {
    background: linear-gradient(180deg, rgba(0, 79, 255, 0.01) 0%, rgba(0, 79, 255, 0.7) 100%), #0089ff;
    color: #fff;
}

.solution-mini-card h3 {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 8px;
}

.solution-mini-card p {
    color: inherit;
    font-size: 14px;
    line-height: 22px;
    max-width: 260px;
}

.solution-mini-card img {
    position: absolute;
    right: -8px;
    bottom: -24px;
    width: 120px;
    max-width: 48%;
    object-fit: contain;
}

.solution-diagram-card {
    min-height: 480px;
    border-radius: 24px;
    padding: 24px;
    background: #f6f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-diagram-card--soft {
    min-height: 432px;
    border-radius: 16px;
}

.solution-banner-image {
    position: relative;
    height: 543px;
    overflow: hidden;
}

.solution-banner-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
}

.solution-banner-image .banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-banner-image h2 {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.48em;
}

.solution-chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.solution-chart-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    min-height: 328px;
    box-shadow: 0 12px 32px rgba(27, 53, 117, 0.06);
}

.solution-image-stage {
    min-height: 607px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.solution-image-stack {
    display: grid;
    gap: 16px;
}

.solution-image-stack--triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-image-stack--triple .solution-showcase-media {
    min-height: 348px;
}

.solution-benefit-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    background: #f2f3f8;
}

.solution-benefit-strip p {
    color: #4e5969;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.solution-metric-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #4e5969;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.solution-metric-list strong {
    font-size: 20px;
    color: #1cb829;
    font-weight: 600;
}

.solution-plain-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(27, 53, 117, 0.06);
}

.solution-mini-card--farm-gradient {
    background: linear-gradient(180deg, rgba(0, 127, 255, 0) 26.224%, rgba(0, 127, 255, 0.4) 99.934%), #d7e7fb;
}

.solution-farm-dashboard {
    position: relative;
    min-height: 607px;
}

.solution-farm-dashboard-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 100%;
    object-fit: cover;
}

.solution-farm-dashboard-screen {
    position: relative;
    z-index: 1;
    width: 905px;
    height: auto;
    margin-top: 32px;
}

.solution-page-commercial .hero-copy {
    width: min(685px, 100%);
    background: linear-gradient(180deg, rgba(0, 119, 255, 0.66) -12%, #07f 58%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.solution-page-commercial .commercial-hero-grid,
.solution-page-commercial .commercial-hero-device {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2244px;
    height: 561px;
    max-width: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.solution-page-commercial .commercial-hero-grid {
    object-fit: contain;
}

.solution-page-commercial .commercial-hero-device {
    object-fit: cover;
}

.solution-page-commercial .solution-overview-title--with-chip {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.solution-page-commercial .solution-overview-title--with-chip .title-copy {
    max-width: 336px;
}

.solution-page-commercial .solution-overview-title--with-chip .solution-ai-chip {
    margin-left: 0;
    margin-top: 4px;
    flex: none;
}

.solution-page-commercial .commercial-adv-grid {
    gap: 80px;
}

.solution-page-commercial .commercial-adv-card {
    min-height: 144px;
}

.commercial-overview-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fbff;
}

.commercial-overview-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commercial-overview-stage {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.commercial-overview-main {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commercial-scene-stack {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.commercial-insight-row {
    display: grid;
    grid-template-columns: 795px 425px;
    gap: 80px;
    align-items: center;
}

.commercial-insight-row--copy-first {
    grid-template-columns: 425px 795px;
}

.commercial-insight-media {
    width: 100%;
    aspect-ratio: 795 / 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
}

.commercial-insight-visual {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.commercial-ai-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.commercial-ai-points li {
    position: relative;
    padding-left: 14px;
    color: #4a5565;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.commercial-ai-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #99a1af;
    transform: translateY(-50%);
}

.commercial-ai-points--after li::before {
    background: #00c950;
}

.commercial-insight-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.commercial-insight-copy h3 {
    color: #000;
    font-family: "PingFang SC";
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}

.commercial-insight-copy p {
    color: #384146;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.commercial-scene-row {
    display: grid;
    grid-template-columns: 695px 605px;
    align-items: center;
}

.commercial-scene-row--copy-first {
    grid-template-columns: 605px 695px;
}

.commercial-scene-copy {
    min-height: 432px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.commercial-scene-row--copy-first .commercial-scene-copy {
    padding-right: 120px;
}

.commercial-scene-row:not(.commercial-scene-row--copy-first) .commercial-scene-copy {
    padding-left: 120px;
}

.commercial-scene-copy h3 {
    color: #181818;
    font-family: "PingFang SC";
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.056px;
}

.commercial-scene-copy p {
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.028px;
}

.commercial-scene-media {
    position: relative;
    width: 100%;
    aspect-ratio: 695 / 432;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.commercial-ai-board img {
    position: absolute;
    max-width: none;
    max-height: none;
}

.commercial-scene-media .commercial-scene-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: none;
    border-radius: 16px;
    object-fit: cover;
}

.commercial-ai-section {
    padding-bottom: 80px;
}

.commercial-ai-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
}

.commercial-ai-head h3 {
    color: #181818;
    font-family: "PingFang SC";
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.056px;
}

.commercial-ai-chip-list {
    justify-content: center;
}

.commercial-ai-head p {
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.commercial-ai-highlight {
    background: linear-gradient(77.47deg, #399cff 0.25%, #7ba5ff 20.03%, #dc8eff 38.95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.commercial-ai-board {
    position: relative;
    height: 480px;
    border-radius: 16px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.commercial-ai-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(44, 75, 118, 0.25);
}

.commercial-ai-card--before,
.commercial-ai-card--after {
    left: 6%;
    width: 50.38%;
    height: 39.17%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.commercial-ai-card--before {
    top: 9.58%;
}

.commercial-ai-card--after {
    bottom: 18px;
}

.commercial-ai-card--prediction {
    left: 57.92%;
    top: 10.21%;
    width: 32.23%;
    height: 46.46%;
    padding: 20px 20px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.commercial-ai-card--guide {
    top: 288px;
    left: 57.92%;
    bottom: 24px;
    width: 32.23%;
    height: 50%;
    padding: 16px;
    border: 1px solid #fff;
    background:
        radial-gradient(circle at 2% 0%, #ffeeee 0, #fff 79.017%),
        linear-gradient(90deg, #fff 0%, #fff 100%);
    box-shadow: none;
}

.commercial-ai-chart {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    border: 2px solid #ffd4d6;
    border-radius: 4px;
    overflow: hidden;
}

.commercial-ai-chart--before {
    aspect-ratio: 409.0228 / 131.3329;
}

.commercial-ai-chart--after {
    aspect-ratio: 409.0228 / 146.834;
    border-color: #afffcd;
}

.commercial-ai-chart--before img {
    left: 0;
    top: -8.99%;
    width: 100%;
    height: 117.98%;
    object-fit: cover;
}

.commercial-ai-chart--after img {
    left: 0;
    top: 1.9%;
    width: 100%;
    height: 108.83%;
    object-fit: cover;
}

.commercial-ai-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.commercial-ai-label {
    display: inline-flex;
    align-self: flex-start;
    padding: 2px 8px;
    border-radius: 999px;
    font-family: "PingFang SC";
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.commercial-ai-label--before {
    background: #fef2f2;
    color: #e7000b;
}

.commercial-ai-label--after {
    background: #f0fdf4;
    color: #00a63e;
}

.commercial-ai-copy h4 {
    color: #4a5565;
    font-family: "PingFang SC";
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.commercial-ai-card--after .commercial-ai-copy h4 {
    color: #000;
}

.commercial-ai-card--prediction h4,
.commercial-ai-guide-head h4 {
    color: #000;
    font-family: "PingFang SC";
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.commercial-ai-prediction-figure {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
}

.commercial-ai-prediction-figure::after {
    content: "";
    position: absolute;
    left: 36.83%;
    top: 2.98%;
    width: 25.83%;
    height: 12.5%;
    background: #fff;
}

.commercial-ai-prediction-figure img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commercial-ai-guide-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.commercial-ai-guide-head span {
    color: #4369da;
    font-family: "PingFang SC";
    font-size: 12px;
    line-height: normal;
}

.commercial-ai-guide-body {
    height: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
}

.commercial-ai-guide-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.commercial-ai-guide-title strong {
    color: #333;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.commercial-ai-guide-title p {
    color: #ef7700;
    font-family: "PingFang SC";
    font-size: 12px;
    line-height: normal;
}

.commercial-ai-guide-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.commercial-ai-guide-list p {
    color: #333;
    font-family: "PingFang SC";
    font-size: 12px;
    line-height: normal;
}

.commercial-ai-guide-body button {
    margin-top: auto;
    width: 100%;
    border: 0;
    background: #4369da;
    color: #fff;
    font-family: "PingFang SC";
    font-size: 12px;
    line-height: normal;
    padding: 6px 0;
    cursor: pointer;
}

.commercial-ai-guide-body button:hover {
    opacity: 0.92;
}

.solution-page-building .hero-copy {
    width: min(690px, 100%);
}

.solution-page-building .solution-overview-visual,
.solution-page-farm .solution-overview-visual {
    padding: 20px;
}

.solution-page-building .building-overview-frame,
.solution-page-farm .farm-overview-frame {
    padding: 0;
    background: transparent;
}

.solution-page-building .building-overview-frame img,
.solution-page-farm .farm-overview-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.solution-page-building .building-mini-card,
.solution-page-farm .farm-benefit-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(236, 243, 255, 0.92) 100%);
}

.solution-page-building .building-mini-card img,
.solution-page-farm .farm-benefit-card img {
    width: 112px;
    max-width: 46%;
    right: 12px;
    bottom: 12px;
}

.solution-page-building .building-scene-media,
.solution-page-farm .farm-scene-media {
    background: linear-gradient(180deg, #fbfcff 0%, #eef3f8 100%);
}

.solution-page-building .building-ai-card {
    margin-top: 24px;
    background: linear-gradient(90deg, #dfeaf8 0%, #ebdcf7 100%);
}

.solution-page-building .building-orbit-card {
    min-height: 520px;
    padding: 40px 24px;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.94) 0%, #eef3ff 72%);
}

.building-orbit {
    position: relative;
    width: min(100%, 760px);
    height: 440px;
    margin: 0 auto;
}

.building-orbit-ring {
    position: absolute;
    inset: 28px 74px 36px;
    border: 1.5px dashed rgba(72, 127, 255, 0.3);
    border-radius: 50%;
    box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.55);
}

.building-orbit-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 188px;
    height: 188px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 20%, #fff 0%, #dce8ff 42%, #87b7ff 100%);
    box-shadow: 0 22px 45px rgba(53, 102, 201, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.building-orbit-center strong {
    color: #155bdb;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.building-orbit-center p {
    color: #4a5a77;
    font-size: 14px;
    line-height: 22px;
}

.building-orbit-node {
    position: absolute;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(53, 102, 201, 0.12);
    color: #2671ff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

.building-orbit-node--1 {
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
}

.building-orbit-node--2 {
    right: 38px;
    top: 88px;
}

.building-orbit-node--3 {
    right: 26px;
    bottom: 56px;
}

.building-orbit-node--4 {
    right: -8px;
    bottom: 148px;
}

.building-orbit-node--5 {
    left: 26px;
    bottom: 56px;
}

.building-orbit-node--6 {
    left: -8px;
    bottom: 148px;
}

.building-orbit-node--7 {
    left: 38px;
    top: 88px;
}

.building-orbit-node--8 {
    left: 116px;
    top: 20px;
}

.solution-page-farm .hero-copy {
    width: min(760px, 100%);
}

.solution-page-farm .farm-adv-card {
    background: #fff;
}

.solution-page-farm .solution-mini-card--accent.farm-benefit-card {
    background: linear-gradient(180deg, rgba(6, 115, 255, 0.06) 0%, rgba(6, 115, 255, 0.88) 100%);
}

.solution-page-farm .farm-dashboard-card {
    padding: 0;
    background: transparent;
}

.solution-page-farm .hero-copy {
    width: min(685px, 100%);
}

.solution-page-farm .solution-overview-visual {
    padding: 0;
    background: transparent;
}

.solution-page-farm .farm-overview-frame {
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
}

.solution-page-farm .farm-overview-main {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-page-farm .farm-scene-media {
    padding: 0;
    background: transparent;
}

.solution-page-farm .farm-scene-media img {
    object-fit: cover;
}

.solution-page-farm .farm-scene-media--compact {
    min-height: 372px;
}

.solution-page-farm .farm-scene-copy .farm-scene-paragraphs {
    display: flex;
    flex-direction: column;
}

.solution-page-farm .farm-scene-copy .farm-scene-paragraphs p {
    margin: 0;
}

.solution-page-farm .farm-benefit-card {
    background: #f2f3f5;
}

.solution-page-farm .farm-benefit-card img {
    position: absolute;
    max-width: none;
    object-fit: contain;
}

.solution-page-farm .farm-benefit-card--precision {
    background: linear-gradient(180deg, #ebf4ff 0%, #f6f9ff 100%);
}

.solution-page-farm .farm-benefit-card--precision img {
    right: -22px;
    bottom: -41px;
    width: 154px;
    transform: rotate(10.31deg);
}

.solution-page-farm .farm-benefit-card--warning img {
    right: -8px;
    bottom: -29px;
    width: 97px;
}

.solution-page-farm .farm-benefit-card--analysis img {
    right: -36px;
    bottom: -39px;
    width: 124px;
    transform: rotate(9.55deg);
}

.solution-page-farm .farm-benefit-card--decision img {
    right: -8px;
    bottom: -29px;
    width: 97px;
}

.solution-page-farm .farm-benefit-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding: 16px;
    border-radius: 8px;
    background: #f2f3f8;
}

.solution-page-farm .farm-benefit-strip p {
    flex: 1 1 0;
    color: #4e5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.solution-page-farm .farm-benefit-divider {
    width: 115px;
    height: auto;
    flex: none;
}

.solution-page-farm .farm-dashboard-card {
    max-width: 960px;
    min-height: 607px;
    margin: 0 auto;
}

.solution-page-farm .farm-dashboard-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.solution-page-building .solution-overview-visual {
    padding: 24px;
}

.solution-page-building .building-overview-visual {
    position: relative;
}

.solution-page-building .building-overview-visual::before {
    content: none;
}

.solution-page-building .building-overview-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-page-building .building-overview-frame {
    position: relative;
    z-index: 1;
    padding: 0;
    background: transparent;
}

.solution-page-building .building-overview-main {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.solution-page-building .building-segment-card {
    position: relative;
    min-height: 283px;
    padding: 24px;
    border-radius: 8px;
}

.solution-page-building .building-segment-card h3 {
    color: #1d2129;
    font-family: "PingFang SC";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.solution-page-building .building-segment-card p {
    max-width: 252px;
    margin-top: 8px;
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.solution-page-building .building-segment-card img {
    position: absolute;
    max-width: none;
    object-fit: contain;
}

.solution-page-building .building-segment-card--manage {
    background: linear-gradient(180deg, #ebf4ff 0%, #f6f9ff 100%);
}

.solution-page-building .building-segment-card--manage img {
    right: -22px;
    bottom: -41px;
    width: 154px;
    transform: rotate(10.31deg);
}

.solution-page-building .building-segment-card--security {
    background: #f2f3f5;
}

.solution-page-building .building-segment-card--security img {
    right: -8px;
    bottom: -29px;
    width: 97px;
}

.solution-page-building .building-segment-card--environment {
    background: linear-gradient(180deg, rgba(0, 79, 255, 0.01) 0%, rgba(0, 79, 255, 0.7) 100%), #0089ff;
}

.solution-page-building .building-segment-card--environment h3,
.solution-page-building .building-segment-card--environment p {
    color: #fff;
}

.solution-page-building .building-segment-card--environment p {
    max-width: 220px;
}

.solution-page-building .building-segment-card--environment img {
    right: -36px;
    bottom: -39px;
    width: 124px;
    transform: rotate(9.55deg);
}

.solution-page-building .building-segment-card--energy {
    background: #f2f3f5;
}

.solution-page-building .building-segment-card--energy img {
    right: -8px;
    bottom: -29px;
    width: 97px;
}

.solution-page-building .building-ai-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.solution-page-building .building-ai-lead {
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    background: linear-gradient(89deg, #3b91ff 0%, #0d5eff 51.11%, #c069ff 98.65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.solution-page-building .building-ai-metrics {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.solution-page-building .building-ai-metrics p {
    color: #1d2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.solution-page-building .building-ai-metrics strong {
    color: #1cb829;
    font-size: 20px;
    font-weight: 600;
}

.solution-page-building .building-ai-unit {
    color: #1cb829;
    font-size: 12px;
    font-weight: 600;
}

.solution-page-building .building-ai-card {
    margin-top: 0;
    background: linear-gradient(90deg, #dfeaf8 0%, #ebdcf7 100%);
}

.solution-page-building .building-ai-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.solution-page-building .building-detail-stack {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.solution-page-building .building-detail-row {
    display: grid;
    grid-template-columns: 695px 605px;
    align-items: center;
}

.solution-page-building .building-detail-row--reverse {
    grid-template-columns: 605px 695px;
}

.solution-page-building .building-detail-media {
    height: 432px;
    border-radius: 16px;
    overflow: hidden;
    background: #f6f7fa;
}

.solution-page-building .building-detail-media--compact {
    height: 372px;
}

.solution-page-building .building-detail-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-page-building .building-detail-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solution-page-building .building-detail-row .building-detail-copy {
    padding-left: 120px;
}

.solution-page-building .building-detail-row--reverse .building-detail-copy {
    padding-right: 120px;
    padding-left: 0;
}

.solution-page-building .building-detail-copy h3 {
    color: #1d2129;
    font-family: "PingFang SC";
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.solution-page-building .building-detail-copy p {
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.028px;
}

.solution-page-building .building-detail-paragraphs {
    display: flex;
    flex-direction: column;
}

.solution-page-building .building-detail-paragraphs p {
    margin: 0;
}

.solution-page-building .building-detail-row--device .solution-chip-list li {
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.028px;
}

.solution-page-building .building-expandable-section {
    display: none;
    background: linear-gradient(180deg, rgba(0, 127, 255, 0.15) 0.14%, rgba(0, 127, 255, 0.05) 23.05%, rgba(0, 127, 255, 0) 45.95%);
}

.solution-page-building .building-expandable-card {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-page-building .building-expandable-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.solution-page-building .building-expandable-section--full {
    padding: 0;
    background: #edf5ff;
}

.solution-page-building .building-expandable-full {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

.solution-page-building .footer-contact {
    background-image: url('../img/figma-solutions/building-contact-bg-20260327.png');
    background-size: cover;
}

.solution-page-farm .footer-contact {
    background-image: url('../img/figma-solutions/farm-contact-bg-20260330.png');
    background-size: cover;
}

@media (max-width: 1280px) {
    .factory-assets-phone {
        width: 21%;
        right: 0;
        bottom: -2%;
    }

    .building-orbit-node {
        font-size: 14px;
        padding: 10px 14px;
    }

    .solution-page-farm .farm-benefit-strip {
        flex-direction: column;
        gap: 12px;
    }

    .solution-page-farm .farm-benefit-divider {
        display: none;
    }

    .solution-page-building .solution-overview-visual {
        padding: 20px;
    }

    .solution-page-building .building-detail-row,
    .solution-page-building .building-detail-row--reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .solution-page-building .building-detail-row .building-detail-copy,
    .solution-page-building .building-detail-row--reverse .building-detail-copy {
        padding-right: 0;
        padding-left: 0;
    }

    .solution-page-building .building-detail-media {
        max-width: 695px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .factory-assets-phone {
        width: 124px;
        right: 6px;
        bottom: 6px;
    }

    .building-orbit-card {
        min-height: 0;
        padding: 24px;
    }

    .building-orbit {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .building-orbit-ring {
        display: none;
    }

    .building-orbit-center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 160px;
        height: 160px;
        grid-column: 1 / -1;
        margin: 0 auto 12px;
    }

    .building-orbit-node {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .solution-page-building .building-mini-card img,
    .solution-page-farm .farm-benefit-card img {
        width: 88px;
    }

    .solution-page-farm .farm-scene-media--compact {
        min-height: auto;
    }

    .solution-page-farm .farm-benefit-card--precision img {
        width: 126px;
        right: -14px;
        bottom: -32px;
    }

    .solution-page-farm .farm-benefit-card--warning img,
    .solution-page-farm .farm-benefit-card--decision img {
        width: 84px;
        right: -2px;
        bottom: -18px;
    }

    .solution-page-farm .farm-benefit-card--analysis img {
        width: 106px;
        right: -24px;
        bottom: -26px;
    }

    .solution-page-farm .farm-dashboard-card {
        min-height: auto;
    }

    .solution-page-building .building-segment-card {
        min-height: 220px;
    }

    .solution-page-building .building-segment-card h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .solution-page-building .building-segment-card--manage img {
        width: 126px;
        right: -14px;
        bottom: -32px;
    }

    .solution-page-building .building-segment-card--security img,
    .solution-page-building .building-segment-card--energy img {
        width: 84px;
        right: -2px;
        bottom: -18px;
    }

    .solution-page-building .building-segment-card--environment img {
        width: 106px;
        right: -24px;
        bottom: -26px;
    }

    .solution-page-building .building-detail-media,
    .solution-page-building .building-detail-media--compact {
        height: auto;
    }

    .solution-page-building .building-ai-summary {
        gap: 10px;
    }

    .solution-page-building .building-ai-metrics {
        font-size: 14px;
    }

    .solution-page-building .building-expandable-card img {
        width: 100%;
    }
}

.solution-page-medicine .hero-copy {
    width: min(620px, 100%);
}

.solution-page-medicine .medicine-hero-glow {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
    mix-blend-mode: screen;
}

.solution-page-medicine .medicine-hero-device {
    right: 72px;
    bottom: 48px;
    width: 720px;
    height: auto;
}

.medicine-overview-visual::before {
    opacity: 0.26;
}

.medicine-overview-frame {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 255, 0.94) 100%);
}

.medicine-overview-frame img {
    max-width: 100%;
    max-height: 100%;
}

.medicine-scene-stack {
    gap: 80px;
}

.solution-page-medicine .medicine-scene-media {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.solution-page-medicine .medicine-scene-media--monitor,
.solution-page-medicine .medicine-scene-media--alerts,
.solution-page-medicine .medicine-scene-media--stats,
.solution-page-medicine .medicine-scene-media--assets {
    padding: 0;
}

.solution-page-medicine .medicine-scene-media--monitor {
    overflow: hidden;
}

.medicine-monitor-frame,
.medicine-monitor-screen,
.medicine-dashboard-screen,
.medicine-alert-desktop,
.medicine-alert-mobile {
    position: absolute;
    max-width: none;
}

.medicine-monitor-frame {
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 88.63%;
    height: 90.2%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.medicine-monitor-screen {
    left: 11.8%;
    top: 14.35%;
    z-index: 1;
    width: 76.55%;
    height: 58.8%;
    object-fit: cover;
}

.medicine-alert-board {
    position: relative;
    width: 100%;
    height: 100%;
}

.medicine-alert-desktop {
    left: 5%;
    top: 8%;
    width: 74%;
    height: 84%;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(27, 53, 117, 0.14);
    object-fit: cover;
}

.medicine-alert-mobile {
    right: 5%;
    bottom: 6%;
    width: 28%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(27, 53, 117, 0.18);
    object-fit: contain;
}

.solution-page-medicine .medicine-scene-media--stats {
    background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}

.medicine-dashboard-screen {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medicine-floating-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    width: 42%;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 44px rgba(27, 53, 117, 0.14);
}

.medicine-floating-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.solution-page-medicine .medicine-scene-media--assets {
    background: linear-gradient(180deg, #f5f9ff 0%, #eef3ff 100%);
}

.medicine-asset-cards {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
}

.medicine-asset-card {
    width: min(31%, 180px);
    height: 86%;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(27, 53, 117, 0.12);
}

.medicine-asset-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medicine-asset-card--emphasis {
    transform: translateY(-18px);
}

.solution-page-medicine .medicine-scene-media--trace {
    background: #0c1016;
}

.medicine-ai-section {
    padding-bottom: 80px;
}

.medicine-ai-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.medicine-ai-pillar {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    border-radius: 20px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(0, 127, 255, 0.02) 0%, rgba(0, 127, 255, 0.12) 100%), #fff;
    box-shadow: 0 12px 32px rgba(27, 53, 117, 0.06);
}

.medicine-ai-pillar h3 {
    position: relative;
    z-index: 1;
    color: #181818;
    font-family: "PingFang SC";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}

.medicine-ai-pillar p {
    position: relative;
    z-index: 1;
    max-width: 250px;
    color: #4e5969;
    font-family: "PingFang SC";
    font-size: 14px;
    line-height: 22px;
}

.medicine-ai-pillar img {
    position: absolute;
    right: -12px;
    bottom: -12px;
    width: 168px;
    height: auto;
    object-fit: contain;
}

.medicine-ai-preview {
    margin-bottom: 16px;
    background: linear-gradient(180deg, rgba(0, 127, 255, 0.03) 0%, rgba(0, 127, 255, 0.1) 100%);
}

.medicine-ai-preview img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1360px) {
    .solution-page-medicine .medicine-hero-device {
        right: 24px;
        width: 600px;
    }

    .medicine-ai-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solution-overview-card,
    .solution-callout-split {
        grid-template-columns: 1fr;
    }

    .solution-showcase-row,
    .solution-showcase-row.reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .solution-showcase-copy,
    .solution-showcase-row.reverse .solution-showcase-copy {
        padding: 0;
    }

    .solution-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .solution-page-commercial .commercial-adv-grid {
        gap: 40px;
    }

    .cold-park-main {
        left: 15%;
        width: 70%;
    }

    .solution-page-cold .solution-showcase-row,
    .solution-page-cold .solution-showcase-row.reverse {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .solution-page-cold .solution-showcase-copy,
    .solution-page-cold .solution-showcase-row.reverse .solution-showcase-copy {
        min-height: auto;
        padding: 0;
    }

    .solution-page-cold .solution-showcase-row.reverse .solution-showcase-media,
    .solution-page-cold .solution-showcase-row.reverse .solution-showcase-copy {
        order: initial;
    }

    .commercial-insight-row,
    .commercial-scene-row,
    .commercial-scene-row--copy-first {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .commercial-insight-copy,
    .commercial-scene-copy,
    .commercial-scene-row--copy-first .commercial-scene-copy,
    .commercial-scene-row:not(.commercial-scene-row--copy-first) .commercial-scene-copy {
        min-height: auto;
        padding: 0;
    }

    .commercial-insight-media {
        max-width: 795px;
        margin: 0 auto;
    }

    .commercial-scene-media {
        max-width: 695px;
        margin: 0 auto;
    }

    .commercial-ai-board {
        height: auto;
        display: grid;
        gap: 16px;
        padding: 24px;
    }

    .commercial-ai-card {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        transform: none;
    }

    .commercial-ai-card--before,
    .commercial-ai-card--after {
        gap: 24px;
    }

    .commercial-ai-guide-body {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .solution-page-medicine .medicine-hero-device {
        width: 520px;
    }

    .medicine-floating-card {
        width: 54%;
    }

    .solution-hero-v2 .hero-copy {
        font-size: 32px;
    }

    .solution-overview-head h2,
    .solution-section-header h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .solution-cards-4,
    .solution-chart-grid,
    .solution-benefit-strip,
    .solution-image-stack--triple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cold-park-main {
        left: 9%;
        width: 76%;
    }

    .cold-park-parking {
        right: 2%;
        bottom: 10%;
        width: 28%;
    }

    .cold-park-tag {
        font-size: 12px;
        padding: 6px 10px;
    }

    .solution-page-cold .solution-showcase-media {
        width: 100%;
    }

    .solution-page-cold .solution-showcase-copy {
        width: 100%;
    }

    .solution-page-commercial .commercial-adv-grid {
        gap: 24px;
    }

    .commercial-insight-copy h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .commercial-scene-copy h3,
    .commercial-ai-head h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .solution-page-medicine .solution-hero-v2 .hero-wrap {
        min-height: 460px;
        padding-bottom: 210px;
    }

    .solution-page-medicine .medicine-hero-device {
        right: 50%;
        bottom: 20px;
        width: min(460px, 92vw);
        transform: translateX(50%);
    }

    .medicine-alert-desktop {
        left: 4%;
        top: 6%;
        width: 74%;
        height: 82%;
    }

    .medicine-alert-mobile {
        right: 3%;
        bottom: 10%;
        width: 31%;
    }

    .medicine-floating-card {
        left: 18px;
        right: 18px;
        width: auto;
        bottom: 18px;
    }

    .medicine-asset-cards {
        gap: 10px;
        padding: 16px;
    }

    .medicine-asset-card {
        width: 33%;
        height: 78%;
        border-radius: 20px;
    }

    .medicine-asset-card--emphasis {
        transform: translateY(-10px);
    }

    .medicine-ai-pillars {
        grid-template-columns: 1fr;
    }

    .solution-hero-v2 {
        min-height: 360px;
    }

    .solution-hero-v2 .hero-wrap {
        min-height: 360px;
        padding-top: 96px;
        padding-bottom: 48px;
    }

    .solution-hero-v2 .hero-copy {
        font-size: 28px;
        line-height: 1.45;
    }

    .solution-overview,
    .solution-section {
        padding: 40px 0;
    }

    .solution-overview-head h2,
    .solution-section-header h2 {
        font-size: 28px;
    }

    .solution-subtabs a {
        width: 100%;
        font-size: 16px;
    }

    .solution-overview-copy,
    .solution-overview-visual,
    .solution-callout-banner,
    .solution-note-card,
    .solution-showcase-media,
    .solution-chart-card,
    .solution-diagram-card {
        min-height: auto;
    }

    .solution-feature-grid,
    .solution-cards-4,
    .solution-chart-grid,
    .solution-benefit-strip,
    .solution-image-stack--triple {
        grid-template-columns: 1fr;
    }

    .solution-actions {
        flex-direction: column;
    }

    .solution-actions .btn {
        width: 100%;
        text-align: center;
    }

    .solution-mini-card img {
        width: 96px;
    }

    .solution-callout-banner,
    .solution-note-card,
    .solution-overview-copy,
    .solution-showcase-media,
    .solution-chart-card,
    .solution-diagram-card {
        padding: 24px;
    }

    .solution-banner-image {
        height: 320px;
    }

    .solution-banner-image h2 {
        font-size: 24px;
        letter-spacing: 0.2em;
    }

    .solution-farm-dashboard-bg,
    .solution-farm-dashboard-screen {
        width: 100%;
    }

    .cold-park-media,
    .cold-park-stage {
        min-height: 360px;
    }

    .solution-page-cold .solution-showcase-media {
        min-height: 0;
    }

    .cold-park-main {
        left: 8%;
        top: 10%;
        width: 76%;
    }

    .cold-park-parking {
        width: 30%;
    }

    .cold-park-tag--office,
    .cold-park-tag--air,
    .cold-park-tag--brain,
    .cold-park-tag--energy,
    .cold-park-tag--darkroom,
    .cold-park-tag--control,
    .cold-park-tag--traffic,
    .cold-park-tag--people,
    .cold-park-tag--security {
        transform: scale(0.9);
        transform-origin: center;
    }

    .solution-page-commercial .commercial-hero-grid,
    .solution-page-commercial .commercial-hero-device {
        width: 1400px;
        height: 350px;
    }

    .commercial-overview-visual {
        padding: 16px;
    }

    .commercial-overview-stage {
        border-radius: 12px;
    }

    .commercial-ai-board {
        padding: 16px;
    }

    .commercial-ai-card--before,
    .commercial-ai-card--after {
        flex-direction: column;
    }
}
