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;
}

.iproduct_box {
    padding: 100px 0px 80px;
    background-size: cover;
    clear: both;
}

.iproduct_box .container {
    padding: 0 50px;
}

.iproduct_box .tab_box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.iproduct_box .swiper-wrapper {
    justify-content: center;
}


.iproduct_box .swiper-slide {
    background-color: transparent;
}

.iproduct_box .swiper-slide .tab_text {
    font-size: 18px;
    color: rgba(225, 225, 225, 0.9);
    cursor: pointer;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.iproduct_box .swiper-slide .tab_text_active {
    color: #ffffff;
}

.iproduct_box.iproduct_box_active .swiper-slide .tab_text {
    padding-bottom: 10px;
}

.iproduct_box.iproduct_box_active .swiper-slide .tab_text_active {
    position: relative;
}

.iproduct_box.iproduct_box_active .swiper-slide .tab_text_active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 120px;
    height: 3px;
    background-color: var(--ll-brand-red);
}

.iproduct_box .tab_box .btn span {
    font-size: 24px;
    color: rgba(225, 225, 225, 0.9);
    cursor: pointer;
}

.iproduct_box .tab_box .tab_swiper {
    flex: 1;
}

.iproduct_box .title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -2px;
    position: relative;
    padding-bottom: 15px;
}

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

.iproduct_box .tab_xian {
    width: 120px;
    height: 3px;
    margin: 10px auto;
    background-color: var(--ll-brand-red);
}

.iproduct_box .tab_body_item {
    position: relative;
    display: none;
}

.iproduct_box .tab_body {
    padding: 0 70px;
    margin-top: 30px;
}

.iproduct_box .product_img {
    position: relative;
    padding-bottom: 100%;
}

.iproduct_box .product_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iproduct_box .product_title {
    height: 60px;
    text-align: center !important;
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.iproduct_box .product_item:hover .product_title {
    color: var(--ll-brand-red-hover);
}

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

.iproduct_box .swiper-button-prev,
.iproduct_box .swiper-button-next {
    top: 37%;
}

.iproduct_box .swiper-button-prev {
    left: -75px;
}

.iproduct_box .swiper-button-next {
    right: -75px;
}

.iproduct_box .swiper-button-prev,
.iproduct_box .swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    background-color: rgba(225, 225, 225, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.icase_box {
    position: relative;
    padding: 50px 0px;
    clear: both;
    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);
}

.icase_box_body {
    padding: 80px 0;
    background-color: transparent;
    background-image: radial-gradient(at top right, rgba(246, 247, 248, .92) 0%, #ffffff 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.icase_box_body_cont {
    padding: 0 15px;
    display: flex;
}

.icase_box_body_cont .left {
    width: 25%;
    padding-right: 50px;
}

.icase_box_body_cont .left .title {
    border-bottom: 6px solid var(--ll-border-strong);
    color: var(--ll-text-main);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -2px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.icase_box_body_cont .left .tip {
    margin-bottom: 30px;
}

.icase_box_body_cont .right {
    position: relative;
    width: 75%;
    padding-top: 30px;
}

.icase_box_body_cont .scenarioSwiper {
    width: 100%;
}

.icase_box_body_cont .scenarioSwiper .swiper-slide {
    height: 330px;
}

.icase_box_body_cont .scenarioSwiper .swiper-slide a {
    display: block;
    height: 100%;
}

.icase_box_body_cont .scenarioSwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

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

.icase_box_body_cont .swiper-button-prev {
    background: url(../image/material/arrow_left.png) no-repeat;
}

.icase_box_body_cont .swiper-button-next {
    background: url(../image/material/arrow_right.png) no-repeat;
}

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

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

.icase_box_body_cont .swiper-button-prev,
.icase_box_body_cont .swiper-button-next {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: var(--ll-dark);
    background-size: 50% auto;
    background-position: center;
}

.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,
    .iproduct_box,
    .service_box,
    .icase_box_body,
    .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;
    }

    .iproduct_box .container {
        padding: 15px;
    }

    .icase_box_body_cont {
        flex-direction: column;
        gap: 40px;
    }

    .icase_box_body_cont .left {
        width: 60%;
        padding: 0;
    }

    .icase_box_body_cont .right {
        width: 100%;
    }

    .icase_box_body {
        position: relative;
    }

    .icase_box {
        padding: 0;
        height: auto;
        min-height: auto;
    }
}

@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;
    }

    .iproduct_box .container {
        padding: 0 5px;
    }

    .iproduct_box .swiper-slide .tab_text {
        font-size: 16px;
    }

    .iproduct_box .product_title {
        font-size: 16px;
    }

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

    .iproduct_box .swiper-button-prev .iconfont,
    .iproduct_box .swiper-button-next .iconfont {
        font-size: 20px;
    }

    .iproduct_box .tab_body {
        padding: 0 45px;
    }

    .iproduct_box .swiper-button-prev {
        left: -40px;
    }

    .iproduct_box .swiper-button-next {
        right: -40px;
    }


    .icase_box_body_cont .swiper-button-prev,
    .icase_box_body_cont .swiper-button-next {
        width: 42px;
        height: 42px;
    }

    .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;
    }

    .iproduct_box .swiper-wrapper {
        justify-content: flex-start;
    }


    .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-products {
    position: relative;
    overflow: hidden;
    padding-top: clamp(92px, 7.5vw, 132px);
    padding-bottom: clamp(96px, 7.5vw, 136px);
    background-color: #10161b;
    background-image:
        radial-gradient(circle at 8% 18%, rgba(181, 18, 27, .22), transparent 32%),
        linear-gradient(90deg, rgba(10, 15, 20, .98) 0%, rgba(10, 15, 20, .94) 42%, rgba(10, 15, 20, .82) 100%),
        var(--home-section-image);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.home-products.home-section.is-muted {
    background-color: #10161b;
    background-image:
        radial-gradient(circle at 8% 18%, rgba(181, 18, 27, .22), transparent 32%),
        linear-gradient(90deg, rgba(10, 15, 20, .98) 0%, rgba(10, 15, 20, .94) 42%, rgba(10, 15, 20, .82) 100%),
        var(--home-section-image);
    background-size: cover;
    background-position: center;
}

.home-products::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .04) 0, transparent 34%);
    pointer-events: none;
}

