body,
html {
    overflow-x: hidden;
}

.banner {
    position: relative;
    height: 740px;
    min-height: 700px;
    max-height: 780px;
    z-index: 1;
    display: flex;
    overflow: hidden;
    background-size: cover;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slide-inner .pc,
.slide-inner .phone {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.slide-inner .phone {
    display: none;
}

.slide-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-inner.shade_dark::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 74%);
}

.slide-inner.shade_light::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 74%);
}

.slide-inner .banner_title_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(120px, 15vh, 170px);
    width: 100%;
    max-width: var(--site-container);
    padding: 0 var(--site-gutter);
    box-sizing: border-box;
    z-index: 9;
}

.slide-inner .banner_tip {
    margin-bottom: 10px;
    font-weight: 650;
    font-size: clamp(16px, 1.18vw, 19px);
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.slide-inner .banner_title {
    font-weight: 800;
    font-size: clamp(46px, 4.6vw, 72px);
    line-height: .98;
    letter-spacing: -0.035em;
}


.slide-inner .banner_title_min {
    margin-top: 14px;
    font-weight: 500;
    max-width: 620px;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.45;
}


.slide-inner .banner_title_box.banner_000 .banner_tip {
    color: rgba(0, 0, 0, 0.82);
}

.slide-inner .banner_title_box.banner_000 .banner_title {
    color: #000;
}

.slide-inner .banner_title_box.banner_000 .banner_title_min {
    color: rgba(0, 0, 0, 0.78);
}

.slide-inner .banner_title_box.banner_fff .banner_tip {
    color: rgba(255, 255, 255, 0.88);
}

.slide-inner .banner_title_box.banner_fff .banner_title {
    color: #fff;
}

.slide-inner .banner_title_box.banner_fff .banner_title_min {
    color: rgba(255, 255, 255, 0.88);
}

.slide-inner .banner_title_box.left {
    text-align: left;
}

.slide-inner .banner_title_box.left .text_box,
.slide-inner .banner_title_box.right .text_box {
    max-width: 660px;
}

.slide-inner .banner_title_box.right {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.slide-inner .banner_title_box.center {
    display: flex;
    justify-content: center;
    text-align: center;
}

.slide-inner .banner_title_box.center .text_box {
    max-width: 660px;
}

.slide-inner .banner_title_box.center .banner_title_min {
    margin-left: auto;
    margin-right: auto;
}

.slide-inner .banner_btn_box {
    position: relative;
    margin-top: 18px;
    z-index: 10;
}

.slide-inner .banner_btn {
    display: inline-block;
    padding: 0 18px;
    background: var(--ll-brand-red);
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
}

.slide-inner .banner_btn:hover {
    background: var(--ll-brand-red-hover);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.72);
    opacity: 1;
    transition: width .2s ease, background-color .2s ease;
}

.swiper-pagination-bullet::after {
    display: none;
}

.swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 999px;
    background-color: var(--ll-brand-red);
}

.swiper-pagination-bullet-active::after {
    display: none;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    display: none;
}

.banner .swiper-button-prev {
    left: 32px;
}

.banner .swiper-button-next {
    right: 32px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 56px !important;
    height: 56px !important;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(12, 15, 18, .34);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    background: rgba(12, 15, 18, .58);
    border-color: rgba(255, 255, 255, .48);
}

.banner .swiper-button-prev:hover {
    transform: translateX(-2px);
}

.banner .swiper-button-next:hover {
    transform: translateX(2px);
}

.banner .swiper-button-prev .iconfont,
.banner .swiper-button-next .iconfont {
    font-size: 22px;
    color: #ffffff;
}

.banner .swiper-button-prev span {
    display: block;
    transform: rotate(180deg);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 36px;
}

.double-bottom {
    display: none;
}

.banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
}

.banner-video.phone {
    display: none;
}

.slide-inner .banner-poster {
    z-index: 0;
}

@keyframes jump {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -10px);
    }
}

.about_box {
    padding: 80px 0;
}

.about_box .container {
    max-width: var(--site-container);
}

.about_box .about_body .top {
    display: flex;
}

.about_box .about_body .top .desc_box {
    flex: 1;
    padding: 0 var(--site-gutter);
}

.about_box .about_body .top .img_box {
    flex: 1;
    padding: 0 var(--site-gutter);
}

.about_box .about_body .min_title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--ll-brand-red);
}

.about_box .about_body .title {
    margin-bottom: 10px;
    font-size: 30px;
    color: var(--ll-text-main);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
}

.about_box .about_body .desc {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 16px;
    margin-bottom: 28px;
    color: var(--ll-text-body);
    white-space: pre-line;
}



.about_box .list {
    margin-top: 50px;
    padding: 0 10px;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.about_box .list .item {
    width: 100%;
    min-height: 169px;
    padding: 28px 0px;
    background-color: var(--ll-bg-card);
    border: 1px solid var(--ll-border);
    box-shadow: var(--ll-shadow-card);
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
}

.about_box .list .item img {
    width: 87px;
}

.about_box .list .item h2 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: var(--ll-text-body);
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.service_box {
    position: relative;
    padding: 80px 0px;
    min-height: 600px;
}

.service_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.service_body {
    padding-left: calc(50% + 50px);
}

.service_body .title {
    color: var(--ll-text-main);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -2px;
}

.service_body .title span {
    color: var(--ll-brand-red);
    margin-right: 10px;
}

.service_body .tip {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: var(--ll-text-body);
}

.service_body .process_list {
    position: relative;
    margin-top: 50px;
}

.service_body .process_list::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    display: block;
    width: 1px;
    height: 70%;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e6e6e6;
    z-index: 1;
}

.service_body .process_item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.service_body .process_item .item_icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--ll-brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.service_body .process_item .item_icon:hover {
    animation: shake 0.5s ease-in-out;
}


@keyframes shake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }
}

.service_body .process_item .item_icon img {
    width: 40%;
}

.service_body .process_item .item_body {
    flex: 1;
}

.service_body .process_item .item_body .tip_title {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: var(--ll-text-main);
}

.service_body .process_item .item_body .tip_desc {
    font-size: 16px;
    line-height: 25px;
    color: var(--ll-text-secondary);
}

.message_box {
    padding: 80px 0;
}

.message_body {
    display: block !important;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 55px !important;
    border-radius: 5px;
    box-shadow: var(--ll-shadow-card);
}

.message_body .tip {
    margin-bottom: 15px;
}

.message_body .row {
    margin-bottom: 20px;
}

.message_body input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--ll-text-main);
    background-color: #fff;
    background-image: none;
    border: 1px solid var(--ll-border);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.message_body input::placeholder {
    color: var(--ll-text-muted);
}

.message_body input:focus {
    border: 1px solid var(--ll-brand-red);
    box-shadow: 0 0 0 3px rgba(181, 18, 27, .10);
}

.message_body textarea {
    outline: none;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--ll-text-main);
    background-color: #fff;
    background-image: none;
    border: 1px solid var(--ll-border);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.message_body textarea::placeholder {
    color: var(--ll-text-muted);
}

.message_body textarea:focus {
    border: 1px solid var(--ll-brand-red);
    box-shadow: 0 0 0 3px rgba(181, 18, 27, .10);
}

