<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Copy Solutions &#8211; DSP</title>
	<atom:link href="https://dynamicsp.co.za/service-category/copy-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>https://dynamicsp.co.za</link>
	<description>Dynamic Signs and Print</description>
	<lastBuildDate>Wed, 19 Aug 2026 07:36:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://dynamicsp.co.za/wp-content/uploads/2023/12/DSP-Favicon.svg</url>
	<title>Copy Solutions &#8211; DSP</title>
	<link>https://dynamicsp.co.za</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Copy Centre</title>
		<link>https://dynamicsp.co.za/service/copy-centre/</link>
		
		<dc:creator><![CDATA[siya1489]]></dc:creator>
		<pubDate>Fri, 25 Aug 2023 06:57:15 +0000</pubDate>
				<guid isPermaLink="false">http://yoge-demo.pbminfotech.com/demo1/?post_type=pbmit-service&#038;p=352</guid>

					<description><![CDATA[Copy Centre · Springs, Gauteng Copy centre support for everyday business and document printing DSP provides practical copy centre support for businesses, offices, professionals and technical teams that need documents and printed material produced clearly and efficiently. Bring the files or information you already have and the team can help work through the remaining production [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="575" class="elementor elementor-575">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-ed28f2b elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="ed28f2b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cab653f pbmit-bg-color-over-image" data-id="cab653f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-098e5a6 elementor-widget elementor-widget-html" data-id="098e5a6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP COPY CENTRE PAGE — HERO
   ========================================================= */

.dsp-copy-hero,
.dsp-copy-hero * {
  box-sizing: border-box;
}

.dsp-copy-hero {
  --dsp-dark: #181819;
  --dsp-white: #ffffff;
  --dsp-muted: rgba(255, 255, 255, 0.72);
  --dsp-border: rgba(255, 255, 255, 0.14);
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  position: relative;

  width: 100%;
  overflow: hidden;

  padding:
    clamp(82px, 8vw, 128px)
    0
    clamp(72px, 7vw, 106px);

  background:
    radial-gradient(
      circle at 91% 15%,
      rgba(0, 174, 239, 0.12),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #171718 0%,
      #252527 100%
    );

  color: var(--dsp-white);
}

.dsp-copy-hero::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 6px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33.33%,
      var(--dsp-magenta) 33.33% 66.66%,
      var(--dsp-yellow) 66.66% 100%
    );
}

.dsp-copy-hero__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;

  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(430px, 0.78fr);

  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}

/* =========================================================
   CONTENT
   ========================================================= */

.dsp-copy-hero__content {
  min-width: 0;
  max-width: 850px;
}

.dsp-copy-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 18px;

  color: rgba(255, 255, 255, 0.76);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dsp-copy-hero__eyebrow::before {
  content: "";

  flex: 0 0 auto;

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-hero h1 {
  max-width: 900px;
  margin: 0 0 25px;

  color: var(--dsp-white);

  font-family: inherit;
  font-size: clamp(45px, 4.9vw, 74px);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -0.045em;
}

.dsp-copy-hero__intro {
  max-width: 760px;
  margin: 0 0 31px;

  color: var(--dsp-muted);

  font-size: 17px;
  line-height: 1.72;
}

/* =========================================================
   SERVICE POINTS
   ========================================================= */

.dsp-copy-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;

  margin: 0 0 35px;
  padding: 0;

  list-style: none;
}

