.am-trust-row,
.am-bundle-strip {
  display: grid;
  gap: 8px;
}

.am-trust-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.am-trust-pill,
.am-bundle-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.86);
  border-radius: 8px;
}

.am-trust-pill {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.am-trust-pill span:first-child {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
}

.am-product-actions-with-confidence {
  align-items: center;
  margin-bottom: 18px !important;
}

.am-product-actions-with-confidence > button {
  min-height: 64px;
  align-self: stretch;
}

.am-product-confidence {
  width: min(100%, 560px);
  margin: 0 0 28px;
}

.am-payment-notice {
  position: fixed;
  left: 50%;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 90;
  width: min(420px, calc(100vw - 32px));
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.96);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.am-payment-notice--error {
  border-color: rgba(248, 113, 113, 0.42);
}

.am-payment-notice--warning {
  border-color: rgba(251, 191, 36, 0.42);
}

.am-prepaid-notice {
  margin: 14px 0 18px;
  padding: 14px 16px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.am-prepaid-notice strong {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am-prepaid-notice span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.am-support-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.94);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.am-support-float span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.16);
}

.am-sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  display: none;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 10, 10, 0.96);
  backdrop-filter: blur(16px);
}

.am-sticky-buy__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.am-sticky-buy__name {
  min-width: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.am-sticky-buy__meta {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am-sticky-buy__button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am-bundle-strip {
  margin: 34px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.am-bundle-card {
  padding: 18px;
}

.am-bundle-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.am-bundle-card span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 720px) {
  body:has(.am-sticky-buy) {
    padding-bottom: 78px;
  }

  .am-sticky-buy {
    display: block;
  }

  .am-support-float {
    right: 14px;
    bottom: 86px;
    min-height: 42px;
    padding: 0 13px;
  }

  .am-trust-row,
  .am-bundle-strip {
    grid-template-columns: 1fr;
  }
}
