
  /* ===== UEESHOP-compatible scoped styles (uee-* prefix) ===== */
  .uee-ddpc-root {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #222222;
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 16px 48px;
  }
  .uee-ddpc-root * { box-sizing: border-box; }
  .uee-ddpc-h1 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 18px;
    text-align: center;
  }
  .uee-ddpc-h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 40px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9e2f5;
  }
  .uee-ddpc-h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    color: #2a2a2a;
    margin: 24px 0 10px;
  }
  .uee-ddpc-root p { margin: 0 0 16px; }
  .uee-ddpc-lead {
    font-size: 19px;
    color: #333333;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 22px;
  }
  .uee-ddpc-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px auto;
    border-radius: 10px;
  }
  .uee-ddpc-figcap {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin: -12px 0 24px;
  }
  .uee-ddpc-list { margin: 0 0 18px; padding-left: 22px; }
  .uee-ddpc-list li { margin: 0 0 8px; }
  .uee-ddpc-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0 24px;
    font-size: 16px;
  }
  .uee-ddpc-spec-table th,
  .uee-ddpc-spec-table td {
    border: 1px solid #e3e3e3;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
  }
  .uee-ddpc-spec-table th {
    background: #f6f3fc;
    font-weight: 600;
    width: 34%;
    color: #1a1a1a;
  }
  .uee-ddpc-spec-table td { background: #ffffff; }
  .uee-ddpc-cta {
    display: inline-block;
    background: #6b4ea8;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    margin: 8px 0 18px;
  }
  .uee-ddpc-cta:hover { background: #573c8c; }

  /* ===== Centered blocks ===== */
  .uee-ddpc-center { text-align: center; }
  .uee-ddpc-diecut-link {
    display: inline-block;
    margin: 10px 0 8px;
    color: #6b4ea8;
    font-weight: 600;
    text-decoration: underline;
  }

  /* ===== Explore More 2x2 nav ===== */
  .uee-ddpc-explore { text-align: center; margin: 18px 0 8px; }
  .uee-ddpc-explore-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 48px;
    margin-top: 14px;
  }
  .uee-ddpc-explore-col { display: flex; flex-direction: column; gap: 14px; }
  .uee-ddpc-explore-col a {
    color: #6b4ea8;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
  }
  .uee-ddpc-explore-col a:hover { text-decoration: underline; }

  /* ===== FAQ accordion ===== */
  .uee-ddpc-faq { margin: 16px 0 8px; border-top: 1px solid #e3e3e3; }
  .uee-ddpc-faq-item { border-bottom: 1px solid #e3e3e3; }
  .uee-ddpc-faq-q {
    width: 100%;
    text-align: left;
    background: #faf8fe;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 16px 44px 16px 16px;
    position: relative;
    line-height: 1.4;
  }
  .uee-ddpc-faq-q::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 700;
    color: #6b4ea8;
    line-height: 1;
  }
  .uee-ddpc-faq-q.uee-ddpc-open::after { content: "\2212"; }
  .uee-ddpc-faq-a { display: none; padding: 4px 16px 18px; color: #333333; }
  .uee-ddpc-faq-a.uee-ddpc-show { display: block; }

  /* ===== Two-column benefit cards ===== */
  .uee-ddpc-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 18px 0 26px;
  }
  .uee-ddpc-benefit-card {
    flex: 1 1 45%;
    min-width: 260px;
    background: #faf8fe;
    border-radius: 10px;
    padding: 18px 18px 6px;
  }
  .uee-ddpc-benefit-card h3 { margin-top: 0; }

  /* ===== Responsive YouTube video embed (UEESHOP-safe, mobile adaptive) ===== */
  .uee-ddpc-video-wrap {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 24px auto;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #000000;
    box-shadow: 0 4px 18px rgba(107, 78, 168, 0.15);
  }
  .uee-ddpc-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .uee-ddpc-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b4ea8;
    background: #f1ebfa;
    border-radius: 999px;
    padding: 4px 14px;
    margin: 0 0 10px;
  }
  .uee-ddpc-eyebrow-center { text-align: center; display: block; }
