/* Kleurenvariabelen */
:root {
  --primary-red-pink: #FF3366; /* Krachtig rood-roze */
  --secondary-blue: #0099FF; /* Helder blauw */
  --accent-purple: #8A2BE2; /* Diep paars */
  --accent-yellow: #FFD700; /* Goudgeel voor extra glans/accenten */

  --background-light: #F0F0F0; /* Zeer lichtgrijze achtergrond om wit te doorbreken */
  --background-white: #FFFFFF; /* Puur wit voor specifieke elementen */
  --text-dark: #222222; /* Zeer donkergrijze tekst */
  --text-muted: #555555; /* Middengrijze tekst */
  --border-light: #D5D5D5; /* Lichtgrijze randkleur */

  /* Schaduwen met aangepaste gloed voor de nieuwe kleuren */
  --shadow-red-pink: rgba(255, 51, 102, 0.3);
  --shadow-blue: rgba(0, 153, 255, 0.3);
  --shadow-purple: rgba(138, 43, 226, 0.3);
  --shadow-dark: rgba(0, 0, 0, 0.15); /* Iets donkerder voor contrast op lichte achtergrond */
}

/* Basisinstellingen */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--background-light); /* Lichtgrijze achtergrond */
  color: var(--text-dark); /* Donkere tekst */
  line-height: 1.6;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Episch achtergrondpatroon */
  background-image:
    repeating-linear-gradient(45deg,
      rgba(0, 153, 255, 0.05) 0,
      rgba(0, 153, 255, 0.05) 2px,
      transparent 2px,
      transparent 12px),
    repeating-linear-gradient(-45deg,
      rgba(255, 51, 102, 0.05) 0,
      rgba(255, 51, 102, 0.05) 2px,
      transparent 2px,
      transparent 12px),
    linear-gradient(to bottom right, var(--background-light), var(--background-white));
  background-size: 100% 100%; /* Zorgt dat het patroon de hele body vult */
}

/* Navigatiebalk */
header {
  background: linear-gradient(135deg, var(--secondary-blue), var(--primary-red-pink)); /* Gradiënt van logo kleuren */
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 15px var(--shadow-blue);
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Aangepaste styling voor het logo op de homepage, consistent met reservatiepagina */
.logo-container {
  display: flex;
  align-items: center;
  user-select: text;
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
}

.logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo-container img.header-logo {
  height: 48px;
  margin-right: 0.6rem;
  user-select: none;
  cursor: pointer;
}

/* Styling voor de bedrijfsnaam tekst naast het logo, consistent met reservatiepagina */
.logo-text {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--background-white); /* Witte tekst op gekleurde header */
  text-shadow: 0 0 12px var(--shadow-red-pink);
  font-family: 'Orbitron', sans-serif;
}

/* DE NIEUWE REGELS OM DE HAMBURGERKNOP STANDAARD TE VERBERGEN */
.hamburger {
  display: none;
}

nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background: var(--background-white); /* Witte achtergrond voor nav items */
  box-shadow: 0 4px 10px var(--shadow-dark); /* Subtielere schaduw */
  transition: background 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-light); /* Lichte rand voor definitie */
}

nav ul li:hover,
nav ul li:focus-within {
  background: var(--primary-red-pink); /* Rood-roze bij hover */
  box-shadow: 0 6px 20px var(--shadow-red-pink); /* Rood-roze schaduw bij hover */
}

nav ul li a {
  display: block;
  color: var(--text-dark); /* Donkere tekst op witte achtergrond */
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.75rem 1.8rem;
  text-decoration: none;
  user-select: text;
  transition: color 0.3s ease;
}

nav ul li:hover a,
nav ul li:focus a {
  color: #fff; /* Witte tekst bij hover op rood-roze achtergrond */
  outline: none;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8); /* Witte gloed */
}

/* Hoofdinhoud container */
main {
  padding: 4rem 2rem 6rem;
  max-width: 1200px;
  margin: 0 auto;
  user-select: text;
}

/* --- AANGEPASTE STIJL VOOR DE HERO SECTIE --- */
#hero-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
    padding-top: 0.5rem; /* Minder padding om de sectie naar boven te verplaatsen */
    padding-bottom: 2rem;
}

/* CTA container */
#cta-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  max-width: 50%;
}

.cta-block {
  width: 100%;
  background: transparent;
  padding: 0;
  text-align: left;
  user-select: text;
}

/* Nieuwe styling voor de foto container */
.hero-image-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
/* --- EINDE VAN DE AANGEPASTE STIJL --- */

/* De oude #foto-holder sectie kan nu verwijderd worden als die in je css staat */
#foto-holder {
    display: none;
}


/* Titel van elke block */
.cta-block h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 900;
  color: var(--secondary-blue); /* Blauw voor titels */
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0 0 10px var(--shadow-blue); /* Blauwe gloed */
}

/* Paragraaf */
.cta-block p {
  font-size: 1.1rem;
  color: var(--text-muted); /* Middengrijze tekst */
  margin-bottom: 1.8rem;
  line-height: 1.5;
  margin-left: 0;
  margin-right: auto;
  font-weight: 500;
  user-select: text;
}

/* Paralellogram knoppen */
.btn {
  position: relative;
  display: inline-block;
  padding: 15px 45px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: var(--primary-red-pink); /* Rood-roze knop */
  border: none;
  cursor: pointer;
  user-select: none;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  box-shadow: 0 6px 15px var(--shadow-red-pink); /* Rood-roze schaduw */
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  background: var(--secondary-blue); /* Blauw bij hover */
  box-shadow: 0 10px 30px var(--shadow-blue); /* Blauwe schaduw bij hover */
  outline: none;
  transform: translateY(-3px) scale(1.05);
  color: #fff;
}