.home-products .container {
    position: relative;
    z-index: 1;
    width: min(1640px, calc(100% - 64px));
    max-width: 1640px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.home-products-showcase {
    display: grid;
    grid-template-columns: clamp(250px, 18vw, 300px) minmax(0, 1fr);
    gap: clamp(44px, 4vw, 68px);
    align-items: center;
}

.home-products-aside,
.home-products-stage {
    min-width: 0;
}

.home-products-stage {
    position: relative;
}

.home-products .section-head {
    max-width: 320px;
    margin: 0;
    text-align: left;
}

.home-products .title {
    color: #ffffff;
    padding: 0;
    font-size: clamp(38px, 3.6vw, 58px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.04em;
    text-align: left;
}

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

.home-products .title::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 22px 0 0;
    border-radius: 999px;
    background: var(--ll-brand-red, #B5121B);
    position: static;
    transform: none;
}

.home-products .tab_box {
    display: block;
    max-width: 310px;
    margin-top: 38px;
    margin-bottom: 0;
    overflow: visible;
}

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

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

.home-products .tab_swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
    justify-content: flex-start;
    transform: none !important;
}

.home-products .tab_swiper .swiper-slide {
    width: 100% !important;
    height: auto;
}

.home-products .swiper-slide .tab_text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 13px 16px 13px 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .72);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.28;
    text-align: left;
    white-space: normal;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease;
}

.home-products .swiper-slide .tab_text::before {
    content: "";
    width: 0;
    height: 2px;
    margin-right: 0;
    background: var(--ll-brand-red, #B5121B);
    transition: width .22s ease, margin-right .22s ease;
    flex: 0 0 auto;
}

.home-products .swiper-slide .tab_text::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    opacity: .58;
    flex: 0 0 auto;
}

.home-products .swiper-slide .tab_text_active {
    border-color: rgba(181, 18, 27, .55);
    background: rgba(181, 18, 27, .12);
    color: #ffffff;
}

.home-products .swiper-slide .tab_text_active::before {
    width: 28px;
    margin-right: 12px;
}

.home-products .swiper-slide .tab_text:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .07);
}

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

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

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

.home-products .tabBodySwiper {
    width: 100%;
    overflow: hidden;
    padding: 4px 2px 10px;
}

.home-products .product_item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 444px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, .30);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-products .product_img {
    overflow: hidden;
    min-height: 342px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f3f4f5 100%);
    border-bottom: 1px solid rgba(17, 17, 17, .06);
    flex: 1 1 auto;
}

.home-products .product_img img {
    position: static;
    width: min(98%, 340px);
    height: auto;
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    padding: 0;
    transform: scale(1.08);
    transition: transform .28s ease;
}

.home-products .product_title {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    min-height: 82px;
    height: 82px;
    max-height: 82px;
    margin: 0;
    padding: 16px 20px 18px;
    color: #111820;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.32;
    text-align: left !important;
    overflow: hidden;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.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: none;
}

.home-products.iproduct_box_active .swiper-slide .tab_text {
    padding: 13px 16px 13px 18px;
}

.home-products.iproduct_box_active .swiper-slide .tab_text_active::after {
    position: static;
    display: block;
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    background: transparent;
    transform: rotate(45deg);
    opacity: .58;
}

.home-products .product_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 34px 72px rgba(0, 0, 0, .38);
}

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

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

.home-products .swiper-button-prev,
.home-products .swiper-button-next {
    top: 50%;
    z-index: 8;
    width: 48px !important;
    height: 48px !important;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 50%;
    background: rgba(18, 24, 30, .72);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .35);
    opacity: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background-color .22s ease, border-color .22s ease, color .22s ease, opacity .22s ease;
}

.home-products .swiper-button-prev .iconfont,
.home-products .swiper-button-next .iconfont {
    color: #ffffff;
    font-size: 21px;
}

.home-products .swiper-button-prev:hover,
.home-products .swiper-button-next:hover {
    border-color: rgba(214, 31, 44, 1);
    background: rgba(214, 31, 44, .96);
}

.home-products .swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

.home-products .swiper-button-disabled:hover {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(18, 24, 30, .50);
}

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

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

.home-scenarios {
    position: relative;
    min-height: auto;
    padding: 0;
    background:
        radial-gradient(circle at 14% 48%, rgba(17, 17, 17, .035) 0 1px, transparent 1.5px),
        radial-gradient(circle at 86% 46%, rgba(17, 17, 17, .03) 0 1px, transparent 1.5px),
        linear-gradient(180deg, #EEF1F3 0%, #F6F7F8 56%, #FFFFFF 100%);
    background-size: 11px 11px, 12px 12px, auto;
    background-position: left 14% center, right 10% center, center;
}

.home-scenarios::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: rgba(17, 17, 17, .08);
    pointer-events: none;
}

.home-scenarios::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 16% 50%, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .42) 34%, transparent 62%),
        radial-gradient(ellipse at 84% 48%, rgba(255, 255, 255, .68) 0%, rgba(255, 255, 255, .38) 32%, transparent 62%);
    pointer-events: none;
}

