.elementor-6173 .elementor-element.elementor-element-303d6138{--display:flex;}.elementor-6173 .elementor-element.elementor-element-2919a29{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1709787 *//* ===== BLOG CONTENT – LICHTE TEKST OP DONKERE ACHTERGROND ===== */
.blog-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #e2e8f0;                /* lichtgrijs – goed leesbaar op donker */
}

.blog-content h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  color: #ffffff;                /* wit */
  margin: 2.5rem 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #00d4ff;
}

.blog-content h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 600;
  color: #ffffff;                /* wit */
  margin: 1.8rem 0 0.75rem 0;
}

.blog-content p {
  margin: 0 0 1.2rem 0;
  color: #cbd5e1;                /* lichtgrijs */
}

.blog-content ul {
  margin: 0 0 1.5rem 1.2rem;
  padding: 0;
}

.blog-content ul li {
  margin-bottom: 0.6rem;
  color: #cbd5e1;                /* lichtgrijs */
  line-height: 1.7;
}

.blog-content strong {
  color: #ffffff;                /* wit voor nadruk */
  font-weight: 600;
}

.blog-content em {
  color: #00d4ff;                /* accent blauw voor cursief */
}

/* ===== VERGELIJKINGSTABEL ===== */
.comparison-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0 2rem 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background: #16213e;           /* donkerblauw tabel */
  border-radius: 12px;
  overflow: hidden;
}

.comparison-table thead tr {
  background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
  color: #ffffff;
}

.comparison-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #ffffff;
}

.comparison-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}

.comparison-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* EliteVieuw rij highlighten */
.comparison-table tbody tr:first-child {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.12) 0%, rgba(124, 58, 237, 0.12) 100%);
  border-left: 4px solid #00d4ff;
}

.comparison-table tbody tr:first-child:hover {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.18) 0%, rgba(124, 58, 237, 0.18) 100%);
}

.comparison-table tbody td {
  padding: 13px 18px;
  color: #e2e8f0;                /* lichte tekst */
  vertical-align: middle;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

/* ===== GEO REGIONS SECTIE ===== */
.geo-regions-section {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 16px;
  margin: 1.5rem 0 2rem 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.geo-regions-subtitle {
  font-size: 1rem;
  color: #cbd5e1;
  margin: 0 0 20px 0;
  line-height: 1.7;
}

.geo-regions-subtitle strong {
  color: #ffffff;
}

.areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 15px;
  background: rgba(255, 255, 255, 0.07);
  color: #e2e8f0;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease;
}

.area-tag::before {
  content: '✓';
  color: #00d4ff;
  font-weight: 700;
  font-size: 0.8rem;
}

.area-tag:hover {
  background: rgba(0, 212, 255, 0.15);
  border-color: #00d4ff;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ===== CTA SECTIE ===== */
.cta-section {
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 100%);
  border: 1px solid rgba(0, 212, 255, 0.2);
  padding: 40px 35px;
  border-radius: 16px;
  text-align: center;
  margin: 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta-title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 1;
}

.cta-text {
  font-size: 1rem;
  color: #cbd5e1;
  line-height: 1.7;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 212, 255, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
}

.cta-button:focus-visible {
  outline: 2px solid #00d4ff;
  outline-offset: 4px;
}

.cta-button-secondary {
  background: transparent;
  border: 2px solid #00d4ff;
  color: #00d4ff;
  box-shadow: none;
}

.cta-button-secondary:hover {
  background: rgba(0, 212, 255, 0.1);
  box-shadow: 0 6px 20px rgba(0, 212, 255, 0.2);
  color: #ffffff;
}

/* ===== TRUST SECTIE ===== */
.trust-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 2rem 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item {
  text-align: center;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.trust-item:hover {
  border-color: #00d4ff;
  box-shadow: 0 4px 15px rgba(0, 212, 255, 0.15);
  transform: translateY(-3px);
}

.trust-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

.trust-value {
  font-size: 1.7rem;
  font-weight: 700;
  color: #00d4ff;               /* accent kleur voor cijfers */
  margin: 6px 0;
  line-height: 1;
}

.trust-label {
  font-size: 0.82rem;
  color: #94a3b8;
  font-weight: 500;
  line-height: 1.5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .blog-content {
    padding: 0 14px;
  }

  .blog-content h2 {
    font-size: 1.35rem;
  }

  .comparison-table thead th,
  .comparison-table tbody td {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .cta-section {
    padding: 28px 20px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }

  .trust-section {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }

  .geo-regions-section {
    padding: 20px 16px;
  }
}

@media (max-width: 480px) {
  .trust-section {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    font-size: 0.8rem;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  .area-tag,
  .trust-item,
  .cta-button {
    transition: none;
  }

  .cta-button:hover,
  .trust-item:hover,
  .area-tag:hover {
    transform: none;
  }
}/* End custom CSS */