
    .manufacturing-overview {
      font-family: Inter, Arial, Helvetica, sans-serif;
      color: #111827;
      background: #ffffff;
      line-height: 1.65;
    }

    .manufacturing-overview * {
      box-sizing: border-box;
    }

    .manufacturing-overview .container {
      width: min(1180px, 92%);
      margin: 0 auto;
    }

    .manufacturing-overview .eyebrow {
      margin: 0 0 14px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #2563eb;
    }

    .manufacturing-overview h1,
    .manufacturing-overview h2,
    .manufacturing-overview h3 {
      margin-top: 0;
      color: #0f172a;
      letter-spacing: -0.04em;
    }

    .manufacturing-overview h1 {
      max-width: 980px;
      margin-bottom: 28px;
      font-size: clamp(40px, 6vw, 72px);
      line-height: 1.02;
      color: #ffffff;
    }

    .manufacturing-overview h2 {
      margin-bottom: 22px;
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.12;
    }

    .manufacturing-overview h3 {
      margin-bottom: 16px;
      font-size: 22px;
      line-height: 1.25;
    }

    .manufacturing-overview p {
      margin: 0 0 18px;
      font-size: 17px;
      color: #475569;
    }

    .manufacturing-overview ul {
      margin: 0;
      padding-left: 20px;
    }

    .manufacturing-overview li {
      margin-bottom: 10px;
      color: #334155;
    }

    .hero-section {
      padding: 110px 0 90px;
      background:
        radial-gradient(circle at 85% 20%, rgba(37, 99, 235, 0.38), transparent 32%),
        linear-gradient(135deg, #020617 0%, #0f172a 48%, #1e293b 100%);
      color: #ffffff;
      overflow: hidden;
    }

    .hero-section .eyebrow {
      color: #93c5fd;
    }

    .hero-section p {
      max-width: 910px;
      color: #dbe4ee;
      font-size: 18px;
    }

    .image-section {
      padding: 78px 0;
      background: #f8fafc;
    }

    .main-image {
      min-height: 420px;
      border-radius: 28px;
      background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.18), rgba(37, 99, 235, 0.10)),
        #e2e8f0;
      box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
      overflow: hidden;
      margin-bottom: 26px;
    }

    .main-image img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      display: block;
    }

    .sub-image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 26px;
    }

    .sub-image-grid img {
      width: 100%;
      height: 310px;
      object-fit: cover;
      border-radius: 22px;
      display: block;
      box-shadow: 0 20px 48px rgba(15, 23, 42, 0.10);
    }

    .sub-image-grid span {
      display: inline-flex;
      align-items: center;
      min-height: 90px;
      padding: 28px 32px;
      border-radius: 22px;
      background: #ffffff !important;
      box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    }

    .content-section,
    .industries-section,
    .quality-section,
    .strengths-section {
      padding: 92px 0;
    }

    .capabilities-section {
      padding: 100px 0;
      background: #f8fafc;
    }

    .two-column {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 64px;
      align-items: start;
    }

    .narrow {
      max-width: 920px;
      margin-top: 42px;
    }

    .card,
    .capability-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 24px;
      padding: 34px;
      box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    }

    .capability-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 24px;
      margin-top: 42px;
    }

    .capability-card {
      grid-column: span 3;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .capability-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 24px 56px rgba(15, 23, 42, 0.10);
    }

    .capability-card:last-child {
      grid-column: span 6;
    }

    .quality-section {
      background: #ffffff;
    }

    .text-block {
      max-width: 920px;
      padding-left: 28px;
      border-left: 4px solid #2563eb;
    }

    .partnership-section {
      padding: 100px 0;
      background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.26), transparent 45%),
        #0f172a;
      color: #ffffff;
    }

    .partnership-section h2 {
      max-width: 860px;
      color: #ffffff;
    }

    .partnership-section p {
      max-width: 900px;
      color: #dbe4ee;
      font-size: 18px;
    }

    .strengths-section {
      background: #f8fafc;
    }

    .strength-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .strength-grid div {
      min-height: 96px;
      display: flex;
      align-items: center;
      padding: 24px;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 20px;
      font-size: 16px;
      font-weight: 700;
      color: #1e293b;
      box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
    }

    @media (max-width: 960px) {
      .two-column,
      .sub-image-grid,
      .strength-grid {
        grid-template-columns: 1fr;
      }

      .capability-grid {
        grid-template-columns: 1fr;
      }

      .capability-card,
      .capability-card:last-child {
        grid-column: span 1;
      }

      .hero-section {
        padding: 78px 0 66px;
      }

      .main-image {
        min-height: 280px;
      }

      .main-image img {
        height: 320px;
      }

      .sub-image-grid img {
        height: 240px;
      }
    }
  