#order .btn-order-cta,
.order-now-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 66px;
  border: 1px solid #3d4450 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #2f3741 0%, #1f252d 100%) !important;
  box-shadow:
    0 12px 22px rgba(31, 37, 45, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.order-now-cta {
  max-width: 100%;
  min-width: min(700px, 100%);
}

#order .btn-order-cta::before,
.order-now-cta::before {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.36) 50%, transparent 100%);
  content: "";
  height: 100%;
  left: -55%;
  position: absolute;
  top: 0;
  transform: skewX(-18deg);
  width: 38%;
}

#order .btn-order-cta:hover,
.order-now-cta:hover {
  border-color: #4d88b9 !important;
  background: linear-gradient(180deg, #3a4b5d 0%, #243140 100%) !important;
  box-shadow:
    0 16px 28px rgba(38, 103, 158, 0.32),
    0 5px 0 rgba(45, 109, 163, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

#order .btn-order-cta:hover::before,
.order-now-cta:hover::before {
  left: 120%;
  transition: left 0.55s ease;
}

#order .price-card {
  border-radius: 18px;
}

#order .price-card-featured {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.7) 0, transparent 34%),
    linear-gradient(180deg, #f8f4ea 0%, #e9dfcd 48%, #d7c8af 100%);
  border: 3px solid #bfa879;
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.58) inset;
  transform-origin: center center;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
  z-index: 2;
}

#order .price-card-featured .price-card-badge {
  background: linear-gradient(135deg, #1d232b 0%, #333a43 100%);
  border-bottom-color: #a88e5c;
  color: #e3cf9a;
  font-size: 0.98rem;
  letter-spacing: 0.16em;
  padding: 15px 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
}

#order .price-card-light-yellow {
  background: linear-gradient(180deg, #f5f6f7 0%, #e7eaee 100%);
  border: 1px solid #cfd5dc;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

#order .price-card-light-yellow .price-card-badge-secondary {
  background: linear-gradient(135deg, #eceff2 0%, #f8f9fa 100%);
  border-bottom-color: #c9d0d8;
  color: #626b76;
}

#order .price-card-image {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
}

#order .price-card-package-6 .price-card-image {
  filter:
    drop-shadow(0 22px 32px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 12px rgba(146, 120, 76, 0.2));
}

#order .price-card-package-6 .price-card-title {
  color: #161616;
  font-size: 2.05rem;
}

#order .price-card-subtitle {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px auto 0;
  width: min(100%, 294px);
}

#order .price-card-subtitle__item {
  align-items: center;
  background: linear-gradient(180deg, #f8fafb 0%, #edf1f4 100%);
  border: 1px solid rgba(193, 203, 213, 0.95);
  border-radius: 10px;
  box-shadow:
    0 7px 16px rgba(31, 41, 51, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: #536171;
  display: inline-flex;
  flex-direction: column;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  min-height: 70px;
  padding: 11px 10px 10px;
  text-transform: uppercase;
}

#order .price-card-subtitle__item strong {
  color: #1f2a34;
  font-size: 1.62rem;
  letter-spacing: 0;
  line-height: 0.9;
}

#order .price-card-subtitle__item span {
  color: #65717d;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  line-height: 1;
}

#order .price-card-package-6 .price-card-subtitle__item {
  background: linear-gradient(180deg, #fbf7ec 0%, #ece2cd 100%);
  border-color: rgba(191, 168, 121, 0.58);
  box-shadow:
    0 8px 18px rgba(92, 75, 39, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  color: #4a4034;
}

#order .price-card-package-6 .price-card-subtitle__item strong,
#order .price-card-package-6 .total-new,
#order .price-card-package-6 .price-amount,
#order .price-card-package-6 .price-currency {
  color: #155f33;
}

#order .price-card-meter {
  --meter-fill: #6e8b75;
  --meter-fill-dark: #54715c;
  width: calc(100% - 16px);
  margin: -6px auto 10px;
  padding: 5px 4px 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
}

#order .price-card-meter + .price-card-meter {
  margin-top: 0;
  margin-bottom: 10px;
}

#order .price-card-meter__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
  color: #556070;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

