/* Stage1073 three-package Venus Coins pricing presentation */
body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coins-pricing {
  position: relative;
  display: block;
  margin-top: 28px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(154, 76, 106, .18);
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(226, 160, 180, .19), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 246, 246, .91));
  box-shadow: 0 22px 58px rgba(91, 43, 67, .09);
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-pricing-inner {
  width: 100%;
  min-width: 0;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-pricing-head {
  max-width: 720px;
  margin-bottom: 22px;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-pricing-head h2 {
  margin: 3px 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.04;
  color: #4b2945;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(13px, 1.8vw, 20px);
  align-items: stretch;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 230px;
  padding: clamp(20px, 2.3vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(154, 76, 106, .19);
  border-radius: 24px;
  background: rgba(255, 253, 251, .92);
  box-shadow:
    0 16px 36px rgba(91, 43, 67, .07),
    inset 0 1px 0 rgba(255, 255, 255, .82);
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(185, 87, 123, .055);
  pointer-events: none;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card.is-recommended {
  border: 2px solid rgba(185, 73, 117, .68);
  background:
    radial-gradient(circle at 92% 8%, rgba(226, 160, 180, .24), transparent 34%),
    linear-gradient(160deg, #fffdfc, #fff2f5);
  box-shadow:
    0 22px 48px rgba(157, 62, 99, .15),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transform: translateY(-7px);
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-tier {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
  color: #8f4765;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card.is-recommended .lt-stage1073-tier {
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #b94c76, #9d3e63);
  box-shadow: 0 9px 20px rgba(157, 62, 99, .18);
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coin-amount {
  position: relative;
  z-index: 1;
  align-self: center;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coin-amount strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(45px, 5vw, 62px);
  font-weight: 400;
  line-height: .94;
  color: #4b2945;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coin-amount span {
  display: block;
  margin-top: 7px;
  color: #705866;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
  color: #9d3e63;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-price > span {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-price > strong {
  font-family: var(--serif);
  font-size: clamp(35px, 4vw, 49px);
  font-weight: 400;
  line-height: .92;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-availability {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(154, 76, 106, .17);
  color: #66515f;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-availability h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.4vw, 29px);
  font-weight: 400;
  line-height: 1.15;
  color: #4b2945;
}

body.lt-en-shell[data-route-key="coins"] .lt-stage1073-availability p {
  max-width: 900px;
  margin: 6px 0 0;
  color: #705866;
  line-height: 1.6;
}

html body.lt-en-shell[data-route-key="coins"] main.lt-stage78-shell > section.lt-panel.lt-stage1073-coins-pricing {
  border-radius: 30px !important;
}

@media (max-width: 760px) {
  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coins-pricing {
    margin-top: 20px;
    padding: 18px;
    border-radius: 24px !important;
  }

  html body.lt-en-shell[data-route-key="coins"] main.lt-stage78-shell > section.lt-panel.lt-stage1073-coins-pricing {
    border-radius: 24px !important;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-grid {
    grid-template-columns: 1fr;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card,
  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card.is-recommended {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr;
    min-height: 154px;
    padding: 19px 20px;
    transform: none;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-tier {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 17px;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coin-amount {
    grid-column: 1;
    grid-row: 2;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-price {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0 0 0 18px;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coin-amount strong {
    font-size: clamp(42px, 13vw, 54px);
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-price > strong {
    font-size: clamp(39px, 11vw, 47px);
  }
}

@media (max-width: 390px) {
  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-coins-pricing {
    padding: 15px;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card,
  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-package-card.is-recommended {
    padding: 17px;
  }

  body.lt-en-shell[data-route-key="coins"] .lt-stage1073-price {
    margin-left: 12px;
  }
}
/* /Stage1073 three-package Venus Coins pricing presentation */
