/* Shared utilities and repeated boutique treatments */

.underline {
  width: 320px;
  height: 12px;
  margin: 14px 0 18px;
  background: url("../assets/underline-scribble.svg") no-repeat center / contain;
}

.underline-short {
  width: 220px;
  margin: 8px 0 0;
}

.sparkles {
  position: absolute;
  opacity: 0.95;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 0 26px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff9f2;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(170, 44, 89, 0.22);
}

.paper-card {
  background: linear-gradient(180deg, #fbf1df, #f0ddbd);
  border-radius: 10px;
  box-shadow: var(--card-shadow);
}
