.home-banner-new{background:linear-gradient(to bottom,#0a23a4 0%,#000b5e calc(100% - 130px),#fff calc(100% - 130px),#fff 100%);padding:120px 0 0;background-size:cover;max-height:960px;position:relative}
.home-banner-new > * .ui-container{max-width:1820px;height:800px}
.home-banner-new .swiper-pagination-bullets{position:absolute;bottom:40px;left:0;transform:translateX(0);z-index:10}
.home-banner-new .swiper-pagination-bullets .swiper-pagination-bullet{background:#e7e7e7;opacity:1;width:100px;height:6px;border-radius:5px;margin:0 5px;transition:all 0.3s ease}
.home-banner-new .swiper-pagination-bullets .swiper-pagination-bullet-active{background:var(--public-color)}
.banner1{position:relative;width:100%;height:100%;color:#666}
.banner1 .banner-img{position:relative;inset:0;z-index:0;overflow:hidden}
.banner1 .banner-img img{width:100%;height:100%;object-fit:cover}
.banner1 .banner-box-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;gap:40px;padding:0 100px;z-index:1}
.banner1 .banner-box-inner .banner-box-text{flex:0 0 700px}
.banner1 .banner-box-inner .banner-box-text .banner-title{font-size:var(--font-title);font-weight:600;color:#000;margin:0}
.banner1 .banner-box-inner .banner-box-text .banner-desc{font-size:calc(var(--font-body) + 4px);font-weight:400;color:#666;margin:20px 0}
.banner1 .banner-box-inner .banner-box-text .banner-list{font-size:calc(var(--font-body) + 4px);font-weight:400;color:#666;margin:0;padding:0;list-style:none}
.banner1 .banner-box-inner .banner-box-text .banner-list li{font-size:calc(var(--font-body) + 4px);font-weight:400;color:#666;margin:0}
.banner1 .banner-box-inner .banner-box-text .banner-list li::before{content:"";display:inline-block;width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"><path fill-rule="evenodd" fill="rgb(0,103,255)" d="M4.474,7.373 L6.644,11.687 C6.644,11.687 10.169,2.921 15.729,-0.001 C15.593,2.087 15.051,3.895 16.000,6.122 C13.559,6.678 8.542,12.939 6.915,16.000 C4.610,13.078 1.898,10.852 -0.000,10.156 L4.474,7.373 Z"/></svg>') no-repeat center center / contain;border-radius:0;margin-right:10px}
.banner1 .banner-box-inner .banner-box-img{flex:1}
.banner-btns{display:flex;gap:20px;flex-direction:column;justify-content:flex-start;margin-top:30px}
.banner-btn{padding:20px 40px;border-radius:40px;background:var(--public-color-gradient-secondary);color:#fff;text-decoration:none;transition:all 0.3s ease;max-width:max-content;min-width:290px;display:flex;justify-content:space-between;align-items:center}
.banner-btn::after{content:"";display:inline-block;width:14px;height:10px;margin-right:10px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(255,255,255)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.997 L9.141,9.997 L14.004,4.999 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain}
.banner-btn.btn-primary{background:var(--public-color-gradient-main);color:#fff}
.banner-btn:hover{opacity:0.8;color:#f2f2f2}
.banner-btn.btn-primary:hover{color:#111}
@media (max-width:768px){
    .home-banner-new{padding:0;max-height:none;background:linear-gradient(to bottom,#0a23a4 0%,#000b5e 100%)}
    .home-banner-new .swiper-slide{height:auto}
    .home-banner-new > * .ui-container{height:auto;min-height:0;max-width:100%}
    .home-banner-new .swiper-pagination-bullets{bottom:16px;left:50%;transform:translateX(-50%);width:100%;text-align:center;padding:0 12px;box-sizing:border-box}
    .home-banner-new .swiper-pagination-bullets .swiper-pagination-bullet{width:36px;height:4px;margin:0 4px}
    .banner1{height:auto;min-height:0}
    .banner1 .banner-img{display:none}
    .banner1 .banner-box-inner{position:relative;top:auto;left:auto;width:100%;height:auto;min-height:0;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:20px;padding:20px 0 48px}
    .banner1 .banner-box-inner .banner-box-text{flex:1 1 auto;width:100%;max-width:100%;color:#fff}
    .banner1 .banner-box-inner .banner-box-text .banner-title{font-size:var(--font-h1);line-height:1.25;color:#fff}
    .banner1 .banner-box-inner .banner-box-text .banner-desc{font-size:var(--font-body);margin:12px 0 16px;color:#fff}
    .banner1 .banner-box-inner .banner-box-text .banner-list li{font-size:var(--font-body);color:#fff}
    .banner1 .banner-box-inner .banner-box-img{width:100%;max-width:320px;margin:0 auto;text-align:center}
    .banner1 .banner-box-inner .banner-box-img img{margin:0 auto}
    .banner-btns{margin-top:16px;gap:12px;width:100%}
    .banner-btn{min-width:0;width:100%;max-width:100%;padding:14px 20px;border-radius:32px;box-sizing:border-box}
}

/**
 * 首页样式（从 ui-css.css 拆出，仅 index.html 使用）
 */

/* ===== 通用按钮 ===== */
.all-btn {
    padding: 20px 40px;
    border-radius: 40px;
    background: var(--public-color-gradient-secondary);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: max-content;
    min-width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-btn::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 10px;
    vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(255,255,255)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.997 L9.141,9.997 L14.004,4.999 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain;
}

.all-btn:hover {
    opacity: 0.8;
    color: #f2f2f2;
}

/* ===== 首页主体 ===== */
.home {
    position: relative;
}

/* home-about */
.home-about {
    padding-top: 140px;
}

.home-about-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    padding: 0;
}

.home-about-img {
    flex: 0 0 980px;
    border-radius: 0 80px 0 0;
    overflow: hidden;
}

.home-about-text {
    flex: 1;
}

.home-about-title {
    font-size: var(--font-title);
    font-weight: 600;
    color: #000;
    line-height: 44px;
}

.home-about-title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url(../images/title-before.webp) no-repeat center;
    margin-right: 10px;
}

.home-about-desc {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin: 20px 0 40px;
    max-width: 700px;
}

.home-about-desc p {
    margin: 0 0 20px 0;
}

.home-about-desc p:last-child {
    margin-bottom: 0;
}

/* home-seconds */
.home-seconds {
    background-color: #f79400;
}

.home-seconds-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding: 80px 0;
}

.home-seconds-title {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
}

.home-seconds-title::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 10px;
    vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(255,255,255)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.997 L9.141,9.997 L14.004,4.999 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain;
}

.home-seconds-input {
    display: flex;
    align-items: stretch;
    flex: 1;
    max-width: 720px;
    min-width: 0;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
}

.home-seconds-input .header-search-input {
    flex: 1;
    min-width: 0;
    height: 80px;
    padding: 10px 60px;
    font-size: 20px;
    color: #333;
    background: transparent;
    border: none;
}

.home-seconds-input .header-search-input::placeholder {
    color: #999;
}

.home-seconds-input .input-group-append {
    flex-shrink: 0;
    display: flex;
}

.home-seconds-input .header-search-btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #800000;
    cursor: pointer;
    transition: color 0.3s;
    border: none;
    padding: 0;
}

.home-seconds-input .header-search-btn:hover {
    color: #a00;
}

.home-seconds-input .header-search-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* home-products */
.home-products {
    padding: 80px 0 0;
    background: transparent;
    position: relative;
    z-index: 2;
}

.home-products .ui-container {
    max-width: 1600px;
}

.home-products-title {
    font-size: var(--font-title);
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.home-products-subtitle {
    font-size: var(--font-body);
    color: #999;
    text-align: center;
    margin: 0 0 48px;
    line-height: 1.5;
}

.home-products-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}

.home-products-tab {
    position: relative;
    padding: 14px 28px;
    font-size: var(--font-body);
    font-weight: 500;
    color: #fff;
    background: var(--public-color-gradient-secondary);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.home-products-tab:hover {
    opacity: 0.8;
}

.home-products-tab.active {
    background: #ffa500;
}

.home-products-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffa500;
}

.home-products-content {
    padding: 80px 50px 60px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

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

.home-products-panel.active {
    display: block;
}

.home-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.home-products-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
    border-top: 3px solid transparent;
}

.home-products-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.home-products-card-img-link {
    display: block;
    background: #fff;
    aspect-ratio: 1;
    padding: 0;
    text-decoration: none;
}

.home-products-card-img-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-products-card-footer {
    padding: 20px;
    flex: 1;
    transition: all 0.3s;
}

.home-products-card:hover .home-products-card-footer {
    background: #001a9e;
    color: #fff;
}

.home-products-card:hover {
    border-top: 3px solid #001a9e;
}

.home-products-card:not(:hover) .home-products-card-footer {
    background: #ededed;
}

.home-products-card-title {
    margin: 0 0 8px;
    font-size: var(--font-h4);
    font-weight: 600;
}

.home-products-card-title-link {
    text-decoration: none;
}

.home-products-card-title-link:hover {
    text-decoration: none;
}

.home-products-card:hover .home-products-card-title-link {
    color: #fff;
}

.home-products-card:hover .home-products-card-title-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.home-products-card:not(:hover) .home-products-card-title-link {
    color: #333;
}

.home-products-card:not(:hover) .home-products-card-title-link:hover {
    color: var(--public-color);
}

.home-products-card-no {
    font-size: var(--font-sm);
    margin: 0 0 6px;
    color: inherit;
}

.home-products-card:hover .home-products-card-no {
    opacity: 0.95;
}

.home-products-card:not(:hover) .home-products-card-no {
    color: #666;
}

.home-products-card-footer a {
    text-decoration: none;
}

.home-products-card-img-link:hover {
    text-decoration: none;
}

.home-products-card-eo {
    font-size: 12px;
    margin: 0;
    color: inherit;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
}

.home-products-card-eo p {
    margin: 0;
    display: inline;
}

.home-products-card-eo br::before,
.home-products-card-eo p br::before {
    content: " ";
    white-space: pre;
}

.home-products-card-eo br,
.home-products-card-eo p br {
    display: none;
}

.home-products-card:hover .home-products-card-eo {
    opacity: 0.85;
}

.home-products-card:not(:hover) .home-products-card-eo {
    color: #888;
}

.more-products {
    margin: 60px auto 0;
    display: table;
    border: 1px solid var(--public-color);
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 200px;
    color: #666;
    transition: all 0.3s ease;
    text-decoration: none;
}

.more-products::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 20px;
    vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(208,7,21)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.998 L9.141,9.998 L14.004,5.000 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain;
}

.more-products:hover {
    color: var(--public-color);
    text-decoration: none;
}

/* home-quality */
.home-quality {
    position: relative;
    background: url(../images/home-quality-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 230px 0 0;
    margin-top: -80px;
    z-index: 1;
    min-height: 816px;
}

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

.home-quality-title {
    font-size: var(--font-title);
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 24px;
}

.home-quality-subtitle {
    font-size: var(--font-body);
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    margin: 0 auto 60px;
    line-height: 1.6;
    max-width: 900px;
}

.home-quality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
}

.home-quality-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.home-quality-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
}

.home-quality-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-quality-text {
    flex: 1;
    min-width: 0;
}

.home-quality-item-title {
    font-size: var(--font-h4);
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
}

.home-quality-item-desc {
    font-size: var(--font-body);
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.5;
}

/* home-why */
.home-why {
    background: #f8f8f8;
}

.home-why > * {
    background: url(../images/home-why-bg.webp) no-repeat center center;
    min-height: 1680px;
    padding: 180px 0 100px;
}

.home-why-title {
    font-size: var(--font-title);
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 110px;
}

.home-why-production {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 80px;
}

.home-why-production-text {
    flex: 1;
    min-width: 0;
    max-width: 640px;
}

.home-why-production-title {
    font-size: var(--font-h2);
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.home-why-production-desc {
    font-size: var(--font-body);
    color: #666;
    line-height: 1.6;
    margin: 0 0 28px;
}

.home-why-production-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-why-production-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-why-production-list li {
    position: relative;
    font-size: var(--font-body);
    color: #333;
    line-height: 1.6;
    margin-bottom: 14px;
    padding-left: 28px;
}

.home-why-production-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 14px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path fill="%23e70012" d="M6.2 14L0 7.8l2.1-2.1 4.1 4.1 9.7-9.7L18 1.9z"/></svg>') no-repeat center / contain;
}

.home-why-production-img {
    flex: 0 0 680px;
}

.home-why-production-img img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.home-why-services-title {
    font-size: var(--font-h2);
    font-weight: 600;
    color: #000;
    margin: 0 0 12px;
}

.home-why-services-subtitle {
    font-size: var(--font-body);
    color: #999;
    margin: 0 0 40px;
    line-height: 1.5;
}

.home-why-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.home-why-card {
    background: #fff;
    border-radius: 8px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
}

.home-why-card:hover {
    background: #ffa500;
    color: #fff;
}

.home-why-card:hover .home-why-card-title {
    color: #fff;
}

.home-why-card:hover .home-why-card-desc {
    color: rgba(255, 255, 255, 0.95);
}

.home-why-card:hover .home-why-card-icon img {
    filter: brightness(0) invert(1);
}

.home-why-card:not(:hover) .home-why-card-title {
    color: #333;
}

.home-why-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
}

.home-why-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-why-card-title {
    font-size: var(--font-h4);
    font-weight: 600;
    margin: 0 0 12px;
}

.home-why-card-desc {
    font-size: var(--font-sm);
    color: #999;
    margin: 0;
    line-height: 1.5;
}
/* home-news */
.home-news {
    padding: 80px 0 100px;
    background: #fff;
}

.home-news-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.home-news-heading {
    font-size: var(--font-title);
    font-weight: 600;
    color: #000;
    margin: 0 0 24px;
}

.home-news-col {
    min-width: 0;
}

.home-news-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.home-news-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.home-news-card-img-link {
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    max-width: 230px;
    aspect-ratio: 400 / 260;
}

.home-news-card-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news-card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.home-news-card-date {
    font-size: var(--font-sm);
    color: #999;
    margin-bottom: 8px;
}

.home-news-card-title-link {
    font-size: var(--font-h4);
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px;
    line-height: 1.4;
    display: block;
}

.home-news-card-title-link:hover {
    color: var(--public-color);
}

.home-news-card-desc {
    font-size: var(--font-sm);
    color: #999;
    line-height: 1.5;
    margin: 0 0 12px;
    flex: 1;
}

.home-news-card-accent {
    display: block;
    width: 40px;
    height: 2px;
    background: var(--public-color);
}

/* ===== 移动端 ===== */
@media (max-width: 768px) {
    .home-about {
        padding: 40px 0;
    }

    .home-about-inner {
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
        padding: 0 15px;
    }

    .home-about-img {
        flex: none;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .home-about-title {
        font-size: var(--font-h2);
        line-height: 1.3;
    }

    .home-about-desc {
        font-size: var(--font-body);
        margin: 16px 0 24px;
    }

    .home-about .all-btn {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        box-sizing: border-box;
        padding: 16px 24px;
    }

    .home-seconds-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 32px 0;
    }

    .home-seconds-title {
        font-size: var(--font-h3);
        font-weight: 600;
        gap: 12px;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-seconds-title::after {
        margin-left: 4px;
        margin-right: 0;
    }

    .home-seconds-input {
        border-radius: 14px;
        max-width: 100%;
    }

    .home-seconds-input .header-search-input {
        height: 52px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .home-seconds-input .header-search-btn {
        width: 52px;
        height: 52px;
    }

    .home-seconds-input .header-search-btn svg {
        width: 20px;
        height: 20px;
    }

    .home-products {
        padding: 40px 0 0;
    }

    .home-products-title {
        font-size: var(--font-h2);
        margin-bottom: 12px;
    }

    .home-products-subtitle {
        margin-bottom: 24px;
        padding: 0 4px;
    }

    .home-products-tabs {
        gap: 8px;
        margin-bottom: 20px;
    }

    .home-products-tab {
        padding: 10px 16px;
        font-size: var(--font-sm);
    }

    .home-products-tab.active::after {
        bottom: -10px;
        border-left-width: 8px;
        border-right-width: 8px;
        border-top-width: 8px;
    }

    .home-products-content {
        padding: 28px 0 36px;
        overflow: visible;
    }

    .home-products-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        padding: 0 14px 12px;
        margin: 0;
        scrollbar-width: thin;
    }

    .home-products-grid::-webkit-scrollbar {
        height: 6px;
    }

    .home-products-grid::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }

    .home-products-grid .home-products-card {
        flex: 0 0 min(72vw, 280px);
        max-width: 280px;
        scroll-snap-align: start;
        min-width: 0;
    }

    .more-products {
        margin: 28px 14px 0;
        display: block;
        text-align: center;
        font-size: var(--font-body);
        padding: 12px 20px;
    }

    .home-quality {
        margin-top: 0;
        min-height: 0;
        padding: 48px 0 40px;
        background-position: center top;
    }

    .home-quality-title {
        font-size: var(--font-h2);
    }

    .home-quality-subtitle {
        margin-bottom: 32px;
        padding: 0 4px;
    }

    .home-quality-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-quality-item {
        gap: 16px;
    }

    .home-quality-icon {
        width: 48px;
        height: 48px;
    }

    .home-why {
        padding: 0;
    }

    .home-why > * {
        min-height: auto;
        padding: 40px 0 48px;
        background-size: cover;
        background-position: center top;
    }

    .home-why-title {
        font-size: var(--font-h2);
        margin-bottom: 32px;
    }

    .home-why-production {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 40px;
    }

    .home-why-production-text {
        max-width: 100%;
    }

    .home-why-production-img {
        flex: 0 0 auto;
        width: 100%;
    }

    .home-why-services-title {
        font-size: var(--font-h3);
    }

    .home-why-services-subtitle {
        margin-bottom: 28px;
    }

    .home-why-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 14px;
    }

    .home-why-card {
        padding: 16px 12px;
    }

    .home-why-card-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }

    .home-why-card-title {
        font-size: var(--font-sm);
        line-height: 1.35;
    }

    .home-why-card-desc {
        font-size: 12px;
        line-height: 1.45;
    }

    .home-news {
        padding: 40px 0 48px;
    }

    .home-news-heading {
        font-size: var(--font-h2);
        margin-bottom: 20px;
    }

    .home-news-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

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

    .home-news-card {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }

    .home-news-card-img-link {
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        max-width: inherit;
    }

    .home-news-card-img-link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-news-card-title-link {
        font-size: var(--font-h4);
    }
}
