/* Stage 6 / P0: home-only UX and conversion refinements. */

body.gift-home .gift-header .gift-button,
body.gift-home .gift-hero .gift-button,
body.gift-home .gift-section-action .gift-button,
body.gift-home .gift-transformation-release__cta {
  white-space: nowrap;
}

body.gift-home .gift-hero__song-card {
  width: min(318px,calc(100% - 24px));
  padding: 40px 20px 18px;
  border-color: rgba(255,255,255,.88);
  background:
    radial-gradient(circle at 88% 8%,rgba(230,194,248,.3),transparent 34%),
    linear-gradient(138deg,rgba(255,255,255,.9),rgba(255,244,243,.82));
  box-shadow:
    0 24px 58px rgba(101,55,76,.17),
    0 0 0 6px rgba(255,255,255,.22),
    inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(20px) saturate(112%);
}

body.gift-home .gift-hero__song-card::before {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #a4667d;
  content: "Пример результата";
  font-family: "Manrope",Arial,sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

body.gift-home .gift-hero__song-copy {
  gap: 5px;
}

body.gift-home .gift-hero__song-copy strong {
  font-size: 23px;
}

body.gift-home .gift-hero__song-copy span {
  color: #865f70;
  font-family: "Manrope",Arial,sans-serif;
  font-size: 10px;
  letter-spacing: .025em;
  text-transform: none;
}

body.gift-home .gift-hero__song-player {
  grid-template-columns: 38px minmax(0,1fr) auto;
  gap: 12px;
  margin-top: 16px;
}

body.gift-home .gift-hero__song-play {
  width: 38px;
  height: 38px;
  border-color: rgba(216,75,104,.25);
  background: linear-gradient(135deg,#fff,#fff3f4);
  color: #cf4567;
  box-shadow: 0 8px 18px rgba(176,61,91,.13);
}

body.gift-home .gift-hero__song-wave {
  height: 30px;
  gap: 3px;
}

body.gift-home .gift-hero__song-wave i {
  width: 3px;
  background: linear-gradient(#ddb1c5,#cfbfdc);
  opacity: .6;
}

body.gift-home .gift-hero__song-wave i:nth-child(-n+8) {
  background: linear-gradient(#e95877,#d868a6);
  opacity: .95;
}

body.gift-home .gift-hero__song-time {
  color: #765967;
  font-family: "Manrope",Arial,sans-serif;
  font-size: 11px;
  font-weight: 750;
}

body.gift-home .gift-examples + .gift-transformation {
  padding-top: 82px;
}

body.gift-home .gift-transformation + .gift-steps {
  padding-top: 62px;
}

body.gift-home .gift-transformation-more {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%,rgba(255,214,190,.2),transparent 31%),
    radial-gradient(circle at 90% 15%,rgba(222,199,247,.24),transparent 31%),
    linear-gradient(115deg,#fff8f3,#fffcf9 50%,#faf6ff);
}

body.gift-home .gift-transformation-more .gift-more-stories {
  margin-top: 0;
}

body.gift-home .gift-transformation__intro {
  max-width: 790px;
  margin-bottom: 48px;
}

body.gift-home .gift-transformation__intro > p:last-child {
  max-width: 680px;
  color: #6d5662;
}

body.gift-home .gift-transformation-case-body--main {
  border-color: rgba(218,111,145,.22);
  box-shadow:
    0 28px 68px rgba(113,66,86,.085),
    0 0 0 5px rgba(255,255,255,.22),
    inset 0 1px 0 rgba(255,255,255,.88);
}

body.gift-home .gift-transformation-case-body--main::before {
  opacity: .34;
}

body.gift-home .gift-transformation__grid--main > .gift-story-thread {
  margin-right: 0;
  border-color: rgba(218,111,145,.28);
  background:
    radial-gradient(circle at 5% 3%,rgba(255,218,205,.48),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,248,246,.91));
  box-shadow: 0 18px 42px rgba(113,66,86,.08),var(--sh-inset);
}

body.gift-home .gift-transformation__grid--main .gift-request-author {
  margin-bottom: 16px;
}

body.gift-home .gift-transformation__grid--main .gift-story-typing {
  display: none;
}

body.gift-home .gift-transformation__grid--main .gift-story-messages {
  gap: 7px;
}

body.gift-home .gift-transformation__grid--main .gift-story-bubble {
  display: flex;
  position: relative;
  width: fit-content;
  max-width: min(100%,438px);
  min-height: 42px;
  align-items: center;
  margin-left: 0;
  padding: 10px 15px;
  border-color: rgba(214,130,154,.2);
  border-radius: 18px 18px 18px 7px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,249,248,.78)),
    radial-gradient(circle at 0 0,rgba(255,216,203,.5),transparent 48%);
  color: #59444f;
  box-shadow:
    0 13px 26px rgba(120,68,91,.075),
    0 1px 0 rgba(255,255,255,.82) inset;
}

body.gift-home .gift-transformation__grid--main .gift-story-message--key-detail .gift-story-bubble {
  border-color: rgba(216,78,116,.34);
  background:
    linear-gradient(112deg,rgba(255,232,237,.98),rgba(255,255,255,.86) 72%),
    radial-gradient(circle at 8% 15%,rgba(255,169,190,.44),transparent 42%);
  box-shadow:
    0 16px 32px rgba(177,72,108,.13),
    0 0 0 4px rgba(255,223,231,.34),
    inset 0 1px 0 rgba(255,255,255,.92);
}

body.gift-home .gift-transformation__grid--main .gift-story-message--key-detail::before {
  display: none;
}

body.gift-home .gift-transformation__grid--main .gift-story-bubble::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 7px;
  width: 10px;
  height: 10px;
  border-left: 1px solid rgba(214,130,154,.18);
  border-bottom: 1px solid rgba(214,130,154,.18);
  border-bottom-left-radius: 8px;
  background: inherit;
  transform: rotate(45deg);
}

