.zs-page-manufacturing {
    background: #fff;
}

.zs-page-manufacturing main {
    padding-top: 118px;
}

.zs-page-manufacturing .zs-wz {
    max-width: 1400px;
}

.zs-mfg-hero,
.zs-mfg-why-xdepe,
.zs-mfg-members,
.zs-mfg-why,
.zs-mfg-process,
.zs-mfg-sustain,
.zs-mfg-cert,
.zs-mfg-partner,
.zs-about-consult,
.zs-mfg-news,
.zs-mfg-contact {
    padding: 72px 10px;
}

.zs-mfg-hero {
    background-color: var(--brand-bg-soft);
    padding: 60px 0;
}

.zs-mfg-hero-box {
    min-height: 240px;
}

.zs-page-manufacturing .zs-mfg-hero .hero-content {
    max-width: 60%;
    padding: 40px 50px;
}

.zs-page-manufacturing .zs-mfg-hero .hero-content h1 {
    margin: 0 0 15px;
    color: #1a1a1a;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.zs-page-manufacturing .zs-mfg-hero .hero-content p {
    margin: 0;
    max-width: none;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.zs-mfg-hero h1,
.zs-mfg-why-xdepe h2,
.zs-mfg-members h2,
.zs-mfg-why h2,
.zs-mfg-process h2,
.zs-mfg-sustain h2,
.zs-mfg-cert h2,
.zs-mfg-partner h2,
.zs-mfg-form-card h2,
.zs-mfg-news h2,
.zs-mfg-contact h2 {
    margin: 0 0 50px;
    color: #111;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
}

.zs-mfg-members h2,
.zs-mfg-why-xdepe h2,
.zs-mfg-why h2,
.zs-mfg-process h2,
.zs-mfg-cert h2,
.zs-mfg-partner h2,
.zs-mfg-news h2,
.zs-mfg-contact h2 {
    text-align: center;
}

.zs-mfg-member-grid,
.zs-mfg-process-grid,
.zs-mfg-cert-grid,
.zs-mfg-news-grid,
.zs-mfg-testimonials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.zs-mfg-member-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.zs-mfg-member-grid li {
    text-align: center;
}

.zs-mfg-member-grid img,
.zs-mfg-process-grid img,
.zs-mfg-cert-grid img,
.zs-mfg-news-grid img {
    width: 100%;
    display: block;
}

.zs-mfg-member-grid img,
.zs-mfg-process-grid img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.zs-mfg-member-grid img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
}

.zs-mfg-member-grid p,
.zs-mfg-process-grid p {
    margin: 10px 0 0;
    text-align: center;
    color: #111;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
}

.zs-mfg-member-grid p {
    font-size: 16px;
    line-height: 1.4;
}

.zs-mfg-why-xdepe {
    background: #f3f3f3;
}

.zs-mfg-why-xdepe-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 56px 34px;
}

.zs-mfg-why-xdepe-grid li {
    text-align: center;
    color: #4b4b4b;
}

.zs-mfg-why-xdepe-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border: 1px solid #7d8490;
    border-radius: 50%;
    background: #fff;
}

.zs-mfg-why-xdepe-icon img {
    display: block;
    width: 36px;
    height: 36px;
    max-width: 100%;
    object-fit: contain;
}

.zs-mfg-why-xdepe-grid p {
    margin: 0 auto;
    max-width: 280px;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}

.zs-mfg-why {
    background: var(--brand-bg);
}

.zs-mfg-why-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.zs-mfg-why-grid li {
    padding: 30px 18px;
    background: #fff;
    border: 1px solid #ececec;
    text-align: center;
}

.zs-mfg-why-grid strong {
    display: block;
    color: var(--brand-primary);
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
}

.zs-mfg-why-grid span {
    display: block;
    margin-top: 10px;
    color: #111;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.zs-mfg-process-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.zs-mfg-process-grid p {
    font-size: 16px;
    font-weight: 600;
}

.zs-mfg-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: center;
}

.zs-mfg-split img {
    width: 100%;
    display: block;
}

.zs-mfg-split p {
    margin: 0 0 12px;
    color: #222;
    font-size: 18px;
    line-height: 1.72;
}

.zs-mfg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 34px;
    margin-top: 14px;
    background: var(--brand-primary);
    color: #fff;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .25s ease, transform .25s ease;
}

.zs-mfg-btn:hover {
    background: var(--brand-primary-deep);
    transform: translateY(-2px);
}

.zs-mfg-cert {
    padding: 80px 0;
    background: #fff;
}

.zs-mfg-cert-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.zs-mfg-cert-grid li {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition: transform .3s ease, box-shadow .3s ease;
}

.zs-mfg-cert-grid li::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    z-index: 2;
    transition: transform .3s ease;
}
.zs-about-center {
  text-align: center;
  margin-top: 26px;
}
.zs-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  margin-top: 14px;
  border-radius: 4px;
  background: var(--brand-primary);
  color: #fff;
  text-decoration: none;
  border: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .25s ease, transform .25s ease;
}
.zs-about-btn:hover {
  background: var(--brand-primary-deep);
  transform: translateY(-2px);
}
.zs-mfg-cert-grid li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(92 92 92 / 65%);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
}

