body {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  background: #e6f2e6;
  direction: rtl;
  color: #2f4f2f;
}

.site-header {
  background: linear-gradient(to right, #a8e6cf, #dcedc1);
  text-align: center;
  padding: 30px 20px;
}

.site-header h1 {
  margin: 0;
  font-size: 2.5rem;
  color: #2f4f2f;
}

.site-header p {
  margin-top: 10px;
  font-size: 1.1rem;
}

.nav-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.nav-links li a {
  text-decoration: none;
  color: #3b533b;
  font-weight: bold;
  font-size: 1rem;
}

.main-section {
  padding: 40px 20px;
  max-width: 600px;
  margin: auto;
}

.main-section h2 {
  text-align: center;
  color: #2f4f2f;
  margin-bottom: 30px;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #a5d6a7;
  border-radius: 8px;
  background-color: #f0fff0;
}

form button {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #66bb6a;
  border: none;
  color: white;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

form button:hover {
  background-color: #558b2f;
}

.result-box {
  margin-top: 30px;
  background: #dcedc1;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.site-footer {
  background-color: #a8d5ba;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  margin-top: 60px;
}
.hero-intro {
  background: linear-gradient(to bottom, #c8facc, #e6f2e6);
  padding: 60px 20px;
  text-align: center;
}

.hero-content {
  max-width: 800px;
  margin: auto;
  color: #2f4f2f;
  font-size: 1.1rem;
  line-height: 1.8;
}

.hero-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #1b5e20;
}

.hero-content p {
  margin-bottom: 20px;
}

.start-button {
  display: inline-block;
  background-color: #66bb6a;
  color: white;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background 0.3s;
}

.start-button:hover {
  background-color: #388e3c;
}
.lifestyle-block {
  background: #f0fff0;
  border-left: 8px solid #66bb6a;
  padding: 40px 30px;
  margin: 40px auto;
  max-width: 850px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  color: #2f4f2f;
  font-size: 1.05rem;
  line-height: 1.8;
}

.lifestyle-block h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #1b5e20;
  text-align: center;
}

.lifestyle-block .lifestyle-icon {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
}
