```css
/* =========================
   DIGITAAL ZORGELOOS - SCHONE CSS
   ========================= */

body {
  overflow-x: hidden;
}

/* SEO afbeelding */
.dz-seo-image {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =========================
   ALGEMEEN
   ========================= */

.dz-btn,
.dz-facebook-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  transition: all .2s ease;
  margin: 12px 10px 12px 0;
}

.dz-btn {
  background: #f28c28;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(242,140,40,.28);
}

.dz-btn:hover {
  background: #d97817;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.dz-btn-outline {
  background: #ffffff;
  color: #123a63 !important;
  border: 2px solid #123a63;
  box-shadow: none;
}

.dz-btn-outline:hover {
  background: #123a63;
  color: #ffffff !important;
}

.dz-facebook-btn {
  background: #1877f2;
  color: #ffffff !important;
}

/* =========================
   STANDAARD HERO
   ========================= */

.dz-page-hero,
.dz-home-hero-clean,
.dz-tv-hero-clean,
.dz-wifi-hero-clean,
.dz-starlink-hero-clean,
.dz-computer-hero-clean,
.dz-phone-hero,
.dz-printer-hero,
.dz-websites-hero-clean,
.dz-security-hero-clean,
.dz-aankoop-hero-clean,
.dz-blog-hero-clean,
.dz-about-hero-clean,
.dz-handleidingen-hero-clean,
.dz-diensten-hero-clean {
  max-width: 1200px;
  margin: 40px auto 50px;
  padding: 0 20px;
}

.dz-page-hero img,
.dz-home-hero-clean img,
.dz-tv-hero-img,
.dz-wifi-hero-img,
.dz-starlink-hero-img,
.dz-computer-hero-img,
.dz-phone-hero-img,
.dz-printer-hero-img,
.dz-websites-hero-img,
.dz-security-hero-img,
.dz-aankoop-hero-img,
.dz-blog-hero-img,
.dz-about-hero-img,
.dz-handleidingen-hero-img,
.dz-diensten-hero-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

/* =========================
   STANDAARD PAGINA
   ========================= */

.dz-page,
.dz-tv-page,
.dz-wifi-page,
.dz-starlink-page,
.dz-computer-page,
.dz-phone-page,
.dz-printer-page,
.dz-websites-page,
.dz-security-page,
.dz-aankoop-page,
.dz-blog-page,
.dz-handleidingen,
.dz-diensten-page,
.dz-about-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.dz-content,
.dz-tv-content,
.dz-wifi-content,
.dz-starlink-content,
.dz-computer-content,
.dz-phone-content,
.dz-printer-content,
.dz-websites-content,
.dz-security-content,
.dz-aankoop-content,
.dz-blog-content,
.dz-about-content {
  max-width: 1050px;
}

.dz-page h1,
.dz-tv-content h1,
.dz-wifi-content h1,
.dz-starlink-content h1,
.dz-computer-content h1,
.dz-phone-content h1,
.dz-printer-content h1,
.dz-websites-content h1,
.dz-security-content h1,
.dz-aankoop-content h1,
.dz-blog-content h1,
.dz-about-content h1,
.dz-handleidingen h1,
.dz-diensten-page h1,
.dz-about-page h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #132238;
  margin: 0 0 20px;
}

.dz-page h2,
.dz-tv-content h2,
.dz-wifi-content h2,
.dz-starlink-content h2,
.dz-computer-content h2,
.dz-phone-content h2,
.dz-printer-content h2,
.dz-websites-content h2,
.dz-security-content h2,
.dz-aankoop-content h2,
.dz-blog-content h2,
.dz-about-content h2,
.dz-handleidingen h2,
.dz-diensten-page h2,
.dz-about-page h2 {
  font-size: 34px;
  line-height: 1.25;
  color: #132238;
  margin: 50px 0 18px;
}

.dz-page h3,
.dz-tv-content h3,
.dz-wifi-content h3,
.dz-starlink-content h3,
.dz-computer-content h3,
.dz-phone-content h3,
.dz-printer-content h3,
.dz-websites-content h3,
.dz-security-content h3,
.dz-aankoop-content h3,
.dz-blog-content h3,
.dz-about-content h3,
.dz-handleidingen h3,
.dz-diensten-page h3,
.dz-about-page h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #132238;
  margin: 0 0 12px;
}

.dz-page p,
.dz-page li,
.dz-tv-page p,
.dz-tv-page li,
.dz-wifi-page p,
.dz-wifi-page li,
.dz-starlink-page p,
.dz-starlink-page li,
.dz-computer-page p,
.dz-computer-page li,
.dz-phone-page p,
.dz-phone-page li,
.dz-printer-page p,
.dz-printer-page li,
.dz-websites-page p,
.dz-websites-page li,
.dz-security-page p,
.dz-security-page li,
.dz-aankoop-page p,
.dz-aankoop-page li,
.dz-blog-page p,
.dz-blog-page li,
.dz-handleidingen p,
.dz-handleidingen li,
.dz-diensten-page p,
.dz-diensten-page li,
.dz-about-page p,
.dz-about-page li {
  font-size: 18px;
  line-height: 1.7;
  color: #334155;
}

.dz-intro,
.dz-diensten-intro,
.dz-handleidingen-intro {
  font-size: 20px !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  max-width: 950px;
  margin-bottom: 28px;
}

/* =========================
   HOME
   ========================= */

.dz-home-intro {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 50px;
  text-align: center;
}

.dz-home-intro h1 {
  font-size: 52px;
  line-height: 1.15;
  color: #132238;
  margin: 0 0 15px;
  font-weight: 800;
}

.dz-home-lead {
  font-size: 24px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0 0 12px;
}

.dz-home-sub {
  font-size: 21px;
  color: #132238;
  margin: 0 0 30px;
}

.dz-home-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* HOME DIENSTEN */

.dz-services-grid {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  clear: both;
}

.dz-service-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: all .2s ease;
}

.dz-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}

.dz-service-card h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #123c5a;
}

.dz-service-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 8px;
  color: #4a5568;
}

/* HOME TEKSTBLOK */

.dz-home-about {
  max-width: 1200px;
  margin: 20px auto 70px;
  padding: 0 20px;
  clear: both;
}

.dz-home-about h2 {
  font-size: 34px;
  line-height: 1.25;
  color: #132238;
  margin: 0 0 18px;
}

.dz-home-about p {
  max-width: 820px;
  font-size: 18px;
  line-height: 1.75;
  color: #334155;
}

/* =========================
   GRIDS / KAARTEN ALGEMEEN
   ========================= */

.dz-grid,
.dz-tv-grid,
.dz-wifi-grid,
.dz-starlink-grid,
.dz-computer-grid,
.dz-phone-grid,
.dz-printer-grid,
.dz-guide-grid,
.dz-guides-overview,
.dz-diensten-grid,
.dz-why-grid,
.dz-websites-grid,
.dz-security-grid,
.dz-aankoop-grid,
.dz-about-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 30px 0 45px;
}

.dz-card,
.dz-tv-card,
.dz-wifi-card,
.dz-starlink-card,
.dz-computer-card,
.dz-phone-card,
.dz-printer-card,
.dz-guide-card,
.dz-dienst-card,
.dz-websites-card,
.dz-security-card,
.dz-aankoop-card,
.dz-benefit,
.dz-why-grid div {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  border: 1px solid #edf2f7;
}

.dz-guide-card,
.dz-dienst-card,
.dz-service-card {
  transition: all .2s ease;
}

.dz-guide-card:hover,
.dz-dienst-card:hover,
.dz-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}

/* =========================
   DIENSTEN PAGINA
   ========================= */

.dz-diensten-cta {
  margin-top: 60px;
  padding: 34px;
  border-radius: 22px;
  background: #f4f8f5;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.dz-diensten-cta h2 {
  margin-top: 0;
}

.dz-diensten-cta p {
  max-width: 850px;
}

/* =========================
   BLOKKEN
   ========================= */

.dz-box,
.dz-contact-box,
.dz-contact-form-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 34px;
  margin: 30px 0;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.dz-facebook-contact {
  background: #f5f9ff;
  border-left: 6px solid #1877f2;
  border-radius: 18px;
  padding: 28px;
  margin: 30px 0;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.dz-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 22px 0;
}

.dz-contact-details {
  line-height: 1.8;
}

.dz-contact-details a {
  color: #0b74c9;
  font-weight: 600;
  font-size: 17px;
}

/* =========================
   CHECKLISTS / HIGHLIGHTS
   ========================= */

.dz-check-list {
  margin: 20px 0 35px;
  padding-left: 0;
  list-style: none;
}

.dz-check-list li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-left: 34px;
  position: relative;
  color: #334155;
}

.dz-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f28c28;
  font-weight: 800;
}

.dz-security-highlight,
.dz-highlight {
  background: #eef7fd;
  border-left: 6px solid #f28c28;
  border-radius: 18px;
  padding: 24px 28px;
  margin: 24px 0 35px;
}

/* =========================
   OVER DIGITAAL ZORGELOOS
   ========================= */

.dz-benefit {
  background: #eef7ff;
  border-left: 5px solid #f28c28;
}

.dz-about-box {
  margin-top: 50px;
  padding: 38px;
  border-radius: 24px;
  background: linear-gradient(135deg, #123a63, #0b2745);
  color: #ffffff;
}

.dz-about-box h2,
.dz-about-box p {
  color: #ffffff;
}

.dz-about-box p {
  max-width: 850px;
}

/* =========================
   HANDLEIDINGEN
   ========================= */

.dz-guide-card h2 {
  margin-top: 0;
}

.dz-guide-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.dz-guide-table th {
  background: #123a63;
  color: #ffffff;
  padding: 14px;
  text-align: left;
}

.dz-guide-table td {
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.dz-guide-table tr:nth-child(even) {
  background: #f8fafc;
}

.dz-guide-help {
  margin-top: 60px;
  padding: 40px;
  background: #f7f9fb;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.dz-guide-help p {
  max-width: 800px;
  margin: 0 auto 25px;
}

/* =========================
   CTA
   ========================= */

.dz-cta {
  max-width: 1000px;
  margin: 70px auto;
  padding: 50px 40px;
  text-align: center;
  background: linear-gradient(135deg,#123a63,#0b2745);
  border-radius: 24px;
  color: #ffffff;
}

.dz-cta h2 {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 15px;
}

.dz-cta p {
  color: rgba(255,255,255,.95);
  font-size: 20px;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 30px;
}

/* =========================
   BLOG OVERZICHT
   ========================= */

.blog .site-main,
.archive .site-main {
  padding-top: 0;
}

.blog article,
.archive article {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transition: all .25s ease;
}

.blog article:hover,
.archive article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.blog .entry-title a,
.archive .entry-title a {
  color: #132238;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover {
  color: #f28c28;
}

/* =========================
   TOEGANKELIJKHEID
   ========================= */

.dz-page a,
.dz-tv-page a,
.dz-wifi-page a,
.dz-starlink-page a,
.dz-computer-page a,
.dz-phone-page a,
.dz-printer-page a,
.dz-websites-page a,
.dz-security-page a,
.dz-aankoop-page a,
.dz-blog-page a,
.dz-handleidingen a,
.dz-diensten-page a,
.dz-about-page a,
.dz-home-about a {
  text-decoration: underline;
}

.dz-btn,
.dz-btn-outline,
.dz-facebook-btn,
.dz-service-card {
  text-decoration: none !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .dz-services-grid,
  .dz-grid,
  .dz-tv-grid,
  .dz-wifi-grid,
  .dz-starlink-grid,
  .dz-computer-grid,
  .dz-phone-grid,
  .dz-printer-grid,
  .dz-guide-grid,
  .dz-guides-overview,
  .dz-diensten-grid,
  .dz-why-grid,
  .dz-websites-grid,
  .dz-security-grid,
  .dz-aankoop-grid,
  .dz-about-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dz-page-hero,
  .dz-home-hero-clean,
  .dz-tv-hero-clean,
  .dz-wifi-hero-clean,
  .dz-starlink-hero-clean,
  .dz-computer-hero-clean,
  .dz-phone-hero,
  .dz-printer-hero,
  .dz-websites-hero-clean,
  .dz-security-hero-clean,
  .dz-aankoop-hero-clean,
  .dz-blog-hero-clean,
  .dz-about-hero-clean,
  .dz-handleidingen-hero-clean,
  .dz-diensten-hero-clean {
    margin: 25px auto 35px;
    padding: 0 15px;
  }

  .dz-page-hero img,
  .dz-home-hero-clean img,
  .dz-tv-hero-img,
  .dz-wifi-hero-img,
  .dz-starlink-hero-img,
  .dz-computer-hero-img,
  .dz-phone-hero-img,
  .dz-printer-hero-img,
  .dz-websites-hero-img,
  .dz-security-hero-img,
  .dz-aankoop-hero-img,
  .dz-blog-hero-img,
  .dz-about-hero-img,
  .dz-handleidingen-hero-img,
  .dz-diensten-hero-img {
    height: 220px;
    border-radius: 18px;
    object-position: center center;
  }

  .dz-page,
  .dz-tv-page,
  .dz-wifi-page,
  .dz-starlink-page,
  .dz-computer-page,
  .dz-phone-page,
  .dz-printer-page,
  .dz-websites-page,
  .dz-security-page,
  .dz-aankoop-page,
  .dz-blog-page,
  .dz-handleidingen,
  .dz-diensten-page,
  .dz-about-page {
    padding: 0 18px 60px;
  }

  .dz-page h1,
  .dz-tv-content h1,
  .dz-wifi-content h1,
  .dz-starlink-content h1,
  .dz-computer-content h1,
  .dz-phone-content h1,
  .dz-printer-content h1,
  .dz-websites-content h1,
  .dz-security-content h1,
  .dz-aankoop-content h1,
  .dz-blog-content h1,
  .dz-about-content h1,
  .dz-handleidingen h1,
  .dz-diensten-page h1,
  .dz-about-page h1,
  .dz-home-intro h1 {
    font-size: 34px;
  }

  .dz-page h2,
  .dz-tv-content h2,
  .dz-wifi-content h2,
  .dz-starlink-content h2,
  .dz-computer-content h2,
  .dz-phone-content h2,
  .dz-printer-content h2,
  .dz-websites-content h2,
  .dz-security-content h2,
  .dz-aankoop-content h2,
  .dz-blog-content h2,
  .dz-about-content h2,
  .dz-handleidingen h2,
  .dz-diensten-page h2,
  .dz-about-page h2,
  .dz-home-about h2 {
    font-size: 28px;
  }

  .dz-page p,
  .dz-page li,
  .dz-tv-page p,
  .dz-tv-page li,
  .dz-wifi-page p,
  .dz-wifi-page li,
  .dz-starlink-page p,
  .dz-starlink-page li,
  .dz-computer-page p,
  .dz-computer-page li,
  .dz-phone-page p,
  .dz-phone-page li,
  .dz-printer-page p,
  .dz-printer-page li,
  .dz-websites-page p,
  .dz-websites-page li,
  .dz-security-page p,
  .dz-security-page li,
  .dz-aankoop-page p,
  .dz-aankoop-page li,
  .dz-blog-page p,
  .dz-blog-page li,
  .dz-handleidingen p,
  .dz-handleidingen li,
  .dz-diensten-page p,
  .dz-diensten-page li,
  .dz-about-page p,
  .dz-about-page li,
  .dz-home-about p,
  .dz-check-list li {
    font-size: 17px;
  }

  .dz-intro,
  .dz-diensten-intro,
  .dz-handleidingen-intro {
    font-size: 18px !important;
  }

  .dz-home-lead {
    font-size: 19px;
  }

  .dz-home-sub {
    font-size: 18px;
  }

  .dz-services-grid,
  .dz-grid,
  .dz-tv-grid,
  .dz-wifi-grid,
  .dz-starlink-grid,
  .dz-computer-grid,
  .dz-phone-grid,
  .dz-printer-grid,
  .dz-guide-grid,
  .dz-guides-overview,
  .dz-diensten-grid,
  .dz-why-grid,
  .dz-websites-grid,
  .dz-security-grid,
  .dz-aankoop-grid,
  .dz-about-benefits {
    grid-template-columns: 1fr;
  }

  .dz-box,
  .dz-contact-box,
  .dz-contact-form-box,
  .dz-facebook-contact,
  .dz-card,
  .dz-tv-card,
  .dz-wifi-card,
  .dz-starlink-card,
  .dz-computer-card,
  .dz-phone-card,
  .dz-printer-card,
  .dz-guide-card,
  .dz-dienst-card,
  .dz-websites-card,
  .dz-security-card,
  .dz-aankoop-card,
  .dz-benefit,
  .dz-service-card {
    padding: 24px;
  }

  .dz-diensten-cta {
    padding: 26px;
  }

  .dz-guide-help {
    padding: 28px 22px;
  }

  .dz-btn,
  .dz-facebook-btn {
    width: 100%;
    text-align: center;
  }

  .dz-cta {
    margin: 50px 20px;
    padding: 35px 25px;
  }

  .dz-cta h2 {
    font-size: 28px;
  }

  .dz-cta p {
    font-size: 18px;
  }
}
.dz-facebook-block {
    text-align: center;
    padding: 20px 20px 15px;
}

.dz-facebook-block h4 {
    margin: 0 0 10px;
}

.dz-facebook-text {
    display: block;
    max-width: 600px;
    margin: 0 auto 12px;   /* was 18px */
    text-align: center;
    line-height: 1.5;
}

.dz-facebook-footer {
    display: inline-block;
    margin-top: 0;         /* was 12px */
    padding: 5px 10px;
    background: #f28c28;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
}

.dz-facebook-footer:hover {
    background: #d97706;
}