.zs-mfg-cert-grid li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.zs-mfg-cert-grid li:hover::after {
    opacity: 1;
}

.zs-mfg-cert-grid li:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.zs-mfg-center {
    text-align: center;
    margin-top: 24px;
}

.zs-about-consult {
    background: var(--brand-bg-soft);
}

.zs-mfg-partner {
    padding: 80px 0;
    background-color: #fff;
}

.zs-mfg-partner .section-title {
    margin-bottom: 15px;
}

.zs-mfg-partner .logo-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 20px 0;
    width: 100%;
}

.zs-mfg-partner .logo-carousel-btn {
    background: none;
    border: none;
    font-size: 40px;
    color: #999;
    cursor: pointer;
    transition: color .3s;
    padding: 0 10px;
    position: absolute;
    z-index: 10;
}

.zs-mfg-partner .logo-carousel-btn.prev-btn {
    left: 0;
}

.zs-mfg-partner .logo-carousel-btn.next-btn {
    right: 0;
}

.zs-mfg-partner .logo-carousel-btn:hover {
    color: var(--brand-primary);
}

.zs-mfg-partner .logo-carousel-wrapper {
    overflow: hidden;
    width: calc(100% - 120px);
    margin: 0 auto;
}

.zs-mfg-partner .logo-carousel-track {
    display: flex;
    transition: transform .5s ease;
    align-items: center;
}