body.gift-home .gift-transformation__grid--main .gift-story-message:nth-child(even) .gift-story-bubble {
  margin-left: 18px;
  border-radius: 18px 18px 7px 18px;
}

body.gift-home .gift-transformation__grid--main .gift-story-message:nth-child(even) .gift-story-bubble::before {
  left: auto;
  right: -5px;
  border: 0;
  border-top: 1px solid rgba(214,130,154,.18);
  border-right: 1px solid rgba(214,130,154,.18);
  border-radius: 0 8px 0 0;
}

body.gift-home .gift-story-message__kind {
  display: none;
}

body.gift-home .gift-transformation__grid--main .gift-story-bubble strong {
  padding: 1px 5px;
  border-radius: 6px;
  background: rgba(232,100,135,.13);
  color: #a93356;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

body.gift-home .gift-transformation__grid--main .gift-story-photos {
  margin-top: 9px;
  padding-top: 12px;
}

body.gift-home .gift-transformation__grid--main {
  grid-template-columns: minmax(0,37fr) minmax(128px,13fr) minmax(0,50fr);
  gap: 16px;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge {
  min-width: 128px;
  gap: 7px;
  margin-top: clamp(132px,10.5vw,166px);
  padding: 14px 10px 12px;
  border: 1px solid rgba(214,122,158,.2);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(255,255,255,.74),rgba(253,240,249,.63));
  box-shadow: 0 15px 34px rgba(124,73,97,.08),inset 0 1px 0 rgba(255,255,255,.86);
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow {
  height: 14px;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow::before {
  height: 2px;
  background: linear-gradient(90deg,transparent,#db6f8e 18%,#c06fd0 82%,transparent);
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow i,
body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow b,
body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow span {
  display: none;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__mark > span {
  font-size: 15px;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__mark strong {
  color: #8f3f79;
  font-size: 16px;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__mark small {
  margin-top: 7px;
  color: #745866;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
  white-space: normal;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__direction {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(197,118,173,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.68);
}

body.gift-home .gift-transformation__grid--main .gift-transformation-proof-details {
  max-height: 220px;
  margin-top: 14px;
  padding-top: 12px;
  border-color: rgba(203,119,150,.16);
  opacity: 1;
  transform: none;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-proof-details > p {
  color: #765461;
  font-size: 9.5px;
  font-weight: 800;
}

body.gift-home .gift-transformation__grid--main .gift-transformation-proof-details li {
  border-color: rgba(195,89,127,.2);
  background: rgba(255,255,255,.72);
  color: #684854;
  font-size: 8.5px;
}

body.gift-home .gift-steps {
  padding-bottom: 58px;
}

body.gift-home .gift-steps .gift-section-heading {
  margin-bottom: 36px;
}

body.gift-home .gift-step-grid__visual {
  width: 88px;
  height: 88px;
  margin-bottom: 12px;
}

body.gift-home .gift-step-grid__number {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-color: rgba(219,91,130,.32);
  background: linear-gradient(145deg,#fff,#fff4f6);
  box-shadow: 0 0 0 7px #fffcf8,0 7px 18px rgba(157,83,113,.07);
}

body.gift-home .gift-step-grid h3 {
  color: #392a33;
  font-size: 26px;
}

body.gift-home .gift-step-grid p {
  margin-top: 10px;
  font-size: 14px;
}

body.gift-home .gift-section-action {
  margin-top: 32px;
}

body.gift-home .home-sticky-cta {
  display: none;
}

@media (min-width: 761px) {
  body.gift-home .gift-step-grid {
    gap: 22px;
  }

  body.gift-home .gift-step-grid li {
    padding: 18px 18px 20px;
    border: 1px solid rgba(218,146,164,.11);
    border-radius: 24px;
    background: linear-gradient(150deg,rgba(255,255,255,.55),rgba(255,249,247,.38));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82),0 13px 30px rgba(116,72,91,.035);
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  body.gift-home .gift-header__inner {
    gap: 24px;
  }

  body.gift-home .gift-nav {
    gap: 16px;
  }

  body.gift-home .gift-header .gift-button--small {
    padding-inline: 13px;
    font-size: 11px;
  }

  body.gift-home .gift-transformation__grid--main {
    grid-template-columns: minmax(0,38fr) minmax(100px,12fr) minmax(0,50fr);
    gap: 10px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge {
    min-width: 100px;
    padding-inline: 7px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__mark small {
    font-size: 9px;
  }
}

@media (max-width: 960px) {
  body.gift-home .gift-transformation__grid--main {
    grid-template-columns: minmax(0,1fr);
    gap: 0;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge {
    width: min(100%,300px);
    min-width: 0;
    margin: 24px auto;
    padding: 14px 22px 13px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow {
    width: 100%;
    height: 10px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg,transparent,#db6f8e 18%,#c06fd0 82%,transparent);
    transform-origin: left center;
  }

  body.gift-home .gift-transformation.is-entrance-ready .gift-transformation__grid--main .gift-transformation-bridge__flow::before {
    transform: scaleX(0);
  }

  body.gift-home .gift-transformation.is-entrance-ready.is-visible .gift-transformation__grid--main .gift-transformation-bridge__flow::before {
    transform: scaleX(1);
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__direction {
    font-size: 18px;
  }
}

@media (max-width: 760px) {
  body.gift-home {
    scroll-padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.gift-home .gift-section {
    padding-block: 56px;
  }

  body.gift-home .gift-section-heading {
    margin-bottom: 27px;
  }

  body.gift-home .gift-section-heading h2,
  body.gift-home .gift-clip-formats__header h2,
  body.gift-home .gift-transformation__intro h2 {
    font-size: clamp(35px,9.6vw,42px);
    line-height: 1.04;
    text-wrap: balance;
  }

  body.gift-home .gift-section-heading > p:last-child,
  body.gift-home .gift-clip-formats__header > p:last-child,
  body.gift-home .gift-transformation__intro > p:last-child {
    color: #6d5964;
  }

  body.gift-home .gift-hero {
    padding-top: 28px;
  }

  body.gift-home .gift-hero__copy {
    padding-top: 4px;
  }

  body.gift-home .gift-hero h1 {
    font-size: clamp(39px,10.85vw,47px);
    line-height: .96;
  }

  body.gift-home .gift-hero__lead {
    margin-top: 15px;
    font-size: 15.5px;
    line-height: 1.52;
  }

  body.gift-home .gift-hero__actions {
    gap: 11px;
    margin-top: 20px;
  }

  body.gift-home .gift-hero__actions > .gift-button {
    min-height: 50px;
  }

  body.gift-home .gift-hero__trust {
    gap: 7px 11px;
    margin-top: 13px;
  }

  body.gift-home .gift-hero__trust span {
    color: #806471;
    font-size: 10px;
  }

  body.gift-home .gift-chips {
    gap: 6px;
    margin-top: 11px;
  }

  body.gift-home .gift-hero__visual {
    min-height: 370px;
    margin-top: 4px;
  }

  body.gift-home .gift-hero__visual::before {
    width: 320px;
    height: 320px;
    right: calc(50% - 160px);
  }

  body.gift-home .gift-hero__image-wrap {
    right: calc(50% - 265px);
    bottom: -24px;
    width: 530px;
    height: 390px;
  }

  body.gift-home .gift-hero__image-wrap img {
    right: -4px;
    width: 530px;
  }

  body.gift-home .gift-hero__song-card {
    bottom: 24px;
    left: 4px;
    width: min(284px,calc(100% - 20px));
    padding: 35px 16px 15px;
    border-radius: 20px;
  }

  body.gift-home .gift-hero__song-card::before {
    top: 13px;
    left: 16px;
    font-size: 8px;
  }

  body.gift-home .gift-hero__song-copy strong {
    font-size: 20px;
  }

  body.gift-home .gift-hero__song-player {
    grid-template-columns: 34px minmax(0,1fr) auto;
    gap: 9px;
    margin-top: 12px;
  }

  body.gift-home .gift-hero__song-play {
    width: 34px;
    height: 34px;
  }

  body.gift-home .gift-examples {
    padding-top: 66px;
    padding-bottom: 22px;
  }

  body.gift-home .gift-examples + .gift-transformation {
    padding-top: 58px;
  }

  body.gift-home .gift-transformation {
    padding-bottom: 64px;
  }

  body.gift-home .gift-transformation__intro {
    margin-bottom: 32px;
  }

  body.gift-home .gift-transformation__grid--main > .gift-story-thread {
    padding: 13px 11px 12px;
  }

  body.gift-home .gift-transformation__grid--main .gift-request-author {
    margin-bottom: 10px;
  }

  body.gift-home .gift-transformation__grid--main .gift-story-message:nth-child(3),
  body.gift-home .gift-transformation__grid--main .gift-story-message:nth-child(6) {
    display: none;
  }

  body.gift-home .gift-transformation__grid--main .gift-story-messages {
    gap: 5px;
  }

  body.gift-home .gift-transformation__grid--main .gift-story-bubble {
    min-height: 35px;
    max-width: calc(100% - 14px);
    padding: 7px 10px;
    font-size: 11px;
  }

  body.gift-home .gift-story-message__kind {
    display: none;
  }

  body.gift-home .gift-transformation__grid--main .gift-story-photos .gift-request-attachment {
    aspect-ratio: 2 / 1;
  }

  body.gift-home .gift-transformation__grid--main .gift-story-photos {
    margin-top: 6px;
    padding-top: 8px;
  }

  body.gift-home .gift-transformation__grid--main .gift-story-photos > p,
  body.gift-home .gift-transformation__grid--main .gift-story-photos > small {
    font-size: 8px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge {
    width: min(100%,228px);
    margin-block: 12px;
    padding: 9px 16px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__flow {
    display: none;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__mark small {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.3;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-bridge__direction {
    width: 24px;
    height: 24px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-cover-product {
    width: min(76vw,300px);
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-release__copy {
    margin-top: 14px;
    padding: 17px 14px 15px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-player {
    margin-top: 12px;
    padding: 11px 12px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-release__cta {
    margin-top: 13px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-proof-details {
    margin-top: 9px;
    padding-top: 8px;
  }

  body.gift-home .gift-transformation__grid--main .gift-transformation-proof-details li:nth-child(n+5) {
    display: none;
  }

  body.gift-home .gift-transformation + .gift-steps {
    padding-top: 58px;
  }

  body.gift-home .gift-steps {
    padding-bottom: 58px;
    background-size: 100% 190px,auto;
  }

  body.gift-home .gift-steps .gift-section-heading {
    margin-bottom: 36px;
  }

  body.gift-home .gift-steps .gift-section-heading h2 {
    max-width: 340px;
    font-size: clamp(34px,9.1vw,40px);
  }

  body.gift-home .gift-section-action {
    margin-top: 36px;
  }

  body.gift-home .gift-footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  body.gift-home .home-sticky-cta {
    position: fixed;
    z-index: 35;
    right: 24px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 24px;
    display: flex;
    justify-content: center;
    padding: 3px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 16px;
    background: rgba(255,250,247,.84);
    box-shadow: 0 10px 24px rgba(91,47,67,.12),inset 0 1px 0 rgba(255,255,255,.88);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity .22s ease,transform .32s var(--ease-out);
    backdrop-filter: blur(14px) saturate(110%);
  }

  body.gift-home .home-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.gift-home .home-sticky-cta .gift-button {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    border-radius: 12px;
    background: var(--gift-primary-gradient);
    box-shadow: 0 8px 18px rgba(173,54,89,.16);
    font-size: 12.5px;
  }

  body.gift-home:has(.gift-nav.is-open) .home-sticky-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
  }
}

@media (max-width: 520px) {
  body.gift-home .gift-step-grid {
    gap: 25px;
  }

  body.gift-home .gift-step-grid::before {
    display: none;
  }

  body.gift-home .gift-step-grid li {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0,1fr);
    grid-template-rows: auto;
    column-gap: 14px;
    align-items: start;
  }

  body.gift-home .gift-step-grid__visual {
    width: 62px;
    height: 62px;
    grid-row: 1;
    grid-column: 1;
  }

  body.gift-home .gift-step-grid__number {
    position: absolute;
    z-index: 3;
    grid-row: 1;
    grid-column: 1;
    top: 39px;
    left: 37px;
    width: 29px;
    height: 29px;
    margin: 0;
    border-width: 1px;
    box-shadow: 0 0 0 4px #fffcf8,0 5px 12px rgba(157,83,113,.09);
    font-size: 8px;
  }

  body.gift-home .gift-step-grid__content {
    grid-row: 1;
    grid-column: 2;
    padding-top: 0;
  }

  body.gift-home .gift-step-grid h3 {
    font-size: 22px;
    line-height: 1.08;
  }

  body.gift-home .gift-step-grid p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.45;
  }

  body.gift-home .gift-step-grid__time {
    min-height: 23px;
    margin-top: 8px;
    padding-inline: 8px;
    font-size: 8px;
  }

  body.gift-home .gift-step-grid__time + p {
    margin-top: 7px;
  }
}

@media (max-width: 430px) {
  body.gift-home .gift-section {
    padding-block: 50px;
  }

  body.gift-home .gift-hero {
    padding-top: 26px;
  }

  body.gift-home .gift-hero__visual {
    min-height: 350px;
  }

  body.gift-home .gift-hero__image-wrap {
    right: calc(50% - 252px);
    width: 504px;
    height: 370px;
  }

  body.gift-home .gift-hero__image-wrap img {
    width: 504px;
  }

  body.gift-home .gift-examples {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  body.gift-home .gift-examples + .gift-transformation {
    padding-top: 52px;
  }

  body.gift-home .gift-transformation {
    padding-bottom: 58px;
  }

  body.gift-home .gift-transformation__intro {
    margin-bottom: 28px;
  }

  body.gift-home .gift-transformation + .gift-steps {
    padding-top: 52px;
  }

  body.gift-home .gift-steps {
    padding-bottom: 52px;
  }

  body.gift-home .gift-steps .gift-section-heading {
    margin-bottom: 30px;
  }

  body.gift-home .gift-section-action {
    margin-top: 30px;
  }
}

@media (max-width: 360px) {
  body.gift-home .gift-hero h1 {
    font-size: 38px;
  }

  body.gift-home .gift-story-message__kind {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gift-home .home-sticky-cta {
    transition: none;
  }
}
/* Match the cinematic coral-to-lilac accent used in the clip formats section. */
body.gift-home .gift-scenarios__accent {
  background: linear-gradient(103deg, #ef756f 5%, #eb638b 54%, #bd83dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* A quiet continuation after the eight main recipients. */
body.gift-home .gift-scenario-more {
  display: flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 28px auto 0;
  padding: 0 22px;
  border: 1px solid rgba(214, 103, 136, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65), 0 10px 24px rgba(184, 102, 134, .08);
  color: #bc587b;
  font-size: 14px;
  font-weight: 800;
  transition: transform .34s cubic-bezier(.16, 1, .3, 1), border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

body.gift-home .gift-scenario-more span {
  font-size: 18px;
  font-weight: 500;
  transition: transform .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  body.gift-home .gift-scenario-more:hover {
    border-color: rgba(214, 103, 136, .48);
    background: rgba(255, 255, 255, .64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 14px 30px rgba(184, 102, 134, .13);
    transform: translateY(-3px);
  }

  body.gift-home .gift-scenario-more:hover span { transform: translateX(3px); }
}
