
    .dw-custom-mold-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #1a1a1a;
      line-height: 1.65;
      margin: 18px 0 34px;
    }
    .dw-custom-mold-page * {
      box-sizing: border-box;
    }
    .dw-custom-mold-page a {
      color: #1b6b3a;
      font-weight: 700;
      text-decoration: none;
    }
    .dw-custom-mold-page a:hover {
      text-decoration: underline;
    }
    .dw-custom-mold-page p {
      margin: 0;
      color: #4c5a52;
      font-size: 15px;
    }
    .dw-custom-mold-page h2,
    .dw-custom-mold-page h3 {
      margin: 0;
      color: #10251a;
      line-height: 1.28;
      letter-spacing: 0;
    }
    .dw-custom-mold-page .dw-mold-section {
      margin-top: 30px;
    }
    .dw-custom-mold-page .dw-mold-kicker {
      display: block;
      margin-bottom: 8px;
      color: #1b6b3a;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .dw-custom-mold-page .dw-mold-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
      gap: 18px;
      align-items: stretch;
      margin-bottom: 24px;
    }
    .dw-custom-mold-page .dw-mold-hero-copy {
      padding: 28px;
      background: #f5f8f6;
      border: 1px solid #e1e5e2;
      border-left: 5px solid #1b6b3a;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-hero-copy h2 {
      max-width: 780px;
      margin-bottom: 12px;
      font-size: 30px;
    }
    .dw-custom-mold-page .dw-mold-hero-copy p {
      max-width: 860px;
      color: #3f4d45;
    }
    .dw-custom-mold-page .dw-mold-hero-panel {
      display: grid;
      gap: 10px;
    }
    .dw-custom-mold-page .dw-mold-fact {
      padding: 18px;
      background: #10251a;
      color: #ffffff;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-fact strong {
      display: block;
      margin-bottom: 5px;
      color: #ffffff;
      font-size: 15px;
    }
    .dw-custom-mold-page .dw-mold-fact span {
      display: block;
      color: #dcebe2;
      font-size: 14px;
      line-height: 1.55;
    }
    .dw-custom-mold-page .dw-mold-video {
      display: grid;
      grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
      gap: 18px;
      align-items: center;
      padding: 18px;
      background: #ffffff;
      border: 1px solid #e1e5e2;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-video h3 {
      margin-bottom: 8px;
      font-size: 20px;
    }
    .dw-custom-mold-page .dw-mold-video-frame {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      overflow: hidden;
      background: #111827;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-video-frame iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    .dw-custom-mold-page .dw-mold-intro {
      max-width: 860px;
      margin: 0 0 16px;
    }
    .dw-custom-mold-page .dw-mold-intro h2 {
      margin-bottom: 10px;
      font-size: 24px;
    }
    .dw-custom-mold-page .dw-mold-route-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }
    .dw-custom-mold-page .dw-mold-route {
      display: flex;
      flex-direction: column;
      min-height: 270px;
      padding: 18px;
      background: #ffffff;
      border: 1px solid #e1e5e2;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-route h3 {
      margin-bottom: 8px;
      font-size: 18px;
    }
    .dw-custom-mold-page .dw-mold-route p {
      font-size: 14px;
    }
    .dw-custom-mold-page .dw-mold-route-link {
      margin-top: auto;
      padding-top: 14px;
      font-size: 14px;
    }
    .dw-custom-mold-page .dw-mold-trust {
      display: grid;
      grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
      gap: 20px;
      align-items: start;
      padding: 24px;
      background: #f5f8f6;
      border: 1px solid #e1e5e2;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-trust h2 {
      margin-bottom: 10px;
      font-size: 24px;
    }
    .dw-custom-mold-page .dw-mold-check-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }
    .dw-custom-mold-page .dw-mold-check {
      padding: 14px;
      background: #ffffff;
      border: 1px solid #dfe8e3;
      border-radius: 6px;
      color: #3f4d45;
      font-size: 14px;
    }
    .dw-custom-mold-page .dw-mold-check strong {
      display: block;
      margin-bottom: 4px;
      color: #10251a;
    }
    .dw-custom-mold-page .dw-mold-table-wrap {
      overflow-x: auto;
      border: 1px solid #e1e5e2;
      border-radius: 6px;
      background: #ffffff;
    }
    .dw-custom-mold-page .dw-mold-table {
      width: 100%;
      min-width: 720px;
      border-collapse: collapse;
    }
    .dw-custom-mold-page .dw-mold-table th,
    .dw-custom-mold-page .dw-mold-table td {
      padding: 13px 14px;
      border-bottom: 1px solid #edf1ee;
      text-align: left;
      vertical-align: top;
      font-size: 14px;
    }
    .dw-custom-mold-page .dw-mold-table th {
      background: #e8f2ec;
      color: #10251a;
      font-weight: 700;
    }
    .dw-custom-mold-page .dw-mold-table tr:last-child td {
      border-bottom: 0;
    }
    .dw-custom-mold-page .dw-mold-process {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
      counter-reset: mold-step;
    }
    .dw-custom-mold-page .dw-mold-step {
      position: relative;
      padding: 16px 14px 14px;
      background: #ffffff;
      border: 1px solid #e1e5e2;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-step:before {
      counter-increment: mold-step;
      content: counter(mold-step);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      margin-bottom: 10px;
      border-radius: 50%;
      background: #1b6b3a;
      color: #ffffff;
      font-size: 13px;
      font-weight: 700;
    }
    .dw-custom-mold-page .dw-mold-step strong {
      display: block;
      margin-bottom: 5px;
      color: #10251a;
      font-size: 14px;
    }
    .dw-custom-mold-page .dw-mold-step span {
      display: block;
      color: #4c5a52;
      font-size: 13px;
      line-height: 1.5;
    }
    .dw-custom-mold-page .dw-mold-faq {
      display: grid;
      gap: 10px;
    }
    .dw-custom-mold-page .dw-mold-faq-item {
      padding: 17px 18px;
      background: #ffffff;
      border: 1px solid #e1e5e2;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-faq-item h3 {
      margin-bottom: 6px;
      font-size: 17px;
    }
    .dw-custom-mold-page .dw-mold-faq-item p {
      font-size: 14px;
    }
    .dw-custom-mold-page .dw-mold-cta {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 16px;
      align-items: center;
      margin-top: 28px;
      padding: 22px;
      background: #10251a;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-cta h2 {
      margin-bottom: 8px;
      color: #ffffff;
      font-size: 22px;
    }
    .dw-custom-mold-page .dw-mold-cta p {
      color: #dcebe2;
      font-size: 14px;
    }
    .dw-custom-mold-page .dw-mold-cta a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 20px;
      background: #ffffff;
      color: #134d2a;
      border-radius: 6px;
      white-space: nowrap;
    }
    .dw-custom-mold-page .dw-mold-product-note {
      margin-top: 18px;
      padding: 16px 18px;
      background: #f5f8f6;
      border: 1px solid #e1e5e2;
      border-radius: 6px;
    }
    .dw-custom-mold-page .dw-mold-product-note p {
      font-size: 14px;
    }
    @media (max-width: 980px) {
      .dw-custom-mold-page .dw-mold-hero,
      .dw-custom-mold-page .dw-mold-video,
      .dw-custom-mold-page .dw-mold-trust,
      .dw-custom-mold-page .dw-mold-cta {
        grid-template-columns: 1fr;
      }
      .dw-custom-mold-page .dw-mold-route-grid,
      .dw-custom-mold-page .dw-mold-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 560px) {
      .dw-custom-mold-page .dw-mold-hero-copy {
        padding: 22px;
      }
      .dw-custom-mold-page .dw-mold-hero-copy h2 {
        font-size: 24px;
      }
      .dw-custom-mold-page .dw-mold-route-grid,
      .dw-custom-mold-page .dw-mold-check-grid,
      .dw-custom-mold-page .dw-mold-process {
        grid-template-columns: 1fr;
      }
      .dw-custom-mold-page .dw-mold-route {
        min-height: 0;
      }
      .dw-custom-mold-page .dw-mold-cta a {
        width: 100%;
      }
    }
  