.home-scenarios .icase_box_body {
    position: relative;
    z-index: 1;
    padding: clamp(34px, 3.4vw, 52px) 0;
    background: transparent;
}

.home-scenarios .icase_box_body_cont {
    width: min(1560px, calc(100% - 56px));
    max-width: 1560px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(340px, .34fr) minmax(0, .66fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 16px 42px rgba(17, 17, 17, .065);
}

.home-scenarios .left {
    width: auto;
    min-height: 400px;
    padding: clamp(32px, 2.7vw, 44px);
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 12% 0, rgba(181, 18, 27, .20), transparent 34%),
        linear-gradient(135deg, #151A1D 0%, #0F151A 100%);
    box-shadow: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-scenarios .right {
    width: auto;
    min-width: 0;
    padding: 12px;
    background: #F7F8F9;
}

.home-scenarios .left .title {
    margin: 0 0 18px;
    padding: 0 0 18px;
    border: 0;
    color: #ffffff;
    font-size: clamp(32px, 2.55vw, 42px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.04em;
    position: relative;
}

.home-scenarios .left .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: var(--ll-brand-red, #B5121B);
}

.home-scenarios .left .tip,
.home-scenarios .left .rich-text-content {
    color: rgba(255, 255, 255, .72);
    font-size: 14.5px;
    line-height: 1.68;
}

.home-scenarios .left .rich-text-content p {
    color: inherit;
}

.home-scenarios .left .more_btn {
    align-self: flex-start;
    margin-top: 22px;
    min-width: 156px;
    white-space: nowrap;
    border-radius: 6px;
}

.home-scenarios .scenarioSwiper {
    width: 100%;
    overflow: visible;
    height: 100%;
}

.home-scenarios .scenarioSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
    grid-template-rows: repeat(2, minmax(184px, 1fr));
    gap: 14px;
    height: 100%;
    transform: none !important;
}

.home-scenarios .scenarioSwiper .swiper-slide {
    width: auto !important;
    height: auto !important;
    background: transparent;
}

.home-scenarios .scenarioSwiper .swiper-slide:first-child {
    grid-row: 1 / span 2;
}

.home-scenarios .scenario_card {
    position: relative;
    display: block;
    height: 100%;
    min-height: 184px;
    overflow: hidden;
    border-radius: 13px;
    background: #111820;
    border: 0;
    box-shadow: none;
    isolation: isolate;
}

.home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_card {
    min-height: 400px;
}

.home-scenarios .scenario_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-scenarios .scenario_card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 15, 20, 0) 38%, rgba(10, 15, 20, .82) 100%);
    pointer-events: none;
}

.home-scenarios .scenario_card:hover img {
    transform: scale(1.045);
}

.home-scenarios .scenario_title {
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 15px;
    z-index: 2;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.34;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .42);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_title {
    left: 22px;
    right: 22px;
    bottom: 20px;
    font-size: 17px;
}

.home-scenarios .swiper-button-prev,
.home-scenarios .swiper-button-next {
    display: none !important;
}

.home-inquiry {
    padding: 78px 0;
    background-image:
        linear-gradient(rgba(17, 22, 27, .88), rgba(17, 22, 27, .88)),
        var(--home-section-image);
    background-size: cover;
    background-position: center;
}

.home-inquiry .message_body {
    max-width: 760px;
    padding: 34px 38px !important;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    box-shadow: none;
}

.home-inquiry .message_body .tip {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.25;
}

.home-inquiry .message_body input,
.home-inquiry .message_body textarea {
    border-color: rgba(255, 255, 255, .14);
    border-radius: 7px;
    box-shadow: none;
}

.home-inquiry .message_body .btn_list {
    margin-top: 24px;
}

.home-inquiry .message_body .btn_item {
    min-height: 42px;
    border-radius: 6px;
    font-weight: 700;
}

.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-products .tab_box {
        gap: 10px;
        margin-top: 26px;
        margin-bottom: 30px;
    }

    .home-products .tab_body {
        padding: 0 34px;
        margin-top: 0;
    }

    .home-products .swiper-slide .tab_text {
        min-height: 34px;
        padding: 0 12px;
        font-size: 13px;
    }

    .home-products .product_title {
        min-height: 60px;
        height: 60px;
        max-height: 60px;
        padding: 14px;
        font-size: 14px;
    }

    .home-inquiry {
        padding: 56px 0;
    }

    .home-inquiry .message_body {
        padding: 26px 22px !important;
    }

    .home-inquiry .message_body .btn_list {
        flex-wrap: wrap;
        gap: 10px;
    }

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

