*,
*::before,
*::after {
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

body {
    overflow-x:hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at center, rgba(136, 0, 255, 0.085), transparent 82.35%);
  background-size: 200% 200%;
  filter: blur(150px);
  z-index: 0; /* Plaats achter alle body-content */
  pointer-events: none;
  -webkit-pointer-events: none;
}

.media-wide {
  max-width:1700px;
  margin:0 auto;
}

.logo-link {
  text-decoration: none;
  border: 0;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
}

.logo-text {
  font-weight: 600;
}

.logo-by {
  font-size: 12px;
  padding-left: 7px;
}

.logo-link img {
  height: 20px;
  opacity: 0.8;
  margin-left: 4px;
}

.footer {
    text-align:left;
    color:#e9e9e9;
    font-size:10pt;
    min-height:500px;
    border-top-left-radius: 35px;
border-top-right-radius: 35px;
}

.footer a {
    color:#e9e9e9;
    text-decoration:none;
    font-size:10.5pt;
}

.footer a:hover {
    color:#fff;
    font-weight:bold;
}

.footer-columns {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 20px;
}

.footer-column {
    flex: 1;
    min-width: calc(20% - 20px);
    margin: 10px;
    padding: 20px;
    padding-top:0;
    padding-left:0;
    margin-left:0;
    box-sizing: border-box;
    line-height:23pt;
}

.footer-bottom-padding {
    padding-left:30px;
    padding-bottom:25px;
    text-align:center;
    margin:0 auto;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    display:none;
    background-color: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-top-left-radius: 10px;
  }

  .cookie-container {
    margin: 0 auto;
    padding:25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .cookie-text {
    flex: 2;
    max-width: 475px;
    min-width: 300px;
    line-height: 1.6;
    padding-right: 20px;
  }

  .cookie-actions {
    max-width: 240px;
    font-size:12px;
  }

  .container {
    max-width:1200px;
    margin:0 auto;
    padding:5px 25px;
  }

  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:rgba(0,0,0,0.65);
    backdrop-filter: blur(10px);
    z-index:10;
  }

  .header-nav a {
    font-size:0.90rem;
    color:#aaa;
  }

  .center {
    text-align:center;
    margin:0 auto
  }

  .primary-button, .primary-button a {
    text-decoration: none; background-color: #635bff; color: #fff; color:#fff !important; padding: 7px 15px; border-radius: 8px; font-weight: 500;
  }

  .secundary-button, .secundary-button a {
    position: relative;
    text-decoration: none; 
    background-color: transparent; 
    color: #fff; 
    color: #fff !important; 
    padding: 7px 15px; 
    border-radius: 8px; 
    font-weight: 400; 
    z-index: 1;
  }

  .secundary-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    padding: 2px; /* Adjust thickness of the gradient border */
    background: linear-gradient(165deg, #444, rgba(255,255,255,0.5));
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
  }

  /* pricing table */
  .pricing-table table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .pricing-table th,
  .pricing-table td {
    border: 1px solid #333;
    padding: 20px;
    text-align: left;
    font-weight:400;
  }
  
  .check {
    color: green;
    font-weight: bold;
  }
  
  .cross {
    color: red;
    font-weight: bold;
  }
  
  .plan-header {
    text-align: left;
  }
  
  .plan-name {
    font-weight: 600;
    font-size: 1.2rem;
  }
  
  .plan-price {
    font-size: 1.4rem;
    margin: 5px 0;
  }
  
  .cta {
    background: #007bff;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
  }
  
  .plan-note {
    font-size: 0.8rem;
    margin-top: 5px;
    color: #777;
  }
  
  .sub-feature {
    padding-left: 20px;
    font-size: 0.9rem;
    color: #999;
  }
  

  /* end pricing table */

  .features-list {
    list-style: none;  /* Geen standaard bullets */
    padding: 0;
    margin: 0;
    }

    .features-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    padding-left: 0; /* Zorg dat er geen extra padding voor bullets is */
    font-size: 0.90rem;
    }

    .features-list svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: #fff; /* Pas naar je merk kleur */
    /* background: none; — niet nodig tenzij er een achtergrond zat */
    }

    .flex-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .flex-item {
        display: flex;
        width: 100%;
        gap: 85px;
        padding: 25px;
        background-color: #1a1a1a;
        border-radius: 15px;
        box-sizing: border-box;
    }

    .flex-item > .text-container {
        flex: 0 0 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    .flex-item > .image-container {
        flex: 0 0 60%;
    }

    /* Zigzag layout */
    .flex-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    /* SVG checkmark styles */
    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .features-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 0;
    }

    .features-list li svg {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        stroke: #28a745; /* groene check */
        stroke-width: 2;
        margin-top: 2px; /* beetje top align */
    }

    /* Responsive: stapel op mobiel */
    @media (max-width: 768px) {
        .flex-item {
        flex-direction: column !important;
        }
        .flex-item > .text-container,
        .flex-item > .image-container {
        flex: 1 1 100%;
        }
        .features-list li {
        font-size: 1rem;
        }
    }


  .short-text {
    max-width:500px;
  }

  .gradient-hero {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(135deg, hsl(220 27% 15%) 15%, hsl(0, 0%, 100%) 70%);
    text-align: center;
    margin-top: 100px;
    background-size: 200% 200%;
    animation: moveBG 2s linear forwards;
    animation-delay: 0s;
    min-height:58px;
  }

  @keyframes moveBG {
    from {
      background-position: 0% 0%;
    }
    to {
      background-position: 70% 100%;
    }
  }

  h1 {
    font-size:3rem;
    line-height:3.3rem;
    color:#fcfcfc;
    font-weight:600;
    margin:0;
    padding:0;
  }

  h2 {
    font-size:2rem;
    line-height:2.2rem;
    color:#fcfcfc;
    font-weight:500;
    margin:0;
    padding:0;
  }

  h3 {
    font-size:1.3rem;
    line-height:1.2rem;
    color:#fcfcfc;
    font-weight:600;
    margin:0;
    padding:0;
  }

  .white-text {
    color:#fcfcfc;
  }

  .hero-margin-top {
    margin-top: 155px;
    margin-bottom: 100px;
  }

  .xhero-margin-top {
    margin-top: 27vh;
  }

  .font-size-big {
    font-size:3rem;
    line-height:3rem;
  }

  .font-size-large {
    font-size:2rem;
    line-height:2.2rem;
  }

  .font-size-medium {
    font-size:1.5rem;
    line-height:1.5rem;
  }

  .font-size-small {
    font-size:12px;
    line-height:12px;
  }

  .low-opacity {
    opacity:0.6;
  }

  .small-margin-top {
    margin-top:5px;
  }

  .default-margin-top {
    margin-top:15px;
  }

  .medium-margin-top {
    margin-top:25px;
  }

  .large-margin-top {
    margin-top:50px;
  }

  .big-margin-top {
    margin-top:150px;
  }

