@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --background-color: #f2f2f2;
  --background-color-dark: #e6e6e6;
  --background-color-light: #ffffff;
  --text-color: #0d0d0d;
  --text-color-muted: #4d4d4d;
  --text-color-login-button: #f2f2f2;
  --text-font: "Inter", sans-serif;
  --login-button-background-color: #000000;
  --spacing-xs: 0.25rem;  /* 4px / 16px = 0.25rem */
  --spacing-sm: 0.5rem;   /* 8px / 16px = 0.5rem */
  --spacing-md: 1rem;     /* 16px / 16px = 1rem */
  --spacing-lg: 2rem;     /* 32px / 16px = 2rem */
  --spacing-xl: 4rem;     /* 64px / 16px = 4rem */
}

/* Dark mode automatisch detecteren */
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #0d0d0d;
    --background-color-dark: #000000;
    --background-color-light: #1a1a1a;
    --login-button-background-color: #ffffff;
    --text-color: #f2f2f2;
    --text-color-muted: #b3b3b3;
    --text-color-login-button: #0d0d0d
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* Handig voor layouts */
}

body {
  background-color: var(--background-color-dark);
  font-family: var(--text-font);
}

/* header.css */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--background-color-dark);
  height: 80px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

header div {
    max-width: 1700px;
    display: flex;
    padding: var(--spacing-md) var(--spacing-lg); /* logo links, nav rechts */
    gap: var(--spacing-lg);
    align-items: center;            /* vertical centering */
    width: 100%;
    height: 100%;
}

header .logo-img {
  height: 35px; /* pas aan naar wens */
}

.navbar {
    display: flex;
    gap: 2rem;
    width: 100%;
    align-items: center;
}

.navbar .nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  width: 100%;
}

.navbar .nav-list a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.3s ease;
  font-weight: 600;
  font-size: 1.1rem;
}

.navbar .nav-list li:last-child {
    margin-left: auto;
}

.navbar .nav-list li:last-child a {
    background-color: var(--login-button-background-color);
    color: var(--text-color-login-button);
    border-radius: 100px;
    padding: 12px 24px;
}

.navbar .nav-list li:last-child a:hover {
    color: #00c2ff;
}

.navbar .nav-list a:hover {
  color: #00c2ff;
}

#nav-hamburger-menu {
    display: none;
    color: var(--text-color);
    height: 36px;
    width: 36px;
}

.video-container {
  position: relative;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}

.main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  padding-left: 50px; /* space from left */
}

.hero-content {
  max-width: 600px;
  margin-top: 50px;
  margin-left: 150px;
  color: white;
  text-align: left;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Get Started button styling */
.getstarted-btn {
    background-color: var(--login-button-background-color);
    color: var(--text-color-login-button);
    border-radius: 100px;
    padding: 12px 24px;
    text-decoration: none;
}

.getstarted-btn:hover {
    color: #00c2ff;
}

.feature-section {
  background-color: var(--background-color);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -80px;
  padding: 80px 50px 50px;
  position: relative;
  z-index: 1;

  /* subtiel lijntje + glow aan de bovenkant */
  box-shadow:
      0 -12px 20px rgba(0, 0, 0, 0.06),    /* lichte boven-shadow */
      0 -1px 0 rgba(200, 200, 200, 0.4);  /* zacht randje */
}


.section-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-color); /* kleur via variabele */
}

.section-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color); /* kleur via variabele */
  max-width: 700px;
  margin-bottom: 50px;
}

.feature-grid {
    display: flex;
    width: 100%;
    aspect-ratio: 15 / 4;
    gap: 16px;
}

/* vierkant houden */
.grid-item {
    width: 15%;
    height: 100%;
    border-radius: 16px;
    transition: width 0.3s ease;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1); /* lichte shadow */
}

/* standaard eerste groter */
.grid-item.large {
    width: 55%;
}

/* bij hover in grid: alles klein */
.feature-grid:hover .grid-item {
    width: 15%;
}

/* de gehoverde wordt groot */
.feature-grid:hover .grid-item:hover {
    width: 55%;
}

/* FIX: wanneer niet gehoverd → nooit allemaal klein */
/* Zorgt dat als je ‘tussen twee items’ hovert, de eerste altijd groot blijft */
.feature-grid:not(:hover) .grid-item.large {
    width: 55%;
}

/* Button styling (get started) */
.getstarted-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--button-text-color, #3498db); /* fallback kleur */
  border: 2px solid var(--button-text-color, #3498db);
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.getstarted-btn:hover {
  color: var(--button-hover-text-color, #ffffff);
  background-color: var(--button-text-color, #3498db);
}
.custom-section {
  background-color: var(--background-color);
  padding: 80px 50px;
  position: relative;
  z-index: 1;
}

.custom-section .section-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-color);
  text-align: center;
}

.custom-section .section-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color);
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.custom-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.custom-card {
  flex: 1 1 220px; /* minimum breedte 220px, groeit automatisch */
  max-width: 300px;
  background-color: var(--background-color-light);
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.custom-card svg {
    color: var(--text-color);
}

.custom-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--text-color);
}

.custom-card p {
  font-size: 0.95rem;
  color: var(--text-color);
}

.custom-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.nocode-section {
  background-color: var(--background-color); /* subtiel lichtgrijs */
  padding: 80px 50px;
  position: relative;
  z-index: 1;
}

.nocode-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 200px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.nocode-text {
  flex: 1 1 500px;
}

.nocode-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text-color);
}

.nocode-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  color: var(--text-color-muted);
}

.nocode-text ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.nocode-text ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--text-color-muted);
}