@media screen and (max-width: 520px) {
    .home-products {
        padding-top: 62px;
        padding-bottom: 86px;
    }

    .home-products .tab_body {
        padding: 0 22px;
    }

    .home-products .product_img {
        min-height: 230px;
        padding: 20px;
        padding-bottom: 20px;
    }

    .home-products .product_img img {
        max-height: 210px;
    }

    .home-products .product_title {
        min-height: 64px;
        height: 64px;
        max-height: 64px;
        padding: 12px 18px 10px;
        font-size: 15.5px;
        line-height: 1.35;
    }

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

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

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

.home-products.home-section {
    padding-top: clamp(82px, 7vw, 118px);
    padding-bottom: clamp(88px, 7vw, 124px);
}

.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-inquiry {
    padding: 48px 0;
    background-image:
        linear-gradient(rgba(17, 22, 27, .90), rgba(17, 22, 27, .90)),
        var(--home-section-image);
}

.home-inquiry .message_body {
    display: grid !important;
    grid-template-columns: minmax(220px, .9fr) minmax(180px, 1fr) minmax(180px, 1fr);
    gap: 14px;
    align-items: center;
    max-width: 100%;
    padding: 24px 26px !important;
}

.home-inquiry .message_body .tip {
    grid-row: span 2;
    margin: 0;
    font-size: clamp(22px, 2vw, 30px);
}

.home-inquiry .message_body .row {
    margin: 0;
}

.home-inquiry .message_body input {
    height: 42px;
}

.home-inquiry .message_body textarea {
    min-height: 42px;
    height: 42px;
    resize: vertical;
}

.home-inquiry .message_body .btn_list {
    grid-column: 2 / 4;
    margin: 0;
    gap: 10px;
}

.home-inquiry .message_body .btn_item {
    min-height: 40px;
    padding: 0 18px;
}

.home-inquiry .message_body .btn_item:not(:first-child) {
    border-color: rgba(255, 255, 255, .18);
    background: transparent;
    color: rgba(255, 255, 255, .74);
}

.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;
    }

    .home-scenarios .icase_box_body {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .home-inquiry .message_body {
        grid-template-columns: 1fr 1fr;
    }

    .home-inquiry .message_body .tip {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .home-inquiry .message_body .btn_list {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 991px) {
    .home-scenarios .icase_box_body {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .home-scenarios .icase_box_body_cont {
        width: min(100% - 32px, 760px);
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .home-scenarios .left {
        min-height: auto;
        padding: 30px 24px;
    }

    .home-scenarios .left .title {
        margin-bottom: 18px;
        padding-bottom: 18px;
        font-size: 31px;
    }

    .home-scenarios .right {
        padding: 12px;
    }

    .home-scenarios .scenarioSwiper .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        transform: none !important;
    }

    .home-scenarios .scenarioSwiper .swiper-slide:first-child {
        grid-row: auto;
    }

    .home-scenarios .scenario_card,
    .home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_card {
        min-height: 220px;
        aspect-ratio: 16 / 9.6;
    }

    .home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_title,
    .home-scenarios .scenario_title {
        left: 18px;
        right: 18px;
        bottom: 18px;
        font-size: 16px;
    }

    .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;
    }

    .home-scenarios .icase_box_body {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-scenarios .icase_box_body_cont {
        width: calc(100% - 28px);
        border-radius: 16px;
    }

    .home-scenarios .left {
        padding: 28px 22px;
    }

    .home-scenarios .left .title {
        font-size: 29px;
    }

    .home-scenarios .left .tip,
    .home-scenarios .left .rich-text-content {
        font-size: 14.5px;
        line-height: 1.68;
    }

    .home-scenarios .left .more_btn {
        width: 100%;
        min-width: 0;
    }

    .home-scenarios .right {
        padding: 12px;
    }

    .home-scenarios .scenario_card,
    .home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_card {
        min-height: 200px;
    }

    .home-products.home-section {
        padding-top: 62px;
        padding-bottom: 86px;
    }

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

    .home-products .tab_body {
        padding: 0 28px;
    }

    .home-products .product_img {
        min-height: 230px;
        padding: 20px;
        padding-bottom: 20px;
    }

    .home-inquiry {
        padding: 42px 0;
    }

    .home-inquiry .message_body {
        display: block !important;
        padding: 22px !important;
    }

    .home-inquiry .message_body .tip,
    .home-inquiry .message_body .row {
        margin-bottom: 12px;
    }

    .home-inquiry .message_body textarea {
        min-height: 76px;
        height: auto;
    }

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

/* Hot Products: editorial product showcase */
@media screen and (max-width: 1200px) {
    .home-products-showcase {
        grid-template-columns: clamp(220px, 24vw, 280px) minmax(0, 1fr);
        gap: 36px;
    }

    .home-products .section-head {
        max-width: 300px;
    }

    .home-products .product_item {
        min-height: 420px;
    }

    .home-products .product_img {
        min-height: 310px;
        padding: 8px 10px;
    }

    .home-products .product_img img {
        max-height: 288px;
    }
}

@media screen and (max-width: 991px) {
    .home-products {
        padding-top: 74px;
        padding-bottom: 92px;
    }

    .home-products-showcase {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-products .section-head {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .home-products .title {
        text-align: center;
        font-size: clamp(32px, 7vw, 44px);
        letter-spacing: -.03em;
    }

    .home-products .title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .home-products .tab_box {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        gap: 10px;
        margin-top: 28px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .home-products .tab_box .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 50%;
        background: rgba(255, 255, 255, .07);
    }

    .home-products .tab_box .btn span {
        color: rgba(255, 255, 255, .86);
        font-size: 17px;
    }

    .home-products .tab_swiper {
        flex: 1 1 auto;
        overflow: hidden;
    }

    .home-products .tab_swiper .swiper-wrapper {
        flex-direction: row;
        gap: 0;
        transform: none;
    }

    .home-products .tab_swiper .swiper-slide {
        width: auto !important;
    }

    .home-products .swiper-slide .tab_text {
        justify-content: center;
        min-height: 38px;
        padding: 0 15px;
        border-radius: 999px;
        white-space: nowrap;
        text-align: center;
    }

    .home-products.iproduct_box_active .swiper-slide .tab_text {
        padding: 0 15px;
    }

    .home-products .swiper-slide .tab_text::before,
    .home-products .swiper-slide .tab_text::after,
    .home-products.iproduct_box_active .swiper-slide .tab_text_active::after {
        display: none;
    }

    .home-products .tab_body {
        padding: 0 46px;
    }

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

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

@media screen and (max-width: 575px) {
    .home-products {
        padding-top: 62px;
        padding-bottom: 92px;
    }

    .home-products-showcase {
        gap: 28px;
    }

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

    .home-products .tab_body {
        padding: 0 26px;
    }

    .home-products .product_item {
        min-height: 414px;
        border-radius: 14px;
    }

    .home-products .product_img {
        min-height: 300px;
        padding: 8px 10px;
    }

    .home-products .product_img img {
        max-height: 282px;
    }

    .home-products .product_title {
        min-height: 76px;
        height: 76px;
        max-height: 76px;
        padding: 14px 18px 15px;
        font-size: 15.5px;
        line-height: 1.32;
    }

    .home-products .swiper-button-prev,
    .home-products .swiper-button-next {
        width: 44px !important;
        height: 44px !important;
    }

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

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

@media screen and (max-width: 767px) {
    .home-products .container {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-products .tab_box {
        display: block;
        margin-top: 26px;
        overflow: visible;
    }

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

    .home-products .tab_swiper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-left: 18px;
        padding-right: 18px;
        margin-left: -18px;
        margin-right: -18px;
        scroll-padding-left: 18px;
    }

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

    .home-products .tab_swiper .swiper-wrapper {
        display: flex;
        width: max-content;
        min-width: 100%;
        gap: 10px;
        transform: none !important;
    }

    .home-products .tab_swiper .swiper-slide {
        flex: 0 0 auto;
        width: auto !important;
    }

    .home-products .swiper-slide .tab_text,
    .home-products.iproduct_box_active .swiper-slide .tab_text {
        min-height: 40px;
        padding: 0 18px;
        border-radius: 999px;
        white-space: nowrap;
    }

    .home-products .tab_body {
        padding: 0 18px;
    }

    .home-products .swiper-button-prev,
    .home-products .swiper-button-next {
        display: none !important;
    }
}

/* 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;
    }
}

/* Service Scenarios final visual override */
.home-main-sections .home-scenarios.home-section {
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    background-color: #F5F6F7;
    background-image:
        linear-gradient(180deg, rgba(238, 241, 243, .88) 0%, rgba(246, 247, 248, .82) 52%, rgba(255, 255, 255, .92) 100%),
        var(--scenario-bg-image, linear-gradient(180deg, #EEF1F3 0%, #F7F8F9 58%, #FFFFFF 100%)) !important;
    background-size: auto, cover !important;
    background-position: center, center !important;
    background-repeat: no-repeat !important;
}

.home-main-sections .home-scenarios.home-section::before {
    background: rgba(17, 17, 17, .07);
}

.home-main-sections .home-scenarios.home-section::after {
    background:
        radial-gradient(ellipse at 14% 48%, rgba(255, 255, 255, .46) 0%, rgba(255, 255, 255, .24) 35%, transparent 64%),
        radial-gradient(ellipse at 86% 48%, rgba(255, 255, 255, .42) 0%, rgba(255, 255, 255, .22) 34%, transparent 64%);
}

.home-main-sections .home-scenarios .icase_box_body {
    position: relative !important;
    z-index: 1;
    height: auto !important;
    min-height: 0 !important;
    padding: 38px 0 42px !important;
    background: transparent !important;
}

.home-main-sections .home-scenarios + .home-inquiry {
    margin-top: 0;
    padding-top: 14px;
}

.home-main-sections .home-scenarios .icase_box_body_cont.container {
    width: min(1360px, calc(100% - 56px));
    max-width: 1360px;
    display: grid;
    grid-template-columns: minmax(340px, .34fr) minmax(0, .66fr);
    gap: 0;
    align-items: stretch !important;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, .08);
    box-shadow: 0 12px 30px rgba(17, 17, 17, .055);
}

.home-main-sections .home-scenarios .icase_box_body_cont {
    align-items: stretch !important;
}

.home-main-sections .home-scenarios .left,
.home-main-sections .home-scenarios .right {
    transform: none !important;
    opacity: 1 !important;
}

.home-main-sections .home-scenarios .left {
    width: auto !important;
    min-height: 390px;
    height: 100%;
    padding: 36px 44px;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 0 0, rgba(181, 18, 27, .22), transparent 34%),
        linear-gradient(135deg, #171A1D 0%, #10161B 48%, #0D1419 100%);
    box-shadow: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.home-main-sections .home-scenarios .left.section-head {
    max-width: none !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    align-self: stretch;
    height: 100%;
}

.home-main-sections .home-scenarios .left::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, 0) 42%),
        radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .035), transparent 42%);
    pointer-events: none;
}

.home-main-sections .home-scenarios .left::after {
    content: "";
    position: absolute;
    top: 34px;
    bottom: 34px;
    right: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .12), transparent);
    pointer-events: none;
}

.home-main-sections .home-scenarios .left .title {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    padding: 0 0 18px;
    border: 0;
    color: #ffffff;
    font-size: clamp(32px, 2.45vw, 42px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.home-main-sections .home-scenarios .left .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: var(--ll-brand-red, #B5121B);
}

.home-main-sections .home-scenarios .left .tip {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 430px;
}

.home-main-sections .home-scenarios .left .tip,
.home-main-sections .home-scenarios .left .rich-text-content {
    color: rgba(255, 255, 255, .74);
    font-size: 14.8px;
    line-height: 1.68;
}

.home-main-sections .home-scenarios .left .rich-text-content p {
    margin: 0;
    color: inherit;
}

.home-main-sections .home-scenarios .left .more_btn {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    margin-top: 26px;
    min-width: 156px;
    min-height: 42px;
    padding: 0 22px;
    white-space: nowrap;
    border-radius: 6px;
}

.home-main-sections .home-scenarios .right {
    width: auto;
    min-width: 0;
    padding: 12px;
    background: #F7F8F9;
}

.home-main-sections .home-scenarios .scenarioSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
    grid-template-rows: repeat(2, minmax(178px, 1fr));
    gap: 14px;
    height: 100%;
    transform: none !important;
}

.home-main-sections .home-scenarios .scenario_card {
    min-height: 178px;
    border-radius: 13px;
    box-shadow: none;
}

.home-main-sections .home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_card {
    min-height: 390px;
}

@media screen and (max-width: 991px) {
    .home-main-sections .home-scenarios .icase_box_body {
        padding: 38px 0 !important;
    }

    .home-main-sections .home-scenarios + .home-inquiry {
        margin-top: 0;
        padding-top: 18px;
    }

    .home-main-sections .home-scenarios .icase_box_body_cont.container {
        width: min(100% - 32px, 760px);
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .home-main-sections .home-scenarios .left {
        min-height: auto;
        padding: 30px 24px;
    }

    .home-main-sections .home-scenarios .right {
        padding: 12px;
    }

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

    .home-main-sections .home-scenarios .scenario_card,
    .home-main-sections .home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_card {
        min-height: 210px;
        aspect-ratio: 16 / 9.6;
    }
}

@media screen and (max-width: 575px) {
    .home-main-sections .home-scenarios .icase_box_body {
        padding: 32px 0 !important;
    }

    .home-main-sections .home-scenarios + .home-inquiry {
        margin-top: 0;
        padding-top: 18px;
    }

    .home-main-sections .home-scenarios .icase_box_body_cont.container {
        width: calc(100% - 28px);
        border-radius: 16px;
    }

    .home-main-sections .home-scenarios .left {
        padding: 28px 22px;
    }

    .home-main-sections .home-scenarios .left .title {
        font-size: 29px;
    }

    .home-main-sections .home-scenarios .scenario_card,
    .home-main-sections .home-scenarios .scenarioSwiper .swiper-slide:first-child .scenario_card {
        min-height: 200px;
    }
}

/* Inquiry conversion section */
.home-inquiry.is-dark {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(82px, 6.6vw, 118px) 0;
    color: #ffffff;
    background-color: #10161b;
    background-image:
        radial-gradient(circle at 12% 22%, rgba(181, 18, 27, .22), transparent 34%),
        radial-gradient(circle at 88% 74%, rgba(255, 255, 255, .055), transparent 32%),
        linear-gradient(105deg, rgba(10, 15, 20, .98) 0%, rgba(15, 22, 28, .96) 48%, rgba(9, 14, 18, .99) 100%),
        var(--home-section-image, none);
    background-size: auto, auto, auto, cover;
    background-position: center;
}

.home-inquiry.is-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .028) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255, 255, 255, .045) 0%, transparent 36%);
    background-size: 82px 82px, 82px 82px, auto;
    opacity: .34;
}

.home-inquiry.is-dark::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, .10);
    pointer-events: none;
}

