.homepage-content {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.hero {
  text-align: center;
  padding-bottom: 40px;
}

.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  color: #555;
}

.benefits-section,
.use-cases,
.cta-banner {
  margin-bottom: 50px;
}

.benefits-section h2,
.use-cases h2,
.cta-banner h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

ul {
  list-style-type: ✔;
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

.tool-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
  border: 1px solid #e4e4e4;
  box-shadow: 8px 8px 8px #e4e4e4;
  border-radius: 10px;
  padding: 16px;
}

.note {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 16px;
}

.tool-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.tool-card h3 {
  margin-top: 0;
  color: #04245c;
}

.tool-card p {
  color: #666;
  margin-bottom: 20px;
}

.button {
  background: #f1c40f;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: background 0.3s;
}

.button:hover {
  background: #ffd700;
}

.button.alt {
  background: #2980b9;
  color: #fff;
}

.button.alt:hover {
  background: #3498db;
}

.cta-banner {
  text-align: center;
}

.cta-banner a {
  margin: 10px;
  display: inline-block;
}
