/* Exact warm ivory and vector identity from the app's Basics collection. */
.card-ivory {
  background: #eee9df;
  color: #2b1d17;
}
.card-basic > .basic-wordmark {
  position: absolute;
  inset: 25% 18% auto;
  height: 27%;
  background: currentColor;
  -webkit-mask: url('/assets/gifted-wordmark.svg') center / contain no-repeat;
  mask: url('/assets/gifted-wordmark.svg') center / contain no-repeat;
}
.card-basic > span {
  color: inherit;
  bottom: 14%;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.4;
}
[dir='rtl'] .card-basic > span {
  line-height: 1.8;
}
@media (max-width: 650px) {
  .card-basic > span { font-size: 20px; }
}
@media (max-width: 360px) {
  .card-basic > span { font-size: 17px; }
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border: 1px solid #d8ccbb;
  border-radius: 50%;
  background: #f3f0e9;
  color: #443a35;
}
.feature-icon svg { display: block; }
.copyright { white-space: nowrap; }
@media (max-width: 650px) {
  .details { gap: 32px; }
  .details article { padding-inline-start: 0; }
  .details .feature-icon {
    margin-bottom: 16px;
  }
}
