* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  background: #f7f7f5;
}

.page {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem;
}

.intro h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.intro p {
  font-size: 0.95rem;
  line-height: 1.4;
}

#zone-missing {
  background: #fff3cd;
  border: 1px solid #e0c26a;
  border-radius: 6px;
  padding: 1rem;
}

.landing-logo {
  display: block;
  max-width: 160px;
  margin-bottom: 1rem;
}

#landing h2 {
  font-size: 1.1rem;
  margin: 1rem 0 0.35rem;
}

#landing p {
  font-size: 0.95rem;
  line-height: 1.4;
}

.zone-lijst {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0;
  margin: 0.5rem 0 0;
}

.zone-kaart {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.75rem 1rem;
  border: 1px solid #cfe0cf;
  border-radius: 6px;
  background: #eef5ee;
  color: #1a1a1a;
  text-decoration: none;
}

.zone-kaart:hover,
.zone-kaart:focus {
  border-color: #2e6b2e;
}

.zone-periode {
  font-size: 0.85rem;
  color: #444;
}

#map {
  width: 100%;
  height: 320px;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.locatie-controls {
  margin-bottom: 1rem;
}

.hulptekst {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.4;
  margin: 0.35rem 0 0;
}

.pin-vraag {
  font-size: 0.95rem;
}

.veld {
  margin-bottom: 1rem;
}

.veld label,
fieldset.veld legend {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.veld select,
.veld input[type="text"],
.veld input[type="number"],
.veld textarea,
.veld input[type="file"] {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

fieldset.veld {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.75rem;
}

fieldset.veld label {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.privacy-melding {
  font-size: 0.9rem;
  line-height: 1.4;
  background: #eef5ee;
  border: 1px solid #cfe0cf;
  border-radius: 4px;
  padding: 0.6rem 0.75rem;
  margin: 0 0 1rem;
}

.foto-preview {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0.5rem 0 0;
}

.foto-preview li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.honeypot-veld {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  overflow: hidden;
}

#form-status,
#zone-check-status,
#locatie-status {
  font-size: 0.9rem;
  min-height: 1.2em;
}

#zone-check-status:not(:empty) {
  color: #b30000;
  font-weight: 600;
}

button {
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  border: 1px solid #2e6b2e;
  background: #3a8a3a;
  color: white;
  cursor: pointer;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#gebruik-locatie {
  background: white;
  color: #2e6b2e;
  border: 1px solid #2e6b2e;
  margin-top: 0.5rem;
}

@media (min-width: 600px) {
  #map {
    height: 420px;
  }
}