.zs-mfg-partner .logo-slide {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.zs-mfg-partner .carousel-logo {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    transition: transform .3s ease;
    cursor: pointer;
}

.zs-mfg-partner .carousel-logo:hover {
    transform: scale(1.08);
}

.zs-mfg-partner .partner-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.zs-mfg-partner .partner-item {
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
}

.zs-mfg-partner .partner-content {
    background: var(--brand-bg);
    padding: 40px 30px;
    border-radius: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid transparent;
    transition: border-color .3s;
}

.zs-mfg-partner .partner-content:hover {
    border-color: var(--brand-primary);
}

.zs-mfg-partner .partner-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.zs-mfg-partner .partner-author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zs-mfg-partner .partner-avatar {
    width: 60px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.zs-mfg-partner .partner-author h5,
.zs-mfg-partner .partner-author .partner-name {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.zs-about-consult .zs-as-lead-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.zs-about-consult .zs-as-team-card,
.zs-about-consult .zs-as-lead-form {
    border-radius: 14px;
    background: #fff;
    padding: 16px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.zs-about-consult .zs-as-team-card {
    display: flex;
    flex-direction: column;
}

.zs-about-consult .zs-as-hero-image {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    margin: 0 0 18px;
}

.zs-about-consult .zs-as-feature-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.zs-about-consult .zs-as-feature-list li {
    text-align: center;
}

.zs-about-consult .zs-as-feature-list li img {
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto 14px;
    object-fit: contain;
}

.zs-about-consult .zs-as-feature-list li h3 {
    margin: 0 0 10px;
    color: #111;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.zs-about-consult .zs-as-feature-list li p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

.zs-about-consult .zs-as-red-logo {
    width: 168px;
    display: block;
    margin: 2px auto 26px;
}

.zs-about-consult .zs-as-lead-form h2 {
    margin: 0 0 34px;
    font-size: 23px;
    line-height: 1.35;
    text-align: center;
    color: #1a1a1a;
    font-weight: 800;
}

.zs-about-consult .zs-as-lead-form form,
.zs-mfg-contact form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
}

.zs-about-consult .zs-as-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zs-about-consult .zs-as-field label {
    color: #202020;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.zs-about-consult .zs-as-field--full {
    grid-column: 1/-1;
}

.zs-about-consult .zs-as-lead-form input,
.zs-about-consult .zs-as-lead-form textarea,
.zs-mfg-contact input,
.zs-mfg-contact textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 12px 14px;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    font-family: inherit;
}

.zs-about-consult .zs-as-lead-form textarea,
.zs-mfg-contact textarea,
.zs-about-consult .zs-as-lead-form .zs-as-btn,
.zs-mfg-contact button {
    grid-column: 1/-1;
}

.zs-about-consult .zs-as-lead-form textarea {
    min-height: 174px;
    resize: vertical;
}

.zs-about-consult .zs-as-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 24px;
    border-radius: 6px;
    border: 0;
    background: #006d72;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    transition: background-color .25s ease, transform .25s ease;
    min-height: 36px;
    font-size: 15px;
    margin-top: 0;
}

.zs-about-consult .zs-as-btn:hover {
    background: #005b5f;
    transform: translateY(-2px);
}

.zs-about-consult .zs-as-note {
    margin: 12px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    font-weight: 500;
}

.zs-mfg-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zs-mfg-news-grid li {
    border: 1px solid #e8e8e8;
    padding: 18px;
}

.zs-mfg-news-grid img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.zs-mfg-news-grid h3 {
    margin: 12px 0 10px;
    color: #111;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

.zs-mfg-news-grid p {
    margin: 0;
    color: #222;
    font-size: 17px;
    line-height: 1.7;
}

.zs-mfg-news-grid span {
    display: block;
    margin-top: 10px;
    color: var(--brand-primary);
    font-size: 16px;
    font-weight: 600;
}

.zs-mfg-contact h3 {
    margin: -6px 0 24px;
    text-align: center;
    color: #111;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.zs-mfg-anim {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.zs-mfg-anim.is-in {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .zs-page-manufacturing main {
        padding-top: 96px;
    }

    .zs-page-manufacturing .zs-mfg-hero .hero-content {
        max-width: 100%;
        padding: 30px 24px;
    }

    .zs-mfg-hero h1,
    .zs-mfg-why-xdepe h2,
    .zs-mfg-members h2,
    .zs-mfg-why h2,
    .zs-mfg-process h2,
    .zs-mfg-sustain h2,
    .zs-mfg-cert h2,
    .zs-mfg-partner .section-title,
    .zs-about-consult .zs-as-lead-form h2,
    .zs-mfg-news h2,
    .zs-mfg-contact h2 {
        font-size: 34px;
    }

    .zs-mfg-member-grid,
    .zs-mfg-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .zs-mfg-why-xdepe-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 24px;
    }

    .zs-mfg-why-xdepe-grid p {
        font-size: 17px;
    }

    .zs-mfg-split,
    .zs-about-consult .zs-as-lead-wrap,
    .zs-mfg-news-grid {
        grid-template-columns: 1fr;
    }

    .zs-mfg-cert-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zs-mfg-partner .logo-carousel-wrapper {
        width: calc(100% - 84px);
    }

    .zs-mfg-partner .logo-carousel-btn {
        font-size: 32px;
    }

    .zs-mfg-partner .partner-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 767px) {
    .zs-page-manufacturing main {
        padding-top: 82px;
    }

    .zs-page-manufacturing .zs-mfg-hero .hero-bg-img {
        width: 100%;
        -webkit-mask-image: linear-gradient(to top, transparent, black 45%);
        mask-image: linear-gradient(to top, transparent, black 45%);
    }

    .zs-page-manufacturing .zs-mfg-hero .hero-content {
        max-width: 100%;
        padding: 20px 18px;
        background: rgba(255, 255, 255, 0.94);
        border-radius: 10px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        filter: none;
        opacity: 1;
    }

    .zs-page-manufacturing .zs-mfg-hero .hero-content h1 {
        font-size: 30px;
        line-height: 1.2;
        color: #0f0f0f;
        text-shadow: none;
    }

    .zs-page-manufacturing .zs-mfg-hero .hero-content p,
    .zs-mfg-why-xdepe-grid p,
    .zs-mfg-split p,
    .zs-mfg-news-grid p {
        font-size: 16px;
    }

    .zs-page-manufacturing .zs-mfg-hero .hero-content p {
        color: #1f1f1f;
        text-shadow: none;
        font-weight: 500;
    }

    .zs-mfg-member-grid,
    .zs-mfg-why-xdepe-grid,
    .zs-about-consult .zs-as-feature-list,
    .zs-about-consult .zs-as-lead-form form,
    .zs-mfg-contact form {
        grid-template-columns: 1fr;
    }

    .zs-mfg-why-xdepe {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .zs-mfg-why-xdepe-grid {
        gap: 28px;
    }

    .zs-mfg-why-xdepe-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 14px;
    }

    .zs-mfg-why-xdepe-icon img {
        width: 32px;
        height: 32px;
    }

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

    .zs-about-consult .zs-as-team-card {
        display: flex;
    }

    .zs-about-consult .zs-as-team-card,
    .zs-about-consult .zs-as-lead-form {
        padding: 14px;
    }

    .zs-about-consult .zs-as-red-logo {
        width: 148px;
        margin-bottom: 20px;
    }

    .zs-about-consult .zs-as-lead-form h2 {
        margin-bottom: 24px;
    }

    .zs-about-consult .zs-as-feature-list {
        gap: 22px;
    }

    .zs-about-consult .zs-as-feature-list li img {
        width: 54px;
        height: 54px;
    }

    .zs-mfg-cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zs-mfg-partner .logo-carousel-wrapper {
        width: calc(100% - 52px);
    }

    .zs-mfg-partner .logo-carousel-btn {
        font-size: 26px;
        padding: 0 4px;
    }

    .zs-mfg-partner .logo-slide {
        padding: 0 8px;
    }

    .zs-mfg-partner .partner-grid {
        margin: 0;
    }

    .zs-mfg-partner .partner-item {
        padding: 0;
        margin-bottom: 16px;
    }

    .zs-mfg-partner .partner-content {
        padding: 24px 18px;
        border-radius: 12px;
    }

    .zs-mfg-news-grid h3 {
        font-size: 22px;
    }
}
