.hippo-intro {
  background: #f9fff9;
  border-radius: 12px;
  padding: 20px 10px;
  margin: 10px auto;
  max-width: 900px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.hippo-intro h1 {
  text-align: center;
  font-size: 2em;
  color: #2c80b4;
  margin-bottom: 20px;
}

.hippo-intro h2 {
  color: #3498db;
  margin-top: 30px;
  font-size: 1.4em;
}

.hippo-intro ul {
  list-style: none;
  padding-left: 0;
}

.hippo-intro li {
  padding-left: 0.6em;
  margin-bottom: 10px;
}

.hippo-intro a {
  color: #2c80b4;
  font-weight: bold;
  text-decoration: none;
}

.hippo-intro a:hover {
  text-decoration: underline;
}

.super-deals {
  color: #e62e24;
  font-size: 1.5em;
  margin-top: 40px;
  text-align: center;
}

.offers li {
  background: #fef7f6;
  padding: 12px;
  border-left: 4px solid #e62e24;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 4px;
}