/* ===== Kontakt ===== */
#contact {
  padding: 4rem 2rem;
  background: #f9fafc;
  text-align: center;
}

#contact h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #0a2f5c;
}

.contact-info {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #333;
}

.contact-info p {
  margin: .5rem 0;
}

.contact-info i {
  margin-right: .5rem;
  color: #0a2f5c;
}

.contact-info a {
  color: #0a2f5c;
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  text-decoration: underline;
}

#contact form {
  max-width: 600px;
  margin: 0 auto 2rem;
  display: grid;
  gap: 1rem;
}

#contact input,
#contact textarea {
  width: 100%;
  padding: .85rem .95rem;
  border-radius: 10px;
  border: 1px solid #d7dde6;
  background: #fff;
  font-size: 1rem;
}

#contact button {
  background: #0a2f5c;
  color: #fff;
  padding: .9rem 1.2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: background .2s ease;
}

#contact button:hover {
  background: #ffd700;
  color:#0a2f5c
}

.map {
  margin-top: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
