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

body {
  overflow-x: hidden;
}

.dz-section-inner,
.dz-home-intro,
.dz-services-grid,
.dz-why-grid,
.dz-guide-grid,
.dz-contact-home,
.dz-content,
.dz-wifi-content,
.dz-tv-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* SEO afbeelding */

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

/* ALGEMENE KNOPPEN */

.dz-btn {
  display: inline-block;
  background: #1689d9;
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,0.16);
  transition: all 0.2s ease;
}

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

.dz-btn-outline {
  background: transparent;
  border: 2px solid #1689d9;
  color: #1689d9 !important;
  box-shadow: none;
}

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

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

.dz-home-hero-clean {
  max-width: 1200px;
  margin: 40px auto 50px;
  padding: 0 20px;
}

.dz-home-hero-clean img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.dz-home-intro {
  max-width: 1000px;
  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 15px;
}

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

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

/* HOME DIENSTEN */

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

.dz-services-grid > .dz-service-card {
  width: auto !important;
  max-width: none !important;
  float: none !important;
}

.dz-service-card {
  display: block;
  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 0.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;
  color: #4a5568;
}
/* HOME SAMENVATTING */

.dz-home-summary {
  max-width: 900px;
  margin: 60px auto 80px;
  padding: 0 20px;
  text-align: center;
}

.dz-home-summary h2 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #123c5a;
}

.dz-home-summary p {
  font-size: 18px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
}
/* WAAROM / HANDLEIDINGEN / CONTACT HOME */

.dz-intro,
.dz-services-home,
.dz-why,
.dz-guides-home,
.dz-contact-home {
  padding: 70px 20px;
}

.dz-services-home,
.dz-guides-home {
  background: #f5f9fc;
}

.dz-intro h2,
.dz-services-home h2,
.dz-why h2,
.dz-guides-home h2,
.dz-contact-home h2 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 20px;
  color: #123c5a;
}

.dz-intro p,
.dz-section-intro,
.dz-contact-home p {
  max-width: 850px;
  margin: 0 auto 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #4a5568;
}

.dz-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.dz-why-grid div,
.dz-guide-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border: 1px solid #eef3f6;
}

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

.dz-why-grid p,
.dz-guide-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
}

.dz-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.dz-guide-card a {
  color: #0f8ec7;
  font-weight: 700;
  text-decoration: underline;
}

.dz-center {
  text-align: center;
  margin-top: 40px;
}

.dz-contact-home {
  background: linear-gradient(135deg, #123c5a, #0f8ec7);
  text-align: center;
}

.dz-contact-home h2,
.dz-contact-home p {
  color: #ffffff;
}

.dz-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 35px;
}

/* =========================
   STARLINK PAGINA
   ========================= */

.dz-starlink-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.dz-starlink-hero-clean {
  max-width: 1150px;
  margin: 40px auto 40px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.14);
}

.dz-starlink-hero-clean img {
  display: block;
  width: 100%;
  height: auto;
}

.dz-content {
  padding-top: 0;
}

.dz-content h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 50px 0 16px;
  color: #132238;
}

.dz-content h2:first-child {
  margin-top: 0;
}

.dz-content h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 30px 0 10px;
  color: #123c5a;
}

.dz-content p,
.dz-content li {
  font-size: 18px;
  line-height: 1.8;
  color: #4a5568;
}

.dz-content ul {
  margin: 20px 0;
  padding-left: 22px;
}

.dz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 35px 0 50px;
}

.dz-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #edf2f7;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

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

.dz-card p {
  font-size: 16.5px;
  line-height: 1.7;
  margin: 0;
}

.dz-steps {
  list-style: none;
  padding: 0;
  margin: 30px 0 50px;
  counter-reset: step;
}

.dz-steps li {
  position: relative;
  padding: 22px 24px 22px 76px;
  background: #f5f8ff;
  border-radius: 16px;
  margin-bottom: 14px;
}