@media only screen and (max-width: 680px) {
   .cookie-mobile-center {
    text-align:center;
    width: 100%;
    max-width: 100%;
   }

   .cookie-mobile-center .cta-button {
    width:100%;
   }

   .cookie-container {
    padding-top:20px;
    padding-bottom:15px;
   }
}


  /* Modal */
  #cookie-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 2000;
  }

  .cookie-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    position: relative;
  }

  .cookie-modal-content h3 {
    margin-top: 0;
  }

  .cookie-modal-content .setting {
    margin: 20px 0;
  }

  .cookie-modal-content label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }

  .cookie-modal-content .description {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: rgb(99, 91, 255);
  }

  input:checked + .slider:before {
    transform: translateX(26px);
  }

  .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
  }

  .modal-actions {
    text-align: right;
    margin-top: 20px;
  }

  .modal-actions button {
    padding: 10px 18px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background-color:rgb(99, 91, 255);
    color: #fff;
    cursor: pointer;
  }

  .cookie-description {
      font-size:12px;
      max-width:80%;
  }

  @media all and (max-width: 650px) {
      .cookie-text {
          flex:auto;
          padding-bottom:15px;
      }
  }

@media only screen and (max-width: 975px) {
    .show-mobile {
        display:inline-block;
    }
    
    .footer-column {
        flex-basis: 40%;
    }
}

@media only screen and (max-width: 550px) {
    .footer-column {
        flex-basis: 100%;
    }
    
    h1 {
        text-align:left;
    }
}
