body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
  background: #f5f6f8;
  color: #111;
}

.hero {
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 0 0 24px 24px;
}

.hero-img {
  width: 100%;
  border-radius: 16px;
}

.logo {
  width: 140px;
  margin: 16px auto;
}

.subtitle {
  color: #555;
}

.card {
  background: white;
  margin: 16px;
  padding: 16px;
  border-radius: 16px;
}

.service {
  margin-bottom: 16px;
}

.highlight {
  background: #f0f7ff;
  padding: 12px;
  border-radius: 12px;
}

.price {
  color: #0066ff;
  font-weight: bold;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 16px;
}

.gallery img {
  width: 100%;
  border-radius: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

th, td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.note {
  font-size: 14px;
  color: #444;
}

.cta {
  padding: 20px;
  text-align: center;
}

.cta a {
  display: block;
  background: #007aff;
  color: white;
  padding: 14px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: bold;
}
