:root {
  --possibilities-bg-main: #fcf8f4;
  --possibilities-bg-soft: #fffdfc;
  --possibilities-text-main: #2b2033;
  --possibilities-text-muted: #6f6471;
  --possibilities-accent-coral: #f07d8f;
  --possibilities-accent-pink: #f598b3;
  --possibilities-accent-lilac: #c79ae8;
  --possibilities-accent-peach: #f7cbbe;
  --possibilities-line-soft: #eedfd5;
  --possibilities-line-gold: #d8c09c;
}

body.gift-home .song-possibilities {
  position: relative;
  isolation: isolate;
  padding: 96px 32px 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%,rgba(247,203,190,.35),transparent 29%),
    radial-gradient(circle at 93% 44%,rgba(199,154,232,.2),transparent 28%),
    radial-gradient(circle at 52% 92%,rgba(245,152,179,.14),transparent 32%),
    linear-gradient(145deg,#fffdfa 0%,var(--possibilities-bg-main) 45%,#fff9f8 100%);
  color: var(--possibilities-text-main);
}

body.gift-home .song-possibilities::before,
body.gift-home .song-possibilities::after {
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(216,192,156,.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.gift-home .song-possibilities::before {
  top: 170px;
  left: -390px;
  box-shadow: 0 0 0 48px rgba(216,192,156,.045),0 0 0 96px rgba(216,192,156,.025);
}

body.gift-home .song-possibilities::after {
  right: -400px;
  bottom: 220px;
  box-shadow: 0 0 0 56px rgba(199,154,232,.04),0 0 0 112px rgba(240,125,143,.025);
}

body.gift-home .song-possibilities__aurora {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .2;
  pointer-events: none;
}

body.gift-home .song-possibilities__aurora--left {
  top: 38%;
  left: -120px;
  background: #ffc8b9;
}

body.gift-home .song-possibilities__aurora--right {
  right: -110px;
  bottom: 8%;
  background: #d8b8ed;
}

body.gift-home .song-possibilities__container {
  width: min(100%,1280px);
  margin: 0 auto;
}

body.gift-home .song-possibilities__header,
body.gift-home .song-possibilities__personal-header {
  position: relative;
  z-index: 2;
  text-align: center;
}

body.gift-home .song-possibilities__eyebrow {
  display: grid;
  width: min(100%,520px);
  grid-template-columns: minmax(36px,1fr) auto minmax(36px,1fr);
  align-items: center;
  gap: 18px;
  margin: 0 auto 24px;
  color: #d95c7c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.gift-home .song-possibilities__eyebrow span {
  position: relative;
  display: block;
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(216,164,121,.68));
}

body.gift-home .song-possibilities__eyebrow span:last-child {
  background: linear-gradient(90deg,rgba(216,164,121,.68),transparent);
}

body.gift-home .song-possibilities__eyebrow span::after {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 6px;
  background: #e3b282;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

body.gift-home .song-possibilities__eyebrow span:last-child::after {
  right: auto;
  left: -3px;
}

body.gift-home .song-possibilities__header h2,
body.gift-home .song-possibilities__personal-header h2 {
  margin: 0;
  color: var(--possibilities-text-main);
  font-family: "Playfair Display",Georgia,serif;
  font-size: clamp(64px,5.4vw,82px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

body.gift-home .song-possibilities__header h2 em,
body.gift-home .song-possibilities__personal-header h2 em {
  display: inline-block;
  background: linear-gradient(105deg,#ef766f 4%,#ed648d 53%,#bd83dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}

body.gift-home .song-possibilities__lead {
  max-width: 760px;
  margin: 25px auto 0;
  color: var(--possibilities-text-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

body.gift-home .song-possibilities__features {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 20px;
  margin-top: 58px;
}

body.gift-home .song-possibility-card {
  --feature-glow: rgba(240,125,143,.13);
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 610px;
  align-content: start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(226,196,180,.66);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.9),transparent 32%),
    linear-gradient(160deg,rgba(255,253,251,.97),rgba(255,239,236,.91));
  box-shadow: 0 12px 30px rgba(51,28,44,.06),0 3px 10px rgba(51,28,44,.04),inset 0 1px 0 rgba(255,255,255,.85);
  color: inherit;
  text-decoration: none;
  transform: translateY(0);
  transition: transform .35s cubic-bezier(.2,.75,.24,1),box-shadow .35s ease,border-color .3s ease;
}

body.gift-home .song-possibility-card--video {
  --feature-glow: rgba(199,154,232,.15);
  background: radial-gradient(circle at 12% 82%,rgba(210,168,232,.2),transparent 34%),linear-gradient(155deg,#fffdfb,#fff0eb 58%,#f8ecfb);
}

body.gift-home .song-possibility-card--perform {
  background: radial-gradient(circle at 82% 72%,rgba(240,125,143,.2),transparent 36%),linear-gradient(160deg,#fffdfb,#fff1ed 66%,#fbecf5);
}

body.gift-home .song-possibility-card--studio {
  --feature-glow: rgba(192,142,199,.13);
  background: radial-gradient(circle at 18% 82%,rgba(199,154,232,.22),transparent 34%),linear-gradient(160deg,#fffdfb,#fff2ed 50%,#f5edf9);
}

body.gift-home .song-possibility-card--release {
  background: radial-gradient(circle at 78% 78%,rgba(245,152,179,.19),transparent 34%),linear-gradient(160deg,#fffdfb,#fff1ec 62%,#f9edf6);
}

body.gift-home .song-possibility-card__number {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a85c70;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

body.gift-home .song-possibility-card__number i {
  display: block;
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg,rgba(210,160,111,.8),transparent);
}

body.gift-home .song-possibility-card h3 {
  position: relative;
  z-index: 3;
  min-height: 66px;
  margin: 22px 0 10px;
  font-family: "Playfair Display",Georgia,serif;
  font-size: clamp(25px,1.65vw,31px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}

body.gift-home .song-possibility-card p {
  position: relative;
  z-index: 3;
  margin: 0;
  color: var(--possibilities-text-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.gift-home .song-possibility-card__art {
  position: absolute;
  z-index: 1;
  inset: 205px -24px -20px;
  display: grid;
  place-items: end center;
  pointer-events: none;
}

body.gift-home .song-possibility-card__art::before {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: 7%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,255,255,.7),var(--feature-glow) 54%,transparent 72%);
  content: "";
  filter: blur(8px);
}

body.gift-home .song-possibility-card__art img {
  display: block;
  width: 118%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 16px 22px rgba(78,43,61,.07));
  transform: scale(1);
  transform-origin: center bottom;
  transition: transform .55s cubic-bezier(.2,.75,.24,1),filter .4s ease;
}

body.gift-home .song-possibility-card__arrow {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 17px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: #a7677d;
  font-size: 15px;
  opacity: 0;
  box-shadow: 0 8px 18px rgba(70,37,51,.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(4px);
  transition: opacity .25s ease,transform .3s ease;
}

@media (hover:hover) and (pointer:fine) {
  body.gift-home .song-possibility-card:hover {
    border-color: rgba(228,142,159,.58);
    box-shadow: 0 20px 42px rgba(51,28,44,.09),0 5px 14px rgba(51,28,44,.05),inset 0 1px 0 rgba(255,255,255,.9);
    transform: translateY(-4px);
  }

  body.gift-home .song-possibility-card:hover .song-possibility-card__art img {
    filter: drop-shadow(0 18px 28px rgba(78,43,61,.1));
    transform: scale(1.02);
  }

  body.gift-home .song-possibility-card:hover .song-possibility-card__arrow {
    opacity: 1;
    transform: translateY(0);
  }
}

body.gift-home .song-possibility-card:focus-visible,
body.gift-home .song-personal-card__content > a:focus-visible {
  outline: 3px solid rgba(227,100,139,.34);
  outline-offset: 5px;
}

body.gift-home .song-possibilities__divider {
  display: grid;
  width: min(100%,240px);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 64px auto 22px;
  color: #e4af7e;
}

body.gift-home .song-possibilities__divider i {
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(216,168,122,.6));
}

body.gift-home .song-possibilities__divider i:last-child {
  background: linear-gradient(90deg,rgba(216,168,122,.6),transparent);
}

body.gift-home .song-possibilities__divider span {
  font-size: 18px;
  animation: song-possibilities-glow 5s ease-in-out infinite;
}

body.gift-home .song-possibilities__personal-header h2 {
  font-size: clamp(34px,3.2vw,44px);
  line-height: 1.08;
}

body.gift-home .song-possibilities__personal-header p {
  margin: 16px auto 0;
  color: var(--possibilities-text-muted);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

body.gift-home .song-possibilities__personal-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: start;
  gap: 24px;
  margin-top: 34px;
}

body.gift-home .song-personal-card {
  position: relative;
  min-height: 340px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(226,196,180,.72);
  border-radius: 30px;
  background: linear-gradient(145deg,#fff9f5,#fae8e8);
  box-shadow: 0 12px 30px rgba(51,28,44,.06),0 3px 10px rgba(51,28,44,.04),inset 0 1px 0 rgba(255,255,255,.82);
  transition: transform .35s cubic-bezier(.2,.75,.24,1),box-shadow .35s ease,border-color .3s ease;
}

body.gift-home .song-personal-card--melody {
  background: linear-gradient(145deg,#fffaf7,#f7ebf7);
}

body.gift-home .song-personal-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,rgba(255,249,245,.98) 0%,rgba(255,249,245,.92) 34%,rgba(255,249,245,.34) 57%,transparent 78%);
  content: "";
  pointer-events: none;
}

body.gift-home .song-personal-card--melody::after {
  background: linear-gradient(90deg,rgba(255,250,247,.98) 0%,rgba(255,250,247,.9) 36%,rgba(255,250,247,.28) 58%,transparent 78%);
}

body.gift-home .song-personal-card__art {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform .6s cubic-bezier(.2,.75,.24,1);
}

body.gift-home .song-personal-card--melody .song-personal-card__art {
  width: 88%;
  object-fit: contain;
  object-position: right bottom;
}

body.gift-home .song-personal-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

body.gift-home .song-personal-card__summary {
  width: 46%;
}

body.gift-home .song-personal-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(218,177,135,.65);
  border-radius: 50%;
  background: rgba(255,255,255,.34);
  color: #c76d82;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

body.gift-home .song-personal-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.gift-home .song-personal-card h3 {
  margin: 18px 0 10px;
  font-family: "Playfair Display",Georgia,serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
}

body.gift-home .song-personal-card p {
  margin: 0;
  color: var(--possibilities-text-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.gift-home .song-personal-card__more {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 9px 17px;
  border: 1px solid rgba(225,111,142,.52);
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  color: #b64e70;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  transition: color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

body.gift-home .song-personal-card__more span {
  font-size: 16px;
  transition: transform .25s ease;
}

body.gift-home .song-personal-card__more[aria-expanded="true"] span {
  transform: rotate(90deg);
}

body.gift-home .song-personal-card.is-expanded {
  min-height: 520px;
}

body.gift-home .song-personal-card.is-expanded .song-personal-card__art {
  height: 340px;
}

body.gift-home .song-personal-card__examples {
  width: 100%;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(219,139,158,.22);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 28px rgba(107,66,82,.06),inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(15px);
}

body.gift-home .song-personal-card__examples-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

body.gift-home .song-personal-card__examples-head strong {
  color: #402d3e;
  font-family: "Playfair Display",Georgia,serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.02em;
}

body.gift-home .song-personal-card__examples-head span {
  color: #8c7884;
  font-size: 11px;
}

body.gift-home .song-personal-card__players {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

body.gift-home .song-personal-player {
  --audio-progress: 0%;
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(218,142,161,.2);
  border-radius: 17px;
  background: linear-gradient(135deg,rgba(255,250,248,.96),rgba(253,243,249,.88));
}

body.gift-home .song-personal-player__toggle {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(232,101,135,.42);
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: #e45d82;
  cursor: pointer;
  box-shadow: 0 7px 16px rgba(196,73,109,.1);
  transition: color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
}

body.gift-home .song-personal-player__toggle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

body.gift-home .song-personal-player__pause-icon {
  display: none;
  fill: none !important;
}

body.gift-home .song-personal-player.is-playing .song-personal-player__toggle {
  border-color: transparent;
  background: linear-gradient(125deg,#ef796f,#e85d86 60%,#c27edb);
  color: #fff;
  box-shadow: 0 9px 20px rgba(207,73,116,.22);
}

body.gift-home .song-personal-player.is-playing .song-personal-player__play-icon {
  display: none;
}

body.gift-home .song-personal-player.is-playing .song-personal-player__pause-icon {
  display: block;
}

body.gift-home .song-personal-player__body {
  min-width: 0;
}

body.gift-home .song-personal-player__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

body.gift-home .song-personal-player__heading strong {
  overflow: hidden;
  color: #473343;
  font-size: 11.5px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gift-home .song-personal-player__heading span {
  color: #9a8791;
  font-size: 9px;
  white-space: nowrap;
}

body.gift-home .song-personal-player__timeline {
  position: relative;
  height: 24px;
  margin-top: 4px;
  border-radius: 8px;
}

body.gift-home .song-personal-player__timeline:focus-within {
  outline: 2px solid rgba(223,87,126,.42);
  outline-offset: 2px;
}

body.gift-home .song-personal-player__waveform {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  color: rgba(224,111,143,.27);
  pointer-events: none;
}

body.gift-home .song-personal-player__waveform i {
  width: 2px;
  min-width: 1px;
  height: var(--wave-height);
  flex: 1;
  border-radius: 999px;
  background: currentColor;
}

body.gift-home .song-personal-player__waveform--played {
  color: #e85e86;
  clip-path: inset(0 calc(100% - var(--audio-progress)) 0 0);
}

body.gift-home .song-personal-player__timeline input {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

body.gift-home .song-personal-player__time {
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  color: #9a8791;
  font-size: 8.5px;
  font-variant-numeric: tabular-nums;
}

@media (hover:hover) and (pointer:fine) {
  body.gift-home .song-personal-card:hover {
    border-color: rgba(228,142,159,.56);
    box-shadow: 0 20px 42px rgba(51,28,44,.085),0 5px 14px rgba(51,28,44,.045),inset 0 1px 0 rgba(255,255,255,.88);
    transform: translateY(-4px);
  }

  body.gift-home .song-personal-card:hover .song-personal-card__art {
    transform: scale(1.02);
  }

  body.gift-home .song-personal-card__more:hover {
    border-color: transparent;
    background: linear-gradient(105deg,#ef806f,#e95f8b 58%,#bd83dc);
    color: #fff;
    box-shadow: 0 9px 22px rgba(218,80,119,.17);
    transform: translateY(-1px);
  }

  body.gift-home .song-personal-card__more:hover span {
    transform: translateX(3px);
  }

  body.gift-home .song-personal-card__more[aria-expanded="true"]:hover span {
    transform: rotate(90deg) translateX(3px);
  }

  body.gift-home .song-personal-player__toggle:hover {
    transform: translateY(-1px);
  }
}

body.gift-home .song-possibilities__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 28px;
  color: #8b7f87;
  font-size: 13px;
}

body.gift-home .song-packages {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 92px;
  padding: 66px 58px 62px;
  border: 1px solid rgba(211, 139, 160, .22);
  border-radius: 38px;
  background:
    radial-gradient(circle at 92% 4%, rgba(211, 149, 232, .2), transparent 31%),
    radial-gradient(circle at 2% 96%, rgba(248, 164, 133, .2), transparent 33%),
    linear-gradient(145deg, rgba(255, 253, 250, .96), rgba(255, 248, 247, .92) 58%, rgba(252, 246, 255, .94));
  box-shadow: 0 30px 80px rgba(76, 43, 64, .09), inset 0 1px 0 rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
}

body.gift-home .song-packages::before {
  position: absolute;
  z-index: -2;
  right: -170px;
  bottom: -205px;
  left: -170px;
  height: 660px;
  background: url("../assets/images/song-packages/package-section-wave.webp") center bottom / cover no-repeat;
  content: "";
  opacity: .22;
  pointer-events: none;
}

body.gift-home .song-packages::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 8% 43%, rgba(255, 183, 166, .15), transparent 28%),
    radial-gradient(circle at 94% 54%, rgba(205, 143, 229, .15), transparent 29%),
    linear-gradient(180deg, rgba(255, 253, 251, .3), rgba(255, 250, 248, .72));
  content: "";
  pointer-events: none;
}

body.gift-home .song-packages__header {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

body.gift-home .song-packages__eyebrow {
  margin: 0 auto 12px;
  color: #c85c7b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.gift-home .song-packages__header h2 {
  margin: 0;
  color: #382738;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.03;
}

body.gift-home .song-packages__header h2 em {
  background: linear-gradient(100deg, #ef7a70, #e85e89 60%, #b97bd6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
}

body.gift-home .song-packages__header > p:not(.song-packages__eyebrow):not(.song-packages__promise) {
  margin: 16px auto 0;
  color: #806f79;
  font-size: 16px;
  line-height: 1.6;
}

body.gift-home .song-packages__header .song-packages__promise {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  color: #786772;
  font-size: 13px;
  font-weight: 600;
}

body.gift-home .song-packages__promise span {
  color: #e45d82;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

body.gift-home .song-packages__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.gift-home .song-package-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  min-height: 548px;
  flex-direction: column;
  padding: 40px 38px 32px;
  border: 1px solid rgba(215, 153, 170, .27);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 250, 247, .91));
  box-shadow: 0 18px 42px rgba(74, 43, 63, .08), inset 0 1px 0 rgba(255, 255, 255, .98);
  transition: transform .3s ease, box-shadow .3s ease;
}

body.gift-home .song-package-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 92% 72%, rgba(255, 176, 153, .2), transparent 43%);
  content: "";
  pointer-events: none;
}

body.gift-home .song-package-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 253, 251, .99) 0 49%, rgba(255, 253, 251, .93) 63%, rgba(255, 253, 251, .34) 100%);
  content: "";
  pointer-events: none;
}

body.gift-home .song-package-card--pro {
  border: 2px solid rgba(220, 98, 137, .62);
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 188, 218, .2), transparent 34%),
    radial-gradient(circle at 88% 88%, rgba(243, 149, 203, .24), transparent 46%),
    linear-gradient(145deg, rgba(255, 252, 250, .98), rgba(255, 244, 251, .94) 58%, rgba(251, 231, 247, .94));
  box-shadow: 0 24px 58px rgba(180, 67, 112, .18), 0 0 0 3px rgba(235, 119, 164, .13), 0 0 28px 5px rgba(227, 112, 160, .16), inset 0 1px 0 rgba(255, 255, 255, .98);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
  backdrop-filter: blur(24px) saturate(1.08);
}

body.gift-home .song-package-card--pro::before {
  background:
    radial-gradient(circle at 91% 73%, rgba(197, 119, 226, .24), transparent 44%),
    radial-gradient(circle at 76% 95%, rgba(248, 121, 135, .19), transparent 40%);
}

body.gift-home .song-package-card--pro::after {
  background: linear-gradient(90deg, rgba(255, 252, 251, .97) 0 47%, rgba(255, 247, 252, .86) 63%, rgba(255, 235, 247, .3) 100%);
}

body.gift-home .song-package-card__badge {
  position: absolute;
  z-index: 4;
  top: -15px;
  right: 26px;
  width: fit-content;
  margin: 0;
  padding: 9px 15px;
  border-radius: 999px;
  background: linear-gradient(105deg, #ee7a70, #e85c88 58%, #bb7ed8);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
  box-shadow: 0 9px 20px rgba(198, 75, 116, .18);
}

body.gift-home .song-package-card__head,
body.gift-home .song-package-card ul,
body.gift-home .song-package-card__note,
body.gift-home .song-package-card__button {
  position: relative;
  z-index: 3;
}

body.gift-home .song-package-card__head > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

body.gift-home .song-package-card__head span {
  color: #3d2c3b;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -.025em;
}

body.gift-home .song-package-card--pro .song-package-card__head span {
  background: linear-gradient(100deg, #ef7a70, #e85e89 60%, #b97bd6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.gift-home .song-package-card__head strong {
  position: relative;
  color: #d75179;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1;
  white-space: nowrap;
}

body.gift-home .song-package-card__head strong::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 72%;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ec6d78, #c679d8);
  content: "";
  opacity: .82;
}

body.gift-home .song-package-card__head p {
  min-height: 48px;
  margin: 18px 0 0;
  color: #826f79;
  font-size: 14px;
  line-height: 1.55;
}

body.gift-home .song-package-card ul {
  display: grid;
  gap: 12px;
  max-width: 94%;
  margin: 27px 0 24px;
  padding: 0;
  color: #53434d;
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

body.gift-home .song-package-card li {
  position: relative;
  padding-left: 29px;
}

body.gift-home .song-package-card li::before {
  position: absolute;
  top: -.05em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(235, 101, 137, .12);
  color: #db5a7d;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

body.gift-home .song-package-card--pro li:not(:first-child)::before {
  background: rgba(75, 177, 111, .14);
  color: #3ca267;
  box-shadow: 0 0 10px rgba(75, 177, 111, .16);
}

body.gift-home .song-package-card--pro li.song-package-card__highlight {
  background: none;
  color: inherit;
  font-weight: 600;
  text-shadow: none;
}

body.gift-home .song-package-card--pro li.song-package-card__highlight span {
  display: inline;
  padding: .08em .28em .12em;
  border-radius: .28em;
  background: linear-gradient(transparent 18%, #f1e4fe 18% 88%, transparent 88%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

body.gift-home .song-package-card--pro li.song-package-card__highlight::before {
  color: #3ca267;
  -webkit-text-fill-color: #3ca267;
}

body.gift-home .song-package-card__note {
  margin: -9px 0 22px;
  color: #8b7782;
  font-size: 12px;
  line-height: 1.5;
}

body.gift-home .song-package-card__art-clip {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  inset: 0;
  pointer-events: none;
}

body.gift-home .song-package-card__art {
  position: absolute;
  right: -17%;
  bottom: 46px;
  width: 82%;
  max-width: none;
  height: auto;
  opacity: .56;
  pointer-events: none;
  transform-origin: 75% 75%;
  transition: opacity .35s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
  user-select: none;
}

body.gift-home .song-package-card--pro .song-package-card__art {
  right: -21%;
  bottom: 48px;
  width: 88%;
  opacity: .61;
}

body.gift-home .song-package-card__button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 14px 52px 14px 24px;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(105deg, #281529, #3d203c);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(50, 24, 48, .18);
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

body.gift-home .song-package-card__button::after {
  position: absolute;
  right: 24px;
  content: "→";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}

body.gift-home .song-package-card--pro .song-package-card__button {
  border-color: transparent;
  background: linear-gradient(105deg, #ef7b70, #e95e87 58%, #bd80da);
  color: #fff;
  box-shadow: 0 13px 28px rgba(196, 71, 113, .2);
}

@media (hover:hover) and (pointer:fine) {
  body.gift-home .song-package-card__button:hover {
    background: linear-gradient(105deg, #321831, #4a2547);
    color: #fff;
    box-shadow: 0 18px 34px rgba(50, 24, 48, .24);
    transform: translateY(-2px);
  }

  body.gift-home .song-package-card:hover {
    box-shadow: 0 24px 54px rgba(74, 43, 63, .12), inset 0 1px 0 rgba(255, 255, 255, .98);
    transform: translateY(-3px);
  }

  body.gift-home .song-package-card:hover .song-package-card__art {
    opacity: .66;
    transform: scale(1.025) translate3d(-3px, -2px, 0);
  }

  body.gift-home .song-package-card__button:hover::after {
    transform: translateX(4px);
  }

  body.gift-home .song-package-card--pro .song-package-card__button:hover {
    background: linear-gradient(105deg, #ed7168, #e55382 58%, #b976d4);
    color: #fff;
  }
}

@media (max-width: 820px) {
  body.gift-home .song-packages {
    margin-top: 72px;
    padding: 52px 24px 42px;
    border-radius: 30px;
  }

  body.gift-home .song-packages::before {
    right: -310px;
    bottom: -180px;
    left: -310px;
    opacity: .18;
  }

  body.gift-home .song-packages__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.gift-home .song-package-card {
    min-height: 520px;
  }
}

@media (max-width: 520px) {
  body.gift-home .song-packages {
    margin-right: -8px;
    margin-left: -8px;
    padding: 42px 16px 30px;
    border-radius: 24px;
  }

  body.gift-home .song-packages__header h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  body.gift-home .song-package-card {
    min-height: 535px;
    padding: 30px 22px 24px;
    border-radius: 23px;
  }

  body.gift-home .song-packages__header {
    margin-bottom: 35px;
  }

  body.gift-home .song-packages__header .song-packages__promise {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
  }

  body.gift-home .song-package-card__head > div {
    display: block;
  }

  body.gift-home .song-package-card__head span,
  body.gift-home .song-package-card__head strong {
    display: block;
  }

  body.gift-home .song-package-card__head strong {
    margin-top: 11px;
    font-size: 41px;
  }

  body.gift-home .song-package-card__head p {
    margin-top: 20px;
  }

  body.gift-home .song-package-card ul {
    max-width: 100%;
    gap: 11px;
    font-size: 13px;
  }

  body.gift-home .song-package-card::after {
    background: linear-gradient(90deg, rgba(255, 253, 251, .99) 0 56%, rgba(255, 253, 251, .91) 75%, rgba(255, 253, 251, .42) 100%);
  }

  body.gift-home .song-package-card__art,
  body.gift-home .song-package-card--pro .song-package-card__art {
    right: -23%;
    bottom: 62px;
    width: 96%;
    opacity: .44;
  }

  body.gift-home .song-package-card__badge {
    top: -13px;
    right: 18px;
  }

  body.gift-home .song-package-card__button {
    min-height: 56px;
    padding-right: 46px;
    padding-left: 18px;
    font-size: 13px;
  }

  body.gift-home .song-package-card__button::after {
    right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gift-home .song-package-card,
  body.gift-home .song-package-card__art,
  body.gift-home .song-package-card__button,
  body.gift-home .song-package-card__button::after {
    transition: none;
  }
}

body.gift-home .song-possibilities__stats span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

body.gift-home .song-possibilities__stats svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ee7791;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.gift-home .song-possibilities__stats > i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dfc0aa;
}

@keyframes song-possibilities-glow {
  0%,100% { opacity: .58; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.06); }
}

@media (max-width: 1100px) {
  body.gift-home .song-possibilities {
    padding: 72px 24px;
  }

  body.gift-home .song-possibilities__header h2 {
    font-size: clamp(56px,6.3vw,64px);
  }

  body.gift-home .song-possibilities__features {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  body.gift-home .song-possibility-card {
    min-height: 540px;
  }

  body.gift-home .song-possibility-card h3 {
    min-height: 0;
    font-size: 30px;
  }

  body.gift-home .song-possibility-card p {
    max-width: 82%;
    font-size: 14px;
  }

  body.gift-home .song-possibility-card__art {
    inset: 180px -15px -18px;
  }

  body.gift-home .song-possibility-card:nth-child(5) {
    min-height: 430px;
    grid-column: 1 / -1;
  }

  body.gift-home .song-possibility-card:nth-child(5) h3,
  body.gift-home .song-possibility-card:nth-child(5) p {
    width: 45%;
  }

  body.gift-home .song-possibility-card:nth-child(5) .song-possibility-card__art {
    inset: 25px -5% -22px 42%;
  }

  body.gift-home .song-personal-card {
    min-height: 380px;
  }

  body.gift-home .song-personal-card__summary {
    width: 56%;
  }

  body.gift-home .song-personal-card.is-expanded {
    min-height: 550px;
  }

  body.gift-home .song-personal-card.is-expanded .song-personal-card__art {
    height: 380px;
  }
}

@media (max-width: 820px) {
  body.gift-home .song-possibilities__personal-grid {
    grid-template-columns: 1fr;
  }

  body.gift-home .song-personal-card {
    min-height: 340px;
  }

  body.gift-home .song-personal-card__summary {
    width: 48%;
  }

  body.gift-home .song-personal-card.is-expanded {
    min-height: 520px;
  }

  body.gift-home .song-personal-card.is-expanded .song-personal-card__art {
    height: 340px;
  }
}

@media (max-width: 640px) {
  body.gift-home .song-possibilities {
    padding: 56px 16px;
  }

  body.gift-home .song-possibilities__eyebrow {
    width: min(100%,360px);
    gap: 12px;
    margin-bottom: 20px;
    font-size: 10px;
  }

  body.gift-home .song-possibilities__header h2 {
    font-size: clamp(40px,12vw,48px);
    line-height: 1;
  }

  body.gift-home .song-possibilities__lead {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.48;
  }

  body.gift-home .song-possibilities__features {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  body.gift-home .song-possibility-card,
  body.gift-home .song-possibility-card:nth-child(5) {
    min-height: 520px;
    grid-column: auto;
    padding: 22px;
    border-radius: 26px;
  }

  body.gift-home .song-possibility-card h3,
  body.gift-home .song-possibility-card:nth-child(5) h3 {
    width: 100%;
    margin-top: 18px;
    font-size: 30px;
  }

  body.gift-home .song-possibility-card p,
  body.gift-home .song-possibility-card:nth-child(5) p {
    width: 100%;
    max-width: 92%;
    font-size: 14px;
  }

  body.gift-home .song-possibility-card__art,
  body.gift-home .song-possibility-card:nth-child(5) .song-possibility-card__art {
    inset: 190px -28px -20px;
  }

  body.gift-home .song-possibility-card__art img {
    width: 108%;
  }

  body.gift-home .song-possibility-card__arrow {
    opacity: .78;
    transform: none;
  }

  body.gift-home .song-possibilities__divider {
    margin-top: 48px;
  }

  body.gift-home .song-possibilities__personal-header h2 {
    font-size: clamp(29px,8.5vw,34px);
  }

  body.gift-home .song-possibilities__lead,
  body.gift-home .song-possibilities__personal-header p {
    font-size: 16px;
    line-height: 1.55;
  }

  body.gift-home .song-possibilities__personal-grid {
    gap: 16px;
    margin-top: 28px;
  }

  body.gift-home .song-personal-card {
    display: flex;
    min-height: 560px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 26px;
  }

  body.gift-home .song-personal-card::after,
  body.gift-home .song-personal-card--melody::after {
    background: linear-gradient(180deg,rgba(255,249,245,.99) 0%,rgba(255,249,245,.94) 37%,rgba(255,249,245,.3) 60%,transparent 78%);
  }

  body.gift-home .song-personal-card--melody::after {
    background: linear-gradient(180deg,rgba(255,250,247,.99) 0%,rgba(255,250,247,.94) 37%,rgba(255,250,247,.3) 60%,transparent 78%);
  }

  body.gift-home .song-personal-card__content {
    width: 100%;
  }

  body.gift-home .song-personal-card__summary {
    width: 100%;
  }

  body.gift-home .song-personal-card h3 {
    margin-top: 14px;
    font-size: 30px;
  }

  body.gift-home .song-personal-card p {
    max-width: 92%;
    font-size: 14px;
  }

  body.gift-home .song-personal-card__art,
  body.gift-home .song-personal-card--melody .song-personal-card__art {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 66%;
    object-fit: cover;
    object-position: center bottom;
  }

  body.gift-home .song-personal-card--melody .song-personal-card__art {
    height: 58%;
    object-fit: contain;
    object-position: right bottom;
  }

  body.gift-home .song-personal-card.is-expanded {
    min-height: 660px;
  }

  body.gift-home .song-personal-card.is-expanded .song-personal-card__art,
  body.gift-home .song-personal-card.is-expanded.song-personal-card--melody .song-personal-card__art {
    height: 560px;
  }

  body.gift-home .song-personal-card__examples {
    margin-top: 24px;
    padding: 16px;
    border-radius: 20px;
  }

  body.gift-home .song-personal-card__examples-head {
    display: block;
  }

  body.gift-home .song-personal-card__examples-head span {
    display: block;
    margin-top: 3px;
  }

  body.gift-home .song-personal-card__players {
    grid-template-columns: 1fr;
  }

  body.gift-home .song-possibilities__stats {
    flex-direction: column;
    gap: 11px;
    margin-top: 26px;
    font-size: 12px;
    text-align: center;
  }

  body.gift-home .song-possibilities__stats > i {
    display: none;
  }
}

@media (max-width: 430px) {
  body.gift-home .song-possibilities__personal-header h2 {
    font-size: clamp(30px,9vw,35px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gift-home .song-possibility-card,
  body.gift-home .song-possibility-card__art img,
  body.gift-home .song-possibility-card__arrow,
  body.gift-home .song-personal-card,
  body.gift-home .song-personal-card__art,
  body.gift-home .song-personal-card__more,
  body.gift-home .song-personal-card__more span,
  body.gift-home .song-personal-player__toggle,
  body.gift-home .song-possibilities__divider span {
    animation: none !important;
    transition: none !important;
  }
}

/* Stage 5.10: expanded voice and melody examples animate only while playing. */
body.gift-home .song-personal-player.is-playing .song-personal-player__waveform i {
  animation: song-personal-wave-live .9s ease-in-out infinite;
  transform-origin: center;
  will-change: transform,opacity;
}

body.gift-home .song-personal-player.is-playing .song-personal-player__waveform i:nth-child(2n) {
  animation-delay: -.22s;
}

body.gift-home .song-personal-player.is-playing .song-personal-player__waveform i:nth-child(3n) {
  animation-delay: -.43s;
}

body.gift-home .song-personal-player.is-playing .song-personal-player__pause-icon {
  color: #fff;
  opacity: 1;
}

@keyframes song-personal-wave-live {
  0%,100% { opacity: .72; transform: scaleY(.7); }
  40% { opacity: 1; transform: scaleY(1.18); }
  72% { opacity: .86; transform: scaleY(.88); }
}

@media (prefers-reduced-motion: reduce) {
  body.gift-home .song-personal-player.is-playing .song-personal-player__waveform i {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
