.elementor-655 .elementor-element.elementor-element-0d21cc5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-655 .elementor-element.elementor-element-cc4282f{--display:flex;}.elementor-655 .elementor-element.elementor-element-cc4282f:not(.elementor-motion-effects-element-type-background), .elementor-655 .elementor-element.elementor-element-cc4282f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7FB;}.elementor-655 .elementor-element.elementor-element-7be6369{z-index:1000;}/* Start custom CSS for html, class: .elementor-element-24ad936 */.tiryakim-privacy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f6fb;
  color: #0f172a;

}

/* Algemene layout */
.tiryakim-privacy .tp-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Hero */
.tiryakim-privacy .tp-hero {
  background: linear-gradient(to bottom, #ffffff, #f5f6fb);
  border-bottom: 1px solid #e5e7eb;
}

.tiryakim-privacy .tp-hero-inner {
  text-align: center;
  padding: 48px 16px 40px;
}

.tiryakim-privacy .tp-hero-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.tiryakim-privacy .tp-hero-text {
  font-size: 14px;
  max-width: 640px;
  margin: 0 auto;
  color: #6b7280;
}

/* Main layout */
.tiryakim-privacy .tp-main {
  padding: 40px 0 40px;
}

.tiryakim-privacy .tp-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
  gap: 24px;
}

/* Cards */
.tiryakim-privacy .tp-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  padding: 24px 24px 26px;
}

.tiryakim-privacy .tp-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.tiryakim-privacy .tp-card-text {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 10px;
}

.tiryakim-privacy .tp-card-text-sm {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.tiryakim-privacy .tp-card-strong {
  font-weight: 500;
  color: #111827;
}

/* Badge */
.tiryakim-privacy .tp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 16px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 600;
}

/* Two-column subcards */
.tiryakim-privacy .tp-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.tiryakim-privacy .tp-subcard {
  background: #f9fafb;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 14px 14px 12px;
}

.tiryakim-privacy .tp-subcard-dashed {
  margin-top: 16px;
  border-style: dashed;
  background: #f9fafb;
}

.tiryakim-privacy .tp-subcard-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 6px;
}

/* Lists */
.tiryakim-privacy .tp-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  font-size: 14px;
  color: #4b5563;
}

.tiryakim-privacy .tp-list li {
  margin-bottom: 4px;
}

/* Blocks & divider */
.tiryakim-privacy .tp-block + .tp-block {
  margin-top: 18px;
}

.tiryakim-privacy .tp-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 18px 0;
}

/* Right column side labels */
.tiryakim-privacy .tp-side-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 6px;
}

.tiryakim-privacy .tp-side-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

/* Contact stukje */
.tiryakim-privacy .tp-contact-lines {
  margin: 8px 0 10px;
  font-size: 14px;
  color: #4b5563;
}

.tiryakim-privacy .tp-contact-lines p {
  margin: 0 0 4px;
}

.tiryakim-privacy .tp-contact-lines span {
  font-weight: 600;
}

/* Button */
.tiryakim-privacy .tp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #575AE0;
  box-shadow: 0 12px 30px rgba(88, 80, 236, 0.45);
  margin-top: 4px;
  transition: filter 0.2s ease, transform 0.1s ease;
}

.tiryakim-privacy .tp-button:hover {
  filter: brightness(1.06);
  background: #FF7182;
  transform: translateY(-1px);
}


/* Responsive */
@media (max-width: 900px) {
  .tiryakim-privacy .tp-header-inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .tiryakim-privacy .tp-nav {
    display: none; /* eventueel burger-menu maken in Elementor zelf */
  }

  .tiryakim-privacy .tp-grid {
    grid-template-columns: 1fr;
  }

  .tiryakim-privacy .tp-two-cols {
    grid-template-columns: 1fr;
  }

  .tiryakim-privacy .tp-footer-inner {
    grid-template-columns: 1fr;
  }

  .tiryakim-privacy .tp-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .tiryakim-privacy .tp-hero-title {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7be6369 *//* =======================
   WHATSAPP FLOAT
======================= */
.wa-float{
  position:fixed; right:18px; bottom:18px; height:52px; width:52px;
  display:grid; place-items:center; background:#25D366; color:#fff; border-radius:50%;
  box-shadow:0 10px 20px rgba(0,0,0,.18); font-size:22px;
}/* End custom CSS */