.nocode-text .getstarted-btn {
  display: inline-block;
  padding: 12px 28px;
  color: var(--text-color);
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.nocode-text .getstarted-btn:hover {
  background-color: #4338ca;
}

.nocode-image {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nocode-image img {
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nocode-image img:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.plans-section {
  background-color: var(--background-color);
  padding: 80px 50px;
  position: relative;
  z-index: 1;
}

.plans-section .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plans-section .section-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-color);
  text-align: center;
}

.plans-section .section-content p {
  font-size: 1.1rem;
  color: var(--text-color-muted);
  text-align: center;
  margin-bottom: 50px;
}

.plans-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.plan-card {
  background-color: var(--background-color-light);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  flex: 1 1 300px;
  max-width: 350px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card svg {
  margin-bottom: 20px;
  stroke: var(--text-color);
}

.plan-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text-color);
}

.plan-card p {
  font-size: 1rem;
  color: var(--text-color-muted);
  margin-bottom: 25px;
}

.plan-card .plan-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: var(--primary-color, #4f46e5);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.plan-card .plan-btn:hover {
  background-color: #4338ca;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.pricing-section {
  padding: 80px 50px;
  background-color: var(--background-color);
}

.pricing-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text-color);
}

.pricing-section p {
  font-size: 1.1rem;
  color: var(--text-color-muted);
  margin-bottom: 40px;
}

.plans-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.plan-card {
  background-color: var(--background-color-light);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}

.plan-card h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.plan-card p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: var(--text-color-muted);
}

.plan-pricing {
  margin-bottom: 15px;
}

.plan-pricing span {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--text-color);
}

.plan-users {
  font-size: 0.95rem;
  color: var(--text-color-muted);
  margin-bottom: 20px;
}

.getstarted-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: var(--primary-color);
  color: var(--text-color);
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.getstarted-btn:hover {
  background-color: #4338ca;
}
.contact-section, .faq-section {
  background-color: var(--background-color);
  padding: 80px 50px;
  border-radius: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  margin-bottom: 50px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}

.contact-info {
  flex: 1 1 250px;
  font-size: 1.1rem;
}

.contact-info h3 {
    color: var(--text-color);
}

.contact-info a {
  color: var(--text-color);
  text-decoration: none;
}

.contact-form {
  flex: 1 1 400px;
}

.contact-form label {
    color: var(--text-color)
}

.contact-form input, .contact-form textarea {
  background-color:var(--background-color-dark);
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.contact-form .getstarted-btn {
  padding: 12px 28px;
  background-color: var(--primary-color);
  color: var(--text-color);
  border-radius: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.faq-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text-color);
}

.faq-item p {
  font-size: 1rem;
  color: var(--text-color-muted);
  line-height: 1.6;
}

.site-footer {
  background-color: var(--background-color);
  padding: 60px 50px 30px;
  color: var(--text-color-muted);
  font-size: 0.95rem;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-brand {
  flex: 1 1 250px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-links {
  display: flex;
  gap: 40px;
  flex: 2 1 500px;
}

.link-group h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text-color);
}

.link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-group ul li {
  margin-bottom: 8px;
}

.link-group ul li a {
  text-decoration: none;
  color: var(--text-color-muted);
  transition: color 0.3s ease;
}

.link-group ul li a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-color-muted);
}

.getstarted-btn.video-button {
    color: #ffffff;
}

/* Mobile menu hidden state */
.mobile-menu {
  position: absolute;
  top: 120px; /* hoogte van je header */
  left: 0;
  width: 100%;
  background: rgba(20, 20, 20, 0.97);
  backdrop-filter: blur(6px);
  padding: 20px 0;
  transform: translateY(-20px);
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 9999;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.mobile-menu ul li:last-child a {
    background-color: var(--login-button-background-color);
    color: var(--text-color-login-button);
    border-radius: 100px;
    padding: 12px 24px;
}

.mobile-menu ul li:last-child a:hover {
    color: #00c2ff;
}

.mobile-menu li {
  margin: 16px 0;
}

.mobile-menu li a {
  font-size: 3rem;
}

.mobile-menu a {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 500;
}

/* Active state */
.mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Responsive */
@media (max-width: 1024px) {
  .plans-grid {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .plan-card {
    max-width: 100%;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .nocode-content {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .nocode-text, .nocode-image {
    flex: 1 1 100%;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .custom-card {
    flex: 1 1 45%;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .custom-card {
    flex: 1 1 100%;
  }
}


@media (max-width: 1000px) {
  .navbar .nav-list li {
    display: none; /* verberg alles */
  }
    .navbar {
        gap: 3rem;
    }
  .navbar .nav-list li:last-child {
    display: flex; /* maar toon de laatste */
    margin-left: 0; /* verwijderen van 'auto' zodat hij niet pushed */
  }

  .navbar .nav-list {
    justify-content: flex-end; /* zet de laatste mooi rechts */
  }

  .mobile-menu {
    display: block;
  }

  #nav-hamburger-menu {
    display: block;
    height: 80px;
    width: 80px;
  }
    header .logo-img {
      height: 60px; /* pas aan naar wens */
    }
      /* header.css */
    header {
        height: 120px;
    }

    header div {
        padding: var(--spacing-md) calc(var(--spacing-lg) * 1.33); /* logo links, nav rechts */
    }
    .video-container {
        height: 1800px;
    }
  .navbar .nav-list li:last-child a {
    background-color: var(--login-button-background-color);
    color: var(--text-color-login-button);
    font-size: 2rem;
    border-radius: 100px;
    padding: 16px 36px;
  }
}
