.content-wrapper {
  padding-top: 95px;
}

.app-icon {
  width: 118px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}

.main-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.description {
  font-size: 15px;
  color: #666;
  margin: 0 0 32px 0;
  line-height: 1.5;
}

.download-button {
  display: block;
  width: 85%;
  max-width: 280px;
  padding: 16px;
  background: linear-gradient(135deg, #D4717A 0%, #B85B7D 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  margin: 0 auto 32px;
  box-shadow: 0 8px 16px rgba(184, 91, 125, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.download-button:active {
  transform: scale(0.98);
  box-shadow: 0 4px 8px rgba(184, 91, 125, 0.3);
}

.learn-more {
  display: block;
  color: #B85B7D;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0;
}
