
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background-color: #fff9f2;
  color: #093b39;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.logo {
  margin: 20px auto;
  width: 180px;
}

.hero {
  background-color: #06504b;
  color: white;
  text-align: center;
  padding: 3rem 1.5rem;
}

.hero-content h1 {
  font-size: 2.3rem;
  margin: 1rem 0;
}

.hero-content p {
  max-width: 600px;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.cta-button {
  background-color: #ff7a00;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.features {
  padding: 3rem 1.5rem;
  text-align: center;
}

.features h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.feature-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.feature {
  background: #fff;
  padding: 1.2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.feature h3 {
  margin-bottom: 0.5rem;
  color: #06504b;
}

.community {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  background: #fff9f2;
}

.community-left {
  max-width: 500px;
  flex: 1 1 100%;
  padding: 1rem;
  text-align: center;
}

.community-left h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.highlight-box {
  background-color: #06504b;
  color: white;
  padding: 1rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.store-buttons img {
  height: 50px;
}

.community-right {
  flex: 1 1 100%;
  text-align: center;
  margin-top: 2rem;
}
