body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

/* Header */
.site-header {
  background-color: #121212;
  color: #ffffff;
  padding: 1.5rem 1rem;
  text-align: center;
}

.logo-area img {
  max-width: 250px;
}

.slogan {
  margin-top: 0;
  font-size: 1.2rem;
}

/* Hero Section */
.hero-section {
  background-color: #fdf6f0;
  padding: 40px 20px;
}

/* Hero Text */
.hero-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.hero-text h1 {
  margin-top: 0;
}

/* Services Offer Section */
.services-offer {
  width: 100%;
  max-width: none;
  margin: 40px 20px 0 20px;
  background-color: #ffffff;
  pa
