/* General */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f4e6;
  color: #222;
}

/* Layout helpers */
section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
}

h1, h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

/* Header */
header {
  background: #fff9c4;
  padding: 20px 20px;
  text-align: center;
  border-bottom: 2px solid #e0d98c;
}

header img {
  width: 140px;
}

header h1 {
  margin: 10px 0 0;
  font-size: 32px;
}

/* Hero */
.hero {
  text-align: center;
  padding: 80px 20px;
  background: #fffbe5;
}

.hero h2 {
  font-size: 28px;
}

.hero p {
  font-size: 18px;
  color: #444;
  max-width: 600px;
  margin: 10px auto 0;
}

/* Services */
.services ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.services li {
  margin: 10px 0;
  padding-left: 15px;
  position: relative;
}

.services li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b39b00;
  font-size: 24px;
  line-height: 16px;
}

/* Map iframe */
.map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 8px;
}

/* Footer */
footer {
  background: #fff9c4;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  border-top: 2px solid #e0d98c;
}
