.hp-offer {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #f8f8f6;
  padding: 60px 20px;
  color: #3a3a3a;
}

.hp-container {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
}

.hp-title {
  font-size: 22px;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 10px;
}

.hp-note {
  text-align: center;
  font-size: 16px;
  color: #888;
  margin-bottom: 30px;
}

.hp-features {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}

.hp-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.hp-features li::before {
  content: "✔︎";
  position: absolute;
  left: 0;
  color: #4CAF50!important;
  font-size:20px;font-weight: bold;

}

.hp-features strong {
  color: #1a73e8;
}

.zoom-link {
  text-align: center;
  margin-top: 30px;
}

.zoom-link a {
  display: inline-block;
  text-decoration: none;
  background: #1a73e8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background 0.3s;
}

.zoom-link a:hover {
  background: #155ab6;
}

@media (max-width: 600px) {
  .hp-container {
    padding: 30px 20px;
  }

  .hp-title {
    font-size: 20px;
  }
}