.prams-notes {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.card {
  background-color: #f8fbfb;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hero-card {
  background-color: #d0e7e5;
  color: #003E46;
}

.hero-card h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.info-card h3 {
  color: #005962;
  margin-bottom: 10px;
}

.link-button {
  display: inline-block;
  padding: 6px 12px;
  background-color: #003E46;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.link-button:hover {
  background-color: #005962;
  color: #fff !important;
}

.limitations-list, .technical-list {
  padding-left: 20px;
  margin-top: 10px;
}

.limitations-list li, .technical-list li {
  margin-bottom: 8px;
}