/* Nieuwe styling voor de app download links */
.app-download-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 1rem;
}

/* Styling voor de individuele app download knoppen */
.app-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  padding: 12px 30px;

  /* Originele stijl met aangepaste kleuren */
  clip-path: none;
  border-radius: 8px; /* Afgeronde hoeken */
  background: var(--primary-red-pink); /* Rood-roze kleur */
  color: #fff;
  box-shadow: none; /* Schaduw verwijderd */
  transition: background 0.3s ease, transform 0.2s ease;
  text-transform: none;
  letter-spacing: normal;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.app-btn:hover,
.app-btn:focus {
  background: var(--secondary-blue); /* Blauw bij hover */
  box-shadow: 0 4px 10px var(--shadow-blue); /* Subtiele schaduw bij hover voor diepte */
  transform: translateY(-2px);
}

.app-btn i {
  margin-right: 10px;
  font-size: 1.4rem;
}


/* Info sectie styling */
section.info {
  max-width: 900px;
  margin: 5rem auto 7rem;
  padding: 4rem 5rem;
  background: var(--background-white); /* Witte achtergrond voor info sectie */
  border-radius: 25px;
  box-shadow: 0 15px 45px var(--shadow-dark); /* Subtiele schaduw */
  text-align: center;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: text;
  transition: box-shadow 0.5s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid var(--border-light); /* Lichte rand */
}

section.info:hover {
  box-shadow: 0 20px 60px var(--shadow-blue); /* Blauwe gloed bij hover */
}

section.info h2 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary-red-pink); /* Rood-roze voor info sectie titel */
  margin-bottom: 1.5rem;
  letter-spacing: 0.12em;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0 0 18px var(--shadow-red-pink);
}

section.info p {
  font-size: 1.3rem;
  color: var(--text-muted); /* Middengrijze tekst */
  line-height: 1.75;
  letter-spacing: 0.05em;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 500;
  user-select: text;
}

/* Icoon boven info titel - optioneel */
section.info .info-icon {
  display: inline-flex;
  margin-bottom: 2rem;
  width: 80px;
  height: 80px;
  background: var(--secondary-blue); /* Blauw icoon */
  border-radius: 50%;
  box-shadow: 0 8px 25px var(--shadow-blue);
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3.2rem;
  user-select: none;
  animation: pulse 3s infinite ease-in-out;
  transition: background 0.3s ease;
}

section.info .info-icon:hover {
  background: var(--primary-red-pink); /* Rood-roze bij hover */
  box-shadow: 0 12px 35px var(--shadow-red-pink);
  cursor: default;
}

/* Animatie voor icoon */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

/* Footer */
footer {
  background: linear-gradient(135deg, var(--secondary-blue), var(--primary-red-pink)); /* Gradiënt van logo kleuren */
  color: #fff;
  text-align: center;
  padding: 2.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  box-shadow: 0 -4x 10px var(--shadow-blue);
  user-select: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* Algemene link styling in footer */
footer a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
  cursor: pointer;
}

footer a:hover {
  color: var(--accent-yellow); /* Geel bij hover */
}

/* Responsive Design */
@media (max-width: 992px) {
  
  /* VERBORGEN OP DESKTOP, NU ZICHTBAAR OP MOBIEL */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    transform: scale(1.2);
  }

  .hamburger .bar {
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }
  
  /* DE NAVIGATIE VERBERGEN OP MOBIEL EN ZICHTBAAR MAKEN VIA DE HAMBURGERKNOP */
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%; /* Verplaats de navigatie buiten beeld */
    width: 75%;
    height: 100vh;
    background: linear-gradient(135deg, var(--secondary-blue), var(--primary-red-pink));
    padding: 8rem 2rem 2rem;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    transition: right 0.4s ease-in-out;
    z-index: 999;
  }

  .nav-menu.active {
    right: 0; /* Schuif de navigatie in beeld */
  }

  /* De navigatielinks aanpassen voor mobiel */
  .nav-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }

  .nav-menu ul li {
    clip-path: none;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
  }
  
  .nav-menu ul li a {
    padding: 1.2rem;
    font-size: 1.2rem;
  }

  #hero-section {
    flex-direction: column; /* Stapel de elementen onder elkaar */
    align-items: center;
    gap: 3rem;
    text-align: center;
  }
  
  #cta-container {
    align-items: center;
    max-width: 100%;
  }
  
  .cta-block {
    text-align: center;
  }
  
  .hero-image-container {
    justify-content: center; /* Centreer de afbeelding op kleinere schermen */
    background-color: transparent; /* Verwijder de witte achtergrond op kleinere schermen */
  }
  
  section.info {
    padding: 3rem 2rem;
    margin: 3rem 1rem 5rem;
  }
  header {
    flex-direction: row;
    gap: 1rem;
    padding: 0.8rem 1rem;
  }

  .app-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 14px 35px;
  }
  section.info h2 {
    font-size: 2.2rem;
  }
  section.info p {
    font-size: 1.1rem;
  }
  section.info .info-icon {
    width: 65px;
    height: 65px;
    font-size: 2.5rem;
  }
  .logo-container img.header-logo {
    height: 40px;
  }
  .logo-text {
    font-size: 1.5rem;
  }
}

/* CONTACTPAGINA SPECIFIEKE STIJLEN */

/* Titels op contactpagina */
.orange-title {
  color: var(--secondary-blue); /* Blauw voor contacttitels */
  text-shadow: 0 0 10px var(--shadow-blue);
}

/* Labels voor contactgegevens */
.orange-label {
  color: var(--primary-red-pink); /* Rood-roze voor labels */
}

/* WhatsApp knop aanpassingen */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #25D366; /* WhatsApp groen */
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  clip-path: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.whatsapp-btn:hover {
  background: #1DA851; /* Donkerder groen bij hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}