.home-inquiry .container {
    position: relative;
    z-index: 1;
    width: min(var(--site-container), calc(100% - 56px));
    max-width: var(--site-container);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.home-inquiry .inquiry-board {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: var(--site-container);
    min-height: clamp(390px, 27vw, 460px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.home-inquiry .inquiry-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    min-width: 0;
    min-height: 100%;
    padding: clamp(44px, 4.4vw, 68px);
    overflow: hidden;
    color: #ffffff;
    background-color: #11171b;
    background-image:
        linear-gradient(115deg, rgba(14, 19, 24, .96) 0%, rgba(18, 25, 31, .92) 58%, rgba(9, 14, 18, .98) 100%),
        var(--home-section-image, none);
    background-size: cover;
    background-position: center;
}

.home-inquiry .inquiry-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 18%, rgba(181, 18, 27, .30), transparent 34%),
        linear-gradient(90deg, rgba(255, 255, 255, .052) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .040) 1px, transparent 1px);
    background-size: auto, 74px 74px, 74px 74px;
    opacity: .48;
}

.home-inquiry .inquiry-copy::after {
    content: "";
    position: absolute;
    right: -88px;
    bottom: -104px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
    box-shadow: inset 0 0 0 24px rgba(255, 255, 255, .025);
    pointer-events: none;
}

