
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #8c949b; /* основной фон */
  color: #2c2c2c;
  text-align: center;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.header-img {
  width: 100%;
  height: 40vh; /* 40% высоты экрана */
  min-height: 250px;
  max-height: 500px;
  background: url('Hanna.jpeg') center/cover no-repeat;
  border-radius: 12px;
  margin-bottom: 20px;
}

.title {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.section {
  margin: 30px 0;
}

.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}

.card-accent {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: #f3cbd3; /* розовый акцент */
  border-bottom-left-radius: 100%;
}

.card-title {
  font-weight: bold;
  color: #e04475;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.price-list {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

.divider {
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}

.button {
  display: block;
  background: #e04475;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: bold;
}

.button:hover {
  background: #c93764;
}