.dsp-copy-hero__points li {
  position: relative;

  color: rgba(255, 255, 255, 0.82);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.dsp-copy-hero__points li:not(:last-child)::after {
  content: "•";

  position: absolute;
  right: -14px;

  color: var(--dsp-yellow);
}

/* =========================================================
   BUTTONS
   ========================================================= */

.dsp-copy-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dsp-copy-hero__button {
  min-height: 54px;
  padding: 0 25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.dsp-copy-hero__button:hover,
.dsp-copy-hero__button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

.dsp-copy-hero__button:focus-visible {
  outline: 3px solid rgba(0, 174, 239, 0.38);
  outline-offset: 3px;
}

.dsp-copy-hero__button--primary {
  border-color: var(--dsp-yellow);

  background: var(--dsp-yellow);
  color: #171717;
}

.dsp-copy-hero__button--primary:hover,
.dsp-copy-hero__button--primary:focus-visible {
  border-color: var(--dsp-white);

  background: var(--dsp-white);
  color: #171717;
}

.dsp-copy-hero__button--secondary {
  border-color: rgba(255, 255, 255, 0.55);

  background: transparent;
  color: var(--dsp-white);
}

.dsp-copy-hero__button--secondary:hover,
.dsp-copy-hero__button--secondary:focus-visible {
  border-color: var(--dsp-white);

  background: rgba(255, 255, 255, 0.08);
  color: var(--dsp-white);
}

/* =========================================================
   IMAGE
   ========================================================= */

.dsp-copy-hero__visual {
  position: relative;
  min-width: 0;
}

.dsp-copy-hero__figure {
  position: relative;

  min-height: 530px;
  margin: 0;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 26px;

  background: #242426;

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.dsp-copy-hero__figure img {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

/* Subtle image treatment for consistent hero contrast */

.dsp-copy-hero__figure::after {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0.24) 100%
    );
}

/* =========================================================
   IMAGE BADGE
   ========================================================= */

.dsp-copy-hero__badge {
  position: absolute;
  left: -22px;
  bottom: 28px;

  z-index: 2;

  max-width: 270px;
  padding: 17px 19px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;

  background: rgba(23, 23, 24, 0.94);

  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.dsp-copy-hero__badge-label {
  display: block;

  margin-bottom: 5px;

  color: var(--dsp-yellow);

  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dsp-copy-hero__badge-text {
  display: block;

  color: var(--dsp-white);

  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .dsp-copy-hero__inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .dsp-copy-hero__visual {
    width: 100%;
    max-width: 820px;
  }

  .dsp-copy-hero__figure {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .dsp-copy-hero {
    padding: 72px 0 66px;
  }

  .dsp-copy-hero__inner {
    width: min(100% - 30px, 600px);
    gap: 40px;
  }

  .dsp-copy-hero h1 {
    font-size: clamp(39px, 10.8vw, 51px);
  }

  .dsp-copy-hero__intro {
    font-size: 15px;
    line-height: 1.67;
  }

  .dsp-copy-hero__points {
    gap: 8px 20px;
  }

  .dsp-copy-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dsp-copy-hero__button {
    width: 100%;
  }

  .dsp-copy-hero__figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 21px;
  }

  .dsp-copy-hero__figure img {
    object-position: center;
  }

  .dsp-copy-hero__badge {
    position: relative;
    left: auto;
    bottom: auto;

    max-width: none;
    margin-top: 13px;

    border-radius: 16px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dsp-copy-hero__button {
    transition: none;
  }
}
</style>

<section
  class="dsp-copy-hero"
  aria-labelledby="dsp-copy-hero-title">

  <div class="dsp-copy-hero__inner">

    <!-- CONTENT -->

    <div class="dsp-copy-hero__content">

      <div class="dsp-copy-hero__eyebrow">
        Copy Centre · Springs, Gauteng
      </div>

      <h1 id="dsp-copy-hero-title">
        Copy centre support for everyday business and document printing
      </h1>

      <p class="dsp-copy-hero__intro">
        DSP provides practical copy centre support for businesses, offices,
        professionals and technical teams that need documents and printed
        material produced clearly and efficiently. Bring the files or
        information you already have and the team can help work through the
        remaining production requirements.
      </p>

      <ul
        class="dsp-copy-hero__points"
        aria-label="DSP copy centre services">

        <li>Document printing</li>
        <li>Copying</li>
        <li>Presentation material</li>
        <li>Everyday business print</li>

      </ul>

      <div class="dsp-copy-hero__actions">

        <a
          class="dsp-copy-hero__button dsp-copy-hero__button--primary"
          href="/contact-us/">

          Discuss Your Requirement
          <span aria-hidden="true">↗</span>

        </a>

        <a
          class="dsp-copy-hero__button dsp-copy-hero__button--secondary"
          href="#dsp-copy-support">

          Explore Copy Centre Support
          <span aria-hidden="true">↓</span>

        </a>

      </div>

    </div>

    <!-- IMAGE -->

    <div class="dsp-copy-hero__visual">

      <figure class="dsp-copy-hero__figure">

        <img
          src="https://dynamicsp.co.za/wp-content/uploads/2026/08/dsp-digital-print-production-facility-springs.jpg"
          alt="Digital printing and document production equipment at Dynamic Signs and Print in Springs, Gauteng."
          loading="eager"
          decoding="async"
          fetchpriority="high">

      </figure>

      <div class="dsp-copy-hero__badge">

        <span class="dsp-copy-hero__badge-label">
          Practical business support
        </span>

        <span class="dsp-copy-hero__badge-text">
          Document and everyday print production backed by DSP's wider in-house capability.
        </span>

      </div>

    </div>

  </div>

</section>				</div>
				</div>
				<div class="elementor-element elementor-element-e166f0c elementor-widget elementor-widget-html" data-id="e166f0c" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP COPY CENTRE PAGE — SUPPORT OPTIONS
   ========================================================= */

.dsp-copy-support,
.dsp-copy-support * {
  box-sizing: border-box;
}

.dsp-copy-support {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-white: #ffffff;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(74px, 7vw, 110px) 0;

  background: var(--dsp-light);
  color: var(--dsp-text);

  scroll-margin-top: 30px;
}

.dsp-copy-support__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.dsp-copy-support__header {
  display: grid;
  grid-template-columns:
    minmax(0, .95fr)
    minmax(360px, .65fr);

  align-items: end;
  gap: 50px;

  margin-bottom: 42px;
}

.dsp-copy-support__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-copy-support__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-support h2 {
  max-width: 790px;
  margin: 0;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(39px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.038em;
}

.dsp-copy-support__intro {
  max-width: 590px;
  margin: 0 0 4px auto;

  color: var(--dsp-muted);

  font-size: 16px;
  line-height: 1.72;
}

/* =========================================================
   GRID
   ========================================================= */

.dsp-copy-support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* =========================================================
   CARDS
   ========================================================= */

.dsp-copy-support-card {
  position: relative;

  min-height: 245px;
  padding: 28px 27px 25px;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 20px;

  background: #ffffff;

  box-shadow: 0 11px 30px rgba(24,28,31,.04);

  transition:
    transform 190ms ease,
    box-shadow 190ms ease,
    border-color 190ms ease;
}

.dsp-copy-support-card:hover {
  transform: translateY(-4px);

  border-color: #d0d5d6;

  box-shadow: 0 20px 42px rgba(24,28,31,.09);
}

.dsp-copy-support-card::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-support-card__number {
  display: block;

  margin-bottom: 22px;

  color: #979c9f;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
}

.dsp-copy-support-card h3 {
  margin: 0 0 11px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.dsp-copy-support-card p {
  flex: 1;

  margin: 0 0 18px;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.62;
}

.dsp-copy-support-card__use {
  padding-top: 15px;

  border-top: 1px solid var(--dsp-border);

  color: #767b7e;

  font-size: 11px;
  line-height: 1.5;
}

.dsp-copy-support-card__use strong {
  color: var(--dsp-dark);
  font-weight: 700;
}

/* =========================================================
   FOOTER CALLOUT
   ========================================================= */

.dsp-copy-support__footer {
  margin-top: 38px;
  padding: 29px 32px;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto;

  align-items: center;
  gap: 36px;

  border-radius: 20px;

  background: var(--dsp-dark);
}

.dsp-copy-support__footer-copy {
  margin: 0;

  color: rgba(255,255,255,.70);

  font-size: 14px;
  line-height: 1.65;
}

.dsp-copy-support__footer-copy strong {
  color: #ffffff;
}

.dsp-copy-support__button {
  min-height: 51px;
  padding: 0 23px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 999px;

  background: var(--dsp-yellow);
  color: #171717;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.dsp-copy-support__button:hover,
.dsp-copy-support__button:focus-visible {
  transform: translateY(-2px);

  background: #ffffff;
  color: #171717;

  text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .dsp-copy-support__header {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .dsp-copy-support__intro {
    margin-left: 0;
  }

  .dsp-copy-support__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-copy-support {
    padding: 64px 0;
  }

  .dsp-copy-support__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-copy-support__header {
    margin-bottom: 30px;
  }

  .dsp-copy-support h2 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .dsp-copy-support__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-copy-support__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .dsp-copy-support-card {
    min-height: auto;

    padding: 26px 22px 23px;
  }

  .dsp-copy-support__footer {
    grid-template-columns: 1fr;

    padding: 26px 22px;
  }

  .dsp-copy-support__button {
    width: 100%;
  }
}
</style>


<section
  class="dsp-copy-support"
  id="dsp-copy-support"
  aria-labelledby="dsp-copy-support-title">

  <div class="dsp-copy-support__inner">


    <!-- HEADER -->

    <header class="dsp-copy-support__header">

      <div>

        <div class="dsp-copy-support__eyebrow">
          Copy centre services
        </div>

        <h2 id="dsp-copy-support-title">
          Practical support for documents, presentations and everyday business print
        </h2>

      </div>


      <p class="dsp-copy-support__intro">
        Some print requirements are straightforward, others need a little help
        with layout, quantity or final format. DSP's Copy Centre provides a
        practical starting point for common office and document production needs.
      </p>

    </header>


    <!-- GRID -->

    <div class="dsp-copy-support__grid">


      <!-- 01 -->

      <article class="dsp-copy-support-card">

        <span class="dsp-copy-support-card__number">
          01
        </span>

        <h3>
          Document printing
        </h3>

        <p>
          Printed documents for everyday business, administrative,
          professional and internal communication requirements.
        </p>

        <div class="dsp-copy-support-card__use">
          <strong>Useful for:</strong>
          reports, documents, handouts and office material
        </div>

      </article>


      <!-- 02 -->

      <article class="dsp-copy-support-card">

        <span class="dsp-copy-support-card__number">
          02
        </span>

        <h3>
          Copying
        </h3>

        <p>
          Reproduction of existing documents where additional working,
          reference or distribution copies are required.
        </p>

        <div class="dsp-copy-support-card__use">
          <strong>Useful for:</strong>
          office records, handouts and recurring document requirements
        </div>

      </article>


      <!-- 03 -->

      <article class="dsp-copy-support-card">

        <span class="dsp-copy-support-card__number">
          03
        </span>

        <h3>
          Presentation material
        </h3>

        <p>
          Printed material prepared for meetings, presentations,
          proposals and other business situations where professional
          physical copies are required.
        </p>

        <div class="dsp-copy-support-card__use">
          <strong>Useful for:</strong>
          presentations, proposals, meetings and client packs
        </div>

      </article>


      <!-- 04 -->

      <article class="dsp-copy-support-card">

        <span class="dsp-copy-support-card__number">
          04
        </span>

        <h3>
          Training &amp; information material
        </h3>

        <p>
          Documents and handouts for training sessions, workshops,
          internal communication and information distribution.
        </p>

        <div class="dsp-copy-support-card__use">
          <strong>Useful for:</strong>
          training, workshops, inductions and information packs
        </div>

      </article>


      <!-- 05 -->

      <article class="dsp-copy-support-card">

        <span class="dsp-copy-support-card__number">
          05
        </span>

        <h3>
          Small business print requirements
        </h3>

        <p>
          Practical support for smaller day-to-day print jobs that still
          need to look clear, professional and consistent with the business.
        </p>

        <div class="dsp-copy-support-card__use">
          <strong>Useful for:</strong>
          offices, owner-led businesses and recurring print needs
        </div>

      </article>


      <!-- 06 -->

      <article class="dsp-copy-support-card">

        <span class="dsp-copy-support-card__number">
          06
        </span>

        <h3>
          Custom document requirements
        </h3>

        <p>
          If the job does not fit neatly into a standard category, bring
          the file or explain the finished result you need and DSP can help
          assess the practical production route.
        </p>

        <div class="dsp-copy-support-card__use">
          <strong>Useful for:</strong>
          unusual formats, mixed documents and one-off business requirements
        </div>

      </article>


    </div>


    <!-- CALLOUT -->

    <div class="dsp-copy-support__footer">

      <p class="dsp-copy-support__footer-copy">
        <strong>Not sure how the document should be produced?</strong>
        Send or bring the file, approximate quantity and the finished result
        you need. DSP can help work through the practical production details.
      </p>


      <a
        class="dsp-copy-support__button"
        href="/contact-us/">

        Discuss Your Requirement
        <span aria-hidden="true">↗</span>

      </a>

    </div>

  </div>

</section>				</div>
				</div>
				<div class="elementor-element elementor-element-b0acc29 elementor-widget elementor-widget-html" data-id="b0acc29" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP COPY CENTRE PAGE — DOCUMENT PREPARATION
   ========================================================= */

.dsp-copy-prep,
.dsp-copy-prep * {
  box-sizing: border-box;
}

.dsp-copy-prep {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #ffffff;
  --dsp-soft: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(72px, 6.5vw, 102px) 0;

  background: #ffffff;
  color: var(--dsp-text);
}

.dsp-copy-prep__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.dsp-copy-prep__header {
  display: grid;

  grid-template-columns:
    minmax(0, .95fr)
    minmax(360px, .65fr);

  align-items: end;
  gap: 50px;

  margin-bottom: 40px;
}

.dsp-copy-prep__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-copy-prep__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-prep h2 {
  max-width: 800px;
  margin: 0;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(38px, 3.9vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.038em;
}

.dsp-copy-prep__intro {
  max-width: 600px;
  margin: 0 0 4px auto;

  color: var(--dsp-muted);

  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
   GUIDANCE GRID
   ========================================================= */

.dsp-copy-prep__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  border-top: 1px solid var(--dsp-border);
  border-left: 1px solid var(--dsp-border);
}

.dsp-copy-prep__item {
  min-height: 215px;
  padding: 28px 25px;

  border-right: 1px solid var(--dsp-border);
  border-bottom: 1px solid var(--dsp-border);

  background: var(--dsp-soft);
}

.dsp-copy-prep__number {
  display: block;

  margin-bottom: 18px;

  color: var(--dsp-cyan);

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
}

.dsp-copy-prep__item h3 {
  margin: 0 0 9px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

.dsp-copy-prep__item p {
  margin: 0;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.62;
}


/* =========================================================
   CALLOUT
   ========================================================= */

.dsp-copy-prep__callout {
  margin-top: 34px;
  padding: 30px 32px;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto;

  align-items: center;
  gap: 34px;

  border-radius: 20px;

  background: var(--dsp-dark);
}

.dsp-copy-prep__callout-copy {
  margin: 0;

  color: rgba(255,255,255,.70);

  font-size: 14px;
  line-height: 1.65;
}

.dsp-copy-prep__callout-copy strong {
  color: #ffffff;
}

.dsp-copy-prep__button {
  min-height: 51px;
  padding: 0 23px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 999px;

  background: var(--dsp-yellow);
  color: #171717;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.dsp-copy-prep__button:hover,
.dsp-copy-prep__button:focus-visible {
  transform: translateY(-2px);

  background: #ffffff;
  color: #171717;

  text-decoration: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .dsp-copy-prep__header {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .dsp-copy-prep__intro {
    margin-left: 0;
  }

  .dsp-copy-prep__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-copy-prep {
    padding: 62px 0;
  }

  .dsp-copy-prep__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-copy-prep__header {
    margin-bottom: 28px;
  }

  .dsp-copy-prep h2 {
    font-size: clamp(34px, 9.8vw, 45px);
  }

  .dsp-copy-prep__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-copy-prep__grid {
    grid-template-columns: 1fr;
  }

  .dsp-copy-prep__item {
    min-height: auto;
    padding: 24px 21px;
  }

  .dsp-copy-prep__callout {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .dsp-copy-prep__button {
    width: 100%;
  }

}
</style>


<section
  class="dsp-copy-prep"
  aria-labelledby="dsp-copy-prep-title">

  <div class="dsp-copy-prep__inner">


    <!-- HEADER -->

    <header class="dsp-copy-prep__header">

      <div>

        <div class="dsp-copy-prep__eyebrow">
          Preparing your documents
        </div>

        <h2 id="dsp-copy-prep-title">
          Bring the information you have. DSP can help with the production details.
        </h2>

      </div>


      <p class="dsp-copy-prep__intro">
        A few basic details make it easier to understand the job, but you do
        not need to arrive with every specification already decided. Start with
        the document, quantity and finished result you need.
      </p>

    </header>


    <!-- GUIDANCE GRID -->

    <div class="dsp-copy-prep__grid">


      <!-- 01 -->

      <article class="dsp-copy-prep__item">

        <span class="dsp-copy-prep__number">
          01
        </span>

        <h3>
          Your document or file
        </h3>

        <p>
          Send or bring the document you need produced. If there are several
          files, indicate which items belong together and how the finished
          material should be organised.
        </p>

      </article>


      <!-- 02 -->

      <article class="dsp-copy-prep__item">

        <span class="dsp-copy-prep__number">
          02
        </span>

        <h3>
          Page or finished size
        </h3>

        <p>
          If you already know the required size, include it with the enquiry.
          If not, explain how the printed material will be used so the practical
          options can be considered.
        </p>

      </article>


      <!-- 03 -->

      <article class="dsp-copy-prep__item">

        <span class="dsp-copy-prep__number">
          03
        </span>

        <h3>
          Colour requirements
        </h3>

        <p>
          Let DSP know whether colour is important to the document or whether
          the requirement is primarily functional. This helps clarify the
          appropriate production setup.
        </p>

      </article>


      <!-- 04 -->

      <article class="dsp-copy-prep__item">

        <span class="dsp-copy-prep__number">
          04
        </span>

        <h3>
          Quantity
        </h3>

        <p>
          Share the approximate number of copies or sets required. This helps
          establish the scale of the job and the most practical way to prepare it.
        </p>

      </article>


      <!-- 05 -->

      <article class="dsp-copy-prep__item">

        <span class="dsp-copy-prep__number">
          05
        </span>

        <h3>
          Finished format
        </h3>

        <p>
          If the documents need a particular final format or finishing treatment,
          include that requirement when requesting the job. DSP can help clarify
          the available production options where needed.
        </p>

      </article>


      <!-- 06 -->

      <article class="dsp-copy-prep__item">

        <span class="dsp-copy-prep__number">
          06
        </span>

        <h3>
          Required date
        </h3>

        <p>
          Let the team know when the material is needed, particularly for
          meetings, training sessions, presentations or other fixed business dates.
        </p>

      </article>


    </div>


    <!-- CALLOUT -->

    <div class="dsp-copy-prep__callout">

      <p class="dsp-copy-prep__callout-copy">
        <strong>Need more than simple document printing?</strong>
        Because DSP has broader in-house print and design capability, the team
        can also help identify when a requirement is better suited to another
        print or production service.
      </p>


      <a
        class="dsp-copy-prep__button"
        href="/services/">

        Explore DSP Services
        <span aria-hidden="true">↗</span>

      </a>

    </div>


  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-95b3fbf elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="95b3fbf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-302ddf2 pbmit-bg-color-over-image" data-id="302ddf2" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-623e023 elementor-widget elementor-widget-html" data-id="623e023" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP COPY CENTRE PAGE — SIMPLE WORKFLOW
   ========================================================= */

.dsp-copy-process,
.dsp-copy-process * {
  box-sizing: border-box;
}

.dsp-copy-process {
  --dsp-dark: #181819;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(74px, 7vw, 108px) 0;

  background: var(--dsp-light);
  color: var(--dsp-text);
}

.dsp-copy-process__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;

  display: grid;
  grid-template-columns:
    minmax(410px, 0.85fr)
    minmax(0, 1.15fr);

  align-items: center;
  gap: clamp(52px, 7vw, 105px);
}

/* =========================================================
   IMAGE
   ========================================================= */

.dsp-copy-process__visual {
  position: relative;
  min-width: 0;
}

.dsp-copy-process__figure {
  position: relative;

  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  margin: 0;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 24px;

  background: #e4e7e8;

  box-shadow:
    0 20px 48px rgba(24, 28, 31, 0.08);
}

.dsp-copy-process__figure img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

/* Subtle lower treatment behind the caption badge */

.dsp-copy-process__figure::after {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 58%,
      rgba(0, 0, 0, 0.12) 100%
    );
}

/* =========================================================
   IMAGE BADGE
   ========================================================= */

.dsp-copy-process__badge {
  position: absolute;
  right: -22px;
  bottom: 28px;

  z-index: 2;

  max-width: 260px;
  padding: 18px 20px;

  border-radius: 18px;

  background: var(--dsp-dark);
  color: #ffffff;

  box-shadow:
    0 17px 38px rgba(24, 28, 31, 0.18);
}

.dsp-copy-process__badge-label {
  display: block;

  margin-bottom: 5px;

  color: var(--dsp-yellow);

  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dsp-copy-process__badge-text {
  display: block;

  color: #ffffff;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* =========================================================
   CONTENT
   ========================================================= */

.dsp-copy-process__content {
  min-width: 0;
  max-width: 700px;
}

.dsp-copy-process__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 17px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dsp-copy-process__eyebrow::before {
  content: "";

  flex: 0 0 auto;

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-process h2 {
  max-width: 700px;
  margin: 0 0 23px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(39px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.dsp-copy-process__intro {
  max-width: 660px;
  margin: 0 0 30px;

  color: var(--dsp-muted);

  font-size: 16px;
  line-height: 1.72;
}

/* =========================================================
   STEPS
   ========================================================= */

.dsp-copy-process__steps {
  margin: 0;
  padding: 0;

  list-style: none;

  border-top: 1px solid var(--dsp-border);
}

.dsp-copy-process__step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;

  padding: 21px 0;

  border-bottom: 1px solid var(--dsp-border);
}

.dsp-copy-process__step-number {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: var(--dsp-dark);
  color: var(--dsp-yellow);

  font-size: 10px;
  font-weight: 800;
}

.dsp-copy-process__step h3 {
  margin: 0 0 6px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.dsp-copy-process__step p {
  margin: 0;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.6;
}

/* =========================================================
   CTA
   ========================================================= */

.dsp-copy-process__actions {
  margin-top: 31px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dsp-copy-process__button {
  min-height: 52px;
  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 999px;

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.dsp-copy-process__button:hover,
.dsp-copy-process__button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

.dsp-copy-process__button:focus-visible {
  outline: 3px solid rgba(0, 174, 239, 0.35);
  outline-offset: 3px;
}

.dsp-copy-process__button--primary {
  border: 1px solid var(--dsp-dark);

  background: var(--dsp-dark);
  color: #ffffff;
}

.dsp-copy-process__button--primary:hover,
.dsp-copy-process__button--primary:focus-visible {
  border-color: var(--dsp-cyan);

  background: var(--dsp-cyan);
  color: #ffffff;
}

.dsp-copy-process__button--secondary {
  border: 1px solid var(--dsp-dark);

  background: transparent;
  color: var(--dsp-dark);
}

.dsp-copy-process__button--secondary:hover,
.dsp-copy-process__button--secondary:focus-visible {
  background: #ffffff;
  color: var(--dsp-dark);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {
  .dsp-copy-process__inner {
    grid-template-columns: 1fr;
  }

  .dsp-copy-process__visual {
    width: 100%;
    max-width: 700px;
  }

  .dsp-copy-process__content {
    max-width: 820px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .dsp-copy-process {
    padding: 64px 0;
  }

  .dsp-copy-process__inner {
    width: min(100% - 30px, 600px);
    gap: 38px;
  }

  .dsp-copy-process__figure {
    min-height: 0;
    aspect-ratio: 1 / 1;

    border-radius: 20px;
  }

  .dsp-copy-process__badge {
    position: relative;
    right: auto;
    bottom: auto;

    max-width: none;
    margin-top: 13px;

    border-radius: 16px;
  }

  .dsp-copy-process h2 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .dsp-copy-process__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-copy-process__step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .dsp-copy-process__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dsp-copy-process__button {
    width: 100%;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dsp-copy-process__button {
    transition: none;
  }
}
</style>

<section
  class="dsp-copy-process"
  aria-labelledby="dsp-copy-process-title">

  <div class="dsp-copy-process__inner">

    <!-- IMAGE -->

    <div class="dsp-copy-process__visual">

      <figure class="dsp-copy-process__figure">

        <img
          src="https://dynamicsp.co.za/wp-content/uploads/2026/08/dsp-copy-centre-document-printing-finishing.jpg"
          alt="Illustrative copy centre production scene showing printed business documents being collated alongside spiral-bound manuals and finished reports."
          width="1254"
          height="1254"
          loading="lazy"
          decoding="async">

      </figure>

      <div class="dsp-copy-process__badge">

        <span class="dsp-copy-process__badge-label">
          Practical in-house support
        </span>

        <span class="dsp-copy-process__badge-text">
          From the supplied document to finished material ready for business use.
        </span>

      </div>

    </div>

    <!-- CONTENT -->

    <div class="dsp-copy-process__content">

      <div class="dsp-copy-process__eyebrow">
        How the Copy Centre works
      </div>

      <h2 id="dsp-copy-process-title">
        A simple route from document to finished copies
      </h2>

      <p class="dsp-copy-process__intro">
        For most everyday document requirements, the process is straightforward.
        Start with the file or original material and the result you need, and DSP
        can help confirm the practical production details.
      </p>

      <ol class="dsp-copy-process__steps">

        <!-- STEP 01 -->

        <li class="dsp-copy-process__step">

          <span
            class="dsp-copy-process__step-number"
            aria-hidden="true">
            01
          </span>

          <div>

            <h3>
              Send or bring the document
            </h3>

            <p>
              Provide the digital file or original material together with any
              information you already know about the required copies or finished item.
            </p>

          </div>

        </li>

        <!-- STEP 02 -->

        <li class="dsp-copy-process__step">

          <span
            class="dsp-copy-process__step-number"
            aria-hidden="true">
            02
          </span>

          <div>

            <h3>
              Confirm the requirement
            </h3>

            <p>
              The quantity, size, colour requirement, finished format and required
              timing can be confirmed before production begins.
            </p>

          </div>

        </li>

        <!-- STEP 03 -->

        <li class="dsp-copy-process__step">

          <span
            class="dsp-copy-process__step-number"
            aria-hidden="true">
            03
          </span>

          <div>

            <h3>
              Produce the documents
            </h3>

            <p>
              The material is produced according to the agreed document and
              business requirement.
            </p>

          </div>

        </li>

        <!-- STEP 04 -->

        <li class="dsp-copy-process__step">

          <span
            class="dsp-copy-process__step-number"
            aria-hidden="true">
            04
          </span>

          <div>

            <h3>
              Finish and prepare the job
            </h3>

            <p>
              Any agreed finishing is completed and the documents are prepared
              in the required format for their intended use.
            </p>

          </div>

        </li>

      </ol>

      <!-- CTA -->

      <div class="dsp-copy-process__actions">

        <a
          class="dsp-copy-process__button dsp-copy-process__button--primary"
          href="/contact-us/">

          Discuss Your Requirement
          <span aria-hidden="true">↗</span>

        </a>

        <a
          class="dsp-copy-process__button dsp-copy-process__button--secondary"
          href="/service/full-colour-printing/">

          Explore Full Colour Printing
          <span aria-hidden="true">↗</span>

        </a>

      </div>

    </div>

  </div>

</section>				</div>
				</div>
				<div class="elementor-element elementor-element-b20cef2 elementor-widget elementor-widget-html" data-id="b20cef2" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP COPY CENTRE PAGE — RELATED SERVICES
   ========================================================= */

.dsp-copy-related,
.dsp-copy-related * {
  box-sizing: border-box;
}

.dsp-copy-related {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(68px, 6vw, 96px) 0;

  background: #ffffff;
  color: var(--dsp-text);
}

.dsp-copy-related__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.dsp-copy-related__header {
  max-width: 860px;
  margin-bottom: 36px;
}

.dsp-copy-related__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-copy-related__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-related h2 {
  max-width: 800px;
  margin: 0 0 18px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(37px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.038em;
}

.dsp-copy-related__intro {
  max-width: 760px;
  margin: 0;

  color: var(--dsp-muted);

  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   GRID
   ========================================================= */

.dsp-copy-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

/* =========================================================
   CARDS
   ========================================================= */

.dsp-copy-related-card {
  position: relative;

  min-height: 235px;
  padding: 27px 25px 25px;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border: 1px solid var(--dsp-border);
  border-radius: 19px;

  background: var(--dsp-light);
  color: var(--dsp-text);

  text-decoration: none;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.dsp-copy-related-card:hover,
.dsp-copy-related-card:focus-visible {
  transform: translateY(-4px);

  border-color: #cbd0d2;
  background: #ffffff;

  box-shadow: 0 18px 36px rgba(24,28,31,.08);

  color: var(--dsp-text);
  text-decoration: none;
}

.dsp-copy-related-card::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-related-card__label {
  display: block;

  margin-bottom: 22px;

  color: #969b9e;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsp-copy-related-card h3 {
  margin: 0 0 10px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.018em;
}

.dsp-copy-related-card p {
  flex: 1;

  margin: 0 0 20px;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.6;
}

.dsp-copy-related-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding-top: 16px;

  border-top: 1px solid var(--dsp-border);

  color: var(--dsp-dark);

  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dsp-copy-related-card__arrow {
  font-size: 15px;
  transition: transform 180ms ease;
}

.dsp-copy-related-card:hover .dsp-copy-related-card__arrow,
.dsp-copy-related-card:focus-visible .dsp-copy-related-card__arrow {
  transform: translate(3px, -2px);
}

/* =========================================================
   FOOTER
   ========================================================= */

.dsp-copy-related__footer {
  margin-top: 29px;
  padding-top: 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  border-top: 1px solid var(--dsp-border);
}

.dsp-copy-related__footer p {
  max-width: 700px;
  margin: 0;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.6;
}

.dsp-copy-related__all-services {
  color: var(--dsp-dark);

  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.dsp-copy-related__all-services:hover,
.dsp-copy-related__all-services:focus-visible {
  color: var(--dsp-cyan);
  text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

  .dsp-copy-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-copy-related {
    padding: 60px 0;
  }

  .dsp-copy-related__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-copy-related__header {
    margin-bottom: 28px;
  }

  .dsp-copy-related h2 {
    font-size: clamp(34px, 9.8vw, 45px);
  }

  .dsp-copy-related__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dsp-copy-related-card {
    min-height: auto;
  }

  .dsp-copy-related__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
</style>


<section
  class="dsp-copy-related"
  aria-labelledby="dsp-copy-related-title">

  <div class="dsp-copy-related__inner">


    <!-- HEADER -->

    <header class="dsp-copy-related__header">

      <div class="dsp-copy-related__eyebrow">
        Related print services
      </div>

      <h2 id="dsp-copy-related-title">
        When the requirement goes beyond everyday document printing
      </h2>

      <p class="dsp-copy-related__intro">
        The Copy Centre forms part of DSP's broader print and production
        capability. Where a job needs a different format, production method
        or artwork support, these related services may be a better fit.
      </p>

    </header>


    <!-- GRID -->

    <div class="dsp-copy-related__grid">


      <!-- FULL COLOUR PRINTING -->

      <a
        class="dsp-copy-related-card"
        href="/service/full-colour-printing/">

        <span class="dsp-copy-related-card__label">
          Business print
        </span>

        <h3>
          Full Colour Printing
        </h3>

        <p>
          Flyers, brochures, business stationery, promotional material and
          other professionally produced full colour print requirements.
        </p>

        <span class="dsp-copy-related-card__link">
          Explore Full Colour
          <span
            class="dsp-copy-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


      <!-- PLAN PRINTING -->

      <a
        class="dsp-copy-related-card"
        href="/service/plan-printing/">

        <span class="dsp-copy-related-card__label">
          Technical documents
        </span>

        <h3>
          Plan Printing
        </h3>

        <p>
          Printed plans and larger technical documents for construction,
          engineering, project and professional office requirements.
        </p>

        <span class="dsp-copy-related-card__link">
          Explore Plan Printing
          <span
            class="dsp-copy-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


      <!-- DESIGN -->

      <a
        class="dsp-copy-related-card"
        href="/service/in-house-design/">

        <span class="dsp-copy-related-card__label">
          Artwork support
        </span>

        <h3>
          In-House Design
        </h3>

        <p>
          Practical design and artwork preparation where documents, layouts
          or other printed material need additional work before production.
        </p>

        <span class="dsp-copy-related-card__link">
          Explore Design Support
          <span
            class="dsp-copy-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


      <!-- LITHO PRINTING -->

      <a
        class="dsp-copy-related-card"
        href="/service/litho-printing/">

        <span class="dsp-copy-related-card__label">
          Commercial production
        </span>

        <h3>
          Litho Printing
        </h3>

        <p>
          An alternative production route for suitable commercial print jobs
          where the quantities and specification call for a different print method.
        </p>

        <span class="dsp-copy-related-card__link">
          Explore Litho Printing
          <span
            class="dsp-copy-related-card__arrow"
            aria-hidden="true">↗</span>
        </span>

      </a>


    </div>


    <!-- FOOTER -->

    <footer class="dsp-copy-related__footer">

      <p>
        Not sure which DSP service your job belongs under? Start with the
        finished result you need rather than the production method — the team
        can help direct the requirement from there.
      </p>

      <a
        class="dsp-copy-related__all-services"
        href="/services/">

        View All DSP Services →
      </a>

    </footer>


  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-06c6fc5 elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="06c6fc5" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c4ef6b9 pbmit-bg-color-over-image" data-id="c4ef6b9" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7761b09 elementor-widget elementor-widget-html" data-id="7761b09" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP COPY CENTRE PAGE — FAQ
   ========================================================= */

.dsp-copy-faq,
.dsp-copy-faq * {
  box-sizing: border-box;
}

.dsp-copy-faq {
  --dsp-dark: #1d1d1f;
  --dsp-text: #292d30;
  --dsp-muted: #686d71;
  --dsp-light: #f3f5f5;
  --dsp-border: #dfe3e4;
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;

  width: 100%;
  padding: clamp(68px, 6vw, 96px) 0;

  background: var(--dsp-light);
  color: var(--dsp-text);
}

.dsp-copy-faq__inner {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.dsp-copy-faq__header {
  max-width: 860px;
  margin-bottom: 36px;
}

.dsp-copy-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: #565b5e;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsp-copy-faq__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}

.dsp-copy-faq h2 {
  max-width: 800px;
  margin: 0 0 18px;

  color: var(--dsp-dark);

  font-family: inherit;
  font-size: clamp(37px, 3.8vw, 55px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.038em;
}

.dsp-copy-faq__intro {
  max-width: 740px;
  margin: 0;

  color: var(--dsp-muted);

  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   FAQ LIST
   ========================================================= */

.dsp-copy-faq__list {
  border-top: 1px solid var(--dsp-border);
}

.dsp-copy-faq details {
  border-bottom: 1px solid var(--dsp-border);
}

.dsp-copy-faq summary {
  position: relative;

  padding: 25px 52px 25px 0;

  cursor: pointer;
  list-style: none;

  color: var(--dsp-dark);

  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.dsp-copy-faq summary::-webkit-details-marker {
  display: none;
}

.dsp-copy-faq summary::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 4px;

  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  transform: translateY(-50%);

  border-radius: 50%;

  background: #ffffff;
  color: var(--dsp-dark);

  font-size: 20px;
  font-weight: 500;
  line-height: 1;

  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.dsp-copy-faq details[open] summary::after {
  content: "−";

  background: var(--dsp-dark);
  color: #ffffff;
}

.dsp-copy-faq__answer {
  max-width: 880px;
  padding: 0 52px 25px 0;
}

.dsp-copy-faq__answer p {
  margin: 0;

  color: var(--dsp-muted);

  font-size: 14px;
  line-height: 1.72;
}

/* =========================================================
   FOOTER
   ========================================================= */

.dsp-copy-faq__footer {
  margin-top: 34px;
  padding: 25px 27px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  border: 1px solid var(--dsp-border);
  border-radius: 18px;

  background: #ffffff;
}

.dsp-copy-faq__footer p {
  max-width: 700px;
  margin: 0;

  color: var(--dsp-muted);

  font-size: 13px;
  line-height: 1.6;
}

.dsp-copy-faq__footer strong {
  color: var(--dsp-dark);
}

.dsp-copy-faq__link {
  color: var(--dsp-dark);

  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .045em;

  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.dsp-copy-faq__link:hover,
.dsp-copy-faq__link:focus-visible {
  color: var(--dsp-cyan);
  text-decoration: none;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-copy-faq {
    padding: 60px 0;
  }

  .dsp-copy-faq__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-copy-faq h2 {
    font-size: clamp(34px, 9.8vw, 45px);
  }

  .dsp-copy-faq__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .dsp-copy-faq summary {
    padding: 22px 45px 22px 0;
    font-size: 16px;
  }

  .dsp-copy-faq__answer {
    padding: 0 0 22px;
  }

  .dsp-copy-faq__footer {
    align-items: flex-start;
    flex-direction: column;

    padding: 23px 21px;
  }
}
</style>


<section
  class="dsp-copy-faq"
  aria-labelledby="dsp-copy-faq-title">

  <div class="dsp-copy-faq__inner">


    <!-- HEADER -->

    <header class="dsp-copy-faq__header">

      <div class="dsp-copy-faq__eyebrow">
        Copy Centre FAQs
      </div>

      <h2 id="dsp-copy-faq-title">
        Questions about everyday document and copy centre requirements
      </h2>

      <p class="dsp-copy-faq__intro">
        You do not need to know every print specification before getting in touch.
        Start with the document, quantity and finished result you need, and DSP
        can help clarify the remaining production details.
      </p>

    </header>


    <!-- FAQ LIST -->

    <div class="dsp-copy-faq__list">


      <!-- FAQ 1 -->

      <details>

        <summary>
          What should I send when requesting document printing or copying?
        </summary>

        <div class="dsp-copy-faq__answer">

          <p>
            Send or bring the document or original material together with the
            approximate quantity, required size or format and the date you need
            the job. If you are unsure about the remaining specifications, DSP
            can help work through them.
          </p>

        </div>

      </details>


      <!-- FAQ 2 -->

      <details>

        <summary>
          Can DSP help if I am not sure how the document should be produced?
        </summary>

        <div class="dsp-copy-faq__answer">

          <p>
            Yes. Explain what the finished material will be used for and the
            result you need. DSP can help assess whether the job suits the Copy
            Centre or whether another in-house print service would be more
            appropriate.
          </p>

        </div>

      </details>


      <!-- FAQ 3 -->

      <details>

        <summary>
          Can the Copy Centre help with presentation and meeting material?
        </summary>

        <div class="dsp-copy-faq__answer">

          <p>
            Yes. The Copy Centre can support practical document requirements
            for meetings, proposals, presentations, information packs, training
            material and other everyday business communication.
          </p>

        </div>

      </details>


      <!-- FAQ 4 -->

      <details>

        <summary>
          What if my documents need design or layout changes before printing?
        </summary>

        <div class="dsp-copy-faq__answer">

          <p>
            DSP also provides in-house design and artwork support. Where a file
            needs adjustment, layout work or preparation before production, the
            requirement can be assessed alongside the printing job.
          </p>

        </div>

      </details>


    </div>


    <!-- FOOTER -->

    <div class="dsp-copy-faq__footer">

      <p>
        <strong>Have a document but are not sure where to start?</strong>
        Send or bring what you have and explain the finished result you need.
      </p>

      <a
        class="dsp-copy-faq__link"
        href="/contact-us/">

        Contact DSP →
      </a>

    </div>


  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5cce90c elementor-section-full_width pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-height-default elementor-section-height-default" data-id="5cce90c" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2139c1d pbmit-bg-color-over-image" data-id="2139c1d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b408dd elementor-widget elementor-widget-html" data-id="4b408dd" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* =========================================================
   DSP COPY CENTRE PAGE — FINAL CTA
   CONTAINED DARK CTA ON LIGHT BACKGROUND
   ========================================================= */

.dsp-copy-final-cta,
.dsp-copy-final-cta * {
  box-sizing: border-box;
}


/* =========================================================
   FULL-WIDTH LIGHT OUTER SECTION
   ========================================================= */

.dsp-copy-final-cta {
  --dsp-dark: #181819;
  --dsp-white: #ffffff;
  --dsp-muted: rgba(255,255,255,.70);
  --dsp-border: rgba(255,255,255,.15);
  --dsp-cyan: #00aeef;
  --dsp-magenta: #ec008c;
  --dsp-yellow: #ffdd00;
  --dsp-light: #f3f5f5;

  position: relative;

  width: 100vw;
  left: 50%;
  margin-left: -50vw;

  overflow: hidden;

  padding: clamp(72px, 7vw, 108px) 0;

  background: var(--dsp-light);
}


/* =========================================================
   INNER CONTAINER
   ========================================================= */

.dsp-copy-final-cta__inner {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}


/* =========================================================
   CONTAINED DARK PANEL
   ========================================================= */

.dsp-copy-final-cta__shell {
  position: relative;
  overflow: hidden;

  padding:
    clamp(52px, 5vw, 76px)
    clamp(44px, 5vw, 76px);

  border-radius: 28px;

  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(0,174,239,.12),
      transparent 31%
    ),
    radial-gradient(
      circle at 5% 94%,
      rgba(236,0,140,.07),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #181819 0%,
      #242426 100%
    );

  color: #ffffff;

  box-shadow:
    0 24px 65px rgba(20,24,26,.12);
}


/* CMYK accent */

.dsp-copy-final-cta__shell::before {
  content: "";

  position: absolute;
  inset: 0 0 auto;

  height: 6px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33.33%,
      var(--dsp-magenta) 33.33% 66.66%,
      var(--dsp-yellow) 66.66% 100%
    );
}


/* =========================================================
   MAIN GRID
   ========================================================= */

.dsp-copy-final-cta__main {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(330px, .60fr);

  align-items: center;

  gap: clamp(48px, 7vw, 100px);
}


/* =========================================================
   COPY
   ========================================================= */

.dsp-copy-final-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 16px;

  color: rgba(255,255,255,.74);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}


.dsp-copy-final-cta__eyebrow::before {
  content: "";

  width: 36px;
  height: 4px;

  flex: 0 0 auto;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--dsp-cyan) 0 33%,
      var(--dsp-magenta) 33% 66%,
      var(--dsp-yellow) 66% 100%
    );
}


.dsp-copy-final-cta h2 {
  max-width: 900px;

  margin: 0 0 22px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(39px, 4.2vw, 61px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.042em;
}


.dsp-copy-final-cta__copy {
  max-width: 790px;

  margin: 0;

  color: var(--dsp-muted);

  font-size: 16px;
  line-height: 1.72;
}


/* =========================================================
   ACTION PANEL
   ========================================================= */

.dsp-copy-final-cta__panel {
  position: relative;

  padding: 29px;

  border: 1px solid var(--dsp-border);
  border-radius: 22px;

  background: rgba(255,255,255,.055);

  box-shadow:
    0 20px 48px rgba(0,0,0,.16);
}


.dsp-copy-final-cta__panel-heading {
  margin: 0 0 8px;

  color: #ffffff;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}


.dsp-copy-final-cta__panel-copy {
  margin: 0 0 22px;

  color: rgba(255,255,255,.62);

  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.dsp-copy-final-cta__buttons {
  display: grid;
  grid-template-columns: 1fr;

  gap: 10px;
}


.dsp-copy-final-cta__button {
  width: 100%;
  min-height: 53px;

  padding: 0 23px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  gap: 14px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}


.dsp-copy-final-cta__button:hover,
.dsp-copy-final-cta__button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}


/* Primary */

.dsp-copy-final-cta__button--primary {
  background: var(--dsp-yellow);
  border-color: var(--dsp-yellow);
  color: #171717;
}

.dsp-copy-final-cta__button--primary:hover,
.dsp-copy-final-cta__button--primary:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #171717;
}


/* Secondary */

.dsp-copy-final-cta__button--secondary {
  background: transparent;

  border-color: rgba(255,255,255,.48);

  color: #ffffff;
}

.dsp-copy-final-cta__button--secondary:hover,
.dsp-copy-final-cta__button--secondary:focus-visible {
  background: rgba(255,255,255,.08);

  border-color: #ffffff;

  color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

  .dsp-copy-final-cta__main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dsp-copy-final-cta__panel {
    width: 100%;
    max-width: 650px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dsp-copy-final-cta {
    padding: 54px 0;
  }

  .dsp-copy-final-cta__inner {
    width: min(100% - 30px, 600px);
  }

  .dsp-copy-final-cta__shell {
    padding:
      48px 24px
      26px;

    border-radius: 22px;
  }

  .dsp-copy-final-cta__main {
    gap: 34px;
  }

  .dsp-copy-final-cta h2 {
    font-size: clamp(35px, 10vw, 47px);
  }

  .dsp-copy-final-cta__copy {
    font-size: 15px;
    line-height: 1.66;
  }

  .dsp-copy-final-cta__panel {
    padding: 24px 21px;

    border-radius: 18px;
  }

  .dsp-copy-final-cta__button {
    min-height: 53px;
  }
}
</style>


<section
  class="dsp-copy-final-cta"
  aria-labelledby="dsp-copy-final-cta-title"
>

  <div class="dsp-copy-final-cta__inner">

    <div class="dsp-copy-final-cta__shell">

      <div class="dsp-copy-final-cta__main">


        <!-- COPY -->

        <div class="dsp-copy-final-cta__content">

          <div class="dsp-copy-final-cta__eyebrow">
            Start your Copy Centre enquiry
          </div>

          <h2 id="dsp-copy-final-cta-title">
            Have documents or business material that need to be produced?
          </h2>

          <p class="dsp-copy-final-cta__copy">
            Send or bring DSP the document or original material, approximate
            quantity, the finished result you need and the required date.
            If some of the production details are still unclear, the team can
            help work through them before the job moves forward.
          </p>

        </div>


        <!-- ACTION PANEL -->

        <aside
          class="dsp-copy-final-cta__panel"
          aria-label="Contact Dynamic Signs and Print Copy Centre"
        >

          <h3 class="dsp-copy-final-cta__panel-heading">
            Have documents ready to produce?
          </h3>

          <p class="dsp-copy-final-cta__panel-copy">
            Share the document or original material, quantity, required
            finished result and timing so DSP can assess the requirement.
          </p>

          <div class="dsp-copy-final-cta__buttons">

            <a
              class="
                dsp-copy-final-cta__button
                dsp-copy-final-cta__button--primary
              "
              href="/contact-us/"
            >
              Contact DSP
              <span aria-hidden="true">↗</span>
            </a>

            <a
              class="
                dsp-copy-final-cta__button
                dsp-copy-final-cta__button--secondary
              "
              href="tel:+27118115477"
            >
              Call DSP
              <span aria-hidden="true">↗</span>
            </a>

          </div>

        </aside>

      </div>

    </div>

  </div>

</section>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