.home-inquiry .inquiry-accent,
.home-inquiry .inquiry-title {
    position: relative;
    z-index: 1;
}

.home-inquiry .inquiry-accent {
    width: 66px;
    height: 3px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ll-brand-red, #B5121B), rgba(181, 18, 27, 0));
}

.home-inquiry .inquiry-title {
    max-width: 560px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 3.25vw, 54px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.home-inquiry .message_body.inquiry-form-card {
    display: flex !important;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(38px, 4.5vw, 62px) clamp(38px, 4.8vw, 68px) !important;
    border: 0;
    border-left: 1px solid rgba(17, 24, 32, .08);
    border-radius: 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8f8f7 100%);
    box-shadow: none;
}

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

.home-inquiry .message_body .row,
.home-inquiry .message_body .btn_list {
    margin: 0;
}

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

.home-inquiry .message_body input,
.home-inquiry .message_body textarea {
    width: 100%;
    border: 1px solid rgba(17, 24, 32, .12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(17, 24, 32, .03);
    color: var(--ll-text-main, #111820);
    font-size: 14px;
    line-height: 1.45;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.home-inquiry .message_body input {
    height: 54px;
    padding: 0 17px;
}

.home-inquiry .message_body textarea {
    min-height: 142px;
    height: auto;
    padding: 17px;
    resize: vertical;
}

.home-inquiry .message_body input::placeholder,
.home-inquiry .message_body textarea::placeholder {
    color: var(--ll-text-muted, #7A7F87);
}

.home-inquiry .message_body input:focus,
.home-inquiry .message_body textarea:focus {
    outline: none;
    border-color: rgba(181, 18, 27, .68);
    box-shadow: 0 0 0 4px rgba(181, 18, 27, .09);
}

.home-inquiry .message_body .btn_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 6px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 24, 32, .08);
}

.home-inquiry .message_body .btn_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid var(--ll-border-strong, #D8DDE3);
    background: #ffffff;
    color: var(--ll-text-main, #111820);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.home-inquiry .message_body .btn_item:hover {
    border-color: var(--ll-text-main, #111111);
    background: var(--ll-bg-section, #F6F7F8);
}

.home-inquiry .message_body .btn_item:first-child {
    min-width: 156px;
    border-color: var(--ll-brand-red, #B5121B);
    background: var(--ll-brand-red, #B5121B);
    color: #ffffff;
}

.home-inquiry .message_body .btn_item:first-child:hover {
    border-color: var(--ll-brand-red-hover, #D61F2C);
    background: var(--ll-brand-red-hover, #D61F2C);
    transform: translateY(-1px);
}

.home-inquiry .message_body .btn_item:not(:first-child) {
    border-color: transparent;
    background: transparent;
    color: var(--ll-text-secondary, #5F6368);
}

.home-inquiry .message_body .btn_item:not(:first-child):hover {
    border-color: transparent;
    background: rgba(17, 24, 32, .045);
    color: var(--ll-text-main, #111820);
}

@media screen and (max-width: 991px) {
    .home-inquiry.is-dark {
        padding: 64px 0;
    }

    .home-inquiry .container {
        width: min(100% - 32px, var(--site-container));
    }

    .home-inquiry .inquiry-board {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 22px;
    }

    .home-inquiry .inquiry-copy {
        min-height: 280px;
        padding: 38px 30px;
    }

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

@media screen and (max-width: 575px) {
    .home-inquiry.is-dark {
        padding: 48px 0;
    }

    .home-inquiry .container {
        width: min(100% - 28px, var(--site-container));
    }

    .home-inquiry .inquiry-board {
        border-radius: 20px;
    }

    .home-inquiry .inquiry-accent {
        margin-bottom: 18px;
    }

    .home-inquiry .inquiry-copy {
        min-height: 0;
        padding: 34px 22px;
    }

    .home-inquiry .inquiry-title {
        font-size: clamp(29px, 8vw, 36px);
        line-height: 1.1;
    }

    .home-inquiry .message_body.inquiry-form-card {
        padding: 24px 20px !important;
        border-left: 0;
        border-top: 1px solid rgba(17, 24, 32, .08);
    }

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

    .home-inquiry .message_body input {
        height: 48px;
    }

    .home-inquiry .message_body textarea {
        min-height: 116px;
    }

    .home-inquiry .message_body .btn_list {
        flex-direction: column;
        align-items: stretch;
    }

    .home-inquiry .message_body .btn_item {
        width: 100%;
    }
}

/* Inquiry final conversion module */
.home-main-sections .home-inquiry.is-dark {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 54px 0 0;
    color: #ffffff;
    background-color: #10161b;
    background-image:
        radial-gradient(circle at 6% 14%, rgba(181, 18, 27, .54), rgba(181, 18, 27, 0) 28%),
        linear-gradient(90deg, rgba(9, 14, 18, .96) 0%, rgba(13, 19, 24, .92) 48%, rgba(8, 12, 16, .97) 100%),
        var(--home-section-image, none);
    background-size: auto, auto, cover;
    background-position: center;
}

.home-main-sections .home-inquiry.is-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        radial-gradient(circle at 82% 46%, rgba(255, 255, 255, .055), transparent 35%);
    background-size: 86px 86px, 86px 86px, auto;
    opacity: .44;
}

.home-main-sections .home-inquiry.is-dark::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(181, 18, 27, 0), rgba(181, 18, 27, .92) 78%, rgba(255, 85, 92, .86) 84%, rgba(181, 18, 27, 0));
    box-shadow: 0 -5px 18px rgba(214, 31, 44, .26);
    pointer-events: none;
}

.home-main-sections .home-inquiry .container {
    position: relative;
    z-index: 1;
    width: min(1500px, calc(100% - 64px));
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.home-inquiry .inquiry-panel {
    width: min(1380px, 100%);
    margin: 0 auto;
}

.home-inquiry .inquiry-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    align-items: stretch;
    min-height: 470px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
}

.home-inquiry .inquiry-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 100%;
    padding: 56px 56px 54px;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(112deg, rgba(12, 18, 23, .93) 0%, rgba(17, 25, 31, .86) 58%, rgba(10, 15, 19, .94) 100%);
}

.home-inquiry .inquiry-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 74% 50%, rgba(255, 255, 255, .08), transparent 24%),
        radial-gradient(circle at 9% 11%, rgba(181, 18, 27, .22), transparent 28%);
    opacity: .9;
}

.home-inquiry .inquiry-copy::after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -86px;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: inset 0 0 0 24px rgba(255, 255, 255, .03);
    pointer-events: none;
}

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

.home-inquiry .inquiry-kicker-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 18px;
    margin-bottom: 20px;
}

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

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

.home-inquiry .inquiry-title {
    max-width: 610px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 2.9vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.home-inquiry .inquiry-feature-list {
    display: grid;
    gap: 18px;
    max-width: 560px;
    margin-top: 30px;
}

.home-inquiry .inquiry-feature-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}

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

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

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

.home-inquiry .inquiry-feature-text strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.home-inquiry .message_body.inquiry-form-card {
    display: flex !important;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 58px 62px !important;
    border: 0;
    border-left: 1px solid rgba(17, 24, 32, .08);
    border-radius: 0;
    background:
        radial-gradient(circle at 38% 36%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
    box-shadow: none;
}

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

.home-inquiry .message_body .row,
.home-inquiry .message_body .btn_list {
    margin: 0;
}

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

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

.home-inquiry .inquiry-input-icon {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #626a75;
    pointer-events: none;
}

.home-inquiry .inquiry-field-content .inquiry-input-icon {
    top: 20px;
}

.home-inquiry .inquiry-input-icon .fa {
    display: block;
    font-size: 18px;
    line-height: 1;
    opacity: .86;
}

.home-inquiry .message_body input,
.home-inquiry .message_body textarea {
    width: 100%;
    border: 1px solid rgba(17, 24, 32, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 1px 0 rgba(17, 24, 32, .03);
    color: var(--ll-text-main, #111820);
    font-size: 14px;
    line-height: 1.45;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.home-inquiry .message_body input {
    height: 58px;
    padding: 0 18px 0 56px;
}

.home-inquiry .message_body textarea {
    min-height: 150px;
    height: auto;
    padding: 20px 18px 18px 56px;
    resize: vertical;
}

.home-inquiry .message_body input::placeholder,
.home-inquiry .message_body textarea::placeholder {
    color: var(--ll-text-muted, #7A7F87);
}

.home-inquiry .message_body input:focus,
.home-inquiry .message_body textarea:focus {
    outline: none;
    border-color: rgba(181, 18, 27, .66);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(181, 18, 27, .09);
}

.home-inquiry .message_body .btn_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 12px;
    padding-top: 0;
    border-top: 0;
}

.home-inquiry .message_body .btn_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 8px;
    border: 1px solid var(--ll-border-strong, #D8DDE3);
    background: #ffffff;
    color: var(--ll-text-main, #111820);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.home-inquiry .message_body .btn_item:first-child {
    min-width: 190px;
    border-color: var(--ll-brand-red, #B5121B);
    background: linear-gradient(180deg, var(--ll-brand-red-hover, #D61F2C), var(--ll-brand-red, #B5121B));
    color: #ffffff;
}

.home-inquiry .message_body .btn_item:first-child::after {
    content: "\2192";
    margin-left: 12px;
    font-weight: 900;
}

.home-inquiry .message_body .btn_item:first-child:hover {
    border-color: var(--ll-brand-red-hover, #D61F2C);
    background: var(--ll-brand-red-hover, #D61F2C);
    transform: translateY(-1px);
}

.home-inquiry .message_body .btn_item:not(:first-child) {
    min-width: 112px;
    border-color: rgba(17, 24, 32, .12);
    background: #ffffff;
    color: var(--ll-text-main, #111820);
    box-shadow: 0 8px 22px rgba(17, 24, 32, .06);
}

.home-inquiry .message_body .btn_item:not(:first-child):hover {
    border-color: rgba(181, 18, 27, .28);
    background: #fff7f7;
    color: var(--ll-brand-red, #B5121B);
}

.home-inquiry .inquiry-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    min-height: 112px;
    margin: 0 auto;
    padding: 24px 58px 28px;
    border-top: 1px solid rgba(255, 255, 255, .11);
    background: rgba(8, 14, 19, .70);
}

.home-inquiry .inquiry-stat-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 0;
}

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

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

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

.home-inquiry .inquiry-stat-text {
    display: grid;
    min-width: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.2;
}

.home-inquiry .inquiry-stat-text strong {
    color: #ffffff;
    font-size: clamp(27px, 2vw, 36px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .home-main-sections .home-inquiry.is-dark {
        padding-top: 46px;
    }

    .home-main-sections .home-inquiry .container {
        width: min(100% - 32px, 1500px);
    }

    .home-inquiry .inquiry-panel {
        width: 100%;
    }

    .home-inquiry .inquiry-main {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 22px 22px 0 0;
    }

    .home-inquiry .inquiry-copy {
        min-height: 0;
        padding: 42px 32px 38px;
    }

    .home-inquiry .inquiry-title {
        font-size: clamp(31px, 6vw, 44px);
    }

    .home-inquiry .message_body.inquiry-form-card {
        padding: 32px !important;
        border-left: 0;
        border-top: 1px solid rgba(17, 24, 32, .08);
    }

    .home-inquiry .inquiry-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 24px;
        padding: 26px 28px 30px;
    }

    .home-inquiry .inquiry-stat-item + .inquiry-stat-item {
        border-left: 0;
    }

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

@media screen and (max-width: 575px) {
    .home-main-sections .home-inquiry.is-dark {
        padding-top: 34px;
    }

    .home-main-sections .home-inquiry .container {
        width: min(100% - 28px, 1500px);
    }

    .home-inquiry .inquiry-main {
        border-radius: 20px 20px 0 0;
    }

    .home-inquiry .inquiry-copy {
        padding: 34px 22px 30px;
    }

    .home-inquiry .inquiry-kicker-row {
        margin-bottom: 16px;
    }

    .home-inquiry .inquiry-title {
        font-size: clamp(29px, 8vw, 36px);
        line-height: 1.1;
    }

    .home-inquiry .inquiry-feature-list {
        gap: 15px;
        margin-top: 24px;
    }

    .home-inquiry .inquiry-feature-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
    }

    .home-inquiry .inquiry-feature-icon {
        width: 44px;
        height: 44px;
    }

    .home-inquiry .inquiry-feature-icon img {
        width: 40px;
        height: 40px;
    }

    .home-inquiry .message_body.inquiry-form-card {
        padding: 22px 20px 24px !important;
    }

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

    .home-inquiry .message_body input {
        height: 50px;
    }

    .home-inquiry .message_body textarea {
        min-height: 118px;
    }

    .home-inquiry .message_body .btn_list {
        flex-direction: column;
        align-items: stretch;
        padding-top: 20px;
    }

    .home-inquiry .message_body .btn_item {
        width: 100%;
    }

    .home-inquiry .inquiry-stats {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 22px 28px;
    }

    .home-inquiry .inquiry-stat-item {
        justify-content: flex-start;
        padding: 0;
    }

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