#order .price-card-meter__label strong {
  color: #267447;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  min-width: 64px;
  text-align: right;
}

#order .price-card-meter__bar {
  display: flex;
  gap: 4px;
  height: 12px;
}

#order .price-card-meter__segment {
  flex: 1;
  height: 12px;
  border-radius: 4px;
  background: #dde4df;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.72);
}

#order .price-card-meter__segment.is-on {
  background: linear-gradient(180deg, var(--meter-fill), var(--meter-fill-dark));
  box-shadow: 0 3px 8px rgba(70, 88, 74, 0.16);
  opacity: 0;
  transform: scaleY(0.4);
  transform-origin: center bottom;
}

#order .price-card-meter__segment.is-on.is-segment-visible {
  animation: meterSegmentPop 0.3s ease-out forwards;
}

#order .price-card-meter__note {
  display: block;
  margin-top: 6px;
  color: #7a8490;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}

#order .price-card-meter__note i {
  color: var(--meter-fill-dark);
  margin-right: 4px;
}

@keyframes meterSegmentPop {
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

#order .price-card-featured .price-card-savings,
#order .price-card-featured .price-card-potency,
#order .price-card-featured .price-card-results {
  border-color: transparent;
  background: transparent;
}

#order .price-card-featured .price-card-savings__label strong {
  color: #155f33;
}

#order .price-card-potency {
  --meter-fill: #7893aa;
  --meter-fill-dark: #5d788f;
  border-color: transparent;
  background: transparent;
}

#order .price-card-potency .price-card-meter__label strong {
  color: #315f8d;
}

#order .price-card-results {
  --meter-fill: #8c829f;
  --meter-fill-dark: #6f647f;
  border-color: transparent;
  background: transparent;
  margin-bottom: 22px;
}

#order .price-card-results .price-card-meter__label strong {
  color: #5b4f86;
}

#order .price-card-secure-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  color: #6d7686;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

#order .price-card-secure-payment i {
  color: #c9a24b;
  font-size: 0.82rem;
}

#order .price-card-featured .price-card-secure-payment {
  color: #5e564b;
}

#order .price-card-featured .price-card-secure-payment i {
  color: #155f33;
}

#order .price-card-features:empty {
  display: none;
}

@media (min-width: 768px) {
  #order .row.g-4 > [class*="col-"] {
    display: flex;
  }

  #order .price-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  #order .price-card-featured {
    transform: none;
  }

  #order .price-card-featured:hover {
    box-shadow:
      0 34px 82px rgba(0, 0, 0, 0.34),
      0 0 0 1px rgba(255, 255, 255, 0.82) inset;
    transform: translateY(-8px) scale(1.045);
    z-index: 5;
  }

  #order .price-card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 156px;
    min-height: 156px;
    padding-bottom: 14px;
    padding-top: 20px;
  }

  #order .price-card-badge {
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 0 0 55px;
    height: 55px;
    min-height: 55px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #order .price-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  #order .price-card-image-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 350px;
  }

  #order .price-card-package-6 .price-card-image {
    width: 460px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  #order .price-card-package-3 .price-card-image {
    width: 385px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  #order .price-card-package-1 .price-card-image {
    width: 215px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  #order .price-card-price {
    flex: 0 0 122px;
    height: 122px;
    min-height: 122px;
  }

  #order .btn-order-cta {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  #order > .container {
    max-width: min(100% - 24px, 1180px);
  }

  #order .order-cards-row {
    --bs-gutter-x: 1.25rem;
  }
}

@media (min-width: 1200px) {
  #order > .container {
    max-width: 1320px;
  }

  #order .price-card-image-wrapper {
    height: 350px;
  }

  #order .price-card-package-1 .price-card-image {
    width: 255px !important;
  }
}

@media (min-width: 1400px) {
  #order > .container {
    max-width: 1500px;
  }

  #order .price-card-package-1 .price-card-image {
    width: 265px !important;
  }
}

@media (max-width: 767px) {
  #order .price-card-package-6 .price-card-image {
    width: min(100%, 320px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  #order .price-card-package-3 .price-card-image {
    width: min(100%, 285px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  #order .price-card-package-1 .price-card-image {
    width: min(100%, 215px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }
}