.dz-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 24px;
  top: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1f6bff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.dz-highlight {
  margin-top: 60px;
  padding: 46px;
  border-radius: 26px;
  background: linear-gradient(135deg,#0b2348,#0d5eff);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

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

/* =========================
   TV PAGINA
   ========================= */

.dz-tv-page {
  padding: 20px;
}

.dz-tv-hero {
  max-width: 1200px;
  margin: 30px auto 40px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.dz-tv-hero-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.dz-tv-page h2 {
  font-size: 34px;
  margin: 50px 0 20px;
  color: #003b70;
}

.dz-tv-page p {
  line-height: 1.7;
}

.dz-tv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 30px 0 40px;
}

.dz-tv-card,
.dz-choice-box,
.dz-help-box {
  background: #f4f9ff;
  border: 1px solid #d9ebfa;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.dz-tv-card h3 {
  margin: 0 0 12px;
  color: #003b70;
  font-size: 22px;
}

.dz-help-box {
  text-align: center;
}

/* =========================
   PRINTER / COMPUTER / TELEFOON
   ========================= */

.dz-printer-hero,
.dz-phone-hero {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 35px;
}

.dz-printer-hero-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.dz-phone-hero-img,
.dz-computer-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   WIFI & INTERNET PAGINA
   ========================= */

.dz-wifi-hero-clean {
  max-width: 1050px;
  margin: 40px auto 60px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.14);
}

.dz-wifi-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.dz-wifi-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.dz-wifi-content {
  max-width: 1100px;
}

.dz-wifi-content h1 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #132238;
}

.dz-wifi-content h2 {
  font-size: 36px;
  line-height: 1.25;
  margin: 50px 0 22px;
  color: #132238;
}

.dz-intro {
  font-size: 19px;
  line-height: 1.75;
  color: #3f5368;
}

.dz-wifi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 25px 0 50px;
}

.dz-wifi-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid #edf2f7;
}

.dz-wifi-card h3 {
  font-size: 22px;
  margin: 0 0 14px;
  color: #123b5d;
}

.dz-wifi-card p {
  font-size: 17px;
  line-height: 1.65;
  color: #4b5f73;
  margin: 0;
}

.dz-wifi-block {
  background: #f3f8fc;
  border-left: 6px solid #1689d9;
  border-radius: 18px;
  padding: 32px;
  margin: 45px 0;
}

.dz-wifi-content ul {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 32px 28px 52px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  border: 1px solid #edf2f7;
  margin: 0 0 45px;
}

.dz-wifi-content li {
  font-size: 18px;
  line-height: 1.8;
  color: #3f5368;
}

.dz-wifi-cta {
  text-align: center;
  background: linear-gradient(135deg, #123b5d, #1689d9);
  color: #ffffff;
  border-radius: 24px;
  padding: 45px 25px;
  margin-top: 55px;
}

.dz-wifi-cta h2,
.dz-wifi-cta p {
  color: #ffffff;
}

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

@media (max-width: 1024px) {
  .dz-home-intro h1 {
    font-size: 42px;
  }

  .dz-services-grid,
  .dz-why-grid,
  .dz-grid,
  .dz-tv-grid,
  .dz-wifi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dz-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .dz-home-hero-clean {
    margin-top: 20px;
  }

  .dz-home-intro h1 {
    font-size: 34px;
  }

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

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

  .dz-home-buttons,
  .dz-contact-buttons {
    flex-direction: column;
    align-items: center;
  }

  .dz-btn {
    width: 100%;
    max-width: 310px;
    text-align: center;
  }

  .dz-services-grid,
  .dz-why-grid,
  .dz-grid,
  .dz-tv-grid,
  .dz-wifi-grid,
  .dz-guide-grid {
    grid-template-columns: 1fr;
  }

  .dz-intro,
  .dz-services-home,
  .dz-why,
  .dz-guides-home,
  .dz-contact-home {
    padding: 50px 18px;
  }

  .dz-intro h2,
  .dz-services-home h2,
  .dz-why h2,
  .dz-guides-home h2,
  .dz-contact-home h2,
  .dz-content h2,
  .dz-wifi-content h2 {
    font-size: 30px;
  }

  .dz-starlink-page,
  .dz-wifi-page {
    padding: 0 16px 45px;
  }

  .dz-starlink-hero-clean,
  .dz-wifi-hero-clean {
    margin: 25px auto 35px;
    border-radius: 16px;
  }

  .dz-tv-hero-img {
    height: 320px;
  }

  .dz-printer-hero-img {
    height: 300px;
  }

  .dz-wifi-content h1 {
    font-size: 31px;
  }
}
.dz-smarters-hero-clean {
  max-width: 1900px;
  margin: 30px auto 60px;
  overflow: hidden;
}

.dz-smarters-hero-img {
  display: block;
  width: 100%;
  height: auto;
}