.message_body .btn_list {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.message_body .btn_item {
    padding: 6px 25px;
    background-color: #ffffff;
    color: var(--ll-text-main);
    border: 1px solid var(--ll-border-strong);
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.message_body .btn_item:hover {
    background-color: var(--ll-bg-section);
}

.message_body .btn_item:first-child {
    color: #ffffff;
    background-color: var(--ll-brand-red);
    border-color: var(--ll-brand-red);
}

.message_body .btn_item:first-child:hover {
    background-color: var(--ll-brand-red-hover);
    border-color: var(--ll-brand-red-hover);
}

.news_box {
    padding: 80px 0;
    background-color: var(--ll-bg-section);
}

.news_box .title {
    color: var(--ll-text-main);
    font-size: 32px;
    font-weight: 800;
    /* letter-spacing: -2px; */
    position: relative;
    text-align: center;
}

.news_box .title_tip {
    text-align: center;
}

.news_box .news_list {
    padding: 0 15px;
    margin-top: 30px;
    display: flex;
    gap: 30px;
    justify-content: center;
    /*grid-column-gap: 30px;*/
    /*grid-row-gap: 30px;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
}

.news_box .news_item {
    flex: 1;
    max-width: 436px;
    background-color: var(--ll-bg-card);
    position: relative;
    border: 1px solid var(--ll-border);
    box-shadow: var(--ll-shadow-card);
    transition: box-shadow .2s ease, transform .2s ease;
}

.news_box .news_item:hover {
    box-shadow: var(--ll-shadow-card-hover);
}

.news_box .news_item .new_img {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}

.news_box .news_item .new_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_box .news_item .new_img .new_tip_num {
    background: rgba(17, 17, 17, .88);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-top: -45px;
    transform: translateX(-50%);
    width: 35%;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    padding: 0 10px;
    opacity: 0.9;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news_box .news_item .desc_body {
    padding: 20px;
    padding-bottom: 40px;
}

.news_box .news_item .new_title {
    line-height: 30px;
    font-size: 20px;
    color: var(--ll-text-main);
    font-weight: 800;
}

.news_box .news_item .new_desc {
    margin-top: 10px;
}

.news_box .news_item .new_btn {
    display: inline-block;
    margin-top: 15px;
    letter-spacing: 2px;
    color: var(--ll-text-main);
    border-bottom: solid 2px var(--ll-border-strong);
}

.news_box .news_item:hover .new_title {
    color: var(--ll-brand-red);
}

.news_box .news_item:hover .new_btn {
    color: var(--ll-brand-red);
    border-bottom: solid 2px var(--ll-brand-red);
}

.news_box .news_item:hover .new_img img {
    transform: scale(1.5);
    transition: all 0.3s;
}

.support_box {
    padding-top: 40px;
}

.support_box .title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: var(--ll-text-main);
    font-size: 32px;
    font-weight: 800;
    position: relative;
    text-align: center;
}

.support_box .title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background-color: var(--ll-brand-red);
}

.support_box .title_tip {
    margin-bottom: 80px;
    text-align: center;
}

.support_row {
    position: relative;
}

.support_row_item {
    padding-left: calc(50% + 100px);
}

.support_row_item .tag_list {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.support_row_item .tag_list .tag {
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid var(--ll-border-strong);
    color: var(--ll-text-secondary);
    display: flex;
    align-items: center;
    gap: 5px;
}

.support_row_item .tag_list .tag img {
    width: 14px;
    height: auto;
}

.support_row .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.support_row .item_tip {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ll-brand-red);
}

.support_row .item_title {
    margin-bottom: 20px;
    color: var(--ll-text-main);
    font-size: 32px;
    font-weight: 800;
}

.support_row .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.support_row_item .bottom_tip {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    gap: 5px;
}

.support_row_item .bottom_tip img {
    width: 14px;

}

.support_box .support_row:nth-child(2n) {
    background-color: var(--ll-section-dark);
}

.support_box .support_row:nth-child(2n) .item_title {
    color: #ffffff;
}

.support_box .support_row:nth-child(2n) p {
    color: var(--ll-text-inverse-muted);
}

.support_box .support_row:nth-child(2n) .item_tip {
    color: #FF6B73;
}

.support_box .support_row:nth-child(2n) .tag_list .tag {
    border-color: rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .86);
    background-color: rgba(255, 255, 255, .04);
}

.support_box .support_row:nth-child(2n+1) {
    background-color: #ffffff;
}

.support_box .support_row:nth-child(2n+1) .bg {
    right: 0;
    left: auto;
}

.support_box .support_row:nth-child(2n+1) .support_row_item {
    padding: 0;
    padding-right: calc(50% + 100px);
    text-align: right;
}

.support_box .support_row:nth-child(2n+1) .tag_list {
    justify-content: flex-end;
}

.support_box .support_row:nth-child(2n+1) .more_btn {
    display: inline-block;
}

.support_box .support_row:nth-child(2n+1) .bottom_tip {
    justify-content: flex-end;
}

@media screen and (max-width:1450px) {
    .slide-inner .banner_title_box {
        max-width: var(--site-container);
    }

    .about_box .container {
        width: min(var(--site-container), calc(100% - (var(--site-gutter) * 2)));
        max-width: var(--site-container);
    }
}

@media screen and (min-width:1600px) {
    .banner {
        height: 760px;
        min-height: 730px;
        max-height: 800px;
    }
}

@media screen and (max-width:1300px) {

    .slide-inner .banner_title_box {
        padding: 0 15px;
    }

    .about_box,
    .service_box,
    .news_box {
        padding: 50px 0;
    }

    .service_box {
        padding-bottom: 0;
    }
}

@media screen and (max-width:1200px) {
    .banner {
        height: 680px;
        min-height: 640px;
        max-height: 720px;
    }

    .slide-inner .banner_title_box {
        bottom: 118px;
        padding: 0 var(--site-gutter);
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 28px;
    }
}

@media screen and (max-width:1100px) {
    .slide-inner .banner_tip {
        font-size: 18px;
        line-height: 1.35;
    }

    .slide-inner .banner_title {
        font-size: 46px;
    }

    .slide-inner .banner_title_min {
        font-size: 20px;
        line-height: 1.45;
    }

}

@media screen and (max-width:1000px) {
    .about_box .about_body .top {
        display: block;
    }

    .about_box .about_body .top .img_box {
        margin-top: 30px;
    }

    .service_box {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .service_bg {
        flex: 1;
        width: 100%;
        height: auto;
        position: static;
    }

    .service_body {
        flex: 1;
        padding: 0;
        padding-bottom: 30px;
    }

    .support_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .support_row .bg {
        flex: 1;
        display: block;
        width: 100%;
        height: auto;
        position: static;
    }

    .support_row_item {
        padding: 0 !important;
        text-align: left !important;
    }

    .support_box .support_row:nth-child(2n+1) .bottom_tip,
    .support_box .support_row:nth-child(2n+1) .tag_list {

        justify-content: flex-start;
    }
}

@media screen and (max-width: 992px) {
    .banner {
        height: 620px;
        min-height: 580px;
        max-height: 660px;
    }

    .slide-inner .banner_title_box {
        bottom: 104px;
    }

    .slide-inner .banner_title {
        font-size: clamp(38px, 6vw, 54px);
    }

    .slide-inner .banner_title_min {
        font-size: 18px;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 48px !important;
        height: 48px !important;
    }

    .banner .swiper-button-prev {
        left: 20px;
    }

    .banner .swiper-button-next {
        right: 20px;
    }
}

@media screen and (max-width: 760px) {
    .slide-inner .banner_title_box {
        bottom: 92px;
        padding: 0 18px;
    }

    .slide-inner .banner_tip {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.3;
    }

    .slide-inner .banner_title {
        font-size: clamp(34px, 9vw, 46px);
        line-height: 1.08;
    }

    .slide-inner .banner_title_min {
        display: block;
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.45;
    }

    .slide-inner .banner_btn {
        padding: 0 12px;
        font-size: 13px;
        line-height: 34px;
    }

    .banner {
        height: 540px;
        min-height: 500px;
        max-height: 580px;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none;
    }

    .double-bottom {
        display: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 24px;
    }

    .about_box .list {
        grid-template-columns: 1fr 1fr;
    }

    .about_box {
        padding: 35px 0;
    }

    .about_box .about_body .top .desc_box {
        padding: 0;
    }

    .about_box .about_body .top .img_box {
        padding: 0;
    }

    .about_box .list {
        padding: 0;
        margin-top: 30px;
    }

    .service_body .process_list::before {
        top: 40%;
        left: 20px;
    }

    .service_body .process_item .item_icon {
        width: 40px;
        height: 40px;
    }

    .message_body {
        padding: 50px 20px !important;
    }

    .news_box .news_list {
        padding: 0;
        display: block;
    }

    .news_box .news_item {
        margin-bottom: 30px;
    }

    .news_box .news_item:last-child {
        margin-bottom: 0;
    }

    .support_box {
        padding-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .banner {
        height: 520px;
        min-height: 490px;
        max-height: 560px;
    }

    .slide-inner .pc {
        display: none;
    }

    .slide-inner .phone {
        display: block;
    }

    .banner-video.pc {
        display: none;
    }

    .banner-video.phone {
        display: block;
    }

}

/* Home middle sections: premium B2B section system */
.home-main-sections {
    background: var(--ll-bg-section, #F6F7F8);
    color: var(--ll-text-body, #2F343A);
}

.home-main-sections .container {
    max-width: var(--site-container);
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
}

.home-section {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.home-section.is-muted {
    background: var(--ll-bg-section, #F6F7F8);
}

.home-section.is-white {
    background: #ffffff;
}

.home-section.is-dark {
    background:
        radial-gradient(circle at 8% 0, rgba(181, 18, 27, .08), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, 0) 42%),
        var(--ll-section-dark, #151A1D);
    color: #ffffff;
}

.section-head {
    max-width: 760px;
    margin-bottom: 46px;
}

.section-head-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-kicker,
.home-main-sections .min_title,
.home-main-sections .item_tip {
    display: block;
    margin: 0 0 12px;
    color: var(--ll-brand-red, #B5121B);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .04em;
}

.section-title,
.home-main-sections .title {
    margin: 0;
    color: var(--ll-text-main, #111111);
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0;
}

.section-desc,
.home-main-sections .title_tip {
    margin-top: 16px;
    color: var(--ll-text-secondary, #5F6368);
    font-size: 16px;
    line-height: 1.8;
}

.is-dark .section-title,
.is-dark .title,
.is-dark .tip_title,
.is-dark .item_title {
    color: #ffffff;
}

.is-dark .section-desc,
.is-dark .title_tip,
.is-dark .tip,
.is-dark .tip_desc,
.is-dark .rich-text-content {
    color: rgba(255, 255, 255, .72);
}

.home-card {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(17, 17, 17, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-card:hover {
    transform: translateY(-3px);
    border-color: rgba(181, 18, 27, .20);
    box-shadow: 0 18px 44px rgba(17, 17, 17, .09);
}

.home-main-sections .more_btn,
.home-main-sections .banner_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid var(--ll-brand-red, #B5121B);
    border-radius: 5px;
    background: var(--ll-brand-red, #B5121B);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.home-main-sections .more_btn:hover {
    border-color: var(--ll-brand-red-hover, #D61F2C);
    background: var(--ll-brand-red-hover, #D61F2C);
    color: #ffffff;
}

.home-main-sections .rich-text-content {
    font-size: 16px;
    line-height: 1.78;
}

.home-company .list .item_body {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-process .service_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .16;
    object-fit: cover;
    filter: grayscale(30%);
}

.home-process .container {
    position: relative;
    z-index: 1;
}

.home-process .service_body {
    padding: 0;
}

.home-process .section-head {
    margin-bottom: 24px;
}

.home-process .service_body .title span {
    margin: 0 0 12px;
}

.home-process .tip {
    max-width: 820px;
    margin: 0 0 44px;
}

.home-process .process_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.home-process .process_list::before {
    display: none;
}

.home-process .process_item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 260px;
    margin: 0;
    padding: 28px;
    border-color: rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .045);
    box-shadow: none;
}

.home-process .process_index {
    color: var(--ll-brand-red-hover, #D61F2C);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
}

.home-process .process_item .item_icon {
    position: static;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
}

.home-process .process_item .item_icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.home-process .process_item .item_body {
    flex: 1;
}

.home-process .process_item .tip_title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.home-process .process_item .tip_desc {
    color: rgba(255, 255, 255, .70);
    font-size: 14.5px;
    line-height: 1.75;
}


.home-news .news_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding: 0;
    margin-top: 0;
}

.home-news .news_item {
    overflow: hidden;
    max-width: none;
    margin: 0;
}

.home-news .news_item:hover {
    transform: translateY(-3px);
}

.home-news .new_body {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.home-news .news_item .new_img {
    padding-bottom: 62.5%;
}

.home-news .news_item .new_img .new_tip_num {
    left: 18px;
    bottom: 16px;
    transform: none;
    width: auto;
    min-width: 0;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 4px;
    background: rgba(17, 17, 17, .82);
    font-size: 12px;
    font-weight: 700;
}

.home-news .news_item .desc_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.home-news .news_item .new_title {
    color: var(--ll-text-main, #111111);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.42;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-news .news_item .new_desc {
    margin-top: 12px;
    color: var(--ll-text-secondary, #5F6368);
    font-size: 14px;
    line-height: 1.7;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-news .news_item .new_btn {
    margin-top: auto;
    padding-top: 18px;
    color: var(--ll-text-main, #111111);
    border: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
}

.home-news .news_item:hover .new_img img {
    transform: scale(1.04);
    transition: transform .22s ease;
}

@media screen and (max-width: 1200px) {
    .home-section {
        padding: 78px 0;
    }

    .home-process .process_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 992px) {
    .home-service-model .support_grid {
        grid-template-columns: 1fr;
    }

    .home-news .news_list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 760px) {
    .home-section {
        padding: 58px 0;
    }

    .section-head {
        margin-bottom: 32px;
    }

    .section-title,
    .home-main-sections .title {
        font-size: clamp(27px, 8vw, 34px);
    }

    .home-service-model .support_row_item {
        padding: 24px;
    }

    .home-process .process_list {
        grid-template-columns: 1fr;
    }

    .home-process .process_item {
        min-height: 0;
        padding: 24px;
    }

    .home-news .news_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Home middle sections: stabilization pass */
.home-section {
    padding-top: 78px;
    padding-bottom: 78px;
}

.home-main-sections .container {
    width: min(var(--site-container), 100%);
    box-sizing: border-box;
}

.section-head {
    margin-bottom: 36px;
}

.section-title,
.home-main-sections .title {
    font-size: clamp(30px, 2.55vw, 40px);
}

.home-card {
    box-shadow: 0 8px 24px rgba(17, 17, 17, .045);
}

.home-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(17, 17, 17, .075);
}

/* Home Service Model: premium full-width editorial split system */
.home-service-model.service-model-section {
    padding: 92px 0 0;
    background: #ffffff;
}

.home-service-model .service-model-header {
    max-width: 720px;
    margin: 0 auto 54px;
    padding: 0 var(--site-gutter);
    text-align: center;
}

.home-service-model .service-model-header .title {
    position: relative;
    padding-bottom: 14px;
    font-size: clamp(32px, 2.4vw, 40px);
    line-height: 1.15;
    letter-spacing: -0.015em;
}

.home-service-model .service-model-header .title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56px;
    height: 2px;
    background: var(--ll-brand-red, #B5121B);
    transform: translateX(-50%);
}

.home-service-model .title_tip {
    max-width: 700px;
    margin: 16px auto 0;
    color: var(--ll-text-secondary, #5F6368);
    font-size: 15px;
    line-height: 1.75;
}

.home-service-model .service-model-stack {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-service-model .service-model-split {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    width: 100%;
    min-height: clamp(500px, 37vw, 580px);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-service-model .service-model-split + .service-model-split {
    border-top: 1px solid rgba(20, 24, 31, .08);
}

.home-service-model .service-model-media {
    position: relative;
    min-height: clamp(500px, 37vw, 580px);
    overflow: hidden;
    background: #eef1f4;
}

.home-service-model .service-model-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, 0) 38%),
        linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .06));
}

.home-service-model .service-model-media .bg {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(500px, 37vw, 580px);
    object-fit: cover;
    object-position: center center;
}

.home-service-model .service-model-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-top: clamp(52px, 5vw, 76px);
    padding-bottom: clamp(52px, 5vw, 76px);
    text-align: left !important;
}

.home-service-model .service-model-copy {
    width: 100%;
    max-width: 610px;
}

.home-service-model .service-model-split-dark .service-model-content {
    padding-left: clamp(52px, 5.5vw, 96px);
    padding-right: max(48px, calc((100vw - var(--site-container)) / 2 + var(--site-gutter)));
    background:
        radial-gradient(circle at 100% 0, rgba(181, 18, 27, .12), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0) 44%),
        #10161a;
    color: #ffffff;
}

.home-service-model .service-model-split-dark .service-model-copy {
    margin-right: auto;
}

.home-service-model .service-model-split-light .service-model-content {
    padding-left: max(48px, calc((100vw - var(--site-container)) / 2 + var(--site-gutter)));
    padding-right: clamp(52px, 5.5vw, 96px);
    background: linear-gradient(180deg, #f8f9fa 0%, #f1f3f5 100%);
    color: #141820;
}

.home-service-model .service-model-split-light .service-model-copy {
    margin-left: 0;
}

.home-service-model .service-model-split-light .service-model-media {
    order: 2;
}

.home-service-model .service-model-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--ll-brand-red, #B5121B);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .06em;
}

.home-service-model .service-model-kicker::before {
    content: none;
    display: none;
}

.home-service-model .service-model-kicker::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: rgba(181, 18, 27, .65);
}

.home-service-model .service-model-title {
    max-width: 600px;
    margin: 0 0 20px;
    font-size: clamp(34px, 2.65vw, 46px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.home-service-model .service-model-split-dark .service-model-title {
    color: #ffffff;
}

.home-service-model .service-model-split-light .service-model-title {
    color: #111820;
}

.home-service-model .rich-text-content {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.72;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.home-service-model .rich-text-content p,
.home-service-model .rich-text-content div {
    margin-top: 0;
    margin-bottom: 8px;
}

.home-service-model .rich-text-content p:empty,
.home-service-model .rich-text-content div:empty {
    display: none;
}

.home-service-model .service-model-split-dark .rich-text-content {
    color: rgba(255, 255, 255, .78);
}

.home-service-model .service-model-split-light .rich-text-content {
    color: #4d5662;
}

.home-service-model .service-model-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 620px;
    margin: 26px 0 0;
    padding: 0;
}

.home-service-model .tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.2;
}

.home-service-model .service-model-split-dark .tag {
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .84);
}

.home-service-model .service-model-split-light .tag {
    border: 1px solid rgba(20, 24, 31, .12);
    background: #ffffff;
    color: #4B5563;
}

.home-service-model .tag .fa {
    color: var(--ll-brand-red, #B5121B);
    font-size: 10px;
}

.home-service-model .service-model-suitable {
    max-width: 620px;
    margin-top: 26px;
    padding-top: 18px;
    font-size: 13.5px;
    line-height: 1.6;
}

.home-service-model .service-model-split-dark .service-model-suitable {
    border-top: 1px solid rgba(255, 255, 255, .24);
    color: rgba(255, 255, 255, .80);
}

.home-service-model .service-model-split-light .service-model-suitable {
    border-top: 1px solid rgba(20, 24, 31, .12);
    color: #5b6472;
}

.home-service-model .service-model-suitable p {
    margin: 0;
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-service-model .service-model-suitable .fa {
    color: var(--ll-brand-red-hover, #D61F2C);
}

.home-service-model .more_btn {
    align-self: flex-start;
    min-height: 44px;
    margin-top: 24px;
    padding: 0 24px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    .home-service-model.service-model-section {
        padding-top: 64px;
        padding-bottom: 0;
    }

    .home-service-model .service-model-header {
        margin-bottom: 34px;
    }

    .home-service-model .service-model-split {
        grid-template-columns: 1fr;
        min-height: auto;
        border-bottom: 0;
    }

    .home-service-model .service-model-split + .service-model-split {
        margin-top: 14px;
        border-top: 0;
    }

    .home-service-model .service-model-split-light {
        border-top: 1px solid rgba(20, 24, 31, .08);
    }

    .home-service-model .service-model-split-light .service-model-content {
        order: 2;
    }

    .home-service-model .service-model-split-light .service-model-media {
        order: 1;
    }

    .home-service-model .service-model-media,
    .home-service-model .service-model-media .bg {
        min-height: 300px;
        height: 300px;
    }

    .home-service-model .service-model-content,
    .home-service-model .service-model-split-dark .service-model-content,
    .home-service-model .service-model-split-light .service-model-content {
        padding: 42px 28px 46px !important;
    }

    .home-service-model .service-model-copy {
        max-width: 680px;
    }

    .home-service-model .service-model-title {
        max-width: 100%;
        margin-bottom: 16px;
        font-size: clamp(26px, 5.2vw, 34px);
        line-height: 1.14;
    }

    .home-service-model .rich-text-content {
        max-width: 100%;
        font-size: 14.5px;
        line-height: 1.68;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home-service-model .service-model-tags {
        gap: 8px;
        margin-top: 22px;
    }

    .home-service-model .service-model-suitable {
        margin-top: 24px;
        padding-top: 18px;
    }

    .home-service-model .more_btn {
        margin-top: 22px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .home-service-model.service-model-section {
        padding-top: 56px;
    }

    .home-service-model .service-model-header {
        margin-bottom: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-service-model .service-model-header .title {
        padding-bottom: 12px;
        font-size: 28px;
        line-height: 1.18;
    }

    .home-service-model .service-model-header .title::after {
        width: 44px;
        height: 2px;
    }

    .home-service-model .title_tip {
        font-size: 13.5px;
        line-height: 1.65;
    }

    .home-service-model .service-model-media,
    .home-service-model .service-model-media .bg {
        min-height: 235px;
        height: 235px;
    }

    .home-service-model .service-model-content,
    .home-service-model .service-model-split-dark .service-model-content,
    .home-service-model .service-model-split-light .service-model-content {
        padding: 34px 20px 40px !important;
    }

    .home-service-model .service-model-kicker {
        margin-bottom: 12px;
        font-size: 11.5px;
        letter-spacing: .05em;
    }

    .home-service-model .service-model-kicker::after {
        width: 24px;
    }

    .home-service-model .service-model-title {
        font-size: 26px;
        line-height: 1.16;
        letter-spacing: -0.018em;
    }

    .home-service-model .rich-text-content {
        font-size: 14px;
        line-height: 1.68;
        -webkit-line-clamp: 6;
    }

    .home-service-model .service-model-tags {
        margin-top: 20px;
        gap: 7px;
    }

    .home-service-model .tag {
        min-height: 30px;
        padding: 0 10px;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 650;
        line-height: 1.2;
    }

    .home-service-model .service-model-split-dark .tag {
        background: rgba(255, 255, 255, .045);
    }

    .home-service-model .service-model-split-light .tag {
        background: #ffffff;
    }

    .home-service-model .service-model-suitable {
        margin-top: 22px;
        padding-top: 16px;
        font-size: 13px;
        line-height: 1.55;
    }

    .home-service-model .service-model-suitable p {
        -webkit-line-clamp: 3;
    }

    .home-service-model .more_btn {
        min-height: 40px;
        margin-top: 22px;
        padding: 0 20px;
        font-size: 13px;
    }
}

/* Home Service Process: original layout premium upgrade */
.home-process.process-section {
    display: block;
    position: relative;
    min-height: 0;
    padding: 0 !important;
    overflow: hidden;
    background: linear-gradient(180deg, #F1F3F5 0%, #EEF1F3 100%);
    color: var(--ll-text-main, #111111);
    border-bottom: 1px solid rgba(20, 24, 31, .06);
}

.home-process.process-section *,
.home-process.process-section *::before,
.home-process.process-section *::after {
    box-sizing: border-box;
}

.home-process.process-section::before,
.home-process.process-section::after {
    display: none;
}

.home-process .process-fullbleed {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    width: 100%;
    min-height: clamp(560px, 38vw, 640px);
    margin: 0;
    background: transparent;
}

.home-process .process-visual {
    position: relative;
    min-height: clamp(560px, 38vw, 640px);
    overflow: hidden;
    background: #e9ecef;
}

.home-process .process-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .035), rgba(0, 0, 0, 0) 45%),
        linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .035));
}

.home-process .process-visual-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(560px, 38vw, 640px);
    object-fit: cover;
    object-position: center center;
    filter: saturate(.97) contrast(1.02);
}

.home-process .process-content-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: clamp(560px, 38vw, 640px);
    border-left: 1px solid rgba(20, 24, 31, .06);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .05);
}

.home-process .process-content-inner {
    width: 100%;
    max-width: 760px;
    min-width: 0;
    padding: clamp(56px, 5vw, 78px) clamp(58px, 5.2vw, 86px);
    margin: 0;
}

.home-process .process-heading {
    width: 100%;
    max-width: 680px;
    margin-bottom: 38px;
}

.home-process .process-heading-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-bottom: 14px;
    white-space: normal;
    word-break: normal;
    writing-mode: horizontal-tb;
}

.home-process .process-kicker {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    color: var(--ll-brand-red, #B5121B);
    font-size: clamp(20px, 1.4vw, 26px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    white-space: nowrap;
    writing-mode: horizontal-tb;
}

.home-process .process-title {
    display: inline-flex;
    width: auto;
    margin: 0;
    color: var(--ll-text-main, #111111);
    font-size: clamp(32px, 2.45vw, 44px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
    white-space: nowrap;
    writing-mode: horizontal-tb;
}

.home-process .process-head-desc {
    max-width: 660px;
    color: var(--ll-text-secondary, #5F6368);
    font-size: 14.8px;
    line-height: 1.68;
    white-space: normal;
    word-break: normal;
}

.home-process .process-head-desc .rich-text-content {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.home-process .process-head-desc p,
.home-process .process-head-desc div {
    margin: 0;
}

.home-process .process-rail {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 700px;
    min-width: 0;
}

.home-process .process-step {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    min-width: 0;
    padding: 0 0 34px;
}

.home-process .process-step:last-child {
    padding-bottom: 0;
}

.home-process .process-step::after {
    content: "";
    position: absolute;
    left: 26px;
    top: 46px;
    bottom: 0;
    width: 1px;
    background: rgba(20, 24, 31, .10);
}

.home-process .process-step:last-child::after {
    display: none;
}

.home-process .process-step-marker {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 52px;
    min-width: 52px;
}

.home-process .process-index {
    display: none !important;
}

.home-process .process-icon {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(181, 18, 27, .84);
}

.home-process .process-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.home-process .process-step-body {
    min-width: 0;
    width: 100%;
    padding-top: 4px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.home-process .process-step-title {
    max-width: 100%;
    margin: 0 0 8px;
    color: var(--ll-text-main, #111111);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.012em;
    white-space: normal;
    word-break: normal;
}

.home-process .process-step-desc {
    max-width: 650px;
    margin: 0;
    color: #545d68;
    font-size: 15px;
    line-height: 1.68;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.home-process.process-section + .home-products {
    margin-top: 0;
}

.home-service-model + .home-process.process-section {
    margin-top: 0;
}

@media screen and (max-width: 1200px) {
    .home-process .process-fullbleed {
        grid-template-columns: minmax(0, 50%) minmax(0, 50%);
        min-height: 560px;
    }

    .home-process .process-visual,
    .home-process .process-visual-img,
    .home-process .process-content-panel {
        min-height: 560px;
    }

    .home-process .process-content-inner {
        max-width: 660px;
        padding: 48px;
    }

    .home-process .process-heading {
        margin-bottom: 32px;
    }

    .home-process .process-step {
        gap: 20px;
        padding-bottom: 28px;
    }

    .home-process .process-step-desc {
        font-size: 14.3px;
        line-height: 1.64;
    }
}

@media screen and (max-width: 991px) {
    .home-process .process-fullbleed {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-process .process-visual,
    .home-process .process-visual-img {
        min-height: 340px;
        height: 340px;
    }

    .home-process .process-content-panel {
        min-height: 0;
        border-left: 0;
        border-top: 1px solid rgba(20, 24, 31, .08);
    }

    .home-process .process-content-inner {
        max-width: none;
        padding: 42px 28px 52px;
    }

    .home-process .process-heading {
        max-width: 760px;
        margin-bottom: 30px;
    }

    .home-process .process-heading-line {
        gap: 10px;
        margin-bottom: 12px;
    }

    .home-process .process-kicker {
        font-size: 20px;
    }

    .home-process .process-title {
        font-size: clamp(30px, 6vw, 38px);
    }

    .home-process .process-head-desc {
        max-width: 760px;
        font-size: 14.5px;
        line-height: 1.65;
    }

    .home-process .process-rail {
        max-width: 760px;
    }

    .home-process .process-step {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 20px;
        padding-bottom: 30px;
    }

    .home-process .process-step-marker {
        width: 52px;
        min-width: 52px;
    }

    .home-process .process-step::after {
        left: 26px;
        top: 46px;
    }

    .home-process .process-index {
        display: none !important;
    }

    .home-process .process-step-desc {
        max-width: 760px;
    }
}

@media screen and (max-width: 575px) {
    .home-process .process-visual,
    .home-process .process-visual-img {
        min-height: 248px;
        height: 248px;
    }

    .home-process .process-content-inner {
        padding: 34px 22px 44px;
    }

    .home-process .process-heading {
        margin-bottom: 28px;
    }

    .home-process .process-heading-line {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .home-process .process-kicker {
        font-size: 18px;
    }

    .home-process .process-title {
        font-size: 30px;
        line-height: 1.1;
        white-space: normal;
    }

    .home-process .process-head-desc {
        font-size: 14px;
        line-height: 1.65;
    }

    .home-process .process-step {
        grid-template-columns: 1fr;
        gap: 13px;
        padding-bottom: 28px;
    }

    .home-process .process-step::after {
        display: none;
    }

    .home-process .process-step-marker {
        width: auto;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .home-process .process-index {
        display: none !important;
    }

    .home-process .process-icon {
        width: 40px;
        height: 40px;
    }

    .home-process .process-icon img {
        width: 20px;
        height: 20px;
    }

    .home-process .process-step-title {
        font-size: 18px;
        line-height: 1.35;
    }

    .home-process .process-step-desc {
        max-width: none;
        font-size: 14px;
        line-height: 1.68;
    }
}

/* Home Product Range: tire supply categories */
.product-range {
    position: relative;
    padding: clamp(78px, 7vw, 108px) 0 clamp(86px, 7vw, 116px);
    background: linear-gradient(180deg, #F8F8F7 0%, #FAFAF8 100%);
    border-top: 1px solid rgba(20, 24, 31, .06);
    word-break: normal;
}

.product-range * {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.product-range .container {
    position: relative;
    z-index: 1;
}

.product-range-head {
    max-width: 780px;
    margin: 0 0 42px;
    text-align: left;
}

.product-range .section-kicker {
    color: var(--ll-brand-red, #B5121B);
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: none;
}

.product-range .section-title {
    max-width: 720px;
    color: var(--ll-text-main, #111111);
    font-size: clamp(36px, 3.2vw, 52px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.product-range-desc {
    max-width: 620px;
    color: #5F666D;
    font-size: 15.5px;
    line-height: 1.72;
}

.product-range-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 22px;
}

.product-range-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.product-range-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid rgba(20, 24, 31, .055);
    border-radius: 14px;
    background: #111;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
    color: #fff;
    text-decoration: none;
    isolation: isolate;
    transition: box-shadow .25s ease;
}

.product-range-card.is-featured {
    min-height: 542px;
}

.product-range-card img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.product-range-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, .72) 100%);
    transition: background .25s ease;
}

.product-range-card:hover img {
    transform: scale(1.045);
}

.product-range-card:hover {
    box-shadow: 0 24px 52px rgba(15, 23, 42, .12);
}

.product-range-card:hover::after {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .22) 35%, rgba(0, 0, 0, .76) 100%);
}

.product-range-card-content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 28px;
}

.product-range-card-title {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.product-range-card.is-featured .product-range-card-title {
    font-size: clamp(32px, 3vw, 44px);
}

.product-range-card-desc {
    display: -webkit-box;
    max-width: 430px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 14.5px;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.product-range-side .product-range-card-desc {
    max-width: 92%;
    font-size: 14px;
    line-height: 1.55;
}

.product-range-card.is-featured .product-range-card-desc {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.65;
}

.product-range-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.product-range-card-link::after {
    content: "→";
    color: var(--ll-brand-red, #B5121B);
    transition: transform .2s ease;
}

.product-range-card:hover .product-range-card-link::after {
    transform: translateX(4px);
}

@media screen and (max-width: 991px) {
    .product-range-grid {
        grid-template-columns: 1fr;
    }

    .product-range-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-range-card.is-featured {
        min-height: 360px;
    }
}

@media screen and (max-width: 575px) {
    .product-range {
        padding-top: 56px;
        padding-bottom: 64px;
    }

    .product-range-head {
        margin-bottom: 30px;
    }

    .product-range-side {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-range-card,
    .product-range-card.is-featured {
        min-height: 230px;
        border-radius: 12px;
    }

    .product-range-card-content {
        padding: 20px;
    }

    .product-range-card-title,
    .product-range-card.is-featured .product-range-card-title {
        font-size: 22px;
        line-height: 1.16;
    }

    .product-range-card-desc,
    .product-range-card.is-featured .product-range-card-desc {
        max-width: 100%;
        font-size: 13.5px;
        line-height: 1.55;
        -webkit-line-clamp: 2;
    }

    .product-range-card-link {
        font-size: 13.5px;
    }
}

.home-news .section-head {
    margin-bottom: 34px;
}

.home-news .news_list {
    gap: 24px;
}

.home-news .news_item .new_img {
    padding-bottom: 58%;
}

.home-news .news_item .desc_body {
    padding: 20px 20px 22px;
}

.home-news .news_item .new_title {
    font-size: 17px;
}

.home-news .news_item .new_desc {
    font-size: 13.5px;
}

@media screen and (max-width: 1200px) {
    .home-section {
        padding-top: 66px;
        padding-bottom: 66px;
    }

}

@media screen and (max-width: 991px) {
    .home-process .process_list {
        grid-template-columns: 1fr;
    }

    .home-process .process_item {
        min-height: 0;
    }
}

@media screen and (max-width: 760px) {
    .home-section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .section-head {
        margin-bottom: 26px;
    }

    .home-news .news_list {
        gap: 18px;
    }
}


/* Company Profile: final compact editorial module */
.home-company {
    background: linear-gradient(180deg, #f7f8fa 0%, #f3f5f7 100%);
}

.home-company.home-section {
    padding-top: 52px;
    padding-bottom: 52px;
}

.home-company .about_body {
    position: relative;
}

.home-company .company-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, .86fr);
    gap: 36px;
    align-items: start;
}

.home-company .company-copy,
.home-company .desc {
    max-width: 545px;
    padding: 0;
}

.home-company .min_title {
    margin-bottom: 9px;
    font-size: 12.5px;
    letter-spacing: .055em;
}

.home-company .title {
    max-width: 545px;
    font-size: clamp(31px, 2.65vw, 40px);
    line-height: 1.10;
}

.home-company .desc {
    margin: 12px 0 16px;
    color: var(--ll-text-secondary, #5F6368);
}

.home-company .desc .rich-text-content {
    font-size: 15.5px;
    line-height: 1.62;
}

.home-company .desc .rich-text-content p,
.home-company .desc .rich-text-content div {
    margin-top: 0;
    margin-bottom: 7px;
}

.home-company .desc .rich-text-content p:empty,
.home-company .desc .rich-text-content div:empty {
    display: none;
}

.home-company .more_btn {
    min-height: 40px;
    margin-top: 1px;
    padding: 0 18px;
}

.home-company .company-media {
    min-height: 390px;
    height: 410px;
    margin-top: 2px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, .08);
    border-radius: 14px;
    background: transparent;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .065);
}

.home-company .company-media::before,
.home-company .company-media::after {
    content: none;
    display: none;
}

.home-company .company-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: inherit;
    object-fit: cover;
}

.home-company .company-facts {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 20px;
    gap: 0;
    padding: 8px 10px;
    border: 1px solid rgba(17, 17, 17, .06);
    border-radius: 14px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 8px 22px rgba(17, 24, 39, .04);
}

.home-company .list .item {
    position: relative;
    min-height: 88px;
    padding: 12px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.home-company .list .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 16px;
    width: 1px;
    background: rgba(17, 17, 17, .06);
}

.home-company .list .item:hover {
    background: rgba(246, 247, 248, .82);
    box-shadow: none;
    transform: none;
}

.home-company .list .item img {
    width: 34px;
    height: 34px;
}

.home-company .list .item h2 {
    margin-top: 9px;
    color: var(--ll-text-main, #111111);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
    .home-company.home-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-company .company-layout {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .84fr);
        gap: 30px;
    }

    .home-company .company-media {
        height: 360px;
        min-height: 340px;
    }
}

@media screen and (max-width: 992px) {
    .home-company .company-layout {
        grid-template-columns: 1fr;
    }

    .home-company .company-copy,
    .home-company .desc {
        max-width: 620px;
    }

    .home-company .title {
        max-width: 640px;
    }

    .home-company .company-media {
        height: 280px;
        min-height: 260px;
    }

    .home-company .company-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 760px) {
    .home-company.home-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .home-company .company-layout {
        gap: 20px;
    }

    .home-company .title {
        font-size: clamp(27px, 8vw, 34px);
    }

    .home-company .desc {
        margin: 10px 0 14px;
    }

    .home-company .company-media {
        height: 250px;
        min-height: 240px;
    }

    .home-company .company-facts {
        margin-top: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        padding: 8px;
        background: rgba(17, 17, 17, .06);
    }

    .home-company .list .item {
        min-height: 86px;
        background: rgba(255, 255, 255, .92);
    }

    .home-company .list .item:not(:last-child)::after {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .home-company .company-facts {
        grid-template-columns: 1fr;
    }
}

/* HOME-UI-2/3: consolidated styles for the homepage target modules */
.home-main-sections {
    --home-main-text: #171A1D;
    --home-body-text: #4D555D;
    --home-secondary-text: #6D747C;
    --home-muted: #F5F6F7;
    --home-border: #E1E4E7;
    --home-dark: #11161B;
}

/* Hot Products: compact industrial catalog treatment */
.home-main-sections .home-products.home-section {
    position: relative;
    overflow: hidden;
    padding: 64px 0 68px;
    background: var(--home-muted);
    background-image: none;
    color: var(--home-main-text);
}

.home-main-sections .home-products::before {
    display: none;
}

.home-main-sections .home-products .container,
.home-main-sections .home-scenarios .icase_box_body_cont.container,
.home-main-sections .home-inquiry .container {
    width: min(var(--site-container), calc(100% - (var(--site-gutter) * 2)));
    max-width: var(--site-container);
    padding-right: 0;
    padding-left: 0;
}

.home-products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 14px;
}

.home-products-heading.section-head {
    max-width: 760px;
    margin: 0;
}

.home-products .section-title,
.home-products .title {
    color: var(--home-main-text);
    font-size: clamp(38px, 2.85vw, 40px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.02em;
    text-align: left;
}

.home-products .section-title::after,
.home-products .title::after {
    display: none;
}

.home-products .section-desc {
    max-width: 680px;
    margin-top: 10px;
    color: var(--home-secondary-text);
    font-size: 15px;
    line-height: 1.7;
}

.home-products-all {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
    min-height: 34px;
    margin-bottom: 2px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--home-border);
    color: var(--home-body-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease;
}

.home-products-all span:last-child {
    color: var(--ll-brand-red, #B5121B);
    font-size: 16px;
    line-height: 1;
    transition: transform .18s ease;
}

.home-products-all:hover {
    border-color: var(--ll-brand-red, #B5121B);
    color: var(--home-main-text);
}

.home-products-all:hover span:last-child {
    transform: translateX(3px);
}

.home-products-tabs {
    margin-bottom: 18px;
    border-bottom: 1px solid var(--home-border);
}

.home-products-tabs .tab_box {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: visible;
}

.home-products-tabs .tab_box .btn {
    display: none;
}

.home-products-tabs .tab_swiper {
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.home-products-tabs .tab_swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2px;
    transform: none;
}

.home-products-tabs .tab_swiper .swiper-slide {
    width: auto;
    height: auto;
    flex: 0 0 auto;
    background: transparent;
}

.home-products-tabs .tab_text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 7px 14px 8px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--home-secondary-text);
    font: inherit;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.home-products-tabs .tab_text::before,
.home-products-tabs .tab_text::after {
    display: none;
}

.home-products-tabs .tab_text:hover {
    background: rgba(23, 26, 29, .035);
    color: var(--home-main-text);
}

.home-products-tabs .tab_text_active {
    border-bottom-color: var(--ll-brand-red, #B5121B);
    color: var(--home-main-text);
    font-weight: 700;
}

.home-products-showcase {
    display: block;
}

.home-products-aside {
    display: none;
}

.home-products-stage,
.home-products .tab_body_item {
    position: relative;
    min-width: 0;
}

.home-products .tab_body {
    margin-top: 0;
    padding: 0;
    overflow: visible;
}

.home-products .tab_body_item {
    overflow: visible;
}

.home-products .tabBodySwiper {
    width: 100%;
    padding: 0 0 1px;
    overflow: hidden;
}

.home-products .tabBodySwiper .swiper-wrapper {
    justify-content: flex-start;
}

.home-products .product_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--home-border);
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: none;
    color: var(--home-main-text);
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease;
}

.home-products .product_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid var(--home-border);
    background: #FFFFFF;
}

.home-products .product_img img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: none;
    transition: transform .18s ease;
}

.home-products .product_title {
    display: flex;
    align-items: flex-start;
    height: 54px;
    min-height: 54px;
    max-height: 54px;
    margin: 0;
    padding: 13px 15px 0;
    color: var(--home-main-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    overflow: hidden;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
}

.home-products .product_title_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
}

.home-products .product_card_cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    margin-top: auto;
    padding: 0 15px 11px;
    color: var(--home-secondary-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.home-products .product_card_cta span {
    color: var(--ll-brand-red, #B5121B);
    font-size: 15px;
    line-height: 1;
    transition: transform .18s ease;
}

.home-products .product_item:hover {
    border-color: #C8CDD2;
    background: #FFFFFF;
    transform: none;
    box-shadow: none;
}

.home-products .product_item:hover .product_img img {
    transform: scale(1.02);
}

.home-products .product_item:hover .product_card_cta {
    color: var(--ll-brand-red, #B5121B);
}

.home-products .product_item:hover .product_card_cta span {
    transform: translateX(3px);
}

.home-products .swiper-button-prev,
.home-products .swiper-button-next {
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #CBD1D6;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: none;
    color: var(--home-body-text);
    opacity: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.home-products .swiper-button-prev .iconfont,
.home-products .swiper-button-next .iconfont {
    color: currentColor;
    font-size: 14px;
}

.home-products .swiper-button-prev:hover,
.home-products .swiper-button-next:hover {
    border-color: var(--ll-brand-red, #B5121B);
    background: #FFFFFF;
    color: var(--ll-brand-red, #B5121B);
}

.home-products .swiper-button-prev {
    left: -15px;
}

.home-products .swiper-button-next {
    right: -15px;
}

/* Export Supply Scenarios: equal capability card grid */
.home-main-sections .home-scenarios.home-section {
    margin: 0;
    padding: 68px 0 74px;
    background: #FFFFFF;
    background-image: none;
}

.home-main-sections .home-scenarios::before,
.home-main-sections .home-scenarios::after {
    display: none;
}

.home-main-sections .home-scenarios .icase_box_body {
    position: relative;
    z-index: 1;
    padding: 0;
    background: transparent;
}

.home-main-sections .home-scenarios .icase_box_body_cont.container {
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-main-sections .home-scenarios .scenario-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 36px;
    margin: 0 0 28px;
}

.home-main-sections .home-scenarios .scenario-section-copy {
    min-width: 0;
    max-width: 760px;
}

.home-main-sections .home-scenarios .scenario-section-copy .title {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    color: var(--home-main-text);
    font-size: clamp(38px, 2.85vw, 40px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.02em;
}

.home-main-sections .home-scenarios .scenario-section-copy .title::after {
    display: none;
}

.home-main-sections .home-scenarios .scenario-section-copy .tip,
.home-main-sections .home-scenarios .scenario-section-copy .rich-text-content {
    max-width: 760px;
    margin: 0;
    color: var(--home-body-text);
    font-size: 15.5px;
    line-height: 1.72;
    word-break: normal;
    overflow-wrap: normal;
}

.home-main-sections .home-scenarios .scenario-section-copy .rich-text-content p {
    margin: 0 0 10px;
    color: inherit;
}

.home-main-sections .home-scenarios .scenario-section-copy .rich-text-content p:last-child {
    margin-bottom: 0;
}

.home-main-sections .home-scenarios .more_btn {
    align-self: end;
    min-width: 0;
    min-height: 36px;
    margin: 0 0 2px;
    padding: 0 0 7px;
    border: 0;
    border-bottom: 1px solid var(--home-border);
    border-radius: 0;
    background: transparent;
    color: var(--home-main-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.home-main-sections .home-scenarios .more_btn:hover {
    border-color: var(--ll-brand-red, #B5121B);
    background: transparent;
    color: var(--home-main-text);
}

.home-main-sections .home-scenarios .scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    min-height: 0;
}

.home-main-sections .home-scenarios .scenario-grid-item {
    min-width: 0;
    min-height: 0;
}

.home-main-sections .home-scenarios .scenario_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--home-border);
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: none;
    transform: none;
    color: var(--home-main-text);
    text-decoration: none;
}

.home-main-sections .home-scenarios .scenario_card_media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--home-muted);
}

.home-main-sections .home-scenarios .scenario_card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.home-main-sections .home-scenarios .scenario_card:hover {
    transform: none;
    box-shadow: none;
}

.home-main-sections .home-scenarios .scenario_card:hover img {
    transform: scale(1.02);
}

.home-main-sections .home-scenarios .scenario_card_body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    min-height: 74px;
    padding: 18px 19px 19px;
    background: #FFFFFF;
}

.home-main-sections .home-scenarios .scenario_title {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: var(--home-main-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.38;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
}

.home-main-sections .home-scenarios .scenario_arrow {
    flex: 0 0 auto;
    margin-top: 1px;
    color: var(--ll-brand-red, #B5121B);
    font-size: 18px;
    line-height: 1.38;
    transition: transform .18s ease;
}

.home-main-sections .home-scenarios .scenario_card:hover .scenario_arrow {
    transform: translateX(3px);
}

/* Inquiry: integrated corporate closing section */
.home-main-sections .home-inquiry.is-dark {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 0;
    padding: 72px 0 0;
    background: var(--home-dark);
    background-image: none;
    color: #FFFFFF;
}

.home-main-sections .home-inquiry .container {
    position: relative;
    z-index: 1;
}

.home-main-sections .home-inquiry .inquiry-panel {
    width: 100%;
    margin: 0 auto;
}

.home-main-sections .home-inquiry .inquiry-main {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    gap: 64px;
    align-items: center;
    min-height: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-main-sections .home-inquiry .inquiry-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    max-width: 500px;
    padding: 10px 0;
    overflow: visible;
    background: transparent;
    color: #FFFFFF;
}

.home-main-sections .home-inquiry .inquiry-copy::before,
.home-main-sections .home-inquiry .inquiry-copy::after {
    display: none;
}

.home-main-sections .home-inquiry .inquiry-kicker-row,
.home-main-sections .home-inquiry .inquiry-title,
.home-main-sections .home-inquiry .inquiry-feature-list {
    position: relative;
    z-index: 1;
}

.home-main-sections .home-inquiry .inquiry-kicker-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 16px;
    margin-bottom: 17px;
}

.home-main-sections .home-inquiry .inquiry-kicker-line {
    width: 24px;
    height: 2px;
    border-radius: 0;
    background: var(--ll-brand-red, #B5121B);
}

.home-main-sections .home-inquiry .inquiry-kicker {
    color: var(--ll-brand-red, #B5121B);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .055em;
}

.home-main-sections .home-inquiry .inquiry-title {
    max-width: 520px;
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(40px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: -.025em;
}

.home-main-sections .home-inquiry .inquiry-feature-list {
    display: grid;
    gap: 16px;
    max-width: 520px;
    margin-top: 28px;
}

.home-main-sections .home-inquiry .inquiry-feature-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

.home-main-sections .home-inquiry .inquiry-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.home-main-sections .home-inquiry .inquiry-feature-icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.home-main-sections .home-inquiry .inquiry-feature-text {
    display: grid;
    gap: 4px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.48;
}

.home-main-sections .home-inquiry .inquiry-feature-text strong {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.home-main-sections .home-inquiry .inquiry-form-card {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 640px;
    justify-self: end;
    margin: 0;
    padding: 38px 40px;
    border: 1px solid var(--home-border);
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: none;
}

.home-main-sections .home-inquiry .inquiry-form-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-main-sections .home-inquiry .inquiry-form-card .row,
.home-main-sections .home-inquiry .inquiry-form-card .btn_list {
    margin: 0;
}

.home-main-sections .home-inquiry .inquiry-field-full,
.home-main-sections .home-inquiry .inquiry-actions {
    grid-column: 1 / -1;
}

.home-main-sections .home-inquiry .inquiry-field-with-icon {
    position: relative;
}

.home-main-sections .home-inquiry .inquiry-field-label {
    display: block;
    margin: 0 0 6px;
    color: var(--home-body-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.home-main-sections .home-inquiry .inquiry-input-icon {
    top: 31px;
    left: 15px;
    color: #6D747C;
}

.home-main-sections .home-inquiry .inquiry-field-content .inquiry-input-icon {
    top: 33px;
}

.home-main-sections .home-inquiry .inquiry-form-card input,
.home-main-sections .home-inquiry .inquiry-form-card textarea {
    width: 100%;
    border: 1px solid var(--home-border);
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: none;
    color: var(--home-main-text);
    font-size: 14px;
    line-height: 1.45;
}

.home-main-sections .home-inquiry .inquiry-form-card input {
    height: 48px;
    padding: 0 14px 0 44px;
}

.home-main-sections .home-inquiry .inquiry-form-card textarea {
    min-height: 112px;
    padding: 14px 14px 14px 44px;
    resize: vertical;
}

.home-main-sections .home-inquiry .inquiry-form-card input::placeholder,
.home-main-sections .home-inquiry .inquiry-form-card textarea::placeholder {
    color: var(--home-secondary-text);
}

.home-main-sections .home-inquiry .inquiry-form-card input:focus,
.home-main-sections .home-inquiry .inquiry-form-card textarea:focus {
    outline: none;
    border-color: var(--ll-brand-red, #B5121B);
    box-shadow: 0 0 0 3px rgba(181, 18, 27, .10);
}

.home-main-sections .home-inquiry .inquiry-form-card .btn_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--home-border);
}

.home-main-sections .home-inquiry .inquiry-form-card .btn_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid var(--home-border);
    border-radius: 4px;
    background: #FFFFFF;
    color: var(--home-body-text);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.home-main-sections .home-inquiry .inquiry-form-card .btn_item:first-child {
    min-width: 160px;
    border-color: var(--ll-brand-red, #B5121B);
    background: var(--ll-brand-red, #B5121B);
    color: #FFFFFF;
}

.home-main-sections .home-inquiry .inquiry-form-card .btn_item:first-child::after {
    content: "\2192";
    margin-left: 9px;
}

.home-main-sections .home-inquiry .inquiry-form-card .btn_item:first-child:hover {
    border-color: var(--ll-brand-red-hover, #D61F2C);
    background: var(--ll-brand-red-hover, #D61F2C);
}

.home-main-sections .home-inquiry .inquiry-form-card .btn_item:not(:first-child):hover {
    border-color: #B8BEC4;
    background: var(--home-muted);
    color: var(--home-main-text);
}

.home-main-sections .home-inquiry .inquiry-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 94px;
    margin-top: 52px;
    padding: 20px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    background: transparent;
}

.home-main-sections .home-inquiry .inquiry-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 0 16px;
}

.home-main-sections .home-inquiry .inquiry-stat-item + .inquiry-stat-item {
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.home-main-sections .home-inquiry .inquiry-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
}

.home-main-sections .home-inquiry .inquiry-stat-icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.home-main-sections .home-inquiry .inquiry-stat-text {
    display: grid;
    min-width: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.25;
}

.home-main-sections .home-inquiry .inquiry-stat-text strong {
    color: #FFFFFF;
    font-size: clamp(25px, 2vw, 32px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .home-main-sections .home-products.home-section {
        padding-top: 58px;
        padding-bottom: 62px;
    }
}

@media screen and (max-width: 991px) {
    .home-products-tabs .tab_swiper {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-products-tabs .tab_swiper::-webkit-scrollbar {
        display: none;
    }

    .home-main-sections .home-scenarios .scenario-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .home-main-sections .home-inquiry .inquiry-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-main-sections .home-inquiry .inquiry-copy {
        max-width: 500px;
        padding: 0;
    }

    .home-main-sections .home-inquiry .inquiry-form-card {
        padding: 32px;
    }
}

@media screen and (max-width: 767px) {
    .home-main-sections .home-products.home-section {
        padding: 52px 0 58px;
    }

    .home-main-sections .home-products .container,
    .home-main-sections .home-scenarios .icase_box_body_cont.container,
    .home-main-sections .home-inquiry .container {
        width: calc(100% - 36px);
    }

    .home-products-header {
        display: block;
        margin-bottom: 16px;
    }

    .home-products .section-title,
    .home-products .title {
        font-size: clamp(30px, 8vw, 36px);
    }

    .home-products-all {
        margin-top: 13px;
    }

    .home-products-tabs {
        margin-bottom: 16px;
    }

    .home-products-tabs .tab_swiper {
        width: calc(100% + 36px);
        margin-left: -18px;
        margin-right: -18px;
        padding: 0 18px;
    }

    .home-products-tabs .tab_swiper .swiper-wrapper {
        width: max-content;
        min-width: 100%;
        gap: 0;
    }

    .home-products-tabs .tab_text {
        min-height: 39px;
        padding: 7px 12px 8px;
        font-size: 13px;
    }

    .home-products .product_img {
        padding: 4px;
    }

    .home-products .product_title {
        height: 54px;
        min-height: 54px;
        max-height: 54px;
        padding: 13px 15px 0;
        font-size: 15px;
    }

    .home-products .swiper-button-prev {
        left: -12px;
    }

    .home-products .swiper-button-next {
        right: -12px;
    }

    .home-main-sections .home-scenarios.home-section {
        padding: 56px 0 62px;
    }

    .home-main-sections .home-scenarios .scenario-section-head {
        display: block;
        margin-bottom: 24px;
    }

    .home-main-sections .home-scenarios .scenario-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-main-sections .home-scenarios .more_btn {
        display: inline-flex;
        margin-top: 18px;
    }

    .home-main-sections .home-inquiry.is-dark {
        padding-top: 56px;
    }

    .home-main-sections .home-inquiry .inquiry-copy {
        padding: 0;
    }

    .home-main-sections .home-inquiry .inquiry-title {
        font-size: clamp(30px, 8vw, 36px);
    }

    .home-main-sections .home-inquiry .inquiry-feature-list {
        gap: 14px;
        margin-top: 24px;
    }

    .home-main-sections .home-inquiry .inquiry-form-card {
        padding: 25px 20px 26px;
    }

    .home-main-sections .home-inquiry .inquiry-form-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .home-main-sections .home-inquiry .inquiry-form-card input {
        height: 48px;
    }

    .home-main-sections .home-inquiry .inquiry-form-card textarea {
        min-height: 112px;
    }

    .home-main-sections .home-inquiry .inquiry-form-card .btn_list {
        flex-direction: column;
        align-items: stretch;
    }

    .home-main-sections .home-inquiry .inquiry-form-card .btn_item {
        width: 100%;
    }

    .home-main-sections .home-inquiry .inquiry-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px 0 20px;
    }

    .home-main-sections .home-inquiry .inquiry-stat-item {
        flex-direction: column;
        gap: 6px;
        min-height: 74px;
        padding: 4px 8px;
        text-align: center;
    }

    .home-main-sections .home-inquiry .inquiry-stat-item:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, .13);
    }

    .home-main-sections .home-inquiry .inquiry-stat-item:nth-child(odd) {
        border-left: 0;
    }

    .home-main-sections .home-inquiry .inquiry-stat-item:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, .13);
        padding-top: 14px;
    }
}

@media screen and (max-width: 430px) {
    .home-main-sections .home-products .container,
    .home-main-sections .home-scenarios .icase_box_body_cont.container,
    .home-main-sections .home-inquiry .container {
        width: calc(100% - 28px);
    }

    .home-products-tabs .tab_swiper {
        width: calc(100% + 28px);
        margin-right: -14px;
        margin-left: -14px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .home-products .swiper-button-prev {
        left: -10px;
    }

    .home-products .swiper-button-next {
        right: -10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-products .product_item,
    .home-products .product_img img,
    .home-products-all,
    .home-products-all span:last-child,
    .home-products .product_card_cta span,
    .home-scenarios .scenario_card img,
    .home-scenarios .scenario_arrow {
        transition: none;
    }
}

/* Keep homepage content readable if the optional AOS enhancement fails. */
html.home-aos-fallback [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
}
